body{
	font-size: 12px;
	font-family: "微软雅黑";}
ul{
	list-style: none;}
/*公共头部样式*/
nav{
	width: 100%;
	height: auto;
	line-height: 3rem;
	background: #3f5971;
	color: white;}
nav p{
	font-size: 1.2rem;
	margin-bottom: 0;}
/*a:hover{
	color: #005eb8 !important;
}*/
.nav_item2 a:hover{
	color: white !important;}
nav .school{
	text-align: right;}
nav .school a{
	color: white;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 16px;
	background-size: 12px auto !important;}
nav .school a:nth-of-type(1){
	background: url(../img/shouye.jpg) no-repeat left;}
nav .school a:nth-of-type(2){
	background: url(../img/xinxiang.jpg) no-repeat left;}
nav .school a:nth-of-type(3){
	background: url(../img/xinxiang.jpg) no-repeat left;}
/*公共头部样式*/

/*logo板块样式*/
.logo_box{
	padding: 20px 15px !important;
	box-sizing: border-box;}
.logo_box img{
	width: 80%;
	height: auto;}
.logo_box a{
	border: none;}
.sreach{
	width: 100%;
	height: 36px;
	text-align: right;
	margin-top: 14px;}
.sreach .btn-groupbox{
	float: right;
	margin-right: 10px;}
.sreach .btn-groupbox a{
	font-size: 12px;
	width: 36px !important;
	height: 26px !important;
	text-align: center;
	color: white;
	text-decoration: none;
	padding: 0px 6px;
	margin: 5px 3px;
	line-height: 26px;}
.sreach .btn-groupbox a:nth-of-type(1){
	background: #832cec;}
.sreach .btn-groupbox a:nth-of-type(2){
	background: #db181c;}
.sreach .btn-groupbox a:nth-of-type(3){
	background: #0b54a3;}
.sreach input{
	width: 200px;
	height: 100%;
	float: right;
	border: none;
	padding-left: 15px;
	box-sizing: border-box;
	background: #f6f6f6;
	font-size: 12px;
	outline: none;}
.sreach a{
	display: block;
	width: 36px;
	height: 36px;
	float: right;
	background: #005eb8;
	position: relative;}
.sreach a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;}
/*logo板块样式*/

/*导航栏样式*/
.banner{
	background: #005eb8;}
/*导航栏样式*/

/*底部样式*/
footer{
	padding: 10px 20px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #3f5971;
        position: relative !important;
}
.footer_logo{
	padding-top: 20px !important;}
.add_box{
	padding-top: 30px !important;}
.add_box::after{
	content: "";
	width: 2px;
	height: 80px;
	background: white;
	position: absolute;
	top: 30px;
	right: 0px;}
.add_box::before{
	content: "";
	width: 2px;
	height: 80px;
	background: white;
	position: absolute;
	top: 30px;
	left: 0px;}
footer p{
	font-size: 14px;
	color: white;}
footer p a{
	color: white;
	text-decoration: none;}
.foot-icon{
	padding-left: 16px !important;
    background: url(../img/beian.jpg) no-repeat left;
    background-size: 12px;}
footer .footer_logo{
	padding-top: 35px !important;
	position: relative;}

footer .footer_logo img{
	width: 70%;
	height: auto;}
.footer_code{
	padding-top: 20px;
	text-align: center;}
.footer_code a{
	width: 80px;
	height: 80px;
	display: inline-block;
	color: white;
	text-decoration: none;
	text-align: center;}
.footer_code a .code_img{
	display: inline-block;
	width: 100%;
	height: 100%;
	/*margin-bottom: 10px;*/
	position: relative;}
.footer_code a .code_img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;}

.erweima{
	opacity: 0;}

/*手机版样式*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
	.logo_box{
		padding: 10px !important;
		box-sizing: border-box;}
	.logo_box .row{
		margin: 0;}
	.data_box p {
	    font-size: 10px;}
	.xueshu>div li p {
	    font-size: 10px;}
	
	/*footer*/
	footer{
		padding: 20px 10px 10px 10px;}
	.footer_code a{
		width: 60px;
		height: 60px;
		margin: 0px 6px;}
	.ztlm_imgbox div {
	    padding: 10px !important;}
	
}