@charset "gb2312";
/**
 * CSS Document * 
 * Created by Jessie 2015/5/25.
 */
/**
 * CSS Document *
 * Created by Jessie 2015/5/25.
 */
/* ==公用样式== */
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
}
a:active {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.ml-6 {
  margin-left: 6px;
}
.mt-6 {
  margin-top: 6px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.nav li {
  display: inline-block;
  float: left;
}
html {
  background: #ededed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
}
#header {
  padding: 24px;
  background: #ad6243;
  display: block;
  zoom: 1;
}
#header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header h1 {
  display: inline-block;
  float: left;
  width: 70%;
  text-align: left;
}
#header h1 a {
  display: inline-block;
  background: url(../images/2015_wap_logo.png) no-repeat left center;
  padding-left: 120px;
  font: 45px/90px "微软雅黑";
  color: #fff;
}
#header .r-box {
  display: inline-block;
  float: right;
  width: 30%;
  text-align: right;
}
#header .r-box a {
  font: 18px/36px "微软雅黑";
  color: #fff;
}
#content {
  padding: 20px;
}
.top-search {
  display: block;
  zoom: 1;
}
.top-search:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top-search .sr {
  display: inline-block;
  float: left;
  width: 80%;
  height: 70px;
  border: none;
  background: #fff;
  padding-left: 20px;
  font: 25px/70px "微软雅黑";
  color: #666;
}
.top-search .btn {
  display: inline-block;
  float: left;
  width: 20%;
  height: 70px;
  border: none;
  background: #78c842 url(../images/2015_wap_search_ico01.png) no-repeat center center;
  cursor: pointer;
}
.index-xxgk {
  background: #fff;
  margin-top: 10px;
}
.index-xxgk ul {
  padding: 60px 31px;
  display: block;
  zoom: 1;
}
.index-xxgk ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-xxgk ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0 26px;
  text-align: center;
}
.index-xxgk ul li a {
  display: inline-block;
  width: 100%;
  font: 18px/50px "微软雅黑";
  color: #1c3f75;
}
.index-xxgk ul li a img {
  width: 80px;
  height: 80px;
}
.tit01 {
  height: 56px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  padding-left: 20px;
  font: 22px/56px "微软雅黑";
  color: #666;
}
.index-jyfw {
  margin-top: 10px;
  background: #fff;
}
.index-jyfw ul {
  padding: 0 14px 14px 0;
  display: block;
  zoom: 1;
}
.index-jyfw ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-jyfw ul li {
  display: inline-block;
  float: left;
  width: 32%;
  height: 120px;
  margin: 14px 0 0 16px;
  padding: 82px 0 0 14px;
  font: 18px/38px "微软雅黑";
  color: #fff;
  position: relative;
  z-index: 1;
}
.index-jyfw ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/2015_wap_ico_add.png) no-repeat;
}
.index-jyfw ul li a.xz {
  background: url(../images/2015_wap_ico_xz.png) no-repeat;
  z-index: 2;
}
.index-jyfw ul li.li01 {
  background: #ad6243 url(../images/2015_wap_fw_ico01.png) no-repeat 14px 12px;
}
.index-jyfw ul li.li02 {
  background: #78c842 url(../images/2015_wap_fw_ico02.png) no-repeat 14px 12px;
}
.index-jyfw ul li.li03 {
  background: #d6987e url(../images/2015_wap_fw_ico03.png) no-repeat 14px 12px;
}
.index-jyfw ul li.li04 {
  background: #46b5a9 url(../images/2015_wap_fw_ico04.png) no-repeat 14px 12px;
}
.index-jyfw ul li.li05 {
  background: #ce85cd url(../images/2015_wap_fw_ico05.png) no-repeat 14px 12px;
}
.index-bmcx {
  margin-top: 10px;
  background: #fff;
}
.index-bmcx .main {
  padding: 10px 15px 15px 15px;
}
.index-bmcx .main table {
  width: 100%;
}
.index-bmcx .main td {
  padding: 5px 6px 0 0;
}
.index-bmcx .main td a {
  display: inline-block;
  width: 100%;
  height: 36px;
  text-align: center;
  font: 18px/36px "微软雅黑";
  background: #ededed;
  color: #ad6243;
}
.index-bmcx .main td a.cur,
.index-bmcx .main td a:hover {
  color: #fff;
  background: #ad6243;
}
#footer {
  padding: 20px 0;
  text-align: center;
}
#footer p {
  font: 14px/20px "微软雅黑";
  color: #333;
}
/****冯娟add0529*****/
.title-bar {
display: block;
zoom: 1;
height: 66px;
background: #C6896D;
padding: 0 24px;
}
.title-bar .back {
display: inline-block;
float: left;
width: 80%;
padding: 14px 0;
text-align: left;
}
.title-bar .back h2 {
display: inline-block;
float: left;
margin-left: 50px;
font: 35px/38px "微软雅黑";
color: #fff;
}
.zxzx-con {
background: #fff;
min-height: 600px;
}
.zxzx-con .list li {
border-bottom: 1px solid #d6d6d6;
padding: 10px;

}
.zxzx-con .list li a {
font: 20px/40px "微软雅黑";
color: #555656;
}
.zxzx-con .list li span {
float:right;
margin-right:10px;
}
.xl-con{background: #fff;}
.xl-con .tit {
border-bottom: 1px solid #e5e5e5;
padding: 20px;
font: 30px/38px "微软雅黑";
color: #333;
font-weight: bold;
}
.xl-con h6 {
padding-left: 30px;
padding-bottom: 30px;
}
.xl-con label {
font-size: 28px;
}
.xl-con p {
font: 28px/50px "微软雅黑";
color: #5b5b5b;
padding-left: 20px;
padding-right: 20px;
}
.gototop {
margin-top: 40px;
text-align: right;
}
.gototop a {
display: inline-block;
padding-right: 30px;
background: url(../images/2015_gototop.png) no-repeat right center;
font: 28px/40px "微软雅黑";
color: #666;
}
/****2015-7-06add成绩查询***/
.search-result {
  background: #fff;
  min-height: 600px;
}
.search-result table {
  width: 100%;
}
.search-result th {
  height: 46px;
  background: #ededed;
  font: 18px/46px "微软雅黑";
  color: #238cc8;
  text-align: center;
}
.search-result td {
  height: 43px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  font: 14px/43px "微软雅黑";
  color: #666;
  text-align: center;
}
.search-result td.td01 {
  width: 40%;
  padding-left: 20px;
  text-align: left;
}
.score-search {
  background: #fff;
  min-height: 600px;
}
.score-search h3 {
  padding-left: 35%;
  font: 18px/48px "微软雅黑";
  color: #238cc8;
  padding-top: 30px;
}
.score-search p {
  padding: 10px 24px;
  display: block;
  zoom: 1;
}
.score-search p:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.score-search p label {
  display: inline-block;
  float: left;
  width: 35%;
  padding-right: 10px;
  font: 18px/36px "微软雅黑";
  color: #333;
  text-align: right;
}
.score-search p .sr {
  display: inline-block;
  float: left;
  width: 60%;
  height: 34px;
  border: 1px solid #dadada;
  background: #f8f8f8;
  padding: 0 10px;
  font: 16px/34px "微软雅黑";
  color: #333;
  text-align: left;
}
.score-search p .sr01 {
  display: inline-block;
  float: left;
  width: 30%;
  height: 34px;
  border: 1px solid #dadada;
  background: #f8f8f8;
  padding: 0 10px;
  font: 16px/34px "微软雅黑";
  color: #333;
  text-align: left;
}
.score-search p.yzm {
  padding-left: 35%;
}
.score-search p.yzm a {
  margin-left: 20px;
  font: 14px/36px "微软雅黑";
  color: #666;
}
.score-search p .btn {
  width: 108px;
  height: 36px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #56ccc8;
  font: 18px/36px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
}