|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629 |
- html {
- height: 100%;
- }
-
- body {
- background-image: url(../images/inforBg.jpg);
- background-size: 100% 100%;
- min-height: 100%;
- padding-bottom: 22px;
- overflow: auto;
- padding-top: 1px;
- }
-
- .warpper {
- padding: 1px 12px 0;
- margin-top: 93px;
- width: 200%;
- overflow: hidden;
- }
-
- .index_con{
- overflow: hidden;
- width: 50%;
- float: left;
- }
- ::-webkit-scrollbar-track-piece {
- width: 1px;
- background-color: #142452;
- }
-
- ::-webkit-scrollbar {
- width: 1px;
- height: 6px
- }
-
- ::-webkit-scrollbar-thumb {
- height: 6px;
- background-color: #3F71FF;
- border-radius: 6px;
- }
-
- ::-webkit-scrollbar-thumb:hover {
- background: #3F71FF;
- }
- /* header */
- .header {
- background-image: url(../images/infor1-3.png);
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-position: center;
- height: 94px;
- line-height: 94px;
- text-align: center;
- font-size: 34px;
- color: #fff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 99;
- }
-
- .headerTime {
- position: absolute;
- right: 34px;
- top: 0;
- bottom: 0;
- font-size: 18px;
- line-height: 30px;
- height: 60px;
- margin: auto;
- }
-
- /* header */
-
- /* index_sec1 */
- .index_sec {
- float: left;
- padding: 0 12px;
- }
-
- .warpper>div {
- /* float: left; */
- }
-
- .index_sec1 {
- width: 30%;
- }
-
- .inSec1Box {
- margin-top: 24px;
- background-image: url(../images/infor1-1.jpg);
- background-size: 100% 100%;
- padding: 10px 24px 24px;
- }
-
- .inSecT {
- line-height: 32px;
- font-size: 16px;
- color: #5380FF;
- overflow: hidden;
- }
-
- .inSecT img {
- margin-left: 20px;
- height: 20px;
- }
-
- .inSec1RewardL {
- float: left;
- }
-
- .inSec1Xq {
- margin-top: 20px;
- }
-
- .inSec1XqT {
- display: inline-block;
- background-color: #1D3781;
- position: relative;
- padding: 0 12px;
- height: 26px;
- line-height: 26px;
- margin-bottom: 10px;
- border-radius: 3px;
- }
-
- .inSec1XqT:after {
- content: '';
- border: 5px solid transparent;
- border-left-color: #1D3781;
- position: absolute;
- left: 0;
- bottom: -5px;
- }
-
- .inSec1XqTxt {
- font-size: 12px;
- }
-
- .inSec1XqTxt span {
- margin: 0 15px 0 5px;
- font-size: 16px;
- font-weight: bold;
- }
-
- .inSec1Con {
- position: relative;
- margin-top: 20px;
- }
-
- .inSec1RewardR {
- margin-left: 290px;
- height: 170px;
- }
-
- .inSec1rLineBox {
- float: left;
- width: 50%;
- }
-
- .inSec1rLine {
- height: 130px;
- position: relative;
- width: 78%;
- margin: 0 11%;
- }
-
- .inSec1rLine>div:first-child {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- }
-
- .inSec1rLine>div:first-child div {
- height: 2px;
- background-color: #091025;
- margin-top: 2px;
- position: relative;
- z-index: 3;
- }
-
- .inSec1rLineTxt {
- font-size: 12px;
- text-align: center;
- color: #5380FF;
- line-height: 16px;
- margin-top: 6px;
- }
-
- .inSec1G {
- background: #C21E1E;
- background: linear-gradient(to top, #C21E1E 0, #EA5757 100%);
- background: -moz-linear-gradient(bottom, #C21E1E 0, #EA5757 100%);
- background: -webkit-linear-gradient(bottom, #C21E1E 0, #EA5757 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C21E1E', endColorstr='#EA5757', GradientType=1);
- }
-
- .inSec1S {
- background: #E49833;
- background: linear-gradient(to top, #E49833 0, #E9D44B 100%);
- background: -moz-linear-gradient(bottom, #E49833 0, #E9D44B 100%);
- background: -webkit-linear-gradient(bottom, #E49833 0, #E9D44B 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E49833', endColorstr='#E9D44B', GradientType=1);
- }
-
- .inSec1X {
- background: #09B56A;
- background: linear-gradient(to top, #09B56A 0, #59C7C8 100%);
- background: -moz-linear-gradient(bottom, #09B56A 0, #59C7C8 100%);
- background: -webkit-linear-gradient(bottom, #09B56A 0, #59C7C8 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09B56A', endColorstr='#59C7C8', GradientType=1);
- }
-
- .inSec1Awards {
- width: 33.333333%;
- float: left;
- padding: 0 10px;
- text-align: center;
- }
-
- .inSec1Awards div {
- line-height: 34px;
- color: #fff;
- }
-
- .inSec1Awards div:nth-child(2n-1) {
- background-color: #18244B;
- }
-
- .inSec1Awards div:nth-child(2n) {
- background-color: #141F40;
- }
-
- .inSec1Awards div:first-child {
- position: relative;
- border-radius: 3px;
- }
-
- .inSec1Awards div:first-child:after {
- content: '';
- border: 5px solid transparent;
- border-left-color: #1D3781;
- position: absolute;
- left: 0;
- bottom: -5px;
- }
-
- .inSec1Awards:nth-child(1) div:first-child {
- background-color: #E04949;
- }
-
- .inSec1Awards:nth-child(2) div:first-child {
- background-color: #E88F0D;
- }
-
- .inSec1Awards:nth-child(3) div:first-child {
- background-color: #1BB39C;
- }
-
- .inSec1Awards:nth-child(1) div:first-child:after {
- border-left-color: #E04949;
- }
-
- .inSec1Awards:nth-child(2) div:first-child:after {
- border-left-color: #E88F0D;
- }
-
- .inSec1Awards:nth-child(3) div:first-child:after {
- border-left-color: #1BB39C;
- }
-
- .inSec1Punish {
- width: 50%;
- float: left;
- padding: 0 10px;
- /* text-align: center; */
- line-height: 34px;
- color: #fff;
- }
-
- .inSec1Punish div {
- overflow: hidden;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .inSec1Punish div:nth-child(2n-1) {
- background-color: #18244B;
- }
-
- .inSec1Punish div:nth-child(2n) {
- background-color: #141F40;
- }
-
- .inSec1Punish span {
- width: 50%;
- float: left;
- padding-left: 20px;
- }
-
-
- /* index_sec1 */
-
- /* index_sec2 */
- .index_sec2 {
- width: 40%;
- }
-
- .inSec2Top {
- /* overflow: hidden; */
- margin-top: 30px;
- }
-
- .inSec2TopBox {
- width: 33.333333%;
- float: left;
- padding: 0 10px;
- }
-
- .inSec2Num {
- font-size: 24px;
- font-weight: bold;
- color: #20ABFB;
- margin-top: 20px;
- }
-
- .inSec2TCon {
- line-height: 0;
- }
-
- .inSec2TCon>* {
- display: inline-block;
- vertical-align: middle;
- }
-
- .inSec2TCon img {
- width: 27px;
- }
-
- .inSec2TCon span {
- margin: 0 20px;
- }
-
- /* .inSec2TCon */
- .inSec2TCon:last-child {
- margin-top: 20px;
- }
-
- .inSec2TopImg {
- width: 120px;
- margin-top: -20px;
- }
-
- .inSec2Bottom {
- margin-top: 30px;
- text-align: center;
- }
-
- .inSec2BImg {
- width: 560px;
- }
-
- .inSec2WorkList {
- margin-bottom: 17px;
- }
-
- .inSec2Work {
- overflow: hidden;
- line-height: 28px;
- padding: 0 10px;
- }
-
- .inSec2Work:nth-child(2n-1) {
- background-color: #18244B;
- }
-
- .inSec2Work:nth-child(2n) {
- background-color: #141F40;
- }
-
- .inSec2Work div {
- float: left;
- padding: 0 5px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .inSec2Work div:nth-child(1) {
- width: 50%;
- }
-
- .inSec2Work div:nth-child(2) {
- width: 10%;
- color: #527FFF;
- }
-
- .inSec2Work div:nth-child(3) {
- width: 30%;
- color: #527FFF;
- }
-
- .inSec2Work div:nth-child(4) {
- width: 10%;
- }
-
- /* index_sec2 */
-
- /* index_sec3 */
- .index_sec3{
- width: 30%;
- }
- .inSec3L {
- float: left;
- width: 30%;
- }
-
- .inSec3LBox {
- line-height: 0;
- margin-top: 20px;
- }
-
- .inSec3LBox>* {
- display: inline-block;
- vertical-align: middle;
- }
-
- .inSec3LBox img {
- width: 18px;
- }
-
- .inSec3LBox span {
- margin: 0 10px;
- line-height: 20px;
- }
-
- .inSec3LBox b {
- font-size: 20px;
- }
-
- .inSec3R {
- margin-left: 130px;
- line-height: 0;
- text-align: center;
- }
-
- .inSec3R img {
- width: 221px;
- }
-
- .index_sec3 .inSec1Awards div {
- font-size: 12px;
- }
-
- .index_sec3 .inSec1Awards div:after {
- border-color: transparent !important;
- }
-
- .index_sec3 .inSec1Awards div:first-child {
- background-color: transparent !important;
- }
-
- .index_sec3 .inSec1Awards:nth-child(1) div:first-child {
- border-bottom: 2px solid #B02020;
- }
-
- .index_sec3 .inSec1Awards:nth-child(2) div:first-child {
- border-bottom: 2px solid #B02020;
- }
-
- .index_sec3 .inSec1Awards:nth-child(3) div:first-child {
- border-bottom: 2px solid #B02020;
- }
-
- .index_sec3 .inSec1Awards img {
- position: relative;
- width: 32px;
- top: 13px;
- left: 0;
- float: left;
- }
-
- .inSec3lwImg{
- line-height: 0;
- margin-top: 6px;
- }
- .inSec3lwImg img{
- width: 404px;
- }
- .inSec3lwImg:first-child{
- margin-bottom: 20px;
- }
-
-
-
- /* index_sec3 */
-
-
- /* index_sec4 */
- .index_sec4{
- width: 30%;
- }
- .inSec4Img1{
- line-height: 0;
- text-align: center;
- padding: 5px 0 4px;
- }
- .inSec4Img1 img{
- width: 430px;
- }
- .index_sec4 .inSecT img {
- margin-left: 20px;
- height: 14px;
- }
- .layui-form-select .layui-input{
- background-color: #0F2462;
- border-radius: 14px;
- border: 0;
- height: 28px;
- }
- .layui-form-select dl {
- top: 32px;
- }
- .layui-input-block{
- width: 150px;
- position: absolute;
- right: 0;
- top: -20px;
- color: #5380FF;
- }
- .layui-form-select dl dd.layui-this {
- background-color: #198BE3;
- }
- .layui-form-select dl{
- width: 150px;
- background-color: #0F2462;
- border: 0;
- border-radius: 4px;
- }
- .layui-form-select dl dd{
- color: #5380FF;
- }
- .layui-form-select dl dd:hover{
- background-color: #2551d4;
- }
-
-
- /* index_sec4 */
-
-
- /* index_sec5 */
- .index_sec5{
- width: 40%;
- }
- .inSec5TopImg1{
- line-height: 0;
- text-align: right;
- margin-top: -20px;
- }
- .inSec5TopImg1 img{
- width: 112px;
- }
- .inSec5TopImg2 {
- line-height: 0;
- margin-top: 24px;
- text-align: center;
- }
- .inSec5TopImg2 img{
- text-align: center;
- width: 74px;
- margin: 0 8px;
- }
- .inSec5Bottom{
- line-height: 0;
- text-align: center;
- margin-top: 20px;
- }
- .inSec5Bottom img{
- width: 530px;
- }
- .inSec5Img2{
- line-height: 0;
- text-align: center;
- margin-top: -20px;
- }
- .inSec5Img2 img{
- width: 550px;
- }
- /* index_sec5 */
-
-
- /* index_sec6 */
- .index_sec6{
- width: 30%;
- }
- .inSec6Img{
- line-height: 0;
- text-align: center;
- margin-top: 10px;
- }
- .inSec6Img img{
- width: 430px;
- }
- .inSec6Box{
- width: 50%;
- float: left;
- }
- .inSec6Img2{
- line-height: 0;
- margin-top: 22px;
- }
- .inSec6Img2 img{
- width: 188px;
- }
-
-
-
-
-
-
- /* index_sec6 */
-
-
-
-
|