@charset "utf-8"; /*** *** css初始化 *** ***/ * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } ul, ol { margin: 0; padding-left: 0; } li { list-style: none; } a { text-decoration: none; } a:hover { text-decoration: none; } img { display: block; } #edition-cn { font-family: '微软雅黑'; } #edition-en { font-family: 'Arial'; } .fl { float: left; } .fr { float: right; } .clearfix { content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden; } .am-container { padding-left: 1.6rem !important; padding-right: 1.6rem !important; } body { font-size: 1.4rem; } /******************************************************* css初始化 END */ #edition-en .en { display: block; } #edition-en .cn { display: none; } #edition-cn .cn { display: block; } #edition-cn .en { display: none; } /*** *** 头部 *** ***/ header { z-index: 999; position: fixed; top: 0; height: 60px; -webkit-transition: all .5s; transition: all .5s; } .header-menu { padding-left: 1.6rem; height: 60px; background: #fff; -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1); } .logo { padding-top: 12px; } .logo img { height: 36px; } .logo span { margin-left: 0.8rem; padding-left: 0.8rem; border-left: 1px solid #ddd; } .logo em { color: #d50f0f; line-height: 1.4rem; display: block; } .headerlogo { background: url(/templets/images/headerlogo.png) no-repeat center; content: ''; width: 100%; height: 30px; background-size: 80% auto; } .aboutlogo { background: url(/templets/images/indexaboutlogo.png) no-repeat center; width: 100%; height: 50px; background-size: 80% auto; } .header-block { height: 60px; } .menu-m { z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; background: #001c44; padding: 0 1.5rem; } .menu-m { transform: translateY(-100%); -webkit-transform: translateY(-100%); -webkit-transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1); transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1); } .menu-top-show { transform: translateY(0); -webkit-transform: translateY(0); } .menu-m li { line-height: 4.6rem; } .menu-m li a { position: relative; color: #fff; display: block; line-height: 4.6rem; font-size: 1.4rem; border-bottom: 1px solid #01419e; text-indent: 1rem; } .menu-m li i { position: absolute; top: 0; right: 1rem; display: block; font-style: normal; font-size: 2.2rem; -webkit-transition: all .3s; transition: all .3s; -webkit-transform-origin: center center; transform-origin: center center; text-indent: 0; } .menu-m a.open i { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-m li ul ul { display: none; } .nav-menu { padding: 5.8rem 0 2rem; } .nav-menu ul { padding: 0; } .nav-menu h1 { line-height: 1.2em; color: #fff; font-weight: bold; margin-bottom: 20px; } .menu-son { background: #001028; display: none; } .menu-son li a { font-size: 1.4rem; } .menu-son li:last-child { border-bottom: none; } .menu-btn { z-index: 9999; position: fixed; top: 0; right: 0; width: 60px; display: block; height: 60px; line-height: 60px; font-size: 1.4rem; color: #727272; display: block; text-align: left; background: #001c44; } .menu-btn:hover { color: #727272; } .menu-btn img { height: 20px; float: left; margin: 1.7rem 1.6rem 0 0; } .menu-btn span { position: relative; float: left; margin: 30px 0 0 19px; width: 22px; height: 2px; display: block; background: #fff; } .menu-btn i { position: absolute; left: 0; width: 22px; height: 2px; display: block; background: #fff; transition-duration: .3s,.3s; -webkit-transition-duration: .3s,.3s; transition-delay: .3s,0s; -webkit-transition-delay: .3s,0s; } .menu-btn i.mbtn-top { top: -8px; -webkit-transition-property: top,-webkit-transform; transition-property: top,-webkit-transform; transition-property: top,transform; transition-property: top,transform,-webkit-transform; -webkit-transition-property: top,transform; background: #fff; } .menu-btn i.mbtn-bottom { bottom: -8px; -webkit-transition-property: bottom,-webkit-transform; transition-property: bottom,-webkit-transform; transition-property: bottom,transform; transition-property: bottom,transform,-webkit-transform; -webkit-transition-property: bottom,transform; background: #fff; } .menu-btn .menu-font { font-style: normal; } .menu-btn-on span { background: #001c44; margin-right: 1.6rem; } .menu-btn-on img { display: none; } .menu-btn-on, .menu-btn-on:hover { color: #fff; } .menu-btn-on i.mbtn-top, .menu-btn-on i.mbtn-bottom { background: #fff; transition-delay: 0s,.3s; -webkit-transition-delay: 0s,.3s; } .menu-btn-on i.mbtn-top { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); } .menu-btn-on i.mbtn-bottom { bottom: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .menu-btn-on .menu-font { display: none; } .menu-nav { display: none; background: #001c44; position: fixed; width: 100%; top: 60px; left: 0; } .slinky-menu a.next:after, .slinky-menu a.back:before { line-height: 1.8; } .slinky-menu h2 { background: #001c44; } /******************************************************* HEADER END */ /*** *** 脚部 *** ***/ .foot-pro { border-top: 1px solid #eee; } .foot-pro .foot-nav { background: #f1f5f9; } .foot-pro .foot-nav li a { display: block; padding: 0 1.6rem; font-size: 1.4rem; line-height: 4rem; border-bottom: 1px solid #dfe5e9; color: #4d4d4d; } /* .foot-pro .foot-nav .li-2 { display: none; } */ .foot-pro .foot-tact { background: #f1f5f9; text-align: center; } .foot-pro .foot-tact ul { display: inline-block; } .foot-pro .foot-tact ul li { float: left; } .foot-pro .foot-tact ul li a { display: block; margin: 0 1.5rem; } .foot-pro .foot-tact ul li a .ico { display: inline-block; width: 3.6rem; height: 3.6rem; background: url("/templets/images/tact-ico1.png") no-repeat; background-size: cover; vertical-align: middle; } .foot-pro .foot-tact ul li a .tit { display: inline-block; line-height: 3.6rem; font-size: 1.6rem; padding-left: 1rem; color: #4d4d4d; } .foot-pro .foot-tact ul li:nth-child(2) a .ico { background: url("/templets/images/tact-ico2.png") no-repeat; background-size: cover; } .foot-pro .foot-epd { background: #fff; padding: 1rem 0; font-size: 1.2rem; text-align: center; color: #818181; line-height: 2rem; } .foot-pro .foot-epd p { width: 90%; margin: 0 auto; } .foot-pro .foot-epd p .kong { display: none; } .foot-pro .foot-epd a { color: #818181; } .foot-pro .share { height: 60px; } /******************************************************* FOOTER END */ /*** *** 首页 *** ***/ /* 首页轮播图 */ .video-banner { position: relative; width: 100%; } .video-banner .video-btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #3a7ab8; font-size: 5rem; } .video-banner img { width: 100%; } .index-video { z-index: -1; visibility: hidden; position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; background: rgba(0, 0, 0, 0.95); -webkit-transition: all .3s; transition: all .3s; } .index-video.show { z-index: 999999; visibility: visible; opacity: 1; } .index-video.show video { display: block; } .index-video video { display: none; position: absolute; display: block; width: 100%; max-width: 100%; max-width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .videopause { opacity: 0; visibility: hidden; position: absolute; z-index: 99999; top: 1rem; right: 1rem; } .videopause.show { opacity: 1; visibility: visible; } .index-banner .am-slider .am-direction-nav { display: none; /*去掉轮播图 左右按钮 */ } /*--------------------产品列表---------------------*/ .index-pro .pro-tit { font-size: 2.2rem; line-height: 3rem; text-align: center; font-weight: 600; color: #3a7ab8; } .index-pro .pro-smtit { padding-top: .5rem; font-size: 1.4rem; color: #4d4d4d; } .index-pro .swiper-container .swiper-slide .pic img { width: 100%; } .index-pro .swiper-container .swiper-slide .tit { padding: 0 1rem; line-height: 3.2rem; font-size: 1.4rem; border-bottom: 1px solid #ddd; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #555; } .index-pro .swiper-container .swiper-button-next { display: none; } .index-pro .swiper-container .swiper-button-prev { display: none; } .index-pro .btn-list { text-align: center; } .index-pro .btn-list .box { display: inline-block; } .index-pro .btn-list .box .item { margin: 0 1rem; float: left; width: 3rem; } .index-pro .btn-list .box .item img { width: 100%; } /*--------------------关于我们---------------------*/ .index-about { width: 100%; } .index-about a { display: block; } .index-about a img { width: 100%; } /******************************************************* INDEX END */ /*** *** 内页 *** ***/ .page-banner { display: none; width: 100%; } .page-banner img { width: 100%; } .page-banner .en { display: none; } .page-title { font-size: 1.6rem; line-height: 40px; color: #000; } .page-title .tit { border-bottom: 1px solid #eee; text-indent: 5px; } .page-choose { background: #fff; } .page-choose .choose-box { position: relative; } .page-choose .choose-title { font-size: 1.6rem; line-height: 40px; color: #000; } .page-choose .choose-title .title-box { border-bottom: 1px solid #eee; } .page-choose .choose-title .tit { text-indent: 5px; } .page-choose .choose-title i { margin-right: 5px; font-size: 1.6rem; } .page-choose .choose-list { position: absolute; z-index: 10; top: 42px; left: 0; width: 100%; line-height: 3.6rem; background: #fff; display: none; } .page-choose .choose-list li { border-bottom: 1px solid #eee; } .page-choose .choose-list li .tit { text-indent: 5px; } .page-choose .choose-list li i { margin-right: 5px; display: none; } .page-choose .choose-list li a { color: #333; } .page-choose .choose-list .on i { display: block; } .page-choose .choose-listmore { display: none; position: absolute; z-index: 10; top: 42px; left: 0; width: 100%; background: #fff; } .page-choose .choose-listmore ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -ms-flex-wrap: wrap; flex-wrap: wrap; } .page-choose .choose-listmore ul li { width: 33.3%; margin-bottom: 1rem; text-align: center; } .page-choose .choose-listmore ul li .tit { display: inline-block; color: #333; } .page-choose .choose-listmore ul .on .tit { border-bottom: 2px solid #001c44; } .page-position { background: #f8f8f8; color: #999; line-height: 4rem; } .page-position a { color: #999; } .list-product .pro-position { background: #f8f8f8; color: #999; line-height: 4rem; } .list-product .pro-infomess{display: none;} .list-product .pro-infomess img{ max-width: 100%; margin: 0 auto; } .list-product .pro-position a { color: #999; } .list-product .pro-info .info-tit { text-align: center; color: #001c44; font-weight: bold; font-size: 2.2rem; line-height: 1; } .list-product .pro-info .info-l { width: 100%; } .list-product .pro-info .info-l img { margin: 0 auto; width: 100%; } .list-product .pro-info .info-r { width: 100%; } .list-product .pro-info .info-r .info-list { border-top: 1px solid #eaeaea; } .list-product .pro-info .info-r .info-list li .tit { color: #000; padding-left: 1rem; padding-right: 2.5rem; border-bottom: 1px solid #eaeaea; cursor: pointer; font-size: 1.6rem; line-height: 4rem; } .list-product .pro-info .info-r .info-list li .tit span { float: right; font-size: 2rem; line-height: 4rem; } .list-product .pro-info .info-r .info-list li .cont { display: none; color: #555; padding: 1rem; border-bottom: 1px solid #eaeaea; } .list-product .pro-info .info-r .info-list li .cont p { font-size: 1.4rem; padding-bottom: 0.5rem; } .list-product .pro-info .info-r .info-list li .cont p a { color: #555; } .list-product .pro-info .info-r .info-list li .cont.on { display: block; } .list-product .pro-info .info-r .info-list li .cont img{ max-width: 100%; margin: 0 auto; } .list-product .pro-list { background: #001c44; } .list-product .pro-list .list-tit { text-align: center; color: #fff; font-size: 1.6rem; padding-bottom: .5rem; } .list-product .pro-list .list-smtit { text-align: center; color: #fff; font-size: 1.4rem; } .list-product .pro-list ul.list li { float: left; width: 50%; padding-bottom: 1.6rem; } .list-product .pro-list ul.list li a { display: block; width: 100%; height: 100%; background: #fff; color: #333; } .list-product .pro-list ul.list li a .pic { padding: 1rem 0; width: 100%; } .list-product .pro-list ul.list li a .pic img { width: 80%; margin: 0 auto; -webkit-transition: all .3s; transition: all .3s; } .list-product .pro-list ul.list li a .tit { line-height: 3rem; font-size: 1.4rem; text-align: center; padding: 0 10px; -webkit-transition: all .3s; transition: all .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list-product .pro-list ul.list li:nth-child(odd) { padding-right: .8rem; } .list-product .pro-list ul.list li:nth-child(even) { padding-left: .8rem; } .list-product .pro-contact .cont-l p { font-size: 1.6rem; } .list-product .pro-contact .cont-r a { display: block; width: 150px; height: 3.6rem; line-height: 3.6rem; font-size: 1.4rem; margin: 0 auto; text-align: center; color: #fff; background: #7bb83a; border: 1px solid #7bb83a; } .list-product .pro-contact .cont-r a:hover { color: #7bb83a; background: #fff; } .menu-product .info-tit{ text-align: center; color: #001c44; font-weight: bold; font-size: 2.2rem; line-height: 1; } .menu-product .pro-list li{ border: 0; margin-bottom: 1.6rem; } .menu-product .pro-list li a{ padding: 0; } .menu-product .pro-list li .tit{ color: #4d4d4d; text-align: center; padding: 0 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 3.6rem; } .menu-product .pro-list li img{ width: 100%; } .menu-product .pro-list li:nth-child(odd){ padding-right: .8rem; } .menu-product .pro-list li:nth-child(even){ padding-left: .8rem; } .menu-product .tit-list{ position: relative; line-height: 5rem; color: #fff; background: #001c44; padding: 0 1.5rem; margin-bottom: 2.4rem; } .menu-product .tit-list ul{ display: none; position: absolute; top: 5rem; left: 0; padding: 0 1.5rem; z-index: 10; width: 100%; background: #fff; padding-bottom: 1.5rem; } .menu-product .tit-list li{ line-height: 4rem; border-bottom: 1px solid #ddd; } .menu-product .tit-list li a{ color: #555; display: block; font-size: 1.4rem } .menu-product .tit-list li i{ display: none; } .menu-product .tit-list li.on i{ display: block; } /* .menu-product .tit-list li:nth-last-child(1){ border-bottom: none; } */ .art-product .pro-position { background: #f8f8f8; } .art-product .pro-position .pos-l { color: #999; line-height: 4rem; } .art-product .pro-position .pos-l a { color: #999; } .art-product .pro-position .pos-l a:hover { color: #001c44; } .art-product .pro-position .pos-r { position: relative; } .art-product .pro-position .pos-r .tit { text-align: center; padding: 0 30px; cursor: pointer; line-height: 64px; color: #fff; background: #7bb83a; font-size: 18px; font-weight: bold; } .art-product .pro-position .pos-r .info { display: none; position: absolute; width: 100%; } .art-product .pro-position .pos-r .info li a { display: block; text-align: center; background: #7bb83a; color: #fff; border-top: 1px solid #90d744; line-height: 40px; font-size: 14px; } .art-product .pro-position .pos-r .info li:hover a { background: #5a862b; } .art-product .pro-tit { text-align: center; color: #001c44; font-weight: bold; font-size: 2.2rem; line-height: 1; } .art-product .pro-info .info-l { width: 100%; } .art-product .pro-info .info-l img { margin: 0 auto; width: 100%; } .art-product .pro-info .info-r { width: 100%; padding: 2.4rem 0; } .art-product .art-title { text-align: center; } .art-product .art-title .tit { font-size: 2.2rem; line-height: 4rem; height: 4rem; padding: 0 1rem; color: #3a7ab8; display: inline-block; font-weight: bold; position: relative; } .art-product .art-title .tit::before { content: ""; display: block; width: 5rem; position: absolute; left: -5rem; top: 2rem; height: 1px; background: #3a7ab8; } .art-product .art-title .tit::after { content: ""; display: block; width: 5rem; position: absolute; right: -5rem; top: 2rem; height: 1px; background: #3a7ab8; } .art-product .gray { background: #eef0f3; } .art-product .art-cont { margin-top: 2.4rem; } .art-product .art-cont img { margin: 0 auto; max-width: 100%; } .art-product .liangdian, .art-product .yingyong, .art-product .shipin, .art-product .ziliao, .art-product .fuwu, .art-product .jishu, .art-product .lianxi { padding: 2.4rem 0; } .art-product .liangdian, .art-product .yingyong, .art-product .shipin, .art-product .ziliao, .art-product .fuwu, .art-product .jishu { border-bottom: 1px solid #eee; } .art-product .liangdian { border-top: 1px solid #eee; } .art-product .yingyong .art-cont p{ line-height: 1.8; } .art-product .yingyong .art-cont img{ margin: 0; padding: 0; display: inline; max-width: 100%; } .art-product .shipin{ padding-left: .8rem; padding-right: .8rem; } .art-product .shipin .art-cont ul{ width: 100%; text-align: center; } .art-product .shipin .art-cont li{ width: 49%; display: inline-block; padding: 0 .8rem; } .art-product .shipin .art-cont li img{ width: 100%; } .art-product .ziliao { padding-bottom: 0; } .art-product .ziliao li { width: 100%; float: left; margin-bottom: 2.4rem; } .art-product .ziliao li .pic { width: 100%; } .art-product .ziliao li .pic img { width: 100%; } .art-product .ziliao li h4 { padding-top: 1rem; color: #001c44; font-size: 1.6rem; font-weight: bold; } .art-product .ziliao li p { color: #001c44; } .page-about .about-cont { background: url("/templets/images/about-banner-m.jpg"); background-size: cover; background-position: center center; } .page-about .about-cont .tit { font-size: 2.2rem; color: #fff; text-align: center; font-weight: bold; padding-bottom: 1.5rem; } .page-about .about-cont .cont { color: #fff; text-indent: 2em; } .page-about .about-box .info { padding-bottom: .4rem; } .page-about .about-box .tit { font-size: 2.2rem; text-align: center; font-weight: bold; color: #001c44; padding-bottom: 1.5rem; } .page-about .about-box .cont { text-indent: 2em; } .page-about .about-box .cont p { padding-bottom: 2rem; } .page-about .about-box .pic { width: 100%; } .page-about .about-box .pic img { width: 100%; } .pagemain .nodata { display: none; text-align: center; padding-bottom: 1rem; } .pagemain .loading { display: none; text-align: center; height: 0; font-size: 0; } .page-news { background: #fafafa; } .page-news [class*=am-u-] { padding: 0; } .page-news .am-list { margin-bottom: 0; } .page-news .am-list > li { border: 0; margin-bottom: 2.4rem; } .page-news .news-list li { background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } .page-news .news-list li .pic { width: 100%; } .page-news .news-list li .pic img { width: 100%; } .page-news .news-list li .new-contbox { padding-top: 2rem; padding-bottom: 2rem; font-size: 1.6rem; } .page-news .news-list li .new-contbox h3 { color: #000; line-height: 2.2rem; font-weight: 600; } .page-news .news-list li .new-contbox .time { color: #aaa; font-size: 1.4rem; line-height: 3rem; } .page-news .news-list li .new-contbox .description { color: #333; font-size: 1.4rem; line-height: 2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .page-news .news-list li .new-contbox .en { display: none; } .art-news .news-info .news-tit { text-align: center; border-bottom: 1px solid #eee; } .art-news .news-info .news-tit .tit { font-weight: 600; color: #000; font-size: 1.6rem; } .art-news .news-info .news-tit .data { font-size: 1.2rem; color: #aaa; } .art-news .news-info .news-content p { font-size: 1.5rem; } .art-news .news-info .news-content img { width: 100%; } .page-hangye { background: #fafafa; padding-bottom: 1.4rem; } .page-hangye li { float: left; width: 50%; padding-bottom: 1.6rem !important; } .page-hangye li .pic { width: 100%; } .page-hangye li .pic img { width: 100%; } .page-hangye li .tit { line-height: 3.2rem; background: #fff; padding: 0 1rem; font-size: 1.4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #555; } .page-hangye li:nth-child(odd) { padding-right: .8rem; } .page-hangye li:nth-child(even) { padding-left: .8rem; } .art-hangye .hangye-pic { width: 100%; } .art-hangye .hangye-pic img { width: 100%; } .art-hangye .hangye-cont img { display: block; width: 100%; } .art-hangye .xg-list { background: #001c44; } .art-hangye .xg-list .list-tit { text-align: center; color: #fff; font-size: 1.8rem; padding-bottom: 2rem; } .art-hangye .xg-list ul.list li { float: left; width: 50%; padding-bottom: 1.6rem; } .art-hangye .xg-list ul.list li a { display: block; width: 100%; height: 100%; background: #fff; color: #333; } .art-hangye .xg-list ul.list li a .pic { padding: 1rem 0; width: 100%; } .art-hangye .xg-list ul.list li a .pic img { width: 80%; margin: 0 auto; -webkit-transition: all .3s; transition: all .3s; } .art-hangye .xg-list ul.list li a .tit { line-height: 3rem; font-size: 1.4rem; text-align: center; padding: 0 10px; -webkit-transition: all .3s; transition: all .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .art-hangye .xg-list ul.list li:nth-child(odd) { padding-right: .8rem; } .art-hangye .xg-list ul.list li:nth-child(even) { padding-left: .8rem; } .page-zhaopin{ background: #fafafa; } .page-zhaopin li{ border: 1px solid #ddd; margin-bottom: 2.4rem; } .page-zhaopin .zp-top{ padding: 0 1.6rem; line-height: 4.2rem; background: #d8ecf8; } .page-zhaopin .zp-top i{ line-height: 4.2rem; -webkit-text-stroke: 1px #d8ecf8; color: #008cd6; } .page-zhaopin .zp-bottom{ padding: 1.6rem; } .page-fuwu .fuwu-info { background: url("/templets/images/fuwu-banner-m.jpg") center center; background-size: cover; } .page-fuwu .fuwu-info .tit { font-size: 2.2rem; padding-bottom: 1.5rem; color: #fff; text-align: center; font-weight: bold; } .page-fuwu .fuwu-info .smtit { color: #fff; font-size: 1.6rem; text-align: center; } .page-fuwu .fuwu-content .item { padding: 2.4rem 1.6rem; border-bottom: 1px solid #ddd; } .page-fuwu .fuwu-content .item .tit { font-size: 1.8rem; color: #001c44; font-weight: bold; padding-bottom: 1rem; } .page-fuwu .fuwu-content .item .cont { text-indent: 2em; } .page-fuwu .fuwu-content .item .tel { color: #7bb83a; } .page-fuwu .fuwu-content .item .download { display: block; width: 120px; line-height: 3.6rem; text-align: center; color: #fff; font-size: 1.6rem; margin-top: 1rem; background: #001c44; } .page-fuwu .fuwu-content .item:nth-child(3) { border-bottom: none; } .page-zhaoshang .zs-info { background: url("/templets/images/zhaoshang-banner-m.jpg") no-repeat center center; background-size: cover; padding: 2.4rem 0; } .page-zhaoshang .zs-info .tit { font-size: 2.2rem; color: #fff; font-weight: bold; padding-bottom: 1rem; } .page-zhaoshang .zs-info .tel { color: #fff; font-size: 1.6rem; } .page-zhaoshang .zs-info .cont { color: #fff; } .page-zhaoshang .zs-cont .cont-box { padding: 2.4rem 0 0; border-bottom: 1px solid #ddd; } .page-zhaoshang .zs-cont .cont-box:nth-child(4) { padding-bottom: 0; } .page-zhaoshang .zs-cont .font { padding-bottom: 2.4rem; } .page-zhaoshang .zs-cont .tit { color: #001c44; font-size: 1.8rem; font-weight: bold; padding-bottom: 1rem; } .page-zhaoshang .zs-cont .pic { width: 100%; } .page-zhaoshang .zs-cont .pic img { width: 100%; } #lianxi { background: #eef0f3; } #lianxi .contact-title { font-size: 2.2rem; text-align: center; color: #001c44; font-weight: bold; padding-bottom: 1.5rem; } #lianxi .lx-des { text-indent: 2em; } #lianxi .tact-form input { width: 100%; height: 3.6rem; margin-bottom: 1.5rem; border: 0; outline: none; text-indent: 1rem; border-radius: 5px; } #lianxi .tact-form textarea { width: 100%; height: 100px; padding-top: 1rem; border: 0; outline: none; text-indent: 1rem; margin-bottom: 1.5rem; border-radius: 5px; } #lianxi .tact-form .coolbg { text-indent: 0; width: 120px; height: 3.6rem; color: #fff; background: #001c44; display: block; margin: 0 auto; } /******************************************************* PAGE END */ /******************************************************* PAGE END */ /*** *** 其他通用样式 *** ***/ .prenext li { padding: 0; } .prenext li a { display: block; width: 100%; height: 100%; font-size: 1.4rem; padding: 1rem 1rem; color: #444; } .prenext .epd-backlist .am-btn { border: 0; } .prenext .epd-backlist a { background: #001c44; color: #fff !important; } .prenext .epd-prev, .prenext .epd-next { border: none; } .ajax-loading { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); } .ajax-loading .loading-box { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .ajax-loading .loading-box i { font-size: 5rem; line-height: 5.4rem; color: #fff; text-shadow: 0 0 0 #555,0 0 2px #555; } .ajax-loading .loading-box p { color: #fff; text-shadow: 0 0 0 #555,0 0 2px #555; } /******************************************************* OTHER END */ /*# sourceMappingURL=css_m.css.map */