@charset "utf-8";
/* CSS Document */

/*头部*/
/*global 151201 filter:alpha(opacity=97);-moz-opacity:0.97;opacity:0.97;font:62.5%/150% '\5FAE\8F6F\96C5\9ED1''\5b8b\4f53'*/
.section{width:100%;display: inline-block;}
.secbox{width:1200px; margin:0 auto; position:relative}
.lin-img{width:100%;float:left;}.lin-img img{width:100%;}
.fl{float:left;}.fr{float:right;}
.clearfix:after{content:'.';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}
.tites{text-align: center;font-size: 36px;color: #333;}

/*头部*/
.top{ width:100%; height:72px; background:#fff;}
.top .logo{width:230px;margin-top:10px;}
.top .logo img{width:100%}
.top .bz{width:248px;height:42px;margin:18px 0px 0px 55px;}
.top .box{margin:16px 8px 0px 0px;}
.top .box .tel{margin-right:17px;float: left}
.top .box .tel h1{font-size:20px;color: #9d1a20;background:url(http://www.timesmba.com/images/tel.jpg) no-repeat left center;padding-left:26px;}
.top .box .tel p{font-size:13px;color:#808080;text-align: center;}
.top .box .app{width:110px;height:32px;display: inline-block;margin-top:10px;cursor: pointer;}

.header{
  width: 100%;
  height: 54px;
  background:#fff;
  display: inline-block;
}

.header .nav{
  width:100%;
  display: inline-block;
}

.header .nav .nav-item{
  font-size: 18px;
  margin-left: 35px;
  position: relative;
  height:57px;
}

.header .nav .nav-item > a{
  display: block;
  line-height: 54px;
  color:#333;
  position: relative;
  cursor:pointer;
}

.header .nav .nav-item > a:before{
    content: " ";
    display: block;
    width: 100%;
    width: 0\9;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c10d0c;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header .nav .nav-item:hover > a, .header .nav .nav-item.on > a {
    color: #c10d0c;
}

.header .nav .nav-item:hover > a:before, .header .nav .nav-item.on > a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100% \9;
}

.fixed-header{
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 999;
}
.soft-drop{
  width: 142px;
  height: auto;
  min-height: 138px;
  background: rgba(255, 255, 255, 0.8);
  filter: Alpha(opacity=80);
  background: #fff;
  position: absolute;
  top: 38px;
  left: -5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.soft-drop a{
   display: block;
   padding: 0 6px;
   height: 46px;
   line-height: 46px;
   font-size: 15px;
   color: #333;
}

.soft-drop a:hover{
  background: #cc0000;
  color:#fff;
}

.soft-drop a.soft-more{
  border-top:1px #f1f1f1 solid;
  color: #666;
  text-align: center;
}

.header .nav .nav-item .drop-icon{
  display: inline-block;
  width: 8px;
  height: 5px;
  vertical-align: middle;
  margin-left: 4px;
}

.header .nav .nav-item:hover .soft-drop{
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 1000;
  top: 56px;
}

/*尾部*/
.foot-guar .secbox{
  height:98px;
  background:url(http://www.timesmba.com/images/footer-gua.png) no-repeat center;
}
.foot-guar ul{
    margin-left:60px;
}
.foot-guar ul li{
  width:150px;
  margin:10px 88px 0px 0px;
  float:left;
}
.foot-guar ul li p{
  font-size:18px;
  color: #555;
}
.foot-guar ul li span{
  font-size:14px;
  color: #8e8e8e;
}

.footer{
  background-color: #171b21;
  height:390px;
}
.footer-logo{
  width:100%;
  display: inline-block;
  margin-top:5px;
}
.footer-text{
  width:100%;
  display: inline-block;
  margin-top:25px;
}
.footer-text dl{
  margin-left:110px;
  float:left;
}
.footer-text dl dt{
  font-size:18px;
  color: #fff;
  margin-bottom: 13px
}
.footer-text dl dt em{
  font-family: '宋体';
  font-weight: bold;
  padding-right:5px;
}
.footer-text dl dd{
  padding: 0px 0px 5px 15px;
}
.footer-text dl dd a{
  font-size:14px;
  color:#bcbcbc;
}
.footer-text dl dd a:hover{
  text-decoration:underline;
}
.footer-text .cood{
  width:142px;
  float:left;
}
.footer-text .cood img{
  width:127px;
  padding-left:5px;
}
.footer-text .cood p{
  font-size:14px;
  text-align: center;
  color: #bcbcbc;
  padding-top: 5px;
}
.foot-tel{
  width:255px;
  height:130px;
  background:url(http://www.timesmba.com/images/foot-tel.png) no-repeat left 4px;
  display: inline-block;
  padding-left:25px;
  margin-left:10px;
}
.foot-tel span{
  width:100%;
  font-size:16px;
  color: #d9d9d9;
  display: inline-block;
  padding-bottom:6px; 
}

.footer-btm{
  height:50px;
  line-height: 50px;
  font-size:12px;
  color: #929090;
  background-color: #0d121a;
  text-align: center;
  font-family: '宋体'
}

/*悬浮菜单*/
.t-zxzc-new{width:56px;height:182px;position:fixed;top:100px;right:20px;z-index:9999}
.t-zxzc-new a{display:block;position:relative;width:67px;height:67px;margin-bottom:7px;background:#a82024;font-size:12px;text-align:center;color:#fff;cursor:pointer}
.t-zxzc-new i{display:inline-block;width:26px;height:26px;background:url(images_lady/index-icon.png) no-repeat;margin:13px auto -3px}
.t-zxzc-new i.i_online{background-position:-331px 0}
.t-zxzc-new i.i_tel{background-position:-367px 0}
.t-zxzc-new i.i_reg{background-position:-403px 0}
.t-zxzc-new a p{line-height:26px}
.t-zxzc-new a .t-pnum,.t-zxzc-new a .t-kf-hover{display:none;position:absolute;top:0;width:67px;height:47px;padding:10px 0;background:#a82024;text-align:center}
.t-zxzc-new a .t-pnum{left:-220px;width:230px;font-size:24px;line-height:47px}
.t-zxzc-new a .t-pnum i{position:relative;top:7px;left:5px;display:inline-block;width:38px;height:30px;background:url(../images/index/index-icon.png) no-repeat -490px 0 / 1690px auto;margin:0 10px 0 0}.t-zxzc-new a .t-kf-hover{left:0;font-size:16px;line-height:23px}
.t-zxzc-new a:hover .t-pnum,.t-zxzc-new a:hover .t-kf-hover{display:block}
.t-zxzc-new a .t-kft p{font-size:14px;line-height:20px}
.t-sear .z-zh i{background:url(../images/index/index-icon.png) no-repeat -308px -28px!important;width:14px;height:7px;display:inline-block;margin-left:3px}
.t-sear .z-zh i.up{background:url(../images/index/index-icon.png) no-repeat -308px -37px!important}
/*0616-daili-icon*/
.t-zxzc-new i.i_daili{height: 33px;margin: 8px auto -3px;background: url(images_lady/index-icon.png) no-repeat;background-position: -403px -32px;}
.t-zxzc-new a .t-pnum.x-hot-tel{width:255px;height: 135px; top:-51px;left: -265px;padding-right: 12px; background: none;}
.t-zxzc-new a .t-pnum.x-hot-tel .right-tip{ width: 16px;height: 26px;position: absolute; left: 247px;top:50%;margin-top: -7px;background: url(../images/index/index-icon.png) no-repeat -411px -70px / 1690px auto; }
.t-zxzc-new a .t-pnum.x-hot-tel .hot-tel{width:230px;overflow: hidden;text-align: left;margin-right: 15px; background: #a82024;}
.t-zxzc-new a .t-pnum.x-hot-tel .hot-tel{padding: 10px 10px 0 10px;}
.t-zxzc-new a .t-pnum.x-hot-tel .tel1{padding-top: 15px;}
.t-zxzc-new a .t-pnum.x-hot-tel .hot-tel i{float: left;width:40px;height: 55px;left:0;top:0;margin-right: 8px;}
.t-zxzc-new a .t-pnum.x-hot-tel .tel1 strong{border-bottom: 1px solid #ffae34;padding-bottom: 12px;}
.t-zxzc-new a .t-pnum.x-hot-tel .tel1 i{ background: url(../images/index/index-icon.png) no-repeat -486px 7px / 1690px auto;}
.t-zxzc-new a .t-pnum.x-hot-tel .tel2 i{background: url(../images/index/index-icon.png?v=1) no-repeat -530px -40px / 1690px auto;}
.t-zxzc-new a .t-pnum.x-hot-tel .hot-tel span{font-size: 14px;line-height: 18px;}
.t-zxzc-new a .t-pnum.x-hot-tel .hot-tel strong{display: block;font-size: 24px;}

/*banner*/
.fullSlide{ width:100%;  position:relative;  height:500px; background:#000;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:500px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:500px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(images_lady/touming.png) repeat-x; text-align:center;
	 _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(images_lady/tg_flash_p.png) -18px 0; overflow:hidden; 
	line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }
/*banner 结束*/

<!--为什么学-->
#why_Ln { }
#why_Ln .ques { width:470px;  margin-right:50px; padding-left:30px;}
#why_Ln .ques li { width:470px; height:72px; }
#why_Ln .ques li a {display: inline-block; overflow: hidden; margin: 0 3px 0 0; width: 100%; outline: 0; background: 0 0;}
#why_Ln .ques li a .u-lt{display: block; overflow: hidden; width:470px; height:72px; }
#why_Ln .ques li a .u-lt i {position: relative; float: left; display: block; margin: 9pt -5pc 9pt 20px; width: 46px; height: 46px; }
#why_Ln a .u-lt .s-bgi-i1{background:url(images_lady/icon7.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i2{background:url(images_lady/icon8.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i3{background:url(images_lady/icon9.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i4{background:url(images_lady/icon10.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i5{background:url(images_lady/icon11.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i6{background:url(images_lady/icon12.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i1:hover {background:url(images_lady/icon1.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i2:hover{background:url(images_lady/icon2.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i3:hover{background:url(images_lady/icon3.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i4:hover{background:url(images_lady/icon4.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i5:hover{background:url(images_lady/icon5.png) no-repeat;background-size:100% auto}
#why_Ln a .u-lt .s-bgi-i6:hover{background:url(images_lady/icon6.png) no-repeat;background-size:100% auto}
.f-fs18 { font-size:18xp; font-weight:700; color:#333; line-height:27px; height:27px; display: block;}
.f-fs14 { font-size:14px; color:#666; height:21px !important; line-height:21px !important; display:block;}
#why_Ln a { cursor:default;}
#why_Ln a .u-lt .u-lf{float:right;display:block;overflow:hidden;padding:9pt 0;width:100%}
#why_Ln .f-mgl{margin-left:5pc}
#why_Ln .slide-number-active h4,.slide-number2 .slide-number-active p{color:#ed5c82}
#why_Ln .s-bgi-i1:hover {position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon7.png) no-repeat;background-size:100% auto}
#why_Ln .s-bgi-i2:hove{position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon8.png) no-repeat;background-size:100% auto}
#why_Ln .s-bgi-i3:hove{position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon9.png) no-repeat;background-size:100% auto}
#why_Ln .s-bgi-i4:hove{position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon10.png) no-repeat;background-size:100% auto}
#why_Ln .s-bgi-i5:hove{position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon11.png) no-repeat;background-size:100% auto}
#why_Ln .s-bgi-i6:hove{position:relative;float:left;display:block;margin:9pt -5pc 9pt 20px;width:46px;height:46px;background:url(../images/icon12.png) no-repeat;background-size:100% auto}

.slide-number2 h4{color:#333;font-weight:700}
.slide-number2 p{color:#666}
.f-fs14{font-size:14px}
.f-fs18{font-size:18px}

#why_Ln .ques f-mgl {}
#why_Ln .Ln_img { display:block; width:50%; border:1px solid #fff; border-radius:10px; overflow:hidden; margin-top:10px; }
#why_Ln img { width:100%; float:left; display:block;}
<!--为什么学end-->
.kczx { position:relative;}
.kczx .series { width:100%; height:300px; background:#021744 url(images_lady/zxbg.jpg) center no-repeat; margin:50px auto 20px;}
.kczx .series h3 { margin:0 auto; font-size:18px; font-weight:bold; height:auto; line-height:20px; text-align:center; display:block; margin:10px auto; letter-spacing:5px; color:#333;}
.kczx .series label {font-size: 16px;  height: 41px; line-height: 41px; font-weight:bold; padding-left:10px; }
.kczx .series .tel { width:180px; border: 1px solid #C3CED9; text-align:left; border-radius: 5px 5px 5px 5px;  font-size: 16px;  height: 41px; line-height: 41px; display:inline-block; margin:0 auto; padding-left:5px;}
.kczx .series .submit {width:220px; border: 1px solid #C3CED9; text-align:center; border-radius: 5px 5px 5px 5px;  font-size: 16px;  height: 41px; line-height: 41px; display:block; margin:15px auto 0; background:#e8474d; color:#fff; cursor:pointer;} 
.kczx .series .submit:hover { background:#F30; color:#fff;}

.f-tac{text-align:center}
.t-box2{ width:100%; overflow:hidden; background:#f9f9f9; }
.t-con1{width:100%;overflow:hidden;margin:20px auto 0}
.t-con1 .t-mod1{width:100%;height:750px;float:left}
.t-con1 .t-mod1 li{width:220px;height:369px;float:left;background:#fff;text-align:center;position:relative;cursor:pointer; background:#f9f9f9;}
.t-con1 .t-mod1 a{width:140px;padding:0 40px;height:369px;position:absolute;top:0;left:0;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 .t-sec{width:100px;height:100px;border-radius:100%;display:block;margin:79px auto 36px;overflow:hidden;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 h3{transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 a.t-c1 .t-bgi-bg1{background:#ffa800}
.t-con1 a.t-c2 .t-bgi-bg2{background:#02c25b}
.t-con1 a.t-c3 .t-bgi-bg3{background:#f55}
.t-con1 a.t-c4 .t-bgi-bg4{background:#5399e8}
.t-con1 a.t-c5 .t-bgi-bg5{background:#f60}
.t-con1 .t-c1 .t-bgi-b1{background:url(images_lady/t-c1.png) no-repeat;width:59px;height:59px;margin:20px;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c2 .t-bgi-b2{background:url(images_lady/t-c2.png) no-repeat;width:46px;height:46px;margin:27px;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c3 .t-bgi-b3{background:url(images_lady/t-c3.png) no-repeat;width:56px;height:56px;margin:22px;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c4 .t-bgi-b4{background:url(images_lady/t-c4.png) no-repeat;width:56px;height:56px;margin:22px;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c5 .t-bgi-b5{background:url(images_lady/t-c5.png) no-repeat;width:65px;height:56px;margin:20px;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c5 .t-bgi-b6{background:url(images_lady/t-c6.png) no-repeat;width:59px;height:59px;margin:20px auto;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c3 .t-bgi-b7{background:url(images_lady/t-c7.png) no-repeat;width:58px;height:58px;margin:20px auto;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c1 .t-bgi-b8{background:url(images_lady/t-c8.png) no-repeat;width:58px;height:58px;margin:20px auto;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c2 .t-bgi-b9{background:url(images_lady/t-c9.png) no-repeat;width:59px;height:59px;margin:20px auto;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c4 .t-bgi-b10{background:url(images_lady/t-c10.png) no-repeat;width:65px;height:56px;margin:20px auto;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 p{opacity:0;transition:all .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a:hover{width:140px;padding:0 40px;height:369px;position:absolute;top:0;left:0;transition:all .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a.t-c1:hover{background:url(images_lady/t-bg7.jpg) no-repeat;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a.t-c2:hover{background:url(images_lady/t-bg8.jpg) no-repeat;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a.t-c3:hover{background:url(images_lady/t-bg9.jpg) no-repeat;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a.t-c4:hover{background:url(images_lady/t-bg10.jpg) no-repeat;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a.t-c5:hover{background:url(images_lady/t-bg11.jpg) no-repeat;transition:all 2s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a:hover .t-bgi-bg1,.t-con1 .t-mod1 a:hover .t-bgi-bg2,.t-con1 .t-mod1 a:hover .t-bgi-bg3,.t-con1 .t-mod1 a:hover .t-bgi-bg4,.t-con1 .t-mod1 a:hover .t-bgi-bg5{background:rgba(0,0,0,0);width:auto;height:auto;border-radius:0;display:block;margin:0 auto;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c1:hover .t-bgi-b1{background:url(images_lady/t-c1.png) no-repeat;width:59px;height:59px;margin:37px auto 25px;text-align:center;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c2:hover .t-bgi-b2{background:url(images_lady/t-c2.png) no-repeat;width:46px;height:46px;margin:37px auto 25px;text-align:center;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s
}.t-con1 .t-c3:hover .t-bgi-b3{background:url(images_lady/t-c3.png) no-repeat;width:56px;height:56px;margin:37px auto 25px;text-align:center;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c4:hover .t-bgi-b4{background:url(images_lady/t-c4.png) no-repeat;width:56px;height:56px;margin:37px auto 25px;text-align:center;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-c5:hover .t-bgi-b5{background:url(images_lady/t-c5.png) no-repeat;width:65px;height:56px;margin:37px auto 25px;text-align:center;display:block;transition:margin .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 .t-bgi-more { color:#fff;}
.t-con1 .t-mod1 a:hover .t-bgi-more{width:8em; height:25px; line-height:25px; border:1px solid #fff; border-radius:10px; display:block; margin:0 auto; margin-top:52px; color:#FFF; stransition:all .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a:hover p{opacity:1;transition:all .4s cubic-bezier(0.4,0,0.2,1) 0s}
.t-con1 .t-mod1 a:hover p,.t-con1 .t-mod1 a:hover h3{color:#fff}
.t-cus{background:#fbfbfb;border-top:0;margin-bottom:30px;width:1100px;margin:0 auto}
.t-cus .w-customer{padding:40px;}
.t-cus li{width:157px;height:83px;float:left;margin:0}
.t-cus li a.t-cd{width:157px;height:83px;display:block;background-size:100% auto;margin:0}
.t-cus li a.t-cd:hover{width:157px;height:83px;display:block;background-size:100% auto;margin:0}
.box-shadow-2{-webkit-box-shadow:0 1px 1px #eee;-moz-box-shadow:0 1px 1px #eee;box-shadow:0 1px 1px #eee;margin-bottom:3px}

.w-case{width:100%;min-width:1100px;overflow:hidden; border-top:1px solid #efefef}
.w-customer{width:1100px;margin:0 auto;overflow:hidden;}
.w-customer h2{color:#333;font-size:28px;margin-bottom:40px;text-align:center}
.w-customer ul{list-style:none}
.w-customer li{display:inline-block;float:left;width:200px;height:111px;margin-right:11px;margin-bottom:11px}


.w-customer-list{width:1100px;height:160px;margin:0 auto 40px}
.w-customer-list li{float:left;width:141px;height:80px}
.w-customer-list li a{display:block;width:120px;height:80px;background:url(images_lady/part-logo.png) no-repeat;margin:0 auto}
.w-customer-list li a.logo01{background-position:0 0}
.w-customer-list li a.logo02{background-position:-120px 0}
.w-customer-list li a.logo03{background-position:-240px 0}
.w-customer-list li a.logo04{background-position:-360px 0}
.w-customer-list li a.logo05{background-position:-480px 0}
.w-customer-list li a.logo06{background-position:-600px 0}
.w-customer-list li a.logo07{background-position:-720px 0}
.w-customer-list li a.logo08{background-position:-840px 0}
.w-customer-list li a.logo09{background-position:-960px 0}
.w-customer-list li a.logo10{background-position:-1080px 0}
.w-customer-list li a.logo11{background-position:-1200px 0}
.w-customer-list li a.logo12{background-position:-1320px 0}
.w-customer-list li a.logo13{background-position:-1440px 0}
.w-customer-list li a.logo14{background-position:-1560px 0}
.w-customer-list li a.logo01:hover{background-position:0 -80px}
.w-customer-list li a.logo02:hover{background-position:-120px -80px}
.w-customer-list li a.logo03:hover{background-position:-240px -80px}
.w-customer-list li a.logo04:hover{background-position:-360px -80px}
.w-customer-list li a.logo05:hover{background-position:-480px -80px}
.w-customer-list li a.logo06:hover{background-position:-600px -80px}
.w-customer-list li a.logo07:hover{background-position:-720px -80px}
.w-customer-list li a.logo08:hover{background-position:-840px -80px}
.w-customer-list li a.logo09:hover{background-position:-960px -80px}
.w-customer-list li a.logo10:hover{background-position:-1080px -80px}
.w-customer-list li a.logo11:hover{background-position:-1200px -80px}
.w-customer-list li a.logo12:hover{background-position:-1320px -80px}
.w-customer-list li a.logo13:hover{background-position:-1440px -80px}
.w-customer-list li a.logo14:hover{background-position:-1560px -80px}


.box3 { margin-top:50px !important; height:620px;}
.box3cont{ width: 1170px; margin-top:50px; float:left;}
.box3list{  padding-right: 30px;}
.box3pic{position: relative;width: 360px; height:160px ; overflow: hidden;}
.box3pic img{}
.box3pic span{ display: none; position: absolute; top:0; left: 0; z-index: 2; width: 360px; height: 160px; background: url(../images/bg.png) repeat;}
.box3pic p{ display: none; position: absolute; top:0; left: 0; z-index: 3; width: 310px; padding:30px 25px 0; font-size: 14px; line-height: 24px;  color: #fbfbfb;}
.box3tit{ height:20px ; padding:15px 0 40px; line-height: 20px; font-size: 18px;}
.box3tit strong{ width: 69px; height: 20px; line-height: 20px; border-right: 1px solid #e5e5e5; color: #999; }
.box3tit h3{ width: 275px; padding-left: 15px; color: #333; font-weight: normal;font-size: 18px;}


.ad_bar .wrapper { background:url(images_lady/teacher_ad_bg.png) right no-repeat;}
.ad_bar {
	margin-top:20px;
    background: #ed5c82;
    text-align: left;
    color: #fff;
    padding: 40px 0;
}
.ad_bar h4 {
    font-size: 30px;
}
.ad_bar h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
.ad_bar .btu {
    font-size: 14px;
    color: #ed5c82;
	background:#fff;
    display: inline-block;
    width: 118px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ed5c82;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ad_bar .btu:hover { color:red; border-color:red;}


.wrapper{ width:1140px; margin:0 auto; }
.boxh2{ height: 32px; line-height:32px; padding:40px 0 35px; overflow: hidden; font-size: 28px; color: #333; font-weight: normal; text-align: center;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{ content:"."; display:block; clear:both; height:0; font-size:0; overflow:hidden;}
.clearfix{ zoom:1;}
.wrap{ width: 100%; min-width: 1200px; background: #fff;}
.box4{ padding-bottom: 40px; margin-top:50px;}
.box4main{}
.box4title{ position: relative; width:655px ; margin: 20px auto; height:64px ;background: url(images_lady/icon3.jpg) repeat-x 0 57px;}
.box4title li{ position: absolute; top:0; left: -75px; height: 64px; cursor: pointer; width:}
.box4title li p{ width:auto;  min-width:60px; text-align: center; height: 42px; line-height: 42px; padding: 0 20px; color: #808080;  overflow: hidden;font-size: 18px;}
.box4title li span{ position: absolute; top: 42px; left: 50%; margin-left:-16px; width: 32px; height: 22px; background: url(images_lady/icon2.jpg) no-repeat center;  }
.box4title li .dnx1{background: url(images_lady/icon01.jpg) no-repeat center;  }
.box4title li .dnx2{background: url(images_lady/icon02.jpg) no-repeat center;  }
.box4title li .dnx3{background: url(images_lady/icon03.jpg) no-repeat center;  }
.box4title li .dnx4{background: url(images_lady/icon04.jpg) no-repeat center;  }
.box4title li .dnx5{background: url(images_lady/icon05.jpg) no-repeat center;  }
.box4title li .dnx6{background: url(images_lady/icon06.jpg) no-repeat center;  }
.box4title li .dnx7{background: url(images_lady/icon07.jpg) no-repeat center;  }
.box4title li .dnx8{background: url(images_lady/icon08.jpg) no-repeat center;  }

.box4title li.lf2{ left: 35px;}
.box4title li.lf3{ left: 145px;}
.box4title li.lf4{ left: 250px;}
.box4title li.lf5{ left: 350px;}
.box4title li.lf6{ left: 450px;}
.box4title li.lf7{ left: 555px;}
.box4title li.lf8{ left: 655px;}
.box4title li.active p{font-size: 22px; color: #fff; background: #ed5c82; border-radius: 5px;}
.box4title li.active span{ background-image: url(images_lady/icon1.jpg);}
.box4cont{ height: 556px; overflow: hidden;}
.box4list{}
.box4list h3{ height: 30px; line-height:30px ; padding:30px 0 25px; overflow: hidden; font-size:20px ; color: #333; text-align: center; font-weight: normal;}
.box4-1{ width:1170px ;}
.box4-1-1{ margin-right: 30px; width: auto;}
.box4pic{position: relative;/* width: auto; height: auto;*/}
.box4pic img{ display: block;}
.box4pic span{ display: none; position: absolute; top:0; left: 0; z-index: 2; width: 100%; height: 100%; background: url(../images/bg.png) repeat;}
.box4pic p{ display: none; position: absolute; top:0; left: 0; z-index: 3; width: 100%; font-size: 14px; line-height: 24px;  color: #fbfbfb;}
.box4pic p em{ display: block;  font-style: normal; padding:20px 20px 0;}
.box4tit{ height:20px ; padding:15px 0 30px; line-height: 20px; font-size: 16px; text-align: center;}
.boxbtn{ display: block; width:286px; height: 52px; margin:0 auto; overflow: hidden; line-height: 52px; font-size:16px ; color: #ed5c82; border:2px solid #ed5c82; border-radius: 6px; text-align: center; cursor:pointer;}
.boxbtn:hover{ color: #fff; background: #e8474d; border-color: #e8474d;}

.box7{ width:100%; height: 700px; background:#f1f1f1; font-family: "微软雅黑"; margin-top:20px;}
.box7h2{ color: #333; padding:50px 0 15px;}
.box7 ul{ width:1120px; margin:0 auto; padding-left:70px;}
.box7 ul li{ width:225px ; height:200px; margin-bottom:42px; padding-right:55px ; color: #333;}.box7 em { font-size:46px; color:#ed5c82; line-height:48px; margin-right:10px;} 
.box7 ul li h3{ height:36px ; line-height:36px ; overflow: hidden; padding:10px 0 3px; font-size: 24px; font-weight: normal; color:#ed5c82; }
.box7 ul li p{line-height: 24px; font-size: 18px; }
.tit_small{font-size:16px;line-height:25px;display: block;text-align: center;}


.teacher{width:1100px;height:360px;position:relative;margin:0 auto; overflow:hidden;}
.teacher .teacherPic{width:1100px;height:360px;}
.teacher .teacherPic .content{width:180px;height:360px;float:left;position:relative;overflow:hidden;margin-left:3px;}
.teacher .teacherPic .content .txt{width:156px;height:135px;background:rgba(18,21,44,0.7); position:absolute;left:0px;bottom:0px;padding:0 12px;border-top:2px solid #ed5c82;}
.teacher .teacherPic .content .txt h3{color:#ed5c82;font-size:24px;font-weight:100;margin:10px 0 6px 0;}
.teacher .teacherPic h4{color:#fff;font-size:14px;font-weight:100;}
.teacher .teacherPic .content .txt p{color:#fff;margin-top:20px;padding-top:12px;border-top:1px solid #ed5c82;}

.teacher_ad h4{color:#ed5c82;font-size:30px;font-weight:700; display:inline-block; }
.teacher_ad li { float:left; margin:20px 0; padding-right:10px; height:40px; line-height:40px; margin-right:10px; font-size:16px;}
.teacher_ad label { font-weight:bold;}
.teacher_ad input { color:#999; width:145px;}
.teacher_ad .text { border-right:1px dashed #999;}
.teacher_ad .tel { height:36px; border-radius:10px; border-shadow:none; }
.teacher_ad .boxbtn { width:190px; border:none; height:40px; line-height:40px; background:#F26355; color:#fff;} 

.footer-w{width:100%;min-width:1100px;padding-top:48px;overflow:hidden;clear:both;background-color:#303131}
.footer-w .footer_box{width:1100px;overflow:hidden;margin:0 auto;}
.footer-w .foot_tad{width:1100px;height:132px}.footer-w .foot_tad td{vertical-align:top;border-right:0}
.footer-w .foot_td1{width:255px}.footer-w .foot_td2{width:205px}
.footer-w .foot_td3{width:205px}
.footer-w .foot_td4{width:200px}.footer-w .foot_td5{width:160px}
.footer-w .foot_logo{display:inline-block;width:135px;height:55px;background-image:url(../images/foot_logo.jpg);background-repeat:no-repeat}.footer-w .foot_gpdm{width:135px;height:22px;line-height:25px;color:#333}.footer-w .foot_tel_tit{font-size:14px;padding-top:5px;color:#333}
.footer-w .foot_tel{font-size:18px;font-weight:bold;color:#666}
.footer-w .footer_box dl{padding-left:15px}
.footer-w .footer_box dt{color:#d9d9d9;font-weight:bold;font-size:16px;margin-bottom:15px}
.footer-w .footer_box dd{margin-bottom:15px}
.footer-w .footer_box dd a{color:#8f8f8f;font-size:14px}.footer-w .footer_box dd a:hover{color:#a82024}
.footer-w .foot_td5{text-align:center}
.footer-w .foot_td5 h2{margin-bottom:20px;font-size:16px;color:#d9d9d9}
.footer-w .foot_td5 p{margin-top:20px;font-size:14px;color:#999}
.footer-w .copy_right{width:100%;border-top:0;background:#2b2c2c;height:55px;margin-top:1px;padding-top:25px;padding-bottom:25px}
.footer-w .copy_right .copy_ctr{width:1100px;overflow:hidden;margin:0 auto}
.footer-w .copy_ctr p{color:#666;font-size:14px;margin-top:5px;text-align:left}
.footer-w .copy_ctr a{color:#666}
.footer-w .copy_ctr a:hover{color:#a82024}
.mb20{margin-bottom:20px}
.f-mgt{margin-top:10px}
.f-mgt1{margin-top:20px}
.f-mgt2{margin-top:30px}
.f-mgt3{margin-top:40px}
.f-mgt4{margin-top:50px}
.f-mgt5{margin-top:60px}
.f-mgt6{margin-top:70px}
.f-mgt7{margin-top:80px}
.t-comp{width:100%;background:#2b2c2c;padding: 0;overflow:hidden}
.t-comp .t-comlt{width:1090px;margin:0 auto;overflow:hidden}
.t-comp h3{color:#d9d9d9;font-size:14px;margin:0;}
.t-comp p{color:#8f8f8f;font-size:12px}
		
		.tj_kc{ width: 100%; height: 550px;  padding:80px 0 30px; background: #f1f1f1 url() no-repeat center top; color: #333; margin:0 auto;}

		.slideTxtBox{  text-align:left; }
		.slideTxtBox .hd{  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
		.slideTxtBox .hd ul li{ float:left;  cursor:pointer;  }
		.slideTxtBox .hd ul li.on{ height:30px;}
		.slideTxtBox .bd ul{  zoom:1;  }
		.slideTxtBox .bd li{line-height:24px;}

/*预约表格*/
		.kcst_from{ width:100%; height:340px; overflow: hidden; padding-bottom:30px; background:#fff url(../images/banner.jpg) no-repeat center top; color: #333; border:1px solid #fff; border-radius:10px;  margin-left:50px; }
		
		
		.slideBox{ width:700px; height:372px; overflow:hidden; position:relative; border:1px solid #ddd; margin-left:15px; }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:700px; height:372px; display:block;  }

		
		
		.boxform{ width:300px ; height: auto; overflow: hidden;  background:url(../images/formbg1.png) no-repeat center bottom;color: #333; text-align:center; margin:0 auto;}
		.boxform p{ padding:15px 0 15px; line-height:18px ; font-size: 18px; text-align: center; }
		.boxform p strong{ display: block; }
		.boxform label{ width:70px ; height:42px ;line-height: 42px;text-align: right; font-size: 14px; }
		.boxform input { width: 194px;height:42px ;line-height: 42px; padding-left: 10px;border-radius: 5px; font-size: 14px; font-family: "微软雅黑"; background: none; border:1px solid #ccc; border-radius: 5px;}
		.boxform select{ width: 206px;height:42px ;line-height: 42px;border-radius: 5px; font-size: 14px;font-family: "微软雅黑"; background: none;border:1px solid #ccc; border-radius: 5px;}
		.boxform .clearfix { margin-bottom:8px;}
		.boxfrom_btn{ display: block; width: 258px; height:48px ; line-height: 48px; overflow: hidden; margin:0 auto; background:#f55131 !important; border-radius: 5px; font-size: 14px; color:#fbfbfb;font-family: "微软雅黑";}
		.boxfrom_btn:hover{ background: #e64120 !important;}




		.slideTxtBox1{ width:1200px; border:1px solid #ddd; text-align:left; border-radius:20px 20px 0 0; }
		.slideTxtBox1 .hd{ width:1200px; height:62px; line-height:40px; position:relative; }
		.slideTxtBox1 .hd ul{ float:left; height:62px; width:100%;}
		.slideTxtBox1 .hd ul li{ width:50%; float:left; cursor:pointer; background:#CCC; text-align:center; color:#999; font-size:25px; line-height:62px; font-weight:600; height:62px; border:1px solid #ccc; border-radius:15px 15px 0 0; overflow:hidden;  }
		.slideTxtBox1 .hd ul li.on{ width:49.5%; height:62px;  background:#ed5c82; color:#fff; border-radius:15px 15px 0 0; overflow:hidden; }
		.slideTxtBox1 .bd ul{  zoom:1;  }
		.slideTxtBox1 .bd li{ height:auto; line-height:40px; text-align: -webkit-match-parent;  }
		.slideTxtBox1 .bd li .date{ float:right; color:#999;  }



		.slideTxtBox2{ width:1200px; text-align:left;  border:1px solid #ddd; border-radius:20px 20px 0 0;   }
		.slideTxtBox2 .hd{ width:1200px; height:80px; line-height:40px; position:relative; }
		.slideTxtBox2 .hd span { font-size:24px; line-height:24px;}
		.slideTxtBox2 .hd ul{ float:left; height:80px; width:100%; background:#fff;}
		.slideTxtBox2 .hd ul li{ width:50%; height:80px; float:left; cursor:pointer; background:#CCC; text-align:center; color:#fff; font-size:25px; font-weight:bold; border-radius:15px 15px 0 0; }
		.slideTxtBox2 .hd ul li.on{ width:49.5%; height:80px;  background:#ed5c82; color:#fff; border-radius:15px 15px 0 0; overflow:hidden; }
		.slideTxtBox2 .bd { height:900px; overflow-y:scroll;overflow-x:hidden;}
		.slideTxtBox2 .bd ul{  zoom:1;  }
		.slideTxtBox2 .bd li{ height:auto; line-height:40px; text-align: -webkit-match-parent;  }
		.slideTxtBox2 .bd li .date{ float:right; color:#999;  }



/*底部红底*/
.bottom_red{ height:100px; background:#a82024;}
.bottom_red ul{overflow:hidden;}
.bottom_red li{float:left; width:112px; height:74px; padding:23px 58px 0 60px; display:inline; color:#fff; line-height:24px; background:url(images_lady/bottom_red.png) no-repeat center center;}
.bottom_red h5{font-size:18px; color:#fff; line-height:30px; }

.bottom_red li.al-1{
			background-position:-10px top;
		}
.bottom_red li.al-2{
			background-position:-10px -80px;
		}
.bottom_red li.al-3{
			background-position:-10px -160px;
		}
.bottom_red li.al-4{
			background-position:-10px -240px;
		}
.bottom_red li.al-5{
			background-position:-10px -320px;
		}
.part_con {width: 1100px; margin: 0 auto;}
.float-apply-box{ width:100%; height:60px; margin:0 auto; position:fixed; left:0; bottom:0; z-index:500;}
.float-apply-bg{ width:100%;height:100%;position:absolute;left:0;top:0; background-color:#000; margin:0;filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
.float-apply{ width:1100px; height:100%; position:absolute;left:50%;margin-left:-550px;top:0;}
.apply_img{position:absolute; left:0; bottom:0;}
.apply_text{position:absolute; left:93px; bottom:15px;}
.form_group{position:absolute; left:477px; bottom:0;height:100%;line-height:60px;}
.apply_input{ width:180px; height:36px; background:#fff; margin-right:18px; border-radius:8px; font-size:18px; padding-left:10px; line-height:36px; border-radius:4px;-webkit-border-radius:4px;position:relative;top:2px;}
.apply_btn{display:inline-block;width:160px;height:36px;cursor:pointer;background:#F26355;color:#fff;text-align:center;line-height:36px;font-size:18px;border-radius:4px;-webkit-border-radius:4px;position:relative;top:3px;}
.apply_btn:hover{background:#ea554e; color:#fff;text-decoration: none;}
.apply_exit{ position:absolute; right:6px; top:6px;cursor:pointer;}


