
/* 近期修改2020-11-04 */

.sub_tab.faculty_alinkss { display: none !important; height: 0;  }

/* 近期修改2020-11-04-end */

/**********  所有页面都要共用的样式  **********/

/*自定义基础通用样式*/

/*@charset "utf-8";*/

*{

    /*font-family: Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, Hiragino Sans GB, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei, WenQuanYi Zen Hei Sharp, sans-serif;*/

}

body{font-family:"Microsoft YaHei";background:#fff;color:#000;padding:0;margin:0;text-align:center;line-height:1.2;}

td,th{padding:0px;margin:0px;}



table,div{margin:0 auto;padding:0;text-align:left;}

ul,ol,li,dl,dd,p,form{border:0;margin:0;padding:0;list-style:none; text-align:left;line-height: 1.2;}

img{border:0;display: inline-block;max-width: 100%;height: auto;}

h1,h2,h3{margin:0;padding:0;text-align:left; line-height: 1.2;}
.clearfix:after{content:"\200b";display:block;height:0;clear:both;}
.clearfix{*zoom:1}
a{color:#000000;text-decoration:none;}



p{font-size:17px; color:#898989; }

h1{font-size:34px; color:#fff; }

h2{font-size:26px; color:#2083c7; }

h3{font-size:24px; color:#2083c7; }

h4{font-size:22px; color:#2083c7; }

h5{font-size:20px; color:#2083c7; }




/*****头部*****/
#menu-item-53{display: none;}
.h_fixed {

    position: fixed;

    top: 0;

    width: 100%;

    margin: 0 auto;

    background: #fff;

    z-index: 99999;

    border-bottom: 1px solid #bfbfbf;

}

.header_top{height:100px;

    background: -webkit-linear-gradient(left, #2083c7,#2098f2);

    background: -o-linear-gradient(left, #2083c7,#2098f2);

    background: -moz-linear-gradient(left, #2083c7,#2098f2);

    background: -ms-linear-gradient(left, #2083c7,#2098f2);}

.sub_nav p a{ color: #fff !important;  padding: 0 12px; margin-left: 5px;  font-size: 14px;transition: all 0.4s ease;}

.sub_nav p a:hover{color: #000 !important; opacity: 0.6;}

.search{ height: 30px;  border: none;  position: absolute;  right: 0px;  top: 50px;}

.searchicon{position: absolute;  right: 0px;  top: 0;  background-color:transparent; border: none; width: 40px;  font-size: 18px;   cursor: pointer;  outline: none;display: flex;

    justify-content: center;

    align-items: center;

    height: 30px;}

.search input{    height: 30px;

    border: none;

    position: absolute;

    right: 0px;

    background: rgba(255,255,255,0.4);

    border-radius: 3px;

    padding: 0 40px 0 10px;

    width: 150px;

    color: #fff;

}

/*.sub_nav p a:last-child {padding-right:0;}*/

.logo{margin-top:18px;width:300px; float: left;}

.logo img{

    width:265px;

    height:65px;

    background-size: contain;

}

.search span{color:#fff;}

.top_wrap{position: relative;}

.sub_nav p{color:#fff;}

.sub_nav{position: absolute;top: 20px;/*right: 0;*/right: 40px;}

.en{position: absolute; top:17px; right: -4px; padding:3px 5px;  /*background: rgba(255,255,255,0.4);*/font-weight:bold;    border-radius: 3px;height: 30px; display: flex;justify-content: center;align-items: center;}

.en a{color:#fff; font-size:14px;transition: all 0.4s ease;}

.en a:hover{ opacity: 0.6; color: #000;}

.nav_menu>ul{height: 58px;}

.nav_menu>ul>li{list-style: none; width:12.5%; text-align: center;float: left;}

.nav_menu>ul>li>a{font-size:20px; float: left; display: block; color: #2083c7; width: 100%;    height: 58px;

    line-height: 58px;transition: all 0.4s ease;}

.nav_menu>ul>li a:hover{background-color: #2083c7; color: #fff;}



.nav_menu>ul>li{position: relative;}

.navcc .sub-menu{display: none; position: absolute;top:58px; background: #fff;width: 100%; z-index: 99999;background: rgba(0,0,0,.7);}

.navcc .sub-menu>li>a{ font-size: 14px;color: #fff; text-align:center;border-bottom: 1px solid #fff;width: 100%;  display: block;padding: 10px 0px 10px 0px;transition: all 0.4s ease;}

/*****首页轮播*****/

#sy_banner{ height:460px; }

#myCarousel{height: 460px; position: relative;}

.item {height: 460px; position: relative;}

.item_title{position: absolute; right: 0; bottom:0; width:70%; height: 100px; border-bottom: 5px solid #2083c7; background: #7ccefe; display: flex;align-items: center;}

.banner_intro{ color:#fff;background: #7ccefe; width: 30%; float: left; height: 460px;display: flex;align-items: center;}

.banner_intro p{font-size:35px; color: #fff;}

.banner_intro h2{font-size:45px; color: #fff;}

.banner_intro a{transition: all 0.4s ease;color: #fff;width:152px; font-size: 16px;height: 40px; border:1px solid #fff; text-align: center; display: flex;align-items: center; justify-content: center;margin-top: 50px;}

.banner_intro a:hover{background: #fff; color: #2083c7 ;}



.banner_ct{float: left; width:70%;}

.img_wrap{ height: 460px;   background-repeat: no-repeat !important;cursor: pointer;transition: all 0.6s;background-position: 50% 50% !important;background-size: cover !important; }

.item_title p{
	width: 80%;
    height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 10%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}



#myCarousel .next{position: absolute;right: 25px;bottom: 4%;font-size: 70px;color: #fff;cursor: pointer;}
#myCarousel .prev{position: absolute;left: 33%;bottom: 4%;font-size: 70px;color: #fff;cursor: pointer;}


.join_top{ width:60%;}

.join_name{width:10%;}

.join_date{width:30%;}





/*****首页新闻动态*****/

#mian{margin: 30px 0;}

.mian_title{font-size:16px;font-weight:100; color:#898989; border-bottom: 1px solid #898989; padding-bottom: 10px;height: 30px;}
.mian_title li{float: left; margin-right:20px; height: 30px;}
.mian_title li.on{color: #2083c7; border-bottom: 2px solid #2083c7}

.news_lf{width:40%; float: left; overflow: hidden;}

.news_rt{width:60%; float: left;}

.news_list{margin: 20px 0;}

.news_list .lf_img{height: 140px; background-repeat: no-repeat !important;cursor: pointer;transition: all 0.6s;background-position: 50% 50% !important;background-size: cover !important;}

.news_list .rt_wrap {background: #f9f9f9; width:100%; height: 140px; padding: 10px; position: relative;}

.news_list .rt_wrap span{font-size:13px; color: #898989;}

.news_list .rt_wrap p{font-size:17px; color: #2083c7; margin-top: 10px;

    height:80px;

    overflow:hidden;}

.news_list .rt_wrap .a_more{transition: all 0.4s ease;display: block; width:22px; height: 22px; background: #f0f1f1; font-size:17px; color:#2083c7; text-align: center; position: absolute; right: 0; bottom: 0; }

.news_list:hover  .rt_wrap .a_more{background: #2083c7; color: #fff;}

.news_list:hover .lf_img{    transform: scale(1.05); }

.notice_content{background: #f9f9f9;padding-bottom: 30px;margin-top: 20px;min-height: 357px;}

.notice_list{ padding: 14px 20px;border-bottom: 1px dashed #898989;transition: all 0.4s ease; }

.notice_list:hover{background: #2083c7;}

.notice_list:hover h3{color: #fff;}

.notice_list:hover p{color: #fff;

    opacity:0.8;}

.notice_list:last-child{border:none;}

.notice_list p{font-size:13px; color: #898989; margin-top:5px;}

.notice_list h3{font-size:16px; color: #2083c7;font-weight: 400;    height: 40px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;}

.notice_more a{width: 95px;height: 32px;background: #2083c7;color: #fff; display: block;line-height: 32px;text-align: center; position: absolute; right: 15px; bottom: 0;}

.notice_adress{margin-left: 30px;}

.notice_list p i{margin-right:5px;}

/*****内页头部banner*****/

#ny_banner{ position: relative; display:flex; align-items: center;height: 335px; background-repeat: no-repeat !important;cursor: pointer;transition: all 0.6s;background-position: 50% 50% !important;background-size:cover !important;background:none;}

.shade{background:rgba(0,0,0,0);width:100%; height:100%; position: absolute;z-index: -1;}

#ny_banner>.container{    position: relative;}

#ny_banner h1{color: #fff; margin:0;font-size:36px;}

#ny_banner p{font-size:32px;color: #fff;margin: 0 0 10px 0;}

#ny_banner span{width: 294px; height: 8px; display: block; background: #fff;}



/*****内页左侧栏目*****/

.ny_title h2{margin-bottom:10px;}



.ny_lmenu li a{font-size:20px; color:#898989; display: block;padding: 10px 0;transition: all 0.4s ease;border-bottom:2px solid #dcdcdc;}



.ny_lmenu li a:hover { color:#2083c7; border-bottom:2px solid #2083c7;}





.grey_bg{ padding: 40px; }




.contact table tr td:first-child {  width: 15%;}
.contact table tr td:nth-child(2) {  width: 35%;}
.contact table tr td:last-child {  width: 15%;}

/*4-15 end*/

/*****本系概况*****/

.ny_right .ldzc_ct{margin-top:40px;}

.ldzc_lf{width:30%; float: left; display: none;}

.ldzc_lf img{

    margin-bottom:15px;

    width: 420px;

    object-fit: contain;

}

.ldzc_lf p{ font-size:20px; color: #2083c7 ; }

.ldzc_rt{width:100%; float: left;    padding-left: 3%;}
.ldzc_rt img{display: block; margin: 0 auto;}
.ldzc_rt p{margin-bottom:10px; line-height: 2; text-align: justify;}

.r_img{text-align: center;}

.bxjs_ct p{margin-bottom:10px; line-height: 2;text-indent:2em;}

.ft_img{margin-top:40px; display:none;}

.zzjg_ct{padding: 40px;}

.gwwyh_list h2{ font-size: 26px; font-weight: normal; margin-bottom: 40px; }

.gwwyh_list{margin-bottom:20px;}

.gwwyh_list .gwwyh_name{ font-size: 18px; font-weight: normal;  color:#fff; padding: 10px; background: #2083c7 ;}

.gwwyh_list .gwwyh_text{padding:10px 0 20px 0px;background: #f9f9f9;}

.gwwyh_list .gwwyh_text p{

    font-size: 14px;

    color:#898989;

    width:220px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow:hidden;

}

.gwwyh_img{ height:100%;background-repeat: no-repeat !important;cursor: pointer;transition: all 0.6s;background-position: 50% 50% !important;background-size: cover !important; }

.gwwyh_list_ct .wrap {margin-bottom: 40px;}

.gwwyh_list_ct .gwwyh_img{transition: all 0.6s;}

.gwwyh_list_ct .wrap:hover .gwwyh_img{transform: scale(1.05);}

.gwwyh_tu {

    overflow: hidden;

    width: 220px;

    height: 300px;

}

.team_ct .wrap:after{

    content: " ";

    width: 0;

    height: 4px;

    background: #2083c7;

    position: absolute;

    bottom: -1px;

    left: 0;

    transition: all 0.5s ease 0s;}

.team_ct .wrap:hover:after{

    width:100%;

}

.team_ct .wrap{  position: relative; overflow: hidden;}

.team_ct .gwwyh_img{height:340px;

    position: relative;}



.team_title h2{text-align: center; border-bottom:2px solid #2083c7; padding-bottom:20px; margin-bottom:30px;}



.team_title{margin:0 15px;}



/*****新闻公告*****/

.news_tu{ overflow: hidden;}

.ny_news_list{position: relative; margin-bottom:40px;}

.news_img_wrap{position: relative; overflow: hidden;}

.news_img{height: 290px;background-repeat: no-repeat !important;cursor: pointer;transition: all 0.6s;background-position: 50% 50% !important;background-size: cover !important;}

.news_title{padding: 20px; background:#2083c7; min-height: 120px;}

.news_title span{ font-size:12px; color:#fff;}

.news_title h3{line-height: 27px; height: 54px; font-size:18px; color:#fff; font-weight: normal; margin-top:10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }

.news_intro{padding: 20px 20px 40px 20px; background: #f9f9f9;min-height: 120px; }

.news_intro p{height:84px;font-size:14px; color:#898989;overflow: hidden; text-align: justify;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.ny_news_list:after{

    content: " ";

    width: 0;

    height: 4px;

    background: #2083c7 ;

    position: absolute;

    bottom: -1px;

    left: 0;

    transition: all 0.5s ease 0s;}

.ny_news_list:hover:after{

    width:100%;

}

.ny_news_list:hover .news_more{background: #2083c7; color:#fff;}

.ny_news_list:hover .news_img{ transform: scale(1.03);}

.news_more{transition: all 0.4s ease;display: block; width:27px; height: 27px; line-height: 27px;  background: #f0f1f1; font-size:24px; color:#2083c7; text-align: center; position: absolute; right: 0; bottom: 0; }

.news_more:hover{background: #2083c7; color: #fff;}



.page{text-align:center; margin-bottom:10px; margin-top:20px;}

.page a{background:#fff none repeat scroll 0 0; border:1px solid #898989;color:#898989;display:inline-block;line-height:25px !important;margin:0 2px;padding:0 10px;text-align:center;}

.page .curr{color:#fff;display:inline-block;line-height:25px  !important;margin:0 2px;padding:0 10px;text-align:center; background: #2083c7;}


/*4-15 table*/
.detail_ct table {width: 100%; font-size: 16px !important; border: 1px #000 solid;}          
.detail_ct table tbody tr { border-bottom: 1px #000 solid; height: auto; }
.detail_ct table tr td {border-right: 1px #000 solid; color: #666 !important; padding: 10px 10px; }                          
.detail_ct table tr td * {line-height: 1.5; text-align: center; margin-bottom:0;}
.detail_ct table tr td:last-child *,.ny_right table tr td:last-child {text-align: left ; word-break: break-word }
.detail_ct table tr:first-child { height:35px;}

.detail_ct table tr td p  { margin-bottom: 0 !important; }

.detail_ct p a ,.detail_ct a {
    word-wrap: break-word;
    display: inline-block;
    border-bottom: 1px #007ad6 solid;
    color: #007ad6;
    line-height: 1.3;
    font-weight: bold;
}

/*****新闻公告详情页*****/

.detail_ct{padding: 28px;background: #f9f9f9;}

.detail_title{position: relative;}

.detail_ct p{ margin-bottom:10px; line-height: 2; text-align: justify; }



.detail_title h3{ font-size:24px; color: #2083c7 ; width:80%; }

.detail_title p{font-size: 18px;color: #2083c7  ; margin: 15px 0 35px 0;  }

.detail_title em{margin-top: -35px;display: block;font-style: normal;font-size: 16px; margin-bottom: 40px;}

.detail_title span{color: #898989 ;  }

.detail_title a{position: absolute; right:0; font-size: 16px;color: #898989 ;    top: 10px;  }



.detail_rt{padding: 20px; background: #f9f9f9;}

.detail_rt h3{ font-size:18px; color: #2083c7 ;padding-bottom: 10px; }

.detail_list{padding: 20px 0; border-top: 1px solid #2083c7;}

.detail_list span{font-size:12px; color: #898989 ; }

.detail_list p{font-size:16px; color: #2083c7 ;padding-top:20px; }



.detail_list .date_icon{}



.tzgg_list:after{

    content: " ";

    width: 0;

    height: 4px;

    background: #2083c7 ;

    position: absolute;

    bottom: -1px;

    left: 0;

    transition: all 0.5s ease 0s;}

.tzgg_list:hover:after{

    width:100%;

}

.teacher_ct li{ color:#898989}

.ny_lmenu li.active a{color:#2083c7; border-bottom:2px solid #2083c7;}
.ny_lmenu li.fenleicla_64 { display: none;  }

.zsxx .tzgg_ct h3{margin-bottom: 0px; }

.tzgg_list{background:#f9f9f9; position: relative; transition: all 0.4s ease; margin-bottom:40px;}

.tzgg_date{ width:100px; height: 40px; background: #2083c7; margin: 0; }

.tzgg_date .date{width:40px; float: left; color: #fff; font-size:28px; text-align: center;    height: 40px;  display: flex;  justify-content: center;  align-items: center;}

.tzgg_date .year{width:60px; float: left; color: #7ccefe; font-size:14px;    height: 40px; line-height: 1.2;

    display: flex;

    justify-content: center;

    align-items: center;}

.ny_tzgg .col-sm-12{

    background:#f9f9f9;

    margin-bottom:20px;

    margin-left:15px;

    padding-left:0;

}

.tzgg_ct{padding: 30px 20px 30px 20px;background:#f9f9f9;    transition: all 0.4s ease;border-bottom: 2px solid transparent;}

.tzgg_ct:hover{

    border-bottom:2px solid #2083c7;

}

.tzgg_ct h3{font-size:24px; margin-bottom: 0px; font-weight: normal;}

.detail_ct h4{margin: 0 0 20px 0; font-size:20px; color: #898989;}

.tzgg_ct p{font-size:18px; line-height: 1.5; position: relative;}

.tzgg_ct p span{width:30px; text-align: center;}

.tzgg_ct p span i{

    margin:0 8px 0 8px;

}

.tzgg_list:hover .news_more{background: #2083c7; color: #fff;}









.tzgg_detail_list h4{font-size:16px; font-weight: normal; color: #2083c7 ; margin: 0 0 20px 0;}

.tzgg_detail_list p{ font-size:16px; position: relative; color: #898989;}

.tzgg_detail_list{  padding: 20px 0;border-top: 1px solid #2083c7;}

.tzgg_detail_list p i{    width: 25px;  text-align: center;}

/*****内页教职员工*****/

.team_ct .team_ct_name{  font-size: 24px;
    color: #2083c7;
    padding: 10px 15px 5px 15px;
    background: #f9f9f9;
    line-height: 1.3;
    height: 76px;}

.team_ct .team_ct_text{position: relative;height: 123px;background: #f9f9f9;}

.team_ct .team_ct_text p:first-child{

    overflow: hidden;
    /* text-align: justify; */
    height: 67px;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.team_ct .team_ct_text p{ font-size: 17px; color: #292a2b; padding:0 15px; background: #f9f9f9;}

.team_ct .team_ct_text .home_wap{ font-size: 17px; color: #2083c7; padding: 0px 15px 30px 35px; background: #f9f9f9; position: relative;}

.team_ct .team_ct_text .home_wap:before{background-image: url(../images/home.png); width: 13px; content: ""; display: block;height: 13px;position: absolute;left: 15px;top: 13px;}

.team_ct .wrap{margin-bottom: 40px;  }

.wrap .p2{

    display:none;

}

.team_ct .wrap:hover .news_more{background:#2083c7; color: #fff; }



.notice_date{position: relative; }

.notice_name{position: relative;}

.notice_adress{position: relative;}



.adr_icon{padding-top:30px !important;}

.adr_icon span{width:20px;}

.team_ct .team_ct_text .home_icon{font-size: 17px;  color: #2083c7;

    padding: 0 15px 40px 15px;

    background: #f9f9f9;

    position: relative;}

.team_ct .team_ct_text .home_icon span{width:20px;}

/*****教职员工详情页*****/

.teacher_intro {position: relative;
    margin-bottom:20px;}

.teacher_intro  .home_wap a{color: #2083c7  }

.teacher_intro  .to_list{position: absolute; right: 20px; top: 0px; font-size:16px;  color: #898989;transition: all 0.4s ease;}

.teacher_intro  a:hover{color: #2083c7 ;}

.teacher_detail{background:#fff;}

.teacher_lf{width:28%; float: left;}

.teacher_lf img{

    width: 300px;
    height: 340px;
    object-fit: cover;
    position: relative;


}

.teacher_rt{    
    width: 72%;
    float: left;
    height: 340px;

}

.teacher_rt h3{font-size:36px; margin: 0px 0 20px 0;}

.teacher_rt p{font-size:16px; color: #2083c7; margin-bottom: 20px;}

.teacher_ct{padding: 0px 20px 40px 264px;}

.teacher_ct p{margin-bottom: 0px; line-height: 1.8; justify-content: center;text-align: justify;}

.email_icon{position: relative; padding-left: 20px;}

.tell_icon{position: relative;  padding-left: 20px;}

.email_icon:before{background: url(../images/home.png) no-repeat; width: 13px; content: ""; display: block;height: 13px;position: absolute;left: 0;top: 4px;}

.tell_icon:before{/*background: url(../images/tell_icon.png) no-repeat;*/ width: 13px; content: ""; display: block;height: 13px;position: absolute;left: 0;top: 4px;}

.teacher_rt .home_wap{position: relative; padding-left:20px;position: relative;}

.teacher_rt .home_wap:before{background: url(../images/home_icon.png) no-repeat; width: 13px; content: ""; display: block;height: 13px;position: absolute;left: 0;top: 4px;}

/*****科学研究*****/

.yanjiu_list{margin-bottom: 40px; background: #f9f9f9; height: 320px; position: relative; cursor: pointer;}

.yanjiu_list:nth-child(4) .col-sm-pull-6 .yanjiu_rt p img{ display: none;}
.yanjiu_list:hover .yanjiu_rt span{background: #2098f2;  color: #fff;}

.yanjiu_img{ background-size: cover!important;background-position: center!important;height: 320px;}

.yanjiu_rt {padding: 40px 20px; height: 320px;}

.yanjiu_rt h3{ margin-bottom: 20px; }

.yanjiu_rt p {  line-height: 1.7;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; }
.yanjiu_rt p{height:168px; line-height: 30px; overflow:hidden; }
.yanjiu_rt span{     transition: all 0.4s ease;position: absolute;right: 0; bottom: 0; padding: 6px 20px; background: #f0f0f0; color: #2098f2; font-size: 13px }

.img_pad{padding: 0 !important;}



.yanjiu_list .col-sm-6:nth-child(2n){

    padding-left:0px;

}



/*****人才培养*****/

.rcpy_wrap{padding: 40px; background: #f9f9f9; margin-bottom: 40px;}

.rcpy_wrap h3{font-size:20px; color: #2083c7 ; margin-bottom: 14px;}

.ny_right h4{font-size:20px; color: #2083c7 ; padding:15px 0;margin:0;}

.rcpy_wrap p{margin-bottom: 10px; line-height: 2;}

.download_list{margin-bottom: 20px; background: #f9f9f9; padding: 20px; font-size: 18px; color: #898989; cursor: pointer; position: relative;  }

/*.download_list:after{background-image: url(../images/down.png); width: 18px; content: ""; display: block;height: 24px;position: absolute;right: 20px;top: 20px;}

.download_list:hover{background: #2083c7 ; color: #fff;}



.download_list:hover:after{background: #2083c7 ; color: #fff;background-image: url(../images/down1.png);}*/

.download_list span{

    font-size:24px;

    float:right;

}

/*****合作交流*****/

.hzjl_list{margin-bottom: 40px;}

.hzjl_img{width:193px;height: 185px; background-size: contain!important;background-position: 50% 50%!important; background-repeat: no-repeat !important; }

.hzjl_lf{width:20%; float: left;}

.hzjl_rt{width:80%; float: left;background: #f9f9f9; padding: 20px; position: relative;height:200px;}

.hzjl_rt h3{ font-weight: normal; font-size: 18px; margin-bottom: 15px; }

.hzjl_rt p{font-size:14px;height:80px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.hzjl_rt:after{

    content: " ";

    width: 0;

    height: 4px;

    background: #2083c7 ;

    position: absolute;

    bottom: -1px;

    left: 0;

    transition: all 0.5s ease 0s;}

.hzjl_rt:hover:after{

    width:100%;

}





.hzjl_rt span{ transition: all 0.4s ease;position: absolute;right: 0;bottom: 0;padding: 6px 20px;background: #f0f0f0;color: #2098f2;font-size: 13px;}

.hzjl_list:hover .hzjl_rt span{background: #2083c7;  color: #fff;}



/*****内页联系我们*****/

#ny_ct{margin: 50px 0; min-height: 400px;}

.contact_title{}

.contact_title h2{ font-size:28px; margin-bottom: 30px; }

.contact_title h5{ font-size:22px; margin-bottom: 0; }



.ct_ewm{margin-top:15px;}

.ct_map{margin-top:30px;}



.join_list{margin-bottom: 40px;}

.join_title{height:62px; background: #f9f9f9; font-size:18px; color: #fff; display: flex; align-items:center; position: relative;}

.join_title i{background-image: url(../images/down_icon.png); display: block; position: absolute; right: 20px; top: 22px; width: 19px; height: 19px; }

.join_title span{padding-left: 20px; padding-right: 50px;color: #898989;transition: all 0.4s ease;}

.join_title.active{height:62px; background: #1e68a5;}

.join_title.active span{color:#fff;}

.join_title.active i{background-image: url(../images/up_icon.png);}

.join_ct{background: #f9f9f9; padding: 20px 20px 60px 20px; position: relative; display: none;}

.join_ct h3{font-size:17px; color: #898989;margin-bottom: 10px;}

.join_ct p{line-height: 1.5;}

.join_ct a{transition: all 0.4s ease;position: absolute;right: 0;bottom: 0;padding: 6px 20px;background: #f0f0f0;color: #2098f2;font-size: 13px;}

.join_list:first-child>.join_ct{ display: block; }

.join_ct a:hover{background:#2098f2; color:#fff;}







/*****底部*****/

#footer{

    /*background-image:url(../images/ft_bg.jpg); */

    height: 320px; padding: 15px 0;

    background: #2083c7;

}



#footer h3{ font-size:16px;  color:#fff;}

#footer p,#footer li{ font-size:16px;  color:#fff; line-height: 1.8;}

#footer li span{width:10px; text-align: center;margin-right:12px;}

#footer li a{ font-size:16px;  color:#fff; border-bottom: 1px solid transparent;transition: all 0.4s ease;}

#footer li a:hover{border-bottom:1px solid #fff;}

#footer .more_link{transition: all 0.4s ease; display: flex; justify-content: center;align-items: center;font-size:12px; width:80px; height: 26px; border: 1px solid #fff; margin-top: 30px; text-align: center;}

#footer .more_link:hover{background: #fff; color: #2083c7;}

.ft_contact{padding-left: 5%; border-left: 1px solid #fff;padding-left: 12%;}

.ft_contact{ position: relative;height: 260px;margin-top: 12px;}

.ft_copyright{

    position: absolute;

    bottom: -24px;

    left: 17px;

}

.ft_copyright a{

    font-size:12px;  color:#fff;

}

.ft_copyright a:hover{

    text-decoration: underline;

}

.ft_line{width:22%; background: #fff; display: block; height: 2px; margin: 5px 0 25px 0;}

.ft_line2{

}

#footer .copyright{margin-top:20px;font-size:12px;}

.ft_ewm{padding-top:20px;}

.ft_icon1{padding-left: 20px; position: relative;}

.ft_icon2{padding-left: 20px; position: relative;}

.ft_icon1:before{background: url(../images/ft_icon1.png) no-repeat; width: 11px; content: ""; display: block;height: 14px;position: absolute;left: 0;top: 8px;}

.ft_icon2:before{background: url(../images/ft_icon2.png) no-repeat; width: 13px; content: ""; display: block;height: 10px;position: absolute;left: 0;top: 10px;}



/*校内兼职列表*/

.wrap .team_ct_text p:nth-child(2n){

    height:40px;

    display:none;

}

/*联系我们page*/

.teacher_ct h4{

    font-size:26px;

}

.teacher_ct h5{

    margin-bottom: 0;

}

.grey_bg .wp_left{

    line-height: 2;

    width: 490px;

    float:left;

    color: #898989;

}

.grey_bg .rightimg{
    float: right;
}

.grey_bg .p_font{



}

.clearfix1:after {

    content: "";

    height: 0;

    clear: both;

    display: block;

    visibility: hidden;

}

.wp_main .leftimg{

    float:left;

    width:410px;

}

.ny_right .wp_main{

    margin-bottom:30px;

}

.wp_main .rightimg{

    float:right;

}

.news_list .rt_wrap>p:nth-child(1){



}

.detail_ct img{

    margin:0 auto;

    display:block;

    max-width: 70%;

    height: 100% !important;

}

.detail_ct p{

    /*text-indent: 2em;*/

}

.detail_ct>div{

    text-indent: 0em;

    font-size:17px;

    line-height:2;

}

/*#footer{

    height:300px;

    background:#2083c7;

    border-bottom:1px solid #fff;

}*/

#ny_ct table{

    text-align: center;

}

#ny_ct table td p{

    text-align: center;
    white-space: pre-wrap;
    display: table;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

.contact table tr:first-child{

    color:#fff;

}

.ny_right p a{

    color: #898989;

    font-size: 17px;

}

.detail_ct p{

    color: #666;

}

.detail_ct ol li{

    color: #898989;

}

#table1{

    margin:0;

}

.ny_right .gwwyh_text{

    height:80px;

}

#table1 tr,#table1 td{border:1px solid #ccc;}

#table3 span{

    font-family: 微软雅黑, sans-serif;

}



.teacher_ct h2{

    padding-bottom:15px;

    border-bottom:2px solid  #2083c7;

    margin-bottom:30px;

    font-size:28px;

}

.teacher_ct h4{

    padding-bottom:15px;

    border-bottom:2px solid  #2083c7;

    font-size:28px;

}

.teacher_ct h5 {

    font-size: 22px;

    padding-bottom:18px;

    margin-top:0;

    color: #2083c7;

}

.teacher_lf img {  width: 90%;}

.banner_lf p{
    font-size:24px;
}

.wei-left{

    float:left;

}

.wei-right{

    float:left;

    margin-left: 48px;

}

.ny_right p{

    line-height: 2;

}


.ny_right a{

    line-height: 2.1;  font-size: 17px;

}

.ny_right h3{

    /*padding:15px 0;*/

}

.gwwyh_bg{

    width: 300px;

}

.yanjiu_list .yanjiu_lf{

}

.ft_border{

    width:auto;

    display:inline-block;

    border-bottom: 1px solid #fff;

    padding-bottom:5px;

    margin-bottom:25px;

}

.ft_border2{

    width:auto;

    display:inline-block;

    border-bottom: 1px solid #fff;

    padding-bottom:5px;

    margin-bottom:25px;

}

.detail_ct table{

    border:1px solid #000;


}

.detail_ct table tr{

    border:1px solid #000;

}

.detail_ct table td{

    border:1px solid #000;

}

.news_detail table p{

    text-indent: 0em;

}

.news_content{

    position:relative;

}

.news_content .look_more{

    width: 95px;

    height: 32px;

    background: #2083c7;

    color: #fff;

    display: block;

    line-height: 32px;

    text-align: center;

    position: absolute;

    right: 0px;

    bottom: -15px;

}

.gwwyh_list_ct p{

    /*line-height:1.4;*/

}

#footerr_wap{display: none;}

#wap_header{display: none;}
.wp_wap{display: none;}
.detail_ct p a{word-wrap: break-word;}



  /* 2022-1-10 */

    li.fenleicla_65,
    li.fenleicla_66,
    li.fenleicla_67 { padding-left: 21px;   }

    li.fenleicla_65 a,
    li.fenleicla_66 a,
    li.fenleicla_67 a { font-size: 16px;  }

    .ny_right img { width: 100%; height: auto; }
    #ny_ct table img { width: auto ; height: 215px; }
    
 	/* 2022-1-10-end */



@media screen and (min-width:320px) and (max-width:768px) {

      .teacher_detail {width:100% !important;}  

    .wp_wap p{line-height: 1; font-size: 12px;}
    .menu-item-53{display: none;}
    .wp_wap{display: block;}
    .bxjs_ct img{width:100%;}
    #ny_ct table{width:100% !important;}
    .detail_ct table{width:100% !important;}
    .ldzc_lf{width:80%; float: inherit !important;}
    .ldzc_lf p{text-align: center;}
    .ldzc_rt{width:100%; padding-left: 0 !important;}
    .gwwyh_list .gwwyh_text{    padding: 10px 5px 20px 5px;}
    .detail_title h3{margin-top:20px;}
    h2{font-size:0.26rem;}
    .wp_ftlink{height:0.4rem;}
    .wp_ftlink1{height:1.4rem; background: #7ccefe; position: fixed; bottom:0; width:100%;}
    .wp_ftlink1 ul{    width: 100%;  display: flex;  align-items: center;  justify-content: space-between;}
    .wp_ftlink1 li {width:20%; text-align: center; color: #fff; font-size:0.12rem;    height: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;}
    .wp_ftlink1 li .wp_fimg{height:0.8rem;display: flex;  align-items: center;  justify-content:center; width:100%;}
    .wp_ftlink1 li .wp_fimg img {width:60%;}
    .wp_ftlink1 li .wp_ftext{text-align: center; color: #fff;}

    h3{font-size:0.24rem;}

    p{font-size:13px;}

    .row{margin:0 !important;}

    #hearder{display: none !important;}

    .banner_intro{display: none !important;}

    .banner_ct{width:100% !important;}

    #footer{display: none !important;}

    #mian{margin:1.5rem 0 30px 0 !Important;}

    .sy_notice{position: relative;}

    .notice_more a{right:0px;}

    .wp_menu>li>a{position: relative;}

    .wp_menu>li>a:after{ content:''; width:0.17rem; height:0.25rem;  position: absolute;  right: 0;  top: 0.3rem;

        display:block;background: url(../images/wap_rt.png) no-repeat;background-size: 70%;    -moz-transition: all 0.4s ease;

        -o-transition: all 0.4s ease;

        transition: all 0.4s ease;}

    .wp_menu>li>a.active:after{transform:rotate(90deg);

        -ms-transform:rotate(90deg); 	/* IE 9 */

        -moz-transform:rotate(90deg); 	/* Firefox */

        -webkit-transform:rotate(90deg);

    }

    .wp_nav {

        -moz-transition: all 0.5s ease;

        -o-transition: all 0.5s ease;

        -webkit-transition: all 0.5s ease;

        background: rgba(32,139,215,0.9);

        height: 1500px;

        position: absolute;

        top:1.15rem;

        overflow: auto;

        transition: all 0.5s ease;

        width: 100%;

        z-index: 10000;



        display: none;

    }

    .wp_menu{list-style: none;

        margin: 0;

        padding: 15px;

        position: relative;

        top: 0;

        width: 100%;

        height: 150% !important;

        overflow-y: scroll;}

    .wp_menu>li>a{

        -webkit-animation-duration: 0.5s;

        animation-duration: 0.5s;

        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

        -webkit-animation-name: returnToNormal;

        animation-name: returnToNormal;

    }

    .sub-menu>li>a{

        -webkit-animation-duration: 0.5s;

        animation-duration: 0.5s;

        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

        -webkit-animation-name: returnToNormal;

        animation-name: returnToNormal;



    }

    .wp_menu>li>a{font-size:0.2rem !important; padding:0.22rem 0 !important; height: auto !important; line-height: inherit !important;}

    .nav_menu #search_form2{ position: relative !important; top:0px; width:90%; left: 5%; height:0.9rem !important;}

    .nav_menu #search_form2 .search{width:100% !important;position: relative !important; top:0 !important;}

    .nav_menu #search_form2 .search input{width:100%  !important;  height:0.6rem !important;}

    .nav_menu #search_form2 .searchicon{ top:0.1rem;}

    .wp_lug{    color: #fff;
        width: 30%;
        float: left;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; font-size: 0.18rem;}

    .wp_lug a{margin:0.15rem;color: #FFF;
        font-size: 0.18rem;}

    .nav_menu .wp_ftlink{ position: relative; top:0; width: 90%;}

    .nav_menu .wp_ftlink .wp_lug{float: left;}

    .nav_menu .wp_ftlink .wp_tohome{float: right;}

    .nav_menu .wp_ftlink a{color:#fff; font-size:0.24rem;}

    .wp_menu .sub-menu{display: none;width: 100%; background: rgba(0,0,0,.2);}

    .wp_menu .sub-menu>li>a{    display: inline-block;

        line-height: 0.58rem;

        text-decoration: none;

        width: 80% !important;

        margin-left: 10%;

        color: #FFFFFF;

        border-bottom: solid 1px rgba(255,255,255,0.3);

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        -o-transition: all 0.5s;

        transition: all 0.5s;

        font-weight: 300;    text-align: left;

        font-size:0.16rem;}



    .wp_menu li{width:100% !important; text-align:left !important;}

    .wp_menu li a{display: block; width:100% !important; border-bottom:1px solid #fff; color: #fff !important;}

    #wap_header{display: block;  position: relative;}

    .wp_top{height:1.15rem; border-bottom:0.05rem solid #7ccefe ; background: #208bd7; position: absolute; top:0; z-index: 9999; width: 100%;}

    .wp_logo{width: 50%;  float: left;  display: flex;  justify-content: center;  align-items: center;  height: 1.2rem;  padding-left: 15px;}

    #ny_banner h1{font-size:0.36rem;}

    #ny_banner p{font-size:0.32rem;}

    #ny_banner span{height:0.08rem;}

    /*****首页*****/

    .news_content .look_more{

        width: auto !important;

        height:auto !important;

        font-size: 0.12rem !important;

        padding: 0.1rem!important;

        line-height: inherit !important;

    }

    .detail_ct img{height: auto !important;}

    .notice_more a{

        width: auto !important;

        height:auto !important;

        font-size: 0.12rem !important;

        padding:0.1rem !important;

        line-height: inherit !important;

    }

    #sy_banner{padding-top: 1.15rem; height:4rem; }

    #myCarousel{height: 4rem; position: relative;}

    .item {height: 4rem; position: relative;}

    .img_wrap{height:3.98rem; background-size:cover !important;}

    .item_title{bottom:0 !important; height:1rem !important; }



    .item_title p{font-size:0.24rem !important;position: relative; line-height: 20px; max-height: 40px;overflow: hidden;}


    #myCarousel .next{font-size:0.7rem; right:0.25rem; bottom:0.15rem;}
    #myCarousel .prev{font-size:0.7rem; left:33%; bottom:0.15rem;}

    .news_list .rt_wrap p{font-size:0.24rem;}

    .news_list .lf_img{height:2rem;}

    .news_list .rt_wrap{height:2rem;}

    .news_list{margin:20px -15px;}

    .notice_list h3{font-size:0.24rem; height:auto !important;}

    .notice_list p{}
    .bxjs_ct p{text-align: justify;}
    .news_content{padding:30px 0;}
    .news_content .notice_more a{right:0px !important;    bottom: 25px !important;}

    /*****内页左侧栏*****/

    .ny_lmenu li a{font-size:0.2rem;}




    /*****本系概况*****/

    .teacher_rt .home_wap:before{top:0;}

    .grey_bg{padding:0 !important ; margin-top:0.4rem;}

    .grey_bg .wp_left{width:100% !important;}

    .ldzc_lf p{font-size:0.2rem !important;}

    .gwwyh_tu{width:100%; height:3rem !important;}

    .gwwyh_list .gwwyh_name{font-size:0.18rem !important;}

    .gwwyh_list .gwwyh_text p{width:100%; font-size:0.14rem !important;}



    .gwwyh_list h2{padding:0 15px;}



    /*****新闻公告*****/

    .ny_left{margin-bottom:0.4rem;}

    .news_title h3{font-size:0.18rem;}



    /*.ny_tzgg{margin:0 -15px;}*/

    .tzgg_ct h3{font-size:0.24rem;}

    .tzgg_ct p{font-size:0.18rem;}

    .tzgg_date .date{font-size:0.28rem;}

    .tzgg_date .year{font-size:0.18rem;}

    .detail_title h3{font-size:0.24rem;}

    .detail_title p{font-size:0.18rem;}

    .detail_title a{font-size:0.16rem;}

    .detail_rt h3{font-size:0.24rem;}

    .detail_list p{font-size:13px;}



    /*****教职员工详情页*****/

    .teacher_lf img{ width: 100%;  object-fit: cover; height:3.4rem !important;}

    .teacher_intro{padding:15px !important; height:230px !important;
        margin-bottom:0;}

    .teacher_ct{padding:15px !important;}

    .teacher_lf{width:40% !Important;}

    .teacher_rt{width:60% !Important; padding-left: 10% !important; margin-bottom: 20px; height: auto;}

    .teacher_rt h3{font-size:0.28rem !important;}

    .teacher_rt p{font-size:0.16rem;}

    .team_ct .team_ct_name{font-size:0.24rem;}

    .team_ct .team_ct_text p{font-size:0.17rem;}

    .team_ct .team_ct_text .home_wap{font-size:0.17rem;}

    /*****教职员工*****/

    .team_ct .gwwyh_img{height:3.4rem !important;}

    .gwwyh_bg{width:100%;}

    .team_ct .team_ct_text .home_wap:before{top:8px !important;}

    .email_icon:before{top:0px !important;}

    .teacher_intro  .to_list{top:18px;}

    .teacher_intro  .to_list{font-size:0.16rem;}

    /*****科学研究*****/

    .yanjiu_list{height:auto !important;}

    .yanjiu_rt{margin-bottom:0.4rem; height:4.5rem;}



    /*****人才培养*****/

    .rcpy_wrap{padding:0;}

    .download_list{font-size:0.18rem !important;}

    .ny_right h4{font-size:0.2rem;}

    .download_list span{font-size:0.24rem;}

    .ny_tzgg .col-sm-12{margin-left: 0 !important;}

    /*****合作交流*****/

    .hzjl_lf{width:100%;}

    .hzjl_rt{width:100%;}

    .hzjl_rt h3 {font-size:0.18rem;}

    .hzjl_rt p{font-size:0.14rem;}

    .tzgg_detail_list h4{font-size:0.16rem;}

    .tzgg_detail_list p{font-size:0.16rem;}



    /*****人才招聘*****/

    .join_title{font-size:0.18rem;}

    .join_top{width:70%;  padding-left:0.2rem !important; padding-right: 0.2rem !important;}
    .join_name{width:auto; padding:0 !Important}
    .join_date{width:30%;padding: 0 !important ;}

    .join_title i{    top: 25px;  width: 0.19rem;  height: 0.19rem;  background-size: 0.19rem 0.19rem;}



    /*****底部*****/

    .wp_ftlogo img{width:4.03rem;}

    .wp_ctlf span{display: block; height:3px; background: #fff; width:35px; margin-top:0.1rem ; float: inherit !important;}

    .wp_ctlf{width:60%; float: left;}

    .wp_adrass{background: url(../images/wp_ftadr.png) no-repeat;     background-size: 0.46rem 0.46rem;

        padding-left: 0.55rem;     margin-top: 0.5rem !important;}

    .wp_email{background: url(../images/wp_ftema.png) no-repeat;     background-size: 0.46rem 0.46rem;

        padding-left: 0.55rem;    height: 0.5rem;  display: flex;  align-items: center; }

    .wp_ctrt{width:40%; float: left;text-align: center;    background: rgba(255,255,255,0.2);  padding: 0.3rem 0.32rem 0.1rem 0.32rem;  border-radius: 0.2rem;}

    .wp_ftwrap{ background: url(../images/wp_ftbg.jpg) no-repeat; background-size:cover; padding: 15px;  color: #fff;}

    .wp_contact{padding:0.8rem 0;}

    .wp_ctrt img{width:1.67rem;}

    .wp_contact h2{font-size:0.3rem; color:#fff; font-weight: bold;}

    .wp_contact p{font-size:0.24rem;color:#fff;margin:0.2rem 0;}

    .wp_ctrt p{text-align: center;}

    #footerr_wap{display: block;}

    #footerr_wap span{float: right;}

    #footerr_wap h3{font-size:0.24rem; padding: 0.2rem 0; border-bottom:1px solid #fff; border-top:1px solid #fff; color: #fff; }

    #footerr_wap li a{ display:block;font-size:13px; color:#fff;padding: 0.2rem 0; border-bottom:1px solid #d2d2d2;}

    #footerr_wap .copyright{background: #7ccefe; padding:15px; font-size:0.18rem; color:#fff;text-align: center;}

    #footerr_wap .copyright a{color:#fff; display: block;}

    .wp_ftnav{display: none;}

    #footerr_wap .active span{transform:rotate(90deg);

        -ms-transform:rotate(90deg); 	/* IE 9 */

        -moz-transform:rotate(90deg); 	/* Firefox */

        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */}

    .wp_ftnav a{

        -webkit-animation-duration: 0.5s;

        animation-duration: 0.5s;

        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

        -webkit-animation-name: returnToNormal;

        animation-name: returnToNormal;

    }





    /*****头部按钮*****/

    .hamburger {

        background: transparent;

        border: none;

        display: block;

        height: 32px;

        margin-left: 85%;

        position: absolute;

        top: 0.3rem;

        width: 32px;

        z-index: 99999;

    }

    .hamburger:hover {

        outline: none;

    }

    .hamburger:focus {

        outline: none;

    }

    .hamburger:active {

        outline: none;

    }

    .hamburger.is-closed:before {

        -webkit-transform: translate3d(0, 0, 0);

        -webkit-transition: all 0.35s ease-in-out;

        color: #ffffff;

        content: '';

        display: block;

        font-size: 14px;

        line-height: 32px;

        opacity: 0;

        text-align: center;

        width: 100px;

    }

    .hamburger.is-closed:hover before {

        -webkit-transform: translate3d(-100px, 0, 0);

        -webkit-transition: all 0.35s ease-in-out;

        display: block;

        opacity: 1;

    }

    .hamburger.is-closed:hover .hamb-top {

        -webkit-transition: all 0.35s ease-in-out;



    }

    .hamburger.is-closed:hover .hamb-bottom {

        -webkit-transition: all 0.35s ease-in-out;



    }

    .hamburger.is-closed .hamb-top {

        -webkit-transition: all 0.35s ease-in-out;

        background-color: #ffffff;

        top: 5px;

    }

    .hamburger.is-closed .hamb-middle {

        background-color:#ffffff;

        margin-top: -2px;

        top: 50%;

    }

    .hamburger.is-closed .hamb-bottom {

        -webkit-transition: all 0.35s ease-in-out;

        background-color: #ffffff;

        bottom: 5px;

    }

    .hamburger.is-closed .hamb-top,

    .hamburger.is-closed .hamb-middle,

    .hamburger.is-closed .hamb-bottom,

    .hamburger.is-open .hamb-top,

    .hamburger.is-open .hamb-middle,

    .hamburger.is-open .hamb-bottom {

        height: 3px;

        left: 0;

        position: absolute;

        width: 100%;

    }

    .hamburger.is-open .hamb-top {

        -webkit-transform: rotate(45deg);

        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);

        background-color: #ffffff;

        margin-top: -2px;

        top: 50%;

    }

    .hamburger.is-open .hamb-middle {

        background-color: #ffffff;

        display: none;

    }

.teacher_lf img {
    width: 100%;
    /* height: 340px; */
    object-fit: cover;
    position: relative;
}

    .hamburger.is-open .hamb-bottom {

        -webkit-transform: rotate(-45deg);

        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);

        background-color: #ffffff;

        margin-top: -2px;

        top: 50%;

    }
    .hamburger.is-open{position: absolute;}
    .hamburger.is-open:before {

        -webkit-transform: translate3d(0, 0, 0);

        -webkit-transition: all 0.35s ease-in-out;

        color: #ffffff;

        content: '';

        display: block;

        font-size: 14px;

        line-height: 32px;

        opacity: 0;

        text-align: center;

        width: 100px;

    }

    .hamburger.is-open:hover before {

        -webkit-transform: translate3d(-100px, 0, 0);

        -webkit-transition: all 0.35s ease-in-out;

        display: block;

        opacity: 1;

    }

    @-webkit-keyframes returnToNormal {

        from {

            opacity: 0;

            -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

        }



        to {

            opacity: 1;

            -webkit-transform: none;

            transform: none;

        }

    }



    @keyframes returnToNormal {

        from {

            opacity: 0;

            -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

        }



        to {

            opacity: 1;

            -webkit-transform: none;

            transform: none;

        }

    }







}

