@charset "UTF-8";
body.show a, body.show .transition, body.show .index-student .list .dots2 dd h5, .index-student .list .dots2 dd body.show h5, body.show .news li a .img,body.show .newsny li a .img, .news li a body.show .img,.newsny li a body.show .img, body.show .lecturer li a .info, .lecturer li a body.show .info, body.show .lecturer li a .msg, .lecturer li a body.show .msg, body.show :before, body.show :after, body.show img, body.show .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .index-hd .list li a .name, .index-video .item a .box .name, .index-news .list-2 li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-num, .g-nav ul, .index-hd .indexFlash .dots, .index-hd .side .title, .index-video .item a .box .msg, .index-team .list a .name, .index-student .list .dots2 dl, .index-student .list .arrow, .index-student .container, .index-student .container dl, .index-photo .list li, .index-info li .num, .index-news .title, .index-news .list .dots, .page-nav ul, .news li a .col dl.info,.newsny li a .col dl.info, .foot-btns dl, .foot-btns dl a, .down-show dl.info, .down-show .list td a.btn, .lecturer li a .name, .page-nav2 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .index-hd .list li a, .index-photo .list li .box, .index-info li, .foot-btns ul, .p-banner, .video-list li a .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .index-hd .side .title, .index-video .item a .box .msg, .index-team .list a .name, .index-student .container, .index-info li, .index-info li .num, .index-news .title, .news li a, .foot-btns dl a, .down-show .list td a.btn, .p-banner, .lecturer li a .name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-num, .index-hd .indexFlash .dots, .index-hd .list li a, .index-photo .list li .box, .index-info li, .index-news .list .dots, .foot-btns dl a, .foot-btns ul, .down-show .list td a.btn, .p-banner, .video-list li a .name, .page-nav2 ul {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .p-row, .g-nav ul, .index-hd .wal, .index-video .item a .box .msg, .index-team .list a .name, .index-student .list li, .index-news, .index-news .title, .index-news .list, .lecturer li a .name {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .p-row, .g-foot .list ul, .index-hd .wal, .index-hd .list ul, .index-video .list ul, .index-team .list ul, .index-student .list li, .index-photo .list ul, .index-info ul, .index-news, .index-news .list, .news li a, .newsny li a,.lecturer ul, .video-list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-title {
  text-align: center;
  padding: .6rem 0 .5rem 0;
  font-size: .14rem; }
  .p-title h3 {
    font-size: .36rem;
    line-height: 1em;
    padding-bottom: .2rem; }

.p-more {
  clear: both;
  padding: .4rem 0 .6rem 0; }
  .p-more a {
    display: block;
    margin: 0 auto;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    width: 2.83rem;
    line-height: .59rem;
    background: #313131;
    font-size: .16rem;
    text-align: center; }
    .p-more a:hover {
      color: #fff; }

.p-curr {
  font-size: .14rem;
  line-height: .7rem; }

.p-num {
  padding: .5rem 0 1rem 0; }
  .p-num a {
    display: block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .14rem;
    background: #eee;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    margin: 0 .06rem; }
    .p-num a:hover, .p-num a.on {
      background: #fa8c00;
      color: #fff; }
    .p-num a.arrow {
      width: .8rem; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #000;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 13rem;
  margin: 0 auto; }

/*-------------------------*/
.g-headD {
  height: 2rem; }

.g-head {
  position: relative;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%; }
  .g-head .wal {
    min-height: 2rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    width: 4.38rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 1.1rem;
    bottom: auto; }
  .g-head .search {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto;
    width: 3.3rem;
    height: .5rem;
    border: #313131 solid .02rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .g-head .search .input input {
      width: 100%;
      height: .46rem;
      line-height: .46rem;
      font-size: .14rem;
      color: #333;
      padding-left: .3rem; }
    .g-head .search .submit {
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("../image/search28.png") center no-repeat;
      background-size: .27rem; }
      .g-head .search .submit input {
        width: .68rem;
        height: .46rem;
        cursor: pointer; }

.g-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto; }
  .g-nav li {
    position: relative; }
  .g-nav a.name {
    display: block;
    height: .9rem;
    line-height: .9rem;
    font-size: .16rem; }

.page-head {
  background: #fa8c00; }
  .page-head .wal {
    min-height: 1.7rem; }
  .page-head a.logo {
    width: 3.14rem;
    top: .91rem; }

.page-head2 {
  background: #f7f7f7; }
  .page-head2 .wal {
    min-height: 1.2rem; }
  .page-head2 a.logo {
    width: 3.14rem;
    top: .28rem; }
  .page-head2 .g-nav {
    left: 4.5rem; }
    .page-head2 .g-nav a.name {
      font-size: .21rem;
      font-weight: bold;
      color: #646464;
      height: 1.2rem;
      line-height: 1.2rem; }
      .page-head2 .g-nav a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: .81rem;
        height: .03rem;
        background: #fa8c00;
        opacity: 0; }
      .page-head2 .g-nav a.name:hover, .page-head2 .g-nav a.name.on {
        color: #fa8c00; }
        .page-head2 .g-nav a.name:hover:before, .page-head2 .g-nav a.name.on:before {
          opacity: 1; }

@media screen and (min-width: 800px) {
   .g-nav{
   display:none;
  }
  .g-foot{
  display:none;  
  }
  .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
  
.w1200 {
	width: 1300px;
	margin: 0 auto;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}  
.bottom .register {
	background: url(/image/foot_sgin.jpg) no-repeat center top;
	height: 230px;
	padding-top: 70px;
	color: #fff;
}

.bottom .register h2 {
	text-align: center;
	font-size: 24px;
}

.bottom .register a {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #14A8FF;
	border-radius: 5px;
	margin: 30px auto;
	font-size: 18px;
	text-align: center;
}

.bottom .footer {
	padding-top: 50px;
	background: #222;
}

.bottom .footer .w1200 {
	padding: 0 10px
}

.bottom .footer .footer_top ul li {
	float: left;
	width: 278px;
	height: 78px;
	line-height: 78px;
	border: 1px solid #333;
	text-indent: 98px;
	color: #aaaaaa;
	margin-right: 55px;
}

.bottom .footer .footer_top ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_top:after,
.bottom .footer .footer_down:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.bottom .footer .footer_top ul li:nth-child(1) {
	background: url(/image/foot_icon1.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(2) {
	background: url(/image/foot_icon2.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(3) {
	background: url(/image/foot_icon3.png) no-repeat 34px center;
}

.bottom .footer .footer_top ul li:nth-child(4) {
	background: url(/image/foot_icon4.png) no-repeat 34px center;
}

.bottom .footer .footer_tel {
	border-bottom: 1px solid #333;
	height: 120px;
	margin: 0 auto;
	width: 1280px;
	padding-top: 30px;
	color: #aaa;
  padding-bottom:30px;
}

.bottom .footer .footer_tel .tel {
	float: left;
	font-size: 16px;
	width: 250px;
	height: 65px;
	background: url(/image/foot_icon5.png) no-repeat 30px 0;
	padding-left: 100px;
}

.bottom .footer .footer_tel ul li {
	height: 90px;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
  font-size:18px;
}

.bottom .footer .footer_tel ul li:first-child {
	padding-left: 0;
}

.bottom .footer .footer_down {
	padding-top: 50px;
}

.bottom .footer .footer_down .left {
	float: left;
	width: 450px;
	padding-right: 20px;
}

.bottom .footer .footer_down .left h3,
.bottom .footer .footer_down .flink h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.bottom .footer .footer_down .left p,
.bottom .footer .footer_down .flink p {
	font-size: 14px;
	padding-top: 20px;
}

.bottom .footer .footer_down .left p a,
.bottom .footer .footer_down .flink p a {
	font-size: 14px;
	color: #888;
	margin: 0 20px 15px 0;
	white-space: nowrap;
	display: inline-block;
}

.bottom .footer .footer_down .left p a:hover,
.bottom .footer .footer_down .flink p a:hover {
	color: #fff;
}

.bottom .footer .footer_down .flink {
	float: left;
	width: 120px;
	padding-right: 20px;
}

.bottom .footer .footer_down .right {
	float: right;
}

.bottom .footer .footer_down .right ul li {
	float: left;
	width: 120px;
	height: 150px;
	margin-right: 40px;
	text-align: center;
}

.bottom .footer .footer_down .right ul li:last-child {
	margin-right: 0;
}

.bottom .footer .footer_down .right ul li h3 {
	color: #888;
	padding-top: 15px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.bottom .footer .footer_copyright {
	padding: 30px 0;
}

.bottom .footer .footer_copyright p {
	line-height: 30px;
	color: #888;
	font-size: 14px;
}

.bottom .footer .footer_copyright p.beian a {
	color: #888;
	padding-right: 20px;
	display: inline-block;
}

.bottom .footer .footer_copyright p.beian a img {
	vertical-align: middle;
}  
  
 /* 必要布局样式css */
.header-nav {
    position: relative;

    width: 100%;
}

.header-content {
    width: 100%;

}



.header-nav-list {
    float: left;

  width:100%;
}

.header-nav-list ul {
    float: left;
   width:100%;
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;
  text-align:left
}
  .header-nav-list ul .fulei{
width:9%;
text-align:center
}

.header-nav-list ul li a {
    color: #FFFFFF;
    padding: 18px 0;
    font-size: 16px;
    line-height: 32px;
    background: none;
    position: relative;
    display: block;
  font-weight:bold;
}



.icon-dow {
    width: 13px;
    height: 13px;
    background-size: 13px;
    font-size: 12px;
    margin-left: 2px;
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACEUlEQVRYR+3WMYvUQBgG4Peb6NoJKwgW4llY2Ghhd+LZnY3+ArnCwkKWG2b3Bwgp7JNJthYRFDsF0cbm8E6xs7WQQ+EODq5aS9nMJwO7EGL2MskkcEW23ZnMw/u9TEI45T865T70QN8J9Qn2Cfom4Lu/72CfoG8Cvvv7DvYJ+ibgu7/vYCcJKqWuDIfDozAM//oe4LI/DEMxm82uRlG0X1z/34iVUttEpAEczufze9Pp9IfLIU3XSCkvCyE+EdF1Zn6mtX6af1YZ8D0RPbCLmPk4y7K7XSEtLgiCPQBri/O+a61vVQE3iegjgDNLpBDidhRFP5umVLZvNBpdGgwG33I4ZuatJElenwi0f47H4/sA3uWQR0KIjbaQC9wugGuLEBjAI631y8oOLhd0hayDs5YT78G2kXVxlcBV4yai9TiOf9XppJTyYhAEX13GWtnB4sElSR4Q0YYr0uKEEJ/tVVLVOecOtoX0wTmNOA8tS9IYs56m6UHZuH1xtYFlnQTwO8uyO0XkZDK5YIz50mSstTtYNe4i0uKYeQfAjbqda9xBB+S+MeYxgD9E9JyIbvriGo242ElmfktEZ8s6aN9dq94QrleU9werUmoTwIcisg2cd4LLFIpIi2Pmh0mSvHFNatU67wRzSPuJ9grAOSJ6EsfxC19cawkuIVLK8xaYpulxG7jWgW2hvO/BLiCdd7Ar9D8WDyo4hGgicQAAAABJRU5ErkJggg==');
}

.aui-dow-box {
    position: absolute;
    top: 200%;
    
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index:999;
}

.aui-dow-box-list {
    width: 720px;
    left: 310px;
    height: 365px;
    padding: 30px 10px 30px 10px;
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.aui-down-menu-title {
    padding-bottom: 10px;
    color: #F08618;
    font-size: 18px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 0;
  text-align:left;
  font-weight:bold
}

.aui-down-menu-list-title i {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-title001 {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
    background-image: url('data:image/png;base64,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');
}

.icon-title007 {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADCUlEQVRYR+3Wz2sTQRQH8Pc2C7stCuI/4MWDCF48VBEpKAi2kuxM6krRHvQgYhF6E8S7B09eKqh4URAx2tkulvibgkcpeFF7E4oHpYd4EG2SdZ9MyaZJOrszCS0ByRzT2elnv/PeSxD6sIrF4p44jr8iImb9eyJ6nrlhO+2c83NE9FCDrPUNKF9ehySiqK9AHfL/BY6NjTmO48wg4hEAeCGEuAMA1G3NbssV+76/o16vv0HEQy2gsFKpTCwuLkamSB1OntP1FafgElNo23axVCr91SGzcET0ExF3dQ3U4BLTU9u2J7OQmuSW19bWRl3XnQGA68YJGuK0SBNcuVxelQcxxq4g4k3tmOkSl4r0PO80Ij5JGczrySW45JBCobA3E2iAewcAx1NqrnndEmdZ1mMAyCn2KnHJvlRgFo6ICBEvCSHuMcZuI+LlNCQRlRDxUS84eaYSaIA7L4R4kKA0yLSmbibned64ZVlXOzcS0bNNwHw+P2zb9ksAOKp4QCbXhusR2XatnPMyAJxUvMm3NqAB7qwQQtaSchkmuanmOOeylo8pDl1tArNwACCH71SCk191ruselqXYemitVlt2HOcGAFxIeQdlQ2iBOlwcx/78/Lxouc5biCiHadsioo9BEBzknN9XIFO7NROoudaIiM604hpDdAERxxUp/RJC7JTN53neNUScRMQDRPS+Wq1OdM655PlMIOf8LgBcVKQRWZbF5ubmFjr/xhjTAdPKVPm5DvgbAIY6nqwjIlfhDBPcOiBj7BMi7m85sQ4Ap4QQrzO61ShB3/eHoiga6WymOI6/hGH4w+iKC4XCaC6Xkw2wGwC+E9FUEARvsyIwvWLG2CwiTivO+iCEGDECyk2NsbFvZWXl89LSkkwwc5kCOeevAOCEor4rQRDIQNaXdszoQL02yZYDPc+btixrVgEOhRBe8nnfEuScBwDQhLRA/wghhvsOZIyFiJhX1Ew1CAJ3ANxcWxs/FhoDeJCgDIKIehszgxps1Nggwb4N6kENDmqwkcCgBje+8lb/Aag6QxGJ4bnMAAAAAElFTkSuQmCC');
}

.icon-title002 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADz0lEQVRYR+WYXYgbVRTH/2dm0i4+tNkKgp9bq2196Coq+CB+LIjWZXFyJyFgoYogaEUFQaEVKj60iPj54IMtPqhIQRs398zE3Sj4/WJVVGgriNBiEbFF1K2f+ZiZIzckS3a7cZNmMCmex+Se//3dc+ee+c8lDHnQkPPhzABUSt1ERA8CSA9JRedE5AVmfo/y+fyKMAx/B7BiSOBaGLVKpbKKcrncujiOjzR/jUSkDOCLAcFaAB4golEzfxiG6xYAish2Zn5qQHCNaV3XvcG27Y+WBIyi6IogCA4OEnBycnLlyMhIZUlAAONa68PtgEqpXUQ0HkXRc0EQfJzJZMYty3osjuP9vu+/2WExpJTaAeB6Ijrr3xYsIgLgVWZ+xYxrnolqV4D5fH5NGIY/m8Ei8gYz3+553ocAbgTwd6VSGS2Xyw2x9nBd90rbtr/sdidE5Ftm3tgzIABTiU8AbBSRHb7v71VKPUFE20XkXWbe3KmCmUxmCxFt6AbSsqzPi8XiTDeA12qtDdDAIpvNXiAi33fa4vfDMLytVCr9NQhC13UvtSzraSJS84DZbHZMRL4bBNBycxLR2sa7WCl1jIguWi7hP/7/uNb6/Aag53nniMgWAI0OPgQxV61W95XL5Z/ODDczBBXriNB6BncS0SMAVg8J7EkReYaZdxu7tToMw7khAVuA4ThOerGb+RTA/cw8ELuVy+XWx3H8OoCrlmzUcRzf6vv+O4OsZrs/PcUPLuVmpqamRlOp1FgqlTpUKBSiiYkJJ51Ob6rX68dmZmZ+TXoxvboZu16v/0JEqwA8qbV+VCn1PBE9BOCk1tr0TWOXFkQ2mz1XRI4CGOlyAXu11tu6MQsL/KDruufZtv2DSRSR15j5Ts/z9hvbBqDuOM6aQqHwx2KIZp6xZeu7BHxbaz25LGAcx5f7vn+oXVQpZWzTzZZl7Z6enj7qed4GEdkJ4C1mNrCJxnKO+h6t9UuJztijmFLqGiIy3eTUjyYANQCPi8iBHnUTGS4ixm49DOCyeUBjFACcSGSGhEUcxzm75Wb2ALg3Yf1+5Myr7llm3vX/cDPNx2SriJjPzK9EZB8zt24r+qlk/7dbSqm1AD4w9rxFIiK/WZa1uVgs9n3YWnbrbnN6iejCvpabXPLBKIpuCYLgBDUb458A7OT0E1G6T2u9p1XBl4norkRkExARkWoURVeXSqWv50+xUuoSAD1vMRFdLCIvEtHKtmfQGAhzN/PZ6fDWarVvZmdnj5vcRNqM53nXicgdAMYA/Cgige/7+nTgFuckApgESCeNoQf8Bx7rHt/qI/RjAAAAAElFTkSuQmCC');
}

.icon-title003 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABY0lEQVRYR+2YsUoEMRRF72XAWrCxtBPEDxBs/AMzneXWNv6A4Ap+hsV22u3zD7axsBdELKwsLW3nyi6OzIqr2WQzzCwJTJf73n1nZvKSEB0f7Lg/9Megc+4IwPTpwpiY2WRq5Jugc25I8qIL7iRdmtnwV4OS3kk+StoguVcblvRB8iVlAZL2SW79aRDA3Xg8ds65HZKvDYMPZnaQ0mBZlgbguPcG7yWdV1W1XRTFTYPgE4DTlARJXgE4/I/gzIOkOS9keyvSIoMDkoOUhHxjSxqZ2WjuL/YVtz2vvfcWWFlzoc6dxBdi7iS+pH7OW49OIukZwC2ATZJndZVVVb2RvA6l46k7Ibnr1Uk8AyaZljvJKrHmThJIcw3OJIGVR8mWOpNEZQoUL9VJAnNEybLBKHwAMsFM8OvyaHb1EUsjRO/1DdaXRyEJYjW+C3Vsnmj9ov1gt4+d0WUnCtCf/WAiANFhPwEAhIo4B/53mAAAAABJRU5ErkJggg==');
}

.icon-title004 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEbElEQVRYR+2YXYgbVRTHz/9mkrwEl/ZBH3Rl8cEHBVldUVDEBVGEkjCTJcWHIlSUglgUq+IqFkFEKtiqiKK49aH4AanJTLIS0CJrERG/KFb6slXBj+qidB92H9aduffISWeW2Ww+Jsmii+6FCWFy59zf/Z+PeyagLT6wxfloG3BYD/2/FCyVSiO+7+9VSs1XKpUPhlVPnt8UBfP5/OVKqUcA7GNmBUAR0bfM/KjneSeGAR0K0LbtcQBPElGRiJiZUwDkizDJh1zfKKX2VyqVzwcBHQjQcZzbmfkpALcYYxgXRtv1hVpAAXyqtT5Qq9W+6gc0MeDk5KQ1MjKyG8AzAMaISMnancDiEDFFDRF9zMwHPM87nQS0J2CpVMr5vn8vEYkrdwBIJTHcbk4IKpCGmRtE9LjneWe62esIWCgULgHwEIAHiSgjYEkV67WB0I5AyuUy83StVjvb7rkNgI7jXMnMTwDY04z0MPB7LTro78ysQ0XLxpjper3+U9zWGmChULhZKXWQiO4AIG6QUvGPjRA0IKK3gyA4ODs7+2uzDtq2LUCHjTFXNW90ychW2jCmmrclWwGIGhIKPhEFALL9hEboet8YowG8BeBpATwPYEe4QM+kCWEiVikhAnUaQIOZ54noZ7nHzBYR3aiU2s3MsnlJro7lqDXrw3o6j6mpqSu01pKl+4hoJzPLzq125SMqF2EI1Iwxr2cymZNBEEjcSoaz1noxm83+Ui6Xz0eLFgqFa5VSh4joNhFaKbVOiCj5JGnkFGLmP4noZa31a2sTJyYm0qOjowUimiai6yRww103a11kxBhzfHl5+YFcLncTgBIz71JKXdQmWFeYWdQ8SUTvp9PpD33fzxPRe6GSmShERBSllMXMXwA4sri4eHxubk7iceNZ7DjOwsrKSjGbzd5HRHvEJ+Fp8X1YcsaY+VkAO9f8HBbseEyuy8QLp8zvRPTS6urqR+l0eiZyu1JKwkGgD7uue6p1o+3KzILW+pparbZQLBYvM8Y8BuDc0tLSO7lc7qi4KUymxBneAv6J1npvKpV6DsCZIAherdfr4tK2oytg/AnbtmeI6J5+4eIqx+zNuK4rcd9z9AN4LHR5T6PdJoRqHnNd9+4khrYBOxT3/6iCxWJxFzNXjTH3e573ZkuS/PsxaNv2CwAeZuavXde9fssBOo5zMRGdI6LxarX63WYDxurhYDFo2/YYgB8B3FCpVL7sBzDezHZqbIcGdBznLiJ6l5n3u677SifA+MnQ5WVpXQK3QA+s4BFp85l5gwHbtptJskknycCALwIYJ6IfqtVq81iLRvyoi+4leaPrcNS94bqutHc9R6IGVayUSqWM7/uHmFlepDoajn5r19kA+IOIjlqW9Xy8X+xGmRgwMpLP56+2LEvC4E5mvrRdixzvH5l5lYhOAJixLMsrl8vSgScefQPGLcs7s9b6VmaekP9kYq6XZvc3rfVZ3/c/azQafyUmapk4FOCgi/bz3DZgP2q1m7ut4LAK/g0s3IEV8r+FwAAAAABJRU5ErkJggg==');
}

.icon-title005 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACUUlEQVRYR+2YsWsUQRTGv7e7QhotlTRpkkLUaGMjNqKFXLG7M4dXiUFB/A9iK8FGxF4sUoSkFGZ27/AaiysFG4kGLEwhohDTHAji4u08GTghXu5uL3t7kmIGlmXZeW9/83bem5mPcMwbjeMTQtwA8JiILgM4UfFYfjPzGwD3tNa7o3yPBKzX6/PMbA1/GGM2iOhnxYAgolsATud5vpym6d4w/yMBpZQrADZ6vd6FZrO5UwQnhLgGwF62dbTWnSKbMAzPB0HwgZlXtNabRwVcBfBUKTV2Gvx1KqXcAnDbPjPzltb6ThGgfS+lZACrSqlnMwWcBGZYn8oAhRDrRLRYFuSgHTN/0lrfrzSCQohtO6GJ6OM0kMx8loj2lFKXZgH4Tmttk6d0E0JsEtFFB1g2hC6Cbg4OzJ1xS90/K0m/zLgsHkw+F8HBiLgy48qMKzMFi7RLEpckLklckvQjIKU8tN0iImZmVXa7b+2ISNr7TA5NRLQ8DdwB2+3KASsCO+SmMmWhCNBKdUT0vK/NPJhEPKr04D4OsFarnZqbm9tnZqs+2E3wYrfbne90Or+KBvZfIhiG4UIQBJ8BPDTGeJ7nPTHGLCRJ8uVYAFoIIYQiImHTHMCa1nqtCG7aX3wkAbPRaPhZll01xuy2Wq2vk8DFcXzO87ydUgJmFEVnfN9/D+A7M7+c5IMFfXpZlr1ot9v7cRzfJKLrRHQXwMk8z5fSNP02zH6sehpF0ZLv++sArlQgoufGmChJkldSygRAjZnfMvOjJElejxrcRPJuBdEr7eIPDYmjR0bf86EAAAAASUVORK5CYII=');
}

.icon-title006 {
    background-image: url('data:image/png;base64,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');
}

.icon-title008 {
    background-image: url('data:image/png;base64,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');
}

.icon-title009 {
    background-image: url('data:image/png;base64,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');
}

.icon-title010 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADdElEQVRYR+2YTWgVVxTHz5mZF1EQS9FVCRpBREqtIEVwYaXxC2Ey9740Fdyoq4JIqytRFD8WFdwYcRVdGHBnzLvHN1E3/UiLrYgEXSlSQU0oIrhIMYhx5s4pN8yT1+dLMveNMU/IgdkM55z53f859869F4UQuwHgDCJ+Ak1mzNyNUkpuMq7/4VQD/svMxwHg3iwDr0FEw7HIcLwFZOazRLR/luEmPm/aDhEv1gKeICJDPusmhNiIiL/NATZaijkFbZQTQpj19zsAGCGiG+kkydWDjhDiEgBsQcQrnuft6+vr0zZQVb6OlHIYAD4z75h5ExH9kqvEQRBsdxznWuUjWutvyuXyxIyzNd/3F7iuO4aImAKeJqKDuQCLxeJXSZLcTpO+juN4ZRiGRoWGTAhxEhGPAsAbZl5HRPcaBTSL+uEoinpd112OiO3MfBMRH2mtx8IwfGFDKIRYCwBHCoXCt1rrLxHxZX9//98N9aDv+4s9z7sMAEuY2SeiJxUYIcRPAFBMkuTrcrn8PAtkR0fHatd1/2DmY0R0tjbGSsEgCL5wHOdnALgVx/HOMAxf1SQ0yvYAQLvWev10kFLKVQBwEwDOK6UO1RvQtIBBEGxyHOd7Zr5TKBR6oijaS0SnplJHSnneQEZRtGFgYOCfer6dnZ0rkiT5k5mvEdGeyfJNCSiEWIaIDwGgJU3QrpT6NUvpDCQzb43jeH0tpO/7bZ7nGbi/iMise0lDgGkJ7lcFZwZMG/wcAHQ4jrOhVCo9Ne+6urrmx3H8gJkfj46Obh4cHIynGvC0JZZSXgCAgJl7RkZGTg4NDUVZFKz4BEFwsKWl5cL4+Pgq13VXDg8PX2ptbd2htS7V6eF3Uk8LaAMzma+UchszX0/XS6WUKmbN+6EAzfLxQwo1ppRa2FSAvu9/7nneHQDwAOCUUupYUwGmk+NTrfW8Uqn0LCtcQ38Sm+Tvw/eD9GAe0DnAPOpN2oN5k85U/Ed19TFTIuTK2/wKCiF6EXFXrmHOXPDvE6cpswcEAPM0k42aA9QEoI2lG9qlNjEVX2Z+Wn2eyZKjEcBuRPwxS/I6PleVUsImthHAu4i4xuYjVQo+IaI2m1hrwLxXxszcZlNmK8Dqn7iNCtW+zCyJiLLG2wIeR8TMG896ELZXzbaAAhF7KxfcWVWoUfAAEXVnjf0P8hVI1Xvvbs4AAAAASUVORK5CYII=');
}

.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.aui-down-menu-list-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 50%;
    line-height: 1;
    padding-top: 0;
}
.huise{
  color:#666;
  }
.aui-top-border {
    border-top: 1px solid #f5f5f5;
}

.header-nav-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}

.aui-down-menu-list-title {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.aui-down-menu-list-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #919191;
    font-size: 14px;
    letter-spacing: 1px;
}
.aui-down-menu-list-item .aui-down-menu-list-text a{
    color: #919191;
  font-weight:normal;
  font-size:13px;
  float:left;
  margin-right:20px
}
  
.aui-down-menu-list-title a{
 color: #919191;
  font-size:14px;
}
.aui-down-menu-list-title:hover {
    color: #F08618;
}

.header-nav-list ul li a:hover .icon-dow {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACMElEQVRYR+3Wv0sbYRgH8O9zl0RdChUEqSF1cBDEDkKhd23c7FL/guLQoYODa60JFDJIErr1HyilUOmmIHbpIv44Dint6lCkTaIE3DolmrunvJUrep65H+8dOFzWe997P3yfL++FcMt/dMt9SIGyE0oTTBOUTUB2f9rBNEHZBGT3px1ME5RNQHZ/2sFEEry397pwcneojanKmewBgfZzRSl864w3HtaP3OuvjThvrCwRlHdgHFvET0/02mGgQyIuGjOX86qtfgVokolXm1rtzeVXXQMWjNImQPNiETOfWoTZpJAXuMwegPsXKP7R0Gsz/YFmeY4tfCFCxkEysd7S6z8jhuS5beTg1ehQL2s6OBZxgBZaenWtL1A8HNsvP1OADQcJcNsGF+NCCtxgL7NLoIl/IYCZQC8aevWjbwedBUkhw+CEpe89GDcyLM4XeNO4z4i1tlb/FaaTo99LI9kOjCBj9e2g+2B3kgxunRMXgyIFLtfBjrhK/DoXuINxIWVwgUZ8GeqVpK1Y2vGjty2vccviQgO9O4nfltJ74kbmjcqwgu5+lLGG7qDfuIGrSIEjdLcJNB22c5E76ItkPrJUeqnC/sO28p6AB7K4SCN2d1IlXgco69XBfl+IoFeU9B/Wglmeg81bbmQcOOkEnRTcSIED0/Pm4+rnoEndtE46wf9IozQP0CcwD7BCi02t+kEWF1uCDmTYrNzJ5boD7ZnaaRy42IFxoaTvwSQgiXcwKfRf1Q0jOLZSn+kAAAAASUVORK5CYII=');
}

.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 170px;
    padding: 8px 10px;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.header-nav-list .aui-about-dow li a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 8px 0 8px 15px;
    color: #313131;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #616161;
}

.header-nav-list .aui-about-dow li a:hover {
    color: #F08618;
}

.header-nav-list .aui-about-dow li {
    width: 100px;
}

.header-nav-right {
    float: right !important;
}

.header-nav-right-en {
    position: relative;
    margin-top: 21px;
    float: right !important;
    top: -6px;
}

.header-nav-right-en a {
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    padding: 6px;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.header-nav-right-en a:hover {
    border: 1px solid #20b573;
    color: #F08618;
}

.icon-weChat {
    float: left;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAFIklEQVRYR92Yf4jTdRzGn+e73U5B88y0vLtNCjPUNH/c5W3XD7IfoCJCYJERGEhYYUSB3nb+May2swSRSIggCTTNEiJE+qPS0G2e3KmoF9pR4bYzy8qzQG532/eJ79nZue3uu+1mHO2/7fO8n/fr8+v9+XxGjPIPRzkf/meAnesqqy/fMoUmaow00jLwc9L7/UXw08zNmgnbEfTE/I0Sl1FYAmJeNoiENIEzANpM4qDpcn1+oS54tVzA+QG10lEbm77aAF4DOKuoZEIPgJ0Zp5q6FoV/Lyo2jzgHsPpYs9vRp70kGkZkLnTLMNcmvC2fjMTnBsDqWGCBU/oG4ISRmA6OFRBOeEPNIFSK53XAmwE3ACRpR8JXuQYMmsVC9gNO7giOG9ud+gHklJxNACVBfkJTM0EuHSqBgFOQ9pNYAnB+jg+xPeENvVwSoCcaeB/AC7nBav/LZT56uW7zFShouGOpkwTn5OiEnXFf52qr3FSdCFaNv9qbIDEuW2dSDUlvuLUYSN5x3D+5oge/EMzd0UJTvDG0ecDQHfHvIfl0TgKaj8e9LV8N/O6JBM6CuCd3NnAs4QstKgrQHQm8TmJLviAJZ/rGavHFBeFL7iPrq0lnB4iqPCO4L17lWoXZwd7a6IY5lOM4CWdeT5P1iQfeaisUkp6I/2uQi4dcW9IlEN9RnAFi6pDG0o8iEoRVzP+tAlYnCZwDcAHAHxkHvu1qCB0sBtDaHHcVGlCQTugGsM10GLuSk67Ea34dt8AAp4GqhWDCUJfk+Ck5oeKkNerDedIT9fcCrCgosb2oV8KmnqrubWP/rFoKU6+CqBvGvxfSERBb477w/nz2dEcDSQI19rmHVwjoTNNYQaXHOMGdxR6REtrkMFYlG97sHJyJ7qj/EMGHRwIo6VKmwljoTOtJCVuG2iC2Oaxz3NDauDf80YDW2iTbQL5iGzyMQKYeooGFALeOxMeKFSSAaxK+0IfWd06NbZzpVKYjbx0sIJuAvTT4LkwdLkBekMSCFOG1inp/cfZEAvtBLCsoOkvUa6Rmu8zKAwCmZcebMNeBOEMxmL2MrDULYB2EiYS2g5w4ON5qT6Rcs/oBa6NN0ynjRL7jaThoQa0i3jbEfdm6/gS+0Azr95pW/yRHhr8N1pjA+qQv9E7/AEX9TQDDubm0/Prx5ok1L4f0RXGjKL/A+QSeyomTUmkai+FEwtGnTSRW36i5ds6P7zPuhfgBgJl5Orn3hvPXHfG/COK9QtdjRlppkCECdxfXsQLVwrmcC4I70ryC0B4QY2xtDD6ojHmIpMNWW5JAfXnfJJ5IoAXEBjvPDPCYIe0mOdlOW2L7+byA7oj/JMn77ExFPA/pJYL1dtqS2qUDuY+mIxs8TsNx/pqhzprgG4DrS6lnHmksZH85kXWruZUwdoumm+LGkgBsgiQ8k7sGY/4AhecssKTXtcfuHeE56p8Fkx3lBhR0OuELz82zSZrqE74x7XZgg4HckcCO3DIyAmQpZdKsT/o2n7b9Z6GQNNVtwdscqVQ7SU8hejuNCTyb9IU+tnRlAbSMbm/deGdl2owMe+u2W3NZF4WyAlpm09oCU5XCLhCP2I1Svnar8Hc1hj8b3Fa2EbxuKlh3TOtYCxY95YZZF29oab+5gAPuWunwxKYvkeAlcb8ED4gaghlB5yFr55uHRRiGGAI5HlnP3LJPcSnTasX88zYPQ/QkGkNP/DcjWAJt7dHA3GRD6NSoBczXp/JvkhJGbriQUQ/4N4vY9rmulz0xAAAAAElFTkSuQmCC');
}

.icon-tel {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAD6klEQVRYR82YQWgcZRTH/2/ibmxoNSCItdmlqTcLsVERd6a2rJ6l3kR7iIqmBwltQaQzFhzBzGwFqRdFrGA8tF6D9OCh6Ja6k0MLjQcVaaHLTLoGe2iaiutuu/NkJt2ym8zM9026W7PHnf977/e9ee9933yEDf6jDc6HRMD8+SM7+Ba9T6A9YIyCeBGg8z748wXVPns/FhcJ+PgFc0hpNi0CpghQokH4DPutCW/3J7V+gkYC5h3jDICXhIEZf8L3d7ovlK4LtesUrAHMO/oBgL6U9cfAKU+19svq0+q6ARmUd/TLINoh64gBv/UAba89N+3J2qTRdQHmKkefIPIvp3EQaJn5LU+zv0lrJ6PvAhxx9L0KqCxj2KlhxlFPs6bT2snouwC3njNezwzgZJQhA7EziRnveZr1qUzAtJruGrwwmck1H2lSBAqDEfV/ELCl4MWrz1s/pQ0uo1/TxSMVfVkh2pImizezreHrzx67IRMwrWYt4Jz+lcL0TjRgRBYZX7uaFalPCxOlXwP42NyR7VlWrsQ576xFBi4NNLJj1aL5by9gpAADUe5n/RdSaCwpi8z8/a1NeHvxaftav+ACv5FbXW7OeIMYsXONCV94BevdfoK1fUcCDl80hx+qN6oAPRwNwdXlTYPjS+PmUr8hY49bI47xmQIcjK9FLnuqXfzfAEXNEoIxPnI1y+wnZOKBVZTFAMwnv7hQKKXeHmUXlQgorsUwi0vLQ9nRftWj8JtE1NErb7p/9SgEDOeio5cJtDfptTBj5uZQ9nCvMykFuK1i7BogLsePnTvojPnloWyxl5BSgGEWBcP7bnYZ8y3gzauaNR+V8Vzlgz1E/hRAz4CxFcRVBs62/IHjtd0f/7HaRhowMMxXDBOED4UdyFhqAcUuyEtTg7m/Nn9LRK9Gb6HwiWG4mnWs83kqwDCTFWOWCPtkIFnBYa9gzeBXM5u/0fgRIE1sxydczZ5M3OqSnASjZ8s/jTIRPSUMttLhswyuK1Bek9GHs5V5ckGzT8QeFkSOQsh6Y1bU2av9JH02dGv5N1e1d64bsO0s5+gzBJoQLaj9PPhsWAkqrqwm+aOLhVJVrBRETwt5Z7ALQdtb6D0Dht3t6IcAmMI52bHYpI+wQHYbpNXUaacngIHD4PST8Wk2RfPEvurgtoJR37ygHq/3DLCdHNlZKcjg765qPXnPTRJXnmE2mcykBkoG5Jdd1T7dN8A2eBJoAqDhqpa97kEtO1I6dSunc3oluCIhom3tTu4cN8xcI4Un3EIpuJu8++t5DYoW8OicrmVAJfL5QQqu+RjnoNAPf2dufxd1O3HfAUULWP18wwP+B99gbThYQ4KQAAAAAElFTkSuQmCC');
}

.header-nav-weChat {
    float: right !important;
    position: relative;
    margin-top: 21px;
    margin-right: 24px;
}

.header-nav-weChat a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 !important;
    color: #313131;
}

.navbar-contact-shadowr, .navbar-contact .navbar-contact-shadowl {
    visibility: hidden;
}

.navbar-contact-shadowl, .navbar-contact .navbar-contact-shadowr {
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -16px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-contact-shadowl {
    left: 46%;
    transform: rotate(40deg);
}

.navbar-contact-shadowr {
    right: 46%;
    transform: rotate(-40deg);
}

.navbar-contact-hover {
    position: absolute;
    left: -23px;
    margin-top: 15px;
    z-index: 999;
    visibility: hidden;
    width: 98px;
    height: 98px;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-contact-hover:before {
    display: block;
    content: "";
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 40%;
    bottom: 100%;
}

.navbar-contact-hover img {
    width: 98px;
    height: 98px;
    padding: 7px;
}

.header-nav-weChat:hover .navbar-contact-hover, .header-nav-weChat:hover .navbar-contact-shadowl, .header-nav-weChat:hover .navbar-contact-shadowr {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-nav-tel {
    margin-top: 21px;
    margin-right: 34px;
    position: relative;
    float: right !important;
}

.header-nav-tel a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 !important;
    color: #313131;
}

.header-nav-tel a:hover {
    color: #F08618;
}

.aui-header-nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
} 
  
  .g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: auto;
    width: 1.5rem;
    margin-left: -.75rem;
    text-align: center;
    background: #333;
    box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: .1rem 0;
    margin-top: -.2rem;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    display: none; }
    .g-nav .list dd {
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
    .g-nav .list dd:last-child {
      border: 0; }
    .g-nav .list a {
      display: block;
      font-size: .14rem;
      line-height: .46rem;
      color:white;  }
  .g-nav li:hover .list {
    display: block; } }
.g-foot {
  background: #222222;
  color: #fff; }
  .g-foot .wal {
    min-height: 5.14rem;
    position: relative; }
  .g-foot .container {
    min-height: 3.98rem; }
    .g-foot .container h3 {
      font-size: .28rem;
      font-weight: 400;
      padding: .65rem 0 .7rem 0; }
    .g-foot .container .name {
      font-size: .18rem;
      padding-bottom: .32rem; }
    .g-foot .container h5 {
      font-size: .24rem; }
  .g-foot .list {
    position: absolute;
    z-index: 1;
    left: 3.9rem;
    right: auto;
    top: 1.6rem;
    bottom: auto;
    width: 6.2rem; }
    .g-foot .list li {
      width: 50%;
      font-size: .18rem; }
      .g-foot .list li h3 {
        font-size: .24rem;
        padding: .12rem 0 .4rem 0;
        line-height: 1em; }
  .g-foot .ewm {
    width: 1.5rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1.6rem;
    bottom: auto;
    font-size: .14rem; }
    .g-foot .ewm .name {
      padding-top: .12rem; }
  .g-foot .msg {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    line-height: 1.15rem; }

/*index*/
.index-hd {
  position: relative;
  z-index: 5; }
  .index-hd:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2rem;
    right: 0;
    height: 5rem;
    background: #ccc; }
  .index-hd .wal {
    position: relative; }
  .index-hd .indexFlash {
    width: 9.8rem;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 0.13rem;
    -webkit-border-radius: 0.13rem;
    border-radius: 0.13rem; }
    .index-hd .indexFlash .dots {
      position: absolute;
      z-index: 1;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0.33rem;
      width: 100%; }
      .index-hd .indexFlash .dots span {
        width: .68rem;
        height: .09rem;
        background: #A9A9A9;
        margin: 0 .1rem;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        opacity: .5; }
      .index-hd .indexFlash .dots span.swiper-pagination-bullet-active {
        opacity: 1; }
  .index-hd .side {
    width: 3.02rem;
    height: 4.3rem;
    background: #313131;
    -moz-border-radius: 0.13rem;
    -webkit-border-radius: 0.13rem;
    border-radius: 0.13rem;
    padding: 0 .19rem;
    color: #ccc; }
    .index-hd .side .title {
      padding: .26rem 0 .3rem .06rem; }
      .index-hd .side .title:before {
        content: "";
        display: block;
        position: absolute;
        position: relative;
        width: .04rem;
        height: .14rem;
        background: #CCC;
        margin-right: .15rem; }
      .index-hd .side .title h3 {
        font-size: .18rem;
        line-height: 1em; }
    .index-hd .side .name {
      height: 1rem;
      padding: .2rem 0;
      text-align: center;
      font-size: .16rem; }
      .index-hd .side .name a {
        color: #ccc; }
    .index-hd .side .more a {
      display: block;
      width: 2.15rem;
      height: .44rem;
      line-height: .44rem;
      margin: 0 auto;
      text-align: center;
      background: #A9A9A9;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      font-size: .16rem; }
  .index-hd .list {
    width: 100%;
    padding: .5rem 0 1.2rem 0; }
    .index-hd .list ul {
      margin-left: -.24rem; }
    .index-hd .list li {
      width: 16.666%;
      padding-left: .24rem; }
      .index-hd .list li a {
        height: .8rem;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        background: #626262;
        padding: 0 .16rem;
        font-size: .13rem;
        color: #fff; }
        .index-hd .list li a .name {
          font-size: .18rem;
          height: 1em;
          line-height: 1em;
          margin-bottom: .1rem; }
      .index-hd .list li a:hover {
        background: #313131; }

.index-video {
  background: #f0f1f5;
  margin-top: -5rem;
  padding-top: 5rem; }
  .index-video .p-title {
    padding-top: 0; }
  .index-video .fl {
    width: 5.11rem; }
  .index-video .item a {
    display: block;
    background: #fff; }
    .index-video .item a .box {
      position: relative;
      height: .9rem;
      padding: .2rem; }
      .index-video .item a .box .name {
        font-size: .16rem;
        height: .2rem;
        line-height: .2rem;
        padding-right: 1.6rem; }
      .index-video .item a .box .price {
        position: absolute;
        z-index: 1;
        left: auto;
        right: 0.2rem;
        top: 0.2rem;
        bottom: auto;
        line-height: .2rem;
        font-size: .22rem;
        font-weight: bold; }
      .index-video .item a .box .msg {
        font-size: .14rem;
        padding-top: .12rem; }
  .index-video .list {
    width: 7.78rem; }
    .index-video .list ul {
      margin-left: -.1rem; }
    .index-video .list li {
      width: 33.333%;
      padding: 0 0 .1rem .1rem; }
    .index-video .list a {
      display: block; }
      .index-video .list a .box {
        background: #fff;
        height: .8rem;
        padding: .1rem .15rem;
        font-size: .15rem;
        line-height: .3rem; }

.index-team .list ul {
  margin-left: -.48rem;
  margin-bottom: -.38rem; }
.index-team .list li {
  width: 33.33333%;
  padding: 0 0 .48rem .48rem; }
.index-team .list li img {
  width:445px;
  height: 285px; }

.index-team .list a {
  display: block; }
  .index-team .list a .name {
    height: .8rem;    
    font-size: .16rem; }
    .index-team .list a .name h3 {
      font-size: .2rem;
      color:#675B6F;
      font-weight: 600; }
  .index-team .list a h5 {
    font-weight: 400;
    font-size: .18rem;
    color: #616161;
    padding: .32rem 0 .2rem 0; }
  .index-team .list a p {
    font-size: .14rem;
    line-height: .22rem;
    color: #616161; }

.index-student {
  background: #f0f1f5;
  position: relative;
  min-height: 5rem;
  padding-bottom: .7rem; }
  .index-student:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3.6rem;
    background: #343434; }
  .index-student .wal {
    position: relative; }
  .index-student .p-title {
    color: #fff;
    padding: .8rem 0 .5rem 0; }
  .index-student .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-student .list li {
      background: #fafafa; }
      .index-student .list li .img {
        width: 7.69rem;
        position: relative; }
        .index-student .list li .img .layer {
          position: absolute;
          z-index: 1;
          left: 0.65rem;
          right: 0;
          top: 0.5rem;
          bottom: auto;
          color: #fff;
          font-weight: bold; }
          .index-student .list li .img .layer:before {
            content: "";
            display: block;
            position: absolute;
            left: .05rem;
            top: 100%;
            width: 1px;
            height: 1rem;
            background: rgba(255, 255, 255, 0.5); }
          .index-student .list li .img .layer .num {
            font-size: .28rem; }
          .index-student .list li .img .layer h3 {
            font-size: .36rem;
            padding: .2rem 0 .18rem 0; }
          .index-student .list li .img .layer p {
            font-size: .15rem;
            line-height: .18rem;
            padding-bottom: .45rem; }
      .index-student .list li .col {
        width: 4.97rem;
        padding: .55rem .33rem .55rem 0; }
        .index-student .list li .col h5 {
          font-size: .28rem;
          color: #000; }
        .index-student .list li .col .msg {
          font-size: .18rem;
          padding: .1rem 0 .35rem 0;
          color: #000; }
        .index-student .list li .col .content {
          font-size: .14rem;
          line-height: .32rem;
          color: #666;
          text-align: justify; }
    .index-student .list .dots2 {
      position: absolute;
      z-index: 1;
      left: 0.7rem;
      right: auto;
      top: auto;
      bottom: 0.29rem; }
      .index-student .list .dots2 dd {
        width: .5rem;
        height: .5rem;
        position: relative; }
        .index-student .list .dots2 dd h5 {
          position: absolute;
          z-index: 1;
          left: 0;
          right: 0;
          top: 0;
          bottom: auto;
          text-align: center;
          line-height: .5rem;
          font-size: .16rem;
          color: #979797; }
        .index-student .list .dots2 dd img {
          opacity: 0; }
      .index-student .list .dots2 dd.on h5 {
        opacity: 0; }
      .index-student .list .dots2 dd.on img {
        opacity: 1; }
    .index-student .list .arrow {
      position: absolute;
      z-index: 1;
      left: 640px;
      right: auto;
      top: auto;
      bottom: 24px; }
      .index-student .list .arrow a {
        display: block;
        width: .5rem;
        margin-right: 1px; }
  .index-student .container {
    background: #fff;
    height: 3.37rem;
    padding-left: .6rem; }
    .index-student .container .col {
      border-right: #E0E0E0 solid 1px;
      width: 4.37rem; }
      .index-student .container .col .name {
        font-size: .24rem;
        line-height: 1em; }
      .index-student .container .col h3 {
        font-size: .35rem;
        line-height: 1em;
        padding: .16rem 0 .45rem 0; }
      .index-student .container .col .p-more {
        padding: 0; }
        .index-student .container .col .p-more a {
          margin-left: 0; }
    .index-student .container dd {
      width: 2.02rem;
      text-align: center;
      font-size: .18rem;
      border-right: #E0E0E0 solid 1px; }
      .index-student .container dd:last-child {
        border: 0; }
      .index-student .container dd h5 {
        font-size: .56rem;
        line-height: .5rem;
        padding-bottom: .2rem; }

.index-photo {
  padding: .5rem 0; }
  .index-photo .list li {
    width: 50%;
    background: #fdfdfd;
    margin-top: 10px; }
    .index-photo .list li .box {
      padding: 0 .22rem; }
      .index-photo .list li .box .name {
        font-size: .24rem; }
      .index-photo .list li .box p {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
        padding: .3rem 0;
        min-height: 1.35rem; }
     
  .index-photo .list li.li_01 .img, .index-photo .list li.li_04 .img {
    width: 3.29rem; }
  .index-photo .list li.li_01 .box, .index-photo .list li.li_04 .box {
    width: 3.29rem; }
  .index-photo .list li.li_02 .img, .index-photo .list li.li_03 .img {
    width: 3.29rem; }
  .index-photo .list li.li_02 .box, .index-photo .list li.li_03 .box {
    width: 3.29rem; }
  .index-photo .list li.li_03 .box {
    order: -1;
    padding-left: .9rem; }
    .index-photo .list li.li_03 .box:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      margin-left: auto; }
  .index-photo .list li.li_04 .box {
    order: -1; }
    .index-photo .list li.li_04 .box:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      margin-left: auto; }

.index-info {
  background: #343434;
  min-height: 2.4rem;
  color: #fff;
  text-align: center; }
  .index-info li {
    width: 25%;
    height: 2.4rem;
    position: relative;
    font-size: .17rem; }
    .index-info li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: .9rem;
      background: #fff;
      margin-top: -.45rem;
      opacity: .5; }
    .index-info li:first-child:before {
      display: none; }
    .index-info li .num {
      margin-bottom: .2rem;
      height: .5rem; }
      .index-info li .num b {
        font-size: .56rem; }
      .index-info li .num em {
        font-size: .18rem;
        position: relative;
        top: -.1rem;
        left: .06rem; }

.index-news {
  padding: .5rem 0 0 0;
  align-items: flex-start;
  -webkit-align-items: flex-start; }
  .index-news .p-title {
    width: 100%; }
  .index-news .title {
    padding-bottom: .24rem; }
    .index-news .title h3 {
      font-size: .2rem; }
    .index-news .title a {
      font-size: .14rem;
      color: #666; }
  .index-news .list {
    width: 8.5rem;
    background: #FBFBFB;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0 .25rem .25rem; }
    .index-news .list .title {
      padding: .22rem 0;
      width: 100%; }
    .index-news .list .video {
      width: 3.7rem; }
      .index-news .list .video img {
        width: 100%; }
    .index-news .list .list-wrapper {
      width: 4rem;
      overflow: hidden;
      position: relative;
      padding-bottom: .1rem; }
      .index-news .list .list-wrapper dd a {
        display: block;
        position: relative;
        padding-left: .56rem;
        margin-bottom: .11rem; }
        .index-news .list .list-wrapper dd a:before {
          content: "";
          display: block;
          position: absolute;
          left: .56rem;
          right: 0;
          bottom: 0;
          height: 1px;
          background: #EFEFEF; }
        .index-news .list .list-wrapper dd a .img {
          width: .42rem;
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
        .index-news .list .list-wrapper dd a .name {
          font-size: .18rem; }
        .index-news .list .list-wrapper dd a p {
          font-size: .14rem;
          line-height: .22rem;
          color: #666;
          padding: .08rem 0 .1rem 0; }
      .index-news .list .list-wrapper dd:last-child a:before {
        display: none; }
    .index-news .list .dots span {
      width: .4rem;
      height: .04rem;
      background: #E3E3E3;
      margin: 0 .06rem; }
    .index-news .list .dots span.swiper-pagination-bullet-active {
      background: #f00; }
  .index-news .list-2 {
    width: 4rem;
    padding-bottom: 1rem; }
    .index-news .list-2 li a {
      height: .47rem;
      position: relative;
      font-size: .16rem;
      display: block;
      padding-left: .28rem;
      color: #666; }
      .index-news .list-2 li a .num {
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 50%;
        bottom: auto;
        -moz-border-radius: 0.02rem;
        -webkit-border-radius: 0.02rem;
        border-radius: 0.02rem;
        width: .2rem;
        height: .2rem;
        margin-top: -.1rem;
        text-align: center;
        line-height: .2rem;
        background: #D7D1D3;
        color: #fff;
        font-size: .14rem; }
      .index-news .list-2 li a .name {
        line-height: .47rem; }
      .index-news .list-2 li a:hover {
        color: #333; }
    .index-news .list-2 li:nth-child(1) a .num, .index-news .list-2 li:nth-child(2) a .num, .index-news .list-2 li:nth-child(3) a .num {
      background: #f00; }

.side-form {
  position: fixed;
  z-index: 20;
  left: 2.6041666667%;
  top: 50%;
  width: 1.88rem;
  background: #343434;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  transform: translateY(-50%);
  padding: 0 .15rem;
  color: #fff; }
  .side-form h3 {
    font-size: .26rem;
    line-height: .28rem;
    padding: .22rem 0 .4rem 0;
    background: url("../image/line56.png") center 0.95rem no-repeat;
    background-size: .56rem;
    text-align: center; }
  .side-form .form {
    padding-bottom: .09rem; }
    .side-form .form li {
      padding-bottom: .15rem; }
      .side-form .form li .input {
        position: relative;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem;
        height: .34rem;
        background: #E0E0E0; }
        .side-form .form li .input input {
          width: 100%;
          height: .34rem;
          line-height: .34rem;
          font-size: .14rem;
          padding-left: .19rem; }
      .side-form .form li .select {
        font-size: .14rem; }
        .side-form .form li .select:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: .17rem;
          bottom: 0;
          width: .12rem;
          background: url("../image/select12.png") center no-repeat;
          background-size: 100%; }
        .side-form .form li .select span {
          display: block;
          padding-left: .19rem;
          line-height: .34rem;
          color: #666; }
        .side-form .form li .select select {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          opacity: 0; }
  .side-form .submit {
    padding: .21rem 0 .23rem 0;
    position: relative; }
    .side-form .submit:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: 1.26rem;
      height: 1px;
      margin-left: -.63rem;
      background: #E0E0E0;
      opacity: .5; }
    .side-form .submit div {
      height: .34rem;
      background: #FF7312;
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
    .side-form .submit input {
      width: 100%;
      height: .34rem;
      font-size: .16rem;
      color: #fff;
      cursor: pointer; }

/*page*/
.page-nav {
  background: #eff1f4; }
  .page-nav li {
    padding: 0 .2rem 0 .35rem; }
  .page-nav a {
    display: block;
    position: relative;
    line-height: .8rem;
    font-size: .16rem; }
    .page-nav a:after {
      content: "";
      display: block;
      position: absolute;
      left: -.23rem;
      top: 0;
      content: '★';
      transition-duration: 0s;
      -webkit-transition-duration: 0s; }
    .page-nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: .59rem;
      height: .04rem;
      background: #FA9600;
      opacity: 0; }
    .page-nav a:hover, .page-nav a.on {
      color: #FA9600; }
      .page-nav a:hover:before, .page-nav a.on:before {
        opacity: 1; }

.newsny {
  width: 12.15rem; }
  .newsny ul {
    margin-left: -.15rem;
    margin-top: -.15rem; }
  .newsny li a {
    padding: .15rem; }
    .newsny li a .img {
      width: 2.1rem;
      height: 1.4rem;
      background: #7D7D7D; }
      .newsny li a .img img {
        width: 2.1rem;
        height: 1.4rem; }
    .newsny li a .col {
      margin-left: .24rem;
      width: 9.31rem; }
      .newsny li a .col h5 {
        font-size: .18rem; }
      .newsny li a .col p {
        font-size: .14rem;
        line-height: .21rem;
        color: #313131;
        min-height: .95rem;
        padding: .2rem 0; }
      .newsny li a .col dl.info dd {
        font-size: .12rem;
        color: #7D7D7D;
        padding-right: .2rem; }
    .newsny li a:hover {
      color: #FA9600;
      background: #fafafa; }
      .newsny li a:hover .img {
        background: #FA9600; }


.news {
  width: 9.15rem; }
  .news ul {
    margin-left: -.15rem;
    margin-top: -.15rem; }
  .news li a {
    padding: .15rem; }
    .news li a .img {
      width: 2.1rem;
      height: 1.4rem;
      background: #7D7D7D; }
      .news li a .img img {
        width: 2.1rem;
        height: 1.4rem; }
    .news li a .col {
      margin-left: .24rem;
      width: 6.31rem; }
      .news li a .col h5 {
        font-size: .18rem; }
      .news li a .col p {
        font-size: .14rem;
        line-height: .21rem;
        color: #313131;
        min-height: .95rem;
        padding: .2rem 0; }
      .news li a .col dl.info dd {
        font-size: .12rem;
        color: #7D7D7D;
        padding-right: .2rem; }
    .news li a:hover {
      color: #FA9600;
      background: #fafafa; }
      .news li a:hover .img {
        background: #FA9600; }

.news-side {
  width: 3.15rem; }
  .news-side .title {
    font-size: .21rem;
    padding-bottom: .12rem;
    border-bottom: #eee solid 1px;
    margin-bottom: .2rem; }
  .news-side li a {
    display: block;
    position: relative;
    min-height: .8rem;
    padding: 0 1rem .2rem .3rem;
    font-size: .14rem; }
    .news-side li a .num {
      width: .2rem;
      height: .22rem;
      line-height: .2rem;
      text-align: center;
      color: #666;
      border: #ddd solid 1px;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      position: absolute;
      z-index: 1;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .news-side li a .name {
      line-height: 1.5em; }
    .news-side li a .img {
      width: .86rem;
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto; }
    .news-side li a:hover {
      color: #fa8c00; }
  .news-side .more {
    padding-top: .3rem;
    margin-bottom:.3rem}
    .news-side .more a {
      display: block;
      width: 1.2rem;
      height: .4rem;
      line-height: .4rem;
      margin: 0 auto;
      background: #fa8c00;
      color: #fff;
      text-align: center;
      font-size: .14rem;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem; }
      .news-side .more a:hover {
        background: #FA9600; }

.foot-btns {
  background: #edf3f9; }
  .foot-btns .wal {
    height: 1.68rem;
    position: relative; }
  .foot-btns .img {
    width: 1.79rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    margin-left: -.9rem; }
  .foot-btns dl {
    width: 3.12rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.28rem;
    overflow: hidden;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    background: #ff7d33; }
    .foot-btns dl dd {
      width: 50%; }
      .foot-btns dl dd:nth-child(2) {
        background: #ff5c00; }
    .foot-btns dl a {
      height: .56rem;
      font-size: .14rem;
      color: #fff; }
      .foot-btns dl a img {
        width: .22rem;
        margin-right: .06rem; }
  .foot-btns ul {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-size: .14rem;
    line-height: 2em; }

.down-show {
  width: 9.15rem; }
  .down-show .title {
    font-size: .36rem; }
  .down-show dl.info {
    padding: .3rem 0 0 0;
    color: #7D7D7D; }
    .down-show dl.info dd {
      font-size: .14rem;
      margin-right: .3rem; }
  .down-show .content {
    padding: .5rem 0 1rem 0;
    font-size: .16rem;
    line-height: .24rem;
    color: #313131; }
  .down-show .list {
    padding-bottom: 1rem;
    font-size: .14rem; }
    .down-show .list th:first-child, .down-show .list td:first-child {
      padding-left: .4rem; }
    .down-show .list th {
      background: #f6f6f6;
      height: .53rem;
      text-align: left;
      width: 25%; }
    .down-show .list td {
      background: #fafbfb;
      height: .75rem;
      color: #666; }
      .down-show .list td.copy-td a {
        color: #ff5c00;
        padding-left: .06rem; }
      .down-show .list td a.btn {
        color: #fff;
        background: #ff5c00;
        width: 1.08rem;
        height: .42rem;
        -moz-border-radius: 0.04rem;
        -webkit-border-radius: 0.04rem;
        border-radius: 0.04rem; }
        .down-show .list td a.btn img {
          width: .17rem;
          margin-right: .06rem; }

.p-banner {
  height: 5.45rem;
  background: center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .p-banner h2 {
    font-size: .36rem;
    letter-spacing: .02rem; }

.lecturer {
  padding-top: .3rem; }
  .lecturer ul {
    margin-left: -.45rem;
    margin-bottom: -.25rem; }
  .lecturer li {
    width: 33.333%;
    padding: 0 0 .45rem .45rem; }
    .lecturer li a {
      display: block;
      background: #f7f7f7;
      padding: .55rem; }
      .lecturer li a .img {
        width: 2.44rem;
        height: 2.44rem;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .lecturer li a .name {
        font-size: .16rem;
        border-bottom: #e5e5e5 solid .02rem;
        padding: .5rem 0 .3rem 0; }
        .lecturer li a .name h5 {
          font-size: .21rem; }
      .lecturer li a .info, .lecturer li a .msg {
        color: #A19C9E; }
      .lecturer li a .info {
        padding: .35rem 0 .2rem 0;
        font-size: .18rem; }
      .lecturer li a .msg {
        font-size: .14rem;
        line-height: .24rem; }
    .lecturer li a:hover {
      background: #ed6d1f;
      color: #fff;
      box-shadow: 0 0.05rem 0.2rem rgba(237, 109, 31, 0.2);
      -webkit-box-shadow: 0 0.05rem 0.2rem rgba(237, 109, 31, 0.2);
      -moz-box-shadow: 0 0.05rem 0.2rem rgba(237, 109, 31, 0.2); }
      .lecturer li a:hover .info, .lecturer li a:hover .msg {
        color: #fff; }

.video-list {
  padding-top: .3rem; }
  .video-list ul {
    margin-left: -.2rem;
    margin-bottom: -.25rem; }
  .video-list li {
    width: 33.333%;
    padding: 0 0 .45rem .2rem; }
    .video-list li a {
      display: block;
      position: relative;
      background: #e5e5e5; }
      .video-list li a .img {
        position: relative; }
        .video-list li a .img:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: url("../image/play.svg") center no-repeat;
          background-size: .6rem;
          opacity: 0; }
      .video-list li a .name {
        padding: 0 .2rem;
        height: 1.12rem; }
        .video-list li a .name h5 {
          font-weight: 400;
          font-size: .2rem;
          padding-bottom: .1rem; }
        .video-list li a .name .en {
          text-transform: uppercase;
          opacity: .5;
          font-size: .16rem; }
    .video-list li a:hover {
      color: #fff;
      background: #fa8c00; }
      .video-list li a:hover .img:after {
        opacity: 1; }

.page-nav2 {
  height: .6rem;
  position: relative;
  z-index: 11; }
  .page-nav2 ul {
    background: #edf3f9;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0; }
  .page-nav2 a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 .22rem;
    font-size: .21rem;
    color: #646464;
    font-weight: bold; }
    .page-nav2 a:hover, .page-nav2 a.on {
      color: #fa8c00; }

/*# sourceMappingURL=index.css.map */
