@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open Sans.ttf");
}
@font-face {
  font-family: 'MYRIADPRO-REGULAR';
  src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}
body {
  background: #F3F3F3!important;
}
/* 网站基本宽度（注意修改） */

#hoverNav a{
	height:100%!important;
}
#header {
  background: #FFFFFF;
}
#header .container {
  width: 78%;
  margin: 0 11%;
}
#header .container .nav .menu {
  padding-top: 20px;
}
#header .container .nav .menu li {
  position: relative;
  float: right;
  margin-left: 40px;
  font-family: 'Calibri';
}
#header .container .nav .menu li a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bolder;
  padding: 10px;
  transition: 0.6s ease;
}
#header .container .nav .menu li a:hover {
  background: #007cbc;
  transition: 0.6s ease;
  color: #FFFFFF;
}
#header .container .nav .menu li #search {
  padding: 8px 10px;
}
#header .container .nav .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  z-index: 100;
  display: none;
  background: #007cbc;
}
#header .container .nav .menu li .sub-menu li {
  width: 100%;
  margin-left: 0;
}
#header .container .nav .menu li .sub-menu li a {
  width: 100%;
  transition: 0.5s ease;
  color: #FFFFFF;
}
#header .container .nav .menu li .sub-menu li a:hover {
  background: #383838;
}
#header .container .nav .menu li .sub-menu li:first-child a {
  border-radius: initial;
}
#header .container .nav .menu li:first-child a {
  border-radius: 50%;
  background: #007cbc;
  color: #FFFFFF;
}
#header .container .nav .menu li:first-child .sub-menu li a {
  border-radius: initial;
}
#header .container .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .container .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  border: none;
}
#header .container .search-box form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
  border: none;
}
#header .container .search-box form input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .container .search-box i {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  position: relative;
}
#banner img {
  width: 100%;
  height: auto;
}
#banner #down {
  display: inline-block;
  position: absolute;
  bottom: 20%;
  left: 48%;
}
#index-body .i-choose {
  position: relative;
}
#index-body .i-choose .choose_top {
  width: 100%;
  height: 184px;
  background: url("../images/snow.png");
  position: absolute;
  top: -75px;
  left: 0;
}
#index-body .i-choose .choose_box {
  padding-top: 40px;
  background: url("../images/choose_bg.jpg");
}
#index-body .i-choose .choose_box ul li {
  padding-top: 80px;
  padding-bottom: 25px;
  width: 16.66%;
  float: left;
  text-align: center;
  border-right: 1px solid #696a6d;
  color: #FFFFFF;
}
#index-body .i-choose .choose_box ul li h3 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bolder;
  margin-top: 10px;
}
#index-body .i-choose .choose_box ul li:last-child {
  border-right: none;
}
#index-body .i-product {
  padding: 15px 0 60px;
}
#index-body .i-product ul li {
  width: 24.4%;
  height: 815px;
  margin-right: 0.8%;
  float: left;
  position: relative;
  overflow: hidden;
}
#index-body .i-product ul li img {
  width: 100%;
  height: 100%;
}
#index-body .i-product ul li .top {
  width: 100%;
  height: 520px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#index-body .i-product ul li .bottom {
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#index-body .i-product ul li:last-child {
  margin-right: 0;
}
#index-body .i-product ul li:last-child .top {
  margin-bottom: 15px;
  background: #dc3219;
  color: #FFFFFF;
  padding: 80px 70px 30px 50px;
  overflow: hidden;
}
#index-body .i-product ul li:last-child .top h2 {
  font-family: 'Roboto';
  font-size: 48px;
  line-height: 50px;
  font-weight: bolder;
}
#index-body .i-product ul li:last-child .top p,#index-body .i-product ul li:last-child .top .title-intro {
  font-family: 'MYRIADPRO-REGULAR';
  font-size: 16px;
  line-height: 30px;
  padding: 25px 0;
}

#index-body .i-product ul li:last-child .top .title-intro h1{
display:inline;
font-size:16px;
}

#index-body .i-product ul li:last-child .top a {
  display: inline-block;
  width: 130px;
  height: 44px;
  text-align: center;
  font-family: 'Times New Roman';
  font-size: 16px;
  line-height: 30px;
  padding: 7px 15px;
  border: 1px solid #FFFFFF;
  transition: 0.5s ease;
}
#index-body .i-product ul li:last-child .top a:hover {
  background: #222222;
  border-color: #222222;
}
#index-body .i-product ul li:last-child .bottom,
#index-body .i-product ul li:last-child .top {
  position: initial;
}
#index-body .i-about {
  padding: 0 0 60px;
  position: relative;
}
#index-body .i-about .video {
  position: relative;
  width: 49%;
}
#index-body .i-about .video img {
  width: 100%;
  height: auto;
}
#index-body .i-about .video .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 35%;
  color: #FFFFFF;
}
#index-body .i-about .video .wrap #play {
  display: inline-block;
  width: 10%;
  height: auto;
  margin-right: 8%;
}
#index-body .i-about .video .wrap h3 {
  margin-right: 8%;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: bolder;
  line-height: 44px;
  padding: 25px 0;
}
#index-body .i-about .content {
  position: absolute;
  right: 30px;
  bottom: 96px;
  width: 46%;
  background: #FFFFFF;
  z-index: 30;
}
#index-body .i-about .content:before {
  content: 'about Laihe Christmas gift';
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 40px;
  font-weight: bolder;
  position: absolute;
  top: -136px;
  left: 90px;
}
#index-body .i-about .content ul li {
  width: 50%;
  float: left;
  padding: 50px 20px 30px 45px;
  border-right: 1px solid #cccccc;
}
#index-body .i-about .content ul li .img {
  height: 80px;
}
#index-body .i-about .content ul li h3 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bolder;
  line-height: 20px;
  padding-bottom: 8px;
}
#index-body .i-about .content ul li p {
  font-family: 'MYRIADPRO-REGULAR';
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
#index-body .i-about .content ul li:last-child {
  border-right: none;
}
#index-body .i-about .content .top {
  border-bottom: 1px solid #cccccc;
}
#index-body .i-about .content .wrap {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -35px;
  left: 0;
  background: #FFFFFF;
}
#index-body .i-news {
  padding: 90px 0 250px;
  background: url("../images/news.jpg");
}
#index-body .i-news h2 {
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bolder;
  padding-bottom: 90px;
}
#index-body .i-news .swiper {
  width: 80%;
  margin: 0 10%;
}
#index-body .i-news .swiper .swiper-slide {
  padding-left: 100px;
  font-family: 'Roboto';
}
#index-body .i-news .swiper .swiper-slide time {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 30px;
  color: #b0b1b2;
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-news .swiper .swiper-slide a:hover h3 {
  color: #dc3219;
}
#index-body .i-news .swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  transition: 0.5s ease;
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-news .swiper .swiper-slide .content {
  font-size: 16px;
  line-height: 32px;
  color: #b0b1b2;
  padding-top: 10px;
  height: 96px;
  overflow: hidden;
}
#index-body .i-news .swiper .swiper-slide a{
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: bolder;
  padding-top: 30px;
  transition: 0.3s ease;
}
#index-body .i-news .swiper .swiper-slide a:hover{
  color: #dc3219;
}
#index-body .i-news .swiper .swiper-slide-active {
  background: url("../images/shu.png") no-repeat center right;
  padding-right: 100px;
  padding-left: 0;
}
#footer {
  color: #FFFFFF;
  background: url("../images/choose_bg.jpg");
}
#footer .container {
  width: 1300px;
}
#footer .container .footer-top {
  padding: 130px 0 100px;
  border-bottom: 1px solid #6b6b6b;
}
#footer .container .footer-top ul li {
  float: left;
  padding-right: 20px;
}
#footer .container .footer-top ul li h2 {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 40px;
  font-weight: bolder;
}
#footer .container .footer-top ul li p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 28px;
}
#footer .container .footer-top ul li p a {
  font-size: 14px;
  line-height: 28px;
  font-weight: bolder;
  transition: 0.5s ease;
}
#footer .container .footer-top ul li p a:hover {
  color: #dc3219;
}
#footer .container .footer-top ul li:nth-child(1) {
  width: 34%;
}
#footer .container .footer-top ul li:nth-child(1) p {
  padding-bottom: 20px;
  position: relative;
}
#footer .container .footer-top ul li:nth-child(1) p i {
  position: absolute;
  display: inline-block;
}
#footer .container .footer-top ul li:nth-child(1) p span {
  display: inline-block;
  padding-left: 40px;
}
#footer .container .footer-top ul li:nth-child(1) p:nth-child(2) i {
  font-size: 24px;
  margin-top: 10px;
}
#footer .container .footer-top ul li:nth-child(1) p:nth-child(3) i {
  font-size: 20px;
  margin-top: 6px;
}
#footer .container .footer-top ul li:nth-child(1) p:nth-child(4) i {
  font-size: 16px;
  margin-top: 6px;
}
#footer .container .footer-top ul li:nth-child(2) {
  width: 25%;
}
#footer .container .footer-top ul li:nth-child(3) {
  width: 21%;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child {
  padding-bottom: 5px;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a i {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 20px;
  transition: 0.5s ease;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(1) i {
  background: #3b5999;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(1) i:hover {
  background: #dc3219;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(2) i {
  background: #6bcfed;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(2) i:hover {
  background: #dc3219;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(3) i {
  background: #0274b3;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(3) i:hover {
  background: #dc3219;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(4) i {
  background: #c62326;
}
#footer .container .footer-top ul li:nth-child(3) p:last-child a:nth-child(4) i:hover {
  background: #017ac1;
}
#footer .container .footer-top ul li:nth-child(4) {
  width: 20%;
}
#footer .container .footer-top ul li:nth-child(4) img {
  width: 160px;
  height: auto;
}
#footer .container .footer-bottom p {
  font-size: 14px;
  line-height: 28px;
  padding: 25px 10px 35px;
  text-align: center;
  font-family: 'Open Sans';
}
#footer .container .footer-bottom p a {
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s ease;
  font-family: 'Open Sans';
}
#footer .container .footer-bottom p a:hover {
  color: #dc3219;
}
@media screen and (max-width: 1680px) {
  #header {
    background: #FFFFFF;
  }
  #header .container {
    width: 90%;
    margin: 0 5%;
  }
  #header .container .nav .menu li:first-child .sub-menu {
    left: initial;
    right: 0;
  }
  #index-body .i-about .content {
    right: 0;
    width: 50%;
  }
  #index-body .i-about .content:before {
    top: -50px;
  }
  .product-page .product-1 .right .content{
  display:none!important
  }
  .prodet-page .prodet-2 .productintro, .hehe
  {
  display:none!important
  }
  
}
@media screen and (max-width: 1530px) {
  #index-body .i-product ul li {
    width: 24.4%;
    height: 715px;
  }
  #index-body .i-product ul li .top {
    height: 460px;
  }
  #index-body .i-product ul li .bottom {
    height: 240px;
  }
  #index-body .i-product ul li:last-child .top {
    padding: 30px;
  }
  #index-body .i-product ul li:last-child .top h2 {
    font-size: 36px;
    line-height: 40px;
  }
  #index-body .i-product ul li:last-child .top p {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1460px) {
  #header .container {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  #header .container .nav .menu li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1420px) {
  #index-body .i-choose .choose_box ul li {
    padding: 80px 10px 25px;
  }
  #index-body .i-choose .choose_box ul li h3 {
    line-height: 24px;
    height: 48px;
  }
  #index-body .i-about .content {
    bottom: 60px;
  }
  #index-body .i-about .content:before {
    font-size: 32px;
    line-height: 32px;
    top: -40px;
    left: 80px;
  }
  #index-body .i-about .content ul li {
    padding: 30px 20px 20px 30px;
  }
  #index-body .i-about .content ul li .img {
    height: 66px;
  }
  #index-body .i-about .content ul li h3 {
    padding-bottom: 0;
  }
  #index-body .i-about .content ul li p {
    font-family: 'MYRIADPRO-REGULAR';
    font-size: 14px;
    line-height: 26px;
    height: auto;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
  #index-body .i-news {
    padding: 60px 0 200px;
  }
  #index-body .i-news h2 {
    padding-bottom: 60px;
  }
  #index-body .i-news .swiper {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  #footer .container {
    width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1180px) {
  #header .container .nav .menu li {
    margin-left: 10px;
  }
  #header .container .nav .menu li a {
    padding: 10px 5px;
  }
  #index-body .i-product ul li {
    height: 615px;
  }
  #index-body .i-product ul li .top {
    height: 400px;
  }
  #index-body .i-product ul li .bottom {
    height: 200px;
  }
  #index-body .i-product ul li:last-child .top {
    padding: 20px;
  }
  #index-body .i-product ul li:last-child .top h2 {
    font-size: 32px;
    line-height: 36px;
  }
  #index-body .i-product ul li:last-child .top p {
    line-height: 20px;
    padding: 10px 0;
  }
  #index-body .i-about {
    position: relative;
  }
  #index-body .i-about .video {
    position: relative;
    float: left;
  }
  #index-body .i-about .content {
    position: initial;
    float: left;
    width: 51%;
  }
  #index-body .i-about .content:before {
    top: -50px;
    left: 30%;
  }
  #index-body .i-about .content ul li {
    width: 50%;
    float: left;
    padding: 20px 20px 10px;
  }
  #index-body .i-about .content .wrap {
    display: none!important;
  }
}
@media screen and (max-width: 1024px) {
  #index-body .i-choose .choose_box {
    padding-top: 80px;
  }
  #index-body .i-choose .choose_box ul li {
    padding: 20px 10px;
    width: 33.33%;
  }
  #index-body .i-choose .choose_box ul li:nth-child(1),
  #index-body .i-choose .choose_box ul li:nth-child(2),
  #index-body .i-choose .choose_box ul li:nth-child(3) {
    border-bottom: 1px solid #696a6d;
  }
  #index-body .i-product ul li {
    width: 49.5%;
    height: 815px;
    margin-right: 0.5%;
    margin-bottom: 15px;
  }
  #index-body .i-product ul li .top {
    height: 520px;
  }
  #index-body .i-product ul li .bottom {
    height: 280px;
  }
  #index-body .i-product ul li:nth-child(2) {
    margin-right: 0;
    margin-left: 0.5%;
  }
  #index-body .i-product ul li:last-child {
    margin-right: 0;
    margin-left: 0.5%;
  }
  #index-body .i-product ul li:last-child .top {
    margin-bottom: 15px;
    padding: 50px 50px 30px 50px;
  }
  #index-body .i-product ul li:last-child .top h2 {
    font-size: 48px;
    line-height: 50px;
  }
  #index-body .i-product ul li:last-child .top p {
    font-size: 16px;
    line-height: 30px;
    padding: 25px 0;
  }
  #footer .container {
    width: 100%;
  }
    .inner-banner .box h2, .inner-banner .box h1{
      font-size: 24px;
font-family: "roboto-bold";
text-transform: capitalize;
padding-bottom: 30px;
line-height: 50px;;}
  #footer .container .footer-top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 930px) {
  #footer .container .footer-top ul li:nth-child(1),
  #footer .container .footer-top ul li:nth-child(2),
  #footer .container .footer-top ul li:nth-child(3),
  #footer .container .footer-top ul li:nth-child(4) {
    width: 50%;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
	#outerImageContainer{
		width:auto!important;
		height:auto!important;
	}
	#lightboxImage{
		height:auto!important;
	}
	#imageDataContainer{
		width:auto!important;
	}
	
  #index-body .i-choose .choose_box ul li {
    width: 50%;
    height: 200px;
  }
  #index-body .i-choose .choose_box ul li:nth-child(4) {
    border-bottom: 1px solid #696a6d;
  }
  #index-body .i-product ul li {
    height: 615px;
  }
  #index-body .i-product ul li .top {
    height: 400px;
  }
  #index-body .i-product ul li .bottom {
    height: 200px;
  }
  #index-body .i-product ul li:last-child .top {
    padding: 20px;
  }
  #index-body .i-product ul li:last-child .top h2 {
    font-size: 26px;
    line-height: 36px;
  }
  #index-body .i-product ul li:last-child .top p {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0;
  }
  #index-body .i-about .video {
    position: relative;
    width: 100%;
  }
  #index-body .i-about .content {
    position: initial;
    width: 100%;
  }
  #index-body .i-about .content:before {
    top: -50px;
    left: 15%;
  }
  #index-body .i-about .content ul li {
    width: 50%;
    padding: 30px 20px;
  }
  #index-body .i-about .content ul li p {
    padding-top: 15px;
  }
  #index-body .i-news {
    padding: 50px 0 150px;
  }
  #index-body .i-news h2 {
    padding-bottom: 50px;
  }
  #index-body .i-news .swiper .swiper-slide {
    padding-left: 0;
  }
  #index-body .i-news .swiper .swiper-slide-active {
    background: none;
    padding-right: 0;
  }
  .inner-banner .box h2, .inner-banner .box h1{
      font-size: 24px;
font-family: "roboto-bold";
text-transform: capitalize;
padding-bottom: 30px;
line-height: 50px;;}
}
@media screen and (max-width: 600px) {
	
  #footer .container .footer-top {
    padding: 50px 0;
  }
  #footer .container .footer-top ul li h2 {
    padding-bottom: 20px;
  }
  #footer .container .footer-top ul li:nth-child(1),
  #footer .container .footer-top ul li:nth-child(2),
  #footer .container .footer-top ul li:nth-child(3),
  #footer .container .footer-top ul li:nth-child(4) {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  #index-body .i-choose .choose_box ul li {
    width: 100%;
  }
  #index-body .i-choose .choose_box ul li:nth-child(5) {
    border-bottom: 1px solid #696a6d;
  }
  #index-body .i-product ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #index-body .i-product ul li img {
    width: 100%;
    height: auto;
  }
  #index-body .i-product ul li .top {
    width: 100%;
    height: auto;
    position: initial;
    margin-bottom: 15px;
  }
  #index-body .i-product ul li .bottom {
    width: 100%;
    height: auto;
    position: initial;
  }
  #index-body .i-product ul li:nth-child(2) {
    margin-left: 0;
  }
  #index-body .i-product ul li:last-child {
    margin-right: 0;
  }
  #index-body .i-product ul li:last-child .top {
    padding: 30px;
  }
  #index-body .i-product ul li:last-child .top h2 {
    font-size: 36px;
    line-height: 48px;
  }
  #index-body .i-product ul li:last-child .top p {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
  }
  #index-body .i-about {
    padding-top: 30px;
  }
  #index-body .i-about .content:before {
    top: -55px;
    left: 15%;
  }
  #index-body .i-about .content ul li {
    width: 100%;
    border-right: none;
  }
  #index-body .i-about .content .top {
    border-bottom: none;
  }
}


















































.inner-banner {
  height: 475px;
  padding-top: 180px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-banner canvas {
	position:absolute;
	left:0;
	top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-banner .about {
  padding-top: 150px;
}
.inner-banner .box h2,.inner-banner .box h1 {
  font-size: 36px;
  font-family: "roboto-bold";
  text-transform:capitalize;
  padding-bottom: 30px;
  line-height: 50px;
}
.inner-banner .box h2:after,.inner-banner .box h1:after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
}
.inner-banner .box p {
  max-width: 700px;
}
.inner-banner .box .play {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box .play i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  border: 2px solid white;
  font-size: 12px;
}
.inner-banner .box .play i:before {
  position: relative;
  left: 2px;
}
.inner-banner .box .play p {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li:first-child {
  border-left: none;
}
.inner-banner .about-banner ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner-page {
  border-bottom: 6px solid #07bba5;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2,.inner-page h1 {
  text-align: center;
  font-size: 30px;
  color: #2b2b2b;
  line-height: 50px;
  font-family: "roboto-bold";
  display: block;
}
.inner-page .slick-arrow {
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 50px;
  color: #0061a3;
  width: inherit;
  line-height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover:after {
  color: #07bba5;
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-dots {
  padding-top: 30px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #0061a3;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li button {
  display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
  background: #0061a3;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #07bba5;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  outline: none;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
	width: 100%;
}
.inner-page ul.news-list li a h3 {
  padding: 15px 15px 10px;
  font-size: 20px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
height: 103px;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #07bba5;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}
.inner-page .pro-list ul {
  margin: -7px;
}
.inner-page .pro-list ul li {
  padding: 7px;
  text-align: left;
}
.inner-page .pro-list ul li a {
  display: block;
  background: #f5f5f5;
  outline: none;
}
.inner-page .pro-list ul li a span {
  display: block;
  overflow: hidden;
}
.inner-page .pro-list ul li a h3 {
  padding: 10px 15px;
  font-size: 18px;
  font-family: "roboto-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform:capitalize;
}
.inner-page .pro-list ul li a h3:hover {
  color: #07bba5;
}
.inner-page .pro-list ul li a p {
  padding: 0 15px 10px;
  color: #666;
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
  line-height:28px;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 30px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 80px 0;
  text-align: center;
  line-height:28px;
}
.about-page .about-2 p {
  margin: 30px 0 40px;
  padding: 0 5%;
}
.about-page .about-2 .box ul {
  margin: 0 -7px;
}
.about-page .about-2 .box ul li {
  padding: 0 7px;
}
.about-page .about-2 .box ul li a {
  display: block;outline: none;
}
.about-page .about-2 .box ul li a span {
  display: block;
  overflow: hidden;
}
.about-page .about-2 .box ul li a img {
  width: 100%;
}
.about-page .about-2 .box ul li a h3 {
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 34px;
  color: #333;
  font-family: "roboto-bold";
  line-height: 34px;
}
.about-page .about-3 p {
  padding: 40px 5%;
}
.about-page .about-3 .year ul {
  position: relative;
}
.about-page .about-3 .year ul:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(66, 66, 66, 0.5);
  z-index: -1;
}
.about-page .about-3 .year ul li {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
.about-page .about-3 .year ul li h4 {
  font-size: 18px;
  color: #424242;
  margin-bottom: 5px;
  height: 27px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .year ul li i {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(53, 138, 195, 0.3);
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #358ac3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .year ul li i:before {
  height: 40px;
  width: 40px;
  opacity: 0;
  background: rgba(53, 138, 195, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
  font-size: 64px;
  font-family: "roboto-bold";
  top: -80px;
}
.about-page .about-3 .year .slick-center li i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
  opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #0061a3;
}
.about-page .about-3 .content {
  padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-3 .content li .left img {
  width: 100%;
}
.about-page .about-3 .content li .right {
  text-align: left;
  vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
  padding: 0;
  color: #424242;
}
.about-page .about-4 {
  background: #eff6fa;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-4 p {
  padding: 40px 5%;
}
.about-page .about-4 .box {
  padding: 30px 80px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
  position: relative;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
}
.about-page .about-4 .box ul li a{
  outline: none;
}
.about-page .about-4 .box ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li span img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.about-page .about-4 .box ul li span:after {
  content: '';
  width: 100%;
  height: 27px;
  background: url("../images/about-5.jpg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: 100% auto;
  z-index: -1;
}
.about-page .about-4 .box ul li h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  color: #333;
  margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
  top: 37%;
}
.lg-page {
  padding: 70px 0;
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #07bba5;
  color: white;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.faq-page ul li .q {
  background: #eee;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  font-family: "roboto-bold";
  position: relative;
}
.faq-page ul li .a {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.faq-page ul li i {
  position: absolute;
  left: 10px;
}
.news-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 24px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #0061a3;
  background: -webkit-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -o-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -moz-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: linear-gradient(157deg, #00bcd4 0%, #358ac3 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
  line-height:28px;
}
.newdet-page.technology .newdet-1 .content {
	border:none !important;
	margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #07bba5;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
.contact-page .contact-1 .grid-box {
    align-items: center;
}
.contact-page .contact-1 .left {
  text-align: right;
  vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
	width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
  font-size: 28px;
  font-family: "roboto-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 22px;
  font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  color: #424242;
  margin-top: 10px;
  line-height:28px;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #07bba5 !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-2 p {
  padding: 50px 5%;
  line-height:28px;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #0061a3;
  background: -webkit-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -o-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -moz-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: linear-gradient(23deg, #358ac3 0%, #00bcd4 100%);
  color: white;
  font-size: 18px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  text-align: center;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
  line-height:
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #07bba5;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .left h3 {
  font-size: 24px;
  color: white;
  font-family: "roboto-bold";
  text-transform:capitalize;
  padding: 15px 30px;
  background: #0061a3;
}
.product-page .product-1 .left .box {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
	position:relative;
}
.product-page .product-1 .left .box ul li a {
  display: block;
  border-bottom: 1px solid white;
  padding: 20px 30px;
  font-size: 18px;
  color: #666;
  font-family: "Arial";
}
.product-page .product-1 .left .box ul li:hover> a,
.product-page .product-1 .left .box ul li.active>a {
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
  color: white;
}
.product-page .product-1 .left .box ul li ul {
	position:absolute;
	left:100%;
	top:0;
	display:none;
	width:100%;
	z-index:2;
	box-shadow:2px 0 3px rgba(0,0,0,.3);
}
.product-page .product-1 .left .box ul li:hover> ul {
	display:block;
}
.product-page .product-1 .left .box ul li li a {
	padding:11px 30px;
  padding-left: 40px;
  position: relative;
  background: #fcfcfc;
	font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: top;
}
.product-page .product-1 .right .content {
	padding: 10px;
    line-height: 1.8;
    border: 1px solid #ccc;
    margin: 20px 0;
}
.product-page .product-1 .right .content p {
  margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
  font-weight: bold;
  color: #333;
}
.product-page .product-1 .right .content2>table {
	width:30% !important;
	margin-right:5%;
	display:inline-block;
	vertical-align:top;
	max-height:1000px;
	overflow:auto;
	margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
	width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
	text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
	display:inline-block;
	float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
	padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
	margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
	margin-left:0;
}
.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left span img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right h2,.prodet-page .prodet-1 .right h1 {
  text-align: left;
}
.prodet-page .prodet-1 .right h5 {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  color: #333;
  padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 220px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
  background: #f4f4f4;
  color: #333;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
  color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  padding-top: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
	margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li img {
	height:auto;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
  background: #f5f9fc;
}

.prodet-page .prodet-2 .productintro{
	padding: 10px;
    line-height: 1.8;
    border: 1px solid #07bba5;
    margin: 20px 0;
}


.prodet-page .prodet-2 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  padding-top: 30px;
	line-height:28px;
	max-height:1400px;
	overflow-x:auto;
}
.prodet-page .prodet-2 .content ul li {
	padding-left:20px;
	position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
	content:'';
	width:10px;
	height:10px;
	display:block;
	background:#07bba5;
	position:absolute;
	left:0;
	top:8px;
}
.prodet-page .prodet-2 .opsition {
	display:block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
	content:'';
	display:block;
	clear:both;
}
.prodet-page .prodet-2 .opsition>div {
	padding:10px 20px;
	font-size:18px;
	float:left;
	cursor:pointer;
	cursor:hand;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
	background:#07bba5;
	color:white;
}
.prodet-page .prodet-3 {
  padding: 50px 0;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .inner-page .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) {
  .product-page .product-1 .left .box ul li a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
	line-height:28px;
  }
  .product-page .product-1 .left .box ul li a {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
    padding-top: 60px;
  }
  .inner-banner .about-banner {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 40px;
    line-height: 40px;
    top: -40px;
  }
  .about-page .about-3 .year ul li {
    padding-top: 50px;
  }
  .about-page .about-3 .content li .right h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .box ul li {
    padding: 10px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left h3 {
    padding: 15px;
    font-size: 20px;
  }
  .product-page .product-1 .left .box ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-2,
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%;
  }
  .news-page .news-1 {
    display: none;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inner-banner .box h2:after {
    margin-top: 20px;
  }
  .about-page .about-1 .box .grid-box .column {
    width: 100%;
    padding: 10px 15px;
	line-height:28px;
  }
  .about-page .about-1 .box .box2 {
    padding-top: 0;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 25%;
  }
  .about-page .about-3 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-page .about-3 p {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 50%;
  }
  .about-page .about-3 .content li .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .content li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-4 .box {
    padding: 0;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .faq-page ul li .q {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4,
  .inner-page .pro-list ul li a p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }
  .inner-page .pro-list ul li a h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .contact a {
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  table {
    width: 100%;
    overflow: auto;
    display: inline-block;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
}




.inner-banner .container,.inner-page .container{
  width: 1330px;
  padding:0 15px;
}
@media screen and (max-width: 1330px){
  .inner-banner .container,.inner-page .container{width: 970px;}
}
@media screen and (max-width: 970px){
  .inner-banner .container,.inner-page .container{ width: 100%;}
}

@media screen and (max-width: 768px) {
	#banner #down{
		display:none;
	}
	.inner-page .pro-list ul li,
	.lg-page .grid-box.four>.column,
	.inner-page ul.news-list li{
		width: 100%!important;
	}
	.prodet-page .prodet-1 .left,
	.prodet-page .prodet-1 .right,
	.contact-page .contact-1 .left,
	.contact-page .contact-1 .right{
		width: 100%!important;
	}
	.inner-banner.about-banner{
		height: 400px;
	}
}

#cs{
	width: 100%;
	border-collapse: collapse;
}
#cs td{
	padding: 10px 20px;
	border: 1px solid #ccc;
}
#cs tr:nth-of-type(2n){
	background:#f4f4f4;
}

.mbx{
	font-size: 16px;
   margin-top: 30px;
}


.product-page .product-1 .right{
    position:relative;
}
.product-page .product-1 .right .pd-box{
    position:absolute;
    z-index:200;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.9);
    padding-top:30%;
    text-align:center;
}
.product-page .product-1 .right .pd-box p{
    color:#000;
    font-size:18px;
    margin-bottom:10px;
}
.product-page .product-1 .right .pd-box input{
    padding:10px 15px;
    font-size:14px;
    color:#000;
    border:1px solid #000;
    min-width:250px;
    max-width:100%;
}
.np-pd{
    display:none!important;
}
.product-page .product-1 .right .pd-box input[type="submit"]{
    width:100px;
    background:#0061a3;
    color:#fff;
    min-width:auto;
}










