@charset "utf-8";
.header{overflow: hidden;background: url(header_bg.jpg);height: 290px;}
.header .top_bar{background: #006fa5;height: 30px;line-height: 30px;overflow: hidden;color: #FFFFFF;}
.header .top_bar a{color: #FFFFFF;}
.header .top_bar dl{display: block;overflow: hidden;font-size: 13px;}
.header .top_bar dl dt{ float: left; width: 400px; height: 30px; line-height: 30px;}
.header .top_bar dl dd{width: 450px;}
.header .top_bar dl dd a{ padding: 0 10px;}
.header .top_bar dl dd.center{float: left;margin-top: 3px;margin-left: 7%;}
.header .top_bar dl dd.right{float: right; width: auto;}
.data{ float:left; width:150px;}
.tq{float:right;width:300px;margin-top: 2px;}
.logo-search{overflow: hidden;height: auto;margin: 15px auto;margin-bottom: 0;}
.logo-search .logo{background: url(logo.png) 0px 0px no-repeat;height: 111px;width: 438px;float: left;margin: 0px auto;margin-top: 15px;}
.logo-search .logo a{display:block;height: 111px;width: 438px;cursor: hand;}
.logo-search .search{float: right;overflow: hidden;width: 350px;/* background: url(search_bg.png) center 44px no-repeat; */padding-top: 49px;}
.search{float: right;width:300px;height: 40px;padding-top: 37px;}
.search dl{ overflow: hidden;}
.search dl dd{height: 40px;overflow: hidden;/* margin-top: 5px; */}
.search dl dd input{background: #ffffff;color: #666666;float: left;width: 285px;height: 40px;line-height: 40px;border: 0px solid #DDDDDD;padding-left: 5px;}
.search dl dd a{color: #fffefe;display: block;float: right;width: 60px;height: 40px;line-height: 40px;text-align: center;background: url(index_icon_07.png) 12px 5px no-repeat #006fa5;font-size: 20px;}
.search dl dd a:hover{background: url(index_icon_07.png) 12px 5px no-repeat #ee3b34;}
 input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #666666;
        }
        input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #666666;
        }
        input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #666666;
        }
        input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #666666;
        }

.nav{height: 55px;background: #006fa5;}
.nav li{height: 55px;float: left;width: 133px;text-align: center;transition: all 0.7s ease-out 0s;-moz-transition: all 0.7s ease-out 0s;-webkit-transition:all 0.7s ease-out 0s;}
.nav li a{display: block; height: 55px;line-height: 55px; overflow: hidden;color: #FFFFFF; font-size: 18px; cursor: pointer;}
.nav li.on a,.nav li:hover a{background: #0a8ecd;transition: all 0.7s ease-out 0s;-moz-transition: all 0.7s ease-out 0s;-webkit-transition:all 0.7s ease-out 0s;}
.logo_sm{background: url(logo_sm.png) 0px 0px no-repeat;width: 1192px;height: 54px;margin-bottom: 10px;}