<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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{width:100%;height:100%;font-family:Microsoft Yahei,"Arial","Hiragino Sans GB",sans-serif}

/*--Expand Css--*/
.section{width:100%;float:left;}
.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(imgs/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 &gt; a{
  display: block;
  line-height: 54px;
  color:#333;
  position: relative;
  cursor:pointer;
}

.header .nav .nav-item &gt; 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 &gt; a, .header .nav .nav-item.on &gt; a {
    color: #c10d0c;
}

.header .nav .nav-item:hover &gt; a:before, .header .nav .nav-item.on &gt; 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: 16px;
   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(imgs/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(imgs/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: 'å®‹ä½“'
}

/*-----å†…å®¹-----*/

.slideBox{
    padding-bottom: 15px;
    background:#fff;
}

.shida-banner{
  width:100%;
    max-width: 1920px;
    height: 600px;
    overflow: hidden;
    position: relative;
  top:-3px;
}

.slide-banner{
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-banner ul li{
    width: 100%;
    height: 600px;
    zoom:1;
    vertical-align: middle;
}



/*===slide-btn===*/
.slide-btn{
    width: 100%;
    height: 16px;
    overflow:hidden;
    position:absolute;
    bottom:10px;
    text-align: center;
}

.slide-btn ul{
    overflow:hidden;
    zoom:1;
    text-align: center;
}

.slide-btn ul li{
    width:16px;
    height:16px;
    line-height:16px;
    text-align:center;
    background: url(http://www.timesmba.com/images/dot.png) no-repeat 0 -16px;
    cursor:pointer;
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}

.slide-btn ul li:hover,
.slide-btn ul li.on{
    background-position:0 0;
}

/*===slide-arrow===*/
.slide-arrow .prev,
.slide-arrow .next{
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(http://www.timesmba.com/images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.slide-arrow .next{
    left:auto;
    background-position: 0 -90px;
    right: 90px;
}

.slide-arrow .prev:hover,
.slide-arrow .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.shida-banner:hover .slide-arrow .prev,
.shida-banner:hover .slide-arrow .next{
    filter:alpha(opacity=100);
    opacity: 1;
}


.itemBox{
    width: 100%;
    padding:20px 0px;
    background: #fff;
}

.item-class dl{
    margin-right: 80px;
    float: left;
    minwidth:200px;
}

.item-class dl.mar-r-0{
    margin-right: 0;
}
 
.item-class dl dt{
    background: url(http://www.timesmba.com/images/main-icons.png) no-repeat;
    margin-right: 22px;
}

.item-class dl dt.tbYC{
    width: 48px;
    height: 48px;
    background-position: 0px -1px;
}

.item-class dl dt.tbTW{
    width: 51px;
    height: 43px;
    background-position: -56px -4px;
}

.item-class dl dt.tbDS{
    width: 48px;
    height: 48px;
    background-position: -115px -1px;
}

.item-class dl dt.tbAL{
    width: 41px;
    height: 46px;
    background-position: -171px -2px;
}

.item-class dl dd span{
    font-size: 18px;
    color: #333;
}

.item-class dl dd p{
    font-size: 14px;
    color: #909090;
    margin-top: 4px;
}

.sec1{
  margin:20px 0px 30px 0px;
}
.sec1 .left{
  width:549px;
  height:375px;
  float:left;
  margin:45px 25px 0px 0px;
}
.sec1 .right{
  width:620px;
  float:left;
  margin-top:40px;
}

.sec1 .right h1{
  font-size:22px;
  color: #555
}
.sec1 .right p{
  font-size:16px;
  color: #808080;
  margin-top:12px;
}


/*------å­¦å‘˜é£Žé‡‡------*/
.teach{width:100%;height:665px;margin:40px 0px;overflow: hidden;}
.teach .tites{margin-bottom: 70px}

.mod18{width:100%;position:relative;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;}
.mod18 .prev{left:190px;background:url(imgs/prev.png) no-repeat;}
.mod18 .prev:hover{background:url(imgs/prev_hov.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:250px;width:25px;height:43px;}
.mod18 .prev,.mod18 .next{top:425px;width:25px;height:43px;}
.mod18 #prevTop{display: none}
.mod18 #nextTop{display: none}
.mod18 .next{right:200px;background:url(imgs/next.png) no-repeat;}
.mod18 .next:hover{background:url(imgs/next_hov.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .picBox{width:1200px; height:395px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:395px;position:absolute; left:0;}
.mod18 .picBox li{padding-right:1px; width:1200px;height:395px;}
.mod18 .listBox{width:725px;height:100px;margin:0 auto;position:relative;overflow:hidden;}
.mod18 .listBox ul{height:100px;position:absolute;}
.mod18 .listBox li{width:100px;height:100px;cursor:pointer;position:relative;margin-right:3px}
.mod18 .listBox li i{width:100px;height:100px;position: relative; background:rgba(0,0,0,.5);position: absolute;left:0px;top:0px;}
.mod18 .listBox .on i{background:none;}

.mod18 .picBox .teach-le{
  width:529px;
  float:left;
}
.teach-rt{
  width:633px;
  float:left;
  margin:0px 0px 0px 30px;
}
.teach-rt h3{
  width:450px;
  font-size:22px;
  color: #9d1b20;
}
.teach-rt .text{
  width:100%;
  font-size:16px;
  color: #808080;
  display: inline-block;
  margin-top:10px;
}

/*å¼¹çª—*/
#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;}
</pre></body></html>