@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;
}

#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 .h2-title {
  font-size: 36px;
  color: #000000;
  letter-spacing: 2px;
  line-height: 40px;
}

#content .h2-title span {
  color: #e3552f;
}

#content .p-info {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}

#content .session1 {
  background: url(../images/index5/session1_bg.png) no-repeat center top;
  padding: 210px 0 60px;
}

#content .session1 .wrap {
  width: 1108px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin: 0 auto;
}

#content .session1 .wrap .left {
  float: left;
  width: 573px;
  position: relative;
  padding: 33px 50px;
  border-right: 1px solid #cbcbce;
}

#content .session1 .wrap .left h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #333333;
  font-weight: 400;
}

#content .session1 .wrap .left h3 span {
  font-size: 22px;
  color: #eb6b52;
  padding-right: 12px;
}

#content .session1 .wrap .left .form-item {
  margin-bottom: 13px;
  position: relative;
}

#content .session1 .wrap .left .form-item em {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 17px;
}

#content .session1 .wrap .left .form-item input, #content .session1 .wrap .left .form-item select {
  width: 414px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  font-size: 15px;
}

#content .session1 .wrap .left p {
  font-size: 13px;
  letter-spacing: 2px;
  color: #afafaf;
}

#content .session1 .wrap .left .circle-big {
  position: absolute;
  right: -69px;
  top: 114px;
  width: 138px;
  height: 138px;
  background-color: #fbe1dc;
  border: solid 1px #ebe3e2;
  border-radius: 50%;
  z-index: 3;
}

#content .session1 .wrap .left .circle-big .circle-small {
  width: 90px;
  height: 90px;
  background-color: #eb6b52;
  margin: 24px auto 0;
  text-align: center;
  padding-top: 24px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #ffffff;
  border-radius: 50%;
}

#content .session1 .wrap .left .circle-big .circle-animate {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 138px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fbe1dc;
  z-index: 12;
  -webkit-animation: scale-three2 1.5s ease infinite;
  -moz-animation: scale-three2 1.5s ease infinite;
  -o-animation: scale-three2 1.5s ease infinite;
  animation: scale-three2 1.5s ease infinite;
  animation-fill-mode: both;
}

#content .session1 .wrap .left .info {
  position: absolute;
  right: -98px;
  top: 275px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  padding: 10px 0;
}

#content .session1 .wrap .left .info p {
  color: #333333;
  font-size: 18px;
  letter-spacing: 1px;
}

#content .session1 .wrap .left .info .phone {
  font-size: 26px;
  letter-spacing: 1px;
  color: #eb6b52;
}

#content .session1 .wrap .right {
  float: left;
  width: 535px;
  padding: 35px 53px 0 142px;
}

#content .session1 .wrap .right .title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 15px;
}

#content .session1 .wrap .right .title span {
  font-size: 30px;
  color: #eb6b52;
}

#content .session1 .wrap .right .box {
  padding: 14px 20px;
  border: solid 2px #f0f0f0;
  margin-bottom: 10px;
  border-radius: 10px;
}

#content .session1 .wrap .right .box p {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  margin: 12px 0;
}

#content .session1 .wrap .right .box p .name {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 20px;
}

#content .session1 .wrap .right .box p strong {
  float: left;
  width: 50%;
  font-size: 20px;
  color: #eb6b52;
  font-weight: 400;
}

#content .session1 .wrap .right .box p strong em {
  font-style: normal;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  padding-left: 9px;
}

#content .session1 .wrap .right .tip {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

#content .session2 {
  position: relative;
}

#content .session2 .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}

#content .session2 .con {
  padding-top: 62px;
}

#content .session2 .wrap {
  background: url(../images/index5/session2_bg.png) no-repeat;
  width: 793px;
  height: 621px;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
}

#content .session2 .wrap .block {
  position: absolute;
  width: 210px;
  height: 70px;
  padding: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #23221e;
  background-color: #ededed;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#content .session2 .wrap .block em {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  z-index: 2;
  background: url(../images/index5/session2_icon.png) no-repeat;
}

#content .session2 .wrap .block:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

#content .session2 .wrap .block1 {
  left: -210px;
  top: 150px;
}

#content .session2 .wrap .block2 {
  right: -210px;
  top: 150px;
}

#content .session2 .wrap .block3 {
  left: -210px;
  top: 310px;
}

#content .session2 .wrap .block4 {
  right: -210px;
  top: 292px;
}

#content .session2 .wrap .block5 {
  left: -210px;
  top: 472px;
}

#content .session2 .wrap .block6 {
  right: -210px;
  top: 442px;
}

#content .session2 .wrap .block1, #content .session2 .wrap .block3, #content .session2 .wrap .block5 {
  border-right: 3px solid #eb6b52;
}

#content .session2 .wrap .block1 em, #content .session2 .wrap .block3 em, #content .session2 .wrap .block5 em {
  right: -9px;
}

#content .session2 .wrap .block2, #content .session2 .wrap .block4, #content .session2 .wrap .block6 {
  border-left: 3px solid #eb6b52;
}

#content .session2 .wrap .block2 em, #content .session2 .wrap .block4 em, #content .session2 .wrap .block6 em {
  left: -9px;
}

#content .session3 {
  padding-bottom: 70px;
  background: url(../images/index5/session3_bg.png) no-repeat center top;
}

#content .session3 .h2-title, #content .session3 .p-info {
  color: #fff;
}

#content .session3 .tab {
  margin-bottom: 30px;
}

#content .session3 .tab a {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  margin-right: 30px;
  font-size: 16px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #333333;
}

#content .session3 .tab a:hover {
  background-color: #eb6b52;
  color: #fff;
}

#content .session3 .tab .current {
  background-color: #eb6b52;
  color: #fff;
}

#content .session3 .tab-content {
  padding: 25px 20px 46px;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}

#content .session3 .tab-content .img-box .left {
  width: 780px;
}

#content .session3 .tab-content .img-box .left li {
  float: left;
  width: 380px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

#content .session3 .tab-content .img-box .left li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#content .session3 .tab-content .img-box .left li a .img {
  width: 100%;
  height: 100%;
}

#content .session3 .tab-content .img-box .left li a .img img {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  object-fit: cover;
}

#content .session3 .tab-content .img-box .left li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}

#content .session3 .tab-content .img-box .left li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#content .session3 .tab-content .img-box .right {
  width: 380px;
}

#content .session3 .tab-content .img-box .right li {
  width: 100%;
  height: 176px;
  overflow: hidden;
  margin-bottom: 10px;
}

#content .session3 .tab-content .img-box .right li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#content .session3 .tab-content .img-box .right li a .img {
  width: 100%;
  height: 100%;
}

#content .session3 .tab-content .img-box .right li a .img img {
  display: block;
  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 .session3 .tab-content .img-box .right li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}

#content .session3 .tab-content .img-box .right li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#content .session3 .tab-content .img-box .right .li1 {
  height: 138px;
}

#content .session3 .tab-second {
  padding-top: 14px;
  margin-bottom: 22px;
}

#content .session3 .tab-second a {
  float: left;
  position: relative;
  width: 104px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #333333;
}

#content .session3 .tab-second a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#content .session3 .tab-second a:hover {
  background-color: #eb6b52;
  color: #fff;
}

#content .session3 .tab-second a:hover::before {
  border-top-color: #eb6b52;
}

#content .session3 .tab-second .active {
  background-color: #eb6b52;
  color: #fff;
}

#content .session3 .tab-second .active::before {
  border-top-color: #eb6b52;
}

#content .session3 .tab-second-content .title {
  height: 53px;
  line-height: 53px;
  text-align: center;
  background-color: #ea8866;
  font-size: 15px;
  margin-right: 2px;
  color: #ffffff;
}

#content .session3 .tab-second-content li {
  float: left;
  background: #f6f6f6;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#content .session3 .tab-second-content .last li {
  font-size: 18px;
  color: #eb6b52;
  width: 100% !important;
}

#content .session3 .tab-second-content .left {
  float: left;
  width: 387px;
}

#content .session3 .tab-second-content .left li {
  width: 50%;
}

#content .session3 .tab-second-content .right {
  float: left;
  width: 771px;
}

#content .session3 .tab-second-content .right li {
  width: 20%;
}

#content .session3 .click-btn {
  position: relative;
  display: block;
  margin: 22px auto 0;
  width: 324px;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: url(../images/index5/session3_btn.png) no-repeat;
  -webkit-animation: changeBiger 1.75s infinite;
  animation: changeBiger 1.75s infinite;
}

#content .session3 .click-btn em {
  position: absolute;
  right: 6px;
  top: 22px;
  background: url(../images/index5/finger-icon.png) no-repeat;
  width: 61px;
  height: 66px;
  z-index: 10;
}

#content .session4 {
  padding-bottom: 70px;
  background: #f6f6f6;
}

#content .session4 ul {
  padding-top: 10px;
}

#content .session4 ul li {
  float: left;
  width: 90px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

#content .session4 ul li .title {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 100%;
  padding: 130px 30px;
  cursor: pointer;
}

#content .session4 ul li .title em {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #eb6b52;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
  border-radius: 50%;
}

#content .session4 ul li .title p {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  position: relative;
}

#content .session4 ul li .title p::before {
  content: '';
  position: absolute;
  left: 6px;
  bottom: -10px;
  width: 18px;
  height: 2px;
  background-color: #eb6b52;
}

#content .session4 ul li .title i {
  display: block;
  margin: 30px auto 0;
  width: 14px;
  height: 14px;
  background-color: #eb6b52;
}

#content .session4 ul li .title1 {
  background-color: #fbe1dc;
}

#content .session4 ul li .title2 {
  background-color: #e3e3e3;
}

#content .session4 ul li .img {
  width: 930px;
  height: 100%;
  overflow: hidden;
}

#content .session4 ul .active {
  width: 1020px;
}

#content .session4 ul .active .title {
  background-color: #eb6b52;
}

#content .session4 ul .active .title em {
  background-color: #fff;
  color: #eb6b52;
}

#content .session4 ul .active .title p {
  color: #fff;
}

#content .session4 ul .active .title p::before {
  background-color: #fff;
}

#content .session4 ul .active .title i {
  background-color: #fff;
}

#content .session4 ul .active .img {
  display: block;
}

#content .session5 .tab {
  margin-bottom: 30px;
}

#content .session5 .tab a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
  font-size: 18px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #333333;
}

#content .session5 .tab a:hover {
  background-color: #eb6b52;
  color: #fff;
}

#content .session5 .tab .current {
  background-color: #eb6b52;
  color: #fff;
}

#content .session5 .tab-content {


  position: relative;
  margin-left: 20px;
}

#content .session5 .tab-content .tab-second {
  position: absolute;
  left: -10px;
  top: 62px;
  z-index:3;
}

#content .session5 .tab-content .tab-second a {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #999999;
  border-radius: 3px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 26px;
}

#content .session5 .tab-content .tab-second a:hover {
  background-color: #eb6b52;
}

#content .session5 .tab-content .tab-second a em {
  display: none;
  width: 22px;
  height: 20px;
  vertical-align: text-top;
  margin-right: 6px;
  background: url(../images/index5/session5_icon.png) no-repeat;
}

#content .session5 .tab-content .tab-second .active {
  background-color: #eb6b52;
}

#content .session5 .tab-content .tab-second .active em {
  display: inline-block;
}
#content .session5 .tab-content .tab-second-wrap{position:relative;padding: 60px 30px 95px 30px; height:513px;}
#content .session5 .tab-content .tab-second-content-pic{position:absolute;left:0;top:0;width:1180px;height:513px;overflow:hidden;object-fit: cover;}
#content .session5 .tab-content .tab-second-content {
  position:relative;
  z-index:2;
  float: right;
  width: 300px;
  padding: 43px 29px;
  background-color: #ffffff;
}

#content .session5 .tab-content .tab-second-content h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 400;
}

#content .session5 .tab-content .tab-second-content p {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
}

#content .session5 .tab-content .tab-second-content .take-it {
  display: block;
  margin: 50px auto 0;
  width: 200px;
  height: 44px;
  line-height: 44px;
  background-color: #eb6b52;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  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;
}

#content .session5 .tab-content .tab-second-content .take-it:hover {
  border-radius: 30px;
}

#content .session6 {
  background: url(../images/index5/session6_bg.png) no-repeat center top;
  padding-bottom: 70px;
}

#content .session6 ul {
  padding: 20px 34px 0 66px;
}

#content .session6 ul li {
  float: left;
  width: 220px;
  height: 198px;
  text-align: center;
  padding-top: 59px;
}

#content .session6 ul li h3 {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}

#content .session6 ul li h3 p {
  font-size: 14px;
  line-height: 22px;
  color: #414141;
  text-align: center;
}

#content .session7 {
  padding-bottom: 60px;
}

#content .session7 ul {
  width: 1016px;
  margin: 0 auto;
  padding-top: 10px;
}

#content .session7 ul li {
  float: left;
  width: 230px;
  margin: 0 12px;
  text-align: center;
}

#content .session7 ul li .img {
  width: 230px;
  height: 288px;
  overflow: hidden;
}

#content .session7 ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  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 .session7 ul li .text {
  background-color: #e5e5e5;
  padding: 32px 30px;
}

#content .session7 ul li .text h3 {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
}

#content .session7 ul li .text p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

#content .session7 ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#content .session7 ul li .bor-t {
  border-top: 1px solid #fff;
}

#content .session7 ul li .bor-b {
  border-bottom: 1px solid #fff;
}

#content .session7 ul .li-mar {
  margin-top: 96px;
}

#content .session7 .more-btn {
  display: block;
  width: 324px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: #eb6b52;
  border-radius: 5px;
  margin: 30px auto 0;
  font-size: 18px;
  color: #ffffff;
  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 .session7 .more-btn:hover {
  border-radius: 30px;
}

#content .session8 {
  background: url(../images/index5/session8_bg.png) no-repeat center top;
  padding: 90px 0 56px;
}


#content .session8 .left {
  width: 504px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 24px 55px;
  margin-left: 66px;
}

#content .session8 .left h3 {
  font-size: 34px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

#content .session8 .left .item {
  height: 52px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

#content .session8 .left .item em {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  z-index: 5;
}

#content .session8 .left .item .em1 {
  background: url(../images/index5/session8_icon1.png) no-repeat;
}

#content .session8 .left .item .em2 {
  background: url(../images/index5/session8_icon2.png) no-repeat;
}

#content .session8 .left .item .em3 {
  background: url(../images/index5/session8_icon3.png) no-repeat;
}

#content .session8 .left .item input {
  width: 100%;
  height: 100%;
  padding: 11px 40px;
  border: none;
  font-size: 15px;
  color: #333333;
}

#content .session8 .left .tip {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}

#content .session8 .left .buttons {
  margin-bottom: 15px;
}

#content .session8 .left .buttons a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

#content .session8 .left .buttons .getprice-btn {
  width: 214px;
  background-color: #eb6b52;
  color: #ffffff;
}

#content .session8 .left .buttons .consult-btn {
  width: 160px;
  background-color: #fbe1dc;
  color: #eb6b52;
}

#content .session8 .left .phone {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}

#content .session8 .right {
  width: 560px;
  margin-left: 25px;
  padding: 9px 0;
}

#content .session8 .right ul li {
  float: left;
  width: 274px;
  height: 224px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 50px 0 0;
  color: #ffffff;
  text-align: center;
}

#content .session8 .right ul li h3 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

#content .session8 .right ul li p {
  font-size: 18px;
  color: #ffffff;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scale-three2 {
  0% {
    transform: scale(1);
    opacity: .8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes scale-three2 {
  0% {
    -webkit-transform: scale(1);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes scale-three2 {
  0% {
    -moz-transform: scale(1);
    opacity: .7;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes scale-three2 {
  0% {
    -o-transform: scale(1);
    opacity: .7;
  }
  100% {
    -o-transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes changeBiger {
  0% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}