@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #323232;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{width:100%;max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #666;}
a:hover{color: #764a8c;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.relative
{
	position:relative;
}
/*.clearfix {
*display:table;
*zoom:1;
}*/

.clear{*zoom:1;clear:both;}
.clear:after{content: '';display: block;clear:both;}

.black_bg01{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70);z-index: 99999}




/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; z-index:9991;position:fixed;left:0;top:0;background-color:#fff;border-bottom: 8px solid #6c397f}
.header1 { position: static;}
.header.current .black_bg01{display: block;}
.nav-wrapper{width: 100%;height: 75px;background-color:#fff;}
.top{width:1200px;margin:0 auto;overflow: hidden;position: relative;padding-bottom: 23px;}
.logo{ width:340px; height:64px;padding-top:23px; transition: all 0.3s ease;float:left;position: relative;z-index: 993}
.logo a { display:inline-block; vertical-align: middle;}
.logo1 { width: 40%;}
.logo2 { width: 50%;}
.nav{width:auto;float:right;margin-right: 220px;}
.nav ul{padding-top:45px;overflow: hidden;}
.nav ul li{ float:left;}
.nav ul > li{}
.nav ul li > a{padding:0 15px;text-align:center;color:#666;}
.nav ul li > a{font-size:16px;display: block;}
.nav ul li.on > a,.nav ul li:hover > a{color: #764a8c;}
.topLink{width: auto;float: right;position: absolute;right: 0;top:38px;}
.topLink span{float:left;}
.login{width: 80px;height: 32px;border:1px solid #a63499;text-align: center;line-height: 30px;font-size:14px;border-radius: 15px;transition: all 0.3s ease;}
.login:hover{background-color:#a63499;color:#fff;}
.login:hover a{color:#fff;}
.en{margin:0 20px;height: 32px;line-height: 30px;font-family: 'Arial'}
.searchBtn{height: 32px;line-height: 32px;}
.searchBtn img{display: block;margin-top:5px;}
.header.currents .logo{width: 135px;top:-37px;}
.header.currents .nav ul li{padding-top:10px;height: 48px;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{height:48px;line-height: 48px;}
.header.currents .subNav{top:56px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}
.subNav{
  animation-name: subNav;
  -webkit-animation-name: subNav;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: none;
}
@keyframes subNav {
  0%{opacity:0}to{opacity:1}
  0% {
    transform: translateX(-150%);
  }
  50%{
    transform: translateX(8%);
  }
  65%{
    transform: translateX(-4%);
  }
  80%{
    transform: translateX(4%);
  }
  95%{
    transform: translateX(-2%);
  }     
  100% {
    transform: translateX(0%);
  } 
}

@-webkit-keyframes subNav {
  0%{opacity:0}to{opacity:1}
  0% {
    -webkit-transform: translateX(-150%);
  }
  50%{
    -webkit-transform: translateX(8%);
  }
  65%{
    -webkit-transform: translateX(-4%);
  }
  80%{
    -webkit-transform: translateX(4%);
  }
  95%{
    -webkit-transform: translateX(-2%);
  }     
  100% {
    -webkit-transform: translateX(0%);
  }
}

.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}




.serBtn{background:url(../images/serBtn.png) no-repeat center center;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 18px;height: 42px;}
.serWrap{height:0;overflow:hidden}
#ser{width:100%;overflow: hidden;padding:20px 0 ;background-color:#fff;border-bottom:1px solid #ededed;display: none;}
.ser{width:800px; height:38px; line-height:34px; background-color:#fff;z-index:9999994; margin:0 auto;position: relative;}
/*#btn_ser{width: 18px;height: 39px;display: block;cursor: pointer;background:url(../images/btn_bg01.png) no-repeat center center;}
#btn_ser.close_btn{background:url(../images/closeBtn_bg01.png) no-repeat center center;}*/
/*.close_btn{display: none;}*/
/*.searchWrap{width:18px; height: 39px;position:relative; z-index:9999999;float:right; margin-right: 30px;}*/
.search input{position:absolute;  height: 34px;line-height:34px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#a4a4a4; padding:0 0 0 7px;width:83%;border:1px solid #bfbfbf;}   
.search input.notxt1 {position: absolute;width: 15%;height:34px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background-color: #df4c36;border:1px solid #df4c36;height: 36px;}




.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 14px;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.goTop:hover{color:#fff;background-color:#e46856;}
/*手机端导航*/
.mobile{top:49px;right: 0;z-index: 991; position: absolute; width: 100%; }
.mobile_title{width: 100%;float:left;color:#fff;position: absolute;left:0;top: 0;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;font-weight:normal;}
.mobile-inner-header{
    height: 42px;position: absolute;top: -34px;right: 0px; display: none;}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: rgba(108,57,127,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}

/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#764b8c;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#eee;width: 100%; padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#6c397f;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 2.5rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/ser_btn.png) no-repeat center center;border:none;}


.articleList-row{ overflow: hidden; margin-bottom: 25px;}
.articleList-row .articleTitle{ border-bottom: #dddddd 3px solid; padding-bottom: 12px; overflow: hidden; }
.articleList-row .articleTitle span{ font-weight: bold;  }
.articleText{ padding: 12px 0 0 0; overflow: hidden; }
.articleText p{ font-size: 1.4rem; line-height: 30px; }
.articleText p span { float: left;}
.articleText p i { font-style: normal; display: block;}
.articleList-row ul{ margin:20px 0 0 0;}
.articleList-row ul li { overflow: hidden; margin:20px 0 0 0}
.articleList-row ul li span { float: right;}
.articleList-row ul li a { display: block; margin:0 80px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.gp-page{text-align: center;padding-top: 28px;}
.gp-page a{width: 30px;height: 30px;border: 2px solid #eee;border-radius: 50%;text-align: center;line-height: 30px;display: inline-block;margin: 0 7px;}
 .gp-page a:hover{color: #8e000b;} 
 .gp-page a.on_pages{color: #8e000b;border-color: #8e000b;} 


.subNav{
	background: rgba(0,0,0,.8);
  animation-name: subNav;
  -webkit-animation-name: subNav;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
}

@keyframes subNav {
  0%{opacity:0}to{opacity:1}
  0% {
    transform: translateX(-150%);
  }
  50%{
    transform: translateX(8%);
  }
  65%{
    transform: translateX(-4%);
  }
  80%{
    transform: translateX(4%);
  }
  95%{
    transform: translateX(-2%);
  }     
  100% {
    transform: translateX(0%);
  } 
}

@-webkit-keyframes subNav {
  0%{opacity:0}to{opacity:1}
  0% {
    -webkit-transform: translateX(-150%);
  }
  50%{
    -webkit-transform: translateX(8%);
  }
  65%{
    -webkit-transform: translateX(-4%);
  }
  80%{
    -webkit-transform: translateX(4%);
  }
  95%{
    -webkit-transform: translateX(-2%);
  }     
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*footer*/

.footerWrap{width: 100%;background-color:#eee;border-top:4px solid #6c397f;z-index:9992;}
.footer{width: 1200px;margin:0 auto;font-size:14px;overflow: hidden; text-align: center;}
.copyRight{padding:26px 0;}
.copyRight span{display: inline-block;color:#666;line-height: 30px;}
.copyRight strong{color:#999;margin:0 12px;}
.ma{float:right;width: auto;padding-top:14px;}
.maInner{float:left;width: 146px;}
.maInner span{width:82px;height: 82px;float:left;}
.maInner p{margin:37px 0 0 88px;}
.ma .lf{margin-right: 20px;}

.bg01{width: 100%;height: 100%;background:url(../images/bg01.png) no-repeat top center;background-size:cover;position: fixed;top:0;left:0;z-index: 0}
.Theader{background-color:#20002c;border-bottom: none;position: fixed !important;z-index: 20}
.Ttop{width: 100%;}
.gp-logo{height: 45px;padding:1px 15px 3px;float:left; display: flex;
  display: -webkit-flex;
  align-items: center; max-width: 80%;}
 .gp-logo img { max-height: 60px;}
.gp-logo a { display: inline-block; vertical-align: middle;}
.TtopLink{float:left;height: 45px;line-height: 45px;padding-top:1px;}
.TtopLink span{float: left;padding:0 10px;}
.TtopLink span.login{margin-top:10px;height: 26px;line-height: 23px;width: 36px;padding:0 18px;}
.TtopLink span.searchBtn{height: 45px;line-height: 45px;}
.TtopLink  span.searchBtn img{margin-top:14px;}
.TtopLink a{color: #bbb7bd}
.TtopLink a:hover{color: #fff}
.Tnav{float:right;}
.Tnav li{float: left;font-size:16px;height: 49px;line-height: 49px;}
.Tnav li a{color:#fff;padding:0 15px;display: block;}
.Tnav li:last-child>a { padding: 0 30px 0 15px;}
.Tnav li a:hover{background-color:#6c397f;}
.leftCon{width: 320px;height: 100%;z-index: 10;position: fixed;top:0;left:0;background-color:#e2dfe3;}
.item-info03In { background: #6c397f; padding:10vh 0 5vh 0;}
.item-info03{width: 100%;overflow: hidden;}
.item-bg03{width: 100%;overflow: hidden;position: relative;z-index: 25; display: block;}
.item-img03{width: 100%;height: 0px; display: block; overflow: hidden; margin:0 auto;/* position: absolute; */z-index: 22;/* margin-left:-96px; */display: block; overflow: hidden; margin:1vh auto 2vh;}
.wrapitem-img03 { width: 180px; margin:0 auto;}
.wrapitem-img03 p{ text-align: center; margin:10px auto; color: #ccc;}
.item-title03{font-size:25px;color:#6c397f; transform: skew(-20deg); background: #fff; width: 174px; line-height: 1.2;text-align: center;/* position: absolute; */top:315px;left:50%;/* margin-left:-77px; */z-index: 27;display: block;text-align: center; margin:0 auto; padding:5px 0}
.item-title03 i { font-style: normal; transform: skew(20deg); display: block;}
.leftNav{width: 100%;overflow: hidden;padding-top:34px;}
.leftNav li{margin-bottom: 10px;}
.leftNav li  a{height: 35px;line-height: 35px;width: 110px;border-radius: 25px;color:#333;display: block;margin:0 auto;text-align: center;}
.leftNav li:hover a,.leftNav li.active a{background-color:#fff;}
.rightCon{position: relative;z-index: 18;margin-left: 320px;padding-top: 60px;}
.container{max-width: 1300px;padding: 0 5vw;margin: 0 auto;}
.right-section{width: 100%;overflow: hidden;margin-bottom: 10px; }
.teacher-title h3{height:23px;line-height: 23px;border-left:5px solid #6c397f;font-size:24px;font-weight: normal;color:#6c397f;padding-left:18px; }
.teacher-title{padding:20px 0;border-bottom: 1px solid #969696}
.teacher-con {padding:15px 0;position: relative;}
#t1 .teacher-con{ min-height: 280px;}
.teacher-con .lf{}
.teacher-con p{line-height: 30px;padding:8px 0;}
.teacher-con p strong{color:#666;font-weight: normal;}
.teacher-con p span{color:#333;}
.ma03{width: 200px; position: absolute;right:0;top:70px;}
.ma03 h4{font-weight: normal;color:#999;text-align: center;padding-top:5px;height: 26px;line-height: 26px}
.ma-img03{}
.teacher-con02 p span{width: 165px;float: left;}
.teacher-con02 p strong{margin-left:165px;display: block;}
.list02{padding:15px 0;}
.list02 li{padding:8px 0;line-height:26px;padding-left:15px;position: relative;}
.list02 li:before{content: '';width: 6px;height: 6px;background-color: #666;left:0;top:19px;position: absolute;}
.Tfooter {text-align: center;padding:50px 15px;line-height: 30px;}
.Tfooter span,.Tfooter strong{display: inline-block;*display: inline;*zoom:1;}
.Tfooter strong{margin:0 10px;}
.articleList02 {overflow: hidden;padding:20px 0;}
.articleList02 ul { margin:10px 0 0 0; padding:10px 0;}
.articleList02 a{margin-right: 100px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.articleList02 li { overflow: hidden; margin: 0 0 10px 0;}
.articleList02 li span { float: right;}

.subBanner {width:100%;overflow:hidden;max-height: 260px;position: relative;}
.subBanner h3{width: 130px;height: 50px;line-height: 50px;text-align: center;background-color:#6c397f;color:#fff;position: absolute;left:50%;margin-left:-600px;bottom: 0;font-size:20px;font-weight: normal;}
.subBanner h4{width: 80px;height:40px;line-height: 40px;text-align: center;background-color:#244cab;color:#fff;position: absolute;left:50%;margin-left:600px;top: 0;font-size:14px;font-weight: normal;transition: all 0.3s ease;}
.subBanner h4:before {width: 0; height: 0;border-left: 40px solid transparent;  border-right: 40px solid transparent;    border-top: 15px solid #244cab;content: '';position: absolute;bottom: -15px;left:0;transition: all 0.3s ease;}
.subBanner h4 a{color:#fff;}
.subBanner h4:hover{background-color:#6c397f;}
.subBanner h4:hover:before{border-top: 15px solid #6c397f;}

.tabMenu02{padding-top:40px;border-bottom: 1px solid #e5e5e5}
.tabMenu02 li{float:left;margin-right: 10px;height: 42px;line-height: 42px;width: 120px;text-align: center;font-size:16px;}
.tabMenu02 li a{display: block;background-color:#f7f7f7;transition:  all 0.3s ease;}
.tabMenu02 li:hover a,.tabMenu02 li.active a{background-color:#244cab;color:#fff;}
.ddList02{padding:30px 0 15px;}
.ddList02 dd{display: none;}
.articleList02{background-color:#f7f7f7;padding:0 30px;margin-bottom: 28px;}
.articleList02 h3{font-size:16px;height: 45px;line-height: 45px;border-bottom: 1px solid #e5e5e5;font-weight: normal;position: relative;padding-left:27px;color:#333;}
.articleList02 h3:before {content: ''; width: 0;height: 0;border-top: 7px solid transparent;border-left: 13px solid #244cab;   border-bottom: 7px solid transparent;position: absolute;left:0;top:17px}
.subPage{width: 1200px;margin:0 auto;}

.pageArticleTitle{ margin:25px 0 0 0}
.pageArticleTitle h3{text-align: center;}
.articleAuthor{margin-top: 11px;text-align: center;}
.articleAuthor span{line-height: 26px;}



.pageArticle{width:100%;overflow:hidden;}
.articleTitle{line-height:26px;}
.articleTitle h3{font-size:30px;font-size: 3rem;line-height:49px;padding: 0 0 10px 0;text-align:center;font-weight: normal;color:#0050a5;}
.article{line-height: 33px;font-size: 16px;padding: 10px 0 40px 0;}


.article img{display:inline-block!important;}
.article strong{font-weight: bold;}
.article i{font-style: italic;}


.attachment{overflow: hidden;padding-top: 20px;padding-bottom: 20px;border-top: 1px solid #eee;}
.attachment .leftart{float: left;width: calc(100% - 200px);}
.attachment .leftart h4 {line-height: 30px;}
.attachment .leftart p{margin-top: 2px;}
.attachment .rightshare {float: right;margin-top: 10px;width: 200px;color: #757575;line-height: 24px;}
.attachment .rightshare>img{margin-right: 7px;vertical-align: middle;}
.rightshare a.bds_weixin, .rightshare a.bds_tsina, .rightshare a.bds_qzone {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 4px;
    vertical-align: middle;
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}
.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}
.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}
.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
#qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}
.pageArticle{padding-top: 25px;}
.pageArticleTitle h3{text-align: center;}
.articleAuthor{margin-top: 11px;text-align: center;}
.articleAuthor span{line-height: 26px;}
.article p{margin-bottom: 30px;text-indent: 2em;}
.article p.art_img{overflow: hidden;text-align: center;}
.article p.art_img div{padding-bottom: 66.8%;}
.attachment{overflow: hidden;padding-top: 31px;padding-bottom: 0px;border-top: 1px solid #eee;}
.attachment .leftart{float: left;width: calc(100% - 230px);}
.attachment .leftart h4 {line-height: 30px;}
.attachment .leftart p{margin-top: 2px;}
.attachment .rightshare {float: right;margin-top: 10px;width: 200px;color: #757575;line-height: 24px;}
.attachment .rightshare>img{margin-right: 7px;vertical-align: middle;}
.rightshare a.bds_weixin, .rightshare a.bds_tsina, .rightshare a.bds_qzone {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 4px;
    vertical-align: middle;
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}
.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}
.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}
.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
#qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}
.code01 { background: #fff;}
.qrcodeCanvas canvas{ width: 100%;}

@media screen and (max-width:1400px){
	.leftCon{ width: 290px;}
	/* .rightCon { margin-left: 320px; width:auto; margin-right: 30px;} */
}
@media screen  and (max-width:1220px) {
  .top{width: auto;padding:0 15px 15px;}
  .nav{margin-right: 18%;}
  .topLink{right: 15px;top:30px;}
  .logo{width: 260px;height: auto}
  .nav ul{padding-top:36px;}
  .nav ul li > a{font-size:15px;}
  .footer{width: auto;padding:0 15px;}
  .subPage{width: auto;padding:0 15px;}
/* .rightCon{margin:0 40px 0 350px;width: auto;} */
.subBanner h3{left:15px;margin:0;}
	.subBanner h4{left:auto;right:15px;margin:0;}
}

@media screen  and (max-width:1023px) {
	/*.nav{display: none;}
  .logo_bg{display: none;}
  .logo{width: 115px;}
  .nav-wrapper{height: 30px;}
  .top{display: none;}
  .topWrap{height: 42px;}
  .mobile{display: block;}*/
.jspPane {
    width: 97% !important;
}

.scroll-pane {
    width: 100%;
    /* height: 200px !important; */
    overflow: auto;
}

.jspVerticalBar {
    background: none
}

.jspTrack {
    background-color: #ccc;
    border-radius: 20px;
}

.jspDrag {
    background: #6c397f;
}

.scroll-pane:focus {
    outline: none;
}
  
}

@media screen and (max-width:1150px){
	.TtopLink span{ padding:0 5px}
	.Tnav li a { padding:0 10px; font-size: 14px;}
}

@media screen  and (max-width:992px) {
  .nav,.topLink{display: none;}
  .mobile-inner-header { display: block;}
  .mobile-inner-header1 { top:35px;}
  .copyRight{width: 100%;float: none;text-align: center;padding:20px 0 5px;}
  .ma{float:none;margin:0 auto;overflow:hidden;padding:5px 0 20px;width: 330px;}
  .Tnav,.TtopLink{display: none;}
  .ma03 { display: none;}
  .gp-logo { width: 35%;}
  .gp-page a{display: none!important;}
  	    .gp-page .on_pages,.gp-page .gp-page-prev,.gp-page .gp-page-next{display: inline-block!important;}
}
@media screen  and (max-width:768px) {
	.leftCon{width: 100%;position: static;background-color:#6c397f;position: relative;z-index: 2}
		.item-bg03{display: none;}
		.item-img03{overflow: hidden;position: static;margin:0px auto 20px;display: block;}
		.item-title03{position: static;margin:0 auto 20px;display: block;background-color:#fff;height: 35px;line-height: 33px;width: 120px;}
		.leftNav{background-color:#e2dfe3;}
		.rightCon{margin:0;padding:0 15px;}
		.teacher-con02 p span{width: 140px;}
		.teacher-con02 p strong{margin-left:145px;}
		.Tfooter{padding:20px 15px 20px;}
		.Tfooter strong{display: none;}
		.Tfooter span{margin:0 10px;}
		.jspPane { width: 100% !important;}
		.scroll-pane { height: auto !important; }
		.container{padding: 0;}
}
@media screen and (max-width:640px) {
	.footer{font-size:12px;}
	.attachment .leftart { width: 100%; float: none;}
	}
@media screen and (max-width:600px) {
 
 
}
	
	

@media screen and (max-width:480px) {
    .footer strong{display: none;}
    
}
@media screen and (max-width:360px) {
  .logo{width: 220px;padding-top:15px;  }
  .mobile-inner-nav{top:63px; }
  .top{padding-bottom: 12px;  }
  .mobile{top:21px;  }
  .maInner span{float:none;display: block;margin:0 auto; }
  .ma .lf{margin:0;}
  .maInner p{ width: 80px;margin:10px auto 0; text-align: center;}
	 
}



