@charset "utf-8";

body{
	margin: 0;
	padding: 0;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
	width: 100%;
}

/*修改input输入框提示文字颜色*/
input::-webkit-input-placeholder {  /* WebKit browsers */ 
	color:#fff;
} 
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */ 
	color:#fff;
} 
input::-moz-placeholder {  /* Mozilla Firefox 19+ */ 
	color:#fff;
}
input:-ms-input-placeholder {  /* Internet Explorer 10+ */ 
	color:#fff;
}


@media (min-device-width:780px){

	body{
		background: #fff;
	}
	
	/*顶部栏*/
	.banner{
		width: 100%;
		position: relative;
	}
	.banner img{
		width: 100%;
	}

	.banner .ss{
		position: absolute;
		top: 90px;
		right: 20%;
		width: 230px;
		height: 38px;
		border: 1px solid #fff;
		border-radius: 10px;
	}
	.banner .ss input{
		outline: none;
		border: none;
		width: 180px;
		height: 36px;
		padding-left: 10px;
		background: none;
		font-size: 14px;
		color: #fff;
	}
	.banner .ss-icon{
		float: right;
		margin-top: 10px;
		margin-right: 20px;
		width: 17px;
		height: auto;
	}
	
	/*导航栏*/
	.nav{
		width: 100%;
		height: 52px;
		background: #0435e2;
	}
	.nav ul{
		margin: 0 auto;
		width: 1200px;
		padding-top: 9px;
	}
	.nav ul li{
		float: left;
		width: 33.2%;
		height: 34px;
		text-align: center;
		padding-top: 3px;
	}
	/*首选*/
	.nav ul li .active{
		padding: 7px 30px;
		border-radius: 20px;
		background: #fff;
	}
	.nav ul li a{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
	}
	.nav ul li:nth-child(1),.nav ul li:nth-child(2){
		border-right: 3px solid #fff;
	}
	

	/**/
	.main{
		margin: 0 auto;
		margin-bottom: 100px;
		width: 1200px;
		height: 1170px;
		padding-top: 60px;
	}

	/**/
	.max-lis{
		width: 1200px;
		height: 228px;
		border: 1px solid #aeaeae;
		border-radius: 20px;
		margin-bottom: 50px;
	}
	.max-lis .fl{
		float: left;
		width: 307px;
		height: 226px;
		background: #888;
		position: relative;
	}
	.max-lis .rg{
		float: right;
		width: 890px;
		height: 226px;
		padding: 0 20px;
	}
	.max-lis .fl img{
		width: 307px;
		height: 226px;
	}
	.max-lis .fl span{
		position: absolute;
		top: 38%;
		left: 34%;
		font-weight: bold;
		font-size: 26px;
		color: #fff;
		letter-spacing: 2px;
	}
	
	.max-lis .rg li{
	    background: url(../images/dian.png) no-repeat 2px 12px;
	    padding-left: 16px;
	    margin: 25px 0;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.max-lis .rg li a{
	    font-size: 20px;
	    color: #333;
	}
	.max-lis .rg li a:hover{
	    color: #1a62dc;
	}
	.max-lis .rg li a span{
	    font-size: 18px;
	    color: #888;
	    float: right;
	}

	/**/
	.min-lis{
		float: left;
		width: 580px;
		height: 228px;
		border: 1px solid #aeaeae;
		border-radius: 20px;
		margin-bottom: 50px;
	}
	.min-lis .fl{
		float: left;
		width: 194px;
		height: 226px;
		background: #888;
		position: relative;
	}
	.min-lis .rg{
		float: right;
		width: 384px;
		height: 226px;
		padding: 0 20px;
	}
	.min-lis .fl img{
		width: 194px;
		height: 226px;
	}
	.min-lis .fl span{
		position: absolute;
		top: 38%;
		left: 15%;
		font-weight: bold;
		font-size: 26px;
		color: #fff;
		letter-spacing: 2px;
	}
	
	.min-lis .rg li{
	    background: url(../images/dian.png) no-repeat 2px 12px;
	    padding-left: 16px;
	    margin: 25px 0;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.min-lis .rg li a{
	    font-size: 20px;
	    color: #333;
	}
	.min-lis .rg li a:hover{
	    color: #1a62dc;
	}
	.min-lis .rg li a span{
	    font-size: 18px;
	    color: #888;
	    float: right;
	}


	.title{
		clear: both;
		width: 100%;
		height: 70px;
		line-height: 90px;
		text-align: center;
		font-weight: bold;
		font-size: 29px;
		color: #2060dc;
	}
	.line{
		margin: 0 auto;
		width: 5%;
		height: 2px;
		background: #2060dc;
	}


	
	/*友情链接*/
	.other{
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid #ddd;
	}
	.other .zylj{
		margin: 0 auto;
		width: 1200px;
		font-size: 14px;
	}
	.other .zylj a{
		font-size: 14px;
	}
	.other .zylj a:hover{
		text-decoration: underline;
	}
	
	
	/*底部栏*/
	.foot{
		width: 100%;
		height: 100px;
		background: #d7d7d7;
	}
	.foot ul{
		margin: 0 auto;
		width: 1200px;
		position: relative;
	}
	.foot ul li{
		padding-top: 25px;
		padding-left: 80px;
		height: 35px;
		font-size: 15px;
	    color: #222;
	}
	.foot ul li a{
		font-size: 15px;
	    color: #222;
	}
	.foot ul li a:hover{
		text-decoration: underline;
	}
	
	.jc-img{
		width: auto;
		height: 50px;
		position: absolute;
		right: 200px;
		top: 25px;
	}
	
	.jg-img{
		width: 50px;
		height: auto;
		position: absolute;
		right: 120px;
		top: 20px;
	}
	
}