@charset "utf-8";
/* CSS Document */
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,iframe,input,li,p,select,table,td,textarea,th,ul{margin:0;padding:0}
body{background-color:#f8f8f8; color:#222; font-size:14px; font-family:"微软雅黑",Arial,Helvetica,sans-serif; letter-spacing: 2px;}
body, html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #f8f8f8
}
ol,ul{list-style:none}
li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:16px}
h1,h3{font-weight:700;font-size:24px}
h5{font-size:21px}
img{border:0 none;}
a img,a:link img,a:visited img{border:0}
em{font-style:normal}
a,a:link{color:#222;text-decoration:none}
a:visted{color:#222}
a:active,a:hover{color:#f4a81b}
a:focus{outline:0}
.fl{ float: left; }
.fr{ float: right; }
.fc{ clear: both; }
.fixed{overflow:hidden;zoom:1}
.clear{float:none!important;clear:both;display:block!important;overflow:hidden;margin:0 auto!important;padding:0!important;width:auto!important;height:0!important;font-size:0;line-height:0}

/* bootstrap样式 */
.container { margin: 0 auto; padding: 0; }
@media (min-width: 768px) {
  .container {
    width: 1200px;
    min-width: 1200px;
  }
  .navbar{ border: none; border-radius: none; }
}
@media (min-width: 992px) {
  .container {
    width: 1200px;
    min-width: 1200px;
  }
  .navbar{ border: none; border-radius: none; }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    min-width: 1200px;
  }
  .navbar { border: none; border-radius: none; }
}

/*-----index.html文件样式-----*/
/* top */
#top { background-color: #f4a81b; height: 150px; padding: 0; transition: all 0.8s;}
/*#menu.navbar-default {
	height: 150px;
	background-color: rgba(64, 123, 192, 0.5);
}*/
#top-logo{height:100px; background-color:#407bc0;}
#top-logo-nr{ width: 1200px; min-width: 1200px; }
#top-logo-nr img{ float: left; }
#top-logo-nr ul{ float: right; width: 145px; height: 30px; display: block; margin-top:40px; }
#top-logo-nr ul li{  float: left; }
#top-stu-wz a{ float: left; color:#ffffff; width: 100px; height: 30px; line-height: 30px; display: block; letter-spacing: 2px;}
/* menu */
#top-menu-nr{ width: 1200px; min-width: 1200px; height: 50px; line-height: 50px; /*background: red;*/}
#top-menu-nr ul{ float: right; height: 20px; margin-top:10px;}
#top-menu-nr ul li{ width: 100px; float: left; text-align: center; margin: 0 0 0 20px;}
#top-menu-nr ul li a{ width: 100px; float: right; height: 30px; line-height: 30px; display: block; color: #ffffff; }
/* menu activ 样式*/
#top-menu-nr ul li {
      padding: 0;
      display: inline-block;
      position: relative; }
#top-menu-nr ul li:before {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 10px;
        height: 10px;
        content: '';
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
#top-menu-nr ul li:after {
        position: absolute;
        left: 0px;
        top: 20px;
        width: 10px;
        height: 10px;
        content: '';
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
#top-menu-nr ul li a {
        padding: 0px 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        position: relative; }

#top-menu-nr ul li a:before {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 10px;
          height: 10px;
          border-bottom: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          content: '';
          visibility: hidden;
          opacity: 0;
          transition: .5s ease-in; }
#top-menu-nr ul li a:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 10px;
          height: 10px;
          border-top: 2px solid #ffffff;
          content: '';
          border-left: 2px solid #ffffff;
          visibility: hidden;
          opacity: 0;
          transition: .5s ease-in; }
#top-menu-nr ul li a.active:after {
          visibility: visible;
          opacity: 1; }
#top-menu-nr ul li a.active:before {
          visibility: visible;
          opacity: 1; }
#top-menu-nr ul li:hover:after {
        visibility: visible;
        opacity: 1;
        top: 0; }
#top-menu-nr ul li:hover:before {
        visibility: visible;
        opacity: 1;
        bottom: -4px; }
/* banner */
#main2 { width: 100%; min-width: 1200px; height: 595px; line-height: 595px;  background: url(../img/top_banner.jpg) top center; background-size: cover; margin-top:150px; background-color: #262626;  }
/* 课程介绍 */
#main3{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 50px;}
#m3-left{ width: 480px; float: left; text-align: left;}
#m3-min{ width: 350px; float: left; margin-left: 10px;}
#m3-right{ width: 350px; float: right; margin-left: 10px;}
#m3-left img{ width: 100%; height: 96px; display: block;}
#m3-left p{ width: 96%; display: block; line-height: 180%; text-indent: 32px; margin-top: 10px;}


#m3-right{ width: 350px; float: right; margin-left: 10px;}
#m3-right div{ width: 90%; margin-left: 10px;}
#m3-right-p p{ font-size: 14px; height: 35px; line-height: 35px;  }
#m3-right-p span a{ font-size: 20px; height: 40px; line-height: 40px; width: 100px; display: block;  letter-spacing: 10px;}
#m3-right-p span a:hover{  text-shadow: 5px 2px 2px #cccccc; }
/*大按钮*/
#big_an { width: 200px; height: 53px; border-radius: 3px; background: #f4a81b; display: block;  margin: 20px 0 0 5px;}
#big_an a{ width: 200px; height: 53px; display: block; color: #ffffff; font-weight: bold; line-height: 53px; text-align: center; letter-spacing: 5px; font-size: 16px;}
#big_an a:hover{border-radius: 3px; background: #407bc0; color: #ffffff; }

/* m4 banner */
#main4{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 30px;}
#main4 img{ width: 100%; height: 200px; }

/* 八大优势 */
#main5{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 30px;}
#m5-nr-kk{ width: 580px; height: 140px; border: 1px solid #cccccc; border-radius: 3px; display: block; margin-bottom: 20px;}
.m5-nr-kk-l{ width: 440px;  float: left; box-sizing: border-box; padding: 20px 0 0 20px;}
.m5-nr-kk-l h2{ font-size: 16px; font-weight: bold; }
.m5-nr-kk-l p{  line-height: 160%; }
/*小按钮*/
#small_an{ width: 90px; height: 26px; border-radius: 3px; background: #f4a81b; display: block;  margin: 10px 0 0 0px; }
#small_an a{ width: 90px; height: 26px; display: block; color: #ffffff; font-weight: bold; line-height: 26px; text-align: center;  font-size: 14px;}
#small_an a:hover{border-radius: 3px; background: #407bc0; color: #ffffff; }

.m5-nr-kk-r{ width: 91px; height: 86px; float: right; display: block; margin:25px 30px 0 0; }
#m5-nr-img01,#m5-nr-img02,#m5-nr-img03,#m5-nr-img04,#m5-nr-img05,#m5-nr-img06,#m5-nr-img07,#m5-nr-img08{ width: 91px; height: 86px; display: block; background: url(../img/m5_bqall.png) no-repeat;}
#m5-nr-img01 { background-position: 0px 0px; }
#m5-nr-img02 { background-position: -91px 0px; }
#m5-nr-img03 { background-position: -183px 0px; }
#m5-nr-img04 { background-position: -274px 0px; }
#m5-nr-img05 { background-position: -368px 0px; }
#m5-nr-img06 { background-position: -460px 0px; }
#m5-nr-img07 { background-position: -558px 0px; }
#m5-nr-img08 { background-position: -644px 0px; }


/* 课程内容 */
#main6{ width: 100%; min-width: 1200px; height: 570px; background:url(../img/m6_bg.jpg) center no-repeat fixed; background-size: cover; margin-top: 30px; }
#m6-nr{ width: 1200px; min-width: 1200px; margin: 0 auto ; margin-top: 50px;}
.m6-left{ width: 380px; float: left; text-align: left; margin-right: 10px;}
.m6-right{ width: 780px; float: right;}
.m6-left img{ width: 100%; height: 101px; display: block;}
.m6-left p{ width: 80%; display: block; line-height: 180%; text-indent: 32px; margin-top: 10px; color: #ffffff; margin-left: 15px;}
.m6-right table { width: 100%; border-radius: 3px; /*background: #f8f8f8; opacity: 0.8;*/ background-color: rgba(248,248,248,0.8);}
#tab-tr0{ height: 60px; line-height: 60px; text-indent: bold; font-size: 16px; text-align: center; }
#tab-tr1{ height: 34px; line-height: 34px; font-size: 14px; text-align: center; background-color: rgba(248,248,248,0.6); }
#tab-tr2{ height: 34px; line-height: 34px; font-size: 14px; text-align: center;  }
/* 5大优 轮播 */
#main7{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 30px;}
#m7-lunbo{ width: 100%; height: 180px;  }
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width:21px;
  height:28px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background:url(../img/arrow.png) no-repeat left top;
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background:url(../img/arrow.png) no-repeat left -28px;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background:url(../img/arrow.png) no-repeat left -56px;
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background:url(../img/arrow.png) no-repeat left -84px;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-slide { width: 100%; text-align: center; margin: 0; padding: 0;}
.swiper-slide ul li { width: 100%; font-size: 14px; line-height: 150%;}
.swiper-slide ul li img{ height: 73px; margin-bottom:20px;}
.swiper-slide ul li p { width: 60%;  margin: 0 auto;}
/*#m7-ys1,#m7-ys2,#m7-ys3,#m7-ys4,#m7-ys5{ width: 100%; text-align: center;}
#m7-ys1 ul,#m7-ys2 ul,#m7-ys3 ul,#m7-ys4 ul,#m7-ys5 ul{ width: 100%; margin: 0 auto; text-align: center;}
#m7-ys1 ul li,#m7-ys2 ul li,#m7-ys3 ul li,#m7-ys4 ul li,#m7-ys5 ul li{ width: 100%; text-align: center; }
#m7-ys1 ul li img,#m7-ys2 ul li img,#m7-ys3 ul li img,#m7-ys4 ul li img,#m7-ys5 ul li img{ width: 222px; height: 73px; display: block;}
#m7-ys1 ul li p,#m7-ys2 ul li p,#m7-ys3 ul li p,#m7-ys4 ul li p,#m7-ys5 ul li p{ width: 60%; height: 100%; font-size: 14px; line-height: 150%; }*/








/* 资质证明 */
#main8{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 30px;}
.m8-left{ width: 580px; float: left; }
.m8-right{ width: 580px; float: right; }
#m8-lunbo{ width: 100%; height: 244px; text-align: center; margin: 20px auto;}/*lunbo*/

#m8-kk{width: 580px; height: 48px; border: 1px solid #cccccc; border-radius: 3px; display: block; margin-bottom: 10px; clear: both;}
#m8-kk ul li{float: left; height: 48px; line-height: 48px;}
#m8-kk ul li img{ padding: 0 10px;}
#m8-kk ul li p{ width: 430px; line-height: 120%; box-sizing: border-box; padding-top: 6px; padding-right: 20px;}

/* 教学师资 */
#main9{ width: 100%; min-width: 1200px; height: 600px; background:url(../img/m9_bg.jpg) top center; background-size: cover; margin-top: 30px; }
#m9-nr{ width: 1200px; min-width: 1200px; margin: 0 auto ; margin-top: 50px;}
#m9-lunbo{ width: 1100px; margin: 0 auto;  }
#m9-lunbo ul{ width: 300px; text-align: center; color: #ffffff;  margin: 30px 100px 0px 0px;}
#m9-lunbo ul li img{ width: 158px; height: 150px; border: 3px solid #e5e5e5; border-radius: 50%; margin-bottom: 30px; }
#m9-lunbo ul li h2{ font-size: 16px; text-indent: bold; margin-bottom: 10px;}
#m9-lunbo ul li h3{ font-size: 14px; text-indent: bold; margin-bottom: 20px; color: #cccccc;}
#m9-lunbo ul li p{ font-size: 14px; line-height: 120%; text-align: left;}


div.indexmaindiv{ width:1200px; margin-top:30px;}
div.indexmaindiv div.playerstyles{ width:300px; height:44px;}
div.indexmaindiv1{ width: 1200px; margin-top:0px;}
div.indexmaindiv1 div.stylesgoleft{float:left;width:21px;height:28px; background:url(../img/arrowhead.png) no-repeat left top;margin:200px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;width:21px;height:28px;background:url(../img/arrowhead.png) no-repeat left -28px;margin:200px 5px 0px 0px;cursor:pointer;}

div.indexmaindiv1 div.maindiv1{width:1130px;}
div.indexmaindiv1 div.maindiv1 ul li{width:380px;/*height:300px;*/ }
div.indexmaindiv1 div.playerdetail{ width: 380px; text-align: center; color: #ffffff; }
div.indexmaindiv1 div.playerdetail div.detailimg{ width: 380px; text-align: center;}
div.indexmaindiv1 div.playerdetail div.detailimg img{ width: 158px; height: 150px; border: 3px solid #e5e5e5; border-radius: 50%; margin-bottom: 30px; margin-left:-30px; }
div.indexmaindiv1 div.playerdetail div.teanames{ width: 380px;  text-align: center;}
div.indexmaindiv1 div.playerdetail div.teanames h3{font-size: 16px; font-weight: bold;  margin-left:-30px;}
div.indexmaindiv1 div.playerdetail div.teadetail{ box-sizing: border-box; padding: 0px 60px 0px 20px;}

div.indexmaindiv1 div.playerdetail div.teadetail h4{font-size: 14px; display: block; margin-bottom: 30px; color: #cccccc;}
div.indexmaindiv1 div.playerdetail div.teadetail p{font-size: 14px; line-height: 130%; text-align: left; text-indent: 30px; }


div.indexmaindiv1 div.stylesgoright{float:left;width:21px;height:28px;background:url(../img/arrowhead.png) no-repeat left -56px;margin:200px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:21px;height:28px;background:url(../img/arrowhead.png) no-repeat left -84px;margin:200px 0px 0px 15px;cursor:pointer;}

div.maindiv1{float:left;width:740px;height:440px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;}
div.maindiv1 ul li{float:left;width:172px;height:245px;margin-left:13px;}




/* 招生报名 */
#main10{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 50px;}

#m10-left{ width: 450px;  }
#m10-right{ width: 700px; }
#m10-right h2{ font-size: 16px; color: #858585; font-weight: bold; line-height: 200%; text-indent: 10px;}
#m10-right p{ font-size: 14px; color: #858585; line-height: 150%; text-indent: 10px; margin:0px 10px; }

#m10tab{ width:700px;  height:360px; margin-top: 30px;}
#m10tab ul{ margin:0; padding-top: 20px; text-align:center; width: 148px; height: 350px; box-sizing: border-box; border-left: 5px solid #dcdcdc; float: left; border-radius: 3px; margin-right: 30px;} 
#m10tab li{ width:148px; height:52px; line-height:52px; float:left; display:block; position:relative; cursor:pointer; list-style:disc; font-size:16px; font-weight:bold; box-sizing: border-box; border: 1px solid #dcdcdc; /*box-shadow: darkgrey 0px 0px 5px 0px;*/ margin: 6px 0px; margin-left: -5px;}
#m10tab div{ width: 500px; /*clear:both;*/ display:none; height:360px; box-sizing: border-box; padding-top: 50px; float: left; }
#m10tab .selectedLi{ cursor:pointer; color:#222222; border-left:5px solid #f4a81b; border-radius: 3px 3px 3px 3px;}
#m10tab .selectedDiv{ display:block;}

#m10tab div p{ color: #222222; line-height: 200%;}

/* 学员风采 */
#main11{ width: 1200px; min-width: 1200px; height: 825px; margin: 0 auto ; padding: 0; margin-top: 30px;}

#m11tab{ width:1200px; height:660px;}
#m11tab ul{ margin:0; padding:0; list-style:none; text-align:center; display: block; width: 1200px; height: 38px; margin:15px auto 5px auto;}
#m11tab li{ width:150px; height:38px; line-height:38px; float:left; display:block; position:relative; cursor:pointer; list-style:disc; font-size:16px; font-weight:bold; margin: 20px 10px; display: block; background: #dcdcdc; border-radius: 3px 3px 0px 0px;}
#m11tab div{ clear:both; display:none; height:616px; box-sizing: border-box; padding:0px 0px; }
#m11tab .selectedLi{ cursor:pointer; color:#ffffff; background: #f4a81b; border-radius: 3px 3px 0px 0px;}
#m11tab .selectedDiv{ display:block;}




/* 报名流程 */
#main12{ width: 100%; min-width: 1200px; height: 424px; background:url(../img/m12_bg.jpg) top center; background-size: cover; margin-top: 30px; }
#m12-nr{ width: 1200px; min-width: 1200px; margin: 0 auto ; margin-top: 50px;}
#m12-nr span{ width: 1200px; height: 200px; display: block; margin-top: 30px;}


/* 申请表 */
#main13{ width: 1200px; min-width: 1200px; margin: 0 auto ; padding: 0; margin-top: 50px;}
#main13-left{ width: 580px; float: left; box-sizing: border-box; padding-left: 10px;}
#form { width:100%; box-sizing: border-box;}
.yybm{width: 100%; text-align: left; color: #222; font-size: 24px; font-weight: bold;}
#form hr{ width: 80% margin-top:20px; margin-bottom:38px;}
#form ul{ width:100%;}
#form ul li{ width:100%; height: 50px; display: block; margin-bottom: 4%; }
#form ul li span{ width: 18%; font-size:18px; color: #222; line-height:50px; height:50px; float: left;}
#form ul li select{outline:none; width: 68%; padding-left:10px; height:50px; line-height:50px; border:1px solid #999; background: #eee; border-radius: 6px;color:#999; font-size:16px;/* padding-left:transparent;*/ float: left;}
#form ul li input{outline:none; width: 68%; padding-left:10px; height:50px; line-height:50px; border:1px solid #999; background: #eee;border-radius: 6px;color:#999; font-size:16px; float: left;}
#form ul li #sub{ width:80%; height:120%; line-height:120%; cursor:pointer; background: #f4a81b; color: #fff; border:none; border-radius:50px; font-size: 28px; font-family: "微软雅黑"; display: block; margin:0 auto; margin-left: 50px;}
#form img{ width:100%; height:auto;}
#form ul li p{ width: 10%; height:50px; line-height:50px; float: right; }

#result{ width:100%; font-size:14px; color: #666; line-height: 20px; text-align:center;}

.error{ font-size:12px!important; display: none; }

/*改变form 表弟input、button、text的焦点css样式*/
#form input:focus{
    outline: none;  
    border-color: #f4a81b;  
    box-shadow: 0 0 5px rgba(244, 168, 27, 0.4);  
    border-radius: 5px;  
}
#form select:focus{
    outline: none;  
    border-color: #f4a81b;  
    box-shadow: 0 0 5px rgba(207, 220, 27, 0.4);  
    border-radius: 5px;  
}



#form > .form-group > select > .form-control:focus {
  border-color: #f4a81b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 220, 27, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 220, 27, .6);
}
/*改变form 表弟input、button、text的焦点css样式  end*/

#m13-right{ width: 580px; height: 300px; float: right; box-sizing: border-box; border-left: 2px solid #cccccc; margin-top: 80px;}
#m13-right ul { width: 580px; height: 86px; display: block; margin: 50px 0px 60px 0px; }
#m13-right ul li{ float: left;}
#m13-right ul li img{ width: 91px; height: 86px; margin-top: -30px;}
#m13-right ul li h4 { width: 300px; font-size: 20px; font-weight: 300;}
#m13-right ul li h5 { width: 300px; font-size: 18px; font-weight: 300; line-height: 150%;}
#m13-right ul li span a { width: 150px; font-size: 20px; height: 50px; line-height: 50px; display: block; color: #f4a81b; border:3px solid #f4a81b; border-radius: 50px; text-align:center;}
#m13-right ul li span a:hover { background:#f4a81b; color: #ffffff; border:3px solid #f4a81b; border-radius: 50px; text-align:center; text-indent: none;}

/* 页底*/
#main14{ width: 100%; min-width: 1200px; height: 350px; background-color: #262626; margin-top: 50px; }
#m14-nr{ width: 1200px; min-width: 1200px; margin: 0 auto ; margin-top: 70px; color: #cccccc;}
#footer{ width: 90%; height: 270px; margin:0 auto; }
#footer ul{ width: 95%; display: block; margin: 0 auto; }
#footer ul li{ float: left; }
#footer ul li a{ color:#cccccc; }
#footer ul li span{ width: 249px; height: 165px;  background:url(../img/m14_bt.jpg) no-repeat top left; display: block; border-right: 1px solid #535353;}

#footer ul li div{ float: left; margin: 20px 0px 0px 10px;}
#footer ul li div h3{ font-size: 14px; line-height: 150%; margin-bottom: 20px; font-weight: none;}
#footer ul li div h4{ font-size: 12px; line-height: 150%; margin-bottom: 10px; text-indent:6px;}

#footer ul li h5{ font-size: 14px; line-height: 150%; margin-top: 20px; font-weight: bold;}
#footer ul li h6{ font-size: 20px; line-height: 150%; margin-bottom: 10px;}
#footer ul li p{ font-size: 14px; text-align: left;}

#footer ul li img{ font-size: 14px; text-align: left; margin-top:20px; margin-left: 20px;}
#footer ul li h2{ font-size: 12px; text-align: center; margin-left: 20px;}

#footer p{ color: #cccccc; text-align: center;  }