/*global 151201 filter:alpha(opacity=97);-moz-opacity:0.97;opacity:0.97;font:62.5%/150% '\5FAE\8F6F\96C5\9ED1''\5b8b\4f53'*/
html{margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;overflow-x:hidden}
body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,address,code,del,em,q,dl,dt,dd,ol,ul,li,form,caption,tbody,tfoot,thead,
article,aside,dialog,figure,footer,header,nav,section,td{margin:0;padding:0;border:0;word-wrap:break-word;word-break:break-all}
body{height:100%;font:normal 12px/1.5 "simsun","Helvetica Neue", Verdana, Geneva, sans-serif;color:#333;background:#fff}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section{display:block}
div,p,dt,dd,li,h1,h2,h3,h4,h5,h6,th,td{zoom:1}s{color:#888}[hidden],template{display:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}table,th,tr ,td{border-collapse:collapse;border-spacing:0}
li{list-style-type:none}img,.nobd{border:none !important}em,th,i{font-style:normal;font-weight:normal}
input,select,form img,button,label,textarea{vertical-align:middle;font-family:Tahoma;color:#000}
a{background-color:transparent;color:#333;text-decoration:none;zoom:1}
img{vertical-align:middle}
body{font-family:Microsoft Yahei,"Arial","Hiragino Sans GB",sans-serif}

/*--Expand Css--*/
.section{width:100%;display: inline-block;}
.secbox{width:1190px; 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;margin: 20px 0 0;font-size: 36px;color: #333;font-weight: bold;}
.tites_s{text-align: center;margin: 20px 0 0;font-size: 32px;color: #333;font-weight: 400;}
.tites span,.tites_s span{color:#e58817}
.section .tit_em{width: 49px;height: 6px;background: url(/main/dba/static/imgs/dbacn.png) no-repeat center;margin: 12px auto 0px;display: block;}
.section .sub{font-size:18px;color: #707070;text-align: center;padding-top:8px;}


/*Í·²¿*/


.header{
  width: 100%;
  height: 60px;
  background:#fff;
}
.header .logo{width:215px;margin-top:5px;}
.header .nav{
  width:960px;
  float:right;
  margin-top:6px;
}

.header .nav .nav-item{
  font-size: 16px;
  margin-left: 18px;
  position: relative;
  height:55px;
}

.header .nav .nav-item > a{
  display: block;
  line-height: 54px;
  color:#333;
  font-weight: bold;
  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: 14px;
   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: 54px;
}

/*Î²²¿*/
.footer{
  background-color: #030b1a;
  height:370px;
}
.footer-logo{
  width:100%;
  display: inline-block;
  margin-top:25px;
  padding-bottom: 18px;
  background:url(/main/dba/static/imgs/footer-logo_bg.png) no-repeat left bottom;
}
.foot_gp{
  width:78px;
  height:46px;
  float:left;
  margin:25px 0px 0px 280px;
}

.footer-text{
  width:100%;
  display: inline-block;
  margin-top:35px;
}
.footer-text dl{
  width:125px;
  margin-left:62px;
  float:left;
}
.footer-text dl dt{
  font-size:16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px
}
.footer-text dl dt em{
  width:20px;
  height:2px;
  background-color: #fff;
  display: inline-block;
}
.footer-text dl dd{
  width:125px;
  float:left;
  padding-bottom: 6px;
}
.footer-text dl dd a{
  font-size:14px;
  color:#bcbcbc;
}
.footer-text dl dd a:hover{
  text-decoration:underline;
}
.footer-text .cood{
  width:128px;
  float:left;
}
.footer-text .cood img{
  width:128px;
}
.footer-text .cood p{
  font-size:12px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.foot-tel{
  width:410px;
  float:left;
  padding-left:15px;
}
.foot-tel span{
  width:100%;
  font-size:14px;
  color: #d9d9d9;
  display: inline-block;
  padding-bottom:6px; 
}
.foot-tel h3{
  font-size:36px;
  color: #F5CE92;
  font-weight: bold;
}
.footer-btm{
  height:50px;
  line-height: 50px;
  font-size:12px;
  color: #929090;
  background-color: #00040a;
  text-align: center;
}
.fot_safe{
  height:145px;
  background-color: #F5F7FC;
}
.as_ul{
  width:100%;
  padding-top: 25px;
  display: inline-block;
}
.as_ul li{
  width:102px;
  text-align: center;
  margin-left:30px;
  float:left;
}
.as_ul li .w-img{
  height:32px;
  padding-bottom: 10px; 
}
.as_ul li p{
  font-size:12px;
  line-height: 21px;
  color: #909399
}
.as_ul li:nth-child(1){margin-left:10px;}

.info{
  margin:50px 0px 20px 92px;
  display: inline-block;
}
.info p{
  width:300px;
  float:left;
  margin-right:42px;
}
.info p input{
  width:280px;
  height:40px;
  line-height: 40px;
  font-size:16px;
  color: #999;
  border:1px solid #ddd;
  border-radius: 5px;
  font-family: '???¨¨??¨¦?¡­¨¦?¡®';
  padding-left:10px;
}
.info .btn{
  width:300px;
  height:42px;
  line-height: 42px;
  text-align: center;
  font-size:16px;
  color: #fff;
  background-color: #DB2251;
  border-radius: 50px;
  border:none;
  font-family: '???¨¨??¨¦?¡­¨¦?¡®';
  cursor: pointer;
  float: left;
}
.info .btn:hover{background-color: #D62027}

.mid-btn{
  margin-top: 40px !important;
}


/*-----ÄÚÈÝ-----*/

.banner{
  height:600px;
  background:url(/main/dba/static/imgs/banner.jpg) no-repeat center;
}
.banner .secbox{
  height:660px;
}

.sec-btn{
    margin:508px 0px 0px 53%;
}
.sec-btn a{
    color: #fff;
    font-size: 24px;
    width: 195px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    background-color: #e58817;
    margin-left: 55px;
    border-radius: 14px;
}
.sec-btn a:hover{
  background-color: #d62027
}

.sec1{
  background-color: #f3f3f3;
}

.sec1 .pic{
  display: flex;
  justify-content: center;
  padding: 0 0 10px 0;
  margin: 20px 0;
}



.sec2 ul{
  display: grid;
  height: 300px;
  padding-top: 99px;
  grid-column-gap: 76px;
  justify-content: center;
  grid-template-columns: 26% 26% 26%;
  background: url(/main/dba/static/imgs/sec1_1.png);
  background-size: 100%;
  font-size: 16px;
}

.sec2 ul li:nth-child(2){
  padding-top: 167px;
}

.sec2 .bot_content{
  display: grid;
  grid-template-columns: 56% 38%;
  grid-column-gap: 60px;
  justify-content: start;
  margin-top: 20px;
}

.sec2 .bot_content p{
  padding-top: 45px;
  height: 162px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 6px solid #e68818;
}

.sec2 .txt_content{
  line-height: 36px;
  font-size: 16px;
}

.sec2 .txt_content span{
  border-left: 5px solid #e68818;
  padding-left: 4px;
}

.sec3{
  background: url(/main/dba/static/imgs/sec3_1.png) no-repeat bottom;
}

.sec3 img{
  width: 100%;

}

.sec3 ul{
  display: grid;
  height: 354px;
  margin-top: 20px;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-column-gap: 23px;
  justify-content: center;
  align-items: center;
}
.sec3 ul li{
  height: 300px;
  float: left;
  text-align: center;
  box-shadow: 2px 2px 2px #747474;
  background: #fff;
}
.sec3 ul li:hover{
  box-shadow: 0px 3px 6px #cb6731;
}
.sec3 ul li:last-child{
  margin:0px;
}
.sec3 ul li h2{
  padding: 18px 6px 0;
  font-size: 17px;
  color: #e68818;
}
.sec3 ul li p{
  font-size: 16px;
}


.sec4 p {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: #db2251;
}
.sec4 img{
  width: 74%;
}
.sec4 .course_dire{
  display: grid;
  grid-template-columns: 48% 48%; 
  grid-row-gap: 18px;
  justify-content: space-around;
  cursor:pointer;    
}
.sec4 .course{
  display: grid;
  grid-template-columns: 18% 82%;
  grid-column-gap: 6px;
  padding: 0px 0 0 12px;
  text-align: center;
  box-shadow: 0 0 5px #ccc;
  justify-content: center;
  align-items: center;
  background: #e58817;
}
.sec4 .course:hover{
  background: #fff;
}
.sec4 .course:hover .con_tit{
  color:#d6251f;
  border-bottom: 1px dashed #fff;
}
.sec4 .course:hover .con_tent {
  background-color: #d6251f;
  color:#fff;
}
.sec4 .course:hover .con_tent dl dt {
  color:#fff;
}
.sec4 .con_tit{
  padding-bottom: 5%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.sec4 .con_tit span{
  padding-right: 49px;
}
.sec4 .con_tent{
  background: #fffeff;
  box-shadow: 0 0 5px #ccc;
  padding: 8px;
  font-size: 14px;
}
.sec4 .con_tent  dl{
  padding: 14px 0;
}
.sec4 .con_tent dt{
  margin-left: 12px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 600;
  line-height: 25px;
}
.sec4 .con_tent dt span{
  font-style: italic;
  color: #000;
  font-weight: 400;
}
.sec4 .con_tent dd{
  padding-left: 12px;
  letter-spacing: 1px;
  
}

.sec5{
  margin-top: 40px;
  height: 1200px;
  background: url(/main/dba/static/imgs/sec5_1.jpg);
}
.sec5 .tites{
  color: #e58817;
}

.teach{
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  justify-content: center;
  padding-top: 66px;
}
.teach li{
  float:left;
  position: relative;
  margin:0px 15px 20px 0px
}
.teach li .w-img img{
  width:100%;
}
.teach_cent{
  width:100%;
  height:0px;
  background: rgb(248 162 39 / 90%);
  position: absolute;
  overflow: hidden;
  left:0px;
  bottom:0px;
}
.teach_cent h3{
  font-size:20px;
  color: #fff;
  font-weight: bold;
  margin:16px 0px 8px 16px;
}
.teach_cent p{
  font-size:14px;
  letter-spacing: 1px;
  color: #fff;
  padding:0px 12px 0px 16px;
}

.teach_cent .st{
  font-size:14px;
  color: #DB2251;
  padding:6px 30px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left:42px;
  bottom:20px;
  display: inline-block;
}

.sec6 h2{
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}
.sec6 h3{
  padding: 10px 0 6px;
  color: #DB2251;
  font-size: 22px;
  font-weight: 600;
}
.sec6 h3 span{
  display: block;
  color: #dcdcdc;
  font-size: 26px;
  font-weight: 500;
}
.sec6 .cour_o{
  display: grid;
  justify-content: center;
}
.sec6 ul{
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: center;
  grid-column-gap: 50px;
  text-align: center;
  align-items: center;
  font-size: 16px;
}

.sec7 .member{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 4px;
  grid-row-gap: 10px;
  justify-content: center;
}
.sec7 .class_member{
  padding: 20px 0;
  display: grid;
  grid-template-columns: 28% 56%;
  justify-content: center;
  border-bottom: 2px solid #e58817;
}
.sec7 .class_member h2{
  font-size: 24px;
}
.sec7 .class_member p{
  line-height: 26px;
  font-size: 14px;
}
.sec7 .class_member p span{
  font-weight: 600;
}


.sec8 h2{
  padding-left: 8px;
  margin: 30px 0 16px;
  line-height: 26px;
  font-size: 24px;
  font-weight: 500;
  border-left: 6px solid #49a1d8;
}
.sec8 .strength{
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-columns: 48% 48%;
  grid-column-gap: 18px;
}
.sec8 .strength h3{
  font-size: 20px;
  font-weight: 500;
}
.sec8 .strength h3 img{
  padding-right: 6px;
}
.sec8 .strength p{
  font-size: 14px;
}
.sec8 .strength_l {
  display: grid;
  justify-content: flex-start;
}
.sec8 .strength_b{
  border-bottom: 6px solid #e58817;
  padding-bottom: 10px;
}


.sec9{
  margin:40px 0;
}
.sec9 img{
  display: flex;
  margin: auto;
}




/*µ¯³öÉêÇëÊÔÌý*/
.jlbg{width:100%;height:100px;top:0px;left:0px;position:absolute;filter: Alpha(opacity=35);opacity:0.35; background:#000; display:none;z-index:9998}
.popbox{
  width:615px;
  height:400px;
  position: fixed;
  left:50%;
  top:25%;
  margin:0px 0 0 -300px;
  background-color: #fff;
  border:5px solid #ccc;
  border-radius: 5px;
  z-index: 9999;
  display: none
}
.pupc{
  width:100%;
  float:left;
  margin:16px 0px 20px 0px;
}
.pupc a{
  float:right;
  font-size:16px;
  margin-right:28px;
}
.popbox h1{
  text-align: center;
  font-size:32px;
  color: #000;
  font-weight: bold;
}
.popbox h1 span{
  color: #ff0000
}
.popbox .info2{
  margin:20px 0px 0px 80px;
}
.popbox .info2 p{
  margin-bottom: 18px;
}
.popbox .info2 p input{
  width:420px;
  height:36px;
  line-height: 36px;
  padding-left:12px;
  font-size:16px;
  font-family: 'Î¢ÈíÑÅºÚ'
}
.popbox .info2 select{
  width:435px;
  height:36px;
  line-height: 36px;
  padding-left:12px;
  font-size:16px;
  color: #666;
  font-family: 'Î¢ÈíÑÅºÚ';
  margin-bottom: 20px;
  border:1px solid #ccc;
}

.popbox .info2 .btn{
  width:432px;
  height:38px;
  line-height: 38px;
  text-align: center;
  font-size:18px;
  color: #fff;
  background-color: #bf0000;
  border:none;
  font-family: 'Î¢ÈíÑÅºÚ';
  cursor: pointer;
}
.popbox .text{
  width:442px;
  margin:20px 0px 0px 80px;
  font-size:14px;
  color: #666;
  text-align: center;
}
.popbox .text span{
  background: red;
  padding:2px 5px;
  color: #fff
}


/*µ¯´°*/
#box1{width:510px;height:333px;position:fixed;left:50%;top:50%; margin:-176px 0 0 -280px; z-index:9999;display:none;border-radius:10px;}
#box1 p{padding:0 10px;margin-top:10px;}
#box1 span{color:#ff0;padding-left:5px;}
#box1 h2{ margin:0;height:25px;cursor:move;text-align:right;padding:0 10px;}
#box1 h2 a{color:#fff;font:12px/25px Arial;width:20px;height:20px;line-height: 20px;text-align: center;background-color:#666;border-radius: 50px;float:right;margin-top:5px;}

/*²à±ßÀ¸*/
.t-zxzc-new{width:56px;height:182px;position:fixed;top:30%;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(http://www.timesmba.com/images/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 i.i_daili{background-position:-403px -30px}
.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:57px;padding-top:10px;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(http://www.timesmba.com/images/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(http://www.timesmba.com/images/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(http://www.timesmba.com/images/index-icon.png) no-repeat -308px -37px!important}

#app{
   
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    display: none; 
    z-index: 999; 
background: rgba(193,193,193, 0.6);
  display:none; 
}
#app img{
 position: absolute;
 left: 50%;
 top: 50%;
margin-left:-300px;
margin-top:-400px;

  }
  
  .button1 {
  background: #599bb3;
  border-radius: 8px;
  text-shadow: 0px 1px 0px #3d768a;
  -webkit-box-shadow: 0px 10px 14px -7px #276873;
  -moz-box-shadow: 0px 10px 14px -7px #276873;
  box-shadow: 0px 10px 14px -7px #276873;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 30px 12px 30px;
}

.button1:hover {
  color: #ffffff;
  background: #408c99;
  text-decoration: none;
}
.w-close{
   position: absolute;
 top: 75%;
left:48%;

  }