<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common start */
.m-head{
  position:fixed;
  width:100%;
  height:2.8rem;
  left:0;
  top:0;
  background:#ececec;
  overflow:hidden;
  z-index:99;
}
.m-head .back{
  position:absolute;
  height:2.8rem;
  width:6%;
  left:3%;
  top:0;
  background:url(../mstyle/images/home.png) center no-repeat;
  background-size:80%;
}
.m-head .back img{
  width:100%;
}
.m-head h2{
  font-weight:normal;
  color:#393939;
  font-size:1.1rem;
  text-align:center;
  line-height:2.8rem;
}
.m-banner {
  width:100%;
  margin-top:.26rem;
  height:3.5rem;
}
.list {
  position:relative;
  width:93%;
  margin:0 auto;
  margin-bottom:4.5rem;
  border-radius:6px;  
}
.list .list-head {
  width:100%;
  height:2.6rem;
  line-height:2.8rem;
  text-indent:2.8rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  background:#3566ad url(../mstyle/images/source-icon-1.png) no-repeat 1rem center;
  background-size:1.5rem 1.2rem;
  font-size:1.2rem;
  font-weight:bold;
  color:#fff;
  overflow:hidden;
}
.list .list-content {
  width:94%;
  padding:0 3% 1rem;
  background-color:#fff;
}
.list .list-content .list-box {
  width:100%;
  padding-top: 0.8rem;
  padding-bottom:.8rem;
  border-bottom:1px dashed #cfd4dc;
}
.list .list-content .list-box:last-child {
  border:none;
}
.list .list-content .list-box a {
  display:block;
  width:100%;
  max-height:2.4rem;
  line-height:1.2rem;
  margin-bottom:.5rem;
  text-align:justify;
  font-size:1rem;
  color:#333;
  overflow:hidden;
}
.list .list-content .list-box .list-box-desc {
  width:100%;
}
.list .list-content .list-box .list-box-desc i {
  display:inline-block;
  width:4rem;
  height:1.2rem;
  line-height:1.3rem;
  text-align:center;
  border:1px solid #fbb878;
  border-radius:3px;
  font-size:.8rem;
  font-style:normal;
  background-color:#fff7ed;
  color:#ffa85a;
}
.list .list-content .list-box .list-box-desc span {
  display:inline-block;
  height:1.2rem;
  line-height:1.2rem;
  padding-left:.9rem;
  margin-left:.3rem;
  font-size:.9rem;
  color:#999;
}
.list .list-content .list-box .list-box-desc .list-box-address {
  background:url(../mstyle/images/source-icon-2.png) no-repeat left 2px;
  background-size:.7rem .8rem;
}
.list .list-content .list-box .list-box-desc .list-box-debt {
  background:url(../mstyle/images/source-icon-3.png) no-repeat left 2px;
  background-size:.9rem .7rem;
}
.list .list-content .list-box .list-box-desc .list-box-phone {
  padding-left:.7rem;
  background:url(../mstyle/images/source-icon-4.png) no-repeat left center;
  background-size:.6rem .8rem;
}

       .region-area .region-area-content .region-area-content-box .region-area-content-box-exp .zcmore {
            display: inline-block;
            width: 100%;
            height: 2rem;
            line-height: 2.1rem;
            text-align: center;
            margin-top: .5rem;
            margin-bottom: 1rem;
            border: 1px solid #ef8c6c;
            border-radius: 3px;
            font-size: 1rem;
            color: #ed774d;
        }
/* common end */

/* case start */
.case-banner {
  text-align:center;
  background:url(../mstyle/images/banner.jpg) no-repeat center;
  background-size:100%;
}
.case-banner p {
  width:90%;
  height:1.6rem;
  line-height:1.6rem;
  padding-left:5%;
  padding-right:5%;
  text-align:center;
  /*font-size:.9rem;*/
    font-size:.8rem;
  color:#ffffff;
  overflow:hidden;
}
.case-banner p:first-child {
  padding-top: 1.8rem;
}
.case-banner .case-banner-phone {
  display:inline-block;
  height:2rem;
  line-height:2rem;
  padding-left:7%;
  padding-right:5%;
  padding-top:.6rem;
  text-align:center;
  font-size:1.2rem;
  font-weight:bold;
  color:#ffd905;
  background:url(../mstyle/images/case-icon-1.png) no-repeat left 1rem;
  background-size: 1.5rem 1.3rem;
}
.case-container {
  position:relative;
  width:90%;
  margin:0 auto;
  margin-top: -2.4rem;
  margin-bottom:4.5rem;
  padding-top:1rem;
  padding-bottom:1rem;
  border-radius:7px;
  background-color:#fff;
}
.case-container .case-content {
  width:92%;
  margin:0 auto;
}
.case-container .case-content-list {
  width:100%;
  margin-bottom:.5rem;
}
.case-container .case-content-list label {
  float:left;
  width: 23%;
  height:2rem;
  text-align:right;
  line-height:2rem;
  font-size:.9rem;
  color:#333;
}
.case-container .case-content-list .case-content-list-input {
  float:left;
  width:94%;
}
.case-container .case-content-list .case-content-list-input input {
  width:100%;
  height:1.9rem;
  line-height:1.9rem;
  text-indent: .5rem;
  border:1px solid #d4d4d4;
  border-radius: 3px;
  font-size:1rem;
  color:#333;
}
.case-container .case-content-list .case-content-list-input .amount {
  float:left;
  width: 60%;
}
.case-container .case-content-list .case-content-list-input span {
  float:left;
  width:20%;
  height: 2rem;
  line-height:2rem;
  padding-left:.5rem;
  font-size:.9rem ;
  color:#333;
}
.case-container .case-content-list .case-content-list-input textarea {
  width:100%;
  height:9.2rem;
  line-height:1.4rem;
  padding:.2rem 3%;
  text-align:justify;
  border:1px solid #d1d1d1;
  border-radius:3px;
  font-size:.9rem;
  resize:none;
  color:#333;
}
.case-container .case-content-list .case-content-list-input select {
  width:45%;
  height:2rem;
  line-height:2rem;
  text-indent: .3rem;
  border:1px solid #cecece;
  border-radius: 3px;
  /*å°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
  background: url(../mstyle/images/case-icon-2.png) no-repeat scroll 90% center transparent;   
}
.case-container .case-content-list .case-content-list-input select:last-child {
  margin-left: .3rem;
}
.case-container .case-content-list .case-content-list-input .yzm {
  letter-spacing:3px;
}
.case-container .list-bottom {
  margin-bottom: 1rem;
}
.case-container .case-btn {
  width: 96%;
  margin:0 auto;
  margin-bottom: .5rem;
}
.case-container .case-btn .button {
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align:center;
  border-radius:.3rem;
  font-size:1rem;
  color:#fff;
  background-color:#2895cf;
}
.case-container .case-prompt {
  width: 96%;
  margin:0 auto;
}
.case-container .case-prompt span {
  float:left;
  width:5%;
  text-align:center;
  color:#ff6600;
}
.case-container .case-prompt p {
  float:left;
  width:95%;
  line-height: 1.2rem;
  font-size: .8rem;
  color:#ff6600;
}
/* case end */
/* source start */
.source-banner img {
  width:100%;
}
.source-search {
  position:relative;
  width:95%;
  height:11.7rem;
  margin:0 auto;
  margin-top:-5.8rem;
  margin-bottom:.5rem;
  padding-top:.7rem;
  border-radius:7px;
  background:url(../mstyle/images/search-bg.png) no-repeat center;
  background-size:100%;
}
.source-search .source-search-content {
  width:87%;
  margin:0 auto;
}
.source-search .source-search-content .source-search-content-list {
  width:100%;
  height:2.4rem;
  border-bottom:1px solid #dcdcdc;
}
.source-search .source-search-content .source-search-content-list input {
  width:90%;
  padding-left:10%;
  line-height:2.4rem;
  font-size:1rem;
  color:#393939;
  background:url(../mstyle/images/source-icon-5.png) no-repeat 6px center;
  background-size:1.1rem;
}

.sx_ul{
  width:100%;
  margin:0 auto;
  padding-top:.5rem;
  padding-bottom:.5rem;
}
.sx_ul .sx_li{
  line-height:1.9rem;
  margin-bottom:0.3rem;
  font-size:0.95rem;
  color:#333;
}
.sx_ul .sx_li p{
  float:left;
  width:15%;
  font-weight:bold;
}
.sx_ul .sx_li .city_span{
  float:left;
  margin-right:0.5rem;
}
.sx_ul .sx_li .xzcs_a{
  float:left;
  padding-right:1rem;
  color:#4571af;
  background:url(../mstyle/images/source-icon-6.png) no-repeat right center;
  background-size: .8rem;
}
.sx_ul .sx_li .choice{
  float:left;
  width:85%;
}
.sx_ul .sx_li .choice .ch_span{
  float:left;
}
.sx_ul .sx_li .choice .ch_i{
  float:left;
  margin-left:3%;
  padding-right:1rem;
  font-style:normal;
  color:#4571af;
  background:url(../mstyle/images/source-icon-6.png) no-repeat right 8px;
  background-size: .8rem;
}
.sx_ul .sx_li .choice .option{
  display:none;
  position:fixed;
  width:94%;
  height:27rem;
  left:3%;
  top:3.8rem;
  border-radius:10px;
  background:#fff;
  z-index:999;
  overflow-x:hidden;
}
.sx_ul .sx_li .choice .option .ul_div{
  width:100%;
  height:27rem;
  padding-right:20%;
  overflow-y:auto;
}
.sx_ul .sx_li .choice .option .ul_div .li_xlb{
    display:block;background:none;text-align:center;line-height:3rem;border-bottom:1px solid #e2e2e2;
}
.sx_ul .sx_li .choice .option .ul_div .li_xlb .lix_span{
    font-size:1.1rem;display:block;color:#393939;
}
.sx_ul .sx_li .choice .option li{
  width:100%;
  line-height:3rem;
  text-align:center;
  border-bottom:1px solid #e2e2e2;
  font-size:1.1rem;
  color:#393939;
}
.sx_ul .sx_li .choice .option li:hover{
  background:#b7ecff;
}
.sx_ul .sx_li .choice .option li .li_tit{
  height:3rem;
  line-height:3rem;
  font-size:1.1rem;
  color:#393939;
}
.sx_ul .sx_li .choice .option li .li_xlb{
  display:none;
  line-height:3rem;
  font-size:1.1rem;
  background:#e4f8ff;
  color:#393939;
}
.sx_ul .sx_li .choice .option li.opt_li .li_xlb{
  display:block;
  line-height:3rem;
  font-size:1.1rem;
  background:#e4f8ff;
  color:#393939;
}
.sx_ul .sx_li .choice .option li.opt_li .li_xlb span{
  display:block;
  width:100%;
  border-top:1px solid #bcbcbc;
  font-size:0.9rem;
}
.sx_ul .sx_li .choice .option li.opt_li .li_xlb .lix_span a{color:#393939;}
.sx_ul .sx_li .choice .option .qxz{
  line-height:3rem;
  padding-top:1rem;
  text-align:center;
  border:none;
  font-size:1rem;
  color:#e7e7e7;
}
#bgDiv{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  text-align: center;
  background: #000000;
  filter: alpha(opacity=60);
  margin-bottom: -9999px;
  padding-bottom: 9999px; 
  opacity: 0.6;
  overflow: hidden;
  z-index: 998;
}

.source-btn {
  width:100%;
  margin:0 auto;
}
.source-btn .button {
  width:100%;
  height:2.6rem;
  line-height:2.6rem;
  text-align:center;
  border-radius:3px;
  font-size:1rem;
  background-color:#2895cf;
  color:#fff;
}
/* source end */
/* listdesc start */
.listdesc {
  position:relative;
  width:93%;
  margin:0 auto;
  margin-top:-9.3rem;
  margin-bottom:.2rem;
  border-radius:6px;
  background-color:#fff;
  /*background:url(../mstyle/images/listdesc-bg.png) no-repeat center;*/
  background-size:100%;
}
.listdesc .listdesc-content {
  width:90%;
  margin:0 auto;
  padding-top:1rem;
  padding-bottom:.8rem;
}
.listdesc .listdesc-content .listdesc-content-box {
  width:100%;
  padding-top:.3rem;
  padding-bottom:.8rem;
  border-bottom:1px solid #dcdcdc;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per {
  float:left;
  width:58%;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-head {
  float:left;
  width:3.2rem;
  margin-left: .3rem;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-head img {
  width:100%;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-right {
  float:left;
  width:60%;
  margin-left:.5rem;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-right i {
  display:block;
  width:100%;
  height:1.2rem;
  line-height:1.2rem;
  font-size:.9rem;
  font-weight:bold;
  font-style:normal;
  color:#333;
  overflow:hidden;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-right span {
  display:block;
  width:100%;
  height:1.2rem;
  text-indent:.8rem;
  line-height:1.2rem;
  font-size:.8rem;
  color:#999;
  overflow:hidden;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-right .listdesc-address{
  background:url(../mstyle/images/source-icon-2.png) no-repeat left center;
  background-size:.6rem .7rem;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-per .listdesc-content-box-per-right .listdesc-phone{
  background:url(../mstyle/images/source-icon-4.png) no-repeat left center;
  background-size:.6rem .8rem;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-btn {
  float:left;
  width:42%;
  height:3rem;
  border-radius:3px;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-btn button {
  width:100%;
  height:3rem;
  text-align:center;
  border-radius:3px;
  background:url(../mstyle/images/listdesc-btn.png) no-repeat center;
}
.listdesc .listdesc-content .listdesc-content-box .listdesc-content-box-btn button span {
  display:inline-block;
  height:3rem;
  line-height:3rem;
  font-size:1rem;
  padding-left:1.3rem;
  font-weight:bold;
  background:url(../mstyle/images/listdesc-icon-1.png) no-repeat left center;
  background-size: 1.2rem;
  color:#fff;
}
.listdesc .listdesc-content p {
  width:100%;  
  line-height:1.6rem;
  text-align:justify;
  padding-top:.3rem;
  margin-bottom:.1rem;
  font-size:1.1rem;
  color:#333; 
}
.listdesc .listdesc-content .listdesc-content-btm {
  width:100%;
}
.listdesc .listdesc-content .listdesc-content-btm span {
  display:inline-block;
  float:left;
  height:2rem;
  line-height:2.2rem;
  padding-left:1.2rem;
  font-size:.9rem;
  color:#999;
}
.listdesc .listdesc-content .listdesc-content-btm .listdesc-content-btm-time {
  background:url(../mstyle/images/listdesc-icon-2.png) no-repeat left center;
  background-size: 1rem 1rem;
  margin-right:.2rem;
}
.listdesc .listdesc-content .listdesc-content-btm .listdesc-content-btm-type {
  background:url(../mstyle/images/source-icon-3.png) no-repeat left 8px;
  background-size: 1.1rem .9rem;
}
.listdesc-inf {
  width:95%;
  margin:0 auto;
  margin-bottom:.5rem;
}
.listdesc-inf img {
  width:100%;
}
/* listdesc end */
/* citylist start */
.citylist {
  width:94%;
  margin-top:2.8rem;
  padding-left:3%;
  padding-right:3%;
  margin-bottom:4.5rem;
}
.citylist .citylist-box {
  width:100%;
  padding-top:.6rem;
  padding-bottom:.3rem;
  border-bottom:1px solid #e3e3e3;
}
.citylist .citylist-box a {
  display:block;
  width:100%;
  height:1.6rem;
  line-height:1.6rem;
  text-indent:1.5rem;
  font-size:1.1rem;
  color:#333;
  background:url(../mstyle/images/citylist-icon-1.png) no-repeat .3rem 5px;
  background-size: 1rem .9rem;
  overflow:hidden;
}
.citylist .citylist-box span {
  display:inline-block;
  width:100%;
  height:1.3rem;
  line-height:1.5rem;
  text-indent:1.5rem;
  font-size:.9rem;
  color:#9e9e9e;
  overflow:hidden;
}
.citylist .ciytlist-btn {
  width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
  text-align:center;
}
.citylist .ciytlist-btn span {
  font-size:1rem;
  color:#406db0;
  padding-right:.9rem;
  background:url(../mstyle/images/source-icon-6.png) no-repeat right 4px;
  background-size: .8rem .5rem;
}
/* citylist end */
/* type start */
.type-container {
  margin-bottom:1.33rem;
}
.type {
  width:95%;
  /*height:5.43rem;*/
  margin:0 auto;
  /*background:url(../image/type-bg.png) no-repeat center;*/
  background-size:100%;
  background-color:white;
  border:2px solid rgb(243,243,243);
  border-radius:10px;
  margin-bottom:20px;
}
.type-title {
  position:relative;
  margin-top:-3.1rem;
}
.type .type-box {
  width:88%;
  margin:0 auto;
}
.type .type-box .type-head {
  width:100%;
  height:.87rem;
  line-height:.9rem;
  padding-top:.27rem;
  text-align:center;
  border-bottom:1px solid #29559c;
  font-size:.4rem;
  font-weight:bold;
  color:#333;
  box-sizing: content-box;
}
.type .type-box .type-content {
  width:100%;
  padding-top:.27rem;
}
.type .type-box .type-content a {
  float:left;
  display:inline-block;
  width:47%;
  height:.67rem;
  line-height:.7rem;
  /*padding-left:5%;*/
  /*padding-right:4%;*/
  margin-bottom:.133rem;
  margin-right:4%;
  border:1px solid #e0e0e0;
  border-radius:3px;
  font-size:.33rem;
  color:#333;
  overflow:hidden;
  box-sizing: content-box;
  text-align: center;
}
.type .type-box .type-content a:nth-child(2n+0) {
  margin-right:0;
}
/* type end */
/* nav å…¬ç”¨ start */
.local {
  width:93%;
  margin:0 auto;
  margin-bottom:.6rem;
  border-radius:6px;
  background-color:#fff;
}
.local .local-head {
  width:100%;
  height:2.6rem;
  line-height:2.8rem;
  text-indent:2.6rem;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  font-size:1.2rem;
  font-weight:bold;
  color:#fff;
  background:#326fa8 url(../mstyle/images/nav-icon-1.png) no-repeat 1.1rem 10px;
  background-size:1.2rem 1.2rem;
}
.local .local-head a{
    color:#fff;
}
.local .local-content {
  width:93%;
  margin:0 auto;
  padding-bottom:1rem;
}
.local .local-content .local-content-box {
  width:100%;
  padding-top:.5rem;
  padding-bottom:.8rem;
  border-bottom:1px dashed #cfd4dc;
}
.local .local-content .local-content-box .local-content-box-left {
  float:left;
  width:80%;
  padding-left:.4rem;
}
.local .local-content .local-content-box .local-content-box-left p {
  width:100%;
  height:2rem;
  line-height:2rem;
  font-size:1.1rem;
  color:#333;
  overflow:hidden;
}
.local .local-content .local-content-box .local-content-box-left p a{
    color:#333;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-address {
  width:100%;
  max-height:2.8rem;
  line-height:1.4rem;
  margin-bottom:.5rem;
  font-size:.9rem;
  color:#999;
  overflow:hidden;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-address span {
  color:#333;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-btn {
  width:100%;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-btn button {
  width:6.8rem;
  height:1.7rem;
  line-height:1.8rem;
  text-indent:1.2rem;
  border-radius:3px;
  font-size:1rem;
  color:#fff;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-btn button:first-child {
  margin-right:.5rem;
  border:1px solid #e46644;
  background:#f77653 url(../mstyle/images/nav-icon-3.png) no-repeat .7rem center;
  background-size:1.2rem;
}
.local .local-content .local-content-box .local-content-box-left .local-content-box-btn button:last-child {
  border:1px solid #457db1;
  background:#4c87bf url(../mstyle/images/nav-icon-4.png) no-repeat .8rem center;
  background-size:1rem .9rem;
}
.local .local-content .local-content-box .local-content-box-right {
  float:right;
  width:2.6rem;
  height:4.5rem;
  padding-right:.4rem;
}
.local .local-content .local-content-box .local-content-box-right a {
  display:block;
  width:100%;
  height:2.8rem;
  padding-top:1.7rem;
  background:url(../mstyle/images/nav-icon-2.png) no-repeat right bottom;
  background-size:50%;
}
.local .local-content .local-more {
  width:100%;
  padding-top:1rem;
  padding-bottom:.5rem;
  text-align:center;
}
.local .local-content .local-more button {
  width:10rem;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  border:1px solid #ef8c6c;
  border-radius:3px;
  font-size:1rem;
  color:#ed774d;
}
/* nav å…¬ç”¨ end */
/* nav start */
.nav-search {
  position:relative;
  width:95%;
  height:10.9rem;
  margin:0 auto;
  margin-bottom:.3rem;
  margin-top:-6rem;
  background:url(../mstyle/images/nav-search-bg.png) no-repeat center;
  background-size:100%;
}
.nav-search .nav-search-head {
  width:88%;
  height:2.3rem;
  margin:0 auto;
  padding-top:1rem;
  border-bottom:1px solid #dcdcdc;
}
.nav-search .nav-search-head .nav-search_hot{
    line-height: 2.8rem; color: #393939;
}
.nav-search .nav-search-head input {
  width:85%;
  height: 2.3rem;
  line-height: 2.3rem;
  padding-left:2rem;
  font-size:1rem;
  color:#393939;
  background:url(../mstyle/images/source-icon-5.png) no-repeat .5rem center;
  background-size: 1.2rem 1.2rem;
}
.nav-search .nav-search-prompt {
  width:94%;
  max-height:6.5rem;
  margin:0 auto;
  padding-top:.5rem;
  overflow:auto;
}
.nav-search .nav-search-prompt ul{
    width:100%;float:left;
}

.nav-search .nav-search-prompt a {

  height:2rem;
  line-height:2rem;
  text-align:center;
  font-size:1rem;
  color:#3768bb;
}
.dh_bottmom{
    width:100%;height:4rem;
}

/*.nav-search .nav-search-prompt .nav-search-prompt-list a {
  flex: 1;
}*/
/*.nav-search .nav-search-prompt a {
  display:inline-block;
  width:16%;
  height:2rem;
  line-height:2rem;
  text-align:center;
  font-size:1rem;
  color:#3768bb;
}*/
/* nav end */
/* nav-1 start */
.nav-1 {
  position:relative;
  margin-top:-9rem;
}
.nav-1-head {
  width:100%;
  height:2.6rem;
  text-align:center;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  background-color:#2e5189;
}
.nav-1-head .nav-1-title {
  display:inline-block;
  line-height:2.6rem;
  padding-left:1.6rem;
  font-size:1rem;
  color:#fff;
  background:url(../mstyle/images/nav-icon-1.png) no-repeat left center;
  background-size:1.1rem 1.1rem;
}
/* nav-1 end */
/* nav-2 start */
.firm {
  position:relative;
  width:93%;
  border-radius:6px;
  margin:0 auto;
  margin-top:-9rem;
  margin-bottom:.7rem;
  background-color:#fff;
}
.firm .firm-head {
  width:100%;
  height:2.6rem;
  text-align:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  background-color:#2e5189;
}
.firm .firm-head .firm-head-box {
  display:inline-block;
  height:2.6rem;
  line-height:2.8rem;
  padding-left:1.4rem;
  font-size:1.1rem;
  font-weight:bold;
  color:#fff;
  background:url(../mstyle/images/nav-icon-1.png) no-repeat left center;
  background-size:1.1rem 1.1rem;
}
.firm .firm-content {
  width:100%;
  margin:0 auto;
  padding-top:1rem;
}
.firm .firm-content .zmls{
    padding-left: 1rem;
}
.firm .firm-content h2{
    font-size: 1rem; color: #434343;
}
.firm .firm-content .firm-address {
  width:90%;
  margin:0 auto;
  margin-bottom:.5rem;
  padding-left:2%;
  text-align:justify;
  line-height:1.4rem;
  text-indent:.9rem;
  font-size:1rem;
  color:#999;
  background:url(../mstyle/images/nav-icon-5.png) no-repeat 4px 1px;
  background-size:.9rem 1rem ;
}
.firm .firm-content .firm-address span {
  color:#333;
}
.firm .firm-content .firm-phone {
  width:90%;
  height:1.4rem;
  margin:0 auto;
  padding-left:2%;
  line-height:1.4rem;
  text-indent:.9rem;
  font-size:1rem;
  background:url(../mstyle/images/nav-icon-6.png) no-repeat 3px 2px;
  background-size:1rem .9rem;
  color:#e33a3a;
}
.firm .firm-content .firm-title {
  width:92%;
  height:2.6rem;
  margin:0 auto;
  line-height:2.6rem;
  text-align:center;
  padding-top:.5rem;
  border-bottom:1px solid #c1c1c1;
  font-size:1.1rem;
  font-weight:bold;
  color:#333;
}
.firm .firm-content .firm-name {
  width:98%;
  padding-top:.7rem;
  padding-bottom:.7rem;
  padding-left:2%;
}
.firm .firm-content .firm-name a {
  display:inline-block;
  width:16%;
  height:1.4rem;
  line-height:1.4rem;
  text-align:center;
  padding-left:1%;
  padding-right:1%;
  font-size:1rem;
  color:#2e5189;
  overflow:hidden;
}
.rec-law {
  position: relative;
  width: 93%;
  border-radius: 6px;
  margin: 0 auto;
  /*margin-top: -9rem;*/
  padding-top:1rem;
  background-color: #fff;
}
.rec-law .rec-law-content {
  width:92%;
  margin:0 auto;
}
.rec-law .rec-law-head {
  width:100%;
  height:2rem;
  text-align:center;
  background:url(../mstyle/images/nav-icon-7.jpg) left center;
  background-repeat: repeat-x;
}
.rec-law .rec-law-head p {
  display:inline-block;
  height:2rem;
  padding-left:.2rem;
  padding-right:.2rem;
  line-height:2.2rem;
  font-size:1.1rem;
  font-weight:bold;
  color:#333;
  background-color:#fff;
}
.rec-law .rec-law-content .rec-law-box {
  width:100%;
  padding-bottom:.5rem;
  border-bottom:1px solid #edeeef;
}
.rec-law .rec-law-content .rec-law-box:last-child {
  border:none;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-left {
  float:left;
  width:4.2rem;
  padding-top:1rem;
  padding-right:1.3rem;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-left img {
  width:4.2rem;
  margin-bottom:.3rem;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-left span {
  display:inline-block;
  width:100%;
  height:1.2rem;
  line-height:1.1rem;
  text-indent:.8rem;
  font-size:.8rem;
  color:#e15656;
  background:url(../mstyle/images/nav-icon-8.png) no-repeat left 2px;
  background-size: .7rem .8rem;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-right {
  float:left;
  width:70%;
  height:8rem;
  text-indent:1.5rem;
  background:url(../mstyle/images/nav-left-h.png) no-repeat left top;
  background-size:1rem 100%;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-right  a{
    color:#101010;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-right p {
  width:100%;
  height:2.6rem;
  line-height:3.8rem;
  font-size:1rem;
  color:#101010;
  overflow:hidden;
}
.rec-law .rec-law-content .rec-law-box .rec-law-box-right span {
  display:inline-block;
  width:100%;
  height:1.8rem;
  line-height:1.8rem;
  margin-bottom:.5rem;
  text-indent:2.5rem;
  font-size:.9rem;
  color:#747474;
  background:url(../mstyle/images/nav-icon-7.png) no-repeat 1.7rem 5px;
  background-size: .7rem .9rem;
  overflow:hidden;
}
/*.rec-law .rec-law-content .rec-law-box .rec-law-box-right a {
  display:inline-block;
  width:7.5rem;
  height:1.8rem;
  line-height:1.9rem;
  margin-left:1.5rem;
  text-indent:0;
  text-align:center;
  border-radius:3px;
  background-color:#ec553c;
  font-size:.9rem;
  color:#fff;
}*/
/* nav-2 end */
/* regionlawyer start */
.region-area {
  position:relative;
  width:93%;
  min-height:11rem;
  margin:0 auto;
  margin-top:-9.3rem;
  border-radius:6px;
  border:1px solid #e0e0e0;
  background-color:#fff;
}
.region-area .region-area-content {
  width:88%;
  margin:0 auto;
}
.region-area .region-area-content .region-area-head {
  width:100%;
  height:2.8rem;
  border-bottom:1px solid #dcdcdc;
}
.region-area .region-area-content .region-area-head p {
  float:left;
  width:50%;
  height:2.8rem;
  line-height:3.4rem;
  text-align:center;
  font-size:1.1rem;
  font-weight:bold;
  color:#393939;
}
.region-area .region-area-content .region-area-head .region-active {
  color:#29559e;
  position:relative;
}
.region-area .region-area-content .region-area-head .region-active:before {
  position:absolute;
  content:"";
  width:100%;
  left:0;
  bottom:-2px;
  border-bottom:3px solid #29559e;
}
.region-area .region-area-content .region-area-content-box {
  width:100%;
  padding-top:1.5rem;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-list a {
  display:inline-block;
  width:26%;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  margin-bottom:.7rem;
  margin-right:2%;
  padding-left:2%;
  padding-right:2%;
  border:1px solid #e5e5e5;
  border-radius:3px;
  font-size:1rem;
  color:#666;
  overflow:hidden;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-list a:nth-child(3n+0) {
  margin-right:0;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-exp {
  display:none;
  width:100%;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-exp a {
  display:inline-block;
  width:47%;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  margin-bottom:.5rem;
  margin-right:3%;
  border:1px solid #e5e5e5;
  border-radius:3px;
  font-size:1rem;
  color:#666;
  overflow:hidden;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-exp a:nth-child(even) {
  margin-right:0;
}
.region-area .region-area-content .region-area-content-box .region-area-content-box-exp button {
  display:inline-block;
  width:100%;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  margin-top:.5rem;
  margin-bottom:1rem;
  border:1px solid #ef8c6c;
  border-radius:3px;
  font-size:1rem;
  color:#ed774d;
}
.region-list {
  width:94%;
  padding-left:3%;
  padding-right:3%;
  border-bottom:.5rem solid #eee;
}
.region-list .region-list-head {
  width: 100%;
  height:3rem;
  line-height:3rem;
  text-align:center;
  border-bottom:1px solid #d1d1d1;
  font-size:1.2rem;
  font-weight:bold;
  color:#333;
}
.region-list .region-list-content {
  width: 100%;
}
.region-list .region-list-content .region-list-box {
  width: 100%;
  padding-top: 5px;
  padding-bottom:2.5rem;
  /*padding-bottom: 1.5rem;*/
  border-bottom: 1px solid #edeeef;
}
.region-list .region-list-content .region-list-box .region-list-box-left {
  float: left;
  width: 6.4rem;
  padding-left: 1rem;
  padding-top: 1.3rem;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-img {
  position:relative;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-img .region-list-box-img-1{
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  overflow:hidden;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-img img {
  width: 100%;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-img .region-list-box-vip {
  position:relative;
  right: -3.2rem;
  bottom: 1rem;
  width:2rem ;
  height: 1rem;
  line-height: 1rem;
  text-indent: 1.1rem;
  font-size: .8rem;
  background: url(../mstyle/images/region-icon-2.png) no-repeat left top;
  background-size: 100%;
  color: #fff;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-name {
  width: 4.6rem;
  height: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  font-size: 1rem;
  color: #131313;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-name a{
color: #131313;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-state {
  width: 4.6rem;
  text-align:center;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-state  span {
  display:inline-block;
  width: 2.2rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: .8rem;
  color: #3dbd58;
  border: 1px solid #3dbd58;
  border-radius: 6px;
}
.region-list .region-list-content .region-list-box .region-list-box-left .region-list-box-state p {
  display: inline-block;
  height: 1rem;
  line-height: 1.2rem;
  padding-left: .9rem;
  font-size: .8rem;
  color: #aaa;
  background: url(../mstyle/images/icon-time.png) no-repeat left 3px;
  background-size: .8rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right {
  float: left;
  width: 58%;
  height:2rem;
  padding-left:1.9rem;
  background: url(../mstyle/images/nav-left-h.png) no-repeat left top;
  background-size: ;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-rec {
 width: 100%;
 height: 1.2rem ;
 text-align: right; 
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-rec span {
  display:inline-block;
  height: 1rem;
  line-height: 1rem;
  font-size:.7rem;
  padding-left: .9rem;
  color:#e15656;
  background: url(../mstyle/images/nav-icon-8.png) no-repeat left 0px;
  background-size: .8rem .8rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-name {
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  color: #444;
  overflow:hidden;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-exp {
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  overflow: hidden;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-exp span {
  display:inline-block;
  height: 1.2rem;
  line-height: 1.3rem;
  text-align: center;
  margin-right: .4rem;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 3px;
  border:1px solid #949494;
  font-size: .8rem;
  color: #979797;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-desc {
  width: 100%;
  height: 1.6rem;
  line-height: 1.6rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-desc span {
  display:inline-block;
  height: 1.6rem;
  line-height: 1.6rem;
  padding-left: 1rem;
  font-size: .8rem;
  color: #7d7c7c;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-desc span:first-child {
  margin-right: .4rem;
  background: url(../mstyle/images/nav-icon-7.png) no-repeat left 4px;
  background-size: .7rem 1rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-desc span:last-child {
  background: url(../mstyle/images/region-icon-3.png) no-repeat left 4px;
  background-size: .9rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-link {
  width: 100%;
  margin-top: .3rem;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-link a{
  float:left;
  display:block;
  width: 8rem;
  height: 1.6rem;
  line-height: 1.8rem;
  margin-right:.5rem;
  text-align:center;
  font-size: .8rem;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #149a30;
  color: #fff;
  background-color: #3dbd58;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-link a:nth-child(2) {
  float:left;
  display:block;
  width: 4.5rem;
  height: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
  background-color: #d45a5a;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #ba2f2f;
  font-size: .8rem;
  color: #fff;
}
.region-list .region-list-content .region-list-box .region-list-box-right .region-list-box-right-link .region-list-box-right-link-btn {
  background-color: #c3c3c3;
  box-shadow: 0px 3px 0px #8a8a8a;
}
.region-list .region-more {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.region-list .region-more span {
  display: inline-block;
  font-size: 1rem;
  padding-right:.6rem;
  color: #406db0;
  background: url(../mstyle/images/icon-right.png) no-repeat right center;
  background-size: .4rem .6rem;
}
/* regionlawyer end */
/* exp start */
.exp {
  position:relative;
  width: 93%;
  margin: 0 auto;
  margin-top: -6.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #f1f1f1;
  background-color: #fff;
}
.exp .exp-content {
  width: 90%;
  margin: 0 auto;
  padding-top: .6rem;
}
.exp .exp-content .exp-content-head {
  width:100%;
  height:2rem;
  display:flex;
  border-bottom:1px solid #dcdcdc;
}
.exp .exp-content .exp-content-head span {
  flex:1;
  line-height:2rem;
  text-align:center;
  font-size:1rem;
  font-weight:bold;
  color:#333;
}
.exp .exp-content .exp-content-head .exp-active {
  position:relative;
  color:#29559e;
}
.exp .exp-content .exp-content-head .exp-active:after {
  position:absolute;
  content:'';
  width: 100%;
  left:0;
  bottom:-2px;
  border-bottom:3px solid #29559e;
  z-index:2;
}
.exp .exp-content .exp-content-box {
  width: 100%;
  padding-top:.8rem;
  padding-bottom:.5rem;
}
.exp .exp-content .exp-content-box .exp-content-box-model {
  display:none;
  width: 100%;
}
.exp .exp-content .exp-content-box .exp-content-box-model p {
  width: 100%;
  height:2rem;
  text-align:center;
  background:url(../mstyle/images/region-icon-1.png) no-repeat center;
  background-size: 1.2rem .7rem;
}
.exp .exp-content .exp-content-box .exp-content-box-model .exp-content-box-model-span {
  width:100%;
  height:5rem;
  overflow:hidden;
}
.exp .exp-content .exp-content-box .exp-content-box-model .exp-content-box-model-span span {
  display:inline-block;
  width: 6.3rem;
  height:2rem;
  line-height:2.2rem;
  text-align:center;
  margin-right:.3rem;
  margin-bottom:.5rem;
  border:1px solid #e5e5e5;
  border-radius:3px;
  font-size:1.1rem;
  color:#666;
  overflow:hidden;
}
/* exp end */
/* website start */
.service {
  width:100%;
  background-color:#fff;
  margin-bottom: .5rem;
}
.service .service-head {
  position:relative;
  width:100%;
  height:2.7rem;
  line-height:2.7rem;
  text-align:center;
  font-size:1.1rem;
  background-color:#477ec2;
  color:#fff;
}
.service .service-head:after {
  content:'';
  position:absolute;
  width:1.2rem;
  height:.6rem;
  left:50%;
  bottom:-7px;
  margin-left:-.3rem;
  background:url(../mstyle/images/nav-dwon-1.png) no-repeat center;
  background-size:100%;
}
.service .service-head .service-head-box {
  display:inline-block;
  height:2.7rem;
  line-height:2.7rem;
  padding-left:1.6rem;
  background:url(../mstyle/images/nav-icon-9.png) no-repeat left center;
  background-size: 1.3rem 1rem;
}
.service .service-content {
  width:93%;
  margin:0 auto;
  padding-top:.5rem;
}
.service .service-content .service-content-head {
  width:94%;
  height:2.2rem;
  line-height:2.2rem;
  padding-left:3%;
  padding-right:3%;
  border-bottom:1px solid #cfd0d0;
  font-size:1.1rem;
  font-weight:bold;
  color:#333;
}
.service .service-content .service-content-head span {
  display:inline-block;
  width:23.5%;
  text-align:center;
  line-height:2.2rem;
}
.service .service-content .service-content-head .service-active {
  position:relative;
  color:#3566ad;
}
.service .service-content .service-content-head .service-active:after {
  content:'';
  position:absolute;
  width:90%;
  left:5%;
  bottom:-2px;
  border-bottom:3px solid #3566ad;
}
.service .service-content .service-content-box {
  width:100%;
}
.service .service-content .service-content-box .service-content-box-lawyer {
  width:100%;
  padding-top:.9rem;
  padding-bottom:1rem;
}
.service .service-content .service-content-box .service-content-box-lawyer span {
  display:inline-block;
  width:30%;
  height:2rem;
  line-height:2.1rem;
  margin-right:1.8%;
  margin-bottom:.5rem;
  text-align:center;
  font-size:1rem;
  color:#666;
  border:1px solid #a6c9f8;
  border-radius:3px;
  background-color:#f2f7ff;
}
.service .service-content .service-content-box .service-content-box-lawyer span:nth-child(3n+0) {
  margin-right:0px;
}
.service .service-content .service-content-box .service-content-box-lawyer .lawmore {
  display:inline-block;
  width:30%;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  font-size:1rem;
  color:#fff;
  border:1px solid #ee7d39;
  border-radius:3px;
  background-color:#ee7d39;
}
.service .service-content .service-content-box .service-content-box-place {
  display:none;
  width:100%;
  padding-top:.9rem;
  padding-bottom:1rem;
}
.service .service-content .service-content-box .service-content-box-place span {
  display:inline-block;
  width:47%;
  height:2rem;
  line-height:2.1rem;

  margin-bottom:.5rem;
  text-align:center;
  font-size:1rem;
  color:#666;
  border:1px solid #a6c9f8;
  border-radius:3px;
  background-color:#f2f7ff;
}
.service .service-content .service-content-box .service-content-box-place span:nth-child(even) {
  margin-right:0px;
}
.service .service-content .service-content-box .service-content-box-place .lawfirmmore {
  display:inline-block;
  width:47%;
  height:2rem;
  line-height:2.1rem;
  text-align:center;
  font-size:1rem;
  color:#fff;
  border:1px solid #ee7d39;
  border-radius:3px;
  background-color:#ee7d39;
}
.service .service-content .service-content-box .service-content-box-answer {
  display:none;
  width:100%;
  padding-bottom:.8rem ;
}
.service .service-content .service-content-box .service-content-box-answer .qa {
  display:block;
  width:100%;
  height:2.6rem;
  line-height:2.9rem;
  text-indent:1.6rem;
  border-bottom:1px dashed #d2d2d2;
  background:url(../mstyle/images/nav-icon-17.png) no-repeat 4px center;
  background-size:1.1rem;
  font-size:1rem;
  color:#333;
  overflow:hidden;
}
.service .service-content .service-content-box .service-content-box-answer span {
  display:block;
  width: 10rem;
  height:1.8rem;
  line-height:1.9rem;
  text-align:center;
  margin:0 auto;
  margin-top:.8rem;
  border:1px solid #ef8c6c;
  border-radius:3px;
  font-size:1rem;
  color:#ed774d;
}
.service .service-content .service-content-box .service-content-box-interview {
  display:none;
  width:100%;
  padding-bottom:.8rem ;
}
.service .service-content .service-content-box .service-content-box-interview .lawft {
  display:block;
  width:100%;
  height:2.6rem;
  line-height:2.9rem;
  text-indent:1.6rem;
  border-bottom:1px dashed #d2d2d2;
  background:url(../mstyle/images/nav-icon-18.png) no-repeat 4px center;
  background-size:.9rem 1.3rem;
  font-size:1rem;
  color:#333;
  overflow:hidden;
}
.service .service-content .service-content-box .service-content-box-interview span {
  display:block;
  width: 10rem;
  height:1.8rem;
  line-height:1.9rem;
  text-align:center;
  margin:0 auto;
  margin-top:.8rem;
  border:1px solid #ef8c6c;
  border-radius:3px;
  font-size:1rem;
  color:#ed774d;
}
.website {
  width:100%;
  margin-bottom:.5rem;
  background-color:#fff;
}
.website .website-head {
  width:100%;
  height:2.7rem;
  text-align:center;
}
.website .website-headInfor {
  position:relative;
  background-color:#3ba3bd;
}
.website .website-knowledge {
  position:relative;
  background-color:#efb146;
}
.website .website-special {
  position:relative;
  background-color:#56ab34;
}
.website .website-consult {
  position:relative;
  background-color:#478cc2;
}
.website .website-code {
  position:relative;
  background-color:#478cc2;
}
.website .website-headInfor:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: .6rem;
  left: 50%;
  bottom: -7px;
  margin-left: -.3rem;
  background: url(../mstyle/images/nav-dwon-2.png) no-repeat center;
  background-size: 100%;
}
.website .website-knowledge:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: .6rem;
  left: 50%;
  bottom: -8px;
  margin-left: -.3rem;
  background: url(../mstyle/images/nav-dwon-3.png) no-repeat center;
  background-size: 100%;
}
.website .website-special:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: .6rem;
  left: 50%;
  bottom: -8px;
  margin-left: -.3rem;
  background: url(../mstyle/images/nav-dwon-4.png) no-repeat center;
  background-size: 100%;
}
.website .website-consult:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: .6rem;
  left: 50%;
  bottom: -8px;
  margin-left: -.3rem;
  background: url(../mstyle/images/nav-dwon-5.png) no-repeat center;
  background-size: 100%;
}
.website .website-code:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: .6rem;
  left: 50%;
  bottom: -8px;
  margin-left: -.3rem;
  background: url(../mstyle/images/nav-dwon-6.png) no-repeat center;
  background-size: 100%;
}
.website .website-head div {
  display:inline-block;.
  height:2.7rem;
  line-height:2.8rem;
  padding-left:1.3rem;
  font-size:1.2rem;
  color:#fff;
}
.website .website-head .website-head-infor {
  background:url(../mstyle/images/nav-icon-10.png) no-repeat left 12px;
  background-size:1.1rem;
}
.website .website-head .website-head-knowledge {
  background:url(../mstyle/images/nav-icon-11.png) no-repeat left 12px;
  background-size:1.1rem;
}
.website .website-head .website-head-special {
  background:url(../mstyle/images/nav-icon-13.png) no-repeat left 11px;
  background-size:1.2rem 1.2rem;
}
.website .website-head .website-head-consult {
  background:url(../mstyle/images/nav-icon-14.png) no-repeat left 12px;
  background-size:1.2rem 1.2rem;
}
.website .website-head .website-head-code {
  background:url(../mstyle/images/nav-icon-15.png) no-repeat left 12px;
  background-size:1.1rem;
}
.website .website-content {
  width:93%;
  margin:0 auto;
  padding-top:.5rem;
}
.website .website-content .website-content-head {
  width: 96%;
  height: 2.2rem;
  line-height: 2.2rem;
  padding-left: 2%;
  padding-right: 2%;
  border-bottom: 1px solid #cfd0d0;
  font-size: 1rem;
  color: #333;
}
.website .website-content .website-content-head span {
  float:left;
  display:block;
  width:25%;
  height:2.2rem;
  line-height:2.3rem;
  text-align:center;
  font-weight:bold;
}
.website .website-content .website-content-head .website-1-active {
  position:relative;
  color:#3195ae;
}
.website .website-content .website-content-head .website-1-active:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #3ba3bd;
}
.website .website-content .website-content-head .knowledge-1-active {
  position:relative;
  color:#dca037;
}
.website .website-content .website-content-head .knowledge-1-active:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #efb146;
}
.website .website-content .website-content-head .special-1-active {
  position:relative;
  color:#56ab34;
}
.website .website-content .website-content-head .special-1-active:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #abd599;
}
.website .website-content .website-content-head .consult-1-active {
  position:relative;
  color:#478cc2;
}
.website .website-content .website-content-head .consult-1-active:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #478cc2;
}
.website .website-content .website-content-model {
  display:none;
  width:100%;
}
.website .website-content .website-content-model:first-child{
  display:block;
}
.website .website-content .website-content-model .website-content-model-desc {
  padding-top:.8rem;
  padding-bottom:.8rem;
  border-bottom:1px dashed #d0d0d0;
}
.website .website-content .website-content-model .website-content-model-desc .website-content-model-desc-left {
  float:left;
  width: 8.9rem;
  margin-right:1rem;
}
.website .website-content .website-content-model .website-content-model-desc .website-content-model-desc-left img {
  width:100%;
}
.website .website-content .website-content-model .website-content-model-desc .website-content-model-desc-right {
  float:left;
  width:55%;
}
.website .website-content .website-content-model .website-content-model-desc .website-content-model-desc-right .website-content-model-desc-right-title {
  width:100%;
  height:1.7rem;
  line-height:1.5rem;
  text-indent:2rem;
  font-size:1rem;
  color:#e94c48;
  background:url(../mstyle/images/new.png) no-repeat left center;
  background-size: 1.6rem 1.3rem;
}
.website .website-content .website-content-model .website-content-model-desc .website-content-model-desc-right .website-content-model-desc-right-desc {
  width:100%;
  max-height:2.8rem;
  line-height:1.4rem;
  font-size:1rem;
  color:#333;
  overflow:hidden;
}
.website .website-content .website-content-model .website-content-model-con {
  width:100%;
  padding-top:1rem;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list {
  width:100%;
  padding-bottom:.8rem;
  background:url(../mstyle/images/nav-icon-19.png) no-repeat 4px 1px;
  background-size: 1.1rem auto;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list:last-child {
  width:100%;
  padding-bottom:.5rem;
  background:url(../mstyle/images/nav-icon-12.png) no-repeat 4px 1px;
  background-size: 1.1rem auto;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list a {
  display:block;
  width:100%;
  height:1.2rem;
  line-height:1.2rem;
  margin-bottom:.2rem;
  text-indent:1.8rem;
  font-size:1.1rem;
  color:#333;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list .website-content-model-list-desc {
  width:100%;
  height:1.2rem;
  text-indent:1.8rem;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list .website-content-model-list-desc span {
  display:inline-block;
  line-height:1.2rem;
  font-size:.8rem;
  text-indent:0;
  color:#919191;
}
.website .website-content .website-content-model .website-content-model-con .website-content-model-list .website-content-model-list-desc span:first-child {
  margin-right: .5rem;
}
.website .website-content .website-content-model .website-content-model-btn {
  width:100%;
  text-align:center;
}
.website .website-content .website-content-model .website-content-model-btn button {
  width:8rem;
  height: 1.8rem;
  line-height:1.8rem;
  margin-top:.5rem;
  margin-bottom:1rem;
  text-align:center;
  font-size:1rem;
  border-radius:3px;
  border:1px solid #ef8c6c;
  color:#ed774d;
}
.website .website-content-code {
  width:90%;
  padding:1rem 5%;
  background-color:#fff;
}
.website .website-content-code .website-content-code-img {
  float:left;
  display:block;
  width:33.3%;
  margin-bottom:.5rem;
  text-align:center;
}
.website .website-content-code .website-content-code-img p {
  width:90%;
  margin:0 auto;
}
.website .website-content-code .website-content-code-img p img {
  width:100%;
}
.website .website-content-code .website-content-code-img span {
  display:block;
  width:100%;
  height:1.7rem;
  line-height:1.7rem;
  text-align:center;
  font-size:.9rem;
  color:#333;
}
/* website end */
/* groom start */
.groon-banner {
  position:relative;
  width:93%;
  margin:0 auto;
  margin-top:-6.4rem;
  margin-bottom:.5rem;
  border-radius:5px;
  background-color:#fff;
  box-shadow:0px 3px 3px #f1f1f1;
}
.groon-banner .groon-banner-head {
  width:84%;
  height:2rem;
  line-height:2rem;
  margin:0 auto;
  padding-top:.7rem;
  padding:.7rem 3% 0 3%;
  border-bottom:1px solid #dcdcdc;
  font-size:1.1rem;
  font-weight:bold;
  color:#333;
}
.groon-banner .groon-banner-head span {
  display:inline-block;
  width:15%;
  height:2rem;
  line-height:2rem;
  text-align:center;
}
.groon-banner .groon-banner-head .banner-active {
  position:relative;
  color:#29559e;
}
.groon-banner .groon-banner-head .banner-active:after {
  position:absolute;
  content:'';
  width:100%;
  left:0;
  bottom:-2px;
  border-bottom:3px solid #29559e;
  z-index:1;
}
.groon-banner .groom-all {
  width:90%;
  margin:0 auto;
  padding-top:1rem;
  padding-bottom:1rem;
}
.groon-banner .groom-all .groom-content-link {
  display:none;
  width:100%;
}
.groon-banner .groom-all .groom-content-link:first-child {
  display:block;
}
.groon-banner .groom-all .groom-content-link a {
  float:left;
  display:block;
  width:29%;
  height:2rem;
  line-height:2.1rem;
  padding-left:1%;
  padding-right:1%;
  margin-right:2.5%;
  margin-bottom:.4rem;
  text-align:center;
  border:1px solid #e5e5e5;
  border-radius:3px;
  font-size:1rem;
  color:#666;
  overflow:hidden;
}
.groon-banner .groom-all .groom-content-link a:nth-child(3n+0) {
  margin-right:0;
}
.groom {
  width:94%;
  padding-left:3%;
  padding-right:3%;
  border-bottom:.5rem solid #eee;
}
.groom .groom-head {
  width:100%;
  height:3.4rem;
  text-align:center;
  border-bottom:1px solid #d1d1d1;
}
.groom .groom-head .groom-head-box {
  display:inline-block;
  height:3.4rem;
  line-height:3.6rem;
  padding-left:1.8rem;
  font-size:1.2rem;
  font-weight:bold;
  color:#2283c9;
  background:url(../mstyle/images/groom-icon-1.png) no-repeat left center;
  background-size:1.4rem;
}
.groom .groom-content {
  width:100%;
}
.groom .groom-content .groom-surface {
  width:100%;
}
.groom .groom-content .groom-surface .groom-surface-list {
  width:100%;
  padding-bottom:.5rem;
  border-bottom:1px solid #edeeef;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box {
  float:left;
  display:block;
  width:33%;
  padding-top:.8rem;
  padding-bottom:1rem;
  background:url(../mstyle/images/nav-left-h.png) no-repeat left center;
  background-size:.9rem 100%;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box:first-child {
  background:none;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box .groom-surface-list-box-img {
  position:relative;
  width:4.5rem;
  height:4.5rem;
  margin:0 auto;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box p {
  width:4.5rem;
  height:4.5rem;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box p img {
  width:100%;
  border-radius:50%;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box .groom-surface-list-box-img span {
  position:absolute;
  display:block;
  width:2rem;
  height:1rem;
  line-height:1rem;
  right:-9px;
  bottom:-2px;
  text-indent:.8rem;
  background:url(../mstyle/images/region-icon-2.png) no-repeat center;
  font-size:.8rem;
  color:#fff;
  background-size:100%;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box span {
  display:block;
  width: 80%;
  height:2rem;
  line-height:2rem;
  margin:0 auto;
  text-align:center;
  font-size:1rem;
  color:#131313;
}
.groom .groom-content .groom-surface .groom-surface-list .groom-surface-list-box a {
  display:block;
  width:4.8rem;
  height:1.4rem;
  line-height:1.6rem;
  margin:0 auto;
  text-align:center;
  border:1px solid #3dbd58;
  border-radius:3px;
  font-size:.9rem;
  font-style:normal;
  color:#3dbd58;
}
.groom .groom-content .groom-surface .groom-surface-more {
  width:100%;
  padding-top:1rem;
  padding-bottom:1.5rem;
  text-align:center;
}
.groom .groom-content .groom-surface .groom-surface-more span {
  display:inline-block;
  padding-right:.6rem;
  font-size:1rem;
  color:#406db0;
  background:url(../mstyle/images/icon-right.png) no-repeat right center;
  background-size:.4rem .6rem;
}
.groom .groom-content .groom-desclist {
  width:100%;
}
.groom .groom-content .groom-desclist .groom-desclist-head {
  width:100%;
  height:2.8rem;
  border-bottom:1px solid #b1b1b1;
}
.groom .groom-content .groom-desclist .groom-desclist-head p {
  float:left;
  display:block;
  width:49.3%;
  height:2.8rem;
  line-height:3rem;
  text-align:center;
  font-size:1.1rem;
  font-weight:bold;
  color:#333;
}
.groom .groom-content .groom-desclist .groom-desclist-head .desclist-active {
  position:relative;
  color:#3d76b8;
}
.groom .groom-content .groom-desclist .groom-desclist-head .desclist-active:after {
  position:absolute;
  content:'';
  width:90%;
  border-bottom:3px solid #3d76b8;
  left:50%;
  margin-left:-45%;
  bottom:-2px;
  z-index:1;
}
.groom .groom-content .groom-desclist .bo-zs {
  display:none;
}
.groom .groom-content .groom-desclist .groom-desclist-content .groom-desclist-content-box {
  width:100%;
  padding-top:1rem;
  padding-bottom:.5rem;
  border-bottom:1px solid #e3e3e3;
}
.groom .groom-content .groom-desclist .groom-desclist-content .groom-desclist-content-box a {
  display:block;
  width:100%;
  height:1.6rem;
  line-height:1.6rem;
  text-indent:1.8rem;
  font-size:1rem;
  color:#333;
  background:url(../mstyle/images/nav-icon-20.png) no-repeat 7px center;
  background-size:13px;
  overflow:hidden;
}
.groom .groom-content .groom-desclist .groom-desclist-content .groom-desclist-content-box span {
  display:inline-block;
  width:100%;
  height:1.3rem;
  line-height:1.3rem;
  text-indent:1.8rem;
  font-size:.8rem;
  color:#9e9e9e;
}
.groom .groom-content .groom-desclist .groom-desclist-more {
  width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
  text-align:center;
}
.groom .groom-content .groom-desclist .groom-desclist-more span {
  display:inline-block;
  padding-right:.9rem;
  font-size:1rem;
  color:#406db0;
  background:url(../mstyle/images/icon-right.png) no-repeat right center;
  background-size:.4rem .6rem;
}
/* groom end */
/* area start */
.area-consult {
  width:100%;
  border-bottom:.5rem solid #eee;
}
.area-consult .area-consult-head {
  width:100%;
  height:3.2rem;
  line-height:3.3rem;
  text-align:center;
  font-size:1.1rem;
  font-weight:bold;
  color:#fff;
  background-color:#3d76b8;
}
.area-consult .area-consult-content {
  width:93%;
  margin:0 auto;
}
.area-consult .area-consult-content .area-consult-list {
  width:100%;
  padding-top:1rem;
  padding-bottom:.5rem;
  border-bottom:1px solid #ececec;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-left {
  position:relative;
  float:left;
  width:2.5rem;
  height:2.5rem;
  border-radius:5px;
  text-align:center;
  font-size:.8rem;
  color:#fff;
  background:#6ec4f2;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-left:after {
  position:absolute;
  content:'';
  width:6px;
  height:7px;
  right:8px;
  bottom:-5px;
  background:url(../mstyle/images/area-icon-1.png) no-repeat center;
  background-size:100%;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-left i {
  display:block;
  width:100%;
  height:1.3rem;
  line-height:1.5rem;
  font-style:normal;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-left span {
  display:block;
  width:100%;
  height:1.2rem;
  line-height:.9rem;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-right {
  float:left;
  position:relative;
  width:83%;
  padding-left:4%;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-right a {
  width:100%;
  max-height:2.8rem;
  line-height:1.4rem;
  text-align:justify;
  font-size:1rem;
  color:#333;
  overflow:hidden;
}
.area-consult .area-consult-content .area-consult-list .area-consult-list-right span {
  position:absolute;
  display:inline-block;
  height:1rem;
  right:0;
  bottom:4px;
  line-height:1rem;
  padding-left:1rem;
  font-size:.8rem;
  color:#b5b5b5;
  background:url(../mstyle/images/listdesc-icon-2.png) no-repeat left center;
  background-size:12px 12px;
}
.area-consult .area-consult-more {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.area-consult .area-consult-more span {
  font-size: 1rem;
  color: #406db0;
  padding-right: .9rem;
  background: url(../mstyle/images/source-icon-6.png) no-repeat right 4px;
  background-size: .8rem .5rem;
}
.area-dynamic-content {
  width:93%;
  margin:0 auto;
}
.area-dynamic-content .area-dynamic-list {
  width:100%;
  padding-top:.8rem;
  padding-bottom:.5rem;
  border-bottom:1px solid #e3e3e3;
}
.area-dynamic-content .area-dynamic-list a {
  display:block;
  width:100%;
  height:1.6rem;
  line-height:1.7rem;
  text-indent:1.6rem;
  font-size:1.1rem;
  color:#333;
  background:url(../mstyle/images/citylist-icon-1.png) no-repeat 4px center;
  background-size:12px 11px;
  overflow:hidden;
}
.area-dynamic-content .area-dynamic-list span {
  display:block;
  width:100%;
  height:1.3rem;
  line-height:1.4rem;
  text-indent:1.6rem;
  font-size:.9rem;
  color:#9e9e9e;
}
.area-dynamic-more {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.area-dynamic-more span {
  font-size: 1rem;
  color: #406db0;
  padding-right: .9rem;
  background: url(../mstyle/images/source-icon-6.png) no-repeat right 4px;
  background-size: .8rem .5rem;
}
.area-caseblog {
  width:100%;
  border-bottom:.5rem solid #eee;
}
.area-caseblog .area-caseblog-head {
  width:100%;
  height:3.1rem;
  border-bottom:2px solid #3d76b8;
}
.area-caseblog .area-caseblog-head p {
  float:left;
  width:100%;
  line-height:3.2rem;
  text-align:center;
  font-size:1.1rem;
  font-weight:bold;
  color:#3d76b8;
}
.area-caseblog .area-caseblog-head .area-caseblog-active {
  color:#fff;
  background-color:#3d76b8;
}
.area-caseblog .area-caseblog-content {
  width:93%;
  margin:0 auto;
}
.area-caseblog .area-caseblog-content .area-case-content {
  width:100%;
}
.area-caseblog .area-caseblog-content .area-blog-content {
  display:none;
  width:100%;
}
.area-caseblog-list {
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e3e3e3;
}
.area-caseblog-list a {
  display: block;
  width: 100%;
  height: 1.6rem;
  line-height: 1.7rem;
  text-indent: 1.6rem;
  font-size: 1.1rem;
  color: #333;
  background: url(../mstyle/images/citylist-icon-1.png) no-repeat 4px center;
  background-size: 12px 11px;
  overflow: hidden;
}
.area-caseblog-list span {
  display: block;
  width: 100%;
  height: 1.3rem;
  line-height: 1.4rem;
  text-indent: 1.6rem;
  font-size: .9rem;
  color: #9e9e9e;
}
.area-case-more,
.area-blog-more {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.area-case-more span,
.area-blog-more span {
  font-size: 1rem;
  color: #406db0;
  padding-right: .9rem;
  background: url(../mstyle/images/source-icon-6.png) no-repeat right 4px;
  background-size: .8rem .5rem;
}
.tabBox {
  position:relative;
}
.tabBox .hd{
  width:100%;
  padding-top:1.2rem;
  padding-bottom:1.2rem;
  height: 1rem;
  text-align:center;
}
.tabBox .hd ul{
  width:100%;
  text-align:center;
}
.tabBox .hd ul li{
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
  background-color:#c8c8c8;
}
.tabBox .hd ul .on{
  background-color:#3d72b8;
}

.tabBox .hd a{
    width:20%;
    float:left;
    height:1.62rem;
    line-height:1rem;
    color: #1a459d;
    font-size: 1rem;
    text-align:center;
}
.tabBox .hd a:last-child{float:right; }
.tabBox .hd a.tjls_a{
    float:none;
}
.contact {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,.5);
  z-index:99999;
}
.tabBox .hd span{
    color: #406db0; padding-right: 0.9rem; background: url(//css.maxlaw.cn/mstyle/images/source-icon-6.png) no-repeat right 4px; 
}
.contact .contact-box {
  position:relative;
  width:85%;
  margin:0 auto;
  margin-top:4rem;
  border-radius:5px;
  background-color:#fff;
  overflow:hidden;
}
.contact .contact-box .contact-box-title {
  position:relative;
  width:100%;
  height:3.9rem;
  line-height:4rem;
  text-align:center;
  font-size:1.28rem;
  font-weight:400;
  color:#fff;
  background-color:#3680e4;
}
.contact .contact-box .contact-box-title:after{
  position:absolute;
  width:1.44rem;
  height:.56rem;
  left:50%;
  bottom:-0.56rem;
  margin-left:-0.72rem;
  content:'';
  background:url(../mstyle/images/contant-dwon.png) no-repeat center;
  background-size:100%;
  z-index:99;
}
.contact .contact-box .contact-box-title p {
  position:absolute;
  width:1.6rem;
  height:1.6rem;
  top:0;
  right:0;
  background:url(../mstyle/images/contant-del.png) no-repeat center;
  background-size:1rem 1rem;
}
.contact .contact-box .contact-box-content{
  width:90%;
  margin:0 auto;
  padding-bottom:1rem;
}
.contact .contact-box .contact-box-content .contact-content-top {
  position:relative;
  width:100%;
  height:3.84rem;
  line-height:4rem;
  margin-bottom:.68rem;
  text-align:center;
  border-bottom:1px solid #cecece;
  font-size:1.2rem;
  letter-spacing:1px;
  font-weight:bold;
  color:#e93f0a;
}
.contact .contact-box .contact-box-content .contact-content-top span{
  font-size:1.8rem;
}
.contact .contact-box .contact-box-content .contact-content-top:after{
  position:absolute;
  width:12.3rem;
  left:50%;
  bottom:-3px;
  margin-left:-6.15rem;
  content:'';
  height:5px;
  background-color:#e93f0a;
}
.contact .contact-box .contact-box-content .contact-list{
  width:100%;
  height:2.4rem;
  line-height:2.5rem;
  text-indent:.36rem;
  font-size:0.9rem;
  color:#333;
}
.contact .contact-box .contact-box-content .contact-list span {
  display:inline-block;
  width:1.4rem;
  height:1.4rem;
  line-height:1.52rem;
  margin-top:.44rem;
  margin-right:.68rem;
  text-align:center;
  text-indent:0;
  border-radius:50%;
  background-color:#e93f0a;
  color:#fff;
}
.contact .contact-box .contact-box-content .contact-ewm{
  width:100%;
}
.contact .contact-box .contact-box-content .contact-ewm .contact-ewm-left{
  float:left;
  width:;
  height:4.48rem;
  line-height:4.48rem;
  text-indent:2.5rem;
  font-size:1rem;
  font-weight:400;
  color:#3680e4;
}
.contact .contact-box .contact-box-content .contact-ewm .contact-ewm-right {
  float:left;
  width:4.48rem;
  height:4.48rem;
  margin-left:.3rem;
}
.contact .contact-box .contact-box-content .contact-ewm .contact-ewm-right img {
  width:100%;
}
/* area end */
.case-content-list-yzm {float:left;width:77%;}
.case-content-list-yzm .yzm{width:53%; float:left; border:solid 0.1rem #EDEDED;line-height:2.25rem; }
.case-content-list-yzm img{width:25%; margin-left:0.4rem; float:left; border:solid 0.1rem #EDEDED;line-height:2.3rem; text-align:center; background:#EA7160; color:#FFFFFF; font-size:0.95rem; border:none; cursor:pointer;}

.list .more{text-align:center;    margin: 1rem;}
.list .more span{background:url(../mimages/icon8.png) 61% center no-repeat;color:#7e7e7e;font-size:1rem;background-size:4%;display:block;line-height:1.5rem;}

.mPage{position:relative; width:90%;margin:1rem auto;}
.mPage .mprev{position:absolute;left:0;top:0;color:#cecece;font-size:1rem;}
.mPage .mnext{position:absolute;right:0;top:0;color:#1a459d;font-size:1rem;}
.mPage span{text-align:center;display:block;color:#444;font-size:1rem;}</pre></body></html>