@charset "utf-8";

* {
	font-family: '思源黑体',Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch
}

html {
	font-size: 100px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	padding: 0;
	margin: 0;
	font-family: '思源黑体',Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	overflow-x: hidden
}

html,body {
	min-height: 100vh;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}
a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	outline-style: none;
	outline: none
}

a,input,img,:focus {
	mayfish: expression(this.onfocus=this.blur);
	cursor: handbblr:expression(this.onFocus=this.blur());
	outline-style: none;
}
ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}
.fl {
	float: left
}

.fr {
	float: right
}
.contain {
	width: 1500px;
	padding: 0;
	margin: 0 auto;
}
a {
  text-decoration: none;
  color: #2B2B2B;
  /*display: block;*/
}
a:focus,
a:hover {
  /*color: #2d8eff;*/
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none;
}
.webkit-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.webkit-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webkit-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.webkit-four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-wrap: wrap
}
/*弹窗*/
.weui-mask {
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
  position: fixed;
  z-index: 9999999999;
  width: 35%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__bd:first-child {
  padding: 30px;
  color: #353535;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #808080;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-dialog__btn_primary {
  color: #A9060A;
}
.weui-dialog__btn_primary:hover {
  color: #A9060A;
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #A9060A;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_default:hover {
  color: #353535;
}
/*头部*/
.header{
	background:#A9060A;
	height: 95px;
	padding: 0 60px;
    line-height: 95px;
}
.header .left{
    float: left;
}
.header .right{
    float: right;
    position: relative;
}
.header .logo{
    height: 38px;
    float: left;
}
.header .logo img{
    height: 100%;
}
.header .name{
    font-size: 25px;
    position: relative;
    margin-left: 40px;
    float: left;
}
.header .name a{
    color:#FFF;
}
.header .name:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 45px;
    background: #FFF;
    left: -22px;
    top: 25px;
}
.header .nav{
    margin-top: 48px;
}
.header .nav>li{
    z-index: 0;
    height: 100%;
    position: relative;
    white-space: nowrap;
    line-height: 45px;
    margin:0 15px;
    float: left;
    z-index: 999;
}
.header .nav>li:last-child{
    margin-right:0;
}
.header .nav>li:hover,.header .nav>li.active{
	background: #FFF;
}
.header .nav>li:hover h3,.header .nav>li.active h3{
	color: #A9060A;
}
.header .nav>li a.title {
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
.header .nav>li a  h3{
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: 0.36s;
    display: inline-block;
    font-weight: 400;
}
.header .nav>li ul.son{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 47px;
    z-index: 9999;
}
.header .nav>li ul.son li{
  height: 45px;
  line-height: 45px;
  background: rgba(169,6,10,0.8);
  text-align: center;
}
.header .nav>li ul.son li a{
  font-size: 16px;
  color: #FFF;
  display: block;
}
.header .nav>li ul.son li:hover{
  background: #FFF;
}
.header .nav>li ul.son li:hover a{
  color:rgba(169,6,10);
}
.header .form{
	width: 210px;
	height: 33px;
	background: #FFF;
	position: relative;
	border-radius:15px;
    margin-top: 10px;
    float: right;
}
.header .form input{
	outline: none;
	width: 165px;
	height: 100%;
	border:none;
	border-radius: 15px;
	padding-left: 10px;
    float: left;
}
.header .form span{
	display: block;
	width: 45px;
	height: 100%;
	background: url(../../images/son_ty/ico_search_r.png)no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.gjjy_go{
    position: absolute;
    color: #FFF;
    right: 250px;
    top: 18px;
    display: inline-block;
    line-height: initial;
}
.mob_header_height{
    display: none;
}
/*民生福祉学院*/
.msx_header .nav>li:nth-child(4) ul.son{
    left: 50%;
    width: 206px;
    margin-left: -103px;
}
.msx_header .nav>li ul.son li a{
    text-align: center;
}
.jigong_logo{
    display: none;
}
.jigong_logo img{
    height: 50px;
    margin-top: -10px;
}
/**国际教育学院英文站**/
.gjjyen_header .nav>li{
    margin: 0 10px;
}
.gjjyen_header .name{
    font-size: 22px;
}
/*尾部*/
.footer{
	background: url(../../images/son_ty/footer_top_bg.jpg)no-repeat center center;
	background-size: cover;
}
.footer .top{
	padding: 100px 60px;
}
.footer .logo{
	text-align: center;
    float: left;
    margin: 13px 145px 0 0;
}
.footer .logo img{
	height: 90px;
}
.footer .cont{
	position: relative;
}
.footer .cont .dl{
	width: 50%;
}
.footer .cont .dl p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #FFF;
}
.footer .cont .dl .left{
	
}
.footer .cont .dl .right{
	margin-left: 140px;
}
.footer .bottom{
	background: #C9171F;
	font-size: 19px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #FFF;
	font-weight: 400;
	position: relative;
}
.footer .bottom:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: url(../../images/son_ty/footer_fjx.png)no-repeat center center;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
}
.footer .bottom span{
	margin-left:20px;
}
.footer .bottom  a{
    color:#FFF;
}
.footer .cont ul{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.footer .cont li {
  margin:0 15px;
  position: relative;
  width: 45px; 
  transition: 2s ease-out;
  -webkit-transition: 1s ease-out;
  display: inline-block;
  z-index: -1;
}
.footer .cont li.active{  
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
    z-index: 1;
}
.footer .suds-mod .suds-pop {
	position: absolute;
	opacity: 0;
	padding: 8px;
	visibility: hidden;
	border-radius: 5px;
	-webkit-transition-property: opacity,visibility,-webkit-transform;
	transition-property: opacity,visibility,-webkit-transform;
	transition-property: opacity,visibility,transform;
	transition-property: opacity,visibility,transform,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer .suds-mod .suds-pop::before,.suds-mod .suds-pop::after {
	content: '';
	position: absolute;
	z-index: -1;
}

.footer .suds-mod .suds-pop::before {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.footer .suds-mod .suds-pop::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
}
.footer .suds-mod .suds-pop.at-t {
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
}

.footer .suds-mod .suds-pop.at-t::before {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-b {
	left: 50%;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
}

.footer .suds-mod .suds-pop.at-b::before {
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-l {
	right: 100%;
	top: 50%;
	margin-right: 10px;
	-webkit-transform: translate(10%, -50%);
	transform: translate(10%, -50%);
}

.footer .suds-mod .suds-pop.at-l::before {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-r {
	left: 100%;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

.footer .suds-mod .suds-pop.at-r::before {
	top: 50%;
	right: 100%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop > * {
	position: relative;
	z-index: 1;
}

.footer .suds-mod.x-show,.suds-mod:hover {
	z-index: 1;
}

.footer .suds-mod.x-show > .suds-pop,.suds-mod:hover > .suds-pop {
	opacity: 1;
	visibility: visible;
}

.footer .suds-mod.x-show > .suds-pop.at-t,.suds-mod:hover > .suds-pop.at-t {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.footer .suds-mod.x-show > .suds-pop.at-b,.suds-mod:hover > .suds-pop.at-b {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.footer .suds-mod.x-show > .suds-pop.at-l,.suds-mod:hover > .suds-pop.at-l {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.footer .suds-mod.x-show > .suds-pop.at-r,.suds-mod:hover > .suds-pop.at-r {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.footer .suds-mod:hover > .suds-target + .suds-pop {
	opacity: 0;
	visibility: hidden;
}

.footer .suds-mod.x-show > .suds-target + .suds-pop {
	opacity: 1;
	visibility: visible;
}

.footer .suds-mod  .img {
	width: 90px;
}

.footer .suds-mod  .img img {
	width: 100%;
}
.footer .bottom .sydw_img{
    height: 70px;
}


/*招生尾部*/
.zs_footer .cont .dl {
    width: initial;
}
.zs_footer .logo{
    margin-right: 100px;
}
.zs_footer .cont .dl .right{
    margin-left: 100px;
}
.zs_footer .zs_wbewm{
    margin-left: 100px;
}
.zs_footer .zs_wbewm .ewm{
    float: left;
    margin-right: 40px;
}
.zs_footer .zs_wbewm .ewm img{
    width: 100px;
    height: 100px;
}
.zs_footer .zs_wbewm .ewm div{
    color: #FFF;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

/*通用标题*/
.ty_title{
    font-weight: 600;
}
.ty_title .title{
    background:url(../../images/son_ty/ico_title.png)no-repeat left center;
    background-size:30px 32px;
    padding-left: 45px;  
    height: 60px;
}
.ty_title .title .cn{
    font-size: 42px;
    color: #202020;
    float: left;
}
.ty_title .title .en{
    font-size:22px;
    color: #A9060A;
    background:url(../../images/son_ty/ico_en.png)no-repeat bottom left 5px;
    background-size:120px 8px;
    float: left;
    height: 46px;
    margin-left: 15px;
    margin-top: 6px;
}
.ty_title .more{
    float: right;
    font-size: 20px;
    color: #A9060A;
    background:url(../../images/son_ty/ico_more.png)no-repeat right center;
    background-size:23px 21px;
    padding-right: 36px;
    margin-top: -45px;
}
.ty_title .more:hover{
    color: #C1976D;
    background:url(../../images/son_ty/ico_more_h.png)no-repeat right center;
    background-size:23px 21px;
}
.ty_img{
    overflow: hidden;
}
.ty_img div{
    width: 100%;
    height: 100%;
	transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;	
}
.ty_b_title .title{
    background:url(../../images/son_ty/ico_title_p.png)no-repeat left center;
    background-size:30px 32px;
}
.ty_b_title .title .cn{
    color: #FFF;
}
.ty_b_title .title .en{
    color: #FFF;
}
.ty_b_title .more{
    color: #FFF;
    background:url(../../images/son_ty/ico_more_p.png)no-repeat right center;
    background-size:23px 21px;
}
.ty_b_title .more:hover{
    color: #C1976D;
    background:url(../../images/son_ty/ico_more_h.png)no-repeat right center;
    background-size:23px 21px;
}
.banner-swiper{
	width: 100%;
}
.banner-swiper .swiper-slide{
	height: 500px;
	width: 100%!important;
}
.banner-swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#E1E1E1;
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active{
    width:27px!important;
    background:#C1976D!important;
    border-radius:20px!important;
    opacity: 1;
}
.banner-swiper .swiper-horizontal>.swiper-pagination-bullets,.banner-swiper  .swiper-pagination-bullets.swiper-pagination-horizontal,.banner-swiper  .swiper-pagination-custom,.banner-swiper  .swiper-pagination-fraction{
    bottom:30px;
}
/*国际教育学院英文站*/
.gjjyen_footer .logo{
    margin: 13px 80px 0 0;
}
.gjjyen_footer .cont .dl .right {
    margin-left: 70px;
}
.gjjyen_footer .cont .dl {
    width: 70%;
}
.gjjyen_footer .cont .dl p>span{
    width: 72px;
    display: inline-block;
}
@media screen and (max-width: 1800px){
	.header .nav li a.title{
		padding: 0 15px;
	}
    .header{
		padding:0 30px;
	}
    /*招生尾部*/
    .zs_footer .logo{
        margin-right: 80px;
    }
    .zs_footer .cont .dl .right{
        margin-left: 80px;
    }
    .zs_footer .zs_wbewm{
        margin-left: 80px;
    }
    .zs_footer .zs_wbewm .ewm{
        float: left;
        margin-right: 40px;
    }
    .zs_footer .zs_wbewm .ewm img{
        width: 90px;
        height: 90px;
    }
    .zs_footer .zs_wbewm .ewm div{
        color: #FFF;
        text-align: center;
        margin-top: 5px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1700px){
	.header{
		padding:0 20px;
	}
	.header .nav>li a.title{
		padding: 0 10px;
	}	
	.footer .cont ul{
		bottom: -30px;
	}
	.footer .top{
		padding: 70px 48px 80px;
	}
	.footer .cont .dl .right{
		margin-left: 15px;
	}
	.footer .cont{
		margin-top: 0;
	}
	.footer .logo img{
		height: 100px;
	}
	.footer .bottom{
		height: 80px;
		line-height: 80px;
	}
	.footer .bottom:before{
		background-size: contain;
	}
    /*招生尾部*/
    .zs_footer .logo{
        margin-right: 60px;
    }
    .zs_footer .cont .dl .right{
        margin-left: 60px;
    }
    .zs_footer .zs_wbewm{
        margin-left: 60px;
    }
    .zs_footer .zs_wbewm .ewm{
        float: left;
        margin-right: 30px;
    }
    .zs_footer .zs_wbewm .ewm img{
        width: 85px;
        height: 85px;
    }
    .zs_footer .zs_wbewm .ewm div{
        color: #FFF;
        text-align: center;
        margin-top: 5px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1600px){
	.contain{
		width: 1200px;
	}
	.header{
		padding: 0 20px;
		height: 85px;
		line-height: 85px;
	}
    .header .logo {
        height: 34px;
    }
    .header .logo_news{
        margin-left: -40px;
        height: 43px;
    }
	.header .name{
		font-size: 18px;
		margin-left: 32px;
	}
	.header .name:before{
		height: 36px;;
   	 	left: -17px;
    	top: 25px;
	}
	.header .form{
		width: 180px;
		margin-top: 7px;
        height: 30px;
	}
    .gjjy_go{
        right: 220px;
        top: 12px;
    }
	.header .form span{
		width: 40px;
	}
	.header .form input{
		width: 140px;
	}
	.header .nav{
		margin-top: 43px;
	}
	.header .nav>li{
		line-height: 40px;
	}
	.header .nav>li a.title{
		padding: 0 12px;
	}	
	.header .nav>li a h3{
		font-size: 17px;
	}
    .header .nav>li ul.son{
        top: 41px;
    }
    .header .nav>li ul.son li {
        height: 40px;
        line-height: 40px;
    }
    .header .nav>li ul.son li a{
        font-size: 15px;
    }
	.header .quick li a.title:last-child{
		padding-right: 20px;
	}	
    .footer .cont{
        margin-top:0;
    }
	.footer .cont .dl p{
		font-size: 15px;
	}
	.footer .cont ul{
		bottom: -30px;
	}
	.footer .top{
		padding: 70px 48px 80px;
	}
	.footer .cont .dl .right{
		margin-left: 15px;
	}
	.footer .logo img{
		height: 70px;
	}
	.footer .bottom{
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.footer .bottom:before{
		background-size: contain;
	}
    .footer .bottom .sydw_img{
        height: 56px;
    }
    .ty_title .title{
       background-size: 24px 25.6px;
        padding-left: 36px;
        height: 48px; 
    }
    .ty_title .title .cn{
       font-size: 33px; 
    }
    .ty_title .title .en{
        font-size: 18px;
        background-size: 96px 6px;
        height: 38px;
        margin-left: 12px;
        margin-top: 5px;
    }
    .ty_title .more{
        font-size: 16px;
        background-size: 18px 17px;
        padding-right: 28px;
        margin-top: -36px;
    }
    .ty_title .more:hover{
        background-size: 18px 17px;
    }
    /*民生福祉学院*/
    .msx_header .nav>li:nth-child(4) ul.son{
        left: 50%;
        width: 180px;
        margin-left: -90px;
    }
    .jigong_logo img {
        height: 47px;
    }
    /*招生尾部*/
    .zs_footer .zs_wbewm .ewm div{
        font-size: 14px;
    }
    .gjjyen_footer .top{
        padding: 56px 40px 64px;
    }
}
@media screen and (max-width: 1500px){
	.header .nav>li {
        margin: 0 10px;
    }
    .gjjyen_header .nav>li a.title {
        padding: 0 5px;
    }
    /**国际教育学院英文站**/
    .gjjyen_header .nav>li{
        margin: 0 5px;
    }
    .gjjyen_header .name{
        font-size: 18px;
    }	
}
@media screen and (max-width: 1400px){
	.header .nav>li {
        margin: 0 10px;
    }	
	.header .nav>li a.title{
		padding: 0 8px;
	}
    .header .nav>li a h3{
		font-size: 16px;
	}	
    /*招生尾部*/
    .zs_footer .logo{
        margin-right: 20px;
    }
    .zs_footer .cont .dl .right{
        margin-left: 20px;
    }
    .zs_footer .zs_wbewm{
        margin-left: 20px;
    }
    .zs_footer .zs_wbewm .ewm{
        float: left;
        margin-right: 20px;
    }
    .zs_footer .zs_wbewm .ewm img{
        width: 80px;
        height: 80px;
    }
    .zs_footer .zs_wbewm .ewm div{
        font-size: 13px;
    }
    .gjjyen_header .nav>li a.title {
        padding: 0 5px;
    }
    /**国际教育学院英文站**/
    .gjjyen_header .nav>li{
        margin: 0 5px;
    }
    .gjjyen_header .name{
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px){
    .jxjy_header .nav>li {
        margin: 0 10px;
    }	
	.jxjy_header .nav>li a.title{
		padding: 0 8px;
	}
    .jxjy_header .nav>li a h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 1300px){
	.header .nav>li a.title{
		padding: 0 5px;
	}
    .jxjy_header .nav>li a h3 {
        font-size: 14px;
    }
    /*招生尾部*/
    .zs_footer .top{
        padding: 70px 15px 80px;
    }
    .zs_footer .logo{
        margin-right: 10px;
    }
    .zs_footer .cont .dl .right{
        margin-left: 10px;
    }
    .zs_footer .zs_wbewm{
        margin-left: 10px;
    }
    .zs_footer .zs_wbewm .ewm{
        float: left;
        margin-right: 10px;
    }
    .zs_footer .zs_wbewm .ewm img{
        width: 80px;
        height: 80px;
    }
    .zs_footer .zs_wbewm .ewm div{
        font-size: 12px;
    }
    .gjjyen_header{
        padding: 0 10px;
    }	
    .gjjyen_header .nav>li a.title {
        padding: 0 3px;
    }
    /**国际教育学院英文站**/
    .gjjyen_header .nav>li{
        margin: 0 3px;
    }
    .gjjyen_header .name{
        font-size: 14px;
    }
    .gjjyen_header .logo {
        height: 25px;
    }
}
@media screen and (max-width: 1200px){
	.header .nav>li a.title{
		padding: 0 5px;
	}	 
	.header .nav>li {
        margin: 0 5px;
    }	
    .gjjyen_header{
        padding: 0 10px;
    }	
    .gjjyen_header .nav>li a.title {
        padding: 0 3px;
    }
    /**国际教育学院英文站**/
    .gjjyen_header .nav>li{
        margin: 0 3px;
    }
    .gjjyen_header .name{
        font-size: 14px;
    }
    .gjjyen_header .logo {
        height: 25px;
    }
    .gjjyen_footer .logo{
        margin: 13px 20px 0 0;
    }
}

@media screen and (max-width: 750px){
    .banner-swiper .swiper-slide {
        height: 200px;
    }
    .banner-swiper .swiper-horizontal>.swiper-pagination-bullets, .banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-swiper .swiper-pagination-custom, .banner-swiper .swiper-pagination-fraction {
        bottom: 10px;
    }
    .contain{
        width: 100%;
    }
    .mob_header_height {
        height: 48px;
        width: 100%;
        display: block;
    }
    .header {
        height: 48px;
        position: fixed;
        background: #A71D2A;
        z-index: 999999;
        left: 0;
        top: 0;
        width: 100%;
        line-height: 48px;
        padding: 0 15px;
    }
    .header .mob_menu {
        width: 23px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 15px;
        background: url(../../images/menu.png) no-repeat center center;
        background-size: cover;
    }
    .header .mob_search {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 58px;
        top: 14px;
        background: url(../../images/header_search.png) no-repeat center center;
        background-size: cover;
    }
    .header .mob_head_yy {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99;
        display: none;
        top: 48px;
        left: 0;
    }   
    .son_header .nav > li > i {
        width: 50px;
        height: 50px;
        background: url(../../images/son_ty/chevron_down.png) no-repeat center center;
        background-size: 20px 12.5px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
    }
    .son_header .nav > li > i.act {
        background: url(../../images/son_ty/chevron_up.png) no-repeat center center;
        background-size: 20px 12.5px;
    }
    .son_header .nav > li ul.son {
        display: none;
        width: 100%;
        left: 0;
        margin-left: 0;
        position: initial;
    }
    .son_header .nav > li ul.son li {
        height: 45px;
        line-height: 45px;
        background: rgba(0, 0, 0, 0.02);
        overflow: initial;
    }
    .son_header .nav > li ul.son li a {
        padding: 0 50px;
        border-bottom: 1px solid #eee;
        color: #595961;
        font-size: 14px;
        text-align: center;
    }
    .header .logo{
        height: auto;
    }   
    .header .logo img{
      height: 24px;
    }
    .header .name{
        font-size: 14px;
        margin-left: 25px;
    }
    .header .name:before{
        width: 3px;
        height: 28px;
        left: -15px;
        top: 10px;
    }
    .header .right{
        position: initial;
    }
    .header .form{
      float: none;
      margin-top: 0;
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 55px;
      display: none;
      z-index: 9999;
      width: 300px;
    }
    .header .form input{
        width: 260px;
    }
    .header .nav{
        position: absolute;
        top: 48px;
        z-index: 999;
        background: #FFF;
        width: 100%;
        height: auto;
        overflow: auto;
        display: none;
        left: 0;
        margin-top: 0;
    }
    .header .nav>li{
      float: none;
      padding: 0;
      position: relative;
      margin: 0;
      line-height: 50px;
      height: auto;
    }
    .header .nav>li a{
      color: #595961;
      font-size: 16px;
      border-bottom: 1px solid #eee;
      display: block;
      text-align: center;
    }
    .jxjy_header .nav>li a h3 {
        font-size: 16px;
    }
    .header .nav>li a h3{
        color:#2f292c;
        line-height: initial;
    }
    .header .nav>li a.title {
        padding: 0;
    }
    .son_header .nav>li a.title {
        padding: 0 15px;
        text-align: center;
    }
    .header .nav>li:hover:after,.header .nav>li.active:after{
      display: none;
    }   
    .header .nav>li.active a{
      color: #A71D2A;
    } 
    .weui-dialog{
        width: 60%;
    } 
    .footer .top {
        padding: 15px 15px 68px 15px;
    }
    .footer .logo {
        text-align: center;
        float: initial;
        margin: auto;
    }
    .footer .logo img {
        height: 50px;
    }
    .footer .cont .dl {
        width: 100%;
    }
    .footer .cont .dl p {
        font-size: 14px;
    }
    .footer .cont .dl .right {
        margin-left: 0;
    }
    .footer .cont{
      margin-top: 0;
    }
    .footer .cont ul{
        position: initial;
        margin-top: 15px;
    }
    .footer .cont li{
        width: 20%;
        -webkit-transform: initial;
        transform: initial;
        text-align: center;
        margin:0;
        margin-right: 3.5%;
        float: left;
        position: relative;
    }
    .footer .cont li:nth-child(3n+3){
        margin-right: 0;
    }
    .footer .cont li.active{
        -webkit-transform: initial;
        transform: initial;
    }
    .footer .suds-mod .suds-pop.at-t{
        opacity: 1;
        visibility: initial;
        -webkit-transform: initial;
        transform: initial;
        position:initial;
    }
    .footer .cont li .ico{
        position: absolute;
        bottom: -55px;
        left: 50%;
        margin-left: -20px;
        z-index: 9;
    }
    .footer .cont li .ico img{
        width: 40px;
    }
    .footer .suds-mod .suds-pop{
        padding: 8px 8px 0;
    }
    .footer .suds-mod .img{
        width: 100%;
        margin: 0 auto;
    }
    .footer .bottom {
        font-size: 12px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }
    .footer .bottom .sydw_img {
        height: 32px;
        margin-left: 15px;
    }
    .ty_title .title .cn {
        font-size: 20px;
    }
   .ty_title .title .en {
        font-size: 14px;
        background-size: 65px 4px;
        height: 26px;
        margin-left: 5px;
        margin-top: 0px;
    }
    .ty_title .title {
        background-size: 20px 21.3px;
        padding-left: 26px;
        height: 32px;
    }
    .ty_title .more {
        font-size: 14px;
        background-size: 15.33px 14px;
        padding-right: 19px;
        margin-top: -5px;
    }
    .msx_header .nav>li:nth-child(4) ul.son {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .jigong_logo img {
        height: 32px;
    }

    .zs_footer .zs_wbewm{
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .gjjyen_header .logo img{
        height: 20px;
    }
   .gjjyen_header .name {
        font-size: 12px;
        margin-left: 10px;
    }
    .gjjyen_header .name:before {
        left: -6px;
        height: 20px;
        top: 15px;
        width: 2px;
    }
    .gjjyen_header{
        padding: 0 5px;
    }
    .gjjyen_header .mob_menu{
        right: 5px;
    }
    .gjjyen_header .mob_search{
        right: 45px;
    }
    .gjjy_header .nav,.gjjyen_header .nav{
        top: 96px;
    }
    .gjjy_go{
        right: 50%;
        top: 48px;
        line-height: 48px;
        text-align: center;
        margin-right: -50%;
        width: 100%;
        color: #595961;
        z-index: 99999;
        border-bottom: 1px solid #eee;
        background: #FFF;
        display: none;
    }

}