@font-face {
    font-family: 'sy';
    src: url('../fonts/sy.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/sy.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/sy.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/sy.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/sy.svg#pang') format('svg');
    /* Legacy iOS */
}

body {
    font-family: sy !important;
}

* {
    font-family: sy !important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    f
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 320px;
    background: #fff;
    color: #333;
    height: 100%;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],

/* 1 */

[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,

/* 1 */

menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1000;
    padding: 30px 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.header .logo {
    float: left;
    margin-left: 30px;
}

.header .logo img {
    display: block;
}

.menu-btn {
    display: none;
    float: right;
    padding: 6px 0;
    margin-right: 15px;
    height: 0px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #777;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.menu-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-box li {
    border-top: 1px solid #ddd;
}

.menu-box li a {
    display: block;
    padding: 10px 12px;
}

.header.open {
    background-color: #f4f2f3;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header.open .menu-box {
    height: 1000px;
    max-height: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.nav {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 1000;
}

.nav li {
    margin-top: 5px;
}

.nav li a {
    display: block;
    font-size: 16px;
    color: #999;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #000;
    margin-top: -1px;
    content: '';
    width: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav li a:hover {
    color: #000;
    padding-left: 30px;
}

.nav li a:hover:before {
    width: 20px;
}

.while-nav li a:before {
    background-color: #fff;
}

.while-nav li a:hover {
    color: #fff !important;
}

.banner {
    background: no-repeat center 100% / cover;
}

.banner .a {
    margin-bottom: 250px;
}

#fp-nav ul,
.fp-slidesNav ul {
    text-align: center;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    width: 8px;
    height: 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: none;
    transition: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
    width: 100%;
    height: 100%;
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
    width: 45px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    opacity: 1;
}

.fp-controlArrow {
    background: no-repeat center rgba(0, 0, 0, 0.4);
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px;
    border: 0 !important;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.fp-controlArrow:hover {
    background-color: #000;
}

.fp-controlArrow.fp-prev {
    background-image: url(../images/icon6.png);
    left: 35px;
}

.fp-controlArrow.fp-next {
    background-image: url(../images/icon7.png);
    right: 35px;
}

.bg1 {
    background: url(../images/bg1.jpg) no-repeat center 100% / cover;
}

.bg2 {
    background: url(../images/bg2.jpg) no-repeat 100% / cover;
}

.container {
    margin: 0 auto;
    padding: 122px 13% 50px;
}

.lanmu-title {
    font-size: 22px;
    margin-bottom: 4%;
    line-height: 46px;
}

.lanmu-title strong {
    font-size: 34px;
}

.lanmu-nav {
    float: right;
    position: relative;
}

.lanmu-nav .b {
    display: block;
    border: 1px solid transparent;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 168px;
}

.lanmu-nav .b:after {
    display: inline-block;
    content: '';
    background: url(../images/icon1.png) no-repeat center;
    width: 19px;
    height: 48px;
    vertical-align: top;
    margin-left: 15px;
}

.lanmu-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    display: none;
    z-index: 100;
}

.lanmu-nav li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.lanmu-nav li a:hover {
    background-color: #2b2b2b;
}

.lanmu-nav.open .b {
    background-color: #000;
}

.lanmu-nav.open ul {
    display: block;
}

.lanmu-menu {
    float: right;
    font-size: 0;
}

.lanmu-menu a {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    color: #fff;
    width: 140px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.lanmu-menu a:hover,
.lanmu-menu a.active {
    background-color: #000;
    border-color: #000;
}

.while-style {
    color: #fff;
}

.while-style .nav li a {
    color: #d9d9d9;
}

.while-style .nav li a:hover {
    color: #000;
}

.while-style .menu-btn:before,
.while-style .menu-btn:after,
.while-style .menu-btn span {
    background-color: #fff;
}

.while-style .header.open {
    background-color: #000;
}

.while-style .menu-box li {
    border-color: #252525;
}

.while-style .menu-box li a {
    color: #fff;
}

.list-1 {
    margin: -3.5% 0 0 -5.2%;
}

.list-1 li {
    float: left;
    width: 33.333333%;
}

.list-1 li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
    margin: 10% 0 0 15%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 5% 5%;
}

.list-1 h4 {
    margin: 0;
    border-bottom: 1px solid #c8c8c8;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}

.list-1 h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #000;
    width: 30px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.list-1 p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.8;
    height: 48px;
    overflow: hidden;
}

.list-1 a:hover {
    color: #fff;
    background-color: #000;
}

.list-1 a:hover h4:after {
    background-color: #fff;
    width: 40px;
}

.list-2 {
    margin: -3.5% 0 0 -5.2%;
}

.list-2 li {
    float: left;
    width: 33.333333%;
}

.list-2 li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
    margin: 10% 0 0 15%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 8%;
}

.list-2 li .m {
    padding-top: 60%;
    background: no-repeat center / cover;
}

.list-2 h4 {
    margin: 15px 0 10px;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.list-2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    height: 80px;
    overflow: hidden;
    color: #999;
}

.list-2 .date {
    font-family: Impact;
    font-size: 34px;
    line-height: 1;
    margin-top: 15px;
}

.list-2 .date span {
    float: right;
    font-size: 16px;
    padding-top: 18px;
}

.list-2 li a:hover {
    color: #fff;
    background-color: #000;
}

.pages {
    text-align: center;
    font-size: 0;
    margin-top: 4%;
}

.pages a {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    line-height: 22px;
    padding: 0 8px;
    color: #fff;
    border-radius: 50px;
    margin: 0 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 9px;
}

.pages a:hover,
.pages a.active {
    background-color: #000 !important;
}

.pages a.prev,
.pages a.next {
    width: 25px;
    height: 25px;
    background: no-repeat center;
    padding: 0;
}

.pages a.prev {
    background-image: url(../images/icon2.png);
    margin-right: 15px;
}

.pages a.next {
    background-image: url(../images/icon3.png);
    margin-left: 15px;
}

.ppgs-list {
    text-align: center;
}

.ppgs-list li {
    position: relative;
    color: #fff;
}

.ppgs-list li span {
    display: block;
    margin: 0 auto;
    line-height: 48px;
    width: 178px;
    border: 1px solid #fff;
    font-size: 22px;
    font-family: Impact;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.ppgs-list li p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.8;
}

.ppgs-list li:after {
    width: 1px;
    background-color: #c8c8c8;
    content: '';
    height: 150px;
    display: block;
    margin: 50px auto;
}

.ppgs-list li span:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.ppgs-list li:last-child:after {
    display: none;
}

.ppgs-1 {
    background: url(../images/bg3.jpg) no-repeat center 100% / cover;
}

.ppgs-1 .container {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
}

.ppgs-1 .ppgs-list {
    margin-top: 200px;
}

.ppgs-2 {
    background: url(../images/bg4.jpg) no-repeat center 100% / cover;
}

.ppgs-2 .ppgs-list {
    margin-bottom: 100px;
}

.ppgs-3 {
    background: url(../images/bg5.jpg) no-repeat center 100% / cover;
}

.ppgs-3 .ppgs-list {
    margin-bottom: 100px;
}

.ppgs-4 {
    background: url(../images/bg6.jpg) no-repeat center 100% / cover;
}

.ppgs-4 .ppgs-list {
    margin-bottom: 100px;
}

.ppgs-5 {
    background: url(../images/bg7.jpg) no-repeat center 100% / cover;
}

.ppgs-5 .ppgs-list {
    margin-bottom: 100px;
}

.gywm .container {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
}

.gywm .text {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}

.gywm .text-inner {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 150px;
}

.gywm h4 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 28px;
    text-indent: 5px;
    letter-spacing: 5px;
}

.gywm p {
    text-align: justify;
    line-height: 1.7;
    margin: 25px 0;
}

.gywm p:last-of-type {
    margin-bottom: 0;
}

.gywm-1 {
    background: url(../images/bg8.jpg) no-repeat center 100% / cover;
}

.gywm-2 {
    background: url(../images/bg9.jpg) no-repeat center 100% / cover;
}

.gywm-3 {
    background: url(../images/bg10.jpg) no-repeat center 100% / cover;
}

.gywm-2 .text {
    position: static;
}

.gywm-2 p {
    text-align: center;
    font-size: 16px;
}

.gywm-2 .ft {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}

.gywm-2 .ft p {
    margin: 0;
    padding: 0 15px;
}

.dmxx-bg {
    background: no-repeat center center / cover;
}

.dmxx-view {
    position: absolute;
    right: 100%;
    top: 0;
    max-width: 50%;
    height: 100%;
    min-width: 960px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
}

.dmxx-view.end {
    right: 0;
    opacity: 1;
}

.dmxx-view:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    content: '';
}

.dmxx-view-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
}

.dmxx-view-inner {
    display: table;
    width: 20%;
    height: 20%;
    float: right;
    margin-right: 70px;
    margin-top: 45%;
}

.dmxx-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.dmxx-box .fh {
    text-align: right;
    font-size: 0;
}

.dmxx-box .fh a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 138px;
    position: relative;
}

.dmxx-box .fh a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    width: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dmxx-box .fh a span {
    position: relative;
}

.dmxx-box .fh a:hover {
    border-color: #000;
}

.dmxx-box .fh a:hover:before {
    width: 100%;
}

.dmxx-box .info {
    margin-top: 50px;
}

.dmxx-box .info h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.dmxx-box .info p {
    margin: 0 0 10px;
    font-size: 12px;
}

.dmxx-box .info .tel {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    z-index: 6;
}

.dmxx-box .info .map {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    color: #333;
}

.dmxx-box .more {
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 150px;
    position: relative;
    margin: 30px auto 0;
}

.dmxx-box .more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    width: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dmxx-box .more span {
    position: relative;
}

.dmxx-box .more:hover {
    border-color: #000;
}

.dmxx-box .more:hover:before {
    width: 100%;
}

.wz-view {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 167px;
}

.wz-mn {
    float: left;
    width: 64%;
    height: 100%;
}

.wz-sd {
    float: right;
    width: 28%;
}

.wz-sd .fh {
    text-align: right;
    font-size: 0;
    margin-top: -45px;
    margin-bottom: 40px;
}

.wz-sd .fh a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    color: #fff;
    width: 138px;
    position: relative;
}

.wz-sd .fh a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    width: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wz-sd .fh a span {
    position: relative;
}

.wz-sd .fh a:hover {
    border-color: #000;
}

.wz-sd .fh a:hover:before {
    width: 100%;
}

.wz-sd .tit {
    font-size: 16px;
    margin-bottom: 20px;
}

.wz-sd .list-2 {
    margin: 0;
}

.wz-sd .list-2 li {
    width: 100%;
}

.wz-sd .list-2 li a {
    margin: 0;
}

.wz-wz {
    background: url(../images/icon5.png) no-repeat 0 center;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 35px;
    margin-top: -45px;
}

.wz-scroll {
    height: 100%;
    overflow: auto;
    background-color: #fff;
    color: #333;
}

.wz-content {
    padding: 5% 8%;
}

.wz-hd {
    margin-bottom: 3%;
}

.wz-hd h1 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.wz-hd p {
    margin: 3% 0 0;
    font-size: 14px;
    overflow: hidden;
    color: #999;
}

.wz-hd p .view {
    float: left;
}

.wz-hd p .time {
    float: right;
}

.wz-bd {
    font-size: 14px;
    line-height: 1.8;
}

.wz-bd img {
    max-width: 100%;
    height: auto;
}

.swiper-prd {
    height: 100%;
    background-color: #000;
}

.swiper-prd .swiper-slide.h50 {
    height: 50%;
}

.swiper-prd .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-prd .swiper-slide .m {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.swiper-prd .swiper-slide .text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    text-align: center;
    font-size: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.swiper-prd .swiper-slide.h50 .text {
    top: 50%;
}

.swiper-prd .swiper-slide .text span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.swiper-prd .swiper-slide .text span:after,
.swiper-prd .swiper-slide .text span:before {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #fff;
    content: '';
}

.swiper-prd .swiper-slide .text span:before {
    right: 100%;
}

.swiper-prd .swiper-slide .text span:after {
    left: 100%;
}

.swiper-prd .swiper-slide a:hover .m {
    opacity: 0.4;
}

.swiper-prd .swiper-slide a:hover .text,
.swiper-prd .swiper-slide.no-prd .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.swiper-button-prev,
.swiper-button-next {
    background: no-repeat center rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.swiper-button-prev {
    background-image: url(../images/icon6.png);
    left: 35px;
}

.swiper-button-next {
    background-image: url(../images/icon7.png);
    right: 35px;
}

.swiper-button-prev:hover,
.swiper-prd .swiper-button-next:hover {
    background-color: #000;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.prd-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.prd-minfo {
    position: absolute;
    width: 450px;
    right: 8%;
    top: 122px;
    z-index: 100;
    text-align: center;
}

.prd-minfo .text {
    height: 24px;
    line-height: 1;
    text-align: center;
    font-size: 0;
}

.prd-minfo .text span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-size: 22px;
    color: #fff;
}

.prd-minfo .text span:after,
.prd-minfo .text span:before {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #fff;
    content: '';
}

.prd-minfo .text span:before {
    right: 100%;
}

.prd-minfo .text span:after {
    left: 100%;
}

.prd-minfo i {
    display: block;
    margin: 20px auto;
    height: 20px;
    width: 1px;
    background-color: #fff;
}

.prd-minfo p {
    font-size: 16px;
    margin: 0;
}

.prd-minfo .more {
    display: inline-block;
    background: url(../images/icon9.png) no-repeat 20px center rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 30px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.prd-minfo .more span {
    margin-left: 30px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.prd-minfo .more:hover {
    background-color: #000;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.fmfh {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 138px;
    position: fixed;
    bottom: 5%;
    z-index: 100;
    margin-left: 50%;
    left: -69px;
}

.fmfh a {
    color: #fff;
}

.fmfh a:hover {
    background-color: #000;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.prd-down {
    text-align: center;
    width: 120px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
}

.prd-down span {
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    margin-bottom: 15px;
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

.prd-down i {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/icon10.png) no-repeat center /contain;
    margin: 0 auto;
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

.mh {
    overflow: hidden !important;
}

.mh .section,
.mh .pnfp {
    -webkit-backface-visibility: hidden;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.mh .nav {
    display: none;
}

.prd-x {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: #666;
    z-index: 999;
    display: none;
}

.prd-x .container {
    max-width: 700px;
}

.prd-x .title {
    height: 24px;
    line-height: 1;
    text-align: center;
    font-size: 0;
    color: #000;
    margin-bottom: 8%;
}

.prd-x .title span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-size: 22px;
}

.prd-x .title span:after,
.prd-x .title span:before {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #000;
    content: '';
}

.prd-x .title span:before {
    right: 100%;
}

.prd-x .title span:after {
    left: 100%;
}

.prd-x .cs {
    margin-left: -30px;
    margin-bottom: 8%;
}

.prd-x dl {
    margin: 0;
    float: left;
    width: 25%;
}

.prd-x dt {
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.prd-x dd {
    margin: 0;
    padding: 10px 30px 10px 30px;
    border-right: 1px solid #b6b6b6;
}

.prd-x dd p {
    margin: 10px 0;
}

.prd-x dl:last-of-type dd {
    border-right: 0;
}

.prd-x ul {
    width: 70%;
}

.prd-x li {
    margin-top: 8%;
    background: no-repeat 0 0;
    line-height: 25px;
    padding-left: 35px;
}

.prd-x li p {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
}

.prd-x li strong {
    float: left;
}

.prd-x li span {
    display: block;
    margin-left: 80px;
}

.prd-x .close {
    position: absolute;
    top: 51px;
    right: 20%;
    width: 20px;
    height: 20px;
    background: url(../images/icon13.png) no-repeat center;
}

.prd-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}


/*.pnfp {display: none;}*/

.dmxx-box .info .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pages .pagination {
    text-align: center;
}

.pages .pagination p {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.pages .pagination a {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.pages .pagination a:hover {
    color: #fff;
    background: white;
    background: #000;
    border: 1px #000 solid;
}

.pages .pagination a.cur {
    border: 1px #000 solid;
    background: #000;
    color: #fff;
}

#fullpage .section:last-child .prd-down i {
    display: none;
}

.piclist {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.showpiclist {
    height: 100%;
    width: 100%;
}

.showpiclist .swiper-slide {
    width: 100%;
    background-size: 100% 100%;
}

#lrz_index {
    z-index: 20;
}

.showpic_pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
    text-align: center;
    padding-right: 5px;
    z-index: 999;
}

.showpic_pagination span {
    width: 40px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    background: none;
    opacity: 1;
    cursor: pointer;
    margin: 0 3px;
    background: #fff;
}

.showpic_pagination span.swiper-pagination-bullet-active {
    background: #000;
    color: #fff;
}

.dmxx-view {
    z-index: 1;
}

#mabnner {
    display: none;
}

.mhide {
    display: block;
}

.mblock {
    display: none;
}

.phone-call {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}

.phone-call ul li {
    float: left;
    position: relative;
    margin: 0 16px;
}

.phone-call ul li>a {
    display: block;
    width: 50px;
    opacity: .7;
    transition: all .5s;
}

.phone-call ul li:hover>a {
    opacity: 1;
}

.phone-call ul li>a img {
    width: 100%;
}

.phone-call ul li .picbox {
    position: absolute;
    bottom: 50px;
    right: 0;
    opacity: 0;
    transition: all .5s;
}

.phone-call ul li .picbox img {
    width: 140px;
}

.phone-call ul li .picbox span {
    display: block;
    width: 140px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.phone-call ul li:hover .picbox {
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .dmxx-view {
        width: 100%;
        height: 100%;
        min-width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .mhide {
        display: none;
    }

    .mblock {
        display: block;
    }

    #mabnner {
        display: block;
    }

    .dmxx-view-scroll {
        background: #fff;
    }

    .dmxx-view {
        width: 100%;
        height: 50%;
        min-width: auto;
        top: 50%;
        background-color: #fff;
    }

    .showpiclist .swiper-slide {
        background-size: auto 100%;
    }

    .dmxx-view-inner {
        display: table;
        width: 50%;
        height: 20%;
        float: right;
        margin-right: 10px;
        margin-top: 0;
    }

    .dmxx-box {
        padding: 30px;
        position: absolute;
        top: 10%;
        right: 0px;
        left: 0px;
        background: #fff;
    }

    .dmxx-box .fh {
        text-align: center;
    }

    .dmxx-box .fh a {
        line-height: 24px;
        width: 100px;
        font-size: 12px;
        color: #666;
        border: #666 1px solid;
    }

    .dmxx-box .info {
        margin-top: 20px;
        color: #666 !important;
    }

    .dmxx-box .info h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dmxx-box .info p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .dmxx-box .info .tel {
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

    .dmxx-box .info .map {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 250px;
    }

    .dmxx-box .more {
        line-height: 24px;
        width: 100px;
        font-size: 12px;
        color: #666;
        border: #666 1px solid;
    }

    .header {
        padding: 10px 0;
        width: 100%;
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }

    .header .logo {
        margin-left: 15px;
    }

    .header .logo img {
        height: 30px;
        width: auto;
    }

    .menu-btn {
        display: block;
    }

    .banner .img-center {
        padding: 0 30px;
    }

    .banner .a {
        margin-bottom: 100px;
    }

    .fp-controlArrow {
        width: 35px !important;
        height: 35px !important;
        margin-top: -17px;
    }

    .fp-controlArrow.fp-prev {
        left: 15px;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        ;
    }

    .nav {
        display: none;
    }

    .container {
        padding: 50px 15px 30px;
    }

    .lanmu-title {
        font-size: 14px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .lanmu-title strong {
        font-size: 16px;
    }

    .lanmu-nav .b {
        line-height: 32px;
        width: 100px;
        font-size: 14px;
    }

    .lanmu-nav .b:after {
        height: 32px;
        background-size: contain;
        width: 13px;
        margin-left: 10px;
    }

    .lanmu-nav li a {
        font-size: 12px;
    }

    .lanmu-menu {
        float: none;
        margin-left: -15px;
    }

    .lanmu-menu a {
        line-height: 34px;
        margin-left: 15px;
        font-size: 12px;
        margin-bottom: 15px;
        width: 25%;
    }

    .list-1 {
        margin: -20px 0 0;
    }

    .list-1 li {
        width: 100%;
    }

    .list-1 li a {
        margin: 20px 0 0;
        padding: 15px;
    }

    .list-1 p {
        font-size: 12px;
        height: auto;
    }

    .list-2 {
        margin: -20px 0 0;
    }

    .list-2 li {
        width: 100%;
    }

    .list-2 li a {
        margin: 20px 0 0;
        padding: 15px;
    }

    .list-2 h4 {
        font-size: 16px;
    }

    .list-2 p {
        font-size: 12px;
        height: auto;
    }

    .pages {
        margin-top: 20px;
    }

    .ppgs-list li span {
        line-height: 34px;
        font-size: 18px;
        width: 140px;
    }

    .ppgs-list li p {
        margin-top: 20px;
        font-size: 12px;
    }

    .ppgs-list li:after {
        height: 100px;
        margin: 20px auto;
    }

    .ppgs-2 .ppgs-list,
    .ppgs-4 .ppgs-list {
        margin-bottom: 50px;
    }

    .gywm .text {
        position: static;
        margin-top: 134px;
        margin-bottom: 30px;
    }

    .gywm .text-inner {
        padding: 0 15px;
    }

    .gywm h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .gywm p {
        margin: 10px 0;
    }

    .gywm-2 p {
        font-size: 12px;
    }

    .gywm-2 .ft {
        position: static;
    }

    .gywm-2 .ft p {
        font-size: 12px;
    }

    .gywm-2 .text {
        margin-bottom: 100px;
    }

    .wz-wz {
        display: none;
    }

    .wz-mn {
        width: 100%;
    }

    .wz-sd {
        display: none;
    }

    .wz-content {
        padding: 15px;
    }

    .wz-hd p {
        font-size: 12px;
    }

    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        right: 15px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
        margin-top: -17px;
    }

    /*.mnfp {display: none;}
    .pnfp {display: block;}*/
    /*.prd-item-m .prd-minfo {position: static;padding: 20px 15px;width: auto;}
    .prd-item-m .prd-minfo .text {height: auto;}
    .prd-item-m .prd-minfo .text span {font-size: 20px;}
    .prd-item-m .prd-minfo i {margin: 10px auto;height: 10px;}
    .prd-item-m .prd-minfo p {font-size: 14px;}
    .prd-item-m .prd-minfo .more {margin-top: 20px;padding: 0 20px;font-size: 14px;background-size: 16px auto;}
    .prd-item-m .prd-minfo .more span {margin-left: 25px;}
    .prd-item-m .swiper-pagination-bullet {background-color: #fff !important;}*/
    .prd-x .container {
        padding-bottom: 60px;
    }

    .prd-x .close {
        top: auto;
        bottom: 20px;
        right: 20px;
    }

    .prd-x .title {
        height: auto;
        margin-bottom: 20px;
    }

    .prd-x .title span {
        font-size: 18px;
    }

    .prd-x .cs {
        margin-left: -20px;
        margin-bottom: -20px;
    }

    .prd-x dl {
        width: 50%;
        margin-bottom: 20px;
    }

    .prd-x dt {
        font-size: 14px;
        padding: 0 0 0 20px;
    }

    .prd-x dt {
        margin-bottom: 10px;
    }

    .prd-x dd {
        padding: 5px 20px 5px 20px;
        border-right: 0;
    }

    .prd-x dd p {
        margin: 5px 0;
    }

    .prd-x ul {
        width: 100%;
    }

    .prd-x li {
        background-size: 20px auto;
        line-height: 20px;
        padding-left: 25px;
    }

    .prd-x li p {
        font-size: 12px;
    }

    .prd-x li span {
        margin-left: 70px;
    }

    .prd-img {
        height: 60%;
    }

    .prd-minfo {
        width: 100%;
        top: 60%;
        left: 0;
        padding: 40px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
    }

    .prd-minfo .text {
        height: auto;
    }

    .prd-minfo .text span {
        font-size: 20px;
        color: #666;
    }

    .prd-minfo i {
        margin: 10px auto;
        height: 10px;
        background: #eee;
    }

    .prd-minfo p {
        font-size: 12px;
        color: #666;
    }

    .prd-minfo .more {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 12px;
        background-size: 16px auto;
    }

    .prd-minfo .more span {
        margin-left: 25px;
    }

    .prd-down {
        bottom: 0px;
    }

    .prd-down i {
        width: 24px;
        height: 40px;
        float: left;
        margin-left: 10px;
    }

    .prd-down span {
        font-size: 12px;
        float: left;
    }

    .mnfp .fp-bottom {
        top: 55%;
        bottom: auto;
    }

    .mnfp .fp-controlArrow {
        margin-top: -40%;
    }

    .swiper-prd .swiper-slide .m {
        opacity: 0.4;
    }

    .swiper-prd .swiper-slide .text {
        opacity: 1;
    }

    #fullpage #pcbanner {
        display: none;
    }

    #fullpage #mbanner {
        display: block;
    }

    #mpro {
        height: auto;
        display: block;
    }

    #mpro .swiper-slide.h50 {
        height: 2.84rem;
    }

    .swiper-prd .swiper-slide .text span {
        font-size: 16px;
    }

    .phone-call {
        bottom: 20px;
        right: 20px;
        z-index: 999;
    }

    .phone-call ul li {
        margin: 0 0;
    }

    .phone-call ul li>a {
        opacity: 1;
    }

    .phone-call ul li:nth-child(2) {
        display: none;
    }

    #mmmmmmm {
        background: #fff !important;
    }
}