 @font-face {
     font-family: 'HarmonyOS_Sans_Medium';
     src: url('fonts/HarmonyOS_Sans_Medium.ttf') format('truetype');
 }

 *,
 a {
     font-family: 'HarmonyOS_Sans_Medium';
 }

 @media (min-width: 1200px) {
     .container {
         width: auto;
         padding: 0 50px;
         width: 1200px;
     }

     .col-md-1-p-0 {
         padding: 0;
     }

     .header-area .container {
         width: 1200px;
     }

 }

 .floatleft {
     float: left
 }

 .floatright {
     float: right
 }

 .alignleft {
     float: left;
     margin-right: 15px;
 }

 .alignright {
     float: right;
     margin-left: 15px;
 }

 .aligncenter {
     display: block;
     margin: 0 auto 15px
 }

 a {
     /* font-family: "HarmonyOS_Sans_Medium", Arial, Helvetica, sans-serif, "helvetlca", "Source Han Sans CN", 思源黑体, 微软雅黑 !important; */
 }

 a:focus {
     outline: 0px solid
 }

 a,
 a:active,
 a:hover,
 a:link,
 a:visited {
     text-decoration: none !important;
 }

 img {
     max-width: 100%;
     height: auto
 }

 .fix {
     overflow: hidden
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0 0 15px;
     /* font-family: "HarmonyOS_Sans_Medium", Arial, Helvetica, sans-serif, "helvetlca", "Source Han Sans CN", 思源黑体, 微软雅黑 !important; */
     color: #222;
     font-weight: 700
 }

 p {
     /* font-family: "HarmonyOS_Sans_Medium", Arial, Helvetica, sans-serif, "helvetlca", "Source Han Sans CN", 思源黑体, 微软雅黑 !important; */
 }

 body {
     /* font-family: 'HarmonyOS_Sans_Medium', sans-serif; */
     /* max-width: 1920px; */
     margin: auto;
     background: #dbdbdb;
     position: relative;
 }

 a:hover {
     text-decoration: none;
 }

 .header-area {
     background: #fff;
     border-top: 2px solid #00477b;
     height: 82px;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 10;
     width: 100%;
     box-shadow: 0 0 5px #888;
 }

 .logo {
     font-size: 30px;
     margin: 0;
     padding: 25px 0 5px;
     font-weight: 700;
     text-align: center;
     display: inline-block;
 }

 .logo a {
     display: inline-block;
 }

 .logo img {
     height: 40px;
     float: left;
     margin-right: 20px;
 }

 .logo p {
     float: left;
     margin: 0;
     font-size: 16px;
     line-height: 40px;
     color: #333;
     font-weight: normal;
 }

 .logo span {
     position: relative;
     border-left: 3px solid #00477b;
     margin-left: 10px;
     padding-left: 10px;
     color: #999;
     font-size: 14px;
     line-height: 16px;
 }

 .banner {
     margin-top: 67px;
     height: 800px;
     overflow: hidden;
     max-height: 80vh;
 }

 .banner img {
     height: 100%;
 }

 .swiper-container,
 .swiper-wrapper,
 .swiper-slide {
     height: 100%;
     padding: 0;
 }

 .swiper-slide {
     background-position: center;
     background-size: cover;
 }



 .swiper-container .swiper-slide .box {
     margin-top: 16%;
 }

 .swiper-container .swiper-slide h2 {
     font-size: 50px;
     color: #fff;
     text-shadow: 2px 2px 2px #929292;
 }

 .swiper-container .swiper-slide P {
     color: #fff;
     font-size: 28px;
 }

 .swiper-container .swiper-slide a {
     margin-top: 20px;
 }

 .mainmenu {
     /* font-family: 'Bitter', serif; */
     float: right;
 }

 .mainmenu .navbar-nav {
     position: relative;
 }

 .mainmenu .navbar-nav li a {
     color: #222;
     font-size: 14px;
     padding: 30px 20px;
 }

 .mainmenu .navbar-nav li:nth-child(1) a {
     padding-left: 34px;
     padding-right: 34px;
 }

 .mainmenu .navbar-nav .nav-bottom-border {
     height: 3px;
     width: 96px;
     background: #007eac;
     position: absolute;
     bottom: 0;
     left: 0;
     transition: all .3s ease;
     display: none;
 }

 .mainmenu .navbar-nav .language {
     float: left;
     position: relative;
     width: 80px;
     text-align: center;
 }

 .mainmenu .navbar-nav .language p {
     font-size: 12px;
     padding: 0 7px 1px;
     margin: 0;
     line-height: 1.3;
     border: 1px solid;
     border-radius: 10px;
     color: #008dfe;
 }

 .mainmenu .navbar-nav .language div {
     width: 110px;
     background: #fff;
     padding: 24px 10px;
 }

 .mainmenu .navbar-nav .language a {
     display: block;
     line-height: 2;
     float: left;
 }

 .mainmenu .navbar-nav .language a img {
     margin-right: 5px;
 }

 .mainmenu .navbar-nav li:hover a,
 .mainmenu .navbar-nav li.active a {
     background: none;
 }

 .nav-get-bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 9;
     display: none;
 }

 .section-padding {
     padding: 50px 0;
     background: #fff;
 }

 #slider {
     background: none repeat scroll 0 0 #f7f7f7;
 }

 .slider-text {
     font-size: 16px;
     color: #aaaaaa
 }

 .slider-text h2 {
     font-size: 35px;
     font-weight: 700;
     margin-bottom: 30px
 }

 .layout-img img {
     display: inline-block;
 }


 .newsletter-form {
     margin-top: 30px
 }

 .newsletter-form a {
     border: none;
     padding: 11px;
     color: #fff;
     text-transform: uppercase;
     background-color: #00477b;
 }

 .newsletter-form a:hover {
     background-color: #222
 }

 .page-title {
     border-left: 5px solid;
     margin-bottom: 50px;
     padding-left: 20px;
     color: #aaa
 }

 .page-title h2 {
     font-size: 30px;
     margin-bottom: 10px;
     font-weight: normal;
 }

 #projects {
     /* background: transparent; */
 }

 #projects .single-project {
     padding: 0 30px;
 }

 .projectbox {
     background: #fff;
     overflow: hidden;
     position: relative;
     border-bottom: #90c0d2 solid 2px;
     box-shadow: 0 0 5px #888;
 }

 .projectbox .projectimg {
     overflow: hidden;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 180px;
     margin-bottom: 100px;
 }

 .projectbox .projectimg img {
     min-height: 100%;
 }

 .projectbox .projectimg em {
     position: absolute;
     left: -100%;
     top: 0px;
     width: 100%;
     height: 100%;
     background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
     overflow: hidden;
     -webkit-transform: skewx(-25deg);
     -webkit-transition: 0s;
 }

 .projectbox:hover .projectimg em {
     width: 150px;
     left: 600px;
     -webkit-transition: 0.8s;
     transition: 0.8s;
 }

 .projectbox .projecttext {
     width: 100%;
     padding: 20px;
     position: absolute;
     bottom: -88px;
     background: #fff;
     transition: all 0.3s ease;
 }

 .projectbox:hover .projecttext {
     bottom: 0px;
 }

 .projectbox .projecttext h2 {
     font-size: 17px;
     color: #00477b;
 }

 .projectbox .projecttext .post-excerpt {
     height: 80px;
     overflow: hidden;
     line-height: 1.8;
     color: #666;
     font-size: 12px;
 }

 .projectbox .read-more {
     display: inline-block;
     /* font-family: "Bitter", serif; */
     font-weight: 700;
     margin-top: 10px;
     padding: 1px 30px 3px 36px;
     position: relative;
     color: #00477b;
 }

 .projectbox .read-more i {
     border: 1px solid #222;
     border-radius: 50%;
     font-size: 18px;
     height: 25px;
     left: 0;
     line-height: 21px;
     position: absolute;
     text-align: center;
     top: 0;
     width: 25px;
 }

 .single-project {
     margin-bottom: 50px;
 }

 .project-link {
     padding: 15px;
     position: relative;
 }

 .project-link h2 {
     font-size: 16px;
     margin-bottom: 5px;
 }

 .project-link a {
     color: #333;
 }

 .project-link p {
     color: #aaa;
     margin: 0;
 }

 .tlinks {
     text-indent: -9999px;
     height: 0;
     line-height: 0;
     font-size: 0;
     overflow: hidden;
 }

 .project-link a.project-detail {
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     font-size: 25px;
     height: 30px;
     line-height: 27px;
     margin-top: -15px;
     position: absolute;
     right: 15px;
     text-align: center;
     top: 50%;
     width: 30px;
 }

 .more-link {
     color: #fff;
     display: inline-block;
     padding: 10px 45px 10px 20px;
     position: relative;
     text-transform: uppercase;
     background: #007eac;
 }

 .more-link i {
     font-size: 23px;
     position: absolute;
     right: 20px;
     top: 7px;
     transition: all 0.5s;
 }

 .more-link:hover {
     color: #fff
 }

 .more-link:hover i {
     right: 15px;
 }

 .project-link:hover a.project-detail {
     background-color: #222
 }

 #call-to-action {
     background: url(../images/action1.jpg) no-repeat;
     background-position: right;
     /* background-size: cover; */
     background-color: #3395d3;
     font-size: 16px;
     height: 300px;
     position: relative;
     padding: 200px 0;
     overflow: hidden;
 }

 #call-to-action .cta-bg {
     width: 1000px;
     height: 1000px;
     position: absolute;
     left: -650px;
     top: -600px;
     background-color: #3395d3;
     transform: rotate(35deg);
 }

 #call-to-action .cta-text {
     position: absolute;
     left: 10px;
     top: -80px;
     margin: auto;
     /* background: rgba(255, 255, 255, 0.8); */
     padding: 20px 30px;
     width: 300px;
     height: 200px;
 }

 /* #call-to-action .cta-text:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    width: 0;
    height: 0;
    margin: -10px 0 0 0;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
} */

 #call-to-action h5 {
     font-size: 12px;
     margin: 0;
 }

 #call-to-action h2 {
     font-size: 20px;
     color: #fff;
     font-weight: normal;
     margin: 0;
 }

 #call-to-action p {
     color: #fff;
     margin: 15px 0 30px;
     font-size: 28px;
 }

 #call-to-action a {
     color: #fff;
     font-size: 12px;
 }

 .single-post {
     margin-bottom: 50px;
 }

 .single-post {
     padding: 0 30px;
 }

 .post-thumb {
     margin-right: 35px;
     width: 230px;
 }

 #latest-news {
     background-color: #e5f1f9;
     padding: 0 0 50px;
 }

 #latest-news .title1 {
     margin-bottom: 30px;
 }

 #latest-news .title1 h2 {
     font-weight: normal;
     height: 15vh;
     max-height: 150px;
     line-height: 15vh;
     /* background: rgba(0, 0, 0, 0.25); */
     color: #666;
 }

 #latest-news .title1 h2 sup {
     font-size: 14px;
     position: relative;
     left: -20px;
     top: -20px;
 }

 .newstabbtn {
     background: #c3c3c3;
 }

 .newstabbtn.active {
     color: #00477b;
 }

 .newsbox {
     display: block;
     padding: 25px;
     color: #000;
     background: #fff;
     position: relative;
     overflow: hidden;
     transition: all .3s ease;
     border: 1px solid #ececec;
 }

 .newsbox .line {
     position: absolute;
     width: 0;
     height: 3px;
     background: #f9b60e;
     bottom: 0;
     left: 0;
     -webkit-transition: all 1s ease;
     transition: all 1s ease;
 }

 .newsbox:hover .line {
     width: 100%;
 }

 .single-post h2 {
     font-size: 17px;
     margin-bottom: 10px;
 }

 .single-post h2 a {
     color: #0069b4;
     height: 35px;
     overflow: hidden;
     display: block;
 }

 .single-post .post-excerpt {
     margin-bottom: 40px;
     height: 78px;
     line-height: 1.6;
     overflow: hidden;
     color: #666;
     font-size: 12px;
 }

 .post-meta {
     color: #aaa;
     font-size: 14px;
     margin-bottom: 10px;
 }

 .single-post a {
     color: #222;
 }

 .single-post a.read-more {
     display: inline-block;
     /* font-family: "Bitter", serif; */
     margin-top: 10px;
     padding: 1px 30px 3px 36px;
     position: relative;
     font-size: 12px;
 }

 .single-post a.read-more i {
     border: 1px solid #222;
     border-radius: 50%;
     font-size: 18px;
     height: 20px;
     left: 0;
     line-height: 18px;
     position: absolute;
     text-align: center;
     top: 0;
     width: 20px;
 }

 a.read-more:hover {
     text-decoration: none
 }

 .newsbox:hover {
     background: #00477b;
 }

 .single-post .newsbox:hover h2 a,
 .single-post .newsbox:hover .post-meta,
 .single-post .newsbox:hover .post-excerpt,
 .single-post .newsbox:hover a.read-more,
 .single-post .newsbox:hover a.read-more,
 .single-post .newsbox:hover a.read-more i {
     color: #fff;
 }

 .single-post .newsbox:hover a.read-more i {
     border-color: #fff;
 }



 .footer {
     /* font-family: "Amplitude-Regular", arial; */
     margin: 0;
     overflow: hidden;
     width: 100%;
     background: none repeat scroll 0 0 #eceef0;
     line-height: normal;
     padding: 0;
 }

 .footerLogo {
     position: relative;
     border-bottom: 1px solid #c8c4c3;
     padding: 1em 15px .5em;
 }

 .footerLogo .logoSVG {
     height: 2em;
 }

 .footerLogo .follow-icons {
     font-size: 1em;
     float: right;
 }

 .footerLogo .follow-icons a {
     font-size: 30px;
     margin-right: 10px;
 }

 .footerLogo .follow-icons a i {
     padding: 3px;
     border-radius: 3px;
 }

 .footerLogo .follow-icons a i:hover,
 .footerLogo .follow-icons a i:focus {
     color: #ffffff;
     background: #00477b;
 }

 .footerLogo .follow-icons .icon-stack {
     margin-left: -0.3em;
 }

 .footerLogo .follow-icons .icon-stack-base {
     color: #336699;
     font-size: 1.9em;
 }

 .footerLogo .follow-icons a:hover .icon-stack-base,
 .footerLogo .follow-icons a:focus .icon-stack-base {
     color: #00477b;
 }

 .footerlinks [data-toggle="collapse"] {
     /*background-image: url('minus-369.svg');*/
     background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHJlY3QgZmlsbD0iIzM2OSIgeT0iOSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjEiIGlkPSJzdmdfMSIvPjwvZz48L3N2Zz4=');
 }

 .footerlinks .collapsed[data-toggle="collapse"] {
     /*background-image: url('plus-369.svg');*/
     background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHJlY3QgZmlsbD0iIzM2OSIgeT0iOSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjEiIGlkPSJzdmdfMSIvPjxyZWN0IGZpbGw9IiMzNjkiIHg9IjkiIHdpZHRoPSIxIiBoZWlnaHQ9IjE5IiBpZD0ic3ZnXzIiLz48L2c+PC9zdmc+');
 }

 .footerlinks>.col {
     border-top: 1px solid #c4c8c3;
 }

 .footerlinks>.col:first-child {
     border-top: 0 none;
 }

 .footerlinks h4 {
     color: #6f6f6f;
     /* font-family: "Amplitude-Light", arial; */
     font-size: 1.5em;
     margin: 0;
     text-align: left;
     text-transform: uppercase;
 }

 .footerlinks h4 a {
     color: #6f6f6f;
     font-size: 1em;
     display: block;
     padding: .666em 0;
 }

 .footerlinks h4 a:hover,
 .footerlinks h4 a:focus {
     text-decoration: none;
 }


 .footerlinks h5 {
     color: #6f6f6f;
     font-size: .75em;
     margin: 0 0 1em;
     text-transform: uppercase;
 }

 .footerlinks h4+ul {
     list-style: none;
     margin: 0 0 1em;
     padding-left: 0;
     display: inline-flex;
     flex-wrap: wrap;
 }

 .footerlinks h4+ul.list>li {
     float: left;
     padding-right: 30px;
     flex: 0 0 auto;
 }

 .footerlinks h4+ul.list>li:nth-last-child(1) {
     padding-right: 0;
 }

 .footerlinks h5+ul {
     list-style: none;
     margin: 0 0 1em;
     padding-left: 0;
 }

 .footerlinks li {
     padding-bottom: .4em;
 }

 .footerlinks a {
     color: #336699;
     font-size: .9em;
 }

 .footerlinks a[href^="http"]:after,
 .footerlinks a[target="_blank"]:after {
     /*Perhaps only need one of these, but which one?*/
     content: "\00a0\f08e";
     font-family: FontAwesome;
 }

 .footer .legal-text {
     background: none repeat scroll 0 0 #00477b;
     color: #ffffff;
     padding: 3em 0;
 }

 .footer .legal-text .copyright {
     margin: 0;
     font-size: .75em;
     line-height: normal;
     display: inline-block;
 }

 .footer .legal-text a {
     color: #88abd5;
 }

 .footer .breadcrumb {
     border-radius: 0;
     list-style: none outside none;
     margin-bottom: 0;
     padding: 0;
     background: none repeat scroll 0 0 transparent;
 }

 .footer .breadcrumb>li {
     display: inline;
 }

 .footer .breadcrumb>li+li:before {
     color: #fff;
     content: "| ";
     padding: 0 0.5em;
 }





 @media (min-width:48em) {
     .footerlinks h4 a {
         cursor: default;
     }

     .footer h4+div div+div,
     .footer h4+div div+div+div+div {
         clear: none;
         padding-left: 1em;
     }

     .footer h4+div div,
     .footer h4+div div+div+div,
     .footer h4+div div+div+div+div+div {
         clear: left;
         float: left;
         vertical-align: top;
         width: 50%;
         padding-left: 0;
     }

     .footerlinks .collapse {
         display: block;
     }

     .footerlinks>.col {
         border-top-width: 0;
     }

     .footer .copyright.left {
         float: left;
     }

     .footer .copyright.right {
         float: right;
     }
 }

 /*Updated specific for Country / Language Toggle*/
 .footerLogo .logoSVG {
     display: inline-block;
     float: none;
 }

 .footerLogo>hr {
     border-color: #c4c8c3;
     margin: 1em 0;
     display: none;
 }

 .footer .countrySelector {
     display: inline-block;
     height: 2em;
     line-height: 1.7em;
     margin-left: 0;
 }

 .footer .countrySelector a:after {
     content: "\00a0\f105";
     font-family: FontAwesome;
 }

 .footer .languageSelector {
     display: inline-block;
     height: 2em;
     line-height: 1.7em;
     margin-left: 2em;
 }

 .footer .languageSelector .dropdown-menu {
     /* font-family: "Amplitude-Light", "Amplitude-Regular", Arial, Helvetica, sans-serif; */
     font-size: 0.9em;
     margin-left: -1em;
     padding: 0;
     text-transform: uppercase;
 }

 .footer .languageSelector .dropdown-menu a {
     background-color: #6d6e71;
     border-bottom: 1px solid #ffffff;
     color: #ffffff;
     line-height: 1em;
     padding: 0.8em 1.5em;
 }

 .footer .languageSelector .dropdown-menu>.active>a {
     background-color: #4e8abe;
 }

 .footer .languageSelector .dropdown-menu>li>a:hover,
 .footer .languageSelector .dropdown-menu>li>a:focus,
 .footer .languageSelector .dropdown-menu>.active>a:hover,
 .footer .languageSelector .dropdown-menu>.active>a:focus {
     background-color: #88abd5;
 }

 @media (min-width:48em) {
     .footerLogo .logoSVG {
         display: inline-block;
         float: left;
     }

     .row.footerLogo>hr {
         display: none;
     }

     .footer .countrySelector {
         margin-left: 1em;
     }
 }

















 .lianhuabg {
     position: absolute;
     left: 0;
     top: -188px;
     width: 100%;
     background: url(../images/beijing.png) no-repeat center;
     background-size: cover;
     height: 187px;
 }

 .ftlogo {
     text-align: center;
     width: 90px;
     position: absolute;
     top: -35px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     background: #1c2d39;
 }

 .ftlogo img {
     width: 70px;
 }

 .footer-left {
     /* overflow: hidden; */
 }

 .footer-left .tel {
     color: #fff;
     font-size: 18px;
     text-align: left;
 }

 .footer-left .tel .num {
     display: block;
     color: #fff;
     font-size: 34px;
     /* font-family: impact; */
     text-transform: uppercase;
 }

 .footer1-left {
     padding-top: 30px;
 }

 .footer1-left img {
     width: 50px;
 }

 .footer1-left .footer-content {
     padding: 30px 0;
 }

 .footer1-left .footer-content a {
     color: #fff;
 }

 .footer1-c ul li {
     list-style: none;
     font-size: 12px;
     line-height: 1.8;
 }

 .footer1-right {
     padding-top: 30px;

 }

 .footer1-right .footer-content {
     padding: 30px 0;

 }

 .latest-tweets ul li {
     list-style: none;
     line-height: 2;
 }

 #footer-top h2 {
     color: #fff;
     font-size: 25px;
     margin-bottom: 30px;
 }

 .shop-content img {
     float: left;
     margin-right: 30px;
     width: 150px;
 }

 .shop-content .more-link i {
     top: 4px
 }

 .shop-content .more-link {
     margin-top: 10px;
     padding-bottom: 7px;
     padding-top: 7px;
 }


 .footer-area {
     background: #1c2d39;
     color: #fff;
     /* font-family: 'Bitter', serif; */
     font-size: 12px;
     padding: 20px 0
 }

 .footer-area p {
     margin: 0;
     color: #bbbec0;
 }

 .social-icons a {
     background: none repeat scroll 0 0 #fff;
     border-radius: 50%;
     color: #000;
     display: inline-block;
     font-size: 18px;
     height: 30px;
     line-height: 30px;
     margin: 0 5px;
     text-align: center;
     width: 30px;
 }

 .social-icons a:hover {
     color: #fff
 }

 .social-icons {
     margin-top: 15px;
     text-align: center;
 }

 .copyright-text {
     margin-top: 12px;
     text-align: right;
 }



 #tweet ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
 }

 #tweet li {
     padding-left: 40px;
     position: relative;
     margin-bottom: 30px;
 }

 #tweet li i.fa-twitter {
     font-size: 25px;
     left: 0;
     position: absolute;
     top: 0;
 }

 .fl {
     float: left;
 }

 .fr {
     float: right;
 }

 .footer-bg {}

 .lianhua {
     width: 100%;
     position: relative;
     height: 300px;
     background: url(../images/background-image-pixelated-world-map.png) no-repeat center center;
     background-size: cover;
     background-color: #fff;
 }

 .lianhua::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     /* background: rgba(0, 0, 0, 0.3); */
     z-index: 0;
     top: 0;
     left: 0;
 }


 .lianhuacon {
     width: 1003px;
     position: absolute;
     left: 0;
     right: 0;
     margin: auto;
     padding-top: 116px;
     z-index: 1;
 }

 .lianhuaitem h4 {
     font-size: 60px;
     /* font-family: "Arial"; */
     color: #008dfe;
     visibility: visible;
     animation-duration: 1s;
     animation-name: fadeInUp;
 }

 .lianhuaitem h4 span {
     width: 70px;
     display: inline-block;
     text-align: right;
 }

 .lianhuaitem h4 i {
     font-size: 18px;
     /* font-family: "Arial"; */
     color: #008dfe;
     font-style: normal;
 }

 .lianhuaitem p {
     font-size: 16px;
     /* font-family: "å¾®è½¯é›…é»‘"; */
     color: #666;
     margin-top: 20px;
     visibility: visible;
     text-align: center;
 }

 .lianhuaitem {
     padding: 0 41px;
     visibility: visible;
     animation-duration: 1s;
     animation-name: fadeInUp;
 }

 .lianhuaitem:nth-child(1) {
     animation-delay: 0.1s;
 }

 .lianhuaitem:nth-child(2) {
     animation-delay: 0.2s;
 }

 .lianhuaitem:nth-child(3) {
     animation-delay: 0.3s;
 }

 .lianhuaitem:nth-child(4) {
     animation-delay: 0.4s;
 }

 .visit-our-sites {
     background: #6d6e71 none repeat scroll 0 0;
     color: #ffffff;
     display: block;
     font-size: 2em;
     overflow: hidden;
     position: relative;
     text-align: center;
 }

 .visit-our-sites .images {
     height: 100%;
     width: 100%;
     left: 0;
     position: absolute;
     text-align: center;
     top: 0;
 }

 .visit-our-sites .image {
     display: inline-block;
     height: 100%;
     width: 20%;
     float: left;
 }

 .visit-our-sites .image img {
     min-width: 100%;
     min-height: 100%;
 }

 .visit-our-sites a {
     color: #ffffff;
     display: block;
     left: 0;
     padding: 5em 0;
     position: relative;
     width: 100%;
     background: rgba(0, 0, 0, .4)
 }

 .visit-our-sites a span {
     padding-bottom: 5px;
     border-bottom: 1px solid;
 }

 /* .visit-our-sites a:after {
    content: "\00a0\f105";
    font-family: FontAwesome;
} */




 /* Colors CSS */

 a,
 a.read-more:hover,
 a.read-more:hover i {
     color: #00477b
 }

 .page-title,
 a.read-more:hover i {
     border-color: #00477b
 }

 .social-icons a:hover,
 .newsletter-form input[type=submit],
 .project-link a.project-detail {
     background-color: #00477b
 }

 @media (max-width: 1199px) {
     .logo {
         text-align: left;
         padding-left: 20px;
     }

     .header-area .container {
         width: auto;
         padding: 0 15px;
     }

     .mainmenu .navbar-nav li a {
         padding: 30px 10px;
     }

     .mainmenu .navbar-nav li:nth-child(1) a {
         padding-left: 22px;
         padding-right: 22px;
     }

     .mainmenu .navbar-nav .nav-bottom-border {
         width: 76px;
     }

     .lianhua {
         height: auto;
     }

     .lianhuacon {
         width: auto;
         position: relative;
         padding: 30px 10px;
     }

     .lianhuarighta {
         width: 100%;
         text-align: center;
     }

     .lianhuaitem {
         width: 20%;
         padding: 0;
     }

 }

 @media (min-width: 992px) {
     .footerlinks .col-md-2 {
         width: 12%;
         padding: 0;
     }

     .footerlinks .col-md-7 {
         width: 69%;
         padding: 0;
     }

     .footerlinks .col-md-3 {
         width: 19%;
         padding: 0;
     }
 }

 @media (max-width: 991px) {
     .logo p {
         display: none;
     }

     #latest-news .text-right,
     #projects .text-right {
         height: 0;
         position: relative;
         top: -85px;
     }

     #latest-news .title1 h2 {
         font-size: 24px;
         height: 60px;
         line-height: 40px;
     }
 }

 @media (max-width: 767px) {
     .logo img {
         margin-right: 12px;
     }

     .logo p {
         display: block;
         font-size: 12px;
     }

     .visit-our-sites .image {
         width: 25%;
     }

     .navbar-toggle {
         position: absolute;
         right: 20px;
         top: 20px;
     }

     .mainmenu {
         background: #fff;
         width: 100%;
     }

     .mainmenu .navbar-nav li a {
         text-align: center;
     }

     .mainmenu .navbar-nav .language {
         width: 100%;
         padding: 0;
     }

     .mainmenu .navbar-nav .language p {
         display: none;
     }

     .mainmenu .navbar-nav .language div {
         display: block;
         position: initial;
         width: auto;
     }

     .mainmenu .navbar-nav .language a {
         width: 50%;
         float: left;
     }

     .mainmenu .navbar-nav .language a:nth-child(2) {
         border-top: 0;
     }

     .mainmenu .navbar-nav .nav-bottom-border {
         display: none !important;
     }


 }

 @media (max-width: 425px) {
     .header-area {
         height: 82px;
     }

     .logo span {
         display: none;
     }

     .swiper-container .swiper-slide h2 {
         font-size: 28px;
     }

     .swiper-container .swiper-slide P {
         font-size: 12px;
     }

     .single-post {
         padding: 0 15px;
     }

     #latest-news .title1 h2 {
         font-size: 14px;
         height: 50px;
         line-height: 1.6;
         padding-top: 10px;
     }

     #latest-news .newstabbtn {
         display: none;
     }

     #projects {
         margin-bottom: 0 !important;
     }

     #projects .single-project {
         padding: 0 15px;
     }

     .lianhuaitem {
         width: 50%;
     }

     .lianhuaitem:nth-child(5) {
         width: 100%;
     }

     .lianhuaitem:nth-child(5) h4 span {
         width: auto;
     }

     .visit-our-sites .image {
         width: 100%;
     }

     .footer .breadcrumb {
         text-align: center;
     }

     .footer .legal-text .copyright {
         text-align: center;
     }
 }

 @media (max-width: 375px) {
     .logo span {
         display: none;
     }
 }

 @media (max-width: 320px) {

     .logo img {
         margin-right: 0;
     }

     #latest-news .title1 h2 {
         font-size: 12px;
     }
 }
