@charset "UTF-8";
/* Scss Document */
/* 引入compass的库 */
/*引入基础样式*/
/*主色*/
/*配色*/
/*红色*/
/*绿色*/
/*一般*/
/*黄色*/
/*灰色*/
/*网页背景色*/
/*边框线颜色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*=============铵钮=============*/
.header { width: 100%; height: 5rem; background: #fff; padding: 0 1rem; overflow: hidden; }
.header .logo { width: 50%; float: left; height: 5rem; display: -webkit-box; -webkit-box-pack: start; -webkit-box-align: center; text-align: center; }
.header .logo img { max-width: 100%; max-height: 3.5rem; }
.header .tel { width: 50%; float: right; line-height: 5rem; text-align: right; display: block; color: #1364bf; font-family: arial; font-size: 20px; font-weight: bold; }
.header .tel .iconfont { font-size: 22px; margin-right: 5px; }

.footer ~ .container { padding-bottom: 4rem; }

.footer { width: 100%; height: 4rem; background-color: #1364bf; 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; }

.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(255, 255, 255, 0.2); opacity: 1; }
.banner .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #1364bf; }

/*快捷导航*/
.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: 65px; text-align: center; position: relative; color: #fff; }
.fastnav .top .txt { font-size: 24px; font-weight: bold; line-height: 100px; letter-spacing: 3px; }
.fastnav .top img { max-width: 80%; max-height: 34px; margin-top: 30px; }
.fastnav .top .close { width: 25px; height: 25px; position: absolute; left: 10px; top: 20px; 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); }

.pub-head { text-align: center; }
.pub-head .pub-tit { font-size: 24px; }
.pub-head .pub-txt { font-size: 12px; color: #999; }
.pub-head .pub-eng { font-size: 12px; color: #999; font-family: arial; text-transform: uppercase; }

.pub-more { display: block; height: 36px; line-height: 36px; width: 80%; border-radius: 36px; background: #1364bf; color: #fff; text-align: center; margin: 15px auto 0; text-transform: uppercase; }

.service { padding: 1.5rem 0; background: #f4f4f4; }
.service .service-box { overflow: hidden; padding: 0.5rem; }
.service .service-box li { width: calc(50% - 1rem); float: left; margin: 0.5rem; background: #fff; text-align: center; }
.service .service-box li .img { width: 100%; padding-top: 62%; height: auto; overflow: hidden; position: relative; }
.service .service-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .4s; }
.service .service-box li .cont { padding: 0.5rem; }
.service .service-box li .tit { font-size: 1.6rem; position: relative; color: #111; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.service .service-box li .txt { font-size: 1.2rem; margin-top: 1rem; color: #666; line-height: 20px; height: 140px; overflow: hidden; }
.service .service-box li .txt p { margin: 0; }

.subject { padding: 1.5rem 0; background: #fff; }
.subject .subject-box { margin: 10px 10px 0; overflow: hidden; }
.subject .subject-box li { width: 100%; padding: 15px 0; border-bottom: 1px solid #e4e4e4; overflow: hidden; }
.subject .subject-box li img { width: 60px; height: 60px; float: left; margin-right: 10px; }
.subject .subject-box li .cont .tit { font-size: 16px; line-height: 20px; }
.subject .subject-box li .cont .txt { font-size: 12px; line-height: 20px; height: 40px; margin-top: 5px; overflow: hidden; color: #888; }
.subject .subject-box li:last-child { border-bottom: none; }

.about_2 { padding: 1.5rem 15px; background: #f4f4f4; }
.about_2 .about-img { width: 100%; margin-top: 10px; box-sizing: border-box; }
.about_2 .about-img img { width: 100%; }
.about_2 .about-con { line-height: 20px; margin-top: 10px; font-size: 1.4rem; }
.about_2 .about-con p { margin: 0; }

.news_1 { padding: 1.5rem 0; background: #fff; }

.news-box { overflow: hidden; padding: 0 15px; }
.news-box li { padding: 15px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.news-box li .img { width: 132px; height: 82px; float: left; margin-right: 10px; }
.news-box li .img img { width: 100%; height: 100%; }
.news-box li .tit { font-size: 16px; }
.news-box li .date { font-size: 12px; color: #666; margin-top: 2px; }
.news-box li .des { font-size: 12px; color: #666; margin-top: 2px; line-height: 18px; height: 36px; }

.contact_2 { padding: 15px 10px; text-align: center; color: #fff; font-size: 12px; line-height: 25px; background: #333; }
.contact_2 p { margin: 0; }

/**返回顶部**/
.floatbox { position: fixed; right: 2%; bottom: 6.5rem; z-index: 9999; }
.floatbox a { display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; color: #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.4); }
.floatbox a .iconfont { font-size: 16px; }

.pub-add { width: 100%; padding: 10px 15px; font-size: 13px; background: #1364bf; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.pub-add a { color: #fff; }

.pub-type { width: 100%; padding: 0 3px; background: #fff; border-bottom: 1px solid #ececec; overflow: hidden; }
.pub-type .swiper-container li { text-align: center; }
.pub-type .swiper-container li a { line-height: 50px; height: 50px; font-size: 14px; color: #666; display: block; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pub-type .swiper-container li a.active { color: #1364bf; border-bottom: 2px solid #1364bf; }

.main { background: #fff; }

.content { width: 100%; line-height: 24px; background: #fff; overflow: hidden; }
.content img { max-width: 100%; }

.list_cont { background: #fff; }

.article { width: 100%; padding: 0 15px; background: #fff; overflow: hidden; }
.article .title { padding: 2rem 0 1.5rem; text-align: center; font-size: 1.8rem; font-weight: bold; line-height: 1.4; }
.article .date { color: #666; height: 40px; line-height: 40px; width: 100%; background: #f8f8f8; text-align: center; }

.article-flip { font-size: 12px; box-sizing: border-box; margin-top: 15px; border-top: 1px solid #ddd; padding: 10px 0; }
.article-flip a { display: block; height: 20px; line-height: 20px; margin: 5px 0; color: #555; }

.article-label { margin-top: 15px; font-size: 12px; }
.article-label a { padding: 0 10px; height: 24px; line-height: 24px; background: #ddd; margin: 5px; display: inline-block; }

.article-tj { margin-top: 15px; overflow: hidden; }
.article-tj .tit { font-size: 18px; color: #1364bf; font-weight: bold; height: 40px; line-height: 40px; position: relative; }
.article-tj .tjcon { overflow: hidden; }
.article-tj .tjcon li { box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.article-tj .tjcon li a { color: #555; height: 32px; line-height: 32px; padding-left: 15px; position: relative; }
.article-tj .tjcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #333; content: ''; }

.part-tit { font-size: 24px; font-weight: bold; color: #1364BF; padding-top: 20px; margin-bottom: 20px; text-align: center; padding-bottom: 10px; background: url(../images/part-tit-bg.png) no-repeat center bottom; }

.part-tit-s { font-size: 20px; line-height: 30px; padding: 20px 0 20px 30px; overflow: hidden; position: relative; }
.part-tit-s:before { position: absolute; left: 15px; top: 25px; width: 6px; height: 20px; border-radius: 2px; background: #1364bf; content: ''; }

.part-box { padding: 0 15px; overflow: hidden; }
.part-box p { margin: 0 0 10px; font-size: 14px; line-height: 24px; text-indent: 2em; }
.part-box .bt { color: #ff0000; font-size: 15px; font-weight: bold; }
.part-box .img { width: 100%; margin-bottom: 10px; }
.part-box .img img { max-width: 100%; }

.part-scene { padding: 20px 10px; overflow: hidden; }
.part-scene .scene-box { width: 100%; overflow: hidden; }
.part-scene .scene-box .scene-tit { font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #1364bf; overflow: hidden; }
.part-scene .scene-box .scene-con { overflow: hidden; margin-top: -1px; margin-bottom: 15px; padding-left: 1px; }
.part-scene .scene-box .scene-item { border: 1px solid #ddd; text-align: center; width: 33.33%; float: left; padding: 5px; margin-left: -1px; }
.part-scene .scene-box .scene-item .img { width: 100%; padding-top: 50%; height: auto; overflow: hidden; position: relative; }
.part-scene .scene-box .scene-item .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .4s; }
.part-scene .scene-box .scene-item .tit { font-size: 14px; margin-top: 6px; position: relative; color: #111; font-weight: bold; }

/*# sourceMappingURL=style.css.map */
