@charset "utf-8";
/* CSS Document */
/*公共样式*/
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
            margin: 0;
            padding: 0; font-size:14px; font-family: "微软雅黑";
        }
		img{ display:block;}

       
	   
        table{
            border-collapse:collapse;
        }
        body {
            font-family: "微软雅黑";
        }

        ul, li {
            list-style: none;
        }

        a {
            text-decoration: none;
            color: #232323;
        }

        input, textarea {
            outline: none;
            box-shadow: none;
        }

        textarea {
            resize: none;
            overflow: auto;
        }

        .clearfix { clear:both;
           
        }

        .clearfix:after {
            content: ".";
            width: 0;
            height: 0;
            visibility: hidden;
            display: block;
            clear: both;
        }

        .fl {
            float: left
        }

        .fr {
            float: right
        }

        .tl {
            text-align: left;
        }

        .tc {
            text-align: center
        }

        .tr {
            text-align: right;
        }

        .ellipse {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
/*头部*/
.navi_head{
	height:80px;
	background-color:#fff;
	border-bottom:1px solid #dedcd7; z-index:999;
}
.navi_body{
	overflow:hidden;
	height:80px;
	background:rgba(255,255,255,0.9);
	transition:height ease 0.5s; 
}
.navi_body:hover{
	height:300px;
}
.navi_head>div>.logo{ float:left; margin-top:25px;}
.navi_head>div>span{
	width:150px;
	text-align:center;
	height:300px;
	display:inline-block;
	font-weight:350;
	color:#000;
	font-size:16px;
	vertical-align:top;
	 font-family:"微软雅黑"
}
.navi_head>div>span>p { margin-top:5px;}
.navi_head>div>span>p a{
	color:#000;
	text-decoration:none;
	line-height:30px;
	
}
.navi_head>div>span>p a:hover{
	color:#000;
	text-decoration:none;color:#0d92e4;
}

.navi_title{
	font-size:16px;
	line-height:80px;
	margin-top:0;
}

.navi_head>div>span:hover{
	background:rgba(100,100,100,0.2);
}

.about {color:#fff !important}

/*新头部  */
.nav:after {
  content: '';
  display: table;
  clear: both;
}
.nav {
  background-color: white;
}
.logo { float:left; margin-top:25px;}
.nav > li {
  float: left;
  position: relative;
}
.nav > li:hover > .subnav {
  display: block;
}
a.link {
  width: 150px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  color: black;
  font-size:16px;
}
a.link:hover {
  color: black;
  background-color: #eee;
}
.subnav {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  display: none;
  background-color: white;
  z-index:999;
}
/*底部*/
.foot_box{ width:100%; background:#272727; height:500px; float:left;}
.foot_box .foot{ width:1100px;margin-left:auto; margin-right:auto; margin-top:50px;}
.foot_box .foot .l_box{ float:left;}
.foot_box .foot .l_box img{ float:left; width:120px; margin-left:30px; margin-top:20px;}
.foot_box .foot .l_box p{font-size:14px; font-family:"微软雅黑"; color:#666666; line-height:35px;}
.foot_box .foot .r_box{ float:left; margin-left:100px; width:60%;}
.foot_box .foot .r_box .biaoti{ float:left; width:100%;border-bottom:1px solid #343434;padding-bottom:20px;}
.foot_box .foot .r_box .name{ width:16%; float:left;  }
.foot_box .foot .r_box .name h1{font-size:20px; font-family:"微软雅黑"; color:#636363;}
.foot_box .foot .r_box .name p{font-size:18px; font-family:"微软雅黑"; color:#636363; margin-top:5px;}
.foot_box .foot .r_box .neirong{float:left; width:100%;}
.foot_box .foot .r_box .neirong .box1{width:16%; float:left;text-align:center;}
.foot_box .foot .r_box .neirong .box1 p{font-size:14px; font-family:"微软雅黑"; color:#636363; margin-top:5px;line-height:35px;}
.foot_box .foot .r_box .neirong .box1 p a{color:#636363 !important}
.foot_box .Copy_box{ width:100%;background:#1a1a1a; height:100px; float:left;}
.foot_box .Copy_box .copy{ width:1100px;margin-left:auto; margin-right:auto; margin-top:45px;}
.foot_box .Copy_box .copy a{ float:left;font-size:14px; font-family:"微软雅黑";color:#555555; border-right:2px solid #555555; width:80px; height:20px; line-height:20px; text-align:center;}
.foot_box .Copy_box .copy p{ float: right;font-size:14px; font-family:"微软雅黑";color:#555555;  line-height:20px; text-align:center;}