@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    margin: 0px;
    font-size: 12px;
    color: #91989f;
    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
    cursor: default;
}
* {
    padding: 0px;
    margin: 0px;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
    font-weight: normal;
    color: #555;
}
input,
select,
button {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}
button {
    overflow: visible;
}
img {
    border: none;
}
li {
    list-style: none;
}
a {
    color: #91989f;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #005caf;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.con {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}
.header.on .top {
    height: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    display: none;
}
.header .top {
    background: #324c3a;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    height: 38px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .top .yy {
    position: relative;
    float: left;
    font-size: 14px;
    margin-left: 20px;
    line-height: 37px;
    z-index: 99;
}

.header .top .yy i {
    font-size: 18px;
    margin-right: 6px;
}
.header .top .yy .x_l {
    width: 100px;
    top: 38px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    line-height: 40px;
    display: none;
}
.header .top .yy .x_l a {
    color: #333;
    display: block;
    font-size: 14px;
    text-align: center;
}
.header .top .yy .x_l a:hover {
    background: #324c3a;
    color: #fff;
}

.search {
    width: 200px;
    border-bottom: rgba(255, 255, 255, 1) 1px solid;
    float: left;
    margin-top: 3px;
}
.search .an_sj {
    width: 20px;
    line-height: 28px;
    color: #fff;
    float: right;
}
.search input.w_z {
    width: 170px;
    height: 28px;
    border-radius: 0;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    float: left;
    -webkit-appearance: none;
}
.search button.s_c {
    width: 20px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    float: right;
    -webkit-appearance: none;
}
.search i {
    font-size: 18px;
}
.header .container {
    display: flex;
    align-items: center;
}
.header .logo {
    margin: 10px 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.rightandnav {
    display: flex;
}
.header .logo img {
    width: auto;
    height: 60px;
    display: block;
}

.header .an {
    width: 30px;
    height: 24px;
    display: none;
}
.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .an span.a1 {
}
.header .an span.a2 {
    margin-top: 8px;
}
.header .an span.a3 {
    margin-top: 8px;
}
.header .an.n span.a2 {
    /* display: none; */
    opacity: 0;
}
.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform-origin: left bottom;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header .right {
    text-align: left;
    margin-left: 40px;
}
.header .right ul {
    display: flex;
}
.header .right ul li {
    line-height: 77px;
    padding: 0 8px;
    position: relative;
    color: #333;
}
.header .right ul li a {
    color: #333;
}
.header .right ul li:hover a {
    color: #324c3a;
}
.header .right .ss {
    line-height: 38px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #324c3a;
}
.header .right .ss a {
    padding: 0 6px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.header .right i {
    font-size: 20px;
}
.header .right .wx {
    line-height: 80px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #fff;
}
.header .right .wx .e_j {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 90px;
    background: #fff;
    display: none;
}
.header .right .wx .e_j img {
    width: 100%;
    display: block;
}
.header .right .wx .e_j p {
    line-height: 1.8;
    color: #333;
    text-align: center;
}
.header .right .wx:hover .e_j {
    display: block;
}

.header .nav {
}
.header .nav ul {
    display: flex;
    /* flex-wrap: wrap; */
}
.header .nav i {
    font-size: 12px;
    color: #aaa;
    line-height: 54px;
    text-align: right;
    /* position: absolute; */
    /* width: 50%; */
    height: 54px;
    /* right: 0px; */
    /* top: 50%; */
    display: none;
    /* transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); */
}

.header .nav ul li {
    margin: 0;
    line-height: 80px;
    padding: 0 15px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}
.header .nav ul li span {
    width: 0;
    height: 4px;
    background-color: #324c3a;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
}
.header .nav ul li:hover a {
    color: #324c3a;
}
.header .nav ul li.on a {
    color: #324c3a;
}
.header .nav ul li:hover span {
    width: 100%;
    left: 0;
}
.header .nav ul li.on span {
    width: 100%;
}
.header .nav ul li.po {
    position: relative;
}
.nav .y_j {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .e_j {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    border-top: rgba(255, 255, 255, 1) 1px solid;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header.on .e_j {
    top: 80px;
}
.nav .e_j.xdh {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    height: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.nav .e_j.pp {
}
.header .nav ul li .w1200 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.18);
}
.header .nav ul li .e_j h1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
}
.header .nav ul li .e_j h3 {
    font-size: 18px;
    color: #333;
    line-height: 2;
}
.header .nav ul li .e_j .hd {
    width: 50%;
    float: left;
    margin-left: 25px;
}
.header .nav ul li .e_j .hd ul li {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
    margin: 5px 0;
    padding: 0;
}
.header .nav ul li .e_j .hd ul li a {
    display: flex;
    text-align: left;
    align-items: center;
}
.header .nav ul li .e_j .hd ul li img {
    width: 64px;
    vertical-align: middle;
    margin-right: 10px;
    height: 64px;
}
.header .nav ul li .e_j .hd ul li .w_z {
}
.header .nav ul li .e_j .hd ul li .dz {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.header .nav ul li .e_j .hd ul li .xz {
    font-size: 13px;
    line-height: 18px;
    color: #878787;
}
.header .nav ul li .e_j .hd ul li:hover {
    background: #f6f6f6;
}
.header .nav ul li .e_j .bd {
    width: 250px;
    float: left;
    text-align: right;
}
.header .nav ul li .e_j .bd img {
    width: 249px;
}
.header .nav ul li .e_j .bd a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}
.header .nav ul li .e_j .bd a:hover {
    color: #324c3a;
}
.header .nav ul li .lm2 {
    width: 50%;
    float: left;
}
.nav .e_j .box {
    padding: 35px 0;
    overflow: hidden;
}

.nav .e_j.pp .tw {
    width: 15%;
    margin: 0 1%;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.nav .e_j.pp .tw:hover {
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.nav .e_j.pp .tw img {
    max-width: 100%;
}
.nav .e_j.pp .tw p {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    text-align: center;
}
.nav .e_j.cp {
    overflow: auto;
}
.nav ul li.da .e_j {
    position: fixed;
    height: 0;
}
.nav ul li.da:hover .e_j {
    height: calc(100% - 70px);
}
.nav .e_j.cp .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
.nav .e_j.cp .lm {
    max-width: 350px;
    float: left;
    border-right: hsla(0, 0%, 59.2%, 0.18) 1px solid;
    box-sizing: border-box;
    padding: 0 31px;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 1;
}
.nav .e_j.cp .lm:last-child {
    border: 0;
}
.nav .e_j.cp .lm h3 {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    line-height: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.nav .e_j.cp .lm h3::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #324c3a;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    bottom: 0;
    left: 0;
    position: absolute;
}
.nav .e_j.cp .lm:hover h3::after {
    width: 60px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.nav .e_j.cp .lm h3 em {
    font-size: 20px;
    margin-right: 10px;
    color: #324c3a;
}
.nav .e_j.cp .lm h4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    word-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
    padding-right: 24px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}
.nav .e_j.cp .lm p a {
    display: block;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/*.nav .e_j.cp .lm p a::before{content: "•";position: absolute;left: 0;}*/
.nav .e_j.cp .lm p a:hover {
    padding-left: 5px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.nav .e_j.ab .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
.nav .e_j.ab a {
    padding: 0 25px;
    line-height: 1.2;
}
.header .nav ul li .e_j a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
}
.header .nav ul li .e_j a:hover {
    color: #324c3a;
}

.head_h2 {
    height: 80px;
    background: #18243c;
}

@media (min-width: 1024px) {
    .header .nav ul li:hover .e_j {
        opacity: 1;
        visibility: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .head_h {
        height: 118px;
    }
}

.ban {
    width: 100%;
    position: relative;
}
.ban .swiper-slide img {
    width: 100%;
    display: block;
}
.ban .swiper-pagination {
    bottom: 20px !important;
}
.ban .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none;
    border: #fff 1px solid;
}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #324c3a;
    border: #324c3a 1px solid;
}

.ban .swiper-slide .word {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 246px;
    top: 50%;
    margin-top: -123px;
    z-index: 10;
    text-align: center;
}

.ban .swiper-slide .word h4 {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    transition: all 0.2s linear 0.4s;
    -webkit-transition: all 0.2s linear 0.4s;
}

.ban .swiper-slide .word h3 {
    font-size: 55px;
    color: #fff;
    letter-spacing: 1px;
    margin: 15px 0 15px 0;
    transform: translateY(20px);
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    transition: all 0.2s linear 0.2s;
    -webkit-transition: all 0.2s linear 0.2s;
    font-weight: bold;
}

.ban .swiper-slide .word a.xq {
    display: block;
    width: 200px;
    height: 50px;
    font-size: 16px;
    background: #324c3a;
    color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 50px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    transform: translateY(20px);
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    transition: all 0.2s linear 0.6s;
    -webkit-transition: all 0.2s linear 0.6s;
    text-transform: capitalize;
}
.ban .swiper-slide .word.l1 a.xq {
    bottom: 0;
    left: 0%;
    margin-left: 0px;
}

.ban .swiper-slide .word a.xq:after {
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
}
.ban .swiper-slide .word a.xq:hover {
    background: #324c3a;
}

.ban .swiper-slide.swiper-slide-active .word h4 {
    transform: translateY(0);
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word h3 {
    transform: translateY(0);
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
    transform: translateY(0);
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.gallery-top {
    width: 100%;
    position: relative;
}
.gallery-top .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-top .swiper-pagination {
    bottom: 20px !important;
}
.gallery-top .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.sy_about {
    padding: 60px 0;
    overflow: hidden;
}
.tit {
    text-align: center;
    margin-bottom: 50px;
}
.tit h1 {
    font-size: 40px;
    color: #324c3a;
    font-weight: 600;
}
.tit h3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.7;
    color: #333;
    text-transform: uppercase;
}
.sy_about .tit {
    text-align: left;
    line-height: 1;
}
.sy_about {
    padding: 80px 0;
    overflow: hidden;
}
.sy_about .wenz {
    width: 50%;
    float: left;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
}
.sy_about .wenz h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}
.sy_about .wenz h2 span {
    font-weight: bold;
}
.sy_about .wenz p {
    margin-bottom: 15px;
}
.sy_about .tp {
    width: 45%;
    float: right;
}
.sy_about .tp img {
    width: 100%;
    display: block;
}

.sy_ys {
    padding: 70px 0 0;
    background: #324c3a;
    overflow: hidden;
    border-bottom: #ccc 1px solid;
}
.sy_ys .tit h1 {
    color: #fff;
}
.sy_ys ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.sy_ys ul li {
    width: 33.3333%;
    float: left;
    border-right: #ccc 1px solid;
    box-sizing: border-box;
}
.sy_ys ul li .t_p {
    overflow: hidden;
}
.sy_ys ul li .t_p img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sy_ys ul li:hover .t_p img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sy_ys ul li:last-child {
    border: 0;
}
.sy_ys ul li .w_z {
    padding: 2vw 2.2vw;
    background: #fff;
}
.sy_ys ul li .w_z h3 {
    font-size: 36px;
    color: #222;
    margin-bottom: 20px;
}
.sy_ys ul li:hover .w_z h3 {
    color: #324c3a;
}
.sy_ys ul li .w_z p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.sy_cpfw .tit {
    text-align: left;
    line-height: 1;
}
.sy_cpfw {
    padding: 0;
    overflow: hidden;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    margin-top: 80px;
}
.sy_cpfw .wenz {
    width: 50%;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
    padding-top: 50px;
}
.sy_cpfw .wenz h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}
.sy_cpfw .wenz h2 span {
    font-weight: bold;
}
.sy_cpfw .wenz p {
    margin-bottom: 15px;
}
.sy_cpfw .wenz .more {
    width: 160px;
    line-height: 40px;
    text-align: center;
    background: #324c3a;
    border-radius: 20px;
    margin-top: 35px;
}
.sy_cpfw .wenz .more a {
    color: #fff;
    font-size: 18px;
}
.sy_cpfw .wenz .more:hover {
    background: #223427;
}
.sy_cpfw .t_p {
    width: 45%;
}
.sy_cpfw .t_p img {
    width: 100%;
    display: block;
}

/*新闻*/
.home_news {
    padding: 80px 0;
    overflow: hidden;
}
.home_news .box {
    margin: 0 auto;
}
.home_news .box ul {
    margin-top: 50px;
    border-left: 1px solid #e6e6e6;
}
.home_news .box ul li {
    float: left;
    width: 33.3333333%;
    padding: 25px 30px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.home_news .box ul li img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.home_news .box ul li h3 {
    color: #333333;
    font-size: 25px;
    line-height: 28px;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}
.home_news .box ul li .t {
    margin-top: 18px;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    height: 90px;
    overflow: hidden;
}
.home_news .box ul li span {
    color: #666666;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}
.home_news .box ul li:hover {
    box-shadow: 0px 0px 10px #ccc;
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.home_news .more a {
    width: 202px;
    line-height: 48px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background: #324c3a;
    font-size: 16px;
    margin: 50px auto 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(50, 76, 58, 0.2),
        0 8px 16px 0 rgba(50, 76, 58, 0.4);
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 76, 58, 0.2),
        0 8px 16px 0 rgba(50, 76, 58, 0.4);
}
.home_news .more a:hover {
    background: #324c3a;
    color: #fff;
    border-color: #324c3a;
}

.qylc {
    padding: 60px 0;
}
.qylc ul li {
    width: 20%;
    float: left;
    text-align: center;
}
.qylc ul li img {
    width: 70px;
    margin: 0 auto;
}
.qylc ul li h3 {
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    font-weight: bold;
}
.qylc ul li p {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 101px;
}
.qylc ul li .bd {
    height: 26px;
    background: url(../images/AD0Ipb_BBhAEGAAgoMH3wwUoy9TasQEwrQk4Gg.png) center
        center no-repeat;
}
.qylc ul li span {
    font-size: 30px;
    color: #324c3a;
}
.jmls .more {
    background: #4f0003;
    color: #fff;
    border: 0;
}

.sy_pro {
    padding: 60px 0;
    overflow: hidden;
}
.sy_pro ul li {
    width: 100%;
    overflow: hidden;
}
.sy_pro ul li .tp {
    width: 50%;
}
.sy_pro ul li .tp img {
    width: 100%;
    display: block;
}
.sy_pro ul li .wenz {
    width: 50%;
    padding: 0 10%;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}
.sy_pro ul li .wenz .ico {
    width: 80px;
    margin: 50px auto 30px;
}
.sy_pro ul li .wenz .ico img {
    width: 100%;
}
.sy_pro ul li .wenz h2 {
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.sy_pro ul li .wenz p {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
}
.sy_pro ul li .wenz .more {
    text-align: center;
}
.sy_pro ul li .wenz .more a {
    font-size: 14px;
    text-transform: capitalize;
    color: #f18c16;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
    display: inline-block;
    width: 110px;
    position: relative;
}
.sy_pro ul li .wenz .more a span {
    width: 0;
    height: 2px;
    background-color: #e77817;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.sy_pro ul li .wenz .more a:hover span {
    width: 100%;
}

.sy_lx {
    margin: 0 auto;
    background: url(../images/contact-bg.jpg);
    background-attachment: fixed;
    padding-top: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0;
}

.sy_lx .left input.w_z {
    width: 49%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 1%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 5px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
}
.sy_lx .left textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.sy_lx .left .a_n {
    width: 180px;
    height: 50px;
    background-color: #324c3a;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

/* start footer */
.footer_bg {
    background: #324c3a;
    width: 100%;
    padding: 35px 0 0;
}
.footer {
    margin: 0 auto;
    padding: 20px 0;
    z-index: 999;
    max-width: 90%;
}
.footer .zuo3 {
}
.footer .zuo3 ul li {
    float: left;
    padding-right: 80px;
    min-width: 50px;
}
.footer .zuo3 ul li:last-child {
    padding: 0;
}
.footer .zuo3 ul li .tit1 a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    line-height: 36px;
    display: block;
}
.footer .zuo3 ul li .line {
    margin-bottom: 20px;
    height: 2px;
    margin-top: 10px;
}
.footer .zuo3 ul li .line span {
    width: 15px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
}
.footer .zuo3 ul li:hover .line span {
    width: 50px;
    height: 1px;
}
.footer .zuo3 ul li a {
    width: 100%;
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    text-transform: capitalize;
}
.footer .zuo3 ul li a:hover {
    opacity: 1;
}
.dzwz {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    float: left;
}
.dzwz p {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.dzwz p i {
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .zuo3 ul li.yx {
    width: 260px;
    padding-right: 0;
    float: right;
}
.footer .searchIpt2 {
    width: 260px;
    height: 50px;
    position: relative;
}

.searchIpt2 .search_txt {
    width: 182px;

    padding: 0 0 0 10px;

    line-height: 50px;

    background: #fff;

    color: #666;

    border: 0;

    height: 50px;

    float: left;
    border-radius: 25px;
}

.searchIpt2 .search_btn {
    width: 50px;
    background: #fff;
    border: 0;
    float: right;
    color: #333;
    height: 50px;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
}
.searchIpt2 i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    color: #333;
}
.searchIpt2 .search_btn:hover {
    background: #c11724;
    color: #fff;
}
.searchIpt2 .search_btn:hover i {
    color: #fff;
}
.searchIpt2 .search_btn i:hover {
    color: #fff;
}
.footer_bg .dybox {
    margin-top: 5px;
}
.footer_bg .dybox h3 {
    margin-bottom: 15px;
}
.footer_bg .dy {
    margin-top: 10px;
    width: 240px;
    overflow: hidden;
}
.footer_bg .dy input.w_z {
    width: 85%;
    height: 35px;
    border-radius: 0;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    float: left;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 15px;
    box-sizing: border-box;
}
.footer_bg .dy button.s_c {
    width: 15%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    float: left;
    -webkit-appearance: none;
    font-weight: bold;
    background: #409058;
}
.footer_bg .dy i {
    font-size: 18px;
    color: #fff;
}
.footer .zuo3 ul li.yx .tb {
    padding-top: 20px;
}
.footer .zuo3 ul li.yx .tb a {
    width: 30px;
    margin-right: 10px;
    position: relative;
    float: left;
}
.footer .zuo3 ul li.yx .tb a i {
    font-size: 20px;
}
.footer .zuo3 ul li.yx .tb a .wx {
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    background: #fff;
    top: -120px;
    display: none;
}
.footer .zuo3 ul li.yx .tb a:hover .wx {
    display: block;
}
.footer .zuo3 ul li.yx .tb a img {
    width: 100%;
}

.footer .weix {
    width: 120px;
    float: right;
    text-align: center;
    line-height: 30px;
}
.footer .weix img {
    width: 100%;
}
.footer_btm {
    margin: 30px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}
.copy {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}
.copy p {
    font-size: 12px;
    text-transform: uppercase;
    color: #b9b9b9;
}
.copy p a {
    color: #ffffff;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.nban {
    height: 260px;
    width: 100%;
    position: relative;
}
.nban .mb {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nban .mb .box {
    width: 100%;
    text-align: center;
}
.nban .mb h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}
.nban .mb h1 span {
    font-weight: bold;
    font-family: OPPOSans-B;
}
.nban .mb .more {
    width: 160px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #fc7010;
    border-radius: 25px;
    text-transform: uppercase;
}
.nban .mb .more:hover {
    background: #df2b02;
}

.ny_jdfw {
    padding: 20px 0 60px;
    overflow: hidden;
}
.ny_jdfw ul li {
    padding-bottom: 50px;
    border-bottom: #ccc 1px solid;
    overflow: hidden;
    padding-top: 50px;
}
.ny_jdfw ul li .w_z {
    width: 50%;
    float: left;
    padding: 30px 60px 30px 0;
    box-sizing: border-box;
}
.ny_jdfw ul li .w_z h3 {
    font-size: 28px;
    color: #324c3a;
    margin-bottom: 25px;
}
.ny_jdfw ul li .w_z p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.ny_jdfw ul li .t_p {
    width: 50%;
    float: right;
    text-align: center;
}
.ny_jdfw ul li .t_p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ny_jdzs {
    padding: 60px 0;
    background: #f5f5f5;
    overflow: hidden;
}
.ny_jdzs .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_jdzs .w_z {
    width: 50%;
    float: left;
    padding: 30px 60px 30px 0;
    box-sizing: border-box;
}
.ny_jdzs .w_z h3 {
    font-size: 28px;
    color: #324c3a;
    margin-bottom: 25px;
    font-weight: bold;
}
.ny_jdzs .w_z p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
.ny_jdzs .t_p {
    width: 50%;
    float: right;
}
.ny_jdzs .t_p img {
    width: 100%;
    display: block;
}
.ny_jdzs ul {
    padding: 60px 0;
}
.ny_jdzs ul li {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ny_jdzs ul li:hover {
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ny_jdzs ul li .zs {
    position: relative;
    overflow: hidden;
}
.ny_jdzs ul li .zs img {
    width: 100%;
}
.ny_jdzs ul li .zs .mb {
    width: 100%;
    height: 100%;
    background: rgba(50, 72, 58, 0.6);
    position: absolute;
    left: 0;
    top: 60%;
    opacity: 0;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ny_jdzs ul li .zs .mb .tb i {
    font-size: 26px;
    color: #fff;
}
.ny_jdzs ul li .zs .mb .tb {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: #fff 1px solid;
    text-align: center;
}
.ny_jdzs ul li:hover .zs .mb {
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ny_jdzs ul li h3 {
    font-size: 20px;
    color: #333;
    margin: 15px;
    text-align: center;
}
.ny_jdzs ul li:hover h3 {
    color: #324c3a;
}

.ny_jj {
    padding: 80px 0;
}
.ny_jj p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #222;
}

.ny_wh {
    background: #f5f5f5;
    overflow: hidden;
    padding: 60px 0;
}
.ny_wh ul li {
    width: 46%;
    margin: 0 2%;
    position: relative;
    float: left;
    overflow: hidden;
}
.ny_wh ul li img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_wh ul li:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_wh ul li .mb {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ny_wh ul li .tb {
    text-align: center;
    margin-bottom: 20px;
}
.ny_wh ul li .tb i {
    font-size: 50px;
    color: #fff;
}
.ny_wh ul li h3 {
    position: relative;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
}
.ny_wh ul li h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: calc(50% - 15px);
    height: 2px;
    width: 30px;
    background: #fff;
}
.ny_wh ul li p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.ny_wh ul li:nth-child(3) {
    width: 96%;
    margin-top: 4%;
    background: #fff;
}
.ny_wh ul li:nth-child(3) .tb i {
    color: #333;
}
.ny_wh ul li:nth-child(3) .wenz {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 35px;
    box-sizing: border-box;
}
.ny_wh ul li:nth-child(3) h3 {
    color: #333;
}
.ny_wh ul li h3::after {
    background: #324c3a;
}
.ny_wh ul li:nth-child(3) p {
    color: #333;
}
.ny_wh ul li:nth-child(3) .tp {
    width: 55%;
    overflow: hidden;
    float: right;
}

.ny_xw {
    margin: 60px auto 60px;
}
.Activsbf1_lb {
    width: 100%;
    margin-top: 10px;
}

.Activsbf1_lb dl {
    width: 100%;
    background: #f6f6f6;
    padding: 10px;
    margin: 0 0 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.Activsbf1_lb dt {
    width: 28%;
    float: left;
    overflow: hidden;
}

.Activsbf1_lb dt a {
}

.Activsbf1_lb dt img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Activsbf1_lb dd {
    width: 68%;
    float: right;
    margin-top: 15px;
    margin-right: 0.5%;
}

.Activsbf1_lb dd .newNrtit {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Activsbf1_lb dd .newNrtit a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.Activsbf1_lb dd .newNrjs {
    width: 100%;
    margin-top: 10px;
    line-height: 1.8;
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 76px;
}
.Activsbf1_lb dd .Acdltj_time i {
    margin-right: 5px;
}

.Activsbf1_lb dd .Acdltj_time {
    width: 100%;
    margin: 15px 0 0;
    color: #999;
    font-size: 14px;
}
.Activsbf1_lb dd .more1 a {
    width: 160px;
    line-height: 45px;
    background: #324c3a;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.Activsbf1_lb:hover dd .more1 a {
    background: #fff;
    color: #324c3a;
}
.Activsbf1_lb dl:hover .Acdltj_time {
    color: #ccc;
}
.Activsbf1_lb dl:hover {
    background: #324c3a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.Activsbf1_lb dl:hover dd .newNrtit a {
    color: #fff;
}
.Activsbf1_lb dl:hover .newNrjs {
    color: #fff;
}

.Activsbf1_lb dl:hover dt img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 1s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Activsbf1_lb dl:hover dt img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.ny_cpfw {
    padding: 0 0 60px;
    overflow: hidden;
}
.ny_cpfw ul li {
    overflow: hidden;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    margin-top: 60px;
}
.ny_cpfw .wenz {
    width: 50%;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
    padding-top: 30px;
}
.ny_cpfw .wenz h2 {
    font-size: 36px;
    color: #324c3a;
    margin-bottom: 15px;
}
.ny_cpfw .wenz h2 span {
    font-weight: bold;
}

.ny_cpfw .wenz h3 {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
}
.ny_cpfw .wenz h3::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 9px;
    background: url(../images/xq_dd.png) center no-repeat;
}
.ny_cpfw .wenz p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}
.ny_cpfw .wenz .more {
    width: 160px;
    line-height: 40px;
    text-align: center;
    background: #324c3a;
    border-radius: 20px;
    margin-top: 35px;
}
.ny_cpfw .wenz .more a {
    color: #fff;
    font-size: 18px;
}
.ny_cpfw .wenz .more:hover {
    background: #223427;
}
.ny_cpfw .t_p {
    width: 45%;
}
.ny_cpfw .t_p img {
    width: 100%;
    display: block;
}

/*index-contact*/

.index-contact {
    min-width: 1200px;

    padding: 80px 0;

    background-image: url(../images/contact-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

    background-position: center top;

    position: relative;
}

.index-contact .cover {
    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.5);

    z-index: 1;
}

.index-contact .s {
    position: relative;

    padding: 0 360px 0 0;

    z-index: 100;
}

.index-contact h6 {
    font-size: 30px;

    color: #fff;

    line-height: 40px;
}

.index-contact p {
    line-height: 40px;

    font-size: 20px;
    font-weight: bold;

    color: #fff;
}

.index-contact .btn {
    position: absolute;

    top: 50%;

    right: 0px;

    display: block;

    width: 200px;

    margin-top: -25px;

    border: 1px #fff solid;

    text-align: center;

    border-radius: 3px;
}

.index-contact .btn a {
    display: block;

    height: 48px;

    line-height: 48px;

    font-size: 18px;

    color: #fff;
}
.index-contact .btn a:hover {
    background: #324c3a;
}

.ny_lx {
    overflow: hidden;
    min-height: 500px;
    position: relative;
}
.ny_lx::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #dae6de;
}
.ny_lx .xxpl {
    width: 50%;
    padding: 80px 50px;
    box-sizing: border-box;
    position: relative;
}
.ny_lx .xxpl h3 {
    font-size: 20px;
    color: #654b2f;
    margin: 10px 0 5px;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
}
.ny_lx .xxpl h4 {
    font-size: 28px;
    color: #333;
    margin-bottom: 50px;
}
.ny_lx .xxpl p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}
.ny_lx .xxpl p i {
    margin-right: 8px;
    font-size: 20px;
}
.ny_lx .zxly {
    width: 45%;
    padding-top: 60px;
}
.ny_lx .zxly h3 {
    font-size: 20px;
    color: #654b2f;
    margin: 10px 0 5px;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
}
.ny_lx .zxly h4 {
    font-size: 24px;
    color: #324c3a;
    margin-bottom: 50px;
}
.ny_lx .zxly input.w_z {
    width: 48%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
    box-sizing: border-box;
    background: #fff;
}
.ny_lx .zxly input.w_z.no {
    margin-right: 0;
}
.ny_lx .zxly input.a_n {
    width: 150px;
    height: 40px;
    background-color: #324c3a;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-right: 40px;
}
.ny_lx .zxly textarea {
    width: 100%;
    height: 66px;
    padding: 5px;
    border: 1px solid #e7e7e7;
    outline: none;
    resize: none;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.ny_jmb {
    padding: 80px 0;
}
.ny_jmb ul li.bt {
    background: #008481;
    color: #fff;
    font-weight: bold;
}
.ny_jmb ul li {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    line-height: 40px;
    overflow: hidden;
}
.ny_jmb ul li:nth-child(2n) {
    background: #f3f2ef;
}
.ny_jmb span {
    width: 40%;
    float: left;
    border-right: 1px solid #e7e7e7;
    display: block;
    box-sizing: border-box;
    padding: 15px 20px;
    box-sizing: border-box;
}
.ny_jmb span .ls {
    color: #324c3a;
    font-size: 20px;
    font-style: normal;
}
.ny_jmb span.xiao {
    width: 20%;
}
.ny_jmb .sm {
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.sy_cjwt {
    padding: 60px 0;
    background: #f6f6f6;
    overflow: hidden;
}
.subNavBox {
    border-bottom: 0;
}
.subNav {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #222;
    line-height: 60px;
    padding: 0 30px;
    background: #fff url(../images/jiantou1.png) right center / 30px no-repeat;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 6px;
}
.subNav:hover {
    color: #324c3a;
}
.currentDd {
    color: #324c3a;
}
.currentDt {
    background: #fff url(../images/jiantou.png) right center / 30px no-repeat;
}
.navContent {
    display: none;
}
.navContent li {
    line-height: 1.8;
    color: #444;
    padding: 20px;
    font-size: 18px;
}
.ny_zzy {
    padding-bottom: 60px;
    overflow: hidden;
}
.ny_zzy ul li {
    width: 25%;
    float: left;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
}
.ny_zzy ul li.h {
    margin-right: 0;
    background: #f5f5f5;
    border: #e9e9e9 1px solid;
}
.ny_zzy ul li .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.ny_zzy ul li .img span {
    width: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    height: 44px;
    border-radius: 50%;
    background: #283550;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ny_zzy ul li h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.ny_zzy ul li h3::after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -12px;
    width: 20px;
    height: 3px;
    background: #fc7010;
}
.ny_zzy ul li p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
.gray {
    background: #f5f5f5;
}

@media only screen and (max-width: 1400px) {
    .container {
        width: 1240px;
    }
    .header .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }
    .header .logo img {
        height: 80px;
    }
    .rightandnav {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .con {
        width: 1240px;
    }
    .ny_wh ul li p {
        font-size: 14px;
    }
    .ny_wh ul li .tb i {
        font-size: 40px;
    }
    .tit {
        margin-bottom: 40px;
    }
    .sy_cpfw .wenz {
        font-size: 16px;
        padding-top: 30px;
    }
    .home_news {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1164px) {
    .pc_ban {
        height: 19rem;
    }
    .container {
        width: 94%;
        margin: 0 auto;
        -moz-box-sizing: border-box; /*Firefox3.5+*/
        -webkit-box-sizing: border-box; /*Safari3.2+*/
        -o-box-sizing: border-box; /*Opera9.6*/
        -ms-box-sizing: border-box; /*IE8*/
        box-sizing: border-box;
    }

    .header .top {
        line-height: 30px;
        height: 30px;
    }
    .search {
        width: 200px;
        border-bottom: rgba(255, 255, 255, 1) 1px solid;
        margin-top: 1px;
    }
    .search input.w_z {
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }
    .search button.s_c {
        height: 26px;
        line-height: 26px;
    }
    .header .top .yy {
        margin-left: 20px;
        line-height: 29px;
    }
    .header .top .yy .x_l {
        top: 30px;
    }
    .header .right ul li {
        line-height: 58px;
        padding: 0 5px;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        height: 60px;
        position: relative;
    }
    .head_h {
        height: 88px;
    }

    .header .right .ss {
        line-height: 32px;
        color: #333;
        padding: 0 6px;
    }
    .header.on .right .ss {
        line-height: 32px;
    }

    .header .right {
        /* margin-right: 60px; */
        margin-left: 0;
    }
    .header .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .logo img {
        height: 40px;
    }

    .header.on {
        height: 60px;
    }
    .header .an {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header .an span {
        background-color: #999;
    }
    .header .nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .header.on .nav {
        top: 60px;
    }
    .header .nav {
        width: 100%;
        padding: 15px 5%;
        background: rgba(50, 76, 58, 0.95);
        height: 100%;
        position: fixed;
        top: 88px;
        right: -100%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        margin-top: 0;
        box-sizing: border-box;
    }
    .header .nav ul li:hover a {
        color: #fff;
    }
    .header .nav ul li.on a {
        color: #fff;
    }
    .header .nav.on {
        right: 0;
    }
    .header.on .nav ul li a {
        font-size: 16px;
        color: #fff;
    }
    .header .nav i {
        display: block;
        font-size: 16px;
        color: #fff;
    }
    .header .nav ul li {
        line-height: 60px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        float: none;
        margin: 0;
        padding: 0;
        margin: 0 10px;
    }
    .header .nav ul li::after {
        background: rgba(0, 0, 0, 0);
    }
    .header.on .nav ul li {
        line-height: 60px;
    }
    .nav ul li.da .e_j {
        position: relative;
        height: auto;
        overflow-y: scroll;
    }
    .header .nav ul li .w1200 {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 0;
    }
    .header .nav ul li .e_j h1 {
        color: #fff;
    }
    .header .nav ul li .lm2 {
        width: 100%;
    }
    .header .nav ul li .e_j .bd {
        width: 100%;
        text-align: center;
    }
    .header .nav ul li .e_j h3 {
        font-size: 14px;
        color: #fff;
    }
    .header .nav ul li .e_j .hd {
        width: 100%;
        margin-left: 0;
    }
    .header .nav ul li .e_j .hd ul li .dz {
        font-size: 14px;
        color: #fff;
    }
    .header .top .container {
        height: auto;
    }
    .header .nav .e_j {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        background: none;
        position: relative;
        display: none;
        top: auto;
        left: auto;
        margin: 0;
        padding-bottom: 10px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transition: all 0s;
        -o-transition: all 0s;
        -ms-transition: all 0s;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
        opacity: 1;
        visibility: inherit;
    }
    .header .nav ul li .e_j a {
        color: #fff;
        font-size: 16px;
        text-align: left;
    }
    .header .nav ul li .e_j a:hover {
        color: #fff;
    }
    .header .nav .e_j a {
        border-top: 0;
        font-size: 12px;
        color: #aaa;
        line-height: 32px;
    }
    .header .nav .e_j a:hover {
        background: none;
    }
    .header .nav ul li:hover .e_j {
        display: none;
    }
    .header .nav ul li a {
        font-size: 16px;
        color: #fff;
    }
    .nav .e_j.pp .container-fluid {
        display: block;
    }
    .nav .e_j.cp .lm {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        border-right: 0;
        padding-left: 0px;
        padding: 0;
    }
    .nav .e_j.cp .lm h4 {
        color: rgba(255, 255, 255, 0.85);
    }
    .nav .e_j.cp .container-fluid {
        display: block;
    }
    .nav .e_j.pp .tw {
        width: 100%;
        margin: 0 0;
    }
    .nav .e_j.pp .tw img {
        display: none;
    }
    .nav .e_j .box {
        padding: 0;
    }
    .nav .e_j.pp .tw p {
        margin-top: 0px;
        color: #fff;
        text-align: left;
    }
    .header.on .nav ul li .e_j {
        top: 0;
    }
    .nav .e_j.cp .lm h3 {
        position: relative;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    .nav .e_j.cp .lm h3 em {
        font-size: 25px;
        color: #fff;
    }
    .nav .e_j.cp .lm p a {
        width: 100%;
        color: #fff;
        font-size: 14px;
    }
    .nav .e_j .s_j {
        display: none;
    }

    .header .nav ul li:hover span {
        width: 0;
    }
    .header .nav ul li.on span {
        width: 0;
    }
    .ban .swiper-slide .word h3 {
        font-size: 30px;
        margin: 0px 0 10px 0;
    }
    .ban .swiper-slide .word h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    .ban .swiper-slide .word {
        left: 5%;
        margin-left: 0px;
        width: 90%;
        height: 180px;
        margin-top: -90px;
    }
    .ban .swiper-slide .word a.xq {
        width: 160px;
        height: 40px;
        line-height: 40px;
        bottom: 0px;
        margin-left: -80px;
    }
    .ban .swiper-pagination {
        bottom: 10px !important;
    }
    .ban .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .sy_about {
        padding: 40px 0;
    }
    .tit h1 {
        font-size: 30px;
    }
    .sy_about .tp {
        width: 70%;
        float: none;
        margin: 0 auto;
    }
    .sy_about .wenz {
        width: 100%;
        margin-top: 25px;
    }
    .sy_cpfw {
        padding: 40px 0;
        margin-top: 30px;
    }
    .sy_cpfw .wenz {
        width: 100%;
        font-size: 16px;
        padding-top: 10px;
    }
    .sy_cpfw .t_p {
        width: 100%;
        margin-top: 20px;
    }
    .con {
        width: 90%;
    }
    .tit {
        margin-bottom: 30px;
    }
    .home_news {
        padding: 40px 0;
    }
    .home_news .box ul {
        margin-top: 30px;
    }
    .home_news .box ul li {
        width: 100%;
        padding: 15px 0;
        border-right: 0 solid #ccc;
    }
    .home_news .box ul li .t {
        line-height: 26px;
        height: 78px;
    }
    .home_news .more a {
        width: 160px;
        line-height: 40px;
        margin: 20px auto 0;
    }

    .tit h3 {
        margin-top: 10px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sy_about .wenz h2 {
        font-size: 20px;
    }
    .sy_about .wenz {
        font-size: 16px;
    }
    .sy_ys {
        padding: 30px 0 0;
    }
    .sy_ys ul li .w_z h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sy_ys ul li .w_z p {
        font-size: 16px;
    }

    .sy_lx {
        background: url(../images/contact-bg.jpg) / cover no-repeat;
        background-attachment: inherit;
        padding: 40px 0;
    }
    .footer .zuo3 {
        width: 100%;
    }
    .footer {
        padding: 0;
    }
    .footer .zuo3 ul li {
        display: none;
    }
    .footer .zuo3 ul li.lx {
        display: block;
        padding-right: 0;
        width: 50%;
    }
    .footer .zuo3 ul li.yx {
        width: 50%;
        display: block;
    }
    .copy {
        width: 90%;
        line-height: 1.4;
        padding: 10px 0;
    }

    .ny_zzy ul li {
        width: 50%;
        height: 260px;
        border: #e9e9e9 1px solid;
    }
    .ny_zzy ul li.h {
        background: #fff;
        border: #e9e9e9 1px solid;
    }

    .ny_lx {
        padding: 40px 0;
    }
    .ny_lx .xxpl {
        width: 100%;
    }
    .ny_lx .zxly {
        width: 100%;
        margin-top: 30px;
        padding-top: 0;
    }
    .ny_lx .zxly h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ny_lx .zxly input.w_z {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-right: 0%;
    }
    .ny_xw {
        margin: 40px auto 40px;
    }
    .Activsbf1_lb dt {
        width: 35%;
    }
    .Activsbf1_lb dd {
        width: 61%;
        margin-top: 15px;
        margin-right: 0%;
    }
    .ny_jj {
        padding: 40px 0;
    }
    .ny_jj p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ny_wh {
        padding: 40px 0;
    }
    .ny_wh ul li {
        width: 100%;
        margin: 0 0 4%;
    }
    .ny_wh ul li:nth-child(3) .wenz {
        width: 100%;
        padding: 20px 25px;
        position: relative;
    }
    .ny_wh ul li:nth-child(3) .tp {
        width: 100%;
    }
    .ny_wh ul li .tb {
        margin-bottom: 10px;
    }
    .ny_wh ul li h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .ny_cpfw .wenz {
        width: 100%;
        font-size: 16px;
        padding-top: 20px;
    }
    .ny_cpfw .wenz h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    .ny_cpfw .wenz p {
        font-size: 16px;
    }
    .ny_cpfw .wenz h3::before {
        top: 4px;
        background: url(../images/xq_dd.png) center no-repeat;
    }
    .ny_cpfw .t_p {
        width: 100%;
        margin-top: 20px;
    }
    .ny_cpfw ul li {
        margin-top: 30px;
    }
    .ny_cpfw {
        padding: 0 0 40px;
    }
    .ny_jdzs {
        padding: 40px 0;
    }
    .ny_jdzs .w_z {
        width: 100%;
        padding: 0px 0px 30px 0;
    }
    .ny_jdzs .w_z h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ny_jdzs .w_z p {
        font-size: 16px;
    }
    .ny_jdzs .con {
        flex-wrap: wrap;
    }
    .ny_jdzs .t_p {
        width: 100%;
    }
    .ny_jdzs ul {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .ny_jdzs ul li {
        width: 50%;
        padding: 20px;
    }
    .ny_jdfw ul li {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .ny_jdfw ul li .w_z {
        width: 100%;
        padding: 0px 0px 20px 0;
    }
    .ny_jdfw ul li .w_z h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ny_jdfw ul li .t_p {
        width: 100%;
    }

    .ny_lx::before {
        display: none;
    }
    .ny_lx .xxpl {
        width: 100%;
        padding: 0px 0px;
    }
    .ny_lx .xxpl p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .ban .swiper-slide .word h3 {
        font-size: 2.1rem;
        line-height: 1.2;
    }
    .ban .swiper-slide .word h4 {
        font-size: 1.3rem;
        display: none;
        margin-top: 0px;
    }
    .ban .swiper-slide .word {
        top: 20%;
        width: 85%;
        left: 7.5%;
        height: auto;
        margin-top: 0px;
    }
    .ban .swiper-slide .word a.xq {
        display: none;
    }
    .sy_about .tp {
        width: 100%;
    }
    .container {
        width: 90%;
    }
    .sy_about .wenz p {
        margin-bottom: 0;
    }
    .mall-app > ul > li {
        width: 100%;
        margin-bottom: 10px;
    }
    .mall-app-card {
        height: 26rem;
    }
    .mall-app-card-top i {
        position: static;
        margin: 20px auto;
    }
    .mall-app-card-top h2 {
        position: static;
    }
    .sy_td ul li {
        width: 100%;
        margin: 2% 0;
    }
    .qylc ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .qylc ul li p {
        height: auto;
    }
    .sy_lx .left input.w_z {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .sy_lx .left textarea {
        margin-bottom: 30px;
    }
    .footer .zuo3 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .zuo3 ul li.yx {
        width: 100%;
    }
    .footer .zuo3 ul li .line {
        margin-bottom: 10px;
        margin-top: 6px;
    }
    .ny_zzy ul li {
        width: 100%;
        height: auto;
    }
    .nban .mb h1 {
        font-size: 30px;
    }

    .tit {
        margin-bottom: 30px;
    }
    .tit h1 {
        font-size: 2.5rem;
    }

    .ny_fw .wenz {
        font-size: 15px;
    }
    .nban {
        height: 12rem;
    }
    .index-contact p {
        line-height: 1.8;
        font-size: 20px;
    }
    .footer_bg .dy {
        width: 100%;
    }
    .ny_jdzs ul li {
        width: 100%;
        padding: 0px;
    }
    .ny_jdzs ul li h3 {
        font-size: 16px;
    }
    .Activsbf1_lb dt {
        width: 100%;
    }
    .Activsbf1_lb dl {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }
    .Activsbf1_lb dd {
        width: 100%;
    }

    .header .right {
        /* margin-right: 50px; */
    }
    .tit h3 {
        font-size: 1.4rem;
    }
    .sy_ys ul li {
        width: 100%;
        border-right: #ccc 0 solid;
    }
    .sy_ys ul {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .sy_ys ul li .w_z {
        padding: 15px;
    }
    .footer_btm {
        margin: 10px auto 0;
    }
    .ny_jdfw {
        padding: 20px 0 30px;
    }
}

/*分页*/
.xiaocms-page {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.xiaocms-page a {
    display: inline-block;
    margin: 0 2px;
    min-width: 30px;
    padding: 0 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999;
}
.xiaocms-page a:hover {
    background-color: #006ab7;
    border: 1px solid #006ab7;
    color: #fff;
}
.xiaocms-page span {
    display: inline-block;
    margin: 0 2px;
    min-width: 30px;
    padding: 0 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999;
    background-color: #006ab7;
    border: 1px solid #006ab7;
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .xiaocms-page {
        padding-top: 40px;
        margin-top: 20px;
    }
    .xiaocms-page a,
    .xiaocms-page span {
        min-width: 36px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 1024px) {
    .xiaocms-page {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .xiaocms-page {
        margin-top: 10px;
    }
    .xiaocms-page a,
    .xiaocms-page span {
        margin: 0 2px;
    }

    .xiaocms-page a:first-child(2) {
        display: none;
    }
    .xiaocms-page a:last-child(2) {
        display: none;
    }
    .xiaocms-page a,
    .xiaocms-page span {
        min-width: 30px;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 320px) {
    .xiaocms-page a,
    .xiaocms-page span {
        margin: 0 1px;
        padding: 0 6px;
    }
}

.containercx {
    width: 100%;
    margin-top: 60px;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
}

.inputbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.inputText {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.inputText::after {
    content: "*";
    color: red;
}

.input {
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 70%;
    color: #666;
    font: 16px fontR, "微软雅黑";
    margin-right: 10px;
}

.btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #0d503f;
    border: 0;
}
