body {
  padding-top: 75px;
  font-family:"微软雅黑", 
}

a{
    color: black;
}

a:hover{
  color: #7ee2ce;
}

.centered {
  text-align: center
}

.z_d img{width: 100%;}

.z_g{
    width: 350px;
    float: left;
}

.z_g h4{
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px !important;;
  background-color: #7bc9d5;
  color: white;
  width: 85%;
  margin-left: 5%;
  margin-top: 25px;
}
.z_g ul,li{
  list-style: none;
  margin: 0;
  padding:0;
}

.z_g ul{
  width: 95%;
}

.z_g li{
  width:85%;
  border-bottom:1px dotted gray;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center; 
  margin-left: 25px;
  overflow: hidden;
}

.z_g a{
  color:black;
}

.z_g p{
  width: 78%;
  margin-left: 30px;
  /*border: 1px solid gray;*/
  color: black;
  font-size: 16px !important;
  text-align: left;
}

@media (max-width: 766px){
  .z_g{display: none;}
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #1abc9c;
  border-color: #16a085
}

.panel-heading a:hover {
  color: #bdc3c7
}

.panel-title>a {
  font-weight: 300;
  font-size: 20px
}

#slideshow-container {
  width: 100% !important;
  max-height: 463px;
  background: #e4e6e6;
  position: relative;
  overflow: hidden;
  padding: 0
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.banner {
  width: 100%;
  max-height: 463px !important;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.svgicons img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
  padding-top: 15px
}

.ch-grid {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%
}

.ch-grid:after, .ch-item:before {
  content: '';
  display: table
}

.ch-grid:after {
  clear: both
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin:0px
}

.ch-grid h6 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 10px
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ch-img-1 {
  background-image: url(../img/1.jpg)
}

.ch-img-2 {
  background-image: url(../img/2.jpg)
}

.ch-img-3 {
  background-image: url(../img/3.jpg)
}

.ch-img-4 {
  background-image: url(../img/4.jpg)
}

.ch-img-5 {
  background-image: url(../img/5.jpg)
}

.ch-img-6 {
  background-image: url(../img/6.jpg)
}

.ch-info {
  position: absolute;
  background: rgba(63, 147, 147, .8);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0;
  height: 140px;
  font-family: Lato, Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out .4s;
  -moz-transition: all 1s ease-in-out .4s;
  -o-transition: all 1s ease-in-out .4s;
  -ms-transition: all 1s ease-in-out .4s;
  transition: all 1s ease-in-out .4s
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, .7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: Lato, Arial, sans-serif
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, .8)
}

.ch-item:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .1)
}

.ch-item:hover .ch-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ch-item:hover .ch-info p {
  opacity: 1
}

#headerwrap {
  background: url(../img/header-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 160px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#headerwrap h1 {
  color: #fff
}

#headerwrap-2 {
  height:auto;
  width: 100%;

  margin-top: -3px;
  /*padding-top: 160px;*/
  text-align: center;
  background-attachment: relative;
  /*  background-position: center center;*/
  /*  min-height: 600px;*/
  /*  width: 100%;*/
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100% 100%;
  /*  -webkit-background-size: cover;*/
  -moz-background-size: cover;
  -o-background-size: cover;
  /*  background-size: cover*/
}





#aboutwrap {
  background: url(../img/about-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 0px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#aboutwrap h1 {
  color: #fff
}

#servicewrap {
  background: url(../img/service-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#servicewrap h1 {
  color: #fff
}

#testwrap {
  background: url(../img/test-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#testwrap h4 {
  color: #fff
}

#testwrap h6 {
  color: #fff;
  font-size: 16px
}

#teamwrap {
  background: url(../img/team-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 100px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#teamwrap h1 {
  color: #fff
}

#faqwrap {
  background: url(../img/faq-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 100px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#faqwrap h1 {
  color: #fff
}

#sp1 {
  background: url(../img/sp1-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 240px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#sp1 h3 {
  color: #fff;
  font-weight: 100
}

#cta {
  background-color: #34495e;
  padding-top: 10px;
  padding-bottom:10px
}

#cta h3 {
  color: #fff;
  font-weight: 100;
  font-size: 25px;
}

#cta p {
  font-weight: 300;
  color: #FAFAFA;
  font-size: 15px;
}

#g {
  background: #eaeaea;
}

#g h4 {
  color: #000000;
  padding-bottom:10px;
  font-size:25px;
}

#g h5 {
  color: #c5c5c5;
  font-weight: 700
}

#g p {
  color: #c5c5c5
}

#g span {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
}

#g span.icon-next {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
  font-size: 28px;
  margin-top: -16px !important;
  padding-left: 12px;
}

#g span.icon-prev {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
  font-size: 28px;
  margin-top: -16px !important;
  margin-left: -16px;
}

#g .bc p {
  color: #34495e;
  font-size: 14px;
}

#g .bc p a {
  font-size: 18px;
}

#g .tc p {
  color: #2f2f2f;
  font-weight: 200
}

#g .tc img {
  margin-bottom: 25px
}

#g .tc name {
  color: #1abc9c;
  font-size: 16px
}

#f {
  background: #34495e;
  padding-top: 35px;
  padding-bottom: 35px
}

#f p {
  font-weight: 300;
  color: #fafafa;
}

#f h5 {
  color: #b7c5d4;
  font-weight: 300;
  font-size: 25px;
}

#mapwrap {
  width: 100%
}

.sinfo {
  padding-top:40px;
  padding-bottom: 30px
}

.sinfo h4 {
  font-weight: 300;
  font-size: 17px;
}

.sinfo p {
  font-weight: 200;
  font-size:14px;
}

.sinfo span {
  padding-left: 5px;
  padding-right: 5px
}

.bc {
  border: #c5c5c5 1px solid;
  background: #fff;
  border-radius: 5px;
  /*margin-bottom:20px;*/
}

.bc p {
  font-weight: 200;
  margin: 8px;
  font-size: 16px;
  line-height: 20px
}

.bc date {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700
}

.tabmod {
  padding-top: 15px
}

.tabmod h4 {
  font-weight: 300
}

.tabmod p {
  font-weight: 200
}

.testi-container {
  width: 100%;
  margin-bottom: 14px;
  padding: 5px 6px 3px 0;
  background-color: #fafafa;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: left;
  z-index: 998
}

.testi-container:before {
  width: 25px;
  height: 17px;
  background: #fafafa;
  content: '';
  position: absolute;
  z-index: 999;
  left: 42px;
  bottom: 0;
  margin-left: -7px
}

@media \0screen {
  .testi-container:before {
    background: 0 0
  }
}

.testi-container:after {
  width: 17px;
  height: 17px;
  background: #fafafa;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: '';
  position: absolute;
  z-index: 888;
  left: 45px;
  bottom: -5px;
  margin-left: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

@media \0screen {
  .testi-container:after {
    background: 0 0;
    border: 0
  }
}

.testi-text {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 14px 0;
  font-weight: 200
}

.wb {
  padding-bottom: 0
}

.wb p {
  font-weight: 200
}

.ab .tab-content {
  border: transparent;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1
}

.tabmod-a {}

.tabmod-a h4 {
  font-weight: 300
}

.tabmod-a p {
  font-weight: 200
}

.blogcontent h6 {
  margin-top: 15px
}

.blogcontent p {
  margin-top: 10px
}

.blogcontent small {
  color: #bdc3c7;
  font-size: 14px;
  margin-top: 5px
}

.blogcontent .lead {
  font-size: 26px;
  font-weight: 200
}

.sidebar {
  padding-top: 60px
}

.sidebar p {
  font-size: 16px;
  margin-left: 15px
}

.pop-posts {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px
}

.pop-posts img {
  text-align: left;
  float: left;
  vertical-align: top;
  margin-right: 4px
}

.pop-posts p {
  font-size: 12px
}

.pop-posts:hover {
  background: #f2f2f2;
  cursor: pointer
}

.cinfo img {
  width: 55px;
  float: left;
  margin-right: 10px
}
/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {

}

.contact-form label {
 color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #1abc9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #1bd1ad;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #25384b;
  padding: 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

#copyrights a {
  color: #1abc9c;
}

.credits {
  color: #fff;
}
#f img{display: block;max-height: 100%;height: auto;width:40%;height:30%;}

.navbar{
    padding: 15px 0;
}



.zd_la{
    width: 1400px;
    margin: auto;
}

.z_f {
    float: right;
    width: 25%;
}

.z_c {
    width: 75%;
}

.z_f {
    float: right;
    width: 25%;
}

.col-lg-8 h4 {
    text-align: center;
    font-size: 22px;
}

@media (max-width: 766px) {
    .z_f {
        float: right;
        width: 35%;
    }

    #f img {
        display: block;
        max-height: 100%;
        height: auto;
        width: 80%;
        height: 30%;
    }

    .ya_z {
        width: auto;
    }
}

@media (min-width: 768px) {
    .ya_z {
        width: 70%;
        display: inline-block;
        margin-top: 40px;
    }
}


.wau {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.waz {
    float: left;
    width: 12.5%;
    height: 30px;
    margin-bottom: 10px;  
}

.waz a{
    float: none;
    font-size: 15px;
    width: 85%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #7bc9d5;
    margin: auto;
    display: block;
    color: white;
}

.bc{
    padding: 10px;
    background: #eaeaea;
}

#g{
    background: #ffffff;
}

.luc{
    
}
.ab_pc{
    width: 250px;
    float: left;
}
.ab_txt{
    float: left;
    margin-left: 10px;
    width: 720px;
}
.sinfo{
    background: #f9f9f9;
    padding: 20px;
    line-height: 1.5;
}
.z_g h4,。ya_z{
    margin-top: 0px;
}
.z_g{
    margin-top: 50px;
}

.ls_tit{
    float: left;
    margin: 50px 0 20px 0;
    width: 100%;
    text-align: center;
}
.fi_lst{
    margin-top: 0px;
}

.ab_zx{
    float: left;
    width: 32%;
    text-align: center;
    background: #f9f9f9;
    padding: 20px 0px;
    margin-top: 10px;
}
.ab_zx:nth-of-type(3),.ab_zx:nth-of-type(4){
    margin-left: 14px;
}

.abz_con{
    margin-top: 5px;
}

.lc{
    float: left;
    width: 100%;
}
.luc{
    width: 16%;
    float: left;
    padding: 0 4px;
}

.bc a{
    display: block;
    width: 100%;
    height: 21px;
    overflow: hidden;
}

.bc p:nth-of-type(1){
    font-weight: 600;
    border-bottom: 2px solid #7bc9d5;
    padding-bottom: 5px;
}

.zj{
    text-align: center;
}

.zg:nth-of-type(2){
    margin-left: 50px;
}


	.bc p{
	    text-align: center;
	}
	
.container>.row{
    background: none;
}

#g{
    width: 100%;
    float: left;
}

.container .row{
    padding-top:0px;
}

.container .col-lg-8{
    padding-top:50px;
}

center>div{
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.zj{
    float: left;
    width: 100%;
}

@media (max-width:766px){
	#headerwrap-2{
		display: none;
	}
	.collapse{
		display: block;
	}
	.navbar .nav li{
		float: left;
	}
	.navbar-fixed-bottom, .navbar-fixed-top{
		position: relative;
	}
	body{
	    padding: 0;
	}
	.waz {
	    width: 25%;
	}
	.zd_la,.ab_pc,.ab_txt,.ab_zx{
	    width: 100%;
	}
	.fi_lst{
	    margin-top: 30px;
	}
	.ls_tit{
        margin: 30px 0 15px 0;
	}
	.ab_zx,.ab_zx:nth-of-type(3), .ab_zx:nth-of-type(4){
	    margin:5px 0;
	}
	.luc{
	    width: 33.33%;
	}
	div,span,li,a,img,.row{
        -moz-box-sizing: border-box; /*Firefox3.5+*/
        -webkit-box-sizing: border-box; /*Safari3.2+*/
        -o-box-sizing: border-box; /*Opera9.6*/
        -ms-box-sizing: border-box; /*IE8*/
        box-sizing: border-box; 
	}
	.row,.zg:nth-of-type(2){
	    margin: 0;
	}
	.col-md-4{
	    float: left;
	    width: 100%;
	    padding:0 10px;
	}
	.wau,.container,.navbar-brand{
	    padding: 0px;
	}
	.img-responsive{
	    object-fit: cover;
        flex: 1;
	}
	
	.demo-gallery img{
	    width: 100% !important;
	}
	
	.zz_g{
	    width: 100% !important;
	}
	#cta{
	    padding:10px;
	}
	.container>.navbar-header,.navbar .navbar-brand{
	    margin: 0px;
	}
	.navbar-brand{
	    display: block !important;
	    padding: 0px !important;
	    width: 100%;
	    
	    text-align: center;
	}
	.navbar .navbar-brand img{
	    display: block;
	    margin: auto;
	}
	.navbar{
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	}
	#menu{
	    margin: 0px;
        background: #1abc9c;
	}
	.navbar .nav li{
	    width: 25%;
	}
	.navbar .nav>li>a{
	    padding: 0px !important;
	    line-height: 30px;
	    text-align: center;
	    color: white;
	}
	.navbar .nav>li>a:hover{
	    color: white;
	}
	.ch-grid>.col-lg-4{
	    width: 100%;
	    margin-bottom:15px;
	}
	.ab_txt{
	    margin-left: 0px;
	}
	.container .col-lg-8{
        padding-top:0px;
    }
    center>div{
        margin-bottom: 30px;
    }
    .ab_zx{
        width: 33.33%;
    }
    .ab_pc{
        padding: 0 10px;
    }
    .col-lg-8 h4{
        margin-top:20px;
    }
}
