﻿@charset "utf-8";  
/*head*/
.head{height:35px;background: #084c97;width: 100%;}
.head-l a{color:#fff;padding:0 30px 0 20px;line-height:35px;}
.head-l a.ico1{background: url(../img/ico1.png) no-repeat left center;}
.head-l a.ico2{background: url(../img/ico2.png) no-repeat left center;}
.head-l a.ico3{background: url(../img/ico3.png) no-repeat left center;}
.search-box{width:260px;height:26px;line-height: 26px;background:#155ba9;position: relative;margin-top: 5px;}
.txt{padding-left: 20px;font-size: 14px;color:#fff;width:245px;background: none;border:none;line-height: 26px;height:26px;}
.btn{width:35px;height: 26px;position: absolute;top: 0;right: 0;border: none;cursor: pointer;background: url(../img/ss.png) no-repeat  center;}
.header{width:100%;height: 100px;}
.logo{width: 450px;padding-top:20px;}
.logo-r{padding-top:35px;width:595px;}


/* nav */
.nav-list li{ float: left; position: relative;text-align: center;padding:0 32px;}
.nav-list li a{ display: block; font-size: 16px; color: #555; line-height: 40px; }
.nav-list .navLi:hover a,.nav-list>li.active a{color: #084c97;}
.nav-list li.last a{border: 1px solid #084c97;padding:0 10px;}
.nav-list>li.last{padding: 0;}
/* .nav-down{ position: absolute; left: 0; top: 100%; width:100%; background: #fff; display: none;z-index: 999; }
.nav-down li{ float: none; width: 100%;padding:0 10px;}
.nav-down li:hover{background: #8f5c2a;}
.nav-down li:hover a{color:#ffebd3;}
.nav-down li a{line-height: 40px;font-size: 16px; color: #555;} */
.nav-list li:hover .nav-down{ display: block; }
/* footer */
.footer{width:100%;height:80x;background:#084c97;}
.footer  p{font-size: 15px;color:#fff;line-height: 80px;text-align: center;}