ul{
	margin:0;
	padding: 0;
}
img{
	vertical-align: middle;
	cursor: pointer;
}
a{
	color: #000;
}

body{
	background: #EBECEE;
}
.header_container .container{
	background: #fff;
	box-shadow: 1px 0px 10px rgba(0,0,0,0.1), -1px 0 10px rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "微软雅黑";
}
.row>div{
	box-sizing: border-box;
}
.clear{
	clear:both
}
li{
	list-style: none;
}
.fix{
	position: fixed !important;
	top:7.5px !important;
	right: 7.5px !important;
}


.header_row1{
	height: 110px;
    border-top: 7px solid #940B41;
}
.header_logo{
	margin-top: 14px;
}
.header_logo img{
	width:290px;
}
.header_univ{
	box-sizing: border-box;
	padding-left:25px;
}

.header_univ h5{
	font-size: 16px;
	margin-top: 55px;
}
.header_univ *{
	font-weight: bold;
}
.header_search{
	margin-top: 51px;
}
.header_search form{
	display: block;
	width:100%;
	position: relative;
}
.header_search form input{
	width:100%;
	border-radius: 10px;
	border-color: #2d2d2d;
	box-sizing: border-box;
	outline: none;
	padding: 2px 35px 2px 15px;
}
.header_search form  img{
	width:24px;
	position: absolute;
	right:4px;
	top:3px;
}

.header_row2{
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
    margin-top: 20px;
}
.header_row2_l{
	padding: 0;
}
.header_row2_l>ul::after{
	content: "";
	display: block;
	clear: both;
}

.header_row2_l>ul>li{
	float: left;
	/*width:12.5%;*/
	text-align: center;
	position: relative;
	margin: 0 12px;
}
.header_row2_l>ul>li>a{
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	padding: 12px 3px;
	font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_row2_l>ul>li>ul{
	position: absolute;
	width: 140px;
    margin-left: -70px;
	left: 50%;
	top:50px;
	background: #fff;
	z-index: 2;
	overflow: hidden;
	display: none;
}

.header_row2_l>ul>li>ul li a{
	display: block;
	width:100%;
	padding: 10px 0;
	background: #940B41;
	color: #fff;
	transition: all .3s;
}
.header_row2_l>ul>li>ul li a:hover{
	background: #6C002F;
}
.header_row2_l>ul>li>a:hover{
	color: #940B41;
	border-top: 3px solid #940B41;
	position: relative;
	bottom: 3px;
}
.header_row2_l>ul>li.header_active>a{
	color: #940B41;
	border-top: 3px solid #940B41;
	position: relative;
	bottom: 3px;
}

.header_row2_r{
	padding: 13.5px 20px;
	text-align: center;
	font-size: 16px;
}
.header_row2_r span{
	margin: 0 8px;
}
.header_row2_r a:hover{
	color: #940B41;
}




.main{
	width:1200px;
	margin: 0 auto;
	background: #fff;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.1), -1px 0 10px rgba(0, 0, 0, 0);
}



.footer_container{
	background: #F2F2F2;
	padding: 25px 0;
	color: #202020;
}
.footer::after{
	content: "";
	display: block;
	clear: all;
}
.footer_l{
	float: left;
	width:50%;
}
.footer_l a:hover{
	color: #940B41;
}
.footer_r{
	float: right;
	max-width: 40%;
}
.footer_r img{
	width:150px;
}
.footer_r p a{
	margin-right: 8px;
	color: #202020;
}
.footer_r p a:hover{
	color: #940B41;
}


/*分页*/
.pagination{
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	width: 100%;
}
.pagination a,.pagination span{
	display:inline-block;
	/*border:#ddd7d7 1px solid;*/
	padding:5px 10px;
	background:#fff;
	margin:0px 5px;
}
.pagination a:hover,.pagination span:hover,.pagination .current{
	background:#940B41;
	color:#fff !important;
}
.pagination .rows{
	display: inline-block;
}




/*内页左侧导航样式*/
.floor1_l ul{
	width:100%;
}
.floor1_l ul li{
	text-align: center;
	width: 100%;
	background: #F9F9F9;
	transition: all .3s;
	border-bottom: 1px solid #D6D6D6;
}
.floor1_l ul li a{
	display: block;
	width:100%;
	padding: 12px 5px;
	box-sizing: border-box;
	border-left:3px solid #F9F9F9;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.floor1_l ul li:hover{
	background: #E7E7E7;
}
.floor1_l ul li:hover a{
	border-left:3px solid #000000;
}
.floor1_l ul .floor1_l_active{
	background: #E7E7E7;
}
.floor1_l ul .floor1_l_active a{
	border-left:3px solid #000000;
}

.main img{
	max-width: 100%;
}
@media screen and (min-width:1000px ) and (max-width:1200px){
	.main{
		width:1000px;
	}
}
@media screen and (min-width:750px ) and (max-width:999px){
	.main{
		width:780px;
	}
	
}




@media screen and (min-width:750px ) and (max-width:1200px){
	.header_logo{
		margin-top: 29px;
	}
	.header_logo img{
		width:180px
	}
	.header_univ h5 {
	    font-size: 14px;
	    margin-top: 30px;
	}
	.header_row2_l>ul>li {
	    margin: 0 4px;
	}
	.header_row2_l>ul>li>ul li a{
		font-size: 12px;
	}
	.footer{
		font-size: 12px;
	}
	.header_row2_l>ul>li>a{
		font-size: 12px;
	}
	.header_row2_r{
		font-size: 12px;
		width: 21.666667%;
		margin-left: 3.333333%;
	}
	.floor1_l ul li a{
		font-size: 14px;
	}
}
@media only screen and (max-width:749px ) {
	
	.header_row1{
		height: auto;
	}
	.footer{
		font-size: 12px;
	}
	.header_row2_l>ul>li>a{
		font-size: 12px;
	}
	.header_row2_r{
		font-size: 12px;
	}
	.floor1_l ul li a{
		font-size: 14px;
	}
}

