/*logo*/
#header {width:1200px;margin:0 auto;height:80px;padding:5px 0px 5px 0px;}
#header .logo {height:80px;width:450px;margin:0px; overflow:hidden;}
#header .logo ul{ float:left; margin-right:10px;}
#header .sobox {float:left;height:80px;width:500px;box-sizing: border-box;}

.searchbox{position:relative;z-index:100;clear:both;width:500px;height:40px;margin:5px 0 0 0;border:2px solid #f1c81c;}
.mod_select{position:absolute;left:0;top:0;width:98px}
.mod_select .select_box{position:relative;width:98px;height:36px}
.mod_select .select_box .select_txt{display:inline-block;width:98px;height:36px;padding-left:28px;overflow:hidden;line-height:36px;font-size:16px;cursor:pointer; color:#5e5e5e}
.mod_select .select_box .select-icon{position:absolute;top:50%;right:10px;transform:translate(0,-50%);width:10px;height:10px;}
.mod_select .select_box .option{display:none;position:absolute;top:40px;left:-2px;width:100px;background-color:#fff;border:2px solid #f1c81c;border-top:0}
.mod_select .select_box .option li{padding-left:28px;font-size:16px;line-height:2;cursor:pointer; color:#5e5e5e;}
.mod_select .select_box .option li:hover{ background-color:#f1c81c; color:#000;}
.searchbox .import{width:290px;height:40px;margin-left:100px;padding-left:20px;border:none;outline:0}
.searchbox .btn-search{position:absolute;right:0;width:100px; font-size:16px;height:40px;color:#fff;background-color:#f1c81c;border:0}

#header #search-nav {width:500px;height:24px;line-height:35px;float:left;}
#header #search-nav a {margin-right:13px;color:#565656;}

#header .adbox {float:right;margin-left: 20px;font-size:12px;}
#header .adbox .bd{width: 216px;}
#header .adbox .bd li img{height:80px;width:216px;}



/*topnav*/
.top_nav_bg{width:100%;clear:both;margin: 10px 0;background-color: #e94740;}
.top_nav{margin:0 auto;width:1200px;}
.top_nav ul{float: left;width: 100px;background-color: #fff;margin: 10px 10px 10px 0; padding:15px 6px 18px 5px;border-radius: 6px;}
.top_nav ul:last-child{margin-right: 0px;}
.top_nav ul img{float: left;width: 26px;height: 26px;margin:8px 15px 8px 24px;}
.top_nav ul li{float: left;font-size: 18px;}
.top_nav ul li a{float: left; color:#333;margin-left: 20px;}
.top_nav ul li a:hover{color:#e94740;}
.top_nav ul li a h2{font-weight: bold;font-size: 16px;}
.top_nav ul li a p{font-weight: normal;font-size: 12px;color:#ababab;}
/*topnav2*/
.top_nav2{margin:0 auto;width:1200px;}
.top_nav2 ul{float: left;margin:0 16px 10px 0px;}
.top_nav2 ul:last-child{margin:0 0px 0px 0;}
.top_nav2 ul li{float: left;width: 92px;text-align: center;}
.top_nav2 ul li:last-child{margin-right: 0;}
.top_nav2 ul li a{display: block;color: #5b5b5b;font-size: 13px;padding:10px 10px;border-radius: 3px;}
.top_nav2 ul li a:hover{color:#e94740;background-color: #ffeae9;}
.top_nav2 ul li a i img{float: left; width: 17px;height: 17px;}


