body {
    background-color: #f8f8f8;
    color: #333;
    font-size: 16px;
}
a {
    color: inherit;
}
input{
    outline: none;
}
.active-color {
    color: #0085EE;
}
.active-bg {
    background-color: #0085EE;
}
.color-333 {
    color: #333;
}
.color-666 {
    color: #666;
}
.color-999 {
    color: #999;
}
.color-FF5C00{
    color: #FF5C00;
}
#header .content,#nav .content,#main .content,#footer .content{
    width: 1200px;
    margin: 0 auto;
}
.medium {
    font-size: 14px;
}
.small {
    font-size: 12px;
}
.main-theme:hover {
    background: #fff!important;
    color: #0085EE!important;
}
.second-theme:hover {
    background: #0085EE!important;
    color: #fff!important;
}

/* header */
#header {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #eee;
}
#header .offical {
    padding-left: 18px;
}
#header .header-item {
    display: inline-block;
    padding: 0 10px;
}
#header .header-item:last-of-type {
    padding-right: 0;
}
#header .header-item:hover{
    color: #0085EE;
}

/* nav */
#nav{
    height: 88px;
    background-color: #ffffff;
    padding-top: 20px;
        box-sizing: border-box;
}
#nav .logo{
    margin-right: 61px;
    position: relative;    overflow: hidden;
    top: -10px;
}

/*#nav .logo:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -460px;
    width: 200px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1.5s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}

	to {
		left: 130px;
		top: 0px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}

	to {
		left: 130px;
		top: 0px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}

	to {
		left: 130px;
		top: 0px;
	}
}

@keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}

	to {
		left: 130px;
		top: 0px;
	}
}*/
#nav .menu .nav-item{
    margin: 0 20px;
    display: inline-block;
    padding: 12px 0 8px 0;
    line-height: 16px;
    position: relative;
}
#nav .menu .nav-item .mask{
    position: absolute;
    right: -23px;
    top: 0px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 2px;
    display: block;
    background: #f55449;
    padding: 2px;
    color: #ffffff;
}
#nav .menu .nav-item .mask .arrow{
    width: 0;
    height: 0;
    /* border-left: 6px solid #f55449; */
    border-left: 0px solid;
    border-top:5px solid;
    border-right: 8px solid;
    border-bottom: 0px solid;
    border-color: #f55449 transparent transparent transparent;
    position: absolute;
    left:0;
    bottom: -4px;
    display: block;
}

#nav .menu .nav-item.active , #nav .menu .nav-item:hover{
    color: #0085EE;
    border-bottom: 2px solid #0085EE;
}
#nav .search{
    height: 36px;
    padding: 2px;
    background-color: #0085EE;
    width: 194px;
    border-radius: 4px;
    margin-left: 70px;
    box-sizing: border-box;
}
#nav #search{
    height: 32px;
    padding: 11px;
    width: 153px;
        box-sizing: border-box;
}
#nav #search::placeholder{
    color: #C8C8C8;
    font-size: 14px;
}
#nav .search-icon{
    width: 36px;
    height: 32px;
    background: url("../img/search.png") no-repeat center;
    background-size: 19px;
}
#nav .send{
    width:77px;
    height:36px;
    font-size: 14px;
    background:rgba(0,133,238,1);
    border-radius:4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
 
}
.send .down-icon{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 11px;
    background: url("../img/down.png") no-repeat center;
    background-size: 12px 8px;
}
/* banner */
#main #banner {
    padding-top: 5px;
    margin-bottom: 45px;
}
#banner .banner-head {
    margin-bottom: 17px;
    height: 87px;    box-shadow: 0px 3px 16px #e8eaf0;
    padding-left: 155px;
    padding-right: 18px;
    background: #fff url("../img/notice.png") no-repeat 18px center;
}
#banner .banner-head .red-mark{
    color: #F91238;
}
#banner .banner-head .title {
   padding: 12px 0 0px;
      float: left;
    width: 50%;
}
#banner .banner-head .desc {
    line-height: 18px;
}
#banner .banner-img {
    width: 900px;
    height: 365px;
    cursor: pointer;
    margin-bottom: 20px;
}
#banner .list {
    height: 125px;
    width: 900px;    box-shadow: 0px 3px 16px #e8eaf0;
}
#banner .list>li {
    float: left;
    width: 14.28%;
    height: 100%;
    padding-top: 15px;
}
#banner .list>li img{
    border-radius: 50%;
}
#banner .list>li .p1 {
    padding-top: 5px;
    line-height: 14px;
    margin-bottom: 9px;
    font-weight: 600;
}
#banner .list>li .p2 {
    line-height: 12px;
}
/* #banner .list>li:nth-of-type(1) {
    background: url("../img/banner-list1.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(2) {
    background: url("../img/banner-list2.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(3) {
    background: url("../img/banner-list3.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(4) {
    background: url("../img/banner-list4.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(5) {
    background: url("../img/banner-list5.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(6) {
    background: url("../img/banner-list6.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(7) {
    background: url("../img/banner-more.png") no-repeat center 37px;
}  */
#banner .banner-download{
    height: 80px;
}
#banner .banner-buys{
    height: 410px;
    margin-top: 20px;    box-shadow: 0px 3px 16px #e8eaf0;
    background: #fff url("../img/banner-right.png") no-repeat center top;
}
#banner .banner-buys .tit1 {
    font-size: 24px;
    line-height: 24px;
    padding: 19px 0 6px 22px;
}
#banner .banner-buys .tit2 {
    line-height: 14px;
    padding-bottom: 61px; 
    padding-left: 22px;
}
#banner .banner-buys .total-tit {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 23px;
}
#banner .banner-buys .total-money {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #F91238;
    padding-bottom: 26px;
}
#banner .banner-buys .send-btn, #banner .banner-buys .publish-article  {
    width: 240px;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
    border: 2px solid #0085EE;
    margin: 0 auto;
}
#banner .banner-buys .publish-article {
    margin: 15px auto 17px;
}
#banner .banner-buys .banner-r-list {
    border-top: 1px solid #EEEEEE;
}
#banner .banner-buys .banner-r-list li {
    width: 25%;
    padding-top: 47px;
    line-height: 12px;
}
#banner .banner-buys .banner-r-list>li:nth-of-type(1) {
    background: url("../img/banner-r-list1.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(2) {
    background: url("../img/banner-r-list2.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(3) {
    background: url("../img/banner-r-list3.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(4) {
    background: url("../img/banner-r-list4.png") no-repeat center 14px;
}

/* answers精选问答 */
#main #answers{
    /* height: 492px; */
    margin-bottom: 60px;
}
.same-list-left{
    width: 900px;
}
.same-list-menu{
    padding-top: 10px;
    padding-bottom: 21px;
    line-height: 31px;
}
.same-list-menu .menu-title{
    border-left: 5px solid #0085EE;
    padding-left: 16px;
    color: #333333;
    font-size: 28px;
    padding-right: 33px;
}
.same-list-left .menu-fun-list li{
    padding: 0 14px;
    height: 30px;
    color: #666666;
    margin: 0 3px;
    margin-top: 2px;
    cursor: pointer;
    line-height: 30px;
}
.same-list-left .menu-fun-list li.active{
    background: #0085EE;
    color: #ffffff;
}
.same-list-left .same-list-main{
    display: none;
    min-height: 435px;
}
.same-list-left .same-list-main.show{
    display: block;    box-shadow: 0px 3px 16px #e8eaf0;
}
.same-list-left .same-list-main li{
    margin: 0 13px 0 18px;
    border-bottom: 1px solid #E9E9E9;
    padding: 9px 0 18px 0;
    width: 415px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.same-list-left .same-list-main li:nth-last-of-type(1), .same-list-left .same-list-main li:nth-last-of-type(2) {
  
}
.same-list-left .same-list-main li .title{
    color: #333333;
    line-height: 35px;
}
.same-list-left .same-list-main li .list-bottom{
    height: 24px;
    line-height: 24px;
}
.same-list-left .same-list-main li .list-bottom .price{
    color: #FF5C00;
    font-weight: bold;
}
.same-list-left .same-list-main li .list-bottom .personalNum{
    padding-left: 24px;
    padding-right: 6px;
}
.same-list-left .same-list-main li .list-bottom .tag{
    margin: 0 6px;
    height: 24px;
    background: #EBF2F8;
    padding: 0 8px;
    text-align: center;
}

.same-list-right .same-right-imgbox{
    height: 110px;
}
.same-list-right .same-right-main{
    /* height: 362px; */
    margin-top: 21px;box-shadow: 0px 3px 16px #e8eaf0;
}
.same-right-main .title{
    height: 42px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 42px;
    color: #333333;
    padding-left: 16px;
}
.same-right-main ul{
    margin-top: 8px;
}
.same-right-main li{
    padding: 10px 16px 8px 16px;
}
.same-right-main .same-right-list-img{
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
}
.same-right-main .same-right-list-box{
    padding-left: 12px;
}
.same-right-main .same-right-list-box span{
    display: inline-block;
    padding: 2px 6px 6px 0;
    line-height: 8px;
}
.same-right-main .same-right-list-box *{
box-sizing: border-box;
}
/* industryExperts 行业专家 */
#main #industryExperts{
    /* height: 391px; */
    margin-bottom: 30px;
    padding-top: 20px;
}

#industryExperts ul{
    padding-top: 5px;
    padding-bottom: 62px;
}
#industryExperts li{
    width: 285px;
    height: 243px;
    border: 1px solid #E9E9E9;
    margin-right: 15px;
    padding: 19px 17px;
        margin-bottom: 10px;
}
#industryExperts li:last-child{
    margin: 0;
}
#industryExperts .character{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
}
#industryExperts .character .character-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#industryExperts .character .character-main{
    padding-top: 6px;
    padding-left: 20px;
    line-height: 27px;
}
#industryExperts .desc {
    line-height: 22px;
    margin: 11px 0 16px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;    
    overflow: hidden;
        height: 60px;
}
#industryExperts .ask-btn {
    width: 109px;
    height: 32px;
    border: 1px solid #0085EE;
    line-height: 30px;
    border-radius: 4px;
}
#industryExperts .help {
    line-height: 32px;
}
#industryExperts .help-counts {
    color: #ff5c00;
    padding: 0 3px;
}
#main #industryExperts *{
    box-sizing: border-box;
}
/* optimumCourses 优选课程 */
#main #optimumCourses{
    /* height: 492px; */
    margin-bottom:25px;
}
.optimumCourses-list{
    display: none;
}
.optimumCourses-list.show{
    display: block;
}
.optimumCourses-list>li {
    width: 285px;
    height: 273px;
    border-radius: 5px;
    margin-right: 22px;
    margin-bottom: 22px;
    overflow: hidden;    box-shadow: 0px 3px 16px #e8eaf0;
}
.optimumCourses-list>li a{
    display: inline-block;
}
.optimumCourses-list>li:nth-of-type(3n) {
    margin-right: 0;
}
.optimumCourses-list>li>img {
    width: 100%;
    height: 150px;
}
.optimumCourses-list>li>.tit {
    padding: 16px 16px 12px 16px;
    line-height: 16px;
        text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.optimumCourses-list>li>.study-total {
    padding: 0 16px 15px 16px;
    line-height: 12px;
}
.optimumCourses-list>li>.bottom {
    padding: 0 16px;
}
.optimumCourses-list>li>.bottom .amount {
    line-height: 32px;
}
.optimumCourses-list>li>.bottom .study-btn {
    line-height: 32px;
    width:92px;
    height:32px;
    background:rgba(0,133,238,.15);
    border-radius:4px;
    cursor: pointer;
}

#optimumCourses .same-right-main{
    padding-bottom: 16px;
}
/* 专栏文章 */
.columnist-list {
    margin-bottom: 65px;box-shadow: 0px 3px 16px #e8eaf0;
}
.columnist-list>li {
    width: calc(50% - 40px);
    padding: 23px 0;
    margin: 0 20px;
    border-bottom: 1px solid #E9E9E9;
}

.columnist-list>li>.img {
    width: 145px;
    height: 104px;
    border-radius: 4px;
}
.columnist-list>li>.cons {
    width: 355px;
    margin-left: 17px;
}
.columnist-list>li>.cons a{
    display: inherit;
}
.columnist-list>li>.cons .tit {
    line-height: 16px;
    padding: 4px 0 11px;
}
.columnist-list>li>.cons .middle {
    line-height: 23px;
    margin-bottom: 10px;
}
.columnist-list>li>.cons .middle .head-img {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    margin-right: 11px;
}
.columnist-list>li>.cons .middle .text {
    padding: 0 6px;
}
.columnist-list>li>.cons .desc {
    line-height: 20px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
}



/* footer */
#footer{
    background-color: #3c3c3c;
    color: #ccc;
}
#footer .link-wrap {
    border-bottom: 1px solid #555555;
}
#footer .footer-title {
    padding: 30px 0 17px;
}
#footer .title {
    width: 82px;
    height: 36px;
    line-height: 36px;
    background: #495059;
}
#footer .footer-link {
    line-height: 24px;
    margin-right: 15px;
    margin-bottom: 17px;
    color: #ccc;
}
#footer .footer-link:hover {
    color: #0085EE;
}
#footer .copyrigth {
    height: 70px;
    line-height: 12px;
    color: #ccc;
    padding-top: 24px;
}
.send-menu{
    position: relative;
    float: right;
}
.send-menu ul{
position: absolute;
    width: 77px;
    display: none;
    top: 36px;
    left: 0px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    border: 1px solid #eaeaea;
}
.send-menu ul li{
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.send-menu ul li a:hover{
    color: #0085EE;
}
.send-menu:hover ul{
    display: block;
}
.ws_header,.ws_header .menu{
	display:inline;
}
#banner .banner-buys .send-btn:hover{
	color:#fff;
}
#banner .banner-buys .publish-article:hover{
	color:#0085EE;
}
.same-content *{
	box-sizing: border-box;
}


.web-footer{
	width:100%;
	background:#323232;
	margin-top:40px;
}
.web-footer .foot-box{
	width: 1160px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}
.web-footer .foot-box .foot-nav{
	width: 100%;
    margin-bottom: 30px;
}
.web-footer .foot-box .foot-copyright{
	text-align: center;
    font-size: 12px;
    color: #ccc;
}
.web-footer .foot-box .foot-copyright a{
	margin-left:10px;
	margin-right:10px;
	color:#ccc;
}
.web-footer .foot-box .foot-copyright a:hover{
	color:#ccc;
}
.web-footer .foot-box .foot-copyright .cp-title{
	width:100%;
	height:32px;
	color:silver;
	font-size:14px;
	margin-bottom:10px;
}
.web-footer .foot-box .foot-copyright .cp-bar{
	width:100%;
	text-align:left;
  	line-height: 25px;
}
.web-footer .foot-box .foot-copyright .cp-bar img{
	width:160px;
	height:71px;
}
.web-footer .foot-box .foot-nav dl.first{
	width: 330px;
}
.web-footer .foot-box .foot-nav dl{
	float: left;
    margin-right: 50px;
    padding-right: 50px;
    width: 225px;
    border-right: 1px solid #404040;
    line-height: 24px;
}
.web-footer .foot-box .foot-nav dl.short{
	width: 150px;
}
.web-footer .foot-box .foot-nav dl.last{
	margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.web-footer .foot-box .foot-nav dt{
	clear: both;
    margin-bottom: 15px;
	font-size: 14px;
    color: silver;
    font-weight: 400;
}
.web-footer .foot-box .foot-nav dd{
	float: left;
    width: 80px;
	font-size:14px;
	line-height:24px;
    position: relative;
}
.web-footer .foot-box .foot-nav dd a{
	color:#959595;
}
.web-footer .foot-box .foot-nav dd a:hover{
	 color: silver;
}
.web-footer .foot-box .foot-nav dd.wx .wxshow{
	position: absolute;
    left: -78px;
    bottom: 28px;
    width: 220px;
    height: 220px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2;
    display: none;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.web-footer .foot-box .foot-nav dd.wx{
	position: relative;
    z-index: 2;
    cursor: pointer;
}
.web-footer .foot-box .foot-nav dd .wxshow img{
	display: block;
    width: 100%;
    height: 100%;
}
.web-footer .foot-box .foot-nav dd .wxshow span{
	width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.web-footer .foot-box .foot-nav dd.wx:hover .wxshow{
	display:block;
}

.web-footer .foot-box .foot-nav dd.xcx .xcxshow{
	position: absolute;
    left: -78px;
    bottom: 28px;
    width: 220px;
    height: 220px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2;
    display: none;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.web-footer .foot-box .foot-nav dd.xcx{
	position: relative;
    z-index: 2;
    cursor: pointer;
}
.web-footer .foot-box .foot-nav dd .xcxshow img{
	display: block;
    width: 100%;
    height: 100%;
}
.web-footer .foot-box .foot-nav dd .xcxshow span{
	width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.web-footer .foot-box .foot-nav dd.xcx:hover .xcxshow{
	display:block;
}


.web-footer .foot-box .foot-copyright img{
	transition:all .2s ease-in 0s;
	margin-bottom: 10px;
    opacity: 1;
}
.web-footer .foot-box .foot-copyright img:hover{
	transition:all .2s ease-in 0s;
	opacity: 0.8;
}
.web-footer .foot-box .foot-copyright .sp{
	opacity: 0.4;
    font-size: 10px;
    padding: 0 6px;
    font-family: Tahoma;
}
.web-footer .foot-copyrighttext{
	width:100%;
	background:#242424;
}
.web-footer .foot-copyrighttext .foot-textbox{
	width:1160px;
	margin: 0 auto;
	font-size:12px;
	color:#959595;
	padding:10px 0;
	line-height:26px;
	text-align:center;
}
.web-footer .foot-copyrighttext .foot-textbox a{
	color:#959595;
}
.web-footer .foot-copyrighttext .foot-textbox a:hover{
	color: silver;
}
  
  #go-fav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}#go-fav span {
    padding: 5px 10px;
    background: #4eabfb;
    border-radius: 5px;
    color: #ffffff;
    margin: 0 5px;
}#go-fav b {
    font-weight: normal;
    margin: 0 20px;
}#go-fav a {
    margin-top: 2px;
    width: 120px;color: #ffffff;
    height: 30px;
    background: #4eabfb;
    border-radius: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.titbox{font-size:18px;color:#3366cc;height:32px;overflow:hidden;width:100%;margin:20px auto;}
.scroll{max-width: 1560px;color:#333333;margin:0 auto;overflow:hidden;}
.scroll img{border:solid 1px #ddd;margin:0 5px;}
.scroll a:hover img{border:solid 1px #990000;}

.items-group {
    background: #f3f3f3;
    width: 196px;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    padding: 6px 20px 6px 6px;
    box-sizing: border-box;
    animation: animate 15s linear infinite;
    margin-right: 15px;
}.items-group .items-box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}.items-group .img{
    width: 60px!important;
    height: 60px!important;
}.items-group .img img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 50%;
    box-shadow: 0 0 10px #cecece;
}.items-group .desc {
    margin-left: 20px;
    font-size: 12px;
}.items-group .desc .name {
    font-size: 14px;
    width: 83px;
    font-weight: bold;
    overflow: hidden;white-space: nowrap;text-overflow:ellipsis;
}.items-group .follow-btn {
    display: block;
    margin-top: 10px;
    border-radius: 16px;
    font-weight: bold;
    padding: 5px 26px;
    color: #fff;
    background: #145ccd;
}.items-group .del-follow {
    background: linear-gradient(to bottom, #1f1f1f 0%,#a8a8a8 100% )!important;
}
.index-infobox{
    width: 100%;
    margin: 0px auto;
    margin-top: 5px;
    color: #666;
    -webkit-font-smoothing: auto;
    text-align: center;
    overflow: hidden;
}
.index-infobox .inbox{
	margin:0 auto;
	text-align:left;
}
.index-infobox .inbox .avatars{
	display: inline-block;
    margin: 0 24px 0 0;
}
.index-infobox .inbox .avatars li{
	display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}
.index-infobox .inbox .avatars img{
	display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #ccc;
}
.index-infobox .inbox .text{
	line-height: 50px;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
}
.index-infobox .inbox .text em{
	display: inline-block;
    margin: 0 3px;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #0085ee;
    vertical-align: baseline;
}
.index-infobox .inbox .fenxiang-btn{
	float: right;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #0085ee;
    color: #0085ee;
    display: inline-block;
}
.index-infobox .inbox .fenxiang-btn:hover{
	color:#fff;
	background:#0085ee;
}


/*联系框*/

/* fixed-bar */
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url("https://www.bimsq.com/img/JS_02.png") no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-8px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;right:0px;bottom:50px;z-index:50;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;overflow:hidden;margin:-1px 0 0;padding:50px 0 2px 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#0085EE;background-color:#0085EE;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:36px;margin:-1px -1px 0;background:#0085EE;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{margin:0 2px -1px;border-bottom:1px dashed #eaeaea;}
.fixed-bar .consult-list li{padding:6px 0 6px 22px;color:#666;font:normal 12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;color: #545454;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top;}
.fixed-bar .wide-bar{width:60px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:58px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 16px;background-position:-592px -262px;}

.btnshowall2{
	display: inline;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: none;
}
.btnshowall2 .fa-angle-down{
	 font-size: 24px;
	 position:relative;
	 top:4px;
}
.xianshi{    border: 3px solid #82b7e1;
    border-radius: 5px;
    margin: 10px 0;    background: #0e88f1;}

.yincang{    height: 100px;
    background-image: linear-gradient(to top, rgb(204, 218, 228), transparent);
    padding: 0 20px;    border-radius: 10px;}
