@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 .tab{
		width: 100%;
		height: 120px;
		padding-top: 40px;
		/*background: #eee;*/
	}
	.main .tab li{
		float: left;
		width: 12%;
		height: 50px;
		margin-right: 2.2%;
		line-height: 50px;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.main .tab li a{
      	display: block;
      	width: 100%;
		height: 50px;
		font-size: 20px;
		font-weight: bold;
	}
	.main .tab li:hover{
		border-bottom: 2px solid #0d5feb;
		background: #f1f1f1;
	}
	.main .tab li.on{
		border-bottom: 2px solid #0d5feb;
		background: #f1f1f1;
	}
	
	.main h2{
		height: 38px;
		margin-top: 40px;
		text-align: center;
		font-size: 24px;
		color: #1a62dc;
	}
	.main .line{
		margin: 0 auto;
		width: 8%;
		height: 1px;
		background: #1a62dc;
	}
	.main .searchBar{
		margin: 40px auto 50px auto;
		padding: 12px;
		width: 45%;
		height: 60px;
		background: #0d5feb;
		border-radius: 10px;
		position: relative;
	}
	
	.main .searchBar input{
		outline: none;
		border: none;
		border: 1px solid #fff;
		width: 100%;
		height: 36px;
		padding-left: 10px;
		background: none;
		font-size: 14px;
		color: #fff;
		border-radius: 10px;
	}
	.main .searchBar .ss-icon{
		width: 17px;
		height: auto;
		position: absolute;
		right: 28px;
		top: 21px;
	}
	
	/**/
	.lis{
		width: 100%;
		height: auto;
		border-bottom: 2px dashed #b0b0b0;
		padding: 15px 0;
		margin-bottom: 25px;
	}
	.lis li{
		width: 100%;
		height: auto;
		line-height: 32px;
		margin-bottom: 20px;
		font-size: 18px;
		color: #606060;
	}
	.lis li span{
		font-weight: bold;
		font-size: 18px;
		color: #1174ef;
	}
	
	
	/*分页栏*/
	.page{
		width: 100%;
		height: 150px;
		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;
	}
	
}