* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cont_sent {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    z-index: 9;
}
.cont_sent.group2 {
    /*background: url("../images/group_bg.jpg") no-repeat center top;*/
    height: 180px;
    text-align: center;
}
.cont_sent a {
    display: block;
    overflow: hidden;
}
.cont_sent a img {
    transition-duration: 300ms;
}
.cont_sent a:hover img {
    transform: scale(1.1)
}
.group2 div {
    width: 100%;
    padding-top: 50px;
    letter-spacing: 2px;
    background: #b7b6b6;
    margin-top: 0px;
    transition: 0.5s;
}
.group2 div:nth-child(2) {
    background: #d6d6d6;
}
.group2 div:hover {
    background: #a38c77;
}
.group2 div p {
    transition-duration: 300ms;
}
.group2 div:hover p {
    transform: translateY(-10px);
}
.cont_sent div .p1 {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 8px;
    color: #000;
}
.cont_sent div .p2 {
    font-size: 18px;
    color: #333;
    opacity: 0.5;
    font-weight: 100;
}
.cont_sent div .p3 {
    font-size: 28px;
    margin-right: 8px;
    font-weight: 100;
    color: #141414;
}
.cont_sent div:hover .p1, .cont_sent div:hover .p3, .cont_sent div:hover .p4 {
    color: #fff;
}
.cont_sent div:first-child .p2 {
    color: #ccc;
}
.cont_sent div .p4 {
    font-size: 20px;
    font-weight: 100;
    color: #141414;
}
.cont_sent p {
    color: #fff;
}
.cont_sent:last-child img {
    transition-duration: 300ms;
}
.cont_sent:last-child a:hover img {
    transform: scale(1.1)
}
/*nav begin*/
.navwhite {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 0;
}
.navbalck {
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 1;
}
.navbalck .navleft .choosebtn {
    color: white;
}
.navbalck .layui-nav .layui-nav-item a {
    color: white !important;
}
.navbalck .navrig {
    background: url(../images/tel_icon_bg.png) no-repeat left 18px;
}
.navbalck .navrig p, .navbalck .navrig span {
    color: white;
}
.layui-carousel {
    margin-top: 80px;
}
/*nav end*/
/*foucs begin*/
#slideBox {
    /*margin-top: 80px;*/
    height: 640px;
}
#slideBox .swiper_btns:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
#slideBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e70012;
}
#slideBox a {
    display: block;
    width: 100%;
    height: 640px;
    margin: 0 auto;
    display: block;
}
#slideBox .pagination {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin-top: 30px;
    padding: 0;
}
#slideBox .pagination span {
    width: 40px;
    height: 2px;
    background: white;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
}
#slideBox .pagination span.swiper-pagination-bullet-active {
    background: #f6c065;
}
/*foucs end*/
/*group_adv begin*/
.group_adv {
    width: 100%;
    height: 978px;
    background: url("../images/group_adv.jpg") no-repeat center top;
}
/*group_adv end*/
.content.product {
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 0;
    height: 2000px;
}
.content.product .pro-top {
    background: #fff;
    padding: 70px 0 130px;
}
.product .container {
    width: 1500px;
    position: relative;
    top: -110px;
}
.product .container .item {
    position: relative;
    margin-top: 25px;
}
.product .container .item .pro_t1 {
    padding-top: 1rem;
}
.product .container .item .more {
    width: 244px;
    display: block;
    margin: 64px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border:1px solid #141414;
    position: relative;
}
.product .container .item .more:before{
    position: absolute;
    content:'';
    background: url("../images/more.png") no-repeat center top;
    width: 5px;
    height: 8px;
    left: 80px;
    top: 26px;
}
.product .container .item .more:hover {
    background: #00561f;
    color: white;
}
.product .container .item .more:hover:before{
    display: none;
}
.product .container .item .case1 {
    background: #f6f6f6;
    padding: 20px;
    width: 530px;
    height: 370px;
    position: absolute;
    left: 514px;
    top: -175px;
}
.product .container .caseitem{
    position: relative;
    width: 100%;
    height: 100%;
}
.product .container .caseitem> img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.product .container .caseitem span {
    position: absolute;
    right: 0;
    top: 0;
    background: #00561f;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding:0 1rem;
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
}
.product .container .caseitem span i{
    color: #f1d8c4;
    font-style: normal;
}
.product .container .caseitem p {
    position: absolute;
    bottom: 0;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 50px;
    width: 100%;
    display: block;
}
.product .container .caseitem a{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    transition: 0.3s;
}
.product .container .caseitem a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.product .container .caseitem:hover a{
    opacity: 1;
}
.product .container .caseitem:hover p,.product .container .caseitem:hover span{
    display: none;
}
.product .container .item .case2 {
    background: #f6f6f6;
    width: 312px;
    height: 332px;
    position: absolute;
    left: 712px;
    top: 200px;
}
.product .container .item .case3 {
    background: #f6f6f6;
    width: 455px;
    height: 230px;
    position: absolute;
    left: 1045px;
    top: 0px;
}
.product .container .item .case4 {
    background: #f6f6f6;
    width: 455px;
    height:276px;
    position: absolute;
    left: 1045px;
    top: 256px;
}
.product .container .item .case5 {
    background: #f6f6f6;
    width: 600px;
    height:310px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.product .container .item .case6 {
    background: #f6f6f6;
    width: 740px;
    height:300px;
    position: absolute;
    left: 0px;
    top: 330px;
}
.product .container .item .case7 {
    background: #f6f6f6;
    padding: 20px;
    width: 448px;
    height:300px;
    position: absolute;
    left: 500px;
    top: 140px;
    z-index:3;
}
.product .container .item .pro_t2{
    position: absolute;
    top: 110px;
    right: 0;
}
.product .container .item .pro_t2 .more {
    float: right;
}
/*product end*/
/*estate start*/
.content.estate {
    background: url("../images/estate_bg.jpg") no-repeat center top;
    height: 1146px;
}
.estate_temp {
    width: 613px;
    height: 484px;
    float: left;
}
.estate_temp a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 613px;
    height: 242px;
}
.estate_temp a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.estate_temp p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(31, 31, 31, 0.8);
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0 30px;
}
.estate_temp p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all .3s;
}
.estate_temp p .tit {
    font-size: 22px;
    color: #fff;
    font-family: '宋体';
}
.estate_temp p .etit {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}
.estate_temp p .more {
    float: right;
    background: rgba(0, 0, 0, 0);
    display: block;
    color: #fff;
    border: 1px solid #fff;
    height: 36px;
    width: 124px;
    border-radius: 4px;
    margin-top: 12px;
    text-align: center;
    line-height: 36px;
    opacity: 0.5;
}
.estate_temp a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}
.estate_temp a:hover .more {
    background: #00561f;
    color: #fff;
    border-color: #00561f;
    opacity: 1;
}
.estate_temp p .more i {
    font-size: 12px;
    font-style: normal;
    margin-left: 4px;
    text-transform: uppercase;
}
.estate_swiper_box {
    width: 891px;
    height: 484px;
    position: absolute;
    right: 0;
    overflow: hidden;
    display: flex;
    clear: both;
}
.estate_swiper {
    width: 592px;
    height: 100%;
    position: relative;
}
.estate_swiper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.estate_swiper .swiper-slide div {
    position: absolute;
    left: 40px;
    top: 40px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.estate_swiper .swiper-slide div span {
    font-weight: bold;
    font-size: 28px;
}
.estate_swiper_tab {
    width: 298px;
    height: 484px;
    float: right;
    background: #23372c;
    text-align: center;
}
.estate_swiper_tab .swiper-container {
    height: 80%;
}
.estate_swiper_tab .swiper-container .swiper-slide {
    opacity: 0.5;
    color: #fff;
    font-size: 20px;
    padding-top: 26px;
    position: relative;
    cursor: pointer;
}
.estate_swiper_tab .swiper-container .swiper-slide-thumb-active {
    opacity: 1;
}
.estate_swiper_tab .swiper-container .swiper-slide:after {
    content: '';
    background: #fff;
    position: absolute;
    height: 1px;
    opacity: 0.2;
    width: 60%;
    left: 20%;
    bottom: 0;
}
.estate_swiper_tab .swiper-container .swiper-slide .etit {
    font-size: 14px;
    display: block;
}
.estate_swiper_tab .more {
    display: block;
    margin: 26px auto;
    background: #a1927d;
    width: 195px;
    height: 45px;
    line-height: 45px;
    color: #23372c;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.estate_form {
    background: url("../images/estate_form_bg.jpg") no-repeat center top;
    height: 313px;
    width: 100%;
    clear: both;
}
.estate_form .form_tit {
    color: #fafbfa;
    padding-top: 40px;
    font-size: 28px;
    font-family: '宋体';
    text-align: center;
}
.estate_form .form_txt {
    color: #6b6b6b;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.estate_form .quote {
    width: 920px;
    margin: 30px auto;
}
.estate_form .quote .layui-form-item {
    width: 780px;
    float: left;
    margin-bottom: 24px;
}
.estate_form .quote .layui-form-item .input {
    width: 48%;
    height: 56px;
    line-height: 56px;
    position: relative;
}
.estate_form .quote .layui-form-item .input input {
    width: 100%;
    height: 100%;
    padding-left: 100px;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    color: #fff;
}
.estate_form .quote button {
    width: 122px;
    height: 138px;
    background: url("../images/estate_form_btn.png") no-repeat center top;
    background-size: 100%;
    font-size: 28px;
    color: #050505;
    border: none;
}
.estate_form .quote .layui-form-item .input:before {
    content: '';
    position: absolute;
    left: 36px;
    top: 13px;
    width: 40px;
    height: 30px;
}
.estate_form .quote .layui-form-item .input.name_input:before {
    background: url("../images/estate_name_icon.png") no-repeat center;
}
.estate_form .quote .layui-form-item .input.estate_input:before {
    background: url("../images/estate_estate_icon.png") no-repeat center;
}
.estate_form .quote .layui-form-item .input.area_input:before {
    background: url("../images/estate_area_icon.png") no-repeat center;
}
.estate_form .quote .layui-form-item .input.tel_input:before {
    background: url("../images/estate_tel_icon.png") no-repeat center;
}
/*estate end*/
/*case begin*/
.content.case {
    background: #fff;
    padding-bottom: 0;
}
.content.case .caseSwiper {
    width: 100%;
    padding-bottom: 70px;
}
.content.case .caseSwiper .pic {
    width: 65%;
    max-height: 610px;
    height: 610px;
    float: left;
    display: block;
}
.content.case .caseSwiper .pic img {
    width: 100%;
    height: 100%;
}
.content.case .caseSwiper .info {
    width: 35%;
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(20%);
    float: left;
    height: 445px;
    overflow: hidden;
}
.anliz{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,86,31,.7);
}
.content.case .caseSwiper .info img {
    width: 100%;
    height: 100%;
}
.content.case .caseSwiper .info .anliz .txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    color: white;
    justify-content: space-between;
}
.content.case .caseSwiper .info .anliz .txt .style {
    display: block;
    font-size: 18px;
    font-weight: 100;
}
.content.case .caseSwiper .info .txt .tit {
    font-size: 24px;
    font-family: "宋体";
    display: block;
    padding: 1rem 0;
}
.content.case .caseSwiper .info .anliz .txt .layui-btn {
    background: rgba(0,0,0,0.1);
    border: 1px solid #f6e0d3;
    width: 116px;
    height: 36px;
    line-height: 32px;
    font-size: 20px;
    color: #f6e0d3;
    /*font-weight: bold;*/
}
.content.case .caseSwiper .info .anliz .txt .layui-btn:hover{
    background: url(../images/icon_case_btn_bg.jpg) no-repeat center center;
    color: #00561f;
}
.caseSwiper .swiper-button-next {
    right: 200px;
    bottom: 30px;
    left: auto;
    top: unset;
    background: url(../images/case-r.png) no-repeat left center;
    width:  42px;
    height:  42px;
}
.caseSwiper .swiper-button-next:hover{
    background: url(../images/case-r-on.png) no-repeat left center;
}
.caseSwiper .swiper-button-prev {
    right: 350px;
    bottom: 30px;
    top: unset;
    left: auto;
    background: url(../images/case-l.png) no-repeat left center;
    width: 42px;
    height:  42px;
}
.caseSwiper .swiper-button-prev:hover{
    background: url(../images/case-l-on.png) no-repeat left center;
}
.caseSwiper .swiper-button-next:before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    left: -38px;
    top: -14px;
    position: absolute;
}
.caseSwiper .swiper-button-next:after, .caseSwiper .swiper-button-prev:after {
    display: none;
}
/*case end*/
/*vr start*/
.content.vr {
    background: url("../images/vr_bg.jpg") no-repeat center top;
    height: 718px;
}
.content.vr .title {
    display: inline-block;
    width: auto;
    margin-top: 200px;
    margin-right: 40px;
}
.content.vr .title a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #00561f;
    margin: 30px auto;
}
.content.vr iframe {
    max-width: 1250px;
}
/*vr end*/
/*desinger begin*/
.content.desinger {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    padding-bottom: 24px;
}
.design_swiper {
    width: 1710px;
    float: right;
    position: relative;
}
.design_swiper:before {
    content: '';
    position: absolute;
    left: -100px;
    width: 52px;
    top: 50%;
    transform: translateY(-50%);
    height: 552px;
    background: url("../images/design_left_pic.png") no-repeat center top;
}
.desbox_pic {
    display: inline-block;
    width: 1712px;
    height: 792px;
    float: left;
    position: relative;
}
.desbox_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.design_msg {
    position: absolute;
    left: 520px;
    top: 0;
}
.design_msg .desbox_info {
    width: 400px;
    padding: 120px 24px 0;
    color: white;
}
.design_msg .desbox_info i {
    font-style: normal;
    display: block;
    font-family: '宋体';
    font-size: 40px;
}
.design_msg .desbox_info .meta_tit {
    text-transform: uppercase;
    display: block;
    font-weight: 100;
    font-size: 40px;
}
.design_msg .desbox_info .desbox_name {
    margin: 1rem 0;
    margin-bottom: 70px;
    color: white;
    font-weight: 100;
}
.design_msg .desbox_info .desbox_name span {
    font-size: 40px;
    font-family: '宋体';
    margin-right: 1rem;
    font-weight: bold;
}
.design_msg .desbox_info .desbox_style {
    margin-top: 40px;
    color: white;
}
.design_msg .desbox_info .desbox_style span:first-child {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 100;
    opacity: 0.5;
}
.design_msg .desbox_info .desbox_style span:last-child {
    display: block;
    font-size: 20px;
}
.design_msg .desbox_info .desbox_btn a {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #00561f;
    position: relative;
    width: 230px;
    font-size: 20px;
    color: #00561f;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.design_msg .desbox_info .desbox_btn a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background-color: #00561f;
    left: 0;
    top: 0;
}
.design_msg .desbox_info .desbox_btn a:hover {
    /*animation: ringing 2.5s;*/
    color: #fff;
    opacity: 1;
}
.design_msg .desbox_info .desbox_btn a span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 2;
}
.design_msg .desbox_info .desbox_btn a:hover::after {
    transition: all 0.3s;
    width: 100%;
}
.design_msg .desbox_info .desbox_btn a:hover span{
	color: white;
}
@keyframes ringing2 {
    from {
        width: 20px;
        content: '';
    }
    to {
        width: 100%;
        content: '点击了解设计师';
    }
}
@keyframes ringing {
    from {
        color: #00561f;
    }
    to {
        color: #fff;
        border: none;
    }
}
.desinger .slidebtns {
    width: 210px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    right: 220px;
}
.desinger .swiper_btns {
    outline: none;
}
.desinger .swiper_btns:after {
    display: none;
}
.desinger .swiper-button-next {
    width: 46px;
    height: 46px;
    background: url(../images/slider_rig.png) no-repeat left top;
    z-index: 9999;
    right: 2px;
    top: -56px;
}
.desinger .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: url(../images/slider_left.png) no-repeat left top;
    z-index: 9999;
    left: 62px;
    top: -56px;
}
/*desinger end*/
.allbrand{
    position: relative;
    width: 100%;
    height: 887px;
    margin-top: 30px;
    background: url("../images/allbrand.jpg") no-repeat center top;
    padding-top: 330px;
}
.allbrand .container-fixed{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 3px solid white;
    border-radius: 10px;
    overflow: hidden;
}
.allbrand .container-fixed ul li::before{
    content: "";
    display: block;
    width: 148px;
    height: 55px;
    margin: 0 auto 40px;
    background: url(../images/allbrand_logos.png) no-repeat;
    background-size: auto 100%;
    border: 1px solid #4d4d4d;
    transition-duration: 200ms;
}
.allbrand .container-fixed ul li:hover::before{
    background-image: url(../images/allbrand_logos_green.png);
    border-color: #00561f;
}
.allbrand .container-fixed ul li:nth-child(2)::before{
    background-position-x: 9%;
}
.allbrand .container-fixed ul li:nth-child(3)::before{
    background-position-x: 18.18%;
}
.allbrand .container-fixed ul li:nth-child(4)::before{
    background-position-x: 27.27%;
}
.allbrand .container-fixed ul li:nth-child(5)::before{
    background-position-x: 36.36%;
}
.allbrand .container-fixed ul li:nth-child(6)::before{
    background-position-x: 45.45%;
}
.allbrand .container-fixed ul li:nth-child(7)::before{
    background-position-x: 54.54%;
}
.allbrand .container-fixed ul li:nth-child(8)::before{
    background-position-x: 63.63%;
}
.allbrand .container-fixed ul li:nth-child(9)::before{
    background-position-x: 72.72%;
}
.allbrand .container-fixed ul li:nth-child(10)::before{
    background-position-x: 81.81%;
}
.allbrand .container-fixed ul li:nth-child(11)::before{
    background-position-x: 90.9%;
}
.allbrand .container-fixed ul li:nth-child(12)::before{
    background-position-x: 100%;
}
@keyframes breath { 
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
@keyframes heartbeat {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.3);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.allbrand span{
    width: 24px;
    height: 36px;
    position: absolute;
    right: 50%;
    bottom: 0;
    background: url(../images/icon_position.png) no-repeat center / contain;
}
.allbrand span:hover{
    animation: breath 700ms ease-in-out infinite;
}
.allbrand span:nth-child(1){
    bottom: 165px;
    margin-right: 720px;
}
.allbrand span:nth-child(2){
    bottom: 125px;
    margin-right: 705px;
}
.allbrand span:nth-child(3){
    bottom: 155px;
    margin-right: 680px;
}
.allbrand span:nth-child(4){
    bottom: 123px;
    margin-right: 660px;
}
.allbrand span:nth-child(5){
    bottom: 182px;
    margin-right: 622px;
}
.allbrand span:nth-child(6){
    bottom: 210px;
    margin-right: 580px;
}
.allbrand span:nth-child(7){
    bottom: 165px;
    margin-right: 550px;
}
.allbrand span:nth-child(8){
    bottom: 130px;
    margin-right: 500px;
}
.allbrand span:nth-child(9){
    bottom: 250px;
    margin-right: 535px;
}
.allbrand span:nth-child(10){
    bottom: 195px;
    margin-right: 490px;
}
.allbrand span:nth-child(11){
    bottom: 165px;
    margin-right: 430px;
}
.allbrand span:nth-child(12){
    bottom: 192px;
    margin-right: 350px;
}
.allbrand span:nth-child(13){
    bottom: 130px;
    margin-right: 35px;
}
.allbrand em{
    position: absolute;
    bottom: 96px;
    right: 50%;
    margin-right: 205px;
    padding-bottom: 35px;
    color: #00561f;
}
.allbrand em::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #00561f;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -8px;
}
.allbrand em::after{
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: rgb(0, 86, 31, .3);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -16px;
}
.allbrand em:hover::after{
    animation: heartbeat 1200ms ease-in-out infinite;
}
/*news begin*/
.news.content {
    background: url(../images/bg_home_new.png) no-repeat 10% 94% #e5e4e4;
    overflow: hidden;
    padding-top: 0;
}
.news.content .container .title {
    display: inline-block;
    width: auto;
}
.news.content .container .news_swiper_tab {
    width: 210px;
    height: 360px;
    float: left;
    margin: 80px;
}
.news.content .container .news_swiper_tab .swiper-container {
    height: 100%;
}
.news.content .container .news_swiper_tab .swiper-container .swiper-slide {
    width: 100%;
}
.news.content .container .news_swiper_tab .swiper-container .swiper-slide div {
    width: 120px;
    border-radius: 4px;
    background: #fff;
    padding-top: 30px;
    height: 100%;
    text-align: center;
    float: right;
    cursor: pointer;
}
.news.content .container .news_swiper_tab .swiper-container .swiper-slide img {
    background: #8D8D8D;
    border: none;
    margin: 10px auto;
    border-radius: 100%;
}
.news.content .container .news_swiper_tab .swiper-container .swiper-slide-thumb-active div {
    width: 100%;
    background: #00561f;
    color: #fff;
    height: 100%;
    float: none;
    cursor: pointer;
}
.news.content .container .news_swiper_tab .swiper-container .swiper-slide-thumb-active img {
    display: inline-block;
    margin: 10px;
}
.news.content .container .news_swiper {
    float: right;
    width: 1100px;
    padding: 36px;
    margin-top: 50px;
}
.news.content .container .news_swiper {
    padding: 30px;
}
.news.content .container .news_swiper .news_cont_1 .pic {
    width: 46.5%;
    height: 300px;
}
.news.content .container .news_swiper .news_cont_1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.news.content .container .news_swiper .news_cont_1 .info {
    width: 50%;
}
.news.content .container .news_swiper .news_cont_1 .info .date {
    font-size: 24px;
    color: #020202;
    font-weight: bold;
}
.news.content .container .news_swiper .news_cont_1 .info .tit {
    font-size: 24px;
    color: #020202;
    line-height: 3em;
    border-bottom: 1px solid #b8b7b7;
    position: relative;
}
.news.content .container .news_swiper .news_cont_1 .info .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2em;
    height: 1px;
    background: #020202;
    transition-duration: 1s
}
.news.content .container .news_swiper .news_cont_1 .info .tit:hover:after {
    width: 100%;
}
.news.content .container .news_swiper .news_cont_1 .info .desc {
    color: #616161;
    margin-top: 1em;
    line-height: 2em;
    position: relative;
}
.news.content .container .news_swiper .news_cont_1 .info i {
    color: #616161;
    font-style: normal;
    letter-spacing: 2px;
}
.news.content .container .news_swiper .news_cont_2 .item {
    width: 46%;
    margin-top: 40px;
}
.news.content .container .news_swiper .news_cont_2 .item .date {
    width: 15%;
    text-align: center;
    color: #a5a4a4;
}
.news.content .container .news_swiper .news_cont_2 .item .date i {
    font-style: normal;
    font-size: 40px;
    font-weight: bold;
    color: #010101;
    display: block;
}
.news.content .container .news_swiper .news_cont_2 .item .info {
    width: 82%;
}
.news.content .container .news_swiper .news_cont_2 .item .info .tit {
    color: #3b3b3b;
    line-height: 2rem;
}
.news.content .container .news_swiper .news_cont_2 .item .info .desc {
    color: #a5a4a4;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0;
}
.news.content .container .news_swiper .news_cont_2 .item .info .more {
    border-top: 1px solid #a5a4a4;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    font-size: 14px;
    color: #a5a4a4;
    position: relative;
}
.news.content .container .news_swiper .news_cont_2 .item .info .more:after {
    content: '';
    width: 23px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/news_more_icon1.png");
    right: 1em;
}
.news.content .container .news_swiper .news_cont_2 .item .info:hover .more {
    background: #00561f;
    border: none;
    color: #fff;
}
.news.content .container .news_swiper .news_cont_2 .item .info:hover .more:after {
    background: url("../images/news_more_icon2.png");
}
/*news end*/
.server-lc{
    height:130px;
    background: url("../images/server-lc.jpg") no-repeat center;
    width: 100%;
    position: relative;
}
.server-lc ul{
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -340px;
    width: 940px;
}
.server-lc ul li{
    text-align: center;
    width: 110px;
    position: relative;
    transition:all 0.3s linear 0s;
}
.server-lc ul li img{
    border-radius: 100%;
    margin:0px auto 10px;
 
    position: relative;
}
.server-lc ul li:before{
    position: absolute;
    content:'';
    background: url(../images/yy.png) no-repeat center top;
    width: 72px;
    height: 71px;
    left:38px;
    top: 5px; 
}
.server-lc ul li:after{
    position: absolute;
    content:'';
    background: url(../images/le.png) no-repeat center top;
    width: 9px;
    height: 16px;
    right: -20px;
    top: 20px;
}
.server-lc ul li:last-child:after{
    display: none;
}
.server-lc ul li:hover{
   color: #00561f;
   font-weight: bold;
}
.server-lc ul li:hover img{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
/*footer begin*/
/*footer end*/
.corp {
    height: 700px;
    /*background: #000 url(/statics/pc/images/about_index_bg.jpg) no-repeat center*/
}
.corp .container {
    width: 1200px;
    margin: 70px auto 0;
}
.corp .front {
    display: block;
    float: left;
    max-width: 50%
}
.corp .info {
    float: right;
    width: 50%;
    padding: 0 1em;
    text-align: left;
}
.corp .info h2 {
    font-weight: bold;
    color: #000;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}
.corp .info span {
    margin: 0;
}
.corp .info p {
    margin-bottom: 2em;
    font-size: 14px;
    text-indent: 2em;
    color: #666666;
    line-height: 2em;
}
.corp .info .more {
    margin: 2em 0 0;
    width: 140px;
    height: 40px;
    color: #666666;
    text-align: center;
    display: block;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: normal;
}
.ptBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ptBox .pagination {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin-top: 30px;
    padding: 0;
}
.ptBox .pagination span {
    width: 40px;
    height: 2px;
    background: #000;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
}
.ptBox .pagination span.swiper-pagination-bullet-active {
    background: #f6c065;
}
.new-xjs-bot{
    width: 100%;
    height: 368px;
    background-image: url("/statics/pc/images/xjbj.png");
    background-size: 100% 100%;
    overflow: hidden;
}
.nxj-son{
    width: 450px;
    height: 175px;
    float: left;
    margin-left: 75px;
    background-size: 100% 100%;
}
.nxj-body{
    width: 1500px;
    margin: 96px auto 0 auto;
    overflow: hidden;
}

.pinpai{
    width: 148px;
    float: left;
    height: 55px;
    margin: 0 21.56px 40px 21.56px;
    border: 1px solid #4d4d4d;
    overflow: hidden;
}
.pinpai-logo{
    width: 100%;
}

