@charset "utf-8";

body{

/*
background:-moz-linear-gradient(top,#e8e8e8,#b8b8b8);//Mozilla
background:-webkit-gradient(linear,0 0,0 100%,from(#e8e8e8),to(#b8b8b8));//Old gradient for webkit
background:-webkit-linear-gradient(top,#e8e8e8,#b8b8b8);//new gradient for Webkit
background:-o-linear-gradient(top,#e8e8e8,#b8b8b8); //Opera11
*/
}
/*head*/
.headbox{height:136px;}
.webtop{height:40px;background:#252525;}
.welcome{float:left;padding-right:30px;max-width:600px;overflow:hidden;}
.welcome,.welcome span,.welcome p{color:#fff;line-height:40px;}
.share{float:right;padding:12px 0px;line-height:16px;margin-left:10px;}
.share a{color:#fff;font-size:13px;margin:0 5px;vertical-align:middle;}
.share img{vertical-align:middle;}

.navbox{height:96px;}

.logo{padding:21px 3px;float:left;width:446px;}
.logo img{width:440px;height:54px;}
.sethome{float:right;width:610px;height:90px;padding-top:6px;}
.adsnav{width:100%;height:90px;}
.adsnav ul li{width:86px;height:90px;text-align:center;float:left;position:relative;}
.adsnav ul li>a{display:block;width:80%;margin-left:10%;height:36px;padding-top:27px;font-size:16px;color:#252525;font-weight:600;font-family:"Microsoft YaHei";line-height:36px;text-align:Center;}
.adsnav ul li div{display:none;width:106px;position:absolute;left:-10px;top:90px;z-index:999;background:#e6e6e6;}
.adsnav ul li div a{display:block;line-height:30px;width:86px;padding:0 10px;height:30px;font-size:14px;color:#808080;border-bottom:1px solid #fff;overflow: hidden;text-align:left;}

.adsnav ul li>a:hover{color:#018dda;border-bottom:2px solid #018dda;}
.adsnav ul li div a:hover{color:#fff;background:#018dda;}

.tel{color:#fff;line-height:40px;float:right;height:40px;padding-left:45px;background:url(tel.png) no-repeat left center;}
.tel span{color:#fff;line-height:40px;font-size:16px;font-family:"Microsoft YaHei";font-weight:bold;}
#menuli{width:2px; background:url(navx.png) top center;float:left;height:45px;}
.parent{position:relative;}

/*head---end---*/


.main{width:1100px;min-width:1100px;margin:0 auto;}
.main_one{height:418px;padding:15px 0px;background:#f2f2f2;}
.picScroll-left{ width:1100px;  overflow:hidden; position:relative; padding:15px 0 30px;   }

.picScroll-left  .prev{ display:block;  width:22px; height:50px; float:left;  cursor:pointer;background:url(bl1.png);margin-top:80px;}
.picScroll-left  .next{display:block;  width:22px; height:50px; float:right;cursor:pointer; background:url(bl2.png);margin-top:80px; }
.picScroll-left .prev:hover{ background:url(br2.png); }
.picScroll-left .next:hover{ background:url(br1.png); }
.picScroll-left .bd{width:1020px;float:left; overflow:hidden; margin-left:17px; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden; width:320px;height:210px;position:relative;  }
.picScroll-left .bd ul li .pic{ text-align:center;width:320px; height:210px;overflow:hidden; }
.picScroll-left .bd ul li .pic img{ width:320px; height:210px; display:block;  }
.picScroll-left .bd ul li .title{display:none;position:absolute;left:0;bottom:0;z-index:10;padding:60px 20px 0px;width:280px;height:150px;background:url(btm.png); overflow: hidden; text-align:Center; }
.picScroll-left .bd ul li .title h1{color:#fff;font-size:18px;line-height:30px;text-align:center;}
.picScroll-left .bd ul li .title p{color:#fff;line-height:30px;width:100%;height:60px;overflow:hidden;text-align:center;}
.picScroll-left .bd ul li:hover .title{display:block;}



.inabout{height:270px;padding:40px 0;}
.intitle{height:100px;text-align:center;}
.intitle p{font-family:"Arial";font-size:34px;font-weight:bold;color:#018dda;line-height:100px;text-align:center;}
.intitle p span{color:#252525;}
.intitle h1{width:87px;margin:0 auto;line-height:44px;font-family:"Microsoft YaHei";font-size:18px;border-top:2px solid #cccccc;color:#252525;}
.inabc{height:120px;overflow:hidden;}
.inabc,.inabc p{line-height:30px;text-align:center;}
.more{display:block;width:150px;height:30px;border-radius:20px;background:#cccccc;color:#fff;text-align:center;line-height:30px;margin:10px auto;}
.more:hover{background:#018dda;}

#menubg{color:#018dda;border-bottom:2px solid #018dda;}
/*广告轮播图*/
.banner{width:100%;overflow:hidden;}
.slideBox{ width:100%; height:620px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:48%; bottom:37px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:30px;  width:30px; height:7px; line-height:14px; text-align:center; background:#fff;color:#808080; cursor:pointer; }
.slideBox .hd ul li.on{ background:#e77800; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{display:block;width:100%;height:620px;}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.main_ot{height:531px;padding:20px 0;}
.box{height:334px;overflow: hidden;width:100%; min-width:1100px;position: relative;padding:15px 0 25px;}
#roll{width:1100px;}
#roll dd{width: 250px;height:334px; margin-right:10px;/* border:8px solid #efefef;*/ float:left;position:relative;}
#roll dd div{position:absolute; display:none; left:0;top:0;overflow:hidden; padding:25px;width:200px; height:284px;background:url(tm50.png);}
#roll dd img{ width:250px; height:334px;}

#roll dd div h1{font-size:16px;color:#fff;margin-bottom:15px;text-align:center;}
#roll dd div p{color:#fff;line-height:24px;height:260px;overflow:hidden;}
#roll dd:hover div{display:block;}

.box span{position: absolute;display: inline-block;width: 22px;text-align: center;cursor: pointer;z-index: 90; height:50px; top:137px;}
.box .prev1{ left:0px; background:url(bl1.png) no-repeat center;}
.box .prev1:hover{background:url(br2.png) no-repeat center;}
.box .next1{right:0px; background:url(bl2.png) no-repeat center; }
.box .next1:hover{background:url(br1.png) no-repeat center;}
.dv_cent{ width:100%; overflow: hidden;position: relative; float:left;}





.main_two{height:500px;background:#f2f2f2;padding:15px 0;}
.inleft{float:left;width:550px;height:290px;}
.inewpic{}
.inewpic img{width:550px;height:263px;}
.inleft h1{height:44px;overflow:hidden;}
.inleft h1 a{color:#585858;font-size:16px;line-height:44px;}
.inleft  p{line-height:24px;color:#808080; word-break:normal;}

.inright{height:104px;width:504px;}
.inl{float:left;width:60px;height:65px;background:#018dda;text-align:center;color:#fff;line-height:24px;}
.inl p{line-height:42px;border-bottom:1px solid #fff;font-size:22px;color:#fff;text-align:center;}
.inr{float:right;width:428px;}
.inr h1{height:34px;overflow:hidden;}
.inr h1 a{color:#585858;font-size:16px;line-height:34px;}
.inr p{line-height:24px;color:#808080;overflow:hidden;word-break:normal;}

.inr h1 a:hover{color:#018dda;text-decoration:underline;}
.inleft h1 a:hover{color:#018dda;text-decoration:underline;}

.fleft{float:left;}
.fright{float:right;}


.inrbox{width:340px;height:128px;}
.mb32{margin-bottom:32px;}
.mt30{margin-top:30px;}



/*foot*/
.footer{background:url(footbg.png) repeat-x;min-height:373px;}
.fnote{background:#252525;width:318px;height:238px;padding:40px 37px;color:#fff;font-family:"Microsoft YaHei";}
.fnote p{color:#fff;font-size:14px;font-family:"Microsoft YaHei";}

.erwei{width:98px;height:98px;}
.fshare{margin:22px 0 15px;}
.fmore{font-family:"Microsoft YaHei";display:block;width:317px;height:63px;background:#018dda;text-align:center;line-height:63px;color:#fff;font-size:18px;}

.fcontent{width:702px;padding-top:86px;}
.fcontent dl{width:134px;border-right:1px solid #262626;min-height:170px;float:left;padding-left:40px;}
.fcontent dl dt{color:#fff;height:30px;}
.fcontent dl dd a{color:#808080;font-size:12px;line-height:20px;}
.fcontent dl dd a:hover{text-decoration:underline;}

.copyright{height:48px;background:#0f0f0f;color:#808080;line-height:48px;}
.copyright p{color:#808080;line-height:48px;}
.cr{height:48px;color:#808080;line-height:48px;}
.gotop{display:block;width:113px;height:91px;background:url(gotop.png);position:absolute;right:100px;bottom:0;}

.link{border-top:1px solid #222;padding:13px 0;line-height:22px;color:#777;background:#0f0f0f;}
.link span{color:#666;}
.link a{line-height:24px;color:#777;margin-right:20px;display:inline-block;}


/* 内页 */
.dbanner{width:100%;height:240px;overflow:hidden;}
.alld{width:100%;background:#e9e9e9;padding-bottom:20px;}
.homepage{padding-left:2%;width:98%;height:40px;border-bottom:1px solid #d9d9d9;margin-top:15px;background:#eeeeee;}
.content{width:1100px;margin:0 auto;min-width:1100px;}


.weizhi{color:#262626;height:50px;line-height:50px;border-bottom:1px solid #cccccc;}
.weizhi a{color:#262626;line-height:50px;}


.subcate{display:none;padding:13px 0;}
.subcate p{text-align:center;height:24px;width:100%;}
.subcate p a{line-height:24px;font-weight:600;}
.subcate p a:hover{color:#102e90;text-decoration:underline;}


.catebox{height:66px;border-bottom:1px solid #e6e6e6;padding-top:30px;}

.cate{margin:0 auto;text-align:center;zoom:1;}
.cate li{margin:0 10px;height:32px;min-width:120px;display:inline-block;_display:inline;padding:0 7px;}
.cate li a{display:block;width:100%;height:30px;line-height:30px;color:#808080;font-size:16px;text-align:center;border-radius:5px;font-family:"Microsoft YaHei";border:1px solid #ccc;}
.cate li a:hover{color:#fff;background:#018dda;border-color:#018dda;}
#hov{color:#fff;background:#018dda;border-color:#018dda;}


.dmtitle{text-align:center;line-height:40px;color:#252525;font-size:18px;font-family:"Microsoft YaHei";font-weight:bold;}

.msgcontent{line-height:38px;min-height:535px;color:#4b4b4b;padding:15px;}
.msgcontent p{line-height:38px;font-family:"宋体";font-size:14px;}
.msgcontent img{max-width:1070px;}
.msgcontent a:hover{color:#018dda;}


.ctel{padding-left:70px;background:url(ctel.png) no-repeat left top;}
.cwz{padding-left:70px;background:url(cwz.png) no-repeat left top;}
.ctel p,.cwz p{line-height:28px;color:#333;font-weight:500;font-size:16px;}
.ctel span,.cwz span{color:#333;line-height:30px;font-size:20px;}



.msgtitle{width:100%;padding:10px 0}
.msgtitle h1{color:#333;font-size:18px;text-align:center;font-weight:bold;line-height:38px;}
.msgtitle p{text-align:center;color:#808080;font-size:13px;}
.listcontent{min-height:535px;}
.pn{color:#252525;line-height:30px;margin-top:20px;}
.pn a{color:#018dda;}

/*news*/
.newslist{height:104px;width:100%;margin-top:15px;}
.newsw{width:1030px;}

.newscontent,.newscontent p{line-height:26px;}

/*hezuo*/
.xybox{width:200px;height:100px;float:left;margin:13px 9px;border:1px solid #ccc;text-align:center;}
.xybox img{max-width:200px;height:100px;}
.xybox p{line-height:26px;letter-spacing:1px;text-align:center;margin-top:10px;}
.xybox p a:hover{color:#278ad0;text-decoration:underline;}
.xybox:hover{border-color:#018dda;}
/*pros*/
.prolist{width:302px;float:left;margin:22px 32px;}
.propic{width:300px;height:400px;overflow:hidden;border:1px solid #ccc;border-bottom:none;}
.propic img{width:300px;}

.prolist>a{display:block;width:302px;height:40px;;background:#608ea6;text-align:center;line-height:40px;font-family:"Microsoft YaHei";color:#fff;}

.prolist1{width:352px;float:left;margin:15px 7px;}
.propic1{width:350px;height:180px;overflow:hidden;border:1px solid #ccc;border-bottom:none;}
.propic1 img{width:350px;}

.prolist1>a{display:block;width:352px;height:40px;;background:#608ea6;text-align:center;line-height:40px;font-family:"Microsoft YaHei";color:#fff;}



.prot table{border:1px solid #ccc;width:100%;}
.prot table tr{border:1px solid #ccc;line-height:40px;}
.prot table th{border:1px solid #ccc;width:25%;text-align:center;font-size:18px;font-weight:bold;}
.prot table td{border:1px solid #ccc;text-align:center;}
.prot table td a:hover{color:#e77918;text-decoration:underline;}

.pnote table{width:100%;}
.pdpic{text-align:center;width:550px;height:350px;border:1px solid #ccc;overflow:hidden;}
.pdpic img{max-width:550px;height:350px;}
.pnote p{font-size:18px;color:#333;line-height:48px;}
.promsg{padding:10px;}
.promsg,.promsg p{font-family:"宋体";color:#808080;}
.pdtitle {margin-top:30px;width:100%;height:40px;background:#018dda;text-align:center;color:#fff;line-height:40px;font-size:16px;font-family:"Microsoft YaHei";}

/*yinxiao*/

.yxbox{ margin:13px 23px; float:left; _display:inline; overflow:hidden; width:320px;height:210px;position:relative;  }
.yxbox .pic{ text-align:center;width:320px; height:210px;overflow:hidden; }
.yxbox .pic img{ width:320px; height:210px; display:block;  }
.yxbox .title{display:none;position:absolute;left:0;bottom:0;z-index:10;padding:60px 20px 0;width:280px;height:150px;background:url(btm.png); overflow: hidden; text-align:Center; }
.yxbox .title h1{color:#fff;font-size:18px;line-height:30px;text-align:center;}
.yxbox .title p{color:#fff;line-height:30px;width:100%;height:60px;overflow:hidden;text-align:center;}
.yxbox:hover .title{display:block;}




/*join us*/
.joinbox{border-bottom:1px solid #ccc;}
.jt{height:38px;padding:0px 22px;}
.jt h1{height:38px;width:100%;font-family:"Microsoft YaHei";line-height:38px;cursor:pointer;}
.jt h1 span{font-size:16px;color:#262626;}
.jtcon{display:none;background:#e6e6e6;padding:22px;font-family:"Microsoft YaHei";line-height:24px;}
.jtcon p,.jtcon table tr td{font-family:"Microsoft YaHei";line-height:24px;}
.jty{background:url(d/jto.png) no-repeat right center;color:#808080;}
.jtx{background:url(d/jtc.png) no-repeat right center;color:#fff;}

/*book*/
.book{padding:10px 0px;background:url(d/ly.jpg) no-repeat right 19px;}

.book table{width:100%;}
.book table tr td span{color:#808080;font-size:18px;line-height:68px;font-family:"Microsoft YaHei";}
.book input[type=text]{width:300px;height:40px;border:1px solid #cccccc;border-radius:7px;line-height:40px;}

.book textarea{width:380px;height:100px;border-radius:7px;border:1px solid #cccccc;overflow:hidden;}
.book input[type=submit]{width:200px;height:36px;background:#018dda;color:#fff;font-size:14px;line-height:36px;text-align:center;border-radius:7px;cursor:pointer;border:none;font-family:"Microsoft YaHei";}

/*contact*/

.cpad{padding:15px 20px;}
.lxnote{min-height:150px;margin-top:20px;}
.lxnote h1{color:#333;font-size:18px;font-weight:bold;margin-bottom:20px;text-align:center;}
.lxnote p{color:#262626;line-height:38px;letter-spacing:1px;}
.ditu{margin-top:30px;}
/* 公共分页样式*/
.page{ height:25px; text-align:center; margin-top:20px;}
.page span{ margin:2px; border:1px solid #CCC; padding:6px 10px;}
.page a{ margin:2px; color:#808080;}
.hover{ color:#F00}






