.swiper-container1 {
    overflow: hidden;
}

.introduction {
    justify-content: space-around;
    text-align: center;
    margin: 28px 0;
}

.introduction>div>.about-num {
    color: #c01a20;
    font-size: 24px;
    font-weight: 500;
 
}

.introduction>div>.about-num>span {
    color: #c01a20;
    font-size: 95px;
    font-weight: 700;
}

.introduction>div>.about-remark {
    color: #444444;
    font-size: 20px;
    margin: 20px auto;
}

.about {
    overflow: hidden;
}

.about-left {
    float: left;
    width: 875px;
    height: 540px;
}

.about-right {
    float: right;
}

.about-right>a {
    width: 365px;
    height: 265px;
    margin-bottom: 10px;

}

.about-left,
.about-right>a {
    cursor: pointer;

}

.about-left>div,
.about-right>a>div {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.28);
    color: #ffffff;
}

.about-left>div {
    text-indent: 2em;
    padding: 36px 20px;
    line-height: 2;
    letter-spacing: 0.08em;
}

.about-left>div>a {
    color: #c01a20;
}

.about-right>a>div {
    font-size: 36px;
    text-align: center;
    line-height: 265px;

}

.feature {
    height: 880px;
    overflow: hidden;
    position: relative;
}

.feature>img {
    width: 2160px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    z-index: -1;
}

.feature h3 {
    line-height: 2;
}

.feature>.flex {
    padding: 24px 0;
    justify-content: space-between;
}

.feature .transformBox {
    width: 400px;
    height: 485px;
    overflow: hidden;
    border-radius: 24px;
    cursor: pointer;
}

.feature .transformBox>img {
    height: 485px;
    z-index: -1;
}

.feature .transformBox>div {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.feature .transformBox>div>img {
    width: 144px;
    margin: 130px auto 30px;
}

.feature .transformBox>div>p {
    font-size: 27px;
}

.feature .transformBox>div>div {
    display: none;
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    height: 100px;
    padding: 20px 12px;
    position: absolute;
    bottom: 0;
    background-color: #c01a20;
}

.feature .transformBox:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.feature .transformBox:hover>div>img {

    margin: 100px auto 30px;
}

.feature .transformBox:hover>div>div {
    display: block;
}

.skill {
    justify-content: space-between;
    padding: 20px 0 100px;
}

.skill>div {
    width: 400px;
    height: 420px;
    cursor: pointer;
}
.skill>div>i{
    overflow: hidden;
    width: 100%; 
    display: block;
}
.skill>div>i>img {
    width: 100%; 
    height: 277px;
}

.skill>div>div {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 20px 30px;
    z-index: 100;
    position: relative;
}
.skill>div>div>.skill-title {
    font-size: 25px;
}
.skill>div>div>.skill-content {
    font-size:14px;
    line-height: 1.8;
    padding: 14px 0;
    color: #666;
}
.skill>div:hover>div {
    box-shadow: 4px 8px 8px #cccccc;
    
}
.skill>div:hover>div {
    border-bottom:1px solid #c01a20 ;
    
}
.skill>div:hover>i>img {
    transform: scale(1.1);
    transition: 0.3s;
}
.new-type{
    text-align: center;
    padding: 40px 0;
}
.new-type>div{
    display: inline-block;
    cursor: pointer;
    width: 115px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    background-color: #c01a20;
    margin: 0 20px;
}

.new-type>div a{
	color:#fff;
}

.new-left{
    width: 608px;
    height: 482px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.new-left>img{
    width: 608px;
    height: 482px;
}
.new-left>div{
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 100;
    position: absolute;
    bottom: 0;
}
.new-right{
    width: 594px;
    height: 482px;
    display: inline-block;
    margin-left: 32px;
    vertical-align: top;
}
.new-right>a{
    cursor: pointer;
    height: 120px;
    border-bottom: 1px solid #dcdcdc;  
    display: flex;
    align-items: center;
    
}
.new-right>a:hover .news-text>p:nth-child(1){
    color: #c01a20;
}
.new-right .news-time{
    color: #dcdcdc;
    display: inline-block;
    text-align: center;
}
.new-right .news-time>p:nth-child(1){
    line-height: 1;
    font-size: 60px;
}
.new-right .news-time>p:nth-child(2){
    font-size: 18px; 
}
.news-line{
    height: 66px;
    width: 1px;
    background-color:#dcdcdc;  
    margin:0 10px;
}
.news-text{
    display: inline-block;
    width: 500px;
   
}
.news-text>p:nth-child(1){
    font-size: 18px;
    padding-bottom: 9px ;
}
.news-text>p:nth-child(2){
    color: #666666;
    line-height: 1.8;
    font-size: 14px;
}
.phonebg{
    height: 280px;
}
.phonebg>div{
    color: #c01a20;
    text-align: center;
    padding-top:80px ;
}
.phonebg>div img{
    width: 32px; 
    margin-right: 10px;
    vertical-align: middle;
}
.phonebg>div>p:first-child{
    font-size: 30px;
    margin-bottom: 10px;
}
.phonebg>div>p:last-child{
    font-size: 48px;
    font-weight: 600;
}