<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { color:#000; text-decoration:none; }
a:hover { color: ; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }
/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#000; line-height:1.8;background: #FFFFFF;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header{
	padding: 20px 0;
}
.header .logo{
	float: left;
}
.header .tel{
	float: right;
	background: url(../img/tel.jpg) no-repeat left center;
	padding-left: 70px;
	padding-right: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	margin-top: 10px;
}
.nav{
	text-align: center;
	background: #eb0404;
}
.nav ul li{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
    float: left;
    margin-right: 81px;
}
.nav ul li:last-child{
	margin-right: 0px;
}
.nav ul li a{
	color: #FFFFFF;
	padding: 8px 0;
	display: block;
}
.banner .swiper-pagination-bullet-active{
	background: #EB0404;
}
/*热门 搜索 begin*/
.hot_search{
	
}
.hot_search .wrap{
	padding: 20px 0;
}
.hot{
	float: left;
	margin-top: 2px;
	font-size: 14px;
	color: #7b7b7b;
}
.hot span{
	font-weight: bold;
}
.hot a{
	padding-left: 6px;
	color: #7b7b7b;
}
.search{
	float: right;
	width: 520px;
	height: 30px;
	position: relative;
}
.search form{
	height: 100%;
}
.search input{
	border: none;
	outline: none;
}
.search input::-webkit-input-placeholder{
	color: #cfcfcf;
}
.search input.inp_1{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	padding-right: 75px;
	padding-left: 13px;
	box-sizing: border-box;
    background: #f2f2f2;
 
}
.search input.inp_2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #eb0404;
    color: #FFFFFF;
    font-size: 16px;

}
/*热门 搜索 end*/

/*banner*/
.banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*公用标题*/
.pub_title{
	text-align: center;
	margin: 30px 0;
}
.pub_title h4{
	font-size: 45px;
}
.pub_title h4 em{
	color: #af0101;
}
.pub_title span{
	font-size: 14px;
	color: #767676;
	line-height: 20px;
	text-align: center;
}
.pub_title span:before,.pub_title span:after{
	width: 230px;
	height: 1px;
	content: "";
	background: #b8b8b8;
	display: inline-block;
	margin: 0 50px;
}

/*产品中心*/
.product{
	background: url(../img/pro_bg.jpg) no-repeat center top;
	padding-bottom: 50px;
}
.pro_list{
	margin-top: 35px;
}
.pro_le{
	float: left;
	width: 262px;
	background: url(../img/pro_list_bg.jpg.png) no-repeat center bottom #FFFFFF;
	padding: 5px;
	padding-bottom: 150px;
}
.pro_le .pro_title{
	background: url(../img/pro_title.jpg) no-repeat center top;
	text-align: center;
	color: #f0d16c;
	padding: 10px 0;
}
.pro_le .pro_title dl dt{
	font-size: 30px;
	line-height: 40px;
}
.pro_nav{
	text-align: center;
	margin-top: 65px;
}
.pro_nav ul li{
	font-size: 24px;
	background: url(../img/border.png) no-repeat center center;
	width: 256px;
	height: 56px;
	line-height: 49px;
	margin-bottom: 14px;
}
.pro_nav ul li:hover{
	background: url(../img/border_act.png) no-repeat center center;
}
.pro_nav ul li:hover a{
	color: #FFFFFF;
}
.pro_nav ul li.act{
	background: url(../img/border_act.png) no-repeat center center;
}
.pro_nav ul li.act a{
	color: #FFFFFF;
}
.pro_nav ul li a{
	display: block;
	color: #282828;
}
.pro_more a{
	display: block;
	margin: 90px auto 0;
	width: 122px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
}
.pro_ri{
	width: 906px;
	float: right;
}
.pro_ri dl{
	width: 290px;
	box-sizing: border-box;
	padding: 8px;
	float: left;
	background: #FFFFFF;
	margin-right: 18px;
	margin-bottom: 12px;
	border: 1px solid #ececec;
}

.pro_ri dl:hover dt img{
	transform: scale(1.2);
}
.pro_ri dl:nth-child(3n+3){
	margin-right: 0px;
}
.pro_ri dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 274px;
	overflow: hidden;
	height: 282px;
}
.pro_ri dl dt img{
	transition: all ease-in-out .5s;
	max-width: 100%;
	display: block;
	max-height: 100%;
}
.pro_ri dl dd{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 50px;
	font-size: 16px;
	box-sizing: border-box;
	background: url(../img/pro_name_bg.png) no-repeat right center;
}
/*推荐产品*/
.pro_tj{
	background: url(../img/pro_tj_bg.png) no-repeat center top;
	padding-bottom: 45px;
}
.pro_tj_list .swiper-container{
	padding-bottom: 60px;
}
.pro_tj_list img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width:100%;
}
.pro_tj_list .swiper-pagination-bullet{
	width: 26px;
	height: 26px;
	background: url(../img/pro_tj.png) no-repeat center center;
	opacity: 1;
	margin: 0 13px !important;
}
.pro_tj_list .swiper-pagination-bullet-active{
	background: url(../img/pro_tj_act.png) no-repeat center center;
}
.case{
	
}
.case_word{
	text-align: center;
	color: #737373;
	font-size: 14px;
}
.case_sm{
	margin: 23px 0;
	text-align: center;
}
.case_sm img{
	display:block;
}
.case_sm dl{
	text-align: center;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	margin: 0 10px;
}
.case_list{
	text-align: center;
	background: #f8f8f8;
	padding: 30px 0 30px 40px; 
	margin: 45px 0;
}
.case_list .swiper-button-next, .case_list  .swiper-button-prev{
	font-size: 24px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #c9c9c9;
	color: #c9c9c9;
	text-align: center;
	border-radius: 50%;
	pointer-events: inherit;
}
.case_list .swiper-button-next:hover, .case_list  .swiper-button-prev:hover{
	background: #8f8f8f;
	color: #FFFFFF;
	border: 2px solid #8f8f8f;
}
.case_list .swiper-button-next:after, .case_list  .swiper-button-prev:after{
	content: "";
	font-size: 18px;
}
.case_list dl dd{
	font-size: 22px;
	width: 964px;
	margin: 0 auto;
	background: url(../img/case_jt.png) no-repeat right center;
	text-align: left;
}
.case_case{
	background: url(../img/case_bg.jpg) no-repeat center center;
	height: 851px;
}
.case_case .pro_tj_list{
	height: 570px;
	padding-bottom: 60px;
}

.case_case .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.case_case .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
 
}
.case_case .swiper-slide img{
	 transition: all ease-in-out .5s;
}
.case_case .swiper-slide:hover img{
	transform: scale(1.2);
}
/*关于我们*/
.about .pub_title h4{
	background: url(../img/about_title.png) no-repeat center center;
}
.about_second{
	text-align: center;
	margin: 70px 0;
}
.about_second ul li{
	display: inline-block;
	font-size: 24px;
	margin: 0 65px;
	background-image: linear-gradient(#f3f3f3, #b9b9b9);	
	border-radius: 10px;
	color: #777777;
	border: 2px solid #c3c3c3;
	box-shadow: 0 0 10px 1px #cbcbcb;
}
.about_second ul li:hover{
	background: #df0000;
}
.about_second ul li:hover a{
	color: #FFFFFF;	
}
.about_second ul li:first-child{
	background: #df0000;
}
.about_second ul li:first-child a{
	color: #FFFFFF;	
}
.about_second ul li a{
	color: #777777;
	padding: 6px 45px;
	display: block;
}
.num{

width: 600px;
    margin: 0 auto;
}
.num dl{
	width: 30%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin-top: 15px;
}
.num dl:nth-child(2){
	width: 40%;
}
.num dl:after{
	display: block;
	content: "";
	width: 1px;
	height: 70px;
	background: #d2d2d2;
	position: absolute;
	top: 37px;
	right: 0px;
	z-index: 20;
}
.num dl:nth-child(3):after{
	display: none;
}
.num dl dt{
	font-size: 48px  !important;
	font-weight: bold;
}
.num dl dt em{
	font-size: 14px;
	position: relative;
	top: -30px;
}
.num dl dt i{
	font-style: inherit;
}
.num dl dd{
	font-size: 16px !important;
}
.about_list{
	padding:70px 60px 0;
}

.about_le{

    padding:0 55px
	box-sizing: border-box;

}
.about_index .about_le{
	width:50%;
	float:left;
	padding-right:30px;
	box-sizing: border-box;
}
.about_index .about_le dl{
	text-align:left;
}
.about_index .about_ri{
	width:50%;
	float:left;
}
.about_le dl{
	margin-bottom: 25px;	
	text-align:center;
}
.about_le dl dt{
	font-size: 24px;
}
.about_le dl dd{
	font-size: 14px;
	color: #c7c7c7;
}
.about_le p{
	font-size: 16px;
	color: #414141;
}
.about_ri{
	width: 50%;
	float: left;
}
/*加工设备*/
.equipment{
	background: url(../img/equipment.png) no-repeat center center;
	height: 754px;
	margin-top: 55px;
}
.equipment_pho{
	
}
.equipment_team{
	width: 1164px;
	margin: 0 auto;
}
.equipment_pho img{
	display:block;
}
.equipment_pho dl{
	width:1164px;
	margin:0 auto;
}
.equipment_pho .swiper-pagination{
	text-align: right;
	padding-right: 57px;
    box-sizing: border-box;
}
.equipment_pho .swiper-pagination-bullet-active{
	background:#af0101;
}
.equipment_pho dl dd{
	padding:8px 15px;
	background:#ddd;
	font-size:16px;
}
.equipment_team img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.equipment_hd{
	width: 1164px;
	margin: 18px auto;
}
.equipment_hd ul li{
	width: 269px;
	height: 157px;
	line-height: 157px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-right: 29px;
}
.equipment_hd ul li:last-child{
	margin-right: 0px;
}
.equipment_hd ul li.act{
	background: #ff361b !important;
}
.equipment_pho .swiper-button-prev:after, .equipment_pho  .swiper-button-next:after{
	content: "&lt;";
	width: 21px;
	height: 21px;
	line-height: 21px;
	background: #ffffff;
	display: block;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    color: #000000;
}
.equipment_pho  .swiper-button-next:after{
	content: "&gt;";
}
.equipment_pho .swiper-button-prev:hover:after, .equipment_pho  .swiper-button-next:hover:after{
	background: #ff0000;
	color: #FFFFFF;
}

.equipment_pho  .swiper-button-prev, .equipment_pho  .swiper-button-next{
	opacity: 1;
}
/*定制流程*/
.lc_box img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*新闻*/
.news{
	margin-bottom: 55px;
}
.news h4{
	background: url(../img/news_title.png) no-repeat center center;
}
/* 本例子css */
.slideTxtBox{   }
.slideTxtBox .hd{ position:relative; }
.slideTxtBox .hd ul{  text-align: center;}
.slideTxtBox .hd ul li{ cursor:pointer;display: inline-block;
    font-size: 24px;
    margin: 0 65px;
    background-image: linear-gradient(#f3f3f3, #b9b9b9);
    border-radius: 10px;
    color: #777777;
    border: 2px solid #c3c3c3;
    box-shadow: 0 0 10px 1px #cbcbcb;padding: 6px 45px;}
.slideTxtBox .hd ul li.on{  background:#f30000;color: #FFFFFF; }
.slideTxtBox .bd{margin-top: 50px;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
.news_team{
	width: 47%;
	float: left;
	margin-bottom: 57px;
}
.news_team:nth-child(2n+2){
	margin-left: 6%;
}
.news_pho{
	width: 40%;
	float: left;
	overflow: hidden;
}
.news_pho:hover img{
	transform: scale(1.2);
}
.news_pho img{
	display: block;
	max-width: 100%;
	transition: all ease-in-out .5s;
	max-height: 164px;
}
.news_words{
	width: 60%;
	padding: 0 2%;
	box-sizing: border-box;
	float: left;
}
.news_words h4{
	font-size: 18px;
	color: #ea4747;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_words h4 a{
	color: #ea4747;
}
.news_words em{
	font-size: 14px;
	color: #ea4747;
	display: block;
	margin-bottom: 15px;
}
.news_words p{
	font-size: 14px;
	-webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	height:50px;
}
/*更多新闻*/
.news_more a{
	width: 150px;
	height: 23px;
	line-height: 23px;
	display: block;
	background: #ff0000;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
}
/*footer*/
.footer{
	background: #444444;
}
.footer a:hover{
	text-decoration: underline;
}
.foot_top{
	padding: 50px 0;
}
.foot_le{
	float: left;
}
.foot_le .sub{
	position: relative;
}
.foot_le .sub input{
	height: 55px;
	line-height: 55px;
	outline: none;
}
.foot_le .sub input.inp_3{
	width: 535px;
	background: #272727;
	padding: 0 10px;
	padding-right: 120px;
	box-sizing: border-box;
	border: none;
	color: #FFFFFF;
}
.foot_le .sub input.inp_4{
	width: 105px;
	background: #828282;
	color: #FFFFFF;
	font-size: 14px;
	
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
	border: none;
}
.foot_le .foot_logo{
	margin-top: 10px;
}
.foot_nav{
	float: left;
	margin: 0 30px;
}
.foot_nav .nav_team{
	margin: 0 15px;
	float: left;
	text-align: center;
}
.foot_nav .nav_team h4{
	margin-bottom: 18px;
}
.foot_nav .nav_team h4 a{
	font-size: 16px;
	color: #FFFFFF;
}
.foot_nav .nav_team  ul li{
	font-size: 14px;
	color: #b2b2b2;
	max-width: 70px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.foot_nav .nav_team  ul li a{
	color: #b2b2b2;
}
.foot_wechat{
	float: right;
	text-align: center;
	margin-top: 8px;
}
.foot_wechat img{
	display: block;
}
.foot_wechat dl dd{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 8px;
}
.foot_bot{
	text-align: center;
	padding: 28px 0;
	color: #737373;
	font-size: 14px;
	border-top: 1px solid #676767;
}
.foot_bot a{
	color: #737373;
}
/*中部*/
.main{
	background: url(../img/main_bg.jpg) no-repeat center top;
}
.location{
	font-size: 14px;
	padding: 24px 0;
	color: #706f6f;
}
.location a{
	color: #706f6f;
}
.second{
	background: #f5f5f5;
	margin-top: 38px;
	padding: 0 20px;
}
.second_le{
	float: left;
}
.second_le span{
	padding-right: 60px;

}
.second_le span em{
   color: #b1030f;
   padding-right: 10px;
}
.second_le i{
	font-style: inherit;
	font-size: 18px;
	color: #777777;
}
.second_le span{
	font-size: 30px;
}
.second_ri{
	float: right;
	font-size: 18px;
	line-height: 54px;
	background: url(../img/all.png) no-repeat left center;
	padding-left: 28px;
}
.second_list{
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.second_list ul li{
	display: inline-block;
	font-size: 18px;
	border-radius: 15px;
	margin-right: 15px;
	padding: 3px 26px;
}
.second_list ul li.act{
	background: #db0312;	
}
.second_list ul li.act a{
	color: #FFFFFF;
}
.second_list ul li:hover{
	background: #db0312;	
}
.second_list ul li:hover a{
	color: #FFFFFF;
}
.pro_list_de{
	
}
.pro_list_de dl{
	float: left;
	width: 572px;
	overflow: hidden;
	text-align: center;
	margin-right: 56px;
	font-size: 16px;
	margin-bottom: 16px;
}
.pro_list_de dl:nth-child(2n+2){
	margin-right: 0px;
}
.pro_list_de dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 572px;
	height: 410px;
	overflow: hidden;
}
.pro_list_de dl dt img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.pro_list_de dl dd{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 2%;
}
/*分页*/
.padding{
	text-align: center;
	margin: 50px 0;
}
.padding ul li{
	display: inline-block;
	background: #b6b6b7;
	border-radius: 4px;
	margin: 0 3px;
}
.padding ul li span{
	padding: 3px 8px;
	color: #fff;
}
.padding ul li.active{
	background: #db0312;
}
.padding ul li.active a{
	color: #fff;
}
.padding ul li.active span{
	color: #fff;
}
.padding ul li a{
	color: #FFFFFF;
	padding: 3px 8px;
}
.case_list_de{
	
}
.case_list_de dl{
	border: 1px solid #e7e7e6;
	float: left;
	width: 384px;
	
	overflow: hidden;
	text-align: left;
	margin-right: 21px;
	font-size: 16px;
	margin-bottom: 16px;
}
.case_list_de dl:hover dt img{
	transform: scale(1.2);
}
.case_list_de dl:nth-child(3n+3){
	margin-right: 0px;
}
.case_list_de dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 384px;
	height: 279px;
	overflow: hidden;
	
}
.case_list_de dl dt img{
	display: block;
	margin: 0 auto;
	max-height:100%;
        max-height: 256px;
	max-width: 100%;	
	transition: all ease-in-out .5s;
}
.case_list_de dl dd{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 0;
	margin: 0 2%;
	background: url(../img/case_join.jpg) no-repeat right center;
}
.news_de{
	padding: 16px 36px;
}
.news_de h4{
	font-size: 16px;
}
.news_de p{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 56px;
	font-size: 14px;
}
.news_de em{
	display: block;
	margin: 0 auto;
	width: 84px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #bababb;
	border-radius: 10px;
	text-align: center;
	margin-top: 15px;
	position: relative;
	z-index: 20;
}
.case_list_de  dl:hover em{
	color: #FFFFFF;
}
.news_de em:after{
	background: #db0312;
	content: "";
	width: 0%;
	height: 100%;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	left: 50%;
	transition: all ease-in-out .5s;
	z-index: -1;
}
.case_list_de  dl:hover em:after{
	width: 100%;
	left: 0%;
}


/*留言*/
.message{
	width: 495px;
	box-sizing: border-box;
}
.message .mess_title{
	margin-bottom: 50px;
}
.message .mess_title dl dt{
	font-size: 24px;
}
.message .mess_title dl dd{
	display: block;
    width: 90px;
    border-top: 1px solid #9e9c9c;
    border-bottom: 1px solid #9e9c9c;
}
.mes_list{
	
}
.mes_list ul li{
	margin-bottom: 10px;
}
.mes_list ul li input{
	border: none;
	outline: none;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.mes_list ul li .mess_d{
	
}
.mes_list ul li .mess_d input{
	width: 48%;
	float: left;
}
.mes_list ul li textarea{
    width: 100%;
    height: 70px;
    padding: 10px;
    border: 1px solid #cccccc;
	outline: none;
	box-sizing: border-box;
	border-radius: 5px;
}
.mes_list ul li .mess_d input:first-child{
	margin-right: 4%;
}
.mes_list ul li .sub_box input{
	text-align: center;
	cursor: pointer;
}
.contact{
	padding: 0 80px;
	margin: 70px 0;
}
.contact_list{
	
}
.con_le{
	width: 50%;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.con_ri{
	width: 50%;
	float: left;
}
.map{
	margin: 35px 0;
}
.pro_de_top{
	margin-bottom: 50px;
}
.pro_de_pho{
	float: left;
	width: 432px;
}
.pro_de_pho .gallery-top img{
	width: 100%;
}
.pro_de_pho .gallery-thumbs img{
	width: 103px;
	height: 77px;
}
.pro_de_words{
	float: right;
	width: 600px;
	margin-right: 40px;
}
.pro_de_words_t{
	font-size: 14px;
}
.pro_de_words_b{
	width: 522px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: right;
	padding: 8px 35px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 50px;
	background: url(../img/tel_de.jpg) no-repeat 20px center #d30000;
}
.pro_de_bot{
	
}
.pro_de_bot h4{
	border-bottom: 1px solid #000;
	font-size: 24px;
	margin-bottom: 40px;
}
.pro_de_bot_list{
	padding: 0 50px;
	margin-bottom: 50px;
	font-size: 16px;
}
.tj_box{
	margin-bottom: 70px;
}
.tj_box img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.tj_box h4{
	font-size: 20px;
	margin-bottom: 25px;
}
.tj_box .swiper-container{
	padding-bottom: 50px;
}
.tj_box .swiper-pagination-bullet{
	background: #000000;
	border: 1px solid #000;
	opacity: 1;
}
.tj_box .swiper-pagination-bullet-active{
	background: none;
	border: 1px solid #000;
}


/*手机模板 begin*/


/*列表页 begin*/
.ypl_banner img{
	display: block;
	width: 1005;
}
.ypl_list{

}
.ypl_list_title{
	margin: 25px 0;
}
.ypl_list_title ul li{		
	float: left;
	width: 23%;
	margin: 5px  1%;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ypl_list_title ul li.act{
	background: #b6905d;
}
.ypl_list_title ul li.act a{
	color: #fff;
}
.ypl_list_title ul li a{
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ypl_list_list{
	
}
.ypl_list_list dl{
	width: 48%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}
.ypl_list_list dl dt{
	display: block;
	width: 100%;
	height: 2.3rem;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.ypl_list_list dl dt em{
	display: block;
	width: 100%;
	height: 2.3rem;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.ypl_list_list dl dt img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.ypl_list_list dl dd{
	display: block;
	padding: 8px 0;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*分页 begin*/
.ypl_padding {
	margin: 25px 0;
}
.ypl_padding ul{
	text-align: center;
}
.ypl_padding ul li{
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #dddddd;
}
.ypl_padding ul li.active{
	background: #b6905d;
	color: #fff;
}
/*列表页 end*/

/*翻页箭頭  begin*/
.ht_padding{
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
.ht_padding a{
	position:absolute;
	left:0;
	background: url(../img/prve.jpg) no-repeat center center;
	font-size:0;
	width:44px;
	height:44px;	
	display:block
}
.ht_padding a:last-child{
	left:auto;
	right:0px;
	background: url(../img/next.jpg) no-repeat center center;
}
.ht_padding span{
	position:absolute;
	left:0;
	background: url(../img/prve.jpg) no-repeat center center;
	font-size:0;
	width:44px;
	height:44px;	
	display:block
}
.ht_padding span:last-child{
	left:auto;
	right:0px;
	background: url(../img/next.jpg) no-repeat center center;
}
/*翻页 end*/

/*详情页 begin*/
.ypl_de{
	margin:35px 2%;
}
.ypl_center{
	text-align: center;
}
.ypl_center h4{
	font-size:20px;
	margin: 15px auto;
	font-weight: bolder;
	color: #000;
}
.ypl_center em{
	font-size: 14px;
}
.ypl_pho{
	margin: 25px 0;
	position: relative;
}
.ypl_word{
	text-align: left;
	margin: 30px 0;
	line-height: 22px;
}

.ypl_pag{
	font-size: 14px;
	font-weight: bold;
}
.ypl_pag ul li{
	margin: 5px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
/*位置 begin*/
.ypl_locotions{
	font-size: 14px;
	padding:10px 2%;
	border-bottom: 1px dashed #ddd;
}
/*详情页 end*/

/*留言 begin*/
.ypl_mes{
	margin: 35px 0;
}
.ypl_mes h3{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}
.ypl_mes h4{
	font-size: 16px;
	text-align: center;
	color:#000; 
}
.ypl_mes_list{
	padding: 0 2%;	
	width: 80%;
    margin: 25px auto;
}
.ypl_mes_list input{
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 12px;
	border-radius: 6px;
	-webkit-appearance: none;
}
::-webkit-input-placeholder{
	color: #bbbbbb;
}
.ypl_mes_list textarea{
	height: 150px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-appearance: none;
}
.ypl_mes_list .ypl_sub input{
	background: url(../img/padding.png) no-repeat;
	background-size: cover;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	width: 80%;
	height: 45px;
	line-height: 45px;
	margin:  0 auto;
}

.ypl_yz{
	margin: 15px 0;
}
.ypl_yz input,.ypl_yz img{
	width: 50%;
	height: 35px;
	line-height: 35px;
}
/*留言 begin*/


/*新闻 begin*/
.ypl_list_list{
	background: #f9f9f9;
	margin: 30px 0;
	padding: 40px 0;
}
.ypl_news{
	width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}
.ypl_news ul li{
	/*height: 80px;*/
	padding: 8px 2%;
	border-bottom: 1px solid #d9d9d9;
}
.ypl_news ul li .news_time{
	width: 22%;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.ypl_news ul li .news_time dl{
	color: #666666;
	width: 100%;
}
.ypl_news ul li .news_time dl dt{
	font-size: 24px;
	height: auto;
	line-height: 40px;
	display: block;
}
.ypl_news ul li .news_time dl dd{
	font-size: 14px;
}
.ypl_news ul li .news_word{
	width: 74%;
	margin-left: 3%;
	float: left;
}
.ypl_news ul li .news_word h4{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.ypl_news ul li .news_word p{
	font-size: 12px;
	display: block;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	color: #999999;
}
/*新闻 end*/</pre></body></html>