.main {
  width: 100%;
}
.main > div {
  box-sizing: border-box;
}
.main .firstView {
  width: 100%;
  height: 867px;
  background: url(../images/001/banner.png) no-repeat center;
  background-size: auto 100%;
  background-color: rgba(229, 250, 240, 0.3);
}
.main .secondView {
  padding-top: 35px;
  padding-bottom: 19px;
  background-color: rgba(229, 250, 240, 0.3);
}
.main .secondView .secondMain {
  width: 1202px;
  margin: 0 auto;
}
.main .secondView .secondMain .title {
  margin: 0 auto;
  width: 360px;
  height: 42px;
  background: url(../images/002/title_02.png) no-repeat center;
  background-size: 100% 100%;
}
.main .secondView .secondMain .title-describe {
  text-align: center;
  margin-top: 17px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .secondView .secondMain .content {
  margin-top: 48px;
  position: relative;
  height: 504px;
}
.main .secondView .secondMain .content > div {
  position: absolute;
}
.main .secondView .secondMain .content .fontBox {
  width: 395px;
  height: 203px;
  background: url(../images/002/02_box.png) no-repeat center;
  box-sizing: border-box;
  padding: 36px 0 0 55px;
}
.main .secondView .secondMain .content .fontBox .tit {
  font-size: 22px;
  color: #353535;
  position: relative;
  line-height: 22px;
}
.main .secondView .secondMain .content .fontBox .tit .dian {
  width: 10px;
  height: 9px;
  background: url(../images/002/icon_cd.png) no-repeat center;
  background-size: 10px 9px;
  position: absolute;
  top: 6px;
  left: -22px;
}
.main .secondView .secondMain .content .fontBox .introduce {
  display: inline-block;
  width: 286px;
  font-size: 16px;
  color: #444;
  line-height: 26px;
  margin-top: 18px;
}
.main .secondView .secondMain .content .pic {
  width: 225px;
  height: 289px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/002/02_pic.png) no-repeat center;
}
.main .secondView .secondMain .content .leftUp {
  top: 49px;
  left: 44px;
}
.main .secondView .secondMain .content .leftDown {
  top: 268px;
  left: -8px;
}
.main .secondView .secondMain .content .Bottom {
  top: 316px;
  left: 415px;
}
.main .secondView .secondMain .content .rightUp {
  top: 49px;
  right: 41px;
}
.main .secondView .secondMain .content .rightDown {
  top: 268px;
  right: -10px;
}
.main .secondView .secondMain .btn {
  margin: 33px auto 0;
  width: 321px;
  height: 113px;
  font-size: 26px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  background: url(../images/002/btn_02.png) no-repeat center;
}
.main .secondView .secondMain .btn:hover {
  background: url(../images/002/btn_02_hover.png) no-repeat center;
}
.main .thirdView {
  padding-top: 59px;
  height: 585px;
  box-sizing: border-box;
}
.main .thirdView .thirdMain {
  width: 1202px;
  margin: 0 auto;
}
.main .thirdView .thirdMain .title {
  margin: 0 auto;
  width: 488px;
  height: 44px;
  background: url(../images/003/title_03.png) no-repeat center;
  background-size: 100% 100%;
}
.main .thirdView .thirdMain .title-describe {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
  color: #353535;
  font-family: PingFangSC-Regular;
  font-weight: 400;
}
.main .thirdView .thirdMain .content {
  margin-top: 73px;
}
.main .thirdView .thirdMain .content .left div {
  width: 1120px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 35px;
  color: #353535;
  position: relative;
  border-bottom: 1px dashed #D3D3D3;
  padding: 0 46px  26px 37px;
  letter-spacing: 1.1px;
  box-sizing: border-box;
}
.main .thirdView .thirdMain .content .left div i {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 11px;
  background: url(../images/003/icon_d.png) no-repeat center;
  background-size: 100% 100%;
}
.main .thirdView .thirdMain .content .left div:nth-of-type(1) i {
  top: 12px;
}
.main .thirdView .thirdMain .content .left div:nth-of-type(2) {
  margin-top: 42px;
}
.main .thirdView .thirdMain .introduce {
  margin: 0 auto;
  height: 52px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #353535;
  line-height: 30px;
  letter-spacing: 3px;
  margin-top: 60px;
  position: relative;
}
.main .thirdView .thirdMain .introduce div {
  position: absolute;
  height: 9px;
  background: #02CC69;
  opacity: 0.15;
}
.main .thirdView .thirdMain .introduce p {
  position: absolute;
  width: 1202px;
  text-align: center;
  height: 100%;
  z-index: 1;
  color: #444;
}
.main .thirdView .thirdMain .introduce .line_1 {
  top: 17px;
  left: 207px;
  width: 780px;
}
.main .thirdView .thirdMain .introduce .line_2 {
  width: 560px;
  left: 315px;
  bottom: -4px;
}
.main .fourthView {
  height: 557px;
  background: url(../images/004/bg_04.png) no-repeat center;
  padding-top: 95px;
}
.main .fourthView .fourthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .fourthView .fourthMain .title {
  width: 268px;
  height: 32px;
  background: url(../images/004/title_04.png) no-repeat center;
  margin: 0 auto;
}
.main .fourthView .fourthMain .content {
  width: 881px;
  height: 361px;
  background: url(../images/004/pic_04.png) no-repeat center;
  margin: 31px auto 0;
}
.main .fifthView {
  background: url(../images/005/bg_05.png) no-repeat center;
  height: 746px;
  padding-top: 58px;
}
.main .fifthView .fifthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .fifthView .fifthMain .title {
  width: 364px;
  height: 42px;
  background: url(../images/005/title_05.png) no-repeat center;
  margin: 0 auto;
}
.main .fifthView .fifthMain .title-describe {
  text-align: center;
  margin-top: 17px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.main .fifthView .fifthMain .content ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.main .fifthView .fifthMain .content ul li {
  width: 282px;
  height: 407px;
  padding-top: 221px;
  padding-left: 37px;
  box-sizing: border-box;
}
.main .fifthView .fifthMain .content ul li div {
  font-size: 18px;
  color: #444;
  font-weight: 400;
  line-height: 28px;
  font-family: AlibabaPuHuiTiB;
}
.main .fifthView .fifthMain .content ul li:nth-of-type(1) {
  background: url(../images/005/pic_05_1.png) no-repeat center;
}
.main .fifthView .fifthMain .content ul li:nth-of-type(2) {
  background: url(../images/005/pic_05_2.png) no-repeat center;
}
.main .fifthView .fifthMain .content ul li:nth-of-type(3) {
  background: url(../images/005/pic_05_3.png) no-repeat center;
}
.main .fifthView .fifthMain .content ul li:nth-of-type(4) {
  background: url(../images/005/pic_05_4.png) no-repeat center;
}
.main .fifthView .fifthMain .btn {
  width: 638px;
  height: 113px;
  background: url(../images/005/btn_05.png) no-repeat center;
  margin: 21px auto 0;
  line-height: 74px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
.main .fifthView .fifthMain .btn:hover {
  background: url(../images/005/btn_05_hover.png) no-repeat center;
}
.main .sixthView {
  height: 1220px;
  background: url(../images/006/bg_06.png) no-repeat center;
  padding-top: 59px;
}
.main .sixthView .sixthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .sixthView .sixthMain .title {
  width: 426px;
  height: 44px;
  background: url(../images/006/title_06.png) no-repeat center;
  margin: 0 auto;
}
.main .sixthView .sixthMain .title-describe {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .sixthView .sixthMain .content {
  margin-top: 40px;
}
.main .sixthView .sixthMain .content ul li {
  height: 280px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: -4px 5px 10px 0px rgba(206, 211, 208, 0.38);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  visibility: hidden;
}
.main .sixthView .sixthMain .content ul li .pic {
  width: 1100px;
  height: 220px;
  box-sizing: border-box;
  padding: 32px 0 0 37px;
  display: flex;
}
.main .sixthView .sixthMain .content ul li .pic .left {
  width: 219px;
  height: 220px;
  background: url(../images/006/teacher_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 8px 7px 12px 12px;
  margin-right: 34px;
  box-sizing: border-box;
}
.main .sixthView .sixthMain .content ul li .pic .left .teacherBox {
  width: 200px;
  height: 200px;
}
.main .sixthView .sixthMain .content ul li .name {
  width: 107px;
  height: 25px;
  position: relative;
  margin-top: 30px;
}
.main .sixthView .sixthMain .content ul li .name span {
  line-height: 25px;
  font-size: 26px;
  color: #353535;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}
.main .sixthView .sixthMain .content ul li .name i {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 8px;
  background: #DEFFE9;
}
.main .sixthView .sixthMain .content ul li .introduce {
  width: 855px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #444;
  line-height: 32px;
}
.main .sixthView .sixthMain .content ul li:nth-of-type(1) {
  position: relative;
}
.main .sixthView .sixthMain .content ul li:nth-of-type(1) .pic_right {
  width: 102px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 0;
  background: url(../images/006/pic_06_1.png) no-repeat center;
}
.main .sixthView .sixthMain .content ul li:nth-of-type(1) .left {
  background: url(../images/006/teacher_mao.png) no-repeat center;
}
.main .sixthView .sixthMain .content ul li:nth-of-type(2) .left .teacherBox {
  background: url(../images/006/teacher_miao.png) no-repeat center;
}
.main .sixthView .sixthMain .content ul li:nth-of-type(3) .left .teacherBox {
  background: url(../images/006/teacher_jiang.png) no-repeat center;
}
.main .seventhView {
  padding-top: 69px;
}
.main .seventhView .seventhMain {
  width: 1202px;
  margin: 0 auto;
}
.main .seventhView .seventhMain .title {
  width: 426px;
  height: 44px;
  background: url(../images/007/title_07.png) no-repeat center;
  margin: 0 auto;
}
.main .seventhView .seventhMain .title-describe {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .seventhView .seventhMain .content {
  margin-top: 45px;
  height: 345px;
  position: relative;
}
.main .seventhView .seventhMain .content > div {
  position: absolute;
  height: 140px;
  padding: 32px 0 0 61px;
  box-sizing: border-box;
  visibility: hidden;
}
.main .seventhView .seventhMain .content > div span {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
}
.main .seventhView .seventhMain .content > div .dateSpan {
  font-weight: 600;
}
.main .seventhView .seventhMain .content .pic_1 {
  width: 518px;
  top: 6px;
  left: 64px;
  background: url(../images/007/pic_07_1.png) no-repeat center;
}
.main .seventhView .seventhMain .content .pic_2 {
  width: 601px;
  top: 95px;
  right: -21px;
  background: url(../images/007/pic_07_2.png) no-repeat center;
}
.main .seventhView .seventhMain .content .pic_3 {
  width: 518px;
  top: 205px;
  left: 64px;
  background: url(../images/007/pic_07_1.png) no-repeat center;
}
.main .seventhView .seventhMain .content .pic_4 {
  padding: 0;
  width: 14px;
  height: 327px;
  visibility: visible;
  top: 0;
  left: 595px;
  background: url(../images/007/pic_07_3.png) no-repeat center;
}
.main .seventhView .seventhMain .btn {
  width: 431px;
  height: 113px;
  background: url(../images/007/btn_07.png) no-repeat center;
  margin: 15px auto 0;
  line-height: 74px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
.main .seventhView .seventhMain .btn:hover {
  background: url(../images/007/btn_07_hover.png) no-repeat center;
}
.main .eighthView {
  padding-top: 110px;
  padding-bottom: 42px;
}
.main .eighthView .eighthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .eighthView .eighthMain .title {
  width: 426px;
  height: 44px;
  background: url(../images/008/title_08.png) no-repeat center;
  margin: 0 auto;
}
.main .eighthView .eighthMain .title-describe {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .eighthView .eighthMain .content .contentTop {
  width: 1220px;
  margin-top: 43px;
  margin-left: -10px;
  display: flex;
  justify-content: space-between;
}
.main .eighthView .eighthMain .content .contentTop > div {
  width: 202px;
  height: 201px;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(1) {
  background: url(../images/008/pic_08_1.png) no-repeat center;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(2) {
  background: url(../images/008/pic_08_2.png) no-repeat center;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(3) {
  background: url(../images/008/pic_08_3.png) no-repeat center;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(4) {
  background: url(../images/008/pic_08_4.png) no-repeat center;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(5) {
  background: url(../images/008/pic_08_5.png) no-repeat center;
}
.main .eighthView .eighthMain .content .contentTop div:nth-of-type(6) {
  background: url(../images/008/pic_08_6.png) no-repeat center;
}
.main .eighthView .eighthMain .content .title2 {
  width: 212px;
  height: 35px;
  margin: 57px auto 0;
  position: relative;
}
.main .eighthView .eighthMain .content .title2 span {
  width: 212px;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #353535;
  position: absolute;
  font-family: AlibabaPuHuiTiH;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .eighthView .eighthMain .content .title2 i {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 8px;
  background: #DEFFE9;
}
.main .eighthView .eighthMain .content .swiperBox {
  width: 1074px;
  margin: 40px auto 0;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container {
  height: 140px;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiperDom {
  width: 879px;
  height: 115px;
  background: #ffffff;
  border: 1px solid #e9e9e7;
  box-shadow: -4px 5px 10px 0px rgba(206, 211, 208, 0.38);
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
  margin: 0 auto;
  position: relative;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiperDom .pic {
  position: absolute;
  top: 25px;
  left: 42px;
  width: 65px;
  height: 65px;
  background: url(../images/008/icon_08_3.png) no-repeat center;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiperDom .tit {
  position: absolute;
  top: 29px;
  left: 153px;
  font-size: 22px;
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #353535;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiperDom .timeBox {
  position: absolute;
  top: 68px;
  left: 153px;
  font-size: 20px;
  line-height: 20px;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #E9E9E7;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiperDom .playBtn {
  position: absolute;
  top: 25px;
  right: 38px;
  width: 185px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #50D88C;
  text-align: center;
  font-size: 26px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiper-button-prev {
  width: 32px;
  height: 52px;
  background: url(../images/008/icon_08_1.png) no-repeat center;
  margin-top: -38px;
  left: 0;
}
.main .eighthView .eighthMain .content .swiperBox .swiper-container .swiper-button-next {
  width: 32px;
  height: 52px;
  background: url(../images/008/icon_08_2.png) no-repeat center;
  margin-top: -38px;
  right: 0;
}
.main .eighthView .eighthMain .btn {
  margin: 18px auto 0;
  width: 321px;
  height: 113px;
  font-size: 26px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  background: url(../images/002/btn_02.png) no-repeat center;
}
.main .eighthView .eighthMain .btn:hover {
  background: url(../images/002/btn_02_hover.png) no-repeat center;
}
.main .ninthView {
  padding-top: 69px;
  height: 642px;
  background: url(../images/009/bg_09.png) no-repeat center;
}
.main .ninthView .ninthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .ninthView .ninthMain .title {
  width: 448px;
  height: 42px;
  background: url(../images/009/title_09.png) no-repeat center;
  margin: 0 auto;
}
.main .ninthView .ninthMain .title-describe {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .ninthView .ninthMain .content {
  margin-top: 38px;
}
.main .ninthView .ninthMain .content ul {
  display: flex;
  justify-content: space-between;
}
.main .ninthView .ninthMain .content ul li {
  width: 395px;
  height: 197px;
  background: url(../images/009/pic_09.png) no-repeat center;
  padding: 35px 0 0 53px;
  box-sizing: border-box;
}
.main .ninthView .ninthMain .content ul li .tit {
  position: relative;
  font-size: 22px;
  color: #353535;
  font-weight: 600;
  line-height: 22px;
}
.main .ninthView .ninthMain .content ul li .tit i {
  position: absolute;
  width: 10px;
  height: 9px;
  background: url(../images/009/icon_09.png) no-repeat center;
  top: 6px;
  left: -22px;
}
.main .ninthView .ninthMain .content ul li .introduce {
  font-size: 18px;
  color: #444;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}
.main .ninthView .ninthMain .content .title_2 {
  margin: 20px auto 0;
  font-size: 22px;
  text-align: center;
  color: #353535;
  font-weight: 500;
}
.main .ninthView .ninthMain .content .explain {
  margin: 20px auto 0;
  font-size: 18px;
  color: #353535;
  font-weight: 500;
  line-height: 30px;
  width: 708px;
  text-align: center;
  border-bottom: 2px solid #7AD498;
}
.main .ninthView .ninthMain .btn {
  margin: 43px auto 0;
  width: 321px;
  height: 113px;
  font-size: 26px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  background: url(../images/002/btn_02.png) no-repeat center;
}
.main .ninthView .ninthMain .btn:hover {
  background: url(../images/002/btn_02_hover.png) no-repeat center;
}
.main .tenthView {
  padding-top: 69px;
  background: url(../images/010/bg_010.png) no-repeat center;
  height: 934px;
}
.main .tenthView .tenthMain {
  width: 1202px;
  margin: 0 auto;
}
.main .tenthView .tenthMain .title {
  width: 353px;
  height: 42px;
  background: url(../images/010/title_010.png) no-repeat center;
  margin: 0 auto;
}
.main .tenthView .tenthMain .title-describe {
  text-align: center;
  margin-top: 11px;
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}
.main .tenthView .tenthMain .content {
  margin-top: 41px;
}
.main .tenthView .tenthMain .content ul li {
  height: 171px;
  background: #ffffff;
  border: 1px solid #e9e9e7;
  box-shadow: -4px 5px 10px 0px rgba(206, 211, 208, 0.38);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 29px;
  padding: 33px 0 0 28px;
  box-sizing: border-box;
}
.main .tenthView .tenthMain .content ul li > div {
  display: flex;
}
.main .tenthView .tenthMain .content ul li > div .left {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.main .tenthView .tenthMain .content ul li > div .right {
  height: 28px;
  line-height: 28px;
  margin-left: 13px;
  font-size: 26px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}
.main .tenthView .tenthMain .content ul li .up .left {
  background: #02CC69;
}
.main .tenthView .tenthMain .content ul li .up .right {
  color: #02CC69;
  position: relative;
  height: 26px;
  white-space: nowrap;
}
.main .tenthView .tenthMain .content ul li .up .right span {
  position: absolute;
  z-index: 1;
}
.main .tenthView .tenthMain .content ul li .up .right i {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #DEFFE9;
}
.main .tenthView .tenthMain .content ul li .down {
  margin-top: 19px;
}
.main .tenthView .tenthMain .content ul li .down .left {
  margin-top: 3px;
  background: #ECA756;
}
.main .tenthView .tenthMain .content ul li .down .right {
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  color: #444444;
}
.main .tenthView .tenthMain .content ul li:nth-of-type(1) .up .right {
  width: 335px;
}
.main .tenthView .tenthMain .content ul li:nth-of-type(2) {
  height: 145px;
}
.main .tenthView .tenthMain .content ul li:nth-of-type(2) .up .right {
  width: 495px;
}
.main .tenthView .tenthMain .content ul li:nth-of-type(3) .up .right {
  width: 520px;
}
.main .tenthView .tenthMain .btn {
  margin: 42px auto 0;
  width: 376px;
  height: 113px;
  font-size: 26px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  background: url(../images/010/btn_010.png) no-repeat center;
}
.main .tenthView .tenthMain .btn:hover {
  background: url(../images/010/btn_010_hover.png) no-repeat center;
}
.main .twelfthView {
  height: 280px;
  background: url(../images/012/bg_012.png) no-repeat center;
  padding-top: 101px;
}
.main .twelfthView .twelfthMain {
  width: 533px;
  height: 1.506667rem /* 113/75 */;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main .twelfthView .twelfthMain .btn {
  width: 253px;
  height: 113px;
  font-size: 26px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
}
.main .twelfthView .twelfthMain .btn_l {
  background: url(../images/012/btn_012_left.png) no-repeat center;
}
.main .twelfthView .twelfthMain .btn_l:hover {
  background: url(../images/012/btn_012_left_hover.png) no-repeat center;
}
.main .twelfthView .twelfthMain .btn_r {
  background: url(../images/012/btn_012_right.png) no-repeat center;
}
.main .twelfthView .twelfthMain .btn_r:hover {
  background: url(../images/012/btn_012_right_hover.png) no-repeat center;
}
.fixedRigth {
  position: fixed;
  right: 2%;
  top: 68%;
  z-index: 10;
}
.fixedRigth div {
  width: 60px;
  color: #fff;
  text-align: center;
  background: rgba(33, 44, 66, 0.9);
  padding: 10px 0 0 0;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.fixedRigth div:hover {
  color: #36B773;
}
.fixedRigth div img {
  display: block;
  margin: 0 auto;
}
.fixedRigth .upTimg {
  background: #36B773;
  height: 40px;
}
.fixedRigth .upTimg:hover {
  color: #fff;
}
.footer {
  height: 80px;
  background: #3c3c3c;
}
.footer p {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
  color: #f7f7f7;
  letter-spacing: 1px;
}
.fixedRigth {
  font-size: 14px ;
}
.fixedRigth div {
  padding: 10px;
}
.fixedRigth div img {
  margin: 5px auto 0;
}
.picAnimation {
  animation: move 5s linear infinite ;
}
@keyframes move {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes move {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes move {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
