.section1 {
	width: 100%;
	height: 100%;
	position: relative;
	background:url(../imgs/newbg.jpg) no-repeat center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	height:260px;
}

.section1 .menu {
	position: absolute;
	width: 100%;
	z-index: 999
}

.section1 .menu>div:first-child {
	height:4.2vw;
	line-height: 4.2vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
/* 	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	/* padding: 0 1.5625vw */
}
.menu_container:hover{
	background: #07294d;
}
.menu_container{
	background: transparent;
	height: 4.2vw;
}
.section1 .menu>div:first-child img {
	width: 112px;
	height: 36px;
	/* margin: 1.2vw 0 0; */
	
}

.section1 .menu>div:first-child>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.section1 .menu>div:first-child>ul>li {
	position: relative;
	padding: 0 1.78125vw;
	/* margin: 40px 0 0; */
}

.section1 .menu>div:first-child>ul>li:nth-of-type(1) {
	font-size: 0.83333vw;
	color: #fff;
	cursor: pointer
}

.section1 .menu>div:first-child>ul>li>a {
	display: inline-block;
	position: relative;
	padding: 0 0.78125vw;
	font-size: 0.83333vw;
	color: #fff;
	/* height: 1.5625vw;
	line-height: 1.5625vw; */
	font-size: 18px;
	z-index: 99;
}
/* .section1 .menu>div:first-child>ul>li>a::before{
	display: inline-block;
	content: "";
	position: absolute;
	height: 0.10417vw;
	bottom: -1.3vw;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: #fff;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	will-change: width;
} */
.section1 .menu>div:first-child>ul>li::before{
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #fff;
	content: "";
	right: 0;
	top:calc(50% - 10px);;
}
.section1 .menu>div:first-child>ul>li:last-child::before{
	display: none;
}
.section1 .menu>div:first-child>ul>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	height: 0.10417vw;
	bottom: 0;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: #fff;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	will-change: width
}

.section1 .menu>div:first-child>ul>li:hover>.children-ul {
	opacity: 1;
	top: 0.125vw;
	visibility: visible
}

.section1 .menu>div:first-child>ul>li:hover::after,.section1 .menu>div:first-child>ul>li:hover a::before {
	width: 75%
}
.section1 .menu>div:first-child>ul>li:hover{
	/* background-color: #3d6ea2; */
}
.section1 .menu>div:first-child>ul>li.in::after {
	width: 40%
}

.section1 .menu>div:first-child>ul>li>.children-ul {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	padding-top: 0.78125vw;
	width: 8vw;
	top: 3.75vw;
	left: calc(50% - 4vw);
	padding: 0.78125vw 0 0.52083vw;
	text-align: center;
	border: 1px solid #3d6ea2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0.26042vw 0.78125vw rgba(24,59,91,0.19);
	box-shadow: 0px 0.26042vw 0.78125vw rgba(24,59,91,0.19);
	/* -webkit-border-radius: 0.41667vw;
	border-radius: 0.41667vw; */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #3d6ea2;
	padding: 4vw 0 0;
}
.section1 .menu>div:first-child>ul>li:last-child>.children-ul,.section1 .menu>div:first-child>ul>li:nth-child(5)>.children-ul{
	background: none;
	border: none;
	box-shadow: none
}
/* .section1 .menu>div:first-child>ul>li>.children-ul::before {
	position: absolute;
	top: -0.44271vw;
	display: inline-block;
	content: '';
	width: 0.78125vw;
	height: 0.78125vw;
	left: 43%;
	background: #fff;
	border: 1px solid #65DAFF;
	border-left-color: #fff;
	border-bottom-color: #fff;
	-webkit-transform: rotate(-45deg) skew(18deg, 18deg);
	-ms-transform: rotate(-45deg) skew(18deg, 18deg);
	transform: rotate(-45deg) skew(18deg, 18deg);
	z-index: 1
} */

.section1 .menu>div:first-child>ul>li>.children-ul li {
	/* height: 2.1875vw; */
	line-height: 2.1875vw;
	padding:0 15px 0
}

.section1 .menu>div:first-child>ul>li>.children-ul li a {
	display: inline-block;
	width: 100%;
	line-height:25px;
	color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	
}
.section1 .menu>div:first-child>ul>li>.children-ul li a:last-child {
	border-bottom:none
}
.section1 .menu>div:first-child>ul>li:hover>a{
	color: #b58a4f;
	font-weight: bold;
	
}
.section1 .menu>div:first-child>ul>li>.children-ul li a:hover {
	/* color: #0093E5; */
	color: #b58a4f;
}

.section1 .menu>div:first-child>ul .nav_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

.section1 .menu>div:first-child>ul .nav_box .nav {
	margin-left: 1.5625vw;
	color: #fff;
	font-size: 0.83333vw;
	cursor: pointer;
	margin-right: 0.52083vw
}

.section1 .menu>div:first-child>ul .nav_box .nva_circle {
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 3.125vw;
	margin-top: 1.04167vw;
	width: 1.04167vw;
	height: 1.04167vw;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.section1 .menu>div:first-child>ul .nav_box .nva_circle span {
	position: absolute;
	top: -1.30208vw;
	left: 0.41667vw
}

.section1 .menu>div:first-child>ul .nav_box .nva_circle:hover {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.section1 .menu>div:first-child>ul .nav_box:hover .nva_circle {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.section1 video {
	width: 100%;
	position: absolute
}

.section1 .bannerImg {
	width: 100%;
	height: 100%;
	display: none
}
.bannerims{
	text-align: center;
	padding: 339px 0 0;
}
.bannerims img{
	display: block;
	margin: 0 auto;
}
.qypx_container{
	/* padding: 240px 0; */
	overflow: hidden;
}

.wid1200{
	width: 1200px;
	margin: 0 auto;
}
.qypx_container ul li{
	float: left;
	width: 292px;
	height: 292px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 10px 0 0;
}
.qypx_container ul li:last-child{
	margin: 0;
}
.qypx_container ul li dl{
	padding: 50px 50px 60px;
}
.qypx_container ul li dl dt{
	width: 63px;
	height: 63px;
	margin: 0 auto;
}
.qypx_container ul li dl dt{
	background: url(../imgs/qypx_icon4.png) no-repeat center;
}
.qypx_container ul li:nth-child(2) dl dt{
	background: url(../imgs/qypx_icon1.png) no-repeat center;
}
.qypx_container ul li:nth-child(3) dl dt{
	background: url(../imgs/qypx_icon2.png) no-repeat center;
}
.qypx_container ul li:nth-child(4) dl dt{
	background: url(../imgs/qypx_icon3.png) no-repeat center;
}
.qypx_container ul li dl dd h3{
	font-size: 30px;
	color: #07294d;
	margin: 45px 0 0;
}
.qypx_container ul li dl dd b{
	display: block;
	background-color: #07294d;
	width: 42px;
	height: 3px;
	margin: 10px auto 5px;
}
.qypx_container ul li.acative dl dd b{
	background-color: #c59758;
}
.qypx_container ul li dl dd p{
	color:#07294d;
	font-size: 18px;
}

.qypx_container ul li.active:nth-child(1){
	background-color: #7b181d;
}
.qypx_container ul li.active:nth-child(1) dl dt{
	background: url(../imgs/qypx_icon4_1.png) no-repeat center;
}
.qypx_container ul li.active dl dd h3,.qypx_container ul li.active dl dd p{
	color: #c59758;
}
.qypx_container ul li.active dl dd b{
	background-color: #c59758;
}
.qypx_container ul li.active:nth-child(3){
	background-color: #306d96;
}
.qypx_container ul li.active:nth-child(4){
	background-color: #444;
}
.qypx_container ul li.active:nth-child(2){
	background-color: #083057;
}
.qypx_container ul li.active:nth-child(2) dl dt{
	background: url(../imgs/qypx_icon1_1.png) no-repeat center;
}
.qypx_container ul li.active:nth-child(3) dl dt{
	background: url(../imgs/qypx_icon2_1.png) no-repeat center;
}
.qypx_container ul li.active:nth-child(4) dl dt{
	background: url(../imgs/qypx_icon3_1.png) no-repeat center;
}
.zsdz_container{
	background-color: #083057;
	padding: 60px 0;
	overflow: hidden;
}
.zsdz_left{
	width: 555px;
	float: left;
}
.zsdz_sjx{
	width: 555px;
}
.zsdz_p{
	background-color: #fff;
	margin: 0 5px;
	padding: 35px 20px;
	font-size: 16px;
	color: #083057;
	line-height: 50px;
	text-indent: 32px;
}
.zsdz_sjx_img{
	margin: -16px 0 0;
}
.zsdz_sjx_jj {
	padding: 0 0 0 65px;
	width: 555px;
}
.zsdz_sjx_jj h3{
	font-size: 30px;
	color: #c59758;
	margin: 35px 0 0;
}
.zsdz_sjx_jj p{
	font-size: 16px;
	text-indent: 28px;
	color: #fff;
	margin: 25px 0 0;
	line-height: 40px;
}
.zsdz_right{
	background-color: rgba(255, 255, 255,0.2);
	box-shadow: 0px 1px 5.88px 0.12px rgba(1, 13, 33, 0.91);
	float: right;
	width:calc(100% - 700px );
	padding: 20px 40px;
}
.zsdz_list ul li{
	padding:0 0 15px 25px;
	margin: 0 0 15px 0;
	border-bottom: 4px solid #ffffff;
}
.zsdz_list ul li:last-child{
	border-bottom: none;
	margin: 0;
}
.zsdz_list ul li dl{
	overflow: hidden;
}
.zsdz_list ul li dl dt{
	float: left;
	width: 60px;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: bold;
}
.zsdz_list ul li dl  dd{
	float: right;
	width: calc(100% - 84px);
	padding: 0 0 0 20px;
	border-left: 4px solid #fff;
	
}
.zsdz_list ul li dl dd a{
	    display: inline-block;
	    padding: 5px 13px;
	    border: 1px solid #FFFFFF;
	    color: #fff;
	    font-size: 13px;
	    margin: 5px 0 5px 1px;
	    width: 172px;

}
.xxmb_container{
	background-color: #306d96;
	padding: 60px 0 40px;
}
.xxmb_content{
	width: 100%;
}
.xxmb_p{
	    background-color: #fff;
	    padding: 35px 60px;
	    font-size: 16px;
	    color: #083057;
	    line-height: 45px;
	    text-indent: 32px;
		margin: 0 6px;
		
}
.xxmb_tbg{
	/* background: url(../imgs/xxmb_tbg.png); */
	margin: -16px 0 0;
}
.xxmb_left{
	width: 530px;
	float: left;
}
.xxmb_tbg img{
	width: 100%;
}
.xxmb_list{
	margin: 25px 0;
}
.xxmb_list ul li{
	font-size: 16px;
	line-height: 30px;
}
.xxmb_list a{
	color: #fff;
}
.xxmb_con{
	overflow: hidden;
}
.xxmb_left{
	float: left;
}
.xxmb_right {
	float: right;
	width: 615px;
	
}
.xxmb_table{
	background-color: rgba(255, 255, 255,0.2);
	box-shadow: 0px 1px 5.88px 0.12px rgba(1, 13, 33, 0.91);
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.school_right{
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.zsdz_sjx_jj{
	width: 100%;
}
.xxmb_right table{
	width: 100%;
	color: #fff;
	border-spacing:0px;
	border-collapse: collapse;
}
.xxmb_right table  tr{
	border-bottom: 1px solid #fff;
}
.xxmb_right table  tr td{
	border-right: 1px solid #fff;
}
.xxmb_right table a{
	color: #fff;
	font-size: 16px;
	line-height: 53px;
	padding: 0 20px 0 0;
}
.xxmb_right table tr:last-child{
	border:none
}
.xxmb_right table tr td:last-child{
	border:none;
}
.xxmb_right table tr td:last-child a{
	    padding-left: 22px;
	    padding-right: 0;
}
.xxmb_right p{
	font-size: 13px;
	    text-align: right;
	    /* padding: 20px 0; */
	    height: 51px;
	    line-height: 54px;
	    color: #fff;
	    font-weight: bold;
	    padding: 0 20px 0 0;
}
.school_container{
	background-color: #444444;
	overflow: hidden;
}
.school_container{
	padding: 60px 0;
}
.xxmb2_container{
	background-color: #7b181d;
	padding: 60px 0;
	overflow: hidden;
}
.xxmb2_container .xxmb_p{
	color: #7b181d;
}
.zsdz_sjx_jj_p{
	border:1px solid #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0 0;
	position: relative;
	/* background: url(../imgs/yuanjiao.png) no-repeat center; */
}
.zsdz_sjx_jj_p p{
	font-size: 14px;
	margin: 0;
	line-height: 30px;
	
}
.zsdz_sjx_jj_p:before{
	position: absolute;
	right: -13px;
	width: 0;
	height: 0;
	content: "";
	border-top: 6px solid transparent;
	border-left: 14px solid #7b181d;
	border-bottom: 6px solid transparent;
	top: 82px;
	z-index: 99;
}
.zsdz_sjx_jj_p:after{
	position: absolute;
	right: -15px;
	width: 0;
	height: 0;
	content: "";
	border-top: 8px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 8px solid transparent;
	top: 80px;
}
.xxmb2_right{
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.xxmb2_right_p{
	color: #fff;
}
.xxmb2_school_list{
	overflow: hidden;
	
}
.xxmb2_school_list ul{
	padding: 20px 10px;
}
.xxmb2_school_list ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	position: relative;
}
.xxmb2_school_list ul li:before{
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	top: 78px;
	z-index: 1;
	background: #fff;
	left: -14px;
}
.xxmb2_school_list ul li a{
	color: #fff;
}
.xxmb2_school_list ul li dl dt a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.xxmb2_school_list ul li dl dt a:before{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: -5px;
	content: "";
}
.xxmb2_school_list ul li:first-child dl dt a:before{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: -10px;
	content: "";
}
.xxmb2_school_list ul li:last-child dl dt a:after{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: 178px;
	content: "";
}
.xxmb2_school_list ul li:last-child:after{
	content: "";
	    position: absolute;
	    width: 25px;
	    height: 1px;
	    top: 78px;
	    z-index: 1;
	    background: #fff;
	    left: 163px;
}
.xxmb2_school_list ul li dl dd{
	margin: 15px 0 0;
}
.xxmb2_djzt_tit {
  background-color: rgb(255, 255, 255,.8);
	margin: 0 auto 20px;
  width: 556px;
  height: 39px;
  line-height: 39px;
	position: relative;
}
.xxmb2_djzt_tit h3{
	color: #7b181d;
	font-size: 20px;
	text-align: center;
}
.xxmb2_djzt_tit  b{
	position: absolute;
	position: absolute;
	right: 13px;
	top: 0px;
	font-weight: normal;
	color: #7b181d;
}
.xxmb2_djzt_table{
	padding: 20px 30px;
	margin: 30px 0 0;
}
.xxmb2_container .xxmb_right{
float: none;	
}
.xxmb2_container .zsdz_sjx_jj p{
	line-height:40px;
}
.xxmb2_right_p{
	line-height: 30px;
	font-size: 16px;
}
.xxmb2_container .xxmb_right table a{
	line-height: 45px;
}
.dcb_container{
	background-color: #E5E5E5;
	
	padding: 100px 0 10px; 
}
.dcb_form{
	background-color: rgba(245,245,245,.6);
	box-shadow: 0px 2px 7.76px 0.24px rgba(134, 134, 134, 0.78);
	padding: 68px 0;
	text-align: center;
}
.dcb_form h3{
	color: #0b1c35;
	font-size: 26px;
	margin: 0 0 10px;
}

.forms{
	width: 745px;
	margin: 50px auto 10px;
}
.forms label{
	color: #444444;
	width: 85px;
	display: inline-block;
}
.forms label span{
	color: red;
}
.group_form{
	float: left;
	width: 50%;
	font-size: 18px;
	margin: 0 0 10px;
}
.forms input{
	border:none;
	padding: 5px 15px;
	width: 236px;
	margin: 0 0 0 10px;
}
.group_btn input{
	background-color: #444444;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 ;
	width: 183px;
	height: 25px;
	line-height: 25px;
	padding: 0;
}
.section7 {
	width: 100%;
	height: 100%;
	position: relative;
	/* overflow: hidden; */
	/* background: url(../imgs/footbg.jpg) no-repeat center top; */
}
.section7 .container{
	position: relative;
}
.section7_bg1{
	width: 100%;
	background:#e5e5e5 url(../imgs/footbg.png) no-repeat center bottom;
	position: relative;
	overflow: hidden;
	height: 65%;
	    background-size: cover;
}
.section7_bg2{
	background-color: #073056;
	height:30%;
	padding: 3.1vw 0 1vw;
	position: relative;
}
.section7_bg2 ul{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	    z-index: 998;
		width: 65%;
		padding: 0 0 0 1.5%;
}
.section7_bg2 ul li a{
	   display: block;
	   color: #FFFFFF;
	   line-height: 28px;
	   font-size: 12px;
}
.section7_bg2 ul li dt {
	text-align: left;
}
.section7_bg2 ul li dt h3{
	margin:10px 0 ;
	font-size: 18px;
	position: relative;
}
.section7_bg2 ul li dt h3:before {
    position: absolute;
    left:0;
    bottom: -2px;
    height: 2px;
    background-color: #FFFFFF;
    width: 74%;
    content: "";
    margin: 0 auto;
}
.section7_bg2 ul li:nth-child(3) dt h3:before {
	width: 100%;
}
.section7_bg2 ul li:nth-child(4) dt h3:before {
	width: 94%
}
.section7_bg2 ul li:nth-child(5) dt h3:before {
	width: 27%;
}
.section7_bg2 ul li dd {
	font-size: .8vw;
	line-height: 18px;
}
.section7_bg2 ul li dt img{
	height: 41px;
}
.ewm_container{
	position: absolute;
	right: 10%;
	top: 15px;
}
.ewm_container a{
	padding: 10px 0;
	color: #fff;
}
.section7_bg3{
	background-color: #272727;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	letter-spacing: 3px;
	font-size: .8vw;
	height:5%;
	line-height: 40px;
}
.section7_bg1_co{
	padding: 3vw 4vw;
}
.section7_bg1_co h2{
	color: #073056;
	border-left: 6px solid #073056;
	padding-left: 10px;
	margin: 0 0 0 40px;
	font-size: 30px;
}
.news_tit {
	padding:20px 0 20px 40px;
}
.news_tit  li{
	display: inline-block;
	text-align: left;
	color: #3d3d3d;
	font-size:17px;
	font-weight: bold;
	cursor: pointer;
}
.news_tit  li.active span{
	/* color: #073056; */
	color: #b58a4f;
}
.news_tit  li b{
	display: inline-block;
	padding:  15px;
}
.newslist {
  background-color: rgba(255, 255, 255,0.6);
  box-shadow: 0px 0px 4px 0px rgba(45, 49, 52, 0.86);
  width: 60%;
  /* height: 297px; */
  z-index: 304;
}
.newslist_item{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	    z-index: 998;
}
.newslist{
	padding: 2vw 2vw 0;
}
.newslist dl{
	overflow: hidden;
	margin: 0 0 1.25vw;
}
.newslist dl:last-child{
	margin: 0;
}
.newslist dl dt{
	width: 5.5vw;
	height: 3.5vw;
	float: left;
	background-color: #007AFF;
}
.newslist dl dt img{
	width: 100%;
}
.newslist dl dd{
	float: left;
	width: calc(100% - 8vw);
	padding: 0 0 0 1.5vw;
}
.newslist dl dd h3,.vodeo h3{
	position: relative;
	color: #3d3d3d;
	text-overflow: ellipsis;
	white-space:nowrap;
	 overflow: hidden;
	 max-width: 540px;
}
.vodeoimg img{
	width: 100%;
}
.vodeo h3{
	padding: 5px 0 0;
}
.newslist dl dd h3:after,.vodeo h3:after{
	position:absolute;
	left: 0;
	bottom: -8px;
	background-color: #0b1c35;
	height: 2px;
	width: 40%;
	content: "";
}
.newslist dl dd hr{
	width: 50%;
	margin: 10px 0 5px;
	background-color: #3d3d3d;;
}
.vodeo  hr {
    width: 50%;
    margin: 8px 0 2px;
	border: 1px solid;
}
.newslist dl dd p ,.vodeo p{
	padding:0 0 0 ;
	color: #3d3d3d;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical;  
}
.newslist .more{
	text-align: right;
	    color: #07294d;
	    margin: 20px 0;
}
.newslist .more a{
	color: #07294d;
}
.vodeo{
	width: 40%;
	border-left: 2px solid #0b1c35;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	 /* height: 297px; */
}
video{
	width: 100%;
	height: calc(100% - 60px);
	background-color: #0b1c35;
}



.foot_icon{
	min-height: 38px;
}
.foot_icon

.foot_teacher.show {
	bottom: 0px
}

.footer_list li .foot_icon{
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: url(../imgs/footer_1.png) no-repeat left;
  background-size: contain;
}

.footer_list li:nth-child(2) .foot_icon{
	background: url(../imgs/footer_2.png) no-repeat left;
	background-size: contain;
}
.footer_list li:nth-child(3) .foot_icon{
	background: url(../imgs/footer_3.png) no-repeat left;
	background-size: contain;
}
.footer_list li:nth-child(4) .foot_icon{
	background: url(../imgs/footer_logo.png) no-repeat left;
	background-size: contain;
}
.footer_list li:nth-child(5) .foot_icon{
	background: url(../imgs/footer_4.png) no-repeat left;
	background-size: contain;
}
.foot_teacher .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.foot_teacher .container .logo {
	position: relative;
	margin-left: 9.375vw
}

.foot_teacher .container .logo img {
	width: 5.20833vw;
	position: absolute;
	top: -3.75vw
}

.foot_teacher .container .logo span {
	display: inline-block
}

.foot_teacher .container .logo span:nth-of-type(1) {
	font-family: 'PingFang SC';
	font-size: 0.9375vw;
	line-height: 3.54167vw;
	color: #fff;
	padding-left: 7.8125vw
}

.foot_teacher .container .logo span:nth-of-type(2) {
	font-family: 'PingFang SC';
	font-size: 1.25vw;
	line-height: 3.54167vw;
	color: #99DDFF;
	padding-left: 0.52083vw
}

.foot_teacher .container .logo span:nth-of-type(3) {
	font-family: 'PingFang SC';
	font-size: 0.9375vw;
	line-height: 3.54167vw;
	color: #fff;
	padding-left: 0.52083vw
}

.foot_teacher .container .go {
	padding-left: 8.33333vw
}

.foot_teacher .container .go>a {
	display: block;
	width: 10.52083vw;
	height: 2.60417vw;
	border: 1px solid #fff;
	-webkit-border-radius: 0.20833vw;
	border-radius: 0.20833vw;
	line-height: 2.60417vw;
	text-align: center;
	color: #fff;
	margin-top: 0.46875vw
}

.foot_teacher .container .close {
	line-height: 2.60417vw;
	font-size: 0.9375vw;
	color: #fff;
	padding-left: 2.29167vw;
	cursor: pointer
}

.foot_teacher .container .close img {
	width: 3.54167vw;
	height: 3.54167vw
}

.fp-tooltip {
	border: none !important;
	-webkit-border-radius: 0% !important;
	border-radius: 0% !important;
	left: -4vw
}
.tab{
	display: none;
}
.tabon{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.top{
	position: absolute;
	width: 40px;
	height: 40px;
	/* background: #e5e5e5; */
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	left: calc(50% - 21px);
	top: -20px;
	background: url(../imgs/back.png) no-repeat center center;

}

.tab{
	display: none;
}
.tabon{
	display: block;
}
.tabones{
	display: flex;
}
.container {
	width: 78.15vw;
	margin: 0 auto;
}


body{
	background-color: #E5E5E5;
}

.combg_grey{
	overflow: hidden;
	margin: 50px 0;
}
.list_content .container{
	width: 1200px;
}
.comm_posnav{
	padding: 25px 40px;
	font-size: 16px;
	border-bottom: 1px solid #b5b5b5;
}
.comm_posnav a{
	color: #303030;
}
.list_left{
	width: 840px;
	/* height: 1200px; */
	background-color: #fff;
	float: left;
}
.artice_list ul{
	margin: 0 50px 0 45px;
	padding: 0 0 30px;
	border-bottom: 1px solid #676767;
}
.artice_list ul li{
	margin: 35px 0 0;
	overflow: hidden;
	padding: 0 0 60px;
	background: url(../imgs/listbg.png) no-repeat center bottom;
}
.artice_list ul li>a{
	display: block;
}
.artice_list ul li dt{
	width: 254px;
	height: 154px;
	float: left;
	background-color: #890013;
	overflow: hidden;
}
.artice_list ul li dt img{
	width: 100%;
	height: 100%;
}
.artice_list ul li dt a{
	display: block;
	height: 100%;
	width: 100%;
}
.artice_list ul li dd a{
	color: #07294d;
}
.artice_list ul li dd a h3{
	font-size: 18px;
	
	font-weight: bold;
}
.artice_list ul li dd .datetime{
	color: #676767;
	display: block;
	font-weight: normal;
	background: url(../imgs/list_line.png) no-repeat bottom left;
	padding: 10px 0;
}
.artice_list ul li dd p{
	color: #676767;
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0 25px;
}
.artice_list ul li dd{
	float: left;
	width: calc(100% - 264px);
	padding: 0 0 0 10px;
}
.artice_count{
	
}
.artice_eye{
	float: left;
}
.artice_eye b{
	color: #676767;
	font-weight: normal;
	vertical-align: middle;
}
.artice_count .artice_more{
	color: #676767;
	float: right;
}
.page_cate{
	padding: 15px 50px 35px 40px;
}
.page_cate ul {
	text-align: right;
}

.page_cate ul li a{
	color: #747474;
}
.page_cate ul li{
	display: inline-block;
	padding: 0 5px;
}
.page_cate ul li:first-child,.page_cate ul li:last-child{
	border: 1px solid #07294d;
	padding: 5px 10px;
}
.list_right{
	width: 331px;
	float: right;
	height: 1200px;
	background-color: #fff;
}

.com_right_new{
	padding: 66px 40px 0;
}
.com_right_new h3,.comm_right_course h3{
	font-size: 20px;
	color: #07294d;
	font-weight: bold;
}
.com_right_new ul {
	
}
.com_right_new ul  li{
	
}
.com_right_new ul  li a{
	font-size: 14px;
	padding: 20px 0 10px;
	color: #676767;
	overflow: hidden;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-bottom: 1px dashed  #adadad;
}
.com_right_more{
	padding: 25px 0 50px;
	text-align: right;
}
.com_right_more a{
	color: #676767;
}
.comm_right_course{
	padding: 40px 40px 20px;
	background: url(../imgs/com_course_bbg.png) no-repeat center bottom;
}
.comm_right_course_list{
	color: #676767;
}
.comm_right_course_list h4{

}
.comm_right_course_list .title{
	font-size:14px ;
	color: #676767;
}
.comm_right_course_list  li{
	overflow: hidden;
	padding: 0 0 12px;
	border-bottom:  1px dashed  #adadad;
}
.comm_right_course_list  li>a{
	color: #676767;
	display: block;
	
}
.title{
	overflow: hidden;
	margin: 10px 0 12px;
}
.title span{
	float: left;
}
.title b{
	float: right;
	font-size: 12px;
	color: #676767;
	font-weight: normal;
	
}
.comm_right_course_list p{
	color: #676767;
}
.com_detail_txt{
	padding: 50px 60px 30px;
}
.com_detail_txt h3{
	text-align: center;
	font-size: 20px;
}
.com_detail_date{
	padding: 20px 0 40px;
	text-align: center;
	font-size: 16px;
	background: url(../imgs/listbg1.png) no-repeat bottom center;
}
.com_detail_artice{
	color: #676767;
	line-height: 35px;
	font-size: 16px;
}
.com_detail_artice_container{
	padding: 0 0 30px;
	border-bottom: 1px solid #676767;
}
.com_detail_page{
	padding: 30px 0 0;
}
.com_detail_page a{
	color: #676767;
	font-size: 14px;
	font-weight: normal;
}
.com_detail_page li{
	font-size: 16px;
	font-weight: bold;
}
.com_detail_artice_container h3{
	text-align: center;
}
/* 关于我们 */
.section_about {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../imgs/aboutbg.jpg) no-repeat center ;
	overflow: hidden;
	height: 460px;
}
.about_content .container{
	width: 1200px;
	margin: 0 auto;
}
.about_content{
	background: url(../imgs/about_map.png) no-repeat center 38%;;
}
.about_comm_header{
	text-align: center;
	padding-bottom: 20px;
}
.about_comm_header_map{
	background: url(../imgs/about_line.png) no-repeat bottom center;
	padding-bottom: 50px;
}

.about_comm_header h3{
	color: #063056;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.about_comm_header h3:before{
	position: absolute;
	width: 34px;
	height: 4px;
	content: "";
	bottom: -12px;
	background-color: #063056;
	left: calc(50% - 17px);;
}
.about_jianjie{
	
	padding: 40px;
}
.about_jianjie_txt{
	
}
.about_jianjie_txt p{
	font-size: 16px;
	line-height: 35px;
	color: #353535;
	letter-spacing: 2px;
	text-indent: 32px;
	margin: 0 ;
}
.about_ywfw{
	width: 60%;
	margin: 50px auto 0;
}
.about_ywfw dl{
	background-color: #535353;
	width: 213px;
	height: 213px;
	position: relative;
	text-align: center;
	margin: 0 10px;
	float: left;
}
.about_ywfw dl dt{
	background: url(../imgs/about_range.png) no-repeat 0 0;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	position: absolute;
	top: -32.5px;
	left: calc(50% - 38px);
}
.about_ywfw dl:nth-child(2) dt{
	background: url(../imgs/about_range.png) no-repeat -240px 0 ;
}
.about_ywfw dl:nth-child(3) dt{
	background: url(../imgs/about_range.png) no-repeat -480px 0 ;
}
.about_ywfw dl dd{
	padding: 65px 15px  0 ; 
}
.about_ywfw dl dd h3 a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #b5b5b5;
}
.about_ywfw dl dd ul li{
	margin-top: 10px;
	text-align: center;
}
.about_ywfw dl dd ul li a{
	color: #fff;
	font-size: 15px;
}
.comm_white{
	background-color: #fff;
	height: 135px;
	margin: 195px 0 0;

}
.about_ywfw dl:nth-child(2) dd ul,.about_ywfw dl:nth-child(3) dd ul{
	padding: 20px 15px;
	overflow: hidden;
}
.about_ywfw dl:nth-child(2) dd ul li {
	float: left;
	width: 50%;
	
}
/* 行业的支持 */
.about_hyzc{
	background: #063056;
	padding: 60px 0 0;
	overflow: hidden;
}
.about_hyzc .container{
	width: 1200px;
	margin: 0 auto ;
}
.about_comm_header_yel h3{
	color: #b58a4f;
}
.about_comm_header_yel h3::before{
	background-color: #b58a4f;
}
.about_hangye_txt{
	overflow: hidden;
	padding: 20px 0 0;
}
.about_hangye_desc{
	width: 35%;
	float: left;
	color: #fff;
	font-size: 16px;
	text-indent: 32px;
	line-height: 40px;
}
.about_hangye_img{
	float: right;
	width: 60%;
}
.about_hangye_img img{
	width: 100%;
}
.about_hangye_banner{
	width: 100%;
	margin: 40px 0 50px;
}
.ztjn_adv{
	background-color: #E5E5E5;
	text-align: center;
	padding: 100px 0 10px;
}
.ztjn_adv_head h3{
	color: #0b1c35;
	font-size: 26px;
	margin: 0 0 10px;
	position: relative;
}
.ztjn_adv_head h3::before{
	width: 32px;
	height: 4px;
	position: absolute;
	left: calc(50% - 16px);
	bottom:-10px;
	content: "";
	background-color: #0b1c35;
}
.ztjn_adv_content{
	width: 100%;
	padding: 30px 0 0;
	overflow: hidden;
}
.ztjn_adv_lis_contanier{
	overflow: hidden;
	/* height: 294px; */
	width: 10000000px;
}
.ztjn_adv_list{
	float: left;
}
.ztjn_adv_list_item{
	float: left;
	cursor: pointer;
}
.ztjn_adv_list_item:hover img{
	transform: scale(1.1,1.1);
	box-shadow: 0px 2px 7.76px 0.24px rgba(134, 134, 134, 0.78);
	
}
.ztjn_adv_list_item img{
	transition: 0.3s linear;
}



/* 合作院校 */
.about_school{
	background-color: #fff;
	padding: 60px 0;
}
.about_school .container{
	width: 1200px;
	margin: 0 auto;
}
.about_school_list_item {
	border-radius: 10px;
	box-shadow: 0px 0px 4.75px 0.25px rgba(72, 72, 72, 0.57);
	padding: 50px;
	overflow: hidden;
}
.about_school_list_item dl dt{
	float: left;
	width:415px ;
}
.about_school_list_item dl dd{
	float: right;
	width: calc(100% - 440px);
	/* margin: 0  0 0 45px; */
}
.about_school_list_item dl dd h3{
	color: #343434;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin: 20px 0 14px;
}
.about_school_list_item dl dd h3:before{
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #343434;
	bottom: -5px;
	content: "";
}
.about_school_list_item dl dd p{
	color: #343434;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 2px;
}
.about_school_list_item_img{
	width: 100%;
	margin: 15px 0 0;
}
.about_students{
	padding: 60px 0;
}
.about_students .container{
	width: 1200px;
	margin: 0 auto;
}
.about_students_list_head{
	border-top: 4px dotted #fff;
	 width: 865px;
	 position: relative;
	 margin: 50px auto;
}
.about_students_list_head dl{
	font-size: 14px;
	float: left;
	width: 20%;
	text-align: center;
	color: #535353;
	transition: 0.3s all linear;
	position: relative;
	margin: 30px 0 0;
	cursor: pointer;
}
.about_students_list_head dl.active{
	font-size: 18px;
	color: #b58a4f;
	font-weight: bold;
}
.about_students_list_head dl::before{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #535353;
	content: "";
	top: -41px;
	left: calc(50% - 10px);
}
.about_students_list_head dl.active::before{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #b58a4f;
	content: "";
}
.about_students_list_head dl dd{
	vertical-align: middle;
}
.about_students_list{
	padding: 60px 0 0;
}
.about_students_list_item{
	text-align: left;
	border: 3px solid #fff;
	padding: 35px;
}
.about_students_list_item h3{
	font-size: 22px;
	font-weight: bold;
}
.about_students_list_txt p{
	font-size: 16px;
	letter-spacing: 2px;
	color: #343434;
	text-indent: 38px;
	margin: 22px 0;
}
.about_students_list_img ul{
	display: flex;
	justify-content: space-around;
}
/* 教学中心 */
.about_teach{
	background-color: #063056;
	padding: 90px 0;
}
.about_teach .container{
	width: 1200px;
	margin: 0 auto;
}
.about_teach .about_comm_header h3{
	color: #b58a4f;
}
.about_teach .about_comm_header h3:before{
	background: #b58a4f;
}
.about_teach_center{
	overflow: hidden;
	padding: 50px 0 0;
	 min-height: 740px;
}
.about_teach_pos{
	width: 381px;
	float: left;
	position: relative;
	padding: 125px 0 0;
}
.about_teach_posdot{
	color: #fff;
	position: absolute;
}
.about_teach_posdot dl{
	position: relative;
	bottom: 157px;
	left: 5px;
	text-align: center;
	cursor: pointer;
}
.about_teach_posdot dl:nth-child(2){
	bottom: 197px;
	left: 129px;
}
.about_teach_posdot dl:nth-child(3){
	bottom: 184px;
	left: 234px;
}
.about_teach_posdot dl:nth-child(4){
	bottom: 197px;
	left: 273px;
}
.about_teach_posdot dl:nth-child(5){
	bottom: 312px;
	left: 278px;
}
/* .about_teach_posdot dl.active:nth-child(1){
	bottom: 159px;
	left: 5px;
} */
.about_teach_posdot dl dt {
	width: 25px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.about_teach_posdot dl dt img{
	
}
.about_teach_posdot dl dd{
	    position: relative;
	    z-index: 9999;
}
.about_teach_posdot dl.active dd{
	color: #cc0d0f;
	font-weight: bold;
}
.about_teach_posdot dl.active:nth-child(1) dd.map{
	background: url(../imgs/map1.png) no-repeat center;
	position: absolute;
    left: -28px;
    top: -53px;
	width: 118px;
	height: 108px;
	z-index: 0;
}
.about_teach_posdot dl.active:nth-child(2) dd.map{
	background: url(../imgs/map2.png) no-repeat center;
	position: absolute;
    left: -10px;
    top: -41px;
	width: 80px;
	height: 141px;
	z-index: 0;
}
.about_teach_posdot dl.active:nth-child(3) dd.map{
	background: url(../imgs/map3.png) no-repeat center;
	position: absolute;
	left: -13px;
    top: -25px;
	width: 64px;
	height: 66px;
	z-index: 0;
}
.about_teach_posdot dl.active:nth-child(4) dd.map{
	background: url(../imgs/map4.png) no-repeat center;
	position: absolute;
	left: -20px;
	top: -51px;
	width: 105px;
	height: 125px;
	z-index: 0;
}
.about_teach_posdot dl.active:nth-child(5) dd.map{
	background: url(../imgs/map5.png) no-repeat center;
	position: absolute;
    left: -13px;
    top: -47px;
	width: 121px;
	height: 149px;
	z-index: 0;
}

.about_teach_posdot_tip{
	color: #fff;
}
.about_teach_jianjie{
	width: calc(100% - 430px);
	float: right;
	color: #fff;
	border-left: 2px solid rgb(56 89 120);
	padding: 10px 0 0 30px;
}
.about_teach_jianjie h3{
	color: #b58a4f;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}
.about_teach_jianjie h3 img{
	vertical-align: middle;
}
.about_teach_jianjie_list{
	overflow: hidden;
}
.about_teach_jianjie_list dl dd h4{
	color: #b58a4f;
}
.about_teachcenter_desc{
	margin: 15px 0;
}
.about_teachcenter_desc p{
	color: #dbdbdb;
	font-size: 14px;
	text-indent: 32px;
	letter-spacing: 2px;
}
.about_teach_jianjie_list dl{
	background-color: rgba(255, 255, 255,0.2);
	box-shadow: 0px 0px 4.5px 0.5px rgba(25, 25, 25, 0.8);
	padding: 15px;
	overflow: hidden;
}
.about_teach_jianjie_list dl dt{
	width: 422px;
	float: left;
}
.about_teach_jianjie_list dl  dd{
	width: calc(100% - 422px);
	float: right;
}
.about_teach_jianjie_list dl  dd h4{
	float: left;
	width: 15px;
	margin:12px  15px;
	border-top:1px solid #b58a4f ;
	border-bottom:1px solid #b58a4f ;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.about_teach_jianjie_list dl  dd p{
	font-size: 14px;
	float: left;
	width: calc(100% - 45px);
	line-height: 26px;
	letter-spacing: 2px;
}

.about_teach_posdot_tip{
	text-align: center;
	padding: 30px;
}
.tabopc{
	opacity: 0;
	transition: 0.3s linear;
	visibility: hidden;
	display: none;
}
.tabonopc{
	opacity: 1;
	display: block;
	visibility: inherit;;
}




.event_box{ position: relative; min-height: 420px;}
.event_box .parHd {width:1004px; display: block;
margin: 0 auto;
    overflow: hidden;
}
.parHd  ul{ text-align: center; margin: 0 auto; }

.parHd .tempWrap{ margin: 0 auto;}



.parHd li.no_line:before{ display: none;}

.parHd li{  
	/* display: inline-block; cursor: pointer; font-size: 16px; color: #000;margin:0 30px; position: relative; */
	  display: inline-block;
	      cursor: pointer;
	      font-size: 16px;
	      color: #000;
	      margin: 0 15px;
	      position: relative;
	      width: 168px!important;
	}

.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parBd{ text-align: left; margin-top: 60px;}


div#listBox {
    width: 100%;
}
.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 90px;}
.sPrev{ left: 0;}
.sNext{ right: 0;}
.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
}
.mask_school {
  border-radius: 50%;
  background-color: rgb(6, 48, 86);
  box-shadow: 0px 3px 5px 0px rgba(143, 143, 143, 0.48);
  position: absolute;
  left: 0;
  top:0;
 width: 168px;
 height: 163px;
 color: #fff;
 line-height: 168px;
 display: none;
}
.parHd li:hover .mask_school{
	display: block;
}

/* 政企培训 */

.bannerims{
	text-align: center;
	padding: 339px 0 0;
}
.bannerims img{
	display: block;
	margin: 0 auto;
}
.qypx_container{
	/* padding: 240px 0; */
	overflow: hidden;
}

.wid1200{
	width: 1300px;
	margin: 0 auto;
}
.qypx_container ul li{
	float: left;
	width: 292px;
	height: 292px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 10px 0 0;
}
.qypx_container ul li:last-child{
	margin: 0;
}
.qypx_container ul li dl{
	padding: 50px 50px 60px;
}
.qypx_container ul li dl dt{
	width: 63px;
	height: 63px;
	margin: 0 auto;
}
.qypx_container ul li dl dt{
	background: url(../imgs/qypx_icon4.png) no-repeat center;
}
.qypx_container ul li:nth-child(2) dl dt{
	background: url(../imgs/qypx_icon1.png) no-repeat center;
}
.qypx_container ul li:nth-child(3) dl dt{
	background: url(../imgs/qypx_icon2.png) no-repeat center;
}
.qypx_container ul li:nth-child(4) dl dt{
	background: url(../imgs/qypx_icon3.png) no-repeat center;
}
.qypx_container ul li dl dd h3{
	font-size: 30px;
	color: #07294d;
	margin: 45px 0 0;
}
.qypx_container ul li dl dd b{
	display: block;
	background-color: #07294d;
	width: 42px;
	height: 3px;
	margin: 10px auto 5px;
}
.qypx_container ul li.acative dl dd b{
	background-color: #c59758;
}
.qypx_container ul li dl dd p{
	color:#07294d;
	font-size: 18px;
}

.qypx_container ul li.active:nth-child(1){
	background-color: #7b181d;
}
.qypx_container ul li.active:nth-child(1) dl dt{
	background: url(../imgs/qypx_icon4_1.png) no-repeat center;
}
.qypx_container ul li.active dl dd h3,.qypx_container ul li.active dl dd p{
	color: #c59758;
}
.qypx_container ul li.active dl dd b{
	background-color: #c59758;
}
.qypx_container ul li.active:nth-child(3){
	background-color: #306d96;
}
.qypx_container ul li.active:nth-child(4){
	background-color: #444;
}
.qypx_container ul li.active:nth-child(2){
	background-color: #083057;
}
.qypx_container ul li.active:nth-child(2) dl dt{
	background: url(../imgs/qypx_icon1_1.png) no-repeat center;
}
.qypx_container ul li.active:nth-child(3) dl dt{
	background: url(../imgs/qypx_icon2_1.png) no-repeat center;
}
.qypx_container ul li.active:nth-child(4) dl dt{
	background: url(../imgs/qypx_icon3_1.png) no-repeat center;
}
.zsdz_container{
	background-color: #083057;
	padding: 60px 0;
	overflow: hidden;
}
.zsdz_left{
	width: 555px;
	float: left;
}
.zsdz_sjx{
	width: 555px;
}
.zsdz_p{
	background-color: #fff;
	margin: 0 5px;
	padding: 35px 20px;
	font-size: 16px;
	color: #083057;
	line-height: 50px;
	text-indent: 32px;
}
.zsdz_sjx_img{
	margin: -16px 0 0;
}
.zsdz_sjx_jj {
	padding: 0 0 0 65px;
	width: 555px;
}
.zsdz_sjx_jj h3{
	font-size: 30px;
	color: #c59758;
	margin: 35px 0 0;
}
.zsdz_sjx_jj p{
	font-size: 16px;
	text-indent: 28px;
	color: #fff;
	margin: 25px 0 0;
	line-height: 40px;
}
.zsdz_right{
	background-color: rgba(255, 255, 255,0.2);
	box-shadow: 0px 1px 5.88px 0.12px rgba(1, 13, 33, 0.91);
	float: right;
	width:calc(100% - 700px );
	padding: 20px 40px;
}
.zsdz_list ul li{
	padding:0 0 15px 25px;
	margin: 0 0 15px 0;
	border-bottom: 4px solid #ffffff;
}
.zsdz_list ul li:last-child{
	border-bottom: none;
	margin: 0;
}
.zsdz_list ul li dl{
	overflow: hidden;
}
.zsdz_list ul li dl dt{
	float: left;
	width: 60px;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: bold;
}
.zsdz_list ul li dl  dd{
	float: right;
	width: calc(100% - 84px);
	padding: 0 0 0 20px;
	border-left: 4px solid #fff;
	
}
.zsdz_list ul li dl dd a{
	    display: inline-block;
	    padding: 5px 13px;
	    border: 1px solid #FFFFFF;
	    color: #fff;
	    font-size: 13px;
	    margin: 5px 0 5px 1px;
	    width: 172px;

}
.xxmb_container{
	background-color: #306d96;
	padding: 60px 0 40px;
}
.xxmb_content{
	width: 100%;
}
.xxmb_p{
	    background-color: #fff;
	    padding: 35px 60px;
	    font-size: 16px;
	    color: #083057;
	    line-height: 45px;
	    text-indent: 32px;
		margin: 0 6px;
		
}
.xxmb_tbg{
	/* background: url(../imgs/xxmb_tbg.png); */
	margin: -16px 0 0;
}
.xxmb_left{
	width: 530px;
	float: left;
}
.xxmb_tbg img{
	width: 100%;
}
.xxmb_list{
	margin: 25px 0;
}
.xxmb_list ul li{
	font-size: 16px;
	line-height: 30px;
}
.xxmb_list a{
	color: #fff;
}
.xxmb_con{
	overflow: hidden;
}
.xxmb_left{
	float: left;
}
.xxmb_right {
	float: right;
	width: 615px;
	
}
.xxmb_table{
	background-color: rgba(255, 255, 255,0.2);
	box-shadow: 0px 1px 5.88px 0.12px rgba(1, 13, 33, 0.91);
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.school_right{
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.zsdz_sjx_jj{
	width: 100%;
}
.xxmb_right table{
	width: 100%;
	color: #fff;
	border-spacing:0px;
	border-collapse: collapse;
}
.xxmb_right table  tr{
	border-bottom: 1px solid #fff;
}
.xxmb_right table  tr td{
	border-right: 1px solid #fff;
}
.xxmb_right table a{
	color: #fff;
	font-size: 16px;
	line-height: 53px;
	padding: 0 20px 0 0;
}
.xxmb_right table tr:last-child{
	border:none
}
.xxmb_right table tr td:last-child{
	border:none;
}
.xxmb_right table tr td:last-child a{
	    padding-left: 22px;
	    padding-right: 0;
}
.xxmb_right p{
	font-size: 13px;
	    text-align: right;
	    /* padding: 20px 0; */
	    height: 51px;
	    line-height: 54px;
	    color: #fff;
	    font-weight: bold;
	    padding: 0 20px 0 0;
}
.school_container{
	background-color: #444444;
	overflow: hidden;
}
.school_container{
	padding: 60px 0;
}
.xxmb2_container{
	background-color: #7b181d;
	padding: 60px 0;
	overflow: hidden;
}
.xxmb2_container .xxmb_p{
	color: #7b181d;
}
.zsdz_sjx_jj_p{
	border:1px solid #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0 0;
	position: relative;
	/* background: url(../imgs/yuanjiao.png) no-repeat center; */
}
.zsdz_sjx_jj_p p{
	font-size: 14px;
	margin: 0;
	line-height: 30px;
	
}
.zsdz_sjx_jj_p:before{
	position: absolute;
	right: -13px;
	width: 0;
	height: 0;
	content: "";
	border-top: 6px solid transparent;
	border-left: 14px solid #7b181d;
	border-bottom: 6px solid transparent;
	top: 82px;
	z-index: 99;
}
.zsdz_sjx_jj_p:after{
	position: absolute;
	right: -15px;
	width: 0;
	height: 0;
	content: "";
	border-top: 8px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 8px solid transparent;
	top: 80px;
}
.xxmb2_right{
	float: right;
	width: 615px;
	padding: 40px 30px;
}
.xxmb2_right_p{
	color: #fff;
}
.xxmb2_school_list{
	overflow: hidden;
	
}
.xxmb2_school_list ul{
	padding: 20px 10px;
}
.xxmb2_school_list ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	position: relative;
}
.xxmb2_school_list ul li:before{
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	top: 78px;
	z-index: 1;
	background: #fff;
	left: -14px;
}
.xxmb2_school_list ul li a{
	color: #fff;
}
.xxmb2_school_list ul li dl dt a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.xxmb2_school_list ul li dl dt a:before{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: -5px;
	content: "";
}
.xxmb2_school_list ul li:first-child dl dt a:before{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: -10px;
	content: "";
}
.xxmb2_school_list ul li:last-child dl dt a:after{
	position: absolute;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 73px;
	left: 178px;
	content: "";
}
.xxmb2_school_list ul li:last-child:after{
	content: "";
	    position: absolute;
	    width: 25px;
	    height: 1px;
	    top: 78px;
	    z-index: 1;
	    background: #fff;
	    left: 163px;
}
.xxmb2_school_list ul li dl dd{
	margin: 15px 0 0;
}
.xxmb2_djzt_tit {
  background-color: rgb(255, 255, 255,.8);
	margin: 0 auto 20px;
  width: 556px;
  height: 39px;
  line-height: 39px;
	position: relative;
}
.xxmb2_djzt_tit h3{
	color: #7b181d;
	font-size: 20px;
	text-align: center;
}
.xxmb2_djzt_tit  b{
	position: absolute;
	position: absolute;
	right: 13px;
	top: 0px;
	font-weight: normal;
	color: #7b181d;
}
.xxmb2_djzt_table{
	padding: 20px 30px;
	margin: 30px 0 0;
}
.xxmb2_container .xxmb_right{
float: none;	
}
.xxmb2_container .zsdz_sjx_jj p{
	line-height:40px;
}
.xxmb2_right_p{
	line-height: 30px;
	font-size: 16px;
}
.xxmb2_container .xxmb_right table a{
	line-height: 45px;
}
.dcb_container{
	background-color: #E5E5E5;
	padding: 60px 0 10px; 
}
.dcb_form{
	background-color: rgba(245,245,245,.6);
	box-shadow: 0px 2px 7.76px 0.24px rgba(134, 134, 134, 0.78);
	padding: 68px 0;
	text-align: center;
}
.dcb_form h3{
	color: #0b1c35;
	font-size: 26px;
	margin: 0 0 10px;
}

.forms{
	width: 745px;
	margin: 50px auto 10px;
}
.forms label{
	color: #444444;
	width: 85px;
	display: inline-block;
}
.forms label span{
	color: red;
}
.group_form{
	float: left;
	width: 50%;
	font-size: 18px;
	margin: 0 0 10px;
}
.forms input{
	border:none;
	padding: 5px 15px;
	width: 236px;
	margin: 0 0 0 10px;
}
.group_btn input{
	background-color: #444444;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 ;
	width: 183px;
	height: 25px;
	line-height: 25px;
	padding: 0;
}