  html{
	font-size:15px
}
header{
        min-width:1400px;
	background: linear-gradient(to right,#031659,#0160BA);
}
header .top-logo{
	height:140px;
}
header .logo{
	height:100px;
	background: url(/sgsyjxzx/xnsy/img/logo623.png) no-repeat;
	position: relative;
	top:20px
}
header .sub-nav {
	position: absolute;
	right: 0px;
	top:50px
}
/*header .sub-nav a{
	color:#ABD7EA;
	font-size:14px;
	display: block;
	padding: 10px 0px 10px 10px;
	float: right;
}*/
header .sub-nav input[type='text']{
	height: 35px;
	width:220px;
	border:#0E86B9 1px solid;
	background: transparent;
}
header .nav{
	height: 50px;
	display: block;
	background: #0160BA;
}
header .navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	text-align: center;
}
header .navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
header .navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	padding:0 36px;
	line-height: 50px;
	font-size: 16px;
	color: white;
 }
/*header .navbar_nav li .top-title:after{
    content: "";
    width: 0;
    height: 3px;
   	background:#f83600;
    position: absolute;
    bottom: 0;
    left: 0;
	transition: all 0.8s ease 0s;
}
header .navbar_nav li .top-title:hover:after{
    width: 100%;
    background: #f9d423;
    color: #FFFFFF;
    position: absolute;
}*/
header .navbar_nav li .top-title:hover{
	background: #0a237e;
	color: #FFFFFF;
}

header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(34,80,163,0.9);
    top:50px;
    width: 100%;
    text-align: center;
}
header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
    display: block;
    padding: 10px 2px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;

} 
header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
}
header .navbar_nav li.dropdown:hover .top-title{
 	background: #0a237e;
 	color: #FFFFFF;	
}

header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #153f8a;
	color: #FFFFFF;
}
header .search{
	position: absolute;
	right:0px;
	top:50px;
}
header .search input[type="text"]{
	height:40px;
	width:11.25rem;
	background-color: transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: #0160BA 1px solid;
	
}
header .search input[type="button"]{
	width:20px;
	height: 20px;
	border: none;
	background:url(/sgsyjxzx/xnsy/img/search-icon.png) no-repeat;
	position: relative;
	left:-30px;
	top:8px
}
header .scroll-nav{
	width: 100%;
	background: #9A0101;
	margin:0 auto;
	height:80px;
	display: none;
	position: fixed;
	top:0px;
	transition: 0.3s all ease-in-out;
	z-index: 999;
}
header .scroll-nav ul li{
	float: left;
}
header .scroll-nav ul li a{
	color: #fff;
	padding:0px 38px;
	line-height: 80px;
}
/** banner-section **/
/*
.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}



.slideBox {
	max-width: 1280px;
	max-height: 26.25rem;
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-25px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 40px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align: center;
	color: #fff;
	background:transparent;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	font-size:24px;
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/sgsyjxzx/xnsy/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.banner{
   min-width:1400;
   height:320px;
   margin:0 auto
}
.banner img{
   width:100%;
   height:320px
}
.main{
	padding-top: 40px;
	overflow: hidden;
        min-width:1400px;
}
.main-title{
	width:100%;
	height:3.4rem;
	box-sizing: border-box;
	margin-top: 30px;
	border-bottom:#E6E6E6 solid 2px;
}
.main-title .tit{
	height: 50px;
	position: relative;
}
.main-title .tit .tit-con{
	font-size:1.75rem;
	font-weight: 400;
}
.main-title .tit .el{
	font-size:14px;
	color:#A1A1A1;
	position:absolute;
	left: 120px;
	top:16px;
}
.main-title h3{
	border-bottom: #0160BA 2px solid;
	line-height: 49px;
}
.main-title .line-short{
	width:52%;
}
.main-title .get-more{
	clear: both;
	box-sizing: border-box;
	width:10%;
	height:80%;
	text-align: center;
	line-height: 41px;
	position: absolute;
	right:0px;
	transition: 0.3s all ease;
	cursor: pointer;
}
.main-title .get-more p{
	font-size:14px
}

.main-title .get-more:hover{
	background: #1334A9;
	color:#FFFFFF;
	box-shadow: 3px 3px 10px #CAC3C3;
}
.main-title .get-more:hover a{
	color: #FFFFFF;
}
.main-title .short{
	width:60px
}
.part-three-more{
	position: absolute;
	right: 3px;
	top:16px
}
.xwdt{
	overflow: hidden;
	margin-bottom: 30px;
}
.xwdt-inner{
	margin-top: 10px;
	/*margin:0 -1.25rem;*/
}
.xwdt-inner .xwdt-inner-left {
	width:49%;
	background: #FFFFFF;
        opacity:0.9;
	padding: 0px 40px 40px;
}
.xwdt-inner .xwdt-inner-left a{
	display: block;
	width:48%;
	
}
.xwdt-inner .xwdt-inner-left a:first-child{
	margin-right:20px
}
.xwdt-inner .xwdt-inner-left img{
	width:100%;
	height: 245px;
}
.xwdt-inner .xwdt-inner-left .tt{
	font-size:16px;
	color:#0160BA;
	line-height: 30px;
}
.xwdt-inner .xwdt-inner-left .aa{
	font-size:14px;
	color:#7D7D7D;
	line-height:24px
}
.xwdt-inner .xwdt-inner-left .dd{
	font-size:14px;
	color:#0160BA;
	padding-top: 10px;
}
.xwdt-inner .xwdt-inner-right{
	width:49%;
	padding: 0px 40px 40px;
	float:right;
	background: #FFFFFF;
         opacity:0.9;
	/*padding:0 1.25rem 0 0;*/
}
.xwdt-inner .xwdt-inner-right ul li{
    background:#f2f2f2;
    margin-top:10px;
}
.xwdt-inner .xwdt-inner-right ul li a{
	line-height:52px;
        display:block;
        border-left:#0160BA 4px solid;
     
}
.xwdt-inner .xwdt-inner-right p{
       padding-left:10px;
}
.xwdt-inner .xwdt-inner-right .ddr{
	color:#0160BA;
	font-size:16px;
	padding-right: 15px;
}
.part-two {
       min-width:1400px;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: 40px;
}
.part-two .tzgg{
	width:49%;
	padding: 0px 40px 40px;
	background: #FFFFFF;
        opacity:0.9;
}
.part-two .xsgz{
	width:49%;
	padding: 0px 40px 40px;
	background: #FFFFFF;
         opacity:0.9;
}
.part-two .plant {
	padding-top: 30px;
}
.part-two .plant img{
	padding-top: 5px;
	padding-left: 5px;
}
.part-two .plant ul li{
	margin-bottom: 22px;
	/*border: #CDA274 solid 1px;*/
}
.part-two .plant ul li a{
	background: #d5f2fd;
	display: block;
	color: #222;
	margin-left: 20px;
	height: 50px;
	margin-left: 60px;
	line-height: 50px;
	padding-left: 30px;
	font-weight: bold;
}
.part-two .news-inner ul li{
	border-bottom: #c9c9c9 1px solid;
	
}
.part-two .news-inner ul li a{
	line-height:52px;
	display: block;
}
.part-two .news-inner .first-news{
	height: 9em;
border-bottom: none;
padding-bottom: 10px;
margin-bottom: 13px;
margin-top: 12px;
}
.part-two .news-inner .xsgz-img{
	width:14.3rem;
	height:9rem;
	padding-right: 10px;
}
.news-date{
	font-size:14px;
	color:#0160BA;
	float: right;
}

.showdiv{
	display:block
}
.ztlm{
	margin-top: 40px;
	overflow: hidden;
}
.ztlm .ztlm-box{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.ztlm .ztlm-box .box{
	width:24%;
	height: 12.75rem;
	position: relative;
	overflow: hidden;
}

.ztlm .ztlm-box .box img{
	width:100%;
	height: 100%;
	transition:all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
.ztlm .ztlm-box .box:hover img{
	transform: scale(1.1);
}
.ztlm .box a{
	display: block;
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.link{

	
}
.wai-box{
	display: flex;
	justify-content:space-between
}
.link .box{
	    margin-left: 3rem;
    box-sizing: border-box;
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 150px;
    margin-top: 20px;
    justify-content: space-between;
}
.link .box a{
	font-size:20px;
	font-weight: bold;
        display:block;
        margin:0 auto
}
.link .box-img{
           background: #0160BA;
    /* margin-right: 20px; */
    width: 120px;
    height: 80px;
    border-radius: 10px;
    align-items: center;
    margin: 0 auto;
}
.link .box img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin: 0;
    text-align: center;
    padding-left: 35px;
    padding-top: 15px;
}

footer{
	clear: both;
	height:169px;
        min-width:1400px;
	background:linear-gradient(to right,#0160BA,#1334A9);
	background-position: 0px -90px;
}
footer .bottom-logo{
	width:55%;
        margin:0 auto;
}
footer .bottom-logo img{
        width:100%;
        margin-top:30px;
}

footer .middle-message {
	width:100%;
	color: white;
	font-size: 14px;
	padding-top:10px;
	line-height:30px;
        margin:0 auto;
        text-align:center;
}
footer .middle-message p:first-child{
	font-size: 18px;
	
}
footer .wxcode{
	float: right;
}
footer .left ul li{
	float: left;
	margin-right: 30px;
	line-height:30px;
}
footer .left ul li a{
	color:#FFFFFF;
	font-size:15px
}
footer .left ul li a:hover{
	border-bottom: #fff 1px dashed;
}
footer .left .bottom-logo{
	height: 100px;
	width:600px;
	background: url(/sgsyjxzx/xnsy/img/bt-logo.png) no-repeat;
}
footer .bottom{
	height:80px;
	width:500px
	
}
footer .bottom p{
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 80px;
}
footer .bottom ul li{
	color:#FFFFFF;
	line-height:30px;
	font-size:15px
}
#scrollUp {
	background: #392f30;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 45px;
}
#scrollUp:hover {
	background: #444;
}
.up-arrow:before {
    content: "";
    display: inline-block;
    background: url(/sgsyjxzx/xnsy/img/up-arrow.png) no-repeat center center;
    width:32px;
    height:32px;
    position: relative;
    top:5px
}

.list-banner{
        min-width:1400px;
	height: 240px;
	background: url(/sgsyjxzx/xnsy/img/d1kz.png) no-repeat top center;
	
}
.subPage{
       min-width:1400px;
}
.subPage .sub-left{
	width:247px;
	position:relative;
	top:-80px;
}

.subPage .sub-left .sub-left-title{
	height: 80px;
	width:247px;
	background: #9A0101;
	opacity: 0.9;
}
.subPage .sub-left .sub-left-title h3{
	position: absolute;
	color: #FFFFFF;
	font-size:24px;
	top: 30px;
	left: 30px;
}

.subPage .sub-left .sub-left-con{
	background: #f2f2f2;
	min-height: 160px;
}
.subPage .sub-left .sub-left-con .first-nav li{
	position: relative;
	border-bottom:#dedede 1px solid;
	word-wrap: break-all
}

.subPage .sub-left .sub-left-con .first-nav li a{
	padding-top:20px;
	padding-bottom: 20px;
	line-height: 50px;
	padding-left: 30px;
}
.subPage .sub-left .sub-left-con .first-nav li.active{
	border-bottom: #dedede 1px solid;
	background: #FFFFFF;
}
.subPage .sub-left .sub-left-con .first-nav li.active a{
	color: #9A0101;
}
i.right-arrow{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/sgsyjxzx/xnsy/img/down.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow-small{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/sgsyjxzx/xnsy/img/right2.png) no-repeat;
	position: absolute;
	left:25px;
	top:20px;
}
.subPage .sub-left .sub-left-con ul li a.active:before{
	content: "";
	display:inline-block;
	width:8px;
	height: 8px;
	background: #9A0101;
	position: absolute;
	left: 10px;
	top:22px
}

.subPage .sub-left .sub-left-con .navSub{
	border-top:#dedede 1px solid;
	background: #FFFFFF;
}
.subPage .sub-left .sub-left-con  .navSub li{
	border-left:none;
}

.subPage .sub-left .sub-left-con .navSub li a{
	font-size: 14px;
	position: relative;
	left:15px;
}
.subPage .sub-right{
	width: 900px;
	margin-top: 30px;
}
.subPage .sub-right .sub-right-title{
	position: relative;
}

.subPage .sub-right .sub-right-title h3{
	font-size:24px;
	line-height: 54px;
}
.subPage .sub-right .sub-right-title h3:after{
	content: "";
	display: inline-block;
	position: relative;
	width:775px;
	height:1px;
	background: #CAC3C3;
	top:-8px;
	left: 34px;
}
.subPage .sub-right .sub-right-title span{
	position: absolute;
	right: 0;
	top:-6px;
	font-size:14px;
	color:#9F9F9F
	
}
.subPage .sub-right .sub-right-title .local:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(/sgsyjxzx/xnsy/img/local.png) no-repeat;
	position: relative;
	left:-15px;
	top:3px
	
}
.subPage .sub-right .sub-right-con{
	position: relative;
}
.subPage .sub-right .sub-right-con ul li{
	padding-top: 15px;
	height: 150px;
	border-bottom: #CECECE 1px solid;
}
.subPage .sub-right .sub-right-con .news .news-title{
	font-size:18px;
	line-height: 50px;
	font-weight: bold;
}
.subPage .sub-right .sub-right-con  .news-time{
	font-size:14px;
	color:#A4A4A4;
	line-height: 32px;
}
.time:before{
	content: "";
	display: inline-block;
	width:29px;
	height: 15px;
	background: url(/sgsyjxzx/xnsy/img/icon-time.png) no-repeat;
	position: relative;
	top:2px
}
.subPage .sub-right .sub-right-con .news .news-abs{
	font-size:14px;
	line-height: 24px;
}
.subPage .sub-right .sub-right-con .news .detail{
	position: absolute;
	right: 0px;
	top:10px;
	width:113px;
	height:37px;
	background: linear-gradient(to right,#941332,#EF470D);
	line-height: 37px;
	text-align: center;
	border-radius: 24px;
}
.subPage .sub-right .sub-right-con .list {
	margin-top: 20px;
}
.subPage .sub-right .sub-right-con .list li{
	height: 70px;
	background: #F2F2F2;
	border: none;
	padding-left: 30px;
	padding-top: 6px;
	margin-bottom: 30px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}
.subPage .sub-right .sub-right-con .list li:hover{
	box-shadow: 0px 0px 10px #bdccd3;
}
.subPage .sub-right .sub-right-con .list li a{
	line-height: 32px;
}
.subPage .sub-right .sub-right-con .list .time{
    font-size:14px;
    color:#AAAAAA
}
.subPage .sub-right .sub-right-con .detail a{
	color: #FFFFFF;
}
.list-foot{
	background: #000;
	height: 60px;
}
.list-foot p{
	color:#c9c9c9;
	font-size:14px;
	text-align: center;
	line-height: 40px;
}
/*出国留学*/
.abroad-banner{
	height: 400px;
	background: url(/sgsyjxzx/xnsy/img/304616.jpg) no-repeat;
	
}
.abroad .ab-left{
	width:830px;
	min-height:600px;
	background: url(/sgsyjxzx/xnsy/img/i-map.png) no-repeat center top;
}
.abroad .ab-right{
	margin-top: 60px;
	width:342px;
}
.abroad .ab-right .item{
	position: relative;
	margin-bottom: 20px;
	width:340px;
	height: 135px;
	overflow: hidden;
}
.abroad .ab-right .item-img{
	width: 100%;
	height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
   background-position: center;
  background-size: cover;
  
}

.abroad .ab-right .item-img::before{
	content: "";
	display: inline-block;
	width:340px;
	height: 135px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
}
.abroad .ab-right .item h3{
	color: #FFFFFF;
	position: absolute;
	top:50%;
	left: 50%;
	font-size:22px;
	transform: translate(-50%,-50%);
	border-bottom: #FFFFFF 3px solid;
	line-height: 50px;
	transtion:0.3s all ease;
	z-index: 999;
}
.scaleImg{
 -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.num-bg{
	background: #E1E1E1;
	display: flex;
}
.number .num-box{
	width:273px;
	padding:50px 30px 50px 30px;
}
.number .num-box h1{
	line-height: 80px;
	text-align: center;
	color: #9A0101;
	font-size: 48px;
}
.number .num-box p{
	line-height: 36px;
	font-size:15px;
	text-align: center;
}
.liuchen{
	clear: both;
	margin-top:60px;
}
.liuchen ul li{
	float: left;
	width: 160px;
	
}
.liuchen ul li:after{
	content: "";
	display: inline-block;
	height:50px;
	width:1px;
	background: #CAC3C3;
	position: relative;
	left:108px;
	top:-80px
}
.liuchen  .icon-img{
	width: 58px;
	height: 62px;
}
.liuchen ul li p{
	
}
.xsfc{
	clear: both;
	height: 390px;
}
.xsfc-box{
	overflow: hidden;
	border-top: #dedede 1px solid;
	box-sizing: border-box;
	padding: 40px 0px;
}
.xsfc ul li{
	float:left;
	width:387px;
	background: url(/sgsyjxzx/xnsy/img/fcbg.jpg) no-repeat left top;
    margin-right: 16px;
    text-align: center;
}

.xsfc ul li:last-child{
	margin-right: 0px;
}
.xsfc ul li img{
	width:377px;
	height: 251px;
    position: relative;
    top:30px;
    left: 10px;
}
/*.xsfc ul li span{
	float: left;
	text-align: center;
}*/
.xsfc ul li .item{
	padding-left: 10px;
	color:#979797
}
/*留学SWPU*/
.liuxue-banner{
	height:404px;
	background: url(/sgsyjxzx/xnsy/img/3655.jpg) no-repeat;
}
.liuxue{
	min-width: 1200px;
	overflow: hidden;
	margin-top: 30px;
}
.yinwen{
	font-size:14px;
	color:#A20000;
	font-weight: 400;
	padding-left: 10px;
}
.liuxue .part-one{
	display: flex;
}
.liuxue .part-one video{
	width:611px;
	height: 363px;
	
}
.liuxue .part-one .lx-item {
	margin-left: 16px;
	margin-top: 20px;
}
.liuxue .part-one .lx-item ul li{
	width:283px;
	height: 79px;
	margin-bottom: 8px;
}
.liuxue .part-one .lx-item ul li a{
	color: #FFFFFF;
	position: relative;
	top:18px
}
.liuxue .part-one .lx-item ul li p{
	line-height: 24px;
}
.liuxue .part-one .lx-item ul li:first-child{
	background: #8B726E;
	text-align: center;
}
.liuxue .part-one .lx-item ul li:nth-child(2){
	background: #94080B;
	text-align: center;
}
.liuxue .part-one .lx-item ul li:nth-child(3){
	background: #A5A09D;
	text-align: center;
}
.liuxue .part-one .lx-item ul li:last-child{
	border: #94080B 1px solid;
	text-align: left;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}
.liuxue .part-one .lx-item ul li:last-child a{
	position: relative;
	top:16px;
	left:40px;
}

.getMore{
	position: absolute;
	right: 0px;
	top:10px;
	color:#979797;
	font-size:14px;
}

.liuxue .right-icon:after{
	content: "";
	position: absolute;
	right:80px;
	top:10px;
	width:20px;
	height: 20px;
	background: url(/sgsyjxzx/xnsy/img/right-arrow.png) no-repeat;
}
.liuxue .part-one .lx-item ul li:last-child:hover{
	background: #94080B;
}
.liuxue .part-one .lx-item ul li:last-child p:first-child{
	color:#94080B
}
.liuxue .part-one .lx-item ul li:last-child p:nth-child(2){
	color:#696969;
	font-size:14px
}
.liuxue .part-one .lx-item ul li:last-child:hover p:first-child{
	color:#FFFFFF
}
.liuxue .part-one .lx-item ul li:last-child:hover p:nth-child(2){
	color:#FFFFFF;
}
.liuxue .lx-system{
	margin-top: 20px;
	margin-left: 16px;
	width:256px;
	background: url(/sgsyjxzx/xnsy/img/sys-bg.jpg) no-repeat;
	position: relative;
}
.liuxue .lx-system .detail{
	height: 70px;
	width:256px;
	background: #94080B;
	position: absolute;
	bottom:3px;
	color:#FFFFFF;
	font-size:12px;
	box-sizing: border-box;
	line-height: 24px;
	padding:10px 15px
}
.liuxue .lx-system .button{
	width:140px;
	background:linear-gradient(to right,#A20000,#EF470D);
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.liuxue .lx-system .button p{
	text-align: center;
	font-size:14px;
	color:#FFFFFF;
	padding:5px 0px
}
.part-two .inner-box{
	height:154px;
	background: #f2f2f2;
	padding-left: 80px;
	overflow: hidden;
	margin-top: 40px;
}
.part-two .inner-box ul li{
	float: left;
	width: 180px;
	padding-top: 30px;
}
.part-two .inner-box ul li:after{
	content: "";
	display: inline-block;
	height: 50px;
	width: 1px;
	background: #c6c6c6;
	position: relative;
	top:-90px;
	left: 90px;
}
.part-two .inner-box ul li{
	text-align: center;
}
.part-two .inner-box ul li .p-img{
	height: 75px;
}
.part-three .situation{
	min-width: 1200px;
	margin-top: 40px;
}
.s-tit {
	position:relative;
}
.s-tit h2{
	padding-bottom: 30px;
}
.part-three .situation .s-img img{
	width: 100%;
}
.part-three .situation .s-detail{
	height: 440px;
	background: url(/sgsyjxzx/xnsy/img/i-map.png) center top no-repeat;
}
.part-three .situation .s-detail ul{
	overflow: hidden;
	min-width: 1000px;
	margin: 0 auto;
}
.part-three .situation .s-detail ul li{
	float: left;
	width:240px;
	height: 100px;
	padding-left: 120px;
	padding-top: 50px;
	text-align: center;
}
.part-three .situation .s-detail ul li p:first-child{
	font-size:40px;
	font-weight: bold;
	line-height: 78px;
	
}
.part-four{
	margin-top:30px ;
}
.part-four .sch-text ul{
	overflow: hidden;
	margin-left: -24px;
}
.part-four .sch-text ul li{
	float: left;
	width:380px;
	margin-left: 24px;
}
.part-four .sch-text ul li img{
	width: 100%;
}
.part-four .sch-text ul li p:nth-child(3){
	color:#979797
}
.part-four .sch-text ul li p:nth-child(2){
	line-height: 38px;
}
.part-five{
	clear: both;
	margin-top: 50px;
}
.part-five .xysh{
	
}
.part-five .xysh ul{
	overflow: hidden;
	margin-left: -10px;
}
.part-five .xysh ul li{
	float: left;
	width:390px;
	height: 350px;
	margin-left: 10px;
}
.part-five .xysh ul li img{
	width: 100%;
}
.part-five .xysh ul li p{
	line-height: 32px;
}
.part-five .xysh ul li p:nth-child(3){
	font-size:14px;
	color:#979797
}
.list-content{
        min-width:1400px;
	position: relative;
}
.location{
	position: absolute;
	top:-30px;
	right: 0px;
}
.location a{
	font-size:14px;
	color:#696969
}
.list-inner{
	margin:40px auto 0px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px;
	overflow: hidden;
}
.list-left{
	width:22%;
	min-height:514px;
	/*background:url(/sgsyjxzx/xnsy/img/3608.png) no-repeat top right;*/
    background: linear-gradient(to right,#0160BA,#103BAC);
    position: relative;
    box-shadow: 0px 0px 15px #dedede;
    z-index: 1;
    float:left
}
.list-left-con{
	width: 264px;
    padding-bottom: 20px;
    position: absolute;
    background: url(/sgsyjxzx/xnsy/img/3608.png) no-repeat right top, url(/sgsyjxzx/xnsy/img/3609.png) no-repeat left bottom;
    
    left: 2px;
    top: 20px;
    z-index: 2;
}
.list-left-head p{
	font-size:22px;
	font-weight: bold;
	color:#fff;
	position: relative;
	left: 30px;
	top:40px
}
.list-left-nav{
	margin-top: 50px;
	margin-left:24px;
         padding-bottom:20px;
}
.list-left-nav ul li{
	border-bottom:#D9D9D9 1px solid;
	height:70px;
}
.list-left-nav ul li a{
       color: #fff;
    display: block;
    line-height: 26px;
    padding-top: 20px;
    padding-left:5px;
    font-size:15px
}
.list-left-nav ul li.active{
        color:#0160BA;
        font-weight:bold
}
.list-right{
	margin-left: 3.125rem;
    width: 74%;
    float: right;
    min-height: 600px;
    border: #dedede 1px solid;
    padding: 30px;
}
.list-right p{
	line-height: 46px;
}
.list-right img{
	text-align: center;
}
.list-right .list-right-head p{
	font-size:24px;
	line-height: 48px;
	text-align: left;
	border-bottom: #0160BA 2px solid;
}
.list-right .news-list{
	padding-top: 20px;
}
.list-right .news-list ul li{
	color: #858585;
    line-height: 43px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.list-right .news-list .news-inner li{
	position: relative;
	border-bottom: none;
	margin-bottom: 6rem;
}
.list-right .news-list .news-inner .news-list-img{
	overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}
.list-right .news-list .news-inner .news-list-img a{
	width: 19rem;
    display: block;
    background: #FFFFFF;
}
.list-right .news-list .news-inner .news-list-img img{
	width: 100%;
    height: 11.6rem;
   object-fit: contain;
    
}
.list-right .news-list .news-inner .news-list-date{
	position: absolute;
    z-index: 1;
    left: 0rem;
    right: auto;
    top:6rem;
    bottom: auto;
    background:linear-gradient(to right,#031659,#0160BA);
    background-size: cover;
    width: 3.6rem;
    height: 3.5rem;
    color: #FFFFFF;
    line-height: 22px;
    font-size:12px;
    text-align:center;
    padding-top: 0.4rem;
}
.list-right .news-list .news-inner .news-list-date div{
	font-size:16px
}
.list-right .news-list .news-inner .news-list-title{
	margin-left: 20rem;
}
.list-right .news-list .news-inner .news-list-title p{
	line-height: 30px;
}

.content{
	min-height: 400px;
	overflow: hidden;
}
.content-left{
	float: left;
    padding-left: calc(50% - 1170px / 2);
    width: calc(50% + 275px);
    padding-right: 30px;
    margin-bottom: -10000px;
  padding-bottom: 10000px;
}
.content-right{
	position: relative;
    z-index: 10;
    float: left;
    padding: 10px 0 0 30px;
    width: calc(50% - 275px);
    background-color: #f4f4f7;
}
.content-head{
	font-size:24px;
	line-height: 32px;
	padding:30px 0px;
	font-weight: 600;
    color: #03195d;
}
/*.content-inner:before{
	content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: calc(50% + 275px);
    z-index: 5;
    width: calc(50% - 275px);
    height: 100%;
    background-color: #f4f4f7;
}*/
.content-inner .xx{
	color:#858585;
	padding-bottom:30px;
	border-bottom: #dedede 1px solid;
	
}
.content-right{
margin-bottom: -10000px;
  padding-bottom: 10000px;
	
}
.content-right-head{
	border-bottom:#C4C4C4 1px solid;
	padding-top: 10px;
	width:280px
}
.content-right-head p{
	border-bottom: #f38900 2px solid;
	font-size:18px;
	line-height: 44px;
	width:80px
}
.content-right-body{
	padding-top: 30px;
	
}
.content-right-body img{
	width:280px;
	height: 185px;
}
.content-right-body a{
	display: block;
	width:280px;
	height: auto;
	background: #ffffff;
	padding:10px 20px;
	margin-bottom: 20px;
}
.content-right-body p:first-child{
	color:#A4A4A4;
	font-size:12px
}
.content-right-body p:last-child{
	font-size:14px
}




/*教师简历*/

.resume-list .jjmp{
	height: 260px;
	margin-top: 10px;
	padding: 0px 30px;
	box-shadow: 0 0 7px rgba(0,0,0,10%);
    border:#f2f2f2 1px solid;
}
.resume-list .jjmp-left{
	width:200px;
}
.resume-list .jjmp-left img{
	padding-top: 30px;
	width:140px;
	height: 220px;
}
.resume-list .jjmp-right{
	padding-top: 30px;
	position: relative;
}
.resume-list .jjmp-right .zc{
	position: absolute;
	top:30px;
	left:90px;
	font-size:14px;
	background: #dbdbdb;
	padding:0px 20px;
	height:30px;
	border-radius: 20px;
}
.resume-list .jjmp-right h3{
	font-size:24px;
	font-weight: bold;
	padding-bottom:16px;
	color:#003f88
}
.resume-list .jjmp-right p{
	line-height:30px;
	color:#444444;
	font-size:14px
}
.resume-list .jjfy .message-head p{
	font-size:16px;
	color:#0160BA;
	line-height: 40px;
	padding-left: 30px;
	background: #f2f2f2;
	border-left:#0160BA 2px solid;
}
.resume-list .jjfy .message-body p{
	line-height: 38px;
}
.resume-list .jjfy .jjfy-tabs{
	height: 52px;
	background: #ebebeb;
	margin-top: 20px;
}

.resume-list .jjfy .jjfy-tabs ul li{
	float: left;
    height: 52px;
    line-height: 52px;
    border-right: 1px solid #dedede;
    font-size: 15px;
    color: #000;
    cursor: pointer;
	
}
.resume-list .jjfy .jjfy-tabs ul li.active{
	background:#0751b4;
	
}

.resume-list .jjfy .jjfy-tabs ul li.active a{
	color:#FFFFFF
}
.resume-list .jjfy .jjfy-tabs ul li a{
	padding: 0 20px;
}
.resume-list .jjfy .message-box{
	/*display: none;*/
	padding-top: 20px;
}
.resume-list .jjfy .show{
	display: block;
}