body { font-size: 14px; line-height: 24px; }
.container { position: relative; width: 1200px; margin: 0 auto; }
img { vertical-align: top; }

/* header */
#header { width: 100%; height: 110px; background-color: #fff; }
.logo { position: absolute; z-index: 1; top: 25px; left: 0; }
.slogan { position: absolute; z-index: 1; top: 35px; left: 80px; padding-left: 25px; line-height: 20px; }
.slogan:after { content: ''; position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 1px; height: 40px; background-color: #e5e5e5; }
.slogan p.tit { font-size: 16px; color: #e23c3f; margin-bottom: 3px }
.slogan p.subtit { font-size: 13px; color: #767575; }
.hotline { position: absolute; z-index: 1; top: 30px; right: 0; padding-left: 30px; background: url('/index/images/icon_tel.png') no-repeat 0px 22px; }
.hotline p.tit { color: #767575; }
.hotline p.subtit { font-family: Arial; font-size: 26px; color: #e23c3f; line-height: 26px; font-weight: 700; }

/* nav */
#nav { width: 100%; height: 50px; background-color: #0075c5; }
#nav ul > li { position: relative; z-index: 99; float: left; line-height: 50px; }
#nav ul > li > a { color: #fff; display: block; padding: 0 48px; font-size: 16px; }
#nav ul > li > ul { position: absolute; top: 70px; left: 0; padding: 5px 0; visibility: hidden; opacity: 0; transition: all ease-in-out .2s; background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
#nav ul > li:hover > ul { visibility: visible; top: 50px; opacity: 1; }
#nav ul > li > ul > li { float: none; }
#nav ul > li > ul > li > a { display: block; color: #333; padding: 0 48px; line-height: 36px; white-space: nowrap; }
#nav ul li.active > a,
#nav ul li:hover > a { background-color: #e23c3f; color: #fff; }

/* banner */
#banner { max-width: 1920px; margin: 0 auto; }
#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: 20px; opacity: 1; }

/* common */
.i-title { margin: 0 auto 45px; text-align: center; }
.i-title p.title { font-size: 34px; color: #0075c5; line-height: 34px; font-weight: 700; margin-bottom: 18px; }
.i-title p.subtitle { font-family: Arial; font-size: 19px; line-height: 24px; color: #b5b5b6; background: url('/index/images/i_title_bg.png') no-repeat center 7px; }
a.more { display: block; width: 138px; height: 33px; line-height: 33px; color: #333; text-align: center; border: 1px solid #333; border-radius: 35px; margin: 50px auto 0; }

/* about */
#about { padding: 100px 0 135px; }
.about-thumb { position: relative; float: left; width: 500px; padding-top: 30px; }
/*.about-thumb:after { content: ''; position: absolute; z-index: -1; top: -100px; left: 50%; margin-left: -100px; display: block; width: 200px; height: calc(100% + 260px); background-color: #0075c5; }*/
.about-thumb img { width: 500px; height: 375px; }
.about-content { float: right; width: 630px; }
.about-content p.tit { font-size: 34px; color: #0075c5; line-height: 34px; font-weight: 700; margin-bottom: 50px; }
.about-content p.desc { font-size: 16px; color: #666; line-height: 28px; }
.about-list { text-align: right; margin-top: 38px; }
.about-list img { display: inline-block; padding-left: 20px; width: 180px; }

/* mainpoint */
#mainpoint { padding: 70px 0; background-color: #f6f6f6; }
.mainpoint-item { padding: 0 50px; text-align: center; }
.mainpoint-item p.tit { font-size: 18px; color: #000; margin: 15px 0 25px; }
.mainpoint-item p.desc { color: #828282; line-height: 28px; }

/* service-items */
#service-items { padding: 60px 0; }
.service-items-subcate { text-align: center; margin-bottom: 45px; }
.service-items-subcate a { display: inline-block; min-width: 100px; padding: 0 20px; font-size: 16px; color: #666; line-height: 32px; border: 1px solid #656565; margin: 0 5px; }
.service-items-subcate a.on { color: #fff; border-color: #0075c5; background-color: #0075c5; }

/* application */
#application { padding: 50px 0 80px; background-color: #0075c5; }
.application-title p.title { color: #fff; }
.application-title p.subtitle { color: #fff; background: url('/index/images/application_title_bg.png') no-repeat center 7px; }
.application-item { text-align: center; padding: 40px 0 50px; background-color: #fff; }
.application-item p.num { font-family: Arial; font-size: 50px; color: #0075c5; line-height: 50px; margin-bottom: 10px; }
.application-item p.en-num { position: relative; font-family: Arial; font-size: 16px; color: #ddd; }
.application-item p.en-num:before { content: ''; position: absolute; z-index: 1; top: 50%; left: 50%; margin-top: -1px; margin-left: -90px; display: block; width: 50px; height: 2px; background-color: #ddd; }
.application-item p.en-num:after { content: ''; position: absolute; z-index: 1; top: 50%; right: 50%; margin-top: -1px; margin-right: -90px; display: block; width: 50px; height: 2px; background-color: #ddd; }
.application-item p.title { font-size: 22px; color: #000; font-weight: 700; margin: 10px 0 35px; }
.application-item img { max-width: 100%; }

/* equipment */
#equipment { padding: 60px 0; }
.equipment-content .swiper-container { padding-bottom: 40px; }
.equipment-list .swiper-pagination-bullets { bottom: 0; }

/* news */
#i-news { padding: 60px 0 80px; background-color: #f6f6f6; }
.i-news-content { margin-top: 50px; }
.i-news-thumb { float: left; width: 320px; }
.i-news-thumb img { width: 320px; height: 408px; }
.i-news-list { float: right; width: 830px; height: 408px; background-color: #fff; }
.i-news-item { padding: 30px; display: block; height: 76px; }
.i-news-item-date { float: left; width: 78px; height: 76px; border-right: 2px solid #0075c5; text-align: center; }
.i-news-item-date .day { font-size: 40px; font-weight: 700; line-height: 50px; color: #555; }
.i-news-item-info { float: left; width: 660px; margin-left: 30px; }
.i-news-item-info .tit { font-size: 16px; color: #333; margin-bottom: 3px; }
.i-news-item-info .desc { color: #999; }

/* -----------------------page ------ */
.banner-page { height: 360px; 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: #0075c5!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: #0075c5; font-weight: 600; }
.side-menu ul li ul { display: none; }

.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: #0075c5; left: 0; bottom: -15px; }
.page-content { line-height: 30px; }
.page-content img { max-width: 100%; }

/* newslist */
.news-item { position: relative; 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.date { font-size: 14px; color: #999; font-family: Arial; line-height: 30px; }
.news-item .news-info p.description { line-height: 24px; margin-top: 10px; font-size: 12px; color: #999; }
.news-item .news-thumb { width: 240px; margin-right: 30px; overflow: hidden; }
.news-item .news-thumb img { width: 100%; height: auto; transition: all .4s ease-in-out; }
.news-item:hover .news-info { transform: translateX(-17px) }
.news-item:hover .news-info p.title { color: #0075c5; }
.news-item:hover .news-thumb img { transform: scale(1.2); }

/* 图文效果 */
.media-item { position: relative; display: block; }
.media-thumb { overflow: hidden; }
.media-thumb img { display:block; max-width: 100%; position:relative; transition:all .4s linear; }
.media-txt { position: absolute; right: 0; bottom: 0; left: 0; padding: 0 20px; background-color: rgba(0,0,0,.6); color: #fff; text-align: center; line-height: 48px; transition:all .4s linear; }
.media-item:hover img { transform:scale(1.2); }
.media-item:hover .media-txt { background-color: #0075c5; }

/* show product */
.show-pro { padding: 30px 0; background-color: #fff; border-top: 1px solid #eee; }
.show-pro .swiper-container { width: 100%; }
.swiper-slide img { max-width: 100%; }
.show-pro-title { font-size: 24px; margin: 10px 0 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.show-pro-brief { color: #999; }
.show-pro-con { padding: 60px 0; }

/* 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: #9c1e23; }
.pagination li.active span { background-color: #9c1e23; color: #fff; }

.footer { background-color: #353638; color: #666; padding: 50px 0 60px; }
.foot-content > div { height: 180px; }
.foot-contacts { float: left; padding-right: 100px; border-right: 1px solid #555658; color: #b4b4b4; line-height: 30px; }
.foot-title { font-size: 18px; color: #fff; margin-bottom: 20px; }
.foot-submenu { float: left; padding-right: 40px; margin-left: 100px; border-right: 1px solid #555658; }
.foot-submenu .submenu { width: 240px; line-height: 30px; }
.foot-submenu .submenu li { float: left; width: 120px; }
.foot-submenu .submenu li a { color: #b4b4b4; }
.foot-qrcode { float: right; }
.foot-qrcode .qrcode img { width: 106px; width: 106px; }
.copyright { background-color: #2a2b2d; color: #fff; padding: 10px 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; }