﻿.navbar {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #d5d5d5;
}

.navbar .w ul {
    display: flex;
}

.navbar .w ul li {
    flex: 1 1 auto;
    position: relative;
    /*background: url('../image/nav_libg.png') no-repeat right center;*/
}

#nav_0 {
    background-size: 100% 57px;
}

.navbar .w ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7a7a7a;
    position: relative;
}
.navbar .w>.nav>ul>li:first-child{
    flex: 1;
    width: 75px;
    margin-right: 42px;
}
.navbar .w ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background: #151f44;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.navbar .w ul li ul {
    position: absolute;
    width: 100%;
    display: none;
    background: #ffffff;
}

.navbar .w ul li ul li {
    background: none;
}

.navbar .w ul li ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.navbar .w ul li ul li a:hover {
    color: #fff;
    background: #151f44;
}

.navbar .w ul li ul li:hover {
    background: none;
}

.navbar .w ul li:last-child {
    background: none;
}

.navbar .w ul li.on,
.navbar .w ul li:hover {}

.navbar .w ul li.on>a,
.navbar .w ul li:hover>a {
    /*font-weight: bold;*/
    color: #000000;
    opacity: 0.8;
}

.navbar .w ul li.on>a::before,
.navbar .w ul li:hover>a::before {
    width: 100%;
}

/*产品通用*/
.items-img li {
    width: 270px;
    height: 326px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.items-img li .img {
    height: 244px;
    width: 238px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.items-img li .img .bg {
    background: url("../image/ico1.png") no-repeat center;
    background-size: 36px;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 0;
    top: 1px;
}

.items-img li .img img {
    max-width: 238px;
}

.items-img li p {
    padding: 0 3px 0 6px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
}

.items-img li:hover {
    border-color: #151f44;
}


/*新闻通用*/
.item-desc li {
    width: 570px;
    height: 120px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
}

.item-desc li .con {
    width: 380px;
    padding-top: 18px;
    padding-right: 10px;
}

.item-desc li .con h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.item-desc li .con h3:hover {
    color: #151f44;
}

.item-desc li .con h3 span {
    color: #151f44;
    padding-right: 5px;
}

.item-desc li .con i {

    font-size: 12px;
    color: #929292;
}

.item-desc li .con p {
    height: 32px;
    margin-top: 9px;
    overflow: hidden;
    line-height: 16px;
    color: #b1b1b1;
    font-size: 12px;
}


.i-news {
    padding: 75px 0 50px;
    background-color: #f4f4f4;
}

.i-news-hd {
    width: 693px;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}

.box-news-tit {
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
}

.box-news-tit a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 18px;
}

.box-news-tit a:first-child {
    padding: 0 20px;
    margin-right: 13px;
    background: url('../image/news_titbg.png') no-repeat center;
}

.box-news-tit a:last-child {
    font-size: 12px;
    color: #a4a4a4;
}

.box-news-tit a:hover {
    color: #2b324a;
}

.i-news-list .item-hd {
    margin: 36px 0 25px;
    height: 156px;
}

.i-news-list .item-hd .i-news-img {
    width: 150px;
}

.i-news-list .item-hd .i-news-desc {
    width: 450px;
}

.i-news-list .item-hd .i-news-desc h5 {
    font-size: 16px;
    display: inline-block;
    max-width: 370px;
    color: #2b324a;
    padding-bottom: 10px;
}

.i-news-list .item-hd .i-news-desc span {
    display: block;
    font-size: 14px;
    color: #2b324a;
    margin-top: 3px;
}

.i-news-list .item-hd .i-news-desc p {
    font-size: 12px;
    line-height: 23px;
    color: #4f4f4f;
    max-height: 115px;
    overflow: hidden;
    display: inline-block;
}

.i-news-list .item-hd .i-news-desc i {
    display: inline-block;
    font-size: 12px;
    color: #2b324a;
}

.i-news-list .item-bd {
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    background: url('../image/news_ico.png') no-repeat 2px center;
    border-bottom: 1px dashed #e5e5e5;
}

.i-news-list .item-bd:hover h5 {
    color: #2b324a;
}

.i-news-list .item-bd h5 {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
}

.i-news-list .item-bd span {
    font-size: 14px;
    color: #9f9f9f;
}

.i-news-bd {
    width: 452px;
    background-color: #fff;
    height: 420px;
    padding: 25px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}

.i-news-bd .bd {
    margin-top: 37px;
    height: 300px;
    overflow: hidden;
}

.i-news-bd ul li {
    border-bottom: 1px dashed #d2d2d2;
}

.i-news-bd ul li h5 {
    padding-left: 45px;
    background: url('../image/que.png') no-repeat left center;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    margin: 37px 0 17px;
}

.i-news-bd ul li:hover h5 {
    color: #2b324a;
}

.i-news-bd ul li p {
    padding-left: 42px;
    background: url('../image/anser.png') no-repeat left top;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #6e6e6e;
    margin-bottom: 30px;
}

.i-link {
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    color: #4c4c4c;
}

.i-link a {
    color: #4c4c4c;
}

.i-link a:hover {
    color: #2b324a;
}

.footer {
    border-top: 15px solid #2b324a;
    padding-top: 55px;
    background: #000 url('../image/footer_bg.png') repeat-x left top;
}

.footer .footer-hd {
    width: 460px;
}

.footer .footer-hd ul li {
    margin-bottom: 20px;
    padding-left: 55px;
    color: #b3b3b3;
    font-size: 14px;
    background: url('../image/footer_ico1.png') no-repeat left center;
}

.footer .footer-hd ul li p {
    font-size: 16px;
}

.footer .footer-hd ul li:nth-of-type(2) {
    background: url('../image/footer_ico2.png') no-repeat left center;
}

.footer .footer-hd ul li:nth-of-type(3) {
    background: url('../image/footer_ico3.png') no-repeat left center;
}

.footer .footer-bd {
    width: 310px;
}

.footer .footer-bd ul li {
    margin-bottom: 32px;
    border-right: 1px solid #c2c2c2;
    padding-right: 25px;
    margin-right: 25px;
    height: 16px;
    line-height: 16px;
}

.footer .footer-bd ul li a {
    font-size: 16px;
    color: #c2c2c2;
}

.footer .footer-bd ul li a:hover {
    color: #2b324a;
}

.footer .footer-bd ul li:nth-of-type(3n),
.footer .footer-bd ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

.footer .footer-ft {
    width: 152px;
    text-align: center;
}

.footer .footer-ft img {
    width: 100%;
    display: block;
}

.footer .footer-ft p {
    font-size: 16px;
    color: #c2c2c2;
    line-height: 40px;
    height: 40px;
}

.footer .copyright {
    margin-top: 80px;
    border-top: 1px solid #484b52;
    text-align: center;
    padding: 18px 0 10px;
    font-size: 12px;
    color: #c2c2c2;
}

.footer .copyright p {
    display: inline-block;
}

.footer .copyright a {
    color: #c2c2c2;
}

.footer .copyright a:hover {
    color: #2b324a;
}


/*-------------------------------------------------*/
/* 内页banner */
.um-banner {
    height: 360px;
    background: url(../image/um-banner.jpg) no-repeat center;
}

.um-tit {
    height: 60px;
    background: #f6f6f6;
    position: relative;
}

.um-tit-hd {
    position: absolute;
    width: 220px;
    height: 140px;
    background: #151f44;
    bottom: 0;
    padding-top: 28px;
}

.um-tit-hd h3 {
    background: url(../image/line.png) no-repeat center;
    font-size: 44px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.um-tit-hd p {
    font-size: 24px;
    color: #fff;
}

/*内页左侧*/
.main {
    padding: 30px 0;
}

.um-hd {
    width: 220px;
    float: left;
}

.um-side {}

.um-side .tit {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #151f44;
    ;
    color: #fff;
}

.um-side .con {
    padding: 20px;
    font-size: 14px;
}

.um-hd_bd .con a {
    color: #fff;
}

.um-hd_hd .con li a {
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}

.um-hd_hd {
    margin-top: -30px;
}

.um-hd_hd ul {
    background: #2b324a;
    padding-bottom: 20px;
}

.um-hd_hd ul li {
    width: 100%;
}

.um-hd_hd ul li>a {
    display: block;
    font-size: 13px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 38px;
    color: #fff;
}

.um-hd_hd ul li.on>a {
    background: #151f44;
}

.um-hd_hd ul li a:hover {
    background-color: #151f44;
}

.um-hd_hd ul li dl {}

.um-hd_hd ul li.on dl {
    display: block;
}

.um-hd_hd ul li dd a {
    padding-left: 40px;
    height: 34px;
    line-height: 34px;
    background: url(../image/jt2.png) no-repeat 22px center;
    color: rgba(255, 255, 255, .8);
}

.um-hd_bd {
    background: #2b324a;
    color: #fff;
}

/*内页右上*/
.um-bd {
    width: 880px;
    float: right;
}

.um-bd_hd {
    height: 57px;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 57px;
}

.um-bd_hd .tit:after {
    content: '';
    display: block;
    width: 49px;
    height: 3px;
    background: #8bc8f3;
}

.pos {
    float: right;
    font-size: 14px;
    line-height: 60px;
}

/* 产品详情页 */
.p_tabs {
    line-height: 30px;
}

/*内页正文*/
.um-bd_bd {}

/* 单页 */
.um-page-hd {
    width: 100%;
    min-height: 600px;
}

.um-bd_con {
    font-size: 16px;
    line-height: 1.9;
}

/* 案例列表 */
.items-pic li {
    width: 270px;
    margin: 0 35px 35px 0;
}

.items-pic li .img {
    width: 270px;
    border: #eee solid 1px;
}

.items-pic li p {
    font-size: 14px;
    line-height: 30px;
}

/*新闻列表*/
.um-news .item-desc li {
    width: 100%;
    height: 165px;
    margin-right: 0;
    border-bottom: 1px dashed #d9d9d9;
    padding: 0 15px;
    margin-bottom: 20px;
}

.um-news .item-desc li .img {
    margin-top: 35px;
}

.um-news .item-desc li .con {
    width: 690px;
    padding-top: 10px;
}

.um-news .item-desc li .con h3 {
    font-size: 18px;
    color: #2b324a;
}

.um-news .item-desc li .con i {
    font-size: 13px;
    font-family: Arial;
    margin-top: 10px;
    display: block;
}

.um-news .item-desc li .con p {
    font-size: 14px;
    color: #777;
    height: auto;
    margin-top: 5px;
    line-height: 22px;
}


/*----------------------------------------------------------------------------------------------------------------*/

/*
** 产品列表
**/
.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}



.um-imgDetail {}

.um-imgDetail .tag {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: #ddd solid 1px;
    border-bottom: #054dd6 solid 2px;
    background: #f8f8f8;
}

.um-imgDetail .tag b {
    display: block;
    color: #054dd6;
    font-size: 14px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
    line-height: 25px;
}

.pagenav a {
    color: #054dd6;
}

.um-bd_imgShow_ft .items-img li {
    width: 220px;
    border: none;
    height: auto;
    margin-right: 0px;
    padding: 0 0px;
}

.um-bd_imgShow_ft .items-img li .img {
    height: auto;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


#pages {
    padding: 10px 0 10px;
    text-align: center;
    font-family: Arial
}

#pages a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    background: #2b324a;
    border: 1px solid #2b324a;
    color: #fff;
    text-align: center;
}


.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}



.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}

/*宋体宋体*/
.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #314E8C
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}

/*user login*/

.um-newsShow {
    width: 870px;
    background: #fff;
}

.um-newsDetail .tit h3 {
    font-size: 24px;
    line-height: 1.3;
}

.um-newsDetail .meta {
    margin-top: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.um-newsDetail .meta p {
    display: inline-block;
    margin-right: 20px;
}

.um-newsDetail .meta p em {
    color: #ff3434;
}

.um-newsDetail .meta p:first-child {
    margin-right: 0;
}

.um-newsDetail .meta p span {
    color: #888;
}

.um-newsDetail .cont {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.um-newsDetail .cont p {
    margin: 0 0 15px 0;
}

.um-newsDetail .cont a {
    display: inline-block;
    color: #ff3434;
    font-weight: bold;
}


/*产品详情页*/

.site-add {
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #eee;
}


.inner-img-show {
    padding: 30px 0 0 0;
}

.inner-img-show-header .item-hd {
    width: 350px;
}

.inner-img-show-header .item-bd {
    width: 505px;
}

.inner-img-show_left {
    width: 870px;
    background: #fff;
}


#zoom_box {
    background: #eee;
    text-align: center;
    border: 1px solid #eee;
}

#zoom_box img {
    max-width: 100%;
    cursor: pointer;
}

#zoom_list {
    width: 350px;
    height: 60px;
    background: #eee;
}

#zoom_list>a {
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}

#zoom_list .next {
    float: right;
    background: url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list .pre {
    float: left;
    background: url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 4px;
}

#thumblist li.on {}

#thumblist li span {
    height: 52px;
    width: 220px;
    line-height: 30px;
}

#thumblist li span a {
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
}

#thumblist li.on span a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
}

.img__info {
    padding: 10px 0 0 0;
}

.img__info .tit {
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.img__info .list {
    background: #f7f7f7;
    margin: 10px 0 0 0;
    padding: 5px 10px;
}

.img__info .list li {
    line-height: 1.8;
    padding: 4px 0;
}

.img__info .list li em {
    color: #777;
    display: inline-block;
}

.img__info .list li a,
.img__info .list li span {
    font-size: 13px;
    padding: 0 0 0 10px;
}

.img__info .list li span b {
    color: #eb2e09;
    padding: 0 3px;
}

.img__info .list li div.bshare-custom {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
}

.img__info .list li div.bshare-custom a {
    padding: 0 0 0 19px;
}

.img__info .tel {
    font-size: 16px;
    top: 10px;
    left: 10px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: url("../image/ico-tel.png") no-repeat left;
    background-size: 20px;
    padding: 0 0 0 26px;
}

.img__info .tel em {
    font-size: 24px;
    font-family: Arial;
    position: absolute;
    font-weight: 700;
    color: #f44900;
}

.img__info .ico {
    padding: 50px 0 0 10px;
}

.img__info .ico a {
    border-radius: 0;
    width: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.img__info .ico .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.img__info .ico .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.inner-img-show-body {}

.iisb-tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    background: #eee;
    color: #333;
}

.iisb-tit span {
    display: inline-block;
    padding: 0 20px;
    background: #151f44;
    color: #fff;
}

.iisb-box-js .con {
    font-size: 14px !important;
    line-height: 26px;
}

.iisb-box-js .con img {
    max-width: 100%;
    height: auto;
}

.iisb-box-js .con p {
    padding: 10px 0 0 0;
}

.iisb-box-fx {
    margin-bottom: 20px;
}

.iisb-box-fx li {
    float: left;
    margin: 0 30px 0 0;
}

.iisb-box-fx li a {
    font-size: 13px;
    display: block;
    line-height: 30px;
}

.iisb-box-tj .con li {
    margin: 0 0 10px 0;
}

.iisb-box-tj .con li img {
    max-width: 100%;
}

.iisb-box-tj .con li span a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.relevant__info {
    width: 270px;
}

.relevant__info_img {
    background: #fff;
    margin-top: 10px;
}

.relevant__info_img .con {
    padding-top: 10px;
}

.relevant__info_img .con li {
    padding: 10px 0 0;
}

.relevant__info .con li img {
    max-width: 100%;
    display: block;
}

.relevant__info_img .con li span a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.relevant__info .tit {
    height: 36px;
    line-height: 36px;
    color: #151f44;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: bold;
}

.relevant__info .tit:after {
    display: inline-block;
    content: '';
    width: 60px;
    position: absolute;
    background: #151f44;
    opacity: .5;
    height: 1px;
    left: 0;
    bottom: -1px;
}

.relevant__info_article {
    background: #fff;
}

.relevant__info_article li {
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.relevant__info_article li .img {
    width: 70px;
}

.relevant__info_article li .con {
    width: 190px;
    margin-top: 3px;
}

.relevant__info_article li .con a {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    display: block;
    height: 38px;
    overflow: hidden;
}

.relevant__info_article li .con a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #999;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-right: 4px;
    font-family: Arial;
    color: #fff;
    border-radius: 2px;
}

.relevant__info_article li .con p {
    font-family: Arial;
    color: #999;
    line-height: 1;
    margin-top: 6px;
    height: auto;
}

.relevant__info_article p {
    display: flex;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.relevant__info_article p a {
    flex: 1;
    font-size: 14px;
}

.relevant__info_article p a em {
    display: inline-block;
    height: 3px;
    width: 3px;
    margin-right: 6px;
    background: #075cbc;
    vertical-align: middle;
}

.relevant__info_article p span {
    color: #999;
    font-family: Arial;
}

.relevant__info_article li:nth-child(-n+3) .con {
    height: 36px;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;

}

.relevant__info_article li:nth-child(-n+3) .con a {
    padding: 0 10px;
    color: #fff;
    display: block;
    line-height: 36px;
    text-align: center;
}

.relevant__info_article li:nth-child(-n+3) .img {
    width: 100%;
}

.relevant__info_article li:nth-child(-n+3) {
    position: relative;
}

.relevant__info_article li:nth-child(-n+3) .num {
    position: absolute;
    left: 10px;
    top: 12px;
    display: inline-block;
    width: 55px;
    height: 20px;
    background-color: #ff4343;
    background-size: cover;
    z-index: 10;
}

.relevant__info_article li:nth-child(-n+3) .num:before {
    position: absolute;
    top: 20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-right: 27.5px solid transparent;
    border-left: 0 solid transparent;
}

.relevant__info_article li:nth-child(-n+3) .num:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ff4343;
    border-left: 24.5px solid transparent;
    border-right: 0 solid transparent;
}

.relevant__info_article li:nth-child(-n+3) .num i {
    text-align: center;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 55px;
}

.relevant__info_article li:nth-child(2) .num {
    background: #ff9035;
}

.relevant__info_article li:nth-child(2) .num:before,
.relevant__info_article li:nth-child(2) .num:after {
    border-top-color: #ff9035;
}

.relevant__info_article li:nth-child(3) .num {
    background: #0963d9;
}

.relevant__info_article li:nth-child(3) .num:before,
.relevant__info_article li:nth-child(3) .num:after {
    border-top-color: #0963d9;
}


.relevant__info_keyword {
    background: #151f44;
    padding: 10px 15px 20px;
    margin: 10px 0;
}

.relevant__info_keyword .tit {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.relevant__info_keyword a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 10px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
    margin-right: 10px;
}

.flip {
    padding: 20px 0;
}

.flip p {
    font-size: 14px;
    margin-top: 5px;
}

.flip p a {
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    background: #f8fbff;
    border: 1px solid #151f44;
    color: #151f44;
    margin-right: 10px;
}

.h-menu ul {
    background: #151f44;
    margin-top: 10px;
}

.h-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.h-menu ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.h-img ul {
    display: flex;
    margin-top: 20px;
}

.h-img li {
    flex: 1;
    padding: 0 5px;
}

.h-img li span a {
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.h-news ul {
    margin-top: 10px;
}

.h-news ul li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.h-news ul li .con {
    flex: 1;
    padding: 0 0 0 20px;
}

.h-news ul li .con a {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.h-news ul li .con p {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}