@charset "utf-8"; /*** 首页样式表 color: #0452a1; color: #ee0000; color: #f45c00; ***/ /* 首页板块 */ .index-column-box { padding: 80px 0; } /* 首页标题 */ .index-title-box { position: relative; font-size: 16px; height: 44px; line-height: 44px; background: #f5f5f5; padding-right: 1em; z-index: 99; } .index-title-box .title { color: #0452a1; padding: 0 1em; background: #fff; float: left; border: solid 1px #ccc; border-bottom: solid 1px #fff; height: 43px; position: relative; } .index-title-box .title::before { width: calc(100% - 2em); content: ''; display: block; height: 2px; background: #0452a1; position: absolute; left: 1em; bottom: 0; } .index-title-box .more { font-size: 14px; float: right; line-height: 44px; color: #999; transition: 0.5s; } .index-title-box .more:hover { color: #0452a1; } /* 视频 */ .index-banner-box { padding: 40px 0 0; } .index-banner { float: left; width: 800px; height: 470px; background: #000; } .index-banner video { display: block; width: 100%; } /* 热门资讯 */ .index-banner-news { float: left; width: 380px; margin-left: 20px; } .index-banner-news-nav { position: relative; font-size: 16px; height: 44px; line-height: 44px; background: #f5f5f5; padding-right: 1em; z-index: 99; } .index-banner-news-nav a { padding: 0 1em; float: left; color: #0452a1; position: relative; } .index-banner-news-nav a.focus { color: #0452a1; height: 43px; background: #fff; border: solid 1px #ccc; border-bottom: solid 1px #fff; } .index-banner-news-nav a.focus::before { width: calc(100% - 2em); content: ''; display: block; height: 2px; background: #0452a1; position: absolute; left: 1em; bottom: 0; } .index-banner-news-list { padding: 15px; border: solid 1px #ccc; background: #fff; height: 425px; box-sizing: border-box; } .index-banner-news-list .item:first-child { margin-top: 0px; } .index-banner-news-list .item { margin-top: 10px; } .index-banner-news-list .item .title { font-size: 14px; line-height: 1.5em; color: #666; transition: 0.5s; } .index-banner-news-list .item .title:hover { color: #0452a1; opacity: 0.8; } .index-banner-news-list .item .title span { font-size: 14px; font-weight: bold; color: #0452a1; display: inline-block; vertical-align: bottom; padding-right: 6px; margin-right: 6px; position: relative; } .index-banner-news-list .item .title span::before { position: absolute; content: ''; display: block; width: 1px; background: #ccc; height: 14px; right: 0; top: 50%; margin-top: -7px; } /* 分栏新闻 */ .index-fenlan-news-box {} .index-fenlan-news-box .news-box-item { float: left; width: 31%; margin-right: 3.5%; margin-top: 1.5%; box-sizing: border-box; } .index-fenlan-news-box .news-box-item:nth-child(1), .index-fenlan-news-box .news-box-item:nth-child(2), .index-fenlan-news-box .news-box-item:nth-child(3) { margin-top: 0%; } .index-fenlan-news-box .news-box-item:nth-child(3n) { margin-right: 0; } .index-fenlan-news-box .news-box-item-list { padding: 15px; border: solid 1px #ccc; position: relative; z-index: 3; } .index-fenlan-news-box .news-box-item-list .hot-news {} .index-fenlan-news-box .news-box-item-list .hot-news .pic { width: 30%; float: left; padding-bottom: 27%; } .index-fenlan-news-box .news-box-item-list .hot-news .text { float: left; width: 70%; box-sizing: border-box; padding-left: 10px; } .index-fenlan-news-box .news-box-item-list .hot-news .title { font-size: 16px; color: #333; transition: 0.5s; padding-bottom: 5px; } .index-fenlan-news-box .news-box-item-list .hot-news:hover .title { color: #0452a1; } .index-fenlan-news-box .news-box-item-list .hot-news .info { font-size: 14px; line-height: 1.6em; color: #999; } .index-fenlan-news-box .news-box-item-list .item { margin-top: 10px; padding-left: 15px; } .index-fenlan-news-box .news-box-item-list .item .title { color: #333; font-size: 14px; padding-right: 30%; line-height: 1.6em; position: relative; transition: 0.5s; } .index-fenlan-news-box .news-box-item-list .item .title:hover { color: #0452a1; } .index-fenlan-news-box .news-box-item-list .item .title span { position: absolute; right: 0; top: 0; color: #999; } /* 滚动新闻 */ .index-gundong-newx-box { padding: 15px 0; } .index-gundong-newx-box .container { box-sizing: border-box; padding: 25px; background: #0452a1; } .index-gundong-newx { height: 270px; } .index-gundong-newx .item { float: left; width: 300px; margin-right: 10px; } .index-gundong-newx .item .box { display: block; position: relative; border: solid 0px #fff; } .index-gundong-newx .item:hover .box { border: solid 5px #fff; } .index-gundong-newx .item .box .pic { padding-bottom: 90%; } .index-gundong-newx .item .box .text { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 9; background: rgba(0, 0, 0, 0.6); } .index-gundong-newx .item .box .title { font-size: 14px; padding: 15px; color: #fff; } /* 通栏广告 */ .index-fenlan-pic { padding: 40px 0; } /* 新闻资讯 */ .index-news-box {} .index-news-bt { border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; height: 50px; line-height: 50px; margin-bottom: 20px; } .index-news-bt .title { float: left; font-size: 24px; color: #333; } .index-news-bt a { float: right; color: #999; transition: 0.5s; } .index-news-bt a:hover { color: #ee0000; } .index-news-left { float: left; width: 585px; margin-right: 30px; } .index-news-left .hot-news {} .index-news-left .hot-news .box {} .index-news-left .hot-news .box .pic { float: left; width: 32%; padding-bottom: 19.8%; } .index-news-left .hot-news .box .text { float: left; width: 66%; margin-left: 2%; } .index-news-left .hot-news .box .text .title { font-size: 20px; color: #333; line-height: 1.5em; transition: 0.5s; } .index-news-left .hot-news .box:hover .text .title { color: #ee0000; } .index-news-left .hot-news .box .text .time { font-size: 18px; color: #999; line-height: 1.5em; margin-bottom: 5px; } .index-news-left .hot-news .box .text .info { font-size: 16px; color: #666; line-height: 1.7em; } .news-list {} .news-list .item { margin-top: 10px; } .news-list .item .title { position: relative; display: block; padding-right: 30%; font-size: 16px; color: #333; line-height: 2em; transition: 0.5s; } .news-list .item:hover .text .title { color: #ee0000; } .news-list .item .time { position: absolute; right: 0; font-size: 14px; top: 0; color: #ee0000; } .index-news-right { float: left; width: 585px; } .index-news-right .hot-news {} .index-news-right .hot-news .item:first-child { margin-left: 0; } .index-news-right .hot-news .item { float: left; } .index-news-right .hot-news .item .pic { padding-bottom: 62%; } /* 首页留言 */ .index-liuyan-box { padding: 80px 0; } .index-liuyan-box .index-map { float: left; width: 570px; } .index-liuyan-box form { float: right; width: 570px; } .index-liuyan-bt { margin-bottom: 30px; text-align: center; } .index-liuyan-bt .title { font-size: 24px; color: #0452a1; margin-bottom: 10px; } .index-liuyan-bt .title span { font-weight: lighter; font-style: italic; color: #ccc; } .index-liuyan-bt .info { font-size: 16px; color: #999; } .index-liuyan-box .message-box {} .index-liuyan-box .message-box .item { font-size: 0; margin-bottom: 15px; } .index-liuyan-box .message-box .item .bt { display: inline-block; vertical-align: top; height: 40px; line-height: 40px; font-size: 14px; color: #333; min-height: 1px; width: 70px; } .index-liuyan-box .message-box .item .input-text { display: inline-block; vertical-align: top; font-size: 14px; border: solid 1px #ccc; height: 40px; line-height: 40px; background: inherit; color: #999; padding: 0 10px; width: 470px; } .index-liuyan-box .message-box .item textarea.input-text { resize: none; height: 100px; line-height: 30px; padding: 10px; } .index-liuyan-box .message-box .coolbg { display: inline-block; vertical-align: top; padding: 0 2em; line-height: 40px; height: 40px; background: #ededed; border: none; color: #333; font-size: 16px; text-align: center; transition: 0.5s; cursor: pointer; margin-right: 5px; } .index-liuyan-box .message-box .coolbg.tijiao { background: #b32925; color: #fff; } .fenlan-pic1 { margin: 15px 0; } .fenlan-pic2{ padding: 15px 0; }