* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  min-height: 100%;
  font-family: Arial, "Microsoft YaHei";
}

body {
  min-width: 1024px;
  overflow-x: auto;
}

a {
  text-decoration: none;
  color: #fff;
}

a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul, li {
  list-style: none
}

li {
  float: left
}

img {
  border: none
}

i, em {
  font-style: normal;
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

/*共有样式*/
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ui-common .ui-title {
  text-align: center
}

.ui-common .ui-title .__china {
  color: #222;
  font-size: 30px;
  font-weight: 500;
}

.ui-common .ui-title .__china ._orange {
  color: #ff5b2c
}

.ui-common .ui-title .__english {
  color: #696974;
  font-size: 20px;
  margin-top: 5px;
}

.ui-common .ui-title .ui-line {
  width: 26px;
  height: 7px;
  background: #FF5C2D;
  margin: 10px auto 0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.ui-img-code{
  position: relative;
  width:144px;
  height:164px;
  margin: 20px auto 0;
  border: #ccc solid 1px;
  background: #fff;
  opacity: 0;
  transition: opacity .5s;
}
.ui-img-code img.ui-img{
  display: block;
  width: 135px;
  height: 135px;
  margin: 2px auto;
}
.ui-img-code p{
  margin-top: -4px;
  font-size: 14px;
  color: #333;
}

.ui-img-code:before{
  content:'';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom:12px solid #FFFFFF;
  border-top:12px solid transparent;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  box-sizing: content-box;
  z-index: 12;
}

.ui-img-code:after{
  content:'';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -26px;
  right:0;
  left: 0;
  margin: auto;
  border-bottom:13px solid #cccccc;
  border-top:13px solid transparent;
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  box-sizing: content-box;
  z-index:10
}


/*顶部导航*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 999;
  line-height: 68px;
  border-bottom: #f2f2f2 solid 1px;
  background: #f8f8f8;
  min-width: 1024px;
}

#header .wrap h1 {
  width: 109px;
  height: 55px;
  text-indent: 9999px;
  float: left;
  overflow: hidden;
}

#header .wrap h1 img {
  margin-top: 16px;
  width: 109px;
  height: 39px;
  display: block
}

#header .wrap .__menu {
  float: right;
  text-align: right
}

#header .wrap .__menu > li {
  position: relative;
  padding-right: 50px;
  line-height: 68px;
  font-size: 16px;
  color: #333;
  float: left;
  z-index: 100
}

#header .wrap .__menu > li a {
  color: #333;
  text-decoration: none;
}

#header .wrap .__menu > li a:hover {
  cursor: pointer;
  color: #ff5b2c;
}

#header .wrap .__menu .__phone {
  margin: 0;
  height: 68px;
  line-height: 68px;
  float: right;
}

#header .wrap .__menu .__phone p {
  font-size: 18px;
  color: #333;
  height: 68px;
  line-height: 68px;
}

/*主要内容*/
/*PC-banner图*/
.banner{
  background:#fff url(../images/banner.jpg) center center no-repeat;
  width: 100%;
  height: 592px;
}

.banner .wrap .__info {
  width: 420px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 250px;
}

.banner .wrap .__info .__title {
  color: #222;
  font-size: 48px;
}

.banner .wrap .__info .__text {
  font-size: 18px;
  color: #696974;
  margin-top: 10px;
}

.banner .wrap .__info .ui-btn {
  display: inline-block;
  margin-top: 20px;
  width: 210px;
}
.banner .wrap .__info .ui-btn:hover{
  cursor: pointer;
}
.banner .wrap .__info .ui-btn:hover .ui-img-code{
  /*opacity: 1;*/
}
.banner .wrap .__info .ui-btn .ui-text{
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  background-color: #ff5b2c;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s;
}

.banner .wrap .__info .ui-btn .ui-text:hover {
  background-color: #ff9d80;
  color: #fff;
}

/*统计*/
.count {
  width: 100%;
  padding: 65px 0;
}

.count ul {
  width: 100%;
  float: left;
}

.count li {
  width: 33%;
  float: left;
  line-height: 24px;
}

.count li s {
  margin-right: 20px;
  float: left;
  margin-top: 6px;
  margin-left: 40px;
}

.count li.__item1 s {
  background: url(../images/icon-person.png) no-repeat;
  width: 48px;
  height: 53px;
}

.count li.__item2 s {
  background: url(../images/icon-phone.png) no-repeat;
  width: 37px;
  height: 52px;
  margin-left: 80px;
}

.count li.__item3 s {
  background: url(../images/icon-home.png) no-repeat;
  width: 53px;
  height: 51px;
  margin-left: 110px;
}

.count li div {
  float: left;
}

.count li div p {
  padding-top: 8px;
  font-size: 14px;
  color: #696974;
}
.count li div p.__num {
  width: 100%;
  font-size: 32px;
  color: #ff5b2c;
  white-space: nowrap;
}

/*赚钱方式*/
.ways {
  margin-top: 20px;
}

.__content {
  margin-top: 35px;
}

.__content .item {
  width: 325px;
  height: 446px;
  float: left;
  text-align: center;
  color: #fff;
}

.__content .item-normal {
  background: #46464c;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
}

.__content .item-active {
  background: #ff5b2c;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
}

.__content .item-active .ui-img-code {
  opacity: 1;
}

.__content .__item1 {
  margin-right: 12px;
}

.__content .__item2 {
  margin-right: 12px;
}

.__content .__item1 {
  margin-right: 12px;
}

.__content .item .__img {
  width: 325px;
  height: 250px;
}

.__content .item .__title {
  font-size: 24px;
  margin: 25px 0 5px;
}

.__content .item .__word {
  font-size: 16px;
}

.__content .item .__btn {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}

.__content .item .ways-normal {
  background-color: #ff5b2c;
  color: #fff;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
}

.__content .item .ways-active {
  color: #333;
  background-color: #fff;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
}

/*参加培训*/
.join {
  width: 100%;
  margin-top: 105px;
}

.join .__content {
  margin-top: 35px;
}

.join .__content li {
  width: 19.76%;
  height: 100%;
  position: relative;
  font-size: 0;
}

.join .__content li.__li {
  margin-right: .3%;
}

.join .__content li img {
  width: 100%;
  height: 100%;
}

.join .__content li:after {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
}

.join .__content li:hover:after {
  background: rgba(0, 0, 0, 0);
}

.join .__content .__one li {
  margin-bottom: .3%;
}
/*名师出高徒*/
.teacher {
  width: 100%;
  margin-top: 105px;
}

.teacher .__content {
  margin-top: 35px;
  width: 870px;
  margin-bottom: 50px;
  height: 400px;
}

.teacher .__content li {
  width: 166px;
  height: 166px;
  padding: 6px;
  cursor: pointer;
  margin-top: 26px;
  margin-right: 30px;
  border-radius: 135px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transform-origin: center center;
  position: relative;
  transition: all .4s linear;
}

.teacher .__content li img {
  width: 166px;
  height: 166px;
  transform-origin: center center;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  -moz-transition: all .4s linear;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .4s linear;
}

.teacher .__content li p {
  display: none
}

.teacher .__content li span {
  display: none
}

.teacher .__content li._active {
  text-align: center;
  width: 231px;
  height: 361px;
  margin-top: 0;
  background: #ff5b2c;
  border-radius: 135px;
}

.teacher .__content li._active img {
  display: block;
  width: 217px;
  height: 217px;
}

.teacher .__content li._active p,
.teacher .__content li._active span {
  display: block;
  color: #fff;
  text-align: center;
  width: 120px;
  margin: 0 auto;
}

.teacher .__content li._active p {
  font-size: 28px;
  margin-top: 240px;
}

.teacher .__content li._active span {
  font-size: 16px;
  margin-top: 5px;
}
/*极客学院*/
.college {
  width: 100%;
}

.college .__banner {
  background: #fff url(../images/banner-foot.png) center center no-repeat;
  width: 100%;
  height: 220px;
}

.college .__content {
  text-align: center;
  color: #696974;
}

.college .__content p.__word {
  width: 800px;
  margin: 30px auto 50px;
  line-height: 36px;
}

.college .__content .ui-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 265px;
  height: 80px;
  padding-top: 10px;
  background: #ff5b2c;
  border-radius: 5px;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s;
}

.college .__content .ui-btn:hover {
  background: #ff9d80;
}

.college .__content .ui-btn .ui-text {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.college .__content .ui-btn .ui-text .text-one {
  font-size: 28px;
}

.college .__content .ui-btn .ui-text .text-two {
  font-size: 18px;
  line-height: 20px;
}

.college .__content .ui-btn span {
  display: inline-block;
  background: url(../images/icon-arrow.png);
  width: 27px;
  height: 44px;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  vertical-align: -2px;
}

.college .__content .ui-code {
  margin: 75px 0 80px;
}

.college .__content .ui-code .__img {
  display: inline-block;
}

.college .__content .ui-code .__img img {
  width: 133px;
  height: 135px;
}

.college .__content .ui-code .__img  .__word {
  display: block;
  color: #696974;
  font-size: 14px;
  text-align: center
}


/*底部信息*/
#footer {
  padding: 47px 0 21px;
  width: 100%;
  background: #f8f8f8;
}

#footer .__nav {
  width: 100%;
  float: left
}

#footer .__nav ul li {
  padding-right: 100px;
  width: auto !important;
  font-size: 14px;
  color: #333;
  float: left
}
#footer .__nav ul .__menu li a{
  color: #000;
  font-size: 18px;
}
#footer .__nav ul .__menu li a:hover {
  color: #ff5b2c;
}

#footer .__nav ul li._right {
  padding-right: 0;
  font-size: 18px;
  color: #333;
  float: right
}

#footer .__nav ul li._right ul {
  padding-top: 0;
  letter-spacing: 0.5px
}

#footer .__nav ul li._right ul li a {
  margin-top: 12px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #f60;
  border: #f60 solid 1px;
  display: block;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s
}

#footer .__nav ul li._right ul a:hover {
  color: #fff;
  background: #f60
}


#footer .__copyright {
  margin-top: 68px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999;
  float: left;
  font-family: "瀹嬩綋"
}

#footer .__copyright font {
  padding: 5px 10px 0;
  font-family: "microsoft yahei"
}

#footer .__copyright a {
  color: #999
}
#footer .__copyright div{
  width:300px;
  margin:0 auto;
  padding:20px 0;
}
#footer .__copyright div a{
  display:inline-block;
  height:20px;
  text-decoration:none;
  line-height:20px;
}
#footer .__copyright div a img{
  float:left;
}

#footer .__copyright div a p{
  float:left;
  height:20px;
  margin: 0 0 0 5px;
  line-height:20px;
  color:#939393;
}
