@charset "utf-8";
/** 清除默认样式 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-family:'Microsoft Yahei',"simsun";
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }

.clear{ clear:both; height:0px; width:0px; font-size:0px; line-height:100%; }
.fl{ float:left;}
.fr{ float:right;}
/* 页面样式 */
body{
    background: url("https://jinanfilm.com/SITE_RES/dxxy11_cqwu_net/images/new_bg.png");
}
.container-content{
    width: 1200px;
    margin: 0 auto;
}
/**
*	头部
**/
.header{
	width: 100%;
    background: #0067ac;
}
.logoCon{
    height: 120px;
	position:relative;
}
.logo{
    width:100%;
	height:80px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-40px;
}
.logo img {
    width: auto;
    height: 100%;
}
/**
*	导航
**/
.nav{
    width: 100%;
    height: 50px;
    line-height:50px;
    list-style-type: none;
    background:#011422;
    color: #fff;
}
.nav li{
    float: left !important;
}
.container-content>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: center;
}
.container-content>ul>li{
    flex: 1 ;
    text-align: center;
    background:#011422;
}
.nav a {
    width: inherit;
    color: #fff;
    display: block;
    text-align:center;
	font-size:16px;
	font-weight:500;
	letter-spacing:3px;
}
.nav a:link {
    color:#fff;
    text-decoration:none;
}
.nav a:visited {
    color:#fff;
    text-decoration:none;
}
.nav a:hover {
    color:#fff;
    text-decoration:none;
    font-weight:700;
}
.nav .container-content>ul>li>a:hover{
    background:#da251e;
}
.nav li ul {
    line-height: 50px;
    list-style-type: none;
    text-align:center;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    left: 0;
    background: url(https://jinanfilm.com/SITE_RES/dxxy11_cqwu_net/images/newNavbg.png);
}
.nav li ul li{
    float: left;
    width: 150px;
}
.nav li ul a{
    color: #fff;
    display: block;
    width: 150px;
    text-align:center;
}
.nav li ul a:link {
    color:#fff;
    text-decoration:none;
}
.nav li ul a:visited {
    color:#fff;
    text-decoration:none;
}
.nav li ul a:hover {
    color:#ccc;
    text-decoration:none;
    font-weight:border;
}
#nav_content>li:hover>a{
    background:#da251e;
}
/**
*	banner图
**/
.banner{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.imgList{
    height: 400px;
    position: relative;
}
.imgList li{
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    display: none;
    background-repeat: no-repeat;
}
.imgList li a{
    display: block;
    width: 100%;
    height: 100%;
}
.imgList li a img{
    width: 100%;
    height: 400px;
}
/**
*	主要内容
**/
.main-content{
	
}
/*第一部分内容*/
.first-content{
	margin:20px 0;
}
.col-1{
	width:448px;
	height:298px;
	border:1px solid #bfbfbf;
}
.col-2{
	width:730px;
	height:300px;
}
#video{
	padding:5px;
	overflow:hidden;
}
#video img{
	width:438px;
	height:288px;
}
.dynamics{
	width: inherit;
    height: 300px;
    background: #fff;
}
.main-content-title{
	height: 50px;
    line-height: 50px;
    border-left: 10px solid #eb8942;
    background: #0067ac;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.main-content-title a{
	color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 400;
}
.dynamics ul{
    padding: 5px 10px;
}
.dynamics ul li{
    text-align: left;
    line-height: 30px;
    color: #000;
}
.dynamics ul li a{
    font-size: 14px;
	letter-spacing:2px;
    color: #000;
}
.dynamics ul li span{
    float: right;
    font-size: 12px;
}

/*第二部分内容*/
.second-content{
	margin-bottom:20px;
}
.col-3{
	height:310px;
}
.follow{
	width:390px;
}
.news,
.policy{
	width:390px;
	margin-left:15px;
}
.follow,
.news,
.policy{   
    height: 310px;
    background: #fff;
}
.follow ul,
.news ul,
.policy ul{
    padding:10px;
}
.follow ul li,
.news ul li,
.policy ul li{
    line-height: 30px;
    color: #000;
}
.follow ul li a,
.news ul li a,
.policy ul li a{
    font-size: 14px;
	letter-spacing:2px;
    color: #000;
}

/*第三部分内容*/
.third-content{
}
.campus{
	
}
.campus ul{
	height:180px;
	margin:5px 0 20px;
}
.campus ul li{
	float:left;
	width:290px;
	overflow:hidden;
	padding:0 5px;
}
.campus ul li a{
	
}
.campus ul li a img{
	width:290px;
	border:none;
}



/*第四部分内容*/
.fourth-content{
	
}
.graduate{
	width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.graduate ul {
    height: 240px;
    padding: 0 0;
    white-space: nowrap;
    float: left;
}
.graduate ul li{
    width: 210px;
    height: 240px;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-bottom: none !important;
    background-color: #fff;
}
.graduate ul li img{
    width: 198px;
    height: 228px;
    padding: 5px;
    border: 1px solid #cccccc;
    transition: width 0.6s;
    -moz-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
}
.elip {
    position: absolute;
    bottom: 5px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 6px;
    right: 6px;
    background-color: rgba(0,0,0,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/**
*	底部
**/
.footer_link{
    color: #fff;
    width: 100%; 
}
.first{
    margin: 20px 0;
}
.first ul{
    width: 100%;;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: center;
}
.first ul li{
    flex: 1 ;
    text-align: center;
    background:#0067ac;
    height: 50px;
    line-height: 50px;
}
.first ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.link_box{
    border-right: 1px solid #fff;
}
.second{
	height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2e2e30;
}
.second span{
    padding: 0 40px;
}
/**
* 浮动窗口
**/
.contact{
	width: 150px;
	height:400px;
    text-align: center;
    background: #fff;
}
.contact-title{
	height: 30px;
    line-height: 30px;
    border-left: 5px solid #eb8942;
    background: #0067ac;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.contact p{
	line-height: 30px;
	font-size:14px;
}
.ewm{
	line-height: 12px !important;
	font-size:12px !important;
}
.contact-img{
	width:120px;
}
.close_bt{
    clear:both;
    width:14px;
    height:14px;
    overflow:hidden;
    position:absolute;
    top:12px;
    right:10px;
    cursor:pointer;
}
.close_bt img{
    vertical-align: top;
}
.float_box_big{
    clear:both;
    padding: 5px;
    height:400px;
    background:rgba(0, 42, 123, 0.8)!important;
    filter:Alpha(opacity=80);
    background:#234670;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm {
    position:relative;
    display:none;
    clear:both;
    width:42px;
    height:103px;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm>div{
    width: 20px;
    background: #000;
    padding: 10px;
    padding-top: 20px;
    color: #fff;
}
.float_box_sm .smopen {
    position:absolute;
    width:22px;
    height:18px;
    cursor:pointer;
    top:2px;
    left:8px;
}

/*内容页*/
#list-content-bg{ background:url(https://jinanfilm.com/SITE_RES/dxxy11_cqwu_net/images/content_bg.png) no-repeat; margin:0 auto; height:600px; font-size:14px;}
.lists-content{ width:1200px; margin:0 auto;}

/*竖菜单*/
.lists-content .order{ float:left; background:#eff4fb url(https://jinanfilm.com/SITE_RES/dxxy11_cqwu_net/images/line_short.png) no-repeat; width:145px; margin-top:60px;}
.lists-content .order img{ margin-top:14px;}
.lists-content .order a{ display:block; background:#005faf; height:40px; margin-bottom:5px; color:#FFF; font-size:14px; text-align:center; line-height:40px;}

/*新闻内容*/
.lists-top{ float:right; background:url(https://jinanfilm.com/SITE_RES/dxxy11_cqwu_net/images/line_long.png); width:1040px; height:10px; margin-top:60px;}
.lists-news{ float:right; background:#fff; width:1000px; padding:20px;margin-bottom: 50px; border-bottom:#2a3b43 solid 3px;}
.lists-news .lists-now-add{ border-bottom:#999 solid 1px; margin:0 auto; line-height:30px;}
.lists-news h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin: 15px 0 10px 0;
}

.lists-news .lists-info{ background:#d7e4ee; height:30px; text-align:center; line-height:30px; border-bottom:#999 dashed 1px;}
.lists-news .lists-text{ margin-top:10px; font-size:14px;}

/*列表页*/
.lists-news .lists-list li{ line-height:40px; border-bottom:#999 dashed 1px;}
.lists-news .lists-list li span{ float:right;}