@charset "UTF-8";
/* Scss Document */
/* 引入compass的库 */
/*引入基础样式*/
/*主色*/
/*配色*/
/*红色*/
/*绿色*/
/*一般*/
/*黄色*/
/*灰色*/
/*网页背景色*/
/*边框线颜色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*=============铵钮=============*/
.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: #b27f52; }

.footer { width: 100%; height: 4rem; background-color: #b27f52; 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; }

/*快捷导航*/
.zhezhao { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); position: fixed; left: 0; top: 0; z-index: 999; display: none; }

.fastnav { width: 150px; height: 100%; position: fixed; right: -160px; top: 0; background: #fff; z-index: 999; overflow: auto; box-shadow: 1px 1px 2px #666; }

.fastnav h1 { font-size: 16px; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; background: #5fa82a; }

.fastnav li { padding: 0 10px; list-style: none; }

.fastnav li a { display: block; height: 40px; padding: 0 10px; line-height: 40px; font-size: 14px; color: #666; border-bottom: 1px dashed #ddd; }

.fastnav li:last-child a { border: none; }

.fastnav li a:active { background: #ddd; }

.public-header { text-align: center; }
.public-header h1 { display: inline-block; font-size: 2.2rem; font-weight: bold; color: #b27f52; margin: 0; position: relative; }
.public-header h1:before { position: absolute; left: -40px; top: 50%; content: ''; width: 30px; height: 1px; background-color: #b27f52; }
.public-header h1:after { position: absolute; right: -40px; top: 50%; content: ''; width: 30px; height: 1px; background-color: #b27f52; }
.public-header .en { font-size: 1.4rem; color: #ccc; text-transform: uppercase; line-height: 1; }

.more { width: 7rem; height: 3.4rem; width: 90%; margin: 1.5rem auto 0; background-color: #b27f52; border-radius: 50px; text-align: center; line-height: 3.4rem; color: #fff; display: block; }

.qwzz { padding: 2rem 10px; background: url(../images/qwzz-bg.jpg) no-repeat center #fff; background-size: 100%; }
.qwzz .cont { margin-top: 1.5rem; }
.qwzz .cont img { width: 100%; }
.qwzz .cont .intro .item { margin-top: 10px; }
.qwzz .cont .intro .item .tit { font-weight: bold; color: #000033; }
.qwzz .cont .intro .item .tit span { font-size: 16px; color: #b27f52; }
.qwzz .cont .intro .item .des { font-size: 12px; color: #888; line-height: 20px; }

.advan { padding: 2rem 0; background: #f1f1f1; }
.advan .cont { margin-top: 1.5rem; }
.advan .cont li { width: 50%; float: left; padding: 15px 10px; box-sizing: border-box; }
.advan .cont li .tit { color: #b27f52; font-size: 16px; font-weight: bold; height: 20px; line-height: 20px; }
.advan .cont li .tit .num { width: 20px; height: 20px; float: left; margin-right: 5px; border-radius: 50%; text-align: center; color: #fff; background: #b27f52; }
.advan .cont li .des { font-size: 12px; line-height: 20px; margin-top: 10px; height: 80px; overflow: hidden; }

.product { padding: 2rem 0.5rem; background-color: #fff; }
.product .cont { margin-top: 1.5rem; }
.product .cont li { width: 50%; padding: 0.3rem; float: left; }
.product .cont li a { display: block; }
.product .cont li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; border: 1px solid #ddd; box-sizing: border-box; }
.product .cont li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.product .cont li .txt { color: #333; padding: 8px 0 0; width: 100%; font-size: 14px; }
.product .cont li .des { font-size: 12px; color: #888; }

.ad { width: 100%; height: auto; }
.ad img { width: 100%; }

.store { padding: 2rem 0.5rem; background-color: #fff; }
.store .cont { margin-top: 1.5rem; }
.store .cont li { width: 50%; padding: 0.3rem; float: left; text-align: center; }
.store .cont li a { display: block; }
.store .cont li .img { width: 100%; padding-top: 70%; height: auto; overflow: hidden; position: relative; border: 1px solid #ddd; box-sizing: border-box; }
.store .cont li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.store .cont li .txt { color: #333; padding: 8px 0 0; width: 100%; font-size: 14px; }

.process { padding: 2rem 0; background: #b27f52; overflow: hidden; }
.process .public-header h1 { color: #fff; }
.process .public-header h1:before { background-color: #d4a479; }
.process .public-header h1:after { background-color: #d4a479; }
.process .public-header .en { color: #fff; }
.process .cont { margin-top: 1rem; }
.process .cont li { width: 33.33%; float: left; padding: 0 5px; text-align: center; box-sizing: border-box; }
.process .cont li .img { width: 70px; height: 70px; background: #ba885c; border-radius: 50%; border: 1px dashed #fff; box-sizing: border-box; margin: 0 auto; }
.process .cont li .img img { width: 40px; height: 40px; margin: 15px; }
.process .cont li .txt { color: #fff; margin-top: 8px; font-size: 14px; height: 60px; line-height: 20px; overflow: hidden; }

.dealer { padding: 2rem 0.5rem; background-color: #fff; }
.dealer .cont { margin-top: 1rem; }
.dealer .cont li { width: 50%; padding: 0.3rem; float: left; text-align: center; }
.dealer .cont li a { display: block; }
.dealer .cont li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; border: 1px solid #ddd; box-sizing: border-box; }
.dealer .cont li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.dealer .cont li .txt { color: #333; padding: 8px 0 0; width: 100%; font-size: 14px; }

.about { padding: 2rem 15px; background: url(../images/about-bg.jpg) no-repeat center bottom #011b32; background-size: 100%; }
.about .tit { font-size: 2.2rem; font-weight: bold; color: #fff; text-align: center; }
.about .video { width: 100%; height: auto; margin-top: 20px; }
.about .video img { width: 100%; }
.about .aboutcon { color: #fff; line-height: 22px; font-size: 14px; margin-top: 20px; height: 132px; overflow: hidden; }

.news { padding: 2rem 0; background: #fff; }
.news .pub-tit { height: 36px; line-height: 36px; width: 100%; background: #f4f4f4; }
.news .pub-tit a { display: block; float: left; width: 50%; text-align: center; font-size: 15px; color: #555; }
.news .pub-tit a.click { background: #b27f52; color: #fff; }
.news .newscont { padding-top: 5px; }
.news .tuijian { border-bottom: 1px solid #E8E8E8; }
.news .tuijian:before, .news .tuijian:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.news .tuijian a { display: -webkit-box; padding: 1rem; }
.news .tuijian .img { width: 10rem; height: 7.5rem; margin-right: 10px; }
.news .tuijian .img img { width: 100%; height: 100%; }
.news .tuijian .cont { -webkit-box-flex: 1; }
.news .tuijian .tit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news .tuijian .time { font-size: 1.2rem; color: #999; margin-top: 0.8rem; }
.news .tuijian .desc { margin-top: .3rem; color: #666; font-size: 1.2rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }
.news .newscon li { border-bottom: 1px dashed #DDD; }
.news .newscon li a { display: block; padding: 0 1rem; line-height: 4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.banquan { width: 100%; padding: 1.5rem 0; text-align: center; color: #999; font-size: 1.4rem; }

.inside_tit { width: 100%; height: 4rem; line-height: 4rem; font-size: 1.8rem; text-align: center; background: #FFF; border-bottom: 1px solid #DDD; position: fixed; left: 0; top: 0; z-index: 9; }

.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 #b27f52; }
.list_tit li.active a { color: #b27f52; }

.list_cont { background: #fff; }
.list_cont .cont { width: 100%; }
.list_cont .cont li { padding: 1rem 0; border-bottom: 1px solid #e8e8e8; overflow: hidden; }
.list_cont .cont li img { width: 100px; height: 75px; float: left; margin: 0 1rem; }
.list_cont .cont li .intro { overflow: hidden; margin-right: 1rem; margin-top: 5px; }
.list_cont .cont li .intro .name { font-size: 1.6rem; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.list_cont .cont li .intro .con { font-size: 1.3rem; color: #888; line-height: 20px; height: 40px; overflow: hidden; }

.listshow { width: 100%; padding: 0 15px; background: #fff; overflow: hidden; }
.listshow .title { padding: 2rem 0; text-align: center; font-size: 1.6rem; line-height: 1.4; border-bottom: 1px solid #ddd; }
.listshow .title .time { font-size: 1.3rem; color: #999; margin-top: 10px; }
.listshow .title .time a { color: #999; }
.listshow .title .pic { width: 90%; margin: 1rem 5% 0; }
.listshow .title .pic img { width: 100%; }
.listshow .cont { margin: 1rem 0; line-height: 22px; overflow: hidden; color: #555; }
.listshow .cont img { max-width: 100%; }
.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; }

.pro_cont { background: #fff; padding: 1rem 0.5rem; }
.pro_cont .cont { width: 100%; }
.pro_cont .cont li { width: 50%; padding: 0.3rem; float: left; }
.pro_cont .cont li a { display: block; }
.pro_cont .cont li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; border: 1px solid #ddd; box-sizing: border-box; }
.pro_cont .cont li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.pro_cont .cont li .txt { color: #333; padding: 8px 0 0; width: 100%; font-size: 14px; }
.pro_cont .cont li .des { font-size: 12px; color: #888; }

.store_cont { background: #fff; padding: 1rem 0.5rem; }
.store_cont .cont { width: 100%; }
.store_cont .cont li { width: 50%; padding: 0.3rem; float: left; text-align: center; }
.store_cont .cont li a { display: block; }
.store_cont .cont li .img { width: 100%; padding-top: 70%; height: auto; overflow: hidden; position: relative; border: 1px solid #ddd; box-sizing: border-box; }
.store_cont .cont li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.store_cont .cont li .txt { color: #333; padding: 8px 0 0; width: 100%; font-size: 1.3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.type { width: 100%; padding: 10px 3px; overflow: hidden; }
.type li { float: left; padding: 3px; box-sizing: border-box; text-align: center; }
.type li a { display: block; height: 36px; line-height: 36px; background: #fff; border-radius: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.type li a.active { background: #b27f52; color: #fff; }
.type .second { margin-top: 10px; }
.type .second a { padding: 3px 10px; float: left; color: #666; display: block; }
.type .second a.active { color: #b27f52; }

.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 #b27f52; }
.screen li.active a { color: #b27f52; }

.inside_about { width: 100%; padding: 20px; line-height: 24px; background: #fff; overflow: hidden; }

.apply { padding: 1.5rem; overflow: hidden; background: #fff; }
.apply h1 { margin: 0; padding-bottom: 1rem; border-bottom: 1px solid #DDD; text-align: center; font-size: 2.4rem; }
.apply ul { padding: 1rem 0; }
.apply li { padding: .6rem 0; }
.apply input, .apply select, .apply textarea { width: 100%; height: 4rem; padding: 0 1rem; border: 1px solid #CCC; border-radius: .3rem; font-size: 1.6rem; -webkit-appearance: none; }
.apply textarea { height: auto; }
.apply .fieldname { margin-bottom: .6rem; font-size: 1.6rem; color: #666; }
.apply .Validform_checktip { display: none; }
.apply .Validform_wrong { display: block; color: #F00; }

/*# sourceMappingURL=style.css.map */
