html{
	font-size:16px
}
header{
	height:157px;
	background: url(../img/top-bg.jpg) no-repeat;
	min-width:1200px;
	position: relative;
background-size: cover;
}
header .logo{
	width:600px;
	height:100px;
	position: absolute;
	background: url(../img/logo.png) no-repeat;
}
header .navigation{
	position: absolute;
	top:120px;
}
header .navigation ul li{
	float: left;
}
header .navigation ul li a{
	color: #fff;
	padding: 0px 85px 0px 5px;
}
header .navigation ul li:hover > a {
	color: #FFFFFF;
}
header .navigation ul li > a::before {
	content: "";
	position: absolute;
	top: 25px;
	height: 0px;
	width: 0;
	border-top: 4px dotted #FFFFFF;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
header .navigation ul li:hover > a::before {
	width: 29px;
	opacity: 1;
}
header .navigation ul li.active > a {
	color: #FFFFFF;
}
header .navigation ul li.active > a::before {
	width: 29px;
	opacity: 1;
}
header .search{
	position: absolute;
	right:0px;
	top:50px;
}
header .search input[type="text"]{
	height:40px;
	width:180px;
	background-color: transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: #d3505f 1px solid;
	
}
header .search input[type="image"]{
	width:20px;
	height: 20px;
	border: none;
	background:url(../img/search-icon.png) no-repeat;
	position: relative;
	left:-30px;
	top:0px
}
/*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 30px;
	line-height: 80px;
}*/
/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
min-width:1200px;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
/*  padding: 185px 0px 190px 0px;*/
 min-height: 788px;
}


.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
/*
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
*/
.banner-carousel .content-box{
  position: absolute;
  display: block;
  z-index:5;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner-carousel .content-box h4{
  position: relative;
  display: inline-block;
  font-size: 48px;
  background: rgba(255,255,255,0.8);
  color: #9A0101;
  min-width:1920px;
  font-weight: 700;
  text-align: center;
  line-height: 120px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h4{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 90px;
  font-weight: 800;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box .theme-btn{
  padding: 22px 47px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}


.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  
}
.mask{
	background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.showdiv{
	opacity: 1;
	visibility: visible;
}
.mask .close{
	height:80px;
	width:80px;
	display: block;
	background: url(../img/close.png) no-repeat;
	color:#FFFFFF;
	position: absolute;
	right:30px;
	top:30px;
	transition: transform 0.4s ease-out; 
	cursor: pointer;
}
.mask .close:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.system-bar{
	width:70px;
	height: 260px;
	position: fixed;
	right:0px;
	top:40%;
	z-index: 9999;
	display: none;
}
.main{
min-width:1200px;
}
.main .news{
	overflow: hidden;
}
.main  .title{
	height:138px;
	margin-top:30px
}
.pic1{
	background: url(../img/s1.png) center center no-repeat;
}
.main  .title p{
	font-size:26px;
	line-height: 130px;
	text-align: center;
	font-weight: bold;
}
.main .news .news-content{
	overflow: hidden;
	margin-top:20px;
}
.main .news .news-content .left{
	margin-left: -30px;
	float: left;
	
}
.main .news .news-content .left ul li{
	width:360px;
	height:410px;
	float: left;
	border-bottom:#C4C4C4 1px solid;
	margin-left: 30px;
}
.main .news .news-content .inner-news img{
	width:360px;
	height:240px;
}
.main .news .news-content .inner-news .date-time{
	width:67px;
	height:63px;
	background-color: #9A0101;
	box-shadow: 3px 5px 15px #dedede;
	box-sizing: border-box;
	padding: 8px 5px 0px;
	float: left;
	
}
.main .news .news-content .inner-news .tit{
	padding-top:16px
}
.main .news .news-content .inner-news .date-time p{
	color:#fff;
	text-align: center;
	line-height: 24px;
	
}
.main .news .news-content .inner-news .date-time p:first-child{
	font-size:18px;
	font-weight: bold;
}
.main .news .news-content .inner-news .date-time p:last-child{
	font-size:14px;
}
.main .news .news-content .inner-news .abs{
	clear: both;
	font-size:13px;
	color:#9F9F9F;
	padding-top: 10px;
	line-height: 24px;
}
.main .news .news-content .inner-news .news-title{
	width:280px;
	padding-left: 10px;
	float:left;
	font-weight: bold;
}
.main .news .news-content .right{
	width:420px;
	float: right;
}
.main .news .news-content .right .first-news{
	height:137px;
	background: url(../img/4942.jpg) no-repeat;
	
}
.main .news .news-content .right .first-news .date-time{
	width:67px;
	height:60px;
	text-align: center;
	padding: 8px 10px;
	float: left;
}
.main .news .news-content .right .first-news .date-time p:first-child{
	font-size:26px;
	color:#fff;
	font-weight: bold;
}
.main .news .news-content .right .first-news .date-time p:last-child{
	font-size:16px;
	color:#fff;
}
.main .news .news-content .right .first-news .news-title{
	width:310px;
	float: left;
	padding-left:10px;
	color:#FFFFFF;
	padding-top: 8px;
	line-height: 36px;
}
.main .news .news-content .right .first-news .abs{
	clear: both;
	color: #CAC3C3;
	font-size:14px;
	padding:0px 15px
}
.main .news .news-content .right .other-news{
	height:70px;
	margin-top: 22px;
	border-left:#C4C4C4 1px solid;
	width:420px;
}
.main .news .news-content .right .other-news .date-time{
	width:67px;
	height:60px;
	text-align: center;
	padding-left: 15px;
	float: left;
}
.main .news .news-content .right .other-news .date-time p:first-child{
	font-size:26px;
	color:#9A0101;
	font-weight: bold;
}
.main .news .news-content .right .other-news .date-time p:last-child{
	font-size:16px;
	color:#AAAAAA;
}
.main .news .news-content .right .other-news .news-title{
	width:320px;
	float:left;
	padding-left: 15px;
	line-height: 30px;
}
.get-more{
	clear: both;
	box-sizing: border-box;
	width:187px;
	height:41px;
	background:#F2F2F2;
	margin: 40px auto;
	text-align: center;
	line-height: 41px;
	position: relative;
	transition: 0.3s all ease;
	cursor: pointer;
}
.get-more .left::after{
	content: "";
	display: inline-block;
	height:1px;
	width: 36px;
	position: absolute;
	left: 8px;
	height:22px;
	border-bottom: #797979 1px dashed;
}
.get-more .right::before{
	content: "";
	display: inline-block;
	height:1px;
	width: 36px;
	position: absolute;
	right: 8px;
	height:22px;
	border-bottom: #797979 1px dashed;
}
.get-more:hover{
	background: #9A0101;
	color:#FFFFFF;
	box-shadow: 3px 3px 10px #CAC3C3;
}
.get-more:hover a{
	color: #FFFFFF;
}
.notification{
	overflow: hidden;
	min-height:400px;
	background: #D9CECE;
}
.pic2{
	
	background: url(../img/s2.png) center center no-repeat;
}
.notification .nt-content{
	margin-left:-30px;
	overflow: hidden;
}
.notification .nt-content ul li{
	width:375px;
	height:141px;
	background: #FFFFFF;
	border-top: #9A0101 4px solid;
	float:left;
	margin-left: 30px;
	margin-top: 30px;
}
.notification .nt-content .no-notice{
	color:#9A0101;
	font-weight: bold;
	padding:15px 20px 10px;
}
.notification .nt-content .no-title{
	padding:0px 20px;
	line-height: 36px;
}
.square{
	clear: both;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}
.square ul li{
	width: 20%;
    float: left;
    height: 12.5rem;
    background-color: #392f30;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.square ul li:nth-child(1) {
    width: 60%;
    height: 25rem;
}
.square ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.square ul li img {
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: -1;
    transition: all .35s;
}
i.inline-black {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);

}
.square ul li a:hover img{
	transform: translate(-50%,-50%) scale(1.1);
}

.square ul li p{
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	width:200px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 2;
}

.square  em.btn_video{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background-image: url(../img/playCircle.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 5;
    transition: all .35s;
}
footer{
	clear: both;
	margin-top: 50px;
	height:284px;
	background: url(../img/bottom-bg.jpg);
background-size: cover;
	box-sizing: border-box;
	padding:10px 0px;
min-width:1200px;
}
footer .left{
	width:650px;
}
footer .left .link{
	height: 160px;
}
footer .left p{
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 80px;
}
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(../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(../img/up-arrow.png) no-repeat center center;
    width:32px;
    height:32px;
    position: relative;
    top:5px
}
.sub-banner{
	height: 280px;
min-width:1200px;
	background: url(../img/sub-banner.jpg) no-repeat;
	
}
.sub-banner-bmgk{
	height: 280px;
min-width:1200px;
	background: url(../img/LZW_1024.png) no-repeat;
	
}
.sub-banner-wzyz{
	height: 280px;
min-width:1200px;
	background: url(../img/DJI_0651.jpg) no-repeat;
	
}
.sub-banner-jscg{
	height: 280px;
min-width:1200px;
	background: url(../img/121978.jpg) no-repeat;
	
}
.subPage{
min-width:1200px;
}
.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;
	top:28px;
	left: 30px;
	color: #FFFFFF;
	font-size:24px;
}

.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; */
    display: block;
    /* padding-right: 70px; */
    /* padding-bottom: 20px; */
    line-height: 50px;
    padding-left: 30px;
}
.subPage .sub-left .sub-left-con .first-nav li.active{
	
	border-left: #94080B 2px solid;
	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(../img/down.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow-small{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(../img/right2.png) no-repeat;
	position: absolute;
	left:25px;
	top:20px;
}

.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;
       border-bottom:#dedede 4px solid;
}

.subPage .sub-right .sub-right-title h3{
	font-size:24px;
	line-height: 54px;
}

.subPage .sub-right .sub-right-title .lc{
	position: absolute;
	right: 0;
	top:25px;
	font-size:14px;
	color:#9F9F9F
	
}
.subPage .sub-right .sub-right-title .local:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url(../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(../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;
	border-bottom:#dedede 2px solid;
	padding-left: 5px;
	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;
        font-weight:bold;
}
.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(../img/304616.jpg) no-repeat;
	
}
.abroad .ab-left{
	width:830px;
	min-height:600px;
	
}
.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{
	 
    display: flex;
    background: url(../img/i-map.png) no-repeat center top;
    height: 430px;
}
.number .num-box{
	width:273px;
	padding:120px 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 .lc{
  width:1200px;
 margin:0 auto;
  height:120px;
  background:#f2f2f2;
}
.liuchen ul{
 width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}
.liuchen ul li{
	float: left;
       height:50px;
    border-right:#dedede 1px solid;
}
.liuchen ul li a{
   display:block;
   padding:0 50px;
}

.liuchen  .icon-img{
	width: 58px;
	height: 62px;
       margin:0 auto
}
.liuchen ul li p{
	
}
.xsfc{
	clear: both;
	height: 390px;
}
.xsfc-box{
	overflow: hidden;
    border-top: #dedede 1px solid;
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 10px;
}
.xsfc ul li{
	float:left;
	width:387px;
	background: url(../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:#333
}
.liuxue-banner{
	height:404px;
	background: url(../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;
}
.part-one .tzgg{
	width:295px;
	margin-left: 20px;
	margin-top: 18px;
}
 .tz-tit{
	position: relative;
}
.getMore{
	position: absolute;
	right: 0px;
	top:10px;
	color:#979797;
	font-size:14px;
}
.part-one .tzgg ul{
	overflow: hidden;
	margin-top: 10px;
}
.part-one .tzgg ul li{
	border-bottom: #c4c4c4 1px solid;
	
}
.part-one .tzgg ul li a{
	font-size:14px;
	line-height: 30px;
}
.part-one .tzgg  .dateTime{
	font-size:13px;
	color:#9A0101;
}
.liuxue .right-icon:after{
	content: "";
	position: absolute;
	right:80px;
	top:10px;
	width:20px;
	height: 20px;
	background: url(../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(../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;
	overflow: hidden;
	margin-top: 40px;
}
.part-two .inner-box ul li{
	float: left;
	width: 150px;
	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:75px;
}
.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(../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:40px ;
}
.part-four .sch-text ul{
	overflow: hidden;
	margin-left: -27px;
}
.part-four .sch-text ul li{
	float: left;
	width:380px;
	margin-left: 27px;
}
.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
}