*{
	font-family: "黑体";
}
body {
  min-width: 1300px;
}
.container {
  width: 1200px;
  padding: 0;
}
.container * {
  box-sizing: border-box;
}
.container:after,
.container:before {
  content: "";
  display: block;
  clear: both;
}
/* TOP 部分*/
.top {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 10;
  top: 0;
}
.top .logo {
  width: 212px;
  height: 120px;
  float: left;
}
.top .search {
  float: left;
  margin-left: 55px;
  width: 430px;
  padding-top: 10px;
}
.top .tel {
  float: right;
  padding-left: 120px;
  position: relative;
  margin-top: 13px;
  color: #7b1801;
  background: url("../images/telpng.png") no-repeat;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  margin-right: 10px;
  color: #015eb4;
}
/* NAV 部分*/
/**
.top-bar {
  height: 30px;
  background: #000;
  color: #fff;
  line-height: 30px;
  .tel {

    float: left;
    width: 900px;
  }
  .weather {
  }
}
**/
/**
.logo {
  height: 170px;
  background: url("../images/header-bg.png") repeat-x top center;
  .container {
    height: 100%;
  }
}
**/
.top-nav {
  position: relative;
  z-index: 10;
  float: right;
  height: 120px;
}
.banner-first {
  position: absolute;
  bottom: 0;
}
.nav {
  padding: 25px 0 0 0;
  background: none;
  float: left;
}
.nav .layui-nav-bar {
  height: 56px;
  background-color: transparent !important;
}
.nav .layui-nav-more {
  display: none;
}
.nav .layui-nav-item {
  height: 40px;
  z-index: 999;
  margin: 15px 10px;
  padding: 4px 5px;
  line-height: 30px;
}
.nav .layui-nav-item a {
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  border: 0px solid #000;
  border-top: 0;
  border-bottom: 0;
  border: 2px solid #fff;
}
.nav .layui-nav-item a:hover,
.nav .layui-this a {
  color: #fff;
}
.nav .layui-nav-item:hover {
  background: #f03d15;
}
.nav .layui-nav-bar {
  display: none !important;
  background-color: none;
  z-index: -999;
  height: 0 !important;
}
.nav .layui-nav-child {
  top: 55px;
  padding: 0;
  border: 0;
}
.nav .layui-nav-child a {
  height: 36px;
  line-height: 36px;
  background: url("../images/menbg2.png") repeat;
  text-align: center;
  color: #015eb4;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.search {
  float: left;
  margin-left: 95px;
  width: 430px;
}
.search .layui-input-block {
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
}
.search .layui-input-block .layui-input {
  border-radius: 20px;
  border: 2px solid #929292;
}
.search .layui-btn {
  position: absolute;
  right: 5px;
  top: -10px;
  margin-top: 10px;
  background-color: transparent;
  padding: 0 10px;
  color: #929292;
}
.search .layui-form-mid {
  padding-left: 10px !important;
}
.search .layui-form-mid a {
  margin: 0 5px;
  color: #387204;
}
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.banner .form-register {
  z-index: 9;
  position: absolute;
  left: 50%;
  margin-left: -620px;
  background: #f6f7fb;
  width: 343px;
  height: 520px;
}
.banner .form-register .layui-form-item {
  position: relative;
  padding: 5px 20px;
}
.banner .form-register .layui-form-item .layui-input {
  padding-left: 70px;
  line-height: 50px;
  height: 50px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: #f6f7fb;
}
.banner .form-register .layui-form-item .layui-form-label {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.banner .form-register .layui-form-item .layui-btn {
  background-color: #cd251c !important;
  height: 50px;
  width: 250px;
  display: block;
  margin: 5px auto;
}
.banner .form-register .registertop {
  border-bottom: 2px solid #cd251c;
  padding: 0 20px;
}
.banner .banner__leftmenu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 134px;
  height: 303px;
  background: #e8e8e8;
  z-index: 9;
}
.banner .banner__leftmenu ul {
  padding: 30px 0;
}
.banner .banner__leftmenu ul li {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}
.banner .banner__leftmenu ul li a {
  color: #333;
}
.banner .banner__leftmenu ul li:hover {
  background: #015eb4;
}
.banner .banner__leftmenu ul li:hover a {
  color: #fff;
}
.banner:after {
  content: "";
  height: 615px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.block {
  position: relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.block .block__h3 {
  font-size: 39px;
  text-align: center;
  position: relative;
  color: #015eb4;
  line-height: 86px;
  margin-top: 10px;
}
.block .block__h3:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #015eb4;
  width: 25px;
  left: 50%;
  margin-left: -12.5px;
  bottom: 0px;
}
.block .block__div {
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.top-thumb {
  width: 100%;
  height: 150px;
  position: relative;
  background: #387204;
  overflow: hidden;
}
.top-thumb .scroller {
  width: 1200px;
  height: 109px;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 150px;
  zoom: 1;
  position: relative;
}
.top-thumb .scroller .prev {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/left.png") no-repeat;
  left: 80px;
  top: 25px;
}
.top-thumb .scroller .next {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/right.png") no-repeat;
  right: 100px;
  top: 25px;
}
.top-thumb .scroller .item {
  width: 136px;
  height: 84px;
  box-sizing: border-box;
  margin: 0 20px;
  float: left;
}
.top-thumb .scroller .item .img-area {
  width: 136px;
  height: 84px;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.top-thumb .scroller .item img {
  width: 132px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.top-thumb .scroller .item .box-header {
  display: none;
  border: 1px solid #afafaf;
  border-top: 0;
}
.top-thumb .scroller .item .box-header h3 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.top-thumb .scroller .item .box-header h4 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.top-thumb .scroller .item .item-more {
  display: none;
  width: 216px;
  padding-right: 61px;
  text-align: center;
  line-height: 61px;
  background: url("../images/training-more.png");
  font-size: 20px;
  color: #000;
}
.top-thumb .scroller .item .item-more:hover {
  color: #fff;
}
.top-thumb .scroller .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/*.title-box {
  margin: 23px 0;
  text-align: center;
  h3 {
    font-size: 25px;
    //font-weight: bold;
    line-height: 35px;
  }
  p {
    font-size: 13px;
    line-height: 30px;
  }
}*/
.top-cat {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  font-size: 0;
}
.top-cat .top-cat__divleft {
  width: 497px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  background: #3486c8;
}
.top-cat .top-cat__divcenter {
  width: 374px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  background: red;
}
.top-cat .top-cat__divright {
  width: 329px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  background: green;
}
.title-box {
  width: 530px;
  height: 135px;
  position: relative;
  margin: 0 auto;
}
.title-box:after {
  width: 530px;
  height: 115px;
 background:url('../images/hongkuang.png');
  content: "";
  left: 0;
  top: 15px;
  position: absolute;
  z-index: 1;
}
.title-box .title-box__icon {
  width: 470px;
  height: 48px;
  position: absolute;
  top: -1px;
  left: 30px;
  line-height: 45px;
  text-align: center;
  font-size: 39px;
  color: #231815;
  z-index: 2;
  font-weight: normal;
  font-family: '宋体';
}
.title-box h3 {
  position: absolute;
  font-size: 26px;
  line-height: 60px;
  text-indent: 15px;
  z-index: 3;
  color: #e53a1e;
  width: 470px;
  height: 50px;
  text-align: center;
  top: 50px;
  left: 30px;
}
.title-box p {
  font-size: 13px;
  line-height: 25px;
}
.title-box a {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  float: right;
  padding-right: 20px;
  color: #015eb4;
  margin-top: 20px;
}
.title-box a.more {
  position: absolute;
  width: 100px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #387204;
  color: #387204;
  font-size: 14px;
  right: 40px;
  bottom: 10px;
  font-weight: bold;
}
.bussinesss {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 567px;
  padding-top: 100px;
  background: url("../images/bussinessbg.png") no-repeat center top;
}
.bussinesss .pro-scroll {
  width: 1200px;
  padding: 0 100px;
  height: 330px;
  margin-top: 62px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 12px;
  zoom: 1;
  position: relative;
}
.bussinesss .pro-scroll .prev {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/left.png") no-repeat;
  left: 10px;
  top: 70px;
}
.bussinesss .pro-scroll .next {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/right.png") no-repeat;
  top: 70px;
  right: 10px;
  z-index: 20;
}
.bussinesss .pro-scroll .item {
  width: 170px;
  height: 240px;
  box-sizing: border-box;
  margin: 0 106px 0 0;
  float: left;
}
.bussinesss .pro-scroll .item .img-area {
  width: 170px;
  height: 170px;
  padding: 0px;
  border: 0px solid #e60012;
  border-radius: 50%;
  overflow: hidden;
}
.bussinesss .pro-scroll .item img {
  width: 170px;
  height: 170px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.bussinesss .pro-scroll .item .box-header {
  border-top: 0;
}
.bussinesss .pro-scroll .item .box-header h3 {
  width: 170px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #000;
}
.bussinesss .pro-scroll .item .box-header h4 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.bussinesss .pro-scroll .item .item-more {
  display: none;
  width: 216px;
  padding-right: 61px;
  text-align: center;
  line-height: 61px;
  background: url("../images/training-more.png");
  font-size: 20px;
  color: #000;
}
.bussinesss .pro-scroll .item .item-more:hover {
  color: #fff;
}
.bussinesss .pro-scroll .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.banner1 {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.wk_blog_tab {
  width: 100%;
  height: 65px;
  background: url(http://www.gszg.com.cn/template/week_jiaohu/images//about_line.jpg) repeat-x left bottom;
  overflow: hidden;
  clear: both;
}
.wk_blog_tab ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.wk_blog_tab ul li {
  display: inline;
  text-align: center;
}
.wk_blog_tab ul li a {
  font-size: 16px;
  line-height: 62px;
  color: #333;
  display: inline-block;
  padding: 0 6px;
  margin: 0 15px;
  text-decoration: none;
}
.wk_blog_tab ul li a:hover{
	color:#d11516
}
.case {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 830px;/*820*/
  padding-top: 50px;
}
.case .layui-tab {
  margin-top: 80px;
}
.case .layui-tab .layui-tab-title {
  border-bottom-width: 0;
  text-align: center;
  height: 30px;
  padding-bottom: 105px;
}
.case .layui-tab .layui-tab-title li {
  line-height: 30px;
  padding: 0 15px;
  margin: 0 5px;
}
.case .layui-tab .layui-tab-title .layui-this {
  color: #fff;
  background: #e83a14;
  border-radius: 15px;
}
.case .layui-tab .layui-tab-title .layui-this:after {
  display: none;
}
.case .layui-tab .layui-tab-content {
  height: 900px;/*348*/
  padding: 0;
}
.case .case__list .item {
  float: left;
  margin-right: 26px;
  padding-left: 25px;
  position: relative;
}
.case .case__list .item:after {
  position: absolute;
  content: "";
  width: 233px;
  height: 340px;
  /* border: 3px solid #e83a14; */
  border: 3px solid #fff;
  left: 0;
  top: -50px;
  display: none;
}
.case .case__list .item:hover:after {
  display: block;
}
.case .case__list .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
		  
  /* -webkit-filter: brightness(0.30);
          filter: brightness(0.30); */
  -webkit-filter: opacity(20%);filter: opacity(20%);
}
.case .case__list .item:hover a {
  /* color: #fff; */
}
.case .case__list .item:hover .item__title {
  background: #fff;
  display:block;
}
.case .case__list .item:hover .panel{
	display: block;
}
.case .case__list .item a {
  color: #000;
}
.case .case__list .item .img__area {
  width: 340px;
  height: 188px;
  overflow: hidden;
  z-index: 10;
}
.case .case__list .item .img__area img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 340px;
  height: 188px;
  position: relative;
  z-index: 9;
}
.case .case__list .item .item__title {
	
  width: 340px;
  height: 80px;/*53px*/
}
.case .case__list .item .item__index {
  font-size: 46px;
  line-height: 48px;
  font-family: '黑体';
  display: inline-block;
  width: 75px;
  text-align: center;
}
.case .case__list .item .item__info {
  width: 170px;
  line-height: 48px;
  font-size: 0;
  display: inline-block;
}
.case .case__list .item .item__info h3 {
  padding-top: 5px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}
.case .case__list .item .item__info .item__category {
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}
.case .case__list .item .item__time {
  width: 80px;
  text-align: right;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
}
.case .case__list .item .panel{
	display:none;
	font-size:18px;
	width:300px;
	position: absolute;
	top:75px;
	left:45px;
	z-index:11;
}
.case .case__list .item .panel .more1{
	position: absolute;
	top:39px;
	background-color: rgb(235,84,6);
	font-size:14px;
	font-weight: bold;
	color:#fff;
	height: 20px;
}

.case .more {
  width: 80px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  border-bottom: 3px solid #e53a1e;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  bottom: 100px;
}
.about {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 520px; */
  margin-top:20px;
  z-index:999;
}
.about .container {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.about .layui-tab {
  margin-top: 30px;
}
.about .layui-tab-title {
  border-bottom: 0px;
  text-align: center;
}
.about .layui-tab-title li {
  font-size: 26px;
  padding: 0px;
  margin: 0 15px;
}
.about .layui-tab-title .layui-this {
  color: #e53a1e;
}
.about .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #e83a14 !important;
}
.about .layui-tab-content {
  margin-top: 30px;
  height: 295px;
  /* background: #e83a14; */
}
.about .layui-tab-content .container {
  margin: 0 auto;
  width: 1200px;
  height: 295px;
  font-size: 26px;
  color: #fff;
  padding: 30px 0;
  line-height: 54px;
}
.about .more {
  width: 100px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #387204;
  color: #387204;
  font-size: 14px;
  display: inline-block;
  margin: 40px 0px 0 320px;
  font-weight: bold;
}
.team {
  height: 1494px;/* 1274px; */
  margin-top:-220px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../images/team.png") no-repeat center top;
}
.team .pro-scroll {
  width: 1200px;
  padding: 0 0px 0 60px;
  height: 330px;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 12px;
  zoom: 1;
  position: relative;
}
.team .pro-scroll .prev {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/left.png") no-repeat;
  left: 10px;
  top: 70px;
}
.team .pro-scroll .next {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/right.png") no-repeat;
  top: 70px;
  right: 10px;
  z-index: 20;
}
.team .pro-scroll .item {
  width: 209px;
  height: 260px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  float: left;
}
.team .pro-scroll .item:hover {
  border: 3px solid #e83a14;
}
.team .pro-scroll .item .img-area {
  width: 203px;
  height: 178px;
  padding: 2px;
  overflow: hidden;
}
.team .pro-scroll .item img {
  width: 202px;
  height: 178px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.team .pro-scroll .item:hover .box-header {
  background: #e83a14;
  color: #ffffff;
}
.team .pro-scroll .item .box-header {
  height: 78px;
  overflow: hidden;
}
.team .pro-scroll .item .box-header .item-index {
  display: inline-block;
  line-height: 78px;
  font-size: 54px;
  height: 78px;
  overflow: hidden;
  width: 90px;
  text-align: center;
}
.team .pro-scroll .item .box-header .item-info {
  display: inline-block;
  vertical-align: top;
  height: 78px;
  width:200px;
  font-size: 0;
}
.team .pro-scroll .item .box-header .item-info h3 {
  padding-top: 15px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.team .pro-scroll .item .box-header .item-info span {
  padding-top: 10px;
  display: block;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.team .pro-scroll .item .box-header h4 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.team .pro-scroll .item .item-more {
  display: none;
  width: 216px;
  padding-right: 61px;
  text-align: center;
  line-height: 61px;
  background: url("../images/training-more.png");
  font-size: 20px;
  color: #000;
}
.team .pro-scroll .item .item-more:hover {
  color: #fff;
}
.team .pro-scroll .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clients {
  width: 100%;
  height: 450px;
  margin-top:-110px;
  overflow: hidden;
  position: relative;
}
.clients .container {
  overflow: hidden;
}
.clients ul {
  font-size: 0;
  margin-top: -3px;
  margin-left: 3px;
  box-sizing: content-box;
  width: 1200px;
}
.clients ul li {
  display: inline-block;
  width: 300px;
  height: 150px;
  text-align: center;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.clients ul li img {
  margin-top: 20px;
  width:300px;
  height:120px;
}
.foot__bot {
  height: 167px;
  width: 100%;
  background: url("../images/footbot.png") center top no-repeat;
}
.noafter:after {
  display: none;
}
.market {
  height: 325px;
  padding: 0px 0px 0px 0;
  background: url("../images/mark.png") repeat-x center top;
}
.market .container {
  padding: 0 150px;
}
.market .market-item {
  width: 25%;
  height: 99px;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 90px;
}
.market .market-item a {
  display: inline-block;
  width: 86px;
  height: 99px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  padding-top: 13px;
  background: url("../images/11.png") no-repeat;
}
.market .market-item a:hover {
  background: url("../images/22.png") no-repeat;
}
.market .market-item .market-img {
  width: 400px;
  height: 373px;
  margin: 0 auto;
  overflow: hidden;
}
.market .market-item .market-img img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.market .market-item .market-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.market .market-item .fr {
  float: right;
}
.market .market-item .market-txt {
  padding: 20px 0px 0px 0px;
  text-align: center;
  line-height: 20px;
}
.market .market-item .market-txt h3 {
  font-size: 16px;
  font-weight: bold;
}
.market .market-item .market-txt p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.market .market-item .right-txt {
  padding-left: 10px;
  padding-right: 120px;
}
.pro-base {
  height: 400px;
}
.pro-base .container {
  overflow: hidden;
}
.pro-base .title-box {
  margin: 10px;
}
.pro-base .pro-base__title {
  font-size: 27px;
  color: #015eb4;
  text-align: center;
  display: block;
  letter-spacing: 5px;
}
.pro-base .pro-base__title span {
  color: #fdaf06;
  font-size: 35px;
  text-shadow: 2px 2px 2px #9a8047;
}
.pro-base .con {
  width: 100%;
}
.pro-base .con ul {
  text-align: center;
  font-size: 0;
  padding: 10px 0;
}
.pro-base .con ul li {
  display: inline-block;
  width: 222px;
  height: 65px;
  vertical-align: top;
  background: red;
  margin: 0 5px;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: 1s ease-in all;
  transition: 1s ease-in all;
}
.pro-base .con ul li:hover .con__tit {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pro-base .con ul li:hover .con__des {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pro-base .con ul li .con__tit {
  font-size: 16px;
  color: #fbfcfd;
  line-height: 30px;
}
.pro-base .con ul li .con__des {
  font-size: 12px;
  color: #fbfcfd;
  line-height: 20px;
}
.pro-base .pro-thumb {
  margin-top: 60px;
}
.pro-base .pro-thumb .item {
  width: 50%;
  height: 295px;
  padding: 0 50px;
  float: left;
}
.pro-base .pro-thumb .item .img-area {
  margin: 0 50px;
  padding: 2px;
  border: 1px solid #387204;
  width: 436px;
  height: 271px;
}
.pro-base .pro-thumb .item .img-area img {
  width: 430px;
  height: 265px;
}
.height-job {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.height-job .container {
  height: 570px;
  overflow: hidden;
  background: #e6e6e6;
}
.height-job ul {
  text-align: center;
  font-size: 0;
}
.height-job ul li {
  width: 265px;
  height: 423px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
  margin: 0 10px;
}
.height-job ul li:hover {
  border: 1px solid #0dc0c2;
}
.height-job ul li:before {
  position: absolute;
  content: "";
  width: 108px;
  left: 50%;
  margin-left: -54px;
  border-bottom: 5px solid #0dc0c2;
}
.height-job ul li .item__icon {
  padding-top: 45px;
}
.height-job ul li .item__icon img {
  width: 148px;
  height: 148px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.height-job ul li .item__name {
  font-size: 17px;
  text-align: center;
  line-height: 56px;
  width: 148px;
  margin: 0 auto;
  border-bottom: 1px dashed #333;
}
.height-job ul li .item__salary {
  color: #0dc0c2;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
  width: 200px;
  line-height: 50px;
}
.height-job ul li .item__company {
  font-size: 16px;
  width: 150px;
  margin: 0 auto;
  line-height: 40px;
}
.height-job ul li .item__more {
  width: 265px;
  line-height: 64px;
  position: absolute;
  bottom: 0;
  background: #0dc0c2;
  font-size: 21px;
  text-align: center;
  color: #fff;
  left: 0;
}
.height-job ul li.c1:hover {
  border: 1px solid #f3a20e;
}
.height-job ul li.c1:before {
  border-bottom: 5px solid #f3a20e;
}
.height-job ul li.c1 .item__more {
  background: #f3a20e;
}
.height-job ul li.c2:hover {
  border: 1px solid #6b5ad7;
}
.height-job ul li.c2:before {
  border-bottom: 5px solid #6b5ad7;
}
.height-job ul li.c2 .item__more {
  background: #6b5ad7;
}
.height-job ul li.c3:hover {
  border: 1px solid #db5357;
}
.height-job ul li.c3:before {
  border-bottom: 5px solid #db5357;
}
.height-job ul li.c3 .item__more {
  background: #db5357;
}
p {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
p .wrap-item {
  width: 50%;
  height: 580px;
  float: left;
}
p .bgcr {
  background-image: url("../images/bgcr.png");
  background-position: top right;
}
p .bgcl {
  background: url("../images/bgcl.png") no-repeat top left;
  position: relative;
}
p .bgcl .a-more {
  width: 133px;
  line-height: 55px;
  text-align: right;
  color: #fff;
  font-size: 17px;
  position: absolute;
  bottom: 60px;
  left: -10px;
}
p .bgcl .txt {
  width: 570px;
  height: 160px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 100px;
}
.customization {
  padding-bottom: 0px;
}
.customization .layui-tab-title {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 0 35px;
  border: 0;
}
.customization .layui-tab-title li {
  line-height: 50px;
  padding: 0 35px;
}
.customization .layui-tab-title li.layui-this {
  color: #fff;
  background: #7b1801;
}
.customization .layui-tab-title li.layui-this:after {
  display: none;
}
.customization .layui-tab-content {
  margin-top: 30px;
  padding: 0;
}
.customization img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.customization img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.customization .imgbox {
  width: 850px;
  height: 410px;
  float: right;
  overflow: hidden;
}
.customization .txt-box {
  width: 300px;
  margin-right: 890px;
  height: 410px;
}
.customization .txt-box h3 {
  font-size: 30px;
  line-height: 80px;
  padding: 20px 0;
}
.customization .txt-box p {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0;
}
.customization .txt-box a {
  margin-top: 30px;
  line-height: 26px;
  padding: 0 30px;
  background: #cccccc;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.customization .txt-box a:hover {
  background: #cd251c;
  color: #fff;
}
.product {
  padding-bottom: 40px;
  height: 450px;
}
.product .pro-scroll {
  width: 1200px;
  height: 330px;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 12px;
  zoom: 1;
  position: relative;
}
.product .pro-scroll .prev {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/left.png") no-repeat;
  left: 80px;
  top: 25px;
}
.product .pro-scroll .next {
  width: 34px;
  height: 62px;
  position: absolute;
  background: url("../images/right.png") no-repeat;
  right: 100px;
  top: 25px;
}
.product .pro-scroll .item {
  width: 290px;
  height: 340px;
  box-sizing: border-box;
  margin: 0 5px;
  float: left;
}
.product .pro-scroll .item .img-area {
  width: 290px;
  height: 269px;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.product .pro-scroll .item img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.product .pro-scroll .item .box-header {
  border-top: 0;
}
.product .pro-scroll .item .box-header h3 {
  width: 137px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #000;
}
.product .pro-scroll .item .box-header h4 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.product .pro-scroll .item .item-more {
  display: none;
  width: 216px;
  padding-right: 61px;
  text-align: center;
  line-height: 61px;
  background: url("../images/training-more.png");
  font-size: 20px;
  color: #000;
}
.product .pro-scroll .item .item-more:hover {
  color: #fff;
}
.product .pro-scroll .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product .layui-tab-title .layui-this:after {
  top: 7px;
  content: '';
  border-width: 0px;
  border-radius: 0;
  box-sizing: border-box;
  pointer-events: none;
  content: " ";
  position: absolute;
  border-top: 2px solid #4c4948;
  left: 0;
  width: 63px;
  z-index: 1;
}
.product .layui-tab-title {
  height: 50px;
  width: 1100px;
  margin: 0 auto;
  padding: 0 35px;
  border: 0;
  text-align: center;
}
.product .layui-tab-title li {
  line-height: 50px;
  padding-top: 7px;
  background: url("../images/dot_bg1.png") no-repeat center top;
  width: 140px;
  position: relative;
}
.product .layui-tab-title li:last-child:before {
  display: none;
}
.product .layui-tab-title li:first-child:after {
  display: none;
}
.product .layui-tab-title li:before {
  content: " ";
  position: absolute;
  border-top: 2px solid #4c4948;
  right: 0;
  width: 63px;
  z-index: 1;
}
.product .layui-tab-title li:after {
  content: " ";
  position: absolute;
  border-top: 2px solid #4c4948;
  left: 0;
  width: 63px;
  z-index: 1;
}
.product .layui-tab-title li.layui-this {
  color: #cd251c;
  background: url("../images/dot_bg2.png") no-repeat center top;
}
.product .layui-tab-content {
  margin-top: 30px;
  padding: 0;
}
.product img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product .imgbox {
  width: 850px;
  height: 410px;
  float: left;
  overflow: hidden;
}
.product .txt-box {
  width: 300px;
  margin-left: 890px;
  height: 410px;
}
.product .txt-box h3 {
  font-size: 30px;
  line-height: 80px;
  padding: 40px 0;
}
.product .txt-box p {
  font-size: 14px;
  line-height: 26px;
  padding: 20px 0;
}
.product .txt-box a {
  margin-top: 30px;
  line-height: 26px;
  padding: 0 30px;
  background: #cccccc;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.product .txt-box a:hover {
  background: #cd251c;
  color: #fff;
}
.fireman {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 650px;
}
.fireman .container {
  height: 650px;
  overflow: hidden;
}
.fireman .container .con {
  height: 590px;
  background: red;
  width: 100%;
}
.newsmiddle {
  width: 100% !important;
  height: 637px;
  background: #387204;
  padding-top: 30px;
}
.newsmiddle .news {
  width: 50%;
  height: 480px;
  float: right;
}
.newsmiddle .news .title {
  float: left;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  margin: 20px 0;
}
.newsmiddle .news .txt {
  height: 165px;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  float: left;
  line-height: 30px;
}
.newsmiddle .news ul {
  width: 100%;
  float: left;
  margin-top: 0px;
  padding: 0 10px;
}
.newsmiddle .news ul li {
  width: 100%;
  line-height: 36px;
  font-size: 15px;
  border-bottom: 1px #fff dashed;
}
.newsmiddle .news ul li a {
  color: #fff;
}
.newsmiddle .news ul li span {
  display: inline-block;
  float: right;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.newsmiddle .news .con .top-news {
  width: 540px;
  padding: 5px 30px;
  float: left;
  height: 250px;
  border-bottom: 1px #000 dashed;
}
.newsmiddle .news .con .top-news img {
  float: left;
}
.newsmiddle .news .con .top-news .txt {
  float: right;
  width: 230px;
}
.newsmiddle .news .con .top-news .txt .txt-title {
  font-size: 20px;
  color: #7b1801;
  padding-bottom: 10px;
}
.newsmiddle .news .con .top-news .txt .txt-con {
  width: 230px;
  height: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newsmiddle .culture {
  width: 50%;
  height: 480px;
  padding: 35px 40px 0 60px;
  float: left;
  position: relative;
}
.newsmiddle .culture .more {
  position: absolute;
  width: 76px;
  height: 28px;
  background: url("../images/moreb.png") no-repeat;
  bottom: 0px;
  right: -30px;
}
.newsmiddle .culture .con-title {
  font-size: 20px;
  color: #7b1801;
  padding-bottom: 10px;
  text-align: center;
  margin: 10px 10px;
}
.bottom {
  height: 940px;
  background: url("../images/bottombg.png") no-repeat center top;
}
.bottom .bottom-left {
  width: 50%;
  float: left;
  padding: 5px 20px;
}
.bottom .bottom-left .txt {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
}
.bottom .bottom-left .title {
  line-height: 90px;
  font-size: 24px;
  margin-top: 30px;
}
.bottom .bottom-left .con {
  line-height: 30px;
  height: 140px;
}
.bottom .bottom-left .map {
  height: 395px;
  width: 572px;
  background: #000;
}
.ask {
  height: 47px;
  margin-top: 30px;
  padding: 0 30px;
  overflow: hidden;
}
.ask .title {
  width: 36px;
  height: 47px;
  float: left;
  margin-right: 30px;
  background: url("../images/notice.png") no-repeat;
}
.ask .bd {
  padding: 0px;
}
.ask .infoList li {
  height: 47px;
  line-height: 47px;
}
.ask .infoList li .date {
  float: right;
  color: #999;
}
.bot-thumb {
  height: 120px;
  padding: 20px 0 0 0;
}
.bot-thumb .bot-left-thumb {
  width: 33.33333%;
  float: left;
  padding-right: 63px;
}
.bot-thumb .bot-left-thumb .img-area {
  border: 1px solid #5e5e5e;
  padding: 3px;
  width: 336px;
  height: 101px;
  overflow: hidden;
}
.bot-thumb .bot-left-thumb .img-area img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bot-thumb .bot-left-thumb .img-area img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.bot-thumb .bot-center-thumb {
  width: 37.33333%;
  float: left;
}
.bot-thumb .bot-center-thumb .img-area {
  border: 1px solid #5e5e5e;
  padding: 3px;
  width: 153px;
  height: 101px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.bot-thumb .bot-center-thumb .img-area img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bot-thumb .bot-center-thumb .img-area img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.bot-thumb .bot-center-thumb .title {
  line-height: 30px;
  font-size: 18px;
  color: #387204;
  float: right;
  width: 280px;
  text-align: center;
}
.bot-thumb .bot-center-thumb .txt {
  line-height: 25px;
  font-size: 14px;
  color: #a9a9a9;
  float: right;
  width: 280px;
  text-align: left;
}
.bot-right-thumb {
  width: 313px;
  float: right;
  background: #000;
  height: 107px;
}
#demo {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 30px;
}
.video {
  padding-top: 20px;
}
.video embed {
  display: block;
  margin: 0 auto;
}
.best-student {
  overflow: hidden;
  padding-bottom: 30px;
}
.best-student .best-student-content {
  margin-left: -20px;
  width: 1220px;
}
.best-student .best-student-content .item {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.best-student .best-student-content .item .img-area {
  width: 183px;
  height: 222px;
  overflow: hidden;
}
.best-student .best-student-content .item .img-area img {
  width: 183px;
  height: 222px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best-student .best-student-content .item .box-header {
  line-height: 30px;
  border: 1px solid #afafaf;
  border-top: 0;
  text-align: center;
}
.best-student .best-student-content .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.advantage {
  padding-top: 30px;
}
.advantage .advantage-content .item {
  width: 25%;
  height: 286px;
  border: 1px solid #eeeeee;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.advantage .advantage-content .item .img-area {
  width: 100%;
  padding-top: 55px;
}
.advantage .advantage-content .item .img-area img {
  margin: 0 auto;
  display: block;
}
.advantage .advantage-content .item .item-txt {
  line-height: 30px;
  text-align: center;
  padding: 40px 20px 0 20px;
}
.advantage .advantage-content .item .item-txt h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 60px;
}
.advantage .advantage-content .item .item-txt p {
  font-size: 14px;
  color: #bcbcbc;
}
.advantage .advantage-content .item:hover {
  box-shadow: -4px 0px 10px #ededed, 0px -4px 10px #ededed, 0px 4px 10px #ededed, 4px 0px 10px #ededed;
}
.advantage .advantage-content .item:hover .img-area {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.advantage .advantage-content .item:hover .item-txt > * {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.banner-first {
  width: 100%;
  margin: 20px 0;
}
.banner-two {
  width: 100%;
  margin: 30px 0;
}
.school-live .school-live-content {
  height: 420px;
}
.school-live .school-live-content .l-pic {
  width: 25%;
  padding: 8px;
}
.school-live .school-live-content .r-con {
  width: 75%;
}
.school-live .school-live-content .r-con .top-pic {
  width: 33.33333%;
  height: 50%;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live .school-live-content .r-con .top-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #5c6167;
  display: none;
}
.school-live .school-live-content .r-con .top-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live .school-live-content .r-con .top-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live .school-live-content .r-con .top-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live .school-live-content .r-con .top-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.school-live .school-live-content .r-con .top-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.school-live .school-live-content .r-con .top-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live .school-live-content .r-con .top-pic:hover .pic-txt {
  display: block;
}
.school-live .school-live-content .r-con .top-pic:hover .pic-txt :after {
  display: none;
}
.school-live .school-live-content .r-con .top-pic:hover .pic-txt h3 {
  display: block;
}
.school-live .school-live-content .r-con .bottom-pic {
  width: 50%;
  height: 50%;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live .school-live-content .r-con .bottom-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #5c6167;
  display: none;
}
.school-live .school-live-content .r-con .bottom-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live .school-live-content .r-con .bottom-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live .school-live-content .r-con .bottom-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live .school-live-content .r-con .bottom-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.school-live .school-live-content .r-con .bottom-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.school-live .school-live-content .r-con .bottom-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live .school-live-content .r-con .bottom-pic:hover .pic-txt {
  display: block;
}
.school-live .school-live-content .r-con .bottom-pic:hover .pic-txt :after {
  display: none;
}
.school-live .school-live-content .r-con .bottom-pic:hover .pic-txt h3 {
  display: block;
}
.school-live-content {
  height: auto;
}
.school-live-content .l-pic {
  width: 33.33333%;
  padding: 0px;
  overflow: hidden;
}
.school-live-content .l-pic .top-pic {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live-content .l-pic .top-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  display: none;
}
.school-live-content .l-pic .top-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live-content .l-pic .top-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live-content .l-pic .top-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(205, 37, 28, 0.8);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live-content .l-pic .top-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  font-size: 26px;
}
.school-live-content .l-pic .top-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.school-live-content .l-pic .top-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live-content .l-pic .top-pic:hover .pic-txt {
  display: block;
}
.school-live-content .l-pic .top-pic:hover .pic-txt :after {
  display: none;
}
.school-live-content .l-pic .top-pic:hover .pic-txt h3 {
  display: block;
}
.school-live-content .l-pic .bottom-pic {
  width: 50%;
  height: 50%;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live-content .l-pic .bottom-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #5c6167;
  display: none;
}
.school-live-content .l-pic .bottom-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live-content .l-pic .bottom-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live-content .l-pic .bottom-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live-content .l-pic .bottom-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.school-live-content .l-pic .bottom-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.school-live-content .l-pic .bottom-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live-content .l-pic .bottom-pic:hover .pic-txt {
  display: block;
}
.school-live-content .l-pic .bottom-pic:hover .pic-txt :after {
  display: none;
}
.school-live-content .l-pic .bottom-pic:hover .pic-txt h3 {
  display: block;
}
.school-live-content .r-con {
  width: 66.666666%;
}
.school-live-content .r-con .top-pic {
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live-content .r-con .top-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  display: none;
}
.school-live-content .r-con .top-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live-content .r-con .top-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live-content .r-con .top-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(205, 37, 28, 0.8);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live-content .r-con .top-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  font-size: 26px;
}
.school-live-content .r-con .top-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.school-live-content .r-con .top-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live-content .r-con .top-pic:hover .pic-txt {
  display: block;
}
.school-live-content .r-con .top-pic:hover .pic-txt :after {
  display: none;
}
.school-live-content .r-con .top-pic:hover .pic-txt h3 {
  display: block;
}
.school-live-content .r-con .bottom-pic {
  width: 50%;
  height: 50%;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.school-live-content .r-con .bottom-pic :after {
  content: '';
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #5c6167;
  display: none;
}
.school-live-content .r-con .bottom-pic * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.school-live-content .r-con .bottom-pic .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.school-live-content .r-con .bottom-pic .pic-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  vertical-align: middle;
}
.school-live-content .r-con .bottom-pic .pic-txt h3 {
  display: none;
  text-align: center;
  vertical-align: middle;
  margin: auto auto;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.school-live-content .r-con .bottom-pic:hover :after {
  display: block;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.school-live-content .r-con .bottom-pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.school-live-content .r-con .bottom-pic:hover .pic-txt {
  display: block;
}
.school-live-content .r-con .bottom-pic:hover .pic-txt :after {
  display: none;
}
.school-live-content .r-con .bottom-pic:hover .pic-txt h3 {
  display: block;
}
.other .item {
  float: left;
  width: 33.33333%;
  padding-right: 33px;
}
.other .item .title {
  font-size: 25px;
  line-height: 50px;
}
.other .item .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other .item .img-box img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.other .item .img-box .item-txt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(205, 37, 28, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.00001);
      -ms-transform: scale(0.00001);
          transform: scale(0.00001);
}
.other .item .img-box .item-txt h3 {
  text-align: center;
}
.other .item .img-box .item-txt h3 p {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  line-height: 20px;
  margin: 130px auto 0 auto;
  width: auto;
  display: inline-block;
}
.other .item:hover .item-txt {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.other .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.other .item:hover .txt-box {
  background: #cd251c;
}
.other .item:hover .txt-box h3 {
  color: #fff;
}
.other .item:hover .txt-box p {
  color: #fff;
}
.other .item .txt-box {
  height: 110px;
  padding: 10px;
}
.other .item .txt-box h3 {
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.other .item .txt-box p {
  font-size: 14px;
  line-height: 30px;
  color: #9b9b9b;
}
.other .item .txt-box p span {
  margin: 10px;
}
.others .item {
  float: left;
  width: 25%;
  padding-right: 33px;
}
.others .item .title {
  font-size: 25px;
  line-height: 50px;
}
.others .item .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.others .item .img-box img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.others .item .img-box .item-txt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(205, 37, 28, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.00001);
      -ms-transform: scale(0.00001);
          transform: scale(0.00001);
}
.others .item .img-box .item-txt h3 {
  text-align: center;
}
.others .item .img-box .item-txt h3 p {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  line-height: 20px;
  margin: 130px auto 0 auto;
  width: auto;
  display: inline-block;
}
.others .item:hover .item-txt {
  display: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.others .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.others .item:hover .txt-box {
  background: #cd251c;
}
.others .item:hover .txt-box h3 {
  color: #fff;
}
.others .item:hover .txt-box p {
  color: #fff;
}
.others .item .txt-box {
  height: 110px;
  padding: 10px;
  background: #e7e7e7;
}
.others .item .txt-box h3 {
  color: #333;
  font-size: 16px;
  line-height: 35px;
}
.others .item .txt-box p {
  font-size: 14px;
  line-height: 25px;
  color: #9b9b9b;
}
.others .item .txt-box p span {
  margin: 10px;
}
.training {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
}
.training .training-scroller {
  overflow: hidden;
  zoom: 1;
  height: 435px;
}
.training .training-scroller .item {
  width: 217px;
  height: 435px;
  box-sizing: border-box;
  margin: 0 13.5px;
  float: left;
}
.training .training-scroller .item .img-area {
  width: 217px;
  height: 260px;
  overflow: hidden;
}
.training .training-scroller .item img {
  width: 217px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.training .training-scroller .item .box-header {
  border: 1px solid #afafaf;
  border-top: 0;
}
.training .training-scroller .item .box-header h3 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.training .training-scroller .item .box-header h4 {
  width: 137px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.training .training-scroller .item .item-more {
  width: 216px;
  padding-right: 61px;
  text-align: center;
  line-height: 61px;
  background: url("../images/training-more.png");
  font-size: 20px;
  color: #000;
}
.training .training-scroller .item .item-more:hover {
  color: #fff;
}
.training .training-scroller .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .recomment-box {
  width: 580px;
  float: left;
}
.news .recomment-box .img-area {
  width: 580px;
  height: 290px;
  overflow: hidden;
}
.news .recomment-box .img-area img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .recomment-box .box-header h3 {
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.news .recomment-box .box-header p {
  line-height: 25px;
}
.news .recomment-box .recommend-more {
  width: 110px;
  line-height: 40px;
  border: 2px solid #fcca01;
  color: #fcca01;
  padding: 5px 20px;
}
.news .recomment-box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .content-box {
  width: 590px;
  overflow: hidden;
  float: right;
}
.news .content-box .box-item {
  padding: 15px 0;
  border-bottom: 1px dashed #cbcbcb;
}
.news .content-box .box-item .box-time {
  float: left;
  width: 80px;
  text-align: center;
}
.news .content-box .box-item .box-time div {
  font-size: 50px;
  color: #989898;
  padding: 0 10px;
}
.news .content-box .box-item .box-time span {
  font-size: 15px;
  color: #989898;
}
.news .content-box .box-item .box-txt {
  margin-left: 110px;
}
.news .content-box .box-item .box-txt h3 {
  line-height: 30px;
  font-size: 16px;
}
.news .content-box .box-item .box-txt p {
  line-height: 20px;
  font-size: 14px;
}
.morenews {
  margin-top: 30px;
}
.morenews .news-item {
  width: 33.333333%;
  padding-right: 30px;
  float: left;
}
.morenews .news-item .item-con {
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 100%;
  padding: 15px 10px 10px 10px;
}
.morenews .news-item .item-con .item-title {
  width: 100%;
  line-height: 50px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.morenews .news-item .item-con .item-title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  border-bottom: 3px solid #d11516;
}
.morenews .news-item .item-con .news-list li {
  line-height: 35px;
  font-size: 14px;
  overflow: hidden;
}
.morenews .news-item .item-con .news-list li a .con {
  width: 229px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.morenews .news-item .item-con .news-list li a .time {
  float: right;
}
.message {
  margin-top: 30px;
  height: 257px;
}
.message .message-title {
  width: 33.33333%;
  height: 100%;
  float: left;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.message .message-title h3 {
  margin-top: 90px;
  line-height: 40px;
  font-size: 25px;
}
.message .message-title p {
  line-height: 25px;
  font-size: 12px;
  position: relative;
  color: #bfbfbf;
}
.message .message-title p:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 65px;
  border-top: 1px solid #bfbfbf;
  left: 50%;
  margin-left: -32.5px;
}
.message form {
  float: right;
  width: 64%;
}
.message form .layui-form-item {
  margin-bottom: 30px;
}
.message form .layui-form-item .layui-input-inline {
  width: 100%;
}
.message form .layui-input {
  height: 45px;
}
.message form .layui-textarea {
  height: 190px;
}
.message form .layui-btn {
  background-color: #ab0008;
  width: 180px;
}
.message form .fl {
  width: 50%;
  padding-left: 20px;
}
.message form .fr {
  width: 50%;
  padding-left: 20px;
}
.foot {
  margin-top: 0px;
  background: #387204;
}
.foot .bg1 {
  background: #2d2d2d;
}
.foot .footlogo {
  width: 293px;
  height: 183px;
  padding: 20px 0 0 0;
}
.foot .footlogo h3 {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  padding: 25px 0;
}
.foot .footlogo p {
  font-size: 40px;
  color: #fff;
}
.foot .service-tel {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
}
.foot .service-tel div {
  line-height: 40px;
  font-size: 21px;
}
.foot .service-tel h3 {
  font-size: 38px;
  font-weight: bold;
}
.foot .bg2 {
  background: #000000;
}
.foot .foot-content {
  padding-bottom: 38px;
}
.foot .foot-content .item {
  width: 180px;
  float: left;
  padding-top: 20px;
  text-align: center;
}
.foot .foot-content .item h3 {
  font-size: 25px;
  line-height: 70px;
  color: #fff;
}
.foot .foot-content .item li {
  font-size: 14px;
  line-height: 28px;
}
.foot .foot-content .item li a {
  color: #fff;
}
.foot .friend-link {
  margin: 20px auto;
  color: #fff;
}
.foot .friend-link h3 {
  font-size: 34px;
  float: left;
  padding: 0 10px;
  line-height: 90px;
  background-color: #ab0008;
}
.foot .friend-link p {
  line-height: 35px;
  background-color: #ab0008;
  margin-left: 130px;
  padding: 10px 20px;
  height: 90px;
}
.foot .friend-link p span[lay-separator] {
  color: #fff;
}
.foot .friend-link p span a {
  color: #fff !important;
}
.foot .friend-link p span a:hover {
  color: #fff;
}
.copyright {
  line-height: 38px;
  color: #fff;
  text-align: left;
  font-size: 0;
  padding-top: 25px;
}
.copyright .bot__log {
  width: 154px;
  height: 146px;
  display: inline-block;
  margin-right: 150px;
  overflow: hidden;
  vertical-align: top;
}
.copyright .bot__log img {
  width: 154px;
  height: 146px;
}
.copyright .con {
  width: 420px;
  display: inline-block;
  margin-right: 150px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
}
.copyright .qrcode {
  vertical-align: top;
  width: 154px;
  height: 146px;
  display: inline-block;
  margin-right: 150px;
  overflow: hidden;
}
.copyright .qrcode img {
  width: 154px;
  height: 146px;
}
.w290 {
  width: 290px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.article {
  margin: 0 auto;
  width: 1190px;
  padding-top: 15px;
}
.article .title {
  text-align: center;
    color: #333;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    margin-top: 60px;
    font-size: 36px;
}
.article .content {
  margin-top: 25px;
  padding-top: 25px;
}
.article .list {
  margin-top: 25px;
}
.article .moreinfo{
	    text-align: center;
    color: #333 !important;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    font-size: 12px;
}
.article .pipe{
	    margin: 0 10px;
    color: #BBB;
}
}
.article .list li {
  margin: 15px 0;
  padding: 10px;
  border: 1px dotted #F0F0F0;
  background: #ffffff /* #F9F9F9 */;
}
.article .list li a {
  display: block;
  border-left: #d11516 5px solid;
  padding-left: 20px;
}
.article .list li a .time {
  display: block;
  color: #b8b8b8;
  padding-bottom: 20px;
  line-height: 100%;
  font-style: normal;
}
.article .list .wk_rele {
  margin: 15px 0;
  padding: 10px;
  border: 1px dotted #F0F0F0;
  background: #ffffff /* #F9F9F9 */;
  overflow: hidden;
}
.article .list .wk_rele .wk_asl_01 {
  float: left;
  margin: 0 20px 0 0;
  background: #DFDFDF;
}
.article .list .wk_rele .wk_asl_01 em.wk_tw01 {
  display: block;
  padding-right: 4px;
  background: #DFDFDF url(http://www.gszg.com.cn/template/week_jiaohu/images//portal/area_01.gif) no-repeat 100% 0;
  overflow: hidden;
}
.article .list .wk_rele .wk_asl_01 em.wk_tw01 em.wk_tw02 {
  display: block;
  padding-bottom: 4px;
  background: url(http://www.gszg.com.cn/template/week_jiaohu/images//portal/area_01.gif) no-repeat 0 100%;
  overflow: hidden;
}
.article .list .wk_rele .wk_asl_01 em.wk_tw01 em.wk_tw02 a {
  display: block;
  width: 296px;
  height: 165px;
  border: 1px solid #DDD;
  line-height: 2000px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
.article .list .wk_rele .wk_asl_r {
  float: right;
  margin: 0 0 0 20px;
}
.article .list .wk_rele dt {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #d11516;
  text-decoration: none;
}
.article .list .wk_rele dt a {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #d11516;
  text-decoration: none;
}
.article .list .wk_rele dd {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 8px;
}
.article .list .wk_rele .xld dd {
  margin-bottom: 8px;
}
.article .list .wk_rele .xg1,
.article .list .wk_rele .xg1 a {
  color: #999 !important;
}
.article .list .wk_rele .xg1 .xi2 {
  color: #369 !important;
}
.article .pic-list {
  margin-top: 25px;
  overflow: hidden;
}
.article .pic-list .pipe {
  margin: 0 5px;
  color: #CCC;
}
.article .pic-list dl {
  width: 366px;
  height: 300px;
  background: #f3f0ed;
  line-height: 25px;
  margin: 15px;
  float: left;
  color: #666;
}
.article .pic-list dl .dt3 {
  height: 75px;
  overflow: hidden;
}
.article .pic-list dl dd {
  width: 100%;
  height: 220px;
}
.article .pic-list dl dt {
  padding: 0 20px;
  height: 25px;
}
.article .pic-list dl dt h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  height: 25px;
  overflow: hidden;
}
.article .pic-list dl dt h3 a {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
.article .pic-list dl dt h3 a:hover{
color:#f03d15
}
.article .page {
  text-align: center;
}
.article .page .layui-laypage {
  margin: 20px auto;
}
.article .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #d11516;
}
.article .top{
	 
    overflow: hidden;
    text-align: center;
    color: #666;
    font-size: 16px;
	height:149px;
	
}

.article .top h1 {
    font-size: 28px;
    line-height: 35px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: normal;
}

.article .con {
    overflow: hidden;
    margin-top: 50px;
}

.article .con .list {
    float: left;
    width: 315px;
    color: #333;
    line-height: 26px;
    margin-right: 81px;
	margin-top:0;
	height:440px;  
}
 
.article .con .list h2 {
    font-size: 20px;
    margin-top: 25px;
    font-weight: normal;
}

.article .con .list li {
    margin: 0;
    padding: 0px;
    border: 0px dotted #F0F0F0;
  background: #ffffff /* #F9F9F9 */;
}
.inside-menu {
  width: 25%;
  min-height: 600px;
  margin-top: 5px;
  float: right;
  position: relative;
  z-index: 100;
}
.inside-menu .layui-nav {
  background-color: #fff !important;
}
.inside-menu .layui-nav-tree {
  width: 220px;
}
.inside-menu .layui-nav-tree .layui-nav-more {
  top: 22px;
}
.inside-menu .layui-nav-tree .layui-nav-itemed .layui-nav-more {
  top: 15px;
}
.inside-menu .layui-nav-tree .layui-nav-item {
  line-height: 50px;
  margin-bottom: 20px;
}
.inside-menu .layui-nav-tree .layui-nav-item a {
  text-align: center;
  background: #387204;
  font-size: 18px;
  color: #fff;
}
.inside-menu .layui-nav-tree .layui-nav-child {
  padding: 20px;
  border: #e5e5e5 1px solid;
  border-top: 0px;
  background-color: #fff !important;
}
.inside-menu .layui-nav-tree .layui-nav-child dd {
  border-bottom: #e5e5e5 1px solid;
}
.inside-menu .layui-nav-tree .layui-nav-child dd a {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.inside-menu .layui-nav-tree .layui-nav-child dd a:hover {
  color: #387204;
}
/*浮动客服*/
#floatDivBoxs {
  width: 170px;
  background: #fff;
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 999;
}
#floatDivBoxs .floatDtt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f08326;
  color: #fff;
  font-size: 18px;
  text-indent: 22px;
  position: relative;
}
#floatDivBoxs .floatDqq {
  padding: 30px 14px;
  background: #015eb4;
}
#floatDivBoxs .floatDqq li {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 0 0 50px;
  text-align: center;
}
#floatDivBoxs .floatDqq li a {
  color: #fff;
}
#floatDivBoxs .floatDtxt {
  font-size: 18px;
  color: #333;
  padding: 12px 14px;
}
#floatDivBoxs .floatDtel {
  padding: 0 0 15px 10px;
}
#floatDivBoxs .floatDtel img {
  display: block;
}
#floatDivBoxs .floatDbg {
  width: 100%;
  height: 20px;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
.floatShadow {
  background: #fff;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
#rightArrow {
  width: 23px;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 280px;
  right: 170px;
  z-index: 999;
  text-align: center;
  color: #fff;
}
#rightArrow a {
  display: block;
  height: 45px;
  text-align: center;
  color: #fff;
}
.content .content p{
	margin:0px;
}
.content .content div{
	margin:0px;
}
.content .content span{
	margin:0px;
}
.content .content img{
	margin:0px;
}
.content .con div p{
	margin:0px;
}
.content .con div div{
	margin:0px;
}
.content .con div span{
	margin:0px;
}
.content .con div img{
	margin:0px;
}