/* base */
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
	background: #073453;
}

/* 1rem=10px */
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #111111;
    font-size: 1.6rem;
}

i,
em,
img {
    font-style: normal;
}

/* layout */
.main-group,
.header, 
.footer {
    width: 100%;
    margin: 0 auto;
}
.header{position: relative; background: #073453;display: block}
.header img {
    width: 100%;
}
.header_min{width: 100%; position: relative}
.header_min .bg{width: 100%;}
.header_min .logo{width: 50%; position: absolute; left: 50%;margin-left: -25%; top: 2vw; z-index: 9}
.main-group,
.footer {
    width: 100%;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
	padding-top: 50px;
}

.group-6 {
    background-position-y: top;
}

.group-7 {
    background-position-y: bottom;
}

.main-title,
.main {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.main-title {
    max-width: 1200px;
    padding: 5px 0;
	background: url(../img/title-public.png) left top no-repeat;
	background-size: 100%;
}
.main-title a {
	font-size: 6em;
	text-align: left;
	color: #ffffff;
	line-height: 3em;
}
.main,
.main1-left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* main6 */
.main6 {
    background: #fff;
    position: relative;
}
.main-6-top {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.main-6-top h1 {
    padding-left: 106px;
    background: url(../img/main-6-sub.jpg) no-repeat left center;
    background-size: auto 100%;
    margin: 0 20px;
}
.main-6-top h1 a {
    font-size: 30px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slideBox08 {
	float: left;
	width: 640px;
	height: 426px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 2rem solid #fff;
	box-sizing: border-box;
}

.slideBox08 .hd {
	height: 12px;   
	overflow: hidden;
	position: absolute;
	right: 0;
    left: 0;
	bottom: 1rem;
	z-index: 1;
    margin: 0 auto;
}

.slideBox08 .hd ul {
	overflow: hidden;
	zoom: 1;
    text-align: center;
}

.slideBox08 .hd ul li {
	float: right;
    display: inline-block;
	margin: 0px 7px 0px 0px;
	width: 18px;
	height: 6px;
	text-align: center;
	background: #fff;
	color: #ddd;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.4s;
}

.slideBox08 .hd ul li.on {
	background: #d3170b;
	color: #fff;
	/* width: 6rem;
	border-radius: 6px; */
}

.slideBox08 .bd {
	float: left;
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.slideBox08 .bd img {
	width: 640px;
	height: 385px;
}

.slideBox08 .bd span {
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(rgba(0,0,0,0.1), #000);
	position: absolute;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.slideBox08 .bd h1 {
	width: 60%;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
    padding: 0 2rem 1.5rem;
}

.slideBox08 .bd h1 a {
	color: #fff;
	line-height: 4.2rem;
	font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox08 .bd h1 a:hover {
	color: #d3170b;
}

.slideBox08 .prev,.slideBox08 .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
	display: block;
}

.slideBox08 .prev {
	top: 50%;
	margin-top: -37px;
	left: 0px;
	background-position: 0 -74px;
	cursor: pointer;
}

.slideBox08 .next {
	top: 50%;
	margin-top: -37px;
	right: 0px;
	background-position: -40px -74px;
	cursor: pointer;
}

.slideBox08 .prev:hover {
	background-position: 0 0;
}

.slideBox08 .next:hover {
	background-position: -40px 0;
}

.main6-right {
    float: right;
    width: 500px;
}
.main6-right ul li {
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main6-right ul li:last-child {
    border-bottom: 0px;
}
.main6-right ul li a {
    background-color: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 4px;
    display: block;
    padding: 0 10px;
}
.main6-right ul li a h2, .main6-right ul li a p {
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    
    -webkit-box-orient: vertical;
}
.main6-right ul li a h2 {
    line-height: 44px;
	font-size: 18px;
    color: #111111;
    -webkit-line-clamp: 1;
}
.main6-right ul li a p {
    line-height: 24px;
	font-size: 14px;
    color: #929292;
    -webkit-line-clamp: 2;
}
.main6-right ul li a:hover {
    background-color: #0489e7;
    border-bottom: 4px solid #1969d2;
}
.main6-right ul li a:hover h2, .main6-right ul li a:hover p {
    color: #fff;
}
/* main7 */
.part01 {
    width: 120rem;
    margin: 0 auto 0;
    position: relative;
    padding-bottom: 50px;
}

.part01 .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.part01 .swiper-slide {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.part01 .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    font-weight: bolder;
}

.part01 .swiper-slide .tit a {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.part01 .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part01 .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part01 .swiper-slide-active:after {
    display: none;
}

.part01 .swiper-slide img {
    width: 996px;
    height: 570px;
    display: block;
    /* border: 0.2rem solid #fff; */
}

.part01 .swiper-button-prev {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: -50px;
    border-radius: 4px 0 0 4px;
}

.part01 .swiper-button-prev:hover {
    opacity: 0.6;
}

.part01 .swiper-button-next {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: -50px;
    border-radius: 0 4px 4px 0px;
}

.part01 .swiper-button-next:hover {
    opacity: 0.6;
}

.main8 {
}
.main.main8 {
    max-width: 1200px;
    padding: 20px;
	padding-bottom: 50px;
}

.main8 .slideBox08 {
	margin: 0 auto;
	width: 1060px;
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 0rem solid #fff;
	box-sizing: border-box;
}

.main8 .slideBox08 .hd {
	height: 12px;   
	overflow: hidden;
	position: absolute;
	right: 0;
    left: 0;
	bottom: 1.5rem;
	z-index: 1;
    margin: 0 auto;
}

.main8 .slideBox08 .hd ul {
	overflow: hidden;
	zoom: 1;
    text-align: center;
}

.main8 .slideBox08 .hd ul li {
	float: none;
    display: inline-block;
	margin: 0px 7px 0px 0px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #d2d2d2;
	color: #ddd;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.4s;
}

.main8 .slideBox08 .hd ul li.on {
	background: #f7bd2d;
	color: #fff;
	width: 6rem;
	/* border-radius: 6px; */
}

.main8 .slideBox08 .bd {
	float: left;
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
    margin-left: 38px;
	background: #6c8fa1;
	padding: 20px;
	margin-right: 39px;
}

.main8 .slideBox08 .bd img {
	width: 100%;
	height: auto;
}

.main8 .slideBox08 .bd span {
	width: 100%;
	bottom: 0px;
	left: 0px;
	background:none!important;
	position: absolute;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.main8 .slideBox08 .bd h1 {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
    padding: 0 2rem 1.5rem;
}

.main8 .slideBox08 .bd h1 a {
	color: #ffffff;
	line-height: 4.2rem;
	font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main8 .slideBox08 .bd h1 a:hover {
	color: #bfccd3;
}

.main8 .slideBox08 .prev,.slideBox08 .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
	display: block;
}

.main8 .slideBox08 .prev {
	top: 50%;
	margin-top: -37px;
	left: 0px;
	background-position: 0 -74px;
	cursor: pointer;
}

.main8 .slideBox08 .next {
	top: 50%;
	margin-top: -37px;
	right: 0px;
	background-position: -40px -74px;
	cursor: pointer;
}

.main8 .slideBox08 .prev:hover {
	background-position: 0 0;
}

.main8 .slideBox08 .next:hover {
	background-position: -40px 0;
}

/*  */
.div3 {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;
  }
  
  .div2 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px;
	/* background-color: #fff; */
  }
  
  .tab-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .tab-btn-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 300px;
  }
  
  .tab-btn-box .tab-btn {
	width: 31%;
	height: 100%;
	display: inline-block;
  }
  
  .tab-btn a.tabtn-a-img {
	display: inline-block;
}
  .tab-btn-box .tab-btn img {
	width: 100%;
	height: 240px;
  }
  
  .tab-box .tab-small-box {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }
  
  .tab-box .tabborder {
	width: 13px;
	height: 50px;
	display: inline-block;
	background-color: #ffea92;
	margin-right: 10px;
  }
  
  /* 点击按钮添加样式 */
  .tab-btn-box .tab-btn:hover {
	/* background: #ffdc00 !important; */
	box-shadow: 10px 10px 0px #ffea92;
	cursor: pointer;
  }
  
  /* 初始化页面时将页面2，3，4，5，隐藏 */
  /* 重要 */
  .tabBox-hide {
	display: none;
  }
  
  /* 显示页面 */
  /* 重要 */
  .tabBox-show {
	display: inline-block;
  }
  
  .tab-btn {
	position: relative;
  }
  
  .tab-btn a {
	color: #fff;
	cursor: pointer;
  }
  
  .tab-c {
	background: url(../img/more-3.png) no-repeat;
	background-position: 94% 85%;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25%;
	background-color: #d3170b;
	color: white;
	padding: 10px 0px;
	z-index: 5;
	overflow: hidden;
  }
  
  .tab-c .span1 {
	font-size: 25px;
	font-weight: bold;
  }
  
  .tab-c .span2 {
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
  }
  
  .tab-c .span3 {
	position: absolute;
	font-size: 14px;
	top: 38px;
    right: 66px;
  }
  
  .list-group {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
  }
  
  .list-group-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.75rem 0rem;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .list-group-item div {
	width: 5px;
	height: 30px;
	display: inline-block;
	background: #d3170b;
	font-weight: bold;
	margin-right: 10px;
  }
  
  .list-group-item:hover a span {
	color: #929292 !important;
  }
  
  .list-group-item a span {
	font-size: 14px;
  }
  
  .list-group-item a {
	color: #929292 !important;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 20px;
  }

  .list-group-item span {
	flex: 0.75;
	overflow: hidden;
  }

  .list-group-item span a {
	position: static;
	color: #000 !important;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.list-group-item span a:hover {
	color: #d3170b !important;
	font-weight: bold;
}

.rmh_more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 2vw;
}

.rmh_more a img {
/*    width: 100%;*/
}

/* footer */
.footer {
	border-top: 1px solid #9db56a;
    height: 180px!important;
    text-align: center;
    color: #ffffff;
    padding-top: 2rem;
    margin-top: 50px;
}

.footer p {
	margin-top: 2%;
    line-height: 2rem;
    font-size: 3.2em;
}

/*------------------------------------add by na------------------------------------*/
.menu{position: absolute; bottom: 2px; width: 100%; background:rgba(39,98,128,0.6); text-align: center;}
.div_max{max-width: 1200px; margin: 0 auto}
.div_max a{display: inline-block; width: 20%;padding-top: 15px; font-size: 4em; color: #ffffff }
.div_max a p{font-size: 0.4em; padding-bottom: 15px}
.div_max a:hover{color: #bfccd3}
.div_max .active{background: rgba(55,132,166,0.7)}
.div_max .active p{visibility:hidden}
.main_box{width: 100%; max-width: 1200px; overflow: hidden; background:rgba(35,91,132,0.8); margin: 30px auto}
.img_side{width:55% ; float: left; padding:2%;}
.img_side p{font-size: 3.4em; color: #ffffff; text-align: left; line-height: 2.8em}
.txt_big{font-size: 2em}
.list_side{width:45%; float: right; padding-left: 0 }
.list_side img{width: 100%}
.icon_video{width: 138px!important; height: 138px!important; position: absolute;left: 50%; margin-left: -69px; top: 50%; margin-top: -69px}
.mar_r0{margin-right: 0!important}
.txt_list{width: 100%;}
.txt_list li{width: 96%; border-bottom: 1px dotted #cccccc; height: 18em; margin: 1% 0; padding: 1%; border-radius: 4px}
.txt_list li:hover{background: #3b98b1; border-bottom: 2px solid #4681a5}
.txt_list li a{display: inline-block; line-height: 1.4em;text-align: left; font-size:3.2em; font-weight: bold; color: #000000}
.txt_list li a:hover{color: #333333}
/*.txt_list li a > p{font-size:14px; color: #000000; line-height: 1.6vw; font-weight: normal}*/
.txt_list li p{font-size:14px!important; color: #000000; line-height: 1.6vw; font-weight: normal}
.txt_list li:hover a,.txt_list li:hover a > p{color: #ffffff}
.bg1{width: 100%; background: url(../img/bg_main.jpg);background-size: 100% 100%}
.bg2{width: 100%;background: url(../img/bg_bottom.jpg);}
.header_min{display: none}
.card_min{display: none; width: 94%; margin: 0 auto;}
.card_min li{list-style: none; overflow: hidden; margin-top: 2vw; background: #ffffff; padding: 1vw; border-radius: 4px;width: 94%;height: 360px; margin-left: 1vw;color: #000000;}
.card_min li dl a{display: inline-block;}
.card_min li dl .c_left,.card_min li dl .c_right{float: left}
.card_min li dl .c_left{width: 30%}
.card_min li dl .c_right a{font-weight: bold;font-size: 4vw;margin-top: 2vw;}
.card_min li dl .c_right{width: 65%; margin-left: 3%}
.card_min li dl a img{width: 100%; margin: 3%}
.card_min li dl .c_right p{width: 60%; float: left; text-align: left; font-size: 4vw}
.mar_t_more{margin-top: 4vw}

/*------------------------------------add by na end------------------------------------*/
@media ( max-width:1024px) {
	.main_box { width: 90%;}
	.img_side,.list_side{width: 100%;}
	.focus{height: 58vw!important;}
	.txt_list {width: 94%;margin: 0 auto;}
}

@media ( max-width:768px) {
    
    .main, .main6-right {
        width: 100%;
    }
    .main-title {
		width: 94%;
/*
        background-size: 135% auto;
*/
    }

    .main-6-top h1 {
        padding-left: 65px;
    }
    .main-6-top h1 a {
        font-size: 20px;
        line-height: 34px;
    }

    .slideBox08 {
        width: 100%;
        height: auto;
        border-width: 1rem;
    }
    .slideBox08 .bd a {
        display: flex;
        display: -webkit-flex;
    }
    .slideBox08 .bd img {
        width: 38rem;
		height: 255px;
    }
    .slideBox08 .bd h1 a {
        line-height: 3.2rem;
        font-size: 1.8rem;
    }
	
	.part01 .swiper-slide img {
		height: 235px;
	}

    .part01, .part01 .swiper-container {
        width: 35rem;
        margin: 2rem auto 0;
        padding-bottom: 2rem;
    }

    .group-6 {
        padding-top: 16px;
    }
    .title6 {
        top: -2rem;
    }
    .main6 {
        top: 0;
    }
    .div2 {
		padding: 20px 0;
	}
	.div3 {
		padding: 30px 0 40px;
	}
	.tab-btn-box {
		flex-direction: column;
		height: auto;
	}
	.tab-btn-box .tab-btn {
		width: 91%;
		margin: 10px auto;
	}
	.tab-c .span3 {
		top: 29px;
	}
	.list-group {
		margin: 0 18px;
	}

    .main.main8 {
        padding: 30px  20px;
    }
    .main8 .slideBox08 {
        height: 260px;
    }
    .main8 .slideBox08 .hd {
        bottom: 0.5rem;
    }
    .main8 .slideBox08 .bd {
        margin-left: 0;
    }
    .main8 .slideBox08 .bd img {
        width: 340px;
        height: 202px;
    }
    .main8 .slideBox08 .bd h1 {
        bottom: 0;
    }
    .main8 .slideBox08 .bd h1 a {
        font-size: 1.8rem;
    }
    .part01 .swiper-button-prev {
        top: 92px;
        left: 8px;
    }
    .part01 .swiper-button-next {
        top: 70px;
        right: 8px;
    }
    .part01 .swiper-slide .tit a {
        font-size: 16px;
    }
    .rmh_more {
        width: 55%;
        margin-top: 0;
    }
    .footer {
        background-size: auto 100%;
        padding: 3rem 2rem;
        height: auto;
    }
    .footer p {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    /*-----------------------------------------新加----------------------------------*/
	.menu{display: none}
	.min_width{width: 8%!important}
	.main-group{padding-top: 5vw;}
	.img_side{width: 94%;float: none;margin: 0 auto}
	.main_box{width: 94%!important}
	.focus{width: 100%!important;height: 58vw!important}
	.focus .fbg{display: none}
	.focus .shadow{height: 10vw!important; line-height: 10vw!important;}
	.focus .shadow a{line-height: 10vw!important;font-size: 2.6em!important}
	.img_list{}
	.img_list li{width: 31%;}
	.main_box{margin: 0 auto;}
	.img_list li a span{display: none}
	.list_side {width: 90%; float: none;margin: 0 auto; margin-top: 0;margin-bottom: 4vw;}
	.txt_list li{padding-bottom: 10%;height: 28vw;}
	.txt_list li a{font-size:4vw;}
	.icon_video{ width: 12vw!important; height: 12vw!important;margin-left: -6vw;margin-top: -6vw;}
	.main8 .slideBox08 .bd{padding: 2vw}
	.main8 .slideBox08 .bd h1 a{line-height:2.2rem}
	.part01 .swiper-button-prev{top: 50%!important; margin-top: -35px!important}
	.part01 .swiper-button-next{top: 50%!important; margin-top: -55px!important}
	.bodyCon08{display: none}
	
	.header{display: none}
	.header_min{display: block;background: #073453;}
	.main-title a{font-size: 6vw;line-height: 11vw;}
	.img_side p{font-size: 2.4vw;line-height: 5vw;}
	.rmh_more a img {margin-top:2vw;width: 100%;}
	.students{display: none}
	.card_min{display:block}
	.card_min li{height: auto}
	.card_min li a p{font-size: 4vw;margin-top: 3vw; font-weight: bold}
	.card_min li a p i{font-weight: normal}
/*
	.txt_list li a > p{font-size: 3vw; line-height: 5vw;}
*/
	.txt_list li p{font-size: 3vw!important ; line-height: 5vw;}
}