@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(../fonts/SourceHanSansCN-Medium.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Medium.eot) format('eot'), url(../fonts/SourceHanSansCN-Medium.woff) format('woff'), url(../fonts/SourceHanSansCN-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Regular.eot) format('eot'), url(../fonts/SourceHanSansCN-Regular.woff) format('woff'), url(../fonts/SourceHanSansCN-Regular.woff2) format('woff2');
}
.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .language .language-choose {
  position: relative;
  height: 80px;
  line-height: 80px;
}
#header .language .language-choose span {
  height: 80px;
  display: block;
  cursor: pointer;
	color: #ffffff;font-size:18px;
}
#header .language .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #c60111;
  text-align: left;
  z-index: 101;
}
#header .language .language-choose .sub-menu li {
  line-height: normal;
}
#header .language .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .language .language-choose .sub-menu li:hover {
  background: #222;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  position: relative;
  padding-right: 10%;
}
#header .nav .logo {
  padding: 20px;
}
#header .nav .others {
  padding-top: 20px;
  position: relative;
  padding-left: 20px;
}
#header .nav .others:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  left: 0;
  top: 50px;
  background: #fff;
}
#header .nav .others .language {
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 20px;
}
#header .nav .others .language a{
	font-size:16px; color:#fff;
}
#header .nav .others .h-search {
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
#header .nav .others .h-search .fa {
  color: #ffffff;
  font-size: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 80px;
  height: 80px;
  position: relative;
  padding-top: 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 25px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: SourceHanSansCN-Medium;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #c60111;;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a {
  color: #fff;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after{
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #c60111;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
#index-body h2.h2 {
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
#index-body p.p {
  color: #666666;
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}
#index-body .i-about{
	position:relative;
}
#index-body .i-about .grid-box .i-fl {
  width: 56%;
  padding: 4% 3% 4% 20%;
}
#index-body .i-about .grid-box .i-fl h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  color: #c60111;
  text-transform: capitalize;
}
#index-body .i-about .grid-box .i-fl h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}
#index-body .i-about .grid-box .i-fl p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 15px;
}
#index-body .i-about .grid-box .i-fl a.more {
  display: block;
  width: 132px;
  height: 36px;
  margin-top: 40px;
  line-height: 36px;
  background: #c60111;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
#index-body .i-about .grid-box .i-fr {
  width: 44%;
  background: url(../images/play-bg_03.jpg) no-repeat center;
  position: relative;
}
#index-body .i-about .grid-box .i-fr img {
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -58px;
  top: 40%;
  z-index: 8;
}
#index-body .i-product .i-pro-tit {
  background: #c60111;
}
#index-body .i-product .i-pro-tit .tit {
  text-align: center;
}
#index-body .i-product .i-pro-tit .tit ul {
  display: inline-block;
}
#index-body .i-product .i-pro-tit .tit ul li {
  float: left;
  display: inline;
}
#index-body .i-product .i-pro-tit .tit ul li a {
  padding: 30px 10px;
  display: block;
  background: #c60111;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .i-pro-tit .tit ul li a:hover {
  background: #000;
}
#index-body .i-product .product-list {
  position: relative;
}
#index-body .i-product .product-list p{
	padding:20px 0; text-align:center; position:absolute; bottom:15px; width:100%; left:0; z-index:8;
}
#index-body .i-product .product-list p a{
	font-size:18px;
}
#index-body .i-product .product-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  padding-top: 46%;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer p {
  text-align: center;
  font-size: 20px;
  font-family: poppins-bold;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer p a {
  font-size: 20px;
  color: #ffffff;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons {
  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%);
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .tit {
  font-size: 1.56rem;
  margin-bottom: 29px;
  opacity: 0;
  text-transform: uppercase;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .tit a {
  color: #fff;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons > a {
  float: left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-right: 10px;
  color: rgba(50, 50, 50, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 26px;
  background: #ffffff;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .the_search {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  outline: none;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer:hover .buttons .tit {
  opacity: 1;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer:hover .buttons > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-product .product-list .swiper-slide .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-why {
  padding: 50px 0;
  background: url(../images/why_07.jpg) repeat;
}
#index-body .i-why .grid-box.three {
  margin-top: 80px;
}
#index-body .i-why .grid-box.three .column {
  padding-right: 4%;
  margin-bottom: 30px;
  cursor: pointer;
  width: 35%;
}
#index-body .i-why .grid-box.three .column:nth-child(3n) {
  padding-right: 0;
  width: 30%;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column {
  width: 25%;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column img {
  width: auto;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) {
  width: 75%;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Medium;
}
#index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) p {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
#index-body .i-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-news {
  padding: 60px 0;
}
#index-body .i-news .new-list {
  position: relative;
}
#index-body .i-news .new-list .icon {
  position: absolute;
  left: 40%;
  bottom: 60px;
  z-index: 8;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/left.jpg) no-repeat center;
}
#index-body .i-news .new-list .right {
  background: url(../images/right.jpg) no-repeat center;
  left: 44%;
}
#index-body .i-news .grid-box {
  margin-top: 50px;
}
#index-body .i-news .grid-box .column:nth-child(1) {
  padding-top: 3%;
}
#index-body .i-news .grid-box .column:nth-child(1) .content {
  background: #efefef;
  padding: 50px;
  height: 94%;
}
#index-body .i-news .grid-box .column:nth-child(1) .content h2 {
  margin-bottom: 30px;
}
#index-body .i-news .grid-box .column:nth-child(1) .content h2 a {
  font-size: 24px;
  color: #333333;
}
#index-body .i-news .grid-box .column:nth-child(1) .content h2 a:hover {
  color: #c60111;
}
#index-body .i-news .grid-box .column:nth-child(1) .content p {
  line-height: 28px;
  color: #666666;
  font-size: 16px;
}
#index-body .i-news .grid-box .column:nth-child(1) .content time {
  color: #c60111;
  font-size: 16px;
  display: block;
  margin: 20px 0;
}
#index-body .i-news .grid-box .column:nth-child(1) .content .more {
  color: #000000;
  font-size: 16px;
  display: block;
}
#footer .footer-top {
  background: #1b1b1b;
  padding: 66px 0;
}
#footer .footer-top img {
  display: block;
  margin: 0 auto;
  width: auto;
}
#footer .footer-top p.p {
  color: #fff;
  font-size: 16px;
  padding: 10px 15%;
  line-height: 30px;
  text-align: center;
}
#footer .footer-top .grid-box {
  padding: 50px 0;
}
#footer .footer-top .grid-box .column:nth-child(1){
	width:21%;
}
#footer .footer-top .grid-box .column:nth-child(2){
	width:29%;
}
#footer .footer-top .grid-box .column {
  padding: 0 5px;
  padding-top: 80px;
  background: url(../images/phone.png) no-repeat top center;
}
#footer .footer-top .grid-box .column p {
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
#footer .footer-top .grid-box .column:nth-child(2) {
  background: url(../images/add.png) no-repeat top center;
}
#footer .footer-top .grid-box .column:nth-child(3) {
  background: url(../images/mail.png) no-repeat top center;
}
#footer .footer-top .grid-box .column:nth-child(4) {
  background: url(../images/world.png) no-repeat top center;
}
#footer .footer-bottom {
  background: #000000;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  line-height: 25px;
}
#footer .footer-bottom p a {
  color: #ffffff;
  font-size: 16px;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
#footer .footer-bottom p img {
  width: auto;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 18px;
  }
  #index-body .i-about .grid-box .i-fl {
    padding: 4% 3% 4% 4%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .grid-box .i-fl h3 {
    font-size: 25px;
  }
  #index-body .i-product .product-list .swiper-slide .img-box .layer .buttons > a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #index-body h2.h2 {
    font-size: 26px;
  }
  #index-body .i-news .grid-box .column {
    width: 100%;
  }
  #index-body .i-news .grid-box .column:nth-child(1) .content {
    height: 100%;
  }
  #index-body .i-news .new-list .icon {
    left: 90%;
    bottom: auto;
    top: 12%;
  }
  #index-body .i-news .new-list .right {
    background: url(../images/right.jpg) no-repeat center;
    left: 95%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .i-about .grid-box .i-fl {
    width: 100%;
  }
  #index-body .i-about .grid-box .i-fl h3 {
    font-size: 18px;
  }
  #index-body .i-about .grid-box .i-fl p {
    font-size: 14px;
  }
  #index-body .i-about .grid-box .i-fl p {
    font-size: 14px;
  }
  #index-body .i-about .grid-box .i-fr {
    display: none;
  }
  #index-body .i-product .i-pro-tit .tit ul li a {
    padding: 15px;
    font-size: 14px;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body .i-why .grid-box.three .column {
    padding-right: 0;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
  }
  #index-body p.p {
    color: #666666;
    font-size: 14px;
  }
  #index-body .i-why .grid-box.three .column .grid-box.two .column:nth-child(2) h2 {
    font-size: 16px;
  }
  #index-body .i-why .grid-box.three .column:nth-child(3n) {
    width: 100%;
  }
  #index-body .i-why .grid-box.three {
    margin-top: 40px;
  }
  #index-body .i-why .grid-box.three .column .grid-box.two .column img {
    width: 60%;
  }
  #index-body .i-news .grid-box .column:nth-child(1) .content h2 a {
    font-size: 18px;
    color: #333333;
  }
  #index-body .i-news .grid-box .column:nth-child(1) .content p {
    line-height: 28px;
    color: #666666;
    font-size: 14px;
  }
  #index-body .i-news .new-list .icon {
    left: 80%;
    bottom: auto;
    top: 12%;
  }
  #index-body .i-news .new-list .right {
    background: url(../images/right.jpg) no-repeat center;
    left: 90%;
  }
  #footer .footer-top p.p {
    font-size: 14px;
    padding: 10px 6%;
  }
  #footer .footer-top .grid-box .column {
    padding: 0 5px;
    width: 50%;
    padding-top: 80px;
    margin-bottom: 20px;
  }
  #footer .footer-top .grid-box .column p {
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  .mlztx {
    display: none;
  }
  #footer .footer-top {
    padding: 66px 0 0;
  }
}





.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #c60111;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #c60111;
  color: white;
}
.inner-page div#nav {
  border-bottom: 1px solid #d7d7d7;
  background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
  margin: -1rem 0 0;
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 14px; 
  color: #858586; position:relative !important;
  line-height: 35px;
  padding: 1rem 0 0;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  background: #c60111;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
	line-height:45px; padding:0; width:100%;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.inner-page div#nav ul.ui li:hover ul{
	display:block;
}
#index-body .i-product .product-list .swiper-slide{
	width:33.3%;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.product-page {
  background: #f6f7f9;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #c60111;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #c60111;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  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: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 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%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  padding: 10px; float: left;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #ff1a2a;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 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%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #c60111;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 44%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 15px;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
}
.prodet-page .init-2 .prodet-title {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #c60111;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #c60111;
  color: white;
  border-color: #c60111;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
/* .prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
} */
.prodet-page .init-3 .init-3-bottom ul li table tr,.prodet-page .init-3 .init-3-bottom ul li table tr td{
	height:auto !important;
}

.prodet-page .init-3 .init-3-bottom ul li table tr td {
  padding: 5px 10px; 
  font-size: 12px;
  color: #666666;
}
.prodet-page .init-3 .init-3-bottom ul li table.table{
	border-collapse:separate; background:#fff;
}
.prodet-page .init-3 .init-3-bottom ul li table.table tr td {
 border:1px solid #eee;
}
.prodet-page .init-3 .init-3-bottom ul li table.table tr td:nth-child(1){
	width:25%; background:#666; color:#fff;
}
.prodet-page .init-3 .init-3-bottom ul li table.table tr td:nth-child(2){
	width:75%; background:#f3f3f3;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #c60111;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #c60111;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #c60111;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  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: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 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%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #c60111;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul{
	padding:50px 0;
}
.contact-page .init-1 ul li{
	margin-bottom:30px;
}
.contact-page .init-1 ul li h3 {
  font-size: 18px; font-weight:bold;
  color: black;
  text-transform: capitalize; margin-bottom:2px;
}
.contact-page .init-1 ul li p {
  font-size: 14px; line-height:30px;
}

.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #c60111;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #c60111;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #c60111;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #c60111;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #c60111;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #c60111;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #c60111;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  padding: 15px 10px;    float: left;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
  text-align: center;
}
.picture-page .init-2 ul.picture li a em img Z{
  margin: 0 auto;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #c60111;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 {
  padding: 50px 0 60px;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-2 h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 30px 0 10px;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 .column{
	padding:20px; transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page-company .init-4 .column:hover{
	    background: #c60111;
}
.about-page-company .init-4 .column:hover p{
	color:#fff;font-size:16px;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}
.inner-banner {
  position: relative;
}
.inner-banner .mbx h4 {
  font-size: 20px;
  display: block;
}

.inner-tit{
font-size:26px;}
.inner-banner .mbx {
   color: white;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.contact100-form-title h3 {
    font-size: 14px;
}
@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #c60111 !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }
}
.mobile-banner{
		display:none;
	}
@media screen and (max-width: 700px){
  .inner-page div#nav {
    display: none;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50% !important;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }
	#banner{
		display:none;
	}
	.mobile-banner{
		display:block;
		margin-top:50px;
	}
	#footer .footer-top .grid-box .column{
    width: 100% !important;
}
.history-box {
	padding: 55px 0 0 80px;
}
}


.video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 998;
    background: rgba(0,0,0,.7);
}
.i_video {
    width: 536px;
    height: 253px;
    top: 45%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 9999;
}
.i_video, .video_layer {
    position: absolute;
    display: none;
}

#test-video {
    object-fit: fill;
}
.video{
	position:relative;
}
.video .text{
	position:absolute;
	width:50%; left:25%; top:32%; z-index:9;
}
.video .text h2{
	color:#fff; font-size:65px; margin-bottom:20px; text-align:center; font-weight:bold; 
}
.video .text h3{
	color:#fff; font-size:40px;text-align:center;
}
.video .text a.more{
	text-align: center;
    font-family: Quicksand-Bold;
    text-transform: uppercase; color: #fff;border:2px solid #fff;
    width: 182px;
    height: 49px;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    font-size: 18px;
    margin: 40px 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video-layer.png) repeat;
    z-index: 8;
}
.history-box {
		width: 100%;
		height: auto;
		padding: 55px 0 0 0;
		background: url(../images/history_bg.jpg)top center no-repeat;
	}

table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}