* {
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    resize: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .35);
    color: #000;
    font-family: brandon_grotesque_regularRg;
}

a {
    text-decoration: none;
}

body, html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: brandon_grotesque_regularRg, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    text-transform: uppercase;
}

body {
    background: #fff;
}

@font-face {
    font-family: Brandon_bld;
    src: url("../font/Brandon_bld.otf");
}

@font-face {
    font-family: Brandon_blk;
    src: url("../font/Brandon_blk.otf");
}

@font-face {
    font-family: Brandon_med;
    src: url("../font/Brandon_med.otf");
}

@font-face {
    font-family: Brandon_reg;
    src: url("../font/Brandon_reg.otf");
}

@font-face {
    font-family: zhongjian;
    src: url("../font/zhongjian.txt");
}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../font/brandon_reg-webfont.woff2') format('woff2'),
    url('../font/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../font/brandon_bld-webfont.woff2') format('woff2'),
    url('../font/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../font/brandon_blk-webfont.woff2') format('woff2'),
    url('../font/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../font/brandon_med-webfont.woff2') format('woff2'),
    url('../font/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

img {
    vertical-align: middle;
}

.bg-fff {
    background: #fff !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.img-box img {
    width: 100%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}
.clear{
    clear: both;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}

/** 头部样式 **/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 115px;
    background: #fff;
    text-align: center;
	    border-bottom: 1px solid #f5f5f5;
}

.header .language {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 35px;

}

.header .logo {
    text-align: center;
    padding-top: 10px;
    height: 60px;
}

.header .nav {
    width: 100%;
    height: auto;
    line-height: 35px;
	background: #fff;
    border-bottom: 1px solid #e8e8e8;
	overflow: hidden
}

.header .nav > li {
      display: block;
    width: 25%;
    float: left;
    text-align: center;
}

.header .nav > li > .nav-pop {
    position: absolute;
     top: 130px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    height: 0;
    opacity: 0;
    display: block;
    overflow: hidden;
    z-index: 2;
    background: #fff;
    transition: all .5s;
}

.header .nav > li > a {
    position: relative;
    display: inline-block;
    font-family: Brandon_med;

}

.header .nav > li > a:after {
    position: absolute;
    top: 37px;
    left: 50%;
    z-index: 5;
    width: 0;
    height: 3px;
    margin-left: -20px;
    background: #222;
    transition: all .5s;
    content: '';
}

.header .nav > li:hover > a:after {
    width: 40px;
}

.header .nav > li:hover .nav-pop {

    height: auto;
    padding-top: 32px;
    opacity: 1;
    border-top: solid 1px #b4b4b4;
	border-bottom: solid 1px #ececec;
	padding-bottom: 28px;
}

.header .nav > li .nav-pop .nav-left {
    display: block;
    float: left;
    width: 100%;
    margin: 0 5% 0 0;
}

.header .nav > li .nav-pop > p {

    display: block;
    float: left;
    margin-left: 3%;
	    margin-right: 3%;

    text-align: left;
}

.header .nav > li .nav-pop > p a {
    display: block;
    line-height: 40px;
    margin-top: 15px;
    color: #717275;
	width:83px
}

.header .nav-btn {
    position: absolute;
    top: 35px;
    right: 30px;
}

.header .nav-btn > i {
    display: block;
    width: 20px;
    cursor: pointer;
}

.header .nav-btn > .sub-nav-box {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 9002;
    display: block;
    width: 100%;
    /*height: 490px;*/
    height: 0;
    overflow: hidden;
    background: #fff;
    transition: all 1s;
}

.header .nav-btn > .sub-nav-box > .sub-nav {
    position: absolute;
    /*left: calc(50% - 105px);*/
    top: 0;
    width: 50%;
    height: 200px;
    line-height: 200px;
}

.header .nav-btn > .sub-nav-box > .sub-nav li {
    position: relative;
    display: block;
    float: left;
    width:33%;

}

.header .nav-btn > .sub-nav-box > .sub-nav li.active:after, .header .nav-btn > .sub-nav-box > .sub-nav li:hover:after {
    width: 100%;

}

.header .nav-btn > .sub-nav-box > .sub-nav li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #000;
    transition: all .5s;
    content: '';
}

.header .nav-btn > .sub-nav-box > .share-icon {
    position: absolute;
    right: 100px;
    top: 330px;
    /*width: 50%;*/
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.header .nav-btn .share-icon li {
    display: inline;
    margin: 0 0 0 30px;
}

/**底部**/


.scroll-up {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

.scroll-up img {
    width: 90%;
}

.pop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.video-box {
    position: absolute;
    width: 880px;
    height: 470px;
    top: 50%;
    left: 50%;
    margin: -235px 0 0 -440px;
    background: rgba(255, 255, 255, .5);
}

.video-box video {
    width: 100%;
    height: 100%;
}

.video-box .close {
    position: absolute;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    right: -30px;
    top: 0;
    cursor: pointer;
}

/*移动设备*/
.move-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 45px;
    display: none;
    background: #fff;
}

.move-header h1 {
    text-align: center;
    line-height: 45px;
}

.move-header h1.logo img {
    height: 13px;
}

.move-header .left {
    width: 18%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    transition: all .3s;
}

.move-header .left.active {
    background: #f1f1f1;
}

.move-nav-panel {
    position: fixed;
    top: 0;
    right: -82%;
    opacity: 0;
    z-index: 10;
    display: none;
    width: 82%;
    height: 100%;
    background: #fff;
    transition: all .6s;

}

.move-nav-panel .move-nav-list {
    width: 100%;
}

.move-nav-panel .move-nav-list li {
    position: relative;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #e5e5e5;
}

.move-nav-panel .move-nav-list li i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: #717275;
    transform: scale(0.6, 1);
}

.move-nav-panel .language {
    display: block;
    margin: 30px 0 30px 20px;
}

.move-nav-panel .language img {
    width: 20%;
}

.move-nav-panel .move-sub-nav {
    margin: 0 0 0 20px;
    line-height: 30px;

}

.move-nav-panel .move-sub-nav li a {
    color: #717275;
}

.move-nav-panel .move-share-icon {
    margin: 30px 0 0 20px;
    line-height: 30px;
}

.move-nav-panel .move-share-icon li {
    display: inline;
    margin: 0 30px 0 0;

}

.go-back {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    border-bottom: solid 1px #e5e5e5;
}

.nav-pic {

    margin: 20px;
}

.nav-pic + .move-nav-list {
    border-top: solid 1px #e5e5e5;
}

.sub-title{
    position: absolute;
    right: 100px;
    top: 30px;
    width: 570px;
    height: 28px;
}



.imghover  img{
    display: none;
}
.imghover:hover img{
    display: block;
}