body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 24px; background-color: #fff; }
.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 .container { position: relative; height: 130px; background-color: #fff; display: flex; align-items: center; justify-content: space-between; }
.header-logo { display: flex; justify-content: flex-start; }
a.logo { width: 250px; height: 130px; }
a.logo img { width: 250px; height: 130px; }
a.logo-group { width: 90px; height: 130px; }
a.logo-group img { width: 90px; height: 130px; }

.lang { line-height: 30px; text-align: right; margin: 20px 30px 0 0; }
.link { position: relative; display: inline-block; }
.link-tit { width: 130px; padding: 5px 10px; border-radius: 2px; background-color: #f5f5f5; cursor: pointer; }
.link-tit p { float: left; }
.link-tit i.layui-icon { float: right; font-size: 13px; transition: all ease-in-out .2s; }
.link:hover .link-tit i.layui-icon { transform: rotate(180deg); }
.link-con { position: absolute; z-index: 999; top: 60px; left: 0; min-width: 100%; padding: 5px 0; background-color: #fff; box-shadow: 0 5px 10px rgba(0,0,0,.1); visibility: hidden; opacity: 0; transition: all ease-in-out .2s; }
.link:hover .link-con { visibility: visible; top: 40px; opacity: 1; }
.link-con a { display: block; white-space: nowrap; text-align: left; padding: 0 30px 0 20px; line-height: 36px; }
.link-con a:hover { color: #fff; background-color: #035199; }
.lang > a { display: inline-block; vertical-align: top; line-height: 40px; padding-left: 15px; }
.lang > a img { vertical-align: middle; }
.nav ul > li { position: relative; z-index: 99; float: left; line-height: 60px; }
.nav ul > li > a { display: block; padding: 0 25px; font-size: 16px; }
.nav ul > li > ul { position: absolute; top: 78px; left: 0; padding: 5px 0; visibility: hidden; opacity: 0; transition: all ease-in-out .2s; background-color: #fff; border-top: 2px solid #035199; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.nav ul > li:hover > ul { visibility: visible; top: 58px; opacity: 1; }
.nav ul > li > ul > li { float: none; }
.nav ul > li > ul > li > a { display: block; padding: 0 25px; line-height: 36px; white-space: nowrap; }

/* banner */
#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; opacity: 1; }

/* common */
.common-title { text-align: center; }
.common-title p.title { font-size: 32px; color: #0c3873; line-height: 60px; }
.en-common-title p.title { margin-bottom: 10px; }
.common-title p.line { position: relative; width: 200px; height: 1px; background-color: #d5d5d5; margin: 0 auto; }
.common-title p.line:after { content: ''; position: absolute; z-index: 1; top: -1px; left: 50%; display: block; width: 30px; height: 3px; margin-left: -15px; background-color: #171717; }
.common-title p.en_title { color: #999; margin-top: 10px; }

/* home-point */
#home-point { width: 100%; height: 67px; padding: 35px 0; background-color: #0c3873; }
.home-point-item { display: flex; align-items: center; justify-content: flex-start; }
.home-point-item img { width: 67px; height: 67px; margin-right: 15px; }
.home-point-item-info { flex: 1; }
.home-point-item-info p.title { font-size: 18px; color: #fff; margin-bottom: 5px; }
.home-point-item-info p.desc { font-size: 12px; color: #fff; line-height: 18px; padding-right: 30px; }

/* home-product */
#home-product { padding: 60px 0 80px; }
.home-product-content { margin-top: 60px; }
a.home-product-item { display: block; width: 100%; height: 355px; background-color: #f7f5fa; }
.home-product-item-thumb { width: 100%; height: 285px; overflow: hidden; }
.home-product-item-thumb img { max-width: 100%; }
.home-product-item-info { display: flex; justify-content: space-between; padding: 0 30px; line-height: 70px; }
.home-product-item-info p.title { width: 200px; font-size: 20px; color: #222; }
.home-product-item-info p.more { width: 80px; height: 26px; text-align: center; line-height: 26px; border-radius: 26px; background-color: #1048a0; margin-top: 22px; }
.home-product-item-info p.more i.iconfont { font-size: 26px; color: #fff; }
a.home-product-more { position: relative; display: block; width: 198px; height: 48px; border: 1px solid #ccc; background-color: #fff; margin: 60px auto 0; font-size: 16px; color: #222; text-align: center; line-height: 48px; }
.home-product-more:after { content: ''; position: absolute; z-index: -1; top: 25px; left: 50%; margin-left: -600px; display: block; width: 1200px; height: 1px; background-color: #ccc; }

/* home-equipment */
#home-equipment { padding: 60px 0 100px; background-color: #f5f5f5; }
.home-equipment-content { position: relative; margin-top: 60px; }
a.home-equipment-item { display: block; width: 380px; }
.home-equipment-item-thumb { width: 380px; height: 253px; overflow: hidden; }
.home-equipment-item-thumb img { width: 380px; height: 253px; object-fit: cover; transition: all .4s ease-in-out; }
.home-equipment-item-info { padding: 20px; background-color: #fff; }
.home-equipment-item-info p.title { font-size: 18px; color: #333; line-height: 40px; text-align: center; }
.home-equipment-item:hover .home-equipment-item-thumb img { transform: scale(1.1); }

.equipment-prev, .equipment-next { position: absolute; z-index: 1; top: 140px; display: block; width: 52px; height: 52px; background-color: #1048a0; text-align: center; cursor: pointer; }
.equipment-prev { left: -112px; }
.equipment-next { right: -112px; }
.equipment-prev i.layui-icon, .equipment-next i.layui-icon { font-size: 24px; color: #fff; line-height: 52px; }

/* home-about */
#home-about { padding: 100px 0; }
#home-about .container { display: flex; justify-content: flex-start; }
.home-about-thumb { position: relative; width: 500px; height: 360px; margin: 30px 85px 0 30px; }
.home-about-thumb:after { content: ''; position: absolute; z-index: -1; top: -30px; left: -30px; display: block; width: 496px; height: 356px; border: 2px solid #ccc; }
.home-about-thumb img { width: 500px; height: 360px; object-fit: cover; }
.home-about-content { flex: 1; }
.home-about-content p.title { position: relative; font-size: 42px; color: #333; line-height: 60px; font-weight: 700; }
.home-about-content p.title:before { content: ''; position: absolute; z-index: 1; top: 30px; left: -65px; display: block; width: 50px; height: 1px; background-color: #ccc; }
.home-about-content p.com_name { font-size: 26px; color: #1048a0; line-height: 60px; margin: 30px 0 20px; }
.home-about-content p.desc { height: 120px; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; }
.home-about-content a.more { display: block; width: 160px; height: 40px; background-color: #1048a0; font-size: 16px; color: #fff; text-align: center; line-height: 40px; margin-top: 40px; }

/* home-news */
#home-news { padding: 60px 0 100px; background-color: #f5f5f5; }
.home-news-content { width: 1200px; margin-top: 60px; overflow: hidden; }
.home-news-list { margin-right: -45px; }
a.home-news-item { float: left; display: block; width: 370px; margin-right: 45px; }
.home-news-item-thumb { width: 370px; height: 222px; overflow: hidden; }
.home-news-item-thumb img { width: 370px; height: 222px; object-fit: cover; transition: all .4s ease-in-out; }
.home-news-item-info { position: relative; z-index: 1; padding: 10px 15px 20px; margin: -20px 20px 0; background-color: #fff; }
.home-news-item-info p.date { color: #999; }
.home-news-item-info p.title { font-size: 15px; color: #333; font-weight: 700; margin: 5px 0 10px; transition: all .4s ease-in-out; }
.home-news-item-info p.desc { height: 44px; overflow: hidden; color: #666; line-height: 22px; }
.home-news-item:hover .home-news-item-thumb img { transform: scale(1.1); }
.home-news-item:hover .home-news-item-info p.title { color: #1048a0; }

/* -----------------------page ------ */
.banner-page { height: 360px; background-size: cover; background-color: #fefefe; background-repeat: no-repeat; background-position: center; }
.page-breadcrumb { padding: 20px 0 15px; }
.page { padding-bottom: 60px; }

/* submenu */
.sub-menu { margin-bottom: 30px; }
.sub-menu ul { text-align: center; }
.sub-menu ul li { display: inline-block; margin-bottom: 15px; padding: 0 10px; }
.sub-menu ul li a { display: inline-block; padding: 5px 15px; border: 1px solid #eee; }
.sub-menu ul li.active a { background-color: #1048a0; color: #fff; border-color: #1048a0; }

.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: #1048a0; left: 0; bottom: -15px; }
.page-content { font-size: 16px; line-height: 30px; }
.page-content img { max-width: 100%; }
.page-content video { width: 80%; }

/* newslist */
.news-list { width: 100%; }
.news-item { position: relative; padding: 25px 0; display: flex; border-bottom: 1px dashed #eee; }
.news-item .news-info { flex: 1; padding-left: 27px; transform: translateX(-27px); padding-top: 10px; transition: all .36s 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 { height: 48px; overflow: hidden; margin-top: 10px; font-size: 13px; color: #999; line-height: 24px; }
.news-item .news-thumb { width: 240px; margin-left: 30px; overflow: hidden; }
.news-item .news-thumb img { width: 100%; height: auto; transition: all .36s ease-in-out; }
.news-item:hover .news-info { transform: translateX(-17px); }
.news-item:hover .news-info p.title { color: #1048a0; }
.news-item:hover .news-thumb img { transform: scale(1.2); }

/* media list */
.media-item { position: relative; display: block; border: 1px solid #eee; transition: all ease-in-out .3s; }
.media-thumb { text-align: center; overflow: hidden; }
.media-thumb img { max-width: 100%; transition: all ease-in-out .3s; }
.media-txt { padding: 10px; text-align: center; border-top: 1px solid #eee; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; transition: all ease-in-out .3s; }
.media-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.media-item:hover .media-thumb img { transform: scale(1.1, 1.1); }
.media-item:hover .media-txt { background-color: #1048a0; color: #fff; border-color: #1048a0; }

/* show product */
.show-pro { padding: 30px 0 60px; background-color: #fff; }
.show-pro .view .arrow-left { background: url('/index/images/index_tab_l.png') no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.show-pro .view .arrow-right { background: url('/index/images/index_tab_r.png') no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.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 .preview { width: 100%; margin-top: 10px; position: relative; }
.show-pro .preview .swiper-container { width: 615px; margin-left: 38px; }
.show-pro .preview .swiper-slide { width: 87px; height: auto; cursor: pointer; }
.show-pro .preview .arrow-left { background: url('/index/images/feel3.png') no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.show-pro .preview .arrow-right { background: url('/index/images/feel4.png') no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.show-pro .preview img { width: 82px; padding: 1px; }
.show-pro .preview .active-nav img { padding: 0; border: 1px solid #1048a0; }
.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 */
.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-radius: 3px; }
.pagination li a:hover { color: #333; }
.pagination li.active span { background-color: #1048a0; color: #fff; }

/* ---------------------footer ----------------- */
.footer { background-color: #222733; color: #93959b; padding: 60px 0 80px; }
.foot-container { display: flex; justify-content: space-between; }
.foot-tit { font-size: 18px; color: #fff; margin-bottom: 20px; }
.foot-hotline { font-size: 19px; color: #fff; margin-bottom: 15px; }
.foot-submenu { line-height: 30px; }
.foot-submenu li a { color: #93959b; }
.foot-submenu .iconfont { display: inline-block; width: 16px; height: 16px; margin-right: 5px; font-size: 14px; }
.foot-submenu .iconfont.icon-tel { margin-right: 10px; }
.b_mobile { display: flex; justify-content: flex-start; }
.foot-qrcode img { width: 143px; height: 143px; }
.foot-qrcode p { text-align: center; margin-top: 10px; }

.copyright { background-color: #1c202a; color: #fff; padding: 15px 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; }

/* layui样式重写 */
.layui-breadcrumb a:hover {
    color: #333!important;
}