body{
  padding-bottom: 158px;
}
@font-face {
  font-family: 'ziti';
  src: url("../images/ziti.ttf");
}
@font-face {
  font-family: 'ziti1';
  src: url("../images/DINPro-Medium.otf");
}
::-webkit-scrollbar {
  width: 3px; /*对垂直流动条有效*/
  height: 3px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 2px rgba(243,119,106,.3);
  background-color: #fead4d;
  border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(243,119,106,.3);
  background-color: #46bdcc;
}
/*头部*/
.top{
  width: 100%;
  position: relative;
  background: #389fac;
  height: 50px;
}
.top-contact{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.top p{
  color: #fff;
}
.t-add{
  background: url("../images/t-add.png") no-repeat center left;
  padding-left:30px;
  font-size: 14px;
  float: left;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-rexian{
  background: url("../images/t-tel.png") no-repeat center left;
  font-size: 16px;
  text-indent: 30px;
  margin-left: 39px;
  float: right;
}
.header{
  width: 100%;
  position: relative;
  height: 106px;
  background:#46bdcc;
}
.warpper2{
  width: 1600px;
  margin:0 auto;
}

.logo{
  position: relative;
  float: left;
  margin-top: 19px;
}
.nav{
  width: 1167px;
  float: right;
}
.nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav ul li{
  text-align: center;
  line-height: 106px;
  position: relative;
  z-index: 100;
}
.nav ul li a{
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 100;
  display: block;
}
.nav ul li:before{
  display: block;
  content: '';
  background: url("../images/sun.png") no-repeat center center;
  width: 35px;
  height: 38px;
  position: absolute;
  left: -20px;
  top:23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.nav ul li:hover:before{
  opacity: 1;
  visibility: visible;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.nav ul li:after{
  display: block;
  content: '';
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  right: -27px;
  top: 43px;
}
.nav ul li:last-child:after{
  display: none;
}
.nav ul li.active:before{
  display: block;
  content: '';
  background: url("../images/sun.png") no-repeat center center;
  width: 35px;
  height: 38px;
  position: absolute;
  left: -20px;
  top:23px;
  opacity: 1;
  visibility: visible;
}
/*banner*/
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
  /*height: 800px;*/
}
.ban{
  height: 100%;
}
.banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.slide-inner a{
  display: block;
  height: 100%;
}
.banner .slide-inner .text {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 1200px;
  text-align: center;
  background: url("../images/mystar.png") no-repeat right top;
}
.banner .swiper-slide1 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  color: #fff;
  background: url("../images/b1.png") no-repeat center center;
  width: 297px;
  height: 61px;
  font-size: 26px;
  line-height:72px;
  text-indent: 23px;
}
.banner .swiper-slide1 .slide-inner .text .sec {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
  font-size: 55px;
  font-family: ziti;
  color: #fff;
  padding: 10px 0;
  text-align:center;
}
.banner .swiper-slide1 .slide-inner .text .thr {
   color: #fff;
   font-size: 26px;
   transform: translateY(10px);
   opacity: 0;
   transition: all 0.5s;
  transition-delay: 0.7s;
  text-align:center;
  padding-left:45px;
  display:inline-block;
  background: url("../images/mysun.png") no-repeat left center;
}
.banner .swiper-slide1 .slide-inner .text .four {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.8s;
  margin-top: 65px;
}
.banner .swiper-slide1 .slide-inner .text .four li{
  color: #fff;
  font-size: 18px;
  background: url("../images/sun1.png") no-repeat center left;
  text-indent: 30px;
  margin-bottom: 17px;
}
.banner .swiper-slide1.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
/*slide2*/
.banner .swiper-slide2 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  color: #fff;
  background: url("../images/b1.png") no-repeat center center;
  width: 297px;
  height: 61px;
  font-size: 26px;
  line-height:72px;
  text-indent: 23px;
}
.banner .swiper-slide2 .slide-inner .text .sec {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
  font-size: 58px;
  font-family: ziti;
  color: #fff;
  padding: 10px 0;
}
.banner .swiper-slide2 .slide-inner .text .thr {
  color: #fff;
  font-size: 30px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.7s;
  text-align:center;
  padding-left:45px;
  display:inline-block;
  background: url("../images/mysun.png") no-repeat left center;
}
.banner .swiper-slide2 .slide-inner .text .four {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.8s;
  margin-top: 65px;
}
.banner .swiper-slide2 .slide-inner .text .four li{
  color: #fff;
  font-size: 18px;
  background: url("../images/sun1.png") no-repeat center left;
  text-indent: 30px;
  margin-bottom: 17px;
}
.banner .swiper-slide2.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
/*slide3*/
.banner .swiper-slide3 .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  color: #fff;
  background: url("../images/b1.png") no-repeat center center;
  width: 297px;
  height: 61px;
  font-size: 26px;
  line-height:72px;
  text-indent: 23px;
}
.banner .swiper-slide3 .slide-inner .text .sec {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
  font-size: 58px;
  font-family: ziti;
  color: #fff;
  padding: 10px 0;
}
.banner .swiper-slide3 .slide-inner .text .thr {
  color: #fff;
  font-size: 30px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.7s;
  text-align:center;
  padding-left:45px;
  display:inline-block;
  background: url("../images/mysun.png") no-repeat left center;
}
.banner .swiper-slide3 .slide-inner .text .four {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.8s;
  margin-top: 65px;
}
.banner .swiper-slide3 .slide-inner .text .four li{
  color: #fff;
  font-size: 18px;
  background: url("../images/sun1.png") no-repeat center left;
  text-indent: 30px;
  margin-bottom: 17px;
}
.banner .swiper-slide3.text_move .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide3.text_move .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
.ban-dian{
  left: 0;
  bottom: 65px!important;
}
.ban-dian span{
  width: 14px!important ;
  height: 14px!important;
  margin-right: 15px!important;
}
.ban-dian .swiper-pagination-bullet{
  background: #e6dcb5;
}
.ban-dian .swiper-pagination-bullet-active{
  background: #46bdcc;
}
.banner .b3 {
  position: absolute;
  z-index: 99;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .b3 a {
  display: block;
  width: 69px;
  height: 69px;
  background: url(../images/b-jt.png) no-repeat center center;
  animation: p_move 1000ms ease-in-out infinite alternate;
}
@keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  to{
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
  }
}
/*首页-公司简介*/
.index-company{
  width: 100%;
  position: relative;
  padding: 55px 0 65px 0;
}
.company-left{
  width: 565px;
  float: left;
  padding-top: 25px;
}
.company-left h3{
  color: #666666;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}
.company-left p{
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 68px;
}
.com-more{
  width: 220px;
  height: 54px;
  background: #f3776a;
  border-radius: 27px;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.company-left a{
  display: block;
  text-indent: 33px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 100;
}
.company-left a span{
  background: url("../images/c-jt.png") no-repeat center center;
  display: block;
  float: right;
  margin-right: 38px;
  width: 10px;
  height: 18px;
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
.com-more:after{
  display: block;
  content: '';
  width: 0;
  height: 54px;
  background: #da695d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  z-index: 10;
  top: 0;
}
.com-more:hover:after{
  width: 100%;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.company-right{
  float: right;
  width: 591px;
  height: 366px;
  border-radius: 60px 10px;
  overflow: hidden;
}
.company-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-company ul{
  width: 100%;
  position: relative;
  margin-top: 58px;
}
.index-company ul li{
  width: 286px;
  height: 126px;
  float: left;
  margin-right: 18px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.index-company ul li:nth-child(1){
  background: #eef9fb
}
.index-company ul li:nth-child(2){
  background: #fff8f2
}
.index-company ul li:nth-child(3){
  background: #f0faf4
}
.index-company ul li:nth-child(4){
  background: #fef4f3;
  margin-right: 0;
}
.com-tit{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
  z-index: 3;
}
.index-company ul li h3{
  color: #555555;
  font-size:18px;
  font-weight: bold;
}
.index-company ul li p{
  color: #adadad;
  font-size:14px;
  padding-top: 15px;
}
.index-company ul li img{
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 20;
}
.index-company ul li:nth-child(2) img{
  right: -5px;
}
.index-company ul li:nth-child(3) img{
  right: -10px;
}
.index-company ul li:nth-child(4) img{
  right: -2px;
}
.index-company ul li:hover:nth-child(1){
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin-top: -10px;
}
.index-company ul li:hover:nth-child(2){
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin-top: -10px;
}
.index-company ul li:hover:nth-child(3){
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin-top: -10px;
}
.index-company ul li:hover:nth-child(4){
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin-top: -10px;
}
/*首页-培训课程*/
.index-course{
  width: 100%;
  position: relative;
  background: url("../images/course.png") no-repeat center center;
  padding-top:58px;
  padding-bottom: 84px;
  margin-top: -8px;
}
.title strong{
  color: #fff;
  font-size: 30px;
}
.title p{
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}
.title-more{
  width: 190px;
  height: 54px;
  background: #f3776a;
  border-radius: 27px;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  float: right;
  margin-top: -60px;
}
.title-more a{
  display: block;
  text-indent: 42px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 100;
}
.title-more a span{
  background: url("../images/c-jt.png") no-repeat center center;
  display: block;
  float: right;
  margin-right: 42px;
  width: 10px;
  height: 18px;
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
.title-more:after{
  display: block;
  content: '';
  width: 0;
  height: 54px;
  background: #da695d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  z-index: 10;
  top: 0;
}
.title-more:hover:after{
  width: 100%;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.waves {
  position: relative;
  width: 100%;
  height:92px;
}
.content {
  position:relative;
  height:92px;
  text-align:center;
  background-color: #c4e5e9;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)   infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 3s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 9s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 4s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
.course-list{
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.course-list .cour-content{
  display: block;
  width: 100%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.kecheng2 .swiper-slide:nth-of-type(2n){
  margin-top: 50px;
}
.course-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.course-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-tit{
  width: 100%;
  position: absolute;
  height: 52px;
  background:rgba(0,0,0,.4);
  bottom: 0;
  z-index: 20;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.course-tit p{
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  text-indent: 20px;
  font-weight: bold;
}
.course-tit span{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding:0 20px;
  display: block;
}
.course-list .swiper-slide:hover .cour-content .course-tit{
  height: 133px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.course-list .swiper-slide:hover .cour-content .course-tit p{
  padding-top: 10px;
}
.baoming{
  position: absolute;
  width: 64px;
  height: 64px;
  background: #fead4d;
  border-radius: 50%;
  right:0px;
  bottom: 99px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
}
.baoming a{
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 8px;
}
.course-list .swiper-slide:hover .baoming{
  right: 21px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.kc-next{
  right: -100px!important;
  width: 54px!important;
  height: 54px!important;
  background: url("../images/kc-right.png") no-repeat center center;
  top: 50%!important;
}
.kc-next:hover{
  background: url("../images/kc-right-h.png") no-repeat center center;
}
.kc-prev{
  left: -100px!important;
  width: 54px!important;
  height: 54px!important;
  background: url("../images/kc-left.png") no-repeat center center;
  top: 50%!important;
}
.kc-prev:hover{
  background: url("../images/kc-left-h.png") no-repeat center center;
}
/*首页-新闻活动*/
.index-news{
  width: 100%;
  position: relative;
  padding: 72px 0 100px 0;
  background: url("../images/news.jpg") repeat-y center center;
}
.title1 strong{
  color: #666666;
  font-size: 30px;
}
.title1 p{
  color: #999999;
  font-size: 16px;
}
.news-center{
  margin-top: 20px;
}
.news-img{
  width: 580px;
  height:460px;
  border-radius: 20px;
  overflow: hidden;
  float: left;
}
.news-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list{
  width: 580px;
  height: 460px;
  float: right;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.news-list ul li{
  width: 100%;
  height: 93px;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.n-title{
  line-height: 93px;
  color: #666666;
  font-size: 18px;
  padding-left: 38px;
  background: url("../images/n-jt.png") no-repeat center right 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-time{
  display: none;
  color: #78d7e3;
  font-size: 14px;
  background: url("../images/n-time.png") no-repeat center left 35px;
  text-indent: 60px;
}
.n-text{
  display: none;
  color: #a6e1e8;
  font-size: 14px;
  line-height: 22px;
  padding:0 40px;
}
.news-list ul li.on{
  height: 157px;
  background: #46bdcc;
  padding-top: 25px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.news-list ul li.on .n-time{
  display: block;
}
.news-list ul li.on .n-title{
  line-height: 60px;
  color: #fff;
  background: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li.on .n-text{
  display: block;
}
/*首页-风采*/
.index-fencai{
  width: 100%;
  position: relative;
  height: 602px;
}
.jianbian{
  width: 100%;
  height: 602px;
  background: url("../images/jb.png") no-repeat center left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100
}
.jianbian h3{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 190px;
}
.jianbian p{
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
}
.fc-more{
  width: 190px;
  height: 54px;
  background: #f3776a;
  border-radius: 27px;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin-top: 60px;
}
.fc-more a{
  display: block;
  text-indent: 42px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 100;
}
.fc-more a span{
  background: url("../images/c-jt.png") no-repeat center center;
  display: block;
  float: right;
  margin-right: 42px;
  width: 10px;
  height: 18px;
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
.fc-more:after{
  display: block;
  content: '';
  width: 0;
  height: 54px;
  background: #da695d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  z-index: 10;
  top: 0;
}
.fc-more:hover:after{
  width: 100%;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.fc-list{
  width: 100%;
  height: 602px;
}
.fc-dian{
  z-index:200;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.fc-dian span{
  width: 14px!important ;
  height: 14px!important;
  margin-right: 15px!important;
  float: left;
}
.fc-dian .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 1!important;
}
.fc-dian .swiper-pagination-bullet-active{
  background: #46bdcc;
}
/*底部*/
.foot{
  width: 100%;
  position: relative;
  border-top: 8px solid #46bdcc;
}
.f-nav{
  line-height: 86px;
  width: 100%;
}
.f-nav ul{

}
.f-nav ul{
  height: 86px;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-nav ul li{
  text-align: center;
  line-height: 86px;
  position: relative;
  z-index: 100;
}
.f-nav ul li a{
  color: #46bdcc;
  font-size: 18px;
  font-weight: bold;
}
.f-nav ul li:hover a{
  color: #f3776a;
}
.foot-center{
  margin-top: 15px;
}
.foot-lianxi{
  width: 715px;
  float: left;
  margin-top: 40px;
}
.foot1{
  float: left;
  background: url("../images/f-tel.png") no-repeat left top;
  padding-left: 65px;
}
.foot1 small{
  color: #666666;
  font-size: 16px;
}
.foot1 p{
  color: #46bdcc;
  font-size: 30px;
  font-family: ziti1;
  margin-top: -10px;
}
.foot2{
  float: left;
  background: url("../images/f-add.png") no-repeat center left;
  padding-left: 65px;
}
.foot2 small{
  color: #666666;
  font-size: 16px;
}
.foot2 p{
  color: #46bdcc;
  font-size: 18px;
  font-weight: bold;
}
.f-admin{
  margin-top: 30px;
  color:#999999;
  font-size: 14px;
}
.f-admin a{
  font-size: 14px;
  color: #999;
}
.foot3{
  float: right;
  width: 130px;
  height: 130px;
}
.foot3 p{
  color: #999;
  font-size: 14px;
  text-align: center;
}
#kefu{
  width: 126px;
  height: 386px;
  position: fixed;
  right: 25px;
  top:30%;
  background: url("../images/side.png") no-repeat center center;
  z-index: 1000;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
#kefu ul{
  margin-top: 88px;
}
#kefu ul li{
  line-height: 73px;
  text-indent: 47px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
#kefu ul li:nth-child(1){
  background: url("../images/side1.png") no-repeat center left 17px;
}
#kefu ul li:nth-child(2){
  background: url("../images/side2s.png") no-repeat center left 17px;
}
#kefu ul li:nth-child(3){
  background: url("../images/side3.png") no-repeat center left 17px;
}
#kefu ul li:nth-child(4){
  background: url("../images/side4.png") no-repeat center left 17px;
}
#kefu ul li a{
  color: #fff;
}
#kefu ul li:hover:nth-child(1){
  background:#38a6b4 url("../images/side1.png") no-repeat center left 17px;
}
#kefu ul li:hover:nth-child(2){
  background:#38a6b4 url("../images/side2s.png") no-repeat center left 17px;
}
#kefu ul li:hover:nth-child(3){
  background:#38a6b4 url("../images/side3.png") no-repeat center left 17px;
}
#kefu ul li:hover:nth-child(4){
  background: #38a6b4 url("../images/side4.png") no-repeat center left 17px;
}
#kefu ul li img{
  display: none;
  opacity: 0;
  position: absolute;
  left: -230px;
  top: -50px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
#kefu ul li:hover img{
  display: block;
  opacity: 1;
  left: -130px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
#kefu .side {
  position: absolute;
  left: 37px;
  height: 29px;
  width: 50px;
  bottom: -26px;
  background: url("../images/kf.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}

#kefu .side2 {
  position: absolute;
  left: -63px;
  height: 148px;
  width: 68px;
  top: 0px;
  background: url("../images/kf-1.png") center no-repeat;
  cursor: pointer;
  display: none
}
.fudong {
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  transform: translateX(163px);
}

  /*内页-banner*/
.nei-banner{
  width: 100%;
  position: relative;
  margin-bottom: -15px;
}
.nei-banner img{
  display: block;
  max-width: 100%;
  position: relative;
  top: -15px;
}
/*内页-面包屑*/
.location{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0,0,0,0.3);
  position: relative;
  margin-top: -64px;
  z-index: 100;
}
.loca-l{
  color: #fff;
  font-size: 16px;
  float: left;
  background: url("../images/sun1.png") no-repeat center left;
  padding-left: 30px;
}
.loca-r{
  float: right;
  color: #fff;
  font-size: 14px;
  background: url("../images/home-icon.png") no-repeat center left;
  padding-left: 20px;
}
.loca-r a{
  color: #fff;
  font-size: 14px;
}
/*内页-关于我们*/
.about-nav{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.about-nav ul{
  width: 660px;
  height: 135px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.about-nav ul li{
  width: 33.3%;
  float: left;
  padding: 23px 0;
}
.about-nav ul li:after{
  display: block;
  content: '';
  width: 1px;
  height: 68px;
  background: #dfdfdf;
  float: right;
  margin-top: -75px;
}
.about-nav ul li:last-child:after{
  display: none;
}
.about-nav ul li img{
  display: block;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
}
.about-nav ul li:hover img{
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
.about-nav ul li p{
  color: #666666;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
}
.about1{
  width: 100%;
  position: relative;
  background: url("../images/about1-bg.png") no-repeat center center;
  margin-top: 85px;
  padding-bottom: 73px;
}
.about1-left{
  width:634px;
  float: left;
  background: url("../images/ab1.png") no-repeat center center;
  height: 380px;
  margin-left: -15px;
}
.about1-left-img{
  width: 591px;
  height: 366px;
  border-radius: 60px 10px 60px 10px;
  overflow: hidden;
  margin-left: 22px;
  margin-top: -10px;
}
.about1-left-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about1-right{
  width: 533px;
  float: right;
}
.about1-right>div{
  text-align: center;
}
.about1-right h3{
  display:inline-block;
  margin:0 auto;
  color: #474747;
  font-size: 29px;
  font-weight: bold;
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
}
.about1-right h3:after{
  display: block;
  content: '';
  width: 100%;
  height:18px;
  background: #c3e9ee;
  position: relative;
  z-index: -1;
  margin-top: -20px;
}
.about1-right p{
  ---color: #999999;
  font-size: 14px;
  line-height: 28px;
}
.about1-right p img{
  display: initial;
}
.about2{
  width: 100%;
  position: relative;
  background:#f2f2f2 url("../images/about2-bg.png") no-repeat center top;
  padding: 100px 0 70px 0;
  margin-top: -50px;
}
.about2 ul{
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.about2 ul li{
  width: 400px;
  height: 270px;
  float: left;
  position: relative;
}
.about2-img{
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.about2-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about2 ul li:hover img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.about2-tit{
 padding: 47px 35px;
}
.about2-tit h3{
  color: #64b6c0;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
.about2-tit p{
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}
.about3{
  width: 100%;
  position: relative;
  background: url("../images/about3-bg.png") no-repeat center center;
  padding: 70px 0 60px 0;
}
.about3-title{
  text-align: center;
}
.about3-title h3{
  color: #666666;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
}
.about3-title h3:after{
  display: block;
  content: '';
  width: 210px;
  height:18px;
  background: #c3e9ee;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}
.about3-center{
  width: 100%;
  position: relative;
}
.about3-left{
  width:590px;
  height: 590px;
  float: left;
}
.about3-left a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about3-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about3-left:hover img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.about3-right{
  width: 590px;
  float: right;
}
.about3-top{
  width: 100%;
  height: 310px;
}
.about3-top a{
  display: block;
  width:100%;
  height: 100%;
  overflow: hidden;
}
.about3-top a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about3-top:hover img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.about3-bottom{
  width: 100%;
  height: 260px;
  margin-top:20px ;
}
.about3-bottom ul li{
  width: 285px;
  height: 260px;
  float: left;
  margin-right:20px ;
}
.about3-bottom ul li:last-child{
  margin-right: 0;
}
.about3-bottom ul li a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about3-bottom ul li a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about3-bottom ul li:hover a img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.case-more{
  width: 190px;
  height: 54px;
  background: #f3776a;
  border-radius: 27px;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  margin: 0 auto;
  margin-top: 50px;

}
.case-more a{
  display: block;
  text-indent: 42px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 100;
}
.case-more a span{
  background: url("../images/c-jt.png") no-repeat center center;
  display: block;
  float: right;
  margin-right: 42px;
  width: 10px;
  height: 18px;
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
.case-more:after{
  display: block;
  content: '';
  width: 0;
  height: 54px;
  background: #da695d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  z-index: 10;
  top: 0;
}
.case-more:hover:after{
  width: 100%;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.about4{
  width: 100%;
  position: relative;
  padding: 50px 0 50px 0;
  background: url("../images/abou4.jpg") no-repeat center center;
}
.about4-title{
  text-align: center;
}
.about4-title h3{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
.about4-title p{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
/*内页-风采*/
.about-nav{
  width: 100%;
  position: relative;
}
.fencai-nav ul{
  width: 620px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.06);
  margin: 0 auto;
  margin-top: -105px;
  position: relative;
  z-index: 100;
}
.fencai-nav ul li{
  width: 50%;
  float: left;
  padding: 20px 0;
}
.fencai-nav ul li a{
  display: block;
}
.fencai-nav ul li a.active p{
  color: #f3776a;
  font-weight: bold;
}
.fencai-nav ul li:after{
  display: block;
  content: '';
  width: 1px;
  height: 68px;
  background: #ededed;
  float: right;
  margin-top: -75px;
}
.fencai-nav ul li:last-child:after{
  display: none;
}
.fencai-nav ul li img{
  display: block;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
}
.fencai-nav ul li:hover img{
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
.fencai-nav ul li p{
  color: #666666;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
}
.info-fencai{
  background: url(../images/xinwen-bg.jpg) repeat-y center;
  width: 100%;
  padding: 40px 0;
}
.inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
}
.fencai-center{
  background: none!important;
  padding: 0!important;
  margin-top: 68px;
}
.inner-right .de-honor-list ul li {
  float: left;
  width: 380px;
  overflow: hidden;
  background: #fff;
  margin-right: 27px;
  margin-bottom: 25px;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.inner-right .de-honor-list ul li:nth-child(3n){
  margin-right: 0;
}
.inner-right .de-honor-list ul li a {
  display: block;
}
.inner-right .de-honor-list ul li .img {
  width: 380px;
  height: 258px;
  line-height: 200px;
  overflow: hidden;
}
.inner-right .de-honor-list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 58px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 58px;
  font-size: 16px;
  color: #666666;
}
.inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
/*内页-新闻*/
.info-news{
  background: url(../images/xinwen-bg.jpg) repeat-y center;
  width: 100%;
  padding: 40px 0;
}
.info-news ul{
  padding:0 30px;
  background: #fff;
}
.info-news ul li{
  overflow: hidden;
  padding: 38px 0 38px;
  border-bottom: #e9e9e9 1px solid;
}
.info-news ul li .box{
  overflow: hidden;
  background: #fbfbfc;
  border-radius: 8px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  position: relative;
}
.info-news ul li .box:after{
  content: '';
  width: 56px;
  height: 55px;
  position: absolute;
  right: -100px;
  bottom: 12px;
  background: url("../images/tuzi.png") no-repeat center center;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  background-size: cover;
}
.info-news ul li .box .img{
  float: left;
  width: 240px;
  height: 171px;
  overflow: hidden;
  border-radius: 8px;
}
.info-news ul li .box .img img{
  display: block;
  width:100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-news ul li:hover .box img{
  transform: scale(1.05);
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-news ul li .box .con{
  float: right;
  width: 850px;
  margin-right: 20px;
  padding: 20px 0 0;
}
.info-news ul li .box .con h4{
  font-size: 18px;
  color: #151515;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-news ul li .box .con h4 span{
  font-size: 18px;
  color: #a0a0a0;
  float: right;
}
.info-news ul li .box .con p {
  font-size: 14px;
  color: #939393;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 15px 0 32px;
}
.info-news ul li .box .con h6{
  font-size: 12px;
  color: #a0a0a0;
  text-transform: uppercase;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-news ul li .box .con h6 span{
  margin-left: 10px;
}
.info-news ul li .box:hover .con h4,.info-news ul li .box:hover .con h6 {
  color: #f3776a;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-news ul li .box:hover:after {
  right: 20px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.inner-right {
  width:100%;
  background: #fff;
  padding:30px;
}
.inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.inner-right .news-detail-content .news-detail p {
  font-size: 16px;
  color: #595959;
  line-height:30px;
}
.inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.inner-right .news-detail-content .newsPage {
  padding: 0 12px;
  font-size: 14px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.inner-right .news-detail-content .newsPage a:hover {
  color: #ffb600;
}
/*内页-联系我们*/
.contactcon{
  background: url(../images/conbg.jpg);
  padding: 70px 0;
  background-size: cover;
  background-position: center;
}
.conbox{
  padding: 40px 0;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
.conbox .left{
  float: left;
  width: 40%;
  padding:0 5%;
  height: 100%;
  position: relative;
}
.conbox .title{
  font-size: 30px;
  color: #ecac56;
  text-align: center;
  line-height: 1;
   margin-bottom: 40px;
}
.conbox .left .title{
  margin-bottom: 58px;
}
.conbox .left .item{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px
}
.conbox .left .item img{
  margin-right: 20px;
}
.conbox .left .codeimg{
  text-align: center;
  padding-top:20px;
}
.conbox .left .codeimg .imgbox{
  width:150px;
  height: 150px;
  border:4px solid #ddedf1;
  position: relative;

}
.conbox .left .codeimg .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
}
.conbox .left .codeimg p{
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  text-align: left;
  text-indent: 21px;
}
.conbox .left:after{
  content:"";
  width: 2px;
  height: 530px;
  background:#62b1c1;
  position: absolute;
  right: 40px;
  top: 0px;
}
.conbox .right{
  float: right;
  width: 40%;
  padding:0 5%;
  height: 100%;
}
.conbox .right .title{
  color: #ecac56;
}
.qzfaddorder{
  width: 100%;
}
.formlist input{
  width: 100%;
  display: block;
  border-bottom: 1px solid #eff1f4;
  line-height:50px;
  font-size: 16px;
  text-indent: 15px;
  color: #333;
}
.formlist input::-webkit-input-placeholder{
  color: #666;
}
.formlist h3{
  color: #666;
  font-size: 16px;
  line-height:50px;
  text-indent: 15px;
  float: left;
  width: 25%;
}
.formlist select{
  width: 75%;
  float: right;
  border-bottom: 1px solid #eff1f4;
  border-radius: 5px;
  line-height: 50px;
  display: block;
  height: 50px;
  text-indent: 15px;
  font-size: 16px;
  color: #666;
}
.formcontent1{
  margin-top: 35px;
}
.formcontent1 input{
  width: 48%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  float: left;
  text-indent: 15px;
  font-size: 16px;
  color: #333;
}
.formcontent1 input::-webkit-input-placeholder{
  color: #666;
}
.verify{
  width: 48%;
  float: right;
  height: 50px;
}
.verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.form-sub{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f3776a;
  margin-top:50px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  cursor: pointer;
  border-radius: 27px;
}
.form-sub #submit{
  display: block;
  width: 100%;
  background: none;
  font-size: 18px;
  color: #fff;
  height: 50px;
}
.form-sub:hover{
  background: #ecac56;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.contact-map{
  width: 100%;
  height: 400px;
}
#dituContent{
  width: 100%;
  height: 400px;
}
/*内页-课程设置*/
.info-pro{
  background: url(../images/xinwen-bg.jpg) repeat-y center;
  width: 100%;
  padding: 40px 0;
}
.kc-list{
  width: 100%;
  position: relative;
  padding-top:70px;
}
.kc-list ul li{
  float: left;
  width: 380px;
  height: 418px;
  margin-right: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.kc-list ul li:nth-child(3n){
  margin-right: 0;
}
.kc-list ul li .img{
  width: 100%;
  height:230px;
  overflow: hidden;
}
.kc-list ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.kc-list ul li:hover .img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.kc-list ul li .kc-text{
  padding: 36px;
}
.kc-list ul li .kc-text h3{
  font-size: 20px;
  font-weight: bold;
}
/*.kc-list ul li:nth-child(1) .kc-text h3{*/
/*  color: #fead4d;*/
/*}*/
/*.kc-list ul li:nth-child(2) .kc-text h3{*/
/*  color: #46bdcc;*/
/*}*/
/*.kc-list ul li:nth-child(3) .kc-text h3{*/
/*  color: #f3776a;*/
/*}*/
/*.kc-list ul li:nth-child(4) .kc-text h3{*/
/*  color: #66c899;*/
/*}*/
/*.kc-list ul li:nth-child(5) .kc-text h3{*/
/*  color: #e38bb0;*/
/*}*/
/*.kc-list ul li:nth-child(6) .kc-text h3{*/
/*  color: #c39dd6;*/
/*}*/
.kc-list ul li .kc-text p{
  color: #999999;
  font-size: 16px;
  padding-top: 14px;
}
.bm{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  right: 33px;
  bottom: 150px;
  transition: all 500ms ease;
}
.bm a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top:5px;
}
/*.kc-list ul li:nth-child(1) .bm{*/
/*  background: #fead4d;*/
/*}*/
/*.kc-list ul li:nth-child(2) .bm{*/
/*  background: #46bdcc;*/
/*}*/
/*.kc-list ul li:nth-child(3) .bm{*/
/*  background: #f3776a;*/
/*}*/
/*.kc-list ul li:nth-child(4) .bm{*/
/*  background: #66c899;*/
/*}*/
/*.kc-list ul li:nth-child(5) .bm{*/
/*  background: #e38bb0;*/
/*}*/
/*.kc-list ul li:nth-child(6) .bm{*/
/*  background: #c39dd6;*/
/*}*/
.kc-list ul li:hover .bm{
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}
/*内页-课程设置*/
.bj-list{
  width: 100%;
  position: relative;
  margin-top: 75px;
}
.bj-list ul li{
  width: 100%;
  position: relative;
  height: 408px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  overflow: hidden;
}
.bj-list ul li .img{
  width: 730px;
  height: 408px;
  overflow: hidden;
  transition: 300ms 0s all ease;
}
.bj-list ul li:nth-child(odd) .img{
  float: left;
}
.bj-list ul li:nth-child(even) .img{
  float: right;
}
.bj-list ul li:nth-child(odd) .bj-text{
  float: right;
}
.bj-list ul li:nth-child(even) .bj-text{
  float: left;
}
.bj-list ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.bj-list ul li:hover .img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.bj-text{
  width: 393px;
  padding: 45px 40px 0 37px;
  position: relative;
  height: 363px;
}
.bj-text h3{
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 25px;
  font-weight: bold;
}
.bj-list ul li:nth-child(1) .bj-text h3{
  background: #fead4d;
}
.bj-list ul li:nth-child(2) .bj-text h3{
  background: #46bdcc;
}
.bj-list ul li:nth-child(3) .bj-text h3{
  background: #f3776a;
}
.bj-text p{
  line-height: 28px;
  color: #999999;
  font-size: 16px;
  padding-top: 30px;
}
.bj-text span{
  display: block;
  width: 54px;
  height: 54px;
  background: url("../images/bj-jt.png") no-repeat center center;
  position: absolute;
  right: 40px;
  bottom: 75px;
}
.bj-list ul li:nth-child(1):hover .bj-text span{
  background: url("../images/bj-jt1.png") no-repeat center center;
}
.bj-list ul li:nth-child(2):hover .bj-text span{
  background: url("../images/bj-jt2.png") no-repeat center center;
}
.bj-list ul li:nth-child(3):hover .bj-text span{
  background: url("../images/bj-jt3.png") no-repeat center center;
}
/*内页-专家团队*/
.info-team{
  width: 100%;
  position: relative;
}
.info-team ul li{
  margin-bottom: 25px;
  border-radius: 6px;
  background: #fff;
  padding: 30px 60px 30px 30px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-team ul li:nth-child(odd) .team-text{
  float: left;
}
.info-team ul li:nth-child(even) .team-text{
  float: right;
}
.info-team ul li:nth-child(odd) .team-img{
  float: right;
}
.info-team ul li:nth-child(even) .team-img{
  float: left;
}
.team-text{
  width: 580px;
  background: url("../images/sun2.png") no-repeat right -52px bottom -38px;
  background-size: 38%;
}
.team-title{
  padding-bottom: 20px;
  border-bottom: 1px solid #ecac56;
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
  color: #f3776a;
}
.team-content{
  padding-top: 13px;
  line-height: 35px;
  font-size: 16px;
  color: #666;
}
.team-img{
  width: 400px;
  float: right;
  height: 300px;
}
.team-img img{
  display: block;
  width: 100%;
  height: 100%;
  ---object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fdeebd;
}
.info-team ul li:hover .team-title{
  border-bottom: 1px solid #f3776a;
  color: #ecac56;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.talent-info {
  position: relative;
  padding: 40px 0;
  width: 100%;
}
.talent-left {
  display: inline-block;
  width: 24%;
  vertical-align: top
}
.talent-left img {
  max-width: 100%
}
.talentpage .page-a {
  width: 100%;
  height: 45px;
  border-bottom: 1px dashed #ddd;
  color: #333;
  font-size: 14px;
  line-height: 45px
}
.talentpage .page-a a{
  color: #666;
}
.talentpage .page-a a:hover{
  color: #f3776a;
}
.ta-back a {
  display: block;
  margin-top: 14px;
  color: #333;
  text-align: center;
  font-size: 13px;
  line-height: 36px
}
.ta-back a:hover{
  color: #f3776a;
}

.talent-right {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  padding: 3%;
  width: 73%;
  min-height: 420px;
  background: #fff;
  vertical-align: top
}

.talent-right h3 {
  margin-bottom: 3%;
  padding-bottom: 2%;
  border-bottom: 1px solid #d3d3d3;
  color: #f3776a;
  font-weight: 700;
  font-size: 24px
}
.talent-right p {
  color: #1e1d22;
  text-align: justify;
  font-size: 15px;
  line-height: 30px
}
/*内页-加入我们*/
.info-job{
  background: url(../images/xinwen-bg.jpg) repeat-y center;
  width: 100%;
  padding: 40px 0;
}
.job-list{
  padding: 30px 0;
}
.job-title{
  width: 100%;
  background: url("../images/job-bg.png") no-repeat center center;
  margin-bottom: 20px;
  height: 448px;
}
.job-tit{
  width: 290px;
  float: right;
  margin-right: 38px;
  margin-top: 45px;
}
.job-title h3{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.job-title p{
  font-size: 16px;
  color: #bae6ec;
  font-weight: 100;
  line-height: 28px;
  padding-top: 27px;
}
.job-list ul{
  margin-top: 50px;
}
.job-list ul li{
  padding: 3%;
  width: 43%;
  margin-bottom: 30px;
  box-shadow: -2px 0px 10px 3px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.5s ease 0s;
  min-height: 342px;
  overflow-y:auto;
  position: relative;
  background:#fff url("../images/sun2.png") no-repeat top -8px left 10px;
  background-size: 38%;
  padding-bottom: 105px;
}
.job-list ul li:nth-child(odd){
  float: left;
}
.job-list ul li:nth-child(even){
  float: right;
}
.job-biaoti{
  text-align: center;
  margin-bottom: 20px;
}
.job-biaoti h3{
  font-size: 20px;
  color: #fead4d;
  text-align: center;
  font-weight: bold;
}
.job-biaoti p{
  font-size: 14px;
  color: #333;
  text-align: center;
}
.job-info{
  max-height: 500px;
  overflow-y: auto;
}
.job-info strong{
  font-size: 16px;
  color: #333;
}
.job-info p{
  font-size: 14px;
  line-height: 28px;
  color: #787777;
}
.job-list ul li .case-more{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
  line-height: 45px;
}
.job-list ul li .case-more a{
  font-size: 16px;
}
.job-list ul li .case-more a span{
  margin-top: 14px;
}


.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}

.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}

.top_ul{
  display:flex;
  justify-content: flex-end;
}
.top_ul li{
  margin-left: 22px;
  position:relative;
  cursor: pointer;
}
.top_ul li>h3{
  font-size: 16px;
  color: #fff;
  padding-left:30px;
  line-height: 50px;
  background: url("../images/t-adds.png") no-repeat center left;
}
.top_ul li:nth-of-type(2)>h3{
  background: url("../images/t-add.png") no-repeat center left;
}

.top_ul li>div{
  position:absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top:60px;
  width: 258px;
  background:#f3776a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:23px 15px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
  z-index: -1;
}
.top_ul li:hover>div{
  opacity: 1;
  z-index: 1000;
  top:50px;
}

.top_ul li>div i{
  display:block;
  position:absolute;
  left:50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:10px solid #f3776a;
}

@media screen and (min-width: 1200px) and (max-width: 1600px)  {
  .warpper2{
    width: 1200px;
  }
  .nav{    width: 892px;}


  .addfix ul li{
    width: 25%;}
}
@media screen and (max-width: 1190px)  {
  .warpper2{
    width: 97%;
  }
}