/* header */
header{
    height: 50px;
    /*background: #1a1a1a;*/
    background: #FFFFFF;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 100;
}
.headerBarsico{
    /*color:#adadad;*/
    color:#adadad;
    font-size: 26px;
    position: absolute;
    top: 12px;
    left:12px;
}
.hLogo{
    display: block;
    height: 30px;
    width: 102px;
    margin: 0px auto;
    padding-top: 10px;
}
.header_lang{position: absolute;width: 50px;height:50px;top: 0;right:8px;text-align: center;}
.header_lang .nowlang{height: 50px;line-height: 50px;}
.header_lang .headerCaretico{display:inline-block;color:#e8412c;margin-right: 4px;}
.header_lang .nowlang span{display:inline-block;;color:#e8412c;line-height: 50px;text-align: center;}
.header_lang .lang_down_list{width: 100%;background: #FFF;position: absolute;z-index: 200;display: none;top:49px;}
.header_lang .lang_down_list li{width: 100%}
.header_lang .lang_down_list a{width: 100%;text-align: center;display:block;padding: 5px 0;box-sizing: border-box;color:#6a6a6a;}
.header_lang .lang_down_list li.active a{color: #e8412c;}
/* nav */
.nav{
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #FFF;
    /* border:1px solid #adadad; */
    box-sizing: border-box;
    box-shadow: 0px 5px 20px  #ccc;
    padding: 50px 3%;
    overflow: auto;
    display: none;
}
.header_nav_list li{height: 50px;width:100%;overflow: hidden;white-space: nowrap;}
.header_nav_list li a{display: block;height: 100%;line-height: 50px;box-sizing: border-box;font-size: 14px;color:#adadad;}
.header_nav_list li.active a{color:#e8412c;}
/* banner */
.banner{
    padding-top: 50px; position: relative;
}
.banner_swiper{
    width: 100%;
    height:66vmin;
}
.banner_swiper .swiper-wrapper{}
.banner_swiper .swiper-wrapper .swiper-slide{
    display: block;
    width: 100%;
    height: 66vmin;
    background: url("../img/pic_blank.png") no-repeat;
    background-size: 100%100%;
}
.banner_swiper .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 66vmin;
    background-position:top center;
    background-repeat: no-repeat;
}
.banner .swiper-pagination{
    height: 12vmin;
    background: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.banner .swiper-pagination-bullet {
	background: #adadad;
	margin:5.5vmin 1vmin 0 1vmin;
	width: 6vmin;
	height: 2px;
	opacity: 1;
    margin-bottom: 4px;
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
	background: #e8412c;
}
/* 标题 */
.module_title{
    font-size: 6vmin;
    font-weight: bold;
    color: #000;
    line-height: 6vmin;
    text-align: center;
    padding: 6vmin 0;
    padding-top: 10vmin;
    width: 100%;
}
.module_title::after{
    content:'';
    height:3px ;
    width: 20vmin;
    display: block;
    background: #e8412c;
    margin-top: 15px;
    margin-left:calc(50% - 10vmin);
}
.about_con{
    width: 100%;
    padding: 0 5%;
    background: #f6f6f6;
    box-sizing: border-box;
    position: relative;
}
.about_con .about_top{
    position: relative;
    z-index: 10;
}
.about_con .about_top .about_across{
    position: absolute;
    width:99.5vmin;
    height: 30vmin;
    left: -5%;
    bottom: -10vmin;
    background: #eb897c;
    z-index: 1;
}
.about_con .about_top .about_img{
    width: 100%;
    position: relative;
    z-index: 10;
    display: block;
}
.about_con .about_bottom{
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 9.5vmin 5%;
    box-shadow: 0px 5px 20px #ccc;
}
.about_con .about_bottom .about_introduce_bg{}
.about_con .about_bottom p{
    font-size: 14px;
    line-height: 22px;
    color: #555;
}
.about_con .about_bottom .about_introduce_nav{
    text-align: center;
    margin-top: 20px;
}
.about_con .about_bottom .about_introduce_nav a{
    border:1px solid #888;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px;
}
/* PROJECTS */
/* nav */
.projects{
    margin-bottom: 4vmin;
}
.projects_nav{
    padding: 0 5%;
}
.projects_nav li{
    width: 33.3%;
    float: left;
    margin-bottom: 5.5vmin;
    font-size: 14px;
    text-align: center;
    /*border-right:1px solid #6a6a6a;*/
    box-sizing: border-box;
}
.projects_nav li:last-child{
    /*border-right: none;*/
}
.projects_nav li.active{
    color: #e8412c;
}
/* content */
.projects_list{
}
.projects_list li{
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
    position: relative;
}
.projects_list li a{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position:center;
}
.projects_list li:nth-child(2n){
    margin-right: 0;
}
.projects_list1 li{
    width: 100%;
    height: 50.5vmin;
}
.projects_list2 li{
    width: 48%;
    height: 35vmin;
}
.projects_list3 li{
    width: 48%;
    height: 35vmin;
}
.projects_list3 li:first-child{
    width: 100%;
    height: 50.5vmin;
}
.projects_list3 li:nth-child(2){
    margin-right: 4%;
}
.projects_list3 li:nth-child(3){
    margin-right: 0;
}
.projects_list4 li{
    width: 48%;
    height: 35vmin;
}
.projects_list5 li{
    width: 48%;
    height: 35vmin;
}
.projects_list5 li:first-child{
    width: 100%;
    height: 50.5vmin;
}
.projects_list5 li:nth-child(2n-1){
    margin-right: 0;
}
.projects_list5 li:nth-child(2n){
    margin-right: 4%;
}
.projects_list6 li{
    width: 48%;
    height: 35vmin;
}
.projects_list7 li{
    width: 48%;
    height: 35vmin;
}
.projects_list7 li:first-child{
    width: 100%;
    height: 50.5vmin;
}
.projects_list7 li:nth-child(2n-1){
    margin-right: 0;
}
.projects_list7 li:nth-child(2n){
    margin-right: 4%;
}
.projects_list8 li{
    width: 48%;
    height: 35vmin;
}
.projects_list .projects_title{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    height:8vmin;
    display: block;
    bottom: 0;
    left: 0;
}
.projects_list .projects_title i{
    position: absolute;
    height: 8vmin;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index:8;
}
.projects_list .projects_title span{
    line-height: 8vmin;
    font-size: 14px;
    color:#fff;
    position:relative;
    z-index:10;
}
/* solutions */
.solutions{
    /* box-shadow: 0px 5px 20px #ccc; */
}
.solutions .solutions_ad{
    width: 100%;
    height: 48vmin;
    background: url(../img/bg_solutions.png) no-repeat;
    background-size: 100%100%;
}
.solutions_con{
    margin-top: -15vmin;
}
.solutions_con .solutions_swiper{
    padding: 20px 0;
}
.solutions_con .swiper-slide{
    background: #f6f6f6;
    padding-bottom:6vmin;
    box-shadow: 0px 5px 20px  #ccc;
}
.solutions_con .swiper-slide .simg{
    width: 100%;
    height: 80vmin;
    background-position: center;
    background-repeat: no-repeat;
}
.solutions_con .swiper-slide h5{
    width: 100%;
    padding: 5vmin 5%;
    font-size: 16px;
    color:#222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solutions_con .swiper-slide p{
    padding: 0px 5%;
    line-height: 20px;
    font-size: 14px;
    height:60px ;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:3; 
    -webkit-box-orient:vertical;
    display: -webkit-box;
}
/* new */
.news_list{
    margin-bottom: 3vmin;
}
.news_list li{
    width: 100%;
    padding: 0px 5%;
    height: 23vmin;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5vmin;
}
.news_list li .newimg{
    width: 30%;
    height: 23vmin;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}
.news_list li .news_list_con{
    width: 65%;
    height: 23vmin;
    float: right;
}
.news_list li .news_list_con h6{
    font-size: 4vmin;
    line-height:6vmin ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}
.news_list li .news_list_con p{
    width: 100%;
    font-size: 3.5vmin;
    line-height: 4.5vmin;
    height: 9vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
    display: -webkit-box;
    color: #555;
    margin-top: 1vmin;
    margin-bottom: 1.5vmin;
}
.news_list li .news_list_con .news_time{
    font-size: 3.5vmin;
    color: #555;
}
.btn_more{
    border:1px solid #6a6a6a;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
    margin-bottom: 5vmin;
    margin-left: 39%;
}
.fixed{
    position: fixed;
    bottom: 20px;
    right: 8px;
    z-index: 999;
}
.fixed a.totop{
    display: block;
    width: 10vmin;
    height: 10vmin;
    background: #1a1a1a;
    text-align: center;
    border-radius: 4px;
}
.fixed a.totop i{
    font-size: 5vmin;
    line-height: 9vmin;
    color:#fff;
}