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 { position: relative; height: 110px; background-color: #fff; display: flex; align-items: center; justify-content: center; }
a.logo { width: auto; height: 80px; }
a.logo img { width: auto; height: 80px; }

.lang { margin: 0 60px; }
.lang a { display: block; }
.lang a.en-us { margin-top: 5px; }
.lang a img { vertical-align: middle; }
.nav ul > li { position: relative; z-index: 99; float: left; line-height: 110px; }
.nav ul > li > a { display: block; padding: 0 25px; font-size: 18px; color: #333; }
.nav ul > li > ul { position: absolute; top: 128px; left: 0; padding: 5px 0; visibility: hidden; opacity: 0; transition: all ease-in-out .2s; background-color: #fff; border-top: 2px solid #055eab; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.nav ul > li:hover > ul { visibility: visible; top: 108px; opacity: 1; }
.nav ul > li > ul > li { float: none; }
.nav ul > li > ul > li > a { display: block; padding: 0 30px; font-size: 16px; line-height: 36px; white-space: nowrap; }
.nav ul > li > ul > li ul { display: none; }

/* 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.en-title { font-size: Arial!important; font-size: 42px; color: #013082; line-height: 42px; letter-spacing: -2px; }
.common-title p.title { font-size: 36px; color: #013082; line-height: 36px; margin-top: 15px; }

.common-more { margin-top: 25px; text-align: center; }
.common-more a { display: inline-block; width: 158px; height: 38px; border: 1px solid #2d3691; border-radius: 3px; font-size: 15px; color: #2d3691; line-height: 38px; }

/* home-about */
#home-about { width: 100%; padding-top: 80px; }
.home-about-content { margin: 20px 0 50px; }
.home-about-content p.desc { font-size: 15px; color: #666; text-align: center; line-height: 30px; }
.home-about-point { width: 100%; height: 339px; padding-top: 49px; background: url('/index/images/about_bg.jpg') no-repeat center; }
.home-about-point-content { margin-right: -30px; }
a.home-about-point-item { display: block; float: left; width: 290px; height: 240px; padding: 50px 45px 0; background-color: rgba(255,255,255,.9); margin-right: 30px; text-align: center; }
.home-about-point-item img { width: auto; height: 64px; }
.home-about-point-item p.title { font-size: 22px; color: #333; line-height: 30px; font-weight: 700; margin: 15px 0 10px; }
.home-about-point-item p.desc { height: 52px; overflow: hidden; font-size: 15px; color: #808080; line-height: 26px; }

/* home-product */
#home-product { width: 100%; padding-top: 80px; }
.home-product-content { position: relative; margin: 60px 0 45px; }
a.home-product-item { display: block; width: 370px; }
.home-product-item-thumb { width: 370px; height: 247px; overflow: hidden; }
.home-product-item-thumb img { width: 100%; height: 100%; object-fit: cover; transition: all .4s ease-in-out; }
.home-product-item-info { position: relative; width: 350px; margin: 0 10px; border-bottom: 2px solid #d6d6ee; }
.home-product-item-info:after { content: ''; position: absolute; z-index: 1; bottom: -2px; left: 0; display: block; width: 35px; height: 2px; background-color: #2d3691; transition: all .4s ease-in-out; }
.home-product-item-info p.title { font-size: 18px; color: #333; line-height: 54px; transition: all .4s ease-in-out; }
.swiper-product-prev, .swiper-product-next { width: 40px; height: 40px; margin-top: -20px; background-color: #2d3691; text-align: center; }
.swiper-product-prev { left: -70px; }
.swiper-product-next { right: -70px; }
.swiper-product-prev:after, .swiper-product-next:after { content: ''; }
.swiper-product-prev i.layui-icon, .swiper-product-next i.layui-icon { font-size: 20px; color: #fff; line-height: 40px; }

.home-product-item:hover .home-product-item-thumb img { transform: scale(1.1); }
.home-product-item:hover .home-product-item-info:after { width: 100%; }
.home-product-item:hover .home-product-item-info p.title { color: #2d3691; }

/* home-network */
#home-network { width: 100%; padding-top: 80px; }
.home-network-content { position: relative; height: 1100px; background: url('/index/images/network_bg.jpg') no-repeat center bottom; margin-top: 30px; }
.home-network-desc { width: 800px; margin: 0 auto; font-size: 15px; color: #808080; text-align: center; line-height: 26px; }
.home-service-hotline { position: absolute; z-index: 1; bottom: 375px; left: 50%; margin-left: -170px; }
.home-service-hotline p.title { font-size: 16px; color: #808080; }
.home-service-hotline p.desc { font-family: Arial; font-size: 50px; color: #093786; line-height: 50px; font-weight: 700; }

/* home-news */
#home-news { width: 100%; padding: 80px 0; }
.home-news-content { margin: 50px -60px 0 0; }
a.home-news-item { display: block; float: left; width: 360px; margin-right: 60px; }
.home-news-item-thumb { width: 360px; height: 240px; overflow: hidden; }
.home-news-item-thumb img { width: 100%; height: 100%; object-fit: cover; transition: all .4s ease-in-out; }
.home-news-item-info { width: 340px; margin: 0 10px; }
.home-news-item-info p.title { font-size: 16px; color: #111; line-height: 42px; font-weight: 700; transition: all .4s ease-in-out; }
.home-news-item-info p.line { position: relative; width: 100%; height: 2px; background-color: #d6d6ee; }
.home-news-item-info p.line:after { content: ''; position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 35px; height: 2px; background-color: #2d3691; transition: all .4s ease-in-out; }
.home-news-item-info p.desc { height: 44px; overflow: hidden; color: #808080; line-height: 22px; margin-top: 10px; }

.home-news-item:hover .home-news-item-thumb img { transform: scale(1.1); }
.home-news-item:hover .home-news-item-info p.title { color: #2d3691; }
.home-news-item:hover .home-news-item-info p.line:after { width: 100%; }

/* home-quality */
#home-quality { width: 100%; padding: 250px 0 110px; background: url('/index/images/quality_bg.jpg') no-repeat center top; }
a.home-quality-item { display: block; float: left; width: 400px; height: 270px; padding-top: 130px; text-align: center; background-repeat: no-repeat; background-position: center; }
.home-quality-item p.title { font-size: 32px; color: #fff; margin: 30px 0 15px; }
.home-quality-item p.desc { font-size: 15px; color: #fff; }

/* -----------------------page ------ */
.banner-page { height: 400px; background-size: cover; background-color: #fefefe; background-repeat: no-repeat; background-position: center; }
.page-breadcrumb { padding: 20px 0 15px; }
.page.container { display: flex; justify-content: space-between; padding-bottom: 60px; }

/* submenu */
.sub-menu { width: 220px; padding: 20px; background-color: #f8f8f8; margin-right: 40px; }
.sub-menu ul li a { display: block; padding: 10px 20px; font-size: 16px; background-color: #fff; color: #666; margin-bottom: 8px; }
.sub-menu ul li:last-child a { margin-bottom: 0; }
.sub-menu ul li ul { display: none; margin: 5px 20px 8px; }
.sub-menu ul li ul li a { position: relative; padding: 8px 20px; font-size: 14px; }
.sub-menu ul li.active>a,
.sub-menu ul li a:hover { background-color: #2d3691; color: #fff; }
.sub-menu ul li.active>ul { display: block; }

.page-content { flex: 1; min-height: 350px; _height: 350px; }
.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: #2d3691; left: 0; bottom: -15px; }
.page-info { font-size: 16px; line-height: 30px; }
.page-info img { max-width: 100%; }

/* newslist */
.news-list { width: 100%; }
.news-item { position: relative; padding: 25px 0; display: flex; justify-content: space-between; 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.title { width: 600px; }
.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: 200px; margin-left: 50px; 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: #2d3691; }
.news-item:hover .news-thumb img { transform: scale(1.2); }

/* media list */
.media-item { position: relative; display: block; 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-info { position: relative; margin: 0 10px; border-bottom: 2px solid #d6d6ee; }
.media-info:after { content: ''; position: absolute; z-index: 1; bottom: -2px; left: 0; display: block; width: 35px; height: 2px; background-color: #2d3691; transition: all ease-in-out .3s; }
.media-info p.title { font-size: 16px; color: #333; line-height: 40px; transition: all ease-in-out .3s; }
.media-item:hover .media-thumb img { transform: scale(1.1, 1.1); }
.media-item:hover .media-info:after { width: 100%; }
.media-item:hover .media-info p.title { color: #2d3691; }

/* 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%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.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; }
.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: #2d3691; color: #fff; }

/* ---------------------footer ----------------- */
.footer { background-color: #1d1e22; color: #ccc; padding: 60px 0 80px; }
.foot-container { display: flex; justify-content: space-between; }
.foot-tit { font-size: 18px; color: #fff; margin-bottom: 20px; }
.foot-submenu { line-height: 30px; }
.foot-submenu li a { color: #ccc; }
.foot-qrcode { margin-left: 200px; }
.foot-qrcode img { width: 145px; height: 145px; }
.foot-qrcode p { text-align: center; margin-top: 10px; }

.copyright { background-color: #00489d; 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: #2d3691!important;
}