* {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img,
iframe {
    display: block;
    border: 0;
    outline: 0;
}

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

a:hover {
    color: #19bf7f;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #f5f5f5;
}

input {
    background-color: transparent;
}

input[type='radio'] {
    opacity: 1;
    width: 14px;
    height: 14px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background: #fff;
    position: relative;
    background-color: #cccccc;
}

input[type='radio']:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    left: -6px;
    border: 1px solid #cccccc;
}

input[type='radio']:checked {
    background: #19bf7f;
    border: 1px solid#19bf7f;
    position: relative;
}

input[type='radio']:checked:after {
    border: 1px solid#19bf7f;
}

input[type='checkbox'] {
    opacity: 1;
    width: 20px;
    height: 20px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #19bf7f;
}

input[type='checkbox']:checked {
    background: #19bf7f;
    border: 1px solid #19bf7f;
    position: relative;
}

input[type='checkbox']:checked::after {
    content: '';
    top: 5px;
    left: 4px;
    position: absolute;
    border: solid 1px #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg);
}

select {
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../imgs/jt-set.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
    background-color: transparent;
    padding-right: 25px;
    background-position: right 10px top 50%;
}

select:focus {
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../imgs/jt-set-down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
    background-color: transparent;
    padding-right: 25px;
    background-position: right 10px top 50%;
    background-color: #f1f4f9;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
}

.clearfix {
    position: relative;
}

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

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.elastic-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elastic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.just-bet {
    justify-content: space-between;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.bg-fff {
    background-color: #fff;
}

/* 头部 */
.header-box {
    background: #fff;
    padding: 10px 0;
}
.header-img img {
    width: 340px;
}
.header-ul li a {
    display: block;
    font-size: 17px;
    color: #333;
    position: relative;
    padding: 15px 20px;
}
.header-ul li.active a {
    color: #19bf7f;
}
.header-ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35px;
    margin: auto;
    background: #fff;
    height: 4px;
    border-radius: 4px;
}
.header-ul li.active a::before {
    background: #19bf7f;
}

/* 头部end */

/* 底部 */

.footer {
    padding: 10px 0;
    font-size: 12px;
    background-color: #313131;
    color: #fff;
}

.footer p {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer p span {
    margin: 0 10px;
}
/* 底部end */
.contactView-box {
    z-index: 10001;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
}
/* 右侧悬浮 */
.contactView {
    width: 200px;
    padding: 15px;

    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 10px #eee;
    border-radius: 5px;
    margin: auto;
    font-size: 15px;
}
.contactView .qrcode img {
    width: 100%;
}
.contactView .wtext {
    font-size: 14px;
    font-weight: bolder;
    color: #000;
}
.contactView .wechat {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contactView .contactlist .ct {
    font-size: 15px;
}
.contactView .contactlist ul li {
    margin-bottom: 10px;
}
.contactView .contactlist ul li .cc {
    font-size: 18px;
    font-weight: bolder;
    color: #19bf7f;
    margin-top: 5px;
}
.contactView .contactlist ul {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.contactView .totop .ticon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background: url(../imgs/top-img.png) no-repeat center center;
    background-size: 40px;
}
.lyb-box {
    width: 260px;
    margin-top: 20px;
    padding: 0;
}
.lyb-title {
    background: #19bf7f;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 6px 6px 0 0;
    text-align: left;
}
.lyb-ul {
    padding: 15px 15px 0;
}
.lyb-ul li {
    width: 100%;
}
.lyb-ul .lyb-list {
    margin-bottom: 10px;
    border: 1px solid #ccd4d1;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.lyb-ul .lyb-yzmbox {
    justify-content: space-between;
}
.lyb-ul .lyb-yzmbox input {
    flex: inherit;
    width: 80px;
}
.lyb-ul .lyb-list input {
    flex: 1;
}

.lyb-ul .lyb-list textarea {
    flex: 1;
    height: 70px;
    width: auto;
}
.lyb-ul .lyb-list img {
    width: 13px;
    height: 13px;
    margin-right: 15px;
}
.lyb-yzm {
    color: #19bf7f;
    font-size: 18px;
    width: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px !important;
    justify-content: center;
}
.lyb-bth-box {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 15px;
}
.lyb-bth {
    width: 80px;
    background: #19bf7f;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
/*  右侧悬浮end*/
/*  banner*/
#main {
    position: relative;
}
#main .box {
    width: 100%;
    height: 600px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
#main .box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    object-fit: cover;
}

#main .page {
    height: 22px;
    position: absolute;
    bottom: 40px;
    right: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
#main .page a {
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 0px 12px;
    opacity: 0.5;
    border-radius: 50%;
    background: #000;
}
#main .page a.active {
    opacity: 1;
    background: #fff;
}
.banner-box {
    width: 100%;
}
.banner-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.pb60 {
    padding: 60px 0;
}
.pb40 {
    padding: 40px 0;
}
.sy-tiitle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.sy-tiitle .sy-text {
    color: #999999;
    font-size: 16px;
    margin: 0 20px;
    text-transform: uppercase;
    text-align: center;
 /*    width: 360px; */
    position: relative;
}
.sy-tiitle .sy-text h2 {
    font-weight: bold;
    color: #333;
    font-size: 28px;
    margin-bottom: 5px;
}
/* .sy-tiitle .sy-text::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 1px;
    top: 50%;
    background: #ddd;
}
.sy-tiitle .sy-text::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 1px;
    top: 50%;
    background: #ddd;
} */

/*  业务范围*/
.ywfw-mar {
    margin-left: -30px;
}
.ywfw-ul {
    display: flex;
}
.ywfw-ul li {
    width: 25%;
    margin-bottom: 30px;
}
.ywfw-ul li a.ywfw-list {
    display: block;
    padding: 45px 20px 30px;
 /*    box-shadow: 0 0 10px #eee; */
    border-radius: 10px;
    text-align: center;
    margin-left: 30px;
    height: 260px;
    box-sizing: border-box;
    background: #fff;
}

.ywfw-ul li a.ywfw-list img {
    width: 50px;
    height: 50px;
    margin: auto;
}
.ywfw-ul li a.ywfw-list h2 {
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
}
.ywfw-ul li a.ywfw-list p{
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}

.ywfw-ul li a.ywfw-list .more {
  
    color: #19bf7f;
    font-size: 14px;
    width: 90px;
    display: block;
    margin: auto;
    padding: 8px 0;
    border-radius: 4px;
    display: none;
    background: #fff;
}
.ywfw-ul li a.ywfw-list:hover{
background: #19bf7f;
}
.ywfw-ul li a.ywfw-list:hover img{
    filter: brightness(0) invert(1);
}
.ywfw-ul li a.ywfw-list:hover h2{
    color: #fff;
}
.ywfw-ul li a.ywfw-list:hover p{
    display: none;
}
.ywfw-ul li a.ywfw-list:hover .more {
  
  
    display: block;
}
/* --公司简介-- */
.bg-green {
    background: #e4f6ef;
}
.gsjj-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 50px;
}
.gsjj-box .gsjj-rig {
    width: 60%;
}
.gsjj-box .gsjj-rig img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.gsjj-box .gsjj-lef {
    position: absolute;
    top: 35px;
    left: 0;
    width: 55%;
    height: 430px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.gsjj-box .gsjj-lef .gsjj-text {
    color: #333;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    word-break: break-all;
    line-height: 32px;
}
.gsjj-bot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: #19bf7f;
    width: 140px;
    box-sizing: border-box;
    margin-top: 30px;
    line-height: 24px;
}
a.gsjj-bot:hover {
    color: #fff;
}
a.wcfs:hover {
    color: #fff;
}
.gsjj-bot img {
    margin-left: 10px;
}
/*  公司业绩*/
.bg-gsyj {
    background-image: url(../imgs/ggyj-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.hyzx_tab {
    display: flex;
    align-items: center;
}
.hyzx_tab li {
    font-size: 18px;
    color: #333333;
    padding: 10px 30px;
    cursor: pointer;
}
.hyzx_tab li.active {
    background: #19bf7f;
    border-radius: 4px;
    color: #fff;
}
.yj-bot {
    margin: auto;
}
/* 工程业绩 */
.gsyj-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.gsyj-ul li {
    width: 50%;
    margin-bottom: 30px;
}
.gsyj-ul li .gsyj-item {
    box-shadow: 0 0 10px #eee;
    background: #fff;
    margin-right: 15px;
    padding: 30px;
    border-radius: 10px;
    display: block;
}
.gsyj-ul li .gsyj-item:hover {
    color: #333;
}
.gsyj-ul li:nth-child(2n + 0) .gsyj-item {
    margin-right: 0;
    margin-left: 15px;
}
.gsyj-ul li .gsyj-item .gsyj-text {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.gsyj-gcbox {
    justify-content: space-between;
    margin-bottom: 20px;
}
.gsyj-gcbox .gsyj-gclist {
    color: #333;
    font-size: 14px;
    text-align: center;
}
.gsyj-gcbox .gsyj-gclist img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 200px;
    margin-bottom: 15px;
}
.zzqh-box .gsyj-gcbox .gsyj-gclist {
    font-size: 18px;
}
.zzqh-box .gsyj-gcbox .gsyj-gclist img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 400px;
    margin-bottom: 15px;
}
.gsyj-gc-vs {
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 20px;
}
.zzqh {
    font-size: 23px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}
/* 工程业绩 */

.zxyj-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.zxyj-ul li {
    width: 50%;
    margin-bottom: 30px;
}
.zxyj-ul li .zxyj-item {
    box-shadow: 0 0 10px #eee;
    background: #fff;
    margin-right: 15px;
    padding: 30px;
    border-radius: 10px;
   display: flex;
   align-items: center;
}
.zxyj-ul li .zxyj-item .zxyj-item-lef{
border-right: 1px solid #eee;
font-size: 14px;
height: 120px;
text-align: left;
padding: 0 60px 0 30px;
}
.zxyj-ul li .zxyj-item .zxyj-item-lef h1{
    font-weight: bold;
    font-size: 38px;
    color: #333
}
.zxyj-ul li .zxyj-item .zxyj-item-lef span{
    width: 25px;
    height: 3px;
    margin: 20px 0 30px;
    background: #e7e7e7;
    display: block;
}
.zxyj-ul li .zxyj-item:hover .zxyj-item-lef p{
    color: #333
}
.zxyj-ul li:nth-child(2n + 0) .zxyj-item {
    margin-right: 0;
    margin-left: 15px;
}
.zxyj-ul li .zxyj-item .zxyj-item-rig{
    flex: 1;
    padding-left: 30px;
}
.zxyj-ul li .zxyj-item .zxyj-item-rig h2 {

    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.zxyj-ul li .zxyj-item:hover .zxyj-item-rig h2 {
    color: #19bf7f;
}
.zxyj-ul li .zxyj-item .zxyj-item-rig p {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
}
.zxyj-ul li .zxyj-item .zxyj-item-rig span{
    margin-top: 20px;
    color: #999;
    font-size: 14px; 
    display: block;
}

/* 公告公示 */
.ggs-box {
    display: flex;
}
.ggs-box .ggs-list {
    width: 50%;
    height: 226px;
    overflow: hidden;
    margin-top: 30px;
}
.ggs-box .ggs-list .zxyj-ul {
    margin-right: 15px;
    margin-top: 0;
}
.ggs-box .ggs-list:nth-child(2n + 0) .zxyj-ul {
    margin-right: 0px;
    margin-left: 15px;
}
.ggs-list .zxyj-ul li {
    width: 100%;
    margin-bottom: 0;
}
.ggs-list .zxyj-ul li .zxyj-item {
    margin: 0 !important;
    background: transparent;
    box-shadow: inherit;
}
.ggs-list .zxyj-ul li .zxyj-item h2 {
    min-height: 30px;
}

.ggs-lef .zxyj-ul {
    background: #f7f7f7;
}
.ggs-lef .zxyj-ul li:first-child {
    border-bottom: 1px solid #eee;
}
.ggs-lef .zxyj-ul li .zxyj-item {
    padding: 20px 30px;
}
.ggs-lef .zxyj-ul li .zxyj-item h2 {
    color: #666;
}
.ggs-lef .zxyj-ul li .zxyj-item p {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}
.ggs-lef .zxyj-ul li .zxyj-item .zxyj-top {
    justify-content: space-between;
    margin-bottom: 15px;
}
.ggs-lef .zxyj-ul li .zxyj-item .zxyj-top span {
    color: #999;
    font-size: 14px;
    border: 1px solid #999999;
    padding: 3px 15px;
    border-radius: 4px;
}
.ggs-lef .zxyj-ul li .zxyj-item:hover h2,
.ggs-lef .zxyj-ul li .zxyj-item:hover .zxyj-top p {
    color: #19bf7f;
}

.ggs-lef .zxyj-ul li .zxyj-item:hover .zxyj-top span {
    color: #19bf7f;
    border: 1px solid #19bf7f;
}

.ggs-rig .zxyj-ul {
    background: #fff;
}
.ggs-rig .zxyj-ul li {
    border-bottom: 1px solid #eee;
}
.ggs-rig .zxyj-ul li .zxyj-item {
    padding: 30px 0;
}
.ggs-rig .zxyj-ul li:first-child .zxyj-item {
    padding-top: 0;
}
.ggs-rig .zxyj-ul li .zxyj-item p {
    margin-top: 20px;
}
.menu-box {
    background: #fff;
    position: relative;
    box-shadow: 0px 8px 8px #f5f5f5;
}
.menu-cont {
    height: 80px;
    justify-content: flex-end;
}
.menu-cont .menu-rig img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.min-600 {
    min-height: 600px;
    box-sizing: border-box;
}
/* 页码 */
.page-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.page-box a {
    color: #333;
    font-size: 16px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    min-width: 32px;

    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 10px;
    display: block;
}
.page-box a.page-list {
    background: #f1f1f1;
    padding: 0px 15px;
}
.page-box a.active {
    color: #fff;
    background: #19bf7f;
    padding: 0px 15px;
}


/*业务范围  */
.yewufw-ul{
    display: flex;
    flex-wrap: wrap;
}
.yewufw-ul li {
 
    margin-bottom: 30px;
    display: flex; width: 50%;
  
}
.yewufw-ul li .yewufw-mar{
    flex: 1;
    padding: 30px 40px;
    box-shadow: 0 0 10px #eee;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
    text-align: center;
}

.yewufw-ul li:nth-child(2n+0) .yewufw-mar{
    margin-right: 0;
    margin-left: 15px;
}
.yewufw-ul li img {
    width: 50px;
    height: 50px;
    margin: auto;
   /*  margin-right: 20px; */
}
.yewufw-ul .yewufw-rig {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    display: block;
}
.yewufw-ul .yewufw-rig h2 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    margin-top: 10px;
}
/*联系我们  */
.lxwm-box .lxwm-lef {
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
}
.lxwm-box .lxwm-lef p {
    margin-bottom: 20px;
}
.lxwm-box .lxwm-rig {
    float: right;
    width: 50%;
}
.lxwm-box .lxwm-rig img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
/*公司简介  */

.cpypro-box .cpypro-lef {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
}
.cpypro-box .cpypro-rig {
    float: right;
    position: relative;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 40%;
    box-sizing: border-box;
    z-index: 1;
}
.cpypro-box .cpypro-rig img {
    width: 100%;
    height: 520px;
    border-radius: 10px;
    object-fit: cover;
}
.cpypro-box .cpypro-rig:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #19bf7f;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    z-index: -1;
}
.jjnr {
    line-height: 40px;
    margin-top: 20px;
}
/* 在线留言 */

.zxly {
    margin-bottom: 20px;
}
.zxly li {
    width: 25%;
    font-size: 16px;
}
.zxly li .jianju {
    margin-right: 10px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.zxly li .jianju input {
    padding: 11px 16px;
    width: 100%;
    font-size: 16px;
}
.zxly li .jianju p {
    background: #fff;
    margin: 0 10px;
    padding: 10px 20px;
    color: #19bf7f;
}
.ndly textarea {
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    font-size: 16px;
}
.wcfs {
    background: #19bf7f;
    padding: 10px 20px;
    margin: 40px auto 0;
    display: table;
    color: #fff;
    border-radius: 4px;
}
.gggs{
    min-height: 150px;
}
.gggs h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.gggs p{
    font-size: 18px;
    color: #666;
}
@media (max-width: 1259px) {
    .w-1200 {
        width: 94%;
    }
}



/* 新1.2 */
/* 公司新闻 */
.gsxw-ul li {
    padding: 30px 40px;
    box-shadow: 0 0 10px #eee;
    background: #fff;
    margin-bottom: 30px;
}
.gsxw-ul .gsxw-item {
    display: flex;
}
.gsxw-ul .gsxw-item img {
    width: 260px;
    height: 200px;
    object-fit: cover;
}
.gsxw-ul .gsxw-item{  
   font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
   
}

.gsxw-ul .yewufw-rig {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 30px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.gsxw-ul .yewufw-rig h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.gsxw-ul  .yewufw-rig p.text-two {
    height: 52px;
}
.gsxw-ul .gsxw-bth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gsxw-ul .gsxw-bth span {
    background-color: #28c48f;
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 150px;
    text-align: center;
}


/* 公司新闻详情 */
.gggs-time {
    margin-bottom: 30px;
    font-size: 13px;
    color: #999;
}
.up-dowm-box {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 30px;
}
.up-dowm-box .ud-item {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.up-dowm-box .ud-item:hover {
    color: #19bf7f;
}

/* 案例 */
.gsal-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.gsal-ul li {
    width: 33.33%;
    margin-bottom: 40px;
}
.gsal-ul li .gsal-item {
    display: block;
    margin: 0 20px;
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eeeeee;
}
.gsal-ul li .gsal-img {
    position: relative;
}

.gsal-ul li .gsal-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.gsal-ul li .gsal-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    padding: 20px;
}
.gsal-ul li .gsal-text {
    padding: 20px;
    height: 200px;
    box-sizing: border-box;
}
.gsal-ul li .gsal-text h2 {
    line-height: 26px;
    height: 52px;
    font-size: 18px;
    color: #333;
}

.gsal-ul li .gsal-text p.text-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}
.gsal-ul li .gsal-text .bth {
    color: #19bf7f;
    font-size: 16px;
    background: #fff;
    text-align: center;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    display: block;
    margin: auto;
    margin-top: 40px;
    display: none;
}
.gsal-ul li .gsal-item:hover {
    border: 1px solid #19bf7f;
    background: #19bf7f;
}

.gsal-ul li .gsal-item:hover .gsal-text h2 {
    color: #fff;
}
.gsal-ul li .gsal-item:hover p.text-three {
    display: none;
}
.gsal-ul li .gsal-item:hover .gsal-text .bth {
    display: block;
}



/* 联系我们 */
.lxwm-ul {
    margin: 30px 0 60px;
    display: flex;
}
.lxwm-ul li {
    flex: 1;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.lxwm-ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #dbdbdb;
    right: 0;
    top: 30%;
}
.lxwm-ul li:last-child:after {
    display: none;
}
.lxwm-ul li img {
    width: 50px;
    height: 50px;
    margin: auto;
}
.lxwm-ul li h2 {
    color: #333;
    font-size: 20px;
    margin: 15px 0;
    font-weight: normal;
}
.lxwm-map img {
    display: block;
    margin: auto;
    width: 100%;
}

/*首页-公司简介 */
.gsjj-sy-box{
    position: relative;
    padding: 60px 0;
    box-sizing: border-box;
    display: flex;
    height: 470px;
   
}
.gsjj-sy-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
    width: 1120px;
    height: 470px;
    border: 1px solid#19bf7f;
    z-index: -1;

}
.gsjj-sy-box .gsjj-sy-left{
    width: 40%;

}
.gsjj-sy-box .gsjj-sy-left img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.gsjj-sy-box .gsjj-sy-right{
    flex: 1;
   padding: 0 50px;
}
.gsjj-sy-box .gsjj-sy-right h2{
font-size: 28px;
font-weight: bold;
color: #333;    
}
.gsjj-sy-box .gsjj-sy-right p.yw{
  color: #cccccc;
  font-size: 20px;
  text-transform:uppercase;
 
}
.gsjj-sy-box .gsjj-sy-right .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
    height: 112px;
    margin: 60px 0 50px;
}

.more-bth{
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #19bf7f;
    display: block;
    background-color: #fff;
}
.more-bth img{
    width: 22px;
    height: 22px;
    margin: 18px;

}
.more-bth:hover{
    background: #19bf7f;
}
.more-bth:hover img{
    filter: brightness(0) invert(1);
}
.gsjj-sy-right-more{
    display: flex;
    justify-content: flex-end;
}
.gsjj-sy-right-more .more-bth{
    margin: inherit;
}
.sy-ywfw-bg{
 background: #f6fbfb;   
}
.sy-gggs-bg{
background-image: url(../../static/imgs/gsgg-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
}