.ecosphere_nav{
    width: 1200px;
    margin: 80px auto 0px;
    padding: 0px 56px;
}
.ecosphere_nav a{
    display: block;
	color: #666666;
    width: 200px;
	height: 56px;
    line-height: 56px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 28px;
	border: solid 1px #eeeeee;
    float: left;
    
}
.ecosphere_nav a+a{
    margin-left: 20px;
}
.ecosphere_nav a:hover{
    background-color: #c5322e;
    color: #fff;
    border: none;
}
.ecosphere_nav_avtive{
    background-color: #c5322e !important;
    color: #fff !important;
    border: none !important;
}
.inside_titles{
    margin-top: 80px;
}
.inside_ecosphere{
    width: 1200px;
    margin: 60px auto 0px;
}

.inside_ecosphere_item{
    width: 100%;
    height: 370px;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}
.inside_ecosphere_item_img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.inside_ecosphere_item_text{
    width: 74%;
    margin: 0px 13%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.inside_ecosphere_item_text>h6{
	font-weight: bold;
	color: #ffffff;
    display: block;
    margin: 36px 0px 20px;
}
.inside_ecosphere_item_text>p{
	line-height: 28px;
	color: #ffffff;
}



.outer_ecosphere{
    width: 100%;
    overflow: hidden;
    background: url("../images/outer_ecosphere_bg.png") no-repeat center top;
    background-size: 100% 100%;
}
.outer_titles{
    margin-top: 100px;
    margin-bottom: 60px;
}
.outer_ecosphere_group{
    width: 1200px;
    margin: 0px auto;
}
.outer_ecosphere_group_item{
    width: 570px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 16px;
    float: left;
    margin-left: 60px;
    margin-bottom: 60px;
    padding: 60px;
    position: relative;
}
.outer_title_en{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Barlow-Bold;
	font-size: 72px;
    line-height: 62px;
	color: #b4b2b2;
	opacity: 0.1;
    filter:Alpha(opacity=10);
}
.outer_title_icon{
    position: absolute;
    top: 40px;
    right: 40px;
}
.outer_title{
    width: 100%;
	font-weight: bold;
	color: #333333;
    padding-bottom: 31px;
    position: relative;
}
.outer_title::after{
    content: '';
    display: block;
    width: 40px;
	height: 2px;
	background-color: #c5322e;
    position: absolute;
    bottom: 0px;
}
.outer_list{
    display: block;
    margin-top: 30px;
}
.outer_list>li{
    width: 50%;
    float: left;
}
.outer_list>li li{
    margin-bottom: 4px;
	color: #666666;
    font-size: 16px;
}
.last_list>li{
    width: 100%;
}

@media (max-width:768px){

    .ecosphere_nav a:hover {
        background-color: #ffffff;
        color: #666;
        border: solid 1px #eeeeee;
    }
    .ecosphere_nav {
        width: 92%;
        margin: 40px 4% 0px;
        padding: 0px;
        overflow-x: auto;
    }
    .ecosphere_nav::-webkit-scrollbar{
        display: none;
    }
    .nav_list{
        /*width: 260%;*/
        display: flex;
    }

    .nav_list a{
        width: auto;
        padding: 0px 15px;
        min-width: 180px;
        white-space: nowrap;
    }
    .ecosphere_nav a {
        display: block;
        color: #666666;
        width: 180px;
        height: 42px;
        line-height: 42px;
        border-radius: 24px;
    }
    .inside_titles {
        margin-top: 40px;
    }
    .inside_ecosphere {
        width: 100%;
        padding: 0px 4%;
        margin: 30px auto 0px;
    }
    .inside_ecosphere_item {
        width: 100%;
        height: 328px;
        margin-bottom: 50px;
    }
    .inside_ecosphere_item_text {
        width: 92%;
        margin: 0px 4%;
    }
    .inside_ecosphere_item_text>h6 {
        margin: 24px 0px 12px;
        font-size: 18px;
    }
    .inside_ecosphere_item_text>p {
        line-height: 16px;
        color: #ffffff;
    }
    .outer_titles {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .outer_ecosphere_group {
        width: 100%;
        margin: 0px auto;
        padding: 0% 4%;
    }

    /*.outer_list li{*/
    /*    width: 100%;*/
    /*}*/

    .outer_ecosphere_group_item {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-bottom: 30px;
        padding: 4%;
    }
    .outer_title_icon {
        position: absolute;
        top: 2%;
        right: 2%;
    }
    .outer_title{
        font-size: 24px;
    }
    .outer_title_en{
        font-size: 48px;
        line-height: 36px;
    }
}
@media (max-width:375px){
    .nav_list{
        /*width: 285%;*/
        display: flex;
    }
    .inside_ecosphere_item {
        height: 306px;
    }
    .inside_ecosphere_item_text>h6 {
        margin: 20px 0px 10px;
    }
}
@media (max-width:320px){
    .nav_list{
        display: flex;
        /*width: 340%;*/
    }
    .inside_ecosphere_item {
        height: 280px;
    }
    .inside_ecosphere_item_text>h6 {
        margin: 12px 0px 4px;
    }
}