@charset "utf-8";
@font-face{font-family:'sys';font-style:normal;src:url(SourceHanSerifSC-Heavy.otf)}
/* Base Reset */
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	margin: 0;
	position: relative;
	overflow-x: hidden;
	font-size: .16rem !important;
	font-family: 微软雅黑 !important;
	color: #333
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
	/* overflow: hidden; */
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #06408F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1600px;
	margin: 0 auto;
}

.center {
	/**页面全局宽度**/
	width: 100%px;
	margin: 0 auto;
}

@font-face {
	font-family: 'sanjixingkaijianti-cu-2-webfont';
	src: url('../font/sanjixingkaijianti-cu-2-webfont.eot');
	src: url('../font/sanjixingkaijianti-cu-2-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/sanjixingkaijianti-cu-2-webfont.woff') format('woff'),
		url('../font/sanjixingkaijianti-cu-2-webfont.ttf') format('truetype'),
		url('../font/sanjixingkaijianti-cu-2-webfont.svg#DFPHaiBaoW12-GB') format('svg');
}


/*头部*/


#header {
	width: 100%;
	/*background: #fff url(../img/topbg.png) no-repeat center;*/
	position: relative;
	/* box-shadow: 3px 3px 8px #c4d2e2, -3px 0px 0px #c4d2e2; */
	border-bottom: 1px solid #8481ae;
}

.logo {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.logo-l {
	float: left;
	margin-top: 25px;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-right: 5%;
}
.logo-l img,.ywlogo img{
	max-width:100%;
}
.logo-rb {
	position:relative;
}

.bb {
	float: right;
	/* margin-right: 23px; */
	padding-top: 50px;
}

.bb a {
	display: inline-block;
	/* line-height: 70px; */
	color: #333;
	/* padding: 0px 15px; */
	/*background: url(../img/tbsx.png) no-repeat right center;*/
}

.bb a:hover {
	/* color: #14a351 */
}

.ss {
	float: right;
	/* position: relative; */
	padding-top: 53px;
	/* display: inline-flex; */
	/* flex: 1; */
}

.header-button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	display: block;
	width: 30px;
	/* height: 70px; */
	margin: 0;
	padding: 0;
	outline: none;
	background: url(../img/search.png) no-repeat 0px;
	border: none;
	cursor: pointer;
}

#toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}

#toggle-search {
	float: right;
}

#toggle-search.open:after {
	top: 40px;
}

/* #toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #e1e4e7;
  border-style: solid;
  border-width: 8px 8px 12px;
}
 */
#toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}

#toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}

#search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: #e1e4e7;
	z-index: 999;
}

#search-form.open {
	max-height: 60px;
}

#search-form fieldset {
	position: relative;
	margin: 0 60px 0 0;
	padding: 0;
	border: none;
}

#search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 60px;
}

#search-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: transparent;
	border: none;
}

#search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #516270;
	background: #c6cacd;
	border: none;
	cursor: pointer;
}




/*导航*/
.navList {
	/* display: inline-block; */
	/* margin: 0; */
	/* padding: 0; */
	display: inline-flex;
	flex: 1;
	/* float: right; */
}

.nav {
	width: 100%;
	background: url(../img/navbg.png) no-repeat 0px;
}


.navList >li {
	position: relative;
	height: 100px;
}

.navList>li>a {
	display: block;
	/* height: 100%; */
	font-size: 20px;
	line-height: 120px;
	color: #06408F;
	/*font-style: italic;*/
	/* padding-bottom: 32px; */
	text-align: center;
	padding: 0 1em;
	font-weight: bold;
        font-family: 'sys';
}

.navList li.on a {
	/* border-top: 1px solid #af8c6a; */
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* background: #EE8C12; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 120%;
	top: 105px;
	text-align: center;
}

.navList .subnav li {
	background: #06408f85;
	float: none;
	padding: 0;
	text-align: center;
}

.navList .subnav a {
	background: none;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	display: block;
	/* padding: 0px 10px; */
}

.navList li:hover .subnav {
	display: block;
}

.navList .subnav li:hover {
	background: #06408F;
}


/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 100% 70%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

#mod0 .slide {
	overflow: hidden;
}


.slide {
	position: relative;
	list-style: none;
	/* 	overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	/*position: absolute;*/
	width: 100%;
	left: 0;
	top: 0;
}
#slider li{display:none;}
#slider :first-child{display:block;}
#slider1 li{display:none;}
#slider1 :first-child{display:block; height: 410px;}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	/* opacity: 0.7; */
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 50px;
	/* margin-top: -30px; */
}

.slide_nav:active {
	opacity: 1.0;
}
.slide_nav.next{
	left:3%;
	background:url(../img/ban_l.png) no-repeat 0px;
}
.slide_nav.prev{
	right: 2%;
	background:url(../img/ban_r.png) no-repeat 0px;
}
.slide1_tabs {
	position: absolute;
	bottom: 25px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 211px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	/*background: url(../img/bandd.png) no-repeat 0px;*/
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	z-index: 1000;
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	/*background: url(../img/band.png) no-repeat 0px;*/
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -129px;
	display: block;
	font-size: 16px;
	text-align: left;
	background: #1a589d;
	width: 100%;
	height: 129px;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}



#mod0 ul li>a>img {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: calc(100vh - 40px); */
	object-fit: cover;
}

/* #mod0{
	margin-top: -20px;
} */
/* #mod0 ul li.slide1_on>a>img {
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
} 

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
*/

/* 公共样式 */
.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comtop1 {
	line-height: 55px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c8c8c8;
}

.comtop1 .title {
	font-size: 26px;
	float: left;
	font-weight: bold;
	color: #333;
	/*background: url(../img/btyd.png) no-repeat top 4px right 4px;*/
	/* font-family: 楷体; */
}

.comtop1 .title span {
	color: #8e0201;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.mo {
	float: right;
	transition: all 0.5s ease;
	display: inline-block;
	font-weight: normal;
}

.mo:hover,
.xwwz dd:hover a {
	transform: translate(8px);
}

.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #c8c8c8;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: 0px;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	margin-right: 10px;
	/* font-family: 楷体; */
	font-size: 26px;
	/* background: url(../img/btyd.png) no-repeat top 4px right 4px; */
	margin-bottom: 30px;
	color: #5e5e5e;
	/* line-height: 43px; */
	font-weight: bold;
}

.slideTxtBox .hd ul li.on {
	color: #333333;
}

.slideTxtBox .hd ul li.on span {
	color: #8e0201;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-weight: bold;
}

.bd .mo {
	display: block;
	position: absolute;
	top: -57px;
	right: 0px;
}

/* main */
/* xyxw */
#mod1 {
	padding: 30px 0px 20px;
	/*background: url(../img/m1bg.png) repeat 0px bottom;*/
}

.xwtz {
	width: 66%; float:left;
}
.xwtz2 {
	width: 32%; float:right;
}

.news-time {
	height: 100%;
	width: 110px;
	padding: 20px 0px;
	float: left;
	text-align: center;
	background-color: #e6e6e6;
	margin-right: 20px;
}

.news-time span {
	display: block;
	height: 2px;
	width: 38px;
	background-color: #333;
	margin: auto;
}

.news-time h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 14px;
}

.news-time p {
	font-size: 16px;
	margin-top: 14px;
	line-height: 1;
	color: #333;
}

.xwwz dd:hover .news-time {
	background-color: #06408F;
}
.xwwz dd:hover .news-time h3{color:#ffffff;}
.xwwz dd:hover .news-time span{color:#ffffff; background-color: #ffffff;}
.xwwz dd:hover .news-time p{color:#ffffff;}

.xwwz dd:hover a h2 {
	color: #06408F; font-weight: bold;
}

.xwtz .bd ul {
	position: relative;
}

.xwt {
	width: 50%;
	float: right;
	position: relative;
	/* background: #b39171; */
}

.xwt .slide img {
	height: 410px;
}

.xwt .wz {}

.xwt .wz {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	font-size: 16px;
	text-align: left;
	background: url(../img/news-bg.png) 0px;
	width: 100%;
	color: #fff;
	height: 63px;
	line-height: 63px;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
}

.tpbt {}



.xwwz {
	float: left;
	background: #FFFFFF;
	width: 48.5%;
}

.xwwz dd a {
	transition: all 0.5s ease;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
}

.xwwz dd h2 {
	color: #000;
	margin-bottom: 10px;
}

.xwwz dd a p {
	color: #bcbcbc;
	font-size: 14px;
	height: 43px;
	line-height: 23px;
	/* overflow: hidden; */
	/* display: flex; */
	/* flex-direction: row; */
	margin: 0;
	/* flex-wrap: nowrap; */
	/* align-items: center; */
}

.xwwz dd {
	overflow: hidden;
	background: #f9f9f9;
	margin-bottom: 25px;
}


.wt {
	margin-bottom: 0px !important;
}

.tz {
	width: 100%;
	float: left;
}


/* xshd */
.lecturelist h3 {
	height: 360px;
	overflow: hidden;
}

.lecturelist h3 img {
	width: 100%;
	/* height: 360px; */
}


.lecturelist p.p1 {
	color: #333;
	font-size: 18px;
	line-height: 25px;
	/* 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%; */
	height: 50px;
	overflow: hidden;
}

.lecturelist p.p2 {
	margin-top: 10px;
	font-size: 14px;
	color: #616161;
	height: 75px;
	line-height: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}



#mod3 .title_bt {
	color: #fff;
	font-size: 36px;
}

.imglist li a .con_pd {
	padding: 20px 30px;
}


.imglist .slick-dots {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	display: none !important;
}

.imglist .slick-dots li {
	display: inline-block;
}

.imglist .slick-dots li button {
	background: #A8B3C6;
	border: 0 none;
	border-radius: 7px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0 8px;
	outline: medium none;
	padding: 0;
	width: 12px;
}

.imglist .slick-dots li.slick-active button {
	background: #f9461d;
}

.sliderbutton.next {
	right: -80px;
	background: url(images/icon4.png) no-repeat 0px 0px;
}

.sliderbutton.prev {
	left: -80px;
	background: url(images/icon2.png) no-repeat 0px 0px;
}

.sliderbutton {
	height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9;
	color: #59A97A;
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	* background-color: #fff;
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: none !important;
}

.slick-list {
	margin: 0px -15px !important;
}

.imglist li a {
	margin: 0 15px;
	display: block;
	position: relative;
	background-size: 100%;
}

.imglist li:hover a {
	color: #8e0201;
}

.imglist li:hover img {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Fixed side navigation */
.sideNav {
	display: flex;
	position: fixed;
	flex: 0 0 auto;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	right: 30px;
	bottom: 60px;
	z-index: 100;
}

.sideNavList {
	display: block;
	position: relative;
	width: 68px;
	height: 68px;
    margin-bottom: 260px;
}

.sideNavItem {
	display: flex;
	position: relative;
	flex: 0 0 auto;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #252a2f;
}

.sideNavItem:hover {
	background-color: #06408F;
}

.sideNavItem a[href],
.sideNavItem a[href]:hover,
.sideNavItem a[href]:active {
	color: #fff;
	font-size: 14px;
}

.sideNavIcon {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 20px;
}

.sideNavIcon img {
	display: block;
	height: 100%;
	max-height: 20px;
}


.sideNavText {
	display: block;
	font-size: 12px !important;
	line-height: 1.5 !important;
	color: #fff;
	padding: 0;
	margin: 4px 0 0 0;
	cursor: pointer;
}

#foot {
	background: #06408F;
	padding: 30px 0px;
}

.ywlogo {
	float: left;width: 42.5%;
}

.bq {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}

.ywnav {
	float: right; width: 57.5%; padding-top: 30px;
}

.ywnav ul li {
	float: left;
	position: relative;
	margin: 0px 10px;
}

.ywnav ul li>a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

.ywnav ul li ol {
	/* position: absolute; */
	/* top: 30px; */
	/* left: 0px; */
	margin-top:10px;
}

.ywnav ul li ol a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

#dblj {
	background: #a3acb5;
}

.main3nr li {
	width: 50px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	/* margin-left: 10px; */
}

.ewmx {
    position: relative;
    float: right;
    width: 100%;
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

.ewmx li {
	position: relative;
}

.ewmx1,
.ewmx2,
.ewmx3,
.ewmx4 {
	position: absolute;
	bottom: 60px;
	left: 1px;
	width: 153px;
	z-index: 999;
}

.popover-title {
	display: none
}

.flex {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap
}

.di_link ul li {
	float: left;
	line-height: 70px;
}

.di_link li {
	float: left;
	/* width: 25%; */
	/* margin-top: 20px; */
	text-indent: 27px;
	margin-right: 20px;
}

.di_link li a {
	font-size: 14px;
	color: #fff;
}

.di_link li a:hover {
	color: #fff;
}

.di_link {
	float: none;
	width: 100%;
}

.di_link li:nth-child(1) {
	background: url(../img/i1.png)no-repeat 0%;
}

.di_link li:nth-child(2) {
	background: url(../img/i2.png)no-repeat 0%;
}

.di_link li:nth-child(3) {
	background: url(../img/i3.png)no-repeat 0%;
}

.di_link li:nth-child(4) {
	background: url(../img/i4.png)no-repeat 0%;
}

.di_link li:nth-child(5) {
	background: url(../img/i5.png)no-repeat 0%;
}

.di_link li:nth-child(6) {
	background: url(../img/i6.png)no-repeat 0%;
}

.di_link li:nth-child(7) {
	background: url(../img/i7.png)no-repeat 0%;
}

.di_link li:nth-child(8) {
	background: url(../img/i8.png)no-repeat 0%;
}


/* mod2 */
.star_sp {
	position: absolute;
	border: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 9;
	width: 80px;
	height: 80px;
	background: url(../img/star_sp.png) no-repeat left center;
}

.larger p {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 31px;
	line-height: 31px;
	z-index: 9;
	display: none;
}

.larger p a {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.video_close {
	display: none;
}

.cont_ar {
	float: right;
	width: 48%;
}

.larger {
	position: relative;
}

#video1 {
	width: 100%;
	height: 382px;
}

.cmmt{
	float: left;
	width: 50%;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a {
    display: block;
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 242px;
	object-fit: cover;
}



.swiper {
	width: 100%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	/* height: 20%; */
	/* box-sizing: border-box; */
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
#mod2{
	margin-bottom: 40px;
}
.szxx{
	cursor: pointer;
	/* background: #FFFFFF; */
	/* box-shadow: 2px 3px 3px #c4d2e2, -2px -2px 3px #c4d2e2; */
	/* padding: 20px; */
	/* min-height: 144px; */
}
.szxx .rs{
	color: #3475c7;
	font-size: 40px;
}
.szxx .mc{
	font-weight:bold;
}
.mySwiper .s1{
	background: url(../img/b1.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .s2{
	background: url(../img/b2.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .s3{
	background: url(../img/b3.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .s4{
	background: url(../img/b4.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .s5{
	background: url(../img/b5.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .s6{
	background: url(../img/b2.png) no-repeat 0px center;
	background-size: 100%;
}
.mySwiper .swiper-slide-thumb-active,.mySwiper .swiper-slide-thumb-active .szxx .rs {
	color:#fff;
}
.mySwiper .s1.swiper-slide-thumb-active {
	background: url(../img/a1.png) no-repeat center center;
}
.mySwiper .s2.swiper-slide-thumb-active {
	background: url(../img/a2.png) no-repeat 0px center;
}
.mySwiper .s3.swiper-slide-thumb-active {
	background: url(../img/a3.png) no-repeat 0px center;
}
.mySwiper .s4.swiper-slide-thumb-active {
	background: url(../img/a4.png) no-repeat 0px center;
}
.mySwiper .s5.swiper-slide-thumb-active {
	background: url(../img/a5.png) no-repeat 0px center;
}
.mySwiper .s6.swiper-slide-thumb-active {
	background: url(../img/a2.png) no-repeat 0px center;
}

/* list */
nav.left {
  float: left;
  margin-top: 50px;
  width: 18%;
  }
  nav.left header {
    font-size: 24px;
    color: #3d3d3d;
    padding-left: 16px;}
  nav.left .blank {
    margin-top: 4px;
    box-sizing: border-box;
    padding-top: 4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #494949;
    position: relative;
    left: 36px;}
  nav.left ul {
    border: 2px solid #494949;
    border-radius: 8px;
    }
    nav.left ul li a, nav.left ul li a:active {
      font-size: 16px;
      padding: 12px 50px;
      display: block;
      color: #ababab;
      border-bottom: 1px solid #d0d0d0;}
    nav.left ul li.active a {
      background-color: #494949;}
    nav.left ul li a:hover {
      background-color: #494949;}
    nav.left ul li:last-child a {
      border-bottom: none;}

.bdsharebuttonbox a {
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(template_files/2/img/home/share.png) no-repeat center;}

.main {
  float: left;
  padding-left: 65px;
  width: 70%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  min-height: 400px;
  }
  .main .blank {
    margin-top: 50px;
    }
  .main ul {
    margin-bottom: 12px;}
    .main ul li a, .main ul li a:active {
      color: #a9a9a9;
      display: block;
      padding: 6px 0;
      font-size: 15px;
      }
      .main ul li a span, .main ul li a:active span {
        font-size: 14px;
        color: #545454;
        margin-left: 30px;}
    .main ul li a:hover span {
      text-decoration: underline;}
  .main article {
    width: 800px;
    padding-bottom: 20px;}
    .main article header {
      margin-top: 24px;
      text-align: center;}
      .main article header h1 {
        color: #6d7073;
        font-size: 18px;}
      .main article header .time {
        margin-top: 16px;
        color: #7b7b7b;
        font-size: 10px;}
    .main article .info {
      margin-top: 24px;
      line-height: 22px;
      font-size: 14px;
      color: #5f5f5f;}
      .main article .info p {
        text-indent: 2em;}
    .main article footer .star {
      margin-top: 24px;
      width: 120px;
      float: right;}
      .main article footer .star span {
        padding: 0 4px;
        width: 16px;
        height: 16px;
        color: #6d7073;}
        .main article footer .star span.star_default, .main article footer .star span.share {
          display: inline-block;
          text-indent: -9999px;
          cursor: pointer;}
        .main article footer .star span.star_default {
          background: url(template_files/2/img/home/star_default.png) no-repeat center;}
          .main article footer .star span.star_default:hover, .main article footer .star span.star_default.active {
            background: url(template_files/2/img/home/star_click.png) no-repeat center;}
    .main article footer .file {
      float: left;
      clear: both;}
      .main article footer .file a, .main article footer .file a:active {
        background: url(template_files/2/img/home/file.gif) no-repeat left center;
        padding-left: 30px;
        font-size: 12px;
        color: #6d7073;}
  .main .teacher {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 40px;}
    .main .teacher:last-child {
      border-bottom: none;}
    .main .teacher ul li {
      float: left;}
      .main .teacher ul li a, .main .teacher ul li a:active {
        outline: none;
        margin: 20px 27px 30px 0;
        display: block;
        color: #717171;
        text-align: center;
        width: 140px;}


        .main .teacher ul li a img, .main .teacher ul li a:active img {
          width: 140px;
          height: 140px;
          border-radius: 50%;
          display: block;}
       
        .main .teacher ul li a .name, .main .teacher ul li a:active .name {
          margin-top: 14px;
          font-size: 12px;}
        .main .teacher ul li a .english_name, .main .teacher ul li a:active .english_name {
          margin-top: 6px;
          font-size: 10px;}

.back_to_top {
  position: absolute;
  right: 68px;
  top: 470px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
  color: #6d7073;}

.list .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: black;}
.list .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;}
.list .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .list .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: black;
  box-shadow: 1px 1px 1px #666;}
.list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;}
.list .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .list .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .list .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .list .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  height: 12px;
  margin: 0 auto;}
.list .mCSB_scrollTools {
  top: 186px;
  bottom: 54px;}
#cboxClose {
  outline: none;}
  .nrcon{
	  width: 1200px;
	  margin: 0px auto;
	 
	 }

.bread{
	/* float: left; */
	font-size: 14px;
	color: #666;
}
.bread a{color:#666;font-size: 14px;}


.sjcd {
      /* float: left; */
      position: relative;
      font-size: 18px;
      border-bottom: 1px solid #d0d0d0;
      margin-top: 20px;
      }
    .sjcd  li {
        margin: 6px 0 0;
        padding: 10px 40px;
        float: left;
        position: relative;
        }
       .sjcd li:first-child {
          padding-left: 10px;}
       .sjcd li:last-child {
          padding-right: 10px;}
     .sjcd .underline {
        /* width: 38px; */
        /* height: 1px; */
        /* background: #535353; */
        /* position: absolute; */
        /* left: 0px; */
        /* bottom: 4px; */
        /* opacity: 0; */
        transition: all 0.5s ease 0s;
        }
 .sjcd .underline a{
				   color:#8481ae;
				   display: block;
				   }


















.mainzynl{width: 20%;float: left;}
.mainzynl h2{height: 70px;line-height: 70px;text-align: center;color: #FFFFFF;background: #06408F;font-size: 26px;}
.mainzynl ul li{height: 50px;line-height: 50px;border-bottom:1px solid #FFFFFF;background: #E9EDF4;border-left: 7px solid #06408F;text-align: center;color: #333333;font-size: 20px}
.mainzynr{float: right;width: 75.7%;}

.main-zyrs {
    width: 100%;
    min-height: 60px;
    display: inline-block;
    border-bottom: 2px solid #06408F;
}
.main-zyrs h2 {
    float: left;
    line-height: 60px;
    font-size: 26px;
    color: #06408F;
    font-weight: 500;
}
.main-zyrs small {
    float: right;
    line-height: 60px;
    font-size: 12px;
    color: #878787;
    height: 60px;
    /* max-width: 40%; */
    background: url(../img/dqwztb.png) no-repeat 1.4%;
    text-indent: 2em;
    overflow: hidden;
}
.main-zyrs small a {
    margin: 0 5px;
    font-size: 12px;
    color: #878787;
}

.medium_list>li{padding:30px 0px;border-bottom:1px dashed #d6d6d6;}
.medium_list_l{float:left;width:25.7%;height:160px;position: relative;}
.medium_list_l>img{position: absolute;width:100%;height:100%;}
.medium_list_r{float:right;width:70%;min-height: 160px;position: relative;}
.medium_list_r>h2{font-size:18px;color:#2f5597;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.medium_list_r>h2:hover{color:#3b7a9b;}
.medium_time{margin-top:18px;color:#333;font-size:14px;}
.medium_con{margin-top:18px;color:#666666;font-size:14px;line-height: 28px;}
.more{margin-top:18px;color:#9f1a1a;font-size:14px;display: block;}
.medium_list_l>span{position: absolute;bottom:25px;left:-35px;width:100px;height:40px;text-align: center;line-height:40px; ;background: #3b7a9b;

font-size:14px;
color:#fff;}

.lbytb{position: absolute;bottom: 10px;display: flex;
    justify-content: space-between;
    width: 100%;}
.lbytb1{color: #3b7a9b;background-image: url(../img/yyxwdqwztb.png);background-repeat:no-repeat ;text-indent: 2em;padding-right: 20px;}
.lbytb2{color: #3b7a9b;background-image: url(../img/yyxwdjstb.png);background-repeat:no-repeat ;text-indent: 1.5em;}
.lbytbx{display: flex;color:#bc971e;font-size: 14px;}


 

.desc {
   margin-top: 30px;
    line-height: 2.2;
    font-size: 18px;
   
    margin-bottom: 68px;
    word-break: break-all;
}

.desc p{text-indent:2em;}
.desc img{display:block;}


.ul-newsl1 {
    display: block;
   
    margin-bottom: 56px
}

.ul-newsl1 .con {
    display: block;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px dashed #D2D2D2
}

.ul-newsl1 li:last-child .con {
    border-bottom: none
}

.ul-newsl1 .txt-l {
    float: left;
    width: 106px;
    color: #06408F;
    padding: 20px 0
}

.ul-newsl1 .txt-l .d {
    font-size: 36px;
    font-weight: 700;
    margin-left: 12px
}

.ul-newsl1 .txt-l .y {
    font-size: 18px
}

.ul-newsl1 .txt-r {
    overflow: hidden
}


.ul-newsl1 .txt-r .tit {
    font-size: 18px;
    color: #333;
    position: relative;
    display: inline-block;
    /*    height: 46px;
    line-height: 46px;*/
    margin-bottom: 14px;
    transition: .5s;
    /*   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis*/
}
.ul-newsl1 .txt-r .tit .laiyuan{font-size: 16px;}


.ul-newsl1 .txt-r:hover .tit {
    color: #06408f;
}
.m-redetail .tit{line-height:28px}
.ul-newsl1 .txt-r .desc1 {
    color: #8d8d8d;
    line-height: 2;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.ul-newsl1 .txt-r:hover .desc1 {
    color: #06408f;
}

.lby{margin-bottom: 100px;}
.lby ul li{line-height: 50px;
    height: 50px;}
.lby ul li img{margin: 5px;}
.lby ul li small{float: right;font-size: 14px;}
.lby ul li a{font-size: 16px;}
.lby ul li a:hover{color: #1295D8;}
.container-inside{margin-top:30px;}


.szdwy ul li{float: left;width: 50%;/* margin-right: 2%; */margin-top: 2%;}
.szt{float: left;width: 38%;
    height: 0;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;}
.szwz{float: right;
    width: 62%;
    min-height: 200px;
    background: #D7D7D7;padding: 20px;padding-bottom:0}
.szwz h2,.szwz h3{font-size: 17px;color: #06408F;height: 27px;}
.szwz p{font-size: 15px;
    line-height: 25px;}


.szwz h3 {
   background: url(../img/zlmd.png)no-repeat bottom left;
}
.szdwy ul li:hover .szwz h3{background: url(../img/blmd.png) no-repeat bottom left;color: #FFFFFF;}
.szdwy ul li:hover .szwz h2,.szdwy ul li:hover .szwz p{color: #FFFFFF;}
.szdwy ul li:hover .szwz{background: #8481ae;}

.szt em,.szdwnsl em{
    background-position: center top;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.m-redetail {
    padding: 40px 0px;
    
    min-height: 860px;
}

.m-redetail .tit {
    padding-bottom: 0px;
    border-bottom: 1px solid #c2c2c2;
     line-height: 62px;
}

.m-redetail .tit .t1 {
    font-size: 20px;
    color: grey;
    line-height: 42px;
}
.m-redetail .tit .t3 {
    font-size: 26px;
    color: grey;
    margin-bottom: 20px;
}
.m-redetail .tit .t2 {
    font-size: 16px;
   padding: 0 10px;
    color: grey;
}
.m-redetail .tit .t20 {
    color: grey;
   font-size: 13px;
    text-align: center;}
.m-redetail .tit{
    font-size: 25px;
    width: 100%;
    display: inline-block;
    line-height: 46px;
    ;
}

.m-redetail .desc {
    padding-bottom: 0px;
    line-height: 2.2;
    font-size: 18px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 68px;
    word-break: break-all
}
.m-redetail .pagehas p{width:100%;padding-bottom:30px;display:block;font-size: 18px;
    color: ##2f5597;}
.m-redetail .pagehas:after{clear:both;display:block;content:' '}
.m-redetail .tit3 {
    font-size: 20px;
    margin-bottom: 12px
}
.m-redetail .desc p{text-indent:2em;line-height: 2.2!important;font-size: 18px!important;}
.m-redetail .desc p span{line-height: 2.2!important;font-size: 18px!important;}

.m-redetail .desc table{margin:0 auto;display:block;max-width:100%;overflow-x:auto}
.m-redetail .desc table p{text-indent:0em;margin-bottom:0em}
.m-redetail .desc video,.m-redetail .desc img{text-indent: -2em;display: block;margin: 0em auto!important;max-width: 100%;height: auto!important;}
.m-redetail .desc table{text-indent: -2em;display: table;margin: 2em auto!important;max-width: 100%;height: auto!important;}

#vsb_content_2 P {
    LINE-HEIGHT: 150%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 2.2!important;
    font-size: 18px!important;
}