@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: 2000px;*/
		box-shadow: 0px 0px 5px #98b5fd;
		padding: 15px;
	}
	.main .choice{
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.main .choice .lf{
		float: left;
		width: 10%;
		height: 60px;
		font-size: 18px;
		font-weight: bold;
		text-align: right;
		color: #1a62dc;
	}
	.main .choice .rg{
		float: right;
		width: 90%;
		height: 60px;
	}
	
	.main .choice .rg ul li{
		float: left;
		width: 130px;
		height: 60px;
		text-align: center;
	}
	.main .choice .rg ul li a{
		font-size: 18px;
		color: #444;
		letter-spacing: 1px;
	}
	/*首选*/
	.main .choice .rg .active{
		padding: 7px 20px;
		border-radius: 20px;
		background: #0435e2;
	}

	
	/*列表*/
	.policy{
		width: 100%;
		min-height: 500px;
		padding-top: 30px;
		padding-bottom: 40px;
		/*background: #eee;*/
	}
	.policy .lis{
		margin: 0 auto;
		margin-bottom: 40px;
		width: 1160px;
		height: 120px;
		box-shadow: 0px 0px 6px #98b5fd;
	}
	.policy .lis:hover{
		background: #d6e1fd;
	}

	.policy .lis .fl{
		float: left;
		width: 740px;
		height: 120px;
	}
	.policy .lis .rg{
		float: left;
		width: 420px;
		height: 120px;
	}
	
	.policy .lis .fl ul li{
		width: 100%;
		height: 40px;
		padding-left: 30px;
	}
	.policy .lis .fl ul li:nth-child(1){
		line-height: 55px;
		font-weight: bold;
		font-size: 21px;
		color: #333;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.policy .lis .fl ul li:nth-child(2){
		line-height: 45px;
		font-size: 16px;
		color: #333;
	}
	.policy .lis .fl ul li:nth-child(3){
		line-height: 25px;
		font-size: 16px;
		color: #333;
	}
	.policy .lis .fl ul li span{
		color: #0435e2;
	} 
	.policy .lis .rg ul li{
		float: left;
		width: 130px;
		height: 40px;
		line-height: 120px;
		text-align: center;
	}
	.policy .lis .rg ul li a{
		font-size: 16px;
		color: #fff;
		letter-spacing: 1px;
	}
	/*首选*/
	.policy .lis .rg .active{
		padding: 5px 15px;
		border-radius: 20px;
		background: #0435e2;
	}

	
	/*分页栏*/
	.page{
		width: 100%;
		height: 50px;
		/*background: #ddd;*/
	}
	
	
	/*友情链接*/
	.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;
	}
	
}