:root {
  --font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,Arial, Helvetica, sans-serif;
  --font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6 /*#9bbde8 #E8E8FF*/
	
}
body,td,th{font-size: 12px; color: #333; line-height:18px; font-family: var(--font-family);}
form,input,select,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal; list-style: none; font-family: var(--font-family);}
select,input,textarea{font-size:12px;line-height:16px; font-family: var(--font-family);}
img{border:none;}

#container{margin:0px auto;width:1002px;}

a:link {color: #333; text-decoration: none; }
a:visited {color: #333; text-decoration: none; }
a:hover {color: #FF3333; text-decoration: none; }
a:active {color: #333; text-decoration: 1px; }
a[class=listicon]{
	font-size: 13px;
	font-family: var(--font-family)
}

/*--------------------------------------Header----------------------------*/
#header {
    width: 100%;
    min-width: 960px;
}

.layui-nav-item i {
    display: none;
}
.layui-nav-child {
    margin-top: -28px;
}

/*--------------------------------------Header中下拉菜单部分----------------------------*/
#adapt1 {
    background: url(../images/menu_about_icc_out_meitu.png)no-repeat top left;
    width: 135px;
    height: 38px;
}
#adapt1:hover {
     background: url(../images/menu_about_icc_on_meitu.png)no-repeat;
     background-position:center center;
     width: 135px;
     height: 38px;
}
    

#adapt2 {
    background: url(../images/menu_protec_server_out_meitu.png)no-repeat top left;
    width: 162px;
    height: 38px;
}


#adapt2:hover {
    background: url(../images/menu_protec_server_on_meitu.png)no-repeat;
    width: 162px;
    height: 38px;
}

#adapt3 {
    background: url(../images/menu_item_center_out_meitu.png)no-repeat;
    width: 158px;
    height: 38px;
}

#adapt3:hover {
        background: url(../images/menu_item_center_on_meitu.png)no-repeat;
        width: 158px;
        height: 38px;
}

#adapt4 {
    background: url(../images/menu_news_out_meitu.png)no-repeat;
    width: 162px;
    height: 38px;
}
#adapt4:hover {
    background: url(../images/menu_news_on_meitu.png)no-repeat;
    width: 162px;
    height: 38px;
}  

#adapt5 {
    background: url(../images/menu_social_respon_out_meitu.png)no-repeat;
    width: 135px;
    height: 38px;
}
#adapt5:hover {
        background: url(../images/menu_social_respon_on_meitu.png)no-repeat ;
        width: 135px;
        height: 38px;
}
/*--------------------------------------Header中下拉菜单部分end----------------------------*/
#topBanner { /*--------和#log一起设置为header图片自适应宽高-----------*/
    position: relative;
	background: url(../images/bgImage.jpg) no-repeat;
    padding-top: 8%;
    width: 100%;
    left: 0px
}
#logo {
    margin-top: -1px;
    background: url(../images/logo.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    min-width: 960px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*aspect-ratio: xx/xx*/
}
#logo ul { float:left;}
#logo li { float:left;height:28px}


#nav_search_btn{margin-right:9px;width:29px;margin-top:0px;}
.logo_content {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}
/*--------------------------------------Nav start----------------------------*/
    #nav {
    /*margin: 0px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width:1420px;
    width:100%;*/
    min-width: 960px;
}
#nav a:hover{color: #FF3333; text-decoration: underline; }
#nav_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: url(../images/menu.png) no-repeat left;*/
    background-color: #266081;
    border: 1px solid #266081;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 38px;
    /*width: 1002px;
    max-width: 1414px;*/
    width: 100%;
}
#nav_menu ul { float:left; cursor:pointer;}
#nav_menu li { float:left; margin-left:40px;font-size:16px;margin-top:0px;height:39px;}/*margin-left:25px*/
    #nav_index_on, #nav_about_icc, #nav_protec_server, #nav_item_center, #nav_news, #nav_social_respon, #nav_industry_promotion {
    margin-top: 0px;
    height: 47px;
}
/*----------nav_about_icc_menu-------------*/
#nav_about_icc_menu {border-bottom:1px solid #336699;border-left:1px solid #336699;border-right:1px solid #336699;display:none; position:absolute; z-index:2;background:#FFFFFF;margin-top:210px; margin-left:39px; width:131px;}
/*----------nav_protec_server_menu-------------*/
#nav_protec_server_menu {border-bottom:1px solid #336699;border-left:1px solid #336699;border-right:1px solid #336699;display:none; position:absolute; z-index:2;background:#FFFFFF;margin-top:210px; margin-left:214px; width:158px;}
/*----------nav_item_center_menu-------------*/
#nav_item_center_menu {border-bottom:1px solid #336699;border-left:1px solid #336699;border-right:1px solid #336699;display:none; position:absolute; z-index:2;background:#FFFFFF;margin-top:210px; margin-left:591px; width:158px;}
/*----------nav_news_menu-------------*/
#nav_news_menu {border-bottom:1px solid #336699;border-left:1px solid #336699;border-right:1px solid #336699;display:none; position:absolute; z-index:2;background:#FFFFFF;margin-top:210px; margin-left:793px; width:132px;}
/*----------nav_social_respon_menu-------------*/
#nav_social_respon_menu {border-bottom:2px solid #336699;border-left:0px solid #336699;border-right:2px solid #336699;display:none; position:absolute; z-index:2;background:#FFFFFF;margin-top:210px; margin-left:347px; width:158px;}
/*----------nav_industry_promotion_menu-------------*/
#nav_industry_promotion_menu {
    border-bottom: 2px solid #336699;
    border-left: 0px solid #336699;
    border-right: 2px solid #336699;
    display: none;
    position: absolute;
    z-index: 2;
    background: #FFFFFF;
    margin-top: 210px;
    margin-left:417px;
    width: 134px;
}

#nav_about_icc_menu ul, #nav_protec_server_menu ul, #nav_item_center_menu ul, #nav_news_menu ul, #nav_social_respon_menu ul, #nav_industry_promotion_menu  ul{
    float: none;
}
#nav_about_icc_menu li,#nav_news_menu li{ border-bottom:1px dashed #cccccc; no-repeat left;  padding-left:5px;margin:5px 5px 5px 5px;font-size:12px;display:list-item;text-align:left;}/*--------padding-left:22px------*/
#nav_social_respon_menu li{
    border-bottom: 1px dashed #cccccc;
    no-repeat left;
    padding-left: 5px;
    margin: 5px 5px 5px 5px;
    font-size: 6px;
    display: list-item;
    text-align: center;
}

#nav_industry_promotion_menu li {
    border-bottom: 1px dashed #cccccc;
    no-repeat left;
    padding-left: 1px;
    margin: 5px 5px 5px 5px;
    font-size: 6px;
    display: list-item;
    text-align: left;
}

#nav_protec_server_menu li {
    border-bottom: 1px dashed #cccccc;
    no-repeat left;
    padding-left: 5px;
    margin: 5px 5px 5px 5px;
    font-size: 12px;
    display: list-item;
    text-align: left;
}
#nav_item_center_menu li{ border-bottom:1px dashed #cccccc; no-repeat left;padding-left:5px;margin:5px 5px 5px 5px;font-size:12px;display:list-item;text-align:left;}
    #nav_about_icc_menu li a, #nav_protec_server_menu li a, #nav_item_center_menu li a, #nav_news_menu li a, #nav_social_respon_menu li a, #nav_industry_promotion_menu li a {
        margin-left: 5px;
        color: #336699;
    }
 #nav_about_icc_menu li a:hover, #nav_protec_server_menu li a:hover, #nav_item_center_menu li a:hover, #nav_news_menu li a:hover, #nav_social_respon_menu li a:hover, #nav_industry_promotion_menu li a:hover {
        color: #336699;
       text-decoration: underline;
 }

/*--------------------------------------nav_search----------------------------*/
#nav_search {height:54px; text-align:right;margin-top:0px;padding-top:14px;padding-right:10px;}
#nav_search_input {border-top:1px solid #000;border-left:1px solid #000; border-bottom:1px solid #000;border-right:0px;font-size:12px;padding:2px 0px 5px 5px;width:165px;}
#nav_search_btn {float:right;cursor:pointer;}
/*--------------------------------------Nav end---------------------------*/
#menu_total {
    /*border: 1px solid #ccc;*/
    text-align: left;
    margin: 0px auto;
    /*width: 1365px;*/
    /*margin-left: 9px;
    max-width: 1400px;
    */
    min-width: 960px;
    margin-top: -3px;
    float: none;
    position: relative;
}
#banner_billing {height:340px;width:1000px;float:right;position:relative;margin-top:-3px;padding-top:0px;padding-right:0px;}
/*--------------------------------------mainbanner----------------------------*/
    .mainbanner{float:left;height:357px;overflow:hidden; width:1000px; z-index:1;}
.mainbanner_window{left:15%;width:1398px;height:357px;overflow:hidden;margin-left:-548px;position:absolute;overflow:hidden;}
.mainbanner_window ul{width:999999px;height:357px;position:relative;}
.mainbanner_window li{background:rgb(204, 204, 204);width:1398px;height:315px;text-align:center;font-size:0px;float:left;display:inline;}

.btn-previous{margin: 150px 0 0 15px;width: 46px;height: 60px;position: absolute;z-index: 2; cursor: pointer;}
.btn-previous:hover {background: url(../images/left_btn.png) center left no-repeat;}
.btn-next{margin: 150px 0 0 940px;width: 46px;height: 60px;position: absolute;z-index: 2; cursor: pointer;}
.btn-next:hover {background: url(../images/right_btn.png) center right no-repeat;}

.homepage-slider-item{width:1002px;height: 355px;margin-top:-1px;margin-left:-3px;}

#aktuals_field{overflow:hidden;position:relative;width:1000px;}
.mainbanner_list{left:50%;top:290px;width:570px;height:30px;margin-left:-75px;position:absolute;}
.mainbanner_list li{width:30px;height:30px;overflow:hidden;float:right;display:inline;}
.mainbanner_list a{background:url("../images/select_icon.png") no-repeat;width:25px;height:25px;line-height:25px;overflow:hidden;text-align:center;color:rgb(255, 255, 255);font-size:12px;font-weight:700;float:left;display:inline-block;}
.mainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.mainbanner_list li a:hover{background-position:0 -30px;text-decoration:none;}

#billing{background:url(../images/billing.png);height:355px;width:397px;margin-left:-7px;margin-top:0px;position:absolute;display: inline }

#center_div {
    padding-top: 20px !important;
    /*margin-top:310px;*/
    margin-top: -2px;
    position: relative;
    /*background: url(../images/center_back.png) top repeat-x;*/
    min-width:960px;
}
#table_menu{padding-top:0px;};
#menu_dianlu {clear:both;background:url(../images/dianlu_out.png) no-repeat left;overflow:hidden;height:42px;width:294px;margin-left:0px;cursor:pointer;}
#dianlu_tupian {clear:both;overflow:hidden;height:116px;width:180px;}
#dianlu_miaoshu {clear:both;height:102px;width:180px;font-size:12px;}
#dianlu_line {height:5px;width:254px;display:none;margin-right:-30px;}

.index_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu_rfid {
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    cursor: pointer;
}
.award-name{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%; }/*超出部分显示省略号*/
#rfid_tupian {clear:both;overflow:hidden;height:116px;width:180px;}
#xmgl_tupian  {clear:both;overflow:hidden;height:116px;width:180px;}
#rfid_miaoshu {clear:both;height:102px;width:180px;font-size:12px;}
#xmgl_miaoshu {clear:both;height:102px;width:180px;font-size:12px;}
#rfid_line {height:px;width:134px;display:none;margin-right:-30px;}


#project_list {overflow:hidden;height:210px;}
#project_list ul { cursor:pointer;margin-top:0px;}
#project_list li { float:left;margin-left:0px;margin-top:2px;line-height:19px;width:150px}
#project_list li a { float:left;margin-right:20px ;font-size:12px;margin-top:2px;}

#menu_xinwen {clear:both;overflow:hidden;margin-left:0px;cursor:pointer;}
/*#xinwen_list {overflow:hidden;height:242px;}*/
#xinwen_list{width: 100%;}
#xinwen_list ul { cursor:pointer;margin-top:-5px;}
#xinwen_list li {
	    padding-top: 6px;
	    line-height: 22px;
	    padding-bottom: 4px;
		width: 260px;
		margin: auto
}
#xinwen_list li a {
  margin-right: 8px;
  font-size: 14px;
}
/*去除所有a标签中div的块级属性改为行内
#xinwen_list a div {
    display: inline
}*/


#xinwen_line {height:34px;width:160px;display:none;margin-left:20px;margin-right:0px;}

#menu_huodong {clear:both;background:url(../images/huodong_out.png) no-repeat left;overflow:hidden;margin-left:20px;cursor:pointer;}
#huodong_list {overflow:hidden;height:210px;}
#huodong_list ul { cursor:pointer;margin-top:-5px;}
#huodong_list li { float:left;margin-left:20px;margin-top:0px;margin-right:0px;line-height:19px;width:135px}
#huodong_list li a { float:right;margin-right:28px ;font-size:12px;margin-top:2px;}
#huodong_line {height:34px;width:100px;display:none;margin-left:20px;margin-right:0px;}
/*--------------------------------------foot----------------------------*/
#foot_upper {border-left:1px solid #ccc;border-right:1px solid #ccc;clear:both;background:url(../images/foot_upper.png) no-repeat left;overflow:hidden;height:101px;width:1000px;float:left;z-index:1;margin-bottom:0px;margin-left:-1px;}
#foot_upper ul{margin-top:20px;float:left;display:inline;}
#kehurukou_foot {margin-left:37px;margin-top:20px;width:280px;height:58px;display:inline;}
#xuanchuance_foot {margin-left:40px;margin-top:20px;width:280px;height:58px;display:inline;}
#link_foot {margin-left:20px;margin-top:0px;width:280px;height:58px;}
#link_foot_tab {width:304px;height:58px;margin-left:20px;}
#link_foot_tab td{margin-top:0px;padding-top:0px;font-weight:bold;font-size:12px;}
.footlist{background:url(../images/footlist.png) no-repeat center;width:219px;height:20px;font-size:12px;font-weight:normal;text-align:left;cursor:pointer;}
#footlist_zhidao_menu{border-top:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;display:none; position:absolute ; z-index:2;background:#FFF;margin-top:-1px; margin-left:0px; width:217px;}
#footlist_hezuo_menu{border-top:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;display:none; position:absolute ; z-index:2;background:#FFF;margin-top:-1px; margin-left:0px; width:217px;}
#footlist_zhidao_menu ul,#footlist_hezuo_menu ul{margin-top:0px;margin-left:0px;}
#footlist_zhidao_menu li,#footlist_hezuo_menu li{margin-top:0px;margin-left:0px;}

/*#foot_li {
    clear:both;background:url(../images/footer.png) no-repeat left;height:25px;width:1002px;margin:0px auto;position:relative;z-index:1; border-top: solid 1px #3398fe;
    padding-top: 1px;}*/
#foot_li {
    clear: both;
    height: 25px;
    background-color: #266081;
    /*max-width: 1403px;*/
	color:white;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding-top: 1px;
}

#foot_li li{float:left;color:#333333;font-size:12px;margin-left:5px;position:relative}
#foot_li a{color: white;font-size:12px;cursor:pointer;}
#foot_li a:hover{color: white; text-decoration: none;font-size:12px;}
#foot_li a:visited{color: white; text-decoration: none;font-size:12px;}
#foot_li div:last-child{width: 810px !important;}
#foot_li > div:nth-child(2) > p > a{margin-left: 10px;}

#wzdt ,#lxwm,#zddw,#hzhb {font-size:15px}
#foot_li_index {
    clear: both;
    background: #266081;
    height: 70px; 
    /*max-width:1403px;*/
    margin: 0px auto;
    position: relative;
    z-index: 1;
	color: white;
    border-top: 1px solid white;
}

#foot_li_index ul { padding-top:4px;}

#foot_li_index a{font-size:12px;cursor:pointer;}
#foot_li_index a:visited{color: white;}
#foot_li_index a:hover{ text-decoration: underline;font-size:12px;}

#foot_first_line li{float:left;font-size:20px;margin-left:40px;position:relative}
#foot_first_line {
    
    height: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    flex-wrap: nowrap;
}/*使用到css弹性盒display:flex;align-items: center;justify-content: center;*/
#foot_second_line {
    
    height: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    flex-wrap: nowrap;
    min-width: 710px;
}
#foot_second_line a:link{color:white}

#foot_second_line a{
	color: white;
}
#foot_second_line> div:nth-child(1) > a{margin-left: 4px;margin-right: 10px;}
#foot_third_line {
    background: #266081;
    height: 32px;
    width:100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding-top: 3px;
    border-top: white 1px solid;
}
#foot_first_line a{cursor:pointer;}
#foot_first_line a:link{color:white}

#zddw_show {
    position: absolute;
    bottom: 18px;
    z-index: 900;
    display: block;
    background-color: #266081;
    left: -36px;
    margin-bottom: 10px;
}
#hzhb_show {position:absolute;bottom:18px;z-index:900;display:block;background-color:skyblue;left:-20px;}
.dht_class:hover {
    background-color: #336699;
    text-decoration: none;
}
.dht_class {color: white;font-size:12px;cursor:pointer;border-bottom:1px solid #ccc;width:100%}
.dht_class a:link{color:white}
.dht_class a:hover {color: #FF3333; text-decoration: none; }
#zddw_show a:hover {
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
#foot_fuwupingtai_index {
    clear: both;
    padding-top: 0px;
    padding-left: 0px;
}

#foot_fuwupingtai {
    clear: both;
    display: flex;
    justify-content: end;
    padding-right: 20px;
    align-items: center;
    border-top: white 1px solid;
    background-color: #266081;
	height: 32px;
}
#fuwupingtai{cursor:pointer;}
/*--------------------------------------foot end----------------------------*/

#cldbanner{background:url(../images/cldbanner.png) no-repeat center;height:221px;width:100%}
/*--------------------------------------detail----------------------------*/

#detail {
    clear: both;
    margin: 0px auto;
    text-align: left;
    min-width: 960px;
    position: relative;
    height: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: center
}
#detail_1{clear:both;margin:0px auto;text-align:left;width:1002px;position:relative;height:100%;}
/*#detail li{margin-left:0px;margin-top:-5px;height:32px;width:198px;line-height:32px;}*/
#rfid_pic{text-align:right;height:278px;width:1002px;padding-left:0px;}
#detail_info {background:url(../images/right_info.png) no-repeat top left;height:300px;width:180px;text-align:left;margin-top:0px;padding-top:60px;}

#detail_kehu {height:40px;width:150px;cursor:pointer;padding-top:0px;padding-left:15px;}
#detail_kehu_img {height:40px;width:150px;}
#detail_shijianbiao {height:40px;width:150px;cursor:pointer;margin-top:20px;padding-left:15px;}
#detail_shijianbiao_img {height:40px;width:150px;}
#detail_xiazai {height:40px;width:150px;cursor:pointer;margin-top:0px;padding-left:15px;padding-bottom:20px;}
#detail_xiazai_img {height:40px;width:150px;}

#mid_info{background:url(../images/mid_info.png) no-repeat;height:780px;width:740px;}
#left_info{height:780px;width:250px;margin-left:15px;}
#left_info_head{height:34px;width:200px;padding-left:0px;cursor:pointer;}
#left_info_0{margin-top:-1px;width:190px;}

.left_info_1_1_open{background:url(../images/left_info_1_open.png) no-repeat top left;width:170px;padding-left:30px;text-align:left;font-size:12px;cursor:pointer;height:28px;padding-top:-2px;line-height:28px;white-space:normal;word-wrap:normal;word-break:normal;}
.left_info_1_1_close{background:url(../images/left_info_1_close.png) no-repeat top left;width:170px;padding-left:30px;padding-top:-2px;text-align:left;font-size:12px;cursor:pointer;height:28px;line-height:28px;white-space:normal;word-wrap:normal;word-break:normal;}

#left_info_end{background:url(../images/left_info_end.png) no-repeat left top;margin-top:-1px;width:200px;height:5px;}
.left_info_1_1_1_close{background:url(../images/left_info_1_1_out.png) no-repeat top left;width:160px;height:28px;padding-left:40px;padding-top:-2px;display:none;text-align:left;font-size:12px;line-height:28px;white-space:normal;word-wrap:break-word;word-break:break-all;margin-top:0px;}
.left_info_1_1_2_close{background:url(../images/left_info_1_2_out.png) no-repeat top left;width:175px;height:56px;padding-left:25px;padding-right:0px;display:none;padding-top:-2px;text-align:left;font-size:12px;line-height:56px;white-space:normal;word-wrap:break-word;word-break:break-all;}
.left_info_1_1_1_open{background:url(../images/left_info_1_1_out.png) no-repeat top left;width:160px;height:28px;padding-left:40px;padding-top:-2px;text-align:left;font-size:12px;display:blank;line-height:28px;white-space:normal;word-wrap:break-word;word-break:break-all;margin-top:0px;}
.left_info_1_1_2_open{background:url(../images/left_info_1_2_out.png) no-repeat top left;width:175px;height:56px;padding-left:25px;padding-right:0px;display:blank;padding-top:-2px;text-align:left;font-size:12px;line-height:56px;white-space:normal;word-wrap:break-word;word-break:break-all;}
.left_info_1_1_1_active{background:url(../images/left_info_1_1_on.png) no-repeat top left;width:160px;height:28px;padding-left:40px;padding-top:-2px;text-align:left;font-size:12px;display:blank;line-height:28px;white-space:normal;word-wrap:break-word;word-break:break-all;margin-top:0px;}
.left_info_1_1_2_active{background:url(../images/left_info_1_2_on.png) no-repeat top left;width:175px;height:56px;padding-left:25px;padding-right:0px;display:blank;padding-top:-2px;text-align:left;font-size:12px;line-height:56px;white-space:normal;word-wrap:break-word;word-break:break-all;}

.left_info_1_1_2_active a,.left_info_1_1_1_active a{width:80px;white-space:normal;word-wrap:break-word;height:28px;line-height:28px;color: #FF3333; text-decoration: underline;}
.left_info_1_1_1_close a,.left_info_1_1_2_close a,.left_info_1_1_1_open a,.left_info_1_1_2_open a{width:80px;white-space:normal;word-wrap:break-word;height:28px;line-height:28px;}
.left_info_1_1_1_close a:hover,.left_info_1_1_2_close a:hover,.left_info_1_1_1_open a:hover,.left_info_1_1_2_open a:hover{color: #FF3333; text-decoration: underline;}
.divChangeLine{width:120px;padding-top:8px;margin-left:14px;height:48px;line-height:20px;}

#left_nav{background: url(../images/left_td.png) left top repeat-y;background-color:#FFFFFF;width:185px;vertical-align:top;padding-left:20px;height:510px;}

#detail_position {
    height: 25px;
    text-align: left; /*padding:5px 0px 0px 20px;width: 801px;*/
    background: #fff;
    
    min-width: 960px;
}

#center_info{background:#fff;max-height:450px;padding-top:0px;vertical-align:top;padding-bottom:20px;}
/*#center_info table {width:675px;}*/
.title{font-weight:bold;font-size:20px;text-align:center;font-family: var(--font-family);}
.titleDetail{height:22px;font-weight:bold;font-size:22px;text-align:left;font-family: var(--font-family);color:Red;}
.liTitle{text-indent:32px;font-weight:bold;font-size:14px;}
.link4{background:url(../images/li_right_out.png) no-repeat top left;padding-left:20px;font-size:16px;line-height:25px;font-weight:bold;}
#containt{font-size:16px;text-indent:32px;line-height:25px;}
#containt_1{font-weight:bold;font-size:18px;}
#containt_2{text-indent:32px;font-size:14px;}
a {cursor:pointer;}
#detail_info1{width:1000px; table-layout:fixed}
.titlePosition {
    z-index: 2;
    padding-left: 30px;
    margin-top: -26px;
    font-weight: bold;
    font-size: 12px;
    height: 25px;
    width: 175px;
    cursor: pointer;
    color: #FFFFFF;
}

.Rightlist{ background: url(../images/listline.gif) left bottom repeat-x; line-height:28px; padding-top:3px; color:#666;margin-top:15px;}
.listicon{ background:url(../images/listicon.gif) left center no-repeat;font-size:12px;color:#FF0000;margin-left:15px;padding-left:15px;}
.listline{ background: url(../images/listline.gif) left bottom repeat-x; heigth:26px;line-height:26px; padding-top:3px;}
.listicon2{ background:url(../images/listicon2.gif) left center no-repeat; padding-left:20px;}
.listicon3{ background:url(../images/listicon3.gif) left -1px no-repeat; line-height:23px; padding-left:20px;}

.newsLink{height:40px;width:165px;float:left;margin-top:0px;}
.newsLinkTitle{width:80x;margin-top:-19px;margin-left:65px;height:40px;line-height:20px;}
.txttit{ font-family: var(--font-family); color:#310438; font-size:18px; font-weight:bold; }

.detailTd{padding-left:3px;padding-right:3px;padding-top:10px;}

#footer {
    clear: both;
    /*margin: 4px auto;
    position: relative;
    margin-left: 8px;*/
    min-width: 960px;
}
#foot_head_li{margin:0px auto;width:1070px;background:#99ffff;height:30px;}
#foot_head_li li{float: left; padding:6px 20px 0 2px;margin:0px auto;}
#foot_head_li ul li{font-weight:bold;font-size:13px;width:150px;text-align:center;margin:0px auto;}
#wangzhanditu{display:none}
#foot_nav{width:1050px;margin-top:0px;margin:0px auto;}
#foot_nav ul{float:left;width:150px;}
#foot_nav li{padding-left:0px;width:150px;padding-top:3px;}

#aboutICC{margin-left:50px;}
#profTechService{margin-left:10px;;}
#projManageCerter{margin-left:20px;}
#newsCenter{margin-left:30px;}
#partyCorner{margin-left:20px;}

.right_td{ background: url(../images/right_td.png) left top repeat-y;}
.msg_div{margin-top:20px;margin-top:20px;width:578px;}

.content_head_td{;text-align:left;padding-left:20px;width:578px;}
.content_head{font-weight:normal;font-size:18px;line-height:25px;text-align:left;color:#0046d5;text-decoration: underline;}
.content_neirong_total{font-weight:normal;font-size:12px;line-height:25px;display:none;text-align:left;width:568px;}
.content_neirong_total ul li{list-style-type:disc;list-style-image:none;margin-left:20px;}

.content_neirong_cuti{font-weight:bold;font-size:12px;line-height:25px;}
.content_neirong{font-weight:normal;font-size:12px;line-height:25px;text-align:left;}
.content_neirong_leftpadding{margin-left:20px;padding-left:0px;margin-top:10px;margin-bottom:20px;padding-right:0px;line-height:25px;border-bottom:1px solid gray; border-top:1px solid gray; border-left:1px solid gray;border-right:1px solid gray;width:548px;}

.neirong_table{border-bottom-color: #00ccff; border-top-color: #00ccff; border-right-color: #00ccff; font-size: 12px; border-left-color: #00ccff;backgound-color:#FFFFFF;margin-left:0px;padding-left:0px;width:550px;}
.neirong_table tr{height:30px;}
.neirong_table td{text-align:center;vertical-align:middle;}
.neirong_table_headline{text-align:left;font-color:#45548C;}
.neirong_table_head{background-color:#F3F3F2;height:50px;}
.neirong_table_headline_red{text-align:center;background-color:#FF6633}

#backImage{width:34px;height:34px;}

/*--------------------------------------pingtaimainbanner----------------------------*/
.pingtaimainbanner{float:left;height:357px;overflow:hidden; width:560px;margin-top:40px;margin-left:10px;}
.pingtaimainbanner_window{left:50%;width:560px;height:357px;overflow:hidden;margin-left:-250px;position:absolute;overflow:hidden;}
.pingtaimainbanner_window ul{width:999999px;height:357px;position:relative;}
.pingtaimainbanner_window li{background:rgb(204, 204, 204);width:560px;height:315px;text-align:center;font-size:0px;float:left;display:inline;}
.pingtaimainbanner_list{left:50%;top:80px;width:570px;height:30px;margin-left:-260px;position:absolute;}
.pingtaimainbanner_list li{width:30px;height:30px;overflow:hidden;float:right;display:inline;}
.pingtaimainbanner_list a{background:url("../images/select_icon.png") no-repeat;width:25px;height:25px;line-height:25px;overflow:hidden;text-align:center;color:rgb(255, 255, 255);font-size:12px;font-weight:700;float:left;display:inline-block;}
.pingtaimainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.pingtaimainbanner_list li a:hover{background-position:0 -30px;text-decoration:none;}

#hiddenLiupian table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}
#hiddenLiupian ruby {ruby-align:left;}
#hiddenLiupian rt {color:windowtext;font-size:9.0pt;font-weight:400;font-style:normal;text-decoration:none;font-family: var(--font-family);mso-generic-font-family:auto;mso-font-charset:134;mso-char-type:none;display:none;}

#liupianDiv table {
    width: 550px;
    margin-left:30px
}
#liupianHead td{text-align:left;}
.biaoti{ font-family: var(--font-family); color:#310438; font-size:18px; font-weight:bold; TEXT-DECORATION: none;line-height:38px;width:500px;}
#liupianDiv LI {
    LINE-HEIGHT: 24px; MARGIN: 0px 15px; HEIGHT: 20px
}
#liupianDiv UL {
    TEXT-ALIGN: left; LIST-STYLE-TYPE: none; MARGIN: 0px; DISPLAY: none
}
#liupianDiv A:link {
    COLOR: #333333; TEXT-DECORATION: none
}
#liupianDiv A:active {
    COLOR: #990000; TEXT-DECORATION: underline
}
#liupianDiv A:hover {
    COLOR: #990033; TEXT-DECORATION: underline
}
#liupianDiv A:visited {
    COLOR: #000000; TEXT-DECORATION: underline
}
#code
{
    font-family: var(--font-family);
    font-style:italic;
    font-weight:bold;
    border:0;
    letter-spacing:2px;
    color:blue;
}

/*--------------------------------------profTechService----------------------------*/
#profContent {
    background-color: #9bbde8;
    min-width:960px
}
#profContent > .content {
    background-color: white;
    margin-top: 5px;
    box-shadow: 0px 1px 3px #cecece;
    -webkit-box-shadow: 0px 1px 3px #cecece;
    min-height:400px;
    margin-bottom:5px;
}

.content_table {
    width: 598px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#left_info_0 li {
    background-size: 100%;
}

.left {
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 5px;
    background-color: #9bbde8;
}

.profContent {
    width: 100%;
    min-width: 960px;
    padding: 0 0px;
    background-color: #9bbde8;
}

.GotoNowDict {
    height: 25px;
    background-color: #ffffff;
    padding: 2px;
    border-top: solid 1px #484848;
    margin-top: -4px;
}
/*--------------------------------------profTechService End----------------------------*/

/*底部翻页样式*/
.content_table:last-of-type td{
	padding:5px !important;
}

#AspNetPager1{
	font-size: 13px;
}
#AspNetPager1 .anpager:first-of-type{
	width: 30% !important;
	text-align: left;
}
#AspNetPager1 .anpager:last-of-type{
	width: 70% !important;
	text-align: right;
}


.detailTd img{
	    margin-left: 20px;
}
.detailTd p{
	line-height: 1.5;
	letter-spacing: 1px; 
	text-indent: 2em;
	margin: 5px 0px 5px 0px;
}
.detailTd_p{
	margin: 0cm 0cm 0pt;
	text-align: left; 
	font-size: 10.5pt;
	text-justify: inter-ideograph;
}
.detailTd_content{
	color: rgb(102, 102, 102); 
	font-size: 10.5pt;
}
.detailTd_number{
	color: rgb(102, 102, 102);
	font-size: 10.5pt;
}

