﻿@charset "utf-8";

@media screen and (max-width:1100px){
	.product-right {
    width:68%;
	}
}
@media screen and (max-width:766px){
 .programme-right{
    margin-top:30px;
 }
 .ca-case-con,.pro-product-con{
    width: 49%;
	}

.pro-product-con h4 {
    font-size: 12px;
}	
	
/*product-con*/
	.product-right {
    width:100%;
	margin-top:30px;
	}
	.product-right h3{
	   font-size:16px;
	}
	.product-right img{
	   width:70%;
	}
}






























