.head{
    background-color: #f8f3ec;
}
.head .h{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.head .logo{
    display: block;
    line-height: 92px;
}

.head .language{
    width: 96px;
    line-height: 26px;
    margin: 12px 0;
    margin-left: auto;
    
}
.head .language ul{
    display: flex;
    background: url(../images/lan_icon.jpg) no-repeat center;
    background-color: #835b7d;
    border-radius: 13px;
    
}
.head .language li{
    width: 50%;
}
.head .language a{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    

}
.head .nav_pc>ul{
    display: flex;

}
.head .nav_pc li{
    margin:0 10px;
}
.head .nav_link{
    display: block;
    font-size: 16px;
    width: 110px;
    line-height: 44px;
    text-align: center;
    border-bottom: 2px solid rgba(255,255,255,0);
}
.head .nav_item a:hover,
.head .nav_item .hover{
    border-bottom: 2px solid #835b7d;
}

.standard{
    position: relative;
    margin-top: -110px;
    z-index: 8888;

   
}
.standard .h{
    padding: 10px;
}
.standard ul{
    display: flex;
    /*overflow: visible;*/
    
 background-color: #fff;
 padding-bottom: 24px;
 box-shadow:0 0 10px #ccc;
}
.standard li{
    width: 240px;
    text-align: center;
    
}
.standard li .img{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    transition: all ease-in-out 1s;
}

.standard li:hover .img{
    transform: rotateY(180deg);
}
.standard li h4{
    font-size: 16px;
    
}
.standard li p{
    color: #ccc;
    padding-top: 10px;
}
.index_pro{
    padding-top: 50px;
}
.index_pro .pro_type{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.typename h1{
    font-size: 47px;
    line-height: 76px;
    background: url(../images/type_icon.jpg) no-repeat bottom left;
}
.typename h2{
    font-size: 24px;
    color: #5b5b5b;
    line-height: 52px;
}
.index_pro .pro_type ul{
    display: flex;

}
.index_pro  .pro_type ul li{
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.index_pro .pro_type ul a{
    display: block;
    padding:0 26px;
    font-size: 16px;
    line-height: 50px;
    transition: all ease-in-out 0.3s;
    background: url(../images/pro_icon.jpg) no-repeat center 60px;
}
.index_pro .pro_type ul a.hover,
.index_pro .pro_type ul a:hover{
    background: url(../images/pro_icon.jpg) no-repeat center bottom;
}
.index_pro .pro_type ul li:last-child i{
    display: none;
}

.index_pro .pro_list ul{
   padding-top: 3%;
}
.index_pro .pro_list li{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.index_pro .pro_list a{
    display: block;
    position: relative;
    overflow: hidden;
    
}

.index_pro .pro_list .title{
    width: 330px;
    padding:4px 16px;
    position: absolute;
    left: 14px;
    bottom: -200px;
    background: rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
}
.index_pro .pro_list a:hover .title{
    bottom: 14px;
}
.index_pro .pro_list h1{
    color: #fff;
    
}

.index_pro .pro_list .sum{
    color: #f5f5f5;

}

.more{
    display: block;
    width: 134px;
    border:1px solid #9a7e94;
    color: #9a7e94;
    line-height: 36px;
    margin: 40px auto;
    border-radius: 18px;
    text-indent: 3em;
   transition: all ease-in-out 0.3s;
    background: url(../images/more_icon.png) no-repeat 90px center ;
}
.more:hover{
    background-color: #9a7e94;
    color: #fff;
}
.index_ab{
    display: flex;
    background-color: #9a7e94;
}
.index_ab>div{
    width: 50%;
}
.index_ab .title{
    padding: 36px 16px;
}
.index_ab .title h1{
    font-size: 24px;
    color: #fff;
}

.index_ab .title h4{
    color: #fff;
    line-height: 36px;
}

.index_ab .about_con{
    width: 656px;
    height: 320px;
   
}

.index_ab .content{
     padding:16px 30px;
     margin-left: -30px;
    background-color: #fff;
}
.index_ab .content .com{
    color: #9a7e94;
}
.index_ab .content .sum{

    margin-bottom: 20px;
}
.index_ab .con_bo{
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.index_ab .con_bo h4{
    font-size: 20px;
    color: #9f9494;
}

.index_ab .con_bo .ab_more{
    width: 94px;
    line-height: 32px;
    text-align: center;
    background-color: #9a7e94;
    color: #fff;
    border-radius: 16px;

}

.index_cli{
    height: 390px;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bj.jpg) no-repeat center;
}
.index_cli .flex{
    display: flex;
    padding-top: 110px;
    overflow: hidden;
    
}
.index_cli .cli_left,
.index_cli .cli_right{
    width: 50%;
    padding: 40px;

}

.index_cli h1{
    font-size: 28px;
    color: #fff;
}
.index_cli .sum{
    color: #fff;
    padding: 14px 0;
}

.index_cli .cli_more{
    display: block;
    border:1px dashed #fff;
    font-size: 18px;
    text-align: center;
    width: 100px;
    line-height: 40px;
    color: #fff;
    margin-top: 34px;
    transition: all ease-in-out 0.3s;
}

.index_cli .cli_more:hover{
    background: #835b7d;
}
.index_news{
    padding-top: 70px;
}
.index_news ul{
    padding: 26px 0;
}
.index_news li{
    width: 586px;
    float: left;
    margin-bottom: 20px;
    margin-right: 28px;
}
.index_news li a{
    display: block;
}
.index_news li .img{
    float: left;
    overflow: hidden;
    
}
.index_news li .img img{
    transition: all ease-in-out 0.3s;
}
.index_news li .news_title{
    float: right;
    width: 418px;
}
.index_news li h3{
    font-size: 16px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.index_news .sum{
    padding-top: 10px;
    color: #888888;
}

.index_news li a:hover h3{
    color: #9a7e94;
    border-bottom: 1px solid #9a7e94;
}
.index_news li a:hover img{
    transform: scale(1.06);
}

