body{
	background: url(../../images/qdn/body-bg.png) no-repeat center 24px,url(../../images/qdn/bg.png) repeat center center;
	background-size: 100% auto;
}
#header{
	background: url(../../images/qdn/header-bg.png) repeat-x center center;
	color: #333;
	font-size: 12px;
	height: 30px;
}
#header ul li{
	float: left;
	padding: 0;
	list-style: none;
	color: #fff;
	line-height: 30px;
}
#header ul.l li{
	margin-right: 20px;
	font-weight: bold;
}
#header ul.r li{
	margin:0 5px; 
}
#header ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#header ul li img{
	margin: -3px 5px 0 0;
}
#header .search{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 30px;
}
#header .search span{
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	float: left;
}
#header .search-input{
	border: 1px solid #ccc;
	border-radius: 15px;
	width: 210px;
	height: 24px;
	background: #fff;
	margin-top: 2px;
	overflow: hidden;
}
#header .search input[type="text"]{
	width: 80%;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
	height: 100%;
	border:0;
	float: left;
	background: url(../../images/qdn/search.png) no-repeat 5px center;
	background-size: 15px auto;
}
#header .search input[type="button"]{
	width: 20%;
	font-size: 14px;
	color: #388307;
	height: 100%;
	border:0;
	padding: 0;
	float: left;
	background: transparent;
}
#header .search input[type="submit"]{
	width: 20%;
	font-size: 14px;
	color: #388307;
	height: 100%;
	border:0;
	padding: 0;
	float: left;
	background: transparent;
}

/*logo*/
#logo{
	height: 198px;
}
#logo a{
	display: inline-block;
	margin-top: 44px;
}
#logo #banner{
	height: 198px;
	width: 598px;
	right: 0;
	bottom: 0;
	position: absolute;
}
#logo #banner .swiper-slide img{
	width: 100%;
	height: 100%;
}

/*nav*/
#nav{
	background: url(../../images/qdn/nav-bg.png) no-repeat center center;
	background-size: 100% 100%;
}
#nav ul,#nav2 ul{
	display: block;
	width: 100%;
	overflow: hidden;
}
#nav ul>li{
	float: left;
	list-style: none;
	width: 100px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	background: url(../../images/qdn/nav-line.png) no-repeat right center;
}
#nav ul>li:last-child{
	background:transparent;
}
#nav ul>li>a{
	height: 54px;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#nav ul>li.active>a{
	background: #b8c59c;
	color: #638c0b;
	font-weight: bold;
	padding: 0;
}
#nav ul>li:hover>a{
	background: #b8c59c;
	color: #638c0b;
	font-weight: bold;
}
/*nav2*/
#nav2{
	background:#f9fcfe;
	border: 1px solid #dae6ee;
}
#nav2 ul li{
	float: left;
	list-style: none;
	padding: 0 0 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
#nav2 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../images/qdn/right.png) no-repeat left center;
	padding: 0 5px 0 15px;
	color: #484848;
}
#container{
	min-height: 500px;
}
.container{
	width: 1200px;
	margin:0 auto;
}
#news{
	width: 400px;
	height: 250px;
	margin: 0;
	float: left;
	margin-right: 10px;
}
#news .swiper-slide img,#news-thumb .swiper-slide img{
	width: 100%;
	height: 100%;
}
#news-thumb{
	width: 113px;
	height: 250px;
	margin: 0;
	float: left;
	margin-right: 10px;
}
#news-thumb .swiper-slide.swiper-slide-active,#news-thumb .swiper-slide.active{
	border: 1px solid red;
}
/*floor1-title*/
.floor1,.floor2{
	background: #fff;
}
.floor1-left{
	width: 935px;
	padding-right: 15px;
}
.floor1-right{
	width: 265px;
	background: #e9e8e8;
	padding: 10px;
	border: 1px solid #ddd;
}
.floor1-news{
	width: 387px;
	padding: 0 5px;
	float: left;
}
.floor1-title{
	font-size: 16px;
	color: #008cd6;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 3px solid #008cd6;
}
.floor1-title sub{
	color: #b0bdab;
	left: 10px;
}
.floor1-title a{
	float: right;
}
.list{
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
}
.list li{
	float: left;
	list-style: none;
	padding: 0;
	font-size: 14px;
	width: 100%;
	height: 26px;
}
.list li.active a,.list li:hover a{
	color: #008cd6;
}
.list li a{
	display: block;
	width: 100%;
	color: #484848;
	padding: 3px 0 3px 20px;
	background: url(../../images/qdn/list-style.png) no-repeat left center;
}
.list li a span{
	float: right;
}
/*type*/
.type{
	width: 453px;
	padding-left: 10px;
}
.type .k{
	padding: 15px 5px 15px 0;
	border: 2px solid #008cd6;
	height: 135px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.type span{
	font-size: 18px;
	color: #008cd6;
	width: 20px;
	display: inline-block;
	margin-left:-11px;
	background: #fff;
	text-align: center;
}
.type .swiper-container{
	width: 90%;
	margin: 0;
	float: right;
	margin-left: 30px;
}

.type .swiper-slide img{
	height: 100%;
	width: 100%;
}
/*type2*/
.type2{
	width: 452px;
	border:1px solid #008cd6;
	height: 240px;
}
.type2-title{
	background: url(../../images/qdn/bg-title.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: 18px;
	color: #fff;
	height: 45px;
	padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.type2-title span{
	/*text-shadow: .2rem 0rem .1rem #008cd6,-.2rem 0rem .1rem #008cd6,0rem .2rem .1rem #008cd6,0rem -.2rem .1rem #008cd6;*/
	font-weight: 900;
	color: #fff;  
    -webkit-text-stroke: 1px #008cd6; 
	line-height: 1;
}
.type2-title p{
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 900;
	color: #666;
	line-height: 1;
}
/*notice*/
#notice{
	background: #fff;
	padding: 10px 10px 5px;
	border:1px solid #ddd;
	margin-bottom: 10px;
}
.link{
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	padding: 0 10px;
	border:1px solid #ddd;
	height: 57px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.link p{
	margin-bottom: 0;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
}
.link1{
	background: #fff url(../../images/qdn/right-nav1.png) no-repeat center center;
}
.link1 b{
	color: #ff6600;
}
.link2{
	background: #fff url(../../images/qdn/right-nav2.png) no-repeat center center;
}
.link2 b{
	color: #55a8ee;
}
.contact{
	margin-top: 10px;
	background: #fff;
	padding: 10px 10px 5px;
	border:1px solid #ddd;
}
.contact .floor1-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.contact .floor1-title div{
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact .floor1-title p{
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
}
.contact-info{
	padding: 19px 0;
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-info p{
	font-size: 16px;
	color: #666;
	margin:10px 0 0;
}
.contact-info a{
	display: block;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	background: url(../../images/qdn/right-nav3.png) no-repeat center center;
	background-size: 100% 100%;
}

/*list-title*/
.lists{
	width: 390px;
	height: 330px;
	float: left;
	padding: 0 10px;
	border:1px solid #72c2fb;
	border-radius: 20px 20px 0 0;
	margin: 15px 15px 0 0;
}
.lists:nth-child(3n){
	margin-right: 0;
}
.list-title{
	padding: 14px 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.list-title span{
	font-size: 18px;
    color: #72c2fb;
    font-weight: bold;
}
.list-title p{
	font-size: 14px;
    color: #666;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1;
}
.list2 img{
	width: 100%;
	height: 67px;
	border:1px solid #70ac60;
}
.list2 ul{
	overflow: hidden;
	padding: 10px 0;
	display: block;
	width: 100%;
}
.list2 ul li{
	list-style: none;
	width: 100%;
	padding: 0;
	font-size: 14px;
}
.list2 ul li.active a,.list2 ul li:hover a{
	color: #008cd6;
}
.list2 ul li a{
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #1e1e1e;
}
.list2 ul li a:before{
	content:'·';
	color: #333;
	margin-right: 5px;
}
.list2 ul li a span{
	float: right;
	color: #999;
}
/*floor3*/
.floor3{
	padding: 10px;
	margin-top: 15px;
	background: #fff;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
/*titles*/
.titles{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 60px;
    height: 192px;
    width: 50px;
    position: relative;
}
.titles span{
	width: 20px;
	font-size: 18px;
	color: #008cd6;
    font-weight: bold;
}
.titles p{
	position: absolute;
	right: -65px;
	top: 90px;
	font-size: 16px;
	color: #999;
	margin:0;
	white-space:nowrap;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#school-img .swiper-slide{
	padding: 10px 10px 0;
	background: #f0f0f0;
}
#school-img .swiper-slide img{
	height: 130px;
	width: 100%;
}
#school-img .swiper-slide span{
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
/*friendlink*/
.friendlink{
	margin-top: 15px;
	background: #fff;
	padding: 20px;
	border: 1px solid #21a807;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.friendlink span{
	color: #21a807;
	font-size: 14px;
	margin-right: 10px;
}
.friendlink ul li{
	float: left;
	list-style: none;
	margin-right: 10px;
	color: #333;
	padding: 0;
	font-size: 14px;
}
.friendlink ul li a{
	color: #333;
}
/*footer*/
#footer{
	background: url(../../images/qdn/footer.png) no-repeat left bottom;
	background-size: 100% 100%;
	height: 156px;
	padding: 20px 0 30px;
}
#footer .container{
	padding-left: 400px;
}
.web-nav{
	display: table;
	margin: 0 auto 10px;
	overflow: hidden;
}
.web-nav li{
	float: left;
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 5px 4px;
}
.web-nav li a{
	display: block;
	width: 100%;
	color: #333;
}
#footer p{
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 7px 0;
}