@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-size:12px; background-color:#fff;margin:0 auto;}
a{text-decoration:none; color:#333;}
a:hover{ color:#f7302b; }

/*头部*/
.header{ width:100%; height:107px; margin:0 auto;background: #fff;}
.top{width:1100px; height:107px; margin:0 auto; position: relative;}
.logo{ width:430px;height:107px;margin:0 auto;position:relative;float: left;}
.logo a{float: left;margin-top: 20px;}
.logo img{display: block;}
.top_nav{position: absolute;right: 0;top:10px;height: 30px;line-height: 30px;}
.nav{height:45px; line-height:45px;background:#fff;border-top: 1px solid #fff;margin-left:480px;padding-top: 20px;}
.nav ul{ width:auto; margin:0px auto;}
.nav ul li{float:left;color:#f7302b; font-size:16px; font-weight:bold;height:62px;line-height:62px; }
.nav ul li a{color:#333;display: block;padding:0px 15px;font-weight: normal; font-size: 16px;}
.nav ul li a:hover,.nav ul li.on a{color:#f7302b;}
.nav ul li .subNav{ background: #fff;top:62px; padding:10px 0 10px 0; width:120px;border-top:2px solid #f7302b;box-shadow: 1px 1px 2px #ddd;text-align: center;}
.nav ul li.on .subNav dl dd { height:auto; line-height:20px;}
.nav ul li.on .subNav dl dd{ color:#333;} 
.nav ul li.on .subNav dl dd a {background: #fff; padding:0px; color:#333; padding:3px 10px 3px 10px; display: block;text-align: left;text-align: center;}
.nav ul li.on .subNav dl dd a:hover{color:#f7302b;}
.nav ul li.search_box{float: right;margin-left:13px;*margin-left:0;}
.btn_ser{  display:block;  width:28px; height: 28px;cursor: pointer;padding:0px;position: absolute;right: 0;top:50px;}
.ser{display:none;width:210px; height:29px;right: 36px;top: -3px;line-height:30px; background-color:#fff;z-index:9999994;border:1px solid #f7302b; }
.search{width:210px; height: 30px;position:relative; overflow: hidden;z-index:9999999;}
.search input{position:absolute; width:200px; height: 30px;line-height:30px; color:#6b6b6b; border:none; background:none; right:30px; top:0px; padding-left:0px; }
.search input.notxt{color:#6b6b6b; padding-left:7px;width:173px;font-family: "Microsoft yahei";font-size: 14px;}   
.search input.notxt1 {position: absolute;width: 30px;height:30px;top: 0px;right:0;border: none;background:url(../images/search.png) no-repeat center center;cursor:pointer; overflow: hidden;background-color:#f7302b; }
/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top:24px;right: 0;z-index: 99}
.mobile-inner-header{width:100%;
    height: 42px;position: absolute;top: 0px;right: 0px;z-index: 2}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: rgba(181,15,11,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}

/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#b50f0b;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#eaeaea;width: 100%; position: absolute;top: 51px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size:14px; 
     border-bottom: solid 1px #d5d5d5;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#0050a5;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav 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;}
@-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;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 12px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 80%;color:#333;margin-left:55px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;float: left;}


.content{ width:100%; margin:0px auto;  overflow:hidden;}
.wrap_banner{width: 100%;margin:0 auto;background: #ededed;overflow: hidden;}
.Banner{width:100%; height:auto; margin:0 auto;}

/*图片轮播*/
.flex-control-nav{text-align: center;bottom:15px;}
.flex-control-nav li{margin:0 5px;}
.flex-control-paging li a{border:2px solid #fff;background: none;border-radius: 50%;width: 7px;height:7px;text-indent: 9999px;}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active { background: #fff;}
.flexslider ul.slides li img{ min-width:100%; height:auto;}

.flex-direction-nav .flex-prev { left: 20px; background-position:0 0; }
.flex-direction-nav .flex-next { right: 20px; background-position:-132px 0;}
/*content*/
.mode01{overflow: hidden;width: 1100px;margin: 30px auto 30px;}
.articleList01{text-align: center;}
.articleTitle01{margin-bottom: 30px;}
.articleTitle01 h2{font-size: 20px;font-weight: normal;padding-bottom: 10px; background: url(../images/title_bg.png) no-repeat center bottom;text-align: center;}


.newsBox{width:100%; }
.newsBox .lf{width:58.6%;float: left; height:auto;}
.newsList02 {margin:0 -27px;}
.newsImgList{width: 50%;float: left;}
.newsImgList a{display: block;margin:0 27px;}
/*.newsBox .md{width:26.7%;float: left;margin-right:5%px; height:auto;}*/
.newsBox .rt{width:34.5%;float: right; height:auto;}
.newsImgList{text-align: left;}
.newsImgList:first-child a{border-top:6px solid #f7302b;}
.newsImgList:first-child a h3{border-color:#f7302b;}
.newsImgList a{display: block;border-top:6px solid #000;}
.newsImgList a h3{font-size: 16px;font-weight: normal;margin:15px 0 15px 0;border-left:2px solid #000;padding-left:15px;line-height: 24px;height: 48px;overflow: hidden;}
.newsImgList a:hover h3{color:#000;}
.newsImgList a p{font-weight: normal;color:#666;font-size: 14px;line-height: 24px;height: 72px;overflow: hidden;}
.newsImgList a img{display: block;width: 100%;}
.newsImgList01{border-top:6px solid #000;}
.newsImgList01 a h3{border-left:2px solid #000;}
.imgResize{display: block;width: 100%;height: 0;padding-bottom: 66.67%;}
.newsList{text-align: left;}
.newsList li{border-bottom: 1px solid #ddd;padding-left:49px;background: url(../images/news_li.png) no-repeat left 1px;padding-bottom: 18px;margin-bottom: 18px;}
.newsList li a{display: block;margin-bottom: 6px;font-size: 14px;height: 20px;line-height: 20px;overflow: hidden;}
.newsList li .dateLeft{display: block;color:#888;}
.more{width: 88px;height:30px;margin-top:4px;}
.more a{color:#b50f0b; padding:6px 8px;border-radius: 5px;border:1px solid #b50f0b;}
.more a:hover{color:#fff;border:1px solid #333;background: #333;}


.wrap_mode02{width: 100%;min-height:286px;background: #f2f2f2;margin-bottom: 30px;overflow: hidden;}
.mode02{width: 1100px;margin:0 auto;padding:30px 0;}
.noticeList{text-align: left;overflow: hidden;margin:30px -34px 50px;}
.noticeList li{width: 33.3%;float: left;}
.noticeList li > div{background: url(../images/notice_li.png) no-repeat left 1px;padding-left:80px;margin:0 34px;}
.noticeList li .dateLeft{display: block;font-family: "Candara";font-size: 23px;}
.noticeList li a{display: block;font-size: 14px;color:#444;margin-top: 10px;line-height: 20px;height: 40px;overflow: hidden;}

.more01{float: none;margin:0 auto;display: block;}

.mode03{width: 1100px;margin:40px auto 50px;}
.articleTitle02 h2{padding-left: 88px;}
.techList{margin:20px -10px;overflow: hidden;text-align: left;}
.techList li{float: left; width: 25%;}
.techList li a{display: block;margin:0 10px;position: relative;}
.techList li a strong{display:block;width: 100%;height: 0;padding-bottom: 66.5%;overflow: hidden;}
.techList li a img{display: block;width: 100%;}
.techList li a .techInfo{position: absolute;display: block;left:0;bottom: 0;width: 100%;background: url(../images/banner_bg.png) repeat;}
.techList li a .techInfo i{display: block;padding:8px 10px;font-size: 16px; color:#fff;font-style: normal;font-weight: normal;}
.techList li a:hover .techInfo i{color:#f7302b;}

.wrap_mode04{width: 100%;height:auto;background: #f9f2e8;margin-bottom: 30px;overflow: hidden;}
.mode04{width: 1100px;margin:0 auto;padding:30px 0 30px 0;}
.joinList{overflow: hidden;padding:15px 0;margin:0 -10px;}
.joinList li{width:25%; float: left;}
.joinList li a{display: block;color:#fff;margin:0 10px;}
.joinList li a:hover{color:#fff;}
.joinInfo{text-align: left;overflow: hidden;}
.item-img01{padding-bottom: 66.5%;}
.joinInfo img{display: block;width: 100%;}
.join_con{background: #f85e61;padding:15px;}
.joinList li:nth-child(2) .join_con{background: #ea7c40;}
.joinList li:nth-child(3) .join_con{background: #776e5d;}
.joinList li:nth-child(4) .join_con{background: #bebea9;}
.join_con h3{font-size: 16px;font-weight: normal;line-height: 28px;height: 56px;overflow: hidden;}
.joinList li a:hover .join_con h3{font-weight: bold;}
.join_con .dateLeft{display: block;font-size: 12px;margin-top:15px;font-size: 14px;}
.joinList li.even{margin-top:20px;}

.mode05{width: 1100px;margin:40px auto 50px;}
.videoList{position: relative;background: url(../images/video_bg.png) no-repeat 266px 1px;}
.videoList a{display: block;width: 532px; text-align: center;padding-bottom: 18px;margin:0 auto;}
.videoList a strong{padding-bottom: 66.5%;}
.videoList a img{width: 100%;}
.videoList .play{background: url(../images/play.png) no-repeat center;width:43px;height:43px;position: absolute;top:50%;left:50%;margin-left:-21.5px;margin-top:-21.5px;}
.videoList a .play:hover{background: url(../images/play_hover.png) no-repeat center;}
.articleTitle02 h2{padding-left: 88px;}
.techList{margin:20px -10px;overflow: hidden;text-align: left;}
.techList li{float: left; width: 25%;}
.techList li a{display: block;margin:0 10px;position: relative;}
.techList li a strong{display:block;width: 100%;height: 0;padding-bottom: 66.5%;overflow: hidden;}
.techList li a img{display: block;width: 100%;}
.techList li a .techInfo{position: absolute;display: block;left:0;bottom: 0;width: 100%;background: url(../images/banner_bg.png) repeat;}
.techList li a .techInfo i{display: block;padding:8px 10px;font-size: 16px; color:#fff;font-style: normal;font-weight: normal;}
.techList li a:hover .techInfo i{color:#f7302b;}

/*底部开始*/
.footer{background: #7c7c7c;width: 100%;margin:0 auto;}
.copyRight{width: 1100px;margin:0 auto;color:#fff;text-align: center;padding:30px 0;line-height: 26px;font-size: 14px;}

/*二级页*/
.wrap_subPage{width: 100%;background: url(../images/subpage_bg.png) no-repeat center top;background-size: 100% 100%;}
.subPage{ width:1100px; margin:10px auto 0;overflow: hidden;}
.pageBanner{ width:100%;margin:0 auto;border-top: 4px solid #f7302b;padding-bottom: 11.98%;height: 0;overflow: hidden;}
.pageBannerInfo{width: 1100px;margin:0 auto;position: relative;bottom: 0}
.pageBannerInfo h2{position: absolute;bottom: 40px;left: 0;background: #b91410;color:#fff;padding:10px 20px;font-size: 22px;font-weight: normal;}


.Bread{background: url(../images/bread_bg.png) no-repeat center left; padding-left:30px; width:auto;height:39px; line-height:39px;font-size:13px; color:#666; margin-top:5px;}
.Bread a{color:#666;font-size: 14px;}
.Bread a:hover{color:#f7302b;}
.articleList2 ul{width: 100%;margin-top: 5px;}
.articleList2 ul li{height:40px; line-height:40px;width: 100%;float: none;padding-left: 0;overflow: hidden;}
.articleList2 ul li a{padding-left:15px; background: url(../images/list_lig.png) no-repeat left center;font-size: 14px;}
.articleList ul li span{font-size: 14px;color:#999;margin-left: 10px;}
.listTitle2{ padding-left:0px; background:none;height:50px;line-height: 50px;border-top: 2px solid #959595;} 
.listTitle2 h2{color: #333; font-size: 18px; font-weight: bold; height:50px; line-height:50px; padding:0px;}
.subPage .articleList2{ margin:0px 0px 20px 0px;}

/*分页*/
.pages{ text-align:center; height:37px;*height:39px; font-size:14px; line-height:23px; margin:35px 0 10px; overflow: hidden;}
.pages span{ color:#003c7f; padding:0 20px 0 0px; font-size:16px;}
.pages a{display: inline-block; *display:inline; *zoom:1;/* vertical-align: middle; */height: 23px;*height:23px;font-size:14px;text-align:center;color:#777;margin:0 3px;/* width: 23px; */}
.pages a.start,.pages a.prev,.pages a.next,.pages a.end{width: auto;padding:0 6px;}

.pages a img{*display:block; *margin-top: 8px;}
.pages a:hover{ color:#b1040e;}
.pages a.on_pages{color:#fff;background-color:#b1040e;border-radius: 50%;}
.more02{float: right;}

/*教学成果*/
.subLeft{margin:30px 0;}
.Banner01 .flexslider .slides > li{height: auto;line-height: auto;background: none;}

/*flexslider start*/
.Banner01{overflow: hidden;width: 850px;}

.Banner01 ul li a img{width: 850px;height:550px;}
.Banner01 .slides{margin-top: 0;}
.Banner01 .flexslider{background: none;}
.Banner01 .flex-control-nav{text-align: right;right: 15px;}
.Banner01 .flex-direction-nav{display: none;}
.Banner01 .flexslider  .til_slides {position: absolute;width: 100%;background: url(../images/banner_bg.png) repeat;bottom:0;left:0;}
.Banner01 .flexslider  .til_slides i{padding-left:10px;font-style: normal;font-size: 16px;color:#ddd;}
/*flexslider end*/
.subLeft .techResultsBox{width: 850px;}
.subLeft .techResults_list{overflow: hidden;margin-top: 0;}
.subLeft .techResults_list li{width: 390px;height: 139px; float: left;background: #666;margin:50px 35px 0 0px;}
.subLeft .techResults_list li a{float: left;}
.subLeft .techResults_list li a{background: none;padding-left:0;}
.subLeft .techResults_list li .tech_info{float: left;width: 144px;    height: 139px;    margin-left: 19px;}
.subLeft .techResults_list li .tech_info a{display: block;}
.subLeft .techResults_list li .tech_info h2{font-weight: normal; height: 30px; line-height: 30px;color:#fff;overflow: hidden;margin: 10px 0;}
.subLeft .techResults_list li .tech_info h2 a{height: 26px;line-height: 26px;color:#fff;overflow: hidden;font-size: 16px;}
.subLeft .techResults_list li .tech_info p{height: 26px;line-height: 26px;color: #fff;overflow: hidden;font-size: 12px;}


.subRight{float: right;margin-top:30px;width: 215px;}
.subRight ul{margin-top:0;}
.subRight ul li a{background: none;font-size: 16px;display: block;padding:10px 0 10px 10px;}
.subRight ul li{height:auto;line-height: 22px;margin-bottom: 10px;background: url(../images/title_bg.png) no-repeat 10px  bottom ;}
.subRight ul li.active a,.subRight ul li a:hover{color:#fff;background: #b91410;}
.cooperationList{}
.articleList2 .cooperationList li{height:auto;line-height: 22px;margin-bottom: 35px;}
.articleList2 .cooperationList li a.subPageInfo{background: none;padding-left:0;display: block;overflow: hidden;}
.articleList2 .cooperationList li .subListPic{float: left;width: 260px;}
.articleList2 .cooperationList li .subListInfo{float: right;width: 820px;}
.articleList2 .cooperationList li .subListInfo h2{font-size: 16px;font-weight: normal;margin: 15px 0;}
.articleList2 .cooperationList li .subListInfo p{margin-bottom: 15px;color:#777;}
.articleList2 .cooperationList li .subListInfo .subListTime{display: block;font-style: normal;font-size: 14px;color:#999;}




.pageList{ padding-bottom: 30px; overflow: hidden;}
.articleTitle { width: 100%;text-align: center;}
.articleTitle h2{font-size: 18px;font-weight: normal; color:#f7302b; line-height: 20px; padding:30px 0 10px 0;}
.articleTitle h3{font-weight: normal; font-size: 16px; color: #555; line-height: 20px; padding:10px 0; }
.articleAuthor { height: 30px;text-align: center; line-height: 30px; padding-top:10px; margin: 10px;border-top:1px solid #ddd;  color:#777; }
.article{overflow:hidden; margin:20px 10px;font-size:14px; line-height:26px;}
.Annex {padding:0px; overflow:hidden; margin-bottom:30px;}
.Annex h3 { font-size: 16px;line-height: 30px; color:#f7302b; padding-left:5px;}
.Annex ul li {margin-left:10px;}
.Annex ul li a { font-size: 12px; line-height: 24px; color:#656464;}
.Annex ul li a:hover{ color:#f7302b;}

/*师资队伍*/
.articleList2 .FacultyList{}
.articleList2 .FacultyList li{margin-bottom: 20px;height: auto;line-height: 30px;}
.articleList2 .FacultyCon{}
.articleList2 .FacultyCon h2{border-bottom: 1px solid #ddd;padding-bottom: 10px;padding-left:20px;font-size: 16px;font-weight: normal;color:#555;}
.articleList2 .FacultyCon dl{overflow: hidden;margin-top:20px;padding-left:20px;}
.articleList2 .FacultyCon dl dd{float: left;width: 90px;font-size: 14px;margin-bottom: 10px;}
.articleList2 .FacultyCon dl dd a{background: none;padding-left:0;color:#555;}
.articleList2 .FacultyCon dl dd a:hover{color:#f7302b;}


.articleList2 .teachersBox{}
.articleList2 .teachersBox .teachersTitle{font-size: 16px;margin:20px 0;}
.articleList2 .teachersBox .teachersTitle h2{color:#f7302b;}
.articleList2 .teachersPeople{overflow: hidden;margin:0 0 30px 0;border-bottom: 1px solid #f7302b;padding-bottom: 30px;}
.articleList2 .teachersPeople .peoplePic{float: left;width: 145px;margin-right:30px;}
.articleList2 .teachersPeople .peoplePic img{width: 145px;height: 180px;}
.articleList2 .teachersPeople .peopleInfo{float: left;}
.articleList2 .teachersPeople .peopleInfo p{margin-bottom: 10px;font-size: 14px;}
.articleList2 .teachersPeople .peopleInfo p span{font-weight: bold;}
.articleList2 .teachersPeople .peopleInfo p i{font-style: normal;margin-left:10px;color:#666;}
.articleList2 .teachersInfoBox{overflow: hidden;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
.articleList2 .teachersInfoBox .teachersInfoTitle{font-size: 16px;color:#f7302b;margin-bottom: 20px;}
.articleList2 .teachersInfoBox .teachersInfoTitle h2{padding-left:25px; background: url(../images/teachers.png) no-repeat center left;}
.articleList2 .teachersInfoBox .teachersInfoCon{}
.articleList2 .teachersInfoBox .teachersInfoCon p{font-size: 14px;line-height: 28px;color: #666;}

.subLeft{width: 260px;float:left;overflow: hidden;position: relative;margin-top:45px;}
.subLeft.currents{top:90px;left:50%;margin-left:-700px;}
.subLeft ul{width: 100%;overflow: hidden;margin-bottom: 40px;border-top:2px solid #959595;}
.subLeft li{line-height: 25px;width: 250px;float: left;font-size: 16px;position:relative;border-left:10px solid #b1040e}
.subLeft li a{display: block;padding:17px 10px 17px 20px;color:#666;border-bottom:1px dashed #bfbfbf;}
.subLeft li a:hover,.subLeft li a.active,.subLeft li a:hover{color:#db000d;background-color:#fff;}
.subLeft li:hover{border-color:#db000d;}
.subLeft li.active{/*border-left:13px solid #327bde*/}
.subLeft li .toggles{position:absolute;right:0;top:0;height:25px;display:block;padding:16px 0;width:40px;cursor:pointer;z-index:999;font-size:28px;color:#bfbfbf;text-align: center;}
.subLeft .second_nav{display:none;background-color:#f5f6f7;}
.subLeft .second_nav dd a{border-bottom:1px solid #e6e6e6;display:block;padding-left:30px;font-size:18px;padding:10px 10px 10px 30px;font-size:14px;position: relative;}
.subLeft .second_nav dd a:before{content: '';width:0;height:0;border-width:4px 0 4px 5px;border-style:solid;border-color:transparent transparent transparent #b8c1cc;position: absolute;left:14px;top:20px;}
.subLeft .second_nav dd a.active:before{border-color:transparent transparent transparent #01366e;}
.subLeft .second_nav dd:first-child{border-top:none;}
.subLeft .second_nav02{display: block;margin-bottom: 20px;border-top: 2px solid #082d57}
.subLeft .second_nav02 dd a{padding:15px 10px 15px 30px;}
.subLeft .second_nav02 dd:hover a,.subLeft .second_nav02 dd.active a{background-color:#ebf4ff;color:#01366e; }
.subLeft .second_nav02 dd {border-left:10px solid #008ace}
.subLeft .second_nav02 dd:hover,.subLeft .second_nav02 dd.active{border-color:#082d57;}
.subLeft .cur02{border-top: none;}
.subLeft_title{background-color:#ebf4ff;line-height: 25px;border-left:10px solid #008ace;width: 250px;border-top:2px solid #082d57;font-size: 16px;font-weight: normal;position: relative;border-bottom: 1px dashed #bfbfbf;}
.subLeft_title a{padding:17px 10px 17px 10px;display: block;color:#082d57;}
.subLeft_title span{width: 59px;height: 59px;position: absolute;right: 0;top: 0;line-height: 59px;text-align: center;font-size: 28px;cursor: pointer;color:#008ace;}
.cur02{display: none;}
/*移动端二级导航开始*/
.phone_subNav{margin: 20px 0 0;}
.phone-icon01{width: auto;height: 40px;background-color:#b91410;display: block;}
.sub_navm{ width:auto;; overflow: hidden;display: none;}
.sub_navm ul{background-color:#eaeef5;text-align: left;width: 100%;overflow: hidden;}
.sub_navm li{border-bottom:1px solid #dadada;width: 100%;overflow: hidden;position:relative;}
.sub_navm li .phone_toggle{position:absolute;right:0;top:0;width:46px;height:45px;text-align:center;line-height:45px;font-size:22px;cursor:pointer;}
.sub_navm li a{font-size: 14px; padding-left:13px; height:45px;line-height:45px;display:block;width: 100%;float:left;}
.sub_navm li dd a{height:35px;line-height:35px;font-size:12px;padding-left:0;}
.sub_navm li a:hover{color:#0050a5;}
.sub_navm li.sub_has span{ margin-left: 10px;}
.sub_navm li.on a{ color:#003c7f;float: left;overflow: hidden;}
.sub_navm dl{ display: none; background-color:#fff; overflow: hidden;width:auto;clear: both;}
.sub_navm dl dd{ padding-left: 30px; line-height:18px;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.sub_navm dl dd:last-child{border-bottom: none;}
.sub_navm li.on dl dd a{ font-size: 13px; color:#444;font-weight:normal;display:inline; border:none; padding:0px;float:left; }
.sub_navm li.on{border-bottom: none;}
.sub_navm li strong{float:right;width: 30px;height:35px;line-height:35px;text-align: center;color:#b8b8b8;font-size: 18px;}
.phone_subNav{display: none;}
.phone-icon01{text-align: center;display: block;}
.phone_subNav .mobile-inner-header-icon{display:inline-block;float: none;height: 40px;color:#fff;width: 65px;text-align: center;margin-right:0;font-size:16px;line-height:40px;}
.phone_subNav{width: 100%;overflow: hidden;}
.phone_subNav .mobile-inner-header-icon span{background-color: #6a1305}
.sub_right{margin-left:300px;}
.pages_min{ margin:30px 0 30px; overflow: hidden; display: none;padding:0 18px;}
.pages_min a.prev_min,.pages_min a.next_min{ display: block; width:100px; height: 30px; float:left; background: #df4c36; border-radius: 3px; color:#fff; line-height: 30px; text-align: center;}
.pages_min a.next_min{ float:right;}

.picList01{width: 100%;overflow: hidden;padding-bottom: 10px;}
.picList01 ul{margin:0 -10px;}
.picList01 li{width:33.3%;float: left;margin-bottom: 20px; }
.picList01 li a{display: block;margin:0 10px;}
.picList01 li h4{height: 35px;line-height: 35px;font-weight: normal;font-size: 14px;text-align: center;}


@media screen  and (max-width:1120px) {
	.top{width:100%;}
	.logo{padding-left: 15px;}
	.btn_ser,.top_nav{right: 15px}
	.mode01,.mode02,.mode03,.mode04,.mode05,.copyRight{width: auto;padding-left:15px;padding-right: 15px;}
  .videoList{background: none}
  .subPage{width: auto;padding:0 15px;}
  .pageBannerInfo{width: 100%;bottom: 0;}
  .pageBannerInfo h2{left: 0;bottom: 0;font-size: 16px;padding-top: 5px}
  .nav ul li a{padding:0 10px;}
}

@media screen  and (max-width:996px) {
	.nav,.top_nav{display: none;}
	.mobile{display: block;}
	.btn_ser{display: none;}
	.top,.header{height: 75px;}
	.logo{width: 260px;height: auto;position: relative;z-index: 5000;}
	.btn_ser{z-index: 5001}
	.logo a{margin-top: 19px;}
	.noticeList{margin-left:-15px;margin-right: -15px;}
	.noticeList li > div{margin:0 15px;}
  .Bread{float: none;}
  .listTitle2{height: auto;}
  .subLeft{display: none;}
  .sub_right{margin-left: 0}
  .pages{display: none;}
  .pages_min,.phone_subNav{display: block;}
}

@media screen  and (max-width:768px) {
	.newsBox .rt{width: 100%;float: none;clear:both;padding-top: 20px;}
	.newsBox .lf{width: 100%;}
	.noticeList li{width: 100%;margin-bottom: 20px;float: none;}
	.newsList li a,.noticeList li a{height: auto;}
  .newsImgList a{margin:0 10px;}
  .newsList02{margin:0 -10px;}
  .techList li,.joinList li{width: 50%;margin-bottom: 20px;}
  .videoList a{width: 100%;max-width: 532px;}
  .article img{width: auto !important;height: auto !important;display: inline-block !important;}
  .picList01 li{width: 50%;}
}

@media screen  and (max-width:480px) {
.newsImgList{width: 100%;margin-bottom: 15px;}
.newsImgList a h3,.join_con h3{height: auto;}
.logo a{width: 200px;margin-top: 24px;}
.techList li, .joinList li,.picList01 li{width: 100%;}
}