Commit 5cbaf66778778cf225d29c0f146438f8979a5df3

Authored by 钟艺
1 parent 9c4e5b94

-m对style.css进行更新,import五个网页的scss

Showing 1 changed file with 2258 additions and 128 deletions
1   -.m-t {
2   - margin-top: 20px; }
  1 +@charset "UTF-8";
  2 +.pub_title {
  3 + position: relative;
  4 +}
  5 +.pub_title h3 {
  6 + padding-top: 60px;
  7 + font-size: 50px;
  8 + color: #7c7a7a;
  9 + padding-bottom: 10px;
  10 +}
3 11
4   -.m-r {
5   - margin-right: 20px; }
  12 +.font-bold {
  13 + font-weight: bold;
  14 +}
6 15
7   -.m-b {
8   - margin-bottom: 20px; }
  16 +.font-s-12 {
  17 + font-size: 12px;
  18 +}
9 19
10   -.m-l {
11   - margin-left: 20px; }
  20 +.font-price {
  21 + font-size: 40px;
  22 + font-weight: bold;
  23 +}
12 24
13   -.m-tb {
14   - margin-top: 20px;
15   - margin-bottom: 20px; }
  25 +.small-i-icon {
  26 + color: #c93939;
  27 + display: inline-block;
  28 + font-size: 18px;
  29 +}
  30 +
  31 +.page_line_b_1, .page .footer .footer-item-4::after {
  32 + content: '';
  33 + position: absolute;
  34 + left: 0;
  35 + right: 0;
  36 + bottom: 0;
  37 + width: 100%;
  38 + height: 1px;
  39 + background-color: rgba(156, 128, 166, 0.05);
  40 +}
  41 +
  42 +.page_line_b, .page .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page .page-content .row .page-aside .aside-item-3 .title-box h3::after, .page .footer .footer-item-4 .title-box h3::after, .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page-content .row .page-aside .aside-item-3 .title-box h3::after {
  43 + content: '';
  44 + position: absolute;
  45 + left: 0;
  46 + right: 0;
  47 + bottom: -15px;
  48 + width: 100%;
  49 + height: 1px;
  50 + background-color: rgba(164, 164, 164, 0.66);
  51 +}
  52 +
  53 +.title_line, .pub_title h3:after, .page .page-title h1:after, .services-content .services-con-title h4:after {
  54 + content: '';
  55 + position: absolute;
  56 + left: 0;
  57 + right: 0;
  58 + bottom: 0;
  59 + width: 100%;
  60 + height: 1px;
  61 + background-color: rgba(231, 231, 231, 0.8);
  62 +}
  63 +
  64 +.page-art-2-1.comment ul {
  65 + padding: 25px 0 25px 0;
  66 +}
  67 +.page-art-2-1.comment ul li {
  68 + padding: 0;
  69 + list-style: none;
  70 + display: block;
  71 +}
  72 +.page-art-2-1.comment ul li:nth-child(1) {
  73 + padding: 0 0 25px;
  74 +}
  75 +.page-art-2-1.comment ul li:nth-child(2) {
  76 + padding: 25 0 0;
  77 +}
  78 +.page-art-2-1.comment ul li .user, .page-art-2-1.comment ul li .time {
  79 + color: #b1b1b1;
  80 + font-size: 12px;
  81 + display: inline-block;
  82 + margin-bottom: 25px;
  83 +}
  84 +.page-art-2-1.comment ul li button {
  85 + width: 50px;
  86 + background-color: #c93939;
  87 + color: white;
  88 + border: 1px solid #c93939;
  89 + border-radius: 3px;
  90 +}
  91 +.page-art-2-1.comment ul li p {
  92 + font-size: 15px;
  93 +}
  94 +
  95 +.circle-img {
  96 + background-color: rgba(231, 231, 231, 0.8);
  97 + border-radius: 50%;
  98 + float: left;
  99 + width: 80px;
  100 + height: 80px;
  101 + position: relative;
  102 + margin: 0 25px 0 0;
  103 +}
  104 +.circle-img i {
  105 + font-size: 40px;
  106 + color: #7c7a7a;
  107 + position: absolute;
  108 + top: 15px;
  109 + left: 22px;
  110 +}
16 111
17   -.m-t-min {
18   - margin-top: 10px; }
  112 +.page_content_art .page-art-1-title, .page-content .page-article .page-art-1 .page-art-1-title, .page-content .page-article .page-art-2 .page-art-1-title, .page-content .page-article .page-art-3 .page-art-1-title {
  113 + margin-top: 50px;
  114 + padding-bottom: 10px;
  115 + font-size: 28px;
  116 + color: black;
  117 + display: inline-block;
  118 +}
  119 +.page_content_art h3, .page-content .page-article .page-art-1 h3, .page-content .page-article .page-art-2 h3, .page-content .page-article .page-art-3 h3 {
  120 + margin-top: 70px;
  121 + padding-bottom: 10px;
  122 + font-size: 28px;
  123 +}
  124 +.page_content_art > p, .page-content .page-article .page-art-1 > p, .page-content .page-article .page-art-2 > p, .page-content .page-article .page-art-3 > p {
  125 + padding-top: 10px;
  126 + padding-bottom: 30px;
  127 +}
  128 +.page_content_art .page-art-footer p, .page-content .page-article .page-art-1 .page-art-footer p, .page-content .page-article .page-art-2 .page-art-footer p, .page-content .page-article .page-art-3 .page-art-footer p {
  129 + display: inline-block;
  130 + position: relative;
  131 + font-size: 12px;
  132 + margin-right: 16px;
  133 + color: #7c7a7a;
  134 +}
  135 +.page_content_art .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-3 .page-art-footer p:nth-child(even):before {
  136 + position: absolute;
  137 + top: 0;
  138 + height: 100%;
  139 + left: -10px;
  140 + content: '';
  141 + width: 0;
  142 + border-left: 1px solid #828282;
  143 +}
  144 +
  145 +.text-small {
  146 + font-size: 12px;
  147 + line-height: 18px;
  148 +}
19 149
20 150 .page {
21 151 float: left;
22 152 width: 100%;
23   - position: relative; }
24   - .page .top-box {
25   - background-color: #c43939; }
26   - .page .top-box .top-box-nav {
27   - float: left;
28   - background-color: rgba(196, 57, 57, 0.5); }
29   - .page .top-box .top-box-nav .dropdown > a {
30   - color: white; }
31   - .page .top-box .top-box-barbtn {
32   - font-size: 25px;
33   - position: absolute;
34   - color: white;
35   - right: 10px; }
36   - .page .header-wrapper .header-body .logo-box {
37   - padding: 20px 40px 20px 15px; }
38   - .page .header-wrapper .header-body .logo-box .logo img {
39   - width: 80%; }
40   - .page .header-wrapper .header-body .btn-right-one {
41   - float: left;
42   - color: #c43939;
43   - padding: 25px 5px 0px 30px;
44   - font-size: 15px; }
45   - .page .header-wrapper .header-body .btn-right-one p {
46   - display: inline-block; }
47   - .page .header-wrapper .header-body .btn-right-two {
48   - float: left;
49   - padding-top: 20px;
  153 + position: relative;
  154 +}
  155 +.page .open {
  156 + position: relative;
  157 + top: 0;
  158 + font-size: 25px;
  159 + text-align: center;
  160 + width: 40px;
  161 + height: 30px;
  162 + line-height: 35px;
  163 + color: white;
  164 + border: 1px solid rgba(217, 217, 217, 0.4);
  165 + z-index: 5;
  166 +}
  167 +.page .open i {
  168 + position: absolute;
  169 + top: 2px;
  170 + right: 8px;
  171 +}
  172 +.page .outside-nav {
  173 + position: absolute;
  174 + right: 0px;
  175 + width: 50%;
  176 + top: 40px;
  177 + z-index: 5;
  178 +}
  179 +.page .outside-nav ul li {
  180 + background-color: #c93939;
  181 +}
  182 +.page .outside-nav ul li a {
  183 + color: white;
  184 + border: 1px solid rgba(255, 255, 255, 0.5);
  185 +}
  186 +.page .top-box {
  187 + background-color: #c93939;
  188 +}
  189 +.page .top-box .top-box-nav.dropdown {
  190 + margin: 5px;
  191 + outline: none;
  192 +}
  193 +.page .top-box .top-box-nav.dropdown button {
  194 + opacity: 0.8;
  195 +}
  196 +.page .top-box .top-box-barbtn {
  197 + font-size: 25px;
  198 + position: absolute;
  199 + color: white;
  200 + right: 10px;
  201 +}
  202 +.page .header-wrapper {
  203 + position: relative;
  204 +}
  205 +.page .header-wrapper .outside-header {
  206 + position: absolute;
  207 + right: 0px;
  208 + width: 50%;
  209 + top: 60px;
  210 + z-index: 10;
  211 +}
  212 +.page .header-wrapper .outside-header ul li {
  213 + background-color: rgba(156, 128, 166, 0.1);
  214 +}
  215 +.page .header-wrapper .outside-header ul li a {
  216 + color: #b1b1b1;
  217 +}
  218 +.page .header-wrapper .header-body .logo-box {
  219 + padding: 30px 40px 30px 15px;
  220 +}
  221 +.page .header-wrapper .header-body .logo-box .logo img {
  222 + width: 120%;
  223 +}
  224 +.page .header-wrapper .header-body .btn-right-one {
  225 + float: left;
  226 + color: #c93939;
  227 + padding: 40px 0px 0px 5px;
  228 + font-size: 17px;
  229 + display: inline-block;
  230 +}
  231 +.page .header-wrapper .header-body .btn-right-one button {
  232 + margin: 0;
  233 + padding: 0;
  234 +}
  235 +.page .header-wrapper .header-body .btn-right-two {
  236 + float: left;
  237 + font-size: 17px;
  238 + padding: 40px 0px 0px 5px;
  239 + position: relative;
  240 + display: inline-block;
  241 +}
  242 +.page .header-wrapper .header-body .btn-right-two button {
  243 + margin: 0;
  244 + padding: 0;
  245 +}
  246 +.page .header-wrapper .header-body .btn-right-two button i {
  247 + color: #c93939;
  248 + display: inline-block;
  249 +}
  250 +.page .header-wrapper .header-body .btn-right-two b::before {
  251 + position: absolute;
  252 + top: 40px;
  253 + height: 25px;
  254 + left: 0px;
  255 + content: '';
  256 + width: 0;
  257 + border-left: 1px solid #a2a2a2;
  258 +}
  259 +.page .page-title {
  260 + position: relative;
  261 +}
  262 +.page .page-title h1 {
  263 + padding-top: 60px;
  264 + font-size: 50px;
  265 +}
  266 +.page .page-content .row .page-aside .aside-item-1, .page .page-content .row .page-aside .aside-item-2, .page .page-content .row .page-aside .aside-item-3 {
  267 + padding: 30px 3% 0;
  268 +}
  269 +.page .page-content .row .page-aside .aside-item-1 .title-box, .page .page-content .row .page-aside .aside-item-2 .title-box, .page .page-content .row .page-aside .aside-item-3 .title-box {
  270 + color: #7e7e7e;
  271 +}
  272 +.page .page-content .row .page-aside .aside-item-1 .title-box h3, .page .page-content .row .page-aside .aside-item-2 .title-box h3, .page .page-content .row .page-aside .aside-item-3 .title-box h3 {
  273 + font-size: 20px;
  274 + position: relative;
  275 +}
  276 +.page .page-content .row .page-aside .aside-item-1 ul, .page .page-content .row .page-aside .aside-item-2 ul, .page .page-content .row .page-aside .aside-item-3 ul {
  277 + padding-left: 0px;
  278 + padding-top: 45px;
  279 +}
  280 +.page .page-content .row .page-aside .aside-item-1 ul li, .page .page-content .row .page-aside .aside-item-2 ul li, .page .page-content .row .page-aside .aside-item-3 ul li {
  281 + list-style: none;
  282 + padding: 0 0 10px 0;
  283 +}
  284 +.page .page-content .row .page-aside .aside-item-1 ul li a, .page .page-content .row .page-aside .aside-item-2 ul li a, .page .page-content .row .page-aside .aside-item-3 ul li a {
  285 + color: black;
  286 +}
  287 +.page .page-content .row .page-aside .aside-item-3 {
  288 + padding-bottom: 45px;
  289 +}
  290 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  291 + display: inline-block;
  292 + margin-right: 5px;
  293 +}
  294 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
  295 + padding: 5px;
  296 + background-color: rgba(201, 57, 57, 0.7);
  297 + color: white;
  298 + border-radius: 5px;
  299 +}
  300 +.page .footer .footer-item-4 {
  301 + padding: 30px 3% 0;
  302 + background-color: rgba(156, 128, 166, 0.1);
  303 + position: relative;
  304 + padding-bottom: 30px;
  305 +}
  306 +.page .footer .footer-item-4 .title-box h3 {
  307 + font-size: 16.6666666667px;
  308 + position: relative;
  309 +}
  310 +.page .footer .footer-item-4 p, .page .footer .footer-item-4 ul {
  311 + padding-top: 20px;
  312 + font-size: 12px;
  313 + color: #7c7a7a;
  314 +}
  315 +.page .footer .footer-item-4 ul {
  316 + padding-left: 0;
  317 +}
  318 +.page .footer .footer-item-4 ul li {
  319 + list-style: none;
  320 + padding-bottom: 8px;
  321 +}
  322 +.page .footer .footer-item-5 {
  323 + padding: 0 3%;
  324 + background-color: rgba(156, 128, 166, 0.06);
  325 +}
  326 +.page .footer .footer-item-5 p {
  327 + padding-top: 30px;
  328 + padding-bottom: 90px;
  329 + font-size: 11px;
  330 + color: #7c7a7a;
  331 +}
  332 +
  333 +@media screen and (min-width: 768px) {
  334 + .page .outside-nav .outside-nav-1 {
  335 + display: none;
  336 + }
  337 + .page .top-box-nav .dropdown-toggle {
  338 + display: none;
  339 + }
  340 + .page .header-wrapper .outside-header {
  341 + position: absolute;
  342 + left: 31%;
50 343 font-size: 15px;
51   - padding: 25px 0px 0px 5px; }
52   - .page .header-wrapper .header-body .btn-right-two span {
53   - color: #c43939; }
54   - .page .header-wrapper .header-body .btn-right-two p {
55   - display: inline-block; }
56   -
57   -.page-article .page-title {
58   - position: relative;
59   - padding-bottom: 10px; }
60   - .page-article .page-title h2 {
61   - padding-top: 30px;
62   - padding-left: 15px; }
63   - .page-article .page-title::after {
64   - content: '';
  344 + top: 25%;
  345 + }
  346 + .page .header-wrapper .outside-header ul li {
  347 + background-color: rgba(255, 255, 255, 0);
  348 + }
  349 + .page .header-wrapper .outside-header ul li a {
  350 + color: #464646;
  351 + display: inline-block;
  352 + }
  353 + .page .header-wrapper .header-body .logo {
  354 + width: 25%;
  355 + }
  356 + .page .header-wrapper .header-body .logo button {
  357 + display: inline-block;
  358 + }
  359 + .page .breadcrumb-box {
  360 + background-color: rgba(156, 128, 166, 0.06);
  361 + position: relative;
  362 + }
  363 + .page .breadcrumb-box ul {
  364 + background-color: inherit;
  365 + margin: 0;
  366 + padding: 15px 0;
  367 + }
  368 + .page .breadcrumb-box ul li a {
  369 + color: #7c7a7a;
  370 + }
  371 +}
  372 +.page-content .row .page-article .page-art-1, .page-content .row .page-article .page-art-2, .page-content .row .page-article .page-art-3, .page-content .row .page-article .page-art-4, .page-content .row .page-article .page-art-5, .page-content .row .page-article .page-art-6 {
  373 + position: relative;
  374 +}
  375 +.page-content .row .page-article .page-art-1::before, .page-content .row .page-article .page-art-2::before, .page-content .row .page-article .page-art-3::before, .page-content .row .page-article .page-art-4::before, .page-content .row .page-article .page-art-5::before, .page-content .row .page-article .page-art-6::before {
  376 + content: '';
  377 + position: absolute;
  378 + top: 0;
  379 + width: 94%;
  380 + height: 1px;
  381 + background-color: rgba(164, 164, 164, 0.66);
  382 +}
  383 +.page-content .row .page-article .page-art-1 h3, .page-content .row .page-article .page-art-2 h3, .page-content .row .page-article .page-art-3 h3, .page-content .row .page-article .page-art-4 h3, .page-content .row .page-article .page-art-5 h3, .page-content .row .page-article .page-art-6 h3 {
  384 + padding-top: 40px;
  385 + padding-right: 30%;
  386 + padding-bottom: 10px;
  387 +}
  388 +.page-content .row .page-article .page-art-1 > p, .page-content .row .page-article .page-art-2 > p, .page-content .row .page-article .page-art-3 > p, .page-content .row .page-article .page-art-4 > p, .page-content .row .page-article .page-art-5 > p, .page-content .row .page-article .page-art-6 > p {
  389 + padding-top: 10px;
  390 + padding-bottom: 30px;
  391 +}
  392 +.page-content .row .page-article .page-art-1 .page-art-footer, .page-content .row .page-article .page-art-2 .page-art-footer, .page-content .row .page-article .page-art-3 .page-art-footer, .page-content .row .page-article .page-art-4 .page-art-footer, .page-content .row .page-article .page-art-5 .page-art-footer, .page-content .row .page-article .page-art-6 .page-art-footer {
  393 + padding-top: 10px;
  394 +}
  395 +.page-content .row .page-article .page-art-1 .page-art-footer p, .page-content .row .page-article .page-art-2 .page-art-footer p, .page-content .row .page-article .page-art-3 .page-art-footer p, .page-content .row .page-article .page-art-4 .page-art-footer p, .page-content .row .page-article .page-art-5 .page-art-footer p, .page-content .row .page-article .page-art-6 .page-art-footer p {
  396 + display: inline-block;
  397 + position: relative;
  398 + font-size: 10px;
  399 + margin-right: 16px;
  400 + color: #b1b1b1;
  401 +}
  402 +.page-content .row .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .row .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .row .page-article .page-art-3 .page-art-footer p:nth-child(even):before, .page-content .row .page-article .page-art-4 .page-art-footer p:nth-child(even):before, .page-content .row .page-article .page-art-5 .page-art-footer p:nth-child(even):before, .page-content .row .page-article .page-art-6 .page-art-footer p:nth-child(even):before {
  403 + position: absolute;
  404 + top: 0;
  405 + height: 100%;
  406 + left: -10px;
  407 + content: '';
  408 + width: 0;
  409 + border-left: 1px solid #828282;
  410 +}
  411 +.page-content .row .page-article .page-art-1::before {
  412 + content: '';
  413 + position: absolute;
  414 + top: 0;
  415 + height: 0px;
  416 +}
  417 +.page-content .row .page-aside .aside-item-1, .page-content .row .page-aside .aside-item-2, .page-content .row .page-aside .aside-item-3 {
  418 + padding: 30px 3% 0;
  419 +}
  420 +.page-content .row .page-aside .aside-item-1 .title-box, .page-content .row .page-aside .aside-item-2 .title-box, .page-content .row .page-aside .aside-item-3 .title-box {
  421 + color: #7e7e7e;
  422 +}
  423 +.page-content .row .page-aside .aside-item-1 .title-box h3, .page-content .row .page-aside .aside-item-2 .title-box h3, .page-content .row .page-aside .aside-item-3 .title-box h3 {
  424 + font-size: 20px;
  425 + position: relative;
  426 +}
  427 +.page-content .row .page-aside .aside-item-1 ul, .page-content .row .page-aside .aside-item-2 ul, .page-content .row .page-aside .aside-item-3 ul {
  428 + padding-left: 0px;
  429 + padding-top: 45px;
  430 +}
  431 +.page-content .row .page-aside .aside-item-1 ul li, .page-content .row .page-aside .aside-item-2 ul li, .page-content .row .page-aside .aside-item-3 ul li {
  432 + list-style: none;
  433 + padding: 0 0 10px 0;
  434 +}
  435 +.page-content .row .page-aside .aside-item-1 ul li a, .page-content .row .page-aside .aside-item-2 ul li a, .page-content .row .page-aside .aside-item-3 ul li a {
  436 + color: black;
  437 +}
  438 +.page-content .row .page-aside .aside-item-3 {
  439 + padding-bottom: 45px;
  440 +}
  441 +.page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  442 + display: inline-block;
  443 + margin-right: 5px;
  444 +}
  445 +.page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
  446 + padding: 5px;
  447 + background-color: rgba(201, 57, 57, 0.7);
  448 + color: white;
  449 + border-radius: 5px;
  450 +}
  451 +
  452 +.pub_title {
  453 + position: relative;
  454 +}
  455 +.pub_title h3 {
  456 + padding-top: 60px;
  457 + font-size: 50px;
  458 + color: #7c7a7a;
  459 + padding-bottom: 10px;
  460 +}
  461 +
  462 +.font-bold {
  463 + font-weight: bold;
  464 +}
  465 +
  466 +.font-s-12 {
  467 + font-size: 12px;
  468 +}
  469 +
  470 +.font-price {
  471 + font-size: 40px;
  472 + font-weight: bold;
  473 +}
  474 +
  475 +.small-i-icon {
  476 + color: #c93939;
  477 + display: inline-block;
  478 + font-size: 18px;
  479 +}
  480 +
  481 +.page_line_b_1, .page .footer .footer-item-4::after {
  482 + content: '';
  483 + position: absolute;
  484 + left: 0;
  485 + right: 0;
  486 + bottom: 0;
  487 + width: 100%;
  488 + height: 1px;
  489 + background-color: rgba(156, 128, 166, 0.05);
  490 +}
  491 +
  492 +.page_line_b, .page .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page .page-content .row .page-aside .aside-item-3 .title-box h3::after, .page .footer .footer-item-4 .title-box h3::after, .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page-content .row .page-aside .aside-item-3 .title-box h3::after {
  493 + content: '';
  494 + position: absolute;
  495 + left: 0;
  496 + right: 0;
  497 + bottom: -15px;
  498 + width: 100%;
  499 + height: 1px;
  500 + background-color: rgba(164, 164, 164, 0.66);
  501 +}
  502 +
  503 +.title_line, .pub_title h3:after, .page .page-title h1:after, .services-content .services-con-title h4:after {
  504 + content: '';
  505 + position: absolute;
  506 + left: 0;
  507 + right: 0;
  508 + bottom: 0;
  509 + width: 100%;
  510 + height: 1px;
  511 + background-color: rgba(231, 231, 231, 0.8);
  512 +}
  513 +
  514 +.page-art-2-1.comment ul {
  515 + padding: 25px 0 25px 0;
  516 +}
  517 +.page-art-2-1.comment ul li {
  518 + padding: 0;
  519 + list-style: none;
  520 + display: block;
  521 +}
  522 +.page-art-2-1.comment ul li:nth-child(1) {
  523 + padding: 0 0 25px;
  524 +}
  525 +.page-art-2-1.comment ul li:nth-child(2) {
  526 + padding: 25 0 0;
  527 +}
  528 +.page-art-2-1.comment ul li .user, .page-art-2-1.comment ul li .time {
  529 + color: #b1b1b1;
  530 + font-size: 12px;
  531 + display: inline-block;
  532 + margin-bottom: 25px;
  533 +}
  534 +.page-art-2-1.comment ul li button {
  535 + width: 50px;
  536 + background-color: #c93939;
  537 + color: white;
  538 + border: 1px solid #c93939;
  539 + border-radius: 3px;
  540 +}
  541 +.page-art-2-1.comment ul li p {
  542 + font-size: 15px;
  543 +}
  544 +
  545 +.circle-img {
  546 + background-color: rgba(231, 231, 231, 0.8);
  547 + border-radius: 50%;
  548 + float: left;
  549 + width: 80px;
  550 + height: 80px;
  551 + position: relative;
  552 + margin: 0 25px 0 0;
  553 +}
  554 +.circle-img i {
  555 + font-size: 40px;
  556 + color: #7c7a7a;
  557 + position: absolute;
  558 + top: 15px;
  559 + left: 22px;
  560 +}
  561 +
  562 +.page_content_art .page-art-1-title, .page-content .page-article .page-art-1 .page-art-1-title, .page-content .page-article .page-art-2 .page-art-1-title, .page-content .page-article .page-art-3 .page-art-1-title {
  563 + margin-top: 50px;
  564 + padding-bottom: 10px;
  565 + font-size: 28px;
  566 + color: black;
  567 + display: inline-block;
  568 +}
  569 +.page_content_art h3, .page-content .page-article .page-art-1 h3, .page-content .page-article .page-art-2 h3, .page-content .page-article .page-art-3 h3 {
  570 + margin-top: 70px;
  571 + padding-bottom: 10px;
  572 + font-size: 28px;
  573 +}
  574 +.page_content_art > p, .page-content .page-article .page-art-1 > p, .page-content .page-article .page-art-2 > p, .page-content .page-article .page-art-3 > p {
  575 + padding-top: 10px;
  576 + padding-bottom: 30px;
  577 +}
  578 +.page_content_art .page-art-footer p, .page-content .page-article .page-art-1 .page-art-footer p, .page-content .page-article .page-art-2 .page-art-footer p, .page-content .page-article .page-art-3 .page-art-footer p {
  579 + display: inline-block;
  580 + position: relative;
  581 + font-size: 12px;
  582 + margin-right: 16px;
  583 + color: #7c7a7a;
  584 +}
  585 +.page_content_art .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-3 .page-art-footer p:nth-child(even):before {
  586 + position: absolute;
  587 + top: 0;
  588 + height: 100%;
  589 + left: -10px;
  590 + content: '';
  591 + width: 0;
  592 + border-left: 1px solid #828282;
  593 +}
  594 +
  595 +.text-small {
  596 + font-size: 12px;
  597 + line-height: 18px;
  598 +}
  599 +
  600 +.page {
  601 + float: left;
  602 + width: 100%;
  603 + position: relative;
  604 +}
  605 +.page .open {
  606 + position: relative;
  607 + top: 0;
  608 + font-size: 25px;
  609 + text-align: center;
  610 + width: 40px;
  611 + height: 30px;
  612 + line-height: 35px;
  613 + color: white;
  614 + border: 1px solid rgba(217, 217, 217, 0.4);
  615 + z-index: 5;
  616 +}
  617 +.page .open i {
  618 + position: absolute;
  619 + top: 2px;
  620 + right: 8px;
  621 +}
  622 +.page .outside-nav {
  623 + position: absolute;
  624 + right: 0px;
  625 + width: 50%;
  626 + top: 40px;
  627 + z-index: 5;
  628 +}
  629 +.page .outside-nav ul li {
  630 + background-color: #c93939;
  631 +}
  632 +.page .outside-nav ul li a {
  633 + color: white;
  634 + border: 1px solid rgba(255, 255, 255, 0.5);
  635 +}
  636 +.page .top-box {
  637 + background-color: #c93939;
  638 +}
  639 +.page .top-box .top-box-nav.dropdown {
  640 + margin: 5px;
  641 + outline: none;
  642 +}
  643 +.page .top-box .top-box-nav.dropdown button {
  644 + opacity: 0.8;
  645 +}
  646 +.page .top-box .top-box-barbtn {
  647 + font-size: 25px;
  648 + position: absolute;
  649 + color: white;
  650 + right: 10px;
  651 +}
  652 +.page .header-wrapper {
  653 + position: relative;
  654 +}
  655 +.page .header-wrapper .outside-header {
  656 + position: absolute;
  657 + right: 0px;
  658 + width: 50%;
  659 + top: 60px;
  660 + z-index: 10;
  661 +}
  662 +.page .header-wrapper .outside-header ul li {
  663 + background-color: rgba(156, 128, 166, 0.1);
  664 +}
  665 +.page .header-wrapper .outside-header ul li a {
  666 + color: #b1b1b1;
  667 +}
  668 +.page .header-wrapper .header-body .logo-box {
  669 + padding: 30px 40px 30px 15px;
  670 +}
  671 +.page .header-wrapper .header-body .logo-box .logo img {
  672 + width: 120%;
  673 +}
  674 +.page .header-wrapper .header-body .btn-right-one {
  675 + float: left;
  676 + color: #c93939;
  677 + padding: 40px 0px 0px 5px;
  678 + font-size: 17px;
  679 + display: inline-block;
  680 +}
  681 +.page .header-wrapper .header-body .btn-right-one button {
  682 + margin: 0;
  683 + padding: 0;
  684 +}
  685 +.page .header-wrapper .header-body .btn-right-two {
  686 + float: left;
  687 + font-size: 17px;
  688 + padding: 40px 0px 0px 5px;
  689 + position: relative;
  690 + display: inline-block;
  691 +}
  692 +.page .header-wrapper .header-body .btn-right-two button {
  693 + margin: 0;
  694 + padding: 0;
  695 +}
  696 +.page .header-wrapper .header-body .btn-right-two button i {
  697 + color: #c93939;
  698 + display: inline-block;
  699 +}
  700 +.page .header-wrapper .header-body .btn-right-two b::before {
  701 + position: absolute;
  702 + top: 40px;
  703 + height: 25px;
  704 + left: 0px;
  705 + content: '';
  706 + width: 0;
  707 + border-left: 1px solid #a2a2a2;
  708 +}
  709 +.page .page-title {
  710 + position: relative;
  711 +}
  712 +.page .page-title h1 {
  713 + padding-top: 60px;
  714 + font-size: 50px;
  715 +}
  716 +.page .page-content .row .page-aside .aside-item-1, .page .page-content .row .page-aside .aside-item-2, .page .page-content .row .page-aside .aside-item-3 {
  717 + padding: 30px 3% 0;
  718 +}
  719 +.page .page-content .row .page-aside .aside-item-1 .title-box, .page .page-content .row .page-aside .aside-item-2 .title-box, .page .page-content .row .page-aside .aside-item-3 .title-box {
  720 + color: #7e7e7e;
  721 +}
  722 +.page .page-content .row .page-aside .aside-item-1 .title-box h3, .page .page-content .row .page-aside .aside-item-2 .title-box h3, .page .page-content .row .page-aside .aside-item-3 .title-box h3 {
  723 + font-size: 20px;
  724 + position: relative;
  725 +}
  726 +.page .page-content .row .page-aside .aside-item-1 ul, .page .page-content .row .page-aside .aside-item-2 ul, .page .page-content .row .page-aside .aside-item-3 ul {
  727 + padding-left: 0px;
  728 + padding-top: 45px;
  729 +}
  730 +.page .page-content .row .page-aside .aside-item-1 ul li, .page .page-content .row .page-aside .aside-item-2 ul li, .page .page-content .row .page-aside .aside-item-3 ul li {
  731 + list-style: none;
  732 + padding: 0 0 10px 0;
  733 +}
  734 +.page .page-content .row .page-aside .aside-item-1 ul li a, .page .page-content .row .page-aside .aside-item-2 ul li a, .page .page-content .row .page-aside .aside-item-3 ul li a {
  735 + color: black;
  736 +}
  737 +.page .page-content .row .page-aside .aside-item-3 {
  738 + padding-bottom: 45px;
  739 +}
  740 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  741 + display: inline-block;
  742 + margin-right: 5px;
  743 +}
  744 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
  745 + padding: 5px;
  746 + background-color: rgba(201, 57, 57, 0.7);
  747 + color: white;
  748 + border-radius: 5px;
  749 +}
  750 +.page .footer .footer-item-4 {
  751 + padding: 30px 3% 0;
  752 + background-color: rgba(156, 128, 166, 0.1);
  753 + position: relative;
  754 + padding-bottom: 30px;
  755 +}
  756 +.page .footer .footer-item-4 .title-box h3 {
  757 + font-size: 16.6666666667px;
  758 + position: relative;
  759 +}
  760 +.page .footer .footer-item-4 p, .page .footer .footer-item-4 ul {
  761 + padding-top: 20px;
  762 + font-size: 12px;
  763 + color: #7c7a7a;
  764 +}
  765 +.page .footer .footer-item-4 ul {
  766 + padding-left: 0;
  767 +}
  768 +.page .footer .footer-item-4 ul li {
  769 + list-style: none;
  770 + padding-bottom: 8px;
  771 +}
  772 +.page .footer .footer-item-5 {
  773 + padding: 0 3%;
  774 + background-color: rgba(156, 128, 166, 0.06);
  775 +}
  776 +.page .footer .footer-item-5 p {
  777 + padding-top: 30px;
  778 + padding-bottom: 90px;
  779 + font-size: 11px;
  780 + color: #7c7a7a;
  781 +}
  782 +
  783 +@media screen and (min-width: 768px) {
  784 + .page .outside-nav .outside-nav-1 {
  785 + display: none;
  786 + }
  787 + .page .top-box-nav .dropdown-toggle {
  788 + display: none;
  789 + }
  790 + .page .header-wrapper .outside-header {
  791 + position: absolute;
  792 + left: 31%;
  793 + font-size: 15px;
  794 + top: 25%;
  795 + }
  796 + .page .header-wrapper .outside-header ul li {
  797 + background-color: rgba(255, 255, 255, 0);
  798 + }
  799 + .page .header-wrapper .outside-header ul li a {
  800 + color: #464646;
  801 + display: inline-block;
  802 + }
  803 + .page .header-wrapper .header-body .logo {
  804 + width: 25%;
  805 + }
  806 + .page .header-wrapper .header-body .logo button {
  807 + display: inline-block;
  808 + }
  809 + .page .breadcrumb-box {
  810 + background-color: rgba(156, 128, 166, 0.06);
  811 + position: relative;
  812 + }
  813 + .page .breadcrumb-box ul {
  814 + background-color: inherit;
  815 + margin: 0;
  816 + padding: 15px 0;
  817 + }
  818 + .page .breadcrumb-box ul li a {
  819 + color: #7c7a7a;
  820 + }
  821 +}
  822 +.page-content .page-article .page-art-3 input {
  823 + width: 100%;
  824 + z-index: 2;
  825 + height: 40px;
  826 + line-height: 40px;
  827 + padding: 8px 12px;
  828 + margin: 0 0 22px;
  829 +}
  830 +.page-content .page-article .page-art-3 label {
  831 + margin: 0 0 3px;
  832 +}
  833 +.page-content .page-article .page-art-3 textarea {
  834 + width: 100%;
  835 +}
  836 +.page-content .page-article .page-art-3 .page-art-3-row {
  837 + margin: 0 0 15px;
  838 +}
  839 +.page-content .page-article .page-art-3 .form-submit {
  840 + padding-top: 10px;
  841 + padding-bottom: 60px;
  842 +}
  843 +.page-content .page-article .page-art-3 .form-submit button {
  844 + background-color: #c93939;
  845 + width: 70px;
  846 + color: white;
  847 + border: none;
  848 + height: 40px;
  849 + border-radius: 3px;
  850 +}
  851 +
  852 +.pub_title {
  853 + position: relative;
  854 +}
  855 +.pub_title h3 {
  856 + padding-top: 60px;
  857 + font-size: 50px;
  858 + color: #7c7a7a;
  859 + padding-bottom: 10px;
  860 +}
  861 +
  862 +.font-bold {
  863 + font-weight: bold;
  864 +}
  865 +
  866 +.font-s-12 {
  867 + font-size: 12px;
  868 +}
  869 +
  870 +.font-price {
  871 + font-size: 40px;
  872 + font-weight: bold;
  873 +}
  874 +
  875 +.small-i-icon {
  876 + color: #c93939;
  877 + display: inline-block;
  878 + font-size: 18px;
  879 +}
  880 +
  881 +.page_line_b_1, .page .footer .footer-item-4::after {
  882 + content: '';
  883 + position: absolute;
  884 + left: 0;
  885 + right: 0;
  886 + bottom: 0;
  887 + width: 100%;
  888 + height: 1px;
  889 + background-color: rgba(156, 128, 166, 0.05);
  890 +}
  891 +
  892 +.page_line_b, .page .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page .page-content .row .page-aside .aside-item-3 .title-box h3::after, .page .footer .footer-item-4 .title-box h3::after, .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page-content .row .page-aside .aside-item-3 .title-box h3::after {
  893 + content: '';
  894 + position: absolute;
  895 + left: 0;
  896 + right: 0;
  897 + bottom: -15px;
  898 + width: 100%;
  899 + height: 1px;
  900 + background-color: rgba(164, 164, 164, 0.66);
  901 +}
  902 +
  903 +.title_line, .pub_title h3:after, .page .page-title h1:after, .services-content .services-con-title h4:after {
  904 + content: '';
  905 + position: absolute;
  906 + left: 0;
  907 + right: 0;
  908 + bottom: 0;
  909 + width: 100%;
  910 + height: 1px;
  911 + background-color: rgba(231, 231, 231, 0.8);
  912 +}
  913 +
  914 +.page-art-2-1.comment ul {
  915 + padding: 25px 0 25px 0;
  916 +}
  917 +.page-art-2-1.comment ul li {
  918 + padding: 0;
  919 + list-style: none;
  920 + display: block;
  921 +}
  922 +.page-art-2-1.comment ul li:nth-child(1) {
  923 + padding: 0 0 25px;
  924 +}
  925 +.page-art-2-1.comment ul li:nth-child(2) {
  926 + padding: 25 0 0;
  927 +}
  928 +.page-art-2-1.comment ul li .user, .page-art-2-1.comment ul li .time {
  929 + color: #b1b1b1;
  930 + font-size: 12px;
  931 + display: inline-block;
  932 + margin-bottom: 25px;
  933 +}
  934 +.page-art-2-1.comment ul li button {
  935 + width: 50px;
  936 + background-color: #c93939;
  937 + color: white;
  938 + border: 1px solid #c93939;
  939 + border-radius: 3px;
  940 +}
  941 +.page-art-2-1.comment ul li p {
  942 + font-size: 15px;
  943 +}
  944 +
  945 +.circle-img {
  946 + background-color: rgba(231, 231, 231, 0.8);
  947 + border-radius: 50%;
  948 + float: left;
  949 + width: 80px;
  950 + height: 80px;
  951 + position: relative;
  952 + margin: 0 25px 0 0;
  953 +}
  954 +.circle-img i {
  955 + font-size: 40px;
  956 + color: #7c7a7a;
  957 + position: absolute;
  958 + top: 15px;
  959 + left: 22px;
  960 +}
  961 +
  962 +.page_content_art .page-art-1-title, .page-content .page-article .page-art-1 .page-art-1-title, .page-content .page-article .page-art-2 .page-art-1-title, .page-content .page-article .page-art-3 .page-art-1-title {
  963 + margin-top: 50px;
  964 + padding-bottom: 10px;
  965 + font-size: 28px;
  966 + color: black;
  967 + display: inline-block;
  968 +}
  969 +.page_content_art h3, .page-content .page-article .page-art-1 h3, .page-content .page-article .page-art-2 h3, .page-content .page-article .page-art-3 h3 {
  970 + margin-top: 70px;
  971 + padding-bottom: 10px;
  972 + font-size: 28px;
  973 +}
  974 +.page_content_art > p, .page-content .page-article .page-art-1 > p, .page-content .page-article .page-art-2 > p, .page-content .page-article .page-art-3 > p {
  975 + padding-top: 10px;
  976 + padding-bottom: 30px;
  977 +}
  978 +.page_content_art .page-art-footer p, .page-content .page-article .page-art-1 .page-art-footer p, .page-content .page-article .page-art-2 .page-art-footer p, .page-content .page-article .page-art-3 .page-art-footer p {
  979 + display: inline-block;
  980 + position: relative;
  981 + font-size: 12px;
  982 + margin-right: 16px;
  983 + color: #7c7a7a;
  984 +}
  985 +.page_content_art .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-3 .page-art-footer p:nth-child(even):before {
  986 + position: absolute;
  987 + top: 0;
  988 + height: 100%;
  989 + left: -10px;
  990 + content: '';
  991 + width: 0;
  992 + border-left: 1px solid #828282;
  993 +}
  994 +
  995 +.text-small {
  996 + font-size: 12px;
  997 + line-height: 18px;
  998 +}
  999 +
  1000 +.page {
  1001 + float: left;
  1002 + width: 100%;
  1003 + position: relative;
  1004 +}
  1005 +.page .open {
  1006 + position: relative;
  1007 + top: 0;
  1008 + font-size: 25px;
  1009 + text-align: center;
  1010 + width: 40px;
  1011 + height: 30px;
  1012 + line-height: 35px;
  1013 + color: white;
  1014 + border: 1px solid rgba(217, 217, 217, 0.4);
  1015 + z-index: 5;
  1016 +}
  1017 +.page .open i {
  1018 + position: absolute;
  1019 + top: 2px;
  1020 + right: 8px;
  1021 +}
  1022 +.page .outside-nav {
  1023 + position: absolute;
  1024 + right: 0px;
  1025 + width: 50%;
  1026 + top: 40px;
  1027 + z-index: 5;
  1028 +}
  1029 +.page .outside-nav ul li {
  1030 + background-color: #c93939;
  1031 +}
  1032 +.page .outside-nav ul li a {
  1033 + color: white;
  1034 + border: 1px solid rgba(255, 255, 255, 0.5);
  1035 +}
  1036 +.page .top-box {
  1037 + background-color: #c93939;
  1038 +}
  1039 +.page .top-box .top-box-nav.dropdown {
  1040 + margin: 5px;
  1041 + outline: none;
  1042 +}
  1043 +.page .top-box .top-box-nav.dropdown button {
  1044 + opacity: 0.8;
  1045 +}
  1046 +.page .top-box .top-box-barbtn {
  1047 + font-size: 25px;
  1048 + position: absolute;
  1049 + color: white;
  1050 + right: 10px;
  1051 +}
  1052 +.page .header-wrapper {
  1053 + position: relative;
  1054 +}
  1055 +.page .header-wrapper .outside-header {
  1056 + position: absolute;
  1057 + right: 0px;
  1058 + width: 50%;
  1059 + top: 60px;
  1060 + z-index: 10;
  1061 +}
  1062 +.page .header-wrapper .outside-header ul li {
  1063 + background-color: rgba(156, 128, 166, 0.1);
  1064 +}
  1065 +.page .header-wrapper .outside-header ul li a {
  1066 + color: #b1b1b1;
  1067 +}
  1068 +.page .header-wrapper .header-body .logo-box {
  1069 + padding: 30px 40px 30px 15px;
  1070 +}
  1071 +.page .header-wrapper .header-body .logo-box .logo img {
  1072 + width: 120%;
  1073 +}
  1074 +.page .header-wrapper .header-body .btn-right-one {
  1075 + float: left;
  1076 + color: #c93939;
  1077 + padding: 40px 0px 0px 5px;
  1078 + font-size: 17px;
  1079 + display: inline-block;
  1080 +}
  1081 +.page .header-wrapper .header-body .btn-right-one button {
  1082 + margin: 0;
  1083 + padding: 0;
  1084 +}
  1085 +.page .header-wrapper .header-body .btn-right-two {
  1086 + float: left;
  1087 + font-size: 17px;
  1088 + padding: 40px 0px 0px 5px;
  1089 + position: relative;
  1090 + display: inline-block;
  1091 +}
  1092 +.page .header-wrapper .header-body .btn-right-two button {
  1093 + margin: 0;
  1094 + padding: 0;
  1095 +}
  1096 +.page .header-wrapper .header-body .btn-right-two button i {
  1097 + color: #c93939;
  1098 + display: inline-block;
  1099 +}
  1100 +.page .header-wrapper .header-body .btn-right-two b::before {
  1101 + position: absolute;
  1102 + top: 40px;
  1103 + height: 25px;
  1104 + left: 0px;
  1105 + content: '';
  1106 + width: 0;
  1107 + border-left: 1px solid #a2a2a2;
  1108 +}
  1109 +.page .page-title {
  1110 + position: relative;
  1111 +}
  1112 +.page .page-title h1 {
  1113 + padding-top: 60px;
  1114 + font-size: 50px;
  1115 +}
  1116 +.page .page-content .row .page-aside .aside-item-1, .page .page-content .row .page-aside .aside-item-2, .page .page-content .row .page-aside .aside-item-3 {
  1117 + padding: 30px 3% 0;
  1118 +}
  1119 +.page .page-content .row .page-aside .aside-item-1 .title-box, .page .page-content .row .page-aside .aside-item-2 .title-box, .page .page-content .row .page-aside .aside-item-3 .title-box {
  1120 + color: #7e7e7e;
  1121 +}
  1122 +.page .page-content .row .page-aside .aside-item-1 .title-box h3, .page .page-content .row .page-aside .aside-item-2 .title-box h3, .page .page-content .row .page-aside .aside-item-3 .title-box h3 {
  1123 + font-size: 20px;
  1124 + position: relative;
  1125 +}
  1126 +.page .page-content .row .page-aside .aside-item-1 ul, .page .page-content .row .page-aside .aside-item-2 ul, .page .page-content .row .page-aside .aside-item-3 ul {
  1127 + padding-left: 0px;
  1128 + padding-top: 45px;
  1129 +}
  1130 +.page .page-content .row .page-aside .aside-item-1 ul li, .page .page-content .row .page-aside .aside-item-2 ul li, .page .page-content .row .page-aside .aside-item-3 ul li {
  1131 + list-style: none;
  1132 + padding: 0 0 10px 0;
  1133 +}
  1134 +.page .page-content .row .page-aside .aside-item-1 ul li a, .page .page-content .row .page-aside .aside-item-2 ul li a, .page .page-content .row .page-aside .aside-item-3 ul li a {
  1135 + color: black;
  1136 +}
  1137 +.page .page-content .row .page-aside .aside-item-3 {
  1138 + padding-bottom: 45px;
  1139 +}
  1140 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  1141 + display: inline-block;
  1142 + margin-right: 5px;
  1143 +}
  1144 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
  1145 + padding: 5px;
  1146 + background-color: rgba(201, 57, 57, 0.7);
  1147 + color: white;
  1148 + border-radius: 5px;
  1149 +}
  1150 +.page .footer .footer-item-4 {
  1151 + padding: 30px 3% 0;
  1152 + background-color: rgba(156, 128, 166, 0.1);
  1153 + position: relative;
  1154 + padding-bottom: 30px;
  1155 +}
  1156 +.page .footer .footer-item-4 .title-box h3 {
  1157 + font-size: 16.6666666667px;
  1158 + position: relative;
  1159 +}
  1160 +.page .footer .footer-item-4 p, .page .footer .footer-item-4 ul {
  1161 + padding-top: 20px;
  1162 + font-size: 12px;
  1163 + color: #7c7a7a;
  1164 +}
  1165 +.page .footer .footer-item-4 ul {
  1166 + padding-left: 0;
  1167 +}
  1168 +.page .footer .footer-item-4 ul li {
  1169 + list-style: none;
  1170 + padding-bottom: 8px;
  1171 +}
  1172 +.page .footer .footer-item-5 {
  1173 + padding: 0 3%;
  1174 + background-color: rgba(156, 128, 166, 0.06);
  1175 +}
  1176 +.page .footer .footer-item-5 p {
  1177 + padding-top: 30px;
  1178 + padding-bottom: 90px;
  1179 + font-size: 11px;
  1180 + color: #7c7a7a;
  1181 +}
  1182 +
  1183 +@media screen and (min-width: 768px) {
  1184 + .page .outside-nav .outside-nav-1 {
  1185 + display: none;
  1186 + }
  1187 + .page .top-box-nav .dropdown-toggle {
  1188 + display: none;
  1189 + }
  1190 + .page .header-wrapper .outside-header {
65 1191 position: absolute;
66   - bottom: 0;
67   - right: 0;
68   - left: 0;
69   - width: 100%;
70   - height: 1px;
71   - background-color: rgba(164, 164, 164, 0.66); }
72   -.page-article .page-art-1 {
73   - padding-left: 15px;
74   - padding-right: 15px; }
75   - .page-article .page-art-1 h3 {
76   - padding-top: 20px;
77   - padding-right: 30%;
78   - padding-bottom: 10px; }
79   - .page-article .page-art-1 > p {
80   - padding-top: 10px;
81   - padding-bottom: 30px; }
82   - .page-article .page-art-1 .page-art-1-footer {
83   - padding-top: 10px; }
84   - .page-article .page-art-1 .page-art-1-footer p {
85   - display: inline-block;
86   - position: relative;
87   - font-size: 10px;
88   - margin-right: 16px;
89   - color: #b1b1b1; }
90   - .page-article .page-art-1 .page-art-1-footer p:nth-child(2):before {
91   - position: absolute;
92   - top: 0;
93   - height: 100%;
94   - left: -10px;
95   - content: '';
96   - width: 0;
97   - border-left: 1px solid black; }
  1192 + left: 31%;
  1193 + font-size: 15px;
  1194 + top: 25%;
  1195 + }
  1196 + .page .header-wrapper .outside-header ul li {
  1197 + background-color: rgba(255, 255, 255, 0);
  1198 + }
  1199 + .page .header-wrapper .outside-header ul li a {
  1200 + color: #464646;
  1201 + display: inline-block;
  1202 + }
  1203 + .page .header-wrapper .header-body .logo {
  1204 + width: 25%;
  1205 + }
  1206 + .page .header-wrapper .header-body .logo button {
  1207 + display: inline-block;
  1208 + }
  1209 + .page .breadcrumb-box {
  1210 + background-color: rgba(156, 128, 166, 0.06);
  1211 + position: relative;
  1212 + }
  1213 + .page .breadcrumb-box ul {
  1214 + background-color: inherit;
  1215 + margin: 0;
  1216 + padding: 15px 0;
  1217 + }
  1218 + .page .breadcrumb-box ul li a {
  1219 + color: #7c7a7a;
  1220 + }
  1221 +}
  1222 +.services-content {
  1223 + padding-top: 60px;
  1224 +}
  1225 +.services-content p {
  1226 + padding-bottom: 15px;
  1227 +}
  1228 +.services-content p:nth-of-type(2) {
  1229 + margin-bottom: 40px;
  1230 +}
  1231 +.services-content .circle-img i {
  1232 + color: #c93939;
  1233 + top: 18px;
  1234 +}
  1235 +.services-content h3 {
  1236 + font-weight: bold;
  1237 + display: block;
  1238 +}
  1239 +.services-content .services-con-item {
  1240 + margin: 0 0 40px;
  1241 +}
  1242 +.services-content .services-big-item {
  1243 + margin-top: 30px;
  1244 + margin-bottom: 60px;
  1245 +}
  1246 +.services-content .services-big-item .circle-img {
  1247 + display: block;
  1248 + width: 100px;
  1249 + height: 100px;
  1250 + margin: 0 35% 20px;
  1251 +}
  1252 +.services-content .services-big-item .circle-img i {
  1253 + font-size: 50px;
  1254 + top: 21px;
  1255 + left: 26px;
  1256 +}
  1257 +.services-content .services-big-item h3 {
  1258 + text-align: center;
  1259 +}
  1260 +.services-content .services-con-title {
  1261 + padding-bottom: 0px;
  1262 +}
  1263 +.services-content .services-con-title h4 {
  1264 + color: #7c7a7a;
  1265 + padding-top: 15px;
  1266 +}
  1267 +.services-content .title-bg {
  1268 + float: left;
  1269 + background-color: rgba(156, 128, 166, 0.1);
  1270 + padding: 20px;
  1271 +}
  1272 +.services-content .title-bg h5 {
  1273 + font-size: 20px;
  1274 + font-weight: bold;
  1275 + margin: 0 0 22px;
  1276 +}
  1277 +.services-content .services-con-item-2 {
  1278 + margin: 0 0 45px 10px;
  1279 +}
  1280 +.services-content .services-con-item-2 i {
  1281 + color: #c93939;
  1282 +}
  1283 +.services-content .services-con-item-2 h6 {
  1284 + display: inline-block;
  1285 + font-size: 15px;
  1286 + font-weight: bold;
  1287 + margin: 0 0 15px 15px;
  1288 +}
  1289 +.services-content .tabs ul {
  1290 + padding: 0;
  1291 +}
  1292 +.services-content .tabs ul li {
  1293 + list-style-type: none;
  1294 +}
  1295 +.services-content .tabs ul li .circle-img {
  1296 + margin: 0 20px 18px 0;
  1297 + width: 100px;
  1298 + height: 100px;
  1299 +}
  1300 +.services-content .tabs ul li .circle-img i {
  1301 + left: 30px;
  1302 + top: 25px;
  1303 +}
  1304 +.services-content .tabs ul li h3 {
  1305 + font-size: 35px;
  1306 + margin: 0 0 22px;
  1307 +}
  1308 +.services-content .tabs ul li p {
  1309 + color: #7c7a7a;
  1310 +}
  1311 +
  1312 +.pub_title {
  1313 + position: relative;
  1314 +}
  1315 +.pub_title h3 {
  1316 + padding-top: 60px;
  1317 + font-size: 50px;
  1318 + color: #7c7a7a;
  1319 + padding-bottom: 10px;
  1320 +}
  1321 +
  1322 +.font-bold {
  1323 + font-weight: bold;
  1324 +}
  1325 +
  1326 +.font-s-12 {
  1327 + font-size: 12px;
  1328 +}
  1329 +
  1330 +.font-price {
  1331 + font-size: 40px;
  1332 + font-weight: bold;
  1333 +}
  1334 +
  1335 +.small-i-icon {
  1336 + color: #c93939;
  1337 + display: inline-block;
  1338 + font-size: 18px;
  1339 +}
  1340 +
  1341 +.page_line_b_1, .page .footer .footer-item-4::after {
  1342 + content: '';
  1343 + position: absolute;
  1344 + left: 0;
  1345 + right: 0;
  1346 + bottom: 0;
  1347 + width: 100%;
  1348 + height: 1px;
  1349 + background-color: rgba(156, 128, 166, 0.05);
  1350 +}
  1351 +
  1352 +.page_line_b, .page .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page .page-content .row .page-aside .aside-item-3 .title-box h3::after, .page .footer .footer-item-4 .title-box h3::after, .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page-content .row .page-aside .aside-item-3 .title-box h3::after {
  1353 + content: '';
  1354 + position: absolute;
  1355 + left: 0;
  1356 + right: 0;
  1357 + bottom: -15px;
  1358 + width: 100%;
  1359 + height: 1px;
  1360 + background-color: rgba(164, 164, 164, 0.66);
  1361 +}
  1362 +
  1363 +.title_line, .pub_title h3:after, .page .page-title h1:after, .services-content .services-con-title h4:after {
  1364 + content: '';
  1365 + position: absolute;
  1366 + left: 0;
  1367 + right: 0;
  1368 + bottom: 0;
  1369 + width: 100%;
  1370 + height: 1px;
  1371 + background-color: rgba(231, 231, 231, 0.8);
  1372 +}
  1373 +
  1374 +.page-art-2-1.comment ul {
  1375 + padding: 25px 0 25px 0;
  1376 +}
  1377 +.page-art-2-1.comment ul li {
  1378 + padding: 0;
  1379 + list-style: none;
  1380 + display: block;
  1381 +}
  1382 +.page-art-2-1.comment ul li:nth-child(1) {
  1383 + padding: 0 0 25px;
  1384 +}
  1385 +.page-art-2-1.comment ul li:nth-child(2) {
  1386 + padding: 25 0 0;
  1387 +}
  1388 +.page-art-2-1.comment ul li .user, .page-art-2-1.comment ul li .time {
  1389 + color: #b1b1b1;
  1390 + font-size: 12px;
  1391 + display: inline-block;
  1392 + margin-bottom: 25px;
  1393 +}
  1394 +.page-art-2-1.comment ul li button {
  1395 + width: 50px;
  1396 + background-color: #c93939;
  1397 + color: white;
  1398 + border: 1px solid #c93939;
  1399 + border-radius: 3px;
  1400 +}
  1401 +.page-art-2-1.comment ul li p {
  1402 + font-size: 15px;
  1403 +}
  1404 +
  1405 +.circle-img {
  1406 + background-color: rgba(231, 231, 231, 0.8);
  1407 + border-radius: 50%;
  1408 + float: left;
  1409 + width: 80px;
  1410 + height: 80px;
  1411 + position: relative;
  1412 + margin: 0 25px 0 0;
  1413 +}
  1414 +.circle-img i {
  1415 + font-size: 40px;
  1416 + color: #7c7a7a;
  1417 + position: absolute;
  1418 + top: 15px;
  1419 + left: 22px;
  1420 +}
  1421 +
  1422 +.page_content_art .page-art-1-title, .page-content .page-article .page-art-1 .page-art-1-title, .page-content .page-article .page-art-2 .page-art-1-title, .page-content .page-article .page-art-3 .page-art-1-title {
  1423 + margin-top: 50px;
  1424 + padding-bottom: 10px;
  1425 + font-size: 28px;
  1426 + color: black;
  1427 + display: inline-block;
  1428 +}
  1429 +.page_content_art h3, .page-content .page-article .page-art-1 h3, .page-content .page-article .page-art-2 h3, .page-content .page-article .page-art-3 h3 {
  1430 + margin-top: 70px;
  1431 + padding-bottom: 10px;
  1432 + font-size: 28px;
  1433 +}
  1434 +.page_content_art > p, .page-content .page-article .page-art-1 > p, .page-content .page-article .page-art-2 > p, .page-content .page-article .page-art-3 > p {
  1435 + padding-top: 10px;
  1436 + padding-bottom: 30px;
  1437 +}
  1438 +.page_content_art .page-art-footer p, .page-content .page-article .page-art-1 .page-art-footer p, .page-content .page-article .page-art-2 .page-art-footer p, .page-content .page-article .page-art-3 .page-art-footer p {
  1439 + display: inline-block;
  1440 + position: relative;
  1441 + font-size: 12px;
  1442 + margin-right: 16px;
  1443 + color: #7c7a7a;
  1444 +}
  1445 +.page_content_art .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-3 .page-art-footer p:nth-child(even):before {
  1446 + position: absolute;
  1447 + top: 0;
  1448 + height: 100%;
  1449 + left: -10px;
  1450 + content: '';
  1451 + width: 0;
  1452 + border-left: 1px solid #828282;
  1453 +}
  1454 +
  1455 +.text-small {
  1456 + font-size: 12px;
  1457 + line-height: 18px;
  1458 +}
98 1459
99 1460 .page {
100 1461 float: left;
101 1462 width: 100%;
102   - position: relative; }
103   - .page .top-box {
104   - background-color: #c43939; }
105   - .page .top-box .top-box-nav {
106   - float: left;
107   - background-color: rgba(196, 57, 57, 0.5); }
108   - .page .top-box .top-box-nav .dropdown > a {
109   - color: white; }
110   - .page .top-box .top-box-barbtn {
111   - font-size: 25px;
112   - position: absolute;
113   - color: white;
114   - right: 10px; }
115   - .page .header-wrapper .header-body .logo-box {
116   - padding: 20px 40px 20px 15px; }
117   - .page .header-wrapper .header-body .logo-box .logo img {
118   - width: 80%; }
119   - .page .header-wrapper .header-body .btn-right-one {
120   - float: left;
121   - color: #c43939;
122   - padding: 25px 5px 0px 30px;
123   - font-size: 15px; }
124   - .page .header-wrapper .header-body .btn-right-one p {
125   - display: inline-block; }
126   - .page .header-wrapper .header-body .btn-right-two {
127   - float: left;
128   - padding-top: 20px;
  1463 + position: relative;
  1464 +}
  1465 +.page .open {
  1466 + position: relative;
  1467 + top: 0;
  1468 + font-size: 25px;
  1469 + text-align: center;
  1470 + width: 40px;
  1471 + height: 30px;
  1472 + line-height: 35px;
  1473 + color: white;
  1474 + border: 1px solid rgba(217, 217, 217, 0.4);
  1475 + z-index: 5;
  1476 +}
  1477 +.page .open i {
  1478 + position: absolute;
  1479 + top: 2px;
  1480 + right: 8px;
  1481 +}
  1482 +.page .outside-nav {
  1483 + position: absolute;
  1484 + right: 0px;
  1485 + width: 50%;
  1486 + top: 40px;
  1487 + z-index: 5;
  1488 +}
  1489 +.page .outside-nav ul li {
  1490 + background-color: #c93939;
  1491 +}
  1492 +.page .outside-nav ul li a {
  1493 + color: white;
  1494 + border: 1px solid rgba(255, 255, 255, 0.5);
  1495 +}
  1496 +.page .top-box {
  1497 + background-color: #c93939;
  1498 +}
  1499 +.page .top-box .top-box-nav.dropdown {
  1500 + margin: 5px;
  1501 + outline: none;
  1502 +}
  1503 +.page .top-box .top-box-nav.dropdown button {
  1504 + opacity: 0.8;
  1505 +}
  1506 +.page .top-box .top-box-barbtn {
  1507 + font-size: 25px;
  1508 + position: absolute;
  1509 + color: white;
  1510 + right: 10px;
  1511 +}
  1512 +.page .header-wrapper {
  1513 + position: relative;
  1514 +}
  1515 +.page .header-wrapper .outside-header {
  1516 + position: absolute;
  1517 + right: 0px;
  1518 + width: 50%;
  1519 + top: 60px;
  1520 + z-index: 10;
  1521 +}
  1522 +.page .header-wrapper .outside-header ul li {
  1523 + background-color: rgba(156, 128, 166, 0.1);
  1524 +}
  1525 +.page .header-wrapper .outside-header ul li a {
  1526 + color: #b1b1b1;
  1527 +}
  1528 +.page .header-wrapper .header-body .logo-box {
  1529 + padding: 30px 40px 30px 15px;
  1530 +}
  1531 +.page .header-wrapper .header-body .logo-box .logo img {
  1532 + width: 120%;
  1533 +}
  1534 +.page .header-wrapper .header-body .btn-right-one {
  1535 + float: left;
  1536 + color: #c93939;
  1537 + padding: 40px 0px 0px 5px;
  1538 + font-size: 17px;
  1539 + display: inline-block;
  1540 +}
  1541 +.page .header-wrapper .header-body .btn-right-one button {
  1542 + margin: 0;
  1543 + padding: 0;
  1544 +}
  1545 +.page .header-wrapper .header-body .btn-right-two {
  1546 + float: left;
  1547 + font-size: 17px;
  1548 + padding: 40px 0px 0px 5px;
  1549 + position: relative;
  1550 + display: inline-block;
  1551 +}
  1552 +.page .header-wrapper .header-body .btn-right-two button {
  1553 + margin: 0;
  1554 + padding: 0;
  1555 +}
  1556 +.page .header-wrapper .header-body .btn-right-two button i {
  1557 + color: #c93939;
  1558 + display: inline-block;
  1559 +}
  1560 +.page .header-wrapper .header-body .btn-right-two b::before {
  1561 + position: absolute;
  1562 + top: 40px;
  1563 + height: 25px;
  1564 + left: 0px;
  1565 + content: '';
  1566 + width: 0;
  1567 + border-left: 1px solid #a2a2a2;
  1568 +}
  1569 +.page .page-title {
  1570 + position: relative;
  1571 +}
  1572 +.page .page-title h1 {
  1573 + padding-top: 60px;
  1574 + font-size: 50px;
  1575 +}
  1576 +.page .page-content .row .page-aside .aside-item-1, .page .page-content .row .page-aside .aside-item-2, .page .page-content .row .page-aside .aside-item-3 {
  1577 + padding: 30px 3% 0;
  1578 +}
  1579 +.page .page-content .row .page-aside .aside-item-1 .title-box, .page .page-content .row .page-aside .aside-item-2 .title-box, .page .page-content .row .page-aside .aside-item-3 .title-box {
  1580 + color: #7e7e7e;
  1581 +}
  1582 +.page .page-content .row .page-aside .aside-item-1 .title-box h3, .page .page-content .row .page-aside .aside-item-2 .title-box h3, .page .page-content .row .page-aside .aside-item-3 .title-box h3 {
  1583 + font-size: 20px;
  1584 + position: relative;
  1585 +}
  1586 +.page .page-content .row .page-aside .aside-item-1 ul, .page .page-content .row .page-aside .aside-item-2 ul, .page .page-content .row .page-aside .aside-item-3 ul {
  1587 + padding-left: 0px;
  1588 + padding-top: 45px;
  1589 +}
  1590 +.page .page-content .row .page-aside .aside-item-1 ul li, .page .page-content .row .page-aside .aside-item-2 ul li, .page .page-content .row .page-aside .aside-item-3 ul li {
  1591 + list-style: none;
  1592 + padding: 0 0 10px 0;
  1593 +}
  1594 +.page .page-content .row .page-aside .aside-item-1 ul li a, .page .page-content .row .page-aside .aside-item-2 ul li a, .page .page-content .row .page-aside .aside-item-3 ul li a {
  1595 + color: black;
  1596 +}
  1597 +.page .page-content .row .page-aside .aside-item-3 {
  1598 + padding-bottom: 45px;
  1599 +}
  1600 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  1601 + display: inline-block;
  1602 + margin-right: 5px;
  1603 +}
  1604 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
  1605 + padding: 5px;
  1606 + background-color: rgba(201, 57, 57, 0.7);
  1607 + color: white;
  1608 + border-radius: 5px;
  1609 +}
  1610 +.page .footer .footer-item-4 {
  1611 + padding: 30px 3% 0;
  1612 + background-color: rgba(156, 128, 166, 0.1);
  1613 + position: relative;
  1614 + padding-bottom: 30px;
  1615 +}
  1616 +.page .footer .footer-item-4 .title-box h3 {
  1617 + font-size: 16.6666666667px;
  1618 + position: relative;
  1619 +}
  1620 +.page .footer .footer-item-4 p, .page .footer .footer-item-4 ul {
  1621 + padding-top: 20px;
  1622 + font-size: 12px;
  1623 + color: #7c7a7a;
  1624 +}
  1625 +.page .footer .footer-item-4 ul {
  1626 + padding-left: 0;
  1627 +}
  1628 +.page .footer .footer-item-4 ul li {
  1629 + list-style: none;
  1630 + padding-bottom: 8px;
  1631 +}
  1632 +.page .footer .footer-item-5 {
  1633 + padding: 0 3%;
  1634 + background-color: rgba(156, 128, 166, 0.06);
  1635 +}
  1636 +.page .footer .footer-item-5 p {
  1637 + padding-top: 30px;
  1638 + padding-bottom: 90px;
  1639 + font-size: 11px;
  1640 + color: #7c7a7a;
  1641 +}
  1642 +
  1643 +@media screen and (min-width: 768px) {
  1644 + .page .outside-nav .outside-nav-1 {
  1645 + display: none;
  1646 + }
  1647 + .page .top-box-nav .dropdown-toggle {
  1648 + display: none;
  1649 + }
  1650 + .page .header-wrapper .outside-header {
  1651 + position: absolute;
  1652 + left: 31%;
129 1653 font-size: 15px;
130   - padding: 25px 0px 0px 5px; }
131   - .page .header-wrapper .header-body .btn-right-two span {
132   - color: #c43939; }
133   - .page .header-wrapper .header-body .btn-right-two p {
134   - display: inline-block; }
  1654 + top: 25%;
  1655 + }
  1656 + .page .header-wrapper .outside-header ul li {
  1657 + background-color: rgba(255, 255, 255, 0);
  1658 + }
  1659 + .page .header-wrapper .outside-header ul li a {
  1660 + color: #464646;
  1661 + display: inline-block;
  1662 + }
  1663 + .page .header-wrapper .header-body .logo {
  1664 + width: 25%;
  1665 + }
  1666 + .page .header-wrapper .header-body .logo button {
  1667 + display: inline-block;
  1668 + }
  1669 + .page .breadcrumb-box {
  1670 + background-color: rgba(156, 128, 166, 0.06);
  1671 + position: relative;
  1672 + }
  1673 + .page .breadcrumb-box ul {
  1674 + background-color: inherit;
  1675 + margin: 0;
  1676 + padding: 15px 0;
  1677 + }
  1678 + .page .breadcrumb-box ul li a {
  1679 + color: #7c7a7a;
  1680 + }
  1681 +}
  1682 +.about-content {
  1683 + margin-top: 90px;
  1684 +}
  1685 +.about-content h4 {
  1686 + font-size: 23px;
  1687 + margin: 0 0 22px;
  1688 +}
  1689 +.about-content address {
  1690 + margin: 5px 0 35px;
  1691 +}
  1692 +.about-content div {
  1693 + font-weight: 100;
  1694 + color: #7c7a7a;
  1695 +}
  1696 +.about-content p:nth-of-type(2) {
  1697 + margin-top: 20px;
  1698 +}
  1699 +.about-content .about-content-end {
  1700 + margin: 200px 0;
  1701 + padding: 0;
  1702 +}
  1703 +
  1704 +.pub_title {
  1705 + position: relative;
  1706 +}
  1707 +.pub_title h3 {
  1708 + padding-top: 60px;
  1709 + font-size: 50px;
  1710 + color: #7c7a7a;
  1711 + padding-bottom: 10px;
  1712 +}
  1713 +
  1714 +.font-bold {
  1715 + font-weight: bold;
  1716 +}
135 1717
136   -.link {
  1718 +.font-s-12 {
  1719 + font-size: 12px;
  1720 +}
  1721 +
  1722 +.font-price {
  1723 + font-size: 40px;
  1724 + font-weight: bold;
  1725 +}
  1726 +
  1727 +.small-i-icon {
  1728 + color: #c93939;
  1729 + display: inline-block;
  1730 + font-size: 18px;
  1731 +}
  1732 +
  1733 +.page_line_b_1, .page .footer .footer-item-4::after {
  1734 + content: '';
  1735 + position: absolute;
  1736 + left: 0;
  1737 + right: 0;
  1738 + bottom: 0;
  1739 + width: 100%;
  1740 + height: 1px;
  1741 + background-color: rgba(156, 128, 166, 0.05);
  1742 +}
  1743 +
  1744 +.page_line_b, .page .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page .page-content .row .page-aside .aside-item-3 .title-box h3::after, .page .footer .footer-item-4 .title-box h3::after, .page-content .row .page-aside .aside-item-1 .title-box h3::after, .page-content .row .page-aside .aside-item-2 .title-box h3::after, .page-content .row .page-aside .aside-item-3 .title-box h3::after {
  1745 + content: '';
  1746 + position: absolute;
  1747 + left: 0;
  1748 + right: 0;
  1749 + bottom: -15px;
  1750 + width: 100%;
  1751 + height: 1px;
  1752 + background-color: rgba(164, 164, 164, 0.66);
  1753 +}
  1754 +
  1755 +.title_line, .pub_title h3:after, .page .page-title h1:after, .services-content .services-con-title h4:after {
  1756 + content: '';
  1757 + position: absolute;
  1758 + left: 0;
  1759 + right: 0;
  1760 + bottom: 0;
  1761 + width: 100%;
  1762 + height: 1px;
  1763 + background-color: rgba(231, 231, 231, 0.8);
  1764 +}
  1765 +
  1766 +.page-art-2-1.comment ul {
  1767 + padding: 25px 0 25px 0;
  1768 +}
  1769 +.page-art-2-1.comment ul li {
  1770 + padding: 0;
  1771 + list-style: none;
  1772 + display: block;
  1773 +}
  1774 +.page-art-2-1.comment ul li:nth-child(1) {
  1775 + padding: 0 0 25px;
  1776 +}
  1777 +.page-art-2-1.comment ul li:nth-child(2) {
  1778 + padding: 25 0 0;
  1779 +}
  1780 +.page-art-2-1.comment ul li .user, .page-art-2-1.comment ul li .time {
  1781 + color: #b1b1b1;
  1782 + font-size: 12px;
  1783 + display: inline-block;
  1784 + margin-bottom: 25px;
  1785 +}
  1786 +.page-art-2-1.comment ul li button {
  1787 + width: 50px;
  1788 + background-color: #c93939;
  1789 + color: white;
  1790 + border: 1px solid #c93939;
  1791 + border-radius: 3px;
  1792 +}
  1793 +.page-art-2-1.comment ul li p {
  1794 + font-size: 15px;
  1795 +}
  1796 +
  1797 +.circle-img {
  1798 + background-color: rgba(231, 231, 231, 0.8);
  1799 + border-radius: 50%;
  1800 + float: left;
  1801 + width: 80px;
  1802 + height: 80px;
  1803 + position: relative;
  1804 + margin: 0 25px 0 0;
  1805 +}
  1806 +.circle-img i {
  1807 + font-size: 40px;
  1808 + color: #7c7a7a;
  1809 + position: absolute;
  1810 + top: 15px;
  1811 + left: 22px;
  1812 +}
  1813 +
  1814 +.page_content_art .page-art-1-title, .page-content .page-article .page-art-1 .page-art-1-title, .page-content .page-article .page-art-2 .page-art-1-title, .page-content .page-article .page-art-3 .page-art-1-title {
  1815 + margin-top: 50px;
  1816 + padding-bottom: 10px;
  1817 + font-size: 28px;
  1818 + color: black;
  1819 + display: inline-block;
  1820 +}
  1821 +.page_content_art h3, .page-content .page-article .page-art-1 h3, .page-content .page-article .page-art-2 h3, .page-content .page-article .page-art-3 h3 {
  1822 + margin-top: 70px;
  1823 + padding-bottom: 10px;
  1824 + font-size: 28px;
  1825 +}
  1826 +.page_content_art > p, .page-content .page-article .page-art-1 > p, .page-content .page-article .page-art-2 > p, .page-content .page-article .page-art-3 > p {
  1827 + padding-top: 10px;
  1828 + padding-bottom: 30px;
  1829 +}
  1830 +.page_content_art .page-art-footer p, .page-content .page-article .page-art-1 .page-art-footer p, .page-content .page-article .page-art-2 .page-art-footer p, .page-content .page-article .page-art-3 .page-art-footer p {
  1831 + display: inline-block;
  1832 + position: relative;
  1833 + font-size: 12px;
  1834 + margin-right: 16px;
  1835 + color: #7c7a7a;
  1836 +}
  1837 +.page_content_art .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-1 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-2 .page-art-footer p:nth-child(even):before, .page-content .page-article .page-art-3 .page-art-footer p:nth-child(even):before {
  1838 + position: absolute;
  1839 + top: 0;
  1840 + height: 100%;
  1841 + left: -10px;
  1842 + content: '';
  1843 + width: 0;
  1844 + border-left: 1px solid #828282;
  1845 +}
  1846 +
  1847 +.text-small {
  1848 + font-size: 12px;
  1849 + line-height: 18px;
  1850 +}
  1851 +
  1852 +.page {
  1853 + float: left;
  1854 + width: 100%;
  1855 + position: relative;
  1856 +}
  1857 +.page .open {
  1858 + position: relative;
  1859 + top: 0;
  1860 + font-size: 25px;
  1861 + text-align: center;
  1862 + width: 40px;
  1863 + height: 30px;
  1864 + line-height: 35px;
  1865 + color: white;
  1866 + border: 1px solid rgba(217, 217, 217, 0.4);
  1867 + z-index: 5;
  1868 +}
  1869 +.page .open i {
  1870 + position: absolute;
  1871 + top: 2px;
  1872 + right: 8px;
  1873 +}
  1874 +.page .outside-nav {
  1875 + position: absolute;
  1876 + right: 0px;
  1877 + width: 50%;
  1878 + top: 40px;
  1879 + z-index: 5;
  1880 +}
  1881 +.page .outside-nav ul li {
  1882 + background-color: #c93939;
  1883 +}
  1884 +.page .outside-nav ul li a {
  1885 + color: white;
  1886 + border: 1px solid rgba(255, 255, 255, 0.5);
  1887 +}
  1888 +.page .top-box {
  1889 + background-color: #c93939;
  1890 +}
  1891 +.page .top-box .top-box-nav.dropdown {
  1892 + margin: 5px;
  1893 + outline: none;
  1894 +}
  1895 +.page .top-box .top-box-nav.dropdown button {
  1896 + opacity: 0.8;
  1897 +}
  1898 +.page .top-box .top-box-barbtn {
  1899 + font-size: 25px;
  1900 + position: absolute;
  1901 + color: white;
  1902 + right: 10px;
  1903 +}
  1904 +.page .header-wrapper {
  1905 + position: relative;
  1906 +}
  1907 +.page .header-wrapper .outside-header {
  1908 + position: absolute;
  1909 + right: 0px;
  1910 + width: 50%;
  1911 + top: 60px;
  1912 + z-index: 10;
  1913 +}
  1914 +.page .header-wrapper .outside-header ul li {
  1915 + background-color: rgba(156, 128, 166, 0.1);
  1916 +}
  1917 +.page .header-wrapper .outside-header ul li a {
  1918 + color: #b1b1b1;
  1919 +}
  1920 +.page .header-wrapper .header-body .logo-box {
  1921 + padding: 30px 40px 30px 15px;
  1922 +}
  1923 +.page .header-wrapper .header-body .logo-box .logo img {
  1924 + width: 120%;
  1925 +}
  1926 +.page .header-wrapper .header-body .btn-right-one {
  1927 + float: left;
  1928 + color: #c93939;
  1929 + padding: 40px 0px 0px 5px;
  1930 + font-size: 17px;
  1931 + display: inline-block;
  1932 +}
  1933 +.page .header-wrapper .header-body .btn-right-one button {
  1934 + margin: 0;
  1935 + padding: 0;
  1936 +}
  1937 +.page .header-wrapper .header-body .btn-right-two {
  1938 + float: left;
  1939 + font-size: 17px;
  1940 + padding: 40px 0px 0px 5px;
  1941 + position: relative;
  1942 + display: inline-block;
  1943 +}
  1944 +.page .header-wrapper .header-body .btn-right-two button {
  1945 + margin: 0;
  1946 + padding: 0;
  1947 +}
  1948 +.page .header-wrapper .header-body .btn-right-two button i {
  1949 + color: #c93939;
  1950 + display: inline-block;
  1951 +}
  1952 +.page .header-wrapper .header-body .btn-right-two b::before {
  1953 + position: absolute;
  1954 + top: 40px;
  1955 + height: 25px;
  1956 + left: 0px;
  1957 + content: '';
  1958 + width: 0;
  1959 + border-left: 1px solid #a2a2a2;
  1960 +}
  1961 +.page .page-title {
  1962 + position: relative;
  1963 +}
  1964 +.page .page-title h1 {
  1965 + padding-top: 60px;
  1966 + font-size: 50px;
  1967 +}
  1968 +.page .page-content .row .page-aside .aside-item-1, .page .page-content .row .page-aside .aside-item-2, .page .page-content .row .page-aside .aside-item-3 {
  1969 + padding: 30px 3% 0;
  1970 +}
  1971 +.page .page-content .row .page-aside .aside-item-1 .title-box, .page .page-content .row .page-aside .aside-item-2 .title-box, .page .page-content .row .page-aside .aside-item-3 .title-box {
  1972 + color: #7e7e7e;
  1973 +}
  1974 +.page .page-content .row .page-aside .aside-item-1 .title-box h3, .page .page-content .row .page-aside .aside-item-2 .title-box h3, .page .page-content .row .page-aside .aside-item-3 .title-box h3 {
  1975 + font-size: 20px;
  1976 + position: relative;
  1977 +}
  1978 +.page .page-content .row .page-aside .aside-item-1 ul, .page .page-content .row .page-aside .aside-item-2 ul, .page .page-content .row .page-aside .aside-item-3 ul {
  1979 + padding-left: 0px;
  1980 + padding-top: 45px;
  1981 +}
  1982 +.page .page-content .row .page-aside .aside-item-1 ul li, .page .page-content .row .page-aside .aside-item-2 ul li, .page .page-content .row .page-aside .aside-item-3 ul li {
  1983 + list-style: none;
  1984 + padding: 0 0 10px 0;
  1985 +}
  1986 +.page .page-content .row .page-aside .aside-item-1 ul li a, .page .page-content .row .page-aside .aside-item-2 ul li a, .page .page-content .row .page-aside .aside-item-3 ul li a {
  1987 + color: black;
  1988 +}
  1989 +.page .page-content .row .page-aside .aside-item-3 {
  1990 + padding-bottom: 45px;
  1991 +}
  1992 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li {
  1993 + display: inline-block;
  1994 + margin-right: 5px;
  1995 +}
  1996 +.page .page-content .row .page-aside .aside-item-3 .aside-item-3-1 ul li a {
137 1997 padding: 5px;
138   - color: #337ab7; }
139   - .link.link-circle {
140   - border-radius: 5px; }
141   - .link.link-danger {
142   - background-color: rgba(201, 57, 57, 0.7);
143   - color: #fff; }
144   - .link.link-success {
145   - background-color: #dff0d8;
146   - color: #fff; }
  1998 + background-color: rgba(201, 57, 57, 0.7);
  1999 + color: white;
  2000 + border-radius: 5px;
  2001 +}
  2002 +.page .footer .footer-item-4 {
  2003 + padding: 30px 3% 0;
  2004 + background-color: rgba(156, 128, 166, 0.1);
  2005 + position: relative;
  2006 + padding-bottom: 30px;
  2007 +}
  2008 +.page .footer .footer-item-4 .title-box h3 {
  2009 + font-size: 16.6666666667px;
  2010 + position: relative;
  2011 +}
  2012 +.page .footer .footer-item-4 p, .page .footer .footer-item-4 ul {
  2013 + padding-top: 20px;
  2014 + font-size: 12px;
  2015 + color: #7c7a7a;
  2016 +}
  2017 +.page .footer .footer-item-4 ul {
  2018 + padding-left: 0;
  2019 +}
  2020 +.page .footer .footer-item-4 ul li {
  2021 + list-style: none;
  2022 + padding-bottom: 8px;
  2023 +}
  2024 +.page .footer .footer-item-5 {
  2025 + padding: 0 3%;
  2026 + background-color: rgba(156, 128, 166, 0.06);
  2027 +}
  2028 +.page .footer .footer-item-5 p {
  2029 + padding-top: 30px;
  2030 + padding-bottom: 90px;
  2031 + font-size: 11px;
  2032 + color: #7c7a7a;
  2033 +}
  2034 +
  2035 +@media screen and (min-width: 768px) {
  2036 + .page .outside-nav .outside-nav-1 {
  2037 + display: none;
  2038 + }
  2039 + .page .top-box-nav .dropdown-toggle {
  2040 + display: none;
  2041 + }
  2042 + .page .header-wrapper .outside-header {
  2043 + position: absolute;
  2044 + left: 31%;
  2045 + font-size: 15px;
  2046 + top: 25%;
  2047 + }
  2048 + .page .header-wrapper .outside-header ul li {
  2049 + background-color: rgba(255, 255, 255, 0);
  2050 + }
  2051 + .page .header-wrapper .outside-header ul li a {
  2052 + color: #464646;
  2053 + display: inline-block;
  2054 + }
  2055 + .page .header-wrapper .header-body .logo {
  2056 + width: 25%;
  2057 + }
  2058 + .page .header-wrapper .header-body .logo button {
  2059 + display: inline-block;
  2060 + }
  2061 + .page .breadcrumb-box {
  2062 + background-color: rgba(156, 128, 166, 0.06);
  2063 + position: relative;
  2064 + }
  2065 + .page .breadcrumb-box ul {
  2066 + background-color: inherit;
  2067 + margin: 0;
  2068 + padding: 15px 0;
  2069 + }
  2070 + .page .breadcrumb-box ul li a {
  2071 + color: #7c7a7a;
  2072 + }
  2073 +}
  2074 +.index-content {
  2075 + width: 100%;
  2076 + float: left;
  2077 +}
  2078 +.index-content .index-content-mar {
  2079 + padding: 70px 15%;
  2080 +}
  2081 +.index-content h3 {
  2082 + letter-spacing: 1px;
  2083 +}
  2084 +.index-content .outside-nav {
  2085 + position: absolute;
  2086 + left: 10px;
  2087 + width: 95%;
  2088 +}
  2089 +.index-content .outside-nav ul li {
  2090 + background-color: white;
  2091 +}
  2092 +.index-content .outside-nav ul li a {
  2093 + color: #7c7a7a;
  2094 +}
  2095 +.index-content .index-top-box {
  2096 + background-color: #c93939;
  2097 + width: 100%;
  2098 +}
  2099 +.index-content .index-top-box .index-top-lan button {
  2100 + background-color: rgba(207, 207, 207, 0.3);
  2101 + margin-top: 5px;
  2102 +}
  2103 +.index-content .index-top-box .index-top-nav {
  2104 + float: left;
  2105 +}
  2106 +.index-content .index-slick .wrapper-1 {
  2107 + position: relative;
  2108 +}
  2109 +.index-content .index-slick .wrapper-1 img {
  2110 + width: 100%;
  2111 + height: 149px;
  2112 +}
  2113 +.index-content .index-slick .wrapper-1 .slick-arrow {
  2114 + visibility: hidden;
  2115 +}
  2116 +.index-content .index-slick .wrapper-1 .slick-prev, .index-content .index-slick .wrapper-1 .slick-next {
  2117 + position: absolute;
  2118 + top: 50%;
  2119 + background-color: #c93939;
  2120 + z-index: 5;
  2121 + color: #7c7a7a;
  2122 + border-radius: 5px;
  2123 + width: 40px;
  2124 + height: 40px;
  2125 +}
  2126 +.index-content .index-slick .wrapper-1 .slick-prev {
  2127 + left: 10px;
  2128 +}
  2129 +.index-content .index-slick .wrapper-1 .slick-next {
  2130 + right: 10px;
  2131 +}
  2132 +.index-content .index-slick .wrapper-1 #wrapper-1-1:hover .slick-arrow {
  2133 + visibility: visible;
  2134 +}
  2135 +.index-content .index-slick .wrapper-2 {
  2136 + position: relative;
  2137 +}
  2138 +.index-content .index-slick .wrapper-2 #wrapper-2-1 {
  2139 + border: 0.5px solid rgba(231, 231, 231, 0.8);
  2140 +}
  2141 +.index-content .index-slick .wrapper-2 #wrapper-2-1 img {
  2142 + margin: 20px 3% 30px;
  2143 + width: 94%;
  2144 +}
  2145 +.index-content .index-slick .wrapper-2 .slick-arrow {
  2146 + position: absolute;
  2147 + background-color: rgba(255, 255, 255, 0);
  2148 + top: 105%;
  2149 + width: 20px;
  2150 + height: 20px;
  2151 + z-index: 5;
  2152 +}
  2153 +.index-content .index-slick .wrapper-2 .slick-arrow:before {
  2154 + color: black;
  2155 +}
  2156 +.index-content .index-slick .wrapper-2 .slick-prev {
  2157 + left: 8%;
  2158 +}
  2159 +.index-content .index-slick .wrapper-2 .slick-next {
  2160 + right: 8%;
  2161 +}
  2162 +.index-content .index-slick .wrapper-2 .slick-arrow {
  2163 + visibility: visible;
  2164 +}
  2165 +.index-content .index-slick .wrapper-2 .slick-dots button:before {
  2166 + font-size: 20px;
  2167 +}
  2168 +.index-content .index-slick .wrapper-2 h3 {
  2169 + margin: 20px 5% 10px;
  2170 + font-size: 20px;
  2171 + text-align: center;
  2172 + font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  2173 +}
  2174 +.index-content .index-slick .wrapper-2 p {
  2175 + text-align: center;
  2176 + margin: 10px 7% 10px;
  2177 + font-family: '鍗庢枃瀹嬩綋';
  2178 + font-size: 12px;
  2179 +}
  2180 +.index-content .index-content-1 {
  2181 + margin: 50px 0 50px;
  2182 +}
  2183 +.index-content .index-content-1 h3 {
  2184 + font-size: 23px;
  2185 +}
  2186 +.index-content .index-content-1 h6 {
  2187 + display: inline-block;
  2188 + font-size: 15px;
  2189 + font-weight: bold;
  2190 + margin-left: 5px;
  2191 +}
  2192 +.index-content .index-content-1 p {
  2193 + font-size: 12px;
  2194 + font-family: '鍗庢枃瀹嬩綋';
  2195 + margin-top: 10px;
  2196 + word-spacing: 1px;
  2197 +}
  2198 +.index-content .index-content-1 .small-i-icon {
  2199 + margin-top: 30px;
  2200 +}
  2201 +.index-content .index-content-2 {
  2202 + width: 100%;
  2203 +}
  2204 +.index-content .index-content-2 .content-2-1 {
  2205 + background-color: #fffbfb;
  2206 + border: 0.5px solid #ffeeee;
  2207 +}
  2208 +.index-content .index-content-2 .content-2-1 .title {
  2209 + font-size: 21px;
  2210 + font-weight: bold;
  2211 + margin-top: 20px;
  2212 +}
  2213 +.index-content .index-content-2 .content-2-1 .title a {
  2214 + color: orange;
  2215 +}
  2216 +.index-content .index-content-2 .content-2-1 .point-box {
  2217 + padding-bottom: 20px;
  2218 + width: 100%;
  2219 + float: left;
  2220 +}
  2221 +.index-content .index-content-2 .content-2-1 .point-box .circle-img {
  2222 + background-color: white;
  2223 + position: absolute;
  2224 + display: inline-block;
  2225 + right: 30px;
  2226 + width: 60px;
  2227 + height: 60px;
  2228 + border: 0.5px solid orange;
  2229 + border-radius: 50%;
  2230 + margin: 0;
  2231 +}
  2232 +.index-content .index-content-2 .content-2-1 .point-box .circle-img i {
  2233 + font-size: 30px;
  2234 + position: absolute;
  2235 + left: 10px;
  2236 +}
  2237 +.index-content .index-content-2 .content-2-1 .point-box p {
  2238 + display: inline-block;
  2239 +}
  2240 +.index-content .index-content-2 .content-2-1 ul {
  2241 + float: left;
  2242 + width: 100%;
  2243 + padding: 0;
  2244 +}
  2245 +.index-content .index-content-2 .content-2-1 ul li {
  2246 + display: block;
  2247 + height: 50px;
  2248 + list-style-type: none;
  2249 + line-height: 50px;
  2250 +}
  2251 +
  2252 +@media screen and (min-width: 768px) {
  2253 + .index-content .index-top-box {
  2254 + position: relative;
  2255 + }
  2256 + .index-content .index-top-box .outside-nav .outside-nav-1 {
  2257 + display: inline-block;
  2258 + position: absolute;
  2259 + top: -50px;
  2260 + right: 20%;
  2261 + height: 20px;
  2262 + }
  2263 + .index-content .index-top-box .outside-nav .outside-nav-1 li {
  2264 + background-color: #c93939;
  2265 + height: 20px;
  2266 + height: 20px;
  2267 + }
  2268 + .index-content .index-top-box .outside-nav .outside-nav-1 li a {
  2269 + color: beige;
  2270 + display: inline-block;
  2271 + border: none;
  2272 + }
  2273 + .index-content .index-top-box .outside-nav .outside-nav-1 li a:hover {
  2274 + color: #7c7a7a;
  2275 + }
  2276 +}
147 2277
148 2278 /*# sourceMappingURL=style.css.map */
... ...
Please register or login to post a comment