123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918 |
- * {
- margin: 0;
- padding: 0;
- }
- li {
- list-style: none;
- }
- .all_bg {
- width: 100%;
- background: url(../img/bg.png) no-repeat center;
- background-size: cover;
- overflow: hidden;
- position: relative;
- }
- main {
- width: 1200px;
- margin: 0 auto;
- position: relative;
- }
- .line_link {
- width: 100%;
- margin: 14px 0 23px 0;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- display: flex;
- justify-content: space-between;
- }
- .line_link a:hover {
- text-decoration: underline;
- }
- .link_right {
- cursor: default;
- }
- .link_right>a {
- color: #fff;
- font-size: 14px;
- display: inline-block;
- margin-right: 10px;
- }
- .link_right>span {
- color: #fff;
- font-size: 14px;
- display: inline-block;
- margin-right: 10px;
- }
- .link_left {
- display: flex;
- }
- .link_left a {
- color: #fff;
- font-size: 14px;
- display: inline-block;
- margin-right: 10px;
- }
- .link_left span {
- cursor: default;
- }
- .link_left a.ad {
- padding-left: 16px;
- background: url(../img/m3-icon2.png) left center no-repeat;
- }
- .nav_top {
- width: 100%;
- height: 37px;
- line-height: 37px;
- display: flex;
- justify-content: space-between;
- }
- .top_img {
- display: inline-block;
- width: 27%;
- margin-right: 17%;
- }
- .top_img img {
- width: 100%;
- }
- .nav_top li {
- width: 8%;
- line-height: 37px;
- text-align: center;
- }
- .nav_top li a {
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .nav_top li.nav_active a {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #BF1628;
- display: flex;
- width: 100%;
- flex-wrap: wrap;
- justify-content: center;
- }
- .nav_top li:nth-child(2) a {
- width: 60%;
- margin: 0 auto;
- }
- .nav_top li:nth-child(4) a {
- width: 64%;
- margin: 0 auto;
- }
- .nav_top li:last-child a {
- width: 106%;
- margin: 0 auto;
- }
- .nav_top li.nav_active a::after {
- content: '';
- width: 34px;
- height: 3px;
- background: #BF1628;
- border-radius: 2px;
- margin-top: 8px;
- }
- .check_box {
- margin: 45px 0 0 56px;
- }
- /* 机器人固定位置 */
- .robot_banner {
- position: absolute;
- top: 11%;
- left: -3.5%;
- z-index: 1;
- }
- .banner_text {
- width: 21%;
- height: 508px;
- background: url(../img/banner.png) no-repeat;
- background-size: cover;
- margin: 0 0 0 9%;
- display: flex;
- flex-wrap: wrap;
- }
- .banner_text p {
- width: 51%;
- font-size: 30px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0E1235;
- margin: 0 0 0 36%;
- cursor: default;
- }
- .banner_text p:first-child {
- margin-top: 45%;
- }
- .banner_text p:last-child {
- margin-bottom: 45%;
- }
- .middle_box {
- height: 1000px;
- z-index: 99;
- position: relative;
- overflow: hidden;
- margin-bottom: 63px;
- }
- .middle_left_box {
- width: 73%;
- height: 100%;
- background-color: rgba(247, 249, 252, .9);
- border-radius: 23px 0px 0px 23px;
- float: left;
- }
- .left_one {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- margin: 24px 18px 13px 16px;
- }
- /* 热门问题 */
- .hot_QA {
- display: flex;
- align-items: center;
- cursor: default;
- margin-left: 10px;
- }
- .hot_QA img {
- width: 18px;
- height: 21px;
- }
- .hot_QA p {
- margin: 0 0 0 8px;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #BF1628;
- text-align: center;
- }
- .exchange {
- display: flex;
- align-items: center;
- cursor: pointer;
- margin-right: 23px;
- }
- .exchange img {
- width: 14px;
- height: 14px;
- }
- .exchange p {
- margin: 0 0 0 8px;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #BF1628;
- }
- .bg_exchange {
- margin-top: 13px;
- width: 100%;
- height: 130px;
- background: url(../img/bg_exchange.png) no-repeat center;
- display: flex;
- flex-wrap: wrap;
- padding: 26px 36px 26px 17px;
- box-sizing: border-box;
- }
- .bg_exchange li {
- display: flex;
- align-items: center;
- width: 33%;
- }
- .bg_exchange li span {
- display: inline-block;
- width: 6px;
- height: 6px;
- background: #666666;
- border-radius: 3px;
- margin: 4px 5px 0 0;
- }
- .bg_exchange li p {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- width: 100%;
- cursor: pointer;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* 聊天框的右半边 */
- .middle_right_box {
- width: 27%;
- height: 100%;
- background: #F7F9FC;
- box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.13);
- border-radius: 0px 23px 23px 0px;
- float: left;
- }
- .left_two {
- height: 297px;
- overflow-x: hidden;
- overflow-y: auto;
- margin: 0 31px 0 20px;
- cursor: default;
- }
- /* 聊天框 */
- .person {
- display: flex;
- align-items: center;
- margin-top: 15px;
- }
- .left_person {
- justify-content: flex-start;
- }
- .right_person {
- justify-content: flex-end;
- }
- .person img {
- width: 60px;
- height: 60px;
- }
- .left_talk {
- background: #FFFFFF;
- box-shadow: 0px 0px 8px 0px rgba(55, 121, 218, 0.07);
- border-radius: 0px 25px 25px 26px;
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- padding: 17px 37px 17px 27px;
- margin: 12px 0 0 9px;
- }
- .right_talk {
- background: #BF1628;
- box-shadow: 0px 0px 8px 0px rgba(55, 121, 218, 0.07);
- border-radius: 25px 0px 26px 25px;
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FBFDFF;
- padding: 17px 27px 17px 37px;
- margin: 12px 9px 0 0;
- }
- .center_time {
- width: 36px;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- margin: 15px auto 11px;
- cursor: default;
- }
- .line_through {
- height: 1px;
- background: rgba(191, 22, 40, 0.09);
- border-radius: 1px;
- margin: 20px 27px 21px 15px;
- }
- .guess_question {
- display: flex;
- flex-wrap: wrap;
- margin: 0 0 21px 27px;
- }
- .guess_question p {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-right: 17px;
- margin-top: 10px;
- cursor: default;
- }
- .guess_question li {
- margin-left: 9px;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #BF1628;
- background: #F0F0F0;
- border-radius: 20px;
- padding: 13px 20px;
- margin-bottom: 10px;
- cursor: pointer;
- }
- .text_area_bg {
- height: 35%;
- background: #F0F0F0;
- }
- .text_area {
- margin: 0 27px 0 15px;
- border-radius: 25px;
- overflow-y: auto;
- overflow-x: hidden;
- padding: 20px 25px 20px 20px;
- display: flex;
- flex-wrap: wrap;
- position: absolute;
- width: 41%;
- bottom: 23%;
- left: 21%;
- z-index: 100000;
- }
- .img_feather {
- width: 16px;
- height: 24px;
- margin-right: 18px;
- }
- .text_area textarea {
- display: inline-block;
- height: 20%;
- width: 95%;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- border: 0;
- outline: 0;
- background-color: #F0F0F0;
- resize: none;
- }
- .btn_sub {
- width: 100%;
- text-align: right;
- height: 60%;
- }
- .btn_sub button {
- width: 108px;
- height: 50px;
- background: #BF1628;
- border-radius: 25px;
- display: inline-block;
- outline: 0;
- border: 0;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #FFFFFF;
- cursor: pointer;
- }
- .button_red {
- width: 100vw;
- height: 400px;
- position: absolute;
- margin: 0;
- bottom: -63px;
- left: -30%;
- background: url(../img/red.png) no-repeat;
- background-size: cover;
- z-index: 1000;
- }
- /* 城市热线等 */
- .right_center {
- padding: 21px 13px 0 10px;
- }
- .right_center li:nth-child(1) {
- margin-bottom: 20px;
- }
- .right_center li:nth-child(2) {
- margin-bottom: 25px;
- }
- .right_center li:nth-child(3) {
- margin-bottom: 19px;
- margin-left: 11px;
- }
- .right_center li:nth-child(4) {
- margin-left: 21px;
- }
- .right_center li h6 {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-bottom: 12px;
- cursor: default;
- }
- .right_center li a {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .right_center li a img {
- width: 100%;
- }
- .flex_box {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .flex_box li {
- width: 33%;
- margin-bottom: 10px !important;
- margin-left: 0 !important;
- }
- .flex_box li a {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- }
- .flex_box li a img {
- width: 56px;
- height: 56px;
- }
- .flex_box li a p {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- margin-top: 12px;
- text-align: center;
- }
- .flex_wrap {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .flex_wrap p {
- width: 100%;
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 38px;
- cursor: pointer;
- }
- footer {
- width: 100%;
- text-align: center;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- padding: 15px 0;
- }
- .red_bg {
- width: 100%;
- height: 400px;
- background: url(../img/red.png) no-repeat center;
- background-size: cover;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 11110;
- }
- .red_left {
- width: 1230px;
- height: 425px;
- background-color: #BF1628;
- position: absolute;
- bottom: -14%;
- left: -5.9%;
- transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -webkit-transform: rotate(15deg);
- z-index: 11110;
- }
- .red_right {
- width: 1312px;
- height: 381px;
- background-color: #BF1628;
- position: absolute;
- bottom: -15%;
- right: -7%;
- transform: rotate(-19deg);
- -ms-transform: rotate(-19deg);
- -webkit-transform: rotate(-19deg);
- z-index: 11111;
- }
- .red_center {
- width: 100%;
- position: absolute;
- bottom: -27px;
- z-index: 111111;
- left: 3%;
- }
- .box_foot {
- width: 40%;
- position: absolute;
- top: 90%;
- left: 18%;
- z-index: 111111;
- display: flex;
- flex-wrap: wrap;
- }
- .box_left_text {
- width: 23%;
- position: absolute;
- top: 89%;
- right: 19%;
- z-index: 111112;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-end;
- }
- .footer-drop {
- display: inline-block;
- width: 168px;
- line-height: 30px;
- margin-right: 32px;
- border: 1px solid rgba(240, 240, 240, 0.55);
- border-radius: 10px;
- margin-bottom: 20px;
- }
- .footer-drop p {
- padding: 5px 12px;
- cursor: pointer;
- text-align: left;
- position: relative;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #F0F0F0;
- }
- .rt {
- float: right;
- }
- .footer-drop p .arrow {
- display: inline-block;
- width: 16px;
- height: 10px;
- background: url(../img/m3-icon43.png) center no-repeat;
- }
- .cur p .arrow {
- display: inline-block;
- width: 16px;
- height: 10px;
- background: url(../img/m3-icon45.png) center no-repeat;
- }
- .footer-drop p .btn {
- content: '';
- position: absolute;
- display: inline-block;
- bottom: 38px;
- left: 74px;
- width: 14px;
- height: 19px;
- background: url(../img/m3-icon44.png) center no-repeat;
- z-index: 999;
- display: none;
- }
- .f-list {
- width: 100%;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- display: flex;
- justify-content: flex-end;
- }
- .f-list a {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .f-list span {
- margin: 0 5px;
- }
- .box_left_text p {
- width: 100%;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: right;
- margin: 9px 0 15px;
- cursor: default;
- }
- .three_img img:first-child {
- margin-right: 18px;
- }
- .three_img img:last-child {
- margin-left: 13px;
- }
- .footer-drop ul {
- position: absolute;
- border: 1px solid #B11122;
- border-radius: 6px;
- width: 1200px;
- padding-left: 38px;
- left: -20px;
- bottom: 139px;
- background: url(../images/m3-bg21.png);
- padding-top: 20px;
- padding-bottom: 10px;
- display: none;
- /* box-shadow: 0 0 4px 2px #f3f3f3; */
- background-color: #fff;
- z-index: 1000000;
- }
- .footer-drop:nth-child(4) ul {
- bottom: 77px;
- }
- .footer-drop:nth-child(5) ul {
- bottom: 77px;
- }
- .footer-drop ul li {
- float: left;
- width: 196px;
- height: 37px;
- text-align: left;
- }
- .footer-drop ul li a {
- display: inline-block;
- padding-left: 16px;
- background: url(../images/m3-icon11.png) left center no-repeat;
- max-width: 80%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #333333;
- font-size: 14px;
- }
- .footer-drop ul li a:hover {
- color: #BF1628;
- }
- @media screen and (max-width: 1359px) {
- .top_img {
- width: 27%;
- margin-right: 5%;
- }
- .flex_box li a img {
- width: 46px;
- height: 46px;
- }
- .red_left {
- bottom: -24%;
- left: -10%;
- }
- .red_center {
- bottom: 0;
- left: 1%;
- }
- .red_right {
- bottom: -23%;
- right: -12%;
- }
- .box_foot {
- width: 40%;
- left: 8%;
- }
- .footer-drop {
- width: 138px;
- margin-right: 20px;
- }
- .footer-drop p {
- font-size: 12px;
- }
- .box_left_text {
- right: 6%;
- }
- .text_area {
- height: 22%;
- }
- }
- @media screen and (min-width:1360px) and (max-width:1440px) {
- .top_img {
- width: 27%;
- margin-right: 5%;
- }
- .flex_box li a img {
- width: 46px;
- height: 46px;
- }
- .red_left {
- bottom: -22%;
- left: -13%;
- }
- .red_center {
- bottom: -0.7%;
- left: -1%;
- }
- .red_right {
- bottom: -21%;
- right: -11%;
- }
- .box_foot {
- width: 40%;
- left: 8%;
- }
- .footer-drop {
- width: 138px;
- margin-right: 20px;
- }
- .footer-drop p {
- font-size: 12px;
- }
- .box_left_text {
- right: 8%;
- }
- .text_area {
- height: 22%;
- }
- }
- @media screen and (min-width:1441px) and (max-width:1919px) {
- .top_img {
- width: 27%;
- margin-right: 5%;
- }
- .flex_box li a img {
- width: 46px;
- height: 46px;
- }
- .red_left {
- bottom: -16%;
- left: -14%;
- }
- .red_right {
- bottom: -18%;
- right: -11%;
- }
- .box_foot {
- width: 40%;
- left: 8%;
- }
- .footer-drop {
- width: 131px;
- margin-right: 20px;
- }
- .footer-drop p {
- font-size: 12px;
- }
- .box_left_text {
- right: 8%;
- }
- .text_area {
- height: 22%;
- }
- }
|