﻿@font-face {
    font-family: "calibri";
    src: url("../font/SourceHanSansK-RegularSub.woff") format("woff"), url("../font/SourceHanSansK-RegularSub.ttf") format("truetype"), url("../font/SourceHanSansK-RegularSub.eot") format("embedded-opentype"), url("../font/SourceHanSansK-RegularSub.otf") format("opentype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url("font/montserrat-v14-latin-300.woff2") format("woff2"), url("font/montserrat-v14-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("font/montserrat-v14-latin-regular.woff2") format("woff2"), url("font/montserrat-v14-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("font/montserrat-v14-latin-500.woff2") format("woff2"), url("font/montserrat-v14-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("font/montserrat-v14-latin-700.woff2") format("woff2"), url("font/montserrat-v14-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url("font/montserrat-v14-latin-900.woff2") format("woff2"), url("font/montserrat-v14-latin-900.woff") format("woff")
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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,
caption,
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;
    font-weight: normal;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}


/* always display scrollbars */

body {
    font: 14px/1.8 "Source Han Sans", "PingFang SC", "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #454545;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    background: #fafafa;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input,
select {
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
    padding: 0;
    border: 0;
}

img {
    border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
}

::-moz-selection {
    background: #f7a300;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f7a300;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #666;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ease03 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ease06 {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ease09 {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.ease12 {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.ease15 {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.ease20 {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.pagenavph {
    display: none;
}

.biao {
    width: 100%;
}

.td_table td {
    border: 0;
}

.td_table td img {
    text-align: left;
}

table {
    padding: 0;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

.table_1 {
    border-collapse: collapse;
    border: 1px solid #aaa;
}

.table_1 th,
.table_1 td {
    border: 1px solid #ddd;
}

table.td_table {
    margin-bottom: 30px
}

table.td_table td {
    border: 1px solid #aaa;
    padding: 7px 8px;
    border-spacing: 0;
}

table.td_table td img {
    text-align: left;
    margin-top: 20px;
}

.ui-nowrap {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-nowrap2 {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ui-nowrap3 {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ui-center {
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -25%;
    z-index: -9;
}

.img_qz {
    height: auto;
    overflow: hidden;
}

.img_qz img {
    transition: 300ms;
}

.fangda {
    overflow: hidden;
}

.fangda:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

a:hover .img_qz img {
    transform: scale(1.1);
    -webkit-transition: 0.8s ease-in;
    -moz-transition: 0.8s ease-in;
    -o-transition: 0.8s ease-in;
    transition: 0.8s ease-in;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.bg_big {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    font-family: arial;
}

.wrap {
    width: 98%;
    margin: 0 auto;
    max-width: 1400px;
}

.more {
    display: block;
    width: 180px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #fff;
    color: #676767;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border: 1px solid #282624;
}

.more::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #3cbe91;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

.more:hover::after {
    width: 100%;
}

.more:hover {
    color: #fff;
}


/* header */

.headerwrap {
    width: 100%;
    background: #fff;
}

.headerwrap .header {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.headerwrap .header .logo_bj {
    background: #fff;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    padding: 0 1%;
    text-align: center;
}

.headerwrap .header .logo {
    display: block;
    text-align: center;
}

.headerwrap .header .logo img {
    display: block;
    width: auto;
    height: 33px;
    margin: 0 auto;
}

.navMenu {
    text-align: center;
    height: 61px;
    width: 100%;
    background: #cd151d;
}

.nav>li {
    float: left;
    width: 14.28%;
    height: 61px;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    display: inline;
    transition: 430ms;
    border-right: 1px solid #d54c52;
}

.nav>li:last-child {
    border-right: 0;
}

.nav>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    line-height: 61px;
}

.nav>li>a:hover {
    color: #fff;
}

.nav li:before {
    width: 100%;
    height: 6px;
    background: #c1363d;
}

.nav li a.tit {
    transition: 0ms;
}

.nav li:hover a.tit {
    height: 61px;
    border-bottom: 6px solid #ffffff;
    background: #cd151d;
    color: #fff;
}

.nav li.hover a.tit {
    height: 61px;
    border-bottom: 6px solid #ffffff;
}

.meundown {
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 15px 6px 25px;
    left: 0%;
    ;
    top: 50px;
    opacity: 0;
    transition: 430ms;
    visibility: hidden;
    z-index: 999;
}

.meundown:before {
    content: "";
    width: 10px;
    height: 20px;
    background: url(../images/arrow.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.meundown li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
}

.meundown li:before {
    content: "";
    width: 0;
    height: 100%;
    background: #f2f2f3;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transition: 320ms;
    opacity: 0;
}

.meundown li a {
    padding: 0;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #666;
    font-size: 14px;
    position: relative;
}

.meundown li:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
    color: #4b4b4d;
}

.meundown li:hover a {
    color: #4b4b4d;
}

.nav>li:hover:before,
.nav>li.current:before {
    height: 80px;
    opacity: 1;
    z-index: 0;
    visibility: visible;
}

.nav>li:hover .meundown {
    opacity: 1;
    visibility: visible;
    top: 61px;
}

.headerwrap .header .right {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    padding: 0 1.5%;
    position: relative;
}

.headerwrap .header .right .language {
    font-size: 14px;
    color: #fff;
}

.headerwrap .header .right a {
    margin: 0 12px;
}

.headerwrap .header .right a i {
    font-size: 18px;
    color: #d22f36;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.headerwrap .header .right a i.fa-mobile {
    font-size: 22px;
}

.headerwrap .header .right p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    float: left;
}

.headerwrap .header .right i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.headerwrap .header .right span {
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
}

#ewm {
    width: 210px;
    height: 250px;
    padding: 0px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    border: 1px solid #ccc;
    background: #fff;
    top: 90px;
    text-align: center;
    color: #352920;
    z-index: 99999999999;
}

#ewm img {
    width: 210px;
    height: 210px;
    padding: 5px;
}

.header-ss {
    width: 100%;
    padding: 0 50px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    display: none;
}

.header-ss-div {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.header-ss-div form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    height: 40px;
}

.header-ss-div .int1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url(../images/ico45.png) no-repeat center;
    border: none;
    float: left;
}

.header-ss-div .int2 {
    display: inline-block;
    width: calc(100% - 100px);
    background: #fff;
    border: none;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
}

.header-ss-div .img1 {
    position: absolute;
    top: 40px;
    right: 10px;
}

.header-ss-div .img1:hover {
    opacity: .85;
}

.banner .swiper-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner .swiper-slide {
    height: 520px;
    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;
}

.banner .swiper-slide img {
    border: 0;
    display: block;
    width: auto;
    height: 577px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .head {
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    top: 0;
    position: absolute;
    z-index: 99;
}

.nr1 {
    width: 100%;
    text-align: center;
}

.banner .bg001 {
    background: url(../images/003.jpg) center;
    background-size: cover cover;
}

.banner .bg002 {
    background: url(../images/003-2.jpg) center;
    background-size: cover cover;
}

@media screen and (max-width:1600px) {
    .banner .swiper-slide {
        height: 530px;
    }
    .banner .bg001 {
        background: url(../images/003.jpg) center;
        background-size: auto 100%;
    }
    .banner .bg002 {
        background: url(../images/003-2.jpg) center;
        background-size: auto 100%;
    }
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    color: #b31a14;
}

.banner .fa {
    font-size: 60px;
    font-weight: lighter;
}

.banner .swiper-pagination-bullet {
    color: #ccc;
    background: #b31a14;
}

.index01wrap {
    background: #f1f1f1;
    padding: 54px 0;
}

.index01wrap li {
    width: 30%;
    float: left;
    margin-right: 5%;
    position: relative;
}

.index01wrap li.bot {
    margin-bottom: 50px;
}

.index01wrap li:nth-child(3n) {
    margin-right: 0%;
}

.index01wrap li .bg_img {
    position: relative;
}

.index01wrap li .bg_img img {
    width: 100%;
    height: auto;
}

.index01wrap li .bg_img .txt {
    position: absolute;
    z-index: 99;
    left: 8%;
    top: 10%;
}

.index01wrap li .bg_img .txt h2 {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.index01wrap li .txt h6 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 300;
    padding-top: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.index01wrap li .txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 40px;
    padding-right: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.index01wrap li .txt span {
    font-size: 30px;
    color: #fff;
}

.index01wrap li .txt .jiantou {
    width: 43px;
    height: 44px;
    margin-top: 40px;
}

.index01wrap li .txt .jiantou img {
    width: 100%;
    height: auto;
}

.index02wrap {
    width: 100%;
    background: #fff;
    display: block;
    position: relative;
}

.index02wrap .box {
    width: 33.3333%;
    float: left;
    overflow: hidden;
}

.index02wrap .one {
    background: url(../images/004.jpg) no-repeat top;
    padding: 70px 4%;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.index02wrap .one .name {
    width: 100%;
    margin-bottom: 50px;
}

.index02wrap .one .name h2 {
    color: #006fbc;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}

.index02wrap .one .name h3 {
    color: #99a4ae;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.index02wrap .one ul {
    margin: 0 0%;
    margin-bottom: 50px;
}

.index02wrap .one ul li {
    list-style-type: none;
    /*display:inline-block;*/
    display: block;
    float: left;
    max-width: 612px;
    max-height: 612px;
    width: 25%;
    margin: 0 0%;
    background: #fff;
    border: 1px solid #eff0f0;
    border-bottom: 5px solid #eeeeee;
    position: relative;
    overflow: hidden;
}

.dummy {
    padding-top: 100%;
}

.index02wrap .one ul li img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.index02wrap .one ul li i {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.index02wrap .one ul li p {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.index02wrap .one ul li:hover {
    border-bottom: 5px solid #00a8cb;
}

.index02wrap .one .swiper-pagination-bullet-active {
    background: #00a8cb;
}

#sidebar_left,
#sidebar_right,
#sidebar_mid {
    padding-bottom: 100000px;
    margin-bottom: -100000px;
}


/*列*/

.index02wrap .two {
    background: url(../images/005.jpg) no-repeat top;
    padding: 70px 4%;
}

.index02wrap .two .name {
    width: 100%;
    margin-bottom: 50px;
}

.index02wrap .two .name h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}

.index02wrap .two .name h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.index02wrap .three {
    background: url(../images/006.jpg) no-repeat top;
    padding: 70px 4%;
}

.index02wrap .three .name {
    width: 100%;
    margin-bottom: 50px;
}

.index02wrap .three .name h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}

.index02wrap .three .name h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.index03wrap {
    width: 100%;
    background: #fff;
    padding: 70px 0;
}

.index03wrap .name {
    width: 220px;
    float: left;
}

.index03wrap .name h2 {
    color: #343434;
    font-size: 30px;
}

.index03wrap .name .line {
    width: 35px;
    height: 3px;
    margin: 20px 0 25px 0;
    background: #369d52;
}

.index03wrap .name p {
    font-size: 17px;
    color: #bbbbbb;
    font-weight: 300;
}

.index03wrap .name p a {
    color: #bbbbbb;
}

.index03wrap .name p span {
    margin: 0 10px;
}

.index03wrap .more {
    float: right;
    margin-top: 30px;
}

.i_news_cnt {
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative
}

.i_news_list {
    margin: 0 0%;
}

.i_news_item {
    float: left;
    position: relative;
    background: #fff;
}

.i_news_item:hover {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.i_news_pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.i_news_pic h2 {
    width: 100%;
    height: 74px;
    line-height: 74px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    z-index: 99999;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px;
}

.i_news_pic img {
    width: auto;
    height: auto;
}

.i_news_item {
    padding: 0px;
}


/*
.swiper-button-prev{ width:66px; height: 77px; background: url(../images/jt_l.png) no-repeat; left:7%; }
.swiper-button-next{ width:66px; height: 77px; background: url(../images/jt_r.png) no-repeat; right:7%; }*/

.i_news_item:hover .i_news_line span {
    width: 100%;
}

.i_news_item:hover .i_news_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.indexPart3_news .swiper-button-prev2 {
    width: 16%;
    height: 100%;
    background: url(../images/016.png) no-repeat center center rgb(0, 0, 0, 0.3);
    left: 0%;
    top: 0;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.indexPart3_news .swiper-button-next2 {
    width: 16%;
    height: 100%;
    background: url(../images/015.png) no-repeat center center rgb(0, 0, 0, 0.3);
    right: 0%;
    top: 0;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.w100 {
    width: 100%;
    position: relative;
}

.footer {
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 40px 3% 40px;
    margin-top: 20px;
}

.footer .left {
    width: 80%;
    float: left;
}

.footer .left p {
    line-height: 32px;
}

.footer .left p.txt1 span {
    color: #49555e;
    font-weight: 500;
}

.footer .logo {
    width: 137px;
    float: right;
}

.footer_tabbar {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-146deg, #2a2927, #2a2927);
    z-index: 1000;
    font-family: 'iconfont'
}

.footer_tabbar a {
    display: block;
    width: 33.3%;
    height: 42px;
    line-height: 42px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer_tabbar {
    display: none;
}


/*矢量图标*/

@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot');
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), url('font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype'), url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}


/*******************************
    -------[=手机导航]-------
********************************/

.header_tel {
    height: 65px;
    width: 100%;
    position: fixed;
    background: #fff;
    background-size: auto 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    padding-left: 2px;
}

.header_tel .logo img {
    height: 33px;
    width: auto;
    margin-top: 16px;
}

.menuBtn {
    position: fixed;
    top: 15px;
    right: 2.5%;
    width: 28px;
    height: 20px;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

.menuBtn em {
    margin-bottom: 6px;
    display: block;
    height: 3px;
    background-color: #2a2927;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#aside {
    display: none;
    position: fixed;
    top: 65px;
    left: 0%;
    right: 0%;
    background-color: #fff;
    z-index: 99999;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    height: 500px;
    overflow-y: auto;
}

#aside .menu li {
    font-size: 16px;
}

#aside .menu li a {
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#aside .menu li>a {
    color: #353535;
    padding: 0 10px;
}

#aside .menu li.h-sub>a {
    background: url(../images/icon-close3.png) 95% center no-repeat;
    background-size: auto 14px;
}

#aside .menu li.h-sub.open>a {
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}

#aside .menu li a:hover {
    color: #000;
}

#aside .sub-nav {
    display: none;
}

#aside .sub-nav dd {
    padding-left: 10px;
    font-size: 14px;
}

#aside .lg {
    padding: 10px 0 30px;
    text-align: center;
}

#aside .lg a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}

#aside .lg a.on {
    color: #e84044;
    border-bottom: 1px solid #e84044;
}

.floating_ck {
    position: fixed;
    right: 0px;
    bottom: 25%;
    z-index: 9999;
}

.floating_ck dl dd {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dcc49c;
    border-bottom: solid 0px #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
}

.floating_ck .last {
    border-bottom: none
}

.floating_ck .last:hover {
    border-bottom: none
}

.floating_ck dl dd:hover {
    background-color: #00a8cb;
    border-bottom: solid 1px #00a8cb;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult,
.words {
    background-image: url(../images/tel.png);
}

.f_home {
    background: url(../images/012.png) no-repeat center;
    color: #fff;
    font-weight: bold;
}

.quote {
    background-image: url(images/kficon.png);
}

.qrcord {
    background: url(../images/sm.png) no-repeat center;
}

.return {
    background: url(../images/top.png) no-repeat center;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 60px;
    background-color: #252c3c;
    border-bottom: solid 1px #252c3c;
    display: none;
    font-size: 18px;
}

.floating_left a {
    color: #fff;
    line-height: 60px;
}

.floating_ewm {
    height: 200px;
    top: -100px;
}

.floating_ewm i {
    background: url(../images/wx.png);
    background-size: 100% auto;
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 8px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 28px;
}

.floating_ewm .qrcord_p02 {
    font-size: 16px;
}


/*分页*/

#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
    width: auto;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li.active {
    text-align: center;
    background: #dac68f;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #001446;
}

#pages li:hover a {
    color: #fff;
}


/*.social-share .social-share-icon{ width:40px; height: 40px; font-size: 20px;} 
.social-share .icon-weibo,.social-share .icon-wechat,.social-share .icon-qq,.social-share .icon-linkedin{color: #fff;  background: #999; border: none;}

.social-share2 .social-share-icon{ width:40px; height: 40px; font-size: 20px; margin-top: 10px;} 
.social-share2 .icon-weibo,.social-share2 .icon-wechat,.social-share2 .icon-qq,.social-share2 .icon-linkedin{color: rgba(255, 255, 255, 0.4);  background: none; border: none; font-weight: lighter}*/


/*搜索*/

.search {
    width: 600px;
    background: #fff;
    height: 45px;
    line-height: 45px;
}

.search_box {
    margin: 0 auto;
    width: 600px;
}

.search-top-box {
    padding: 40px 0 40px 0;
    margin-bottom: 1px;
    background: #f5f5f5;
}

.minh3 {
    min-height: 320px;
}

.search_time {
    line-height: 40px;
    height: 40px;
    width: 100%;
    text-align: left;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #aaa;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 60%;
    padding-left: 3%;
}

.search input.btn_srh {
    background: #2a2927;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
    float: right;
}

.nodate {
    color: #666;
    font-size: 20px;
    text-align: center;
}

.search_result {
    background: #fff;
    padding: 0px 0px 60px 0;
    min-height: 400px;
}

.search_result .cp_neir {
    padding: 0.3rem 0;
}

.search_result ul.s_list li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.search_result ul.s_list {
    width: 98%;
    margin: 0 auto;
}

.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}


/* =====================内页样式======================== */


/* ***********************************************************共用部分*********************************************************** */


/* banner */

.pubbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pubbanner-img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}

.pubbanner-img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.pubbanner-words {
    position: absolute;
    z-index: 4;
    color: #fff;
    bottom: 45%;
    left: 116px;
}

.pubbanner-tolt {
    left: 94px;
}

.pubbanner-words h6 {
    font-size: 48px;
    font-weight: 300;
    opacity: 0;
}

.pubbanner-words p {
    font-size: 18px;
    margin-top: 12px;
    opacity: 0;
}

.pubbanner-line:before,
.pubbanner-line:after {
    content: "";
    opacity: 0;
    transition: all .4s ease 1s;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    transform: rotate(30deg);
}

.pubbanner-line:before {
    left: -28px;
}

.pubbanner-line:after {
    right: -16px;
}

.pubbanner-active.pubbanner-line:before,
.pubbanner-active.pubbanner-line:after {
    opacity: .3;
}

.pubbanner-active.pubbanner-words h6 {
    animation: pubMove 1s ease both 100ms;
}

.pubbanner-active.pubbanner-words p {
    animation: pubMove 1s ease both 300ms;
}

@keyframes pubMove {
    0% {
        transform: translateX(240px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.pubbanner-up {
    position: absolute;
    bottom: 124px;
    left: 24px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    white-space: nowrap;
    font-size: 70px;
    color: #fff;
    opacity: .2;
}

.pageNav {
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 2.5%;
}

.pageNav li {
    float: left;
    height: 60px;
    font-size: 15px;
    text-align: center;
    border-left: 1px solid rgb(255, 255, 255, 0.2);
}

.pageNav2 li {
    width: 24%;
}

.pageNav3 li {
    width: 20%;
}

.pageNav4 li {
    width: 33.33%;
}

.pageNav5 li {
    width: 50%;
}

.pageNav li:first-child {
    border-left: 0;
}

.pageNav li .ico {
    padding: 0.30rem 0 0.15rem;
    text-align: center;
}

.pageNav li .ico img {
    width: 33px;
    margin: 0 auto;
}

.pageNav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #4b4b4d;
    padding: 0px 40px;
}

.pageNav li a:hover {
    color: #4b4b4d;
}

.pageNav li .aNow {
    color: #4b4b4d;
    font-weight: bold;
    background: #f8f8f8;
}

.pageNav li a.aNow:hover {
    color: #4b4b4d;
}

.pageNav .add {
    width: 30%;
    float: right;
    text-align: right;
    line-height: 60px;
    height: 60px;
    color: #ccc;
    font-weight: 300;
}

.pageNav .add a {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

.pageNav .add i {
    color: #d3240c;
    margin-right: 10px;
}

.ny_main {
    padding: 80px 2.5%;
    background: #fff;
}

.ny_main .dy_page {
    padding: 0 10px;
}

.ny_main .dy_page .wd100 {
    width: 100%;
}

.ny_main .dy_page .wd100 h2 {
    color: #cd151d;
    font-size: 32px;
    line-height: 0px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
    text-transform: uppercase;
}

.ny_main .dy_page .wd100 h3 {
    color: #4B4B4B;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
}

.ny_main .dy_page .wd100 .line {
    width: 24px;
    height: 2px;
    background: #001446;
    margin: 30px 0 50px 0;
}

.ny_main .dy_page .wd100 p {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.ny_main .dy_page .wd100 p img {
    max-width: 100%;
    height: auto
}

.ny_main .dy_page .left {
    width: 50%;
    float: left;
}

.ny_main .dy_page .left h2 {
    color: #cd151d;
    font-size: 32px;
    line-height: 0px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
    text-transform: uppercase;
}

.ny_main .dy_page .left h3 {
    color: #4B4B4B;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
}

.ny_main .dy_page .left .line {
    width: 24px;
    height: 2px;
    background: #001446;
    margin: 30px 0 50px 0;
}

.ny_main .dy_page .left p {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.ny_main .dy_page .right {
    width: 40%;
    float: right;
    position: relative;
    padding-top: 100px;
}

.ny_main .dy_page .right img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about_hj {
    width: 100%;
    float: left;
}

.cp_neir ul {
    width: 100%;
}

.cp_neir ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 0.4rem 1.5%;
    padding: 8px;
    border: 1px solid #eff0f0;
    position: relative;
    background: #fff;
}

.dummy {
    padding-top: 100%;
}

.cp_neir ul li .name {
    height: 45px;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #eee;
    padding: 18px 0 0 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.cp_neir ul li .txt {
    color: #343434;
    font-size: 20px;
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 18px 0 12px 5px;
}

.cp_neir ul li .txt a,
.cp_neir ul li .txt2 a,
.cp_neir ul li .txt3 a {
    color: #343434;
}

.cp_neir ul li .txt3 {
    color: #343434;
    font-size: 16px;
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 18px 0 10px 5px;
}

.cp_neir ul li .txt2 {
    color: #343434;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding: 18px 0 10px 0px;
    text-align: center;
}

.cp_neir ul li .jg {
    color: #232323;
    font-size: 18px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.cp_neir ul li .jg span {
    color: #e71b33;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "BEBASNEUE REGULAR";
}

.cp_neir ul li button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/012.png) no-repeat center #e8d0a9;
    position: absolute;
    right: 15px;
    bottom: 25px;
    cursor: pointer;
    transition: 560ms 0ms;
}

.historyTitle {
    padding-top: 75px;
}

.historyTitle .title1 {
    font-weight: bold;
    font-size: 26px;
    color: #ddb973;
    line-height: 26px;
    padding-bottom: 10px;
}

.historyTitle .title2 {
    text-transform: uppercase;
    height: 35px;
    position: relative;
}

.historyTitle .title2:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.history {
    padding: 40px 0 150px;
}

.history .leftDiv {
    width: 70%;
}

.history .txt {
    padding-bottom: 70px;
    font-size: 36px;
    color: #585858;
}

.history .listBox {
    padding-top: 36px;
    background: url(../images/nimg36_1.png) left top no-repeat;
}

.history .list {
    background: url(../images/line1.jpg) 17px top repeat-y;
    padding: 25px 0 50px;
}

.history .list li {
    padding-left: 182px;
    position: relative;
    line-height: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 5!important;
}

.history .list li .year {
    position: absolute;
    left: 0px;
    padding-left: 40px;
    width: 130px;
    text-align: center;
    color: #c9132a;
    font-size: 24px;
    font-family: bold;
    background: url(../images/nimg14_1.png) 12px center no-repeat;
    font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
}

.history .list li .content {
    font-size: 14px;
    color: #959595;
    padding-bottom: 0;
    text-indent: 0;
}

.history .list li .content2 {
    padding-bottom: 0px;
}

.history .list li .wen {
    font-weight: bold;
    font-size: 18px;
    color: #585858;
}

.history .rightImg {
    width: 25%;
}

.history .rightImg img {
    width: 100%;
    height: auto;
}

.q-list1 {
    overflow: hidden
}

.q-list1 li {
    float: left;
    width: 50%;
    margin-bottom: 40px
}

.q-list1 .inner {
    background-color: #f5f5f5;
    margin: 0 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.q-list1 .inner:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.q-list1 .pic {
    float: left;
    width: 40.96%
}

.q-list1 li:nth-child(3) .pic,
.q-list1 li:nth-child(4) .pic {
    float: right
}

.q-list1 .pic a {
    display: block;
    position: relative;
    padding-top: 115%;
    overflow: hidden
}

.q-list1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    transition: 3s
}

.q-list1 .pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.q-list1 .txt {
    overflow: hidden;
    padding: 8% 35px 0 30px
}

.q-list1 .txt h4 {
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
    margin-bottom: 7px
}

.q-list1 .txt h3 {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 15px;
    color: #1e1e1e;
    margin-bottom: 26px
}

.q-list1 .txt h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #1e1e1e
}

.q-list1 .txt p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.q-list1 .txt .btn {
    color: #aeaeae;
    padding-left: 0px;
    background: url(../images/icon-btn1.png) left center no-repeat;
    font-size: 14px;
}

.q-list1 .txt .btn:hover {
    background-image: url(../images/icon-btn1-on.png);
    color: #277fff
}

.g-ind-tit {
    font-weight: 400;
    position: relative;
    font-size: 24px;
    padding-bottom: 18px;
    text-align: center
}

.g-ind-tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #370000
}

.bread-box {
    width: 100%;
    height: 70px;
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
}

.bread-box .bread {
    float: left;
}

.bread-box .bread a,
.bread-box .bread span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.bread-box .bread a {
    font-size: 14px;
    color: #999;
    transition: all .2s;
    line-height: 70px;
}

.bread-box .bread .home {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/home.png');
}

.bread-box .back {
    float: right;
    font-size: 16px;
    line-height: 70px;
    color: #999;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    background-image: url('../images/back-btn.png');
    transition: all .2s;
}

.showinfo {
    width: 100%;
}

.showinfo .left {
    width: 35%;
    float: left;
}

.showinfo .left img {
    width: 100%;
    height: auto;
}

.showinfo .right {
    width: 60%;
    float: right;
    padding-top: 5px;
}

.showinfo .right .tit {
    font-size: 30px;
    color: #232323;
    border-bottom: 1px dotted #ccc;
    line-height: 1;
    padding-bottom: 20px;
}

.showinfo .right .tit span {
    font-size: 18px;
    color: #999;
    margin-left: 20px;
}

.showinfo .right .con {
    padding: 30px 0;
    color: #666;
    line-height: 2;
    font-size: 15px;
}

.showinfo .right .con img {
    max-width: 100%;
    height: auto;
}

.showinfo2 {
    width: 100%;
}

.showinfo2 .left {
    width: 100%;
    float: left;
}

.showinfo2 .left img {
    width: 100%;
    height: auto;
}

.showinfo2 .right {
    width: 100%;
    float: right;
}

.showinfo2 .right .tit {
    color: #232323;
    background: #f5f5f5;
    height: 47px;
}

.showinfo2 .right .tit span {
    font-size: 20px;
    padding: 0px 30px;
    float: left;
    height: 47px;
    line-height: 47px;
    color: #232323;
    background: #feca0a;
}

.showinfo2 .right .con {
    padding: 30px 0 0 0;
    color: #666;
    line-height: 2;
    font-size: 16px;
}

.showinfo2 .right .con img {
    max-width: 100%;
    height: auto;
}

.showinfo2 {
    position: relative;
}

.showinfo2 .min {
    position: relative;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.showinfo2 .min .swiper-slide {
    width: 100%;
}

.showinfo2 .min .swiper-slide img {
    display: block;
}

.showinfo2 .min .gallery-thumbs2 {
    margin-top: 10px;
}

.showinfo2 .min .gallery-thumbs2 .swiper-slide {
    position: relative;
    cursor: pointer;
}

.showinfo2 .min .gallery-thumbs2 .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .3s;
}

.showinfo2 .min .gallery-thumbs2 .swiper-slide img {
    height: 150px;
}

.showinfo2 .min .gallery-thumbs2 .swiper-slide-thumb-active:after {
    opacity: 0;
}

.showinfo2 .min .swiper-button-next02,
.showinfo2 .min .swiper-button-prev02 {
    background-image: none;
    margin: 0;
    padding: 0;
    display: flex;
    opacity: 1;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 60px;
    line-height: 1em;
    color: #ccc;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.showinfo2 .min .swiper-button-next02:hover,
.showinfo2 .min .swiper-button-prev02:hover {
    color: #fdd000;
}


/*.showinfo2 .min .swiper-button-next02:before,.showinfo2 .min .swiper-button-prev02:after{content: '';display: block;width: 14px;height: 2px;background-color: #fdd000;} 
.showinfo2 .min .swiper-button-next02:after,.showinfo2 .min .swiper-button-prev02:before{content: '';display: block;width: 6px;height: 6px;border-top: 2px solid #fdd000;border-right: 2px solid #fdd000;}
.showinfo2 .min .swiper-button-next02:after{transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-left: -7px;}
.showinfo2 .min .swiper-button-prev02:before{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);margin-right: -7px;}*/

.showinfo2 .min .swiper-button-next02 {
    right: -40px;
}

.showinfo2 .min .swiper-button-prev02 {
    left: -40px;
}

.cp_tu2 {
    list-style-type: none;
    /*display:inline-block;*/
    display: block;
    float: none;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.dummy3 {
    padding-top: 60%;
}

.cp_tu2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.cp_tu2 i {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cp_tu2 p {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}


/*
-----------------[文章详细页]--------------*/

.projectshow1 {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 3%;
    min-height: 600px;
}

.projectshow1 .title {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-top: 30px;
}

.projectshow1 .title h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.projectshow1 .title .time {
    font-size: 14px;
    color: #999;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.projectshow1 .title .time span {
    padding: 0 10px;
    float: none;
}

.projectshow1 .title .return2 {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 10px;
}

.projectshow1 .contentbox {
    background: #fff;
    padding: 25px 0px;
    border-top: 1px dashed #ccc;
    margin-top: 22px;
}

.projectshow1 .contentbox .text {
    line-height: 30px;
}

.projectshow1 .contentbox .text h2 {
    font-size: 14px;
    color: #ec6c21;
    padding-bottom: 20px;
}

.projectshow1 .contentbox .text p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    font-family: 微软雅黑, "Microsoft YaHei";
}

.projectshow1 .contentbox img {
    max-width: 100%;
    height: auto;
}

.detailsshare {
    position: relative;
    padding-top: 10px;
    margin-top: 40px;
}

.detailsshare .share {
    height: 47px;
    border-bottom: 1px #ddd dotted;
    padding-bottom: 25px;
}

.detailsshare .share em {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 27px;
    float: left;
    font-style: normal;
    padding-top: 5px;
}

.detailsshare .share li {
    float: left;
    margin-left: 10px;
}

.detailsshare .bottomDiv {
    padding-top: 20px;
}

.detailsshare .bottomDiv a {
    font-size: 14px;
    color: #333;
}

.detailsshare .bottomDiv em {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-style: normal
}

.detailsshare .bottomDiv a:hover {
    color: #000;
    font-weight: bold;
}

.detailsshare .bottomDiv .left {
    float: left;
}

.detailsshare .bottomDiv .left .getDiv {
    padding-bottom: 10px;
}

.detailsshare .bottomDiv .right {
    float: right;
    margin-top: 10px;
}

.detailsshare .bottomDiv .right .backbtn {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #8b8b8c;
    line-height: 40px;
    width: 120px;
    height: 40px;
    border: 1px #eee solid;
}

.detailsshare .bottomDiv .right .backbtn:hover {
    color: #fff;
    background-color: #ec6c21;
    border: 1px #ec6c21 solid;
}

.detailsshare .flshare {
    float: left;
    width: 100%;
}

.social-share .social-share-icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.social-share .icon-weibo,
.social-share .icon-wechat,
.social-share .icon-qq {
    background: none;
}

.cp_tu {
    list-style-type: none;
    /*display:inline-block;*/
    display: block;
    float: left;
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    margin: 0 0%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.dummy {
    padding-top: 100%;
}

.dummy2 {
    padding-top: 75%;
}

.cp_tu img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.cp_tu i {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cp_tu p {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.ls_page ul {
    margin: 0 -2% 0 -2%;
}

.ls_page ul li {
    float: left;
    width: 21%;
    margin: 0 2% 0.4rem 2%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
}

.ls_page ul li .txt2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 10px;
    /*border-bottom: 10px solid #ccc;*/
    margin-top: 10px;
    height: 40px;
}

.ls_page ul li .line {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #f5f5f5;
    left: 0;
    z-index: -2
}

.ls_page ul li .txt2 span {
    padding-left: 10px;
    color: #999;
    font-weight: 300;
    font-size: 14px;
}


/*.ls_page ul li:hover{}
.ls_page ul li:hover .txt2{ border-bottom: 2px solid #f1cf8f; }*/

.ls_page ul li .txt2:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    background: #49b7c6;
    left: 0;
    transition: all .6s ease;
    z-index: -1;
}

.ls_page ul li:hover .txt2:after {
    width: 100%;
    background: #008cc7;
}

.anli_cnt {
    width: 100%;
}

.anli_list {
    margin: 0 -2.5%;
}

.anli_item {
    width: 28%;
    float: left;
    margin: 0 2.5% 50px 2.5%;
    position: relative;
    overflow: hidden;
    background: #f6feff;
}

.anli_item:hover {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    /*  box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);*/
}

.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.anli_pic {
    width: 100%;
    overflow: hidden;
}

.anli_pic img {
    width: auto;
    height: auto;
}

.anli_item {
    padding: 0px;
}

.anli_item h3 {
    color: #232323;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    text-align: left;
    padding: 18px 15px;
    overflow: hidden;
    margin-top: 20px;
}

.anli_item:hover h2 {
    opacity: 1;
    bottom: 0;
}

.anli_item p {
    color: #4c4c4c;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px 15px;
    line-height: 22px;
    height: 50px;
    overflow: hidden;
    color: #949494;
    font-family: Arial, "Microsoft JhengHei", "微软雅黑";
}

.anli_item h6 {
    margin-bottom: 40px;
    padding-left: 15px;
    width: 100%;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.anli_line {
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
    position: relative;
}

.anli_line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    display: block;
    width: 0;
    background-color: #005678;
    transition: all 0.4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.anli_item:hover .anli_line span {
    width: 100%;
}

.anli_item:hover .anli_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news_wz_page li {
    width: 23.5%;
    float: left;
    border: 1px solid #ddeae6;
    border-radius: 5px;
    padding: 30px;
    margin: 0 1.5% 40px 0;
    text-align: center;
    font-size: 20px;
    height: 130px;
    line-height: 1.2;
    background: #f6fcfa;
    color: #343434;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.news_wz_page li:hover {
    background-image: linear-gradient(-146deg, #20a2ac, #45c888);
    color: #fff;
    border: 1px solid #fff;
}

.ctabox {
    background: #fff;
}

.ctabox .pa {
    padding: 0px;
}

.ctaList .namebox {
    width: 63%;
    float: left;
}

.ctaList .ti {
    font-size: 26px;
    color: #333;
    line-height: 1.4;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ctaList .p {
    margin-top: 30px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.ctaList .ctas {
    float: left;
}

.cats_49 {
    width: 49%;
}

.cats_100 {
    width: 100%;
}

.ctaList .ctas .citme {
    color: #666;
    line-height: 25px;
    display: block;
    position: relative;
    margin-bottom: 11px;
    padding-right: 20px;
}

.ctaList .ctas .citme:before {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: left center;
}

.ctaList .ctas .c1:before {
    background-image: url(../images/rr_cta_ico_1.png);
}

.ctaList .ctas .c2:before {
    background-image: url(../images/rr_cta_ico_2.png);
}

.ctaList .ctas .c3:before {
    background-image: url(../images/rr_cta_ico_3.png);
}

.ctaList .ctas a:hover {
    color: #005678;
}

.ctaList .mabox {
    width: 18%;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

.ctaList .mabox .ma {
    width: 120px;
    text-align: center;
    line-height: 1.4;
    max-width: 100%;
}

.ctaList .mabox .ma img {
    display: block;
    width: 100%;
}

.ctaList .ctas a:hover:before {
    -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;
}

.wingshowBox {
    position: relative;
    padding: 60px 70px;
    margin: 0px auto;
    width: 300px;
    background-color: #fff;
    text-align: center;
    color: #a0733e;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #f9fafc;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ctaList li {
    width: 33.3%;
    border-bottom: 1px solid #ccc;
    float: left;
}

.ctaList li:first-child {
    width: 100%;
}

.ditu {width: 100%;height: 550px;font-size: 12px;margin-top: 20px;background:url(../images/map.png) no-repeat center; position:relative}
.ditu .con_img{position:absolute;left:30px;bottom:30px;text-align:center;}
.ditu .con_img a{width:150px;padding:12px 0px;background:#d54c52;text-align:center;border-radius:6px;color:#fff;display:inline-block; font-weight: bold; font-size: 15px;}


/*-----------------[新闻动态]--------------*/

.news1 {
    background: #fff;
}

.news1 li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #eee solid;
}

.news1 li .imgDiv {
    float: left;
    width: 300px;
    height: 190px;
    border: 1px #eee solid;
    overflow: hidden;
    background-size: auto
}

.news1 li .imgDiv img {
    width: 100%;
    height: 225px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

.news1 li .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.news1 li .text {
    float: left;
    width: 70%;
    padding: 0 1% 0 4%;
    background: url(../images/ico18_1hr.png) no-repeat right center;
}

.news1 li .morebox {
    float: left;
    width: 125px;
    padding-left: 50px;
}

.news1 li .morebox .more {
    display: block;
    margin-top: 70px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
    color: #8b8b8c;
    background: #f5f5f5;
    background-size: 100% 100%;
}

.news1 li .morebox .more:hover {
    background: #817465;
    color: #fff;
    box-shadow: 0 0 15px rgba(20, 167, 83, 0.5);
    background-size: 100% 100%;
}

.news1 li .text h3 {
    font-weight: inherit;
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../images/ico2_1hr.png) no-repeat left bottom;
    height: 25px;
    overflow: hidden;
}

.news1 li .text h3 a {
    color: #333;
}

.news1 li .text h3 a:hover {
    color: #000;
}

.news1 li .text p {
    font-size: 14px;
    color: #8b8b8c;
    line-height: 1.8;
    height: 100px;
}

.news1 li .text .time {
    font-size: 13px;
    color: #8b8b8c;
}