@charset "UTF-8";

a{
	color: #636363;
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
	.w1200 {
		width: 1200px;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
	}
	
	.top-top {
		width: 100%;
		background: #1550b4;
		height: 40px;
		z-index: -1
	}
	
	.mingcheng {
		color: #fff;
		float: left;
		width: 450px;
		line-height: 40px;
	}
	
	.xiaolianjie {
		float: right;
		color: #fff;
		line-height: 40px;
	}
	
	.xiaolianjie a {
		color: #fff;
	}
	
	.top-mingzi {
		width: 1200px;
		margin: 5px auto;
		height: 100px;
	
	
	}
	
	.logo {
		float: left;
		width: 400px;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		
		
		
	
	}
	
	.biaoyu {
		float: left;
		width: 420px;
		height: auto;
		overflow: hidden;
		line-height: 25px;
		margin-top: 27px;
	
	
	}
	
	.dabiaoyu {
		font-size: 16px;
		font-family: "Microsoft YaHei";
		letter-spacing: 2px
	}
	
	.xiaobiaoyu {
		font-size: 16px;
	}
	
	.tel {
		float: right;
		margin-top: 25px;
	}
	
	


	/* 底部开始 */
	/* 底部开始 */
	.footer {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/index_footer_bj.jpg) no-repeat;
		text-align: center;
	}
	.footer .nav{
		width: 1200px;
		margin: 0px auto;
		height: 75px;
		line-height: 75px;
		border-bottom: 1px solid #efefef;
		text-align: center;
	}
	.footer .nav ul li{
		float: left;
	}
	.footer .nav li{
		width: 150px;
		font-size: 14px;
	}
	.footer .nav li a{
		color: #fff;
	}
	.footer .footer_main{
		width: 1200px;
		margin: 0px auto;
		padding-top: 35px;
	}
	.footer .footer_left{
		float: left;
		width: 380px;
		height: auto;
		overflow: hidden;
		text-align: left;
		color: #fff;
		line-height: 30px;
	}
	.footer .footer_left img{
		/* float: left; */
		margin-right: 20px;
	}
	.footer .footer_left .icp{
		line-height: 35px;
		color: #fff;
		margin-top: 30px;
			
	}
	.footer .footer_left .icp a{
		color: #fff;
	}
	
	.footer .footer_center{
		float: left;
		width: 520px;
		text-align: left;
		color: #fff;
		margin-left: 70px;
	}
	.footer .footer_center .dalei{
		font-size: 16px;
		color: #fff;
		height: 35px;
		line-height: 35px;
		font-weight: 600;
	}
	.footer .footer_center .xiaolei{
		
	}
	.footer .footer_center .xiaolei li{
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		text-align: left;
		float: left;
		width: 250px;
	}
	.footer .footer_center .xiaolei li a{
		color: #fff;
	}
	.footer .footer_right{
		float: left;
		text-align: left;
		color: #fff;	
		line-height: 30px;
	}
	.footer .footer_right strong{
		color: #fff;
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}
	
	.link{
		width: 100%;
		height: auto;
		min-height: 40px;
		line-height: 40px;
		overflow: hidden;
		background-color: #000000;
		
	}
	.link .links{
		width: 1200px;
		margin: 0px auto;
		color: #fff;
	}
	.link .links a{
		color: #fff;
		margin-right: 15px;
	}

}



/* ipad等手机样式 */

@media (max-width: 768px) {




	.top-top {
		display: none;
	}
	
	.top-mingzi {
		width: 100%;
	}
	
	.logo {
		display: none;
	}
	
	.logo img {
		/* height: 50%; */
	}
	
	.biaoyu {
		display: none;
	}
	
	.tel {
		display: none;
	}

	/* 底部开始 */
	/* 底部开始 */
	.footer {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/index_footer_bj.jpg) no-repeat;
		background-size: 100% 100%;
		text-align: center;
	}
	.footer .nav{
		display: none;
	}
	.footer .footer_main{
		width: 100%;
		margin: 0px auto;
		padding: 1.3875rem;
	}
	.footer .footer_left{
		display: none;
	}
	.footer .footer_center{
		display: none;
	}	
	.footer .footer_right{
		padding: 0px 1%;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;	
		line-height: 30px;
	}
	.footer .footer_right strong{
		color: #fff;
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}
	
	.link{
		display: none;
	}

}
