﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-family:'microsoft yahei','MicrosoftJhengHei','微軟正黑體','Heiti TC','PMingLiU', '新細明體', 'MingLiU','細明體';
}

fieldset, img {
    border: 0 none;
}

:focus {
    outline: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    vertical-align: middle;
}

body {
    color: #221e1f;
    font-size: 12px;
    line-height: 1.5em;
    overflow-x: hidden;
    width: 100%;
}

ol, ul, li, dl, dt, dd {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a, label {
    cursor: pointer;
    vertical-align: baseline;
    text-decoration: none;
    color: black;
}

a:hover {
    color: #f8520f;
}

button {
    border: medium none;
    cursor: pointer;
}

input, textarea {
    color: #333;
    resize: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: -1px 0;
    padding: 1px;
    vertical-align: middle;
}

br {
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*clearfix*/
.c:after {
    content: "aaaaa";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.none{ display: none;}

.c {
    zoom: 1;
    clear: both;
}

/*浮动*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

/*溢出文本省略号显示*/
.fixed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*隐藏*/
.hide {
    display: none;
}

/*实体间隔*/
.spacer10 {
    font-size: 0;
    line-height: 0;
    height: 10px;
    overflow: hidden;
}

.spacer8 {
    font-size: 0;
    line-height: 0;
    height: 8px;
    overflow: hidden;
}

/*宋体*/
.songti {font-family: simsun;}

/*文本大小*/
.fz14 {font-size: 14px;}

.fz12 {font-size: 12px;}

/*对齐方式*/
.tar {text-align: right;}

.tac {text-align: center;}

.tal {text-align: left;}

/*文字颜色*/
.red {color: #f8520f;}

.dark {color: #4e4e4e;}

body{
	margin: 0 auto;
    line-height: 1.5em;
    overflow-x: hidden;
    width: 100%;
}

/*header*/
.header{ 
	height: 50px; 
	position: fixed; 
	margin: 0 auto;
    background: #fff;
    top: 0px;
    width: 100%;
    z-index: 99;
    box-shadow:0 5px 19px -6px rgba(0, 0, 0, 0.15)
}

body {
    line-height: 1.5em;
    margin: 0 auto;
}
body {
    color: #383838;
    font-size: 12px;
    line-height: 1.5em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    background: transparent none repeat scroll 0 0;
    font-family:'microsoft yahei','MicrosoftJhengHei','微軟正黑體','Heiti TC','PMingLiU', '新細明體', 'MingLiU','細明體';
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body {
    line-height: 1.5em;
    margin: 0 auto;
}
body {
    color: #58595b;
    font-size: 12px;
    line-height: 1.5em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    background: transparent none repeat scroll 0 0;
    font-family:'microsoft yahei','MicrosoftJhengHei','微軟正黑體','Heiti TC','PMingLiU', '新細明體', 'MingLiU','細明體';
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
.header .header-logo {
    color: white;
    font-size: 18px;
    font-weight: bold;
    left: 5px;
    position: absolute;
    top: 10px;
}



.header .header-list{ width: 760px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 50px;
}
.header .header-list li a{
    float: right;
    right:0px;  display: inline;
    height: 30px;
    line-height: 30px;
    color:#323232;
    margin-right: 20px;
    padding-left: 30px;
    font-size: 14px;
}

.header .header-list li.hicon01 a{
    background: rgba(0, 0, 0, 0) url("../images/hicon01.png") no-repeat scroll 13px 9px;
}
.header .header-list li.hicon02 a{
    background: rgba(0, 0, 0, 0) url("../images/hicon02.png") no-repeat scroll 8px 9px;
}
.header .header-list li.hicon03 a{
    background: rgba(0, 0, 0, 0) url("../images/hicon03.png") no-repeat scroll 13px 9px;
}

/*menu*/
.menu{ 
	height: 36px; 
	line-height: 36px;
    margin: 5px auto;
    width: 1200px;
    border-top: 1px solid #898b8e;
}
.menu li a{ 
	float: left; 
	display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 72px;
}

/*banner*/
.banner{text-align: center;margin: 0 auto;}

.banner img{ width: 100%; display: block;}
.banner-hd{display: none;}
.banner-pc{display: none;}
.banner-mo{display: block;}
/*sec*/
.sec{ background: #fff1e1; height: 45px;}

.sec label{display:none;}
.sec-con label{	display:none;}

.sec-con ul{ 
	position: absolute; 
	top: 45px; 
	left: 0;
    z-index: 9;
    width: 380px;
    display: none;
}
.sec-con li{
    float: left;
    height: 40px;
    list-style: 40px;
    position: relative;
}

ul.m-sec-bac .sec-but{ 
	margin-left:0px; 
	background: #aec5e7; 
	color:#213d7c;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    top: 5px;
    margin-right: 20px;
}
#m_btnAdvanceSearch{background: #223d7c;color: white;}
.sec-con .sec-but:hover{ background: #f8520f}

.sec-con .sec-but-red{ 
	margin-left: 10px; 
	background: #f13f61; 
	color:#fff;
    border: none;
    padding: 4px 50px;
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 5px;
    background:#f13f61 url("../images/fdj_r.png") center no-repeat;
}


/*school md*/
.school-md{
    margin: 0 auto; 
	padding: 20px 0px 0px 0px; 
	position: relative;
}
.school-md-name{float: left;}
.school-md-name-title{margin-bottom:0px; position: relative;}
.school-md-name-title span{
	font-size: 24px; 
	line-height: 36px;
	font-weight: bold; 
	border-bottom: 3px solid #006d9c;
    padding-bottom: 5px;
    color: #006d9c;
}
.school-md-namecon{ margin-top: 0px;}
.school-md-namecon dl{
    float: left; 
	width: auto; 
	padding-right:20px; 
	position: relative;
    height: 120px;
}
.school-md-namecon dl dt{
    position: absolute; 
	top:0px; 
	left:0px; 
	width: 83px; 
	height: 83px;
}
.school-md-namecon dl dd{padding-left: 110px;}
.school-md-namecon dl dd.school-md-namecon-tit{ 
	font-size: 16px; 
	height: 30px; 
	line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
	
}
.school-md-namecon dl dd span{ 
	margin-right: 22px;
    font-size: 14px;
	line-height: 24px;
    float: left;
    margin-bottom: 5px;
}
.school-md-map{
	width: auto; 
	float: none; 
	background: #f1f1f1; 
	text-align: center; 
	overflow: hidden; 
	display: none;
}

.school-sm{ 
	background: #e1f2f4; 
	padding: 20px 0 20px 0;
    overflow: hidden;
}
.school-sm-con{margin:0 auto; width: auto;}
.school-md-title span{ 
	color:#005825; 
	font-size: 24px; 
	font-weight: bold; 
	border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}

dl.school-sm-con-list dd{ 
	float: left; 
	width: 300px; 
	height: 200px; 
	background: url("../images/mh.png") no-repeat scroll left top; 
	color:#005825;
    margin-left: 0px;
    margin-right: 40px;
    margin-top: 40px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 20px 0 20px;
}
.school-md-bq{display: none}
.m-xxmd-tag{ 
	height: 50px; 
	line-height: 50px; 
	position: relative;
}
.m-xxmd-tag .school-md-bq{
    position: relative;
    top: 5px;
    display: block;
}

.m-xxmd-tag .school-md-bq li a{
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding-left: 37px;
    height: 40px;
    line-height: 40px;
}

.m-xxmd-tag .school-md-bq li.school-md-bq01 a{ background: url("../images/md01.png") left no-repeat;}
.m-xxmd-tag .school-md-bq li.school-md-bq02 a{ background: url("../images/md02.png") left no-repeat;}
.m-xxmd-tag .school-md-bq li.school-md-bq03 a{ background: url("../images/md03.png") left no-repeat;}
.m-xxmd-tag .school-md-bq li.school-md-bq04 a{ background: url("../images/md04.png") left no-repeat; float: right;position: relative;right: 8px;background-size: 32px 32px;}

.m-xxmd-tag2{ 
	height: 38px; 
	position: relative;
}
.school-md-pxbutton{
    background: url("../images/m-px01.png") right no-repeat;
    bottom: 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 17px 0 5px;
    position: absolute;
    right: 10px;
    font-size: 12px;
	cursor: pointer;
	z-index:100;
}

.clbox{ background: #000 url("../images/m-px02.png") right no-repeat;cursor: pointer;z-index:100;}

.school-md-px{ 
	 
}
.school-md-px li{
    border-bottom: 1px solid #844d4d;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    padding:0 10px;
    font-weight: bold;
    position: relative;
}

.school-md-px li span{
    position:absolute;
    right: 0px;
    display: block;
    height: 30px;
    top: 9px;
    width: 30px;

}

.school-md-xx{
	height: 116px;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
dl.school-md-xxcon {
    margin: 0 auto;
    padding-top: 16px;
    width: 250px;
}

dl.school-md-xxcon  dt{float: left;}
dl.school-md-xxcon  dd{ 
	margin-left: 100px;
    font-size: 16px;
    text-align: left;
    width: 300px;
}
dl.school-md-xxcon  dd span.school-md-xxcon-tit{ 
	color:#000; 
	border-bottom: 3px solid #000; 
	text-align: center; 
	font-size: 26px;
    height: 55px;
    line-height: 50px;
    padding: 0px 10px;
}

.school-md-cs{
	line-height: 25px;
    margin-top: 30px;
    font-size: 14px;
    padding: 0px 10px;
	text-align: justify;
}

.table-con{ 
	width: 1200px; 
	margin: 0 auto 20px;
    display: none;
}

.m-table-con .sou_table {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}
.m-table-con .sou_table .sou_table_js {
    color: #333;
    margin-bottom: 5px;
}
.m-table-con .sou_table h3 {
    border-top: 1px solid #f2f2f2;
    color: #e43d3f;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.sou_table h3 b {color: #606060;}
.sou_table h3 b span {color: #e43d3f;}
.m-table-con .sou_table table { border-collapse: collapse;}
.m-table-con .sou_table th {
    height: 42px;
    line-height: 42px;
    color: #701d1f;
    border-bottom: 3px solid #701d1f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.m-table-con .sou_table th span{
	margin-left: 7px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.m-table-con .sou_table td {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
	position: relative;
}

.m-table-con .sou_table tr.hov a {
    color: #246192;
    font-weight: bold;
    text-decoration: underline;
    visibility: visible;
}

.m-table-con .sou_table td span {
    color: #FF0000;
	font-weight: bold;
	position: absolute; 
	right: 10px;
}
.m-table-con .sou_table td a {
    /*color: red;
    margin-left: 10px;*/
}
.m-table-con .sou_table td a:hover {text-decoration: underline;}
.tr_new { background: #f4f4f4 none repeat scroll 0 0;}
.sou_table td span.px_downline {color: #133a1a;}
.sou_list {
    float: left;
    left: 0;
    margin-bottom: 300px;
    position: relative;
    width: 220px;
}
.sou_list dl {
    margin-bottom: 300px;
    position: fixed;
    width: 220px;
}
.sou_list dt {
    background: #a7a7a7 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 2px;
    text-indent: 10px;
}

.sou_list dd {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    text-indent: 10px;
}

.sou_list dd.list-now {
    background: #e43d3f none repeat scroll 0 0;
    color: #fff;
}

.sou_list_min {
    display: none;
    position: absolute;
    width: auto;
}

td.tdtl,th.tdtl{ text-align: left;}
td.tdpading{padding-left:5px;}

.fx{ 
	margin: 0 auto; 
	width: auto; 
	padding: 10px 0px;
}

.fx a{ margin-right: 10px; margin-left: 10px;}


.xmcs-con{margin: 20px auto;}
.xmcs-list dt{  
	height: 64; 
	/*line-height: 64px;*/ 
	border-radius: 5px; 
	padding:5px 20px; 
	font-size: 16px; 
	font-weight:bold; 
	margin: 10px; 
}
.xmcs-list dd{ 
	font-size: 14px; 
	line-height: 24px; 
	padding: 0px 15px; 
	text-align: justify;
}

.xmcs-list dt.xmcslist01{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist02{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist03{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist04{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist05{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist06{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist07{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist08{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist09{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist10{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist11{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist12{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist13{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist14{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist15{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist16{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist17{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist18{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist19{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist20{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist21{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist22{background: #c74a1b url("../images/jtx04.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist23{background: #007f7e url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist24{background: #c40067 url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist25{background: #006d9c url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}
.xmcs-list dt.xmcslist26{background: #c74a1b url("../images/jtx02.png") right no-repeat; color:#ffffff; cursor: pointer;}

.xmcs-list dt.xmcslistnow01{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow02{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow03{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow04{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow05{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow06{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow07{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow08{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow09{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow10{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow11{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow12{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow13{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow14{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow15{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow16{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow17{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow18{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow19{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow20{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow21{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow22{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow23{background-image:url("../images/jts04.png"); }
.xmcs-list dt.xmcslistnow24{background-image:url("../images/jts02.png"); }
.xmcs-list dt.xmcslistnow25{background-image:url("../images/jts02.png"); }



.ssjg{background: #f8f9e2}   /*#f2f5d5*/
.ssjg .ssjg-con{ margin: 0 auto; width: 1200px;}
.ssjg .ssjg-con-left{ float: left; width: 355px;}
.ssjg .ssjg-con-title span{ 
	color:#005825; 
	font-size: 24px; 
	font-weight: bold; 
	height: 50px; 
	line-height: 50px; 
	border-bottom: 3px solid #006f2f; 
	padding-bottom: 5px;
}
.ssjg .ssjg-jgnm{
	color:#005825; 
	font-size: 22px; 
	font-weight: bold; 
	height: 30px; 
	line-height: 30px; 
	margin-top: 10px; 
	position: relative;
}
.ssjg .ssjg-jgnm span{ 
	font-size: 16px; 
	position: absolute; 
	right:0px; 
	bottom:0px;
}
.ssjg .ssjg-list{margin-top:20px;}
.ssjg ul.ssjg-list li{
	background: #aeca44; 
	height: 142px;  
	position: relative; 
	padding-left:172px;
    margin-bottom: 10px; 
	border: 1px solid #e3e7c9;
	padding-top:30px; 
	font-size: 16px; 
	font-weight: bold;
}
.ssjg ul.ssjg-list li span{font-weight: normal; font-size: 16px;}
.ssjg ul.ssjg-list li img{ position: absolute; left:0px; top:0px;}
.ssjg-con-right{  
	background: #a1c9eb;
	margin: 0 auto; 
	border-top:5px solid #fff;
}
.ssjg .ssjg-con-right img{ width: 100%;}
.ssjg .ssjg-map-sec{ 
	height: 60px; 
	line-height: 60px; 
	padding:0 20px; 
	background: url("../images/sec-bg.png")
}
.ssjg .ssjg-map-sec select{ 
	width: 160px; 
	height: 30px; 
	line-height: 30px; 
	margin-right: 10px;
}
.ssjg .ssjg-map-sec input{ 
	width: 500px; 
	height: 30px; 
	line-height: 30px;  
	margin-right: 10px;
    background: #fff;
    border: none;
    padding: 0px 10px;
}

.m-menu{
	display: none;
}

#slides{
	display: block;
    position: relative;
    top: -20px;
}
.sec-com-qh{ 
	position: absolute; 
	right: 20px;
    display: block;
    top: 3px;
	z-index: 100;
}

.ssjg-map-sec{ padding:5px 20px; background: #3d3d3d}

.zxjh-con {
    margin: 30px auto;
    font-size: 14px;
}

.zxjh-con .zxjh-con_2 {
    margin: 30px auto;
    color: #58595b;
    font-size: 14px;
    text-align: left;
}

.zxjh-con .zxjh-con_3 {
   
    
    text-align: right;
}

.header{
	position: fixed;
    height: 50px;
	background: #006d9c;
    top: 0px;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #ccc;
}


.header-con{ margin: 0px auto;}
.header .header-list{display: none;}
.header-logo img{ width: 75%; height: 75%;}
.menu{display: none;}

.m-menu{
	position: absolute;
	right: 10px;
	top: 26px;
	z-index: 99;
	height: 520px;
}

.sec{ background: #006d9c; height: auto; color: white;}
.sec-con{ margin: 0 auto; height: 45px;  margin: 0 auto; background: rgba(0, 0, 0, 0) url("../images/sec-fdj.png") no-repeat scroll 10px 10px; padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	position: relative;
}
ul.m-sec-bac .sec-input{  margin-left:0px; font-size:14px; font-weight: normal;
padding: 5px 0px 5px 5px;
width:89%;
background: #fff none repeat scroll 0 0;
	border: 1px solid #023705;}
.ssjg-map-sec{ height: 60px; line-height: 60px; padding:0 20px; background: url("../images/sec-bg.png")}
.ssjg-map-sec select{ width: 160px; height: 30px; line-height: 30px; margin-right: 10px;}
.ssjg-map-sec input{ width: 500px; height: 30px; line-height: 30px;  margin-right: 10px;
	background: #fff;
	border: none;
	padding: 0px 10px;
}
.school-md-name{ float: none;}
.school-md-namecon dl {
	float:none;
	height: 120px;
	padding-right: 20px;
	position: relative;
	width: auto;
	margin:0px 10px;

}

.school-sm-con{ width: auto; }

dl.school-sm-con-list{
	display: none;
}
.school-md-name-title span{margin-left:10px;}

ul.m-sec-bac .sec-sel{
	font-size:14px; font-weight: normal;
	padding: 5px 0px 5px 5px;
	width: 90%;
	background: #fff;
	border: none;
	height: 32px;
	line-height: 32px;
	border: 1px solid #023705;
}
ul.m-sec-bac{
	display: none;
	background: #e1f2f4;
	width:100%;
	padding-top: 10px;
}
ul.m-sec-bac li{
	display: block;
	float: none;
	height: 40px;
	list-style: 40px;
	position: relative;
	text-align: center;

}



li.sec-con-button{  text-align: right;}

.sec-but{ text-align: right;}
.fx{width: auto;}



.m-menu{ 
	width: 240px;
	position: fixed; 
	top: 51px; 
	right:0px; 
	display: block;
	z-index: -90;
	
	min-height:320px;
	height: 100%;
	
	/*height: 400px;*/
	overflow: hidden;
}
.m-menu-no{  
    min-height:320px;
	height: 100%;  
    width: 260px;  
    overflow-y: auto;  
    overflow-x: hidden;
	z-index: -90;	
}  

.m-menu-icon{
	position: absolute; top: 12px; right: 48px;
	z-index: 99;
}

.m-menu-icon-top{
	position: absolute; top: 15px; right: 12px;
	z-index: 99;
}

.m-menu-rightlist{ 
	background: #3d68b2; 
	width: 260px;
	z-index: -90;
	right:0px; 
	top: 51px;
	box-shadow: -4px 0 10px -3px #D2D2D2;
	min-height:600px;
	height: 100%; 
}

.m-menu ul li {
	border-bottom: 1px solid #d2d3d5;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 30px;
	padding: 10px 20px;
}

.school-md-title span {
	border-bottom: 3px solid #fff;
	color: #005825;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left:20px;
}

.right-con-bottom {
	margin: 5px 5px 20px 37px;
	color:#a3a3a3;
	font-size:12px;
}

.right-con-bottom a {
	color: white;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	margin-left:5px;
}


#slides {
	display: block;
	position: relative;
	top: -20px;;

}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	overflow:hidden;
	position:relative;
}

.slides_container div{
	background: rgba(0, 0, 0, 0) url("../images/mh.png") no-repeat scroll left top;
	color: #005825;
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin: 30px 20px 0;
	padding-left: 60px;
	width: 220px;
	height: 200px;
}

#slides .next {
	left:585px;
}

.pagination {
	margin: 6px auto 0;
	width: 80px;
}

.pagination li {
	float:left;
	margin: 0 5px;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:16px;
	background-image:url(../images/pagination.png);
	background-position :0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -16px;
}

.caption {
	position:absolute;
	bottom:-35px;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
.sec-con{
	position: relative;}
ul.m-sec-bac li.sce-li-but{text-align: right;}
.dt-ss{height: 110px;  background: #3d68b2;
	padding: 10px 0px;
}

.dt-ss ul li{
	display: block;
	float: none;
	height: 40px;
	position: relative;
	padding: 0px 10px;
}
.dt-ss ul select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    padding: 5px 0 5px 5px;
    width: 100%;
}
.dt-ss ul .sec-but{
    background: #ef4061;
    border: none;
    float: right;
    margin-right: 2px;
    padding: 4px 15px 0px 15px;
}

.dt-ss .m-sec-bac {width:100%;}
    .ssjg{display: none;}

    .m-ssjg{background: white}
    .m-ssjg .ssjg-con{ margin: 0 auto;
    }
    .m-ssjg .ssjg-con-left{
        margin: 0 10px;
    }
    .m-ssjg .ssjg-con-title span{ color:black; font-size: 24px; font-weight: bold; height: 50px; line-height: 50px; border-bottom: 3px solid black; padding-bottom: 5px;}
    .m-ssjg .ssjg-jgnm{color:black; font-size: 20px; font-weight: bold; height: 30px; line-height: 30px; margin-top: 5px; position: relative;
        padding: 0px 10px;
    }
    .m-ssjg .ssjg-jgnm span{ font-size: 12px; position: absolute; right: 10px; bottom:0px;}
    .m-ssjg .ssjg-list{
        width: 12000px;
        height: 120px;
    }
    .m-ssjg ul.ssjg-list li{
		background: #fff; 
		height: 95px;  
		position: relative; 
		padding-left: 68px;
        margin-bottom: 10px; 
		border: 1px solid #e3e7c9; 
		padding-top: 10px; 
		font-size: 12px; 
		font-weight: bold;
        float: left;
        width: 150px;
        margin-left: 5px;
        line-height: 14px;
        margin-top: 10px;
    }
    .m-ssjg ul.ssjg-list li span{font-weight: normal; font-size: 12px;}
    .m-ssjg ul.ssjg-list li img{ position: absolute; left:0px; top:0px;
        width: 60px;
    }

    .m-ssjg .ssjg-map-sec{ height: 60px; line-height: 60px; padding:0 20px; background: url("../images/sec-bg.png")}
    .m-ssjg .ssjg-map-sec select{ width: 160px; height: 30px; line-height: 30px; margin-right: 10px;}
    .m-ssjg .ssjg-map-sec input{ width: 500px; height: 30px; line-height: 30px;  margin-right: 10px;
        background: #fff;
        border: none;
        padding: 0px 10px;
    }

    .m-table-con{margin: 0 5px;
    }
    .m-th-title td{ }

.school-md-name-title  .lyshool{ display: block;  position: absolute;
    right: 10px; }
.school-md-name-title  .lyshool li.school-md-bq04{ height: 40px; line-height: 40px;}
.school-md-name-title  .lyshool li.school-md-bq04 a {
    background: rgba(0, 0, 0, 0) url("../images/md04.png") no-repeat scroll left center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding-left: 40px;
}

.m-ssjg-lists{  overflow-y: hidden; overflow-x:auto;
    padding-bottom: 10px;
    padding-top: 10px;

}
.ssjg-con-title{padding:0px 10px;}

.tcbf-con{ width: auto; margin: 10px auto 20px; font-size: 14px; line-height: 24px;
	text-align: justify;
    padding: 0px 10px 0px 10px;
}
.tcbf-con-web{ width: auto; margin: 10px auto 20px; font-size: 14px; line-height: 24px;
	text-align: justify;
    padding: 0px 10px 0px 10px;
}

.tcbf-tit{
    border-bottom: 1px solid #006d9c;
    color: #006d9c;
    font-size: 16px;
    font-weight: bold;
    /*height: 40px;*/
    line-height: 24px;
    margin-bottom: 0px;
    /*background-color: #e1f4fd;*/
}

.tcbf-titfb{
    color: #00582d;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0px;
}

ul.tcbf-list{margin-top:10px;margin-bottom: 10px;}

.tcbf-list li{ 
	height: auto; 
	line-height: 32px;
    position: relative;
    text-indent: 5px;
    font-size: 12px;
	word-wrap: break-word;
	padding-right: 80px;
	
}
.tcbf-list li span{position: absolute; right: 10px;}
.tcbf-list li.tabf-list-odd{ background: #d9eac1;}


.xxzl-con{
    margin: 20px auto;
}
.xxzl-list dt{  
	height: 54; 
	line-height: 54px; 
	padding:0px 20px; 
	font-size: 16px; 
	font-weight:bold; 
	margin: 10px;
    position: relative;
    text-indent: 60px;
}
.xxzl-list dt img{ position: absolute; top: 7px;
    left: 20px;
}
.xxzl-list dd{ font-size: 14px; line-height: 20px; padding:0px 20px;}
.xxzl-list dt.xxzllist01{background: #001d36 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist02{background: #006d9c url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
/*
@media (max-width: 319px) {
	.xxzl-list dt.xxzllist02_chi{line-height: 38px; background: #008283 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
}
@media (max-width: 413px) {
	.xxzl-list dt.xxzllist02_eng{line-height: 36px; background: #008283 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
}
*/
.xxzl-list dt.xxzllist03{background: #001d36 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist04{background: #006d9c url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
/*
@media (max-width: 377px) {
	.xxzl-list dt.xxzllist04_chi{line-height: 38px; background: #008283 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
}
@media (max-width: 740px) {
	.xxzl-list dt.xxzllist04_eng{line-height: 36px; background: #008283 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
}
*/


@media print {
    .noprint { display: none }
    }



.xxzl-list dt.xxzllist05{background: #001d36 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist06{background: #006d9c url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist07{background: #001d36 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist08{background: #006d9c url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist09{background: #001d36 url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist10{background: #006d9c url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist11{background: #c5351a url("../images/xxzljtr.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllist12{background: #133a1a url("../images/xxzljtx.png") right no-repeat; color:#fff;cursor: pointer;}
.xxzl-list dt.xxzllistnow{ color:#fff; background-image: url("../images/xxzljts.png");}


.xmcslr01  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr02  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr03  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr04  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr05  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr06  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr07  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr08  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr09  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr10  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 
.xmcslr11  .sou_table td { text-align: left; color:#006d9c; border-bottom:2px solid #006d9c} 


/* .xxzl-list dd .sou_table td{ text-align: left; color:#247339; border-bottom:2px solid #c4df9b} */







.xxzl-list dd .sou_table td.td-bgc{text-align: center;}
.xxzl-list dd .sou_table td.td-bgc a{color:#247339;text-decoration: underline;}
.xxzl-list dd .sou_table td.td-bgc a:hover{color:#133a1a;text-decoration: underline;}

.xxzl-list dd .sou_table td.td-title{color:#001d36 ;font-size:16px; text-align: left;padding-left:5px;}
.xxzl-list dd .sou_table td.td-title a{color:#247339;text-decoration: underline;}
.xxzl-list dd .sou_table td.td-title a:hover{color:#133a1a;text-decoration: underline;}

.xxzl-list .ssjg-list{ 
	overflow-y: hidden; 
	overflow-x: auto; 
	width: 1300px;
}
.xxzl-list .ssjg-list li{
    display: inline-block;
    float: left;
    margin-right: 10px;
	padding-top:10px;
	text-align:center;
	vertical-align: top;
	width: 300px;
}

.xxzl-list .ssjg-list li  img{
	height: 185px;
	max-width: 300px;
}


.xxzl-info{ margin: 30px auto 0px auto; width: auto;}
/*.xxzl-info img{width: 80px;}*/
.xxzl-info dl{margin-left:10px;}
.xxzl-info dl dt{ float: left;}
.xxzl-info .print_pdf{
	background: url("../images/md04.png") left no-repeat;
	background-size: 32px 32px;
	font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    margin-left:10px;
    padding-left: 40px;
    float: right;
}
.xxzl-info dl dd{}
.xxzl-info .xxzl-info-tit{
    font-size: 18px;
    font-weight: bold;
    /*height: 64px;*/
    line-height: 32px;
    border-bottom: solid 1px #006d9c;
    color: #006d9c;
}
.xxzl-info .xxzl-info-ftit{
    font-size: 14px;
}
.xxzl-info .xxzl-info-bh{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	width: auto;
}
.xxzl-info .xxzl-info-bh span{
    background: #006f3e;
    color: #fff;
    margin: 10px 0;
    padding: 5px 10px;
}


.xxzl-info .xxzl-info-dz{
    font-size: 12px;
}

.xgwz-listcon{}
.xgwz-listcon dl{
    margin:0px 0px;
}
.xgwz-listcon dl dt{
    background: #e1f2f4 none repeat scroll 0 0;
    color: #006d9c;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px;
    text-align: left;
	min-height:30px; 
	height:100%;  
	_height:400px;
}
.xgwz-listcon dl dd.xgwzddtit{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #006f3e;
}

.xgwz-listcon dl dd ul{

}
.xgwz-listcon dl dd li{
    text-align: left;
}

.school_purpose{
	background: #006d9c none repeat scroll 0 0;
	height: auto;
	width: 100%px;
	margin: 0px 10px 10px 10px;
}  
.purpose-1{
	margin-left: 10px;
	padding-top: 0px;
	font-size: 16px;
	font-family: 'microsoft yahei','MicrosoftJhengHei','微軟正黑體','Heiti TC','PMingLiU', '新細明體', 'MingLiU','細明體';
	color: #FFFFFF;
	line-height: 25px;
}
.purpose-2{
	margin-left: 10px;
	font-size: 100%;
	font-family: 'microsoft yahei','MicrosoftJhengHei','微軟正黑體','Heiti TC','PMingLiU', '新細明體', 'MingLiU','細明體';
	color: #FFFFFF;
	line-height: 25px;
} 
.school_zlinfo{
    line-height: 15px; 
	color:#006d9c;
    text-align: center;
    margin: 0px 10px;
    font-size: 10px;
	font-weight:bold;
}


.zxjh-con{ width:auto; margin: 30px 10px;}


.m-ssjg-list-con{
    width: 900px;
}


.cjwt-con {
    margin: 30px auto 20px;
    width: auto;
}

.cjwt-con  .sou_table td {
    border-bottom: 2px solid #c48486;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.m-box{margin-top: 51px;}

.m-menu-right-logo { text-align: center;}
.m-menu-right-logo img{ width: 75%}



#full-width-slider {
    width: 100%;
    color: #000;
    margin-top: 30px;;
}
.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}
.fullWidth {
    max-width: 1400px;
    margin: 0 auto 0px;
}

.infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
}

.rsContent img{
    position: absolute; top:5%; left:10%;}
.rsContent .rsContent-text{
    position: absolute; top:10%; left:20%; padding-right:10%;
    font-size: 14px;
    line-height: 20px;
    color: #58595b;
}

.header-box{ height: 50px;}
.pcbanner{display: none;}

dl.school-sm-con-list{display: block;}
dl.school-sm-con-list dd {
    background: rgba(0, 0, 0, 0) url("../images/mh3.jpg") no-repeat scroll left top 5px;
    color: #58595b;
    float: none;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    margin: 30px 15px;
    padding-left: 60px;
    width: auto;
    min-height: 50px;
}

.m-box-aa{ height: auto}

.icon_qrcode {
	background:#fff; 
	position:absolute; 
	z-index:999; 
	font-size:10px;
	top: -145px; 
	left: 220px;
	margin-left:auto; 
	margin-right:auto; 
	display:none;
}

.icon_qrcode P {font-size:10px;}


/*new by Isaac*/
.tit-logo{
	width: 30px !important;
    height: 30px !important;
    position: relative;
    top: 4px;
}
.tit-msg{
	position: relative;
	top: -5px;
	left: 5px;
}
.tit-msg1{
	position: relative;
	top: -5px;
	left: 5px;
	font-size: 13px !important;
}
.menu-li a{
	cursor: pointer;
    vertical-align: baseline;
    text-decoration: none;
    color: white !important;
}
.ul_0_1{
	display:none;
}
.ul_0_2{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ul_0_2_icon{
	margin-left: 4px;
	margin-right: 6px;
}
.ul_1{
	display: none;
}
.ul_1_eng{
	display: none;
}
.xgwzddtit{
	text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #133a1a;
    background-color: white;
}
.ul_2_1{
	/*background-color: #e1f4fd;*/
}
.ul_2_2{
	/*background-color: #e1f4fd;*/
}
.ul_3{
	display: none;
}
.ul_3_eng{
	display: none;
}
.ul_4_1{
	/*background-color: #e1f4fd;*/
}
.ul_4_2{
	/*background-color: #e1f4fd;*/
}
.ul_2_3{
	/*background-color: #e1f4fd;*/
}
.ul_2_3_eng{
	/*background-color: #e1f4fd;*/
}
.pc-table{
	display: none;
}
.msg-1{
	width: 100%;
	background-color:  #001d36;
	height: auto;
	margin-bottom: 5px;
}
.msg-1 p{
	text-align: center;
	color: white;
}
.msg-2{
	width: 100%;
	background-color: #f4fafb;
	height: auto;
	margin-bottom: 5px;
	
}
.msg-2 p{
	text-align: center;
	padding-top: 6px;
    font-weight: bold;
    color: #001d36;
}
.white {
	font-family:"Arial", "Verdana", "Helvetica", "sans-serif";
	/*font-size: 15px;*/
	font-weight: bold;
	color: #FFFFFF;
}
.white1 {
	font-family:"Arial", "Verdana", "Helvetica", "sans-serif";
	/*font-size: 15px;*/

	color: #FFFFFF;
	line-height: 25px;
}

/*位置*/

.maT20{margin-top:20px;}
.maT30{margin-top:30px;}
.maT40{margin-top:40px;}
.maT50{margin-top:50px;}
.maT55{margin-top:55px;}
.maT80{margin-top:80px;}
.maT90{margin-top:90px;}
.maT100{margin-top:100px;}
.maT120{margin-top:120px;}
.maT10{margin-top:10px;}
.maL20{margin-left:20px;}
.maL25{margin-left:25px;}
.maL30{margin-left:30px;}
.maL40{margin-left:40px;}
.maL60{margin-left:60px;}
.maL160{margin-left:160px;}
.maL10{margin-left:10px;}
.maL15{margin-left:15px;}
.maR20{margin-right:20px;}
.maR25{margin-right:25px;}
.maR30{margin-right:30px;}
.maR40{margin-right:40px;}
.maR60{margin-right:60px;}
.paT10{padding-top: 10px;}
.paT20{padding-top: 20px;}
.paT30{padding-top: 30px;}



#xinjiedong{
	position: relative;
	top: -120px;
}
#gangdao{
	position: relative;
	top: 120px;
}
.m-th-title td{
	border-top: black 2px solid;
}

.remark{
	color: #05408a;
	font-size: 14px;
    
    text-align: right;
}