.container{
	padding: 0px;
}
/*****   广告 *****/
.rightAdv2{
	width: 120px;
	position: fixed;
	left: 20px;
	top: 260px;
	transition: left 1s;
}
.rightAdv2 div.title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #4B8BF5;
	color: #fff;
	letter-spacing: 4px;
	font-size: 16px;
}
.rightAdv2 ul.list{
	list-style: none;
	padding-left: 0;
	background-color: #fff;
}
.rightAdv2 ul.list>li{
	width: 100%;
	/*height: 40px;*/
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/**/
.adv2{
	position: fixed;
	top: 260px;right: 20px;
	background-color: #fff;
	border: 1px solid #666;
	
}
.adv2 ul{
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
.adv2 li{
	padding: 6px 10px;
	text-align: center;
	border-bottom: 1px solid #666;
}
.adv2 li:last-child{
	border-bottom: 0;
}
.adv2 li>a{
	color: #999;
}

/****顶部*******/
.top{
	/*height: 120px;*/
}
/**/
.top .logo{
	height: 100%;
	/*padding: 18px 0;*/
	box-sizing: border-box;
}
.top .logo img{
	max-height: 120px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.top .logo div{
	display: inline-block;
	font-size: 20px;
	padding-left: 30px;
}

/**/
.top .topContact{
	height: 100%;
	padding: 20px 0;
	font-size: 16px;
}

.top .topContact>div:first-child{
	vertical-align: top;
	margin-right: 20px;
}
.top .topContact i{
	font-size: 42px;
	margin-right: 10px;
	vertical-align: top;
	border: 4px solid #0093DD;
	border-radius: 50%;
	padding: 9px;
	color: #0093DD;
}
.top .topContact>div{
	display: inline-block;
	height: 80px;
}
.topContact p{
	margin: 0;
}
.topContact p:first-child{
	text-align: left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.topContact p:last-child{
	font-weight: bold;
	color: #0093DD;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
}

/****** 导航栏 ******/
/**/
.navWapper{
	/*padding: 10px 0;*/
	width: 100%;
	background-color:#2782F0;
	margin-bottom: 0;
}
.navContainer li{
	padding: 0 4px;
}
.navContainer a{
	color: #fff !important;
	font-size: 18px;
}
/**/
.nav{
	display: inline-block;
	float: none;
}


/**/
.navUl{
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.navUl>li{
	display: inline-block;
	flex: 1;
	height: 65px;
}
.navUl>li>a{
	display: inline-block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.navUl>li>a.active{
	background-color: #54CFFF;
}
/******  插图  ******/
.pt img{
	width: 100%;
}
/******   aboutCompany   ******/
.aboutCompany{
	width: 100%;
	min-height: 300px;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	margin-top: 130px;
	position: relative;
}
.aboutCompany>img{
	position: absolute;
	top: -91px;left: 50%;
	margin-left: -500px;
	border: 1px solid #eee;
}
.aboutCompany>div{
	line-height: 2;margin: auto;margin-top: 110px;
}
/******   thanks   ******/
.thanks{
	width: 1000px;
    margin: auto;
    margin-top: 40px;
}
.thanksWapper{
	width: 1000px;
}
.thanks .item{
	height: 200px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.thanks .item>div.pic{
	display: inline-block;
	width: 40%;height: 100%;
	vertical-align: top;
}
.thanks .item>div.pic img{
	width: 100%;max-height: 100%;
}
.thanks .item>div.word{
	display: inline-block;
	width: 59%;height: 100%;
	padding-left: 20px;padding-right: 20px;
}
.thanks .item>div.word>div:first-child{
	font-size: 24px;margin-top: 20px;
}
.thanks .item>div.word>div:last-child{
	margin-top: 20px;color: #777
}
/********    footer    *********/
.footer{
	margin-top: 80px;
	background-color: #f5f5f5;
}

.footer2{
	padding: 16px 0;
	text-align: center;
}
.footer2>div>div{
	display: inline-block;
	font-size: 15px;
}
.footer2>div>div:first-child{
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.aboutCompany>div{
		width: 1000px;
	}
	.footer>div.container{
		padding-left: 50px;
	}
	.thanks>div{
	    width: 1000px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/**/
	.rightAdv2{
		left: 0;
	}
	.adv2{
		right: 0;
	}
	/**/
	.aboutCompany>div>p{
		padding: 0 20px;
	}
	/**/
	.aboutCompany>img{
		width: 970px;
		margin-left:-485px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.rightAdv2{
		left: 0;
	}
	.adv2{
		right: 0;
	}
	/**/
	.top .topContact{
		padding: 0;
	}
	/**/
	.aboutCompany>img{
		width: 768px;
		margin-left:-384px;
	}
	.aboutCompany>div{
		margin-top: 70px;
	}


	/*Change20180630*/
	/**/
	.navUl{
		flex-wrap: wrap;
	}
	.navUl>li{
		flex: initial;
		width: 20%;
	}
	.navUl>li>a{
		font-size: 30px;
	}
	/**/
	.moblie{
		display: block !important;
		position: fixed;
		bottom: 24%;left:4%;
		font-size: 26px;
		width: 140px;
		text-align: center;
	}
	.moblie>div.bg{
		/*width: 3em;
		height:3em;*/
		padding: 10px;
    	border-radius: 20px;
		background-color: #2782F0;
		border: 1px solid #4CDCFE;
	}
	.moblie>div.bg>a{
		color: #fff;
	}
	.moblie>div.bg>a>div{
		text-align: center;
	}
	.moblie>div.bg>a i{
		font-size: 70px;
	}
}