@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
.width100{
	width:100%;padding:0 10px;
	max-width:1920px;}
.body{
	width:1200px;
	position:relative;
	margin:0 auto;
	}
#logo{
	margin:0;
	position:absolute;
	left:0;
	top:0;}
#menu{
	position:absolute;
	right:0;
	top:55px;
	z-index:100;}
#menu li{
	float:left;
	margin-left:50px;
	position:relative;
	text-align:center;}
#menu li a{
	font-size:16px;
	display:inline-block;
	height:55px;
	line-height:55px;
	color:#fff;
	}
#menu li.hover a,#menu li a:hover{
	border-bottom:2px solid #ea5404;
	color:#ea5404;}
#menu li ul{
	position:absolute;
	width:calc(100% + 75px);
	left:50%;
	transform:translateX(-50%);
	top:60px;
	background:#fff;
	padding-bottom:5px;
	display:none;
	z-index:100;
	}
#menu li li{
	float:none;
	margin:0;}
#menu li li a,#menu li.hover li a{
	height:30px;
	line-height:30px;
	font-size:14px;
	border-bottom:none;
	color:#333;
	}
#menu li li a:hover{
	border-bottom:none;
	color:#ea5404;}


.footinfo{
	text-align:center;
	color:#626262;
	padding-top:30px}
.footinfo a{
	color:#626262;
	}


#footerweima{
	position:absolute;
	right:0;
	top:50px;}

#news{
	width:805px;
	position:absolute;
	left:0;
	top:40px;}

.column{
	height:40px;
	line-height:40px;
	}
.column .en{
	font-size:26px;
	float:left;}
.column .zh{
	font-size:20px;
	}
.column .line{
	font-size:12px;
	color:#acaaaa;
	padding:0 15px;
	float:left;}
.column .more{
	float:right;
	color:#a4a4a4;}

.piclist{
	overflow:hidden;
	padding-top:20px;}
.piclist li{
	width:255px;
	float:left;
	margin-right:20px;
	line-height:24px;}
.piclist li.nomg{
	margin-right:0;}
.piclist li .text1{
	padding-top:10px;}

#notice{
	width:375px;
	position:absolute;
	right:0;
	top:40px;}

.noticemain{
	width:375px;
	height:200px;
	border:1px solid #eee;
	padding:0 0 0 10px;
	margin-top:20px;}
.noticemain li{
	height:32px;
	line-height:32px;
	background:url(dot.png) 0 50% no-repeat;
	padding-left:10px;}
#xsgs{
	position:absolute;
	left:0;
	top:0;
	width:180px;
	height:116px;
	overflow:hidden;}

#gsmain{
	position: absolute;
	right: 2px;
	top: 0;
	overflow: hidden;
	width: 1000px;
}
#gsmain li{
	float:left;
	line-height:116px;
	margin-right:10px;}
#gsmain li a{
	display: inline-block;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	height:35px;
	line-height:35px;
	padding:0 10px;
	}
#gsmain li a:hover{
	background:#ea5404;
	border-radius:17px;}

#foottel{
	position:absolute;
	height:80px;
	left:530px;
	top:50px;
	color:#fff;
	border-left:1px solid #fff;
	padding-left:20px;}

.slideTxtBox1{ width:240px; position:relative;}
.slideTxtBox1 .saoyisao{ position:absolute; right:95px; top:5px; color:#565656;}
.slideTxtBox1 .hd{ width:150px; position:absolute; right:90px; top:35px; }
.slideTxtBox1 .hd ul li{ float:left; cursor:pointer; width:40px; height:40px; margin-left:10px;  }

.slideTxtBox1 .bd{ padding:0;  zoom:1; position:absolute; width:77px; height:77px; right:0; top:0;  }
.slideTxtBox1 .bd li img{ width:77px; height:77px;}
.slideTxtBox1 .hd ul li.wx{ background:url(wx.png) no-repeat center;}
.slideTxtBox1 .hd ul li.qq{ background:url(qq.png) no-repeat center;}
.slideTxtBox1 .hd ul li.wb{ background:url(wb.png) no-repeat center;}
.slideTxtBox1 .hd ul li.wx:hover,.slideTxtBox1 .hd ul li.on.wx{ background:url(wx_h.png) no-repeat center;}
.slideTxtBox1 .hd ul li.qq:hover,.slideTxtBox1 .hd ul li.on.qq{ background:url(qq_h.png) no-repeat center;}
.slideTxtBox1 .hd ul li.wb:hover,.slideTxtBox1 .hd ul li.on.wb{ background:url(wb_h.png) no-repeat center;}
/*预加载样式*/

#myloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1999;
	background: #F6F6F6;
	text-align: center;
}

#myloader .loader {
	display: inline-block;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#myloader .loader .grid {
	width: 60px;
	height: 60px;
	margin: 100px auto;
}

#myloader .loader .grid .cube {
	width: 33%;
	height: 33%;
	background-color: #ea5404;
	float: left;
	-webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}


.leftmenu li{
	display:inline-block;
	margin-right:10px;
	background:url(dot1.png) no-repeat right;
	padding-right:10px;
	line-height:68px;
	}
.leftmenu li:last-child{
	background:none;}

.leftmenu li a{
	display: inline-block;
	height:35px;
	line-height:35px;
	padding:0 20px;}
.leftmenu li.active a,.leftmenu li a:hover{
	color:#fff;
	background:#ea5404;
	border-radius:5px;}

#ContentDetail {
	line-height:2.5em;
	/*两倍行距，此处不要直接用px*/
	font-size:16px;
	color:#000;
}
#ContentDetail p {
	/*text-indent:2em;
	*/
margin-bottom:15px
}

.textlist_box{
	background:#fff;
	height:515px;
	margin-top:30px;
	padding:50px 50px 0 50px;
	overflow:hidden;}

.picScroll-left{ width:740px; height:415px;  overflow:hidden; position:relative; float:left; margin-right:20px;}
.picScroll-left .prev{ display:block;  width:40px; height:80px; overflow:hidden;cursor:pointer; background: url(icoleft2.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-40px; z-index:10;}
.picScroll-left .next{ display:block;  width:40px; height:80px; overflow:hidden;cursor:pointer; background: url(icoright2.png) no-repeat center; position:absolute; right:0; top:50%; margin-top:-40px; z-index:10;}
.picScroll-left .bd{ padding:0;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0; float:left; _display:inline; overflow:hidden; text-align:center; position:relative;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:740px; height:415px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px; position:absolute; left:0; bottom:0; z-index:10; height:70px; line-height:70px; background:url(touming.png) repeat; width:100%;}
.picScroll-left .bd ul li .title a{ color:#fff; font-size:24px;}
.textlist1{
	height:415px;
	}

.textlist1 li{
	height:90px;
	overflow:hidden;
	margin-bottom:20px;}
.textlist1 li .shijian{
	width:90px;
	height:90px;
	float:left;
	background:#f5f5f5;
	color:#0055c6;
	margin-right:30px;
	text-align:center;}
.textlist1 li .shijian p{
	margin:0;}
.textlist1 li .shijian .ri{
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:18px;}
.textlist1 li .shijian .nianyue{
	padding-top:5px;}
.textlist1 li .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:18px;
	color:#333;
	padding-top:5px;}
.textlist1 li .text2{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
	color:#666;
	line-height:24px;
	padding-top:10px;
	}

.textlist2{
	overflow:hidden;
	padding-top:45px;
	padding-bottom:30px;
	}
.textlist2 li{
	background:#fff;
	margin-bottom:40px;
	height:90px;
	border:1px solid #dbdbdb;
	position:relative;}
.textlist2 li .shijianbox{
	position:absolute;
	left:0;
	top:-1px;
	width:100px;
	height:90px;
	background:#696969;
	color:#fff;
	text-align:center;}
.textlist2 li .shijianbox .ri{
	font-size:36px;
	font-weight:bold;
	padding-top:15px;
	line-height:36px;
	margin:0;}
.textlist2 li .shijianbox .nianyue{
	line-height:20px;
	padding-top:3px;}
	
.textlist2 li .textbox{
	width:1078px;
	position:absolute;
	right:0;
	top:0;}

.textlist2 li .shijian{
	color:#9d9d9d;}
.textlist2 li .text1 a{
	display:block;
	font-size:16px;
	color:#333;
	padding-top:15px;
	}

.textlist2 li .text2{
	color:#666;
	line-height:26px;
	padding-top:10px;
	font-size:14px;
	}
.textlist2 li .more{
	float:right;
	padding-right:20px;
	color:#ea5404;
	}
	
.textlist2 li.hover{
	border:1px solid #ea5404;}
.textlist2 li.hover .shijianbox{
	background:#ea5404;
	}
.textlist2 li.hover .text1 a{
	color:#ea5404;
	}


.ClsListUl{
	overflow:hidden;
	padding:50px 0;
	}
.ClsListUl li{
	width:380px;
	height:272px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	position:relative;}
.ClsListUl li.nomg{
	margin-right:0;}
.ClsListUl li .text1{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	text-align:center;
	background:url(dot2.png) repeat-x center;
	height:50px;
	text-align:left;
	line-height:50px;
	}
.ClsListUl li .text1 a{
	color:#fff;
	padding-left:20px;
	}
.tuwenlist{
	overflow:hidden;
	padding-top:50px;}

.tuwenlist li{
	overflow:hidden;
	background:#fff;
	margin-bottom:20px;
	height:170px;
	border-bottom:1px solid #ddd;}
.tuwenlist li .pic{
	width:200px;
	float:left;
	margin-right:20px;}
.tuwenlist li .pic img{
	border:1px solid #d5d5d5;
	padding:2px;}
.tuwenlist li .textbox{}

.tuwenlist li .shijian{
	color:#9d9d9d;
	padding:10px 0;}
.tuwenlist li .text1 a{
	display:block;
	font-size:16px;
	color:#333;
	padding-top:10px;
	font-weight:bold;
	}

.tuwenlist li .text2{
	color:#666;
	line-height:26px;
	padding-top:0;
	}
.tuwenlist li .more{
	float:right;}

.shichanglist{
	overflow:hidden;
	padding-top:30px;}
.shichanglist li{
	overflow:hidden;
	background:#fff;
	margin-bottom:20px;}
.shichanglist li .pic{
	width:50%;
	float:left;}
.shichanglist li .textbox{
	padding:90px 50px 0 50px;
	width:50%;}

.shichanglist li .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:30px;
	color:#035cac;
	padding-top:10px;
	text-transform:uppercase;
	}
.shichanglist li .text1 a .en{
	font-size:26px;
	color:#e7e7e7;}

.shichanglist li .text2{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
	color:#666;
	line-height:26px;
	padding-top:20px;
	}
.shichanglist li .more{
	padding-top:50px;}

.jianjiebox{
	padding:50px;
	overflow:hidden;
	background:#fff;}
.jianjiebox .pic{
	float:left;
	width:31.3%;}
.jianjiebox .textbox{
	width:65.7%;}
.jianjiebox .text1{
	padding-top:30px;}
.jianjiebox .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:30px;
	color:#035cac;
	padding-top:10px;
	text-transform:uppercase;
	}
.jianjiebox .text1 a .en{
	font-size:26px;
	color:#e7e7e7;}

.jianjiebox .text2{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
	color:#666;
	line-height:26px;
	padding-top:20px;
	}
.jianjiebox .more{
	padding-top:50px;}

.shipinbox{
	width:100%;
	height:150px;
	margin:30px 0;
	text-align:center;}

.picScroll-left1{ width:100%;  overflow:hidden; position:relative; background:#fff; padding:0 40px 45px; margin-top:30px;}
.picScroll-left1 .hd{ overflow:hidden;  height:100px;padding:33px 10px 0;  }
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{ display:block;  width:45px; height:45px; float:right; margin-left:30px;  overflow:hidden;cursor:pointer; background: url(dot6.png) no-repeat left;}
.picScroll-left1 .hd .next{ background: url(dot6.png) no-repeat right;}

.picScroll-left1 .hd .text1{ float:left;}
.picScroll-left1 .bd{ padding:10px 0 0;   }
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ margin-right:0; float:left; _display:inline; overflow:hidden; text-align:center; width:20%; text-align:center;}
.picScroll-left1 .bd ul li .pic{ text-align:center;  padding:0 10px;}
.picScroll-left1 .bd ul li .pic img{ width:100%; display:block; }
.picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left1 .bd ul li .title{ line-height:24px; padding-top:10px; }

.picScroll-left1 .hd .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:30px;
	color:#035cac;
	padding-top:10px;
	text-transform:uppercase;
	}
.picScroll-left1 .hd .text1 a .en{
	font-size:26px;
	color:#e7e7e7;}

.lichengbei{
	width:49%;
	float:left;
	background:#fff;
	padding:30px 50px;}
.zeren{
	width:49%;
	float:right;
	background:#fff;
	padding:30px 50px;}

.column3  a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:30px;
	color:#035cac;
	padding-top:10px;
	text-transform:uppercase;
	}
.column3 a .en{
	font-size:26px;
	color:#e7e7e7;}

.textlist3{
	padding-top:25px;}
.textlist3 li a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	height:52px;
	line-height:52px;
	border-bottom:1px solid #e4e4e4;
	}

.textlist4{
	padding-top:25px;
	}
.textlist4 li a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	height:37px;
	line-height:37px;
	}

.jituanyaowen{
	background:#fff;
	padding:30px 50px;
	margin-top:50px;
	overflow:hidden;
	}
.jituanyaowen .pic{
	float:left;
	padding-top:25px;
	margin-right:30px;}
.jituanyaowen .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
	color:#035cac;}
.jituanyaowen .text2{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
	line-height:28px;
	padding-top:10px;
	}
.textlist5{
	border-top:5px solid #f1f1f1;
	margin-left:620px;
	margin-top:20px;
	padding-top:8px;
	}
.textlist5 li{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e4e4e4;}
.textlist5 li .shijian{
	float:right;}

.textlist5 li a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	padding-right:50px;
	}

.textlist6 li .shijian{
	float:right;}
.textlist6{
	padding-top:25px;}
.textlist6 li{
	height:52px;
	line-height:52px;
	border-bottom:1px solid #e4e4e4;
	}
.textlist6 li a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	}

.picScroll-left2{ width:100%;  overflow:hidden; position:relative; background:#fff; padding:0 40px 45px; margin-top:0; margin-bottom:90px;}
.picScroll-left2 .hd{ overflow:hidden;  height:100px;padding:33px 10px 0;  }
.picScroll-left2 .hd .prev,.picScroll-left2 .hd .next{ display:block;  width:45px; height:45px; float:right; margin-left:30px;  overflow:hidden;cursor:pointer; background: url(dot6.png) no-repeat left;}
.picScroll-left2 .hd .next{ background: url(dot6.png) no-repeat right;}

.picScroll-left2 .hd .text1{ float:left;}
.picScroll-left2 .bd{ padding:10px 0 0;   }
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ margin-right:0; float:left; _display:inline; overflow:hidden; text-align:center; width:25%; text-align:center;}
.picScroll-left2 .bd ul li .pic{ text-align:center;  padding:0 10px;}
.picScroll-left2 .bd ul li .pic img{ width:100%; display:block; }
.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left2 .bd ul li .title{ line-height:24px; padding-top:10px; }

.picScroll-left2 .hd .text1 a{
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size:30px;
	color:#035cac;
	padding-top:10px;
	text-transform:uppercase;
	}
.picScroll-left2 .hd .text1 a .en{
	font-size:26px;
	color:#e7e7e7;}

.linianbox{
	overflow:hidden;
	padding:30px 0 0;
	width:101%;
	}
.linianbox li{
	float:left;
	width:25%;
	padding-right:20px;
	}
.linianbox li a{
	display:block;
	width:100%;
	text-align:center;
	background:#fff;
	padding:50px;}
.linianbox li .text1{
	font-size:18px;}

.yuanjing{
	background:#fff;
	padding:30px 50px;
	overflow:hidden;
	margin-bottom:90px;
	}

.slideTxtBox2{ width:100%; text-align:left; overflow:hidden;}
.slideTxtBox2 .hd{ height:160px; line-height:160px; float:right; width:660px; }
.slideTxtBox2 .hd ul li{ float:left; cursor:pointer; width:160px; height:160px; margin-left:60px; background:url(dot7.png) no-repeat center; font-size:24px; text-align:center;}
.slideTxtBox2 .hd ul li.on{ background: url(dot8.png) no-repeat center; color:#fff;}
.slideTxtBox2 .bd {}
.slideTxtBox2 .bd li .text2{ 
	line-height:32px; 
	margin:30px 0 40px;
	display:block;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    word-break: break-all;}

.neiyetitle{
	font-size:40px;
	position:absolute;
	left:0;
	color:#666;
	line-height:138px;}

.neiyetitle .en{
	font-size:50px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	float:left;
	padding-right:10px;}
.weizhi{
	position:absolute;
	right:0;
	color:#b0aeac;
	top:70px;}
.weizhi a{
	color:#b0aeac;
	}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ea5404;
    border-color: #ea5404;
	}
/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*
/*全局CSS开始，请勿删除或修改*/
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
};

h1,h2,h3,h4,h5,h6,h7,th {
	font-weight: normal;
}

body {
	font-size: 14px;
	color:#333;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ea5404;
	text-decoration: none;
	transition: all .4s;
}

.clear {
	clear: both;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.font10 {
	font-size: 10px;
}

.ftBlue {
	color: #06C;
}

.ftOrange {
	color: #F90;
}

.ftYellow {
	color: #FF0;
}

.ftRed {
	color: #F00;
}

.ftGray {
	color: #666;
}

.ftGreen {
	color: #360;
}

.ftStrong {
	font-weight: bold;
}

.ftUnderline {
	text-decoration: underline;
}

.ftOverline {
	text-decoration: line-through;
}

.ftItalic {
	font-style: italic;
}

.mouseHand {
	cursor: pointer;
}

.imgLine {
	padding: 3px;
	border: #E8E8E8 1px solid;
	background: #FFF;
}

.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
}

.error th {
	background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width: 22px;
	height: 20px;
}

.error td {
	padding: 3px;
	color: #F00;
	background: #FFECEC;
}

.success {
	border: 1px solid #690;
	background: #F0FAE7;
}

.success th {
	background: url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width: 22px;
}

.success td {
	padding: 3px;
	color: #360;
	background: #F0FAE7;
}

.info {
	border: 1px solid #09C;
	background: #DFF4FF;
}

.info th {
	background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width: 20px;
}

.info td {
	padding: 3px;
	color: #069;
	background: #DFF4FF;
}

.warning {
	border: 1px solid #F90;
	background: #FCF9DA;
}

.warning th {
	background: url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width: 22px;
}

.warning td {
	padding: 3px;
	color: #C63;
	background: #FCF9DA;
}

input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
	margin-left: 5px;
}
#SafeNote {
	width: 220px;
	display: none;
	position: absolute;
	top: 0;
	left: 9px;
	padding: 10px;
	font-size:12px;
}
.contenttitle{
	text-align:center;
	font-size:24px;
	color:#cf5855;
	font-weight:bold;
	line-height:1.5em;}
.contentdate{
	font-size:14px;
	text-align:center;
	color:#b9b9b9;
	padding:0 0 20px;}
.contentdate a{
	color:#b9b9b9;
	}

.SchList {
	width: 100%;
	margin: 0 auto;
}

.SchList th {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
	color:#666;
}

.SchList td {
	color: #AAA;
	line-height: 2em;
}

.SchList span {
	color: #C30;
}

.SchList em {
	color: #090;
	font-style: normal;
	font-size: 10px;
	line-height: 3em;
}
.Pages {
	text-align: right;
	padding: 10px;
	clear: both;
	margin: 20px 0;
	font-size:14px;
}
.Pages a {
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #FFF;
	color:#666;
}

.Pages a:hover {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #333;
}

.Pages .choose {
	border: 1px solid #eee;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f0f0f0;
	color: #666;
}
.loadingbox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	overflow: hidden;
}
.lodingimg {
	position: absolute;
	top: 50%;
	left: 50%;
}
/*浏览器下载提示*/
.tc_cont_w{display: none;}
.tc_cont_w .tc_cont{position:fixed; bottom:0; left:0; width:100%; height:70px; z-index:9990;} 
.tc_cont_w .tc_bg{position:fixed; bottom:0; left:0; width:100%; height:70px; z-index:9900; background:#000; opacity:0.7; filter:alpha(opacity=70);  }
.tc_cont_w .tc_cont .tc_main{ width: 750px;  margin: 0 auto;  height:70px; overflow:hidden;}
.tc_cont_w .tc_cont .tc_main dd{width:314px; margin:0 auto; text-align:center; float:left;}
.tc_cont_w .tc_cont .tc_main .tc_head{height:50px; width:40px;  line-height:24px;  text-align:center; font-size:18px; font-family:"微软雅黑"; color:#333; position:relative; margin-top:11px;  color: #F76E10; }
.tc_cont_w .tc_cont .tc_main .tc_gantan{ margin-top:10px; width:60px;}
.tc_cont_w .tc_cont .tc_main .tc_gantan img{height:50px;}
.tc_cont_w .tc_cont .tc_main .tc_txt{margin:16px 20px 0; width:310px; font-size:16px; color:#fff}
.tc_cont_w .tc_cont .tc_main .tc_btn{ height:40px; width:188px;line-height:40px; text-align:center;    margin-top: 16px;  background: #F76E10;  margin-top: 16px; }
.tc_cont_w .tc_cont .tc_main .tc_btn a{font-size:18px; font-family:"微软雅黑"; color:#fff;}
.tc_cont_w .tc_cont .tc_main .close{ font-size: 67px; font-weight: 100; margin-top: 3px;  width: 90px;  color: #F8873A; cursor:pointer;opacity:1; filter:alpha(opacity=100);}
/*全局CSS结束，请勿删除或修改*/
