@charset "utf-8";
/*
	---大连外国语大学
	---Date: 2021/03/30
	---Author: Gao Xiaohui
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figure,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,tr,th {
	border: 0px;
	padding: 0px; 
	font-size: 100%; 	
	margin: 0px; 
	font-family: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;	
}
body {
	color: #444;
	line-height: 18px;
	font-size: 14px;
	font-family: "微软雅黑", "宋体";
	margin: 0px;
	background:#fff; width:100%; height:100%; 
}
input,textarea,select
{
	font-family: "微软雅黑", "宋体";
	background-color: #FFFFFF;
	font-size:14px;
	outline:none;
}
.content
{
	background:#fff;
	min-width:320px;
}
img {
	border: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a,a:link {
	text-decoration: none;
}
a:hover
{
	text-decoration:none;
	color:#F40B63;
	transition-duration:.6s;
-moz-transition-duration:.6s;	/* Firefox 4 */
-webkit-transition-duration:.6s;	/* Safari 和 Chrome */
-o-transition-duration:.6s;	/* Opera */
}
ul, li {
	list-style-type:none;
}
.left { float: left; }
.right {
	float: right;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}
.relative
{
	position:relative;
}
.clearfix {
*display:table;
*zoom:1;
}
.clear
{
	clear:both;
	overflow:hidden;
	height:0;	
}
*::selection {
    text-shadow: none;
}
*::-moz-selection
{
    text-shadow: none;
}
.ie6
{
	text-align:center;
	font-size:14px;
	line-height:60px;
}
.ie6 span   { float:right; margin-right:30px; cursor:pointer; }
.blankspace { height:1em; overflow:hidden; margin:0; padding:0; clear:both; }

/*comm used header,content,footer*/
.mainWrap   { width:1000px; margin:0 auto; }

.header     { width:100%; height:100%; }
.logo_line  { background: url(../images/line.jpg) repeat-x; height:9px; width:100%; }
.head_logo  { height:150px; background:#d30339 url(../images/headbg.jpg) center center repeat-y;}
.header .logo    { float:left; margin-top:34px; }
.logo_title   { float:left; margin-left:50px; margin-top:55px; background: url(../images/logo_title.png) no-repeat; height:43px; width:575px;}
#nav     { width:100%; height:260px; overflow:hidden; position:relative; }
.banner   { position:absolute; top:0; }
#nav .nav  { background:#000; width:100%; height:50px; opacity:.6; position:absolute; top:0; z-index:2; }
#nav ul  { width:1000px; margin:0 auto; }
#nav ul li  { float:left; padding:0 36px; margin:0 2px; line-height:48px; }
#nav ul li.nav_slect,#nav ul li:hover   { background:#fff; }
#nav ul li.nav_slect a,#nav ul li:hover a  { color:#e00723; font-weight:bold; }
#nav ul li a  { color:#fff; font-weight:bold; font-size:18px; letter-spacing:2px; }


#news-index .footer   { background:#f3f3f3; }
.footer  { width:100%; height:160px; background:#fff; }
.footer .copyrights    { width:1000px; margin:0 auto; padding-top:30px; color:#666; line-height:24px; }
.adress   { float:left; }
.f_logo   { background: url(../images/f_logo.png) no-repeat; height:69px; width:300px; float:right; margin-top:15px; }
