/*BANNER中环绕文字的方框设置*/
.heading {
    padding-top: 0%;
}


.heading h1 {
    margin: auto;
    width: 70%;
    padding: 30px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;/**/
    /*border: 8px solid rgba(255, 255, 255, 0.48);方框颜色和透明度设置*/
    line-height: 60px;
    letter-spacing: 2px;
    background-color: rgba(72, 69, 69, 0.4);
	border: 10px solid;border-image: linear-gradient(45deg, #ffffff, blue) 1;clip-path: inset(0px round 10px);animation: huerotate 6s infinite linear;filter: hue-rotate(360deg);/*方框颜色渐变设置*/
}
	@keyframes huerotate {0% {filter: hue-rotate(0deg);}100% {filter: hue-rotate(360deg);}}

/* responsive */
@media screen and (max-width: 1440px){
.heading h1 {
    width: 42%;
    padding: 20px;
    line-height: 65px;
    font-size: 50px;
	}
	.heading {
    padding-top: 14%;
}

	
}
@media screen and (max-width: 1366px){
.heading h1 {
    width: 44%;
}
}
@media screen and (max-width: 1280px){
	.heading h1 {
    font-size: 45px;
}
	div#about h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
div#about p {
    font-size: 15px;
}
ul.about-list h6 {
    font-size: 20px;
}
h3.center {
    font-size: 31px;
}
h3.text-center {
    font-size: 31px;
}
}


@media screen and (max-width: 1199px){
	
	.heading h1 {
    width: 45%;
    padding: 20px;
    font-size: 45px;
	line-height: 58px;
}
	div#about h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.about-list h6 {
    font-size: 20px;
    margin-bottom: 7px;
}
div#about p {
    font-size: 15px;
    letter-spacing: 2px;
}
ul.service1 li h4 {
    margin-left: 10px;
    font-size: 18px;
}
h3.center {
    font-size: 32px;
}
	
}

@media screen and (max-width: 1080px){
	
	.heading h1 {
    width: 48%;
    padding: 20px;
    font-size: 40px;
    line-height: 60px;
}
.heading {
    padding-top: 18%;
}
h3.center {
    font-size: 30px;
}
h3.text-center {
    font-size: 30px;
}
.user-comment {
    padding: 0%;
}
.user-comment p {
    padding-left: 30px;
}
.user-comment .user-img {
    padding-left: 30px;
}
.user-img .user-txt p {
    padding-left: 0px;
}

}
@media screen and (max-width: 1024px){
.heading h1 {
    width: 51%;
    padding: 20px;
    font-size: 43px;
    line-height: 60px;
}
.heading {
    padding-top: 23%;
}

div#about h2 {
     font-size: 25px;
}
h3.center {
    font-size: 27px;
}
h3.text-center {
    font-size: 27px;
}
h4.price {
    font-size: 22px;
	
}
.part1 h3 {
    font-size: 29px;
}

}

@media screen and (max-width: 991px){
	
	.navbar-header {
     width: 100px;
 }
 .w3-socials {
    width: 150px;
 }
 .nav-wrap {
    width: calc( 100% - 260px);
    padding: 10px 0px;
}
.heading h1 {
    width: 55%;
    padding: 20px;
    font-size: 45px;
	line-height: 65px;
}
div#about h2 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
div#about p {
    font-size: 15px;
    letter-spacing: 1px;
}
ul.about-list h6 {
    font-size: 20px;
    margin-bottom: 7px;
}
	ul.service1 li {
    width: 49%;
	}
	ul.service1 {
    text-align: justify;
}
ul.service1 li:nth-last-child(1) {
    text-align: center;
    width: 100%;
}
.guide1, .guide2, .guide3, .guide4{
	margin-bottom: 40px;
}
h4.price {
    font-size: 25px;
}
.user-comment {
    padding: 10px;
}
.agile-banner {
	min-height: 650px;
}

}
@media screen and (max-width: 900px){
.container-fluid {
    padding: 0 20px;
}
.heading h1 {
    width: 59%;
    padding: 20px;
    font-size: 42px;
    line-height: 65px;
}
.heading {
    padding-top: 20%;
}
.user-comment {
    padding: 0px 10px;
}


}
@media screen and (max-width: 800px){
	.w3-socials.w3-hide {
    display: none;
}
.nav-wrap {
    width: calc( 100% - 110px);
}
	.heading h1 {
    width: 66%;
	}
	.heading {
    padding-top: 23%;
}
div#about h2 {
    font-size: 20px;
}
div#about p {
    font-size: 13px;
}
span.fa.fa-long-arrow-right {
    left: -45px;
    font-size: 30px;
}
.user-comment p {
    margin-top: 10px;
	    padding-left: 5px;
}
.user-comment .user-img {
    margin-top: 20px;
}
	
}
@media screen and (max-width: 768px){
	
	.heading h1 {
    width: 69%;
}
a.tabs {
    color: #00a0b0;
}
.user-comment .user-img {
    margin-top: 0px;
}
.flexslider .slides .user-img img {
    width: 80px;
    margin-top: 15px;
}
.agile-banner {
	 min-height: 750px;
	    background-position: 60% center;
}
.heading {
    padding-top: 42%;
}
	
}


@media screen and (max-width: 767px){
	.container-fluid {
    padding: 0 50px;
}
	button.navbar-toggle {
    border: 1px solid #ffffff;
	top: 15px;
}
.navbar-header {
    width: 100%;
    text-align: left;
}
	.w3-hide {
    display: none;
}
.logo-wrap a span {
    margin-left: 1px;
}
.nav-wrap {
    width: 100%;
	    padding: 0px;
}
.navbar-toggle .icon-bar {
	    background-color: aliceblue;
}
.heading h1 {
    width: 70%;
    padding: 15px;
    font-size: 40px;
	line-height: 65px;
}
.heading {
    padding-top: 25%;
}
h3.center {
    font-size: 32px;
}
div#about h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
div#about p {
    font-size: 15px;
    letter-spacing: 1px;
}
div#about {
    background-position: 50% center;
}
span.fa.fa-long-arrow-right {
    font-size: 30px;
}
ul.about-list h6 {
    font-size: 20px;
}
a.tabs {
    font-size: 20px;
    color: #00A0B0;
    font-weight: 400;
}

ul.slides .user-review {
    flex-direction: column;
}
.user-comment p {
    margin-top: 50px;
    padding-left: 10px;
}
.user-comment .user-img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.flexslider .slides .user-img img {
    width: 100px;
    margin-top: 0px;
}
.guide1 img, .guide2 img, .guide3 img, .guide4 img {
    width: 150px;
}

}
@media screen and (max-width: 667px){

.heading h1 {
    width: 70%;
    padding: 15px;
    font-size: 38px;
    line-height: 58px;
}
.heading {
    padding-top: 30%;
}
div#about h2 {
    font-size: 25px;
}
ul.service1 li h4 {
    margin-left: 10px;
    font-size: 16px;
}
h3.center {
    font-size: 29px;
	    margin-bottom: 5%;
}


}
@media screen and (max-width: 640px){
.heading h1 {
    width: 65%;
    padding: 10px;
    font-size: 34px;
    line-height: 58px;
}
.details-list a {
margin-left: 5px;
}

}
@media screen and (max-width: 600px){
	.heading h1 {
    width: 75%;
    font-size: 35px;
}
	div#about h2 {
    font-size: 22px;
}
div#about p {
    font-size: 13px;
    letter-spacing: 1px;
}
ul.service1 span.fa {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 65px;
}
	ul.service1 li h4 {
    margin-left: 10px;
    font-size: 15px;
}
h3.center {
    font-size: 26px;
}

	
}
@media screen and (max-width: 568px){
	
	.heading {
    padding-top: 38%;
}
.agile-banner {
    background-position: 59% center;
}
div#about h2 {
    font-size: 20px;
}
ul.about-list h6 {
    font-size: 16px;
	    margin-bottom: 3px;
}
span.fa.fa-long-arrow-right {
    font-size: 25px;
	left: -37px;
}
.details-list a {
	    padding: 9px 25px;
}
h3.center {
    font-size: 23px;
	margin-bottom: 25px;
}
ul.service1 li h4 {
    margin-left: 5px;
    font-size: 14px;
}
.part1 h3 {
    font-size: 25px;
}


}
@media screen and (max-width: 480px){
	
	.heading h1 {
    width: 80%;
    font-size: 30px;
}
.heading {
    padding-top: 45%;
}
.agile-banner {
    background-position: 61% center;
	min-height: 580px;
}
ul.service1 li h4 {
    margin-left: 10px;
    font-size: 16px;
}
ul.service1 li {
    width: 100%;
	margin-bottom: 35px;
}
ul.service1 {
    text-align: left;
    margin-left: 20%;
}
ul.service1 li:nth-last-child(1) {
    text-align: left;
}
	h4.price {
    font-size: 20px;
}
h4.price+p {
    line-height: 27px;
    font-size: 15px;
}
	.container.contact {
    flex-direction: column;
}
	.part1, .part2 {
    width: 100%;
}
.part1 {
    border-right: 0px solid white;
	border-bottom: 1px solid white;
    margin-bottom: 20px;
}
.agileits-w3layouts {
	    font-size: 13px;
}



}
@media screen and (max-width: 414px){
	.heading h1 {
    width: 93%;
    font-size: 30px;
    line-height: 45px;
}
.modal-header {
    font-size: 25px;
}
div#about .modal-body p {
    font-size: 13px;
     line-height: 2.4;
}
.heading {
    padding-top: 57%;
}
.agile-banner {
    min-height: 610px;
}
	.details-list a {
    margin-left: -20px;
}
.taba {
    width: 100%;
	    text-align: center;
}
h4.price {
    font-size: 30px;
}
.guide1, .guide2, .guide3, .guide4 {
    margin-bottom: 40px;
    width: 100%;
	    padding: 0;
}
.guide-grids p {
    margin: 15px 0px;
    line-height: 2;
}
.agileits-w3layouts {
    padding: 15px 0px;
    letter-spacing: 0.7px;
}
	textarea {
		height: 110px;
}
div#about {
    background-position: 43% center;
}
}

@media screen and (max-width: 384px){
	.heading h1 {
    font-size: 26px;
}
.agile-banner {
    min-height: 550px;
}

	div#about h2 {
    font-size: 19px;
}
ul.service1 {
    margin-left: 10%;
}
h4.price {
    font-size: 25px;
}
	h3.text-center {
    font-size: 20px;
    margin-bottom: 30px;
}
.w3-map iframe {
    height: 275px;
}


}
@media screen and (max-width: 375px){
	ul.service1 {
    margin-left: 0%;
}
}
@media screen and (max-width: 320px){
	.heading h1 {
    font-size: 24px;
    padding: 10px 4px;
    letter-spacing: 1px;
}
.agile-banner {
    min-height: 460px;
}
div#about h2 {
    font-size: 21px;
    line-height: 25px;
}
ul.about-list li {
    margin: 15px auto;
}
ul.about-list {
    margin-top: 30px;
}
.agileits-w3layouts {
    padding: 15px 0px;
    letter-spacing: 0.2px;
}
	
}


/*  start price Section  横向丝带新式  */
     .price {
      position: absolute;
      top: -8px;/*距顶部距离设置*/
      left: 30px;
      display: inline-block;
      background: #07727e;
      color: #fff;
      padding: 8px;
      font-size: 16px;
      font-weight: 500;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; 
	  z-index: 181;}
       .price:after,  .price:before {
        position: absolute;
        top: 0px;
        content: ''; 	  z-index: 181;}
       .price:after {
        left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #07727e transparent; }
       .price:before {
        width: 0;
        right: -8px;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 8px;
        border-color: transparent transparent transparent #07727e; 	  z-index: 181;}

  :hover .text .price {
    padding-left: 15px;
    padding-right: 15px;
    background: #33313b; 	  z-index: 181;}

/*  End price Section   */

/*  Start ribbonn Section  右上角丝带新式*/

.ribbonn {
  display: inline-block;
  padding: 0.25rem 5rem;/*斜条高度设置*/
  color: #ffffff;
  background-color: #07727e;
  top: 1rem;/*斜条内文字距顶部位置设置*/
  right: -60px;/*斜条从右往左的位置设置*/
  left: auto;
  position: absolute;
  /*font-weight: 800;字体粗细设置*/
  font-size: 0.85rem;
  transform: rotate(45deg);
  opacity:1;/*斜条透明度设置*/
  letter-spacing: 1px; /*斜条内文字间距设置*/

/*  End ribbonn Section   */

