
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
n {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 999;
  display: none;
}
.product-down.active{
  display: block;
}
.product-down .grid-box .column {
  width: 60%;
  vertical-align: top;
}
.product-down .grid-box .column:nth-child(1) .grid-box .column {
  width: 50%;
  padding: 50px 30px;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.product-down .grid-box .column:nth-child(1) .grid-box .column h2 {
  font-size: 20px;
  margin: 10px 0;
  text-align: left;
}
.product-down .grid-box .column:nth-child(1) .grid-box .column p {
  padding: 0;
  color: #585858;
  font-size: 14px;line-height: 20px; text-align: left; height: 43px; overflow: hidden;
}
.product-down .grid-box .column:nth-child(1) .grid-box .column:hover h2 {
  color: #1d82b6;
}
.product-down .grid-box .column:nth-child(2) {
  width: 40%;
  padding: 20px 40px;
}
.product-down .grid-box .column:nth-child(2) img {
  display: block;
}
.product-down .grid-box .column:nth-child(2) p {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #585858;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes myMove {
  0% {
    top: 0px;
  }
  50% {
    top: 18px;
  }
  100% {
    top: 0px;
  }
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat fixed;

  height:450px;
  padding-top: 5%;
 
color: #fff;
}
.inner-banner .container {
  width: 80%;
}
.inner-banner .container h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;  
  padding-bottom: 10px;
}
.inner-banner .container h2:after {
  content: '';
  position: absolute;
  background: #0084ca;
  width: 100px;
  height: 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mbx{
  padding: 15px 0;
      background: #f6f6f6;
}
.mbx .container{
  width: 82%;
}
.mbx a,.mbx span{
  font-size: 18px;
  color: #666;
}
.mbx a:hover,.mbx span{
  color: #0084ca;
}
.inner-page {
  padding: 50px 0;
}
.inner-page .container {
  width: 82%;
}
.inner-page .container h2.tit {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 30px 0;
}
.inner-page .container .sidebar-fl {
  width: 22%;
}
.inner-page .container .sidebar-fl .form {
  position: relative;
}
.inner-page .container .sidebar-fl .form input {
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
}
.inner-page .container .sidebar-fl .form input[type="submit"] {
  width: 30%;
  background: #3a72c7 url(../images/tc-zoom-white.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-page .container .sidebar-fl .latest-news {
  padding-top: 30px;
}
.inner-page .container .sidebar-fl .latest-news h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.inner-page .container .sidebar-fl .latest-news ul li {
  margin-bottom: 12px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column {
  width: 45%;
  vertical-align: middle;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) {
  width: 55%;
  padding-left: 20px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) time {
  color: #0084ca;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
}
.inner-page .container .sidebar-fl .latest-news ul li:hover h2 {
  color: #0084ca;
}
.inner-page .container .sidebar-fl .side-contact {
  margin-top: 70px;
  padding: 30px;
  background: url(../images/side-bg_03.jpg) no-repeat center;
  background-size: cover;
}
.inner-page .container .sidebar-fl .side-contact h2 {
  font-size: 28px;
  color: #0084ca;
  margin-bottom: 40px;
}
.inner-page .container .sidebar-fl .side-contact p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.inner-page .container .sidebar-fl .side-contact p a {
  color: #0084ca;
}
.inner-page .container .sidebar-fl .side-contact .text {
  margin-top: 70px;
}
.inner-page .container .sidebar-fl .side-contact a.call {
  margin: 30px auto 0;
  display: block;
  width: 100%;
  height: 58px;
  margin-top: 40px;
  line-height: 58px;
  background: #0084ca;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.inner-page .container .page-right {
  width: 78%;
  padding-left: 8%;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #017bc5;
  border-color: #017bc5;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .box {
  background: #fff;
  padding: 40px;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #0084ca none repeat scroll 0 0;
  border: 2px solid #0084ca;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #0084ca none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .text{    
  max-height: 500px;
  overflow-y: auto;
    }
.about-page .about-1 .text p {
  line-height: 30px;
  font-size: 16px;
  margin: 25px 0;
}
.about-page {
  padding-bottom: 0;
  background: #f6f6f6;
}
.about-page .about-2 .grid-box .column {
  text-align: center;
}
.about-page .about-2 .grid-box .column h2 {
  font-size: 48px;
  color: #382f2e;
  font-weight: 700;
}
.about-page .about-2 .grid-box .column h2 a {
  position: relative;
}
.about-page .about-2 .grid-box .column p {
  font-size: 16px;
}
.about-page .about-3-honor {
  padding: 30px 0;
}
.about-page .about-3-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding: 20px 0;
}
.about-page .about-4 .box {
    height: 660px;
    position: relative;
    top: 0;
}
.about-page .about-4 .factory-list ul li {
  padding: 0 10px;
}
.about-page .about-4 .more {
  margin: 30px auto 0;
  display: block;
  width: 270px;
  height: 58px;
  margin-top: 70px;
  line-height: 58px;
  background: #0084ca;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-page .about-5 {
  margin-top: 50px;
}
.about-page .about-5 .about5-list ul li .img-box {
  position: relative;
}
.about-page .about-5 .about5-list ul li .img-box .layer {
  padding-top: 32%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-page .about-5 .about5-list ul li .img-box .layer p {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.news-page .grid-box.two .column ul li {
  margin-bottom: 50px;
}
.news-page .grid-box.two .column ul li .img-box {
  position: relative;
}
.news-page .grid-box.two .column ul li .img-box .text {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.news-page .grid-box.two .column ul li .img-box .text time {
  color: #0084ca;
}
.news-page .grid-box.two .column ul li .img-box .text h2 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 700;
}
.news-page .grid-box.two .column ul li .img-box .text p {
  line-height: 30px;
  margin: 10px 0;
}
.news-page .grid-box.two .column ul li .img-box .text a.more {
  text-transform: uppercase;
  font-weight: 700;
}
.news-page .grid-box.two .column ul li .img-box .text a.more .fa {
  margin-left: 10px;
  font-size: 20px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more:hover {
  color: #0084ca;
}
.news-page .grid-box.two .column ul li .img-box:hover h2 {
  color: #0084ca;
}
.newdet-page{
  background: #f6f6f6;
}
.newdet-page .page-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.newdet-page .page-right time {
  font-size: 15px;
  color: #737777;
}
.newdet-page .page-right .content{
  padding: 40px;
  background: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.newdet-page .page-right .content .news_next{
  margin-top: 30px;
}
.factory-page {
  background: #f5f5f5;
}
.factory-page .factory-part {
  padding: 50px 0;
}
.factory-page .factory-part .tit {
  text-align: center;
}
.factory-page .factory-part .tit h2 {
  color: #2a2a2a;
  font-size: 44px;
}
.factory-page .factory-part .tit p {
  color: #666;
}
.factory-page .factory-part .factory-part-list {
  margin-top: 20px;
}
.factory-page .factory-part .factory-part-list ul li {
  padding: 0 2px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text h2 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text p {
  color: #666;
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.product-page {
  background: #f6f6f6;
}
.product-page .pro-sidevar {
  margin-bottom: 120px;
}
.product-page .pro-sidevar h2 {
  color: #c7c7c7;
  font-size: 28px;
  text-transform: uppercase;
}
.product-page .pro-sidevar #inner-nav{
  margin: 30px 0;
}
.product-page .pro-sidevar #inner-nav ul li{
  color: #676a6c;
  font-size: 22px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
}
.product-page .pro-sidevar #inner-nav ul li:after{ 
  content: '';position: absolute;
  width: 14px;
  height: 1px;
  background: #676a6c;
  left:0;
  top:15px;
  }
  .product-page .pro-sidevar #inner-nav ul li ul{
    margin:10px 0;
  }
.product-page .pro-sidevar #inner-nav ul li li{
  font-weight: 500;
  font-size: 18px;
  color: #9d9d9d;
  padding-left: 0;
}
.product-page .pro-sidevar #inner-nav ul li li:after{
    display: none;
}

.product-page .page-right .grid-box.three .column {
  padding: 0 1px 1px;
}
.product-page .page-right .grid-box.three .column .box {
  background: #fff;
  position: relative;
}
.product-page .page-right .grid-box.three .column .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .img-box{padding:10px 30px;}
.product-page .page-right .grid-box.three .column .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.product-page .page-right .grid-box.three .column .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
}
.product-page .page-right .grid-box.three .column .box .text p {
  color: #565656;
  line-height: 40px;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #0084ca;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.product-page .page-right .grid-box.three .column:hover .box:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box:before {
  height: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:before {
  height: 100%;
}

.prodet-page .page-right .init-1 {
  margin-bottom: 30px;
}
.prodet-page .page-right .init-1 .column {
  vertical-align: top;
}
.prodet-page .page-right .init-1 .column:nth-child(2){
  padding-left: 30px;
}
.prodet-page .page-right .init-1 .column h2 {
  font-size: 24px;
  color: #7d7878;
}
.prodet-page .page-right .init-1 .column h2 span {
  color: #65a5d0;
}
.prodet-page .page-right .init-1 .column h3 {
  font-size: 20px;
  color: #000000;
}
.prodet-page .page-right .init-1 .column h4 {
  font-size: 24px;
  color: #000000;
}
.prodet-page .page-right .init-1 .column p {
  margin-top: 30px;
  line-height: 30px;
}
.prodet-page .page-right .init-1 .column .det-contact{
  margin-top: 50px;
}
.prodet-page .page-right .init-1 .column .det-contact a{
  display: block; width: 175px; height: 60px;line-height: 58px; 
  background: #5296cc; text-align: center; font-size: 18px; 
text-transform: uppercase; color: #ffffff;
border: 1px solid #5296cc;
margin-right: 20px;
float: left;
}
.prodet-page .page-right .init-1 .column .det-contact a.more2{
  background: none;
  color: #5296cc;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .prodet-box-two{
  background: #ffffff;
  margin: 20px 0;
  padding: 40px 30px;
}
.prodet-page .prodet-box-two .column {
  width: 25%;
  padding-right: 30px;
  padding-bottom: 30px;
}
.prodet-page .prodet-box-two .column h2 {
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
.prodet-page .prodet-box-two .column h2:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 5px;
  background: #000;
  right: 0;
  top: 10px;
}
.prodet-page .prodet-box-two .prodet1 {
  width: 75%;
}
.prodet-page .prodet-box-two .prodet1 p {
  line-height: 30px;
}
.prodet-page .prodet-box-two .prodet1 table {
  width: 100% !important;
}
.prodet-page .prodet-box-two .prodet1 table tr {
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-box-two .prodet1 table tr td {
  padding: 5px 0;
  font-size: 16px;
}

.prodet-page .inner-prodet-3{
  margin-top: 40px;
}
.prodet-page .inner-prodet-3 ul li{
  padding: 0 10px;
}
.prodet-page .inner-prodet-3 ul li .box {
  background: #fff;
  position: relative;
}
.prodet-page .inner-prodet-3 ul li .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  background: #0084ca;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.prodet-page .inner-prodet-3 ul li .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
}
.prodet-page .inner-prodet-3 ul li .box .text p {
  color: #565656;
  line-height: 40px;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #0084ca;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .inner-prodet-3 ul li:hover .box:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box:before {
  height: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:before {
  height: 100%;
}
.contact-page{
  padding: 0;
}
.contact-page .more {
    margin: 0 auto;
    display: block;
    width: 158px;
    height: 52px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #000;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.init-contact1 {
  padding: 118px 0 60px;
}
.init-contact1 .column {
  width: 60%;
}
.init-contact1 .column:nth-child(1) {
  padding-right: 8%;
}
.init-contact1 .column:nth-child(1) form {
  margin-top: 40px;
}
.init-contact1 .column:nth-child(1) form ul li {
  margin-bottom: 10px;
}
.init-contact1 .column:nth-child(1) form ul li input,
.init-contact1 .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 20px;
  padding-left: 0;
  font-size: 18px;
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-ms-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input[type="submit"] {
  color: #fff;
  background: #017bc5;
  border: none;
  width: 180px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 30px;
}
.init-contact1 .column h2 {
  padding: 20px 0;
 
  font-size: 40px;
  font-weight: bold;
}
.init-contact1 .column p {
  font-size: 18px;
  color: #666666;
  margin: 10px 0;
}
.contact-page .init-contact1 .column:nth-child(2) {
  width: 50%;
  padding-left: 2%;
}
.contact-page .init-contact1 .column:nth-child(2) h2 {

  font-size: 40px;
   font-weight: bold;
}

.contact-page .init-contact1 .column:nth-child(2) .text .map {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  min-height: 300px;
}
.contact-page .init-contact1 .column:nth-child(2) .text p {
 
  color: #333333;
}
.contact-page .init-contact1 .column:nth-child(2) .text p .fa{
  font-size: 20px;
  margin-right: 5px;
  color: #017bc5;
}
.contact-page .init-faq {
  padding: 80px 0 115px;
  background: #f7f7f7;
}
.contact-page .init-faq h2 {
  color: #333333;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase; font-weight: bold;
}

.contact-page .init-faq .faq-list {
  margin-top: 80px;
  padding: 0 8%;
}
.contact-page .init-faq .faq-list ul li {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin: 15px 0;
}
.contact-page .init-faq .faq-list ul li h4 {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-page .init-faq .faq-list ul li h4 .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
}
.contact-page .init-faq .faq-list ul li p {
  line-height: 30px;
  font-size: 16px;
  display: none;
}
.prodet-page .init-contact1{
  padding: 30px 0;
}
.prodet-page .init-contact1 .column:nth-child(1){
  width: 100%;
  padding: 0;
}
/*add*/
.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #017bc5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #017bc5 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3,
  #banner .text p{
    display: none;
  }
}
@media (max-width: 400px) {
#banner .text .play{
  display: none;
}
}
.service2-page{
  padding: 0;
}
.service2-page .container {
  padding: 0 10%;
}
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-4 {
  padding: 40px 0;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.gallery-page .grid-box.four>.column{
  padding: 20px;
}
.gallery-page .grid-box.four>.column .text{
  padding: 20px 0;
  background: #f6f6f6;
  position: relative;
  z-index: 2;
}
.gallery-page .grid-box.four>.column .text h2{
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .about-page .about-5 .about5-list ul li .img-box .layer p {
    font-size: 16px;
  }
  .inner-banner {
    padding-top: 20%;
  }
  .inner-banner .container h2 {
    font-size: 32px;
  }
  .inner-page h3.title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
  }
  .about-page .about-1 .text p {
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 30px;
  }
  .inner-page .container h2.tit {
    font-size: 26px;
  }
   .contact-page .init-contact1 .column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .factory-part .tit h2 {
    font-size: 25px;
  }
  .inner-page .container .sidebar-fl {
    display: none;
  }
  .inner-page .container .page-right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .grid-box.two .column ul li .img-box .text h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
  }

  .product-page .grid-box.four > .column {
    width: 50%;
  }
   .contact-page .init-contact1 .column h2 {
    font-size: 24px;
  }
  .contact-page .init-faq h2 {
    font-size: 30px;
  }
  .contact-page .init-faq .faq-list {
    margin-top: 30px;
    padding: 0;
  }
   .contact-page .init-contact1 {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .container {
    width: 100%;
  }
  .mbx .container {
    width: 100%;
}
.mbx a, .mbx span {
    font-size: 14px;
}
  .inner-page.product-page .container .sidebar-fl{
    display: block;
    width: 100%;
  }
  .inner-page .container .sidebar-fl .side-contact{
    display: none;
  }
  .product-page .pro-sidevar h2,
  .product-page .pro-sidevar #inner-nav ul li{
    font-size: 18px;
  }
  .product-page .pro-sidevar{
    margin-bottom: 30px;
  }
  .prodet-page .page-right .init-1 .column .det-contact a{
    width: 156px;
    font-size: 16px;
    margin-right: 5px;
  }
  .mbx{
    margin-top: 50px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    margin-top: 0;
  }
  .inner-page {
    padding: 10px 0 0;
  }
  .about-page .about-1 {
    padding: 10px 0;
  }
  .about-page .about-1 .left,.service2-page .init-1 .column, .service2-page .init-3 .column,
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    vertical-align: middle;
  }
  .about-page .grid-box.four > .column {
    width: 50%;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .inner-page .container h2.tit,
  .prodet-page .page-right .init-1 .column h2,
  .prodet-page .page-right .init-1 .column h4,
  .init-contact1 .column h2,
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .page-right h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-page .grid-box.four > .column {
    width: 100%;
  }
  .prodet-page .page-right .init-1 .column {
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) .text {
    margin-left: 0;
  }
  .contact-page .init-faq h2 {
    font-size: 20px;
  }
  .contact-page .init-faq .faq-list ul li h4 {
    font-size: 16px;
  }
   .prodet-page .prodet-box-two .column {
    width: 75%;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-box-two .prodet1 {
    width: 100%;
  }
   .product-page .page-right .grid-box.three .column{
    width: 100%;
  }
  .inner-page .m-page a, .inner-page .m-page span{
    margin-bottom: 2px;
  }
  .prodet-page .prodet-box-two .column h2:after{
    width: 50px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
  .design-page .init-2 .grid-box .column:nth-child(1) h3{
    font-size: 20px;
  }
  .design-page .init-2 .grid-box .column{
    width: 100%;
  }
  .design-page .init-2{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .init-contact1 .column:nth-child(1) form ul li input,
  .contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
    font-size: 14px;
  }
  .contact-page .init-faq {
    padding: 30px 0 50px;
  }
  .contact-page .init-contact1 .column:nth-child(2) h2 {
    font-size: 20px;
  }
}


