*,html,body{padding:0; margin:0;outline: none;}
body{font-size:14px; font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;overflow-x: hidden;background:url(../wyimages/bg.jpg);}
a{color:#333; transition: all 0.25s linear;}
a,a:hover,a:active,a:focus{text-decoration:none;outline:none; word-wrap:break-word;}
a:hover {color:#b40611;-webkit-transition: all 400ms;transition: all 400ms;}
i{font-style:normal;}
ul,li{list-style:none;}
img {transition: all 0.5s;overflow:hidden;}
input{overflow: visible; vertical-align: middle;outline: none;font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;}
.grey{background:url(../wyimages/grey_bg.jpg) center bottom no-repeat;}
.rbg{background:url(../wyimages/qing.jpg) bottom 0 right 0 no-repeat;}
.of{overflow:hidden;}
.elli{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/* 单行超出隐藏带省略号 */
.clamp{display: -webkit-box; -webkit-box-orient: vertical;/*  -webkit-line-clamp: 3; */ overflow: hidden;}/* 多行超出隐藏带省略号 */

/* 阿里图标 unicode引用 */
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont.woff2') format('woff2'),
      url('iconfont.woff') format('woff'),
      url('iconfont.ttf') format('truetype'),
      url('iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 头部 */
.top{height:15px;background:url(../wyimages/topbg.png) repeat-x;}
.header{padding:30px 0;height:64px;}
.logo img{display:block;}

/* 菜单 */
.top-nav {height:50px;line-height:50px;margin-top:7px;}
.top-nav li {float:left;display:block;position:relative;}
.top-nav li a {width:114px;margin:0 1px; font-size:16px;display:block;color:#333;text-align:center;}
.top-nav li a:hover,.top-nav li.menucur a {background:url(../wyimages/nav.png) top center no-repeat;color:#b40611;}
.top-nav ul {display:none;position:absolute;top:100%;left:0;z-index:1000;color:#333;line-height:50px;padding-top:37px;}
.top-nav ul li {width:100%;position:relative;}
.top-nav ul li a {width:auto; padding:0px 15px;border-top:1px solid #cca770;background:#fffeff; display:block;clear:both;white-space:nowrap;}
.top-nav ul li:first-child a{border-top:none;}
.top-nav li.menucur ul li a{background:#fffeff;color:#333;}
.top-nav ul li a:hover,.top-nav li.menucur ul li a:hover{background:#fffeff;color:#b40611;}
.top-nav ul li ul {position:absolute;top:0;left:100%;z-index:1000;}
.top-nav li:hover > ul {display:block;}

/* 大图轮播 */
.swiper-container-1{width:100%;}
.swiper-container-1 .swiper-pagination-bullet { background:#cca770; width:8px; height:8px; opacity:1; }
.swiper-container-1 img{max-width:100% !important; display:block;margin:0 auto;}
.swiper-container-1 .swiper-pagination-bullet-active { width:30px; background:#cca770; border-radius:30px; }

/* 首页栏目 */
.indtit{position:relative;background:url(../wyimages/head.png) bottom center no-repeat;text-align:center;}
.indtit h2 {color:#101010;font-weight:normal;}
.indtit h3 {color:#8b9091;font-weight:normal;text-transform:uppercase;}

/* 首页简介 */
.video{border:12px solid #fff;}
.video img{width:100%;display:block;}
.about_txt{line-height:30px;font-size:16px;}
.about_txt p{text-indent:2em;}
.about_more a {display:block;color:#cca770;text-align:center;border:2px solid #cca770;}
.about_more a:hover {background:#cca770;color:#fff;}
/* 视频摭罩 */
.vbox{position:relative; display:block;}
.vdMaskbg{display: none; width:100%; height:100%;position:fixed; top:0; left:0; right:0; bottom:0;z-index: 999;}
.vdMaskbg .mask{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8);}
.vdMaskbg .tkmain{position:fixed;z-index: 99;}
.vdMaskbg .tkmain video{display: block; width: 100%;}

/* 首页课程设置 */
.kecheng,.indnews{display:flex; -webkit-justify-content:space-between; justify-content:space-between; flex-wrap:wrap;}
.kecheng li a{background:rgba(204,167,112,.3);border-radius:10px;text-align:center;display:block;box-sizing:border-box;}
.kecheng li a img{border-radius: 50%; display: block;margin:0 auto;}
.kecheng li h4{font-weight:bold;}
.kecheng li a span{display:block;background:#cca770;color:#fff;}
.kecheng li a:hover{color:#333;}
.kecheng li a:hover span{background:#b40611;}

/* 首页滚动图片 */
.pic_scroll{margin:50px auto 0;position:relative;}
.pic_scroll p{line-height:50px;text-align:center;font-size:16px; color:#555;}
.pic_scroll .swiper-button-prev,.pic_scroll .swiper-button-next{width:55px; height:55px; margin-top:-55px; outline:none;}
.pic_scroll .swiper-button-prev{background:url(../wyimages/btn_pw.png) left top no-repeat; left:0;}
.pic_scroll .swiper-button-prev:hover{background:url(../wyimages/btn_pw.png) left bottom no-repeat;}
.pic_scroll .swiper-button-next{background:url(../wyimages/btn_pw.png) right top no-repeat; right:0;}
.pic_scroll .swiper-button-next:hover{background:url(../wyimages/btn_pw.png) right bottom no-repeat;}

/* 首页新闻 */
.list li,.recommon li,.newslist li{border-bottom: 1px #d8d8d8 solid;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list li span,.newslist li span{float:right;color:#666;}
.list li i,.recommon li i,.newslist li i{margin-right:10px;display:inline-block;width:5px;height:5px;background:#cca770;vertical-align:middle;float:left;}
.list li a,.recommon li a,.newslist li a{color:#666;transition:all .3s linear;}
.list li a:hover,.recommon li a:hover,.newslist li a:hover{color:#b40611;}
/* 栏目 */
.channel_tit{line-height:50px;border-bottom:1px solid #cbd3d5;overflow:hidden;}
.channel_tit h3{font-size:20px;padding-left:30px;line-height:50px;float:left;font-weight:700;margin:0;background:url(../wyimages/yinfu.png) left center no-repeat;border-bottom: 1px solid #b40611;}
.channel_tit a{float:right;}

/* 表格 */
.table-responsive{overflow-x: auto; -webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
table {border-collapse: collapse;border-spacing: 0;}
th, td {margin: 0;padding: 0;}
.table th,.table td {margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);white-space: nowrap;}
.table table {border-collapse:collapse;border-spacing:0;}
.table {width:100%;margin:15px 0;background-color:#fff;color:#666;}
.table tr {transition:all .3s;-webkit-transition:all .3s;}
.table th {text-align:left;font-weight:400;}
.table thead tr,.table tbody tr:hover {background-color:#f2f2f2;}
.table th,.table td {border:1px solid #e6e6e6;padding:9px 15px;min-height:20px;line-height:20px;font-size:14px;}

/* 内页 */
.main {overflow:hidden;}

/* 左侧 */
.leftmain {width:246px;float:left;}
.catetit {background:#cca770;padding:30px;}
.catetit h5 {font-size:26px;line-height:30px;display:block;color:#fff;}
.catetit span {color:#fff;font-size:18px;display:block;line-height:40px;text-transform:uppercase;}
.catelist {padding:25px 0 15px 0;background:#fff;}
.catelist ul li a {width:201px;display:block;line-height:56px;background:url(../wyimages/proh-2.png) no-repeat;text-align:center;margin:0 auto 13px;}
.catelist ul li a:hover,.catelist ul li.current a {background:url(../wyimages/proh-1.png) no-repeat;color:#b40611;}
.contactbar {width:246px;height:239px;display:block;margin-top:30px;background:url(../wyimages/leftc.jpg) no-repeat center center;}
.contactbar b {display:block;padding-top:187px;font-size:25px;color:#fff;text-align:center;}

/* 最新资讯 */
.recommon{padding:20px;background:#fff;}
.recommon h3{font-size:20px; color:#cca770;padding-bottom:10px;}
.recommon h3 span{font-family: Arial;font-weight: normal;color:#c9c9c9; text-transform:capitalize; margin-left:5px;}

/* 位置导航 */
.breadcrumb {font-size:14px;color:#666; width:100%;overflow:auto;white-space:nowrap;line-height:58px;border-bottom:1px solid #eee;}
.breadcrumb i {padding-right:10px;}
.breadcrumb a {color:#666;}
.breadcrumb>li {display:inline-block;}
.breadcrumb>li+li:before {padding:0 5px;color:#666;content:"/\00a0";}

/* 单页面 */
.content{padding:20px 0; line-height:24px; overflow:hidden;}
.content p{margin-bottom:10px;}
.content img{margin:0 auto;}

/* 新闻详情页 */
.newsview {text-align:left;overflow:hidden;}
.newstit {text-align:center;font-size:20px;color:#000;margin:20px auto;}
.newsinfo {padding-bottom:20px!important;margin-top:10px!important;text-align:center;color:#b4b4b4;font-size:14px;border-bottom:1px solid #eee;}
.pipe {color:#b4b4b4;padding:0 8px;}
.newscon {color:#555;line-height:24px;padding-top:10px;}
.newscon p {padding:8px 0;text-indent:2em;}
.newscon img{margin:0 auto; display: block;}
/* 上一篇下一篇 */
.nextcon {border-top:1px solid #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:hover {color:#cca770;}

/* 图片列表 */
.piclist ul{overflow: hidden;}
.piclist li{float:left;}
.piclist li img{display:block;}
.piclist li p{line-height:35px; background:#eff0ed; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 留言表单 */
.diyform{max-width:385px;}
.form_name{margin:15px 0 5px;}
.farea{background:#f2f2f2; border:1px solid #e2e2e2; padding:10px; box-sizing:border-box;}
.input-text{background: #f2f2f2;padding:0 10px;line-height:35px; border:1px solid #e2e2e2;box-sizing:border-box;}
#code_img{display:inline-block; height:37px; margin-top:-1px; margin-left:5px;}
#dosubmit{background:#cca770; color:#fff; line-height:38px; border:none; padding:0 80px; cursor:pointer;}

/* 联系我们地图 */
.map_position {position:relative;background:#cca770;display:inline-block;padding:0 5px;color:#fff;cursor:pointer;height:24px;line-height:24px;border-radius:2px;}
.map_position:hover {background:#b40611;}
.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;}
h3.lt {font-size:16px;font-weight:700;margin-top:10px;margin-bottom:10px;}
.map_tip_top {width:100%;}
.map_tip_intro p {color:#8A8A8A;font-size:12px;margin:5px 0 0 0;}

/* 分页 */
#pages {float:right;margin:30px 0;border-radius:4px;}
#pages > a,#pages > span {float:left;font-size:16px;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#cca770;text-decoration:none;background-color:#fff;border:1px solid #ddd;}
#pages > a: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 {color:#cca770;background-color:#eee;border-color:#ddd;}
#pages > span {color:#fff;background-color:#cca770;border-color:#cca770;}
#pages > span.pagemore {color:#cca770;background-color:#fff;border:1px solid #ddd;}

.foot{background:url(../wyimages/foot_line.png) repeat-x;}
/* 友情链接 */
.hotkey{line-height:35px;text-align:center;padding-top:15px;}
.hotkey a{padding-right:15px; color:#999;font-size:16px;}

/* 底部 */
.copyright{color:#999; text-align:center; line-height:24px;}
.copyright a{color:#999;}
.rightbot{position:fixed;bottom:0;right:0;z-index:99;}

/* 返回顶部 */
.gotop{width:50px;height:50px;position:fixed;right:5px;bottom:200px;z-index:99;background:#cca770 url(../wyimages/top.png) center center no-repeat;cursor:pointer;display: none;}
.gotop:hover {background-color:#b40611;}

/* 电脑端 */
@media only screen and (min-width:780px) {
    .only_mobile{display:none;}
    .fl{float: left;}
    .fr{float: right;}
    .w1200{width:1200px; margin:0 auto;}
    .pd{padding:50px 0;}
    .pr{position: relative;}
    .pa{position: absolute;}
    .mt50{margin-top:50px;}
    .mt30{margin-top:30px;}
.swiper-container-1>.swiper-pagination-bullets{ bottom:20px !important; }
.indtit{padding:10px 0;}
.indtit h2 {font-size:27px;line-height:38px;}
.indtit h3 {font-size:16px;}

.video{width:561px;height:316px;}
.about_txt{width:585px;margin-top:15px; line-height:30px;font-size:16px;}
.about_more a{width:150px;height:36px;line-height:36px;font-size:14px;border-radius:19px;margin-top:30px;}
.vdMaskbg .tkmain{top:50%; left:50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.kecheng li a{width:282px;padding:30px 15px;}
.kecheng li a:hover{margin-top:-10px;}
.kecheng li a img{width:150px; height:150px;border:2px solid #fff;}
.kecheng li a h4{font-size:24px;line-height:50px;}
.kecheng li a p{font-size:14px;line-height:24px;height:48px;-webkit-line-clamp:2;}
.kecheng li a span{width:156px;line-height:42px;border-radius:42px;margin:20px auto 0;}

.pic_scroll{width:1320px;}
.swiper-container-2{width:1200px;}
.pic_scroll img{width:100%;height:343px;display:block;}

.channel_tit{margin-bottom:20px;}
.list,.indimgnews{width:585px;}
.list li,.recommon li,.newslist li{line-height:50px;}
.list li span,.newslist li span{font-size:16px;}
.list li i,.recommon li i,.newslist li i{margin-top:23px;}
.list li a,.recommon li a,.newslist li a{font-size:16px;}

.main {padding:30px 0;}
.rightmain {float:right;background:#fff;width:864px;min-height:739px;padding:0 30px;}
.piclist{margin-top:30px;}
.piclist li{width:268px; margin-right:30px;margin-bottom:30px;}
.piclist li:nth-child(3n+3){margin-right:0;}
.piclist li img{width:100%; height:336px;}

.newslist{margin-top:10px;}

/* 新闻图文列表 */
.imgnewslist {margin:30px 0;overflow:hidden;}
.media {border-bottom:dotted 1px #cbd3d5;padding-bottom:15px;margin-top:15px;}
.indimgnews .media:last-child{border-bottom:none;padding-bottom:0;}
.media a img {max-width:220px;}
.media a img:hover {filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity:.8;/* transition:all .1s linear;*/}
.media h4 a {font-size:18px;color:#222;line-height:24px;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.media h4 a:hover {color:#cca770;}
.media .desc a {padding:10px 0 0px;color:#666;font-size:14px;display:block;line-height:22px;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.media:first-child {margin-top:0;}
.media,.media-body {overflow:hidden;zoom:1;}
.media-body,.media-left,.media-right {display:table-cell;vertical-align:top;}
.media-left {padding-right:20px;overflow:hidden;}
.media-left a {display:block;}

.contactcon {padding:30px 0;}
.newsview {padding-bottom:30px;}
.copyright{ padding:10px 0; font-size:14px;}
}
/* 手机端 */
@media only screen and (max-width:769px) {
    .only_pc{display:none;}
    .w1200{margin:0 15px;}
    .pd{padding:20px 0;}
.mt50{margin-top:20px;}
.swiper-container-1{margin-top:50px;}
.swiper-container-1>.swiper-pagination-bullets{ bottom:5px !important; }
.indtit{background-size:auto 50px;padding:5px 0;}
.indtit h2 {font-size:20px;}
.indtit h3 {font-size:12px;}

.about_txt{margin-top:15px; line-height:24px;font-size:14px;}
.about_more a{width:40%;height:38px;line-height:38px;font-size:14px;border-radius:38px;margin:15px auto 0;}
.vdMaskbg .tkmain{top:50%; left:0%; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);}

.kecheng li{width:calc(50% - 7.5px);margin-bottom:15px;}
.kecheng li a{padding:20px 10px;}
.kecheng li img{width:80px; height:80px;border:2px solid #fff;margin-top:5px;}
.kecheng li h4{font-size:18px;line-height:35px;}
.kecheng li p{line-height:22px;height:66px;-webkit-line-clamp:3;}
.kecheng li a span{width:120px;line-height:35px;border-radius:35px;margin:10px auto 0;}

.swiper-container-2{width:calc(100% - 100px);}
.pic_scroll img{width:100%;height:154px;display:block;}

.channel_tit{margin-bottom:5px;}
.list,.indimgnews{width:100%;margin-bottom:20px;}
.list li,.newslist li{line-height:42px;}
.list li i,.newslist li i{margin-top:19px;}

.main {padding-bottom:15px;}
.piclist{margin-top:15px;}
.piclist li{width:calc(50% - 7.5px); margin-right:15px;margin-bottom:15px;}
.piclist li:nth-child(2n+2){margin-right:0;}
.piclist li img{width:100%;height:198px;}

/* 新闻图文列表 */
.imgnewslist {margin:20px 0;overflow:hidden;}
.media {border-bottom:dotted 1px #cbd3d5;padding-bottom:15px;margin-top:15px;}
.media a img {width:100%;}
.media a img:hover {filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity:.8;/* transition:all .1s linear;*/}
.media h4{text-align:center;}
.media h4 a {font-size:18px;margin-top:5px;font-weight:bold;}
.media h4 a:hover {color:#cca770;}
.media .desc a {padding:5px 0 0px;color:#666;font-size:14px;display:block;line-height:22px;text-indent:2em;}

.contactcon {padding:15px 0;}
.newsview {padding-bottom:15px;}
.copyright{ padding:20px 15px;font-size:12px;}
.copyright span{display:block;}
#pages{margin:15px auto;}
}