@charset "utf-8";
/* @font-face {
    font-family: 'PingFangRegular';
    src: url(../fonts/PingFangRegular.ttf);
}
@font-face {
    font-family: 'PingFangMedium';
    src: url(../fonts/PingFangMedium.ttf);
} */
/**初始**/
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font: normal 16px "微软雅黑";
    -webkit-text-size-adjust: 100%
}
body {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    background-color: #fff;max-width: 1920px;overflow-x: hidden;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
article,
nav,
menu,
aside {
    padding: 0;
    margin: 0;
}
ul, li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table td {
    border-collapse: collapse;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "微软雅黑";
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}
a {
    color: #4e4e4e;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    color: #3b9e38;
    text-decoration: none;
}
a:focus {
    color: #333;
    outline: none;
    -moz-outline: none;
}
a:active {
    color: #333;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "微软雅黑";
    text-align: justify;
    text-justify: inter-ideograph;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}
.clearfix {
    *zoom: 1;
}
/*IE/7/6*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dot2,
.dot3,
.dot4,
.dot6 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
/*2行文本省略号*/
.dot2 {
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}
/*4行文本省略号*/
.dot4 {
    -webkit-line-clamp: 4;
}
.dot6 {
    -webkit-line-clamp: 6;
}
.ytable {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
/*垂直居中,容器设置宽高*/
.ycenter {
    align-items: center;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}
/*水平居中,容器设置宽高*/
.xcenter {
    justify-content: center;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}
/*盒子布局*/
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*弹性布局水平垂直居中 兼容性高*/
.xycenterbox {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
/*弹性布局水平居中 兼容性高*/
.xcenterbox {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/*弹性布局垂直居中 兼容性高*/
.ycenterbox {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.nM {
    margin: 0;
}
.nP {
    padding: 0;
}
/**字体大小**/
.fz_24 {
    font-size: 24px;
}
.fz_20 {
    font-size: 20px;
}
.fz_18 {
    font-size: 18px;
}
.fz_16 {
    font-size: 16px;
}
.fz_14 {
    font-size: 14px;
}
.fz_12 {
    font-size: 12px;
}
/**初始 End**/
.fl {
    float: left;
}
.fr {
    float: right;
}
.w22 {
    width: 22%;
    padding-bottom: 4%;
}
.w75 {
    width: 75%;
    padding-bottom: 4%;
}
@media(max-width:1024px) {
    .fl,
    .fr {
        float: none;
    }
    .w22,
    .w75 {
        width: auto;
        padding-bottom: 2%;
    }
}
/*用于图片变黑白*/
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray
}
.grayscale.grayscale-fade {
    transition: filter .5s
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s
    }
}
.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none
}
.grayscale.grayscale-replaced>svg {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}
.grayscale.grayscale-replaced.grayscale-fade:hover>svg, .grayscale.grayscale-replaced.grayscale-off>svg {
    opacity: 0;
}
/*↑↑↑如修改栏目左右结构宽度比例 请不要修改这里的  在style.css 加上修改*/
/**页面框架 End**/
.auto {
    margin: 0 auto;
}
.auto_1600 {
    max-width: 1600px;
    margin: 0 auto;
}
@media(max-width:1600px) {
    .auto_1600 {
        padding: 0 2%;
    }
}
.auto_1440 {
    max-width: 1440px;
    margin: 0 auto;
}
@media(max-width:1440px) {
    .auto_1440 {
        padding: 0 2%;
    }
}
.auto_1280 {
    max-width: 1280px;
}
@media(max-width:1280px) {
    .auto_1280 {
        padding: 0 2%;
    }
}
.auto_1230 {
    max-width: 1230px;
    margin: 0 auto;
}
@media(max-width:1230px) {
    .auto_1230 {
        padding: 0 2%;
    }
}
.auto_1200 {
    max-width: 1200px;
}
@media(max-width:1200px) {
    .auto_1200 {
        padding: 0 2%;
    }
}
.auto_1180 {
    max-width: 1180px;
}
@media(max-width:1000px) {
    .auto_1000 {
        padding: 0 2%;
    }
}
.auto_950 {
    max-width: 950px;
}
@media(max-width:950px) {
    .auto_950 {
        padding: 0 2%;
    }
}

.page {
    margin-top: -120px;
    min-height: 80vh;
    border-top-left-radius: 210px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.page.page_index{
    margin-top: -210px;
} 
/*Top001889*/
.Top001889 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 3px 0 10px #999;
}
.Top001889 .header {
    position: relative;
}
@media(min-width:1025px) {
    .Top001889 .header-left {
        max-width: 20%;
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        max-height: 80px;
        line-height: 75px;
    }
    .Top001889 .header-left .logo img {
        max-height: 100%;
    }
}
.Top001889 .header-menu {
    margin: 0 auto;
    width: 68%;
    float: right;
}
.Top001889 .header-menu li em {}
.Top001889 .header-menu li em a {
    display: block;
    padding: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.Top001889 .header-menu li.aon em a,
.Top001889 .header-menu li em a:hover {
    color: #3b9e38;
}
.Top001889 .header-right {
    float: right;
    line-height: 20px;
    padding: 30px 0;
}
.Top001889 .header-right>* {
    float: left;
}
.Top001889 .header-right .lang a.en {
    border-right: 0;
    background: url(../images/lang.jpg)no-repeat left center;
    font-size: 14px;
    padding: 3px 0 3px 20px;
}
.Top001889 .header-right .lang {
    margin-left: 15px;
}
.Top001889 .top-search {
    position: relative;
}
.Top001889 .open-search {
    background: url(../images/sou.jpg) no-repeat left center;
    width: 68px;
    display: block;
    padding: 0 12px 0 20px;
    border-right: 1px solid #e7e7e7;
}
.Top001889 .search-box {
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s;
}
.Top001889 .search-box .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 0 40px 0 10px;
    color: #666;
}
.Top001889 .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 100%;
    background: url(../images/sou.jpg) no-repeat center center;
}
.Top001889 .top-search-show .search-box {
    width: 200px;
}
@media(max-width:1600px) {
    .Top001889 .header-menu {
        width: 75%;
    }
    .Top001889 .header-menu li em a {
        padding: 30px 25px;
    }
	.header-menu li .sub a{
		font-size: 14px;
	}
}
@media(max-width:1440px) {
    .Top001889 .header-menu li em a {
        padding: 30px 20px;
    }
}
@media(max-width:1200px) {
    .Top001889 {
        font-size: 14px;
    }
    .Top001889 .header-menu {
        width: 78%;
    }
    .Top001889 .header-menu li em a {
        padding: 30px 15px;
    }
}
@media(max-width:1024px) {
    .Top001889 .header-right {
        padding: 28px 0;
    }
    .Top001889 .header-right .lang {
        margin-right: 15px;
    }
    .Top001889 .header-left {
        float: left;
        padding: 10px 0;
    }
	.Top001889 .header-left img {display:block; width:84px; height:auto; max-height:64px;}
    .Top001889 #header-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        width: 60%;
        max-width: 240px;
        box-shadow: 0 0 5px #ccc;
        z-index: 100;
        transform: translateX(-100%);
        opacity: 0;
        transition: 0.3s;
    }
    .Top001889 #header-menu.header-menu-show {
        transform: translateX(0);
        opacity: 1;
    }
    .Top001889 #header-menu li em {
        position: relative;
        overflow: hidden;
    }
    .Top001889 #header-menu li em::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #3b9e38;
        transform: scale(0);
        transition: ease-in 0.3s;
        opacity: 0;
    }
    .Top001889 #header-menu li:hover em::after {
        opacity: 1;
        transform: scale(2);
    }
    .Top001889 #header-menu li em a {
        color: #333;
        font-weight: normal;
        line-height: normal;
        padding: 5% 0 5% 50px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        z-index: 2;
    }
    .Top001889 #header-menu li em a span {
        color: #aaa;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
    }
    .Top001889 #header-menu li:hover em a {
        color: #fff;
    }
    .Top001889 #open_menu {
        width: 50px;
        height: 40px;
        position: relative;
        margin-top: -10px;
    }
    .Top001889 #open_menu i,
    .Top001889 #open_menu i::before,
    .Top001889 #open_menu i::after {
        background: #3b9e38;
    }
    .Top001889 #open_menu i::before {
        top: 8px;
    }
    .Top001889 #open_menu i::after {
        top: -8px;
    }
    .Top001889 #open_menu i {
        left: 15%;
        width: 70%;
        height: 3px;
        margin-top: -1.5px;
    }
    .Top001889 .open-search {
        width: 65px;
    }
}
@media(max-width:640px) {
    .Top001889 .top-search {
        position: static;
    }
    .Top001889 .search-box {
        top: 86px;
    }
    .Top001889 .top-search-show .search-box {
        width: 100%;
    }
    .Top001889 .header-right dt a.en {
        padding: 0;
        display: block;
        width: 40px;
        border-radius: 50%;
        background: #3b9e38;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
}
/*导航公共样式*/
.header-menu li.aon em>a {
    color: #82c4c7;
}
.header-menu li em {
    display: block;
    font-style: normal;
    text-align: center;
}
.header-menu li em a {
    display: block;
}
.header-menu li .sub {
    background-color: white;
    display: none;
    box-shadow: 0 2px 5px #E5E5E5;
}
.header-menu li .sub a {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.header-menu li .sub a:hover {
    color: #3b9e38;
}
.header-menu .sub-has-sub dl {
    display: none;
}
@media(min-width:1025px) {
    #header-menu {
        display: none;
    }
    .relative {
        position: relative;
        z-index: 100;
    }
    .header-menu li {
        float: left;
        position: relative;
    }
    .header-menu li .sub {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
    }
    .header-menu li .sub {
        overflow: hidden;
    }
    .header-menu li.aon .sub {}
}
/*图标*/
.has-icon-v {
    text-align: center;
}
.has-icon-v i {
    display: block;
    padding: 10px 0;
}
.has-icon-v i img {
    width: 50px;
    height: 50px;
}
.has-icon-h i {
    display: inline-block;
    vertical-align: middle;
}
.has-icon-h i img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/*图标 end*/
@media(max-width:1024px) {
    .header-menu {
        display: none;
    }
    .Public_nav_style #header-menu,
    .Public_nav_style #header-menu ul {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 100;
        right: -100%;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .Public_nav_style #header-menu {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
    }
    .Public_nav_style #header-menu ul {
        width: 60%;
        max-width: 280px;
        background: rgba(32, 151, 155, 0.9);
        height: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 50px 2% 0;
        transition: 0.3s;
    }
    .Public_nav_style #header-menu.header-menu-show,
    .Public_nav_style #header-menu.header-menu-show ul {
        right: 0;
        opacity: 1;
    }
    #header-menu li .sub {
        display: none;
        padding-left: 60px;
        border-bottom: 1px solid #e5e5e5;
    }
    #header-menu li {
        line-height: 40px;
    }
    #header-menu li em {
        font-style: normal;
        display: block;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    #header-menu li a {
        display: block;
    }
    #header-menu li em a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        font-weight: bold;
        padding: 0 10px;
    }
    #header-menu li:last-child em,
    #header-menu li:last-child em a {
        border-bottom: 0;
    }
    #header-menu li a:hover {
        color: #3b9e38;
    }
    #header-menu li a {
        color: #333;
    }
    #header-menu li.has-sub em {
        position: relative;
    }
    #header-menu li.has-sub em::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: transparent;
    }
    #header-menu li.has-sub em .op {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 3%;
        top: 50%;
        margin-top: -6px;
        display: none;
        transition: 0.3s;
    }
    #header-menu li.has-sub.clickon em .op {
        transform: rotate(45deg);
    }
    #header-menu li.has-sub em .op::before,
    #header-menu li.has-sub em .op::after {
        position: absolute;
        content: '';
        background: #fff;
    }
    #header-menu li.has-sub em .op::before {
        width: 100%;
        height: 3px;
        left: 0;
        top: 6px;
    }
    #header-menu li.has-sub em .op::after {
        width: 3px;
        left: 6px;
        top: 0;
        height: 100%;
    }
    .Public_nav_style #header-menu li.has-sub em::after {
        position: absolute;
        content: '';
        right: 2%;
        border: 6px solid transparent;
        border-top-color: #fff;
        top: 50%;
        margin-top: -3px;
    }
    .Public_nav_style #header-menu li.clickon em::after {
        border-bottom-color: #fff;
        border-top-color: transparent;
        margin-top: -9px;
    }
    .Public_nav_style #header-menu li.clickon em a {
        background: rgba(0, 0, 0, 0.2);
    }
    #header-menu li .sub-menu dt.has-dt {
        position: relative;
    }
    #header-menu li .sub-menu dt.has-dt::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
    }
    #header-menu li .sub-menu dt a {
        padding: 0 10px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #header-menu li .sub-menu dt:last-child>a {
        border-bottom: 0;
    }
    #header-menu li .sub-has-sub {
        position: relative;
    }
    #header-menu li .sub-has-sub i {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 100%;
        background-color: transparent;
        z-index: 2;
    }
    .Public_nav_style #header-menu li .sub-has-sub i::before,
    .Public_nav_style #header-menu li .sub-has-sub i::after {
        position: absolute;
        content: '';
        top: 50%;
        background: #fff;
    }
    .Public_nav_style #header-menu li .sub-has-sub i::before {
        width: 10px;
        height: 2px;
        margin-top: -1px;
        right: 5px;
    }
    .Public_nav_style #header-menu li .sub-has-sub i::after {
        width: 2px;
        height: 10px;
        margin-top: -5px;
        right: 9px;
    }
    .Public_nav_style #header-menu li .clickon>i::after {
        display: none;
    }
    .Public_nav_style #header-menu li .clickon>a {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .Public_nav_style #open_menu {
        position: absolute;
        right: 2%;
        width: 40px;
        height: 40px;
        border: 2px solid #20979b;
        border-radius: 50%;
        top: 5px;
        z-index: 200;
    }
    #open_menu i,
    #open_menu i::before,
    #open_menu i::after {
        position: absolute;
    }
    .Public_nav_style #open_menu i,
    .Public_nav_style #open_menu i::before,
    .Public_nav_style #open_menu i::after {
        background: #20979b;
    }
    #open_menu i {
        top: 50%;
    }
    .Public_nav_style #open_menu i {
        width: 60%;
        left: 20%;
        margin-top: -1px;
        height: 2px;
    }
    #open_menu i::before,
    #open_menu i::after {
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: transform 0.3s;
    }
    #open_menu i::before {
        top: 6px;
    }
    #open_menu i::after {
        top: -6px;
    }
    .Public_nav_style #open_menu.open_menu_on {
        border-color: #fff;
    }
    #open_menu.open_menu_on i {
        background: none !important;
    }
    .Public_nav_style #open_menu.open_menu_on i::before,
    .Public_nav_style #open_menu.open_menu_on i::after {
        background: #fff;
        margin-top: 0;
    }
    #open_menu.open_menu_on i::before,
    #open_menu.open_menu_on i::after {
        top: 0 !important;
    }
    #open_menu.open_menu_on i::before {
        transform: rotate(45deg);
    }
    #open_menu.open_menu_on i::after {
        transform: rotate(-45deg);
    }
}
/*
 .Bottom001754 涓篸emo缂栧彿
 */
.Bottom001754 {
    background: url(../images/bottmbg.png)no-repeat center;
    background-size: 100% 100%;
    color: #FFFFFF;
    margin-top: -12%;
    position: relative;
    z-index: 99;
}
.Bottom001754 .bottom {
    position: relative;
    padding: 10.5% 0 3.5% 0;
}
.Bottom001754 .bottom dl {
    float: left;
    width: 10%;
}
.Bottom001754 .bottom dt {
    font-size: 16px;
    padding-bottom: 20px;
}
.Bottom001754 .bottom dd {
    line-height: 30px;
    font-size: 14px;
}
.Bottom001754 .contact {
    float: right;
    width: 320px;
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
}
.Bottom001754 .contact .phone {
    /* font-size: 36px; */
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: none;
}
.Bottom001754 .contact .fw {
    opacity: 0.9;
    display: none;
}
.Bottom001754 .contact .qrCode {
    margin-top: 0px;
    font-size: 14px;
}
.Bottom001754 .contact .qrCode span {
    opacity: 0.9;
    line-height: 1.8;
}
.Bottom001754 .contact .qrCode .code {
    width: 130px;
}
.Bottom001754 .contact .qrCode .code img {
    max-width: 115px;
}
.Bottom001754 .float {
    margin: 37px 0 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Bottom001754 .float li {
    float: right;
    padding: 30px 0;
}
.Bottom001754 .float li a {
    color: #FFFFFF;
    background: url(../images/geitop.png)no-repeat center;
    display: inline-block;
    padding: 20px;
}
.Bottom001754 a {
    color: rgba(255, 255, 255, 0.7);
}
.Bottom001754 a:hover {
    color: rgba(255, 255, 255, 1);
}
.Bottom001754 footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 30px 0;
}
.Bottom001754 footer .copyright {
    float: left;
}
.Bottom001754 footer .footer_menu {
    float: right;
}
.Bottom001754 footer i {
    display: inline-block;
    font-style: normal;
    color: #FFFFFF;
    margin: 0 10px;
}
@media(max-width:1660px) {
    .Bottom001754 .float {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.Bottom001754 .float li{
		padding-top: 0;
	}
}
@media(max-width:1440px) {
	.Bottom001754{margin-top: -12%;}
    .Bottom001754 .float li{
		padding-bottom: 15px;
	}
}
@media(max-width:1200px) {
    .Bottom001754 .float a {
        width: 40px;
        text-align: left;
        text-indent: -999em;
        padding-top: 0;
        height: 40px;
        background-position: center center;
    }
    .Bottom001754 .contact {
        width: 250px;
    }
    .Bottom001754 .contact .phone {
        font-size: 28px;
    }
}
@media(max-width:1000px) {
    .Bottom001754 {
        background: url(../images/bottmbgwap.png)no-repeat center;
        background-size: cover;
    }
    .Bottom001754 .bottom {
        padding-top: 0;
    }
    .Bottom001754 .bottom dl {
        display: none;
    }
    .Bottom001754 footer {
        padding: 2% 0;
        line-height: 24px;
    }
    .Bottom001754 footer span {
        display: block;
        float: none;
    }
    .Bottom001754 .float {
        margin: 0;
    }
    .Bottom001754 .float li {
        padding: 10px 0;
    }
    .Bottom001754 .contact {
        float: none;
        width: auto;
        text-align: center;
        padding-top: 20px;
    }
    .Bottom001754 .contact .qrCode {
        margin: 20px auto auto auto;
        width: auto;
    }
    .Bottom001754 .contact .qrCode .code {
        width: auto;
        padding-left: 15px;
    }
    .Bottom001754 footer .footer_menu,
    .Bottom001754 footer .copyright {
        float: none;
        text-align: center;
    }
}
@media(max-width:480px) {
    .Bottom001754 .contact {}
}
/*导航公共样式 end*/
/*Page002623 */
.Page002623 {
    text-align: center;
    font-size: 18px;
    margin-top: 80px;
}
.Page002623 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}
.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}
.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    margin: 0 5px;
}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #3B9E38;
    border-radius: 50%;
}
.Page002623 .Pages .p_page>a {
    /* font-size: 0; */
    height: 50px;
    position: relative;
}
.Page002623 .Pages .p_page>a.a_prev,
.Page002623 .Pages .p_page>a.a_next{
    font-size: 0;
}
.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}
.Page002623 .Pages .p_page>a.a_prev {
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    background: url(../images/prevPage.png)no-repeat center;
}
.Page002623 .Pages .p_page>a.a_next {
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    background: url(../images/nextPage.png)no-repeat center;
}
.Page002623 .Pages a.a_prev:hover {
    background: url(../images/prevPage2.png)no-repeat center;
    background-color: #3B9E38;
}
.Page002623 .Pages a.a_next:hover {
    background: url(../images/nextPage2.png)no-repeat center;
    background-color: #3B9E38;
}
@media(max-width:640px) {
    .Page002623 {
        margin-top: 30px;
    }
    .Page002623 .Pages em {
        padding: 0;
    }
    .Page002623 .Pages a {
        width: 35px;
        line-height: 35px;
        margin: 0 1px;
    }
    .Page002623 .Pages .p_page>a {
        height: 35px;
    }
}
/* 二级菜单 */
.menu {
    border-bottom: 1px solid #EEEEEE;
}
.menu .left {
    float: left;
    max-width: 50%;
}
.menu .left li {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}
.menu .left li a {
    display: block;
    padding: 30px 0;
    position: relative;
}
.menu .left li.on a {
    color: #3B9E38;
}
.menu .left li:hover a::before,
.menu .left li.on a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #3B9E38;
}
.menu .right {
    float: right;
    max-width: 50%;
    padding: 30px 0;
}
.menu .right span {
    padding-left: 5px;
}
.menu .right .wz {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/wz.png)no-repeat left bottom 4px;
}
.menu .right a {
    position: relative;
    padding: 0 20px 0 5px;
}
.menu .right a:first-of-type {
    padding-left: 0;
}
.menu .right a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    background: url(../images/loca.png)no-repeat center;
    padding: 6px;
}
@media(max-width:768px) {
    .menu .left li a,
    .menu .right {
        padding: 10px 0;
    }
    .menu .right,
    .menu .left {
        float: none;
        max-width: 100%;
    }
}


.home4 .videoPlay{
    display: none;
}