/* 新官网20220803 */
.in-middle{
    /* 居中 */
    width: 1200px;
    margin: 0 auto;
}
.n-flex,.n-flex-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-flex-l{
    justify-content: flex-start;
}
.n-head-w{font-size: 12px;}
.n-head-w a{ cursor: pointer; transition: all .3s; line-height: 36px;height: 36px; display: inline-block; padding: 0 8px; }
.n-head-w a:hover{ color: #E13922; background: #fff;}
.n-head-t{
    background: #f6f6f6;
    height: 36px;
    line-height: 36px;
}
.n-head-t i{ vertical-align: bottom;}
.n-phone{position: relative; }
.codeShow{display:none ;position: absolute; right: 0; z-index: 9; width: 240px;background: #fff; box-shadow:rgb(0 0 0 / 10%) 0px 5px 10px; border-radius:0 0 4px 4px; padding:0 10px; }
.codeShow li:first-child{border-bottom: 1px solid #eee;}
.codeShow img{ width: 88px; height: 88px; object-fit: cover}
.codeShow div{ align-items: flex-start; margin: 8px 0; padding: 8px 0;}
.codeShow div:first-child{ border-bottom: 1px solid #eee;}
.codeShow p{ font-size: 14px; color: #323233; font-weight: 500; line-height: 1.5; margin-left: 10px;}
.codeShow span{display: inline-block; font-size: 12px; font-weight: 400;color:#E13922;}
.n-phone:hover .codeShow{display: block; animation: animatebig .1s linear;}

.n-head-c{height: 120px;}
.n-head-c a{font-size: 16px; color: #323233; margin-right:24px;font-weight: 500; height: auto;}

.n-service{
    position: absolute;background: #fff;border-radius: 16px;
    padding: 16px;height: 120px;left: 0;right: 0;margin: 0 auto;
    bottom: -70px;z-index: 9;box-sizing: border-box; box-shadow: 0 2px 5px #E4E7ED;
}
.n-service li{ list-style: none; display: flex; justify-content: flex-start; align-items: center; width: 280px;}
.n-service li p{ font-size: 16px; color: #323233; font-weight: 500; line-height: 1.5;}
.n-service li p span{ display: block; font-size: 12px; color: #c8c9cc; font-weight: 400;}
.n-service i{ font-size: 40px; margin-right: 8px; color: #000;}
.n-service .qw{ position: relative;}
.n-service .qw:hover .show-qw{display: block; animation: animatebig .3s;}
.show-qw{
    display: none;
    position: absolute;
    top: 50px;
    bottom: 0;
    z-index: 19;
    padding: 10px;
    border-radius: 8px;
    width: 140px;
    height: 160px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 6px;
    text-align: center;
    background: #fff;
}
.show-qw img{
    height: 120px; width: 120px;
}
.n-banner{
    width: 100%;
    height: 550px;
    background:#000;
    position: relative;
}
.n-banner-img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    position: relative;
    opacity: .4;
}
.n-b-txt{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    margin: 150px auto 80px auto;
    text-align: center;
    width: 1200px;
}
.n-b-txt h2{font-size: 48px; line-height: 2;}
.n-b-txt h2 span{ margin: 0 8px}
.n-b-txt h4{font-size: 18px; font-weight:400}
.n-b-txt h4 span{ margin: 0 6px}
.n-b-txt button{
    background: #fff;
    border-right: 4px;
    border: none;
    color: rgba(9, 140, 250);
    width: 168px;
    height: 52px;
    border-radius: 8px;
    margin: 50px 8px 0 8px;
    font-size: 18px;
    box-shadow: rgb(0 0 0 / 2%) 0px 2px 6px;
    transition: all .3s;
    cursor: hand;
}
.n-b-txt button:hover{
    opacity: .9;
}
.n-b-txt button:last-child{
    color: rgba(101, 101, 101);
}
.n-s-b{margin-top: 100px; margin-bottom: 20px; height: 140px; background: #f6f6f6;}
.n-s-b img{ display: block; height: 140px; object-fit: cover;}
.n-container{width: 1200px;margin-left: auto;margin-right: auto;}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 16px;
    margin-bottom: 50px;
    width:1200px;
}

.grid-container > li {
    text-align: center;
    font-size: 30px;
    width:226px;
    height: 300px;
}
.grid-container > li a{
    width: 226px;
    overflow: hidden;
    display: inline-block;
}
.grid-container > li a img{
    transition: all .3s;
}
.item2 img{ object-fit:cover !important;}
.grid-container > li a:hover img{
    transform: scale(1.05)
}
.grid-container > li a:hover .n-consulting{
    font-size: 14px;
}
.grid-container > li img{
    display: block;
}
.grid-container > li span{
    display: block;
    font-size: 12px;
}
.n-tit{
    color: #323233;
    font-size: 14px !important;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 8px;
}
.n-con{
    font-weight: 400;
    color: #969799;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
.n-consulting{
    color: #E13922;
    line-height: 3;
    font-weight: 500;
    transition: all .3s;
}
.item1 {
    grid-row: 1 / 3;
    height: 616px !important;
    background: #f6f6f6;
}
.item1 img{
    width: 226px;
    height: 616px;
    object-fit: contain;
}
.item2 img,.item3 img,.item4 img,.item5 img,.item6 img,.item7 img,.item8 img,.item9 img{
    height: 226px;
    width: 226px;
    object-fit: contain;
    overflow: hidden;
}
.item4 img{ object-fit: cover}
.consulting button{
    border: none;
    background: #E13922;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 12px 32px;
    border-radius: 8px;
    cursor: hand;
    opacity: .9;
    margin: 0 auto 50px auto;
    display: block;
    transition: all .3s;
}
.consulting button:hover{
    opacity: 1;
}