/*body {*/
    /*background: #eaeaea;*/
/*}*/

a{
    color:#666;
}
/*head*/

.nav-tit {
    margin-top: 25px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 2px solid #009feb;
    background: url(../images/all-img.png) no-repeat -104px 1px;
    padding-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tit span {
    float: right;
    line-height:18px;
}

.nav-tit span a {
    font-weight: 100;
    color: #009feb;
}

.banner {
    height: 110px;
    /*background: #e79d4d;*/
    /*margin-top: 35px;*/
}


/*=====*/



b {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}
.devide2 .devide2info b a{
    font-size:16px;
}
input[type=text] {
    padding: 0 4px;
}

button,
input[type=button],
input[type=radio],
input[type=checkbox] {
    cursor: pointer;
}

select {
    padding-left: 6px;
    cursor: pointer;
}

.bluebtn {
    background-color: #0068b7 !important;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

img {
    display: block;
}

.logonoinfo {
    display: block;
    /*border: 1px solid #ccc;*/
    background-color: #fff;
    background-image: url(../images/logonoinfo.png);
    background-position: center;
    background-repeat: no-repeat;
}

.logonoinfo img {
    width: 100%;
    height: 100%;
}

.noborder {
    border: 0 !important;
}

.messinfo {
    color: #888;
}

.mb5 {
    margin-bottom: 50px;
}

li:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}


/*====*/

.navtit1 {
    background: url(../images/all-img.png) no-repeat -91px 1px;
    padding-left: 36px;
    padding-right: 10px;
}

.nav-search {
    height: 70px;
    background-color: #006ec2;
    text-align: center;
}

.nav-search-content {
    width: 610px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.nav-search-content b {
    position: absolute;
    top: 0;
    left: -85px;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
}

.nav-search-content .portselect {
    float:left;
    width: 500px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
}

.nav-search-content .bluebtn {
    width: 100px;
    height: 40px;
    border: 1px solid #fff;
    float:right;
    margin-top:15px;
}

.nav-search-content .showSearch {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    display: none;
}

.nav-search-content .showSearch ul li {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    color: #999;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.nav-search-content .showSearch ul li:hover {
    color: #666;
}

.nav-search-tit {
    text-align: center;
    margin: 12px auto 20px auto;
    font-size: 16px;
}

.nav-search-tit span {
    color: #666;
    cursor:pointer;
    font-size: 16px;
    padding: 0 2px 0 2px;
}

.nav-search-tit a:first-child {
    border-left: 0;
}

.nav-search-tit a:hover {
    color: #0068b7;
    text-decoration: underline;
}

.portsnameinfo {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.portsinfo_gs {
    width: 100%;
    height: 408px;
    overflow: hidden;
}

.portsinfo_gs>.fl {
    margin-left: 30px;
}

.portsinfo_gs .logonoinfo {
    width: 735px;
    height: 285px;
    background-color: #fff;
    /*display: table-cell;
    vertical-align: middle;*/
    text-align: center;
}

.portsinfo_gs .portsinfo_w {
    margin-top: 10px;
    color: #888;
    overflow:hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.portsinfo_gs .portsinfo_w a{
    color:#444;
}
.portsinfo_gs .ad {
    width: 300px;
    height: 400px;
    margin-right: 55px;
}

.devide4 li {
    display: block;
    width: 240px;
    float: left;
    margin: 25px 30px;
}

.devide4 li .logonoinfo {
    width: 100%;
    height: 160px;
}

.devide4 li b {
    line-height: 36px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.devide4 li p {
    width: 100%;
    height: 50px;
    line-height: 24px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.chartSearch {
    padding-left: 83px;
    height: 60px;
    line-height: 60px;
}

.chartSearch select {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-right: 50px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
}

.chartSearch .bluebtn {
    width: 125px;
    height: 35px;
    line-height: 35px;
    border: 0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
}

.portsinfo_gs .imgbox {
    width: 735px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.ad ul li {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: disc;
}

.ad ul li a {
    line-height: 30px;
}

.ad ul li a:hover {
    text-decoration: underline;
}

.devide2 li {
    width: 520px;
    margin: 15px 50px 0 30px;
    padding-top: 25px;
    border-top: 1px solid #999;
}

.devide2 li .bordernone{
    border-bottom:0;
}

.devide2 li:first-child{
    border-top:0;
}

.devide2 li:nth-child(2){
    border-top:0;
}
/*.devide2 li:last-child{*/
    /*border-bottom:0;*/
/*}*/
/*.devide2 li:nth-child(3){*/
    /*border-bottom:0;*/
/*}*/
.devide2 .logonoinfo {
    width: 240px;
    height: 160px;
}

.devide2 .devide2info {
    width: 253px;
    height: 144px;
    margin-left: 25px;
    overflow: hidden;
}

.devide2 .devide2info b {
    /*margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}

.devide2 .devide2info p {
    width: 100%;
    line-height: 24px;
    /*margintop20企业介绍标题下文字有遮挡*/
    color: #888;
}
.devide2 .devide2info a{
    color:#000;
}
.devide2 .devide2info b.b-tit-823 a{
    font-size:20px;
}
/*////qiye//////*/

.right_line2 {
    /*height:460px;*/
    width: 300px;
    margin-right: 30px;
}

.right_line2 .logonoinfo {
    width: 300px;
    height: 185px;
    margin-top: 26px;
}

.right_line2 b {
    line-height: 40px;
    text-align: center;
}
.right_line2 b.colume1{
    height:40px;
}
.right_line2 b a{
    font-size: 19px;
    color:#000;
}

.right_line2 .messinfo {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*////zhiku//////*/
#co_ul{
    max-height:552px;
    overflow:auto;
}
.zhiku2_jg {
    width: 140px;
    margin: 20px 10px 0px 10px;
    float: left;
    text-align: center;
}

.zhiku2_jg .logonoinfo {
    width: 140px;
    height: 140px;
    position: relative;
    overflow:hidden;
}
.photo-default li.zhiku2_jg .logonoinfo img{
    position: absolute;
    height:140px;
    width:210px;
    display: block;
    top:0;
    left:-35px;
}
.zhiku2_jg h3  a{
    display: block;
    height:44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zhiku2_jg p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jg_ad {
    width: 100%;
    height: 350px;
    margin-top: 36px;
}

.devide3 li {
    display: block;
    width: 320px;
    height:240px;
    float: left;
    margin: 20px 40px;
}

.devide3 li b {
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.devide3 li .logonoinfo {
    width: 100%;
    height: 210px;
}

.devide3 li p {
    width: 100%;
    line-height: 24px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*==news====*/

.jg_news {
    width: 100%;
    height: 160px;
}

.newsSearch {
    margin: 52px 0 50px 0;
}

.newsSearch input {
    width: 240px;
    height: 36px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
/*    margin: 0 15px;*/
}

.newsSearch button {
    width: 65px;
    height: 34px;
    border: 0;
}

.companyinfo .btnbox .btn {
    width: 105px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 12px 25px;
}

.companyinfo table {
    table-layout: fixed;
    width: 100%;
}

.companyinfo .tit {
    color: #0998fe;
}

.companyinfo .newstable tr td {
    background-color: #fff;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    line-height: 35px;
}

.companyinfo .tit tr td {
    border-bottom: 1px dashed #0998fe;
}

.companyinfo .showinfo {
    height: 350px;
    overflow: hidden;
    display: none;
}

.companyinfo .showinfo li {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.companyinfo .showinfo li:nth-child(odd) {
    background-color: #f1f1f1;
}

.companyinfo .showinfo li span {
    display: block;
    float: left;
    width: 33.33%;
    height: 34px;
    line-height: 34px;
}


/*====ctnr xianggenzong====*/

.ctnr_contain {
    width: 100%;
    height: 660px;
    background-image: url(../images/xiangbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ctnr_nav {
    width: 1000px;
    margin: 0px auto;
    padding-top: 60px;
}

.ctnr_nav .ctnr_a {
    display: inline-block;
    width: 140px;
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    border-left: 2px solid #80b9e6;
    text-align: center;
    color: #fff;
    font-weight: 600;
    float: left;
}

.ctnr_nav .ctnr_a:first-child {
    border: 0;
}

.ctnr_nav .ctnr_a:hover {
    background-image: url(../images/active1.png);
}

.ctnr_nav .active {
    background-image: url(../images/active1.png);
}

.ctnr_logo {
    width: 400px;
    height: 90px;
    margin: 80px auto 50px auto;
    font-size: 50px;
    line-height: 90px;
    font-weight: 600;
    color: #fff;
    padding-left: 170px;
    background-image: url(../images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.ctnr_search {
    width: 746px;
    margin: 0 auto 50px auto;
}

.ctnr_search input {
    width: 600px;
    height: 50px;
    padding-left: 14px;
    font-size: 18px;
    background-color: #fff;
    border: 0;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    float: left;
}

.ctnr_search button {
    width: 140px;
    height: 50px;
    border: 0;
    background-image: url(../images/xbtn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #91d6ff;
    float: left;
}

.ctnr_btn {
    text-align: center;
}

.ctnr_btn .searchbtn {
    display: inline-block;
    width: 200px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    margin: 0 6px;
}

.mic-list {
    line-height: 48px;
    font-size: 12px;
}

.mic-list a {
    font-size: 12px;
    color: #333;
}


/*新闻列表*/

.martop {
    margin-top: 22px;
}

.video-right-list {
    width: 390px;
}

h3.hot-intrc-h3 {
    border-top: 2px solid #1277c9;
    font-size: 24px;
    font-weight: 100;
    line-height: 56px;
    padding-left: 15px;
}

.intrc-list-box {
    padding: 5px 15px 15px 15px;
}

.intrc-list-box li {
    height: 42px;
    line-height: 42px;
}

.intrc-list-box li span,
.intrc-list-box li a {
    display: block;
    float: left;
    font-size: 16px;
}

.intrc-list-box li span {
    width: 24px;
    height: 24px;
    text-align: center;
    background: #989898;
    color: #fff;
    margin-top: 10px;
    line-height: 24px;
    margin-right: 8px;
}

.intrc-list-box li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 320px;
}

.intrc-list-box li:first-child span,
.intrc-list-box li:nth-child(2) span,
.intrc-list-box li:nth-child(3) span {
    background: #006ec8;
}

.third-r-tit {
    font-size: 14px;
    font-weight: 700;
    padding-top: 25px;
    line-height: 42px;
}

.third-r-nav {
    border: 1px solid #e1e1e1;
    padding: 22px 0 0 26px;
}

.third-r-nav li {
    width: 95px;
    float: left;
    text-align: center;
    height: 149px;
    overflow: hidden;
    margin-bottom: 22px;
    margin-right: 24px;
}

.third-r-nav li img {
    display: block;
}

h3.man-intrc a {
    font-size: 14px;
    color: #0070c3;
}

.third-r-nav h4 {
    font-size: 12px;
    font-weight: 100;
    color: #888;
}

.news-rr-tit {
    margin-top: 40px;
    border-top: 2px solid #1277c9;
    font-size: 24px;
    font-weight: 100;
    line-height: 56px;
    padding: 0;
    padding-left: 15px;
}

.news-rr-box {
    border: 0;
}


/*吞吐量列表*/

.tuntulTable {
    text-align: center;
    line-height: 36px;
}

.tuntulTable tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.tuntulTableTitle {
    line-height: 36px;
    text-align: center;
    color: #009feb;
}

.tuntulist{
    width:390px;
}

/*暂无数据 新闻资讯*/
.nodata{
    text-align: center;
    line-height: 60px;
    color:#666;
    /*border-bottom: 1px solid #a1a1a1;*/
}
/*gupiao*/
.gp_table th{
    font-size: 16px;
    color:#0098fe;
    background-color: #fff;
    border-bottom: 1px dashed #0098fe;
    text-align: center;
}
.gp_table td{
    font-size: 16px;
    text-align: center;
}
.photo830 {
    padding-left: 10px;
}
.photo830 li {
    width: 140px;
    position: relative;
    margin-right: 35px;
    height: 165px;
}
.photo830 li img {
    position: absolute;
    height: 140px;
    width: 210px;
    top: 0;
    left: -35px;
}
.photo830 h3.man-intrc {
    margin-top: 136px;
}

/*行业网站*/
.websitelist{
    margin: 30px auto;
}
h2.hywz-title {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.nav-search314 {
    padding: 10px 20px 20px 20px;
}
.nav-search314 a {
    display: inline-block;
    margin-right: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.nav-search314 a:hover{
    text-decoration: underline;
}
.turn_btn{
    width:70px;
    height:25px;
    cursor:pointer;
    background: #006ec2;
    border:0;
    color:#fff;
    font-size:14px;
}

.nav-left {
    width: 720px;
    float: left;
}
.nav-right {
    width: 320px;
    float: right;
}
.nav-left-bot {
    border-top: 1px solid #a1a1a1;
    padding-top: 25px;
    height: 211px;
}
.nav-left-bot img {
    display: block;
    float: left;
}
.nav-right-text {
    float: right;
    width: 455px;
    padding-right: 30px;
}
.nav-right-text h3 {
    line-height: 28px;
    text-align: justify;
    max-height: 60px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nav-right-text h3 a {
    font-size: 20px;
    color: #000;
}
.nav-right-text h4 {
    font-size: 14px;
    font-weight: normal;
    color: #0998fe;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-right-text p {
    padding-top: 12px;
    height: 84px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nav-right-text p a {
    color: #8b8b8b;
    line-height: 24px;
}
.more-info {
    text-align: center;
    margin-top: 25px;
    background: url(../images/more-info.png) no-repeat 420px 8px;
}
.more-info a {
    font-size: 20px;
    color: #0998fe;
    line-height: 35px;
    padding-right: 30px;
    margin-left: 30px;
}
.nav-right-text12{
    float:none;
    width:100%;
    padding:0;
}
.nav-right-text12 h3{
    height:28px;
    -webkit-line-clamp:1;
}
.nav-right-text12 p{
    height:68px;
}
.nbox-nav {
    border-top: 0;
}