@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea, table, tr, td
{margin:0px;padding:0px;}
fieldset, img {border:0;}
li {list-style:none;}

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd,samp { font-family: courier new, courier, monospace; }

ins {text-decoration:none;}
del {text-decoration:line-through;}
h1, h2, h3, h4, h5, h6 {}
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.38em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;font-style: italic;}

address,cite,dfn,em,var{font-style:normal;}
caption,td {font-weight: normal;}
cite, blackquote, em, i {font-style: italic;}
strong, b {	font-weight: bold;}
pre, code {font-family: monospace;font-size: 1.1em;}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}
table {	border-collapse:collapse; /* 边框合并属性 */border-spacing:0;}
q:before, q:after, blockquote:before, blockquote:after {content:"";content:none}
blockquote, q {	quotes:none;}

legend { color: #000; } 
button,input,select,textarea,checkbox,radio {vertical-align:middle;}


body {
margin: 0px;
padding: 0px; 
border: 0px;
color:#333333;
font-size:14px;
line-height:28px;
text-align: left;
background: #FFFFFF;
font-family:'微软雅黑';
}
html {
background: #FFFFFF;
}

.floatright { float:right; }
.floatleft { float:left; }

a {color:#333;text-decoration: none;}
a:hover {color:#084b96;text-decoration: underline;}

.clear {clear:both;}
/* 全局参数结束 */




/*头部*/
#header{ margin:0 auto; width:100%; background-color:#1f2481; } 
.topdh{ height:32px; line-height:32px; background-color:#1d1d1d; width:100%; color:#c5c5c5; font-size:13px;
  
}
.topdh_l{ float:left; }
.topdh_r{ float:right; }
.topdh_r a{ color: #c5c5c5; padding-left: 10px; padding-right: 10px; }

.top{ margin: 0 auto; width: 100%; background-color:#1f2481; padding-top: 20px; }
.logo{ float: left; padding-bottom: 24px; }
.menu{ float: right; padding-top: 24px;}

.banner{ margin-top: 130px; }
.banner_about,.banner_contact,.banner_new,.banner_service,.banner_xiangmu,.banner_job,.banner_wenhua { margin-top: 130px; }
.banner_about img,.banner_contact img,.banner_new img,.banner_service img,.banner_xiangmu img,.banner_job img,.banner_wenhua img{ width: 100%; height: 100%; }


.sosoubg{background:url(images/sosoubg.jpg) repeat-x; height:44px; line-height:44px; width:100%;}
.sosoubg_left{ float:left;}
.sosoubg_right{ float:right;}
.sosoubg_left p{ }
.sosoubg_left a{ color:#666; }


/*底部*/
#footer{ margin:0 auto; width:100%; background-color: #292929; }
.message{ margin:0 auto; width:1200px; color:#FFFFFF; padding-top: 20px; }
.message ul li{ float: left; width: 200px; }
.message ul li h2 { padding-bottom: 10px; }
.message ul li h2 a{ font-size: 16px;font-weight: normal; color: #FFFFFF;}
.message ul li p a{ font-size: 14px; color: #c4c4c4; line-height: 20px; }
.message ul li div { text-align: center; padding-top: 10px; }
.message ul li div p{ color: #c4c4c4; }

.links{ margin:0 auto; width:1200px; border-top: 1px solid #323232; border-bottom: 1px solid #323232; margin-top: 50px;
font-size: 14px; color: #c4c4c4; line-height: 60px; }
.links span{ font-size: 14px; color: #FFFFFF; }
.links a{ font-size: 14px; color: #c4c4c4; padding-right: 4px; padding-left: 4px; }

.copyright{ margin:0 auto; width:1200px; padding-top: 20px; padding-bottom: 20px; color: #c4c4c4; text-align: center; }
.copyright a{ color: #c4c4c4; }



#goTop { display:none; width:46px; height:46px; position:fixed; right:10px; bottom:30px; cursor:pointer; background:url(images/scrolltop.png) no-repeat 0px 0px; }
#goTop:hover {background-position:-0px -46px;}


/*内容区*/
#main{ margin:0 auto; width:100%; }


.wu01{ margin:0 auto; width:100%; background-color: #f4f4f4; height: 640px; }
.wu01_left{ float: left; width: 756px; padding-top: 54px; }
.wu01_right{ float: right; }


.wu01_left .index-img-login {
  width: 370px;
  max-width: 370px;
  position: relative;
  overflow: hidden;
  float: left;
}
.wu01_left img {
  width: 100%;
  display: table;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wu01_left .border {
  width: 94%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  right: 18px;
}
.wu01_left a {
  position: relative;
  zoom: 1;
  display: block;
  width: 756px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: #c8c8c8;
}
.wu01_left a:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_left a:hover,
.wu01_left a:focus,
.wu01_left a:active {
  background-color: #e1460d;
  -webkit-animation-name: hvr-back-pulse-index1;
  animation-name: hvr-back-pulse-index1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wu01_left a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.2);
  transform: scale3d(1.1, 1.1, 1.2);
}
.wu01_left a:last-child,
.wu01_left a:last-of-type {
  margin-top: 28px;
}
.wu01_left strong {
  margin: 50px 80px;
  text-transform: uppercase;
  float: left;
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ffffff;
}
.wu01_left i {
  color: #ffffff;
  font-size: 46px;
  vertical-align: middle;
  padding-right: 10px;
}



.ys{ background: #FFFFFF; padding-top: 60px; padding-bottom: 60px; }
.tit_big{ text-align: center; }
.tit_big h1{font-size: 25px; color: #333;}
.tit_big .tit_line{ display: inline-block; width: 30px; height: 3px; background-color: #0060ab;/*主蓝色*/}
.w { width: 1200px; margin: 0 auto }
.ml30 { margin-left: 30px; }
.fl { float: left }
.fr { float: right }
.yous_bg{ width: 100%; height: 760px;background: url(images/yous_bg.png) no-repeat center center;}
.yous_bg .yous_co{ width: 220px; margin-top: 140px;}
.yous_bg .yous_co h4{ font-size: 16px; color: #000; font-weight: bold;}
.yous_bg .yous_co p{ font-size: 12px; color: #666; }
.yous_bg .fl{margin-left: 70px;}
.yous_bg .fr{}
.yous_bg .yous_co.mt200{ margin-top: 200px;}
.yous_bg .yous_co.mt230{ margin-top: 230px;}
.yous_bg .yous_co.yous_co3{margin-left: 30px;}



.wuservce{ width: 100%; background-color: #f8f8f8; padding-top: 60px; padding-bottom: 60px; }
.wuservce_title{ margin: 0 auto; width: 475px; background:url(images/wuservce_title.jpg) no-repeat; height: 50px; }
.wuservce_title p{ line-height: 50px; font-size: 30px; color: #313131; text-align: center; }
.wuservce_title2 { margin: 0 auto; width: 190px; margin-top: 10px; }
.wuservce_title2 a{ border: 2px solid #1f2481; border-radius: 4px; line-height: 35px; font-size: 24px; color: #1f2481; 
text-align: center; display: block; text-decoration: none; }
.wuservce_title2 a:hover{ background-color: #1f2481; color: #FFFFFF; }
.wuservce_con{ margin: 0 auto; width: 1200px; padding-top: 40px; }


.jiejuefangan_con{width: 380px; float: left; position: relative;cursor: pointer;
text-align:center;border-radius:5px;-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.15);box-shadow: 0 1px 10px rgba(0,0,0,.15);
padding:10px 10px; margin-right: 30px; margin-bottom: 30px; }
.jiejuefangan_con img{ width:360px; height: 378px; }
.jiejuefangan_txt{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; color: #fff; background: rgba(0,0,0,0.6);}
.jiejuefangan_txt a{ color:#FFFFFF; text-decoration:none; }
.jiejuefangan_txt h3{ font-weight: normal; font-size:26px; line-height: 80px;  }
.jiejuefangan_txt p{ font-size: 16px; display: none; line-height: 30px; padding-left: 50px; padding-right: 50px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
}


.wuaboutbg{ width: 100%; background:url(images/wuaboutbg.jpg) center no-repeat; height: 507px; }
.wuaboutwidht{ margin: 0 auto; width: 1200px; padding-top: 40px; }
.wuabouttitle{ border-bottom: 2px solid #1f2481; width: 100px; text-align: center; }
.wuabouttitle h2{ font-weight: normal; font-size: 24px; color: #1f2481;line-height: 50px; }
.wuaboutcon{ background-color: #FFFFFF; margin-top: 180px; height: 160px; position: relative; }
.wuaboutcon img{ position:absolute; bottom: 30px; left: 40px; }
.wuaboutcon_nn{ padding-left: 530px; padding-top: 20px; padding-right: 20px; }

.wuaboutcon_nn a{ width: 120px; line-height: 30px; border: 1px solid #1f2481; text-align: center; display: block;
font-size: 14px; color: #1f2481; margin-top: 10px; }
.wuaboutcon_nn a:hover{ background-color: #1f2481; color: #FFFFFF; text-decoration: none; }


.wuoonew{ margin: 0 auto; width: 1200px; margin-top: 50px; padding-bottom: 30px; }
.wuoonew01{ float: left; width: 380px; margin-right: 30px;
border-radius:5px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.15);
    box-shadow: 0 1px 10px rgba(0,0,0,.15);
    padding:15px 15px;}
.wuoonew01_title{ border-bottom: 1px solid #1f2481;}
.wuoonew01_title h2 a{ font-size: 18px; color: #1f2481; font-weight: normal; line-height: 40px; }
.wuoonew01_title span{ float: right; }
.wuoonew01_title span a{ font-size: 14px; color: #666; line-height: 40px; }
.wuoonew01_con{}



.lr{ margin:0 auto; width:1200px; padding-top:20px; }
.left{ float:left; width:220px; }
.right{ float:right; width:965px; }

.list_title{ height:38px; line-height:38px; border-bottom: 3px solid #1f2481; }
.list_title h2{ font-size:18px; color:#333; font-weight:bold; line-height:38px; padding-left: 14px; }
.list_con{  }
.list_bottom{}

.product_title{background:url(images/product1.jpg) no-repeat; height:37px; line-height:37px;}
.product_title h2{ font-size:14px; font-weight:normal; color:#333; padding-left:10px; line-height:37px;}
.product_con{ border:1px solid #CCCCCC; border-top:none; padding-top:20px;}
.product_con2{ background-color: #FFFFFF; border:1px solid #e5e5e5; border-top:none; padding-bottom:16px; padding-top:16px; padding-left:10px; padding-right:10px;}
.product_bottom{}

.wu_khjz_nner33{ padding-left: 6px; padding-right: 6px;}
.wu_khjz_nner33 dl { padding-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px; margin-bottom:20px; 
border:1px solid #e7eaf1; background-color:#FFFFFF; border-radius:2px; box-shadow:0 1px 3px rgba(0,37,55,0.05); -webkit-box-shadow:0 1px 3px rgba(0,37,55,0.05); }
.wu_khjz_nner33 dl:hover { border:1px solid #1f2481; }
.wu_khjz_nner33 dt { float:left; width:260px;}
.wu_khjz_nner33 dt img {width:260px; height:200px; }
.wu_khjz_nner33 dd { float:left; width:640px; padding-left:16px;}
.wu_khjz_nner33 dd h3 { height:25px;}
.wu_khjz_nner33 dd h3 a {  color:#1f2481; font-size:16px; font-weight:normal; padding-right: 40px; }
.wu_khjz_nner33 dd h3 a:hover {  color:#DE0000; }
.wu_khjz_nner33 dd p { color:#76838f; font-size:12px; line-height:20px;color:#999999; overflow:hidden; padding-top:3px; padding-bottom: 10px; }
.wu_khjz_nner33 dd span { border:1px solid #D7D7D7; text-align:center; padding-left:10px; padding-right:10px; }
.wu_khjz_nner33 dd span a{ font-size:13px; font-weight:normal; color:#333; text-decoration:none; }
.wu_khjz_nner33 dd span a:hover{ color:#DE0000; }
.wu_khjz_nner33 dd .wutime{ font-size:14px; font-weight:normal; color:#999999; }
.wu_khjz_nner33 dl:nth-child(1) dd h3 a { background:url(images/gif137.gif) right center no-repeat; }

.wu_khjz_nner44{ padding-left: 6px; padding-right: 6px;}
.wu_khjz_nner44 dl { padding-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px; margin-bottom:20px; 
border:1px solid #e7eaf1; background-color:#FFFFFF; border-radius:2px; box-shadow:0 1px 3px rgba(0,37,55,0.05); -webkit-box-shadow:0 1px 3px rgba(0,37,55,0.05); }
.wu_khjz_nner44 dl:hover { border:1px solid #1f2481; }
.wu_khjz_nner44 dt { float:left; width:260px;}
.wu_khjz_nner44 dt img {width:260px; height:200px; }
.wu_khjz_nner44 dd { float:left; width:640px; padding-left:16px;}
.wu_khjz_nner44 dd h3 { height:25px;}
.wu_khjz_nner44 dd h3 a {  color:#1f2481; font-size:16px; font-weight:normal; padding-right: 40px; }
.wu_khjz_nner44 dd h3 a:hover {  color:#DE0000; }
.wu_khjz_nner44 dd p { color:#76838f; font-size:12px; line-height:20px;color:#999999; overflow:hidden; padding-top:3px; padding-bottom: 10px; }
.wu_khjz_nner44 dd span { border:1px solid #D7D7D7; text-align:center; padding-left:10px; padding-right:10px; }
.wu_khjz_nner44 dd span a{ font-size:13px; font-weight:normal; color:#333; text-decoration:none; }
.wu_khjz_nner44 dd span a:hover{ color:#DE0000; }
.wu_khjz_nner44 dd .wutime{ font-size:14px; font-weight:normal; color:#999999; }



.wuxiazai{}
.wuxiazai ul li{ line-height: 40px; border-bottom: 1px dashed #f6f4f7;}
.wuxiazai ul li a{ color: #084b96; font-size: 13px; }
.wuxiazai ul li span{ float: right; color: #999999; font-size: 12px; }

.wuprotitle{ border-bottom: 1px solid #ececec; background-color: #FFFFFF; line-height: 30px; padding-left: 10px; }
.wuprocon{ padding-top: 20px; }


.kuaidichaxun{  }
.kuaidichaxunsearch{  margin-left: 30px; margin-top: 20px; }
.kuaidichaxunsearch_left{ float: left; }
.kuaidichaxunsearch_right{ float: left; text-align: center; margin-left: 20px; margin-right: 20px; }
.kuaidichaxunsearch_right2{ float: left; text-align: center; }
.kuaidichaxunsearch_right p, .kuaidichaxunsearch_right2 p{ line-height: 18px; color: #666666; padding-top: 6px; }



.kuaidichaxunsearch_text{}
.kuaidichaxunsearch_text #billCodeList{ width: 600px; height: 130px; padding: 10px; }
.kuaidichaxunsearch_submit{float: right; padding-top: 10px; }
.kuaidichaxunsearch_submit #submit{ width: 100px; height: 35px; background-color: #ee7a05; text-align: center; color: #FFFFFF;
border: none;cursor: pointer; }

.kuaidichaxunresults{ border-top: 1px dotted #999999; margin-top: 50px; padding-top: 10px; }
.kuaidichaxunresults_title{ padding-left: 28px; }
.kuaidichaxunresults_title h2{ background:url(images/kudi.jpg) left center no-repeat; padding-left: 20px;
 font-size: 14px; font-weight: normal; line-height: 40px; }
 
.kuaidichaxunresults_con{ padding-left: 28px; padding-top: 20px; }
.kdcxjg_title{ }
.kdcxjg_title h2{ font-size: 16px; font-weight: bold; color: #000; }
.kdcxjg_title span{ font-size: 16px; color: #000; padding-left: 340px; }
.kdcxjg_dh{ font-size: 14px; color: #333; padding-top: 20px; }
.kdcxjg_dh span{ font-size: 14px; color: #1f2481;font-weight: bold; }
.kdcxjg_jg{}
.kdcxjg_jg ul li:first-of-type h2{ color: #ee7a05; }
.kdcxjg_jg ul li:first-of-type h3{ color: #ee7a05; }
.kdcxjg_jg ul li h2{ float:left; font-size: 14px; font-weight: normal; color: #333; line-height: 26px; width: 372px; }
.kdcxjg_jg ul li h3{ float:left; font-size: 14px; color: #333; line-height: 26px; }

			.track-rcol{width: 900px; border: 1px solid #eee;}
			.track-list{margin: 20px; padding-left: 5px; position: relative;}
			.track-list li{position: relative; padding: 9px 0 0 25px; line-height: 18px; border-left: 1px solid #d9d9d9; color: #999;}
			.track-list li.first{color: red; padding-top: 0; border-left-color: #fff;}
			.track-list li .node-icon{position: absolute; left: -6px; top: 50%; width: 11px; height: 11px; background: url(images/order-icons.png)  -21px -72px no-repeat;}
			.track-list li.first .node-icon{background-position:0 -72px;}
			.track-list li .time{margin-right: 20px; position: relative; top: 4px; display: inline-block; vertical-align: middle;}
			.track-list li .txt{max-width: 600px; position: relative; top: 4px; display: inline-block; vertical-align: middle;}
			.track-list li.first .time{margin-right: 20px; }
			.track-list li.first .txt{max-width: 600px; }


.table1_7 table { width:100%; }
.table1_7 th { background-color:#eff0f4; color:#1a315f; }
.table1_7,.table1_7 th,.table1_7 td
{ font-size:0.95em; text-align:center; padding:4px; border:1px solid #666; border-collapse:collapse;line-height: 18px;  }
.table1_7 tr td a:hover{ color:#084b96; text-decoration: none; }
.table1_7 tr:hover{ background-color: #CCCCCC; }
.table1_7 tr:nth-child(odd){ }
.table1_7 tr:nth-child(even){ }

.table1_8 table { width:100%; }
.table1_8 th { background-color:#eff0f4; color:#1a315f; }
.table1_8,.table1_8 th,.table1_8 td
{ font-size:0.95em; text-align:center; padding:4px; border:1px solid #666; border-collapse:collapse;line-height: 18px;  }
.table1_8 tr td a{ display: block; }
.table1_8 tr td a:hover{ color:#084b96; text-decoration: none; }
.table1_8 tr:hover{ background-color: #CCCCCC; }
.table1_8 tr:nth-child(odd){ }
.table1_8 tr:nth-child(even){ }


.wuproneirye{}
.wuproneirye01{}
.wuproneirye01_left{ float: left; background-color: #FFFFFF; }
.wuproneirye01_right{ float: left; margin-left: 40px; width: 758px; }
.wuproneirye01_left img{ width: 200px; height: 200px; border: 1px solid #dbdbdb; }
.wuproneirye01_right ul li{ border-bottom: dotted 1px #dbdbdb; line-height: 39px; }


#tab{ margin-top: 30px; }
#tab .tabList ul li{
	float:left; background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border:1px solid #ccc; padding:5px 0; width:250px; text-align:center; margin-right:-1px; cursor:pointer; }
#tab .tabCon{ border:1px solid #ccc; width:100%;min-height: 400px; padding-top: 40px; background-color: #FFFFFF; }
#tab .tabCon div{ padding:10px; position:absolute; opacity:0; filter:alpha(opacity=0); }
#tab .tabList li.cur{ border-bottom:none; background:#fff; }
#tab .tabCon div.cur{ opacity:1; filter:alpha(opacity=100); }






.news_text  .date,.date{display:block;float:right; height:26px;line-height:26px;width:80px;color:#999;font-size:8px; text-align:center;background:url(images/date.gif) left center no-repeat;}

.wunerye{}
.wunerye_title { border-bottom: 1px solid #F4F4F4; text-align: center; padding-bottom: 10px; }
.wunerye_title h2{ font-size: 24px; font-weight: normal; color: #616161; line-height: 40px; }
.wunerye_title p span{ padding-left: 5px; padding-right: 5px; }
.wunerye_title p i{ padding-right: 5px; }
.wunerye_title p{ font-size: 14px; color: #e1e1e1; }
.wunerye_con { padding-top: 20px; padding-left: 10px; padding-right: 10px; }
.wunerye_con img{ max-width: 888px; }


.product-like-wrapper {
  margin: 15px auto;
  text-align: center;
}
.product-like-wrapper a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #999;
  text-align: center;
  background-color: #bebebe;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  -webkit-border-radius: 22px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 22px;
  -moz-background-clip: padding;
  border-radius: 22px;
  background-clip: padding-box;
  vertical-align: middle;
}
.product-like-wrapper a.product-like {
  position: relative;
  margin-right: 5px;
  background-color: #46c37b;
}
.product-like-wrapper a.product-like:hover {
  background-color: #08aa73;
}
.product-like-wrapper a.product-dislike {
  position: relative;
  margin-left: 5px;
}
.product-like-wrapper a.product-dislike:hover {
  background-color: #999;
}
.product-like-wrapper a i.fa {
  font-size: 20px;
  color: #fff;
}
.product-like-wrapper .like-bar-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: -18%;
}
.product-like-wrapper .bar {
  width: 110px;
  height: 7px;
  overflow: hidden;
  background-color: #dcdcdc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.product-like-wrapper .bar span {
  display: block;
  height: 100%;
  width: 50%;
  background-color: #46c37b;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.product-like-wrapper .num {
  position: absolute;
  top: -22px;
  display: block;
  width: 100%;
  font-style: normal;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.product-like-wrapper .num i {
  position: absolute;
  right: 55%;
  color: #46c37b;
  font-style: normal;
}
.product-like-wrapper .num span {
  position: absolute;
  left: 55%;
}
.product-like-wrapper.like-status-1 .product-like {
  position: relative;
  background: #86a4d5;
}
.product-like-wrapper.like-status-1 .product-like::before {
  content: "\5df2\8d5e";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
.product-like-wrapper.like-status-3 .product-dislike {
  position: relative;
  background: #bebebe;
}
.product-like-wrapper.like-status-3 .product-dislike::before {
  content: "\5df2\8e29";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}

.entry-meta ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dedede;
}
.entry-meta ul li {
  line-height: 26px;
}




.zaixianxiadan{ padding-top: 30px; padding-bottom: 50px; }
.zaixianxiadan ul li{ float: left; width: 294px; margin-left: 10px; margin-right: 10px;font-size: 18px; text-align: center; }
.zaixianxiadan ul li a{ display: block; }



.mianbaoxian li{ float: left; background:url(images/dot_r.gif) left center no-repeat; }
.mianbaoxian li a{ padding-left: 8px; padding-right: 10px; }




/* --------------------------------------------内页样式------------------------------------------------ */

/* 资质证书列表页 */
.wu_honor_nner ul li{ border:1px solid #E6E6E6; width:233px; float:left; margin-right:3px; margin-left:8px; margin-bottom:20px; line-height:30px; text-align:center;}
.wu_honor_nner ul li:hover{ border:1px solid  #19D417;}
.wu_honor_nner ul li a{}

/* 产品展示列表页 */
.wu_product_nner ul li{ border:1px solid #E6E6E6; width:226px; float:left; margin-right:3px; margin-left:8px; margin-bottom:20px; line-height:30px; text-align:center;}
.wu_product_nner ul li:hover{ border:1px solid  #19D417;}
.wu_product_nner ul li a{}

/* 新闻展示列表页1 */
.wu_newlist{background:url(images/line-2.gif) left bottom repeat-x; padding-bottom:10px; padding-top:10px;}
.wu_newlist .newpic{ float:left; width:180px;}
.wu_newlist .news_text{float:left; width:533px;}

/* 新闻展示列表页2 */
.news_text h5{margin:0px 20px; font-weight:bold;color:#333;}
.news_text h5 a{color:#084b96;font-size:14px; font-weight: normal; }
.news_text h5 .date{color:#999;font-weight:normal;}
.news_text{padding:10px 0px;background:url(images/line-2.gif) left bottom repeat-x;}
.news_text p{text-align:left;color:#999;padding:5px 20px 0px 20px;font-size: 12px;}

/* 厂房设备列表页 */
.wu_cfsb_nner ul li{ border:1px solid #E6E6E6; width:224px; float:left; margin-right:3px; margin-left:8px; margin-bottom:20px; line-height:30px; text-align:center;}
.wu_cfsb_nner ul li:hover{ border:1px solid  #19D417;}
.wu_cfsb_nner ul li a{}

/* 案例列表页 */
.wu_case_nner ul li{ border:1px solid #E6E6E6; width:233px; float:left; margin-right:3px; margin-left:8px; margin-bottom:20px; line-height:30px; text-align:center;}
.wu_case_nner ul li:hover{ border:1px solid  #19D417;}
.wu_case_nner ul li a{}


/* 客户见证列表页1 */
.wu_khjz_nner dl { float:left; margin-top:20px; margin-right:20px; margin-left:10px; border-bottom:1px dashed #CCCCCC; padding-bottom:20px;}
.wu_khjz_nner dt { float:left; width:190px;}
.wu_khjz_nner dt img {width:190px; height:146px; border:1px solid #CCC; padding:2px;}
.wu_khjz_nner dd { float:left; width:450px; padding-left:16px;}
.wu_khjz_nner dd h3 { height:25px;}
.wu_khjz_nner dd h3 a { font-size:14px; color:#333;}
.wu_khjz_nner dd p { font-size:12px; line-height:22px;color:#3b3b3b; height:96px; overflow:hidden; padding-top:10px;}
.wu_khjz_nner dd span { display: block;}

/* 客户见证列表页2 */
.wu_khjz_nner2 dl { float:left; margin-top:20px; margin-right:20px; margin-left:10px; border-bottom:1px dashed #CCCCCC; padding-bottom:20px;}
.wu_khjz_nner2 dt { float:left; width:104px;}
.wu_khjz_nner2 dt img {width:104px; height:146px; border:1px solid #CCC; padding:2px;}
.wu_khjz_nner2 dd { float:left; width:580px; padding-left:16px;}
.wu_khjz_nner2 dd h3 { height:25px;}
.wu_khjz_nner2 dd h3 a { font-size:14px; color:#333;}
.wu_khjz_nner2 dd p { font-size:12px; line-height:22px;color:#3b3b3b; height:96px; overflow:hidden; padding-top:10px;}
.wu_khjz_nner2 dd span { display: block;}

/* 合作客户列表页 */
.wu_hzkh_nner ul li{ border:1px solid #E6E6E6; width:233px; float:left; margin-right:3px; margin-left:8px; margin-bottom:20px; line-height:30px; text-align:center;}
.wu_hzkh_nner ul li:hover{ border:1px solid  #19D417;}
.wu_hzkh_nner ul li a{}

.r_boxww{ text-align:center; border-bottom:#F5F5F5 1px solid; line-height:30px; padding-bottom:10px;}
.r_boxww h1{ font-size:18px;}


/* --------------------------------------------公共样式------------------------------------------------ */

/* 头部导航一级菜单 */
.nav { width:100%; margin:0px auto; padding:0px auto; }
#nav {}
#nav li {float: left;text-align:left;}
#nav a {text-decoration: none;}
#nav li.one { float:left; width:104px; line-height:40px; text-align:center; font-size:15px; overflow:hidden; }
#nav li.one a { display:block; color:#ffffff; }
#nav li.on { color:#ffffff;  }
#nav li.on a{ color:#ffffff;  }
#nav li.one:hover,#nav li.one a:hover { color:#ffffff; text-decoration: underline; }


/* 头部导航下拉菜单 */
#nav li ul {position: absolute;left: -999em; height: auto; width: 124px; z-index:99999; }
#nav li ul li {display: block; width:124px; height:37px; line-height:37px; overflow:hidden; background-color:#ffffff;
border-top:1px solid #FFF; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul{left: auto;}
#nav li.one ul li a,#nav li.one ul li a:link { text-align:center; color:#333; font-weight:normal;font-size:15px; background:none;}
#nav li.one ul li a:hover {color:#1f2481; background-color:#ffffff; text-decoration: none; font-weight: bold; }


/* 左侧产品列表 */
#leftmenu{}
.child { }
.child a{ line-height:40px; height:40px; list-style-type: none; color:#333; display:block; white-space:nowrap;font-size:14px; 
text-decoration:none; padding-left: 14px; }
.child a:hover{ text-decoration: underline;  }
.child a.on { color:#1f2481;font-weight: bold; }

.child22 a{ line-height:50px; height:50px; list-style-type: none; color:#000; display:block; background:url(images/listbg.jpg) center no-repeat; white-space:nowrap;font-size:16px; padding-left:45px; }
.child22 a:hover{ font-weight:bold; color:#C00; }
.child22 a.on {color:#C00; font-weight:bold; background:url(images/listbg.jpg) center no-repeat;}





/* 合作客户1 */
.wu_hzkh ul li{ border:1px solid #E6E6E6; width:95px; float:left; margin-right:7px; margin-left:5px;}
.wu_hzkh ul li a{ }
.wu_hzkh ul li:hover{ border:1px solid  #BC180F;}


/* 产品展示1 */
.wu_product ul li{ border:1px solid #E6E6E6; width:224px; float:left; margin-right:9px; margin-left:9px; margin-bottom:20px; text-align:center;line-height:30px;}
.wu_product ul li a{ }
.wu_product ul li:hover{ border:1px solid  #BC180F;}

/* 产品展示3 */
.wu_product3 ul li{ border:1px solid #E6E6E6; width:200px;  margin-bottom:10px; text-align:center;line-height:30px;}
.wu_product3 ul li a{ }
.wu_product3 ul li:hover{ border:1px solid  #BC180F;}

/* 产品展示2 */
.wu_product2 dl { height:170px;}
.wu_product2 dt { float:left; padding-right:13px; background:url(images/al_picbg.gif) no-repeat; width:209px;}
.wu_product2 dt img { padding:4px 0 0 4px; width:201px; height:146px;}
.wu_product2 dd { float:left; width:475px;}
.wu_product2 dd h3 { height:25px; border-bottom: dashed 1px #ccc;}
.wu_product2 dd h3 a { font-size:14px; color:#5d7807;}
.wu_product2 dd p { font-size:12px; line-height:22px; height:80px; color:#3b3b3b; height:107px; overflow:hidden; padding-top:10px;}
.wu_product2 dd span { display: block; text-align:right;}

/* 单列新闻 */
.wu_new ul{ }
.wu_new ul li {background:url(images/dot_r.jpg) left center no-repeat; border-bottom:1px dotted #ccc;}
.wu_new ul li:hover{}
.wu_new ul li a{line-height:40px; padding-left:10px; padding-right: 40px;}
.wu_new ul li span{line-height:40px; float:right; color:#999 }
.wu_new ul li:nth-child(1) a {background:url(images/gif137.gif) right center no-repeat;}

/* 双列新闻 */
.wu_new2 ul{}
.wu_new2 ul li {background:url(images/dot_r.gif) left center no-repeat; border-bottom:1px dotted #ccc; width:300px; float:left; margin-right:18px;}
.wu_new2 ul li:hover{}
.wu_new2 ul li a{line-height:34px; padding-left:10px;}
.wu_new2 ul li span{line-height:34px; float:right; color:#999 }

/* 客户见证 */
.wu_khjz dl { float:left; margin-top:20px; margin-right:20px;}
.wu_khjz dt { float:left; width:190px;}
.wu_khjz dt img {width:190px; height:150px; border:1px solid #CCC; padding:2px;}
.wu_khjz dd { float:left; width:264px; padding-left:16px;}
.wu_khjz dd h3 { height:25px;}
.wu_khjz dd h3 a { font-size:14px; color:#333;}
.wu_khjz dd p { font-size:12px; line-height:22px;color:#3b3b3b; height:96px; overflow:hidden; padding-top:10px;}
.wu_khjz dd span { display: block;}



/* 常见问题 */
.wu_cjwt ul li h2{background:url(images/wen.jpg) no-repeat; padding-left:24px; padding-bottom:10px; font-size:14px; font-weight:bold;}
.wu_cjwt ul li p{background:url(images/da.jpg) no-repeat; padding-left:24px; font-size:12px; }
.wu_cjwt ul li{ padding-bottom:12px; padding-top:12px;border-bottom:1px dashed #666666;}
.wu_cjwt ul li:hover{}

/* 左右滚动 */
.kc01{ padding:40px 10px 0 0px}
.kc03{ padding:40px 0px 0 10px}
.kc02 ul li {width:168px; float:left; margin-right:30px; border:1px solid #F2F2F2; text-align:center}
.kc02 ul li img { padding:2px; width:165px; height:80px;}
.kc02 ul li a { font-size:12px;}
.fl{ float:left;}


/* 左右滚动 */
.jc01{ padding:60px 10px 0 0px}
.jc03{ padding:60px 0px 0 10px}
.jc02 ul li {width:270px; float:left; margin-right:30px; border:1px solid #F2F2F2; text-align:center}
.jc02 ul li img { padding:2px; width:266px; height:200px;}
.jc02 ul li a { font-size:12px;}
.fl{ float:left;}


/* 左右滚动 */
.hc01{ padding:60px 10px 0 0px}
.hc03{ padding:60px 0px 0 10px}
.hc02 ul li {width:270px; float:left; margin-right:30px; border:1px solid #F2F2F2; text-align:center}
.hc02 ul li img { padding:2px; width:266px; height:200px;}
.hc02 ul li a { font-size:12px;}
.fl{ float:left;}

/* 左右滚动 */
.qc01{ padding:60px 10px 0 0px}
.qc03{ padding:60px 0px 0 10px}
.qc02 ul li {width:270px; float:left; margin-right:30px; border:1px solid #F2F2F2; text-align:center}
.qc02 ul li img { padding:2px; width:266px; height:200px;}
.qc02 ul li a { font-size:12px;}
.fl{ float:left;}



.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(kefu/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(kefu/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(kefu/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(kefu/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}





/*查询切换*/
.wu01_right .pull-right {
  width: 360px;
}
.wu01_right .index1-tab,
.wu01_right .index1-con {
	z-index: 998;
  position: relative;
}
.wu01_right .index1-tab {
  margin-top: -48px;
  zoom: 1;
  background-color: #e8e8e8;
}
.wu01_right .index1-tab:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_right .index1-tab li {
  width: 33.33333333%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #9a9a9a;
  float: left;
  font-size: 14px;
  cursor: pointer;
}
.wu01_right .index1-tab li a:hover {
  background-color: #1f2481;
  color: #ffffff;
  text-decoration: none;display: block;
}
.wu01_right .index1-tab li a{color: #9a9a9a;}
.wu01_right .index1-tab .active {
  background-color: #1f2481;
  color: #ffffff;
}
.wu01_right .index1-tab .active a{
  color: #ffffff;
}
.wu01_right .index1-tab-txt {
  min-height: 370px;
  padding: 35px 23px 28px;
  zoom: 1;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
}
.wu01_right .index1-tab-txt select {
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}
.wu01_right .index1-tab-txt select:last-child,
.wu01_right .index1-tab-txt select:last-of-type {
  margin-top: 20px;
}
.wu01_right .index1-tab-txt .city00 {
  padding-top: 0;
}
.wu01_right .index1-tab-txt .city00 span {
	margin-bottom: 10px;
  color: #999999;
  font-size: 16px;
  display: block;
  line-height: 40px;
}
.wu01_right .index1-tab-txt .padding10 {
  padding-bottom: 10px;
}
.wu01_right .index1-tab-txt i {
  color: #1f2481;
  font-size: 46px;
  float: left;
  vertical-align: middle;
  padding: 6px 10px 10px 0;
}
.wu01_right .index1-tab-txt:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_right .index1-tab-txt strong {
  zoom: 1;
  border-bottom: 1px solid #1f2481;
}
.wu01_right .index1-tab-txt strong:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_right .index1-tab-txt strong,
.wu01_right .index1-tab-txt span {
  display: block;
}
.wu01_right .index1-tab-txt span {
  color: #000000;
  font-size: 20px;
}
.wu01_right .index1-tab-txt small {
  line-height: 30px;
  display: block;
  font-family: Arial;
  text-transform: uppercase;
  color: #707070;
  font-size: 14px;
}
.wu01_right .index1-tab-txt textarea {
  padding: 10px 20px;
  width: 100%;
  height: 179px;
  display: block;
  margin-top: 32px;
}
.wu01_right .index1-tab-txt textarea,
.wu01_right .index1-tab-txt input[type="text"] {
  font-size: 14px;
  color: #333333;
  border: 1px solid #e8e8e8;
  resize: none;
}
.wu01_right .index1-tab-txt .verification-code {
  zoom: 1;
  margin-top: 25px;
}
.wu01_right .index1-tab-txt .verification-code:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_right .index1-tab-txt .verification-code input[type="text"] {
  width: 60%;
  padding: 10px;
  float: left;
  height: 50px;
  line-height: 50px;
}
.wu01_right .index1-tab-txt .verification-code img {
  vertical-align: middle;
  float: right;
}
.wu01_right .index1-tab-txt .form-submit {
  margin-top: 26px;
}
.wu01_right .index1-tab-txt .form-submit input[type="submit"],
.wu01_right .index1-tab-txt .form-submit input[type="button"] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #1f2481;
  border: 1px solid #1f2481;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.wu01_right .index1-tab-txt .form-submit input[type="submit"]:hover,
.wu01_right .index1-tab-txt .form-submit input[type="button"]:hover,
.wu01_right .index1-tab-txt .form-submit input[type="submit"]:focus,
.wu01_right .index1-tab-txt .form-submit input[type="button"]:focus,
.wu01_right .index1-tab-txt .form-submit input[type="submit"]:active,
.wu01_right .index1-tab-txt .form-submit input[type="button"]:active {
  cursor: pointer;
  -webkit-animation-name: hvr-back-pulse-submit;
  animation-name: hvr-back-pulse-submit;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #e1460d;
  border: 1px solid #e1460d;
  color: #ffffff;
}
.wu01_right .index1-con {
  zoom: 1;
}
.wu01_right .index1-con:after {
  content: '';
  clear: both;
  display: block;
}
.wu01_right .index1-con li {
  display: none;
}
.wu01_right .index1-con .on {
  display: block;
}


    #wu_khjz_nner33img img{
        width: 100%;
        transition:all 2s;/*图片放大过程的时间*/
        position: relative;
    }
    #wu_khjz_nner33img img:hover{
        cursor: crosshair;
        transform: scale(1.9);  /*以y轴为中心旋转*/
    }














