﻿* { padding: 0; margin: 0; -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; }
html { font-size: 16px; width: 100%; }
body {
    font-family: 'SimHei', 'PingFangSC-Regular',"Novum-book","Novum-light",'Arial',sans-serif;
    margin: auto;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.overflowHid { position: absolute; height: 100%; overflow: hidden; }

h1, h2, h3, h4, h5 { font-weight: normal; }
/*.specialFont{font-family:'PingFang-Regular';}*/
input, button, select, textarea { outline: none; }
p { font-weight: normal; font-size: 1.2em; line-height: 175%; }
img { border: none; }
a { color: #000000; text-decoration: none ; font-weight: normal; }


ul, li { list-style: none; padding: 0; margin: 0; }
.li { list-style-type: none; }

.clear { clear: both; width: 0; height: 0; }
.clearfix { display: inline-table; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }


.img-responsive { max-width: 100%; height: auto; display: block; }
.img-full { width: 100%; height: auto; display: block; }
.img-center { display: block; margin: auto; }
.img-circle { border-radius: 50%; max-width: 100%; }


input::-webkit-input-placeholder { color: #5c5c5c; }
　input:-moz-placeholder { color: #5c5c5c; }
　input::-moz-placeholder { color: #5c5c5c; }
　　input:-ms-input-placeholder { color: #5c5c5c; }

/*鼠标向下滚动提示*/

.mouse { position: absolute; z-index: 2; left: 50%; bottom: 8em; width: 1.7em; height: 2.8em; margin-left: -0.8125em; opacity: 0; background-size: 100% 100%; border-radius: 6.25em; background-size: 225%; -webkit-animation: 5s linear infinite, nudgeMouse 5s ease-out infinite; animation: 5s linear infinite, nudgeMouse 5s ease-out infinite; }
.mouse:before, .mouse:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.mouse:before { width: 1.5em; height: 2.6em; border: 1px solid rgba(215,215,215,0.7); border-radius: 6.25em; }
.mouse:after { background-color: #ffffff; width: 0.3125em; height: 0.3125em; border-radius: 100%; -webkit-animation: trackBallSlide 5s linear infinite; animation: trackBallSlide 5s linear infinite; }
.button, button { cursor: pointer; background: transparent; border: 0; }
.button { display: inline-block; width: 11.25em; font-size: 0.875em; color: #000; letter-spacing: 0px; position: relative;  text-decoration: none; text-align: center; line-height: 3.1em; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.button:before, .button:after { z-index: -1; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #000; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.button:before { left: -2px; top: -2px; }
.button span { z-index: 2; }

.button:after { left: 2px; top: 2px; }
.button:hover { -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; background: #000; color: #fff; }
.button:hover:before, .button:hover:after { left: -1px; top: -1px; }

.button.white { color: #fff; }
.button.white:before, .button.white:after { border: 1px solid #fff; }
.button.white:hover { background: #fff; color: #000; }


/*.menubtn { display: block; color: #000; letter-spacing: 0px; position: relative; text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.menubtn:before, .menubtn:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.menubtn:hover { -webkit-transition: 0.1s; -moz-transition: 0.1s; -ms-transition: 0.1s; -o-transition: 0.1s; transition: 0.1s; background: #000; color: #fff; }

.menubtn:hover:before { left: -2px; top: -2px; border: 1px solid #ae9577; background: #000; z-index:2; }
.menubtn:hover:after { left: 2px; top: 2px; background: #ae9577; z-index: 0; }

.menubtn span { color: #fff; position: relative; z-index:3; }

.main-menu li.selected .menubtn, .foot-menu li.selected .menubtn { -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; background: #000; color: #fff; }
.main-menu li.selected .menubtn:before, .foot-menu li.selected .menubtn:before { left: -2px; top: -2px; border: 1px solid #ae9577; background: #000; z-index: 1; }
.main-menu li.selected .menubtn:after, .foot-menu li.selected .menubtn:after { left: 2px; top: 2px; background: #ae9577; z-index: 0; }*/

div#js-tooSmall { width: 100%; height: 100%; position: absolute; top: 0; background: #000; z-index: 99; color: #fff; display: none; }
.header, site-header { height: 8em; width: 100%; position: relative; }
.header {
    position: fixed;
    z-index: 9;
    top: -6em;
    opacity: 0;
    /*font-family: 'PingFang Medium','Microsoft YaHei'*/
}

.header-bg { background: #000; }
.header-left { float: left; left: 0; position: relative; margin-left: 4.5%; }
.header-left .logo { width:25rem; position: absolute; top: 1.7em; z-index: 9; }
.header-left .main-menu { padding-left:27rem;}
.header-left .main-menu>li {float: left;line-height: 6rem;text-align: center;font-size: 1.15rem;margin: 0 0.5em;}
/*.main-menu li a { color: #fff; }
.main-menu  { position: sticky; will-change: transform; }
.main-menu>li {display: inline-block;padding: 0 2em;height: 8rem;text-align: center;font-size: 1em;position: relative;}
.main-menu>li> a {display:block;color: #fff;height: 4em;text-align: center;position: relative;padding-bottom: 10px;}
.main-menu>li:hover>a{color: #a68676;}*/
.menubtn>a:after { content: ''; position: absolute; bottom: 0; left: 0; transform: scaleX(0); -webkit-transform: scaleX(0); transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1); transform-origin: center right; -webkit-transform-origin: center right; width: 100%; height: 1px; background-color: #a68676; }
.menubtn>a:before { content: attr(data-title); position: absolute; top: 0; left: 0; color: #a68676; z-index: 1; line-height: 13px; transition: 0.6s clip-path cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: 0.6s clip-path cubic-bezier(0.19, 1, 0.22, 1); webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); opacity: 0; }
.menubtn>a.in:before { opacity: 1; }
.menubtn>a.out:before { webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
.menubtn:hover a:after { transform: scaleX(1); -webkit-transform: scaleX(1); transform-origin: center left; -webkit-transform-origin: center left; }
.navCategory::after {
    content: "";
    display: none;
    width: 100vw;
    position: fixed;
    height: 21em;
    top:8rem;
    background: rgba(255,255,255,0.9);
    z-index: -1;
    left: -4.5vw;
}
.navCategory:hover::after {
    display: block;
}
.header-right { float: right; padding-right: 4.5%; position: relative; }
.guide-menu { z-index: 9; position: absolute; width:15em; right:5em; }
.guide-menu > li { float: left; width: 5em; text-align: center; line-height: 6em; }
.guide-menu > li.devide { width: 1.2em; }
.devide > img { vertical-align: middle; width: 100%; }
.guide-menu > li > a { font-size: 1em; letter-spacing: 0.1em; color: #fff; }
.guide-menu > li > a:hover { color: #ae9577; }

button.btnMenu {border: 0;position: absolute;right: 0;width: 10em;z-index: 9;top: 0;height: 6em;background: #000;font-family: 'PingFangSC-Regular';}
button.btnMenu > span { position: absolute; left: 0; top: 60%; color: #fff; font-size: 0.875em; opacity: .5; width: 100%; }

button.btnMenu .waves {position: absolute;top: 50%;left: 50%;width: 4em;height: 4em;margin-left: -2em;margin-top: -2em;border-radius: 50%;-webkit-backface-visibility: hidden;z-index:-1;}

button.btnMenu .wave, .waves:before, .waves:after {position: absolute;background: white;margin-left: 1em;margin-top: 1em;width: 2em;height: 2em;content: "";display: block;border-radius: 50%;-webkit-backface-visibility: hidden;}

button.btnMenu .waves:before { animation: wave-animate 3s infinite ease-out; }

button.btnMenu .waves:after { opacity: 0; animation: wave-animate 3s 1.5s infinite ease-out; }

@keyframes wave-animate {
    0% { transform: scale(0); opacity: .5; transform-origin: center; }
    100% { transform: scale(3); opacity: 0; transform-origin: center; }
}

.icon-menu { position: absolute; display: block; width: 24px;  z-index: 15; left: 50%; top: 2.5em; margin-left: -12px; }
.icon-menu span, .icon-menu span:before, .icon-menu span:after { content: ''; position: absolute; display: block; cursor: pointer; border-radius: 1px; height: 1px; width: 24px; background: #fff; left: 0; top: 50%; transition: all 250ms ease-out; -webkit-transition: all 250ms ease-out; }
.icon-menu span:before { top: -6px; }
.icon-menu span:after { top: 6px; }
.icon-menu.isOpen span { width: 0; margin-left: 12px; background-color: transparent; }
.icon-menu.isOpen span:before, .icon-menu.isOpen span:after { top: 0; margin-left: -12px; }
.icon-menu.isOpen span:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.icon-menu.isOpen span:after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.side-menu { display: none; position: absolute; right: 0; width: 40em; height: 100vh; background: #000; z-index: 8; transform: translateX(100%); -ms-transform: translateX(100%); /* IE 9 */ -moz-transform: translateX(100%); /* Firefox */ -webkit-transform: translateX(100%); /* Safari 和 Chrome */ -o-transform: translateX(100%); -webkit-transition: -webkit-transform 0.25s ease-in-out; transition: transform 0.25s ease-in-out; }
.side-menu.isOpen { display: block; transform: translateX(0); -ms-transform: translateX(0); /* IE 9 */ -moz-transform: translateX(0); /* Firefox */ -webkit-transform: translateX(0%); -webkit-transition: -webkit-transform 0.25s ease-in-out; transition: transform 0.25s ease-in-out; }
.side-menu > .side-menu-items { width: 15em; margin-top: 25%; margin-left: 25%; }
.side-menu-items > li { line-height: 4em; /* padding-right: 4em; */ position: relative; transform: translate3d(540px,0px,0); }
.side-menu-items > li > a { color: #fff; font-size: 1rem; display: block; }
.side-menu-items li.active a { color: #ae9577; }


.side-menu-items li .line-decorate { width: 8em; position: absolute; right: 0; top: 2em; height: 1px; }
.side-menu-items li .line-decorate span { color: #3e3e3e; border-bottom: 0.1rem solid #3e3e3e; width: 1em; height: 1px; float: right; }
.side-menu-items li.active .line-decorate span { border-bottom: 0.1rem solid #ae9577; animation: line-link 0.2s linear; -webkit-animation: line-link 0.2s linear; animation-fill-mode: forwards; }
#menu-bg { width: 100%; height: 100%; position: absolute !important; overflow: hidden; z-index: -1; }
#menu-bg > li { width: 100%; height: 100%; }
.lines-1 { background: url('../Images/common/lines-1.png') no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0; }

.lines-2 { background: url('../Images/common/lines-2.png') no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0; }
.lines-3 { background: url('../Images/common/lines-3.png') no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0; }

.side-menu .small-nav { width: 100%; padding-left: 25%; position: absolute; bottom: 10%; }
.side-menu .small-nav > ul { display: block; }
.side-menu .small-nav > ul > li { float: left;line-height: 1em; }
.side-menu .small-nav > ul > li > a { font-size: 0.875em; color: #fff; opacity: .4; }
.side-menu .small-nav > ul > li > a:hover { color: #ae9577; opacity: 1; }
.side-menu .small-nav > ul > li.devide { color: #fff; text-align: center; width: 4em; opacity: .4; }
.share-box.clearfix { display: block; margin: 2em 0; height: 2.25em; }
.side-menu .share-box > a { float: left; margin-right: 2em; opacity: .4; width: 2.25em; height: 2.25em; position: relative; }
.side-menu .share-box > a:hover { opacity: 1; }
.share-box a p { font-size: 1em; }
.share-box a.code .active-img { position: absolute; left: 0; top: 0; }
.share-box a.code .active-img img { width: 5em; }
.share-box .active-img { display: none; }
.share-box a img { width: 2.25em; }
.side-menu .remark { font-size: 10px; color: #fff; letter-spacing: 0.1em; line-height: 175%; font-family: 'PingFangSC-Regular'; font-weight: 100; }
.side-menu .remark > span { opacity: .3; }
.side-menu .remark > a { color: #fff; opacity: .3; }
.side-menu .remark > a:hover { opacity: 1; color: #ae9577; }
.footer { width: 100%;  background: #000; position: relative; padding: 3.2em 0; }

.footer-container { width: 80%; margin: auto; }
.company-info1 { position: relative; height: 4em; border-bottom: 1px solid #ae9577; }

.foot-menu { display: block; position: absolute; right: 0; }
.foot-menu li {display: inline-block;height: 3em;line-height: 2.5em;/* width: 8em; */overflow: hidden;text-align: center;position: relative;margin-left: 4em;}
.foot-menu li a {color: #808080;font-size: 1em;/* position: absolute; *//* left: 5%; *//* top: 10%; */display: block;height: 85%;/* width: 90%; */}
.foot-menu li a span { display: inline-block; width: 100%; }
.foot-menu li a span.eng { color: #d48869; text-transform: uppercase; }

.company-item { width: 40%; float: left; }
.company-item > p { color: #adadad; font-size: 0.75em; line-height: 175%; letter-spacing: 1px; }
.company-item > p > img { margin: 0 1em; vertical-align: middle; }

.company-info2 { position: relative; width: 100%; margin: 2em auto; }
.company-info2 .small-nav { width: 50%; position: absolute; right: 0; text-align: right; }
.company-info2 .small-nav > ul > li { float: left; line-height: 1em; }
.company-info2 .small-nav > ul > li > a { font-size: 0.75em; color: #fff; opacity: .4; }
.company-info2 .small-nav > ul > li > a:hover { color: #ae9577; opacity: 1; }
.company-info2 .small-nav > ul > li.devide { color: #fff; text-align: center; width: 4em; opacity: .4; }
.company-info2 .share-box { position: absolute; right: 0; margin-top: 1em; height: 2.25em; }
.company-info2 .share-box > a { position: relative; float: left; margin-left: 2em; opacity: .4; width: 2.25em; height: 2.25em; }
.company-info2 .share-box > a > img { width: 2.25em; }

.company-info2 .share-box > a .active-img { position: absolute; top: 0; left: 0; display: none; }
.company-info2 .share-box > a.code .active-img img { width: 5em; }

.company-info2 .share-box > a:hover { opacity: 1; }
a#js-scrolltop { display: block; width: 4em; position: absolute; bottom: 0; right: 0; }

.show-from-left, .show-delay-from-left { opacity: 0; -o-transform: translateX(-500px); -webkit-transform: translateX(-500px); transform: translateX(-500px); }
.show-from-right, .show-delay-from-right { opacity: 0; -o-transform: translateX(500px); -webkit-transform: translateX(500px); transform: translateX(500px); }
.show-from-bottom, .show-delay-from-bottom { opacity: 0; }
.show-from-top, .show-delay-from-top, .show-delay-fade-in { opacity: 0; }
.mask { width: 100%; height: 100%; background: #000; position: fixed; z-index: 100; }

ul.sub-menu {
    position: absolute;
    width: 10em;
    top: 9rem;
    left: 2em;
    display: none;
}
.sub-menu > li {
    line-height:3em;
    text-align: left;
    position:relative
}
.sub-menu > li >a {
    color: #000;
    font-size: 1em;
    display: block;
}
.menubtn:hover>.sub-menu{
    display:block;
}
.sub-menu > li:hover>a {
    font-weight: bold;
    text-decoration: underline !important;
}

@keyframes line-link {
    0% { width: 0%; }
    100% { width: 100%; }
}

@-webkit-keyframes line-link /*Safari and Chrome*/
{
    0% { width: 0%; }
    100% { width: 100%; }
}


/*不同浏览器分辨率*/

@media screen and (max-width:1920px) {
    html { font-size:90%; }
}

@media screen and (max-width:1680px) {
    html { font-size:80%; }
}

@media screen and (max-width:1366px) {
    html { font-size: 75.375%; }
}

@media screen and (max-width:1280px) {
    html { font-size: 62.5%; }
  .men-menu { display: none; }
}

@media screen and (max-width:1024px) {
    html { font-size: 62.5%; }
}

@media screen and (max-width:960px) {
    .company-info2 {
    position: relative;
    width: 100%;
    height: 10em;
    margin: 2em auto;
}
   .company-item {
    width: 50%;
    float: left;
    margin-bottom: 1em;
}
   .company-info2 .small-nav {
    position: relative;
    width: 100%;

}
}
.sub-menu.menu-other {
    position: absolute;
    top: 0%;
    left: 100%;
}
.other a::after{
    display:none
}
.c-cuseor {
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}
.c-cursor-play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*background: hsla(0,0%,100%,.4);*/
    border: 3px solid #fff;
    margin-top: -80px;
    margin-left: -50px;
    opacity: 0;
    -webkit-transform: scale(.8) translateZ(0);
    transform: scale(.8) translateZ(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}
.c-cursor-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
        border-width: 10px 0 10px 16px;
}
.u-pos-tl {
    top: 0;
    left: 0;
}
.u-fixed {
    position: fixed;
    z-index:5;
    pointer-events:none
}
.c-cursor-stop {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*background: hsla(0,0%,100%,.4);*/
    border: 3px solid #fff;
    margin-top: -80px;
    margin-left: -45px;
    opacity: 0;
    -webkit-transform: scale(.8) translateZ(0);
    transform: scale(.8) translateZ(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}
.c-cursor-stop:after, .c-cursor-stop:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}
.c-cursor-stop:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}
.j-info {
    position: absolute;
    top: 5rem;
    z-index: -1;
    font-size: 0.7rem;
    text-align: left;
    background: #000;
    width: 100%;
    color: #888;
    padding-left: 4.5%;
    height: 3rem;
    display: flex;
    align-items: center;
}