.banner{
    width: 100%;
	height:500px;
    /* background: url("../images/banner2.jpg") no-repeat center/100% 100%; */
    color: #fff;
    background-size: cover;
	background-position: center;
}
.line{
    width: 20px;
    border-bottom: 2px solid #fff;
    padding:50px 0 5px;
}
.textabout{
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 0;
}
.textjz{
    font-size: 24px;
}
.intro{
    margin-top: 280px;
    height: 46px;
    line-height: 46px;
}
.comintro{
    font-size: 18px;
    font-weight: 700;
}
.tri{
    padding-left: 10px;
}
.introlist{
    float: right;
    display: flex;
    justify-content:flex-end;
    font-size: 15px;
}
.introlist li{
    margin:0 10px;
}
@media screen and (max-width: 768px) {
    .banner{
        height: 200px;
      padding: 0 15px;
    }
	.textabout{
    		font-size: 20px;
    		font-weight: 700;
    		margin: 10px 0 0;
	}
	.textjz{
    		font-size: 14px;
	}
    .intro{
        margin-top: 50px;
        height: 40px;
      	line-height: 40px;
       
    }
    .introlist{
        float: right;
        display: flex;
        justify-content:flex-end;
        font-size: 10px;
       	height: 40px;
      	line-height: 40px;
      	margin: 0;
    }
  .comintro {
    font-size: 15px;
    font-weight: 700;
}
.line {
    padding: 40px 0 5px;
}
}