@charset "utf-8";
body { font-family:"微软雅黑",arial; color: #575757; font-size: 12px; line-height: 24px; background:#ffffff; min-width:1200px; }
html, body, div, span, ul, li, ol, dl, dt, dd, p, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a { margin: 0; padding: 0; }
* { margin: 0; list-style: none; padding: 0; }
ul li { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #575757; text-decoration: none; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
a:hover { color: #a3c60f; text-decoration: none; }
.clear { clear: both; margin: 0 0; padding: 0 0; }
.animate { display: none; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.main{ width:1200px; margin:0 auto; overflow:hidden;}
.fr { float: right; }
.fl { float: left; }
input, textarea, button{ font-family:"微软雅黑";}
input:focus { outline:none; }
textarea:focus{ outline:none;}
#feedback_form table{ margin:0 auto;}
#feedback_form table tr td{ padding:5px 0;}


/*header*/
.header{ width:100%; height:130px; position:absolute; z-index:10; top:0; background:#FFF;}
.header .toper{ width:100%; height:35px; line-height:35px; font-size:13px; background:#f5f5f5; border-bottom:1px #e7e7e7 solid;}
.header .toper .sea { width:125px; height:24px; margin-top:5px; background:url(../images/ser_txt.png) no-repeat; padding:0 14px; float:right; }
.header .toper .sea .search_txt { width:110px; height:24px; float: left; color: #999; font-size: 12px; border:0; background:none;}
.header .toper .sea .search_btn { border:0; cursor: pointer; width:14px; height:15px; float:right; background:url(../images/ser_btn.png) no-repeat; margin-top:4px; }
.header .toper #menu{ width:auto; height:35px; float:right;}
.header .toper #menu li{ float:left; margin-right:32px;}
.header .toper .shop{ width:auto; background:url(../images/shop.png) no-repeat left center; padding-left:20px;}
.header .head{ width:1200px; height:94px; margin:0 auto;}
.header .head .logo{ width:319px; height:74px; float:left; display:block; margin-top:10px;}
.header .head .box { width:auto; height:28px; float:right; margin-top:33px;}
.header .head .box #nav-menu { height:28px; width:auto; margin: 0 auto; }
.header .head .box #nav-menu .container { position: relative; overflow: visible; z-index: 99; }
.header .head .box #nav-menu .menu li { position: relative; float:left; width:100px; display: inline; text-align:center; margin-left:10px;}
.header .head .box #nav-menu .menu li h3 { display: inline-block; float: left; font-size:14px; }
.header .head .box #nav-menu .menu li a.xialaguang { display: inline-block; height:28px; width:100px; line-height:25px;}
.header .head .box #nav-menu .menu li a.xialaguang:hover { cursor: pointer; color:#a3c60f; }
.header .head .box #nav-menu .menu ul.children { display: none; position: absolute; top:28px; left:0; width:100px; line-height: normal; z-index:99; background:#ffffff; border:1px #a3c60f solid; border-bottom:none;}
.header .head .box #nav-menu .menu ul.children li { width:100%; padding:0px; margin:0px; display: inline-block; border-bottom:1px #a3c60f solid; }
.header .head .box #nav-menu .menu ul.children li a { width:100%; overflow: hidden; display: block; text-align: center; font-size: 12px; padding:10px 0; background:#ffffff;}
.header .head .box #nav-menu .menu ul.children li a:hover { color:#FFF; background:#a3c60f;}

/*友情链接*/
.inn { width:100%; margin-top:60px; height:110px; background:url(../images/link.jpg) repeat-x top;}
#tab { width: 1200px; position: relative; height:116px; margin:0 auto;  }
#tab .tab_menu { width:1200px; position: absolute; z-index: 1; font-size: 14px; font-weight:bold; height:31px; line-height:31px; }
#tab .tab_menu li { float: left; width:93px; cursor: pointer; text-align:center; margin-right:37px;}
#tab .tab_menu .selected { cursor: pointer; color:#a3c60f; border-bottom:3px #a3c60f solid; }
#tab .tab_box { width: 1200px; clear: both; position: relative; line-height:22px; top:45px; }
.hide { display: none; }
.tab_box div a {  padding:0 10px; }
/* foot*/
.boot { width: 100%; color: #FFF; font-size: 12px; overflow: hidden; padding: 22px 0px; background: #7f7f7f; line-height:24px; }
.boot a{ color: #FFF;}
.fmain { width: 1140px; margin: 0 auto; overflow:hidden; text-align:center; }

/*站点 浮动返回顶部*/
 
.cd-top { display: inline-block; height: 43px; width: 44px; position: fixed; bottom: 60px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */
overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(/images/back_top.jpg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.cd-top.cd-is-visible { /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
opacity: .5; }
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1; }
/*站点 浮动客服*/ 
.keifu img { border: 0; }
.keifu { position: fixed; top: 10%; right: 0; width: 131px; _position: absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
z-index: 990; }
.keifu_tab { width: 160px; }
.icon_keifu { width: 26px; height: 100px; float: left; background: url(/images/keifu.png) 0 0; position: relative; display: none; cursor: pointer; }
.keifu_box { float: left; width: 131px; }
.keifu_tab img { display: block; }
.keifu_head { width: 131px; height: 41px; background: url(/images/keifu.png); background-position: 0 -103px; font-size: 0; line-height: 0; position: relative; }
.keifu_close:link, .keifu_close:visited { display: block; width: 11px; height: 11px; background: url(/images/keifu.png) -42px 0; position: absolute; top: 5px; right: 5px; }
.keifu_close:hover { background-position: -60px 0; }
.keifu_con { border-left: 7px solid #029bdb; border-right: 7px solid #029bdb; background: #fbfbfb; }
.keifu_con ul { border-bottom: #e6e5e4 1px solid; }
.keifu_con li { padding-left: 12px; }
.keifu_con .li-qq { height: 25px; padding-top: 2px; padding-bottom: 2px; }
.keifu_con .li-tel-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-tel-num { font-family: Arial; font-size: 12px; color: #e66d15; line-height: 20px; }
.keifu_con .li-feed-title { font-weight: bold; font-size: 12px; border-top: 1px solid #dddddd; padding-left: 0px; }
.keifu_con .li-feed-title img { padding-left: 0px; width: 117px; }
.keifu_con .li-feed { font-family: Arial; font-weight: bold; color: #e66d15; }
.keifu_con .li-weixin-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-weixin { height: 96px; padding-left: 0px; }
.keifu_con .li-weixin img { width: 115px; height: 115px; }
.keifu_con .bt { font-size: 16px; height: 30px; line-height: 30px; text-align: left; padding: 0 0 0 20px; color: #012646; }
.keifu_bot { width: 131px; height: 10px; background: url(/images/keifu.png); background-position: 0 -153px; }
/*左下角 浮动 在线留言*/ 
#SfMessWrap { border: 2px solid #029bdb; padding: 1px; width: 230px; background: #f5f5f5; z-index: 100; position: fixed; left: 2px; bottom: 2px; }
#SfMessHead { background: #029bdb; line-height: 28px; height: 28px; text-indent: 10px; font-size: 12px; color: #fff; text-align: left; cursor: pointer; }
#SfMessHead #SfMessTitle { float: left; }
#SfMessHeadIcon { float: right; width: 23px; height: 25px; margin-right: 2px; background-image: url(/images/icon.png); }
.SfMessIconOpen { background-position: top; }
.SfMessIconClose { background-position: bottom; }
#SfMessBody { width: 230px; height: 225px; padding-bottom: 5px; }
#SfMessBodyTop { display: none; }
#SfMessBodyMid { width: 212px; padding: 0px; margin: 0px auto; margin-top: 5px; }
#SfMessBodyMid input { border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; width: 190px; height: 17px; font-size: 12px; }
#SfMessBodyMid textarea { width: 210px; height: 73px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; overflow: hidden; text-align: left; font-size: 12px; padding: 0px; margin: 0px auto; }
#SfMessBodyMid div { margin-top: 3px; height: 20px; }
#SfMessBodyMid .contactmessage { height: 76px; }
#SfMessBodyMid .contactname { padding-left: 20px; background: url(/images/company.gif) no-repeat; }
#SfMessBodyMid .contacttel { padding-left: 20px; background: url(/images/mobile.gif) no-repeat; }
#SfMessBodyMid .contactfrom { padding-left: 20px; background: url(/images/from.gif) no-repeat; }
#SfMessBodyMid .contactemail { padding-left: 20px; background: url(/images/email.gif) no-repeat; }
#SfMessBodyMid .contactvalicode { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyMid .contactvalicode input { width: 100px; height: 17px; float: left; }
#SfMessBodyMid .contactvalicode img { height: 19px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; float: right; }
.clearboth { clear: both; }
#SfMessBodyMid .must, #SfMessBodyMid .ignore, #SfMessBodyMid .other { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyBottom { width: 220px; height: 22px; line-height: 22px; padding: 0px; margin-top: 10px; }
#SfMessSubmit { width: 40px; background: url(/images/send.gif); color: #fff; border: 0; height: 22px; padding: 0px; float: right; }
#SfMessCopy { float: left; height: 22px; line-height: 22px; margin-left: 10px; font-size: 13px; font-weight: bold; color: #666666; padding-left: 25px; background: url(/images/sign.png) left top no-repeat; }
.SfMessTip { display: none; }
#SfMessBodyFoot { display: none; }