.layout {
	overflow:hidden;
	padding-top:3.9583333333333335rem;
}
.header {
	background:url(../images/bg1.jpg) no-repeat center/100% 100%;
	position:fixed;
	top:0;
	z-index:111;
	left:0;
	right:0;
}
.header .wrap {
	padding:0 10.416666666666668rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:auto;
	height:3.9583333333333335rem;
}
.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
}
.header .logo img {
	height:2.447916666666667rem;
	display:block;
}
.header .searchbtn {
	position:absolute;
	right:1.0416666666666667rem;
	top:1.0416666666666667rem;
	display: flex;
	align-items: center;
}
.header .searchbtn .txt{
	width: 0;
	height: 2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;border: none;border-radius: 5px;
	font-size: 14px;color: #333;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .searchbtn:hover .txt{
	width:10rem;padding: 0 0.6rem;
}
.header .searchbtn .ubtn{
	background: url(../images/wicon3.png) no-repeat center;
	width: 2rem;height: 2rem;border: none;cursor: pointer;
}
.header .searchbtn a {
	height:1.875rem;
	width:1.875rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header .searchbtn a img {
	display:block;
}
.naver ul {
	display:flex;margin-left:5rem;
}
.naver li a {
	padding:0 0.78125rem;
	display:block;
	line-height:3.9583333333333335rem;
	font-size:1rem;
	color:#ffffff;
}
.naver li {
	margin-right:0.2604166666666667rem;
	position:relative;
}
.naver li dl{
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	border-radius: 6px;
	background: #184dac;
	display: none;
	overflow: hidden;
}
.naver li dd a{
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: block;line-height: 46px;
	white-space: nowrap;min-width: 100px;
	text-align: center;
	float: 0 20px;
}
.naver li dd a:hover{
	background: #d86f3b;
}
.naver li dd:last-child a{
	border: none;
}
.naver li i {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0.3125rem;
	background:#d86f3b;
	z-index:1;
	margin:0 auto;
	width:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.naver li.on i,.naver li:hover i {
	width:100%;
}
.banner {
	overflow:hidden;
	position:relative;
}
.banner .flex {
	position:absolute;
	left:0;
	right:0;
	bottom:1.4583333333333335rem;
	display:flex;
	z-index:2;
	justify-content:center;
	align-items:center;
}
.banner .flex .prev,.banner .flex .next {
	width:1.0416666666666667rem;
	height:1.0416666666666667rem;
	background:url(../images/prev.png) no-repeat center/contain;
	cursor:pointer;
	margin:0 1.875rem;
	opacity:0.5;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.banner .flex .prev:hover,.banner .flex .next:hover {
	opacity:1;
}
.banner .flex .next {
	transform:rotate(180deg);
}
.banner .flex .spans {
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
}
.banner .flex .spans span {
	width:0.625rem;
	height:0.625rem;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	margin:0 0.5208333333333334rem;
}
.banner .flex .spans span.swiper-pagination-bullet-active {
	width:6.145833333333334rem;
	height:1.9791666666666667rem;
	background:url(../images/span.png) no-repeat center/contain;
	border-radius:0;
	opacity:1;
}
.hnews {
	padding:3.125rem 0;
}
.hnews .wrap {
	display:flex;
	justify-content:space-between;
}
.hnews .nlt {
	width:17.1875rem;
}
.htit {
	display:flex;
	align-items:center;
	margin-bottom:0.78125rem;
}
.htit img {
	width:2.5rem;
	display:block;
	margin-right:0.5208333333333334rem;
}
.htit h4 {
	font-size:1.3541666666666667rem;
	line-height:1.4;
	color:#f47b3f;
	font-weight:bold;
}
.htit h4 i {
	color:#265aaf;
}
.htit h6 {
	font-size:0.78125rem;
	color:#999999;
	line-height:1.4;
	text-transform:uppercase;
}
.unews dt a {
	display:block;
	border-bottom:0.052083333333333336rem solid #dddddd;
	padding:0.625rem 0.2604166666666667rem 0.78125rem;
}
.unews dt h4 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#232323;
}
.unews dt p {
	font-size:0.78125rem;
	line-height:1.5;
	color:#999999;
	margin:0.2604166666666667rem 0;
}
.hpreview .key li .time,.unews dd .time,.unews dt .time, .news_list .time {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#999999;
	padding-left:1.2333333333333334rem;
	background:url(../images/time1.png) no-repeat left center;
}
.unews dd a {
	display:block;
	border-bottom:0.052083333333333336rem solid #dddddd;
	padding:0.78125rem 0.2604166666666667rem;
}
.unews dd h4 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#232323;
}
.hcent {
	width:34.375rem;
	overflow:hidden;
	height:100%;
}
.hmore {
	font-size:0.8333333333333334rem;
	line-height:2.4;
	display:block;
	width:6.25rem;
	color:#f47b3f;
	background:url(../images/wico4.png) no-repeat right center;
	border-bottom:0.052083333333333336rem solid #f47b3f;
	margin-top:0.625rem;
}
.hmore:hover {
	background:url(../images/wico4.png) no-repeat right 0.5208333333333334rem center;
}
.hcent .pic {
	height:20.833333333333336rem;
	overflow:hidden;
	position:relative;
}
.hcent .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hcent .pic .wtime {
	width:6.25rem;
	height:5.729166666666667rem;
	text-align:center;
	position:absolute;
	left:0;
	line-height:1.6;
	z-index:11;
	bottom:0;
	background:url(../images/wicon1.png) no-repeat center/100% 100%;
	font-size:1.875rem;
	color:#ffffff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:0.78125rem;
	padding-left:0.5208333333333334rem;
}
.hcent .pic .wtime span {
	position:relative;
	top:1.5625rem;
}
.hcent .text {
	padding:0.5208333333333334rem 1.3020833333333335rem;
}
.hcent .text h4 {
	font-size:1.0416666666666667rem;
	line-height:1.4;
	color:#232323;
}
.hcent .text p {
	font-size:0.78125rem;
	line-height:1.6;
	color:#999999;
	margin:0.5208333333333334rem 0;
}
.hcent .flexcent {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-top:0.5208333333333334rem;
}
.hcent .flexcent .prev,.hcent .flexcent .next {
	width:4.0625rem;
	height:0.8333333333333334rem;
	background:url(../images/wico5.png) no-repeat center/contain;
	cursor:pointer;
}
.hcent .flexcent .next {
	background:url(../images/wico5-1.png) no-repeat center/contain;
}
.hcent .flexcent .spans {
	flex:1;
	text-align:center;
}
.hcent .flexcent .spans span {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	background:#bdbdbd;
	opacity:1;
}
.hcent .flexcent .spans span.swiper-pagination-bullet-active {
	background:#f47b3f;
}
.hpreview {
	background:url(../images/bg3.png) no-repeat center/cover;
	padding-top:2.604166666666667rem;
	padding-bottom:4.427083333333334rem;
}
.hpreview .wrap {
	display:flex;
	justify-content:space-between;
}
.hpreview .ult {
	width:23.177083333333336rem;
}
.hpreview .yug .icon {
	height:15.104166666666668rem;
	position:relative;
}
.hpreview .yug .icon h4 {
	font-size:0.8854166666666667rem;
	line-height:1.4;
	padding:0.625rem 1.5625rem;
	color:#ffffff;
	position:absolute;
	left:0;
	bottom:1.5625rem;
	z-index:2;
	background:rgba(244,123,63,0.6);
}
.hpreview .yug .icon img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpreview .yug .text {
	border:1px solid #f47b3f;
	padding:0.78125rem 1.3020833333333335rem;
	border-top:none;
	background:#fff;
}
.hpreview .yug .text p {
	display:flex;
	align-items:center;
	font-size:0.7291666666666667rem;
	line-height:2;
	color:#363636;
}
.hpreview .yug .text p img {
	display:block;
	width:0.6770833333333334rem;
	margin-right:0.3125rem;
}
.hpreview .yug .bt {
	display:flex;
	justify-content:flex-end;
}
.hpreview .yug .bt .hmore {
	margin-top:-0.5208333333333334rem;
}
.hpreview .urt {
	width:48.177083333333336rem;
}
.htflex {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.htflex .hmore {
	margin:0;
}
.hpreview .key {
	border:1px solid #f47b3f;
	padding:0.9375rem 0.46875rem;
	background:url(../images/wicon2.png) no-repeat right center/auto 100% rgba(255,255,255,0.5);
	display:flex;
	justify-content:space-between;
}
.hpreview .key ul {
	width:16.927083333333336rem;
}
.hpreview .key li a {
	display:block;
	padding:0.9375rem 0.78125rem;
	border-bottom:0.052083333333333336rem solid #c7cdd8;
}
.hpreview .key li {
	margin-bottom:0.4166666666666667rem;
}
.hpreview .key li h4 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#232323;
	margin-bottom:0.5208333333333334rem;
}
.hpreview .key .pics {
	width:27.34375rem;
	height:20.572916666666668rem;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}
.hpreview .key .pics img {
	max-width:27.34375rem;
	max-height:20.572916666666668rem;
	width:auto;height:auto;
}
.section2 {
	position:relative;
	z-index:3;
	margin-top:-3.385416666666667rem;
	background:url(../images/bg4.png) no-repeat center/100% 100%;
	padding:7.291666666666667rem 0 6.25rem;
}
.section2 .wrap {
	display:flex;
	justify-content:space-between;
}
.section2 .lis {
	width:23.177083333333336rem;
}
.section2 .lis ul {
	background:url(../images/ubg1.png) no-repeat center/cover;
}
.section2 .lis li {
	padding:0 1.0416666666666667rem;
}
.section2 .lis li a {
	display:flex;
	justify-content:space-between;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.1);
	padding:0.9895833333333334rem 0;
	align-items:center;
	min-height:2.86rem;
}
.section2 .lis li .time {
	width:3.125rem;
	text-align:center;
	font-size:0.8333333333333334rem;
	margin-right:1.5625rem;
	color:rgba(255,255,255,0.6);
}
.section2 .lis li .time i {
	font-size:0.7291666666666667rem;
	color:#4d8ac8;
	background:rgba(255,255,255,0.6);
	border-radius:0.15625rem;
	display:block;
	margin-top:0.15625rem;
}
.section2 .lis li p {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#ffffff;
	flex:1;
}
.htit.wh h4 i,.htit.wh h4 {
	color:#fff;
}
.htit.wh h6 {
	color:rgba(255,255,255,0.6);
}
.section2 .lis dt a {
	display:block;
	border:1px solid #6397ca;
	background:rgba(255,255,255,0.3);
	padding:1.0416666666666667rem;
	margin-bottom:0.2604166666666667rem;
}
.section2 .lis dt a h4 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#ffffff;
	margin-bottom:0.625rem;
	min-height:3rem;
}
.section2 .lis .ltime {
	display:flex;
	align-items:center;
	font-size:1.5625rem;
	font-weight:lighter;
	color:rgba(255,255,255,0.6);
	line-height:1.2;
	background:url(../images/wico14.png) no-repeat right center/1.875rem auto;
}
.section2 .lis .ltime span {
	font-size:2.0833333333333335rem;
	line-height:1.2;
	color:#ffffff;
	margin-right:0.2604166666666667rem;
}
.section2 .lis .ltime i {
	font-size:0.7291666666666667rem;
	margin-left:0.2604166666666667rem;
}
.section2 .lis dd {
	border:1px solid #6397ca;
	background:rgba(255,255,255,0.3);
	padding:0 1.0416666666666667rem;
	border-bottom:none;
	border-top:none;
}
.section2 .lis dd:first {
	border-top:0.052083333333333336rem solid #6397ca;
}
.section2 .lis dd:last-child {
	border-bottom:0.052083333333333336rem solid #6397ca;
}
.section2 .lis dd a {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:3.125rem;
	border-bottom:0.052083333333333336rem solid #6397ca;
}
.section2 .lis dd:last-child a {
	border:none;
}
.section2 .lis dd a h4 {
	font-size:0.8854166666666667rem;
	line-height:1.6;
	color:#fff;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	flex:1;
}
.section2 .lis dd a i {
	white-space:nowrap;
	font-size:0.7291666666666667rem;
	color:rgba(255,255,255,0.6);
	width:3.125rem;
	text-align:right;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.section3 {
	background:url(../images/bg7.jpg) no-repeat center/cover;
	padding:4.6875rem 0 4.166666666666667rem;
	margin-top:-4.6875rem;
}
.section3 .wrap {
	display:flex;
	justify-content:space-between;
}
.section3 .meiti {
	width:47.91666666666667rem;
}
.section3 .meiti .flex {
	display:flex;
	justify-content:space-between;
}
.section3 .meiti .flex ul {
	width:16.40625rem;
	background:url(../images/bg5.jpg) no-repeat center/cover;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.section3 .meiti .flex li {
	padding:0 1.3020833333333335rem;
}
.section3 .meiti .flex li a {
	display:block;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.2);
	padding:1.3020833333333335rem 0 1.0416666666666667rem;
}
.section3 .meiti .flex li h6 {
	margin-left:-0.78125rem;
	width:5.46875rem;
	line-height:1.09375rem;
	text-align:center;
	background:url(../images/wico17.png) no-repeat center/contain;
	font-size:0.7291666666666667rem;
	color:#f47b3f;
}
.section3 .meiti .flex li h4 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#ffffff;
	margin-top:0.78125rem;
}
.section3 .meiti .piclist {
	width:calc(100% - 16.614583333333336rem);
}
@media only screen and (min-width:1280px) {
.section3 .meiti .piclist {
	height:27.8rem;
}
}
.section3 .meiti .piclist dl {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	height:100%;
}
.section3 .meiti .piclist dd {
	width:calc((100% - 0.20833333333333334rem)/2);
	margin-bottom:0.20833333333333334rem;
	height:calc((100% - 0.20833333333333334rem)/2);
}
.section3 .meiti .piclist dd:last-child {
	width:100%;
	margin-bottom:0;
}
.section3 .meiti .piclist dd a {
	display:block;
	height:100%;
	position:relative;
}
.section3 .meiti .piclist dd img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.section3 .meiti .piclist dd h4 {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	padding:2.604166666666667rem 1.0416666666666667rem 0.5208333333333334rem;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
	font-size:0.8854166666666667rem;
	color:#ffffff;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.section3 .xuegong {
	flex:1;
	margin-left:1.8229166666666667rem;
}
.section3 .xglist a {
	display:flex;
	justify-content:space-between;
	padding:0.7291666666666667rem 0;
	border-bottom:0.052083333333333336rem solid #e4ebf2;
}
.section3 .xglist .xtime {
	width:4.270833333333334rem;
	height:4.010416666666667rem;
	background:url(../images/wico18.jpg) no-repeat center/100% 100%;
}
.section3 .xglist .xtime i {
	font-size:1.3541666666666667rem;
	color:#ffffff;
	width:2.7083333333333335rem;
	line-height:2.1875rem;
	display:block;
	text-align:center;
}
.section3 .xglist .xtime span {
	font-size:0.7291666666666667rem;
	color:#999999;
	line-height:1.6;
	margin-top:0.46875rem;
	display:block;
	text-align:center;
}
.section3 .xglist h4 {
	flex:1;
	margin-left:0.10416666666666667rem;
	font-size:0.9375rem;
	color:#232323;
	line-height:2;
	padding:0 0.5208333333333334rem;
	display:flex;
	align-items:center;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.footer {
	background:url(../images/bg6.jpg) no-repeat center/cover;
	padding-top:3.125rem;
}
.footer .flex {
	display:flex;
	justify-content:space-between;
}
.footer .lt p {
	font-size:0.78125rem;
	line-height:2.4;
	color:#ffffff;
	margin-top:1.0416666666666667rem;
}
.footer .rt a {
	font-size:0.78125rem;
	line-height:2.4;
	height:2.0833333333333335rem;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.5);
	display:inline-block;
	width:10rem;
	text-align:center;
	border-radius:0.2604166666666667rem;
}
.footer .rt a:hover {
	background:#f47b3f;
}
.footer .lsele {
	width:12.8125rem;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:0.2604166666666667rem;
	height:2.0833333333333335rem;
	line-height:2.0833333333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0.78125rem;
	font-size:0.7291666666666667rem;
	color:#fff;
	background:url(../images/ar1.png) no-repeat right 0.625rem center/0.625rem auto;
}
.footer .lsele option {
	background:#1b63b3;
}
.footer .flexrt {
	display:flex;
	justify-content:flex-end;
	text-align:center;
	margin-top:2.0833333333333335rem;
}
.footer .flexrt .weix {
	width:5.364583333333334rem;
}
.footer .flexrt .weix img {
	display:block;
	width:100%;
}
.footer .flexrt .weix p {
	font-size:0.7291666666666667rem;
	line-height:2;
	color:#ffffff;
}
.footer .copyright {
	border-top:0.052083333333333336rem solid rgba(255,255,255,0.1);
	margin-top:2.0833333333333335rem;
	padding:1.8229166666666667rem 0;
	text-align:center;
}
.footer .copyright a {
	display:inline-block;
	font-size:0.78125rem;
	line-height:1.6;
	color:#ffffff;
}
.section3 .meiti .piclist dd,.hpreview .yug .icon {
	overflow:hidden;
}
.section3 .meiti .piclist dd a:hover img,.hpreview .yug a:hover .icon img,.hcent a:hover .pic img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.section3 .meiti .piclist dd img,.hpreview .yug .icon img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hcent a:hover .text h4 {
	color:#f47b3f;
}
.section3 .xglist a:hover h4 {
	color:#fff;
}
.section3 .xglist a:hover h4,.section3 .meiti .flex li:hover,.section2 .lis dd:hover,.section2 .lis dt a:hover,.section2 .lis li:hover,.hpreview .key li a:hover,.unews dd a:hover,.unews dt a:hover, .news_list li:hover {
	background:#f47b3f;
}
.section3 .meiti .flex li:hover h6,.section2 .lis li a:hover .time i,.hpreview .key li a:hover h4,.unews dd a:hover h4,.unews dt a:hover p,.unews dt a:hover h4, .news_list li a:hover h4 {
	color:#fff;
}
.section3 .xglist h4,.section3 .meiti .flex li h6,.section3 .meiti .flex li,.section2 .lis dd,.section2 .lis li .time i,.section2 .lis li,.hpreview .key li a h4,.hcent .text h4,.unews dd a h4,.hpreview .key li .time,.unews dd .time,.unews dt .time,.unews dt a h4,.unews dt a p, .news_list li:hover {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hpreview .key li a:hover .time,.unews dd a:hover .time,.unews dt a:hover .time, .news_list li a:hover .time {
	color:#fff;
	background:url(../images/time1-1.png) no-repeat left center;
}

.webnone{
	display: none;
}
#banner {margin:0 auto; text-align:center;}
#container {background:url("../images/bg3.jpg") no-repeat center bottom; padding-bottom:8rem;}
#Sidebar {
  margin-right: 2.4833333333333335rem;
  width: 15rem;
  display: flex;
  flex-direction: column;
}
.tit_title {
  height:4rem;
  color: #fff;
  display: table;
	background:#265aaf;
}
.tit_title h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight:700;
  font-size: 1.5rem;}
.nav_left {
	margin-top:2px;
  background:url("../images/bg5.jpg") no-repeat center/cover;
  padding:0;
}
.nav_left ul li {
  font-size: 1.125rem;
  position: relative; 
}
.nav_left ul li > a {
  color: #fff;
  display: block;
  margin: 0;
  transition: 0.36s;
	line-height:2.8;
	text-align:center;
  border-bottom:1px dotted #ccc;
}
.nav_left ul li > a:hover {
  color: #0ab5f4;
}
.nav_left ul .hover > a {
  color: #fff;
  background:#f47b3f;
}
.nav_left ul li {
	text-align:center;
}
.nav_left ul li > a:hover{
	background:#f47b3f;
	color:#fff;
}
.nav_left ul li dl {margin-left:3rem;
  border-left: solid 1px #5492d1;display: none;}
.nav_left ul li dl dt {
  line-height: 2rem;
  position: relative;}
.nav_left ul li dl dt:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  right: 25px;
  height: 1px;
  width: 26px;
  background: #5492d1;
}
.nav_left ul li dl dt a {
  color: #fff;
  display: block;
  font-size:0.8rem;
  margin: 0;
  transition: 0.36s;
  position: relative;
  display: inline-block;}
.nav_left ul li dl dt a:hover{
    padding-left:.6rem;
}
.nav_left ul .hover dl, .nav_left ul li:hover dl {display:block;}
@media only screen and (max-width:1024px) {
#Sidebar {display:none;}
}
#Mainbody {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#Mainbody .zxlist li {border-bottom:dotted 1px #ddd;}
#position {line-height:1.5rem;margin-left:auto;
	margin-top:1.3020833333333335rem;}
#position a {}
.flextit {display:flex;text-align:right;border-bottom:1px solid #f47b3f;}
.flextit h2 {
	font-size:2.0833333333333335rem;
	color:#363636;
	font-weight:bold;
	line-height:1.5;
	padding:0.5208333333333334rem 0;
}
.content {padding:30px 10px;font-size:16px;}
.content p {margin:10px 0; text-indent:2em;}
.title {text-align:center;border-bottom:1px dotted #ccc;}
.title h3 {font-size:24px;line-height:60px; font-weight:600;}
.tit_attr {margin-bottom:5px;font-size:14px;color:#666;}


.news_list ul {
	margin:1rem;
}
.news_list li a {
	display:block;
	padding:0.9375rem 0.78125rem;
	border-bottom:1px dotted #c7cdd8;
}
.news_list li {
	margin-bottom:0.4166666666666667rem;
}
.news_list li h4 {
	font-size:1rem;
	line-height:1.6;
	color:#232323;
	margin-bottom:0.5208333333333334rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow:hidden;
}
.leader_list {margin-top:3rem;}
.leader_list ul {display: flex;justify-content: space-between;
  flex-wrap: wrap;}
.leader_list ul li {width:48%;position: relative;display:block;margin-bottom:1rem;height: 12.15625rem;overflow:hidden;border:1px solid #ddd;border-radius:0.2rem;}
.leader_list ul li a{display: flex;justify-content: space-between;
  flex-wrap: wrap;}
.leader_list ul li .leader_photo {
  width: 8.770833333333334rem;
  height: 12.15625rem;
  border-radius: 0.2rem;
  overflow: hidden;}
.leader_list ul li .leader_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.leader_list ul li .leader_contet {
  flex: 1;
  margin-left: 1.1458333333333335rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.leader_list ul li .leader_contet h4 {
  font-size: 1.1rem;
	font-weight:700;
  line-height: 1.2;
  overflow: hidden;
  margin: 0.4166666666666667rem 0;
}
.leader_list ul li .leader_contet p {
  font-size: 0.9375rem;

  color: #666;
  line-height: 1.7;
  margin: 0.4166666666666667rem 0;
}
@media only screen and (max-width:760px) {
	.leader_list ul li {width:100%;}
}
.teacher h5 {font-size:1.2rem;height:2.4rem;line-height:2.4rem;color:#fff;font-weight:700;margin-top:20px;background:linear-gradient(to right, #104099, #2b6fee);border-radius:8px;padding:0 10px;clear:both;}
.teacher .teacher_list {clear:both;}
.teacher .teacher_list h6 {font-size:1rem;color:#333;font-weight:700;padding:.2rem .5rem;margin-top:.5rem;border-bottom:1px solid #f47b3f;display:inline-block;}
.teacher .teacher_list ul {list-style:none;}
.teacher .teacher_list ul li {float:left;display:inline;width:8rem;margin:.5rem; text-align:center;line-height:2.4rem;}
.teacher .teacher_list ul li a {display:block;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;border:1px solid #eee;font-size:0.9375rem;overflow: hidden;}
.teacher .teacher_list ul li a:hover {border-color:#f47b3f;background:#f47b3f;color:#fff;}