* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "Microsoft YaHei";
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

.read img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}

.top {
	width: 100%;
	height: 160px;
	position: relative;
	background: url(../img/topbg.png) no-repeat 0px 0px;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
       width:520px;
	height: auto;
	margin-top: 25px;

}

.lj {
	float: right;
	margin-top: 37px;
}

.sc {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 20px;
}

.sc a {
	font-size: 14px;
	color: #FFFFFF;
}

.ss {
	width: 200px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	float: right;
}

.ss .inp {
	border: none;
	height: 38px;
	outline: none;
	color: #dac6c6;
	text-indent: 20px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 7px;
	right: 12px;
	width: 25px;
	height: 25px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #dac6c6;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dac6c6;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dac6c6;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #dac6c6;
}


/*?Ã‹â€°?ÃƒÂ¨?a*/

.nav {
	width: 100%;
	height: 50px;
	background: #00577b;
}

.nav ul li {
	float: left;
	width: 8.8%;
	position: relative;
	
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	display: block;
	font-weight: bold;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	font-weight: bold;
	background: #00577b;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav {
	width: 100%;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	z-index: 999;
	/*background: #fff;*/
	background: rgba(0, 87, 123, 0.9);
}

.subNav a {
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
}

.subNav a:hover {
	background: #84180f;
	color: #FFFFFF;
}

.nav .wt {
	width: 10%;
}


/* banner */

#dt {
	width: 100%;
	overflow: hidden;
	/* background: #e0d5d5; */
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	position: absolute;
	left: 0%;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 100px;
	box-sizing: border-box;
	background: url(../img/banyin.png) no-repeat 0px 0px;
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 19px;
	text-indent: 10px;
}

#dt .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;
}

#dt .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: 80px;
	width: 40px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 15%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 15%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 20px;
	/* right: 10%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

#dt .slide2_tabs {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 50%;
	background: #FFF;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #7E0A0A;
}


/* main1 */


/*gg*/

.ggtop {
	overflow: hidden;
	border-bottom: 1px solid #84180f;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.ggtop .lm {
	font-size: 18px;
	color: #00577b;
	font-weight: bold;
	float: left;
}

.ggtop a {
	float: right;
	margin-top: 3px;
}

.ggtop span {
	display: inline-block;
	background: #00577b;
	color: #FFFFFF;
	padding: 0px 5px;
	margin-right: 5px;
}

.main1 {
	margin-top: 35px;
}

.new {
	float: left;
	width: 67%;
}

.articleList01 .artop li {
	width: 32%;
	float: left;
}

.articleList01 .artop .li2 {
	padding: 0px 2%;
}

.articleList01 .artop li a {
	display: block;
	/*margin: 0 20px;*/
	overflow: hidden;
}

.articleList01 .artop li .art-Img {
	display: block;
	height: 0;
	padding-bottom: 61%;
	overflow: hidden;
}

.articleList01 .artop li .art-Img img {
	width: 100%;
	transition: all 0.3s ease;
}

.articleList01 .artop li a:hover .art-Img img {
	transform: scale(1.1);
}

.articleList01 .artop li .art-Txt {
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	transition: all 0.3s ease;
}

.articleList01 .artop li .art-Txt p {
	margin-bottom: 6px;
	font-size: 16px;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.articleList01 .artop li a:hover .art-Txt p {
	color: #00577b;
}

.articleList01 .artop li .art-Date {
	font-size: 16px;
	color: #666666;
	position: relative;
	background: url(../img/icon1.png) no-repeat 0px center;
	text-indent: 20px;
	font-weight: normal;
	display: block;
	padding: 13px 0px;
}

.articleList01 .artop li .art-Txt .zy {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.articleList01 .arbot li {
	height: 25px;
	line-height: 25px;
	/* text-indent: 20px; */
	margin-top: 10px;
	/* background: url(../img/icon2.png) no-repeat 0px center; */
}

.articleList01 .arbot li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	color: #666666;
	float: left;
}

.articleList01 .arbot li span {
	float: right;
	color: #666666;
}

.arbot {
	border-top: 1px dashed #BEBCBD;
	margin-top: 30px;
}

.articleList01 .arbot li:hover a,
.articleList01 .arbot li:hover span {
	color: #00577b;
}


/*tz*/

.tz {
	float: right;
	width: 31%;
}

.tzlist li {
	overflow: hidden;
	padding: 26px 0px;
	border-bottom: 1px dashed #BEBCBD;
}

.tzlist li .bt {
	color: #222222;
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tzlist .zy {
	font-size: 14px;
	color: #777;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	margin-top: 6px;
}

.tzlist li:hover a .bt {
	color: #00577b;
}

.tzlist .st {
	padding: 0px 0px 26px 0px;
}

.zrq {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 20px;
	display: block;
	text-align: center;
	font-size: 14px;
	background: #00577b;
	color: #FFFFFF;
	border-radius: 6px;
}

.zrq span {
	padding: 5px 0px;
	box-sizing: border-box;
	display: block;
	font-size: 20px;
	font-weight: bold;
}


/*main2*/

.main2 {
	margin: 50px 0px;
	overflow: hidden;
}

.com {
	width: 33.3%;
	float: left;
}

.m2top {
	position: relative;
}

.m2top .tit {
	width: 160px;
	height: 55px;
	position: absolute;
	top: 0px;
	left: -10px;
	padding: 10px 10px;
	box-sizing: border-box;
	background: url(../img/lmbg.png) no-repeat 0px 0px;
}

.m2top .lmbg img {
	width: 100%;
	height: 160px;
        object-fit:cover;
}

.m2top .tit p {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

.m2top .tit a {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 5px;
}

.jxlist li {
	height: 60px;
	border-bottom: 1px dashed #BEBCBD;
	padding-top: 20px;
	box-sizing: border-box;
}

.jxlist li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75%;
	color: #333;
	float: left;
}

.jxlist li span {
	float: right;
	color: #666666;
}

.jxlist li:hover a,
.jxlist li:hover span {
	color: #00577b;
}


/*xsjl*/

.jxdt{
	padding: 0px 1%;
}

.xslist li {
	padding: 20px 0px;
	border-bottom: 1px dashed #BEBCBD;
	overflow: hidden;
}

.xslist li .bt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99%;
	color: #333;
	padding-bottom: 9px;
}

.xslist li p {
	text-indent: 20px;
	color: #666666;
	font-size: 14px;
}

.xslist li:hover .bt {
	color: #00577b;
}

.xslist li .sj {
	float: left;
	background: url(../img/icon3.png) no-repeat 0px center;
}

.xslist li .dd {
	float: left;
	background: url(../img/icon4.png) no-repeat 5px center;
	margin-left: 20px;
}


/*foot*/

.foot {
	width: 100%;
	background: url(../img/ywbg.png) repeat 0px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	/* background-size: 100% 100%; */
}

.yq {
	margin: 10px auto;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}

.yq li {
	float: left;
}

.yq li a {
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	padding: 0px 5px;
}

.footerRt {
	margin: 0px auto;
	/* display: none; */
	display: inline-block;
}

.footerRt {}

.footerRt {}

.bdsharebuttonbox1 a {
	display: inline-block;
	width: 51px !important;
	height: 51px !important;
	text-align: center;
	margin: 22px 10px !important;
	padding: 0 !important;
	float: left;
}

.bdsharebuttonbox1 a.bds_twi {
	background: url(../img/f1.png) no-repeat center bottom;
}

.footerRt .bdsharebuttonbox1 a.bds_weixin {
	background: url(../img/f1.png) no-repeat center bottom;
	position: relative;
	opacity: 1 !important;
}

.bdsharebuttonbox1 a.bds_fbook {
	background: url(../img/f2.png) no-repeat center bottom;
}

.bdsharebuttonbox1 a.tube {
	background: url(../img/f3.png) no-repeat center bottom;
}

.bdsharebuttonbox1 a.bds_linkedin {
	background: url(../img/f4.png) no-repeat center bottom;
}

.bdsharebuttonbox1 a.ins {
	background: url(../img/f4.png) no-repeat center bottom;
}

.codeBox {
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	height: 100px;
}

.bq {
	line-height: 25px;
}


/* list */

.listcon {
	margin: 20px 0;
	overflow: hidden;
}

.conleft {
	width: 300px;
	float: left;
}

.conleft .yj {
	height: 80px;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	letter-spacing: 2px;
	background: #00577b;
	font-weight: bold;
}

.conleft ul {
	background: #fefdfd;
	overflow: hidden;
	border-right: 1px solid #e8e7e7;
        border-left: 1px solid #e8e7e7;
	border-bottom: 8px solid #00577b;
}

.conleft ul li {
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.conleft ul li a {
	color: #333333;
	font-size: 16px;
}

.conleft .active {
	background: #00577b url(../img/xtb.png) no-repeat 200px center;
}

.conleft .active a {
	color: #fff;
}

.conright {
	float: right;
	width: 1050px;
	margin: 29px 0px 30px;
	/* padding: 43px 20px; */
	/* box-sizing: border-box; */
}

.ritop {
	margin-bottom: 10px;
	/* overflow: hidden; */
	height: 50px;
	border-bottom: 2px solid #00577b;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 22px;
	color: #00577b;
	font-weight: bold;
	float: left;
	line-height: 54px;
	text-indent: 25px;
	background: url(../img/rjbg.png) no-repeat 0px center;
}

.dq {
	float: right;
	color: #666666;
	line-height: 50px;
	text-indent: 20px;
	background: url(../img/dq.png) no-repeat 0px center;
}

.dq a {
	font-size: 15px;
	color: #666666;
}

.dq a:hover {
	color: #00577b;
}

.conright .listul li {
	height: 60px;
	background: url(../img/icon2.png) no-repeat 0px center;
	text-indent: 20px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	background: url(../img/dian.png) no-repeat 0px center;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 16px;
}

.conright .listul li:hover a {
	color: #00577b;
}

.conright .listul li:hover .sj {
	color: #00577b;
}

.conright .listul li:hover .zy {
	color: #00577b;
}

.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}


/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©Â¡Âµ */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	margin-top: 30px;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e8e3e3;
}

.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	/* text-indent: 22px; */
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #00577b;
}


/*sz*/

.teacherList .item .tit {
	position: relative;
	margin-top: 25px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #0086c8;
	padding-left: 14px;
	display: none;
}

.teacherList .item .tit::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 16px;
	background: #0086c8;
	margin-top: -8px;
}

.teacherList .item .table {
	/* width: 100%; */
	text-align: center;
	border-collapse: collapse;
	border: 1px #f5f1e9 solid;
	margin-top: 20px;
}

.teacherList .item .table td {
	font-size: 16px;
	background: #fbfbfb;
	padding: 20px;
	border-right: 1px #f5f1e9 solid;
	transition: 0.3s;
	border-bottom: 1px #f5f1e9 solid;
        flex:1;
	height: 60px;
	box-sizing: border-box;
        white-space: nowrap;
	/*background: #f5f1e9;*/
}

.teacherList .item .table td a {
	display: block;
	color: #333333;
	transition: 0.3s;
}
.teacherList .item .table td:hover {
	background: #fff;
	box-shadow: #f5f1e9 0px 0px 10px;
	z-index: 2;
	position: relative;
	border-bottom: 3px solid #00577b;
}

.teacherList .item .table td:hover a {
	font-weight: bold;
	color: #00577b;
}


/*ldy*/
.leader{
	margin: 0 auto;
	/*margin-top: 20px;*/
	height:auto;
	min-height:220px;
	/*border:1px solid #000000;*/
	border-bottom:thin dotted #d1d1d1;}
.leader-img {
	width:147px;
	height:206px;
	float: left;
		margin-right: 40px;
	}
.leader-img img{
	width:122px;
	height:171px;
	margin: 22px 0px 0px 20px;
	border-radius: 5px;
    -moz-border-radius: 5px;}
.leader-intro{
	height:auto;
	padding-top: 40px;
	}
.leader-intro h4{
	font-size: 20px;
	color:#585858;
	line-height: 40px;}
.leader-intro p{
	color:#585858;
	line-height: 27px;
	font-size: 15px;
	}

.rwm{display:none;}
.rwm li{margin-top:5px;margin-left:15px;float:left;width: 101px;}
.rwm li img{max-width: 96%;}
.rwm li span{display:block;}