@charset "UTF-8";
/* Scss Document */
/* 引入compass的库 */
/*引入基础样式*/
/*主色*/
/*配色*/
/*红色*/
/*绿色*/
/*一般*/
/*黄色*/
/*灰色*/
/*网页背景色*/
/*边框线颜色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*=============铵钮=============*/
.header { width: 100%; height: 5rem; background: #fff; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; text-align: center; }
.header img { max-width: 90%; max-height: 4rem; }

.footer ~ .container { padding-bottom: 4rem; }

.banner { line-height: 0; }
.banner img { width: 100%; }
.banner .swiper-container-horizontal > .swiper-pagination { bottom: 1rem; }
.banner .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { background-color: rgba(0, 0, 0, 0.2); opacity: 1; }
.banner .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #d41726; }

.footer { width: 100%; height: 4rem; background-color: #d41726; text-align: center; position: fixed; left: 0; bottom: 0; z-index: 9; }
.footer a { width: 33.3%; height: 100%; display: block; float: left; border-right: 1px solid rgba(255, 255, 255, 0.3); color: #FFF; line-height: 4rem; box-sizing: border-box; }
.footer a .iconfont { font-size: 16px; margin-right: 3px; }

/*快捷导航*/
.fastnav { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; background: rgba(0, 0, 0, 0.9); z-index: 99; overflow: auto; }

.fastnav h1 { font-size: 16px; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; background: #5fa82a; }

.fastnav .top { height: 100px; text-align: center; position: relative; color: #fff; }
.fastnav .top .txt { font-size: 24px; font-weight: bold; line-height: 100px; }
.fastnav .top img { max-width: 70%; max-height: 40px; margin-top: 30px; }
.fastnav .top .close { width: 25px; height: 25px; position: absolute; left: 10px; top: 35px; background: url(../images/close.png) no-repeat; background-size: 100%; }

.fastnav ul { padding: 0 30px; }

.fastnav li { padding: 0 10px; list-style: none; }

.fastnav li a { display: block; padding: 12px 0; font-size: 13px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.public-header { text-align: center; }
.public-header .pub-tit { font-size: 22px; color: #555; }
.public-header .pub-tit .en { font-size: 14px; color: #aaa; margin-left: 5px; font-family: arial; text-transform: uppercase; }
.public-header .pub-type { margin-top: 10px; padding: 0 3px; }
.public-header .pub-type li { width: 33.33%; text-align: center; padding: 0 3px; display: inline-block; margin-left: -3px; }
.public-header .pub-type li a { display: block; font-size: 13px; color: #555; height: 30px; line-height: 30px; border-radius: 30px; background: #f4f4f4; }
.public-header .pub-type li.click a { background: #d41726; color: #fff; }

.news { padding: 1.5rem 0; background: #fff; }
.news .news-img { line-height: 0; padding: 10px; }
.news .news-img .swiper-container { padding-bottom: 15px; }
.news .news-img .img { width: 100%; padding-top: 68%; height: auto; overflow: hidden; position: relative; }
.news .news-img .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news .news-img .tit { position: absolute; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.5); left: 0; right: 0; bottom: 0; height: 36px; line-height: 36px; }
.news .news-img .swiper-container-horizontal > .swiper-pagination { bottom: 0; }
.news .news-img .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { background-color: #ccc; opacity: 1; }
.news .news-img .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #d41726; }
.news .news-box { padding: 10px; }
.news .news-box li { padding: 10px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.news .news-box li .time { width: 45px; height: 45px; line-height: 22px; margin-right: 10px; float: left; text-align: center; font-size: 12px; color: #999; }
.news .news-box li .time .date { font-size: 16px; height: 22px; position: relative; }
.news .news-box li .time .date:after { position: absolute; bottom: -1px; left: 3px; width: 38px; height: 1px; background: #e6e6e6; content: ''; }
.news .news-box li .intro .tit { font-size: 14px; color: #333; }
.news .news-box li .intro .txt { font-size: 12px; color: #999; }

.media { padding: 1.5rem 0; background: #f4f4f4; }
.media .media-box { padding: 0 20px; }
.media .media-box li { margin-top: 15px; background: #fff; }
.media .media-box li .img { width: 100%; padding-top: 68%; height: auto; overflow: hidden; position: relative; }
.media .media-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.media .media-box li .cont { padding: 10px; overflow: hidden; }
.media .media-box li .cont .tit { font-size: 15px; display: block; }
.media .media-box li .cont .txt { font-size: 12px; color: #888; line-height: 20px; height: 40px; overflow: hidden; margin-top: 6px; }
.media .media-box li .cont .date { margin-top: 6px; padding-left: 22px; overflow: hidden; height: 20px; line-height: 20px; background: url(../images/icon-time.png) no-repeat left center; background-size: 16px; color: #999; }

.latest { padding: 1.5rem 0; background: #fff; }
.latest .latest-box { overflow: hidden; padding: 0 15px; }
.latest .latest-box li { padding: 15px 0; border-bottom: 1px solid #eee; overflow: hidden; }
.latest .latest-box li .img { width: 132px; height: 90px; float: left; margin-right: 10px; }
.latest .latest-box li .img img { width: 100%; height: 100%; }
.latest .latest-box li .tit { font-size: 16px; }
.latest .latest-box li .date { font-size: 12px; color: #666; margin-top: 5px; }
.latest .latest-box li .des { font-size: 12px; color: #666; margin-top: 5px; line-height: 18px; height: 36px; }
.latest .pub-more { display: block; margin: 15px auto 0; width: 150px; height: 38px; line-height: 38px; color: #fff; text-align: center; border-radius: 34px; background-image: linear-gradient(180deg, #3669d5, #3ea3f3); }

.pro-box { padding: 3px; overflow: hidden; }
.pro-box li { width: 50%; float: left; text-align: center; padding: 3px; box-sizing: border-box; }
.pro-box li a { display: block; }
.pro-box li a .img4-3 { width: 100%; }
.pro-box li a .tit { margin-top: 8px; line-height: 18px; }

.bottom { width: 100%; background-size: 100%; overflow: hidden; }
.bottom .booking { width: 100%; padding: 20px 0; text-align: center; overflow: hidden; background: url(../images/apply-bg.jpg) center; background-size: 100%; }
.bottom .booking .tit { font-size: 20px; color: #fff; font-weight: bold; }
.bottom .booking .order { padding: 0 5px; }
.bottom .booking .order .li { width: 50%; float: left; padding: 0 5px; box-sizing: border-box; margin-top: 10px; }
.bottom .booking .order .li input { font-size: 14px; width: 100%; height: 34px; line-height: 34px; padding: 0 12px; background: #fff; color: #333; box-sizing: border-box; border-radius: 5px; outline: none; border: none; }
.bottom .booking .order .push { width: 100%; padding: 0 5px; box-sizing: border-box; }
.bottom .booking .order .push button { height: 34px; width: 100%; line-height: 34px; margin-top: 10px; text-align: center; color: #fff; background-color: #f17e2e; border: none; border-radius: 6px; outline: none; }
.bottom .banquan { width: 100%; background: #474d58; padding: 0.8rem 0; text-align: center; line-height: 18px; color: #ddd; font-size: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.type { width: 100%; padding: 5px 3px; overflow: hidden; }
.type .swiper-container { padding: 2px 0; }
.type .swiper-container li { padding: 3px; }
.type .swiper-container li a { display: block; height: 34px; line-height: 34px; text-align: center; font-size: 12px; background: #fff; border-radius: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.type .swiper-container li a.active { background: #d41726; color: #fff; }

.inside_add { width: 100%; height: 3rem; line-height: 3rem; font-size: 1.2rem; background: #d41726; color: #fff; padding: 0 10px; }
.inside_add a { color: #fff; }

.list_tit { width: 100%; height: 4rem; background: #FFF; border-bottom: 1px solid #DDD; position: fixed; left: 0; top: 5rem; z-index: 9; }
.list_tit li { height: 4rem; text-align: center; line-height: 4rem; width: 33.33%; float: left; }
.list_tit li.active { border-bottom: 2px solid #d41726; }
.list_tit li.active a { color: #d41726; }

.list_cont { background: #fff; }
.list_cont .cont { overflow: hidden; padding: 0 15px; }
.list_cont .cont li { padding: 15px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.list_cont .cont li .img4-3 { width: 120px; float: left; margin-right: 10px; }
.list_cont .cont li .tit { font-size: 16px; }
.list_cont .cont li .date { font-size: 12px; color: #666; margin-top: 5px; }
.list_cont .cont li .des { font-size: 12px; color: #666; margin-top: 5px; line-height: 18px; height: 36px; }
.list_cont .label { margin: 15px 10px 0; font-size: 12px; }
.list_cont .label a { padding: 0 10px; height: 24px; line-height: 24px; background: #eee; margin: 5px; display: inline-block; }

.listshow { width: 100%; padding: 0 15px; background: #fff; overflow: hidden; }
.listshow .title { padding: 2rem 0; text-align: center; font-size: 1.8rem; font-weight: bold; line-height: 1.4; border-bottom: 1px solid #ddd; }
.listshow .title .time { font-size: 1.2rem; font-weight: normal; color: #999; margin-top: 10px; }
.listshow .title .time a { color: #999; }
.listshow .title .pic { max-width: 90%; margin: 1rem 5% 0; }
.listshow .title .pic img { width: 100%; }
.listshow .cont { line-height: 24px; overflow: hidden; color: #555; }
.listshow .cont img { max-width: 100%; margin-bottom: 1.5rem; }
.listshow .next { font-size: 14px; line-height: 30px; height: 75px; padding-top: 15px; border-top: 1px solid #ddd; overflow: hidden; }
.listshow .next a { display: block; }
.listshow .label { margin: 10px 0; font-size: 12px; }
.listshow .label a { padding: 0 10px; height: 24px; line-height: 24px; background: #cdcdcd; margin: 5px; display: inline-block; }
.listshow .xiangguan { padding-top: 10px; }
.listshow .xiangguan .tit { height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; position: relative; padding-left: 15px; }
.listshow .xiangguan .tit:before { position: absolute; left: 0; top: 6px; width: 6px; height: 18px; border-radius: 2px; background: #d41726; content: ''; }
.listshow .xiangguan li { border-bottom: 1px dashed #DDD; }
.listshow .xiangguan li a { display: block; padding-left: 10px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; }
.listshow .xiangguan li a:before { position: absolute; left: 0; top: 18px; width: 4px; height: 4px; border-radius: 50%; background: #d41726; content: ''; }

.inside_about { width: 100%; padding: 0 15px; line-height: 24px; background: #fff; overflow: hidden; }
.inside_about img { max-width: 100%; margin-bottom: 1.5rem; }

.pro_cont { background: #fff; }
.pro_cont .shizi-box { padding: 3px; overflow: hidden; }
.pro_cont .shizi-box li { width: 50%; float: left; text-align: center; padding: 3px; box-sizing: border-box; }
.pro_cont .shizi-box li a { display: block; padding: 5px; background: #f8f8f8; }
.pro_cont .shizi-box li a .img1-1 { width: 100%; }
.pro_cont .shizi-box li a .cont { text-align: center; margin-top: 10px; color: #999; }
.pro_cont .shizi-box li a .cont .tit { font-size: 16px; color: #555; }
.pro_cont .shizi-box li a .cont .txt { font-size: 12px; color: #666; }
.pro_cont .shizi-box li a .cont .des { margin-top: 3px; font-size: 12px; line-height: 18px; height: 36px; overflow: hidden; }

.screen { width: 100%; height: 4.4rem; padding: 0; background: #fff; }
.screen li { height: 4.4rem; text-align: center; line-height: 4.2rem; }
.screen li.active { border-bottom: 2px solid #d41726; }
.screen li.active a { color: #d41726; }

.message { padding: 1.5rem; overflow: hidden; background: #fff; }
.message h1 { margin: 0; padding-bottom: 1rem; border-bottom: 1px solid #DDD; text-align: center; font-size: 2.4rem; }
.message ul { padding: 1rem 0; }
.message li { padding: .6rem 0; margin: 5px 0; overflow: hidden; }
.message input, .message select, .message textarea { float: left; width: -webkit-calc(100% - 80px); height: 3.5rem; padding: 0 1rem; border: 1px solid #CCC; border-radius: .3rem; font-size: 1.4rem; }
.message textarea { height: auto; }
.message .fieldname { width: 70px; float: left; font-size: 1.4rem; color: #666; line-height: 3.5rem; text-align: right; font-weight: bold; }
.message select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; }
.message .chose { float: left; margin-right: 10px; margin-top: 10px; }
.message .chose input { width: 13px; height: 13px; margin-right: 5px; margin-top: 5px; }
.message .bitian { color: red; float: right; }

.download { background: #fff; }
.download .down-box { padding: 0 15px; overflow: hidden; }
.download .down-box li { margin-top: 15px; padding: 15px; background-color: #f4f4f4; color: #555; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.download .down-box li img { width: 18px; height: 18px; float: right; margin-left: 5px; }

.zhuanye { background: #fff; }
.zhuanye .zy-box { padding: 0 15px; overflow: hidden; }
.zhuanye .zy-box li { margin-top: 15px; padding: 15px 0 15px 15px; background-color: #f4f4f4; color: #555; overflow: hidden; }
.zhuanye .zy-box li .more { width: 40px; float: right; height: 50px; margin-left: 5px; position: relative; background: url(../images/icon-more.png) no-repeat center; background-size: 24px; }
.zhuanye .zy-box li .more:after { position: absolute; left: 0; top: 10px; height: 30px; width: 1px; background: #ccc; content: ''; }
.zhuanye .zy-box li .cont { line-height: 24px; }
.zhuanye .zy-box li .cont .txt { font-size: 12px; color: #888; }

/*# sourceMappingURL=style.css.map */
