/* 鍏ㄥ眬css锛岄€傚悎鎵€鏈夐〉闈 */ * { margin: 0px; padding: 0px; } html { -webkit-tap-highlight-color:transparent; } body{ font-family:'寰蒋闆呴粦'; font-size: 14px; margin: 0; padding: 0; color: #212121; background: #fff; } ul,li,span,p,ol{ margin: 0; padding: 0; } ul,li{ list-style:none; } a { text-decoration: none; outline: none; } input,select { outline: 0; } a:link { text-decoration: none !important; } a:visited { text-decoration: none !important; } a:hover { text-decoration: none !important; } a:active { text-decoration: none !important; } /*a:focus, a:hover { color: #1C4388; }*/ li { list-style-type: none; list-style: none; } img { border: 0px; max-width: 100%; } .w1300 { width: 1300px; margin: auto; } .w1200 { width: 1200px; margin: auto; } .w1100 { width: 1100px; margin: auto; } .bgwhite { background: #fff; } .bg-f2 { background: #f2f2f2; } .bg-f7 { background: #f7f7f7; } .bg-f8 { background: #f8f8f8; } .bg-fa { background: #fafafa; } .h02 { height: 2px; } .h05 { height: 5px; } .h10 { height: 10px; } .h15 { height: 15px; } .h20 { height: 20px; } .h25 { height: 25px; } .h30 { height: 30px; } .h35 { height: 35px; } .h40 { height: 40px; } .h45 { height: 45px; } .h50 { height: 50px; } .h60 { height: 60px; } .h70 { height: 70px; } .h80 { height: 80px; } .w100 { width: 100%; } .w99 { width: 99%; margin: auto; } .w98 { width: 98%; margin: auto; } .w97 { width: 97%; margin: auto; } .w96 { width: 96%; margin: auto; } .w95 { width: 95%; margin: auto; } .w94 { width: 94%; } .w93 { width: 93%; } .w92 { width: 92%; } .w91 { width: 91%; } .w90 { width: 90%; } .w89 { width: 89%; } .w88 { width: 88%; } .w87 { width: 87%; } .w86 { width: 86%; } .w85 { width: 85%; } .w84 { width: 84%; } .w83 { width: 83%; } .w82 { width: 82%; } .w81 { width: 81%; } .w80 { width: 80%; } .w79 { width: 79%; } .w78 { width: 78%; } .w77 { width: 77%; } .w76 { width: 76%; } .w75 { width: 75%; } .w74 { width: 74%; } .w73 { width: 73%; } .w72 { width: 72%; } .w71 { width: 71%; } .w70 { width: 70%; } .w69 { width: 69%; } .w68 { width: 68%; } .w67 { width: 67%; } .w66 { width: 66%; } .w65 { width: 65%; } .w64 { width: 64%; } .w63 { width: 63%; } .w62 { width: 62%; } .w61 { width: 61%; } .w60 { width: 60%; } .w59 { width: 59%; } .w58 { width: 58%; } .w57 { width: 57%; } .w56 { width: 56%; } .w55 { width: 55%; } .w54 { width: 54%; } .w53 { width: 53%; } .w52 { width: 52%; } .w51 { width: 51%; } .w50 { width: 50%; } .w49 { width: 49%; } .w48 { width: 48%; } .w47 { width: 47%; } .w46 { width: 46%; } .w45 { width: 45%; } .w44 { width: 44%; } .w43 { width: 43%; } .w42 { width: 42%; } .w41 { width: 41%; } .w40 { width: 40%; } .w39 { width: 39%; } .w38 { width: 38%; } .w37 { width: 37%; } .w36 { width: 36%; } .w35 { width: 35%; } .w34 { width: 34%; } .w33 { width: 33.33%; } .w32 { width: 32%; } .w31 { width: 31%; } .w30 { width: 30%; } .w29 { width: 29%; } .w28 { width: 28%; } .w27 { width: 27%; } .w26 { width: 26%; } .w25 { width: 25%; } .w24 { width: 24%; } .w23 { width: 23%; } .w22 { width: 22%; } .w21 { width: 21%; } .w20 { width: 20%; } .w19 { width: 19%; } .w18 { width: 18%; } .w17 { width: 17%; } .w16 { width: 16.66%; } .w15 { width: 15%; } .w14 { width: 14%; } .w13 { width: 13%; } .w12 { width: 12%; } .w11 { width: 11%; } .w10 { width: 10%; } .w09 { width: 9%; } .w08 { width: 8%; } .w07 { width: 7%; } .w06 { width: 6%; } .w05 { width: 5%; } .w04 { width: 4%; } .w03 { width: 3%; } .w02 { width: 2%; } .auto { margin: auto; } .flex { display: flex; flex-wrap: wrap; } .flex_a { display: flex; justify-content: space-around; flex-wrap: wrap; } .flex_b { display: flex; justify-content: space-between; flex-wrap: wrap; } .flex_c { display: flex; justify-content: center; flex-wrap: wrap; } .flex_e { display: flex; justify-content: flex-end; flex-wrap: wrap; } .items { align-items: center; } .baseline { align-items: baseline; } .flex-grow { flex-grow: 1; } .flex-nowrap { flex-wrap: nowrap; } .overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .overflow2 { display: -webkit-box; -webkit-line-clamp: 2; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow3 { display: -webkit-box; -webkit-line-clamp: 3; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow4 { display: -webkit-box; -webkit-line-clamp: 4; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow5 { display: -webkit-box; -webkit-line-clamp: 5; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow6 { display: -webkit-box; -webkit-line-clamp: 6; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow7 { display: -webkit-box; -webkit-line-clamp: 7; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow8 { display: -webkit-box; -webkit-line-clamp: 8; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow9 { display: -webkit-box; -webkit-line-clamp: 9; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow10 { display: -webkit-box; -webkit-line-clamp: 10; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow11 { display: -webkit-box; -webkit-line-clamp: 11; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow14 { display: -webkit-box; -webkit-line-clamp: 14; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } .overflow17 { display: -webkit-box; -webkit-line-clamp: 17; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; font-size: 14px; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; font-size: 14px; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; font-size: 14px; } .clear { clear: both; } .float-l { float: left; } .float-r { float: right; } .text-right { text-align: right; } .center { text-align: center; } .bold { font-weight: bold; } .none { display: none; } .relative { position: relative; } .block { display: block; } .curse { cursor: pointer; } .w200px { width: 200px; } .bg-faf { background: #fafafa; } .mt05 { margin-top: 5px; } .mb05 { margin-bottom: 5px; } .ml05 { margin-left: 5px; } .mr05 { margin-right: 5px; } .pt05 { padding-top: 5px; } .pb05 { padding-bottom: 5px; } .pl05 { padding-left: 5px; } .pr05 { padding-right: 5px; } .mt10 { margin-top: 10px; } .mb10 { margin-bottom: 10px; } .ml10 { margin-left: 10px; } .mr10 { margin-right: 10px; } .pt10 { padding-top: 10px; } .pb10 { padding-bottom: 10px; } .pl10 { padding-left: 10px; } .pr10 { padding-right: 10px; } .mt15 { margin-top: 15px; } .mb15 { margin-bottom: 15px; } .ml15 { margin-left: 15px; } .mr15 { margin-right: 15px; } .pt15 { padding-top: 15px; } .pb15 { padding-bottom: 15px; } .pl15 { padding-left: 15px; } .pr15 { padding-right: 15px; } .mt20 { margin-top: 20px; } .mb20 { margin-bottom: 20px; } .ml20 { margin-left: 20px; } .mr20 { margin-right: 20px; } .pt20 { padding-top: 20px; } .pb20 { padding-bottom: 20px; } .pl20 { padding-left: 20px; } .pr20 { padding-right: 20px; } .mt30 { margin-top: 30px; } .mb30 { margin-bottom: 30px; } .ml30 { margin-left: 30px; } .mr30 { margin-right: 30px; } .pt30 { padding-top: 30px; } .pb30 { padding-bottom: 30px; } .pl30 { padding-left: 30px; } .pr30 { padding-right: 30px; } .border-ccc { border: 1px solid #ccc; } .border-ddd { border: 1px solid #ddd; } .border-eee { border: 1px solid #eee; } .border-b-ddd { border-bottom: 1px solid #ddd; } .border-b-eee { border-bottom: 1px solid #eee; } .border-t-eee { border-top: 1px solid #eee; } .noborder { border: none !important; } .font12 { font-size: 12px; } .font13 { font-size: 13px; } .font14 { font-size: 14px; } .font15 { font-size: 15px; } .font16 { font-size: 16px; } .font17 { font-size: 17px; } .font18 { font-size: 18px; } .font19 { font-size: 19px; } .font20 { font-size: 20px; } .font21 { font-size: 21px; } .font22 { font-size: 22px; } .font23 { font-size: 23px; } .font24 { font-size: 24px; } .font25 { font-size: 25px; } .font26 { font-size: 26px; } .font27 { font-size: 27px; } .font28 { font-size: 28px; } .font29 { font-size: 29px; } .font30 { font-size: 30px; } .font31 { font-size: 31px; } .font32 { font-size: 32px; } .font33 { font-size: 33px; } .font34 { font-size: 34px; } .font36 { font-size: 36px; } .font38 { font-size: 38px; } .font40 { font-size: 40px; } .font42 { font-size: 42px; } .font46 { font-size: 46px; } .text-000 { color: #000; } .text-333 { color: #333; } .text-4c4 { color: #4c4c4c; } .text-666 { color: #666; } .text-808 { color: #808080; } .text-999 { color: #999; } .text-yel { color: #fffc04; } .text-fff { color: #fff; } .line20 { line-height: 20px; } .line21 { line-height: 21px; } .line22 { line-height: 22px; } .line23 { line-height: 23px; } .line24 { line-height: 24px; } .line25 { line-height: 25px; } .line26 { line-height: 26px; } .line27 { line-height: 27px; } .line28 { line-height: 28px; } .line29 { line-height: 29px; } .line30 { line-height: 30px; } .line31 { line-height: 31px; } .line32 { line-height: 32px; } .line33 { line-height: 33px; } .line34 { line-height: 34px; } .line35 { line-height: 35px; } .line36 { line-height: 36px; } .line37 { line-height: 37px; } .line38 { line-height: 38px; } .line39 { line-height: 39px; } .line40 { line-height: 40px; } .line41 { line-height: 41px; } .line42 { line-height: 42px; } .line48 { line-height: 48px; } .letter1 { letter-spacing: 1px; } .letter2 { letter-spacing: 2px; } .letter3 { letter-spacing: 3px; } .letter4 { letter-spacing: 4px; } .radius2 { border-radius: 2px; } .radius3 { border-radius: 3px; } .radius4 { border-radius: 4px; } .radius5 { border-radius: 5px; } .radius6 { border-radius: 6px; } .radius7 { border-radius: 7px; } .radius8 { border-radius: 8px; } .radius9 { border-radius: 9px; } .radius10 { border-radius: 10px; } .radius20 { border-radius: 20px; } .radius100 { border-radius: 100px; } /*瀛楁瘝澶у啓*/ .uppercase { text-transform: uppercase; } /*寮哄埗瀛楃鎹㈣*/ .break-all{ word-break: break-all; } .indent2em { text-indent: 2em; } .indent1em { text-indent: 1em; } .hover-big { transition: all 0.6s; } .hover-big:hover { transform: scale(1.2); } .biaoji { position: absolute; right: 0; top: 0; z-index: 99; } .line50 { line-height: 50px; } .headlogo img { max-height:80px; } .htop{padding: 15px 0;} .htop-ul {height:50px;line-height:50px;background: #00569C;} .menu-line { display: none; width: 36px; height: 4px; background: #1C4388; margin: 6px auto 0; } .navli { text-align: center; /*height: 40px;*/ /*line-height: 50px;*/ font-size: 18px; position: relative; box-sizing: border-box; } .navli .navli_a { display: block; color: #fff; } .sup { display: none; position: absolute; width: 220%; top: 50px; left: -60%; background: #4579c7; font-size: 15px; z-index: 99; line-height: 25px; /*padding:10px 0 0;*/ } .sup .sup-li:hover .sup-li-a,.sup .sub-child-li:hover .sub-child-li-a { background: #1C4388; color: #fff; } .sup .sup-li-a ,.sup .sub-child-li-a { display: block; color: #fff; /*width: 95%;*/ margin: auto; padding: 15px 5px; } .search01 { width: 100%; height: 40px; line-height: 40px; border: 1px solid #00569C; box-sizing:border-box; flex-wrap: nowrap; } .search01 select { width:90px; text-align: center; font-size:16px; color: #272727; -webkit-appearance:none; -moz-appearance:none; appearance:none; background: url('/webui/home/images/sstb01.png') no-repeat right center; background-size: 14%; outline:0; border: none; height: 45px; line-height: 45px; } .search01 input { flex:1; width:80px; font-size:16px; color: #272727; outline:0; background: none; border: none; } .sousuo { width: 90px; height: 40px; background: #265498; margin-right: -1px; margin-top: -1px; } .flex-1 { flex: 1; } .cursor { cursor: pointer; } .border-fff { border: 1px solid #fff; } .footer { background: url('../images/bg-foot01.jpg') no-repeat center; padding: 25px 0; line-height:30px; } .bg-102 { background: #102753; } .text-e6e { color: #E6E6E6; } .border-7ab { border: 1px solid #7ab6e6; } .border-b-6e9 { border-bottom: 1px solid #6e9cd7; } .bg-left { /*background: url(../images/bg-tit-left.png) no-repeat center;*/ background-image: linear-gradient(to bottom, #034ca2 ,#1a74ca); height: 50px; line-height: 50px; } .leftli { color: #262626; border: 1px solid #ddd; border-top: none; } .leftli.active a { color: #1B4A92; } .text-262 { color: #262626; } .text-1b4 { color: #1B4A92; } .text-79a { color: #79A2E0; } .bg-1b4 { background: #1B4A92; } .hover-1b4:hover { color: #1B4A92 !important; } .bg_nytit { border-bottom: 10px solid #1B4A92; box-sizing: border-box; } .nynav_li { line-height: 70px; width: 100%; box-sizing: border-box; border-left: 10px solid #E5E5E5; background: #EDF1F7; } .nynav_li:nth-last-child(2) { /*border-bottom: none;*/ } .nynav_li.active { border-left: 10px solid #1B4A92; } .nynav_li_sub { display: none; box-sizing: border-box; border-left: 10px solid #eee; } .nynav_li { /*background: #ffefed;*/ color: #1B4A92; /*margin-bottom: 2px;*/ } .nynav_li.active { /*background: #1B4A92;*/ } .nynav_li.active a { color: #1B4A92; } .nynav_li_sub { display: none; background: #fff; color: #1B4A92; padding: 0 10px 0 30px; box-sizing: border-box; /*margin-bottom: 2px;*/ border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } .border-b-fff { border-bottom: 1px solid #fff; } .nynav_li_sub a:last-child { border-bottom: none; } .qh_left { position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; } .pos-tit01 { padding: 0 3px; /*border-bottom: 3px solid #015293;*/ line-height: 45px; margin-bottom: -1.5px; color: #265498; } .mt03 { margin-top: 3px; } .qy_li { font-size: 18px; line-height: 40px; height: 40px; text-align: center; cursor: pointer; position: relative; } .qy_li .qy_li_bg { display: none; position: absolute; bottom: 11px; left: 0; right: 0; margin: auto; height: 8px; width: 72px; background: #de9598; opacity: 0.35; } .qy_li.active .qy_li_bg,.qy_li:hover .qy_li_bg { display: block; } .qyul_cont { /*height: 190px;*/ } .text-c41 { color: #3682ce; } .text-red { color: red; } .qytit-line { width: 100%; border-bottom: 1px solid #ddd; height: 2px; } .qytit-line p { background: #015293; height: 2px; } .bg-f2 { background: #f2f2f2; } .border-r-ddd { border-right: 1px solid #ddd; } .underline { /*text-decoration: underline;*/ } .viewimg { width: 74px; height: 91px; } .w88_7 { width: 88.7%; } .w11_3 { width: 11.3%; } .h100 { height:100px; } .text-9e9 { color: #9e9e9e; } .border-b-das-eee { border-bottom: 1px dashed #eee; } .prevul a { color: #333; } .smfy { position: fixed; top: 354px; right: 1px; z-index: 99; text-align: center; width: 125px; } .fudong-r { position: fixed; top: 130px; right: 0px; z-index: 99; width: 88px; } .fd-top { background: url(../images/bg-ren.png) no-repeat center; height: 225px; } .fd-bot { background: url(../images/zixun.png) no-repeat center; height: 90px; } .items-end { align-items: flex-end; } .bg-e93 { background: #e93e22; } .zjli{ line-height: 40px; } .zjli .zjli_p{ border-left: 1px solid #fff; box-sizing: border-box; padding: 0 6px; } .zjli:nth-child(odd) { background: #f2f2f2; } .zjli:nth-child(even) { background: #f7f7f7; } .zjli:first-child { background: #015293; color: #fff; font-weight: bold; font-size: 16px; } .zjli .zjli_p:first-child { border-left: none; } .check_box .line_input { width: 220px; } .check_box label { display: flex; align-items: center; } .check_box { margin-bottom: 5px; color: #222; } .check_box .check_all { font-size: 16px; font-weight: bold; } .check_box .check_item { font-size: 16px; line-height: 22px; display: flex; flex-wrap: wrap; } .check_box .check_item label { margin-right: 10px; } .check_box .check_item_bold { font-size: 16px; font-weight: bold; } .line-black { width: 3px; height: 24px; background: #333; } .text-last-align { /*text-align-last: justify;*/ /*text-align: justify;*/ display: inline-block; width: 90px; } /*鍒嗛〉*/ .pagination { width: 100%; display: flex; justify-content: center; margin: 50px auto; text-align: center; /*flex-wrap: wrap;*/ white-space: nowrap; } .pagination a { display: block; border: 1px solid #eee; color: #666; padding: 0 10px; margin: 0 5px; line-height: 28px; box-sizing: border-box; } .pagination a:hover { background: #00569C; color: #fff; } .pagination span { display: block; padding: 0 10px; margin: 0 5px; line-height: 28px; background: #00569C; border: 1px solid #00569C; color: #fff; box-sizing: border-box; } .pagination li:first-child:hover a { color: #666; background: none; } .choose-a { display: inline-block; padding: 5px 15px; border-radius: 3px; border: 1px solid #ddd; margin-right: 5px; color: #00569C; } .choose-a.active,.choose-a:hover { border: 1px solid #00569C; color: #fff; background: #00569C; } .middle { vertical-align: middle !important; } .overflow-y01 { /*height: 120px;*/ overflow-y: hidden; } .overflow-y01::-webkit-scrollbar { display: none; } .overflow-y02 { height: 400px; overflow-y: auto; padding: 10px; box-sizing:border-box; width:100%; line-height:28px; border: 1px solid #ddd; } /*瀹氫箟婊氬姩鏉℃牱寮?/ .overflow-y02::-webkit-scrollbar{ width: 6px; height: 6px; background-color: rgba(240,240,240,1); } /*瀹氫箟婊氬姩鏉¤建閬撳唴闃村奖+鍦嗚*/ .overflow-y02::-webkit-scrollbar-track{ border-radius: 10px; background-color: #ededed; } /*瀹氫箟婊戝潡鍐呴槾褰?鍦嗚*/ .overflow-y02::-webkit-scrollbar-thumb{ border-radius: 10px; background-color: #c1c1c1; } .h120 { height: 120px; } .zhankai-img { position: absolute; right: 5px; bottom: 5px; z-index: 9; } .proli3 { width: 32%; margin-right: 2%; } .proli3:nth-child(3n) { margin-right: 0; } .proli4 { width: 23.3%; margin-right: 2.2%; } .proli4:nth-child(4n) { margin-right: 0; } .proli5 { width: 18.4%; margin-right: 2%; } .proli5:nth-child(5n) { margin-right: 0; } .proli6 { width: 15%; margin-right: 2%; } .proli6:nth-child(6n) { margin-right: 0; } .form-control::-webkit-inner-spin-button { -webkit-appearance: none; } .form-control::-webkit-outer-spin-button { -webkit-appearance: none; } .video1 { width: 100%; height: 220px; } .box-index { border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; height:390px; padding: 10px; } .box-index2 { border-left: 2px dashed #ddd; border-bottom: 2px dashed #ddd; border-right: 2px dashed #ddd; border-radius: 0 0 5px 5px; box-sizing: content-box; height:240px; } .border-b-85b { border-bottom:1px solid #85b0dc; } .border-b-dot-ddd { border-bottom:1px dotted #ddd; } .border-919 { border:2px solid #919dbc; } .text-193 { color: #193374; } .bg-eee { background: #eee; } .bg-51c { background: #51c7c9; } .text-51c { color: #51c7c9; } .mt-1 { margin-top: -1px; } .mt-2 { margin-top: -2px; } .last-noborder:last-child { border-bottom: none !important; padding-bottom: 0 !important; } .w32-5 { width: 32.5%; } .hover-fff:hover { color: #fff; } .fd-left { position: absolute; right: 0; top: 0; width: 250px; /*height: 87px;*/ padding: 18px; border: 1px solid #7ab6e6; border-radius: 5px; background: #fff; text-align: left; display: none; z-index: 5; } .data-fudong { z-index: 99; position: relative; } .bg-roll .fcha{font-size:30px;position: absolute;top:-4px;right:0px;cursor: pointer;color:#fff;z-index: 20;width: 25px;height: 30px;text-align: center;line-height: 30px;} .content { /*overflow-x: hidden;*/ font-size: initial; min-height: 100px; } .content table { max-width: 100%; margin: auto; border-top: 1px solid #000; border-left: 1px solid #000; } .content table tr td { box-sizing: border-box; border-top: none !important; border-left: none !important; border-right: 1px solid #000; border-bottom: 1px solid #000; } .tongzhi_num { padding: 3px 6px; line-height: 13px; height: 18px; font-size: 10px; border-radius: 100px; text-align: center; background: #e93e22; color: #fff; position: absolute; right: 3px; top: 0; bottom: 0; margin: auto; z-index: 9; } .dian02 { width: 8px; height: 8px; background: #ccc; border-radius: 100px; margin-left: 7px; } .tpxw01 { position: absolute; bottom: 0; width: 100%; left: 0; z-index: 99; background: rgba(0,0,0,0.36); padding: 10px 0; } .overflow-y01 { overflow-y: hidden; } .h300 { height: 300px; } /*new styles*/ .tit-line01 { width: 50px; height: 4px; background: #FAEE13; margin: 10px auto; } .text-beb { color: #BEBEBE; } .text-dae { color: #DAE1EA; } .text-737 { color: #737373; } .bg-073 { background: #073876; } .bg-e6e { background: #e6e6e6; } .tit-line02 { width: 33px; height: 3px; background: #FFFFFF; opacity: 0.3; border-radius: 2px; } .min-430 { min-height: 430px; } .imgli-3 { width:31%; border: 1px solid #ddd; padding: 5px 5px 0; box-sizing:border-box; margin-right: 3.5%; margin-bottom: 35px; } .imgli-3:nth-child(3n) { margin-right: 0; } .imgli-4 { width:23.2%; margin-right: 2.4%; } .imgli-4:nth-child(4n) { margin-right: 0; } .bg-link { cursor: pointer; } .scale {overflow: hidden;} .scale .scale-img {transition: all .5s;} .scale .scale-img:hover {transform: scale(1.2)} .tit01 { color: #221815; font-size: 22px; font-weight: bold; /*height: 45px;*/ padding: 0 5px 9px 3px; border-bottom: 2px solid #265498; } .tit03 { color: #333; font-size: 20px; margin-right: 15px; padding: 0 5px 6px 3px; cursor: pointer; line-height:30px; } .tit03.active { color: #00569C; font-weight: bold; line-height:30px; /*border-bottom: 2px solid #265498;*/ } .tit02 { color: #221815; font-size: 20px; font-weight: bold; } .border-b-e1e { border-bottom: 1px solid #e1e1e1; } /*banner*/ .bannerimg { height: 610px; } .swiper-pagination1.swiper-pagination { bottom: 25px !important; box-sizing:border-box; } .swiper-pagination1 .swiper-pagination-bullet { width: 10px; height: 10px; background: #fff; border-radius: 100px; opacity: 1; box-sizing: border-box; } .swiper-pagination1 .swiper-pagination-bullet-active { border: none; width:40px; border-radius: 5px; } /*鏂伴椈*/ .swiper-news { width: 35%; height:360px; } .swiper-news-img { height:360px; } .swiper-pagination2.swiper-pagination { bottom: 15px !important; text-align: right; padding-right: 10px; box-sizing:border-box; } .swiper-pagination2 .swiper-pagination-bullet { width: 8px; height: 8px; background: #fff; border: none; border-radius: 0; opacity: 1; box-sizing: border-box; margin-right: 6px; } .swiper-pagination2 .swiper-pagination-bullet-active { background: #65AAE2; } .border-b-das-dad { border-bottom: 2px dashed #dadada; } .line45 { line-height:45px; } .text-8c8 { color: #8C8C8C; } .text-005 { color: #00569C; } .text-4d4 { color: #4d4d4d; } .bg-fa { background: #fafafa; } .bg-265 { background: #00569C; } .hover-265:hover { color: #00569C !important; } .bg-left { /*background: url(../images/bg-tit-left.png) no-repeat center;*/ background: #00569C; height: 60px; line-height: 60px; margin-bottom: 6px; } .leftli { color: #3c3c3c; border: 1px solid #ddd; border-top: none; } .leftli.active { background: #6A98DC; } .leftli.active a { color: #fff; } .bg-f4 { background: #f4f4f4; } .position { height:60px; line-height:60px; background: #f4f4f4; padding-right: 10px; box-sizing:border-box; color: #3c3c3c; } .position a { color: #3c3c3c; } .position a:last-child { font-weight:bold; } .min400 { min-height:400px; } .xmli-2 { line-height: 36px; height:36px; box-sizing:border-box; padding: 0 15px; border-radius:3px; margin-right: 12px; margin-bottom: 8px; font-size: 16px; } .xmli-2:last-child(){ margin-right: 0; } .xmli-2:hover,.xmli-2.active { background: #265498; color: #fff; } .btn-login { display: block; text-align: center; width: 62px; height: 30px; line-height: 30px; background: #00569C; border: 1px solid #F1F1F1; border-radius: 3px; font-size:16px; color: #fff; } .btn-reg { display: block; text-align: center; width: 62px; height: 30px; line-height: 30px; background: #fff; border: 1px solid #F1F1F1; border-radius: 3px; font-size:16px; color: #333; margin-left: 5px; } .yytli { width: 30%; margin-right: 5%; margin-bottom: 25px; padding: 16px 2px; background: #FFFFFF; border: 1px solid #F1F1F1; border-radius: 10px; box-sizing:border-box; } .yytli:nth-child(3n){ margin-right: 0; } .bg-f5f9 { background: #F5F9FC; } .more01 { display: block; text-align: center; width: 100px; height: 35px; line-height: 35px; background: #00569C; border-radius: 3px; color: #fff; } /*鎵嬫満绔ご閮?/ .fixed-body { position: fixed !important; left:0; top:0; z-index:9; height:100%; width:100%; } .menu_cont { display: none; position: fixed; height: 92%; top: 55px; left: 0; z-index: 999; background: rgba(0,0,0,0.6); overflow-y: auto; } .menu_cont_ny { top:68px; } .menu_cont ul { background: #005AAD; } .navli2 { border-bottom: 1px solid #5184b3; line-height: 50px; } .sub { display: none; background: #256fb4; z-index: 99; } .sub .sup-li { color: #fff; border-bottom: 1px solid #5691c8; background: #256fb4; line-height: 45px; } .sub li a { color: #fff; } .text-cd2 { color: #005AAD; } /*login*/ .login-body{background: url('/webui/home/images/bg-reg.jpg') no-repeat center;padding: 0;box-sizing:border-box;width:100%;height:100vh;position: relative;} .forminput1 input,.forminput1 select { border: 1px solid #ddd; height: 35px; line-height: 35px; box-sizing: border-box; text-indent: 1em; } .forminput1 textarea { border: 1px solid #ddd; height: 120px; line-height: 25px; box-sizing: border-box; text-indent: 1em; } .input-ra { width: 16px; height: 16px; padding: 0 !important; margin: 0 !important; vertical-align: middle; background: #f2f2f2; } .bg-login2 { width:30%; margin: auto; } .formlogin { padding: 0 10px; border-radius: 8px; background: #fff; margin-bottom: 20px; } .formlogin input { border: none; height: 50px; line-height: 50px; box-sizing: border-box; outline: 0; background: #fff; } .formreg { } .formreg input { border: 1px solid #ddd; height: 35px; line-height: 35px; box-sizing: border-box; outline: 0; } .tijiao { height: 40px; line-height: 40px; text-align: center; background: #fff; font-size: 16px; color: #1965A3; font-weight:bold; letter-spacing: 5px; border-radius: 100px; cursor: pointer; width:55%; } .tijiao2 { height: 45px; line-height: 45px; text-align: center; background: #00569C; font-size: 16px; color: #fff; font-weight:bold; letter-spacing: 5px; border-radius: 100px; cursor: pointer; width:150px; margin: auto; } .tijiao3 { height: 40px; line-height: 40px; text-align: center; background: #00569C; font-size: 15px; color: #fff; border-radius: 100px; cursor: pointer; width:160px; margin: 20px 0 0; } .login-bottom {position: absolute;bottom:10px;left:0;right:0;margin: auto;color: #fff;font-size:14px;text-align: center;line-height:30px;} .login-logo {position: absolute;top:22px;left:22px;} .login-logo img {max-height:70px;} .member-body {background: url('/webui/home/images/bg-vip.jpg') no-repeat top center;padding: 0;box-sizing:border-box;width:100%;height:100vh;position: relative;} .member-logo {margin: 40px 0;} .member-logo img {max-height:60px;} .member-left { width:15%;background: #00569C;height:100%;min-height:60vh;padding: 15px 0 0px;box-sizing:border-box; } .text-cfe { color: #CFE9FF; } .membertit { border-bottom: 1px solid rgba(255,255,255,0.4);line-height:25px;padding: 0 10px 10px;font-size:16px;margin-bottom: 0; } .memberli { border-bottom: 1px solid rgba(255,255,255,0.1);line-height:30px;padding: 13px 10px;font-size:16px; } .memberli.active { background: #2280cd; } .memberli a { color: #fff; } .member-right { width:84%;min-height:873px; } .mright-l { width:69%; } .mright-r { width:29.7%; } .mright-box { border: 1px solid #EBEBEB;padding: 15px 14px;box-sizing:border-box;margin-bottom: 20px;min-height:341px;background: #fff; } .mright-box2 { min-height:443px;} .tit04 { color: #6C6C6C;font-size: 18px;margin-right: 20px;padding: 0 5px 9px 3px;cursor: pointer;line-height:30px;} .tit04.active { color: #00569C;border-bottom: 1px solid #00569C; } .bg-f4f7 {background: #F4F7F8 !important;} .bg-74b {background: #74BB81;} .bg-31a {background: #31A2F8;} .bg-fcb {background: #FCB238;} .li3-bg1 { padding: 20px;background: #74BB81;border-radius:10px;margin-bottom: 20px; } .li3-bg2 { padding: 20px;background: #31A2F8;border-radius:10px;margin-bottom: 20px; } .li3-bg3 { padding: 20px;background: #FCB238;border-radius:10px;margin-bottom: 20px; } .chart-a,.chart-b { width:100%;height:410px;margin-top: 20px; } .member-right2 { background: #fff;border: 1px solid #EBEBEB;padding: 15px 14px;box-sizing:border-box;margin-bottom: 5px; } .mform-textarea { font-family:"寰蒋闆呴粦"; } .mform-input::-webkit-input-placeholder,.mform-textarea::-webkit-input-placeholder,.mform-select::-webkit-input-placeholder,.mform-select::-webkit-input-placeholder { color: #6C6C6C;font-family:"寰蒋闆呴粦"; } .mform-input::-moz-placeholder,.mform-textarea::-moz-placeholder,.mform-select::-moz-placeholder,.mform-select::-moz-placeholder { olor: #6C6C6C;font-family:"寰蒋闆呴粦"; } .mform-input::-ms-input-placeholder,.mform-textarea::-ms-input-placeholder,.mform-select::-ms-input-placeholder,.mform-select::-ms-input-placeholder { color: #6C6C6C;font-family:"寰蒋闆呴粦"; } .jiebang-li { border-bottom: 2px dashed #eee;padding: 15px 10px;margin: 0 10px; } .jiebang-li-r1 { width:50%; } .jiebang { height:30px;line-height:30px;padding: 0 20px;border-radius:100px;border: 1px solid #00569C;color: #00569C;box-sizing:border-box;cursor: pointer; } .jiebang:hover {color: #fff;background: #00569C; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { vertical-align: middle;padding: 18px 25px;border-color:#eee; } .table>thead>tr>th { background: #f6f7fb;color: #00569C;font-weight:bold; } .btn-bj { border: 1px solid #00569C;color: #00569C;padding: 6px 15px;border-radius:100px;font-size:13px; } .btn-bj:hover {color: #fff;background: #00569C; } .btn-round { background: #00569C;color: #fff;padding: 6px 16px;border-radius:100px;font-size:13px; } .but-sbqh { position: absolute;right:0;top:-40px;z-index:9;cursor: pointer; } .ptanchuang { display: none;position: fixed;top: 0;left:0;width: 100%;height: 100%;z-index: 99;background: rgba(0,0,0,0.6); } .flex-tc { width: 100%;height: 100%;display: flex;align-items: center; } .pcont { width:30vw;margin:auto;background: #fff;border-radius: 3px;position: relative;min-height:50vh; } .pcont-li { border: 1px solid #eee;padding: 15px 10px;margin-bottom: 20px;cursor: pointer;border-radius:5px;box-sizing:border-box; } .pcont-li.active, .pcont-li:hover { border: 1px solid #00569C; } .pcont-bot { position: absolute;left:0;bottom:0px;z-index:9;cursor: pointer;padding: 12px 0;text-align: center;border-top:1px solid #eee;font-size:16px;width:100%; }