﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}


.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}





.Mcontent {
    width: 100%;
    margin: 0 auto;
}


.index_cases {
    background-size: cover;
    background-position: center;
    position: relative;
    /*padding: 70px 0;*/

}

.index_cases .case_swiper {
    position: relative;
    margin-top: 55px;
}

.index_cases .case_item .case_img {
    width: 100%;
    position: relative;
    overflow: hidden;
     height: 210px;
}

.index_cases .case_item .case_img img {
    width: 100%;
    display: block;
    transition: all 0.36s;
}

.index_cases .case_item .case_img .img_a {
    position: relative;
}

.index_cases .case_item .case_img .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
	height:100%;
}

.index_cases .case_item .case_text {
    background: #fff;
}

.index_cases .case_item .case_text h1 {
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.case_swiper .swiper-button-prev {
    color: #fff;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.case_swiper .swiper-button-prev:after {
    font-size: 32px;
}

.case_swiper .swiper-button-next {
    color: #fff;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.case_swiper .swiper-button-next:after {
    font-size: 32px;
}

.case_swiper .technology_swiper {
    margin-top: 55px;
}

.index_cases .more {
    text-align: center;
    margin-top: 50px;
}

.index_cases .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_cases .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_cases .more a .icon img {
    width: 100%;
}



.Case {
    padding: 70px 0;
}

.Case .Case_content .big-small {
    width: 25%;
    /* padding: 0px 14px; */
    /* padding-bottom: 25px; */
    transition: all 0.3s;
}

.Case .Case_content .image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Case .Case_content .image img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.Case .Case_content .image .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Case .Case_content .image .img {
    width: 100%;
    position: relative;
}

.Case .Case_content .word {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
    text-align: center;
    background-color: #efeeee;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Case .Case_content .big {
    width: 100%;
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: wrap;
}


    .index_cases .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_cases .more a:hover .icon {
        left: 10px;
    }

 

    .index_cases .case_item:hover .case_img img {
        transform: translate(-50%, -50%) scale(1.2);
    }

 

    .Case .Case_content .big-small:hover .image .img {
        transform: scale(1.2);
    }
 
.index_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_technologys .technology_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_cases .case_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.index_cases .case_swiper .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
}



.Case .Case_content .big-small {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.Case .technology_nav {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    /* display: none; */
}

.Case .technology_nav li {
    display: inline-block;
    padding: 0 10px;
}

.Case .technology_nav li.active a {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Case .technology_nav li a {
    color: #333;
    display: inline-block;
    border: 1px dashed #e6e6e6;
    line-height: 44px;
    padding: 0 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Case .technology_nav li+li {
    margin-left: 10px;
}

.Case .technology_nav li a:hover {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.index_cases .case_item .case_text {
    transition: all 0.3s;
}


@media (min-width: 1200px) {
  
    .Case .Case_content .big-small:hover {
        box-shadow: 0 0 10px 10px #0a57bf;
        z-index: 2;
    }

}

.Case .page {
    margin-top: 40px;
}

.index_technologys {
    padding: 60px 0;
}

.index_technologys .technology_item {
    /* width: 33.333333%; */
    position: relative;
}


.index_technologys .technology_item .item_img {
    width: 100%;
    position: relative;
    border: 1px solid #ededed;
    height: 250px;
    overflow: hidden;
}

.index_technologys .technology_item .item_img img {
    width: 100%;
    display: block;
}

.index_technologys .technology_item .item_img .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_technologys .technology_item .item_img .img {
    position: relative;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_icon {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    box-shadow: 0 0 10px 1px #ccc;
    border-radius: 50%;
}

.index_technologys .technology_item .item_icon img {
    width: 100%;
}

.index_technologys .technology_item .item_icon .icon {
    position: relative;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_icon .icon_a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_text {
    height: 250px;
    border: 1px solid #ededed;
    padding: 75px 35px;
}

.index_technologys .technology_item .item_text h1 {
    font-size: 18px;
    color: #2b2b2b;
    text-align: center;
    line-height: 22px;
}

.index_technologys .technology_item .item_text p {
    font-size: 14px;
    line-height: 1.75;
    color: #555555;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_technologys .Mcontent {
    position: relative;
}

.index_technologys .swiper-button-prev {
    color: #aeaeae;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technologys .swiper-button-prev:after {
    font-size: 32px;
}

.index_technologys .swiper-button-next {
    color: #aeaeae;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technologys .swiper-button-next:after {
    font-size: 32px;
}

.index_technologys .technology_swiper {
    margin-top: 55px;
}

.index_technologys .more {
    text-align: center;
    margin-top: 60px;
}

.index_technologys .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_technologys .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_technologys .more a .icon img {
    width: 100%;
}
   .index_technologys .technology_item:hover .item_icon .icon {
        opacity: 0;
    }

    .index_technologys .technology_item:hover .item_icon .icon_a {
        opacity: 1;
    }
	 .index_technologys .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_technologys .more a:hover .icon {
        left: 10px;
    }
	   .index_technologys .technology_item:hover .item_img .img {
        transform: scale(1.2);
    }

.index_technologys .technology_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_technologys .swiper-slide {
    padding: 10px;
}

.index_technologys .technology_item {
    border: 1px solid transparent;
    transition: all 0.3s;
    /* padding: 10px; */
}

.index_technologys .technology_item:hover {
    box-shadow: 0px 0px 5px 5px #04aa2e;
    border: 1px solid #04aa2e;
}
.index_technologys .technology_item:hover .item_text {
    background: transparent;
	color:#000;
}

.index_technologys {
    padding: 60px 0;
}

.index_technologys .technology_item {
    /* width: 33.333333%; */
    position: relative;
}


.index_technologys .technology_item .item_img {
    width: 100%;
    position: relative;
    border: 1px solid #ededed;
    height: 250px;
    overflow: hidden;
}

.index_technologys .technology_item .item_img img {
    width: 100%;
    display: block;
}

.index_technologys .technology_item .item_img .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_technologys .technology_item .item_img .img {
    position: relative;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_icon {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    box-shadow: 0 0 10px 1px #ccc;
    border-radius: 50%;
}

.index_technologys .technology_item .item_icon img {
    width: 100%;
}

.index_technologys .technology_item .item_icon .icon {
    position: relative;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_icon .icon_a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.index_technologys .technology_item .item_text {
    height: 250px;
    border: 1px solid #ededed;
    background: rgba(192, 192, 192, 0.7);
    padding: 75px 35px;
    position: absolute;
    z-index: 9;
    top: 0;
}

.index_technologys .technology_item .item_text h1 {
    font-size: 18px;
    color: #0738ff;
    text-align: center;
    line-height: 22px;
}

.index_technologys .technology_item .item_text p {
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_technologys .Mcontent {
    position: relative;
}

.index_technologys .swiper-button-prev {
    color: #aeaeae;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technologys .swiper-button-prev:after {
    font-size: 32px;
}

.index_technologys .swiper-button-next {
    color: #aeaeae;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technologys .swiper-button-next:after {
    font-size: 32px;
}

.index_technologys .technology_swiper {
    margin-top: 55px;
}

.index_technologys .more {
    text-align: center;
    margin-top: 60px;
}

.index_technologys .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_technologys .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}



@media (min-width: 1200px) {

    .index_territory .territory_right .territory_item:hover {
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 10px 10px #089e2f;
    }


    .index_territory .territory_right .territory_item:hover .item_left .item_text {
        height: 72px;
        color: #089e2f;
    }

    .index_territory .territory_right .territory_item:hover .item_left .title {
        color: #089e2f;
    }


    .index_territory .territory_right .territory_item:hover .item_right .icon_a {
        opacity: 1;
    }

    .index_territory .territory_right .territory_item:hover .item_right .icon {
        opacity: 0;
    }
	
	 .index_territory .territory_left .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_territory .territory_left .more a:hover .icon {
        left: 10px;
    }
	.index_territory .territory_left {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.index_territory .territory_right {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.index_territory {
    background-image: url('404.png');
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #89b03b;
}

.index_territory .territory_left {
    width: 50%;
    float: left;
    padding: 120px;
    padding-top: 170px;
    padding-left: 0;
}

.index_territory .territory_left h1 {
    /* color: #fff; */
    color: #089e2f;
    font-size: 40px;
    line-height: 44px;
}

.index_territory .territory_left h2 {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-top: 25px;
}

.index_territory .territory_left p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-top: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 105px;
}

.index_territory .territory_left .more {
    margin-top: 70px;
}

.index_territory .territory_left .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_territory .territory_left .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_territory .territory_left .more a .icon img {
    width: 100%;
}

.index_territory .territory_right {
    width: 50%;
    float: left;
}

.index_territory .territory_right .swiper-container {
    height: 750px;
}

.index_territory .territory_right .territory_item {
    padding: 50px;
    height: 250px;
    /* background: rgba(3, 125, 198, 0.1); */
    /* background: rgba(0, 0, 0, 0.1); */
    transition: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left {
    width: 340px;
    float: left;
    position: relative;
    height: 100%;
}

.index_territory .territory_right .territory_item .item_right {
    width: calc(100% - 340px);
    float: left;
    position: relative;
    height: 100%;
}

.index_territory .territory_right .territory_item .item_left .item_cont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.index_territory .territory_right .territory_item .item_left .title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    transform: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left .item_text {
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left .item_text p {
    font-size: 14px;
    color: #555555;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}

.index_territory .territory_right .territory_item .item_right .icon {
    width: 35px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transition: all 0.3s; */
}

.index_territory .territory_right .territory_item .item_right .icon img {
    width: 100%;
}

.index_territory .territory_right .territory_item .item_right .icon_a {
    width: 62px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s;

}

.index_territory .territory_right .territory_item .item_right .icon_a img {
    width: 100%;
}

.index_territory .scroll_bar {
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: #fff;
}
