/*
 * 公用样式顶部及底部区域，全页面公用
 * create by Zhaoshanshan 2017-01-23
 */
@charset "UTF-8";



.hidden{
    display: none !important;
}
/*
    顶部导航
*/
.top-welcome{
    background: #dddddd;
    line-height:50px;
    font-size:14px;
}

.top-nav{
    height: 98px;
    z-index: 99;
    color: #000;
}

.top-nav .header-logo {
    margin-right: 10px;
    float: left;
    height: 98px;
    width: 160px;
    background: url(../../images/common/logo.png) no-repeat left center;
}
.top-nav .header-nav{
    height: 98px;
}
.top-nav .header-nav ul{
    overflow:hidden ;
}

.login-nav2019 .date-box{
    float:right;
    height:40px;
    color:#333;
	font-size: 12px;
}
.login-nav2019 .date-box span{
    float:left;
    height:40px;
    line-height: 40px;
    margin-left: 30px;
}
.login-nav2019 .date-box span:first-child{
    margin-left:0;
}
.login-nav2019 .date-box span.day{
    padding-left:23px;
    background: url(../../images/common/icon-date.png) no-repeat left center;
}
.login-nav2019 .date-box span.nowtime{
    padding-left:20px;
    background: url(../../images/common/icon-time.png) no-repeat left center;
}
/*
 * 登陆注册
 * */
.login-regist{
	height: 42px;
	color: #fff;
	margin: 20px 0;
}
.login-regist .btn-bar{
	float: left;
    margin: 0 8px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    width: 25px;
}
.login-regist .btn-bar i{
	margin: 5px 2px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.register-icon {
    height: 20px;
    width: 19px;
    background: url(/images/common/icon-all.png) -24px 0px no-repeat;
}
.login-icon {
    height: 20px;
    width: 19px;
    background: url(/images/common/icon-all.png) 0px 0px no-repeat;
}
/*
 * 中英文标题样式
 * */
.titleCE-w span{
	color: #fff;
	display: block;	
}
.titleCE-b span{
	color: #000;
	display: block;	
}
.titleCE span.titleC{
	font-size: 28px;
	margin-bottom: 5px;
}
.titleCE span.titleE{
	font-size: 12px;
}
/*
    footer
*/
.footer{
    background: #080e22;
    padding: 50px 0;
    color: #fff;
}
.footer span.copyright-txt {
    padding-bottom: 20px;
}
.footer p {
    padding-top: 10px;
}

.footer .foot-box{
    padding-right:55px;
    padding-left: 260px;
    border-right: 1px solid #35394a;
    padding-bottom: 25px;
}
.footer .vcode{
    padding-left: 55px;
}
.footer .vcode em {
    float: left;
    width: 134px;
    height: 140px;
    margin-right: 40px;
}
.footer .vcode em img{
	width: 100%;
	height: 100%;
}
a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
	color: inherit;
	border: none;
}
/*
    margin padding边距
*/
.m-right20{
    margin-right: 20px;
}
.m-top10{
	margin-top: 10px;
}
.m-top50{
    margin-top: 50px;
}
.m-top60{
   margin-top: 60px;
}
.m-top45{
    margin-top: 45px;
}
.m-top160{
    margin-top: 160px;
}
.m-top40 {
    margin-top: 40px;
}
.m-top50 {
    margin-top: 50px;
}
.p-top60{
    padding-top: 60px;
}
.m-top30{
    margin-top: 30px;
}
.m-top20{
    margin-top: 20px;
}
.p-top15{
    padding-top: 15px;
}
.p-top30{
    padding-top: 30px;
}
.padding10{
    padding: 10px 10px 10px 13px;
}
.m-left10{
    margin-left: 10px;
}
.m-left20{
    margin-left: 20px;
}
.m-right30{
    margin-right: 30px;
}
.m-bottom10{
	margin-bottom:10px;
}
.m-bottom30{
   margin-bottom: 30px;
}
.m-bottom60{
	margin-bottom: 60px;
}
.m-t-l{
    margin: 20px 10px;
}
.m-250{
    margin: 2px 5px 0;
}
/*定位*/
.right-0{
    right:0;
}
.right-20{
    right: 20px;
}
.left-0{
    left:0;
}
.top-0{
    top:0;
}
.bottom-0{
    bottom:0;
}
.bottom-20{
    bottom: 20px;
}
/*宽度*/
.w-220{
    width: 220px;
}
.w-380{
    width: 380px;
}
.w-270{
    width: 270px;
}
.w-450{
	width:450px;
}
.w-960{
	width: 960px;
}
/*高度*/
.height-100{
    height: 100px;
}
.height-200{
    height: 200px;
}
/*行高*/
.line-h-22{
    line-height: 22px;
}
/*首行缩进*/
.indent2em{
    text-indent: 2em;
}
.font-size-16{
    font-size: 16px;
    text-align: justify
}
.font-size-18{
    font-size: 18px;
}

/*查看更多*/
.check-most{
    width: 100%;
    margin: 4px auto 20px;
}
.check-most .check-most-txt{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #592eff;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
.check-most .check-most-txt:hover{
	background: #ed6f2d;
}

/*模块下方查看更多*/
.check-most-blue{
    width: 100%;
    margin: 4px auto 20px;
}
.check-most-blue .check-most-txt{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #5a2cff;
	height: 55px;
    line-height: 55px;
}
/*客服*/
.side {
    position: fixed;
    width: 40px;
    height: 218px;
    right: 0;
    top: 600px;
    z-index: 100;
}
.side ul li {
    width: 40px;
    height: 218px;
    float: left;
    cursor: pointer;
    background: url(/images/common/btn-kf.png) no-repeat;
}
/*当前位置*/
.currPosition{
    height: 50px;
    background-color: #1a3b56;
}
.currPosition p {
    margin-right: 10px;
}
.currPosition p, .currPosition a, .currPosition span {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}
.currPosition a.orange {
    color: #f05350;
}


/*搜索*/
.gray-bg .container{
    background-color: #ebf0ee;
}
.gray-bg .search{
    /*width: 623px;
    margin: 0 auto;
    height: 44px;
    line-height: 42px;
    padding-top: 28px;
    text-align: center;
    position: relative;
    padding-bottom: 5px;*/
    margin: 0 57px 0 38px;
    height: 58px;
    padding-top: 40px;
}
.gray-bg .search label{
    font-size: 18px;
    margin-right: 10px;
}
.gray-bg .search input{
   /* width: 493px;
    height: 40px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;*/
    padding-left: 10px;
    width: 889px !important;
    line-height: 58px;
    height: 58px !important;
    background-color: #fff;
    border: none;
    float: left;
    font-size: 14px;
}
.gray-bg .search a{
    /*width: 40px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-left: 1px solid;
    position: absolute;
    right: 8px;
    top: 30px;*/
    margin-left:37px;
    background-color: #f05350;
    color: #fff;
    display: block;
    width: 168px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.gray-bg .search a img{
    padding-top: 6px
}

/*设备共享-仪器设备资讯  &&  创新创业-创新创业资讯   共同样式*/
.instrument-info{
    overflow: hidden;
}
.instrument-info .instrument-info-item{
    overflow: hidden;
    -height: 440px;
}
.instrument-info-item .equip-info-left{
    height: 440px;
}
.instrument-info-item .instrument-info-left a{
    width: 580px;
    height: 380px;
    display: block;
}
.instrument-info-item .instrument-info-left a img{
    width: 580px;
    height: 380px;
}
.instrument-info-item .instrument-info-right{
    width: 580px;
}
.instrument-info-item .instrument-info-right li{
    width: 580px;
    height: 68px;
    float: left;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    padding-bottom: 11px;
    padding-top: 20px;
}
.instrument-info-item .instrument-info-right li .date{
    width: 54px;
    height: 54px;
    background-color: #024a68;
    color: #fff;
    margin-right: 20px;
}
.instrument-info-item .instrument-info-right li .date .font-18{
    font-size: 18px;
    display: block;
    padding-top: 4px;
}
.instrument-info-item .instrument-info-right li .date .font-12{
    font-size: 12px;
    display: block;
    padding-top: 4px;
}
.instrument-info-item .instrument-info-right li .share-txt{
    width: 506px;
}
.instrument-info-item .instrument-info-right li .share-txt h2{
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #030000;
}
.instrument-info-item .instrument-info-right li .share-txt p{
    font-size: 16px;
    line-height: 24px;
    color: #323333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*灰色背景日期   -width 90； height 90*/
.date-gray{
    width: 90px;
    height: 90px;
    background-color: #f2f1f1;
    color: #040000;
    margin: 0 20px 0 10px;

}
.date-gray .font-26 {
    font-size: 26px;
    display: block;
    padding-top: 16px;
}
.date-gray .font-16 {
    font-size: 16px;
    display: block;
}

/*
    搜索 
*/

.input-search{
    background-color: #e9e8ea;
    height: 100px;
    line-height: 100px;
}
.input-search div{
    width: 658px;
    margin: 0 auto;
}
.input-search div input{
    width: 470px;
    height: 42px;
    border: 1px solid;
    margin-left: 5px;
    background-color: white;
    font-size: 18px;
    padding-left: 10px;
    border-right: none;
}
.input-search div span,.input-search .search label{
    font-size: 18px;
    color: #323333;
}

/* 多项搜索 */
.search-module-item{
	height: 40px;
	padding: 20px 259px 0;
}

.search-module-item input {
    padding-left: 10px;
    width: 500px;
    height:40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    float: left;
}
.search-module-item a {
    margin-left: 38px;
    background-color: #e71f19;
    color: #fff;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.relative-search-module {
    margin-left: 260px;
    margin-top: 10px;
    overflow: hidden;
}
.relative-search-module em {
    float: left;
    font-size: 16px;
    color: #666;
}
.relative-search-module .relative-search-classify {
    padding-left: 20px;
    float: left;
}
.relative-search-module .relative-search-classify a {
    font-size: 16px;
    color: #999;
    margin-right: 20px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.relative-search-module .relative-search-classify a:hover,
.relative-search-module .relative-search-classify a.active{
	background-color:#e71f19;
	color: #fff;
}
/* 错误信息提示 */
.error-msg{
	overflow:hidden;
}
.error-content{
	width:100%;
	height:140px;
	margin: 100px auto;
	text-align:center;
}
.error-content>div{
	margin: 0 auto;
}
.no-goods11-img{
	height: 105px;
	width: 105px;
	display: inline-block;
	background: url(../../images/common/error-pic.png) no-repeat center center;
}

/*登录部分样式*/
.navbar-default {
    background: none!important;
    border: none!important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.masker {
    cursor: pointer;
    margin-right: 25px;
    z-index: 1;
    visibility: visible;
    border: 0;
}
.modal-body-login .login-modal,
.modal-body-login .register-modal,
.modal-body-login .find-pwd-modal {
    width: 328px;
}
.modal-body-login .login-title {
    color: #666;
}
.modal-body-login .register-now a {
    font-size: 12px;
}
.pull-right {
    float: right !important;
}
.modal-body-login .form-content {
    width: 328px;
    padding: 10px 0px;
}
.form-group {
    margin-bottom: 0px !important;
    line-height: 45px;
    height: 75px;
}
.form-group>div.pos-relative {
    position: relative;
}
.form-group>div.single-column {
    width: 100%!important;
}
.form-group>div {
    float: left;
    /*width: 450px;*/
}
.username-air-icon, .password-air-icon, .verifyCode-air-icon, .email-air-icon, .checkbox-small-icon {
    display: inline-block;
    position: relative;
    background: url(/images/login_icons.png) 0 0 no-repeat;
}
.username-air-icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-position: -103px -20px;
}
.password-air-icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-position: -130px -20px;
}

.modal-body-login .error-tips {
    margin-left: 0px;
    min-height: 20px;
    height: auto;
}
.form-group input[type=text],
.form-group select,
.form-group .radio-box,
.form-group textarea{
    display: inline-block;
    border-radius: 0;
}
.form-control {
    display: block;
    height: 48px;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 48px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow:  0 0 1px rgba(0, 0, 0, 0.075);        /*sunfang modify 2016/11/09  */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.075);                 /*sunfang modify 2016/11/09  */
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.btn-default.highlight{
    background-color:#c277ff;
    border-color: #c277ff;
    color: #fff;
    margin-right: 5px
}
.modal-body-login .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
    cursor: pointer;
}
.modal-body-login,
.modal-body-login .find-pwd a,
.modal-body-login .agreement-box a {
    color: #9e9e9e !important;
}
.btn.disabled{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default.disabled:hover{
    background-color: #ccc;
    border-color: #ccc;
}

/*个人中心*/
.ucenter-leftnav {
    margin-top: 10px;
    margin-left: 10px;
}
.left-nav-list{
    width: 200px;
    min-height: 780px;
    background-color: #FFF;
    text-align: center;
    color: #222;
    font-size: 12px;
}
.panel-group {
    margin-bottom: 20px;
}
.left-nav-list .left-nav-name {
    padding: 7px 58px 12px 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5f5f5;
    font-size: 16px;
}
.left-nav-list .left-nav-name-img {
    background: url(../../images/common/left-icon.png) no-repeat center center;
    width: 62px;
    height: 52px;
    margin: -6px 0px 0px -12px;
    float: left;
}
.left-nav-list .left-nav-tile {
    line-height: 34px;
    height: 34px;
}
.left-nav-list .left-nav-tile span {
    display: inline-block;
    float: left;
    text-align: left;
    cursor: default;
    font-size: 14px;
}
.left-nav-list .blue-point {
    background: url(/images/common/left-icon-dot.png) no-repeat center center;
    width: 6px;
    height: 6px;
    margin: 14px 30px 0px 20px;
}

.left-nav-list ul, .left-nav-list li {
    color: #848383;
    line-height: 30px;
    border: none!important;
    margin-bottom: 0px;
}
.second-list li a{
    width:160px;
    height:30px;
    display:block
}
/*内容*/
.ucenter-content {
    margin-left: 15px;
    margin-top: 10px;
    width: 970px;
}
.index-user-info {
    height: 125px;
    padding-top: 20px !important;
    color: #000;
}
.index-user-info>div {
    float: left;
}
.account-img {
    height: 120px;
    width: 120px;
    position: relative;
    background: url(/images/common/icon-default-img.png) 0 0 no-repeat;
    background-position: 6px -46px;
}
.account-img img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}
.index-user-info .user-info {
    float: left;
}
.index-user-info .username {
    font-size: 18px;
    margin: 15px 0px 10px 15px;
}
.index-user-info .user-credit {
    width: 400px;
    margin-left: 15px;
}
.index-user-info .user-info .wd265 {
    width: 265px;
}
/*图标*/
.title .btn {
    margin: 14px 0px;
}
i.sys-add-icon{
    height: 16px;
    width: 16px;
    top: 4px;
    background: url(/images/common/icon-assist.png) no-repeat -163px -236px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.vereist:before {
    content: "*";
    color: #f9514e;
    vertical-align: sub;
}

i.certify-enterprise-icon{
    background: url(../../images/common/company.png) no-repeat center center;
    width: 62px;
    height: 62px;
    display: inline-block;
}i.certify-phone-icon{
     background: url(../../images/common/phone.png) no-repeat center center;
     width: 62px;
     height: 62px;
     display: inline-block;
 }

.index-auth-info {
    height: 75px;
    padding: 25px 0px 0px 12px;
}
.index-auth-info .auth-obj {
    float: left;
    margin: 0px 10px;
    font-size: 12px;
    width: 221px;
}
.index-auth-info .auth-name {
    margin: 0px 10px 0px 5px;
    display: inline-block;
    width: 73px!important;
}
.auth-list .auth-name {
    position: relative;
    bottom: 22px;
    width: 119px;
}
.index-auth-info .auth-status {
    display: inline-block;
    width: 48px!important;
}
.auth-list .auth-status {
    position: relative;
    bottom: 22px;
    width: 200px;
    text-align: center;
    color: #f9514e;
}
.index-user-info .pwd-level {
    margin-right: 5px;
}
.pwd-level-icon.normal-level {
    background-position: -105px -28px;
}
.pwd-level-icon {
    width: 100px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background: url(/images/common/icon-level.png) no-repeat;
}
.index-user-info .change-password {
    font-size: 12px;
    margin-left: 10px;
}
/*个人中心主体--位置*/
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.top-title .breadcrumb {
    margin: 0px;
    list-style: none;
    font-weight: 200;
    padding: 0 10px;
}
.breadcrumb > li {
    display: inline-block;
}
.top-title .breadcrumb > .active {
    color: #c277ff;
}

.basic-content-box {
    min-height: 725px;
}
.basic-content-box .form-content {
    height: 330px;
}
.form-content, .msg-content {
    padding: 10px 10px;
}
.basic-content-box .form-left {
    float: left;
    width: 970px;
}
.basic-content-box .form-group {
    line-height: 37px;
    height: 54px;
}
.table {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
}
table > thead {
    background: #c277ff;
    color: #fff;
}
.table > thead > tr, .table > tbody > tr {
    height: 38px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 6px;
    vertical-align: middle;
    line-height: 20px;
    border-bottom: none;
    text-align: center;
}
.content-table .tdw500 {
    width: 500px;
    min-width: 500px;
}
.content-table .tdw100 {
    width: 100px;
    min-width: 100px;
}
.form-group>div>label {
    width: 110px;
    text-align: right;
    float: left;
    padding-right: 14px;
}
label {
    display: inline-block;
    max-width: 100%;
}
.left-nav-list li:hover, .left-nav-list li.active, .left-nav-list li:hover a, .left-nav-list li.active a {
    background: #c277ff;
    color: #FFF;
}
#modal-message b,
#loginPart{color: red}
#registerPart a,
.w-line{color:#fff}
.w-line{padding: 0 4px;}
.top-bar{
    height: 80px;
    line-height: 80px
}
.top-bar span{
    display: block;
    float: left;
}
.top-bar #loginPart{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}
/*错误信息提示*/
.form-group .error-tips {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.form-group input.error {
    border: 1px #ff7b20 solid;
}
.form-group label.error {
    font-size: 12px;
    color: #ff7b20;
}
.error-pwd {
    font-size: 12px;
    color: #ff7b20;
}
.container p.info-tips-centre{
   margin-top: 300px;
    margin-bottom: 350px;
    text-align: center;
    font-size: 20px;
}
#loginPart{cursor: pointer}

/*.form-group span.valid_message_select, .form-group span.valid_message {
    float: left;
    width: 20px;
    height: 20px;
    background: url(/images/common/ic_warning.png) no-repeat;
    margin-top: 2px;
}*/



/*banner下的各页面顶部图*/
/*首页-科技资源*/
.scienResource{
    height: 240px;
    width: 100%;
    background: url(../../images/scien-resource.png) no-repeat center center;
}
/*首页-特色园区*/
.indexPark{
    height: 240px;
    width: 100%;
    background: url(../../images/index/indexPark.png) no-repeat center center;
}
/*新闻资讯*/
.newsbanner{
    height: 350px;
    width: 100%;
    background: url(../../images/news-bg.jpg) no-repeat center;
}
/*军民融合*/
.JM{
    height: 240px;
    width: 100%;
    background: url(../../images/junmin/JM-bg.png) no-repeat center center;
}

/*科技金融*/
.scienFinancial{
    height: 350px;
    width: 100%;
    background: url(../../images/scienFinancial-bg.jpg) no-repeat center center;
}

/* 设备共享 */
.equipShare{
    height: 350px;
    /*width: 100%;*/
    background: url(../../images/banner.jpg) no-repeat center center;
}

/*知识产权*/
.intelProperty{
    height: 350px;
    width: 100%;
    background: url(../../images/intelProperty-bg.jpg) no-repeat center center;
}
/*创新创业*/
.innovateBusiness{
    height: 350px;
    width: 100%;
    background: url(../../images/innovateBusiness.jpg) no-repeat center center;
}
/*科技中介*/
.techAgents{
    height: 240px;
    width: 100%;
    background: url(../../images/techAgent-top.png) no-repeat center center ;
}
/*技术交易*/
.techTrading{
    height: 350px;
    width: 100%;
    background: url(../../images/technology-bg.jpg) no-repeat center center;
}
/*科技查新*/
.kjcx_bg{
    height: 350px;
    width: 100%;
    background: url(../../images/index/kjcx_banner.png) no-repeat center center;
}
/*科技政策*/
.techPolicy{
    height: 350px;
    width: 100%;
    background: url(../../images/scienPolicy-top.jpg) no-repeat center center;
    background-size: cover;
}
/*平台介绍*/
.platformIntro{
    height: 350px;
    width: 100%;
    background: url(../../images/platformIntro.jpg) no-repeat center center;
}
.banner-pic p{
    text-align: center;
    color: #fff;
}
.banner-pic p:first-child{
    font-size: 28px;
    line-height: 85px;
    padding-top: 45px;
}
.banner-pic p:last-child{
    font-size: 20px;
}
/*header*/
.top-nav{
    height:80px;
}
.top-nav .header-logo{
    float:left;
    height:80px;
    width:160px;
    background: url(/images/common/logo.png) center no-repeat;
}

.top-nav .header-nav{
    float:right;
    height:80px;
}
.top-nav .header-nav li{
    float:left;
    width:90px;
    height:80px;
    padding:0 5px;
}
.top-nav .header-nav li a{
    display: block;
    width:80px;
    height:40px;
    line-height: 40px;
    margin-top:20px;
    text-align: center;
    font-size:18px;
    color:#215086;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*.top-nav .header-nav li a.active,.top-nav .header-nav li a:hover{
    background: #215086;
    color:#fff;
}*/




/* ================ 全局function ============ */
.f_fl {
    float: left;
}

.f_fr {
    float: right;
}

.f_ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f_oh {
    overflow: hidden;
    zoom: 1;
}

/* 清除浮动*/
.clearfix {
    clear: both;
    zoom: 1
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
}
/*定位*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed
}
/*文字偏移*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
/*清除浮动*/
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/*显示隐藏*/
.show {
    display: block;
}

.hide {
    display: none;
}
/*浮动方法*/
.left, .pull-left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline-block;
}

.block{
    display:block;
}
/*垂直位置*/
.vertical-baseline {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middel {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}
.right-0{
    margin-right:0 !important;
}
.p-top-0{
    padding-top:0 !important;
}
.p-bottom-0{
    padding-bottom:0 !important;
}
.no-botttom-border{
    border-bottom:none !important;
}
.no-border{
    border:none !important;
}
.ellipsis{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*p标签超过两行省略*/
.line-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
/*换行*/
/*.ellipsis-wrap{
    overflow:hidden;
    text-overflow: ellipsis;
}*/
.border-box{
    box-sizing: border-box;
}


/*换行*/
/*.ellipsis-wrap{
    overflow:hidden;
    text-overflow: ellipsis;
}*/

.border-box{
    box-sizing: border-box;
}

.overflow{
    overflow: hidden;
}















