@charset "UTF-8";
header {
  width: 100%;
  height: auto;
}
header .header_menu {
  width: 85%;
  height: 46px;
  margin: 0 auto;
}
header .header_menu ul {
  display: block;
  width: 100%;
}
header .header_menu ul li {
  height: 28px;
  margin-top: 9px;
  border-right: 1px solid #989898;
  line-height: 28px;
  padding: 0 1.8%;
  position: relative;
}
header .header_menu ul li a {
  color: #666666;
  font-size: 16px;
}
header .header_menu ul li a:hover {
  color: #ff0000;
}
header .header_menu ul li span {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}
header .header_menu ul li span:hover {
  color: #ff0000;
}
header .header_menu ul li img {
  margin-left: 20px;
  margin-top: 8.5px;
}
header .header_menu ul li div {
  width: 370px;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border: solid 1px #d4d4d4;
  position: absolute;
  top: 28px;
  left: 26.8%;
  padding-left: 22px;
  z-index: 999;
}
header .header_menu ul li div a {
  color: #666666;
  line-height: 16px;
  margin: 20px 20px 0 0;
}
header .header_menu ul li div a:hover {
  color: #ff0000;
}
header .header_menu ul .prefecture {
  padding: 0 0 0 1.6%;
  border-right: none;
}
header .header_menu ul .prefecture a {
  color: #ff0000;
}
header .header_menu ul .prefecture div a {
  color: #666666;
}
header .header_menu ul .link_to {
  border-right: none;
  padding: 0 0 0 1.8%;
}
header .header_menu ul .wx {
  position: relative;
}
header .header_menu ul .wx img {
  position: absolute;
  top: 45px;
  margin: 0;
  left: 0;
  display: none;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari 和 Chrome */
  -o-transform: scale(1.5);
}
header .header_menu li:first-child {
  padding-left: 0;
}
header .searchBar {
  width: 100%;
  padding: 25px 0;
  background: #ffffff;
  
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}
header .searchBar .searchBar_cont {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}
header .searchBar .searchBar_cont .logo {
  width: 29.2%;
}
header .searchBar .searchBar_cont .fight {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
header .searchBar .searchBar_cont .fight:hover {
  color: #ff0000;
}
header .searchBar .searchBar_cont .serch {
  width: 29.2%;
  height: 54px;
  border-radius: 30px;
  border: solid 1px #cc1712;
  overflow: hidden;
}
header .searchBar .searchBar_cont .serch input {
  width: 79%;
  height: 100%;
  text-indent: 8%;
  font-size: 16px;
}
header .searchBar .searchBar_cont .serch button {
  width: 21%;
  font-size: 20px;
  height: 100%;
  border: none;
  outline: none;
  background: #cc1712;
  color: #ffffff;
  cursor: pointer;
}
header .searchBar .searchBar_cont .tell {
  width: 19%;
}
header nav {
  width: 100%;
  height: 68px;
  background-color: #1e68a2;
}
header .fix_nav {
  z-index: 99;
  position: fixed;
  top: 0;
}
header nav #nav {
  width: 85%;
  margin: 0 auto;
  padding-top: 14px;
}
header nav #nav ul:first-child,
header nav #nav ul:nth-child(4) {
  width: 25%;
}
header nav #nav ul:nth-child(2) {
  width: 18.75%;
}
header nav #nav ul:nth-child(3) {
  width: 31.25%;
}
header nav #nav ul {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}
header nav #nav ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
}
header nav #nav ul li a {
  color: #ffffff;
  font-size: 16px;
}
header nav #nav ul li span {
  width: 1px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -50%;
}
header nav #nav ul li.on a {
  border-bottom: 1px solid #ffffff;
}
header nav #nav ul li a:hover {
  border-bottom: 1px solid #ffffff;
}
header nav #nav ul:first-child,
header nav #nav ul:nth-child(2),
header nav #nav ul:nth-child(3) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
}
#wrapper {
  width: 100%;
  height: auto;
}
#wrapper #subnav {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
}
#wrapper #subnav div a {
  float: left;
  width: 9.4%;
  margin-left: 0.666666%;
  margin-bottom: 0.666666%;
  height: 50px;
  background-color: #e4e4e4;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper #subnav div a:first-child,
#wrapper #subnav div a:nth-child(11),
#wrapper #subnav div a:nth-child(21) {
  margin-left: 0;
}
#wrapper #subnav div a:hover {
  border: solid 1px #cc1712;
}
#wrapper #subnav div .active {
  border: solid 1px #cc1712;
}
#wrapper #subnav div:nth-child(1) a:first-child {
  border: solid 1px #cc1712;
  background: #cc1712;
  color: #ffffff;
  font-weight: bold;
}
#wrapper #subnav div:nth-child(1) a:nth-child(10) img {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 10px;
}
#wrapper #subnav .subnav {
  display: none;
}
#wrapper #subnav:hover .subnav {
  display: block;
}
#wrapper #main {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 20px;
}
#wrapper #main .sidebar_l {
  width: 72.5%;
}
#wrapper #main .sidebar_l .sidebar_a {
  width: 97%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  padding: 1.5%;
}
#wrapper #main .sidebar_l .sidebar_a .entry {
  width: 42%;
  /* 本例子css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .hd {
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 5px;
  z-index: 1;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .hd ul li.on {
  background: #ffffff;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .bd img {
  width: 100%;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .prev,
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .next {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../images/hjwgb/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .next {
  left: auto;
  right: 1%;
  background-position: 8px 5px;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .prev:hover,
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .prevStop {
  display: none;
}
#wrapper #main .sidebar_l .sidebar_a .entry .slideBox .nextStop {
  display: none;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips {
  margin-top: 4%;
  width: 100%;
  padding: 5% 0;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-indent: 3%;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul {
  width: 100%;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li {
  width: 100%;
  line-height: 18px;
  font-size: 18px;
  margin-top: 44px;
  cursor: pointer;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li span:first-child {
  width: 10px;
  height: 10px;
  border: solid 2px #ff0000;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 3%;
  position: relative;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li span:first-child i {
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #cacaca;
  top: 16px;
  left: 50%;
  margin-left: -0.5px;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li span:nth-child(2) {
  margin-left: 3%;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li span:nth-child(3) {
  margin-left: 7%;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li:first-child {
  margin-top: 20px;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li:hover span:first-child {
  background: #ff0000;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li:hover span:nth-child(2) {
  color: #ff0000;
}
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li:hover span:nth-child(3) {
  text-decoration: underline;
  color: #ff0000;
}
#wrapper #main .sidebar_l .sidebar_a .hot {
  width: 56.5%;
}
#wrapper #main .sidebar_l .sidebar_a .hot h6 {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: dashed 2px #ff0000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}
#wrapper #main .sidebar_l .sidebar_a .hot h6 a {
  font-size: 24px;
  color: #ff0000;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul {
  width: 49.5%;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 20px;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul li {
  width: 100%;
  line-height: 18px;
  color: #333333;
  margin-top: 20px;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul li a {
  width: 100%;
  font-size: 18px;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul li a:hover {
  color: #ff1130;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul li:first-child {
  line-height: 20px;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul li:first-child a {
  font-size: 20px;
  font-weight: bold;
  color: #ff1130;
}
#wrapper #main .sidebar_l .sidebar_a .hot ul:nth-child(4),
#wrapper #main .sidebar_l .sidebar_a .hot ul:nth-child(5) {
  border-bottom: none;
}
#wrapper #main .sidebar_l .sidebar_b {
  width: 97%;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  padding: 1.5%;
  margin-top: 20px;
  background: #ffffff;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school {
  width: 100%;
  margin-bottom: 30px;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li {
  width: 25%;
  float: left;
  margin-top: 25px;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li:first-child{
  margin-top: 24px;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li a {
  float: left;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li .school_logo {
  width: 25%;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li .school_name {
  width: 72%;
  font-size: 18px;
  line-height: 30px;
  color: #1e68a2;
  margin-left: 3%;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li span {
  float: left;
  margin-left: 3%;
  width: 68%;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li span a {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-left: 10%;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li span a:first-child {
  margin-left: 0;
}
#wrapper #main .sidebar_l .sidebar_b .admission_school li span a:hover {
  color: #ff0000;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major {
  width: 100%;
  margin-bottom: 12px;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li {
  width: 25%;
  float: left;
  margin-top: 30px;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li a {
  float: left;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li .major_name {
  font-size: 18px;
  color: #1e68a2;
  line-height: 18px;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li span {
  width: 100%;
  float: left;
  margin-top: 16px;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li span a {
  line-height: 16px;
  color: #666666;
  font-size: 16px;
  margin-left: 10%;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li span a:first-child {
  margin-left: 0;
}
#wrapper #main .sidebar_l .sidebar_b .enrollment_major li span a:hover {
  color: #ff0000;
}
#wrapper #main .sidebar_r {
  width: 26.5%;
}
#wrapper #main .sidebar_r .submenu {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper #main .sidebar_r .submenu li {
  width: 33.33333%;
  text-align: center;
  float: left;
  padding-top: 17px;
}
#wrapper #main .sidebar_r .submenu li i {
  color: #1e68a2;
  font-size: 32px;
  line-height: 32px;
}
#wrapper #main .sidebar_r .submenu li span {
  color: #1e68a2;
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 16px;
}
#wrapper #main .sidebar_r .submenu li:hover {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper #main .sidebar_r .submenu li:hover i,
#wrapper #main .sidebar_r .submenu li:hover span {
  color: #ff1231;
}
#wrapper #main .sidebar_r .opening_announcement {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper #main .sidebar_r .opening_announcement h6 {
  width: 91%;
  margin: 0 auto;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school {
  width: 91%;
  border-bottom: solid 1px #e5e5e5;
  margin: 0 auto;
  margin-top: 15px;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:first-child {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:first-child a {
  font-size: 18px;
  color: #ff0000;
  display: inline;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:first-child a:hover {
  text-decoration: underline;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 14px;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a {
  float: left;
  width: 25%;
  height: 36px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ff0000;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #ff0000;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a:nth-child(2),
#wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a:nth-child(3) {
  margin-left: 5%;
}
#wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a:hover {
  background-color: #cc1712;
  color: #ffffff;
}
#wrapper #main .sidebar_r .opening_announcement .bt-none {
  border-bottom: 1px solid #ffffff;
}
#wrapper #main .sidebar_r .opening_announcement .announcement_list {
  width: 91%;
  margin: 0 auto;
  margin-top: 18px;
  padding-bottom: 20px;
}
#wrapper #main .sidebar_r .opening_announcement .announcement_list a {
  font-size: 24px;
  color: #1e68a2;
  text-align: center;
  line-height: 54px;
  background-color: rgba(30, 104, 162, 0.1);
  margin-top: 10px;
}
#wrapper #main .sidebar_r .opening_announcement .announcement_list a:hover {
  text-decoration: underline;
}
#wrapper #main .sidebar_r .opening_announcement .announcement_list a:first-child,
#wrapper #main .sidebar_r .opening_announcement .announcement_list a:nth-child(4) {
  width: 100%;
}
#wrapper #main .sidebar_r .opening_announcement .announcement_list a:nth-child(2),
#wrapper #main .sidebar_r .opening_announcement .announcement_list a:nth-child(3) {
  width: 49%;
}
#wrapper #main .sidebar_r .hot_bar {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  padding-bottom: 18px;
  padding-top: 8px;
  /* 本例子css */
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox {
  width: 91%;
  margin: 0 auto;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul {
  height: 48px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li {
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li.on {
  color: #ff1130;
  background: url(../../images/hjwgb/hot-btn.png) no-repeat center bottom;
  background-size: 96px 7px;
  height: 48px;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul {
  width: 100%;
  zoom: 1;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li {
  width: 50%;
  float: left;
  height: 23px;
  line-height: 23px;
  margin-top: 19px;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li span {
  display: inline-block;
  float: left;
  width: 23px;
  height: 23px;
  font-size: 18px;
  color: #999999;
  line-height: 23px;
  text-align: center;
  background-color: #eeeeee;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li:nth-child(1) span {
  background-color: #f54645;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li:nth-child(3) span {
  background-color: #ff8547;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li:nth-child(5) span {
  background-color: #ffad39;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(1) span {
  background-color: #f54645;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(2) span {
  background-color: #ff8547;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(3) span {
  background-color: #ffad39;
  color: #ffffff;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul:last-child li:nth-child(5) span {
  background-color: #eeeeee;
  color: #999999;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li a {
  width: 80%;
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  margin-left: 5%;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li a:hover {
  color: #ff0000;
}
#wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd ul:nth-child(3) li {
  width: 100%;
}
#wrapper #main .hot_banner {
  width: 100%;
  margin-top: 20px;
}
#wrapper #main .hot_banner img {
  width: 100%;
}
#wrapper #main .general_rules {
  width: 98%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding: 1%;
}
#wrapper #main .general_rules .general_rules_cont {
  width: 100%;
  margin-top: 20px;
}
#wrapper #main .general_rules .general_rules_cont li {
  width: 100%;
  height: 50px;
  border: solid 1px #cccccc;
  border-bottom: none;
  line-height: 50px;
}
#wrapper #main .general_rules .general_rules_cont li span {
  float: left;
  font-size: 16px;
  color: #666666;
  text-align:center;
}
#wrapper #main .general_rules .general_rules_cont li span a {
  font-size: 16px;
  color: #666666;
  text-align:center;
}
#wrapper #main .general_rules .general_rules_cont li span a:hover {
  color: #ff0000;
}
#wrapper #main .general_rules .general_rules_cont li span input {
  display: none;
}
#wrapper #main .general_rules .general_rules_cont li span input+label {
  background-color: white;
  border-radius: 0px;
  border: 1px solid #d3d3d3;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
#wrapper #main .general_rules .general_rules_cont li span input:checked+label {
  background-color: #eee;
  background: #2783FB;
  border-color: #2783FB;
}
#wrapper #main .general_rules .general_rules_cont li span input:checked+label:after {
  content: "\2714";
  color: white;
}
#wrapper #main .general_rules .general_rules_cont li span:first-child,
#wrapper #main .general_rules .general_rules_cont li span:nth-child(2),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(3) {
  width: 15%;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(4),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(5),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(6),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(7),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(8),
#wrapper #main .general_rules .general_rules_cont li span:nth-child(9) {
  width: 9.166666666666666%;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(5) {
  cursor: pointer;
  position: relative;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(5) div {
  width: 50px;
  display: none;
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(5) div p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  padding: 0 8px;
  background-color: #eeeeee;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(8) a {
  font-size: 18px;
  color: #cc1712;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(8) a:hover {
  text-decoration: underline;
}
#wrapper #main .general_rules .general_rules_cont li span:nth-child(9) i {
  color: #333333;
  font-size: 18px;
}
#wrapper #main .general_rules .general_rules_cont li:nth-child(1) span {
  font-size: 18px;
  color: #333333;
	text-align:center;
}
#wrapper #main .general_rules .general_rules_cont li:nth-child(1) span:nth-child(1){
	text-align:center;
}
#wrapper #main .general_rules .general_rules_cont li:last-child {
  border-bottom: solid 1px #cccccc;
}
#wrapper #main .general_rules .general_rules_cont li:first-child {
  background: #e5e5e5;
}
#wrapper #main .general_rules .contrast {
  width: 85%;
  height: 120px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  bottom: 0;
  z-index: 1;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1E68A2;
}
#wrapper #main .general_rules .contrast .contrast_tit {
  width: 8%;
  height: 100%;
  background: #1E68A2;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  padding-top: 25px;
}
#wrapper #main .general_rules .contrast .closeBox {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#wrapper #main .general_rules .contrast .closeBox img {
  width: 100%;
}
#wrapper #main .general_rules .contrast ul {
  width: 82%;
  height: 100%;
}
#wrapper #main .general_rules .contrast ul li {
  float: left;
  width: 25%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
}
#wrapper #main .general_rules .contrast ul li i {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #c3c3c3;
  background: #eeeeee;
  font-size: 30px;
  margin-top: 35px;
  margin-left: 12%;
}
#wrapper #main .general_rules .contrast ul li span {
  font-size: 26px;
  line-height: 50px;
  margin-top: 35px;
  text-indent: 15px;
}
#wrapper #main .general_rules .contrast ul li .closeBox {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
}
#wrapper #main .general_rules .contrast ul li:hover {
  border: 1px solid #dd3635;
  color: #dd3635;
}
#wrapper #main .general_rules .contrast ul li:hover .closeBox {
  color: #dd3635;
}
#wrapper #main .general_rules .contrast .contrast_clear {
  width: 10%;
  height: 100%;
}
#wrapper #main .general_rules .contrast .contrast_clear a:first-child {
  width: 100px;
  height: 36px;
  background-color: #fc9e28;
  text-align: center;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 26px;
}
#wrapper #main .general_rules .contrast .contrast_clear a:nth-child(2) {
  color: #dd3635;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 16px;
}
#wrapper #main .news {
  width: 98%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding: 1%;
}
#wrapper #main .news .news_list {
  width: 65%;
}
#wrapper #main .news .news_list .guide_l {
  width: 60%;
}
#wrapper #main .news .news_list .guide_l ul {
  width: 100%;
  padding-top: 20px;
}
#wrapper #main .news .news_list .guide_l ul p {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
#wrapper #main .news .news_list .guide_l ul li {
width:100%;
  line-height: 16px;
  margin-top: 26px;
  color: #666666;
}
#wrapper #main .news .news_list .guide_l ul li a {
display:inline;
  font-size: 16px;
}
#wrapper #main .news .news_list .guide_l ul li a:hover {
  color: #cc1712;
}
#wrapper #main .news .news_list .guide_l ul li span {
display:inline;
  color: #333333;
  float: right; font-size: 16px;
}
#wrapper #main .news .news_list .guide_l ul li i {
  color: #cc1712;
}
#wrapper #main .news .news_list .guide_r {
  width: 35%;
}
#wrapper #main .news .news_list .guide_r ul {
  width: 100%;
  padding-top: 20px;
}
#wrapper #main .news .news_list .guide_r ul p {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
#wrapper #main .news .news_list .guide_r ul li {
  line-height: 16px;
  margin-top: 26px;
  color: #666666;
}
#wrapper #main .news .news_list .guide_r ul li a {
  font-size: 16px;
}
#wrapper #main .news .news_list .guide_r ul li a:hover {
  color: #cc1712;
}
#wrapper #main .news .news_list .guide_r ul li i {
  color: #cc1712;
}
#wrapper #main .news .news_list .guide_r .question a {
  font-size: 16px;
}
#wrapper #main .news .news_list .guide_r .question img {
  margin-right: 5px;
}
#wrapper #main .news .application_guide {
  width: 30.5%;
}
#wrapper #main .news .application_guide .guide_img {
  width: 100%;
}
#wrapper #main .news .application_guide .guide_img img {
  width: 100%;
  max-height: 270px;
}
#wrapper #main .news .application_guide ul {
  width: 100%;
}
#wrapper #main .news .application_guide ul li {
  width: 100%;
  margin-top: 22px;
}
#wrapper #main .news .application_guide ul li a {
  font-size: 16px;
  line-height: 16px;
}
#wrapper #main .news .application_guide ul li a:hover {
  color: #cc1712;
}
#wrapper #main .activity {
  width: 98%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding: 1%;
}
#wrapper #main .activity .activity_img {
  width: 100%;
  margin: 20px auto;
}
#wrapper #main .activity .activity_img a {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
#wrapper #main .activity .activity_img a img {
  width: 100%;
}
#wrapper #main .activity .activity_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.35);
}
#wrapper #main .activity .activity_img a:first-child {
  width: 50%;
}
#wrapper #main .activity .activity_img a:nth-child(2),
#wrapper #main .activity .activity_img a:nth-child(3),
#wrapper #main .activity .activity_img a:nth-child(4),
#wrapper #main .activity .activity_img a:nth-child(5) {
  width: 25%;
}
/*share-code*/
.share_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}
.share_title a {
  font-size: 16px;
  color: #999999;
  float: right;
  font-weight: normal;
}
.share_title a:hover {
  color: #ff0000;
}
footer {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 20px;
}
footer .footer {
  width: 85%;
  margin: 0 auto;
}
footer .footer .siteinfo {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}
footer .footer .siteinfo li a {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}
footer .footer .siteinfo li a:hover {
  color: #ff0000;
}
footer .footer .copyright {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}
footer .footer .copyright li {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
footer .footer .copyright li a {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
footer .footer .copyright li a:hover {
  color: #ff0000;
}
/*响应式代码*/
@media screen and (max-width: 1800px) {
	#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul{
	margin-top:20px;}
}
@media screen and (max-width: 1600px) {
	
  #wrapper #main .news .news_list .guide_l ul li span {
    display: none;
  }
  #wrapper #main {
    width: 90%;
  }
  #wrapper #subnav {
    width: 90%;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  #wrapper #main .sidebar_r .opening_announcement .announcement_list {
    width: 91%;
    margin-top: 0;
    padding-bottom: 20px;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  #wrapper #main .general_rules .contrast {
    width: 90%;
  }
  #wrapper #main .sidebar_r .opening_announcement .announcement_list a {
    line-height: 50px;
  }
  
  #wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul{
	  margin-top:30px;
}
}
@media screen and (max-width: 1440px) {
  
  header nav {
    height: 52px;
  }

  header nav #nav {
    padding-top: 11px;
  }

  header nav #nav ul li {
    height: 30px;
    line-height: 30px;
  }
  #wrapper #main {
    width: 90%;
  }
  header .searchBar .searchBar_cont .serch {
    height: 44px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li a {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 23px;
    margin-left: 2%;
  }
  #wrapper #main .news .news_list .guide_l ul li {
    margin-top: 20px;
  }
  #wrapper #main .news .news_list .guide_r ul li {
    margin-top: 20px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul {
    height: 40px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li {
    height: 40px;
    font-size: 20px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li.on {
    height: 40px;
  }
  header nav #nav ul li a {
    font-size: 15px;
  }
  #wrapper #subnav div a {
    width: 9.4%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  header .searchBar .searchBar_cont .serch {
    height: 36px;
  }
  #wrapper #subnav div a {
    width: 9.4%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  header nav #nav ul li a {
    font-size: 14px;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  #wrapper #main .sidebar_r .opening_announcement .announcement_list a {
    font-size: 22px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li {
    height: 36px;
    font-size: 18px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li.on {
    height: 36px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd {
    height: 36px;
    line-height: 36px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot h6 {
    height: 50px;
    line-height: 50px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot h6 a {
    font-size: 20px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot ul li:first-child a {
    font-size: 18px;
  }
  #wrapper #main .sidebar_r .opening_announcement .announcement_list a {
    line-height: 48px;
  }
  #wrapper #main .news .news_list .guide_l ul li {
    margin-top: 16px;
  }
  #wrapper #main .news .news_list .guide_r ul li {
    margin-top: 16px;
  }
  #wrapper #main .news .news_list .guide_r ul p {
    font-size: 22px;
  }
  #wrapper #main .news .news_list .guide_l ul p {
    font-size: 22px;
    line-height: 24px;
  }
  #wrapper #main .news .news_list .guide_l ul {
    width: 100%;
    padding-top: 18px;
  }
  #wrapper #main .news .news_list .guide_r ul {
    width: 100%;
    padding-top: 18px;
  }
  #wrapper #main .news .application_guide ul li {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer .siteinfo li a {
    font-size: 18px;
  }
  footer .footer .copyright li {
    font-size: 16px;
  }
  footer .footer .copyright li a {
    font-size: 16px;
  }
@media screen and (max-width: 1280px) {
  #wrapper #main .general_rules .contrast {
    width: 98%;
  }
#wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul{
	margin-top:0;
}
  #wrapper #main .general_rules .contrast ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    margin-left: 8%;
  }
  #wrapper #main .general_rules .contrast ul li span {
    font-size: 20px;
  }
  #wrapper #main .general_rules .contrast .contrast_clear a:first-child {
    width: 80px;
    height: 30px;
    background-color: #fc9e28;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 29px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot h6 a {
    font-size: 18px;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:first-child a {
    font-size: 15px;
  }
  header .header_menu,
  header .searchBar .searchBar_cont {
    width: 98%;
  }
  header nav #nav {
    width: 98%;
    padding-top: 11px;
  }
  header nav #nav ul li {
    height: 24px;
    line-height: 24px;
  }
  header nav {
    width: 100%;
    height: 46px;
    background-color: #1e68a2;
  }
  header nav #nav ul li a {
    font-size: 13px;
  }
  #wrapper #subnav {
    width: 98%;
  }
  #wrapper #subnav div a {
    width: 9.4%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  #wrapper #main {
    width: 98%;
  }
  #wrapper #main .sidebar_l .sidebar_a .entry .entry_tips h6 {
    font-size: 20px;
    line-height: 20px;
  }
  #wrapper #main .sidebar_l .sidebar_a .entry .entry_tips ul li {
    width: 100%;
    font-size: 14px;
    margin-top: 44px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot h6 {
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot ul li:first-child a {
    font-size: 16px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot ul li a {
    font-size: 16px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot ul li {
    width: 100%;
    line-height: 16px;
    color: #333333;
    margin-top: 13px;
  }
  #wrapper #main .sidebar_l .sidebar_a .hot ul {
    padding-bottom: 15px;
  }
  #wrapper #main .sidebar_r .submenu li {
    padding-top: 10px;
  }
  #wrapper #main .sidebar_r .submenu li i {
    font-size: 28px;
    line-height: 28px;
  }
  #wrapper #main .sidebar_r .submenu li span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper #main .sidebar_r .opening_announcement h6 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:first-child {
    font-size: 15px;
    line-height: 16px;
  }
  #wrapper #main .sidebar_r .opening_announcement .opening_school p:nth-child(2) a {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    width: 28%;
  }
  #wrapper #main .sidebar_r .opening_announcement .announcement_list a {
    font-size: 18px;
    line-height: 40px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li span {
    width: 16px;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li a {
    font-size: 14px;
    line-height: 16px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .bd li {
    margin-top: 15px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul li {
    font-size: 16px;
  }
  #wrapper #main .sidebar_l .sidebar_b .admission_school li .school_name {
    font-size: 16px;
  }
  #wrapper #main .sidebar_l .sidebar_b .admission_school li span a {
    font-size: 13px;
    line-height: 30px;
  }
  #wrapper #main .sidebar_r .hot_bar .slideTxtBox .hd ul {
    height: 36px;
  }
  #wrapper #main .general_rules .general_rules_cont li span a {
    font-size: 15px;
  }
  #wrapper #main .general_rules .general_rules_cont li:nth-child(1) span {
    font-size: 16px;
  }
  #wrapper #main .general_rules .general_rules_cont li span {
    font-size: 14px;
  }
  #wrapper #main .general_rules .general_rules_cont li span:nth-child(8) a {
    font-size: 16px;
  }
  #wrapper #main .general_rules .general_rules_cont li span:nth-child(9) i {
    font-size: 16px;
  }
  #wrapper #main .general_rules .general_rules_cont li span input+label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 17px;
  }
  footer {
    margin-top: 30px;
  }
  footer .footer {
    width: 98%;
  }
  footer .footer .siteinfo {
    width: 72%;
    margin-top: 25px;
  }
  footer .footer .siteinfo li a {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
  }
  #wrapper #main .activity .activity_img a p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}