@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: "Microsoft YaHei",SimSun,SimHei;
}
a{
	text-decoration: none;
	color: #4e4e4e;
}
a:hover {
	color: #6bb81c;
}
a.fff{
	text-decoration: none;
	color: #FFF;
}
a.fff:hover{
	text-decoration:underline;
	color: #FFF;
}
.bold {
	font-weight: bold;
}
.none {display: none;}
.clear {
  display: block!important;
  float: none!important;
  clear: both;
  overflow: hidden;
  width: auto!important;
  height: 0!important;
  margin: 0 auto!important;
  padding: 0!important;
  font-size: 0;
  line-height: 0;
}
.clearfix:after {
  content:"\200B";
  display:block;
  height:0;
  clear:both;
}
.clearfix {
  *zoom:1;
}
#BaiduLike {
  text-align: center;
  padding: 4px;
  width: 180px;
  margin: 0 auto 10px;
  clear: both;
}
/*header*/
.g-hd {
	padding:0 0 22px 0;
	border-bottom:3px solid #aaa;
	margin: 0 auto;
	overflow:hidden;
}
.g-hd .m-hd {
	width: 1000px;
	font-size:13px;
	color: #909090;
	margin: 25px auto 0;
}
.g-hd .m-hd .u-ww,.g-hd .m-hd .u-nav,.g-hd .m-hd .u-nav ul,.g-hd .m-hd .u-nav ul li{
	display: inline;
}
.g-hd .m-hd .u-nav ul {
	float: right;
}
.g-hd .m-hd .u-nav ul li {
	*display: inline;
	zoom: 1;
}
.g-hd .m-hd .u-rule {
	width:1000px;
	height: 1px;
	background:#c5c5c5;
	margin:11px 0 17px 0;
}
.g-hd .m-hd .u-logo {
	float: left;
}

.g-hd .u-logo a img {
	float: left;
	width: 100px;
}

        .g-hd .u-code-box {
            height: 85px;
            width: 300px;
            float: left;
            border-left: solid 1px #4e4e4e;
            line-height: 2em;
            padding-left: 20px;
            font-size: 13px;
            color: #000;
            margin-left: 5px;
        }
         .g-hd .u-code-box p{
            padding-top: 15px;
            color: #4e4e4e
         }
.g-hd .m-hd .m-vantage ul {
	float: right;
	margin-top: 11px;
}
.g-hd .m-hd .m-vantage ul .top {
	margin-top: 3px;
}
.g-hd .m-hd .m-vantage ul li {
	width: 65px;
	height: 85px;
	float: left;
	text-align: center;
	line-height: 1.4em;
	margin-left: 47px;
}
.g-hd .m-hd .m-vantage .rule {
}
/*header end*/

/*顶部导航开始*/
.g-headernav {
	width:1000px;
	margin:0 auto;
	position: relative;
}
.g-headernav .m-navtitle{
	 color:#4e4e4e;
	 height:84px;
	 line-height:84px;
	 text-align:center;
}
.g-headernav .m-navtitle .fs {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12px;
	margin-top: -60px;
	display: block;
}
.g-headernav .m-navtitle li{
	float:left;
}
.g-headernav .m-navtitle{
	width:1000px;
	margin:0 auto;
}
.g-headernav .m-navtitle a:hover{
	color:#4c8c09;
}
.g-headernav .m-navtitle h3 a{
	display:block;
	padding: 0 11px;
	font-size: 15px;
	height:84px;
}
.g-headernav .m-navtitle .on a{
	background:#4c8c09;
	color:#fff;
}
.g-headernav .m-menu{
	float:left;
	position:relative;
	text-align: center;
}
.g-headernav .m-menu h3{
	margin:0 0 6px 0;
	font-size:14px;
	border-bottom:1px dashed #6bb81c;
	color:#FFF;
	letter-spacing:4px;
}
.g-headernav .m-navtitle .on a{
	background:#4c8c09;
	color:#fff;
}
.g-headernav .m-menu{
	z-index:66;
	display:none; /*默认隐藏*/
	width:1000px;
	height:300px;
	position:absolute;
	line-height:26px;
	padding:7px 0;
	background:#4c8c09;
	top:84px;
	font-size: 12px;
	left:50%;
	margin:0 0 0 -500px;
}
.g-headernav .m-menu,
.g-headernav .m-menu a{
	color:#FFF;
}
.g-headernav .m-menu li{
	float:left;
	color:#FFF;
	margin: 0 10px 0 0;
}
.g-headernav .m-menu ul li:last-child{
	margin: 0 0 0 0;
}
.g-headernav .m-menu .sub-nav {
	width: 516px;
	height: 30px;
	background: #6bb81c;
	line-height: 30px;
	font-size: 14px;
	margin:10px 0 0 10px;
}
.g-headernav .m-menu .sub-nav li {
	width: 71px;
	margin: 0 0 0 0;
	cursor:pointer;
}
.g-headernav .m-menu .sub-nav li.on {
	width: 71px;
	height: 36px;
	background: #ff8400;
	text-align: center;
	line-height: 36px;
	margin-top: -3px;
}
.g-headernav .m-menu .sub-left {
	width: 537px;
	height: 300px;
	margin:0 10px 0 10px;
	float: left;
}

.g-headernav #m2 .sub-left li {
    font-size: 14px;
    width: 95px;
    text-align: center;
}
.g-headernav #m2 .sub-left li span {
	float: right;
}
.g-headernav .m-menu .sub-left .tt {
	text-align: left;
	color: #fff;
	/* font-size: 14px; */
	margin: 0 0 0 16px;
	font-size: 16px;
}

.g-headernav .m-menu .sub-left .m-nav-dt{ /*左右分栏*/
	float:left;
	color:#FFF;
	width:65px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	background:url(/images/newsite/icon_bg_01.gif) no-repeat right 11px;
}
.g-headernav .m-menu .sub-left .m-nav-dd{
	float:left;
    width: 462px;
    _width: 457px;
	padding:0 0 0 10px;
}
.g-headernav .m-menu .sub-left .m-nav-dd li{
	margin:0;
}
.g-headernav .m-menu .sub-left .m-nav-dd li a:hover{
	border-bottom:1px dashed #FFF;
}
.g-headernav .m-menu .sub-left .m-menu-toggle {
	margin: 10px 0 0 -12px;
}
.g-headernav .m-menu .sub-left .m-menu-toggle li {
	margin-left: 25px;
	height: 26px;
	line-height: 26px;
}
.g-headernav .m-menu .sub-left .tit {
	font-size: 14px;
	color: #fff;
	width:7.5em;
	text-align:left;
	margin:0;
}
.g-headernav .m-menu .sub-right{
	padding:0 0 0 10px;
	width: 432px;
	height: 302px;
	float: right;
	border-left:1px dashed #fff;
}
.g-headernav .m-menu .sub-right ul li {
	margin-left: 10px;
}
.g-headernav .m-menu .sub-right .tt {
	text-align: left;
	color: #fff;
	margin:15px 0 0 20px;
}
.g-headernav .m-menu .sub-right .tit {
	color:#fff;
	width:7.5em;
	float:left;
}
.g-headernav .m-menu .sub-right .m-nav-dt{ /*左右分栏*/
	float:left;
	color:#FFF;
	width:65px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	background:url(/images/newsite/icon_bg_01.gif) no-repeat right 11px;
}
.g-headernav .m-menu .sub-right .m-nav-dd{
	float:left;
    width: 357px;
    _width: 352px;
	padding:0 0 0 10px;
}
.g-headernav .m-menu .sub-right .m-nav-dd li{
	margin:0;
}
.g-headernav .m-menu .sub-right .m-nav-dd li a:hover{
	border-bottom:1px dashed #FFF;
}
.g-headernav .m-menu .sub-right #nav_normal_youxue li {
	    width: 200px;
    text-align: left;
        margin-left: 0;
}
.g-headernav .m-menu .m-nav-normal li{
	background:url(/images/newsite/icon_bg_02.gif) no-repeat 0 11px;
	margin:0 10px 0 0;
	text-indent:8px;
}
.g-headernav .m-menu .m-nav-normal li a:hover{
	border-bottom:1px dashed #FFF;
}
.g-headernav .m-menu .u-gg { /*专题*/
	position: absolute;
	bottom: 0;
}
.g-headernav .m-menu .u-gg ul li {
	float: left;
	margin:0  10px 0 0;
	width: 206px !important;
}
/* 顶部导航结束 */

.g-slide {
	margin: 0;
}
.g-slide .fullSlide{ width:100%; position:relative;  height:480px; border-bottom: 6px solid #6bb81c;overflow: hidden;}
.g-slide .fullSlide .bd li a{ display:block; height:480px; }
.g-slide .bd .m-func {
	width:1000px;
	position:absolute;
	left:50%;
	margin-left: -500px;
	top:480px;
}
.g-slide .fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:4px;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
     _background:#000; _filter:alpha(opacity=60);
  }
.g-slide .fullSlide .hd ul{
	text-align:center;
	padding-top:5px;
}
.g-slide .fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:16px;
	height:16px;
	margin:5px;
	background:url(/images/newsite/tg_flash_p.png) -29px 0;
	overflow:hidden;
	line-height:9999px;
}
.g-slide .fullSlide .hd ul .on{
	background-position:0 0;
}
.g-search{
	width:1000px;
	margin:0 auto;
}
.g-search .u-search {
	width:1000px;
	height:36px;
	background:#6bb81c;
	bottom:0;
	line-height:31px;
}
.g-search .u-search .u-txt {
	display:inline;
	font-size: 12px;
	margin-left: 8px;
	font-weight:bold;
}
.g-search .u-search .u-txt a {
	color: #000;
	font-weight:normal;
}
.g-search .u-search .u-txt a:hover {
	color: #fff;
}
.g-search .u-search .u-sc {
	display:inline;
}
.g-search .u-search .u-sc input {
	background:url(/images/newsite/hy_33.png) no-repeat #fff right 10px center;
	width:231px;
	height:24px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: absolute;
	margin: 2px 0 0 125px;
}
.g-search .u-search .u-btn input {
	width:105px;
	height:29px;
	background:#343434;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	display:inline;
	color:#fff;
	cursor:pointer;
	margin: 2px 0 0 375px;
	font-size: 12px;
	border:0;
}
.g-search .u-search .u-btn {
	display:inline;
}
.g-slide .m-subpage{ width:100%; position:relative;  height:240px; border-bottom: 6px solid #6bb81c; overflow:hidden;}
.g-slide .m-subpage .bd li a{ display:block; height:240px; }
.g-slide .m-subpage .hd{ width:100%; position:absolute; z-index:1; bottom:1px; left:0; height:30px; line-height:30px;  text-align:center;  _background:#000; _filter:alpha(opacity=60);}
.g-slide .m-subpage .hd ul{ text-align:center;  padding-top:5px;  }
.g-slide .m-subpage .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:16px; margin:5px; background:url(/images/newsite/tg_flash_p.png) -29px 0; overflow:hidden;
    line-height:9999px;
  }
.g-slide .m-subpage .hd ul .on{ background-position:0 0; }


.g-slide .m-subpage .bd .m-func{top:240px; }
.g-slide .m-subpage .bd .u-btn .prev,.g-slide .m-subpage .bd .u-btn .next {top: -140px;}

/*header slide end*/
.g-service .m-service {
	width:1000px;
	margin:0 auto 40px;
	overflow:hidden;
}
/*header serivce*/
@font-face {
  font-family: 'MyNewFont';
  src: url('font.ttf');
}
/*引用字体*/
.g-service .m-service .u-txt  {
	/*margin:0 0 0 424px;*/
	padding:36px 0 16px 0;
	text-align: center;
}
.g-service .m-service .u-txt .num {
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	color: #343434;
}
.g-service .m-service .u-txt .txt1 {
	font-size: 24px;
	margin-left: 15px;
}
.g-service .m-service .u-txt .txt2 {
	font-size: 14px;
}
.g-service .m-service .u-line {
	padding-bottom: 37px;
}
.g-service .m-service .u-line .line {
	width:1000px;
	height: 1px;
	background: #aaaaaa;
	position: absolute;
}
.g-service .m-service .u-line .b {
	width: 155px;
	height: 3px;
	background: #6bb81c;
	position: absolute;
	margin: -1px 0 0 0;
	left: 50%;
	margin-left: -77.5px;
}
.g-service .m-service .service ul li {
	width: 157px;
	height: 128px;
	background: #f6f6f6;
	float: left;
	border: solid 1px #fff;
	text-align: center;
	margin-left: 35px;
}
.g-service .m-service .service ul li:hover {
	border: solid 1px #c5e0aa;
}
.g-service .m-service .service .icon {
	margin: 9px 0 12px 0;
}
.g-service .m-service .service .txt {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 8px;
}
.g-service .m-service .service .arrow {
	background: url(/images/newsite/hy_56.png) no-repeat;
	width: 21px;
	height: 21px;
	margin: 0 auto;
}
/*header serivce end*/
/*content one*/
.g-ct-1 {
	width: 1000px;
	margin:0 auto;
	overflow:hidden;
}
.g-ct-1 .m-tj {
	width: 648px;
	height: 428px;
	border: solid 2px grey;
	float: left;
	margin-bottom: 30px;
}
.g-ct-1 .m-tj .m-btn {
	width: 648px;
	height: 47px;
	border-bottom: 1px solid grey;
	margin-bottom: 33px;
}
.g-ct-1 .m-tj .m-btn .u-btn-tj {
	width: 127px;
	height: 47px;
	background: #5ca21b;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.g-ct-1 .m-tj .m-btn .u-btn-j {
	width: 47px;
	height: 28px;
	background: grey;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	float: right;
	margin:10px 10px 0 0;
	cursor: pointer;
}
.g-ct-1 .m-tj .m-btn .u-btn-j a {
	color: #fff;
}
.g-ct-1 .m-news #new1 {
	float: left;
}
.g-ct-1 .m-news #new1 #new_pic {
	margin:0 0 15px 0;
	width: 648px;
	height: 155px;
	background: none;
	border-bottom: solid 1px grey;
}
.g-ct-1 .m-news #new1 #new_pic .u-pic {
	float: left;
	margin:0 0 0 30px;
}
.g-ct-1 .m-news #new1 #new_pic .u-ct {
	width: 360px;
	float: left;
}
.g-ct-1 .m-news #new1 #new_pic .u-ct .tt {
	margin:0 0 15px 17px;
	font-size: 13.88px;
	line-height:26px;
}
.g-ct-1 .m-news #new1 #new_pic .u-ct .tt a {
	font-size:18px;
	color: #000;
}
.g-ct-1 .m-news #new1 #new_pic .u-ct .tt a:hover {
	color: #4d910e;
}
.g-ct-1 .m-news #new1 #new_pic .u-ct .ct {
	font-size: 12px;
	line-height: 1.8em;
	margin:0 0 0 17px;
	color:#545454;
}
.g-ct-1 .m-news ul li {
	background: url(/images/newsite/hy_66.png) no-repeat 0 15px;
	font-size: 12px;
	margin: 0 0 0 20px;
	line-height:32px;
	float: left;
	width: 304px;
}
.g-ct-1 .m-news .lable {
	margin-left: 13px;
}
.g-ct-1 .m-news  a {
	color: #000;
}
.g-ct-1 .m-news  a:hover {
	color: #4d910e;
}
.g-ct-1 .m-join {
	width: 333px;
	height: 428px;
	border: solid 2px grey;
	float: right;
}
.g-ct-1 .m-join .m-btn {
	width: 333px;
	height: 47px;
	border-bottom: 2px solid grey;
	margin-bottom: 33px;
}
.g-ct-1 .m-join .m-btn .u-btn-join {
	width: 127px;
	height: 47px;
	background: #5ca21b;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.g-ct-1 .m-join .m-btn .u-btn-j {
	width: 47px;
	height: 28px;
	background: grey;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	float: right;
	margin:10px 10px 0 0;
	cursor: pointer;
}
.g-ct-1 .m-join .m-btn .u-btn-j a {
	color: #fff;
}
.g-ct-1 .hy-ym{ position: relative; height: 378px; width: 333px; overflow: hidden;margin: -33px 0 0 0;   }
.g-ct-1 .hy-ym .fCl-slide a{  height: 183px; width: 333px; ; text-align: center; color: #666; overflow: hidden; line-height:22px;}
.g-ct-1 .hy-ym .fCl-slide .ct { margin:23px 0 0 36px;}
.g-ct-1 .hy-ym .fCl-slide .tt { font-size: 18px;color: #4d910e;margin: 0 35px 0 0;}
.g-ct-1 .hy-ym .fCl-slide .tt a {
	color: #4d910e;
}
.g-ct-1 .hy-ym .fCl-slide .txt { line-height:1.4em; font-size: 12px;color: #545454;margin: 20px 35px 10px 0;}
.g-ct-1 .hy-ym .fCl-slide .etxt { width:270px;font-size: 12px;color: #545454;margin-bottom: 18px;line-height: 1.5em;}
.g-ct-1 .hy-ym .fCl-slide .btn { width: 105px;height: 29px;background:#ff8400;border-radius: 5px;line-height: 29px;color: #fff;text-align: center;cursor:pointer;}
.g-ct-1 .hy-ym .fCl-slide .btn a { color: #fff;}
.g-ct-1 .hy-ym .fCl-nav{ height:24px; line-height:18px; position: absolute; left: 140px; top:185px;}
.g-ct-1 .hy-ym .fCl-nav li{ float: left; width: 12px; font-size: 31px; _font-size: 38px; margin-right: 5px; color: #ccc; cursor: pointer;}
.g-ct-1 .hy-ym .fCl-nav li img {
	border-bottom: 2px solid grey;
	display: block;
}
.g-ct-1 .hy-ym .fCl-nav li.on{ color:#4d910e;  }
.g-ct-1 .m-zt {
	width: 660px;
	height:160px;
	float: left;
	margin-bottom: 30px;
}
.g-ct-1 .m-zt #ztlist li {
	float: left;
	margin:0 11px 0 0;
}
.g-ct-1 .m-zt #ztlist li p a {
	color: #000;
}
.g-ct-1 .m-zt #ztlist li a {
	display: block;
	color: #fff;
}
.g-ct-1 .m-zt #ztlist li a img {
	border:solid 1px grey;
	display: block;
}
.g-ct-1 .m-zt #ztlist li p {
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	padding: 12px 0 0 0;
}
.g-ct-1 .m-zt #ztlist .u-j {
	position: absolute;
	width: 47px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #79d51a;
	margin: 100px 0 0 629px;
}
.g-ct-1 .m-zt #ztlist .u-j a {
	color: #fff;
	font-size: 12px;
	display: block;
}
.g-ct-1 .m-kc {
	width: 305px;
	min-height: 160px;
	float: right;
}
.g-ct-1 .m-kc .m-btn {
	width: 305px;
	height: 28px;
	border-bottom: solid 1px grey;
	line-height: 28px;
}
.g-ct-1 .m-kc .m-btn .tt {
	display: inline-block;
	font-size: 18px;
	color: #545454;
	font-weight: bold;
}
.g-ct-1 .m-kc .m-btn .u-btn {
	display: inline-block;
	background:#6bb81c;
	width: 108px;
	height: 28px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	float: right;
}
.g-ct-1 .m-kc .m-btn .u-btn a {
	color: #fff;
}
.g-ct-1 .m-kc .u-proj {
	font-size: 12px;
	color: #4e4e4e;
}
.g-ct-1 .m-kc .u-proj ul li {
	margin-top: 18px;
}
.g-ct-1 .m-kc .u-time {
	float: right;
}
/*content one end*/

/*offer*/
.g-offer {
	width: 100%;
	height: 164px;
	background:#ededed;
	border-top: 1px solid #d1d1d1;
	margin:0 0 20px 0;
}
.g-offer .m-offer {
	width: 1000px;
	margin:0 auto;
}
.g-offer .m-offer .u-ann {
	width: 105px;
	height: 105px;
	margin-top: 35px;
	float: left;
}
.g-offer .m-offer .u-ann .tit {
	font-size: 26.15px;
	color: #5ca21b;
}
.g-offer .m-offer .u-ann .tit span {
	font-size: 32.95px;
}
.g-offer .m-offer .u-ann .u-btn {
	width: 105px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #79d51a;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
}
.g-offer .m-offer .u-ann .u-btn a {
	color: #fff;
}
.g-offer .m-offer .m-acce {
	width: 790px;
	height: 110px;
	float: right;
	margin: 30px 0 0 0;
}
.g-offer .m-offer .m-acce .tit {
	width:748px;
	text-align: center;
	padding-bottom: 10px;
}
.g-offer .m-offer .m-acce .tit a{
	font-size:16px;
	font-weight: bold;
	color: #006600;
}
.g-offer .m-offer .m-acce .m-lq {
	font-size: 12px;
	color: #000;
}
.g-offer .m-offer .m-acce .m-lq .lq-l {
	float: left;
}
.g-offer .m-offer .m-acce .m-lq .lq-l  ul {
	width: 748px;
	overflow:hidden;
}
.g-offer .m-offer .m-acce .m-lq .lq-l li {
	width: 345px;
	padding: 0 0 0 28px;
	line-height:26px;
	float: left;
}
.g-offer .m-offer .m-acce .m-lq .lq-l li.u-single{
	padding: 0 28px 0 0;
	border-right:2px solid #000000;
}
.g-offer .m-offer .m-acce .lq-l .stu {
	display: inline-block;
	float: left;
	width: 100px;
}
.g-offer .m-offer .m-acce .lq-l .sch {
	float: left;
	display: inline-block;
}
.g-offer .m-offer .m-acce .lq-l .scro {
	float: right;
	display: inline-block;
}
.g-offer .m-offer .m-acce .lq-l .lable {
	float: right;
	display: inline-block;
}
.g-offer .m-offer .u-line {
	width: 2px;
	height: 60px;
	background: #000;
	float: left;
	margin: 8px 0 0 30px;
}
/*offer*/
/*consultant wall*/
.g-cons {
	width: 100%;
	height: 495px;
	background: #5ca21b;
	margin-bottom: 30px;
}
.g-cons .m-cons {
	width: 1000px;
	margin:0 auto;
}
.g-cons .m-cons .m-nav {
	width: 1000px;
	height: 57px;
	border:solid 1px #5ca21b;
}
.g-cons .m-cons .m-nav .nav {
	width: 410px;
	height: 33px;
	float: right;
	margin:2px 14px 0 0;
}
.g-cons .m-cons .m-nav ul li {
	float:left;
	height: 31px;
	padding:0 18px;
	color: #fff;
	text-align: center;
	line-height: 31px;
	cursor: pointer;
	font-size: 14px;
}
.g-cons .m-cons .m-nav ul li.on {
	background: #fff;
	color: #000;
}
.g-cons .m-cons .m-nav .nav .u-j {
	position: absolute;
	margin: 3px 0 0 376px;
	width: 47px;
	height: 28px;
	background: #79D51A;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
}
.g-cons .m-cons .m-nav .nav .u-j a {
	color: #fff;
}
.g-cons .m-cons .m-nav .tit {
	width: 1000px;
	height: 36px;
	margin-top: 36px;
}
.g-cons .m-cons .m-nav .tit .line-1 {
	width: 428px;
	height: 1px;
	background:#fff;
}
.g-cons .m-cons .m-nav .tit .tt {
	width: 126px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	margin-top: -20px;
}
.g-cons .m-cons .m-nav .tit .tt span {
	font-size:8px;-webkit-transform :scale(0.6,0.6);
}
.g-cons .m-cons .m-nav .tit .line-2 {
	width: 428px;
	height: 1px;
	background:#fff;
	margin: -1px 0 0 571px;
}
.picScroll{ width:1000px;  background:#5ca21b;  margin-top: 35px;}
.picScroll .bd{ position:relative;  }
.picScroll .prev{ position: absolute; top: 102px; left:55px; display: block; width: 22px; height: 33px; background: url(/images/newsite/hy_104.png) no-repeat; z-index: 11; overflow: hidden; }
.picScroll .next{ right:55px; background:url(/images/newsite/hy_106.png) no-repeat;position: absolute; top: 102px; display: block; width: 22px; height: 33px; z-index:11; }
.picScroll .scrollWrap{width: 866px ;margin:0 auto; overflow:hidden;}
.picScroll ul{zoom:1; }
.picScroll li{ width:238px; margin: 0px 76px 0px 0; position:relative; float:left; display:inline; }
.picScroll li .pic {position:relative;display:block;overflow:hidden;}
.picScroll li .pic img {display:block;border-radius: 221px;}
.picScroll .mask {
width: 238px;
height: 238px;
z-index: 10;
background:url(/images/newsite/tcbg.png);
margin: -238px 0 0 0;
border-radius: 120px;
border:1px solid #b6910c;
position:absolute;
color:#fff;
}
.picScroll .tt {
	margin:45px 0 20px 70px;
}
.picScroll .txt {
	/*margin:0 0 0 60px;*/
	padding:0 20px;
	font-size: 12px;
	line-height: 1.8em;
}

.picScroll .scrollWrap p {
	/*width:132px;*/
}
.picScroll .picList .name {
	font-size:18px;
	color:#fff;
	text-align:center;
	margin: 15px 0 10px 0;
}
.picScroll .picList .lable {
	text-align:center;
	color:#fff;
	margin-bottom:10px;
	font-size: 14px;
	line-height: 1.2em;
}
.picScroll .picList .u-btn {
	width:105px;
	height:29px;
	background:#343434;
	text-align:center;
	margin:0 auto;
	line-height:29px;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	font-size: 12px;
}
.picScroll .picList .u-btn a {
	color: #fff;
}
.picScroll .picList .u-btn:hover {
	background:#ff8400;
}
/*consultant wall*/
/*推荐院校*/
.g-school{
	overflow:hidden;
}
.g-school .m-school {
	width: 1000px;
	margin:0 auto;
	height: 320px;
}
.g-school .m-school .u-txt {
	width: 204px;
	margin:0 auto;
	text-align: center;
}
.g-school .m-school .u-txt .txt1 {
	font-size: 24px;
	color: #4e4e4e;
	margin-bottom: 5px;
}
.g-school .m-school .u-txt .txt2 {
	font-size:8px;
	-webkit-transform :scale(0.6,0.6);
	color: #4e4e4e;
	margin-bottom: 10px;
}
.g-school .m-school .u-line {
	margin-bottom: 30px;
}
.g-school .m-school .u-line .line {
	width:1000px;
	height: 1px;
	background: #aaaaaa;
	position: absolute;
}
.g-school .m-school  .u-line .b {
	width: 155px;
	height: 3px;
	background: #6bb81c;
	position: absolute;
	margin: -1px 0 0 0;
	left: 50%;
	margin-left: -77.5px;
}
/*推荐院校*/
/*新手风琴样式表*/
.g-school .m-school .box2 {
	background: none repeat scroll 0 0 #FFFFFF;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 0 auto;
}
.g-school .m-school .hot_role {
	width: 1000px;
	overflow: hidden;
}
.g-school .m-school #centerwell {
	position: relative;
	height: 199px;
	margin: 0;
	padding: 0;
	background: #ededed;
	overflow: hidden;
	width: 1000px;
}
.g-school .m-school #centerwell .s {
	position: relative;
	width: 120px;
	height: 199px;
	float: left;
	background: #ededed;
	overflow: hidden;
}
.g-school .m-school #centerwell h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 120px;
	height: 199px;
	background-color: #000000;
	position: relative;
	cursor: pointer;
}
.g-school .m-school #centerwell h3.on img {
	filter: alpha(opacity=100);
	opacity: 1;
}
.g-school .m-school .mask {
	background: url(/images/newsite/maskbg.png) repeat;
	width: 120px;
	height: 199px;
	position: absolute;
	top:0;
}
.g-school .m-school .mask .country {
	font-size: 18px;
	color: #fff;
	line-height: 1.6em;
	width: 99px;
	text-align: center;
	margin: 85px 0 0 11px;
}
.g-school .m-school .m-text {
	width: 365px;
	height: 190px;
	position: absolute;
	margin: -197px 0 0 255px;
}
.g-school .m-school .s ul li {
	float: left;
	font-size: 12px;
	margin: 20px 0 0 20px;
}
.g-school .m-school .s ul li a {
	text-decoration: none;
}
.g-school .m-school .s .area {
	margin-left: 25px;
}
.g-school .m-school .m-text .earea {
	font-size: 8px;
	-webkit-transform : scale(0.6, 0.6);
	color: #888888;
	padding-left: 10px;
}
.g-school .m-school .m-text .btn-j {
	display: inline-block;
	  margin: 10px 0 0px 62px;
	width: 47px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background:#79d51a;
	font-size: 12px;
}
.g-school .m-school .m-text .btn-j a {
	color: #fff;
}
/*新手风琴样式表*/

/*ad*/
.g-gg-2 {
	width: 1000px;
	margin:0 auto 0;
	clear: both;
	margin-bottom: 50px;
	height: 120px;
	background: #aaa;
}
/*ad*/
/*content two*/
.g-ct-2 .m-ct-2 {
	width: 1000px;
	margin:0 auto;
	/*height: 728px;*/
}
.g-ct-2 .m-ct-2 .m-btn {
	width: 1000px;
	height: 42px;
	background: #5ca21b;
	line-height: 42px;
	margin-bottom: 18px;
            position: relative;
}
.g-ct-2 .m-ct-2 .m-btn .txt {
	display: inline-block;
	color:#fff;
	font-size: 18px;
}
.g-ct-2 .m-ct-2 .m-btn .txt1 {
	padding: 0 0 0 12px;
}
.g-ct-2 .m-ct-2 .m-btn .txt2 {
	padding:0 185px 0 55px;
}
.g-ct-2 .m-ct-2 .m-btn .u-btn {
    width: 47px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #79d51a;
    display: inline-block;
    font-size: 12px;
    right: 10px;
    position: absolute;
}
.g-ct-2 .m-ct-2 .m-btn .u-btn a {
	text-decoration: none;
	color: #fff;
	display: block;

}
.g-ct-2 .m-ct-2 .m-btn .u-btn-1 {
	margin: 5px 0 0 0;
}
.g-ct-2 .m-ct-2 .m-txt-1 img {
	display: block;
}
.g-ct-2 .m-ct-2 .m-txt-1 .mask {
	width: 330px;
	height: 35px;
	background: #343434;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}
.g-ct-2 .m-ct-2 .m-txt-1 .mask a {
	color: #fff;
}
.g-ct-2 .m-ct-2 .u-list {
	/*width: 616px;*/
	height: 224px;
	float: left;
}
.g-ct-2 .m-ct-2 .u-list ul {
	float: left;
}
.g-ct-2 .m-ct-2 .u-list ul li {　
	width: 262px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	border-bottom: 1px solid #d1d1d1;
}
.g-ct-2 .m-ct-2 .u-list .u-pic-1 {
	width: 330px;
	height: 224px;
	float: left;
        margin-right: 20px;
}
.g-ct-2 .m-ct-2 .u-list ul li a {
	color: #4e4e4e;
}
.g-ct-2 .m-ct-2 .u-list ul .n2 {
	width: 266px;
	float: left;
	margin: 0 52px 0 0;
}
.g-ct-2 .m-ct-2 .u-list-2 {
	float: right;
	margin: 4px 0 0 7px;
}
.g-ct-2 .m-ct-2 .u-list-2 .u-pic-2 {
	height: 160px;
}
.g-ct-2 .m-ct-2 .u-list-2 ul li {
	width: 328px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	border-bottom: 1px solid #d1d1d1;
}
.g-ct-2 .m-ct-2 .u-list-2 ul li a {
	color: #4e4e4e;
}
.g-ct-2 .m-ct-2 .m-txt-2 {
	width: 1000px;
	height: 360px;
	float: left;
margin: 45px 0 45px 0;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct {
	width: 616px;
	height:355px;
	float: left;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .m-btn-2 {
	width: 616px;
	height: 41px;
	background:#5da21b;
	color:#fff;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .m-btn-2 .tit {
	float: left;
	font-size: 18px;
	padding: 10px 25px 0 15px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .m-btn-2 .lable {
	float: left;
	font-size: 12px;
	padding: 16px 0 0 0;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .m-btn-2 .btn {
	width: 105px;
	height: 30px;
	background: #ff8400;
	float:right;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
	margin: 5px 10px 0 0;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .m-btn-2 .btn a {
	color: #fff;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft {
	width: 616px;
	height:207px;
	border-bottom: solid 1px #bcbcbc;
	margin-bottom: 7px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft .pic {
	float: left;
	margin: 19px 0 0 0;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft .tt {
	font-size: 15.56px;
	color:#343434;
	float: left;
	margin: 64px 0px 29px 14px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft .tt a {
	color:#343434;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft .ct {
	color:#5c5c5c;
	font-size: 12px;
	width: 228px;
	height: 80px;
	line-height: 1.8em;
	float: left;
	margin: 0 0 0 17px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 #ft .ct a {
	color:#5c5c5c;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 .sc {
	font-size: 12px;
	color: #343434;
	width: 263px;
	height: 32px;
	float: left;
	line-height: 32px;
	border-bottom: #d1d1d1 solid 1px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 .sc a {
	color: #343434;
}
.g-ct-2 .m-ct-2 .m-txt-2 .u-ct .u-list-3 .sc1 {
	margin-left: 90px;
}
.g-ct-2 .m-ct-2 .m-txt-2 .m-scroll {
	width: 328px;
	height:357px;
	float: left;
	margin: 0 0 0 52px;
}
.g-ct-2 .m-ct-2 .m-scroll .focusBox { position: relative; width:328px; height:304px; overflow: hidden;}
.g-ct-2 .m-ct-2 .m-scroll .focusBox .pic img { width:328px; height:272px; display: block; }
.g-ct-2 .m-ct-2 .m-scroll .focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:5px; right:10px; z-index:3}
.g-ct-2 .m-ct-2 .m-scroll .focusBox .prev {
	background: url(/images/newsite/hy_104.png);
	width:22px;
	height:33px;
	position:absolute;
	top: 119px;
}
.g-ct-2 .m-ct-2 .m-scroll .focusBox .next {
	background: url(/images/newsite/hy_106.png);
	width:22px;
	height:33px;
	position:absolute;
	top: 119px;
	right:0;
}
.g-ct-2 .m-ct-2 .m-scroll .focusBox .tit {
	width:328px;
	height:32px;
	background:#343434;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size: 12px;
}
.g-ct-2 .m-ct-2 .m-scroll .focusBox .tit  a {
	color:#fff;
}
.g-ct-2 .m-ct-2 .m-scroll .m-tit .tit {
	font-size: 16px;
	color: #343434;
	text-align: center;
	margin:12px 0 5px 0;
}
.g-ct-2 .m-ct-2 .m-scroll .m-tit .line {
	width: 328px;
	height: 1px;
	background: #5d5d5d;
}
.g-ct-2 .m-ct-2 .m-scroll .m-tit .b {
	width: 125px;
	height: 3px;
	background: #6bb81c;
	position: absolute;
	margin: -2px 0 0 103px;
}
.g-ct-2 .m-ct-2 .m-scroll .m-tit .etit {
	color: #8d8d8d;
	font-size:8px;
	-webkit-transform :scale(0.6,0.6);
	text-align: center;
	margin:5px 0 0 0;
}
/*content two*/

/*成功案例*/
.g-sc{
	overflow:hidden;
}
.g-sc .m-sc {
	width:1000px;
	margin: 0 auto 30px auto;
	clear: both;
}
.g-sc .m-sc .u-tt {
	float: left;
	margin-bottom: 10px;
	line-height: 36px;
}
.g-sc .m-sc .u-tt .p1 {
	font-size: 24px;
	color: #4e4e4e;
}
.g-sc .m-sc .u-tt .p2 {
	font-size: 12px;
	color: #8d8d8d;
	-webkit-transform :scale(0.6,0.6);
	 /*margin: 0 0 0 -24px;*/
}
.g-sc .m-sc .nav{
	width: 410px;
    height: 33px;
    float: right;
    margin: 2px 14px 0 0;
}
.g-sc .m-sc .nav li{
    float: left;
    height: 31px;
    padding: 0 8px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 14px;
}
.g-sc .m-sc .nav li a{
	padding:5px 10px;
	border-bottom:1px solid #79D51A;
}
.g-sc .m-sc .nav .u-j {
    position: absolute;
    margin: 3px 0 0 376px;
    width: 47px;
    height: 28px;
    background: #79D51A;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}
.g-sc .m-sc .nav .u-j a{
	color:#fff;
}
/*.g-sc .m-sc .u-btn {
	width: 47px;
	height: 28px;
	background: #79d51a;
	line-height: 28px;
	text-align: center;
	float: right;
	font-size: 12px;
	margin-top: 20px;
}
.g-sc .m-sc .u-btn a {
	color: #fff;
	display: block;
}*/
.g-sc .m-sc .m-main {
	width: 1000px;
	height: 191px;
	background: #f7f7f7;
	clear: both;
	font-size: 12px;
}
.g-sc .m-sc .m-main ul li {
	float: left;
	margin:0 0 15px 24px;
	width:424px;
}
.g-sc .m-sc .m-main ul li.l1 {
	width: 533px;
	height: 150px;
	border-right: solid 1px #d8d8d8;
	float: left;
	margin:18px 0 0 18px;
}
.g-sc .m-sc .m-main ul li.l1 .u-pic {
  float: left;
  width: 276px;
  height: 150px;
  position: relative;
}
.g-sc .m-sc .m-main ul li.l1 .u-pic img {
	width: 100%;
	height: 100%;
}
.g-sc .m-sc .m-main ul li.l1 .tt {
	float: left;
	width: 220px;
	height:50px;
	font-size: 14px;
	line-height:25px;
	font-weight: 700;
	margin:0 0 0 24px;
}
.g-sc .m-sc .m-main ul li.l1 .ct {
	width: 211px;
	line-height: 1.8em;
	float: left;
	margin: 20px 0 0 24px;
}
.g-sc .m-sc .m-main ul li.l2 {
	margin-top: 35px;
	width:424px;
}
.g-sc .m-sc .m-main .s1 a {
	color: #313131;
	font-weight: 700;
}
.g-sc .m-sc .m-main .s1 a:hover {
	color: #79d51a;
}
/*成功案例*/

/*evaluation*/
.g-eval{
	overflow:hidden;
}
.g-eval .m-eval {
	width: 1000px;
	margin:0 auto;
}
.g-eval .m-eval .u-eval {
	/* width: 654px; */
	width: 1000px;
	height: 352px;
	float: left;
	margin-bottom: 40px;
}
.g-eval .tit {
    position: relative;
}
.g-eval/* .m-eval .u-eval .tit*/ .u-tit {
	font-size: 24px;
	color: #4e4e4e;
	font-weight: bold;
	text-align: center;
        padding-bottom: 10px;
}
.g-eval .m-eval .u-eval .tit .u-etit {
	font-size:8px;
	-webkit-transform :scale(0.6,0.6);
	text-align: center;
	color: #8d8d8d;
	margin:6px 0 7px 0;
}
.g-eval .tit .line {
	width: 100%;
	height: 1px;
	background:#5d5d5d;
}
.g-eval .tit .b {
    width: 155px;
    height: 3px;
    background: #6bb81c;
    position: absolute;
    left: 50%;
    margin-left: -78px;
}
.g-eval .tit .j {
	width: 47px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #79d51a;
	position: absolute;
	/*margin: -35px 0 0 607px;*/
            right: 0;
            top: 0;
	font-size: 12px;
}
.g-eval .tit .j a {
    color: #fff;
}

.g-eval .u-honor .pic {
width: 137px;
    margin-top: 60px;
    float: left;
}
.g-eval .u-honor .pic .tt {
    text-align: center;
    font-size: 12px;
    color:#303030;
    margin-top: 5px;
}
.g-eval .u-honor .btn {
    width: 65px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    float: left;
    margin:113px 0 0 0px;
    cursor: pointer;
}
.g-eval .u-honor .btn-1 {
    background:#313131;
    margin-left: 21px;
}
.g-eval .u-honor .btn-1 a {
    color: #fff;
}
.g-eval .u-honor .btn-2 {
    background:#5ca21b;
    margin-left: 6px;
}
.g-eval .u-honor .btn-2 a {
    color: #fff;
}
.g-eval .u-honor .infor {
width: 150px;
    float: left;
    line-height: 1.8em;
    font-size: 12px;
    margin: 20px 0 0 19px;
    color: #303030;
}

.g-eval .m-eval .u-eval .tit .j a {
	color: #fff;
	display: block;
}
.g-eval .m-eval .u-eval .eval {
	margin:21px 0 0 0;
}
.g-eval .m-eval .u-eval .eval ul li {
	width: 318px;
	height: 124px;
	background: #f7f7f7;
	float: left;
	margin-bottom: 10px;
}
/* .g-eval .m-eval .u-eval .eval ul .eval1 {
	margin: 16px 0 0 0px;
}
.g-eval .m-eval .u-eval .eval ul .eval2 {
	margin: 16px 0 0 18px;
}
.g-eval .m-eval .u-eval .eval ul .eval3 {
	margin: 16px 0 0 0px;
}
.g-eval .m-eval .u-eval .eval ul .eval4 {
	margin: 16px 0 0 18px;
} */
.g-eval .m-eval .u-eval .eval ul .eval2,
.g-eval .m-eval .u-eval .eval ul .eval5{
	margin: 0 23px;
}
.g-eval .m-eval .u-eval .eval ul .pic {
	width: 58px;
	height: 58px;
	border:solid 1px grey;
	float: left;
	margin: 14px 0 0 8px;
}
.g-eval .m-eval .u-eval .eval ul .pic .u-pic {
	width: 58px;
	height: 40px;
	border-bottom: solid 1px grey;
}
.g-eval .m-eval .u-eval .eval ul .pic .tt {
	font-size: 12px;
	width: 58px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #fff;
	border-bottom: 1px grey solid;
}
.g-eval .m-eval .u-eval .eval ul .name {
	float: left;
	font-size: 14px;
	color: #313131;
	margin: 14px 0 0 20px;
}
.g-eval .m-eval .u-eval .eval ul .infor {
	font-size: 12px;
	color: #979797;
	float: left;
	margin:9px 0 0 20px;
}
.g-eval .m-eval .u-eval .eval ul .txt {
	width: 203px;
	font-size: 12px;
	color: #636363;
	float: left;
	line-height: 1.8em;
	margin:15px 0 0 20px;
}
.g-eval .m-eval .u-honor {
	width: 317px;
	height: 352px;
	float:right;
}
.g-eval .m-eval .u-honor ul li {
	width: 148px;
	height: 109px;
	background: #ededed;
	float: left;
	border:solid 2px #ededed;
}
.g-eval .m-eval .u-honor ul .hon2 {
	margin: 0 0 0 13px;
}
.g-eval .m-eval .u-honor ul .hon3,.g-eval .m-eval .u-honor ul .hon5 {
	margin: 6px 0 0 0px;
}
.g-eval .m-eval .u-honor ul .hon4,.g-eval .m-eval .u-honor ul .hon6 {
	margin: 6px 0 0 13px;
}
.g-eval .m-eval .u-honor ul li:hover {

	background:#79d51a;
}
.g-eval .m-eval .u-honor ul li .mask {
	width: 148px;
	height: 109px;
	background:#79d51a;
	position: absolute;
	margin-top: -111px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 1.8em;
}
.g-eval .m-eval .u-honor ul li .mask .tit {
	margin-top: 30px;
}
.g-eval .m-eval .u-honor ul li .mask  a {
	color: #fff;
}
/*evaluation*/
/*出国月报、小樱电台、华樱论坛*/
.g-other .m-other {
	width: 1000px;
	margin:0 auto;
	height: 275px;
	margin-bottom: 40px;
}
.g-other .m-other .m-o1 {
	width: 360px;
	height: 275px;
	float: left;
}
.g-other .m-other .m-o1 .u-o1 {
	width: 360px;
	height: 36px;
	border-bottom: solid 1px #868686;
}
.g-other .m-other .m-o1 .u-o1 .tit {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
	float: left;
	margin-top: 9px;
}
.g-other .m-other .m-o1 .u-o1 .btn	{
	width: 105px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	border-radius: 8px;
	background: #ff8400;
	float: right;
	cursor: pointer;
	margin-top: 3px;
}
.g-other .m-other .m-o1 .u-o1 .btn a {
	color: #fff;
}
.g-other .m-other .m-o1 .pic {
	width: 137px;
	margin-top: 16px;
	float: left;
}
.g-other .m-other .m-o1 .pic .tt {
	text-align: center;
	font-size: 12px;
	color:#303030;
	margin-top: 5px;
}
.g-other .m-other .m-o1 .btn {
	width: 65px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
	color: #fff;
	float: left;
	margin:113px 0 0 0px;
	cursor: pointer;
}
.g-other .m-other .m-o1 .btn-1 {
	background:#313131;
	margin-left: 21px;
}
.g-other .m-other .m-o1 .btn-1 a {
	color: #fff;
}
.g-other .m-other .m-o1 .btn-2 {
	background:#5ca21b;
	margin-left: 6px;
}
.g-other .m-other .m-o1 .btn-2 a {
	color: #fff;
}
.g-other .m-other .m-o1 .infor {
	width: 204px;
	float: left;
	line-height: 1.8em;
	font-size: 12px;
	margin:20px 0 0 19px;
	color: #303030;
}
.g-other .m-other .m-o2 {
	width: 287px;
	height: 275px;
	float: left;
	margin-left: 18px;
}
.g-other .m-other .m-o2 .u-o2 {
	width: 287px;
	height: 36px;
	border-bottom: solid 1px #868686;
}
.g-other .m-other .m-o2 .u-o2 .tit {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
	float: left;
	margin-top: 9px;
}
.g-other .m-other .m-o2 .u-o2 .btn	{
	width: 105px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	border-radius: 8px;
	background: #ff8400;
	float: right;
	cursor: pointer;
	margin-top: 3px;
}
.g-other .m-other .m-o2 .u-o2 .btn a {
	color: #fff;
}
.g-other .m-other .m-o2 .u-fm {
	font-size: 12px;
	margin-top: 14px;
}
.g-other .m-other .m-o2 .u-fm .time {
	color:#5ca21b;
	margin: 0 14px 0 0;
}
.g-other .m-other .m-o2 .u-fm .tit {
	color: #494949;
}
.g-other .m-other .m-o2 .u-fm .fm1 {
	margin-top: 20px;
}
.g-other .m-other .m-o3 {
	width: 310px;
	height: 275px;
	float: right;
}
.g-other .m-other .m-o3 .u-o3 {
	width: 310px;
	height: 36px;
	border-bottom: solid 1px #868686;
}
.g-other .m-other .m-o3 .u-o3 .tit {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
	float: left;
	margin-top: 9px;
}
.g-other .m-other .m-o3 .u-o3 .btn {
	float: right;
	margin: 5px 0 0 0;
	width: 47px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #79d51a;
	font-size: 12px;
}
.g-other .m-other .m-o3 .u-o3 .btn a {
	color: #fff;
}
.g-other .m-other .m-o3 .disc ul {
	margin-top: 15px;
}
.g-other .m-other .m-o3 .disc ul li {
	height: 30px;
	width: 310px;
	border-bottom: solid 1px #dbdbdb;
	line-height: 30px;
	font-size: 12px;
	color: #494949;
}
/*出国月报、小樱电台、华樱论坛*/

/* 精彩视频*/
.g-video{
	clear:both;
}
.g-video .m-video {
	width: 1000px;
	margin:0 auto;
}
.g-video .m-video .u-tt {
	width: 1000px;
	height: 35px;
	border-bottom: solid 1px #dbdbdb;
	  margin-bottom: 20px;
}
.g-video .m-video .u-tt .tt {
	font-size: 18px;
	font-weight: 500;
	float: left;
	margin-bottom: 20px;
}
.g-video .m-video .u-tt .tt a {
	color: #303030;
}
.g-video .m-video .u-tt .btn {
	width: 47px;
	height: 28px;
	background: #79d51a;
	line-height: 28px;
	text-align: center;
	float: right;
	font-size: 12px;
}
.g-video .m-video .u-tt .btn a {
	color: #fff;
	display: block;
}
.g-video .m-video .m-main {
	margin-bottom: 30px;
}
.g-video .m-video .m-main .scrollBox{
	width:1000px;
	position:relative;
	height: 150px;
}
.g-video .m-video .m-main .scrollBox .piclist{
	overflow:hidden;
	zoom:1;
}
.g-video .m-video .m-main .scrollBox .ohbox{
	overflow:hidden;
	position:relative;
	width:896px;
	left: 101px;
}
.g-video .m-video .m-main .scrollBox {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.g-video .m-video .m-main .scrollBox .piclist li{
	float:left;
	display:inline;
	width:400px;
	background:#fff;
	margin-right:48px;
}
.g-video .m-video .m-main .scrollBox .piclist li img {
	float: left;
}
.g-video .m-video .m-main .scrollBox .piclist li span{
	width:176px;
	float: left;
	line-height:1.8em;
	display:block;
	margin:10px 0 0 18px;
}
.g-video .m-video .m-main .scrollBox .piclist li span.tt {
	font-size: 14px;
	font-weight: 700;
	height: 50px;
}
.g-video .m-video .m-main .scrollBox .piclist li span.ct {
	font-size: 12px;
	width: 176px;
}
.g-video .m-video .m-main .scrollBox .pageBtn span{
	display:block;
	width:25px;
	height:37px;
	position:absolute;
	top:48px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.g-video .m-video .m-main .scrollBox .pageBtn .prev{
	left:0px;
	background: url(/images/newsite/hy_v_btn_prev.png);
}
.g-video .m-video .m-main .scrollBox .pageBtn .next{
	right:0px;
	background: url(/images/newsite/hy_v_btn_next.png);
}
/* 精彩视频*/


/*attention*/
.g-atten .m-atten {
	width: 1000px;
	margin:0 auto;
	height:300px;
}
.g-atten .m-atten .u-nav .tt {
	font-size: 18px;
	float: left;
}
.g-atten .m-atten .u-btn ul  {
	float: right;
}
.g-atten .m-atten .u-btn ul li {
	float: left;
	width: 45px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border:solid 1px #fff;
	font-size: 12px;
	cursor: pointer;
}
.g-atten .m-atten .u-btn ul li.on {
	border:solid 1px #5da21b;
}
.g-atten .m-atten .tit {
	width: 1000px;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	background: #5da21b;
	float: left;
	color:#fff;
	margin-top: 5px;
}
.g-atten .m-atten .tit .tit1 {
	margin:0 248px 0 15px;
}
.g-atten .m-atten .tit .tit2 {
	margin:0 280px 0 0;
}
.g-atten .m-atten .tit .tit1 {

}
.g-atten .m-atten .p1,.g-atten .m-atten .p2,.g-atten .m-atten .p3 {
	float: left;
	font-size: 14px;
}
.g-atten .m-atten .p1 ul li,.g-atten .m-atten .p2 ul li,.g-atten .m-atten .p3 ul li {
	margin-top: 18px;
}
.g-atten .m-atten .p2{
	margin-left: 54px;
}
.g-atten .m-atten .p3 {
	margin-left: 73px;
}
.g-atten .m-atten .p ul {
	width: 280px;
}
/*attention*/
/*know*/
.g-know .m-know {
	width: 1000px;
	margin:0 auto;
	height:300px;
}
.g-know .m-know .u-nav .tt {
	font-size: 18px;
	float: left;
}
.g-know .m-know .u-btn ul  {
	float: right;
}
.g-know .m-know .u-btn ul li {
	float: left;
	width: 45px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border:solid 1px #fff;
	font-size: 12px;
	cursor: pointer;
}
.g-know .m-know .u-btn ul li.on {
	border:solid 1px #5da21b;
}
.g-know .m-know .tit {
	width: 1000px;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	background: #5da21b;
	float: left;
	color:#fff;
	margin-top: 5px;
}
.g-know .m-know .tit .tit1 {
	margin:0 248px 0 15px;
}
.g-know .m-know .tit .tit2 {
	margin:0 280px 0 0;
}
.g-know .m-know .p1,.g-know .m-know .p2,.g-know .m-know .p3 {
	float: left;
	font-size: 14px;
}
.g-know .m-know .p1 ul li,.g-know .m-know .p2 ul li,.g-know .m-know .p3 ul li {
	margin-top: 18px;
}
.g-know .m-know .p2{
	margin-left: 54px;
}
.g-know .m-know .p3 {
	margin-left: 73px;
}
.g-know .m-know .p ul {
	width: 280px;
}
/*know*/
/*syntheses*/
.g-syn {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.g-syn .m-syn {
	width: 1000px;
	margin:0 auto;
}
.g-syn .m-syn .m-about,.g-syn .m-syn .m-abord,.g-syn .m-syn .m-waiyu,.g-syn .m-syn .m-immi,.g-syn .m-syn .m-server{
	width:125px;
	/*height: 425px;*/
	float: left;
}
.g-syn .m-syn .m-contact {
	float: right;
		width:125px;
	/*height: 425px;*/
}
.g-syn .m-syn .m-abord,.g-syn .m-syn .m-waiyu,.g-syn .m-syn .m-immi,.g-syn .m-syn .m-server {
	margin-left: 47px;
}
.g-syn .m-syn .tt {
	width: 72px;
	height: 30px;
	font-size: 18px;
	border-bottom:solid 1px #a4a4a4;
}
.g-syn .m-syn .tt,
.g-syn .m-syn .tt a{
	color: #5ca21b;
}
.g-syn .m-syn .tt1 {
	margin-top: 28px;
}
.g-syn .m-syn .tt2 {
	margin-top: 28px;
	width:90px;
}
.g-syn .m-syn .st {
	margin-top: 18px;
	color:#5CA21B;
	font-size:14px;
}
.g-syn .m-syn ul {
	font-size: 12px;
	color: #5c5c5c;
	margin-top: 20px;
}
.g-syn .m-syn ul li {
	margin-top: 8px;
}
/*syntheses*/
/*友情链接*/
.g-links {
	margin:0 auto 40px;
	clear: both;
	overflow:hidden;
}
.g-links .m-links {
	width: 1000px;
	margin:0 auto;
}
.g-links .m-links .tt {
	font-size: 18px;
	width: 1000px;
	height: 30px;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 20px;
}
.g-links .m-links ul  {
}
.g-links .m-links ul li {
	float: left;
	font-size: 12px;
	margin:5px 0 0 10px;
}
/*友情链接*/
/*footer*/
.g-ft {
	width: 100%;
	height:100px;
	clear: both;
	float: left;
	margin-top: 38px;
}
.g-ft ,
.g-ft a{
	color:#FFF;
}
.g-ft .m-ft {
	width:100%;
	height: 37px;
	background:#5da21b;
	line-height: 37px;
}
.g-ft .m-ft .u-ft {
	width: 1000px;
	margin:0 auto;
}
.g-ft .m-ft .u-ft ul {
	height: 37px;
	margin: 0 auto;
}
.g-ft .m-ft .u-ft ul li {
	float:left;
	font-size: 12px;
	color: #fff;
}
.g-ft .m-ft .u-ft ul li a {
	color: #fff;
}
.g-ft .m-ft .u-ft{*text-align:center;}
.g-ft .m-ft .u-ft ul {display:table;margin-left:auto;margin-right:auto;}
.g-ft .m-ft .u-ft ul li{float:left;*float:none;*display:inline;*zoom:1;}

.g-ft .m-ft-2 {
	width:100%;
	height: 80px;
	background:#343434;
}
.g-ft .m-ft-2 .u-ft-2 {
	width: 1000px;
	margin:0 auto;
	font-size: 12px;
	color: #fff;
	line-height: 1.8em;
}
.g-ft .m-ft-2 .u-ft-2 .txt1 {
	float: left;
	margin: 20px 0 0 0;
}
.g-ft .m-ft-2 .u-ft-2 .txt2 {
	float: right;
	margin: 20px 0 0 0;
}
/*footer*/

/*栏目页*/
.g-column{
	padding:0 0 30px 0;
	overflow:hidden;
}
.g-column .m-column {
	width: 1000px;
	margin:0 auto;
}
.g-column .m-column .u-header {
	width: 1000px;
	height: 69px;
	border-bottom: 1px solid #aaaaaa;
	font-size: 12px;
	margin-bottom: 24px;
}
.g-column .m-column .u-header .column-nav {
	padding-top: 44px;
}
.g-column .m-column .u-header .column-nav ul li {
	float:left;
}
.g-column .m-column .u-header .u-linkmore {
	float: right;
}
.g-column .m-column .u-header .u-linkmore  a {
	color: #c3c3c3;
}
.g-column .m-column .m-column-left {
	float: left;
	width: 666px;
}
#col_active {
	width: 1000px;
    float: none;
    margin: 40px auto 0;
}
#col_active .m-content .label ul {
	    margin-left: 250px;
 }
#col_active .m-content .m-infor ul li {
	width: auto;
}
#col_active .m-content .m-infor {
	width: 1000px;
	    padding-right: 55px;
}
#col_active .m-content .u-intro {
	width: 1000px;
	padding: 15px 0;
}
.g-column .m-column .m-column-left .tt h1 {
	font-size: 20px;
}
.g-column .m-column .m-column-left .m-list-nav{
	overflow:hidden;
}
.g-column .m-column .m-column-left .m-list-nav dt{
	margin:0 0 10px 0;
	background:#6bb81c;
	color:#FFF;
}
.g-column .m-column .m-column-left .m-list-nav dd{
	font-size:12px;
}
.g-column .m-column .m-column-left .m-list-nav dt li,
.g-column .m-column .m-column-left .m-list-nav dd li{
	width:101px;
	margin:0 10px 10px 0;
	float:left;
	text-align:center;
	background:#6bb81c;
}
.g-column .m-column .m-column-left .m-list-nav a{
	color:#FFF;
	display:block;
	text-align:center;
}
.g-column .m-column .m-column-left .m-list-nav a:hover{
	background:#8d8d8d;
}
.g-column .m-column .m-column-left .m-list-nav dt a{
	line-height:36px;
}
.g-column .m-column .m-column-left .m-list-nav dd li a{
	line-height:24px;
}
.g-column .m-column .m-column-left .m-list {
	font-size: 12px;
}
.g-column .m-column .m-column-left .m-list .u-line{
	height:45px;
	display:block;
	content:'';
	clear:both;
}
.g-column .m-column .m-column-left .m-list .list li {
	width: 666px;
	border-bottom:solid 1px #eaeaea;
	line-height: 42px;
	background: url(/images/newsite/bg_r.jpg) no-repeat 5px 21px ;
	text-indent: 20px;
}
.g-column .m-column .m-column-left .m-list-mix .list li {
	background: none ;
	text-indent: 0;
	padding:20px 0;
	overflow:hidden;
	line-height:20px;
}
.g-column .m-column .m-column-left .m-list-mix .list li dt{
	font-size:18px;
	line-height:30px;
	padding:0 0 6px 0;
	font-weight:bold;
}
.g-column .m-column .m-column-left .m-list-mix .list li img{
	float:left;
	margin:0 10px 0 0;
	width: 206px;
}
.g-column .m-column .m-column-left .m-list .list li.fenge {
	margin-bottom: 44px;
}
.g-column .m-column .m-column-left .m-list .list li  .time {
	float: right;
}
.g-column .m-column .m-column-left .m-text-box {
	width: 664px;
	clear:  both;
	font-size: 12px;
	margin:0 0 25px 0;
	border:solid 1px #b5b5b5;
}
.g-column .m-column .m-column-left .m-text-box .u-tt {
	color: #4c8c09;
	text-align: center;
	width: 80px;
	height: 20px;
	background: #fff;
	text-align: center;
	line-height: 20px;
	margin: -10px auto 0 auto;
}
.g-column .m-column .m-column-left .m-text-box p {
	width: 626px;
	line-height: 1.8em;
	margin:20px 0 0 20px;
}
.g-column .m-column .m-column-left .m-text-box .u-ct {
	padding:0 0 30px 0;
}
.g-column .m-column .m-column-left .m-text-box p span {
	font-weight: bold;
}
.g-column .m-column .m-column-left .m-gg{
	width: 666px;
	background:#aaa;
	margin:0 0 28px 0;
}
.g-column .m-column .m-column-left .m-gg img{
	display:block;
}
.g-column .m-column .m-column-left .m-zt {
	width: 666px;
	height:160px;
	float: left;
	margin-bottom: 35px;
}
.g-column .m-column .m-column-left .m-zt #ztlist li {
	float: left;
	margin:0 12px 0 0;
}
.g-column .m-column .m-column-left .m-zt #ztlist li a {
	display: block;
}
.g-column .m-column .m-column-left .m-zt #ztlist li a img {
	border:solid 1px grey;
	display: block;
}
.g-column .m-column .m-column-left .m-zt #ztlist li p {
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	padding: 12px 0 0 0;
}
.g-column .m-column .m-column-left .m-zt #ztlist .u-j {
	position: absolute;
	margin: 100px 0 0 635px;
}
.g-column .m-column .m-column-left .m-text{
	width: 666px;
	overflow:hidden;
	margin:0 0 20px 0;
}
.g-column .m-column .m-column-left .m-text .m-nav{
	overflow:hidden;
	margin:0 0 20px 0;
}
.g-column .m-column .m-column-left .m-text .m-nav .nav li {
	float: left;
	width: 133px;
	height: 28px;
	line-height: 28px;
	background: #6bb81c;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.g-column .m-column .m-column-left .m-text .m-nav .nav li.on {
	background: #4c8c09;
}
.g-column .m-column .m-column-left .m-text .text-list  {
	width: 666px;
}
.g-column .m-column .m-column-left .m-text .text-list ul{
	overflow:hidden;
	margin:0;
	padding:0;
}
.g-column .m-column .m-column-left .m-text .text-list ul li {
	float: left;
	font-size: 12px;
	line-height: 28px;
	margin:0 13px 6px 20px;
	width: 300px;
}
.g-column .m-column .m-column-left .m-text .text-list ul li.n1 {
	margin-left: 110px;
}
.g-column .m-column .m-column-left .grayborder .dl-5-1-1 span {
	    font-size: 14px;
    font-weight: 700;
    padding: 0 0 10px 0;
    display: block;
}
.g-column .m-column .m-column-left .grayborder .dl-5-1-2 {
	font-size: 14px;
}
.g-column .m-column .m-column-left .grayborder .dl-5-1-3 {
	font-size: 14px;
}
  #pinggu_notice {
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  }
    .g-column .m-column .m-column-left .grayborder .dl-5-1-6 {
	    font-size: 14px;
    color: #6fb51f;
    font-weight: 700;
    padding: 10px 0 15px 0;
    }
  .g-column .m-column .m-column-left .grayborder .dl-5-1-8 p {
	font-size: 12px;
	line-height: 1.8em;
	    margin-bottom: 30px;
  }
  .g-column .m-column .m-column-left .grayborder .dl-5-1-3 .choice_country {
width: 114px;
    height: 25px;
    display: inline-block;
  }
  .g-column .m-column .m-column-left .grayborder .dl-5-1-3 .choice_liucheng {
width: 114px;
    height: 25px;
    display: inline-block;
  }
  .g-column .m-column .m-column-left .grayborder .dl-5-1-3 .choice_xueli {
width: 114px;
    height: 25px;
    display: inline-block;
  }
    .g-column .m-column .m-column-left .grayborder .dl-5-1-5 {
    width: 130px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #6fb91e;
    border-radius: 5px;
    color: #6fb91e;
    cursor: pointer;
    }
  #pinggu_div {
color: #535353;
  }
  #pinggu_c1 {
  padding:0 0 0 60px;
  }
#pinggu_c1 input#uname,
#pinggu_c1 input#umobile,
#pinggu_c1 input#uphone,
#pinggu_c1 input#qq,
#pinggu_c1 input#email,
#pinggu_c1 input#city
{
  width: 170px;
  height: 23px;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}
#pinggu_c1 span {
font-size: 14px;
width: 50px;
display: inline-block;
text-align: right;
}
#pinggu_c1 div {
  float: left;
  width:300px;
  height: 30px;
  margin: 10px 0;
}
#pinggu_c2 {
  font-size: 14px;
  padding-left: 10px;
}
#pinggu_c2 select {
  width: 176px;
  height: 29px;
  margin: 10px 0;
}
#pinggu_c2 select#cr_xueli,#pinggu_c2 select#cr_yusuan {
  margin-right: 24px;
}
#pinggu_c2 span {
  width: 100px;
  text-align: right;
  display: inline-block;
}
#pinggu_c2 ul {
  padding-left: 28px;
}
#pinggu_c2 li {
width: 89px;
float: left;
margin: 10px 0px;
}
#pinggu_c2 .u-title {
  text-align: center;
font-weight: 700;
padding: 10px 0px;
font-size: 15px;
}
#pinggu_c2 .m-details {
  padding:10px 0;
}
#pinggu_c2 .m-details input {
  width: 170px;
  height: 23px;
  margin: 10px 0;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}
#pinggu_c2 .m-details input#cr_xuexiao,
#pinggu_c2 .m-details input#cr_zhuanye {
  margin-right: 20px;
}
#pinggu_c2 .m-details h3 {
  text-align: center;
}
#pinggu_c2 .m-details .language span {
width: 45px;
padding-right: 5px;
}
#pinggu_c2 .m-details .language input {
  width: 115px;
  margin-right: 5px;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}
#pinggu_c2 .m-details .language .infor {
  margin-left: 18px;
}
#pinggu_c2 .m-details #wt_more {
  width: 517px;
  height: 90px;
  margin:10px auto;
  display: block;
}
#pinggu_c #pinggu_btn {
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border:solid 1px #6bb81c;
  margin:0 auto 30px;
  border-radius: 5px;
}
#pinggu_c #pinggu_btn a {
  text-decoration: none;
  color: #6bb81c;
  display: block;
}

.g-column .m-column .m-column-right {
	float: right;
	width: 300px;
}
.g-column .m-column .m-column-right .m-scroll {
	margin: 0 0 16px 0;
}
.g-column .m-column .m-column-right .m-scroll  .tmall-brand{
	position: relative;
	height: 300px;
	width: 300px;
	overflow: hidden;
}
.g-column .m-column .m-column-right .m-scroll .tmall-brand .fCl-slide a{
	display: block;
	height: 300px;
	width: 300px;
	text-align: center;
	color: #666;
	overflow: hidden;
}

.g-column .m-column .m-column-right .m-scroll  .tmall-brand .fCl-nav{
	height:24px;
	line-height:18px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.g-column .m-column .m-column-right .m-scroll  .tmall-brand .fCl-nav li{
	float: left;
	width: 12px;
	font-family: Tahoma,Helvetica;
	font-size: 28px;
	_font-size: 38px;
	margin-right: 5px;
	color: #B2B2B2;
	cursor: pointer;
}
.g-column .m-column .m-column-right .m-scroll  .tmall-brand .fCl-nav li.on{
	color:#595959;
}
.g-column .m-column .m-column-right .common .m-tt {
	width: 300px;
	height: 37px;
	background: #8d8d8d;
	line-height: 37px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.g-column .m-column .m-column-right .common .m-tt .tt {
	float: left;
	text-indent: 11px;
}
.g-column .m-column .m-column-right .common .m-tt p {
	float: right;
	margin:2px 2px 0 0;
}
.g-column .m-column .m-column-right .common .list {
	font-size: 12px;
	line-height: 1.8em;
	  margin-bottom: 20px;
}
.g-column .m-column .m-column-right .common .list ul li {
	width: 300px;
	padding:12px 0 12px 0;
	border-bottom: solid 1px #d1d1d1;
	overflow:hidden;
}
.g-column .m-column .m-column-right .common .list ul li:last-child{
	border-bottom:none;
}
.g-column .m-column .m-column-right .m-timeright .list ul li .u-time {
	float: right;
}
.g-column .m-column .m-column-right .m-value .list ul li {
	width: 300px;
	font-size: 12px;
}
.g-column .m-column .m-column-right .m-value .list ul li .name {
	padding:6px 0 6px 0;
	font-weight: bold;
	vertical-align:middle;
}
.g-column .m-column .m-column-right .m-value .list ul li .name img{
	margin:0 10px 0 0;
	vertical-align:middle;
}
.g-column .m-column .m-column-right .m-value .list ul li .content {
	padding:0 0 0 0;
	color: #787878;
}
.g-column .m-column .m-column-right .m-school .m-form .xiala select {
	width: 300px;
	height: 29px;
	border:solid 1px #d1d1d1;
	color: #bdbdbd;
	margin-top: 15px;
}
.g-column .m-column .m-column-right .m-school .m-form .xiala input {
	width: 297px;
	height: 25px;
	margin:17px 0 15px 0;
}
.g-column .m-column .m-column-right .m-school .m-form .xiala .btn {
	width: 144px;
	height: 27px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	background: #6bb81c;
	font-size: 12px;
	cursor: pointer;
	float: left;
	margin-bottom: 42px;
}
.g-column .m-column .m-column-right .m-school .m-form .xiala .linkmore	{
	font-size: 12px;
	float: right;
	  margin: 7px;
}
.g-column .m-column .m-column-right .m-school .m-form .xiala .linkmore a {
	text-decoration: underline;
}

.g-column .m-column .m-column-right .m-pinggu .u-btn {
	background:url(/images/newsite/p_02.jpg) no-repeat;
	width: 189px;
	height: 42px;
  	clear: both;
	text-align: center;
}
.g-column .m-column .m-column-right .m-pinggu .u-btn a {
	color: #fff;
	line-height: 37px;
	display: block;
}
.g-column .m-column .m-column-right .m-pinggu .txt{
	width:189px;
	text-align:center;
	font-size: 12px;
	color: #686868;
	margin-top: 10px;
}
.g-column .m-column .m-column-right .m-pinggu .txt a{
	display:block;
}
/*分页样式*/
.m-botpage{height:30px;padding:4px;line-height:26px;clear:both; margin:20px 0;font-size: 12px;}
.m-botpage a, .m-botpage strong{background: #6bb81c; float:left;display:inline;margin-left:4px;padding:0 8px;height:26px; color:#fff; overflow:hidden;text-decoration:none;}
.m-botpage a:hover{border-color:#369;color:#369;}
.m-botpage a.nxt, .m-botpage a.prev{padding:0 10px; background: #4d8c09;}
.m-botpage strong{background:#8d8d8d;}
/*栏目页*/

/*内容页*/
.g-column .m-column .m-column-left .m-content .tt {
	text-align: center;
	margin-bottom: 22px;
}
.g-column .m-column .m-column-left .m-content .label {
	margin:0 0 50px 0;

}
.g-column .m-column .m-column-left .m-content .label ul {
	margin-left: 92px;
}
.g-column .m-column .m-column-left .m-content .label ul li {
	float:left;
	font-size: 12px;
	color: #757575;
	margin-left: 45px;
}
.g-column .m-column .m-column-left .m-content .m-infor {
	width: 664px;
	margin:0 0 15px 0;
	padding:0 0 11px 0;
	overflow:hidden;
	border:solid 1px #dfdfdf;
	clear: both;
}
.g-column .m-column .m-column-left .m-content .m-infor ul li{
	width: 222px;
	float: left;
	margin:15px 0 0 15px;
}
.g-column .m-column .m-column-left .m-content .m-infor ul li.u-last{
	width: 412px;
}
.g-column .m-column .m-column-left .m-content .m-infor ul li.u-cols{
	width: 634px;
}
.g-column .m-column .m-column-left .m-content .m-infor ul li .u-tt{
	width: 72px;
	height:21px;
	background:#6bb81c;
	text-align: center;
	line-height: 21px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
}
.g-column .m-column .m-column-left .m-content .m-infor ul li .ct {
	font-size: 12px;
	margin-left: 10px;
}
.g-column .m-column .m-column-left .m-content .u-intro {
	width: 606px;
	background: #eaeaea;
	margin:.0 0 25px 0;
	padding:15px 30px;
	font-size: 12px;
	line-height: 20px;
	color: #4c8c09;
}
.g-column .m-column .m-column-left .m-content .m-ct{
	padding:0 0 30px 0;
}
.g-column .m-column .m-column-left .m-content .m-ct p {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.g-column .m-column .m-column-left .m-content .m-ct table{border-collapse:collapse; width:100%;}
.g-column .m-column .m-column-left .m-content .m-ct table tr td{border:1px solid #AAA; padding:2px;}
.g-column .m-column .m-column-left .m-ac {
	width: 666px;
	margin:0 0 40px 0;
	overflow:hidden;
	border-top:solid 1px  #4c8c09;
}
.g-column .m-column .m-column-left .m-ac ul li {
	width: 192px;
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	color: #4c8c09;
	float: left;
	padding: 57px 15px 0 15px;
}
.g-column .m-column .m-column-left .m-ac ul li a {
	color: #4c8c09;
}
.g-column .m-column .m-column-left .m-ac ul li .u-icon-weixin,
.g-column .m-column .m-column-left .m-ac ul li .u-icon-qq,
.g-column .m-column .m-column-left .m-ac ul li .u-icon-lizhi{
	width: 155px;
	height: 72px;
	margin:0 auto;
}
.g-column .m-column .m-column-left .m-ac ul li .u-icon-weixin{
	background:url(/images/newsite/weixin_logo_60.png) no-repeat center top;
}
.g-column .m-column .m-column-left .m-ac ul li .u-icon-qq{
	background:url(/images/newsite/qqqun_logo_60.png) no-repeat center top;
}
.g-column .m-column .m-column-left .m-ac ul li .u-icon-lizhi{
	background:url(/images/newsite/gushihui_logo.png) no-repeat center top;
}
.g-column .m-column .m-column-left .m-content .m-tips {
	width: 666px;
	height: 200px;
	background:#eaeaea;
	margin-bottom: 36px;
}
.g-column .m-column .m-column-left .m-content .m-tips .tit {
	padding:17px 0 13px 42px;
}
.g-column .m-column .m-column-left .m-content .m-tips .ct {
	font-size: 12px;
	line-height: 1.8em;
}
.g-column .m-column .m-column-left .m-content .m-tips .ct p {
	margin:0 0 10px 44px;
}
.g-column .m-column .m-column-left .m-content .m-btns {
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 25px;
}
/*内容页*/
/*客服CustomerService-*/
.g-cs-main,.g-ah-main {
	width:1200px;
	margin:0 auto;
}
/*客服导航*/
.g-cs-nav {
	float: left;
}
.g-cs-nav .u-tt {
	color:#232323;
	margin:20px 0 15px 0;
}
.g-cs-nav .u-tt .t1 {
	font-size: 18px;
}
.g-cs-nav .u-tt .t2 {
	font-size: 8px;
}
.g-cs-nav .m-nav {
	position: relative;
}
.g-cs-nav .m-nav ul li {
	width: 189px;
	height:35px;
	line-height: 35px;
	font-size: 12px;
	border-bottom:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	text-indent: 27px;
	cursor: pointer;
	position: relative;
}
.g-cs-nav .m-nav ul li a {
	display: block;
}
.g-cs-nav .m-nav ul li span {
	position: absolute;
	top: 15px;
	right:21px;
	background: url(/images/newsite/kefu/s_label_03.jpg) no-repeat;
	width: 3px;
	height:5px;
}
.g-cs-nav .m-nav ul li.firstli {
	border-top:solid 1px #dddddd;
}
.g-cs-nav .m-nav ul li.current {
	background: url(/images/newsite/kefu/s_btn_bg_01.png) no-repeat;
	width: 195px;
	height: 41px;
	margin: 0 0 0 -4px;
	border:none;
	color:#fff;
	line-height: 41px;
}
.g-cs-nav .m-nav ul li.current a {
	color: #fff;
}
.g-cs-nav .m-nav ul li.current span {
	background: url(/images/newsite/kefu/s_label_04.jpg) no-repeat;
}
/*客服导航*/
.m-right {
    width: 940px;
    float: right;
    margin-bottom: 70px;
}
.m-right  .u-text dl {
    font-size:14px;
    line-height:1.8em;
    text-align: center;
}
.m-right  .u-text dl dt {
    font-weight: 700;
    /*font-size: 16px;*/
}
.m-cs-hp .u-tt img {
	display: block;
	width: 580px;
	  margin: 64px 0 5px 88px;
}
.m-cs-hp .m-box {
	width: 337px;
	height: 403px;
	border:solid 1px #5fadc8;
	border-radius: 5px;
	float: left;
}
.m-cs-hp .m-box-2 {
	margin-left: 12px;
	margin-bottom: 32px;
}
.m-cs-hp .u-pic-box {
	width: 290px;
	height: 196px;
	border:solid 1px #eaeaea;
	margin:25px auto;
}
.m-cs-hp .u-pic-box img {
	display: block;
}
.m-cs-hp .u-pic-box .u-pic-1,.m-cs-hp .u-pic-box .u-pic-2 {
	float: left;
	margin: 1px 1px 0 1px;
}
.m-cs-hp .u-pic-box .u-pic-3 {
	  margin: 1px 0 0 0px;
}
.m-cs-hp .m-box-1 .u-list ul li {
	font-size: 12px;
	color: #1b1b1b;
	line-height: 2.2em;
}
.m-cs-hp .m-box-1 .u-list ul li p {
	text-indent: 2em;
}
.m-cs-hp .m-box-1 .u-list ul li span {
	background: url(/images/newsite/kefu/s_label_05.png) no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
	margin: 12px 0 0 10px;
}
.m-cs-hp .m-box-1 .u-label-h {
	background: url(/images/newsite/kefu/s_heart_02.jpg) no-repeat;
	width: 72px;
	height: 60px;
	position: absolute;
	margin: -55px 0 0 240px;
	font-size: 12px;
	color: #9e070e;
	text-align: center;
	line-height: 55px;
}
.m-cs-hp .m-box-1 .u-label-h span {
	font-weight: 700;
}
.m-cs-hp .m-box-2 .u-tt {
	font-size: 12px;
	color: #1b1b1b;
	line-height: 1.8em;
	margin:15px 0 0 0;
}
.m-cs-hp .m-box-2 .u-tt span {
	font-weight: 700;
}
.m-cs-hp .m-box-2 .u-tt p {
	text-indent: 2em;
}
.m-cs-hp .m-box-2 .u-label-h {
	background:url(/images/newsite/kefu/s_heart_01.jpg) no-repeat;
	width: 72px;
	height: 60px;
	position: absolute;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin:10px 0 0 254px;
}
.m-cs-hp .m-box-2 .u-label-h span {
	font-weight: 700;
}
.m-cs-hp .m-box-2 .u-left {
	width:78px;
	float: left;
	font-size: 12px;
	color: #000;
	margin:0 0 0 24px;
}
.m-cs-hp .m-box-2 .u-left .tt-1 {
	margin:30px 0 51px 0;
}
.m-cs-hp .m-box-2 .u-left .tt-2 {
	margin:0px 0 31px 0;
}
.m-cs-hp .m-box-2 .u-left .tt-3 {
	margin:0px 0 31px 0;
}
.m-cs-hp .m-box-2 .u-right {
	width:234px;
	float: right;
	color: #000;
	font-size: 12px;
	line-height: 1.8em;
}
.m-cs-hp .m-box-2 .u-right .txt-1 {
	margin: 27px 0 0 0;
}
.m-cs-hp .m-box-2 .u-right .txt-2 {
	margin: 19px 0 0 0;
}
.m-cs-hp .m-box-2 .u-right .txt-3 {
	margin: 2px 0 0 0;
}
.m-cs-hp .m-box-2 .u-right .txt-4 {
	margin: 2px 0 0 0;
}
.m-cs-hp .m-activity {
	margin:32px 0 0 0;
}
.m-cs-hp .m-activity .u-nav {
	font-size: 12px;
	width: 268px;
	margin:0 auto;
}
.m-cs-hp .m-activity .u-nav ul li {
	float: left;
	width: 108px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	margin:0 0 0 15px;
}
.m-cs-hp .m-activity .u-nav ul li.on {
	background:url(/images/newsite/kefu/s_btn_bg_01.jpg);
}
.m-cs-hp .m-activity .m-list {
	width:690px;
	border-top: solid 1px #c3c3c3;
	clear: both;
}
.m-cs-hp .m-activity .m-list li {
	line-height: 1.2em;
	float: left;
	  margin-top: 30px;
}
.m-cs-hp .m-activity .m-list li.l1 {
	margin-right: 60px;
}
.m-cs-hp .m-activity .m-list .u-pic {
	width: 315px;
	height: 163px;
	background: #ececec;
}
.m-cs-hp .m-activity .m-list .u-tt {
	font-size: 18px;
	color: #2e2e2e;
	font-weight: 700;
	margin:17px 0 0 0;
}
.m-cs-hp .m-activity .m-list .u-time {
	font-size: 12px;
	color: #939393;
}
.m-cs-hp .m-activity .m-list .u-txt {
	font-size: 12px;
	color: #939393;
	width:315px;
}
/*客服首页*/
/*服务流程*/
.m-right-2 {
	width: 805px;
	float: left;
	margin:0 0 0 0;
}
.m-cs-service .u-tt {
	text-align: center;
	font-size: 18px;
	margin:65px 0 10px 0;
}
.m-cs-service .u-tt span {
	font-weight: 700;
}
.m-cs-service .u-tt-label {
	background: url(/images/newsite/kefu/s_label_01.jpg) no-repeat;
	width: 203px;
	height: 35px;
	margin:0 auto;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	color: #fff;
}
.m-cs-service .m-service {
	width: 127px;
	float: left;
}
.m-cs-service .m-service-1 {
	margin:34px 0 0 67px;
}
.m-cs-service .m-service-2 {
	margin:141px 0 0 77px;
}
.m-cs-service .m-service-3 {
	margin:33px 0 0 64px;
}
.m-cs-service .m-service-4 {
	margin:150px 0 0 64px;
}
.m-cs-service .m-service .service {
	width: 127px;
	height: 127px;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 32px;
	font-size: 16.78px;
}
.m-cs-service .m-service .service p {
	padding:45px 0 0 0;
}
.m-cs-service .m-service .service span {
	font-weight: 700;
}
.m-cs-service .m-service .service-1 {
	background: url(/images/newsite/kefu/s_circle_01.png) no-repeat;
}
.m-cs-service .m-service .service-4 {
	background: url(/images/newsite/kefu/s_circle_02.png) no-repeat;
}
.m-cs-service .m-service .m-text {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	  margin-bottom: 60px;
}
.m-cs-service .m-service .m-text p {
	border-bottom:dashed 1px #000;
	padding: 12px 0;
}
.m-cs-service .m-service .m-text p.c1 {
	color: #000;
	font-weight: 700;
}
.m-cs-service .m-service .m-text p.c2 {
	color: #000;
}
.m-cs-service .m-service .m-text p.c3 {
	color: #9e070e;
}
.m-cs-service .service-box {
	width: 796px;
	border:solid 5px #e0c79a;
	  clear: both;
	  margin: 0 0 50px 0;
}
.m-cs-service .service-box .tt {
	text-align: center;
	font-size: 12px;
	color: #282828;
	line-height: 1.8em;
	margin-bottom: 34px;
}
.m-cs-service .service-box .tt span {
	font-size: 18px;
	font-weight: 700;
}
.m-cs-service .service-box .box-angle-1 {
	background: url(/images/newsite/kefu/s_sbg_03.jpg) no-repeat;
	position: absolute;
	width: 77px;
	height: 85px;
	  margin: -28px 0 0 -27px;
}

.m-cs-service .service-box .box-angle-2 {
	background: url(/images/newsite/kefu/s_sbg_04.jpg) no-repeat;
	position: absolute;
	width: 68px;
	height: 72px;
	margin: -51px 0 0 744px;
}
.m-cs-service .service-box .text-box {
	font-size: 12px;
	line-height: 1.8em;
}
.m-cs-service .service-box .text-box li {
	margin-bottom:28px;
}
.m-cs-service .service-box .text-box span {
	background: url(/images/newsite/kefu/s_label_06.png) no-repeat;
	width:7px;
	height: 10px;
	position: absolute;
	  margin: 5px 0 0 20px;
}
.m-cs-service .service-box .text-box p {
	padding:0 40px;
}
/*服务流程*/
/*服务质量监督*/
.m-cs-control .tt {
	text-align: center;
	font-size: 18px;
	margin:65px 0 51px 0;
}
.m-cs-control .tt span {
	font-weight: 700;
}
.m-cs-control  .intro {
	font-size: 12px;
	color: #787878;
}
.m-cs-control .intro p {
	margin-bottom: 30px;
	line-height: 1.8em;
	margin-left: 47px;
}
.m-cs-control .intro p.red {
	color: #9e070e;
	font-weight: 700;
}
.m-cs-control .ct {
	background: url(/images/newsite/kefu/s_lc.jpg) no-repeat;
	width: 686px;
	height: 182px;
	margin:27px auto 56px auto;
}
/*服务质量监督*/
/*学生活动*/
.m-cs-stuactive .u-tt {
	text-align: center;
	font-size: 14px;
	margin:67px 0 27px 0;
}
.m-cs-stuactive .u-tt span {
	font-size: 18px;
	color: #d2ab66;
	font-weight: 700;
}
.m-cs-stuactive .m-intro-box {
	width: 680px;
	border:solid 5px #e0c49a;
	  margin-bottom: 41px;
}
.m-cs-stuactive .small-box {
	width: 672px;
	border:solid 1px #e0c49a;
	margin:3px;
}
.m-cs-stuactive .small-box p {
	font-size: 12px;
	line-height: 1.8em;
	  padding: 0 57px;
	  margin:27px 0;
}
.m-cs-stuactive .m-intro-box .box-angle-1 {
	background: url(/images/newsite/kefu/s_sbg_01.jpg) no-repeat;
	width: 55px;
	height: 66px;
	position: absolute;
	  margin: -11px 0 0 -12px;
}
.m-cs-stuactive .m-intro-box .box-angle-2 {
	background: url(/images/newsite/kefu/s_sbg_02.jpg) no-repeat;
	width: 59px;
	height: 64px;
	position: absolute;
	margin: -51px 0 0 636px;
}
.m-cs-stuactive .m-trait .tt {
	margin:0 0 12px 0;
}
.m-cs-stuactive .m-trait .intro {
	font-size: 12px;
	color: #787878;
}
.m-cs-stuactive .m-trait .intro p {
	width: 590px;
	line-height: 1.8em;
	margin-left: 47px;
}
.m-cs-stuactive .m-trait .u-list {
	font-size: 12px;
	color: #787878;
}
.m-cs-stuactive .m-trait .u-list ul li {
	background: url(/images/newsite/kefu/s_label_07.png) no-repeat 10px center;
	text-indent: 25px;
	float: left;
	width:300px;
	margin:12px 0 0 45px;
}
.m-cs-stuactive .m-trait .u-list ul li.l2 {
	margin-bottom:35px;
}
.m-cs-stuactive .scrollBox{ width:690px; position:relative; margin:30px 0 81px 0;}
.m-cs-stuactive .scrollBox .piclist{ overflow:hidden; zoom:1;}
.m-cs-stuactive .scrollBox .ohbox{overflow:hidden; position:relative;width:690px;left:40px}
.m-cs-stuactive .scrollBox {position:relative;overflow:hidden;zoom:1;}
.m-cs-stuactive .scrollBox .piclist li{float:left; display:inline; width:297px;border:1px solid #c9bea9;margin-right:10px;}
.m-cs-stuactive .scrollBox .piclist li img { margin:8px 8px 0 8px; display: block;}
.m-cs-stuactive .scrollBox .piclist li span{height:22px;line-height:22px;font-size:12px;display:block;text-align:center; background: #d2ab66;color: #fff;width:281px; margin:0 3px 3px 8px; }
.m-cs-stuactive .scrollBox .pageBtn span{display:block;width:29px;height:29px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.m-cs-stuactive .scrollBox .pageBtn .prev{left:0px;background: url(/images/newsite/kefu/s_btn_01.png);}
.m-cs-stuactive .scrollBox .pageBtn .next{right:0px;background: url(/images/newsite/kefu/s_btn_02.png);}
.m-cs-stuactive .m-xm .ewm {
	  margin: 0 41px 0 200px;
	float: left;
}
.m-cs-stuactive .m-xm p {
	font-size: 12px;
	margin: 0 0 0 203px;
	width: 600px;
	float: left;
}
.m-cs-stuactive .m-xm .u-tel {
	font-size: 12px;
	  padding: 35px 0 0 0;
}
.m-cs-stuactive .m-xm i {
	font-size: 25.34px;
	font-weight: 700;
}
.m-cs-stuactive #s_content {
	font-size: 14px;
}
.m-cs-stuactive #s_content>div {
	padding:5px 0;
	line-height: 1.6em;
}
/*学生活动*/
/*家长活动*/
.m-paractive .u-tt {
	font-size: 12px;
	text-align: center;
	margin:67px 0 70px 0;
 }
.m-paractive .u-tt  span{
	font-size: 18px;
	color: #d2ab66;
	font-weight: 700;
 }
 .m-paractive .intro {
	font-size: 12px;
 }
  .m-paractive .intro p {
	padding:0 48px;
	line-height: 1.8em;
	color:#787878;
	  line-height: 1.8em;
  }
.m-paractive .scrollBox{ width:690px; position:relative; margin:30px 0 81px 0;}
.m-paractive .scrollBox .piclist{ overflow:hidden; zoom:1;}
.m-paractive .scrollBox .ohbox{overflow:hidden; position:relative;width:690px;left:40px}
.m-paractive .scrollBox {position:relative;overflow:hidden;zoom:1;}
.m-paractive .scrollBox .piclist li{float:left; display:inline; width:297px;border:1px solid #c9bea9;margin-right:10px;}
.m-paractive .scrollBox .piclist li img { margin:8px 8px 0 8px; display: block;}
.m-paractive .scrollBox .piclist li span{height:22px;line-height:22px;font-size:12px;display:block;text-align:center; background: #d2ab66;color: #fff;width:281px; margin:0 3px 3px 8px; }
.m-paractive .scrollBox .pageBtn span{display:block;width:29px;height:29px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.m-paractive .scrollBox .pageBtn .prev{left:0px;background: url(/images/newsite/kefu/s_btn_01.png);}
.m-paractive .scrollBox .pageBtn .next{right:0px;background: url(/images/newsite/kefu/s_btn_02.png);}
/*家长活动*/
/*客户感言*/
.m-cs-comment .u-tt {
	text-align: center;
	font-size: 17.45px;
	color: #2a2a2a;
	margin:68px 0 40px 0;
}
.m-cs-comment .u-tt span {
	font-size: 22px;
	color: #d2ab66;
}
.m-cs-comment .comment-list .u-pic {
	width: 198px;
	height: 170px;
	float: left;
}
.m-cs-comment .comment-list img {
	display: block;
	padding: 10px 0;
}
.m-cs-comment .comment-list ul li {
	width:690px;
	background: #f1f1f1;
	margin-bottom: 27px;
	padding-bottom: 15px;
}
.m-cs-comment .comment-list .u-comment {
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	margin: 42px 0 0 27px;
}
.m-cs-comment .comment-list .u-label {
	font-size: 12px;
	color: #5b5b5b;
	margin: 28px 0 0 200px;
	line-height: 1.8em;

}
.m-cs-comment .comment-list .stu-label {
	font-size: 12px;
	color: #5b5b5b;
	margin:22px 0 0 27px;
	float: left;
}
.m-cs-comment .m-list-nav{
	overflow:hidden;
}
.m-cs-comment .m-list-nav dt{
	margin:0 0 10px 0;
	background:#6bb81c;
	color:#FFF;
}
.m-cs-comment .m-list-nav dd{
	font-size:12px;
}
.m-cs-comment .m-list-nav dt li,
.m-cs-comment .m-list-nav dd li{
	width:101px;
	margin:0 10px 10px 0;
	float:left;
	text-align:center;
	background:#6bb81c;
}
.m-cs-comment .m-list-nav a{
	color:#FFF;
	display:block;
	text-align:center;
}
.m-cs-comment .m-list-nav a:hover{
	background:#8d8d8d;
}
.m-cs-comment .m-list-nav dt a{
	line-height:36px;
}
.m-cs-comment .m-list-nav dd li a{
	line-height:24px;
}
/*客户感言*/
/*学生成长实录*/
.m-cs-mature .u-tt {
	font-size: 24px;
	font-weight: 700;
	color: #2a2a2a;
	text-align: center;
	margin:62px 0 10px 0;
	line-height: 1.8em;
}
.m-cs-mature .u-label {
	color: #2a2a2a;
	font-size: 16px;
	  margin: 0 0 20px 370px;
}
.m-cs-mature .intro-box {
	width: 686px;
	border:solid 2px #ba573d;
	  margin-bottom: 40px;
}
.m-cs-mature .intro-box p {
	font-size: 12px;
	padding: 20px 25px;
	line-height: 1.8em;
}
.m-cs-mature .m-table {
	font-size: 12px;
	margin-bottom: 40px;
}
.m-cs-mature .m-table .title {
	font-size: 14px;
	font-weight: 700;
	background: #d2ab66;
	padding:7px 0;
	color: #fff;

}
.m-cs-mature .m-table .tit th {
	width:112px;
	border:solid 2px #fff;
	padding:7px 0;
	background: #e8e8e8;
}
.m-cs-mature .m-table .ct th {
	font-weight: normal;
	vertical-align:middle;
	padding:7px 0;
	border:solid 2px #fff;
	padding:7px 0;
	background: #e8e8e8;
	  line-height: 1.8em;
}
/*学生成长实录*/
/*服务质量监督*/
.m-cs-feedback .tt {
	font-size: 24px;
	text-align: center;
	margin:65px 0 48px 0;
}
.m-cs-feedback .tt span {
	font-weight: 700;
}
.m-cs-feedback .txt {
	font-size: 12px;
	line-height: 1.8em;
	margin:0 0 30px 0;
}
.m-cs-feedback .tit {
	font-size: 12px;
	font-weight: 700;
}
.m-cs-feedback .tit.c1 {
	color: #ba573d;
}
.m-cs-feedback .m-checkbox {
	font-size: 12px;
	    margin-bottom: 20px;
}
.m-cs-feedback .m-checkbox input {
	width: 20px;
	height: 20px;
	margin:0;
	padding:0;
}
.m-cs-feedback .m-checkbox span {
  position: absolute;
  margin: 4px 0 0 10px;
}
.m-cs-feedback .m-checkbox ul li {
	float: left;
	padding: 23px 150px 0 0px;
}
.m-cs-feedback .m-checkbox-2 ul li {
	padding: 23px 118px 0 0px;
}
.m-cs-feedback .u-fell textarea {
	width:684px;
	height: 82px;
	font-family: "微软雅黑";
	margin:15px 0 30px 0;
}
.m-cs-feedback .m-msg ul li{
	float: left;
}
.m-cs-feedback .m-msg ul li span {
	font-size: 12px;
	  padding: 0 8px 0 8px;
}
.m-cs-feedback .m-msg ul li input {
	width: 135px;
}
.m-cs-feedback .m-msg .u-btn {
	width:85px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #d2ab66;
	clear: both;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	margin: 20px 0px 0 8px;
	float: left;
}
/*服务质量监督*/
/*客服CustomerService-*/
/*关于华樱 AboutHuaying*/
/*关于华樱导航*/
.g-ah-nav {
	float: left;
}
.g-ah-nav .u-tt {
	color:#232323;
	margin:20px 0 15px 0;
}
.g-ah-nav .u-tt .t1 {
	font-size: 18px;
}
.g-ah-nav .u-tt .t2 {
	font-size: 8px;
}
.g-ah-nav .m-nav {
	position: relative;
}
.g-ah-nav .m-nav ul li {
	width: 189px;
	height:35px;
	line-height: 35px;
	font-size: 12px;
	border-bottom:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	text-indent: 27px;
	cursor: pointer;
	position: relative;
}
.g-ah-nav .m-nav ul li a {
	display: block;
}
.g-ah-nav .m-nav ul li span {
	position: absolute;
	top: 15px;
	right:21px;
	background: url(/images/newsite/AboutHuaYing/s_label_03.jpg) no-repeat;
	width: 3px;
	height:5px;
}
.g-ah-nav .m-nav ul li.firstli {
	border-top:solid 1px #dddddd;
}
.g-ah-nav .m-nav ul li.current {
	background: url(/images/newsite/AboutHuaYing/s_bg_04.png) no-repeat;
	width: 195px;
	height: 41px;
	margin: 0 0 0 -4px;
	border:none;
	color:#fff;
	line-height: 41px;
}
.g-ah-nav .m-nav ul li.current a {
	color: #fff;
}
.g-ah-nav .m-nav ul li.current span {
	background: url(/images/newsite/AboutHuaYing/s_label_04.jpg) no-repeat;
}
.g-ah-nav .u-phone {
	margin: 31px 0 0 -3px;;
}
/*关于华樱导航*/
/*公司简介*/
.g-ah-cp .u-tt {
	font-size: 20.18px;
	margin:60px auto 10px auto;
	text-align: center;
	font-weight: 700;
}
.g-ah-cp .u-pic {
    padding-top: 12px;
    text-align: center;
    width: 718px;
    margin: 0 auto 60px;
}
.g-ah-cp .u-pic img {
	display: block;
}
.g-ah-cp .m-ah-infor,.g-ah-cop .m-ah-infor {
    width: 890px;
    border: solid 5px #c3e09a;
    /* margin: 0 auto 62px auto; */
        margin-bottom: 45px;
}
.g-ah-cp .m-ah-infor .u-ah-infor,.g-ah-cop .m-ah-infor .u-ah-infor {
    /*width: 882px;*/
	border:solid 1px #c3e09a ;
	margin:3px;
	padding:18px 0;
}
.g-ah-cp .m-ah-infor p,.g-ah-cop .m-ah-infor p {
	font-size: 14px;
	line-height: 1.8em;
	  padding: 8px 52px;
}
.g-ah-cp .m-ah-infor .u-label-1,.g-ah-cop .m-ah-infor .u-label-1 {
	background: url(/images/newsite/AboutHuaYing/s_bg_01.jpg) no-repeat;
	width: 59px;
	height: 61px;
	position: absolute;
	  margin: -9px 0 0 -9px;
}
.g-ah-cp .m-ah-infor .u-label-2 {
	background: url(/images/newsite/AboutHuaYing/s_bg_02.jpg) no-repeat;
	width: 58px;
	height: 61px;
	position: absolute;
    margin: -50px 0 0 841px;
}
.g-ah-cop .m-ah-infor .u-label-2  {
	background: url(/images/newsite/AboutHuaYing/s_bg_02.jpg) no-repeat;
	width: 58px;
	height: 61px;
	position: absolute;
	bottom: -11px;
	right: -9px;

}
.g-ah-cp .u-nav {
	width: 905px;
	height: 54px;
	border-bottom:solid 1px #c3c3c3;
	margin:0 0 30px 0;
}
.g-ah-cp .u-nav ul li {
	width:108px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	float: left;
	font-size: 12px;
	cursor:pointer;
	margin: 0 15px;
}
.g-ah-cp .u-nav ul li.on {
	background: url(/images/newsite/AboutHuaYing/s_bg_03.jpg);
}
.g-ah-cp .u-text .tt {
	font-size: 14px;
	font-weight: 700;
	margin:0px 0 10px 0;
}
.g-ah-cp .u-text .stt {
	font-size: 12px;
	font-weight: 700;
	margin:0px 0 10px 0;
}
.g-ah-cp .u-gjjy .tit {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 700;
}
.g-ah-cp .u-gjjy .u-line {
	width: 40px;
	height: 2px;
	background: #6bb81c;
	margin:9px auto 20px;
}
.g-ah-cp .u-gjjy .m-intro {
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 27px;
}
.g-ah-cp .u-gjjy .u-advantage ul {
    border-top: solid 1px #6bb81c;
    width: 940px;
}
.g-ah-cp .u-gjjy .u-advantage li {
	float: left;
	width: 420px;
	margin: 15px 25px;
}
.g-ah-cp .u-gjjy .u-advantage li .u-icon {
	float: left;
	padding-right: 30px;
}
.g-ah-cp .u-gjjy .u-advantage li .u-tit {
	font-size: 14px;
	color: #6bb81c;
	padding:10px 0 15px 0;
}
.g-ah-cp .u-gjjy .u-advantage li .u-intro {
	font-size: 12px;
	line-height: 1.8em;
	color: #464545;
}
.g-ah-cp .u-gjjy .u-cg {
    border-top: solid 1px #6bb81c;
    margin: 15px 0 0 0;
}
.g-ah-cp .u-gjjy .u-cg .tit {
	margin-top: 45px;
}
.g-ah-cp .u-gjjy .u-cg ul {
	background: url(/images/newsite/AboutHuaYing/gj_19.jpg) top center no-repeat;
	width: 834px;
	height: 324px;
	    margin: 0 auto;
}
.g-ah-cp .u-gjjy .u-cg li {
	font-size: 12px;
	width: 210px;
	float: left;
}
.g-ah-cp .u-gjjy .u-cg li.l1 {
    margin-left: 52px;
    margin-top: 35px;
}
.g-ah-cp .u-gjjy .u-cg li.l2 {
    margin: 100px 50px 0 60px;
	color: #6bb81c;
}
.g-ah-cp .u-gjjy .u-cg li.l3 {
	    margin-top: 40px;
}
.g-ah-cp .u-gjjy .u-cg .u-tit {
	font-size: 14px;
	font-weight: 700;
	color: #6bb81c;
	margin-bottom: 15px;    text-align: center;
}
.g-ah-cp .u-gjjy .u-cg .u-intro {
	line-height: 1.6em;
}
.g-ah-cp .u-wy .tit {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-align: center;
}
.g-ah-cp .u-wy .m-intro {
	font-size: 12px;
	color: #454545;
    margin: 33px 0 90px 55px;
}
.g-ah-cp .u-wy .m-intro li {
	margin-bottom: 10px;
}
.g-ah-cp .u-wy .m-intro ul:before {
	content: "";
	width: 7px;
	height: 103px;
	background: url(/images/newsite/AboutHuaYing/wy_06.jpg);
	position: absolute;
	    margin: 0 0 0 -40px;
}
.g-ah-cp .u-wy .m-intro ul:after {
	content: "";
	width: 200px;
	height: 173px;
	background: url(/images/newsite/AboutHuaYing/wy_03.jpg);
	position: absolute;
	    margin: -115px 0 0 640px;
}
.g-ah-cp .u-wy .u-line {
	width: 40px;
	height: 2px;
	background: #6bb81c;
	margin:9px auto 20px;
}
.g-ah-cp .u-wy .ys-one {
	width: 940px;
	height: 290px;
	background: #eaeaec;
	font-size: 14px;
}
.g-ah-cp .u-wy .ys-tt span{
	background: #6bb81c;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	color: #fff;
	margin:25px 5px 20px 18px;
}
.g-ah-cp .u-wy .ys-one li {
	width: 450px;
	background: #fff;
	height: 50px;
	float: left;
	border-bottom: solid 2px #eaeaec;
}
.g-ah-cp .u-wy .ys-one li span {
	width: 82px;
	height: 50px;
	background: #bebebf;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	float: left;
}
.g-ah-cp .u-wy .ys-one li p {
	font-size: 12px;
	color: #464545;
	line-height: 1.6em;
    padding: 6px 99px;
}
.g-ah-cp .u-wy .ys-one ul {
	margin-left: 22px;
}
.g-ah-cp .u-wy .ys-two li .u-num {
	width: 33px;
	height: 29px;
	background: url(/images/newsite/AboutHuaYing/wy_11.jpg);
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-right: 12px;
	    margin-bottom: 20px;
}
.g-ah-cp .u-wy .ys-two li {
    float: left;
    width: 432px;
    height: 76px;
    margin: 5px 19px;
}
.g-ah-cp .u-wy .ys-two li .u-tit {
	font-size: 14px;
	color: #88c137;
	font-weight: 700;
	margin-bottom: 8px;
}
.g-ah-cp .u-wy .ys-two li .u-intro {
	font-size: 12px;
	line-height: 1.6em;
	color: #464545;
}
.g-ah-cp .u-wy .ys-three {
	width: 940px;
	height: 305px;
	background: #eaeaec;
	margin-top: 30px;
}
.g-ah-cp .u-wy .ys-three .ys-tt {
}
.g-ah-cp .u-wy .ys-three .u-intro {
	font-size: 12px;
	color: #464545;
	line-height: 2em;
}
.g-ah-cp .u-wy .ys-three .u-intro p {
    width: 540px;
    margin-left: 36px;
}
.g-ah-cp .u-wy .ys-three .u-label {
	margin:8px 0 0 38px;
}
.g-ah-cp .u-wy .ys-three i {
	color:#ff8500;
	font-size: 12px;
	font-style: normal;
	margin-right: 40px;
}
.g-ah-cp .u-wy .ys-three a {
	width: 76px;
	height: 23px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	color: #fff;
	background: #ff8500;
	font-size: 12px;
	border-radius: 5px;
}
.g-ah-cp .u-wy .ys-three:before {
    content: "";
    width: 327px;
    height: 231px;
    background: url(/images/newsite/AboutHuaYing/wy_15.jpg);
    position: absolute;
    margin: 45px 0 0 590px;
}
.g-ah-cp .u-ym .tit {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 700;
}
.g-ah-cp .u-ym .u-line {
	width: 40px;
	height: 2px;
	background: #6bb81c;
	margin:9px auto 20px;
}
.g-ah-cp .u-ym .m-intro {
	font-size: 12px;
	line-height: 1.6em;
	    padding: 0 39px;
	margin-bottom: 40px;
}
.g-ah-cp .u-ym .m-ys .u-img {
	width: 365px;
	height: 428px;
	float: left;
	margin-right: 25px;
	background: url(/images/newsite/AboutHuaYing/ym_03.jpg) no-repeat;
}
.g-ah-cp .u-ym .m-ys li {
	height: 120px;
}
.g-ah-cp .u-ym .m-ys li.l2 {
	height: 110px;
}
.g-ah-cp .u-ym .m-ys li.l3 {
	margin-bottom: 10px
}
.g-ah-cp .u-ym .m-ys li .u-icon {
	float: left;
    margin-right: 10px;
	margin-bottom: 34px;
}
.g-ah-cp .u-ym .m-ys li .u-tit {
	font-size: 12px;
	color: #6bb81c;
	margin-bottom: 12px;
}
.g-ah-cp .u-ym .m-ys li  .u-intro {
	font-size: 12px;
	color: #666666;
    line-height: 1.6em;
}
.g-ah-cp .u-yx .tit {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 700;
}
.g-ah-cp .u-yx .u-line {
	width: 40px;
	height: 2px;
	background: #6bb81c;
	margin:9px auto 20px;
}
.g-ah-cp .u-yx .m-intro p{
	font-size: 12px;
	color: #545454;
	line-height: 2em;
}
.g-ah-cp .u-yx .m-intro .u-tit {
	font-size: 14px;
	color: #545454;
	margin:15px 0;
}
.g-ah-cp .u-yx .m-intro li {
	width: 210px;
	height: 91px;
	float: left;
	margin-right: 9px;
	margin-bottom: 32px;
}
.g-ah-cp .u-yx .m-intro .u-stt {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #6bb81c;
}
.g-ah-cp .u-yx .m-intro .u-ct {
	height: 59px;
	width: 100%;
	background: #f4f5f9;
	font-size: 12px;
	color: #545454;
	text-align: center;
}
.g-ah-cp .u-yx .m-intro .u-ct p {
	line-height: 1.6em;
	    padding: 12px 0 0 0;
}
.g-ah-cp .u-yx .m-ys .odd {
	width: 940px;
	height: 175px;
	background: #f3f2f3;
}
.g-ah-cp .u-yx .m-ys .even {
	width: 940px;
	height: 192px;
}
.g-ah-cp .u-yx .m-ys .odd .u-img {
	position: absolute;
	margin:16px 0 0 26px;
}
.g-ah-cp .u-yx .m-ys .even .u-img {
	position: absolute;
	margin:23px 0 0 698px;
}
.g-ah-cp .u-yx .m-ys .odd .u-ct {
	margin:0 0 0 308px;
	font-size: 12px;

	padding-top: 24px;
}
.g-ah-cp .u-yx .m-ys .even .u-ct {
	margin:0 0 0 26px;
padding-top: 25px;
	font-size: 12px;
}
.g-ah-cp .u-yx .m-ys .u-stt {
	width: 211px;
	border-bottom: dashed 1px #b65957;
	padding-bottom: 17px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #6bb81c;
}
.g-ah-cp .u-yx .m-ys .u-stt span {
	width: 16px;
	height: 15px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	background: #6bb81c;
	display: inline-block;
	margin-right: 4px;
}
.g-ah-cp .u-yx .m-ys p {
    color: #666;
    margin-bottom: 7px;
    line-height: 1.8em;
    width: 590px;
}
.g-ah-cp .u-lx .tit {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 700;
}
.g-ah-cp .u-lx .u-line {
	width: 40px;
	height: 2px;
	background: #6bb81c;
	margin:9px auto 20px;
}
.g-ah-cp .u-lx .m-intro p {
	font-size: 12px;
	color: #545454;
	padding:0 0 11px 57px;
}
.g-ah-cp .u-lx .m-intro:before {
	content: "";
	width: 7px;
	height: 79px;
	background: url(/images/newsite/AboutHuaYing/lx_03.jpg);
	position: absolute;
}
.g-ah-cp .u-yx .m-intro:before {
	content: "";
	width: 0px;
	height: 0;
/*	background: url(/images/newsite/AboutHuaYing/lx_03.jpg);
	position: absolute;*/
}
.g-ah-cp .u-lx .m-intro {
	margin-bottom: 25px;
}
.g-ah-cp .u-lx .lx-tt span {
	display: inline-block;
	width: 16px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background: #6bb81c;
	color: #fff;
	margin-right: 5px;
}
.g-ah-cp .u-lx .lx-tt {
	font-size: 14px;
	color: #4c8c09;
    padding-bottom: 10px;
}
.g-ah-cp .u-lx .lx-one {
	width: 940px;
	height: 190px;
	position: relative;
	margin:46px 0 40px 0;
}
.g-ah-cp .u-lx .lx-one .u-img {
	position: absolute;
	left: 50%;
	top:50%;
	margin:-72px 0 0 -72px;
}
.g-ah-cp .u-lx .lx-one li {
	position: absolute;
	border:solid 1px #d8d8d8;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #333333;
}
.g-ah-cp .u-lx .lx-one li.l1 {
	width: 267px;
	margin:0 0 0 26px;
}
.g-ah-cp .u-lx .lx-one li.l1:after,
.g-ah-cp .u-lx .lx-one li.l2:after,
.g-ah-cp .u-lx .lx-one li.l3:after {
	content: "";
	width: 9px;
	height: 14px;
	background: url(/images/newsite/AboutHuaYing/lx_13.jpg);
	position: absolute;
	bottom: -4px;
	right: -8px;
}
.g-ah-cp .u-lx .lx-one li.l4:before,
.g-ah-cp .u-lx .lx-one li.l5:before,
.g-ah-cp .u-lx .lx-one li.l6:before {
	content: "";
	width: 9px;
	height: 14px;
	background: url(/images/newsite/AboutHuaYing/lx_10.jpg);
	position: absolute;
	bottom: -4px;
	left: -8px;
}
.g-ah-cp .u-lx .lx-one li.l2 {
	width: 267px;
	margin:70px 0 0 26px;
}
.g-ah-cp .u-lx .lx-one li.l3 {
	width: 288px;
	margin:143px 0 0 26px;
}
.g-ah-cp .u-lx .lx-one li.l4 {
	width: 279px;
	margin:0 0 0 629px;
}
.g-ah-cp .u-lx .lx-one li.l5 {
	width: 278px;
	margin:70px 0 0 629px;
}
.g-ah-cp .u-lx .lx-one li.l6 {
	width: 283px;
	margin:143px 0 0 629px;
}
.g-ah-cp .u-lx .lx-two {
	width: 940px;
	height: 146px;
	margin:40px 0;
	background: #f0f0f0;
}
.g-ah-cp .u-lx .lx-two li {
	float: left;
	font-size: 12px;
	line-height: 1.6em;
	width: 180px;
	height: 93px;
	background: #fff;
	color: #31322f;
	margin-top: 34px;
	text-align: center;
}
.g-ah-cp .u-lx .lx-two li.l2,
.g-ah-cp .u-lx .lx-two li.l3,
.g-ah-cp .u-lx .lx-two li.l4,
.g-ah-cp .u-lx .lx-two li.l5
 {
	margin-left: 8px;
}
.g-ah-cp .u-lx .lx-two li .u-icon {
	margin: -20px 0 0 0;
}
.g-ah-cp .u-lx .lx-two li.l1 p,
.g-ah-cp .u-lx .lx-two li.l3 p,
.g-ah-cp .u-lx .lx-two li.l4 p {
	padding-top: 10px;
}
.g-ah-cp .u-lx .lx-two li.l2 p,
.g-ah-cp .u-lx .lx-two li.l5 p {
	padding-top: 17px;
}
.g-ah-cp .u-lx .lx-three  {
	margin:51px 0 0 0;
}
.g-ah-cp .u-lx .lx-three li {
	width: 445px;
	height: 50px;
	font-size: 12px;
	float: left;
	color: #31322f;
	margin-bottom: 40px;
}
.g-ah-cp .u-lx .lx-three span {
	display: inline-block;
	width: 86px;
	height: 38px;
	background: #4c9722;
	text-align: center;
	line-height: 38px;
	color: #fff;
color: #fff;
    margin: 0 11px 10px 0;
    float: left;
        margin-bottom: 33px;
}
.g-ah-cp .u-lx .lx-three li p {
	line-height: 1.6em;
}
.g-ah-cp .u-lx .lx-four li {
	border:solid 1px #6b9952;
	width: 300px;
	height: 204px;
	float: left;
}
.g-ah-cp .u-lx .lx-four li.l1 {
	border-left:none;
}
.g-ah-cp .u-lx .lx-four li.l3 {
	border-right:none;
}
.g-ah-cp .u-lx .lx-four li.l2 {
	margin:0 17px;
}
.g-ah-cp .u-lx .lx-four li .u-tit {
	width: 210px;
	height: 34px;
	background: url(/images/newsite/AboutHuaYing/lx_37.jpg);
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	margin:32px auto 24px;
}
.g-ah-cp .u-lx .lx-four li p {
	font-size: 12px;
	color: #31322f;
	line-height: 2em;
	padding-left: 35px;
	padding-bottom: 10px;
}
.g-ah-cp .u-lx .lx-four li .u-btn {
text-align: center;
}
.g-ah-cp .u-lx .lx-four li a {
	color: #ff8500;
	font-size: 12px;
	text-align: center;
}
/*公司简介*/
/*企业文化*/
.g-ah-cc .u-tt {
	font-size: 20.18px;
	text-align: center;
	margin:60px 0 10px 0;
	font-weight: 700;
}
.g-ah-cc .cc-box {
	height: 242px;
	width: 690px;
	border-top: solid 1px #ededed;
	margin-bottom: 50px;
}
.g-ah-cc .cc-box .u-pic {
	float: left;
	margin:19px 0 0 0;
}
.g-ah-cc .cc-box .u-text {
	font-size: 12px;
	line-height: 1.8em;
	font-size: 12px;
	line-height: 1.8em;
	float: right;
	margin: 120px 80px 0 0px;
}
.g-ah-cc .cc-box .u-text span {
	font-weight: 700;
}
.g-ah-cc .u-pic-tt {
	font-size: 14px;
}

.g-ah-cc .scrollBox{ width:770px; position:relative;  margin: 25px 0 0 -38px; }
.g-ah-cc .scrollBox .piclist{ overflow:hidden; zoom:1;}
.g-ah-cc .scrollBox .ohbox{overflow:hidden; position:relative;width:770px;left:40px}
.g-ah-cc .scrollBox {position:relative;overflow:hidden;zoom:1;  margin-bottom: 30px;}
.g-ah-cc .scrollBox .piclist li{float:left; display:inline; width:171px;background:#fff;margin-right:1px;}
.g-ah-cc .scrollBox .piclist li img {display: block;}
.g-ah-cc .scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center; font-size: 12px; background: #c1df99; }
.g-ah-cc .scrollBox .pageBtn span{display:block;width:23px;height:45px;position:absolute;top:30px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.g-ah-cc .scrollBox .pageBtn .prev{left:0px;background: url(/images/newsite/AboutHuaYing/s_btn_01.jpg);}
.g-ah-cc .scrollBox .pageBtn .next{right:0px;background: url(/images/newsite/AboutHuaYing/s_btn_02.jpg);}
/*企业文化*/
/*领导致辞*/
.g-ah-lo .u-tt,.g-ah-course .u-tt,.g-ah-honor .u-tt,.g-ah-cop .u-tt,.g-ah-lsa .u-tt {
	font-size: 20.18px;
	font-weight: 700;
	text-align: center;
	margin:60px 0 0px 0;
	border-bottom:solid 1px #ededed;
	padding:0 0 10px 0;
}
.g-ah-lo .person-box {
	margin-top: 40px;
}
.g-ah-lo .u-pic {
	float: left;
}
.g-ah-lo .u-pic img {
	display: block;
}
.g-ah-lo .u-label {
	line-height: 1.8em;
	float: left;
	margin: 127px 0 30px 20px;
}
.g-ah-lo .u-label .p1 {
	font-size: 14px;
	font-weight: 700;
}
.g-ah-lo .u-label .p2 {
	font-size: 18px;
	font-weight: 700;
}
.g-ah-lo .m-infor {
	clear: both;
	font-size: 12px;
	line-height: 2.3em;
}
/*领导致辞*/
/*华樱历程*/
.g-ah-course .m-course {
	font-size: 12px;
	line-height: 2.6em;
	margin-top: 40px;
}
.g-ah-course .m-course p .event {
	padding-left: 108px;
	color: #858585;
}
.g-ah-course .m-course p .time {
	position: absolute;
	color: #6bb81c;
	font-weight: 700;
}
.g-ah-course .m-course p.green {
	color: #6bb81c;
	font-weight: 700;
}
/*华樱历程*/
/*华樱荣誉*/
.g-ah-honor .green {
	font-size: 12px;
	font-weight: 700;
	line-height: 2.0em;
	color: #6bb81c;
	margin:10px 0 40px 0;
}
.g-ah-honor .m-honor {
	font-size: 12px;
	color: #8e8e8e;
	line-height: 2.0em;
	  margin-bottom: 30px;
}
.g-ah-honor .m-honor p span {
	font-weight: 700;
	color: #151515;
}

.g-ah-honor .scrollBox{ width:770px; position:relative;  margin: 40px 0 0 -41px; }
.g-ah-honor .scrollBox .piclist{ overflow:hidden; zoom:1;}
.g-ah-honor .scrollBox .ohbox{overflow:hidden; position:relative;width:770px;left:43px}
.g-ah-honor .scrollBox {position:relative;overflow:hidden;zoom:1;}
.g-ah-honor .scrollBox .piclist li{float:left; display:inline; width:221px;background:#fff;margin-right:11px;}
.g-ah-honor .scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center; font-size: 12px;  }
.g-ah-honor .scrollBox .pageBtn span{display:block;width:23px;height:45px;position:absolute;top:50px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.g-ah-honor .scrollBox .pageBtn .prev{left:0px;background: url(/images/newsite/AboutHuaYing/s_btn_01.jpg);}
.g-ah-honor .scrollBox .pageBtn .next{right:0px;background: url(/images/newsite/AboutHuaYing/s_btn_02.jpg);}
/*华樱荣誉*/
/*合作伙伴*/
.g-ah-cop .m-ah-infor {
	width: 669px;
	position: relative;
	border: solid 5px #C3E09A;
	margin: 30px auto 50px auto;
}
.g-ah-cop .m-cop li {
	width: 222px;
	float: left;
	margin-bottom: 15px;
	  padding: 0 4px;
	  height: 225px;
}
.g-ah-cop .m-cop li img {
	width: 228px;
	height: 158px;
}
.g-ah-cop .m-cop li.l2 {
}
.g-ah-cop .m-cop p {
	text-align: center;
	font-size: 12px;
	padding:10px 0 0 0;
}
.g-ah-honor .m-cop li {
	width: 222px;
	float: left;
	margin-bottom: 15px;
	  padding: 0 4px;
	  height: 225px;
}
.g-ah-honor .m-cop li img {
	width: 228px;
	height: 158px;
}
.g-ah-honor .m-cop li.l2 {
}
.g-ah-honor .m-cop p {
	text-align: center;
	font-size: 12px;
	padding:10px 0 0 0;
}
/*合作伙伴*/
/*大型活动*/
.g-ah-lsa .m-lsa {
	margin-top: 30px;
}
.g-ah-lsa .m-lsa ul li {
	width:690px;
	background: #eeeeee;
	margin-bottom: 15px;
	overflow: hidden;
}
.g-ah-lsa .m-lsa ul li .u-pic {
	float: left;
	  margin-right: 25px;
}
.g-ah-lsa .m-lsa ul li .u-pic img {
	display: block;
	width: 324px;
	height: 222px;
}
.g-ah-lsa .m-lsa ul li .stt {
	font-size: 14px;
	font-weight: 700;
	  padding: 25px 25px 0 0;
	line-height: 1.8em;
}
.g-ah-lsa .m-lsa ul li .sintro {
	font-size: 12px;
	line-height: 1.8em;
	  padding: 20px 25px 0 0;
}
/*大型活动*/
/*联系我们*/
.g-ah-cu .u-infor {
	width: 690px;
	background: #eeeeee;
	line-height: 1.8em;
	padding:20px 0;
}
.g-ah-cu .u-infor .tt {
	font-size:18px;
	color: #151515;
	font-weight: 700;
	padding-left: 25px;
}
.g-ah-cu .u-infor .u-us {
	font-size: 12px;
	padding-left: 25px;
}
.g-ah-cu .u-infor .u-us .tel {
	margin-right: 50px;
}
.g-ah-cu .u-infor .address {
	font-size: 12px;
	padding-left: 25px;
}
.g-ah-cu .m-cu {
	margin:67px 0 0 0;
}
.u-map {
	width: 690px;
	height: 250px;
}
/*联系我们*/
/*关于华樱 AboutHuaying*/
/*金牌顾问team*/
.m-team-main {
	width:1000px;
	margin:0 auto;
}
.m-team-main .m-team-nav {
	width: 835px;
	margin:76px auto 25px auto;
	height: 40px;

}
.m-team-main .m-team-nav ul li {
	width: 107px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border:solid 1px #6bb81c;
	font-size: 14px;
	float: left;
	cursor: pointer;
	margin:0 5px;
	transition:all .25s;
}
.m-team-main .m-team-nav ul li a {
	color: #000;
	display: block;
}
.m-team-main .m-team-nav ul li.on a {
	color: #fff;
}
.m-team-main .m-team-nav ul li.on {
	background: #6bb81c;
	color: #fff;
}
.m-team-main .line {
	width: 1000px;
	height: 1px;
	background: #adadad;
	margin-bottom: 45px;
}
.m-team-main .m-team {
	margin-left: 24px;
}
.m-team-main .hy_zj ul.hy_gw{
	list-style:none;
}
.m-team-main .hy_zj ul li.hy_gw_list{
	width:438px;
	float:left;
	height:270px;
	over-flow:hidden;
	margin:0 10px 10px 10px;
	list-style:none;
	border:1px solid #ccc;
	padding:10px;
	display:inline;
}
* .hy_zj ul li.hy_gw_list{
	margin:0 2px 10px 10px;
}
.m-team-main .hy_zj .hy_gw_left{
	width:138px;
}
.m-team-main .hy_zj .hy_gw_left .u-btn{
	padding:10px 0 0 0;
}
.m-team-main .hy_zj .hy_gw_left .u-btn a{
	display:block;
	background:#060;
	color:#FFF;
	padding:5px 10px;
	line-height:20px;
	text-align:center;
	width:100px;
}
.m-team-main .hy_zj .hy_gw_right{
	width:290px;
}
.m-team-main .hy_zj .hy_gw_right li{
	line-height:22px;
	color:#060;
	text-indent:12px;
	background:url(/images/elite1.gif) no-repeat 0 2px;
}
/*
.m-team-main .hy_zj .hy_gw_right p,
.m-team-main .hy_zj .hy_gw_right .u-content{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
	overflow:auto;
}*/
.m-team-main .hy_zj  .hy_gw_right .u-content{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
	overflow:auto;
	height:270px;
}
.m-team-main .hy_zj .hy_gw_right .u-content li{
	font-size:12px;
}
.m-team-main .hy_zj .hy_gw_name{
	color:#060;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}
.m-team-main .hy_zj .hy_gw_zhiwei{
	font-weight:bold;
	line-height:22px;
}
.m-team-main .left{
	float:left;
}
.m-team-main .right{
	float:right;
}
.m-team-main .xx {
	width: 1px;
	height: 60px;
	float: left;
	clear: both;
}
.m-team-main .m-botpage {
	height: 30px;
	padding: 4px;
	line-height: 26px;
	clear: both;
	margin: 0px 0 120px 0;
	font-size: 12px;
	text-align: center;
}
.m-team-main  .m-botpage strong {
	  background: #8D8D8D;
}
.m-team-main .m-address {
	width: 1000px;
	height: 38px;
	background: #6bb81c;
	clear: both;

}
.m-team-main .m-address ul li {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	width: 112px;
	text-align: center;
	margin-left: 8px;
}
.m-team-main .m-address .curr {
	width: 80px;
	height: 3px;
	background: #3A680B;
	margin-top: -1px;
	margin-left: 24px;
	transition:all 1s;
}
.m-team-main .address {
	width: 998px;
	border-left: solid 1px #B3C4A0;
	border-right: solid 1px #B3C4A0;
	border-bottom: solid 1px #B3C4A0;
	margin: -4px 0 80px 0;
	font-size: 14px;
	text-align: center;
	padding: 25px 0;
	line-height: 1.8em;
	transition:all 1s;
}
.m-team-main .address span {
	color: #3a670b;
}
.m-team-main .address p {

}
/*金牌顾问team*/
.g-address{
	overflow:hidden;
	clear:both;
	margin:0 auto 40px;
}
.g-address .m-address {
	width: 1000px;
	height: 38px;
	background: #6bb81c;
	clear: both;
	margin:0 auto;

}
.g-address .m-address ul li {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	width: 166px;
	text-align: center;
	/*margin-left: 8px;*/
}
.g-address .m-address .curr {
	width: 166px;
	height: 3px;
	background: #3A680B;
	margin-top: -1px;
	/*margin-left: 43px;*/
	transition:all 1s;
}
.g-address .address {
	width: 998px;
	border-left: solid 1px #B3C4A0;
	border-right: solid 1px #B3C4A0;
	border-bottom: solid 1px #B3C4A0;
	margin: -4px auto 0;
	font-size: 14px;
	text-align: center;
	padding: 25px 0;
	line-height: 1.8em;
	transition:all 1s;
}
.g-address .address span {
	color: #3a670b;
}

#vi-nav{position:fixed; z-index:1000; top:50%; left: 50%; margin:-113px auto auto -560px; opacity:1; display: none;}
#vi-nav ul li{display:block; width:14px; height:13px; margin:15px 0; position:relative; }
#vi-nav ul li a{display:block; position:relative; z-index:1; width:100%; height:100%; cursor:pointer; text-decoration:none; }
#vi-nav ul li span{top:0px; left:2px; width:12px; height:28px; background:url(/images/newsite/icon_nav_bg1.png) repeat-y 2px 4px; position:absolute; z-index:1; }
#vi-nav ul li .active span{background:url(/images/newsite/icon_nav_bg2.png) no-repeat 0px center; }
#vi-nav ul li .vi-tooltip{position:absolute; top:0; font-size:14px; font-family:arial,helvetica,sans-serif; white-space:nowrap; max-width:220px; cursor:pointer; line-height:22px; border-bottom: 1px dotted #444;}
#vi-nav ul li .vi-tooltip.color{color:#444; }
#vi-nav ul li .vi-tooltip.right{left:12px; }
/*//==========================================*/
/*
活动报名CSS
*/
  #rese {
  width:664px;
  height: 150px;
  border:solid 1px #ccc;
  margin:0 auto 30px;

  }
  #rese .u-tt {
  font-size: 16px;
  color: #6bb81c;
  font-weight: 700;
  padding:10px 0;
  text-align: center;
  }
#rese form {
  text-align: center;
}
#rese form input {
  margin-bottom: 10px;
}
#rese form span {
  padding-right: 10px;
  font-size: 12px;
}
#rese .u-btn {
  width:120px;
  height: 20px;
  margin:10px auto;
  background: #6bb81c;
  text-align: center;
  font-size:12px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
}
/*//==========================================*/
/*2015.12.24添加offerbox内容页评估入口*/
.guding{width:300px;    margin: 0 auto 20px !important;position:relative;}
/*2015.12.24添加offerbox内容页评估入口*/

/*offerbox*/

