@charset "utf-8";
@import "reset.css";
@import "typography.css";
@import "forms.css";
@import "tabs.css";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
以下css长和宽、边距定义使用px；字体大小使用em，直接span使用font14px属性即显示14字体。
-------------------------------------------------------------- */
/* 页面基本元素
-------------------------------------------------------------- */

/* 链接颜色 */
a:link {text-decoration:none; font-family:"微软雅黑"; font-size:12px; color:#666666;}
a:visited {text-decoration:none;font-family:"微软雅黑";}
a:hover {text-decoration:none; font-family:"微软雅黑";color:#015697;}

.c666 { color:#666;}
.c666 a:link { color:#666;}
.c666 a:visited { color:#666;}
.c666 a:hover {  color:#015697;}

/* 图片边框 */
.img2px img { padding: 2px; border: 1px solid #cccccc; }

/* 1px细线 */
.div1px { border:#CCCCCC 1px; }

/* li相关 */
ul,li { list-style-type:none; }

body { background:url(../images/js_bg.jpg); font-size:12px;}

/*翻页*/
#paginator a{ font-family:"微软雅黑";
border: 1px solid #DDD;
color: #333;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
font-size:12px;
}
#paginator a:hover{
border: 1px solid #DDD;
color: #333;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
background: #396FAB;
color:#FFF;
font-size:12px;
}
#paginator .current { font-family:"微软雅黑";
background: #396FAB;
border: 1px solid gainsboro;
color: white;
font-weight: bold;
margin: 2px;
padding: 4px 5px;
font-size:12px;
}
#paginator .hs{ font-family:"微软雅黑";
border: 1px solid #DDD;
color: #999;
margin: 2px;
padding: 4px 5px;
text-decoration: none;
font-size:12px;
}

/* 带着图片的li */
.imgli1 li{ list-style-image:url(../BG.jpg) ; }

.q_ztys01{font-family:"宋体"; font-size:12px; color:#FFF; text-align:left;}
.q_ztys01 a{color:#FFF;}
.q_ztys01 a:hover{font-family:"宋体"; font-size:12px;color:#F90;}
.q_ztys03 a{ font-size:12px; color:#666;}
.q_ztys03 a:hover{ font-size:12px; color:#015697;}
.q_ztys02{font-family:"宋体"; font-size:12px; color:#666666; text-align:right;}
.Q_ZTYS04{font-size:12px; color:#666666; line-height:33px; text-indent:2em;}
.Q_ZTYS05{ font-family:"微软雅黑";font-size:12px; color:#666666; line-height:28px; text-align:left;}
.Q_ZTYS05 a{color:#666666; }
.Q_ZTYS05 a:hover{font-family:"微软雅黑";font-size:12px; color:#015697;}
.q_ztys06{font-size:12px; color:#666; text-align:center;}
.Q_ZTYS07{font-family:"微软雅黑"; font-size:14px; color:#666666; line-height:28px;}
.Q_ZTYS08{ width:715px;font-size:12px; color:#666666; line-height:28px;}
.Q_ZTYS08 a{color:#666;}
.Q_ZTYS08 a:hover{color:#015697;}
.Q_ZTYS09 a{ font-family:"微软雅黑"; font-size:12px;color:#fff;}
.Q_ZTYS09 a:hover{font-family:"微软雅黑"; font-size:12px;color:#F90;}
.q_ztstyle10{font-family:"微软雅黑"; font-size:16px; color:#666; font-weight:bold;}
.q_zt {font-family:"微软雅黑"; font-size:16PX; color:#015697;}

/* w系列控制宽度 */
.wauto { width: auto }
.w100{width:100%;}

.w50{width:50px;}
.w20{width:20px;}
.w30{width:30px;}
.w130{width:130px;}
.w137{width:137px;}
.w65{width:65px;}
.w75{width:75px;}
.w80{width:80px;}
.w110{width:110px;}
.w125{width:125px;}
.w60{width:60px;}
.w140{width:140px;}
.w170{width:170px;}
.w185{width:185px;}
.w180{width:180px;}
.w195{width:195px;}
.w205{width:205px;}
.w270{width:270px;}
.w275{width:275px;}
.w200{width:200px;}
.w210{width:210px;}
.w220{width:220px;}
.w225{width:225px;}
.w240{width:240px;}
.w245{width:245px;}
.w250{width:250px;}
.w260{width:260px;}
.w266{width:266px;}
.w271{width:271px;}
.w300{width:300px;}
.w310{width:310px;}
.w315{width:315px;}
.w360{width:360px;}
.w370{width:370px;}
.w375{width:375px;}
.w430{width:430px;}
.w440{width:440px;}
.w600{width:600px;}
.w640{width:640px;}
.w700{width:700px;}
.w715{width:715px;}
.w910{width:910px;}
.w450{width:450px;}
.w455{width:455px;}
.w438{width:438px;}
.w480{width:480px;}
.w685{width:685px;}
.w700{width:700px;}
.w715{width:715px;}
.w725{width:725px;}
.w730{width:730px;}
.w715{width:715px;}
.w745{width:745px;}
.w939{width:939px;}
.w940{width:940px;}
.w945{width:945px;}
.w950{width:950px;}
.w980{width:980px;}
.w1002{width:1002px;}
.w1008{width:1008px;}


/* h系列控制高度 */
.hauto { height:auto; }
.h25{height:25px;}
.h30{height:30px;}
.h37{height:37px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h80{height:80px;}
.h85{height:85px;}
.h95{height:95px;}
.h45{height:45px;}
.h107 { height:107px; }
.h112 { height:112px; }
.h120 { height:120px; }
.h122 { height:122px; }
.h126 { height:126px; }
.h192 { height:192px; }
.h297{height:297px;}
.h205{height:205px;}


/* p系列控制padding */
.pt2 { padding-top: 2px; }
.pt3 { padding-top: 3px; }
.pt5 { padding-top: 5px; }
.pt6 { padding-top: 6px; }
.pt7 { padding-top: 7px; }
.pt8 { padding-top: 8px; }
.pt9 { padding-top: 9px; }
.pt10 { padding-top: 10px; }
.pt11{ padding-top: 11px; }
.pt12 { padding-top: 12px; }
.pt15 { padding-top: 15px; }
.pt18 { padding-top: 18px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30{ padding-top: 30px; }
.pt35{ padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }

.pr5 { padding-right: 5px; }
.pr6 { padding-right: 6px; }
.pr7 { padding-right: 7px; }
.pr8 { padding-right: 8px; }
.pr9 { padding-right: 9px; }
.pr10 { padding-right: 10px; }
.pr12 { padding-right: 12px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }

.pb2 { padding-bottom:2px; }
.pb3{ padding-bottom:3px; }
.pb5 { padding-bottom: 5px; }
.pb6 { padding-bottom: 6px; }
.pb7 { padding-bottom: 7px; }
.pb8 { padding-bottom: 8px; }
.pb9 { padding-bottom: 9px; }
.pb10 { padding-bottom: 10px; }
.pb12 { padding-bottom: 12px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb23 { padding-bottom: 23px; }
.pb25 { padding-bottom: 25px; }
.pb32 { padding-bottom: 32px; }
.pb35 { padding-bottom: 35px; }
.pb39 { padding-bottom: 39px; }
.pb40 { padding-bottom: 40px; }


.pl2 { padding-left: 2px; }
.pl3 { padding-left: 3px; }
.pl5 { padding-left: 5px; }
.pl6 { padding-left: 6px; }
.pl7 { padding-left: 7px; }
.pl8 { padding-left: 8px; }
.pl9 { padding-left: 9px; }
.pl10 { padding-left: 10px; }
.pl12 { padding-left: 12px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl23 { padding-left: 23px; }
.pl19 { padding-left: 19px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }
.pl145 { padding-left: 145px; }
.pl274 { padding-left: 274px; }

/* m系列控制padding */
.mt5 { margin-top: 5px; }
.ml10{margin-left:10px;}

/* --bg系列控制背景图片，自行添加，前面的px控制左右相对位置，后面的控制上下相对位置-- */
.bg1{background:url(../images/index_bg01.jpg)  repeat-x 0px 0px;}
.bg2{background:url(../images/index_01.jpg) no-repeat 0px 0px;}
.bg3{background:url(../images/index_02.jpg) no-repeat 0px 0px;}
.bg4{background:url(../images/index_03.jpg) repeat-x 0px 0px;}
.bg5{background:url(../images/index_07.jpg) no-repeat 0px 0px;}
.bg6{background:url(../images/index_08.jpg) no-repeat bottom right;}
.bg7{background:url(../images/index_09.jpg) no-repeat bottom left;}
.bg8{background:url(../images/index_23.jpg) no-repeat 0px 0px;}
.bg9{background:url(../images/index_28.jpg) no-repeat 0px 10px;}
.bg10{ background:url(../images/gj_01.jpg) repeat-y center center;}
.bg11{background:url(../images/gj_04.jpg) no-repeat 0px 0px;}
.bg12{background:url(../images/gj_09.jpg) no-repeat 0px 0px;}
.bg13{background:url(../images/gj_13.jpg) no-repeat  0px 0px;}
.bg14{background:url(../images/BG_13.jpg) no-repeat 0px 0px;}
.bg15{background: url(../images/gj_015.jpg) no-repeat 0px 0px;}
.bg16{background:url(../images/bg_16.jpg) no-repeat 0px 0px;}
.bg17{background:url(../images/gj_15.jpg) no-repeat 0px 0px;}
.bg18{background:url(../images/new_03.jpg) no-repeat 0px 0px;}
.bg19{background:url(../images/new_11.jpg) no-repeat 0px 0px;}
.bg20{ background:url(../images/pager.jpg)  no-repeat 0px 0px;}
.bg21{background:url(../images/pr_bg03.jpg) no-repeat 0px 0px;}
.bg22{background:url(../images/pr_bg02.jpg) no-repeat 0px 0px;}
.bg23{background: url(../images/ny_bg01_08.jpg) repeat-x;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
.strong { font-weight:bold; }
.wr { font-family:"微软雅黑";}
img { border: 0; }
td { font-size:12px; }
.font10px { font-size: 10px; }
.font11px { font-size: 11px; }
.font12px { font-size: 12px; }
.font13px { font-size: 13px; }
.font14px { font-size: 14px; }
.font15px { font-size: 15px; }
.font16px { font-size: 16px; }
.l { float: left; }
.r { float: right; }
.center { margin: 0 auto; }
.tcenter { text-align:center; }
.left { float: left; }
.right { float: right; }
.33p { width: 33.3%; }
.30p { width: 30%; }
.40p { width: 40%; }
.50p { width: 50%; }
.60p { width: 60%; }
.66p { width: 66.6%; }
.70p { width: 70%; }
.hidden { overflow: hidden; }
.lineheight1  { line-height: 1; }
.lineheight12  { line-height: 1.2; }
.lineheight15  { line-height: 1.5; }
.lineheight18  { line-height: 1.8; }
.lineheight2  { line-height: 2; }
.lineheight25  { line-height: 2.5; }
* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/* 页面
-------------------------------------------------------------- */

.page { margin: 0 auto; width: 1000px; height: auto; }


/*在线留言部分*/

.m_zszc3 { background:url(../images/new_30.jpg) no-repeat; border:none; width:42px; height:22px;}
.m_zszc4 { background:url(../images/new_31.jpg) no-repeat; border:none; width:42px; height:22px;}


/* 网站地图
-------------------------------------------------------------- */
.mnmap{ width:688px; background:url(../images/map.jpg) top no-repeat;}
.mnmapt{ height:47px; line-height:47px; padding-left:65px;}
.mnmapt ul { margin:0 auto; padding:0;}
.mnmapt ul li{ float:left; line-height:47px;}
.mnw80px{ width:80px;}
.mnw300px{ width:512px;}
.mnw300px a{ text-decoration:none; color:#666;}
.mnw300px a:hover{ color:#015697;}
.mnpl20{ padding-left:20px;}



/*人才招聘*/
.shenqing{ background:url(../images/cpyc.jpg) no-repeat; width:118px; height:31px; border:0px; color:#fff; line-height:31px; font-size:14px;}
.fh{ background:url(../images/fh.jpg) no-repeat; width:48px; height:31px;border:0px;color:#fff; line-height:35px; font-size:14px;}
.name{ width:125px; height:15px; margin-top:5px;}
.date{width:130px; height:20px;margin-top:5px;}
.add{ width:200px; height:15px;margin-top:5px;}
.jianjie{ width:480px; height:150px;}
.anniu{ width:49px; height:20px; background: url(../images/btbg.jpg) no-repeat; border:0px;}


/* 头部
-------------------------------------------------------------- */

.header { margin: 0 auto; height:auto }
.q_head{width:200px;}
.q_head ul{margin:0; padding:0;}
.q_head ul li{background:url(../images/index_05.jpg) no-repeat center left; height:25px; line-height:25px; font-family:"微软雅黑"; font-size:12px; color:#666; text-align:center; float:right; width:65px;}
.q_head ul li a{color:#666; font-family:"微软雅黑"; }
.q_head ul li a:hover{color:#DAA105; font-family:"微软雅黑"; }

.q_head_03{width:913px;}
.q_head_03 ul{margin:0; padding:0px;}
.q_head_03 ul li{font-family:"微软雅黑"; line-height:37px; height:37px; font-size:14px; color:#FFF; text-align:center; width:114px; float:left; background:url(../images/index_10.jpg) no-repeat 1px 1px;}
.q_head_03 ul li a{font-family:"微软雅黑"; font-size:14px;color:#FFF}
.q_head_03 ul li a:hover{font-family:"微软雅黑"; font-size:14px; color:#FC3;}


.q_head_04{width:315px;}
.q_head_04 ul{margin:0; padding:0px 2px 0px 10px;}
.q_head_04 ul li{font-family:"微软雅黑"; font-size:12px; color:#FFF; text-align:left; background:url(../images/index_16.jpg) no-repeat 0px 0px; height:23px; line-height:23px;}
.q_head_04 ul li a{font-family:"微软雅黑"; font-size:12px;color:#FFF ;text-align:left;}
.q_head_04 ul li a:hover{font-family:"微软雅黑"; font-size:12px; color:#FC3; text-align:right;}


.q_head_05{width:240px;}
.q_head_05 ul{margin:0; padding:0px;}
.q_head_05 ul li{font-family:"微软雅黑"; font-size:12px; color:#FFF; text-align:left; background:url(../images/index_16.jpg) no-repeat 0px 0px; height:23px; line-height:23px;}
.q_head_05 ul li a{font-family:"微软雅黑"; font-size:12px;color:#FFF ;text-align:left;}
.q_head_05 ul li a:hover{font-family:"微软雅黑"; font-size:12px; color:#FC3; text-align:right;}

.q_head_06{width:185px;}
.q_head_06 ul{margin:0; padding:0px;}
.q_head_06 ul li{font-family:"微软雅黑"; font-size:12px; color:#666666; text-align:left; background: url(../images/index_17.jpg) no-repeat 0px 9px; height:30px; line-height:30px;}
.q_head_06 ul li a{font-family:"微软雅黑"; font-size:12px;color:#666666 ;}
.q_head_06 ul li a:hover{font-family:"微软雅黑"; font-size:12px; color:#F90;}


.q_head_07{width:960px; }
.q_head_07 ul{margin:0;padding:0px;}
.q_head_07 ul li{font-family:"微软雅黑"; height:37px; line-height:37px; font-size:14px; color:#FFF; text-align:center; width:120px; float:left; background:url(../images/gj_05.jpg) no-repeat 0px 0px;}
.q_head_07 ul li a{font-family:"微软雅黑"; font-size:14px;color:#FFF}
.q_head_07 ul li a:hover{font-family:"微软雅黑"; font-size:14px; color:#FC3;}

.q_head_08{width:180px;}
.q_head_08 ul{margin:0; padding:0px;}
.q_head_08 ul li{font-family:"微软雅黑"; font-size:14px; color:#666666; text-align:left; background: url(../images/gj_11.jpg) no-repeat 0px 8px; height:35px; line-height:35px; border-bottom: solid 1px #EAEAEC;}
.q_head_08 ul li a{font-family:"微软雅黑"; font-size:14px;color:#666666 ;}
.q_head_08 ul li a:hover{font-family:"微软雅黑"; font-size:14px; color:#015697;}
.q_head_08 ul li a.mn_dh {font-family:"微软雅黑"; font-size:14px; color:#015697;}

.q_head_09{width:200px;}
.q_head_09 ul{margin:0; padding:0;}
.q_head_09 ul li{ background:url(../images/bg_18.jpg) no-repeat 0px 5px; height:25px; line-height:25px; font-size:12px; color:#666; text-align:center; float:right; width:65px;}
.q_head_09 ul li a{color:#666; }
.q_head_09 ul li a:hover{color:#015697; }

.q_head_10{width:245px;}
.q_head_10 ul{margin:0; padding:0;}
.q_head_10 ul li{ background:url(../images/new_25.jpg) no-repeat 0px 6px; height:30px; line-height:30px; font-size:12px; color:#666; text-align:left; font-family:"微软雅黑"; font-size:12px; }
.q_head_10 ul li a{color:#666; }
.q_head_10 ul li a:hover{color:#DAA105; }


.in_newend5{ width:745px; padding-top:5px; padding:0; margin:0;}
.in_newend5 li{height:31px; text-align:center; width:745px; line-height:31px; font-size:12px; color:#666; border-bottom:#dee0e2 1px solid;}
.in_newend5 li a{color:#666; text-align:left;}
.in_newend5 li a:hover{ color:#4890cb;text-align:left;}


.center2 {text-align:center; width:50px; color:#9b9696;}
.center3 {text-align:center; width:130px;}
.center4 { color:#2751cb;}
.center6{ padding-left:40px;}
.border-bottom{border-bottom:#ebedf1 solid 1px;}
.lineheight60  { line-height: 60px; }
.newsconn{ font-size:18px;color:#1369af; font-weight:bold; text-align:center; margin:0 auto; padding-top:20px; font-family:"微软雅黑";}
.shijina{ font-size:12px;  color:#666; text-align:center; margin:0 auto; padding-top:10px;}

/* 尾部
-------------------------------------------------------------- */
.q_foot{ width:520px; font-family:"宋体"; font-size:12px; color:#666666;}
.q_foot ul{margin:0; padding:0;}
.q_foot ul li{height:25px; line-height:25px; color:#666666; float:left; padding:0 6px 0 6px;text-align:center;background:url(../images/index_04.jpg) no-repeat right}
.q_foot ul li a{color:#666666;}
.q_foot ul li a:hover{color:#F90;}
.q_foot_01{ width:450px;font-size:12px; color:#666666;text-align:center; font-family:"微软雅黑";}
.q_foot_01 a{color:#666;}
.q_foot_01 a:hover{color:#F90;}
.q_foot_02{ width:210px; font-family:"宋体"; font-size:12px; color:#666666;}
.q_foot_02 ul{margin:0; padding:0;}
.q_foot_02 ul li{height:25px; line-height:25px; color:#666; float:left; display:block;}


/* 内容开始
-------------------------------------------------------------- */



.q_ztstyle10 {font-family:"微软雅黑"; font-size:16px; color:#666;}
.m_ss1 { background:url(../images/gjh——16.jpg) no-repeat; border:none; width:49px; height:20px;}

.ritCon .ct612{
height: 40px;
}