/*
    header
*/
.header-hd{
    height: 36px;
    line-height: 36px;
    background: #F4F4F4;
    font-size: 13px;
    color: #999;
}

.header-hd p a{
    padding-left: 10px;
}
.header-bd{
    height: 155px;
}
.header-bd-logo,
.header-bd-logo a{
    display: block;
    height: 100%;
    font-size: 0;
}
.header-bd-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-bd-logo img{
    max-height: 100%;
}

.header-bd-tel{
    background: url(../image/htel.png) no-repeat left center;
    padding-left: 52px;
    padding-top: 4px;
    color: #999;
    margin-top: 48px;
}
.header-bd-tel p{
    font-size: 24px;
    color: #ff6600;
    font-weight: bold;
}


/*
    顶部导航
*/
.navbar{
    height: 54px;
    background: #00549d;
}
#nav_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar li{
    flex: 1;
    text-align: center;
    position: relative;
}
.navbar li a{
    font-size: 15px;
    line-height: 54px;
    display: block;
    color: #fff;
    text-align: center;
}
.navbar li a:hover,
.navbar li.on a{
    background-color: #314357;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background-color:#1892e7;display:none;z-index: 995;}
.nav li ul li{ width:100%; height:34px;}
.nav li ul li a{ font-size:12px;color:#fff; line-height:34px; display:block;text-align: center;text-overflow: ellipsis;white-space:nowrap;overflow: hidden; padding: 0 10px;}
.nav li ul li a:hover{ color:#fff;background-color:#314357;}
.nav .on ul li a{background-color:#1892e7;color:#fff;}
.nav .on ul li a:hover{background-color:#314357;}

/**/
.about-region{
    margin: 64px 0;
}
.about-region-tit h2{
    color: #005bac;
    font-weight: normal;
    font-size: 30px;
}
.about-region-tit p{
    font-size: 13px;
    line-height: 32px;
    font-weight: lighter;
    color: #999999;
    text-transform: uppercase;
}
.about-region-desc{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 10px;
}

.about-region-bd{
    margin: 48px 0;
    color: #000;
}
.about-region-bd ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-region-bd li{
    flex: 1;
    text-align: center;
}
.about-region-bd li h3{
    font-size: 40px;
    font-weight: normal;
}
.about-region-bd li h3 span{
    font-size: 24px;
    margin-left: 10px;
}
.about-region-bd li p{
    font-size: 16px;
}

/*链接*/
.region-link{
    text-align: center;
    display: block;
    width: 134px;
    height: 37px;
    background: #FF6600;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
}
.region-link img{
    margin-right: 5px;
    vertical-align: -2px;
    display: inline-block;
}
.region-link:hover{
    background: #1d5295;
    color: #fff;
}
.about-region-link .region-link{
    border-radius: 19px;
    margin: 0 auto;
    color: #fff;
    background: #00549d;
}
.about-region-link .region-link:hover{
    background: #FF6600;
}
/**/
.region-title{
    margin-bottom: 35px;
}
.region-title h2{
    font-size: 30px;
    color: #00549D;
    font-weight: bold;
    display: inline-block;
    padding: 0 200px;
    position: relative;
}
.region-title h2::after,
.region-title h2::before{
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
}
.region-title h2::before{
    left: 0;
}
.region-title h2::after{
    right: 0;
}
.region-title p{
    font-size: 18px;
    line-height: 52px;
}
.region-title span{
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
}


/**/
.product-region{
    padding-top: 60px;
    background: url(../image/pro_bg.jpg) no-repeat center;
}
.product-region .w{
    text-align: center;
}
.product-region-bd .product-bd-item{
    height: 264px;
    position: relative;
    margin-bottom: 60px;
}
.product-region-bd .product-bd-item .item-hd{
    position: absolute;
    left: 0;
    top: 0;
    width: 554px;
}
.product-region-bd .product-bd-item .item-bd{
    position: absolute;
    right: 0;
    top: 0;
    width: 616px;
    background: #fff;
    padding: 10px 0 7px 44px;
}
.product-region-bd .product-bd-item:nth-of-type(even) .item-bd{
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    padding-left: 0;
}
.product-region-bd .product-bd-item:nth-of-type(even) .item-hd{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}
.product-region-bd .product-bd-item:nth-of-type(1n+5){
    display: none;
}

.product-bd-tit{
    text-align: left;
}
.product-bd-tit img{
    float: left;
    margin-right: 13px;
    margin-top: -9px;
}
.product-bd-tit h3{
    margin-top: 4px;
    color: #000;
    font-size: 22px;
}
.product-bd-tit span{
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}
.product-bd-tit p{
    font-size: 16px;
    margin-top: 2px;
    background: url(../image/proright.jpg) no-repeat left center;
    padding-left: 20px;
    display: block;
    float: left;
}
.product-bd-list{
    clear: both;
}
.product-bd-list ul{
    margin: 18px 0;
}
.product-bd-list li{
    width: 78px;
    float: left;
    margin-right: 36px;
}
.product-bd-list li .img{
    width: 100%;
    height: 90px;
    font-size: 0;
    padding: 20px 14px;
    background: url(../image/proitembg.jpg) no-repeat center;
}
.product-bd-list li img{
    width: 100%;
}
/**/
.case-region{
    padding-top: 60px;
    padding-bottom: 55px;
    background: url(../image/casebg.png) no-repeat center;
}
.case-region .w{
    width: 1200px;
}
.case-region-bd .bd .tempWrap{
	width: 1200px !important;
}
.case-region-bd .bd ul{
    width: 1200px;
    float: left;
}
.case-region-bd .bd li{
    width: 300px;
    padding: 0px 8px 15px 7px;
}
.case-region-bd .bd li img{
    width: 100%;
    display: block;
}
.case-region-bd .bd li p{
    padding: 0 10px;
    line-height: 43px;
    background: #EFEFEF;
    text-align: center;
    border-bottom: 3px solid #B8B8B8;
    font-size: 16px;
}
.case-region-bd .bd li:hover p{
    color: #fff;
    background: #164279;
}
.case-region-bd .hd{
    text-align: center;
    margin-top: 20px;
}
.case-region-bd .hd a{
    margin: 0 5px;
    display: inline-block;
}
/**/
.news-region{
    height: 400px;
    margin-top: -31px;
    background: url(../image/newsbg.png) no-repeat center;
}

.news-region-bd{
    width: 635px;
    float: right;
    margin-top: 70px;
}
.news-bd-tit p{
    font-size: 18px;
    color: #000;
    margin-top: 12px;
}
.news-bd-tit h2{
    font-size: 26px;
    color: #1d5295;
    font-weight: normal;
}
.news-bd-tit h2 span{
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    padding-left: 15px;
}
.news-bd-tit h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    margin: 20px 0;
}
.news-bd-list ul{
    margin-bottom: 24px;
}
.news-bd-list li{
    line-height: 30px;
    border-bottom: 1px dotted #BCBCBC;
}
.news-bd-list li a{
    display: block;
    background: url(../image/news_icon.png) no-repeat center left;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}
.news-bd-list li a:hover{
    color: #1d5295;
}


/**/
.footer{
    background: #202020;
}
.footer-hd{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-hd>*{
    width: 30%;
}
.footer-hd h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}
.footer-contact-tel{
    font-size: 13px;
    color: #999;
}
.footer-contact-tel p{
    font-size: 20px;
    color: #ff6600;
}
.footer-hd-contact .contactlink{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
}
.footer-contact-desc{
    margin: 20px 0;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
}
.footer-hd-code p{
    display: inline-block;
    width: 130px;
    margin: 0 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 2;
}
.footer-hd-code p img{
    width: 100%;
    display: block;
    border-radius: 5px;
}
.footer-hd-nav a{
    display: inline-block;
    font-size: 15px;
    width: 30%;
    line-height: 36px;
    color: #fff;
}

.footer-ft{
    background: #111111;
    color: #888;
    font-size: 12px;
    padding: 10px 0;
    line-height: 18px;
}
.footer-ft a{
    color: inherit;
}





/*
    搜索
*/
.i-search{ height: 50px; border-bottom: #f3f3f3 solid 1px; overflow: hidden;}
.i-search-hd{ line-height: 50px; }
.i-search-bd{padding-top: 11px;}
.search-key{ width: 200px; padding-left: 10px; height: 26px; border:#ccc solid 1px;border-right: 0; border-radius: 3px; margin-right: -5px; }
.search-button{ width: 38px; height: 26px; padding: 0;margin: 0; border:0; background:#06C;color:#fff;overflow:hidden;cursor:pointer;}



/*产品通用*/
.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: #1892e7;
}


/*新闻通用*/
.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: #1892e7;
}
.item-desc li .con h3 span{
    color: #1892e7;
    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-link{ padding: 25px 0;}
.i-link span,.i-link a{ margin-right:15px;font-size: 14px;}
.i-link span{ font-size: 16px; font-weight: bold; }




/*-------------------------------------------------*/
/* 内页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: #1892e7;
    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: #1892e7;;
    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: #006BC3;
    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: #36abfd;
}
.um-hd_hd ul li a:hover{
    background-color: #36abfd;
}

.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: #006BC3;
    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;
}
.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:#006BC3;
}
.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:#006BC3; border:1px solid #006BC3; 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: #1892e7;
    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: #1892e7;
    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: #1892e7;
    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: #1892e7;
    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 #1892e7;
    color: #1892e7;
    margin-right: 10px;
}

.h-menu ul{
    background: #1892e7;
    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;
}