﻿@charset 'UTF-8';
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
input {
    outline:none;
    background:transparent;
    border:none;
    outline:medium;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  
}
*:focus {
    outline: none;
    background-color: transparent;
}
/* ::selection{background:transparent; }
::-moz-selection{background:transparent; } */
h4, h5, h6 {
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}
img {
	max-width: 100%;
}
.pic>a {
    display: block;
    width: 100%;
    height: 100%;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

.abstract {
    max-height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c_000000 {
    color: #000000 !important;
}

.cFF5046 {
    color: #FF5046;
}

.bg_F2F3F7 {
    background-color: #F2F3F7;
}

.cFF7B3A {
    color: #FF7B3A;
}

.mr-18 {
    margin-right: 18px;
}

.h-505 {
    height: 505px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-198 {
    margin-top: 198px;
}
.ml-28 {
	margin-left: 28px;
}
.mb-120 {
    margin-bottom: 120px;
}

.sm-splitLine {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #5C6875;
    margin: 0 15px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .ellipsis_two_line {
 	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
 }
 .ellipsis_three_line {
 	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
 }
::-webkit-input-placeholder, ::-ms-input-placeholder, ::-moz-placeholder, :-moz-placeholder {
    color: #ACACAC;
}

.icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.icon-fbxq {
    width: 22px;
    height: 22px;
    background: url(/static/images/Index/e_icon_01.png) 100% 100% no-repeat;
}

.icon-xzyq {
    width: 25px;
    height: 22px;
    background: url(/static/images/Index/e_icon_02.png) 100% 100% no-repeat;
}

.icon-hyrm {
    width: 21px;
    height: 22px;
    background: url(/static/images/Index/e_icon_03.png) 100% 100% no-repeat;
}

.icon-hyhd {
    width: 26px;
    height: 21px;
    background: url(/static/images/Index/e_icon_04.png) 100% 100% no-repeat;
}

.icon-gyl {
    width: 20px;
    height: 21px;
    background: url(/static/images/Index/e_icon_05.png) 100% 100% no-repeat;
}

.icon-xszh {
    width: 22px;
    height: 22px;
    background: url(/static/images/Index/e_icon_06.png) 100% 100% no-repeat;
}

.icon-triangle {
    background: url(/static/images/eqm/eqm_icon_01.png) 100% 100% no-repeat;
}

.icon-list {
    background: url(/static/images/eqm/eqm_icon_02.png) 100% 100% no-repeat;
}

.icon-star {
    background: url(/static/images/eqm/eqm_icon_03.png) 100% 100% no-repeat;
}

.icon-write {
    width: 17px;
    height: 17px;
    background: url(/static/images/eqm/eqm_write.png) 100% 100% no-repeat;
}

.icon-share {
    background: url(/static/images/eqm_icon_04.png) 100% 100% no-repeat;
}

.icon-comment {
    background: url(/static/images/eqm/eqm_icon_05.png) 100% 100% no-repeat;
}

.icon-notlike {
    background: url(/static/images/eqm/eqm_icon_06.png) 100% 100% no-repeat;
}

.icon-like {
    background: url(/static/images/eqm/eqm_icon_07.png) 100% 100% no-repeat;
}

.icon-location {
    background: url(/static/images/eqm/eqm_location.png) 100% 100% no-repeat;
    width: 12px;
    height: 15px;
}

.icon-news {
    background: url(/static/images/eqm/eqm_news.png) 100% 100% no-repeat;
    width: 17px;
    height: 14px;
    margin-right: 3px;
}

/* 产业链及新版header图标*/

.icon-search {
    background: url(/static/images/Industry/search_ico@2x.png) center/cover no-repeat;
}

.icon-user {
    background: url(/static/images/Industry/vip_ico@2x.png) center/cover no-repeat;
}

.icon-publish {
    background: url(/static/images/Industry/send_ico.png) center/cover no-repeat;
}

.icon-host {
    width: 25px;
    height: 12px;
    background: url(/static/images/Industry/hot_ico@2x.png) center/cover no-repeat;
}

.icon-5g {
    width: 29px;
    height: 18px;
    background: url(/static/images/Industry/5g_ico@2x.png) center/cover no-repeat;
}

.icon-ai {
    width: 29px;
    height: 32px;
    background: url(/static/images/Industry/ai_ico@2x.png) center/cover no-repeat;
}

.icon-car {
    width: 25px;
    height: 19px;
    background: url(/static/images/Industry/car_ico@2x.png) center/cover no-repeat;
}

.icon-energy {
    width: 25px;
    height: 25px;
    background: url(/static/images/Industry/energy_ico@2x.png) center/cover no-repeat;
}

.icon-ic {
    width: 25px;
    height: 25px;
    background: url(/static/images/Industry/ic_ico@2x.png) center/cover no-repeat;
}

.icon-tv {
    width: 22px;
    height: 20px;
    background: url(/static/images/Industry/tv_ico@2x.png) center/cover no-repeat;
}

.icon-soft {
    width: 27px;
    height: 27px;
    background: url(/static/images/Industry/soft_ico@2x.png) center/cover no-repeat;
}

.icon-phone {
    width: 17px;
    height: 23px;
    background: url(/static/images/Industry/phone_ico@2x.png) center/cover no-repeat;
}

.icon-qrphone {
    width: 7px;
    height: 11px;
    margin-right: 5px;
    margin-bottom: 2px;
    background: url(/static/images/Industry/qrphone_ico@2x.png) center/cover no-repeat;
}

.icon-sort {
    width: 22px;
    height: 15px;
    background: url(/static/images/Industry/sort_ico@2x.png) center/cover no-repeat;
}

html, body {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    height: 100%;
    width: 100%;
    min-width: 1200px;
}

body {
    background-color: #f8fafc;
}

#eqm-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    z-index: 900;
    background: #ffffff;
}

#eqm-header .eqm-header-top {
    width: 100%;
    height: 32px;
    background-color: #3c3f43;
}

#eqm-header .eqm-header-top-content {
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    text-align: right;
    line-height: 32px;
}

.eqm-header-top-content a {
    color: #ffffff;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.eqm-header-top-content span {
    margin: 0 5px;
}

#eqm-header .eqm-header-wrapper {
    width: 1330px;
    height: 106px;
    margin: 0 auto;
}

.eqm-header-wrapper .logo {
    width: 116px;
    margin-right: 50px;
    float: left;
}

.eqm-header-wrapper .logo img {
    margin-top: 19.5px;
    height: 61px;
}

.eqm-header-wrapper .nav-wrapper {
    padding-top: 50px;
    float: left;
}

.eqm-header-wrapper .nav-wrapper li {
    float: left;
}

.eqm-header-wrapper .nav-wrapper li:nth-child(1) a {
    padding-right: 40px;
}

.eqm-header-wrapper .nav-wrapper li:nth-child(2) a {
    padding-right: 20px;
}

.eqm-header-wrapper .nav-wrapper li:nth-child(3) a {
    padding: 0 20px;
}

.eqm-header-wrapper .nav-wrapper li:nth-child(4) a {
    padding-left: 31px;
    padding-right: 31px;
}

.eqm-header-wrapper .nav-wrapper li.last a {
    padding-right: 58px;
    padding-left: 31px;
}

.eqm-header-wrapper .nav-wrapper li a {
    font-size: 18px;
    color: #000000;
}

.eqm-header-wrapper .nav-wrapper li.active a {
    color: #f22d2d;
    font-weight: bold;
}

.eqm-header-wrapper .search-wrapper {
    float: left;
    width: 440px;
}

.search-wrapper .search-scope {
    padding-top: 36px;
    width: 100%;
    font-size: 12px;
    color: #2e2e2e;
}

.search-wrapper .search-scope a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #2e2e2e;
}

.search-wrapper .search-scope a:hover {
    color: #f22d2d;
}

.search-wrapper .search-scope span {
    margin: 0 3px;
    background: #7d7d7d;
    width: 1px;
    height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.search-wrapper .search-input {
    width: 100%;
    margin-top: 3px;
}

.search-wrapper .search-input input {
    width: 380px;
    height: 30px;
    box-sizing: border-box;
    text-indent: 1em;
    border: 1px solid #ff4d46;
    outline: none;
    -webkit-appearance: none;
    font-size: 12px;
}

.search-wrapper .search-input #searchBtn {
    display: block;
    float: right;
    width: 60px;
    height: 30px;
    background: #ff4d46;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.eqm-header-wrapper .hot-telephone {
    float: left;
    padding-top: 46px;
    margin-left: 50px;
}

.hot-telephone .telText {
    font-size: 12px;
    color: #2e2e2e;
}

.hot-telephone .telNum {
    font-size: 20px;
    font-weight: bold;
    color: #ff742c;
    font-style: italic;
}
.pic img{
	width: 100%;
	height: 100%;
}
/* eqm-banner */

#eqm-banner {
    margin-top: 199px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#eqm-banner .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#eqm-banner .pic>li {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100%;
}

#eqm-banner .pic>li p {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    height: 40px;
    font-size: 28px;
    color: #ffffff;
}

#eqm-banner .pic>li img {
    height: 100%;
}

.moduleName {
    color: #f22d2d;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 5px;
}

.moduleNameWraper .more {
    float: right;
    color: #2e2e2e;
}

.moduleNameWraper a:hover {
    text-decoration: underline;
}

.eqm-content .nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.eqm-content .nav li {
    float: left;
    margin-left: 20px;
}

.eqm-content .nav li a {
    color: #2e2e2e;
    font-size: 12px;
}

.eqm-content .content-list li {
    float: left;
}

.content-list li .pic {
    background-color: #cccccc;
    border-radius: 8px;
}

/* 底部footer */

#footer {
    position: relative;
    width: 100%;
    height: 329px;
}

#footer .content {
    width: 100%;
    height: 284px;
    background: #373D41;
}

#footer .content .main {
    display: flex;
    padding-top: 45px;
    justify-content: space-between;
}

#footer .content .left {
    display: flex;
}

#footer .content .left .logo {
    margin-right: 86px;
}

#footer .content .contact_wrap {
    margin-top: 20px;
}

#footer .content .right {
    display: flex;
}

#footer .content .xcx_wrap {
    margin-left: 77px;
}

#footer .content .xcx_wrap img {
    width: 100px;
    height: 100px;
}

#footer .content .title {
	font-size: inherit;
    margin-bottom: 19px;
    color: #FFFFFF;
}

#footer .content .wrap p {
    margin-bottom: 11px;
    color: #818181;
    font-size: 13px;
}

#footer .bottom {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2D3235;
}

#footer .bottom p {
    text-align: center;
    color: #C8C8C8;
    font-size: 13px;
}

/* 产业园区和企业推荐 */

.eqm-container {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(7, 17, 27, 0.06);
}

.eqm-content {
    width: 1200px;
    margin: 0 auto;
}

.eqm-container .eqm-content {
    height: 400px;
    box-sizing: border-box;
    padding-top: 34px;
}

.eqm-content .nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.eqm-content .nav li {
    float: left;
    margin-left: 20px;
}

.eqm-content .nav li a {
    color: #2e2e2e;
    font-size: 12px;
}

.eqm-content .content-list li {
    float: left;
}

/* 首页·企业推荐 产业园区·园区企业*/

#eqm-enterprise {
    width: 100%;
}

#eqm-enterprise .eqm-content {
    padding-top: 40px;
}

#eqm-enterprise .eqm-content .content-list {
    margin-top: 30px;
}

#eqm-enterprise .eqm-content .content-list li {
    margin-right: 52px;
    margin-bottom: 40px;
}

#eqm-enterprise .eqm-content .content-list li a {
    display: block;
    width: 100%;
}

#eqm-enterprise .eqm-content .content-list li:nth-child(3n) {
    margin-right: 0;
}

#eqm-enterprise .content-list li .pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    border-radius: 8px;
    background-color: #cccccc;
}

#eqm-enterprise .content-list li .company-info {
    margin-left: 20px;
    float: left;
    width: 225px;
}

#eqm-enterprise .company-info .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

#eqm-enterprise .company-info .abstract {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#eqm-enterprise .company-info .company-path-info {
    margin-top: 30px;
}

#eqm-enterprise .company-info .company-path-info span {
    margin-right: 15px;
    color: #636363;
    font-size: 12px;
    vertical-align: middle;
}

/* 首页·产品推荐 产业园区·园区产品*/

#eqm-product .eqm-content {
    padding-top: 34px;
    padding-bottom: 60px;
}

#eqm-product .eqm-content .content-list {
    margin-top: 30px;
}

#eqm-product .eqm-content .content-list li {
    width: 180px;
    margin-right: 75px;
    margin-bottom: 40px;
    float: left;
}

#eqm-product .eqm-content .content-list li:nth-child(5n) {
    margin-right: 0;
}

#eqm-product .content-list li .pic {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #cccccc;
}

#eqm-product .content-list li .title {
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
}

#eqm-product .content-list li .abstract {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 排序选择 */

.eqm-content .nav-sort {
    position: relative;
    border: 1px solid #d2d2d2;
    height: 34px;
    background-color: #f5f5f5;
    border-right: none;
}

.eqm-content .nav-sort>a {
    width: 100px;
    border-right: 1px solid #d2d2d2;
    background-color: #ffffff;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.eqm-content .nav-sort .active {
    color: #ff4d46;
}

.eqm-content .nav-sort .enterprise-total {
    display: block;
    float: right;
    margin-right: 151px;
    line-height: 34px;
    color: #ff4d46;
}

.eqm-content .nav-sort .free-egister {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    background-color: #ff4d46;
    cursor: pointer;
}

/* 分页器 */

#pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

/* 新版 */

.main {
    width: 1200px;
    margin: 0 auto;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    border-bottom: 2px solid #FF5046;
}

#header .top {
    width: 100%;
    height: 32px;
    background-color: #FCFAFA;
}

#header .top .wrap {
    display: flex;
    height: 32px;
    justify-content: space-between;
    font-size: 12px;
    color: #5C6875;
}

#header .top .tips {
    display: flex;
    align-items: center;
}

#header .top .right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header .top .gzhWrap {
    position: relative;
    cursor: default;
}

#header .top .gzhWrap:hover .qrcodeWrap {
    display: block;
}

#header .top .qrcodeWrap {
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    width: 100px;
    height: 100px;
    border: 1px solid #f5f5f5;
}

#header .top .qrcodeWrap img {
    width: 100%;
    height: 100%;
}

#header .center {
    height: 120px;
}

#header .center .wrap {
    display: flex;
    height: 100%;
}

#header .logoWrap {
    width: 250px;
    height: 100%;
}

#header .logoWrap img {
    margin-left: 12px;
    margin-top: 23px;
    width: auto;
    height: auto;
}

#header .searchWrap {
    margin-left: 57px;
}

#header .typeWrap {
    display: flex;
    padding: 18px 0 5px 9px;
}

#header .typeWrap li {
    margin-right: 28px;
    font-size: 13px;
    color: #ACACAC;
    cursor: pointer;
}

#header .typeWrap li:hover {
    color: #000000;
}

#header .typeWrap li.selected {
    color: #000000;
}

#header .formWrap {
    display: flex;
}

#header .inputWrap {
    box-sizing: border-box;
    width: 440px;
    height: 40px;
    padding-left: 18px;
    border: 1px solid #E8E8E8;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    background-color: #F8F8F8;
}

#header .inputWrap input {
    width: 100%;
    height: 100%;
    border: none;
    color: #ACACAC;
    font-size: 12px;
    background-color: transparent;
    outline-style: none;
}

#header .formWrap .icon-search {
    width: 19px;
    height: 19px;
    margin-right: 11px;
}

#header .formWrap .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 40px;
    background-color: #FF5046;
    border-radius: 0px 2px 2px 0px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#header .btnWrap {
    display: flex;
    margin-top: 40px;
}

#header .btnWrap .icon {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}

#header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 40px;
    border-radius: 6px;
    color: #ffffff;
}

#header .registerBtn {
    background: linear-gradient(180deg, #FF8F02 0%, #FFB250 100%);
    margin-left: 55px;
}

#header .publishBtn {
    background-color: #FF5046;
    margin-left: 24px;
}

#header .bottom {
    position: relative;
    height: 45px;
}

#header .bottom .wrap {
    box-sizing: border-box;
    padding-left: 250px;
    height: 100%;
}

#header .bottom .menuWrap {
    margin-left: 32px;
    display: flex;
    height: 100%;
    align-items: center;
}

#header .menuWrap li {
    position: relative;
    font-size: 16px;
    color: #2A333B;
    margin-right: 45px;
    cursor: pointer;
}

#header .menuWrap li:hover {
    color: #FF5046;
}

#header .menuWrap li.selected {
    color: #FF5046;
}

#header .menuWrap .icon-host {
    position: absolute;
    top: -2px;
    right: -27px;
}

/* 折叠面板 服务分类 */

.collapse_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 45px;
}

.collapse_wrap .collapse_header {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #FF5046;
    color: #ffffff;
    cursor: pointer;
}

.collapse_wrap .collapse_header .icon-sort {
    margin-left: 22px;
    margin-right: 18px;
}

.collapse_wrap .collapse_content {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999999;
    height: 0;
    overflow: hidden;
    background: #0E1F35;
}

.collapse_wrap .itemWrap {
    padding: 0 17px;
    margin-top: 20px;
}

.collapse_wrap .itemWrap .itemHeader {
    display: flex;
    align-items: flex-end;
}

.collapse_wrap .itemHeader .title {
    color: #FFCB85;
    font-size: 13px;
    margin: 0 8px;
}

.collapse_wrap .itemHeader .line {
    width: 73px;
    height: 1px;
    background-color: rgba(255, 157, 133, 1);
}

.collapse_wrap .itemWrap .item {
    display: flex;
    flex-flow: wrap;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 12px;
}

.collapse_wrap .itemWrap .item .text {
    width: 33.3%;
    margin-top: 8px;
}

.collapse_wrap .itemWrap .item .text:nth-child(3n-2) {
    text-align: left;
}

.collapse_wrap .itemWrap .item .text:nth-child(3n-1) {
    text-align: center;
}

.collapse_wrap .itemWrap .item .text:nth-child(3n) {
    text-align: right;
}

.new-bannerWrap {
    position: relative;
    width: 100%;
    height: 560px;
}