﻿/* CSS Document */
*{padding:0;margin:0; /*font-family:"方正黑体简体";*/font-family: "微软雅黑";list-style:none;}
ul li {list-style-type: none;text-transform: capitalize;}
a{ text-decoration:none; color:#333;}
a:hover{color:#00a0e9;}
.clear {clear: both; *display:inline;/*IE only*/}
.none{ display:none;}
em{font-style: normal; font-size:12px;}



/*头部*/
.header{ width:1120px;height:120px; margin:0px auto;}
.header h1{width:400px; height:60px; float:left; margin:30px 20px;}
.header .tel{ width:190px; height:50px; float:right; margin-top:20px; }
.header .tel span{ display:block; margin-left:50px;}

/**搜索**/
.search{ width:290px; height:35px; border-radius:18px; border:2px solid #00a0e9; float:left; margin-top:42px; }
.search .search_text{width:72%; height:30px;margin-left:14px;float:left;border:0px;margin-top: 2px;outline: none;}
.search .search_icon{width:15%; height:35px; border:0px; border-radius:0 18px 18px 0; cursor:pointer; float:right;background:#00a0e9 url(../images/search.png) no-repeat 10px; }


/**nav**/
.nav{ width:100%; background:#00a0e9; height:70px;}
.nav .nav_menu{width:1120px;height:70px; margin:0 auto;}
#nav{float:left;}
#nav .menu{float: left;width:140px;}
#nav .index{ background-image:none;}
#nav .menu a {color:#fff;text-decoration: none;line-height:70px;display:inline-block;width:140px;text-align:center; font-size:16px; }
#nav .menu a:hover{color:#333;text-decoration: none;}
#nav .menu_son{width:140px;position: absolute;z-index:100; display:none;}
#nav .menu_son li{background:#00a0e9;width:140px; height:50px;}
#nav .menu_son li a{color:#FFF;text-decoration: none; line-height:50px;display: block;padding:0;width:140px;text-align:center; font-size:15px; }


/**尾部*/
footer{width:100%;height:150px;padding-top:50px; font-size:14px; color:#fff;background-color:#00a0e9;}
.foot{ width:1120px; height:120px;margin:0 auto; }
.foot .weixin{float: left; width:250px;display:inline;text-align:center; margin-top:10px;background: url(../images/dashu01.png) no-repeat right;}
.weixin img{ width:80px;height:80px; }
.foot .weixin .txt{ width:78px; line-height:22px;margin:0 auto; font-size:15px; background:url(../images/i-weixin.png) no-repeat; padding-left:15px;}
.foot .copy{ width: 333px; height:110px; float: left; padding: 5px 110px;background: url(../images/dashu01.png) no-repeat right;}
.foot .copy p{ line-height:30px;}
.foot .copy .bdsharebuttonbox{ margin-top:5px;}
.foot .foot_nav{float: right; width: 280px; background: url(../images/400_foot.png) no-repeat 30px 45px;height:100px; padding-top:10px; }
.foot .foot_nav a{ color:#fff; padding: 0 5px;}
