﻿@font-face {
    font-family: "Robotoa";
    src: url(../fonts/Roboto.ttf);
    font-weight: normal;
    font-style: normal;
  }
  
  body,*{
      font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
      /*font-weight: 300!important;*/
  }
  
  ul{
      padding: 0;
  }

a {
  cursor: pointer;
}
.lcl_minimal #lcl_title span{
	display: none;
}
.width_1260 {
  width: 100%;
  max-width: 1260px;
  margin: auto !important;
}
.top img {
  width: 100%;
}
.pro_top {
	background: url(../images/products.png) no-repeat center!important;
	height: 240px;
  	background-size: cover!important;
  	display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3a3a;
    color: #555;
    font-weight: bold;
    font-size: 25px!important;
  	text-align: center;
}
.search {
  overflow: hidden;
  padding: 50px 10px 35px !important;
  border-bottom: 1px solid #eeeeee !important;
}
.search .search_left {
  float: left;
  color: #131313;
  font-size: 24px;
  font-family: 'Arial';
  line-height: 53px;
}
.search .search_right {
  float: right;
  font-size: 0;
  cursor: pointer;
}
.search .search_right input {
  width: 430px;
  outline: none;
  height: 53px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #eeeeee;
  vertical-align: middle;
}
.search .search_right .searchs {
  vertical-align: middle;
  width: 127px;
  height: 53px;
  background: #bfbfbf;
  border-radius: 0 10px 10px 0;
  display: inline-block;
  text-align: center;
  line-height: 53px;
}
.search .search_right .searchs img {
  vertical-align: middle;
  margin-right: 8px;
}
.search .search_right .searchs i {
  font-size: 16px;
  color: white;
  font-family: 'Arial';
  font-style: normal;
  vertical-align: middle;
}
.pro_list {
  overflow: hidden;
  padding-top: 50px !important;
}
.pro_nav{
    
}
.pro_nav a{
    padding: 0 24px;
    margin-bottom: 10px;
    background: rgba(244, 244, 244, 1);
    border-radius: 40px;
    margin-right: 24px;
    line-height: 40px;
    display: inline-block;
    color: rgba(119, 119, 119, 1);
}
.pro_nav a:hover{
    color: rgba(88, 65, 46, 1);
}
.pro_nav a.on{
    background: rgba(88, 65, 46, 1);
    color: #fff;
}
.pro_right{
    
}
.pro_two_nav{
    margin-top: 10px!important;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.pro_two_nav a{
    /*background: red;*/
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
    background: rgba(244, 244, 244, 1);
    color: rgba(119, 119, 119, 1);
    font-size: 14px;
    border-radius: 10px 0 10px 0;
}
.pro_two_nav a:hover{
    color: rgba(88, 65, 46, 1);
}
.pro_two_nav a.on{
    background: rgba(88, 65, 46, 1);
    color: #fff;
    cursor: default;
}
.pro_con{
	background: #eee!important;
    padding: 50px 95px 30px 100px!important;
    overflow: hidden;
}
.pro_con img{
	float: left;
	margin-right: 95px;
}
.pro_con .text{
	float: left;
	font-size: 30px;
	color: #1a1919;
	color: #555;
	font-family: 'Arial';
}
.pro_con .text p{
	font-size: 18px;
	margin-top: 15px;
}
.pro_con a{
	float: right;
	display: block;
    background: red;
    width: 249px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-family: 'Arial';
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.pro_con a:hover{
	background: #E91E63;
}
.pro_list .pro_item {
  float: left;
  width: 23%;
  margin: 0 1%;
  border: 1px solid #eeeeee !important;
  border-top: none !important;
  margin-bottom: 45px;
}
.pro_list .pro_item .bottom,
.pro_list .pro_item .top,
.pro_list .pro_item .center {
  padding: 8px;
}
.pro_list .pro_item .top {
  background: #e5e5e5;
  min-height: 223px;
}
.pro_list .pro_item .top .top_text {
  color: #212121;
  font-size: 16px;
  font-family: 'Arial';
  padding: 15px 0;
}
.pro_list .pro_item .center {
  color: #7f7d7d;
  font-size: 14px;
  font-family: 'Arial';
}
.pro_list .pro_item .bottom {
  min-height: 227px;
}
.pro_list .pro_item .bottom ul li {
  padding: 5px 20px;
  position: relative;
}
.pro_list .pro_item .bottom ul li img {
  position: absolute;
  top: 6px;
  left: 0;
}
.pro_list .pro_item .bottom ul li .item_text {
  color: #7f7d7d;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 1s;
  transition: 1s;
}
.pro_list .pro_item .bottom ul li:hover .item_text {
  color: #ff0000;
}

/* 二级分类 */
.cata{
	float: left;
}
/* 二级分类 */
.concat {
  padding: 50px 40px !important;
  background: #eeeeee !important;
  overflow: hidden !important;
}
.concat .left_concat,
.concat .center_concat {
  float: left;
}
.concat .center_concat {
  padding: 8px 0 8px 70px;
  height: 66px;
}
.concat .center_concat .title {
  color: #1a1919;
  font-size: 24px;
  padding-bottom: 10px;
}
.concat .right_concat {
  float: right;
}
.concat .right_concat a {
  padding: 20px 70px;
  background: #ff0000;
  border: 1px solid #ff0000;
  color: white;
  font-size: 16px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.concat .right_concat a:hover {
  background: white;
  color: #ff0000;
}
.list_search {
  width: 100%;
  max-width: 1720px;
}
.list_search a:hover {
  color: #ff0000;
  background: none !important;
}
.list_search .font_40 {
  color: #555555;
  font-size: 40px;
  font-weight: bold;
}
.list_search .titles {
  color: #030303;
  font-size: 16px;
  padding: 10px 0 40px;
}
.list_search .main_list {
  overflow: hidden;
}
.list_search .main_list .main_items {
  border: 1px solid #eeeeee;
  float: left;
  width: 32%;
}
.list_search .main_list .main_items .top {
  text-align: center;
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.list_search .main_list .main_items .top img {
  width: 27px ;
  height: 27px;
  vertical-align: middle;
}
.list_search .main_list .main_items .top span {
  margin-left: 12px;
  color: #0c0c0c;
  font-size: 24px;
  vertical-align: middle;
}
.list_search .main_list .main_items .db img {
  width: 100%;
  height: 30px;
}
.list_search .main_list .main_items .height_320 {
  height: 350px;
  overflow-y: scroll ;
}
.list_search .main_list .main_items .height_320::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #b5b1b1;
}
.list_search .main_list .main_items .height_320::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: white;
}
.list_search .main_list .main_items .height_320::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff0000;
}
.list_search .main_list .main_items .center {
  padding: 20px 0 50px;
  overflow: hidden;
}
.list_search .main_list .main_items .center .float_left {
  float: left;
  width: 50%;
  font-size: 21px;
}
.list_search .main_list .main_items .center ul {
  overflow: hidden;
}
.list_search .main_list .main_items .center ul li {
  position: relative;
  padding: 15px 5px 15px 50px;
  float: left;
  width: 50%;
}
.list_search .main_list .main_items .center ul li a img {
  position: absolute;
  left: 30px;
}
.list_search .main_list .main_items .center ul li a p {
  font-size: 16px;
  color: #494949;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_search .main_list .main_items .center .uls li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list_search .main_list .main_items .center .uls .new_li {
  padding: 0px 0 0 10px;
  margin-bottom: 8px;
}
.list_search .main_list .main_items .center .uls .new_li img {
  left: 0;
}
.list_search .main_list .main_items .center3 {
  padding-top: 15px;
}
.list_search .main_list .main_items .center3 ul li {
  width: 100%;
  padding-bottom: 0px;
}
.list_search .main_list .main_items .center3 ul li img {
  top: 17px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.list_search .main_list .main_items:nth-child(2) {
  margin-right: 2%;
  margin-left: 2%;
}
.list_search .main_list .main_items:last-child {
  float: right;
  margin-right: 0;
}
.hot {
  padding: 40px 30px !important;
  overflow: hidden;
  border: 1px solid #eeeeee !important;
  border-top: none !important;
}
.hot .hot_left,
.hot .hot_right {
  float: left;
}
.hot .hot_left p,
.hot .hot_right p {
  color: #0c0c0c;
  color: #555;
  font-size: 24px;
  padding: 30px 0;
  /*font-weight: bold;*/
}
.hot .hot_left .btn,
.hot .hot_right .btn {
  font-size: 0;
  text-align: left !important;
  margin-top: 0 !important;
}
.hot .hot_left .btn input,
.hot .hot_right .btn input {
  outline: none;
  width: 72%;
  height: 39px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  display: inline-block;
}
.hot .hot_left .btn a,
.hot .hot_right .btn a {
  color: white;
  font-size: 14px;
  background: none !important;
  line-height: 0 !important;
  display: inline !important;
}
.hot .hot_left .btn a::after,
.hot .hot_right .btn a::after {
  display: none !important;
}
.hot .hot_left .list ul li,
.hot .hot_right .list ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
}
.hot .hot_left .list ul li a,
.hot .hot_right .list ul li a {
  font-size: 19px;
  color: #636262;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hot .hot_left .list ul li a:hover,
.hot .hot_right .list ul li a:hover {
  color: #ff0000;
}
.hot .hot_left {
  width: 41%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.hot .hot_left .btn-b{
	display: flex;
    align-items: center;
    justify-content: center;
}
.hot .hot_left .btn-b > input{
	height: 35px;
  	border-radius: 0.25rem 0 0 0.25rem;
}
.hot .hot_right {
  width: 59%;
  display: none;
}
.concats {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 66px !important;
}
.concats .top {
  padding: 60px 0 45px;
  border-bottom: 1px solid #eeeeee !important;
}
.concats .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concats .top ul li img {
  width: auto;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.concats .top ul li span {
  font-size: 14px;
  color: #5c5c5c;
  color: #555;
}
.concats .main {
  overflow: hidden;
  padding-top: 65px;
}
.concats .main .left_main {
  float: left;
  width: 50%;
}
.concats .main .left_main .title {
  font-size: 24px;
  color: #5c5c5c;
  color: #555;
  padding: 30px 0;
}
.concats .main .left_main ul{
    padding: 0;
}
.concats .main .left_main ul li {
  border: 1px solid #eeeeee;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 12px;
}
.concats .main .left_main ul li i {
  color: #a1a4a4;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.concats .main .left_main ul li input {
  width: 50%;
  border: none;
  background: none;
  outline: none;
}
.concats .main .left_main ul li textarea {
  resize: none;
  width: 100%;
  height: 107px;
  border: none;
  border-bottom: 1px solid #eeeeee;
  outline: none;
  margin-top: 15px;
}
.concats .main .left_main ul li .add_file {
  padding: 20px 0 5px;
  position: relative;
}
.concats .main .left_main ul li .add_file input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
.concats .main .left_main ul li .add_file img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.concats .main .left_main ul .btns {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.concats .main .left_main ul .btns a {
  width: 48%;
  height: 67px;
  display: block;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 67px;
  color: #5c5c5c;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.concats .main .left_main ul .btns a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: white;
}
.product_show {
  width: 100%;
  max-width: 1440px;
  margin: auto !important;
}
.product_show .product_main {
  overflow: hidden;
  margin-top: 100px;
}
.product_show .pro_main{
	margin: 50px 0;
}
.pro_main .tit{
	font-size: 36px;
	font-family: 'Arial';
	color: #131313;
	color: #555;
	overflow: hidden;
}
.pro_main .tit .name{
	display: inline-block;
	color: rgb(68, 68, 68);
    font-size: 26px;
    font-weight: normal;
}
.pro_main .tit .name i{
    font-size: 26px;
    color: rgb(119, 119, 119);
    display: block;
    font-style: normal;
    margin-top: 20px;
}
.pro_main .pro_search{
    float: right;
    display: none;
    /* width: 33%; */
}
.pro_main .pro_search form{
	display: flex;
    align-items: center;
}
.pro_main .pro_search form input{
	height: 100%;
}
.pro_main .list1-cata{
    float: left;
    font-size: 20px;
    color: #3a3a3a;
    width: calc(100% - 555px);
    min-height: 55px;
    display: flex;
    align-items: center;
  	display: none;
}
.pro_main .list1-cata > p{
    float: left;
}
.pro_search input{
	float: left;
    width: 427px;
    height: 55px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
.pro_search button{
	width: 124px;
	height: 55px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #bfbfbf;
	border: 0;
	border-radius: 0 10px 10px 0;
	transition: all 0.3s ease-in-out 0s;
}
.pro_search button:hover{
	background: #e20226;
}
.pro_search button img{
	margin-right: 7px;
}
.pro_list ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.pro_list ul li{
	float:left;
	width: calc(100% / 3 - calc(2 / 3 * 30px));
	margin: 50px 30px 0 0;
	/*padding-bottom: 40px;*/
	margin-top: 30px;
}
.pro_list ul li a:hover{
	/*border: 1px solid #e20226;;*/
	/*background: #e20226;;*/
}
.pro_list ul li a:hover .list_name{
	color: rgba(88, 65, 46, 1);
}
.pro_list ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list ul li a{
	padding-bottom: 0;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.pro_list ul li a:hover{
	opacity: 0.8;
	/*background: #e20226;*/
}
.pro_list .img{
  	position: relative;
	height: 265px;
	overflow: hidden;
	background-size: cover;
	border-radius: 15px;
	border: 1px solid #eee;
	transition: all 0.3s;
  	display: flex;
    align-items: center;
    justify-content: center;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.pro_list .img:before {
  	display: none;
  	opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 8;
    width: 100%;
    height: 100%;
  	transition: all 0.3s ease-in-out 0s;
}
.pro_list ul li a:hover .img:before{
	opacity: 1;
}
.pro_list .img .text{
	opacity: 0;
  	transition: all 0.3s ease-in-out 0s;
}
.pro_list ul li a:hover .text{
	opacity: 1;
  	position: relative;
    z-index: 9;
}
.pro_list .img .text a{
	color: #fff;
  	font-size: 18px;
  	margin: 10px 0;
  	padding: 0;
  	background: transparent;
}
.pro_list .img .text a:hover{
	text-decoration: underline;
}
.pro_list .det{
	font-size: 20px;
    color: #2e2d2d;
    font-family: 'Arial';
    margin: 40px 10px 20px;
    line-height: 28px;
}
.pro_list .list_name{
	font-size: 15px;
    color: rgba(119, 119, 119, 1);
    text-align: center;
    font-family: 'Arial';
    margin: 15px 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  	/*min-height: 48px;*/
}
.pro_list .link{
	padding: 0 10px;
}
.pro_list .link a{
	font-size: 18px;
    color: #2e2d2d;
    background: url(../images/djt.png) no-repeat center left;
    padding-left: 30px;
    background-size: 13px 17px;
    padding-top: 0;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.pro_list .link a:last-child{
	margin-bottom: 0;
}
.pro_list .link a:hover{
	color: #e20226;
	background: url(../images/djt.png) no-repeat center left;
}

/* 产品二级 */
.pro_main .list_tit{
	float: left;
	padding: 0 43px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px 0 0 10px;
	background: #ff0000;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.pro_main .list_s{
	float: left;
}
.pro_main .list_s select{
	float: left;
    padding: 0 67px 0 60px;
    height: 55px;
    border: 1px solid #d2d2d2;
    outline: none;
    border-left: 0;
    line-height: 55px;
    font-size: 16px;
    max-width: 365px;
    min-width: 365px;
    overflow: hidden;
    background: url(../images/pro_arrow.png) no-repeat center right 40px;
}
.pro_main .list_s select option{
	padding: 5px 0;
}
.pro_tlist{
	margin-top: 25px!important;
	padding-top: 25px!important;
	border-top: 1px solid #eee!important;
	overflow: hidden;
}
.pro_tlist .one > ul{
	height: 72px;
	background: #eb160e;
	font-size: 20px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.pro_tlist .com ul{
	overflow: hidden;
}
.pro_tlist .one ul li{
	line-height: 72px;
	text-align: center;
	float: left;
	border-right: 2px solid #fff;
}
.pro_tlist .one ul li .img{
	height: 200px;
	width: 100%;
	background-size: cover!important;
}
.pro_tlist .one ul li:last-child{
	border-right: 0;
}
.pro_tlist .com ul li:nth-child(1){
	width: 17%;
}
.pro_tlist .com ul li:nth-child(2){
	width: 36%;
}
.pro_tlist .com ul li:nth-child(3){
	width: 16%;
}
.pro_tlist .com ul li:nth-child(4){
	width: 16%;
}
.pro_tlist .com ul li:nth-child(5){
	width: 9%;
}
.pro_tlist .com ul li:nth-child(6){
	width: 6%;
}
.pro_list_cont{
	margin-top: 25px!important;
}
.pro_list_cont ul{
	display: flex;
	border: 1px solid #eee;
	border-right: 0;
	margin-bottom: 9px;
}
.pro_list_cont ul:last-child{
	margin-bottom: 0;
}
.pro_list_cont ul li{
	text-align: left!important;
	padding: 0 20px!important;
	line-height: normal!important;
	border-right: 0!important;
	position: relative;
    display: flex;
    align-items: center;
}
.pro_list_cont ul li .box{
	float: left;
	/*position: absolute;*/
 /*   top: 50%;*/
 /*   transform: translateY(-50%);*/
 /*   -webkit-transform: translateY(-50%);*/
 /*   -moz-transform: translateY(-50%);*/
}
.pro_list_cont ul li:first-child{
	padding: 0!important;
}
.pro_list_cont ul li:nth-child(2) .box > a{
	margin-bottom: 25px;
	font-size: 20px;
	color: #4d4a4a;
	font-weight: normal;
	display: block;
	transition: all 0.3s ease-in-out 0s;
}
.pro_list_cont ul li:nth-child(2) .box > a:hover{
	color: #eb160e;
}
.pro_list_cont ul li:nth-child(2) .box > p{
	color: #4d4a4a;
}
.pro_list_cont ul li:nth-child(3){
	background: #eee;
}
.pro_list_cont ul li em{
    position: relative;
	display: block;
	color: #4d4a4a;
	font-style: normal;
    margin: 7px 0;
    padding-left: 20px;
}
.pro_list_cont ul li em:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%,-50%);
    -moz-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 50%;
}
.pro_list_cont ul li:nth-child(5){
	background: #eee;
}
.pro_list_cont ul li:nth-child(5) .box{
	line-height: 25px;
	color: #4d4a4a;
}
.pro_list_cont ul li:nth-child(5) .box i{
	font-style: normal;
}
.pro_list_cont ul li:nth-child(6){
	background: #ff0000!important;
	padding: 0 10px!important;
	transition: all 0.3s ease-in-out 0s;
}
.pro_list_cont ul li:nth-child(6):hover{
	background: rgba(255,0,0,0.7)!important;
}
.pro_list_cont ul li:nth-child(6) a{
	color: #fff;
}
.pro_list_cont ul li:nth-child(6) a img{
	margin: 12px auto 0;
    display: block;
}

.pro_tlistT{
    margin-top: 0!important;
    padding-top: 25px!important;
    border-top: 1px solid #eee!important;
    overflow: hidden;
}
.pro_tlistT .one > ul {
    overflow: hidden;
    height: 72px;
    margin-bottom: 20px;
    background: #eb160e;
    font-size: 20px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.pro_tlistT .one > ul li{
    line-height: 72px;
    text-align: center;
    float: left;
    border-right: 2px solid #fff;
}
.pro_tlistT .one > ul li:nth-child(1){
    width: 25.4%;
}
.pro_tlistT .one > ul li:nth-child(2){
    width: 35.3%!important;
}
.pro_tlistT .one > ul li:nth-child(3){
    /*width: 31%;*/
  	width: 39%!important;
  	border-right: 0;
}
.pro_tlistT .one > ul li:nth-child(4){
    width: 21%;
    border-right: 0;
}
.pro_tlistT .pro_list_cont ul{
    display: block;
}
.pro_tlistT .pro_list_cont ul > b{
    display: block;
}
.pro_list1_cont table{
    background: #eee;
    margin-bottom: 12px;
}
.pro_list1_cont table tr:nth-child(1) td{
    width: 100%!important;
    padding: 0;
    line-height: 60px;
    font-size: 20px;
    color: #505053;
    background: #e2dede;
}
.pro_list1_cont table td{
    text-align: center;
    border: 2px solid #fff;
    line-height: 26px;
    font-size: 20px;
    font-family: 'Roboto';
    padding: 15px 30px;
    vertical-align: middle;
    word-wrap: break-word;
}
.pro_list1_cont table td a{
    color: #555;
}
.pro_list1_cont table td a:hover{
    color: #eb160e;
}
.pro_list1_cont table tr td:nth-child(1){
    width: 20%;
}
.pro_list1_cont table tr td:nth-child(2){
    width: 9%;
}
.pro_list1_cont table tr td:nth-child(3){
    width: 19%;
    text-align: left;
}
.pro_list1_cont table tr td:nth-child(4){
    width: 31%;
    height: 95px;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
.pro_list1_cont table tr td:nth-child(4):hover{
    background: rgba(255,0,0,0.7);
}
.pro_list1_cont table tr td:nth-child(5){
    width: 21%;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
.pro_list1_cont table tr td:nth-child(5):hover{
    background: rgba(255,0,0,0.7);
}
.pro_list1_cont table tr:nth-child(2) td{
    text-align: center;
}
.pro_list1_cont table tr:nth-child(2) td:nth-child(4){
    text-align: left;
    background: transparent;
    color: inherit;
    cursor: auto;
}
.pro_list1_cont table tr:nth-child(2) td:nth-child(2){
    padding: 0;
}
.pro_list1_cont .bar{
    width: 11px;
    background: red;
}
.pro_list1_cont .bar-box{
    position: relative;
}
.pro_list1_cont .bar{
    position: relative;
    left: -5px;
    margin: 0 auto;
    width: 40px;
    border-radius: 20px;
    box-shadow: inset 0px 6px 14px 0px rgba(0, 0, 0, 0.1); 
    background: transparent;
}
.pro_list1_cont .bar-box span{
    position: absolute;
    right: 5px;
    font-size: 18px;
    color: #505053;
}
.pro_list1_cont span:last-child{
    bottom: 0;
}
.pro_list1_cont .bar .wd{
    background: -webkit-linear-gradient( 90deg, rgb(157,200,248) 0%, rgb(226,34,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(157,200,248) 0%, rgb(226,34,21) 100%);
    width: 11px;
    height: 97%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border-radius: 11px;
}
.pro_list1_cont .bar .wd:before{
    display: none;
    content: '';
    position: absolute;
    width: 40px;
    height: 12px;
    background: #f00;
    left: 50%;
    top: 27.6%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-radius: 20px;
    transition: all 0.5s;
}
.contact{
    max-width: 1440px;
    margin: 50px auto;
}
.contact .conta b{
    color: rgb(68, 68, 68);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: normal;
    display: inline-block;
}
.contact .conta i {
    font-size: 26px;
    color: rgb(119, 119, 119);
    display: block;
    font-style: normal;
}
.contact .conta .text{
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 35px;
    padding: 30px 0;
}
/* 公司简介 */
.about_show{
    
}
.about_show .about_main{
    width: 100%;
    max-width: 1720px;
    margin: 0 auto!important;
    padding: 0 15px;
}
.about_top{
    background: url(../images/about.jpg) no-repeat center!important;
    height: 459px;
    margin-bottom: 75px!important;
}
.about_main .tit{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 133px;
}
.about_main .tit a{
    display: inline-block;
    width: 341px;
    height: 82px;
    line-height: 82px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-right: 35px;
    font-size: 18px;
    color: #737575;
    font-style: italic;
    transition: all 0.3s ease-in-out 0s;
}
.about_main .tit a.active,
.about_main .tit a:hover{
    background: #fc1616;
    box-shadow: 0px 7px 35px 0px rgba(44, 44, 43, 0.15);
    color: #fff;
}
.about{
    /*margin-top: -43px;*/
}
.about .text{
    
}
.about .texts{
    max-width: 1440px;
    margin: 50px auto 75px;
}
.about .texts li:nth-child(1){
    display: flex;
}
.about .texts .text{
    flex: 1;
    /*margin-right: 60px;*/
}
.about .texts .img{
    width: 690px;
}
.about .texts .text b {
    color: rgb(68, 68, 68);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: normal;
    display: inline-block;
}
.about .texts .text div{
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 35px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eaeaea;
}
.about .texts .text i {
    font-size: 26px;
    color: rgb(119, 119, 119);
    display: block;
    font-style: normal;
}
.about .text .cont{
    margin-top: 44px;
    font-size: 20px;
    font-family: 'Roboto';
    color: #555;
    line-height: 32px;
    /*max-width: 1024px;*/
    margin: 0 auto;
}
.about .text .cont li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about .text .cont li .text{
    width: 30%;
    margin-right: 50px;
    display: flex;
    justify-content: center;
}
.about .text .cont li .text div{
    width: 65%;
}
.about .text .cont li .img{
    width: 70%;
    text-align: center;
}
.about .text .cont li .img img{
    width: 100%;
}
.about .text .cont li:last-child .img{
    width: auto;
}
.about .text .cont li .img p{
    font-size: 15px;
}
.about .picture{
    overflow: hidden;
    background: url(../images/about2.jpg) no-repeat center;
    height: 1069px;
    margin: 113px auto 0!important;
    /* width: 100%;
    max-width: 1720px;
    margin: 113px auto 0!important;
    padding: 0 15px; */
}
.about .picture .box{
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1720px;
    min-height: 206px;
    margin: 0 auto!important;
    padding: 0 15px;
    background: url(../images/about_line.png) no-repeat center;
}
.about .picture a{
    cursor: default;
}
.about_main .abtit{
    width: 100%;
    max-width: 1720px;
    margin: 0 auto!important;
    padding: 0 15px;
    margin-bottom: 133px!important;
}
.about .picture .swiper-slide{
    text-align: center;
}
.about .picture .swiper-slide:first-child{
	background: url(../images/about_add1.png) no-repeat left 28px top 10px;
}
.about .picture .swiper-wrapper{
    position: absolute;
}
.about .picture .year{
    font-size: 40px;
    font-family: 'Roboto';
    color: #555;
    line-height: 60px;
    transition: all 0.5s;
}
.about .picture .swiper-slide-active .year{
    font-size: 60px;
    color: #fc1616;
}
.about .picture .swiper-slide-active .name{
    color: #fc1616;
}
.about .picture .content{
    position: relative;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto!important;
}
.about .picture .content .add{
  	display: none;
    position: absolute;
    z-index: 1;
    width: 29px;
    height: 41px;
    top: 10px;
    left: 2.5%;
    background: url(../images/about_add1.png) no-repeat center;
}
.about .picture .content .line{
    position: absolute;
    z-index: 1;
    width: 157px;
    height: 550px;
    top: 10px;
    right: 15%;
    background: url(../images/about_add2.png) no-repeat center;
}
.about .picture .name{
    position: absolute;
    top: calc(100% - 56px);;
    width: 100%;
    font-size: 24px;
    font-family: 'Roboto';
    color: #555;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about .picture .circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 19px;
    height: 19px;
    background: #fdfdfe;
    border: 4px solid #000;
    border-radius: 50%;
    transition: all 0.5s;
}
.about .picture .swiper-slide-active .circle{
    border-color: #fc1616;
}
.about2 .picture .cninfo{
	text-align: center;
    padding: 0 30px;
    font-size: 16px;
    /*color: red;*/
}
.about .mb-map{
	display: none;
}
.about .map{
    width: 100%;
    max-width: 1720px;
    min-height: 206px;
    margin: -66px auto 0!important;
    padding: 0 15px;
    font-size: 30px;
  	font-size: 20px;
    color: #fc1616;
    font-style: italic;
    font-family: 'Roboto';
}
.about .map > b{
    font-size: 30px;
    color: #555;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: italic;
    display: block;
    margin-bottom: 100px;
}
.about .map .content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .map .box{
    position: relative;
  	width: calc(72% - 105px);
}
.about .map .box .usa{
    position: absolute;
    top: 34.5%;
    left: 13.5%;
}
.about .map .box .ger{
    position: absolute;
    top: 26%;
    left: 53.2%;
}
.about .map .box span i{
	font-style: normal;
}
.about .map .box .eur{
    position: absolute;
    top: 32.5%;
    left: 47.5%;
}
.about .map .box .china{
    position: absolute;
    top: 42.5%;
    left: 79%;
}
.about .map .box .china span{
    display: block;
    margin-left: -40%;
    margin-top: 13%;
}
.about .map .box .jap{
    position: absolute;
    top: 37.5%;
    left: 85.5%;
}
.about .map .box .other{
    position: absolute;
    top: 74%;
    left: 83%;
}
.about .map .box .other span{
    display: block;
    margin-left: -46%;
    margin-top: 5%;
}
.about .map .box .cir{
    opacity: 0;
    background: #f91d1d;
    border-radius: 50%;
    width: 100px;
    height: 80px;
    position: absolute;
    z-index: 1;
    animation: circle 2s infinite;
}
.about .map .box .usa .cir{
    top: -5%;
    left: -19%;
  	left: -23%;
}
.about .map .box .eur .cir{
    top: 0;
    left: -7%;
  	left: -10%;
}
.about .map .box .ger .cir{
    top: -1%;
    left: -14.5%;
  	left: -18.5%;
}
.about .map .box .china .cir{
    top: -1%;
    left: -24.5%;
  	left: -30.5%;
}
.about .map .box .jap .cir{
    top: 0%;
    left: -16.5%;
  	left: -20.5%;
}
.about .map .box .other .cir{
    top: -2%;
    left: -13%;
  	left: -18%;
}
.about .map .box div img{
    position: relative;
    z-index: 2;
}
@keyframes circle{
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
.about1{
    overflow: hidden;
}
.about1 .text{
    margin-bottom: 170px;
}
.about1 .text > b{
    font-size: 30px;
    color: #555;
    font-weight: normal;
    margin-bottom: 60px;
    display: block;
}
.about1 .text .cont{
    font-size: 20px;
    font-family: 'Roboto';
    color: #555;
    line-height: 34px;
}
.about1 .text .cont > img{
    float: right;
    margin-left: 58px;
}
.about1 .icon ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about1 .icon ul li{
    position: relative;
    float: left;
    box-shadow: 0px 0px 18px 0px rgba(44, 44, 43, 0.09);
    background: #eee;
    min-height: 420px;
    width: 25%;
    margin-right: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.about1 .icon ul li:hover{
    background: #a0a0a0;
}
.about1 .icon ul li:hover .box .t{
    color: #fff;
}
.about1 .icon ul li:hover .box .t p{
	opacity: 0;
}
.about1 .icon .box{
    position: absolute;
    border: 1px solid #dcdcdc;
    min-height: 340px;
    min-width: 80%;
    margin: 0 auto;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    padding: 0 35px;
    font-size: 23px;
    font-family: 'Roboto';
    color: #4e4f50;
}
.about1 .icon .box .i{
    width: 202px;
    height: 202px;
    border-radius: 50%;
    background: #a0a0a0;
    margin: -110px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about1 .icon .box .t{
  	position: relative;
    line-height: 35px;
    margin-top: 75px;
}
.about1 .icon .box .property-list{
	opacity: 0;
  	transform: translateY(-120px);
  	-webkit-transform: translateY(-120px);
  	-moz-transform: translateY(-120px);
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  	flex-direction: column;
    min-height: 175px;
  	transition: all 0.4s;
}
.about1 .icon .box .property-list a{
  	position: relative;
	color: #fff;
  	font-size: 16px;
  	line-height: normal;
  	text-align: left;
    width: 100%;
    padding: 5px 0 5px 20px;
  	transition: all 0.4s;
}
.about1 .icon .box .property-list a:hover{
	opacity: 0.7;
}
.about1 .icon .box .property-list a:before{
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f105";
    position: absolute;
    top: 5px;
    left: 0;
}
.about1 .icon ul li:hover .property-list{
	opacity: 1;
  	transform: translateY(-140px);
  	-webkit-transform: translateY(-140px);
  	-moz-transform: translateY(-140px);
}
.about2 .text{
    margin-bottom: 80px;
}
.about2 .text > b{
    font-size: 30px;
    font-family: 'Roboto';
    color: #555;
    font-weight: normal;
    margin-bottom: 45px;
    display: block;
}
.about2 .text .cont{
    font-size: 20px;
    font-family: 'Roboto';
    color: #555;
    line-height: 34px;
}
.about2 .picture{
    font-size: 18px;
    color: #1c1b1b;
    text-align: center;
    overflow: hidden;
}
.about2 .picture .swiper-slide{
    background: #eee;
}
.lcl_thumbs_toggle{
	display: none;
}
.about2 .picture .name{
    padding: 38px 10px;
    line-height: 25px;
  	min-height: 230px;
}
.about2 .picture .name > p{
  	min-height: 50px;
	font-size: 20px;
}
.about2 .picture .name b{
	width: 100%;
    display: block;
    min-height: 50px;
    font-size: 17px;
}
.about2 .picture img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s;
}
.about2 .picture a:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.about2 .picture a:hover .name{
    color: #ff0000;
}
.about3{
    overflow: hidden;
    background: url(../images/a0999.png) no-repeat right top 5px!important;
    /* height: 783px; */
  	margin-top: -100px!important;
    background-size: 60%!important;
}
.about3 .picture{
    position: relative;
    margin: 0 80px;
  	min-height: 342px;
}
.about3 .picture .box{
    overflow: hidden;
}
.about3 .picture .swiper-slide{
    text-align: center;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transition: 300ms;
}
.about3 .picture .swiper-slide-active{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.about3 .picture .swiper-slide img{
    width: 100%;
}
.about3 .picture .swiper-slide .name{
    display: none;
    margin-top: 35px;
    font-size: 20px;
    font-family: 'Roboto';
    color: #2f2e2e;
    line-height: 25px;
}
.about3 .picture .swiper-slide-active .name{
    display: block;
}
.about3 .about-download{
	text-align: center;
    margin-top: 50px;
    font-size: 22px;
}
.about3 .about-download a{
	display: block;
    width: 240px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    background: #e20226;
    color: #fff;
    border-radius: 5px;
    line-height: 45px;
    font-size: 18px;
  	transition: all 0.4s;
}
.about3 .left{
    float: left;
    width: calc(100% - 55%);
    margin-top: 152px;
}
.about3 .text > b{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: italic;
    font-size: 36px;
    color: #555;
    text-transform: uppercase;
    display: block;
    margin-bottom: 60px;
}
.about3 .text .cont{
    font-size: 20px;
    color: #555;
    font-family: 'Roboto';
    line-height: 36px;
    margin-bottom: 70px;
}
.about3 .picture .swiper-button-prev,
.about3 .picture .swiper-button-next{
    border: 1px solid #dcdcdc;
    width: 39px;
    height: 74px;
    top: 32%;
    transition: all 0.3s;
}
.about3 .picture .swiper-button-prev{
    background: url(../images/about3_prev.png) no-repeat center;
    left: -60px;
}
.about3 .picture .swiper-button-prev:hover{
    background: #ff0000 url(../images/about3_prev_active.png) no-repeat center;
}
.about3 .picture .swiper-button-next{
    background: url(../images/about3_next.png) no-repeat center;
    right: -60px;
}
.about3 .picture .swiper-button-next:hover{
    background: #ff0000 url(../images/about3_next_active.png) no-repeat center;
}

/* #fc_header .gnavi > ul > li:nth-child(4) .accordion_menu{
    display: none!important;
} */


/* 流程 */
.mate-bg{
	height:300px;
  	overflow:hidden;
  	margin-bottom: 50px!important;
  	display: flex;
    align-items: center;
    justify-content: center;
}
.mate-product-bg{
	/*margin-bottom: 50px!important;*/
}
.material-bg{
	margin-bottom: 0!important;
}
.process .tit{
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: 3px solid #eee;
}
.process .tit > b{
    font-size: 24px;
    color: #131313;
    line-height: 55px;
    font-weight: normal;
}
.process .tit > a{
    float: left;
    font-size: 16px;
    width: 249px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: #ff0000;
    transition: all 0.3s ease-in-out 0s;
}
.process .tit > a:hover{
    background: rgba(255,0,0,0.7);
}
.process .mate-bg{
	height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}
.process .img{
    margin-bottom: 52px;
}
.process_cont{
	font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
}
.process_cont .list{
    overflow: hidden;
}
.process_cont .bg{
    position: relative;
    line-height: 87px;
    background-position: -6px;
    font-size: 24px;
    color: #1f1e1e;
    width: 100%;
    background: #eee;
}
.process_cont .bg:before{
    width: 192px;
    height: 99px;
    content: '';
    position: absolute;
    z-index: 0;
    top: -2px;
    left: -6px;
    background: url(../images/process_bg.png) no-repeat left;
}
.process_cont .bg > p{
    display: inline-block;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 150px;
    text-align: center;
}
.process_cont .bg > span{
    font-size: 28px;
    color: #1f1e1e;
    color: #555;
    margin-left: 70px;
}
.process_cont .cont{
    margin: 30px 0;
    overflow: hidden;
}
.process_cont .cont .left{
    width: auto!important;
    margin-right: 75px;
}
.process_cont .cont .right{
    margin-left: 122px;
}
.process_cont .cont .right > b{
    color: #1f1e1e;
    color: #555;
    font-size: 22px;
    font-weight: normal;
    padding: 30px 0 40px;
    display: block;
}
.process_cont .cont .right .text{
    overflow: hidden;
}
.process_cont .cont .right .text li{
    position: relative;
    color: #595959;
    font-size: 14px;
    float: left;
    overflow: hidden;
    padding-left: 38px;
    width: 45%;
    margin-bottom: 28px;
}
.process_cont .cont .right .text li:nth-child(4){
    width: 35%;
}
.process_cont .cont .right .text li:nth-child(5){
    width: auto;
}
.process_cont .cont .right .text li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #ff0000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.process_cont .cont .right .icon{
    overflow: hidden;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 120px;
}
.process_cont .cont .right .icon li{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #595959;
}
.process_cont .cont .right .icon li img{
    height: 33px;
    margin-bottom: 10px;
    position: relative;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}



.product_show .product_main .left {
  float: left;
  width: 45%;
}
.product_show .product_main .right{
    width: 55%;
}
.product_show .product_main .left .title {
  font-size: 24px;
  color: #0c0c0c;
  padding: 29px 0;
  border-bottom: 1px solid #eeeeee;
}
.product_show .product_main .left .products {
  color: #787878;
  font-size: 14px;
  padding: 27px 0;
  line-height: 23px;
}
.product_show .product_main .left ul li {
  padding: 17px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.product_show .product_main .left ul li a {
  cursor: pointer;
  width: 100%;
  display: block;
}
.product_show .product_main .left ul li a img {
  vertical-align: middle;
  display: inline-block;
}
.product_show .product_main .left ul li a span {
  vertical-align: middle;
  color: #3f3f3f;
  font-size: 20px;
  margin-left: 20px;
}
.product_show .product_main .left ul li a .right_jt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_show .product_main .left ul li:last-child {
  border-bottom: none;
  padding: 35px 0;
}
.product_show .product_main .left ul .btn-lis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_show .product_main .left ul .btn-lis a {
  padding: 25px 0;
  background: #ff0000;
  text-align: center;
  max-width: 275px;
  border-radius: 10px;
  margin-right: 40px;
}
.product_show .product_main .left ul .btn-lis a:last-child{
    margin-right: 0;
}
.product_show .product_main .left ul .btn-lis a img {
  display: inline-block;
}
.product_show .product_main .left ul .btn-lis a span {
  color: white;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 18px;
}
.product_show .product_main .left ul .btn-lis .hs {
  background: #e5e5e5;
}
.product_show .product_main .left ul .btn-lis .hs span {
  color: #ff0000;
}
.product_show .chara .title {
  overflow: hidden;
  padding: 20px 0;
  /*border-bottom: 1px solid #eeeeee;*/
  margin-top: 75px;
  margin-bottom: 12px;
}
.product_show .chara .title .left {
  float: left;
}
.product_show .chara .title .left img {
  width: 15px ;
  height: 20px;
  vertical-align: middle;
  margin-right: 20px;
}
.product_show .chara .title .left span {
  font-size: 24px;
  /* font-weight: bold; */
  color: #111;
  margin-bottom: 20px;
  /*margin-left: 15px;*/
  vertical-align: middle;
}
.product_show .chara .title .left p{
	color: #030303;
}
.product_show .chara .title .right {
  float: right;
}
.product_show .chara .title .right img {
  vertical-align: middle;
}
.product_show .chara .title .right span {
  color: #808282;
  font-size: 18px;
  margin-left: 18px;
  vertical-align: middle;
}
.product_show .chara .lists .items_list {
  position: relative;
  padding-left: 35px;
}
.product_show .chara .lists .items_list img {
  position: absolute;
  left: 0;
  top: 28px;
}
.product_show .chara .lists .items_list p {
  color: #111111;
  font-size: 18px;
  padding: 25px  0 0 ;
}
.product_show .chara .lists .items_list .lists2 p {
  font-size: 14px;
  color: #575555;
}
.product_show .chara .lists .items_list .lists2 table {
  border: 1px solid #aaaaaa;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.product_show .chara .lists .items_list .lists2 table th {
  position: relative;
  border: 1px solid #aaaaaa;
  height: 104px;
  color: #575555 ;
  font-size: 14px;
  font-weight: normal;
}
.product_show .chara .lists .items_list .lists2 table th img {
  position: absolute;
  left: 0;
  top: 0;
}
.product_show .chara .lists .items_list .lists2 table .center {
  border-bottom: 1px solid #aaaaaa;
}
.product_show .chara .lists .items_list .lists2 table .center .lefts {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.product_show .chara .lists .items_list .lists2 table .center td {
  font-size: 14px;
  padding: 0;
}
.product_show .chara .lists .items_list .lists2 table .center td .top_two .texts1 {
  float: left;
  width: 49.9%;
  height: 39px;
  line-height: 39px;
}
.product_show .chara .lists .items_list .lists2 table .center td .top_two .texts1:first-child {
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  width: 50.1%;
}
.product_show .chara .lists .items_list .lists2 table .center td .width_100 {
  width: 100% !important;
}
.product_show .chara .lists .items_list .lists2 table .texts {
  width: 50%;
  float: left;
  height: 39px;
  line-height: 39px;
}
.product_show .chara .lists .items_list .lists2 table .tops .top_one {
  height: 50%;
}
.product_show .chara .lists .items_list .lists2 table .tops .top_one .texts:first-child {
  border-right: 1px solid #aaaaaa;
}
.product_show .chara .lists .items_list .lists2 table .tops .top_one:first-child {
  border-bottom: 1px solid #aaaaaa;
  height: 65px;
  line-height: 65px;
}
.product_show .chara .lists .items_list .lists2 table .tops .top_one:nth-child(2) {
  height: 39px;
}
.product_show .news {
  margin: 50px 0;
}
.product_show .news ul{
    display: flex;
    flex-wrap: wrap;
}
.product_show .news ul li {
    width: calc(100% / 3 - calc(2 / 3 * 55px));
    margin: 55px 55px 0 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.product_show .news ul li a{
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.product_show .news ul li a:hover{
    opacity: 0.8;
}
.product_show .news ul li:nth-child(3n){
    margin-right: 0;
}
.product_show .news ul li .imgs {
    height: 278px;
}
.product_show .news ul li .tro {
    
}
.product_show .news ul li .tro .title,
.product_show .news ul li .tro .contents,
.product_show .news ul li .tro .bottom span {
  font-style: italic;
}
.product_show .news ul li .tro .title {
  color: #333;
  font-size: 16px;
  padding: 20px;
}
.product_show .news ul li .tro .title:hover{
    color: rgba(88, 65, 46, 1);
}
.product_show .news ul li .tro .contents {
  color: #666;
  margin: 0 20px;
  line-height: normal;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_show .news ul li .tro .bottom .items {
    padding: 20px;
    font-size: 16px;
    color: rgb(153, 153, 153);
}
.product_show .news ul li .tro .bottom .items img {
  display: inline-block;
  vertical-align: middle;
}
.product_show .news ul li .tro .bottom .items span {
  color: #5d5e5e;
  font-size: 14px;
}
.product_show .pre_list {
  text-align: center;
  /*margin-top: 75px;*/
}
.product_show .pre_list ul {
  overflow: hidden;
  display: inline-block;
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.product_show .pre_list .pagination{
    display: inline-block;
}
.product_show .pre_list .pagination li a{
    min-width: auto;
}
.product_show .pre_list ul li {
  float: left;
}
.product_show .pre_list ul li a{
    cursor: pointer;
}
.product_show .pre_list ul li a,
.product_show .pre_list ul li span {
  display: block;
  font-size: 16px;
  color: #5c5c5c;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
  margin-left: 4px;
  /*min-width: 324px;*/
    line-height: 40px;
    /*height: 54px;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product_show .pre_list ul li a:hover,
.product_show .pre_list ul li.active span {
  background: rgba(88, 65, 46, 1);
  color: white;
  border-color: rgba(88, 65, 46, 1);
}
.product_show .pre_list{
    margin-bottom: 80px;
}
.product_show .news_show {
  margin: 50px 0;
}
.product_show .news_show .title {
  color: #333;
  font-size: 25px;
  padding: 25px 0 10px;
}
.product_show .news_show .show_main {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.product_show .news_show .show_main .show_items {
  float: left;
  padding: 20px 0;
}
.product_show .news_show .show_main .show_items img {
  vertical-align: middle;
}
.product_show .news_show .show_main .show_items i {
  color: #adadad;
  font-size: 14px;
  margin-right: 55px;
}
.product_show .text_list {
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #676767;
  line-height: 25px;
  padding-top: 20px;
}
.product_show .text_list p {
  font-size: 14px;
  color: #676767;
  line-height: 25px;
}
.product_show .order {
  margin-top: 60px;
}
.product_show .order .order_top {
  padding-bottom: 26px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.product_show .order .order_top .left {
  float: left;
  color: #131313;
  font-size: 24px;
  line-height: 56px;
}
.product_show .order .order_top .right {
  float: right;
}
.product_show .order .order_top .right a {
  padding: 19px 70px;
  color: white;
  font-size: 16px;
  display: block;
  background: #ff0000;
  border: 1px solid #ff0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product_show .order .order_top .right a:hover {
  color: #ff0000;
  background: white;
}
.product_show .order .center_img {
  margin-top: 55px;
}
.product_show .order .lc_list {
  margin-top: 30px;
}
.product_show .order .lc_list .top {
  position: relative;
  height: 90px;
  line-height: 90px;
  width: 100%;
}
.product_show .order .lc_list .top img {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.product_show .order .lc_list .top label {
  font-size: 30px;
}
.product_show .order .lc_list .top .white {
  color: white;
  margin-left: 60px;
}
.product_show .order .lc_list .top .black {
  color: #1f1e1e;
  margin-left: 146px;
}
.product_show .order .lc_list .main {
  overflow: hidden;
  margin-top: 45px;
}
.product_show .order .lc_list .main .main_image {
  float: left;
}
.product_show .order .lc_list .main .main_things {
  float: left;
  padding-left: 50px;
}
.product_show .order .lc_list .main .main_things .title {
  padding-bottom: 50px;
}
.product_show .order .lc_list .main .main_things .title p {
  color: #ff0000;
  font-size: 24px;
  word-break: break-all;
}
.product_show .order .lc_list .main .main_things .center ul {
  overflow: hidden;
}
.product_show .order .lc_list .main .main_things .center ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.product_show .order .lc_list .main .main_things .center ul li img {
  display: inline-block;
  vertical-align: middle;
}
.product_show .order .lc_list .main .main_things .center ul li p {
  color: #595959;
  font-size: 14px;
  word-break: break-all;
  display: inline-block;
  margin-left: 20px;
}
.product_show .order .lc_list .main .main_things .bottom {
  margin-top: 50px;
}
.product_show .order .lc_list .main .main_things .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_show .order .lc_list .main .main_things .bottom ul li {
  text-align: center;
}
.product_show .order .lc_list .main .main_things .bottom ul li p {
  font-size: 14px;
  color: #595959;
  margin-bottom: 12px;
}
.padding_top {
  padding-top: 30px !important;
}
.padding_15 {
  padding-left: 11px !important;
  padding-right: 11px !important;
  padding-bottom: 0px  !important;
}
.padding_35 {
  padding-top: 35px !important;
}
.margin_30 {
  margin-top: 30px !important;
}
.mar_80 {
  margin-top: 80px !important;
}
.mar_100 {
  margin-bottom: 100px !important;
}
.index_list .center ul li img {
  top: 18px;
}
.index_list .new_li a img {
  top: 4px !important;
}
.index_list .center3 ul li a img {
  top: 4px !important;
}

.table .container{
  padding: 50px 0!important;
}
.table table{
	width: 100%
}
.table table td{
	border: 2px solid #282828;
  	padding: 6px 10px;
  	text-align: center;
  	font-size: 16px;
  	color: #282828;
  	vertical-align: middle;
  	/*word-break: break-all;*/
}
.table table td sup{
	font-size: 14px;
}
.table table td span{
    display: block;
    min-width: 24px;
    text-align: center;
    white-space: nowrap;
	writing-mode: vertical-rl;
  	transform: rotate(-180deg);
  	-webkit-transform: rotate(-180deg);
  	-moz-transform: rotate(-180deg);
}
.table table td span.cn{
	transform: rotate(0);
  	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
}
.table table td img{
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.table table td ul li{
  	position: relative;
  	padding-left: 15px;
}
.table table td ul li:before{
  	display: none;
	content: '';
  	position: absolute;
  	background: url(../images/table_icon.png) left center no-repeat;
  	background-size: contain;
  	height: 15px;
  	width: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
}
.table table tr{
	line-height: 25px;
}
.table table tr:nth-child(1) td:nth-child(1){
	width: 40%;
  	padding: 0;
}
.table table tr:nth-child(1) td:nth-child(2){
	width: 23%;
}
.table table tr:nth-child(1),
.table table tr:nth-child(2){
	background: #d3edfb;
}
.table table tr:nth-child(3),
.table table tr:nth-child(4),
.table table tr:nth-child(5){
	background: #ebf3d9;
}
.table table tr:nth-child(6){
	background: #fffcdb;
}
.table table tr:nth-child(7),
.table table tr:nth-child(8),
.table table tr:nth-child(9),
.table table tr:nth-child(10),
.table table tr:nth-child(11),
.table table tr:nth-child(12){
	background: #feeabe;
}
.table table tr:nth-child(13),
.table table tr:nth-child(14),
.table table tr:nth-child(15),
.table table tr:nth-child(16),
.table table tr:nth-child(17){
	background: #ebf3d9;
}
.table table tr:nth-child(18),
.table table tr:nth-child(19),
.table table tr:nth-child(20){
	background: #d3edfb;
}
.table table tr:nth-child(21){
	background: #d3ddf1;
}
.table table tr:last-child td{
	padding: 20px 10px;
}

.head_link a:before{
	display:none!important;
}

.holder2{
	clear: both;
  	width: 43%;
  	margin-top: 10px!important;
}
.holder .type{
	display: flex;
}
.holder2 .type dd{
	width: 50%;
  	margin-right: 12px;
}
.holder .type a{
	width: 100%!important;
}
.news-t{
    padding-top: 70px;
    text-align: center;
}
.news-t b {
    color: rgb(68, 68, 68);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: normal;
    display: inline-block;
}
.news-t i {
    font-size: 26px;
    color: rgb(119, 119, 119);
    display: block;
    font-style: normal;
}
/* 底部链接 */
.main_href{
  	margin-top: 30px!important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main_href a{
	color: #e20226;
    line-height: 45px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 5px;
  	font-size: 20px;
    width: 300px;
    height: 45px;
  	margin: 0 10px;
    border: 1px solid #d0d0d0;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
}
.main_href a:hover{
	color: #fff!important;
    background: #e20226!important;
}

.main_property{
	margin: 50px 0 100px!important;
}

.box{
    position: relative;
}
.video{
    opacity: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8)!important;
    top: 0;
    transition: all 0.3s;
}
.video.active{
    opacity: 1;
    z-index: 9999;
}
.box .close{
    width: 30px;
    top: 10px;
    position: absolute;
    right: -50px;
    cursor: pointer;
    transition: all 0.3s;
}
.box .close:hover{
    opacity: 0.8;
}

.video video{
    width: 1000px;
    border-radius: 5px;
    outline: none;
}

.about-video .container{
    max-width: 100%!important;
    padding: 0!important;
}
.about-video .container .btn{
    margin-top: 50px!important;
}

@media screen and (min-width:1200px){
  .about3 .about-download a:hover{
  	opacity: 0.8;
  }
}

@media screen and (max-width: 1200px){
    .video video{
        width: 800px;
    }
}

/* 1500 */
@media screen and (max-width: 1500px){

  .about .map .box{
 	width: calc(80% - 50px);
    margin-right: 50px;
  }
  .about .map .box span i{
  	display: block;
  }
  .about .map .box .jap{
  	width: 18%;
  }
  .about .map .box .eur .cir{
  	left: -14%;
  }
}

/* 1400 */
@media screen and (max-width: 1400px){
  .about1 .icon .box .t{
    margin-top: 60px;
  }
  .about2 .picture .swiper-slide .img div{
  	height: 300px!important;
  }
  .about3 .about-download{
  	margin-top: 0;
  }
  .product_show .product_main .right {
      width: 70%;
  }
}

/* 1300 */
@media screen and (max-width: 1300px){
  .product_show .news ul li .tro .title{
  	padding-top: 30px;
  }
}

.mb-property{
	display: none!important;
}

/* 992 */
@media screen and (max-width: 992px){
    .fc_contents article section .container .btn{
        width: 48%;
    }
    .fc_contents article section .container .btn a{
        width: 100%;
    }
    .video video{
        width: 630px;
    }
    .box{
        width: 85%;
    }
    .box .close{
        width: 25px;
        right: -10px;
    }
    .video video{
        width: 92%;
    }
    .fc_contents article section .container .btn{
        -webkit-appearance: none;
    }
}

@media only screen and (max-width: 768px){
    .about-video .container .btn{
        margin-top: 20px!important;
    }
  .about3 .about-download{
  	margin-top: 20px;
  }
  .pro_main .tit{
  	font-size: 22px;
  }
  .pro_list ul li{
  	width: calc(50% - calc(1 / 2 * 2%));
    margin: 20px 2% 0 0;
  }
  .pro_list ul li:nth-child(2n){
      margin-right: 0!important;
  }
  .pro_list ul li:nth-child(3n){
      margin-right: 2%;
  }
  .pro_list .img{
  	height: 200px;
  }
  .pro_search button{
  	height: 37px;
    line-height: 37px;
  }
  .pro_list{
  	padding-top: 15px!important;
  	display: block;
  }
  .pro_right{
      width: 100%;
  }
  .pro_nav{
      width: 100%;
      padding-right: 0!important;
      display: flex;
      flex-wrap: wrap;
  }
  .pro_nav a{
      padding: 12px 10px;
  }
  .pro_two_nav{
      display: none;
  }
  .pro_list .list_name{
  	margin: 20px 10px;
    min-height: auto;
    font-size: 16px;
  }
  .mate-product-bg{
  	margin-bottom: 0!important;
  }
  .product_show .pro_main{
  	margin-top: 0!important;
  }
  .pro_main .pro_search form input{
  	height: 37px;
  }
  .fc_contents img{
  	vertical-align: middle;
  }
  .about_top{
  	height: 300px;
    margin-bottom: 20px!important;
  }
  .about_main .tit{
  	margin-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px!important;
  }
  .about_main .tit a{
    font-size: 14px;
  	width: 100%;
    margin-right: 0;
    height: 48px;
    line-height: 48px;
  }
  .about1 .text > b{
  	font-size: 22px;
    margin-bottom: 30px;
  }
  .about1 .text .cont{
  	font-size: 14px;
  }
  .about1 .text .cont p{
  	text-align: left;
  }
  .about1 .icon ul li{
  	width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
    background: #a0a0a0;
  }
  .about1 .icon ul li:last-child{
  	margin-bottom: 0;
  }
  .about1 .text{
  	margin-bottom: 100px;
  }
  .about1 .icon ul{
  	flex-wrap: wrap;
  }
  .about1 .icon ul img{
  	width: auto;
  }
  .about1 .icon .box{
  	min-width: 90%;
  }
  .about1 .icon .box .t > p{
  	display: none;
  }
  .about1 .icon .box .property-list{
    opacity: 1;
    transform: translateY(-45px)!important;
  	-webkit-transform: translateY(-45px)!important;
  }
  .about_show{
  	margin-bottom: 0!important;
  }
  #fc_footer{
  	height: auto;
  }
  .fc_contents article section .container{
  	box-sizing: inherit!important;
  }
  .fc_contents article section:nth-child(even){
  	/*overflow-x: scroll!important;*/
  }
  .fc_contents article section#table-cont{
    padding-right: 15px;
    overflow-x: scroll;
    width: calc(100% - 30px);
    margin: 0 auto;	    
  }
  .fc_contents article section#table-cont .container{
      padding: 0!important;
  }
  #section01 .container figure figcaption.btnRow2{
  	padding-bottom: 0!important;
  }
  #contents{
  	padding-bottom: 20px;
  }
  .table .container{
  	padding-bottom: 0!important;
    padding-top: 30px!important;
  }
  .table table td{
  	font-size: 14px;
  }
  .product_show .news{
  	margin-top: 20px;
  }
  .product_show .pre_list{
  	margin: 30px 0;
  }
  .product_show .news ul li .imgs{
  	width: 100%;
  }
  .fc_contents img{
  	width: 100%;
  }
  .product_show .news ul li .tro{
  	width: 100%;
    padding: 15px;
  }
  .product_show .news ul li .tro .title {
      padding: 0 15px 15px 0;
  }
  .product_show .news ul li .tro .bottom .items img,
  .product_show .news_show .show_main .show_items img{
  	width: 15px;
    position: relative;
    top: -2px;
  }
  .product_show .news ul li .tro .contents{
  	padding: 0;
    margin: 15px 0;
  }
  .product_show .news ul li .tro .bottom .items{
  	float: left;
    margin-right: 0;
  }
  .product_show .news ul li .tro .bottom .items:last-child{
  	float: right;
  }
  .product_show .news_show .title{
  	font-size: 22px;
  }
  .product_show .news_show {
      margin: 5px 0 0;
  }
  .product_show .text_list {
      padding-bottom: 20px;
    line-height: 20px;
  }
  .product_show .pre_list ul li a, .product_show .pre_list ul li span{
  	min-width: auto;
    font-size: 14px;
  }
  .concats .top {
      padding: 30px 15px;
  }
  .concats .top ul{
  	flex-wrap: wrap;
    margin-bottom: 0;
  }
  .concats .top ul li{
  	margin-bottom: 10px;
  }
  .concats .top ul li img{
  	height: auto;
  }
  .concats .top ul li span{
  	line-height: 25px
  }
  .concats{
  	margin-bottom: 0!important;
  }
  .concats .main{
  	padding: 15px 15px 0;
  }
  .concats .main .left_main{
  	width: 100%;
  }
  .concats .main .left_main img{
  	width: 50%;
    display: block;
    margin: 0 auto;
  }
  .concats .main .left_main ul li .add_file img{
  	width: auto;
  }
  .concats .main .left_main ul .btns{
  	padding-bottom: 0;
    margin-bottom: 0;
  }
  #mapen{
  	height: 300px!important;
  }
  .process .tit {
      padding-bottom: 20px;
      margin-bottom: 20px;
    	margin-top: 20px;
  }
  .process_cont .bg:before{
  	height: 50px;
    top: 0;
  }
  .process_cont .bg{
  	line-height: 50px;
  }
  .process .tit > a{
  	width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .process_cont .bg > p{
  	font-size: 22px;
  }
  .process_cont .bg > span {
      font-size: 18px;
  }
  .product_show .product_main .right {
      width: 82%;
  }
  .process_cont .cont .right {
      margin-left: 68px;
  }
  .process_cont .cont{
  	margin: 20px 0;
  }
  .process_cont .cont .left{
  	margin-right: 20px;
  }
  .process_cont .cont .right > b {
      font-size: 16px;
      padding: 0 0 20px;
  }
  .process_cont .cont .right .text li{
  	width: 48%!important;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .process_cont .cont .right .icon {
    margin-top: 20px;
    display: block;
  }
  .process_cont .cont .right .icon li img{
  	width: auto;
  }
  .process_cont .cont .right .icon{
  	padding-right: 0;
    flex-wrap: wrap;
  }
  .process_cont .cont .right .icon li {
      font-size: 14px;
      width: 50%;
      margin-bottom: 20px;
    margin-left: -20px;
  }
  .product_show .pro_main{
  	margin: 0;
  }
  .product_show .news ul li:last-child{
  	margin-bottom: 0;
  }
  .about .text .cont{
  	margin-top: 0;
    font-size: 14px;
  }
  .about .map{
  	display: none;
  }
  .about .mb-map{
  	display: block;
    padding: 0 15px;
  }
  .about .mb-map b{
  	text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
  .about .mb-map .fenbu{
  	width: 60%;
    margin: 0 auto;
    display: block;
  }
  .about .picture{
  	margin: 20px 0!important;
    height: 300px;
    display: flex;
    align-items: center;
  }
  .about .picture .content .line{
  	display: none;
  }
  .about3 .left {
      width: 100%;
      margin-top: 0;
  }
  .about3 {
      background: transparent!important;
      margin-top: 20px!important;
  }
  .about3 .text > b{
  	font-size: 22px;
    margin-bottom: 20px;
  }
  .about3 .text .cont {
      font-size: 14px;
      margin-bottom: 20px;
  }
  .about3 .picture .swiper-slide .name {
      margin-top: 20px;
      font-size: 14px;
  }
  .about2 .picture .name{
  	padding: 20px 15px;
    min-height: auto;
  }
  .about2 .text{
  	margin-bottom: 20px;
  }
  .about2 .text > b{
  	font-size:22px;
    margin-bottom: 20px;
  }
  .about2 .text .cont{
  	font-size: 14px;
  }
  .fc_contents article section .container {
      padding: 20px 15px 20px!important;
      max-width: 100%!important;
  }
  .products_detail_head .products_text .products_info .h_sec{
  	font-size: 22px!important;
  }
  .products_detail_head .products_text .products_info p{
  	font-size: 14px!important;
  }
  .products_detail_head .products_pic{
  	height: 200px;
  }
  #section05{
  	overflow-x: hidden!important;
    padding: 0!important;
  }
  #section05 .pro_list{
  	width: auto!important;
  }
  #section05 .btn_block a .related_tx{
  	height: auto!important;
  }
  #section05 .btn_block a{
  	font-size: 14px;
  }
  #section05 .btn_block a span{
  	font-size: 18px!important;
  }
  .pro_search button img{
  	width: auto;
  }
  .pro_con {
      padding: 20px 15px!important;
  }
  .pro_con img{
  	display: none;
  }
  .pro_con .text{
  	font-size: 22px;
  }
  .pro_con .text p {
      font-size: 14px;
  }
  .pro_con a{
  	width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }
  .hot{
  	display: none;
  }
  .mb-property{
  	display: block!important;
  }
  .fc_contents article section .mb-property .container{
  	padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .sec_property .mb-property .container > ol{
  	margin-top: 0!important;
  }
  .pc-property{
  	display: none;
  }
  .main_property {
      margin: 20px 0!important;
  }
  .padding_35 {
      padding-top: 20px !important;
  }
  .pro_top{
  	font-size: 20px!important;
    height: 132px;
  }
  .mb_table{
  	overflow-x: scroll;
  }
  .mb_table .one > ul, .mb_table table{
  	width: 1200px!important;
  }
  .about .text .cont li{
      flex-direction: column;
      align-items: flex-start;
  }
  .about .text .cont li .text{
      width: 100%;
      padding: 0;
  }
  .about .text .cont li .text div,
  .about .text .cont li .img{
      width: 100%;
  }
}

#lcl_window{
	/*height: auto!important;
  	width: 50%!important;*/
}
#lcl_wrap{
	padding: 0.3% 0 1.2%!important;
}
#lcl_thumbs_nav .lcl_tn_inner{
	left: 10px!important;
}
