/*公共样式*/
@charset "utf-8";




* {
    margin: 0;
    padding: 0;
}

body {
    font-family:"Microsoft Yahei";
    // font-weight: normal;
}

ul, li {
    list-style: none
}
img {
    border: none;
}

a {
    text-decoration: none;
    cursor:pointer;
}
a:link,a:visited{color:#444;text-decoration:none;}
a:hover{color:#db5a47;}





/*通知公告*/
.ind_notice{ width:1200px;min-width: 1200px; height:500px;overflow: hidden;background-color: #eff7ff;  position:relative; margin:0 auto; margin-top:200px;}
.ind_notice a:hover{text-decoration:underline;}
.noticeShadow{
    filter:progid:DXImageTransform.Microsoft.Shadow(rgba(92,96,99,0.1),direction=90,strength=4);/*ie*/
    -moz-box-shadow: 0px 0px 10px 4px rgba(92,96,99,0.1);/*firefox*/
    -webkit-box-shadow:0px 0px 10px 4px rgba(92,96,99,0.1);/*safari或chrome*/
    box-shadow: 0px 0px 20px 3px rgba(6,54,96,0.2);/*opera或ie9*/
}
.in_new{width:560px; height:400px; float:left; overflow:hidden; margin-top:50px; margin-left:40px; border-right:1px #cccccc dotted;}
.in_new .tit{width:530px; height:40px;}
.in_new .tit h2{width:120px; height:40px; float:left; text-align:center; line-height:40px; color:#ffffff; background:#db5a47; font-family:"微软雅黑"; font-weight:bolder;}
.in_new .tit span{width:auto; float:right; text-align:right; color:#5e5e5e; text-decoration:underline; line-height:60px;}
.in_new .ctt{width:530px; height:auto;}
.in_new .ctt ul{ margin-top:30px;}
.in_new .ctt li{width:530px; height:40px;line-height:40px;  float:left; overflow:hidden;}
.in_new .ctt li a{width:480px; height:40px; font-weight:bolder; float:left; overflow:hidden; font-size:18px; color:#db5a47; padding-left:18px; background:url(../images/i_news_new.png) no-repeat 0 center;white-space:nowrap; text-overflow:ellipsis;}
.in_new .ctt li span{width:50px; height:40px; float:right; overflow:hidden;color:#9f9f9f; text-align:right; font-size:14px;  font-family:Tahoma;}

.in_lib{width:540px; height:400px; float:left; overflow:hidden; margin-top:48px; margin-left:30px;}
.in_lib li{width:530px; line-height:28px; float:left; overflow:hidden;}
.in_lib li a{width:475px; height:28px; float:left; overflow:hidden; font-size:16px; padding-left:18px; background:url(../images/i_news_lib.png) no-repeat 0 center;white-space:nowrap; text-overflow:ellipsis;}
.in_lib li span{width:55px; float:right; overflow:hidden; color:#9f9f9f; text-align:right; font-family:Verdana;}

.in_enter{width:530px; height:110px; margin-top:22px; float:left; overflow:hidden;}
.in_enter a{width:125px; height:110px; margin-right: 10px; float:left; overflow:hidden;}
.in_enter a:last-child{ overflow:hidden;margin-right: 0px; }
.in_enter a img{width:125px; height:110px;}

/*服务平台*/
.ScopeBusinessWrap{
    width: 100%;
	 overflow:hidden;
	 margin-top:50px;

    /*最后做的兼容处理*/
   
}
.ScopeBusinessInner{width:auto;overflow: hidden;margin: 30px auto 4px auto;}
.bigtitle{width:305px; height:32px; margin:50px auto 50px auto; text-align:center; background:url(../images/tit_fwpt.png) no-repeat top center; color:#008f42; font-size:34px; line-height:34px;font-weight:100;}

.businessModel{width:auto;overflow: hidden; margin:0 auto;
    height: 406px;}
.businessModel li{float: left; width: 210px; height:240px;
    }
	
.businessModel li div{ width: 150px; height:230px; cursor: pointer;
    border-radius:15px;
    background-color: rgba(255,255,255,0.4); border:6px rgba(255,255,255,0.5) solid; position:relative; margin:13px auto; }

.businessModel li div:hover{ width: 150px; height:230px; cursor: pointer;
    border-radius:15px;
    background-color: rgba(255,255,255,0.8); border:6px rgba(255,255,255,0.5) solid; position:relative; margin:13px auto; transition: all 0.5s;}

.businessModel li div a img{width:130px; height:130px; float:left; overflow:hidden; margin-top:15px; margin-left:4px;}
.businessModel li div a span{width:130px; height:75px; float:left; overflow:hidden; margin-left:4px; display: table-cell;
    vertical-align: middle;
    text-align: center; font-size:17px; font-family:"微软雅黑"; font-weight:bolder;  line-height:18px;   color:#005cae; }
.businessModel li div a span:hover{ color:#db5a47;transition: all 0.5s;}



.direction1{position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.borderShadow{
    filter:progid:DXImageTransform.Microsoft.Shadow(rgba(92,96,99,0.1),direction=90,strength=4);/*ie*/
    -moz-box-shadow: 0px 0px 10px 4px rgba(92,96,99,0.1);/*firefox*/
    -webkit-box-shadow:0px 0px 10px 4px rgba(92,96,99,0.1);/*safari或chrome*/
    box-shadow: 0px 0px 10px 4px rgba(92,96,99,0.1);/*opera或ie9*/
}
.borderShadowDarker {
    filter:progid:DXImageTransform.Microsoft.Shadow(rgba(0,0,1,0.15),direction=120,strength=4);/*ie*/
    -moz-box-shadow: 0 16px 19px 2px rgba(0,0,1,0.15);/*firefox*/
    -webkit-box-shadow: 0 16px 19px 2px rgba(0,0,1,0.15);/*safari或chrome*/  box-shadow:0 16px 19px 2px rgba(0,0,1,0.15);/*opera或ie9*/
}

.businessTitle{    font-size: 24px;position: relative;
    z-index: 999;
    margin: 85px 0 27px 0;text-align: center;}

.businessDetail{font-size: 14px;text-align: center;z-index: 999;position: relative;}






.contentPlace input{
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
	margin:6px 0;
	padding-left:8px;
}

.contentPlace textarea{  line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
	margin:6px 0;
	padding-left:8px;
	padding-top:8px;
}

input.btn{ padding: 5px 20px;
font-size:9pt;color:#ffffff;
background:linear-gradient(to bottom,#e0e0e0,#f0f0f0); 
cursor:pointer;color:black;float:left;Width:auto;height:32px;
}
input.btn:hover{ padding: 5px 20px;
font-size:9pt;color:#ffffff;
background:linear-gradient(to bottom,#f0f0f0,#e0e0e0); 
cursor:pointer;color:black;float:left;Width:auto;height:32px;
}

.contentPlace input[type=radio]{width:20px; height:20px;}

.Tb_Common { 
           width:100%; 
           border-collapse:collapse; 
           text-align:left; 
           vertical-align: middle; 
           word-break: break-all; 
           font-size:9pt;
           font-weight:normal; 
} 
.Tb_Common td { 
          border:solid #AFAFAF 1px; 
          line-height:20px; 
          padding:1px 3px 1px 3px; 
          height:25px; 
}

.Tb_Common td a { 
    text-decoration:underline;
}



.Tb_CommonA{ 
           width:100%; 
           border-collapse:collapse; 
           text-align:left; 
           vertical-align: middle; 
           word-break: break-all; 
           font-size:9pt;
           font-weight:normal; 
} 
.Tb_CommonA td { 
          border:solid #72b5df 1px; 
          line-height:20px; 
          padding:1px 3px 1px 3px; 
          height:25px; 
}

.Tb_CommonA td a { 
    text-decoration:underline;
}



.catalogTable
{
	margin: 20px auto 2px auto;	
	text-align:left;
	width:762px;
 
}
.Tab {
	width:100%;
	text-align:center;
	font-weight:normal; 
	font-size:9pt;
    border-collapse:collapse;
    color:#616161;
	margin-top:10px;

    
}

.Tab td {
	height:16px;
	padding:4px 3px 1px 3px;
	line-height:16px;  
	border:solid #c6c7c7 1px;
}

.Tab thead{background:url(Images/6.gif) repeat-x; width:98%;height:23px; color:#000;padding:3px 0 0 0;}


.Tab1 {
	width:100%;
	background:#F5FAFE;
	text-align:center;
	font-weight:normal; 
	font-size:9pt;
	word-break: break-all;
    border:solid #A5BEDD 1px;
}
.Tab1 thead{background:#D8F0FC;font-weight:bold;letter-spacing:2pt; height:30px;}

.Tab1 td {
	height:25px;
	padding:1px 3px 1px 3px;
	line-height:20px;
}