@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
html,body {
	width:100%;
	height:100%;
	margin: 0px;
	text-align:center;
}
* {
	margin:0;
	padding:0;
}
p{
	margin:10px 0 10px 0; 
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
a {
	color:#428BD1;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.donghua {
	-webkit-transition: all 200ms ease-in-out ;
	-moz-transition: all 200ms ease-in-out ;
	-o-transition: all 200ms ease-in-out ;
	-ms-transition: all 200ms ease-in-out ;
	transition: all 200ms ease-in-out ;
}
.donghua2 {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.donghua3 {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.center {
	width:992px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	border:0px solid #ccc;
}

.welcome {
	width:992px;
	height:60px;
	margin:0 auto;
	padding-top:18px;
	font-size:12px;
	text-align:left;
	box-sizing: border-box;
}
.huanying {
	float:left;
	background:url(../images/xiaolian.jpg) no-repeat;
	padding-left:20px;
}

.phone {
	float:right;
	clear:right;
	background:url(../images/phone.jpg) no-repeat;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;  
}
.phone span:last-child {
	color:#0ea6e8;
	margin-left:1em;
}
.phone a {
	color:#0ea6e8;
}
.phone a:hover {
	color:#0ea6e8;
}
.my_header {
	width:992px;
	height:70px;
	margin:0 auto;
}
.logo {
	width:150px;
	height:70px;
	float:left;
	background:url(../images/logo-150.png) no-repeat;
	background-size:100%;
}
.tel4{
	display:none;
	float:right;
	width:400px;
	background:url(../images/phone_icon.png) no-repeat;
	background-position:left 50%;
}
.tel4 a{
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;  
	font-size:50px;
	font-weight:bold;
	line-height:80px;
	
}
nav.menu {
	float:right;
	clear:right;
}
.menu {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:14px;
	color:#fff;
	margin:0px auto;
	max-width:1184px;
	position:relative;
    /*left:50%;*/
}
.menu ul {
	position:relative;
    /*left:-50%;*/
    float:left;
}
.menu li {/*水平菜单*/
	float:left;
	list-style:none;
	position:relative;/*把包含块移动li元素*/
	padding:0 0.5em;
	height:70px;
	/*overflow:hidden;*/
	line-height:90px;
	color:#848484;

}
.menu li:nth-child(2n-1):hover {
	background:rgba(153,153,153,0.3);
}
.menu a {
display:block;
text-decoration:none;
text-align:center;
color:#848484;
/*overflow:hidden;★★★★*/
}
.menu a:hover {
color:#000;

}
/*新增的二级菜单部分*/
.menu ul ul {
visibility:hidden;/*隐藏所有子菜单（二级的,三级的）*/
left:0px;
top:70px;
position:absolute;
z-index:99999;
margin:0px 0px 0px 0px;
}
/*指定是显示二级子菜单*/
.menu ul li:hover ul.second,/*非IE6*/
.menu ul a:hover ul.second{/*IE6*/
visibility:visible;
}
.menu ul ul li {
clear:both;/*垂直显示*/
text-align:left;
background:#fff;
margin:0px 0px 0px 0px;
border:0px solid #fff;
border-top:1px solid #999;
width:100px;
height:36px;
line-height:36px;
padding:0;
}

/*二级子菜单*/
.menu ul ul li a {
color:#000;
}
.menu ul ul li a:hover {
background:#F60;
color:#fff;
border-radius:0px;
}
.menu table{
border-collapse:collapse;
}

/* second styles */
.second {
    left: 0;
    position: absolute;
    top:;
    /*-webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;*/
	box-shadow:0px 5px 10px 0px #666;
	display:none;
}
.second li {
    opacity: 1;
    /*-webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);*/
    -webkit-transition: opacity .2s, -webkit-transform .1s;
    -moz-transition: opacity .2s, -moz-transform .1s;
    -ms-transition: opacity .2s, -ms-transform .1s;
    -o-transition: opacity .2s, -o-transform .1s;
    transition: opacity .2s, transform .1s;
}
.menu ul li:hover .second {
	display:block;
}
.menu ul li:hover .second li, .menu ul li:focus .second li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.slider1 {
	width:100%; 
	min-height:500px;
	text-align:center;
	background:url(/index8/images/indexpic_banner_1.jpg) no-repeat;
	background-position:center;
}
.slider1 img {
	display:none;
}
.xiangmu {
	width:100%;
	min-height:50px;
	margin-top:80px;
	box-sizing: border-box;
}
.my_article {
	width:70%;
	padding-left:20px;
	text-align:left;
	border-left:6px solid #31b2e9;
}
.xiangmu ul {
	margin:40px 0;
	display:inline-block;
	width:100%;
	text-align:center;
}
.xiangmu ul li {
	width:23%;
	text-align:center;
	margin:0 1% 0 0;
	display:inline-block;
}
.xiangmu ul li:last-child {
	margin:0;
}
.akela_ad {
	width:100%;
	overflow:hidden;
	position:relative;
}
.akela_ad_img {
	width:100%;
	display:block;
}
.akela_ad_text {
	width:100%;
	text-align:center;
	padding:20px 0;
	top:0;
	left:0;
	margin:0;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
}
.akela_ad_text2 {
	width:33%;
	float:left;
	margin:0 3px 0 0;
	line-height:2em;
}
.akela_ad_text2:last-child {
	margin:0 0 0 0;
}
.akela_ad_text2 img {
	width:100%;
}
.yuan1 {
	width:100%;
	background-position:center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	margin:0 0 6px 0;
}
.yuan1:hover .my_img,.yuan2:hover .my_img {
	box-shadow:0px 0px 7px 5px rgba(0,102,255,0.5);
}
.yuan1 img {
	width:100%;
	border-radius:50%;
}
li {
	list-style:none;
}
.my_article h1 {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:28px;
	font-weight:bold;
	color:#000;
	line-height:40px;
}
p {
	font-size:12px;
	line-height:20px;
	color:#666;
	margin:0;
}
p a {
	color:#666;
}
p a:hover{
	color:#666;
	text-decoration:underline;
}
h2 {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 5px 0;
	text-align: center;
}
h3 {text-align:left;}
.youshi {
	width:50%;
	min-height:560px;
	margin-top:30px;
	overflow:auto;
	float:left;
}
.youshi_ul {
	width:95%;
	display:block;
}
.youshi_ul li {
	width:100%;
	margin:10px 0 10px 0;
	display:block;
	overflow:hidden;
}
.yuan2 {
	width:23%;	
	margin: 0 1% 0 2%;
	float:left;
	padding:2%;
	box-sizing:border-box;
}
.yuan2 img {
	width:85%;
	border:3px solid #C00;
	box-sizing:border-box;
	border-radius:50%;
	display:block;
	
}
.youshi_ul_div {
	width:74%;
	float:right;
	top:0;
	text-align:left;
}
.slider2 {
	width:100%; 
	min-height:450px;
	text-align:center;
	background:url(http://o8qzvwi30.bkt.clouddn.com/indexpic_pic2.jpg) no-repeat;
	background-position:center;
}
.slider2 img {
  display:none;
}
.slider3 {
	width:100%; 
	min-height:500px;
	text-align:center;
	background:url(/index8/images/indexpic_banner201610_2.jpg) no-repeat;
	background-position:center;
	display:block;
	overflow:hidden;
	margin:0 auto 10px auto;
}
.slider3 img {
  display:none;
}
.anli {
	margin:80px 0 0 0;
	height:600px;
}
.anli a{
	color:#000;
}
.anli ul {
	width:100%;
	margin:40px 0 30px 0;
	text-align:right;
	display:block;
	position:relative;
}
.anli ul li {
	display:inline-block;
	margin-left:5px;
	border:1px solid #ccc;
	padding:5px;
	color:#666;
	font-size:12px;

}
.anli ul li.selected {
	background:#019fe8;
	border:1px solid #019fe8;
	-webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.anli ul li.selected div {
	visibility:inherit;
	opacity:1;
	-webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}
.anli ul li:hover {
	background:#019fe8;
	border:1px solid #019fe8;

}
.anlizhanshi {
	width:992px;
	overflow:hidden;
	left:0px;
	top:50px;
	position:absolute;
	z-index:10;
	margin:0px 0px 0px 0px;
	visibility:hidden;
	opacity:0;
}
.jidi {
	margin-top:80px;
}
.jidi ul{
	display:block;
	width:100%;
	margin:30px 0;
	overflow:hidden;
}
.jidi ul li {
  width: 23%;
  text-align: center;
  margin: 0 2% 0 0;
  display: block;
  float:left;
  position:relative;
}
.jidi ul li:last-child {
	margin:0 0 0 0;
}
.jidi ul li p {
	float:left;
	width:100px;
	height:30px;
	background:#06C;
	margin:0;
	top:6px;
	right:-6px;
	display:block;
	position: absolute;
	line-height:30px;
	color:#fff;
	padding:0 6px 0 6px;
	text-align:center;
}
.jidi ul li p a {
	color:#fff;
}
.jidi ul li p a:hover {
	color:#fff;
}
.jidi div,.jidi div img {
	width:100%;
}
.kehu {
	margin-top:30px;
}
.kehu ul {
	width:100%;
	text-align:left;
	margin:10px 0 ;
	overflow:hidden;
}
.kehu ul li {
	width:135px;
	float:left;
	border:1px solid #ccc;
	padding:5px 0 5px 0;
	box-sizing:border-box;
	text-align:center;
	margin:0 6px 10px 0;
}
footer.my_footer {
	width:100%;
	text-align:center;
	margin:30px 0 0 0;
	margin:30px 0 0 0;
	/*position:relative;*/
	z-index:99999;
}
.contact {
	width:100%;
	height:80px;
	background:#029ee8;
}
.center_contact {
	width:992px;
	text-align:center;
	margin:0 auto;
	border:0px solid #ccc;
}
.foot {
	width:100%;
	min-height:350px;
	background:#2e2423;
}

.contact_us {
	height:80px;
	float:left;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:30px;
	font-weight:bold;
	color:#fff;
	line-height:80px;
}
.phone2 {
	float:left;
	padding:17px 10px;
	box-sizing:border-box;
}
.tel {
	float:left;
	margin:17px 20px 0 0;
}
.tel2 {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.tel2 a {
	color:#fff;
}
.tel2 a:hover {
	color:#fff;
}
.tel3 {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:15px;
	color:#fff;
}
.shejiao {
	float:left;
	width:60px;
	height:51px;
	margin-top:15px;
	position: relative;
}
.weixin:hover .weixin_QR {
	display:block;
}
.weixin_QR {
	width:200px;
	height:200px;
	display:none;
	position:absolute;
	top:51;
	left:0;
	border:5px solid #fff;
}

.weizhi {
	width:25px;
	height:38px;
	float:left;
	margin:21px 10px 0 60px;
}
.dizhi {
	float:right;
	margin-top:14px;
}
.address {
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:12px;
	color:#fff;
	line-height:28px;
}
.chakan {
	width:100%;
	text-align:left;
}
.foot_list {
	width:230px;
	float:left;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:12px;
	color:#fff;
	text-align:left;
}
.foot_list a {
	color:#FFF;
}
.foot_list a:hover {
	color:#09F;
}
.foot_list h3 {
	font-size:14px;
	margin:40px 0 0 0px;
}
.foot_list div {
	width:100%;
	height:2px;
	background:#666;
	border-left:40px solid #09F;
	box-sizing:border-box;
	margin:18px auto;
}
.foot_list ul {
	margin:0 0 0 20px;
}
.foot_list ul li {
	margin:20px 0 0 0px;
}
.foot_list ul li:before {
	content: '>';
	top:0px;
	left:0px;
	margin:0 10px 0 0px;
}
.QR {
	float:right;
	margin:40px 0 0 0;
}
.QR p {
	margin:0px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:12px;
	color:#fff;
}
.QR img {
	border:3px solid #fff;
	margin:0;
}
.foot_menu{
	width:100%;
	height:55px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif，Microsoft YaHei,微软雅黑,simhei,黑体,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu; 
	font-size:12px;
	color:#fff;
	position:relative;
}
.copyright {
	float:left;
	line-height:55px;
}
.beian {
	float:left;
	margin:0 0 0 50px;
	line-height:55px;
}
.foot_menu a {
	color:#FFF;
}
.foot_menu a:hover {
	color:#09F;
}
.foot_menu ul {
	float:right;
	line-height:55px;
}
.foot_menu ul li {
	display:inline-block;
	margin:0 5px;
}
.foot_menu ul li:last-child {
	display:inline-block;
	margin:0 0 0 5px;
}
	
	
	

/* 幻灯片css开始 */
.my_focus * {margin:0;padding:0;border:1;list-style-type:none;}
.my_focus{height:430px;overflow:hidden;position:relative; width:100%; margin:30px auto 0 auto;}
/* focus_s */
.my_focus_s{position:absolute;left:35%;top:260px;height:13px;overflow:hidden;width:220px;z-index:9;margin:0 0 0 30px;}
.my_focus_s li{float:left;cursor:pointer;height:13px;width:12px;overflow:hidden;margin-right:10px;background:url(/Files/index_pic/dian.png) no-repeat;}
.my_focus_s li.active{background-position:-12px 0;}
/* focus_m */
.my_focus_m ul{opacity:1;filter:alpha(opacity=100);}
.my_focus_m li{width:100%;height:277px;position:absolute;top:0;left:0;}
/* focus_l focus_r */
.my_focus_l,.my_focus_r{position:absolute;display:block;width:50px;height:75px;overflow:hidden;z-index:2;top:120px;}
.my_focus_l{left:0;}
.my_focus_r{right:0;}
.my_focus_l b,.my_focus_r b{position:absolute;z-index:1;display:block;width:50px;height:75px;overflow:hidden;background:#000;opacity:0.3;filter:alpha(opacity=30);cursor:pointer;}
.my_focus_l span,.my_focus_r span{display:inline-block;position:relative;z-index:2;width:22px;height:33px;top:21px;cursor:pointer; margin-right:28px;}
.my_focus_l span{left:12px;background-image:url(/Files/index_pic/l.png);_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/Files/index_pic/l.png');}
.my_focus_r span{left:16px;background:url(/Files/index_pic/r.png) 0 0 no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/Files/index_pic/r.png');}
.my_focus_l:hover b,.my_focus_r:hover b{opacity:0.5;filter:alpha(opacity=50);}

.my_focus h2 {
	margin:300px 0 0 0;
	width:100%;
	display:block;
	text-align:left;
}
.my_focus p {
	width:100%;
	display:block;
	text-align:left;
	margin:10px 0 0 0;
	height:80px;
	overflow:hidden;
}
/* 幻灯片css结束 */

/*内页正文排版css开始*/
.wenzhang{
	width:770px;
	min-height:200px;
	float:left;
	overflow:hidden;	
}
.lanmu_pic {
	width:100%;
	min-height:120px;
	margin-bottom:20px;
	border-radius:5px;
	box-sizing:border-box;
	overflow:hidden;
}
.lanmu_pic img {
	width:100%;
	min-height:120px;
	border-radius:5px;
	box-sizing:border-box;
}
.zhengwen {
	width:100%;
	overflow:hidden;
	border:1px solid #489bd7;
	box-sizing:border-box;	
}
.quick_link {
	width:160px;
	min-height:100px;
	float:left;
}
.left_include ul li {
	width:100%;
	height:40px;
	background: url(/images/2012/bgpic8.png) no-repeat;
	background-position:50% 7px;
	border-top:1px solid #fff;
	font-size:0.9em;
	line-height:40px;
	background-size:96% 90%;
}
.left_include ul li:hover {
	background: url(/images/2012/bgpic7.png) no-repeat;
	background-position:50% 7px;
	background-size:96%  90%;
}
.left_include ul li:last-child {
	border-bottom:1px solid #fff;
}
.left_include ul li a {
	color:#000;
}
.neirong {
	width:600px;
	min-height:200px;
	float:right;
	padding:10px;
	border-left:1px solid #489bd7;
	box-sizing:border-box;
}
.neirong h1 {
	width:100%;
	display:block;
	border-bottom:1px solid #CCC;
	margin-bottom:30px; 
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	line-height:2em;
}
.neirong p {
	width:100%;
	text-align:left;
	text-indent:0em;
	font-size:0.9em;
	color:#000;
	line-height:2em;
}
.neirong  img {
	width:;
	text-align: center;
	margin:1em auto 0 auto;

}
.neirong p img {
	width:100%;
	margin:1em auto 0 auto;

}
.neirong td {
	line-height:2em;
	font-size:0.9em;
	height:1.4em;
}
.neirong select, .neirong_input{
	width:20em;
	height:2.4em;
	margin:0.6em 0;
	border-radius:5px;
	border:1px solid #999;
	
}
.neirong ul, .neirong ul li {
	text-align:left;
}

.jinqicanyu {
	width:100%;
	line-height:1.6em;
	font-size:0.9em;
	margin-top:1em;
}
.jinqicanyu a {
	font-size:0.9em;
}
.jinqicanyu a:hover {
	font-size:0.9em;
}
textarea {
	width:100%;
	height:8em;
	margin:0.6em 0;
	border-radius:5px;
	border:1px solid #999;
}
.aside {
	width:200px;
	min-height:200px;
	float:right;
}
.aside ul li {
	width:100%;
	overflow:hidden;
	box-sizing: border-box;
	border-top:1px solid #489bd7;
	border-right:1px solid #489bd7;
	border-left:1px solid #489bd7;
	border-bottom:0px solid #489bd7;
}
.aside ul li:last-child {
	border-bottom:1px solid #489bd7;
}
.dingbu {
	width:20px;
	height:70px;
	position:fixed;
	bottom:2em;
	right:0.5em;
	background:rgba(200,200,200,1);
	border:1px solid #666;
	border-radius:6px;
	font-size:0.8em;
	z-index:99999;
	line-height:1.4em;
	opacity:0;
	box-shadow:0px 0px 10px rgba(102,102,102,1);
}
.dingbu2 {
	opacity:1;
}	
.ul_tuozhanxiangmu {
	width:100%;
	overflow:hidden;
}
.ul_tuozhanxiangmu li {
	list-style:none;
	width:175px;
	min-height:177px;
	overflow:hidden;
	margin-left:15px;
	margin-bottom:20px;
	float:left;
	box-sizing:border-box;
	background:#ededed;
}
.ul_tuozhanxiangmu span {
	font-size:0.9em;
	line-height:2em;
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	display:block;
	background:#ededed;
	height:2em;
	overflow:hidden;
}
.ul_tuozhanxiangmu img {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.yeziweixin {
	width:90px;
	height:auto;
	overflow:hidden;
	position:fixed;
	bottom:110px;
	right:10px;
	z-index:999;
	line-height:30px;
	box-shadow:0px 0px 10px rgba(102,102,102,1);
}
.yeziweixin span {
	display:block;
	width:100%;
	background:#cbe0eb;
	font-size:12px;
}
.yeziweixin span b{
	display:none;
}
.liebiao_li {
	padding-left:2em;
}
.xiangguan {
	width:100%;
	overflow:hidden;
	text-align:left;
	padding:10px;
	border-top:1px dashed #CCC;
	margin:10px 0 0 0;	
}
.pre {
	float:left; background:#ededed; height:30px; width:45%; margin:10px auto; line-height:30px; overflow:hidden;
}
.next {
	float:right; background:#ededed; height:30px;width:40%; margin:10px auto; line-height:30px; overflow:hidden;
}
.zanyixia {
	width:100%; text-align:center; margin:0 auto; overflow:hidden;
}
.zanyixia a {
	 font-size:12px;
}
.menu_on {
	background:rgba(153,153,153,0);
}
.menu_on a {
	color:#F30;
}
.menu_on a:hover {
	color:#F30;
}
.zuixinxiangmu li {
	font-size:12px; line-height:30px; border:0 solid #FFF !important; text-align:left; padding:0 4px;
}
/*分页样式2*/
.endPageNum{ padding:10px 12px 6px; clear:both; }
.endPageNum .s0{width:28px;}
.endPageNum .s1{width:52px;}
.endPageNum .s2{background:#1f3a87; border:1px solid #ccc; color:#fff; font-weight:bold;}
.endPageNum a.s2:visited {color:#fff;}
.endPageNum a{padding:4px 5px;margin:5px 4px 0 0; color:#1F3A87;background:#fff; display:inline-table; border:1px solid #ccc; }
.endPageNum a:visited{color:#1f3a87;} 
.endPageNum a:hover{color:#fff; background:#1f3a87; border:1px solid #1f3a87;}
.endPageNum b{padding:4px 5px;margin:5px 4px 0 0; color:#fff; display:inline-table; border:1px solid #ccc;background:#1f3a87;}


.endName{ padding:12px 0 0; clear:both; color:#666;}

/*内页正文排版css结束*/

/*选择框样式开始 */
input[type="checkbox"] {
  -webkit-appearance: none;
  background: #fff url(/images/anniu.png);
  height: 22px;
  vertical-align: middle;
  width: 22px;
}
input[type="checkbox"]:checked {
  background-position: -48px 0;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:hover {
  background-position: -24px 0;
  outline: none;
}

input[type="checkbox"]:checked {
  background-position: -48px 0;
}

input[type="checkbox"][disabled] {
  background-position: -72px 0;
}

input[type="checkbox"][disabled]:checked {
  background-position: -96px 0;
}
input[type="checkbox"] {
  background: #fff url(/images/anniu.png);
  background: none0;

}
 /*复选框样式2 悬浮在最上层的
input[type=checkbox],input[type=radio]{
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        margin: 0;
        cursor: pointer;
        vertical-align: bottom;
        background: #fff;
        border: 1px solid green;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
}

input[type=checkbox]:active,input[type=radio]:active {
        border-color: green;
        background: #ebebeb;
}       
        
input[type=checkbox]:hover {
        border-color: #c6c6c6;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,input[type=radio]:checked {
        background: #fff;
}

input[type=checkbox]:checked::after {
        content: url(/images/anniu2.jpg);
        display: block;
        position: absolute;
        top: -5px;
        right: 0px;
        left: -5px
}

input[type=checkbox]:focus {
        outline: none;
        border-color: green;
}*/
/*复选框样式3 */
input[type=checkbox],input[type=radio]{
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        margin: 0;
        cursor: pointer;
        vertical-align: middle;
        background: #fff;
        border: 1px solid green;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		margin:0 0 0 1em;

}

input[type=checkbox]:active,input[type=radio]:active {
        border-color: green;
        background: #ebebeb;
}       
        
input[type=checkbox]:hover {
        border-color: #c6c6c6;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,input[type=radio]:checked {
        background: #fff;
}

input[type=checkbox]:checked{
        content: url(/images/anniu3.jpg);
}

input[type=checkbox]:focus {
        outline: none;
        border-color: green;
}

/*选择框样式结束 */
section img {
	margin:0 !important;
	padding:0;
}
	

