@charset "utf-8";

/* Base Reset */

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 {
	line-height: 1;
}

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;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,
p {
	font: 14px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1400px;
	margin: 0 auto;
}

/*新闻列表*/
.post {}

.post .banner {
	margin: 0 auto;
	line-height: 70px;
	/* border-bottom: 1px solid #e8e8e8; */
	height: 80px;
	/* box-sizing: border-box; */
	/* background: url(images/lmbg.png) no-repeat right 0px #d20e0c; */
	/* padding: 0 20px; */
}

.post .banner .title {
	font-size: 36px;
	float: left;
	display: block;
	text-align: center;
	/* color: #ffffff; */
	border-bottom: 10px solid #0574d0;
	/* height: 50px; */
	/* box-sizing: border-box; */
	font-weight: bold;
	/* text-indent: 35px; */
	/* background: url(images/tit_bg.png) center bottom no-repeat; */
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	color: #ffffff;
}

.post .con {
	padding: 0;
	margin: 0 auto;
}
.post .con .news-list {}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 40px;
	background: url(images/li_dian.png) left center no-repeat;
	padding-left: 2.5%;
	/* border-bottom: 1px dashed #d8d8d8; */
}

.post .news-list .news .lmbt {
	float: left;
	color: #1495e6;
}

.post .news-list .news .news-title {
	width: calc(100% - 40px);
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
}

.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
}

.post .news-list .bj {
	float: left;
}



/*头部*/

#header {
	background:#00489b;
}

#header .inner {
	position: relative;
}

.logo {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}

.logo img {
	max-width: 100%;
	height: auto;
	max-height: 50px;
	float: left;
	padding: 10px 0;
}

.logo-r {
	/* display: none; */
	float: right;
	/* width: 450px; */
	margin: 15px 0;
	width: 70%;
}

.bb {
	color: #FFFFFF;
	/* text-align: right; */
	line-height: 20px;
	float: left;
}

.bb a {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 10px;
}

.ss {
	height: 24px;
	background: url(images/ss_bg.png) center center no-repeat;
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .1s;
	-moz-transition: all 1s ease .1s;
	-ms-transition: all 1s ease .1s;
	-o-transition: all 1s ease .1s;
}

.ss_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/ss_btn.png) center center no-repeat;
}

.ss .active {
	width: 150px;
}


/*导航*/
#nav {
	/* background: url(images/nav_bg.png) center center repeat-x; */
	/* position: absolute; */
	/* top: 130px; */
	/* z-index: 999; */
	background: #a91313;
}

.nav {
	height: 40px;
}

.navList {
	width: 100%;
	overflow: hidden;
}

.navList>li {
	float: left;
	width: 14.2%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	/* font-size: 20px; */
	/* background: url(images/nav_li_bg.png) right center no-repeat; */
}

.navList li a {
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	/* font-weight: bold; */
}

.navList li a:hover {
	/* background: #d60d0b; */
	/* color: #055acb; */
	border-bottom: 2px solid #ffffff;
}

.navList .subnav {
	z-index: 100;
	position: relative;
	display: none;
}

.navList .subnav li {
	background: #d60d0b66;
}

.navList .subnav a {
	background: none;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
}

.navList .li6 a{border: 2px solid #ffffff;
    padding: 0px 10px;
    border-radius: 10px;}

/*汉堡包样式*/
.navBtns {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(images/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
}

/*--------------------------- welcome ----------------------------*/
.welcome {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200;
}

.welBox {}

.welList a {
	font: 20px/1em "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	padding: 15px 0;
}

.welList a:hover {
	color: #EF3333;
	background: #ccc;
}

.comeList {
	width: 100%;
	display: none;
}

.comeList a {
	font: 16px/1em "微软雅黑";
	display: block;
	padding: 10px 0;
}



/*大图*/
#dt .inner {
	width: 1920px;
	overflow: hidden;
	padding: 0;
}

.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;
	/* float: left; */
	/* width: 100%; */
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.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: 65px;
	width: 34px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 0;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 0;
	background: url(images/datu_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 30px;
	right: 50%;
	z-index: 100;
	text-align: center;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 13px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #FFF;
	position: relative;
}

.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;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #0574d0;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	background: rgba(51, 51, 51, 0.8);
	width: 100%;
	text-indent: 10px;
}

/*中间*/
#mod1{background: #f5f5f5;}

.mod1 {
	overflow: hidden;
	padding: 30px 0;
}
.post1 .more-btn {
	/* line-height: 26px; */
	/* margin: 12px 0; */
	/* background: #2f87e5; */
	/* color: #ffffff; */
	/* padding: 0 18px; */
	/* border-radius: 13px; */
	color: #000000;
}
.post1 .more-btn img{display:block;}
.post1 .more-btn p{line-height:20px;}
.post1 .con{margin-top: 40px;}
.post1 .news-list{overflow: hidden;}
.post1 .news-list .news1{width: 45%;float: left;background: url(images/li.png) left center no-repeat;padding:30px 2.5%;}
.post1 .news-list .news1 .bx{overflow: hidden;height: 120px;background: #ffffff;-moz-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow:0px 3px 6pxrgba(0, 0, 0, 0.16);padding: 15px 30px;}
.post1 .news-list .news1 .bx .news-date{display: block;font-size: 20px;font-weight: 700;color: #00489b;line-height: 40px;padding-left: 50px;background: url(images/rc.png) left center no-repeat;}
.post1 .news-list .news1 .bx .news-title{display: block;font-size: 20px;line-height: 40px;}

.post2{overflow: hidden;margin: 50px 0;}
.post2 .tu{ float: left;width: 62%;}
.post2 .tu img {width: 100%;}
.post2 .wxx {float: right;width: 34%;margin-top: 80px;}
.post2 .wxx * {display: block;}
.post2 .wxx .yw{
    /* width: 247px; */
    /* height:40px; */
    /* font-family:
    Open Sans; */
	font-weight:300;
	color:#9a9b9d;
	font-size:30px;
    line-height: 40px;
}
.post2 .wxx .bt{
    /* width: 180px; */
    /* height:52px; */
    /* font-family:
    Source Han Sans SC; */
	font-weight:700;
	color:#000000;
	font-size:36px;
    line-height: 50px;
    margin-top: 10px;
}
.post2 .wxx .jj{
    /* width: 521px; */
    /* height:96px; */
    /* font-family:
    Open Sans; */
	color:#8c8e95;
	font-size:22px;
    line-height: 40px;
    margin-top: 20px;
}
.post2 .wxx .an{
    width: 225px;
    /* height: 60px; */
	background-color:#00489b;
	border-radius:8px;
    /* width: 76px; */
    /* height:27px; */
    /* font-family:
    Source Han Sans SC; */
	color:#ffffff;
	font-size:19px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
}

#mod7 { background: #f5f5f5; }
.mod7 {padding: 50px 0px;}
.mod7l {float: left;width: 25%;margin-left: 15%;}
.mod7l a img { max-width: 100%; display: block; }
.mod7l ul { overflow: hidden; margin-top: 20px; }
.mod7l ul li {/* width: 50%; *//* float: left; */}
.mod7l ul li a {color: #8c8e95;line-height: 30px;font-size: 16px;}
.mod7l > a { display: block; }
.mod7m {float: left;width: 59%;border-left: 1px solid #000000;}
.mod7m > div {width: 600px;margin: 0px auto;}
.mod7m dl {/* line-height: 30px; */}
.mod7m dt {/* color: rgb(255, 255, 255); */font-size: 22px;line-height: 40px;font-weight: bold;}
.mod7m dd { float: left;}
.mod7m .dl1 dd{width: 25%;/* padding: 5px 0; */}
.mod7m dl dd a {/* color: rgb(255, 255, 255); */font-size: 20px;line-height: 40px;}
.mod7m .dl2 *{display: block;}
.mod7m .dl2 dd{/* padding: 0 18px; */position: relative;width: 20%;text-align: center;}
.mod7m .dl2 dd .tu{display: none;width: 200px;height: 200px;position: absolute;top: -200px;left: 50%;margin-left: -100px;}
.mod7m .dl2 dd .tuh{margin: 0 auto;}
.mod7m .dl2 dd .tuh:hover +.tu{display: block;}
/*页脚*/
#footer {
	background: #f5f5f5;
}

#footer .inner {}

.foot {}

#footer .copyright {
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
}


/*列表页*/

#container{/* background: #ededed; */}

#container .inner{padding: 50px 0;background: #ffffff;}


#listdt .inner {
	width: 100%;
	overflow: hidden;
}
.listdt img{display: block;width: 100%;}

.col {
	/* padding: 30px 0;*/
	background-color: #FFF;
}

.col-menu {
	/**列表页左侧栏目**/
	width: 350px;
	float: left;
	/* margin-top:-102px; */
	/* z-index: 100; */
	/* position: relative; */
}

.col-menu-head {
	/*列表头部*/
	width: 100%;
	font-size: 24px;
	background: #a91313;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 66px;
	/* text-indent: 20px; */
	/* border-bottom:2px solid #00427f; */
	/* font-weight: bold; */
}

.col-menu-con {
	/* min-height: 800px; */
	/* background: #f0f0f0; */
	/* border: 1px solid #e3e3e3; */
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.list-tb {
	margin-top: 30px;
}

.list-tb .fwdt li {
	width: 49.5%;
}

/*多级栏目列表*/
.listcolumn {}

.listcolumn .column-1 {
    /* margin: 10px 20px; */
    /* background: #f2eee7; */
    padding-left: 20px;
}

.listcolumn .column-1 a {
	font-weight: 100;
	color: #333333;
	/* background: url(images/icon_blue.png) 30px center no-repeat; */
	/* text-indent: 50px; */
	/* text-align: center; */
	display: block;
	height: 58px;
	line-height: 60px;
	font-size: 20px;
	/* font-weight: bold; */
	/* border-top: 1px solid #ffffff; */
	/* border-bottom: 1px solid #c2c2c2; */
}

/**一级子栏目及图标**/
.listcolumn .column-1 a:hover,
.listcolumn .column-1 a.selected {
	/* color: #0574d0; */
	/* background: url(images/icon_blueh.png) 30px center no-repeat #a91313; */
	/* color: #ffffff; */
	/* background: #a91313; */
}

/**鼠标经过或选中一级子栏目**/
.wp_subcolumn {
	margin-top: 2px;
}

.listcolumn .column-1 .wp_subcolumn .column-1-1 a {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}


.col-news {
	/**列表页右侧新闻**/
	width: 1000px;
	float: right;
}

.col-news-head {
	margin: 0px;
	border-bottom: 2px solid #e4e4e4;
}

.col-path {
	/**当前位置**/
	display: inline-block;
	white-space: nowrap;
	height: 65px;
	line-height: 65px;
	text-align: right;
	float: right;
	padding-left: 30px;
	background: url(images/icon_dz.png) left center no-repeat;
}

.col-path a {
	color: #888888;
	font-size: 12px;
}

.col-title {
	/**当前栏目**/
	display: inline-block;
	white-space: nowrap;
	height: 65px;
	line-height: 65px;
	float: left;
	/* display:inline-block; */
	font-size: 20px;
	color: #a91313;
}

.col-news-con {
	padding: 0px;
	margin: 0px;

}

/**栏目新闻列表**/
.col-news-list {
	/* padding-top: 20px; */
}

.col-news-list .list_item {
	display: block;
	overflow: hidden;
	padding: 0 0 0 20px;
	background: url(images/icon_dian.png) left center no-repeat;
	border-bottom: 1px dotted #c1c1c1;
}

.col-news-list .list_item * {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}

.col-news-list .list_item .news-title {
	float: left;
	color: #333333;
}

.col-news-list .list_item .news-date {
	float: right;
	color: #696969;
}

.dreamer-pagination{
	font-size: 14px;
	float: right;
}
.dreamer-ul{
	
}
.dreamer-ul,.dreamer-ul li{
	list-style: none;
}
.dreamer-ul li{
	min-width: 30px;
	height: 30px;
	float: left;
	border: #777 solid 1px; 
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
	padding: 0 10px;
}
.dreamer-ul .active{
	background: #10B765;
	color: #ffffff;
}

/*引导页*/
.bjt{height: 100vh;background: url(images/bjt.png) no-repeat;background-size: 100% 100%;position: relative;}
.bjt .xf{position: absolute;left: 8%;top: 15%;}
.bjt .xf .ann{overflow: hidden;}
.bjt .xf .ann li{float: left;width: 40%;margin:0 5%;text-align: center;}
.bjt .xf .ann li a{font-size: 19px;line-height: 70px;display: block;background: #ffffff;border-radius:8px;}
.bjt .xf .ann li a:hover{background: #00489b;color: #ffffff;}
.bjt .xf .wzz img{max-width:100%;display:none;}
.wzz p{color:#ffffff;}
.wzz .p1,.wzz .p2,.wzz .p3{font-size: 100px;font-weight: bold;line-height: 1.1;}
.wzz .p4,.wzz .p5{font-size: 20px;margin: 30px 0;font-weight: 100;}

/*院长寄语*/
.xzjy {
    padding: 75px;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.xzjy .bt{}
.xzjy .bt .zbt{
	line-height: 60px;
	font-weight:700;
	color:#000000;
	font-size:36px;
	display: inline-block;
	border-bottom: 5px solid #00489b;
	}

.xzjy .bt .fbt{
	margin-top: 20px;
	line-height: 50px;
	font-weight: 700;
	color: #000000;
	font-size: 28px;
	display: block;
}

.xzjy .nr{margin-top: 20px;}
.xzjy .nr p{font-size: 20px;line-height:2;text-indent: 2em;font-weight: 400px;}

/*理工文化*/
.twlb{/* overflow: hidden; */}
li.tbtw *{display:block;}
li.tbtw {overflow: hidden;/* background: #f0f0f0; */margin-top: 30px;-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.tbtw a.tu {    float: left;    /* display: block; */}
.tbtw .btjj {    float: left;    /* margin-left: 20px; */    /* width: 660px; */    padding: 15px;    width: calc(100% - 310px);}
.tbtw .tu img {    width: 280px;    height: 270px;    /* display: block; */}
.tbtw span.sj {    color: #888888;    line-height: 30px;}
.tbtw  a.bt {/* color: #0574d0; */font-size: 26px;line-height: 45px;}
.tbtw  a.jj {font-size: 14px;color: #888888;line-height: 25px;}
.tbtw  a.ckgd {font-size: 14px;color: #888888;line-height: 25px;text-align: right;}
.lgwh li.tbtw{    width: 46%;    float: left;    margin: 0 2%;}

.lgwhb{margin-top: 80px;}
.lgwhb .tbtw .btjj{float: none;width: auto;}
.lgwhb .tbtw a.tu{float: none;}
.lgwhb li.tbtw{width: 24.33%; margin: 0 4.5%;}
.lgwhb .tbtw .tu img{width: 100%;height: auto;}
.lgwhb .tbtw span.sj{font-size: 20px;    color: #333333;}
.lgwhb .tbtw a.jj{font-size: 20px;line-height: 30px;    color: #333333;}

/*理工生活*/
.lgsh{}
.lgsh1{}
.lgsh1 .lgsh1l{float: left;width: 57%;}
.lgsh1 .lgsh1l img{width: 100%;}
.lgsh1 .lgsh1r{float: right;width: 37%;}
.post3{padding: 15px 20px 0;-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);height: 185px;}
.post3 * {display: block;}
.post3 .tb{}
.post3 .bt{color: #000000;font-size: 26px;line-height: 2;}
.post3 .fbt1{color: #000000;font-size: 19px;line-height: 1.5;}
.post3 .fbt2{color: #000000;font-size: 19px;line-height: 1.5;}
.post3 .jj{font-family: Source Han Sans SC;color: #707070;font-size: 20px;line-height: 2;}

.lgsh2{margin-top: 50px;}
.lgsh2 .g3{}
.lgsh2 .g3 li{width: 31%;margin: 0 1.16%;/* padding: 10px; */float: left;line-height: 140px;-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);text-indent: 41%;}
.lgsh2 .g3 li a{color: #000000;font-size: 36px;line-height: 24px;text-align: center;}
.lgsh2 .g3 .li1{background: url(images/l1.png) 10% center no-repeat;}
.lgsh2 .g3 .li2{background: url(images/l2.png) 10% center no-repeat;}
.lgsh2 .g3 .li3{background: url(images/l3.png) 10% center no-repeat;}

.lgsh3{margin-top: 50px;}
.lgsh3 .g4 *{display:block;}
.lgsh3 .g4 li{width: 21%;margin: 0 1%;/* padding: 10px; */float: left;padding: 3% 1%;-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.lgsh3 .g4 li a{}
.lgsh3 .g4 .tu img{margin: auto;}
.lgsh3 .g4 .bt{color: #000000;font-size: 36px;line-height: 70px;text-align: center;}
.lgsh3 .g4 .jj{color: #747474;font-size: 20px;line-height: 40px;}

/*入学导读*/
.wz{
	padding: 30px;
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

/*适应性课程*/
.col-news.syxkc{float: none;width: 100%;}
.col-news.syxkc .col-title{font-weight: 700;color: #000000;font-size: 36px;line-height: 90px;height: 90px;}
.col-news.syxkc .col-path{line-height: 90px;height: 90px;}
.col-news.syxkc .col-path a{font-size: 20px;}
.col-news.syxkc .col-news-con{margin-top: 30px;}

.col-news.syxkc{}
.col-news.syxkc .tbtw .btjj{float: none;width: auto;}
.col-news.syxkc .tbtw a.tu{float: none;}
.col-news.syxkc li.tbtw{width: 43%;margin:2% 3.5%;float: left;}
.col-news.syxkc .tbtw .tu img{width: 100%;height: auto;max-height: 400px;}
.col-news.syxkc .tbtw span.sj{font-size: 20px;}
.col-news.syxkc .tbtw a.jj{font-size: 16px;line-height: 30px;}
.col-news.syxkc .tbtw a.bt{font-size: 22px;    line-height: 50px;}


.fenye {
	margin: 50px 0;
}

.fenye table {
	margin: 0 auto;
}

.list-pic img {
	width: 100%;
}



/*单片标题*/
.dpbt {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

/*文章页*/
.infobox {
	margin: 0px auto;
	background-color: #FFF;
}

.article {
	/* padding: 0 20px; */
}

.article h1.arti_title {
	/**文章标题**/
	font-family: "Microsoft YaHei";
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	font-weight: bold;
}

.article .arti_metas {
	padding: 10px 0 20px 0;
	text-align: center;
	/* border-bottom: 1px dashed #DDDDDD; */
}

.article .arti_metas span {
	/**文章其他属性**/
	margin: 0 5px;
	color: #787878;
}

.article .read {
	padding-top: 20px;
}

.article .read p {
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
}

@media only screen and (max-width: 1920px) {
    #dt .inner {
    width: 100%;
    }
}

@media only screen and (max-width: 1399px) {
	.wrapper .inner {
		width: 98%;
	}

	.col-menu {
		width: 21.4%;
	}

	.col-news {
		width: 75%;
	}

	.pic-list .pic-news {
		width: 33.33%;
	}
}

/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {
	
	.logo-r{width: 100%;}
	
	.lgwhb li.tbtw {
	    width: 30.33%;
	    margin: 0 1.5%;
	}
	
	.lgwh .lgwht li.tbtw {
	    width: auto;
		float: none;
	    margin:2%;
	}
	
	.lgwhb {
	    margin-top: 20px;
	}
	.lgwhb li.tbtw {
		width: 47%;
	    margin: 1.5%;
	}
	
	.lgsh1 .lgsh1l{display:none; }
	.lgsh1 .lgsh1r{float: none;width: 100%; }
	.post3{ height: auto;    padding:20px; }
	.lgsh2 .g3 li{width: 45%;margin: 2.5%; }
	
	.rxdd .col-menu{width: 100%; }
	.rxdd .col-news{display: none; }
	
	.rxddnr .col-menu{display: none;}
	.rxddnr .col-news{ width: 100%; }
	

	#dt .dtxt {
		width: 100%;
		left: 0;
		margin-left: 0;
	}


}

@media only screen and (max-width: 1024px) {



	#dt .dtxt {
		left: 0;
		bottom: 0;
	}

	#dt .dtxt a {
		width: 100%;
	}

	.slide1_tabs {
		bottom: 10px;
		right: 10%;
	}

	.slide_nav.prev {
		left: 10%;
	}

	.slide_nav.next {
		right: 10%;
	}
	
	.mod7l{float: none;text-align: center;width: auto;margin: 0; }
	.mod7l a img{display: inline; }
	.mod7m{float: none;width: auto;border: none; }
	.mod7m > div{width: auto; }
	
	.lgsh3 .g4 li{width: 46%;margin: 1%; }
}


/* 中等屏幕（桌面显示器，小于等于 992px） */

@media only screen and (max-width: 992px) {}

/* 小屏幕（平板，小于等于 768px） */

@media only screen and (max-width: 768px) {
	.navBtns {
		display: block;
	}

	.navList {}

	#nav {
		display: none;
	}

	.logo-r {
		display: none;
	}
	
	.post1 .news-list .news1{float: none;width: auto;    padding:2.5% 10px 2.5% 20px ; }
	
	.post2 .tu{float: none;width: 100%; }
	.post2 .wxx{float: none;width: 100%;margin-top: 20px;}
	.post2 .wxx .an{margin-top: 20px; }
	.xzjy{padding: 20px 20px 587px;}
	#container .inner{padding: 20px 0; }
	.lgsh2 .g3 li{width: 95%; }	
	

	.bjt .xf .ann li{width: 80%;margin: 5%; }	
	.wzz .p1, .wzz .p2, .wzz .p3 {font-size: 50px;}
		
	
	.foot {
		width: 100%;
	}

	.copyright {
		text-align: center;
	}




	.col {
		padding: 0;
	}

	.col-news {
		width: 100%;
	}

	.article .read img {
		width: 95%;
		height: auto;
	}



}

@media only screen and (max-width: 700px) {
	.col {
		padding: 10px 0;
	}

}

@media only screen and (max-width: 600px) {
	
	.mod7m .dl2 dd{width: 33.33%;padding: 0;text-align: center; }
	
	.lgwht .tbtw a.tu{float: none; }
	.lgwht .tbtw .tu img{width: 100%;height: auto; }
	.lgwht .tbtw .btjj{ float: none;width: auto; }
	.lgwhb li.tbtw {
	    width: 97%;
	    margin: 1.5%;
	}
	.lgsh3 .g4 li{width: 96%; }
	.lgsh .lgsh2 .g3 li{background-position: 5%; }
	.lgsh2 .g3 li a{font-size: 28px; }
	
	.col-news.syxkc li.tbtw{width: 95%;margin: 2.5%; }
}

@media only screen and (max-width: 500px) {

	.mod7m .dl1 dd{width: 50%;text-align: center; }

	.pic-list .pic-news {
		width: 100%;
	}

	.slide1_tabs {
		display: none;
	}

	#dt .dtxt {
		display: none;
	}

}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 350px) {
	.mod7m .dl2 dd{width: 50%; }
	
}
/*
@media only screen and (max-height: 1000px) {
	
	.bjt .xf .wzz{display: none; }
	.bjt .xf {width: 50%;
    top: 60%;
    left: 50%;
    margin-left: -25%; }
	
}*/
@media only screen and (max-height: 600px) {
	
.wzz .p1, .wzz .p2, .wzz .p3{font-size:40px;}
.wzz .p4, .wzz .p5{display:none;}
}

