@charset "utf-8";
/* CSS Document */
/*头部*/
header{ width:1200px; margin:10px auto; position: relative;}
header .logo, .city, .search, .denglu{ float:left;}
header .logo{ margin-right:0px;}
header .logo images{ width:130px; height:70px;}
header .city{ position:relative; margin-right:60px; font-size:12px; color:#999; top:30px;}
header .city .city_xuan{ position:absolute; top:-20px; font-size:12px; color:#fff; background-color:#eb7424; padding:1px 10px; border-radius:2px;}
header .search{ margin-top:8px;}
header .search .xianlu{ float:left; border:2px solid #01a8ba; border-right:1px solid #01a8ba; width:100px; height:35px; line-height:35px;}
header .search .xianlu .xl_xuan{ font-size:14px; display:inline-block; width:70px; text-align:center; color:#666; }
header .search input{ float:left; border:2px solid #01a8ba;border-left:1px solid #01a8ba; width:316px; height:35px; line-height:35px; padding-left:15px;}
header .search button{ float:left; background-color:#01a8ba; border:none; width:108px; height:39px; background-image:url(../images/suos.png); background-repeat:no-repeat; background-position:37px 10px;} 
.denglu {float: right; overflow:hidden;position:absolute;right:0; bottom:15px;}
.login_icon button{ width:65px; height:24px; border-radius:2px; font-size:12px; border:none; color:#fff; margin-left:10px; line-height:24px;}
.login_input input{border:1px solid #cccccc; width:120px; height:26px;margin-bottom: 3px; padding-left:20px;font-size:12px; border-radius:3px;}
.login_input .uname{background: url(../images/uname.png) no-repeat left center; background-size:16px auto; margin-right:8px;}
.login_input .upaswd{background: url(../images/pwd.png) no-repeat left center; background-size:16px auto;}
.login_btn{ cursor: pointer;background-color:#01a8ba; margin-left:6px; border:none;color:#ffffff; border-radius:2px;font-size:12px;width:60px; height:26px; line-height:26px;}
header .register{ background-color:#37abba;}
.denglu .tell{font-size:12px; color:#777; text-align:right;}
.denglu .tell .phone{ font-weight:bold;font-size:16px; color:#ed7224; background-image:url(../images/dh.png); background-repeat:no-repeat; background-size:25px 20px; display:inline-block; padding-left:25px;}
/*导航*/
nav{ width:100%; background-color:#01a8ba; height:77px; margin-bottom:20px;}
nav ul{ overflow:hidden; width:1200px; margin:0 auto;} 
nav ul li{ float:left;}
nav ul li.current {  background: #fff; height: 74px;}
nav ul li a{ color:#fff; font-size:16px; display:inline-block; width:100px; height:77px; line-height:115px; text-align:center; cursor:pointer;}

nav ul li .sy{ background: #01a8ba url(../images/sy2.png) no-repeat 30px 13px;}
nav ul li.current .sy{  background: #fff url(../images/sy.png) no-repeat 30px 13px;}
nav ul li .sy:hover{ background: #fff url(../images/sy.png) no-repeat 30px 13px;}

nav ul li .gjxl{ background: #01a8ba url(../images/gjxl2.png) no-repeat 19px 13px;}
nav ul li.current .gjxl{  background: #fff url(../images/gjxl.png) no-repeat 19px 13px;}
nav ul li .gjxl:hover{  background: #fff url(../images/gjxl.png) no-repeat 19px 13px;}

nav ul li .zbdx{ background: #01a8ba url(../images/zbdx2.png) no-repeat 18px 13px;}
nav ul li.current .zbdx{  background: #fff url(../images/zbdx.png) no-repeat 18px 13px;}
nav ul li .zbdx:hover{ background: #fff url(../images/zbdx.png) no-repeat 18px 13px;}

nav ul li .gncx{ background: #01a8ba url(../images/gncx2.png) no-repeat 18px 13px;}
nav ul li.current .gncx{  background: #fff url(../images/gncx.png) no-repeat 18px 13px;}
nav ul li .gncx:hover{ background: #fff url(../images/gncx.png) no-repeat 18px 13px;}

nav ul li .zyx{ background: #01a8ba url(../images/zyx2.png) no-repeat 25px 13px;}
nav ul li.current a.zyx{ background: #fff url(../images/zyx.png) no-repeat 18px 13px;}
nav ul li .zyx:hover{ background: #fff url(../images/zyx.png) no-repeat 25px 13px;}

nav ul li .yl{ background: #01a8ba url(../images/yl2.png) no-repeat 30px 13px;}
nav ul li.current .yl{  background: #fff url(../images/yl.png) no-repeat 30px 13px;}
nav ul li .yl:hover{ background: #fff url(../images/yl.png) no-repeat 30px 13px;}

nav ul li .jfsc{ background: #01a8ba url(../images/jfsc2.png) no-repeat 16px 13px;}
nav ul li.current .jfsc{ background: #fff url(../images/jfsc.png) no-repeat 16px 13px;}
nav ul li .jfsc:hover{ background: #fff url(../images/jfsc.png) no-repeat 16px 13px;}

nav ul li .notice{ background: #01a8ba url(../images/notice2.png) no-repeat 16px 13px;}
nav ul li .notice:hover{ background: #fff url(../images/notice.png) no-repeat 16px 13px;}
nav ul li.current .notice{ background: #fff url(../images/notice.png) no-repeat 16px 13px;}

.top_tip{width:100%;border-top:2px solid #e5e8e7; position:fixed; top:0;}
.tip_content{width:1200px; margin:0 auto; text-align:right;}
.tip_block{background: url(../images/tip.png) no-repeat right center; background-size:auto 23px; text-align:right;}
.tip_block span{ display:inline-block; width:125px; text-align:center;font-size:12px; color:#555; line-height:22px;}
.welcome{display:inline-block; color:#ff8501;}