/* 新版首页样式 */
/* .new_index_content{
    width: 1200px;
    margin: 0 auto;
} */
/* 轮播 */
.carousel_wrap{
    max-width: 1920px;
    height: 400px;
    margin: 0 auto; 
}
.carousel_wrap .item{
    height:400px;
    width:100%;
}
.carousel_wrap .item .img_show{
    display: inline-block;
    width: 100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.carousel_wrap .item>img{
    height: 400px;
}
.carousel_wrap .item .item_description4{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    width: 1200px;
    color: #fff;
}
.carousel_wrap .item .item_description4 h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.carousel_wrap .item .item_description4 li{
    line-height: 40px;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
}
.carousel_wrap .item .item_description4 li::after{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    background: url(../../en/images/index/banner4_icon.png);
    width: 20px;
    height: 18px;
}

.carousel_wrap .item .item_description1{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    width: 1200px;
    color: #fff;
}
.carousel_wrap .item_description1 h3{
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0 2px 7px #001f50;
}
.carousel_wrap .item_description1 h4{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 13px;
    text-shadow: 0 2px 7px #001f50;
}
.carousel_wrap .item_description1 ul{
    list-style-type: disc;
    margin-left: 15px;
}
.carousel_wrap .item_description1 ul li{
    line-height: 36px;
    font-size: 18px;
    text-shadow: 0 2px 7px #001f50;
}
.carousel_wrap .item_description1 .item_more{
    position: absolute;
    bottom: 10px;
    left: 580px;
    background: #4796e1;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
    font-size: 18px;
    border-radius: 36px;
}
.carousel_wrap .item_more:hover{text-decoration: underline;}

.carousel_wrap .item .item_description2{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-180px,0);
    width: 600px;
    color: #fff;
    text-align: center;
}
.item_description2 h3{
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0 2px 7px #164293;
}
.item_description2 h4{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 18px;
    text-shadow: 0 2px 7px #164293;
    position: relative;
}
.item_description2 h4::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 60px;
    width: 40px;
    height: 2px;
    border-top: 2px solid #fff;
}
.item_description2 h4:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 60px;
    width: 40px;
    height: 2px;
    border-top: 2px solid #fff;
}
.item_description2 ul{
    padding-bottom: 10px;
}
.item_description2 ul li{
    font-size: 18px;
    margin-bottom: 28px;
}
.item_description2 .item_more{
    background: #255eab;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
    font-size: 18px;
    border-radius: 36px;
}
.item_description3 h3{
    text-shadow: 0 1px 7px #002C34;
}
.item_description3 h4{
    margin-top: 20px;
    text-shadow: 0 1px 7px #002C34;
}
.item_description3 ul{margin-left: 0 !important;}
.item_description3 ul li{
    line-height: 47px !important;
    list-style-type: none;
}
.item_description3 .item_more{
    background: #195963 !important;
    bottom:15px;
    left:570px !important;

}

.carousel_wrap .carousel-indicators{
    bottom: 15px;
    top: unset;
    left: 50%;
    margin-left: -25px;
}
.carousel-control{
    top:50%;
    margin-top: -23px;
}
/* 分类 */
.category_wrap{
    width: 1200px;
    margin: 0 auto;
}
.category_wrap .cat_item{
    float: left;
    width: 380px;
    height: 435px;
    margin-right: 30px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.category_wrap .cat_item a:hover{color: #ff6900;}
.category_wrap .cat_item:nth-last-child(1){
    margin-right: 0;
}
.category_wrap .cat_item .cat_item_top{
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.category_wrap .cat_item .cat_item_more{
    color: #ff6900;
    position: absolute;
    bottom: 220px;
    left: 10px;
}
.category_wrap .cat_item .cat_item_more:hover{
    text-decoration: underline;
    color:#ff6900;
}
.category_wrap .cat_item>p{
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}
.category_wrap .cat_item>a>img{
    width: 380px;
    height: 190px;
    position: absolute;
    left: 10px;
    bottom: 20px;
}
/* 选择我们 */
.choose_wrap{
    width: 1200px;
    margin: 30px auto;
}
.choose_wrap h3{
    text-align:center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.choose_wrap .choose_item{
    float: left;
    width: 380px;
    height: 300px;
    margin-right: 30px;
    border: 1px solid #ccc;
    position: relative;
    padding: 20px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.choose_wrap .choose_item:nth-last-child(1){margin-right: 0;}
.choose_wrap .choose_item h4{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
    height: 52px;
    position: relative;
    padding-bottom: 10px;
}
.choose_wrap .choose_item h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    border-top: 1px solid #ccc;
}
.choose_wrap .choose_item p{
    margin-top: 15px;
    line-height: 22px;
    min-height: 150px;
}
.choose_wrap .choose_item>div>a{
    color: #ff6900;
}
.choose_wrap .choose_item>a:hover{
    text-decoration: underline;
}
/* 链接跳转 */
.region_five_box{
    width: 100%;
    height: 80px;
    /*background: url(../img/profiles/region_five.png) no-repeat top center;*/
}
.region_five{
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    display: flex;
}
.region_five .region_five_child{
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    position: relative;
}
.region_five_child img{
    margin-top: -5px;
    margin-right: 25px;
}
.region_five_child i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 32px;
    margin-top: -3px;
    margin-right: 25px;
}
.region_five_child:nth-child(1) i {
    margin-top: 0px;
    background: url("../../en/images/css_sprites.png") -261px -85px;
}
.region_five_child:nth-child(2) i {
    background: url("../../en/images/css_sprites.png") -261px -128px;
}
.region_five_child:nth-child(3) i {
    background: url("../../en/images/css_sprites.png") -261px -177px;
}
.region_five_child:nth-child(4) i {
    width: 42px;
    height: 40px;
    background: url("../../en/images/css_sprites.png") -167px -198px;
}
.region_five_child span{
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #DCE5E5;
    left: 0;
    top: 25px;
}
.region_five_child a{
    cursor: pointer;
    color: #333333;
}
.content_footer{
    /*border: none!important;*/
    /*margin-top: 0!important;*/
}

.recommen_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 30px;
    height:140px;
}
.recommen_li{
    width: 285px;
    height: 140px;
    position: relative;
    cursor: pointer;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.recommen_li:last-child{
    margin-right: 0;
}
.recommen_li i{
    float: left;
    width: 100%;
    height:140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
.recommen_li:hover i{
    transform: scale(1.1);
}
.recommen_li span{
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    left: 0;
    bottom: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    word-break: break-word;
    color: #fff;
    height: 40px;
}
.recommen_li:hover span{
    text-shadow: 0px 2px  6px rgba(0, 0, 0, 0.6);
}