@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
* html body {
  overflow: visible;
}
* html iframe,
* html frame {
  overflow: auto;
}
* html frameset {
  overflow: hidden;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
input,
select {
  font-size: 12px;
  vertical-align: middle;
}
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0;
}
a,
input,
select,
textarea {
  outline: none;
  resize: none;
}
li {
  list-style-type: none;
}
img {
  border: 0 none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'DIN-MEDIUM';
  src: url('../css/fonts/DIN-MEDIUM.eot');
  src: url('../css/fonts/DIN-MEDIUM.eot') format('embedded-opentype'), url('../css/fonts/DIN-MEDIUM.ttf') format('truetype'), url('../css/fonts/DIN-MEDIUM.woff') format('woff'), url('../css/fonts/DIN-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*字体*/
html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  min-width: 1200px;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
}
.ad_iframe_body {
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ovh {
  overflow: hidden;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
img {
  vertical-align: middle;
  width: 100%;
}
.commonContent img,
.footer img {
  width: 100%;
  height: auto;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
a[rel~="nofollow"],
a[rel~="sponsored"],
a[rel~="ugc"] {
  outline: none !important;
  outline-offset: 0;
}
a[rel~="nofollow"] img,
a[rel~="sponsored"] img,
a[rel~="ugc"] img {
  outline: none !important;
  outline-offset: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999999;
  font-weight: 300;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999999;
  font-weight: 300;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999999;
  font-weight: 300;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999999;
  font-weight: 300;
}
.co_icon-add_b {
  background: url(../images/community_icon/add_b.png) no-repeat center;
}
.icon {
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon2 {
  background-image: url(../images/icon_2.png?v=1.4);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon2-position-grey {
  background-position: -465px -80px;
  width: 22px;
  height: 20px;
}
.icon2-phone-grey {
  background-position: -534px -79px;
  width: 22px;
  height: 20px;
}
.icon2-email-about-grey {
  background-position: -565px -76px;
  width: 22px;
  height: 20px;
}
.icon2-earth {
  background-position: -565px -108px;
  width: 22px;
  height: 20px;
}
.icon-search {
  background-position: -745px -405px;
  width: 26px;
  height: 28px;
}
.icon-search-header {
  background-position: -528px -690px;
  width: 19px;
  position: relative;
  right: 10px;
  cursor: pointer;
  top: 10px;
  float: left;
  vertical-align: middle;
  height: 17px;
}
.icon-category-arrow-bottom {
  background-position: -478px -692px;
  width: 13px;
  height: 9px;
}
.icon-arrow-bottom-nav {
  background-position: -155px -635px;
  width: 14px;
  height: 14px;
}
.icon-search-black {
  background-position: -1px -33px;
  width: 21px;
  height: 18px;
}
.icon-search-bg {
  background-position: -233px -657px;
  width: 23px;
  height: 19px;
}
.icon-search-white {
  background-position: -371px -528px;
  width: 20px;
  height: 18px;
}
.icon-search-gray {
  background-position: -184px -657px;
  width: 23px;
  height: 20px;
}
.search-icon {
  background-position: -2px -7px;
  width: 23px;
  height: 18px;
  position: relative;
  right: 10px;
  cursor: pointer;
  top: 10px;
  float: left;
  vertical-align: middle;
}
.icon-home {
  background-position: -27px -7px;
  width: 22px;
  height: 22px;
}
.icon-home-black {
  background-position: -27px -36px;
  width: 20px;
  height: 22px;
}
.icon-home-white {
  background-position: -21px -240px;
  width: 20px;
  height: 22px;
}
.icon-tougao {
  background-position: -72px -6px;
  width: 22px;
  height: 21px;
  margin-right: 7px;
}
.icon-bell {
  background-position: -52px -29px;
  width: 18px;
  height: 24px;
}
.icon-bell-white {
  background-position: -61px -280px;
  width: 21px;
  height: 23px;
}
.icon-save {
  background-position: -117px -73px;
  width: 16px;
  height: 20px;
}
.icon-ok {
  background-position: -55px -71px;
  width: 16px;
  height: 21px;
}
.icon-edit {
  background-position: -77px -73px;
  width: 16px;
  height: 20px;
}
.icon-right-white {
  background-position: -132px -33px;
  width: 13px;
  height: 18px;
  vertical-align: middle;
}
.icon-right-black {
  background-position: -132px -7px;
  width: 13px;
  height: 19px;
}
.icon-left-white {
  background-position: -116px -34px;
  width: 13px;
  height: 15px;
}
.icon-left-black {
  background-position: -115px -7px;
  width: 13px;
  height: 19px;
}
.icon-left-grey {
  background-position: -115px -50px;
  width: 13px;
  height: 19px;
}
.icon-bottom-arrow-blue {
  background-position: -138px -636px;
  width: 12px;
  height: 14px;
}
.icon-right-grey {
  background-position: -132px -50px;
  width: 13px;
  height: 19px;
}
.icon-tag {
  background-position: -28px -71px;
  width: 18px;
  height: 17px;
  float: left;
}
.icon-tag-black {
  background-position: -489px -610px;
  width: 20px;
  height: 22px;
  margin-top: 2px;
  float: left;
  margin-right: 8px;
}
.icon-tag-white {
  background-position: -556px -693px;
  width: 18px;
  height: 17px;
  float: left;
}
.icon-play {
  background-position: -258px -10px;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
}
.icon-play-white {
  background-position: -299px -2px;
  width: 65px;
  height: 75px;
}
.search-down {
  background-position: -56px -296px;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 37%;
}
.search-fiter {
  background-position: -179px -60px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-flash {
  background-position: -157px -8px;
  width: 28px;
  height: 26px;
}
.icon-tou {
  background-position: -90px -10px;
  width: 18px;
  height: 19px;
  margin-right: 5px;
}
.icon-finger-right {
  background-position: -152px -73px;
  width: 15px;
  height: 13px;
  float: left;
  position: absolute;
  right: 20%;
  top: 37%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.icon-right-more {
  background-position: -843px -30px;
  width: 35px;
  height: 19px;
}
.icon-industry {
  background-position: 5px -126px;
  width: 80px;
  height: 77px;
}
.icon-application {
  background-position: -82px -124px;
  width: 80px;
  height: 88px;
}
.icon-technology {
  background-position: -164px -126px;
  width: 80px;
  height: 88px;
}
.icon-knowledge {
  background-position: -251px -125px;
  width: 80px;
  height: 88px;
}
.icon-see {
  background-position: -763px -25px;
  width: 23px;
  height: 15px;
}
.icon-write {
  background-position: -790px -24px;
  width: 17px;
  height: 18px;
}
.icon-time {
  background-position: -810px -24px;
  width: 20px;
  height: 17px;
}
.icon-comment {
  background-position: -389px -155px;
  width: 28px;
  height: 28px;
}
.icon-prase-agree {
  background-position: -429px -283px;
  width: 16px;
  height: 18px;
}
.icon-collect-agree {
  background-position: -429px -283px;
  width: 16px;
  height: 18px;
}
.icon-prase {
  background-position: -430px -157px;
  width: 24px;
  height: 21px;
}
.icon-prase-checked {
  background-position: -509px -232px;
}
.icon-prase-white {
  background-position: -650px -170px;
  width: 18px;
  height: 18px;
}
.icon-edit-white {
  background-position: -677px -170px;
  width: 20px;
  height: 18px;
}
.icon-collect-white {
  background-position: -707px -170px;
  width: 22px;
  height: 18px;
}
.icon-arrow-left-black {
  background-position: -760px -174px;
  width: 17px;
  height: 10px;
}
.icon-arrow-left-white {
  background-position: -896px -201px;
  width: 18px;
  height: 18px;
}
.icon-collect {
  background-position: -468px -156px;
  width: 27px;
  height: 26px;
}
.icon-read {
  background-position: -509px -153px;
  width: 28px;
  height: 28px;
}
.icon-detail {
  width: 73px;
  height: 57px;
  left: -5px;
  position: absolute;
  top: 0px;
  background-position: -614px -451px;
}
.icon-prase-btn {
  background-position: -373px -384px;
  width: 23px;
  height: 21px;
}
.icon-center {
  background-position: -18px -266px;
  width: 19px;
  margin-bottom: 4px;
  height: 18px;
}
.icon-attention {
  background-position: -81px -266px;
  width: 19px;
  height: 18px;
  margin-bottom: 4px;
}
.icon-message {
  background-position: -111px -266px;
  width: 20px;
  height: 19px;
}
.icon-set {
  background-position: -137px -265px;
  width: 22px;
  height: 18px;
}
.icon-right {
  background-position: -28px -295px;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 12px;
}
.icon-delete {
  background-position: -669px -281px;
  width: 19px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.icon-background {
  background-position: 41px -360px;
  width: 437px;
  height: 168px;
  position: absolute;
  right: -80px;
  top: -30px;
}
.icon-create {
  background-position: -139px -331px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.icon-time-user {
  background-position: -232px -288px;
  width: 17px;
  height: 17px;
}
.icon-extend {
  background-position: -300px -340px;
  width: 20px;
  height: 20px;
}
.icon-atention {
  background-position: -300px -286px;
  width: 15px;
  height: 12px;
}
.icon-delete-comment {
  background-position: -461px -285px;
  width: 28px;
  height: 25px;
}
.icon-time-white {
  background-position: -954px -28px;
  width: 24px;
  height: 18px;
}
.icon-important {
  position: relative;
  vertical-align: middle;
  line-height: 3px;
}
.icon-important:after {
  content: '*';
  color: red;
  font-style: normal;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.icon-bc {
  background-position: -440px -334px;
  width: 40px;
  height: 45px;
  left: -14px;
  top: -19px;
}
.icon-user {
  background-position: -611px -306px;
  width: 20px;
  height: 30px;
}
.icon-jubao {
  background-position: -689px -199px;
  width: 20px;
  height: 10px;
}
.icon-detail-appose {
  background-position: -766px -233px;
  width: 15px;
  height: 15px;
}
.icon-detail-apposed {
  background-position: -766px -254px;
  width: 15px;
  height: 15px;
}
.icon-detail-not-oppose {
  background-position: -794px -235px;
  width: 12px;
  height: 12px;
}
.icon-recommend-checked {
  background-position: -804px -361px;
  width: 14px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.icon-detail-not-opposed {
  background-position: -794px -254px;
  width: 12px;
  height: 12px;
}
.icon-weixin {
  background-position: -575px -19px;
  width: 38px;
  height: 38px;
}
.icon-email {
  background-position: -623px -18px;
  width: 38px;
  height: 38px;
}
.icon-qq {
  background-position: -671px -18px;
  width: 38px;
  height: 38px;
}
.icon-more-right {
  background-position: -720px -28px;
  width: 27px;
  height: 10px;
}
.icon-edit-collect {
  background-position: -645px -282px;
  width: 20px;
  height: 20px;
}
.icon-delete-collect {
  background-position: -671px -283px;
  width: 18px;
  height: 18px;
}
.icon-notChecked-user {
  background-position: -764px -201px;
  width: 18px;
  height: 18px;
}
.icon-all-checked {
  background-position: -721px -224px;
  width: 18px;
  height: 18px;
}
.icon-checked-user {
  background-position: -788px -201px;
  width: 18px;
  height: 18px;
}
.icon-delete-user {
  background-position: -68px -333px;
  width: 18px;
  height: 18px;
}
.icon-delete-tag {
  background-position: -323px -345px;
  width: 18px;
  height: 18px;
}
.icon-see-table {
  background-position: -22px -335px;
  width: 19px;
  height: 15px;
}
.icon-edit-table {
  background-position: -44px -332px;
  width: 20px;
  height: 20px;
}
.icon-delete-table {
  background-position: -63px -332px;
  width: 20px;
  height: 20px;
}
.icon-collocet-checked {
  background-position: -788px -200px;
  width: 20px;
  height: 20px;
}
.icon-add {
  background-position: -297px -283px;
  width: 20px;
  height: 20px;
}
.icon-collocet-unchecked {
  background-position: -765px -202px;
  width: 20px;
  height: 20px;
}
.icon-upload {
  background-position: -498px -279px;
  width: 100px;
  height: 80px;
}
.icon-tag-right-black {
  background-position: -776px -145px;
  width: 20px;
  height: 20px;
}
.icon-bredcrumb-home {
  background-position: -728px -277px;
  width: 25PX;
  HEIGHT: 24PX;
}
.icon-bredcrumb-right {
  background-position: -784px -362px;
  width: 16PX;
  HEIGHT: 14PX;
}
.icon-new {
  background-position: -115px -234px;
  width: 54px;
  height: 21px;
  position: absolute;
  top: -21px;
  left: -40px;
}
.icon-position {
  background-position: -731px -301px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-position-grey {
  background-position: -316px -656px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-phone {
  background-position: -758px -301px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-phone-grey {
  background-position: -380px -655px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-see-product-table {
  background-position: -377px -715px;
  width: 22PX;
  HEIGHT: 22PX;
}
.icon-product-bottom-white-arrow {
  background-position: -474px -656px;
  width: 20px;
  height: 20px;
}
.icon-file-down {
  background-position: -531px -655px;
  width: 21px;
  height: 28px;
}
.icon-product-list {
  background-position: -556px -651px;
  width: 24px;
  height: 28px;
}
.icon-product-top-white-arrow {
  background-position: -496px -656px;
  width: 20px;
  height: 20px;
}
.icon-search-product {
  background-position: -429px -714px;
  width: 20px;
  height: 23px;
}
.icon-url {
  background-position: -610px -282px;
  width: 22px;
  height: 22px;
}
.icon-number {
  background-position: -786px -301px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-number-grey {
  background-position: -442px -653px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-zhuanzheng {
  background-position: -818px -301px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-zhuanzheng-grey {
  background-position: -348px -656px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-email-about {
  background-position: -729px -324px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-email-about-grey {
  background-position: -412px -655px;
  width: 24PX;
  HEIGHT: 24PX;
}
.icon-toolBallTop {
  background-position: -288px -286px;
  width: 9PX;
  HEIGHT: 17PX;
  position: absolute;
  right: 0;
  top: -20px;
}
.icon-arrow-right {
  background-position: -614px -355px;
  width: 12px;
  height: 14px;
  margin-left: 5px;
}
.icon-arrow-top {
  background-position: -650px -366px;
  width: 22px;
  height: 14px;
  position: absolute;
  top: -10px;
  left: 80px;
}
.icon-personal-reply {
  background-position: -400px -530px;
  width: 20px;
  height: 14px;
  margin-right: 5px;
}
.icon-personal-time {
  background-position: -429px -527px;
  width: 17px;
  height: 22px;
  margin-right: 5px;
}
.am-tips {
  font-size: 12px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  pointer-events: none;
}
.am-tips i {
  /* width: 100px; */
  height: 18px;
  line-height: 18px;
  display: inline-block;
  /* line-height: 0.28rem; */
  font-size: 14px;
  font-style: normal;
  margin-right: 5px;
}
.am-tips span {
  font-size: 14px;
  color: #fff;
}
.am-tips .am-view-notice {
  padding: 8px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  width: 100%;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.am-tips .am-view-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 10px 40px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  opacity: 70%;
  position: relative;
  cursor: pointer;
  background-color: #0E63AF;
  overflow: hidden;
}
.reply-tips-template {
  top: 0;
  animation: my 0.5s cubic-bezier(0.42, 0, 0.1, 1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  animation-fill-mode: forwards;
}
@keyframes my {
  0% {
    -webkit-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
    top: 0px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  20% {
    -webkit-transform: scale(0.05);
    -ms-transform: scale(0.05);
    transform: scale(0.05);
    top: -10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  40% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: -30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: -40px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  80% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    top: -50px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: -55px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.am-tips-reply {
  position: relative;
}
.reply-tips-template {
  position: absolute;
  line-height: normal;
  overflow: hidden;
  top: 0;
  left: -29px;
}
.reply-tips-template .am-view-notice {
  padding: 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.reply-tips-template .am-view-notice .am-view-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 10px 40px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  opacity: 70%;
  position: relative;
  cursor: pointer;
  background-color: #0E63AF;
  color: white;
  overflow: hidden;
  word-break: keep-all;
}
.reply-tips-template .am-view-notice .am-view-notice-content:before {
  content: '';
  display: inline-block;
  width: 50px;
  position: absolute;
  height: 50px;
  background: url(../images/icon1.png) no-repeat;
  background-position: -376px -305px;
  vertical-align: middle;
  top: -5px;
  left: -7px;
}
.reply-tips-template .am-view-notice .am-view-notice-content:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 51px;
  height: 71px;
  background: url(../images/icon1.png) no-repeat;
  background-position: -366px -318px;
  vertical-align: middle;
  top: 1px;
  right: -10px;
}
.noData {
  position: absolute;
  text-align: center;
  top: 80px;
  width: 100%;
  left: 0;
  height: 550px;
  margin-top: 120px;
}
.noData span {
  background: url(../images/user_no_data.png) no-repeat;
  width: 234px;
  height: 184px;
  display: inline-block;
  margin: 0 auto;
}
.icon-scroll-top {
  background-position: -629px -658px;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}
.icon-private-user {
  background-position: -487px -526px;
  width: 30px;
  height: 21px;
}
.icon-connect-user {
  background-position: -530px -524px;
  width: 30px;
  height: 24px;
}
.icon-scroll-top:hover {
  background-position: -697px -658px;
}
.icon-copy-right {
  background-position: -668px -526px;
  width: 14px;
  height: 13px;
  float: left;
  margin-top: 4px;
}
.icon-left-line {
  background-position: -362px -580px;
  width: 71px;
  height: 68px;
  left: -49px;
  position: absolute;
  top: -7px;
}
.icon-right-line {
  background-position: -533px -568px;
  width: 82px;
  height: 68px;
  position: absolute;
  top: -16px;
  right: -73px;
}
.shadowEl {
  background-color: #fafafa;
}
.icon-right-arrow {
  background-position: -352px -310px;
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  /**铲平***/
}
.icon-PDF {
  background-position: -645px -555px;
  width: 25px;
  height: 21px;
}
.icon-w {
  background-position: -677px -555px;
  width: 25px;
  height: 21px;
}
.icon-PPT {
  background-position: -709px -555px;
  width: 25px;
  height: 21px;
}
.icon-T {
  background-position: -738px -555px;
  width: 25px;
  height: 21px;
}
.icon-Text {
  background-position: -765px -555px;
  width: 25px;
  height: 21px;
}
.icon-left-click {
  background-position: -692px -118px;
  width: 17px;
  height: 15px;
  margin-right: 36px;
}
.icon-left-unclick {
  background-position: -652px -118px;
  width: 17px;
  height: 15px;
  margin-right: 36px;
}
.icon-right-click {
  background-position: -709px -118px;
  width: 17px;
  height: 15px;
}
.icon-right-unclick {
  background-position: -670px -118px;
  width: 17px;
  height: 15px;
}
.icon-detail-text {
  background-position: -786px -408px;
  width: 22px;
  height: 23px;
  vertical-align: top;
  margin-right: 10px;
}
.icon-PRODUCT {
  background-position: -812px -381px;
  width: 38px;
  height: 140px;
  POSITION: ABSOLUTE;
  right: 0;
  top: 50px;
}
.icon-product {
  background-position: -48px -265px;
  width: 20px;
  height: 19px;
}
.icon-right-go-to {
  background-position: -798px -147px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.icon-left-modal-product {
  background-position: -810px -557px;
  width: 17px;
  height: 16px;
}
.icon-packUp {
  background-position: -62px -729px;
  width: 23px;
  height: 25px;
}
.icon-packUp-no {
  background-position: -62px -756px;
  width: 23px;
  height: 25px;
}
.icon-spread {
  background-position: -9px -646px;
  width: 30px;
  height: 30px;
}
.icon-product-right-arrow {
  background-position: -155px -619px;
  width: 12px;
  height: 14px;
}
.icon-product-bottom-arrow {
  background-position: -715px -582px;
  width: 12px;
  height: 14px;
}
.icon-product-top-arrow {
  background-position: -698px -583px;
  width: 12px;
  height: 14px;
}
.recommend-unchecked-brand,
.recommend-checked-brand {
  width: 20px;
  height: 19px;
}
.icon-left-brand {
  background-position: -196px -706px;
  width: 12px;
  height: 15px;
  margin-top: 5px;
}
.icon-page-left {
  background-position: -92px -735px;
  width: 15px;
  height: 15px;
}
.icon-page-right {
  background-position: -93px -754px;
  width: 15px;
  height: 18px;
}
.icon-right-blue {
  background-position: -107px -755px;
  width: 15px;
  height: 15px;
}
.icon-is-rec {
  background-position: -446px -690px;
  width: 20px;
  height: 15px;
}
.icon-industry-control {
  background-position: -587px -642px;
  width: 50px;
  height: 50px;
}
.icon-industry-control-white {
  background-position: -587px -684px;
  width: 50px;
  height: 50px;
}
.icon-traffic-control {
  background-position: -628px -642px;
  width: 40px;
  height: 40px;
}
.icon-traffic-control-white {
  background-position: -628px -682px;
  width: 50px;
  height: 50px;
}
.icon-purchase-control {
  background-position: -673px -642px;
  width: 50px;
  height: 50px;
}
.icon-purchase-control-white {
  background-position: -673px -682px;
  width: 40px;
  height: 40px;
}
.icon-instrument-control {
  background-position: -722px -642px;
  width: 41px;
  height: 43px;
}
.icon-instrument-control-white {
  background-position: -722px -682px;
  width: 40px;
  height: 40px;
}
.icon-Aerospace-control {
  background-position: -761px -642px;
  width: 40px;
  height: 40px;
}
.icon-Aerospace-control-white {
  background-position: -761px -682px;
  width: 41px;
  height: 43px;
}
.icon-biology-control {
  background-position: -803px -642px;
  width: 40px;
  height: 40px;
}
.icon-biology-control-white {
  background-position: -803px -682px;
  width: 40px;
  height: 40px;
}
.icon-earth {
  background-position: -422px -629px;
  width: 22px;
  height: 22px;
}
.bd_weixin_popup {
  height: 340px !important;
  width: 280px !important;
}
.bd_weixin_popup_foot {
  text-align: center !important;
}
.icon_register_user {
  background-position: -92px -785px;
  width: 24px;
  height: 24px;
}
.icon_register_phone {
  background-position: -138px -787px;
  width: 20px;
  height: 20px;
}
.icon_register_lock {
  background-position: -90px -787px;
  width: 20px;
  height: 20px;
  bottom: 16px!important;
}
.icon_register_unlock {
  background-position: -41px -784px;
  width: 24px;
  height: 24px;
}
.icon_register_email {
  background-position: -64px -788px;
  width: 20px;
  height: 20px;
}
.icon_register_ok_lock {
  background-position: -114px -787px;
  width: 20px;
  height: 20px;
}
.icon_register_tip {
  background-position: -166px -788px;
  width: 19px;
  height: 19px;
}
.icon_register_img {
  background-position: -214px -784px;
  width: 24px;
  height: 24px;
}
.icon-arrow-brand-top-blue {
  background-position: -169px -830px;
  width: 12px;
  height: 12px;
}
.icon-arrow-brand-bottom {
  background-position: -169px -815px;
  width: 12px;
  height: 12px;
}
.icon-arrow-expand-top {
  background-position: -230px -829px;
  width: 12px;
  height: 14px;
}
.icon-arrow-expand-bottom {
  background-position: -243px -829px;
  width: 12px;
  height: 12px;
}
.icon-no-brand {
  background-position: -174px -727px;
  width: 50px;
  height: 50px;
}
.icon-arrow-bottom-small {
  width: 19px;
  height: 12px;
  background-position: -136px -638px;
}
.icon-fabuwenzhang {
  background-position: -1038px -253px;
  width: 17px;
  height: 15px;
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2px 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 10px;
  border-radius: 0 6px 0 0;
}
.swiper-container .swiper-tip.swiper-tip_right {
  left: auto;
  right: 0;
  border-radius: 6px 0 0 0;
}
.swiper-container .carousel-page {
  position: absolute;
  bottom: 0 !important;
  z-index: 9;
  text-align: right;
  height: 24px;
  display: inline-block;
  width: auto !important;
  right: 0;
  left: auto !important;
  padding: 2px 10px 0 20px;
  font-size: 0;
  line-height: 24px;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.2) 100%);
}
.swiper-container .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 0 5px;
  z-index: 9;
}
.swiper-container .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 5px !important;
}
.adTipsBpx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(2, 181, 181, 0.58);
  border: 1px dashed #00F0FF;
  text-align: left;
}
.adTipsBpx .tips_p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  line-height: 28px;
  text-align: center;
  background: #0e40af;
  border-radius: 0 0 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.adTipsBpx .tips_adSize {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  font-weight: bold;
}
.OnlineConsult_btn {
  display: none;
}
.embed-icon {
  width: 0 !important;
  height: 0 !important;
}
.embed-hot-issue {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
.embed-icon-pcIcon4 {
  width: 0 !important;
  height: 0 !important;
}
