/*
  Theme Name: Longer Crane Machinery
  Author: Mike
  Designer: Dora
  Version: 1.0
  Date: 2018-6-25
  Text Domain: LongerCraneMachinery
  LastUpdate: 2018-6-30
  LastVersion: 1.0
  Keyword: Longer,Crane machinery
  Description: Longer Crane Machinery website templets. Used for crane machine web.This templets is self-adaption for mobile device.
  Tag:
*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
  font-family: Calibri,sans-serif,Verdana,Arial,Tahoma,Helvetica;
  position: relative;
  font-size: 16px;
  background-color: #f2f3f7;
  overflow-x: hidden;
}
body.active{
  overflow: hidden;
}
body a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  text-decoration: none;
}
a,
a:hover,a:active,a:visited {
  text-decoration: none;
}
ul {
  list-style: none;
}
input {
  outline: none;
  border: none;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  clear: both;
}
.clear::before,
.clear::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}
/* common begin */
header{
  position: fixed;
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px #cdced1;
  z-index: 99;
}
.header_top{
  height: 90px;
}
.header_logo{
  height: 90px;
  line-height: 90px;
  float: left;
}
.header_search{
  float: left;
  margin-top: 30px;
  margin-left: 50px;
  border:2px solid #1c51aa;
  padding-left: 120px;
  position: relative;
}
.header_search select{
  position: absolute;
  left: -120px;
  height: 38px;
  width: 120px;
  outline: none;
  border: none;
}
.header_form{
  height: 38px;
  padding-right: 135px;
  position: relative;
}
.header_form input{
  height: 38px;
  line-height: 38px;
  width: 400px;
  padding-left: 10px;
  color: #c9c9c9;
}
.header_form button{
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
  text-align: center;
  color: #ffffff;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #1c51aa;
  cursor: pointer;
}
.header_form button img{
  width: 22px;
  height: auto;
  margin-right: 5px;
}
.header_link{
  float: right;
  margin-top: 10px;
}
.header_link_top a{
  color: #717171;
  font-size: 14px;
}
.header_link_top a:hover{
  color: #1c51aa;
  text-decoration: underline;
}
.header_link>a{
  display: block;
  color: #717171;
  font-size: 16px;
  margin-top: 20px;
}
.header_link>a i{
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.header_link>a:hover{
  color: #1c51aa;
}
.header_bottom{
  height: 50px;
  line-height: 50px;
}
.header_bottom_cate{
  float: left;
  padding:0 15px;
  cursor: pointer;
  position: relative;
}
.header_bottom_cate_down img{
  margin-right: 10px;
}
.header_bottom_cate_down{
  color:#3c3c3c;
  font-size: 16px;
}
.header_bottom_cate_down span{
  margin-left: 10px;
  display: inline-block;
  font-family: simsun;
  color:#3c3c3c;
  transform: rotateZ(90deg);
  transition: all .25s;
}
.header_bottom_cate_down.active span{
  transform: rotateZ(270deg);
}
.all-cate{
  padding:0 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #1c51aa;
   font-size: 16px;
}
.header-category {
   display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    box-sizing: border-box;
    width: 280px;
    background: #fff;
    border: 1px solid #DCDEE3;
    padding: 10px 0;
}
.header-category>ul>li{
  padding: 0 15px;
}
.header-category_title{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.header-category_title a{
  color: #484848;
}
.header-category_title i{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}
.header-category_list{
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 320px;
  height: auto;
  background: #fff;
  border: 1px solid #DCDEE3;
  padding: 10px 20px;
}
.header-category_list ul li a{
  display: block;
  color: #484848;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
   font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header_bottom_nav{
  float: right;
}
.header_bottom_nav li{
 display: inline-block;
 padding: 0 30px;
}
.header_bottom_nav li a{
  color: #3c3c3c;
  font-size: 18px;
}
.header_bottom_nav li:hover a{
 color: #1c51aa;
}
.header_bottom_nav li.active a{
 color: #1c51aa;
}
.content{
  padding-top: 155px;
}
.main{
  padding-bottom: 30px;
}
.sidebar_pro{
 padding: 20px 15px 25px 15px;
 background-color: #ffffff;
 border:1px solid #e1e1e1;
}
.sidebar_pro>span{
  display: block;
  padding-bottom: 10px;
  border-bottom:1px solid #e1e1e1;
  color: #474747;
  font-size: 16px;
  font-weight: bold;
}
.sidebar_pro>span img{
 margin-right: 10px;
}
.sidebar_pro ul li a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  color: #484848;
  border-bottom:1px solid #e1e1e1;
}
.sidebar_pro ul li a:hover{
  color: #1c51aa;
  border-bottom-color: #1c51aa;
}
.sidebar_relate{
  padding: 15px 15px 20px 15px;
  background-color: #ffffff;
  border:1px solid #e1e1e1;
  margin-top: 20px;
}
.sidebar_relate>span{
  display: block;
  padding-bottom: 10px;
  border-bottom:1px solid #e1e1e1;
  color: #474747;
  font-size: 16px;
  font-weight: bold;
}
.sidebar_relate ul li{
  padding-bottom: 10px;
  border-bottom:1px solid #e1e1e1;
}
.sidebar_relate ul li img{
  display: block;
  width: 100%;
  height: auto;
}
.sidebar_relate ul li p{
  color: #252525;
}
.sidebar_relate ul li:hover p{
  color: #1c51aa;
}
.crumb{
 height: 35px;
 line-height: 35px;
 background-color: #e1e5eb;
 margin-bottom: 10px;
}
.crumb ol{
 padding-left: 20px;
}
.crumb li{
  display: inline-block;
}
.crumb a{
  color: #474747;
}
.footer_top{
  background-color: #475468;
  padding-top: 25px;
  padding-bottom: 20px;
}
.footer_top dl dt{
 color: #ffffff;
 font-size: 16px;
 margin-bottom: 10px;
}
.footer_top dl dd{
 color: #e7e7e7;
}
.footer_top dl dd a{
  display: block;
  color: #e7e7e7;
  line-height: 30px;
}
.footer_top dl dd a .iconfont{
  font-size: 18px;
}
.footer_bottom{
  height: 40px;
  line-height: 40px;
  background-color: #323232;
}
.footer_bottom_left{
  float: left;
  color: #e7e7e7;
}
.footer_nav {
  color: #ffffff;
  float: right;
}
.footer_nav a{
  display: inline;
  padding:0 15px;
  color: #e7e7e7;
  font-size: 14px;
  position: relative;
}
/* index begin */
.main_face_in{
  position: relative;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  overflow: hidden;
}
.main_face_left{
  width: 270px;
  float: left;
}
.main_face_left>span{
  display: block;
  padding-bottom: 10px;
  color: #474747;
  font-size: 16px;
  font-weight: bold;
}
.main_face_left>span img{
 margin-right: 10px;
}
.main_face_left ul li{
  padding-right: 50px;
  border-bottom:1px solid #e1e1e1;
}
.main_face_left ul li a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  color: #484848;
  font-size: 16px;
}
.main_face_left ul li a span{
  color: #999;
  font-size: 12px;
  margin-right:5px;
}
.main_face_left ul li a:hover{
  color: #1c51aa;
  border-bottom-color: #1c51aa;
}
.main_face_left_all_content{
   border-bottom:1px solid #e1e1e1;
   height: 45px;
   line-height: 45px;
   color: #1c51aa;
   font-size: 16px;
   cursor: pointer;
   padding-right: 10px;
   position: relative;
}
.main_face_left_all_content.active::before{
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  background-color: #ffffff;
  height: 100%;
  z-index: 12;
}
.main_face_left_all_content span{
  color: #999;
  font-size: 12px;
}
.main_face_left_all_content span:nth-last-of-type(1){
  float: right;
  color: #1c51aa;
  font-size: 16px;
}
.main_face_left_list{
  display: none;
  position: absolute;
  left: 280px;
  bottom: 0;
  width: 280px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #e1e1e1;
  padding: 20px;
  box-sizing: border-box;
}
.main_face_left_list li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.main_face_right{
  margin-left: 280px;
  position: relative;
}
.main_swiper{
  margin-right: 240px;
}
.main_swiper .swiper-slide img{
  width: 100%;
  height: auto;
}
.main_swiper .main_swiper_page{
  position: initial;
  margin-top: 10px;
}
.main_swiper .main_swiper_page .swiper-pagination-bullet{
  background:#dcdcdc;
  border:none;
  width: 10px;
  height: 10px;
  margin:0 2px;
}
.main_swiper .main_swiper_page .swiper-pagination-bullet-active{
  background:#1c51aa;
}
.main_product{
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
}
.main_product>span{
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background-color: #1c51aa;
  height: 42px;
  line-height: 42px;
}
.main_product li{
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}
.main_product_left{
  width: 50%;
  float: left;
}
.main_product_left h3{
 color: #474747;
 font-size: 16px;
 margin-bottom: 10px;
}
.main_product_left span{
  display: inline-block;
  color: #ffffff;
  background-color: #1c51aa;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 10px;
}
.main_product li img{
  width: 40%;
  height: auto;
}
.main_cate{
  margin-bottom: 20px;
}
.main_cate_top {
  position: relative;
  overflow: hidden;
}
.main_cate_top:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdee3;
}
.main_cate_top h3{
    float: left;
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    padding-right: 15px;
    background-color: #f2f3f7;
    position: relative;
    z-index: 22;
    height: 60px;
    line-height: 60px;
}
.main_cate_top a{
  float: right;
  color: #1c51aa;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 12px;
  background-color: #f2f3f7;
  position: relative;
  z-index: 22;
}
.main_cate_l{
  width: 25%;
  height: 100%;
  float: left;
}
.main_cate_l a{
  display: block;
  position: relative;
}
.main_cate_l a div img{
  width: 100%;
  height: auto;
}
.main_cate_l a div span{
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  background-color: rgba(54,60,65,0.8);
}
.main_cate_r{
  width: 75%;
  float: right;
}
.main_cate_r ul li{
  width: 25%;
  float: left;
  border-right: 1px solid #dcdee3;
  border-bottom: 1px solid #dcdee3;
  position: relative;
  padding: 18px 15px 10px 15px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.main_cate_r ul li h3{
  display: block;
  color: #484848;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.main_cate_r ul li .main_cate_img {
  text-align: right;
}
.main_cate_r ul li .main_cate_img  img{
  height: 110px;
  width: auto;
}
.main_cate_r ul li:nth-last-of-type(1){
  border-right: none;
}
.main_cate_r ul:nth-last-of-type(1) li{
  border-bottom: none;
}
.main_recommend_list li{
   background-color: #ffffff;
   padding: 20px;
   float: left;
   width: 23%;
   margin: 0 1%;
   margin-bottom: 3%;
}
.main_recommend_list li img{
  width: 100%;
  height: 145px;
}
.main_recommend_list li h3{
 color: #252525;
 font-size: 16px;
 line-height: 25px;
 height: 50px;
 overflow: hidden;
 margin: 10px 0;
}
.main_recommend_list li p{
  color: #6a6a6a;
  font-size: 14px;
}
.main_bottom{
  height: 55px;
  margin-top: 45px;
}
.main_bottom .main_bottom_in{
  background-image: url("../images/main_bottom.png");
  height: 55px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
.main_bottom_in span{
  display: inline-block;
  float: left;
  margin-left: 15px;
  color: #4a4a4a;
  font-size: 28px;
  font-style: italic;
  line-height: 55px;
  font-family: Century Gothic;
  font-weight: bold;
}
.main_bottom_link{
  float: left;
  margin-top: 10px;
  margin-left: 100px;
}
.main_bottom_link a{
  display: inline-block;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 16px;
  background-color: #ff6a00;
  border-radius: 15px;
}
.main_bottom_in img{
  position: absolute;
  bottom: 0;
  right: 98px;
  width: 90px;
  height: auto;
}
/* product begin */
.product{
  padding: 30px 30px 35px 30px;
  background-color: #ffffff;
  border:1px solid #e1e1e1;
}
.product_top{
 padding: 0 30px;
 margin-bottom: 30px;
}
.product_top img{
  width: 100px;
  height: auto;
}
.product_top .media-body h3{
  color: #474747;
  font-size: 18px;
  font-weight: bold;
  font-family:"Calibri";
  margin-bottom: 10px;
}
.product_top .media-body p{
  color: #909090;
  line-height: 25px;
}
.product_title {
	padding:8px;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:3%;
        background:#fff;
	}
.product_title span {
	float:right;
	display:inline-block;
	}
.product_list li{
  width: 32%;
  border:1px solid #e1e1e1;
  float: left;
  margin-right: 2%;
  margin-bottom:3%;
  padding: 8px;
  transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}
.product_list li:nth-of-type(3n){
  margin-right: 0;
}
.product_list li img{
  display: block;
  width: 100%;
  height: 148px;
}
.product_list li h3{
  color: #1c51aa;
  font-size:16px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.product_list li p{
 color: #737373;
 height: 30px;
 line-height: 30px;
 background-color: #f2f2f2;
 padding: 0 10px;
}
.product_list li p span{
  float: right;
}
.product_list li:hover{
  box-shadow: 0 8px 17px 0 rgba(138,57,3,.2), 0 6px 20px 0 rgba(0,0,0,.15);
}
.page {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}
.page li {
  display: inline-block;
  border: 1px solid #e9e9e9;
}
.page a {
  background-color: #ffffff;
  color: #9b9b9b;
  font-size: 16px;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}
.page li.active a {
 background-color: #4f4f4f;
  color: #ffffff;
}
.page li:hover a {
  background-color: #4f4f4f;
  color: #ffffff;
}
/* blog begin */
.blog{
  padding: 30px 30px 35px 30px;
  background-color: #ffffff;
}
.blog_top{
 padding-bottom: 20px;
 border-bottom: 1px dashed #c8c8c8;
 overflow: hidden;
}
.blog_top img{
  width: 330px;
  height: auto;
  float: left;
  margin:10px;
}
.blog_top ul li{
  margin-bottom: 15px;
}
.blog_top ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
.blog_top ul li h3{
 color: #333333;
 font-family: "Calibri";
 font-size: 20px;
}
.blog_top ul li span{
  display: block;
  font-family: "Calibri";
 color: #838383;
 font-size: 18px;
}
.blog_top ul li p{
  font-family: "Calibri";
 color: #838383;
 font-size: 18px;
 line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.blog_list li{
 padding: 20px 15px;
 transition: 0.5s all;
}
.blog_list li .media-left{
  padding-right: 10px;
}
.blog_list_left{
  font-family: "Calibri";
  transition: 0.5s all;
  text-align: right;
}
.blog_list_left span{
  display: block;
  color: #a9a9a9;
  font-size: 18px;
  transition: 0.5s all;
}
.blog_list_left b{
  display: block;
  color: #a9a9a9;
  font-size: 36px;
  white-space:nowrap;
  font-weight: normal;
  transition: 0.5s all;
}
.blog_list li h3{
  font-size: 18px;
  font-weight: normal;
  color: #4f4f4f;
  margin-bottom: 15px;
  transition: 0.5s all;
  font-family: "Calibri";
}
.blog_list li p{
  font-size: 16px;
  color: #8f8f8f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  transition: 0.5s all;
}
.blog_list li:hover{
  background-color: #f7f7f7;
}
.blog_list li:hover span{
  color: #ff6a00;
}
.blog_list li:hover b{
  color: #ff6a00;
}
.blog_list li:hover h3{
  font-weight: bold;
}
/* blog-list begin */
.blog_detail_top{
  background-color: #ffffff;
  padding: 30px 25px;
}
.blog_detail_title{
 padding-bottom: 10px;
 border-bottom: 1px dashed #c8c8c8;
}
.blog_detail_title h3{
  color: #333333;
  font-size: 20px;
  margin-bottom: 5px;
}
.blog_detail_title p{
  text-align: right;
  color: #838383;
  font-size:16px;
}
.blog_detail_text{
  color: #484848;
  font-size: 16px;
  line-height: 30px;
}
.blog_detail_text a{
  color: #484848;
  font-size: 16px;
}
.blog_detail_text img{
  display: block;
  margin: 10px 0;
  max-width:100%;
}
.blog_detail_link{
  background-color: #ffffff;
  margin-top: 15px;
  padding: 30px 15px;
}
.blog_detail_link li a{
  display: block;
  color: #1c51aa;
  font-size: 16px;
}
.blog_detail_link li a span{
  color: #484848;
  display: inline-block;
}
/* about begin */
.about{
  padding: 15px 20px 30px 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
.about img{
  display: block;
  width: 100%;
  height: auto;
}
.about_text{
 color: #484848;
 font-size: 16px;
 line-height: 30px;
 margin-top: 20px;
}
/* service begin */
.service{
  padding: 15px 20px 30px 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
.service img{
  display: block;
  width: 100%;
  height: auto;
}
.service_text li{
  margin-top: 25px;
}
.service_text li p{
  padding: 15px;
 color: #484848;
 font-size: 16px;
 line-height: 30px;
 background-color:#f7f7f7;
}
.service_title{
 height: 40px;
 line-height: 40px;
 color: #313131;
 font-size: 16px;
}
.service_title span{
  display: inline-block;
  width: 60px;
  border-width: 0px 40px 40px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #ff6a00;
  float: left;
}
.service_text li:nth-of-type(2) .service_title span{
  border-color: transparent transparent #3390d1;
}
.service_text li:nth-of-type(2) .service_title span{
  border-color: transparent transparent #e0d52d;
}
/* contact begin */
.contact_top{
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
}
.contact_top img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.contact_top_link{
 width: 80%;
}
.contact_top_link li a{
  display: block;
  color: #484848;
  font-size: 16px;
  line-height: 30px;
}
.contact_top_link li a:hover{
  color: #1c51aa;
}
.contact_bottom{
  padding: 0 20px 25px 20px;
  background-color: #ffffff;
}
.contact_form{
  width: 80%;
}
.contact_form>span{
  display: block;
  color: #242424;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.contact_form_public .public{
 width: 49%;
 margin-right: 2%;
 float: left;
}
.contact_form_public .public:nth-last-of-type(2n){
  margin-right: 0;
}
.contact_form_public{
  margin-bottom: 15px;
}
.contact_form_public .public_form_span{
  display:block;
  color: #707070;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact_form_public input{
  height: 40px;
  line-height: 40px;
  border:1px solid #cbcbcb;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  outline: none;
}
.textarea{
  margin-bottom: 15px;
}
.textarea .textarea_span{
  display:block;
  color: #707070;
  font-size: 16px;
  padding-bottom: 10px;
}
.textarea textarea{
  display: block;
  height: 120px;
  line-height: 40px;
  border:1px solid #cbcbcb;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  outline: none;
  resize: none;
}
.code .code_span{
  display:block;
  color: #707070;
  font-size: 16px;
  padding-bottom: 10px;
}
.code .form_in{
  height: 40px;
  line-height: 40px;
}
.form_in input{
  width: 160px;
  height: 40px;
  line-height: 40px;
  border:1px solid #cbcbcb;
  color: #c6c6c6;
  font-size: 14px;
  padding: 0 10px;
  outline: none;
}
.form_in img{
  margin:0 15px;
}
.form_in button{
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 160px;
  background-color: #ff6a00;
  color: #ffffff;
  border:none;
  outline: none;
  border:1px solid #ff6a00;
  transition: all 0.5s;
}
.form_in button:hover{
  color: #ff6a00;
  background-color: #ffffff;
  border-color: #ff6a00;
}
.contact_form_list #p1,.contact_form_list #p2,.contact_form_list #p3{
  display: block;
  line-height: 30px;
  padding-left: 5px;
  width: 100%;
}
.contact_form_list #p1 div,.contact_form_list #p2 div{
  margin-bottom: -15px;
}
.contact_form_list #p1 div img,.contact_form_list #p2 div img,.contact_form_list #p3 div img{
    margin-right: 5px;
}
.contact_form_list #p1 font,.contact_form_list #p2 font,.contact_form_list #p3 font{
  font-size: 16px;
  line-height: 30px;
}
/* search begin */
.search_result{
  margin-bottom: 20px;
  color: #474747;
  font-size: 16px;
}
/* 404 begin */
.found_top{
 padding: 30px 25px;
 background-color: #ffffff;
}
.found_img{
  text-align: center;
  margin-bottom: 20px;
}
.found_text{
 color: #484848;
 font-size: 16px;
 line-height: 30px;
}
.found_bottom{
 padding: 0 25px 40px 25px;
 background-color: #ffffff;
}
/* product-list begin */
.product_detail_top{
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 25px 20px;
}
.product_detail_top_left{
  width: 40%;
  float: left;
}
.product_detail_top_left .swiper-slide img{
  width: 100%;
  height: auto;
 }
 .product_detail_top_left .gallery-top{

 }
.product_detail_top_left .pro_detail_b{
  position: relative;
 }
.product_detail_top_left .gallery-thumbs {
  box-sizing: border-box;
  padding-top: 6px;
}
.product_detail_top_left .gallery-thumbs .swiper-slide {
    width: 25%;
    cursor: pointer;
    border: 1px solid #bfbfbf;
    position: relative;
}
.product_detail_top_left .gallery-thumbs .swiper-slide::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid transparent;
   box-sizing: border-box;
}
.product_detail_top_left .gallery-thumbs .swiper-slide-active{
  border-color: #ff832b;
}
.product_detail_top_left .gallery-thumbs .swiper-slide-active:before{
  border-bottom-color: #ff832b;
}
.product_detail_view{
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  color: #909090;
}
.product_detail_view img{
  margin-right: 5px;
}
.product_detail_mask{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 100;
  display: none;
}
.product_detail_large{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px;
    background-color: #ffffff;
    display: none;
}
.product_detail_top_right{
  width: 55%;
  float: right;
}
.product_detail_top_right h1{
 color: #242424;
 font-size: 18px;
 margin-bottom: 10px;
}
.product_detail_text_one{
  background-color:#f2f3f7;
  padding: 10px;
  color: #808080;
  line-height: 25px;
}
.product_detail_text_two{
 color: #808080;
 line-height: 25px;
 margin: 15px 0;
}
.product_detail_text_two img{
  margin-right: 5px;
}
.product_detail_text_three{
  color: #808080;
  margin-bottom: 15px;
}
.product_detail_link a{
  display: inline-block;
  background-color: #1c51aa;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  padding:0 15px;
  border-radius: 10px;
}
.product_detail_link a:nth-last-of-type(1){
  background-color: #ffffff;
  border:1px solid #1c51aa;
  color: #1c51aa;
}
.product_detail_link a:nth-last-of-type(1) img{
  margin-right: 5px;
}
.product_detail_title span{
 display: inline-block;
 background-color: #efefef;
 color: #242424;
 font-size: 16px;
 padding: 0 20px;
 height: 45px;
 line-height: 45px;
 border:1px solid #e1e1e1;
 border-bottom: none;
 cursor: pointer;
 position: relative;
}
.product_detail_title span.active{
  background-color: #ffffff;
  color: #1c51aa;
}
.product_detail_title span.active:before{
  content:"";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.product_detail_list_top{
  border:1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 25px 22px;
  color: #242424;
  line-height: 30px;
}
.product_detail_list_top p {
	line-height:200%;
	font-weight:bold;
	font-size:22px;
	}
.product_detail_list_top img{
  display: block;
}
.product_detail_list_bottom{
  border:1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 15px;
}

.hengfu{height:140px;position:relative}
.hengfu img{position:absolute;top:130px}
.i_customer_img{
	height: 100px;
	text-align: center;
	background: #fff;
	padding-top: 25px;
}
.i_customer_img img{
	height: 50px;
}
.i_customer_con span{
	display: block;
	text-align: center;
	color: #000;
	font-size: 16px;
	padding: 15px 0;
}
.i_customer_main, .customer{
	margin-top: 20px;
}
.customer{
	padding: 0 15px;
}
