﻿@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:#d80000; }
img{border: 0px;}
*:link, *:visited, *:hover, *:active, *:focus, a{
	-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; }


.wide{ width: 1200px; margin: 0 auto; }
.wide:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#wrapper{ }
#iwrapper *{transition: all 0.3s;}


#header{ }
.top{ background:#f7f7f7;padding:0.5% 0;}
.topnav{  float:right;} 
.topnav a{padding:0 10px; } 
.top p{}

.logo{padding:1.6% 0; }
.logo img{ float:left; padding:0 15px; display:block;}
.logo p{margin-left:220px; border-left:1px #ccc solid;padding:0 15px; }
.logo p strong{ display:block; font-size: 24px; font-weight: bold; line-height:1.5em;}

.toptel{float:right; background:url(../images/toptel.jpg) no-repeat left center; padding-left:55px; margin-top:2%;} 
.toptel span{display:block; font-size: 28px; color: #fa9033; font-weight: bold; } 	

.hotsearch{ padding:0.5em 0; background:#f9f9f9;}
.search{float:right;width:280px; height: 30px; border: 5px solid #e7e7e7; margin: 10px 0; border-radius: 20px; background: #fff;} 
.search .input{ float:left; width:230px; height:30px;line-height:30px; text-indent:20px; color:#c9c9c9; border: none;  background:none; margin:0px;} 
.search .button{float:left; width:50px; height: 30px; border-radius: 0px 20px 20px 0px;border:none;cursor: pointer; background: #004785 url(../images/search.png) no-repeat 10px;} 
.search:hover{border-color:#D7D5D5;}
.hotsearch p{ line-height:1.6em; padding:1.5% 0; margin-left:18%;}


#menu {
	background-color: #6e1b87;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;
	color: #fff;
}



.x-menu>li:hover>a {
	background-color: #f39700;
	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: #f39700;
	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;
}


.nav{ height:60px; background:#6e1b87;}
.nav ul{list-style-type:none;height:60px; }
.nav .nLi{ float:left; position:relative;}
.nav .nLi a{ display: block; line-height: 60px; font-size: 16px; padding:0 25px; text-align:center;color: #fff;  }
.nav .on a{ color: #fff; background:#f39700; }	
.nav .sub{ display:none;  min-width:120px; left:0; top:60px; position:absolute; z-index:99; width:auto; }
.nav .sub li{display: block; zoom:1;}
.nav .sub a{ display: block; line-height: 35px;font-size:14px;padding:0 10px;width:auto; color:#fff;  background:#6e1b87; white-space:nowrap;}
.nav .sub a:hover{ color:#f39700; }

.slider{}
.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;  width: 100%;  left: 0;  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:3%; 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:#fff;width:20px; height:5px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #ed6d00; }
.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:30%; top:30%; left:50%;margin-left:-15%; background:#fff; text-align:center; }
.banner h3 p{border:6px #000 solid; padding:8% 0;}
.banner h3 strong{display:block;font-size:22px; font-weight:normal;}
.banner h3 span{ display:block; font-size:24px; text-transform:capitalize; font-weight:bold; position:relative;   }
.banner h3 span:after{ content:""; position:absolute; left:50%;bottom:0; margin-left:-20px; width:40px; height:2px; background:#464646;}
.banner img{ display:block; max-width: 100%; margin:0 auto;}


#imain{background: #eee;padding:2% 0;  }

.ititle{margin-bottom:2%;overflow:hidden; text-align:center; }
.ititle h2{font-size:44px; color: #6e1b87; font-weight: 600;line-height: 1.2em;}
.ititle h2:before{ content:""; display:inline-block;width:50px;height:2px;background:#ccc; margin:0 35px; vertical-align:middle;}	
.ititle h2:after{ content:""; display:inline-block;width:50px;height:2px;background:#ccc; margin:0 35px; vertical-align:middle;}
.ititle p{font-size:16px; color: #666; letter-spacing:15px; }
.ititle span{ display:block; text-transform:uppercase; font: normal 45px/1em "AvantGarde Bk BT";color:#999;}
.ititle a{ display:block; }


.hot{ }	
.h_title{ float: left;width:16%;  padding: 60px 0 20px 0; margin-top:-84px;  background:#6e1b87; color:#fff; text-align: center; position:relative;z-index:9;}
.h_title:after{ content:""; display:block; position:absolute;right:-10px;top:0;border-top:10px solid transparent; border-left: 10px solid #6e1b87; }
.h_title h3{font-size:20px;line-height:1em;}
.h_title h3:after{ content:""; display:block;height:1px; width:60px;  background-color: #2776bb; margin: 30px auto;}
.h_title h3 span{ display: block; font-size:40px;line-height:1em; }
.h_title h4{}
.h_title h4 span{display: block; font-size:16px;}
.h_title a{display:block; width: 89px; height: 36px; line-height: 32px; margin: 40px auto; color: #fff; background: url(../images/hot1.png);transition: .3s;}
.h_title a:hover{ opacity:.8}

.h_product{width:84%; float: left; position:relative;}
.h_product ul{ overflow:hidden; zoom:1; }
.h_product .hd{ }
.h_product .hd .prev,.h_product .hd .next{ display:block; width:17px; height:35px;top: 40%; position:absolute; }
.h_product .hd .prev{background:url(../images/hot_left.png) no-repeat top; left:2.5%; }
.h_product .hd .next{background:url(../images/hot_right.png) no-repeat top;right:2.5%; }
.h_product .hd .prev:hover{ background-position:bottom; }
.h_product .hd .next:hover{ background-position:bottom; }

.h_product .bd{ padding:2% 5%;   }
.h_product .bd li{width:33.33%; float:left; overflow:hidden; text-align:center;  }
.h_product .bd li a{ display:block; border:1px solid #e9e9e9;  margin:0 5%; position:relative; overflow:hidden; }
.h_product .bd li a:after{ content:"+"; position:absolute; display: block; width:100%;top:-200px; left:0; font:100px/2em "宋体"; color:#fff;  transition: .3s; background: rgba(0,0,0,.2); z-index:5;}
.h_product .bd li a img{ display:block; width:100%; }
.h_product .bd li a span{ display:block;  width:100%;left:0;bottom:0; background:#fff; z-index:9; padding:6% 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.h_product .bd li a:hover{ border:1px solid #6e1b87; color:#6e1b87;  }
.h_product .bd li a:hover:after{ top:0;}	
.h_product .bd li a:hover em img{ transform: scale(1.1, 1.1); }
.h_product .bd li a:hover span{ padding:8% 0;}

.iproduct{padding:5% 0; }
.plist{padding:1% 0; list-style-type:none; text-align:center; }
.plist li{margin:1px; display:inline-block; margin-bottom:10px; }
.plist li a{ background:#232323; display:block; padding:10px 40px;color:#fff; position:relative; }
.plist li a:hover{ color:#fff; background:#6e1b87;}
.plist li a.cur{ color:#fff; background:#6e1b87;}
.plist li a.cur:after{ content:""; position:absolute;left:50%; bottom:-20px; margin-left:-10px; border:10px solid transparent; border-top-color:#6e1b87;  }	
.prcont{ }
.prcont ul{list-style-type:none;  }
.prcont li{ float:left; width:23%;margin:1%; text-align:center; background:url(../images/p_bg.gif);}
.prcont li a{ display:block; position:relative; overflow:hidden;background:#fff; margin:6px; }
.prcont li a:after{ content:"+"; position:absolute; display: block; width:100%;top:-200px; left:0; font:100px/2em "宋体"; color:#fff;  transition: .3s; background: rgba(0,0,0,.2); z-index:5;}
.prcont li a img{ display:block; width:100%; }
.prcont li a span{ display:block; position:absolute; width:100%;left:0;bottom:0; background:#fff; z-index:9; padding:6% 0; background:#fff;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.prcont li a:hover{ color:#6e1b87;  }
.prcont li a:hover:after{ top:0;}	
.prcont li a:hover img{ transform: scale(1.1, 1.1); }
.prcont li a:hover span{ padding:8% 0;}

.consulting{padding:4% 0; background:#ccc url(../images/adv_pic.jpg) no-repeat center; text-align: center;}
.consulting .wide{width:75%; padding-left:25%; }
.consulting h2{ font-size: 32px; line-height: 1.2em; font-weight: 600; }
.consulting h3{font-size: 26px; color: #00468c;  font-weight: 500;}
.consulting h4{font-size: 32px; color: #00468c;}
.consulting p{ margin-top: 3.2%;}
.consulting a{ display: inline-block; width: 140px; line-height: 50px;background: #fff;transition: .3s; margin: 0 25px; }
.consulting a:after{ content:">>"; font-family:"宋体"; display:inline-block; margin-left:5px;}
.consulting a:hover { background: #6e1b87; color: #fff;}

.advantage{padding:6% 0 3% 0;background:#ccc url(../images/changde.jpg) center top; }
.advantage h2{text-align: center; margin-bottom:3%;}
.advantage h2 strong{ display:block;color:#6e1b87;font-size:50px;}
.advantage h2 strong span{display:inline-block;font-size:94px;margin-left: 5px; line-height:1.7em;}
.advantage h2 p{ background:#6e1b87; width:62%; font-size: 20px; color: #fff; margin:0 auto; letter-spacing:15px; position:relative; }
.advantage h2 p:before{content:""; position: absolute;left:-30px; top:0; border-top:40px solid transparent; border-right: 30px solid #6e1b87;}
.advantage h2 p:after{content:""; position: absolute;right:-30px; border-bottom:40px solid transparent; border-left: 30px solid #6e1b87;}
.advantage ul{list-style:none;}
.advantage li{ clear:both; padding:1% 0;}
.advantage li img{display:block; float:left; width:48%;}
.advantage li div{ float:left; width:42%; padding:5% 0 0 10%; position:relative;}
.advantage li em{ display:block; position:absolute; left:5%; font-size: 52px; width:70px; background:#6e1b87; color:#fff; text-align: center; line-height:1.8em; }
.advantage li em:before{ content:"";height:0;  position:absolute; left:0;bottom:-15px;border-bottom:15px solid transparent; border-left: 35px solid #6e1b87;}
.advantage li em:after{ content:""; height:0; position:absolute; right:0px;bottom:-15px; border-bottom:15px solid transparent; border-right: 35px solid #6e1b87;}
.advantage li h4{font-size:40px; font-weight: 600; margin-bottom:6%; line-height:1.5em;}
.advantage li h4 span{display:block;font-size:30px; color: #0f518c; line-height:1.4em;}
.advantage li p{font-size:16px; color: #666; position:relative; text-indent:1em;}
.advantage li p:before{ content:"";border:7px solid transparent;border-left-color:#999; position:absolute; top:9px;left:0;  }
.advantage li p span{color: #f39700;}
.advantage li:first-child img{ float:right;}
.advantage li:nth-child(2) img{}
.advantage li:nth-child(3) img{float:right;}
.advantage li:nth-child(4) img{}

.aboutus{padding:4% 0; background: url(../images/a_bg.jpg) no-repeat center;}
.icompany{ position:relative;padding:2% 0 0 0;   }
.icompany:before{ content:""; border:1px #a3d4ff solid; position:absolute; left:3%; right:3%;top:0;bottom:6%; z-index:1; }
.icompany img{ display:block;position:absolute; width:50%; z-index:5; }
.icompany div{background: #6e1b87; margin: 4% 0 0 45%; padding:3% 4% 4% 8%; color:#fff; position:relative;z-index:4;  }
.icompany h3{ font-size:20px;}
.icompany h3:after{ content:""; display: block; height:2px; width:90px; background: #f39700;margin:10px 0 20px 0;}
.icompany p{text-indent:2em;}
.icompany a{display:block;margin-top:6%; width: 140px;line-height: 50px;color:#fff; border: 1px solid #fff;text-align:center;transition: .3s; }
.icompany a:after{ content:">>"; display:inline-block; font-family:"宋体"; margin-left:5px;}
.icompany a:hover{ background:#fff;  color:#6e1b87;}

.workshop{position:relative;}
.workshop h3{width:117px;line-height: 50px; position: relative;z-index: 5;color: #fff; background:#6e1b87; text-align:center; margin:-60px 0 0 55px;}
.workshop h3:after{ content:""; position:absolute;left:50%; bottom:-20px; margin-left:-10px; border:10px solid transparent; border-top-color:#6e1b87;  }	
.workshop ul{ overflow:hidden; zoom:1; }
.workshop .hd{ }
.workshop .hd .prev,.workshop .hd .next{ display:block; width:17px; height:35px;top: 60%; position:absolute; }
.workshop .hd .prev{background:url(../images/hot_left.png) no-repeat top; left:1.5%; }
.workshop .hd .next{background:url(../images/hot_right.png) no-repeat top;right:1.5%; }
.workshop .hd .prev:hover{ background-position:bottom; }
.workshop .hd .next:hover{ background-position:bottom; }
.workshop .bd{ padding:5% 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:after{ content:"+"; position:absolute; display: block; width:100%;top:-200px; left:0; font:100px/1.6em "宋体"; color:#fff;  transition: .3s; background: rgba(0,0,0,.2); z-index:5;}
.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:after{ top:0;}	
.workshop .bd li a:hover em img{ transform: scale(1.1, 1.1); }
.workshop .bd li a:hover span{ padding:8% 0;}


.icase{padding:5% 0; background: url(../images/case.jpg) no-repeat center top;}
.icase .ititle h2{ color:#fff;}
.icase .ititle h2:before{background:#fff;}	
.icase .ititle h2:after{ background:#fff;}
.icase .ititle p{color: #fff;  }
.icase ul{list-style:none;}
.icase li{ float:left; width:31.33%;margin:1%; position:relative; background:#fff;}
.icase li a{ display:block; position:absolute; left:0;right:0;top:0;bottom:0;}
.icase li em{ display:block; height:220px; overflow:hidden; background:#f4f4f4;margin:4% 4% 0 4%; }
.icase li em img{ display:block; width:100%; transition: all 0.6s;}
.icase li div{ text-align:center; position:relative; padding:6% 8%;}
.icase li p{ line-height:1.6em;}
.icase li strong{ display:block; font-size:20px; line-height:1.6em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.icase li:hover{  box-shadow:4px 4px 10px rgba(127,127,127,.2); transform:translateY(-8px);}


.inews{padding:5% 0; background: url(../images/news_bg.png) no-repeat center center;}
.inews .ititle{margin-bottom:3%;}
.inews h2{ height: 68px;}
.inews h2 span{display:block; background: #6e1b87;width: 145px; height: 68px;font-size:16px; line-height: 68px; color:#fff; text-align: center;}
.inews h2 a{display:block; float:right;line-height: 68px; margin-right:30px;}
.inews h2 a:after{ content:" + ";}
.inews ul{list-style:none;}
.news_left{ float:left;  width:66%; background: #f7f7f7;}
.news_left .news_font{ padding:20px;  }
.news_left .first{}
.news_left .first img{ display:block; width:30%; float:left; margin-right: 3%;}
.news_left .first h3{ font-size:18px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;margin-bottom:1%; }
.news_left .first span{ display:block;color: #999; line-height:1em; margin-bottom:2%;}
.news_left .first p{color: #666; line-height:1.6em; }
.news_left .first a{color:#0154bc;}
.news_left .first a:hover{ color:#f39700}
.news_left ul { clear:both;padding-top:10px;}
.news_left li{border-bottom: 1px dashed #e1e1e1;  transition: .3s; position:relative; text-indent:1em; padding:0.5% 0;}
.news_left li:before{ content:"";border:7px solid transparent;border-left-color:#f39700; position:absolute; top:13px;left:0;  }
.news_left li a{ font-size: 16px;}
.news_left li a span{ display:block; float:right; color: #adadad;}
.news_left li a:hover{ color: #6e1b87;}

.news_right{ width:32%; float:right; background: #f7f7f7;}
.news_right ul{ padding:12px 20px 20px 20px; }
.news_right li{ border-bottom: 1px dashed #e1e1e1; padding:7px 0;}
.news_right li h3{position:relative;  margin:0 0 4px 30px;}
.news_right li h3:before{ content:"?"; left:-30px;top:3px; position:absolute; background:#f39700; width:20px; height:20px; line-height:20px; color:#fff; text-align:center;border-radius: 50%;}
.news_right li h3 a{ display:block;font-size:16px;line-height:1.6em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_right li p{position:relative; margin-left:30px; line-height:1.6em;}
.news_right li p:before{ content:"A";left:-30px;top:3px; position:absolute; background:#999; width:20px; height:20px; line-height:20px; color:#fff; text-align:center;border-radius: 50%;}
.news_right li:hover{ cursor:pointer;}


.ipartner{padding:5% 0; background:#f7f7f7;}	
.ipartner ul{list-style:none;}
.ipartner li{ width:calc((100% - 8%)/8);margin:0.5%; float:left; overflow:hidden; position: relative; }
.ipartner li a{ display:block;}
.ipartner li img{ display:block; width:100%;}
.ipartner li:hover img{transform: scale(1.1,1.1);}

.ilink{ padding:2.5% 0;}
.ilink h3{ width:100px; float:left;text-align: center;}
.ilink h3 span{display: block; height: 18px; background: #6e1b87; border-radius: 3px; color: rgba(255,255,255,1.00); line-height: 18px;  }
.ilink h3 strong{ display: block; font-size:16px; color:#6e1b87; font-weight: 600;line-height: 1.6em; }
.ilink h3 strong:before{content:" - ";}
.ilink h3 strong:after{content:" - ";}
.ilink p{margin-left:110px; color:#666}
.ilink p a{ color:#666;padding:0 8px;}
.ilink p a:hover{color:#6e1b87;}


.solution{}
.ibusiness{  }

.icontact { text-align: center;}




#footer{ background:#1a1e29;}
#footer a{  }

.foot{ padding:2% 0;}
.foot a{}

.footnav{padding:3% 0; color:#fff;  }
.footnav dl{ list-style:none;float:left; width:15%; }
.footnav dt{ font-size:16px;margin:0 0 10px 0;  }
.footnav dt:after{ content:""; display:block; width:12px; border-bottom:1px #b0b0b0 solid; margin-top:5px;}

.footnav dd{}
.footnav dd a{display:block; color:#b0b0b0;font-size:12px; }

.f_logo{float:left;width:15%;padding:0 2%;}
.f_logo img{display:block;padding:2% 0; margin:0 auto;}

.f_erweima{text-align:center; float:left; width:10%;}
.f_erweima img{display:block; margin:20px auto 0 auto; }
.f_erweima p{}

.f_contact{float:left; width:30%; color:#aeaeae;  }
.f_contact h3{font-size:16px;margin:0 0 10px 0;}
.f_contact h4{font-size:30px; color: #f39700; background: url(../images/footer_ico.png) no-repeat 0px center; padding-left: 30px; line-height:1.6em;}
.f_contact a{ color:#aeaeae; }
.f_contact img{display:block; max-width:100%; }

.copyright{ padding:1% 0;text-align:center;color:#50545c; background:#11141b;}
.copyright a{padding:0 8px;color:#50545c;}
.copyright div{ display:inline;}	


#main{ padding:4% 0;}
#left{ float:left; width:24%; }
#right{ float:right; width:73%;  }
#leftmsg{float:left; width:24%; }
#rightmsg{float:right; width:72%; }

.title{text-align:center; }
.title strong{ font-weight:normal; font-size:32px;}
.title strong:before{ content:""; width:140px; height:1px; background:#340a0f; display:inline-block; margin:0 25px 10px 25px;}
.title strong:after{content:""; width:140px;  height:1px; background:#340a0f; display:inline-block; margin:0 25px 10px 25px;}

.title span{  display:block; font-size:16px; text-transform:uppercase; color:#666;}



.leftnav{  }
.leftnav h3{position:relative; text-align: center;  background:#620087;padding: 12% 0; }
.leftnav h3 strong{ display:block; font-size: 34px;color: #fff; font-weight:normal; }
.leftnav h3 span{ display:block;margin-top:-30%; font-size:36px; text-transform:uppercase;color:rgba(255,255,255,0.3); }
.leftnav h3 span:before{ content:" - ";  }
.leftnav h3 span:after{  content:" - ";  }

.leftnav dl{list-style-type:none; position:relative; border:1px #620087 solid; padding:15px 15px 5px 15px;} 
.leftnav dt{margin-bottom:10px; }
.leftnav dt a{ display: block;padding:0 35px; position:relative; line-height:33px;  border:1px #c9c9c9 solid;background: linear-gradient(#dddddd, #f6f6f6); }
.leftnav dt a:before{ content:""; position:absolute;left:20px;top:50%;margin-top:-6px; border:6px solid transparent; border-left-color:#a5a5a5; }	
.leftnav dt a:hover{ background: linear-gradient(#b33eb1, #953495);  color:#fff;border:1px #923391 solid;}
.leftnav dt a:hover:before{ border-left-color:#fff;}	
.leftnav .current a{ background: linear-gradient(#b33eb1, #953495);  color:#fff;border:1px #923391 solid;}
.leftnav .current a:before{ border-left-color:#fff;}	
.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:#d80000; }


.place{ border-bottom:1px #dedede solid;margin-bottom:2%;}
.place p{ float:right;margin-top:5px; }
.place a{ padding:0 8px; }
.place strong{font-size: 20px;}
.place strong:before{ content:" - ";  }
.place span{ }



.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;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;	}
.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; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.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{ }
.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;}
#fromtinner_{ padding:10px 15px;}
#fromtinner_ textarea{width:400px;font-size:12px;line-height:18px ;border:solid 1px #d8d8d8;}
#fromtinner_ input{line-height:22px; height:24px; font-size:12px;border:solid 1px #d8d8d8;}
#fromtinner_ .border{width:400px;border:solid 1px #d8d8d8;}
#fromtinner_ .btn{border-style: none;border-color: inherit;	border-width: medium;width:70px; margin:5px 10px; height:25px; line-height:25px;text-align:center; font-weight:bold; background:url('../images/pinglun.gif') no-repeat left top;}
/*留言和评论*/
.board{margin:0;}
.board_h4{font-size:22px; text-align:center; padding:5px 0 0 0;}
.board_h4 a{}
.board_h5{ text-align:center; font-weight:normal;}

.sitemsg{}
.sitemsg td{padding:3px 0;}
.sitemsg .msgtitle{padding-left: 8px;}
.sitemsg b{ color:#e62129;}
.sitemsg .con{padding-left: 8px;}


.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{}

