﻿@font-face {
    font-family: 'NHaasGroteskDSPro-75Bd';
    src: url('../font/NHaasGroteskDSPro-75Bd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NHaasGroteskDSPro-65Md';
    src: url('../font/NHaasGroteskDSPro-65Md.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NHaasGroteskDSPro-55Rg';
    src: url('../font/NHaasGroteskDSPro-55Rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Inserat LT';
    src: url('../font/Helvetica Inserat LT.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face { font-family: 'NotoSansCJK-Medium'; src: url('../font/NotoSansCJK-Medium.otf') format('opentype'); font-weight: normal; font-style: normal; }*/
* {
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style-type: none;
}

html,
body {
    *position: static;
    background: #fff;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, tahoma, arial, Verdana, sans-serif, 'WenQuanYi Micro Hei', '\5B8B\4F53';
    font-size: 12px;
    color: #999999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #999999;
    transition: all ease .5s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a.ie6:hover {
    zoom: 1;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline: none;
}

sub,
sup {
    vertical-align: baseline;
}

button,
input[type='button'],
input[type='submit'] {
    line-height: normal !important;
}

/*img*/
img {
    border: 0;
    vertical-align: middle;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0;
}

time {
    display: inline;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
Name:           style_clearfix
Example:        class="clearfix|cl"
Explain:        Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

.color-white {
    color: #fff;
}

.color-gary {
    color: #666;
}

/* common css*/
.pb-page-title {
    font-size: 34px;
    font-weight: 600;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pb-page-title:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #008ec5;
    bottom: 0;
    left: 0;
    content: '';
}

.container {
    width: 100%;
    margin: 0 auto;
}

/* container */
@media (min-width:1600px) {
    .container {
        margin: 0 auto;
    }
}

.text-center {
    text-align: center;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
}

.pagination li {
    background-color: #eeebeb;
    height: 34px;
    min-width: 34px;
  	width:auot;
    text-align: center;
    margin: 0 6px;
}

.pagination a {
    color: #666;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    font-size: 16px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,
.pagination a:hover {
    background: #2a2b2f;
    color: #fff;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .active a {
    color: #fff
}

.pagination-group {
    border-right: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination-group li {
    float: left;
    border-right: 0;
    border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pagination-group li:first-child {
    border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
    border-radius: 0 4px 4px 0
}

.pagination-group .active,
.pagination-group a:hover {
    background: #f5f5f5;
    border-radius: 0
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a,
.pagination.border-sub .active a,
.pagination.border-dot .active a,
.pagination.border-black .active a,
.pagination.border-gray .active a,
.pagination.border-red .active a,
.pagination.border-yellow .active a,
.pagination.border-blue .active a,
.pagination.border-green .active a {
    color: #fff
}

/* 路径 */
.nav-bread {
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 0
}

.nav-bread h2 {
    font-size: 18px;
    font-weight: 600
}

.nav-bread a {
    color: #888888;
    font-size: 14px;
    display: inline-block;
}

.nav-bread a:hover {
    color: #ff9600
}

.nav-bread a:after {
    content: "";
    padding: 0 10px;
    background: url(../images/nav-bread.png) no-repeat center 50%;
}

.nav-bread a:last-child:after {
    content: "";
    background: none;
}

/* header css */
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 58px;
    background: rgba(0, 0, 0, 1);
}

.header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.header .nav {
    margin-left: auto;
}

.header .nav ul {
    display: flex;
    width: 750px;
    justify-content: space-between;
}

.header .nav ul li {
    display: flex;
    justify-content: center;
}

.header .nav a {
    color: #fff;
    text-transform: capitalize;
    font-family: 'NHaasGroteskDSPro-75Bd';
    transition: all 0.2 ease;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
}

/*.nav li a:hover .en { color: #FF5500; }*/
.header .nav ul li.active a {
    color: #FF5500;
}

.header .logo {
    display: inline-block;
    width: 75px;
}

.header .logo img {
    width: 100%;
}

.pbHeader {
    background: rgba(0, 0, 0, .9);
}

/*.pbHeader .nav a { color: #fff; text-transform: capitalize; font-family: 'NHaasGroteskDSPro-75Bd'; transition: all 0.2 ease; box-sizing: border-box; text-align: left; font-size: 26px; }*/

/*footer css*/
.footer {
    width: 100%;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    padding: 0 6%;
    background: #000;
    overflow: hidden;
}

.footer .top {
    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer .top .nav ul {
    display: flex;
    align-items: center;
}

.footer .top .nav ul .lb {
    color: #fff;
    margin-right: 10px;
}

.footer .top .nav ul li {
    margin-right: 30px;
}

.footer .top .nav ul li a {
    color: #999999;
    transition: all ease 0.3s;
}

.footer .top .nav ul li a:hover {
    color: #ff5500;
}

.footer .tel {
    padding-bottom: 15px;
}

.footer .bottom {
    display: flex;
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    padding-bottom: 130px;
}

.footer .bottom .yqLink {
    display: flex;
    width: 45%;
    flex-basis: 45%;
}

.footer .bottom .yqLink .linkCont {
    width: 350px;
}

.footer .bottom .yqLink .link {
    margin-bottom: 10px;
    line-height: 2;
}

.footer .bottom .yqLink .link p {
    display: block;
    width: 50%;
    float: left;
}

.footer .bottom .yqLink .link p:nth-child(2n) {
    text-align: left;
    padding-left: 30px;
}

.footer .bottom .yqLink .link p a {
    color: #999999;
    transition: all ease 0.3s;
}

.footer .bottom .yqLink .link p a:hover {
    color: #ff5500;
}

.footer .bottom .yqLink .code {
    margin-right: 50px;
}

.footer .ftPbTitle {
    font-size: 18px;
    color: #e6e6e6;
    padding-bottom: 14px;
    position: relative;
    line-height: 18px;
}

.footer .bottom .idContact {
    color: #999999;
    line-height: 2;
    width: 30%;
}

.footer .bottom .address {
    color: #999999;
    line-height: 2;
    margin-left: auto;
}

.iconCont {
    display: flex;
}

.iconCont .icon {
    display: inline-block;
    background: url("../images/icon.png") no-repeat;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.iconCont .icon1 {
    background-position: 0 0;
}

.iconCont .icon2 {
    background-position: -68px 0;
    margin-left: 25px;
}

.iconCont .icon3 {
    background-position: -124px 0;
    margin-left: 25px;
}

.iconCont .icon4 {
    background-position: -186px 0;
    margin-left: 25px;
}

.iconCont .icon5 {
    background-position: -248px 0;
    margin-left: 25px;
    width: 80px;
}

.iconCont .icon1:hover {
    background-position: 0 -40px;
}

.iconCont .icon2:hover {
    background-position: -68px -40px;
}

.iconCont .icon3:hover {
    background-position: -124px -40px;
}

.iconCont .icon4:hover {
    background-position: -186px -40px;
}

.iconCont .icon5:hover {
    background-position: -248px -40px;
}

/* channel-banner */
.channel-banner {
    width: 100%;
    margin-top: 58px;
}

.channel-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*index banner*/
.indexBanner {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 58px;
}

.indexBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}

.indexBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
}

.indexBanner .swiper-pagination-bullet-active {
    background-color: #FF5500;
}

.indexBanner .swiper-pagination {
    bottom: 18px !important;
    width: 100%;
}

.indexBanner .swiper-button-next.swiper-button-white {
    right: 2%;
    position: absolute;
    top: 20%;
    margin-top: 0;
    width: 100px;
    height: 50%;
    padding: 0;
    cursor: pointer;
    background: url(../images/bArrow.png) no-repeat center;
    background-size: 42px 42px;
}

.indexBanner .swiper-button-prev.swiper-button-white {
    left: calc(2% - 10px);
    position: absolute;
    top: 20%;
    margin-top: 0;
    width: 100px;
    height: 50%;
    padding: 0;
    cursor: pointer;
    background: url(../images/bArrow.png) no-repeat center;
    background-size: 42px 42px;
    transform: rotate(-180deg);

}

/* indexSlogn */
.indexSlogn {
    width: 100%;
    padding: 70px 20% 90px;
}

.indexSlogn .slContent {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #999999;
    line-height: 2;
    flex-direction: column;
    justify-content: center;
}

.indexSlogn .slContent h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    padding-bottom: 40px;
    font-family: Microsoft Yahei;
}

/* indexCase css */
.indexCase {
    width: 100%;
    overflow: hidden;
    padding: 40px 50px 0;
}

.indexCase .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 25px;
    font-size: 16px;
    color: #999;
}

.indexCase .nav span {
    margin-left: 40px;
}

.indexCase .nav span a:hover {
    color: #ff5500;
}

.indexCase .top {
    width: 100%;
}

.indexCase .top ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.indexCase .top ul li.item {
    flex-basis: 33.33%;
    padding: 5px;
}

.indexCase .top ul li.item .itemC {
    position: relative;
}

.indexCase .item .itemC a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.indexCase .item .itemC a .im {
    overflow: hidden;
    position: relative;
}

.indexCase .item .itemC a .im .bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0s;
}

.indexCase .item .itemC a img {
    width: 100%;
    transition: all ease 0.3s;
}

.indexCase .item .itemC a .wz {
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 15px 20px 20px 0;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.3s;
}

.indexCase .item .itemC a .wz .title {
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 600;
    color: #888;
}

.indexCase .item .itemC a .wz .font {
    font-size: 14px;
    padding-bottom: 4px;
}

.indexCase .item .itemC a:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.indexCase .item .itemC a:hover .wz .title {
    color: #ff5500;
}

.indexCase .item .itemC a:hover .im .bg {
    opacity: 0.50;
    cursor: pointer;
    z-index: 9;
}


.indexCase .moreBtn {
    padding: 50px 70px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexCase .more {
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #888;
}

.indexCase .more:hover {
    color: #ff5500;
    border: 1px solid #ff5500;
}

/* brandSlogn */
.brandSlogn {
    position: relative;
}

.brandSlogn .bsContent {
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.brandSlogn .bsContent .cn {
    font-size: 56px;
}

.brandSlogn .bsContent .en {
    font-size: 34px;
}

.brandSlogn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*worksPage css*/
.worksPage {
    width: 100%;
    background: #fff;
    color: #999;
    padding: 100px 50px 30px;
}

.headTitle {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
}

.headTitle .name {
    font-size: 42px;
    color: #999;
}

.headTitle .category {
    display: flex;
    align-items: flex-end;
}

.category ul {
    width: 100%;
    display: flex;
}

.category ul li {
    margin-left: 30px;
    color: #999;
}

.category ul li a {
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    transition: all ease 0.3s;
}

/*.category ul li a .cnName { display: none; transition: all ease 0.3s; }*/

/*.category ul li a:hover .cnName { display: inline-block }*/
.category ul li a:hover .enName {
    color: #ff5500;
}

.worksPage .main {
    width: 100%;
}

.worksPage .main ul {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}

.worksPage .main ul li.item {
    flex-basis: 33.33%;
    padding: 5px;
}

.worksPage .main ul li.item .itemC {
    position: relative;
}

.worksPage .main ul li.item .itemC a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.worksPage .main ul li.item .itemC a .im {
    overflow: hidden;
    position: relative;
}

.worksPage .main ul li.item .itemC a .im .bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0s;
}


.worksPage .main ul li.item .itemC a img {
    width: 100%;
    transition: all ease 0.3s;
}

.worksPage .main ul li.item .itemC a .wz {
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 2;
    color: #999;
    padding: 15px 20px 15px 0;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.3s;
}

.worksPage .main ul li.item .itemC a .wz .title {
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 600;
    color: #888;
}

.worksPage .main ul li.item .itemC a .wz .font {
    font-size: 14px;
    color: #999;
}

.worksPage .main ul li.item .itemC a:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.worksPage .main ul li.item .itemC a:hover .wz .title {
    color: #ff5500;
}

.worksPage .main ul li.item .itemC a:hover .im .bg {
    opacity: 0.50;
    cursor: pointer;
    z-index: 9;
}


.worksPage .more {
    width: 100%;
    padding-top: 50px;
}

.worksPage .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #999;
    font-size: 18px;
    font-weight: normal;
}

.worksPage .more a:hover {
    color: #ff5500;
}

.worksPage .more .arrowIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/arrow.png") no-repeat center;
    background-size: 110%;
}

.worksPage .more a:hover .arrowIcon {
    -webkit-animation: updown 2s cubic-bezier(.59, .01, .28, 1) infinite 0s forwards;
    -o-animation: updown 2s cubic-bezier(.59, .01, .28, 1) infinite 0s forwards;
    animation: updown 2s cubic-bezier(.59, .01, .28, 1) infinite 0s forwards;
    background: url("../images/arrow_hover.png") no-repeat center;
    background-size: 110%;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
}

@-o-keyframes updown {
    0% {
        transform: translate3d(0, -20%, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -20%, 0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
}

/*worksDetail css*/
.worksDetailBanner img {
    width: 100%;
}

.worksDetail {
    width: 100%;
    background: #fff;
    color: #999999;
    font-size: 16px;
    padding: 140px 6%;
}

.worksDetail .top {
    width: 100%;
    padding: 0 0 80px;
    display: flex;
    justify-content: space-between;
}

.worksDetail .top .left {
    flex-basis: 50%;
    flex-shrink: 0;
}

.worksDetail .top .left .bigName {
    margin-bottom: 50px;
}

.worksDetail .top .left .bigName .bigTitle {
    font-size: 36px;
    font-weight: normal;
    font-family: 'NHaasGroteskDSPro-75Bd';
    line-height: 1.2;
    color: #666;
}

.worksDetail .top .left .bigName .smallTitle {
    font-size: 32px;
    font-weight: 600;
}

.worksDetail .top .left .params {
    font-size: 16px;
    font-family: 'NHaasGroteskDSPro-55Rg';
    line-height: 1.8;
}

.worksDetail .top .right {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'NHaasGroteskDSPro-55Rg';
}

.worksDetail .top .right .cn {
    font-size: 17px;
    padding-bottom: 25px;
    line-height: 2;
    padding-left: 18%;
}

.worksDetail .main {
    padding-bottom: 30px;
}

.worksDetail .main .nr .bImg {
    margin-bottom: 30px;
}

.worksDetail .main .nr img {
    width: 100%;
}

.worksDetail .main .newsSlogn {
    font-size: 40px;
    font-weight: normal;
    color: #333;
    text-align: center;
    padding: 40px 0;
}

.worksDetail .main .newsSlogn .tel {
    font-size: 34px;
    font-family: NHaasGroteskDSPro;
    font-weight: 600;
}

.worksDetail .main .newsSlogn .copyRight {
    font-size: 22px;
}


.worksDetail .main .newsSlogn h2 {
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 10px;
}

.worksDetail .main .paging {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.worksDetail .paging .leftArrow {
    display: inline-block;
    width: 128px;
    height: 65px;
    background: url("../images/leftArrow.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.worksDetail .paging .leftArrowGray {
    display: inline-block;
    width: 128px;
    height: 65px;
    background: url("../images/leftArrowGray.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.worksDetail .paging .leftArrow:hover {
    background: url("../images/leftArrow_hover.png") no-repeat center;
    background-size: 100% 100%;
}

.worksDetail .paging #closePage {
    display: inline-block;
    width: 60px;
    height: 56px;
    background: url("../images/bigCloseIcon.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.worksDetail .paging #closePage:hover {
    background: url("../images/bigCloseIcon_hover.png") no-repeat center;
    background-size: 100% 100%;
}

.worksDetail .paging .rightArrow {
    display: inline-block;
    width: 128px;
    height: 65px;
    background: url("../images/rightArrow.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}



.worksDetail .paging .rightArrowGray {
    display: inline-block;
    width: 128px;
    height: 65px;
    background: url("../images/rightArrowGray.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all ease 0.3s;
}

.worksDetail .paging .rightArrow:hover {
    background: url("../images/rightArrow_hover.png") no-repeat center;
    background-size: 100% 100%;
}

/*wechat*/
.wechat {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: 'NHaasGroteskDSPro-65Md';
    text-align: center;
}

.wechat .closeBtn {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/closeIcon.png") no-repeat center;
    cursor: pointer;
    margin-bottom: 100px;
    margin-top: -140px;
}

.wechat .title {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
}

.wechat .imC {
    display: flex;
    justify-content: center;
}

.wechat .imC .item {
    margin: 0 50px;
    text-align: center;
}

.wechat .imC .item .itemCont {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.wechat .imC .item .name {
    font-size: 18px;
    color: #666;
    padding: 8px 10px 0px;
}

.wechat .imC .item .tel {
    margin-top: 15px;
    font-size: 18px;
    color: #666;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 12px 10px;
}

/* footerSlogn */
.footerSlogn {
    width: 100%;
    background: #ff5500;
    color: #000;
    font-size: 22px;
    min-height: 450px;
}

.footerSlogn .fsContent {
    width: 100%;
    padding: 100px 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footerSlogn .fsContent .bigSlogn {
    font-size: 62px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.footerSlogn .fsContent .desc {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    font-family: 'Helvetica Inserat LT';
    letter-spacing: 2px;
}

.footerSlogn .fsContent .wz {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.footerSlogn .fsContent .wz p.item {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.footerSlogn .fsContent .wz p.item .num {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

@media (min-width:1600px) {}