@charset "utf-8";
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/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-medium';
  src: url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-medium.ttf) format('truetype'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-medium.eot) format('eot'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-medium.woff) format('woff'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-semibold';
  src: url(../fonts/poppins-semibold.ttf) format('truetype'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-semibold.eot) format('eot'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-semibold.woff) format('woff'), url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/fonts/poppins-semibold.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'poppins-regular', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-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 .nav {
  text-align: center;
}
#header .nav .item {
  padding: 0;
}
#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(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/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(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 90px;
  height: 90px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 2.9%;
  text-transform: uppercase;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #000000;
  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: #bd2b24;
}




#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

  color: #bd2b24;
}
#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: 200px;
  background: #bd2b24;
  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;
  text-transform: capitalize;
  background: #bd2b24;
}
#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 .nav .menu-box .menu > li .sub-menu>li .sub-menu{
  padding-left: 25px;
  position: initial;
  background: #bd2b24;
}
#header .nav .menu-box .menu > li .sub-menu>li .sub-menu li a{
  font-size: 14px;
  padding: 10px;
}



#header .logo_div {
  margin-left: 60px;
  margin-top: 15px;
}
#header .logo_div a {
  display: inline-block;
}
#header .logo_div .tel-box {
  display: inline-block;
  text-align: left;
  margin-left: 15px;
  font-size: 16px;
}
#header .logo_div .tel-box p {
  margin-bottom: 5px;
}
#header .lengu {
  height: 90px;
  position: relative;
  padding-right: 100px;
  color: #9b9b9b;
  z-index: 9;
}
#header .lengu a {
  display: inline-block;
  margin: 30px 15px;
  font-size: 18px;
 color: #9b9b9b;
}
#header .lengu .h-search {
  display: inline-block;
  height: 90px;
  padding-top: 30px;
}
#header .lengu .h-search i {
  font-size: 18px;
  cursor: pointer;
}
#index-body .i-why .why-boxs .why-box {
  width: 33.33%;
  float: left;
  height: 275px;
  padding: 15px;
}
#index-body .i-why .why-boxs .why-box .text {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  padding-top: 50px;
}
#index-body .i-why .why-boxs .why-box .text img {
  display: inline-block;
   transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-why .why-boxs .why-box .text h4 {
  font-size: 18px;
 
  text-transform: uppercase;
  margin-top: 15px;
}
#index-body .i-why .why-boxs .why-box .text  a{
   color: #fff;
   display: inline-block;
}
#index-body .i-why .why-boxs .why-box .text a:hover{
   color: #bd2b24;
}
#index-body .i-why .why-boxs .why-box .text a:hover img{
  
  transform: translate(0, -13px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, -13px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, -13px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, -13px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, -13px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}
#index-body .i-why .why-boxs .why-box1{
  background: url('../images/tu1.jpg') no-repeat center;
  background-size: cover;
}
#index-body .i-why .why-boxs .why-box2{
  background: url('../images/tu2.jpg') no-repeat center;
  background-size: cover;
}
#index-body .i-why .why-boxs .why-box3{
  background: url('../images/tu3.jpg') no-repeat center;
  background-size: cover;
}

#index-body .i-why .why-boxs .why-box1:hover{
  background: url('https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/tu11.jpg') no-repeat center;
  background-size: cover;
}
#index-body .i-why .why-boxs .why-box2:hover{
  background: url('https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/tu22.jpg') no-repeat center;
  background-size: cover;
}
#index-body .i-why .why-boxs .why-box3:hover{
  background: url('https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/tu33.jpg') no-repeat center;
  background-size: cover;
}


#index-body .i-product {
  padding: 60px 0px 45px;
  background-color: #f6f6f6;
}
#index-body .i-product .tit {
  margin-bottom: 35px;
}
#index-body .i-product .tit h3 {
  font-size: 39.5px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  background: url("../images/pro_tit_back.png") no-repeat bottom center;
}
#index-body .i-product .pro-lunbo {
  margin: 0px 22px;
}
#index-body .i-product .pro-lunbo .pro-box {
  background-color: #fff;
  border: solid 1px #dedede;
}
#index-body .i-product .pro-lunbo .pro-box .text {
  padding-top: 45px;
  margin-bottom: 15px;
}
#index-body .i-product .pro-lunbo .pro-box .text h3 {
  font-size: 20px;
  font-family: 'poppins-semibold';
  margin-bottom: 12px;
  text-transform: uppercase;
}
#index-body .i-product .pro-lunbo .pro-box .text h3 a {
  color: #000;
}
#index-body .i-product .pro-lunbo .pro-box .text h3 a:hover {
  color: #f03136;
}
#index-body .i-product .pro-lunbo .pro-box .text .more {
  text-transform: uppercase;
  color: #f03136;
  font-family: 'poppins-semibold';
}
#index-body .i-product .pro-lunbo .pro-box .tu img {
  display: inline-block;
}
#index-body .i-mould {
  background-color: #c11321;
  padding: 55px 0px 30px;
}
#index-body .i-mould .tit {
  margin-bottom: 25px;
}
#index-body .i-mould .tit h3 {
  color: #fff;
  font-size: 39.5px;
  text-align: center;
  padding-bottom: 25px;
  background: url("../images/mouid_tit_back.png") no-repeat bottom center;
}
#index-body .i-mould .text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 45px;
}
#index-body .i-mould .text .diyjtp {
  font-size: 16px;
  color: #fff;
  margin-bottom: 45px;
  line-height:1.4285em;
}
#index-body .i-mould .text .diyjtp h1 {
  font-size: 16px;
  display:inline;
}
#index-body .i-mould .text .more {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 35px;
  background: url("../images/mon_back.png") no-repeat right 8px;
}
#index-body .i-about .about-tu{
  position: relative;
}

#index-body .i-about .about-tu .vido-bott{
  display: inline-block;
  position: absolute;
  padding-top: 13%;
  left: 0px;
  right: 0px;
  top: 0px;
}
#index-body .i-about .about-tu .vido-bott img{
  display: inline-block;
}

#index-body .video_layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
#index-body .i_video {
  width: 636px;
  top: 40%;
  left: 54%;
  margin: -250px 0 0 -400px;
  z-index: 1002;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
}
#index-body .i_video,
#index-body .video_layer {
  position: fixed;
  display: none;
}

#index-body .i-about a {
  cursor: pointer;
}

#index-body .i-network {
  padding-top: 60px;
}
#index-body .i-network .tit {
  margin-bottom: 55px;
}
#index-body .i-network .tit h3 {
  color: #494848;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#index-body .i-network .tit p {
  color: #463f35;
  line-height: 20px;
}
#index-body .i-network .net-num-boxs .net-num {
  display: inline-block;
  color: #463f35;
  text-align: center;
  padding: 0px 50px;
}
#index-body .i-network .net-num-boxs .net-num h4 {
  margin-bottom: 10px;
  color: #f40d0d;
  font-size: 26.5px;
}
#index-body .i-network .net-num-boxs .net-num h4 i {
  font-size: 46px;
  color: #463f35;
}
#index-body .i-network .net-num-boxs .net-num p {
  font-size: 18px;
}
#index-body .i-network .tu img {
  margin: 0 auto;
}
#index-body .i-news {
  background-color: #f5f5f5;
  padding: 110px 5% 70px;
}
#index-body .i-news .news-more h3 {
  font-size: 44.5px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
#index-body .i-news .news-more .more {
  color: #000;
  font-size: 21.5px;
  text-transform: uppercase;
  display: inline-block;
  width: 225px;
  height: 60px;
  line-height: 60px;
  background: url("../images/news-back.png") no-repeat bottom left #fff;
  text-align: center;
}
#index-body .i-news .news-box {
  padding: 0px 25px;
}
#index-body .i-news .news-box h3 {
  font-size: 18px;
  font-family: 'poppins-semibold';
  margin-bottom: 10px;
  text-transform: uppercase;
}
#index-body .i-news .news-box h3 a {
  color: #000;
}
#index-body .i-news .news-box h3 a:hover {
  color: #f40d0d;
}
#index-body .i-news .news-box .date {
  display: inline-block;
  margin-bottom: 10px;
}
#index-body .i-news .news-box p {
  font-size: 15px;
  color: #6d6b6b;
  margin-bottom: 7px;
}
#index-body .i-news .news-box .more {
  transition: 0s ease;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
}
#index-body .i-news .news-box .more:hover {
  color: #f40d0d;
  background: url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/news_more_back.png") no-repeat bottom center;
}

#footer .foo-top {
	border-top: 1px solid #f3f2f2;
  padding: 70px 5% 70px;
}
#footer .foo-top .logo-box {
  width: 70%;
}
#footer .foo-top .logo-box p {
  color: #6e6767;
  margin-bottom: 50px;
  margin-top: 15px;
}
#footer .foo-top .logo-box p a {
  color: #6e6767;
}
#footer .foo-top .logo-box .h-social a {
  color: #6e6767;
  font-size: 18px;
  display: inline-block;
  margin: 0px 5px;
}
#footer .foo-top .logo-box .h-social a:hover {
  color: #000;
}
#footer .foo-top .link-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 15px;
}
#footer .foo-top .link-box a {
  color: #6e6767;
  display: block;
  margin-bottom: 10px;
}
#footer .foo-top .link-box a:hover {
  color: #ec313f;
}
#footer .foo-top .link-box p {
  line-height: 24px;
  color: #6e6767;
}
#footer .foo-top .link-box span {
  color: #6e6767;
  display: block;
  margin: 15px 0px;
  text-transform: uppercase;
  font-weight: bolder;
}
#footer .foo-top .link-box .form_div {
  border: solid 1px #d2d2d2;
  width: 200px;
  height: 40px;
  padding: 10px 10px;
  position: relative;
  margin-top: 10px;
}
#footer .foo-top .link-box .form_div input {
  border: none;
  outline: none;
  width: 160px;
}
#footer .foo-top .link-box .form_div button {
  border: none;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 0px;
  cursor: pointer;
}
#footer .foo-top .link-box .form_div button i {
  font-size: 18px;
}
#footer .foo-bottom {
  background-color: #333333;
  color: #fff;
  padding: 15px 0px;
}

#footer .foo-bottom a {
  color: #fff;
}

.i-product .pro-list {
  margin-top: 0px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #bd2b24 !important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 10px 0;
  font-family: roboto-light;
}
.video-list .pro-list .con-box .inner-box {
  background: none;
  padding: 35px 35px 0;
  font-family: roboto-light;
}


.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size:18px;
  text-transform: capitalize;
  height:50px; overflow:hidden;
  word-wrap:break-word;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 13px;
  line-height: 24px; 
	height:142px; overflow:hidden;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.inner-banner {
  height: 220px;
  background: url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #fff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #bd2b24;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #ef4139 url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
 
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #ef4139;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li.a-men-ch{
  padding-left: 40px;
}

.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #fff;
}
.inner-page .sideBar .side-menu .cat-list li:hover{
  background-color: #000;
}

.inner-page .inner-main-tit {
  text-align: left;
  color: #fff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
}
.inner-page .inner-main-tit .nowTit1{
font-size: 28px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
 
}
.about-page .in-fac-box{
  padding: 50px 0px;
}
.about-page .in-fac-box .fac-box{
  margin-bottom: 30px;
}
.about-page .in-fac-box .fac-box h3{
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url('https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/a-bor.png') no-repeat 15px bottom;
}
.about-page .in-fac-box .fac-box .fa-list li{
  width: 25%;
  float: left;
  padding: 15px;
}



.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.product-page .i-product .projtp {
  font-size:14px;
  line-height:28px;
  margin-top:10px;
}
.product-page .i-product .projtp a {
  color:rgba(0, 0, 0, 0.87);
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}

.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
  text-align: center;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #bd2b24;
  border-color: #bd2b24;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #bd2b24;
}


.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 70px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .pro-det-one .prodetail p{
  font-size: 16px;
  line-height: 1.8em;

}
#pic-zoom{
  margin-bottom: 20px;
}
.image-gallery li{
  width: 20%;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 29px;
  font-family: 'poppins-regular';
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #bd2b24;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 70px 0 70px;
  background: #efefef;
}
.prodet-page .prodet-det-two p{line-height:30px; font-size:16px;}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.slideBox{
  overflow: hidden;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.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 #bd2b24;
}
.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 #bd2b24;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  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: #bd2b24 url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/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;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #bd2b24;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #bd2b24;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 29px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #ccc;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #bd2b24;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1510px){
  #header .nav .menu-box .menu > li{
    margin: 0px 1.5%;
  }
  #header .nav .menu-box .menu > li > a{
    font-size: 16px;
  }
  #header .lengu .h-search{
    padding-top: 35px;
  }
  #header .lengu a{
    margin: 35px 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1260px){
  #header .nav .menu-box .menu > li{
    margin: 0px 1.3%;
  }
  #header .nav .menu-box .menu > li > a{
    font-size: 14px;
  }
  #header .lengu a{
    font-size: 14px;
  }

}

/*响应式*/
/******响应式手机版头部通用*******/
@media screen and (min-width: 1100px) {
    .header-box {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    #banner,
    .inner-banner{
        margin-top: 50px;
    }
    .header-box {
        display: block;
    }
    #header {
        display: none;
    }
    .header-box {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    }
    .header-box.scoll, .header-box.hnner, .header-box:hover {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .header-box.scoll .nav li a, .header-box.hnner .nav li a, .header-box:hover .nav li a {
        color: #666666;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .header-box.scoll .nav li a:before, .header-box.hnner .nav li a:before, .header-box:hover .nav li a:before {
        background: #0078d7;
    }
    .header-box.scoll .nav li:hover a, .header-box.scoll .nav li.current a, .header-box.hnner .nav li:hover a, .header-box.hnner .nav li.current a, .header-box:hover .nav li:hover a {
        color: #0078d7;
    }
    .header {
        padding: 0 15px;
        position:relative;
        z-index:111;
        height: 50px;
        background: #fff;
    }
    .logo {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 56;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .logo img{
        height: 35px;
    }
    .header-right {
        float: right;
        margin-top: 24px;
    }
    .nav {
        float: left;
    }
    .nav li {
        float: left;
        padding-right: 115px;
        line-height: 1;
    }
    .nav li:last-child {
        padding-right: 0;
    }
    .nav li a {
        display: block;
        line-height: 1;
        font-size: 16px;
        opacity: 0.6;
        filter:alpha(opacity=60);
        color: #ffffff;
        padding-bottom: 35px;
        position: relative;
    }
    .nav li a:before {
        content:"";
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transform-origin:100%;
        -webkit-transform-origin:100%;
        -webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transform:scaleX(0);
        -webkit-transform:scaleX(0);
        visibility:hidden\9;
    }
    .nav li:hover a, .nav li.current a {
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .nav li:hover a:before, .nav li.current a:before {
        transform:scaleX(1);
        -webkit-transform:scaleX(1);
        -moz-transform:scaleX(1);
        transform-origin:0;
        -webkit-transform-origin:0;
        visibility:visible\9;
    }
    .menubox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
        background: #0078d7;
        filter:alpha(opacity=80);
        background: rgba(0, 120, 215, 0.8);
    }
    .menuwr h2 {
        float: left;
        color: #ffffff;
        font-size: 50px;
        font-weight: normal;
        text-transform: uppercase;
        margin-right: 54px;
        line-height: 1;
        margin-top: 12px;
    }
    .menulist {
        float: left;
        padding-left: 45px;
        border-left: 1px solid #fff;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        min-height: 110px;
        margin-top: 12px;
    }
    .meun-down {
        display: none;
    }
    .menuwr {
        padding: 28px 0 32px;
    }
    .menulist li {
        margin-bottom: 16px;
    }
    .menulist li a {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 14px;
    }
    .menulist li a:hover, .menulist li a.active {
        color: #ff9e00;
    }
    .menuimg {
        float: right;
        width: 250px;
        line-height: 1;
        overflow: hidden;
    }
    .menuimg img {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .sideLayer{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 110;
        background: rgba(0,0,0,.3);
        display: none;
    }
    .menubtn {
        width:25px;
        position:absolute;
        left:15px;
       /* top:0;*/
        height: 100%;
        z-index: 80;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .menubtn span {
        display:block;
        width:18px;
        height:3px;
        background:#000;
        position:relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menubtn span:after, .menubtn span:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #000;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    .menubtn span:before {
        top: -7px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        width: 120%;
    }
    .menubtn span:after {
        bottom: -7px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        width: 80%;
    }
    .navigate {
        position:fixed;
        width:80%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        left:-100%;
        top:50px;
        overflow-y:auto;
        z-index: 120;
        padding:0 2%;
    }
    .navigateli {
        width:100%;
    }
    .navigateli >li {
        border-bottom:1px solid #dfdfdf;
        position: relative;
    }
    .navigateli >li i.fa{
        position: absolute;
        top:15px;
        right: 0;
        display: none;
    }
    .navigateli >li.on >a {
        background:#0078d7;
        color:#fff;
    }
    .navigateli >li >a {
        display:block;
        text-align:left;
        padding-left: 15px;
        color:#222;
        font-size:16px;
        height:50px;
        line-height:50px;
    }
    .menudowns {
        padding:10px 0 14px;
        border-top:1px solid #dfdfdf;
        display:none;
    }
    .menudowns li {
        margin-bottom:10px;
        text-align:left;
        padding-left: 15px;
    }
    .menudowns li:last-child {
        margin-bottom:0;
    }
    .menudowns li a {
        display:inline-block;
        color:#999999;
        font-size:16px;
        padding-left: 15px;
    }
    .mb-lan{
        position: absolute;
        cursor: pointer;
        right: 15px;
        z-index: 60;
        top: 0;
        height: 100%;
        width: 24px;
        background: url("https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/mb-globe.png") no-repeat center;
    }
    .mb-lanList{
        position: fixed;
        z-index: 99;
        width: 30%;
        right: 0;
        top: 50px;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        display: none;
    }
    .mb-lanList li{
        margin-bottom: 10px;
    }
    .mb-lanList li:last-child{
        margin-bottom: 0;
    }
    .mb-lanList li a{
        color: #000;
    }
    .newsear {
        width:100%;
        margin-top: 30px;
    }
    .newsear form {
        border: 1px solid #eee;
        overflow: hidden;
    }
    .newsear .sub {
        width:40px;
        height:40px;
        background:url(https://www.jtpmoulds.com/wp-content/themes/jintuogongmao/images/q-11.png) no-repeat center;
        border:0px none;
        float:left;
        background-size:20px;
    }
    .newsear .pt {
        float:left;
        height:40px;
        width:70%;
        border:0px none;
        padding-left:5%;
        font-size:16px;
        border-left: 1px solid #eee;
        outline: none;
    }
    .mb-side-social{
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }
    .mb-side-social a{
        width: 25%;
        float: left;
        text-align: center;
    }
    .mb-side-social a .icon{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ECECEC;
        line-height: 34px;
        color: #888;
    }
}

/****头部语言选择效果*****/
#lanSelBox{
    font-size:16px;
    background:#fff;
    border-radius:4px;
    position: relative;
}
.current_lang{
    cursor:pointer;
    text-transform:uppercase;
    overflow:hidden;
}
.lang.selected{
    display:none;
}
.lang img,
.lang span.lang-txt{
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    color: #444444;
}
.lang span.lang-txt{
    position:relative;
    top:-1px;
    font-weight:700;
}
.lang img{
    width:20px;
    margin-left:0;
}
.lang span span{
    color:#999;
    font-weight:400;
}
.lang i.chevron.down{
    font-size:12px;
    position:relative;
    top:-1px;
    margin-left:3px;
}
.more_lang{
    transform:translateY(-20px);
    opacity:0;
    cursor:pointer;
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition:    all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition:      all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition:     all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition:         all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}
.more_lang .lang{
    padding: 10px 15px;
}
#lanSelBox.active .more_lang{
    display:block;
}
.more_lang.active{
    opacity:1;
    transform:translateY(-0px);
}
.more_lang .lang:hover{
    background:#5766b2;
    color:#fff;
}
.more_lang .lang:hover span{
    color:#fff;
}
#lanSelBox:hover,
#lanSelBox.active{
    box-shadow:rgba(0,0,0,0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
    -moz-transition:    all 0.3s cubic-bezier(0,.99,.44,.99);
    -o-transition:      all 0.3s cubic-bezier(0,.99,.44,.99);
    -ms-transition:     all 0.3s cubic-bezier(0,.99,.44,.99);
    transition:         all 0.3s cubic-bezier(0,.99,.44,.99);

}
#lanSelBox.active .more_lang .lang{
    border-top:1px solid #eaeaea;
}

.easy-image-gallery li{
	width:20%;
}


@media screen and (max-width: 1350px){
  .container {width: 970px;}
  .inner-main-box table{
    width: 100%;
  }
}
@media screen and (max-width: 970px){
   .container {width: 768px;}
   #footer .foo-top .ge-bottom .column{
    width: 50% !important;
   }
   .i-news .ge-bottom .column{
    width: 50% !important;
   }
}
@media screen and (max-width: 768px){
  .inner-page .sideBar{
    display: none;
  }
  .faq-page .faq-list dt{
    font-size: 15px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic{
    width: 60% !important;
  }
  .prodet-page .prodetTit{
    font-size: 24px;
  }
  .prodet-page .prodet-det-two{
    padding: 50px 0 50px;
  }
  .i-product .pro-list .con-box .inner-box{
    padding: 10px;
    font-size: 14px;
  }
   .i-product .pro-list .con-box .inner-box .tit a{
    font-size: 15px;
   }
   .i-product .pro-list .con-box .inner-box p{
    font-size: 13px;
   }

}
@media screen and (max-width: 600px){
  .about-page .in-fac-box .fac-box .fa-list li{
    padding: 5px;
  }
  .faq-page .faq-list dt{
    font-size: 13px;
    padding: 8px 25px 8px;
  }
  .faq-page .faq-list dd{
    font-size: 12px;
    padding: 8px 12px;
  }
  .faq-page .faq-list{
    padding: 40px 0 50px;
  }
  #footer .foo-top .ge-bottom .column{
    width: 100% !important;
   }
   .contact-page .c-list-box .contactList .c-name{
    font-size: 16px;
    margin-bottom: 10px;
   }
   .prodetFeedback .innerTit{
    font-size: 18px;
   }
   #index-body .i-why .why-boxs .why-box{
    width: 100%;
   }
   #index-body .i-product .tit h3{
    font-size: 24px;
   }
   #index-body .i-product .pro-lunbo .pro-box .text h3{
    font-size: 16px;
   }
   #index-body .i-product .pro-lunbo .pro-box .text{
    padding-top: 20px;
    margin-bottom: 10px;
   }
   #index-body .i-mould .tit h3{
    font-size: 24px;
   }
   #index-body .i-about .about-tu .vido-bott{
    padding-top: 8%;
   }
   #index-body .i-network .tit h3{
    font-size: 20px;
   }
   #index-body .i-network .net-num-boxs .net-num{
    margin-bottom: 10px;
   }
   #index-body .i-news .news-more h3{
    font-size: 24px;
    margin-bottom: 20px;
   }
   .i-news .ge-bottom .column{
    width: 100% !important;
   }
   #index-body .i-news .news-more .more{
    font-size: 16px;
    width: 125px;
    line-height: 40px;
    height: 40px;
   }
   .prodet-page .prodet-pics .grid.two.column .pro-bPic{
    width: 100% !important;
   }
   .i-product .pro-list .con-box{
    padding: 0px;
   }
    .i-product .pro-list .column{
    width: 50% !important;
    padding: 10px !important;
   }
}

@media screen and (max-width: 768px) {
	#outerImageContainer{
		width: 100%!important;
		height: auto!important;
	}
	#lightboxImage{
		width: 100%!important;
		height: auto!important;
	}
}