/*===================================
    # base style
==================================================*/

html {
    font-size: 12px;
    width: 100%;
}
body {
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif,"Muli";
    background-color: #fdfdfd;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color:#999998;
    position: relative;
     -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;    /* Internet Explorer/Edge */
    user-select: none;
}
*::-webkit-scrollbar {
    width: 8px;     
    height: 1px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,0,0,1);
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*background: #535353;*/
    background-color: #535353;
    background-image: -webkit-linear-gradient(45deg, rgba(218, 184, 102, .2) 25%, transparent 25%, transparent 50%, rgba(218, 184, 102, .2) 50%, rgba(218, 184, 102, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(218, 184, 102, .5) 25%, transparent 25%, transparent 50%, rgba(218, 184, 102, .5) 50%, rgba(218, 184, 102, .5) 75%, transparent 75%, transparent);
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #1f1f1f;
}
p {
    line-height: 1.65em;
}
h3,
h4,
{
    font-weight: normal;
    color: #fff;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
a,
.news *,
.swiper-button-next,
.swiper-button-prev,
.d-item,
.project-page *,
.video-page *,
.group-company *,
.industry-content *,
.news-page-list *,
.contact-page *,
.map

{
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
    color: #dab866;
}
img {
    width: 100%;
}
.border {
    border: 1px solid pink;
}
/*text color*/
.t-yellow {
    color: #dab866;
}
.t-gold {
    color: #dab866;
}
.t-black {
    color: #000000;
}
.t-666{
    color: #666666;
}
.t-999{
    color: #999999;
}
/*text position*/
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
/*font size*/
.t-xs {
    font-size: 14px;
}
.t-sm {
    font-size: 16px;
}
.t-md {
    font-size: 18px;
}
.t-lg {
    font-size: 20px;
}
.t-xl {
    font-size: 30px;
}
/*select margin*/
.item-center {
    margin: 0 auto;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t-md {
    margin-top: 15px;
}
.m-t-lg {
    margin-top: 20px;
}
.m-t-xl {
    margin-top: 30px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r-md {
    margin-right: 15px;
}
.m-r-lg {
    margin-right: 20px;
}
.m-r-xl {
    margin-right: 30px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-md {
    margin-bottom: 15px;
}
.m-b-lg {
    margin-bottom: 20px;
}
.m-b-xl {
    margin-bottom: 30px;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-md {
    margin-left: 15px;
}
.m-l-lg {
    margin-left: 20px;
}
.m-l-xl {
    margin-left: 30px;
}

/*select padding*/
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t-md {
    padding-top: 15px;
}
.p-t-lg {
    padding-top: 20px;
}
.p-t-xl {
    padding-top: 30px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r-md {
    padding-right: 15px;
}
.p-r-lg {
    padding-right: 20px;
}
.p-r-xl {
    padding-right: 30px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b-md {
    padding-bottom: 15px;
}
.p-b-lg {
    padding-bottom: 20px;
}
.p-b-xl {
    padding-bottom: 30px;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l-md {
    padding-left: 15px;
}
.p-l-lg {
    padding-left: 20px;
}
.p-l-xl {
    padding-left: 30px;
}
.p-lr-xs {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr-sm {
    padding-right: 10px;
    padding-left: 10px;
}
.p-lr-md {
    padding-right: 15px;
    padding-left: 15px;
}
.p-lr-lg {
    padding-right: 20px;
    padding-left: 20px;
}
.p-lr-xl {
    padding-right: 30px;
    padding-left: 30px;
}
.p-lr-xxl {
    padding-right: 60px;
    padding-left: 60px;
}
.p-tb-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}
.p-tb-sm {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb-md {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb-lg {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb-xl {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb-xxl {
    padding-bottom: 60px;
    padding-top: 60px;
}
.fixed {
    position: fixed;
    z-index: 998;
    width: 100%;
}
.b-shadow {
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.active {
    background-color: #dab866 !important;
    color: #fff !important;
}
/*btn*/
.btn-yh {
    border-radius: 0;
    background-color:#292929;
    border: 1px solid #1e1e1e;
    padding: 15px 60px;
    color: #fff;
    text-transform: uppercase;
}
.btn-yh:hover {
    color: #dab866;
}

/*======    # base style end ======*/
/*===================================
    # page base style
==================================================*/

/*-------#0.1  header--------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}
.site-header .navigation {
    background-color: white;
    height: 60px;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.white-bg {
    background-color: rgba(255,255,255,1) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}
.navigation .container-fluid{
    max-width: 1600px;
}
.navbar-brand {
    padding: 9px 15px;
}

#navbar span {
    color: #cdb27d;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: #f5a32a !important;
}

/*-------#0.1  header end--------*/
/*-------#0.2  footer--------*/
footer {
    background-color: #111; 
    /*padding-bottom: 20px;*/
}
footer a {
    color: #999998;
}
footer h3
{
    padding: 30px 0px;
}
footer h4
{
    margin-top: 0px;
}
footer h5 {
    color: #dab866;
    font-size: 16px;
}
footer .container-fluid {
    max-width: 1600px
}
footer img {
    /*max-width: 133px;*/
}
.qrcode {
    /*margin-top: 80px;*/
}
.qrcode img {
    max-width: 280px;
}
.qrcode p {
    margin: 0 0 5px;
}
.link-list a {
    display: inline-block;
    padding: 5px 0px;
    margin-right: 8px;
    white-space: nowrap;
}
.copy {
    width: 100%;
    color: #8e8e8e;
    background-color:#212121;
    padding: 15px 0px;
    font-size: 12px;
    margin-top: 20px;
}
/*-------#0.2  footer end--------*/
/*-------#0.3  pages-banner--------*/
.pages-banner {
    /*padding-top: 60px;*/
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}
.pages-banner img {
    /*padding-top: 60px;*/
    width: 100%;
    /*min-height: 350px;*/
}
.page-title {
    position: absolute;
    /*margin-bottom: -100px;*/
    text-align: center;
    z-index: 2;
    padding: 0px 30px;
    /*transform: translateX(50%);*/
    right: 20%;
    top: 60px;
    border-radius:0 0 15px 15px;
    /*background-color: rgba(0,0,0,0.2);*/
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.page-title h3 {
    font-size:38px;
    color: #000000;
    line-height: 50px;
    font-weight: 200;
    text-transform: uppercase;
    opacity: 0.2;
    position: relative;
    margin-bottom: -20px;
}
.page-title p {
    font-size: 24px;
    font-weight: bold;
    color: #f5a32a;
}
.page-img {
    position: relative;
    z-index: 1;
    width: 100%;
    /*height: 320px;*/
    overflow:hidden;
}
.page-img img{
    display: block;
    width: 100%;
    height: auto;
}
/*-------#0.3  pages-banner end--------*/
/*-------#0.4  pages--------*/
.breadcrumb {
    background-color: #fff;
    line-height: 36px;
    color: #999;
    padding-left: 0;
    font-size: 14px;
    padding-right: 0;
    margin-bottom:0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.breadcrumb-left a{
    color: #999999;
}
.breadcrumb-left a:hover {
    color: #dab866 !important;
}
.breadcrumb ul {
    width: 100%;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left:10px;
}
.breadcrumb ul li a {
    padding: 10px 15px;
    color: #999999;
}
.breadcrumb ul li a:hover {
    background-color: #dab866 !important;
    color: #fff !important;
}
/*-------#0.4  pages end--------*/
/*-------#0.5  pages--------*/
#pages {
    overflow: hidden;
    margin: 50px auto;
    clear: both;
}
#pages li {
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: left;
}
#pages li a {
    color: #000000;
    background: #f6f6f6;
    margin-right: 5px;
    display: block;
    padding: 0 16px;
}
.disabled{
    color: #000000;
    background: #f6f6f6;
    padding: 0 16px;
}

#pages li.active{
    color: #fff;
    padding: 0 16px;
    margin-right: 10px;
    background: #007291 !important;
}
#pages a:hover { 
    color:#fff;
    background:#007291;
}

/* 
#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
} */


.page {
    height: 40px;
    overflow: hidden;
    /*color: #51504c;*/
    /*text-align: center;*/
    margin: 50px auto;
}
.page a.page-active,
.page span {
    color: #fff;
    margin-right: 10px;
    background: #007291;
    line-height: 30px;
    padding: 12px 16px;
}
.page a {
    color: #000000;
    background: #f6f6f6;
    line-height: 40px;
    margin-right: 10px;
    padding: 12px 16px;
}
.page a:hover { 
    color:#fff;
    background:#f5a32a;
}
/*-------#0.5  pages end--------*/

/*======    # INDEX PAGE ======*/
/**banner**/
.banner .swiper-button-prev,
.banner .swiper-button-next
{
    background-image: none!important;
    font-size: 50px;
    color: #fff;
    opacity: 0.5
}
.swiper-button-prev:hover,
.swiper-button-next:hover
{
    opacity: 1 !important;
}
.banner img {
    width: 100%;
}
.banner .swiper-pagination-bullet-active {
    background-color: #f5a32a;
    border-color: #f5a32a;
    position: relative;
}
/*title*/
.title {
    width: 100%;
    padding: 30px 0 20px 0;
}
.title h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2rem;
}
.title span {
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.title i {
    display: inline-block;
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #828282;
    margin: 0 15px;
    position: relative;
    top: -7px;
}
.title i::after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: -10px;
    width: 23px;
    border-bottom: 2px solid #dab866;
}
/*.title p {
    width: 30px;
    height: 2px;
    background-color: #dab866;
    margin: 0px auto 0 auto;
}*/
.title img {
    max-width: 450px;
}
.description {
    width: 60%;
    padding: 30px;
    text-align: left;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    background-color: #f7f7f7;
    margin: 20px auto 30px auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.description p {
    width: 100%!important;
    background:none;
    height: auto;
    margin: 10px auto 0 auto;
}
/**about**/
.about {
    background-color: #f5f5f5;
    background-image: url(../images/about-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about .row,
.about .col-md-8,
.about .col-md-4
 {
    padding: 0;
}
.about-content {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    color: #ddd;
}
.about-content h2 {
    font-size: 30px;
    color: #595c61;
    font-weight: bold;
}
.about-content h3 {
    font-size: 36px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 100;
}
.about-content h4 {
    font-size: 22px;
    color: #595c61;
}
.about-content p {
    color: #848484;
    line-height: 2em;
    font-size: 14px;
    margin: 20px 0 30px 0;
}
.about-content a {
    line-height: 30px;
}
.about-img {
    background-image: url('../images/about.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
    height: 100vh;
    max-height: 720px;
    /*min-height: 500px;*/
    overflow: hidden;
}
.about-img img {
    min-height: 460px;
    max-height: 680px;
}
/**company data**/
.about-fun-fact-grids {
    background-color: rgba(255,255,255,0.8);
    margin-top:50px;
}
.about-fun-fact-grids .grid {
    text-align: center;
}
.about-fun-fact-grids span.odometer {
    color: #333;
    font-weight: bold;
}
.about-fun-fact-grids h3 {
    font-size: 36px;
}
.about-fun-fact-grids h3 i,.mobile-fun-fact-grids h3 i {
    font-style: normal;
    font-size: 14px;
    padding-left: 10px
}
.xinfang {
    background-color: #fefbf4;
    padding: 160px 0;
}
.mobile-fun-fact-grids {
    padding: 60px 0;
    background-image: url('../images/data_bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-fun-fact-grids .odometer {
    font-size: 42px;
    color: #fff;
    opacity: 0.9;
}
.mobile-fun-fact-grids p {
    font-size: 16px;
}


/**project**/
.environment {
    background-color: #fdfdfd;
}
.environment .title h2 {
    color: #333;
}
.environment-content {
    max-width: 1600px;
    padding:30px 0 60px 0;
}
.environment .swiper-button-prev, .environment .swiper-button-next {
    background-image: none !important;
    font-size: 30px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    border: 1px solid white;
}
.environment .swiper-pagination-progressbar-fill {
    background-color: #333;
}
.environment-content .swiper-slide img {
    display: block;
    cursor: pointer;
}
.environment-content p {
    line-height: 3em;
    text-align: center;
}

.environment-content2 {
    padding:120px 0;
}
.environment-content2 p {
    opacity: 0;
}
.environment-content2 .swiper-slide {
    transition: 300ms;
    position: relative;
    z-index: 0;
    transform: scale(0.8);
    opacity: 0.6;
}
.environment-content2 .swiper-slide-active,
.environment-content2 .swiper-slide-duplicate-active
{
    transform: scale(2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
    opacity: 1;
}
.environment-content2 .swiper-slide-active p,
.environment-content2 .swiper-slide-duplicate-active p

{
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    opacity: 1;
    transform: scale(0.5);
}

/****======achievement======****/
.achievement {
    width: 100%;
    background-image: url(../images/a_bg.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 30px;
    overflow: hidden;
}

/*****=====industry===******/
.industry {
    width: 100%;
    min-height: 800px;
    background-image: url(../images/industry.jpg);
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-size: 100% 100%;
    background-position: bottom center;
    overflow: hidden;
    position: relative;
}
.industry .title {
    position: absolute;
    left: 40px;
    text-align: left;
    z-index: 5;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}
.industry-content {
    width: 100%
    z-index: 1;
    overflow: hidden;
}
.industry-content a {
    text-shadow: 0 0 10px rgba(0,0,0,1);
    width: 20%;
    height: 800px;
    border-right: 1px solid rgba(255,255,255,0.3);
    float: left;
    color: white;
    position: relative;
    overflow: hidden;
}
.industry-content a:last-child {
    border: 0;
}
.industry-content a:hover {
    color: #fff;
}
.industry-text {
    position: absolute;
    padding-left: 40px;
    bottom: 90px;
    z-index: 2;
}
.industry-text h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.industry-text span {
    display: block;
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;

    margin-bottom: 15px;
}
.industry-text i {
    font-size: 26px;
    position: relative;
    display: block;
    width: 100%;
}
.industry-text i::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    top: 12px;
    left: 36px;
    background-color: rgba(255,255,255,0.3)
}
.industry-text p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.8s;
}
.industry-content a:hover p {
    opacity: 1;
    padding: 40px 0 20px 0;
}
.industry-content a:hover .industry-text {
    color: #ffffff;
}
.industry-content a img {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.industry-content a:hover img {
    opacity:1;
}
.industry-wap {
    width: 100%;
    background-image: url(../images/industry.jpg);
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-size: auto 100%;
    background-position: bottom center;
    overflow: hidden;
    position: relative;
}
.industry-wap-content a {
    text-shadow: 0 0 10px rgba(0,0,0,1);
    padding: 50px 20px;
    width: 50%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    color: white;
    position: relative;
    overflow: hidden;
}
.industry-wap-content a:nth-child(2n) {
    border-left: 1px solid rgba(255,255,255,0.3);
}
.industry-wap-content a h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.industry-wap-content a span {
    display: block;
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;

    margin-bottom: 15px;
}
.industry-wap-content a i {
    font-size: 26px;
    position: relative;
    display: block;
    width: 100%;
}
.industry-wap-content a i::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 1px;
    top: 12px;
    left: 36px;
    background-color: rgba(255,255,255,0.3)
}
.industry-text p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.8s;
}
/**news**/
.news {
    background-color: #f1f1f1;
    padding: 60px 0;
}
.new-title {
    padding: 0 !important;
}
.news-title h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.news-title span {
    display: block;
    margin: 0 auto;
    height: 14px;
    line-height: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 200;
}
.news-title i {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #828282;
    margin: 0 5px;
    position: relative;
    top: -3px;
}
.news-title-list {
    margin:0;
}
.news-title-list ul {
    width: 100%;
    height: 30px;
    margin: 0 !important;
    text-align: right;
    position: relative;
    margin-right: -15px;
}
.news-title-list ul li {
    display: inline-block;
    height: 100%;
    margin-left: 10px;
}
.news-title-list a{
    display: block;
    height: 100%;
    line-height: 100%;
    padding: 10px;
    color: #666;
}
.news-title-list a:hover{
    background-color: #dab866;
    color: #fff;
}
.notice {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
    box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
}
.notice a.notice-hot,
.notice .img,
.notice ul {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.notice a:hover,
.notice a.notice-hot:hover h4 {
    color: #dab866;
}
.notice a.notice-hot p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.notice a.notice-hot:hover p {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.notice .img {
    max-height: 160px;
    overflow: hidden;
}
.notice ul {
    margin-top:20px;
}
.notice ul li {
    width: 100%;
    line-height: 36px;
    overflow:hidden;
    white-space: nowrap;
    clear: both;
    border-bottom: 1px solid #f0f0f0;
}
.notice ul li span {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis
}
.notice ul li i {
    float: right;
    width: 30%;
    text-align: right;
    font-style: normal;
}
.notice ul li > a {
    color: #999;
}
.news-list li {
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 5px 10px;
}
.news-list li:last-child {
    border-bottom: 1px solid #ddd;
}
.news-list li a {
    padding-left: 30px;
    display: block;
}
.news-list li:hover {
    box-shadow: 0 15px 15px rgba(0,0,0,0.05);
}
.news-list li h4 {
    position: relative;
}
.news-list li h4::before {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 5px;
    content: '';
}
.news-list li:hover h4 {
    color: #dab866;
}
.news-list li:hover h4::before {
    background-color: #dab866;
}
.news-list li p{
    font-size: 12px;
    line-height: 18px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li span {
    line-height: 50px;
    white-space: nowrap;
    display: block;
    font-weight: 200;
}
.arrow {
    width: 50px;
    height: 26px;
    position: relative;
    border-left: 1px solid #ddd;
    clear: both;
    overflow: hidden;
}
.arrow i {
    position: absolute;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    left: 0px;
}
.arrow i:first-child {
    left: -50px
}
.news-list li:hover .arrow i:first-child {
    left: 0px;
}
.news-list li:hover .arrow i:last-child {
    left: 50px;
}
/*==    # INDEX PAGE end ==*/


/*======    # ABOUT PAGE ======*/
.about-page{
    background-color: #f5f5f5;
    background-image: url(../images/about-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom:60px;
}
.about .row,
.about .col-md-8,
.about .col-md-4
 {
    padding: 0;
}
.about-page-content {
    margin: 0 auto;
    padding: 50px 30px 0 0;
    color: #ddd;
}
.about-page-content h2 {
    font-size: 30px;
    color: #595c61;
    font-weight: bold;
}
.about-page-content h3 {
    font-size: 36px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 100;
}
.about-page-content h4 {
    font-size: 22px;
    color: #595c61;
}
.about-page-content p {
    color: #848484;
    line-height: 2em;
    font-size: 14px;
    margin: 20px 0 0px 0;
}
.about-page-content a {
    line-height: 30px;
}
.about-page .about-fun-fact-grids {
    padding: 30px 0;
    position: relative;
    margin-bottom: -60px;
}
.about-page-develop {
    width: 100%;
    position: relative;
}
.about-page-develop::after {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #eeeeee;
    bottom: 255px;
    left: 0;
    content: '';
    z-index: 1;
}
.d-item:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
    transform: scale(1.01);
    z-index: 9;
}
.develop-img,
.develop-text{
    height: 190px;
    overflow:hidden;
}
.develop-text{
    text-align: center;
    position: relative;
}
.develop-point {
    position: relative;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 30px 0 30px 50%;
    transform: translateX(-5px);
    background-color: #dddddd;
}
.develop-text h3{
    color: #555555;
    font-size: 18px;
}
.about-page-img {
    padding: 90px 0 0 0;
}
.about-page-brand{
    font-size: 14px;
    line-height: 42px;
    color: #666666;
}
.about-page-brand span {
    font-weight: bold;
    color: #dab866;
}
.about-page-cultural {
    padding: 60px 0;
    margin-top: 60px;
    width: 100%;
    background-image: url(../images/develop_bg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*==    # ABOUT PAGE end ==*/

/*======    # CONTACT PAGE ======*/
.contact-page {
    /*padding: 60px 0 0 0;*/
    background-color: #f5f5f5;
}
.contact-page .title h2 {
    color: #595c61;
}
.map {
    width: 100%;
    max-width: 1600px;
    max-height: 680px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    filter: grayscale(20%);
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    top: -50px;
}
.map:hover {
    filter: grayscale(0%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.18);
}
.contact-content {
    margin-top: 60px;
    width: 70%;
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    z-index: 2;
}
.contact-content .col-md-4{
    padding: 30px;
    margin-bottom: 0px;
}
.contact-content > div:hover {
    transform: scale(1.05);
}
.contact-content img{
    max-width: 150px;
}
.page-contact h4 {
    font-size: 26px;
    color: #333333;
    line-height: 42px;
    padding-bottom: 20px;
    font-weight: bold;
}
.page-contact h4 span {
    display: block;
    color: #b4b4b4;
    font-size: 12px;
}
.page-contact h4 i {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #b4b4b4;
}
.page-contact p {
    line-height: 48px;
    color: #838383;
    font-size: 14px;
}
.page-contact p span {
    color: #b4b4b4;
}
.news-content img {
    padding: 15px 0;
    max-width: 100% !important;
}
/*==    # CONTACT PAGE end ==*/
/*======    # PROJECTS PAGE ======*/
.project-page {
    /*padding:0;*/
}
.project-page ul{
    clear: both;

}
.project-page ul li {
    float: left;
    width: 32%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.project-page ul li:nth-child(3n) {
    margin-right: 0;
}

.project-page ul li:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15)
}
.project-page ul li:hover img {
    transform: scale(1.1);
}
.project-page ul li:hover .item-text {
    transform: translateY(-10px);
}
.project-page ul li:hover i{
    margin-left: 0;
    opacity: 1;
}
.project-page .item-details {
    width: 20px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
}
.project-page .item-details i {
    position: relative;
    opacity: 0;
    margin-left: -30px;
}
/*==    # PROJECTS PAGE end ==*/

.item-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.item-img .item-img-details {
    /*background-color: rgba(0,0,0,0.5);*/
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 50%;
    transform: translate(-30px,-30px);
}
.item-img .item-img-details i {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-right: -5px;
}
.item-img img {
    position: relative;
    z-index: 1;
    max-height: 186px;
}


.item-text h3 {
    color: #303030;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.item-text h3::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-15px)
}
.item-text p {
    line-height: 28px;
    height: 56px;
    color: #999;
    overflow: hidden;
    text-align: center;
}

/*======    # VIDEO PAGE ======*/
.video-page ul{
    clear: both;

}
.video-page ul li {
    float: left;
    width: 32%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.video-page ul li:nth-child(3n) {
    margin-right: 0;
}

.video-page ul li:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15)
}
.video-page ul li:hover .item-text {
    transform: translateY(-10px);
}
.video-page ul li:hover i{
    margin-left: 0;
    opacity: 1;
}
.video-page ul li:hover .item-img-details{
    top: 50%;
    opacity: 1;
}
 
/*==    # VIDEO PAGE end ==*/

/*======    # GROUP PAGE ======*/
.group-company {
    clear: both;
    max-width: 1600px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.group-company li {
    width: 46%;
    float: left;
    margin-right: 8%;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px;
}
.group-company li:nth-child(2n) {
    margin-right: 0;

}
.group-item-img {
    width: 90%;
    position: relative;
    z-index: 1;
}
.group-company li:hover .group-item-text {
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}
.group-company li:hover .group-item-details {
    height: 60px;
    border-top: 1px solid #f1f1f1;
}
.group-item-text {
    position: absolute;
    width: 95%;
    bottom: 0;
    right: 0;
    padding: 30px 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2;
    text-align: left;
    box-shadow: 0 5px 30px rgba(0,0,0,0.02);
    backdrop-filter: blur(10px); /* 猫茠艗忙鈩⒙β∶撑� */
}
.group-item-text h3,
.group-item-text p,
.group-item-details {
    width: 80%;
    margin: 0 auto;
}
.group-item-text h3 {
    color: #666666;
    margin-bottom: 20px;
}
.group-item-text p {
    color: #999999;
}
.group-item-details {
    height: 0px;
    font-size: 20px;
    text-transform:uppercase;
    overflow: hidden;
    line-height: 60px;
    margin-top: 30px;
    position: relative;
}
/*==    # GROUP PAGE end ==*/


/*======    # NEWS PAGE ======*/
.news-page-list {
    /*padding: 60px 0;*/
}
.news-page-list li {
    padding: 30px 15px 15px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.news-page-list li:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.05)
}
.news-page-list li:hover .news-item-text{
    padding-left: 30px;
}
.news-item-text {
    color: #999999;
    font-size: 14px;
}
.news-item-text h4 {
    color: #333333;
    height: 36px;
    line-height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-item-text i {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}
.news-item-img {
    height: 100%;
    max-height: 160px;
    overflow:hidden;
    text-align: right;
}
.news-item-img img{
    height: 100%;
}
/*==    # NEWS PAGE end ==*/
/*======    # SECTOR PAGE ======*/
.sector-content {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    padding: 30px;
    font-size: 14px;
}
.sector-cat {
    overflow: hidden;
    padding: 0 30px;
}
.sector-cat li {
    float: left;
    margin: 0 30px 15px 0;
}
.sector-cat li a {
    border: 1px solid #dab866;
    font-size: 16px;
    color: #777;
    display: block;
    padding: 8px 30px;
    border-radius: 30px;
}
/*==    # SECTOR-content PAGE end ==*/



/*======    # NEWS PAGE ======*/
.news-content {
    line-height: 2em;
    padding-bottom: 60px;;
}
.news-content p {
    margin-bottom: 20px;
}
.news-description {
    background-color: #f1f1f1;
    line-height: 2em;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 0 30px 0 0;
}
.news-change-page {
    background-color: #f6f6f6;
    margin:20px auto;
    clear: both;
}
.news-change-page a{
    color: #b4b4b4;
    padding: 30px 15px;
    line-height: 2rem;
}
.news-change-page a:last-child {
    text-align: right;
}
.news-change-page a:hover{
    color: #fff;
    background-color:#007291;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.news-change-page a i {
    padding: 0 15px;
    display: inline-block;
}
.news-change-page a:first-child i {
    border-right: 1px solid #d6d6d7;
    margin-right: 15px;
}
.news-change-page a:last-child i {
    border-left: 1px solid #d6d6d7;
    margin-left: 15px;
}

/*==    # NEWS PAGE end ==*/


/*======    # CONTACT PAGE ======*/

/*==    # CONTACT PAGE end ==*/
/*======    #  PAGE ======*/


/*==    # PAGE end ==*/



/*===================================
    # Media Query
==================================================*/
/*------@media (min-width: 992px) 茂录藛盲赂颅莽颅鈥懊ヂ甭徝ヂ光€⒚ｂ偓聛氓陇搂氓卤聫氓鹿鈥⒚尖€� ------*/
@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar > ul li i {
        display: none;
    }
    .site-header #navbar > ul > li > a {
        font-size: 16px;
        /*font-size: 1rem;*/
    }
    .site-header #navbar > ul .sub-menu {
        background-color: rgba(255,255,255,0.8);
        width: 220px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px); /* 猫茠艗忙鈩⒙β∶撑� */
        -webkit-backdrop-filter: blur(10px); /* 氓鈥β济ヂ姑ㄢ偓聛莽鈥八喢ε撀� Safari */
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #efefef;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #007291;
        display: block;
        padding: 13px 20px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header .navigation {
        background-color: rgba(255,255,255,0.8);
    }
    #navbar > ul > li > a {
        white-space: nowrap;
        padding: 20px 15px;
    }
    #navbar > ul > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 8px;
        font-size: 0.5rem;
        position: absolute;
        right: 4px;
        top: 35%;
    }
    .banner-pagination {
        border-top: 1px solid rgba(0,0,0,0.3);
        height: 66px;
        text-align: right;
        line-height: 66px;
        padding-right: 50px;
    }
    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid #FFF;
        background: none;
        margin: 0 10px;
        display: inline-block;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #f5a32a;
        border-color: #f5a32a;
        position: relative;
    }
    .banner .swiper-pagination-bullet-active:after{
        content: '';
        height: 1px;
        width: 20px;
        background: #f5a32a;
        top: -28px;
        left: -6px;
        position: absolute;
    }

}

/*------ @media (min-width: 1200px) 氓陇搂氓卤聫氓鹿鈥⒚妓喢β∨捗┞澛�>= 1200px茂录鈥� ------*/
@media screen and (min-width: 1200px) {
    #navbar > ul > li > a {
        white-space: nowrap;
        padding: 20px;
    }
    .about-content {
        max-width: 998px;
    }

    
    
}




/*------@media (min-width: 992px) 盲赂颅莽颅鈥懊ヂ甭徝ヂ光€⒚妓喢β∨捗┞澛�>= 992px茂录鈥� ------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .site-header .container-fluid {
        padding: 0 5px;
    }
    #navbar > ul > li > a {
        white-space: nowrap;
        padding: 20px 10px;
    }
    .navbar-right {
        margin-right: none;
    }
     #navbar > ul > .menu-item-has-children > a:before {
        display: none;
    }




}


/*------@media (max-width: 991px) 氓掳聫氓卤聫氓鹿鈥⒚妓喢ヂ孤趁β澛棵ｂ偓聛忙鈥扳€姑ε撀好尖€� ------*/
@media screen and (max-width: 991px) {
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .banner {
        padding-top:60px;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .site-header .navbar-header {
        float: none;
    }
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 18px;
        font-size: 0.875rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header .navbar-header button {
        background-color: #dab866;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 12px;
        /*z-index: 20;*/
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #f5a32a;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        /*z-index: 20;*/
    }
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }
    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
    }
    .page-title {
        right: 15px;
    }
    .breadcrumb ul {
        height: 60px;
        padding:15px 0;
        text-align: center !important;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        border: none;
    }
    .breadcrumb ul li {
        margin-right: 15px;
        margin-left: 0px;
    }
    .breadcrumb ul li:last-child {
        margin-right: 0px;
    }
    .contact-page {
        margin-bottom:-50px;
    }
    .map {
        max-height: 480px;
        height: 680px;
        top: -50px;
        filter: grayscale(0);
    }
    .map img {
        height: 100%;
        width: auto;
    }
    .contact-content {
        width: 90%;
        background-color: rgba(255,255,255,0.6);
        backdrop-filter: blur(5px);
        position: relative;
        box-shadow: 0 5px 20px rgba(0,0,0,0.10);
        z-index: 2;
    }
    .video-page ul li,
    .video-page ul li:nth-child(3n),
    .project-page ul li,
    .project-page ul li:nth-child(3n) {
        width: 48%;
        padding : 0;
        margin-right: 4%;
        background-color: #ffffff;
        
    }
    .video-page ul li:nth-child(2n),
    .project-page ul li:nth-child(2n) {
        margin-right: 0;
    }
    .item-text h3,
    .item-text p {
        width: 92%;
        line-height: 1.2em;
        margin: 0 auto;
    }
    .item-text h3 {
        margin-bottom: 10px;
        padding: 10px 0;
        font-size: 16px !important;
    }
    .group-company li {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .about-page-develop::after {
        display: none;
    }
    .develop-mobile {
        position: relative;
    }
    /*.develop-mobile::after {
        position: absolute;
        width: 10px;
        height: 2000px;
        background-color: red;
        top: 0;
        left: 30px;
        content: '';
        z-index: 1;
    }*/

    .d-item {
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        padding: 20px;
    }
    .develop-img,
    .develop-text{
        height: auto;
        overflow:hidden;
    }
    .develop-text{
        text-align: center;
        position: relative;
    }
    .develop-point {
        position: relative;
        z-index: 2;
        width: 60px;
        height: 3px;
        border-radius: 3px;
        margin: 20px auto;
        transform: translateX(0);
        background-color: #dddddd;
    }
}

/*------@media (min-width: 768px) 氓掳聫氓卤聫氓鹿鈥⒚妓喢ヂ孤趁β澛�>= 768px茂录鈥� ------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-img {
        max-height: 580px;
    }
   .news-title-list a{
        padding: 10px 7px;
    }
}



/*------@media (max-width: 768px) 猫露鈥γヂ奥徝ヂ甭徝ヂ光€⒚妓喢︹€扳€姑ε撀�<= 768px茂录鈥� ------*/
@media screen and (max-width: 767px) {
    .pages-banner img {
        position: relative;
        left: -50%;
        width: auto;
        min-height: 350px;
    }
    .page-title {
        transform: scale(0.8);
        margin-top: -3%;
    }
    .about-content {
        width: 90%;
    }

    /**environment**/
    .environment .container-fluid{
        width: 100%;
        padding: 0;
    }
    .environment-content2 {
        padding:100px 0 60px 0;
        position: relative;
        margin-top:-40px;
        overflow: hidden;
    }
    .environment-content2 .swiper-slide-active,
    .environment-content2 .swiper-slide-duplicate-active
    {
        transform: scale(2.8);
        z-index: 2;
        opacity: 1;
    }
    .environment-content2 .swiper-slide-active p,
    .environment-content2 .swiper-slide-duplicate-active p
    {
        font-size: 0.4em;
        text-align: center;
        padding: 2px 0;
        opacity: 1;
        display: block;
        transform: scale(1);
    }
    .achievement {
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
        background-attachment: scroll;
        background-size: 100% auto;
        background-position: center;
    }
    .pages-banner {
        /*padding-top: 60px;*/
        position: relative;
        height: 350px;
        padding-top: 60px;
        overflow: hidden;
    }
    .pages-banner img {
        position: relative;
        margin-left: -50%;
    }
    .news-title-list {
        width: 100%;
    }
    .news-title-list ul {
        height: 60px;
        padding:15px 0;
        text-align: left;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        border: none;
    }
    .news-title-list ul li {
        margin-right: 15px;
        margin-left: 0px;
    }
    .news-title-list ul li:last-child {
        margin-right: 0px;
    }
    .news-title-list a {
        background-color: #e1e1e1;
    }
    .news-list {
        padding-left: 0 !important;

    }
    .qrcode {
        margin-top: 0px;
    }
}
.odometer-formatting-mark {
    display: none;
}