* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft YaHei, arial, sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.zixunbtn {
  width: 240px;
  height: 50px;
  background: linear-gradient(to right, #ffb400, #ff7222);
  display: block;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: white;
  margin: 15px auto 0;
  cursor: pointer;
  transition: 0.5s;
}
.zixunbtn:hover {
  transition: 0.5s;
  transform: translateY(-5px);
}
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  width: 100%;
  min-width: 360px;
}
.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;

}
.logo{
    float: left;;
    margin: 1px 0 0 50px;
	height:60px;
	margin-top:10px;
   
}
.topNavImg{
  margin-top: 15px;
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.public-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #3b409c;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}
.link {
  transition: 0.5s;
}
.link:hover {
  transition: 0.5s;
  transform: translateY(-5px);
}
.pc-top {
  background: white;
}
.pc-top .t-middle {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  background: white;
}
.pc-top .t-middle .logo {
  float: left;
  width: 203px;
  height: 25px;
  display: block;
}
.pc-top .t-middle .navlist {
  float: right;
}
.pc-top .t-middle .navlist .list {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.pc-top .t-middle .navlist .list a {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #262626;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list a:hover {
  color: #e11e3c;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list + .list {
  border-left: 1px solid #737373;
}
.phone-top {
  display: none;
  position: relative;
}
.phone-top .top-nav {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.phone-top .top-nav .logo {
  width: 203px;
  height: 25px;
  display: block;
  float: left;
  padding-left: 15px;
  margin-top: 15px;
}
.phone-top .top-nav .navicon {
  width: 26px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  background: url(../images/navicon.png) no-repeat;
}
.phone-top .top-nav .trangle {
  transition: 0.5s;
  transform: rotate(90deg);
}
.phone-top .sublist {
  display: none;
  width: 100%;
  height: 100%;
  background: #e11e3c;
  position: fixed;
  padding-top: 60px;
  z-index: 9998;
}
.phone-top .sublist .list {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.phone-top .sublist .list a {
  font-size: 16px;
  color: white;
}
.phone-top .sublist .list + .list {
  border-top: 1px solid #e03d54;
}
.banner {
  height: 675px;
  background: url(../images/banner.jpg) center no-repeat;
  position: relative;
}
.banner .people {
  width: 586px;
  height: 688px;
  background: url(../images/b-people.png) no-repeat;
  position: absolute;
  right: 0;
  top: 160px;
}
.banner .ball {
  width: 198px;
  height: 320px;
  background: url(../images/b-ball.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.banner .main {
  text-align: center;
  overflow: hidden;
}
.banner .main .banner-world {
  background: url(../images/banner-world.png) no-repeat;
  width: 781px;
  height: 350px;
  margin: 148px auto 0;
}
.profile-warp {
  margin-top: 80px;
}
.profile-warp .main .public-title {
  width: 805px;
  height: 118px;
  background: url(../images/profile-title.png) no-repeat;
  margin: 0 auto;
}
.profile-warp .main .pro-list {
  margin-top: 30px;
}
.profile-warp .main .pro-list .pro-item {
  width: 33.333%;
  margin-top: 40px;
}
.profile-warp .main .pro-list .pro-item .item-con {
  margin: 0 auto;
  text-align: center;
  background: url(../images/profilebg.png) no-repeat;
  width: 350px;
  height: 266px;
  padding-top: 72px;
}
.profile-warp .main .pro-list .pro-item .item-con .title {
  display: inline-block;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon {
  width: 51px;
  height: 51px;
  background: url(../images/p-icon1.png) no-repeat;
  display: block;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon2 {
  background: url(../images/p-icon2.png) no-repeat;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon3 {
  background: url(../images/p-icon3.png) no-repeat;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon4 {
  background: url(../images/p-icon4.png) no-repeat;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon5 {
  background: url(../images/p-icon5.png) no-repeat;
}
.profile-warp .main .pro-list .pro-item .item-con .title .icon6 {
  background: url(../images/p-icon6.png) no-repeat;
}
.profile-warp .main .pro-list .pro-item .item-con .title .text {
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding-top: 5px;
}
.yuyue {
  background-image: linear-gradient(#112eaa, #601eb2);
  padding: 60px 0;
  margin-top: 100px;
}
.yuyue .main .public-title {
  width: 752px;
  height: 90px;
  background: url(../images/yuyue-title.png) no-repeat;
  margin: 0 auto;
  margin-bottom: 50px;
}
.yuyue .main .yuyue-warp {
  width: 56%;
  border-radius: 10px;
  margin: 0 auto;
  background: #301f8a;
  padding: 60px 0;
}
.yuyue .main .yuyue-warp .infocon {
  width: 100%;
  margin: 0 auto;
}
.yuyue .main .yuyue-warp .infocon form {
  width: 100%;
}
.yuyue .main .yuyue-warp .infocon form dl {
  width: 100%;
  margin-bottom: 20px;
}
.yuyue .main .yuyue-warp .infocon form dl dt {
  width: 15%;
  text-align: right;
  font-size: 18px;
  color: white;
  line-height: 46px;
}
.yuyue .main .yuyue-warp .infocon form dl dd {
  width: 76%;
  padding-left: 16px;
}
.yuyue .main .yuyue-warp .infocon form dl dd .yuyue-info {
  width: 100%;
  height: 46px;
  background: white;
  border-radius: 5px;
  padding-left: 10px;
}
.yuyue .main .yuyue-warp .infocon form dl dd .text-code {
  width: 70%;
}
.yuyue .main .yuyue-warp .infocon form dl dd .sendcode {
  width: 28%;
  height: 46px;
  background: #feb905;
  color: white;
  display: inline-block;
  margin: 0;
  float: right;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.yuyue .main .yuyue-warp .infocon form .yuyue-btn {
  width: 258px;
  height: 50px;
  background-image: linear-gradient(#f3ee3d, #ffb603);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
}
.advance-warp {
  margin-top: 80px;
}
.advance-warp .main .advance-title {
  width: 644px;
  height: 117px;
  background: url(../images/advance-title.png) no-repeat;
  margin: 0 auto;
}
.advance-warp .main .ad-list {
  margin-top: 80px;
}
.advance-warp .main .ad-list .ad-item {
  width: 25%;
}
.advance-warp .main .ad-list .ad-item .item-con {
  width: 90%;
  height: 306px;
  border-radius: 10px;
  background-image: linear-gradient(#3fa8ff, #0b87ec);
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.advance-warp .main .ad-list .ad-item .item-con:hover .icon {
  transform: rotateY(360deg);
}
.advance-warp .main .ad-list .ad-item .item-con .icon {
  width: 102px;
  height: 102px;
  background: white url(../images/ad-icon1.png) no-repeat;
  border-radius: 50px;
  display: block;
  margin: 54px auto 20px;
  transition: 0.5s;
  cursor: pointer;
}
.advance-warp .main .ad-list .ad-item .item-con .text {
  font-size: 18px;
  color: white;
  line-height: 32px;
  padding: 0 40px;
}
.advance-warp .main .ad-list .ad-item .item-con2 {
  background-image: linear-gradient(#faad14, #ff7322);
}
.advance-warp .main .ad-list .ad-item .item-con2 .icon {
  background: white url(../images/ad-icon2.png) no-repeat;
}
.advance-warp .main .ad-list .ad-item .item-con3 {
  background-image: linear-gradient(#b783fb, #8834f5);
}
.advance-warp .main .ad-list .ad-item .item-con3 .icon {
  background: white url(../images/ad-icon3.png) no-repeat;
}
.advance-warp .main .ad-list .ad-item .item-con4 {
  background-image: linear-gradient(#fd7b58, #ff4719);
}
.advance-warp .main .ad-list .ad-item .item-con4 .icon {
  background: white url(../images/ad-icon4.png) no-repeat;
}
.process-warp {
  margin-top: 80px;
}
.process-warp .main .public-title {
  width: 594px;
  height: 104px;
  background: url(../images/process-title.png) no-repeat;
  margin: 0 auto;
}
.process-warp .main .process {
  margin-top: 54px;
}
.process-warp .main .process dl dt {
  width: 106px;
  height: 104px;
  background: url(../images/processbg1.png) no-repeat;
  overflow: hidden;
}
.process-warp .main .process dl dt .icon {
  width: 89px;
  height: 91px;
  background: url(../images/pocess-icon1.png) no-repeat;
  display: block;
  margin: 10px auto 0;
}
.process-warp .main .process dl dd {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}
.process-warp .main .process .item2 dt {
  background: url(../images/processbg2.png) no-repeat;
}
.process-warp .main .process .item2 dt .icon {
  background: url(../images/pocess-icon2.png) no-repeat;
}
.process-warp .main .process .item3 dt {
  background: url(../images/processbg3.png) no-repeat;
}
.process-warp .main .process .item3 dt .icon {
  background: url(../images/pocess-icon3.png) no-repeat;
}
.process-warp .main .process .item4 dt {
  background: url(../images/processbg4.png) no-repeat;
}
.process-warp .main .process .item4 dt .icon {
  background: url(../images/pocess-icon4.png) no-repeat;
}
.process-warp .main .process .item5 dt {
  background: url(../images/processbg3.png) no-repeat;
}
.process-warp .main .process .item5 dt .icon {
  background: url(../images/pocess-icon5.png) no-repeat;
}
.process-warp .main .process .item6 dt {
  background: url(../images/processbg2.png) no-repeat;
}
.process-warp .main .process .item6 dt .icon {
  background: url(../images/pocess-icon6.png) no-repeat;
}
.process-warp .main .process .line {
  width: 103px;
  height: 4px;
  background: url(../images/pline1.png) no-repeat;
  margin-top: 50px;
}
.process-warp .main .process .line2 {
  background: url(../images/pline2.png) no-repeat;
}
.process-warp .main .process .line3 {
  background: url(../images/plin3.png) no-repeat;
}
.process-warp .main .process .line4 {
  background: url(../images/pline4.png) no-repeat;
}
.process-warp .main .process .line5 {
  background: url(../images/pline5.png) no-repeat;
}
.doubt-warp {
  padding: 60px 0 30px;
  background-image: linear-gradient(#102eaa, #601eb2);
  margin-top: 80px;
}
.doubt-warp .main .public-title {
  width: 993px;
  height: 84px;
  background: url(../images/doubt-title.png) no-repeat;
  margin: 0 auto;
}
.doubt-warp .main .doubt-con {
  width: 284px;
  height: 284px;
  background: url(../images/doubtimg.png) no-repeat;
  margin: 160px auto 210px;
  position: relative;
}
.doubt-warp .main .doubt-con ul li {
  padding: 15px 30px;
  background-image: linear-gradient(to right, #7441e7, #b437f6);
  color: white;
  font-size: 18px;
  line-height: 26px;
  border-radius: 50px 0 50px 50px;
  position: absolute;
  top: -60px;
  left: -255px;
}
.doubt-warp .main .doubt-con ul li span {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #fe4b24;
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border: 4px solid white;
}
.doubt-warp .main .doubt-con ul .item2 {
  width: 376px;
  top: 98px;
  left: -440px;
}
.doubt-warp .main .doubt-con ul .item3 {
  width: 376px;
  top: 260px;
  left: -370px;
}
.doubt-warp .main .doubt-con ul .item4 {
  left: auto;
  top: -67px;
  right: -310px;
}
.doubt-warp .main .doubt-con ul .item5 {
  left: auto;
  top: 45px;
  right: -458px;
}
.doubt-warp .main .doubt-con ul .item6 {
  left: auto;
  top: 155px;
  right: -425px;
}
.doubt-warp .main .doubt-con ul .item7 {
  width: 369px;
  left: auto;
  top: 276px;
  right: -406px;
}
.doubt-warp .main .doubt-con .circle {
  position: absolute;
  bottom: -340px;
  left: 50%;
  margin-left: -87px;
  cursor: pointer;
}
.doubt-warp .main .doubt-con .circle .circle-con {
  width: 194px;
  height: 194px;
  background: #5594f0;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.doubt-warp .main .doubt-con .circle .circle-con .cir-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 50px;
}
.doubt-warp .main .doubt-con .circle .circle-con .cir-title span {
  display: block;
  font-size: 36px;
  color: white;
}
.doubt-warp .main .doubt-con .circle .circle-bg {
  width: 202px;
  height: 202px;
  background: #5594f0;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  margin-left: -101px;
  top: -4px;
  border-radius: 50%;
  animation: circle 1.5s ease-out infinite;
  -webkit-animation: circle 1.5s ease-out infinite;
}
.box3 {
  background:rgb(199 7 7);
  margin:0 auto;
}
.box3 .container {
  padding: 30px 0 74px;
}
.box3-title {
  width: 1001px;
  height: 182px;
  margin: auto;
  text-align: center;
  line-height: 145px;
  font-size: 60px;
  /* font-family: "FZZYJW"; */
  color: rgb(255, 255, 255);
  text-shadow: 0px 7px 1px rgba(238, 120, 33, .4);
  font-weight: 600;
}
.box3-content {
  width:1100px;
  height:400px;
  margin:0 auto;
  background:linear-gradient(101deg,rgb(253 42 42),rgb(171 19 19));
  box-shadow:0px 15px 46px 0px rgba(165 1 1 , 0.69);
  border-radius:196px;
  box-sizing: border-box;
  padding: 35px 0 37px 85px;
}
.code {
  margin-right: 24px;
}
.code-bg {
  width:222px;
  height:222px;
  background:linear-gradient(101deg,rgb(234 58 58),rgb(199 0 0));
  border-radius:6px;
  box-sizing: border-box;
  padding: 18px;
}
.code-bg1 {
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
}
.code-bg img {
  display: block;
  width: 100%;
}
.code-detail {
  margin: 20px auto 0;
  width: 239px;
  height: 77px;
  color:rgba(255,255,255,1);
  font-size:24px;
  text-align: center;
  line-height: 70px;
}
.code-detail2 {
}
.micro-blog {
  width:343px;
  background:linear-gradient(101deg,rgb(249 94 94),rgb(175 0 0));
  border-radius:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.icon-bg {
  width:86px;
  height:86px;
  background:rgba(255,255,255,1);
  border-radius:50%;
  box-sizing: border-box;
  padding-top: 17px;
}
.yhzpgw{
	width:86px
}
.icon-bg2 {
  padding-top: 22px;
}
.icon-bg img {
  display: block;
  margin: auto;
}
.micro-blog p {
  color:rgba(255,255,255,1);
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.box3-tz {
  box-sizing: border-box;
  padding-top: 80px;
  margin-left: 10px;
}
@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1.05);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.15);
    opacity: 0.0;
  }
}
.course-warp {
  margin-top: 185px;
}
.course-warp .main .public-title {
  width: 1038px;
  height: 89px;
  background: url(../images/course-title.png) no-repeat;
  margin: 0 auto;
}
.course-warp .main .course-con {
  width: 100%;
  margin-top: 70px;
}
.course-warp .main .course-con .course-list {
  width: 32%;
  height: 434px;
  background-image: linear-gradient(#1a2dad, #b037f4);
  border-radius: 20px;
}
.course-warp .main .course-con .course-list + .course-list {
  margin-left: 2%;
}
.course-warp .main .course-con .course-list .course-item .course-title {
  height: 124px;
  padding: 0 30px;
}
.course-warp .main .course-con .course-list .course-item .course-title .title {
  font-size: 24px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 36px;
}
.course-warp .main .course-con .course-list .course-item .course-title .subject {
  font-size: 18px;
  color: white;
  text-align: center;
  padding-top: 8px;
  border-bottom: 1px solid #3438e9;
  padding-bottom: 33px;
}
.course-warp .main .course-con .course-list .course-item .course-info {
  height: 310px;
  padding: 0 30px;
  text-align: center;
  transition: 0.5s;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.course-warp .main .course-con .course-list .course-item .course-info .info {
  line-height: 33px;
  padding-top: 30px;
  text-align: left;
  color: white;
}
.course-warp .main .course-con .course-list .course-item .course-info .info span {
  font-weight: bold;
  display: block;
  color: white;
}
.course-warp .main .course-con .course-list .course-item .course-info .btn-warp {
  display: inline-block;
  margin-top: 30px;
}
.course-warp .main .course-con .course-list .course-item .course-info .btn-warp .course-btn {
  width: 120px;
  height: 36px;
  display: block;
  background-image: linear-gradient(to right, #ffe100, #fdc000);
  color: #2a2222;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  margin: 0 10px;
}
.course-warp .main .course-con .course-list .course-item .course-info .btn-warp .course-btn1 {
  background-image: linear-gradient(to right, #fe2de0, #fcaf5e);
  color: white;
}
.book-warp {
  margin-top: 80px;
}
.book-warp .main .public-title {
  width: 673px;
  height: 91px;
  background: url(../images/book-title.png) no-repeat;
  margin: 0 auto;
}
.book-warp .main .book-list {
  margin-top: 60px;
}
.book-warp .main .book-list .book-item {
  width: 33.33%;
}
.book-warp .main .book-list .book-item .item-con {
  width: 96%;
  height: 520px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 10px 30px #ede9e9;
  text-align: center;
  overflow: hidden;
}
.book-warp .main .book-list .book-item .item-con .bookimg {
  width: 268px;
  height: 329px;
  background: url(../images/book1.jpg) no-repeat top center;
  background-size:100%;
  display: block;
  margin: 30px auto 10px;
}
.book-warp .main .book-list .book-item .item-con .img2 {
  background: url(../images/book2.jpg) no-repeat 100% center;
}
.book-warp .main .book-list .book-item .item-con .img3 {
  background: url(../images/book3.jpg) no-repeat 100% center;
}
.book-warp .main .book-list .book-item .item-con .text {
  font-size: 20px;
}
.book-warp .main .book-list .book-item .item-con .btn {
  width: 171px;
  height: 47px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #feb932, #ff7621);
  display: block;
  margin: 15px auto 0;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 47px;
}
.huanjing-warp {
  margin-top: 80px;
  margin-bottom: 80px;
}
.huanjing-warp .main .public-title {
  width: 922px;
  height: 92px;
  background: url(../images/huanjing-title.png) no-repeat;
  margin: 0 auto;
}
.huanjing-warp .main .huanjing-con {
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
}
.huanjing-warp .main .huanjing-con .huanjing-up {
  text-align: center;
}
.huanjing-warp .main .huanjing-con .huanjing-up ul li {
  width: 33%;
  height: 82px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  background: #ffffff;
  color: #3b3c98;
  text-align: center;
  line-height: 82px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 10px 30px #e9e6e6;
}
.huanjing-warp .main .huanjing-con .huanjing-up ul li + li {
  margin-left: 0.5%;
}
.huanjing-warp .main .huanjing-con .huanjing-up ul .tab-active {
  background-image: linear-gradient(to right, #a735f1, #1f2cad);
  color: white;
}
.huanjing-warp .main .huanjing-con .huanjing-down {
  background: white;
  margin-top: 40px;
  border-radius: 10px;
}
.huanjing-warp .main .huanjing-con .huanjing-down .huanjing-info .item .list .list-con {
  display: block;
}
.huanjing-warp .main .huanjing-con .huanjing-down .huanjing-info .item .list .list-con + .list-con {
  margin-top: 30px;
}
.clear{clear:both}
.footer {
  background: #333333;
  clear: both;
}
.footer .copy-middle {
  margin: 0 auto;
  width: 1100px;
  background: #333333;
  overflow: hidden;
}
.footer .copy-middle .footer-list {
  width: 770px;
  margin: 40px auto 0;
}
.footer .copy-middle .footer-list li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  height: 16px;
  line-height: 16px;
}
.footer .copy-middle .footer-list li a {
  transition: 0.5s;
  color: white;
  padding-left: 6px;
}
.footer .copy-middle .footer-list li + li {
  border-left: 1px solid white;
}
.footer .copy-middle .footer-list li:hover a {
  transition: 0.5s;
}
.footer .copy-middle p {
  color: white;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.slide {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9997;
  margin-top: -130px;
}

.slide .scon ul {
  background: #f6eed7;
  padding: 30px 12px;
  border-radius: 20px;
}
.slide .scon ul .left-item {
  width: 96px;
  height: 30px;
  background: white;
  text-align: center;
  color: #ff7222;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 30px;
  transition: 0.3s;
  border-radius: 50px;
}
.slide .scon ul .left-item:hover {
  background: #ff7222;
  color: white;
}
.slide .scon ul .left-item:hover a {
  color: white;
}
.slide .scon ul .left-item a {
  font-size: 14px;
  color: #ff7222;
  line-height: 30px;
}
.slide .close {
  cursor: pointer;
  width: 31px;
  height: 32px;
  background: url(../images/close.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 20px auto;
}
.open {
  z-index: 9997;
  width: 28px;
  height: auto;
  background: #ff7222;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -100px;
}
.codebox {
    height: 190px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 850px;
    margin: 0 auto;
}

.codeBox {
    width: 280px;
    height: 280px;
    border-radius: 10px;
    background: #D7000F;
    text-align: center;
    line-height: 280px;
    position: relative;
    top:0px;
	padding:10px 10px;
}

.codeBox img {
    width: 260px;
    border-radius: 10px;

}
.item_swiper_div{
  max-width: 1920px;
  margin: 0 auto;
  padding: 1px;
  background: #e7e7e6;
  padding-bottom: 50px;
}
.swiper-father {
  width: 1000px;
  height: 500px;
  position: relative;
  margin:0 auto;
  margin-top:50px;
}
.swiper-container {
  width: 850px !important;
  margin-top: 50px;
}
.swiper-slide {
  width: 850px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width: 100%;
}
.huanjing_p{
	text-align:center;
	margin-top:15px;
	font-weight:bold;
}
.course-con-img{
	width:1000px;
	display:block;
	margin:0px auto
}
.item_a{
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    word-wrap: nowrap;
    
}
.item_a a{
    padding: 8px 30px;
    background: #f7241a;
    color: #fff;
    border-radius: 20px;
}
.course-con_two{
	display:block;
	width:150px;
	height:35px;
	border-radius:20px;
	line-height:35px;
	text-align:center;
	background:#ffb603;
	color:#fff;
	margin-top:15px;
	font-weight:bold;
}
.course-con-l{
	float:left;
	margin-left:200px;
}
.course-con-r{
	float:right;
	margin-right:200px;
}
.cs_qq{width:102px;padding-top: 3px;background:#e42923;position:fixed;_position:absolute;z-index:9999;top:50%;margin-top:-169px;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-400+"px");right:0;}
.cs_qq_close{width: 10px;height: 10px;cursor: pointer;font-size: 0;line-height: 0;margin-left: 89px;transition:transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s; -o-transition:-o-transform 0.5s;}
.cs_qq_close:hover{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform: rotate(180deg);-o-transform:rotate(180deg);}
.cs_qq h4{width: 102px;height: 20px;font:bold 18px/20px 'Microsoft Yahei';color: #fff;text-align: center;letter-spacing: 1px;margin-bottom: 6px;}
.cs_qq_btn{width:94px;padding: 10px 0 10px 8px;background: #f74b46;margin:0 auto}
.cs_qq_btn a{display:block;height:28px; padding-left:20px;background:url(../images/cs_qq_btnbg.png) 0 center no-repeat;font:normal 16px/28px 'Microsoft Yahei';color:#fff;}
.cs_qq_btn a:hover{color:#ff0;text-decoration: underline;}
.cs_qq_tel{display: block;width: 102px;font:normal 14px/24px 'Microsoft Yahei';color: #fff;text-align: center;padding:8px 0;}
.cs_qq_tel span{display: block;font-size: 16px;}
.cs_qq_img{width:100%;padding:7px;background: #fff;display:block:margin:0 auto}

.course-con table{
	width:100%;
	text-align:center;
}
.course-con table tr td{
	border:1px solid #ececec;
	padding:5px 0;
}
