.introduce{background: url(../images/about/about-header-bg.png) no-repeat center;height: 620px;}
.introduce .container{display: flex;justify-content: center;align-items: center;height: 100%;flex-direction: column;}
.introduce img{width:227px;height: 136px;}
.introduce p{width: 650px;height: 120px;line-height: 40px;font-size: 18px;color: #FFFFFF;text-align: center;margin-top: 19px;}

.type{margin-top: 70px;}
.type ul{display: flex;justify-content: space-between;}
.type ul li{display: flex;justify-content: flex-start;align-items: center;}
.type ul li .content{margin-left: 19px;}
.type ul li span{font-size: 24px;line-height: 33px;color: #0C2239;}
.type ul li p{margin-top: 10px;font-size: 16px;line-height: 22px;}

.about{background-color: #F7F7F7;height: 664px;margin-top: 70px;}
.about .container{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.about .content{width: 598px;}
.about  .text{margin-top: 26px;}
.about  .text p{color: #5C5E64;line-height: 30px;font-size: 16px;text-indent: 2em;text-align: justify;}
.about ul{margin-top: 24px;display: flex;justify-content: flex-start;}
.about ul li{background: url(../images/my-list-ico.png) no-repeat left center;color: #0C2239;line-height: 25px;margin-right: 50px;font-size: 18px;font-family: "黑体";font-weight: 600;padding-left: 24px;}


.introduces{width: 100%;height: 263px;padding: 70px 0;box-sizing: border-box;}
.introduces .container{display: flex;flex-direction: column;justify-content: space-between;align-items: center;height: 100%;}
.introduces  em{font-size: 16px;color: #EE6B25;}
.introduces  h2{font-size: 28px;color: #0C2239;font-family: "黑体";font-weight: 600;margin-top: 6px;}
.introduces  p{color: #383838;font-size: 16px;text-align: center;width: 1153px;height: 58px;line-height: 30px;margin-top: 17px;}
.introduces  p span{color: #EE6B25;}

.model{padding-bottom: 105px;}
.model ul{display: flex;justify-content: space-between;}
.model ul li{width: 216px;height: 267px;cursor: pointer;position: relative;}
.model ul li .imgs:hover::after{content: "";position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.5);width: 100%;height: 100%;}
.model .content{width: 170px;height: 70px;left: 50%;bottom: -35px;transform: translateX(-50%);background-color: #FFFFFF;display: flex; justify-content: center;flex-direction: column;align-items: center;}
.model .content::after{content: "";width: 140px;height: 3px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);background-color: #EE6B25;}
.model .content span{font-size: 18px;color: #0C2239;line-height: 25px;}
.model .content em{font-size: 10px;line-height: 14px;color: #0C2239;margin-top: 4px;text-align: center;}

/*标题公共样式*/
.common-title{display: block;font-size: 28px;color: #0C2239;font-family: "黑体";font-weight: 600;margin-top: 10px;position: relative;width: -webkit-max-content;}
.common-title::after{content: "";position: absolute;top: 50%;right: -76px;transform: translateY(-50%);width: 100px; height: 2px;background-color: #EE6B25;}
.common-title-english{display: block; font-size: 16px;color: #EE6B25;}