*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  overflow: hidden;
  font-size: 14px;
}
body, html,h1,h2,h3,h4,h5,h6,p{
  font-weight: 300;
  padding: 0;
  margin: 0;
}
ul,li,ol,dl,dt{
  list-style: none;
  padding:0;
  margin: 0;
}
a{text-decoration: none;}
.midle{text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;height:  100%;}


.intro{
  width: 1200px;
  margin: 0 auto;
}
#container, .section {
  height: 100%;
  position: relative;
}
#section0,  #section1,  #section2,  #section3 {
  color: #fff;
  /*padding-top: 80px;*/
}

#section0 .slide {
    display: block;
    background-size: cover;
    overflow: hidden;

}

#section2 .col-md-6 img{width:100%;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
/*#section0 {*/
  /*background: url(../images/onebg.jpg) no-repeat center;*/
  /*background-size: cover;*/
/*}*/

#section2 .product-number-info {
  width: 99%;
}

#section2 .product-number-inner {
  width: 90%;
}
#section0 .intro{
  width: 100%;
  text-align: center;padding-top: 30%;margin-left: 20%;
}
.fp-controlArrow.fp-prev,.fp-controlArrow.fp-next{display: none;}
.fp-slidesNav.fp-bottom{text-align: center}

#section0 .banner-text{
  width: 20%;
  text-align: center;
}

#section0 .item {width: 100%;text-align: center;padding-top: 20%;margin-left: 60%;}
@media (max-width: 1680px){
    #section0 .item {margin-left: 50%;}
} 
@media (max-width: 1440px){
    #section0 .item {margin-left: 40%;}
} 
@media (max-width: 1280px){
    #section0 .item {margin-left: 30%;}
} 

#section0 .item .title{
  font-size: 72px;
  margin-bottom: 15px;
  display: none;
}
#section0 .item .subtitle{
  font-size: 60px;
}
.section .tit{
  font-size: 15px;
  opacity: .8;
  margin: 20px 0;
}
#section1 {
  background: url(../images/twobg.jpg) no-repeat center;
  background-size: cover;
}
#section1 .intro,#section2 .intro,#section3 .intro,#section5 .intro{
  text-align: left; 
}
#section1 .inmain{
  position: relative;
}
#section1 .main{1200px}

@media (min-width: 1680px){
  #section1 .main{width: 1400px;}
}
#section1 .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  position: static;
}
#section1 .swiper-slide{
  background: #fff;
  color: #333;
}

#section1 .swiper-slide:hover{
  transform: translateY(-10px);transition: all 0.9s;}

#section1 .swiper-slide .img{
  width: 100%;height:200px;overflow: hidden;
}
#section1 .swiper-slide .img img{
  display: block;
  margin: 0;
  width: 300px;
  transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}

#section1 .swiper-slide .img:hover img {transform: scale(1.08);transition: all 0.9s;}
#section1 .swiper-slide .info{
  padding: 15px;
}
#section1 .swiper-slide .info h2{
  font-size: 18px;
  margin-bottom: 15px;
  width: 24%;
  float: left;
  color: #333;
  line-height: 1.1;
}
#section1 .swiper-slide .info p{
  font-size: 16px;
  margin-bottom: 15px;
  width: 75%;
  float: right;
  height: 46px;
  line-height: 22px;
  overflow: hidden;
  text-align: justify;
}

#section1 .swiper-slide .info span{
  font-size: 14px;
}
#section1 .swiper-slide .info div{
  font-size: 14px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  margin-bottom: 30px;
}
#section1 .swiper-slide .info a{
  color: #333;
  text-decoration: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -70px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -70px;
}
#section1 .swiper-slide:hover{
  background: #d26146;
  color: #fff;
  cursor: pointer;
  background-color: #c42019;
}
#section1 .swiper-slide:hover .info div{
  color: #fff;
}
#section1 .swiper-slide:hover .info a{
  color: #fff;
}
#section1 .swiper-slide:hover h2{
  color: #fff;
}

#section2 {
  background: url(../images/threebg.jpg) no-repeat center;
  background-size: cover;
}

#section2 .intro img{
  display: block;
  margin: 30px 0 0;
  max-width: 100%;
}

#section3 .news{
  overflow: hidden;
}
#section3 .news .news_li{
  float: left;
  width: 45%;
  padding-right: 30px;
  margin-right: 5% ;
}
#section3 .news .news_li .li_img{
  position: relative;
}
#section3 .news .news_li .li_img img{
  display: block;
  margin: 0;
  width: 100%;
}
#section3 .news .news_li .li_img .li_info{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  background: rgba(255,113,80,.5);
}
#section3 .news .news_li .li_img .li_info a{
  border:solid 1px #fff;
  border-radius: 30px;
  padding:5px 20px;
}
#section3 .news .news_li:hover .li_img .li_info{
  opacity: 1;
  cursor: pointer;
}
#section3 .news .news_li p{
  padding:15px;
  font-size: 16px;
  display: inline-block;
  border-bottom: solid 4px transparent;
}
#section3 .news .news_li:hover p{
  border-bottom: solid 4px #fff;
}

#section3 .news-list h3 {
  font-size: 48px;
  color: #cecece;
  font-weight: 500;
}

#section5 {
  background-color:#f6f6f6;
  background: url(../images/friendbg.png) no-repeat center;
}


#section5 h2{text-align:left;margin-bottom:20px;}
#section5 .intro{width:100%;padding-top: 120px;}

.section .home,.section .page{
  width: 180px;
  border-bottom: solid 5px #fff;
  text-align: center;
  position: absolute;
  padding:10px 0;
}
.section .home{
  left: 0;
  top: 29%;
}
.section .page{
  right: 0;
  bottom: 17%;
  cursor: pointer;
}


/*
#pages {
  position: fixed;
  right: 10px;
  top: 50%;
  list-style: none;
}
#pages li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px 8px;
}
#pages li.active {
  width: 14px;
  height: 14px;
  border: 2px solid #FFFE00;
  background: none;
  margin-left: 2px;
}
*/

/*客服*/
.kefu{position:fixed;width:50px;height:150px;right:0;top:34%;z-index:100;_position:absolute; zoom:1;}
.kefu ul{width:50px!important;}
.kefu ul li{width:50px;height:50px;float:left;position:relative;margin-bottom:1px;}
.kefu ul li .sidebox{position:absolute;width:50px;height:50px;top:0;right:0;transition:all 0.9s;background:#000;color:#fff;overflow:hidden;line-height: 50px;}
.kefu ul li b{float:left;display:block;width:50px;height:45px;border:none;text-align: center;}
.kefu ul li span{padding-left: 15px;border-left: solid 1px rgba(255,255,255,.3);}


@-webkit-keyframes sectitle0 {  
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sectitle0 {  
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes sec0 { 
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sec0 {
  0% {
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
  }
  100% {
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
}
/*新闻*/
.tab-current::before {

    width: 100%;
    background: #d0ab7a;

}
.tab-current::before {

    -webkit-transform: scale3d(2.5,2.5,1);
    transform: scale3d(2.5,2.5,1);
    background: #d0ab7a;
    width: 90%;
    height: 36px;

}

#section1 .swiper-container ul {

    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;

}
/*关于我们*/
#section2 .main{width:1200px;margin-right: auto;margin-left: auto;padding-top: 150px;}
@media (min-width: 1680px){
  #section2 .main{width: 1400px;}
}
#section2 .main div{float:left;}
#section2 img{width: 100%;}
#section2 img:hover{transform: scale(1.1);transition: all 0.9s;}
.about-img {padding-top:19px;} 
.about-box {width: 100%;height:100%;overflow: hidden;}
#section2 .news-list {transition: all 0.9s;}
.index-brand-con{padding: 0px;color: #3e3e3e;}
.index-brand-list{height: 100%;padding:0px}
.index-brand-list h3{margin-top: 40px;}
.index-brand-list h2:after{content: '';width: 28px;height: 5px;background: #c42019;position: absolute;left: 15px;top: 40px;}
.index-brand-list h2{margin-bottom: 40px;}
.index-brand-list p{font-size: 18px;margin-top: 15px;overflow: hidden;text-align: justify;}
.index-brand-tit{font-size: 30px;color:#e88121;}
.index-brand-tit:before{content: "|";float: left;margin-top: -6px;margin-right: 10px;font-size: 70px;}
.index-brand-tit p{font-size: 30px!important;margin-top: 0!important;text-transform: uppercase;margin-bottom: 0;}
.button-brand{float: left;padding: 8px 15px;text-align: center; text-transform: uppercase;background: #c42019;border: 1px solid #c42019;font-size: 14px;margin-top: 40px;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
.button-brand a{color: #fff;}
.button-brand a:hover{color: #c42019;text-decoration : none}
.button-brand:hover{border: 1px solid #c42019;background-color:transparent;transition: all .9s cubic-bezier(.23, 1, .38, 1) 0s;}
.button-brand:hover a{color: #c42019!important;}
.button-orange{padding: 8px 15px;width: 35%; text-align: center; text-transform: uppercase;background: #e88121;color: #fff;border: 1px solid #e88121;font-size: 14px;margin: 40px auto;}
.button-orange a{color: #fff;text-decoration : none}
.button-orange a:hover{color: #e88121;text-decoration : none;}
.button-orange:hover{border: 1px solid #e88121;background-color:transparent;color: #e88121!important;transition: all .9s cubic-bezier(.23, 1, .38, 1) 0s;}
.about-year{display: inline-block;margin-top: 30px; width: 100%;color: #2f2f2f;font-size: 36px;line-height: 1;}
.about-year span{font-size: 16px;position: relative;bottom: 3px;left: 5px;color:#4f4f4f;}
.about-year p{font-size: 18px;color: #636363;margin-top: 10px;}
.about-year ul li{/* padding: 3.5% 6.25%; */text-align: left;float: left;}
.about-year ul li:last-child{border:none;}


/*业务范围*/

#section3 {background-color:#fff}
#section3 .news{width: 100%;height: 100%;display: block}
#section3 .news ul {height: 100%;}
#section3 .news ul li{float: left; font-size: 14px;height: 100%;position: relative;overflow: hidden;}
#section3 .news-red{width: 20%;background: #c9151e;color: #fff;padding: 320px 40px; } 
#section3 .news-red h3{text-align: center;position: relative;}
#section3 .news-red h3:after{content: "";width: 1px;height:30px;position: absolute;top:40px;left: 50%;background-color:#dadada;}
#section3 .news-red p{margin-top: 65px;text-align: justify;}
#section3 .news-list {width: 20%;height: 100%;}
#section3 .news-list img{width:auto;filter: grayscale(100%);height: 650px;/* margin-left: -80%; */}
#section3 .news-list-con{padding: 10px 20px;margin-top:0px;background: #fff;height:auto;width: 100%;position: absolute;}
#section3 .news-list-con h1{color: #2f2f2f;position: relative;line-height: 30px;font-size:22px;overflow: hidden;}
#section3 .news-list-con p{font-size: 13px;color: #828282;position: relative;margin-top:20px;text-align: justify;}
#section3 .news-list-con p span{font-size: 16px;display: block;height: 24px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#section3 .news li:hover img{filter: none;transform: scale(1.08);transition: all 0.9s;}
#section3 .news li:hover .news-list-con{top:60%;background: #1b2684;height:70%;transition: all 0.9s;}
@media (max-width: 1440px){
#section3 .news-list img {height: 500px;transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;}
#section3 .news li:hover .news-list-con{top:55%;background: #1b2684;height:51%;transition: all 0.9s;}
}
#section3 .news li:hover .news-list-con h1 {color: #fff;}
#section3 .news li:hover .news-list-con p  {color: #fff;}
#section3 .news li:hover .news-list-con h1{margin-bottom: 10px;}
#section3 .news li:hover .news-list-con h1:after,.news li:hover .news-list-con p:after{display: none;}
#section3 .news h2:after{content: '';width: 28px;height: 5px;background: #fff;position: absolute;left: 45px;top: 370px;}
#section3 .news-list-con span:after{content: '';width: 60px;height: 1px;background: #828282;position: absolute;left: 0px;top: 30px;}
#section3 .news li:hover #section3 .news-list-con span:after{background: #fff;}
/* 
教育教学.inews_list>div {padding:15px;}
.inews_list a {font-size: 18px;color: #636363 !important;line-height: 24px;text-decoration: none !important;text-align: justify;}
.inews_in {background: #fff; margin: 0px 10px;padding: 25px 5px;overflow: hidden; border: 2px solid #ffffff;max-height: 255px;}
#section4 .inews_in:hover{border: 2px solid #c42019;transform: translateY(-10px);}
#section4 .news-pic{height: 106px;}
.news_txt p {color: #727272;line-height: 25px;}
.news_txt span {color: #2f2f2f;display: block;padding-top: 2%;font-size:44px}
#section4 .main{width:1200px;margin-top:80px;}
#section4 .main div{float:left;height:190px;margin-bottom:20px}.inews_in img{max-width: 100%;overflow: hidden;height: 109px;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
#section4 .button-brand{float:right;margin-top: -45px;margin-right: 25px;}
 */

/*合作伙伴*/
#section5 .main h2{color:#333;padding:100px 0 10px 0;}
#section5 .main p{color:#7a7a7a;padding:10px 0;font-size: 18px;text-transform: uppercase;}
#section5 .main img {
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 100%;
  margin: 10px auto;
}
.sp-50 {margin: 50px 0;}

#section5 .main img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.9s;
}

#section5 .sp-50 .col-md-2:last-child {
  margin-bottom: 100px;
}

@media (min-width: 1680px){
  #section5 .main{width: 1400px;}
}


@media (max-width: 1440px){
#section1 .swiper-slide .info p {font-size: 16px;}
.index-brand-list p {font-size: 14px;}
.inews_list a {font-size: 16px;}
.content .nav li a {font-size: 16px;}
#section3 .news-list-con h1 {font-size: 16px;}
.pic_in a {font-size: 16px;}
}


@media (max-width: 1281px){
    .intro{width:70%;}
    .content .nav li a {font-size: 16px;}
    #section1 .swiper-slide .img {height: 100%;}
    #section1 .swiper-slide .info h2 {font-size: 18px;}
    .main {width: 1200px;}
    #section3 .news-list img {height: 390px;}
    #section3 .news li:hover .news-list-con {top: 45%;height: 60%;}
    .search-bar {margin-right: 34px;}
}
@media (max-width: 900px){
 #section3 .news li:hover .news-list-con {top: 35%;height: 60%;}
.main {width: 100%;}
.intro{width:60%;}
.search-bar {margin-right: 64px;}
    .section .home, .section .page{display: none;}
    .intro,#section0 .intro{width:80%;}
    #menu-nav-wrap{width:280px;}
    .menu-is-open .nav {
      -webkit-transform: translateX(-290px);
      -ms-transform: translateX(-290px);
      transform: translateX(-290px);
      visibility: visible;
      -webkit-overflow-scrolling: touch;
    }
    .section h3{font-size: 32px;}
    .section h5{font-size: 24px;}
    #section1 .swiper-container{width: 100%;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: -30px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left:-30px;}
    #section3 .news .news_li{width: 48%;margin-right: 2%;}

    header{padding-top: 20px;}
    #section2 .main{width:100%;}
    #section5 .main{width:100%}
.inews_list a {font-size: 14px;line-height: 18px;}
.news_txt span {color: #2f2f2f;display: block;padding-top: 2%;font-size:22px}
#section5 .main{width:100%;padding: 20px;}
#section5 .main div {margin-bottom: 10px;}
.inews_list div {padding: 10px;}
#section0 .intro{
  width: 100%;
  text-align: center;padding-top: 50%;
}

.inews_in img{width: 100%;max-height:143px;margin-top: -26px;}
.pic_txt div {width: 306px;}
.pic_txt:hover img{transform: scale(1.3);}
#section3 .news h2::after {top: 189px;}
#section0 .item {margin-left: 1%;}
/* 
#section4 .row {margin-left: 0px;margin-right: 0px;}
    margin-right: 10px;
    float: left;
    width: 100%;}
 */
#section0 .item .subtitle {

    font-size: 57px;

}


}
@media (max-width: 480px){
  #menu-nav-wrap {width: 200px;padding:1rem;font-size: 1rem;padding-top: 20%;}
  header .nav{text-indent: -999px;}
  header .logo{-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}
  .menu-is-open .logo {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);visibility: visible;-webkit-overflow-scrolling: touch;}
  .menu-is-open .nav {-webkit-transform: translateX(-200px);-ms-transform: translateX(-200px);transform: translateX(-200px);visibility: visible;-webkit-overflow-scrolling: touch;}
  #menu-nav-wrap li{padding: 0;}
  #menu-nav-wrap li span{padding-left: 20px;}
  #section2 .main{width:100%;padding-top:0px}


::placeholder {color: #aaa;}

#section0 .item {margin-left: 25%;}
#section0 .item .title {font-size: 34px;}
#section0 .item .subtitle {font-size: 27px;}
#section0 .intro{ width: 100%;text-align: center;padding-top: 50%;margin-left:0;}
.header .logo img { width: 120px; margin-top: -9px;margin-left:1px !important;}
#section0 .intro{width: 100%;text-align: center;padding-top: 70%;}

#section1 .content li a {font-size: 18px;}
.about-year{font-size: 24px;}
.about-year ul li{padding: 3.5% 3%;text-align: left;float: left;}
.about-box {display:none}
.news ul li{height: auto;}
.news-red{padding: 30px 20px;height: 50px!important;}
.news ul li {font-size: 14px;line-height: 24px;}
.news-list-con p{display: none;}

.news-list-con p span{font-size: 12px;height: 116px;white-space: normal;line-height: 1.3;color: #fff;}
.news-list-con{padding: 10px 5px;margin-top: -60px;height:60px;/* border-right: 1px solid #ccc; */background:#004ea2;color: #fff;}
.news ul li:last-child .news-list-con{border: none;}
.news-list-con p{height: 60px;overflow: hidden;}
.news li:hover .news-list-con {top: 85%;}
.news-red p,.news-red h3:after{display: none;}
.news-red h2{font-size:18px;}
.news-list img{height:245px;margin-bottom:50px;}


#section3 .news li:hover .news-list-con{top:85%;background: #c42019;height:35%;}
#section3 .news-red {background: #13569d;color: #fff;padding: 60px 25px;}
#section3 .news-list-con { padding: 10px 0px;}
#section3 .news-red{width: 100%;background: #fff;color: #000;padding: 20px 20px; } 
#section3 .news-red h2{font-size:2rem} 
#section3 .news-list {width: 50%;height: 100%;}
#section3 .news ul li{font-size: 16px;line-height: 30px;height: 275px;position: relative;overflow: hidden;margin-bottom: 20px;}
#section3 .news-list img {height: 220px;/* margin-left: -50%; */margin-left: 20px;}
#section3 .news-list-con { margin-top: -46px; text-align: center;}
#section3 .news-list-con h1 {color: #2f2f2f;position: relative;line-height: 20px;}
#section3 .news h2::after {top: 180px;}
#section3 .news-list-con h1{font-size:18px;}



/* 
#section4 {height: 1800px;}
#section4 .main div{float:left;height:100%;}
#section4.img-responsive {display:none;}
#section4.inews_in {max-height: 150px;}
#section4 .main h2 {margin: 20px auto auto 20px;}
#section4 .main{width:100%;margin-top:20px;}
#section4 .row {margin-left: 0px;margin-right: 0px;}
#section4 .button-brand{margin-top: -39px;}
 */
 

#section5 h2,#section4 p {margin-left: 15px;}
#section5 .main h2 {
    padding: 10px 0;
}
#section5 .main p {
    padding: 0 10px;
}
#section2 .main {
    padding-top: 0px;
}
.content .nav li {
    margin: 0;
    margin-bottom: 10px;
}

#section5 .main{width:100%;}
#section5 .main h2 {margin: 20px auto auto 10px;}
#section5 {height: 1800px;}
#section3 .news-list h3 {display: none;}

}