.mt40{margin-top:-40px}
.soso{
    padding-bottom:10px;clear: both;
        display: flex;
    align-items: center;
        width: 100%;
}

#lens {
    height: 30px;
    border: 1px solid #eee;
    color: #333;
    padding: 0 5px;
    border-radius: 5px;
}


.soso>input[type="radio"] {
  width: 16px;
  height: 16px;
  appearance: none; /* 去除默认外观 */
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  border-radius: 50%; /* 圆形 */
  border: 1px solid #999; /* 边框 */
  display: inline-block;
  position: relative;
}
 
.soso>input[type="radio"]:checked {
  border-color: #09f; /* 选中时的边框颜色 */
}
 
/* 可选：自定义外观，如添加一个勾选后的背景 */
.soso>input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px; /* 勾选标记大小 */
  height: 8px;
  background: #09f;
  border-radius: 50%;
}

.soso>li{
    margin-right: 10px;
}


.hotwords-section strong {
      font-size: 16px;
    padding-bottom: 5px;
    line-height: 40px;
}
.hotwords-section ol {
    width: 100%;
    clear: both;
}
.chalist{
	display:none;
	position: absolute;
    background: #fff;
    height: 340px;
    top: 48px;
    box-shadow: 0px 2px 15px 1px rgba(43,40,40,0.15);
    border-radius: 2px;
    width: 1008px;
	overflow-y: scroll;
	}
	
.chalist .nodata {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 100px;
    font-family:Arial,"Microsoft YaHei";
    font-weight: 400;
    color: #999;
}
.chalist li {
font-size: 16px;
    color: #999;
    line-height: 40px;
    height: 40px;
    margin: 5px 10px;
    background-size: 20px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.chalist li::before {
    content: '';
    z-index: 111;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eaf2fb;
    position: absolute;
    left: 0;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #898e92;
    box-sizing: border-box;
}
.chalist li:last-child{border-bottom:none;}
.chalist font {
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.foot-top-seo .kws {
    font-weight: 700;
    color: #ea843f;
    margin: 0 2px;
}
div#BAIDU_SSP__wrapper_u6495729_0 {
    z-index: 1 !important;
}
a {
    text-decoration: none;
    outline: none;
}

a, body {
    color: #333;
}

dd, dl, ol, ul {
    margin: 0;
    padding: 0;
}
body.header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.home {
    background: linear-gradient(156.02deg, rgb(235 243 249) 15.39%, rgb(247 247 247) 64.42%);
}
body.home  {
    font-family: -apple-system,Arial,"Microsoft YaHei",Tahoma,Simsun,sans-serif;padding: 0;margin: 0;
}
.header {
    position: relative;
    z-index: 11;
    -webkit-box-shadow: 0 2px 4px 0 rgba(158,175,191,.2);
    box-shadow: 0 2px 4px 0 rgba(158,175,191,.2);
	color: #333;
}
.header a{color: #333;}
.main-nav {
height: 40px;
    position: relative;
    z-index: 1;
    background: #5d5b5b;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    *zoom: 1;
}

.org-nav {
    float: left;
}

.auth-nav {
    float: right;
}

.auth-nav, .org-nav {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.auth-nav>li {
    padding: 0 12px;
}
.org-nav>li:first-child {
    padding-left: 0;
}
.auth-nav>li, .org-nav>li {
    display: inline-block;
    height: 40px;
    padding: 0 17px;
    position: relative;
    line-height: 40px;
    color: #ffffff;;
    font-size: 14px;
}
.auth-nav>li>a, .org-nav>li>a {
    display: block;
    color: #ffffff;;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.auth-nav>li.has-menu, .org-nav>li.has-menu {
    padding-right: 25px;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
}

.auth-nav ul, .org-nav ul {
    margin: 0;
    position: absolute;
    top: 35px;
    -webkit-transform: translate3d(0,-300%,0);
    transform: translate3d(0,-300%,0);
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .01;
    line-height: 1.2;
    border: 1px solid #eee;
    border-width: 0 1px 1px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(158,175,191,.2);
    box-shadow: 0 2px 4px 0 rgba(158,175,191,.2);
}
.org-nav-apps {
    padding: 30px 45px;
    left: 0;
    white-space: nowrap;
}
.org-nav-apps li {
    display: inline-block;
    margin-right: 45px;
    white-space: nowrap;
}
.auth-nav ul a, .org-nav ul a {
    color: #535353;
}
.org-nav-apps a {
    display: block;
    text-align: center;
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
	box-sizing: inherit;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
*, :after, :before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix:after {
    clear: both;
}
.auth-nav>li.has-menu:hover:after, .org-nav>li.has-menu:hover:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAABGdBT…AAr3NWVQl8Rbiu+0YwLNyjsn0CnUOV7RSEPwnB8CinAKrf1Dea23N7gLkAAAAASUVORK5CYII=) no-repeat 0/100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.auth-nav>li.has-menu:after, .org-nav>li.has-menu:after {
    content: "";
    width: 9px;
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAABGdBT…gSnzF6Rlyhk8FsJ++pHyAqsCxrDQN1Fquqarbb7ed64+z4BmUPutzXTfF3AAAAAElFTkSuQmCC) no-repeat 0/100%;
}


.sub-nav {
    height: 68px;
    background: #fff;
    min-width: 1200px;
    box-shadow: inset 0px 1px 3px 0px rgb(179 179 179 / 93%);
}
.logo {
    display: inline-block;
    height: 68px;
    vertical-align: bottom;
}
.logo p {
    margin: 0;
    float: left;
    font-size: 22px;
    padding-top: 25px;
    font-weight: 400;
    line-height: 1.1;
}

.logo:before {
    content: "";
       width: 158px;
    height: 45px;
    margin: 15px 10px 0 0px;
    float: left;
    background: url(../images/logos.png) no-repeat 0 0/100%;
}

.site-nav {
    margin: 0;
    padding: 0;
    float: right;
}

.site-nav li {
    display: inline-block;
    position: relative;
}

.site-nav a.active, .site-nav a:hover {
    color: #2e94f7;
}
.site-nav a {
    display: block;
    padding: 0 22px;
    font-size: 16px;
    line-height: 68px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.site-nav a.active:after {
    opacity: 1;
}
.site-nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .01;
    background: #2e94f7;
}


body.home .search-wrapper {
    position: relative;
}
.search-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 68px 0 6px;
}


.search-ciben {
    width: 800px;
    margin: 0 auto;
    padding: 68px 0 6px;
}

body.home .search {
    position: relative;
        display: table;
    margin: 0 auto 10px;
}


.search-tabs {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.search-tabs li {
    display: inline-block;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
}

.search-tabs-active {
    background: #2e94f7;
}

.search-tabs-active a {
    color: #fff;
}

.search-form {
    margin-bottom: 63px;
}

.search-input-wrapper {
    width: 610px;
}
.search-input-wrapper {
    height: 60px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    border-right-width: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
}

.search-input-wrapper .search-input {
    font-size: 16px;
    width: 505px;
}
.search-input-wrapper .search-input {
    height: 60px;
    margin: 0 20px;
    padding: 0;
    border: 0;
	outline: none;
    float: left;
    font-size: 14px;
}

.search-buttonpane, .search-buttonpane .button {
    width: 135px;
    height: 60px;
    float: left;
}



.hot-words {
    display: none;
    margin-bottom: 30px;
    line-height: 18px;
}

.hot-words h2 {
    width: 100%;
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.hot-words-content {
    overflow: hidden;
    width: 100%;
}
.hot-words-content .hot-words-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hot-words-content li {
    display: inline-block;
    padding: 18px 10px;
    font-size: 18px;
}
.hot-words-content li:last-child {
    margin-right: auto;
}
.ad-750x160 {
    width: 750px;
    height: 160px;
}
.search-buttonpane .button {
    border-radius: 0 5px 5px 0;
    font-size: 16px;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.button {
    border-radius: 5px;
    color: #fff;
    background: #2e94f7;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.button {
    padding: 0;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-buttonpane-group-jp {
    display: none;
}

.pb0{
    padding-bottom: 0!important;
}
.foot-top-seo {
    font-size: 15px;
    color:#999;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.linkbox{
    padding: 0px !important;
    
}

.foot-top-seo .link{
        line-height: 25px;
    text-align: left;
    padding: 0 20px 5px;
}

.cb-downtop a, .foot {
    text-align: center;
    line-height: 40px;
}
.foot {
    height: 40px;
    background-color: #343f4f;
    font-size: 12px;
}

.foot, .foot a {
    color: #7d8894;
}


.foot-top-seo a {
    color: #999;
}

.duanyu-list li{
    width:46%!important;
    COLOR: #686868!important;
}

.mysearch-buttonpane,.mysearch-buttonpane .button {
  width: 104px!important;
    height: 45px!important;
    position: absolute!important;
    right: -1px;
    top: -1px;
    FLOAT: left;
    border-radius: 0 5px 5px 0;
    border: 1px solid #2e94f7;
}


