body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #666;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #005C34;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  /*margin: 0 0 30px 0;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #044D9B;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #00b1e4;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  background: #071e33;
}

#topbar .contact-info a {
  line-height: 1;
  color: #acacac;
}

#topbar .contact-info a:hover {
  color: #00b1e4;
}

#topbar .contact-info i {
  color: #00b1e4;
  padding: 4px 4px 0 0;
}
.contact-info.float-left {
  color: #acacac;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e947;
}

#topbar .social-links a {
  color: #00b1e4;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e924;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
/*头部开始*/
.tel-num-block p{
  margin:0;
}
.bannerBox{
  height:620px;width: 100%
}
.bannerBox image{
  width:100%
}
.main-nav .cur {
  border-bottom: 2px solid #fff;
}
.header {
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  background:#fff;
  width: 100%;

  min-width: 1380px;
  z-index: 100;
  border-bottom: 2px solid #e70012;
  padding: 10px 0;
}
.top-fixed{
  position:fixed;
  z-index:10;
}
.header .header-block {
  justify-content: space-between;
  height: 100%;
  width: 1200px;
  margin: auto;
  position: relative;
}
.logReg{
  position: absolute;right: 40px;top: -2px;color: #8c8c8c;font-size: 12px;
  height: 30px;
}
.flex-row {
  /*display: flex;*/
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .logo {
  margin: 0;
  position: relative;
  color: #005C34;font-size: 32px
}
.main-nav {
  justify-content: flex-start;
  margin-right: 20px;
  height: 70px;
}
.main-nav .item {
  /*position: relative;*/
  float: left;
  border-bottom: 2px solid #fff;
  margin-top: 20px;
}
.main-nav .item-a {
  color: #666;
  display: block;
  padding: 0 18px;
  margin-top: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}
.item .cur {
  background: #e70012;
  color: #fff;
  border-radius: 10px;
}
.main-nav .item:hover{
  border-bottom: 2px solid #e70012;
}
.header .qq {
  margin-right: 28px;
}
.header .qq a {
  background: url(../../../img/web/qq.png) no-repeat left center;
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
}
.header .tel {
  color: #fff;
  padding-left: 32px;
  background: url(../../../img/web/tel.png) no-repeat left center;
  height: 32px;
}
.header .tel-title {
  font-size: 16px;
  margin-right: 10px;
}
.header .tel-num {
  font-size: 18px;
  font-family: "pmzdbt";
}
/*头部结尾*/

/*头部2*/
/*.header{*/
/*!*padding: 10px 0;*!*/
/*border-bottom: 2px solid #ffe2bc;position: fixed;width: 100%;z-index: 999;background: #fff}*/
/*.header h1{float: left; }*/
/*.header .menu{margin-left: 230px; overflow: hidden; text-align: right; }*/
/*.header ul{float:right;padding: 20px 0 0;}*/
/*.header .menu li{float: left; position:relative;overflow: hidden;}*/

/*.header .menu li a{line-height: 40px;padding: 0px 18px;font-size: 16px;display: block}*/
/*.header .menu li.cur{background: #2691ec; color: #fff; border-radius: 10px; }*/
/*.header .cur a{color:#fff;}*/
/*.header .menu .cur:after{display: none;}*/

/*.header .menu li:after{  bottom:0;  content: ""; height: 2px; background: #2691ec; position: absolute; left: 20px;*/
/*-webkit-transition-property:background width;width:0;-webkit-transition-duration: 1s;*/
/*-moz-transition-property:background width;width:0;-moz-transition-duration: 1s;*/
/*-o-transition-property:background width;width:0;-o-transition-duration: 1s;*/

/*}*/
/*.header .menu li:hover:after{background: #ffe2bc;border-radius: 10px;width:100%;}*/
/*.header .sign{position: absolute;right: 0;top: -8px;color: #8c8c8c;font-size: 12px;}*/
/*.header .sign a{margin: 0 4px;font-size: 12px;color: #afafaf;font-size: 14px;line-height: 24px;}*/
/*.header .sign a:hover{color:#333;}*/
/*.header .person .layui-icon{*/
/*margin-right: 7px;*/
/*color: #fd9206;*/
/*font-size: 20px;*/
/*font-weight: bold;*/
/*vertical-align: middle;*/
/*}*/
/*.header .sign .exit{    font-size: 12px;*/
/*border: 1px solid #afafaf;*/
/*border-radius: 23px;*/
/*display: inline-block;*/
/*padding: 0 4px;*/
/*line-height: 17px;}*/
/*.header .person{    background: url(../../image/public/person.png) 0 center no-repeat;*/
/*padding-left: 23px;*/
/*display: inline-block;cursor:default;*/
/*color: #88c8ff!important;}*/
/*--------------------------------------------------------------
# banner开始 Section


--------------------------------------------------------------*/
#banner{
  margin-left: auto;
  margin-right: auto;
}
#banner .testimonial-item {
  display: block;
}
#banner img {
  display: block;
  width: 100%;
}
#intro .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
}
#intro {
  width: 100%;
  height:64vh;
  position: relative;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 14%;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

#intro .intro-content h2 {
  color: #3a3a3a;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

#intro .intro-content h2 span {
  color: #071e33;
  text-align: right;
  font-size: 66px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 22px;
    background: #ffffffa3;
    padding: 15px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 0;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #00b1e4;
  border: 2px solid #00b1e4;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #00b1e4;
}

#intro .intro-content .btn-projects {
  background: #00b1e4;
  border: 2px solid #00b1e4;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #00b1e4;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/*--------------------------------------------------------------
# banner结束 Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #00b1e4;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #00b1e4;
}

.nav-menu ul ul {
  margin: 0;
}
/*-------------------------------------------------
Inner Banner
---------------------------------------------------*/
#innerBanner{
  text-align:center;
}
#innerBanner h2{
  color:#fff;
  text-align:center;
  font-weight:normal;
  font-size:18px;
  margin:0px;
}
#innerBanner h2 span{
  color:#fff;
  font-weight:bold;
  font-size:38px;
  text-align:center;
}
.svgImg{

}
.svgImg img{
  width:290px;
  height: 180px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#links a:hover{
  color: #071e33;
}
.section-header h2 {
  font-size: 32px;
  color: #071e33;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  /* display: inline-block; */
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #044D9B solid 2px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #333;
}

/*关于我们开始 Section
--------------------------------*/
.pic{
  margin-bottom: 20px;
}
.about_h2{
  color: #000000;font-weight: 700;font-size: 18px;font-family:"Raleway",sans-serif;margin-top:18px;margin-bottom:12px;
}
.about_property img{
  width:345px;
  /*height: 245px;*/
}
.about_qualifications img{
  width: 375px;
  height: 245px;
}
.about-carousel img{
  width: 140px;
  height:70px;
}

.about-bg{ max-width:1920px; margin:0 auto; padding-top:40px;}
.about-bg>h1{font-weight:bold;line-height:25px;font-size:25px;text-align:center; color:#044d9b;}
.about-box{ max-width:1000px; margin:0 auto; position:relative; height:120px;}
.about-box h2{font-size:18px; top:40px; font-weight:bold;color:#666666;}
.about-box .line{ width:70px; height:3px; background-color:#044d9b;position:absolute;}
.about_fanwei h2{ margin-top:18px;margin-bottom: 8px}
#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #00b1e4;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}
/*关于我们结束
--------------------------------*/


/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
  padding: 20px 20px 0;
}

#team .member .details {
  background: #fff;
  color: #071e33;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}

#team .member .social a {
  color: #00b1e4;
  margin: 2px 6px;
  /* border: 1px solid #00b1e4; */
  width: 42px;
  display: inline-block;
  /* opacity: .4; */
  background: #eaeaea;
  padding: 4px;
}
#team .member .social a:hover{
  color: #081e5b;
  margin: 2px 6px;
  border: 1px solid #081e5b;
  opacity: 1;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #00b1e4;
  float: left;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  margin-left: 27px;
  font-size: 14px;
}

#contact .contact-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c4450;
  float: left;
  margin: 8px 15px;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #00b1e4;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #00b1e4;
  border: 1px solid #00b1e4;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #00b1e4;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #0299c4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_box {
  display: flex;
  padding-top: 20px;
  border-bottom: 2px solid #393939;
}
.footer_txt {
  display: flex;
  flex-direction: column;
  width: 200px;
  text-align: center;
  color:#aeaeae;
  cursor:pointer;
  margin:0 30px 0 20px
}
.footer_us {
  display: flex;
  flex-direction: column;
  width: 150px;
  text-align: center;
  color:#aeaeae;
  cursor:pointer;
}
.footer_txt span {
  color: #e70012;
}
.footer_us span {
  font-size: 16px;
}
.footer_us p {
  padding: 0;
  margin:0
}
.footer_img {
  width: 100px;
  height: 100px;
  display: flex;
  margin-top: 30px;
}
.footer_img img {
  width: 100%;
  margin-right: 10px;
}
.footer_hd {
  margin-top: 20px;
  color:#aeaeae
}
.footer_end {
  background-color: #000;
  height: 90px;
  text-align: center;
  color: #aeaeae;
  font-size: 14px;
}
#footer {
  background: #2b2b2b;
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #aeaeae;
  margin: 0 30px 0 20%
}
.copyright a {
  color:#aeaeae
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ffffff85;
  margin-top: 8px;
}

#footer .credits a {
  color: #00b1e4;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}
/*load*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  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: #4676fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-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);
  }
}
/*load*/
#links a:hover{
  color: #044D9B;
}

/*分页开始*/
#page {
  margin: 40px auto 20px auto;
  color: #666;
  display: block;
  text-align: center;
}

#page li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #005C34;
  height: 28px;
}

#page li.xl-disabled {
  opacity: .5;
  cursor: no-drop;
}

#page li.xl-disabled:hover{
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}

#page li.xl-active {
  background-color: #e70012;
  border-color: #e70012;
  color: #FFF
}

#page li:hover{
  background-color:#e70012 !important;
  border-color:#e70012;
  color: #FFF
}

#page li.xl-jumpText {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  opacity: 1;
}

#page li.xl-jumpText:hover{
  background-color: rgba(0,0,0,0) !important;
  border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton{
  padding: 0 5px;
}

#xlJumpNum {
  width: 35px;
  margin: 0 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
}
input[type="number"]{
  -moz-appearance:textfield;
}
/*分页结束*/
/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

.form-control.error {
  border: 1px dotted #cc5965;
}
