@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
.container {
  width: 1230px;
}
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }
.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 {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 99;
}
#header .nav {
  position: relative;
  padding: 0 6%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 16px;
}
#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 .language-choose {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
}
#header .nav .language-choose span {
  height: 60px;
  font-size: 16px;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background: #ee772b;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 60px;
  height: 60px;
  position: relative;
  padding-right: 10px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
}
#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: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#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: #ee772b;
  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;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
#header.h-header .logo img {
  height: 60px;
  width: auto;
}
#index-body .i-num {
  background: #ee772b;
  padding: 20px 0;
}
#index-body .i-num .column {
  position: relative;
}
#index-body .i-num .column:after {
  content: '';
  position: absolute;
  width: 41px;
  height: 2px;
  background: #fff;
  right: -20px;
  top: 20px;
}
#index-body .i-num .column:nth-child(4):after {
  display: none;
}
#index-body .i-num .column h4 {
  text-align: center;
  color: #fff;
}
#index-body .i-num .column h4 i {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
#index-body .i-num .column p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
#index-body h2.h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #333333;
}
#index-body p.p {
  text-align: center;
  color: #948e91;
  padding: 15px 28%;
  line-height: 25px;
}
#index-body .i-others {
  padding: 40px 0;
  background: #f2f7f8;
}
#index-body .i-others .grid-box .column {
  padding: 0 15px;
  position: relative;
}
#index-body .i-others .grid-box .column img {
  width: auto;
}
#index-body .i-others .grid-box .column .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  z-index: 1;
  top: 0;
  left: 0;
}
#index-body .i-others .grid-box .column .layer img {
  display: block;
  margin: 0 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-others .grid-box .column .layer:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-others .grid-box .column .layer h2 {
  color: #f2f7f8;
  font-size: 16px;
  padding: 10px 0 5px;
}
#index-body .i-others .grid-box .column .layer p {
  color: #ee772b;
  font-size: 13px;
  text-transform: capitalize;
}
#index-body .i-news {
  padding: 56px 0;
}
#index-body .i-news h3.h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #949191;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#index-body .i-news .new-list {
  margin-top: 40px;
}
#index-body .i-news .new-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-news .new-list .swiper-slide .img-box .text {
  padding: 20px;
  background: #f3f1f1;
  position: relative;
  z-index: 8;
}
#index-body .i-news .new-list .swiper-slide .img-box .text h2 a {
  font-size: 17px;
  color: #373737;
}
#index-body .i-news .new-list .swiper-slide .img-box .text p {
  line-height: 22px;
  color: #a0a0a0;
  padding: 5px 0;
}
#index-body .i-news .new-list .swiper-slide .img-box .text time {
  display: block;
  color: #a0a0a0;
}
#index-body .i-product {
  background: #f6f7f9;
}
#index-body .i-product h2 {
  color: #000000;
}
#index-body .i-product .i-pro-bg {
  width: 100%;
  background: url(../images/pro-bg_02.jpg) repeat-y center;
}
#index-body .i-product .i-pro-bg .grid-box2 {
  padding-top: 30px;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-img {
  width: 50%;
  float: left;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text {
  width: 50%;
  float: right;
  padding-top: 5%;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text .text {
  width: 60%;
  background: #fff;
  padding: 3% 6%;
  margin-left: -50px;
  position: relative;
  z-index: 8;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text .text h3 {
  color: #ee772b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text .text h2 {
  font-size: 24px;
  color: #494949;
  margin-top: 5px;
  font-weight: bold;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text .text p {
  line-height: 25px;
  color: #494949;
  font-weight: bold;
  margin: 20px 0;
}
#index-body .i-product .i-pro-bg .grid-box2 .i-text .text a.more {
  display: block;
  width: 147px;
  height: 47px;
  margin-top: 5px;
  line-height: 43px;
  text-align: center;
  border: 2px solid #ee772b;
  color: #ee772b;
  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-bg .grid-box2 .i-text .text a.more:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #ee772b;
  color: #fff;
}
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-img {
  float: right;
}
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text {
  float: left;
}
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text {
  float: right;
  margin: 0 -50px 0 0;
}
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text h2,
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text h3,
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text p {
  text-align: right;
}
#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text a.more {
  float: right;
}
.top {
  background: #ee772b;
  padding: 10px 0;
}
.top img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#footer a:hover {
  color: #ee772b !important;
}
#footer .footer-top {
  background: #2c2c2c;
  padding: 36px 0;
}
#footer .footer-top .column{
	width:37%;
}
#footer .footer-top .column.i-qr{
	width:26%;
}
#footer .footer-top h2 {
  font-size: 16px;
  color: #ee772b;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  position: relative;
}
#footer .footer-top h2:after {
  content: '';
  position: absolute;
  width: 39px;
  height: 3px;
  background: #7d7d7d;
  left: 0;
  bottom: 0;
}
#footer .footer-top h2 span {
  color: #7d7d7d;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
#footer .footer-top .i-contact ul {
  padding-left: 30px;
  background: url(../images/bt_03.jpg) no-repeat left top;
}
#footer .footer-top .i-contact ul li {
  line-height: 32px;
}
#footer .footer-top .i-qr .div {
 width:40%;float:left;margin-right:20px;
}
#footer .footer-top .i-qr .div img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#footer .footer-top .i-qr .div p {
  text-align: center;
  color: #7d7d7d;
  margin-top: 10px;
}
#footer .footer-top .icon {
  margin-top: 15px;
}
#footer .footer-top .icon .fa {
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#footer .footer-top .icon .fa:hover {
  background: #ee772b;
}
#footer .footer-top ul li {
  line-height: 30px;
  color: #fff;
}
#footer .footer-top ul li a {
  color: #fff;
}
#footer .footer-top ul li a:hover {
  color: #ee772b;
}
#footer .footer-bottom {
  border-top: 1px solid #565656;
  background: #2c2c2c;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #ffffff;
}
#footer .footer-bottom img{
	width:auto;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
.inner-banner {
  position: relative;
}
.inner-banner h3{
  position: absolute;
  bottom: 160px;
  left: 0px;
  text-align: center;
  width:100%;
  color:#ee772b;
  font-size:40px;
  font-weight:bold;
}
.bread-crumbs{
  position: absolute;
  bottom: 120px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
}
.bread-crumbs a,span{
  font-size: 18px;
}
.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ee772b;
  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: #ee772b;
  color: white;
}
.inner-page div#nav {
border-bottom: 1px solid #e2dddd;
background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
  margin: 0 0 0;
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 14px;
  color: #000;
  line-height: 60px;
  padding: 0 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: #ee772b;
  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;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.inner-banner .init-2 .map{
	position:relative;	
}
.inner-banner .init-2 .map .layer{
	background:url(../images/mapbg.png) no-repeat;
	background-size:cover;
	position:absolute;
	width:100%;
	height:240px;
	left:0; top:0;
	z-index:7;
}
.ajax-box{
  display: none;
}
.about-page .why-boxs{
  padding: 0px 14% 130px 14%;
}

 .why-tu {
  width: 42%;
}
 .text-boxs {
  width: 58%;
}
 .text-boxs .text-box {
  padding-top: 30px;
}
.text-boxs .text-box .num {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin: 7px 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  height: 165px;
}
.text-boxs .text-box .num h4 {
  font-size: 43px;
  font-family: 'Fjalla-one';
  color: #1490d7;
  width: 16%;
  display: inline-block;
  vertical-align: top;
}
.text-boxs .text-box .num .text {
  width: 82%;
  display: inline-block;
}
.text-boxs .text-box .num .text h3 {
  font-size: 18px;
  font-family: 'Fjalla-one';
  margin-bottom: 10px;
  text-transform: uppercase;
}
.text-boxs .text-box .num .text p {
  font-size: 14px;
}
.text-boxs .text-box .num-bg {
  background-color: #e4e4e4;
}

.in-about-about-text{
  padding: 0px 0px;
}
.in-about-about-text .down-box{
  display: inline-block;
  text-align: center;
}
.in-about-about-text .down-box h4{
  font-size: 18px;
}
.in-about-about-text .down-box .d-more a{
  width: 125px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  background-color: #f8ce67;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.inner-page,.inner-page{
}
.product-page {

}
.product-page .init-3{
  padding-top: 50px;
}
.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") #1490d7 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: #f8ce67;
}
.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: #f8ce67;
  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;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-prev{
  background:url('../images/pro-left.png') no-repeat center;
}
.product-page .init-2 ul button.slick-next{
  background:url('../images/pro-right.png') no-repeat center;
}



.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-next {
  right: 10px;
}

.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.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: #000;
  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: #f8ce67;
}
.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;
  display: none !important;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: Icons;
  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: #f8ce67;
}
.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: 43%;
  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: 40%;
  display: inline-block;
  vertical-align: top;
  padding-left: 3%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #545454;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #585858;
 
  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: #fff;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #ee772b;
  color: #fff;
  margin-top: 20px;
}
.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: #f8ce67;
  color: white;
  border-color: #f8ce67;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #545454;
}
.prodet-page .init-3 .init-3-bottom ul li {

}
.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 td {
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #ee772b;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ee772b;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #585858;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
  outline:none;
}
.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: #fff;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #f8ce67;
}
.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: Icons;
  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-prev{
  background:url('../images/pro-left.png') no-repeat center;
}
.prodet-page .init-4 ul button.slick-next{
  background:url('../images/pro-right.png') no-repeat center;
}
 #cs {
  width: 100%;
  margin-bottom: 20px;
}
 #cs td,
 #cs th{
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -96px 0 0 100px;
}
.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;
}

.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-prev {
  left: -30px;
}

.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}

.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: #000;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #585858;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul .column img{
  width:120px;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: #000;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: #000;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #f8ce67;
}
.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: #000;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom:1px solid #989494;
}
.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 img{
  width:auto;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: #424346 1px solid;
  width: 100%;
  padding: 0 10px;
color: #424346;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: #fff;
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: #fff;
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #da251d;
}
.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: #ee772b;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
color: #fff;
}
.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;
  color: #d2d2d4;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam img{
  width: auto;
}
.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;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 20px;
  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: #f8ce67;
}

.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;
   font-size: 22px;
}
.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: 14px;
  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: #f8ce67;
}

.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 .new-tu{
  width: 30%; 
  float: left;
}
.news-page .init-2 ul.newslist li .text{
  width: 67%;
  float: right;
}

.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: 14px;
  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: #f8ce67;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 28px;
  color: #000;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #000;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
  color: #000;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #000;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #000;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #000;
}
.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 {
    width: 32%;
    float: left;
    padding: 15px 10px;
    border: solid 1px #e4e0e0;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
}
.picture-page .init-2 ul.picture li:nth-child(4n){
  margin-right: 0;
}
.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;
}
.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: #f8ce67;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 { 

	margin-top:70px;
	padding:50px 0px 60px;
	background: #f3f3f3;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #4f4f54;
  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: #4f4f54;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #ababad;
  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;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
}
.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: 90px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.in-about-about-text p{
  color: #000;
	line-height:30px;
}
.button-group .button{
  background-color: #ee772b !important;
}



.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -95px 0 0 100px;
}
.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;
}

.a-factory .img-box{
  position:relative;
}
.a-factory .img-box .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 119, 43, 0.60);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
}
.a-factory .img-box .hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
    border: solid 1px #dedede;
}
.a-factory .img-box:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.a-factory .img-box:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.a-factory .img-box .hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.a-factory .img-box .hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}
.a-factory .img-box .hover-box a.zoom {
    margin-left: -25px;
    background: url('../images/zoom.png') center center no-repeat;
}
.init-2 .a-factory .img-box .hover-box a.zoom {
    left: 50%;
}

.scroll {
    width: 79px;
    height: 79px;
    background: url(../images/up.png) no-repeat center;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 100px;
    bottom: 50px;
    cursor: pointer;
    font-size: 20px;
    z-index: 999;
}


.faq-page .faq-list {
  padding: 10px 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #ee772b;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}
.app-page{
		padding:40px 0 60px;
	}
	.menu-sidebar{
		margin:40px 0 20px;
	}
	.menu-sidebar ul li{
		float:left; width:14.28%; 
    text-align: center;
    cursor: pointer;
    line-height: 60px;
	}
	.menu-sidebar ul li a{
		display:block; 
		background: #d2d2d3;
		color: #4e4e4e;font-size: 20px;
		font-weight: bold;
	}
	.menu-sidebar ul li a:hover,.menu-sidebar ul li a.active{
		background: #ee782b; color:#fff;
	}

.prodetFeedback {
  padding: 44px 0 64px;
  background: #fff;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: times new roman;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: times new roman;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #3287c8;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #3287c8;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: times new roman;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #ee772b url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}



.app-page .table table tr td{
	padding:8px; height:auto !important;
}
.app-page .table table tr:nth-child(odd){
	background:#eee;
}
.app-page .table table tr:nth-child(even){
	background:#fff;
}

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -95px 0 0 100px;
}
.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;
}

/* history */
.history-page{
	 padding:0 0 100px;
}
.history-wrap { position:relative; margin-top:40px;}
.history-wrap .history-year {position:absolute;top:0px;left:50%;margin-left:-600px;}
.history-wrap .history-year .year-item {width:150px;height:34px;line-height:34px;text-align:center;}
.history-wrap .history-year .year-item a {display:block;font-size:18px;color:#837441;}
.history-wrap .history-year .year-item.on a {background-color:#766c4a;color:#fff;}
.history-wrap .history-year.fixed{position:fixed;top:15px;}

.history-wrap .history-type {padding-left:184px;}
.history-wrap .history-list .list-item {position:relative; background:url(../images/bg_line_type03.png) repeat-y 0 0;}
.history-wrap .history-list .list-item:last-child {padding-bottom:0;}
.history-wrap .history-list .list-item:after {display:block;clear:both;content:"";}
.history-wrap .history-list .img-mb {position:relative;float:right;width:484px;padding-bottom:80px;box-sizing:border-box;}
.history-wrap .history-list .img-mb img{
	margin:50px;
}
.history-wrap .history-list .img-mb .img-history {position:absolute;top:0;right:0;}
.history-wrap .history-list .history-tit {float:left;width:532px;box-sizing:border-box;padding:0 40px;background:url(../images/bg_line_type02.png) no-repeat 0 20px;font-weight:bold;font-size:50px;color:#e8781a;font-family:'Myriad Pro Light';}
.history-wrap .history-list .history-tit .history-tit02 {display:block;font-weight:normal;font-size:28px;color:#e8781a;font-family:'YoonDisplay740';}
.history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 0;}

.history-wrap .history-sub-list {float:left;width:532px;box-sizing:border-box;margin-top:15px;padding:0 40px;}
.history-wrap .history-sub-list .txt-year {font-size:24px;color:#444}
.history-wrap .history-sub-list .txt-con {margin:10px 0;line-height:25px;color:#767676;}

.history-wrap .history-bg {position:relative;margin-top:100px;}
.history-wrap .history-visual {text-align:center;padding:30px 0;width:687px;position:absolute;top:50%;left:50%;background:url(../images/bg_alpha.png) repeat 0 0;margin:-100px 0 0 -350px;border:13px solid #e1e4e4;border:13px solid rgba(228,229,231, .5);}
.history-wrap .history-visual-tit {display:block;position:relative;padding-bottom:15px;margin-bottom:15px;text-align:center;font-size:32px;font-family:'Myriad Pro Light';color:#766c4a;}
.history-wrap .history-visual-tit:after {display:block;position:absolute;bottom:0;left:50%;width:46px;height:1px;margin-left:-23px;background:#d0cfce;content:"";}
.history-wrap .history-visual-txt {line-height:25px;font-size:16px;color:#666;}

@media all and (max-width:1200px){

  .history-wrap {padding:60px 30px 0 0;}
  .history-wrap .history-year {position:absolute;top:60px;left:20px;margin-left:0;}
  .history-wrap .history-year .year-item {width:80px;}
  .history-wrap .history-year.fixed{position:fixed;top:15px;}
  .history-wrap .history-type {padding-left:115px;}

  .history-wrap .history-list .list-item {padding-bottom:70px;}
  .history-wrap .history-list .img-mb {width:45%}
  .history-wrap .history-list .history-tit {width:55%;font-size:30px;padding:0 25px;background:url(../images/bg_line_type02.png) no-repeat 0 10px;}
  .history-wrap .history-list .history-tit .history-tit02 {font-size:19px;}
  .history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 -12px;}

  .history-wrap .history-sub-list {width:55%;padding:0 25px;}
  .history-wrap .history-sub-list .txt-year {font-size:15px;color:#444}
  .history-wrap .history-sub-list .txt-con {margin:5px 0;font-size:13px;}

  .history-wrap .history-bg {margin-top:70px;}
  .history-wrap .history-visual {padding:25px 0;width:545px;margin:-78px 0 0 -284px;border:12px solid rgba(228,229,231, .5);}
  .history-wrap .history-visual-tit {padding-bottom:10px;margin-bottom:10px;font-size:28px;}
  .history-wrap .history-visual-txt {line-height:22px;font-size:14px;}

}

@media all and (max-width:767px) {
  .history-wrap {padding:27px 0 0 0;}
  .history-wrap .history-year {position:absolute;top:30px;left:15px;margin-left:0;}
  .history-wrap .history-year .year-item {width:60px;height:25px;line-height:25px;}
  .history-wrap .history-year .year-item a {font-size:13px;padding-top:2px;}
    .history-wrap .history-year.fixed{position:fixed;top:15px;}
  .history-wrap .history-type {padding-left:88px;padding-right:15px;}

  .history-wrap .history-list .list-item {padding-bottom:30px;}
  .history-wrap .history-list .history-tit {width:100%;font-size:16px;background:url(../images/bg_line_type02.png) no-repeat 0 7px;padding-left:23px;}
  .history-wrap .history-list .history-tit .history-tit02 {font-size:14px;line-height:20px;}
  .history-wrap .history-list .img-mb {width:100%;padding-bottom:0;}
  .history-wrap .history-list .img-mb .img-history {position:static;}
  .history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 -14px;}

  .history-wrap .img-mb {margin-top:10px;padding-left:25px;}
  .history-wrap .history-sub-list {width:100%;margin-top:0;padding-top:10px;}
  .history-wrap .history-sub-list .txt-year {font-size:13px;}
  .history-wrap .history-sub-list .txt-con {margin:5px 0;line-height:18px;font-size:12px;}

  .history-wrap .history-bg {position:relative;margin-top:30px;}
  .history-wrap .history-visual {padding:12px 15px;width:230px;position:absolute;top:50%;left:50%;margin:-70px 0 0 -140px;border:10px solid rgba(228,229,231, .5);}
  .history-wrap .history-visual-tit {position:relative;padding-bottom:8px;margin-bottom:10px;font-size:20px;}
  .history-wrap .history-visual-txt {line-height:15px;font-size:11px;}
  .history-wrap .history-visual-txt br {display:none;}
	.history-wrap .history-list .img-mb img{
	margin:5px;
}
	.history-wrap .history-sub-list {
    padding: 0 10px;
}
}

.culture-list1 {
  padding: 3rem 0 4rem;
  line-height: 1.5;
  background: url(../img/culture-list-bg.jpg) center no-repeat;
  background-size: cover !important; }
  .culture-list1 .list-left {
    position: relative;
    float:left;
    width: 40%; 
	  float:left;
}
  .culture-list1 .list-right {
    float:right;
    width: 60%; 
	  padding-left:5%;
	  float:right;
	  padding-top:100px;
}
.culture-list1 .text-item .cn-font18{
	word-break:break-all;
}
  .culture-list1 .text-item {
    margin-bottom: 2rem; }
    .culture-list1 .text-item:last-child {
      margin-bottom: 0; }
  .culture-list1 .list-poa-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 430px;
    height: auto;
    transform: translate(40%, 74%); }
.cn-font32 {
    font-size: 32px;
}
.colormc {
    color: #ee772b;
	font-weight:bold;
}
.cn-font18 {
    font-size: 18px;
}
.color8 {
    color: #888;
}

/* add */
.network-page {
  padding: 0 0 40px;
}
.network-page .list {
  margin-top: 70px;
}
.network-page .list ul li {
  margin-bottom: 35px;
}
.network-page .list ul li:last-child {
  margin-bottom: 0;
}
.network-page .list ul li h5 {
  font-size: 14px;
  color: #2e80ec;
}
.network-page .list ul li .title {
  width: 30%;
  position: relative;
  padding-left: 80px;
  vertical-align: middle;
}
.network-page .list ul li .title i {
  position: absolute;
  left: 0;
  top: 0;
}
.network-page .list ul li .line {
  width: 50%;
  vertical-align: middle;
}
.network-page .list ul li .line span {
  display: block;
  padding: 6px 18px;
  border-radius: 13px;
  -moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
}
.network-page .list ul li .line span i {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: #2e80ec;
  width: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.network-page .list ul li .tag {
  width: 20%;
  vertical-align: middle;
  padding-left: 35px;
}
.network-page .list ul li:nth-child(1) .line span i {
  background: #2e80ec;
}
.network-page .list ul li:nth-child(1) .line span.active i {
  width: 70%;
}
.network-page .list ul li:nth-child(2) .line span i {
  background: #a5a5a5;
}
.network-page .list ul li:nth-child(2) .line span.active i {
  width: 50%;
}
.network-page .list ul li:nth-child(3) .line span i {
  background: #ffc000;
}
.network-page .list ul li:nth-child(3) .line span.active i {
  width: 30%;
}
.network-page .list ul li:nth-child(4) .line span i {
  background: #71a445;
}
.network-page .list ul li:nth-child(4) .line span.active i {
  width:20%;
}


.range-box{
    padding: 25px 30px 40px;
    background-color: #fff;
    margin-top: 75px;
}
.range-box .tit{
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.range-box .list{
    margin-top: 25px;
}
.range-box .item{
    padding: 0 12px;
    transition: all .2s;
    width: 20%;
    float: left;
}
/* .range-box .item:hover{
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
} */

.range-box .item img{
    width: 100%;
}
.range-box .item .con-box{
    display: block;
    padding: 15px 0 6px;
    border-bottom: 1px solid #eee;
    transition: all .2s;
}
.range-box .item .con-box .txt{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

/* add2021.6.11 */
/* .w1400 {
    width: 1400px;
} */
.w1400, .w92 {
    margin-left: auto;
    margin-right: auto;
}
.ability-list2 {
  line-height: 1.5;
  flex-wrap: nowrap; }
  .ability-list2 .list-left {
    position: relative;
    flex: 0 0 calc(100% - 640px);
    width: calc(100% - 640px);
    position: relative; }
  .ability-list2 .list-right {
    padding: 4rem 0;
    flex: 0 0 540px;
	  margin-right: 40px;
    width: 50%; }
  .ability-list2 .ability-list2-man {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% + 100px);
    height: auto; 
	  margin-top:181px;
}
  .ability-list2 .cn-font18 {
    margin: .9rem 0 2.1rem; }
  .ability-list2 .num-item {
    text-align: center;
    flex: 1;
    line-height: 1.1;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .ability-list2 .num-item:first-child {
      border-left: none; }
  .ability-list2 .num-txts {
    display: block; }
  .ability-list2 .num-num0 {
    margin-bottom: 10px;
    display: block; }

.ability-list3 {
  padding: 2rem 0;
  line-height: 1.5;
  flex-wrap: nowrap; }
  .ability-list3 .list-left {
    position: relative;
    flex: 0 0 auto;
    width: auto; }
  .ability-list3 .list-right {
    flex: 0 0 840px;
    width: 840px;
    margin-left: 2rem; }
  .ability-list3 .text-item {
    margin-bottom: .5rem;
    flex: 0 0 auto;
    margin-right: 2.2rem; }
    .ability-list3 .text-item:nth-child(3n) {
      margin-right: 0; }
  .ability-list3 .text-item-wrap {
    margin-bottom: 1rem; }
  .ability-list3 .cn-font13 {
    line-height: 26px; }
  .ability-list3 .cn-font17 {
    line-height: 18px; }
  .ability-list3 .cn-font16 {
    line-height: 2; }
  .ability-list3 .item-ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px; }
  .ability-list3 .item-content {
    position: relative;
    padding-left: 74px; }
.bgf9 {
    background: #f9f9f9;
}
.colorf {
    color: #fff;
}
.cn-font42 {
    font-size: 28px;
}
.moudle-titles1 .moudle-font42 {
    font-size: 28px;
    line-height: 1.3;
}

@media screen and (max-width: 1380px) {
  #header .nav .menu-box .menu > li {
    margin: 0 20px;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text {
    width: 90%;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text {
    padding-top: 3%;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text {
    width: 100%;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text p {
    margin: 5px 0;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text h2 {
    font-size: 18px;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text a.more {
    display: block;
    width: 110px;
    height: 38px;
    line-height: 34px;
  }
	.culture-list1 .list-right{
		padding-top:0 !important;
	}
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body h2.h2 {
    font-size: 30px;
  }
  #footer .footer-top .grid-box.three > .column {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-num .column {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-num .column:nth-child(2):after {
    display: none;
  }
  #index-body .i-num .column h4 i {
    font-size: 25px;
  }
	.cn-font32 {
    font-size: 20px;
}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .i-num {
    padding: 8px 0;
  }
  #index-body .i-num .column h4 i {
    font-size: 20px;
  }
  #index-body .i-num .column p {
    font-size: 14px;
    margin-top: 5px;
  }
  #index-body .i-others .grid-box .column {
    padding: 0;
    position: relative;
/*     width: 100%; */
    margin-bottom: 20px;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body p.p {
    padding: 15px 2%;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-img,
  #index-body .i-product .i-pro-bg .grid-box2 .i-text {
    width: 100%;
  }
  #index-body .i-product .i-pro-bg .grid-box2 .i-text .text {
    width: 100%;
    margin-left: 0;
  }
  #index-body .i-product .i-pro-bg .grid-box2:nth-child(2) .i-text .text {
    margin: 0;
    width: 100%;
  }
  #footer .footer-top .grid-box.three > .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top .grid-box.three > .column.i-qr {
    display: none;
  }
  .mlztx {
    display: none;
  }
  #index-body .i-news {
    padding: 26px 0;
  }
  .f-tel {
    display: none;
  }
  .inner-page div#nav ul.ui li{
    width: 50%;
  }
  .about-page-company .init-2 ul li{
    width: 100%;
  }
  .picture-page .init-2 ul.picture li{
    width: 49%;
  }
  .picture-page .init-2 ul.picture li:nth-child(2n){
    margin-right: 0;
  }
  .product-page .init-3 ul li {
    width: 49%;
  }
  .product-page .init-3 ul li:nth-child(2n){
    margin-right: 0;
  }
  .prodet-page .init-2 .prodet-img{
    width: 100%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
}
.news-page .init-2 ul.newslist li .new-tu{
  display: none;
}
.news-page .init-2 ul.newslist li .text{
  width: 100%;
}
.news-page .init-2 ul.newslist li h2 a {
    color: inherit;
    font-size: 18px;
}
.newsdet-page .init-2 div.newsdet h1{
  font-size: 18px;
}
.contact-page .init-1 ul li{
  width: 50% !important;
}
.contact-page .init-1 h2 {
    font-size: 20px;}
    .prodet-page .init-2 .prodet-scroll{
      display: none;
    }
	#index-body .i-product .i-pro-bg .grid-box2:nth-child(2n) .i-text .text {
    margin: 0;
}
	.in-about-about-text table tr td{
		display:block;
		width:100% !important;
	}
	.inner-banner h3{
		bottom:60px;
		font-size:20px;
	}
	.history-wrap .history-list .img-mb img {
    margin: 0;
}
	.menu-sidebar ul li a{
		font-size:14px;
	}
	.app-page .table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
}

@media screen and (max-width: 700px) {
	#index-body .i-others,
	#footer .footer-top{
		display:none;
	}
	#index-body .i-product{
		padding-top:30px;
	}
	.about-page-company .init-2 h2{
		font-size:20px;
	}
	.culture-list1 .list-left,
	.culture-list1 .list-right{
		width:100%;
		padding:0;
		margin-bottom:20px;
	}
	.menu-sidebar ul li{
		width:25%;
	}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}
#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	
	.bread-crumbs{
		bottom:18px;
		font-size:14px;
	}
}

@media screen and (max-width: 500px) {
		.menu-sidebar ul li{
		width:50%;
	}	
	}


