@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-12-06 10:39:57
 * @version $Id$
 */


/*重置*/

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* background-color: #327fc7; */
}

body {
    font-family: Arial, "微软雅黑";
    font-size: 12px;
    color: #000;
    background-image: url(../img/index_back.png);
    background-repeat: no-repeat;
    background-size: 100% 1200px;
    /* background-color: #327fc7; */
    padding-bottom: 82px;
}

.clear {
    clear: both;
    font-size: 0px;
}

ul,
ol {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    width: auto;
}

.container,
.container-fluid,
.navbar-collapse {
    padding: 0;
}


/*公用样式*/

.container {
    margin: 0 auto;
    width: 100% !important;
    /*    padding-bottom: 92px;*/
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

a:focus,
a:hover {
    color: #2b88da;
    text-decoration: none;
    cursor: pointer;
}

.hide {
    display: none
}

.show {
    display: block;
}


/*bootstrap样式重写*/

.btn-primary:hover {
    color: #fff;
    background-color: #2470bf;
    border-color: #1788D4;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


/*头部header - css*/

.headserch {
    margin-right: 15px;
}

.headserch_input {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 50%;
    border-radius: 0;
    text-indent: 20px;
    border: 1px solid #1788D4;
}

.headserch_btn {
    background-color: #2979CD;
    border: 1px solid #1788D4;
    font-size: 13px;
    padding: 7px 18px;
    border-radius: 0;
}


/*导航菜单 nav - css */

.navbox {
    background: #2979CD;
}

.navbox .container {
    width: 100vw;
}

.navbox .container .nav-ul {
    width: 100vw;
    overflow-x: auto;
    display: flex;
}

.navbox .container .nav-ul li {
    flex-shrink: 0;
}

.navbar {
    margin-bottom: 0;
    color: #fff;
}

.navbar-default {
    background-color: #2979CD;
    width: 100%;
    /*    height: 45px;*/
}

.navbar-default {
    border: 0;
    margin-top: 1px;
}

.nav-ul {
    /*    padding: 10px;*/
}

.nav-ul li {
    min-height: 50px;
    padding: 10px 0;
}

.nav-ul li.active {
    background: #0663A2;
}


/*
.nav-ul li:after{
    display: inline-block;
    content: '';
    height: 30px;
    width: 1px;
    background-image: url(../images/nav_split.png);

    position: absolute;
    top:10px;
}
*/

.nav-ul li:hover {
    background: #0663A2;
}

.nav-ul li>a {
    display: inline-block;
    padding: 0 49px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid rgba(58, 144, 202, 0.5);
}

.nav-ul li:last-child>a {
    border-right: none
}

.nav-ul li>a:hover {
    text-decoration: none
}


/*脚注部分foot - css*/

footer {
    text-align: center;
    background-color: #327fc7;
    color: #fff;
    bottom: 0;
    width: 100%;
}

footer div.container {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}

.footer {
    background-color: rgba(0, 0, 0, 0);
}


/*首页css*/


/*内容区 content - css */

.moduleBox {
    background: white;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 4px 0px rgba(1, 30, 68, 0.1);
}

.moduleBox .moduleBoxImg {
    /* width: 238px; */
    width: 100%;
    margin: 10px auto;
    box-shadow:  0px 4px 14px 3px #eee;

}

.moduleBox .boxImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
}

.item .moduleBox2 {
    background: white;
    /*    padding: 10px 20px;*/
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 7px 5px rgba(105, 131, 167, 0.1);
    border-top: none;
}

.moduleBox2 .contentbox {
    padding: 10px 10px 10px 20px;
}

.moduleBox-ul li {
    display: flex;
    align-items: center;
}

.moduleBox-ul.blue li>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moduleBox-ul.gray li>a {
    width: 100%;
    display: flex;
    align-items: center;
}

.moduleBox-ul li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 8px;
}

.moduleBox-ul.gray li i {
    background: #928e8e;
}

.moduleBox-ul.blue li i {
    background: #177FDA;
}

.moduleBox-ul li span {
    display: inline-block;
}

.moduleBox-ul.gray span {
    display: inline-block;
    width: 92%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moduleBox-ul.blue span:first-child {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-box3 .moduleBox-ul.blue span:first-child {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*第一行公用css*/

.c-box1 {
    padding: 10px 10px 0px;
}

.c-box1-titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E3E3;

}

.c-box1-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #2979CD;
    line-height: 40px;
    border-bottom: 4px solid #2979CD;
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c-box1-morebtn {
    font-size: 12px;
}

.c-box1-morebtn:hover {
    text-decoration: none;
    cursor: pointer;
}

.c-box1-morebtn img {
    margin: -2px 0 0 3px;
}

.c-box2 .col-xs-6 {
    margin-top: 10px !important;
}


/*行业动态*/

.industryDynamics {}

#dome {
    height: 300px;
    overflow: hidden;
    margin-top: 0px;
}


/*行业简讯*/

#newsletter {}

#newsletter li {
    position: relative;
    padding-right: 10px;
}

#newsletter .moduleBox-ul li i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0;
    margin-right: 13px;
    border: 1px solid #177FDA;
}

#newsletter .moduleBox-ul li span:first-child {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*

#newsletter li:before{
    display: inline-block;
    content: '';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    border:1px solid #177FDA;
   margin: 0 10px 0 5px;
}
*/

#newsletter li:after {
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: -9px;
    content: '';
    height: 18px;
    width: 1px;
    background: #177FDA;
}

#newsletter li:last-child:after {
    display: none;
}

#newsletter .moduleBox-ul li:hover i {
    background: #177FDA;
}

#newsletter .moduleBox-ul li>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 第二三行模块公用css */

.c-box2 {
    margin-top: 20px;
}

.c-box2-titlebox {
    position: relative;
}

.c-box2-morebtn {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 12px;
    height: auto;
    line-height: 14px;
}

.c-box2-morebtn:hover {
    text-decoration: none;
    cursor: pointer;
}

.c-box3 {
    margin: 20px 0;
}

.btnBox {
    display: block;
    background: #2979CD;
    color: #fff;
    padding: 15px;
    text-align: center;
    height: auto;
    line-height: inherit;
    font-size: 12px;
}

a.btnBox:hover,
a.btnBox:focus {
    color: #fff;
    cursor: pointer;
    background: #2268b1;
}

.btnBox img {
    width: 50%;
    margin-bottom: 10px;
    height: 35px;
}

.serviceHallBtns {
    /*    margin-top: 10px*/
}

.expressLane {
    padding: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.expressLane a:not(.btn-half) {
    width: 93%;
    margin-bottom: 10px
}

.btn-half {
    width: 46%;
    margin-bottom: 10px
}

.btnBack1 {
    background: rgba(64, 151, 254, 1);
    border: 1px solid rgba(64, 151, 254, 1);
}

.btnBack2 {
    background: #34CA5E;
    border: 1px solid #34CA5E;
}

.btnBack2:hover {
    background: #1aa942;
    border: 1px solid #34CA5E;
}

.btnBack3 {
    background: #FF803D;
    border: 1px solid #FF803D;
}

.btnBack3:hover {
    background: #ec6722;
    border: 1px solid #FF803D;
}

.btnBack4 {
    background: #FDA92F;
    border: 1px solid #FDA92F;
}

.btnBack4:hover {
    background: #d6850f;
    border: 1px solid #FDA92F;
}

.btnBack5 {
    background: #2CD1CA;
    border: 1px solid #2CD1CA;
}

.btnBack5:hover {
    background: #0ca59e;
    border: 1px solid #2CD1CA;
}

.btnBack6 {
    background: #8663FD;
    border: 1px solid #8663FD;
}

.btnBack6:hover {
    background: #6449c3;
    border: 1px solid #8663FD;
}


/*新闻列表页 css*/

.newlistBox {
    padding: 20px 50px;
    background: #fff;
}

.newlistUl {}

.newlistUl li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newlistUl li i {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-style: normal;
    background: #177FDA;
    margin-right: 10px
}

.newlistUl li a {
    color: #373737;
    font-size: 15px;
    font-weight: 500;
}

.newlistUl li a:hover {
    color: #2b88da
}

.newlistUl li span {
    color: #373737;
    opacity: 0.67;
}

.layui-inline {
    display: inline-block;
}


/*分页按钮*/

.main_page_box {
    margin: 15px 10px;
    margin-bottom: 45px;
    text-align: center;
}

.main_page_box .btn {
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    margin: 0 8px;
}

.main_page_box img {
    margin: 0 5px;
    margin-top: -2px;
}


/*新闻详情页面 css*/

.newInfoBox {
    background: #fff;
    padding: 0 50px;
}

.newInfoNav {
    padding: 20px 50px;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    opacity: 0.75;
    background: #e5e5e5;
    margin: 0 -50px;
}

.newInfoOther {
    padding: 15px 0;
    color: #666666;
}

.newInfoOther span {
    margin-right: 50px;
}

.newInfoTxt {
    padding: 35px 0;
}

#myAlert2 {
    position: fixed;
    top: 0;
    width: 100%;
    color: #ff3d00;
}

.message_box {
    display: flex;
}

.message_box .message_box_left {
    padding: 10px;
    width: 30%;
    box-sizing: border-box;
}

.message_box .message_box_left .panel-body {
    height: calc(100vh - 505px);
    overflow-y: auto;
}

.message_box .message_box_right {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}

.message_box .message_box_right .list-group1 {
    height: calc(100vh - 616px);
    overflow-y: auto;
    padding: 10px;
}

.message_box .message_box_right .newsContent {
    height: calc(100vh - 536px);
    overflow-y: auto;
    padding: 10px;
}

.message_box .message_box_left ul {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.message_box .message_box_left ul li {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.message_box .message_box_left ul li>div {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background: #f2f2f2;
}

.message_box .message_box_left ul li>div:hover {
    background: #eaeaea;
}


/* 滚动条优化 start */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
}

::-webkit-scrollbar-corner {
    background: #999;
}

.glyphicon {
    font-size: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* padding: 100px 0; */
    line-height: 20px;
}

.newsItem {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px dotted #bbb;
    transition: all 0.2s;
}

.newsItem:hover {
    cursor: pointer;
    box-shadow: 0px 7px 6px 6px #bbb;
    border-bottom: 1px dotted #eee;
    background-color: #eaeaea;
    transform: translateY(-2px);
}

.pageInfo {
    font-size: 15px;
    margin-left: 10px;
    line-height: 15px;
    color: #666;
}

.footerUl {
    /* display: flex;
    justify-content: center; */
    padding: 10px;
}

.footerUl li {
    padding: 5px 0;
}

footer {
    position: fixed;
    bottom: 0;
}

.newsContent_header {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.breadcrumb {
    margin: 0;
}

.slideImg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 300px;
    transform: translate(-50%, -50%);
}

.arrow-left {
    /* position: absolute; */
    top: 0;
    left: 200px;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
}

.arrow-left:hover {
    opacity: 0.8;
}

.indexnewsContent {}

.indexnewsContent .markBox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #00000087;
    z-index: 999;
}

.indexnewsContent .panel {
    position: fixed;
    left: 50%;
    top: 5vh;
    transform: translate(-50%, 0);
    width: 80%;
    z-index: 1000;
}

.indexnewsContent .panel-body {
    min-height: 50vh;
    max-height: 80vh;
    overflow: auto;
}

.indexnewsContent .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.indexnewsContent img {
    max-width: 100%;
}

.headserch .list-group {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    margin: 0;
}

.headserch .list-group li {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.headserch .list-group li:hover {
    background-color: #2979cd;
    position: relative;
    color: #fff;
}

.headserch .close_btn {
    padding: 10px;
}

.headserch .form-group {
    margin: 0;
}

.headserch_list {
    position: absolute;
    top: 100%;
    width: 48%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 1px 6px 3px #0000003d;
}


/* 滚动条优化 end */