#main {
  width: 1190px;
  margin: 0 auto;
  height: auto;
  padding-top: 6px;
}
.user_logn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  background: #000;
}
.header {
  width: 100%;
  height: auto;
  position: relative;
}
.header .banner_top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header .banner_top a {
  float: left;
  width: 590px;
  height: 60px;
}
.header .banner_top a:nth-of-type(2) {
  float: right;
}
.header .banner_top a img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .guanggao {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.header .guanggao * {
  box-sizing: border-box;
}
.header .guanggao > div {
  float: left;
  width: 131px;
  margin-right: 1%;
  min-height: 100px;
  box-sizing: border-box;
  padding: 0 6px;
}
.header .guanggao > div:nth-of-type(1) > a,
.header .guanggao > div:nth-of-type(3) > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  color: #666;
}
.header .guanggao > div:nth-of-type(2) {
  width: 902px;
}
.header .guanggao > div:nth-of-type(2) p {
  width: 100%;
  min-height: 20px;
  line-height: 20px;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) {
  overflow: hidden;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) > a {
  float: left;
  width: 150px;
  height: 80px;
  margin-right: 10px;
  padding: 0;
  color: #666;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) > a:nth-of-type(4) {
  margin: 0;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) > a:nth-of-type(2),
.header .guanggao > div:nth-of-type(2) p:nth-of-type(2) > a:nth-of-type(3) {
  width: 280px;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(1),
.header .guanggao > div:nth-of-type(2) p:nth-of-type(3) {
  overflow: hidden;
  width: auto;
  height: 26px;
}
.header .guanggao > div:nth-of-type(2) p:nth-of-type(1) a,
.header .guanggao > div:nth-of-type(2) p:nth-of-type(3) a {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
  color: #666;
}
.header .guanggao > div:nth-of-type(3) {
  margin: 0;
}
.header .banner {
  width: 100%;
  position: relative;
}
.header .banner > img {
  float: left;
  margin: 34px 60px 10px 10px;
}
.header .banner > p {
  float: left;
  line-height: 22px;
  font-size: 14px;
  color: #797979;
  margin-top: 26px;
}
.header .banner > a > img {
  position: absolute;
  right: 0;
  top: 26px;
  height: 40px;
}
.header .banner > a:nth-of-type(1) img {
  right: 260px;
}
.header .banner > a:nth-of-type(2) img {
  right: 200px;
}
.header .banner > a:nth-of-type(3) img {
  right: 140px;
}
.header .banner > a:nth-of-type(4) img {
  right: 80px;
}
.header .banner > a:nth-of-type(5) img {
  right: 20px;
}
.header .banner > .ewm {
  display: none;
  position: absolute;
  width: 380px;
  height: 180px;
  left: 718px;
  top: -170px;
  background: #d3d3d3;
}
.header .banner > .ewm:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 178px;
  left: 180px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-top-color: #d3d3d3;
}
.header .banner > .ewm img {
  float: left;
  width: 150px;
  margin: 15px 0 0 0;
  position: relative;
}
.header .banner > .ewm span {
  float: left;
  height: 150px;
  width: 16px;
  margin: 15px 0 0 16px;
  background: #ccc;
  text-align: center;
  line-height: 26px;
  color: #fff;
}
.header .banner > .ewm span:nth-of-type(1) {
  background: #f60;
}
.header .banner > .ewm span:nth-of-type(2) {
  background: #337E10;
}
.header .logn {
  display: none;
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 220px;
  height: 20px;
  line-height: 20px;
}
.header .logn a {
  float: right;
  width: 33.33%;
  color: #666;
  box-sizing: border-box;
  text-align: center;
}
.header .logn a:nth-of-type(3) {
  border: none;
}
.nav2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
}
.nav2 ol {
  background: #3D7EC9;
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
}
.nav2 ol li {
  float: left;
  width: 14.28%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.nav2 ol li:hover {
  background: #2860a0;
}
.nav2 ol li a {
  color: #fff;
  font-size: 16px;
}
.nav2 ul {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}
.nav2 ul li {
  float: left;
  width: 2.94%;
  text-align: center;
  height: 16px;
  line-height: 16px;
  margin: 7px 0;
}
.nav2 ul li:nth-of-type(1) a {
  border: none;
}
.nav2 ul li a {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  border-left: 1px solid #ccc;
  display: block;
  height: 16px;
}
.nav2 ul li a:hover {
  color: #000;
}
.Advertising_1 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  overflow: hidden;
}
.Advertising_1 > div {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.Advertising_1 > div a {
  display: block;
  height: 90px;
  float: left;
  box-sizing: border-box;
}
.Advertising_1 > div a img {
  display: block;
  width: 100%;
  height: 100%;
}
.Adv_1 {
  margin: 10px 0;
}
.Adv_1 > div {
  width: 590px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.Adv_1 > div a {
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.Adv_1 > div a img {
  display: block;
  width: 100%;
  height: 100%;
}
.Adv_1 > div:nth-of-type(2),
.Adv_1 > div:nth-of-type(4) {
  margin: 0;
}
.Adv_2 > div {
  width: 290px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.Adv_2 > div > a {
  display: block;
  height: 100%;
  width: 100%;
}
.Adv_2 > div > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.Adv_2 > div:nth-of-type(4),
.Adv_2 > div:nth-of-type(8) {
  margin: 0;
}
.Advertising_1 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  overflow: hidden;
}
.Advertising_1 > div {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.Advertising_1 > div a {
  display: block;
  height: 90px;
  float: left;
  box-sizing: border-box;
}
.Advertising_1 > div a img {
  display: block;
  width: 100%;
  height: 100%;
}
.function {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.function .function_left {
  float: left;
  width: 870px;
  height: auto;
  min-height: 600px;
  position: relative;
  padding-bottom: 60px;
}
.function .function_left .School_construction {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: block;
  clear: both;
  overflow: hidden;
}
.function .function_left .School_construction h1 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 20px;
  font-size: 16px;
  color: #c00;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.function .function_left .School_construction h1 span {
  font-size: 16px;
  color: #c00;
  font-weight: bold;
}
.function .function_left .School_construction h1 strong {
  position: absolute;
  top: 0;
  right: 70px;
  height: 100%;
  color: #c00;
  font-size: 14px;
  line-height: 36px;
  cursor: default;
}
.function .function_left .School_construction > a {
  float: left;
  width: 16.433%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.function .function_left .good_school {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: block;
  clear: both;
  overflow: hidden;
}
.function .function_left .good_school h1 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 20px;
  font-size: 16px;
  color: #c00;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.function .function_left .good_school h1 span {
  font-size: 16px;
  color: #c00;
  font-weight: bold;
}
.function .function_left .good_school ul {
  width: 100%;
  height: auto;
}
.function .function_left .good_school ul li {
  float: left;
  width: 12.5%;
  box-sizing: border-box;
  padding: 5px;
}
.function .function_left .good_school ul li img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.function .function_left .good_school ul li span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.function .function_left > h1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  background: #3D7EC9;
  color: #fff;
}
.function .function_left > h1 span {
  font-size: 16px;
}
.function .function_left #jiazaigengduo {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #bbb;
}
.function .function_left .animag {
  animation: myfirst 1s;
  -moz-animation: myfirst 1s;
  /* Firefox */
  -webkit-animation: myfirst 1s;
  /* Safari and Chrome */
  -o-animation: myfirst 1s;
  /* Opera */
  animation-timing-function: linear;
  animation-iteration-count: 5;
}
@keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.function .function_left > ol {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
}
.function .function_left > ol li {
  float: left;
  text-align: center;
  width: 18%;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #f5f5f5;
}
.function .function_left > ol li:nth-of-type(1) {
  width: 28%;
}
.function .function_left > ol li:nth-of-type(4) {
  width: 16%;
}
.function .function_left > ol li:nth-of-type(5) {
  width: 20%;
}
.function .function_left .alertbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  line-height: 19px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  z-index: 1;
  box-sizing: border-box;
  padding: 5px;
  display: none;
}
.function .function_left .div_show {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 5px;
}
.function .function_left .div_show > h1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 20px;
  background: #f7f7f7;
  position: relative;
  color: #e66f17;
  cursor: pointer;
}
.function .function_left .div_show > h1 > b {
  color: #333;
}
.function .function_left .div_show > h1 > span {
  float: right;
  margin-right: 30px;
}
.function .function_left .div_show > h1 > span a {
  float: left;
  margin: 0 10px 0 0;
  padding-left: 20px;
  background-size: 10px;
}
.function .function_left .div_show > h1 > span a:nth-of-type(1) {
  background: url(../images/td.png) no-repeat;
  background-size: 16px;
  background-position: 1px 11px;
}
.function .function_left .div_show > h1 > span a:nth-of-type(2) {
  background: url(../images/xp.png) no-repeat;
  background-size: 16px;
  background-position: 1px 11px;
}
.function .function_left .div_show > h1 > a:nth-of-type(2) {
  color: #e66f17;
  font-size: 14px;
}
.function .function_left .div_show > h1 .togg {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.function .function_left .div_show > h1 .togg img {
  display: block;
  width: 100%;
}
.function .function_left .div_show > h1 .togg .ss {
  margin-top: -16px;
}
.function .function_left .div_show ul {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 100px 10px 20px;
  overflow: hidden;
  cursor: default;
}
.function .function_left .div_show ul li {
  float: left;
  margin-right: 20px;
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.function .function_left .div_show ul li span {
  margin-left: 5px;
}
.function .function_left .div_show p {
  clear: both;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: default;
}
.function #container_box {
  float: left;
  width: 870px;
  height: 500px;
}
.function #container {
  height: 100%;
  width: 100%;
}
.function .recaiSD {
  width: 310px;
  height: auto;
  float: right;
  padding-bottom: 20px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.function .recaiSD h1 {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #cb2112;
  border-bottom: 3px solid #fff;
}
.function .recaiSD h1 a {
  float: right;
}
.function .recaiSD p {
  padding: 6px 12px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}
.function .recaiSD p span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.function .jszhaipin {
  margin-top: 10px;
  width: 304px;
  height: auto;
  float: right;
  padding-bottom: 20px;
  box-sizing: border-box;
  background: #f6f5f0;
}
.function .jszhaipin h1 {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #cb2112;
  border-bottom: 3px solid #fff;
}
.function .jszhaipin h1 a {
  float: right;
}
.function .jszhaipin p {
  padding: 6px 12px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}
.function .jszhaipin p span {
  float: right;
  font-size: 12px;
}
.function .show_img {
  margin-top: 10px;
  width: 310px;
  float: right;
  height: 350px;
  overflow: hidden;
  right: 6px;
}
.function .show_img img {
  display: block;
  width: 100%;
  height: 110px;
  margin-bottom: 9px;
}
.sidebar {
  position: fixed;
  left: -105px;
  top: 10%;
  width: 150px;
  height: auto;
}
.sidebar h1 {
  width: 45px;
  height: auto;
  float: right;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #3D7EC9;
  color: #eee;
  height: 150px;
  box-sizing: border-box;
  line-height: 25px;
  padding-top: 10px;
}
.sidebar h1 img {
  display: block;
  width: 16px;
  height: auto;
  margin: auto;
  margin-top: 6px;
}
.sidebar .hide_ul {
  height: 0;
}
.sidebar ul {
  width: 105px;
  float: left;
  border-right: 1px solid #fff;
  height: auto;
  box-sizing: border-box;
}
.sidebar ul > li {
  width: 100%;
  border-top: 1px solid #7d7a7a;
  border-bottom: 1px solid #5e5d5d;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  background: #7d7a7a;
  position: relative;
}
.sidebar ul > li:hover {
  background: #3D7EC9;
}
.sidebar ul > li:hover ol {
  display: block;
}
.sidebar ul > li a {
  color: #eee;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar ul > li ol {
  display: none;
  position: absolute;
  width: 700px;
  height: auto;
  background: #f7f7f7;
  left: 100%;
  top: 0;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.sidebar ul > li ol li {
  float: left;
  line-height: 26px;
  width: 25%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.sidebar ul > li ol li a {
  color: #000;
  font-size: 12px;
}
.sidebar ul > li ol p {
  clear: both;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  color: #ca2015;
  font-weight: bold;
}
.sidebar ul .ck {
  background: #3D7EC9;
}
.sidebar ul span {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #21538b;
  color: #fff;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  cursor: pointer;
}
.sidebar ul span img {
  display: block;
  width: 30%;
  height: 15px;
  margin: auto;
  margin-top: 8px;
}
.sidebar > span {
  width: 45px;
  font-size: 16px;
  text-align: center;
  float: right;
  background: #21538b;
  color: #eee;
  box-sizing: border-box;
  cursor: pointer;
}
.sidebar > span img {
  display: block;
  width: 50%;
  height: 15px;
  margin: auto;
  margin-top: 5px;
}
.fotter {
  width: 1190px;
  min-height: 200px;
  margin: 0 auto;
  z-index: 111;
  margin-top: 20px;
}
.fotter .fotab {
  width: 100%;
  overflow: hidden;
}
.fotter .fotab p {
  width: 100%;
  height: 28px;
  overflow: hidden;
  margin-bottom: 3px;
}
.fotter .fotab p span {
  float: right;
  width: 150px;
  height: 28px;
  line-height: 28px;
  background: #f7f7f7;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.fotter .fotab p span:nth-of-type(1) {
  border-radius: 0 10px 0 0;
  margin-left: 3px;
}
.fotter .fotab p span:nth-of-type(2) {
  border-radius: 10px 0 0 0;
}
.fotter .fotab p .ck {
  background: #3D7EC9;
  color: #fff;
}
.fotter .fotab div {
  width: 100%;
  height: 80px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.fotter .fotab div:nth-of-type(1) a {
  float: left;
  margin: 15px 0 0 95px;
}
.fotter .fotab div:nth-of-type(1) a img {
  display: block;
  height: 50px;
}
.fotter .fotab div:nth-of-type(2) {
  box-sizing: border-box;
  padding: 10px;
  display: none;
}
.fotter .fotab div:nth-of-type(2) a {
  float: left;
  width: 20%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 45px;
  line-height: 30px;
}
.fotter .hezuo {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.fotter .hezuo p {
  float: left;
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.fotter .hezuo p span {
  font-size: 14px;
  margin-left: 10px;
  color: #999;
}
.fotter .zhcihi {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #333;
}
.fotter .zhcihi p {
  text-align: center;
}
.fotter .zhcihi p > a {
  border-right: 1px solid #000;
  padding: 0 6px 0 3px;
}
.fotter .zhcihi p > a:last-child {
  border: none;
}
.fotter .zhcihi p > span {
  padding: 0 9px;
}
.copyright {
  overflow: hidden;
}
.nav-more-show,
.phone-show {
  z-index: 1;
}
.nav-more-li {
  overflow: hidden;
}
@-moz-document url-prefix() {
  .fotter {
    margin-bottom: -70px;
  }
}
