﻿/********************************************************************
*                                                                   *
*                                                                   *
*               Global Cascading Style Sheet                        *
*               global.css, 2015/03/20, ChuangQi Co.Ltd             *
*                                                                   *
*                                                                   *
********************************************************************/

@charset "utf-8";

body {
	margin: 0;
	color: #363636;
	font-size: 12px;
	line-height: 21px;
	font-family: "宋体", Verdana, Arial, Sans;
	background: url(imagesbg_body_01.png) repeat-x 0px 279px;;
}

A:link, A:visited {
    color: #363636; text-decoration: none;
}
A:active, A:hover {
    color: #FF6007; text-decoration: underline;
}

ul, li, p, form, input, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
input, select {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
}
ul {
	list-style: none;
	text-align: left;
}
img {
	border: none;
}
.en {
	font-family: Verdana;
}
.chs {
	font-family: "宋体";
}
.num {
	font-weight: 600;
	color: #ff3333;
}



.d1 {
	margin: auto;
	width: 1000px;
}
.d2 {
	margin: auto;
	width: 982px;
	padding: 0px 9px;
	background: #ffffff;
}
.d3 {
	margin: auto;
	width: 1000px;
}
.d4 {
        padding-top:18px;
	width: 80px;
}
.d5 {
    padding-top:32px;
}
.f1 {
	float: left;
}
.f2 {
	float: right;
  	text-align: center;
}

.c1 {
	clear: both;
}
.v1 {
	overflow: hidden;
}

.p1 {
	padding: 18px 0px;
}
.p2 {
	padding: 0px 9px;
}
.p3 {
	padding: 9px;
}
.p4 {
	padding: 12px 18px;
}
.m1 {
	margin: 0px 12px;
}
.m2 {
	margin-bottom: 12px;
}

.w_680 {
	width: 680px;
}
.w_300 {
	width: 300px;
}
.w_329 {
	width: 329px;
}
.w_331 {
	width: 331px;
}


.b1 {
	border: 1px solid #d9d9d9;
}
.b2 {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.b3 {
	border-bottom: 1px solid #d9d9d9;
}
.b4 {
	border-left: 1px solid #c5dcee;
	border-right: 1px solid #c5dcee;
	border-bottom: 1px solid #c5dcee;
}

.infolist ul {
	font-size: 13px;
	padding: 6px 12px 12px 12px;
}
.infolist li {
	line-height: 25px;
	padding-left: 9px;
	background:url(imagesdot_03.png) left center no-repeat;
}

.infodate li {
	white-space: nowrap;
	clear: both;
	overflow: hidden;
}
.infodate li a {
	float: left;
}
.infodate li span {
	float: right;
	padding: 0px 6px;
	color: #666666;
}
.moreinfo {
	padding: 0px 6px;
}
.underline li {
	line-height: 30px;
	border-bottom: 1px dashed #999999;
}
.dot_01 li {
	background: url(imagesdot_01.png) left top no-repeat;
}
.dot_02 li {
	background: url(imagesdot_02.png) left center no-repeat;
}
#cur_page {
	height: 35px;
	line-height: 35px;
	border-top: 2px solid #0487dc;
	background: #f3f3f3;	
}
#cur_page div {
	padding: 0px 12px;
	margin-left: 12px;
	background:url(imagesdot_01.png) left center no-repeat;
}


#top {
	height: 36px;
	line-height: 36px;
}
#logo {
	height: 67px;
	padding-top: 176px;
	background: url(imagesbg_logo_01.png) no-repeat top center;
}

/*nav*/
#nav {
	margin: auto;
	height: 45px;
	line-height:45px;
	width: 1000px;
}
#search {
	width: 179px;
	height: 45px;
	line-height: 45px;
	background: url(imagesimages1navbar_07.png) left center no-repeat;	
}
#cq_search {
	border: none;
	width: 100%;
	height: 21px;
	line-height: 21px;
	margin-top: 12px;
}

/*playimgRotator*/
#playimg_rotator{
	position: relative;
}
#playimg_title {
	left: 0px;
	top: 260px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #000000;
	position: absolute;	
	opacity: 0.8;
	filter: alpha(opacity=80);
	background:rgba(0, 0, 0, 1.0);
}
#playimg_txt {
	left: 0px;
	top: 260px;	
	height: 45px;
	line-height: 45px;	
	color: #ffffff;
	font-weight: bold;
	padding: 0px 18px;
	font-size: 13px;
	position: absolute;
}
#playimg_ctrl {
	right: 0px;
	top: 260px;
	padding: 9px 18px;
	position: absolute;	
}
#playimg_ctrl img {
	cursor: pointer;
	padding: 9px 4px;
}

/*body*/
.caption {
	height: 36px;
	line-height: 36px;
}
.caption_01 {
	background: url(imagesbg_caption_01.png);
}
.caption_02 {
	height: 35px;
	line-height: 35px;
	border-top: 2px solid #0487dc;
	background: #f3f3f3;
}
.caption_03 {
	background: #f3f3f3;
}
.caption_01 h3, .caption_02 h3, .caption_03 h3 {
	color: #0488dc;
	margin-left: 12px;
	padding-left: 12px;
	font-size: 14px;
	background: url(imagesdot_01.png) left center no-repeat;
}
.caption_04 {
	background: #e7e7e7;
	border-top: 2px solid #0487dc;
}
.caption_04 li {
	float: left;
	width: 104px;
	/*color: #0488dc;
	cursor: pointer;*/
	font-size: 14px;
	text-align: center;
}
.caption_04 li a {
	display: block;
}
.caption_04_cur {
	font-weight: bold;
	background: #0487dc;
}
.caption_05_left {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 139px;
	border-left: 1px solid #c5dcee;
	border-top: 2px solid #0487dc;
}
.caption_05_right {
	padding-right: 9px;
	text-align: right;
	width: 180px;
	border: 1px solid #c5dcee;
}
.sevice {
	padding: 18px 6px;
	padding-bottom: 20px;
	text-align: center;
}
.sevice img {
	padding: 9px 7px;
}
.netvise {
	padding: 11px 18px;
	background: url(imagesbg_netvise_01.png) top right no-repeat;
}
.netvise li {
	float: left;
	width: 69px;
	line-height: 28px;
	margin: 6px 6px;
	padding-left: 32px;
	background: url(imagesbg_netvise_02.png) no-repeat left center;
}
.netvise_tel {
	padding: 4px 3px 4px 3px;
}

#subject {
	padding-top: 18px;
	line-height: 58px;
	height: 58px;	
}
#subject li {
	float: left;
	width: 235px;
	padding-left: 20px;
}

#weblink {
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding: 18px 0px
}
#weblink select {
	width: 172px;
	margin: 0px 9px;
	height: 23px;
	border: 1px solid #abadb3;
}

/*footer*/
#footer {
	height:140px;
	background: #efefef;
	border-top: 3px solid #0487dc;
}
.footet_txt {
	padding: 27px 9px 12px 9px;
}

.infolist_footer a:hover, .infolist_footer li a:active {
	color: #ffffff;	text-decoration: none;
	background: #0B77C7;
	border: #0B77C7 1px solid;
}

/*viewinfo*/
.infobody_outsider {
	border: #D9ECFF 12px solid;
}
.infobody_insider {
	padding: 18px;
	padding-bottom: 36px;
	border: 1px solid #9DCEFF;
}
.info_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	font-family: "仿宋_BG2312";
	text-align: center;
	color: #3b7ed5;
}
.info_content {
	font-family: "仿宋_BG2312";
	font-size: 14px;
	line-height: 28px;
	padding: 24px;
	min-height: 276px;
}
.info_content img {
	padding: 12px;
    max-width:850px;
}
.attachment {
	font-family: "仿宋_BG2312";
	font-size: 14px;
	line-height: 25px;
	padding: 0px 12px;
	margin-bottom: 16px;
}
.attachment a{
	color: #004378;
	font-family: "仿宋_BG2312";
	font-size: 14px;
	
}
.info_desc {
	height: 32px;
	line-height: 32px;
	text-align: center;	
	border-top: 1px dotted #999999;
}
.info_desc span {
	margin-left: 24px;
	margin-right: 24px;
}
.share {
	height: 27px;
	line-height: 27px;
	background: #f8f8f8;
	border: #ededed 1px solid;
}
.share div {
	padding: 0px 9px;
}
.share_GWD {
	height: 32px;
	line-height: 32px;
	background: #f8f8f8;
	border: #ededed 1px solid;
}
#ckepop {
	padding-top: 6px;
}

/*moreinfo*/
.b5 {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.w_236 {
	width: 236px;
}
.w_744 {
	width: 744px;
}
.p5_moreinfo {
	padding: 0px 12px;
}
.p6_moreinfo {
	padding: 6px 3px;;
}
.moreinfo_left {
	min-height: 576px;
	background: url(imagesbg_left_01.png) repeat-y;	
}
.moreinfo_left li {
	line-height: 46px;
	padding-left: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #6d6d6d;
}
.moreinfo_left li a {
	display: block;
}
.left_cur {
	background: url(imagesbg_left_02.png) repeat-y;
}
.left_cur a {
	color: #e19000;
}
#chl_desc {
	line-height: 46px;
	font-size: 14px;
	color: #0277d6;
	font-weight: bold;
	padding-left: 32px;	
}
.curpage {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #bdbdbd;
}
.curpage h5 {
	font-size: 14px;
	font-weight: bold;
	color: #6d6d6d;
}
.sp_line {
	height: 1px;
	line-height: 1px;
	background-image: none !important;
	border-bottom: 1px dashed #dcdcdc;
	margin: 4px 0px;
}
.moreinfo_list li {
	line-height: 27px;
	font-size: 13px;
}

.infolist_footer {
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 0px 18px 18px 18px;
}
.infolist_footer a {
	padding: 4px 6px;
	background: #ececec;
	border: #cccccc 1px solid;
}
.infolist_footer .curpage {
	color: #ffffff;	text-decoration: none;
	background: #0b77c7;
	border: #0b77C7 1px solid;
}



#nav a:link, #nav a:active, #nav a:visited, .infolist_right a:link, .infolist_right a:active, .infolist_right a:visited {
	color: #ffffff;	text-decoration: none;
}
#playimg_txt a:link, #playimg_txt a:active, #playimg_txt a:visited {
	color: #ffffff;	text-decoration: none;
}
#playimg_txt a:hover {
	color: #FF6007; text-decoration: underline;
}
#nav a:hover, .infolist_right a:hover{
	color: #eeee33;	text-decoration: underline;
}
.caption_04_cur a:link, .caption_04_cur a:visited, .caption_04_cur a:hover, .caption_04_cur a:active {
	color: #ffffff; text-decoration: none;
}

.tm1{
	margin-top:20px;	
}
.v3{
	margin-bottom:20px;	
}
.v4{
	margin-top:20px;	
}
.v6{
	margin-top:10px;	
}
.v6 ul{
	padding-bottom:0px;	
}
.lr{
	margin:0 19px 0 19px;
}
.lr1{
	margin-left:20px;
}
.re{
	position:relative	
}
.ab{
	position:absolute;
}
.ab1{
	bottom:40px;
	right:15px;
}
.ab1 img{
	margin-left:5px;
	cursor: pointer; 
}
.ab2{
	width:305px;
	height:30px;
	left:0px;
	bottom:0px;
	font-size:14px;
	line-height:30px;
	background:#080C0D;
	text-align:center;
	color:#FAFBFD;
	background:rgba(0,0,0,0.5);
}
.ab2 a{
	color:#FAFBFD;
	font-weight:bold;	
}
.kg{
	width:305px;
	height:196px;
}
.e1{
	width:298px;
}
.e2{
	width:331px;	
}
.e6{
	width:660px;
}
.e7{
	width:329px;
}
.e8{
	height:230px;
}
.y2 ul{
	padding-bottom:10px;	
}
.bb1{
	 border-left: 3px solid #0785da;
	 border-top: 1px solid #d9d9d9;
	 border-right: 1px solid #d9d9d9;
	 border-bottom: 1px solid #d9d9d9;	
}
.bb2{
	 border-left: 1px solid #d9d9d9;
	 border-right: 1px solid #d9d9d9;
	 border-bottom: 1px solid #d9d9d9;	
}
.sa1{
	  font-size: 14px;
	  color: #0785da;
	  font-weight: bold;
	  text-indent: 10px;	
}
.captionv {
	 height: 35px;
	 line-height: 35px;
}
.captionv4 {
	 height: 36px;
	 line-height: 36px;
}
.captionv6 {
	 height:38px;
	 line-height: 38px;
}
.wq{
	width:199px;	
}
.nt1 ul {
  padding-left: 25px;
}
.j9 {
	 height: 14px;
	 margin: 11px 0 10px 10px;
	 border-left: 4px solid #0785da;
	 line-height: 14px;
	 font-size: 14px;
	 color: #0785da;
	 font-weight: bold;
	 text-indent: 5px;
}
.j3 {
	 height: 14px;
	 margin: 11px 0 10px 10px;
	 border-left: 4px solid #0785da;
	 line-height: 14px;
	 font-size: 14px;
	 color: #0785da;
	 font-weight: bold;
	 text-indent: 5px;
}
.pd {
 	padding-right: 8px;
}
.bb {
	  border-top: 2px solid #0785da;
	  border-left: 1px solid #d9d9d9;
	  border-right: 1px solid #d9d9d9;
	  border-bottom: 1px solid #d9d9d9;
}
.nb5{
	background:url(../images/fzgg.png) no-repeat;
}
.hv2{
	width:111px;
	text-indent:60px;
	background:url(imagesfgright1.png) no-repeat;	
}
.hv1{
	background:url(imagesfgleft.png) no-repeat;
}
.hv1 li{
	float:left;
	width:110px;
	heigth:38px;
	font-size: 14px;
	text-align:center;
}
.caption_04_cur1 a{
	width:110px;
	height:38px;
	display: block;
	font-weight: bold;
	background:url(imagesfglr.png) no-repeat;		
}
.caption_04_cur1 a:hover{
	color:#000;
}
.caption_04_cur1 A:link, A:visited {
  text-decoration: none;
}
.article_page {text-align:center;padding-top: 10px;}
.article_page a {padding: 5px;background: #0488dc;color: #fff;}