@charset "UTF-8";
/* author:LY;*/
/* author:LY;*/
/*颜色*/
.red { color: #f00; }

#loading { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: #0F2C5D; }

.blcok { display: block !important; }

.elli1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.elli2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.elli3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.elli4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.typing_loader { width: 6px; height: 6px; border-radius: 50%; -webkit-animation: typing 1s linear infinite alternate; -moz-animation: Typing 1s linear infinite alternate; animation: typing 1s linear infinite alternate; margin: 46px auto; /* Not necessary- its only for layouting*/ position: relative; left: -12px; }

@keyframes typing { 0% { background-color: white;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  25% { background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  75% { background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white; } }

.index-tit { display: flex; justify-content: space-between; align-items: center; }

.index-tit .tit-l .en {font-size: 0.35rem;font-weight: bold;color: #0F2C5D;line-height: 0.42rem;text-transform: uppercase;}

.index-tit .tit-l .cn { font-size: 0.3rem; font-weight: bold; color: #333; line-height: 0.36rem; }

.index-tit .more { font-size: 0.22rem; color: #b4bdc1; line-height: 0.28rem; font-weight: bold; }

.sort-box { padding: 0.5rem 0.25rem; }

.sort-box ul { display: flex; align-items: center; }

.sort-box ul li a { display: block; width: 1.66rem; height: 0.7rem; border: 0.01rem solid #ccc; font-size: 0.28rem; color: #999; text-align: center; line-height: 0.68rem; margin-right: 0.13rem; }

.sort-box ul li:nth-child(4n) a { margin-right: 0; }

.sort-box ul li.active a { color: #0a60d1; border-color: #0a60d1; }

.paging { padding-bottom: 0.5rem; }

.paging ul { display: flex; justify-content: center; }

.paging ul li { margin: 0 0.05rem; }

.paging ul li a { display: block; line-height: 0.58rem; font-size: 0.24rem; text-align: center; padding: 0 0.2rem; border: 0.01rem solid #eee; color: #999; }

.paging ul li.active a { color: #fff; background-color: #0a60d1; border-color: #0a60d1; }

body { background-color: #f8f8f8; }

.header-box { position: fixed; top: 0; left: 50%; margin-left: -3.75rem; width: 7.5rem; background-color: #fff; z-index: 999; }

.header-box .header { height: 1.2rem; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }

.header-box .header .logo { display: block; }

.header-box .header .logo img { display: block; max-height: 1rem; }

.header-box .header .back { width: 0.3rem; height: 0.4rem; background-image: url(../icon.png); background-position: -1.77rem 0; background-size: 3rem; }

.header-box .header .tit { font-size: 0.36rem; color: #333; font-weight: normal; max-width: 6rem; overflow: hidden; line-height: 0.8rem; white-space: nowrap; }

.header-box .header .nav-search {width: 2.8rem;height: 0.7rem;border-radius: 0.35rem;background-color: #f0f0f0;background-image: url(../images/searchbg.png);background-size: 0.35rem;background-repeat: no-repeat;background-position: 0.25rem 0.16rem;}

.header-box .header .nav-search .text { border: none; outline: none; background: none; display: block; line-height: 0.7rem; width: 100%; font-size: 0.28rem; color: #666; padding-left: 0.75rem; padding-right: 0.3rem; }

.header-box .header .menu { height: 0.36rem; display: flex; flex-direction: column; justify-content: space-between; }

.header-box .header .menu .icon { display: block; height: 0.04rem; width: 0.4rem; min-height: 2px; border-radius: 0.02rem; background-color: #333; transition: transform 0.3s; }

.right-nav { position: fixed; top: 1.2rem; right: -50%; margin-right: -3.75rem; display: flex; flex-direction: column; padding: 0.7rem 0 0.75rem; width: 7.5rem; height: calc(100vh - 1rem); overflow: auto; background: rgba(255, 255, 255, 0.95); transition: all 0.3s; z-index: 110; }

.right-nav .items { margin: 0 0.3rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(30, 136, 229, 0.15); }

.right-nav .items .item { position: relative; }

.right-nav .items .item a { display: block; padding: 0 0.3rem 0 0.8rem; line-height: 0.7rem; font-size: 0.26rem; color: #333; }

.right-nav .items .item .sub-nav { height: 0; overflow: hidden; transition: all 0.3s; }

.right-nav .items .item.active .sub-nav { height: auto; }

.right-nav .items .item.active::before {content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: #0F2C5D;}

.right-nav.show { right: 50%; }

.banner { margin: 0 0.25rem 0; border-radius: 0.06rem; height: 3rem; overflow: hidden; }

.banner img { display: block; width: 100%; height: 3rem; object-fit: cover; object-position: center; }

.banner .swiper-pagination span { background: rgba(255, 255, 255, 0.6); width: 0.12rem; height: 0.12rem; opacity: 1; }

.banner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #0a60d1; }

.synopsis-box { padding-top: 0.6rem; }

.synopsis-box .index-tit { padding: 0 0.25rem; }

.synopsis-box .synopsis-con { padding: 0 0.25rem; }

.synopsis-box .synopsis-con .synop-text { font-size: 0.24rem; color: #666; line-height: 0.48rem; margin: 0.35rem 0; }

.synopsis-box .synopsis-con .pic { width: 100%; height: 1.85rem; overflow: hidden; }

.synopsis-box .synopsis-con .pic img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.synopsis-box .synopsis-con .intr-data { margin: 0.6rem 0; }

.synopsis-box .synopsis-con .intr-data ul { display: flex; justify-content: space-between; align-items: center; }

.synopsis-box .synopsis-con .intr-data ul li .data { font-size: 0.35rem; color: #333; line-height: 0.442rem; text-align: center; font-weight: bold; }

.synopsis-box .synopsis-con .intr-data ul li p { font-size: 0.18rem; color: #999; line-height: 0.28rem; }

.synopsis-box .ad { height: 3.8rem; width: 100%; margin-top: 0.75rem; }

.synopsis-box .ad img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.product-box { padding: 0.6rem 0.25rem 0.7rem; background-color: #e2e5ec; }

.product-box .product-con { margin-top: 0.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.product-box .product-con .item { width: 3.4rem; margin-bottom: 0.2rem; }

.product-box .product-con .item a { display: block; overflow: hidden; }

.product-box .product-con .item a .pic { width: 100%; height: 2.5rem; }

.product-box .product-con .item a .pic img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.product-box .product-con .item a .text { height: 0.55rem; background-color: #fff; border-top: 1px solid #ededed; display: flex; justify-content: space-between; align-items: center; }

.product-box .product-con .item a .text .elli1 { font-size: 0.24rem; color: #333; line-height: 0.55rem; width: 2.75rem; padding: 0 0.1rem; border-right: 1px solid #ededed; }

.product-box .product-con .item a .text .icon { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 0.15rem; }

.product-box .product-con .item a .text .icon i { display: block; width: 0.3rem; height: 0.03rem; background-color: #b2b2b2; margin-top: 0.07rem; }

.case-box { padding: 0.8rem 0.25rem 0.9rem; }

.case-box .case-con { margin-top: 0.4rem; }

.case-box .case-con a { width: 100%; height: 3.4rem; display: block; position: relative; }

.case-box .case-con a img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.case-box .case-con a .words { width: 6.68rem; height: 0.6rem; background-color: #fff; position: absolute; left: 0.18rem; bottom: 0.15rem; z-index: 10; line-height: 0.6rem; display: flex; align-items: center; }

.case-box .case-con a .words strong { display: block; padding: 0 0.15rem; font-size: 0.36rem; color: #cccccc; }

.case-box .case-con a .words span { display: block; font-size: 0.24rem; color: #333; font-weight: 600; width: 4.6rem; }

.case-box .case-con .swiper-pagination { bottom: 0.4rem; padding: 0 0.3rem; text-align: right; }

.case-box .case-con .swiper-pagination .swiper-pagination-bullet {width: 0.1rem;background-color: #0F2C5D;height: 0.1rem;}

.article-box { padding: 0.85rem 0 1rem; background: url(../images/articlebg.jpg) no-repeat center/cover; }

.article-box .tit {text-align: center;color: #000;padding-bottom: 0.85rem;}

.article-box .tit h2 { font-size: 0.36rem; font-weight: bold; line-height: 0.48rem; }

.article-box .tit h3 { font-weight: 400; margin-top: 0.1rem; }

.article-box .tit h3 .cn { font-size: 0.24rem; letter-spacing: 10px; }

.article-box .tit h3 .en { text-transform: uppercase; letter-spacing: 0.75em; font-size: 0.14rem; }

.article-box .article-list .swiper-slide { width: 5rem; margin-right: 0.3rem; padding-top: 0.5rem; opacity: 0.2; transition: all 0.35s; }

.article-box .article-list .swiper-slide.swiper-slide-active { opacity: 1; }

.article-box .article-list .swiper-slide a {display: block;padding: 0.65rem 0.4rem 0.5rem;position: relative;background-color: #0F2C5D;}

.article-box .article-list .swiper-slide a i {display: block;font-style: normal;color: #fff;font-size: 0.84rem;font-weight: bold;width: 1rem;height: 1rem;line-height: 1rem;text-align: center;position: absolute;right: 0.5rem;top: -0.45rem;font-family: arial;}

.article-box .article-list .swiper-slide a h3 {font-size: 0.3rem;line-height: 0.42rem;font-weight: bold;color: #fff;font-family: Microsoft YaHei;}

.article-box .article-list .swiper-slide a p {font-size: 0.2rem;line-height: 0.32rem;color: #8692a8;margin: 0.3rem 0 0.45rem;}

.article-box .article-list .swiper-slide a img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.news-box { padding: 0.65rem 0.25rem 0.6rem; }

.news-box .news-lixt { margin-top: 0.1rem; }

.news-box .news-lixt .item { padding-top: 0.25rem; }

.news-box .news-lixt .item a { display: flex; align-items: center; justify-content: space-between; }

.news-box .news-lixt .item a .time { border: 1px solid #e2e5ec; width: 1.48rem; height: 1.48rem; color: #666; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.news-box .news-lixt .item a .time i { font-size: 0.75rem; line-height: 0.7rem; }

.news-box .news-lixt .item a .time span { font-size: 0.22rem; line-height: 0.3rem; }

.news-box .news-lixt .item a .desc { width: 5.1rem; }

.news-box .news-lixt .item a .desc h3 { font-size: 0.28rem; color: #333; line-height: 0.36rem; font-weight: normal; margin-bottom: 0.15rem; }

.news-box .news-lixt .item a .desc p { font-size: 0.22rem; color: #666; line-height: 0.3rem; }

.case .Case-list { padding: 0 0.25rem; }

.case .Case-list a { display: block; }

.case .Case-list a .pic { height: 3.65rem; width: 100%; overflow: hidden; }

.case .Case-list a .pic img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.case .Case-list a .text { margin: 0.4rem 0; }

.case .Case-list a .text h3 { font-size: 0.28rem; color: #0a60d1; line-height: 0.36rem; text-align: center; }

.case .Case-list a .text p { text-align: center; font-size: 0.22rem; line-height: 0.3rem; color: #999; margin-top: 0.1rem; }

.product .product-list { padding: 0 0.25rem 0.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.product .product-list .item { width: 3.4rem; margin-bottom: 0.2rem; }

.product .product-list .item a { display: block; overflow: hidden; border: 1px solid #ededed; }

.product .product-list .item a .pic { width: 100%; height: 2.5rem; }

.product .product-list .item a .pic img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.product .product-list .item a .text { height: 0.55rem; background-color: #fff; border-top: 1px solid #ededed; display: flex; justify-content: space-between; align-items: center; }

.product .product-list .item a .text .elli1 { font-size: 0.24rem; color: #333; line-height: 0.55rem; width: 2.75rem; padding: 0 0.1rem; border-right: 1px solid #ededed; }

.product .product-list .item a .text .icon { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 0.15rem; }

.product .product-list .item a .text .icon i { display: block; width: 0.3rem; height: 0.03rem; background-color: #b2b2b2; margin-top: 0.07rem; }

.news .news-list { padding: 0 0.25rem; }

.news .news-list .item { margin-bottom: 0.3rem; }

.news .news-list .item a { display: flex; justify-content: space-between; align-items: center; }

.news .news-list .item a .pic { width: 2.7rem; height: 1.9rem; overflow: hidden; border-radius: 0.05rem; flex-shrink: 0; }

.news .news-list .item a .pic img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.news .news-list .item a .text { padding-left: 0.25rem; flexgrow: 1; }

.news .news-list .item a .text .news-tit { font-size: 0.3rem; line-height: 0.48rem; color: #333; text-align: left; }

.news .news-list .item a .text .time { margin-top: 0.5rem; font-size: 0.24rem; color: #999; }

.article-details .article-title { padding: 0.45rem 0.25rem; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

.article-details .article-title h2 { font-size: 0.36rem; color: #333; line-height: 0.48rem; }

.article-details .article-title .article-info { display: flex; margin-top: 0.1rem; }

.article-details .article-title .article-info .source, .article-details .article-title .article-info .time { font-size: 0.2rem; color: #999; line-height: 0.28rem; margin-right: 0.15rem; }

.article-details .article-con { padding: 0.3rem 0.25rem; font-size: 0.26rem; color: #333; line-height: 0.48rem; text-align: justify; }

.article-details .article-con img { margin: 0.25rem 0; width: 100%; }

.contactus-pag { padding: 0 0.25rem; }

.contactus-pag .contact-us-con { padding: 0.5rem 0.3rem; text-align: center; }

.contactus-pag .contact-us-con p { font-size: 0.22rem; line-height: 0.36rem; color: #333; }

.contactus-pag .contact-us-con a { display: block; font-size: 0.36rem; margin-top: 0.2rem; color: #0a60d1; font-weight: bold; }

.contactus-pag .map-box img { width: 100%; }

.contactus-pag .mode-box { margin-top: 0.5rem; font-size: 0.2rem; line-height: 0.36rem; color: #666; }

.sub-message { padding-top: 0.8rem; padding-bottom: 0.7rem; }

.sub-message h2 { font-size: 0.22rem; line-height: 0.36rem; color: #333; padding-left: 0.5rem; height: 0.36rem; position: relative; }

.sub-message h2::before { content: ''; width: 3px; height: 0.36rem; background-color: #0a60d1; display: block; position: absolute; top: 0; left: 0.3rem; }

.sub-message .form { padding: 0 0.3rem; display: flex; flex-wrap: wrap; }

.sub-message .form input { display: inline-block; vertical-align: middle; width: 3.2rem; line-height: 0.48rem; font-size: 0.2rem; border: none; border-bottom: 1px solid #eaeaea; background-color: transparent; padding: 0; margin-top: 0.45rem; outline: none; }

.sub-message .form input:first-child { margin-right: 0.35rem; }

.sub-message .form textarea { display: inline-block; width: 100%; height: 1.12rem; font-size: 0.2rem; color: #666; line-height: 0.28rem; border: none; border-bottom: 1px solid #eaeaea; background-color: transparent; outline: none; margin-top: 0.4rem; font-family: 'microsoft yahei'; }

.sub-message .form .code { display: block; height: 0.48rem; margin-left: 0.1rem; margin-top: 0.45rem; width: 3.2rem; }

.sub-message .form buttom {display: block;width: 1.7rem;height: 0.6rem;line-height: 0.6rem;text-align: center;font-size: 0.22rem;color: #fff;background-color: #0F2C5D;margin: 0.5rem auto 0;cursor: pointer;}

.no-result { position: fixed; top: 50%; margin-top: -0.8rem; height: 0.8rem; padding: 0 0.25rem; width: 100%; max-width: 7.5rem; }

.no-result h3 { font-size: 0.3rem; text-align: center; line-height: 0.42rem; }

.no-result p { margin-top: 0.1rem; font-size: 0.2rem; color: #666; text-align: center; line-height: 0.3rem; }

.fix-footer { position: fixed; width: 100%; height: 1rem; max-width: 750px; min-width: 320px; bottom: 0; border-bottom: 0; background-color: #ffffff; z-index: 100; box-shadow: 0px -1px 7px 0px rgba(190, 190, 190, 0.36); display: flex; align-items: center; justify-content: space-around; padding-top: 0.15rem; }

.fix-footer .item { display: flex; flex-direction: column; align-items: center; }

.fix-footer .item .icon { width: 0.44rem; height: 0.4rem; background-color: #b2b2b2; background-image: url(../icon.png); background-size: 3rem; overflow: hidden; }

.fix-footer .item:nth-child(2) .icon { background-position: -0.44rem 0; }

.fix-footer .item:nth-child(3) .icon { background-position: -0.86rem 0; }

.fix-footer .item:nth-child(4) .icon { background-position: -1.28rem 0; }

.fix-footer .item .txt { font-size: 0.22rem; color: #ccc; line-height: 0.28rem; margin-top: 0.1rem; }

.fix-footer .item.active .icon {background-color: #0F2C5D;}

.fix-footer .item.active .txt {color: #0F2C5D;}
