@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author Siyuan! <2039750417@qq.com>
 * @version v10.1.5
 * @support http://www.886886.com
 */


.wp {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto
}

a {
    transition: all 0.3s ease 0s
}

img {
    max-width: 100%;
}

a.imgzoom img {
    transition: all 0.3s ease 0s
}

a.imgzoom:hover img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}

@font-face {
    font-family: 'SOURCEHANSERIFCN';
    src: url(fonts/SOURCEHANSERIFCN-EXTRALIGHT.OTF),
    url(fonts/SOURCEHANSERIFCN-EXTRALIGHT.OTF);
}

body {
    font-family: 'SOURCEHANSERIFCN';
    background: url(../images/bodyback.png);
}

.img {
    position: relative;
}

.img.aftback:after {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.001) 10%, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0.16) 90%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.001) 10%, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0.16) 90%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.001) 10%, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0.16) 90%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.001) 10%, rgba(0, 0, 0, 0.12) 85%, rgba(0, 0, 0, 0.16) 90%); /* 标准的语法（必须放在最后） */
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0px;
    bottom: 0px;
    content: "";
}

.minbanner {
    width: 1500px;
    max-width: 100%;
    height: 700px;
    margin: 0px auto;
}

.minbanner .swiper-slide {
    height: 100%;
}

.minbanner .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    border-radius: 10px;
    outline: none !important;
}

.minbanner-top {
    width: 100%;
    height: 128px;
}

.minbanner-top .logo {
    position: absolute;
    top: 14px;
    left: 0px;
}

.minbanner-top .sear {
    position: absolute;
    top: 57px;
    right: 0px;
}

.minbanner-top .menu {
    display: none;
}

.minbanner-top .sear input {
    position: absolute;
    width: 200px;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.123);
    border-radius: 20px;
    right: 30px;
    outline: none;
    top: -5px;
    display: none;
}

.minbanner-top .sear a {
    display: block;
    width: 25px;
    height: 26px;
    cursor: pointer;
    float: right;
}

.minbanner-top .sear a i {
    font-size: 26px;
    color: #221915;
}

.minbanner-top .sear:hover {
    width: 270px;
}

.minbanner-top .sear:hover input {
    display: block;
}

.minbanner-top:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/topback.png) no-repeat center;
    height: 52px;
    z-index: 99;
}

.nav > ul {
    padding-top: 58px;
    padding-left: 22%;
}

.nav > ul > li {
    display: inline-block;
    vertical-align: top;
}

.nav > ul > li > a {
    font-weight: bold;
    color: #221915;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 20px;
}

.nav > ul > li > a:hover {
    box-shadow: 0px 0px 10px inset rgba(2, 85, 39, 0.25);
    background: rgba(2, 85, 39, 0.1);
}

.nav > ul > li.curr > a {
    box-shadow: 0px 0px 10px inset #025527;
    background: #025527;
    color: #ffffff;
}

.sy-about {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    overflow: hidden;
}

.sy-about .img {
    width: 51%;
    height: 375px;
}

.sy-about .block {
    width: 47%;
    height: 360px;
    overflow: hidden;
}

.sy-about .block .name {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0px;
}

.sy-about .block .con {
    font-size: 20px;
    color: #221915;
    line-height: 30px;
}

.sy-title {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 68px;
}

.sy-title .name {
    width: 270px;
    height: 79px;
    line-height: 79px;
    background: url(../images/titleback.png) no-repeat center;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.sy-more {
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    border: 1px solid #C1D6C8;
    background: #E3E3E3;
    text-align: center;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
}

.sy-more:hover {
    background: #025527;
    border: 1px solid #025527;
    color: #ffffff;
}

.sy-desc {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #221915;
}

.sy-news {
    height: 526px;
    margin-top: 20px;
}

.sy-news .img {
    width: 52%;
    height: 100%;
    float: left;
    position: relative;
}

.sy-news .img .con {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 20px);
}

.sy-news .img .name {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.sy-news .img .desc {
    color: #D8D8D8;
    font-size: 14px;
    line-height: 25px;
    margin-top: 3px;
}

.sy-news .item {
    width: 44%;
    background: #ffffff;
    padding: 9.4px 2%;
    float: left;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    left: 0px;
    transition: all 0.3s ease 0s
}

.sy-news .item .dd1 {
    display: flex;
    justify-content: space-between;
}

.sy-news .item .dd1 .a {
    font-weight: bold;
    color: #221915;
    font-size: 20px;
    padding-right: 10px;
    height: 26px;
    overflow: hidden;
}

.sy-news .item .dd1 .b {
    font-weight: bold;
    color: #221915;
    font-size: 14px;
}

.sy-news .item .desc {
    color: #221915;
    font-size: 14px;
    line-height: 25px;
    margin-top: 3px;
    height: 50px;
    overflow: hidden;
}

.sy-news .item .more {
    width: 90px;
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    background: #EBEBEB;
    text-align: center;
    font-size: 12px;
    color: #221915;
}

.sy-news .item:hover {
    left: -10px;
    z-index: 9;
    background: #CFEFB2;
    transition: all 0.3s ease 0s
}

.sy-news .item:hover .more {
    background: #025527;
    color: #ffffff;
}

.sy-case {
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
}

.sy-case .item {
    width: 25%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.sy-case .item .img {
    width: 100%;
    height: 100%;
}

.sy-case .item .back {
    position: absolute;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.456);
    transition: all 0.3s ease 0s
}

.sy-case .item .back {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sy-case .item .back .name {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    width: 100%;
    padding: 0px 10%;
    text-align: center;
}

.sy-case .item .back .more {
    background: rgba(255, 255, 255, 0.123);
    border-radius: 20px;
    padding: 8px 20px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.sy-case .item .back .more:hover {
    background: rgba(255, 255, 255, 0.456);
}

.sy-case .item:hover .back {
    top: 0%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s
}

.sy-sxy {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sy-sxy .viewvideo {
    width: 78.6%;
    height: 546px;
    background: #000000;
    position: relative;
}

.sy-sxy .viewvideo iframe,
.sy-sxy .viewvideo video {
    width: 100% !important;
    height: 100% !important;
}

.sy-sxy .viewlist {
    width: 20%;
}

.sy-sxy .viewlist .item {
    width: 100%;
    height: 125px;
    margin-bottom: 15px;
}

.sy-sxy .viewlist .item .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.sy-sxy .viewlist .item .urlblock {
    display: none;
}

.sy-sxy .viewlist .item .name {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.456);
}

.sy-sxy .viewlist .item a.cur .name {
    background: #025527;
}

.sy-coop {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sy-coop .item {
    width: 15.66%;
    height: 88px;
    margin: 5px 0.5%;
}

.sy-coop .item .img {
    width: 100%;
    height: 100%;
}

footer {
    margin-top: 70px;
}

footer .back {
    width: 100%;
    height: 360px;
    background: url(../images/footerback.png) no-repeat center;
    position: relative;
}

footer .wp {
    display: flex;
    justify-content: space-between;
}

footer .item {
    width: 23%;
    margin: 0px 1%;
    padding-top: 90px;
}

footer .item .name {
    font-weight: bold;
    font-size: 18px;
    color: #7E736E;
    margin-bottom: 20px;
}

footer .item .li {
    color: #7E736E;
    font-size: 16px;
    margin-top: 2px;
}

footer .item a {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 16px;
    color: #7E736E;
}

footer .item.kuaisu {
    width: 25%;
}

footer .item.ever {
    text-align: center;
}

footer .item.ever img {
    height: 137px;
}

footer .bo {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.033);
    text-align: center;
    font-size: 14px;
    color: #7E736E;
}

.arpos {
    font-size: 16px;
    color: #221915;
    background: #DBECE1;
    padding: 10px 0px;
}

.arpos i {
    color: #025527;
    font-size: 18px;
    margin-right: 3px;
    font-weight: bold;
}

.arwmtd .name {
    margin-top: 71px;
    text-align: center;
    margin-bottom: 37px;
    font-size: 22px;
    color: #221915;
}

.arwmtd .name font {
    font-size: 42px;
    color: #FE7600;
}

.arczdsj {
    padding-top: 1px;
    margin-top: 70px;
    background: #ECFBF1;
    padding-bottom: 70px;
    position: relative;
}

.arczdsj .swbor {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 152px;
    border: 1px solid #7DAC92;
    z-index: 1;
}

.eventsdome {
    margin-top: 50px;
}

.eventsdome .swiper-container {
    margin: 0px 5%;
    z-index: 2;
}

.eventsdome .swiper-button-next, .eventsdome .swiper-button-prev {
    top: 83%;
    width: 27px;
    height: 40px;
    background-size: auto auto;
}

.eventsdome .swiper-slide {
    height: 345px;
}

.eventsdome .swiper-button-next {
    background-image: url(../images/arror-r.png);
}

.eventsdome .swiper-button-prev {
    background-image: url(../images/arror-l.png);
}

.eventsdome .item {
    border-left: 2px solid #7DAC92;
    padding: 0px 20px;
    height: 100%;
    position: relative;
}

.eventsdome .item:after {
    content: "";
    position: absolute;
    background: #ECFBF1;
    border: 1px solid #7EAD93;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    bottom: 70px;
    left: -16px;
}

.eventsdome .item .bor {
    width: 45px;
    height: 5px;
    background: #025527;
}

.eventsdome .item .name {
    font-size: 18px;
    font-weight: bold;
    color: #025527;
    margin-top: 15px;
}

.eventsdome .item .desc {
    font-size: 14px;
    line-height: 25px;
    color: #025527;
    margin-top: 15px;
}

.eventsdome .item .conbo {
    position: absolute;
    bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #025527;
    left: 40px;
}

.artuwen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.artuwen .item {
    width: 23%;
    margin: 0px 1% 10px 1%;
    text-align: center;
}

.artuwen .item .img {
    width: 100%;
    height: 250px;
}

.artuwen .item .name {
    font-weight: bold;
    font-size: 22px;
    color: #221915;
    margin-top: 15px;
}

.artuwen .item .desc {
    font-size: 18px;
    font-weight: bold;
    color: #7E736E;
    margin-top: 15px;
    line-height: 25px;
}

.artuwen.team .item {
    width: 18%;
}


/*内容弹框配置*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #025527 !important;
    background-color: #025527 !important;
}

.layer-itemcontent {
    width: 600px !important;
}

.layer-itemcontent .layui-layer-content {
    width: 100%;
    height: 700px;
    overflow-y: auto;
}

.condetails .title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    padding: 30px 20px 10px 20px;
}

.condetails .zhicheng {
    font-size: 22px;
    font-weight: blod;
    text-align: center;
    padding-bottom: 20px;
}

.condetails .img img {
    max-width: 90%;
}

/*end内容弹框配置*/

.arnewslist {
    padding-top: 20px;
}

.arnewslist li {
    height: 180px;
    margin-top: 15px;
    border: 1px solid rgba(255,255,255, 0);
}

.arnewslist li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arnewslist li a .imgcrea {
    width: 355px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.arnewslist li a .imgcrea .img {
    margin-right: 15px;
    width: 240px;
}

.arnewslist li a .con .dd1 {
    color: #221915;
    font-size: 22px;
    font-weight: bold;
    height: 27px;
    overflow: hidden;
    padding-right: 10px;
}

.arnewslist li a .con .dd2 {
    color: #707070;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 10px;
    max-height: 84px;
    overflow: hidden;
}

.arnewslist li a .imgcrea .crea {
    margin-top: 58px;
    text-align: center;
}

.arnewslist li a .imgcrea .crea .bor {
    position: relative;
    width: 100px;
    height: 1px;
    background: #C4C4C4;
    margin: 5px auto 10px auto;
}

.arnewslist li a .imgcrea .crea .bor:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 5px;
    width: 30px;
    background: #025527;
    left: 50%;
    margin-left: -15px;
}

.arnewslist li:hover {
    background: #CFEFB2;
    border: 1px solid #CFEFB2;
}

.mright {
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
}

.arcase {
    margin-top: 35px;
}

.arcase .item {
    width: 24%;
    margin: 5px 0.5%;
}

.arbusiness {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.arbusiness .item {
    width: 31.33%;
    margin: 10px 1%;
}

.arbusiness .item .img {
    width: 100%;
    height: 208px;
}

.arbusiness .item .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.456);
    transition: all 0.3s ease 0s;
}

.arbusiness .item .icon {
    margin: 80px auto 0px auto;
    width: 43px;
    height: 43px;
    background: url(../images/bf.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

.arbusiness .item .name {
    text-align: center;
    color: #221915;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.arbusiness .item:hover .icon {
    opacity: 1;
}

.arviewvideo {
    height: 500px;
    width: 80%;
    margin: 10px auto;
    position: relative;
}

.arviewvideo iframe,
.arviewvideo video {
    width: 100% !important;
    height: 100% !important;
}

.arcoop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.arcoop .item {
    width: 15%;
    height: 90px;
    margin: 5px 0.5%;
}

.arcoop .item .img {
    width: 100%;
    height: 100%;
}

.prlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.prlist .item {
    width: 31.33%;
    margin: 5px 1%;
}

.prlist .item .img {
    width: 100%;
    height: 275px
}

.prlist .item .name {
    border: 2px solid #80C588;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

.ardown {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.ardown .item {
    width: 23%;
    margin: 5px 1%;
}

.ardown .item .img {
    width: 100%;
    height: 364px;
}

.ardown .item .name {
    display: block;
    border: 1px solid #80C588;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    background: #80C588;
    margin-top: 15px;
    color: #025527;
    border-radius: 5px;
}

.ardown .item .name i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/xz.svg) no-repeat center;
    vertical-align: middle;
    transform: translateY(-1.3px);
}

/*留言板模块*/
.sy-liuyanbtn {
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 9999;
    background: #6DB82B;
    overflow: hidden;
    width: 50px;
    border-radius: 5px;
}

.sy-liuyanbtn .icon {
    width: 100%;
    height: 58px;
    background: #025527;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
}

.sy-liuyanbtn .icon i {
    font-size: 32px;
}

.sy-liuyanbtn .name {
    background: #6DB82B;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 16px;
}

.sy-liuyancontr {
    padding: 60px;
    position: relative;
}

.sy-liuyancontr:after,
.sy-liuyancontr:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 86px;
    height: 90px;
}

.sy-liuyancontr:after {
    left: 20px;
    background: url(../images/book_icon1.png) no-repeat center;
}

.sy-liuyancontr:before {
    right: 20px;
    background: url(../images/book_icon2.png) no-repeat center;
}

.sy-liuyancontr .nat {
    font-weight: bold;
    font-size: 36px;
    color: #025527;
    text-align: center;
    padding-bottom: 30px;
}

.sy-liuyancontr .input-block {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.sy-liuyancontr .input-block .name {
    font-size: 18px;
    font-weight: bold;
    color: #221915;
    width: 100px;
    line-height: 40px;
}

.sy-liuyancontr .input-block .input {
    display: flex;
    flex: 1;
    position: relative;
}

.sy-liuyancontr .input-block .input input,
.sy-liuyancontr .input-block .input textarea {
    width: 94%;
    max-width: 94%;
    padding: 10px 3%;
    height: 20px;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #CCCBCA;
}

.sy-liuyancontr .input-block .input input[name="code"] {
    width: 80px;
}

.sy-liuyancontr .input-block .input #codeimg {
    height: 42px;
}

.sy-liuyancontr .input-block .input textarea {
    height: 100px;
    resize: none;
}

.sy-liuyancontr input[type="submit"] {
    width: 190px;
    height: 45px;
    background: #025527;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    margin: 30px 0px 0px 110px;
    border: 1px solid #025527;
}

.sy-liuyancontr input[disabled="disabled"] {
    opacity: 0.6;
}
/*留言板模块end*/

.arcontact {
    width: 800px;
    max-width: 100%;
    margin: 50px auto;
}

.arcontact .name {
    font-size: 36px;
    font-weight: bold;
    color: #025527;
    padding-bottom: 30px;
    text-align: center;
}

.arcontact .block {
    font-size: 22px;
    color: #025527;
    margin-top: 20px;
    font-weight: bold;
    display: flex;
}

.arcontact .block i {
    font-size: 30px;
    font-weight: 400;
    margin-right: 10px;
    color: #025527;
}

.case_item_contran {
    width: 910px;
    margin: 0px auto;
    max-width: 100%;
}

.case_item_contran .title {
    font-size: 36px;
    color: #025527;
    font-weight: bold;
    text-align: center;
    padding: 60px 0px 40px 0px;
}

.case_item_contran .tabtop {
    display: flex;
}

.case_item_contran .tabtop .img {
    width: 290px;
    max-width: 100%;
    height: 480px;
    margin-right: 5%;
}

.case_item_contran .tabtop .con {
    flex: 1;
    font-weight: bold;
    color: #221915;
    font-size: 22px;
}

.case_item_contran .bg0 {
    margin-top: 15px;
    background: #F9F8EE;
    padding: 20px;
}

.case_item_contran .contitle {
    font-size: 30px;
    font-weight: bold;
    color: #025527;
}


.case_item_contran .content {
    padding-top: 20px;
    color: #221915;
    font-size: 22px;
    font-size: bold;
    line-height: 35px;
}

.case_item_contran .content p { 
    color: #221915;
}

.case_item_contran .bg1 {
    background: #EEF9F4;
    padding: 20px;
}

.case_item_contran .bg2 {
    background: #EEF3F9;
    padding: 20px;
}

.case_item_contran .conbg {
    margin-top: 30px;
}