﻿@charset "utf-8";
/* CSS Document */
/*---------------------------------Public-----------------------------------*/
html{ margin:0;padding:0px;text-align:center;font-size:14px; overflow-x:hidden;}

body{margin:0px; background: #f4f5f7!important; padding:0px; width:100%;display:block; border-top: 4px #88b729 solid;}
img{ border:none;}
ul{padding:0; margin:0; list-style:none;}
a:active,a:link,a:visited{text-decoration:none; color:#353535; }
/*------------------去掉点击链接显示的黑框----------------*/
a:focus {outline: none;}
focus { outline: none; }
a,area { blr:expression(this.onFocus=this.blur()) }
p,span,div,form,h1,h3,h4,h5,h6{padding:0; margin:0;font-family:"微软雅黑";}
.fl{float:left;}
.fr{float:right;}
.wid{width:100%; margin:0 auto;}
/**清除浮动**/
.clearfix{*zoom:1;}
.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
.fb{ font-weight:bold;}

/*------------------首页---------------*/
.form-inline a{color:#218ada;padding-left:5px;}
.form-inline a:hover{color:red;}

.login-qy{float:right;padding-top:13px;}


#top{ height: 100px; font-size: 16px;}
.navUl{padding-top:5px;}
.navUl li{ float:left;line-height:34px; text-align:center; position:relative;}
.navUl a{ text-decoration:none; color:#88b729; display:block; height: 34px; line-height: 34px; width:120px;}
.navUl a:hover{ color:#FFF; background-color:#88b729;border-radius:16px; }
.navUl a.active{color:#FFF; background-color:#88b729;border-radius:16px; }
.navUl li ul li{ float:none;background-color:#fff;/*border-bottom:1px solid #eee;*//*border-left:1px solid #eee;border-right:1px solid #eee;*/} 
.navUl li ul li a:hover{color:#ffffff; background-color:#88b729;} 
.navUl li ul li a{background-color:#fff;width:120px;text-align:center;} 
.navUl li ul{display:none; width:120px; position:absolute;z-index:99;}
.navUl li:hover ul{ display:block;}
.bluebg{color:#FFF; background-color:#047ad1;}
/*
 li{float: left; padding: 10px 5px;}
.navUl li a{width: 100px;padding: 10px; display: block; color: #424242;text-align:center;}
.navUl li.bli a{ background:#047ad1; color: #fff;}
.navUl li a:hover{ background:#047ad1; color: #fff;}
.navigation .chdnav{border:1px solid #e7e7e7; border-top:none; background:#fff; text-align:left; width:100px; position:absolute;top:73px;left:115px; z-index:9;}
.chdnav a{ display:block; border-bottom:1px solid #e7e7e7;text-align:center;padding:10px;color:#424242;} */
.logop{padding-top:17px;text-align:left;}

.navigation{ position:relative;padding-top:25px;}


#chd13{ left:225px;}
#chd14{ left:335px;}
#chd15{ left:445px;}
#chd16{ left:555px;}
#indbanner{ height:407px;}
#indbanner img{ width:100%;}

.announce{background-color:#f4f4f4;height:60px;}
	#mooc {
		margin: 10px auto 0;
		text-align: left;
		float:left;
		padding-top:10px;		/* 让新闻内容靠左 */
	}

	#moocBot {
		height: 20px;
		overflow: hidden;     /* 这个一定要加上，内容超出的部分要隐藏，免得撑高底部结构 */
	}
	/*  中间样式 */
	#moocBox {
		height: 20px;
		margin-left: 5px;
		float:left;
		overflow: hidden;    /*  这个一定要加，超出的内容部分要隐藏，免得撑高中间部分 */
	}
	#mooc ul{
		margin:0px;
	}
	#mooc ul li {
		height:20px;
		display: block;
	}
	#mooc ul li a {
		display: block;
		overflow: hidden;	
	}
	#mooc ul li span {
		
		color: #999;
		margin-left:20px;

	}
.gongyi .more {margin: 40px 0 20px; height: 34px; background: #ffffff; color: #e9ac41; line-height: 34px; float: right;width: 140px;border: 1px #cccccc solid;border-radius: 16px; }	
.gongyi .title{text-align: left; color: #333333; margin: 40px 0 20px; padding-left:50px; background:url( ../images/gongyi.png) no-repeat;}
.gongyi .title .en{ line-height: 18px; font-size: 12px; }
.gongyi .title .zh{ height: 24px; line-height: 24px; font-size: 22px;}
.gongyilist{ overflow: hidden; width:1200px}

.gongyilist li{background: #ffffff; border: 1px solid #e2e4e3; float: left; width:368px; margin-right: 15px;}
.gongyilist li a{ display: block; position: relative;}
.gongyilist li .img{height: 280px; width: 368px; display:block; padding-top: 0; overflow: hidden;}
.gongyilist li img{ /*height: 388px; */width: 366px;}
.gongyilist li .text{display: block;height: 200px; padding-top:34px; }
.gongyilist li .text  .p-title{ height:44px; font-size: 22px;  color: #88b729; line-height: 44px; }
.gongyilist li .text p{color: #333;}
.gongyilist li  i{position: absolute; width: 0;height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;
    border-bottom: 24px solid #ffffff; top: 260px;  }


.gongyilist li:nth-child(2) {  height: 480px;}
.gongyilist li:nth-child(2) .img{ position: absolute; top: 200px; left: 0; right: 0;}
.gongyilist li:nth-child(2) .text{position: absolute; top: 0;left: 0; right: 0; background:#88b729; }
.gongyilist li:nth-child(2) .text .p-title,.gongyilist li:nth-child(2) .text p{color: #fff;}
.gongyilist li:nth-child(2) i{border-left: 10px solid transparent;border-right: 10px solid transparent;
    border-top: 24px solid #88b729; border-bottom: none; top: 200px;  }


.news .title{background:url( ../images/xinwen.png) no-repeat;}
.newslist{ overflow: hidden; width:1200px}
.newslist li{margin: 0 20px 20px 0; float: left; border: 1px solid #ccc;}
.newslist li .img{ width: 198px; height: 198px; float: left; line-height: 198px; overflow: hidden;}
.newslist li .img img{width: 198px; /*height: 198px;*/}
.newslist .text{ text-align:left; width:358px; height: 198px;background: #ffffff; float: left; padding:30px 20px 0;}
.newslist .text .n-title{font-size:22px; line-height:50px; color: #88b729; padding:0px 0 10px;}
.newslist .text p{ line-height: 40px;}
.newslist .text .time {color: #777777; display: inline-block;}
.hezuo .title{background:url( ../images/hezuo.png) no-repeat;}
.cat-title {background:#88b729; height:78px;border-top-left-radius: 8px ;border-top-right-radius: 8px ;line-height: 78px; font-size: 18px; color:#ffffff;}
/*伙伴风采*/
.banner { position: relative; overflow: auto; text-align: center;}
#b06 ul li{ list-style: none; }
.banner ul li { float: left; }
.sliderimg{position: absolute;top:0;bottom:0;left:0;right:0;}
#b06 { width:100%;}
#b06 .dots { position: absolute; left: 0; right: 0; bottom: 10px;}
#b06 .dots li { 
			display: inline-block; 
			width: 10px; 
			height: 10px; 
			margin: 0 4px; 
			text-indent: -999em; 
			border: 2px solid #fff; 
			border-radius: 6px; 
			cursor: pointer; 
			opacity: .4; 
			-webkit-transition: background .5s, opacity .5s; 
			-moz-transition: background .5s, opacity .5s; 
			transition: background .5s, opacity .5s;
									}
#b06 .dots li.active {background: #fff;
					opacity: 1;}
 /*  yangzi+ */
 /*  banner下的分类条 */	
.clasify{
	background:#f7f7f7;
	line-height:50px;
	color:#757575;
	text-align:left;
	font-size:15px;
	height:50px
}
.clasify ul li{ display:inline;}
 /*  content */

 .left_bar{
	 overflow:hidden;padding:0px 30px;cursor:pointer; height: 50px; line-height: 50px;
 text-align: left; position: relative;}
 .left_bar .jian{position:absolute;right:6px; top: 0px;}
.left_bar a{color:#333333;display:block;}
.left_bar a:hover{}
 .left_bar:hover{background:#ebefde;}
 .left_bar:hover a{color:#88b729;}
.left_bar:hover .jian{color:#88b729;}
.right_bar{padding-bottom:20px;}
.right_bar h3{margin-top:0;}
.right_bar li{padding-top:10px;text-align:left;}
.right_bar li p{color:#969696;}
.list-qy{padding:40px 0;}
.page-qy{}
.page-qy a{border:1px solid #269bff;padding:2px 5px;border-radius:2px;}
.page-qy a:hover{color:#fff;background:#038bff;}
.phb a{line-height:200%;font-size:12px;text-align:left;}
.jszl-ul{padding-left:40px;}
.jszl-ul a{color:#3e3e3e;}
.jszl-ul a:hover{color:#337ab7;}
#login_popover input{border-radius:3px;margin-right:10px;border:1px solid #ccc;padding:3px;font-size:14px;}
#login_popover button{border-radius:3px;padding:3px 20px;border:0;background:#52acff;font-size:14px;color:#fff;}
 /*  content over */
  /*  show 页文章 */
.article {
	text-align:left;padding-bottom:10px;
}
.article h3{
	text-align:center;	
}
.article p{margin-top:15px;line-height:200%;font-size:1.05em;color:#4D4D4D;}
.article embed{width:100%;height:450px;}
.article img{max-width:100%;height:auto;display:block;margin:0 auto;}
.article-type{padding-top:20px;}
.article-type div{margin-bottom:15px;}
.article-type a{background:#52acff;color:#fff;border-radius:3px;padding:5px 0;margin:3px 10px;}
.article-type a:hover{color:#fff;}
.form-group input{border-radius:3px;padding:5px 0;width:100px;}
.article-page{border-top:1px solid #eee;padding:10px 0;text-align:right;}
.prev-article,.next-article{text-align:left;margin-bottom:5px;}
.prev-article span,.next-article span{background:#52acff;color:#fff;padding:2px 5px;margin-right:10px;}
.backtoli{margin-top:10px;}
.backtoli a{border-radius:3px;padding:5px 20px;border:1px solid #52acff;color:#52acff;}
.backtoli a:hover{background: #52acff;color:#fff;}


.indBtTop h2{ color:#0054a4; font-size:24px;float:left;}
.btjs{ background:url(../images/x.png) repeat-x; font: 12px 微软雅黑; color: #b2b2b2;}
.btjs span{ background:url(../images/bg.jpg) no-repeat;padding:0px 10px;color:#136fc6;}


.gywm{ padding:15px 0 20px 0;}
.gywmst1{width:34%;margin:0 25px;}
.gywmst2{width:22%;margin:0 25px;}
.gywmst3{width:30%;margin:0 25px;}


.xwUl,.xwUl a{ text-align:left; line-height:200%;font-size:14px;color:#646464;padding-top:10px;}
.xwUl li{list-style-image : url(../images/listst.png);list-style-position:inside;}
.xwUl span{ float:right; color:#cecdcd; font-size:12px;}
.morep{float:right;}
.morep .btn:hover{background-color:#037ad6;color:#fff;}



.yous{ text-align:left; line-height:24px; padding:13px 0 0 15px; font-size:14px;}
.yous a{ background:url(../images/d.jpg) no-repeat 0 11px; display:inline-block; padding:0 20px 0 15px;}

.indbt{color:#293d42; font-size:18px;padding:10px 0 5px;border-bottom:1px solid #e6e6e6;text-align:left;}
.indbt p{display:inline;}
.indbt p:hover{background-color:#037ad6;color:#fff;padding:5px 15px 5px;}

.qxpp{ padding:50px 20px 20px;}
.qxpp table td{ width:33%; text-align:center; margin:0 auto;}
.pptu{ position:relative;width:289px; height:132px; margin-bottom:15px;}
.pptu .jsa{ position:absolute; bottom:0; left:10px; color:#fff; width:265px; height:26px; overflow:hidden; padding-right:10px; text-align:left;}
.tit a:hover{
	color:#06C;
	text-decoration:none;
	}
.tit a{color:#293d42; font-size:16px; font-weight:bold; padding-bottom:30px;}

.fwxm{ padding-top:25px;}
.fwxm p{ padding-top:12px;margin-bottom:20px;}

.tg-qy{background:url(../images/tgbg.jpg) no-repeat;width:100%;}

/*
.hzhb{ padding:25px 0 10px;}
.hzhb li{padding:10px 0;width:20%;float:left}
.hzhb img{border:1px solid #dadada;margin:0 auto;}*/
/*合作伙伴滚动*/
.box-sl{height: 130px;
		overflow: hidden;
		width: 100%;
		margin: 20px auto 0;
		position: relative;
		margin-bottom: 10px;
			}
.box-img{overflow: hidden;margin:0 auto; height: 130px;}
#roll{width: 20000px; height: 130px;}		
#roll dd img{/*border: 1px solid #eee;*/}
#roll dd{width: 222px;
		height: 130px;
		float: left;display:inline;
		margin:0 5px; background: #ffffff;}
.box-sl span{position: absolute;bottom: 40%;text-align: center;cursor: pointer;z-index: 90;color:#c2c2c2;font-size:3em;}
.box-sl span:hover{color:#037ad8;}
.box-sl .next{right: 95px;}
.box-sl .prev{left: 95px;}

.yqlj{ padding:25px 0 40px; line-height:20px; text-align:center;}
.yqlj a{padding:0 15px 0;}

#footer{}
.fotLxwm{width:100%; background:#878787; color:#fff; text-align:left; padding:15px 0;font-size:15px;}
.flxwm{ line-height:38px;}
.flxwm a,.flxwm a:hover{ color:#fff;}
.flxwm li{list-style-position:inside;}
.flxwm li:nth-child(2){list-style-image:url(../images/address.png);}
.flxwm li:nth-child(3){list-style-image:url(../images/letter.png);}
.flxwm li:nth-child(4){list-style-image:url(../images/tel.png);}
.flxwm li:nth-child(5){list-style-image:url(../images/email.png);padding-bottom:15px;}

.gzbt{ padding-bottom:15px}
.fotnr{ height:60px; background:#404040; color:#fff; padding:20px 0 0;}
.fwrx{ font-size:26px; padding:0px 0 0;clear:both;}
.fwrx span{ font-size:34px; font-weight:bold;}

.foot-menu{padding:10px 0 20px;}
.foot-menu a{font-size:16px;color:#fff;padding:0 10px 0;border-left:2px solid #fff;}
.foot-menu a:first-child{border:0;padding-left:0;}
.foot-menu a:hover{color:#fff;}

/*------------------专家---------------*/
.extit h3{color:#037ad6;padding:30px 0 20px 0;}
.extit p{text-align:left;line-height:200%;padding:0 15px;}
.exnew{padding-top:20px;} 
.exnew h4{text-align:left;}
.exnew p{text-align:left;font-size:14px;color:#969696;line-height:180%;}
.expert-qy{padding-top:55px;}
.expert-qy li{width:25%;float:left;}
.expert-qy li img{margin:0 auto;width:200px;height:200px;border:5px solid #ccc;border-radius:50%;}
.expert-qy li img:hover{border:5px solid #62b5eb;}
.expert-qy p{padding:15px 0 40px;font-size:18px;}
.exp-inside{margin:0 30px;}
.exp-inside p{text-align:left;}
.exp-qy2,.exp-qy3,.exp-qy4{display:none;}

.title{display:block;  clear:both; line-height:50px; background:url(../images/titbg.png) no-repeat; text-align:center; color:#146EC4;background-position: center center;  }
.exInfo p{ text-indent:2em; line-height:25px;}
.exInfo {width:95%;margin:0 auto;}
.exartic {padding-left:20px;}
.exInfo .exartic li{ list-style:square;line-height:25px; width:50%;text-align:left;float:left;}
.ex_video img{ float:left; width:40%;}
.ex_video ul{ float:left; margin-left:60px; padding:0;width:53%;}
.ex_video ul li{ list-style:square; line-height:48px; border-bottom:1px solid #E5E5E5; text-align:left;font-size:14px;}
.ex_video ul li:hover{color:#037ad6;font-size:18px;}

/*------------------效率---------------*/
.effbg2{-webkit-transform:scale(-1,1);
            -moz-transform:scale(-1,1);
            -o-transform:scale(-1,1);
            -ms-transform:scale(-1,1);
            transform: scale(-1,1);
			}
 .effbg1,.effbg2{padding-top:20px;}
.xlgl-1{padding:40px 0px 20px 20px;}
.xlgl-1 h3{color:#0479d8;padding:0 50px;}
.xlgl-1-1{clear:both;padding-top:15px;margin-left:-10px;}
.xlgl-1-1 ul li{clear:both;padding-top:15px;height:125px;text-align:left;}
/**
.xlgl-1-1 ul li:nth-last-child(1){border:0;}
**/
.xlgl-1-1 ul li p{color:#959595;}
.xlgl-1-1 img{margin-left:0px;}
.xlgl-1-2{padding-top:30px;}
.xlgl-1-2 img{margin:0 auto;max-width:100%;height:auto;display:block;}
.xlgl-1-2 p{width:85%; margin:0 auto;text-align:left;padding-top:15px;padding-bottom:10px;line-height:200%;color:#454545;}
.xlgl-bg{background:#f3f3f3;margin-top:30px;}
.xlgl-bg li{height:110px;padding-top:15px;text-align:left;}
.xlgl-bg p{color:#959595;}
.xlgl-2-3{padding-top:30px;padding-right:0px;}
.xlgl-2-3 li a{padding:0 0 10px 0;color:#fff;}
.xlgl-2-3 li img{margin:0 auto;}
.xlgl-2-3 li p{width:85%; margin:0 auto;text-align:left;padding-top:15px;padding-bottom:10px;line-height:200%;}
.xlgl-2{background:#4574aa;color:#fff;padding-bottom:20px;}
.xlgl-2-1{padding:20px 0 20px 20px;}
.xlgl-2-1 h3 a{padding:0 70px;color:#fff;}
.xlgl-2-1 h3 a:hover{color:#52acff;}

.xlgl-3{padding:40px 0px 20px 20px;}
.xlgl-3 h3{color:#0479d8;padding:0 70px;}
.xlgl-3-1{padding-top:15px;}
.xlgl-3-1 li{line-height:200%;}
.xlgl-3-1 img{padding-right:-20px;padding-top:10px;}
.xlgl-4{background:#e6e7eb;padding:20px 0px 30px 20px;}
.xlgl-4 h3{color:#0479d8;padding:0 49px;}
.xlgl-4-2{clear:both;text-align:left;line-height:200%;padding:20px 30px 0 0px;}
.xlgl-4-3{padding:5px 25px 0 0;}
.xlgl-4-3 div{padding-left:0;}
.xlgl-5{padding:40px 0px 20px 10px;}
.xlgl-5 h3{color:#0479d8;padding:0 20px;}
.xlgl-6{padding:40px 0px 20px 10px;}
.xlgl-6 h3{color:#0479d8;padding:0 60px;}
.xlgl-7{padding:40px 0px 20px 10px;}
.xlgl-7 h3{color:#0479d8;padding:0 110px;}

.bssj{width:96%;margin:0 auto;}
.bssj ul{padding:10px 0 20px;}
.bssj ul li img{float:right;padding:20px 0 20px 40px;} 
.bssj ul li{border-top:1px dashed #d1d1d1;height:220px;} 
.bssj li h4{text-align:left;color:#077ad7;padding:40px 0 10px;} 
.bssj li h4:hover{color:#ffca3a;}
.bssj li p{text-align:left;line-height:200%;}
.bssj ul li:first-child img{float:left;padding:20px 40px 20px 0;} 
.bssj ul li:first-child{border:0;height:220px;} 
.bssj li:first-child h4{text-align:left;color:#077ad7;padding:40px 0 10px;} 
.bssj li:first-child h4:hover{color:#ffca3a;}
.bssj li:first-child p{text-align:left;line-height:200%;}
.bssj ul li:last-child img{float:left;padding:20px 40px 20px 0;} 
.bssj ul li:last-child{height:220px;} 
.bssj li:last-child h4{text-align:left;color:#077ad7;padding:40px 0 10px;} 
.bssj li:last-child h4:hover{color:#ffca3a;}
.bssj li:last-child p{text-align:left;line-height:200%;}

/*------------------培训---------------*/
.edu1{padding:20px 0;}
.edul{float:left;width:45%;padding:10px 40px 0;}
.edul img{margin:0 auto;width:70%;height:auto;}
.edur{float:right;padding-top:10px;width:45%;}
.edu-qy{background:url(../images/edubg.jpg) no-repeat;}
.edu2 h2{margin-top:40px;margin-bottom:30px;}
.edu2 p{}
.edu2 li{width:20%;float:left;}
.edu2 li img{margin:0 auto;}
.edu2 li span{color:#ff9700;}
.zj-edu{padding:5px 12px 0 12px;}
.kt-edu{padding:5px 12px 30px;text-align:center;}
.eduta{padding:20px 0;}
.edu3 {padding:0 0 20px;}
.edu3 li{display:inline;padding:0 20px;border-left:1px solid #868686;}
.edu3 ul li:first-child{border:0;}
.nurtd{width:60%;margin:0 auto;}

/*------------------营养---------------*/
.nurtit{padding-top:30px;}
.nurtit a{padding:0 30px;letter-spacing:0;}
.nurtit h3{padding:0 30px;color:#037ad6;letter-spacing:-2px;}
.zhanwei{width:100%;height:20px;}
.pfrju{margin-top:50px;}

.pfrju td a{width:100%;padding:15px 109px;}
.pfrju td a:hover{color:#fff;background:#037ad6;}
.nurr-1 img{float:left;padding:40px 40px 40px 0;width:39%;}
.nurr-1 p{text-align:left;}
.nurr-2 ul{clear:both;text-align:left;}
.nurr-2 ul li{padding-left:0;margin-bottom:10px;}
.nurr-3 ul{clear:both;text-align:left;}
.nurr-3 ul li{padding-left:0;margin-bottom:10px;height:100px;}
.nurr-4 ul{clear:both;text-align:left;}
.nurr-4 ul li{padding-left:0;margin-bottom:10px;}
.nurr-2,.nurr-3,.nurr-4{display:none;}
.tmr{background:#edf6ff;}
.tmrl{padding-top:30px;padding-bottom:30px;}
.tmrl ul li img{margin:0 auto;}
.tmrl ul li p{margin:0 auto;width:85%;padding-top:10px;padding-bottom:40px;}
.rlxh ul{padding:10px 0 20px;}
.rlxh ul li img{float:right;padding:20px 0 20px 40px;} 
.rlxh ul li{border-top:1px dashed #d1d1d1;height:220px;} 
.rlxh li h4{text-align:left;color:#077ad7;padding:40px 0 10px;} 
.rlxh li h4:hover{color:#ffca3a;}
.rlxh li p{text-align:left;line-height:200%;}
.rlxh ul li:first-child img{float:left;padding:20px 40px 20px 0;} 
.rlxh ul li:first-child{border:0;height:220px;} 
.rlxh li:first-child h4{text-align:left;color:#077ad7;padding:40px 0 10px;} 
.rlxh li:first-child h4:hover{color:#ffca3a;}
.rlxh li:first-child p{text-align:left;line-height:200%;}

.rlxhd{background:#3398cc;}
.rlxhd ul{padding-top:50px;}
.rlxhd h4{color:#fff;padding:10px 0 0;}
.rlxhd h4:hover{color:#ffca3a;}
.rlxhd p{color:#fff;line-height:200%;width:86%;text-align:left;margin:0 auto;padding-bottom:30px;}
.rlxhd img{border:2px solid #94dafe;max-width:100%;height:auto;display:block;}

.yydz img{display:block;margin:0 auto;padding:30px 0 20px;width:40%;height:auto;}
.yydz button{margin:20px 0 30px;background:#0ba2eb;border:0;height:60px;}
.yydz button:hover{background:#24b1ed;}
.yydz button span{font-size:30px;float:left;padding:2px 10px 0;color:#fff;}
.yydz button h2{display:inline;padding:0 10px 0;color:#fff;}
.yydz p{width:72%;line-height:200%;text-align:center;margin:0 auto;}

.rank-week-li,.rank-day-li{display:none;clear:both;}
.rank-month-li{clear:both;}
.rank-week,.rank-day,.rank-month{float:left;cursor:pointer;padding-left:20px;display:inline;}
.rank-week:hover,.rank-day:hover,.rank-month:hover{color:#2564ff;}

@media only screen and (min-width:1440px) {
.tip-qy ul li{width:19.9%;display:inline;float:left;padding-top:20px;}
.tip-qy ul li a img{margin:0 auto;}	
.tip-qy{margin-top:1em;}	
.indBtTop{ padding-top:30px;}
.fwxm li{width:14.2%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.fwxm li p{width:85%;margin:0 auto;padding-bottom:30px;}
}
@media only screen and (max-width:1440px) {
.tip-qy ul li{width:20%;display:inline;float:left;padding-top:20px;}
.tip-qy ul li a img{margin:0 auto;}	

.indBtTop{ padding-top:30px;}
.fwxm li{width:14%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.fwxm li p{width:85%;margin:0 auto;padding-bottom:30px;}
}

@media only screen and (max-width:1024px) { 
.tip-qy ul li{width:20%;display:inline;float:left;}
.tip-qy ul li a img{margin:0 auto;}	
.tip-qy{padding-top:1.9em;}	
.fwxm li{width:14%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.gywmst1{width:30%;margin:0 25px;}
.gywmst2{width:20%;margin:0 25px 20px 25px;}
.gywmst3{width:34%;margin:0 25px;}
.edu2 li{width:30%;margin:0 15px;}

	}
@media only screen and (max-width:768px) {
.tip-qy ul li{width:19%;display:inline;float:left;margin:0 0.2em;}
.tip-qy ul li a img{margin:0 auto;}	
.slide-qy{margin-top:-19px;}
.login-qy{width:100%;}
.fwxm li{width:24%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.fwxm li p{width:95%;margin:0 auto;font-size:12px;padding-bottom:10px;}
.gywmst1{width:50%;margin:0 15px;}
.gywmst2{width:35%;margin:0 15px 20px 15px;}
.gywmst3{width:50%;margin:0 15px;}
.tmrl ul li p{text-align:center;}
.rlxhd p{text-align:center;}
.hzhb a{padding:10px;width:33%;float:left}
.edul{width:100%;}
.edur{width:100%;padding:20px;}
}
@media only screen and (max-width:648px) {
.service-tc{
   padding:0 0;
   margin:auto 0;
  }
.login-qy{width:100%;clear:both;}
.tip-qy ul li{width:19%;display:inline;float:left;margin:0 0.2em;}
.tip-qy ul li a img{margin:0 auto;}	
.slide-qy{margin-top:-19px;}
.fwxm li{width:24%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.fwxm p{height:50px;}
.nurtit h3{letter-spacing:-20px;font-size:18px;}
.article embed{width:300px;height:200px;}
  }
@media only screen and (max-width:480px) {
.tip-qy ul li{width:19%;display:inline;float:left;margin:0 0.13em;}
.tip-qy ul li a img{margin:0 auto;}
.tip-qy{margin-top:60px;display:table;padding:0;}
.slide-qy{margin-top:-19px;}
.fwxm li{width:24%;display:inline;float:left;margin:0.1em;}
.fwxm li img{margin:0 auto;}
.fwxm p{height:60px;}
.gywmst1{width:88%;}
.gywmst2{width:88%;}
.gywmst3{width:88%;}	
.hzhb a{padding:00px;width:100%;float:left}
.box-sl ,.box-img,#roll,#roll dd img{height: 50px;}
#roll dd {height: 50px;width:100px;}
.dropdown-menu a{text-align:center;}
.form-inline .form-group{float:left;margin:30px 5px 0;width:46%;}
.form-inline .form-group input{width:100%;}
.f-in-box{width:80%;margin:0 auto;display:table;}
.log-regis{width:80%;margin:10px auto 0;display:table;}
.log-regis button,.log-regis a{}
.weather-qy iframe{width:414px;}
.gongyilist li {margin-bottom:10px; margin-right:0px; width:100%;}
.newslist li .img,.newslist li .img  img{width:100%;}
.newslist li {margin-right:0px; width:100%;}
.right_bar li {border:#88b729 solid 1px; margin-top: 16px; width:100%; margin-right:0px;margin-left: 0px;}
.gongyilist{ width:100%}
.newslist{width:100%}
.newslist .text {width:100%}
.list-qy{padding-top:0;}
.gongyilist li .text {padding-top:0; height: 100px; }
.gongyilist li .img{height: 280px;width: 100%; display: block; padding-top: 0; overflow: hidden;}
.gongyilist li img { height: inherit;}
.gongyilist li:nth-child(2) .img {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.gongyilist li:nth-child(2) i { top: 100px;}
.gongyilist li:nth-child(2) { height: 380px;}
.cat-title{height: 48px; line-height: 48px;}
.article img{max-width:100%!important;height:auto!important;display:block;margin:0 auto;}
}
	
}
@media only screen and (max-width:375px){
.weather-qy iframe{width:340px;}
}
@media only screen and (max-width:320px) {
.tip-qy ul li{width:19%;display:inline;float:left;margin:0 0.1em;}
.tip-qy ul li a img{margin:0 auto;}
.slide-qy{margin-top:-19px;}	
.fwxm li{width:24%;display:inline;float:left;}
.fwxm li img{margin:0 auto;}
.tg-qy{margin-top:12px;}
.weather-qy iframe{width:320px;}

#mooc {margin:0;}
.search-qy{float:right;margin-top:20px;clear:both;}

}