﻿
/*css系统默认样式*/

@charset "utf-8";
*{ margin:0; padding:0;}/*默认margin和padding的标记置零*/
* html body{overflow: visible;}
* html iframe, * html frame{overflow: auto;}
* html frameset{overflow: hidden;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0;padding: 0;}/*基本标签默认样式取消*/
body{ font-size:14px; font-family:微软雅黑; color:#333333; text-align:center; }
body div{ text-align:left;} /*设置内容左对齐*/

/*定义图片边框*/
img{ border:0 none}
iframe{ border:none;}

/*定义表格*/
table {border-collapse:collapse; border-spacing:0}

/*清除ol li列表标记样式*/
ol, li {list-style: none;}

/*定义默认超链接样式*/
a:link, a:visited{color:#333;text-decoration: none;}
a:hover{color:#CD0A0E; text-decoration:underline;}
a{outline:none;}

/*定义H系列标签*/
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}

/*鼠标样式*/
.pointer{ cursor:pointer;}

/*取消边框*/
.NoBorder{ border:0 none;}

/*文本对齐方式*/
.t-l{ text-align:left}
.t-c{ text-align:center;}
.t-r{ text-align:right;}

/*字母和单词强行换行设置*/
.Break{word-break:break-all;word-wrap:break-word;} /*强制内容换行*/
.Nobreak{word-break:keep-all;word-wrap:normal;} /*强制内容不换行*/

/*超出隐藏*/
.Hidden{ overflow:hidden; white-space:normal}

/*浮动定义*/
.Fl{ float:left;}
.Fr{ float:right;}

/*定义文本下划线*/
.UnLine{ text-decoration:underline;}
.DisunLine{ text-decoration:none;}

/*定位关系*/
.absolute{ position:absolute;}
.relative{ position:relative;}

/*清理元素*/
.clear{ clear:both; height:0; width:100%; line-height:0; visibility:hidden; overflow:hidden;}


/* 常用样式定义 */


/*margim*/
.mt3{ margin-top:3px;}
.mt5{ margin-top:5px;}
.mt6{ margin-top:6px;}
.mb5{ margin-bottom:5px}
.ml5{ margin-left:5px;}
.mr5{ margin-right:5px;}
.mt8{ margin-top:8px;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px}
.ml10{ margin-left:10px;}
.mr8{ margin-right:8px;}
.mr10{ margin-right:10px;}
.mt15{ margin-top:15px;}
.mb15{ margin-bottom:15px}
.ml15{ margin-left:15px;}
.mr15{ margin-right:15px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px}
.ml20{ margin-left:20px;}
.mr20{ margin-right:20px;}
.ml25{ margin-left:25px;}
.mr25{ margin-right:25px;}
.mt25{ margin-top:25px;}
.mb25{ margin-bottom:25px;}
.ml40{ margin-left:40px;}

/*padding*/
.p5{ padding:5px;}
.p8{ padding:8px;}
.p10{ padding:10px;}
.pt5{ padding-top:5px;}
.pb5{ padding-bottom:5px;}
.pl5{ padding-left:5px;}
.pr5{ padding-right:5px;}
.pt6{ padding-top:6px;}
.pb6{ padding-bottom:6px;}
.pt10{ padding-top:10px;}
.pb30{ padding-bottom:30px;}
.pb10{ padding-bottom:10px;}
.pl8{ padding-left:8px;}
.pl9{ padding-left:9px;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.pt15{ padding-top:15px;}
.pb15{ padding-bottom:15px;}
.pl15{ padding-left:15px;}
.pt8{ padding-top:8px;}
.pr15{ padding-right:15px;}
.pt20{ padding-top:20px;}
.pb20{ padding-bottom:20px;}
.pl20{ padding-left:20px;}
.pr20{ padding-right:20px;}

/*字体样式*/
.Fb{ font-weight:bold;}
.Fn{ font-weight:normal;}
.Fi{ font-style:italic;}

/*字体大小*/
.F10{ font-size:10px;}
.F11{ font-size:11px;}
.F12{ font-size:12px;}
.F13{ font-size:13px;}
.F14{ font-size:14px;}
.F16{ font-size:16px;}
.F18{ font-size:18px;}

/*文字颜色定义*/
.cRed{ color:#F00;}
.cOrgane{ color:#FF7700;}
.cWhite{color:#FFF;}
.cGreen{ color:#0F0;}
.cGray{ color:#666;}
.cBlue{ color:#00F;}
.cBlack{ color:#333;}
.c_title{ color:#0766B1;}/*标题字体颜色*/
.c_hot{ color:#B62B06;}
.c_gay{ color:#A6A6A6;}
.c999{ color:#999999}
.c666{ color:#666;}
.c333{ color:#333;}
.cblue1{ color:#0254A6;}



/*定义行高*/
.Lh1{ line-height:1px;}
.Lh10{ line-height:10px;}
.Lh15{ line-height:15px;}
.Lh20{ line-height:20px;}
.Lh21{ line-height:21px;}
.Lh24{ line-height:24px;}
.Lh26{ line-height:26px;}
.Lh25{ line-height:25px;}
.Lh30{ line-height:30px;}
.lh35{ line-height:35px;}

/*边框定义*/
.Btw{ border-top-width:1px;}
.Brw{ border-right-width:1px;}
.Blw{ border-left-width:1px;}
.Bbw{ border-top-width:1px;}
.Bord1{ border:1px solid #999;}
.Bord2{ border:2px solid #999;}
.bord_b{ border-bottom:1px solid #D1DBE3; height:28px;}

/*边框宽度*/
.Bw1{ border-width:1px;}
.Bw2{ border-width:2px;}
.Bw3{ border-width:3px;}
.Bw4{ border-width:4px;}
.Bw5{ border-width:5px;}
 

/*边框样式*/
.Bss{ border-style:solid;}
.Bsd{ border-style:dotted;}

/*边框颜色*/
.BcBlue{ border-color:#0000FF;} 
.BcBlack{ border-color:#000;}

/* 定义间距,上下2个DIV间距*/
.DivH2,.DivH5,.DivH10,.DivH15,.DivH20,.DivH25,.DivH30,DivH1,.DivH40{width:100%;overflow:hidden;}
.DivH1{ height:1px;}
.DivH2{ height:2px;}
.DivH5{height:5px;}
.DivH10{height:10px;}
.DivH15{height:15px;}
.DivH20{height:20px;}
.DivH25{height:25px;}
.DivH30{height:30px;}
.DivH40{height:40px;}


/* 通用容器 */
.wrapper{clear: both;overflow: hidden;}

/*定义宽度*/
.W1024,.W786,.W975,.W972{width:968px;margin:0 auto;}
.W1024{width:1024px;}
.W786{width:786px;}
.W975{width:975px;}
.W972{width:972px;}
.w970{ width:970px; margin:0 auto;}
.wall{ width:100%; height:100px; background-image:url(../images/admin-top-bg-other.jpg)}
.w1078{ width:1078px; margin:0 auto;}

/* ul列表*/
.ul-fl li{ float:left; height:23px; line-height:23px; padding-left:20px;}
.ul-fl-d li{float:left; height:23px; line-height:23px; background:url(..../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;}
.ul-no-f li{height:23px; width:100%; overflow:hidden; line-height:23px; background:url(../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;}

/* 下划线 */
.BotLine{ border-bottom:1px solid #CFCFCF; overflow:hidden;}
.BotDotLine{ background: url(../image/dot01.gif) repeat-x left bottom;}
.BotDotLine01{ width:95%; margin:0 auto; background: url(../image/dot01.gif) repeat-x; height:1px; line-height:1px; overflow:hidden;}
.BotDasLine{ border-bottom:1px dashed #CFCFCF; overflow:hidden; height:1px; line-height:1px;}
.border-r-dot{ background:url(../image/dot02.gif) repeat-y right top;}

/* 标题样式定义*/
.PTit25,.PTit20,.PTit18,.PTit30,.PTit,.PTit1,.PTit22{	width:100%;	overflow:hidden;}
.PTit30{line-height:30px;height:30px;}
.PTit25{line-height:25px;height:25px;}
.PTit22{line-height:22px;height:22px;}
.PTit20{line-height:20px;height:20px;}
.PTit18{line-height:18px;height:18px;}
.PTit15{line-height:15px;height:15px;}
.PTit10{line-height:10px;height:10px;}
.PTit1{line-height:1px;height:1px;}

/* MORE更多样式设计*/

.More{  margin-right:10px; line-height:28px; color:#458FCE;  float:right; }
/*普通列表样式定义*/
.ArtList,.ArtList25,.ArtList22,.ArtList24{ width:100%; overflow:hidden; margin:0 auto;}
.ArtList li{ width:100%; height:20px; line-height:20px; overflow:hidden;}
.ArtList25 li{ width:100%; height:25px; line-height:25px; overflow:hidden;}
.ArtList24 li{ width:100%; height:24px; line-height:24px; overflow:hidden;}
.ArtList22 li{ width:100%; height:22px; line-height:22px; overflow:hidden;}

/*input 样式*/
 input.flat{ border: 1px solid #999999; padding: 2px 4px;}
 
 
 
 


    .wap{ width:960px; height:auto; margin:0 auto;}
    .head{ width:960px; height:150px; background:url(../images/callcenter-headerbg.png);}
    .nav{ width:960px; height:35px; background:url(../images/callcenter-navcontent.png); background-repeat:repeat-x;}
    .nav ul li{float:left;}
    .nav ul li a{ font-size:16px; color:#fff; line-height:35px;width:80px; display:block;  margin-left:10px; margin-right:10px; text-align:center; }
    .nav ul li a.hover{ text-decoration:none; color:#03417a;  background:url(../images/callcenter-navhover.png);}
    .nav .first{width:4px; height:35px; background:url(../images/callcenter-navfirst.png); float:left; }
    .nav .last{width:4px; height:35px; background:url(../images/callcenter-navlast.png); float:right;}
    .content{ width:960px; height:auto;}
    .w270{ width:270px; height:auto; overflow:hidden;}
    .w418{ width:418px; height:auto; }
    .w250{ width:250px; height:auto;}
     h5{  font-weight:normal;}
    .title-bg{ height:30px;background:url(../images/callcenter-titlebg.png); background-repeat:repeat-x;}
    .title-head{ height:30px;background:url(../images/callcenter-titleicon.png); width:106px; display:block;  line-height:30px; color:#03417a; padding-left:10px; float:left;font-size:14px;}
    .more{background:url(../images/more.png); width:34px; height:6px; display:block; float:right; margin-right:10px; margin-top:12px; background-repeat:no-repeat;}
    .bd{ border:1px solid #D1DFEA;}
    .list li{ overflow:hidden; height:23px;   }
    .list li a{ overflow:hidden; height:23px;  line-height:23px; float:left;}
    .list{ padding:10px; overflow:hidden;}
    .listimg{ padding:10px 10px 9px 10px;  }
    .listimg li{padding-left:6px; padding-bottom:4px; }
    .title-btn{ height:30px;  line-height:29px; color:#03417a;  float:left;font-size:14px;border-bottom:1px solid #D1DFEA; margin-left:10px;  width:218px;}
    .banner{ height:215px; width:418px;}
    .title-c{ height:29px; background-image:url(../images/callcenter-listicon.png); background-repeat:no-repeat; margin-left:10px; padding-left:10px; background-position:2px 10px; line-height:29px; border-bottom:1px solid #D1DFEA;margin-right:10px;color:#03417a;}
    .footer{ width:960px; height:100px; font-size:12px;border-top:1px solid #D1DFEA;}
    .footer-text{text-align:center; line-height:22px; padding-top:15px;}
    .flimgbox{ padding:5px 0 5px 0;}
    .w680{ width:680px;}
    .list-title{ height:30px;  line-height:29px; color:#03417a;  float:left;font-size:14px;border-bottom:1px solid #D1DFEA; margin-left:10px; margin-right:10px; width:648px;}
    .clist{ padding:10px 20px 10px 10px;}
    .clist li{ height:23px;  line-height:30px; overflow:hidden; padding-bottom:5px;}
    .clist li a{overflow:hidden; width:530px; margin-right:20px; float:left;}
    .clist-icon{ height:29px; background-image:url(../images/callcenter-listicon.png); background-repeat:no-repeat;  padding-left:10px; background-position:2px 10px; }
     .w960{ width:960px; height:auto;}
     .boxbg{background:url(../images/callcenter-btnbg.png); background-repeat:repeat-x;}
/*****内容页样式****/
.cm_cm {
    float: left;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 908px;
    padding-top:30px;
    padding-bottom:20px;
}
.cont_m{
	width:968px;
	height:auto;
	overflow:hidden;
	float:left;
	color:#555;
	font-size:14px;
	padding-top:10px;
}
.cm_t{
	width:968px;
	float:left;
	height:50px;
	line-height:50px;
	border-bottom:1px #B6B6B6 dotted;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#565656;
}
.cm_time{
	width:968px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#B6B6B6;
}
.fj{line-height: 26px;padding-left: 30px;}

/*****内容页样式end****/

div.page {
    font-family: tahoma,helvetica,sans-serif;
    font-size: 0.85em;
    margin: 3px;
    padding: 3px;
    text-align: center;
    margin-bottom:30px;
    margin-top:20px;
}
div.page span.current {
    color: #000000;
    font-weight: bold;
    margin: 0 3px 0 0;
    padding: 2px 6px;
}

div.page a {
    background-position: 50% bottom;
    border: 1px solid #CCDBE4;
    color: #0061DE;
    margin: 0 3px 0 0;
    padding: 2px 8px;
    text-decoration: none;
}

/****首页轮播广告样式**/
.changeBox_a1
{
width:418px;height:210px; 
position:relative;


}

.changeBox_a1 .a_bigImg{
position:absolute;
top:2px;left:2px;
display:none;}

.changeDiv{
position:absolute;
top:2px;left:2px;
display:block;}

.changeDiv h3{
position:absolute;
left:0px;bottom:0;
width:295px;
height:35px;line-height:30px;
background:#000;
filter:alpha(opacity=70);
opacity:0.7;}
.changeDiv h3 a{
display:block;
font-size:12px;
padding-left:8px; 
line-height:50px;
color:#fff;
overflow:hidden;
width:280px;
}
/* ul_change_a1 */
.ul_change_a1{
position:absolute;
right:1px; bottom:6px;
padding-left:19px;
overflow:hidden;}
.ul_change_a1 li{
float:left;
margin-right:7px; }
.ul_change_a1 img{ border:1px solid #ddd;}
.ul_change_a1 img.now{border:1px solid #FF6600;}
.a_last,.a_next{
position:absolute;
top:10px;
width:16px;height:16px;
background:url(../images/bot.png) no-repeat;
text-indent:-999em;overflow:hidden;}
.a_last{right:30px;background-position:0 0;}
.a_next{right:12px;background-position:100% 0;}

/* ul_change_a2 */
.ul_change_a2{
position:absolute;
right:30px; bottom:20px;
padding-left:19px;
overflow:hidden;
 }
 
.ul_change_a2 li{
display: -moz-inline-stack;
display:inline-block;
*display:inline;
*zoom:1;}

.ul_change_a2 span{
background:url('/Templates/ccm/images/banner-nor.png');  height:7px; width:7px; background-repeat:no-repeat; display:block; float:left; margin-right:10px;}
.ul_change_a2 span.on{
background:url('/Templates/ccm/images/banner-hover.png');}
.changeDiv h3{font-size:100%;}

/****首页轮播广告样式end**/
.mgs{ width:950px; line-height:26px;  height:26px;  background-color:#F2F2F2;  margin-bottom:5px; margin-top:5px; padding-left:10px;}

