﻿.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    height: 524px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    opacity: 1 !important;
}
.show-product{
    width: 20%;
    position: relative;
}
.show-product h1{
    display: inline-block;
    position: absolute;
    font-size: 40px;
    color: #333333;
    top: 24%;
    transform: translateY(-50%);
}
.show-product>span{
    display: inline-block;
    position: absolute;
    font-size: 20px;
    color: #9B9B9B;
    top: 34%;
}
.banner div:first-child{
    width: 20%;
}
.banner .bg-img{
    width: 50%;
    background-image: url("../image/公司理念底图.png");
    background-repeat: no-repeat;
}
.icon-list{
    margin-top: -160px;
    background: #FFFFFF;
    box-shadow: 7px 13px 40px 0 rgba(204,26,26,0.06);
    border-radius: 8px;
    position: relative;
    z-index: 20;
    padding: 20px 60px;
}
.icon-list h3{
    display: inline-block;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.icon-list h3::before{
    display: inline-block;
    content: "";
    width: 141px;
    height: 1px;
    background-image: linear-gradient(246deg, #F00 18%, #FFFFFF 90%);
    position: relative;
    left: 12%;
    top: -8px;
    transform: translateX(-50%);
    opacity: .6;
}
.icon-list h3::after{
    display: inline-block;
    content: "";
    width: 141px;
    height: 1px;
    background-image: linear-gradient(-246deg, #F00 18%, #FFFFFF 90%);
    position: relative;
    right: -18%;
    top: -8px;
    transform: translateX(-50%);
    opacity: .6;
}
.icon-list>ul,.icon-list>li{
    height: 200px;
    margin: 40px 0;
    position: relative;
}
.icon-list ul{
    display: flex;
    justify-content: space-around;
}
.icon-list li>span{
    position: relative;
    left: -50%;
    top: 40px;
    font-size: 24px;
    color: #333333;
    transform: translateX(50%) translateY(-50%);
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: -180px;
    color: #666;
    opacity: 0.92;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 8px rgba(30,30,30,0.06);
    border-radius: 8px;
    position: relative;
    z-index: 999;
}
.content h2{
    font-size: 24px;
    color: #666;
    text-align: left;
}
.content .warp{
    width: 1120px;
    height: 460px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
.content .warp img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.content .warp>div{
    float: right;
    width: 62%;
    height: 460px;
    margin-right: 40px;
}
.content p{
    line-height: 24px;
}
.more-list{
    width: 1120px;
    margin: 0 auto;
    margin-top: 32px;
    padding: 32px;
    box-sizing: border-box;
}
.more-list>li{
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.more-list h2{
    font-size: 20px;
    color: #666;
    font-weight: bolder;
    margin-bottom: 20px;
}
.more-list h3{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    display: inline-block;
    margin: 14px 0;
    max-width: 540px;
    line-height: 24px;
}
.more-list h2::before{
    display: inline-block;
    content: "";
    width: 1px;
    height: 8px;
    background-color: #CD0000;
    margin-right: 10px;
    border: #CD0000 2px solid;
    border-radius: 8px;
    overflow: hidden;
}
.more-list>ul,.more-list>ul>li{
    width: 80%;
    box-sizing: border-box;
}
.more-list>li{
    margin-bottom: 40px;
}
.more-list span>ul>li{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    padding: 0 20px;
    margin-bottom: 10px;
}
.wrapper {
    max-width: 100%;
    margin: auto;
}

.heading {
    font-size: 42px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.sub-heading {
    font-size: 35px;
    line-height: 1.4;
    color: #c2d0bd;
    /*text-shadow: 1px 1px 4px rgb(0 0 0 / 50%);*/
    margin: 10px 0 30px;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 90%;
max-width: 100%;
text-align: left;
}
table .center {
text-align: center;
}

th,
td {
padding: 0.5rem;
vertical-align: top;
}

th {
text-align: inherit;
}

thead th {
font-weight: 600;
vertical-align: bottom;
color: #409EFF;
border-bottom: 2px solid #b5ede7;
}

td {
border-top: 1px solid #caf2ed;
}

.dictionary {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0rem auto;
max-width: 90%;
}

.wrapper a {
color: inherit;
font-weight: 600;
text-decoration: none;
border-bottom: solid 2px #dee8e9;
}
.wrapper a:hover {
border-color: #409EFF;
}

.dictionary > .term {
text-align: left;
line-height: 24px;
min-width: 24rem;
margin-bottom: 3rem;
padding: 2rem;
border-radius: 3px;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
background-color: #fff;
transition: all 100ms ease-in-out;
}
.dictionary > .term:hover {
transform: scale(1.01) translateY(-4px);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 3px 10px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
}

.dictionary > .term > dt {
margin-bottom: 1rem;
}

dt {
color: #409EFF;
line-height: 1;
}
dt span {
font-size: 100%;
font-weight: 900;
}

dd {
font-size: 92.5%;
margin-left: 0;
}

dd dt {
margin-top: 1rem;
margin-bottom: 0.25rem;
font-weight: 600;
font-size: inherit;
}

dd dl {
font-size: 90%;
margin: 1rem auto 0 auto;
letter-spacing: 0.33px;
max-width: 23rem;
}

strong {
color: #409EFF;
}

dd dl .term {
margin-bottom: 1rem;
}

dd strong {
border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}