
/*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 #1b6850;}
.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 #1b6850;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:#1b6850; 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:#1b6850;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{background-color: #cd3100; width:100%;clear:both;margin-top: 10px;}
.top_nav{margin:0 auto;width:1200px;}
.top_nav ul{float: left; padding:22px 0;}
.top_nav ul:hover{background-color:#ba2c00;}
.top_nav ul li{float: left;font-size: 18px;padding:0 31px; border-right: 1px solid #ba2c00;font-weight:normal;}
.top_nav ul:last-child li{border-right: 0;}
.top_nav ul li a{display: block; color:#fff;}
/*topnav2*/
.top_nav2{margin:0 auto;width:1200px;}
.top_nav2 ul{float: left;margin:10px 0px 8px 0px;}
.top_nav2 ul li{float: left;}
.top_nav2 ul li:last-child{margin-right: 0;}
.top_nav2 ul li:last-child div{color: #fff;}
.top_nav2 ul li div{width: 2px; float: left;margin-top: 25px;color: #aeafb4;}
.top_nav2 ul li a{display: block;float: left; text-align: center;margin-right:1px; color: #5b5b5b;font-size: 14px;padding:5px 15px;border-radius: 3px;}
.top_nav2 ul li:last-child a{margin-right:0px;}
.top_nav2 ul li a:hover{color:#1b6850;background-color:#a4dbc9;}
.top_nav2 ul li a i{width: 30px;height: 30px;}
.top_nav2 ul li a i img{width: 30px;height: 30px;}
.top_nav2 ul li a p{font-size: 14px;margin-top: 6px;}


