/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 0.8rem;
  color: #546E7A;
  /* line-height: 26px; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #72a92d;
}

a {
  color: #72a92d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #263238;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.text-center{
	text-align: center;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #72a92d !important;
}

.img-width100{
	width: 100%;
}

.flexcenter{
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	align-items: center;
}

.appshow{
	display: none;
}
.pcshow{
	display: block;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #263238;
  position: relative;
}

.section-header .section-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
  background: #72a92d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.section-header span {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #72a92d;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #72a92d;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #72a92d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #72a92d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #72a92d;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #72a92d;
}

.menu-bg .logo-menu a {
  color: #72a92d;
}

.menu-bg .navbar-nav .nav-link {
  color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #72a92d !important;
}

.menu-bg .navbar-nav .active {
  color: #72a92d !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
  background-color: #fff !important;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
  z-index: 999;
  padding: 0;
  height: 90px;
}
@media screen and (max-width: 992px){ /*当屏幕尺寸小于992px时，应用下面的CSS样式*/
	.bg-white {
	  height: 60px;
	}
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #72a92d;
}

.bg-white .logo-menu a {
  color: #72a92d;
}

.bg-white .navbar-nav .nav-link {
  color: #263238 !important;
}

.bg-white .navbar-nav .nav-link:hover {
  color: #72a92d !important;
}

.bg-white .navbar-nav .active {
  color: #72a92d !important;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 10px 0px;
  margin-left: 20px;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #72a92d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
	bottom: -22px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
}



.navbar-brand img {
  max-width: 199px;
}

#head-height{
	height: 90px;
}

.pc-top-phone{
	margin-left: 2rem;
	/* display: block; */
}
.pc-top-phone img{
	width: 12rem;
	min-width: 100px;
	/* margin-top: 0.5rem; */
}
.top-phone{
	display: none;
	padding: 20px 0;
}
.top-phone img{
	width: 60%;
	margin-left: 20%;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #72a92d;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #72a92d;
}

.navbar-expand-md .navbar-toggler {
  border-radius: 0px;
  /* margin: 5px; */
  cursor: pointer;
  float: right;
}
.navbar-expand-md .navbar-toggler img{
	width: 20px;
	margin-right: 10px;
}
.navbar-expand-md .navbar-toggler i {
  color: #72a92d !important;
}

.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
	/* width: 47%; */
  /* background: #ffffff; */
  /* margin-bottom: 10px; */
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.navbar-collapse{
	flex-grow: inherit;
}
.menu-bg .collapse.show {
  background: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #72a92d;
  color: #72a92d;
}

.navbar-expand-md .collapse .nav-item{
	position: relative;
}
.navbar-expand-md .collapse .nav-item .introduce-nav-ul{
	padding-top: 30px;
	width: 120px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #ffffff;
	display: none;
}
.navbar-expand-md .collapse .nav-item .introduce-nav-ul li {
	height: 50px;
}
.navbar-expand-md .collapse .nav-item:hover .introduce-nav-ul, .navbar-expand-md .collapse .nav-item .introduce-nav-ul:hover{
	display: block;
}
.navbar-expand-md .navbar-nav .introduce-nav-ul .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
  margin-left: 20px;
  position: relative;
}

.navbar-expand-md .navbar-nav .introduce-nav-ul .active::before,
.navbar-expand-md .navbar-nav .introduce-nav-ul .nav-link:hover::before {
	bottom: -12px;
  left: 20px;
  width: 30px;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  /* background: url() no-repeat;
  background-size: cover; */
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #72a92d;
  opacity: 0.7;
}

.hero-area .contents {
  padding: 160px 0 140px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

.hero-area .contents h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  text-transform: uppercase;
}

.hero-area .banner_bottom_btn {
  margin-top: 40px;
}

.hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hero-area .banner_bottom_btn i:hover {
  color: #72a92d;
}

.intro-img {
  padding: 148px 0 0px;
}

.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
  /* background: url() fixed no-repeat;
  background-size: cover; */
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.hero-area-2 .contents {
  padding: 160px 0 140px;
}

.hero-area-2 .contents h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.hero-area-2 .contents h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
}

.hero-area-2 .contents h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.hero-area-2 .contents p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.hero-area-2 .contents .header-button {
  margin-top: 30px;
}

.hero-area-2 .contents .btn {
  margin: 10px;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul {
  position: relative;
}

.hero-area-2 .contents .tag-type ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.hero-area-2 .contents .tag-type ul li a {
  color: #fff;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: -5px;
  border-radius: 50%;
}

.hero-area-2 .contents .tag-type ul li:before:last-child {
  display: none;
}

.hero-area-2 .contents .tag-type ul li:last-child:before {
  background: transparent;
}

.hero-area-2 .contents .tag-type ul:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: -45px;
}

.hero-area-2 .contents .tag-type ul:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: 6px;
}

.hero-area-2 .contents .arrow-down-icon {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
  border-radius: 50%;
  font-size: 18px;
}

.hero-area-2 .contents .arrow-down-icon a {
  color: #fff;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}

#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#video-area .banner_bottom_btn i:hover {
  color: #72a92d;
}

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .icon i {
  color: #72a92d;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box {
  margin: 30px 40px;
}

/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
  background: #f9f9f9;
}

#clients .client-item-wrapper {
  text-align: center;
  margin: 0 5px;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#clients #clients-scroller img:hover {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

/* ==========================================================================
    call to action
   ========================================================================== */
   .yuqing-home-title{
	   position: relative;
   }
   .yuqing-home-title:after{
	   content: '';
	   position: absolute;
	   bottom: -20px;
	   left: 0;
	   width: 42px;
	   height: 2px;
	   background: #72a92d;
   }
   .yuqing-home-title.text-center:after{
   	   left: 50%;
	   margin-left: -21px;
   }
   .yuqing-home-title h1{
   	   color: #666666;
	   font-size: 1.8rem;
	   font-weight: 500;
	   margin: 0;
   }
   .yuqing-home-title h5{
   	   color: #b5b5b5;
   	   font-size: 1.2rem;
   	   font-weight: 500;
   }
   
#cta {
  /* background: url(../img/index/app-about.png) no-repeat;
  background-size: cover;
  background-position: 0 0 0 10px;
  padding-bottom: 200px; */
  background-color: #f3f3f5;
  position: relative;
  padding: 42px 0;
}

#cta .pc-about{
	width: 28rem;
	position: absolute;
	left: 0;
	bottom: 1.3rem;
}
#cta .cta-moudel{
	width: 40%;
	height: 90%;
	margin-top: 2rem;
	background: url(../img/index/pc-moudel2.png) no-repeat;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#cta .cta-moudel .cta-moudel-index{
	width: 9rem;
	height: 9rem;
	padding: 1rem;
	text-align: center;
	border-radius: 50%;
	background: rgba(114, 169, 45, 0.9);
	color: #ffffff;
	position: absolute;
	top: 36%;
	left: 0;
}
#cta .cta-moudel .cta-moudel-index .num{
	font-size: 2.5rem;
	font-weight: bold;
}
#cta .cta-moudel .cta-moudel-index .text{
	font-size: 0.8rem;
}
.cta-text{
	margin-top: 3rem;
}
.cta-text p {
  color: #909090;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1.2rem;
  /* line-height: 2rem */
}

.cta-text h6 {
	margin-top: 1.2rem;
  color: #72a92d;
  font-size: 0.9rem;
  font-weight: 400;
  /* line-height: 2rem; */
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  background: #f9f9f9;
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}

/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
  /* background: url(); */
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f9f9f9;
}

#portfolios .mix {
  padding: 0px;
}

#portfolios .portfolio-item {
  padding: 10px;
}

/* #portfolio .mix {
  display: none;
} */

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #72a92d !important;
  border-color: #72a92d;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4000ms;
  -o-transition-duration: 4000ms;
  transition-duration: 4000ms;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #72a92d;
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}

.item-boxes:hover {
  background: transparent;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #72a92d;
}

.services-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #72a92d;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #72a92d;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-box .featured-icon {
  float: left;
}

.featured-box .featured-icon i {
  font-size: 30px;
  color: #72a92d;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
}

.featured-box .featured-content {
  padding-left: 40px;
  position: relative;
}

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
  font-size: 14px;
}

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
}

.single-team .team-details p {
  margin-bottom: 15px;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #72a92d;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.testimonial {
  background: #ffffff;
}

.testimonial-item {
	width: 100%;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.testimonial-item:last-child{
	border-bottom: 0;
}

.testimonial-item .author {
  /* display: inline-block; */
}

.testimonial-item .author .img-thumb {
  /* float: left; */
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  width: 100%;
  -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
}

.testimonial-item .author .img-thumb:hover img{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.testimonial-item .author .author-info {
  /* float: left; */
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}
.testimonial-item .author .author-info p{
	font-size: 0.5rem;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #72a92d;
}
.testimonial-item .author .btn-common {
  background-color: #72a92d;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 2px 5px;
  border-radius: 0;
  font-size: 0.5rem;
  margin-top: 3rem;
}

.testimonial-item .author .btn-common:hover {
  /* color: #72a92d; */
}
.testimonial-item .author .time-info{
	justify-content: right;
}
.testimonial-item .author .time-info .date{
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #484848;
	text-align: center;
	margin-bottom: 10px;
}
.testimonial-item .author .time-info .time{
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
}
#business{
	padding-top: 0;
}
.business-list {
	margin-top: 3rem;
}
.business-list div{
	width: calc(25% - 15px);
	float: left;
	margin: 0 15px 15px 0;
}
.business-list div img{
	width: 100%;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #72a92d;
}

/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.pricing-table:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.pricing-table .pricing-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-table .pricing-details .price {
  color: #263238;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 40px;
}

.pricing-table .pricing-details .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #A2A2A2;
}

.pricing-table .pricing-details ul li {
  padding: 12px;
  font-size: 14px;
}

.pricing-table .pricing-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.pricing-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
}

#carousel-area .carousel-item {
  background-size: 100%;
}
#carousel-area .carousel-item img{
	width: 100%;
}



/* #carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
} */
#carousel-area .container{
	position: relative;
}
#carousel-area .carousel-control-container{
	position: absolute;
	bottom: 0;
	right: 0;
}
#carousel-area .carousel-control-box {
	width: 14rem;
	height: 3rem;
	/* padding: 1rem; */
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
}
#carousel-area .carousel-control-box .slider-num{
	color: #00418e;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
}
#carousel-area .carousel-control-box .slider-num .carousel-indicators{
	position: inherit;
	margin: 0;
}
#carousel-area .carousel-control-box .slider-num .carousel-indicators li{
	text-indent: inherit;
	color: #72a92d;
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}
#carousel-area .carousel-control-box .slider-num .carousel-indicators .active{
	display: block;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev{
	position: inherit;
	width: auto;
	opacity: 1;
	margin: 1rem;
}
#carousel-area  .carousel-control-next img{
	transform: rotate(180deg);
}
#carousel-area .carousel-control-next img, #carousel-area .carousel-control-prev img {
  width: 3rem;
}

/* #carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
	background-color: #309795;
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 11%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
} */

#slider-area {
  margin-top: -1px;
  position: relative;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
  /* .section-blog {
	   background-color: #72a92d;
   }
   .section-blog .blog-item{
	   padding: 0;
	   margin-top: -6rem;
   } */
/* #blog .blog-item-wrapper {
	
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
} */

/* #blog .blog-item-img {
  position: relative;
  overflow: hidden;
}

#blog .blog-item-img img {
  width: 100%;
  -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
} */
/* #blog .blog-item-wrapper:hover img{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
} */

#blog .blog-item-text {
  padding: 30px;
}

#blog .blog-item-text .date {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 1.87rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a, #blog .blog-item-text  {
  color: #ffffff;
  font-size: 1.87rem;
  text-align: center;
}

#blog .blog-item-text h3 a:hover {
  /* color: #72a92d; */
}

#blog .blog-item-text .btn-common {
  background-color: #cfa680;
  position: relative;
  z-index: 1;
  padding: 2px 5px;
  border-radius: 0;
  font-size: 0.5rem;
}

#blog .blog-item-text .btn-common:hover {
  color: #72a92d;
}

#blog .banner-box img{
	width: 100%;
}

#blog .banner-box .pc-banner{
	display: block;
}
#blog .banner-box .banner{
	display: none;
}
@media screen and (max-width: 768px){ /*当屏幕尺寸小于768px时，应用下面的CSS样式*/
	.appshow{
		display: block;
	}
	.pcshow{
		display: none;
	}
	#cta{
		padding-bottom: 0px;
	}
	/* .section-blog .blog-item, .section-system .blog-item{
		margin: 10px 15px 0;
	} */
	#cta .app-about{
		background: url(../img/index/app-about.png) no-repeat;
		background-size: 100%;
		background-position: bottom;
		padding-bottom: 0.5rem;
	}
	.cta-text p, .cta-text h6 {
	  line-height: 1.6rem;
	  color: #909090;
	}
	.testimonial-item .author .time-info{
		margin-top: -3rem;
	}
	.technology-box>div{
		padding: 0 15px!important;
	}
	.technology-box>.technology-box-one, .technology-box>.technology-box-two, .technology-box .technology-introduce-one , .technology-box .technology-introduce-two{
		margin: 0 15px!important;
	}
	.technology-content-box>div {
	    border-right: 0!important;
	}
}

/* .section-system {
	background: url(../img/home/home-bg3.png);
	background-position: 100%;
	background-size: cover;
}
.section-system .blog-item{
	margin-top: 40px;
	   padding: 0;
   } */
/* .section-system .blog-item-wrapper {
	background-color: #ffffff;
} */
/* .section-system .blog-item-text .date {
  font-size: 0.8rem;
  margin-bottom: 10px;
  text-align: left;
  min-height: 120px;
}

.section-system .blog-item-text h3 {
  line-height: 26px;
  font-size: 1.87rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-system .blog-item-text h3 a, .section-system .blog-item-text  {
  color: #595757!important;
  font-size: 1.87rem;
  text-align: center;
}

.section-system .blog-item-text h3 a:hover {
  color: #72a92d!important;
} */

/* ==========================================================================
    whyc Page Style
   ========================================================================== */
#whyc {
  background: #f3f3f5;
}

/* #whyc p {
  color: #595757;
  font-size: 1rem;
  font-weight: 500;
}

#whyc h6 {
	margin-top: 1rem;
  color: #595757;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}

.whyc-text h2{
	margin-top: 3rem;
	padding: 0 10px;
	color: #595757;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.4rem;
	background: linear-gradient( to right, #e3e3e3, #f6f6f6);
	float: left;
}
.whyc-text h2 span{
	font-weight: bold;
}
.whycs-item img{
	width: 60%;
	margin-top: 50px;
}
.whycs-item {
	text-align: center;
}
.whycs-item .whyc-count h3{
	font-size: 0.8rem;
	font-weight: 500;
	margin-top: 20px;
}
.whycs-item .whyc-count h4{
	font-size: 0.8rem;
	font-weight: 500;
} */
/* @media (max-width: 576px) {
	.col-xs-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
} */

/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #72a92d;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info p {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: center;
  color: #939393;
}

#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Contact */
.section-contact{
	 background-color: #f3f3f5;
}

#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #72a92d;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #72a92d 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #72a92d 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#contactForm .form-left{
	width: calc(70% - 1rem);
	margin: 0 1rem 0 0;
}
#contactForm .form-right{
	width: 30%;
}
#contactForm .form-group {
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #72a92d;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

#contactForm .form-control {
  display: block;
  width: 100%;
  height: 2.2rem;
  font-size: 0.9rem;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #ffffff;
  border: 1px solid transparent;
  padding: 0.6rem 2rem;
  background-image: none;
  background-clip: padding-box;
  outline: none;
  box-shadow: none;
}
#contactForm .form-group .map{
	width: 1.8rem;
	margin-right: 0.3rem;
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
}

#contactForm .submit-button {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0 0 1rem;
  position: relative;
}
#contactForm .submit-button img{
	width: 2.2rem;
}
#contactForm .submit-button .btn-common{
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	padding: 0;
}

.contact-table{
	border: 1px solid #72a92d;
	border-radius: 1rem;
	margin: 3rem 0 5rem;
}
.contact-table table{
	width: 100%;
}
.contact-table th{
	color: #72a92d;
	text-align: center;
	padding: 1rem 0;
}
.contact-table td{
	text-align: center;
	padding: 1rem;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */

footer .footer-Content {
  background-color: #72a92d;
  padding: 46px 0;
  color: #ffffff;
}
footer .footer-Content, footer .footer-Content a{
	font-size: 0.8rem;
}

.block-title {
  font-size: 16px;
  color: #ffffff;
  /* margin-bottom: 15px; */
  /* font-weight: 400; */
}

footer .footer-Content #title-foot h4{
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
}
footer .footer-Content #title-foot p{
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
}

footer .footer-Content .footer-border-left{
	border-left: 1px solid #ffffff;
}

footer .footer-Content .footer-border-right{
	border-right: 1px solid #ffffff;
}

footer .footer-Content .widget-last{
	margin-left: 20px;
}

footer .footer-Content .widget-last h5{
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0;
}
footer .footer-Content .widget-last h6{
	/* float: right; */
	font-size: 29px;
	color: #ffffff;
	font-weight: 400;
}
footer .footer-Content .widget-last p{
	color: #ffffff;
	font-size: 16px;
}

@media screen and (max-width: 767px){ /*当屏幕尺寸小于767px时，应用下面的CSS样式*/
	footer .footer-Content .title-foot{
		display: none;
	}
	
	footer .footer-Content .footer-border-left{
		border-left: 0;
	}
	
	footer .footer-Content .footer-border-right{
		border-right: 0;
	}
	
	/* .widget{
		margin-top: 20px;
	} */
	
	/* footer .footer-Content .widget-last{
		float: none;
	}
	footer .footer-Content .widget-last p{
		width: 100px;
		text-align: center;
	} */
}

footer .site-info{
	margin-right: 20px;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  width: 48%;
  padding: 20px 0;
  margin: 0;
}

.instagram-footer li img {
  width: 100%;
}

.widget-form input, .widget-form textarea{
	border: 1px solid #ffffff;
	background-color: #72a92d;
	width: calc(100% - 10px);
	margin-bottom: 10px;
	margin: 5px;
	color: #ffffff;
	outline: none;
	border-radius: 0!important;
	font-size: 12px;
	padding: 6px 5px;
}
.widget-form input::placeholder, .widget-form textarea::placeholder{
	color: #ffffff;
}
.widget-form .two-input{
	display: flex;
	justify-content: space-between;
}
.widget-form input[type="submit"]{
	width: 80px;
	background-color: #ffffff;
	color: #72a92d;
}

#copyright {
  background-color: #72a92d;
  color: #ffffff;
}

#copyright .row{
	padding: 10px 0 20px;
	border-top: 1px solid #ffffff;
}
#copyright p {
  margin-bottom: 0;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}

#copyright p span{
	margin-left: 16px;
}

#copyright p a {
  color: #ffffff;
}

#copyright p a:hover {
  color: #72a92d;
}

#copyright .nav-inline .nav-link {
  color: #ffffff;
  padding: 10px 0;
  margin-left: 10px;
  font-size: 0.8rem;
}

#copyright .nav-inline .nav-link:hover {
  color: #72a92d;
}
#alert-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #c1c1c1;
    z-index: 1000;
	border-radius: 5px;
}
#alert-box #close-btn{
	color: #000000;
	
}
/* ==========================================================================
 Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/bg/bg-counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 4px;
  padding: 30px;
}

.counters .facts-item .icon {
  margin-bottom: 15px;
}

.counters .facts-item .icon i {
  font-size: 40px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}

.counters .facts-item .fact-count h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.counter-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.counter-item .icon {
  margin-bottom: 20px;
}

.counter-item .icon i {
  font-size: 40px;
  color: #72a92d;
}

.counter-item .fact-count h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.counter-item .fact-count h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.yuqing-home-title h3{
	font-size: 1.8rem;
	font-weight: 500;
}

/* about */
.section-about{
	background: url(../img/about/about-bg1.png);
	background-position: 100%;
	background-size: cover;
}
.section-about .blog-item{
	padding: 0;
}
.section-about .blog-item-text.one{
	background-color: #f0f0f0;
	min-height: 12rem;
}
.section-about .blog-item-text.two{
	background-color: #e3e6eb;
	min-height: 12rem;
}
.section-about .blog-item-text h3, .section-about .blog-item-text h3 a{
	color: #595757!important;
	font-size: 1.2rem!important;
}
.section-about .blog-item-text h3{
	position: relative;
	margin-bottom: 2rem!important;
}
.section-about .blog-item-text h3:after{
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 50%;
	margin-left: -2rem;
	width: 4rem;
	height: 3px;
	background: #cfa680;
}
.section-about .blog-item-text .date{
	color: #808080;
	margin-bottom: 0!important;
}

/* about */

/* product */
/* .product-item {
	width: 100%;
  background: #fff;
  margin: 30px 0 40px;
}

.product-item:last-child{
	border-bottom: 0;
} */

/* .product-item .author { */
  /* display: inline-block; */
/* } */

/* .product-item .author .img-thumb { */
  /* float: left; */
  /* overflow: hidden; */
  /* position: relative; */
/* } */

/* .product-item .author .img-thumb img {
  width: 100%;
  -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
}

.product-item .author .img-thumb:hover img{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.product-item .author .product-info {
  padding: 2.5rem 12% 1rem;
  text-align: center;
}
.product-item .author .product-info img{
	width: 1.6rem;
	margin-right: 10px;
}
.product-item .author .product-info h2 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.product-item .author .product-info h2 a {
  color: #484848;
  margin: 0 10px;
}
.product-item .author .product-info p{
	font-size: 0.7rem;
	margin-top: 2rem;
}
.product-item .author .product-info p span{
	font-weight: bold;
}

.product-item .author .product-info h2 a:hover {
  color: #72a92d;
} */
/* product */
/* case */
.section-case1{
	background-color: #f3f3f5;
}
.section-case2{
	background-color: #ffffff;
}
.section-case3{
	background-color: #f3f3f5;
}
.case-item {
	width: 100%;
	/* margin: 30px 0 40px; */
}

.case-item:last-child{
	border-bottom: 0;
}

.case-item .author {
  /* display: inline-block; */
}

.case-item .author .img-thumb-box {
  /* float: left; */
  overflow: hidden;
  position: relative;
  border: 1px solid #72a92d;
  border-radius: 8px;
}
.case-item .author .img-thumb-box1{
	display: none;
}
.case-item .author .img-thumb-box2{
	display: block;
}

.case-item .author .img-thumb-box img {
  width: 100%;
  -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
}

.case-item .author .img-thumb-box:hover img{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.case-item .author .case-info h2 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 30px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #72a92d;
}
.case-item .author .case-info p{
	font-size: 0.8rem;
	color: #939393;
	/* line-height: 2rem; */
}
.case-introduce-two h2 {
	text-align: right;
}
.case-introduce-one .case-info{
	margin-left: 5rem;
}
.case-introduce-two .case-info{
	margin-right: 5rem;
}
/* case */
/* brand */
#brand .testimonial-item{
	padding: 20px;
}
/* brand */
/* technology */
.section-technology{
	background-color: #e7e7e7;
}
.section-technology .product-item{
	background: transparent;
}
/* .technology-box .technology-box-one{
	background: url(../img/technology/technology-bg1.png) repeat-x;
	background-size: 100%;
}
.technology-box .technology-box-one h2{
	color: #72a92d;
	position: relative;
	font-size: 1.4rem!important;
	margin-top: 2.4rem;
}
.technology-box .technology-box-one h2::before{
	content: '';
	width: 40px;
	height: 1px;
	background: #595757;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -20px;
}
.technology-box .technology-box-one p{
	line-height: 20px;
}

.technology-box .technology-box-two{
	background: url(../img/technology/technology-bg2.png) no-repeat;
	background-size: 100% 100%;
}
.technology-box .technology-box-two p{
	margin-top: 1.2rem!important;
} */
.technology-box>div{
	padding: 0;
	overflow: hidden;
}
.yuqing-tech-title h3{
	font-size: 1.2rem!important;
	color: #72a92d;
}
.yuqing-tech-p{
	margin: 20px 0;
}
.technology-content-box>div{
	border-right: 1px solid #595757;
}
.technology-content-box>div:last-child{
	border-right: 0;
}
.technology-content-box .number{
	margin-left: 10%;
	background-color: #72a92d;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
	font-size: 1rem;
}
.technology-content-box>div>div:first-child{
	margin-left: 0;
}
.technology-content-box .name{
	color: #72a92d;
	margin:20px 10px 20px 20px;
	font-size: 1rem;
}
.technology-content-box .content{
	width: 50%;
	border-left: 1px solid #595757;
	padding: 0 20px;
	flex: 1;
	font-size: 0.8rem;
}
.technology-content-box .flexjucenter{
	justify-content: center;
}
.technology-content-box .flexjuright{
	justify-content: right;
}
/* .trademark-box{
	width:100%;
	border-bottom:10px solid;
	border-image: linear-gradient(to right,#9edfdf,#72a92d) 30 30;
	display: inline-block;
	box-shadow: 0px 10px 0px #bbbbbb;
	margin: 20px 0;
}
.trademark-box .trademark{
	width: calc(33.3% - 20px);
	margin: 0 10px;
	box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
	-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;
}
.trademark-box .trademark:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.trademark-box img{
	width: 100%;
	cursor: pointer;
} */
.section-technology-type .technology-type {
	margin: 2rem 0 4rem;
}
.section-technology-type .technology-type p{
	margin: 0;
	font-size: 0.8rem;
}
/* .technology-box .technology-introduce-one{
	background: url(../img/technology/technology-bg3.png) repeat-x;
	background-size: 100% 100%;
}
.technology-box .technology-introduce-two{
	background: url(../img/technology/technology-bg4.png) no-repeat;
	background-size: 100% 100%;
}
.technology-box .technology-introduce-one h2, .technology-box .technology-introduce-two h2{
	color: #72a92d;
	position: relative;
	font-size: 1.4rem!important;
	margin-bottom: 2.4rem!important;
	font-weight: bold!important;
}
.technology-box .technology-introduce-one h2::before, .technology-box .technology-introduce-two h2::before{
	content: '';
	width: 40px;
	height: 2px;
	background: #808080;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}
.technology-box .technology-introduce-one div, .technology-box .technology-introduce-two div{
	font-size: 0.8rem;
}
.technology-box .technology-introduce-one div img, .technology-box .technology-introduce-two div img{
	width: 0.3rem!important;
}
.technology-box .technology-introduce-one p, .technology-box .technology-introduce-two p{
	line-height: 20px;
	margin-top: 1.4rem!important;
}
.technology-box>div{
	padding: 0;
} */
.img-thumb-box{
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.img-thumb-box:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}
/* technology */

/* index */
.section-blog-index1 .index1-left-box{
	display: flex;
	justify-content: right;
	align-items: center;
}
.section-blog-index1 .index1-left{
	width: 100%;
	padding: 4rem 2rem 3rem;
	background-color: #72a92d;
	color: #ffffff;
	border-radius: 1px;
	box-shadow: 2px 2px 20px 1px #72a92d;
}
.section-blog-index1 .index1-left h4{
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 2rem;
}
.section-blog-index1 .index1-left p{
	font-size: 0.9rem;
	color: #ffffff;
}
.section-blog-index1 .index1-left span{
	display: block;
	float: left;
	background-color: #ffffff;
	color: #72a92d;
	padding: 1px 3px;
	margin-top: 1rem;
}
.section-blog-index1 .index1-right{
	width: 120%;
	margin-left: -20%;
}
.section-blog-index1 .index1-right video{
	width: 100%;
}
.section-news2.section-blog-index1 .index1-left{
	box-shadow: none;
}

.section-blog-index3{
	background: url(../img/index/index3-pc-bg.png) repeat-x;
	background-size: 100% 100%;
}
.section-blog-index3 .row{
	margin: 0;
}
.section-blog-index3 .section-index3-col{
	padding: 0;
}
.section-blog-index3 .section-index3-box{
	width: 50%;
	padding: 2rem;
	box-shadow: 2px 1px 6px 0px #72a92d;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.section-blog-index3 .section-index3-box .bai{
	display: none;
}
.section-blog-index3 .section-index3-box:hover.active{
	padding: 2.2rem;
	background-color: #72a92d;
	color: #ffffff;
}
.section-blog-index3 .section-index3-box:hover .hui{
	display: none;
}
.section-blog-index3 .section-index3-box:hover .bai{
	display: block;
}
.section-blog-index3 .section-index3-box p{
	margin: 1rem 0;
	color: #4d4d4d;
	font-size: 1.2rem;
}
.section-blog-index3 .section-index3-box:hover.active p{
	color: #ffffff;
}
.section-blog-index3 .section-index3-box .section-index3-img{
	height: 4rem;
	text-align: center;
	display: flex;
	align-items: center;
}
.section-blog-index3 .section-index3-box img{
	width: 3rem;
	margin: 0 auto;
}
.section-blog-index3 .section-index3-box .line{
	width: 2rem;
	height: 1px;
	background-color: #72a92d;
	position: absolute;
	left: 50%;
	margin-left: -1rem;
}
.section-blog-index3 .section-index3-box:hover.active .line{
	background-color: #ffffff;
}
.section-blog-index3 .section-index3-text{
	padding-left: 10%;
}
.section-blog-index3 .section-index3-num{
	text-align: center;
	width: 50%;
	color: #72a92d;
}
.section-blog-index3 .section-index3-num .section-index3-icon img{
	width: 2.2rem;
}
.section-blog-index3 .section-index3-num h6{
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
}
.section-blog-index3 .section-index3-num h6 span{
	font-size: 1rem;
	color: #72a92d;
	padding-bottom: 1rem;
	margin-left: 0.5rem;
}
.section-blog-index3 .section-index3-num p{
	color: #72a92d;
}

.swiper-container3 {
	width: 140%;
	/* height: 220px; */
	margin-top: 5rem;
	margin-left: -20%;
}
.swiper-container3 .swiper-slide {
	font-size: 18px;
	transition: 300ms;
	transform: scale(0.9);
}
.swiper-container3 .swiper-slide img{
	height:100%;
	width: 100%;
}
.swiper-container3 .swiper-slide-next {
	transform: scale(0.95);
}
.swiper-container3 .swiper-button-next{
	width: 5rem;
	height: 5rem;
	background-image: url(../img/swiper-button.png);
	background-size: 2.6rem 2.6rem;
	transform: rotate(180deg);
	right: 31%;
	top: 36%;
	opacity: 1;
	margin-right: -1.3rem;
}
.swiper-container3 .swiper-button-prev{
	width: 5rem;
	height: 5rem;
	background-image: url(../img/swiper-button.png);
	background-size: 2.6rem 2.6rem;
	left: 31%;
	top: 36%;
	opacity: 1;
	margin-left: -1.3rem;
}
.swiper-container3  .carousel-control-next img{
	transform: rotate(180deg);
}
.swiper-container3 .carousel-control-next img, .swiper-container3 .carousel-control-prev img {
  width: 2.6rem;
}
.swiper-container3 .swiper-slide .index2-text{
	margin-top: 1rem;
	background: linear-gradient(to right, #fefefe, #f5f5f7, #fafafb);
	padding: 1rem 1.3rem;
	border-radius: 2px;
	display: none;
}
.swiper-container3 .index2-text h6{
	color: #72a92d;
	font-size: 1.2rem;
}
.swiper-container3 .index2-text p{
	color: #939393;
	font-size: 0.8rem;
}
.swiper-container3 .swiper-slide-next .index2-text{
	display: block;
}


.swiper-container4 {
	width: 180%;
	/* height: 220px; */
	margin-top: 5rem;
	margin-left: -40%;
}
.swiper-container4 .swiper-slide {
	font-size: 18px;
	transition: 300ms;
	transform: scale(0.9);
}
.swiper-container4 .swiper-slide img{
	height:100%;
	width: 100%;
}
.swiper-container4 .swiper-slide-next {
	transform: scale(1);
}
.swiper-container4 .swiper-button-next{
	width: 5rem;
	height: 5rem;
	background-image: url(../img/swiper-button-white.png);
	background-size: 2.6rem 2.6rem;
	right: 35%;
	top: 36%;
	opacity: 1;
	margin-right: -1.3rem;
}
.swiper-container4 .swiper-button-prev{
	width: 5rem;
	height: 5rem;
	background-image: url(../img/swiper-button-white.png);
	background-size: 2.6rem 2.6rem;
	transform: rotate(180deg);
	left: 35%;
	top: 36%;
	opacity: 1;
	margin-left: -1.3rem;
}
.swiper-container4  .carousel-control-next img{
	transform: rotate(180deg);
}
.swiper-container4 .carousel-control-next img, .swiper-container4 .carousel-control-prev img {
  width: 2.6rem;
}
.swiper-container4 .swiper-slide .index2-text{
	margin-top: 1rem;
	background: linear-gradient(to right, #fefefe, #f5f5f7, #fafafb);
	padding: 1rem 1.3rem;
	border-radius: 2px;
	display: none;
}
.swiper-container4 .index2-text h6{
	color: #72a92d;
	font-size: 1.2rem;
}
.swiper-container4 .index2-text p{
	color: #939393;
	font-size: 0.8rem;
}
.swiper-container4 .swiper-slide-next .index2-text{
	display: block;
}
/* index */

/* news */
.section-news1-one{
	text-align: center;
	width: calc(25% - 15px);
	max-width: calc(25% - 15px);
	/* width: calc(50% - 7.5px);
	max-width: calc(50% - 7.5px); */
}
.section-news1-one{
	margin: 0 7.5px;
}
/* .section-news1-one:nth-child(odd){
	margin-right: 7.5px;
}
.section-news1-one:nth-child(even){
	margin-left: 7.5px;
} */
/* .section-news1-box .swiper-container1 .row>div:nth-child(odd){
	padding-right: 7.5px;
}
.section-news1-box .swiper-container1 .row>div:nth-child(even){
	padding-left: 7.5px;
} */
.section-news1-box .swiper-container1 .row{
	padding: 0 15px 0 22.5px;
}
.section-news1-one>div{
	border: 1px solid #72a92d;
	border-radius: 5px;
	overflow: hidden;
}
.section-news1-one img{
	width: 100%;
	max-height: 20rem;
}
.section-news1-one>p{
	font-size: 0.8rem;
	margin: 1rem;
}

.section-news1-box{
	position: relative;
}
.section-news1-box .swiper-button-next{
	width: 44px;
	background-image: url(../img/swiper-button.png);
	background-size: 44px 44px;
	transform: rotate(180deg);
	right: -3.5rem;
	opacity: 1;
}
.section-news1-box .swiper-button-prev{
	width: 44px;
	background-image: url(../img/swiper-button.png);
	background-size: 44px 44px;
	left: -3.5rem;
	opacity: 1;
}
.section-news1-box  .carousel-control-next img{
	transform: rotate(180deg);
}
.section-news1-box .carousel-control-next img, .section-news1-box .carousel-control-prev img {
  width: 2.6rem;
}
.section-news1 .section-news1-button{
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.section-news1 .section-news1-button a{
	color: #fff;
	background-color: #72a92d;
	padding: 2px 4px;
}
.section-news2 .section-news2-box {
	color: #909090;
	text-align: right;
	font-size: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #909090;
}
.section-news2 .section-news2-box span{
	color: #72a92d;
}
.section-news2-list ul li a{
	padding: 1rem 0;
	border-bottom: 1px solid #909090;
	display: flex;
}
.section-news2-list ul li .img{
	width: 16rem;
	min-width: 16rem;
	border-radius: 1rem;
	overflow: hidden;
}
.section-news2-list ul li .img img{
	width: 100%;
}
.section-news2-list ul li .title{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.section-news2-list ul li .time{
	font-size: 0.7rem;
	color: #909090;
}
.section-news2-list ul li .right{
	margin-left: 1rem;
}
.section-news2-list ul li .right p{
	font-size: 0.8rem;
	color: #909090;
	margin: 1.2rem 0;
}
.section-news2-list ul li .details span{
	font-size: 0.7rem;
	color: #fff;
	background-color: #72a92d;
	padding: 4px 6px;
}
.section-news2-pagination{
	display: flex;
	justify-content: center;
}
.section-news2-pagination div{
	color: #fff;
	background-color: #72a92d;
	margin: 1rem 2px;
	cursor: pointer;
	padding: 4px 6px;
	font-size: 0.8rem;
}
.section-news2-pagination div a{
	color: #fff;
}

.section-news3 .section-news3-box .title{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.section-news3 .section-news3-box .time{
	font-size: 0.7rem;
	color: #909090;
	padding-bottom: 1rem;
	border-bottom: 1px solid #909090;
}
.section-news3 .section-news3-box p{
	font-size: 0.8rem;
	color: #909090;
	margin: 1.2rem 0;
}
.section-news3 .section-news3-box .img{
	width: 80%;
	margin: 2rem auto;
	border-radius: 1rem;
	overflow: hidden;
}
.section-news3 .section-news3-box .img img{
	width: 100%;
}
.section-news3 .section-news3-button{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.section-news3 .section-news3-button a{
	color: #fff;
	background-color: #72a92d;
	padding: 2px 4px;
	font-size: 0.8rem;
}
/* news */

/* advantage */
.advantage-box{
	margin-top: 5rem;
}
.advantage-box .advantage-box-li{
	width: calc(50% - 1rem);
	height: 26rem;
	border-radius: 0.8rem;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
	margin-bottom: 2rem;
}
.advantage-box .advantage-box-li:hover{
	box-shadow: 1px 0px 6px 0px #72a92d;
	cursor: pointer;
}
.advantage-box .advantage-box-li:nth-child(odd){
	margin-right: 1rem;
}
.advantage-box .advantage-box-li:nth-child(even){
	margin-left: 1rem;
}
.advantage-box .advantage-box-li img{
	width: 100%;
}
.advantage-box .advantage-box-li .advantage-con{
	padding: 1rem 0.5rem;
	color: #72a92d;
	font-size: 1.4rem;
	text-align: center;
}
.advantage-box .advantage-box-li .advantage-con p{
	color: #939393;
	font-size: 1.3rem;
	margin-top: 1rem;
}

/* advantage1 */
.advantage1-box1 .yuqing-home-title h1{
   font-size: 1.8rem;
}
.advantage1-box1 .yuqing-home-title h5{
   font-size: 1.1rem;
}
.advantage1-box1 .advantage1-content{
	color: #828282;
	text-align: center;
	margin-top: 5rem;
}

.advantage1-box2 .advantage1-content{
	text-align: center;
}
.advantage1-box2 .advantage1-content .adv-title{
	color: #72a92d;
	font-size: 1.2rem;
	margin: 1rem 0 2rem;
}
.advantage1-box2 .advantage1-content .adv-title span{
	margin-right: 0.5rem;
}
.advantage1-box2 .advantage1-content .adv-img{
	display: flex;
	margin: 2rem 0 3rem;
}
.advantage1-box2 .advantage1-content .adv-img .border{
	width: calc(25% - 0.6rem);
	border: 1px solid #72a92d;
	border-radius: 0.8rem;
	margin: 0.5rem;
	overflow: hidden;
	cursor: pointer;
}
.advantage1-box2 .advantage1-content .adv-img .border:first-child{
	margin-left: 0;
}
.advantage1-box2 .advantage1-content .adv-img .border:last-child{
	margin-right: 0;
}
.advantage1-box2 .advantage1-content .adv-img .border img{
	width: 100%;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.advantage1-box2 .advantage1-content .adv-img .border:hover img{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.advantage1-box2 .advantage1-content2 .adv-img .border{
	width: calc(50% - 1rem);
	margin: 1rem;
}
.advantage1-box2 .advantage1-content3 .adv-img{
	margin-bottom: 0;
}
.advantage1-box2 .advantage1-content3 .adv-img .border{
	width: calc(33.3% - 1rem);
	margin: 1rem;
}

.advantage2-box1 .home-title h1{
   color: #72a92d;
   font-size: 1.8rem;
   font-weight: 500;
   margin: 0;
}
.advantage2-box1  .home-title h5{
   color: #b5b5b5;
   font-size: 1.2rem;
   font-weight: 500;
   margin: 0.5rem 0 2rem;
}
.advantage2-box1 .advantage2-content{
	display: flex;
	margin: 0 3rem;
}
.advantage2-box1 .advantage2-content .adv-title{
	width: calc(50% - 2rem);
	font-size: 1rem;
	margin: 1rem;
}
.advantage2-box1 .advantage2-content .adv-img{
	width: calc(50% - 2rem);
	margin: 1rem;
}
.advantage2-box1 .advantage2-content .adv-img img{
	width: 100%;
}


.advantage2-box2 .home-title h1{
   color: #72a92d;
   font-size: 1.6rem;
   font-weight: 400;
   margin: 0;
}
.advantage2-box2 .home-title h5{
   color: #b5b5b5;
   font-size: 1.2rem;
   font-weight: 400;
   margin: 0.5rem 0;
}
.advantage2-box2 .advantage2-con{
	display: flex;
	margin: 1rem 0 2rem;
	flex-wrap: wrap;
}
.advantage2-box2 .advantage2-con .advantage2-content{
	width: 25%;
	text-align: center;
	color: #b5b5b5;
	position: relative;
}
.advantage2-box2 .advantage2-content .line{
	width: calc(100% - 3rem);
	height: 1px;
	background-color: #72a92d;
	position: absolute;
	right: calc(-50% + 1.5rem);
	top: 2.4rem;
}
.advantage2-box2 .advantage2-con .advantage2-content img{
	width: 3rem;
	margin: 1rem 0;
	background-color: #f3f3f5;
}

.advantage3-box2 .advantage1-content{
	margin-top: 4rem;
}
.advantage3-box2 .advantage1-content p{
	font-size: 0.9rem;
	margin: 2rem 0;
}
.advantage3-box2 .advantage1-content3 .adv-img .border{
	width: calc(33.3% - 0.6rem);
	margin: 0.6rem;
	border-radius: 1.2rem;
}

.advantage4-box{
	margin-top: 5rem;
}
.advantage4-box .row{
	height: 30rem;
	border-radius: 1rem;
	overflow: hidden;
}
.advantage4-box .advantage4-img{
	height: 100%;
	padding: 0;
}
.advantage4-box .advantage4-img img{
	height: 100%;
}
.advantage4-box .advantage4-text{
	padding: 1rem;
	background-color: #72a92d;
}
.advantage4-box .advantage4-text p{
	color: #ffffff;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.advantage5-box .row{
	height: 19rem;
}
/* .advantage5-box .advantage4-img{
	height: auto;
	padding: 0;
	width: 100%;
}
.advantage5-box .advantage4-img img{
	height: auto;
	width: 100%;
} */

.advantage7-box1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.advantage7-box1 img{
	width: 1rem;
	margin: 1rem;
}
.advantage7-box1 .icon1{
	width: 5.5rem;
}
.advantage7-box2{
	margin-top: 2rem;
}
.advantage7-box2 .row{
	border-radius: 1rem;
	overflow: hidden;
	background: url(../img/advantage/advantage7-img2.png) no-repeat;
	background-size: 100% 100%;
	background-color: #ffffff;
}
.advantage7-box2 .row{
	height: auto;
}
.advantage7-box2 .advantage4-text{
	background-color: transparent;
}
.advantage7-box2 .advantage4-text p{
	color: #828282;
	margin-bottom: 0rem;
}
/* advantage */

/* introduce */
.introduce1-box{
	margin-top: 5rem;
}
.introduce1-box .introduce1-box-li{
	/* height: 26rem; */
	border-radius: 0.5rem;
	overflow: hidden;
	float: left;
	margin: 0 2rem;
}
.introduce1-box .introduce1-col1{
	padding-right: 0;
}
.introduce1-box .introduce1-col2{
	padding-left: 0;
}
.introduce1-box .introduce1-box-li:hover{
	box-shadow: 1px 0px 6px 0px #72a92d;
	cursor: pointer;
}
.introduce1-box .introduce1-box-li .intr-img{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3f3f5;
	border-radius: 0.4rem;
}
.introduce1-box .introduce1-box-li .intr-img img{
	width: 50%;
	margin: 2rem;
}
.introduce1-box .introduce1-box-li .introduce1-con{
	padding: 1rem 0.5rem;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	background-color: #72a92d;
}
.introduce1-box .introduce1-box-li .introduce1-con p{
	color: #ffffff;
	font-size: 0.8rem;
}

.introduce2-box{
	margin-top: 5rem;
}
.introduce2-box .introduce2-box-li{
	width: calc(50% - 1rem);
	overflow: hidden;
	/* background-color: #ffffff; */
	/* float: left; */
	margin: 0.5rem;
}
.introduce2-box .introduce2-box-li:hover{
	box-shadow: 1px 0px 6px 0px #72a92d;
}
.introduce2-box .introduce1-col1{
	padding-right: 0;
}
.introduce2-box .introduce1-col2{
	padding-left: 0;
}
.introduce2-box .introduce2-box-li img{
	width: 100%;
}
.introduce2-box .introduce2-box-li .introduce2-con{
	padding: 1rem 0.5rem;
	color: #ffffff;
	font-size: 0.9rem;
	background-color: #72a92d;
	display: flex;
	height: 5rem;
}
.introduce2-box .introduce2-box-li .introduce2-con .tit span{
	display: block;
	font-size: 0.6rem;
}
.introduce2-box .introduce2-box-li .introduce2-con p{
	color: #ffffff;
	font-size: 0.6rem;
	flex: 1;
	margin-left: 0.5rem;
}

.introduce3-box {
	display: flex;
	/* align-items: center; */
	margin-top: 5rem;
	min-height: 5rem;
	height: 22rem;
}
.introduce3-box .introduce3-li{
	width: 36%;
	height: 100%;
	padding: 2rem 1rem;
	margin: 0 1rem;
	color: #ffffff;
	background-color: #72a92d;
	position: relative;
}
.introduce3-box .introduce3-li div p{
	font-size: 1rem;
	color: #ffffff;
}
.introduce3-box .introduce3-li>div{
	margin-bottom: 1rem;
	font-size: 0.8rem;
	text-align: center;
}
.introduce3-box .introduce3-li .introduce-icon1{
	width: 0.9rem;
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	right: -1.5rem;
}
.introduce3-box .introduce3-li .introduce-icon2{
	display: none;
}

.section-introduce4{
	padding-top: 3rem;
}
.section-introduce4 .more{
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
.section-introduce4 .more span{
	color: #ffffff;
	background-color: #72a92d;
	padding: 4px 5px;
	border-radius: 3px;
	font-size: 1rem;
}
/* .section-introduce4 .introduce4-box img{
	width: 100%;
	margin-top: 3rem;
} */
.section-introduce4 .introduce4-box .swiper {
	width: 100%;
	padding-top: 5rem;
	height: 25rem;
	overflow: hidden;
}
.section-introduce4 .introduce4-box .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 20rem;
	height: 32rem;
}
.section-introduce4 .introduce4-box .swiper-slide-active{
	filter: blur(0px);
}
.section-introduce4 .introduce4-box .swiper-slide img {
	display: block;
	width: 100%;
}
.section-introduce4 .introduce4-box .swiper-slide .dy{
	transform: rotate3d(1,0,0,180deg);
}
.section-introduce4 .introduce4-box .swiper-slide .dy::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(243,243,245,1), rgba(243,243,245,0.8));
}
.section-introduce4 .introduce4-box .swiper-3d .swiper-slide-shadow-left,.section-introduce4 .introduce4-box .swiper-3d .swiper-slide-shadow-right {
	background-image: none;
}

/* introduceCoreValues */
.introduceCoreValues-box .advantage-box-li {
	background-color: #72a92d;
	border: 1px solid #72a92d;
	height: 34rem;
}
.introduceCoreValues-box .advantage-box-li:hover{
	box-shadow: none;
	cursor: auto;
}
.introduceCoreValues-box .advantage-box-li .advantage-con{
	padding: 1rem 1.5rem;
}
.introduceCoreValues-box .advantage-box-li .advantage-con .tit{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1rem;
}
.introduceCoreValues-box .advantage-box-li .advantage-con p{
	color: #ffffff;
	font-size: 0.8rem;
	text-align: left;
}

/*  introduceIntellect */
.introduceIntellect-box1 .Intellect-content{
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
.introduceIntellect-box1 .Intellect-content .introduceIntellect-content{
	width: 27%;
	text-align: center;
	margin: 0 10%;
}
.introduceIntellect-box1 .Intellect-content .introduceIntellect-content img{
	width: 100%;
}
.introduceIntellect-box1 .adv-title{
	margin-top: 1rem;
	color: #72a92d;
	font-size: 0.8rem;
}
/* .introduceIntellect-box1 .Intellect-content .introduceIntellect-content:first-child{
	margin-right: 20%;
}
.introduceIntellect-box1 .Intellect-content .introduceIntellect-content:last-child{
	margin-left: 20%;
} */
.introduceIntellect-box2 .advantage2-con .advantage2-content{
	width: 50%;
	margin: 1rem 0;
	color: #72a92d;
}
.introduceIntellect-box2 .advantage2-con .advantage2-content img{
	width: 4rem;
}
.introduceHonor-box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.introduceHonor-box img{
	width: 31.3%;
	margin: 1%;
}

.introduceInformation-box1 .Information1{
	width: 46%;
	margin: 3rem 2% 1rem;
	border-radius: 0.8rem;
	overflow: hidden;
	background-color: #72a92d;
	border: 1px solid #72a92d;
	
}
.introduceInformation-box1 .Information-box{
	display: flex;
	justify-content: space-between;
}
.introduceInformation-box1 .Information-box .info-left{
	padding: 0;
	overflow: hidden;
	height: 12rem;
}
.introduceInformation-box1 .Information1 img{
	width: auto;
	height: 100%;
}
.introduceInformation-box1 .Information1 .info-right{
	padding: 1rem;
	color: #ffffff;
	font-size: 0.8rem;
}
.introduceInformation-box1 .Information1 .info-right p{
	color: #ffffff;
	font-size: 0.6rem;
}
.introduceInformation-box1 .Information1 .info-up{
	margin-top: 1rem;
}
.introduceInformation-box1 .Information-box-2{
	border: 1px solid #72a92d;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 1rem;
	margin-top: 5rem;
}
.introduceInformation-box1 .Information-box-2 img{
	width: 100%;
}
.introduceInformation-box2 .advantage2-con .advantage2-content{
	width: 32%;
	margin: 1rem 9%;
	border: 1px solid #72a92d;
	border-radius: 0.5rem;
	font-size: 0.8rem;
	padding-bottom: 1rem;
}
.introduceInformation-box2 .advantage2-con{
	margin-bottom: 0;
}
.introduceInformation-box2 .advantage2-con .advantage2-content img{
	background-color: transparent;
}
.introduceInformation-box3 .Intellect-content .introduceIntellect-content{
	width: 30%;
	margin: 0 3%;
}

.introduceStand1-box .introduce3-box{
	height: 15rem;
}
.introduceStand1-box .introduce3-li{
	width: 30%;
	border-radius: 0.5rem;
}
.introduceStand1-box .introduce3-left{
	margin-right: 5%;
}
.introduceStand1-box .introduce3-left div {
	text-align: left;
	margin-bottom: 1.2rem;
	font-size: 0.8rem;
	display: flex;
}
.introduceStand1-box .introduce3-left div:last-child{
	margin-bottom: 0;
}
.introduceStand1-box .introduce3-left div span{
	display: block;
	width: 6px;
	min-width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffffff;
	margin-top: 0.6rem;
	margin-right: 0.5rem;
}
.introduceStand1-box .introduce3-center{
	margin: 4.5rem 12%;
	height: 6rem;
}
.introduceStand1-box .introduce3-center div{
	font-size: 0.8rem;
	margin-bottom: 4.3rem;
}
.introduceStand1-box .introduce3-center div:last-child{
	margin-bottom: 0;
}
.introduceStand1-box .introduce3-right{
	background-color: transparent;
	margin-left: 5%;
	padding: 0;
	font-size: 1rem;
}
.introduceStand1-box .introduce3-right div{
	background-color: #72a92d;
	border-radius: 0.5rem;
	padding: 0.9rem 1rem;
	margin: 1.1rem 0;
	font-size: 0.8rem;
}
.introduceStand1-box .introduce3-right div:first-child{
	margin-top: 0;
}
.introduceStand1-box .introduce3-right div:last-child{
	margin-bottom: 0;
}
.introduceStand1-box .introduce3-li .introduce-icon1{
	width: 2rem;
	right: -45%;
}

.introduceStand2-box .standard{
	text-align: center;
	margin: 2rem;
}
.introduceStand2-box .standard span{
	background-color: #72a92d;
	color: #ffffff;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 5px;
}
.introduceStand2-box .Standardization{
	width: 90%;
	margin: 0 5%;
	background: url(../img/introduce/introduceStand2.png) no-repeat;
	background-size: 100%;
	display: flex;
	padding-top: 2rem;
}
.introduceStand2-box .Standardization .Standardization-li{
	width: 20%;
	margin: 0 2%;
	border: 1px solid #72a92d;
	overflow: hidden;
	border-radius: 0.4rem;
}
.introduceStand2-box .Standardization .Standardization-li img{
	width: 100%;
}
.introduceStand2-box .Standardization .Standardization-li p{
	text-align: center;
	color: #72a92d;
	padding: 1rem 0;
}

.introduceStand3-box .advantage2-con .advantage2-content{
	width: 23.3%;
	margin: 0 5%;
}
.introduceStand3-box .advantage2-con .advantage2-content img{
	width: 4.5rem;
}
.introduceStand3-box .advantage2-con .advantage2-content .adv-title{
	font-size: 1rem;
	color: #72a92d;
}
.introduceStand3-box .advantage2-con .advantage2-content p{
	margin-top: 1rem;
}

.introduceStand4-box .introduceStand4-con{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.introduceStand4-box .introduceStand4-con .introduceStand4-content1, .introduceStand4-box .introduceStand4-con .introduceStand4-content2{
	width: 31.3%;
	margin: 1%;
	border: 1px solid #72a92d;
	border-radius: 0.5rem;
	overflow: hidden;
}
.introduceStand4-box .introduceStand4-con .introduceStand4-content1 img{
	width: 100%;
}
.introduceStand4-box .introduceStand4-con .introduceStand4-content2 .adv-title{
	width: 100%;
	background-color: #72a92d;
	padding: 0.5rem;
	text-align: center;
	color: #ffffff;
	font-size: 1rem;
}
.introduceStand4-box .introduceStand4-con .introduceStand4-content2 p{
	padding: 0.5rem;
}

.introduceStand5-box .introduceStand5-con{
	width: 100%;
	height: 15rem;
	margin-top: 5rem;
	position: relative;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content1{
	width: 25%;
	position: absolute;
	top: 10%;
	left: 8%;
	text-align: center;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content2{
	width: 25%;
	position: absolute;
	top: 10%;
	right: 8%;
	text-align: center;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content3{
	width: 25%;
	position: absolute;
	bottom: 0;
	left: 8%;
	text-align: center;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content4{
	width: 25%;
	position: absolute;
	bottom: 0;
	right: 8%;
	text-align: center;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-bg{
	width: 12rem;
	position: absolute;
	top: 40%;
	margin-top: -5rem;
	left: 50%;
	margin-left: -6rem;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-bg img{
	width: 100%;
}
.introduceStand5-box .introduceStand5-con .adv-title{
	font-size: 1rem;
	color: #72a92d;
	margin-bottom: 1rem;
	position: relative;
}
.introduceStand5-box .introduceStand5-con .adv-title-line{
	width: 100%;
	display: flex;
	align-items: center;
}
.introduceStand5-box .introduceStand5-con .adv-title-line span{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #72a92d;
}
.introduceStand5-box .introduceStand5-con .adv-title-line div{
	width: 60%;
	height: 1px;
	background-color: #72a92d;
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content1 .adv-title-line {
	position: absolute;
	top: 9%;
	right: calc(-46% - 3rem);
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content2 .adv-title-line {
	position: absolute;
	top: 9%;
	left: calc(-10% - 3rem);
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content3 .adv-title-line{
	position: absolute;
	top: 9%;
	right: calc(-46% - 3rem);
}
.introduceStand5-box .introduceStand5-con .introduceStand5-content4 .adv-title-line{
	position: absolute;
	top: 9%;
	left: calc(-10% - 3rem);
}

.introduceCollectivize1-box .introduceStand4-con .introduceStand4-content2{
	text-align: center;
	border: 0;
	background: #fff;
	padding-bottom: 0.5rem;
}
.introduceCollectivize1-box .introduceStand4-content2 img{
	width: 80%;
}
.introduceCollectivize1-box .introduceStand4-content2 .adv-title img{
	width: 0.6rem;
	margin: 0 auto;
}
/* .introduceCollectivize1-box .introduceStand4-con .introduceStand4-content2 p{
	padding: 0;
} */
.introduceCollectivize1-box .introduceStand4-content2 .introduceCollectivize1 div span{
	display: block;
	width: 4px;
	height: 4px;
	background-color: #72a92d;
	border-radius: 50%;
	margin: 0.5rem auto 0;
}
.introduceCollectivize1-box .introduceStand4-con .introduceStand4-content2:last-child .adv-title{
	background-color: #00418b;
}
.introduceCollectivize2-box .introduceCollectivize2-con{
	text-align: center;
	color: #72a92d;
	font-size: 1rem;
}
.introduceCollectivize2-box .introduceCollectivize2-con .text{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -1rem;
}
.introduceCollectivize2-box .introduceCollectivize2-con span{
	display: block;
	width: 4px;
	height: 4px;
	background-color: #72a92d;
	border-radius: 50%;
	margin: 0 0.5rem;
}
.introduceCollectivize2-box .introduceCollectivize2-con img{
	width: 1rem;
	transform: rotate(90deg);
	margin: 0 auto;
}
.introduceCollectivize2-box .introduceStand4-con .introduceStand4-content2{
	background-color: #f3f3f5;
	padding-bottom: 1rem;
	border: 0;
}
.introduceCollectivize2-box .Collectivize2-li{
	display: flex;
	padding: 1rem 1rem 0;
}
.introduceCollectivize2-box .Collectivize2-li div:first-child{
	color: #72a92d;
	margin-right: 1rem;
}
.introduceCollectivize2-box .Collectivize2-li div:last-child{
	flex: 1;
}

.introduceCollectivize4-box .introduceStand4-con .introduceStand4-content2{
	width: 25.3%;
	background-color: #f3f3f5;
	padding-bottom: 1rem;
	border: 0;
	margin: 0 4%;
}
.introduceCollectivize4-box .introduceStand4-con .introduceStand4-content2 p{
	padding: 1rem;
	text-align: center;
}

.introduceCollectivize3-box .introduceCollectivize3{
	text-align: center;
	margin-top: 3rem;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize1 img{
	width: 4rem;
	margin: 0 auto;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize2{
	color: #72a92d;
	margin: 10px 0;
	font-size: 1rem;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize3{
	font-size: 1.5rem;
	color: #72a92d;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize4 img{
	width: 1rem;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize4{
	margin: 1rem 0;
}
.introduceCollectivize3-box .introduceCollectivize3 .Collectivize5 span{
	background-color: #72a92d;
	color: #ffffff;
	padding: 4px;
}
.introduceCollectivize3-box .introduceCollectivize4{
	margin-top: 2rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .vize4-left{
	width: 47%;
	text-align: center;
	margin-top: 2rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .vize4-left .Collectivize1 img{
	width: 5rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .Collectivize3{
	font-size: 2rem;
	color: #72a92d;
	margin-top: 6rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .vize4-left .Collectivize2{
	color: #72a92d;
	margin: 10px 0;
	font-size: 1rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .vize4-left p{
	color: #939393;
	font-size: 1rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .Collectivize4 img{
	width: 0.8rem;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	margin-left: -0.5rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .Collectivize4{
	margin: 1rem 0;
	width: 50%;
	height: 1rem;
	border-bottom: 1px solid #72a92d;
	border-left: 1px solid #72a92d;
	border-right: 1px solid #72a92d;
	position: relative;
	left: 25%;
}
.introduceCollectivize3-box .introduceCollectivize4 .Collectivize5{
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}
.introduceCollectivize3-box .introduceCollectivize4 .Collectivize5 span{
	background-color: #72a92d;
	color: #ffffff;
	padding: 4px;
}
/* introduce */

@media screen and (max-width: 992px){ /*当屏幕尺寸小于992px时，应用下面的CSS样式*/
	p{
		font-size: 12px;
	}
	.section {
		padding: 3rem 0;
	}
	.navbar-brand img{
	   max-width: 110px;
	   margin-left: 20px;
	}
		
	.navbar-expand-md .navbar-nav{
		width: 47%!important;
		background-color: #ffffff;
		border-top: 1px solid #eff1df;
		padding-top: 20px;
	}
	
	.navbar-brand{
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0;
	}
	
	.navbar-expand-md .show .navbar-nav .active::before,
	.navbar-expand-md .show .navbar-nav .nav-link:hover::before {
		bottom: 0;
		width: 60px;
		margin-left: -31px;
		left: 50%;
	}
	
	.navbar-expand-md .navbar-nav .nav-link{
		margin-left: 0;
		text-align: center;
	}
	
	#head-height {
	  height: 60px;
	}
	.pc-top-phone{
		display: none;
	}
	.top-phone{
		display: block;
		width: 47%;
		background-color: #ffffff;
	}
	
	#copyright {
		display: none;
	}
	
	#title-foot, #widget-form{
		display: none;
	}
	
	footer .footer-Content{
		padding: 26px 0!important;
	}
	.block-title{
		font-size: 10.5px;
		padding-left: 10px;
	}
	.contact-footer li{
		font-size: 10.5px;
		margin-bottom: 0px;
		padding-left: 10px;
		line-height: 26px;
	}
	footer .footer-Content .widget-last{
		margin-left: 0px;
		text-align: center;
	}
	footer .footer-Content .widget-last h5{
		font-size: 13px;
	}
	footer .footer-Content .widget-last h6{
		font-size: 20px;
	}
	footer .footer-Content .widget-last p{
		font-size: 10px;
		line-height: 20px;
	}
	.instagram-footer{
		display: flex;
		justify-content: center;
	}
	.instagram-footer li{
		width: 60%;
	}
	.footer-Content .col-md-4 , .footer-Content .col-md-6, .footer-Content .col-lg-4, .footer-Content .col-sm-6{
	    width: 60%!important;
	}
	#widget-last{
		width: 40%!important;
	}
	
	#contactForm .form-left{
		width: calc(60% - 2rem);
		margin: 0 2rem 0 0;
	}
	#contactForm .form-right{
		width: 40%;
	}
	
	#blog .banner-box .pc-banner{
		display: none;
	}
	#blog .banner-box .banner{
		display: block;
	}
	
	.case-item .author .img-thumb-box1{
		display: block;
	}
	.case-item .author .img-thumb-box2{
		display: none;
	}
	.case-introduce-two h2 {
		text-align: left;
	}
	.case-introduce-one .case-info{
		margin-left: 0;
	}
	.case-introduce-two .case-info{
		margin-right: 0;
	}
	.case-item .author .case-info{
		margin-bottom: 1.5rem;
	}
	.case-item .author .case-info h2{
		margin: 0;
		font-size: 1.4rem;
	}
	.case-item .author .case-info p{
		line-height: 1.6rem;
		font-size: 1rem;
	}
	
	/* index */
	#cta .cta-moudel-app{
		width: 100%;
		height: 28rem;
		/* margin-top: 2rem; */
		background: url(../img/index/app-moudel2.png) no-repeat;
		background-size: 100% 100%;
		/* position: absolute;
		right: 0;
		bottom: 0; */
		margin-top: -1.7rem;
		position: relative;
	}
	#cta .cta-moudel-app .cta-moudel-index{
		width: 9rem;
		height: 9rem;
		padding: 1rem;
		text-align: center;
		border-radius: 50%;
		background: rgba(114, 169, 45, 0.9);
		color: #ffffff;
		position: absolute;
		top: 35%;
		left: 6%;
	}
	#cta .cta-moudel-app .cta-moudel-index .num{
		font-size: 2.5rem;
		font-weight: bold;
	}
	#cta .cta-moudel-app .cta-moudel-index .text{
		font-size: 0.8rem;
	}
	
	.section-blog-index1 .index1-left h4{
		margin-bottom: 1rem;
	}
	.section-blog-index1 .index1-left p{
		font-size: 1.3rem;
		color: #ffffff;
	}
	.section-blog-index1 .index1-right{
		width: 100%;
		margin-left: 0;
	}
	
	.section-blog-index3 .section-index3-box.active{
		padding: 2rem;
	}
	.section-blog-index3{
		background: url(../img/index/index3-bg.png) repeat-x;
		background-size: 100% 100%;
	}
	.section-blog-index3 .section-index3-text{
		padding-left: 0;
		margin-top: 2rem;
	}
	/* index */
	/* news */
	.swiper-container1 {
		height: 40rem;
		margin-bottom: 4rem;
	}
	.section-news1-one{
		text-align: center;
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	/* .section-news1-one:nth-child(odd){
		margin-right: 7.5px;
	}
	.section-news1-one:nth-child(even){
		margin-left: 7.5px;
	} */
	/* .section-news1-box .swiper-container1 .row>div:nth-child(odd){
		padding-right: 7.5px;
	}
	.section-news1-box .swiper-container1 .row>div:nth-child(even){
		padding-left: 7.5px;
	} */
	.section-news1-box .swiper-container1 .row{
		padding: 0;
	}
	.section-news1-box .swiper-button-prev{
		display: none;
	}
	.section-news1-box .swiper-button-next{
		top: calc(100% + 3rem);
		right: 50%;
		transform: rotate(-90deg);
		margin-right: -22px;
	}
	.section-news1-box .swiper-container1 .row>div:nth-child(odd){
		padding-left: 15px;
	}
	.section-news1-box .swiper-container1 .row>div:nth-child(even){
		padding-right: 15px;
	}
	.section-news2-box .swiper-button-prev, .section-news2-box .swiper-button-next{
		display: none;
	}
	.section-news1 .section-news1-button{
		margin-top: 7rem;
	}
	.section-news2-list ul li .details {
		text-align: right;
	}
	.section-news3 .section-news3-box .img{
		width: 100%;
	}
	/* news */
	
	/* advantage */
	.advantage-box .advantage-box-li{
		width: calc(50% - 0.5rem);
		height: 20rem;
		margin-bottom: 1rem;
	}
	.advantage-box .advantage-box-li:nth-child(odd){
		margin-right: 0.5rem;
	}
	.advantage-box .advantage-box-li:nth-child(even){
		margin-left: 0.5rem;
	}
	.advantage-box .advantage-box-li .advantage-con{
		font-size: 1.2rem;
	}
	.advantage-box .advantage-box-li .advantage-con p{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	
	.advantage2-box1 .advantage2-content{
		margin: 0;
	}
	.advantage2-box2 .advantage2-con .advantage2-content{
		width: 40%;
		margin: 1% 5% 5%;
	}
	.advantage2-box2 .advantage2-con .advantage2-content img{
		width: 4rem;
	}
	.advantage4-box .row{
		height: auto;
		margin: 0;
	}
	.advantage4-box .advantage4-img{
		width: 100%;
		height: auto;
	}
	.advantage4-box .advantage4-img img{
		width: 100%;
		height: auto;
	}
	
	.advantage7-box1 .icon1{
		width: calc(45% - 8rem);
	}
	.advantage7-box2 .row{
		background: transparent;
		background: #ffffff;
	}
	.advantage7-box2 .advantage4-text p{
		color: #828282;
		margin-bottom: 1rem;
	}
	/* advantage */
	/* introduce */
	.introduce1-box .introduce1-col1{
		padding-right: 15px;
	}
	.introduce1-box .introduce1-col2{
		padding-left: 15px;
	}
	.introduce1-box .introduce1-box-li{
		margin: 1rem;
	}
	.introduce2-box .introduce1-col1{
		padding-right: 15px;
	}
	.introduce2-box .introduce1-col2{
		padding-left: 15px;
	}
	
	.introduce3-box{
		height: 34rem;
	}
	.introduce3-box .introduce3-li{
		width: 38%;
		margin: 0 0.3rem;
	}
	.introduce3-box .introduce3-li div p{
		font-size: 1rem;
	}
	.introduce3-box .introduce3-li>div{
		text-align: left;
		font-size: 1rem;
	}
	.introduce3-box .introduce3-li .introduce-icon1{
		width: 0.9rem;
		position: absolute;
		top: 50%;
		margin-top: -0.4rem;
		right: -0.8rem;
		z-index: 1;
	}
	.introduce3-box .introduce3-li .introduce-icon2{
		display: block;
		width: 1rem;
		position: absolute;
		top: 50%;
		margin-top: -0.4rem;
		left: -0.1rem;
	}
	
	.introduceCoreValues-box .advantage-box-li {
		height: 49rem;
	}
	/*  introduceIntellect */
	.introduceIntellect-box2 .advantage2-con .advantage2-content{
		width: 50%;
		margin: 1rem 0;
	}
	.introduceIntellect-box2 .advantage2-con .advantage2-content img{
		width: 6rem;
	}
	.introduceIntellect-box1 .Intellect-content{
		margin-top: 2rem;
	}
	.introduceIntellect-box1 .Intellect-content .introduceIntellect-content{
		width: calc(50% - 1rem);
		text-align: left;
		margin: 0 0.5rem;
	}
	
	.introduceInformation-box1 .Information1{
		width: 48%;
		margin: 2rem 1% 0;
	}
	.introduceInformation-box1 .Information-box .info-left{
		padding: 0 15px;
		height: auto;
	}
	.introduceInformation-box1 .Information-box .info-right{
		padding: 15px;
	}
	.introduceInformation-box1 .Information-box .info-right .info-top{
		display: flex;
		padding: 1rem 1rem 0;
	}
	.introduceInformation-box1 .Information-box .info-right .info-top div{
		width: 44%;
	}
	.introduceInformation-box1 .Information-box .info-right .info-up{
		padding: 0 1rem;
	}
	.introduceInformation-box1 .Information1 img{
		width: 100%;
		height: auto;
	}
	.introduceInformation-box2 .advantage2-con .advantage2-content{
		width: 48%;
		margin: 1%;
	}
	.introduceInformation-box3 .Intellect-content .introduceIntellect-content{
		text-align: center;
	}
	
	.introduceStand1-box .introduce3-box{
		height: 20rem;
		display: flex;
		align-items: center;
	}
	.introduceStand1-box .introduce3-right div{
		text-align: center;
	}
	.introduceStand1-box .introduce3-right div{
		margin: 1.8rem 0;
	}
	.introduceStand1-box .introduce3-li{
		background-color: #72a92d;
		margin: 0 0.8rem;
	}
	.introduceStand1-box .introduce3-center div{
		margin-bottom: 6.7rem;
	}
	.introduceStand1-box .introduce3-li .introduce-icon1{
		width: 1rem;
		right: -1.2rem;
	}
	
	.introduceStand2-box .Standardization{
		width: 100%;
		margin: 0;
		background: transparent;
		background-size: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
		position: relative;
	}
	.introduceStand2-box .Standardization .Standardization-li{
		width: 44.5%;
		margin: 2% 2.6%;
	}
	.introduceStand2-box .Standardization .add-icon{
		width: 3rem;
		height: 3rem;
		text-align: center;
		position: absolute;
		top: 50%;
		right: 50%;
		color: #72a92d;
		font-size: 3rem;
		margin-top: -1.5rem;
		margin-right: -1.5rem;
		line-height: 3rem;
	}
	.introduceStand3-box .advantage2-con .advantage2-content{
		width: 31.3%;
		margin: 0 1%;
	}
	.introduceStand4-box .introduceStand4-con .introduceStand4-content1, .introduceStand4-box .introduceStand4-con .introduceStand4-content2{
		width: 48%;
	}
	
	.introduceStand5-box .introduceStand5-con{
		margin-top: 2rem;
		height: 17rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content1{
		width: 30%;
		position: absolute;
		top: 10%;
		left: 0;
		text-align: left;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content2{
		width: 30%;
		position: absolute;
		top: 10%;
		right: 0;
		text-align: left;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content3{
		width: 30%;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: left;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content4{
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: left;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content2 .adv-title{
		text-align: right;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content4 .adv-title{
		text-align: right;
	}
	.introduceStand5-box .introduceStand5-con .adv-title-line div{
		width: 70%;
		height: 1px;
		background-color: #72a92d;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content1>p, .introduceStand5-box .introduceStand5-con .introduceStand5-content2>p, .introduceStand5-box .introduceStand5-con .introduceStand5-content3>p, .introduceStand5-box .introduceStand5-con .introduceStand5-content4>p{
		font-size: 0.8rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content1 .adv-title-line div{
		width: 70%;
		height: 1rem;
		background-color: transparent;
		border-top: 1px solid #72a92d;
		border-right: 1px solid #72a92d;
		border-top-right-radius: 5px;
		margin-bottom: -0.65rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content2 .adv-title-line div{
		width: 70%;
		height: 1rem;
		background-color: transparent;
		border-top: 1px solid #72a92d;
		border-left: 1px solid #72a92d;
		border-top-left-radius: 5px;
		margin-bottom: -0.65rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content1 .adv-title-line {
		position: absolute;
		top: 9%;
		right: -5rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content2 .adv-title-line {
		position: absolute;
		top: 9%;
		left: -2rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content3 .adv-title-line{
		position: absolute;
		top: 9%;
		right: -5rem;
	}
	.introduceStand5-box .introduceStand5-con .introduceStand5-content4 .adv-title-line{
		position: absolute;
		top: 9%;
		left: -2rem;
	}
	
	.introduceCollectivize1-box .introduceStand4-con .introduceStand4-content2:last-child .adv-title{
		background-color: #72a92d;
	}
	.introduceCollectivize1-box .introduceStand4-con .introduceStand4-content2{
		margin: 1rem 26%;
	}
	.introduceCollectivize2-box .introduceStand4-con .introduceStand4-content2{
		width: 90%;
		margin: 1rem 5%;
	}
	.introduceCollectivize4-box .introduceStand4-con .introduceStand4-content2{
		width: 31.3%;
		margin: 0 1%;
	}
	.introduceCollectivize4-box .introduceStand4-con .introduceStand4-content2 p{
		padding: 0.4rem;
	}
	/* introduce */
}
