*{
	padding: 0;
	margin: 0;
}
.w1190{
	width:1190px;
	margin:0 auto;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }
    .clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }
a,
a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
}
img{
	display: inline-block;
}
.fl{float: left}
.fr{float:right}
body{
	font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
}
.bg-white{
	background-color: #fff;
}
.cft-header{
	padding: 25px 0;
	height: 50px;
}
.cft-header .cft-h-menu{}
.cft-header .cft-h-menu a{
	display: inline-block;
	position: relative;
	margin-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
}
.cft-header .cft-h-menu .hover{
	color:#E82923
}
.cft-header .cft-h-menu .hover::after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: #CB2D28;
	position: absolute;
	bottom:5px;
	left:50%;
	margin-left: -12px;
}
.cft-title{
	margin-bottom: 50px;
	text-align: center;
}
.cft-title .cft-title-english{
	font-size: 48px;
	font-weight: bold;
	color: #F1F2F4;
}
.cft-title .cft-title-cn{
	margin-top: -40px;
	font-size: 48px;
	font-weight: bold;
	color: #000;
}
.cft-title .cft-title-desc{
	padding: 10px 0;
	font-size: 24px;
	color: #EA4B3A;
}
.cft-title .cft-title-line{
	margin-top: 10px;
}
.footer{
	overflow: hidden;
	width: 100%;
	padding-top: 70px;
	height:250px;
	background: url(../images/footer_bg.png) no-repeat center top #323232;
}
.footer .footer-left .item{
	margin-bottom: 5px;
}
.footer .footer-left .mb50{
	margin-bottom: 50px;
}
.footer .footer-left .item,
.footer .footer-left .item a{
	font-size:14px;
	color: #A7A7A7;
}
.footer .footer-left .f16{
	font-size:16px;
}
.footer .footer-left .f14{
	font-size:14px;
}