body { font-size: 14px; line-height: 24px; }
.container { position: relative; width: 1200px; margin: 0 auto; }
* { outline: none; }
:focus,input::-moz-focus-inner, button::-moz-focus-inner{ outline: 0; }
img { vertical-align: top; }
.transition { transition: all ease-in-out .3s; }

/* header */
.header-top { width: 100%; height: 110px; line-height: 110px; background-color: #fff; overflow: hidden; }
a.logo { float: left; padding-top: 27.5px; }
a.logo img { height: 55px; }
.hotline { float: right; display: flex; }
.hotline i.icon-kefu { font-size: 24px; color: #656464; margin-right: 5px; }
.hotline p.tel { font-size: 16px; color: #818181; }
.hotline p.tel span { font-family: Arial; color: #c7171f; font-weight: 700; }
.nav { width: 100%; height: 60px; background-color: #3b9bf4; }
.nav ul {}
.nav ul > li { position: relative; float: left; line-height: 60px; margin-right: 2px; }
.nav ul > li > a { position: relative; display: block; padding: 0 50px; color: #fff; font-size: 16px; transition: all .3s; }
.nav ul > li > ul { position: absolute; z-index: 99; top: 80px; left: 0; padding: 10px 0; visibility: hidden; opacity: 0;  transition: all .3s; background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); }
.nav ul > li:hover > ul { visibility: visible; top: 60px; opacity: 1; }
.nav ul > li > ul > li { float: none; margin: 0; }
.nav ul > li > ul > li > a { display: block; font-size: 14px; color: #333; padding: 0 55px; line-height: 36px; white-space: nowrap; }
.nav ul > li ul li:hover > a { background-color: #3b9bf4; color: #fff; }
.nav ul > li > ul > li ul { display: none; }

/* banner */
#banner {}
#banner .swiper-slide video { width: 100%; height: 100%; object-fit:cover }
#banner .swiper-slide img { width: 100%; height: 100%; object-fit:cover }
#banner .swiper-pagination-bullet { background-color: #3b9bf4; transition: opacity .5s, background-color .5s, width .5s; border-radius: 8px; opacity: .5; }
#banner .swiper-pagination-bullet-active { width: 20px; opacity: 1; }

/* index title */
.index-tit { text-align: center; margin-bottom: 40px; }
.index-tit p.title { font-size: 32px; color: #000; line-height: 32px; font-weight: 700; }
.index-tit p.title span { color: #3b9bf4; }
.index-tit p.desc { font-size: 16px; color: #333; line-height: 36px; margin-top: 15px; }
/* white */
.index-tit.white p.title { color: #fff; }
.index-tit.white p.desc { color: #fff; }

/* home-about */
#home-about { padding: 100px 0; }
.container-flex { display: flex; justify-content: space-between; }
.home-about-info { flex: 1; }
.home-about-info p.title { font-size: 54px; color: #414042; line-height: 84px; margin: 35px 0 65px; }
.home-about-info p.subtitle { font-size: 40px; color: #414042; line-height: 40px; }
.home-about-info p.desc { font-size: 20px; color: #555; line-height: 32px; margin: 35px 0; }
.home-about-info a.more { display: block; width: 128px; height: 44px; border: 1px solid #414042; font-size: 18px; color: #414042; line-height: 44px; text-align: center; }
.home-about-thumb { width: 640px; margin-left: 100px; }
.home-about-thumb img { max-width: 100%; }

/* banner-space */
#banner-space { height: 560px; background: url('/index/images/banner_space.jpg') no-repeat center top; }

/* home-product */
#home-product { padding: 110px 0; }
.home-product-list { margin: 0 -20px; }
a.home-product-item { float: left; display: block; width: 564px; padding: 8px; box-shadow: 0 5px 15px rgba(6,0,1,.2); margin: 0 20px; }
.home-product-item-thumb { overflow: hidden; }
.home-product-item-thumb img { max-width: 100%; }
.home-product-item-content { position: relative; display: flex; justify-content: space-between; padding: 30px 0 40px; }
.home-product-item-content::after { content: ""; position: absolute; z-index: 1; left: 0; bottom: 5px; display: block; width: 100%; height: 4px; background-color: #3b9bf4; }
.home-product-item-info { flex: 1; }
.home-product-item-info p.title { font-size: 26px; color: #3b9bf4; line-height: 26px; }
.home-product-item-info p.title span { color: #333; }
.home-product-item-info p.desc { font-size: 20px; color: #3b9bf4; margin: 15px 0 0 10px; }
.home-product-item-more { width: 118px; height: 38px; background-color: #3b9bf4; border-radius: 38px; font-size: 16px; color: #fff; text-align: center; line-height: 38px; margin: 10px 10px 0 110px; }
a.home-product-more { position: relative; display: block; width: 158px; height: 37px; border: 1px solid #c4c4c4; margin: 80px auto 0; font-size: 18px; color: #72bff3; text-align: center; line-height: 37px; }
a.home-product-more::before { content: ""; position: absolute; z-index: 1; left: -485px; top: 19px; display: block; width: 445px; height: 1px; background-color: #c4c4c4; }
a.home-product-more::after { content: ""; position: absolute; z-index: 1; right: -485px; top: 19px; display: block; width: 445px; height: 1px; background-color: #c4c4c4; }

/* home-video */
#home-video { padding-bottom: 110px; }
#home-video img { max-width: 100%; }

/* home-news */
#home-news { padding: 70px 0 100px; background-color: #f7f7f7; }
.home-news-title { text-align: center; }
.home-news-title p.title { font-size: 36px; color: #0762e5; line-height: 36px; font-weight: 700; }
.home-news-title p.subtitle { font-size: 20px; color: #cbcbcb; margin-top: 10px; }
a.home-news-item { display: flex; height: 327px; padding-right: 50px; background-color: #fff; margin-top: 40px; box-shadow: 0 5px 15px rgba(6,0,1,.2); }
.home-news-item-thumb { width: 487px; height: 327px; overflow: hidden; margin-right: 50px; }
.home-news-item-thumb img { max-width: 100%; }
.home-news-item-info { flex: 1; padding-top: 45px; }
.home-news-item-info p.title { width: 450px; font-size: 20px; color: #333; line-height: 32px; }
.home-news-item-info p.date { color: #3b9bf4; line-height: 32px; margin: 10px 0 15px; }
.home-news-item-info p.desc { height: 68px; overflow: hidden; font-size: 16px; color: #666; line-height: 34px; }
.home-news-item-info p.more { width: 124px; height: 38px; border-radius: 38px; background-color: #3b9bf4; font-family: Arial; color: #fff; text-align: center; line-height: 38px; margin-top: 25px; }

/* -----------------------page ------ */
.banner-page { height: 400px; background-color: #fefefe; background-size: cover; background-repeat: no-repeat; background-position: center; }

/* sider-menu */
.sider-menu { position: relative; background-color: #fff; top: 0; right: 0; left: 0; z-index: 99; -webkit-transition: top .35s; transition: top .35s; box-shadow: 0 0 10px rgba(0, 0, 0, .08); }
.sider-menu.sroll { position: fixed; top: 80px; }
.sider-menu ul { display: flex; justify-content: center; }
.sider-menu > ul > li { position: relative; z-index: 99; margin: 0 15px; padding: 20px; }
.sider-menu > ul > li:before { position: absolute; content: ''; bottom: 0; left: 0; height: 3px; background-color: #3b9bf4; width: 0; opacity: 0; -webkit-transition: width .3s, opacity .3s; transition: width .3s, opacity .3s; }
.sider-menu ul li.has-child:after { position: absolute; top: 24px; right: 5px; content: ""; width: 6px; height: 6px; border-top: 2px solid #666; border-right: 2px solid #666; transform: rotate(135deg); }
.sider-menu ul li a { display: block; height: 20px; line-height: 20px; font-size: 16px; }
.sider-menu ul li > ul { display: none; position: absolute; top: 57px; left: 0; background-color: #fff; box-shadow: 0 3px 3px rgba(0,0,0,.06); }
.sider-menu li > ul li { padding: 0 40px; }
.sider-menu li > ul li a { font-size: 14px; height: 36px; line-height: 36px; white-space: nowrap; }
.sider-menu ul li.has-child:hover:after,
.sider-menu ul li.has-child.active:after { border-color: #3b9bf4; }
.sider-menu ul li:hover:before,
.sider-menu ul li.active:before { width: 100%; opacity: 1; }
.sider-menu ul li:hover > a,
.sider-menu ul li.active > a { color: #3b9bf4; }
.sider-menu ul li:hover > ul { display: block; padding: 15px 0; border-top: 3px solid #3b9bf4; }

.page { padding: 30px 0 60px; background-color: #f8f8f8; }
.page img { max-width: 100%; }
.page-tit { font-size: 30px; line-height: 36px; margin: 20px auto 40px; text-align: center; }
.page-content { line-height: 30px; }
.page-content img { max-width: 100%; }

.page-content-white { line-height: 30px; padding: 70px 90px; background-color: #fff; }
.page-content-white img { max-width: 100%; }

/* newslist */
a.news-item { padding: 30px 0; display: flex; border-bottom: 1px solid #eee; align-items: center; }
.news-item:first-child { padding-top: 0; }
.news-item .news-info { flex: 1; padding-left: 27px; transform: translateX(-27px); transition: all .4s ease-in-out; }
.news-item .news-info p.title { width: 700px; font-size: 16px; }
.news-item .news-info p.date { font-size: 14px; color: #bbb; font-family: Arial; line-height: 30px; }
.news-item .news-info p.description { height: 48px; overflow: hidden; line-height: 24px; margin-top: 10px; font-size: 12px; color: #999; }
.news-item .news-thumb { width: 220px; margin-left: 50px; }
.news-item .news-thumb img { max-width: 100%; }
.news-item:hover .news-info { transform: translateX(-17px); }
.news-item:hover .news-info p.title { color: #3b9bf4; }
.news-item:hover .news-thumb .news-thumb-mask { top: 0; }

/* media list */
.media-item { position: relative; display: block; transition: all .4s ease-in-out; }
.media-thumb { overflow: hidden; }
.media-thumb img { max-width: 100%; transition: all .4s ease-in-out; }
.media-info { padding: 15px 20px; background-color: #fff; text-align: center; transition: all .4s ease-in-out; }
.media-info p.title { font-size: 16px; }
.media-item:hover .media-thumb img { transform: scale(1.1); }
.media-item:hover .media-info p.title { color: #3b9bf4; }

/* show product */
.show-pro { padding: 50px 0; background-color: #f9f9f9; overflow: hidden; }
.show-pro .page { padding: 50px; background-color: #fff; box-sizing: border-box; }
.page-show-title { border-bottom: 1px solid #ebebeb; line-height: 60px; font-size: 24px; color: #15191b; }
.page-show-content { padding: 40px 0; background-color: #fff; }

/* show */
.show-title { font-size: 24px; font-weight: 600; margin: 15px 0; }
.show-para { color: #ccc; margin-bottom: 10px; }
.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: #fff; border: 1px solid #f5f5f5; border-radius: 3px; }
.pagination li a:hover { color: #3b9bf4; }
.pagination li.active span { background-color: #3b9bf4; color: #fff; }

.footer { background-color: #212530; color: #999; }
.footer-menu { display: flex; justify-content: flex-start; padding: 70px 0 40px; }
.footer-menu dl { margin-right: 90px; }
.footer-menu dl.footer-menu-partner { flex: 1; margin: 0; }
.footer-menu dl dt { position: relative; font-size: 16px; line-height: 34px; margin-bottom: 20px; }
.footer-menu dl dt::before { content: ""; position: absolute; z-index: 1; left: 0; bottom: 1px; display: block; width: 15px; height: 2px; background-color: #999; }
.footer-menu dl dt::after { content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; display: block; width: 65px; height: 1px; background-color: #999; }
.footer-menu dl dd { line-height: 30px; }
.footer-menu dl dd a { color: #999; }
.footer-partner-list img { margin: 0 10px 10px 0; }
.copyright { border-top: 1px solid #3f4454; padding: 25px 0 50px; }
.copyright-content { display: flex; justify-content: space-between; }
.footer-qrcode { display: flex; justify-content: flex-start; }
.qrcode-item { margin-right: 40px; }
.qrcode-item img { width: 107px; height: 107px; }
.qrcode-item p { text-align: center; margin-top: 10px; }
.copyright-info { text-align: right; margin-top: 10px; }
.copyright-info p { font-size: 16px; line-height: 30px; }
.copyright-info p.tel { font-family: Arial; font-size: 30px; color: #c09e77; }
.copyright-info p.tel i.icon-tel { font-size: 28px; padding-right: 10px; }

.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; }