@font-face {
    font-family: "Impact";
    src: url("../js/font/Impact.ttf");
}
body { font-size: 14px; line-height: 24px; }
.container { position: relative; width: 1200px; margin: 0 auto; }
img { vertical-align: top; }

/* header */
#header { width: 100%; height: 115px; background-color: #fff; }
.logo { position: absolute; z-index: 1; top: 15px; left: 0; }
.logo img { width: 170px; height: 77px; }
.slogan { position: absolute; z-index: 1; top: 35px; left: 190px; padding-left: 20px; }
.slogan:after { content: ''; position: absolute; z-index: 1; top: -9px; left: 0; display: block; width: 1px; height: 65px; background-color: #dcdcdc; }
.slogan p.title { font-size: 13px; color: #444; }
.slogan p.subtitle { font-size: 15px; color: #444; }
.slogan p.subtitle span { color: #d8261c; }

/* nav */
.nav { position: absolute; z-index: 99; top: 0; right: 0; }
.nav ul > li { position: relative; z-index: 99; float: left; line-height: 115px; margin: 0 25px; padding: 0 5px; }
.nav ul > li:last-child { margin-right: 0; }
.nav ul > li:after { content: ''; position : absolute; z-index: 1; left: 0; bottom: 0; display: block; width: 0px; height: 3px; background-color: #d8261c; transition: all ease-in-out .2s; }
.nav ul > li.active:after,
.nav ul > li:hover:after { width: 100%; }
.nav ul > li > a { color: #333; display: block; font-size: 16px; }
.nav ul > li > ul { position: absolute; top: 132px; left: -30px; padding: 10px 0; visibility: hidden; opacity: 0; transition: all ease-in-out .2s; background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); border-top: 3px solid #d8261c; }
.nav ul > li:hover > ul { visibility: visible; top: 112px; opacity: 1; }
.nav ul > li > ul > li { float: none; margin: 0; padding: 0; }
.nav ul > li > ul > li > a { display: block; font-size: 14px; color: #333; padding: 0 40px; line-height: 36px; white-space: nowrap; }
.nav ul > li ul li.active:after,
.nav ul > li ul li:hover:after { width: 0; }
.nav ul > li ul li.active > a,
.nav ul > li ul li:hover > a { background-color: #d8261c; color: #fff; }
.nav ul > li > ul > li ul { display: none; }
 
/* banner */
#banner { background-color: #aab6f9; }
#banner .swiper-slide img { width: 100% }
#banner .swiper-button-prev { color: #fff; left: 30px; }
#banner .swiper-button-next { color: #fff; right: 30px; }
#banner .swiper-pagination-bullet { background-color: #fff; transition: opacity .5s, background-color .5s, width .5s; border-radius: 8px; opacity: .6; }
#banner .swiper-pagination-bullet-active { width: 15px; background-color: #d8261c; opacity: 1; }

/* common */
.i-title { margin: 0 auto 50px; text-align: center; }
.i-title p.title { font-size: 36px; color: #333; line-height: 36px; font-weight: 700; margin-bottom: 15px; }
.i-title p.desc { font-size: 16px; color: #555; }

a.more { display: block; width: 198px; height: 48px; line-height: 48px; font-size: 16px; color: #333; text-align: center; border: 1px solid #e5e5e5; margin: 60px auto 0; transition: all .3s linear; }
a.more:hover { color: #d8261c; border-color: #d8261c; }

/* 图文效果 */
.media-item { display: block; transition: all .3s linear; }
.media-thumb { overflow: hidden; }
.media-thumb img { display: block; max-width: 100%; transition: all .3s linear; }
.media-info { padding: 10px 20px; border: 1px solid #eee; border-top: none; transition: all .3s linear; }
.media-info p.title { font-size: 15px; color: #333; text-align: center; transition: all .3s linear; }
.media-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.media-item:hover img { transform:scale(1.1); }
.media-item:hover .media-info { background-color: #d8261c; border-color: #d8261c; }
.media-item:hover .media-info p.title { color: #fff; }

/* 首页图片滚动 */
.slide-item { display: block; width: 380px; margin: 0 15px; }
.slide-item-thumb { width: 380px; height: 285px; overflow: hidden; }
.slide-item-thumb img { display: block; max-width: 100%; position:relative; transition: all .3s linear; }
.slide-item-info { padding: 20px; background-color: #fff; }
.slide-item-info p.title { font-size: 20px; color: #333; text-align: center; transition: all .3s linear; }
.slide-item:hover .slide-item-thumb img { transform:scale(1.1); }
.slide-item:hover .slide-item-info p.title { color: #d8261c; }
a.prev, a.next { position: absolute; z-index: 1; top: 50%; margin-top: -35px; display: block; width: 70px; height: 70px; text-align: center; border-radius: 70px; background-color: #d8261c; }
a.prev { left: -100px; }
a.next { right: -100px; }
a.prev i.layui-icon, a.next i.layui-icon { font-size: 30px; color: #fff; line-height: 70px; }

/* home-about */
#home-about { padding: 65px 0 90px; }
.home-about-info p.title { font-size: 34px; color: #333; text-align: center; line-height: 34px; font-weight: 700; }
.home-about-info p.desc { font-size: 16px; color: #555; text-align: center; line-height: 28px; width: 840px; margin: 30px auto 60px; }
.home-point-item { position: relative; text-align: center; }
.home-point-item:after { content: ''; position: absolute; z-index: 1; top: -10px; left: 0; display: block; width: 1px; height: 85px; background-color: #f1f1f1; }
.home-point-item01:after { display: none; }
.home-point-item p.title { font-size: 18px; color: #666; line-height: 36px; }
.home-point-item p.title span.counter-value { font-family: "Impact"; font-size: 54px; color: #d8261c; padding-right: 10px; }
.home-point-item p.desc { font-size: 18px; color: #666; }
.home-about-content { margin-top: 50px; display: flex; justify-content: space-between; }
.home-honor { position: relative; }
.home-honor-info { position: absolute; z-index: 1; left: 50px; bottom: 30px; }
.home-honor-info p.title { font-size: 24px; color: #fff; margin: 25px 0 5px; }
.home-honor-info p.desc { color: #e8e7e7; }

/* home-product */
#home-product { padding: 65px 0 90px; background-color: #f5f5f5; }
.home-product-content { position: relative; margin: 0 -15px; }

/* home-advantage */
#home-advantage { padding-top: 70px; }
.home-advantage-content { position: relative; height: 640px; background-color: #2a2a2a; }
.home-advantage-thumb { width: 50%; height: 100%; margin-right: 50%; overflow: hidden; background: url('/index/images/advantage.jpg') no-repeat right; }
.home-advantage-info { position: absolute; z-index: 1; top: 0; left: 50%; width: 600px; }
.home-advantage-item { display: flex; margin-top: 70px; }
.home-advantage-item:first-child { margin-top: 120px; }
.home-advantage-item img { width: 79px; height: 75px; margin: 0 45px 0 60px; }
.home-advantage-item-info { flex: 1; }
.home-advantage-item-info p.title { font-size: 24px; color: #fff; margin-bottom: 10px; }
.home-advantage-item-info p.desc { color: #fff; }

/* home-news */
#home-news { padding: 70px 0; }
a.home-news-item { display: block; float: left; width: 570px; padding-left: 30px; }
.home-news-item p.date { font-family: Arial; font-size: 24px; color: #b8b8b8; font-weight: 700; margin-bottom: 20px; }
.home-news-item .thumb { width: 540px; height: 235px; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 28px; }
.home-news-item p.title { font-size: 20px; color: #222; margin-bottom: 20px; }
.home-news-item p.line { width: 70px; height: 2px; background-color: #d8261c; margin-bottom: 25px; transition: all .4s ease-in-out; }
.home-news-item p.desc { height: 56px; color: #888; line-height: 28px; overflow: hidden; }
.home-news-item:first-child { width: 540px; padding: 0; margin-right: 60px; }
.home-news-item:first-child p.title { margin-bottom: 28px; }
.home-news-item:nth-child(2) { padding-bottom: 35px; border-bottom: 1px solid #eee; margin-bottom: 35px; }
.home-news-item:hover p.title { color: #d8261c; }

/* -----------------------page ------ */
.banner-page { height: 400px; background-color: #fefefe; background-repeat: no-repeat; background-position: center; }
.page-breadcrumb { padding: 20px 0 15px; background-color: #f7f7f7; }
.page-breadcrumb .layui-breadcrumb a:hover { color: #d8261c!important; cursor: pointer; }

.page { padding: 50px 0 100px }
.side-menu { position: absolute; z-index: 1; right: 0; top: 0; }
.side-menu ul li { display: inline-block; }
.side-menu ul li a { padding: 0 20px; }
.side-menu ul li.active>a { color: #d8261c; font-weight: 600; }
.side-menu ul li ul { display: none; }

/* page-sidermenu */
.page-sidermenu-title { height: 64px; font-size: 16px; color: #15191b; line-height: 64px; padding-left: 40px; background-color: #fff; border-bottom: 1px solid #ebebeb; }
.page-sidermenu-title p { position: relative; }
.page-sidermenu-title p:after { content: ''; position: absolute; z-index: 1; left: -15px; top: 24px; display: block; width: 2px; height: 16px; background-color: #d8261c; }
.page-sidermenu .side-menu { position: static; background-color: #fff; padding: 20px 30px 20px 20px; }
.page-sidermenu .side-menu > ul > li { display: block; padding: 10px 0; background: url('/index/images/paq.png') no-repeat right center; }
.page-sidermenu .side-menu > ul > li > a { display: block; }
.page-sidermenu .side-menu > ul > li.active > a { color: #d8261c; font-weight: 600; }
.page-sidermenu .side-menu > ul > li ul { display: none; padding: 5px 0 0 20px; }
.page-sidermenu .side-menu > ul > li.active > ul { display: block; }
.page-sidermenu .side-menu > ul > li ul li { padding: 5px 0; }
.page-sidermenu .side-menu > ul > li ul li.active > a { color: #d8261c; font-weight: 600; }

.page-tit { position: relative; font-size: 20px; font-weight: 700; margin-bottom: 40px; }
.page-tit::after { position: absolute; content: ""; width: 40px; height: 3px; background-color: #d8261c; left: 0; bottom: -15px; }
.page-content { line-height: 30px; }
.page-content img { max-width: 100%; }

/* newslist */
.news-list { width: 100%; }
.news-item { position: relative; padding: 20px 0; display: flex; border-bottom: 1px solid #eee; }
.news-item .news-thumb { width: 200px; margin-right: 30px; overflow: hidden; }
.news-item .news-thumb img { width: 100%; height: auto; transition: all .36s ease-in-out; }
.news-item .news-info { flex: 1; padding-left: 30px; transform: translateX(-30px); transition: all .36s ease-in-out; }
.news-item .news-info p.title { font-size: 16px; }
.news-item .news-info p.date { font-size: 14px; color: #999; font-family: Arial; line-height: 30px; }
.news-item .news-info p.description { height: 60px; overflow: hidden; margin-top: 10px; font-size: 13px; color: #999; }
.news-item:hover .news-info { transform: translateX(-20px) }
.news-item:hover .news-info p.title { color: #d8261c; }
.news-item:hover .news-thumb img { transform: scale(1.1); }

/* zoom item */
.zoom-item { display: block; transition: all .3s linear; }
.zoom-thumb { overflow: hidden; }
.zoom-thumb img { display: block; max-width: 100%; transition: all .3s linear; }
.zoom-info { padding: 15px 20px; border: 1px solid #eee; border-top: none; transition: all .3s linear; }
.zoom-info p.title { font-size: 16px; color: #333; text-align: center; transition: all .3s linear; }
.zoom-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.zoom-item:hover img { transform: scale(1.1); }
.zoom-item:hover .zoom-info { background-color: #d8261c; border-color: #d8261c; }
.zoom-item:hover .zoom-info p.title { color: #fff; }

/* show product */
.show-pro { padding: 30px 0; background-color: #fff; }
.show-pro .preview { float: left; width: 18%; margin-right: 10px; }
.show-pro .preview .swiper-container { width: 100%; }
.show-pro .preview .swiper-slide { position: relative; width: 100%; cursor: pointer; margin-bottom: 10px; }
.show-pro .preview .swiper-slide:after { content: ''; position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .7); }
.show-pro .preview .swiper-slide:hover:after,
.show-pro .preview .swiper-slide.active-nav:after { opacity: 0; filter:alpha(opacity=0); }
.show-pro .preview .swiper-slide img { width: calc(100% - 2px); height: auto; border: 1px solid #ddd; }
.show-pro .view { float: left; width: calc(82% - 10px); }
.show-pro .view .swiper-container { width: 100%; }
.show-pro .view .swiper-slide { width: 100%; }
.show-pro .view .swiper-slide img { width: 100%; height: auto; }
.show-pro-title { font-size: 24px; margin: 10px 0 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.show-pro-brief { color: #666; }
.show-pro-con { padding: 60px 0; background-color: #f5f5f5; }
.show-pro-reco { padding: 50px 0; background-color: #fff; }
.show-pro-reco-title { font-size: 20px; color: #333; margin-bottom: 30px; }

/* show */
.show-title { font-size: 24px; font-weight: 600; margin: 15px 0; text-align: center; }
.show-para { color: #ccc; margin-bottom: 10px; text-align: center; }
.show-content { padding: 15px 0; line-height: 30px; }
.show-content img { max-width: 100%; }

/* pagination */
.pagination { clear: both; margin-top: 30px; }
.report-list+.pagination { margin-top: 0; }
.pagination li { display: inline-block; margin: 0 5px; }
.pagination li a,
.pagination li span { display: inline-block;  line-height: 30px; padding: 2px 15px; background-color: #f7f7f7; border-radius: 3px; }
.pagination li a:hover { color: #d8261c; }
.pagination li.active span { background-color: #d8261c; color: #fff; }

.footer { background-color: #2a2a2a; color: #fff; padding: 60px 0 50px; }
.foot-contacts { float: left; width: 400px; margin-right: 70px; }
.foot-contact-info { font-size: 14px; line-height: 36px; }
.foot-title { font-size: 18px; color: #999; font-weight: 700; margin-bottom: 20px; }
.foot-submenu { float: left; width: 170px; margin-right: 50px; }
.foot-submenu .submenu ul li { float: left; margin-right: 25px; }
.foot-submenu .submenu ul li a { color: #fff; line-height: 36px; }
.foot-submenu .submenu ul li ul { display: none; }
.foot-hotline { float: left; }
.foot-hotline-info p { font-family: Arial; font-size: 32px; line-height: 42px; }
.foot-hotline-info a { display: block; width: 148px; height: 34px; border: 1px solid #d8261c; border-radius: 36px; color: #d8261c; text-align: center; line-height: 34px; margin-top: 20px; }
.foot-hotline-info a img { vertical-align: middle; padding-right: 10px; }
.foot-qrcode { float: right; }
.foot-qrcode-item { float: left; margin-right: 20px; }
.foot-qrcode-item:last-child { margin: 0; }
.foot-qrcode-item img { width: 100px; width: 100px; }
.foot-qrcode-item p { text-align: center; margin-top: 10px; }
.copyright { background-color: #1a1a1a; color: #fff; padding: 20px 0; text-align: center; }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive .layui-table th,
.table-responsive .layui-table td { white-space: nowrap; }