/*中文版首页CSS*/
.screen{
	min-width: 1250px;
}
.comWidth{
	width: 1250px;
	margin: 0 auto;
}
.cl:after{
	content: "";
	clear: both;
	display: block;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img{
	vertical-align: middle;
}
body{
	background: #f9f9f9;
	font-family: "KaiTi","Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
/*顶端图片*/
.fitBJ{
	height: 690px;
	background: url('../images/BJ5.jpg') no-repeat top center;
	background-size: 100% 100%;
	position: relative;
}
/*顶端Banner*/
.topBanner{
	height: 39px;
	background: #365D74;
}
.DQName{
	line-height: 39px;
	color: #fff;	
}
.contactUS{
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
}
.phoneColor{
	color: #0DB464;
	padding-right: 10px;
}
.contactUS div{
	padding: 0 20px;
}
.contactA a{
    color: #A50A12;
}
.contactA,.changeLang .lineColor{
	color: #000;
}
.changeLang a{
	color: #000;
	padding: 0 5px;
}
.changeLang .activeChinese{
	color: #39AC9C;
}
.changeLang a:active{
	color: #39AC9C;
}
/*轮播图*/
.LBbanner{
	overflow: hidden;
	margin-top:20px;
}
/*logo*/
.logoBanner{
	height: 100px;
}
.LOGO{
	line-height: 100px;
	margin-left: 200px;
}
/*五个小圆圈*/
.fitIntroDQ{
	height: 100px;
	width: 700px;
	margin: 0 auto;
}
.introDQ{
	position: absolute;
	bottom: 70px;
}
.introDQ li{
	float: left;
	width: 111px;
	height: 111px;
	/*border-radius: 100px;*/
	margin: 0 20px;
	text-align: center;
	box-sizing: border-box;	
}
.introDQ li i,.introDQ li span{
	display: block;	
	font-weight: bold;
}
.fitIconColor1{
	color: #FFFF03;
}
.fitIconColor2{
	color: #FF5A00;
}
.fitIconColor3{
	color: #CE102F;
}
.introDQ li span{
	color: #365D74;
	font-weight: bold;
}
.introDQ li i{
	margin: 20px 0 10px 0;
}
.fitColor{
	background: url('../images/circle01.png') no-repeat;
}
.fitColor1{
    background: url('../images/circle02.png') no-repeat;
}
/*旋转木马*/
.htmleaf-containerRotate{
	height: 300px;
	margin: 0 auto;
}
.poster-main{
	position: relative;
	margin: 50px auto;
}
.poster-main .poster-list .poster-item{
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-btn{
	position: absolute;
	top: 0;
	cursor: pointer;
}
.poster-main .poster-prev-btn{
	left: 0;
	background: url("../images/prev.png") no-repeat center center;
}
.poster-main .poster-next-btn{
	right: 0;
	background: url("../images/next.png") no-repeat center center;
}
/*结束*/
.theEnd{
	background: #365D74;
	height: 180px;
	margin-top: 100px;
}
.theEnd p{
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}