@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*页面样式*/
.welcome{
	width: 100%;
	height: 40px;
	background: #f0f0f0;
	overflow: hidden;
	line-height: 40px;
}
.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: url(../img/topbg.png) no-repeat 0px 0px;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}
.hy{
	float:left ;
	font-size: 12px;
}
.logo-r {
	float: right;
}

.logo-r .lj {
	color: #333;
	font-size: 12px;
	float: left;
	margin-right: 30px;
	text-align: right;
}

.logo-r .lj a {
	color: #333;
	margin: 0px 5px;
	font-size: 12px;
}
.tel{
	float: right;
	height: 60px;
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 55px;
	margin: 30px 0px;
	background: url(../img/tel.png) no-repeat 0px 0px;
	display: none;
}
.tel span{
	display: block;
	font-size: 16px;
}
.ss {
	width: 190px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	float: right;
	margin-top: -2px;
}

.ss .inp {
	width: 150px;
	border: none;
	height: 30px;
	outline: none;
	color: #888888;
	text-indent: 10px;
	font-size: 12px;
	background: none;
	background: url(../img/sebox.png) no-repeat 0px 0px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 7px;
	right: 0px;
	width: 40px;
	height: 30px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888888;
}


/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #016092;
}

.nav ul li {
	float: left;
	width: 11.1%;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #008ed7;
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #008ed7;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 35px;
	text-align: center;
	white-space: normal;
	font-size: 16px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #016092;
	color: #FFFFFF;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#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;
	/* width: 1920px; */
	border: 0;
}

#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: 66px;
	width: 34px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 10%;

}

#dt .slide_nav.next {
	right: 10%;
	
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #d79f07;
}

/* main1 */
.main1 {
	margin: 40px 0px 15px;
	overflow: hidden;
}

.pic {
	width: 600px;
	float: left;
}

.tab {
	width: 600px;
	float: right;
	position: relative;
}
.fd1 .tab-hd {
	width: 100%;
	height: 50px;
}


.tab-hd li {
	float: left;
	cursor: pointer;
	width: 300px;
	text-align: center;
	background: #e3e7f0;
}

.tab-hd h2 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
.tab-hd .active h2 {
	color: #FFFFFF;
	font-size: 22px;
	background: url(../img/dqbg.png) no-repeat 0px 0px;
	width: 300px;
}
.tab-hd .active h2 a{
	color: #FFFFFF;
}
.tab-bd>li {
	display: none;
	position: relative;
}

.tab-bd .thisclass {
	display: block;
}
.tab-bd{
	background: #f2f7ff;
	height:350px;
}
.tab-bd li{
	padding: 50px 40px;
	box-sizing: border-box;
	text-indent: 35px;
	line-height: 35px;
}
.com{
	width: 580px;
}
.comtop {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dedddd;
}

.comtop .title {
	font-size: 22px;
	color: #016092;
	float: left;
	background: url(../img/lmbg.png) no-repeat 0px bottom;
}
.comtop .title span{
	color: #888888;
	font-size: 16px;
	margin-left: 20px;
}
.comtop .more {
	float: right;
	font-size: 14px;
	color: #0158b5;
	/* line-height: 50px; */
	padding: 6px 0px;
	box-sizing: border-box;
}

.more img {
	position: relative;
	margin-left: 5px;
	top: 3px;
}

.more:hover {
	color: #0158b5;
	font-weight: bold;
}

.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -27px;
	z-index: 2;
	right: 6px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #fff;
}

.callbacks1_tabs .callbacks_here a {
	background: #f9b000;
}

/* tdzx */
.news{
	float: left;
}
.tz{
	float: right;
}
.ggul {
	margin-top: 5px;
}

.ggul li {
	height: 45px;
	line-height: 45px;
	text-indent: 15px;
	border-bottom: 1px dashed  #e6e6e6;
	background: url(../img/dian.png) no-repeat 0px center;
}

.ggul li a {
	font-size: 16px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 73%;
}

.ggul li span {
	font-size: 16px;
	float: right;
	color: #999999;
}

.ggul li:hover a {
	color: #016092 !important;
}

.ggul li:hover span {
	color: #016092;
}
.main2{
	overflow: hidden;
}
.main3{
	overflow: hidden;
	margin-top: 40px;
	background: #f3f3f3;
	padding: 30px 0px;
}
.main3 .comtop{
	margin-bottom: 0px;
}
.xyfc{
	float: left;
	width: 520px;
	height: 320px;
	overflow: hidden;
	position: relative;
	background: url(../img/sp.png) no-repeat center;
}
.xyfc .spt img{
	width: 520px;
	height: 320px;
	transition: all 3s;
}
.xyfc p{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.xyfc .spt:hover img{
	transform: scale(1.1);
	transition: all 3s;
}
.sjbox{
	overflow: hidden;
	margin: 30px 0px;
}
.sjbox .fj li{
	float: left;
	margin-left: 29px;
}
.sjbox .fj li img{
	height: 150px;
	width: 310px;
}

.sjbox .fj1,.sjbox .fj2{
	margin-bottom: 15px;
}
.link li{
	float: left;
	padding: 0px 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../img/yqsx.png) no-repeat right center;
}
.link li:hover a{
	color: #016092;
}
/* yw*/
.foot {
	width: 100%;
	min-height: 420px;
	background: url(../img/ywbg.png) no-repeat 0px 0px;
	color: #FFFFFF;
	padding-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
}


.ywlogo{
	float: left;
}
.dh{
	float: left;
	width: 420px;
	margin-left: 130px;
	padding-top: 40px;
}
.dh li{
	float: left;
	margin-bottom: 30px;
	width: 130px;
}
.dh li a{
	color: #FFFFFF;
}
.call{
	float: right;
	text-align: right;
	line-height: 35px;
	padding-top: 32px;
}
.foottop{
	overflow: hidden;
}
.bq{
	text-align: center;
	margin-top: 90px;
	line-height: 30px;
}



/* 列表页 */
.listcon{
	margin-top: 20px;
}
.conleft{
	width: 260px;
	float: left;
}
.conleft .yj{
	height: 86px;
	background: url(../img/yjbg.png) no-repeat 0px 0px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height:80px;
	font-weight: bold;
	letter-spacing: 2px;
}

.conleft .ejdh li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	
}
.conleft .ejdh li a{
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	
}
.conleft .active a{
	color: #a6382f !important;
	font-size: 16px;
}
.conright{
	float: right;
	width: 890px;
	margin: 15px 0px 30px;
	/* padding: 43px 20px; */
	/* box-sizing: border-box; */
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
.ritop .ggtop{float: left;border-bottom:none}
.ritop .lm{
	font-size: 20px;
	color: #333333;
	float: left;
	line-height: 50px;
	background: url(../img/lmx.png) no-repeat 0px bottom;
}
.dq{
	float: right;
	color: #666666;
	/* margin-top: 3px; */
	line-height: 50px;
	text-indent: 20px;
}
.dq a{
	font-size: 14px;
	color: #666666;
}
.dq  a:hover{color: #016092;}
.conright .listul li{
	height:50px;
	
	text-indent: 15px;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px dashed #c9c9c9;
}

.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url(../img/lidian.png) no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #999999;
	font-size: 14px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #016092;}
.conright .listul li:hover .sj{color: #016092;}
.conright .listul li:hover .zy{color:#016092;}

.fan{margin: 30px 0px 0px 0px;text-align: center;}
.nt img{width: 100%;}

/* 内容页 */
.article{/* padding: 0px 35px; *//* box-sizing: border-box; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #515151;font-size: 16px;}
.nx a{color: #515151;font-size: 16px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #016092;}
.share{
	background: #f7f7f7;
	height: 50px;
}
.gb_resLay { height: 50px; width: 240px;  margin: 0 auto; }
.gb_res_t { line-height: 50px; height: 50px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 32px; top: 30px; right: 32px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }
.gb_resItms { margin: 0px 4%; }
.gb_resItms li { text-align: center; float: left; width: 55px; padding-bottom: 15px; }
.gb_resA img { height: auto; width: 60px; margin-bottom: 10px; }
.bdsharebuttonbox a { width: 50px!important; height: 50px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url(../img/xinlang.png) no-repeat center center !important; }
.bdsharebuttonbox .bds_qzone { background: url(../img/qq.png) no-repeat center center !important; }
.bdsharebuttonbox .bds_more { background: url(../img/sharemore.png) no-repeat center center !important; }
.bdsharebuttonbox .bds_weixin { background: url(../img/weixin.png) no-repeat center center !important;}

/* 图片列表页 */
.xslist li {
	float: left;
	width: 280px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.xslist .wt {
	margin-right: 0px;
}

.xslist .xst {
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.xslist .xst img {
	width: 100%;
	height: 180px;
	transition: all 3s;
}

.xslist span {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
}

.xslist .xst:hover img {
	transform: scale(1.1);
	transition: all 3s;
}

.xslist li:hover span {
	background: #016092;
	color: #FFFFFF;
}
.xslist{
	margin-top: 20px;
}
/* 领导页 */
.ldul li{
	float: left;
	width: 420px;
	margin-right: 5%;
	/* border: 1px solid #d7efed; */
	/* padding: 22px; */
	box-sizing: border-box;
	margin-top: 30px;
	background:#e8f0f5;
}
.ldul .wt{margin-right:0;}
.ldul .tu{
	width: 170px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.ldul .tu img{
	width: 170px;
	height: 200px;
	transition: all 1s;
}
.ldul .tu:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.ldul a{
	padding: 20px 10px;
	box-sizing: border-box;
	width: 250px;
	float: left;
}
.ldul .bt{
	font-size: 20px;
	color: #333;
	padding: 5px 0px;
	border-bottom: 1px dashed   #c4d7e3;
}
.ldul span{
	font-size: 16px;
	color: #333;
	padding: 15px 0px 10px;
	display: block;
	/* margin-top: 30px; */
}
.ldul .ldjs{
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.ldul li:hover{
	background: #effaf9;
	box-shadow: 2px 3px 3px #d7efed, -2px -2px 3px #d7efed;
}



/*师资队伍*/
.teacherList .item .tit{position: relative; margin-top: 25px; height: 60px; line-height: 60px; font-size: 18px; color: #0086c8; padding-left: 14px;}
.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 #eeeeee solid;}
.teacherList .item .table td{font-size: 16px;background: #fbfbfb;padding: 20px 0;border-right: 1px #eee solid;transition: 0.3s;border-bottom: 1px #eee solid;width: 160px !important;height: 60px;box-sizing: border-box;}
.teacherList .item .table td a{ display: block; color: #333333; transition: 0.3s;}
.teacherList .item .table td:hover{ background: #fff; box-shadow:rgba(0,103,154,0.2) 0px 0px 10px;z-index: 2; position: relative; }
.teacherList .item .table td:hover a{font-weight: bold; color: #0086c8;}



.leader_l{padding: 0 3px 0 19px;overflow: hidden;}
.leader_l li{width: 110px;float: left;margin-right: 16px;padding-bottom: 15px;height: 208px;margin-bottom: 20px;}
.leader_img{display: block;height: 155px;overflow: hidden;text-align: center;}
.leader_img img{width: 100%;height: 100%;}
.leader_n,.leader_pos{font-size: 12px;color: #222222;text-align: center;line-height: 24px;}
.leader_n{margin-top: 5px;}
.leader_l li:hover .leader_n,.leader_l li:hover .leader_pos{color:#1179b6;}