@charset "utf-8";
/* CSS Document */
/*全局样式
---------------------------------------------*/
*{margin:0px;padding:0px;}
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{list-style:none;}
fieldset,img{ border:0; }
a{text-decoration:none;}
.clear{clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
em, i { font-style: normal;}
textarea, input,button{word-wrap:break-word; word-break:break-all; padding:0px; border: 0px;font-family:'Microsoft YaHei'; font-size: 14px;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.left{float:left; _display:inline;}
.right{float:right; _display:inline;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.filter_bg{ filter: alpha(opacity=80); opacity: 0.8; }

/*网站样式
---------------------------------------------*/
body{background:#fff; color:#333; font-family:'Microsoft YaHei','微软雅黑','宋体',Arial,Helvetica; font-size: 15px;}
a{color:#333;text-decoration:none;cursor :pointer; outline: none;transition: all 0.4s;
-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;}
.transition1s{ transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; }
.radius5{-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */}

/* CSS Header */
#header{ height:130px;  min-width: 1200px; margin-bottom:5px; background: url(../images/bg1.jpg) repeat-y center;}
.header{ width:1200px; height:130px; position: relative; }
.logo{ top:18px; left:0px; position: absolute;}
.tel{ top:16px; right:15px; position: absolute;}
.header_a1{ top:15px; left:400px; position: absolute; color: #294C8B;}
.header_p1{ height: 26px; line-height: 26px; font-size: 15px;color: #284a8b}
.header_p2{ height: 26px; line-height: 26px;color: #284a8b; font-size: 17px; font-weight: bold;}

/* CSS nav */
.nav{ width: 845px; height:47px; overflow:hidden; border-top:solid 1px #D5D5D5; position: absolute; top:82px; right: 0px;}
.nav ul li{ float :left; } 
.nav ul li a{ width:120px; height:47px; line-height: 47px;color: #444444; float:left; display:inline; text-align:center; font-size:15px; }
.nav ul li a:hover{ color:#fff; background-color:#c91c20; }
.nav ul li.selectli a{ color:#fff; background-color:#c91c20;  }
.nav ul li.nav_line{ width:1px; height:52px; background-color:#E6E6E6;}

/* CSS banner */
.banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; min-width: 1200px;}
.page_banner{ height:330px; min-width: 1200px; background:url(../images/page_banner.jpg) no-repeat center; background-size:cover; margin:0px auto;}
/* CSS Main */
#wrap{ width:100%; height:100%;  overflow:hidden;  }
.wrap{ width:1200px; height:100%;  overflow:hidden;  margin-bottom: 30px;}
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
/* CSS Home */
.chan1{ width: 1200px; height:28px; line-height: 28px; margin-top: 15px; color: #444;}
.chan1 a{ color: #444;}
.chan1 a:hover{ color:#C91C20;  }
.chan1c1{ width:800px; overflow: hidden; }
.chan1c1 a{ margin-right:25px; height: 28px;}
.chan1c2 a{ float: left; padding-left: 35px;}
#chan1c2a1{ background: url(../images/qq.jpg) no-repeat left center; color: #C91C20;}
#chan1c2a2{ background: url(../images/wx.jpg) no-repeat left center; color: #294C8B; margin-left: 20px; position: relative;}
#chan1c2a2 img{ width: 100px; height: 100px; position: absolute; top:-100px; left: 50%; margin-left: -50px; z-index: 9999; display: none;}
#chan1c2a2:hover img{ display:block; }

#chan2{ height: 325px; background:#2b4278; min-width: 1200px; margin-top: 50px;}
.chan2{ width: 1200px; height: 325px; }

.about{ width:630px; height:260px; margin-top:40px; }
.about_p1{ height:37px; line-height: 37px; font-size: 28px; font-weight: bold; overflow:hidden;}
.about_p1 a{ color: #fff; }
.about_p2{ height:30px; line-height: 30px; font-size: 22px; overflow:hidden;}
.about_p2 a{ color: #fff;}
.about_01{ width:630px; height:110px; line-height:27px; color:#fff; margin-top:13px;}
.about_p3{ height:36px; margin-top: 20px; overflow:hidden;}
.about_p3 a{ width: 125px; text-align: center; height: 36px; line-height: 36px; background: #FFFFFF; color:#284a8b; float: left;}
.about_p3 a:hover{ background:#c91c20; color: #fff;}
.hj{ width: 487px; height:244px; margin-top: 55px; position: relative; }
.hj .prev,.hj .next{ position: absolute; top: 85px; color: #000; }
.hj .prev{ left: 0px; }
.hj .next{ right: 0px; }
.hj .prev:hover{ color:#C91C20;}
.hj .next:hover{ color:#C91C20;}
.hj .bd{ width: 576px; position: absolute; left: 50%; margin-left: -288px; }
.hj .bd li{ float: left; margin: 0px 10px; }
.hjp1{ width: 268px; height:201px; overflow: hidden;}
.hjp1 img{ width: 268px; height:201px; transition: all 0.4s; }
.hjp2{ width: 268px; height:55px; line-height: 55px; overflow: hidden; transition: all 0.4s; text-align: center; color: #000;}
.hj .bd li a:hover .hjp1 img{ transform:scale(1.05); }
.hj .bd li a:hover .hjp2{ color: #C91C20; }

#chan3{width: 1920px; height: 140px; background:url(../images/inbanner.jpg) no-repeat #3d0402;left: 50%;margin-left: -960px;position: relative;}
.chan3{ width: 1200px; height: 140px; }
.chan3_ul{width: 500px; margin-top:28px;padding-left: 98px;}
.chan3_ul li{ float: left;line-height: 28px;color: #fff;font-size: 16px; width: 250px; height:28px;}
#chan4{ height: 330px;  border-top: solid #D5D5D5 1px; min-width: 1200px; margin-top: 30px; }
.chan4{ width: 1200px; height: 330px; }


.news{ width:560px; height:100%; margin-top:35px;}
.news_p1{ height:36px;}
.news_p1 a{ font-size:22px; color: #000; }
.news_p1 a:hover{ color: #C91C20; }
.news_p2{ height:31px; line-height: 31px;}
.news_p2 a{ font-size: 17px;}
.news_p2 a:hover{ color: #C91C20; }
.news_p2 span{ float: right; color:#444; }
.news_p3{ height:40px; line-height: 20px; color: #777777; margin-top: 10px; font-size: 14px;}
.news_p4{ height:20px; line-height: 20px; margin-top: 8px; font-size: 14px;}
.news_p4 a{ color: #777777; }
.news_p4 a:hover{ color: #C91C20; }
.news_dl{ width:560px; height:111px; margin-top:30px;}
.news_dl dt{ width:157px; height:111px; float:left;}
.news_dl dt a{ width:157px; height:111px; }
.news_dl dt a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.news_dl dt a img{ width:157px; height:111px;}
.news_dl dd{ width:380px; height:111px; float:right; }
.news_ul{ width:560px; margin-top:30px;}
.news_ul li{  height:29px; line-height:29px;  }
.news_ul li a{  color:#444;}
.news_ul li a:hover{ color:#C91C20;}


.case{ width:1200px; height:100%; margin-top:50px;}
.casea1{ width: 300px; }
.case_p1{ height: 37px; line-height: 37px; margin-top: 27px; font-size: 28px;font-weight: bold; color: #2b4278; }
.case_p2{ height: 33px; line-height: 33px; margin-top: 4px; font-size: 22px; color: #2b4278; }
.case_p3{ height: 36px; line-height: 36px; margin-top: 32px;  color: #fff; width: 130px; text-align: center; background: #2b4278; transition: all 0.4s;}
.casea1:hover .case_p3{ background: #C91C20; }
.casec{ width: 880px; height: 100%; }
.casec .bd li{ float: left; margin-right:15px; }
.casep1{ width: 268px; height:201px; overflow: hidden;}
.casep1 img{ width: 268px; height:201px; transition: all 0.4s; }
.casep2{ width: 204px; line-height: 22px;  transition: all 0.4s; text-align: center; margin: 17px auto 10px;}
.casec .bd li a:hover .casep1 img{ transform:scale(1.05); }
.casec .bd li a:hover .casep2{ color: #C91C20; }


.products{ width:1200px; height:100%; margin-top: 50px;}
.products_p1{ height: 40px; }
.products_p1 a{height: 38px;line-height: 38px;border:solid 1px #D4D4D4;text-align: center;padding: 0 15px; float: left;margin-right:14px;overflow: hidden;}
.products_p1 a:hover{ border:solid 1px #c91c20; background: #c91c20; color: #fff;}
.products_p1 a#productsa1{ width: 198px; margin-right: 0px;}
.productsc{ margin-top: 20px; position: relative; }
.products_a1{ width: 247px; padding-left: 35px; height: 212px; background: #284a8b; position: absolute; top: 22px; left: 0px; color: #fff; z-index: 999;}
.productsp1{ height:31px; line-height: 31px; margin-top: 30px; font-weight: bold; font-size:24px; }
.productsp2{ height:33px; line-height: 33px; margin-top: 10px; font-size:22px; }
.productsp3{ line-height: 25px; margin-top: 10px;}
.products_a1:hover{ background: #c91c20;color: #fff}
.productsc1 .bd li{ margin-top: 22px; float: left; margin-right: 24px; text-align: center;}
.productsc1 .bd li a{ width: 280px; height: 210px; border:solid 1px #DDDDDD; float: left; position: relative; overflow: hidden;}
.productsp4{ width: 280px; height: 210px; }
.productsp4 img{ width: 280px; height: 210px; transition: all 0.4s;}
.productsp5{ width: 280px; height:40px; line-height: 40px; background: rgba(43,66,120,0.3); position: absolute; bottom: -40px; color: #000; transition: all 0.4s;}
.productsc1 .bd li a:hover{ border:solid 1px #284a8b; }
.productsc1 .bd li a:hover .productsp5{ bottom: 0px; }
.productsc1 .bd li.productsli1{ margin-left: 300px; }
.productsc1 .bd li.productsli3{ margin-right: 0px; }
.productsc1 .bd li.productsli0{ margin-right: 0px; }
.productsc1 .bd li a:hover .productsp4 img{ transform:scale(1.05); }

.contact_us{ width:605px; height:100%; margin-top:35px;}
.contacta1{ margin-top: 30px; margin-left: 30px; } 
.contactc{ width: 430px; height:180px; position: relative; margin-top: 23px;}
.contactcp1{ height: 30px; line-height: 30px;  }
.contactcp1 span{ font-size: 22px; color: #C91C20;}
.contactcp2{ line-height: 30px; margin-top: 20px; width: 320px;}
#contactca1{ height: 28px; line-height: 28px;text-decoration: underline; padding-left: 35px; position: absolute; top: 7px; right: 0px; color: #C91C20; background: url(../images/qq.jpg) no-repeat left center;}
#contactca2{ height: 28px; line-height: 28px;text-decoration: underline; padding-left: 35px; position: absolute; top: 45px; right: 0px; color: #000; background: url(../images/wx.jpg) no-repeat left center;}
#contactca2 img{ width: 100px; height: 100px; position: absolute; bottom:-100px; left: 50%; margin-left: -50px; z-index: 9999; display: none;}
#contactca2:hover img{ display:block; }

/* CSS Footer */
.footer{width:1200px; height:80px; color:#656565; text-align:center; margin:0px auto;}
.footer a{ color:#656565;}
.footer a:hover{ text-decoration:underline; color: #fff;}
#footer{  background:#1D1D1D;  overflow:hidden; min-width: 1200px; }
.footer_01{ margin-top:15px;}
.footer_01 a{ margin: 0px 10px; }
/*.footer_02{ margin-top:8px;}*/
.weixin{ margin-top:56px; margin-left:60px;}



/*CSS Left_side*/
.left_side{ width:254px;  float:left; display:inline;}
.left_sidep1{ height: 45px; line-height: 45px; margin-top: 30px;}
.left_sidep1 a{ font-size: 25px; color: #2b4278; }
.left_sidep1 a:hover{ margin-left: 5px; }
.left_sideul{ width:254px;  margin-top:15px;}
.left_sideul li{ height:45px; overflow:hidden;_float:left; margin-top:5px; }
.left_sideul li.sline{ width:254px; height:2px; background:url(../images/page_line.png) repeat-x; overflow:hidden; margin:0px auto;}
.left_sideul li a{ width:220px; padding-left:34px; height:45px; line-height:45px; background:#EAEAEA; font-size:16px; float:left; text-align:left;  }
.left_sideul li a:hover{ background-color:#c91c20; color:#fff;}
.left_sideul li.selectli a{ background-color:#c91c20; color:#fff;}

.pcontact_us{ width:254px;  margin-top:15px; line-height: 28px;}

/*CSS Right_side*/
.right_side{ width:900px; height:100%; overflow:hidden;  float:right; display:inline; margin-top: 30px;}
.right_title{ height:45px; line-height: 45px; }
.right_title_left{ float:left;  font-size:23px; font-weight: bold; height:43px; line-height: 43px; border-bottom:solid 2px #2b4278; color: #2b4278;}
.right_title_right{ float:right;}
.right_title_right a:hover{ text-decoration:underline;color: #d71300}
.right_title_right_sp1{ width:14px; height:13px; background:url(../images/page_icon.png) no-repeat; float:left; margin-top:16px; margin-right:5px;}
.right_title_right_sp2{ float:left;}
.right_content{width:900px; min-height:471px; _height:471px;padding:20px 0px 10px 0px; }


/* CSS News */
#indexNews2{}
#indexNews2 li{ width:878px; height: 130px;transition: all 0.4s; margin:15px 0px; padding:10px; background: #fff;  border:dashed 1px #dedede; position: relative; }
#indexNews2 li .inlia1{ left:10px }
#indexNews2 li .inlidiv1{ right:10px }
.inlia1{ width: 130px; height: 130px;  text-align: center; position: absolute;}
.inlia1 img{ max-width: 130px; height: 130px; }
.inlia1:hover{ filter:alpha(opacity=80);opacity:0.8; }
.inlidiv1{ width:730px; height: 130px; position: absolute;}
.inlip1{ height: 30px; line-height: 30px; font-size: 15px;}
.inlip1 a{ font-size: 18px; }
.inlip1 span{ margin-left: 20px; transition: all 0.4s;}
.inlip2{ height: 70px; line-height: 30px; color: #666; margin-top: 10px;}
.inlia1{ float: left; }
.inlidiv1{ float: right; }
#indexNews2 li:hover .inlip1 a{ margin-left: 8px; color: #d71300; }
#indexNews2 li:hover .inlip1 span{ color:#f1f1f1; }

/*Related*/
.related{ padding:10px; float: left; width: 100%;}
.related p{ height:25px; font-weight:bold; border-bottom:solid 1px #F1F1F1;}
.related ul { width:100%; padding:10px 0px;float:left;}
.related ul li{ width:50%; height:30px; line-height:30px; float:left;}
.related ul li b{ float:left;}
.related ul li a{ float:left; margin-left:5px; display:inline; color:#666;}
.related ul li a:hover{ color:#C91C20;}
/*上一条下一条*/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #C91C20; }
/* CSS Pic */
#picUL{}
#picUL li{ float:left;margin:10px 10px; text-align:center; display:inline;}
#picUL li .pic_01{ width: 280px; height: 210px; overflow: hidden; }
#picUL li .pic_01 img{ width: 280px; height: 210px; transition: all 0.4s; }
#picUL li .pic_02{ width: 250px; height: 50px; line-height: 50px; overflow: hidden; padding: 0px 15px; background: #2b4278; font-size: 16px; color: #fff;}
#picUL li a:hover .pic_01 img{ transform:scale(1.05);  }
#picUL li a:hover .pic_02{ background:#c91c20;  }

#proUL{}
#proUL li{ float:left;margin:10px 10px; text-align:center; display:inline;}
#proUL li .pic_01{ width: 280px; height: 210px; overflow: hidden; }
#proUL li .pic_01 img{ width: 280px; height: 210px; transition: all 0.4s; }
#proUL li .pic_02{ width: 250px; height: 50px; line-height: 50px; overflow: hidden; padding: 0px 15px; background: #2b4278; font-size: 16px; color: #fff;}
#proUL li a:hover .pic_01 img{ transform:scale(1.05);  }
#proUL li a:hover .pic_02{ background:#c91c20;  }

/* CSS Info */

#newTitle{ line-height:45px; font-size:25px; text-align:center;}
#newsInfo{ height:32px; line-height:32px; text-align:center; border-bottom:solid 1px #f1f1f1; margin:10px;}
.newsinfoleft {padding-left: 30px;}
#newsInfo i{ margin-right: 5px; }
.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:100%; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:32px; padding:10px;}
#newsContent img{max-width:100%; }


.newsContent table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    font-family: verdana,arial,sans-serif;
    color:#333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.newsContent table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.newsContent table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.newsContent table td a { text-decoration:underline; color: #333;}

.proc1{ width:100%; height: 100%; overflow: hidden; margin: 30px auto;}
.procpic{ width: 400px; height: 300px; background:#fff; text-align:center; }
.procpic img{ width: 400px; height: 300px; }
.procc{ width: 475px; margin-left: 25px;}
.procc strong{ font-size: 20px; color:#294C8B;}
.proccp1{ margin-top: 10px; line-height: 1.8; color: #666;}
.proccp2{ width: 400px; height: 35px; line-height: 35px; font-size:25px; color:#294C8B; font-weight:bold; margin-top: 20px; background:url(../images/ptel.png) no-repeat left; padding-left: 60px;}
.proccp3{ height: 40px; margin-top: 20px; }
.proccp3 a{ width: 150px; height: 40px; border-radius:20px; line-height: 40px; float: left; text-align:center; background:#294C8B; color: #fff; font-size: 16px; }
.proccp3 a:hover{ background:#C91C20;  }

.contactus{  height:auto; }
.contactusc{ width: 540px; }
.contactusc p{ height: 35px; line-height: 35px; width: 500px; padding: 0px 20px; background: #EEEEEE; margin-top: 6px; }
.contactus img{ float:right; margin-right: 20px; }
#company_main{ margin:0 auto; line-height:32px; padding:10px; }
#company_main img{ max-width:100%; }
#company_main a{ text-decoration:underline; }
#newsContent div.alink{ padding:5px; margin:0 auto; text-indent:0em;}
.ctitle{ height: 50px; line-height: 50px; margin-top: 30px; font-weight: bold; font-size: 20px; }

.newsInfo{ height: 64px; margin-top: 15px; line-height: 64px; color:#999999;  border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; }
.newsInfo i{ margin-right: 5px; }
.sha{ margin-right: 10px; }
.sha a{ float: left; margin-top: 9px; margin-left: 10px;}
.sha a:hover{ animation: swing 1s; }
.sha span{ float: left; }



/*css digg style pagination*/
div.digg{padding:5px;margin:10px;text-align:center; float:right; display: inline;}
div.digg a{border:#aaaadd 1px solid;padding:3px 5px;margin:3px;color:#585858;text-decoration:none}
div.digg a:hover{border:#585858 1px solid;color:#000;}
div.digg a:active{border:#585858 1px solid;color:#000;}
div.digg span.current{border:solid 1px #C91C20;padding:3px 8px;font-weight:bold;margin:3px;color:#fff;background-color:#C91C20;}
div.digg span.disabled{border:#eee 1px solid;padding:3px 5px;margin:3px;color:#ddd;}
div.digg select{ border:#aaaadd 1px solid; padding:3px 0px;}
/*******************************message css start***************************************/
.message_ul{
	margin:0px auto;
	float:left;
	padding:10px;
}
.message_ul li{
	float:left;
	width:100%;
    margin: 5px 0px;
}
.message_ul li label{ width:80px; float:left; text-align:right; margin-top:8px;}
.message_ul li b{ margin-top: 5px; float: left; }
.G_textarea{
	width:450px;
	height:100px;
	border:1px solid #dedede;padding:3px;
    float: left;
}
.G_InputText{
	width:250px;
	height:30px;
	line-height:30px;
	border:1px solid #dedede;
	padding:3px;
	float:left;
	border-radius: 2px;
}
.yanzheng{
	width:100px;
	height:25px;
	border:1px solid #dedede;
	padding:3px;
}
.But{
	width:120px;
	height:40px;
	line-height:40px;
	background:#294C8B;
	border-radius:2px;
	text-align:center;
	margin-top:14px;
	margin-left:5px;
	color:#FFF;
	cursor:pointer;
    transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;
}
.But:hover{
    background:#C91C20;
}
.G_tips{
	width:486px;
	line-height:30px;
	margin:30px 65px;
	border:1px solid #dedede;
	padding:3px 7px 7px 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);
}
.red{
	color:#ff0000;
}
.cpmcys{ height:28px; border:solid 1px #DEDEDE;}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{ padding:10px;}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	padding:10px 0px;
	line-height:30px;
}
.job_ul li .recruit_info{
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#000;
	font-weight:bold;
}
.job_ul li .but{
	width:100px;
	height:40px;
	line-height:40px;
	background: #C91C20;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.job_ul li .but a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

.recruit_info_tit_bg{
	height:40px;
	background:#f8f8f8;
	border-radius:2px;
	margin:15px auto;
}
	
.recruit_info_tit_bg .recruit_info_tit{
	width:120px;
	height:40px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background:#C91C20;
	color:#ffffff;
	line-height:40px;
    text-align: center;
}
.recruit_info_main{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px;
}

.recruit_info_main p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 30px;
	color: #444444;
}

/*sitemap*/

.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;}
.pages{ padding:5px 15px; margin:10px 0px;}
.pages li{ float:left; line-height:30px;}
.pagesli1{ width:40%;}
.pagesli2{ width:40%;}
.pagesli3{ width:20%;}
/*页面加载css*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}