body{
	overflow-x: hidden;
}
#head {
	width: 100%;
	/*height: 130px;*/
	/*position: absolute;
    top: 0;
    left: 0;*/
	/*z-index: 100;*/
}

#head .headerFa {
	width: 80%;
	margin: 0 auto;
	/*position: relative;*/
}

#company-logo {
	/*color: blue;*/
	/*position: relative;*/
	/*left: 2%;*/
	/*top: 20px;*/
}


/*#company-logo>span:nth-child(1) {
	font-size: 39px;
	letter-spacing: 2px;
}

#company-logo>span:nth-child(2) {
	font-size: 35px;
}*/

.navWord {
	color: #FFF;
	font-size: 15px;
	position: relative;
	left: 22px;
	top: 10px;
}

#language {
	/*color: #fff;*/
	/*font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(40, 105, 195, 0.7);
	padding: 20px 0 20px 30px;*/
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 430px;
	/*height: 240px;*/
	/*border: 1px solid #eeeeee;*/
	box-sizing: border-box;
	text-align: left;
}

.select-language {}

.select-language:hover {
	cursor: pointer;
}

.select-box {
	/*height: 0px;*/
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px 45px 30px 30px;
	box-sizing: border-box;
	position: relative;
	right: 100px;
	top: 14px;
	display: none;
}

.select-box img {
	width: 30px;
}

.select-language:hover .select-box {
	/*overflow: visible;*/
	/*height: 300px;*/
	/*display: block;*/
}

#language .select-box .select-left {
	float: left;
	width: 200px;
}

#language .select-box .select-left1 {
	line-height: 1.2;
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 8px;
}

#language .select-box .select-left2 {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}

#language .select-box .select-right {
	float: right;
}

#language .select-box .select-right a {
	display: block;
	/*float: none;*/
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	transition: .5s ease;
	border-bottom: 1px solid #cccccc;
}


/*#language>div {
	display: inline-block;
}*/


/*#language .fanti {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: solid 1px #fff;
	border-radius: 50%;
	text-align: center;
}
#language .fanti a{
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}
#language .chinese {
	margin-right: 20px;
}*/

#content {
	margin: 0 auto;
	/*padding-bottom: 100px;*/
}
#content .advantage{
	width: 70%;
	margin: 60px auto 80px;
	text-align: center;
	color: #333;
}
#content .advantage .advantage-tit{
	font-size: 35px;
	/*font-weight: bold;*/
	margin-bottom: 40px;
}
#content .advantage .advantage-boxFa{
	overflow: hidden;
}
#content .advantage .advantage-boxFa .advantage-box{
	width: 25%;
	float: left;
}
.advantage-img{
	margin-bottom: 30px;
	transition: all 2s;
	    width: 100px;
	    border: 1px #ddd solid;
	    border-radius: 100%;
	    padding: 20px;
}
#content .advantage .advantage-boxFa .advantage-box:hover .advantage-img{
	transform: rotate(360deg);
}
#content .advantage .advantage-boxFa .advantage-box .advantage-word{
	font-size: 16px;
}
#content .business-areaFa {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
	box-sizing: border-box;
}

#content .business-area {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
}

#content .business-area .area-left {
	float: left;
	width: 54.062%;
}

#content .business-area .area-left img {
	width: 100%;
}

#content .business-area .area-right {
	float: right;
	margin-top: 20px;
}

#content .business-area .area-describe {
	margin-top: 20px;
}

#content .business-area .area-describe>div>div:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
}

#content .business-area .area-describe .area-describe-content {
	width: 300px;
}

#content .business-area .area-describe .more {
	display: block;
	margin-top: 30px;
	color: #0073BC;
}

.wrap .screen {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.wrap .imgFa {
	width: 2400px;
	position: absolute;
}

.wrap .imgFa img {
	width: 800px;
	float: left;
}

.wrap .btn {
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	background-color: #ccc;
	cursor: pointer;
}

.wrap .btnLeft {
	right: 100px;
}

.wrap .btnRight {
	right: 0;
}

.wrap .smallBtn {
	text-align: center;
}

.wrap .smallBtn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #ccc;
	cursor: pointer;
}


/*首页新闻*/

#content .news {
	width: 100%;
	margin: 0 auto;
	/*background: #eee;*/
	/*padding-top: 100px;*/
	margin-top: 80px;
}

#content .news .slideBox {
	display: block;
	width: 33%;
}

#content .news .swiper-slide {}

#content .news .slideFa {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	/*padding-top: 20px;
	box-sizing: border-box;*/
	padding-bottom: 20px;
	/*transition: all 1s;*/
}

#content .slideFa:hover {
	/*border-bottom: 2px solid #155AC2;*/
}

#content .newsBox {
	transition: all 0.6s;
}

.newsTitle {
	height: 55px;
	color: #706666;
	font-size: 24px;
	margin-top: 30px;
	text-align: left;
	margin-bottom: 20px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
}

.news-title {
	/*height: 55px;
	color: #706666;
	font-size: 21px;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;*/
	
}

#content .newsBox:hover .newsTitle {
	color: #00a0e9;
}

#content .newsDescribe {
	height: 80px;
	font-size: 14px;
	font-weight: 30;
	color: #706666;
	margin-bottom: 20px;
	line-height: 25px;
	/*height: 90px;*/
	text-align: left;
}

#content .news .news-describe {
	/*font-size: 13px;
	font-weight: 30;
	color: #706666;
	margin-bottom: 20px;
	line-height: 25px;
	height: 90px;*/
}

#content .newsTime {
	color: #b8b7b7;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
}

#content .news .news-time {
	/*color: #b8b7b7;
	font-size: 14px;
	vertical-align: middle;*/
}

#content .newsTime .timeImg {
	width: 25px;
	height: 25px;
}

#content .news .news-time .time-img {
	/*width: 25px;
	height: 25px;*/
}

.newsBorder {
	width: 0;
	height: 2px;
	background-color: #07a2e9;
	margin-top: 10px;
	transition: all 0.7s;
}

#content .newsBox:hover .newsBorder {
	width: 400px;
}


/*首页内容区最后一部分*/

#content .content-imgs {
	width: 80%;
	margin: 50px auto;
	/*margin-top: 100px;*/
	overflow: hidden;
}

#content .content-imgs .box {
	width: 32%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
}

#content .content-imgs .box2 {
	margin-left: 2%;
	margin-right: 2%;
}

.content-img {
	width: 100%;
	transition: all 0.5s;
}

#content .content-imgs .box:hover .content-img {
	transform: scale(1.1);
}

#content .content-imgs .box .mb {
	width: 100%;
	height: 413px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15%;
	box-sizing: border-box;
}

#content .content-imgs .box .mb>p:nth-child(1) {
	font-size: 22px;
}

#content .content-imgs .box .mb>p:nth-child(2) {
	font-size: 12px;
	padding: 6px 50px;
	line-height: 20px;
	
}

.jia {
	width: 30px;
	transition: all 1s;
}

#content .content-imgs .box:hover .jia {
	-webkit-transform: rotate(90deg);
	/*-ms-transform: rotate(360deg);
          transform: rotate(360deg);*/
}

@media (max-width: 1440px) {
	.newsTitle {
		line-height: 33px;
		font-size: 21px;
	}
}

@media (max-width: 1219px) {
	.jia {
		width: 25px;
	}
}
@media (max-width: 1199px) {
	/*轮播*/
	.carousel-inner .carousel-item .lb-word.lb1-word{
		top: 15%;
	}
	.carousel-inner .carousel-item .lb-word.lb2-word{
		top: 15%;
	}
	/*优势*/
	#content .advantage{
		width: 90%;
		margin: 30px auto 40px;
	}
	#content .advantage .advantage-tit{
		font-size: 30px;
	}
	#content .advantage .advantage-boxFa .advantage-box{
		width: 49%;
		margin-bottom: 20px;
	}
	#content .advantage .advantage-boxFa>div:nth-child(1){
		margin-right: 1%;
	}
	#content .advantage .advantage-boxFa>div:nth-child(3){
		margin-right: 1%;
	}
	.advantage-img{
		width: 85px;
		margin-bottom: 15px;
	}
	#content .advantage .advantage-boxFa .advantage-box .advantage-word{
		font-size: 12px;
	}
}
@media (max-width: 1023px) {
	body{
		
	}
	.mobile-mu .sub-menu .sec-list .fanti,.mobile-mu .sub-menu .sec-list .jianti,.mobile-mu .sub-menu .sec-list .m-english{ line-height:35px;}
	.mobile-mu .sub-menu .sec-list{line-height: 25px;    padding: 5px 4%;}
	#head .headerFa {
		width: 100%;
	}
	#language {
		display: none;
	}
	/*手机端-新闻*/
	#content .news{
		margin-top: 40px;
	}
	.newsTitle {
	    height: auto;
	}
		
	/*手机端-首页最后一部分*/
	#content .content-imgs {
		/*width: 70%;*/
		margin: 40px auto;
		/*margin-top: 100px;*/
		/*overflow: hidden;*/
	}
	#content .content-imgs .box {
		width: 100%;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		margin-bottom: 20px;
		float: left;
	}
	#content .content-imgs .box2 {
		margin-left: 0%;
		margin-right: 0%;
	}
	/*.content-img {
		width: 100%;
		transition: all 0.5s;
	}*/
	#content .content-imgs .box:hover .content-img {
		transform: scale(1.1);
	}
	#content .content-imgs .box .mb {
		/*width: 100%;*/
		height: 423px;
		/*color: #fff;*/
		/*background-color: rgba(0, 0, 0, 0.25);
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 15%;
		box-sizing: border-box;*/
	}
	#content .content-imgs .box .mb>p:nth-child(1) {
		font-size: 22px;
	}
	#content .content-imgs .box .mb>p:nth-child(2) {
		font-size: 13px;
		padding: 6px 5px 13px;
		line-height: 15px;
	}
	.jia {
		width: 48px;
		transition: all 1s;
	}
}
@media (max-width: 412px){
	width: 300px;
}
@media (max-width: 700px) {
	.jia {
		width: 25px;
	}
}


/*html,
 body {
 	position: relative;
 }
 
 body {
 	background: #eee;
 	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 	font-size: 14px;
 	color: #000;
 	margin: 0;
 	padding: 0;
 }*/


/*.swiper-container {
 	width: 100%;
 	height: auto;
 }
 
 .swiper-slide {
 	text-align: center;
 	font-size: 18px;
 	background: #fff;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	-webkit-justify-content: center;
 	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-webkit-align-items: center;
 	align-items: center;
 }
 
 .LB1-word {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin-left: -50%;
 }*/