/*common*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:'微软雅黑';vertical-align:baseline;}
body{background:#FFF; -webkit-text-size-adjust:none; font-size:12px;}
html,body{height:100%;}
blockquote,q{quotes:none;}
li{list-style-type:none;}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}
a{color:#333;text-decoration:none;}
a:hover{color: #000;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
img{width: 100%;}


/*color common*/
.blue{
	color:#0d6fb8 !important; 
}

.gray{
	color: #888888 !important;
}

.graygray{
	color: #dcdcdc;
}

.gray2{
	color: #999999;
}

.gray3{
	color: #666;
}

.white{
	color: #fff;
}

/*head*/
.fl{
	float: left;
}

.fr{
	float: right;
}

.clear{
	clear: both;
}

.container{
	max-width: 1120px;
	margin:0 auto;
}

.head{
	width: 100%;
	position: relative;
}

/*banner*/
.banner{
	width: 100%;
}

.sliderContainer{ 
	position:absolute; 
	width:100%;
}

.iosSlider{ 
	position:relative; 
	top:0; 
	left:0; 
	overflow:hidden; 
	width:100%; 
	height:660px;
}

.slider{ 
	width:100%; 
	height:100%;
}

.slider .item{ 
	width:100%; 
	height:100%;
}

.item .inner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.slideSelectors_box{
	width:1000px; 
	position:relative;
	margin:0 auto;
}

.item .inner a{
	display:block; 
}

.item .inner .selectorShadow{ 
	position:absolute; 
	left:0; 
	bottom:0; 
	/*background:url(../images/selector-shadow.png) no-repeat 0 0; */
	width:120px; 
	height:30px;
}

.prevContainer,.nextContainer{
	position: absolute;
	top: 0;
	width: 30px;
	padding:0 0 19.5% 0;
	z-index: 9;
}

.prevContainer{
	left: 11%;
}

.nextContainer{
	right: 11%;
}

.prevContainer .prev,.nextContainer .next{
	position: absolute;
	bottom: -20%;
	width: 100%;
	height: 30%;
	text-indent: -9999px;
}

.prevContainer .prev{
	background: url(../images/pre.png) no-repeat;
}

.prevContainer .prev:hover{
	background: url(../images/preon.png) no-repeat;
}

.nextContainer .next{
	background: url(../images/next.png)  no-repeat;
}

.nextContainer .next:hover{
	background: url(../images/nexton.png)  no-repeat;
}

.logo{
	width: 20.53572%;
}

/*nav*/
.nav{
	width: 100%;
	position: absolute;
	background:rgba(255,255,255,0.7);
	z-index: 11;
}

.navaindex{
	width: 65px !important;
}

.navbar{
	font-size: 18px;
	padding-top: 45px;
}

.navbar li{
	float: left;
	width: 105px;
	position: relative;
	text-align: center;
	height: 50px;
}

.navbar li a{
	display: block;
	color: #333333;
}

.navbar li a:hover{
	background: url(../images/point.png) no-repeat 0 7.5px;
}

.nava {
	background: url(../images/point.png) no-repeat 0 7.5px;
	color: #0d6fb8 !important;
}

.navbar li a:hover{
	color: #0d6fb8;
}

.navbar li ul{
	position: absolute;
	top:35px;
	left:0px;
	background:rgba(255,255,255,0.8); 
	border-radius: 5px;
	padding:10px 0;
	display: none;
}

.navbar li ul li{
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	white-space:nowrap;
}

.navbar li ul li a:hover{
	background: #0d6fb8;
	color: #fff;
}

.a1{
	display: none;
}

.a2{
	display: block;
}

.apply-pup{
	margin-right: 20px;
	margin-top: 4%;
	background:url(../images/navbg.png) right center no-repeat; 
	width:24px;  
	display:block; 
	text-indent: -9999px;
}

/*main*/
.main{
	width: 100%;
	float: left;
	margin-top: 660px;
}

.band{
	float: left;
	width: 100%;
}

.band_head{
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 20px;
	line-height: 95px;
	margin-bottom: 15px;
}

.band_content{
	float: left;
	width: 100%;
}

.band_content li{
	float: left;
	width:16.51786%;
	margin:0 1.742466%;
	text-align: center;
}

.band_content li a{
	font-size: 16px;
	color: #333;
}

.band_content li a:hover{
	color:#0d6fb8;
}

.listbox{
	width: 100%;
	float: left;
	background: #f8f8f8;
	max-height: 405px;
	margin-top: 95px;
}

.listboxrow li{
	float: left;
}

.listleft{
	width: 64%;
}

.listright{
	width: 36%;
}

.news_logo{
	float: left;
	width: 27.9%;
	max-height: 150px;
	overflow: hidden;
}

.listhead{
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 80px;
	text-align: center;
}

.box{
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

.list_detail{
	float: left;
	padding:6px 0 0 4.8%;
	width: 60%;
}

.list_detailh{
	width: 100%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	padding-bottom: 8px;
}

.list_detailh a{
	color: #333333;
	padding-right: 15px;
}

.sizefourth{
	font-size: 14px;
}

.list_content{
	width: 100%;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}

.question{
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.question_logo{
	float: left;
	width: 14.8883%;
}

.question_tit{
	width: 78%;
	float: right;
	font-size: 16px;
}

.question_tit a{
	color: #333;
}

.question_detail{
	width: 78%;
	float: right;
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}

.aboutlist{
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.aboutlist li{
	float: left;
	width: 50%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.about_head{
	float: left;
	width: 100%;
	text-align: center;
	height: 105px;
	line-height: 105px;
	color: #666;
	font-size: 20px;
}

.about_img{
	width: 85.714%;
}

.footer{
	width: 100%;
	background: #29a7e1;
	padding:40px 0 55px 0;
}

.footer_navs{
	width: 100%;
	float: left;
	height: auto;
}

.footer_nav{
	float: left;
	width: 9.5%;
	padding-left: 3%;
	overflow: hidden;
}

.footer_head{
	font-size: 16px !important;
	padding-bottom: 16px !important;
}

.footer_nav li {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.footer_nav li  a{
	color: #fff;
}

.widthab{
	width:9% ! important;
	padding:0 !important;
	text-align: left !important;
}

.code{
	width: 39.9%;
	padding-left: 9.5666%;
}

.footerfr{
	width: 28%;
}

.address{
	width: 17.57%;
	padding-top: 15px;
	padding-left: 5%;
}

.footer_logo{
	width: 43.76%;
	padding-top: 15px;
}

.copyright{
	width:28.125%;
	font-size: 14px;
	color: #fff;
	padding-top: 35px;
	line-height: 25px;
}

.link{
	width: 71.875%;
	padding-top: 35px;
}

.link li{
	float: right;
	width: 15.1527%;
	padding-left: 0.89285%;
}

#menu{
	display: none;/*解决加载时导航栏闪现问题*/ 
}

/*子页*/
.bannerinner{
	width: 100%;
	position: absolute;
	height: 450px;
}

.headheight{
	height: 450px;
}

.bannerinner img{
	height: 100%;
	display: inline-block;
}

.wrap{
	width: 100%;
}

.title{
	float: left;
	width: 100%;
	color: #666666;
	text-align: left;
	margin-bottom: 26px;
	border-bottom: 1px dotted #999999;
}

.title li{
	font-size: 20px;
	float: left;
	padding:36px 3% 10px 0;
	text-align: center;	
}

.title li a{
	color: #666666;
}

.title li a:hover{
	color:#0d6fb8;
}


.article{
	width: 92.8572%;
	padding:0 3.5714% 50px 3.5714%;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.list_honor{
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}

.list_honor li{
	float: left;
	width: 21%;
	padding:0 2% 25px 2%;
	max-height: 370px;
}

.list_honor li span{
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pages{
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.pages_total{
	width: 35%;
	float: left;
	text-align: right;
	color: #333333;
	font-size: 14px;
}

.pages_num{
	width: 60%;
	float: right;
}

.pages_num li{
	float: left;
	border:1px solid #dddddd;
	margin-right: 5px;
	margin-bottom: 6px;
}

.pages_num li a{
	display: block;
	padding:5px 10px;
	color: #333;
	background: #fff;
}

.pages_num li a:hover{
	background: #29a7e1;
	color: #fff;
}

.pageson{
	background: #29a7e1 !important;
	color: #fff !important;
}

.develop{
	float: left;
	width: 100%;
	padding-bottom: 50px;	
}

.develop li{
	float: left;
	width: 45%;
	padding: 0 2.5%;
	vertical-align: middle;
}

.event{
	float: left;
	width: 80%;
	text-align: right;
	font-size: 16px;
	vertical-align: middle;
	padding:15px 0;
	line-height: 25px;

}

.evnet_time{
	float: right;
	width:60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
	background: url(../images/time.png) no-repeat;
	vertical-align:middle;
}

.eventr{
	float: right;
	width: 80%;
	text-align: left;
	font-size: 16px;
	padding:15px 0;
	line-height: 25px;
}

.evnet_timer{
	float: left;
	width:60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
	background: url(../images/time.png) no-repeat;
}

.evnet_time:hover,.evnet_timer:hover{
	color: #0d6fb8;
	background: url(../images/timeon.png) no-repeat;
}

.mainpadding{
	padding-top: 40px;
}

.leftsider{
	float: left;
	width: 17.857%;
}

.rightsider{
	float: right;
	width: 78.375%;
}

.leftmenu{
	border: 2px solid #0d6fb8;
	border-radius: 5px;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.menuhead{
	padding-left: 10%;
	background: #0d6fb8;
	color: #fff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	margin-bottom: 3px;
}

.leftmenu li{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
}

.leftmenu li a{
	color: #505050;
	padding-left: 10%;
	display: block;
}

.leftmenu li a:hover{
	background: #0d6fb8;
	color: #fff;
}

.leftmenuon{
	background: #0d6fb8;
	color: #fff !important;
}

.rightmenu{
	float: left;
	width: 100%;
	font-size: 16px;
	padding-bottom: 30px;
}

.rightmenu li{
	float: left;
	padding:0 1% 10px 1%;
}

.rightmenu li a{
	color: #666;
}

.rightmenu li a:hover{
	color: #0d6fb8;
}

.product{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 60px;
}

.product_list{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.product_list li{
	float: left;
	width: 29.954%;
	margin-right: 3.2%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.product_list li img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 6px;
	border: 2px solid #ebebeb;
	margin-bottom: 10px;
}

.product_list li a{
	color: #333333;
}

.product_list li a:hover{
	color: #0d6fb8;
}

.product_list li a span{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productsolid{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.pro_detail{
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pro_show{
	/*width: 45.61%;*/
	float: left;
}

.pro_atr{
	max-width: 50%;
	float:left;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}

.pro_atr_tit{
	font-size: 18px;
	color: #333333;
	padding-bottom: 25px;
}

.pro_intro{
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

/*插件样式*/

.ban{ width:400px; height:470px; position:relative; overflow:hidden;}
.ban2{ width:400px; height:400px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:400px; height:400px;}
.ban2 ul li img{height: 100%;overflow: hidden;}
.prev{ float:left; cursor:pointer;}
.num{ height:56px;overflow:hidden; width:350px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:400px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:50px; height:52px; margin-right:5px; padding:1px;border:1px solid #d7d7d7;}
.num ul li.on{ border:1px solid #ffa800; padding:2;}
.prev_btn1{width:20px; text-align:center; height:56px; margin-right:5px; cursor:pointer; float:left;}
.next_btn1{width:20px; text-align:center; height:56px;cursor:pointer;float:right;}

.vedio_tit{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	float: left;
}
.vedio{
	width: 80%;
	float: left;
	margin:0 10%;
	margin-bottom: 20px;
}

.vedio_intro{
	float: left;
	font-size: 16px;
	line-height: 35px;
	width: 80%;
	margin:0 10%;
	margin-bottom: 50px;
}

.quest{
	width: 100%;
	float: left;
	margin-top: -15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.quest li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
}

.quest_tit{
	padding-bottom: 10px;
}

.quest_tit a{
	color: #333333;
}

.press{ 
	float: left;
	margin-top: -26px;
	width: 100%;
	margin-bottom: 30px;
}

.press li{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dotted #d3d3d3;
}

.press_pic{
	float: left;
	width: 32.786%;
}

.press_detail{
	float: right;
	width: 63%;
	padding-top: 10px;
}

.press_tit{
	width: 100%;
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
}

.press_date{
	color: #999999;
	font-size: 14px;
}

.press_article{
	width: 100%;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	max-height: 145px;
	text-overflow: ellipsis;
}

.press_article a{
	color: #666;
}

.activity{
	float: left;
	width: 103.5%;
	margin:0  -1.75%;	
}

.activity li{
	float: left;
	width: 21.5%;
	padding:0 1.75%;
	text-align: center;
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
}

.act_dashed{
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;
}

.join{
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 50px;
}

.apply{
	float: left;
	width:58.5%;
	padding: 0 20.75%;
	margin-bottom:50px;
}

.apply_line{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;	
}

.apply_line label{
	float: left;
	width: 23%;
	line-height: 49px;
	color: #666666;
	text-align: left;
}

.apply_text{
	width: 71%;
	padding-left: 2%;
	float: left;
	height: 45px;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
	line-height: 45px;
	margin-right: 2%;
}

.red{
	line-height: 49px;
	color: #ff0000;
}

.sexchoce{
	width: 10% !important;
}

.apply_line textarea{
	width: 71%;
	padding-left: 2%;
	font-size: 16px;
	height: 240px;
	border-radius: 5px;
	border:1px solid #ccc;
	outline: none;
}

.apply_code{
	width: 36%;
	padding-left: 2%;
	float: left;
	height: 45px;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
	line-height: 45px;
	margin-right: 2%;
}

.code_img{
	width: 18.3%;
	float: left;
}

.apply_submit{
	float: left;
	width: 24.5%;
	font-size: 20px;
	background: #0d6fb8;
	color:#fff;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-left: 23%;
	height: 50px;
	outline: none;
	border:none;
	cursor: pointer;
	margin-top: 20px;
}

.map{
	float: left;
	width: 100%;
	color: #666666;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 50px;
}

.itemCon{
	width: 43%;
	margin:0 auto;
}

/*地图插件样式*/

.mapTipText{width: 280px;min-height:100px;background-color: #ffffff;background: #fff;}
.mapTipText .mapTipImg{height: 66px; width: 66px; float: left;border: 2px solid #ffffff; border-radius: 50%;overflow: hidden;margin: -12px 5px 0 -12px;}
.mapTipText .mapTipImg img{width: 100%;height: 100%;}
.mapTipText .mapTipList{float: left;background: #fff;}
.mapTipText .mapTipList h2{text-align: left;}
.mapTipText .mapTipList h2 a{font-size: 20px; color: #262626;text-decoration:none;}
.mapTipText .mapTipList h2 a:hover{ color: #0085d2;}
.mapTipText .mapTipList h2 a span{font-size: 16px;}
.mapTipText .mapTipList ul{ width: 96%;padding:0 2% 10px 2%;}
.mapTipText .mapTipList ul li{list-style: none;padding: 7px 3px 0 3px;float: left;font-size: 14px;}

.download{
	width: 96%;
	padding:0 2%;
	float: left;
	margin-bottom: 30px;
}

.download li{
	width: 100%;
	height: 40px; 
	line-height: 40px;
	border-bottom: 1px dotted #d3d3d3;
	font-size: 14px;
}

.down_tit{
	float: left;
	width:80%;
	padding-left: 2%; 
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/point.jpg) no-repeat 0 16px;
}

.down_load{
	width: 15%;
	float: right;
}

.date{
	color: #999999;
}

.down_btn{
	color: #0d6fb8;
	text-decoration: underline;
}

.contact{
	float: left;
	margin-top: 60px ;
	width: 100%;
}

.contact_left{
	float: left;
	width: 43.30%;
	background: #e6e6e6;
	color: #333333;
	border-radius: 5px;
}

.contact_link{
	height: 290px;
	padding-top:10px; 
	text-align: center;
	font-size: 18px;
}

.contact_tit{
	width: 100%;
	padding-bottom: 35px;
}

.contact_link_detail{
	float: left;
	width: 90%;
	padding: 0 5%;
}

.contact_link_detail li{
	float: left;
	width: 28%;
	padding: 0 2.5% 30px 2.5%;
}

.contact_right{
	float: right;
	width: 53.125%;
	height: 296px;
	border-radius: 5px;
	border:2px solid #e6e6e6;
}

.message{
	width: 100%;
	font-size: 18px;
	color: #333333;
	background: #e6e6e6;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.message_detail{
	width: 94%;
	padding:22px 3% 0 3%;
}

.message_line{
	width: 45.5%;
	padding-left: 2%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border:1px solid #d6d6d6;
	outline: none;
	font-size: 14px;
}

.messages_text{
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	border:1px solid #d6d6d6;
	height: 110px;
	outline: none;
	font-size: 14px;
	line-height: 30px;
}

.btn_messages{
	width: 15%;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #45b600;
	border:none;
	outline: none;
	margin-top:5px;
	border-radius: 5px;
	cursor: pointer;
}

.contact_bottom{
	margin-bottom: 100px;
}

.contact_address{
	width: 39.30%;
	padding: 30px 2% 0 2%;
	height: 330px;
	font-size: 16px;
	color: #333;
	line-height: 35px;
}

.weixin{
	float: left;
	width: 28%;
	padding-top: 30px;
	margin-right: 10%;
	text-align: center;
	line-height: 22px;
}

.contact_map{
	height: 356px;
}

/*自适应*/
@media screen and (max-width : 1120px){
	/*在移动端中浏览器会有自带的一个点击高亮效果*/
	*{-webkit-tap-highlight-color:transparent;}

	.logo{
		overflow: hidden;
		padding-left: 20px;
	}

	.prevContainer,.nextContainer{
		padding:0 0 30% 0;
	}

	.band_head{
		font-size: 17px;
		line-height: 80px;
		margin-bottom: 5px;
	}
	
	.band_content li a{
		font-size: 15px;
	}

	.listhead,.about_head{
		font-size: 17px;
	}

	.footer{
		width: 97%;
		padding:40px 1.5%;
	}

	.band_content li{
		margin:0 1.741566%;
	}

	.headheight,.bannerinner{
		height: 400px;
	}

	.title{
		width: 98%;
		padding-left: 2%;
	}

	.containter1{
		width: 97%;
		padding: 0 1.5%;
	}
		
		.pro_show{
		width: 100%;
	}

	.pro_atr{
		max-width: 100%;
	}

	.activity{
		width: 100%;
		margin:0;
	}

	.join{
		width: 96%;
		padding: 0 2%;
		padding-bottom: 50px;
	}

	.join_quest{
		width: 96%;
		padding: 0 2%;
	}

	.map{
		width: 96%;
		margin:0 2%;
		font-size: 14px;
	}

}


/*响应式布局*/
@media screen and (max-width :980px){
	.a1{
		display: block;
	}

	.a2{
		display:none;
	}
	
	.iosSlider{
		height: 450px;
	}

	.main{
		margin-top: 450px;
	}

	.listbox{
		margin-top:55px;
	}

	.listleft,.listright{
		padding:0 1.6%;
		width: 96.8%;
	}

	.question_logo{
		width: 7.999%
	}

	.question_tit,.question_detail{
		width: 88%;
	}

	.listbox{
		max-height: none;
	}

	.aboutlist li{
		width: 96.8%;
		padding:0 1.6%;
	}

	.about_img {
		width: 100%;
		margin:0 auto;
	}

	.aboutlist{
		margin-bottom: 60px;
	}

	.footer_nav{
		width: 13%;
		padding-left: 4%;
	}

	.widthab{
		width: 12% !important;
	}

	.footerfr{
		display: none;
	}

	.headheight,.bannerinner{
		height: 320px;
	}

	
	.title{
		font-size: 16px;
	}

	.article{
		font-size: 14px;
	}

	.event,.eventr{
		width: 78%;
	}

	.product_list li{
		width: 45%;
		margin-right: 5%;
	}

	.press{
		padding:0 2%;
		width: 96%;
	}

	.press_pic{
		width: 100%;
	}

	.press_detail{
		width: 100%;
	}

	.press_article{
		max-height: none;
	}

	.activity li{
		width: 30%;
		padding:0 1.6666666%;
		padding-bottom: 20px;
	}

	.join{
		font-size: 14px;
	}

	.apply{
		width: 96%;
		padding:0 2%;
	}

	.code_img{
		width: 15%;
	}

	.itemCon{
		width: 65%;
	}

	.down_tit{
		width: 70%;
	}

	.down_load{
		width: 25%;
	}

	.contact{
		width: 96%;
		padding: 0 2%;
	}

	.contact_link{
		width: 100%;
		height: auto;
	}

	.contact_right{
		margin-top: 30px;
		width: 100%;
	}

	.contact_address{
		width: 96%;
		height: auto;
		padding-bottom: 20px;
	}

}

@media screen and (max-width :640px){
	.apply-pup{
		margin-top:4%;
	}


	.prevContainer,.nextContainer{
		display: none;
	}

	.iosSlider{
		height: 420px;
	}
	.main{
		margin-top: 420px;
	}

	.band_head{
		line-height: 60px;
		font-size: 14px;
		margin-bottom:0px;
	}

	.band_content li a{
		font-size: 12px;
	}

	.question_logo{
		width: 10%
	}

	.question_tit,.question_detail{
		width: 82%;
	}

	.listhead{
		font-size: 14px;
		line-height: 50px;
	}

	.news_logo{
		display: none;
	}

	.list_detail{
		width: 95.2%;
	}

	.list_detailh{
		font-size: 13px;
	}

	.list_content{
		font-size: 12px;
	}

	.box{
		padding-bottom: 20px;
	}

	.question_tit{
		font-size: 13px;
	}
	.question_detail{
		font-size: 12px;
	}

	.listbox{
		max-height: none;
	}

	.about_head{
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	
	.aboutlist li{
		font-size: 12px;
	}
	
	.footer_navs,.link {
		display: none;
	}

	.footer{
		padding:20px 1.5%;
	}

	.copyright{
		width: 100%;
		padding:0;
	}

	.headheight,.bannerinner{
		height: 280px;
	}

	.title{
		margin-bottom: 20px;
	}

	.title li{
		font-size: 14px;
		padding:20px 5% 10px 0;
	}

	.article{
		font-size: 12px;
	}

	.list_honor li{
		width: 45%;
		padding:0 2.5%  10px 2.5%;
	}

	.pages_total{
		width: 99%;
		padding-left: 1%;
		text-align: left;
	}

	.pages_num{
		padding-left: 1%;
		width: 99%;
		margin-top: 10px;
	}

	.list_honor{
		font-size: 12px;
	}

	.pages{
		padding-bottom: 30px;
	}

	.develop li{
		width: 98%;
		padding:0 1% 20px 1%;
	}
	.event{
		font-size: 12px;
		float: right;
		padding-left: 5%;
		text-align: left;
		padding-top: 10px;
	}
	.eventr{
		font-size: 12px;
		padding-bottom: 0px;
		padding-top: 10px;
	}

	.evnet_time{
		float: none;
	}

	.evnet_time{
		font-size: 13px;
	}

	.mainpadding{
		padding-top: 20px;
	}

	.leftsider{
		width: 100%;
	}

	.rightsider{
		width: 100%;
	}

	.leftmenu{
		margin-bottom: 20px;
	}

	.product{
		margin-bottom: 20px;
	}

	.product_list li{
		width: 90%;
		padding-left: 5%;
	}

	.rightmenu{
		padding-bottom: 10px;
	}

	.menuhead{
		font-size: 16px;
	}

	.leftmenu li{
		font-size: 14px;
	}

	.rightmenu{
		font-size: 14px;
	}

	.product{
		font-size: 12px;
	}

	.product_list li a span{
		font-size: 12px;
	}

	.pro_detail{
		margin:0 auto;
	}

	.vedio_tit{
		font-size: 16px;
	}

	.vedio_intro{
		font-size: 13px;
	}

	.quest li{
		font-size: 14px;
	}

	.press_tit{
		font-size: 14px;
	}

	.press_article{
		font-size: 12px;
		line-height: 25px;
	}

	.press li{
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.activity {
		width: 90%;
		padding:0 5%;
	}

	.activity li{
		width: 100%;
		font-size: 14px;
	}

	.join{
		font-size: 12px;
	}

	.apply_line label{
		font-size: 14px;
		line-height: 34px;
	}

	.apply_text{
		height: 30px;
		line-height: 30px;
		width: 65%;
	}

	.red{
		line-height: 34px;
	}

	.sexchoce{
		width: 18% !important;
	}

	.apply_line textarea{
		height: 150px;
	}

	.apply_code{
		height: 30px;
		line-height: 30px;
	}

	.code_img{
		width: 21%;
	}

	.apply_submit{
		width: 30%;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.itemCon{
		display: none;
	}

	.date{
		display: none;
	}

	.down_load{
		width: 12%;
	}
}


@media screen and (max-width :500px){
	.iosSlider{
		height: 350px;
	}

	.main{
		margin-top: 350px;
	}

	.item .inner{
		background-position: 62% 0;
	}

	.headheight,.bannerinner{
		height: 210px;
	}

	.ban{
		width: 300px;
		height: 380px;
		margin:0 auto;
	}

	.ban2{
		width: 300px;
		height: 300px;
	}

	.ban2 ul li{
		width: 300px;
		height: 300px;
	}

	.num{
		width: 250px;
	}

	.min_pic{
		width: 300px;
	}

	.num ul li{
		width: 54px;
	}

	.pro_atr_tit{
		padding-bottom: 0px;
	}
}

@media screen and (max-width:415px) {
	/*iphone 6 plus*/
	.headheight,.bannerinner{
		height: 190px;
	}

	.event,.eventr{
		width: 75%;
	}

	.ban{
		margin:0 auto;
	}
	
}

@media screen and (max-width :360px){
	.iosSlider{
		height: 260px;
	}

	.main{
		margin-top: 260px;
	}

	.headheight,.bannerinner{
		height: 160px;
	}

	.btn_messages{
		width:20%;
	}
}

/*中间图片动画效果*/
.Aon{
	position: relative;
    animation: mymove 2s infinite;
	-moz-animation: mymove 2s infinite; /* Firefox */
	-webkit-animation: mymove 2s infinite; /* Safari and Chrome */
	-o-animation: mymove 2s infinite; /* Opera */
}

@keyframes mymove {
    /*100% {transform: rotate(1turn); } */
	0%   {top:0px;}
	50%  {top:-20px}
	100% {top:0px;}
}

@-moz-keyframes mymove {
    0%   {top:0px;}
	50%  {top:-20px}
	100% {top:0px;} 
}
@-webkit-keyframes mymove {
	0%   {top:0px;}
	50%  {top:-20px}
	100% {top:0px;}
}

/*modify*/
.map_detail{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.city_detail{
	padding-top: 20px;
	width: 100%;
}

.city_detail h1{
	font-size:16px;
	color: #000;
}

.map_l{
	width: 50%; 
	float: left;
}

.map_r{
	width:48%;
	float: right;
}

@media screen and (max-width :640px){
	.map_l,.map_r{
		width: 100%;
		float: none;
	}
}

.pass{width:60%;margin:50px 0;}
.pass1{margin:50px 0;width:20%;}