﻿*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei,SimSun,Arial,Helvetica, sans-serif;
    line-height: 30px;
}
body{
    background-size: 100% 100%;
}
a,p{
    text-decoration: none;
    color: #fff;
}
img{
    border: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {       
    content: ".";     /*å†…å®¹ä¸ºâ€œ.â€å°±æ˜¯ä¸€ä¸ªè‹±æ–‡çš„å¥å·è€Œå·²ã€‚ä¹Ÿå¯ä»¥ä¸å†™ã€‚*/
   display: block;   /*åŠ å…¥çš„è¿™ä¸ªå…ƒç´ è½¬æ¢ä¸ºå—çº§å…ƒç´ ã€‚*/
    clear: both;     /*æ¸…é™¤å·¦å³ä¸¤è¾¹æµ®åŠ¨ã€‚*/
    visibility: hidden;      /*å¯è§åº¦è®¾ä¸ºéšè—ã€‚æ³¨æ„å®ƒå’Œdisplay:none;æ˜¯æœ‰åŒºåˆ«çš„ã€‚visibility:hidden;ä»ç„¶å æ®ç©ºé—´ï¼Œåªæ˜¯çœ‹ä¸åˆ°è€Œå·²ï¼›*/
   line-height: 0;    /*è¡Œé«˜ä¸º0ï¼›*/
    height: 0;     /*é«˜åº¦ä¸º0ï¼›*/
   font-size:0;    /*å­—ä½“å¤§å°ä¸º0ï¼›*/}

.clearfix { *zoom:1;}   /*è¿™æ˜¯é’ˆå¯¹äºŽIE6çš„ï¼Œå› ä¸ºIE6ä¸æ”¯æŒ:afterä¼ªç±»ï¼Œè¿™ä¸ªç¥žå¥‡çš„zoom:1è®©IE6çš„å…ƒç´ å¯ä»¥æ¸…é™¤æµ®åŠ¨æ¥åŒ…è£¹å†…éƒ¨å…ƒç´ ã€‚*/





.pt_bg{
	position: fixed;
	z-index: -1;
	top:0px;
	left: 0px;
	width:100%;
	height: 100%;
	_position:absolute;
}
.pt_bg img{
	width:100%;
	height: 100%;
}

.header{
	height: 280px;
	margin: 0px auto;
	text-align: center;
}
.header .pt_img{
	width: 130px;
	height: auto;
	padding: 20px 0px 20px 0px;
}
.header .pt_logo{
	font-size: 56px;
    color: #fff;
    text-shadow: 4px 4px 9px #353535;
    letter-spacing: 9px;
	height: 80px;
	line-height: 80px;
}
.content{
	text-align:center;
}
.content a.pt_btn{
	margin: 15px 20px;
	padding: 0px 40px;
	background: #fff;
	width: 120px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	color: #003D89;
	font-size: 22px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	opacity: .99;
	border-radius: 6px;
	border: 2px solid #003D89;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.content a.pt_btn span{
	height: 75px;
	line-height: 75px;
	display: inline-block;
	color: #003D89;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -20%;
	margin-top: -20%;
}
.content a.pt_btn:hover{
	_background: #003D89;
	*background: #003D89;
}
.pt_btn:before {
    content: '';
    width: 300%;
    height: 300%;
    position: absolute;
    top: 90%;
    left: -68%;
    position: absolute;
    top: 90%;
    left: -172%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.pt_btn .fa {
  font-size: 38px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.pt_btn:before {
  background-color: #3B5998;
}
.pt_btn .fa {
  color: #3B5998;
}
.pt_btn:focus:before, .pt_btn:hover:before {
  top: -70%;
  left: -70%;
	 color: #fff;
}
.pt_btn:focus .fa, .pt_btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pt_btn:hover span {
  color: #fff!important;
	z-index: 999;
}


.content a.pt_btn2{
	margin: 15px 20px;
	height: 180px;
    line-height:180px;
	width: 180px;
	background: #fff;
	color: #003D89;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #003D89;
position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.content a.pt_btn2 span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;

	        transition: all 0.3s;
	width: 0;
	background: #003D89;
}
.content a.pt_btn2:hover span {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: -90px;
}
.content a.pt_btn2 i {
	background: none;
	color: #fff !important;
	height: 180px;
	left: 0;
	line-height:180px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 180px;
	z-index: 10;
}
.content a.pt_btn2 .fa{
	color: #4099ff !important;
}
.content a.pt_btn2:hover b{
	color: #fff !important;
	z-index: 999!important;
}
.content a.pt_btn2 b{
	color: #003D89;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -25%;
	display: block;
	
}
.content a.pt_btn2 u{
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background-size: auto;
	display: block;
}
.content a.pt_btn2.sqgs u{
	background: url(pt_icon1.png) no-repeat center;
   background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);

}
.content a.pt_btn2.sqgs:hover u{
	background: url(pt_icon1_2.png) no-repeat center;
 background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	z-index: 99;
}
.content a.pt_btn2.szgs u{
	background: url(pt_icon2.png) no-repeat center;
 background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}
.content a.pt_btn2.szgs:hover u{
	background: url(pt_icon2_2.png) no-repeat;
 background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	z-index: 99;
}
.content a.pt_btn2.shgs u{
	background: url(pt_icon3.png) no-repeat;

	 background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}
.content a.pt_btn2.shgs:hover u{
	background: url(pt_icon3_2.png) no-repeat;
 background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	z-index: 99;
}


.footer{
	width:100%;
	background: url(pt_footbg.png) repeat;
	height: 80px;
	position: absolute;
	bottom:0px;
	left: 0px;
	padding: 10px 0px;
}
.footer .foot_txt,.er_footer .foot_txt{
	padding-left: 12%;
	text-align: left;
}
.footer .foot_txt p,.er_footer .foot_txt p{
	font-size: 16px;
	line-height: 25px;
}
.footer .foot_txt p a,.er_footer .foot_txt p a{
	font-size: 16px;
	line-height: 25px;
	cursor: pointer;
}
.footer .foot_txt p a img,.er_footer .foot_txt p a img{
	width: 15px;
}

.footer .foot_img,.er_footer .foot_img{
	padding-right: 12%;
}
.footer .foot_img a,.er_footer .foot_img a{
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
.footer .foot_img a.jiucuo img,.er_footer .foot_img a.jiucuo img{
	padding-bottom: 13px;
}


/*二级页*/
.er_header{
	height:200px;
	width: 1000px;
	margin: 0px auto;
}
.er_header .pt_img{
	float: left;
    width: 90px;
    margin: 56px 20px 10px 0px;
}
.er_header .pt_logo{
	float: left;
	line-height: 200px;
	font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 8px #353535;
    letter-spacing: 9px;
}
.nav{
	width:1180px;
	margin: 0px auto;
	padding: 0px 10px;
	height: 50px;
	line-height: 50px;
	background: url(pt_footbg.png) repeat;
	margin-bottom: 20px;
}
.nav a{
	cursor: pointer;
	font-size: 18px;
	display: block;
	text-align: center;
	height: 50px;
    line-height: 50px;
	float:left;
}
.nav a:hover{
	border-bottom: 3px solid #fff;
}
.er_content{
	background:url(con_bg.png) repeat;
	width:1160px;
	padding: 20px;
	margin: 0px auto;
}
.dqwz{
	height:45px;
	line-height: 45px;
	background: #e6e6e6;
	width:1120px;
	padding: 0px 20px;
	color: #666;
	margin-bottom: 20px;
}
.dqwz a{
	color: #666;
	padding:0px 5px;
	cursor: pointer;
}
.con_left{
	width:215px;
}
.con_left dl{
	width:100%;
}
.con_left dl dt{
	font-size: 20px;
	color: #003D89;
	height: 50px;
	line-height: 50px;
	font-weight: 900;
	text-align: center;
	background:url(con_bg.png) repeat;
}
.con_left dl dd{
	margin: 0px;
	height: 60px;
}
.con_left dl dd:hover a{
	background: url(pt_icon6_2.png) no-repeat left;
	color: #003D89;
}
.con_left dl dd a{
	font-size: 18px;
	color: #333;
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	text-align: left;
	background: url(pt_icon6.png) no-repeat left;
	cursor: pointer;
}
.con_right{
	width:915px;
}
.tit a{
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-weight: 900;
	text-align: left;
	display: block;
	width:100%;
	border-bottom: 1px dashed #ccc;
}
.ly_jhj_listul{margin-top: 20px;}	
.ly_jhj_listul li{line-height:35px;}	
.ly_jhj_listul li a{ display: block; width: 65%; float: left; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background:url(erlist_d.png) no-repeat left center; padding:0 10px;color: #333;line-height: 35px;height: 35px;}
.ly_jhj_listul li:hover a{color: #000;}
.ly_jhj_listul li:hover em{color: #000;}
.ly_jhj_listul li em{ float: right; color: #666;font-style: normal;}

.er_footer{
	width:100%;
	background: url(pt_footbg.png) repeat;
	height: 80px;
	padding: 10px 0px;
	margin-top: 40px;
}




/*内容页*/
/*æ–‡ç« é¡µ*/
.wenzhang {
	position: relative;
	width: 100%;
}
.wenzhang p{
	color: #333;
}
.newstitle2 {
    padding-top: 25px!important;
    font-family: '楷体'!important;
    font-size: 22px!important;
    color: #0000FF!important;
    text-align: center;
}
.grayline {
	border: 1px solid #dbdee1;
}
.newstitle {
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
	color: #333333;
	font-family: Microsoft YaHei;
	padding: 10px 0;
}
/*æ ‡é¢˜ */
.newstitlef {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	padding-top: 5px;
}
/*å‰¯æ ‡é¢˜ */
.newstitles, .newstitlet {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding-top: 5px;
}
/*å°ã€ä¸Šæ ‡é¢˜ */
.newsinfo {
	margin: 0 auto;
	line-height: 20px;
	padding: 15px 0;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.newsinfo a {
	color: #666;
}
.newsinfo span {
	padding: 0 0.5em;
}
.newsinfo .j-info-hit {
	padding: 0;
}
/*æ—¥æœŸ æ—¶é—´ */
.newsinfo1 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
}
.newsinfo1 a {
	padding: 0 2px;
}
.newsinfo1 a.printico {
	display: inline-block;
	background: url(../images/wzicon1.gif) 0 center no-repeat;
	padding: 0 0 0 22px;
}
/*åˆ†äº« å¤§ä¸­å° æ‰“å° */
.newscontnet {
	font-size: 16px;
	margin-top: 20px;
	color: #333;
	line-height: 188%;
	border-top: 1px solid #cccccc;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: justify;
	word-break: break-all;
}
.newscontnet img, .newscontnet table {
	max-width: 96% !important;
}
.newscontnet img {
	height: auto;
	max-width: 1000px;
}
.newscontnet ul li, .newscontnet ul {
	width: auto;
}
.newscontnet p.myindent {
	text-indent: 2em;
}
.minh500 {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.wenzhang .tp_btnbox input {
	display: inline-block !important;
	border: none !important;
	width: 140px !important;
	height: 40px !important;
	background: #8d744b !important;
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	cursor: pointer;
	font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘;
	margin: 0 10px !important;
	vertical-align: top;
}
.wenzhang .tp_btnbox .ck, .wenzhang .tp_btnbox .ck:hover {
	display: inline-block;
	border: none;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-align: center;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	margin: 0 10px;
}
.wenzhang .wenjuan_yzm .verification {
	width: 96px;
	height: 26px;
	line-height: 26px;
	border: #ddd 1px solid;
	margin-right: 5px;
}
.wenzhang .wztxt, .wenzhang .wzarea {
	border: 1px solid #D6D6D6;
	color: #666;
	float: left;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	width: 240px;
	margin-top: 4px;
}
.wenzhang .wzarea {
	width: 520px;
	height: 120px;
	padding: 2px 5px;
	line-height: 22px;
	margin-top: 4px;
}
.wenzhang .wzbtn {
	border: 0 none;
	background: #0199E4 !important;
	margin: 4px 0;
	color: #fff;
	text-align: center;
	height: 30px;
	cursor: pointer;
	width: 70px;
}
.wzewm {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.flow_btn {
    position: fixed;
    left: 20px;
    top: 500px;
    z-index: 9999;
}       
.flow_btn2 {
	z-index: 9998;
}
.flow_btn ul li {
    margin-bottom: 5px;
    width: 44px;
    border-radius: 3px;
position: relative;
}
.flow_btn ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    border-radius: 3px;
}

.icon_fav {
	  background-size: 42px 42px;
	  display:block;
      width:44px;
      height:44px;
      text-indent:-9999px;
      border-radius:3px;
      background:#6e7b9c url(cosmos_top.png) no-repeat center center;
      margin-bottom:5px;
}
      
.icon_p {
	background: #6e7b9c url(cosmos_printe.png) no-repeat center center;
	background-size: 42px 42px;
}

.icon_fb {
	background: #6e7b9c url(cosmos_font_big.png) no-repeat center center;
	background-size: 42px 42px;
}

.icon_fm {
	background: #6e7b9c url(cosmos_font_middle.png) no-repeat center center;
	background-size: 42px 42px;
}

.icon_fs {
	background: #6e7b9c url(cosmos_font_small.png) no-repeat center center;
	background-size: 42px 42px;
}

.icon_back_top {
    background: #6e7b9c url(cosmos_back_top@2x.png) no-repeat center center;
    background-size: 42px 42px;opacity:0.3;
}
.icon_sc {
	background: #6e7b9c url(cosmos_top.png) no-repeat center center;
	background-size: 42px 42px;
}
