@charset "utf-8";
/* ��ҳ��ʽ */

.inner-banner {
  display: block;
  height: 600px;
  padding-top: 200px;
  background-attachment: fixed;
  color: #fff;
}
.inner-banner .box {
  text-align: center;
}
.inner-banner .box .content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.content h3 {
  height: 120px;
}
.inner-banner .box .content h2 {
  font-size: 28px;
  text-transform: capitalize;
  line-height: 88px;
}
.inner-banner .box .content .mbx {
  display: block;
  font-size: 18px;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: uppercase;
}
.inner-banner .box .content .mbx a:hover {
  text-decoration: underline;
}
.inner-page {
  font-size: 18px;
  line-height: 38px;
  /*color: #fff;
  background-color: #292d2d;*/
}
.underline {
    position: relative;
    z-index: 1;
}
.underline:after {
    content: '';
    width: 105%;
    height: 20%;
    display: block;
    background: #004694;
    opacity: .5;
    position: absolute;
    left: -5px;
    bottom: 0;
    z-index: -1;
}
.inner-page h5{
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
.inner-page h2{
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
}
.inner-page h2, #index-body .init-1 .box .content ul li h3 {
    font-size: 40px;
    line-height: 50px;
}
.news-page .news-2 h1{
font-size: 28px;
text-align: center;
margin: -40px 0 20px 0;

}
.inner-page .column {
  font-size: 18px;
}
.inner-page .m-page {
  margin-top: 80px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #004694;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
  width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
  background: none;
  text-decoration: underline;
}
.inner-page .inner-nav .box {
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #000;
}
.inner-page .inner-nav .box ul li {
  width: auto;
}
.inner-page .inner-nav .box ul li i {
  height: 60px;
  display: block;
}
.inner-page .inner-nav .box ul li h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 25px;
  margin-top: 10px;
  line-height: 30px;
}
.inner-page .inner-nav .box ul li h4:after {
  width: 100%;
  left: 0;
  height: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -12px;
}
.inner-page .inner-nav .box ul li:hover h4:after,
.inner-page .inner-nav .box ul li.active h4:after {
  opacity: 1;
  bottom: 0;
}
.about-page .about-1 {
  padding: 110px 0 120px;
}
.about-page .about-1:before {
  top: 10%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: #1b1b1b;
}
.about-page .about-1 .box {
  padding: 90px 0 80px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
  vertical-align: middle;
  width: 45%;
}
.about-page .about-1 .box .right {
  vertical-align: middle;
  width: 55%;
}
.about-page .about-1 .box .right h3 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-page .about-1 .box .right .content {
	max-height:400px;
	overflow:auto;
}
.about-page .about-1 .box2 {
  display: block;
  text-align: center;
}
.about-page .about-1 .box2 ul {
  margin: 0 -15px;
}
.about-page .about-1 .box2 ul li {
  padding: 0 15px;
	-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-1 .box2 ul li:hover {
	-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.about-page .about-1 .box2 ul li i {
  height: 50px;
  display: block;
}
.about-page .about-1 .box2 ul li h3 {
  font-size: 62px;
  font-family: "JosefinSans-Bold";
  line-height: 50px;
  margin-top: 20px;
}
.about-page .about-1 .box2 ul li p {
  font-size: 18px;
  color: #6c6c6c;
  font-family: "JosefinSans-SemiBold";
  text-transform: uppercase;
}
.about-page .about-2 {
  display: block;
  padding: 150px 0 100px;
  background: #292d2d;
  text-align: center;
}
.about-page .about-2 .box {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.about-page .about-2 .box ul {
  margin: 0 -20px;
}
.about-page .about-2 .box ul li {
  padding: 0 20px;
}
.about-page .about-2 .box .btn .prev,
.about-page .about-2 .box .btn .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  width: auto;
  height: auto;
  background: none;
}
.about-page .about-2 .box .btn .prev img,
.about-page .about-2 .box .btn .next img {
  display: block;
  margin-top: 5px;
  width: 130px;
  max-width: 130px;
}
.about-page .about-2 .box .btn .prev {
  right: 100%;
  margin-right: 60px;
  text-align: right;
}
.about-page .about-2 .box .btn .next {
  left: 100%;
  margin-left: 60px;
  text-align: left;
}
.about-page .about-3 {
  padding: 130px 0 80px;
  background: #003673;
  color: white;
}
.about-page .about-3:before {
  color: #013a7b;
}
.about-page .about-3 .box {
  padding-top: 80px;
  text-align: center;
}
.about-page .about-3 .box ul {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.about-page .about-3 .box ul li {
  display: block;
  position: relative;
}
.about-page .about-3 .box ul li:before {
  content: '';
  border: 3px solid white;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15%;
  display: block;
  margin-left: -2px;
}
.about-page .about-3 .box ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 15%;
  top: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .about-3 .box ul li .left {
  width: 20%;
  padding-right: 5%;
}
.about-page .about-3 .box ul li .right {
  width: 80%;
  padding-bottom: 50px;
}
.about-page .about-3 .box ul li h4{
  font-size: 40px;
  font-family: "JosefinSans-SemiBold";
  text-transform: uppercase;
}
.about-page .about-3 .box ul li h4 p {
	color:inherit;
	font:inherit;
	line-height:inherit;
	margin:inherit;
}
.about-page .about-3 .box ul li p {
  font-size: 20px;
  color: #c5c5c5;
  font-family: "JosefinSans-Light";
  line-height: 24px;
  margin-top: 20px;
}
.about-page .about-4 {
  padding-top: 120px;
}
.about-page .about-4 .bottom {
  padding-top: 100px;
}
.about-page .about-4 .bottom ul li a {
  display: block;
}
.about-page .about-4 .bottom ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li a:hover:after {
  opacity: 0;
}
.why-page {
  background: #181818;
}
.why-page .box ul li {
  display: block;
}
.why-page .box ul li .left {
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.why-page .box ul li .left .box2 {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.why-page .box ul li .left h2 {
  font-size: 72px;
}
.why-page .box ul li .left h2:after {
  width: 110%;
}
.why-page .box ul li .left h3 {
  font-family: "JosefinSans-SemiBold";
  font-size: 36px;
  margin: 35px 0 15px;
}
.why-page .box ul li .left .content {
  display: block;
  font-size: 18px;
  color: #d1d1d1;
  line-height: 28px;
}
.why-page .box ul li .right {
  vertical-align: middle;
}
.why-page .box ul li:nth-child(even) .left {
  position: relative;
  left: 50%;
}
.why-page .box ul li:nth-child(even) .right {
  position: relative;
  left: -50%;
}
.product-page {
  background: #292d2d;
  color: #fff;
}
.product-page .product-2 {
  padding: 90px 0;
}
h1.wangcat {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.wrui {
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
}
.product-page .product-2 ul {
  margin: -40px -20px;
}
.product-page .product-2 ul li {
  padding: 40px 20px;
}
.product-page .product-2 ul li a span {
  background: #dcdcdc;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-2 ul li a h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
}
.product-page .product-2 ul li a:hover span {
  background: #004694;
}
/*.prodet-page {
  background: #292d2d;
}*/
.prodet-page h3 {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 44px;
}
.prodet-page h1.underline {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 44px;
}
.prodet-page .prodet-1 {
  padding-top: 100px;
}
.prodet-page .prodet-1 .left {
  padding-right: 25px;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background-color: #dcdcdc;
}
.prodet-page .prodet-1 .left .gallery {
  display: block;
  padding-top: 4px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -2px;
}
.prodet-page .prodet-1 .left .gallery li {
  padding: 2px;
  width: 20%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .gallery li a img {
  margin: 0 auto;
  width: auto;
}
.prodet-page .prodet-1 .left .gallery li a i,
.prodet-page .prodet-1 .left .gallery li a span {
  display: none;
}
.prodet-page .prodet-1 .left .gallery li a:hover {
  background: #004694;
}
.prodet-page .prodet-1 .right {
  padding-left: 25px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .content {
  font-family: "JosefinSans-Light";
  padding: 40px 0 60px;
  line-height: 40px;
}
.prodet-page .prodet-1 .right .content h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .content p {
  font-size: 18px;
  line-height: 40px;
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  border-radius: 5px;
  background: #004694;
  color: white;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 {
  padding-top: 90px;
}
.prodet-page .prodet-2 .content {
  padding-top: 60px;
  font-family: "JosefinSans-Light";
  font-size: 20px;
}
/*.prodet-page .prodet-2 .content table {
  background: #151515;
}*/
.prodet-page .prodet-2 .content table td,
.prodet-page .prodet-2 .content table th {
  padding: 15px 50px;
  line-height: 40px;
}
/*.prodet-page .prodet-2 .content table tr:first-child {
  background: #242424;
}*/
.prodet-page .prodet-2 .content table tr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.prodet-page .prodet-2 .content table tr:hover {
  background: #004694;
}*/
.prodet-page .prodet-3 {
  padding: 90px 0;
}
.prodet-page .prodet-3 .box {
  text-align: center;
  padding-top: 70px;
}
.prodet-page .prodet-3 .box ul {
  margin: 0 -8px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 0 8px;
}
.prodet-page .prodet-3 .box ul li a {
  display: block;
  background-color: #dcdcdc;
}
.prodet-page .prodet-3 .box ul li a img {
  margin: 0 auto;
}
.prodet-page .prodet-3 .box ul li a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50);
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0 15px;
  line-height:34px;
}
.prodet-page .prodet-3 .box ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.prodet-page .prodet-3 .box ul li a:hover h4 {
  opacity: 1;
}
.prodet-page .prodet-3 .box ul li a:hover:before {
  opacity: 1;
}
/*.news-page {
  background: #292d2d;
}*/
.news-page .inner-nav li {
  padding: 0 5%;
}
.news-page .news-2 {
  padding: 80px 0 60px;
}

.newslist ul {
  margin: -25px;
}
.newslist ul li {
  padding: 25px;
}
.newslist ul li .box {
  display: block;
  background: white;
  text-align: left;
}
.newslist ul li .box a.img-box {
  display: block;
}
.newslist ul li .box a.img-box img {
  width: 100%;
}
.newslist ul li .box .content {
  display: block;
  padding: 40px 30px;
}
.newslist ul li .box .content h3 {
  display: block;
  font-size: 20px;
  color: black;
  font-family: "JosefinSans-SemiBold";
    line-height: 34px;
    margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newslist ul li .box .content h3:hover {
  color: #004694;
}
.newslist ul li .box .content p {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  font-family: "Arial";
  margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
  display: block;
  font-size: 16px;
  color: #004694;
  text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
  text-decoration: underline;
}

.contact-page .contact-1 {
  padding: 90px 0 100px;
}
.contact-page .contact-1 h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.contact-page .contact-1 h3:after {
  width: 230px;
}
.contact-page .contact-1 ul {
  padding-top: 40px;
}
.contact-page .contact-1 .left ul li {
  display: block;
  font-size: 24px;
  line-height: 50px;
}
.contact-page .contact-1 .left ul li a.code{
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.contact-page .contact-1 .left ul li a.code:not(:last-child){
  margin-right: 20px;
}
.contact-page .contact-1 .left ul li.tel {
  padding-left: 44px;
  text-indent: -44px;
}
.contact-page .contact-1 .right ul {
  margin: -7px;
}
.contact-page .contact-1 .right ul li {
  padding: 7px;
}
.contact-page .contact-1 .right ul li input,
.contact-page .contact-1 .right ul li textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: black;
  padding: 0 20px;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li textarea {
  height: 140px;
  line-height: 30px;
  padding: 10px 20px;
}
.contact-page .contact-1 .right ul li.yzm {
  position: relative;
}
.contact-page .contact-1 .right ul li.yzm input {
  padding-right: 80px;
}
.contact-page .contact-1 .right ul li.yzm img {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
}
.contact-page .contact-1 .right ul li.sub input {
  width: auto;
  padding: 0 50px;
  color: white;
  text-transform: uppercase;
  background: #004694;
  border: none;
}
.contact-page .contact-2 {
  position: relative;
  height: 100%;
}
.contact-page .contact-2 .button-group .button {
  background: #004694 !important;
}
.contact-page .contact-2 #mapContainer {
  max-height: 80%;
}
.lg-page {
  padding: 80px 0 40px;
}
.lg-page .newslist {
  padding-top: 0;
}
.faq-page {
  padding: 60px 0;
}
.faq-page .faq-list h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.faq-page .faq-list ul {
  padding-top: 40px;
}
.faq-page .faq-list ul li {
  display: block;
  padding-bottom: 15px;
}
.faq-page .faq-list ul li h4 {
  font-size: 20px;
  color: black;
  padding: 15px 40px 15px 20px;
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-list ul li h4:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 15px;
}
.faq-page .faq-list ul li p {
  padding: 20px 40px;
  background: #222;
  display: none;
  color: white;
}
.faq-page .faq-list ul li.active h4 {
  background: #004694;
  color: white;
}
.faq-page .faq-list ul li.active h4:after {
  content: "\f068";
}
@media screen and (max-width: 1650px) {
  .inner-page {
    overflow: hidden;
  }
  /*.inner-banner {
    height: 600px;
    padding-top: 250px;
  }*/
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 60px;
  }
  .faq-page .faq-list ul li h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .faq-page .faq-list ul li h4:after {
    top: 12px;
  }
  .inner-page,
  .inner-page .column,
  .about-page .about-1 .box2 ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 20px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -36px;
    padding-left: 36px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea,
  .inner-page .inner-nav .box ul li h4 {
    font-size: 18px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 50px;
    line-height: 44px;
  }
  .about-page .about-2 .box .btn {
    display: none;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 34px;
  }
  .about-page .about-3 .box ul li:before {
    top: 12px;
  }
}
@media screen and (max-width: 1420px) {
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .product-page .product-2,
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .about-page .about-1 .box {
    padding: 60px 0;
  }
  .about-page .about-2 .box ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .box ul {
    margin: 0 -15px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 30px;
  }
  .about-page .about-4 {
    padding-top: 80px;
  }
  .about-page .about-4 .bottom {
    padding-top: 60px;
  }
  .news-page .news-2 {
    padding: 40px 0;
  }
  .news-page .news-2 .newslist {
    padding-top: 0;
  }
  .inner-page .m-page {
    margin-top: 50px;
  }
  .inner-page .inner-nav .box ul li h4 {
    font-size: 16px;
  }
  .product-page .product-2 ul li {
    padding: 30px 15px;
  }
  .product-page .product-2 ul {
    margin: -30px -15px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 40px 0;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 40px;
  }
  .prodet-page .prodet-3,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2 {
    padding-top: 50px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 20px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 44px;
  }
  .inner-banner {
    height: 500px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .newslist ul li .box .content {
    padding: 20px 10px;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 30px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .right ul li input {
    padding: 0 15px;
  }
  .contact-page .contact-1 .right ul li textarea {
    padding: 10px 15px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    padding: 10px 15px;
  }
  .prodet-page .prodet-3 .box {
    padding-top: 40px;
  }
  .inner-page .inner-nav .box ul li h4 {
    padding: 0 10px;
    font-size: 14px;
  }
  .inner-page .inner-nav .box ul li i {
    height: 40px;
  }
  .inner-page .inner-nav .box ul li i img {
    max-height: 100%;
  }
  .inner-page .inner-nav .box {
    padding: 20px 0;
  }
  .product-page .product-2 ul li a h4 {
    font-size: 16px;
    margin-top: 15px;
	line-height:32px;
  }
  .product-page .product-2 ul li {
    padding: 15px;
  }
  .product-page .product-2 ul {
    margin: -15px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 20px;
    line-height: 38px;
  }
  .about-page .about-1 .box .left {
    padding-right: 15px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 40px;
    line-height: 34px;
  }
  h2,
  #index-body .init-1 .box .content ul li h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-page .about-3 .box ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 24px;
  }
  .about-page .about-4,
  .about-page .about-3 .box,
  .about-page .about-4 .bottom {
    padding-top: 40px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 15px;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 15px;
  }
  .prodet-page .prodet-2 .content {
    padding-top: 30px;
    font-size: 16px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 18px;
    line-height: 40px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -32px;
    padding-left: 32px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .contact-1 .right ul li textarea {
    height: 120px;
    padding: 5px 15px;
    line-height: 30px;
  }
  .newslist ul li .box .content {
    padding: 15px 10px;
  }
  .newslist ul li .box .content h3 {
    font-size: 16px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .inner-nav {
    display: none;
  }
  .about-page .about-1 .box2 ul li {
    width: 25%;
  }
  .about-page .about-1 .box2 ul li i {
    height: 40px;
  }
  .about-page .about-1 .box2 ul li i img {
    max-height: 100%;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-top: 30px;
  }
  .inner-banner {
    height: 300px;
    background-size: auto 400px;
    padding-top: 100px;
    background-position: center top;
  }
	.why-page .box ul li:nth-child(even) .left {
		left:0;
	}
	.why-page .box ul li:nth-child(even) .right {
		left:0;
		right:0;
	}
	.why-page .box ul li .left {
		width:100%;
		padding:30px 0;
	}
	.why-page .box ul li .right {
		width:100%;
	}
	.why-page .box ul li .left .box2 {
		max-width:none;
		padding:0 15px;
	}
	.why-page .box ul li .left h2 {
		font-size:50px;
	}
	.why-page .box ul li .left h3 {
		font-size:28px;
	}
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .box2 ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 30px;
  }
  .about-page .about-2 .box ul li img {
    width: 100%;
  }
  h2,
  #index-body .init-1 .box .content ul li h3,
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .inner-banner {
    height: 380px;
    padding-top: 170px;
    background-size: unset;
  }
  .inner-banner .box .content h2 {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
  }
  .news-page .news-2 h1{
  font-size:20px;
  line-height:38px;
  margin-bottom:20px;}
  .prodet-page h1.underline{
  font-size:20px;
  line-height:38px;}
  .inner-page h5{
  font-size:20px;
  line-height:38px;}
  .prodet-page .prodet-2 .content table {
    width: 100%;
    display: inline-block;
    overflow: auto;
    word-break: keep-all;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box .content .mbx{
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
 .wangcat,.voryaut,
  .wrui {
  display: none !important;
  }

  .about-page .about-1 .box2 ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 20px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 280px !important;
  }
}


#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #f08200;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #f08200;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}





.honor-title {
    position: relative;
	text-align: center;
}

.honor-title h2 {
    /*font-family: "Verdana-Regular";*/
    line-height: 1;
    letter-spacing: 0;
}

@media print,
screen and (min-width: 768px) {
    .honor-title h2 {
        font-size: 48px;
		font-weight: bold;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .honor-title h2 {
        font-size: 46px;
        padding-top: 30px;
    }
}

/*.honor-title h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #eb7f00;
}*/

.honor-title span {
    display: block;
    line-height: 32px;
	/*font-family: "Verdana-Regular";*/
}

@media print,
screen and (min-width: 768px) {
    .honor-title span {
        font-size: 18px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .honor-title span {
        font-size: 14px;
        margin-top: 15px;
    }
}

.honor{
	background-color: #eef2f5;
	padding: 60px 0 90px;
}
.honor img{
	max-width: 100%;
}
.honor-inner{
	padding: 0 110px;
	margin-top: 50px;
}
.honor-inner ul{
	overflow: hidden;
	margin: 0 -15px;
}
.honor-inner ul li{
	padding: 15px;
}
.honor-inner .img{
	border-radius: 10px;
	padding: 5px;
	background-color: white;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.contact-inner-item.is-tel .contact-tel em{
  display: inline-block;
}