﻿.header-hd{
    height: 40px;
    background: #0059aa;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.header-hd .lang{
    position: relative;
}
.header-hd .lang:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    vertical-align: 3px;
    margin-right: 10px;
}
.header-hd .lang p{
    display: none;
    background: #0059aa;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
}
.header-hd .lang p a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.header-hd .lang:hover p{
    display: block;
}
.header-bd{
    height: 120px;
}

.header-bd .logo,
.header-bd .logo a{
	display: block;
    height: 120px;
    font-size: 0;
}
.header-bd .logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-bd .logo{
    max-height: 100%;
}
.header-bd .call{
    font-size: 16px;
    color: #333;
    background: url(../image/call.png) no-repeat left center;
    padding-left: 55px;
    margin-top: 32px;
}
.header-bd .call p{
    font-size: 24px;
    color: #0059aa;
    line-height: 30px;
}
/*
    顶部导航
*/
.navbar{
    height: 51px;
    background: #0059aa;
    border-bottom: 1px solid #666666;
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
	position: relative;
	flex: 1;
	text-align: center;
}
.navbar li a{
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #fff;
    text-align: center;
}
.navbar li a:hover,
.navbar li.on a{
    background-color: #f8bb03;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background-color:#0059aa;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:rgba(255,255,255,.1);}
.nav .on ul li a{background-color:#0059aa;color:#fff;}
.nav .on ul li a:hover{background:rgba(255,255,255,.1);}

.i-about{  
    padding-top: 50px;
    background: url(../image/aboutbg.jpg) no-repeat center;
}
.i-about .bgcfff{
    padding: 35px 40px 0 ;
}
.i-about-hd{
    margin-bottom: 40px;
}
.i-about-hd h2{
    font-size: 32px;
    font-weight: normal;
    color: #0059aa;
}
.i-about-hd p{
    font-size: 14px;
    color: #ccc;
}
.i-about-hd p:after,
.i-about-hd p:before{
    content: '';
    display: inline-block;
    width: 450px;
    height: 1px;
    background: #e6e6e6;
    margin-top: 10px;
}
.i-about-hd p:before{
    float: left;
}
.i-about-hd p:after{
    float: right;
}
.i-about-bd .item-hd{
    width: 410px;
    height: 260px;
    font-size: 0;
}
.i-about-bd .item-hd img{
    width: 100%;
    height: 100%;
}
.i-about-bd .item-bd{
    width: 645px;
}
.i-about-bd .item-bd h3{
    color: #4c4c4c;
    font-weight: normal;
    font-size: 20px;
}
.i-about-bd .item-bd .about-con{
    font-size: 13px;
    color: #666;
    line-height: 20px;
    height: 160px;
    overflow: hidden;
    margin: 9px 0 20px;
}
.i-about-ft{
    margin: 64px 0 35px;
    position: relative;
}
.i-about-ft .tempWrap{
    width: 1085px !important;
}
.i-about-ft li{
    width: 209px;
    margin-right: 10px;
    font-size: 0;
}
.i-about-ft li img{
    width: 100%;
}
.i-about-ft li p{
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}
.i-about-ft .btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../image/left.png) no-repeat center #0059aa;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    z-index: 99;
}
.i-about-ft .next{
    right: -20px;
    left: auto;
    background: url(../image/right.png) no-repeat center #0059aa;
}

/**/
.i-product{
    padding-top: 80px;
    height: 940px;
    background: url(../image/probg.jpg) no-repeat center;
}

.i-product-hd{
    width: 240px;
    height: 820px;
    background: url(../image/prohd.png) no-repeat bottom center #fff;
}
.i-product-hd .item-hd{
    height: 108px;
    background: url(../image/prohdtit.jpg) no-repeat center;
    color: #fff;
    padding: 29px 0px 0 41px;
}
.i-product-hd .item-hd h2{
    font-size: 22px;
    font-weight: normal;
}
.i-product-hd .item-hd p{
    font-size: 12px;
}
.i-product-hd .item-bd{
    padding: 0 30px;
    height: 355px;
    overflow: hidden;
}
.i-product-hd .item-bd li{
    margin-top: 5px;
}
.i-product-hd .item-bd li a{
    display: block;
    height: 46px;
    border-bottom: 1px solid #808080;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}
.i-product-hd .item-bd li a:before{
    content: '+';
    display: inline-block;
    color: #959595;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 15px;
    text-align: center;
}
.i-product-hd .item-bd li a:hover{
    color: #0059aa;
}
.i-product-hd .item-bd li a:hover:before{
    color: #0059aa;
    border-color: #0059aa;
}
.i-product-bd{
    width: 900px;
}
.i-product-bd li{
    width: 280px;
    font-size: 0;
    margin-right: 30px;
    margin-bottom: 20px;
}
.i-product-bd li img{
    width: 100%;
}
.i-product-bd li p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-right: 34px;
    padding-left: 10px;
    border: 1px solid #bfbfbf;
    background: url(../image/probdp.png) no-repeat bottom right #fff;
}

.i-product-bd li:hover p{
    color: #0059aa;
    background: url(../image/probdph.png) no-repeat bottom right #fff;
}


/**/
.i-case{
    padding: 70px 0;
}
.i-case-hd{
    margin-bottom: 55px;
}
.i-case-hd h2{
    font-size: 32px;
    color: #0059aa;
    font-weight: normal;
}
.i-case-hd a{
    font-size: 14px;
    color: #0059aa;
    margin-top: 32px;
}
.i-case-bd {
    position: relative;
}
.i-case-bd .tempWrap{
    width: 1170px !important;
}
.i-case-bd li{
    width: 266px;
    margin-right: 34px;
    font-size: 0;
}
.i-case-bd li img{
    width: 100%;
}
.i-case-bd li p{
    font-size: 20px;
    color: #0059aa;
    line-height: 55px;
}
.i-case-bd li span{
    display: block;
    width: 140px;
    height: 40px;
    background: url(../image/caselink.png) no-repeat center;
}
.i-case-bd li span:hover{
    background: url(../image/ablink.png) no-repeat center;
}
.i-case-bd .btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../image/left.png) no-repeat center #0059aa;
    top: 50%;
    margin-top: -65px;
    left: -20px;
    z-index: 99;
}
.i-case-bd .next{
    right: -20px;
    left: auto;
    background: url(../image/right.png) no-repeat center #0059aa;
}




/*
    搜索
*/
.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;}


/*  */
.i-news{

}
.i-news .hd{
    margin-bottom: 40px;
}
.i-news .hd li{
    display: inline-block;
    border-bottom: 1px solid #bfbfbf;
    margin: 0 15px;
}
.i-news .hd li h2{
    font-size: 26px;
    color: #4c4c4c;
    font-weight: normal;
}
.i-news .hd li h2 span{
    font-size: 18px;
    color: #808080;
}
.i-news .hd li h2:hover{
    color: #0059aa;
}
.i-news .hd li:hover{
    border-color: #0059aa;
}
.i-news .bd .item-hd{
    width: 500px;
    font-size: 0;
}
.i-news .bd .item-hd img{
    width: 100%;
}
.i-news .bd .item-bd{
    width: 600px;
}
.i-news .bd .item-bd li{
    height: 121px;
    border-bottom: 1px solid #999;
}
.i-news .bd .item-bd .time{
    color: #666;
    font-size: 12px;
    height: 120px;
    width: 106px;
    padding-top: 15px;
}
.i-news .bd .item-bd .time span{
    font-size: 44px;
    display: block;
}
.i-news .bd .item-bd .news-con{
    width: 420px;
    margin-top: 28px;
}
.i-news .bd .item-bd .news-con h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 7px;
}
.i-news .bd .item-bd .news-con p{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #808080;
}
.i-news .bd .item-bd .news_jia{
    width: 20px;
    height: 20px;
    background: #808080;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-top: 55px;
    margin-right: 18px;
}
.i-news .bd li:hover .time span,
.i-news .bd li:hover .news-con h3{
    color: #174380;
}
.i-news .bd li:hover .news_jia{
    background: #174380;
}

/*产品通用*/
.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: #0059aa;
}


/*新闻通用*/
.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: #0059aa;
}
.item-desc li .con h3 span{
    color: #0059aa;
    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; }

/*
    footer
*/
.footer{
    background: #0059aa;
    color: #ffffff;
}
.footer *{
    color: #fff;
}
.footer-hd{
    padding: 40px 0;
}
.footer-hd dl{
    float: left;
    width: 390px;
    padding: 0 30px;
}
.footer-hd dl dt{
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-hd dl dd a{
    display: inline-block;
    line-height: 28px;
    font-size: 13px;
}
.footer-hd dl:first-child dd a{
    width: 34%;
}
.footer-bd{
    background: #014e97;
    line-height: 18px;
    padding: 20px 0;
}
/*-------------------------------------------------*/
/* 内页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: #0059aa;
    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:120px;
    line-height:120px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #0059aa;;
    color: #fff;
}
.um-side .con{
    padding: 9px;
    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: #0059aa;
    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: #0059aa;
    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: #0059aa;
    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: #0059aa;
    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 #0059aa;
    color: #0059aa;
    margin-right: 10px;
}

.h-menu ul{
    background: #0059aa;
    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;
}