
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Microsoft yahei", sans-serif;
}

a {
  color: #666;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #008fd7;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.container-1920{max-width: 1920px;min-width: 1140px;margin: 0 auto;}

#header #logo img{width:220px;}

.head-meta{
  height:408px;
  background-image: url('/statics/img/intro-carousel/3.jpg')!important;
  background-size: cover;
}
.head-meta-show{height:275px;}
.head-meta{position:relative;}
.head-meta:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
 
}

.head-meta-banner{
  height:408px;
  background-size: auto;
  position:relative;
  background-repeat: no-repeat;
  background-position: center;
}
.head-meta-banner:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:linear-gradient(to bottom,rgba(0, 0, 0, 0), rgb(15 82 187 / 41%));
  
}


.img-responsive{max-width:100%;}


h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft yahei", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* ...page-bin..  */
.posi_ {
  position:absolute;
  left: 15px;
  top: 200px;
  height: 200px;
  z-index: 10;
}
.posi_ .title {
  font-size: 41px;
  color: #fff;
  font-weight: normal;
}

.posi_ ._desc_sub {
  font-size: 18px;
  color: #FFF;
  margin-top: 20px;
}
.posi_1 {
  position:absolute;
  left: 15px;
  top: 250px;
  height: 200px;
  z-index: 10;
}
.posi_1 .title1 {
  font-size: 61px;
}
.posi_1 ._desc_sub1 {
  font-size: 38px;
  color: #FFF;
  margin-top: 20px;
}

.bmenu{height: 70px;line-height: 70px;border-bottom: 1px solid #eaeaea;}
.bmenu .crumb{float: right;}
.bmenu .crumb li{float: left;font-size: 14px;color: #313131;list-style: none;}
.bmenu .crumb a{color: #313131;}
.bmenu .anav{float: left;    margin-left: -15px;}
.bmenu .anav li{position:relative; float:left; font-size:18px; padding:0 15px; margin:0 15px;list-style: none;}
.bmenu .anav li:after{content:''; position:absolute; width:1px; height:12px; background:#dddddd; left:-10px; top:50%; margin-top:-6px;}
.bmenu .anav li:first-child:after{display:none;}
.bmenu .anav li:before{content:""; position:absolute; bottom:0; left:50%; right:50%; height:2px; background:#0c4d97; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.bmenu .anav li:hover:before,
.bmenu .anav li.cur:before{left:0; right:0;}
.bmenu .anav li:hover a,
.bmenu .anav li.cur a{color:#0c4d97;}
.bmenu .anav li a{color:#666666;}
.bmenu .fa {margin: 0 8px; font-size:15px;}
.bmenu a:hover{color:#0c4d97;}

/* section*/
#section-bg {
  background: #f8f9fb;
}

.section-padding {
  padding: 70px 0;
}
.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title1 {
  color: #272727;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 28px;
  padding: 0 10px;
  position: relative;
  font-weight: 700;
}




.about-section {
  background:#f8f9fb url('/imgs/about_img_bkg.jpg') no-repeat center;
  background-size: cover;
}

.about-section .about-lists {
  margin-top: 40px;
}
.about-section .about-lists li {
  list-style: none;
}

.about-section .about-lists .about-item-num {
  font-size: 30px;
  font-weight: 700;
  margin-top: 32px;
}

.about-section .about-lists .about-item .about-item-img {
  display: inline-block;
}

.about-item-img img{width: 70%;}


.about-section .about-lists .about-item-c {
  font-size: 14px;
  color: #666;
  margin:10px 0 38px 0;
  white-space: nowrap;
}
.about-section .about-lists ul li .about-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 3px;
  left: 50%;
  margin-left: -100px;
  background-color: #e4e4e4;
}

.about-section .about-lists ul li .about-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 128px;
  height: 3px;
  left: 50%;
  margin-left: -64px;
  background-color: #1cabe2;
}

#wenhua .services-item {
  padding: 60px 30px 70px 30px;
  border: 1px solid #ddd;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }
  #wenhua .services-item:hover {
    border: 1px solid #f08519;
    box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    #wenhua .services-item.hover {
      border: 1px solid #f08519;
      box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
  #wenhua .services-item .icon {
    background: #fdf2e8;
    width: 110px;
    height: 110px;
    margin: 0px auto;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-bottom: 25px; }
  #wenhua .services-item .icon i {
    font-size: 45px;
    color: #f08519;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%; }
  #wenhua .services-item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #151948;
    margin-bottom: 20px; }
  #wenhua .services-item p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #5e629c; }


/*  page-end */

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}



#header #logo {
  float: left;
}

#header.header-scrolled #logo{margin-top:-10px;}


@media (min-width: 1024px) {
  #header #logo {
    padding-left: 30px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}


@media screen and (min-width: 1470px) and (max-width: 1922px){
  
}

@media screen and (max-width: 1366px){
  #header #logo img{width:180px;}
  #header.header-scrolled #logo {
    margin-top: 0px;
}
}



@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
.chs{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  max-width: 1920px;
  height: 700px;
  background: #000;
  margin: 0 auto;
}



#intro .carousel-item {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 68px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}


/* Services Item */
.services-section .circles-column .circles .circle-one,
.services-section .circles-column .circles .circle-two, .services-section .circles-column .circles .circle-three{
  animation-name: rotateme; 
  animation-duration: 15s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;

-webkit-animation-name: rotateme; 
  -webkit-animation-duration: 15s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

-moz-animation-name: rotateme; 
  -moz-animation-duration: 15s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

-ms-animation-name: rotateme; 
  -ms-animation-duration: 15s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

-o-animation-name: rotateme; 
  -o-animation-duration: 15s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme {
    
  0% {
     transform: rotate(0deg);
     opacity: 1;
   }

 50% {
     transform: rotate(180deg);
   }
 100% {
     transform: rotate(360deg);
     opacity: 1;
   }
}


.services-item {
  background: #fff;
  margin: 15px 0;
  padding: 30px;
  border-radius: 4px;
  text-align: left;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-items .icon i {
  font-size: 36px;
  color: #3d60f4;
  fill: #008fd7;
}

.icon1::before {
  content: url("/imgs/icon1.svg");
  height: 60px;width: 60px;
  display: block;
}
.icon2::before {
  content: '';display: block;height: 80px;width: 80px;background:url("/imgs/icon2.svg") no-repeat 0 0;background-size: 100%;
}
.icon3::before {
  content: '';display: block;height: 80px;width: 80px;background:url("/imgs/icon3.svg") no-repeat 0 0;background-size: 100%;
}
.icon4::before {
  content: '';display: block;height: 80px;width: 80px;background:url("/imgs/icon4.svg") no-repeat 0 0;background-size: 100%;
}
.icon5::before {
  content: url("/imgs/icon5.svg");display: block;height: 60px;width: 60px;
}
.icon6::before {
  content: url("/imgs/icon6.svg?v1");display: block;height: 60px;width: 60px;
}

.services-item .services-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 22px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #3d60f4;
}

.services-item .services-content p {
  font-size: 14px;
  color: #abacae;
}

.services-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#zhuanye {
  position: relative;
}
#zhuanye .section-title1{font-size: 38px;}


.features-area {
  padding: 0px;
}
.features-area .section-title, .screenshots-area .section-title, .people-saying-area .section-title, .our-team-area .section-title, .pricing-area .section-title {
  margin-bottom: 65px;
}
.features-area .section-title h2 span:before, .features-area .section-title h2 span:after {
  background: #fff;
}
.features-area .section-title p {
  color: #fff;
}
.features-area .single {
  padding-bottom: 60px;
  position: relative;
  min-height: 175px;
}
.features-area .single:last-child {
  min-height: auto;
}
.features-area .single .texts {
  padding: 0;
}
.features-area .single h3 {
  margin-bottom: 15px;
  font-weight: 500;
}
.features-area .single p {
  color: #666;
  font-weight: 300;
  line-height: 30px;
}
.features-area .single .icon-holder {
  padding: 0;
}
.features-area .single .icon-holder i {
  font-size: 50px;
  text-align: left;
  padding-top: 25px;
  padding-right: 5px;
  position: relative;
}

.features-area .right .single .icon-holder i::after {
  right: unset;
  left: -50px;
}
.feature-img img {
  margin: 45px auto 0;
}


.t_news{margin-bottom: 20px;}
.t_news_info{overflow: hidden;}
.t_news_info h4{font-size: 18px;font-weight: 600;margin-bottom: 5px;}
.t_news_info span{font-size: 12px;color: #666;}
.t_news_info p{margin-bottom: 5px;text-align: right;}
.t_news_info .date{float: left;margin-right: 10px;padding: 15px;background: #f2f2f2;color: #9c9e9c;}
.t_news_info .date h5{font-size: 22px;margin-bottom: 0px;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 20px;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #eca505;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle1{
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 38px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #479ad2;
  bottom: -1px;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #5c5c5c;
}
.bg-gray{background: #f2f2f2;}

.section-separator-line {
  margin: 40px 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}


.bg-big{background: #ddd;}
/* blog case*/
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px;
}

#blog .blog-item-text h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #3d60f4;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #3d60f4;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.btn-common:hover {
  color: #fff;
  background-color: #222;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #3d60f4;
  background-color: transparent;
  border: 1px solid #3d60f4;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #3d60f4;
  background-color: #3d60f4;
}

.btn-border:focus {
  color: #fff;
  border-color: #3d60f4;
  background-color: #3d60f4;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}


/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background-color: #018fce;
}

#featured-services .box {
  padding: 30px;
}

#featured-services .box:hover{
   background-image: linear-gradient(110deg, #62bfe8 0%, #a87dc1 50%, #de7db3 100%);
}
#featured-services .box-bg{
  background-image: linear-gradient(110deg, #62bfe8 0%, #a87dc1 50%, #de7db3 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 700;
  margin: 15px 0;
  font-size: 18px;
  color:#fff;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background:#f0f0f0 url("../img/about-bg1.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #479ad2;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background-size: cover;
  padding: 60px 0 40px 0;
}
/* About Us Section
--------------------------------*/
.services-bg {
  background: url("../img/services-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

.services-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.services-bg .container {
    position: relative;
    z-index: 10;
}

.item{font-size:14px;padding:10px 0;border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;text-align:center;margin:15px 0;}
.c_content p{margin-bottom:20px;}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg1.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  
  transition: all 0.3s ease-in-out;
}
.filter-active-all{padding: 10px 20px;}
#portfolio #portfolio-flters li a{color:#666;padding: 10px 20px;display:inline-block;}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active{
  background: #479ad2;
  color: #fff;
}
#portfolio #portfolio-flters li:hover a, #portfolio #portfolio-flters li.filter-active a {color:#fff;}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 196px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}


/*list*/
.list_page{text-align:center;margin:10px;display:block;clear:both;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* 首页*/
.logomain div{width:210px;height:122px;overflow: hidden;border:1px solid #ddd;
  margin-bottom:18px;background: #fff;border-radius: 5px;box-shadow:0 0 30px rgba(0, 0, 0, 0.15);;}
.logomain {display: flex;justify-content: space-between;flex-wrap: wrap}
.logomain div:hover{border:1px solid #479ad2;box-shadow: 0 4px 20px rgb(71 154 210 / 50%);}
.logomain img:hover{transform: scale(1.2);transition: all 0.4s;}
.img-width-100 img{max-width: 100%;
  transition: 0.3s;}

.yuanxiao {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.yuanxiao img{width:110px;}
.sub_box{width:145px;height:145px;border-radius: 12px;border: 1px #f2f2f2 solid;  
    position: relative;box-shadow: 0 4px 20px rgb(232 236 240 / 50%);cursor: pointer;text-align: center;margin-bottom: 18px;}

.box1con_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0px;
  top: 0px;
  background: rgb(71 154 210 / 90%);
  border: 1px #e5ebf9 solid;
  border-radius: 12px;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.yuanxiao .sub_box:hover .box1con_mask{-moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.box1con_mask h3{font-size: 16px;color: #fff;font-weight: 600;line-height: 150%;;}
.box1con_mask button{    color: white;background-color: #0AB5DA;border: none;border-radius: 10px;padding: 5px 10px;font-size: 12px;}
.box1con_mask .pd{padding: 10px;margin-top: 20px;}

/* 专题 */
/* Services Section */
.centered{
	text-align:center !important;
}

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:55px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding-bottom:25px;
	text-transform:capitalize;
}
.sec-title .separator{
	position:relative;
	width:100px;
}

.sec-title .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:#cccccc;
}
.sec-title.centered .separator{
	margin:0 auto;
}
.sec-title .separator:after{
	position:absolute;
	content:'';
	left:50%;
	top:-15px;
	width:30px;
	height:30px;
	margin-left:-15px;
	border:10px solid #ffffff;
	background-color:#004cda;
}

.sec-title.light .separator:after{
	background-color:#222222;
}
.services-section{
	position:relative;
	padding:105px 0px 25px;
}

.services-section .left-column{
	position:relative;
}

.services-section .left-column .inner-column{
	position:relative;
}

.services-section .left-column .inner-column .service-block:nth-child(1),
.services-section .left-column .inner-column .service-block:nth-child(3){
	margin-right:-80px;
}

.services-section .left-column .inner-column .service-block:nth-child(2){
	margin-right:22px;
}

.service-block{
	position:relative;
	margin-bottom:90px;
}

.service-block .inner-box{
	position:relative;
	text-align:right;
	padding-right:80px;
}

.service-block .inner-box .icon-box{
	position:absolute;
	right:0px;
	top:5px;
	color:#7d7d7d;
	font-size:56px;
	line-height:1em;
}



.service-block .inner-box h3{

  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.service-block .inner-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block .inner-box h3 a:hover{
	color:#0e56dc;
}

.service-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

/* Right Column */

.services-section .right-column{
	position:relative;
}

.services-section .right-column .inner-column{
	position:relative;
}

.services-section .right-column .inner-column .service-block-two:nth-child(1),
.services-section .right-column .inner-column .service-block-two:nth-child(3){
	margin-left:-80px;
}

.services-section .right-column .inner-column .service-block-two:nth-child(2){
	margin-left:22px;
}

.service-block-two{
	position:relative;
	margin-bottom:90px;
}

.service-block-two .inner-box{
	position:relative;
	padding-left:80px;
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#7d7d7d;
	font-size:56px;
	line-height:1em;
}

.service-block-two .inner-box .icon-box2{left: -25px;}
.service-block-two .inner-box .icon-box3{left: -25px;}
.service-block-two .inner-box .icon-box4{left: -25px;}
.service-block .inner-box .icon-box5{right: -5px;}

.service-block-two .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
  margin-bottom: 15px;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box h3 a:hover{
	color:#0e56dc;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

.services-section .circles-column{
	position:relative;
}

.services-section .circles-column .inner-column{
	position:relative;
	text-align:center;
	padding-top:105px;
}

.services-section .circles-column .circles{
	position:relative;
}

.services-section .circles-column .circles .circle-one{
	position:relative;
	width:280px;
	height:280px;
	border-radius:50%;
	margin:0 auto;
	border:2px solid #ececec;
}

.services-section .circles-column .circles .circle-one:before{
	position:absolute;
	content:'';
	left:32px;
	top:32px;
	width:14px;
	height:14px;
	border-radius:50%;
	border:1px solid #004cda;
	background-color:#ffffff;
}

.services-section .circles-column .circles .circle-one:after{
	position:absolute;
	content:'';
	right:32px;
	bottom:32px;
	width:14px;
	height:14px;
	border-radius:50%;
	border:2px solid #e1e1e1;
	background-color:#ffffff;
}

.services-section .circles-column .circles .circle-two{
	position:absolute;
	left:50%;
	top:40px;
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto;
	margin-left:-100px;
	border:2px solid #ececec;
}

.services-section .circles-column .circles .circle-two:before{
	position:absolute;
	content:'';
	right:22px;
	top:22px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#0e56dc;
}

.services-section .circles-column .circles .circle-two:after{
	position:absolute;
	content:'';
	left:22px;
	bottom:22px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#e1e1e1;
}

.services-section .circles-column .circles .circle-three{
	position:absolute;
	left:50%;
	top:90px;
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto;
	margin-left:-50px;
	border:2px solid #ececec;
}

.services-section .circles-column .circles .circle-three:before{
	position:absolute;
	content:'';
	left:-7px;
	top:32px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#000222;
}

/*  */
.hd-text-transform{text-transform: uppercase;}
.rpfa-h3 .services-content h3 a{font-size: 17px;}
.rpfa-color div{color: #fff;}
.rpfa-con h4{margin-bottom: 15px;}
.block1{margin-bottom: 40px;}

.con-flex3 {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.block3{width: 200px;;}
.block3 .bd{padding: 5px 15px;color: #fff;}
.sxpt img{border-radius: 10px 10px 0 0;}
.sxpt p{border-radius:0 0 10px 10px;}
.sxpt p{background-color: #fff;line-height: 210%;text-align: center;font-size: 22px;border-radius: 0px 0 20px 20px;}

.section-b4{margin: 20px 0;text-align: center;}
.tbefore{
  color: #5c5c5c;
  border: 0px solid #ddd;
  margin: 0;
  padding: 0 6px;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  background: #bee5fe;
}
.tbefore::after{
  position: absolute;
  background: #006cff;
  border-radius: 4px;
  bottom: 3px;
  left: 0;
  content: "";
  height: 4px;
  display: block;
  width: 100%;
  z-index: 0;
}


.c4-container {position: relative;margin-top: 107px;}
.c4 .tabContent {
  height: 520px;
  background-color: #ffffff;
  border-radius: 40px;
  display: none;
  color: #333333;
  box-shadow: 0px 10px 20px 0px rgb(63 119 229 / 10%);
}
.c4 .tabContent.active {
  display: block;
}

.img-round{border-radius: 20px;}
.block4-kt{border-radius: 20px;background: #fff;padding: 50px 30px 30px 30px;text-align: center;}
.block4-kt p{margin-top: 40px;font-size: 26px;}
.ulist4 li{padding: 12px;background: #fff;display: inline-block;
  border-radius: 20px;border:1px solid #018fce;margin-bottom: 12px;font-size: 18px;font-weight: bold;color: #006cff;
}

.tabBtn{display: flex;flex-direction: row;flex-wrap: wrap;justify-content:space-evenly;
  position: absolute;
  top: -60px;
  left: 84px;
  width: 1000px;
  height: 131px;
  background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 20px 0px rgb(63 119 229 / 30%);
  border-radius: 20px;
  padding: 15px 0;

}

.tabBtn-li{width: 210px;background: #006cff;border-radius: 20px; position: relative;   font-size: 30px;color: #FFF;display: flex;align-items: center;justify-content: center;}
.tabBtn .active {height: 101px;background: #fff;color: #3953e8;}
.tab-pd60{padding:110px 50px 0px;;}

.c4 .tabBtn-li.active::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.photo4{display: flex;flex-direction: row;flex-wrap: no-wrap;justify-content: space-between;}
.photo4 div{max-width: 48%;}
.text4{font-size: 30px;text-align: center;margin-top: 30px;}
.text4 font{color: #f00;}
#wenhua .about-box3{padding: 60px 30px 22px 30px;}

.c_content pre {
  margin: 0.5em;
  padding: 1em;
  border-radius: 8px;
  background: #ffc59a;
  white-space: pre-wrap;
}
.c_content {color: #2c2c2c;}
.c_content p{color: #2c2c2c;}

.con-flex4 {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.block4{width: 500px;;}


.c5-container{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;}
.tableft5{
   padding: 0 20px;
    height: 460px;
    background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
    background-blend-mode: normal, normal;
    box-shadow: 0px 10px 20px 0px rgb(63 119 229 / 30%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    z-index: 10;
}
.tableft5 .tableft-li{width: 240px;height: 90px;border-radius: 16px;display: flex;align-items: center;
  justify-content: flex-end;font-size: 24px;   color: #fff; position: relative;padding-right: 10px;z-index: 10;}
.tableft-li.active::after{content: '';position: absolute;width: 12px;height: 12px;background: #fff;transform: rotate(45deg);right: -6px;top: 50%;margin-top: -6px;;}
.tableft-li.num::before{position: absolute;transform: rotate(0deg);left: 10px;font-size: 60px;font-style: italic;z-index: -1;;font-family: Geneva, Tahoma, sans-serif}
.tableft-li.num1::before{content: '01';}
.tableft-li.num2::before{content: '02';}
.tableft-li.num3::before{content: '03';}
.tableft-li.num4::before{content: '04';}


.tableft5 .tableft-li.active{background: #fff;  color: #3953e8;}
.tableft5 .tableft-li span{width:53%;}

.tabContent5{display: none;background: #fff;width: 100%;border-radius: 30px;box-shadow: 0 0 3px #cccc;margin-left: -50px;z-index: 1;height: 550px;margin-top: -50px;}
.tabContent5.active{display: block;}
.tabContent5 .tab-pd50{padding: 60px 40px 60px 80px;}
.con-jxfw{display: flex;flex-direction: row;justify-content: space-between;}
.con-jxfw h2{display: inline-block;   color: #006cff;padding: 10px;font-size: 24px;position: relative;z-index: 9;overflow: hidden;}
.con-jxfw h2::before{ background-color: #3953e8;position: absolute;height: 5px;left: 0;bottom: 0;content: '';width: 100%;z-index: 1;}
.con-jxfw li{padding: 12px;background: #fff;display: inline-block;
  border-radius: 20px;border:1px solid #9dddf9;margin-bottom: 12px;font-size: 18px;font-weight: bold;color: #006cff;
}

.con-jxfw img{border-radius: 10px;border: 1px solid #ccc;box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);}

.jnrz_photo p{background-color: #006cff;color: #fff;line-height: 210%;text-align: center;font-size: 22px;border-radius: 0px 0 20px 20px;}
.jnrz_photo img{border-radius: 20px 20px 0 0px;overflow: hidden;}
.jnrz_box img{border-radius: 20px;}
.jnrz_box_info {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  position: relative;
  
}
.pos{position: relative;}
.jnrz_box_info img{display: block;}
.jnrz_box_info:after{content: '';display: block;position: absolute;width: 100%;height: 100%;border-radius: 20px;
  background-color: rgba(172, 55, 55, 0.24);left: 0;top: 0;z-index: 1;
  background: linear-gradient(rgba(213, 213, 213, 0.9), rgba(188, 238, 241, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
}
.jnrz_box_info_p {
  font-size: 24px;
  letter-spacing: 0.5px;
  position: absolute;
  left:60px;top:60px;z-index: 9999;font-weight: bold;
}

.jnjs_photo p{background-image: linear-gradient(90deg, #ff2b5c, #fc5f12);border-radius: 40px;color: #fff;line-height: 210%;text-align: center;font-size: 32px;padding: 5PX 0;}
.jnjs_photo .img-responsive{border-radius: 20px;margin-bottom: 20px;}
.jnjs_ul{margin-left: 20PX;}
.jnjs_ul li{border-radius: 10px;border: 1px solid #fff;line-height: 30px;margin: 10px 0;padding: 10px;color: #ff2b5c;padding-left: 30PX;}
.jnjs_ul li:HOVER{border: 1px solid #ff2b5c;background: #f2f6fb}

.jyfw_box{
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #006cff;
  border-radius: 30px 0px 30px 0px;
  padding-bottom: 25px;
}

.jyfw_box h2{background: #006cff; font-size: 28px;   margin: 0px auto 30px;
  color: #fff;padding: 8px 25px;    border-radius: 25px 0 0 0;}
.jyfw_box ul{margin:0 20px;list-style: none;;}
.jyfw_box li{line-height: 200%;border:  1px solid #006cff;position: relative;
  border-radius:10px 0px 10px 0px;padding:2px 10px;margin-bottom: 10px;background-color: #f6f6f6;}
  .jyfw_box li::after{position: absolute;content: '';width: 21px;height: 1px;background: #006cff;top:15px;left:-21px;}

.pd20{padding: 20px 0px;}

.bg-gray2{background: #0074c3;}
.bg-gray3{background: #180631;}
.bg-gray4{background: #f2f6fb}
.bg-gray5{background: #070c55}
.bg-gray6{background: #fff}
.bg-gray7{background: #030142}
.bg-gray8{background: #eaeeff}
.hd-color1{color: #fff!important;}




.bg-gradient1 {background: linear-gradient(90deg, #02c944, #006cff);}
.bg-gradient2 {background: linear-gradient(90deg, #ff2b5c, #fc5f12);}
.bg-gradient3 {background: linear-gradient(90deg, #7f53fd, #262bf9);}
.bg-gradient4 {background: linear-gradient(90deg, #02c944, #006cff);}

.bt-round1{line-height: 84px;
  border-radius: 20px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;}

  /* 教学服务
--------------------------------*/

.banner-one{    
  background: transparent url(/imgs/banner-bg-1-1.png) top left no-repeat;
  background-size: cover;
  padding-top: 185px;
    padding-bottom: 530px;
    position: relative;;
}
.banner-one__content{position: relative;}
.banner-two__content{position: absolute;top: 310px;left: 0; z-index: 9999;}
.banner-one__mocs-wrapper{position: absolute;  top: -3%;  width: 800px;z-index: 990;right: 0.8%;}
.banner-one__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-one__p{color: #fff;font-size: 18px;font-family: Verdana, Geneva, Tahoma, sans-serif;}
.banner-one__moc-2 {width: 100%;}

[class*='banner-one__moc-'] {
  -webkit-animation-name: bannerMocMover;
          animation-name: bannerMocMover;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


.bg-jxfw1{background: #f2f2f2;}
.bg-jxfw2{background: #fff;;}
.bg-jxfw3{background: #f2f2f2;clip-path:polygon(0 0, 100% 0, 100% 90%, 0 100%);padding-bottom: 150px ;padding-top: 60px;}
.bg-jxfw5{background:url(/imgs/section1.jpg) no-repeat;background-size: cover;}

.sztdbox{display: flex;flex-direction: row;}
.jblock1{
	background: #fff;position: relative;
	flex:0 0 30%;margin-right:3.333%;
	margin-bottom: 30px;text-align: center;
	border: 1px solid #c6ccdb;
	box-shadow: 0px 8px 16px 0px rgb(72 127 255 / 10%);
    background-color: #fff;
    padding: 55px 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.jblock1::after1{width: 20px;height: 20px;background:#c8f2ff ;position: absolute;content: '';
  right: -10px;top: 50%;transform: rotate(45deg);margin-top: -10px;}
.jnum{width: 30px;height: 30px;border-radius: 50%;background: #00aced;text-align: center;line-height: 30px;color: #fff;
position: absolute;right: 50%;top: -15px;margin-left: -15px;}
.jblock1 div{font-size: 16px;}
.jblock1 h4{color: #222;margin-top: 25px;}

.jblock1 .features-icon {
  position: relative;
  display: inline-block;
}
.jblock1 .features-icon i {
  font-size: 88px;
  line-height: 70px;
  color: #0067f4;
  position: relative;
  z-index: 5;
}
.jblock1 .features-icon .shape {
  position: absolute;
  top: 0;
  left: 0;
}

/* 教学资源库建设 */
.jxzyk{display: flex;flex-direction: row;flex-wrap: nowrap; justify-content: space-between;}
		.jblock2 {
				width: 20%;height: 420px;
				margin-right: 15px;
				margin-top: 15px;
				margin-bottom: 60px;
				background: #fff;
				box-shadow: 0px 0px 5px #dedede;
				border-radius: 15px;
				transition: 0.5s all;
				border-bottom: 2px solid #0060c4;
				position: relative;
				
		}
		.jblock2:hover{transform: translateY(-10px); border-bottom: 8px solid #0060c4;}
		.jxnum1{
			background: #0060c4;text-align: center;line-height: 40px;color: #fff;font-size: 22px;
			right: 50%;top: 180px;margin-left: -15px;border-radius: 50%;}
		.jblock2 img {	border-radius: 15px 15px 0 0;}
		.jblock2.active{width: 30%;}
		.jblock2 .p10{padding: 10px 30px;}
		.jblock2 h2{font-size: 22px;color: #0060c4; font-weight: 500; position: relative; padding-top: 15px}
		.jblock2 h2::after{content: '1';position: absolute;width: 40px;height: 40px;background: #0060c4;text-align: center;line-height: 40px;color: #fff;font-size: 22px;left: 0; top:-35px;border-radius: 6px;;}
		.jblock2 p{font-size: 14px;    margin: 15px 0;  line-height: 26px;}
		.jblock2 .h2num2::after{content: '2';}
		.jblock2 .h2num3::after{content: '3';}
		.jblock2 .h2num4::after{content: '4';}
		.jblock2 .h2num5::after{content: '5';}


    .sh-h22 h2{position: relative;display: inline-block;z-index: 11;}
    .sh-h22 h2::before{
      content: ''; background: #00aced;position: absolute;left: -28px; top: -10px;
      width: 40px;height:40px;z-index: 10;border-radius: 100%;
     
    }
    .sh-h22 h2::after{
      content: ''; background: #f08519;padding: 0px;position: absolute;right: 0px; bottom: 0px;;
      width: 12px;height:12px;z-index: 10;border-radius: 100%;
    }
/* 省级精品课程 */
.container-fuild{padding-right: 15px; padding-left: 15px;margin-right: auto; margin-left: auto;}
.sjjpkc{display: flex;flex-direction: row;flex-wrap: nowrap; justify-content: space-between;}
.jblock3 {
  width: 20%;
  margin: 0 0.213% 0 0;
  background: #fff;
  box-shadow: 0px 0px 5px #dedede;
  transition: 0.5s all;
  position: relative;
  overflow: hidden;
}
.jblock3:nth-child(5){margin-right: 0;;}
.jblock3>div{
  background: #0060c4;color: #fff;width: 100%;
  position: absolute;
  left: 0;
  bottom: -120px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  padding: 32px 0;
}
.jblock3 h4{font-size: 22px;font-weight: 600;text-align: center;height: 80px; line-height: 44px; position: relative;margin-bottom: 16px;}
.jblock3 h4 em {display: block;font-size: 14px;opacity: 0.5;line-height: 24px;font-weight: normal;font-family: Arial;font-style: normal;text-transform: uppercase;}
.jblock3 h4::after{    content: "";position: absolute;width: 32px;height: 1px; bottom: 0; left: 50%;margin-left: -16px; background: #ffba00;}
.jblock3 p{font-size: 0.85em;margin: 0 15px;height: 90px;}
.jblock3:hover>div{bottom: 0;}
.path {
  clip-path: polygon(0px 100%,100% 100% , 100% 0);display: block;
  height: 60px;background-color: #f2f2f2;
}

/* 省级规划教材 */
.jblock4 h2{font-size: 20px;margin-bottom: 15px;font-weight: bold;;}
.jblock4{padding: 12px;background: #fff;display: inline-block;border-radius: 20px;border:1px solid #018fce;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;color: #00588f;background: linear-gradient(#98daf6 0%,#fff 50%,#48a3da 100%);;}
.jblock4 p{margin-bottom: 10px;color: #333;}
.jblock4 ul{list-style:demical;margin-left: 20px;color: #333;}
.jblock4 font{color: #fb3b3b;font-weight: bold;}

/* 信息化教学平台 */
.xxhpt{display: flex; flex-direction: row;justify-content: space-between;box-shadow: 1px 3px 6px #ccc;}
.jblock5{width: 33.333%;}
.jblock5 .jbox5{height: 249px;padding: 20px;background: #fff;font-size: 18px;;}
.jblock5 .jbox5 h2{font-size: 24px;font-weight: bold;position: relative;color: #27ba81}
.jbox5 .arrow::after{content: '';width: 30px;height: 30px;transform: rotate(45deg); background: #fff;position: absolute;}
.jbox5 .arrow1::after{top: -35px;left:20px}
.jbox5 .arrow2::after{bottom:-215px;left:20px}
.jbox5 .arrow3::after{top: -35px;right:20px}
.jblock5 .jbox5 font{font-weight: bold;color:#ff4581;}

/* Clients Section
--------------------------------*/
#huoban {
  padding: 60px 0;
}


#huoban img {
  max-width: 100%;
  transition: 0.3s;
  
}


#clients {
  padding: 60px 0;
}


#clients img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
  
}

.member img{width:100%;height:180px; padding:0!important;}
.news-img{width:255px!important;float:left!important;padding-top:0!important;border-radius: 8px;box-shadow: 0 2px 2px #ddd;}
.news-item {
  overflow: hidden;
  background: #fff;
  padding:20px 15px;
  margin-bottom: 15px;
  border-radius: 8px;box-shadow: 0 2px 2px #ddd;
}
.news-title{margin-left:285px;}
.news-item h4{font-size:20px!important;margin-bottom:15px!important;height:auto!important;font-weight: 600!important;}
.news-item h4 a{color:#666;}
.news-item span{font-size:14px!important;}
.news-item span a{color:#999;}

.block-news .pt15{padding:15px 0;}
.block-news img{width:100%;height:150px; padding:0!important;border-radius: 8px;box-shadow: 0 2px 2px #ddd;}
.block-title  h4{font-size:16px;height:19px;overflow:hidden;margin-bottom: 10px;}
.block-title span{font-size:12px; color:#555;}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.member-info h4{font-size:16px;height:19px;overflow:hidden;margin-bottom: 10px;}
.member-info span{font-size:12px; color:#555;}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
 ;
}
.line1{ border-bottom: 1px solid #ddd;height: 2px;overflow: hidden;}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #008fd7;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  font-size:16px;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #413e66;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #008fd7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #008fd7;
}

.map {
  height: 690px;
  margin-top: 30px;
}
.map #map {
  height: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
