html{
	font-size:15px
}
header{
	background: linear-gradient(to right,#133096,#0160BA);
}
header .top-logo{
	height:140px;
}
header .logo{
	width:52%;
	height:100px;
	background: url(/dxy/img/logo.png) no-repeat;
	position: relative;
	top:25px;
        left:10px;
}
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: #015fb9;
}
header .navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	width:11%;
	text-align: center;
}
header .navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
header .navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	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(1,95,185,0.9);
    top:50px;
    width: 100%;
    text-align: center;
}
header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	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: #0a47a7;
 	color: #FFFFFF;	
}

header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #0a47a7;
	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(/dxy/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 30px;
	line-height: 80px;
}
/** banner-section **/
/*
.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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 .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{
  
}*/
.slideBox {
	max-width: 1280px;
	max-height: 26.25rem;
	overflow: hidden;
	position: relative;
	top:2px;
	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(/dxy/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;
}
.main{
	overflow: hidden;
}
.main-title{
	height:3.4rem;
	box-sizing: border-box;
	margin-top: 30px;
}
.main-title .tit{
	height: 50px;
	position: relative;
}
.main-title .tit .tit-con{
	font-size:1.75rem;
	font-weight: bold;
}
.main-title .tit .el{
	font-size:14px;
	color:#A1A1A1;
	position:absolute;
	left: 130px;
	top:12px;
}
.main-title .line{
	display: inline-block;
	position: absolute;
	width:72%;
	height: 1px;
	background-color: #C9C9C9;
	left: 13.125rem;
	top:1.25rem
	
}
.main-title .line-short{
	width:52%;
}
.main-title .get-more{
	clear: both;
	box-sizing: border-box;
	width:10%;
	height:80%;
	background:linear-gradient(to right,#0160BA,#133096);
	text-align: center;
	line-height: 41px;
	position: absolute;
	right:0px;
	transition: 0.3s all ease;
	cursor: pointer;
}
.main-title .get-more a{
	color: #FFFFFF;
	font-size:14px
}

.main-title .get-more:hover{
	background: #9A0101;
	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:66.666%;
	padding-right:1.25rem;
}
.xwdt-inner .xwdt-inner-left a{
	display: block;
	width:48%;
	
}
.xwdt-inner .xwdt-inner-left .news-box{
	margin-left:-1rem;
}
.xwdt-inner .xwdt-inner-left .news-box a{
	margin-left:1rem
}
.xwdt-inner .xwdt-inner-left img{
	width:100%;
	height: 268px;
}
.xwdt-inner .xwdt-inner-left .tt{
	font-size:16px;
	color:#333333;
        font-weight:bold;
	line-height: 30px;
       padding:10px 0px;
       height:80px
}
.xwdt-inner .xwdt-inner-left .aa{
	font-size:14px;
	color:#7D7D7D;
	line-height:28px
}
.xwdt-inner .xwdt-inner-left .dd{
	font-size:14px;
	color:#0160BA;
	padding-top: 10px;
}
.xwdt-inner .xwdt-inner-right{
	width:33.333%;
	float:left;
	/*padding:0 1.25rem 0 0;*/
}
.xwdt-inner .xwdt-inner-right ul li{
    border-bottom:#C9C9C9 1px solid;
}
.xwdt-inner .xwdt-inner-right ul li a{
	line-height:2.4rem;
}
.xwdt-inner .xwdt-inner-right .ddr{
	color:#0160BA;
	font-size:14px
}
.part-two {
	overflow: hidden;
	padding-bottom:10px;
}
.part-two .tzgg
{
	width:50%;
	padding:0 1.25rem 0 0;
}
.part-two .xsgz{
	width:50%;
	padding:0 0 0 1.25rem;
}

.part-two .news-inner ul li{
	border-bottom: #c9c9c9 1px solid;
	
}
.part-two .news-inner ul li a{
	line-height:2.6rem;
	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:#6ca9e3;
	float: right;
}
.part-three {
	margin: 2rem -1.25rem;
}
.part-three .djdt{
	width:62%;
	padding:0 1.25rem
}
.part-three .zsjy{
	width:38%;
	padding:0 1.25rem
}
.part-three .djdt-inner .djdt-inner-left{
	width:38%;
	height:13.75rem;
}
.part-three .djdt-inner .djdt-inner-right{
	width:62%;
}
.part-three .uu li a{
	line-height:45px;
	display: block;
	border-bottom: #c9c9c9 1px solid;
}
.part-three .tab-bar{
	height:40px;
	box-sizing: border-box;
	padding-top:14px;
}
.part-three .tab-bar ul li{
	float:left;
	width:83px;
	height:26px;
	line-height:26px;
	background: #E6E6E6;
	margin-right: 30px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-size:14px;
}
.part-three .tab-bar ul li.active{
	background: #0160BA;
	color:#FFFFFF
}
.part-three .tab{
	margin-top: 5px;
}

.part-three .item{

	display: none;
}
.showdiv{
	display:block
}
.ztlm{
	margin-top: 40px;
}
.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{
	background: rgba(15,67,166,0.9);
	
	height:130px;
	margin-top: 50px;
}
.wai-box{
	display: flex;
	justify-content:space-between
}
.link .box{
	margin-right:4.5rem;
	box-sizing: border-box;
	padding-top:40px;
	display: flex;
	align-items:center;
	flex-wrap:wrap
}
.link .box a{
	color:#FFFFFF;
}
.link .box-img{
	margin-right: 20px;
}
.link .box img{
	transition:0.5s;
	-webkit-transition:0.5s;
　　　-moz-transition:.5s;
}
.link .box:hover img{
	-webkit-transform:rotateY(180deg); 
　　　　-moz-transform:rotateY(180deg);
　　　　-ms-transform:rotateY(180deg);
　　　　-o-transform:rotateY(180deg);
}
footer{
	clear: both;
	height:169px;
	background:linear-gradient(to right,#133096,#0160BA);
	
	background-image: url(/dxy/img/xx6.jpg);
	background-position: 0px -90px;
}
footer .bottom-logo{
	width:43%
}
footer img{
	
	padding-top: 40px;
}
footer .middle-message {
	width:37.5%;
	color: white;
	font-size: 14px;
	padding-top: 20px;
	line-height:30px;
}
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(/dxy/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(/dxy/img/up-arrow.png) no-repeat center center;
    width:32px;
    height:32px;
    position: relative;
    top:5px
}


.list-banner{
	height: 220px;
	background: url(/dxy/img/ye84.jpg) no-repeat top center;
	
}
.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(/dxy/img/down.png) no-repeat;
	position: absolute;
	right:5px;
	top:15px;
}
i.right-arrow-small{
	display: inline-block;
	height:26px;
	width:26px;
	background: url(/dxy/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(/dxy/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(/dxy/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(/dxy/img/304616.jpg) no-repeat;
	
}
.abroad .ab-left{
	width:830px;
	min-height:600px;
	background: url(/dxy/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(/dxy/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(/dxy/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;
}
.part-one .tzgg .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;
	list-style: circle;
}
.part-one .tzgg ul li a{
	font-size:15px;
	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(/dxy/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(/dxy/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(/dxy/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{
	position: relative;
        padding-bottom:40px
}
.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;
	overflow: hidden;
        min-height:500px
}
.list-left{
	width:22%;
	min-height:500px;
	/*background:url(/dxy/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(/dxy/img/3608.png) no-repeat right top,
	            url(/dxy/img/3609.png) no-repeat left bottom;
	background-color: #FFFFFF;
	left:20px;
	top:20px;
	z-index:2;
}
.list-left-head p{
	font-size:28px;
	font-weight: bold;
	color:#333333;
	position: relative;
	left: 50px;
	top:40px
}
.list-left-nav{
	margin-top: 80px;
	margin-left: 50px;
}
.list-left-nav ul li{
	border-bottom:#D9D9D9 1px solid;
	line-height: 50px;
}
.list-left-nav ul li a{
   padding:15px 30px;
   font-size:16px
}
.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;
font-weight: bold;
}
.list-right .news-list{
	padding-top: 20px;
}
.list-right .news-list ul li{
	color: #858585;
    line-height:38px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.list-right .news-list .news-inner li{
	position: relative;
	border-bottom: none;
	margin-bottom: 108px;
}
.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;
    
}
.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;
        font-size:18px;
}
@media only screen and (max-width: 1280px) {
	
	
}
.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;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
}
.content-head{
	font-size:24px;
	line-height: 32px;
	padding:30px 0px;
	font-weight: 600;
        color: #015fb9;
        text-align:center
}
.content-inner .xx{
	color:#858585;
	padding-bottom:30px;
	border-bottom: #dedede 1px solid;
	text-align:center;
}
.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
}
@media (min-width:1400px) and (max-width:1920px) {
	body{font-size:15px;}
}
@media  (max-width:1280px) {
        	.main,.part-two{
		padding: 0 1.25rem;
	}
	.xwdt-inner .xwdt-inner-left{
		width:100%;
	}
	.xwdt-inner .xwdt-inner-right{width:100%}
	.xwdt-inner .xwdt-inner-right ul li{
		width:50%;
		float:left;
	}
	.part-two .tzgg{
		width:100%
	}
	.part-two .xsgz{
		width:100%;
		padding: 0px;
	}
        .list-left{
		display: none;
	}
	.list-banner{
		display: none;
	}
	.list-right{
		padding:30px;
		width:100%;
		margin-left:0px;
	}
	.list-inner{
		padding:0px;
	}
       .content-left{
       width:100%;
       padding-left:1rem
       padding-right:1rem
       }
       .content-right{
        display:none;
       }
}
 .v_news_content p{
    font-size: 16px;
    line-height: 200%;
    text-indent:2em;
}
 .v_news_content table p{
   text-indent:0;
}
 .vsbcontent_img{
    text-align:center;
}
 .vsbcontent_img img{
    margin:0 auto;
   
}
#vsb_content_2 P{
   font-size:16px;
    line-height: 200%;
}

#vsb_content_2 img{
   margin:0 auto
   text-align:center;
}
@media only screen and (min-width: 1921px) {
	header{
		background: linear-gradient(to right,#0160BA,#1334A9);
	}
	footer{
		background: linear-gradient(to right,#0160BA,#1334A9);
	}
}
.szdw-list li{
    width: 131px;
    height: 40px;
    float: left;
    text-align: center;
    background: #ebf4fd;
    margin-right: 10px;
    margin-bottom: 10px;
}
.szdw-list li a{
   line-height:40px;
padding: 10px 30px;
}
/*教师简历*/

.resume-list .jjmp{
	overflow:hidden;
	margin-top: 10px;
	padding: 0px 30px 10px;
	background:#f2f8fd;
        border:#d5d5d5 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;
}
.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{
    padding-top:15px;
}
.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;
}