
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}

/*------------LOGO 导航---------*/

.top{ margin:0 auto; background-color:#FFF; width:100%; height:285px;}/*顶部div*/
.top-01{ margin:0 auto; background-color:#f2f2f2; width:100%; height:35px;}/*顶部全屏*/
.nav01{margin:0 auto; background-color:#f2f2f2; width:1280px; height:35px;}/*顶部中间区域*/
.nav01 p{ float:left; display:block; width:500px; height:35px; line-height:35px; margin-left:40px; font-size:14px;color:#999;}/*顶部文本属性*/
.nav01-p-a{ text-decoration:none;color:#999;}
.nav01-p-a:hover{ color:#E50012;}
.nav01 ul li{ float:right; height:35px; line-height:35px;list-style-type:none; color:#999;}/*顶部右边 加入收藏 设为首页*/
.nav01 ul li a{ text-decoration:none; color:#999; font-size:14px; }/*顶部右边 加入收藏 设为首页*/
.nav01 ul li:hover a{ color:#e50112;}/*顶部右边 鼠标经过*/
.top-02{ margin:0 auto; background-color:#FFF; width:1280px; height:200px; background-image:url(../images/logo.jpg); background-repeat:no-repeat;}/*logo区域*/
.top-02 h1{ display:block; height:180px; line-height:180px; margin-left:230px; font-family:"微软雅黑"; font-size:35px;}/*公司中文名字*/
.top-02 h2{ margin-left:230px; margin-top:-70px; font-family:"微软雅黑"; font-size:19px; font-weight:300;}/*公司英文名字*/
.logo-p{width:300px; height:50px; line-height:50px; margin-left:900px;font-size:24px; color:#666; font-family:"微软雅黑"; font-weight:400; margin-top:-60px;}/*专业专注专新*/
em{ padding-left:10px; font-style:normal;}/*专业专注专新*/
.top-02:hover p{ color:#E50012;}
.top-03{ margin:0 auto; background-color:#E50012; width:100%; height:50px;}/*导航全屏*/
.nav02{margin:0 auto;  width:1280px; height:50px;}/*导航中间区域*/
.nav02 ul{   }
.nav02 ul li{ float:left; list-style-type:none; display:block; width:159px; height:50px; line-height:50px; background-color:#e50112; border-right:1px solid #FFF; }/*导航7个菜单*/
.nav02 ul li dl dt a{ text-decoration:none; color:#FFF; font-family:"微软雅黑"; font-size:19px; font-weight:bold; display:block; height:50px; line-height:50px; text-align:center;}/*一级菜单文本属性*/
.nav02-1{ border-left:1px solid #FFF;}/*首页左边框*/
.nav02 ul li dl dt:hover{ background-color:#b90000;}/*一级菜单鼠标经过效果*/
.nav02 ul li dl dt:active{ background-color:#b90000;}/*一级菜单鼠标点击效果*/
.nav02 ul li dl dd{display:block; width:181px; height:48px; line-height:40px; background-color:#e50112;}/*二级菜单*/
.nav02 ul li dl dd a{ text-decoration:none; color:#FFF; font-family:"微软雅黑"; font-size:17px; font-weight:500; display:block; height:40px; line-height:40px; text-align:center;}/*二级菜单文本属性*/
.nav02 ul li dl dd:hover a{ background-color:#e83821; border-top:1px solid #b90000;border-bottom:2px solid #b90000;border-radius:5px 5px 5px 5px; font-size:18px; width:195px; margin-left:-8px;}/*二级菜单鼠标经过效果*/

.nav02 ul li dl dd{ display:none;}/*隐藏*/
.nav02 ul li:hover dl dd{ display:block; }/*显示*/

/*------------主banner---------*/
.banner{margin:0 auto; background-color:#999; width:100%; height:520px;background: no-repeat center;}/*大banner*/

/*------------关于我们 优质服务---------*/

.main-top{margin:0 auto; background-color:#FFF; width:1280px; height:1200px;}/*整个div*/
.main-top-01{margin:0 auto; background-color:#FFF; width:1280px; height:550px;}/*关于我们*/
.main-top-01 img{ float:left; margin:100px;}/*关于我们图片*/
.main-top-01 h1{ display:block; width:680px; background-image:url(../images/US.png); background-repeat:no-repeat; float:left;margin:100px 0px 20px 0px;  padding-left:50px;}/*标题图标*/
.main-top-01 p{ display:block; float:left;width:690px; font-size:14px; text-indent:28px; text-align:justify; line-height:25px;}/*公司简介*/

.main-top-02{margin:0 auto; background-color:#FFF; width:1280px; height:150px;}/* 优质服务标题*/
.main-top-02 h1{ display:block; width:500px; background-image:url(../images/Service.png); background-repeat:no-repeat;padding-left:50px; margin-left:440px;}/*标题图标*/

.main-top-03{margin:0 auto; background-color:#FFF; width:1280px; height:500px;}/* 优质服务内容*/
.main-top-03 h1:hover{ color:#E50012;}
.service-01{ width:220px; height:396px; background-color:#FFF; float:left; margin:0px 40px 100px 80px; background-image:url(../images/Service01.png); background-repeat:no-repeat;}/*图标1*/
.service-02{ width:220px; height:396px; background-color:#FFF; float:left; margin:0px 40px 100px 40px; background-image:url(../images/Service02.png); background-repeat:no-repeat;}/*图标2*/
.service-03{ width:220px; height:396px; background-color:#FFF; float:left; margin:0px 40px 100px 40px; background-image:url(../images/Service03.png); background-repeat:no-repeat;}/*图标3*/
.service-04{ width:220px; height:396px; background-color:#FFF; float:left; margin:0px 80px 100px 40px; background-image:url(../images/Service04.png); background-repeat:no-repeat;}/*图标4*/

.service-01:hover{ background-image:url(../images/Service01.gif);}
.service-02:hover{ background-image:url(../images/Service02.gif);}
.service-03:hover{ background-image:url(../images/Service03.gif);}
.service-04:hover{ background-image:url(../images/Service04.gif);}



/*小banner---------- 案例展示----------*/

.banner-s{margin:0 auto; background-color:#FFF; width:100%; height:750px;background:url(../images/121.jpg) no-repeat top;}/*整个div和banner*/


.banner-img{ display:block; margin:0 auto; width:1280px; height:500px; margin-top:-646px; }/*标题和图片div*/
.banner-h1{ width:1000px; height:45px; background-image:url(../images/anli.png); background-repeat:no-repeat;padding-left:50px; margin-left:140px;}/*标题图标*/
.banner-img1-8{ width:1000px; height:500px; background-color:#0CF;; margin-left:140px; margin-top:100px; border:#FFF solid 2px; background-image:url(../images/1000x500.png); }
.banner-img01{ width:249px; height:248px;  float:left;border:#FFF solid 2px; }/*8张案例图片*/
.banner-img02{ width:249px; height:248px;  float:left; border:#FFF solid 2px;}/*8张案例图片*/
.banner-img03{ width:249px; height:248px;  float:left; border:#FFF solid 2px;}/*8张案例图片*/
.banner-img04{ width:249px; height:248px;  float:left;border:#FFF solid 2px;}/*8张案例图片*/
.banner-img05{ width:249px; height:248px;  float:left;border:#FFF solid 2px;}/*8张案例图片*/
.banner-img06{ width:249px; height:248px;  float:left;border:#FFF solid 2px;}/*8张案例图片*/
.banner-img07{ width:249px; height:248px;  float:left;border:#FFF solid 2px;}/*8张案例图片*/
.banner-img08{ width:249px; height:248px;  float:left;border:#FFF solid 2px;}/*8张案例图片*/


/*------------新闻动态 合作品牌--------------*/

.main-bottom{margin:0 auto; background-color:#FFF; width:1280px; height:845px; margin-top:260px;}/*新闻动态 合作品牌*/
.main-bottom-01{ width:1280px; height:45px; }
.main-bottom-01 h1{display:block; width:500px; background-image:url(../images/news.png); background-repeat:no-repeat;padding-left:50px; margin-left:440px;}/*标题图标*/

.main-bottom-02{ width:1280px; height:260px; margin-top:50px;}/*新闻动态标题*/
.main-bottom-02-left{ float:left; width:570px; height:260px;  margin-left:54px;display:block;}
.main-bottom-02-left-01{ width:570px; height:50px;  margin-bottom:20px;}
.main-bottom-02-left-02{ width:570px; height:50px; margin-bottom:20px;}
.main-bottom-02-left-03{ width:570px; height:50px; margin-bottom:20px;}
.main-bottom-02-left-04{ width:570px; height:50px; }
.main-bottom-02-left-01-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-left-02-number{ float:left;width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-left-03-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-left-04-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-left-01-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-left-02-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-left-03-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-left-04-news{ float:right; width:500px; height:50px; background-color:#FFF;}


.main-bottom-02-right{ float:left; width:570px; height:260px; margin-left:34px; display:block;}
.main-bottom-02-right-01{ width:570px; height:50px; margin-bottom:20px;}
.main-bottom-02-right-02{ width:570px; height:50px; margin-bottom:20px;}
.main-bottom-02-right-03{ width:570px; height:50px; margin-bottom:20px;}
.main-bottom-02-right-04{ width:570px; height:50px; }
.main-bottom-02-right-01-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-right-02-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-right-03-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-right-04-number{ float:left; width:50px; height:50px; background-color:#E50012;}
.main-bottom-02-right-01-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-right-02-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-right-03-news{ float:right; width:500px; height:50px; background-color:#FFF;}
.main-bottom-02-right-04-news{ float:right; width:500px; height:50px; background-color:#FFF;}


.main-bottom-03{ width:1280px; height:45px; margin-top:100px;}/*合作品牌标题*/
.main-bottom-03 h1{display:block;  background-image:url(../images/hezuo.png);; background-repeat:no-repeat;padding-left:50px; margin-left:440px;}/*标题图标*/
.main-bottom-04{ width:1280px; height:220px; background-color:#FFF;}/*合作品牌logo div*/
.main-bottom-04-img01{ float:left; width:278px; height:100px;  border:1px solid #000; margin:50px 20px 20px 50px;background-image:url(../images/1-1.png);}/*品牌logo*/
.main-bottom-04-img02{ float:left; width:278px; height:100px; border:1px solid #000;margin:50px 0px 20px 0px;background-image:url(../images/1-2.png);}/*品牌logo*/
.main-bottom-04-img03{ float:left; width:278px; height:100px; border:1px solid #000;margin:50px 0px 20px 20px;background-image:url(../images/1-3.png);}/*品牌logo*/
.main-bottom-04-img04{ float:left; width:278px; height:100px; border:1px solid #000;margin:50px 50px 20px 20px;background-image:url(../images/1-4.png);}/*品牌logo*/
.main-bottom-04-img05{ float:left; width:278px; height:100px; border:1px solid #000;margin:0px 20px 0px 50px;background-image:url(../images/1-5.png);}/*品牌logo*/
.main-bottom-04-img06{ float:left; width:278px; height:100px; border:1px solid #000;margin:0px 20px 0px 0px;background-image:url(../images/1-6.png);}/*品牌logo*/
.main-bottom-04-img07{ float:left; width:278px; height:100px; border:1px solid #000;margin:0px 20px 0px 0px;background-image:url(../images/1-7.png);}/*品牌logo*/
.main-bottom-04-img08{ float:left; width:278px; height:100px; border:1px solid #000;margin:0px 20px 0px 0px;background-image:url(../images/1-8.png);}/*品牌logo*/
.main-bottom-04-img09{ float:left; width:278px; height:100px; border:1px solid #000;margin:20px 20px 50px 50px;background-image:url(../images/1-9.png);}/*品牌logo*/
.main-bottom-04-img10{ float:left; width:278px; height:100px; border:1px solid #000;margin:20px 20px 50px 0px;background-image:url(../images/1-10.png);}/*品牌logo*/
.main-bottom-04-img11{ float:left; width:278px; height:100px; border:1px solid #000;margin:20px 20px 50px 0px;background-image:url(../images/1-11.png);}/*品牌logo*/
.main-bottom-04-img12{ float:left; width:278px; height:100px; border:1px solid #000;margin:20px 0px 50px 0px;background-image:url(../images/1-12.png);}/*品牌logo*/



/*---------------------底部------------*/

.bottom{ clear:both; margin:0 auto; background-color:#E50012; width:100%; height:270px;}/*底部div全屏*/
.bottom-nav{ margin:0 auto; width:1280px; height:270px;}/*底部div中间区域*/
.bottom-left{ float:left; width:250px; height:270px; }/*底部左边二维码div*/
.bottom-left h5{ display:block; width:130px; height:25px; line-height:25px; margin:60px 0px 10px 40px; border-bottom:1px solid #FFF; color:#FFF; font-size:16px; font-family:"微软雅黑";}/*底部 二维码小标题*/
.bottom-left img { margin-left:40px; }/*底部二维码*/

.bottom-main { float:left; width:270px; height:170px; margin-top:132px;}/*底部电话邮箱地址div*/
.bottom-main li{ list-style-type:none; display:block; width:270px; height:20px; margin-top:10px; }/*底部电话邮箱地址*/
.bottom-main li span{ display:block; font-size:14px; font-family:"微软雅黑 Light"; color:#FFF; margin-left:25px; margin-top:-16px; }/*底部电话邮箱地址*/
.bottom-main li a{ font-size:14px; font-family:"微软雅黑 Light"; color:#FFF; text-decoration:none;}/*底部邮箱*/
.bottom-main li a:hover{ text-decoration:underline;}
.bottom-main li img{ }

.bottom-right{ float:right; width:510px; height:270px; }/*底部右边小导航DIV*/
.bottom-right ul{ margin-left:40px;}/*底部右边小导航*/
.bottom-right ul li{ display:block; float:left; list-style:none; width:100px; height:20px; padding-left:20px; margin-top:58px;}/*底部右边小导航*/
.bottom-right ul li dl dt{ color:#FFF; font-size:16px; font-family:"微软雅黑"; border-bottom:1px solid #FFF; padding-bottom:5px; margin-bottom:5px; font-weight:bold;}/*底部右边小导航*/
.bottom-right ul li dl dd{ display:block;width:74px; height:18px; padding-top:3px;}/*底部右边小导航二级菜单*/
.bottom-right ul li dl dd a{ line-height:18px; color:#FFF; font-size:14px; text-decoration:none;}/*底部右边小导航二级菜单*/
.bottom-right ul li dl dd a:hover{ font-weight:bold; text-decoration:underline;font-size:16px;}/*底部右边小导航二级菜单 鼠标经过*/
.bottom-right p{ clear:both; display:block; width:450px; height:25px; margin-top:180px; margin-left:60px;color:#FFF; font-size:12px; font-family:"宋体";}/*底部右边版权信息*/
.bottom-right p1{ clear:both; display:block; width:450px; height:25px; margin-top:0px; margin-left:60px;color:#FFF; font-size:12px; font-family:"宋体";}/*底部右边版权信息*/

/*--------------------通用---------------------------------*/

.en{color:#E50012; font-size:27px; font-family:"微软雅黑 Light"; font-weight:normal;}/*红色英文字属性*/
.cn{font-size:36px; font-family:"微软雅黑"; font-weight:400;}/*标题中文文字属性*/
.secn{ display:block; width:220px; height:30px; text-align:center; line-height:30px; margin-top:240px; font-family:"微软雅黑"; font-size:18px; color:#666;}/*服务里面的小标题文字属性*/
.secn-p{ font-size:14px; font-family:"微软雅黑 Light"; text-align:justify; margin-top:10px; }/*服务里面的文字属性*/
.number{ display:block; width:50px; height:50px; background-color:#e50112; font-size:48px; font-family:"微软雅黑 Light"; color:#FFF; font-weight:normal;}/*新闻列表的数字*/
.number01{ letter-spacing:5px;}/*新闻列表的数字01的间距*/
.new{ font-family:"微软雅黑"; text-decoration:none; color:#444;
 font-size:18px; font-weight:bold; display:block; width:500px; height:20px;}/*新闻标题*/
 .new:hover{ color:#e50112;}/*新闻标题鼠标经过*/
 .new-p{display:block; width:500px; height:15px; margin-top:-5px; font-family:"微软雅黑 Light"; font-size:14px; color:#5F5F5F;}/*新闻内容*/

.more{ display:block;width:55px; height:16px;  margin-left:1160px; margin-top:-15px; border:#F00 1px solid; border-radius:2px;}/*幽灵按钮more*/
.more a{display:block;  text-decoration:none; color:#E50012; font-size:12px; line-height:16px; text-align:center; font-family:"微软雅黑 Light";}/*幽灵按钮more*/
.more :hover{ color:#FFF; background-color:#E50012;border-radius:2px;}/*幽灵按钮more鼠标经过*/

.XXX{ color:#444; font-weight:300;}/*新闻动态的详细*/
.XXX:hover{color:#E50012;}/*新闻动态的详细鼠标经过*/
/*--------------------通用---------------------------------*/