/*css*/
@import "grid.css";
@import "su.css";
@import "iconfont.css";
@import "css2.css";
@import "swiper.min.css";
@import "anniu.css";
/* Header */

.wow {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  width: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #101012;
}

::-webkit-scrollbar {
  background-color: #909744;
}

::-webkit-scrollbar-thumb {
  background-color: #006835;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #909744;
}
header{   
    background: url(../image/top.png) repeat-x #fff;
}
header h1{ padding-top:15px}
.first { margin-top:10px}
.mh_first{ padding:50px 0; background:url(../image/mh_bj.png) no-repeat center top;background-size: cover;    background-attachment: fixed;background-size: cover;}
.mn_til{ background:url(../image/mh_til.png) no-repeat; width:244px; height:81px; margin:0 auto; text-align:center; line-height:81px}
.mn_til p{ font-size:24px; color:#333}

.jd_first{ padding:50px 0; background: url(../image/top.png) repeat #fff;}
.jd_til{ background:url(../image/jd_til.png) no-repeat; width:227px; height:70px; margin:0 auto; text-align:center; line-height:70px}
.jd_til p{ font-size:24px; color:#333}
.jd_zyt{ overflow:hidden}
.jd_zyt img {
   
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
}

.jd_zyt img:hover {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out; cursor:pointer;
}

.zy_til{ background:url(../image/zy_til.png) no-repeat; height:58px; display:inline-block}
.zy_til p{ height:40px; line-height:40px; padding:0 20px; background:#1688fd; color:#FFF; font-size:16px}
.tabs{ text-align:center; margin-top:20px}
.tabs li{ display:inline-block}
.tabs li a{ display:inline-block; background:#dfdada; padding:10px 20px; color:#333;transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;}
.tabs  .current{ background:#d20202; color:#FFF}
.tabs li:hover a{ background:#d20202; color:#FFF}
.zx_tu {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-top: 20px;
}
.zx_tu h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data{width: 60px;
    height: 60px;
    display: block;
    background: #ed6d00;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    padding-right: 0;}
.month{display:block;width:60px;text-align:center}
.white_baer{transition: all 0.36s ease; padding:10px}
.white_baer a{ display:block}
.white_baer h4{display:block;transition: all 0.36s ease;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.white_baer:hover{box-shadow: 0 3px 10px rgba(0,0,0,.35);}

.white_baer a:hover h4{ margin-left: 10px;color: #349ad5;}
/* biankuan */
.img_wrap1, .img_wrap2, .link1,a.img_wrap2 strong, a.img_wrap1 strong, a.img_wrap3 strong{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.img_wrap1{display:block;padding:10px;background:#fff;box-shadow:1px 1px 4px #666;position:relative;}
.img_wrap2{display:block;padding:5px;background:#fff;box-shadow:0px 0px 4px #d2ccc1;position: relative;}
.img_wrap1 strong, .img_wrap2 strong{display:block;position: absolute; top:0;left:0;width:0;height:0;background:#349ad5;}
.img_wrap1 img, .img_wrap2 img{position: relative; z-index:1; width:100%}
a.img_wrap1:hover strong, a.img_wrap2:hover strong{height:100%;width:100%;}
.depart {
    background: #058bc8;
    border-top: 10px #6bcff5 solid;
   
}

.depart_news {
    padding: 10px 20px 0 12px;
}
.depart .hd {
    background: url(../image/line.jpg) repeat-x center center;
    overflow: hidden;
}
.depart .hd h3 {
    background: #058bc8;
    float: left;
    padding: 0 10px;
}

element.style {
}
.depart .hd h3 a {
    color: #fff;
   
}
.depart_list {
    padding: 20px 0 0 0;
}
.depart_list  .data img {
    width: 100px;
   
    border: 6px #fff solid;
}
.depart_list .white_bar h4 a{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; display:block; color:#FFF; font-size:14px;}
.depart_list .white_bar h4 a:hover{ text-decoration:underline}
.depart_list .white_bar p{ color:#afd0e7}

.white_bar {
    background: url(../image/bt_line.jpg) repeat-x bottom;
    overflow: hidden;
    padding-bottom: 14px;
   
    color: #fff;
}
/*banner*/
.banner{
	width: 100%;height: 420px;
}
.banner .swiper-container {
    width: 100%; height: 100%;background: -webkit-gradient(linear,left top,left bottom,from(#064996),to(#5d7da1));
    background: -webkit-linear-gradient(top,#064996,#5d7da1);
    background: -o-linear-gradient(top,#064996,#5d7da1);
    background: linear-gradient(to bottom,#064996,#5d7da1);
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner .swiper-pagination.banner-page{
	bottom: 10px;
}

.banner .swiper-pagination.banner-page li{
	margin: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0;background-color: #666;
	border: 2px solid #FFF;
	color: #fff;
	cursor: pointer;    border-radius: 50%;box-shadow: 0px 2px 1px #666;
}

.banner .swiper-pagination.banner-page li.active{
	background-color: #0065ac;
}
.banner .swiper-container .container{position: absolute;top: 20%;left: 15%;}
.banner .swiper-container h2{color: #fff;font-size: 36px;margin-bottom: 20px;}
.banner .swiper-container p{color: #fff;font-size: 20px;}
/*专业建设*/
.zyjs{ background:#005faf; min-height:230px}
.zyjs h3{ color:#FFF; font-size:18px; padding:20px 0 10px 20px;}
.zyjs ul {
    padding: 0 20px;
}
.zyjs ul li a{ color:#FFF}
.zyjs ul li a:hover {
    color: #ff0;
    text-decoration: none;
}
.zyjs ul li {
    border-bottom: 1px #4b8dc5 dashed;
    text-align: left;
    height: 36px;
    line-height: 36px;
    background-position: 5px -789px;
    color: #fff;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxzx{background: #ececec;}
.xxzx h3{ color:#005faf;font-size: 18px;
    margin: 20px 0 10px 20px; background:url(../image/xbdt_lion.png) bottom no-repeat; display:inline-block}
.xxzx ul{    padding:0 10px;}
.xxzx li{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #e1e1e1}
.xxzx li .dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    vertical-align: middle;
    background: #a7a7a7;
}
.xxzx li .date{
    float: right;
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}
.xxzx li a{ color:#666}

.quickLinks li {
    height: 46px;
    margin-bottom: 12px;
}
.quickLinks li a {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding-left: 65px;
    border: 1px solid #87cae8;
    background: url(../image/icons-sideLinks.png) -10px -27px no-repeat #eff5f7;
    font-size: 16px;
    color: #005faf;
}
.quickLinks li a:hover {
    text-decoration: none;
    background-color: #dcf3fa;
    color: #005faf;
    border-color: #67b3d5;
}
.quickLinks li.li2 a {
    background-position: -10px -127px;
}
.quickLinks li.li3 a {
    background-position: -10px -227px;
}
.quickLinks li.li4 a {
    background-position: -10px -327px;
}

/*民航院系百科*/
.mh_second{ padding:50px 0}
.baike{ padding:50px 0}
.baike .baike_kuai{width:390px; float:left}
.baike_pic{ overflow:hidden}
.baike_pic a{ display:block}
.baike_pic img{ width:390px; height:270px;    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;}
.baike_pic img:hover{    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;}
.ipart4_div1{background: #b3d465;}
.ipart4_div2{background: #cfa972;}
.ipart4_div3{background: #448aca;}
.baike_test{ height:270px}
.baike_test h2{text-align: center;
    line-height: 30px;
    padding-top: 58px; display:block; color:#42669b}
.baike_test a:hover{ color:#42669b}
.baike_test p {
    padding: 0px 30px;
    margin-top: 26px; font-size:16px; color:#56604b
}
.baike_test .chakan {
    display: block;
    float: right;
    width: 83px;
    height: 21px;
    background: url(../image/ipart4-more.png) no-repeat; margin-top:20px; padding-top:0}
.baike_kuai .ipart4_div3 h2,.baike_kuai .ipart4_div2 h2{ color:#FFF}
.baike_kuai .ipart4_div3  p,.baike_kuai .ipart4_div2  p{ color:#FFF}

/*147专栏*/

.mh_147{padding:50px 0; background:url(../image/mh_147.png) no-repeat center top;
background-size: cover;background-attachment: fixed;background-size: cover;}
.mh_147 .white_baer:hover{ background:#FFF}

/*科普基地*/
.mh_kpjd{ padding:50px 0}
/*pic_show*/
.pic_show{position:relative; overflow:hidden;}
.pic_show a{position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0); z-index:1;transition: 0.7s;-webkit-transition: 0.7s;-moz-transition: 0.7s;-o-transition: 0.7s; display:block; border:1px solid #F00;}
.pic_show a:hover{background:rgba(0,0,0,0.5); color:#FFF}
.pic_show a i{position:absolute;margin:auto;width:68px;height:67px; opacity:0; display:inline-block; left:0; right:0; top:-300px; bottom:0;transition: 0.2s;-webkit-transition: 0.2s;-moz-transition: 0.2s;-o-transition: 0.2s;}
.pic_show a:hover i{top:0; opacity:1}
.pic_show span img{transition: 0.7s;-webkit-transition: 0.7s;-moz-transition: 0.7s;-o-transition: 0.7s;}
.pic_show:hover span img{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transition: scale(1.2)}
.pic_show h3{font-size:18px; position:relative; left:0; top:45%; color:#FFF}
.pic_show:hover .hover_line::before,.pic_show:hover .hover_line::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1)}
.pic_show a{text-align:center; color:#fff}
.hover_line::before,.hover_line::after {position: absolute;top: 20px;right: 20px; z-index:1;bottom: 20px;left: 20px;content: '';opacity: 0;-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;transition: opacity 0.8s, transform 0.8s;}
.hover_line::before {border-top: 1px solid;border-bottom: 1px solid;-webkit-transform: scale(0,1);transform: scale(0,1);opacity: 0}
.hover_line::after {border-right: 1px solid;border-left: 1px solid;-webkit-transform: scale(1,0);transform: scale(1,0);opacity: 0}

/*学院风采*/

.mh_xyfc{padding:50px 0; background:url(../image/mh_xyfc.png) no-repeat center top;
background-size: cover;background-attachment: fixed;background-size: cover;}

/*专题网站*/
.mh_ztwz{ padding:50px 0}
.mh_ztwz li {
   
    text-align: center;
  
  
    margin: 20px 15px;
}
.mh_ztwz li a {
    display: block;
    font-size: 16px;
    color: #fff;
}
.mh_ztwz li p {
    line-height: 25px;
    margin: 10px;
    border: dotted 1px #bfbfbf;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ipart5_blibg1 {
    background: #a91010;
}
.ipart5_blibg2{ background:#EE6352}
.ipart5_blibg3{ background:#30b0d0}
/*底部*/
footer {
    width: 100%;border-top: 6px #005faf solid;
    padding-top: 20px;
    padding-bottom: 10px; background:#dedfe0; margin-top:20px
}
.footer_link ul li {
    display: inline;
    line-height: 22px;
}
.footer_link ul li a {
    margin: 0 10px;
    color: #666;
    display: inline-block; font-size:14px
}
.footer_link .copyRight{ margin-top:10px}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media (min-width: 980px) and (max-width: 1199px) {

}
@media only screen and (max-width: 1199px) {
.first .grid_4{ display:none}
.first .grid_8{ width: 940px;
    margin-top: 10px;
    float: none;}
.first{ margin-top:10px}
.banner{margin-top:10px}
.mh_second{ display:none}
}
@media (min-width: 767px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {
.first .grid_8{ width: 748px;}

}

@media only screen and (max-width: 979px) {
.swiper-pagination,.swiper-button-prev,.swiper-button-next{ display:none}
.banner{ height:350px}
}



@media only screen and (max-width: 767px) {
.xxzx,.quickLinks{ margin-top:10px}
.first .grid_8{ width: 460px;}
.banner{ height:200px}
}

@media only screen and (max-width: 479px) {
.first .grid_8{ width: 300px;}
}