@charset "UTF-8";
/*动画帧*/
.h2-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  padding-top: 70px;
  text-align: center;
}

.p-info {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-delay: .3s;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-delay: .3s;
}

.popup-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -201px;
  width: 402px;
  height: 420px;
  background: #fff;
  z-index: 1001;
  padding: 60px 45px 30px;
}

.popup .popup-close {
  background: url(../images/common/popup_close.png) no-repeat;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup .popup-icon {
  position: absolute;
  left: 50%;
  top: -43px;
  width: 87px;
  height: 87px;
  margin-left: -43px;
  z-index: 2;
  background: url(../images/common/popup_icon.png) no-repeat;
}

.popup h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.popup p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 20px;
  text-align: center;
}

.popup p strong {
  color: #d9000f;
}

.popup .item {
  margin-bottom: 15px;
}

.popup .item label {
  width: 75px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}

.popup .item label em {
  color: red;
}

.popup .item .input {
  width: 237px;
  height: 35px;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #aeaeae;
  border-radius: 0;
}

.popup .item .submit {
  height: 40px;
  background: linear-gradient(to right, #e25e5f, #d73867);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  border: none;
}

.popup .tip {
  font-size: 12px;
  color: #aeaeae;
}

/*动画帧*/
#header .topbar {
  padding: 16px 0;
}

#header .topbar .logo {
  width: 175px;
  height: 45px;
  overflow: hidden;
}

#header .topbar .logo a {
  display: block;
}

#header .topbar .logoTxt {
  border-left: 1px solid #b5b5b5;
  padding-left: 12px;
  margin-left: 12px;
  margin-top: 4px;
  font-size: 16px;
  color: #3f3f3f;
}

#header .topbar .topbar-info {
  line-height: 45px;
  font-size: 16px;
  color: #000;
}

#header .topbar .topbar-info span {
  padding-right: 10px;
}

#header .topbar .free-btn {
  width: 74px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #cb2222;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  margin-left: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#header .nav-bar {
  background: #000;
  height: 60px;
  line-height: 60px;
}

#header .nav-bar .nav-bar-con {
  width: 1280px;
}

#header .nav-bar .nav-bar-con a {
  font-size: 17px;
  float: left;
  color: #fff;
  margin-right: 61px;
  color: #ccc;
}

#header .nav-bar .nav-bar-con a:hover {
  color: #fff;
}

/*动画帧*/
/*右侧悬浮窗*/
#help {
  position: fixed;
  width: 73px;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #adadad;
  z-index: 100;
  display: none;
}

#help .help-link {
  position: relative;
  display: block;
  width: 100%;
}

#help .help-link .help-icon {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

#help .help-link .help-icon .help-icon-img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}

#help .help-link .help-icon p {
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}

#help .help-link .help-content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  background-color: #fff;
  box-shadow: -3px 0 10px #ccc;
  overflow: hidden;
}

#help .help-link .help-content .text {
  padding: 15px;
  line-height: 28px;
}

#help .help-link .help-content3 {
  /* height: 144px; */
}

#help .help-link .help-content3 .text {
  background: #a2a2a2;
  width: 144px;
  text-align: center;
  
}
#help .help-link .help-content3 .text .qrcode{
  margin:0 auto;
}

#help .help-link .help-content4 {
  height: 58px;
}

#help .help-link .help-content4 .text {
  width: 86px;
}

#help .help-link .help-content5 {
  height: 58px;
}

#help .help-link .help-content5 .text {
  width: 150px;
  color: #e55c4d;
  font-size: 15px;
  font-weight: bold;
}

/* 底部 */
#footer {
  background: #404040;
  padding-top: 70px;
}

#footer .top {
  border-bottom: 1px solid #545353;
  padding-bottom: 30px;
}

#footer .top dl {
  line-height: 26px;
  margin-right: 50px;
}

#footer .top dl dt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

#footer .top dl dd a {
  font-size: 13px;
  color: #898989;
}

#footer .top dl dd a:hover {
  color: #fff;
}

#footer .top .ml60 {
  margin-left: 60px;
}

#footer .top .QRcode {
  width: 114px;
  margin-right: 44px;
  text-align: center;
}

#footer .top .QRcode img {
  margin-bottom: 15px;
}

#footer .top .QRcode p {
  font-size: 14px;
  color: #a5a4a4;
}

#footer .top .line {
  width: 1px;
  height: 132px;
  background: #666;
  overflow: hidden;
  margin: 0 60px 0 16px;
}

#footer .top .info .p1 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .top .info .p2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

#footer .top .info .p3 {
  font-size: 14px;
  color: #898989;
  margin-bottom: 20px;
}

#footer .top .info .button {
  display: block;
  width: 122px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  background: #b42e32;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#footer .top .info .button:hover {
  border-radius: 30px;
}

#footer .bottom {
  text-align: center;
  font-size: 13px;
  color: #9e9e9e;
  padding: 20px;
}

#bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 102;
}

#bottom-fixed .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 27px;
  height: 27px;
  background: url(../images/index1/icon8.png) no-repeat;
}

#bottom-fixed .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  fliter: alpha(opacity=70);
}

#bottom-fixed .w1200 {
  z-index: 10;
}

#bottom-fixed .left {
  margin-top: 13px;
  height: 78px;
  border-right: 1px dashed #adadad;
}

#bottom-fixed .left .offer {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-left: 12px;
  margin-top: 10px;
  padding-right: 20px;
}

#bottom-fixed .middle {
  height: 78px;
  margin-top: 13px;
  padding: 9px 20px;
  border-right: 1px dashed #adadad;
}

#bottom-fixed .middle input, #bottom-fixed .middle select {
  border-radius: 0;
  border: none;
}

#bottom-fixed .middle .sel_one {
  color: #666;
  width: 123px;
  height: 30px;
  padding: 0;
  padding-left: 10px;
}

#bottom-fixed .middle .text_area {
  width: 113px;
  height: 30px;
  margin-left: 2px;
  color: #666;
  padding-left: 10px;
  line-height: 30px;
  border-radius: 0;
}

#bottom-fixed .middle .sel_two {
  width: 131px;
  height: 30px;
  margin-left: 2px;
  color: #666;
  padding: 0;
  padding-left: 10px;
}

#bottom-fixed .middle .tell_box {
  margin-top: 4px;
}

#bottom-fixed .middle .tell_box .phone1 {
  width: 238px;
  height: 30px;
  padding-left: 12px;
  color: #666;
  line-height: 30px;
  border-radius: 0;
  border: none;
}

#bottom-fixed .middle .tell_box .BaoMing {
  width: 132px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #ce2222;
  line-height: 30px;
  text-align: center;
  margin-left: 2px;
}

#bottom-fixed .right {
  padding: 15px 20px;
}

#bottom-fixed .right .sweep-yellow {
  font-size: 14px;
  font-weight: bold;
  color: #ffd02c;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
}

#bottom-fixed .right .sweep-p {
  font-size: 12px;
  color: #fff;
  width: 170px;
  line-height: 16px;
  margin-top: 8px;
}

.h2-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  padding-top: 70px;
  text-align: center;
}

.p-info {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-delay: .3s;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-delay: .3s;
}

.popup-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -201px;
  width: 402px;
  height: 420px;
  background: #fff;
  z-index: 1001;
  padding: 60px 45px 30px;
}

.popup .popup-close {
  background: url(../images/common/popup_close.png) no-repeat;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup .popup-icon {
  position: absolute;
  left: 50%;
  top: -43px;
  width: 87px;
  height: 87px;
  margin-left: -43px;
  z-index: 2;
  background: url(../images/common/popup_icon.png) no-repeat;
}

.popup h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.popup p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 20px;
  text-align: center;
}

.popup p strong {
  color: #d9000f;
}

.popup .item {
  margin-bottom: 15px;
}

.popup .item label {
  width: 75px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}

.popup .item label em {
  color: red;
}

.popup .item .input {
  width: 237px;
  height: 35px;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #aeaeae;
  border-radius: 0;
}

.popup .item .submit {
  height: 40px;
  background: linear-gradient(to right, #e25e5f, #d73867);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  border: none;
}

.popup .tip {
  font-size: 12px;
  color: #aeaeae;
}

/* banner */
/* 主内容 */
#content .session1 {
  padding: 70px 0 80px 0;
}

#content .session1 .left {
  width: 372px;
  height: 476px;
  margin-right: 40px;
}

#content .session1 .right {
  width: 788px;
  padding: 0 0 0 40px;
}

#content .session1 .right h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 14px;
}

#content .session1 .right h2 span {
  display: inline-block;
  line-height: 36px;
  padding-bottom: 13px;
  border-bottom: 2px solid #eaeaea;
}

#content .session1 .right .title {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  margin-bottom: 14px;
}

#content .session1 .right p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 35px;
}

#content .session1 .right li {
  float: left;
  width: 249px;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  color: #666666;
  position: relative;
}

#content .session1 .right li::before {
  content: '';
  position: absolute;
  left: 100%;
  height: 110px;
  top: 15px;
  width: 1px;
  background: #e4e4e4;
}

#content .session1 .right li .li-div1 {
  margin-bottom: 15px;
}

#content .session1 .right li .li-div2 {
  font-weight: bold;
  font-size: 66px;
  color: #dd4f50;
}

#content .session1 .right li .li-div2 span {
  padding-left: 5px;
  color: #ce2222;
  font-size: 14px;
}

#content .session1 .right .li1 {
  text-align: left;
}

#content .session1 .right .li3::before {
  width: 0;
}

#content .session2 {
  background: url(../images/index3/session2_bg.png) no-repeat center top;
  padding-bottom: 80px;
}

#content .session2 .h2-title {
  color: #fff;
}

#content .session2 .p-info {
  color: #fff;
}

#content .session2 #certify {
  position: relative;
}

#content .session2 #certify .swiper-slide {
  width: 270px;
  height: 365px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  text-align: center;
  vertical-align: middle;
}

#content .session2 #certify .swiper-slide img {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}

#content .session2 #certify .swiper-button-prev {
  left: 0;
  width: 47px;
  height: 104px;
  background: url(../images/index3/session2_prev.png) no-repeat;
}

#content .session2 #certify .swiper-button-next {
  right: 0;
  width: 47px;
  height: 104px;
  background: url(../images/index3/session2_next.png) no-repeat;
}

#content .session2 .swiper-button-prev:after, #content .session2 .swiper-button-next::after {
  content: '';
}

#content .session2 .name {
  padding-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

#content .session3 {
  background: url(../images/index3/session3_bg.png) no-repeat center top;
  padding-bottom: 54px;
}

#content .session3 .w1200 {
  padding-bottom: 10px;
}

#content .session3 .left {
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 2;
  width: 620px;
  height: 395px;
  overflow: hidden;
}

#content .session3 .right {
  width: 610px;
  height: 460px;
  background-color: #ffffff;
  padding: 70px 80px 0;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

#content .session3 .right h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

#content .session3 .right .englist {
  font-size: 12px;
  line-height: 30px;
  color: #666666;
}

#content .session3 .right p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

#content .session3 .right p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  overflow: hidden;
}

#content .session4 {
  padding-bottom: 80px;
}

#content .session5 {
  background: url(../images/index3/session5_bg.png) no-repeat center top;
  height: 766px;
  overflow: hidden;
}

#content .session5 .text {
  width: 400px;
  color: #fff;
  padding-top: 280px;
}

#content .session5 .text .p2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

#content .session5 .text .p3 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 20px;
}

#content .session5 .text .p4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

#content .session5 .text .p5 {
  font-size: 14px;
  line-height: 30px;
}

#content .session6 {
  padding-bottom: 80px;
}

#content .session6 ul {
  width: 1221px;
}

#content .session6 ul li {
  float: left;
  height: 465px;
  overflow: hidden;
  margin-left: 21px;
}

#content .session6 ul li img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .session6 ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#content .session6 ul .li1 {
  width: 350px;
}

#content .session6 ul .li2 {
  width: 360px;
}

#content .session6 ul .li3 {
  width: 448px;
}

#content .session7 {
  background: url(../images/index3/session7_bg.png) no-repeat center top;
  height: 403px;
}

#content .session7 .h2-title, #content .session7 .p-info {
  color: #fff;
}

#content .session7 ul {
  width: 1260px;
}

#content .session7 ul li {
  float: left;
  position: relative;
  width: 200px;
  text-align: center;
  cursor: default;
}

#content .session7 ul li .circle {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

#content .session7 ul li .circle img {
  display: block;
  margin: 28px auto 0;
}

#content .session7 ul li h4, #content .session7 ul li p {
  letter-spacing: 1px;
  color: #ffffff;
}

#content .session7 ul li h4 {
  font-size: 17px;
  line-height: 36px;
}

#content .session7 ul li p {
  font-size: 14px;
  line-height: 20px;
}

#content .session7 ul li::before {
  content: '';
  position: absolute;
  left: 185px;
  top: 34px;
  background: url(../images/index3/session7_icon7.png) no-repeat;
  width: 32px;
  height: 32px;
}

#content .session7 ul li:nth-last-child(1)::before {
  background: none;
}

#content .session7 ul li:hover .circle {
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
  animation: hvr-buzz-out 0.75s linear 1;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
