@charset "utf-8";
/* CSS Document */


/*加载动画*/

#preloader {
	position:fixed;
	z-index:2500;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:99999999; 
}

#status {
	position:fixed;
	z-index:99999999;
	width:150px;
	height:60px;
	position:absolute;
	left:50%; 
	top:50%; 
	/*background-image:url(../img/status.gif); 
	background-size:64px 64px;
	background-repeat:no-repeat;
	background-position:center;*/
	margin:-30px 0 0 -75px; 
}

#status p{
	top:30%;
	font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 30px;
	overflow: hidden;
    position: relative;
	vertical-align: baseline;
}

#status em{
	font-size:10px!important;
	display:block;
	font-style:normal;
}

.center-text{	
	display:block; 
	text-align:center;
}

.spinner {
  margin: 0;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 20px;
  height: 20px;
  background-color:#3885d1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}


#head{
	width:100%;
	z-index:998;
	position:relative;
}
#head .logo{
	display:block;
	text-align:center;
	padding:12px 0;
}
#head .logo img{
	max-width:535px;
	width:82%;
	display:inline-block;
	vertical-align:top;
}
.i_nav{
	height:45px;
	line-height:45px;
	overflow:hidden;
	width:100%;
	background:url(../img/nav_bg.png);
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.i_nav li{
	float:left;
	width:25%;
}
.i_nav li a{
	display:block;
	font-size:14px;
	color:#fff;
	border-right:1px solid rgba(255,255,255,0.3);
	text-align:center;
}
.i_nav li:last-child a{
	border-right:0px solid rgba(255,255,255,0);
}
.i_nav li a:hover{
	background-color:rgba(0,0,0,0.3);
}

#head .i_h{
	width:25px;
	position:absolute;
	right:12px;
	height:30px;
	background:url(../img/dh_ico.png) no-repeat center center;
	background-size:25px;
	display:block;
	top:5px;
}
#head .i_h{
	cursor:pointer;
	-webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   transition-duration: 0.4s;
   transform: translateX(0px);
  -webkit-transform:translateX(0px);
  -moz-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -o-transform:translateX(0px);
}
#head .i_h.is-clicked{
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(-180px);
  -webkit-transform:translateX(-180px);
  -moz-transform:translateX(-180px);
  -ms-transform:translateX(-180px);
  -o-transform:translateX(-180px);
}

/*nav*/


.page-navigation{
	position:relative;
	margin-top:0px;
	max-height:0px;/*set 0*/
	width:100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	overflow:hidden;
}
.page-navigation-active{
	max-height:1200px;	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.page-navigation a{
	border-bottom:solid 1px #B3B3B3;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-family:'Lato', sans-serif;
	color:#222;
	transition:all 400ms ease;	
	display: block;
    overflow: hidden;
    position: relative;
}
.nav-item a i{
	margin-right:20px;	
	margin-left:20px;
	display:inline-block;
	width:14px;
	transition:all 400ms ease;
}
.nav-item a.s_a{
/*	background:url(../img/s_ico.png) no-repeat;
	background-size:20px;*/
	padding-left:30px;
	color:#222;
}

.nav-item a:hover{
	background-color:rgba(0,0,0,0.05);
	transition:all 400ms ease;
}
.nav-item a .icon-youyou{
	float:right;
	line-height:50px;	
	width:50px;
	text-align:center;
	margin-right:0px;
	font-size:16px;
}
.nav-item a .icon-dian{
	float:right;
	line-height:50px;	
	width:50px;
	font-size:20px;
	text-align:center;
	color:#999;
	margin-right:0px;
}
.submenu-items {
	background:#f0f0f0;
	max-height:0px;
	transition:all 400ms ease;	
	display: block;
    overflow: hidden;
    position: relative;
}
.submenu-items-active{
	max-height:500px;
	transition:all 400ms ease;	
}
.submenu-items a{
	font-size:12px;	
	padding-left:50px;
	border-bottom:1px solid #aaa;
}
.submenu-items a:hover{
	background:#dedede;
	color:#000;
}
.deploy-navigation-active{
	-moz-transform: rotate(90deg)!important;
	-webkit-transform: rotate(90deg)!important;
	-o-transform: rotate(90deg)!important;
	-ms-transform: rotate(90deg)!important;
	transform: rotate(90deg)!important;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


#main{
	padding-bottom:45px;
}


.foot{
	background:#E5E5E5;
	color:#656565;
	padding:12px 5px;
	line-height:23px;
	font-size:13px;
	text-align:center;
	margin-bottom:42px;
}
.foot a{
	color:#656565;
}
.foot a:hover{
	color:#000;
}
.f_nav a{
	padding:0 5px;
}

.foot_dh{
	height:42px;
	line-height:42px;
	background:#0189E1;
	position:fixed;
	z-index:99;
	left:0;
	width:100%;
	bottom:0;
}
.foot_dh li{
	float:left;
	width:33.3333%;
}
.foot_dh li a{
	display:block;
	color:#fff;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	border-right:1px solid rgba(255,255,255,0.2);
}
.foot_dh li a img{
	display: inline-block;
    height: 19px;
    padding: 11px 5px;
    vertical-align: top;
}
.foot_dh li a p{
	display: inline-block;
}



/*首页*/

.slideBox {
	position: relative;
	max-width:640px;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top:-45px;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
}
.slideBox .bd li img{ 
	width:100%;  
	height:auto; 
	display:block;   
}
.slideBox .hd {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom:10px;
	z-index: 999 !important;
	font-size:0;
}
.slideBox .hd li {
	width:8px;
	height: 8px;
	background:rgba(255,255,255,0.6);
	font-size: 0;
	display: inline-block;
	overflow: hidden;
	margin:0 4px;
	border-radius:50%;
}
.slideBox .hd li.on {
	background:#fff;
	opacity: 1;
}



.ind_new{
	padding:15px 6px 6px; 
	max-width:628px;
	margin:0 auto;
}
.tab-hd{
	height:36px;
	line-height:36px;
	position:relative;
	padding:0 6px;
}
.tab-hd ul{
	width:100%;
}
.tab-hd li{
	cursor:pointer;
	font-size:14px;
	color:#fff;
	text-align:center;
	position:relative;
	background:#0189E1;
	margin-right:10px;
	border-radius:2px;
	float:left;
	width:90px;
}
.tab-hd li.on{
	background:#55C152;
}
.tab-hd li.on:before{
	position:absolute;
	content:"";
	left:50%;
	bottom:-5px;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right:5px solid transparent;
    border-top: 5px solid #55C151;
}
.tab-hd .more{
	position:absolute;
	right:6px;
	font-size:13px;
}
.tab-hd .more a{
	color:#656565;
}


.tab-pal ul{
	padding:12px 0px 0px;
}
.tab-pal ul li{
	float:left;
	width:50%;
}
.tab-pal ul li.w100{
	width:100%;
}
.tab-pal ul li a{
	display:block;
	padding:6px;
}
.tab-pal ul li .img{
	width:100%;
	position:relative;
	padding-bottom:73.3333%;
	overflow:hidden;
}
.tab-pal ul li img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.i_cptj{
	overflow:hidden;
	padding:0 6px 10px;
	max-width:628px;
	margin:0 auto;
}
.i_cptj .cp_tt{
	border-bottom:2px solid #55C151;
	height:40px;
	line-height:40px;
	margin:0 6px;
	position:relative;
}
.i_cptj .cp_tt h3{
	float:left;
	font-size:16px;
	color:#333;
}
.i_cptj .cp_tt h3 span{
	color:#656565;
	font-size:14px;
	display:inline-block;
	padding-left:2px;
}
.i_cptj .cp_tt:before{
	position:absolute;
	height:2px;
	left:0;
	width:65px;
	background:#0189E1;
	bottom:-2px;
	content:"";
}
.i_cptj .cp_tt a{
	float:right;
	font-size:12px;
	color:#656565;
}
.i_cptj ul{
	padding-top:6px;
}
.i_cptj ul li{
	float:left;
	width:50%;
}
.i_cptj ul li a{
	display:block;
	padding:6px;
}
.i_cptj ul li .img{
	width:100%;
	position:relative;
	padding-bottom:83.3333%;
	overflow:hidden;
}
.i_cptj ul li img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.i_cptj ul li p{
	line-height:25px;
	font-size:13px;
	height:25px;
	overflow:hidden;
	padding-top:6px;
}

#ss_com{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
	display:none;
}
.ss_bg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
}
.ss_pad{
	width:90%;
	margin:15% auto 0;
	position:relative;
	z-index:999;
	border-radius:6px;
	max-width:620px;
	text-align:center;
}
.ss_pad img{
	width:70%;
	max-width:280px;
	z-index:9999;
	position:relative;
}



/*子页面*/

.mag_15{
	margin:0 15px;
}

.s_main{
	padding-bottom:70px !important;
}


.s_tt{
	height:40px;
	line-height:40px;
	padding:0px 15px 0;
	text-align:center;
	position:relative;
	background:#0089E1;
}
.s_tt span{
	display:inline-block;
	font-size:18px;
	color:#fff;
}
/*.s_tt a.fh{
	float:right;
	padding-left:18px;
	color:#fff;
	font-size:14px;
	background:url(../img/fh.png) no-repeat left center;
	background-size:9px;
	line-height:40px;
	height:40px;
}
*/
.s_tt2{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #D7D7D7; 
	position:relative;
	background:#E8E8E8;
	width:100%;
	margin-bottom:2px;
}
.s_tt2 a{
	float:left;
	padding:0 2%;
	cursor:pointer;
	font-size:14px;
	color:#333333;
	position:relative;
	display:block;
}
.s_tt2 a.on{
	background:#FFFFFF;
	border-top:2px solid #C5011B;
}
.s_tt2 a.on:before{
	position:absolute;
	height:39px;
	width:1px;
	overflow:hidden;
	background:#C9C9C9;
	content:"";
	left:0;
}
.s_tt2 a.on:after{
	position:absolute;
	height:39px;
	width:1px;
	overflow:hidden;
	background:#C9C9C9;
	content:"";
	right:0;
}
.s_tt2 a.on:first-child:before{
	background:none;
}

.ss_fw{
	margin-bottom:-4px;
	max-width:none;
}
.ss_fw li a{
	border-bottom:none;
	border-top:1px solid #c9c9c9;
}

.wt_list{
	padding:0 0px 20px;
}
.wt_list li{
	padding:15px 15px;
	border-bottom:1px dashed #D7D7D7;
}
.wt_list li .img{
	float:left;
	width:122px;
	height:100px;
	padding-right:15px;
}
.wt_list li img{
	width:100%;
	height:100%;
}
.wt_list li h3{
	font-size:15px;
	line-height:30px;
	height:30px;
}
.wt_list li p{
	color:#999999;
	font-size:13px;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	padding-top:5px;
}

.pj_list{
	overflow:hidden;
	max-width:640px;
	margin:0 auto;
	padding-bottom:12px;
	padding-top:5px;
}
.pj_list ul{
	padding:2%;
}
.pj_list li{
	width:50%;
	text-align:center;
	float:left;
}
.pj_list li a{
	display:block;
	padding:5%;
	text-align:center;
}
.pj_list li a .img{
	width:100%;
	position:relative;
	padding-bottom:83%;
}
.pj_list li a .img img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.pj_list li a p{
	font-size:14px;
	line-height:22px;
	padding-top:10px;
}

.art_img{
	padding:15px 0;
	text-align:center;
}
.art_img img{
	width:100%;
	max-width:620px;
}


.commm{
	padding:10px 15px 20px;
	line-height:2;
	overflow:hidden;
	text-align:justify;
	min-height:200px;
}
.commm img,.commm table{
	max-width:100% !important;
	height:auto !important;
}



.new_list{
	padding:10px 0px 20px;
}

.new_list ul li{
	padding:12px 15px;
	border-bottom:1px dashed #C9C9C9;
}
.new_list ul li a{
	display:block;
}
.new_list ul li a h3{
	font-size:16px;
	line-height:22px;
	padding-bottom:6px;
	padding-left:15px;
	background:url(../img/new_ico.png) no-repeat left 7px;
	
}
.new_list ul li a p{
	color:#999999;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
}
.new_list ul li a:hover h3{
	color:#C5011B;
}



.art_com{
	padding:20px 10px;
}
.art_tt{
	line-height:20px;
	font-size:18px;
	margin-bottom:15px;
}
.art_tit{
	line-height:24px;
	font-size:20px;
	margin-bottom:15px;
	padding:20px 0px 10px;
	border-bottom:1px solid #fff;
	margin:0 15px;
	text-align:center;
}

.art_tm{
	text-align:center;
	font-size:14px;
	color:#999999;
	padding-bottom:10px;
	border-bottom:1px solid #BBBBBB;
}




/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}




