﻿

.main-home-caption h1{
    border-right:none;
}

.about-en-ctx{
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
     -webkit-flex-direction:column; flex-direction:column; 
}
.about-en-splist{
    min-height:256px;
    background:url(images-en/about-bg.jpg) no-repeat center center;
    background-size:100% 100%;
}
.about-en-splist ul{
    padding:50px 5px 50px 25px; margin:0;
}
.about-en-splist .item{
    width:48%; float:left; font-size:20px; color:#000; 
    height:80px; margin-bottom:30px; padding-left:40px;
}
.about-en-splist .item:nth-child(odd){
    padding-right:20px;
} 
.about-en-splist .item{
    background:url(images-en/about-sp-1.png) no-repeat;
}
.about-en-splist .item-1{
    background:url(images-en/about-sp-1.png) no-repeat;
}
.about-en-splist .item-2{
    background:url(images-en/about-sp-2.png) no-repeat;
}
.about-en-splist .item-3{
    background:url(images-en/about-sp-3.png) no-repeat;
}
.about-en-splist .item-4{
    background:url(images-en/about-sp-4.png) no-repeat;
}
.about-en-co{
    display:inline-block;
}
.about-en-intro{
    padding:35px 0;
}
.about-en-intro p{
    text-align:justify; 
    color:#4c4c4c; line-height:28px; font-size:14px;
}
.about-en-intro p:nth-child(odd){
    padding-right:30px;
} 
.about-en-intro p:nth-child(even){
    padding-left:30px;
} 



/*首页:核心优势*/
.main-core-advantage{
    background-color:#f8f8f8; padding-top:0px;
}
.main-core-advantage .full-bg{
    background:url(images/img_home_a_bg.jpg) no-repeat center top;
    background-size:100% 100%;
    min-height:400px;  padding-bottom:30px;
}
.main-core-advantage .advantage-list{
    padding:0px 0 0 0;
}
.main-core-advantage .advantage-list .item{
    width:24.5%; height:250px; overflow:hidden; display:inline-block;
    text-align:center;
}
.main-core-advantage .advantage-list .item .icon{
    width:100px; height:100px; margin-top:45px;
}
.main-core-advantage .advantage-list .item .title{
    font-size:18px; color:#fff; display:block; font-weight:bold;
    height:26px; line-height:26px; overflow:hidden;
}
.main-core-advantage .advantage-list .item .title-sub{
    font-size:14px; color:#fff;
}
.main-core-advantage .advantage-list .item:hover,.main-core-advantage .advantage-list .item.selected{
    background:url(images/ic_home_adv_selected.png) no-repeat center bottom;
    background-size:100% 100%;
}
.main-core-advantage .advantage-list .item.selected .title,
.main-core-advantage .advantage-list .item:hover .title{
    color:#fff;
}

.main-core-advantage .advantage-info{
    color:#fff; padding:40px 20px; border-radius:10px;
    background-color:rgba(0,0,0,0.5); font-size:14px;
    line-height:1.8;text-align:justify; 
}
.main-core-advantage .advantage-info p{
    color:#fff; 
}


/*首页：业务版图*/
.main-home-bizmap .infolist{
    width:910px;
}
.main-home-bizmap .infolist .item{
    width:300px;
}
.main-home-bizmap .biz-content{
    background:url(images-en/company-matrix.jpg) no-repeat right top;
    background-size:auto 70%;
    padding-bottom:10px;
}


/*首页：产品*/
.main-home-products{
    min-height:550px; padding:50px 0;
    background:url(images/home_news_bg.jpg) no-repeat center top;
    background-size:100% 100%;
}
.about-en-products{
    padding:0;
    
}
.about-en-products ul{
    padding:0; margin:0;
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content:space-between;justify-content:space-between;
}
.about-en-products .item{
    width:470px;
}
.about-en-products .item .imagebox{
    width:470px; height:470px; overflow:hidden; border-radius:25px;
    background-color:#f7f8fa;
    box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
    -moz-box-shadow: 0 0 11px rgba(43, 93, 151, 0.1);
}
.about-en-products .item .imagebox img{
    width:100%; height:100%;
}
.about-en-products .item:nth-child(odd){
    margin-left:10px;
} 
.about-en-products .item:nth-child(even){
    margin-right:10px;
} 
.about-en-products .item .title{
    text-align:center; color:#000;
    line-height:2; margin-top:15px;
}

/*首页：联系我们*/
.main-home-contactus{
    min-height:550px; padding:50px 0;
    background-size:100% 100%;
}