.clearfix:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
  }
  .wrapper{
	  width: 1200px;
	  margin: 0 auto;
  }
header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    box-shadow:0 5px 10px -2px #f1f1f1;
  }
  header .logo {
    float: left;
   	margin-right:30px;
  }
  header .header_nav{
    float: left;
	margin-left: 10px;
}
header .header_nav div.nava{
    float: left;
    position: relative;
    font-size: 16px;
    color: #000;
}
header .header_nav div.nava:hover{
  cursor: pointer;
  color: #fff;
  background-color: #cd1f20;
}
header .header_nav div.nava>a{
  color: #000
}
header .header_nav div.nava:hover a{
  color: #fff;
  text-decoration: none;
}
  header .right_area {
    float: right;
    /* overflow: hidden; */
  }
  header .right_area .search_bg {
    width: 198px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #999;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 16px 180px 0 0;
    position: relative;
  }
  header .right_area .search_bg input{
    text-indent: 6px;
  }
  header .right_area .search_bg input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #999;
    /* placeholder字体大小 */
    font-size: 14px;
}
  header .right_area .search_bg img.searchimg {
    position: absolute;
    width: 20px;
    height: 17px;
    top: 50%;
    margin-top: -8.5px;
    right: 7px;
  }
  header .right_area .search_bg .ring{
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -36px;
  }
  header .right_area .search_bg .ring span{
    width: 6px;
    height: 6px;
    background: #bd0000;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 15px;
  }
  header .right_area .search_bg .ring .ring_tips{
    width: 240px;
    position: absolute;
    z-index: 1111;
    height: auto;
    top: 60px;
    right: 0px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: #d4d4d4 0 0 10px;
    background: #fff;
    display: none;
  }
  header .right_area .search_bg .ring .ring_tips ul li{
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
  }
  header .right_area .search_bg .ring .ring_tips ul li:hover{
    background: #eee;
  }
  header .right_area .search_bg .ring img{
    width: 22px;
    height: 22px;
    margin-top: 19px;
  }
  header .right_area .search_bg img:hover {
    cursor: pointer;
  }
  header .right_area .reg_login {
    float: left;
  }
.reg_login{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* width: 138px; */
    /* margin-top: 18px; */
    bottom: inherit;
}
.reg_login .log_con {
    position: relative;
    height: 42px;
}
.reg_login .log_con > a{
  display: block;
}
.reg_login .log_con > a:hover{
  text-decoration: none;
}
.reg_login .log_con > a img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #ccc;
}
.reg_login .log_con > a em {
  color: #000;
  font-size: 14px;
  line-height: 40px;
  font-style: normal;
  display: block;
  max-width: 76px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.log_con .kuaijiebox {
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 286px;
  padding: 32px 20px 2px 20px;
  background: #fff;
  box-shadow: 0 0 6px #bdbdbd;
  border-radius: 10px;
  display: none;
}
.log_con .kuaijiebox .user_txt {
  overflow: hidden;
}
.log_con .kuaijiebox .user_txt a {
  float: left;
  margin-right: 10px;
}
.log_con .kuaijiebox .user_txt a img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
}
.log_con .kuaijiebox .user_txt .user_list {
  display: block;
  float: left;
  width: 140px;
  margin-top: 20px;
}
.log_con .kuaijiebox .user_txt .user_list a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.log_con .kuaijiebox .user_txt .user_list h6 {
  color: #333;
  font-size: 18px;
  /* line-height: 42px; */
  text-align: left;
}
.log_con .kuaijiebox .user_txt .user_list span {
  display: block;
  text-align: left;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
}
.log_con .kuaijiebox .user_txt .user_list span b {
  max-width: 46px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.log_con .kuaijiebox .loin {
  overflow: hidden;
  margin: 10px -40px 10px 0;
}
.log_con .kuaijiebox .loin a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  display: block;
  float: left;
  width: 100px;
  width: 42%;
  height: 35px;
  background: #bd0000;
  text-align: center;
  border-radius: 5px;
  margin: 8px 8px 0 0;
}
.log_con .kuaijiebox .retuLog {
  display: block;
  border-top: 1px solid #e6e6e6;
  color: #999;
  font-size: 14px;
  line-height: 54px;
  margin-top: 2px;
  text-align: center;
}

  /*渐变*/
.Add_gradient{
  width: 100%;
  height: 20px;
  margin-top: 60px;
  background: -webkit-linear-gradient(top, #ececec , #f5f5f5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #ececec, #f5f5f5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #ececec, #f5f5f5); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #ececec , #f5f5f5); /* 标准的语法 */
}
footer{
  width: 100%;
  height: 400px;
  background: #272C31;
  background-size: 100% 100%;
  padding-top: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* margin-top: 40px; */
}
footer table{
  /*width: 760px;*/
  width: 660px;
  height: 223px;
  float: left;
}
footer table thead{
  font-size: 20px;
  /* height: 50px; */
  color: #fff;
}
footer table thead tr th{
  text-align: left;
  height: 50px;
  font-weight: normal;
}
footer table tbody tr td a{
  font-size: 14px;
  color: #ccc;
  text-align: left;
}
footer table tbody tr td a:hover{
  color: #ccc;
}
footer .encode{
  /*width: 440px;*/
  width: 540px;
  height: 223px;
  /*padding-left: 50px;*/
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}
footer .wrapper{
  position: relative;
}
footer .encode ul{
  overflow: hidden;
}
footer .encode ul li{
  /*width: 180px;*/
  width: 160px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #ccc;
  /*margin-right: 30px;*/
  margin-right: 20px;
}

footer .encode ul li img{
  width: 118px;
  height: 118px;
}
footer .encode ul li p{
  margin-top: 10px;
}
footer .encode ul li:last-child{
  margin-right: 0;
}
footer .encode p.kefuphone{
  color: #ccc;
  font-weight: bold;
  margin-top: 12px;
}
footer .copyright{
  height: 130px;
 /* position: absolute;
  bottom: 0;
  left: 0;*/
  border-top: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
footer .copyright img{
  margin: 15px 15px;
}
footer .copyright p,footer .copyright p a {
  color: #fff;
}
footer .copyright .honor span {
  margin: 0 10px;
}
.child_ul{
  position: absolute;
  top: 60px;
  left: 0;
  background: #cd1f20;
  display: none;
  width: 100%;
  z-index: 1111;
  box-shadow: #ccc 0 0 2px;
}
.child_ul ul li{
  width: 100%;
  height: 40px;
  line-height: 40px;
 /* border-bottom: 1px solid #ccc;*/
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.child_ul ul li a{
  color: #fff !important;
  position: relative;
  padding-left:5px;
}
.child_ul ul li:hover a::after{
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left:-2px;
	top: 50%;
	margin-top: -6px;
}
.child_ul ul li:hover{
  background: #bd0000;
}
.child_ul ul li:hover a{
  color: #fff !important;
}

@media (max-width: 1200px) {
  header .wrapper{
  	width:992px;
  }
  header .right_area .search_bg {
    margin: 16px 145px 0 0;
  }
  footer table{
    width: 650px;
  }
  footer .encode{
    width: 340px;
    padding-left: 0;
  }
  footer .encode ul li{
    margin-right: 18px;
    width:100px;
  }
  
  header .header_nav {
    margin-left: 25px;
    /* overflow: hidden; */
    width: 472px;
    float: left;
    position: relative;
    z-index: 99;
  }
  header .header_nav div.nava{
    position: relative;
    margin-right: 25px;
    font-size: 14px;
    /*
    margin-right: 10px;*/
    padding:0 15px;
  }
  footer .encode ul li img{
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .wrapper{
      width: 720px;
  }
  .logo img{
    width: 100px;
  }
  .reg_login .log_con > a em{
    width: 40px;
  }
  /* .zixun .map{
    width: 150px;
  } */
  header .right_area .search_bg {
    width: 130px;
    margin: 16px 105px 0 0;
    display:none;
  }
  header .right_area .search_bg input{
    width: 100px;
  }
  header .header_nav {
    margin-left: 15px;
    width: 500px;
    float: left;
  }
  header .header_nav div.nava{
    margin-right:15px;
    font-size: 14px;
    /* position: relative; */
  }
  header .header_nav p.nava:first-child img{
    margin-left: 0;
  }
  .reg_login .log_con > a img{
    margin-right: 5px;
  }

  footer{
    padding-top: 20px;
        height: 470px;
  }
  footer table{
    width: 480px;
  }
  footer .encode{
    width: 238px;
    padding-left: 0;
    padding-top: 10px;
  }
  footer table thead{
    font-size: 18px;
  }
  footer .encode ul li{
    font-size: 14px;
  }
  footer .encode ul li img{
    width: 68px;
    height: 68px;
  }
  footer .encode ul li p{
    margin: 5px 0 10px 0;
  }
  footer .encode p.kefuphone{
    width: 200px;
    margin-left: -20px;
    margin-top: 0;
  }
  footer .copyright{
    height:200px;
  }
 
}
header .header_nav .nava{
	padding: 0 20px;
}
header .header_nav {
    margin-left:0px;
}
header .header_nav div.nava {
    margin-right: 0px;
}
/* banner */
.banner{
	width: 100%;
	margin-top: 60px;
	height: 560px;
}
.banner img{
	height: 560px;
}
.twotip{
	width: 100%;
	position: relative;
}
.twotip .leback{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 50%;
	background-color: #f5f5f5;
}
.twotip .wrapper{
	overflow: hidden;
}
.twotip  .wrapper>div>h3{
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
	margin-bottom: 40px;
}
.twotip  .wrapper>div>h3 span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-weight:600;
}
.twotip .wrapper>div>h3 i{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/static/index/images/training_icon3.png) no-repeat center center;
	background-size: contain;
}
.twotip  .wrapper>.right>h3 i{
	background: url(/static/index/images/training_icon4.png) no-repeat center center;
	background-size: contain;
}
.twotip  .wrapper> .left{
	float: left;
	width: 540px;
	padding-left: 30px;
	padding-top: 70px;
}
.twotip  .wrapper> .right{
	float: left;
	width: 540px;
	max-width: 50%;
	padding-left: 30px;
	padding-top: 70px;
	background-color: #ffffff;
}
.twotip  .wrapper>div .answeritem{
	overflow: hidden;
	margin-bottom: 30px;
}
.twotip  .wrapper>div .answeritem .itemleft{
	float: left;
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
}
.twotip  .wrapper>div .answeritem .itemleft img{
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
}
.twotip .wrapper>div .answeritem .itemright{
	float: left;
	width: 395px;
	height: 65px;
	margin-left: 10px;
/* 	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center; */
}
.twotip  .wrapper>div .answeritem .itemright h5{
	text-align: left;
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	margin-bottom:5px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.twotip  .wrapper>.right .answeritem .itemright h5{
	color: #333;
}
.twotip  .wrapper>div .answeritem .itemright p{
	text-align: left;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	height: 40px;
}
/* .threetip{
	width: 100%;
	background-color: #fff;
} */
.threetip .wrapper{
	padding-top: 80px;
  padding-bottom:20px;
	background-color: #fff;
}
.threetip .wrapper .title{
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
}
.threetip .wrapper .title::after{
	width: 50px;
	position: absolute;
	left:50%;
	top:0;
	content: "";
	margin-left: -25px;
	height: 2px;
	background-color: #cd1f20;
}
.threetip .wrapper .title h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 76px;
}
.threetip .wrapper .title p{
	text-align: center;
	font-size: 16px;
	color: #cd1f20;
	line-height: 20px;
}
.threetip .wrapper .title p span{
	padding-right: 35px;
  letter-spacing:5px;
}
.threetip .wrapper .title p span:last-child{
	padding-right: 0px;
}
.threetip .wrapper .tabhead{
	text-align: center;
	margin-top: 0px;
}
.threetip .wrapper .tabhead span{
	display: inline-block;
	color: #333;
	font-size: 16px;
	width: 250px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #eaeaea;
}
.threetip .wrapper .tabhead span.active{
	color: #cd1f20;
   font-weight:600;
	font-size: 16px;
	border-bottom: 2px solid #cd1f20;
}
.threetip .wrapper .tabbox{
	text-align: center;
	margin-top: 40px;
	height: 500px;
}
.threetip .wrapper .tabbox>div{
	width: 100%;
	height: 100%;
}
.threetip .wrapper .tabbox>div .swiper-container{
	width: 100%;
	height: 100%;
	overflow-y: visible;
	overflow-x: hidden;
}
.threetip .wrapper .tabbox>div .swiper-wrapper{
	height: 380px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide{
	width: 280px !important;
	margin-right: 10px !important;
	height: 370px;
	padding: 4px;
	border: 1px solid #eaeaea;
	position: relative;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>img{
	width: 280px;
	height: 180px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>h5{
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-align: center;
	height:54px;
	line-height: 54px;
	position: relative;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>h5::after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #cd1f20;
	position: absolute;
	left:50%;
	bottom: 0;
	margin-left: -20px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.destext{
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: center;
	height:24px;
	line-height: 24px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.destext p span{
  margin-right: 5px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask{
  position: absolute;
  width: 290px;
  height: 380px;
  left:0;
  top:0;
  background-color: #cd1f20;
  display: none;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask h4{
 width: 100%;
 font-size: 22px;
 color: #fff;
 margin-top: 60px;
 font-weight: 600;
 text-align: center;
 height:70px;
 line-height: 70px;
 position: relative;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask h4::after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left:50%;
	bottom: 0;
	margin-left: -20px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask .masktext{
	margin-top: 15px;
	padding:0 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask .masktext span{
  margin-right: 5px;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask .todetail{
     display: inline-block;
	 width: 60px;
	 height: 60px;
	 font-size: 30px;
	 line-height: 60px;
	 margin-top: 30px;
	 border:1px solid #fff;
	 border-radius: 50%;
	 color: #fff;
	 background-color: #cd1f20;
}
.threetip .wrapper .tabbox>div .swiper-wrapper .swiper-slide>.hovermask .todetail:hover{
	color: #cd1f20;
	 background-color: #fff;
}
.threetip .wrapper .tabbox>div .swiper-container .iconbox{
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
}
.threetip .wrapper .tabbox>div .swiper-container i{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 5px;
  cursor: pointer;
	background: url(/static/index/images/training_icon9.png) no-repeat center center;
	background-size: contain;
}
.threetip .wrapper .tabbox>div .swiper-container i:hover{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 5px;
  cursor: pointer;
	background: url(/static/index/images/training_icon46.png) no-repeat center center;
	background-size: contain;
}
.threetip .wrapper .tabbox>div .swiper-button-next,.threetip .wrapper .tabbox>div .swiper-button-prev {
    position: absolute;
    width: 9px;
    height: 18px;
    margin-top: -9px;
    z-index: 10;
    cursor: pointer;
}
.threetip .wrapper .tabbox>div .swiper-container .swiper-button-prev{
    background-image: url(/static/index/images/training_icon8.png);
    background-size: 100% 100%;
    left:550px;
    right: auto;
	top:416px;
	margin-top: 0;
}
.threetip .wrapper .tabbox>div .swiper-container  .swiper-button-next{
    background-image: url(/static/index/images/training_icon10.png);
    right: 550px;
    left: auto;
    background-size: 100% 100%;
	top:416px;
	margin-top: 0;
}
.threetip .wrapper .tabbox>div .swiper-container  .swiper-button-next:hover{
    background-image: url(/static/index/images/training_icon11.png);
    background-size: 100% 100%;
}
.threetip .wrapper .destext{
	width: 100%;
	height: 100px;
   margin:40px auto 0;
}
.threetip .wrapper .destext h4{
	width: 100%;
	color: #333;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	height: 26px;
	line-height:26px;
}
.threetip .wrapper .destext p{
    width: 60%;
    color: #999;
    text-align: center;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
}
.threetip .wrapper .knowmore{
	display: block;
	margin: 10px auto 80px;
	font-size: 20px;
	width:248px;
	height: 58px;
	line-height:58px;
	color: #cd1f20;
	text-align: center;
	border: 1px solid #cd1f20;	
}
.threetip .wrapper .knowmore:hover{
background-color:#cd1f20 ;
	color: #fff;
}
.fourtip{
	width: 100%;
	background-color: #f5f5f5;
}
.fourtip .wrapper{
	padding-top: 80px;
	padding-bottom: 60px;
}
.fourtip .wrapper .title{
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
}
.fourtip .wrapper .title::after{
	width: 50px;
	position: absolute;
	left:50%;
	top:0;
	content: "";
	margin-left: -25px;
	height: 2px;
	background-color: #cd1f20;
}
.fourtip .wrapper .title h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 76px;
}
.fourtip .wrapper .title p{
	text-align: center;
	font-size: 16px;
	color: #cd1f20;
	line-height: 20px;
}
.fourtip .wrapper .title p span{
  padding-right: 35px;
  letter-spacing:5px;
}
.fourtip .wrapper .title p span:last-child{
	padding-right: 0px;
}
.fourtip .wrapper .destext{
	position: relative;
	margin-top: 50px;
}
.fourtip .wrapper .destext::after{
	position: absolute;
	top:-20px;
	left:50%;
	content:"" ;
	width: 0;
	height: 0;
	border-top:4px solid  #999;
	border-left:4px solid  transparent;
	border-right:4px solid  transparent;
}
.fourtip .wrapper .destext p{
	width: 100%;
	color: #999;
	text-align: center;
	font-size: 14px;
	height: 24px;
	line-height:24px;
}
.fourtip .wrapper .orderitem{
	width: 100%;
	padding-top: 55px;
	height: 170px;
	position: relative;
}
.fourtip .wrapper .orderitem .line{
	position: absolute;
	width: 860px;
    height: 1px;
	background-color: #d7d7d7;
	top:135px;
	left:50%;
	margin-left:-430px;
	z-index: 0;
}
.fourtip .wrapper .orderitem .itembox{
	position: absolute;
	width: 940px;
    height: 170px;
	top:55px;
	left:50%;
	margin-left:-470px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index:1;
}
.fourtip .wrapper .orderitem .itembox .item{
	width: 100px;
    height: 170px;
	text-align: center;
	background-color: #f5f5f5;
}
.fourtip .wrapper .orderitem .itembox .item h6{
   text-align: center;
   font-size: 20px;
   color: #333;
   line-height: 20px;
}
.fourtip .wrapper .orderitem .itembox .item i{
   display: inline-block;
   width: 80px;
   height:80px;
   margin: 10px auto;
   border-radius: 40px;
   background: url(/static/index/images/training_icon26.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(2) i{
   background: url(/static/index/images/training_icon23.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(3) i{
   background: url(/static/index/images/training_icon18.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(4) i{
   background: url(/static/index/images/training_icon16.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(5) i{
   background: url(/static/index/images/training_icon20.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(6) i{
   background: url(/static/index/images/training_icon25.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item i{
   display: inline-block;
   width: 80px;
   height:80px;
   margin: 10px auto;
   border-radius: 40px;
   background: url(/static/index/images/training_icon26.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item p{
   text-align: center;
   font-size: 16px;
   color: #999;
   line-height: 24px;
}
.fourtip .wrapper .orderitem .itembox .item.active h6{
  color: #cd1f20;
}
.fourtip .wrapper .orderitem .itembox .item.active p{
  color: #cd1f20;
}
.fourtip .wrapper .orderitem .itembox .item.active i{
   display: inline-block;
   width: 80px;
   height:80px;
   margin: 10px auto;
   border-radius: 40px;
   background: url(/static/index/images/training_icon21.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(2).active i{
   background: url(/static/index/images/training_icon22.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(3).active i{
   background: url(/static/index/images/training_icon17.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(4).active i{
   background: url(/static/index/images/training_icon15.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(5).active i{
   background: url(/static/index/images/training_icon19.png) no-repeat center center;
   background-size: contain;
}
.fourtip .wrapper .orderitem .itembox .item:nth-child(6).active i{
   background: url(/static/index/images/training_icon24.png) no-repeat center center;
   background-size: contain;
}
.fivetip{
	width: 100%;
	background-color: #fff;
}
.fivetip .wrapper{
	padding-top: 80px;
	padding-bottom: 60px;
}
.fivetip .wrapper .title{
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
}
.fivetip .wrapper .title::after{
	width: 50px;
	position: absolute;
	left:50%;
	top:0;
	content: "";
	margin-left: -25px;
	height: 2px;
	background-color: #cd1f20;
}
.fivetip .wrapper .title h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 76px;
}
.fivetip .wrapper .title p{
	text-align: center;
	font-size: 16px;
	color: #cd1f20;
	line-height: 20px;
}
.fivetip .wrapper .title p span{
	padding-right: 10px;
  letter-spacing:5px;
}
.fivetip .wrapper .title p span:last-child{
	padding-right: 0px;
}
.fivetip .wrapper .goodsbox{
	width: 100%;
	height: 670px;
	margin-top: 60px;
}

.fivetip .wrapper .goodsbox .goodsitem{
	width: 590px;
	height: 325px;
	margin-right: 20px;
	float:left;
	position: relative;
	margin-bottom:10px;
}
.fivetip .wrapper .goodsbox .goodsitem:nth-child(2n+2){
	margin-right: 0px;
}
.fivetip .wrapper .goodsbox .goodsitem>img{
	width: 590px;
	height: 325px;
	position: absolute;
	left:0;
	top:0;
}
.fivetip .wrapper .goodsbox .goodsitem>p{
	position: absolute;
	left:0;
	bottom:15px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	width: 570px;
	text-align: left;
	text-indent: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fivetip .wrapper .goodsbox .goodsitem>.hovermask{
	width: 590px;
	height: 325px;
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(204,65,66,0.8);
	display: none;
}
.fivetip .wrapper .goodsbox .goodsitem>.hovermask .tag{
	width: 110px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left:0;
	top:0;
	background-color: #c81415;
}
.fivetip .wrapper .goodsbox .goodsitem>.hovermask>h6{
	width: 520px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	line-height: 25px;
	position: absolute;
	left:30px;
	top:115px;
	overflow: hidden;
}
.fivetip .wrapper .goodsbox .goodsitem>.hovermask>p{
	width: 520px;
	height: 72px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 24px;
	position: absolute;
	left:30px;
	top:165px;
	overflow: hidden;
}
.fivetip .wrapper .goodsbox .goodsitem>.hovermask>a{
	width: 100px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	position: absolute;
	right:30px;
	top:265px;
	border: 1px solid #fff;
}
.fivetip .wrapper .morenew{
	display:block;
	margin:60px auto 0;
	width: 250px;
	height: 60px;
	font-size: 20px;
	color: #cd1f20;
	text-align: center;
	line-height:60px;
	border: 1px solid #cd1f20;
}
.fivetip .wrapper .morenew:hover{
	color: #fff;
background-color:#cd1f20;
}
.sixtip{
	width: 100%;
	background-color: #fff;
}
.sixtip .wrapper{
	padding-top: 80px;
	padding-bottom: 60px;
}
.sixtip .wrapper .title{
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
}
.sixtip .wrapper .title::after{
	width: 50px;
	position: absolute;
	left:50%;
	top:0;
	content: "";
	margin-left: -25px;
	height: 2px;
	background-color: #cd1f20;
}
.sixtip .wrapper .title h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 76px;
}
.sixtip .wrapper .title p{
	text-align: center;
	font-size: 16px;
	color: #cd1f20;
	line-height: 20px;
}
.sixtip .wrapper .title p span{
	padding-right: 15px;
  letter-spacing:5px;
}
.sixtip .wrapper .listbox{
	width: 100%;
	margin-top: 60px;
}
.sixtip .wrapper .listbox .imglist{
	width: 800px;
	height:170px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sixtip .wrapper .listbox .imglist .imgitem{
	width: 90px;
	height:90px;
	border-radius: 45px;
	overflow: hidden;
}
.sixtip .wrapper .listbox .imglist .imgitem img{
	width: 100%;
	height:100%;
}
.sixtip .wrapper .listbox .imglist .imgitem.active{
	width: 155px;
	height:155px;
	border-radius: 80px;
	overflow: hidden;
}
.sixtip .wrapper .listbox .namelist{
	width: 800px;
	height:170px;
	margin: 0 auto;
}
.sixtip .wrapper .listbox .namelist .nameitem{
	margin-top: 20px;
 display: none;
}
.sixtip .wrapper .listbox .namelist .nameitem h5{
	text-align: center;
	font-size: 18px;
   font-weight:600;
	color: #333;
	line-height: 20px;
}
.sixtip .wrapper .listbox .namelist .nameitem h5 small{
  font-size: 16px;
  font-weight:500;
  color: #cd1f20;
  line-height: 18px;
  margin-left:5px;
}
.sixtip .wrapper .listbox .namelist .nameitem .destext{
 padding:10px 0;
}
.sixtip .wrapper .listbox .namelist .nameitem .destext p{
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 24px;
}





.seventip{
	width: 100%;
	background-color: #f5f5f5;
}
.seventip .wrapper{
	padding-top: 80px;
	padding-bottom: 60px;
}
.seventip .wrapper .title{
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
}
.seventip .wrapper .title::after{
	width: 50px;
	position: absolute;
	left:50%;
	top:0;
	content: "";
	margin-left: -25px;
	height: 2px;
	background-color: #cd1f20;
}
.seventip .wrapper .title h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 76px;
}
.seventip .wrapper .title p{
	text-align: center;
	font-size: 16px;
	color: #cd1f20;
	line-height: 20px;
   letter-spacing:4px;
}
.sixtip .wrapper .title p span{
	padding-right: 10px;
  letter-spacing:5px;
}
.seventip .wrapper .stepbox{
	position: relative;
	margin: 80px auto 0;
	width: 900px;
	height: 310px;
}
.seventip .wrapper .stepbox::after{
	position: absolute;
	top:-20px;
	left:50%;
	content:"" ;
	width: 0;
	height: 0;
	border-top:4px solid  #cd1f20;
	border-left:4px solid  transparent;
	border-right:4px solid  transparent;
}
.seventip .wrapper .stepbox .steps{
	float: left;
	width: 160px;
	height: 125px;
	margin-left: 210px;
	margin-bottom: 50px;
}
.seventip .wrapper .stepbox .steps:nth-child(3n+1){
	margin-left: 0px;
}
.seventip .wrapper .stepbox .steps>h6{
	text-align: center;
	color: #cd1f20;
	font-size: 60px;
	line-height: 62px;
	position: relative;
	margin-bottom: 20px;
}
.seventip .wrapper .stepbox .steps>h6::after{
	position: absolute;
	left:50%;
	bottom:0px;
	width: 20px;
	height: 1px;
	background-color: #999;
	margin-left: -10px;
	content: "";
}
.seventip .wrapper .stepbox .steps>p{
	text-align: center ;
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.eighttip .wrapper .btnbox{
	width: 100%;
	text-align: center !important;
	height: 60px;
}
.eighttip{
	margin-top: 60px;
	margin-bottom: 100px;
}
.eighttip .wrapper  .btnbox a{
	display: inline-block;
	width: 248px;
	text-align: center;
	font-size: 0;
	color: #cd1f20;
	height: 58px;
	line-height: 58px;
	border:1px solid #cd1f20;
	vertical-align: middle;
	position: relative;
}
.eighttip .wrapper  .btnbox a .teacherwechat{
    position: absolute;
	left:0;
	top:0;
	width:250px;
	height:280px;
	background: url(/static/index/images/training_icon27.png) no-repeat center center;
	background-size: contain;
	z-index: 999;
	display: none;
}
.eighttip .wrapper  .btnbox a .teacherwechat img{
    position: absolute;
	left:25px;
	top:70px;
	width:200px;
	height:200px;
	/* display: none; */
}
.eighttip .wrapper  .btnbox span{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #cd1f20;
	line-height: 58px;
	vertical-align: middle;
}
.eighttip .wrapper  .btnbox a:hover{
	background-color:#cd1f20;
}
.eighttip .wrapper  .btnbox a:hover span{
	color: #fff;
}
.eighttip .wrapper  .btnbox a:hover i{
  display: inline-block;
	width:25px;
	height: 22px;
	margin-left: 10px;
	background: url(/static/index/images/training_icon38.png) no-repeat center center;
	background-size: contain;
}
.eighttip .wrapper  .btnbox i{
	display: inline-block;
	width:25px;
	height: 22px;
	margin-left: 10px;
	background: url(/static/index/images/training_icon36.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.eighttip .wrapper  .btnbox a:nth-child(2) i{
	display: inline-block;
	width:25px;
	height: 22px;
	margin-left: 10px;
	background: url(/static/index/images/training_icon37.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width:1200px) {
  .wrapper{
  	width:992px;
  }
    .twotip .wrapper>.left,
    .twotip .wrapper>.right {
        width: 480px;
      padding-left:15px;
    }
    .fivetip .wrapper .goodsbox .goodsitem {
        width: 470px;
    }
    .fivetip .wrapper .goodsbox .goodsitem>img {
        width: 100%;
    }
  .fivetip .wrapper .goodsbox .goodsitem>p{
  	width:100%;
  }
}