body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 100px 0;
}

.layout_padding2 {
  padding: 55px 0;
}

.layout_padding3 {
  padding: 25px 0;
}

.layout_padding2-top {
  padding-top: 55px;
}

.layout_padding2-bottom {
  padding-bottom: 55px;
}

.layout_padding-top {
  padding-top: 100px;
}

.layout_padding-bottom {
  padding-bottom: 100px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  position: relative;
}

.custom_heading-container h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #0896d1;
}

/*header section*/
.hero_area {
  /*height: 100vh;*/
  background-image: url(../images/hero-bg.jpg);
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .top_contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;

}

.header_section .top_contact-container .tel_container a {
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .top_contact-container .tel_container a img {
  width: 20px;
  margin-right: 10px;
}

.header_section .top_contact-container .social-container img {
  margin: 0 5px;
}

.header_section .top_contact-container .social-container img.s-1 {
  width: 25px;
}

.header_section .top_contact-container .social-container img.s-2 {
  width: 25px;
}

.header_section .top_contact-container .social-container img.s-3 {
  width: 25px;
}

.header_section .top_contact-container .social-container a{
  color: #ffffff;
}
.header_section .top_contact-container .social-container a img{
  height: 1.5em;
}

.header_section .container-fluid {
  background-color: #fff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 0;
}


.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 200px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 10px 0;
}

.custom_nav-container .form-inline {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.custom_nav-container .form-inline input {
  width: 84%;
  border: none;
  outline: none;
  padding: 4px;
  padding-left: 15px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #0089cb;
}

.custom_nav-container .form-inline button {
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.social-container a{
  width: auto;
  float: none;
  font-size: 1em;
}

/*end header section*/
/* slider section */
.slider_section {
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding-bottom: 75px;*/
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .detail-box h1 {
  color: #2c2c2c;
}

.slider_section .detail-box h1 span {
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
}

.slider_section .detail-box p {
  color: #ffffff;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 45px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: 2.5%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #2c2c2c;
  -webkit-transform: translateY(-50%) translatex(0);
          transform: translateY(-50%) translatex(0);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(-50%) translatex(-5px);
          transform: translateY(-50%) translatex(-5px);
}

.slider_section .carousel-control-prev {
  top: 40%;
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow-blue.png);
}

.slider_section .carousel-control-next {
  top: 62%;
  background-image: url(../images/right-arrow.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow-blue.png);
}

.slider_section .carousel-indicators {
  bottom: 25px;
}

.slider_section .carousel-indicators li {
  margin: 0;
  height: 1px;
  opacity: 1;
  width: 40px;
}

.slider_section .carousel-indicators li.active {
  height: 5px;
  margin-top: -2px;
  width: 45px;
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.feature_section .feature_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.feature_section .feature_container .box .img-box {
  width: 130px;
  padding: 15px;
}
.feature_section .feature_container .box .img-box img{
  width: 100%;
}

.feature_section .feature_container .box .detail-box {
  margin-top: 15px;
}

.feature_section .feature_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
}

.feature_section .feature_container .box:hover .img-box {
  border: 1px solid #10e7f4;
}

.feature_section .feature_container .box:hover .img-box svg {
  fill: #10e7f4;
}

.discount_section {
  background-color: #1e1d1d;
  color: #ffffff;
}

.discount_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount_section .row .col-lg-7 {
  padding: 0;
}

.discount_section .detail-box {
  padding: 45px 0;
}

.discount_section .detail-box h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
}

.discount_section .detail-box h2 span {
  color: #10e7f4;
}

.discount_section .detail-box p {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.discount_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #10e7f4;
  border: 1px solid #10e7f4;
  color: #ffffff;
  margin-top: 35px;
}

.discount_section .detail-box a:hover {
  background-color: transparent;
  color: #10e7f4;
}

.discount_section .img-box img {
  width: 100%;
}

.health_section .health_carousel-container {
  width: 90%;
  margin: 0 auto;
}

.health_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 30px;
}

.health_section a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.health_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #1196d6;
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
}

.health_section .box a{
  background-color: #fff;
  border:1px solid #fff;
}

.health_section .box .img-box img {
  width: 100%;
}

.health_section .box .btn_container {
  width: 100%;
}

.health_section .box .btn_container a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #1196d6;
  border: 1px solid #1196d6;
  color: #ffffff;
  margin: -0.5px 0 0 -0.5px;
}

.health_section .box .btn_container a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.health_section .box .btn_container a:hover {
  background-color: #10e7f4;
  color: #ffffff;
  border-color: transparent;
}

.health_section .box .detail-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.health_section .box .detail-box .star_container {
  color: #f5c608;
}

.health_section .box .detail-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.health_section .box .detail-box .text h6 {
  text-transform: uppercase;
}

.health_section .box .detail-box .text h6.price {
  font-weight: bold;
  margin-left: 15px;
}

.health_section .box .detail-box .text h6.price span {
  color: #10e7f4;
}

.health_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.health_section .owl-carousel .owl-nav.disabled > div {
  position: absolute;
  top: -65px;
  background-color: #1196d6;
  width: 50px;
  height: 50px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.health_section .owl-carousel .owl-nav.disabled > div:hover {
  background-color: #10e7f4;
}

.health_section .owl-carousel .owl-nav.disabled .owl-prev {
  background-image: url(../images/prev.png);
  right: 95px;
}

.health_section .owl-carousel .owl-nav.disabled .owl-next {
  background-image: url(../images/next.png);
  right: 35px;
}

.about_section {
  background-color: #f9f9f9;
  text-align: center;
}

.about_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .container .img-box {
  margin: 45px 0;
}

.about_section .container .img-box img {
  width: 100%;
}

.about_section .container .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
}

.about_section .container .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.about_section2 {
  background-color: #f9f9f9;
  text-align: center;
}

.about_section2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section2 .container .detail-box {
  display: inline-block;
  text-align: left;
  margin-top: 3em;
}
.about_section2 .container .detail-box img{
  width: 100%;
}

.about_section2 .container .detail-box .contact_info{
  margin: 0 auto;
  width: 600px;
}

.about_section2 .container .detail-box .contact_info p img{
  width: 25px;
}

/*--feedback--*/
.mess_index{
  margin: 0 auto;
  width: 530px;
  margin-top: 2em;
}
.mess_index label{
  width: 100%;
  margin-bottom: 1em;
}
.mess_index label span{
  float: left;
  width: 30%;
  text-align: right;
  font-weight: normal;
  font-size: 1em;
  line-height: 2.5em;
}
.mess_index label input{
  margin-left: 20px;
  width: 65%;
  padding-left: 10px;
  font-size: 0.8em;
  font-weight: normal;
  border: 1px solid #f4f4f4;
  line-height: 2.5em;
}
.mess_index label textarea{
  margin-left: 20px;
  width: 65%;
  padding-left: 10px;
  font-size: 0.8em;
  font-weight: normal;
  border: 1px solid #f4f4f4;
  line-height: 1.2em;
  height: 6em;
}
.mess_index label .subbut{
  width: 65%;
  margin-left: 20px;
  background: #0896d1;
  border: 1px solid #0896d1;
  font-size: 1em;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.mess_index label .subbut:hover{
  background-color: transparent;
  color: #2c2c2c;
}
.mess_index label .email-msg{
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  color: red;
}
.mess_index label .content-msg{
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  color: red;
}

.news_inquiry{
  float: left;
  width: 100%;
  line-height: 2em;
  font-size: 1.5em;
  color: #0896d1;
  border-bottom: 2px solid #0896d1;
  margin: 1em 0;

}

.mininav{
  float: left;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: left;
}
.mininav a{
  font-size: 1em;
  color: #000;
}
.mininav a:hover{
  color: #007bff;
}

.client_section .client_container {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

.client_section .client_container .client_detail {
  border: 1px solid #000000;
  padding: 25px 20px;
}

.client_section .client_container .client_detail p {
  margin: 0;
}

.client_section .client_container .client_box {
  margin-top: 35px;
}

.client_section .client_container .client_box .name {
  margin-top: 25px;
}

.client_section .client_container .client_box .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_box .name h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2deaf5;
}

.client_section .client_container .client_box .name h6 img {
  margin-top: 5px;
}

.client_section .carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -25px;
}

.client_section .carousel-indicators li {
  margin: 3px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #10e7f4;
  border-radius: 100%;
  position: relative;
}

.client_section .carousel-indicators li::before {
  content: "";
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #161616;
  width: 15px;
  height: 15px;
}

.client_section .carousel-indicators li.active::before {
  display: none;
}

.contact_section .custom_heading-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .custom_heading-container h2::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.contact_section .form_contaier form .form-group {
  margin-bottom: 20px;
}

.contact_section .form_contaier form .form-control {
  border-radius: 0;
  height: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section .form_contaier form .form-control#exampleInputMessage {
  height: 100px;
}

.contact_section .form_contaier form button {
  display: inline-block;
  padding: 10px 50px;
  background-color: #121313;
  border: 1px solid #121313;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}

.contact_section .form_contaier form button:hover {
  background-color: transparent;
  color: #121313;
}

.contact_section .detail-box {
  background-image: url(../images/contact-bg.jpg);
  color: #ffffff;
  padding: 140px 15%;
  text-align: center;
  margin-top: 30px;
}

.contact_section .detail-box h3 {
  font-weight: bold;
  font-size: 32px;
}

.contact_section .detail-box p {
  margin-top: 25px;
}

.info_section {
  background-color: #0896d1;
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact .box {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_contact .box .img-box {
  margin-right: 15px;
}

.info_section .info_contact .box .img-box img {
  width: 25px;
}

.info_section .info_menu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  line-height: 0.7em;
}

.info_section .info_news form input {
  width: 100%;
  padding: 3px 10px;
}

.info_section .info_news form button {
  display: inline-block;
  padding: 7px 60px;
  background-color: #10e7f4;
  border: 1px solid #10e7f4;
  color: #ffffff;
}

.info_section .info_news form button:hover {
  background-color: transparent;
  color: #10e7f4;
}
/*video*/
.videos{
  width: 100%;
  margin-top: 40px;

}
#my-video{
  margin: 0 auto;
}
.company_videos{
  width: 100%;
  margin: 0 0;
}

/* footer section*/
.footer_section {
  background-color: #121111;
  font-weight: 500;
}

.footer_section p {
  color: #fbfcfd;
  margin: 0;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #9b9b9b;
  width: 65%;
  margin: 0 auto;
}

.footer_section a {
  color: #fbfcfd;
}

.language_list{
  text-align: left;
  margin-right: 1em;

}
.language_list span{
  padding-left: 0em;
}

.language_list span .xxjt {
  background: url('../images/xxjt.png') no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-position: 0 0.3em;
}

.language_list .ulist{
  width: 9em;
  background-color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 9999;
  margin-top: -0.2em;
}
.language_list ul a{
  text-decoration: none;
  font-size: 0.9em;
}
.language_list ul li{
  list-style-type: none;
  line-height: 1.5em;
  font-size: 0.9em;
}
.language_list ul li:hover{
  border-bottom: 1px solid #ffa800;
}


a#toTop {
  margin-right: 0!IMPORTANT;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 20px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}


/*--mess--*/
.mess{
  position: fixed;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif !important;
  padding-bottom: 65px;
  z-index: 99999;
}
.mess ul{
  padding: 0;
  border: 1px solid #EEE;
  background-color: #FFF;
  max-width: 70px;
  overflow-x: hidden;
  border-radius: 4px;
  margin: 0;
}
.mess ul li{
  width: 100%;
  line-height: 115%;
  border-bottom: 1px solid #EEE;
  list-style: none;
  text-align: center;
  padding: 5px;
  transition: all .2s ease-in-out;
}
.mess ul li a{
  color: #555;
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.mess ul .email:hover{
  background-color: #e6ad01;
}
.mess ul .email:hover a{
  color: #fff;
}
.mess ul .email:hover a i{
  display: inline-block;
  background: url(../images/piaofu_email_bai.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}
.mess ul .email a i{
  display: inline-block;
  background: url(../images/piaofu_email_huang.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}

.mess ul .mobile:hover{
  background-color: #67b601;
}
.mess ul .mobile:hover a{
  color: #fff;
}
.mess ul .mobile:hover a i{
  display: inline-block;
  background: url(../images/piaofu_whatsapp_bai.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}

.mess ul .mobile a i{
  display: inline-block;
  background: url(../images/piaofu_whatsapp_lv.png) no-repeat;
  background-size: 90%;
  background-position: center;
  width: 32px;
  height: 32px;
}

.mess ul .feedback:hover{
  background-color: #0896d1;
}
.mess ul .feedback:hover a{
  color: #fff;
}
.mess ul .feedback:hover a i{
  display: inline-block;
  background: url(../images/piaofu_feedback_bai.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}

.mess ul .feedback a i{
  display: inline-block;
  background: url(../images/piaofu_feedback.png) no-repeat;
  background-size: 90%;
  background-position: center;
  width: 32px;
  height: 32px;
}

.ftr-grid3 form input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #8d8d81;
  font-size: 1em;
  margin-bottom: 1em;
  color: #333;
  outline: none;
  font-weight: 400;
  background:#fff;
  margin-top:0em;
}

.news_section .news_carousel-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.news_section .news_carousel-container .index_news{
  float: left;
  width: 65%;
}

.news_section .news_carousel-container .index_news .title{
  float: left;
  width: 100%;
}

.news_section .news_carousel-container .index_news .title h2{
  line-height: 2em;
  text-transform: uppercase;
}

.news_section .news_carousel-container .index_news .list{
  float: left;
  width: 100%;
}

.news_section .news_carousel-container .index_news .list .news_img{
  float: left;
  width: 30%;
}

.news_section .news_carousel-container .index_news .list .news_img a img{
  float: left;
  width: 100%;
}

.news_section .news_carousel-container .index_news .list .news_img h4{
  float: left;
  width: 100%;
  padding-top: 0.4em;
}

.news_section .news_carousel-container .index_news .list .news_img h4 a{
  font-size: 0.9em;
  line-height: 1.2em;
  color: #5f5f5f;
}
.news_section .news_carousel-container .index_news .list .news_img h4 a:hover{
  color: #007bff;
}
.news_section .news_carousel-container .index_news .list .news_img p{
  font-size: 0.8em;
}

.news_section .news_carousel-container .index_news .list .news_list{
  float: right;
  width: 70%;
}

.news_section .news_carousel-container .index_news .list .news_list h4{
  float: left;
  padding-left: 20px;
}

.news_section .news_carousel-container .index_news .list .news_list h4 a{
  float: left;
  font-size: 0.9em;
  color: #5f5f5f;
}
.news_section .news_carousel-container .index_news .list .news_list h4 a:hover{
  color: #007bff;
}


.news_section .news_carousel-container .index_news .list .news_list p{
  float: left;
  padding-left: 20px;
  font-size: 0.8em;
}

.news_section .news_carousel-container .index_info{
  float: right;
  width: 30%;
}

.news_section .news_carousel-container .index_news .btn_boxs{
  float: left;
  width: 100%;
  text-align: center;
}

.news_section .news_carousel-container .index_news .btn_boxs a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
}

.news_section .news_carousel-container .index_news .btn_boxs a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.news_section .news_carousel-container .index_info .btn_boxs{
  float: left;
  width: 100%;
  text-align: center;
}

.news_section .news_carousel-container .index_info .btn_boxs a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
}

.news_section .news_carousel-container .index_info .btn_boxs a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.news_section .news_carousel-container .index_info .title{
  float: left;
  width: 100%;
}

.news_section .news_carousel-container .index_info .title h2{
  line-height: 2em;
  text-transform: uppercase;
}

.news_section .news_carousel-container .index_info .list{
  float: left;
  width: 100%;
}

.news_section .news_carousel-container .index_info .list ul{
  float: left;
  width: 100%;
  padding: 0px;
}

.news_section .news_carousel-container .index_info .list ul li{
  float: left;
  width: 100%;
  list-style-type: none;
}

.news_section .news_carousel-container .index_info .list ul li{
  width: 100%;
}

.news_section .news_carousel-container .index_info .list ul li a{
  width: 100%;
  font-size: 1em;
  color: #5f5f5f;
  float: left;
  line-height: 2em;
}

.news_section .news_carousel-container .index_info .list ul li a:hover{
  color: #007bff;
}



.probuct_section .probuct_section-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.probuct_section .box {
  float: left;
  width: 300px;
  height: 360px;
  border: 1px solid #1196d6;
  overflow: hidden;
  background-color: #fff;
  margin: 20px 10px;
}

.probuct_section .box a{
  background-color: #fff;
  border:1px solid #fff;
}

.probuct_section .box .img-box a{
  display: inline-block;
  padding: 10px 45px;
  margin-top: 30px;
}

.probuct_section .box .img-box img {
  width: 100%;
}

.probuct_section .box .btn_container {
  width: 100%;
}

.probuct_section .box .btn_container a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #1196d6;
  border: 1px solid #1196d6;
  color: #ffffff;
  margin: -0.5px 0 0 -0.5px;
}

.probuct_section .box .btn_container a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.probuct_section .box .btn_container a:hover {
  background-color: #10e7f4;
  color: #ffffff;
  border-color: transparent;
}

.probuct_section .probuct_section-container .probuct_nav{
  width: 90%;
  float: left;
  margin: 0 0 0 10px;
}

.probuct_section .probuct_section-container .probuct_nav span{
  float: left;
  line-height: 2.5em;
  padding: 0 1em;
  background-color: #0896d1;
  color: #fff;
}

.probuct_section .probuct_section-container .probuct_nav li{
  float: left;
  line-height: 2.5em;
  margin: 0 1em;
  list-style-type: none;
}
.probuct_section .probuct_section-container .probuct_nav a li{
  color: #0896d1;
}

.probuct_section .probuct_section-container .probuct_nav a li:hover{
  color: #007bff;
}

.page_list{
  width: 90%;
  float: left;
  margin: 20px 10px 0 10px;
}

.page_list a:hover{
  background-color: #007bff;
  color: #fff;
}


.probuct_info .probuct_info-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.container_left{
  width: 75%;
  float: left;
}

.container_right{
  float: right;
  width: 23%;
}

#preview{ float:left; text-align:center; width:370px;}
.jqzoom{ width:350px; height:300px; position:relative;}
.jqzoom img{
  max-width: 350px;
  max-height: 300px;
}

.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:350px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:322px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}
.list-h{
  padding: 0px;
}

.product_info_title{
  float: left;
  max-width: 820px;
  margin-left: 1.5em;
}
.product_info_title h3{
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.8em;
}
.product_info_title p{
  margin-top: 1em;
  font-size: 1em;
  color: #999;
  height: 240px;
}

.product_info_title a{
  margin: auto 38%;
  padding: 1em 2em;
  line-height: 2em;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background-color: #0896d1;
  border: 1px solid #0896d1;

  text-decoration: none;
}
.product_info_title a:hover{
  background-color: transparent;
  color: #0896d1;
}


.product_info_content{
  float: left;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}

.product_info_content img{
  max-width: 100%;
}

.product_other{
  width: 80%;
  margin: 0 auto;
}
.product_other li{
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 2em 0;
  text-align: center;
}
.product_other li img{
  width: 240px;
  height: 200px;
}
.product_other li img:hover{
  border: 1px solid #0896d1;
}
.product_other li h6{
  width: 100%;
  line-height: 1.5em;
  height: 3em;
  margin-top: 1em;
  text-align: center;
}
.product_other li h6 a{
  text-decoration: none;
  font-size: 1.2em;
  color: #000;
}
.product_other li h6 a:hover{
  color: #0896d1;
}


.history{
  float: left;
  width: 100%;

}

.history .history_grids{
  width: 70%;
  float: left;
}

.history .history_grids .list-grid{
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
  border-bottom: 1px dashed #c3c3c3;
}
.history .history_grids .list-grid .list-year{
  float: left;
  width:20%;
  text-align:center;
}
.history .history_grids .list-grid .list-year img{
  width: 100%;
}


.history .history_grids .list-grid .histry_info {
  float:left;
  width:75%;
  margin-left: 1em;
  text-align: left;

}
.history .history_grids .list-grid .histry_info h5{
  color: #ffa800;
  font-weight:500;
  margin-bottom:8px;
  font-size: 1.3em;
}
.history .history_grids .list-grid .histry_info h5 a{
  color: #000;
}

.history .history_grids .list-grid .histry_info h5 a:hover{
  color: #0896d1;
}

.history .history_grids .list-grid .histry_info p{
  color: #999;
  line-height:1.7em;
  font-size: 0.9em;
}

.history .history_grids .title{
  width: 100%;
  margin: 1em 0;
  font-size: 1.5em;
  text-align: center;
}
.history .history_grids .title span{
  font-size: 0.6em;
  color: #999;
}
.history .history_grids .contact{
  width: 100%;
  padding-bottom: 2em;
  text-align: left;
}
.history .history_grids .contact img{
  width: 100%;
}

.history .history_grids .art_content{
  width: 100%;
  line-height: 2em;
  text-align: left;
}
.history .history_grids .art_content a{
  text-decoration: none;
}
.history .history_grids .art_content a:hover{
  color: #0896d1;
}



.history .history_grids .list-grid .histry_info1 {
  float:left;
  width:95%;
  margin-left: 1em;
  text-align: left;

}
.history .history_grids .list-grid .histry_info1 h5{
  color: #ffa800;
  font-weight:500;
  margin-bottom:8px;
  font-size: 1.3em;
}
.history .history_grids .list-grid .histry_info1 h5 a{
  color: #000;
}

.history .history_grids .list-grid .histry_info1 h5 a:hover{
  color: #0896d1;
}

.history .history_grids .list-grid .histry_info1 p{
  color: #999;
  line-height:1.7em;
  font-size: 0.9em;
}

.probuct_rel{
  float: right;
  width: 25%;
}

.probuct_rel .news_inquiry{
  margin: 0px;
  text-align: left;
}
