/* 全局定义##################################################################*/
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-image: -webkit-linear-gradient(top, #5e82dd , #92bee1 );
	color:#878787;
	font:14px/1.8 "微软雅黑",Verdana, Arial, Microsoft Yahei, sans-serif;	
}

.list-group-item{
	margin-bottom: -2px;
}

.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
}

	
.title_text {
    margin: 60px auto 10px auto;
    overflow: hidden;
    text-align: center;     
}
	
.title_text p{
    color: #fff; 
	text-shadow:3px 3px 2px rgba(18,83,162,.8);	    
    font-size: 68px;
	letter-spacing:15px;
    font-weight: 600;      
}

.btn-def {
    color: #2a53bb;
    padding: 0 30px 1px 30px;
	background-image: -webkit-linear-gradient(top, #ffef7f, #fec844, #f7c85a);   
    overflow: hidden;
    border-radius: 50px;
    font-size: 36px;
	margin: 0 auto 10px auto ;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #2953bc;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}


.topnav{
	background-color: #1253A2;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
}


.banner{	
	/* background-image: url(../images/banner_bg.png); */
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	overflow: hidden;	
}




.header{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.header img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.xbrc-logo{
	margin: 0px auto;
}

.xbrc-logo img{
	border: 0px solid transparent;
	border-radius: 0px;
	margin: 6px auto;
}



/*##################################################################*/
.content{	
	background-color: #fff;
	border-radius: 10px;
	margin: 25px 10px 0px 10px;		
	overflow: hidden;
	border: 1px solid #eee;
	padding-bottom: 20px;
}

.content:hover{
	box-shadow: 0px 10px 30px rgba(170,170,170,.4)
}


.content a:hover{
	text-decoration: none;
}

.content a {
    color: #878787;
    text-decoration: none;
}

.top{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	height: 60px;
	background-color: #fdeeea;
	color: #ef562c;
	}	

.main p{
	font-size: 18px;
	padding: 20px 0 15px 0;	
	text-align:center
}	
.main{
	border-radius:0 0 10px 10px;	
	overflow: hidden;
	margin:0 auto;
	text-align:center	
}

.def-title-shnm{
	display: block;
	font-style: normal;
	padding: 5px 12px;
	margin-top: 8px;
	margin-left: 8px;
	font-size: 20px;
	font-weight: 600;
}

.btn-def-lqr{
    border: 1px solid #fdeeea!important;
}

.btn-def-lqr:hover{
	color: #fff;
    background-color: #00a7c6;
}


/* 学校名称 yqh */	
.school-name{
	margin-top: 25px;
	padding: 0 15px;
}

.school-name h3{
	color: #00a7c6;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
/* 	border-bottom: 2px solid #3a0f18; */
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.btn-def-sch{
	margin:40px auto 25px auto;
	color: #fff;
	font-size: 16px;	   
	padding: 10px 40px;
	border-radius: 0;
	background-color: #00a7c6;
    border: 1px solid #fdeeea!important;
}

.btn-def-sch:hover{
	color: #fff;
    background-color: #00a7c6;
}

/* 导航 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;
}

.main_con{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(../images/main_con_pic.png);
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 120px;
}


.list-group{
	margin: 0 auto;
	width: 970px;
}
.list-group .list-group-zhw{
	border: 0px solid #ddd; 
	padding: 12px 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;
	padding: 30px 30px 12px 30px;
}

.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;
	padding: 12px 30px 30px 30px;
}

.list-group-zhw dl{    
	margin-top: 0px;
    margin-bottom: 2px;
}
.list-group-zhw dl dt{ 
	color: #2a53bb;
	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;
}

.contact_ul_div{
	margin:0 auto;
	text-align: center;
	
}

.contact_ul_div .img-thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
}

/* 带() 内容标记*/
.kuohao_text{
	text-indent: 22px!important;
	font-weight: 400;
}


/*copyright*/
.copyright{
    background-color: #6285de;
}
.copyright p {
    padding: 8px 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----------------*/


