| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948 |
- @charset "utf-8";
- .policy-bg {
- background: #d9ecf5 url("../image/policy_bg.jpg") no-repeat bottom center;
- min-height: 1000px;
- padding:15px 0;
- }
- .policy-content {
- width: 1250px;
- min-height: 1000px;
- margin: 0 auto;
- background: #fff;
- padding: 15px;
- }
- .ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .t-right {
- text-align: right;
- }
- .ft-color-red {
- color: #ff0000;
- }
- .ft-12 {
- font-size: 12px;
- }
- .ft-color-blue {
- color: #199ed8;
- }
- .ft-color-deepblue {
- color: #3178a2;
- }
- .ft-color-lightblue {
- color: #00abff;
- }
- .ft-color-lightgreen {
- color: #88c200;
- }
- .ft-color-deepgreen {
- color: #008900;
- }
- .ft-color-orange {
- color: #ee940d;
- }
- .ft-color-lightred {
- color: #e6585d;
- }
- .ft-color-deepred {
- color: #930;
- }
- .ft-color-violet {
- color: #7f00ff;
- }
- .ft-color-brown {
- color: #AB8D5B;
- }
- .ft-color-pink {
- color: #fd66ff;
- }
- .ft-color-gray {
- color: #999;
- }
- .ft-bold {
- font-weight: bold;
- }
- /*index*/
- .focus-img {
- width: 656px;
- height: 374px;
- float: left;
- }
- .focus-img img {
- width: 100%;
- height: 100%;
- }
- .swiper-slide {
- position: relative;
- }
- .focus-img-name {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 42px;
- line-height: 42px;
- background: rgba(255,0,0,.5);
- color: #fff;
- text-align: center;
- padding: 0 10px;
- }
- .pagination {
- bottom: 50px;
- }
- .focus-news {
- float: right;
- width: 530px;
- }
- .tab-nav ul li {
- float: left;
- width: 106px;
- text-align: center;
- border-top: solid 1px transparent;
- border-bottom: solid 1px #ebebeb;
- font-size: 18px;
- line-height: 2;
- }
- .tab-nav ul li.active {
- border: solid 1px #ebebeb;
- border-bottom: none;
- }
- .tab-nav ul li.active a {
- color: #2976ce;
- }
- .policy-tab-content {
- border: solid 1px #ebebeb;
- border-top: none;
- padding: 10px;
- }
- .news-tab ul {
- height: 296px;
- }
- .news-tab ul li {
- line-height: 2;
- }
- .news-tab ul li span {
- display: inline-block;
- width: 80px;
- color: #2976ce;
- float: left;
- }
- .news-tab ul li a {
- display: inline-block;
- max-width: 425px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .view-more {
- color: #ff0000;
- }
- .p-index-content {
- margin-top: 20px;
- }
- .policy-index-title {
- position: relative;
- text-align: center;
- }
- .policy-index-title span {
- position: relative;
- display: inline-block;
- padding: 0 20px;
- background: #fff;
- z-index: 2;
- }
- .policy-title-line {
- position: absolute;
- left: 0;
- top: 34px;
- width: 100%;
- height: 3px;
- background: #ff7777;
- }
- .p-titile-zh {
- font-size: 30px;
- }
- .p-title-en {
- font-size: 12px;
- color: #ff0000;
- text-transform:uppercase;
- }
- .p-interpretation-list {
- overflow: hidden;
- padding-top: 20px;
- }
- .p-interpretation-list ul {
- margin-right: -70px;
- }
- .p-interpretation-list ul li {
- float: left;
- position: relative;
- width: 198px;
- margin-right: 60px;
- }
- .p-interpretation-list ul li img {
- width: 198px;
- height: 116px;
- }
- .p-interpretation-name {
- background: rgba(255,255,255,.7);
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 32px;
- line-height: 32px;
- text-align: center;
- color: #ff0000;
- transition: all .3s;
- padding: 0 15px;
- }
- .p-interpretation-list ul li:hover .p-interpretation-name {
- height: 116px;
- padding: 40px 15px 0;
- }
- .read-list {
- padding: 20px 0 40px;
- }
- .read-list ul {
- border-left: solid 1px #e5e5e5;
- border-bottom: solid 1px #e5e5e5;
- }
- .read-list ul li {
- float: left;
- width: 203px;
- text-align: center;
- border-top: solid 1px #e5e5e5;
- border-right: solid 1px #e5e5e5;
- padding: 15px;
- }
- .p-icon-bg {
- display: inline-block;
- width: 60px;
- height: 60px;
- line-height: 60px;
- border-radius: 50%;
- background: #f0f0f0;
- }
- .p-icon-bg i.iconfont {
- font-size: 35px;
- }
- .time_cneter{
- text-align: center;
- padding-top: 15px;
- font-size: 18px;
- }
- .attch{
- margin-top:20px ;
- }
- .attch ul li{
- padding:5px 0px ;
- color: #79a1dc;
- }
- .attch ul li a{
- color: #79a1dc;
- }
- .title_font h2{
- font-size: 24px;
- }
- .shar_center{
- text-align: right;
- display: block !important;
- }
- .link_font{
- font-size: 14px;
- vertical-align: middle;
- }
- .extend{
- width: 1px;
- height: 25px;
- border: 1px solid #ff0000;
- }
- .li_display li span{
- height: 20px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- padding: 0 5px;
- }
- .extendRead{
- overflow: hidden;
- margin-top: 50px
- }
- #textDetail{
- line-height: 26px;
- word-break: break-word;
- }
- #textDetail span {
- display: inline;
- }
- .extend_read{
- background: #03e3bb;
- padding: 0 5px;
- }
- .questionMsg{
- margin-top: 30px;
- line-height: 2;
- }
- .extend_read1{
- background: #03d3f2;
- padding: 0 5px;
- }
- .extend_read2{
- background: #64cf0d;
- padding: 0 5px;
- }
- .extend_read3{
- background: #64cf0d;
- padding: 0 5px;
- }
- .extend_read4{
- background: #63a35c;
- padding: 0 5px;
- }
- .extend_read5{
- background: #64cf;
- padding: 0 5px;
- }
- .extend_read6{
- background: #121212;
- padding: 0 5px;
- }
- #keywordSearch.searchBtn {
- position: static;
- width: auto;
- background: #2976ce;
- color: #fff;
- border-radius: 3px;
- border: none;
- padding: 0 20px;
- top: 0;
- margin-top: 20px;
- }
- .unfold{
- color: #2976ce;
- font-size: 12px;
- margin-top: 15px;
- cursor: pointer;
- display: inline-block;
- }
- .download{
- color:#79a1dc;
- margin-left:20px ;
- }
- .a_blue{
- color:#79a1dc;
- text-decoration: underline;
- }
- .mg_dynamics{
- margin-left: 10px;
- font-size: 10px;
- }
- .dynamics,.schedule{
- color:#dd0000;
- }
- .specialFont{
- font-size: 14px;
- color:#ff0000;
- margin: 20px 0;
- }
- .detail_title{
- text-align: center;
- }
- .extend_read7{
- background: #64cf0d;
- }
- .li_display ul li{
- display: inline-block;
- margin-right:30px ;
- }
- .li_display{
- margin-top: 20px;
- }
- .policy-filter-option{
- margin-left:-15px;
- margin-right:-15px;
- border-bottom:1px solid #858585;
- }
- .kind-tip-policyRadar{
- padding:10px 0px;
- border-bottom:1px solid #ececec;
- }
- .kind-tip-policyRadar .kind-box{
- border:none;
- }
- .kind-tip-policyRadar span{
- margin-left:40px;
- }
- .kind-tip-policyRadar .classify{
- margin-left:40px;
- width:60%;
- vertical-align: top;
- }
- .policy-list-content{
- padding:30px 25px 15px 25px;
- }
- .policy-list-content div{
- padding-bottom:25px;
- font-size:15px;
- }
- .policy-list-content div .list-title{
- padding-bottom:10px;
- }
- .policy-list-content div .list-content{
- color:#9e9e9e;
- }
- .policySearchOption{
- margin-top:20px;
- }
- .policySearchOption span{
- margin-left:20px;
- }
- .policySearchOption select{
- width:180px;
- height: 35px;
- line-height: 1.3;
- line-height: 38px\9;
- border: 1px solid #e6e6e6;
- background-color: #fff;
- border-radius: 2px;
- }
- .policySearchOption input{
- width:180px;
- display:inline-block;
- }
- .hotSearch{
- padding-bottom:5px;
- }
- .hotSearch a{
- color:#dd0000;
- margin-right:10px;
- }
- .searchTabList{
- padding:5px 40px 0px 40px;
- }
- .searchTabList span{
- font-size:15px;
- cursor:pointer;
- padding:5px 10px;
- margin-bottom:-1px;
- }
- .tabActive{
- color:#dd0000;
- border:1px solid #858585;
- border-bottom:1px solid #fff;
- }
- .p-zcgw {
- height: 100px;
- color: #fff;
- font-size: 30px;
- text-align: center;
- line-height: 100px;
- }
- .p-zcgw a {
- display: block;
- width: 100%;
- color: #fff;
- }
- .p-cx {
- float: left;
- width: 60%;
- background: #dd0000;
- border-right: solid 1px #fff;
- }
- .p-tj {
- float: right;
- width: 40%;
- background: #2976CE;
- }
- .table-bordered > tbody > tr:nth-child(odd) {
- background-color: #f8f8f8;
- }
- .table-bordered > thead tr {
- background: #00b7ee;
- color: #fff;
- }
- .step-item {
- float: left;
- margin-right: 10px;
- }
- .step-item span {
- background: #fc6;
- color: #fff;
- display: inline-block;
- height: 32px;
- line-height: 32px;
- padding: 0 20px;
- font-size: 16px;
- margin-right: 10px;
- }
- .step-item i {
- color: #fc6;
- }
- .step-item.active span {
- background: #f90;
- }
- .step-content {
- border: solid 1px #f1f1f1;
- padding: 20px;
- margin-top: 20px;
- }
- .step-input {
- padding: 6px 8px;
- border: 1px solid #e6e6e6;
- width: 200px;
- }
- .ft-gray-999 {
- color: #999;
- }
- .step-info {
- display: none;
- }
- .step-info table tr td:first-child{
- text-align: right;
- width: 440px;
- }
- .step-info table td {
- padding: 10px 5px;
- }
- .theader-style {
- background: #fc6;
- text-align: center;
- color: #fff;
- }
- .yingshou {
- width: 650px;
- margin: 0 auto;
- }
- .yingshou table {
- width: 100%;
- border-bottom: solid 1px #f1f1f1;
- }
- .yingshou table td {
- border-right: solid 1px #f1f1f1;
- padding: 10px 30px;
- }
- .yingshou table tr td:first-child {
- width: auto;
- text-align: center;
- border-left: solid 1px #f1f1f1;
- }
- .yingshou table tr td p {
- margin-bottom: 30px;
- }
- .error {
- font-weight: normal;
- color: #ff0000;
- }
- .jc-title {
- width: 522px;
- height: 47px;
- margin: 0 auto;
- text-align: center;
- }
- .jc-title-name {
- color: #fff;
- position: relative;
- z-index: 2;
- font-size: 18px;
- padding-top: 5px;
- }
- .jc-title-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 522px;
- height: 47px;
- z-index: 1;
- }
- .jc-centent {
- background: url("../image/jc-centent-bg.png") no-repeat;
- width: 522px;
- height: 310px;
- margin: 40px auto 0;
- padding: 150px 30px 0;
- font-size: 14px;
- line-height: 2;
- }
- .jc-qa {
- margin-top: 20px;
- }
- .qa-title {
- margin-bottom: 20px;
- font-size: 22px;
- height: 80px;
- line-height: 80px;
- }
- .qa-title span {
- display: inline-block;
- width: 60%;
- height: 100%;
- background: #dd0000;
- color: #fff;
- text-align: center;
- }
- .jc-view-more {
- display: inline-block;
- width: 39%;
- height: 100%;
- background: #e4e4e4;
- text-align: center;
- float: right;
- }
- .qa-list {
- border: solid 2px #199ed8;
- padding: 10px 20px;
- border-radius: 5px;
- line-height: 1.8;
- margin-bottom: 20px;
- }
- .qa-list-left {
- display: block;
- float: left;
- width: 70px;
- font-weight: bold;
- }
- .qa-list-right {
- display: block;
- float: left;
- width: 680px;
- }
- .ld-table {
- width: 100%;
- }
- .ld-table thead tr{
- background: #F6F7FB;
- }
- .ld-table tr {
- border-bottom: solid 1px #EBEFF9;
- line-height: 46px;
- }
- .ld-table tr th,.ld-table tr td {
- padding: 0 10px;
- }
- .fixed-menu {
- width: 140px;
- position: fixed;
- z-index: 9;
- }
- .fixed-menu-nav {
- background: #fff;
- border-radius: 3px;
- box-shadow: 0 0 5px rgba(0,0,0,.2);
- }
- .fixed-menu-nav-title {
- background: #4A90E2;
- color: #fff;
- height: 32px;
- line-height: 32px;
- border-radius: 3px;
- text-align: center;
- }
- .fixed-menu-nav-list ul li {
- border-bottom: solid 1px #EFEFEF;
- height: 40px;
- line-height: 40px;
- text-align: center;
- }
- .fixed-menu-nav-list ul li.active a {
- color: #4A90E2;
- }
- .fixed-menu-nav-list ul li:last-child {
- border-bottom: none;
- }
- .pj-link {
- text-align: center;
- margin-top: 40px;
- padding: 5px 10px;
- line-height: 2;
- }
- .project-list {
- padding-left: 200px;
- }
- .project-list-title {
- height: 60px;
- line-height: 60px;
- font-size: 18px;
- padding-left: 40px;
- background: #E5E5E5;
- }
- .project-list-item {
- padding: 20px 40px;
- border: solid 1px #C6C6C6;
- margin-bottom: 20px;
- }
- .fsx {
- display: inline-block;
- background: #dd0000;
- color: #fff;
- padding: 0 40px;
- height: 40px;
- line-height: 40px;
- border-radius: 5px;
- font-size: 16px;
- }
- .project-name {
- font-size: 16px;
- font-weight: bold;
- padding-left: 100px;
- }
- .hdpf {
- height: 40px;
- background: #E5E5E5;
- border-radius: 20px;
- margin: 20px 0;
- }
- .hdpf-active {
- width: 70%;
- height: 100%;
- background: #dd0000;
- border-radius: 20px;
- padding-left: 40px;
- line-height: 40px;
- color: #fff;
- }
- .project-img {
- width: 340px;
- height: 190px;
- float: left;
- margin-right: 20px;
- }
- .project-img img {
- width: 100%;
- height: 100%;
- }
- .project-item-text {
- float: left;
- width: 570px;
- line-height: 2;
- }
- .project-view-more {
- margin-top: 10px;
- }
- .project-detail-title {
- font-weight: bold;
- font-size: 18px;
- text-align: center;
- color: #333;
- }
- .project-tab {
- height: 40px;
- border: 1px solid #E7E7E7;
- margin-top: 40px;
- }
- .project-tab span {
- display: inline-block;
- padding: 0 20px;
- line-height: 38px;
- cursor: pointer;
- }
- .project-tab span.active {
- background: #4A90E2;
- color: #fff;
- }
- .project-detail-centent {
- padding: 40px 0;
- }
- .project-detail-second-title {
- position: relative;
- height: 2px;
- margin: 40px 0;
- background: #ff5555;
- }
- .project-detail-second-title-name {
- position: absolute;
- top: -10px;
- left: 50%;
- margin-left: -50px;
- display: block;
- width: 100px;
- background: #fff;
- text-align: center;
- color: #ff0000;
- }
- .qa-list-box ul li{
- margin-bottom: 30px;
- }
- .item-number {
- width: 20px;
- height: 20px;
- border-radius: 50%;
- background: #539EFF;
- text-align: center;
- color: #fff;
- }
- .answer {
- display: none;
- margin-left: 30px;
- box-shadow: 1px 1px 1px rgba(0,0,0,.2);
- padding: 20px;
- border: solid 1px #E4E4E4;
- margin-top: 10px;
- font-size: 12px;
- color: #666;
- }
- .answer p {
- margin-bottom: 10px;
- }
- .qa-name {
- float: left;
- }
- .zd-btn {
- cursor: pointer;
- }
- .servicer-list ul li {
- margin-bottom: 30px;
- }
- .btn-bg {
- padding: 10px 30px;
- }
- .stars{
- white-space: nowrap;
- text-align: center;
- }
- .stars li{
- display: inline-block;
- color: #ADADAD;
- cursor: pointer;
- }
- .stars li .iconfont {
- font-size: 30px;
- }
- .textarea-style {
- border: solid 1px #dadada;
- padding: 5px;
- width: 100%;
- height: 80px;
- resize: none;
- }
- .dj-style {
- margin-left: 10px;
- padding-top: 5px;
- }
- .pingjia .close {
- margin-top: -22px;
- }
- .modal-dialog {
- z-index: 1041;
- }
- .tixing .modal-dialog {
- position: relative;
- top: 400px;
- left: -100px;
- }
- .special-list {
- overflow: hidden;
- }
- .special-list ul {
- margin-right: -20px;
- }
- .special-list ul li {
- width: 600px;
- float: left;
- margin: 0 20px 40px 0;
- }
- .special-list ul li img {
- width: 254px;
- height: 102px;
- margin-right: 10px;
- float: left;
- }
- .special-name {
- font-size: 18px;
- margin-bottom: 8px;
- }
- .special-more {
- position: absolute;
- right: 0;
- color: #ff0000;
- }
- .openPopup {
- display: none;
- position: fixed;
- width: 500px;
- height: 460px;
- left: 50%;
- top: 50%;
- margin: -230px 0 0 -250px;
- background: #fff;
- box-shadow: 0 2px 5px rgba(0,0,0,.2);
- }
- .popup-title {
- background: #539EFF;
- color: #fff;
- height: 40px;
- line-height: 40px;
- padding: 0 15px;
- }
- .popup-content {
- padding: 10px 30px;
- height: 360px;
- overflow: auto;
- }
- .popup-table td,.popup-table th {
- width: auto;
- text-align: center;
- }
- .step-info .popup-table tr td:first-child {
- text-align: center;
- width: auto;
- }
- .popup-table thead th {
- background: #f1f1f1;
- height: 30px;
- line-height: 30px;
- }
- .popup-table tbody td {
- border-right: solid 1px #f1f1f1;
- border-bottom: solid 1px #f1f1f1;
- }
- .popup-table tbody {
- border-left: solid 1px #f1f1f1;
- }
- .check {
- /*display: none;*/
- display: inline-block;
- width: 16px;
- height: 16px;
- border: solid 1px #dadada;
- color: #fff;
- overflow: hidden;
- }
- .check i {
- display: none;
- line-height: 16px;
- }
- .check.active {
- background: #539EFF;
- border: solid 1px #539EFF;
- }
- .check.active i{
- display: block;
- }
- .j-checkISO,.j-check {
- display: none;
- }
- .input-tips {
- position: absolute;
- display: block;
- color: #ff0000;
- }
- .yingshou table tr td p .input-tips {
- padding-left: 60px;
- }
- .disabledBtn {
- display: block;
- width: 93px;
- height: 34px;
- background: #dadada;
- }
|