@font-face {
    font-family: 'POPPINS-REGULAR';
    src: url(../fonts/POPPINS-REGULAR.ttf) format('truetype'), url(../fonts/POPPINS-REGULAR.eot) format('eot'), url(../fonts/POPPINS-REGULAR.woff) format('woff'), url(../fonts/POPPINS-REGULAR.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-MEDIUM';
    src: url(../fonts/POPPINS-MEDIUM.ttf) format('truetype'), url(../fonts/POPPINS-MEDIUM.eot) format('eot'), url(../fonts/POPPINS-MEDIUM.woff) format('woff'), url(../fonts/POPPINS-MEDIUM.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-LIGHT';
    src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.woff2) format('woff2');
}
@font-face {
    font-family: 'DINOT-Medium';
    src: url(../fonts/DINOT-Medium.ttf) format('truetype'), url(../fonts/DINOT-Medium.eot) format('eot'), url(../fonts/DINOT-Medium.woff) format('woff'), url(../fonts/DINOT-Medium.woff2) format('woff2');
}
body {
    font-family: "POPPINS-REGULAR";
   
    word-break: break-word;
    margin: 0 auto;
}
#spotlight.show .scene img {
    background: white;
}
.prodet-page .prodet-2 .bottom ul li:nth-child(3) table tr td:first-child {
    width: 50% !important;
    text-align: center;
}
.ui.container {
    padding: 0 15px;
    position: relative;
    width: 70%;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header {
    z-index: 9999999999999999999921;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
#header .nav {
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);text-align: right;
    
    
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header .nav .ui{width: 80%;margin: 0 auto}
#header .nav .ui.menu .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    vertical-align: middle;
    float: left;
}
#header .nav .ui.menu .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
}
#header .nav .ui.menu .logo a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    opacity: 1;
}
#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 13px;
    color: white;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu > li i{background: url(../images/lis.png) no-repeat left ;padding-left: 30px}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
    color: #ce9a5a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 16px;
    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 #ce9a5a;
    display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
    display: block;
    float: none;
    padding: 8px 15px;
    line-height: 24px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    border-top: 1px solid #eee;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 250px;
    background: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
    /*background: #222;*/
    color: #ce9a5a;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#header .nav .ui.menu .btn {
    display: inline-block;
    vertical-align: top;
}
#header .nav .ui.menu .btn dl dd {
    
    position: relative;
    width: auto;
}
#header .nav .ui.menu .btn dl dd span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#header .nav .ui.menu .btn dl dd span img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu .btn dl dd span i {
    position: relative;
    display: inline-block;
}
#header .nav .ui.menu .btn dl dd span i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#header .nav .ui.menu .btn dl dd.yuy span i:after {
    background-image: url("../images/icon-lang2.png");
}
#header .nav .ui.menu .btn dl dd.yuy2 span i:after {
    background-image: url("../images/ew2.png");
}
#header .nav .ui.menu .btn dl dd.yuy3 span i:after {
    background-image: url("../images/tel2.png");
}


#header .nav .ui.menu .btn dl dd.yuy ul {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0;
    width: 300px;
    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-top: 0px solid #333;
    display: none \9;
}
#header .nav .ui.menu .btn dl dd.yuy ul li {
    display: block;
    float: none;
    padding: 3px 10px;
    line-height: 24px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;font-size: 14px;font-weight: normal;text-align: center;
}
#header .nav .ui.menu .btn dl dd.yuy ul li b{font-size: 18px;padding-top: 1rem;padding-bottom: 1rem}
#header .nav .ui.menu .btn dl dd.yuy ul li i{font-style: normal;font-size: 32px;line-height: 2}
#header .nav .ui.menu .btn dl dd.yuy ul li hr{width: 50%;margin: 0 auto;height: 5px;background: #333;margin-top: 1rem;margin-bottom: 1rem}
#header .nav .ui.menu .btn dl dd.yuy ul li img {
    display: block;
    vertical-align: middle;text-align: center;margin-left: 25%;padding-top: 1rem;padding-bottom: 1rem
   
}
#header .nav .ui.menu .btn dl dd.yuy3 ul li em{color: #6C6A6B;font-size: 40px;display: block;padding-top: 1rem;padding-bottom: 1rem}
#header .nav .ui.menu .btn dl dd.yuy ul li a {
    display: block;
}
#header .nav .ui.menu .btn dl dd.yuy ul li:hover {
    /*background: #222;*/
    color: #ce9a5a;
}
#header .nav .ui.menu .btn dl dd.yuy: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;
}
#header .nav .ui.menu .btn dl dd.search span i:after {
    background-image: url("../images/icon-search2.png");
}
#header .nav .ui.menu .btn dl dd .search .ss{background: url(../images/icon-search.png) no-repeat;width: 21px;height: 21px;border: 0px;cursor: pointer;} 
#header .nav .ui.menu .btn dl dd.search form {
    
}
#header .nav .ui.menu .btn dl dd.search form input {
    width: 200px;
    line-height: 50px;
    height: 50px;
    border: none;
    background: white;
    padding: 0 15px;
    font-size: 16px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu .btn dl dd.search form input[type="submit"] {
    width: 50px;
    margin-left: -4px;
    background: url("../images/icon-search.png") center center no-repeat white;
    border-left: 1px solid #eee;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#header .nav .ui.menu .btn dl dd.share span i:after {
    background-image: url("../images/icon-share2.png");
}
#header .nav .ui.menu .btn dl dd.share ul {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    line-height: normal;
    display: none;
}
#header .nav .ui.menu .btn dl dd.share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu .btn dl dd.share ul li a {
    display: block;
}
#header .nav .ui.menu .btn dl dd.share ul li:hover {
    color: white;
    background: #ce9a5a;
}
#header .nav .ui.menu .btn dl dd.share:hover ul {
    display: block;
}
#header.active .nav,
#header .nav {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background: white;
}
#header.active .nav .ui.menu .logo a:after,
#header.active1 .nav .ui.menu .logo a:after {
    opacity: 0;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header .nav .ui.menu .menu-box ul.menu > li {
    color: #222;
}
#header.active .nav .ui.menu .btn dl dd span i img,
#header.active1 .nav .ui.menu .btn dl dd span i img {
    opacity: 0;
}
#header.active .nav .ui.menu .btn dl dd span i:after,
#header.active1 .nav .ui.menu .btn dl dd span i:after {
    opacity: 1;
}
#header.active .nav .ui.menu .btn dl dd,
#header.active1 .nav .ui.menu .btn dl dd:first-child {
  
}
#header .nav .ui.menu .btn dl dd:first-child {
   border-left: solid 1px #ccc;border-right: solid 1px #ccc;margin-left: 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;
}
#search-box>div {
    position: absolute;
    top: 50%;
    left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 100%;
max-width: 1000px;
}
#search-box>div form {
    font-size: 28px;
    padding-right: 60px;
    position: relative;
    border-bottom: 1px solid white;
}
#search-box>div form input {
    border: none;
    background: transparent;
    line-height: 50px;
    height: 50px;
    /*padding: 0 10px;*/
    width: 100%;
    color: white;
}
#search-box>div form input::-webkit-input-placeholder {
    color: white;
}
#search-box>div form input:-moz-placeholder {
    color: white;
}
#search-box>div form input::-moz-placeholder {
    color: white;
}
#search-box>div form input:-ms-input-placeholder {
    color: white;
}
#search-box>div form input[type="submit"] {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/icon-search-white.png') center center no-repeat;
    border-bottom: none;
}
#search-box>div .link {
    margin-top: 40px;
}
#search-box>div .link h6 {
    font-size: 18px;
    color: white;
}
#search-box>div .link h6:hover {
    text-decoration: underline;
}
#search-box>div .link time {
    display: block;
    font-size: 14px;
    color: #bbeab2;
    text-transform: capitalize;
}
#menu,#search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: #ce9a5a;
    color: white;
    overflow: auto;
    padding-top: 15%;
    display: none;
}
#menu h3 {
    font-size: 20px;
    color: #bbeab2;
    overflow: hidden;
    white-space: nowrap;
}
#menu h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #bbeab2;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#menu ul {
    margin: -10px;
    padding-top: 60px;
}
#menu ul li {
    padding: 10px;
}
#menu .ui>ul>li>a {
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
}
#menu .ui>ul>li ul {
    margin: 0;
    padding-top: 20px;
    /*padding-left: 10px;*/
}
#menu .ui>ul>li ul li {
    display: block;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
padding: 0;
color: #bbeab2;
}
#menu .ui>ul>li ul li:last-child {
    margin-bottom: 0;
}
#menu .ui>ul>li ul li:hover {
    color: white;
}
#menu i.close,#search-box i.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #9bd391;
    cursor: pointer;
    cursor: hand;
}
#menu i.close:after,
#menu i.close:before,
#search-box i.close:after,
#search-box i.close:before {
    content: '';
    width: 60%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
}
#menu i.close:after,
#search-box i.close:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#menu i.close:before,
#search-box i.close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center;
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center;
    right: 15px;
    margin-left: 80px;
}
#banner .slick-arrow {
    position: absolute;
    bottom: 10%;
    left: 80px;
    width: 50px;
    height: 50px;
    color: transparent;
    border: 1px solid white;
    background-color: transparent;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-size: 12px;
    border-radius: 100%;
}
#banner .slick-arrow:hover {
    background-color: #ce9a5a;
    border-color: #ce9a5a;
}
#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: #ce9a5a;
    -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: #ce9a5a;
    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;
    white-space: normal;
}
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: #ce9a5a;
}
#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: #ce9a5a !important;
}
html.mobile {
    overflow: hidden !important;
}
html.mobile body {
    overflow: hidden !important;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
    height: 100%;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    -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);
}
#mobile .mobile-logo img {
    max-height: 55px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile #menu-on {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile #menu-on i.line1 {
    top: 12px;
}
#mobile #menu-on i.line2 {
    top: 19px;
}
#mobile #menu-on i.line3 {
    top: 26px;
}
#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}
#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}
#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}
#mobile .menu-content .menu-logo {
    display: block;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;max-width: 100%
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #ce9a5a;
    text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}
#mobile .menu-content .mob-search form {
    position: relative;
}
#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: #ce9a5a;
}
#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}
#mobile.active {
    left: 0;
}
#mobile.active:before {
    right: 0;
}
#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
    opacity: 0;
}
#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#mobile.white .menu-content {
    background: white;
    color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}
#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;
    }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}
#spotlight .header {
    background: black !important;
}
#banner {
    position: relative;
}
#banner ul,
#banner .slick-list,
#banner .slick-track,
#banner .slick-slide,
#banner .slick-slide > div {
    min-height: 100%;
    height: 100%;
    display: block;
}
#banner li {
    position: relative;
    height: 100%;
}
#banner li .content {
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}
#banner li .content .left {
    max-width: 750px;
}
#banner li .content p {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}
#banner li .content h2 {
    margin: 20px 0 60px;
}
#banner .page {
    position: absolute;
    bottom: 8%;
    right: 80px;
    font-family: "DINOT-Medium";
    font-size: 22px;
    font-weight: bold;
    z-index: 1;
    color: white;
}
#banner .page em {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 48px;
    color: #ce9a5a;
}
#index-body a.more {
    line-height: 40px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-radius: 7px;
    
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;border: solid 1px #fff;margin-left: 33%
}
#index-body a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #ce9a5a;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*#index-body a.more:hover {
    background: white;
    color: #ce9a5a;
}*/
#index-body a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
#index-body a.more.dataText {
     overflow: hidden;
 }
#index-body a.more.dataText:after,
#index-body a.more.dataText:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
#index-body a.more.dataText:before {
    left: 100%;
}
#index-body a.more.dataText:hover:after {
    left: -100%;
}
#index-body a.more.dataText:hover:before {
    left: 0;
}
@-webkit-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@-o-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@-moz-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}
#index-body i.tit {
    display: block;
    font-size: 28px;
    color: #6a696e;
    text-transform: capitalize;
    margin-bottom: 15px;margin: 0 auto;font-weight: bold;
}
#index-body i.tit span{font-size: 12px;color: #999;font-weight: normal;}
#index-body .init-1 i.tit{font-size: 38px;color: #000;font-weight: bold;line-height: 2}
#index-body .init-1 i.tit b{display: block;font-size: 14px;color: #ccc}
#index-body .init-1 h2{font-size: 18px;line-height: 2;color: #CE9A5A}
#index-body .init-1 .rimg{margin-top: 3%}
#index-body .init-1 .rimg img{width: 100%}
#index-body .section {
    position: relative;
}
#index-body h2 {
    display: block;
   
    line-height: 1;
 
    font-size: 45px;font-weight: bold;
  
}
#index-body .phone {
    position: absolute;
    right: 80px;
    z-index: 3;
    bottom: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background: #ce9a5a;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone i img {
    display: inline-block;
    vertical-align: middle;
}
#index-body .phone i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-phone2.png") center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
#index-body .phone p {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1px 8px;
    background: #ce9a5a;
    color: white;
    font-size: 18px;
    font-family: "DINOT-Medium";
    white-space: nowrap;
    border-radius: 3px;
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone p:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    border-left: 9px solid #ce9a5a;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone:hover p {
    display: inline-block;
}
#index-body .fp-tableCell {
    height: auto !important;
}
#banner li > img {
    min-width: 100%;
  
    width: auto;
    max-width: none !important;
}
#banner .fp-tableCell {
    height: inherit !important;
    display: block;
}
#index-body .init-1 {
    padding-top: 40px;
}
#index-body .init-1 .nav {
    padding:12% 0 8%;
}
#index-body .init-1 .nav ul {
    margin: -15px 0;
}
#index-body .init-1 .nav ul li {
    font-size: 14px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 2% 0;
    line-height: 1;
}
#index-body .init-1 .nav ul li:hover,
#index-body .init-1 .nav ul li.active {
    /*font-size: 32px;*/
    color: #ce9a5a;
}
#index-body .init-1 .left {
    width: 40%;
    padding-right: 5%;
    vertical-align: middle;float: left;
}
/*#index-body .init-1 .left a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-1 .right {
    width: 50%;
    vertical-align: middle;float: right;
}
#index-body .init-1 .right ul li {
    padding-right: 100px;
}
#index-body .init-1 .right ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
#index-body .init-1 .right ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 38px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
#index-body .init-1 .right ul li .box2 h3:hover {
    color: #ce9a5a;
}
#index-body .init-1 .right ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 22px;
    color: #6a696e;
    line-height: 2;
    min-height: 44px;
}
#index-body .init-1 .right ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
#index-body .init-1 .right ul li .box2 .btn a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 18px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-1 .right ul li .box2 .img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
#index-body .init-1 .right ul .slick-dots {
    margin-top: 20px;
}
#index-body .init-1 .right ul .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #eee;
    background: #999;
    cursor: pointer;
    cursor: hand;
    padding: 0;
}
#index-body .init-1 .right ul .slick-dots li button {
    display: none;
}
#index-body .init-1 .right ul .slick-dots li.slick-active {
    background: #ce9a5a;
}
#index-body .init-2 {
   
}
#index-body .init-1 {
    background: url("../images/b1.png") center center;
    background-size: cover;
    background-attachment: fixed;
}
#index-body .init-4 {
    background: url("../images/b4.png") center center;
    background-size: cover;
    background-attachment: fixed;
}
#index-body .init-1  .redian ul li{padding-top: 15%}
#index-body .init-1  .redian ul li i,#index-body .init-1  .redian ul li b{display: inline-block;font-size: 20px;font-weight: bold;color: #535353;line-height: 70px}
#index-body .init-1  .redian ul li p{font-size: 18px;color: #535353;line-height: 3}
#index-body .init-3 {
   
}
#index-body .init-2 .left {
    width:50%;
    background: #282828;float: left;margin-top: 5%;padding-top: 5%
    
}
#index-body .init-2 .left i.tit {padding-left: 20%;font-size: 46px;color: #fff
   
}
#index-body .init-2 .left i.tit span{color: #cb9a5a;display: block;font-size: 18px;font-weight: bold;}
#index-body .init-2 .left .text {
    display: block;
    margin: 30px 0 70px;
    font-size: 14px;
    line-height: 2;margin-left: 20%;margin-top: 2%;margin-bottom: 5%;margin-right: 10%;color: #999;
   
}

#index-body .init-2 .left a.more {
    background: white;
    color: #ce9a5a;
}
#index-body .init-2 .left a.more i {
    background: #ce9a5a;
    color: white;
}
/*#index-body .init-2 .left a.more:hover {
    background: #eee;
    color: #ce9a5a;
}*/
#index-body .init-2 .ab_r {
   width: 50%; float: right;  position: relative; 
}
.imgp{position: relative;}
.imgp img{width: 100%}
#index-body .init-2 .ab_r .dingw {
  
    
    position: absolute;bottom: 2%;left: 2%;z-index: 99999;color: #CE9A5A;font-weight: bold;font-size: 20px;width: 100%
}
#index-body .init-2 .ab_r .dingw ul li{padding-left: 15%}
#index-body .init-2 .ab_r .dingw ul li:first-child{padding-left: 5%}


#index-body .init-2 .right ul {width: 80%;margin: 0 auto;
}
#index-body .init-2 .right ul li {
    padding: 30px;
    position: relative;
}
#index-body .init-2 .right ul li h5 {
    display: block;
    font-size: 50px;
    
    font-style: italic;
    line-height: 1;
}
#index-body .init-2 .right ul li h5 em{font-style: normal;}
#index-body .init-2 .right ul li p {
    display: block;
    font-size: 13px;
    margin-top: 15px;color: #F3F3F3;
}
#index-body .init-2 .right ul li i {
    position: absolute;
    right: 30px;
    margin-top: 10px;
}
#index-body .init-2 .phone i,
#index-body .init-2 .phone p {
    background: rgba(255, 255, 255, 0.4);
}
#index-body .init-2 .phone p:after {
    border-left-color: rgba(255, 255, 255, 0.4);
}
#index-body .init-5{background: url(../images/td.png) no-repeat bottom;}
#index-body .init-5 i.tit ,#index-body .footer-top i.tit {text-align: center;color: #ccc;font-size: 30px}
#index-body .init-5 h2 ,#index-body .footer-top h2{font-size: 18px;text-align: center;}
#index-body .init-5 i.tit ,#index-body .footer-top .left i.tit ,#index-body .init-5 i.tit ,#index-body .footer-top .right i.tit,#index-body .init-5 i.tit ,#index-body .footer-top .ewm i.tit{text-align: center;color: #000;font-size: 18px;margin-left: 0px;margin-top: 5%;width: 100%}
#index-body .init-5 h2 ,#index-body .footer-top .left h2,#index-body .init-5 h2 ,#index-body .footer-top .right h2,#index-body .footer-top .ewm h2{font-size: 12px;text-align: center;font-weight: normal;margin-bottom: 5%}
#index-body .init-5 h2 ,#index-body .footer-top h2{font-size: 18px;text-align: center;}
#index-body .footer-top .right h2,#index-body .footer-top .ewm h2,#index-body .footer-top .right i.tit,#index-body .footer-top .ewm i.tit,#index-body .footer-top .left h2 ,#index-body .footer-top .left i.tit{text-align: left;}
#index-body .init-5 .redian{width: 100%;}
#index-body .init-5 .redian ul li{float: left;width: 14.2857%;display: table-cell;
        vertical-align: middle;
        text-align: center;margin-top: 5%}
        #index-body .init-5 .redian ul{width: 80%;margin: 0 auto}
#index-body .init-5 .redian ul li img{text-align: center;}
#index-body .init-5 .redian ul li  p img{margin-top: 3%;margin-bottom: 3%}
#index-body .init-5 .redian ul li b{display: block;font-size: 15px;color: #000}
#index-body .init-5 .redian ul li i{font-style: normal;font-size: 10px;color: #999;display: block;height: 40px}
#index-body .init-3 {
    padding-top: 0px;padding-bottom: 0px
}
#index-body .init-3 i.tit,#index-body .init-4 i.tit{padding-top: 4%;color: #000;font-size: 46px;font-weight: bold;padding-left: 0%;text-align: left;}
#index-body .init-4 i.tit{padding-top: 5%;text-align: center;}
#index-body .init-3 i.tit span,#index-body .init-4 i.tit span{display: block;font-size: 18px;color: #ce9a5a}
#index-body .init-3 i.tit a{float: right;color: #ce9a5a;font-size: 16px;border-bottom: solid 1px #ce9a5a;line-height: 2;margin-top: 3%}


#index-body .init-3 h2{font-size: 13px;color: #ccc;font-weight: normal;padding-bottom: 30%;padding-left: 20%;text-align: left;}
#index-body .init-3 .nav {
    padding: 60px 0 130px;
}
#index-body .init-3 .nav ul {
    margin: -15px 0;
}
#index-body .init-3 .nav ul li {
    font-size: 22px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 15px 0;
    line-height: 1;
}
#index-body .init-3 .nav ul li:hover,
#index-body .init-3 .nav ul li.active {
    /*font-size: 32px;*/
    color: #ce9a5a;
}
#index-body .init-3 .left {
    width: 30%;
    padding-right: 5%;
    vertical-align: middle;background: #2b2b30;height: 100%
}
/*#index-body .init-3 .left a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-3 .right {
   
    vertical-align: middle;
   
}
#index-body .init-3 .right ul {
    margin: 0 -50px;margin-top: 2%
}
#index-body .init-3 .right ul li {
    padding: 0 10px;
}
#index-body .init-3 .right ul li a.img-box {
    display: block;width: 100%;height: 100%;border: solid 1px #ccc;  padding: 0 20px;
}
#index-body .init-3 .right ul li .content {
    display: block;
   
}
#index-body .init-3 .right ul li .content time {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-MEDIUM";
}
#index-body .init-3 .right ul li .content h4 {
    display: block;
    font-size: 20px;
    color: #222222;
    font-family: "POPPINS-MEDIUM";
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 0px 0 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
}
#index-body .init-3 .right ul li .content h4:hover {
    color: #ce9a5a;
}
#index-body .init-3 .right ul li .content a.more2 {
    font-size: 14px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .right ul li .content a.more2 i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    text-align: center;
    background: #6a696e;
    margin-left: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: white;
}
#index-body .init-3 .right ul li .content a.more2 i:before {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    display: block;
}
#index-body .init-3 .right ul li .content a.more2:hover i {
    background: #ce9a5a;
}
#index-body .init-3 .right .line {
    margin-top: 2%;
    width: 100%;
    height: 2px;
    background: #e1e1e2;
    position: relative;
}
#index-body .init-3 .right .line i {
    height: 4px;
    width: 20%;
    background: #ce9a5a;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: 1.5s left;
    -moz-transition: 1.5s left;
    -ms-transition: 1.5s left;
    -o-transition: 1.5s left;
    transition: 1.5s left;
}
#index-body .init-3 .phone i,
#index-body .init-3 .phone p,
#index-body .init-1 .phone i,
#index-body .init-1 .phone p {
    background: #f8f8f8;
    color: black;
}
#index-body .init-3 .phone i:after,
#index-body .init-1 .phone i:after {
    opacity: 1;
}
#index-body .init-3 .phone p:after,
#index-body .init-1 .phone p:after {
    border-left-color: #f8f8f8;
}
#index-body .init-3 .phone:hover i,
#index-body .init-3 .phone:hover p,
#index-body .init-1 .phone:hover i,
#index-body .init-1 .phone:hover p {
    background: #ce9a5a;
    color: white;
}
#index-body .init-3 .phone:hover i:after,
#index-body .init-1 .phone:hover i:after {
    opacity: 0;
}
#index-body .init-3 .phone:hover p:after,
#index-body .init-1 .phone:hover p:after {
    border-left-color: #ce9a5a;
}
.clear{clear: both;}
#index-body .init-4 .left,#index-body .init-4 .right{width: 50%;margin-top: 3%;position: relative;}
#index-body .init-4 .right{background-color: #fff}
#index-body .more2{font-size: 14px;color: rgb(206, 154, 90);border: solid 1px #ce9a5a;line-height: 2.5;padding-left: 5%;padding-right: 5% ;margin: 0 auto;text-align: center;width: 24%;margin-top: 3%}
#index-body .init-4 .left .slick-dots{background-color: rgba(255,255,255,.3);border-radius: 10px;

    padding: 5px 10px;
    font-size: 0;
    margin: 0 0 10px;}
      #index-body .init-4 .left .slick-dots{position: absolute;left: 40%;bottom: 20px}
    #index-body .init-4 .left .slick-dots  li{background-color: rgba(255,255,255,.6);width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    pointer-events: initial;}
    #index-body .init-4 .left .slick-dots  .slick-active{background-color: rgba(0,0,0,.8)}
#index-body .init-4 .news  {padding: 3%}
   #index-body .init-4 .news   li{border-bottom:solid 1px #ededed;padding-bottom: 5%}
    #index-body .init-4 .news   li .pic-title{font-size: 16px;color: rgb(51, 51, 51);line-height: 2.5}
       #index-body .init-4 .news   li .pic-title a{color: rgb(51, 51, 51)}
       #index-body .init-4 .news  .pic-intro{font-size: 12px;color: rgb(153, 153, 153);line-height: 1.2}
.contact {
    line-height: 130px;
    height: 130px;
    background: #ce9a5a;
    color: white;
}
.contact h3 {
    display: inline-block;
    font-size: 25px;
    font-family: "POPPINS-MEDIUM";
}
.contact ul {
    float: right;
    white-space: nowrap;
}
.contact ul li {
    padding: 0 90px;
    font-size: 22px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.contact ul li:after {
    content: '';
    right: 0;
    height: 22px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact ul li i {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.contact ul li i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.contact ul li:last-child {
    padding-right: 0;
}
.contact ul li:last-child:after {
    display: none;
}
.contact ul li:first-child {
    padding-left: 0;
}
.contact ul li:hover {
    text-decoration: underline;
}
#footer { background: #222;padding-top: 1%
}
#footer .footer-top .box {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px;padding-top: 1%;padding-bottom: 1%; margin: 0px;
}
.textalign{text-align: center;}
#footer .footer-top .fmuen{border-bottom: solid 1px #666;line-height: 4}
#footer .footer-top .fmuen ul li{display: inline-block;margin-left: 5%}
#footer .footer-top .fmuen ul li:first-child{margin-left: 0px}
#footer .footer-top .fmuen ul li a{color: #666;font-size: 14px}
#footer .footer-top .fmuen ul li:last-child{float: right;}
#footer .footer-top .fmuen ul li:last-child img{max-height: 50px}
#footer .footer-top .left {
    width:55%;
}
#footer .footer-top .left .info{margin-top: 5%}
#footer .footer-top .left .info ul li{font-size: 18px;color: #999;float: left;width: 48%;line-height: 1.8}
#footer .footer-top .left .info ul li img{display: block;margin-bottom: 3%}
#footer .footer-top .left .info ul li i{font-style: normal;display: block;color: #666;font-size: 16px}
#footer .footer-top .left .f-logo {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-top .left .bottom {
    padding-top: 55px;
}
#footer .footer-top .left .bottom ul {
    margin: -10px;
}
#footer .footer-top .left .bottom ul li {
    padding: 10px;
}
#footer .footer-top .left .bottom ul li dl dt {
    font-size: 22px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    padding-bottom: 25px;
    text-transform: uppercase;
}
#footer .footer-top .left .bottom ul li dl dd {
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top .left .bottom ul li dl dd:last-child {
    margin-bottom: 0;
}
#footer .footer-top .left .bottom ul li dl dd:hover {
    color: white;
}
#footer .footer-top .right {
    width: 45%;
    position: relative;
    
}

#footer .footer-top .right .info{margin-top: 10%}
#footer .footer-top .right .info ul li {
    font-size: 14px;
    line-height: 1;
    color: #444;
    margin-top: 30px;
}
#footer .footer-top .right .info ul li img{margin-right: 4%}
#footer .footer-top .right .info ul li:last-child {
   
}

.inpu,.liuy{border: 0px;border-bottom: solid 1px #ccc;width: 80%;margin-bottom: 3%;padding: 2%}
.form-but{width: 120px;height: 38px;border: solid 1px #ccc;background: none;text-align: center;line-height: 38px;font-size: 14px;color: #000;display: block;margin-top: 3%}
.liuy{background: #f5f5f5;border: 0px;height:125px}
#footer .footer-top  .ewm {float: right;width: 30%;margin-top: 3%
}
#footer .footer-top  .ewm img{max-width: 100%}
#footer .footer-top .right .ewm ul {
 
}
#footer .footer-top  .ewm ul li img {
   
    text-align: center;
    width: auto;margin-top: 30px
    
}
#footer .footer-top .right .ewm ul li h6 {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom {
    padding: 25px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom img {
    max-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
#footer .footer-bottom a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom a:hover {
    color: white;
}
#nav-fullpage {
    position: fixed;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    text-align: right;
}
#nav-fullpage ul li {
    font-size: 20px;
    line-height: 3;
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
    position: relative;
    color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    margin: 0;margin-top: 5px;text-align: center;
}
#nav-fullpage ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #ce9a5a;
    
    position: absolute;
    top: 40%;
    margin-left: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;border-radius:50%;
}
#nav-fullpage ul li.active,
#nav-fullpage ul li:hover {
    color: #ce9a5a;
   
}
#nav-fullpage ul li.active:after,
#nav-fullpage ul li:hover:after {
    width: 10px;height: 10px;color: #ce9a5a;
}
#nav-fullpage.active li:after {
    background: #ce9a5a;
}
#nav-fullpage.active li.active,
#nav-fullpage.active li:hover {
    color: #ce9a5a;
}
@media screen and (max-height: 900px) {
    #banner li .content {
        top: 45%;
    }
}
@media screen and (max-height: 800px) {
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 30px 0 80px;
    }
    #index-body .init-1,
    #index-body .init-4 {
        padding-top: 80px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        margin: 10px 0 30px;
    }
    #index-body .init-3 .right .line {
        margin-top: 30px;
    }
    #index-body .init-3 .right ul li .content h4 {
        margin: 15px 0;
    }
    .contact {
        line-height: 70px;
        height: 70px;
    }
    #footer .footer-bottom {
        padding: 15px 0;
    }
    #footer .footer-top .box {padding: 0px;padding-top: 1%;padding-bottom: 1%; margin: 0px;
    }
}
@media screen and (max-height: 700px) {
    #menu {
        padding-top: 8%;
    }
}
@media screen and (max-height: 700px), screen and (max-width: 1000px) {
    #index-body .section {
        height: auto !important;
        padding: 0px 0;
    }
    #index-body .section .init-3{padding-top: 0px;padding-bottom: 0px}
    #index-body .section#banner,
    #index-body .section.fp-auto-height {
        padding: 0 !important;
    }
    #banner li > img {
        width: 100%;
        height: auto;
    }
    #banner .slick-arrow,#banner a.more {
        display: none !important;
    }
}
@media screen and (max-width: 1800px) {
    .ui.container {
        width: 1400px;
    }
    #header .nav {
        padding-left: 15px;
        line-height: 70px;
        height: 70px;
    }
    #index-body h2 {
        font-size: 30px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        font-size: 32px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        font-size: 18px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        margin: 15px 0 40px;
    }
    #index-body .init-1 .nav ul li,
    #index-body .init-3 .nav ul li {
        font-size: 18px;
        padding: 10px 0;
    }
    #index-body .init-1 .nav ul,
    #index-body .init-3 .nav ul {
        margin: -10px 0;
    }
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 40px 0 60px;
    }
    #index-body a.more {
        line-height: 44px;
        height: 44px;
        font-size: 16px;
    }
    #index-body .init-2 .right ul li p {
        font-size: 16px;
    }
    #index-body .init-2 .right ul li h5 {
        font-size: 40px;
    }
    .contact ul li {
        font-size: 22px;
        padding: 0 30px;
    }
    .contact h3 {
        font-size: 28px;
    }
    .contact {
        line-height: 80px;
        height: 80px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        font-size: 20px;
    }
    #footer .footer-top .left .bottom ul li dl dd {
        font-size: 15px;
    }
    #footer .footer-top .right .info ul li,
    #footer .footer-bottom {
        font-size: 15px;
    }
    #footer .footer-bottom img {
        max-height: 16px;
    }
    #nav-fullpage {
        right: 40px;
    }
    #nav-fullpage ul li {
        font-size: 16px;
    }
    #nav-fullpage ul li:after {
        width: 15px;
        margin-left: 10px;
    }
    #nav-fullpage ul li.active:after,
    #nav-fullpage ul li:hover:after {
        width: 25px;
    }
    #index-body .init-1 .right ul li .box2 .btn a.more {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1450px) {
    #header .nav .ui{width: 90%;margin: 0 auto}
    #index-body .init-2 .left i.tit{padding-left: 15%}
    #index-body .more2{margin-bottom: 3%}
    .ui.container {
        width: 1200px;
    }
    #banner .page {
        font-size: 16px;
        right: 15px;
        bottom: 30px;
    }
    #banner .page em {
        font-size: 32px;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 14px;
        margin: 0 6px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        font-size: 26px;
        background-size: 30% auto;
        background-position: center right;
        padding-bottom: 0;
    }
    #index-body .init-1 .right ul li .box2 .text {
        font-size: 16px;
        line-height: 1.6;
    }
    #index-body .init-1 .right ul li .box2 .btn a.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    #index-body .init-1 .right ul li {
        padding-right: 20px;
    }
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 20px 0 40px;
    }
    #index-body h2 {
        font-size: 38px;
    }
    #index-body i.tit {
        font-size: 18px;
    }
    #index-body .init-2 .left .text {
        font-size: 14px;
        line-height: 2;margin-left: 15%;margin-right: 6%
    }
    #index-body .init-3 .right ul li {
        padding: 0 10px;text-align: center;
    }
    #index-body .init-3 .right ul {
        margin: 0 -10px;
    }
    #index-body .init-3 .right {
        padding-right: 20px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 24px;
        line-height: 1.6;
        margin: 5px 0;
    }
    #index-body .init-3 .right ul li .content time {
        font-size: 16px;
    }
    #index-body .init-3 .right ul li .content a.more2 {
        font-size: 18px;
    }
    #index-body .phone {
        right: 20px;
        bottom: 20px;
    }
    #footer .footer-top .right .ewm ul li h6 {
        font-size: 16px;
    }
    #footer .footer-top .right .ewm {
        margin-top: 30px;
    }
    #footer .footer-top .right {
        padding: 0 20px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        padding-bottom: 10px;
    }
    #footer .footer-top .left .bottom {
        padding-top: 30px;
    }
    #index-body .init-3 .nav ul li:hover,
    #index-body .init-3 .nav ul li.active,
    #index-body .init-1 .nav ul li:hover,
    #index-body .init-1 .nav ul li.active {
        font-size: 28px;
    }
    #footer .footer-top .right .info ul li {
        line-height: 1.4;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
    }
    #header .nav .ui.menu .btn dl dd.share {
        display: none;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 18px;
    }
    #index-body h2 {
        font-size: 30px;
    }
    #index-body .init-2 .right {
        padding: 0 5%;
    }
    #index-body .init-3 .nav ul li:hover,
    #index-body .init-3 .nav ul li.active,
    #index-body .init-1 .nav ul li:hover,
    #index-body .init-1 .nav ul li.active {
        font-size: 24px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 20px;
        line-height: 1.4;
    }
    .contact ul li {
        font-size: 18px;
    }
    #footer .footer-top .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        display: none !important;
    }
    #footer .footer-top .right:after {
        display: none;
    }
    #footer .footer-top .left {
        width: 100%;
    }
    #footer .footer-top .left .f-logo {
        padding-bottom: 20px;
    }
    .contact h3 {
        font-size: 24px;
    }
    #footer .footer-top .left .bottom ul li dl dd {
        font-size: 14px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .more2{width: 80%}
      #index-body .init-1 i.tit{top: 1%}
      #index-body .init-1 h2{font-size: 2rem}
    .ui.container {
        width: 700px;
    }
    #header {
        display: none;
    }
    #mobile {
        display: block;
    }
    #index-body .init-1 .left,
    #index-body .init-3 .left {
        width: 100%;
        padding-right: 0;
    }
    #index-body .init-1 .left .nav,
    #index-body .init-3 .left .nav {
        display: none;
    }
    #index-body .init-1 .left h2,
    #index-body .init-3 .left h2 {
        display: inline-block;
    }
    #index-body .init-1 .left a.more,
    #index-body .init-3 .left a.more {
        float: right;
        margin-top: -5px;
    }
    #index-body .init-1 .right,
    #index-body .init-3 .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    #banner li .content p {
        font-size: 16px;
    }
    #index-body a.more {
        line-height: 36px;
        height: 36px;
        padding-left: 10px;
        padding-right: 60px;
    }
    #index-body a.more i {
        right: 5px;
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    #index-body .init-1 .right ul li {
        padding: 10px;
    }
    #index-body .init-1 .right ul {
        margin: -10px;
    }
    #index-body .phone {
        display: none;
    }
    #index-body .section {
        padding: 20px 0;
    }
    #index-body i.tit{width: 100%}
    #index-body .init-2 .left {

        padding-right: 0;
        vertical-align: middle;width:95%;margin: 0 auto;clear: both;margin-left: 2%
    }
    #index-body .init-2 .left .text {
        font-size: 14px;
        margin: 20px 0;
        width: 100%;padding-right: 0px
    }
    #index-body .init-2 .right {
        padding-left: 20px;
        padding-right: 0;
        vertical-align: middle;
    }
    #index-body .init-2 .right ul li {
        padding: 10px;
    }
    #index-body .init-2 .right ul {
        margin: -10px;width: 90%;margin: 0 auto;
    }
    #index-body .init-2 .right ul li p {
        font-size: 14px;
    }
    #index-body .init-3 .right ul li .content time {
        font-size: 14px;
    }
    #index-body .init-3 .right ul li .content a.more2 {
        font-size: 16px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 18px;
    }
    .contact h3 {
        font-size: 20px;
    }
    .contact ul li {
        font-size: 16px;
        padding: 0 15px;
    }
    #footer .footer-top .right {
        display: block !important;
    }
    #footer .footer-bottom {
        font-size: 14px;
    }
    #nav-fullpage {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    #index-body .init-5 .redian ul{width: 100%}
    #index-body .init-5 .redian ul li{width: 50%}

    .ui.container {
        width:100%;margin: 0px;padding: 0px;
    }
    #banner li .content h2 {
        margin: 10px 0;
    }
    #index-body h2 {
        font-size: 28px;
    }
    #index-body .init-3 h2{padding-bottom: 1%}
    #banner .page {
        bottom: 10px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        padding-bottom: 5px;
    }
    #index-body .init-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
   
    .contact {
        line-height: normal;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .contact h3 {
        display: block;
    }
    .contact ul {
        float: none;
        margin-top: 15px;
    }
    #index-body .init-2 {
        background-attachment: unset !important;
        background-position: center bottom !important;
    }

    #footer .footer-top .left,#footer .footer-top .right,#footer .footer-top .ewm{width: 96%;margin: 0 auto;display: block;}
  #footer .footer-top .left .info ul li,#index-body .init-2 .ab_r{float: none;width: 100%;}
    #footer .footer-top .right .ewm ,#footer .footer-top .fmuen,#index-body .init-2 .ab_r .dingw{display: none;}
    .inpu, .liuy,#index-body .init-4 .left, #index-body .init-4 .right{width: 100%}
    #index-body .init-3 .right ul li .content h4,#index-body .init-3 .right ul li .content a.more2{text-align: center;}
    #index-body .init-2 .left{margin: 0 auto;width: 100%;}
    #index-body .init-2 .left .text{width: 96%;margin: 0 auto;padding-bottom: 3%}
      #index-body .init-2 .left .text img{margin-top: 3%}
    #index-body .init-2 .left i.tit{padding-left: 0px;text-align: center;}
    #index-body .init-1 .redian ul li{padding-top: 5%;margin-left: 3%;text-align: center;}
    #index-body .init-1 i.tit,#index-body .init-1 h2{text-align: center;}
}
@media screen and (max-width: 500px) {
    .contact ul li {
        display: block;
        padding: 5px 0;
    }
    .contact ul li:after {
        display: none;
    }
    #index-body .init-2 .right ul li {
        width: 33.3333%;
    }
    #index-body .init-2 .right ul li h5 {
        font-size: 32px;
    }
    #index-body .init-2 .right ul li i img {
        max-height: 25px;
    }
    #index-body a.more {
        padding-right: 50px;
        font-size: 14px;
    }
    #index-body i.tit {
        font-size: 14px;
        margin-bottom: 5px;
    }
   

    #index-body .init-1 h2{font-size: 1.4rem;line-height: 1}
    #banner li .content h2 {
        margin: 5px 0;
    }
    #banner .page em {
        font-size: 24px;
    }
    #index-body .init-1 .right ul li .box2 .btn {
        padding-right: 5px;
    }
    #index-body .init-1 .right ul li .box2 .btn a.more {
        font-size: 12px;
        padding: 0 5px;
        text-align: center;
        display: block;
    }
    #footer .footer-top .left .bottom ul li {
        width: 50%;
    }
}
.mbx {
    display: block;
    /*margin-top: 80px;*/
    padding: 10px 0;
    font-size: 0;
    color: transparent;
}
.mbx a,
.mbx span {
    display: inline-block;
    font-size: 16px;
    color: rgb(176 176 176 / 60%);
    position: relative;
}
.mbx a:first-child {
    margin-left: 0;
}
.mbx a:first-child:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(/ytl-e/2021/01/28/icon-home.png) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 20px;
}
.mbx a:first-child:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.mbx a,
.mbx span {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 60px;color: white;
}
.mbx a:after,
.mbx span:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mbx a:hover {
    color: white;
}
.mbx span {
    color: white;
}
.inner-banner {
    width: 100%;
    height: 540px;
    background-size: cover;
    text-align: center;
    position: relative;
    padding-top: 220px;
}
.inner-banner h3 {
    font-size: 60px;
    color: white;
    line-height: 1;
    font-family: "POPPINS-MEDIUM";
   
}
.inner-banner h2 br {
    display: none;
}
.inner-banner .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    height: 70px;
    background: rgba(60, 58, 59, .5);
}
.inner-banner .nav ul {
    text-align: left;
}
.inner-banner ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

    position: relative;
    color: white;
}
/*.inner-banner ul li a:after {
    content: '+';
    margin-left: 10px;
}*/
.inner-banner ul li li a:after,
.inner-banner ul li:first-child a:after {
    display: none;
}
.inner-banner ul li:last-child {
    margin-right: 0;
}
.inner-banner ul li img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.inner-banner ul li:hover {
    color: #ce9a5a;
}
.inner-banner ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: normal;
    display: none;
    background: white;
    min-width: 300px;
    width: 100%;
    z-index: 1;
}
.inner-banner ul li ul li {
    line-height: 24px;
    padding: 10px 15px;
    border-top: 1px solid #999;
    font-size: 14px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}
.inner-banner ul li ul li:first-child {
    border-top: none;
}
.inner-banner ul li ul li:hover {
    background: #111;
    color: white;
}
.inner-banner ul li:hover>ul {
    display: block;
}
.inner-page h2.tit {
    font-size: 42px;
    color: #333;
    line-height: 48px;
    font-family: "POPPINS-MEDIUM";
    text-transform: capitalize;
}

.form {
    margin-top: 30px;
}
.form ul {
    margin: -15px;
}
.form ul li {
    padding: 15px;
    position: relative;
}
.form ul li label {
    position: absolute;
    top: 15px;
    color: #6a696e;
    cursor: text;
}
.form ul li input,
.form ul li textarea {
    width: 100%;
    border: none;
    background: #fbfbfb;
    -webkit-transition: .5s border;
    -moz-transition: .5s border;
    -ms-transition: .5s border;
    -o-transition: .5s border;
    transition: .5s border;
    border: 1px solid transparent;
    color: black;
}
.form ul li input:focus,
.form ul li textarea:focus {
    border-color: #ce9a5a;
}
.form ul li label,
.form ul li input,
.form ul li textarea {
    line-height: 26px;
    font-size: 18px;
    padding: 15px 20px;
}
.form ul li label em,
.form ul li input em,
.form ul li textarea em {
    color: #ce9a5a;
    margin-left: 5px;
}
.form ul li textarea {
    height: 180px;
    resize: vertical;
}
.form ul li.wid-100 {
    width: 100% !important;
}
.form ul li a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #ce9a5a;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 20px;
}
.form ul li a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #ce9a5a;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.form ul li a.more:hover {
    background: #999;
}*/
.form ul li a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
#layer-form {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 20;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
    max-height:70%;
    overflow:auto;
    max-width:500px;
    width:100%;
    margin-top:40px;
}
#layer-form h4 {
    font-size:24px;
    color:black;
    margin-bottom:20px;
}
#layer-form i.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#layer-form i.close:after,
#layer-form i.close:before {
    content: '';
    width: 60%;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#layer-form i.close:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#layer-form i.close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#layer-form i.close:hover {
    background: #ce9a5a;
}
#layer-form i.close:hover:after,
#layer-form i.close:hover:before {
    background: white;
}
#layer-form ul {
    margin:-8px;
}
#layer-form li {
    width: 100% !important;
    padding:8px;
}
#layer-form .form ul li label,
#layer-form .form ul li input,
#layer-form .form ul li textarea {
    font-size:15px;
    padding:10px 15px;
}
#layer-form .form ul li a.more{
    line-height: 44px;
    height: 44px;
    font-size: 16px;
}
.inner-page .m-page {
    margin-top: 80px;
    text-align: center;
}



.m-page a, .m-page span { margin:0px 5px; padding:3px 12px; color:#333; background:#FFF; border:1px solid #d1d1d1; }
.m-page a:hover, .m-page span.current { margin:0px 5px; padding:3px 12px; color:#FFF; background:#ce9a5a; border:1px solid #ce9a5a; }



.about-page .about-1 {
    background: #fbfbfb;
    padding: 100px 200px 200px 200px;
}
.about-page .about-1 .left {
  
   
   
   
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.about-page .about-1 .left p.summary{margin-top: 50px; font-size:18px;}

.about-page .about-1 .left p.summary a{color: #ce9a5a;}

.about-page .about-1 .left .text {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 16px;
    line-height: 26px;
    color: #6a696e;
    max-height: 320px;
    overflow: auto;
    margin: 60px 0;
    padding-right: 5%;
}
.about-page .about-1 .left .text p {
    display: block;
    padding-bottom: 20px;line-height: 40px;
}
.about-page .about-1 .left .text p:last-child {
    padding-bottom: 0;
}
.about-page .about-1 .left .list ul li {
    text-align: left;
    color: #ce9a5a;
}
.about-page .about-1 .left .list ul li h4 {
    font-size: 50px;
    font-family: "DINOT-Medium";
    line-height: 1;
}
.about-page .about-1 .left .list ul li p {
    display: block;
    font-size: 20px;
}
.about-page .about-1 .right {
    width: 50%;
    vertical-align: bottom;
    display: none;
}
.about-page .about-1 {
    background: #fbfbfb url('/template/en/images/about-1.jpg') bottom right no-repeat;
    background-size: 50% auto;
}
.about-page .about-2 {
    padding: 110px 0 120px;display: none;
}
.about-page .about-2 .box {
    padding-top: 50px;
}
.about-page .about-2 .box ul {
    margin: -50px -15px;
}
.about-page .about-2 .box ul li {
    padding: 50px 15px;
}
.about-page .about-2 .box ul li .box2 {
    display: block;
    padding: 5px 25px 0;
    border-bottom: 5px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fafbfb;
}
.about-page .about-2 .box ul li .box2 a.img-box {
    display: block;
    padding: 25px;
}
.about-page .about-2 .box ul li .box2 h5 {
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 66px;
    height: 66px;
    border-top: 1px solid #e7e7e7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.about-page .about-2 .box ul li .box2:hover {
    border-color: #ce9a5a;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    background: white;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.about-page .about-2 .box ul .slick-dots {
    position: absolute;
    top: 100%;
    right: 15px;
    margin: 0;
}
.about-page .about-2 .box ul .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #cde9c8;
    padding: 0;
}
.about-page .about-2 .box ul .slick-dots li button {
    display: none;
}
.about-page .about-2 .box ul .slick-dots li:first-child {
    margin-left: 0;
}
.about-page .about-2 .box ul .slick-dots li.slick-active,
.about-page .about-2 .box ul .slick-dots li:hover {
    background: #ce9a5a;
}
.about-page .about-3 {
    background:#333 url("../images/about-3bg.jpg")center bottom no-repeat;    
    padding: 100px 0 400px;
    overflow: hidden;
}
.about-page .about-3 h2.tit {
    color: white;
}
.about-page .about-3 .box .slick-list {
    overflow: unset;
}
.about-page .about-3 .box {
    padding: 70px 0 0;
    overflow: hidden;
}
.about-page .about-3 .box .box2 {
    max-height: 640px;
    overflow: auto;
max-width: 1360px;
    display: block;
    margin: 0 auto;
}
.about-page .about-3 .box ul {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.about-page .about-3 h2 {
    text-align: center;
}
.about-page .about-3 .box ul:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.about-page .about-3 .box ul li {
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: right;
    padding: 10px 20px;
}
/*.about-page .about-3 .box ul li.ie1 {
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.about-page .about-3 .box ul li.ie2 {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}*/
.about-page .about-3 .box ul li h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    color: white;
}
.about-page .about-3 .box ul li:nth-child(even) {
    text-align: left;
    margin-left: 50%;
}
.about-page .about-3 .box ul li:after {
    content: '';
    border: 5px solid #ce9a5a;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: 20px;
    z-index: 2;
    width: 0;
    height: 0;
}
.about-page .about-3 .box ul li:nth-child(even):after {
    left: -5px;
}

.about-page .about-3 .box ul li .img {
    vertical-align: middle;
}
.about-page .about-3 .box ul li .text {
    vertical-align: middle;
    line-height: normal;
    color: #eee;
}
.about-page .about-3 .box ul li .text p {
    font-size: 16px;
}
.about-page .about-3 .list {
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-page .about-3 .list ul li {
    font-size: 20px;
    color: #6a696e;
    margin: 0 37px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    padding-top: 5px;
}
.about-page .about-3 .list ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ce9a5a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    margin-top: 5px;
}
.about-page .about-3 .list ul li:hover,
.about-page .about-3 .list ul li.active {
    color: #ce9a5a;
}
.about-page .about-3 .list ul li:hover:after,
.about-page .about-3 .list ul li.active:after {
    opacity: 1;
}
.about-page .about-4 {
    padding: 110px 0 150px;display: none;
}
.about-page .about-4 .box {
    padding-top: 40px;
}
.about-page .about-4 .box .left {
    width: 76%;
    padding-right: 20px;
}
.about-page .about-4 .box .left a {
    display: block;
}
.about-page .about-4 .box .left a:after {
    content: '';
    width: 100%;
    height: 20%;
    background: transparent;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    background: -o-linear-gradient(bottom, transparent 0%, black 100%);
    /* opera */
    background: -ms-linear-gradient(bottom, transparent 0%, black 100%);
    /* ie */
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.about-page .about-4 .box .left a h5 {
    font-size: 22px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    padding: 0 25px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
}
.about-page .about-4 .box .right {
    width: 24%;
}
.about-page .about-4 .box .right .slick-vertical .slick-slide {
    border: none !important;
}
.about-page .about-4 .box .right ul {
    margin: -8px;
    font-size: 0;
}
.about-page .about-4 .box .right ul li {
    padding: 8px;
    display: block !important;
}
.about-page .about-4 .box .right ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}
/*.about-page .about-4 .box .right ul li a img {
    max-width: none;
    width: 162%;
}*/
.about-page .about-4 .box .right ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 .box .right ul .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    cursor: hand;
    border: none;
    font-size: 0;
    color: transparent;
    background: transparent;
    z-index: 1;
}
.about-page .about-4 .box .right ul .slick-arrow:after {
    content: '';
    font-size: 32px;
    font-family: "FontAwesome";
    color: #c6c6c6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-prev {
    top: -30px;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-prev:after {
    content: "\f106";
}
.about-page .about-4 .box .right ul .slick-arrow.slick-next {
    bottom: -30px;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-next:after {
    content: "\f107";
}
.about-page .about-4 .box .right ul .slick-arrow:hover:after {
    color: #ce9a5a;
}
.culture-page .culture-1 {
    padding: 100px 0 80px;
    background: url("../images/culture-1-bg.jpg") center center;
    background-size: cover;
}
.culture-page .culture-1 .box {
    padding-top: 40px;
    overflow: hidden;
}
.culture-page .culture-1 .box ul {
    margin: -25px -125px;
    position: relative;
}
.culture-page .culture-1 .box ul:after {
    /*content: '';*/
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #e4e4e4;
    display: block;
    position: absolute;
}
.culture-page .culture-1 .box ul li {
    padding: 25px 125px;
    text-align: center;
}
.culture-page .culture-1 .box ul li:nth-child(2) {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.culture-page .culture-1 .box ul li i {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
}
.culture-page .culture-1 .box ul li p {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 5px;
}
.culture-page .culture-2 {
    display: block;
    padding-top: 110px;
}
.culture-page .culture-2 .box {
    padding-top: 50px;
}
.culture-page .culture-2 .box ul {
    margin: -5px;
}
.culture-page .culture-2 .box ul li {
    padding: 5px;
}
.culture-page .culture-2 .box ul li .box2 {
    display: block;
    padding: 30px 35px;
    background: #fbfbfb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2:after {
    content: attr(data-text);
    font-size: 100px;
    font-family: "DINOT-Medium";
    color: white;
    position: absolute;
    right: 30px;
    top: -15%;
    display: block;
    z-index: -1;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 h4 {
    display: block;
    font-size: 24px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 h4:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #bfbfbf;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 .text {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 18px;
    color: #6a696e;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
    margin-top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2:hover {
    background: #ce9a5a;
}
.culture-page .culture-2 .box ul li .box2:hover:after {
    opacity: .3;
}
.culture-page .culture-2 .box ul li .box2:hover h4,
.culture-page .culture-2 .box ul li .box2:hover p {
    color: white;
}
.culture-page .culture-2 .box ul li .box2:hover h4:after,
.culture-page .culture-2 .box ul li .box2:hover p:after {
    background: white;
}
.culture-page .culture-3 {
    padding: 110px 0 140px;
}
.culture-page .culture-3 .box {
    padding-top: 56px;
}
.culture-page .culture-3 .box ul {
    margin: -15px;
}
.culture-page .culture-3 .box ul li {
    padding: 15px;
}
.culture-page .culture-3 .box ul li .box2 {
    display: block;
    background: #fbfbfb;
    overflow: hidden;
    position: relative;
}
.culture-page .culture-3 .box ul li .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(89, 181, 72, 0.7);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.culture-page .culture-3 .box ul li .box2 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 35px;
}
.culture-page .culture-3 .box ul li .box2 .content h6 {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    color: #333;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content h6:after {
    content: '';
    width: 200%;
    left: -50%;
    bottom: 0;
    height: 1px;
    background: white;
    position: absolute;
    display: block;
}
.culture-page .culture-3 .box ul li .box2 .content h6 i {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie1 {
    background-image: url("../images/icon-culture-3-1.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie2 {
    background-image: url("../images/icon-culture-3-2.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie3 {
    background-image: url("../images/icon-culture-3-3.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie4 {
    background-image: url("../images/icon-culture-3-4.png");
}
.culture-page .culture-3 .box ul li .box2 .content h4 {
    display: block;
    font-size: 28px;
    color: #333;
    font-family: "POPPINS-MEDIUM";
    margin: 50px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content p {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 20px;
    color: #6a696e;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 78px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .img {
    margin-top: 300px;
    margin-bottom: -300px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2:hover:after {
    opacity: 1;
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 {
    color: white;
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie1 {
    background-image: url("../images/icon-culture-3-1-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie2 {
    background-image: url("../images/icon-culture-3-2-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie3 {
    background-image: url("../images/icon-culture-3-3-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie4 {
    background-image: url("../images/icon-culture-3-4-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h4,
.culture-page .culture-3 .box ul li .box2:hover .content p {
    color: white;
    overflow: unset;
    display: block;
}
.culture-page .culture-3 .box ul li .box2:hover .img {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-page .contact-1 {
    background: #fbfbfb;
}
.contact-page .contact-1 .left {
    padding-left: 12%;
    margin-top: 90px;
    width: 44%;
    padding-right: 15px;
}
.contact-page .contact-1 .left .info {
    display: block;
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    position: relative;
    
    margin-bottom: 2%;
    font-size: 20px;
    color: #6a696e;
}
.contact-page .contact-1 .left .info ul li i {
    position: absolute;
    left: 0;
    top: -2px;
}
.contact-page .contact-1 .left .info ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .right {
    width: 50%;
}
.contact-page .contact-1 .right .amap-copyright,
.contact-page .contact-1 .right .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding: 3% 0 2%;
}
.news-page {
    padding: 3% 0 2%;
    background: #fbfbfb;
}
.news-page ul {
    margin: -25px -15px;
}
.news-page ul li {
    padding: 25px 15px;
}
.news-page ul li a.img-box {
    display: block;
}
.news-page ul li p{text-align: center;font-size: 14px;}
.news-page ul li .content {
    display: block;
    padding-top: 25px;
}
.news-page ul li .content time {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-MEDIUM";
}
.news-page ul li .content h4 {
    display: block;
    font-size: 20px;
    color: #222222;
    font-family: "POPPINS-MEDIUM";
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
}
.news-page ul li .content h4:hover {
    color: #ce9a5a;
}

.newsbg{background: #f1f1f1}
.newslist dl{background: #fff;margin-bottom: 2%;padding: 2%}
.newslist dl dt{float: left;width: 15%}
.newslist dl dt img{max-width: 100%}
.newslist dl dd{float: right;width: 83%;}
.newslist dl dd h6{font-size: 1.3rem;color: #000;line-height: 2.5}
.newslist dl dd .ntex{font-size: 17px;color: #888;line-height: 2}
.news-page ul li .content h4:hover {
    color: #ef182a;
}

.newdet-page {
    background: #fbfbfb;
    padding: 90px 0 140px;
}
.newdet-page h3 {
    display: block;
    font-size: 36px;
    color: #333333;
    line-height: 1;
    text-align: center;
    padding: 0 6%;
}
.newdet-page time {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #6a696e;
    margin-top: 15px;
}
.newdet-page time i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.newdet-page .box {
    display: block;
    padding: 80px 6% 0;
    background: white;
    margin-top: 50px;
}
.newdet-page .box .content {
    display: block;
    font-size: 20px;
    color: #6a696e;
    line-height: 36px;
}
.newdet-page .box .content p {
    padding-bottom: 20px;
}
.newdet-page .box .content p:last-child {
    padding-bottom: 0;
}
.newdet-page .box .m-link {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
}
.newdet-page .box .m-link div {
    font-size: 20px;
    color: #6a696e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newdet-page .box .m-link div.prev {
    padding-right: 5%;
}
.newdet-page .box .m-link div.next {
    padding-left: 5%;
    text-align: right;
}
.newdet-page .box .m-link div a:hover {
    text-decoration: underline;
}
.newdet-page.system-page .box {
    padding: 0;
}
.newdet-page.system-page .box table td,
.newdet-page.system-page .box table {
    border: none;
}
.download-page {
    padding: 100px 0 150px;
    background: #fbfbfb;
}
.download-page ul li {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 140px;
    position: relative;
}
.download-page ul li:last-child {
    margin-bottom: 0;
}
.download-page ul li .icon {
    width: 120px;
    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%);
    padding: 200px 0;
    background: white;
    text-align: center;
}
.download-page ul li .right {
    padding: 40px 25px;
    background: white;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.download-page ul li .right h3 {
    font-size: 24px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    padding-right: 200px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.download-page ul li .right span {
    display: inline-block;
    font-size: 24px;
    font-family: "POPPINS-MEDIUM";
    color: #ce9a5a;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 25px;
}
.download-page ul li .right span:after {
    content: '';
    display: block;
    height: 2px;
    background: #ce9a5a;
}
.download-page ul li:hover .right {
    background: #ce9a5a;
}
.download-page ul li:hover .right h3,
.download-page ul li:hover .right span {
    color: white;
}
.download-page ul li:hover .right h3:after,
.download-page ul li:hover .right span:after {
    background: white;
}
.faq-page {
    padding: 100px 0 120px;
    background: #fbfbfb;
    text-align: center;
}
.faq-page ul {
    margin: -5px 0;
    text-align: left;
}
.faq-page ul li {
    padding: 5px 0;
}
.faq-page ul li .box {
    padding: 0 35px;
    background: white;
}
.faq-page ul li .box i {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ce9a5a;
    color: white;
    font-size: 16px;
}
.faq-page ul li .box h4 {
    display: block;
    color: #333333;
    font-size: 22px;
    font-family: "POPPINS-MEDIUM";
    padding: 30px 40px;
    position: relative;
    line-height: 1.2;
    cursor: pointer;
    cursor: hand;
}
.faq-page ul li .box h4:after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: "FontAwesome";
    font-size: 26px;
}
.faq-page ul li .box h4.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-page ul li .box .text {
    display: block;
    padding: 22px 40px;
    font-size: 20px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
    position: relative;
    border-top: 1px solid #ebebeb;
    display: none;
}
.faq-page ul li:nth-child(even) .box {
    background: transparent;
}
.faq-page ul li:nth-child(even) .box .text {
    border-top-color: white;
    border-top-width: 2px;
}
.faq-page ul li:nth-child(9) ~ li {
    display: none;
}
.faq-page a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #ce9a5a;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 70px;
}
.faq-page a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #ce9a5a;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.faq-page a.more:hover {
    background: #eee;
    color: #ce9a5a;
}*/
.faq-page a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
.video-page {
    padding: 100px 0 150px;
    background: #fbfbfb;
}
.video-page ul {
    margin: -20px;
}
.video-page ul li {
    padding: 20px;
}
.video-page ul li a {
    display: block;
    position: relative;
    
}
.video-page ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: url("../images/icon-play.png") center center no-repeat rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.video-page ul li a h5 {
    position: relative;
    /*bottom: 15px;*/
    left: 0;
    width: 100%;
    padding: 10px 25px;
    font-size: 22px;
    color: black;
    background: #eee;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-page ul li a:hover:after {
    opacity: 1;
}
.video-page.gallery ul li a:after {
    background-image:url('../images/icon-search-white.png');
}
.product-page {
    padding: 35px 0 150px;
    /*background: #fbfbfb;*/
}
.product-page ul {
    margin: -30px;
}
.product-page ul li {
    padding: 20px 10px;
}
.product-page ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
.product-page ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 38px;
    color: #222;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
.product-page ul li .box2 h3:hover {
    color: #ce9a5a;
}
.product-page ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 20px;
    color: #6a696e;
    line-height: 1.4;
    min-height: 56px;
}
.product-page ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
.product-page ul li .box2 .btn a.more {
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    background: #ce9a5a;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 14px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
.product-page ul li .box2 .img {
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.product-page .nav {
    width: 25%;
    padding-right: 30px;
    position: sticky;
    top: 100px;
}
.product-page .nav ul {
    padding: 15px;
    background: #fbfbfb;margin: 0;
}
.product-page .nav ul li {
    padding: 0;
}
.product-page .nav ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 35px 10px 15px;
    border-bottom: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .nav ul li a:hover,
.product-page .nav ul li a.active {
    background: #ce9a5a;
    color: white;
}
.product-page .nav ul li a i {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .nav ul li a i:after,
.product-page .nav ul li a i:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
background: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .nav ul li a i:after {
    width: 80%;
    height: 1px;
}
.product-page .nav ul li a i:before {
    width: 1px;
    height: 80%;
}
.product-page .nav ul li a i.active:before {
    opacity: 0;
}
.product-page .nav ul li a:hover i,
.product-page .nav ul li a.active i {
    border-color: white;
}
.product-page .nav ul li a:hover i:after,
.product-page .nav ul li a:hover i:before,
.product-page .nav ul li a.active i:after,
.product-page .nav ul li a.active i:before {
    background: white;
}
.product-page .nav ul li ul {
    display: none;
}
.product-page .pro {
    width: 75%;
}
.prodet-page .prodet-1 {
    padding: 80px 0;
    background: #fbfbfb;
}
.prodet-page .prodet-1 .left {
    width: 55%;
    vertical-align: middle;
    text-align: center;
}
.prodet-page .prodet-1 .left ul {
    padding: 0 20%;
    position: relative;
}
.prodet-page .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-1 .left ul .slick-dots {
    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%);
    padding: 0;
}
.prodet-page .prodet-1 .left ul .slick-dots li {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 7px 0;
    background: #d1d1d1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .left ul .slick-dots li button {
    display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active {
    background: #ce9a5a;
}
.prodet-page .prodet-1 .left dl .slick-list {
    margin-left: 0;
}
.prodet-page .prodet-1 .left dl {
    padding-top: 20px;
    margin: -10px;
}
.prodet-page .prodet-1 .left dl dd {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .right {
    width: 45%;
    vertical-align: top;
    max-width: 560px;
}
.prodet-page .prodet-1 .right i {
    display: block;
    font-size: 18px;
    color: #6a696e;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .right h4 {
    display: block;
    font-size: 40px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    line-height: 1;margin: 10px 0px;
}
.prodet-page .prodet-1 .right .text {
    display: block;
    font-size: 20px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
    line-height: 34px;
    margin: 25px 0 50px;
}
.prodet-page .prodet-1 .right a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #ce9a5a;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right a.more:last-child {
    margin-top: 10px;
}
.prodet-page .prodet-1 .right a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #ce9a5a;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.prodet-page .prodet-1 .right a.more:hover {
    background: #eee;
    color: #ce9a5a;
}*/
.prodet-page .prodet-1 .right a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
.prodet-page .prodet-1 .right .share {
    margin-top: 30px;
}
.prodet-page .prodet-1 .right .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    color: black;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}
.prodet-page .prodet-1 .right .share ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-1 .right .share ul li i {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    background: #ce9a5a;
    color: white;
}
.prodet-page .prodet-2 {
    overflow: hidden;
}
.prodet-page .prodet-2 .top {
    display: block;
    position: relative;
}
.prodet-page .prodet-2 .top:after {
    content: '';
    width: 200%;
    left: -50%;
    bottom: 0;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    display: block;
}
.prodet-page .prodet-2 .top ul {
    margin: 0 -50px;
}
.prodet-page .prodet-2 .top ul li {
    line-height: 90px;
    height: 90px;
    margin: 0 50px;
    color: #333333;
    font-size: 19px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .top ul li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #ce9a5a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.prodet-page .prodet-2 .top ul li:hover:after,
.prodet-page .prodet-2 .top ul li.active:after {
    opacity: 1;
}
.prodet-page .prodet-2 .bottom {
    padding: 45px 0 90px;
    font-size: 20px;
    color: #333333;
}
.prodet-page .prodet-2 .bottom table {
    font-size: 16px;
    border: none;
    background: #fbfbfb;
    /*white-space: nowrap;*/
}
.prodet-page .prodet-2 .bottom table tr {
    background: none !important;
}
.prodet-page .prodet-2 .bottom table tr td,
.prodet-page .prodet-2 .bottom table tr th {
    border: 2px solid white;
    padding: 10px 15px;
}
.prodet-page .prodet-3 {
    padding-bottom: 150px;
}
.prodet-page .prodet-3 h3 {
    font-size: 24px;
    color: #333333;
    display: inline-block;
}
.prodet-page .prodet-3 a.more {
    float: right;
    font-size: 18px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 5px;
}
.prodet-page .prodet-3 a.more:hover {
    color: #ce9a5a;
}
.prodet-page .prodet-3 .box {
    margin-top: 40px;
}
.prodet-page .prodet-3 .box ul {
    margin: -20px;
}
.prodet-page .prodet-3 .box ul li {
    padding: 20px;
}
.prodet-page .prodet-3 .box ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
.prodet-page .prodet-3 .box ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 38px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
.prodet-page .prodet-3 .box ul li .box2 h3:hover {
    color: #ce9a5a;
}
.prodet-page .prodet-3 .box ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 22px;
    color: #6a696e;
    line-height: 2;
    min-height: 44px;
}
.prodet-page .prodet-3 .box ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
.prodet-page .prodet-3 .box ul li .box2 .btn a.more {
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    background: #ce9a5a;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 18px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
.prodet-page .prodet-3 .box ul li .box2 .img {
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.prodet-page .prodet-3 .box a.more.dataText,
.product-page a.more.dataText {
     overflow: hidden;
 }
.prodet-page .prodet-3 .box a.more.dataText:after,
.prodet-page .prodet-3 .box a.more.dataText:before,
.product-page a.more.dataText:after,
.product-page a.more.dataText:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-3 .box a.more.dataText:before,
.product-page a.more.dataText:before {
    left: 100%;
}
.prodet-page .prodet-3 .box a.more.dataText:hover:after,
.product-page a.more.dataText:hover:after {
    left: -100%;
}
.prodet-page .prodet-3 .box a.more.dataText:hover:before,
.product-page a.more.dataText:hover:before {
    left: 0;
}
@media screen and (max-width: 1800px) {
    .inner-banner h2 {
        font-size: 70px;
        line-height: 90px;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 80px 0;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 80px;
    }
    .inner-banner ul li {
        font-size: 18px;
    }
    .video-page ul li a h5 {
        font-size: 18px;
    }
    .product-page {
        padding: 35px 0 80px;
    }
    .prodet-page .prodet-1 .right a.more,
    .faq-page a.more,
    .form ul li a.more {
        line-height: 44px;
        height: 44px;
        font-size: 16px;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 18px;
    }
    .prodet-page .prodet-1 {
        padding: 160px 0 100px;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
        margin: 0 30px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -30px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        padding: 15px 25px;
    }
    .prodet-page .prodet-2 .bottom table {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .bottom {
        font-size: 16px;
        padding: 40px 0 60px;
    }
    .news-page ul li .content h4 {
        font-size: 24px;
        line-height: 1.4;
    }
    .newdet-page h3 {
        font-size: 30px;
        padding: 0 5%;
    }
    .newdet-page time {
        font-size: 18px;
    }
    .newdet-page .box {
        padding: 50px 5% 0;
    }
    .newdet-page .box .content {
        font-size: 18px;
    }
    .newdet-page .box .m-link {
        margin-top: 50px;
        padding: 20px 0;
    }
    .newdet-page .box .m-link div {
        font-size: 16px;
    }
    .faq-page ul li .box h4 {
        font-size: 20px;
    }
    .faq-page ul li .box .text {
        font-size: 18px;
    }
    .faq-page ul li .box {
        padding: 0 20px;
    }
    .download-page ul li .right {
        padding: 30px 20px;
    }
    .download-page ul li .right span {
        top: 30px;
        right: 20px;
        font-size: 20px;
    }
    .download-page ul li .right h3 {
        font-size: 20px;
    }
    .download-page ul li .icon img {
        max-width: 40px;
    }
    .inner-page h2.tit {
        font-size: 40px;
        line-height: 1;
    }
    .culture-page .culture-1 .box ul li {
        padding: 25px 50px;
    }
    .culture-page .culture-1 .box ul {
        margin: -25px -50px;
    }
    .culture-page .culture-1 .box ul li p {
        font-size: 20px;
    }
    .culture-page .culture-2 {
        padding-top: 80px;
    }
    .culture-page .culture-2 .box ul li .box2 h4 {
        font-size: 20px;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        font-size: 16px;
    }
    .culture-page .culture-2 .box ul li .box2:after {
        font-size: 80px;
    }
    .culture-page .culture-3 {
        padding: 80px 0;
    }
    .culture-page .culture-3 .box ul li .box2 .content h6 {
        padding: 10px 0;
    }
    .culture-page .culture-3 .box ul li .box2 .content h4 {
        font-size: 22px;
        margin: 20px 0 10px;
    }
    .culture-page .culture-3 .box ul li .box2 .content p {
        font-size: 16px;
    }
    .culture-page .culture-3 .box ul li .box2 .img {
        margin-top: 220px;
        margin-bottom: -220px;
    }
    .culture-page .culture-3 .box ul li .box2 .content {
        padding: 0 15px;
    }
    .contact-page .contact-1 .left .info ul li {
        font-size: 16px;
    }
    #mapContainer {
        height: 500px !important;
    }
    .contact-page .contact-2 {
        padding: 80px 0;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        font-size: 16px;
        line-height: 24px;
    }
    .about-page .about-1 .left .text {
        font-size: 16px;
        max-height: 255px;
    }
    .about-page .about-1 .left .list ul li p {
        font-size: 16px;
    }
    .about-page .about-1 .left .list ul li h4 {
        font-size: 40px;
    }
    .about-page .about-2 {
        padding: 80px 0;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 500px;
    }
    .about-page .about-3 .list ul li {
        font-size: 18px;
        margin: 0 25px;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
    .about-page .about-4 .box .right ul li {
        padding: 7px;
    }
    .about-page .about-4 .box .right ul {
        margin: -7px;
    }
    .about-page .about-2 .box ul .slick-dots {
        top: -20px;
    }
    .product-page ul li .box2 h3,
    .prodet-page .prodet-3 .box ul li .box2 h3 {
        font-size: 32px;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 .text {
        font-size: 18px;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 .text,#index-body .init-1 .right ul li .box2 .text {
        margin: 15px 0;
    }
    .about-page .about-1 {
        padding: 50px;
    }
}
@media screen and (max-width: 1450px) {
    .inner-banner h3 {
        font-size: 50px;
    }
    .inner-page h2.tit {
        font-size: 32px;
    }
    .about-page .about-1 .left {
        width: 52%;
        margin-right: -2%;
    }
    .about-page .about-1 .left .list ul li h4 {
        font-size: 32px;
    }
    .about-page .about-2 .box ul li .box2 h5 {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
    }
    .about-page .about-2 .box ul li .box2 a.img-box {
        padding: 15px;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 450px;
    }
    .inner-page .m-page {
        margin-top: 50px;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 16px;
        line-height: 24px;
        margin: 30px 0;
    }
    .prodet-page .prodet-2 .top ul li {
        margin: 0 20px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -20px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        padding: 10px 15px;
        font-size: 18px;
    }
    .prodet-page .prodet-2 .bottom {
        font-size: 16px;
    }
    .prodet-page .prodet-3 .box ul li a.img-box {
        margin: 40px 0;
    }
    .prodet-page .prodet-3 .box ul li {
        padding: 20px 50px;
    }
    .video-page ul li a:after {
        background-size: 40px;
    }
    .product-page ul li .box2 h3,
    .prodet-page .prodet-3 .box ul li .box2 h3 {
        font-size: 26px;
        background-size: 30% auto;
        background-position: center right;
        padding-bottom: 0;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 {
        font-size: 16px;
        line-height: 1.6;
    }
    .product-page ul li .box2 .btn a.more,
    .prodet-page .prodet-3 .box ul li .box2 .btn a.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .prodet-page .prodet-3 .box ul,
    .product-page ul {
        margin: -10px;
    }
    .prodet-page .prodet-3 .box ul li,
    .product-page ul li {
        padding: 10px;
    }
    .about-page .about-1 {
        padding: 50px 30px;
    }
    .inner-banner h3 {
        font-size: 50px;
    }
    .about-page .about-3 .box ul li .text p {
        font-size: 14px;
        line-height: 26px;
    }
    .about-page .about-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner ul {
        margin-top: 20px;
        float: none;
    }
    .inner-banner h3 {
        font-size: 40px;
    }
    .inner-banner {
        height: 400px;
        padding-top: 160px;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 50px 0;
    }
    .video-page ul li {
        padding: 10px;
    }
    .video-page ul {
        margin: -10px;
    }
    .video-page ul li a h5 {
        padding: 0 15px;
        bottom: 10px;
    }
    /*.product-page ul li {
        padding: 20px 40px;
    }
    .product-page ul {
        margin: -20px -40px;
    }
    .product-page ul li a.more {
        font-size: 16px;
    }
    .product-page ul li h5 {
        font-size: 18px;
    }*/
    .product-page {
        padding: 35px 0 50px;
    }
    .prodet-page .prodet-1 .left ul {
        padding: 0 15%;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 14px;
    }
    .prodet-page .prodet-1 .right h4 {
        font-size: 30px;
    }
    .prodet-page .prodet-1 .right i {
        font-size: 15px;margin-bottom: 20px;
    }
    .prodet-page .prodet-1 .right li i {
        margin-bottom: 0;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        font-size: 16px;
    }
    .prodet-page .prodet-3 a.more {
        font-size: 16px;
    }
    .news-page ul li .content h4 {
        font-size: 20px;
    }
    .news-page ul li .content time {
        font-size: 16px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .newdet-page h3 {
        font-size: 26px;
    }
    .newdet-page .box .content {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .box .m-link {
        margin-top: 30px;
    }
    .faq-page ul li .box h4 {
        font-size: 16px;
        padding: 20px 40px;
    }
    .faq-page ul li .box i {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    .faq-page ul li .box .text {
        font-size: 16px;
    }
    .faq-page a.more {
        margin-top: 40px;
    }
    .download-page ul li {
        padding-left: 100px;
    }
    .download-page ul li .icon {
        width: 80px;
    }
    .download-page ul li .right {
        padding: 20px;
    }
    .download-page ul li .right h3 {
        font-size: 18px;
    }
    .download-page ul li .right span {
        top: 20px;
        font-size: 16px;
    }
    .inner-page h2.tit {
        font-size: 28px;
    }
    .culture-page .culture-1 .box ul li {
        padding: 25px;
    }
    .culture-page .culture-1 .box ul {
        margin: -25px;
    }
    .culture-page .culture-1 .box ul li p {
        font-size: 16px;
        line-height: 24px;
    }
    .culture-page .culture-2 .box ul li .box2 {
        padding: 20px;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        font-size: 14px;
    }
    .culture-page .culture-3 .box ul li .box2 .content h4 {
        margin: 10px 0;
        line-height: 1;
        font-size: 18px;
    }
    .culture-page .culture-3 .box ul li .box2 .content p {
        font-size: 14px;
        line-height: 1.4;
    }
    .culture-page .culture-3 .box ul li .box2 .img {
        margin-top: 180px;
        margin-bottom: -180px;
    }
    .form ul li {
        padding: 5px;
    }
    .form ul li label {
        top: 5px;
    }
    .form ul {
        margin: -5px;
    }
    .about-page .about-1 .left .list ul li {
        width: 50%;
    }
    .about-page .about-1 .left .text {
        font-size: 14px;
        max-height: 190px;
        margin: 15px 0;
    }
    .about-page .about-1 .left .text p {
        padding-bottom: 10px;
    }
    .about-page .about-1 {
        padding-top: 40px;
    }
    .about-page .about-2 .box ul li .box2 {
        padding: 5px 10px 0;
    }
    .about-page .about-2 .box ul li {
        padding: 30px 10px;
    }
    .about-page .about-2 .box ul {
        margin: -30px -10px;
    }
    .about-page .about-2 .box ul li .box2 h5 {
        font-size: 16px;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 380px;
    }
    .about-page .about-3 .list ul li {
        margin: 0 15px;
    }
    .about-page .about-4 .box .left {
        padding-right: 10px;
    }
    .about-page .about-4 .box .right ul li {
        padding: 5px;
    }
    .about-page .about-4 .box .right ul {
        margin: -5px;
    }
    .about-page .about-1 {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .right a.more,
    .faq-page a.more,
    .form ul li a.more {
        line-height: 36px;
        height: 36px;
        padding-left: 10px;
        padding-right: 60px;
    }
    .prodet-page .prodet-1 .right a.more i,
    .faq-page a.more i,
    .form ul li a.more i {
        right: 5px;
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    .inner-banner {
        margin-top: 0 !important;
        height: 300px;
        padding-top: 130px;
    }
    .inner-banner h3 {
        font-size: 30px;
    }
    .about-page .about-1 .left {
        width: 100%;
        margin-right: 0;
    }
    .about-page .about-1 .right {
        width: 100%;
        margin-top: -20%;
        display: none;
    }
    .about-page .about-1 .left .text {
        max-height: none;
    }
    .about-page .about-1 .left .list ul li {
        width: 25%;
    }
    .about-page .about-2 {
        padding: 50px 0;
    }
    .about-page .about-2 .box ul .slick-dots {
        display: none !important;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 300px;
    }
    .about-page .about-3 .list ul li {
        font-size: 16px;
        margin: 0 10px;
    }
    .about-page .about-3 {
        padding: 40px 0;
    }
    .about-page .about-3 .box {
        padding: 40px 0 0;
    }
    .about-page .about-4 {
        padding: 40px 0;
    }
    .about-page .about-4 .box .left a h5 {
        font-size: 18px;
        padding: 0 15px;
        bottom: 10px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding: 0 4%;
        margin: 40px 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
    }
    #mapContainer {
        height: 300px !important;
    }
    .culture-page .culture-1 .box ul:after {
        display: none;
    }
    .culture-page .culture-1 .box ul li {
        width: 50%;
        padding: 15px;
    }
    .culture-page .culture-1 .box ul {
        margin: -15px;
    }
    .culture-page .culture-1 {
        padding: 60px 0;
    }
    .culture-page .culture-2 .box ul li {
        width: 100%;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        height: auto;
    }
    .culture-page .culture-2 {
        padding-top: 50px;
    }
    .culture-page .culture-3 .box ul li {
        width: 50%;
    }
    .culture-page .culture-3 {
        padding: 50px 0;
    }
    .culture-page .culture-3 .box {
        padding-top: 30px;
    }
    .newdet-page h3 {
        font-size: 22px;
    }
    .newdet-page .box .m-link div {
        font-size: 13px;
    }
    .news-page ul li {
        padding: 10px;
    }
    .news-page ul {
        margin: -10px;
    }
    .news-page ul li img{max-width: 100%}
    .news-page ul li .content h4 {
        font-size: 14px;
        margin-top: 5px;
    }
    .news-page ul li .content time {
        font-size: 12px;
    }
    .news-page ul li .content {
        padding-top: 10px;
    }
    .prodet-page .prodet-1 {
        padding: 80px 0 50px;
    }
    .prodet-page .prodet-1 .left ul {
        padding: 0 5%;
    }
    .prodet-page .prodet-1 .right .text {
        margin: 10px 0;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 14px;
        margin: 0 10px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -10px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th,
    .prodet-page .prodet-2 .bottom {
        font-size: 14px;
    }
    .prodet-page .prodet-3 h3 {
        font-size: 20px;
    }
    .prodet-page .prodet-3 a.more {
        font-size: 13px;
        margin-top: 2px;
    }
    .prodet-page .prodet-3 .box ul li h5 {
        font-size: 16px;
    }
    .prodet-page .prodet-3 .box ul li a.more {
        font-size: 14px;
    }
    .prodet-page .prodet-3 .box ul li,
    .product-page ul li {
        padding: 20px;
    }
    .product-page ul {
        margin: -20px;
    }
    .product-page ul li,
    .video-page ul li,
    .news-page ul li {
        width: 50% !important;
    }
    .product-page .nav {
        display: none;
    }
    .product-page .pro {
        width: 100%;
    }
}
.pc{display: block;}
.mobile{display: none;}

@media screen and (max-width: 700px) {
.pc{display: none;}
.mobile{display: block;}
    .newslist dl dd h6{line-height: 1;margin-top: 2%}
    .newslist dl dd,.newslist dl dt{float: none;width: 100%;}
    .inner-banner h2 {
        font-size: 24px;
    }
    .inner-banner ul li {
        font-size: 16px;
        margin-left: 15px;
    }
    .video-page ul li a h5 {
        font-size: 15px;
    }
    .product-page ul li a.img-box,
    .prodet-page .prodet-3 .box ul li a.img-box {
        margin: 20px 0;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-top: 30px;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 50px;
    }
    .faq-page ul li .box h4:after {
        top: 20px;
    }
    .faq-page ul li .box .text {
        font-size: 14px;
    }
    .download-page ul li .icon {
        width: 60px;
    }
    .download-page ul li .icon img {
        max-width: 30px;
    }
    .download-page ul li {
        padding-left: 70px;
    }
    .download-page ul li .right h3 {
        padding-right: 100px;
        font-size: 16px;
    }
    .inner-page h2.tit {
        font-size: 24px;
    }
    .culture-page .culture-1 .box ul li {
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    .culture-page .culture-1 .box ul {
        margin: -10px;
    }
    .culture-page .culture-3 .box ul li {
        padding: 5px;
    }
    .culture-page .culture-3 .box ul {
        margin: -5px;
    }
    .form ul li {
        width: 100%;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        font-size: 14px;
    }
    .about-page .about-1 .left .list ul li {
        width: 50%;
    }
    .about-page .about-2 .box {
        padding-top: 30px;
    }
    .about-page .about-3 .box ul li .text {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .about-page .about-3 .box ul li .text p {
        height: auto;
    }
    .about-page .about-3 .box ul li .img {
        width: 100%;
    }
    .about-page .about-4 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 .box .right {
        display: none;
    }
    .prodet-page .prodet-3 .box ul li .box2 h3,
    .product-page ul li .box2 h3 {
        padding-bottom: 5px;
    }
    .about-page .about-3 .box ul li {
        -webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
transform: translateY(0) !important;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .left .list ul li p {
        font-size: 13px;
    }
    .inner-page h2.tit {
        font-size: 20px;
    }
    .inner-banner h2 {
        font-size: 22px;
    }
    .inner-banner {
       
    }
    .inner-page {
        margin-top: 20px !important;
        overflow: hidden;
    }
    .inner-banner br {
        display: none;
    }
    .inner-banner ul {
        display: none !important;
    }
    .mbx {
        display: none;
    }
    .contact-page .contact-1 .left .info ul li {
        font-size: 14px;
    }
    .contact-page .contact-1 .left .info ul li i {
        top: -8px;
    }
    #mapContainer {
        height: 260px !important;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        padding: 10px 15px;
    }
    .culture-page .culture-3 .box ul li {
        width: 100%;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 30px 0;
    }
    .download-page ul li .right span {
        display: none;
    }
    .download-page ul li .right h3 {
        padding-right: 0;
        font-size: 14px;
    }
    .download-page ul li .right {
        padding: 10px;
    }
    .faq-page ul li .box h4 {
        font-size: 14px;
    }
    .faq-page ul li .box {
        padding: 0 10px;
    }
    .newdet-page h3 {
        font-size: 20px;
    }
    .newdet-page .box {
        padding: 30px 15px 0;
        margin-top: 20px;
    }
    .newdet-page .box .content {
        font-size: 14px;
        line-height: 1.6;
    }
    .newdet-page .box .m-link div {
        display: block;
        width: 100%;
        padding: 0 !important;
        text-align: left;
    }
   
    .prodet-page .prodet-1 .right h4 {
        font-size: 26px;
    }
    .prodet-page .prodet-3 a.more {
        display: none;
    }
    .prodet-page .prodet-1 .right a.more {
        margin-top: 10px;
    }
}
