@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}

ul{list-style-type:none;}

li{ list-style:none;line-height: 28px;}
input{outline:none}
img{border:0px;}
textarea{outline:none;font-family: "微软雅黑"; }
a{text-decoration:none; color: #333333;transition:0.4s all}
a:hover{ color:#04508b;}
.left{float:left;}
.right{float:right;}
body{font-family: "微软雅黑"; font-size: 14px; color:#333333; line-height: 30px;background:url(../images/bg.jpg) repeat;}

/* CSS Header */
/* CSS Header */
#head{ width:100%; min-width: 1200px;height:auto; position:relative;}
#topbox{ width:1920px; height:177px;/*background:url(../images/topbox.jpg) no-repeat;*/ left:50%; margin-left:-960px; position:relative}
#top{ width:1200px; height:177px; margin: 0 auto;}
#logo{ width:587px; height:134px; padding-top:20px; float:left; position:relative;}
#logo1{ width:100px; height:134px; padding-top:58px; padding-left: 85px; float:left; position:relative;}

#tel{ width:348px; height:94px; background:url(../images/top_tel.png) no-repeat;margin-top:68px; float:right; position:relative;}
#tel .topqq{ left: 0; top: 7px; position: absolute; }
#banner{ width:1920px; height:220px; left:50%; margin-left:-960px;background:url(../images/banner.jpg) no-repeat; position:relative}
.search{ width: 417px; height: 36px; line-height: 36px; color: #555555; padding-left:6px; margin-top: 15px; border-top: 1px #d2d2d2 solid; border-bottom: 1px #d2d2d2 solid; position: relative; float:right;}
.search-btn{ width: 25px; height: 36px; background:url(../images/fangdajing.png) center no-repeat; border: none;position: absolute; right: 0; top: 0}
.search-text{line-height: 34px; height: 34px; font-family: "微软雅黑"; color: #555555; background: none;border: none; font-size: 14px;}

/* CSS Footer */
#foot{ width:100%; min-width: 1200px;height:auto; background:#fff;}
#ft_mid{ width: 1200px; height: 185px; margin: 0 auto; position:relative}
#ft_mid a{color: #333333;}
#ft_mid a:hover{color: #04508b;}
#fleft{ width:552px; height:180px; float:left; font-weight:bold; background:url(../images/flogo.png) left center no-repeat;position:relative}
#fleft .p1{ left:179px; top:59px; color:#f31a26; font-size:23px; position:absolute}
#fleft .p1 span{ font-size:30px;}
#fleft .p2{ left:199px; top:102px; color:#0a5fa1; font-size:22px; position:absolute}

#fright{ width:618px; height:180px; float:right; color:#333333; background:url(../images/api.jpg) right center no-repeat;position:relative}
#fright .txt{ width:490px; height:85px; font-size: 12px;line-height: 27px; padding-top:50px;}

#ftmenu{ width:100%; height:48px; background:#04508b;}
#ftmenu ul{ width:1200px; font-size:16px; height:48px; margin:0 auto}
#ftmenu ul li{width: 109px; text-align: center; float:left; transition:0.4s all}
#ftmenu ul li a{ color:#fff;line-height:48px;}
#ftmenu ul li:hover{ background:#0a5fa1}

/* CSS Main */
#wrap{ width:100%; min-width: 1200px; height:auto; position: relative;z-index: 100; overflow:hidden; margin:0 auto;}
#main{ width:1200px; height:auto; margin:0 auto; position:relative; overflow:hidden}
.index01{ width:1200px; height:66px; overflow:hidden;position:relative; margin:0 auto}
.index01 .hot{ width:90%; height:66px; color:#555555; font-size:20px; line-height:66px; float:left}
.index01 .hot span{ font-weight:bold; float:left}
.index01 .hot li{ float:left; line-height:66px; margin-right:22px;}
.index02{ width:1200px; height:345px;position:relative; margin:0 auto}
.index02 .title_tj{ width:100%; height:33px; color:#04508b; font-size:34px; font-weight:bold; /*background:url(../images/chengxin.png) right center no-repeat;*/ margin:0 auto}
.index03{ width:1200px; height:960px; overflow:hidden;position:relative; margin:0 auto}
.typebox{ width:268px; height:950px;overflow: hidden; float:left; position: relative;}
.index03 .probox{ width:902px; height:860px; background:url(../images/probox.png) top no-repeat; overflow: hidden; float:right}
.inbanner{margin-bottom: 10px; width:1920px; height:140px;background:url(../images/inbanner.jpg) no-repeat; left:50%; margin-left:-960px; position:relative}
.inbanner .bn_pic01{ left:681px; top:27px; position:absolute}
.inbanner .bn_pic02{ left:536px; top:80px; position:absolute}
.inbanner .bn_pic03{ right:385px; top:15px; position:absolute;animation: pop 1.5s linear infinite;}
.index04{ width:1200px; height:567px; background:url(../images/apli.png) center no-repeat; overflow:hidden;position:relative; margin:0 auto}
.index04 .yingyong{ width:1019px; height:253px; background:url(../images/yingyong.png) no-repeat; left:92px; top:161px; position:absolute;}
.shili{ width:100%; height:186px; background:#04508b;}
.shili .mid{ width:1200px; height:186px; color:#fff; text-align:center; background:url(../images/shili.jpg) center no-repeat; margin:0 auto; position:relative}
.shili .mid .word01{ width:1200px; height:20px; padding-top: 84px}
.shili .mid .word02{ width:1200px; height:40px; padding-top: 14px; line-height: 40px; font-size:18px;}
.shili .down{ width: 26px; height: 14px; background:url(../images/down.png) no-repeat; top: 179px; left: 587px; z-index: 999; animation: pop 1.5s linear infinite;position: absolute;}
@-webkit-keyframes pop{
    0{-webkit-transform:translateY(0);}
    50%{-webkit-transform:translateY(6px);}
    100%{-webkit-transform:translateY(0);}
}
@keyframes pop{
    0{transform:translateY(0);}
    50%{transform:translateY(6px);}
    100%{transform:translateY(0);}
}
.index05{ width:1200px; height:664px; background:url(../images/shili.png) top center no-repeat; overflow:hidden;position:relative; margin:0 auto}
.index05 .pic{ width:1200px; height:449px; background:url(../images/youshi.png) bottom center no-repeat; overflow:hidden;position:relative; margin:0 auto}
.index05 .ys{ width:1200px; height:104px; padding-top:72px; overflow:hidden;position:relative; padding-bottom:40px; margin:0 auto}
.index06{ width:100%; height:1250px; background:#d9eafe;}
.index06 .mid{width:1200px; height:1250px; position:relative; margin:0 auto}
.index06 .p1{ width:100%; height:100px; font-size:20px; color:#000; text-align:center; font-weight:bold; padding-top:50px;}
.index06 .p1 span{ color:#04508b; font-size:40px; line-height:66px; display:block}
.index06 .pic01{ width:471px; height:457px; background:url(../images/pic01.png) no-repeat;left:2px; top:165px; position:absolute}
.index06 .pic02{ width:471px; height:578px; background:url(../images/pic02.png) no-repeat;right:0px; bottom:57px; position:absolute}
.index06 .ysbox{ width:615px; height:auto; line-height:26px; font-size:16px; color:#333333; padding-left:82px; position:absolute}
.index06 .ysbox span{ font-weight:bold; color:#f31a26;}
.index06 .ysbox .title{ width:100%; height:52px; line-height:52px; font-weight:bold; color:#000; font-size:24px; background:url(../images/line.png) left bottom no-repeat;}
.index06 .ysbox p{ padding-top:13px;}
.index06 .ys01{ left:497px; top:224px;}
.index06 .ys02{ left:497px; top:403px;}
.index06 .ys03{ left:0; top:697px;}
.index06 .ys04{ left:0; top:878px;}
.index06 .ys05{ left:0; top:1078px;}
.index06 .yangpin{ font-size:18px; font-weight:normal; text-decoration:underline; color:#ff0000;}
.index06 .yangpin:hover{ color:#04508b}
#bn02{ width:1920px; height:140px;background:url(../images/bn02.jpg) no-repeat; left:50%; margin-left:-960px; position:relative}
#bn02 #name{ border: none; right:760px; top:36px; font-family:"微软雅黑"; font-size:14px; position:absolute}
#bn02 #telephone{ border: none; right:516px; top:36px; font-family:"微软雅黑"; font-size:14px; position:absolute}
#bn02 .sub{ right:370px; border: none; top:34px; font-family:"微软雅黑"; color:#fff; background:none; font-size:16px; position:absolute}
#bn02 .sub:hover{ text-decoration:underline}
#bn02 .zxnow{ right:384px; top:79px; color:#fff; font-size:16px; position:absolute}
#bn02 .zxnow:hover{ text-decoration:underline}

.index07{ width:100%; height:495px; background:url(../images/bg.jpg) repeat; }
.index07 .mid{width:1200px; height:495px; position:relative; margin:0 auto}
.index07 .p1{ width:100%; height:50px; line-height:50px; padding-top:43px; text-align:center; font-weight:bold; color:#04508b; font-size:40px;}
.index07 .p1 span{ color:#f31a26}
.index07 .p2{ width:100%; height:50px; line-height:50px; text-align:center; font-weight:bold; color:#000; font-size:20px;}
.index08{width:1200px; height:450px; position:relative; margin:0 auto}
.boxlx{width:268px; height:418px; border-top:7px #04508b solid; float:left; position:relative;}
.boxlx span{ font-size:24px; line-height:58px}
.boxlx .more{ font-size:12px; text-decoration:underline; color:#04508b; top:16px; right:0; position:absolute}
.boxlx p{ width:100%; line-height:28px; font-size:14px; color:#333333; padding-top:145px;}
.index08 .qqbox{ width:268px; height:48px; border-radius:5px; text-align:center; color:#fff; line-height:48px; background:#04508b; font-size:18px; left:0; bottom:0; position:absolute}
.index08 .boxmd{width:574px; height:418px; margin-left:40px; background:url(../images/abt.png) left top no-repeat; float:left; position:relative;}
.index08 .boxmd .inmenu{ width:300px; height:30px; left:125px; top:23px; position:absolute}
.index08 .boxmd .inmenu li{ width:83px; height:30px; line-height:30px; text-align:center; float:left}
.index08 .boxmd .more{ font-size:14px; top:24px; right:0; position:absolute}
.index08 .boxmd .gsjj_pic{ width:574px; height:178px; left:0; top:79px; display:block; position:absolute}
.index08 .boxmd p{ width:100%; height:148px; top:275px; left:0; line-height:30px; position:absolute}
.index08 .boxrt{width:268px; height:418px; background:url(../images/q.jpg) top no-repeat; float:right; position:relative;}
.index08 .boxrt .more{ font-size:12px; text-decoration:underline; color:#fff; top:6px; right:6px; position:absolute}
.index09{width:1200px; height:315px; position:relative; margin:0 auto}
.wenda{ width:100%; height:353px; margin-top:78px;}
.wenda li{ width:238px; height:77px; line-height:22px; font-size:12px; background:url(../images/da.png) left top no-repeat;padding-left:28px; margin:12px auto;}
.wenda li a{ color:#000; font-size:16px; line-height:20px; padding-bottom:8px; font-weight:bold; display:block}
.wenda li a:hover{ color:#f31a26;}
.index09 .title{width:100%; height:40px; line-height:40px; position:relative; margin:0 auto}
.index09 .title span{ font-size:24px;}
.index09 .title .more{right:0; top:0; position:absolute}
.oneUl{ width:228px; height:auto; padding:16px 20px 5px 20px; top:68px; background:#fff; left: 0; position: absolute;}
.oneUl .onetype{ width:228px; height:auto;}
.oneUl .onetype span{width:202px; height:34px; padding-left:26px; background:#bee1fd; line-height:34px;font-size:16px; font-weight:bold; border-radius:4px; display:block}
.oneUl .subtype{ font-size:18px; line-height:30px;}
.oneUl .subtype a{ color:#555555; padding-left:26px; display:block}
.oneUl .subtype a:hover{ color:#04508b}
.qqzx{ width: 36px; height: 36px; top: 278px; position: absolute; }
.lftypebox{ width:268px; height:auto;overflow: hidden; float:left; position: relative;}
.lfoneUl{ width:228px; height:auto; padding:10px 20px 5px 20px; background:#fff; position:relative}
.lfoneUl .onetype{ width:228px; height:auto;}
.lfoneUl .onetype span{width:202px; height:38px; padding-left:26px; background:#bee1fd; line-height:38px;font-size:16px; font-weight:bold; border-radius:4px; display:block}
.lfoneUl .subtype{ font-size:18px; line-height:28px;}
.lfoneUl .subtype a{ color:#555555; padding-left:26px; display:block}
.lfoneUl .subtype a:hover{ color:#04508b}

/*company*/
.yangfan{ width: 100%; height: 240px; margin-top: 17px; text-align: center; line-height: 42px; font-size: 20px; padding-top: 48px; background:url(../images/yangfan.png) top center no-repeat;}
.jianjie{ width: 900px; height: 240px; background:url(../images/jianjie.jpg) no-repeat; position: relative;}
.jianjie .tel{ font-size: 14px; color: #04508b; font-weight: bold; left: 698px; top: 140px; position: absolute; }
.jianjie .zx{ color: #fff; font-weight: bold; font-size: 16px; left: 708px; top: 174px; position: absolute; }
.jianjie .zx:hover{ color: #f00 }
.develop{ width: 100%; height: auto; padding-top: 10px; padding-bottom:16px; overflow: hidden; }
.comtitle{ width: 100%; height: 45px; background: #fff; position: relative; }
.comtitle span{ width: 183px; height: 50px; background:url(../images/span.png) no-repeat; bottom: 0; left: 0; position: absolute; }
.comtitle span a{ color: #fff; line-height: 50px; font-size: 24px; padding-left: 28px; }
.develop ul{ width: 100%; padding-top: 31px; }
.develop ul li{ width: 100%;height: 35px; font-size: 16px; line-height: 35px; overflow: hidden; margin-bottom: 7px;}
.develop ul li span{ width: 95px; height: 35px;font-size: 20px;display: block; float: left; padding-right: 16px; background:url(../images/nian.png) no-repeat;}
.develop ul li span a{color: #fff; font-size: 20px; padding-left: 16px;}
.fengcai{ width: 100%; height: 400px; padding-top: 10px; }

/*productinfo*/
.cpbox01{ width: 100%; height: 330px; background: #04508b; position: relative; }
.cpbox01 .imgbox{ width: 438px; height: 330px; background: #fff; float: left; }
.cpbox01 .txtbox{ width: 390px; height: 330px; line-height: 30px; font-size: 16px; color: #fff; float: right; padding-right: 38px; position: relative;}
.cpbox01 .txtbox span{ font-size: 24px; padding-top: 40px; padding-bottom: 20px; display: block;}
.cpbox01 .yuyue{ width: 390px; font-size: 14px; line-height: 26px; left: 0; bottom: 24px; position: absolute; }
.cpbox01 .yuyue a{ color: #fff }
.cpbox01 .yuyue a:hover{ color: #ff0 }
.cpxq{ width: 100%; height: auto; overflow: hidden; padding-bottom: 128px; background:url(../images/cpxq.jpg) bottom center no-repeat;margin-top: 24px; margin-bottom: 24px; }
.cptitle{ width: 100%; height: 36px; line-height: 36px; background: #e0e0e0; font-size: 20px; text-align: center; }
.cpbox02{ width: 100%; height: auto; min-height: 246px; background: #e0e0e0; position: relative; margin-bottom: 24px;}
.cpbox02 .yy{ line-height: 60px; font-size: 20px; color: #003399;display: block; }
.cpgg{ width: 100%; height: auto; margin-top: 10px; overflow: hidden; position: relative; }
.cpgg .gg01{ font-size: 28px; line-height: 48px; color: #003cad; text-align: center; padding-top: 10px; }
.cpgg .gg02{ font-size: 18px; line-height: 30px; text-align: center; color: #222222; padding-bottom: 17px;}
.msgbox{ width:100%; height:auto; min-height:450px; padding-top:26px; border-top:4px #e0e0e0 solid;}
.msgbox .lxbox{ width:322px; height:330px; color: #6e6e6e; float:left; position:relative}
.msgbox .lybox{ width:546px; height:330px; float:right; position:relative}
.msgbox .title{ width:100%; height:45px;background:url(../images/msg.png) left center no-repeat;}
.msgbox .title0{ width:100%; height:45px; text-transform:uppercase; line-height:45px; font-size:30px; color:#262626;}

.msgbox .title span{ color:#d91818; font-size:20px;}
.msgbox .lybox p{ font-size:14px; color:#6e6e6e; padding-bottom:17px;}
.msgbox .weixin{ width:308px; height:170px; background:url(../images/weixin.png) no-repeat;margin:0 auto}
.zynews{ width:100%; height:162px; border-bottom:1px #888888 dashed;padding-top:16px}
.zynews li{width:100%; height:118px; line-height:26px; color:#555555; font-size:14px;background:url(../images/hot.jpg) left top no-repeat; padding-top:36px; position:relative}
.zynews li span{font-size:16px; line-height:32px; color:#333333; display:block}
.zynews li span:hover{ color:#f00}
.zynews li .time{ right:0px; top:3px; font-size:12px; color:#888888; position:absolute}
.zynews02{ width:100%; height:185px; padding-top:10px}
.zynews02 li{width:100%; height:35px; line-height:35px;background:url(../images/dot.png) left center no-repeat;}
.zynews02 li span{ width:21px; height:35px; line-height:35px; text-align:center; font-size:12px; color:#fff; padding-right:8px; float:left}
/* CSS Left */
#left{width:268px; height:auto; float: left; position:relative}



/* CSS Ziye */
#right{width: 904px; height: auto; float: right;overflow: hidden;}
#right_title{width: 904px;height:52px; line-height:52px; background:url(../images/right.png) no-repeat;position: relative;}
#title_left{ padding-left:29px; font-size:24px; float:left;}
#title_right{ font-size:14px; padding-right:28px; float:right;}
#right_content{ width: 904px; margin:0 auto; padding-top: 19px;}
#right_bottom{width:904px;height:23px;}
#indexNews li{width:100%;height:40px;margin:0 auto;border-bottom:#D9D9D9 1px dotted; line-height:40px;position: relative;}
#indexNews li a{height:40px;display:block; padding-left:15px; background:url(../images/dot.jpg) no-repeat left center; transition: 0.4s all;}
#indexNews li span{position: absolute;top:0;right:0;}
#indexNews li a:hover{ margin-left:5px; }
#newTitle{width:904px;line-height:60px;color:#04508b;font-size:18px;font-family:"微软雅黑";text-align:center;margin:0 auto;}
#productTitle{width:904px;height:60px;color:#04508b;font-size:18px; font-weight:bold;text-align:center;margin:0 auto;}
#newsInfo{width:904px;height:40px;color:#a9aaa9;font-size:12px; border-bottom:1px #d6d7d7 dashed; text-align:center;margin:0 auto;}
.newsinfoleft {padding-left: 30px;}
.xxsmys{ width:600px; height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }

#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:600px; padding:3px; border:#dcdcdc solid 1px;}

#newsContent{width:100%;margin:0 auto; padding-bottom: 25px; line-height:38px; font-size: 14px; padding-top: 20px; color: #333333;}
.inbox{ width:860px; height:400px; overflow:hidden}
.inbox_title{ font-size:30px; font-weight:bold; color:#232426; display:block}
.inbox ul{ width:876px; padding-top:45px;}
.inbox ul li{ width:398px; height:120px; color:#555555; line-height:20px; font-size:12px; margin-bottom:16px; margin-right:33px; float:left; position:relative}
.inbox ul li span{ color:#232426; font-size:24px; padding-bottom:6px; display:block}
.inbox ul li a{ line-height:36px; margin:2px 0; font-size:16px; display:block}

#indexNews0{ width: 890px; height: auto; padding-top: 10px; overflow: hidden; }
#indexNews0 li{ width: 890px; height:120px; padding:15px 0; color: #555555; font-size: 14px; line-height:25px; overflow: hidden; border-bottom:1px #d0cece dashed; position: relative;}
#indexNews0 li a{ font-size: 16px; line-height: 38px; font-weight: bold; display: block; transition: 0.4s all }
#indexNews0 li a:hover{ color: #04508b; padding-left: 5px; }
#indexNews0 li span{ right: 15px; top: 8px; position: absolute; }
#indexNews0 li .release{ font-size: 12px; position: absolute; left: 0; bottom:15px; line-height: 20px; }
/*#indexNews0 li .xwpic{ width: 160px; height: 120px; border:1px #bab6b6 solid; float: left;}
#indexNews0 li .xwpic img{ width: 160px; height: 120px;}
#indexNews0 li .xwtxt{ width: 690px; height: 120px; float: right; padding-right: 10px; position: relative;}
#indexNews0 li .xwtxt a{ font-size: 15px; line-height: 38px; font-weight: bold; display: block; transition: 0.4s all }
#indexNews0 li .xwtxt a:hover{ color: #04508b; padding-left: 5px; }
#indexNews0 li .xwtxt span{ right: 15px; top: 8px; position: absolute; }
#indexNews0 li .release{ font-size: 12px; position: absolute; left: 0; bottom: 0; line-height: 20px; }
*/

/*css digg style pagination*/
div.digg{padding:3px;margin:3px;text-align:center}
div.digg a{border:#aaaadd 1px solid;padding:2px 5px;margin:2px;color:#000099;text-decoration:none}
div.digg a:hover{border:#000099 1px solid;color:#000;}
div.digg a:active{border:#000099 1px solid;color:#000;}
div.digg span.current{border:solid 1px #000099;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#000099;}
div.digg span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

#picUL0{ width:100%; height:100%; overflow:hidden;}
#picUL0 li{height:230px;width:262px;float:left; padding: 8px; background: #fff; margin:10px; border: 1px #e4e4e4 solid; text-align:center; transition: 0.5s all;}
#picUL0 li:hover{ background:#04508b; border:1px #cecdcd solid;}
#picUL0 li .pic_01{width:260px;height:195px; border: 1px #fff solid; text-align: center;}
#picUL0 li .pic_01 img{width:260px;height:195px;vertical-align:middle; background:#fff;}
#picUL0 li .pic_01 span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle;}
#picUL0 li .pic_02{width:260px;text-align: center;line-height:40px;}
#picUL0 li:hover a{ color: #fff }

#picUL{ width:100%; height:100%; overflow:hidden;}
#picUL li{width: 265px;height:369px;margin: 0 8px 25px 8px; background: #f4f4f4; border:2px #e5e5e5 solid;padding: 6px 6px;float:left; position: relative; transition: 0.4s all}
#picUL li:hover{ background:#fff;}
#picUL li .pic_01{width:265px;height:199px; overflow: hidden;}
#picUL li .pic_01 img{width:265px;height:199px;vertical-align:middle; transition: 0.5s all; background:#fff;}
#picUL li:hover img{transform: scale(1.08);}
#picUL li .pic_01 span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle;}
#picUL li .pic_02{width:194px; height: 88px;line-height:21px; font-size: 12px; color: #707070; margin: 0 auto; position: relative;}
#picUL li .pic_02 a{color:#1a1b1d;font-size:16px; line-height: 32px; font-weight: bold; padding-top:6px; display: block;}
.btnbox3{ width:235px; height: 30px; left: 20px; bottom: 14px; position: absolute;}
.btnbox3 .btn1{ width: 90px; height: 26px; color: #6c6c6c; line-height: 24px; text-align: center; border:2px #6c6c6c solid; float: left; transition: 0.4s all}
.btnbox3 .btn1:hover{ border: 2px #04508b solid; background: #04508b; color: #fff }
.btnbox3 .btn2{ width: 90px; height: 26px; line-height: 24px; text-align: center; border: 2px #04508b solid; background: #04508b; color: #fff; float: right;transition: 0.4s all}
.btnbox3 .btn2:hover{ background: #f4f4f4; color: #04508b}

.G_tips{
	color:#666;
	width:486px;
	border:1px solid #dedede;
	padding:7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}


.recruitys{ width:670px; height:auto; padding:10px; background-color:#fafafa; border:#dedede solid 1px;}
.recruitcon{ width:650px; height:173px;  border-bottom:#cdcdcd dashed 1px; margin:10px;}
.recruitcon1{ width:650px; height:173px;  margin:10px;}
.recruitconl{ width:145px; height:153px; float:left; text-align:left;}
.recruitconc{ width:372px; height:153px; float:left; padding-left: 75px;}
.recruitconc li{ width:372px; height:35px; line-height:35px; color:#444444;}
.zwmcys{ color:#ff6c00; font-weight:bold;}
.recruitconr{ width:133px; height:auto; float:left; text-align:center;}
	.chakan{padding-top: 13px;}

.formys{ width:100%; height:auto; }
.cpmcys{ width:320px; height:34px; font-family: "微软雅黑"; border:1px solid #eeeeee;}
.formbz{ float:left;}
.G_InputText{width:320px;height:34px;border:1px solid #eeeeee;}
.G_textarea{width:320px;height:183px;border:1px solid #eeeeee;}
.G_ul{width:800px;margin:0 auto;}
.G_botton{
	width:55px;
	height:30px;
	line-height:30px;
	border:0;
	background:url(button.gif) no-repeat;
	cursor:pointer;
}
.formmcys{ float: left; }
.borderLi{ width:400px; height:auto; padding-top:14px;}
.G_tips{
	width:400px;

	margin:10px auto 0 auto;

	border:1px solid #dedede;

	padding:7px;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	box-shadow: 0px 0px 3px rgba(0,0,0,.1);

	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

}


.cpfwnr{width:230px; height:100%;overflow:hidden;}
.cpfwnr dt{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(allbg.gif) no-repeat;background-position: 0 -137px;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dd{width:190px;margin:0 auto;line-height:2}
.cpfwnr dt a{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(a1.jpg) no-repeat;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dt:hover{background:url(allbg.gif) no-repeat;background-position: 0 -102px;color:#fff;}
.cpfwnr dd a{width:190px;height:25px;line-height:25px;margin:3px 0 0 0;color:#333;font-size:12px;}
.cpfwnr dd a:hover{color:#ff6c00;}


.page{ width: 100%; padding: 30px 0; text-align: right;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {height:18px;line-height:18px; padding: 0 10px; background:#404040;color:#fff;}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}

.f{ float:right; margin-right:10px; _margin-top:7px;}

.map{ float:right;margin-top: 20px;}
.map a{color:black;}