/* 全局定义##################################################################*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	border:0;
	letter-spacing: normal;
}

body{	
	background-color: #f5f5f5;
/* 	background-image: url(../images/bg.png) ;	
	background-repeat: repeat;
	background-position: top center; */
	/* background: url(../images/bg.png) no-repeat bottom center, linear-gradient(to bottom left, #fdf370 0%, #77d452 100%);	 */
	color:#878787;
	font:14px/1.8 "微软雅黑",Verdana, Arial, Microsoft Yahei, sans-serif;	
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {	
	padding-right:0px;
	padding-left:0px
}


.tb_table {
	width: 90%;
	border-collapse: collapse;
	margin: 20px auto 0 auto;
	font-family: Arial, sans-serif;
}
.tb_table th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}
.tb_table th {
	background-color: #f2f2f2;
	font-weight: bold;
}
.tb_table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.tb_table tr:hover {
	background-color: #f1f1f1;
}
.tb_table .total-row {
	font-weight: bold;
	background-color: #e6e6e6;
}

.list-group-item {   
    margin-bottom: -3px;
}

.banner{	
	background-color: #45aae9;
	background-image: url(../images/banner-bg.png); 
	background-repeat: repeat-y;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

.banner img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.banner02{	
	background-color: #45aae9;
	background-image: url(../images/banner-bg02.jpg); 
	background-repeat: repeat-y;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

.banner02 img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.banner03{	
	background-color: #45aae9;
	background-image: url(../images/banner-bg03.jpg); 
	background-repeat: repeat-y;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

.banner03 img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.banner04{	
	background-color: #45aae9;
	background-image: url(../images/banner-bg04.jpg); 
	background-repeat: repeat-y;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

.banner04 img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.banner05{	
	background-color: #f25c48;
	background-image: url(../images/banner-bg05.jpg); 
	background-repeat: repeat-y;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

.banner05 img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}


/* 导航 nav */
.nav{		
	width:100%;
	margin:0px auto;
	overflow: hidden;
	text-align:center;
}
.nav ul{list-style: none;margin:20px 0;padding:0;}
.nav ul li {
	display: inline-block;	
	margin: 0 10px;
}

.btn-def {
    color: #fff;
    padding: 0 35px;
    background: #f25c48;
    overflow: hidden;
    border-radius: 40px;
    font-size: 16px;
	margin: 10px auto;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #f25c48;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-def::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.btn-def:hover {
    background: #fff;
    border: 1px solid #f25c48
}

.btn-def:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.btn-def:hover span {
    opacity: 1;
    color: #f25c48;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn-def:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s
}

.btn-def:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.btn-def:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.btn-def:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.btn-def:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.btn-def:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.btn-def:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.btn-def:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.btn-def:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.btn-def:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.btn-def:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.btn-def:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.btn-def:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.btn-def:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.btn-defn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.btn-def:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.btn-def:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.btn-def:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.btn-def:focus {
    outline: 0;
    box-shadow: none
}

.btn-def span {
    display: inline-block;
    padding: 7px 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.btn-def.active {
   
    color: #fff;
}


.list-group{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0; 
}
.list-group .list-group-zhw{
	border: 0px solid #ddd; 
	padding: 10px 30px 0 30px;
}

.list-group .list-group-item:first-child,
.list-group .list-group-zhw:first-child{    
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.list-group:last-child .list-group-item:last-child, 
.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.list-group-zhw dl{    
	margin-top: 0px;
    margin-bottom: 2px;
}
.list-group-zhw dl dt{ 
	color: #f25c48;
	margin-bottom:10px;
	font-weight:700;
	padding-left:28px;
}
.list-group-zhw dl dd{	
	line-height: 26px;
}
.list-group-zhw dl dd span{
	display: block;
	text-indent: 28px;	
	line-height: 28px;
}

.note-def{
	    background-image: -webkit-linear-gradient(left, #f25c48, #fff, #fff);
	    color: #fff;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    margin: 10px 0 0 0;
	    padding:6px 0 6px 20px;
	    line-height: 26px;
	    border-radius: 10px;
	}


/* 带() 内容标记*/
.kuohao_text{
	text-indent: 22px!important;
	font-weight: 400;
}


/*ad*/
.ad{
	margin: 20px auto 10px auto;
	overflow: hidden;
	text-align: center;
}

.ad img{
	background-color: transparent;
	border: 0;
	padding: 0;
}



/*copyright*/
.copyright{
    background-color: #f25c48;
}
.copyright p {
    padding: 12px 0;
    color: rgba(255, 255, 255, .8);
    margin: 0 auto;
}
.copyright p a {
    color:rgba(255, 255, 255, .8);
    text-decoration: none;
}
.copyright p a:hover{    
    text-decoration: underline;
}
/*----------------copyright  end----------------*/


