.chans img{
    vertical-align: text-bottom;
    width: 150px;
}
.chans{
    position: relative;
}
.chans_text{
    position: absolute;
    top: 30%;
}
.chans_text p:nth-child(1){
    	font-family: SourceHanSansCN-Regular;
	font-size: 60px;
	color: #000000;
}
.chans_text p:nth-child(2){
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #000000;
}
.product{
    border: solid 1px #eeeeee;
    margin-top: 70px;
    margin-bottom: 94px;
}
.product li{
    display: flex;
}
.product img{
    display: block;
    transition: all .6s;
}
.product img:hover{
    transform: scale(1.2);
}
.product_left{
    width: 650px;
    overflow: hidden;
}
.product_right{
    width: 650px;
    font-family: SourceHanSansCN-Regular;
    font-size: 36px;
    color: #000000;
    box-sizing: border-box;
    padding: 82px 0 0 64px;
	background-color: #ffffff;

}
.product_right a i{
    font-size: 42px !important;
    color: #333;
}
.product_right a i:hover{
    color:  #1d2088;;
}



