@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #f7f8f8;
}
body a:hover {
  color: #bd271b !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container-white {
  margin-top: 20px;
  overflow: hidden;
}
.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}
.headbar .headbar-left {
  padding-left: 20px;
  float: left;
}
.headbar .headbar-left a {
  font-size: 20px;
  color: #bd271b;
  line-height: 56px;
  display: block;
  margin-right: 10px;
}
.headbar {
  height: 56px;
}
.headbar .headbar-right {
  padding-right: 20px;
  float: right;
}
.headbar .headbar-right p {
  font-size: 20px;
  color: #bd271b;
  line-height: 56px;
}
.headlogo {
  width: 100%;
  height: 350px;
  background: url(../images/gxspecialbackimg.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
  position: relative;
}
.headlogo .entrance {
  position: absolute;
  left: 50%;
  margin-left: -97px;
  bottom: 70px;
}
.headlogo .entrance a {
  text-align: center;
  display: block;
  width: 194px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 58px;
  color: #bd271b;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 2px 0px rgba(14, 13, 13, 0.32);
}
.course-headlogo {
  width: 100%;
  height: 207px;
  background: url(../images/backgroundimg_hd.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
}
.headernav {
  margin-top: 20px;
}
.headernav ul {
  width: 1200px;
  padding-left: 58px;
}
.headernav ul li {
  float: left;
  margin-right: 45px;
}
.headernav ul li a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #BD271A;
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
}
.headernav ul li a:hover {
  font-weight: bold;
  border-bottom: 3px solid #BD271A;
}
.headernav ul .active a {
  font-weight: bold;
  border-bottom: 3px solid #BD271A;
}
.course-headernav ul {
  padding: 0 160px;
}
.footer {
  margin-top: 30px;
  min-width: 1200px;
}
.footer .footer-hd {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.footer .footer-hd .layout {
  overflow: hidden;
}
.footer-link {
  padding: 17px 0 23px;
}
.footer-link .links {
  margin-top: 20px;
}
.footer-link .links h4 {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 12px;
}
.footer-link .links p {
  overflow: hidden;
}
.footer-link .links p a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-right: 20px;
}
.footer .footer-ft {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}
.footer .footer-ft .footer-icp {
  text-align: center;
  padding: 14px 0 10px;
}
.footer .footer-ft .info-wrap span,
.footer .footer-ft .info-wrap a {
  font-size: 12px;
  line-height: 19px;
  color: #E6E6E6;
  display: inline-block;
  margin-right: 5px;
}
.footer .footer-ft .info-wrap {
  margin-top: 7px;
  margin-bottom: 7px;
}
.footer .footer-ft .info-wrap a:hover {
  color: #E6E6E6!important;
}
.footer .footer-ft .info-wrap img {
  display: inline-block;
  vertical-align: -5px;
}


.headernav .layout{
	overflow: inherit;
							}
							.headernav ul li{
								position: relative;
							}
							.headernav ul li:hover .nav-level{
								display: block!important;
							}
							.headernav ul li .nav-level{
								position: absolute;
								left: -27px;
								display: none;
								height: 148px;
							}
							.headernav ul li .nav-level ul{
								    width: 154px;
								    height: 138px;
								    padding: 10px 0;
								    margin-top: 10px;
								    background: #FFFFFF;
								    border: 1px solid #E9E9E9;
							}
							.headernav ul li .nav-level ul li{
								float: none;
									margin-right: 0;
									text-align: center;
							}
							.headernav ul li .nav-level ul  .active-level a{
								color: #BD271A;
							}
							.headernav ul li .nav-level ul li a{
								display: inline-block;
								font-weight: 400;
							    border-bottom: none;
							    font-size: 20px;
								font-weight: 400;
								color: #333333;
							}

