﻿@charset "utf-8";
html{}
*{line-height:2em; padding: 0; margin: 0; }
body{font: normal 14px/2 'Microsoft YaHei';color:#333;}
h1,h2,h3,h4,h5,h6{font: normal 14px/2 'Microsoft YaHei';}
em, i, del { font-weight:normal; font-style:normal;}
ul, ol{list-style: none;}

a{text-decoration: none;} 
a:link, a:visited, a:active {color:#333;}
a:hover{color:#00428e; }
img{border: 0px;}
*:link, *:visited, *:hover, *:active, *:focus,{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.picAofIndex120{display:block !important;cursor:pointer !important;width:120px !important;height:120px !important;}
.picDivOfIndex120{height:120px !important;width:120px !important;}

.checkbox{border: 0px;}
.clear{clear:both; float:none;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.button{border: 0px; }

.wrapper{
	width: 1280px; margin: 0 auto;
}

.wide{ width: 1200px; margin: 0 auto; }
.wide:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.header{ width: 100%;}
.header .wrapper{display: flex; justify-content: space-between;}

.top{height: 40px; line-height: 40px; background:#f2f2f2;}
.topnav{width: 50%;line-height: 40px;  display: flex; justify-content: flex-end;} 
.topnav a{padding:0 10px; display: block; line-height: 40px; } 
.top p{ line-height: 40px;}

.logo{padding:2% 0; width:50%; display: flex;}
.logo img{padding:0 2%; display:block;border-right:1px #ccc solid;margin-right:15px; }
.logo p{color: #666;font-size: 16px;line-height:1.6em; }
.toptel{float:right;background: url(../images/toptel.png) no-repeat left center; padding:0 0 0 66px; line-height: 40px; font-size:30px;  margin:1.2% 0;} 
.toptel p{font-size: 14px;}





.menu {
	background-color: #ffcc12;position: relative;z-index: 9999;
}

.x-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.x-menu>li {
	position: relative;
	width: 150px;
}

.x-menu>li>a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	line-height: 65px;
	height: 65px;
	text-align: center;
}



.x-menu>li>a:hover {
	background-color: #2b2b2b;
	color: #fff;
}

.x-menu>li.active>a {}

.x-menu>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	/*height: 40px;*/
	opacity: 0;
	top: 100%;
}

.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: #fff;
}

.x-sub-menu {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0%;
	top: 65px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.x-sub-menu>li {
	/* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #666666;
	line-height: 2.6;
}

.x-sub-menu>li>a:hover {
	background: #2b2b2b;
	color: #fff;

}

.x-sub-menu:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
	display: none;
}


.hotsearch{ background:#f1f1f1;padding:1% 0; position:relative; }
.hotsearch:after{ content:"";  width:40%; right:0; top:0;bottom:0; position:absolute; z-index:1;}	
.search{height:35px;float:right; width:440px;position:relative;  z-index:5; border:1px #ccc solid; border-radius:0 30px 30px 0; margin-top:3px;} 
.search .input{ float:left;width:380px;height:35px;line-height:35px; color:#ccc;text-indent:1em;margin:0px;  border:none;background:none;} 
.search .button{float:left; width:35px;height:35px;border:none;background: url(../images/search.png) no-repeat center center;cursor: pointer;} 

.hotsearch p{padding:0.5% 0; font-size: 14px;}
.hotsearch p a{padding:0 5px;}



.slider{ }
.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;   width: 1600px;   left: 50%; margin-left:-800px; top: 0; z-index:0; }
.rslides li:first-child { position: relative;  display: block;  float: left; }
.rslides img { display: block;  height: auto; width: 100%;  border: 0;z-index:0; } 
.rslides { margin: 0 auto;  }
.rslides_container {  position: relative;  }
.centered-btns_tabs { position: absolute;  width:100%; bottom:8%; text-align: center; z-index:2; }
.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
.centered-btns_tabs a{background:#ccc;width:20px; height:3px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #e62129; }
.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 5%; text-indent: -9999px; overflow: hidden;height: 61px; width: 38px; background: rgba(0,0,0,0.5) url("../images/themes.png") no-repeat left top; margin-top: -30px; }
.centered-btns_nav:active { }
.centered-btns_nav.next { left: auto; background-position: right top; right: 5%; }

.banner{ position:relative;}
.banner h3{ position:absolute; width:100%; top:35%; left:0;color:#fff; z-index:5; text-align:center; }
.banner h3 p{}
.banner h3 strong{display:block; font-size: 32px;  font-weight:normal; }
.banner h3 span{  display:block; font-size: 20px; text-transform: uppercase; font-family:Georgia; line-height:1em; }
.banner h3 span:after{ content:""; display:inline-block;margin:0 10px; width:30px; border-top:2px #dcdcdc solid; vertical-align:middle;}
.banner h3 span:before{content:""; display:inline-block;margin:0 10px; width:30px; border-top:2px #dcdcdc solid; vertical-align:middle;}	
.banner img{ display:block; max-width: 100%; margin:0 auto; }


#imain{}

.ititle{ text-align:center; margin:0 auto 3% auto; }
.ititle h2{ font-size: 24px; line-height:1.6em; }
.ititle h2:after{ content:""; display:block; width:36px; border-bottom:3px #ffcc12 solid; margin:5px auto 0 auto;}
.ititle span{ display:block; font-size: 26px;text-transform:uppercase;color:#ffcc12;line-height:1.2em; }
.ititle p{color: #666; }
	
.more{display:block;width:120px;height: 36px; line-height:36px; text-align:center; border:2px #0095ed solid; color:#0095ed;  }
.more:before{ content:">"; font-family:"宋体"; display:inline-block; margin-right:8px;}
.more:hover{ background:#0095ed;color:#fff; }


.imain{}

.iproduct{padding:4% 0;}
.plist{ margin-bottom:2%;  }
.plist ul{list-style-type:none; text-align:center; display: flex; justify-content: center;}
.plist li{margin: 0 10px;}
.plist li a { display:inline-block; padding:8px 30px; background:#eee; margin:1px 3px;transition:0.3s all; border-radius: 6px;}
.plist li a:hover, .plist li a.on{ background:#ffcc12;}
.prcont{ }
.prcont ul{list-style-type:none; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 2%; }
.prcont li{text-align:center; background:#fff; box-shadow: 0 10px 20px rgba(204, 204, 204, .3); }
.prcont li a{ display:block; }
.prcont li em{ display:flex;/* border:1px #eaeaea solid;*/position:relative; aspect-ratio: 1 / 1; align-items: center; overflow: hidden;}
.prcont li em:after{ content:""; position:absolute; width:100%; top:0;left:0; height:0; background:url(../images/p-icon.png) no-repeat center center; z-index:3;transition: all 0.6s;}	
.prcont li em img{ 
	display:block; 
	width:100%; 
	transition: all 0.6s; 
	object-fit: cover;
}
.prcont li p{ display:block; padding:2% 0;position:relative; background:#444;  }
.prcont li p:after{ content:""; position:absolute; width:0%;  top:0; left:0; bottom:0; background:#f9c300; z-index:2;transition: all 0.6s;}	
.prcont li p span{ color:#fff;position:relative; z-index:9;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.prcont li:hover em img{opacity: 0.5; scale: 1.1;}	
.prcont li:hover em:after{ bottom:0;height:100%;}	
.prcont li:hover p:after{right:0; width:100%;}	

.consulting{padding:4% 0; background:#ccc url(../images/gg_bj.jpg) no-repeat center;}
.consulting .wrapper{display: flex; justify-content: space-between;}
.consulting h2{width:36%;font-size: 36px; color:#fff; text-align: center;}
.consulting h2 em{ display:block; font-size: 24px;   padding: 8px 6px;    background: #f9c300;}
.consulting h2 span{ display:block; font-size: 15px;}
.consulting p{ width:30%;  color: #fff;}
.consulting p a{ display:block; width:150px; font-size: 20px; line-height: 38px;  background: #fff; border-radius: 6px; color:#333; text-align:center; }
.consulting p span{  display: block; font-size:16px; margin-top:8px;}
.consulting p strong{ display: block; font-size: 34px; line-height:1.6em;  }

.advantage{padding:4% 0; background:#f7f7f7;}
.advantage h2{text-align: center; margin-bottom:3%;}
.advantage h2 strong{ color:#f9c300; font-size: 60px; padding: 0 10px; display:inline-block;}
.advantage h2 span{display:block;  color: #805521; font-size: 32px; margin-top:-11%;}
.advantage h2 p{     font-size: 60px; color:#e6e3e3;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.advantage ul{list-style:none; }
.advantage li{  padding:3% 0; display: flex; justify-content: space-between;}
.advantage li .advantage-img{width:48%; overflow: hidden; aspect-ratio: 16/9; background-color: #fff; display: flex; align-items: center; justify-content: center;}
.advantage li .advantage-img img{ transition: all 0.6s; width: 100%;}
.advantage li .advantage-img:hover img{ scale: 1.1;}
.advantage li .advantage-con{width:40%; padding:0 2% 0 10%; position:relative;}
.advantage li em{ display:block; position:absolute; left:5%; width:70px; color:#805521; text-align: center; font: 60px/1.2em Impact; }
.advantage li h4{ color: #f9aa00; font-size: 28px; margin-bottom:6%; line-height:1.5em;}
.advantage li h4 span{display:block;font-size: 18px; line-height:1.4em; color:#333;}
.advantage li h4 span:before{ content:"——";}	
.advantage li p{ position:relative; padding-left:1em;}
.advantage li p:before{ content:"";border:7px solid transparent;border-left-color:#999; position:absolute; top:9px;left:0;  }


.inews{padding:4% 0;background:#f7f7f7;}
.inews ul {list-style:none; display: flex; justify-content: space-between; flex-wrap: wrap;}
.inews li{width:48%;padding:1%; display: flex; justify-content: space-between; }
.inews li .inews-img{ width:25%; border-radius: 6px; overflow: hidden; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; background-color: #fff;}
.inews li .inews-img img{ display:block; width:100%; object-fit: cover; transition: all .6s;}
.inews li .inews-img:hover img{ scale: 1.1;}
.inews li .inews-con{ width: 70%;}
.inews li .inews-con h3{ font-size:18px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;margin-bottom:1%; }
.inews li .inews-con span{ display:block;color: #999; line-height:1em; margin-bottom:2%;}
.inews li .inews-con p{color: #666; line-height:1.6em; }
.inews li .inews-con a{color:#f39700;}
.inews li .inews-con a:hover{ color:#0095ed;}



.aboutus{padding:4% 0;}
.aboutus .ititle{ text-align:left;}
.aboutus .ititle h2:after{ margin:5px auto 0 0;}

.aboutus .aboutus-con{ display:flex; justify-content: space-between;}
.aboutus .aboutus-img{width:40%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; background-color: #f5f5f5; border-radius: 6px; overflow: hidden;}
.aboutus .aboutus-img img{ display:block; width:100%; object-fit: contain; transition: all .6s;}
.aboutus .aboutus-img:hover img{ scale: 1.1;}
.aboutus .aboutus-con .icompany{width: 55%; }
.aboutus .icompany h3{ font-size:22px;  margin:0 0 0.5% 0;}
.aboutus .icompany p{ text-indent:2em; }
.aboutus .icompany a{ display:block;margin:1.5em 0 0 auto; background:#805521; width:120px;line-height:40px; color:#fff; text-align:center; }

.workshop{position:relative; clear:both;}
.workshop ul{ overflow:hidden; zoom:1; }
.workshop .hd{ }
.workshop .hd .prev,.workshop .hd .next{ display:block; width:45px; height:45px;top: 50%; position:absolute;background:#f0f0f0; text-align:center; }
.workshop .hd .prev{ left:0%; }
.workshop .hd .next{right:0%; }
.workshop .hd .prev:before{ content:"<"; font:bold 28px/45px "宋体"; }
.workshop .hd .next:before{content:">"; font:bold 28px/45px "宋体";  }
.workshop .hd .prev:hover, .workshop .hd .next:hover{ background:#f9c300;   }

.workshop .bd{ padding:3% 4% 0 4%; overflow:hidden;  }
.workshop .bd li{width:25%; float:left; overflow:hidden; text-align:center;  }
.workshop .bd li a{ display:block; margin:0 3%; position:relative; overflow:hidden; padding-bottom:18%; }
.workshop .bd li a img{ display:block; width:100%;  }
.workshop .bd li a span{ display:block; position:absolute; width:100%;left:0;bottom:0%; background:#f0f0f0; z-index:9; padding:4% 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.workshop .bd li a:hover{ color:#6e1b87;  }
.workshop .bd li a:hover em img{ transform: scale(1.1, 1.1); }




.footer{ background:#1c1b1b url(../images/foot_bg.jpg) no-repeat center center;color:#fff;}
.footer a{  color:#a3a3a3;  }
.foot{ padding:2% 0 0 0; }
.foot a{  }

.footnav{padding:3% 0; display: flex; justify-content: space-between;}
.footnav dl{ list-style:none; width:15%; }
.footnav dt{ font-size:16px;margin:0 0 10px 0;  }
.footnav dd{}
.footnav dd a{display:block;  }

.f_contact{width:40%; color:#a3a3a3;  }
.f_contact h3{ color:#fff; font-size:16px;margin:0 0 10px 0;}
.f_contact a{ }
.f_contact img{display:block; float:left; margin-right:2%; }

.copyright {text-align:center;padding:1% 0; border-top:1px #333 solid; }
.copyright a{padding:0 8px;}
.copyright div{ display:inline;}	

#main{padding:3% 0; clear:both;border-bottom:1px #efefef solid;  }
#left{ float:left; width:22%;   }
#right{float:right; width:75%; }
#leftmsg{float:left; width:24%; }
#rightmsg{float:right; width:72%; }

.title{ background:#f7f7f7;border-left:6px #ffcc12 solid; padding:0.6% 0 0.6% 15px; margin-bottom:2%;}
.title strong{ display:block;  font-size:18px; font-weight:normal;  }
.title span{  display:block; font-size:16px; text-transform:uppercase; color:#666;}



.leftnav{padding:0 0 4% 0;}
.leftnav h3{background:#333;border-bottom:4px #777 solid; padding:5% 10%;}
.leftnav h3 strong{ display:block;font-size: 24px; font-weight:normal; color:#fff; line-height:1.6em;  }
.leftnav h3 span{ display:block;font-size: 18px;  color:#999; text-transform:uppercase; line-height:1.6em; }
.leftnav dl{list-style-type:none;} 
.leftnav dt{margin-top:4px; }
.leftnav dt a{ display: block;padding:0 20px; line-height:38px;background:#f1f1f1;}
.leftnav dt a:before{ content:"+ "; }

.leftnav dt a:hover{background:#ffcc12; }
.leftnav .current a{background:#ffcc12;}
.leftnav dd{ display:none; border-bottom:1px #000 solid;   padding:10px 0;background:#171717;}
.leftnav dd a{display:block; font-size:12px; padding:0 0 0 35px;color:#fff;  }
.leftnav dd a:before{ content:"•"; display:inline-block; margin-right:5px;}
.leftnav dd a:hover{color:#4c8ee8; }



.place{ background:#f5f5f5; padding:0.5% 0;}
.place p{padding:0 0 0 20px;background:url(../images/place.png) no-repeat 0 center; }
.place p a{ padding:0 8px;}
.place strong{  font-size: 20px;font-weight:normal;  }
.place span{ display:block;color:#666; text-transform:uppercase; position:relative;}



.lcontact{ }
.lcontact h3{ background: #a60000;text-align:center; padding:2% 0; font-size: 24px; color: #fff; margin-bottom:2px; }
.lcontact div{background:#f5f5f5; padding:3% 6%;}

.newslist{}
.newslist ul{ list-style-type:none;}
.newslist li{ background:#f5f5f5; height:auto; overflow:hidden; margin:0 0 3% 0; }
.newslist li em{display:block;float:right; width:40%; height:260px; overflow:hidden; }	
.newslist li em img{width:100%; display:block; margin:0 auto;}
.newslist li div{margin-right:40%; padding:2em 3em;}
.newslist li h3{font-size:24px; font-weight:bold; line-height:2.5em;	}
.newslist li p{ font-size:12px; line-height:1.6em; }
.newslist li span{ margin:1em 0 0 0;display: block;  }
.newslist li a{display: inline-block;  background:#999; padding:0 10px; text-align:center; color:#fff;}
.newslist li a:hover{ background:#3588cc;}
.publiclist{}
.publiclist ul{ list-style-type:none;}
.publiclist li{padding:7px 0px;border-bottom:1px #cdcdcd dotted; line-height:18px; }
.publiclist li a{display:block; line-height:18px; }
.publiclist li a:before{ content:"•"; display:inline-block; margin:0 8px;}
.publiclist li span{ float:right;padding-right:8px;color:#999;line-height:18px; }
.publiclist li strong{line-height:18px;}

.contact{padding:0;}

.down{}
.down ul{ list-style-type:none;}
.down li{padding:7px 0px;border-bottom:1px #cdcdcd dotted; line-height:18px;}
.down li:before{ content:"•"; display:inline-block; margin:0 8px;}
.down li a{display:block; float:right;  line-height:18px; }
.down li strong{line-height:18px;}


.title02{ margin:2px 0; padding:8px 20px;  background:#f5f5f5;position:relative; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; }
.title02:before{ content:""; width:5px; height: 15px; background:#3588cc; position:absolute;left:8px; top:14px;}
.title02 a{ float:right;}

.container{padding:1% 0; }
.content{}
.content h1{margin:2px 0; padding:8px 20px;  background:#f5f5f5; position:relative; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.content h1:before{ content:""; width:5px; height: 15px; background:#3588cc; position:absolute;left:8px; top:14px;}
.content h1 a{}
.content h2{text-align:center; font-size:16px;  padding-bottom:15px;}
.content h3{font-size:26px; text-align:center; font-weight:800;}
.content h5{background:#f5ff5f;border-bottom:1px solid #ccc; font-weight:bold;}
.content h5:before{ content:"•"; display:inline-block; margin:0 8px;}
.content h4{background:#eee;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.content h4 span{ display:block; float:left; background:#e62129; color:#fff; padding:0 20px; line-height:2.6em;}	
.content h6{ text-align:center; font-size:12px; font-weight:normal; line-height:30px; margin:0 0 8px 0;border-bottom:1px dotted #ccc;}
.content p{ margin:3px auto 5px auto;} 
.content a{text-decoration:underline;}
.content li{ margin-left:3.5em;}
.content img{ max-width:100%;}
.content .detail{ }
.content table{} 
.content table td{padding:0px 5px;}
.content table td p{ margin:0;}
.tableboder table{border:#d4d4d7 solid 1px; text-align:center; border-collapse:collapse;}
.tableboder th{ color:#e62129; padding:2px 5px;border:#d4d4d7 solid 1px;}
.tableboder td{ padding:2px 5px;border:#d4d4d7 solid 1px;}
.brief{ margin:0 auto; }
.brief a{text-decoration:underline;}

.page{ text-align:center; padding:15px 0 0 0;font-size:12px;}
.page a{padding:0 3px;}
.page a:visited{}
.page a:hover{ text-decoration:underline;}
.tool{ text-align:center; font-size:12px; padding:10px 0 15px 0;}
.tool a{padding:0 3px;}
.tool a:visited{}
.tool a:hover{ text-decoration:underline;}

.choice{ height:25px; padding:10px 0;}
.choice a{ display:block; text-align:center; background:url('../images/choice02.gif') no-repeat; margin:0 10px 0 0; font-weight:bold; width:110px;line-height:25px; float:left; }
.choice a:hover{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
.choice #current{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
.product{ padding:10px 0;}
.pro_a{ padding:1% 0;}
.pro_a img{width:120px; border:7px solid #ededed; margin:0 1.5% 0 0; float:left;}
.pro_a div{ line-height:20px; padding:2px 5px 2px 5px; vertical-align:top;}
.pro_a div strong{ color:#3588cc;  line-height:20px; }
.pro_a div p{ display:inline; line-height:20px;}

/*橱窗页1:1*/
.productb{ padding:5px 0;}
.productb .picdiv{ float:left; width:25%; text-align:center; margin:5px 0; min-height:155px;}
.productb h2{width:120px;height:120px; border:1px solid #878787; padding:5px; background:#fff; margin:0 auto;}
.productb h2 a{width:120px;height:120px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.productb h2 img{vertical-align:middle;}
.productb span{line-height:18px; text-align:center;display:block; padding:3px;}
.productb span a{line-height:18px;}

/*橱窗页3:4*/
.pic_list{ padding:5px 0;}
.pic_list .picdiv{ float:left; width:25%; text-align:center;margin:5px 0;}
.pic_list h2{ width:164px; height:124px; margin:0 auto;}
.pic_list h2 a{width:160px;height:120px; border:1px solid #8e8e8e;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.pic_list h2 img{vertical-align:middle;}
.pic_list span{line-height:18px; text-align:center;display:block; padding:3px;}
.pic_list span a{line-height:18px;}


/*产品内容页c*/
.special{ padding:10px 0 20px 20px;}
.special img{float:left;margin:0 2% 0 0; width:200px;border:1px solid #e0e0e0; padding:6px; background:#f1f1f1;}
.special div strong{color:#3588cc; }
.special div{padding:0 6px; }
.special div p{ display:inline;}

.sitemap{padding:5px 10px 10px 5px; font-size:12px;}
.sitemap p{ padding:0 10px; line-height:20px;}
.sitemap a{padding:0 10px;}
.client{}
.client ul{ list-style-type:none;}
.client li{ float:left; width:25%;text-align:center;}
.client p{ }
.client img{ border:1px #ccc solid;margin:10px 0 0 0;}


.temp{color:#656565;clear:both;width:auto;padding:5px 0;font-size:12px;font-family:Tahoma,Arial;text-align:center;}
.temp a{color:#656565}
.CopyrightWrap{}

