
/*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 #26bfad;}
.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 #26bfad;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:#26bfad; 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:#26bfad;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:#202c43;border-top: 5px solid #202c43; padding:10px 0px;width:100%; margin-top:10px; clear:both;}
.top_nav{margin:0 auto;width:1200px;}
.top_nav ul{float: left;}
.top_nav ul>img{float: left;width: 46px;height: 46px;margin:0 25px 0 10px;}
.top_nav ul li{float: left;font-size: 18px;font-weight: bold;margin-right:37px;margin-top: 10px;}
.top_nav ul:last-child li:last-child{margin-right: 0;}
.top_nav ul li a{display: block; color:#fff;}
.top_nav ul li a:hover{color:#a5f1e8;}
/*topnav2*/
.top_nav2{margin:12px auto 5px auto;width:1200px;background-color: #fff;border-radius: 6px;}
.top_nav2 ul{float: left; padding:8px 8px;}
.top_nav2 ul li{float: left;margin-right:9px;}
.top_nav2 ul li:last-child{margin-right: 0;}
.top_nav2 ul li a{display: block;color: #202c43;font-size: 14px;padding:5px 6px;border-radius: 3px;}
.top_nav2 ul li a:hover{background-color: #a5f1e8;}




