/* 1.清除浏览器默认样式 */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
/* 2.针对性处理 */
ol,ul{ list-style:none;}            /*清除列表默认风格*/
textarea{ resize:none;}             /*文本域禁止拖拽*/
img{ border:none; display:block;}   /*清除图片链接在ie下默认边框，图片底部默认的空白*/
input, button, select, textarea { outline:none; }
button{border-style:none;} 
/* 3.设置全局样式 */
body{ color:#333; font-size:16px; font-family:"微软雅黑";background:#f6f6f6;}
a{color:#333; text-decoration:none;}
input ::-ms-clear{display: none;} /*清除ie高版本input内自带x和小眼睛*/
/* 4.定义常用类 */
.w{ width:1200px;margin:0 auto; }  /*版心*/
.clearfix:after,.clearfix:before{ content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.oneline{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}


/*顶部*/
.top{width:100%;height:30px;line-height:30px;background:#00923d;font-size:12px;}
.top p{display:block;color:#fff;}
.top span{color:#fff;padding-left:18px;background:url(/uploads/image/phimg/ip.png) no-repeat left center;}

/*nav*/
.nav{width:100%;height:100px;}
.nav-l{width:305px;height:100px;}
.nav-l img{float:left;width:150px;margin-right:15px;margin-top:43px;}
.nav-l img:nth-of-type(2){width:80px;margin-right:0;margin-top:44px;}
.nav-c{width:650px;height:100px;}
.nav-c .ul-one{padding:0 25px;}
.ul-one .li1{float:left;position: relative;width:100px;height:100px;}
.ul-one .li1>a{display:block;width:100px;line-height:100px;text-align:center;}
.ul-one .li1:hover.li1>a{color:#0097cf;}
.ul-two{position:absolute;left:-50%;padding:8px 0;border:1px solid #ccc;background:#fff;display:none;z-index:10;}
.ul-two .li2{border-bottom:1px solid #eee;}
.ul-two .li2:nth-last-of-type(1){border-bottom:0;}
.ul-two .li2>a{display:block;padding:0 20px;width:196px;line-height:40px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.ul-two .li2:hover.li2>a{background:#eee;color:#0097cf;}
.nav-c .ul-two .ul-three{position:absolute;right:-162px;margin-top:-49px;padding:8px 0;border:1px solid #ccc;background:#fff;display:none;}
.ul-three .li3>a{display:block;padding:0 20px;width:120px;line-height:40px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.ul-three .li3>a:hover{color:#0097cf;}
.nav-c .ul-one .li1:hover .ul-two{display:block;} /*二级下拉显示*/
.nav-c .ul-two .li2:hover .ul-three{display:block;}/*三级下拉显示*/
.nav-r{width:245px;height:62px;padding-top:38px;}
.nav-r input{width:195px;height:20px;height:18px\0;padding-left:6px;padding-top:4px\0;}
.nav-r button{width:40px;height:24px;cursor:pointer;background:#00923d url(/uploads/image/phimg/sch.png) no-repeat center;}
.navli-bg{background:url(/uploads/image/phimg/navli-bg1.png) no-repeat right center;}
.navli-bg:hover{background:url(/uploads/image/phimg/navli-bg2.png) no-repeat right center;}

.mypage>a.current{background:#dd3c13;color:#fff;border:1px solid #dd3c13;}
.mypage{clear: both;margin-top: 20px;overflow:hidden;text-align:center;}
.mypage a{display:inline-block;padding: 4px 10px;margin: 4px;background: #e7e7e7;border:1px solid #e7e7e7;}
.mypage a:hover{border:1px solid #dd3c13;}

/*脚部*/
.footer{width:100%;height:60px;background:#e1e1e1;}
.footer p{line-height:60px;display:block;width:450px;margin:0 auto;font-size:14px;}
.footer .w div{width:430px;margin:0 auto;}
.footer .w div a{display:block;float:left;width:85px;text-align:center;border-right:1px solid #bbb;font-size:12px;}
.footer .w div a:nth-last-of-type(1){border-right:0;}
.footer .w div a:hover{color:#0097cf;}

.index_foot{width:100%;overflow:hidden;background:#fff;padding-bottom:45px;}
.index_foot_t{border-bottom:1px solid #ccc;margin-bottom:10px;overflow:hidden;}
.index_foot_t span{display:block;float: left;color:#333;width:300px;text-align:center;line-height:48px;}
.index_foot_c{float: left;width:300px;overflow:hidden;}
.index_foot_c a{display:block;width:100%;text-align:center;line-height:36px;font-size:14px;color:#666;}
.index_foot_c a:hover{color:#0db654;}
.index_foot_c img{width:200px;margin:0 auto;}