
/*Common For Max 960*/
@media only screen and (max-width: 1200px) {
	.wp {width: 960px;}
 	/*#banner .flexslider, #banner .flexslider .slides li{height: 550px;} */
	#sban,#sban div{height: 350px;}
	.ul-img2 li a{height: auto;padding-bottom: 50px;}
 	.fancybox-close{width: 55px;height: 55px;background-size: 100% 100% !important;right:-28px;top:-60px;}
}

/*Common For Max 768*/
@media only screen and (max-width: 959px) {
	.wp {width: 98%;}
 	/*#banner .flexslider, #banner .flexslider .slides li{height: 410px;} */
 	#hd{display: none;}
	#cui-mobile-header{display: block;box-shadow: 0 3px 10px #ddd;}
	#cui-mobile-header .logo img{height: 40px;margin-top: -16px;}
	.news{padding-right: 5px;margin-bottom: 20px;}
	.remarks{padding-left: 5px;border: 0;}
	.ul-img1 li{margin-bottom: 16px;}
	.f-copyright,.f-logo{text-align: center;}
	.f-logo{margin-top: 10px;}
	.f-logo img{float: none;}
	.tit2{text-align: center;}
	.fd-row1{padding: 15px 0 20px 0;}
	.flex-control-nav{bottom:15px;}
	.marquee strong{display: none;}
	.marquee .bd{left:0;}
	#sban{display: none;}
	.p-left{top:0;margin-top: 10px;margin-bottom: 10px;}
	.tit3{height: 45px;line-height: 45px;background:none;color: #333;font-size: 20px;}
	.snv {text-align: center;border-bottom: 1px solid #ddd;}
	.snv li{display: inline-block;*display: inline;zoom:1;border-bottom: 0;margin:0 5px;height: 35px;line-height: 35px;}
	.snv li a{background: none;padding-left: 0;}
	.snv li.on a,.snv li a:hover{background: none;}
	.p-right{padding: 0;}
	.tit4{display: none;}
	.newsTop .img,.newsTop .txt{width: 100%;}
	.contact .txt{margin-bottom: 40px;}
	.contact .pic{text-align: center;}
	.contact .pic img{float: none;}
	.txtBox-tit span{float: none;display: inline-block;margin-right: 10px;}
	.txtBox .g-35{padding: 0;}
	.renwu .g-35 img{float: none;margin-top: 20px;}
 	.fancybox-close{width: 40px;height: 40px;right:-20px;top:-45px;}


   .flex-direction-nav a{-webkit-background-size: 80% 80%;
   background-size: 80% 80%;width: 30px;height: 30px;top: 60%;}
}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {
 	.ul-link li{text-align: center;}
 	.txtBox-tit{text-align: center;}
 	.apply-form li{padding-right: 0;margin-bottom: 20px;}
 	.apply-form li p em{top:-22px;right:0;}
 	#fd{margin-bottom: 45px;}
 	#fixed-fd{display: block;}
  .ul-img3 li img,.ul-img4 li img{max-height:none;}
  .newsTxt img{width: 100%;}
  .ul-list1 li .txt{width: 50%;}
  /*	#banner .flexslider, #banner .flexslider .slides li{height: 328px;}  */

}
}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {

/*	#banner .flexslider, #banner .flexslider .slides li{height: 205px;}  */

}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	 

}



/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

 

}



/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}



/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

 

}



/*240*/
@media only screen and (max-width: 319px) {

 

}