@charset "utf-8";

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

body {
 font-family: 'syhtN';
}


.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c18520;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
    html,
    body {
        zoom: 0.8;
    }
.ry-padd{
        zoom: 0.8;
    }
	.footer{
        zoom: 1;
    }
.about-history ul li span {
    font-size: 54px !important;
}
.new02 dl dt {
    width: 38% !important;
}
}

@media (-webkit-device-pixel-ratio: 1.5) {
    html,
    body {
        zoom: 0.8;
    }
}

@media (-webkit-device-pixel-ratio: 1.75) {
    html,
    body {
        zoom: 0.8;
    }
}

@media (-webkit-device-pixel-ratio: 2) {
    html,
    body {
        zoom: 0.8;
    }
}

body {
    font: 14px/1.8 "Arial", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
font-family: 'syhtN';
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #c18520;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c18520;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fc {
    text-align: center;
}


/* .fr {
    text-align: right;
} */

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 1100px;
    margin: 0px auto;
}

.top a:link,
.top a:visited {
    color: #fff;
}

.top a:active,
.top a:hover {
    color: #fff;
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    transition: .3s;
}

.top:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.ptop {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.ptop .logo img.img1 {
    visibility: hidden;
}

.ptop .logo img.img2 {
    display: block;
}

.ptop .search-box .curicon {
    color: #333;
}

.ptop .nav a:link,
.ptop .nav a:visited {
    color: #333;
}

.ptop .nav a:active,
.ptop .nav a:hover {
    color: #c18520;
}

.ptop .nav a:before {
    background-color: #c18520;
}

.logo {
    position: absolute;
    left: 3%;
    top: 16px;
    z-index: 100;
}

.logo a {
    position: relative;
    display: block;
    height: 58px;
}

.logo img {
    height: 100%;
}

.logo img.img2 {
    position: absolute;
    left: 0;
    top: 0;
}

.logo img.img1 {
    display: block;
}

.logo img.img2 {
    display: none;
}

.search-box {
    position: absolute;
    top: 0;
    right: 90px;
    color: #fff;
}

.search-box .curicon {
    display: block;
    width: 90px;
    height: 90px;
    display: block;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.search-box:hover .search-box-c {
    display: block;
}

.search-box-c {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 10px 52px 10px 20px;
    height: 32px;
    background: url(../images/black_50.png) repeat;
    background: rgba(0, 0, 0, 0.56);
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.search-box-c .stxt {
    border: 0px none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    color: #fff;
}

.search-box-c .stxt::-webkit-input-placeholder {
    color: #fff;
}

.search-box-c .stxt::-moz-input-placeholder {
    color: #fff;
}

.search-box-c .stxt::-ms-input-placeholder {
    color: #fff;
}

.search-box-c .sbtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
}

.nav {
    text-align: center;
}

.nav li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 9px;
}

.nav a {
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    z-index: 1;
    padding: 0px 21px;
}

.nav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background-color: #fff;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1;
}

.nav a:hover:before,
.nav a.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.nav a.active,
.nav a:hover {
    color: #fff;
}
.language{
    position: absolute;
    right: 90px;
    top: 0;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 1010;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
}
.ptop .language a{
	color: #333 !important;
}

.menu-handler {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: #c18520;
    cursor: pointer;
    z-index: 1010;
}

.menu-handler p {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    margin: 35px auto;
}

.menu-handler span {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 2px;
    background-color: #fff;
    transition: opacity .2s ease
}

.menu-handler span.item2 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler span.item3 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler span.item4 {
    top: auto;
    bottom: 0px;
}

.menu-handler.active span.item1,
.menu-handler.active span.item4 {
    opacity: 0;
}

.menu-handler.active span.item2 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler.active span.item3 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
}

.menubarM {
    position: fixed;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    color: #FF9F9F;
    z-index: 10;
    background-color: #fff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, transform ease-in-out 0.8s;
    transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
}

.menubarM-box a:link,
.menubarM-box a:visited {
    color: #333333;
}

.menubarM-box a:active,
.menubarM-box a:hover {
    color: #c18520;
}

.menubarM-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menubarM-list {
    width: 70%;
    margin: 9% auto 20px;
}

.menubarM-list li:first-child {
    border-top: 1px solid #D5D5D5;
}

.menubarM-list li {
    border-bottom: 1px solid #D5D5D5;
    padding: 25px 0;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menubarM-list>li>a {
    font-size: 24px;
    font-weight: bold;
    float: left;
    display: inline-block;
    line-height: 1.2;
}

.menubarM-list .subnav {
    padding-left: 200px;
    padding-top: 2px;
}

.menubarM-list .subnav a {
    font-size: 16px;
    margin-right: 7%;
}

.menubarM-hide .menubarM-list li {
    transition-delay: 0s !important;
}

.menuOpen .menubarM {
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.menuOpen .menubarM-list li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.menuOpen .logo img.img1 {
    visibility: hidden;
}

.menuOpen .logo img.img2 {
    display: block;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
    visibility: visible;
    filter: alpha(enabled=false);
    opacity: 1;
}

.menuOpen .menubarM {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.foot {
    background-color: #222222;
}

.foot a:link,
.foot a:visited {
    color: #fff;
}

.foot a:active,
.foot a:hover {
    color: #c18520;
}

.foot-nav {
    padding-bottom: 50px;
    font-size: 16px;
}

.foot-nav .line {
    padding: 0px 16px;
}

.foot-box {
    text-align: center;
}

.foot-box span {
    padding: 0 5px;
}

.foot-sharp a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #CBCBCB;
    margin: 0px 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.foot-sharp a:hover {
    border-color: #c18520;
}

.smlink {
    margin-left: 25px;
}

.link-select-box {
    position: relative;
    width: 280px;
    height: 46px;
    margin: 20px auto 0;
    background-color: #EBEBEB;
    text-align: left;
    transition: .3s;
    -webkit-transition: .3s;
}

.link-select-box .mt {
    padding: 0 40px 0 20px;
    position: relative;
    cursor: pointer;
    line-height: 46px;
    color: #888;
}

.link-select-box .mt .aw {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #666666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.link-select-box .mc {
    padding-bottom: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100%;
    z-index: 100;
    display: none;
}

.link-select-box ul {
    background-color: #EBEBEB;
    padding: 15px 0;
    overflow: hidden;
}

.link-select-box a {
    display: block;
    padding: 8px 15px;
    line-height: 1.4;
}

.link-select-box a:hover {
    background-color: #c18520;
    color: #fff;
}

.link-select-box.act .mt .aw {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgw {
    width: 100%;
    display: block;
}

.ellipsisT {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/w0.png) no-repeat;
}

.ermsblack {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1030;
    display: none;
}

.ermSBox {
    width: 220px;
    height: 264px;
    border: 5px solid #eeeeee;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -115px;
    z-index: 1004;
}

.ermSBox .img {
    padding: 20px;
}

.ermSBox .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.ermSBox .t {
    padding: 10px 0px;
    color: #666;
    font-weight: bold;
    background: #eeeeee;
    text-align: center;
}

.pageC a:link,
.pageC a:visited {
    color: #333;
}

.pageC a:active,
.pageC a:hover {
    color: #00A2E9;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
}

.pageC {
    overflow: hidden;
    text-align: justify;
}

.transition6 {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.scaleO:hover .img6 {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.scaleO2:hover .imgw {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

.pos-ov {
    position: relative;
    overflow: hidden;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

a.slick-disabled {
    cursor: not-allowed;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 400;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_90.png) repeat;
    background: none rgba(0, 0, 0, .9);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button {
        background-image: url(../images/default-skin.svg);
    }
    .pswp__button--close {
        color: #fff
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    position: absolute;
    background: none #767676;
    color: #fff;
    display: block;

    font-size: 14px;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
    left: 2%
}

.pswp__button--arrow--right {
    right: 2%;
}

.pswp__button--arrow--left:before {
    content: "\e606";
}

.pswp__button--arrow--right:before {
    content: "\ea03";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    color: #fff;
    background-color: #00A2E9;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption__center {
    text-align: center;
    max-width: 600px;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff
}

.pswp__caption__center .xzy-zan {
    float: right;
    display: block
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 1
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}


/*base style end*/


/*index style*/

@-webkit-keyframes fade-in-blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes zoom_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoom_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes zoomUp {
    0% {
        transform: scale(1.08)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoomUp {
    0% {
        transform: scale(1.08)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes Turnico {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes Turnico {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes cloudMove {
    0% {
        transform: translate(0);
        -webkit-transform: translate(0);
    }
    100% {
        transform: translate(-100vw);
        -webkit-transform: translate(-100vw);
    }
}

@-webkit-keyframes cloudMove {
    0% {
        transform: translate(0);
        -webkit-transform: translate(0);
    }
    100% {
        transform: translate(-100vw);
        -webkit-transform: translate(-100vw);
    }
}

.opacityS {
    opacity: 0;
    visibility: hidden;
}

.action .opacityS,
.m-active .opacityS {
    opacity: 1;
    visibility: visible;
}

.slide-box {
    position: fixed;
    right: 90px;
    top: 0;
    height: 100%;
    width: 1px;
    z-index: 78;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.slide-box.colorbg {
    background-color: rgba(102, 102, 102, 0.2);
}

.slide-box.colorbg .side-btn li em {
    border-color: #ddd;
    background-color: #FBFBFB;
}

.slide-box.colorbg .side-btn li span {
    color: #666666;
}

.side-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
}

.side-btn li {
    position: relative;
    margin-top: ;
    cursor: pointer;
}

.side-btn li em {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -7px;
}

.side-btn li i {
    display: block;
    width: 66px;
    height: 66px;
    background-color: #c18520;
    border-radius: 50%;
    text-align: center;
    line-height: 66px;
    position: relative;
    color: #fff;
    font-size: 26px;
    transform: scale(0);
    visibility: hidden;
    transition: 0.4s;
}

.side-btn li i img {
    width: 100%;
}

.side-btn li span {
    display: block;
    line-height: 66px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 66px;
    padding-right: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    padding-right: 22px;
    transition: 0.4s;
}

.side-btn li.cur i {
    transform: scale(1);
    visibility: visible;
}

.side-btn li.cur span {
    opacity: 1;
    visibility: visible;
    padding-right: 12px;
}

.bitem-span2 i,
.item-span2 i {
    font-style: inherit;
}

.content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    min-height: 100vh;
}

.page.active {
    z-index: 10;
}

.page .ibg {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 1s;
}

.page.action .ibg {
    left: -8%;
    transition: 2s 0.4s linear;
}

#ibox5 {
    background-color: #FBFBFB;
}

#ibox8 {
    min-height: 0;
    width: 100%;
    overflow: inherit;
}

.banner a:link,
.banner a:visited {
    color: #fff;
}

.banner a:active,
.banner a:hover {
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    color: #fff;
}

.banner.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.banner .item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner .pimg {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.banner .desc {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 100%;
    margin: -124px 0 0 0;
}

.banner .desc h4 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0px 2px 3px #737373;
}

.banner .desc .c {
    font-size: 24px;
    margin: 10px 0;
    opacity: 0;
    font-weight: bold;
    text-shadow: 0px 2px 3px #737373;
}

.banner .desc .btn-more {
    opacity: 0;
}

.-moving .pimg {
    -webkit-animation: zoom_animation 11s linear infinite;
    animation: zoom_animation 11s linear infinite
}

.banner .slick-active .desc .c {
    animation: fadeInUp 1s forwards;
    animation-delay: 400ms;
}

.banner .slick-active .desc .btn-more {
    animation: fadeInUp 1s forwards;
    animation-delay: 800ms;
}

.banner .slick-dots {
    left: 3%;
    bottom: 3%;
    text-align: left;
}

.banner .slick-dots li {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    padding: 0;
    cursor: pointer;
}

.banner .slick-dots li a {
    width: 18px;
    height: 3px;
    background-color: #fff;
    display: block;
}

.banner .slick-dots li.slick-active a {
    background-color: #c18520;
}

.bitem-span span {
    display: inline-block;
    font-style: inherit;
    visibility: hidden;
}

.slick-active .bitem-span span {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: fade-in-blur;
    animation-name: fade-in-blur;
}

.btn-more {
    position: relative;
    display: block;
    width: 202px;
    height: 46px;
    line-height: 46px;
    background-color: #c18520;
    background: linear-gradient(to right, #c18520 0%, #8B090D 100%);
    color: #fff;
    border-radius: 23px;
    margin: 0px auto;
    overflow: hidden;
}

.btn-more:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: -70px;
    bottom: -60px;
}

.btn-more span {
    position: relative;
    transition: .3s;
}

.mouse-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    bottom: 3%;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.mouse-box i {
    position: relative;
    display: block;
    width: 20px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 12px;
    margin: 0px auto;
}

.mouse-box i:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 2px;
    height: 7px;
    border-radius: 3px;
    display: block;
    background-color: #fff;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.mouse-box .txt {
    line-height: 1.5;
    padding-top: 15px;
}

.pvideo-bg {
    position: fixed;
    z-index: 1000;
    left: -9999px;
    top: -9999px;
    bottom: 0;
    right: 0;
    background: url(../images/black_90.png) repeat;
    background: none rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s 0.3s, visibility .4s 0.3s;
    transition: opacity .4s 0.3s, visibility .4s 0.3s;
}

.pvideo-box {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 900px;
    left: 50%;
    margin-left: -350px;
    -webkit-transition: top 0.3s ease, opacity .3s ease;
    transition: top 0.3s ease, opacity .3s ease;
    opacity: 0;
    background-color: #fff;
}

.pvideo-box .videon {
    width: 100%;
    display: block;
}

.pv-close {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
    color: #222;
}

.pv-close:hover {
    background-color: #c18520;
    color: #fff;
}

.overlay {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    transition-delay: 0;
}

.overlay .pvideo-box {
    top: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.w1324 {
    width: 1400px;
}

.ibox-about {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -300px;
}

.video-ibox {
    position: relative;
    display: block;
    width: 49.5%;
    cursor: pointer;
    overflow: hidden;
}

.video-ibox .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease-out 0s;
    -webkit-transition: -webkit-transform 1s ease-out 0s;
    overflow: hidden;
}

.video-ibox .bg video {
    width: 100%;
    display: block;
}

.video-ibox .bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease-out;
}

.video-ibox .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-ibox .vico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    line-height: 1;
    color: #fff;
    font-size: 58px;
    transition: .3s;
    -webkit-transition: .3s;
}

.video-ibox:hover .vico {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.ibox-about .lico {
    position: absolute;
    background: url(../img/ilogo.png) no-repeat scroll center center;
    width: 209px;
    height: 209px;
    left: -104px;
    bottom: -104px;
    -webkit-animation: 8s linear 0s infinite running Turnico;
    animation: 8s linear 0s infinite running Turnico;
}

.ibox-about-desc {
    float: right;
    display: block;
    width: 45%;
}

.ibox-about-desc .title {
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 25px;
}

.ibox-about-desc .line {
    width: 66px;
    height: 2px;
    background-color: #c18520;
    margin-bottom: 30px;
}

.ibox-about-desc .c {
    font-size: 16px;
    line-height: 2;
    height: 128px;
    overflow: hidden;
    margin-bottom: 40px;
}

.btn-more2 {
    position: relative;
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    background: #d7d7d7;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
}

.btn-more2:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c18520;
    border-radius: 50%;
    -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: -30px;
    bottom: -60px;
}

.btn-more2 i {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.btn-more2 i img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-more2 span {
    position: relative;
    transition: .3s;
}

.ibox-about-txt {
    position: absolute;
    left: 0;
    bottom: 5%;
    letter-spacing: 3vw;
    text-transform: uppercase;
    color: #DDDDDD;
    color: rgba(51, 51, 51, 0.2);
    font-size: 80px;
    white-space: nowrap;
    animation: 20s linear 0s infinite normal none running cloudMove;
}

.ibox-T {
    text-align: center;
    margin-bottom: 55px;
    color: #333;
}

.ibox-T .t {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.ibox-T .c {
    font-size: 15px;
}

.ibox-business {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-46%);
    z-index: 10;
}

.ibox-business .ibox-T {
    color: #fff;
}

.ibox-business-list {
    width: 100%;
    height: 100%;
}

.ibox-business-list li {
    position: relative;
    float: left;
    display: inline-block;
    width: 16.666%;
    text-align: center;
    height: 100%;
    transition-duration: .5s;
}

.ibox-business-list figure {
    overflow: hidden;
    transition-duration: .5s;
    opacity: 0;
    height: 100%;
}

.ibox-business-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
}

.ibox-business-list figure img {
    height: 100%;
    display: block;
    object-fit: cover;
}

.ibox-business-list .desc {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    transition-duration: .5s;
}

.ibox-business-list .ico {
    display: inline-block;
    margin-bottom: 0;
}

.ibox-business-list .title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
}

.ibox-business-list .en {
    font-size: 14px;
    line-height: 1.2;

    opacity: 0.5;
    text-transform: uppercase;
}

.ibox-business-list .jia {
    padding-top: 45%;
    display: block;
    text-align: center;
}

.ibox-business-list .bot {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
    padding-top: 25px;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.ibox-business-list li:hover .ico {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.ibox-business-list li:hover figure {
    opacity: 1;
}

.ibox-business-list li:hover .desc {
    top: 25%;
}

.about-box {
    zoom: 1;
}

.about-box:after {
    display: block;
    content: '';
    clear: both;
}

.about-history {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

.about-history ul li {
    display: inline-block;
    margin: 0 60px;
}

.about-history ul li:first-child {
    margin-left: 0;
}

.about-history ul li:last-child {
    margin-right: 0;
}

.about-history ul li span {
    font-size: 40px;
    color: #c18520;
    font-weight: normal;
    line-height: 1;
    position: relative;
}

.about-history ul li:nth-child(3) span:before,.about-history ul li:nth-child(5) span:before {
    display: block;
    content: '+';
    font-size: 20px;
    color: #c18520;
    position: absolute;
    right: -20px;
    top: 0px;
}
.about-history ul li:nth-child(5) span:after {
    display: block;
    content: '㎡';
    font-size: 20px;
    color: #c18520;
    position: absolute;
    right: -20px;
    bottom: 2px;
}
.about-history ul li p {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
	line-height: 20px;
}

@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.ibox-news {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-46%);
    z-index: 10;
}

.ibox-news a:link,
.ibox-news a:visited {
    color: #666;
}

.ibox-news a:active,
.ibox-news a:hover {
    color: #c18520;
}

.ibox-news-box {}

.new01 {
    width: 30%;
    margin-right: 2%;
}

.new01 figure {
    overflow: hidden;
}

.new01 figure img {
    display: block;
    transition-duration: .5s;
    width: 100%;
}

.new01:hover figure img,
.new02 dl:hover dt img {
    transform: scale(1.1)
}

.new01 .desc {
    background: #fff;
    -moz-box-shadow: 0px 0px 7px #CFCFCF;
    -webkit-box-shadow: 0px 0px 7px #CFCFCF;
    box-shadow: 0px 0px 7px #CFCFCF;
    padding: 44px 35px;
    position: relative;
    transition-duration: .5s;
}

.new01 .desc span {
    color: #c18520;
    font-size: 16px;

}

.new01 .desc p {
    position: absolute;
    top: 45px;
    right: 40px;
    font-size: 16px;
    color: #888888;
}

.new01 .desc h1 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin-top: 15px;
}

.new01:hover .desc {
    -moz-box-shadow: 0px 0px 20px #CFCFCF;
    -webkit-box-shadow: 0px 0px 20px #CFCFCF;
    box-shadow: 0px 0px 20px #CFCFCF;
}

.new02 {
    width: 36%;
}

.new02 dl {
    background: #fff;
    -moz-box-shadow: 0px 0px 7px #CFCFCF;
    -webkit-box-shadow: 0px 0px 7px #CFCFCF;
    margin-bottom: 19px;
}

.new02 dl dt {
    width: 43.5%;
    float: left;
    overflow: hidden
}

.new02 dl dt img {
    display: block;
    transition-duration: .5s;
    width: 100%;
}

.new02 dl dd {
    padding: 10px;
    width: 55%;
    float: left;
    box-sizing: border-box
}

.new02 dl dd h1 {
    font-size: 17px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new02 dl dd p {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
	   display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}

.Menubox ul {
    border: 1px solid #e7e6e6;
    background: #fbfbfb;
    line-height: 53px;
    margin-bottom: 39px;
}

.Menubox ul li {
    float: left;
    cursor: pointer;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 17px;
}

.Menubox ul li.hover {
    color: #fff;
    background: #c18520
}

.Menubox ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 1px;
    height: 22px;
    background: #cecece
}

.Menubox ul li.hover:after {
    opacity: 0;
}

.Menubox ul li:last-child:after {
    display: none;
}

.CbContainer .owl-carousel .owl-item .item {
    padding: 10px;
}

.in-pro {
    -moz-box-shadow: 0px 0px 10px #C2C2C2;
    -webkit-box-shadow: 0px 0px 10px #C2C2C2;
    box-shadow: 0px 0px 10px #C2C2C2;
}

.jjfa-proName {
    background: #eeeeee;
    padding: 0 10px;
    line-height: 49px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: .5s;
}

.CbContainer .owl-theme .owl-dots .owl-dot span {
    background: #cccccc
}

.CbContainer .owl-theme .owl-dots .owl-dot.active span {
    width: 29px;
    border-radius: 10px;
    background: #c18520;
}

.CbContainer .owl-theme .owl-controls {
    margin-top: 20px !important
}

.in-pro:hover .jjfa-proName {
    color: #fff;
    background: #c18520
}

.sd-hs {
    width: 92%;
    margin: 0 auto;
}

.sd-hs .owl-theme .owl-controls .owl-nav {
    display: none !important
}

.sd-hs .owl-theme .owl-controls {
    margin-top: 40px !important
}

.td-list {
    position: relative;
    overflow: hidden
}

.td-list dd {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 55px;
}

.td-list dt img {
    transition-duration: 3s;
}

.td-list:hover dt img {
    transform: scale(1.2, 1.2)
}

.sd-hs .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #fff;
}

.sd-hs .owl-theme .owl-dots .owl-dot.active span {
    width: 29px;
    border-radius: 10px;
    background: #c18520;
}

.f-le {
    width: 20%;
}

.f-le a {
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    padding-right: 45px;
}

.f-ri {
    padding-top: 20px;
    width: 80%;
}

.ibox-news-box dd {
    float: left;
    display: block;
}

.ibox-news-box .item1 {
    position: relative;
    width: 54%;
    padding: 25px 4%;
}

.ibox-news-box .item1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #E9E9E9;
}

.ibox-news-box .item2 {
    width: 38%;
    padding: 25px 0 0;
}

.inew-T {
    font-size: 16px;
    height: 40px;
}

.imore {
    position: relative;
    width: 20px;
    height: 20px;
    float: right;
    display: block;
}

.imore:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #c18520;
}

.imore:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #c18520;
}

.ibox-news-img {
    margin-left: -5%;
}

.ibox-news-img li {
    position: relative;
    float: left;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
}

.ibox-news-img figure {
    margin-bottom: 12px;
}

.ibox-news-img h4 {
    color: #c18520;
    font-size: 14px;
    margin-bottom: 10px;
}

.ibox-news-img .c {
    height: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}

.ibox-news-img .time {
    position: relative;
    display: block;
    padding-top: 6px;
}

.ibox-news-img .time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 1px;
    background-color: #ddd;
}

.imore:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.ibox-news-box .item2 .inew-T {
    margin: 0px 8%;
}

.ibox-news-list {
    border-bottom: 1px solid #E9E9E9;
    padding: 0 8% 20px;
}

.ibox-news-list a {
    position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding-left: 18px;
}

.ibox-news-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #c18520;
}

.ibox-news-list .time {
    float: right;
    display: inline-block;
    margin-left: 15px;
    color: #999999;
}

.more-all {
    padding: 15px 8%;
}

.more-all a:hover {
    text-decoration: underline;
}

.ibox-social {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-46%);
    z-index: 10;
    color: #fff;
}

.ibox-social .ibox-T {
    color: #fff;
}

.ibox-social-list {
    margin-left: -4%;
}

.ibox-social-list li {
    float: left;
    display: inline-block;
    width: 29.33%;
    margin-left: 4%;
    margin-bottom: 40px;
}

.ibox-social-list figure {
    margin-bottom: 15px;
}

.ibox-social-list time {
    font-size: 12px;
    font-weight: lighter;
}

.ibox-social-list h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.ibox-social-list .c {
    height: 50px;
    overflow: hidden;
}

.ibox-social .btn-more2 {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
}

.ibox-social .btn-more2 i:before,
.ibox-social-list .btn-more2 i:after {
    background-color: #fff;
}

.ibox-social .btn-more2:hover {
    border-color: #c18520;
}

.ibox-btn {
    position: absolute;
    left: 50%;
    margin-left: -39px;
    top: -39px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 4px solid #E1E1E1;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.11);
}

.ibox-btn .aroww {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -6px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #D0D0D0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ibox-btn:hover {
    background-color: #c18520;
}

.ibox-btn:hover .aroww {
    border-bottom-color: #fff;
}

.foot-b {
    background-color: #222;
    padding: 50px 0;
}

.foot-b a:link,
.foot-b a:visited {
    color: #fff;
}

.foot-b a:active,
.foot-b a:hover {
    color: #D6D6D6;
}

.foot-link dt {
    float: left;
    display: block;
    width: 95px;
    color: #fff;
}

.foot-link dd {
    padding-left: 95px;
    color: #C2C2C2;
}

.foot-link a {
    display: inline-block;
    margin-right: 35px;
}


/*index style*/


/*about style*/

@keyframes pageHeaderTtlImg {
    0% {
        transform: scale(1.4);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
        filter: blur(5px)
    }
    50% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0)
    }
    100% {
        transform: scale(1);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0)
    }
}

.pbanner {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.pbanner .imgbox {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: pageHeaderTtlImg 3s cubic-bezier(.25, .46, .45, .94) both .3s
}

.pbanner-c {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.pbanner-c h4 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.pbanner-c .bot {
    position: relative;
    width: 88px;
    height: 4px;
    display: block;
    margin: 0px auto;
    overflow: hidden;
}

.pbanner-c .bot:before,
.pbanner-c .bot:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: .4s;
}

.pbanner-c .bot:before {
    background-color: #c18520;
    right: 50%;
}

.pbanner-c .bot:after {
    background-color: #fff;
    left: 50%;
}

.pbanner-c.action .bot:before,
.pbanner-c.action .bot:after {
    width: 50%;
    transition-delay: .6s;
}

.page-nav-box {
    height: 75px;
}

.page-nav {
    position: relative;
    background-color: #F6F4F4;
    height: 75px;
    line-height: 75px;
}

.page-nav.fixed,
.page-nav.fixedM {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
}

.page-nav-t {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, #D2484B 0%, #c18520 100%);
    background-color: #c18520;
    width: 21%;
    color: #fff;
    padding-left: 3%;
}

.page-nav-t a {
    color: #fff;
}

.page-nav-t a.home {
    font-size: 24px;
}

.page-nav-t a.act {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-left: 16px;
    padding-left: 16px;
}

.page-nav-t a.act::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    margin: auto 0;
    background-color: #fff;
}

.page-nav-t .isj {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    margin: auto 0;
    height: 16px;
}

.page-nav-t .line {
    padding: 0px 8px 0 18px;
}

.page-nav-c {
    padding-left: 24%;
}

.page-nav-c li {
    float: left;
    display: block;
    margin-left: 5%;
}

.page-nav-c a {
    position: relative;
    display: block;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #787878;
}

.page-nav-c a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #c18520;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden\9;
}

.page-nav-c .active a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.page-nav-c .active a {
    color: #c18520;
}

.w1100 {
    width: 1100px;
    margin: 0px auto;
}

.padding-box1 {
    padding: 65px 0 95px;
}

.padding-box2 {
    padding: 70px 0;
}

.pboxT {
    text-align: center;
    margin-bottom: 40px;
}

.pboxT .zh {
    font-size: 36px;
    color: #5D5D5D;
    line-height: 1.5;
}

.pboxT .en {
    font-size: 16px;
    font-weight: bold;
    color: #787878;
    line-height: 1.5;
}

.f16 {
    font-size: 16px;
}

.about-by {
    margin: 40px 0;
    text-align: center;
    line-height: 1.5;
}

.about-by .zh {
    font-size: 22px;
}

.about-by .zh span {
    width: 0;
    border-left: 1px solid #D2D2D2;
    margin: 0 20px;
}

.about-by .en {
    font: italic 25px/1.5 'Arial, Helvetica, sans-serif';
    color: #EEEEEE;
}

.video-pbox {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.video-pbox .circle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-pbox .circle li {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 628px;
    height: 628px;
    margin: -314px 0 0 -314px;
}

.video-pbox .circle li.move {
    animation-duration: 2.2s;
    animation-name: circleMotion;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes circleMotion {
    0% {
        transform: scale3d(1, 1, 1) rotate(0.1deg);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
    21% {
        opacity: 1;
        visibility: visible;
    }
    95% {
        transform: scale3d(1.14, 1.14, 1.14) rotate(0.1deg);
        -webkit-transform: scale3d(1.14, 1.14, 1.14);
        -moz-transform: scale3d(1.14, 1.14, 1.14);
        -o-transform: scale3d(1.14, 1.14, 1.14);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale3d(1, 1, 1) rotate(0.1deg);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}

.video-pbox .circle li.move1 {
    animation-delay: 1.1s;
}

.video-item {
    position: relative;
    left: -100%;
    width: 100%;
    display: block;
    transition: .8s;
}

.action .video-item {
    left: 0;
    transition-delay: .4s;
}

.video-pbg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    display: none;
}

.video-pdesc {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -38px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.pvico {
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    display: block;
}

.pvico:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -10px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 24px solid #fff;
}

.video-pdesc h4 {
    font-size: 50px;
    line-height: 1.2;
    font-size: "PFDinR";
    text-transform: uppercase;
}

.video-pdesc .c {
    margin: 10px 0 30px;
    line-height: 1.5;
}

.btn-video {
    position: relative;
    display: block;
    width: 208px;
    height: 50px;
    line-height: 50px;
    background-color: #c18520;
    background: linear-gradient(to right, #E34F53 0%, #c18520 100%);
    color: #fff;
    border-radius: 25px;
    margin: 0px auto;
    overflow: hidden;
}

.btn-video:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: -70px;
    bottom: -60px;
}

.btn-video span {
    position: relative;
    transition: .3s;
}

.img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-wrap:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    right: 100%;
    top: 0;
    background: #000;
    -webkit-transition: right 1s cubic-bezier(.4, 0, .2, 1);
    transition: right 1s cubic-bezier(.4, 0, .2, 1);
}

.img-pbox {
    position: relative;
    overflow: hidden;
    height: 408px;
}

.img-pbox .item {
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
}

.img-pbox .img-wrap {
    height: 408px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}


/* .img-pbox .item1{ left: 0; right: 75%;}
.img-pbox .item2{ left: 25%; right: 50%;}
.img-pbox .item3{ left: 50%; right: 25%;}
.img-pbox .item4{ left: 75%; right: 0;}
.img-pboxim1 .item1{ right: 66%;}
.img-pboxim1 .item2{ left: 34%; right: 44%;}
.img-pboxim1 .item3{ left: 56%; right: 22%;}
.img-pboxim1 .item4{ left: 78%;}
.img-pboxim2 .item1{ right: 78%;}
.img-pboxim2 .item2{ left: 22%; right: 44%;}
.img-pboxim2 .item3{ left: 56%; right: 22%;}
.img-pboxim2 .item4{ left: 78%;}
.img-pboxim3 .item1{ right: 78%;}
.img-pboxim3 .item2{ left: 22%; right: 56%;}
.img-pboxim3 .item3{ left: 44%; right: 22%;}
.img-pboxim3 .item4{ left: 78%;}
.img-pboxim4 .item1{ right: 78%;}
.img-pboxim4 .item2{ left: 22%; right: 56%;}
.img-pboxim4 .item3{ left: 44%; right: 34%;}
.img-pboxim4 .item4{ left: 66%;} */

.img-pbox .item1 {
    left: 0;
    right: 66.66%;
}

.img-pbox .item2 {
    left: 33.33%;
    right: 33.33%;
}

.img-pbox .item3 {
    left: 66.66%;
    right: 0%;
}

.img-pbox .item .yy {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../images/yy.png) repeat-x scroll left bottom;
}

.img-pbox .item .txt {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    color: #fff;
}


/*about style end*/


/*jiagou style*/

.w1252 {
    width: 1252px;
    margin: 0px auto;
}


/*jiagou style end*/


/*company style*/

.company-nav {
    text-align: center;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.company-nav a {
    padding: 5px 30px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.company-nav a.active {
    background-color: #c18520;
    color: #fff;
    border-color: #c18520;
}

.company-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-list li {
    position: relative;
    float: left;
    display: block;
    width: 33.33%;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    margin-top: -1px;
    color: #787878;
    overflow: hidden;
}

.company-list li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    background-color: #E9E9E9;
}

.company-list .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.company-list .desc {
    position: relative;
    text-align: center;
    padding: 44px 5%;
    font-size: 16px;
}

.company-list .icon {
    font-size: 42px;
    line-height: 1;
    display: block;
    margin: 0px auto 5px;
    color: #6B6B6B;
    transition: .3s;
}

.company-list .zh {
    color: #5D5D5D;
    transition: .3s;
}

.company-list .en {
    font-size: 26px;
    line-height: 1.2;

    text-transform: uppercase;
}

.company-list .bot {
    width: 36px;
    height: 2px;
    display: block;
    margin: 15px auto 18px;
    background-color: #c18520;
    transition: .3s;
}

.brand-t {
    margin: 45px auto 30px;
    text-align: center;
}

.brand-t .zh {
    font-size: 30px;
    color: #5D5D5D;
}

.brand-t .bot {
    width: 24px;
    height: 2px;
    background-color: #787878;
    display: block;
    margin: 5px auto 0;
}

.brand-list li {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    overflow: hidden;
}

.brand-list .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brand-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/red_92.png) repeat;
    background: none rgba(184, 32, 36, .92);
    -webkit-transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.brand-list .desc {
    position: relative;
    padding: 80px 10%;
    height: 320px;
    font-size: 16px;
    color: #fff;
}

.brand-list .icon {
    font-size: 48px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.brand-list .en {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.brand-list .zh {
    font-size: 24px;
    line-height: 1.5;
}

.brand-list .bot {
    width: 34px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 25px 0 50px;
}

.brand-list .c {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms 0.3s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.3s;
    -webkit-transition: transform 600ms 0.3s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.3s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}


/*company style end*/


/*history style*/

.history-nav {
    text-align: center;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.history-nav a {
    padding: 5px 60px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
}

.history-nav a.active,
.history-nav a:hover {
    background-color: #c18520;
    color: #fff;
    border-color: #c18520;
}

.history-list {
    overflow: hidden;
}

.history-list .year {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 15px 0;
    color: #3D3D3D;
}

.history-list .desc {
    position: relative;
    font-size: 16px;
}

.history-list .desc:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #DBDBDB;
    width: 1px;
    height: 100%;
}

.history-item {
    position: relative;
    text-align: right;
    width: 50%;
}

.history-item .item {
    margin: 0 28px 0 0;
    padding: 15px 50px 28px;
    transition: .3s;
}

.history-item time {
    color: #c18520;
}

.history-item figure {
    margin-top: 15px;
}

.history-item figure img {
    vertical-align: middle;
    max-width: 100%;
}

.history-item1 {
    float: left;
    margin-bottom: 10px;
}

.history-item2 {
    float: right;
    text-align: left;
    margin-top: 100px;
}

.history-item2 .item {
    margin: 0 0 0 28px;
}

.history-item1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 16px solid #c18520;
}

.history-item2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #c18520;
}


/*history style end*/


/*honor style*/

.w1050 {
    width: 1050px;
    margin: 0px auto;
}

.honor-boxL {
    float: left;
    display: block;
    width: 38%;
}

.honor-list {
    float: right;
    display: block;
    width: 55%;
}

.honor-list .year {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #c18520;
    padding-bottom: 15px;
}

.honor-list dd {
    margin-left: 50px;
    border-left: 1px solid #DBDBDB;
    padding: 10px 0;
    margin-bottom: 15px;
}

.honor-item {
    position: relative;
    padding-left: 25px;
}

.honor-item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid #c18520;
    border-radius: 50%;
}

.honor-item time {
    font-size: 20px;
    color: #c18520;
}

.honor-item .pageC {
    padding-top: 5px;
    margin-bottom: 25px;
}

.honor-desc {
    margin-bottom: 70px;
}

.honor-desc .by {
    color: #CBCBCB;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.honor-desc .zh {
    color: #c18520;
    font-size: 20px;
    margin-bottom: 10px;
}

.honor-desc .en {
    font-size: 20px;

    color: #c18520;
}

.honor-demo-t {
    font-size: 20px;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.honor-demo {
    width: 300px;
}

.honor-demo figure {
    margin-bottom: 15px;
}

.honor-demo .txt {
    height: 50px;
    overflow: hidden;
    color: #787878;
    font-weight: bold;
}

.honor-demo .slick-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    z-index: 106;
    top: 50%;
    margin-top: -40px;
    border-radius: 50%;
    text-align: center;
}

.honor-demo .slick-prev {
    left: 0px;
}

.honor-demo .slick-next {
    right: 0px;
}

.honor-demo .slick-arrow i {
    display: block;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.honor-demo .slick-prev i:before {
    content: "\e728";
}

.honor-demo .slick-next i:before {
    content: "\e608";
}

.honor-demo .slick-arrow:hover {
    background: none #c18520;
}

.honor-demo .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    visibility: hidden;
    z-index: -1;
}

.honor-demo .slick-arrow:hover:before {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    transition: .5s;
}


/*honor style end*/


/*reporting style*/

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.bor {
    border-bottom: 1px solid #E8E8E8;
    margin: 25px auto;
}

.f18 {
    font-size: 18px;
    color: #464646;
    margin-bottom: 5px;
}


/*reporting style end*/


/*news style*/

.w1215 {
    width: 1215px;
    margin: 0px auto;
}

.news-list li {
    position: relative;
    margin-bottom: 90px;
}

.news-list li:before {
    content: "";
    position: absolute;
    left: 130px;
    width: 1px;
    height: 100%;
    background-color: #E2E2E2;
    top: 0;
    bottom: 0;
}

.news-list .timebox {
    float: left;
    display: inline-block;
    width: 110px;
    text-align: right;
    margin-right: 52px;
}

.news-list .timebox .day {
    font-size: 26px;
    font-weight: bold;
    color: #848484;
}

.news-list .timebox .year {
    font-weight: bold;
    color: #ACACAC;
}

.news-list figure {
    width: 236px;
    float: left;
    display: inline-block;
    margin-right: 35px;
}

.news-list .desc {
    padding-left: 433px;
}

.news-list .desc h4 {
    font-size: 20px;
    color: #6B6B6B;
    margin-bottom: 10px;
    line-height: 1.2;
}

.news-list .desc .c {
    height: 50px;
    overflow: hidden;
    color: #818181;
    margin-bottom: 20px;
}

.btn-more3 {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 32px;
    color: #B5B5B5;
    transition: .3s;
}

.paging {
    text-align: center;
}

.paging a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    color: #999999;
    margin: 0px 2px;
    background-color: #fff;
}

.paging a.active,
.paging a:hover {
    background-color: #c18520;
    border-color: #c18520;
    color: #fff;
}

.paging .item {
    padding: 0 26px;
    color: #B9B9B9;
    font-size: 20px;
}

.w970 {
    width: 970px;
    margin: 0px auto;
}

.info-T {
    margin-bottom: 35px;
}

.info-T h4 {
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 8px;
}

.info-T .time {
    color: #B1B1B1;
}

.info-T .time span {
    color: #C6C6C6;
}

.info-sharp a:link,
.info-sharp a:visited {
    color: #707070;
}

.info-sharp a:active,
.info-sharp a:hover {
    color: #c18520;
}

.info-sharp {
    float: right;
    display: inline-block;
    color: #B1B1B1;
    margin-left: 20px;
}

.info-sharp.bdsharebuttonbox a {
    background: none !important;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    height: auto !important;
    color: #707070;
    float: none !important;
    position: relative;
    top: 2px;
}

.info-sharp.bdsharebuttonbox a:hover {
    color: #c18520;
}

.pager {
    border-top: 1px solid #ECECEC;
    padding-top: 36px;
    margin-top: 55px;
}

.pager a:link,
.pager a:visited {
    color: #818181;
}

.pager a:active,
.pager a:hover {
    color: #c18520;
}

.pager a.black-btn {
    float: right;
    display: inline-block;
    background-color: #c18520;
    color: #fff;
    padding: 5px 32px;
}

.pager a.black-btn i {
    margin-right: 10px;
}

.pager a.black-btn:hover {
    background-color: #7A7A7A;
}

.pager p {
    padding-right: 180px;
}

.w875 {
    width: 875px;
    margin: 0px auto;
}


/*news style end*/


/*business style*/

.business-t {
    padding: 45px 5%;
    font-size: 36px;
    text-transform: uppercase;
}

.business-list {
    margin-left: -.5%;
}

.business-list li {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: .5%;
    width: 32.83%;
    background-color: #F3F3F3;
    margin-bottom: 16px;
    height: 536px;
    overflow: hidden;
}

.business-list .item-T {
    position: relative;
    padding: 48px 10% 0;
    line-height: 1.5;
}

.business-list .icon {
    float: right;
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    color: #B4B4B4;
    transition: color 550ms cubic-bezier(.23, 1, .32, 1);
}

.business-list .en {
    position: relative;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
    transition: color 550ms cubic-bezier(.23, 1, .32, 1);
}

.business-list .en::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 3px;
    background-color: #414141;
    transition: color 550ms cubic-bezier(.23, 1, .32, 1);
}

.business-list .zh {
    font-size: 26px;
    color: #3B3B3B;
    font-weight: bold;
    margin-top: 10px;
    transition: color 550ms cubic-bezier(.23, 1, .32, 1);
}

.business-list .item-C {
    position: relative;
    margin: 50px 10% auto;
    color: #fff;
}

.business-list .item-C .lead {
    font-size: 16px;
    font-weight: bold;
    height: 112px;
    overflow: hidden;
    margin-bottom: 30px;
}

.btn-more4 {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255, 255, 255, .35);
    font-weight: bold;
    color: #fff;

    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-more4:before {
    content: "\e608";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.btn-more4:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -1px;
    background-color: #fff;
    width: 0;
    transition: width .25s cubic-bezier(.25, .46, .45, .94);
}

.business-list .lead,
.business-list .btn {
    transition: .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transform: translateY(15px);
}

.business-list .btn-more4 {
    position: relative;
    z-index: 5;
}

.business-list .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 214px;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 536px;
    transition: .55s cubic-bezier(.23, 1, .32, 1);
}

.business-list .img:before {
    content: "";
    top: 0;
    transition: background 550ms cubic-bezier(.23, 1, .32, 1);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}


/*business style end*/


/*business1 style*/

.bboxT {
    margin-bottom: 30px;
    line-height: 1.5;
}

.bboxT .zh {
    font-size: 24px;
    color: #c18520;
}

.bboxT .en {
    font-size: 29px;

    color: #6B6B6B;
    text-transform: uppercase;
}

.bboxT .bot {
    width: 46px;
    height: 1px;
    background-color: #B7B7B7;
    display: block;
    margin-top: 40px;
}

.bboxT .by {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.business-one {
    padding: 100px 0;
}

.business-one .bboxT {
    float: left;
    display: block;
    width: 25%;
    margin-right: 5%;
}

.proportion-list {
    float: left;
    display: block;
    width: 65%;
}

.proportion-list li {
    float: left;
    display: block;
    width: 31.33%;
    margin-left: 2%;
    text-align: center;
}

.proportion-list img {
    display: block;
    margin: 0px auto 20px;
    max-width: 100%;
}

.business-two {
    color: #fff;
}

.business-two .bboxT .zh,
.business-two .bboxT .en {
    color: #fff;
}

.business-two .bboxT .bot {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.business-two .bboxT .by {
    margin-bottom: 10px;
}

.business-title li {
    float: left;
    display: block;
}

.business-title .item1 {
    width: 65%;
}

.business-title .item2 {
    float: right;
}

.layout-box {
    position: relative;
    margin: 55px 0;
}

.layout-boxl {
    position: relative;
    left: 0;
    top: 0;
    width: 22%;
}

.layout-boxr {
    position: absolute;
    right: 0;
    top: 0;
    width: 22%;
}

.layout-item {
    padding: 25px 20px;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.23);
    margin-bottom: 8px;
}

.layout-add {
    position: relative;
    background-color: #c18520;
    padding: 6px 20px;
    border-radius: 17px;
    font-weight: bold;
}

.layout-quyu {
    position: relative;
}

.layout-quyu:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 0;
    border-bottom: 1px dashed #c18520;
}

.layout-quyu:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 1px dashed #c18520;
}

.layout-item1 .layout-quyu:before {
    width: 590px;
    left: 0%;
}

.layout-item1 .layout-quyu:after {
    left: 590px;
    height: 242px;
}

.layout-item2 .layout-quyu:before {
    width: 280px;
    right: 100%;
}

.layout-item2 .layout-quyu:after {
    right: 505px;
    height: 260px;
}

.layout-item3 .layout-quyu:before {
    width: 220px;
    right: 100%;
}

.layout-item3 .layout-quyu:after {
    right: 445px;
    height: 144px;
}

.layout-item dd {
    padding-top: 15px;
}

.layout-item .c {
    line-height: 1.5;
    padding-top: 4px;
    font-size: 12px;
}

.layout-item .c span {
    color: #B7CADF;
    margin-right: 10px;
    display: inline-block;
}

.layout-img {
    width: 900px;
    margin: 30px auto;
    position: absolute;
    right: 0%;
}

.layout-img .item {
    position: absolute;
    display: block;
}

.layout-img .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: 1px dashed #c18520;
}

.layout-img .item i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #c18520;
    background-color: rgba(184, 32, 36, 0.8);
    display: block;
    margin: auto;
    width: 26px;
    height: 26px;
}

.layout-img .item2 i {
    width: 18px;
    height: 18px;
}

.layout-img .item3 i {
    width: 14px;
    height: 14px;
}

.layout-img .item i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(184, 32, 36, 0.4);
    position: absolute;
    left: 0%;
    top: 0%;
    animation: bannerbuIn infinite linear 1.5s normal;
    -webkit-animation: bannerbuIn infinite linear 1.5s normal;
}

@keyframes bannerbuIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(3);
    }
}

.layout-img .item1 {
    width: 70px;
    height: 70px;
    left: 34%;
    top: 42%;
}

.layout-img .item2 {
    width: 58px;
    height: 58px;
    left: 45%;
    top: 42%;
}

.layout-img .item3 {
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
}

.btn-more5 {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #BEBEBE;
    text-align: center;
    color: #9A9A9A;
    margin: 0px auto;
}

.btn-more5:hover {
    background-color: #c18520;
    color: #fff;
    border-color: #c18520;
}

.project-list li {
    position: relative;
    float: left;
    display: block;
    width: 24%;
    margin: 0 .5% 60px;
}

.project-list .img-wrap {
    margin-bottom: 15px;
}

.project-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/red_92.png) repeat;
    background: none rgba(184, 32, 36, .92);
    -webkit-transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.project-list .btn-more5 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    margin: auto;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transition: .55s cubic-bezier(.23, 1, .32, 1);
    transition: .55s cubic-bezier(.23, 1, .32, 1);
    color: #fff;
}

.project-list .txt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.project-list .txt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #c18520;
    transition: width .35s cubic-bezier(.25, .46, .45, .94);
}


/*business1 style end*/


/*bidding style*/

.binfoT {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.binfo-time a:link,
.binfo-time a:visited {
    color: #B1B1B1;
}

.binfo-time a:active,
.binfo-time a:hover {
    color: #c18520;
}

.binfo-time {
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    color: #B1B1B1;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 35px;
}

.binfo-time .time {
    margin-right: 28px;
}

.binfo-time.bdsharebuttonbox a {
    background: none !important;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    height: auto !important;
    color: #999;
    float: none !important;
    position: relative;
    top: 2px;
}

.binfo-time.bdsharebuttonbox a:hover {
    color: #c18520;
}

.bidding-box {
    position: relative;
    overflow: hidden;
}

.bidding-box .bor-line {
    position: absolute;
    left: 32.56%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #EBEBEB;
}

.bidding-lbox {
    float: left;
    display: block;
    width: 33%;
    height: 645px;
    overflow: hidden;
    cursor: url(../images/mouse.png) 16 16, default;
}

.bidding-rbox {
    float: right;
    display: block;
    width: 58%;
}

.bidding-list li {
    position: relative;
    padding: 22px 25px;
    transition: .35s cubic-bezier(.25, .46, .45, .94);
}

.bidding-list li::before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 1px;
    background-color: #E8E8E8;
    z-index: -1;
}

.bidding-list h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

.bidding-list .bot {
    color: #ACACAC;
    line-height: 1.2;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
}

.bidding-list time {
    float: left;
    display: inline-block;

    border-left: 2px solid #CBCBCB;
    padding-left: 10px;
}


/*bidding style end*/


/*partners style*/

.f26 {
    font-size: 26px;
}

.partners-page {
    width: 80%;
    margin: 0px auto;
}

.partners-list {
    padding: 60px 0;
    margin-left: -1%;
}

.partners-list li {
    position: relative;
    overflow: hidden;
    float: left;
    display: inline-block;
    width: 11.5%;
    margin-left: 1%;
    margin-bottom: 34px;
}

.partners-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/red_92.png) repeat;
    background: none rgba(184, 32, 36, .92);
    -webkit-transition: transform 0.4s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 0.4s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.partners-list .txt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    margin: auto;
    display: block;
    text-align: center;
    height: 25px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transition: .55s cubic-bezier(.23, 1, .32, 1);
    transition: .55s cubic-bezier(.23, 1, .32, 1);
}

.social-list .item {
    display: block;
    position: relative;
}

.social-list .img {
    display: block;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.social-list .img img {
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.social-list .img .black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s 0s;
    -o-transition: 0.3s 0s;
    transition: 0.3s 0s;
}

.social-list .con {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    height: 100%;
}

.social-list .con:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #c18520;
    transition: .35s cubic-bezier(.25, .46, .45, .94);
}

.social-list .itemBox {
    width: 60%;
    margin: 0px auto;
    display: block;
    height: 100%;
    text-align: justify;
}

.social-list .itemBox .t {
    font-size: 20px;
    line-height: 1.5;
    color: #464646;
}

.social-list .itemBox .en {
    font-size: 26px;
    line-height: 1.5;
    color: #C7C7C7;
}

.social-list .itemBox .line {
    display: block;
    width: 55px;
    height: 1px;
    margin: 22px 0;
    background-color: #C7C7C7;
}

.social-list .twoItem .img {
    float: right;
}

.social-list .twoItem .con {
    left: 0px;
}

.social-list .item:hover .con:before {
    width: 100%;
}

.social-list .item:hover .black {
    opacity: 1;
    visibility: visible;
}

.social-list .item:hover .t {
    color: #c18520;
}

.social-list .item:hover .img img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.history-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}


/*partners style end*/


/*socialList style*/

.social-page {
    width: 90%;
    margin: 0px auto;
}

.social-view {
    margin-left: -3%;
}

.social-view li {
    position: relative;
    float: left;
    display: block;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 34px;
    color: #6B6B6B;
}

.social-view figure {
    margin-bottom: 20px;
}

.social-view h4 {
    font-size: 16px;
    color: #5D5D5D;
}

.social-view .c {
    height: 50px;
    overflow: hidden;
    margin-bottom: 35px;
}

.social-view .time {
    border-top: 1px solid #E6E4E4;
    padding: 10px 12px;
    transition: .35s;
}

.hr-t {
    text-align: center;
    line-height: 1.5;
    color: #5D5D5D;
    margin-bottom: 35px;
}

.hr-page {
    color: #fff;
}

.hr-page .hr-t {
    color: #fff;
}


/*socialList style end*/


/*hr style*/

.join-list {
    border-top: 1px solid #D5D5D5;
}

.joinT {
    padding: 20px 0;
    border-bottom: 1px solid #D5D5D5;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}

.joinT li {
    position: relative;
    float: left;
    display: inline-block;
    padding-left: 3%;
    overflow: hidden;
    width: 14%;
}

.joinT .item1 {
    width: 28%;
}

.joinT .item5 {
    margin-right: 0;
    float: right;
}

.joinT .jname {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    background: url(../images/io1.png) no-repeat scroll center bottom;
}

.joinB {
    display: none;
    padding: 35px 0 50px;
    border-bottom: 1px solid #EAEAEA;
}

.joinB .pageC {
    margin: 0px 3%;
}

.join-btn {
    position: relative;
    display: block;
    z-index: 100;
    width: 118px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
}

.join-list .active {
    background-color: #fff;
    color: #787878;
}

.join-list .active .joinT {
    color: #6b6b6b;
}

.join-list .active .joinT b {
    color: #414141;
}

.join-list .active .joinT .jname {
    background-image: url(../images/io2.png);
    color: #414141;
}

.join-list .active .join-btn {
    background-color: #c18520;
    color: #fff;
}


/*hr style end*/


/*contact style*/

.conT {
    font-size: 27px;
    color: #c18520;
    line-height: 1.4;
    padding: 20px 0;
}

.cutom-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f20 {
    font-size: 20px;
}

.cutom-list li:first-child {
    border-right: 1px solid #D9D9D9;
    padding-right: 30px;
    margin-right: 30px;
}

.contactPage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mapbox {
    height: 590px;
}

.mapbox .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.mapbox .icon-cir {
    height: 31px;
    width: 28px;
}

.mapbox .icon-cir-red {
    background-position: -11px -5px;
}

.mapbox .amap-info-content {
    line-height: 1.5;
    padding: 20px 5%;
}

.mapbox .amap-info-content h5 {
    font-size: 14px;
    color: #E3001E;
    margin-bottom: 5px;
}

.BMap_bubble_title {
    color: #c18520 !important;
    font-size: 15px !important;
    margin-bottom: 5px;
}

.BMap_bubble_content {
    font-size: 12px;
}

.anchorBL {
    display: none !important;
}

.contact-box .f26 {
    position: relative;
    font-weight: normal;
    padding-bottom: 20px;
    color: #333;
    margin-bottom: 35px;
    line-height: 1.2;
}

.contact-box .f26::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #5D5D5D;
}

.con-erm {
    position: relative;
}

.con-erm .img {
    float: left;
    display: block;
    margin-right: 12px;
}

.con-erm .txt {
    padding-top: 30px;
}

.contact-box>ul>li {
    float: left;
    display: block;
    width: 45%;
}

.contact-box>ul>li.item2 {
    width: 55%;
}

.contact-box .aitem {
    position: relative;
    padding-left: 50px;
    margin-bottom: 60px;
}

.contact-box .aitem .t {
    padding-top: 5px;
}

.contact-box .aitem .f18 {
    padding-top: 5px;
}

.contact-box .aitem:last-child {
    margin-bottom: 0;
}

.contact-box .aitem::before {
    content: "\e638";
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    background-color: #c18520;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}

.contact-box .aitem1::before {
    content: "\e638";
}

.contact-box .aitem2::before {
    content: "\e60d";
}


/*contact style end*/


/*search style*/

.pbanner2 {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.pbanner2 .imgbox {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cred {
    color: #c18520;
}

.serach-jg {
    padding-bottom: 45px;
}

.serach-list {
    padding-bottom: 20px;
}

.serach-list li {
    position: relative;
    border-bottom: 1px solid #ECECEC;
    padding: 0 15% 12px 0;
    margin-bottom: 30px;
}

.serach-list .t {
    font-size: 16px;
    color: #464646;
    line-height: 1.5;
    margin-bottom: 5px;
}

.serach-list .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #C9C9C9;
    color: #C9C9C9;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.serach-list .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    visibility: hidden;
    z-index: -1;
}


/*search style end*/

.pcbanner{display:block;}
.mbanner{display:none;}
/*project style*/

.page-sider-box {
    position: fixed;
    left: 50%;
    bottom: 10%;
    margin-left: -705px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.page-sider-box.fsShow {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 0;
    visibility: hidden\9;
}

.page-sider-box a:link,
.page-sider-box a:visited {
    color: #5D5D5D;
}

.page-sider-box a:active,
.page-sider-box a:hover {
    color: #c18520;
}

.page-sider-nav li {
    padding-bottom: 35px;
    font-weight: bold;
}

.page-sider-nav li.active a {
    color: #c18520;
}

.project-box {
    padding: 90px 0 135px;
    background-color: #E6E6E6;
}

.project-box article {
    position: relative;
    overflow: hidden;
}

.project-box .zh {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.project-box .en {
    font-weight: bold;
}

.project-box .l {
    padding-right: 350px;
}

.project-pading {
    position: absolute;
    right: 0;
    bottom: 0;
}

.project-pading a {
    width: 88px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #5D5D5D;
    display: block;
    float: left;
    margin-left: 1px;
    color: #fff;
}

.project-pading a.black {
    background-color: #c18520;
}

.project-pading a:hover {
    background-color: #848484;
}

.bgfff {
    background-color: #fff;
}

.project-page {
    position: relative;
    padding: 10px 10px 140px;
    width: 950px;
    margin: -105px auto 0;
}

.project-t {
    font-size: 20px;
    color: #c18520;
    line-height: 1.5;
    margin-bottom: 15px;
}

.project-desc {
    padding: 50px 0;
}

.project-line {
    border-top: 1px solid #E8E8E8;
}

.project-demo .slick-arrow {
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    z-index: 106;
    top: 50%;
    margin-top: -26px;
    text-align: center;
}

.project-demo .slick-prev {
    left: 0px;
}

.project-demo .slick-next {
    right: 0px;
}

.project-demo .slick-arrow i {
    display: block;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.project-demo .slick-prev i:before {
    content: "\e728";
}

.project-demo .slick-next i:before {
    content: "\e608";
}

.project-demo .slick-arrow:hover {
    background: none #c18520;
}

.project-demo .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    z-index: -1;
}

.project-demo .slick-arrow:hover:before {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    transition: .5s;
}

.project-demo .img-wrap img {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.project-demo .slick-active .img-wrap img {
    -webkit-animation-name: nextSlide;
    animation-name: nextSlide;
}

@-webkit-keyframes nextSlide {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nextSlide {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*project style end*/


/*404 style*/

.noPage {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -160px;
}

.noimg {
    font-size: 140px;

    font-weight: 400;
    line-height: 1;
    color: #333333;
}

.no-c {
    margin: 0px auto;
    text-align: center;
}

.no-btn {
    padding: 70px 0px 28px;
    text-align: center;
    width: 306px;
    margin: 0px auto;
}

.no-btn a {
    width: 140px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #c18520;
}

.no-btn a.r {
    background-color: #666;
}

.no-btn a .iconfont {
    font-size: 14px;
    color: #fff;
}

.no-btn a .iconfont:before {
    font-size: 16px;
    margin-right: 8px;
}

.no-btn a:hover {
    background-color: #333;
}


/*404 style end*/

.trendsPage {
    padding-top: 95px;
}

.trendsBox {
    width: 1040px;
    margin: 0px auto 0;
    padding: 90px 0 130px;
    position: relative;
}

.trends-line {
    height: 100%;
    width: 1px;
    background-color: #999999;
    position: absolute;
    left: 50%;
    top: 0;
}

.trends-top {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 7px solid #fff;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -16px;
    background-color: #c18520;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.trends-list .item {
    width: 50%;
    float: right;
    display: block;
    margin: 0px 0px 70px;
    position: relative;
    z-index: 4;
}

.trends-list .twoItem {
    float: left;
    margin: 90px 0px 0px;
}

.hitem {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 30px 35px;
    margin-left: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.twoItem .hitem {
    margin: 0 52px 0 0;
}

.h-year {
    font-size: 30px;
    color: #c18520;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.h-d {
    position: absolute;
    left: -4px;
    top: 40px;
    display: block;
    background-color: #999999;
    width: 50px;
    height: 1px;
}

.h-d i {
    background-color: #c18520;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -6px;
}

.twoItem .h-d {
    left: auto;
    right: -6px;
}

.twoItem .h-d i {
    left: auto;
    right: 0px;
}

.trends-list .item:hover .hitem {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    border-color: #DDDDDD;
}

.md-content {
    background-color: #fff;
    margin: 50px auto;
    position: relative;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.md-show,
.md-show body {
    overflow-y: hidden;
}

.md-show .md-content {
    transform: inherit;
    -webkit-transform: inherit;
    opacity: 1;
    visibility: visible;
}

.md-hide .md-content {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}

.md-show .md-modal {
    opacity: 1;
    visibility: visible;
}

.md-modal {
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0px;
    bottom: 0;
    z-index: 1100;
    opacity: 0;
    background: url(../images/balck_70.png) repeat;
    background: none rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-overflow-scrolling: touch;
}

.form-box-close {
    width: 54px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.form-box-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #c18520;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.form-box-close:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.join-ipage {
    position: relative;
    padding: 45px 90px;
    width: 550px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}

.join-ipage .pageC {
    text-align: center;
    font-size: 16px;
}

.join-ipage .t {
    font-size: 20px;
    color: #333333;
}

.join-ipage .bol {
    margin: 25px 0 35px;
    height: 1px;
    border-bottom: 1px dashed #B6B6B7;
}

.socal-right {
    font-size: 14px;
    color: #c18520;
    padding: 45px 5%;
    text-align: right;
}

.ibox-partner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-46%);
    z-index: 10;
    color: #fff;
}

.partner-box {
    width: 92%;
    margin: 0 auto;
}

.partner-box .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.partner-box .swiper-slide {
    text-align: center;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partner-logo {
    width: 100%;
    height: 200px;
    border: 5px solid #FFFFFF;
    background: #f6f6f6;
    box-sizing: border-box;
    position: relative;
}

.partner-logo img {
    max-width: 90%;
    max-height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-box .swiper-pagination {
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: center;
    margin-top: 30px;
}

.partner-box .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #bababa;
    opacity: 1;
}

.partner-box .swiper-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    background: #c18520;
}


/* 3-1 */

.in-zbit {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
}

.qy-padd {
    margin-bottom: 60px;
}

.in-sb-padd {
    text-align: center;
    margin-bottom: 40px;
}

.dsj-padd {
    margin-bottom: 60px;
}

.footer {
    background: #222222;
    color: #a9a9a9;
    padding: 73px 5% 0 5%;
}

.f-left {
    padding-top: 10px;
    width: 100%;
}

.f-left .f-nav {
    margin-left: 50px;
    text-align: left;
}

.f-left .f-nav a {
    display: inline-block;
    line-height: 84px;
    font-size: 18px;
    padding: 0 20px;
    color: #cecece;
}

.f-left .lo {
    padding: 10px 0 18px 0;
}


/* .f-left .ewm {
    width:300px;
} */

.f-left .ewm li {
    width: 31%;
    margin-left: 2%;
    list-style: none;
    float: left;
}

.f-left .ewm li img {
    display: block;
    width: 100%;
}

.f-left .ewm li p {
    width: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

.copy {
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0;
    line-height: 40px;
    border-top: 1px solid #5b5b5b;
    color: #a9a9a9;
}

/* 3-9 */



@media screen and (max-width: 1600px) {
    .nav {
        text-align: center;
        margin-left: 12%;
    }
    .banner .desc h4 {
        font-size: 28px;
    }
    .in-zbit {
        font-size: 28px;
    }
    .ibox-about-desc .title {
        font-size: 20px;
    }
    .ibox-about-desc .c {
        font-size: 16px;
        height: 100px;
        margin-bottom: 20px;
    }
    .about-history ul li {
        margin: 0 20px;
    }
    .about-history ul li span {
        font-size: 30px;
    }
    .about-history ul li p {
        font-size: 16px;
    }
    .qy-padd {
        margin-bottom: 30px;
    }
    .about-history {
        margin-top: 30px;
    }
    .ibox-about {
        margin-top: -230px;
    }
    .new02 dl dd p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .new02 dl dt {
        width: 40%;
    }
    .new02 dl dd {
        width: 60%;
        padding: 0 10px
    }
    .f-left .f-nav a {
        font-size: 16px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1440px) {
    .partner-logo {
        height: 140px;
    }
    .nav a {
        padding: 0 16px
    }
    .nav {
        margin-left: 5%;
    }
    .dsj-padd {
        margin-bottom: 40px;
    }
    .f-logo {
        width: 200px;
    }
      .f-logo img{display: block; width: 100%;}
    .f-left .f-nav a {
        line-height: 64px;
        padding: 0 15px;
    }
    .f-left .ewm li img {
        width: 80%;
    }
    .f-left .ewm li p {
        font-size: 15px;
        text-align: left;
    }
    .copy {
        font-size: 15px;
        padding: 10px 0;
    }
    .language{
    	width: 70px;
    	height: 70px;
    	right: 70px;
    	line-height: 70px;
    	font-size: 18px;
    }
}

@media screen and (max-width: 1370px) {
    .btn-more2 {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .in-sb-padd {
        margin-bottom: 20px;
        padding-top: 50px;
    }
    .Menubox ul {
        line-height: 44px;
        margin-bottom: 25px;
    }
    .Menubox ul li {
        font-size: 16px;
    }
    .jjfa-proName {
        font-size: 15px;
        line-height: 36px;
    }
    .ibox-about-desc .line {
        margin-bottom: 20px;
    }
    .ibox-about-desc .title {
        margin-bottom: 20px;
    }
    .dsj-jl h3 {
        font-size: 28px !important;
    }
    .dsj-padd {
        margin-bottom: 30px;
    }
    .nav a{
    	padding: 0 10px;
    }
    .nav {
	    padding-left: 2%;
	}
}

@media screen and (max-width: 769px) {
    .Menubox ul {
        line-height: 46px;
        margin-bottom: 20px;
    }
    .Menubox ul li {
        width: 50%;
            font-size: 17px;
            line-height: 24px;
            padding: 5px 10px;
            text-align: left;
            box-sizing: border-box;
    }
    .page {
        min-height: auto;
    }
    .about-history {
        margin-top: 30px;
    }
    .about-history ul {
        zoom: 1;
    }
    .about-history ul:after {
        display: block;
        content: '';
        clear: both;
    }
    .about-history ul li {
        float: left;
        margin: 0;
    }
    .about-history ul li:nth-child(-n+4) {
        width: 50%;
    }
    .about-history ul li:nth-child(5) {
        width: 100%;
    }
    .about-history ul li p {
        font-size: 16px;
    }
    .new01 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .new01 .desc h1 {
        margin-top: 0;
    }
    .new02 {
        width: 100%;
    }
    .new02 dl dt {
        width: 100%;
    }
    .sd-hs .owl-theme .owl-dots .owl-dot span {
        background: #c18520;
    }
    .sd-hs .owl-theme .owl-controls {
        margin-top: 20px !important;
    }
    .in-sb-padd {
        padding-top: 0px;
    }
    .video-ibox {
        margin-bottom: 30px;
    }
    .footer {
    width: 100%;
    padding: 25px 2% 0 2%;
}
.f-left .f-nav {
    margin-left: 0px;
    margin-top: 15px;
}
.f-left .f-nav a {
  line-height: 34px;
      width: 50%;
      float: left;
	  padding:0 0;
	  text-align: center;
}
.ewm{width: 70%; margin:0 auto; text-align: center; padding-top:30px; margin-right: 15%;}
.ewm li{width: 50%; margin-left: 0;}
.ewm li img{display: inline-block !important; max-width: 80% !important;}
.ewm li p{text-align: center !important;}
.video-ibox .img-wrap{display: none;}
.f-logo {
    width: 100%;
}
.language{
    	width: 54px;
    	height: 54px;
    	right: 54px;
    	line-height: 54px;
    	font-size: 18px;
    	color: #333;
    }
    .language a{
    	color: #333 !important;
    }
.f-logo img {
    display: block;
    width: 200px;
}
.pcbanner{display:none;}
.mbanner{display:block;}
.mbanner img{display:none;}
}
