*{
    box-sizing: border-box;
}
.bread{
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}
.bread img{
    width: 17px;
    height: 15px;
    vertical-align: middle;
    margin-right: 11px;
}
.bread a{}
.Business {
    padding: 70px 0;
}
.Technology {
    padding: 70px 0;
}

.Technology .technology_list {
    background: #fafafa;
}

.Technology .technology_list .list_item {
    position: relative;
}

.Technology .technology_list .list_item_text {
    width: 50%;
}

.Technology .technology_list .list_item_image {
    width: 50%;
    position: relative;
    height: 475px;
    overflow: hidden;
}

.Technology .technology_list .list_item_image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.Technology .technology_list .list_item_text {
    padding: 65px 55px;
}

.Technology .technology_list .list_item_text .title {
    text-align: right;
}

.Technology .technology_list .list_item_text .title h1 {
    font-size: 32px;
    color: #433e36;
    line-height: 1.2;
}

.Technology .technology_list .list_item_text .title p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    font-family: 'Arial';
    margin-top: 18px;
}

.Technology .technology_list .list_item_text .title .line {
    width: 62px;
    height: 4px;
    background: #46b661;
    float: right;
    margin-top: 40px;
}

.Technology .technology_list .list_item_text .content {
    text-align: right;
    margin-top: 55px;
}

.Technology .technology_list .list_item_text .content p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .title {
    text-align: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .content {
    text-align: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .title .line {
    float: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text {
    float: right;
}

.Technology .technology_list:nth-of-type(2n) .list_item_image {
    float: right;
}

.Technology_info {
    padding-top: 65px;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
}

.Technology_info .title {
    text-align: center;
}

.Technology_info .title h1 {
    font-size: 36px;
    color: #333;
    line-height: 40px;
}

.Technology_info .title .line {
    width: 42px;
    height: 1px;
    background: #999999;
    margin: 0 auto;
    margin-top: 23px;
}

.Technology_info .technology_nav {
    text-align: center;
    margin-top: 30px;
}

.Technology_info .technology_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.Technology_info .technology_nav li {
    /* padding: 0 10px; */
    margin: 2px 2px;
}

.Technology_info .technology_nav li.active a {
    background: #fff;
    color: #2da544;
    border-color: #2da544;
}

.Technology_info .technology_nav li a {
    color: #333;
    display: inline-block;
    border: 1px dashed #e6e6e6;
    line-height: 44px;
    padding: 0 15px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #f9f9f9;
}

/* .Technology_info .technology_nav li+li {
margin-left: 10px;
} */

.Technology_info .technology_nav li a:hover {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Technology_info .technology_cont img {
    max-width: 100% !important;
}

.Technology_info .technology_cont {
    margin-top: 30px;
}

.Technology_info .technology_cont h1 {
    font-size: 18px;
    color: #089e2c;
    line-height: 26px;
}

.Technology_info .technology_cont p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.Business .Business_content .item .Mcontent {
    padding: 10px 15px;
}

.Business .Business_content .item .item_img {
    width: 50%;
    float: left;
    overflow: hidden;
}

.Business .Business_content .item .item_img img {
    width: 100%;
    transition: all 0.36s;
}

.Business .Business_content .item .item_text {
    width: 50%;
    padding: 40px;
    float: left;
    padding-right: 0;
}

.Business .Business_content .item .item_text .item_title {
    text-align: right;
}

.Business .Business_content .item .item_text .item_title h1 {
    font-size: 32px;
    line-height: 36px;
    color: #433e36;
}

.Business .Business_content .item .item_text .item_title .line {
    width: 62px;
    height: 4px;
    background: #089e2c;
    float: right;
    margin-top: 25px;
}

.Business .Business_content .item .item_text .item_content {
    margin-top: 40px;
}

.Business .Business_content .item .item_text .item_content p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Business .Business_content .item {
    padding: 50px 0;
}

.Business .Business_content .item:first-of-type {
    padding-top: 0;
}

.Business .Business_content .item:nth-of-type(2n) .item_text {
    float: right;
    padding-left: 0;
    padding-right: 40px;
}

.Business .Business_content .item:nth-of-type(2n) .item_img {
    float: right;
}

.Business .Business_content .item:nth-of-type(2n) {
    background: #f8f8f8;
}

.Business .Business_content .item:nth-of-type(2n) .item_text .item_title {
    text-align: left;
}

.Business .Business_content .item:nth-of-type(2n) .item_text .item_title .line {
    float: left;
}

.Business .Business_content .item .Mcontent {
    padding: 10px;
    transition: all 0.36s;
    width: 1200px;
    margin: 0 auto;
}
.Business .Business_content .item .Mcontent:hover {
        box-shadow: 0 0 10px 10px #089e2f;
    }
    .Territory_detail {
    padding: 70px 0;
    padding-bottom: 100px;
}
.Mcontent {
    width: 1200px;
    margin: 0 auto;
}

.Territory_detail .Territory_title h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #089e2c;
}
.Territory_detail .Territory_content {
    margin-top: 30px;
}

.Territory_detail .Territory_content p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

.Territory_detail .Territory_content img {
    max-width: 100% !important;
}
.Territory_detail .Territory_case {
    margin-top: 55px;
}

.Territory_detail .Territory_case .case_detail {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.Territory_detail .Territory_case .case_detail .item {
    width: 25%;
    position: relative;
    transition: all 0.36s;
}

.Territory_detail .Territory_case .case_detail .item .item_img {
    position: relative;
    width: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img img {
    width: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img .img {
    position: relative;
}

.Territory_detail .Territory_case .case_detail .item .item_title {
    transition: all 0.3s;
}

.Territory_detail .Territory_case .case_detail .item .item_title h1 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    transition: all 0.3s;
}
.Territory_detail .Territory_case .case_detail .item:hover {
        /* background: #169e35; */
        box-shadow: 0 0 10px 10px #169e35;
        z-index: 2;
    }
    .Territory_detail .Territory_case .title {
    font-size: 16px;
    line-height: 20px;
    color: #089e2c;
    text-align: center;
}