/*=================================   头部*/

#header {
    background-color: #FFF;
    position: relative;
    z-index: 700;
}

#header .auto {
    height: 96px;
}

#header .logo {
    float: left;
    margin-top: 26px;
}

#header .menu {
    float: right;
    width: 53px;
    height: 93px;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header .menu:hover {
    background-color: #00764b;
}

#header .menu:hover li {
    border-bottom: 4px solid #FFF;
}

#header .menu>ul {
    width: 20px;
    height: 20px;
    margin: 42px auto 0;
    position: relative;
}

#header .menu>ul li {
    width: 20px;
    border-bottom: 4px solid #9f9f9f;
    position: absolute;
    left: 0;
    /*-webkit-transition: all 1s ease-in-out;*/
    /*-moz-transition: all 1s ease-in-out;*/
    /*-ms-transition: all 1s ease-in-out;*/
    /*-o-transition: all 1s ease-in-out;*/
    /*transition: top,left 1s ease-in-out;*/
}

#header .menu>ul .i1 {
    top: 0;
}

#header .menu>ul .i2 {
    top: 8px;
}

#header .menu>ul .i3 {
    top: 17px;
}

#headMenu.open {
    background-color: #f5f5f5 !important;
}

#headMenu.open li {
    border-bottom: 4px solid #9f9f9f;
    !important;
}

#headMenu.open .i1 {
    top: 8px !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#headMenu.open .i2 {
    top: 8px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#headMenu.open .i3 {
    opacity: 0;
    z-index: -1;
}

#MenuWrap {
    display: none;
    width: 100%;
    max-width: 2200px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

#MenuWrap .Cont {
    float: right;
    width: 1000px;
    height: 100%;
    background-color: #18423e;
    position: relative;
    left: 1000px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#MenuWrap a {
    display: inline-block;
    width: auto;
}

#MenuWrap .cont_fu {
    margin: 88px 0 0 36px;
}

#MenuWrap .cont_fu h1 {
    padding: 2px 0;
    color: #ffa800;
    font: 400 24px "微软雅黑";
}

#MenuWrap .W-Map {
    margin-bottom: 38px;
}

#MenuWrap .W-Map .list {
    margin-left: 1px;
}

#MenuWrap .W-Map h1 {
    width: 140px;
    height: 35px;
    background: url("../images/setting.png") no-repeat right center;
    margin-bottom: 18px;
}

#MenuWrap .cont_fu .language {
    margin-bottom: 38px;
}

#MenuWrap .language h1 {
    margin-bottom: 6px;
}

#MenuWrap .cont_fu .language span {
    color: #5e7b78;
    margin-right: 14px;
    cursor: pointer;
}

#MenuWrap .list b {
    display: block;
    color: #bbc2c1;
    font: 400 18px '微软雅黑';
    margin-bottom: 8px;
}

#MenuWrap .list p a {
    color: #5e7b78;
    margin-right: 14px;
    cursor: pointer;
}

#MenuWrap .list>div {
    margin-bottom: 22px;
}

#MenuWrap .group h1 {
    width: 140px;
    height: 35px;
    background: url("../images/update.png") no-repeat right center;
    margin-bottom: 18px;
}

#MenuWrap .group p a {
    color: #5e7b78;
    margin-right: 14px;
    cursor: pointer;
}

#header .search {
    width: 53px;
    height: 51px;
    background-color: #ffa800;
    position: absolute;
    right: 0;
    bottom: -51px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}

#header .search:hover {
    width: 315px;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

#header .search img {
    position: absolute;
    top: 0;
    right: 0;
}

#header .search input {
    float: left;
    width: 222px;
    padding: 0 20px;
    height: 100%;
    border: none;
    background-color: #ffa800;
    line-height: 52px;
}

#header .nav {
    float: right;
    height: 96px;
    line-height: 100px;
    color: #6a6a6a;
    font-size: 14px;
    position: relative;
}

#header .nav li {
    cursor: pointer;
    float: left;
    height: 100%;
    padding-right: 24px;
}

#header .nav li a {
    display: block;
    height: 92px;
    font-weight: bold;
}

#header .nav li.on a {
    color: #00734d;
}

#header .nav .posBor {
    display: block;
    width: 0;
    border-bottom: 6px solid #006f3b;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*=================================   底部*/

#footer {
    height: 160px;
    background-color: #3e3e3e;
    margin-top: -30px;
}

#footer .le {
    float: left;
    padding-top: 26px;
    line-height: 26px;
    color: #979797;
}

#footer .le p a {
    display: inline-block;
}

#footer .ri {
    float: right;
    width: 872px;
    height: 160px;
    background-color: #323232;
    position: relative;
    left: 500px;
    top: 0;
}

#footer .ri .cont {
    width: 372px;
    position: relative;
    cursor: pointer;
}

#footer .ri:hover .erweima {
    opacity: 1;
    display: block;
}

#footer .ri p {
    float: right;
    margin-top: 20px;
    line-height: 34px;
    color: #aaa;
}

#footer .ri .erweima {
    position: absolute;
    top: -99px;
    right: -34px;
    width: 113px;
    z-index: 999;
    opacity: 0;
    transition: all .7s;
    display: none;
}

#footer .ri .erweima img {
    width: 100%;
}

#footer .ri p i {
    cursor: pointer;
    float: right;
    padding: 18px;
    margin-left: 10px;
    background: url("../images/wx-icon.png") no-repeat center;
}

.reenoo {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.reenoo img {
    float: right;
}


/*================================= banner */

.banner {
    height: 95px;
    padding-top: 100px;
    background: url("../images/BANNER4_02.jpg") no-repeat center;
    overflow: hidden;
}

.banner .child {
    float: left;
}

.banner .child em {
    float: left;
    padding: 9px;
    background: url("../images/child-icon.png") no-repeat 0 0;
}

.banner .child i {
    float: left;
    padding: 8px 4px;
    margin: 0 10px;
    background: url("../images/child-icon.png") no-repeat -28px 0;
}

.banner .child p {
    float: left;
    margin-top: -3px;
    color: #d6e0e1;
}

.banner .nav {
    float: right;
}

.banner .nav li {
    float: left;
    height: 35px;
    margin-left: 26px;
    color: #b4b8db;
    position: relative;
    z-index: 99;
    font-weight: bold;
}

.banner .nav li a {
    height: 100%;
}

.banner .nav li.on {
    border-bottom: 4px solid #34bc98;
}


/*=================================  * 共用的  */

.content {
    background: #fafafc url("../images/cont-bgi_02.jpg") no-repeat center 0;
}

.content .auto {
    background-color: #FFF;
    top: -60px;
    z-index: 90;
}

.content .auto {
    overflow: hidden;
}

.content .auto .Le {
    float: left;
    width: 350px;
    padding-left: 30px;
    overflow: hidden;
}

.content .auto .Le .cont p {
    color: #757575;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}

.content .auto .Le.fixed {
    position: fixed;
    top: 0;
}

.content .auto .Le .cont span {
    display: block;
    line-height: 100%;
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    letter-spacing: -2px;
}

.content .auto .Ri {
    float: right;
    width: 730px;
    padding-right: 60px;
    padding-top: 122px;
}


/*=================================  弹窗  */

.popupWrap {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popupWrap .popup {
    width: 1200px;
    margin: 147px auto 0;
}

.popupWrap .popup video {
    display: block;
    width: 100%;
}


/*================================= 公司介绍 》 公司概况  */


/*.about{height: 890px;}*/

.about .auto .Le {
    height: 920px;
    background: url("../images/Le-bgi_04.jpg") no-repeat 0 0;
}

.about .auto .Le .cont {
    margin-top: 214px;
}

.about .auto .Ri h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 8px;
    font-weight: inherit;
    letter-spacing: -2px;
}

.about .auto .Ri h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
    line-height: 34px;
}

.about .auto .Ri p {
    color: #757575;
    line-height: 24px;
    text-align: justify;
}

.about .auto .Ri img {
    margin: 16px 0;
}

.about-6 .auto .ul .li {
    background: #fcfcfc;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-6 .auto .ul .li .tit {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 13px;
}

.about-6 .auto .ul .li .tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/xie.png) no-repeat center;
    width: 14px;
    height: 12px;
}

.about-6 .auto .ul .li h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.about-6 .auto .ul .li h4 {
    font-size: 18px;
    color: #c3c3c3;
    font-weight: 400;
    font-family: 'Montserrat Regular';
    margin-top: 2px;
}

.about-6 .auto .ul .li p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7d7d;
    margin-bottom: 15px;
}

.about-6 .auto .ul .li:last-child p:last-child {
    margin-bottom: 0;
}

.about .auto .Ri b {
    color: #757575;
    font-size: 18px;
}

.about .auto .Ri span {
    display: block;
    margin-top: 10px;
    color: #00734d;
    font-size: 18px;
}

.about .auto .Ri {
    padding-bottom: 76px;
}


/*================================= 公司介绍 》 发展历程  */


/*.about-2{ height: 780px;}*/

.about-2 .auto .Le {
    height: 1005px;
    background: url("../images/about-2-le_03.jpg") no-repeat center;
}

.about-2 .auto .Le .cont {
    margin-top: 126px;
}

.about-2 .auto .Ri {
    background: url("../images/about-2-ri-bgi_03.png") no-repeat right 0 !important;
}

.about-2 .auto .Ri h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 8px;
    font-weight: inherit;
}

.about-2 .auto .Ri h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
}


/*================================= 公司介绍 》 奖项成就  */


/*.about-3{ height: 780px;}*/

.about-3 .auto .Le {
    height: 810px;
    background: url("../images/Le-bgi_03.jpg") no-repeat center;
}

.about-3 .auto .Le .cont {
    margin-top: 214px;
}

.about-3 .auto .Ri h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 8px;
    font-weight: inherit;
    letter-spacing: -2px;
}

.about-3 .auto .Ri h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
}

.about-3 .Ri {
    height: 688px;
    background: url("../images/about-3-ri-bgi_03.jpg") no-repeat right bottom;
}

.about-3 .Time {
    width: 790px;
    position: relative;
}

.about-3 .Time .axis {
    height: 3px;
    background-color: #d6d6d6;
    overflow: hidden;
    margin-bottom: 14px;
}

.about-3 .Time .axis p {
    width: 30px;
    height: 100%;
    background-color: #2fb26d;
    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -ms-transition: width 0.4s ease-out;
    -o-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}

.about-3 .Time .date {
    overflow: hidden;
}

.about-3 .Time .date li {
    cursor: pointer;
    float: left;
    width: 40px;
    margin-right: 26px;
    color: #6a6a6a;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-3 .Time .date li.on {
    color: #5965bf;
}

.about-3 .time_ov-dd>div {
    display: none;
    padding-right: 60px;
}

.about-3 .time_ov-dd h3 {
    margin-bottom: 24px;
    color: #5965bf;
    font: 400 64px 'Montserrat Regular';
    line-height: 100%;
}

.about-3 .time_ov-dd ul li {
    padding-left: 26px;
    background: url("../images/about-3-dian_02.png") no-repeat 0 11px;
    color: #878787;
    line-height: 28px;
}


/*========================*/

.about-4 .Ri {
    background: none !important;
}

.about-4 .list {
    width: 760px;
    margin-top: 36px;
}

.about-4 .list li {
    overflow: hidden;
    height: 60px;
    padding: 0 30px;
    background-color: #FFF;
    position: relative;
}

.about-4 .list li a {
    height: 60px;
}

.about-4 .list li p {
    float: left;
    color: #737373 !important;
    line-height: 60px !important;
    /*-webkit-transition: color 0.6s ease ;*/
    /*-moz-transition: color 0.6s ease ;*/
    /*-ms-transition: color 0.6s ease ;*/
    /*-o-transition: color 0.6s ease ;*/
    /*transition: color 0.6s ease ;*/
}

.about-4 .list li strong {
    float: right;
    color: #939393;
    font: 400 18px/60px 'Montserrat Regular';
}

.about-4 .list li:hover {
    background-color: #444da4 !important;
}

.about-4 .list li:hover p {
    color: #FFF !important;
}

.about-4 .list li:hover:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 0;
}

.about-4 .list li:hover:after {
    background: #444da4 url("../images/about-4-list-li-icon.png") no-repeat right center;
}


/*========================*/

.about-5 .Le {
    height: 1067px !important;
    background: url("../images/about-5-le.jpg") no-repeat 0 0 !important;
}

.about-5 .cont {
    margin-top: 35px;
}

.about-5 .cont p {
    color: #757575;
    line-height: 26px;
}


/*================================= 资讯中心 》 企业画册  */


/*.inform{height: 597px;}*/

.inform .auto {
    background: #FFF;
}

.inform .auto h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 6px;
    letter-spacing: -2px;
}

.inform .auto h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
}

.inform .auto .Cont {
    padding: 56px 0 30px 30px;
    overflow: hidden;
}

.inform .auto .Cont .Card {
    float: left;
    width: 364px;
    margin-right: 16px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inform .auto .Cont .Card img {
    height: 341px;
}

.inform .auto .Cont .Card .txt {
    padding: 30px 16px 30px 30px;
    background-color: #eaeaea;
}

.inform .auto .Cont .Card .txt b {
    display: block;
    color: #459174;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
}

.inform .auto .Cont .Card .txt p {
    color: #757575;
    font-size: 13px;
    height: 72px;
}

.inform .Card .pos {
    width: 100%;
    height: 342px;
    /*background-color: #333333;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.inform .Card:hover .pos {
    text-align: center;
    z-index: 110;
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.inform .Card .pos em {
    cursor: pointer;
    display: block;
    width: 364px;
    height: 341px;
    overflow: hidden;
    background: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.7));
    background: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.7));
    background: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.7));
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.inform .Card .pos em i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 144px auto 0;
    background: url("../images/V-icon.png") no-repeat center;
}

.inform .Card .pos span {
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 64px;
    margin-top: 236px;
    background: url("../images/dow-img_03.png") no-repeat center;
}


/*================================= 核心产品 》 聚合页  */


/*.product-h{height: 570px!important;}*/

.product-h .auto {
    height: 500px;
}

.product-h .cardWrap {
    overflow: hidden;
    height: 630px;
    position: absolute;
}

.product-h .cardWrap>a {
    float: left;
}

.product-h .cardWrap .card {
    float: left;
    width: 240px;
    position: relative;
}

.product-h .cardWrap .card .img img {
    max-width: 100%;
}

.product-h .cardWrap .card .box .txt {
    height: 152px;
    padding: 30px;
    border-left: 1px solid #eaf1f5;
}

.product-h .cardWrap .card .box strong {
    display: block;
    margin-bottom: 10px;
    color: #0f403c;
    font-size: 18px;
    font-weight: bold;
}

.product-h .cardWrap .card .box p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 20px;
}

.product-h .cardWrap .card .hover {
    height: 530px;
    box-sizing: border-box;
    width: 100%;
    padding: 214px 30px 0;
    background-color: #0f403c;
    background-image: url("../images/pos-hove-cion.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -630px;
    left: 0;
    opacity: 0;
    -webkit-transition: top, opacity 0.5s, 0.5s ease-out;
    -moz-transition: top, opacity 0.5s, 0.5s ease-out;
    -ms-transition: top, opacity 0.5s, 0.5s ease-out;
    -o-transition: top, opacity 0.5s, 0.5s ease-out;
    transition: top, opacity 0.5s, 0.5s ease-out;
}

.product-h .cardWrap .card:hover .hover {
    opacity: 1;
}

.product-h .cardWrap .card .hover1 {
    background-position: 30px 120px;
}

.product-h .cardWrap .card .hover2 {
    background-position: -270px 120px;
}

.product-h .cardWrap .card .hover3 {
    background-position: -570px 120px;
}

.product-h .cardWrap .card .hover4 {
    background: #0f403c url(../images/product_icon5.png) no-repeat 30px 120px;
}

.product-h .cardWrap .card .hover5 {
    background-position: -870px 120px;
}

.product-h .cardWrap .card .hover h2 {
    color: #798b89;
    font: 28px 'Montserrat Regular';
    line-height: 30px;
    letter-spacing: -2px;
    margin-top: 4px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.product-h .cardWrap .card .hover strong {
    display: block;
    margin-bottom: 18px;
    color: #ffa800;
    font-size: 18px;
}

.product-h .cardWrap .card .hover i {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
    background: url("../images/por-card-icont1.png") no-repeat 0 0;
}

.product-h .cardWrap .card .hover p {
    color: #bac2c1;
    font-size: 14px;
    line-height: 20px;
}


/*================================= 核心产品 》 项目开发  */

.product_Cont .btn_1 {
    float: right;
    margin-top: 6px;
}


/*.product{height: 907px;}*/

.product .auto {
    overflow: inherit;
}

.content .product_Cont {
    padding: 60px 30px 1px;
}

.content .product_Cont h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 8px;
    font-weight: inherit;
    letter-spacing: -2px;
}

.content .product_Cont h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
}

.product .txtBox {
    overflow: hidden;
    margin-top: 40px;
}

.product .txtBox .le {
    float: left;
    width: 374px;
    padding: 30px 0 0 30px;
    position: relative;
}

.product .txtBox .le b,
.product .txtBox .le p strong {
    display: block;
    margin-bottom: 15px;
    color: #737373;
    font-size: 30px;
    line-height: 100%;
}

.product .txtBox .le p {
    color: #3a9462;
    font-size: 36px;
    line-height: 46px;
}

.product .txtBox .le i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFF url("../images/juhao.jpg") no-repeat 0 0;
    position: absolute;
    top: 145px;
    left: 249px;
}

.product .txtBox .ri {
    float: right;
    width: 710px;
    margin-top: 60px;
}

.product .txtBox .num {
    margin: 40px 0 54px;
    width: 588px;
}

.product .txtBox .num ul {
    display: flex;
    justify-content: space-between;
}

.product .txtBox .num ul li h3 {
    color: #3a9462;
    font-size: 32px;
    font-family: 'Montserrat Regular';
}

.product .txtBox .num ul li h3 em {
    font-size: 65px;
    /* font-family: 'Montserrat Regular'; */
    /* font-family: 'Montserrat Regular'; */
    font-family: 'Montserrat Regular';
    letter-spacing: -3px;
    font-weight: 100;
    margin-right: 5px;
}

.product .txtBox .num ul li h4 {
    font-size: 18px;
    margin-top: 11px;
    color: #969696;
    font-weight: 600;
}

.product .txtBox .ri p {
    color: #a3a3a3;
    line-height: 24px;
    /* font-family: 'Montserrat Regular'; */
    /* font-family: 'Montserrat Regular'; */
    /* font-family: 'Montserrat Regular'; */
    /* font-family: 'Montserrat Regular'; */
    font-family: 'Montserrat Regular';
    font-family: 'Montserrat Regular';
}

.product .txtBox .ri img {
    margin: 34px 0 54px;
}

.product .txt {
    padding: 40px 0;
}

.product .txt b {
    display: block;
    color: #3a9462;
    font: 400 36px "Microsoft YaHei";
    margin-bottom: 12px;
}

.product .txt p {
    color: #a3a3a3;
    font-size: 13px;
}

.product .Card {
    padding-bottom: 220px;
}

.product .Card .txt p {
    font-size: 13px;
}

.product .Card .cont {
    height: 400px;
    margin: 0 30px;
    padding: 0 30px;
    background-color: #f6f6f6;
}

.product .Card .cont .wrap {
    width: 1110px;
    overflow: hidden;
}

.product .Card .cont .box {
    float: left;
    margin-right: 30px;
}

.product .Card .cont .box a {
    cursor: inherit;
}

.product .Card .cont .box .tit {
    height: 70px;
    background-color: #f6f6f6;
}

.product .Card .cont .box .tit p {
    color: #737373;
    line-height: 70px;
    text-align: center;
}

.product .Card .cont .box:hover .tit {
    background-color: #1a7955;
}

.product .Card .cont .box:hover p {
    color: #FFF;
}


/*================================= 核心产品 》 项目合作  */


/*.product2{height: 610px;}*/

.product2 .product_Cont h2 {
    margin-bottom: 26px;
}

.product2 .product_Cont {
    overflow: hidden;
    padding-bottom: 30px;
}

.product2 .product_Cont .le {
    float: left;
    width: 1110px;
    min-height: 336px;
    background-color: #f6f6f6;
    padding: 50px 0 50px 30px;
    position: relative;
    margin-bottom: 15px;
}

.product2 .product_Cont .le h3 {
    color: #3a9462;
    font: 400 36px "Microsoft YaHei";
    margin: 18px 0 26px;
}

.product2 .product_Cont .le p {
    color: #a3a3a3;
}

.product2 .product_Cont .le a {
    display: inline-block;
}

.product2 .product_Cont .le .text {
    width: 560px;
    height: 100px;
    overflow-x: hidden;
}

.product2 .product_Cont .btn_2 {
    position: absolute;
    left: 30px;
    bottom: 50px;
}

.product2 .product_Cont .ri {
    position: absolute;
    top: 50px;
    right: 0;
}

#product2_Slider {
    width: 512px;
    height: 334px;
    position: relative;
}

#product2_Slider a {
    cursor: inherit;
}

#product2_Slider .prev,
#product2_Slider .next {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #444da4;
    background-image: url("../images/jiantou-icon.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

#product2_Slider .prev {
    left: 0;
    background-position: 24px 21px;
}

#product2_Slider .next {
    left: 58px;
    background-position: -31px 21px;
}

#product2_Slider .prev:hover,
#product2_Slider .next:hover {
    background-color: #ffa800;
}

.slideBoxRi {
    width: 512px;
    height: 334px;
    position: relative;
}

.slideBoxRi a {
    cursor: inherit;
}

.slideBoxRi .prev,
.slideBoxRi .next {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #444da4;
    background-image: url("../images/jiantou-icon.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

.slideBoxRi .prev {
    left: 0;
    background-position: 24px 21px;
}

.slideBoxRi .next {
    left: 58px;
    background-position: -31px 21px;
}

.slideBoxRi .prev:hover,
.slideBoxRi .next:hover {
    background-color: #ffa800;
}


/*================================= 核心产品 》 会展经营  */


/*.product3{height: 1009px;}*/

.product2 .aW-btn {
    float: right;
}

.product2 .product_Cont h2 {
    margin-bottom: 26px;
}

.product2 .product_Cont .txt {
    margin: 37px 0 34px;
}

.product2 .product_Cont .txt b {
    display: block;
    color: #3a9462;
    font: 400 36px "Microsoft YaHei";
    margin-bottom: 12px;
}

.product2 .product_Cont .txt b i {
    margin: 0 12px;
}

.product2 .product_Cont .txt p {
    color: #a3a3a3;
}

#product3_Slider {
    width: 1140px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

#product3_Slider .tempWrap li {
    width: 360px;
    margin-right: 30px;
}

#product3_Slider .tempWrap a {
    cursor: inherit;
}

#product3_Slider .tempWrap .titBox {
    padding-bottom: 10px;
}

#product3_Slider .tempWrap .titBox b {
    display: block;
    color: #00734d;
    font-size: 36px;
    font-family: 'Montserrat Regular';
    line-height: 56px;
    margin-top: 2px;
}

#product3_Slider .tempWrap .titBox p {
    color: #737373;
    font-size: 13px;
}

#product3_Slider .prev,
#product3_Slider .next {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 52px;
    z-index: 99;
}

#product3_Slider .prev {
    left: 0;
    background: url("../images/btn_prev31.png") no-repeat 0 0;
}

#product3_Slider .next {
    right: 0;
    background: url("../images/btn_next31.png") no-repeat 0 0;
}


/*================================= 核心产品 》 物业管理  */


/*.product4 {height: 1236px;}*/

.product4 .product_Cont .txt {
    margin: 37px 0 30px;
}

.product4 .product_Cont .txt h3 {
    color: #00734d;
    font-size: 24px;
    margin-bottom: 22px;
}

.product4 .product_Cont .txt b {
    display: block;
    color: #3a9462;
    font: 400 36px "Microsoft YaHei";
    margin-bottom: 12px;
}

.product4 .product_Cont .txt b i {
    margin: 0 12px;
}

.product4 .product_Cont .txt p {
    color: #a3a3a3;
    margin-bottom: 22px;
}

.product4 .product_Cont .cardList {
    padding-bottom: 40px;
}

.product4 .product_Cont .cardList b {
    display: block;
    margin-bottom: 26px;
    color: #444;
    font-size: 18px;
    line-height: 100%;
}


/*================================= 企业公益 》 公益理念  */


/*.charitable{ height: 754px;}*/

.charitable .auto .Le {
    height: 784px;
}


/*================================= 企业公益 》 公益活动  */


/*.charitable-2{height: 754px;}*/

.charitable-2 .auto .Le {
    height: 784px;
}

.charitable-2 .auto .Ri {
    width: 790px;
    padding-right: 0px;
    padding-bottom: 0;
}

.charitable-2 .CardWrap {
    height: 525px;
    padding-right: 10px;
    overflow: hidden;
}

.charitable-2 .CardWrap:hover {
    overflow: auto;
}

.charitable-2 .CardWrap::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.charitable-2 .CardWrap::-webkit-scrollbar-thumb {
    background-color: #1a7955;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.charitable-2 .CardWrap .card {
    overflow: hidden;
}

.charitable-2 .CardWrap .card img {
    float: left;
    width: 380px;
    margin: 0;
}

.charitable-2 .CardWrap .card .txt {
    float: left;
    width: 350px;
    padding: 40px 0 0 30px;
    position: relative;
}

.charitable-2 .CardWrap .card .txt b {
    display: block;
    margin-bottom: 4px;
    color: #00734d;
    font: 24px "Montserrat Regular";
    letter-spacing: -2px;
}

.charitable-2 .CardWrap .card .txt p {
    color: #737373;
    font-size: 12px;
    line-height: 20px;
}

.charitable-2 .CardWrap .card .txt i,
.charitable-2 .CardWrap .card .txt em {
    display: block;
    width: 20px;
    height: 36px;
    background-image: url("../images/ahfkshgksr.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 70px;
}

.charitable-2 .CardWrap .card .txt i {
    left: -18px;
    background-position: 0 0;
}

.charitable-2 .CardWrap .card .txt em {
    right: -18px;
    background-position: -16px -174px;
}

.charitable-2 .CardWrap .card .txt.mr-i {
    width: 350px;
    padding-left: 0;
    padding-right: 30px;
}


/*================================= 人才发展 》 人才理念  */


/*.resource{height: 670px;}*/

.resource .auto .Le {
    height: 700px;
}

.resource .auto .Ri {
    padding-bottom: 0;
}

.resource .Ri p {
    margin-bottom: 30px;
}

.resource1-img {
    margin-top: 40px !important;
}


/*================================= 人才发展 》 培训发展  */

.resource-2 .Ri .blue {
    color: #444da4 !important;
    font-size: 18px;
}


/*================================= 人才发展 》 招贤纳士  */

.resource-3 .Ri {
    padding-right: 0;
}

.Accor-list dl {
    margin-bottom: 10px;
    width: 760px;
}

.Accor-list dt {
    width: 760px;
}

.Accor-list dt {
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    color: #444;
    text-indent: 30px;
    font-size: 18px;
    background-color: #f0f0f0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Accor-list dl dd {
    width: 730px;
    color: #737373;
    padding: 22px 0 22px 30px;
}


/*.Accor-list .dl1 dt{background: url("../images/Accor-list_03.jpg") no-repeat 0 0;}*/


/*.Accor-list .dl2 dt{background: url("../images/Accor-list_06.jpg") no-repeat 0 0;}*/


/*.Accor-list .dl3 dt{background: url("../images/Accor-list_08.jpg") no-repeat 0 0;}*/

.Accor-list dt em {
    float: right;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #00734d;
    background-image: url("../images/sdhgjls.png");
    background-repeat: no-repeat;
    background-position: 22px -307px;
}

.Accor-list dl.on dt em {
    background-position: 22px 33px;
}


/*.resource-3{height: 740px;;}*/

.resource-3 .auto .Le {
    height: 770px;
}

.Accor-list .tab .tt {
    overflow: hidden;
    margin-bottom: 14px;
}

.Accor-list .tab .tt li {
    float: left;
    cursor: pointer;
    margin-right: 26px;
    color: #737373;
    font-size: 16px;
    width: 122px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.Accor-list .tab .tt li.sele {
    color: #fff;
    background-color: #01724c;
}

.Accor-list .tab .ov-cont>div {
    display: none;
}

.Accor-list .tab .ov-cont p {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

.Accor-list dd b.span {
    display: block;
    color: #01724c !important;
    font-size: 16px;
    font-weight: inherit;
    margin-top: 20px;
}


/*================================= 联系我们 》 联系方式   */

.contact .auto .Ri {
    padding-bottom: 0;
}


/*.contact{height: 750px;}*/

.contact .auto .Le {
    height: 780px;
}

.contactTab .tt {
    height: 46px;
    border-bottom: 4px solid #f2f6f9;
    margin-bottom: 22px;
}

.contactTab .tt li {
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 30px;
    color: #00734a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contactTab .tt li.on {
    border-bottom: 4px solid #ffa800;
}

.contactTab .ov-cont .ew {
    float: right;
    margin-top: 25px;
    width: 108px;
}

.contactTab .ov-cont>div {
    display: none;
}

.contactTab .ov-cont p {
    font-size: 14px;
    line-height: 32px !important;
}

.contactTab .ov-cont p span {
    display: inline-block !important;
    color: #1a7955;
    font: 28px "Montserrat Regular";
    margin-top: 0 !important;
}

#Map {
    width: 760px;
    height: 320px;
    margin-top: 30px;
}

.map-logo {
    display: block;
    width: 115px;
    height: 30px;
    background: url("../images/map-logo.png") no-repeat center;
}

.map-logo_2 {
    display: block;
    width: 115px;
    height: 30px;
    background: url("../images/map-logo_2.png") no-repeat center;
}


/*================================= 联系我们 》 在线反馈   */


/*.contact-2{height: 700px;}*/

.contact-2 .auto .Le {
    height: 660px;
}

.contact-2 .auto .Ri {
    width: 760px;
    padding-right: 30px;
    padding-top: 134px;
    padding-bottom: 0;
}

.contact-2 .feedback input {
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #edeae8;
    margin-bottom: 20px;
}

.contact-2 .feedback input.on {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid #00734d;
}

.contact-2 .feedback textarea {
    display: block;
    width: 720px;
    height: 136px;
    padding: 20px;
    background: url("../images/input-icont-1.png") no-repeat 714px 20px;
    border: 1px solid #edeae8;
}

.contact-2 .feedback textarea.on {
    background: url("../images/input-icont-1-s.png") no-repeat 714px 20px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid #00734d;
}

.contact-2 .feedback input.user {
    float: left;
    width: 300px;
    background: url("../images/input-icont-4.png") no-repeat 325px 11px;
}

.contact-2 .feedback input.user.on {
    background: url("../images/input-icont-4-s.png") no-repeat 325px 11px;
}

.contact-2 .feedback input.call {
    float: right;
    width: 300px;
    background: url("../images/input-icont-3.png") no-repeat 325px 11px;
}

.contact-2 .feedback input.call.on {
    background: url("../images/input-icont-3-s.png") no-repeat 325px 11px;
}

.contact-2 .feedback input.mailbox {
    clear: both;
    width: 688px;
    background: url("../images/input-icont-2.png") no-repeat 714px 20px;
}

.contact-2 .feedback input.mailbox.on {
    background: url("../images/input-icont-2-s.png") no-repeat 714px 20px;
}

.contact-2 .feedback input::-webkit-input-placeholder {
    color: #b2adad;
}

.contact-2 .feedback input:-moz-placeholder {
    color: #b2adad;
}

.contact-2 .feedback input::-moz-placeholder {
    color: #b2adad;
}

.contact-2 .feedback input:-ms-input-placeholder {
    color: #b2adad;
}

.contact-2 .feedback textarea::-webkit-input-placeholder {
    color: #b2adad;
}

.contact-2 .feedback textarea:-moz-placeholder {
    color: #b2adad;
}

.contact-2 .feedback textarea::-moz-placeholder {
    color: #b2adad;
}

.contact-2 .feedback textarea:-ms-input-placeholder {
    color: #b2adad;
}

.contact-2 .feedback .btn {
    float: left;
    width: 190px;
    height: 56px;
    margin-right: 4px;
    text-align: center;
    line-height: 56px;
    margin-top: 20px;
    cursor: pointer;
    color: #FFF;
}

.contact-2 .feedback .btn.submit {
    background-color: #444da4;
}

.contact-2 .feedback .btn.reset {
    background-color: #d7d7d7;
}


/*==================== 搜索结果 */

.searchData .Le {
    height: 766px !important;
}

.searchData .Ri {
    width: 760px !important;
    height: 644px !important;
    padding-right: 30px !important;
    padding-bottom: 0 !important;
}

.searchData .Ri h2 {
    margin-bottom: 36px !important;
}

.searchData .Ri h3 {
    color: #00734d;
    font-size: 16px;
    line-height: 100%;
    font-weight: inherit;
    margin-bottom: 10px;
}

.searchData .Ri .dataCont {
    width: 760px;
    padding-right: 30px;
    height: 456px;
    overflow: auto;
}

.searchData .Ri .dataCont::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.searchData .Ri .dataCont::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #a8a8a8;
}

.searchData .Ri .dataCont::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #f0f0f0;
}

.searchData .Ri .dataCont li {
    padding: 14px 0;
    line-height: 20px;
    border-top: 1px dashed #ececec;
}

.searchData .Ri .more {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../images/search-data-btn.jpg") no-repeat center;
}

.searchData .Ri .more:hover {
    background: url("../images/search-data-btn-2.jpg") no-repeat center;
}

.searchData .Ri .dataCont p {
    font-size: 12.5px;
    color: #bdbdbd;
}

.searchData .Ri .dataCont h4 {
    color: #7b7b7b;
    font-size: 17px;
    line-height: 100%;
    font-weight: inherit;
    margin-bottom: 8px;
}


/*============================= culture */

.culture {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 80px;
}

.culture .wrap {
    overflow: hidden;
}

.culture .box-img,
.culture .box {
    float: left;
    width: 370px;
    margin-bottom: 14px;
}

.culture .box-img .txt {
    height: 87px;
    padding: 0 20px 5px;
    border: 2px solid #f5f5f5;
    border-top: none;
    background-color: #FFF;
    overflow: hidden;
}

.culture .box-img .txt h2 {
    color: #333;
    font-size: 16px;
    margin: 16px 0;
    overflow: hidden;
    font-weight: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.culture .box-img .txt strong,
.culture .box strong {
    display: block;
    color: #666;
    font-weight: inherit;
    line-height: 100%;
    height: 14px;
}

.culture .box .txt {
    border: 2px solid #f5f5f5;
    padding: 20px;
}

.culture .box h2 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: inherit;
}

.culture .box strong {
    margin-bottom: 20px;
}

.culture .box p {
    /*max-height: 68px;*/
    color: #999;
    font-size: 13px;
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.culture #culture-le {
    width: 370px;
    float: left;
    margin-right: 14px;
}

.culture .box-img img {
    width: 100%;
}

.culture #culture-cont {
    width: 370px;
    float: left;
    margin-right: 14px;
}

.culture #culture-ri {
    width: 370px;
    float: left;
}

.inform .n-more:hover {
    border: 1px solid #9a9a9a;
    background: #9a9a9a;
    color: #fff;
}

.inform .n-more {
    width: 300px;
    height: 50px;
    border: 1px solid #bebda4;
    text-align: center;
    line-height: 50px;
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    margin: 60px auto 0;
    transition: all .2s;
    cursor: pointer;
}

#c_shade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#c_shade .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

#c_shade .cnt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 600px;
    margin: -300px 0 0 -600px;
}


/*20210802*/

.product3_txt {
    position: relative;
    padding-bottom: 11px;
}

.product2 .entrance {
    position: relative;
    float: right;
}

.product2 .le .entrance {
    float: left;
    margin-top: 30px;
}

.entrance {
    position: absolute;
    z-index: 5;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 54px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    background: #ffa800 url(../images/product_btn_icon.png) no-repeat 17px center;
    right: 0;
    top: 0;
}

.content .product3_txt h2 {
    font-size: 36px;
    color: #3a9462;
    line-height: 46px;
    margin-bottom: 16px;
}

.content .product3_txt h2 em {
    font-size: 24px;
    font-family: 'Montserrat Regular';
}

.product3_txt h3 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    line-height: 1;
    margin-bottom: 26px;
    margin-bottom: 18px;
}

.product3_txt p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 14px;
}

.product3_img {
    margin-bottom: 60px;
}

.product3_img:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.product3_img .fl {
    float: right;
}

.product3_img .fl:first-child {
    float: left;
}

.product3_ul {
    border-left: 1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 30px;
}

.product3_ul .li {
    position: relative;
    float: left;
    padding: 50px 0 0 170px;
    width: 33.33%;
    height: 148px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    box-sizing: border-box;
}

.product3_ul .li img {
    position: absolute;
    left: 115px;
    top: 50%;
    margin-top: -23px;
}

.product3_ul .li .num {
    font-size: 32px;
    color: #3a9462;
    line-height: 30px;
    font-family: 'Montserrat Regular';
    letter-spacing: -2px;
}

.product3_ul .li p {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.product4new .product3_img {
    margin-bottom: 40px;
}

.product4new .product3_txt h2 em {
    font-size: 36px;
}

.product4new .hr {
    height: 30px;
}

.resource .title h1 {
    color: #1a7955;
    font-size: 28px;
    font-family: 'Montserrat Regular';
    margin-bottom: 8px;
    font-weight: inherit;
    letter-spacing: -2px;
}

.resource .title h2 {
    color: #757575;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 26px;
    line-height: 34px;
}

.resource .box {
    padding: 60px 30px 30px;
    overflow: hidden;
}

.resource .ct1 {
    width: 100%;
    height: 370px;
    background: url(../images/re/bg1.jpg) no-repeat center;
    margin-bottom: 16px;
}

.resource .ct1 .text {
    width: 340px;
    float: right;
    padding-top: 126px;
}

.resource .ct1 h3 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.resource .ct1 h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 56px;
}

.resource .ct2 {
    width: 100%;
    height: 370px;
    background: url(../images/re/bg3.jpg) no-repeat center;
    margin-bottom: 60px;
}

.resource .ct2 .text {
    position: relative;
    height: 100%;
    width: 570px;
    padding-top: 63px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.resource .ct2 .text .img {
    position: absolute;
    top: 76px;
    right: 40px;
}

.resource .ct2 .text h3 {
    font-size: 30px;
    color: #208e64;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 18px;
}

.resource .ct2 .text h4 {
    color: #4c4c4c;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 25px;
}

.resource .ct2 .text p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
}

.resource .Accor-list dl {
    width: 100%;
}

.resource .Accor-list dt {
    width: 100%;
}

.resource .tab .ov-cont>div {
    display: block;
    margin-bottom: 30px;
}

.resource .Accor-list .tab .tt {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.resource .Accor-list .tab .ov-cont p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
}

.resource .Accor-list dl dd {
    width: 100%;
}

.about-4 .Ri .hd {
    position: absolute;
    right: 60px;
    bottom: 30px;
    z-index: 99;
}

.about-4 .hd li {
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-color: #bfbfbf;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
}

.about-4 .hd li.on {
    width: 40px;
    background-color: #00734d;
}