*,html,body{padding:0; margin:0; font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;}
body{background:#f4eddb; color: #333;}
a{color:#333; transition: all 0.25s linear;}
a,a:hover,a:active,a:focus{text-decoration:none;outline: none;color: #333; word-wrap:break-word;/*英文换行*/}
a:hover {color:#a40000;-webkit-transition: all 400ms;transition: all 400ms;}
img{ border:0; transition: all 0.6s; vertical-align:middle; }
i{font-style:normal;}
ul,li{list-style:none;}
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.clear{clear: both;height: 0;}
.w1200{width:1200px; margin:0 auto; overflow:hidden;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.pb50{padding-bottom:50px;}
.indbg{background:url(../wyimages/indbg.gif) repeat;}
.inner{margin:30px auto;}

/* 头部 */
.head{font-family:"Microsoft Yahei";}
.h_con{padding:30px 0; overflow: hidden;}
.h_tel{ font-size:26px; line-height:87px; padding-left:40px; background:url(../wyimages/phone.png) left center no-repeat;}
.h_tel b{line-height:43px; font-size:32px;/*  font-family: Century Gothic,Arial; */ color: #95271a; font-weight:normal;}

/* 菜单导航 */
.menu{background:#95271a;}
.top-nav{height:60px; width:1200px; margin:0 auto; line-height:60px;}
.top-nav li{
    float:left;
    display:block;
    position: relative;
}
.top-nav li a{
    padding: 0px 39px;
    font-size:18px;
    font-weight:bold;
    display:block;
    color:#fff;
    text-align:center;
}
.top-nav li a:hover,.top-nav li.menucur a{background: #ff8400;}
.top-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background:#95271a;
    color:#fff;
    line-height:50px;
}
.top-nav ul li{
    width:100%;
    position: relative;
}
.top-nav ul li a{
    padding: 0px 18px;
    display:block;
    clear: both;
    white-space: nowrap;
}
.top-nav li:hover > ul{display:block;}

/* 大图轮播 */
.swiper-container-1 .swiper-pagination-bullet { background:#fff; width:8px; height:8px; opacity:1; }
.swiper-container-1 img{width:100% !important;}
.swiper-container-1 .swiper-pagination-bullet-active { width:30px; background:#fff; border-radius:30px; }
.swiper-container-1>.swiper-pagination-bullets{ bottom:28px !important; }

/* 首页 */
.indtit{height:90px; margin-top:50px; margin-bottom:50px; text-align:center; position: relative;}
.indtit h5{
    font-size: 32px;
    font-weight: bold;
    color: #922518;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    z-index: 3;
}
.indtit span{
  text-transform:uppercase;
  font-size: 50px;
  font-weight: bold;
  color: rgba(146,37,24,.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.indtit p{
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    height:50px;
    line-height:50px;
    display: block;
    font-weight: normal;
}
.indtit p img{padding:0 10px;display:inline-table;vertical-align:middle;}
.indtit p:before,.indtit p:after{
    content:"";
    width: 50px;
    height: 1px;
    background:#95271a;
    display:inline-table;
    vertical-align:middle;
}

/* 关于我们 */
.video-mask{
margin-top:70px;
width: 600px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
border-radius: 20px;
overflow: hidden;
}
.about_main{overflow:hidden;}
.about_con{width:570px; margin-left:30px; line-height:28px;}
.about_con h2{font-size:24px; color:#4a4a4a; margin-top:20px; margin-bottom:15px;}
.about_con p{text-indent:2em;}
.zx_btn, .lj_btn {
    width: 144px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    display: block;
    float:left;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
}
.zx_btn{background:#922518;border:2px solid #922518;}
.lj_btn{background:#d2b263;border:2px solid #d2b263;}
.zx_btn:hover{background: #fff; color: #922518;}
.lj_btn:hover{background: #fff; color: #d2b263;}
.about_num{overflow:hidden;text-align:center; margin-top:50px;}
.about_num li{
    width: 25%;
    height: 94px;
    box-sizing: border-box;
    float: left;
    display: inline;
}
.about_num li h3 {
    font-size: 60px;
    line-height: 60px;
    font-family: Century Gothic,Arial;
    font-weight: normal;
    color: #ff8704;
}
.about_num li p {
    font-size: 14px;
    color: #666;
}

/* 学校优势 */
.youshi{overflow:hidden;}
.youshi li{ display:block; float:left; width:282px; background:#f4eddb; border-radius:10px; margin-right:24px; padding-top:36px; height:396px;}
.youshi li:last-child{margin-right:0;}
.youshi li img{ display:block; width:140px; height:140px; margin:0 auto; border-radius:100%; border:3px solid #fff;}
.youshi li h5{ display:block; text-align:center; font-size:20px; color:#000; line-height:55px; font-weight:bold;}
.youshi li p{ width:234px; margin:0 auto; font-size:15px; color:#6d6d6d; line-height:26px;}
@-webkit-keyframes btnRotate-ys {
0% {
    -webkit-transform: rotateY(0deg);
   }
100% {
    -webkit-transform: rotateY(180deg);
    }
}
.youshi li:hover{-webkit-animation: btnRotate-ys 0.4s linear 1; animation: btnRotate-ys 0.4s linear 1;}

/* 文武教学 */
.wen,.wu,.wen dl,.wu dl{overflow:hidden;display: table;}
.wen dt,.wu dt{width:200px; height:78px; line-height:78px; text-align:center; color:#fff; font-size:24px;}
.wen dd,.wu dd{background:#fff; width:360px; height:58px;display:table-cell; padding:10px 20px;line-height:18px; vertical-align:middle;}
.wen dl:nth-child(1) dt{background:#e8322d;}
.wen dl:nth-child(2) dt{background:#d5211c;}
.wen dl:nth-child(3) dt{background:#c11511;}
.wen dl:nth-child(4) dt{background:#ad120e;}
.wu dl:nth-child(1) dt{background:#ffae00;}
.wu dl:nth-child(2) dt{background:#ffa200;}
.wu dl:nth-child(3) dt{background:#ff8b00;}
.wu dl:nth-child(4) dt{background:#f18503;}
.wu dl:nth-child(5) dt{background:#e47e04;}

/* 学生生活 */
.xssh{overflow:hidden;}
.xssh li{ display:block; float:left; border-radius:10px; margin-right:30px; position:relative; overflow:hidden;}
.xssh li img{ width:380px; height:230px;}
.xssh li h4{width:100%;height:45px; line-height:45px; background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0; font-size:16px; font-weight:normal; color:#fff; text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xssh li:last-child{margin-right:0;}

/* 学校荣誉 */
.honor{overflow:hidden;}
.honor li{ display:block; float:left; width:282px; margin-right:24px;}
.honor li:last-child{margin-right:0;}
.honor li img{ display:block; width:100%; height:162px; border-radius:10px;}
.honor li h5{ text-align:center; font-size:16px; line-height:42px; font-weight:normal;}
.honor li:hover{-webkit-animation: btnRotate-ys 0.4s linear 1; animation: btnRotate-ys 0.4s linear 1;}

/* 冠军风采 */
.gjfc{overflow:hidden;}
.gjfc li{width:15.5%; margin-right: 1.4%; float: left; height: auto; position: relative;}
.gjfc li:last-child{margin-right: 0px;}
.gjfc li img{width:100%; height:214px; border-radius:10px; }
.gjfc li .gjshow{width:100%; height: 100%; overflow: hidden;}
.gjshow p{width:100%; height: 50px; line-height: 50px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 18px; color: #333; font-weight: bold;}
.gjhid{width:100%; height: 100%; border-radius:10px; box-sizing: border-box; position: absolute; top: 0px; left: 0px; background: #95271a; color: #fff; padding: 30px 18px; display: none;}
.gjhid h3{ font-size: 18px; font-weight: bold; color: #fff; text-align: left;}
.gjhid p{font-size: 16px; line-height: 26px; color:#fff; height: 160px; overflow: hidden; margin-top: 10px; }
.gjfc li:hover .gjhid{display: block;}

/* 武术表演 */
.poster-main{
    padding:0 130px;
    position: relative;
}
.poster-main .poster-btn{
    position: absolute;
    top:0;
    cursor: pointer;
}
.poster-main .poster-prev-btn{
    left: 0;
    background:url('../wyimages/left.png') no-repeat;
    background-position: left center;
}
.poster-main .poster-next-btn{
    right:0;
    background:url('../wyimages/right.png') no-repeat;
    background-position: right center;
}
.poster-list{margin:0 auto;position: relative;}
.poster-main .poster-list .list-item{
    position: absolute;
    top:0;
    left:0;
}
.list-item img{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 新闻、问答 */
.news{width:600px; float:left;}
.wt{width:570px; float:right;}
.wt h3,.news h3{ height:40px; margin-bottom:20px; margin-top:40px; padding-bottom:5px; border-bottom:1px solid #b51c22;}
.wt h3 span,.news h3 span{font-size:16px; display:block; width:110px; height:40px; line-height:40px; text-align:center; background:url(../wyimages/tit_bg.png) no-repeat; color:#fff;}
.wt h3 a,.news h3 a{display:inline-block; font-size:12px; color:#fff;width:46px; height:28px; line-height:28px; font-weight: normal; background:url(../wyimages/more_bg.png) no-repeat; text-align:center; margin-top:12px;}
.news ul{
    overflow: hidden;
}
.news ul li, .media-body {
    overflow: hidden;
    zoom: 1;
}
.news ul li{margin-bottom:12px;}
.media-body, .media-left{
    display: table-cell;
    vertical-align: top;
}
.media-left{ width:210px; overflow: hidden;}
.media-left a{display:block;margin-right:20px;}
.media-left a img{display:block; width:100%; border-radius:10px;}
.media-body h4 a{
    font-weight: bold;
    font-size: 16px;
    color: #474545;
    line-height:26px;
}
.media-body h4 a:hover{color:#95271a; padding-left:12px;}
.media-body span{color:#8d8c88; line-height:30px; padding-left:20px; background:url(../wyimages/time.png) left center no-repeat; background-size:14px;}
.media-body .desc{
    padding: 10px 0 0px;
    color: #746969;
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-indent:2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wt li{margin-top:17px; padding-bottom:17px; border-bottom: 1px solid #ecedee; overflow:hidden;}
.wt li a{padding-left:29px; background:url(../wyimages/q.png) no-repeat 0 0; height:25px; line-height:25px; font-size:14px; font-weight:normal; margin-top:5px; color:#333; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.wt li a:hover{color:#922518;}
.wt li p{padding-left:29px; background:url(../wyimages/a.png) no-repeat 0 0; line-height:20px; font-size:14px; color:#555; margin-top:10px;display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}

/* 左侧 */
.leftmain{width:322px; float:left;}
.catebar{background:#fff;}
.catetit{background:#95271a; padding:30px;text-transform: uppercase;}
.catetit h5{ font-size:26px; line-height:30px; display:block; color:#fff; }
.catetit span{
    color: #fff;
    font-size: 26px;
    display:block;line-height:40px;
    font-family: impact;
}
.catelist{padding:25px 0 15px 0;}
.catelist ul li a{
    width: 262px;
    height: 42px;
    display:block;
    line-height:42px;
    border-radius:21px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #95271a;
    margin: 0 auto 13px;
}
.catelist ul li a:hover,.catelist ul li.current a{
    background:#ff8400;
}

.labout,.lcontact{background:#fff; padding:30px 20px;}
.labout h3,.lcontact h3{font-size: 20px; color: #922518;padding-bottom: 20px;}
.labout h3 span,.lcontact h3 span{font-family: Arial;font-weight: normal;color: #c9c9c9; text-transform: capitalize; margin-left:5px;}
.labout img{width:100%;}
.labout p{color: #999; line-height: 24px; text-indent: 2em; padding: 12px 0px;}
.labout p a{color:#922518;}
.lcontact p{padding:12px 0;line-height: 24px;}

/* 右侧主体 */
.rightmain{width:788px; min-height:1315px; float:right; background:#fff; padding:0 30px;}
/* 位置导航 */
.breadcrumb{
    font-size:14px;
    width:100%;
    overflow:auto;
    white-space:nowrap;
    line-height:58px;
    border-bottom:1px solid #eee;
}
.breadcrumb i{padding-right:10px;}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/* 单页面 */
.pagecon{
    padding:30px 0;
    line-height: 30px;
    font-size: 16px;
}
.pagecon p{
    padding: 8px 0;
}

/* 新闻详情页 */
.showtit{
    font-size: 30px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.showother{
    padding-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.pipe {
    color: #ddd;
    padding: 0 8px;
}
.showcon{
    padding:50px 0;
    line-height: 30px;
    font-size: 16px;
}
.showcon p{
    padding: 8px 0;
}
/* 上一篇下一篇 */
.nextcon{
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top:20px;
}
.nextcon p{
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:10px;
    padding:0;
    overflow:hidden;
}
.nextcon p a{color:#333;}

/* 新闻图文列表 */
.imgnewslist{
    margin-top:20px;
    overflow: hidden;
}
.imgnewslist li{border-bottom: dotted 1px #eee; padding-bottom:15px;margin-top:15px;}
/* 新闻列表 */
.newslist{
    margin:20px 0;
    overflow: hidden;
}
.newslist ul li{width:100%; height:42px; line-height:41px; overflow:hidden; border-bottom: dotted 1px #eee;}
.newslist ul li a{color:#363535; font-size:14px; height:41px;display: block; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.newslist ul li a i{margin-right: 10px;}
.newslist ul li a span{float:right; padding-left: 10px;}
.newslist ul li a:hover{color:#95271a;}
/* 图片列表页 */
.prolist ul{overflow:hidden;}
.prolist li{ display:block; float:left; border-radius:10px; margin-right:22px; margin-top:22px; position:relative; overflow:hidden;}
.prolist li img{ width:248px; height:150px;}
.prolist li h4{width:100%;height:45px; line-height:45px; background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0; font-size:16px; font-weight:normal; color:#fff; text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.prolist li:nth-child(3n+3){margin-right:0;}
.prolist li span{width:248px; height:70px; line-height:60px; font-size:16px; color:#555; text-align:center; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 冠军风采列表页 */
.gjlist{overflow:hidden;}
.gjlist li{width:23.5%; margin-right: 2%; margin-top:20px; float: left; height: auto; position: relative;}
.gjlist li:nth-child(4n+4){margin-right: 0px;}
.gjlist li img{width:100%; height:213px; border-radius:10px; }
.gjlist li .gjshow{width:100%; height: 100%; overflow: hidden;}
.gjlist li:hover .gjhid{display: block;}

/* 图片瀑布流 */
.picblock {
  display: block;
  margin: 30px 0 0 0;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}
.picblock:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}
.picblock > img {
  display: block;
  width: 100%;
  border-radius:10px;
}
.picblock span {height:50px; line-height:50px; font-size:16px; color:#555; text-align:center; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.wall {
  display: block;
}
.wall-column {
  display: block;
  width: 248px;
  float: left;
  margin-left:22px;
  margin-bottom:30px;
  box-sizing: border-box;
}
.wall-column:first-child{margin-left:0;}

/* 地图 */
.anchorBL{
display:none;
}
.map_position{ position:relative; background:#95271a; border:1px solid #95271a; display:inline-block; padding:0 5px; color:#fff; cursor:pointer; height:24px; line-height:24px; border-radius:2px;}
.map_position:hover{ background:#ff8400; border:1px solid #ff8400;}
.map_position .map_pos_bt{ position:absolute; width:8px; height:8px; background:url(../wyimages/map_ico.png) no-repeat; left:10px; top:22px;}
.map_position .map_mouseover{ background-position:0px -9px;}
.map_position:hover .onepoint{ background-position:0px -9px;}
h5.lt{font-size:16px; font-weight:700;}
.map_tip_top{ width:100%;}
.map_tip_intro p{color:#8A8A8A; font-size:14px; margin:5px 0 0 0; padding:0; line-height:1;}

/* 分页 */
#pages {
  float:right;
  margin: 35px auto;
  border-radius: 4px;
}
#pages > a,
#pages > span {
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #95271a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#pages > span:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pages > a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#pages > a:hover,
#pages > a:focus,
#pages > span {
  color: #fff;
  background-color: #95271a;
  border-top-color: #95271a;
  border-bottom-color: #95271a;
  border-left-color: #fff;
  border-right-color: #fff;
}
#pages > span.pagemore,#pages > span.pagenum{
  color: #95271a;
  background:none;
  border-color:#ddd;
}

/* 右侧客服 */
.client {
position: fixed;
right: -241px;
top: 50%;
z-index: 900;
}
.client li a {
text-decoration: none;
}
.client li {
margin-top: 1px;
clear: both;
height: 71px;
position: relative;
}
.client li i {
background: url(../wyimages/fx.png) no-repeat;
display: block;
width: 30px;
height: 27px;
margin: 0px auto;
text-align: center;
}
.client li p {
height: 20px;
font-size: 14px;
line-height: 20px;
overflow: hidden;
text-align: center;
color: #fff;
}
.client .my-kefu-qq i {
background-position: 4px 5px;
}
.client .my-kefu-tel i {
background-position: 0 -21px;
}
.client .my-kefu-weixin i {
background-position: -34px 4px;
}
.client .my-kefu-weibo i {
background-position: -30px -22px;
}
.client .my-kefu-ftop {
display: none;
}
.client .my-kefu-ftop i {
width: 33px;
height: 35px;
background-position: -27px -51px;
}
.client .my-kefu-left {
float: left;
width: 77px;
height: 47px;
position: relative;
}
.client .my-kefu-tel-right {
font-size: 16px;
color: #fff;
float: left;
height: 24px;
line-height: 22px;
padding: 0 15px;
border-left: 1px solid #fff;
margin-top: 14px;
}
.client .my-kefu-right {
width: 20px;
}
.client .my-kefu-tel-main {
background: #922518;
color: #fff;
height: 56px;
padding:9px 0 6px;
float: left;
}
.client .my-kefu-main {
background: #922518;
width: 97px;
height: 56px;
position: relative;
padding:9px 0 6px;
float: left;
}
.client .my-kefu-weixin-pic {
position: absolute;
left: -130px;
top: -24px;
display: none;
z-index: 333;
}
.my-kefu-weixin-pic img {
width: 115px;
height: 115px;
}

/* foot底部 */
.foot{padding-top:30px; padding-bottom:30px; background:#95271a;}
.footin{line-height:28px; overflow:hidden;}
.footin a{color:#fff;}
.f_ewm{margin-top:10px;}
.f_ewm p{float:left; margin-left:15px; text-align:center;}
.f_ewm p img{display:block; width:105px; height:105px;}
.f_ewm p span{ color:#fff;}
.f_text{
  text-align:center;
  color:#fff;
  margin-top:15px;
}
.f_text img{margin-right:5px;}
.link{
    line-height: 30px;
    padding: 15px 0;
    overflow: hidden;
    background: #ededed;
}
.link span{
    color: #555;
    width: 82px;
    float: left;
}
.link p{
    width: 1118px;
    float: left;
}
.link a{
    padding: 0 29px 0 0;
    display: inline-block;
    color: #555;
}