@charset "utf-8";

/*通用样式*/

*{ margin:0px; padding:0px;}
body{font-family:"微软雅黑","黑体"!important;outline-style:none;}
a{ text-decoration:none;cursor:pointer;outline:none;blr:expression(this.onFocus=this.blur()); }


/*#logo{background:url(../images/bg.jpg) repeat-x}*/
.logos{width:1200px; margin:0 auto; height:70px; background:url(../images/top.gif): no-repeat center center;}
.kong1{height: 20px;}
/*导航栏*/
#dhang{
	width:1200px;
	margin:auto;
}
.nav{width:100%;height: 50px;margin: auto;}
.nav_items{height: 100%;text-align:center;background-color:#000;}
.nav_item{display: block;height: 50px;float: left;margin: 0; width:150px;}
.nav_text{font-size: 16px;color: #fff;line-height: 50px; vertical-align:middle;}
.nav_textspan{line-height:50px; vertical-align:middle;font-size: 16px;}
.nav_text:hover{background-color:#454444; color:#F30; width:150px;height:50px;cursor:pointer;}    
.now{color:#f30; background-color:#454444; width:150px;height:50px;cursor:pointer;}
/*解决方案*/
.kong{height:40px;}
.plan{width: 1200px;margin: auto;display: flex;;}
.plan_word{font-size: 26px;color:#008bcc;text-align: center;margin:-20px auto;}
.plan_content{width: 1200px;height: auto;margin: auto;}
.plan_text{font-size: 16px;color: #004e72;letter-spacing:1px;}
.first{height:400px;width:362px;float: left;overflow: hidden;}
.second{height:400px;width:362px;float: left;margin-left: 56px;overflow: hidden;}
.third{height:400px;width:362px;float: right;overflow: hidden;}
#plan_all img{width:100%;height:100%;	
  -moz-transition:all 1s ease;
  -ms-transition:all 1s ease;
  -o-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  transition:all 1s ease;}
.lay{width:362px;height:150px;position:absolute;z-index:500;
  -moz-transition:all 1s ease;
  -ms-transition:all 1s ease;
  -o-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  transition:all 1s ease;}
.lay_text{font-size:14px;margin:10px 50px 0 0;color:#929292;}
.lay_more{ margin-top:12px;}
.more{color:#FFFFFF; font-size:14px; background-color:#008bcc; padding:5px 14px; opacity:0;
  -moz-transition:all 1s ease;
  -ms-transition:all 1s ease;
  -o-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  transition:all 1s ease;}
#plan_all:hover .lay{cursor:pointer; transform:translateX(26px);}
#plan_all:hover .more{ opacity:1;}
#plan_all:hover .lay_text{color:#585858;}
#plan_all:hover .plan_text{color:#008bcc;}
li:hover{ cursor:pointer;}
.number{ width:100px; height:80px; margin:0 auto;}
.nb-1{ font-size:16px; background-color:#004e72; padding:4px 10px; text-align:center; color:#FFFFFF;}
.nb-2{ font-size:16px;padding:4px 10px; text-align:center;}
.nb-2:hover{ border:1px solid #004e72; cursor:pointer;}
.nb-1:hover{ border:1px solid #004e72; cursor:pointer;}
.footer-bottom{background:#F3F3F3; color:#666;text-align:center; border-top:1px #999999 solid; height:50px; line-height:50px;font-size:14px;}
