

body, html {
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑","Poppins", sans-serif;
  font-weight: 400;
  color: #747da1;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

::-moz-selection {
  background: #292f36;
  color: #fff;
}

::selection {
  background: #292f36;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family:"Microsoft YaHei", "微软雅黑", "Open Sans", sans-serif;
 
  color: #1a2755;
  margin: 0;
  line-height: 1.4;

}

h1, .h1 {
  font-size: 40px;  font-weight: 700;
}

h2, .h2 {
  font-size: 32px;
}



h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 1.467rem;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 1.8;
  margin: 0;
}
.ban{display:block; width:100%; height:auto;z-index: 9999;position: relative;}
.ban img{ display:block; width: 100%; height: auto;}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  h3, .h3 {
    font-size: 2.1rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}


	.video-modal-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.8);
	  display: none;
	  justify-content: center;
	  align-items: center;
	  z-index: 99999999999999999;
	  padding: 20px;
	  box-sizing: border-box;
	}
	
	.video-modal {
	  position: relative;
	  width: 100%;
	  max-width: 900px;
	  background-color: #fff;
	  border-radius: 8px;
	  overflow: hidden;
	}
	
	.video-close-btn {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  background-color: rgba(0, 0, 0, 0.5);
	  color: white;
	  border: none;
	  width: 36px;
	  height: 36px;
	  border-radius: 50%;
	  font-size: 20px;
	  cursor: pointer;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 10;
	  transition: background-color 0.3s;
	}
	
	.video-close-btn:hover {
	  background-color: rgba(0, 0, 0, 0.8);
	}
	
	.video-container {
	  width: 100%;
	}
	
	.video-container video {
	  width: 100%;
	  display: block;
	}
	
	/* 显示弹窗的类 */
	.video-modal-overlay.active {
	  display: flex;
	}
	
	
	.news_list{ display:block; width:100%;}
	.news_list ul{ float:left; overflow:hidden; width:100%; padding:3px; box-sizing:border-box;}
	.news_list li{ margin-bottom:20px; overflow:hidden; float:left; padding:10px 15px; box-sizing:border-box; width:100%; box-shadow:1px 1px 4px rgba(0,0,0,0.20);}
	.news_list_img{ float:left; max-width:370px; width:100%; height:220px; overflow:hidden;}
	.news_list_img img{ width:100%; height:100%; object-fit:cover; transition:all linear 0.25s;}
	.news_list_text{ max-width:calc(100% - 410px); width:100%; height:220px; padding:10px 0px; box-sizing:border-box; float:right;}
	.news_list_text .title{  font-size:20px; font-weight:bold; color:#333; white-space:pre; text-overflow:ellipsis; overflow:hidden; text-align:left; transition:all linear 0.25s;}
	.news_list_text time{ font-size:14px; display:block; margin-top:10px; color:#999; border:0px; text-align:left; padding-top:0px}
	.news_list_text .text{ line-height:24px; height:72px; font-size:14px;color:#666; float:left; width:100%;}
	.news_list_text .more{ background:#adadad; margin-top:10px; color:#fff; width:120px; height:40px; line-height:40px; float:left; text-align:center; transition:all linear 0.25s;}
	.news_list_text .more:hover{ background:#1b9251;}
	.news_list li:hover{ background:#fff; box-shadow:1px 1px 4px rgba(228,31,39,0.20);}
	.news_list li:hover .title{ color:#1b9251; transform:translateX(10px);}
	.news_list li:hover .news_list_img img{ transform:scale(1.1);}
	
	
	.pagebar { padding:20px; overflow:hidden; clear:both}
		.pagebar .pagination {
		  display: flex;
		  justify-content: center;
		  margin-top: 10px;
		}
		.pagination a {
		  background: #fff;
		  border: 1px solid #ccc;
		  color: #333;
		  font-size: 12px;
		  padding: 8px 10px;
		  margin: 0 2px;
		  border-radius: 3px; line-height:100%
		}
		.pagination span {
		    color: #333;
		    font-size: 12px;
		    padding: 7px 2px;
		    margin: 0 2px;
		    border-radius: 3px;
		}
		.pagination a:hover {
		  color: #333;
		  border: 1px solid #333;
		}
		.pagination a.page-num-current {
		  color: #fff;
		  background: #333;
		  border: 1px solid #333;
		}
		.pagination .st{ font-family:宋体}
		.text-secondary{ text-align:center; padding:20px 0}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 999;
  
}
.main{position:relative;margin:10px auto;overflow:hidden;}
.siderBara{float:left;width:25%;}

.content{float:right;width:70%;}

.section {
  padding: 4% 0;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 5%;
}

.section .section-heading h2 {
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}

/* .section .section-heading h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #2891F9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
} */

.section .section-heading h2 span {
  color: #2891F9;
}

.section .section-heading h4 {
  font-family: "Microsoft YaHei", "微软雅黑","Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #2891F9;
}

.bg-grey {
  background: url(../images/scbj.png);
}

.bg-pingjia {
  background: url(../images/pjbj.jpg) center bottom no-repeat;
}

.bg-light-grey {
  background: #f6f9fe;
}

.mb-30 {
  margin-bottom: 3%;
}
.pt-50{margin-top: 10%;}
.pb-minus-70 {
  padding-bottom: 5%;
}

.bg-overlay {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #2891F9;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #2891F9;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 18px;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #000 !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15); cursor:pointer;
}

.white-btn:hover {
  background: transparent;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
          animation: pulseWhite 1s 1 ease-in-out forwards;
}





.price-table  .more-btn {
  font-weight: 500;
  padding:4% 5%;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
 background-color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #ff4f80 !important;
  border: 1px solid #ddd;
 
		  bottom: -4%;
		  position: absolute;
		  left: 42.5%;
}



.primary-btn {
  font-weight: 500;
  padding: 2% 5%;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #2891F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #2891F9;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15); margin-bottom:4%;
}
.primary-btn.tel{
	font-size:32px;
	font-family: Arial, Helvetica, sans-serif;
}
.primary-btn.tel i{ margin-right:12px;}
.primary-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
background-color:#158CE8; background:-webkit-linear-gradient(top, #1B9AEE ,#158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.outline-btn {
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
 background-color: #01d77f;
  color: #fff !important;
}


.outline-btn2 {
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #01d77f;
  color: #fff !important;
}

.outline-btn:hover {
  background: #fff;
  color: #01d77f !important;
  -webkit-animation: pulseWhite 1s ease-in-out forwards;
          animation: pulseWhite 1s ease-in-out forwards;
}
.outline-btn2:hover {
  background: #01d77f;
  color: #FFFFFF !important;
  -webkit-animation: pulseWhite 1s ease-in-out forwards;
          animation: pulseWhite 1s ease-in-out forwards;
}
.scroll-top-btn {

  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 144;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #2891F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
    bottom: 30px;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-content {
  background: transparent;
}

.custom-modal .modal-content .modal-header {
  padding: 20px 30px;
  background: #2891F9;
  border-radius: 4px 4px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #fff;
}

.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #000;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #2891F9;
}

.custom-modal .modal-content .modal-body .popup-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2891F9;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 18px 20px 18px 60px !important;
}

#contactFormSuccessModal .modal-header, #contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
}

#contactFormSuccessModal .modal-header h5, #contactFormSuccessModal .modal-header button, #contactFormDangerModal .modal-header h5, #contactFormDangerModal .modal-header button {
  color: #fff;
}

#contactFormSuccessModal .modal-header.danger, #contactFormDangerModal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

#contactFormSuccessModal .modal-header.success, #contactFormDangerModal .modal-header.success {
  background: #4caf50;
  color: #fff;
}

#contactFormSuccessModal .modal-body, #contactFormDangerModal .modal-body {
  border-radius: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner, #contactFormDangerModal .modal-body .form-popup-inner {
  text-align: center;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon, #contactFormDangerModal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 3%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.circle, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.line, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.check, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.danger svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.success svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #4caf50;
  stroke: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

#contactFormSuccessModal .modal-footer, #contactFormDangerModal .modal-footer {
  border-radius: 0;
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contactFormSuccessModal .modal-footer .popup-link, #contactFormDangerModal .modal-footer .popup-link {
  font-weight: 700;
  color: #000;
}

#contactFormSuccessModal .modal-footer .popup-link.success:hover, #contactFormDangerModal .modal-footer .popup-link.success:hover {
  color: #4caf50;
  text-decoration: underline;
}

#contactFormSuccessModal .modal-footer .popup-link.danger:hover, #contactFormDangerModal .modal-footer .popup-link.danger:hover {
  color: #f27474;
  text-decoration: underline;
}

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.comment-item {
  margin-bottom: 3%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-item:last-child {
  border-bottom: 0;
}

.comment-item p {
  margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
  margin-bottom: 10px;
}

.comment-item img {
  margin-right: 20px;
  border-radius: 50%;
}

.comment-item .comment-meta {
  margin-bottom: 10px;
}

.comment-item .comment-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.comment-item .comment-meta span i {
  margin-right: 10px;
  color: #2891F9;
}

.comment-item .reply-btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comment-item .reply-btn:hover {
  color: #2891F9;
}

.comment-item .reply-btn i {
  vertical-align: -1px;
  display: inline-block;
  color: #2891F9;
}

.comment-item.sub-comment-item {
  margin-left: 100px;
}

.leave-comment-wrapper .comment-form-group {
  margin-bottom: 20px;
  position: relative;
}

.leave-comment-wrapper .comment-form-group .form-control {
  outline: none;
  width: 100%;
  border: none;
  height: auto;
  color: #000;
  padding: 18px 20px 18px 50px;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group .form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group span {
  top: 0;
  left: 20px;
  line-height: 60px;
  color: #2891F9;
  position: absolute;
  pointer-events: none;
}

.leave-comment-wrapper button {
  border: none;
}

.custom-form-group {
  position: relative;
}

.custom-form-group .custom-form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 3%;
  padding: 18px 30px 18px 60px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group .custom-form-control:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2891F9;
  font-size: 16px;
}

.custom-form-group button {
  width: 100%;
  display: block !important;
  background: transparent;
}

.comment-block-mt {
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {h1, .h1 { font-size:20px;}
	h2, .h2 { font-size:18px;}
  .comments-wrap .comments-item-wrap .comments-item {
    display: block;
  }
  .comments-wrap .comments-item-wrap .comments-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comments-wrap .comments-item-wrap .comments-item.sub-comment {
    padding-left: 100px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
}

.pagination-wrap .pagination-link {
  width: 50px;
  height: 50px;
  color: #000;
  line-height: 50px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
  background: #2891F9;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preloader-wrap .gooey {
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  position: absolute;
  -webkit-filter: contrast(20);
          filter: contrast(20);
  margin: -20px 0 0 -71px;
  background: #fff;
}

#preloader-wrap .gooey .dot {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  background: #000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
          animation: dot 2.8s infinite;
}

#preloader-wrap .gooey .dots {
  margin-top: 12px;
  margin-left: 31px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dots 2.8s infinite;
          animation: dots 2.8s infinite;
}

#preloader-wrap .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  background: #000;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 30px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item:hover > a {
  color: #fff;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #2891F9;
  border-bottom-color: #2891F9;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header-shrink .nav-item:hover .nav-link {
  color: #2891F9;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #2891F9;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #2891F9;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header-shrink .nav-item .default-nav-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  background: #2891F9;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header-shrink .nav-item .nav-link {
  color: #000;
  opacity: 1;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #2891F9;
}

.header-shrink .nav-item .nav-link:after {
  background: #2891F9;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #2891F9;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #000;
}

.header-shrink .white-btn {
  color: #fff !important;
  background: #2891F9;
  border: 1px solid #2891F9;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.header-shrink .white-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
background-color:#158CE8; background:-webkit-linear-gradient(top, #1B9AEE ,#158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}
#contact{ width:100%;  margin-top:2%; margin-bottom:2%;}
#contact ul{list-style-type:none; margin-left:-2%;}
#contact ul li{ width:48%; margin-top:1%; margin-bottom:1%; float:left; margin-left:2%; cursor:pointer;transition:all 0.4s ease-in-out 0s;}
#contact ul li:hover{box-shadow:0px 1px 8px #ccc;-webkit-box-shadow:0px 1px 8px #ccc;-moz-box-shadow: 0px 1px 8px #ccc;}
#contact ul li:hover .nrc{ background-color:#158CE8; border:#158CE8 solid 1px;background:-webkit-linear-gradient(top, #1B9AEE ,#158CE8);}
#contact ul li .nrc{ width:100%; padding:5%; box-sizing:content-box; box-sizing:border-box;display:block; border:#ddd solid 1px; background-color:#f4f4f4;border-radius:5px; overflow:hidden; float:left; transition:all 0.4s ease-in-out 0s; position:relative; z-index:1; }
#contact ul li .nrc dd{ width:100%; float:left; text-align:center;}
#contact ul li .nrc dd i{ width:100px; height:100px; background-color:#158CE8;border-radius:100%; font-size:40px; line-height:100px; color:#fff; transition:all 0.4s ease-in-out 0s; }
#contact ul li .nrc .bgf{ width:100%; height:100%; z-index:-1; position:absolute; left:0px; top:0px;filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.4s ease-in-out 0s; text-align:right;}
#contact ul li .nrc .bgf i{ font-size:350px; color:rgba(255,255,255,0.3); margin-top:5%; }
#contact ul li:hover .nrc dd i{ background-color:#fff; color:#158CE8;}
#contact ul li:hover .nrc .bgf{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1;}
#contact ul li .nrc h4{ transition:all 0.4s ease-in-out 0s; 
	font-size:24px;
	color:#333;
	line-height:2;
	width:100%;
	float:left;
	 font-weight:normal; margin-top:10px; margin-bottom:10px; text-align:center;
}
#contact ul li .nrc .xq{color:#888; line-height:25px; font-size:16px;text-align:center; height:50px;width:100%; float:left; overflow-y:auto; transition:all 0.4s ease-in-out 0s; }
#contact ul li:hover .nrc .xq,#contact ul li:hover .nrc h4{ color:#FFFFFF}
#contact ul li .nrc .xq::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color:#288FE1
}
#contact ul li .nrc .xq::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}
#contact ul li .nrc .xq::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(255,255,255, .6);
    background-color: #333;
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #2891F9;
    color: #fff !important;
    border-color: #2891F9;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #2891F9;
    color: #fff !important;
    border-color: #2891F9;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #edeffe;
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #2891F9;
  }
  .header .dropdown-toggle:before {
    top: 22px !important;
    right: 20px !important;
  }
  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }
  .header.header-shrink .search-btn-mobile {
    color: #000;
  }
  .header .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #2891F9;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #2891F9;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #2891F9;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #2891F9;
  }
  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
	
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.hero-banner .hero-inner h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.hero-banner .hero-inner h1 {
  margin-bottom: 3%;
  color: #fff;
}

.hero-banner .hero-inner h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Microsoft YaHei", "微软雅黑","Poppins", sans-serif;
  color: #fff;
  margin-bottom:3.5%;
  opacity: 0.75;
}

.hero-banner .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#hero_video {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

#hero_video .video-content {
  z-index: 27;
  position: relative;
}
#spzs{ width:100%; position:fixed; z-index:2000;top:0px; height:100%;  background-color:rgba(0,0,0,0.9);  text-align:center;}
#videoa{width:90%; margin-left:5%;   float:left;  margin-top:4%;  position:relative;}
#videod{ width:94%; padding:3%; margin:3% 2%; float:left;  background-color:#fff; max-height:60vh; overflow-y:auto;}
#videos{ width:100%; float:left; box-sizing:content-box; box-sizing:border-box; overflow:hidden;}
#videoa h5,#videos h5{ font-size:16px; text-align:center; font-weight:bold; line-height:2; margin-bottom:12px; color:#111; border-bottom:#ddd solid 1px;}
#videos .xq{ width:100%; float:left;}
#videoa .gbf{
	width:100%;
	float:left;
	background-image: url(../images/gb.png);
	background-repeat: no-repeat;
	background-position: right center;
	height:35px;
	cursor:pointer;
	line-height:35px;
	color:#000;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
}
#videos  iframe,#videos embed,#videos VIDEO{width:100%; max-height:60vh; background-color:#000000;}
#fenye{ width:100%; float:left; overflow:hidden;}
#fenye p{
	overflow:hidden;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	border:#ddd solid 1px;
	line-height:2; padding-left:12px; padding-right:12px;
max-width:46%; color:#555;border-radius:50px; 
}
#nr{
	color:#555;
	line-height:1.8;
	text-align:left; margin-top:1.8%;
	
}
#nr hr{ height:2px; background-color:#D4151A; overflow:hidden; border:0px;}
#nr img{ max-width:100%; margin-bottom:10px;}
#fenye p:hover{ background-color:#f7f7f7; color:#2891F9; border:#2891F9 solid 1px;}
#fenye .pz{  float:left;}
#fenye .py{ float:right;}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	#contact ul li .nrc h4{ font-size:18px;}#contact ul li .nrc dd i{ width:80px; height:80px;font-size:24px; line-height:80px; }#contact ul li .nrc .bgf i{ font-size:200px; }#contact ul li .nrc .xq p{ font-size:14px; line-height:20px;}#contact ul li .nrc .xq{ height:50px; font-size:14px;}
  .hero-img-resp {
    display: none;
  }#videoa .gbf{top:-30px; right:-6%}#videoa{margin-top:15%;}#videod{ width:96%; padding:2%; margin:2%; }#videod h5{ font-size:14px;}#videos  iframe,#videos embed,#videos VIDEO{width:100%; max-height:350px; background-color:#000000;}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    padding-top: 100px;
    padding-bottom: 10%; min-height:80vh;
  }
  .hero-banner .hero-inner h1 {
    font-size: 18px
  }
   .hero-banner .hero-inner h2 {
    font-size: 14px
  }
  #videos  iframe,#videos embed,#videos VIDEO{width:100%; max-height:300px; background-color:#000000;}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 449.98px) {
  .hero-banner .btn-group {
    display: block;
  }
  .hero-banner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
  #contact ul li .nrc dd i{ width:60px; height:60px;font-size:24px; line-height:60px; }#contact ul li .nrc .bgf i{ font-size:150px; }
}

/* ---------------------------------------------------------------- */
/* 11.Features                                            
/* ---------------------------------------------------------------- */

.features-carousel{width: 88%;margin: 60px auto 0;}
.features-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  
}
.yiny{-webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);}

.features-item:nth-child(2){}
.features-item .icon {
  display: inline-block;
  margin-bottom: 3%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}


.features-item .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #2891F9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.features-item .body h6 {
  margin-bottom: 12px;
  line-height: 50px;
  color: #1c1b3b;
  font-size: 18px;font-weight: 500;
}
.features-item .body p{
 display: -webkit-box; 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:5; font-size: 15px;
-webkit-box-orient: vertical; line-height:25px; height:125px;}
.features-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.3);
          box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.3);
		 
}

.features-item:hover .icon {
  border-color: #2891F9;
}

.features-item:hover .icon span {
  color: #fff;
  background: #2891F9;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 12.About                                           
/* ---------------------------------------------------------------- */
.about-inner > h6 {
  color: #2891F9;
  margin-bottom: 1.5%;
}

.about-inner h2 {
  line-height: 2;
  margin-bottom: 3%;
}

.about-inner p {
  margin-bottom: 3%;text-indent: 2em;
}

.about-box-wrap {
   margin-bottom: 1.5%;
}

.about-box-wrap .about-box {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 3%;
  background: #fff;
  border-left: 10px solid #2891F9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.about-box-wrap .about-box h6 {
  margin-bottom: 10px;
}

.about-box-wrap .about-box h5 {
  font-size: 46px;
  color: #2891F9;
}


#about {
    position: relative;
	margin-bottom: 10%;
}
.about-img {
   position: absolute;
  top: 35%;
  right: 0;
  width: calc(48% - 35px);
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-img {
    margin-top: 30px; text-align:center;
  }
}

/* ---------------------------------------------------------------- */
/* 13.New Features                                     
/* ---------------------------------------------------------------- */
.new-features-inner {
  padding-top: 3%;
  padding-bottom: 5%;
}

.new-features-inner .inner-text h6 {
  color: #2891F9;
      padding-left: 52px;
     
}

.new-features-inner .inner-text h2 {
  line-height: 46px;
  margin-bottom: 20px;
}

.new-features-inner .inner-text p {
  margin-bottom:3.5%;
}

.new-features-inner .new-features-list {
  margin-bottom:3.5%;
}

.new-features-inner .new-features-list {
    Position: relative;
   
    margin-top: 30px;
}

.new-features-inner .new-features-list:after {
    content: '';
    Position: absolute;
    top: 0px;
    bottom: 10px;
    left: 11px;
    border-left: solid 2px #b3b3b3;
}


.new-features-inner .new-features-list li {
  min-height:32px;line-height:32px;margin-bottom:30px;Position:relative;
}

.new-features-inner .new-features-list li span {
   z-index:3;background:#ffcfdf;border-radius:100%;color:#f54778;font-size:14px;font-weight:bold;Position:absolute;top:0;left:0;display:block;width:22px;height:22px;line-height:22px;text-align:center;
}

.new-features-inner .new-features-list li .text h6 {
  font-size: 18px;
  margin-bottom: 12px;
     padding-left: 52px;
}

.new-features-inner .new-features-list li:hover .text h6{font-size: 19px;color: #f6404d;}

.new-features-inner .new-features-list li:hover span{color:#ffcfdf;background:#f54778;width:24px;height:24px;font-size:15px;}

#new-features {
  position: relative;
}

#new-features .new-features-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 85px);
  height: 100%;
}

#new-features .new-features-img img {
  width: 100%;
  
}
@media only screen and (max-width: 1200px){.section .section-heading h4,body, html { font-size:14px;}}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  #new-features .new-features-img {
    display: none;
  }
 .section .section-heading h4 , body, html { font-size:12px;}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .new-features-inner .new-features-list li {
    
  }
  .new-features-inner .new-features-list li h5 {
    margin-right: 10px; float:left;
    margin-bottom: 20px;
  }
  .new-features-inner .new-features-list li .text h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #watch-video { padding: 20% 0;}
}

/* ---------------------------------------------------------------- */
/* 14.Watch Video                                   
/* ---------------------------------------------------------------- */
#watch-video {
  z-index: 1;
  padding: 15% 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

#watch-video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.15;
  background: #fff;
}

.watch-video-inner {
  display: inline-block;
}

.watch-video-inner .watch-video-btn { cursor:pointer;
  position: relative;
  font-size: 35px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: transparent;
}
.watch-video-inner .watch-video-btn i{ color:#FFF}
.watch-video-inner .watch-video-btn:after, .watch-video-inner .watch-video-btn:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: iconPulse 1s linear infinite;
          animation: iconPulse 1s linear infinite;
}

.watch-video-inner .watch-video-btn:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.watch-video-inner .watch-video-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.watch-video-inner .watch-video-btn:hover:after, .watch-video-inner .watch-video-btn:hover:before {
  -webkit-animation: none;
          animation: none;
}

/* ---------------------------------------------------------------- */
/* 15.Testimonial                                  
/* ---------------------------------------------------------------- */
.testimonial-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item .img {
  display: inline-block;
  margin-bottom: 3%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.testimonial-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%; width:100px; height:100px;
}

.testimonial-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}
.testimonial-item .body p{
 display: -webkit-box; 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient: vertical; line-height:25px; height:100px;}
.testimonial-item .body span {
  color: #2891F9;
  font-size: 15px;
}

.testimonial-item .body .rating {
  margin-top: 10px;
  margin-bottom: 3%;
}

.testimonial-item .body .rating i {
  margin-right: 3px;
  color: #f0932b;
  font-size: 14px;
}

.testimonial-item .body .rating i:last-child {
  margin-right: 0;
}

.testimonial-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item:hover .img {
  border-color: #2891F9;
}

.testimonial-item:hover .img img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 16.Pricing                          
/* ---------------------------------------------------------------- */
.price-table {
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
border: 1px solid #dddddd;
border-radius: 3%;
		  
}
.price-table h3{color: #ff4f80;}
.price-table:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
		  border: 1px solid #ff4f80;
		  margin-top: -50px;
}

.price-table:hover .list{ border-bottom: 1px solid #ff4f80;
   border-top: 1px solid #ff4f80;}
.price-table:hover .more-btn{ bottom:6%;background-color:#ff4f80;color:#FFFFFF!important;}
.price-table:hover .icon {
  border-color: #2891F9;
}

.price-table:hover .icon span {
  color: #fff;
  background: #2891F9;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.price-table .icon {
  padding: 15px;
  margin-bottom: 3%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px dashed #edeffe;
}

.price-table .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #2891F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #edeffe;
}

.cases{margin-top: 5%;}
.zongjian{border: 1px solid #ff4f80!important;}


.zongjian .more-btn{bottom: 4%!important;background-color: #ff4f80!important;color: #FFFFFF!important;}

.zongjian .list{  border-bottom: 1px solid #ff4f80!important;
   border-top: 1px solid #ff4f80!important;}
.price-table .text h2 {
  font-size: 50px;
  margin-bottom: 10px; color:#dd0000;
}
.price-table  h3{font-size: 22px;}
.price-table .text h6 {
  margin-bottom: 25px;
  font-size: 22px;
}

.price-table .text {height: 100px;}
.price-table .list {
  margin: 30px auto;
  border-bottom: 1px solid #dddddd;
   border-top: 1px solid #dddddd;
   padding: 20px 0;
}

.price-table .list li { text-align:left;
  margin-bottom: 10px;
}

.price-table .list li i {
  color: #2891F9;
  margin-right: 10px;
}

/* ---------------------------------------------------------------- */
/* 17.Download App                    
/* ---------------------------------------------------------------- */
#download-app {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
   background: url(../images/tiyanbj.png) repeat  center;
}


.download-app-inner .text {
  margin-bottom: 60px;
}

.download-app-inner .text h2 {
  color: #1c284c;
  margin-bottom: 12px;
}

.download-app-inner .text p {
  opacity: 0.75;
  color: #1c284c;
}

.download-app-inner .btn-group .outline-btn {
  margin-right: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
  .download-app-inner .btn-group {
    display: block;
    text-align: center;
  }
  .download-app-inner .btn-group a {
    display: inline-block;
    min-width: 170px;
  }
  .download-app-inner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* ---------------------------------------------------------------- */
/* 18.Our Team                  
/* ---------------------------------------------------------------- */
.team-item {
  padding: 10px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.team-item .img {
  display: inline-block;
  padding: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.team-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; height:50px; max-width:100%; display:block; margin-left:auto; margin-right:auto;
}

.team-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}

.team-item .body span {
  color: #2891F9;
  font-size: 15px;
}

.team-item .social {
  margin-top: 30px;
}

.team-item .social li {
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.team-item .social li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2891F9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.team-item .social li:hover {
  border-color: #2891F9;
}

.team-item .social li:hover a {
  color: #fff;
  background: #2891F9;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.team-item .social li:last-child {
  margin-right: 0;
}

.team-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.team-item:hover .img {
  border-color: #2891F9;
}

.team-item:hover .img img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 19.FAQ                 
/* ---------------------------------------------------------------- */
.accordion-item {
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-item-header a {
  color: #000;
  padding: 30px 60px 30px 30px;
  display: block;
  position: relative;
  font-family:"Microsoft YaHei", "微软雅黑", "Open Sans", sans-serif;
  font-weight: 700;
}

.accordion-item .accordion-item-header a i {
  margin-right: 15px;
  color: #000;
}

.accordion-item .accordion-item-header a:after {
  content: "\f067";
  position: absolute;
  top: 30px;
  right: 30px;
  color: #2891F9;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 700;
}

.accordion-item .accordion-item-header a[aria-expanded="true"]:after {
  content: "\f068";
}

.accordion-item .accordion-body {
  padding: 30px;
  background: #fff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .accordion-resp-mt {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Latest Blogs                 
/* ---------------------------------------------------------------- */
.blog-item {
  margin-bottom: 3%;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 20px rgba(194, 188, 210, 0.2);
}

.blog-item .img {
  overflow: hidden;
  position: relative; padding-top:65%;
  border-radius: 10px 10px 0 0; cursor:pointer;
}

.blog-item .img img { position:absolute; left:0px; top:0px; width:100%; min-height:100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .img:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-item .body {
  padding: 2.5%; background-color:#fEfEfE;
}
.blog-item .body p{ display: -webkit-box; 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical; line-height:25px; height:75px;}
.blog-item .body h2 {
  margin-bottom: 10px;
  font-size: 16px; overflow:hidden;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap; line-height:1.8;
}

.blog-item .body h2 a { cursor:pointer;
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body h2 a:hover {
  color: #2891F9;
}

.blog-item .body .meta {
  margin-bottom: 10px;
}

.blog-item .body .meta a {
  margin-right: 10px;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body .meta a:hover {
  color: #2891F9;
}

.blog-item .body .meta a span {
  font-size: 14px;
}

.blog-item .body .meta a i {
  font-size: 14px;
  margin-right: 5px;
  color: #2891F9;
  display: inline-block;
}

.blog-item .body p {
  margin-bottom: 12px;
}

.blog-item .body .blog-button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #2891F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #2891F9;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15); cursor:pointer;
}

.blog-item .body .blog-button:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
background-color:#158CE8; background:-webkit-linear-gradient(top, #1B9AEE ,#158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-item .body .blog-button i {
  margin-left: 5px;
}

.blog-item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

/* ---------------------------------------------------------------- */
/* 21.Contact Us              
/* ---------------------------------------------------------------- */
#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.contact-alerts .empty-form span, .contact-alerts .email-invalid span,
.contact-alerts .phone-invalid span, .contact-alerts .empty-select span,
.contact-alerts .security-alert span {
  display: block;
  padding: 15px 20px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #f27474;
}

.custom-form-group .captcha-input {
  padding-left: 20px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0; left:auto;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  right:30px;
  border-radius: 5px 0 0 5px;
}
.custom-form-group #contactFormCaptchaSpan img{ height:30px; margin-top:5px; display:block;}
.google-map {
  line-height: 0;
}

.google-map iframe {
  min-height: 610px;
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {h1, .h1 { font-size:28px;}h2, .h2 { font-size:24px;}
  .google-map {
    margin-bottom: 3%;
  }.blog-item .body h2 { font-size:14px;}
  .footer .footer-top .footer-widget .footer-title { font-size:14px;}
}

/* ---------------------------------------------------------------- */
/* 22.Footer                    
/* ---------------------------------------------------------------- */
.footer {
	padding-top:120px;
	 background: #0e69ff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	
	z-index: 999;
	position: relative;
}

.footer .footer-top { padding-bottom:3%;

}

.footer .footer-top .footer-widget {
  margin-bottom: 3%;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #fff;
  opacity: 0.75;
  margin-bottom:3.5%;
  font-size: 15px;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 6%;
  position: relative;
  font-size: 18px;
}


.footer .footer-top .footer-widget .footer-social-links a {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #2891F9 !important;
  background: #fff;
  -webkit-animation: pulseWhite 1s 1 ease-in-out;
          animation: pulseWhite 1s 1 ease-in-out;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
 
}
.footer .footer-top .footer-widget .footer-contact-info-list li i{ width:30px; height:30px; border:#fff solid 1px; line-height:30px; text-align:center;  position:absolute; left:0px; top:0px;border-radius:100%;}
.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  color: #fff; font-weight:normal;
  margin-bottom: 10px; position:relative; line-height:30px;opacity: .75;font-size: 15px;
}

.footer .footer-top .footer-widget .footer-nav li{width: 50%;float: left;}

.footer .footer-top .footer-widget .footer-nav li h6 {margin-bottom: 10px;}
.footer .footer-top .footer-widget .footer-nav li h6 a{
  color: #fff; font-weight:normal;
   position:relative; line-height:30px;opacity: .75;font-size: 15px;
}

.
.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li { float:right;}
.footer .footer-top .footer-widget .footer-links li img{ max-width:140px; display:block;float: right;overflow}
.footer .footer-top .footer-widget .footer-links li p{ text-align:right; color:rgba(255,255,255,0.8); line-height:2.8;font-size: 15px;}
.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; display:none;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  width: 20px;
}

.footer .copyright {
  background: #0e69ff;
  padding: 30px 0;
  border-top: 1px solid #FFFFFF;
}

.footer .copyright .copyright-text {
  color: #fff;
  text-align:center;
}
.footer .copyright .copyright-text a{ color:#FFF;}
/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #2891F9;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 12px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Sidebar                             
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  margin-bottom: 3%;
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #2891F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  color: #fff !important;
 background-color:#158CE8; background:-webkit-linear-gradient(top, #1B9AEE ,#158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 30px;
  padding: 18px 78px 18px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
          box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
  float: left;
  overflow: hidden;
  border-radius: 50%;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #2891F9;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 8px;
  color: #2891F9;
}

.blog-sidebar .blog-archive-list li, .blog-sidebar .blog-category-list li {
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar .blog-archive-list li:last-child, .blog-sidebar .blog-category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-archive-list li a, .blog-sidebar .blog-category-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 500;
}

.blog-sidebar .blog-archive-list li a:before, .blog-sidebar .blog-category-list li a:before {
  content: "";
  background: #000;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-archive-list li a:hover, .blog-sidebar .blog-archive-list li a.active, .blog-sidebar .blog-category-list li a:hover, .blog-sidebar .blog-category-list li a.active {
  color: #2891F9;
}

.blog-sidebar .blog-archive-list li a.active:before, .blog-sidebar .blog-archive-list li a:hover:before, .blog-sidebar .blog-category-list li a.active:before, .blog-sidebar .blog-category-list li a:hover:before {
  background: #2891F9;
}

.blog-sidebar .blog-category-list li a:before {
  height: 1px;
  width: 10px;
}

.blog-sidebar .blog-category-list li a:hover:before {
  width: 20px;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-archive-list li a:before {
  height: 5px;
  width: 5px;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

.blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
  background: #2891F9;
  border-color: transparent;
  color: #fff !important;
}

.blog-title-subline {
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .padding-minus-10 {
    padding-bottom: 7%;
  }
  .blog-sidebar {
    margin-top: 3%;
  }
  .sidebar-pb-resp {
    padding-bottom: 7%;
  }
  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  margin-bottom: 3%;
}

.blog-post-img img {
  border-radius: 10px;
}

.blog-text h4 {
  line-height: 1.3;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .author-meta {
  margin-bottom: 20px;
}

.blog-text .author-meta a {
  color: #000;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #2891F9;
}

.blog-text .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
  display: none;
}

.blog-text .author-meta a:hover {
  color: #2891F9;
}

.blog-text .author-meta a span {
  color: #2891F9;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 20px;
}

.blog-text blockquote {
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  border-left: 5px solid #2891F9;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
          box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comment-item {
    display: block !important;
  }
  .comment-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comment-item.sub-comment-item {
    margin-left: 85px;
  }
}

/* ---------------------------------------------------------------- */
/* 26.Home Intro                              
/* ---------------------------------------------------------------- */
.intro-hero-section {
  z-index: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 150px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2891F9;
}

.intro-hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
  margin-bottom: 3%;
}

.intro-hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro-hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
}

/* Demo Item */
.demo-item {
  margin-bottom: 3%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
}

.demo-item .demo-title {
  padding: 30px 0;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  text-transform: capitalize;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #2891F9;
}

/* ------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {.blog-item .body h2 { font-size:12px}
  .intro-hero-section .intro-hero-title {
    font-size: 1.4rem;
  }
  .intro-hero-section .intro-hero-title span {
    font-size: 2.2rem;
  }.primary-btn.tel{ font-size:24px;}.team-item .img img { height:40px;}.team-item { padding:5px 5px;}
  .footer .footer-top .footer-widget .footer-contact-info-list li h6 { font-size:14px;}
#wxnr  .img1{ max-width:100px;}
#wxnr  .img2{ max-width:150px; }}
.tplist .yst {}
.tplist .yst .img-fluid{ margin-left:auto; margin-right:auto; display:block;}

.tplist .yst .img-fluid:hover{-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)}
#wxnr{ width:100%;position:fixed; display:none; top:0px; left:0px; z-index:2000; background-color:rgba(0,0,0,0.4); height:100%;}
#wxnr .nrdf{ width:90%; padding:5%; margin-top:8%; float:left; margin-left:5%; text-align:center; background-color:#fff;box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr  .img1{ max-width:100%;}
#wxnr  .img2{ width:100%;max-width:300px; margin-bottom:10px; }
#wxnr .top1{ margin-top:-6%;}
#wxnr .top2{ margin-top:2%;}
#wxnr  p{ font-size:14px; line-height:30px; text-align:center; }
#wxnr  p.gxm{ font-size:16px; line-height:2.5;; font-weight:bold; color:#E86F26;}
#wxnr  p i{ font-size:16px;}
#wxnr  em{ font-weight:normal;
	display:inline-block;
	line-height:35px;
	font-size:14px;
	background-color:#cc0000;
	color:#fff; font-weight:14px; font-weight:600;
	border-radius:8px;
	cursor:pointer;
	font-style: normal;padding-left:25px; padding-right:25px;
}
#wxnr  span{ display:inline-block; padding-left:25px; padding-right:25px; line-height:35px; font-size:14px; background-color:#1AAD17; color:#fff;border-radius:5px; cursor:pointer;}
#wxnr  span.rd{ background-color:#FFA14A;}
#piaofua{width:100%;position:fixed;bottom:0px;left:0px; z-index:100; display:none}
#piaofua{width:100%;float:left; overflow:hidden;}#piaofua .footera{HEIGHT:60px; background-color:#158CE8;width:100%; float:left;}#piaofua .footera UL{list-style-type:none; }
#piaofua .footera UL LI{ float:left; text-align:center; padding-bottom:10px; height:40px;}
#piaofua .footera UL LI span{ font-size:14px;color:#fff;display:inline-block; width:100%; margin-top:5px; font-size:14px; font-weight:bold; line-height:40px;border-radius:40px;}
#piaofua .footera UL LI .a1{ background-color:#1AAD17; }
#piaofua .footera UL LI .a2{ background-image: linear-gradient(to right , #cc0000, #dd0000);color:#fff;}
#piaofua .footera UL LI .a3{ background-color:rgba(0,0,0,0.3);}
#piaofua .footera UL LI.c2{ width:33.33%; padding:1%;}
.kgj{ width:100; height:60px; display:none; clear:both;}
@media screen and (max-width: 800px) {.kgj,#piaofua{ display:block;}.scroll-top-btn { width:35px; height:35px; line-height:35px; bottom:60px;}.scroll-top-btn.active { bottom:60px;}}

.topbar{width: 100%;height: 110px;position: relative;z-index: 999;background: #fff}
.topbar .logo{position: absolute;margin-top: 15px;left:18px;}
.logo a{display: block;height: 80px;overflow: hidden;}
.logo .logotxt{display: inline-block;line-height: 24px;border-left: 1px solid #ddd;padding-left: 15px;vertical-align: middle;font-size: 15px;color: #444}
.logo .logotxt span{color: #d52a4b;font-weight: bold;font-size: 16px;}
.topbar .toptel{float: right;margin-top: 25px}
.topbar .toptel i{width: 43px;height: 43px;display: inline-block;margin-right: 5px;border-radius: 50%;background: #108343;text-align: center;color: #fff;line-height: 43px;font-size: 24px;}
.topbar .toptel .mun{float: right;color: #555}
.topbar .toptel .mun span{font-size: 26px;font-family: "宋体";line-height: 20px;color: #000;font-weight: bold}
#topbar.scroll{position: fixed;top: 0;left: 0;}
/*导航栏下拉*/
#nav_main {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 60;

}
#nav_main .nav {
	display: block;
}
#nav_main li {
	float: left;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#nav_main li a {
	display: block;
	margin-top: 1px;
	text-align: center;
	position: relative;
	height: 50px;
	color: #666;
	font-size: 16px;
	line-height: 50px;
}



#nav_main li a::after{content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;  /* 初始宽度为0 */
  height: 3px;  /* 下划线高度 */
  background: #ff4f80;  /* 下划线颜色 */
  transition: width 0.3s ease;  /* 过渡动画 */}

#nav_main li a:hover{color:#ff4f80 ;}
#nav_main li a:hover::after {
  width: 100%;  /* 悬停时宽度变为100% */
}

#nav_main .hover a{color:#ff4f80 ;}
#nav_main .hover a::after {
  width: 100%;  /* 悬停时宽度变为100% */
}
#nav_main li .subnav {
	margin-right: 0;
	transition: all .36s ease;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	opacity: 0;
	width: 100%;
	height: auto;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #008fd7;
	overflow: hidden;
	z-index: 199;
	background: #fff;
}
#nav_main li .subnav {
	position: absolute;
	left: 0px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav_main li .subnav .nav1 {
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	margin-left: 0;
	line-height: 48px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid rgba(170,170,170,.2);
}
#nav_main li .subnav .nav1 .subA {
	height: 50px!important;
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	line-height: 50px!important;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666!important;
}
#nav_main li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav_main li.hover .subnav .nav1.subA {
	color: #666;
}
#nav_main .subnav .nav1:hover .subA {
	color: #30b7ef!important;
}


.header_button {
	padding: 10px 0;
	width: 1200px;
	margin: 0 auto;
}
.header_button .logo{
	float: left
}
.header_button .header_button_p{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.header_button .header_button_p .h1{
	line-height: 25px;
	font-weight: bold;
	color: #616161;
	font-size: 24px;
}
.header_button .header_button_p .h2{
	line-height: 25px;
	color: #e10e17;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}



.header_button .tel {
  float: right;
  z-index: 1;
  margin: 20px 0 0;
  padding: 0 30px 0 60px;
  position: relative;
}
@media (max-width: 1345px) {
  .header_button .tel {
    padding: 0 20px 0 60px;
  }
}
@media (max-width: 991px) {
  .header_button .tel {
    display: none;
  }
}
.header_button .tel i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
}

.header_button .tel i img{width: 100%;}
.header_button .tel em {
  font-style: inherit;
}
.header_button .tel span {
  color: #252424;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.header_button .tel p {
  color: #e10e17;
  font-size: 26px;
  font-weight: bold;
  height: 30px;
  font-family: arial;
  overflow: hidden;
  line-height: 30px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    display: block;
}

.single-blog-inner {
    margin-bottom: 30px;
    background: #fff
}

.single-blog-inner .post-image img {
    width: 100%;
}

.datas .main{

	position: relative;

}
.datas .main:before{

	content: "";

	width: 1px;

	height: 124px;

	position: absolute;

	left:0;

	top: 50%;

	transform: translateY(-50%);

	background: #fff;

}


.datas .main:after{

	content: "";

	width: 1px;

	height: 124px;

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%);

	background: #fff;

}



.datas ul {height: 100px;align-items: center;width: 88%;margin: 0 auto;}
.datas ul li{box-sizing: border-box;position: relative;width: 25%;float: left;}




.datas ul li:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

}

.datas ul li:first-child{

	padding-left: 0;

}

.datas ul li:last-child{

	padding-right: 0;

}

.datas ul li p{

	color: #fff;

	text-align: center;
	font-size: 24px;

}

.datas ul li b{

	line-height: 60px;

	font-family: 'DIN-BOLD';

	font-size: 24px;

	position: relative;
	
font-weight: 400;
	padding-bottom: 20px;

}




.datas ul li h4{

	color: #ffffff;

	font-size: 16px;

	

	font-weight: normal;
	text-align: center;

}


.zhihuijy{width:100%;height:773px;background:#f6f9fe;}
.zhihuijy .title{text-align:center;font-size:16px;color:#bfd9ef;padding-top:60px;}
.zhihuijy .title .name{font-size:32px;color:#fff;margin-bottom:12px;}
.zhihuijy .pictrue{width:620px;height:503px;margin: 0 auto;position:relative;}
.zhihuijy .pictrue .img{width:100%;height:100%;
   }
@keyframes myfirst
{
    from {transform:translateY(-50PX);}
    to {transform: translateY(50px);}
}
@-webkit-keyframes myfirst
{
    from {transform:translateY(-50PX);}
    to {transform: translateY(50px);}
}

.zhihuijy .pictrue .item{position:absolute;width:320px;height:120px;;
color:#73779d;font-size:14px;line-height: 30px;}
.zhihuijy .pictrue .item .name{font-size:18px;font-weight:bold;margin-bottom:10px;}
.zhihuijy .pictrue .item .name img{width:27px;height:27px;vertical-align:middle;margin-right:7px;}
.zhihuijy .pictrue .item.item1{top:27px;left:-348px;border-radius:16px 16px 0 16px;}
.zhihuijy .pictrue .item.item2{top:27px;right:-348px;border-radius:16px 16px 16px 0;}
.zhihuijy .pictrue .item.item3{top:286px;left:-322px;border-radius:16px 0 16px 16px;}
.zhihuijy .pictrue .item.item4{top:286px;right:-322px;border-radius:0 16px 16px 16px;}
.zhihuijy .pictrue .item.item4{bottom:0;order-radius:0 16px 16px 16px;}
.zhihuijy .pictrue .item.item5{border-bottom:286px;right:-322px;border-radius:0 16px 16px 16px;text-align: center;width: 100%;left: 0%;}
.zhihuijy .member{font-size:16px;color:#fff;width:180px;height:46px;background-color:#ffa326;
    text-align:center;line-height:46px;margin:94px auto 0 auto;cursor:pointer;}
.zhihuijy .member .iconfont{margin-right:8px;font-size:18px;}


.swiper-pagination-bullet-active {

	background-color: #e13f38;

}

 .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

    }
    .swiper-container .swiper-slide {
        height:430px;
        line-height: 430px;
    }
 
	
	.team-box {
	width: 40%;margin: 0 auto;
	}
	.team-box dl {
		margin-bottom: 0
	}
	
	.about_icon {float: left;overflow: hidden;margin-bottom: 10%;}
	.about_icon i {
	     display: inline-block;
	     margin-bottom: 3%;
	     border-radius: 50%;
	     padding: 15px;
	     -webkit-transition: all 0.5s ease-in-out;
	     transition: all 0.5s ease-in-out;
	     -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
	             box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
	}

	.team-box dt {
		float: left;
		      width: 25%;
		        overflow: hidden;
		        clear: left;
		        text-align: right;
		        text-overflow: ellipsis;
		        white-space: nowrap;
				
	}
	.team-box  .swiper-pagination-bullet-active{    background: #09d580;}
	
	.team-box  .swiper-pagination-bullet {
	    width: 8px;
	    height: 8px;
	    display: inline-block;
	    border-radius: 100%;
	    background: #09d580;
	    
	}
	.team-box dt a{display: flex;
				justify-content: center; /* 水平居中 */
				  align-items: center;height: 400px;}
	.team-box dt img {
		
		width: 100%;
	}
	.team-box dd {
		line-height: 200%;
	width: 65%;
	margin-left: 10%;
		
		float: left;overflow: hidden;
	}
	.team-box h3 a {
		color: #333
	}
	.team-box h3 a:hover {
		color: #e3565a
	}
	.ny-team dl {
		border-bottom: 1px solid #ddd;
		margin-bottom: 40px;
		padding-bottom: 20px
	}
	.team-box p{font-size: 18px;text-align: left;float: left;overflow: hidden;margin-bottom: 5%;line-height: 35px;
	color: #747da1;
	}
		.team-box h3   {
		margin: 0;
		font-size: 18px;text-align: left;
		margin-bottom: 20px;float: left;overflow: hidden;
	}
		.team-box h3 small {
		font-size: 14px;
		font-weight: normal;text-align: left;
		color: #000
	}
	
	
	/*内页*/
	.neiye {
	    padding: 40px 0;position: relative;
	}

	.ny_nav { background: url(../images/leftbj.png) top center no-repeat;overflow: hidden;
	
	width: 302px;}
	
 /* .menu{position: fixed;top: 10px;left: 12%;z-index: -99;} */
	
	

	.ny_nav .title {
	    height: 120px;
	    line-height: 140px;
	  
	    font-size: 30px;
	    color: #fff;
	    position: relative;
	    text-align:center;
	}
	.ny_nav .title b{
	    font-weight:normal;
	    font-size:14px;
	    margin-left:5px;
	}
	.ny_nav .title .span1 {
	    position: absolute;
	    top: 0;
	    right: 15px;
	    line-height: 45px;
	    transition: all .3s;
	}
	.ny_nav .title .span1.active {
	    transform: rotate(180deg);
	}
	.ny_nav .title i {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    cursor: pointer;
	    z-index: 2;
	}
	.ny_nav ul{display: flex; flex-direction: column;margin-top: 10px; margin-left: 30px;margin-right: 30px;margin-bottom: 30px;}
	.ny_nav ul .cur{ background: url(../images/leftlihover.png) center no-repeat!important;}
	.ny_nav ul .cur a{color: #FFFFFF;}
	.ny_nav ul li{height: 72px;margin-bottom: 10px; background: url(../images/leftli.png) center no-repeat;background-size: cover;}
	.ny_nav ul a {
	    display: block;
	   
	    font-size: 24px;
	    color: #0d6cff;
	    margin-top: 10px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    transition: all .3s;
	   
	    position: relative;
		text-align: center;
		font-weight: bold;
		
				height: 60px;
		 
	}
	
	
	.ny_nav ul li a span{
	    position: absolute;
	    bottom:8px;
	    right:15px;
	   font-size: 10px;
	  
	   text-transform: uppercase;
	   font-weight: 100;
	}
	/* .ny_nav ul li a:hover {
	    color: #fc7a0c;
	}
	.ny_nav ul li a.active {
	    color: #fc7a0c;
	} */
	.ny_nav dl {
	    display: none;
	}
	.ny_nav dl.active {
	    display: block;
	}
	.ny_nav dl dd a {
	    line-height: 40px;
	    text-align: center;
	    color: #353535;
	    background: #efefef;
	    font-size: 16px;
	    border-bottom: 1px dashed #b8b8b8;
	    margin: 0;
	}
	.ny_nav dl dd:last-child a {
	    border: none;
	}
	.ny_nav dl dd a.active,
	.ny_nav dl dd a:hover {
	    color: #009b52;
	}
	.neiye .lxfs {
	    margin-top:10px;
	}
	.neiye .lxfs .imgbox {
	    padding: 5px;
	    border: 1px solid #faeaef;
	    margin-top: 5px;
	}
	.neiye .lxfs .imgbox img {
	    width: 100%;
	}
	.neiye .lxfs .text {
	    background: #f1f1f1;
	    padding:10px;
	    line-height: 30px;
	}
	.neiye .title2 {
	    margin-bottom: 20px;
	    border-bottom:1px solid #d3d3d3;
	    padding-bottom:10px;
	}
	.neiye .title2 p {
	    color: #767676;
	    position: relative;
	}
	.neiye .title2 p::before{
	    content:"";
	    width:100%;
	    height:1px;
	    background:#fc7a0c;
	    position:absolute;
	    bottom:-11px;
	    left:0;
	}
	.neiye .title2 p i{
	    color: #fc7a0c;
	}
	.neiye .title2 p a {
	    color: #767676;
	    transition: all .3s;
	}
	
	.neiye .title2 p a:hover,
	.neiye .title2 p span {
	    color: #fc7a0c;
	}
	
	
	.part {padding-top: 65px; min-height:180px;}
	
	.part h2.title {    position: relative;
	    font-size: 42px; font-weight:600;
	    color: #1d274e;
	    text-align: center;
	}
	
	.part h2.title:after {
	    content: '';
	    position: absolute;
	    left: 49%;
	    bottom: -23px;
	    margin-left: -35px;
	    width: 80px;
	    height: 6px;
	    background: #ff4f7f;
	}
	
	.part p{padding-top: 5%;}

.xqy {
    line-height: 25px;
    min-height: 300px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 24px;
	
	text-align: center;
  
}
.xqy .title p {
    color: #747da1;
    text-align: center;
  
    padding-top:10px;
    margin-top:15px;
}
.xqy .title img{width: 95%;margin: 20px auto;}

.more-adv {margin-top: -40px;}
.more-adv li {float: left;width: 16.666%;}
.more-adv li .wrap {margin-top: 40px;text-align: center;}

.more-adv li .wrap img{width: 80%;}
.more-adv li .text {text-align: center;margin: 20px 0 0;}
.more-adv li .text h4 {margin: 0;font-size: 18px;}


.sp-adv {margin-top: -40px;}
.sp-adv li {float: left;width: 25%;}
.sp-adv li .wrap {margin-top: 40px;text-align: center;}

.sp-adv li .wrap img{width: 50%;}
.sp-adv li .text {text-align: center;margin: 20px 0 0;}
.sp-adv li .text h4 {margin: 0;font-size: 20px;}

.more-advs {margin-top: -40px;}
.more-advs li {float: left;width: 20%;}
.more-advs li .wrap {margin-top: 40px;text-align: center;}

.more-advs li .wrap img{width: 70%;}
.more-advs li .text {text-align: center;margin: 20px 0 0;}
.more-advs li .text h4 {margin: 0;font-size: 18px;}

.dj-product {}
.dj-product li {float: left;width: 33.3%;}
.dj-product li .wrap {margin-top: 40px;text-align: center;}

.dj-product li .wrap img{width: 70%;}
.dj-product li .text {text-align: center;margin: 20px 0 0;}
.dj-product li .text h4 {margin: 0;font-size: 22px;}


.section-title {text-align: center;font-size: 36px;color: #1d274e;font-weight: bold;overflow: hidden;line-height: 50px;
margin: 5% 0 5% 0;
}
.function {overflow: hidden;margin-bottom: 5%;}
 .function .list li{float:left;width:25%;text-align:center;cursor:pointer;margin-bottom: 6%;}
 .function .list li .pictrue{width:83px;
height:83px;text-align:center;line-height:83px;font-size:44px;color:#2a7efb;margin:0 auto;background-color: #FFFFFF;  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);border-radius: 10px;}
 .function .list li .name{font-size:20px;color:#1e284f;margin-top:15px;line-height: 50px;}
 .function .list li .infor{font-size:14px;color:#747da1;padding:0 10px;line-height: 2;margin-top:10px;}
 .crmeb{margin-top:70px;background:url(/k3/template/!@b34521/images/crmeb.jpg)/*tpa=/k3/k3/template/!@b34521/images/crmeb.jpg*/ center 0 no-repeat;width:100%;height:685px;
padding:85px 0;}

.xiaoyuanny{padding:20px 0;}

.shouhou li {float: left;width: 33.3%;}
.shouhou li .wrap {margin: 15px 0 0 0px;}
.shouhou li .img-center {line-height: 120px;text-align: center;}
.shouhou li h4 {margin: 20px 0 0;text-align: center;font-size: 20px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.shouhou li p {margin: 15px 0 0;text-align: justify;color: #777;}
.shouhou-1 li p {text-align: center;}

.shouhou p{text-align: center;font-size: 20px;margin-bottom: 3%;}
.fl{float: left;}
.fr{float: right;}
.prd-item {margin: 0; }
.prd-item dt {width: 34%;display: flex;align-items: center;}
.yanfa p{text-indent: 2em;}
.yuejuan{margin: 5% 0;}
.pl{padding-left: 140px;}
.pr{padding-right: 120px;}
.prd-item dt img{width: 100%;}
.prd-item dd {width: 65%;height: 230px;display: flex;align-items: center;}
.shuzi1{background:url(../images/1.jpg)no-repeat left center}
.shuzi2{background:url(../images/2.jpg)no-repeat right center}
.shuzi3{background:url(../images/3.jpg)no-repeat left center}
.shuzi4{background:url(../images/4.jpg)no-repeat right center}
.shuzi5{background:url(../images/5.jpg)no-repeat left center}
.shuzi6{background:url(../images/6.jpg)no-repeat right center}
.prd-item .liebiao li{list-style-type: none; 
  margin-left: 20px; line-height: 35px;}
  

.xtjieshao{}

.xtjieshao li{width: 21%;float: left;text-align: center;height: 300px;margin: 2%;}

.xt1{background:url(../images/xt1.png)no-repeat;background-size: 100%; }

.xt2{background:url(../images/xt2.png)no-repeat;background-size: 100%; }
.xt3{background:url(../images/xt3.png)no-repeat;background-size: 100%; }
.xt4{background:url(../images/xt4.png)no-repeat;background-size: 100%; }

.xtjieshao li p{font-size: 26px;font-weight: bold;padding-top: 130px;color: #1d274e;}

.product-cs {margin-bottom: 40px;display: flex;width: 80%;background-color: #dfe0e4;box-shadow: 0 5px  10px 5px rgba(0, 0, 0, 0.2);border-radius: 15px;margin: 5% auto;}
.product-cs .pic {float: left;padding: 10px;text-align: center;display: flex;align-items: center;justify-content: center;width: 42%;}
.product-cs .pic img{width:90%;}
.product-cs .pic .img-center {height: 305px;line-height: 305px;}
.product-cs .info {background-color: #FFFFFF;width: 68%;}

.rightyj{border-radius: 0  15px 15px 0px;}

.leftyj{border-radius: 15px  0px 0px 15px;}
.product-cs .info h1 {margin: 0;font-size: 0;font-weight: normal;}
.product-cs .info h1 span,.wzjs-1 .info h1 small {display: inline-block;vertical-align: middle;}
.product-cs .info h1 span {font-size: 32px;margin-right: 15px;}
.product-cs .info h1 small {font-size: 14px;color: #fff;line-height: 26px;padding: 0 4px;}
.product-cs .text {padding: 15px;background: url(../images/conbg_03.jpg) repeat center;margin-top: 20px;}
.product-cs .text .item {overflow: hidden;margin-bottom: 15px;}
.product-cs .text .item.sb-bb {margin-bottom: 0;}
.product-cs .text .sb-it {display: inline-block;vertical-align: middle;margin-right: 15px;margin-bottom: 15px;}
.product-cs .text .label {float: left;line-height: 24px;padding: 0 5px;margin-right: 10px;color: #000000;width: 25%; overflow: hidden;font-weight: 600;font-size: 18px;}
.product-cs .text .con {line-height: 24px;color: #000000;width: 72%;float: right;font-weight: 300;}
 .red {color: #e62022!important;}
.product-cs .text .tag {font-size: 0;margin-bottom: -10px;}
.product-cs .text .tag span {font-size: 12px;line-height: 22px;padding: 0 5px;border: 1px solid #333;color: #333;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 10px;}
.product-cs .text .btn {margin-top: 40px;font-size: 0;}
.product-cs .text .btn a {display: inline-block;font-size: 14px;vertical-align: middle;margin: 10px 10px 0 0;position: relative;border: 1px solid #666;color: #666;line-height: 30px;text-align: center;padding: 0 20px;}
.product-cs .text .btn .img-center {position: absolute;top: 100%;background-color: #666;left: 50%;width: 100px;padding: 5px;margin-left: -55px;display: none;z-index: 1;}
.product-cs .text .btn a:hover {background-color: #666;color: #fff;}
.product-cs .text .btn a:hover .img-center {display: block;}
.product-cs .text .btn a:first-child {background-color: #e62022;color: #fff;border-color: #e62022;}
.product-cs .text .btn a:last-child {background-color: #000;color: #fff;border-color: #000;}



.product-lc {
	margin-top: 48px;
}

.product-lc .ys {
	position: relative;
	overflow: hidden;
	
	width: 90%;
	margin: 4% auto;
}


.product-lc .ys .tupian{width: 45%;}

.product-lc .ys .tupian img{width: 100%;}
.product-lc dl {width: 50%;
	
}
.product-lc dl dt{background-color: #FFFFFF;box-shadow: 0 5px  10px 5px rgba(201, 213, 237, 0.9);width: 70%;margin: 10px auto;	text-align: center;line-height: 50px;border-radius: 5px;}
.product-lc dt span {
	font-size: 36px;
	color: #000;line-height: 50px;
	
	text-align: center;
}

.product-lc dt p {
	font-size: 20px;
	color: #333;
}

.product-lc dd {
	margin-top: 35px;
}

.product-lc dd p {
	font-size: 18px;

	height: 32px;
	line-height: 32px;
}

.product-lc dd p span {
	color: #026bbc;
	font-family: "Arial";
}


.sp-lc {
	margin-top: 48px;
}

.sp-lc .ys {
	position: relative;
	overflow: hidden;
	
	width: 100%;
	margin: 4% auto;
}


.sp-lc .ys .tupian{width: 55%;}

.sp-lc .ys .tupian img{width: 100%;}
.sp-lc dl {width: 40%;display: flex;align-items: center;height:350px;
	
}
.sp-lc dl dt{background-color: #FFFFFF;width: 100%;margin: 10px auto;	text-align: center;line-height: 30px;border-radius: 5px;}
.sp-lc dt span {
	font-size: 22px;
	color: #1d274e;line-height: 20px;
	
	text-align: center;
}

.sp-lc dt p {
	font-size: 16px;
	color: #333;
}

.sp-lc dd {
	margin-top: 35px;
}

.sp-lc dd p {
	font-size: 16px;


	line-height: 32px;
	margin-bottom: 15px;
}

.sp-lc dd p span {
	color: #026bbc;
	font-family: "Arial";
}



.product-lc .ys1 dd p span {
	font-size: 20px;
}

.product-lc .ys2 dd p span {
	font-size: 18px;
}

.product-lc .ys1 dl {
	left: 0;
	top: 90px;
}

.product-lc .ys2 dl {
	right: 0;
	top: 50px;
}

.product-lc .ys2 h5 {
	position: absolute;
	background: url(../images/yuan3.gif) no-repeat center;
	width: 453px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 15px;
	top: 280px;
	right: 0;
}

.product-lc .ys2 h5 span {
	font-size: 17px;
	font-weight: bold;
}

.product-lc .ys2 h5 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}

  
  
 .prd-item .liebiao li::before {
   content: ''; 
     display: inline-block; 
     width: 10px; 
     height: 10px; 
     background-color: black; 
     border-radius: 50%; 
     margin-right: 10px; 
  }
  
.prd-item dd h4 {margin: 0 0 20px;font-size: 24px;}
.prd-item dd h4:after {content: '';display: block;margin-top: 20px;width: 40px;height: 4px;background-color: #3396fb;}
.prd-item dd p {margin: 0;font-size: 16px;line-height: 1.8;color: #666;text-align: justify;}
.pr_b {background-color: #f6f9fd;}
.pr_b .prd-item dt {float: right;}
.pr_b .prd-item dd {margin: 0 600px 0 0;}

.in-case{ margin: 0 0 0 -30px; }
.in-case li{ float: left; width: 20%; margin-bottom:30px}
.in-case li a{ display: block; margin: 0 0 0 30px; text-align: center;font-size: 14px;color: #000000; }
.in-case li .img-cover{ }

.in-case li .img-cover img{height: 108px;}
.in-case li .text{ line-height: 60px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}


.in-casea{ margin: 0 0 0 -30px; }
.in-casea li{ float: left; width: 18%; margin: 1%;}
.in-casea li a{ display: block; text-align: center;font-size: 14px;color: #000000; background-color: #ddeeff;line-height: 60px;}



.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 1000100;
    width: 80px;
	
	background-color: #FFFFFF;
	
	box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.5);
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
   
    margin-top: 2px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
   
    height: 40px;
    display: block;
    margin-top: 13px;
  
}

.toolbar dd i img{height: 40px;}

.toolbar dd span {
    display: block;
    color: #000;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #0266f7;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
	color: #FFFFFF;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
   
	color: #FFFFFF;
}






.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #e60212;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #0266f7;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #e60212;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}



.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.qq:hover .box {
    opacity: 1;
    right: 80px;
}


.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}


.smy img{width: 100%;}


.glybox {
  width: 100%;
}

.glybox li {
  width: 48%;
  float: left;
  margin-right: 4%;
  height: 202px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.glybox li .li_text {
  width: 100%;
  height: 220px;
  transition: .5s;
  border-radius: 10px;
  position: relative;
}

.glybox li .text p {
  padding: 40px;
}

.glybox li .text p span {
  float: left;
  font-size: 17px;
  color: #fff;
}



.glybox li:nth-child(2n) {
  margin-right: 0;
}

.glybox li:first-child .li_text {
  background: #eacc6a;
 
}
.glybox li:first-child .li_text p span{ color: #000000;}
.glybox li:first-child + li .li_text {
  background: #9f84c7;
}

.yjmokuan ul li{background: url(../images/li.png) no-repeat left top;padding-left: 50px;padding-bottom: 3%;}






.analysis{width:100%;}

.analysis .pictrue{width:416px;margin:0px auto 0 auto;position:relative;}
.analysis .pictrue .img{width:100%;height:100%;}

.analysis .pictrue .item{position:absolute;width:290px;height:120px;background-color:rgba(255,255,255,0.06);
font-size:16px;padding:19px 13px 14px 15px;}
.analysis .pictrue .item .name{font-size:18px;font-weight:bold;margin-bottom:10px;}
.analysis .pictrue .item .name img{width:27px;height:27px;vertical-align:middle;margin-right:7px;}
.analysis .pictrue .item.item1{top:37px;left:-248px;border-radius:16px 16px 0 16px;}
.analysis .pictrue .item.item2{top:40px;right:-248px;border-radius:16px 16px 16px 0;}
.analysis .pictrue .item.item3{top:226px;left:-248px;border-radius:16px 0 16px 16px;}
.analysis .pictrue .item.item4{top:160px;right:-248px;border-radius:0 16px 16px 16px;}



.daxueys{width:100%;}

.daxueys .pictrue{width:390px;margin:0px auto 0 auto;position:relative;}
.daxueys .pictrue .img{width:100%;height:100%;}

.daxueys .pictrue .item{position:absolute;width:280px;height:120px;background-color:rgba(255,255,255,0.06);
font-size:16px;padding:19px 13px 14px 15px;}
.daxueys .pictrue .item .name{font-size:18px;font-weight:bold;margin-bottom:10px;}
.daxueys .pictrue .item .name img{width:27px;height:27px;vertical-align:middle;margin-right:7px;}
.daxueys .pictrue .item.item1{top:37px;left:-268px;border-radius:16px 16px 0 16px;}
.daxueys .pictrue .item.item2{top:40px;right:-268px;border-radius:16px 16px 16px 0;}
.daxueys .pictrue .item.item3{top:236px;left:-268px;border-radius:16px 0 16px 16px;}
.daxueys .pictrue .item.item4{top:236px;right:-268px;border-radius:0 16px 16px 16px;}

.xitong ul li{width: 48%;float: left;background-color: #cfe2ff;border-radius: 20px;margin: 1%;padding: 20px;}
.xitong ul li h2{width: 30%;float: left;font-size: 20px;font-weight: bold;overflow: hidden;height: 100%;text-align: center;  display: grid;
  align-items: center;margin-top: 18px; }
.xitong ul li p{width: 68%;float: left;}

.xitong ul li:last-child h2{margin-top: 0px;}

.datign{background: url(../images/datign.jpg) no-repeat top center;background-size: 80%;height: 320px;}
.datign p{width:55%;margin: 0 auto;color: #FFFFFF;padding-top: 60px;font-size: 18px;line-height: 35px;}

.fangan p{width: 33.3%;text-align: center;float: left;font-size: 18px;font-weight: bold;}

.fangan{margin-bottom: 80px;}

.tongdian{background: url(../images/lh.jpg) no-repeat top center;padding: 60px  60px;height: 600px;}

.tongdian  ul li{width: 45%;float: left;padding: 2px;margin-right: 10%;}

.tongdian  ul li:last-child{margin-right: 0%;}
.tongdian  ul li .biaoti{overflow: hidden;margin-top: 0px;}
.tongdian  ul li .biaoti h1{font-size: 75px;float: left;width: 50%;color: #000000;}

.tongdian  ul li .biaoti span{font-size: 30px;float: left;width: 50%;text-align:center;line-height: 100px;color: #000000;}

.tongdian  ul li p{margin-top: 65px;font-size: 18px;color: #000000;padding: 20px;}

.baise{color: #FFFFFF!important;}

.xijietex{height: 130px;padding: 30px 50px; }

.xijietex p{color: #FFFFFF;font-size: 18px;}
.canshu{overflow: hidden;width: 100%;}
.canshu ul li:first-child{width: 50%;float: left;text-align: center;}
.canshu .mingcheng{font-size: 30px;color:#3074da;line-height: 50px;font-weight: bold;text-align: center;letter-spacing: 10px;}
.canshu ul li img{width: 70%;margin: 0 auto;}
.canshu ul li:last-child{width: 50%;float: left;}

.canshu ul li .tou{background-color: #3074da;color: #ffffff;border-radius: 10px;width: 300px;height: 50px;line-height: 50px;padding-left: 15px;font-size: 20px;font-weight: bold;margin:20px 0;}

.canshu ul li .tou span{font-size: 16px;font-weight: normal;margin-left: 10px;}
.canshu ul li .wenzi{margin-left: 15px;}
.canshu ul li  .wenzi span{width: 120px;float: left;margin-right: 30px;text-align-last: justify;}


.wzjs_ldys1 {
	height: 100%;
	
	padding-top: 30px;
	overflow: hidden;
}

.wzjs_ldys1 ul li {
	
	float: left;
	width: 33.3%;
	
	margin-top: 30px;
	
}
.wzjs_ldys1 ul li p{font-size: 14px;}
.wzjs_ldys1 ul li a {
	color: #fff;

	width:100%;
	
	display: block;
	text-align: left;
	position: relative;
	padding: 15px;
}

.wzjs_l1 a  h3{background: url(../images/li.jpg) no-repeat left;}
.wzjs_l1 a  h3{padding-left: 40px;font-size: 22px;margin-bottom: 10px;}



 .i_ul{margin-top:68px;width: 95%;margin: 0 auto;}
 .i_ul ul li{display:block; float:left; width:48%;margin:0px 1% 1% 1%;}

 .i_ul ul li .pic{display:block; width:100%; height:380px; overflow: hidden;}
 .i_ul ul li img{display:block; width:100%; min-height:380px;-moz-transition:.5s ease-in;
-webkit-transition:.5s ease-in;
-o-transition:.5s ease-in;
-ms-transition:.5s ease-in;
transition:.5s ease-in;}

 .i_ul ul li .line{width: 30px;height: 2px; color: #d64e62;}
 .i_ul ul li p{ height:80px; line-height:60px; font-size:24px; text-align:center; width:100%; bottom:0;  color:#333;
 background-color: #b1c4e6;position: relative;}
 .i_li{width:31%;margin-left:1.6%;background:#FFF;box-shadow:3.66px 1.62px 9px 1px rgba(7,0,2,.07);float:left;padding:30px 15px;display:block;display:block; width:100%; overflow:hidden; padding: 20px 20px;
    background: #fff;}
	
	.i_ul ul li p:after {
		    content: '';
		    position: absolute;
		    left: 50%;
		    top: 53px;
		    margin-left: -20px;
		    width: 40px;
		    height: 2px;
		    background: #ff4f7f;
		}
 

.pro_list {
    clear: both;
    overflow: hidden;
}

.pro_list ul {
    width: 100;
}

.pro_list li {
    width: 31%;
  
    float: left;
    display: inline-block;
    overflow: hidden;
    background: #FFF;
    position: relative;
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,.24);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.24);
  box-shadow: 0px 0px 8px rgba(0,0,0,.24);
  margin: 1%;
    transform: translate(0,0);
    transition: all .3s ease-in 0s;
	border-radius: 10px;
}

.pro_list li img {
    width: 100%;
  
    overflow: hidden;
    transform: translate(0,0);
    transition: all .4s ease-in 0s;
}

.pro_list li p {
    text-align: center;
    font-size: 14px;
    color: #787878;
    white-space: nowrap;
    overflow: hidden;
}

.pro_list li p em {
    font-size: 16px;
    font-style: normal;
    height: 58px;
    line-height: 58px;
    color: #222;
}



.page{ display:block; margin-top:25px; overflow:hidden;}
	.page.odd{ padding-bottom:20px;}
	.page_odd .title{ font-size:26px; text-align:center;}
	.page_odd time{ font-size:12px; color:#666; text-align:center; float:left; width:100%; text-align:center; padding:10px 0px; border-top:1px solid rgba(0,0,0,0.2); border-bottom:1px solid rgba(0,0,0,0.2); margin:30px auto;}
	.page_odd .content{ margin-top:25px; float:left; width:100%;}
	.page_odd .content p{ line-height:36px;}
	.page_odd .picture{overflow:hidden; float:left; width:100%;}
	.page_odd .picture img{float:none; display:block; margin:0px auto;}
	.page_list{ margin-top:20px; padding:10px 0px 15px 0px; overflow:hidden; border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; float:left; width:100%;}
	.page_list p{ font-size:14px; margin-top:8px; color:#111;}
	.page_list a{ color:#666;}
	.page_odd .page_intro{ margin:30px auto; overflow:hidden; float:left; width:100%;}
	.page_odd .page_intro .picture{ float:left; max-width:50%; width:100%; overflow:hidden;}
	.page_odd .page_intro .picture img{ float:left; width:100%; height:430px; object-fit:cover; overflow:hidden; max-height:450px;}
	.page_odd .page_intro .intro{ float:right; width:100%; max-width:45%;overflow:hidden;}
	.page_odd .page_intro .intro div{ float:left; margin:10px 0px; width:100%; overflow:hidden; line-height:21px;}
	.page_odd .page_intro .intro div .inTitle{ float:left; font-size:16px; color:#1b9251; font-weight:bold;}
	.page_odd .page_intro .intro div .introText{ float:left; font-size:14px; color:#666;}
	.page_odd .content .content_column{ float:left; width:100%; font-size:20px; color:#1b9251; border-bottom:3px solid #1b9251; padding-bottom:10px; margin-bottom:10px; font-weight:bold;}
