@charset "utf-8";
/*body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
	 -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color: inherit;
	 display: block;
	 transition:all 0.2s;
}  
.simple-article ul li,
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1180px;
	margin: 0 auto;
}
button,input,select,textarea {font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px 'Arial','Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}
*/

/*-------------------------------------
   page 翻页器start
-------------------------------------*/
button:focus{
  outline: none !important;
}
.wp-pagenavi{width: 100%;text-align: center;height: 50px;line-height: 40px;margin-top: 30px;}
.wp-pagenavi:before,.wp-pagenavi:after{
    content:"";
    display:table;
}
.wp-pagenavi:after{
    clear:both;
    overflow:hidden;
}
.wp-pagenavi span{
    display: inline-block;
    margin:0 5px;

    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
.wp-pagenavi .current{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f96868;
    color: #fff;
    font-size: 14px;
    border: 1px solid #f96868;
}
.wp-pagenavi a{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height:38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e4eaec;
    color: #bdbdbd;
    font-size: 14px;
}
.wp-pagenavi a:hover{
    color:#e31837;
    background: #e4eaec;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
    font-family: "Simsun";
    color: #76838f;
    font-weight: bold;
    background: #fff;
}
.wp-pagenavi input{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #F26621;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

.simple-article h1,.simple-article h2,.simple-article h3,.simple-article h4,.simple-article h5,.simple-article h6 {font-weight:bold;}
.simple-article h1 { font-size:34px; line-height:1.3em; margin-bottom:5px;}
.simple-article h2 { font-size:30px; line-height:1.2em; margin-bottom:10px; }
.simple-article h3 { font-size:26px; line-height:1.6em; margin-bottom:10px; }
.simple-article h4 { font-size:22px; line-height:1.25em; margin-bottom:10px; }
.simple-article h5 { font-size:18px; line-height:1.6em; margin-bottom:10px;}
.simple-article h6 { font-size:14px; line-height:1.5em; margin-bottom:10px; }
.simple-article p {  
    color: #666;
}
.simple-article a{display: inline-block;}
.simple-article blockquote { display:block; font-family: Georgia,"Times New Roman",Times,serif; padding:10px 20px 10px 45px; color:#666; line-height:160%; margin-bottom:15px;} /* ????”¨ */
.simple-article blockquote em { color:#999; text-align:right; display:block;}
.dropcap {float:left;   padding:10px 10px 5px 0; font-weight:bold;}  /* é|–?-—????2‰ */
.simple-article hr{ border:1px solid #ddd; border-width:0 0 1px 0; height:1px; font-size:0; margin:25px 0; clear:both; *margin:17px 0;}
.simple-article .br {font-size: 0;}


/*-------------------------------------
   List
-------------------------------------*/
.simple-article li ul,.simple-article li ol { margin: 0; }
.simple-article ul,.simple-article ol { margin: 0 0 15px 0; padding-left:1.5em; line-height:180%; _margin-left:5px; }
.simple-article ul { list-style-type:disc;}
.simple-article ul.square { list-style:square;}
.simple-article ul.circle { list-style:circle;}

.simple-article ol { list-style-type:decimal; *padding-left:1.8em;}
.simple-article dl { margin: 0 0 1.5em 0; }
.simple-article dl dt { font-weight: bold; }
.simple-article dd { margin-left: 1.5em;}

/*-------------------------------------
   2. table
-------------------------------------*/
.simple-article table {border-collapse: collapse; border-spacing: 0;overflow:hidden; width:100%; margin-bottom:15px;}
.simple-article table th { font-weight:bold;}
.simple-article table th, .simple-article table td {
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    /*text-align: left;*/
    vertical-align: top;
}   
.simple-article table colgroup + thead tr:first-child th, .simple-article table colgroup + thead tr:first-child td, .simple-article table thead:first-child tr:first-child th, .simple-article table thead:first-child tr:first-child td {border-top: 0 none;}
.simple-article table thead tr th,.simple-article table thead tr td {*border-top: 0 none;}
.simple-article .table-striped tbody tr:nth-child(2n+1) td,.simple-article  .table-striped tbody tr:nth-child(2n+1) th { background-color: #F9F9F9;}
.simple-article table th { background:#EBEBEB;}
.simple-article .table-bordered { -moz-border-colors: none; border-collapse: separate; border-color: #DDDDDD #DDDDDD #DDDDDD; border-style: solid solid solid none; border-width: 1px 1px 1px 0;}
.simple-article .table-bordered th, .table-bordered td {border-left: 1px solid #DDDDDD;}
.simple-article .table-row thead th { background:#ebebeb; }
.simple-article .table-row tbody th { background:#f5f5f5; }
.simple-article .table-col { border-top-width:0; }
.simple-article .table-col tbody th { background:#ebebeb; }
.simple-article ul li{list-style: inside}
/*Alignment*/
.alignleft {
   display:inline; float:left; margin-right:1.625em;
}
.alignright {
   clear:both; display:inline; float:right; margin-left:1.625em;
}
.aligncenter {
   clear:both; display:block; margin-left:auto; margin-right:auto;
}

/*-------------------------------------
   page 翻页器end
-------------------------------------*/



/* 小屏幕导航 */
.p_transition {transition:0.3s;-webkit-transition:0.3s;-o-transition:0.3s;-moz-transition:0.3s;}
.small_nav_btn {position:fixed;top:10px;right:10px;height:30px;z-index:11;display:none;width: 30px;height: 30px;background: url(../images/m_menu1.png) #fff no-repeat center;}
.small_nav_btn.active {background: url(../images/m_menu2.png) no-repeat center #fff;}
.small_nav .wapper .btn i {width:50px;height:50px;position:absolute;right:0;top:0;z-index:2;cursor:pointer;border-left:1px solid #e5e5e5;background:url(../images/h_content_dot.png) no-repeat center;background-size:13px;}
.small_nav .wapper .btn.active i {-webkit-transform:rotate(180deg);transform:rorate(180deg);border-left:0;border-right:1px solid #e5e5e5;}
.small_nav .show a {text-indent:30px;line-height:40px;}.small_nav .show a {text-indent:30px;line-height:40px;}
.scale img {transition:all 0.2s;}
.scale:hover img {-webkit-transform:scale(1.2);transform:scale(1.2);}



.small_nav {position:fixed;width:100%;top:118px;left:0;text-align:center;background:#4f927d;z-index:7;display:none;overflow:auto;}
.small_nav a {font-size:13px;display:block;color:#fff;border-bottom:1px solid #fff;line-height:40px;text-align:left;text-indent:15px;position:relative;}
.small_nav .show {background:#0da4c2;display:none;}


.map img{
    max-width: inherit;
}
/*内页banner*/
.inside_banner{
	height: 560px;
}

.header-nav-zhiku1 .header-nav{
  background: rgba(0,0,0,0.2)
}


/*自适应图片*/
.autoimg{
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
  overflow: hidden;
}
.autoimg:after{
  content: '';
  /*padding-top: 61.76%;*/
}
.autoimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}

.owl-stage{
  transition: 0.75s all !important; 
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
   color: #999;
}


.inner{
  
    width: 1200px;
    margin: 0 auto;
}
.ant-menu{
  
    box-sizing: border-box;
    font-size: 14px;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    color: rgba(0,0,0,.65);
    line-height: 0;
    background: #fff;
    outline: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: background .3s,width .2s;
    zoom: 1;
}

.ant-menu-horizontal{

    line-height: 46px;
    white-space: nowrap;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
}

.margin-bottom.pa10{
  background: #fff;
  padding: 0 10px;
}
body{
  background: #F6F6F6;
  padding-top: 75px;
}
.header-nav-zhiku1{
  padding-top: 0;
}

.overflow-ellpsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.cle {
  zoom: 1
}

.cle::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.gutter-row.show-list.ant-col-8.ng-star-inserted img{
    height: 150px;
}
.component-content, .inner {
  overflow: hidden;
  position: relative
}

.topic-card img{
    height: 100%;
}
.nav-bar-warp {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10
}

.nav-bar-warp .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.nav-bar-warp .flex-left {
  display: flex;
  height: 100%
}

.nav-bar-warp .title-wrap {
  display: flex;
  align-items: center
}

.nav-bar-warp .title-wrap .title {
  margin-left: 14px;
  font-size: 18px;
  color: #06a9f4
}

.nav-bar-warp .nav-wrap {
  margin-bottom: 0;
  margin-left: 78px;
  height: 100%;
  display: flex
}

.nav-bar-warp .nav-wrap li {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 35px;
  height: 100%;
  font-size: 14px;
  color: #212121;
  display: flex;
  align-items: center;
  position: relative
}

.nav-bar-warp .nav-wrap li.has-row {
  margin-right: 35px
}

.nav-bar-warp .nav-wrap li:last-child {
  margin-right: 0
}

.nav-bar-warp .nav-wrap li:hover {
  color: #03a9f4
}

.nav-bar-warp .nav-wrap li:hover .gray {
  display: none!important
}

.nav-bar-warp .nav-wrap li:hover .blue {
  display: block!important
}

.nav-bar-warp .nav-wrap li:hover .slide-down {
  display: block
}

.nav-bar-warp .nav-wrap li .blue {
  color: #03a9f4;
  font-weight: 600
}

.nav-bar-warp .nav-wrap li .icon-row {
  margin-left: 5px
}

.nav-bar-warp .nav-wrap li .icon-row.blue {
  display: none
}

.nav-bar-warp .nav-wrap li .slide-down {
  display: none;
  padding: 10px 0;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #06a9f4
}

.nav-bar-warp .nav-wrap li .slide-down li {
  margin: 0;
  padding: 10px 31px;
  font-size: 14px;
  color: #757575;
  white-space: nowrap
}

.nav-bar-warp .nav-wrap li .slide-down li:hover {
  color: #03a9f4;
  background-color: #fafafa
}

.nav-bar-warp .flex-right {
  position: relative;
  margin-right: 0
}

.nav-bar-warp .flex-right:hover .nz-input-group {
  transform: translateX(0)
}

.nav-bar-warp .flex-right .search-content {
  padding-right: 8px
}

.nav-bar-warp .flex-right .nz-input-group {
  transform: translateX(110%);
  transition: transform .5s
}

.nav-bar-warp .flex-right .inp-search {
  background-color: #f5f5f5;
  border: none
}

.nav-bar-warp .flex-right .icon-search {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  color: rgba(0,0,0,.3);
  position: relative;
  z-index: 20
}

.nav-bar-warp .flex-right .inp-wrap {
  position: absolute;
  right: 0;
  top: -6px;
  width: 172px;
  height: 32px;
  overflow: hidden
} .ant-menu-horizontal {
  border-bottom: 0
} 
.header-nav .ant-menu-horizontal>.ant-menu-item,  .header-nav .ant-menu-horizontal>.ant-menu-item-selected,  .header-nav .ant-menu-horizontal>.ant-menu-submenu,  .header-nav .ant-menu-horizontal>.ant-menu-submenu:hover {
  border: 2px solid transparent;
  border-radius: 20px;
  color: #3c5b56
} 
.header-nav .ant-menu-horizontal>.ant-menu-item-selected,  .header-nav .ant-menu-horizontal>.ant-menu-item:active,  .header-nav .ant-menu-horizontal>.ant-menu-item:focus,  .header-nav .ant-menu-horizontal>.ant-menu-item:hover,  .header-nav .ant-menu-horizontal>.ant-menu-submenu-selected,  .header-nav .ant-menu-horizontal>.ant-menu-submenu:active,  .header-nav .ant-menu-horizontal>.ant-menu-submenu:focus,  .header-nav .ant-menu-horizontal>.ant-menu-submenu:hover,  .header-nav .ant-menu-submenu-active,  .header-nav .ant-menu-submenu-title:active,  .header-nav .ant-menu-submenu-title:focus,  .header-nav .ant-menu-submenu-title:hover,  .header-nav .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  color: #91ada8!important
} 
.header-nav .ant-menu-horizontal>.ant-menu-item-selected {
  border: 2px solid #91ada8
}
.header-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.caret-pic:hover, .third-menu {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0!important
}

.third-menu:hover {
  color: #000
}

.first-menu {
  color: #212121
}

.first-menu ul li {
  color: #757575
}

.inner {
  width: 1200px;
  margin: 0 auto
}

.show-menu > li {
  margin-right: 28px;
  padding-left: 0;
  padding-right: 0
} .ant-menu-submenu-title {
  padding-right: 12px;
  padding-left: 0
}

.ant-menu-horizontal>.ant-menu-item, .ant-menu-horizontal>.ant-menu-submenu{

    position: relative;
    top: 1px;
    list-style: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    transition: 0s all !important;
}

.ant-menu-item, .ant-menu-submenu-title{

    position: relative;
    display: block;
    margin: 0;
    padding: 0 18px;
    white-space: nowrap;
    cursor: pointer;
}




.ant-modal-mask{

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,.65);
    filter: alpha(opacity=50);
}
.ant-modal-wrap{

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.ant-modal{

    padding: 0 0 24px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
}
.ant-message, .ant-modal{

    line-height: 1.5;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    box-sizing: border-box;
    list-style: none;
}
.ant-modal-content{

    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
}
.ant-modal-body{

    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.ant-input-affix-wrapper{

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}
.ant-input-affix-wrapper .ant-input:not(:first-child){

    padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input{

    position: relative;
    text-align: inherit;
    min-height: inherit;
}
.ant-input{

    position: relative;
    display: inline-block;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}
.ant-input, .ant-input-group{

    margin: 0;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    list-style: none;
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix{

    position: absolute;
    top: 50%;
    z-index: 2;
    color: rgba(0,0,0,.65);
    line-height: 0;
    transform: translateY(-50%);
}

.ant-input-affix-wrapper .ant-input-prefix{

    left: 12px;
}

.ant-input-affix-wrapper .ant-input:focus{

    outline: -webkit-focus-ring-color auto 5px;
}
.ant-input-affix-wrapper .ant-input:-ms-input-placeholder{
   color: #999;
}
.ant-input-affix-wrapper .ant-input::-moz-placeholder{
   color: #999;
}
.ant-input-affix-wrapper .ant-input:-moz-placeholder{
   color: #999;
}
.ant-input-affix-wrapper .ant-input::-webkit-input-placeholder {
   color: #999;
}
.ant-btn-primary{

    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.ant-btn-block{
    width: 100%;
}

























.status-bar-wrap {height:75px;display:flex;align-items:center;z-index:11}
.status-bar-wrap   .inner {display:flex;justify-content:space-between;height:100%;font-size:16px}
.status-bar-wrap   .text {cursor:pointer}
.status-bar-wrap   .item-wrap {height:100%;display:flex;margin-right:10px}
.status-bar-wrap   .item-wrap   .item {align-items:center;height: 100%;}
.status-bar-wrap   .item-wrap   .item img{margin-top: 17px;height: 40px;}
.status-bar-wrap   .item-wrap   .park-wrap {height:100%;position:relative}
.status-bar-wrap   .item-wrap   .park-wrap:hover   .park-list {display:block}
.status-bar-wrap   .item-wrap   .park-wrap   .text {margin-left:5px;margin-right:5px}
.status-bar-wrap   .item-wrap   .park-wrap   .park-list {display:none;position:absolute;left:0;top:33px;padding:10px 0;min-width:160px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);border:1px solid #e8e8e8}
.status-bar-wrap   .item-wrap   .park-wrap   .park-list::before {content:'';position:absolute;z-index:2;left:33px;top:-16px;border:8px solid #fff;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}
.status-bar-wrap   .item-wrap   .park-wrap   .park-list   li {cursor:pointer;padding-left:19px;height:34px;line-height:34px;color:#000;font-size:14px}
.status-bar-wrap   .item-wrap   .park-wrap   .park-list   li:hover {color:#03a9f4;background-color:#fafafa}
.ant-menu-item a{transition: 0s;}
.status-bar-wrap   .item-wrap   .login-wrap   .text {margin-left:5px}
.status-bar-wrap   .item-wrap   .info-wrap {position:relative;padding-right:8px}
.status-bar-wrap   .item-wrap   .person-wrap {margin-left:8px}
.flex-left {display:flex;height:100%}
.first-menus {line-height:35px;width:initial;margin-top:17px;padding-left:50px;border:0;background:0 0}
.flex-right {position:relative;margin-right:0}
.flex-right:hover   .nz-input-group {transform:translateX(0)}
.flex-right   .search-content {padding-right:8px}
.flex-right   .nz-input-group {transform:translateX(110%);transition:transform .5s}
.flex-right   .inp-search {background-color:#f5f5f5;border:none}
.flex-right   .icon-search {cursor:pointer;font-size:18px;color:rgba(0,0,0,.3);position:relative;z-index:20}
.flex-right   .inp-wrap {position:absolute;right:0;top:-6px;width:172px;height:32px;overflow:hidden}
.search-same {display:inline-block;padding-left:20px;cursor:pointer;margin-right:20px;height:100%;line-height:74px}
.search-pic {background:url(../images/search1.a351cc47150c43965c10.png) left center no-repeat}
.search1-pic {background:url(../images/search.716709794e52f38d98f6.png) left center no-repeat}
.status-bar-wrap .login-same {display:inline-block;padding-left:20px;cursor:pointer;height:100%;line-height:74px}
.login1-pic {background:url(../images/user.8ad93596ab3a9ed641dd.png) left center no-repeat}
.login-pic {background:url(../images/user1.7f7c249d28af0e5cdba5.png) left center no-repeat}
.login-bg {box-sizing: border-box;height:130px;background:url(../images/login-bg.57976202502875ad9207.png) no-repeat;text-align:center;padding-top:45px}
.login-logo {display:inline-block;height:40px;background:url(../images/logo.769750c64877df5d64ad.png) left center no-repeat;padding-left:50px;margin:auto;color:#44645e}
.login-logo > div:first-child {line-height:20px;font-weight:700;text-align:left;font-size:20px}
.yzm {width:101px;border:1px solid #14927d;display:table-cell;color:#1e423c;text-align:center;cursor:pointer}
.large {line-height:40px;height:40px;min-height:40px;}
.logo-same {display:inline-block;cursor:pointer;width:160px}
.logo {color:#1e423d}
.logo1 {background:url(../images/logo1.deedf320f035fea7a2a9.png) left center no-repeat;color:#fff}
.show-two{margin-top:20px;line-height:23px}
.whiteTheme{background:#fff;border-bottom:1px solid #80b6ae}
.header-nav .ant-menu-horizontal>.ant-menu-item,  
.header-nav .ant-menu-horizontal>.ant-menu-item-selected,  
.header-nav .ant-menu-horizontal>.ant-menu-submenu,  
.header-nav .ant-menu-horizontal>.ant-menu-submenu:hover{border:2px solid transparent;border-radius:20px} 
.header-nav .ant-menu-horizontal>.ant-menu-item-selected,
.header-nav .ant-menu-horizontal>.ant-menu-item:active,
.header-nav .ant-menu-horizontal>.ant-menu-item:focus,
.header-nav .ant-menu-horizontal>.ant-menu-item:hover,
.header-nav .ant-menu-horizontal>.ant-menu-submenu-selected,
.header-nav .ant-menu-horizontal>.ant-menu-submenu:active,
.header-nav .ant-menu-horizontal>.ant-menu-submenu:focus,
.header-nav .ant-menu-horizontal>.ant-menu-submenu:hover, 
.header-nav .ant-menu-submenu-active,  
.header-nav .ant-menu-submenu-title:active, 
.header-nav .ant-menu-submenu-title:focus,  
.header-nav .ant-menu-submenu-title:hover,  
.header-nav .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:#91ada8!important} 
.header-nav .ant-menu-horizontal>.ant-menu-item-selected{border:2px solid #91ada8}
.white-color{color:#fff}.green-color{color:#2d4f49}



.component-footer{padding:40px 0 60px}
.component-footer .footer-column{float:left;width:170px;box-sizing:border-box;padding-left:30px}
.component-footer .footer-column.observable{width:auto;margin-left:100px}
.component-footer .column-item{padding:10px 0;color:#adb3b8}
.component-footer .column-icon{color:#fff;font-size:20px;border-radius:50%;border:1px solid #fff;padding:5px}
.component-footer .column-item.item-title{font-weight:700;color:#fff;margin-bottom:10px;font-size:15px}
.input-css{height:40px;background-color:#fff;padding-left:15px;font-size:15px;color:#000;width:260px;border:1px solid #fff}
.copy-right{line-height:36px;background-color:#18322e;color:#adb3b8 !important;padding: 5px;}
.button-css{height:40px;font-size: 14px;display: inline-block;border:1px solid #fff;color:#fff;background-color:transparent;width:88px;margin-left:15px}


.header-nav .green-color:hover{
  color: #2d4f49;
}

.page {
}


.page .btn {
  display: inline-block;
    line-height: 30px;
}

.page .btn a {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 2px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.page .btn a.active,
.page .btn a:hover {
    color: #fff;
    background: #14927d;
    border: 1px solid #14927d;
}

.page .go {
  display: inline-block;
    margin-left: 10px;
}

.page .go span {
    line-height: 30px;
    color: #000;
    font-size: 12px;
    display: inline-block;
}

.page .go input {
    background: #fff;
    width: 38px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 10px;
}

.page .go a {
    color: #000;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
}

.page .go a:hover {
    color: #14927d ;
}
.bsBox *,
.bsBox{
  box-sizing: initial !important;
}
.share-item .bshare-custom a{
  padding: 0;width: 30px;height: 30px;
  display: inline-block;
}
.share-item .bshare-custom .bshare-weixin{
  background: url(../images/share-5.png) no-repeat center;
}
.share-item .bshare-custom .bshare-weixin:hover{

}
.share-item .bshare-custom .bshare-qzone{
  background: url(../images/share-6.png) no-repeat center;
}
.share-item .bshare-custom .bshare-sinaminiblog{
  background: url(../images/share-7.png) no-repeat center;
}
.share-item .to_comment{
  width: 30px;
  height: 30px;
  background: url(../images/share-2.png) no-repeat center;
}
.share-item .to_comment:hover{
  background: url(../images/share-22.png) no-repeat center;
}
.share-item .to_collect{
  width: 30px;
  height: 30px;
  background: url(../images/share-3.png) no-repeat center;
}
.share-item .to_collect:hover{
  background: url(../images/share-33.png) no-repeat center;
}
.share-item .to_dianzan{
  width: 30px;
  height: 30px;
  background: url(../images/share-4.png) no-repeat center;
}
.share-item .to_dianzan:hover{
  background: url(../images/share-44.png) no-repeat center;
}



.calendarWrap{padding: 10px;background: #fff;margin:0 auto 0}
.calendarWrap .yearNow{font-style:normal}
.calendarWrap .all_span{border-left:1px solid #B3C8DE}
.calendarWrap .all_span span{float:left;width:67px;height:84px;border-right:1px solid #B3C8DE;border-bottom:1px solid #B3C8DE;cursor:default;text-align: center;}
.calendarWrap .all_span span.current{background:#ECF7FF}
.calendarWrap .all_span span strong{font-size:14px;color:#333;display:block;width:100%;margin:15px 0 4px;font-weight:400}
.calendarWrap .all_span span i{font-size:16px;color:#CDD9E5;display:block;font-style:normal;width:100%;}
.calendarWrap .all_span span.current i{color:#1D9ED2}

/*.gutter-row.show-list .topic-card{
  transition: 0.3s all;
}
.gutter-row.show-list .topic-card:hover{
  transform: scale(1.04);
}*/

.small_nav .wapper{
  position: relative;
}
.all_footer{
    padding: 20px 30px;
    background-color: #214B44;
}
.trip-container{
  width: 868px;
  float: left;
}
.width728{
  width: 764px;
}
.mabo105{
  margin-bottom: 105px;
}
.all100{
  width: 100vw;
  height: 100vh;
}
.slick-slide>.all100{
  height: inherit;
}
.item.login-wrap.logo-same.logo1{
  
}
.font48{
  font-size: 48px;
  margin-right: 30px;
}
.pad9570{
  padding: 95px 0 70px;
}
.wid552{
  display: inline-block;width: 552px;
}
.font32{
  font-size: 32px;margin-bottom: 20px;
}
.font18{
  font-size: 18px;
}
.height680{
  height: 680px;background: #238a79;
}
.font20{
  font-size: 20px;
}
.pad10{
  padding: 20px;
}

.white{
  display: block;
  line-height: 32px;
  color: #fff;
}
.white:hover{
  text-decoration: underline;
}






.header-nav .ant-menu-horizontal>.ant-menu-item-selected>a{
  color: inherit ;
}
.header-nav .ant-menu-horizontal>.ant-menu-item>a:hover{
  color: #4f927d;
}
.ant-menu-horizontal>.white-color>a{
  color: #fff;
}
.clear:after{
  content: '';
  clear: both;
  display: block;
}


body{
  font-family:'Microsoft YaHei','微软雅黑';
}
.component-footer,.footer-bottom,.middle-content{width:1200px;margin:0 auto;overflow:hidden;position:relative}

.middle-content.sb_m_top{background: #fff;border: 1px solid #d3d3d3;margin: 20px auto;}
.item-container{
  margin-bottom: 20px !important;
}
.middle-content.sb_m_top>ul{width: 1200px;margin: 0 auto;}
input:not([type=range]){

    touch-action: manipulation;
}
input[type=text]{

    -webkit-appearance: none;
}

.all_footer .input-css{
  box-sizing: border-box;
}

.anticon{

    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
}


.anticon, .anticon svg{
  display: inline-block;
}
.status-bar-wrap .item-wrap .login-wrap{
  box-sizing: border-box;
}

.cdk-overlay-container{

    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}






.header {
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -575px;
  z-index: 99;
  color: #fff;
  top: 20px;
  line-height: 80px;
  width: 1150px
}

.container {
  width: 1150px;
  margin: auto
}

.fl_right {
  float: right
}

.fl_left {
  float: left
}

.menu-ul {
  overflow: hidden;
  font-size: 16px;
  display: inline
}

.menu-ul > li {
  float: left;
  padding: 0 32px;
  cursor: pointer
}

.mask-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 2
}

.topInfoWrap {
  width: 880px;
  position: absolute;
  left: 50%;
  margin-left: -575px;
  top: 50%;
  margin-top: -140px;
  font-size: 60px;
  color: #fff;
  z-index: 99
}

.green-btn {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  width: 190px;
  line-height: 50px;
  border-radius: 50px;
  background: #24796b;
  font-size: 18px;
  border: 0;
  cursor: pointer
}

.show-more {
  color: #8e8e8e;
  cursor: pointer;
  font-size: 18px
}

.perspective:after {
  content: "";
  clear:both;
  display: block;
}
.ant-table-row .font20 a:hover{
  color: #4f927d;
}
.perspective > li {
  float: left;
  width: 30%;
  height: 114px;
  margin-right: 5%;
  padding: 10px;
  transition: 0.3s all;
  box-sizing: border-box;
  color: #333;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer
}

.perspective > li:nth-of-type(3n){
  margin-right: 0;
}
.perspective > li:hover, .perspective > li:hover .researchInfo {
  color: #4f927d;
  background: #fff;
}
.video_detail .right li{
  transition: 0.3s all;
}
.video_detail .right li:hover{
  box-shadow: 0 3px 7px 3px rgba(0,0,0,0.1);
  background: #fff;
}
.perspective > li:hover{
  box-shadow: 0 3px 7px 3px rgba(0,0,0,0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.perspectiveTitle {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden
}

.detail-title {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px
}

.researchInfo {
  color: #737373
}

.data-bg {
  background: url(../images/data.722354ad8090eecee700.png) right center no-repeat;
  height: 100%;
  color: #fff
}

.all_show{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  border-radius: 20px;
  padding: 0 80px;
  z-index: 100;
  background: #fff;
  box-sizing: border-box;
  margin-left: -250px;
  transform: translate(0,-50%);
}
.all_show .p1{
  text-align: center;
  margin: 50px 0 30px;
}
.all_mask{
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 99;
}
.login_show .tab{
  text-align: center;
  margin-bottom: 20px;
}
.login_show .tab a{
  display: inline-block;
  padding: 0 25px;
  padding-bottom: 9px;
  font-size: 18px;
  position: relative;
  color: #333;
}
.login_show .tab a:hover:after,
.login_show .tab a.active:after{
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #4f927d;
  content: "";
}
.login_show .tab a:hover,
.login_show .tab a.active{
  color: #4f927d;
}
.all_show .input{
  margin-bottom: 20px;
}
.all_show .input input{
  width: 100%;
  height: 38px;
  border: 1px solid #e5e5e5;
  text-indent: 25px;
  font-size: 14px;
  border-radius: 50px;
  color: #333;
}
.all_show .input input:-ms-input-placeholder{
   color: #333;
}
.all_show .input input::-moz-placeholder{
   color: #333;
}
.all_show .input input:-moz-placeholder{
   color: #333;
}
.all_show .input input::-webkit-input-placeholder {
   color: #333;
}
.all_show .input.yzm1 input{
  width: 188px;
  float: left;
}
.all_show .input.yzm1 a{
  width: 130px;
  background: #4f927d;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  float: right;
}
.all_show .p2{
  text-align: center;
  color: #999;
  padding: 0 0 20px;
  font-size: 12px;
}
.all_show{
  padding-bottom: 20px;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
}
.all_show .btn{
  width: 100%;
  line-height: 40px;
  color: #fff;
  background: #4f927d;
  text-align: center;
  display: block;
  border-radius: 40px;
  font-size: 14px;
  margin-bottom: 25px;
}
.all_show .btn:hover{
  background: #214b44;
}
.all_show .p3{
  font-size: 14px;
}
.all_show .p3 span{
  float: left;
}
.all_show .p3 span a{
  display: inline-block;
  color: #4f927d;
}
.all_show .p3>a{
  float: right;
  color: #4f927d;
}
.thrid_login{
  margin-top: 20px;
}
.thrid_login .p4{
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.thrid_login .p4 span{
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: 0 25px;
}
.thrid_login .p4:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #e5e5e5;
  width: 100%;
}
.thrid_login .btn1{
  text-align: center;
}
.all_show .btn2{
  margin-bottom: 20px;
}
.all_show .btn2 a{
  color: #4f927d;
  float: left;
}
.all_show .btn2 a:nth-of-type(2){
  float: right;
}
.reg_show .p5,
.find_show .p5{
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.all_show .close{
  width: 30px;
  background: url(../images/close1.png) no-repeat center;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.all_show{
  display: none;
}

.search_show{
    background: #fff;
    opacity: .95;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    z-index: 11;
    height: 100%;
}
.search-form{
    border-bottom: 1px solid #e5e5e5;
}
.search-form .searchInput{

    border: none;
    background: 0 0;
    border-radius: 1px;
    color: #333;
    font-size:32px;
    float: left;
    line-height: 49px;
    width: 800px;
    height: 49px;
    margin: 0 10px;
}
.search-form .searchInput:focus{
  border: 0;
  box-shadow: 0;
  outline: none;
}
.search-form .searchIcon{

    border: none;
    background-image: url(../images/search_search.png);
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
    height: 35px;
    width: 35px;
    margin-top: 7px;
    background-color: transparent;
}
.search-mask-search-view{
  width: 860px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.search-mask-search-view .hot-tag{

    margin-top: 34px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}
.search-mask-search-view .hot-word .hot-word-item{

    cursor: pointer;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    margin-top: 20px;
}

.search-mask-search-view .hot-word .hot-word-item .hot-word-common{

    border: 1px solid #1d9ed2;
    color: #1d9ed2;
    display: block;
    font-size: 16px;
    padding: 0 20px;
}
.status-bar-wrap .inner{
  overflow: initial !important;
}
.status-bar-wrap .ato_show .a2{
  line-height: 74px;
}
.status-bar-wrap .ato_show{
  display: inline-block;
  float: none;
  vertical-align: top;
  z-index: 2;
  margin-left: 0px;
}
.status-bar-wrap .ato_show .a2 span{
  color: #2d4f49;
}
.ato_show .a2 *,
.meeting_buy .top .logo *{
  display: inline-block;
  vertical-align: middle;
}
.ato_show{
  float: left;
  margin-left: 40px;
  position: relative;
}
.ato_show .a2{
  line-height: 100px;
  display: block;
}
.ato_show .a2 span{
  color: #fff;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 8px;
}
.ato_show .mm_show{
  background: #fff;
  position: absolute;
  color: #333;
  width: 140px;
  left: 50%;
  transform: translate(0,-20px);
  margin-left: -70px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  text-align: center;
  line-height: 35px;
  padding: 15px 0;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}
.ato_show .mm_show a{
  display: block;
  font-size: 14px;
}
.ato_show:hover .mm_show{
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
.ato_show .mm_show a:hover{
  color: #4f927d;
}

.sb_search{
  width: 26px;
  margin-top: 10px;
  background: url(../images/search_search.png) no-repeat center;
  background-size: 18px;
  height: 26px;
  display: none;
}





.ant-menu{background:0 0}
.ant-menu-item{padding:0 12px;color:#a5b5b2}
.ant-menu-item:last-child:after{content:""}
.second-menu{line-height:25px;width:100%;padding:10px 0;overflow: auto;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  .second-menu::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  .second-menu::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
  .second-menu::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: #c6d9d2;
  }
.middle-content.sb_m_top{
  text-align: center;
  border-radius: 50px;
}
.middle-content.sb_m_top .ant-menu-item{
  padding: 0;
  line-height: 30px;
  margin: 0 2px;
  border: 0;
  font-weight: bold;
  color: #0f2b26;
  transition: 0.3s all;
  border-radius: 30px;
  font-size: 16px;
}
.middle-content.sb_m_top .ant-menu-item a{
  padding: 0 10px;
  transition: 0s all !important;
  border-radius: 30px;
}
.middle-content.sb_m_top .ant-menu-horizontal>.ant-menu-item>a.active,
.middle-content.sb_m_top .ant-menu-horizontal>.ant-menu-item>a:hover{
  color: #fff;
  background: #2f7f74;
}


.whitebg{
  background: #fff;
}





.header-nav-zhiku1 .logo1,
.header-nav-zhiku .logo1{
  padding-left: 50px;
}
.header-nav-zhiku1 .logo1 a,
.header-nav-zhiku .logo1 a{
  font-size: 20px;
  font-weight: bold;
  line-height: 75px;
}
.header-nav-zhiku .logo{
  font-size: 20px;
  font-weight: bold;
    padding-left: 50px!important;
  line-height: 75px;
  background: url(../images/logo.769750c64877df5d64ad.png) left center no-repeat;
  color: #1e423d;
}





.page_footer .column-item.item-title{
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.page_footer {
  width: 100%;
  background: #214B44
}

.footer_box {
  padding-bottom: 10px;
  margin: 0 auto;
}

.footer_box .left {
  float: left;
  height: 100%;
  width: 80%
}

.footer_box .right {
  float: right;
  height: 100%;
  width: 20%;
  text-align: right;
  color: #969798;
}

.footer_box .bottom p {
  font-size: 14px;
  color: #b2b2b2
}

.footer_box .bottom p span {
  margin: 0 10px
}

.footer_box .bottom p.footer_copyright {
  color: #6d6d6d;
  line-height: 28px
}

.footer_box .bottom p.footer_copyright span {
  margin: 0
}

.footer_box .line {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .3;
  clear: both;
  position: relative;
  top: -30px
}

.page_footer .main{
  padding: 50px 0;
}
.footer_header {

  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer_header li {
  float: left;
  margin-right: 35px;
  font-size: 16px
}

.footer_header li a {
  color: #fff
}

.footer_header li a:hover {
  color: #14927d
}

.footer_header li.innovators-meeting-li {
  padding-top: 28px;
  top: -28px;
  position: relative
}

.footer_header li.innovators-meeting-li:hover .innovators-meeting-box {
  display: block
}

.footer_header li .innovators-meeting-box {
  width: 212px;
  height: 342px;
  background: #fff;
  position: absolute;
  bottom: 48px;
  left: 0;
  box-shadow: 0 0 20px 2px rgba(47,47,47,.2);
  display: none
}
.weixin2{
  text-align: right
}
.peoplepost-list .post_property div,.weixin2 .erweimaPic {
  display: inline-block
}

.footer_header li .innovators-meeting-box .item {
  height: 48px;
  padding: 0 18px;
  line-height: 48px;
  border-bottom: 1px solid #f4f4f4
}

.footer_contact span,.title_footer {
  line-height: 28px
}

.footer_header li .innovators-meeting-box .item:nth-child(7) {
  border-bottom: none
}

.footer_header li .innovators-meeting-box .item a {
  font-size: 14px;
  color: #262B2F
}

.footer_header li .innovators-meeting-box .item a:hover {
  color: #1D9ED2
}

.footer_contact span,.weixin2 p {
  color: #b2b2b2;
  font-size: 14px
}

.footer_header li .innovators-meeting-box .triangle_border_down {
  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 15px
}

.footer_contact span.margin50 {
  margin-left: 50px
}

.footer_contact span.margin40 {
  margin-left: 40px
}

.weixin2 .erweimaPic {
  width: 98px;
  height: 98px;
  opacity: 1
}
.weixin2 .erweimaPic img{
  width: 100%;
}

.weixin2 p:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 2px
}

.title_footer {
  font-size: 14px
}

.tel_footer {
  font-size: 30px;
  line-height: 40px
}















.displayTable.show-card.ng-star-inserted a{
  overflow: hidden;
  display: inline-block;
}
.displayTable.show-card.ng-star-inserted img{
  transition: 0.3s all;
  height: 100px;
}
.displayTable.show-card.ng-star-inserted:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.backtop{
  position: fixed;
  right: 50%;
  bottom: 50px;
  width: 36px;
  margin-right: -644px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e6ebe9;
  border-radius: 4px;
  display: none;
  cursor: pointer;
  z-index: 2;
  background: #fff;
  margin-top: 2px;
    background: #fff url(../images/side-bar-icon.png) 0 0 no-repeat;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.backtop:hover{

    background-position: -36px 0;
    text-decoration: none;
    background-color: #00836a;
    color: #fff;
    border-color: #00836a;
}


.footer_bar{
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -5px 2px rgba(0,0,0,0.1);
  background: #fff;
  z-index: 4;
  left: 0;
}
.footer_bar a{
  width: 20%;
  text-align: center;
  float: left;
  padding: 5px 0;
}
.footer_bar a i{
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
.footer_bar a p{
  margin-bottom: 0;
  line-height: 20px;
}
.footer_bar a .ico1{
  background: url(../images/footer_slide1.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active .ico1{
  background: url(../images/footer_slide11.png) no-repeat center;
  background-size: cover;
}
.footer_bar a .ico2{
  background: url(../images/footer_slide2.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active .ico2{
  background: url(../images/footer_slide22.png) no-repeat center;
  background-size: cover;
}
.footer_bar a .ico3{
  background: url(../images/footer_slide3.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active .ico3{
  background: url(../images/footer_slide33.png) no-repeat center;
  background-size: cover;
}
.footer_bar a .ico4{
  background: url(../images/footer_slide4.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active .ico4{
  background: url(../images/footer_slide44.png) no-repeat center;
  background-size: cover;
}
.footer_bar a .ico5{
  background: url(../images/footer_slide5.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active .ico5{
  background: url(../images/footer_slide55.png) no-repeat center;
  background-size: cover;
}
.footer_bar a.active p{
  color: #4f927d;
}
.footer_bar{
  display: none;
}


.ant-card-body a{
  margin-right: 10px;
}
.ant-card-body a:hover{
  color: #4f927d
}
.appAdWrap{
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 50px;
}
.appAdWrap .top span{

    float: left;
    text-align: center;
    padding-left: 32px;
    position: relative;
    margin: 5px 0;
}
.appAdWrap .bottom{
  text-align: center;
  margin-top: 20px;
}
.appAdWrap .top span:nth-of-type(2n){
  float: right;
}
.appAdWrap .top span:before{

    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 6px;
    content: "";
    background-size: 18px;
}
.appAdWrap .top span.app_01:before{
  background: url(../images/app_01.png) no-repeat;
}
.appAdWrap .top span.app_02:before{
  background: url(../images/app_02.png) no-repeat;
}
.appAdWrap .top span.app_03:before{
  background: url(../images/app_03.png) no-repeat;
}
.appAdWrap .top span.app_04:before{
  background: url(../images/app_04.png) no-repeat;
}

.slick-dots li button:before{
  content: "";
  height: 100%;
}

.ant-carousel .slick-dots li button{
  height: 5px !important;
}
.show-smallPic>div>div{
  border: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.show-smallPic>div>div:nth-of-type(2n){
  margin-right: 0;
}
.show-smallPic>div>div:nth-last-child(1){
  margin-bottom: 0;
}
.show-smallPic{
  float: right;
  width: 218px;
}
.ant-menu-item:after{
  display: none;
}



.trip_title{
  background: #c6d9d2;
  line-height: 57px;
  padding: 0 20px;
}
.trip_title img{
  display: none;
}
.trip_title .trip-card-title{
  margin-left: 0 !important;
}
.trip_title em{
  display: none;
}
.trip_title a{
  line-height: 25px;
  padding: 0 10px;
  margin-top: 15px;
  transition: 0.3s all;
  border: 1px solid #0f2b26;
}
.trip_title a:hover{
  color: #fff;
  background: #0f2b26;
}

.header-nav-zhiku .slick-initialized{
  margin-top: 0;
}
.header-nav-zhiku .header-nav{
  position: absolute;
}

.header-nav-zhiku .header{
  width: 100%;
  left: 0;
  margin-left: 0;
  top:0;
}
.contain{
  width: 1200px;
  margin: 0 auto;
}
.fl{
  float: left;
}
.fr{
  float: right;
}









.show-list .displayTable img{
  width:110px;
}
.show-list>.displayTable>div:first-child{
  width: 100%
}
.video-container>.video-small-pic{
  width: 219px;
}
.video-container>.industryDetail>a{
  height: 100%;
}












.mmm_end{
  text-align: center;
  padding: 20px 0;
  display: none;
  margin-top: 20px;
  background: url(../m_zhihui/images/p_detail2.png) no-repeat center;
}
.mmm_end .img1{
  width: 90px;
}
.mmm_end .p7{
  color: #fff;
  padding: 15px 0;
}
.mmm_end .img2{
  width: 130px;
}
.mmm_end .p8{
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.p_end1 .tab{
  font-size: 0;
  text-align: center;
}
.p_end1 .tab a{
  color: #333;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
}
.p_end1{
  padding: 20px 0 15px 0;
  display: none;
}
.p_end1 .p9{
  line-height: 20px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}


.show-card>div:first-child{
  width: 200px;
}
.show-card>div:first-child a{
  width: 100%;
}
.lay-fx{
  display: flex;
}
.lay-ai-c{
  align-items: center;
}
.lay-jc-sb{
  justify-content:space-between;
}
.m-l-5{
  margin-left: 5px;
}
.trip-container{
  font-size: 16px;
}

.avatar img{
  width: 100%;
  height: 100%;
}

.card-item-desc li{
  position: relative;
}
.card-item-desc li a:before{
  content: "";
  position: absolute;
  left: -17px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d4f49;
}
.card-item-desc li a:hover:before{
  background: #09a18b;
}

.show-card span{
    font-size: 14px;
    margin-right: 10px;
}
.show-tag{
  background-position: 0 4px !important;
}

.displayTable[_ngcontent-iju-c11]>div[_ngcontent-iju-c11]:nth-of-type(2){
  padding: 0 !important;
}
.title-show{
  margin-bottom: 5px;
}








@media (max-width: 750px){
.show-card span{
  line-height: 30px;
}
.show-card>div:last-child{
  margin-top: 0 !important;
}
.show-card>div:last-child span{
  line-height: inherit !important;
}
.title-show{
  line-height: 24px;
}
.list-content{
  font-size: 14px;
  margin-bottom: 10px !important;
}
  .displayTable.show-card.ng-star-inserted img{
    height: 60px;
  }
.page .btn a{
  display: none;
}
.page .btn a:last-child,
.page .btn a:first-child,
.page .btn a.active{
  display: inline-block;
}
.part2 .bg{
  background-size: cover !important;
}
.mmm_end,.p_end1{
  display: block;
}
.header-nav-zhiku1 .logo1 a, .header-nav-zhiku .logo1 a{
  font-size: 16px;
  line-height: 50px;
}
.ant-carousel .slick-dots{
  bottom: 5px;
  padding-right: 10px !important;
}
.backtop{
  right: 10px;
  margin-right: 0;
  bottom: 150px
}
.show-smallPic{
  display: none;
}
.sb_kaiwu .green-color.ant-col-6{
  margin-bottom: 10px;
  height: initial !important;
}
.component-content.active{
  padding-top: 60px;
}
.sb_m_top1 {
  margin-top: 0;
}
.trip-left{
  margin-top: 0;
}
.sentiment-containe-content .title{
  font-size: 16px !important;
}
.sentiment-containe-content .sub-desc{
  margin-top: 10px !important;
}
.contain{
  width: 94%;
  margin: 0 auto;
}
  .middle-content.sb_m_top .ant-menu-item{
  font-size: 14px;
  font-weight: normal;
}
.middle-content.sb_m_top{
  border-radius: 0;
  margin: 0;
}
.middle-content.sb_m_top .ant-menu-item{
  line-height: 26px;
}
.ant-menu-item{
  padding: 0;
}
.middle-content.sb_m_top .ant-menu-item a{
  padding: 0 8px;
}
.middle-content.sb_m_top .ant-menu-item{
  margin: 0;
}
.middle-content.sb_m_top{
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}
  body{
    padding-bottom: 50px;
    padding-top: 50px;
  }

  [_nghost-uok-c10]{
  width: 100%;
}
  .footer_bar{
    display: block;
  }
  .page_footer,
  .all_footer,
  .copy-right{
  display: none;
}
.middle-content{
  min-height: initial !important;
}
.sb_m_top{
  position: fixed;
  top: 51px;
  left: 0;
  background: #fff;
  z-index: 8;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.sb_m_top1{
  padding-top: 0;
}
body{
  min-width: initial;
}

.component-footer, .footer-bottom, .middle-content{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.flex-left.item-wrap>span{
  display: none;
}
.first-menus{
  display: none;
}
.status-bar-wrap>.inner>.flex-right{
  margin-right: 30px;
}
.small_nav_btn{
  display: block;
}
.status-bar-wrap .item-wrap .login-wrap img{
  margin-top: 10px;
  height: 30px;
}
.status-bar-wrap{
  height: 50px;
}
.status-bar-wrap .login-same{
  padding-left: 10px;
}
.status-bar-wrap .login-same,
.search-same{
  line-height: 50px;
  vertical-align: top;
}
.small_nav{
  top: 50px;
  z-index: 9;
}
.status-bar-wrap .item-wrap .login-wrap{
  margin-left: 0;
}
.search-same{
  margin-right: 10px;
}
.show-two{
  margin-top: 15px;
}
.ant-menu-horizontal{
  overflow: auto;
  float: left;
  width: calc( 100% - 40px ) !important;
}
.sb_search{
  display: block;
  float: left;
  padding-left: 0;
  margin-right: 0;
  margin-left: 7px;
}
.mabo{
  margin-bottom: 50px !important;
}
.all_footer{
  padding: 20px 10px;
}
.component-footer .footer-column{
  width: 33.333%;
  padding-left: 0;
}
.component-footer .footer-column.observable{
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}
.button-css{
  margin-left: 0;
  margin-top: 10px;
}
.component-footer .column-item.item-title{
  margin-bottom: 0;
}
.component-footer .column-item{
  padding-top: 0;
}
.component-footer{
  padding: 20px 0;
}
.footer-bottom{
  padding: 10px !important;
  line-height: 20px ;
}

[_nghost-hvg-c14]{
  display: block !important;
}
.displayTable > div:nth-of-type(2){
  text-align: right;
  width: 110px;
}
.img-size{
  height: initial !important;
}
.trip-left{
  width: 100% !important;
}
.share-item{
  height: 50px !important;
  width: 16.66666%;
  float: left;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0 !important;
}
.share-item:nth-of-type(6n){
  border-right: 0 !important;
}
.trip-left ul{
  width: 100% !important;
  padding: 0 !important;
}
.trip-left ul:after{
  content: "";
  clear:both;
  display: block;
}
.sb_kaiwu{
  height: initial !important;
  padding-right: 0 !important; 
}
.sb_kaiwu>div{
  height: initial !important;
  margin-bottom: 10px;
}
.video-container[_ngcontent-wtw-c5]{
  display: block !important;
  height: initial !important;
}
.video-small-pic[_ngcontent-wtw-c5] > div[_ngcontent-wtw-c5]{
  margin-top: 10px;
}
.video-container[_ngcontent-wtw-c5] > div[_ngcontent-wtw-c5]:first-child{
  width: 100% !important;
}
.trip-container > .title{
  font-size: 16px !important;
}
.ant-row .gutter-row.ant-col-16{
  width: 100%;
}
.ant-row .displayTable > div:nth-of-type(2){
  width: calc( 100% - 120px );
  text-align: left;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
h2{
  font-size: 16px;
}
.trip-container{
  width: 100% !important;
}
.show-img{
  height: initial !important;
}
.img-container{
  height: initial !important;
}
[nz-carousel-content]{
  height: initial !important;
}

.img-title-big{
  font-size: 16px !important;
}

.displayTable > div{
  
}
.title-show{
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.displayTable > div:first-child{
  width: 100px;
  padding-right: 10px !important;
}
.ant-row .ant-col-8{
  width: 100%;
  margin-bottom: 20px;
}
.trip-right{
  width: 100% !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}
.mabo105{
  margin-bottom: 10px;
}
.ant-card-head{
  padding: 0 10px;
}
.header{
  width: 100% !important;
  padding: 0 10px;
  margin-left: 0 !important;
  left: 0 !important;
  box-sizing: border-box !important;
  top: 0 !important;
  height: 50px;
  overflow: initial !important;
}
.status-bar-wrap .ato_show{
  line-height: 50px;
}
.status-bar-wrap .ato_show .a2{
  line-height: 50px;
  height: 50px;
}
.logo-same{
  width: inherit;
  line-height: 50px;
}
.all100{
  height: 250px;
}

.topInfoWrap{
  width: 100% !important;
  padding: 0 10px !important;
  margin-left: 0 !important;
  left: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-top: -20px !important;
}

.green-btn{
  margin-top: 15px !important;
  width: 120px !important;
  font-weight: initial;
  line-height: 40px !important;
  font-size: 14px !important;
}
.ant-carousel .slick-slide img{
  height: 200px !important;
}
.container{
  width: 100% !important;
  padding: 0 10px;
}
.font48{
  font-size: 18px;
  margin-right: 10px;
}
.detail-title{
  padding:  0 !important;
  margin-bottom: 20px !important;
}
.show-more{
  line-height: 50px;
  font-size: 14px !important;
}
.perspective > li{
  width: 100% !important;
  padding-right: 0 !important;
  height: initial !important;
  margin-bottom: 20px !important;
}
.perspectiveTitle{
  font-size: 16px !important;
  line-height: 25px !important;
  margin-bottom: 5px !important;
  height: initial !important;
  font-weight: bold;
}
.researchInfo .time{
  margin-right: 5px;
}
.researchInfo .author{
  margin-left: 5px;
}
.researchInfo{
  margin-bottom: 0;
}
.pad9570{
  padding: 30px 0;
}
.wid552{
  width: 100%;
}

.font32{
  font-size: 16px;margin-bottom: 20px;
}

.font18{
  font-size: 14px;
}

.data-bg{
  background-position: bottom center !important;
  background-size: contain !important;
}

.height680{
  height: 440px;
}
.markWrap{
  overflow: auto;
  white-space: nowrap;
}
.inner{
  width: 100%;
  padding: 0 10px;
}
.markWrap li{
  float: none !important;
  display: inline-block;
}
.ant-row .ant-col-6{
  width: 100%;
  padding: 0 !important;
}
.ant-row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.font20{
  font-size: 16px;
}
.ant-table-tbody>tr>td, .ant-table-thead>tr>th{
  padding: 16px 0;
}
.font14{
  font-size: 14px;
}
.ant-table-body{
  padding: 0 10px !important;
}
.ant-table-tbody>tr>td{
  padding-right: 10px;
}
.pad10{
  padding: 10px;
}
.show-list{
  margin-bottom: 20px !important;
}
.ant-carousel .slick-list .slick-slide{
  height: initial !important;
  /*max-height: 178px;*/
}

.left-list-item{
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
}
.trip-left ul{
  white-space: nowrap;
  overflow: auto;
}
.img-container{
  width: 100%  !important;
}
.displayTable[_ngcontent-tmk-c10] > div:first-child{
  width: initial !important;
}
.displayTable[_ngcontent-tmk-c10] > div:first-child img{
  width: 100px;
  height: 60px;
}
.sentiment-container>div{
  width: 100% !important;
  padding: 0 10px;
}
.sentiment-containe-content{
  margin-left: 10px !important;
}
.sentiment-containe-content>div{
  padding: 20px 10px 40px 10px !important;
}
.sentiment-containe-content .search-more{
  padding: 0 !important;
  line-height: 36px;
}




.width728{
  width: 100%;
}


.pa10{
  padding: 0 10px !important;
}


.header-nav-zhiku .header-nav,
.header-nav-zhiku .small_nav_btn{
 display: block; 
}

.header-nav-zhiku .logo-same{
  font-size: 16px;
  padding-left: 35px !important;
  background-size: 30px;
  margin-left: 0 !important;
  width: 100px;
  line-height: 50px;
}
.header-nav-zhiku .status-bar-wrap>.inner>.flex-right{
  line-height: 50px !important;
  margin-right: 30px;
}
.header-nav-zhiku .status-bar-wrap .login-same,
.header-nav-zhiku .search-same{
  line-height: 50px;
}
.header-nav-zhiku .status-bar-wrap{
  height: 50px;
}
.header-nav-zhiku .small_nav_btn{
  top:10px;
}

.header-nav-zhiku .status-bar-wrap .login-same{
  padding-left: 0;
}
.header-nav-zhiku .small_nav{
  top:50px;
}
.header-nav-zhiku .ato_show .a2 span{
  margin-left: 0;
}
.all_show{
  width: 94%;
  padding: 0 10px 20px;
  margin-left: 0;
  left: 3%;
}
.login_show .tab a{
  padding: 0 10px 10px;
}
.all_show .p1{
  margin: 25px 0;
}

.ato_show .a2 img{
  margin-top: -2px;
}
.ato_show .a2 span{
  margin-left: 4px;
  margin-top: -2px;
}
.footer-bottom{
  box-sizing: border-box;
}
.search-mask-search-view{
  width: 94%;
}
.search-form .searchInput{
  width: calc( 100% - 80px );
  font-size: 16px;
}
.search-form .searchIcon{
  background-size: 30px;
}
.search-mask-search-view .hot-tag{
  font-size: 16px;
}
.search-mask-search-view .hot-word .hot-word-item .hot-word-common{
  font-size: 14px;
  padding: 0 10px;
}

















}












@media (min-width: 751px) and (max-width: 1200px){

.show-card span{
  line-height: 30px;
}
.part2 .bg{
  background-size: cover !important;
}
.show-smallPic{
  display: none;
}
.ant-row .ant-col-6[_ngcontent-wtw-c5]{
  width: 25%;
}
.backtop{
  right: 10px;
  margin-right: 0;
  bottom: 150px
}
.contain{
  width: 94%;
  margin: 0 auto;
}
.middle-content.sb_m_top{
  top:0;
}
.component-content.active,
.search_list{
  padding-top: 0;
}
.header-nav{
  display: none;
}
.middle-content{
  min-height: initial !important;
}
body{
  min-width: initial;
  padding-top: 0;
}

.component-footer, .footer-bottom, .middle-content{
  width: 100%;
}
.flex-left.item-wrap>span{
  display: none;
}
.first-menus{
  display: none;
}
.status-bar-wrap>.inner>.flex-right{
  margin-right: 50px;
}
.small_nav_btn{
  display: block;
}
.status-bar-wrap{
  height: 65px;
}
.status-bar-wrap .login-same,
.search-same{
  line-height: 65px;
  vertical-align: top;
}
.small_nav{
  top: 65px;
}
.status-bar-wrap .item-wrap .login-wrap{
  margin-left: 10px;
}
.search-same{
  margin-right: 10px;
}
.show-two{
  margin-top: 15px;
}
.ant-menu-horizontal{
  overflow: auto;
}
.mabo{
  margin-bottom: 50px !important;
}
.all_footer{
  padding: 20px 10px;
}
.component-footer .footer-column{
  width: 33.333%;
  padding-left: 0;
}
.component-footer .footer-column.observable{
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}
.button-css{
  margin-left: 0;
  margin-top: 10px;
}
.component-footer .column-item.item-title{
  margin-bottom: 0;
}
.component-footer .column-item{
  padding-top: 0;
}
.component-footer{
  padding: 20px 0;
}
.footer-bottom{
  padding: 10px !important;
  line-height: 20px ;
}

[_nghost-hvg-c14]{
  display: block !important;
}

.trip-left{
  width: 100% !important;
  padding: 0 10px;
}
.share-item{
  height: 50px !important;
  width: 16.66666%;
  float: left;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0 !important;
}
.share-item:nth-of-type(6n){
  border-right: 0 !important;
}
.trip-left ul{
  width: 100% !important;
  padding: 0 !important;
}
.trip-left ul:after{
  content: "";
  clear:both;
  display: block;
}
.trip-container > .title{
  font-size: 16px !important;
}
h2{
  font-size: 16px;
}
.trip-container{
  width: 100% !important;
}
.show-img{
  height: initial !important;
}
.img-container{
  height: initial !important;
}
[nz-carousel-content]{
  height: initial !important;
}
.slick-track .slick-prev, .slick-track .slick-next{
  width: 25px !important;
  height: 45px !important;
  top: 50% !important;
}

.img-title-big{
  font-size: 16px !important;
}

.displayTable > div{
  
}
.title-show{
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.displayTable > div:first-child{
  width: 150px;
  padding-right: 10px !important;
}
.ant-row .ant-col-8{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.ant-row .ant-col-8:last-child,
.ant-row .ant-col-8:nth-of-type(3n){
  margin-right: 0;
}
.trip-right{
  width: 100% !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}
.mabo105{
  margin-bottom: 10px;
}
.ant-card-head{
  padding: 0 10px;
}
.header{
  width: 100% !important;
  padding: 0 10px;
  margin-left: 0 !important;
  left: 0 !important;
  top: 0 !important;
  box-sizing: border-box;
  overflow: initial !important;
}
.logo-same{
  width: 150px;
  line-height: 65px;
}
.all100{
  height: 250px;
}

.topInfoWrap{
  width: 100% !important;
  padding: 0 10px !important;
  margin-left: 0 !important;
  left: 0 !important;
  font-size: 16px !important;
  margin-top: -20px !important;
}

.green-btn{
  margin-top: 15px !important;
  width: 120px !important;
  line-height: 40px !important;
  font-size: 14px !important;
}
.slick-dots li button:before{
  display: none;
}
.ant-carousel .slick-dots{
  bottom: 20px;
}
.ant-carousel .slick-slide img{
}
.displayTable[_ngcontent-tmk-c10] > div[_ngcontent-tmk-c10]>a {
  text-align: right;
  float: right;
}
.container{
  width: 100% !important;
  padding: 0 10px;
}
.font48{
  font-size: 18px;
  margin-right: 10px;
}
.detail-title{
  padding:  0 !important;
  margin-bottom: 20px !important;
}
.show-more{
  line-height: 50px;
  font-size: 14px !important;
}
.perspective > li{
  width: 100% !important;
  padding-right: 0 !important;
  height: initial !important;
  margin-bottom: 20px !important;
}
.perspectiveTitle{
  font-size: 16px !important;
  line-height: 25px !important;
  margin-bottom: 5px !important;
  height: initial !important;
}
.researchInfo{
  margin-bottom: 0;
}
.pad9570{
  padding: 30px 0;
}
.wid552{
  width: 100%;
}

.font32{
  font-size: 16px;margin-bottom: 20px;
}

.font18{
  font-size: 14px;
}

.data-bg{
  background-position: bottom center !important;
  background-size: contain !important;
}

.height680{
  height: 440px;
}
.markWrap{
  overflow: auto;
  white-space: nowrap;
}
.inner{
  width: 100%;
  padding: 0 10px;
}
.markWrap li{
  float: none !important;
  display: inline-block;
}
.ant-row .ant-col-6{
  width: 33.333%;
}
.ant-row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.font20{
  font-size: 16px;
}
.ant-table-tbody>tr>td, .ant-table-thead>tr>th{
  padding: 16px 0;
}
.font14{
  font-size: 14px;
}
.ant-table-body{
  padding: 0 10px !important;
}
.ant-table-tbody>tr>td{
  padding-right: 10px;
}
.pad10{
  padding: 10px;
}
.show-list{
  margin-bottom: 20px !important;
}
.ant-carousel .slick-list .slick-slide{
  height: initial !important;
}

.left-list-item{
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
}
.trip-left ul{
  white-space: nowrap;
  overflow: auto;
}
.img-container{
  width: 100%  !important;
}
.displayTable[_ngcontent-tmk-c10] > div:first-child{
  width: initial !important;
}
.sentiment-container>div{
  width: 100% !important;
  padding: 0 10px;
}
.sentiment-containe-content{
  margin-left: 10px !important;
}
.sentiment-containe-content>div{
  padding: 20px 10px 40px 10px !important;
}
.sentiment-containe-content .search-more{
  padding: 0 !important;
  line-height: 36px;
}





.pa10{
  padding: 0 10px !important;
}














.header-nav-zhiku .header-nav,
.header-nav-zhiku .small_nav_btn{
 display: block; 
}

.header-nav-zhiku .logo-same{
  font-size: 16px;
  padding-left: 35px !important;
  background-size: 30px;
  margin-left: 0 !important;
  width: 100px;
  line-height: 50px;
}
.header-nav-zhiku .status-bar-wrap>.inner>.flex-right{
  line-height: 50px !important;
  margin-right: 30px;
}
.header-nav-zhiku .status-bar-wrap .login-same,
.header-nav-zhiku .search-same{
  line-height: 50px;
}
.header-nav-zhiku .status-bar-wrap{
  height: 50px;
}
.header-nav-zhiku .small_nav_btn{
  top:10px;
}

.header-nav-zhiku .status-bar-wrap .login-same{
  padding-left: 0;
}
.header-nav-zhiku .small_nav{
  top:50px;
}
.header-nav-zhiku .ato_show .a2 span{
  margin-left: 0;
}
.all_show{
  width: 94%;
  padding: 0 10px 20px;
  margin-left: 0;
  left: 3%;
}
.login_show .tab a{
  padding: 0 10px 10px;
}
.all_show .p1{
  margin: 25px 0;
}


.ato_show .a2 img{
    vertical-align: text-top;
}
.ato_show .a2 span{
    vertical-align: bottom;
}
.footer-bottom{
  box-sizing: border-box;
}
.search-mask-search-view{
  width: 94%;
}
.search-form .searchInput{
  width: calc( 100% - 80px );
  font-size: 16px;
}
.search-form .searchIcon{
  background-size: 30px;
}
.search-mask-search-view .hot-tag{
  font-size: 16px;
}
.search-mask-search-view .hot-word .hot-word-item .hot-word-common{
  font-size: 14px;
  padding: 0 10px;
}


.header-nav-zhiku .component{
  overflow: initial;
}






.o_inside_banner .img{
  width: 400px;
  right: 0 !important;
  bottom: 0 !important;
}





}