@charset "utf-8";
/* css reset */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
p {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 'Microsoft Yahei', arial, '宋体';
  color: #333333;
  border: none;
  outline: medium
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  border: 0;
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

address,
cite,
dfn,
var {
  font-style: normal
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace
}

li {
  list-style: none
}

a {
  text-decoration: none;
  vertical-align: baseline;
  zoom: 1;
  color: #333333;
  outline: none;
  text-decoration: none !important
}

a:hover,
a.glink:hover,
a.blink:hover {
  text-decoration: underline;
  outline: none
}

img {
  border: 0
}

button,
input,
select,
textarea {
  font-size: 100%
}

body {
  background-color: #fff;
}

/* css common */

.fl {
  float: left
}

.fr {
  float: right
}

.row {
  zoom: 1
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.clearfix {
  zoom: 1
}

.di {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top
}

.c-width {
  width: 1200px;
  margin: 0 auto
}

.no-m {
  margin: 0 !important
}

.no-p {
  padding: 0 !important
}

/* css header*/

.header {
  height: 50px;
  /* position: fixed; */
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

.header .logo {
  height: 50px;
  padding-top: 8px;
  box-sizing: border-box;
  margin-right: 55px;
}

.header .logo img {
  height: 34px;
  ;
}

.nav-bar {
  margin-top: 16px;
  margin-right: 80px;
  float: right;
}

.nav-bar li {
  padding: 0 15px;
  float: left;
  border-left: 1px solid #000;
}

.nav-bar li a {
  position: relative;
}

.nav-bar li a:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f26522;
  transition: .3s;
  -webkit-transition: .3s;
}

.nav-bar li.active a:after,
.nav-bar li:hover a:after {
  width: 100%;
}

.nav-bar li:first-child {
  border-left: none;
}

.nav-bar li a {
  line-height: 20px;
  font-size: 16px;
  color: #000;
}

.footer {
  background-color: #eee;
}

.footer-top {
  padding: 27px 0 17px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 0;
}

.footer-top span {
  font-size: 18px;
  color: #000;
  vertical-align: middle;
  line-height: 39px;
}

.footer-top a {
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block;
  width: 38px;
}

.footer-top a img {
  transition: .3s;
  -webkit-transition: .3s;
}

.footer-top a:hover img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.footer-cen {
  overflow: hidden;
  padding: 30px 10px;
  border-bottom: 1px solid #c0c0c0;
}

.footer-cen dl {
  float: left;
  width: 33.3%;
}

.footer-cen dt {
  font-size: 18px;
  /* font-weight: bold; */
  color: #000;
  margin-bottom: 12px;
}

.footer-cen dd {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.footer-cen dd a:hover {
  color: #ff365d;
}

.footer-bot {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
}

/* container */

.container {
  margin-top: 50px;
  border-top: 50px solid #eee;
}

.banner-box {
  background-color: #eee;
}

.banner-box img {
  max-width: 100%;
}

.bb-detil {
  height: 64px;
  line-height: 64px;
  background-color: #eee;
  text-align: center;
}

.bb-desc {
  font-size: 16px;
  color: #464646;
}

.bb-desc b {
  color: #ff365d;
  font-size: 30px;
  vertical-align: sub;
}

.btn {
  line-height: 34px;
  height: 34px;
  white-space: nowrap;
  padding: 0 12px;
  background-color: #ff365d;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: .2s;
  -webkit-transition: .2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.bb-desc {
  display: inline-block;
  margin-right: 58px;
}

.banner-box {
  margin-bottom: 30px;
}

.show1 {
  overflow: hidden;
  background-color: #6b7682;
}

.show1 .show1-desc {
  width: 800px;
  padding: 15px 0 0 25px;
}

.course-list {
  margin-bottom: 100px;
}

.course-list li {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.course-list .img-wrap img {
  width: 282px;
  height: 155px;
  margin-right: 30px;
}

.cl-detail {
  float: left;
  width: 862px;
  height: 155px;
  position: relative;
}

.cl-detail .cl-til {
  font-size: 16px;
  color: #000;
  ;
  padding: 10px 0 6px;
}

.cl-detail .cl-con {
  font-size: 16px;
  color: #333;
}

.cl-bot {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  line-height: 34px;
}

.clb-right {
  float: right;
}

.clb-right .btn {
  margin-left: 15px;
}

.banner-box-head {
  background-color: #892f68;
  text-align: center;
  padding: 15px 0;
}

.banner-box-head span {
  font-size: 36px;
  color: #fff;
}

.banner-box-head p {
  color: #fff;
  font-size: 36px;
}

.play-box {
  width: 571px;
  margin-right: 30px;
}

/* video */

.jp-video {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  height: 35px;
  overflow: hidden;
}

.jp-video-360p {
  width: 570px;
  margin: 0 0 20px 0;
}

.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative;
}

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
  z-index: 1000;
}

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.jp-interface {
  position: relative;
  width: 100%;
  height: 35px;
  background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
  background-image: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
  background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
  background-image: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
  background-image: linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f2f2f2', EndColorStr='#d1d1d1');
  -webkit-box-shadow: inset 0px 1px 0px #f7f7f7, inset 0px -1px 0px #e2e2e2;
  -moz-box-shadow: inset 0px 1px 0px #f7f7f7, inset 0px -1px 0px #e2e2e2;
  box-shadow: inset 0px 1px 0px #f7f7f7, inset 0px -1px 0px #e2e2e2;
}

div.jp-controls-holder {
  clear: both;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-left: 18px;
}

a.jp-play,
a.jp-pause {
  width: 40px;
  height: 35px;
  float: left;
  text-indent: -9999px;
  outline: none;
}

a.jp-play {
  background: url(../images/sprite.png) 0 -1px no-repeat;
}

a.jp-pause {
  background: url(../images/sprite.png) -40px 0 no-repeat;
  display: none;
}

#separator {
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 35px;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}

.jp-progress {
  background: #706d6d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
  width: 280px;
  height: 10px;
  float: left;
  margin-top: 12px;
}

.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}

.jp-seeking-bg {
  background: #575555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jp-play-bar {
  background: url(../images/play-bar.png) left repeat-x;
  width: 0px;
  height: 10px;
  position: relative;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jp-play-bar span {
  position: absolute;
  top: -3px;
  right: -12px;
  background: url(../images/handle.png) no-repeat center;
  width: 16px;
  height: 17px;
}

.jp-current-time,
.jp-duration {
  font-size: 11px;
  font-family: Arial;
  color: #444444;
  margin-top: 8px;
  float: left;
}

.jp-current-time {
  float: left;
  display: inline;
}

.jp-duration {
  float: left;
  display: inline;
  text-align: right;
}

.jp-video .jp-current-time {
  margin-left: 10px;
}

.jp-video .jp-duration {
  margin-right: 10px;
}

.time-sep {
  float: left;
  margin: 8px 3px 0 3px;
  font-size: 11px;
  font-family: Arial;
  color: #444444;
}

.jp-video a.jp-mute,
.jp-video a.jp-unmute {
  text-indent: -9999px;
  float: left;
  height: 35px;
  outline: none;
}

.jp-mute {
  float: left;
  background: url(../images/sprite.png) -77px -2px no-repeat;
  margin-top: 1px;
  margin-left: -10px;
  width: 35px;
}

a.jp-unmute {
  background: url(../images/sprite.png) -115px 0 no-repeat;
  margin-top: 1px;
  margin-left: -13px;
  display: none;
  width: 38px;
}

.jp-volume-bar {
  float: left;
  margin: 11px 0 0 9px;
  margin-right: 10px;
  overflow: hidden;
  width: 70px;
  height: 10px;
  cursor: pointer;
  background: #706d6d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4), 0px 1px 0px rgba(255, 255, 255, .4);
}

.jp-volume-bar-value {
  background: rgba(112, 109, 109.01);
  width: 0px;
  height: 10px;
  position: relative;
}

.jp-volume-bar-value span {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/volume.png) no-repeat center;
  width: 11px;
  height: 10px;
}

.jp-full-screen {
  background: url(../images/sprite.png) -150px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none;
}

.jp-restore-screen {
  background: url(../images/sprite.png) -150px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none;
}

/* css slide */

.slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide .hd {
  position: absolute;
  bottom: 22px;
  z-index: 999;
  overflow: hidden;
  width: 100%;
}

.slide .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slide .hd ul li {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/li.png) no-repeat;
  margin: 0 10px
}

.slide .hd ul li.on {
  background: url(../images/on.png) no-repeat;
}

.slide .bd {
  position: relative;
  height: 100%;
  z-index: 0
}

.slide .bd li {
  zoom: 1;
  vertical-align: middle
}

.slide .bd li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide .bd li img {
  width: 100%;
}

.slide .pn-box {
  display: none;
  position: absolute;
  height: 66px;
  z-index: 2;
  top: 315px;
  left: 50%;
  margin-left: -600px
}

.slide .arrow {
  position: absolute;
  width: 50px;
  height: 90px;
  z-index: 2;
  display: none;
}



.picMarquee {
  width: 590px
}

.picMarquee-top {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}


.picMarquee-top .hd .next {
  background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
  background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
  background-position: -60px -140px;
}
.picMarquee-top {
   overflow:hidden;
}
.picMarquee-top .bd {
  position: relative;
}


.picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
}

.picMarquee-top .bd ul li .pic {
  text-align: center;
}

.picMarquee img {
  width: 100%;
}
.footer-top a{position: relative}
.footer-top .img-wrap {
  position: absolute;
  top: -165px;
  left: -58px;
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  z-index: 99999;
}
.footer-top .img-wrap:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  bottom: -24px;
  margin-left: -10px;
}
.footer-top .img-wrap img{
  width: 150px;
  border-radius: 5px;
}
.wx-a:hover .img-wrap{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
#play-bg {
  /* height: calc(100vh - 185px); */
  background-position: center center;
  background-size: cover;
}
#play-bg .c-width{
  padding: 30px 0;
  min-height: 678px;
  box-sizing: border-box;
}
.play-box{
  padding-top: 54px;
}
.picMarquee{
  width: 300px;
  /* height: 687px; */
  background: url(../images/phone-bg.png) no-repeat;
  padding: 62px 0;
  background-size: contain;
}
.picMarquee-top img{
  width: 272px;
  height: 484px;
}
.picMarquee-top{
  border: none;
  width: 272px;
}
.picMarquee-top .bd{
  padding: 0;
  height: 484px;
}
.picMarquee-top .bd:after{display: none;}
.play-box{
  width: 810px;
}
.jp-video-360p{
  width: 810px;
}
.div.jp-controls-holder{
  padding-left: 40px;
}
.jp-progress{
  margin-left: 10px;
  width: 502px;
  margin-right: 12px;
}
a.jp-unmute {
  margin-top: -1px;
  margin-left: -10px;
  width: 35px;
}