/* importfont */
@import url("css2.css");
/* importfont end */
/* typography */
* {
  margin: 0;
  padding: 0; }


body {
  font-size: 18px;
  font-family: 微软雅黑, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #646464;
  line-height: 26px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #333; }

h1 {
  font-size: 60px;
  font-weight: 900; }

h2 {
  font-size: 43px;
  font-weight: 800; }

h3 {
  font-size: 30px;
  font-weight: 600; }

h4 {
  font-size: 27px;
  font-weight: 500; }

h5 {
  font-size: 27px;
  font-weight: 500; }

h6 {
  font-size: 20px;
  font-weight: 500; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #4a4646; }

a:hover {
  color: #004ea2; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

/* typography end */
/* loader */
.spinner5 .cube1,
.spinner5 .cube2 {
  background-color: #fafafa; }

/* loaderend */
/* button */
.button {
  background: #004ea2;
  padding: 10px 29px;
  font-size: 14px;
  border: none;
  color: #fefefe;
  font-weight: 500;
  transition: 0.5s; }

.button:hover {
  background: #4169E1; }

/* button end */
/* navbar 


*/
.navbar {
  padding: 20px 0;
  background: #fafafa; }
  .navbar .navbar-brand {
    width: 80px; }
  .navbar .navbar-nav {
    margin: 0 auto; }
    .navbar .navbar-nav .nav-item {
      margin: 0 15px;
      font-weight: 500; }
    .navbar .navbar-nav .nav-item i{
      margin-right: 5px;}
      .navbar .navbar-nav .nav-item .nav-link:hover {
        /*  background: rgba(52, 152, 219, 0.15); */
        color: #004ea2; }
    .navbar .navbar-nav .dropdown-menu {
      border-radius: 0px 0px 10px 10px; }

    .navbar .navbar-nav .dropdown-item:hover,
    .navbar .navbar-nav .dropdown-item:focus {
	        color: #004ea2; 
	  }
	/* 菜单项悬停效果 */
	.dropdown-item {
		transition: all 0.2s ease;
		border-left: 5px solid transparent;
	}
	.dropdown-item:hover {
		border-left: 5px solid #004ea2;
		padding-left: 1.2rem;
	}

    .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
      display: block; 
	  }
/*
    .navbar .navbar-nav .dropdown > .dropdown-toggle:active {
      pointer-events: none; }
*/
  .navbar .navbar-toggler {
    border: transparent; }
    .navbar .navbar-toggler i {
      color: #004ea2;
      font-size: 30px;
      text-align: center; }
    .navbar .navbar-toggler .open {
      position: relative;
      right: -12px; }
    .navbar .navbar-toggler .close {
      display: none;
      position: relative;
      right: -9px; }
  .navbar .navbar-toggler:focus {
    box-shadow: none; }
  .navbar .navbar-toggler:not(.collapsed) > .open {
    display: none; }
  .navbar .navbar-toggler:not(.collapsed) > .close {
    display: inline-block; }



        /* 下拉菜单样式 */
        .dropdown-menu {
            opacity: 0;
			background:#f0f2f6;
			border-width: 0px 1px 1px 1px;
            visibility: hidden;
            transform: translateY(42px);
            transition: all 0.6s ease;
            display: block;
            margin-top: 0;
        }
        
        .dropdown:hover .dropdown-menu {
            opacity:1;
            visibility: visible;
            transform: translateY(42px);
        }
        

.shrink {
  padding: 17px 0;
  box-shadow: 0px 1px 4px 0px #005e71; }

/* navbar end */
/* header */
.header {
  padding: 200px 0 100px 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../image/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top; }
  .header .content {
    margin-right: 20px; }
    .header .content h1,
    .header .content h4,
    .header .content p {
      color: #fafafa; }
    .header .content h1 {
      margin-bottom: 18px; }
    .header .content span {
      color: #e57c23; }
    .header .content h4 {
      margin-bottom: 31px; }
    .header .content .button {
      margin-top: 24px; }


/*RICO*/

.content .card h4{
		font-size: 16px;
		font-weight: 400;
		color: #333;
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;	
}
.content .card img{
	height:180px;
}
.content .card h6{
		font-size: 14px;
		font-weight: 300;
		line-height: 14px;
		margin-top: 0px;
		color: #71778f;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
/*rico*/

.header-page {
  padding: 250px 0 120px 0;
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../picture/2022122916162155.jpg);*/
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../upload/view2560x462.png);
  background-size: cover;
  background-position: top center; }
  .header-page h1 {
    color: #fafafa;
    margin-bottom: 22px; }
  .header-page nav ol li {
    margin-right: 13px;
    font-size: 24px;
    font-weight: 600; }
    .header-page nav ol li a {
      color: #fafafa; }
    .header-page nav ol li i {
      color: #fafafa; }
    .header-page nav ol li a:hover {
      color: #004ea2; }
  .header-page nav ol .active {
    color: #004ea2; }

/* header end */
/* features */
/*rico */
.features2 {
  padding: 50px 0 0 0; }
  .features2 h2 {
    margin-bottom: 15px; }
.features2 h6 {
	height:30px;
	line-height:30px;
	color:#7DF9FF;  }
  .features2 .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
	height:260px;
	cursor:pointer;
    transition: 0.5s; }
    .features2 .content .feature-icon {
      background: #004ea2;
      width: 0px;
      height: 0px;
      line-height:88px;
      border-radius: 50%;
      margin: 0 auto; }
      .features2 .content .feature-icon img {
        width: 0px; }
    .features2 .content .title-features {
      padding: 5px;
      margin-top: 190px; 
	  background-color: rgba(0, 0, 0, 0.1);
	  height:40px;
	  line-height:40px;
	  margin-left: 0px; 
	  width:100%;
	  }

  .features2 .content:hover {
    transform: translateY(-7px); }
    .features2 .content .title-features h6{
		color:#333;
		font-weight:300;
	}
    .features2 .content .title-features h6:hover{
		color:#004ea2;
	}


.features {
  padding: 80px 0 0 0; }
  .features h2 {
    margin-bottom: 37px; }
  .features .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    transition: 0.5s; }
    .features .content .feature-icon {
      background: #004ea2;
      width: 90px;
      height: 90px;
      line-height: 88px;
      border-radius: 50%;
      margin: 0 auto; }
      .features .content .feature-icon img {
        width: 50px; }
    .features .content .title-features {
      padding: 0 62px;
      margin-top: 30px; }
  .features .content:hover {
    transform: translateY(-7px); }

.features-two {
  padding: 0 0 80px 0; }

/* features end */
/* about */
.about {
  padding: 40px 0 0 0; }
  .about .content .images {
    position: relative; }
    .about .content .images img {
      border-radius: 0px; }
    .about .content .images .one {
      max-width: 650px; }
    .about .content .images .two {
      position: absolute;
      right: 0;
      bottom: -20px;
      max-width: 300px; }
  .about .content h2 {
    margin-bottom: 20px; }
    .about .content h2 span {
      color: #004ea2; }
  .about .content .elementor {
    margin-bottom: 10px; }
  .about .content a {
    color: #fafafa; }

/* about end */

/* newshead*/
.newshead {
  padding: 40px 0 0 0; }
  .newshead .content .images {
    position: relative; }
    .newshead .content .images img {
      border-radius: 0px; }
    .newshead .content .images .one {
      max-width: 650px; }
    .newshead .content .images .two {
      position: absolute;
      right: 0;
      bottom: -20px;
      max-width: 300px; }
  .newshead .content h2 {
    margin-bottom: 20px; }
    .newshead .content h2 span {
      color: #004ea2; }
	.newshead .content h2 a {
      color: #333; }
	.newshead .content h2 a:hover {
      color: #004ea2; }

  .newshead .container hr {
	margin: 0.3rem 0 1.5rem 0; }

  .newshead .content h3 {
    margin-bottom: 0px; }
    .newshead .content h3 span {
      color: #333; 
	  font-weight:500;
	  font-size:25px;
	  }
	.newshead .content h3 a {
      color: #333; }
	.newshead .content h3 a:hover {
      color: #004ea2; }

	.newshead .content h3 span:hover {
      color: #004ea2; }

  .newshead .content .elementor {
    margin-bottom: 10px; }
  .newshead .content a {
    color: #fafafa; }

 .newshead .row .content h4 a {
	font-size:20px;color:#333;}
 .newshead .row .content h4 a:hover {
        color: #004ea2; }

 .newshead .content .elementor h6 a{
        font-weight: 300;
        font-size: 14px;
        color: #646464; }
  .newshead .content .elementor h6 a:hover {
    color: #004ea2; }

/* newshead* end */



/* team */
.team {
  padding: 80px 0 80px 0;
  background: #004ea2; }
  .team h2 {
    margin-bottom: 37px;
    color: #fafafa; }
  .team .content {
    position: relative; }
    .team .content .owl-carousel .card {
      border: none;
      border-radius: 0;
      margin: 13px 14px;
      color: #646464; }
      .team .content .owl-carousel .card .card-body {
        padding: 10px 0; }
        .team .content .owl-carousel .card .card-body ul li {
          margin: 10px 0; }
          .team .content .owl-carousel .card .card-body ul li a {
            font-weight: 600; }
          .team .content .owl-carousel .card .card-body ul li i {
            margin: 0 10px;
            font-size: 20px; }
          .team .content .owl-carousel .card .card-body ul li i:hover {
            color: #004ea2; }
  .team .card {
    border: none;
    border-radius: 0;
    margin: 13px 14px;
    color: #646464; }
    .team .card .card-body {
      padding: 10px 0; }
      .team .card .card-body ul li {
        margin: 10px 0; }
        .team .card .card-body ul li a {
          font-weight: 600; }
        .team .card .card-body ul li i {
          margin: 0 10px;
          font-size: 20px; }
        .team .card .card-body ul li i:hover {
          color: #004ea2; }

/* team end */
/* statistic */
.statistic {
  padding: 80px 0; }
  .statistic .content h2 {
    margin-bottom: 20px; }
    .statistic .content h2 span {
      color: #004ea2; }
  .statistic .content img {
    width: 50px;
    height: 50px;
    margin-right: 20px; }
  .statistic .content .counter span {
    font-size: 26px;
    color: #004ea2;
    font-weight: 800;
    letter-spacing: -1px; }
  .statistic .content .counter i {
    font-size: 20px;
    color: #004ea2;
    margin-left: 5px; }
  .statistic .content .counter p {
    font-size: 18px;
    font-weight: 800;
    margin-top: 4px; }
  .statistic .content-right {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 22px;
    margin-bottom: 20px; }

.statistic-two {
  padding: 20px 0 80px 0; }

/* statistic end */
/* services */
.services {
  padding: 80px 0 80px 0; }
  .services span {
    color: #004ea2; }
  .services .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 28px 32px;
    margin: 17px 5px;
    transition-property: background;
    transition-duration: 2s; }
    .services .content .services-icon {
      background: #004ea2;
      width: 90px;
      height: 90px;
      line-height: 88px;
      border-radius: 50%;
      margin-bottom: 20px; }
      .services .content .services-icon img {
        width: 60px; }
  .services h2 {
    margin-bottom: 26px; }
  .services .content:hover {
    background: #004ea2;
    color: #fff; }
    .services .content:hover h4 {
      color: #fff; }

/* services end */
/* solution */
.solution {
  padding: 80px 0; }
  .solution h2 span {
    color: #004ea2; }
  .solution .content ul {
    margin-bottom: 20px; }
    .solution .content ul li i {
      margin-right: 8px;
      color: #004ea2;
      font-size: 20px; }

.solution-two {
  padding: 80px 0 0 0; }

/* solution end */
/* testimoni */
.testimoni {
  padding: 80px 0;
  background: #004ea2; }
  .testimoni h2 {
    margin-bottom: 30px;
    color: #fafafa; }
  .testimoni .content img {
    width: 70px;
    height: 70px;
    border-radius: 50%; }
  .testimoni .content .card {
    border-radius: 0;
    padding: 16px 24px; }
    .testimoni .content .card .icon i {
      font-size: 26px;
      background: #004ea2;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      color: #fafafa; }
    .testimoni .content .card .card-body p {
      color: #646464; }
    .testimoni .content .card h6 {
      margin-top: 14px; }

/* testimoni end */
/* process */
.process {
  padding: 80px 0 0 0; }
  .process h2 {
    margin-bottom: 37px; }
    .process h2 span {
      color: #004ea2; }
  .process .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 6px;
    padding: 16px 20px; }
    .process .content img {
      width: 100px;
      margin-bottom: 14px; }
    .process .content .count {
      background: #004ea2;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 50%;
      font-size: 22px;
      text-align: center;
      font-weight: 600;
      margin-bottom: 16px;
      color: #fafafa; }

.process-two {
  padding: 0; }

/* process end */
/* project */
.project {
  padding: 50px 0 38px 0; }
  .project .heading {
    margin-bottom: 30px; }
    .project .heading h2 {
      margin-top: 11px; }
      .project .heading h2 span {
        color: #004ea2; }
    .project .heading .menu {
      margin-left: 18px;
      padding: 13px 0; }
      .project .heading .menu .button {
        background: #004ea2;
        border-radius: 0;
        margin: 0 5px;
        padding: 10px 26px;
        font-size: 16px; }
      .project .heading .menu .button:focus {
        background: #43cf30; }
      .project .heading .menu .button:hover {
        background: #43cf30; }
  .project .content {
    margin: 0 6px;
    margin-bottom: 38px; }
    .project .content img {
      cursor: pointer; }
    .project .content .menu-page {
      margin-bottom: 20px; }
      .project .content .menu-page .button {
		  /*
			background: #F1F1F1;
			border:1px solid #999999;
			opacity:0.5;
		*/
			transform: translateY(0);
			transition: all 0.3s ease;
			box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
			background: #004ea2;
			border-radius: 6%;
			color:white;
			margin: 0 5px;
			padding: 10px 26px;
			font-size: 16px;
		}
      .project .content .menu-page .button:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.20);
			background: #004ea2;
		}

.project-two {
  padding: 20px 0 20px 0; }

.modal .modal-dialog .modal-content {
  border-radius: 0; }

/* project end */
/* cta */
.cta {
  padding: 60px 0;
  background-image: linear-gradient(to top, rgba(20, 168, 0, 0.5), rgba(20, 168, 0, 0.5)), url(../image/bgcta.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fafafa; }
  .cta h2 {
    color: #fafafa; }

/* cta end */
/* blog */
.blog {
  padding: 0 0 0 0; }
  .blog h2 {
    margin-bottom: 37px; }
  .blog span {
    color: #0d0d0d; }
	/*
  .blog span {
    color: #004ea2; }
	*/
  .blog .content {
    margin: 0 6px; }
    .blog .content .main-blog img {
      margin-bottom: 22px; }
    .blog .content .main-blog ul {
      margin-bottom: 10px;
      color: #004ea2; }
      .blog .content .main-blog ul li {
        margin-right: 30px;
        font-weight: 500; }
        .blog .content .main-blog ul li i {
          margin-right: 10px; }
    .blog .content .main-blog a h4:hover {
      color: #004ea2; }
    .blog .content .main-blog .button a {
      color: #fafafa; }
    .blog .content h4 {
      margin-bottom: 13px; }
    .blog .content img {
      transition: opacity 0.75s; }
    .blog .content img:hover {
      opacity: 0.5; }
  .blog .article {
    margin: 20px 0; }
    .blog .article .article-image {
      margin-right: 20px; }
      .blog .article .article-image img {
        transition: opacity 0.75s; }
      .blog .article .article-image img:hover {
        opacity: 0.5; }
    .blog .article .article-content a h4:hover {
      color: #004ea2; }
    .blog .article .article-content ul {
      margin-bottom: 20px; }
      .blog .article .article-content ul li {
        margin-right: 20px;
        font-weight: 500;
        font-size: 14px;
        color: #333; }


      .blog .article .article-content ul li a,.blog .article .article-content ul li i{
        color: #004ea2; }
      .blog .article .article-content ul li:last-child {
			margin-left:auto;
			margin-right:0;
			font-weight: 600;
	 	}

        .blog .article .article-content ul li i {
          margin-right: 4px; }
    .blog .article .grid,
    .blog .article .details {
      margin: 0;
      margin-bottom: 20px; }
    .blog .article figure {
      background: #004ea2;
      font-style: italic;
      padding: 20px 20px; }
      .blog .article figure .blockquote {
        color: #fafafa; }
      .blog .article figure .blockquote-footer {
        margin: 20px 0;
        color: #fafafa; }
    .blog .article .share .social {
      margin-left: 10px; }
      .blog .article .share .social li {
        margin-right: 12px; }
        .blog .article .share .social li i {
          font-size: 24px;
          margin-right: 10px;
          color: #414241; }
        .blog .article .share .social li i:hover {
          color: #004ea2; }
    .blog .article .comment h3 {
      margin-bottom: 30px; }
    .blog .article .comment .card {
      border: none;
      background: none;
      flex-direction: row;
      margin-bottom: 20px; }
      .blog .article .comment .card .hero-testimoni img {
        width: 70px;
        border-radius: 50%;
        margin-right: 20px; }
      .blog .article .comment .card .card-body span {
        font-weight: 600; }
      .blog .article .comment .card .card-body h6,
      .blog .article .comment .card .card-body p {
        color: #414241; }
      .blog .article .comment .card .card-body p {
        margin-top: 20px; }
    .blog .article .form-comment form .form-label {
      display: none; }
    .blog .article .form-comment form .form-control {
      width: 100%;
      height: 50px;
      border: none;
      border-bottom: 1px solid #004ea2;
      border-radius: 0; }
    .blog .article .form-comment form .form-control,
    .blog .article .form-comment form .form-select:focus {
      box-shadow: none; }
    .blog .article .form-comment form .form-control::placeholder {
      color: #414241; }
    .blog .article .form-comment form .input-wrap {
      margin-bottom: 20px; }
  .blog .pagination-div {
    margin-top: 40px; }
    .blog .pagination-div .pagination .page-item {
      margin: 0 10px; }
      .blog .pagination-div .pagination .page-item .page-link {
        font-size: 16px;
        color: #414241; }
      .blog .pagination-div .pagination .page-item a:hover {
        background: #004ea2;
        color: #fafafa; }

    .blog .pagination-div .pagination .left {
      margin-left: 0; }
    .blog .pagination-div .pagination .page-link.active,
    .blog .pagination-div .pagination .active > .page-link {
      background: #004ea2;
      color: #fafafa;
      border: none;
      cursor: default; }

.blog-right {
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }
  .blog-right .search {
    margin-bottom: 40px; }
    .blog-right .search h3 {
      margin-bottom: 30px; }
    .blog-right .search .input-group .form-control,
    .blog-right .search .input-group .input-group-text {
      border-radius: 5px;
      border: 1px solid #ddd; }
    .blog-right .search .input-group .form-control,
    .blog-right .search .input-group .input-group-text:focus {
      box-shadow: none; }
    .blog-right .search .input-group .form-control::placeholder {
      color: #fafafa; }
    .blog-right .search .input-group .input-group-text {
      margin-bottom: 0;
      color: #fafafa; }
  .blog-right .categories {
    margin-bottom: 40px; }
    .blog-right .categories h3 {
      margin-bottom: 30px; }
    .blog-right .categories ul li {
      margin-bottom: 10px; }
      .blog-right .categories ul li a {
        color: #414241;
        font-weight: 700; }
      .blog-right .categories ul li a:hover {
        color: #004ea2; }
      .blog-right .categories ul li span {
        margin-left: 10px; }
  .blog-right .small-blog {
    margin-bottom: 30px; }
    .blog-right .small-blog h3 {
      margin-bottom: 30px; }
    .blog-right .small-blog .article .article-image img {
      width: 110px; }
    .blog-right .small-blog .article .article-content a h6:hover {
      color: #004ea2; }
    .blog-right .small-blog .article .article-content ul li i {
      margin-right: 10px; }

/* blog end */
/* contact */
.contact {
  padding: 20px 0; }
  .contact .content form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #004ea2;
    border-radius: 0; }
  .contact .content form input:focus {
    outline: none;
    box-shadow: none; }
  .contact .content form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #004ea2;
    border-radius: 0;
    margin-bottom: 10px; }
  .contact .content form textarea:focus {
    outline: none;
    box-shadow: none; }
  .contact .content button {
    margin-top: 20px; }
  .contact .contact-info {
    padding: 20px 50px;
    background: #004ea2; }
    .contact .contact-info .content .small-info {
      margin-bottom: 30px; }
      .contact .contact-info .content .small-info i {
        font-size: 30px;
        margin-right: 12px;
        color: #fafafa; }
      .contact .contact-info .content .small-info h6 {
        color: #fafafa; }
      .contact .contact-info .content .small-info h6 a{
        color: #fafafa; }


/* map */
.map .content iframe {
  width: 100%;
  float: right; }

/* map end */
/* contact end */
/* footer */
.footer {
  padding: 80px 0;
  clear: both; }
  .footer .content img {
    width: 162px;
    margin: 4px 0 22px 0; }
  .footer .content h6 {
  	font-weight:600;
	font-size:16px;
    margin-bottom: 18px; }
  .footer .content ul li {
    margin: 10px 0; }
    .footer .content ul li a {
		font-size:16px;
		font-weight: 400; }
    .footer .content ul li i {
      margin: 0 10px;
      font-size: 26px; }
    .footer .content ul li i:hover {
      color: #004ea2; }

/* footer end */
/* line end */
/* copyright */
.copyright {
  padding-bottom: 20px; }
  .copyright hr {
    border-top: 3px solid #333;
    margin: 0 0 35px 0; }
  .copyright p{
			font-size:16px
	}

/* copyright end */

/* rico b*/
.card .card-body2{
	padding:10px 16px 5px 15px;
	margin:0;
	height:62px
}
.card .card-body3{
	padding:10px 16px 5px 15px;
	margin:0;
	height:40px;
	text-align:center
}

.imgborder{
	padding:15px;
	margin:0;
	background:#e9e9e9;
}

.card .imgbox img{
	height:auto;
}
.content .card div{
  overflow: hidden;
  position: relative;
}
.content .card img {
  transition: transform 0.5s ease;
}
.content .card img:hover {
  transform: scale(1.1);
}

.project h2{
	margin-bottom:37px;
	color:#004ea2;}

.navbar-collapse .phone{ padding-left: 56px; float: right; background: url(./static/image/index_01.png) no-repeat left center; margin-top: 24.5px; }
.navbar-collapse .phone .cn{ font-size: 16px; color: #333; }
.navbar-collapse .phone .sz{ font-size: 24px; color: #004ea2; font-weight: bold; }

.demo .container h2 span{
		color:#004ea2;
}




/* rico e*/

/*# sourceMappingURL=style.css.map */
