@charset "utf-8";
/* CSS Document */
.body_home{background:#000;height:100%;overflow:hidden;}
.header{position:fixed;left:0%;top:0;right:0%;z-index:3;transition:all 0.7s ease-out 0s;background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0));}
.header .d1{color: #fff;line-height:54px;height:45px;font-size:14px;overflow:hidden;}
.header.lit .d1{height:0;}
.nav_l{ float:left;}
.header .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header .d1 .nav_l a{display:inline-block;line-height:1;}
.header .d1 .nav_l a.now{color:#fff;}
.nav_r{ float:right;margin-right: 28px;}
.header .d1 .nav_r a{display:inline-block;line-height:2;width: 90px;text-align: center;border: 1px #fff solid;border-radius: 20px;}
.header .d1 .nav_r a.now{color:#fff;}
.on .d1 .nav_r a{border: 1px #fff solid;color: #fff;background: #003F88;}
.header .d2{height:80px; }
.header .block{position:relative; height:100%;}
.header .logo{width:32%; float:left;}http://boda.zcmu.edu.cn:8080/_vsl/56E3409317CAEE14AC033309D0071965/EE493D4B/83BD
.header .logo a{font-size:0;display:block;}
.header .logo img{ max-width:100%;vertical-align:middle;display:inline-block;}
.header .nav_main{text-align: center;font-size:18px; float:right; width:65%;}
.header .nav_main ul li{ float:left; width:11%;color: #fff; position:relative;}
.header .nav_main a{display:inline-block;position:relative; width:100%; line-height:65px;}

.header .logo-g{width:30%; float:left; display:none;}
.header .logo-g a{display:block;}
.header .logo-g img{ max-width:100%;vertical-align:middle;display:inline-block;}

.block{ width:1440px; margin:0 auto;}
.block_top{width:1700px; margin:0 auto;}
.nav_r_a{float: left;overflow: hidden;}
.select {margin-left:40px;width: 32px;height: 32px;padding-top:10px;}
.on .d1{background: #ffffff; margin-top:0;}
.on .d2{ background: #ffffff; margin-top:0;}
.on .header .nav_main ul li{ color:#000;}
.on .logo{ display:none;}
.on .logo-g{ display:block; float:left; width:32%;}
/* 搜索框 */
#bnt_search {
    height: 32px;
    width: 32px;
}
.on #bnt_search a{
    background: url(../images/sou_04.png) center no-repeat;
}
#bnt_search a {
    display: block;
    background: url(../images/sou_03.png) center no-repeat;
    height: 32px;
    width: 32px;margin-left:0px;
}
#j_seach_box {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
}

#j_seach_box .bg_box {
    position: fixed;
    z-index: 9994;
    top: 0px;
    display: none;
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');
    background: rgba(0,0,0,0.85);
}

#j_seach_box form {
    position: absolute;
    overflow: hidden;
    top: 45%;
    z-index: 9999;
    width: 680px;
    left: 0;
	right:0;
	margin:0 auto;
}

#j_seach_box .box_size{
	font-size:50px;
	color:#FFF;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:99999;
	width:50%;
	text-align:right;
	top: 35%;
	cursor:pointer;
}

#j_seach_box input[type="text"] {
    border: none;
    width: 560px;
    display: block;
    height: 60px;
    color: #434343;
    font-size: 15px;
    background:#FFF;
    line-height: 60px;
	float:left;
	text-indent:15px;    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
#j_seach_box input[type="submit"] {
    background: #003F88;
    height: 60px;
    width: 120px;
    cursor: pointer;
    border: none;
	color:#FFF;
	float:left;
	text-align:center;
	font-size:24px;
	line-height:40px;
}


.item{padding:10px; border-top:2px solid #003F88;position:absolute;width:100%; background: #fff;background-size:contain;opacity:0;visibility:hidden; z-index:9999;}
.item.s{visibility:visible;opacity:1;transition:opacity 0.2s ease-out 0s;}
.item .l{display:-ms-flexbox; float:left; width:45%;}
.item .l .pic{width:142px; float:left;}
.item .l .pic img{width:100%;height:auto;}
.item .l .txt{ float:left;font-size:16px;color:#72080A;padding-left:30px;line-height:2.2;}
.item .r{width:100%; float:right;}
.item .r a{width:100%;font-size:16px;margin-top:10px; float:left; color:#333; line-height:30px;}
.item .r a:hover{width:100%; background-color:#003F88;color:#fff;}


.body_home .banner{position:relative;height:580px;overflow:hidden; }
.body_home .banner .slick-list{height:100%;}
.body_home .banner .slick-track{height:100%;}
.body_home .banner .slick-slide>div{height:100%;}
.body_home .banner .frame{height:100%;}

.body_home .banner .child{background-size:cover;color:#fff;background-position:center center;height:100%;position:relative;overflow:hidden;background-color:#003F88;z-index: 2;}
.body_home .banner .child:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;}
.body_home .banner .banner_nav {overflow: hidden;height: 50px;position: relative;top: -50px; text-align:center;}
.body_home .banner .banner_nav ul li { display:inline-block; width: 32px; height: 5px; background:#FFF; margin:0 7px; cursor: pointer; font-size:0;}
.body_home .banner .banner_nav ul li:hover {background: #003F88;}
.body_home .banner .banner_nav ul li.slick-active{background: #003F88;}


.lf { float: left; }
.rig { float: right; }
.none { display: none; }
.header_vel{width: 100%;overflow: hidden;padding: 50px 0;}
.header_blong{ width:100%; overflow:hidden; background:#F2F7FD; padding-top:55px; }
.header_news{ width:100%; overflow:hidden;position: relative;}
.skyw{ float:right; width:100%; overflow:hidden;}
.skyw_top{ width:100%; overflow:hidden;}
.skyw_top span{ 
    float:left; 
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 35px;
}
.skyw_top .more{ 
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    float: right;
}
.skyw_top .more img{ vertical-align: middle; margin-bottom:4px; margin-left:3px;}

.flsh_list{
    width: 18%;
    height: 450px;
    float: left;
    margin: 0 1%;
    overflow: hidden;
    position: relative;
}
.flsh_list h2{
    height: 50px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}
.flsh_list h2 a{
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 49px;
    width: 96%;
    float: left;
    padding-left: 10px;
}
.news_flash{ float:left; width:100%; overflow:hidden; position:relative; margin-top:35px;padding-bottom: 40px;}
.news_flash .bd{ width:100%; position:relative; overflow:hidden;}
.news_flash .bd li{ float: left; width:100%; overflow:hidden;}
.news_flash .bd ul li .news_img{ overflow: hidden; width: 100%;height: 380px;}
.news_flash .bd ul li img{ width:100%; height:100%; transition: all 1s ease-out;}
.news_flash .bd ul li img:hover{transform: scale(1.2);}
.news_flash .news_flash_nav {width:100%; overflow:hidden; text-align:center; position:absolute;bottom: 10px;}
.news_flash .news_flash_nav  ul li { width:8px; height:8px; display:inline-block; box-sizing:border-box; background:#d9d9d9; border-radius:50%; margin:0 3px; cursor: pointer; font-size:0;}
.news_flash .news_flash_nav  ul li:hover {background: #003F88; width:50px; border-radius:10px;}
.news_flash .news_flash_nav  ul li.slick-active{background: #003F88; width:50px; border-radius:10px;}

.tzgg{ width:33%; float:left; overflow:hidden;}
.tzgg_cen{ width:100%; overflow:hidden; margin-top: 20px;}
.tzgg_cen ul li{ width:100%; margin-top:10px; overflow:hidden; background: #FFF;padding: 10px 20px;}
.tzgg_cen ul li .time{width: 100%;}
.tzgg_cen ul li .time h6{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #003F88;
    line-height: 24px;
    background:url(../images/time_0403.png) left no-repeat;
    padding-left: 20px;
}
.tzgg_cen ul li a{ display:block; color:#333333; font-size:16px; line-height:29px; height:58px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.tzgg_cen ul li:hover a{  color:#fff;}
.tzgg_cen ul li:hover{
    background: #003F88;
}
.tzgg_cen ul li:hover .time h6{
    background:url(../images/time_0304.png) left no-repeat;
    color: #fff;
}
.xwdt{width:39%; float:left; overflow:hidden;    margin-left: 3%; margin-right: 40px;}
.xwdt_comtent{
    margin-top: 30px;
}
.xwdt_top{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px #3333332e solid;
}
.top_img{
    width: 550px;
    height: 350px;
 
}
.top_img img{
    width: 550px;
     height: 350px;
    transition: all 1s ease-out;
}
.top_img img:hover{
    transform: scale(1.2);
}
.top_right{
   margin-top: 20px;
   
}
.top_right a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    transition: all 0.5s linear;    
}
.top_right a:hover{
    transform: translate(10px, 0px);
    color: #003F88;
}
.top_right h6{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #003F88;
    line-height: 24px;
 
    padding-left: 25px;
    background:url(../images/time_0403.png) left no-repeat;
}
.xwdt_bottom{
    width: 100%;
    overflow: hidden;
  
}
.xwdt_bottom ul li{
    width: 100%;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.xwdt_bottom ul li a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 49px;
    width: 70%;
    float: left;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s linear;
}
.xwdt_bottom ul li:hover a{
    transform: translate(10px, 0px);
    color:#003F88;
}
.xwdt_bottom ul li h5{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 49px;
    float: right;
}
.ptlj{
    width: 19%;
    float: right;
    overflow: hidden;
}
.ptlj_list{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.ptlj_list ul li{
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}
.ptlj_list ul li img{
    width: 100%;
    height: auto;
    transition: all 1s ease-out;
}
.ptlj_list ul li img:hover{
    transform: scale(1.2);
}
.foter{ width:100%; background:#003F88;}
.foter_nav{ width:100%;  overflow:hidden; padding:35px 0;}
.foter_nav .link{ float:right; width:15%; overflow:hidden; }
.foter_nav .link span{ display:block; font-size:16px; color:#FFF;}
.foter_nav .link ul{ width:100%; margin-top:15px; overflow:hidden;}
.foter_nav .link ul li{ width:100%; line-height:24px;}
.foter_nav .link ul li a{ display:block; font-size:14px; color:#FFF; transition: all 0.5s linear;}
.foter_nav .link ul li a:hover{ color:#d0c183; transform: translate(10px, 0px);}
.foter_nav .lxwm{ float:left; width:20%; overflow:hidden;margin-right: 13%;}
.foter_nav .lxwm span{ display:block; font-size:16px; color:#FFF;}
.foter_nav .lxwm p{ display:block; margin-top:12px;  font-size:14px; line-height:12px; color:#FFF;  overflow:hidden;}
.foter_nav .gzwm{ width:45%; float:left; overflow:hidden;margin-top: 2%;}
.bottom{ width:100%; line-height:48px; text-align:center; font-size:14px; color:#FFF;background: #023972;}
.bottom a{ color:#FFF;}
