/* .header-area{
    position: relative;
    width:100%;
    height:70vh;
    overflow: hidden;
}
.area-carousel{
    display: flex;
    height:100%;

} */
/* .area-carousel li{
    flex-shrink: 0;
    width:100%;
    height:100%;
}
.area-carousel li:nth-of-type(1){
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(../images/banner.png);
}
.area-carousel li:nth-of-type(2){
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(../images/banner-1.png);
}
.area-carousel li:nth-of-type(3){
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(../images/banner-3.png);
}
.header-nav{
    box-sizing: border-box;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    padding:0px 60px;
    color:#fff;
}
.header-nav:hover{
    background:#fff;
    color:#000;
}
.header-nav:hover .header-nav-li li{
    border-right:1px solid #000;
}
.header-nav:hover .header-nav-li li:last-of-type{
    border-right:none;
}
.header-nav-logo{
    width:160px;
    height:90px;
    background-image: url(../new-images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-nav-li{
    position: relative;
    display: flex;
    width:100%;
    justify-content: space-around;
    padding-bottom:20px;
}
.header-nav-li::after{
    position: absolute;
    content:"";
    top:-20px;
    left:0px;
    right:0px;
    height:2px;
    background:#e5e5e589;
}
.header-nav:hover .header-nav-li::after{
    position: absolute;
    content:"";
    top:-20px;
    left:0px;
    right:0px;
    height:2px;
    background:#e5e5e5;
}
.header-nav-li li{
    flex:1;
    display: flex;
    font-size:16px;
    justify-content: center;
    border-right:1px solid #fff;
}
.header-nav-li li:hover{
    cursor: pointer;
    color:#56b6e8;
}
.header-nav-li li:last-of-type{
    border-right:none;
} */



.main{
    display: flex;
    align-items: start;
    width:100%;
}
.main-business{
    width:100%;
}
.business-title,.culture-title,.industry-title{
    display: flex;
    align-items: center;
    height:40px;
}
.business-title span:nth-of-type(1),.culture-title span:nth-of-type(1),.industry-title span:nth-of-type(1){
    display: inline-block;
    width:20px;
    height:20px;
    background-image: url(../new-images/arrow-single.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.business-title span:nth-of-type(2),.culture-title span:nth-of-type(2),.industry-title span:nth-of-type(2){
    font-size:16px;
    color:#007ED6;
}
.business-content{
    margin-left:30px;
    width:490px;
    height:430px;
    background-image: url(../new-images/img43.png);
    background-position: center;
    background-size: 490px 430px;
    background-repeat: no-repeat;
}

.culture-content{
    margin-left:30px;
}
.culture-content div {
    display: flex;
    margin:10px 0px 20px;
    font-size:15px;
}
.culture-content div span:nth-of-type(1){
    display: inline-block;
    color:#0093fc;
    width:76px;
    text-align-last: justify;
}

.industry-content{
    margin-left:30px;
}
.img-area{
    margin:20px auto;
    width:80%;
}
.img-area img{
    display: block;
    width:100%;
}
.industry-text{
    margin:10px 0px 20px;
    font-size:15px;
    line-height: 30px;
    text-indent: 2em;
}


.main-aside {
    width:210px;
    margin-right: 20px;
    box-shadow: 3px 3px 9px #eee;
    background: #fefefe;
}

.s_name{
    width:100%;
    display: flex;
    align-items: center;
    text-indent: 12px;
    height:50px;
    font-size:18px;
    background-color: #56b6e8;
}
 .s_name span:nth-of-type(1) {
    color: #fff;
}

 .s_name span:nth-of-type(2) {
    font-size: 13px;
    margin-left: 8px;
    color: #efefef;
}

.s_nav {
    margin-bottom: 0px !important;
    padding: 0px;
    list-style: none;
    background: #fff !important;
}

.s_nav .now {
    color: #2ca4e4;
}

.s_nav li {
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    list-style: none;
    text-indent: 12px;
    border: none !important;
}

.s_nav li:hover {
    list-style: none;
    color: #2ca4e4;
    cursor: pointer;
}

.current-nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0px auto 30px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;

}

.current-nav div:nth-of-type(1) {
    display: flex;
    align-items: center;
}

.current-nav div:nth-of-type(1) span:nth-of-type(1) {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../new-images/home.png);
}

.current-nav div:nth-of-type(2):hover,
.current-nav div:nth-of-type(3):hover {
    color: #2ca4e4;
    cursor: pointer;
}

.select-text {
    color: #2ca4e4;
}


.area-header {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 100%;
    height: 50px;
    color: #007ed6;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.area-header span:nth-of-type(1) {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../new-images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.area-header span:nth-of-type(2) {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 100%;
    border-bottom: 1px solid #007ed6
}
.main-area{
    flex:1;
    margin-left:15px;
}

.row{
    margin: 20px auto;
}

@media (max-width: 768px){
    .main{
        box-sizing: border-box;
        overflow-x: scroll;
    }
    .main-aside{
        width:100%;
        margin-right:0px;
    }
}