/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 1250px; font-family: "微软雅黑"; font-size: 14px; color: #666; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea, select { font-family: "微软雅黑"; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
i { font-style: normal; }
a { color: #666; text-decoration: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
a:hover { color: #44537a; }

/*布局*/
.comwrap { position: relative; margin: 0 auto; width: 1200px; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.webkit10px { -webkit-transform: scale(0.8333); }
.bgc { background-color: #f5f7f9; }

/*头部*/
.header {
  position: relative; z-index: 9; background-color: #fff; border-top: 2px solid #da251c; box-shadow: 0 0 4px 3px rgba(4, 0, 0, 0.06);
}
.header .top .logo { padding: 5px 0 10px; }
.header .top .img { display: block; max-height: 70px; }
.header .top .cctv { margin-left: 15px; padding-top: 25px; }
.header .top .info { margin-left: 50px; margin-top: 20px; padding-left: 20px; height: 50px; border-left: 1px solid #e1e1e1; }
.header .info .cwrap { font-size: 0; }
.header .info .ctxt { font-size: 12px; color: #da251c; }
.header .info .choose {
  position: relative;
  margin-left: 10px;
  padding: 0 24px 0 5px;
  line-height: 23px;
  font-size: 12px;
  color: #999;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.header .info .icon {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 9px;
  height: 5px;
  background: url(../img/icon.png) 0 0 no-repeat;
}
.header .info .txt { margin-top: 8px; font-size: 12px; color: #999; }
.header .info .cmain {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 2;
  padding: 6px 20px 20px;
  width: 310px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  *zoom: 1;
}
.header .info .cmain:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #fff;
}
.header .info .ctit {
  display: block;
  margin-bottom: 10px;
  padding-left: 34px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  color: #2f6aa8;
  background: url(../img/icon.png) -69px center no-repeat;
  border-bottom: 1px solid #e1e1e1;
}
.header .info .clink {
  margin-left: 10px;
  margin-top: 10px;
  padding: 0 4px;
  width: 50px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.header .info .clink:hover { color: #fff; background-color: #2e7ecf; }
.header .search { position: relative; margin-top: 30px; border: 1px solid #eee; border-radius: 3px; overflow: hidden; }
.header .search:after {
  content: "";
  position: absolute;
  left: 78px;
  top: 15px;
  width: 9px;
  height: 4px;
  background: url(../img/icon.png) -9px 0 no-repeat;
}
.header .search .cho {
  position: relative;
  margin: 1px 0;
  padding-left: 12px;
  padding-right: 20px;
  width: 99px;
  height: 30px;
  font-size: 13px;
  color: #4d4d4d;
  border: none;
  border-right: 1px solid #eee;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
.header .search .cho::-ms-expand { display: none; }
.header .search .intxt { padding: 0 5px; width: 100px; height: 30px; line-height: 30px; }
.header .search .btn {
  margin: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/icon.png) -18px 0 no-repeat;
}
.header .search .btn:hover {
  cursor: pointer;
  -webkit-transform: translate3d(3px, 3px, 0);
  -ms-transform: translate3d(3px, 3px, 0);
  -o-transform: translate3d(3px, 3px, 0);
  transform: translate3d(3px, 3px, 0);
}

.header .end { background-color: #44537a; }
.header .end .slogo {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  background: url(../img/slogo_2.png) 0 0 no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav .col { position: relative; }
.header .nav .link { display: block; padding: 0 18px; height: 45px; line-height: 45px; color: #fff; }
.header .nav .link:hover, .header .nav .cur .link { color: #44537a; background-color: #fff; }
.header .nav .son {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(4, 0, 0, 0.15);
}
.header .nav .slink {
  position: relative; display: block; padding: 0 32px 0 22px; line-height: 46px; color: #999; border-bottom: 1px solid #f5f5f5; *zoom: 1;
}
.header .nav .slink:after {
  content: ">";
  position: absolute;
  left: 170px;
  top: 0;
  font-family: "Simsun";
  font-size: 12px;
  color: #aaa;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.header .nav .slink:hover { color: #4a4a4a; background-color: #f2f2f2; }
.header .nav .slink:hover:after { left: 190px; opacity: 1; filter: alpha(opacity=100); }
.header .end .tel { width: 200px; height: 45px; text-align: center; background-color: #44537a; }
.header .tel .icon { width: 17px; height: 13px; background: url(../img/icon.png) 0 -5px no-repeat; }
.header .tel .dot { margin: 0 4px; width: 3px; height: 3px; background-color: #fff; }
.header .tel .txt { font-size: 16px; line-height: 45px; color: #fff; }

.header .end-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(68, 83, 122, 0.9);
  box-shadow: 0 0 4px 3px rgba(4, 0, 0, 0.06);
}
.header .end-fixed .slogo { opacity: 1; filter: alpha(opacity=100); }
.header .end-fixed .nav { margin-left: 55px; }
.header .end-fixed .nav .link { padding: 0 16px; }

.header .placeholder { display: none; height: 45px; width: 100%; }

/*焦点图*/
.banner { height: 430px; background: center no-repeat; }

/*底部*/
.footer { color: #333; background-color: #fff; }
.footer a { color: #333; }
.footer a:hover { color: #000; }
.footer .fmenu { height: 66px; border-bottom: 1px solid #ddd; overflow: hidden; }
.footer .fmenu .link { margin-left: 75px; line-height: 66px; }
.footer .fmenu .marl0 { margin-left: 0; }
.footer .info { position: relative; padding: 30px 0; }
.footer .info .col { margin-right: 5%; width: 21%; }
.footer .info .col-3 { margin-right: 0; }
.footer .col .tit { position: relative; line-height: 45px; font-size: 16px; text-indent: 5px; border-bottom: 1px solid #eee; }
.footer .col .tit:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Simsun";
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .col .con { margin-top: 14px; font-size: 12px; line-height: 24px; color: #666; }
.footer .info .col-ewm { margin-top: 60px; width: 22%; font-size: 0; }
.footer .col-ewm .col-img { width: 47%; }
.footer .col-ewm .col-img-2 { margin-left: 6%; }
.footer .col-ewm .img { display: block; width: 100%; }
.footer .col-ewm .txt { display: block; margin-top: 5px; font-size: 12px; text-align: center; color: #666; }
.footer .end { padding: 15px; line-height: 30px; text-align: center; color: #fafafa; background-color: #44537a; }
.footer .end a { color: #fafafa; }
.footer .end a:hover { color: #dadada; }
.footer .flink { padding: 14px 0; border-top: 1px solid #ddd; color: #999; }
.footer .flink .link { margin-right: 14px; color: #999; }
.footer .flink .link:hover { color: #222; }

/* 右侧工具条 */
.floatright {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
  width: 45px;
  height: 190px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright:hover, .floatright.fr-is-visible {
  visibility: visible; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.floatright .fr-box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 45px;
  background-color: #01458e;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright .fr-box p { position: absolute; left: 45px; top: 0; line-height: 45px; }
.floatright .fr-box:hover { background-color: #2f6aa8; }
.floatright .fr-top { z-index: 100; cursor: pointer; }
.floatright .fr-qq { position: absolute; top: 46px; right: 0; }
.floatright .fr-qq .link { position: absolute; top: 0; height: 0; width: 100%; height: 100%; }
.floatright .fr-qqbox {
  position: absolute;
  right: -100px;
  top: -65px;
  z-index: 98;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-color: #2f6aa8;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.floatright .fr-qqbox a { display: block; width: 100px; height: 30px; line-height: 30px; text-align: center; color: #fff; }
.floatright .fr-qqbox a:hover { background-color: #01458e; }
.floatright .fr-call { position: absolute; top: 92px; right: 0; z-index: 100; overflow: hidden; }
.floatright .fr-call:hover { width: 150px; }
.floatright .fr-code { position: absolute; top: 138px; right: 0; z-index: 100; }
.fr-codeinfo {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 8px;
  padding: 5px;
  width: 245px;
  font-size: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
}
.fr-codeinfo .img { width: 120px; }
.fr-codeinfo .img-2 { margin-left: 5px; }

/*通用*/
.menut { height: 60px; line-height: 60px; background-color: #fff; border-bottom: 1px solid #eee; }
.menut .txt { width: 200px; font-size: 20px; color: #1b1b1b; text-align: center; }
.menut .line { margin-top: 23px; width: 1px; height: 14px; background-color: #d4d4d4; }
.menut .son { margin-left: 20px; }
.menut .son .link { margin-left: 34px; height: 56px; color: #404040; border-bottom: 4px solid #fff; }
.menut .son .link:hover, .menut .son .cur { height: 57px; border-bottom-color: #dc261c; }

.pagel { font-size: 14px; text-align: center; }
.pagel li { display: inline-block; *display: inline; *zoom: 1; margin: 5px 3px 0; font-size: 14px; color: #bbb; border: 1px solid #f0f0f0; }
.pagel a { display: block; padding: 4px 6px; color: #bbb; }
.pagel a:hover { color: #fff; background-color: #da251c; }
.pagel .noa,
.pagel .thisclass,
.pagel .active { padding: 4px 6px; }
.pagel .thisclass,
.pagel .active { color: #fff; background-color: #da251c; }
.pagel .thisclass a,
.pagel .active a { display: inline; padding: 0; color: #fff; }
.pagel .thisclass a:hover,
.pagel .active a:hover { cursor: default; }
.pagel select { background: none; }
.pageb { margin-top: 30px; }
.pageb .row { font-size: 14px; line-height: 30px; color: #dc261c; }
.pageb .row a { color: #000; }
.pageb .row a:hover { color: #666; }

.sidebar { width: 310px; }
.sidebar .box { margin-bottom: 38px; background-color: #fff; }
.sidebar .box .tit {
  position: relative;
  padding: 0 14px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #232323;
  border-bottom: 1px dashed #e7e7e7;
  *zoom: 1;
}
.sidebar .box .tit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 25px;
  background-color: #dc261c;
}

.sidebar .teach { padding: 0 10px; }
.sidebar .teach .row { padding: 24px 0; font-size: 0; border-bottom: 1px solid #f5f5f5; }
.sidebar .teach .row:nth-child(4) { border-bottom: none; }
.sidebar .teach .imgwr { width: 70px; height: 70px; border-radius: 100%; overflow: hidden; }
.sidebar .teach .img { display: block; width: 70px; height: 70px; }
.sidebar .teach .conwr { margin-left: 12px; width: 205px; }
.sidebar .teach .stit {
  position: relative; padding-left: 11px; font-size: 14px; color: #555; *zoom: 1;
}
.sidebar .teach .stit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 2px;
  height: 16px;
  background-color: #dc261c;
}
.sidebar .teach .desc { margin-top: 6px; font-size: 12px; line-height: 24px; color: #999; }
.sidebar .teach .row:hover .imgwr {
  -webkit-transform: translateZ(0) scale(0.94);
  -ms-transform: translateZ(0) scale(0.94);
  -o-transform: translateZ(0) scale(0.94);
  transform: translateZ(0) scale(0.94);
}
.sidebar .teach .row:hover .stit { color: #dc261c; }

.sidebar .class-nx { padding: 0 10px; }
.sidebar .class-nx .row { padding: 24px 0; border-bottom: 1px solid #f5f5f5; }
.sidebar .class-nx .imgwr { display: none; margin-bottom: 20px; width: 100%; }
.sidebar .class-nx .img { display: block; width: 100%; }
.sidebar .class-nx .icon { width: 25px; height: 23px; background: url(../img/icon_sbnxc.jpg) 0 0 no-repeat; }
.sidebar .class-nx .con { margin-left: 20px; width: 240px; }
.sidebar .class-nx .stit { display: block; font-size: 14px; color: #555; }
.sidebar .class-nx .time { display: block; margin-top: 6px; font-size: 12px; color: #999; }
.sidebar .class-nx .row:hover .stit { color: #dc261c; }

.sidebar .class-ts .row { padding: 10px; border-bottom: 1px dashed #e7e7e7; }
.sidebar .class-ts .imgwr { width: 100px; max-height: 80px; overflow: hidden; }
.sidebar .class-ts .img { display: block; width: 100%; }
.sidebar .class-ts .conwr { margin-left: 10px; margin-top: -3px; width: 180px; }
.sidebar .class-ts .stit { color: #555; }
.sidebar .class-ts .desc { margin-top: 8px; font-size: 12px; line-height: 24px; color: #999; }
.sidebar .class-ts .row:hover .img {
  -webkit-transform: translate3d(-6px, 0, 0);
  -ms-transform: translate3d(-6px, 0, 0);
  -o-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
}
.sidebar .class-ts .row:hover .stit { color: #dc261c; }

.sidebar .image-jc { padding: 10px; }
.sidebar .image-jc .row { margin-bottom: 16px; overflow: hidden; }
.sidebar .image-jc .img { display: block; width: 100%; }
.sidebar .image-jc .stit { color: #555; line-height: 34px; }
.sidebar .image-jc .row:hover .img {
  -webkit-transform: translate3d(0, -6px, 0);
  -ms-transform: translate3d(0, -6px, 0);
  -o-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
.sidebar .image-jc .row:hover .stit { color: #dc261c; }

.sidebar .search { position: relative; padding: 15px 10px; }
.sidebar .search .wrap { position: relative; border: 1px solid #eee; border-radius: 3px; overflow: hidden; }
.sidebar .search:after { display: none; content: ""; position: absolute; left: 78px; top: 19px; width: 9px; height: 4px; background: url(../img/icon.png) -9px 0 no-repeat; }
.sidebar .search .cho { position: relative; padding-left: 10px; padding-right: 10px; width: 55px; line-height: 30px; font-size: 13px; color: #4d4d4d; border: none; border-right: 1px solid #eee; appearance:none; -moz-appearance:none; -webkit-appearance:none; }
.sidebar .search .cho::-ms-expand { display: none; }
.sidebar .search .intxt { padding: 0 5px; width: 170px; height: 30px; line-height: 30px; }
.sidebar .search .btn { margin: 5px; width: 20px; height: 20px; background: url(../img/icon.png) -18px 0 no-repeat; }
.sidebar .search .btn:hover { cursor: pointer; -webkit-transform: translate3d(3px, 3px, 0); -ms-transform: translate3d(3px, 3px, 0); -o-transform: translate3d(3px, 3px, 0); transform: translate3d(3px, 3px, 0); }
.sidebar .search .list { padding: 10px 5px 0; font-size: 0; }
.sidebar .search .txt { font-size: 14px; }
.sidebar .search .link { margin: 5px 5px 0 0; padding: 0 5px; font-size: 14px; line-height: 30px; border: 1px solid #eee; }
.sidebar .search .link:hover { color: #fff; background-color: #dc261c; }

/*关于*/
.about { padding: 80px 0; }
.about .tit { font-size: 24px; color: #171717; }
.about .con { margin-top: 40px; font-size: 14px; line-height: 35px; color: #999; }
.about .con2 { position: relative; margin-top: 80px; padding-top: 80px; border-top: 1px solid #f0f0f0; }
.about .con2 .img { display: block; width: 100%; }
.about .con2 .txt {
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 16px;
  line-height: 50px;
  color: #404040;
}

/*基地*/
.base { padding: 50px 0; }
.base .list { margin: 0 -40px; }
.base .list .col { margin-left: 40px; margin-bottom: 50px; width: 270px; background-color: #fff; }
.base .col b { font-weight: normal; }
.base .col .imgwr { position: relative; width: 100%; height: 175px; overflow: hidden; }
.base .col .img { display: block; width: 100%; }
.base .col .conwr { padding: 8px 14px; }
.base .col .tit { font-size: 16px; color: #333; }
.base .col .desc { margin-top: 6px; color: #999; }
.base .col:hover .img {
  -webkit-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}
.base .col:hover .tit { color: #dc261c; }
.base .pagel li { background-color: #fff; }
.base .pagel li.active,
.base .pagel li.thisclass { color: #fff; background-color: #da251c; }

.base .list { margin: 0 -28px; }
.base .list .col-4 { margin-left: 28px; width: 279px; }
.base .col-4 .imgwr { height: 180px; }

/*视频*/
.mov .col .imgwr { background-color: #000; }
.mov .col .img { opacity: 0.6; filter: alpha(opacity=60); }
.mov .col .icon { position: absolute; top: 50%; right: 50%; z-index: 2; margin: -27px -27px 0 0; width: 54px; height: 54px; background: url(../img/play.png) 0 0 no-repeat; }
.mov .col:hover .img { opacity: 0.8; filter: alpha(opacity=80); }
.mov .col:hover .icon { right: 47%; }
.movcon { margin-top: 28px; }

/*师资*/
.teacher .col .img {
  position: absolute;
  top: 50%;
  top: 0\9;
  left: 50%;
  left: 0\9;
  width: auto;
  width: 100%\9;
  max-width: 100%;
  height: 100%\9;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.teacher .col:hover .img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.06);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.06);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.06);
  transform: translate3d(-50%, -50%, 0) scale(1.06);
}

/*新闻*/
.article { padding: 40px 0 50px; }
.artlist { padding: 36px 40px; width: 770px; background-color: #fff; }
.artlist .row { margin-bottom: 30px; padding-bottom: 30px; font-size: 0; border-bottom: 1px solid #f0f0f0; }
.artlist .row .imgwr { width: 220px; font-size: 14px; overflow: hidden; }
.artlist .row .img { display: block; width: 100%; }
.artlist .row .conwr { margin-left: 20px; width: 520px; }
.artlist .row .tit { font-size: 18px; color: #333; }
.artlist .row .info { margin-top: 12px; font-size: 0; color: #bbb; }
.artlist .row .col {
  margin-right: 30px;
  padding-left: 25px;
  height: 17px;
  font-size: 12px;
  vertical-align: bottom;
  background: url(../img/icon_artl.jpg) 0 1px no-repeat;
}
.artlist .row .w { background-position: 0 -17px; }
.artlist .row .c { background-position: 0 -34px; }
.artlist .row .desc { margin-top: 8px; font-size: 14px; line-height: 35px; color: #999; }
.artlist .row:hover .img {
  -webkit-transform: translateZ(0) scale(0.94);
  -ms-transform: translateZ(0) scale(0.94);
  -o-transform: translateZ(0) scale(0.94);
  transform: translateZ(0) scale(0.94);
}
.artlist .row:hover .tit {
  color: #da251c;
  -webkit-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}

.artcon { padding: 36px 40px; width: 770px; background-color: #fff; }
.h1tit { font-size: 24px; color: #000; }
.artcon .info { margin-top: 30px; font-size: 0; color: #bbb; }
.artcon .info .col {
  margin-right: 30px;
  padding-left: 25px;
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  color: #7d7d7d;
  vertical-align: bottom;
  background: url(../img/icon_artc.jpg) 0 1px no-repeat;
}
.artcon .info .w { background-position: 0 -17px; }
.artcon .info .c { background-position: 0 -34px; }
.artcon .body { margin-top: 28px; font-size: 16px; line-height: 30px; color: #000; word-break: break-all; word-wrap: break-word; }
.artcon .body img { max-width: 100%; }
.artcon .bdsharebuttonbox { margin-top: 30px; }

.moreart { margin-top: 50px; border-top: 2px solid #da251c; }
.moreart .tit {
  position: relative; padding-left: 30px; font-size: 16px; line-height: 40px; color: #222; border-bottom: 1px dashed #da251c;
}
.moreart .tit:before { content: ">"; position: absolute; left: 10px; top: 0; font-family: "Simsun"; font-size: 14px; color: #666; }
.moreart .list { margin-top: 10px; }
.moreart .list .row { margin-right: 5%; width: 45%; font-size: 12px; line-height: 30px; color: #999; list-style: disc inside; }
.moreart .list .link { font-size: 14px; color: #333; }
.moreart .list .link:hover { color: #da251c; }

/*联系*/
.contact { padding: 80px 0 60px; color: #404040; }
.contact .conwr { width: 550px; }
.contact .conwr .item { margin-bottom: 30px; }
.contact .item .tit { margin-bottom: 22px; font-size: 20px; }
.contact .item .info { font-size: 16px; line-height: 25px; }
.contact .info .row { position: relative; margin-bottom: 12px; padding-left: 40px; }
.contact .row .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/icon_cont.jpg) 0 0 no-repeat;
}
.contact .row .icon-2 { background-position: 0 -25px; }
.contact .row .icon-3 { background-position: 0 -50px; }
.contact .row .icon-4 { background-position: 0 -75px; }
.contact .row .icon-5 { background-position: 0 -100px; }
.contact .row .stit { width: 50px; }
.contact .row .txt { width: 460px; }
.contact .imgwr { width: 625px; height: 420px; }
.contact .imgwr a, .contact .imgwr img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.contact .img { display: block; width: 100%; }
.contact .maplink { position: absolute; top: 446px; left: 575px; z-index: 999; width: 80px; height: 36px; }
.contact .map { position: relative; margin-bottom: 30px; height: 220px; }

/*网站地图*/
.sitemap { margin: 50px auto; padding: 50px 0 20px; font-size: 0; background-color: #fff; }
.sitemap .col {
  margin-left: 4%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 28%;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
.sitemap .col .type { font-size: 16px; font-weight: bold; }
.sitemap .col .son { margin-top: 10px; font-size: 14px; line-height: 24px; }
.sitemap .col .son .link { display: block; }

#CCTVMALLAD { width: 100%!important; }

/*移动端工具条*/
.mFoot-nav { display: none; position: fixed; left: 0; bottom: 0; right: 0; z-index: 998; margin: 0 auto; width: 100%; background-color: #333; }
.mFoot-nav .col { float: left; display: block; width: 25%; height: 50px; font-size: 12px; color: #eee; text-align: center; border-right: 1px solid #404040; box-sizing: border-box; }
.mFoot-nav .col-1:hover, .mFoot-nav .col-3:hover, .mFoot-nav .col:hover.on, .mFoot-nav .col.on { background-color: #44537a; }
.mFoot-nav .col .icon { display: block; margin: 8px auto 4px; width: 17px; height: 18px; background: url(../img/icon_mtool.png) 0 0 no-repeat; }
.mFoot-nav .col .icon-2 { background-position: -23px 0; }
.mFoot-nav .col .icon-3 { background-position: -46px 0; }
.mFoot-nav .col .icon-4 { background-position: -69px 0; }
  /* 地图 */
.mMap-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); -webkit-transform: translate3d(0, 150%, 0); transform: translate3d(0, 150%, 0); visibility: hidden; transition: all .3s; }
.mMap-show { z-index: 1000; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; }
.mMap-box p { position: relative; width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; background-color: #44537a; }
.mMap-box p i { position: absolute; left: 2%; line-height: 50px; }

/*客户*/
.client .tit { text-align: center; }
.client .menu { margin-top: 20px; font-size: 0; }
.client .menu .col { margin: 10px 10px 0 0; padding: 0 1em; font-size: 14px; line-height: 30px; border: 1px solid #ddd; }
.client .menu .col:hover, .client .menu .cur { border-color: #da251c; }
.client .menu .cur { color: #fff; background-color: #da251c; }
.client .item { margin-top: 30px; }
.client .item .titwr { position: relative; }
.client .item .itit { margin-right: 60px; font-size: 18px; color: #da251c; }
.client .item .more { position: absolute; top: 0; right: 0; font-size: 12px; line-height: 24px; color: #666; }
.client .item .more:hover { color: #f76809; }
.client .item .list { margin-top: 15px; }
.client .list { font-size: 0; }
.client .list .col { width: 20%; }
.client .list .imgwr { position: relative; padding-bottom: 56.66%; border: 1px solid #ddd; }
.client .list .img { position: absolute; top: 50%; left: 50%; max-width: 70%; max-height: 70%; transform: translate3d(-50%, -50%, 0); }
.client .list .col:hover .imgwr { border-color: #da251c; }
.client .list .col:hover .img { transform: translate3d(-50%, -50%, 0) scale(0.9); }

@media screen and (max-width: 640px) {
  body { min-width: 0; padding: 50px 0; }
  .comwrap { width: auto; }
  #CCTVMALLAD, .header .top .cctv, .header .top .info, .header .top .search, .header .end .tel, .footer .fmenu, .footer .info, .floatright { display: none; }
  #CCTVMALLAD { display: none!important; }
  .header { position: fixed; top: 0; left: 0; width: 100%; }
  .header .top .logo { margin-left: 3%; padding: 10px 0; }
  .header .top .logo .img { height: 30px; }
  .header .btn { margin-top: 16px; margin-right: 3%; cursor: pointer; }
  .header .btn .line { display: block; margin-bottom: 5px; width: 22px; height: 3px; background-color: #44537a; }
  .header .btn.on { -webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0); -moz-transform: rotateZ(180deg) translate3d(0, 5px, 0); -ms-transform: rotateZ(180deg) translate3d(0, 5px, 0); -o-transform: rotateZ(180deg) translate3d(0, 5px, 0); transform: rotateZ(180deg) translate3d(0, 5px, 0); }
  .header .btn.on .line-t { -webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg); -o-transform: translate3d(0, 8px, 0) rotateZ(-45deg); transform: translate3d(0, 8px, 0) rotateZ(-45deg); }
  .header .btn.on .line-m { opacity: 0; filter: alpha(opacity=0); }
  .header .btn.on .line-b { -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg); -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg); -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg); -o-transform: translate3d(0, -8px, 0) rotateZ(45deg); transform: translate3d(0, -8px, 0) rotateZ(45deg); }
  .header .end { position: fixed; right: 0; top: 0; z-index: 10; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); overflow: hidden; visibility: hidden; }
  .header .end .comwrap { position: absolute; right: 0; top: 0; width: 100%; height: 100%; background-color: #44537a; border-radius: 100%; overflow-x: hidden; overflow-y: scroll; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  .header .end .slogo { position: static; display: block; margin: 10px auto; opacity: 1; filter: alpha(opacity=100); }
  .header .end .nav { float: none; padding-bottom: 50px; }
  .header .nav .col { float: none; border-bottom: 1px solid #545f79; }
  .header .nav .link:hover { color: #fff; background-color: #384463; }
  .header .nav .son { display: block; position: static; width: 100%; background-color: #384463; border-top: 1px solid #545f79; }
  .header .nav .slink { padding: 0 14px 0 20px; line-height: 34px; color: #eee; border-bottom: none; }
  .header .end.on { visibility: visible; }
  .header .end.on .comwrap { width: 60%; border-radius: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .mFoot-nav { display: block; }
  .footer .flink, .footer .end { padding: 10px 3%; font-size: 12px; line-height: 20px; }
  .footer .flink .link { margin-right: 8px; }
  .banner { position: relative; padding-bottom: 35%; height: 0; background-size: auto 100%; }
  .banner .img { margin-left: -25%; width: 150%; }
  .menut { padding: 10px 3%; height: auto; line-height: normal; }
  .menut .txt { float: none; width: auto; height: auto; font-size: 18px; }
  .menut .line { display: none; }
  .menut .son { float: none; margin: 5px 0 0; font-size: 0; }
  .menut .son .link { float: none; position: relative; display: inline-block; margin: 0 2% 0 0; width: 32%; height: auto; font-size: 14px; line-height: 35px; text-align: center; border-bottom-width: 2px; }
  .menut .son .link:nth-child(3n) { margin-right: 0; }
  .menut .son .link::before { content: ''; position: absolute; top: 50%; right: 100%; margin-top: -6px; width: 1px; height: 12px; background-color: #ddd; }
  .menut .son .link:nth-child(3n+1)::before { display: none; }
  .menut .son .link:hover, .menut .son .cur { height: auto; }
  .pagel li { margin: 5px 2px 0; }
  .sidebar, .artlist, .artcon, .contact .conwr, .contact .imgwr { float: none; width: auto; }
  .sidebar .box { margin: 25px 0 0; }
  .sidebar .search { display: none; }
  .sidebar .box .tit { height: 40px; line-height: 40px; }
  .sidebar .box .tit:after { top: 10px; height: 20px; }
  .sidebar .teach .row { padding: 14px 0; }
  .sidebar .class-ts .imgwr { margin-right: -80px; width: 80px; }
  .sidebar .class-ts .conwr { margin: 0 0 0 90px; width: calc(100% - 90px); }
  .sidebar .class-nx .row { position: relative; padding: 14px 0; }
  .sidebar .class-nx .icon { position: absolute; top: 14px; left: 0; }
  .sidebar .class-nx .con { float: none; margin-left: 35px; width: auto; }
  .about .tit { display: none; }
  .about .con { margin-top: 0; line-height: 1.8; }
  .about .con .con { margin-top: 0!important; line-height: 1.8!important; }
  .about .con img { float: none!important; margin: 0!important; max-width: 100%; height: auto!important; }
  .about .con .con2 { margin-top: 20px!important; padding-top: 20px!important; line-height: 1.8!important; }
  .about .con2 .txt { position: static!important; margin-bottom: 10px; line-height: 1.6!important; }
  .base, .article, .artcon, .contact { padding: 25px 3%; }
  .base .list { margin: 0; font-size: 0; }
  .base .list .col { float: none; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 0 20px; width: 48%; }
  .base .list .col:nth-child(2n) { margin-left: 4%; }
  .base .col .imgwr { position: relative; padding-bottom: 64.8%; height: 0; }
  .base .col .conwr { padding: 10px; }
  .base .col .tit { font-size: 15px; }
  .base .col .desc { font-size: 13px; }
  .artlist { padding: 14px; }
  .artlist .row { margin-bottom: 20px; padding-bottom: 20px; }
  .artlist .row .imgwr { float: left; margin-right: 15px; width: 30%; height: 72px; overflow: hidden; }
  .artlist .row .conwr { display: block; margin: 0; width: auto; }
  .artlist .row .tit { font-size: 15px; }
  .artlist .row .info { display: none; margin-top: 8px; }
  .artlist .row .col { margin-right: 12px; padding-left: 20px; }
  .artlist .row .desc { height: 44px; font-size: 13px; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .h1tit { font-size: 18px; text-align: center; }
  .artcon .info { margin-top: 10px; text-align: center; }
  .artcon .info .col { margin: 0 5px; font-size: 12px; }
  .artcon .body { margin-top: 24px; line-height: 1.8; }
  .artcon .tags, .pageb { margin-top: 24px; }
  .artcon .bdsharebuttonbox { display: none; }
  .moreart { margin: 25px 0 -8px; }
  .moreart .tit { line-height: 34px; }
  .moreart .list .row { margin-right: 0; width: 100%; }
  .contact .conwr { font-size: 15px; word-break: break-all; word-wrap: break-word; }
  .contact .row .stit { float: none; width: auto; }
  .contact .row .txt { float: none; width: auto; }
  .contact .item .tit, .contact .conwr strong { margin-bottom: 14px; font-size: 16px; }
  .contact .imgwr { height: 250px; }
  .contact .maplink { display: none; }

  .client .menu { margin-top:-5px; }
  .client .menu .col { margin: 5px 5px 0 0; }
  .client .list .col { width: 33.33%; }
  .client .list .col:nth-child(10) { display: none; }
}