/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #1c813f;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

.top1 {
    height: 46px;
    background-color: #1c813f;
    line-height: 46px;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.top1 a{color: #ffffff;}

.top2 {
    height: 112px;
}

.logo {
    float: left;
    line-height: 112px;
}

.logo_wz {
    display: block;
    float: left;
    margin-left: 20px;
    line-height: 1;
}

.logo_wz p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-top: 25px;
}

.logo_wz p:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    margin-top: 8px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}

.topLink {
    float: right;
    text-align: left;
    position: relative;
    z-index: 99;
}

.topLink a {
    color: #ffffff;
}

.topLink a::after {
    content: "|";
    margin: auto 3px;
}

.topLink a:last-child::after {
    content: none;
}


/*热门搜索*/

.sou {
    margin: 15px 0;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}


/*首页banner*/


/*导航栏样式*/

.x-menu {
    width: 736px;
    float: right;
    position: relative;
}

.x-menu>li {
    display: block;
    float: left;
    width: calc(99% / 6);
    text-align: center;
    position: relative;
}

.x-menu>li>a {
    display: block;
    padding: 0;
    line-height: 112px;
    color: #000000;
    font-size: 16px;
}

.x-menu>li>a:hover {
    background: none;
    /* color: #fff; */
}

.x-menu>li:hover>a {
    background: #1c813f;
    color: #ffffff;
}

.x-menu>li.active>a {
    /* background: #1c813f;
    color: #fff; */
}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 10px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.banners {
    display: block;
}

.banners ul {
    display: block;
}

.banners li {
    display: block;
    width: 1920px;
    height: 562px;
    position: relative;
    background-size: cover;
}

.banners li * {
    transition: 0.8s ease;
}

.banners li a {
    display: flex;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.banners li a:hover {
    background-color: rgba(0, 30, 10, 0.43);
}

.banners li a h3 {
    display: block;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3.6px;
    color: #ffffff;
    margin-top: 147px;
}

.ban_img {
    display: block;
    height: 0;
    width: 100%;
    position: relative;
    clear: both;
}

.ban_img img {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: 560px;
    background-color: #ffffff;
    border-radius: 50%;
}

.banners li a>span {
    display: block;
    margin: 34px auto 0;
    border: solid 1px rgba(220, 220, 220, 0.59);
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #ffffff;
}

.banners li a:hover .ban_img img {
    top: 22px;
}

.banners li a:hover>span {
    margin-top: 226px;
}


/* 标题 */

.titles {
    display: block;
    width: 100%;
    text-align: center;
}

.titles h2 {
    line-height: 1;
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 3px;
}

.titles h3 {
    line-height: 1;
    font-family: Arial;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #bbbaba;
    margin-top: 15px;
}


/* 产品 */

.pro_box {
    display: inline-block;
    padding: 65px 0;
}

#pro_lis {
    display: block;
    color: #888888;
    margin-top: 38px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.8px;
}

#pro_lis ul {
    display: block;
    text-align: center;
}

#pro_lis li {
    display: inline-block;
}

#pro_lis li::after {
    content: "|";
    margin: 0 3px;
}

#pro_lis li:last-child::after {
    content: none;
}

#pro_lis li a {
    color: #888888;
}

#pro_con {
    margin-top: 40px;
}

.pros {
    display: block;
}

.pros ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pros li {
    display: flex;
    width: 280px;   
    justify-content: flex-start;
    align-items: flex-start;
}

.pros li:nth-child(n+5) {
    margin-top: 25px;
}

.pros li a {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    background: #1c813f;
}

.pros li .img {
    display: block;
    width: 280px;
    height: 280px;
    border: solid 1px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: 0.5s ease;
}

.pros li:hover .img {
    border: solid 3px #1c813f;
}

.pros li .img img {
    width: 100%;
    height: 100%;
}

.pros li h3 {
    display: flex;
    width: 100%;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em;
    background-color: #f8f8f8;
    font-weight: normal;
    font-size: 12.88px;
    letter-spacing: 1.3px;
    color: #555555;
    line-height: 1.3;
    /* transition: 0.5s ease; */
}

.pros li:hover h3 {
    background-color: #1c813f;
    color: #ffffff;
}


/* 关于我们 */

.ab_box {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xyptcdn.com/b9176b69/20/12/8fb64ce0599fa61b06bf87c09f8515a7b12896d6.jpg");
    background-size: cover;
    height: 690px;
    padding: 80px 0 75px;
}

.abl {
    width: 554px;
    position: relative;
    float: left;
}

.abl h2 {
    font-family: Arial;
    font-size: 86px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: 8.6px;
    color: #1c813f;
    text-transform: uppercase;
}

.abl h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 159px;
    background-color: #1c813f;
    position: absolute;
    right: 0;
    top: 10px;
}

.abl h3 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.6px;
    color: #1c813f;
    display: flex;
    align-items: center;
    padding-left: 35px;
    margin-top: 20px;
}

.abl h3 span {
    font-family: Arial;
    display: block;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #1c813f;
    margin-left: 48px;
}

.abl h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1.8px;
    color: #6a6a6a;
    text-align: right;
    margin-right: 44px;
    margin-top: 20px;
}

.ab_wx {
    width: 530px;
    margin-top: 30px;
}

.ab_wx p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1.4px;
    color: #555555;
}

.abl ul {
    display: block;
    margin-top: 20px;
}

.abl li {
    float: left;
    display: block;
    width: 150px;
    margin-right: 22px;
}

.abl li a {
    display: block;
}

.abl li .img {
    display: block;
    width: 150px;
    height: 120px;
}

.abl li .img img {
    width: 100%;
    height: 100%;
}

.abl li h3 {
    display: block;
    padding: 0 0.5em;
    margin: 7px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #555555;
}

.abr {
    display: block;
    float: right;
    width: 582px;
    height: 530px;
}

.abr img {
    width: 100%;
    height: 100%;
}


/* 产品应用 */

.cpy_box {
    display: block;
    padding: 65px 0;
}

.cp_yy {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.cp_yy ul {
    display: block;
}

.cp_yy li {
    display: block;
    float: left;
    width: 494px;
    height: 477px;
    position: relative;
}

.cp_yy li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cp_yy li h3 {
    display: flex;
    position: absolute;
    bottom: -23%;
    left: 0;
    background-color: rgb(28, 129, 63, 0.76);
    width: 100%;
    height: 23%;
    padding: 0 5%;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #d6d3d3;
    line-height: 2;
    transition: 0.5s ease;
}

.cp_yy li:hover h3 {
    bottom: 0;
}

.cp_yy li:nth-child(1) {
    margin-right: 12px;
}

.cp_yy li:nth-child(2) {
    width: 467px;
    height: 235px;
    margin-right: 12px;
}

.cp_yy li:nth-child(3) {
    width: 215px;
    height: 235px;
}

.cp_yy li:nth-child(4) {
    width: 340px;
    height: 232px;
    margin-right: 12px;
    margin-top: 10px;
}

.cp_yy li:nth-child(5) {
    width: 342px;
    height: 232px;
    margin-top: 10px;
}


/* 四大优势 */

.adv4_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("//cdn.xyptcdn.com/b9176b69/20/12/110dbe220c02ac0b11eaede213ee402887a173fa.jpg");
    padding: 54px 0 65px;
}

.adv4_box .tits {
    display: block;
    text-align: center;
}

.adv4_box .tits h3 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3px;
    color: #ffffff;
}

.adv4_box .tits h4 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1.4px;
    color: #ecebeb;
    margin-top: 25px;
}

.advs {
    display: block;
    margin-top: 60px;
}

.advs ul {
    display: flex;
    width: 100%;
}

.advs li {
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
}

.advs li a {
    display: flex;
    flex-flow: column;
}

.advs li .imgs {
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.advs li h3 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 2px;
    color: #ffffff;
}


/* 新闻中心 */

.new_box {
    display: inline-block;
    padding: 70px 0 40px;
}

.news {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
}

.newl {
    width: 477px;
    display: block;
}

.newl li .img {
    display: block;
    width: 477px;
    height: 280px;
}

.newl li .img img {
    width: 100%;
    height: 100%;
}

.newl li .wzs {
    background-color: #f2f2f2;
    padding: 22px 20px 28px;
}

.newl li .wzs h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newl li .wzs h3 a {
    color: #000000;
}

.newl li .wzs p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1.2px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

.newl li .wzs span {
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #1c813f;
    margin-top: 12px;
}

.newr {
    display: block;
    width: 670px;
}

.new_w {
    display: block;
    width: 100%;
}

.new_w ul {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.new_w li {
    display: flex;
    width: 100%;
    background-color: #f8f8f8;
}

.new_w li:hover {
    background-color: #e3f0e8;
}

.new_w li:nth-child(n+2) {
    margin-top: 18px;
}

.new_w li .img {
    display: block;
    width: 166px;
    height: 130px;
    flex-shrink: 0;
}

.new_w li .img img {
    width: 100%;
    height: 100%;
}

.new_w li:hover .img {
    border: solid 3px #1c813f;
}

.new_w li .wzs {
    display: block;
    width: 504px;
    padding-right: 25px;
    padding-left: 18px;
}

.new_w li .wzs h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 1.6px;
}

.new_w li .wzs h3 a {
    color: #000000;
}

.new_w li .wzs p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1.2px;
    color: #777777;
}

.new_w li .wzs span {
    font-family: Arial;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #1c813f;
    margin-top: 10px;
}

.new_w li:hover .wzs h3 a {
    color: #1c813f;
}


/* 留言 */

.mesg {
    display: block;
    height: 422px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("//cdn.xyptcdn.com/b9176b69/20/12/df8b4529e81879ac5da46195aecdc88b5f3443f3.jpg");
    background-size: cover;
}

.liuyan {
    display: block;
    float: left;
    width: 457px;
    margin-left: 330px;
    padding: 54px 58px 0 66px;
}

.liuyan input,
.liuyan textarea {
    border: none;
    background: none;
    outline: none;
    resize: none;
}

.liuyan input::placeholder,
.liuyan textarea::placeholder {
    color: #cdcdcd;
}

.liuyan input[name="name"],
.liuyan input[name="contact"],
.liuyan textarea[name="content"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 16px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.code-group {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

#checkcode {
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
}

.checkCodeImg {
    float: right;
}

.liuyan input[name="btn"] {
    background: #fab62c;
    border-radius: 5px;
    line-height: 36px;
    height: 36px;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
}

.ft_lx {
    display: block;
    float: right;
    width: 413px;
    padding-left: 56px;
    padding-top: 40px;
}

.ft_lx h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ft_lx h3 p {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    margin-top: 11px;
    letter-spacing: 1.6px;
    color: rgba(255, 255, 255, 0.35);
}

.ft_lx>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1.4px;
    color: #ffffff;
}


/*友情链接*/

.links {
    display: block;
    border-bottom: 1px solid #4b4b4b;
    padding: 15px 0;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #d6d3d3;
    font-size: 16px;
}

.f_link a {
    color: #bdbbbb;
    font-size: 12px;
}

.f_link a::after {
    content: ",";
}


/* 底部 */

.foots {
    background-color: #303030;
}

.ftxx {
    padding: 15px 0;
    text-align: center;
}

.ftxx,
.ftxx a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #d6d3d3;
}


/*内页左侧样式*/

.container {
    width: 1200px!important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}


.xypg-left-nav > li:hover  ul{
    display: block}


/* 内页 */


/* 左侧 */

.page-position {
    font-size: 14px;
    color: #555555;
}

.page-wrap-left,
.xypg-left {
    width: 243px;
}

.xypg-left-title {
    text-align: center;
}

.xypg-left-title h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
}

.xypg-left-title span {
    display: none;
}

.first-nav-btn {
    display: none;
}

.xypg-left-nav>li>a {
    text-align: center;
    padding: 0 0.5em;
    font-size: 16px;
    letter-spacing: 1.4px;
    color: #555555;
    line-height: 50px;
}

.latest-news li {
    text-align: left;
    padding: 0 1em;
}

.latest-news li a {
    padding-left: 5px;
    position: relative;
    font-family: "SimSun";
    line-height: 36px;
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #555555;
}

.latest-news li a:before {
    background: none;
    content: "";
    width: 2px;
    height: 2px;
    padding: 0;
    margin: 0;
    background-color: #555555;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.hot-keys li a {
    font-size: 12px;
    border: dashed 1px #aaaaaa;
}

.page-wrap-contact h4 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #000000;
    padding: 0 1em;
    margin-top: 5px;
}

.page-wrap-contact p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #000000;
    border-top: none;
    padding: 0 1em;
}







/* 内页产品 */


.ny_pros {
    display: block;
}

.ny_pros ul {
    display: flex;
    width: 100%;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.ny_pros li {
    display: flex;  
    justify-content: flex-start;
    align-items: flex-start;
    width: 32%;
    margin-right: 2%;
}

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

.ny_pros li:nth-child(n+4) {
    margin-top: 25px;
}

.ny_pros li a {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    background: #1c813f;
    flex-grow: 1;
}

.ny_pros li .img {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: 0.5s ease;
}

.ny_pros li:hover .img {
    border: solid 3px #1c813f;
}

.ny_pros li .img img {
    width: 100%;
    height: 100%;
}

.ny_pros li h3 {
    display: flex;
    width: 100%;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em;
    background-color: #f8f8f8;
    font-weight: normal;
    font-size: 12.88px;
    letter-spacing: 1.3px;
    color: #555555;
    line-height: 1.3;
     transition: 0.5s ease; 
}

.ny_pros li:hover h3 {
    background-color: #1c813f;
    color: #ffffff;
}
