body {
	color: #333;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	font-family: "微软雅黑";
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
	background: #0484f7;
	color: #fff;
}

::-moz-selection {
	background: #0484f7;
	color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li { padding: 0; margin: 0;
}
li{ list-style-type: none;}
a {
	color: #333;
}

a:hover {
	color: #0484f7;
}

p {
	line-height: 22px
}
                    
.iconfont{font-size:50px;font-style:normal;}
.top{ background: #383838; color: #fff; height: 30px; line-height: 30px;display: none;}
.top .top-fl{ float: left;font-weight: 300;}
.top .top-fr{ float: right;font-weight: 300;}
.top .top-fl .fa{font-weight: 300;}

/*header*/
.header-frontend .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	/*padding: 15px 0 0 15px;*/
    padding: 0;
}

.navbar-brand span {
	color: #f25f5b;
}

.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

.header-frontend .navbar-default {
	background-color: #fff;
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	background: none;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: #fff;
	background-color: #0484f7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    text-align: center;
}
.header-frontend .navbar-default .navbar-nav> .open> a,
.header-frontend .navbar-default .navbar-nav> .open> a:hover,
.header-frontend .navbar-default .navbar-nav> .open> a:focus {
	color: #fff;
	background-color: #0484f7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-nav> li> a {
    line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 23px;
	padding-right: 23px;
	color: #222222;
    border: none;
    font-weight: 500;
}
.header-frontend .navbar-nav> li> a:hover {
    border: none;
}

.dropdown-menu li a:hover {
	color: #fff !important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
    text-align: center;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 40px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
  text-align: center;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.biaoti{ margin-top: 20px;} /*display: flex; justify-content: space-between*/
.biaoti h2 ,.biaoti p , .biaoti span{ text-align: center;height: 40px;font-weight: 700;color: #0484f7;}
.biaoti p{     color: #b2b2b2;font-size: 10px;text-transform: uppercase;position: relative;}
.biaoti p::after{width: 19px;height: 1px;background: #d2d2d2;display: block;content: "";position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 14px;}
.biaoti span { border-bottom: 5px solid #0484f7; font-weight: bold; font-size: 18px;}
.english{ text-align: center;margin-top: 15px}
.line{ border-bottom: 1px solid #ddd; margin-top: -1px;}
/*.mt{ margin-top: 8px;}*/
.f-box {
    background: #f4f4f4;
    padding:30px 30px 35px;
    text-align: center;
    min-height: 180px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box h2{ margin-top: 20px;}
.f-box .yw{ color: #aaa; text-transform:uppercase; letter-spacing: 1px; font-size: 20px; margin: 10px 0;}
.f-box .f-text{ color: #666;}
.f-box u{ margin: 15px auto; width: 85px; height: 3px; background: #ddd; display: block;}
.recent-work-wrap img{ width: 100%;}
.recent-work-wrap{ margin-bottom: 20px;} /*border: 1px solid #ddd;*/
.recent-work-wrap img:hover{ opacity: .9;}
.recent-work-wrap .title {text-align: center;margin-top: 14px; width: 300px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-left: auto;margin-right: auto;}
.more{ margin: 0 auto; display: block; width: 150px; height: 40px; text-align: center; line-height: 36px; color: #fff; background: #31afdf; border: 2px solid #31afdf; border-radius: 8px;transition: 0.3s ease;}
.more:hover{background: #fff;}
.news{ background: #31afdf; padding: 50px 0 50px 0; overflow: hidden;}
.newtit{ width: 185px; height: 59px; border: 2px solid #fff; margin: 0 auto;}
.newtit h2{ line-height: 40px; font-size: 24px; color: #fff; text-align: center;}
.newtit span{ width: 150px; margin: 0 auto; background: #31afdf; text-transform: uppercase; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; display: block;}

.nav-tabs{ border: 0; }
.nav>li>a{ background: #fff; border: 2px solid #fff; color: #31afdf; border-radius:50px; padding: 5px 30px;}
.nav>li>a:hover{  background: #fff; border: 2px solid #fff; color: #31afdf;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: #31afdf; border: 2px solid #fff; color: #fff;}
.tab-content{ margin-top: 30px;}
.newstext{ text-align: center; color: #fff; margin: 30px 0; font-size: 16px;}
.newslist li a{ color: #fff;}
.newslist li{ line-height: 30px; overflow: hidden;}
.newslist i{ float: left; width: 270px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-style: normal;}
.newslist span{ float: right;}
.newsul{margin: 0;width: auto;text-align: center;}
.newsul li{display: inline-block;margin-right: 0!important;float: unset;}
.newsul li + li{margin-left: 15px;}
.partner img{ width: 100%; border: 1px solid #ddd; margin: 10px 0;}
.add{ background: #f9f9f9; padding: 20px 0; }
.add img{ width: 100%;}
.add h2{ font-size: 24px; margin-bottom: 15px;}
.add p{font-size: 16px; line-height: 30px; font-weight: 300;}
.add .btn-default{ background: #31afdf; color: #fff; border: 2px solid #fff; margin-top: 15px; transition: ease 0.3s;}
.add .btn-default:hover{ background: #fff; border: 2px solid #31afdf; color: #31afdf;}
.contact{ margin-top: 60px;}
.copyright{ padding: 15px;;background: #3c424e;}
.copy-left { color: #fff; font-size: 20px;}
.copy-left .iconfont{ font-size: 32px;}
.copy-left p{ margin-top: 10px; text-align: center;}
.kf{ margin: 15px auto; font-size: 13px; color: #fff; border-radius:20px; background: #31afdf; border: 2px solid #31afdf; display: block; width: 100px; text-align: center; height: 30px; line-height: 26px; transition: ease 0.3s;}
.kf:hover{ background: transparent; border: 2px solid #31afdf;}
.copy-left{ float: left; margin-top: 15px;}
.copy-mid{ float: left;}
.copy-mid a{ color: #999; font-weight: 300; text-align: center; display: block;}
.copy-mid li{ float: left; width: 102px;line-height: 30px}
.copy-mid h2{ text-align: center; color: #fff; font-size: 16px; line-height: 50px; font-weight: 300;}
.copy-right{ float: right; width: 150px; text-align: center;}
.copy-right p{ color: #fff; height: 55px; line-height: 50px; overflow: hidden; font-size: 20px; font-weight: 300;}
.copy{ line-height: 45px; background: #000; text-align: center; color: #999;display: flex;place-content: center;justify-content: space-evenly;align-items: center;}
.homeCompanyProfile{width: 100%;display:flex;justify-content: space-between;align-items: center;margin: 0 auto;padding: 40px 0 40px;}
.companyProfileContent{width: 500px;}
.companyProfileImg img{width: 100%}
.contentTitle{font-size: 40px;position: relative;color: #0484f7;}
/*.contentTitle::after{ width: 40px;height: 6px;background: #0484f7;display: block;content: "";position: absolute;left: 0;bottom: 0;}*/
.contentText{font-size: 14px;margin: 15px 0 30px;line-height: 30px;text-indent: 2em}
.contentMore,.viewDetails,.seeMore{display:block;width: 110px;height: 46px;background: #0484f7;font-size: 14px;text-align: center;line-height: 46px;border: 1px solid #0484f7;}
.contentMore,.seeMore{color: #fff;}
.contentMore:hover,.viewDetails:hover,.seeMore:hover{background: none;color:#0484f7;}
.seeMore{margin: 20px auto;width: 100px!important;}
.viewDetails{color: #fff;margin: 72px auto 0}
/*.seeMore{margin-top: 3px}*/
.pcContact{display: flex;justify-content: space-between;align-items: center;height: 130px;border-bottom: 1px solid #585f69;}
.pcContact ul{display: flex;justify-content: space-around;align-items: center;width: 700px;}   /*justify-content: space-between;*/
.pcContact ul li{color: #fff;line-height: 18px}
.pcContact ul li img{font-size: 20px}
.pcContact ul li h3{font-size: 14px;opacity: 0.6;line-height: 32px;}
.pcContact ul li p{font-size: 16px}
.contactLogo img{width: 300px}
.footerRow{margin-top: 10px}
.indexNews h4{
    margin-top: 15px;
    height: 74px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;}
.indexNews section:hover{box-shadow:0 0 20px rgba(0, 0, 0, 0.3);transition: 0.5s ease;}
.publicNetwork a{color: #999}
.publicNetwork a:hover{color: #0484F7;}

/*集团成就位次样式*/
.achievementsBox{
    position: relative;
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 0 auto;
}
.achievements{
    width: 285px;
    position: relative;
    float: left;
    text-align: center;
    padding: 25px 0;
}
.achievementsPlacenumber{
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    font-family: "CenturyGothicStd-Bold";
}
.achievementsPlacecontent{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 5px 0 0;
}
.achievements i{
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 85px;
    background: url(/static/index/img/num-divide.png) no-repeat center;
    margin-top: -43px;
}
.achievements:nth-last-of-type(1) i:nth-last-of-type(1){
    display: none;
}
/*pc端搜索样式*/
/* 搜索触发按钮 */
.search-trigger {
    width: 85px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #0484F7;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-trigger:hover {
    background: #0484F7;
    color: #fff;
}
/* 蒙层样式 */
.overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}
/* 搜索容器 */
.search-container {
    position: fixed;
    top: 70px; /* 根据导航栏高度调整 */
    left: 0;
    right: 0;
    background-color: rgba(242, 242, 242, 1);
    padding: 14px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    z-index: 999;
    /*margin-top: 20px;*/
}

.search-container.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* 搜索框布局 */
.search-box {
    display: flex;
    gap: 1rem;
    max-width: 90%;
    margin: 0 auto;
}
.searchForm{
    display: flex;
    gap: 1rem;
    width: 90%;
    margin: 0 auto;
}
/* 输入框样式 */
.search-input {
    flex: 1;
    height: 50px;
    padding: 5px 15px;
    border: 1px solid #007bff;
    border-radius: 36px;
    font-size: 14px;
}

/* 搜索按钮样式 */
.search-btn {
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #0056b3;
}
.detailImgList span{
    width: 190px;
    white-space: nowrap;   /* 禁止换行 */
    overflow: hidden;      /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 超出部分显示... */
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .navbar-brand>img{ width: 250px;}
    .jSlider img{height: 600px;object-fit: cover}
    .companyProfileImg{width: 400px}
}
@media (min-width: 768px) and ( max-width: 1373px) {
    .search-container{top: 140px!important;}
}
@media (min-width: 768px) and (max-width: 1023px){
    .copyApp{ display: none!important;}
}
    @media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .product{ display: none;}
    .img{ display: none;}
    .copyright{ display: none;}
}

@media  (max-width: 767px) {
    .jSlider img{height: 300px!important;object-fit: fill;margin-top: 31px}
	.productdetail img{ width: 100%;}
	.copy{ padding: 15px 0;display: block}
	.newslist i{ width: 200px;}
	.nav>li>a{ padding: 5px 15px;}
	.nav>li{ margin-right: 18px;}
	.f-box{ padding: 20px 0; min-height: 150px!important;}
    .f-box h4{font-size: 15px}
    .indexNews:hover .f-box{
        margin-left: -1px;
    }
    .indexNews{
        width:inherit !important;
    }
	.f-box h2{ margin-top: 10px; font-size: 20px;}
	.f-box .yw{ font-size: 14px;}
	/*.biaoti h2{ font-size: 18px;}*/
	.iconfont{ font-size: 40px;}
	.f-box .f-text{ padding:0 5px ;}
    .navbar-brand{ display: block; margin-top: 5px;}
    .navbar-brand>img{ width: 120px;}
    .navbar-toggle {
        margin-top: 15px;
    }
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }
    .header-frontend .navbar-nav> li> a{ line-height: 30px; border-radius: 5px;
    -webkit-border-radius: 5px;}
    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }
    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }
    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }
    .breadcrumb.pull-right{
        padding: 0;
    }
    .search, .bx-controls-direction {
        display: none;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .property img {
        width: 80%;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }
    .purchase-btn {
        line-height: 98px;
    }
    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
        padding: 15px!important;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
    .scd_l .s_navapp.visible-xs{
        display: flex !important;
        flex-flow: wrap;
        border: none;
        padding: 0;

    }
    .s_navapp li{
        width: 31%;
        height: 4vh;
        line-height: 4vh;
        background: #555;
        color: #fff;
        padding: 0 0.2rem;
        margin: 0 2% 0.5rem 0;
        text-align: center;
    }
    .s_navapp li a{
        color: #fff
    }
    .s_navapp li.now{
        background: #0484f7;
    }
    /* 移动端图片列表样式   */
    #contentImg{
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        place-items: center;
    }
    .detailImgList{
        display: grid;
        text-align: center;
        font-size: 12px;
        /*margin-left: 10px!important;*/
    }
    .detailImgList img{
        width: 210px;
        height: 150px!important;
        border: none!important;
        padding: 3px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }
    .scd .scd_l{
        z-index: 0!important;
    }
    .container{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;

    }
    .copyApp {
        width: 100%;
        height: 130px;
        background: none;
    }
    .new{
        min-height: 314px;
        margin-bottom: 5rem;
    }
    .new p img{
        width: 100%;
        height: auto;
    }
    .about{
        width: 100% !important;
        margin-bottom: 5rem!important;
    }
    .about div table{
        width: 100%!important;
    }
    /*返回顶部按钮样式*/
    .returnTop {
        position: relative;
        text-align: center;
        padding: 10px;
    }

    .returnTop::before,
    .returnTop::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 45%;
        height: 1px;
        background-color: #d6d6d6;
    }

    .returnTop::before {
        left: 0;
    }

    .returnTop::after {
        right: 0;
    }

    .topText {
        position: relative;
        z-index: 1;
        font-size: 18px;
        background-color: #F1F3F8; /* 背景色与页面背景色一致 */
        padding: 0 10px;
        color: #0484f7;
        cursor: pointer;
        display: inline-block;
        font-weight: 900;
    }
    .homeCompanyProfile{
        flex-direction: column;
        padding: 50px 0 30px 0;
    }
    .companyProfileContent{
        width: inherit;
    }
    .companyProfileImg{margin-bottom: 37px;width: 350px}
    .contentTitle{font-size: 30px;position: relative;padding-bottom: 15px}
    /*.contentTitle::after{ width: 30px;height: 5px;background: #0484f7;display: block;content: "";position: absolute;left: 0;bottom: 0;}*/
    .contentText{font-size: 14px;margin: 20px 0 30px;line-height: 24px;text-align: justify;}
    .phoneMore,.viewDetails,.seeMore{display:block;width: 90px;height: 30px;background: #0484f7;font-size: 14px;text-align: center;line-height: 30px;border: 1px solid #0484f7;}
    .phoneMore,.seeMore a{color: #fff;}
    .phoneMore:hover{background: none;color:#0484f7;}
    .recent-work-wrap .title{
        max-width: 150px;
        font-size: 13px;
    }
    .detailImgList span{
        width: 140px;
    }
    /*手机端搜索样式*/
    .search-trigger {
        width: 36px;
        height: initial;
        line-height: inherit;
        float: right;
        margin-right: 10px;
        margin-top: 16px;
        text-align: center;
        font-size: 21px;
        color: #0484F7;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .search-trigger:hover {
        background: none;
        color: #0484F7;
    }
    /* 蒙层样式 */
    .overlay-search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 998;
        display: none;
    }
    /* 搜索容器 */
    .search-container {
        position: fixed;
        top: 60px; /* 根据导航栏高度调整 */
        left: 0;
        right: 0;
        background-color: rgba(242, 242, 242, 1);
        padding: 12px 10px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
        z-index: 999;
    }

    .search-container.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    /* 搜索框布局 */
    .search-box {
        display: flex;
        gap: 1rem;
        max-width: 90%;
        margin: 0 auto;
    }

    /* 输入框样式 */
    .search-input {
        flex: 1;
        height: 40px;
        padding: 5px 15px;
        border: 1px solid #007bff;
        border-radius: 36px;
        font-size: 14px;
    }

    /* 搜索按钮样式 */
    .search-btn {
        padding: 7px;
        background: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .search-btn:hover {
        background: #0056b3;
    }
    .honors{display: grid;grid-template-columns: repeat(2, 1fr) !important;}
    .row::before {content:none;}
    .row{width: 100%}
    .recent-work-wrap .overlay{height: 80% !important;padding: 10px!important;}
    .recent-work-inner h3{font-size: 14px!important;}
    .recent-work-inner{margin-top: 30px!important;}
    .recent-work-wrap .overlay .preview{font-size: 14px!important;}
    .recent-work-wrap img{height: 110px!important;}

    /*微信弹框*/
    /* 遮罩层 */
    .modal-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 999;
    }

    /* 弹窗盒子 */
    .modal-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        background: white;
        border-radius: 7px;
        padding: 20px;
        text-align: center;
    }

    /* 关闭按钮 */
    .close-btn {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 24px;
        color: #999;
        cursor: pointer;
    }

    /* 二维码图片 */
    .qrcode-img {
        width: 200px;
        height: 200px;
        margin: 15px auto;
        display: block;
    }

    /* 文字说明 */
    .tips {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }

    /* 打开微信按钮 */
    .open-wechat {
        display: inline-block;
        padding: 8px 15px;
        background: #0484f7;
        color: #fff;
        text-decoration: none;
        margin-top: 10px;
        border-radius: 2px;
    }
    .open-wechat:hover{color: #fff!important;}
    /*手机端动画列表样式*/
    /* 增加触控响应区域 */
    .dl-item {
        padding: 20px!important;
        margin: 15px 0!important;
    }

    @media (hover: none) {
        .dl-item.active {
            transform: translateX(15px);
        }
    }
/* 集团事迹及成就手机端样式 */
    .achievements{
        background: #0484f7;
        width: 50%;
        color: #fff;
        line-height: 0.36rem;
        height: 14rem;
    }
    .achievementsPlacenumber{
        font-size: 35px;
        line-height: 4.6rem;
        margin-bottom: 0.3rem;
        margin-top: 0.7rem;
        font-family: 'CenturyGothicStd-Bold';
    }
    .achievementsPlacecontent{
        font-size: 13px;
        color: #fff;
        line-height: 2.5rem;
        margin: 5px 0 0;
        padding: 0 5px;
    }
    .achievements:nth-child(2),.achievements:nth-child(3){
        background: #0484f7d1;
    }
}

@media (max-width: 480px) {
    .header-frontend .navbar {
        min-height: 60px;
        background: #fff;
        background-size: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999999;
        position: fixed;
        padding: 0.2rem 0.5rem 0;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    }
    .navbar-collapse,.collapse in{
        border: none;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }
    .navbar-brand {
        /*margin-top: 10px !important;*/
        float: left !important;
    }
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

.pst_bg{ width:100%; height:72px;}
.pst{ width:1100px; text-align:left; margin:0px auto; height:72px; line-height:72px; padding-left:2.5rem; font-size:16px; color:#777;}
.pst a{ color:#777;}
.pst a:hover{ color:#006FBF;}
.pst .fa-home {font-size: 18px;}
.scd{ width:1100px; margin:0px auto;}
.scd .scd_l{ width:210px; float:left; position:relative; z-index:99;}
.scd_l .s_name{ width:210px; height:50px; line-height: 50px; background: #0484f7; position:relative; font-size: 18px; color: #fff;text-align: center;}
.scd_l .s_name span{font-size: 12px;letter-spacing: 1px;}
.scd_l .s_name img{ vertical-align:top; margin-top:18px;}
.scd_l .s_name i{ display:block; width:30px; height:31px; position:absolute; right:-30px; bottom:-1px;}
.scd_l .s_nav{ width:210px; background: #f0f0f0; margin-bottom:20px;padding: 10px; font-size: 12px;border: solid 1px #e5ebf1;}
.scd_l .s_nav li{ height:45px; line-height:45px;background: url(../img/type-one.png) no-repeat right 12px center #ecebeb;background-size: 18px;margin-bottom: 5px;}
.scd_l .s_nav li a{ height:45px; line-height:45px; font-size:16px; display:block; *display:inline; zoom:1;color: inherit;padding: 0 11px}
.scd_l .s_nav li.now a,.scd_l .s_nav li a:hover{ color:#0484f7;background: url(../img/type-two.png) no-repeat right 12px center #d9ecfe;background-size: 18px; padding: 0 11px;}
.s_nav .now a{ color:#0099FF;}
.s_nav a:hover{color:#0099FF;}
.scd_l .s_nav li:last-child{ border-bottom: 0;}
.scd .scd_r{ width:855px; float:right; }
.scd_r .r_name{ width:100%; height:40px; border-bottom:1px solid #ddd; position:relative;}
.scd_r .r_name span{ display:inline-block; *display:inline; zoom:1; height:40px; line-height:40px; font-size:18px; border-bottom:3px solid #007ED6;}   /*color:#007ED6;*/
.about{ width:100%; padding:30px 0; font-size:14px; color:#555555; line-height:255%; text-align:left;}
.about img{ max-width:100%; height:auto; vertical-align:top;}
.about > div > .MsoNormal {line-height: 40px;} /*text-indent: 3rem;*/
.about > div > p img{margin-left: auto!important;margin-right:auto!important;float: none!important;}
.pages{ width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}
.pages a{ display:inline-block; *display:inline; zoom:1; height:30px; line-height:30px; vertical-align:top; font-size:16px; color:#555555; margin:0 3px;}
.pages .now{ color:#179EED;}
.pages .prev,.pages .next{ color:#FFF; background:#646464; padding:0 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;transition: ease 0.3s;}
.pages .prev:hover,.pages .next:hover{background:#31afdf;}
.new{ width:100%; padding:30px 0;}
/*.new dl{ width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}*/
dl.clearfix:last-of-type {border-bottom: none!important; }/* 移除最后一个元素的底部边框 */
.new dl dt,.new dl dt img{ width:235px; height:135px; float:left; vertical-align:top;}
.new dl dt{ border:3px solid #eee;}
.new dl dd{ text-align:left;}  /**width:595px; float:right; */
.new dl dd .title{ width:100%; height:30px; line-height:30px; position:relative;}
.new dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; font-size:16px;}/*color:#0063B3;*/
.new dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:0; top:0; font-size:14px; color:#888;}
.new dl dd .des{ width:100%; height:69px; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-bottom:6px;}
.new dl dd .more1{ display:inline-block; *display:inline; zoom:1; width:82px; height:24px; border:1px solid #0063B3; background-color: #fff; text-align:center; line-height:24px; font-size:14px; color:#0063B3;transition: all ease .3s;}
.new dl dd .more1:hover{ background-color: #31afdf;color: #fff;border:1px solid #31afdf;}
.lianxi{ margin: 15px 0;}
.lianxi p{ line-height: 30px;}
.lianxi img{ margin: 15px 0; display: block;}
.sub{background: #f44234;
    color: #fff;
    border: 0;
    margin-top: 15px;}
    .lianxi span{ color: red;}
.new dl .newcontent{ width: 855px;}
.new dl .newcontent .des{ height: 45px;}
.new dl dd .des a{ color: #555;}
.detail{ padding-bottom: 25px;}
.detail h2{ text-align: center; font-size: 18px; margin-top: 20px;}
.detail .lj {color: #666;text-align: center; margin-top: 8px; margin-bottom: 30px; font-size: 12px;}
.pagebox{ border-top: 1px dashed #ddd; margin-bottom: 50px;}
.pagebox a{ width: 50%; float: left; line-height: 45px;}
.pagebox .down{ float: right; text-align: right;}
/*搜索和模块列表动画样式*/
.dl-item {
    padding: 16px;
    margin: 12px 0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease;
    position: relative;
    left: 0;
    will-change: transform; /*预加载*/
    backface-visibility: hidden;
    transform: translateZ(0);/*分离渲染层*/
}

/* 波浪动画关键帧 */
@keyframes wave-motion {
    0% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(25px);
    }
    70% {
        transform: translateX(18px);
    }
    100% {
        transform: translateX(20px);
    }
}

.dl-item.active {
    animation: wave-motion 0.6s forwards;
    box-shadow: 3px 0 12px rgba(0, 123, 255, 0.2);
    font-weight: 600;
}
@media screen and (max-width:770px){
	.scd .scd_r,.scd .scd_l{ width:100%;}
    .scd_l .s_name i{ display:none;}
   /* .scd .scd_l{ margin-top:25px;}*/
    .scd_l .s_name{ width:100%; background-size:100% 100%; text-align:left;}
    .scd_l .s_name img{ margin-left:30px;}
    .scd_l .s_nav{ width:480px;}
    .scd_l .s_nav li a{ width:450px;}
    .pst{ text-align:left; width: 480px;font-size:1.26rem;}
    .scd { width: 480px;}
    .new dl dd{ width:230px;}
    .new dl .newcontent{ width: 100%;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; }
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}
}
@media screen and (max-width:510px) {
	.scd_l .s_nav{ width:320px;}
    .scd_l .s_nav li a{ width:290px;}
    .pst{ font-size:1.2rem; width: 320px;margin: 0 0 0 2.5rem;}
    .scd { width: 320px;}
    .new dl dd{ width:100%;}
    .new dl dt, .new dl dt img{ width:314px; height:180px;}
    .lianxi img{ width: 100%;}
    .new dl .newcontent{ width: 100%;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; line-height: 30px;}
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}


}

#recent-works .col-xs-12.col-sm-4.col-md-4 {padding: 0;}
#recent-works {background-size: cover;padding-bottom: 70px;}
.recent-work-wrap{	position: relative; display: block;overflow: hidden; /* 隐藏超出容器的部分 */}
.recent-work-wrap img {	width: 100%;height:215px;object-fit: cover; /* 保持图片比例并覆盖容器 */transition: transform 0.3s ease; /* 添加过渡效果 */transform-origin: center center; /* 设置缩放中心点为图片中心 */}
.recent-work-wrap .recent-work-inner {top: 0;	background: transparent; opacity: 1; width: 100%; border-radius: 0;	margin-bottom: 0;text-align: center;margin-top: 50px}
.recent-work-wrap .recent-work-inner h3 {margin: 10px 0;}
.recent-work-inner h3:hover{color: #0484f7;}
.recent-work-wrap a:hover{color: inherit}
/*.recent-work-wrap .recent-work-inner h3 a {	font-size: 24px;color: #fff;}*/
.recent-work-wrap .overlay {position: absolute;top: 0;left: 0;width: 100%;height: 90%;opacity: 0;border-radius: 0;background: #000;color: #fff;vertical-align: middle;-webkit-transition: opacity 500ms;-moz-transition: opacity 500ms;-o-transition: opacity 500ms;transition: opacity 500ms;padding: 30px;}
.recent-work-wrap .overlay .preview {bottom: 0;	display: inline-block;	height: 35px;	line-height: 35px;border-radius: 0;background: transparent;text-align: center;color: #fff;font-size: 20px;}
.recent-work-wrap:hover .overlay {opacity: 0.8;}
.recent-work-wrap:hover img{ transform: scale(1.1); /* 鼠标悬停时放大图片 */}
.scd_r .pro img{ width: 100%;}
.scd_r .pro p{ text-align: center; background: #F5F5F5; line-height: 30px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.scd_r .pro{ margin-bottom: 20px;}
.indexNews {
    position: relative;
    overflow: hidden; /* 新增关键属性 */
    padding: 0;
    margin: 7px 7px 20px 7px;
    width: 32%;
}

/* 图片样式调整 */
.indexNews img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    display: block;
    will-change: transform; /* 优化动画性能 */
}

/* 调整后的悬停效果 */
.indexNews:hover img {
    transform: scale(1.2); /* 适当减小放大值 */
}

/* 优化后的文字框样式 */
.f-box {
    background: #f4f4f4;
    color: #333; /* 添加默认文字颜色 */
    padding: 30px 30px 35px;
    text-align: center;
    min-height: 180px;
    position: relative; /* 新增定位 */
    z-index: 1; /* 确保文字在上层 */
    transition: all 0.7s ease; /* 简写过渡属性 */
}

/* 悬停时文字框效果 */
.indexNews:hover .f-box {
    background: #0484f7; /* 示例醒目颜色 */
    color: #fff;
    transform: translateZ(10px); /* 添加细微的3D效果 */
}
/*----slider----*/
#slider {
    width: 100%;
    margin: 0 auto;
}
/*#slider.jSlider {*/
/*    max-width: 1280px;  !* 设置最大宽度 *!*/
/*    width: 80%;         !* 按屏幕比例显示 *!*/
/*    margin: 0 auto;     !* 水平居中 *!*/
/*    overflow: hidden;   !* 隐藏溢出内容 *!*/
/*}*/

/* 保持图片在容器内的自适应 */
/*#slider.jSlider img.img-responsive {*/
/*    width: 100%;*/
/*    height: 400px;*/
/*}*/

/*轮播图单张图片取消jslider.min.css里宽高为0的限制*/
.jSlider>div>*{
    width: 100%;
    height: 100%;
}

/* responsive rules */
@media (max-width: 713px) {
    #slider {
        width: 100%;
        height: auto; /* reset slider height to automatically fix with the first image height. */
        border: none;
        margin-top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
/*----/ slider----*/

/*----liuyan----*/
.liuyan label {font-weight: 300;}
/*----/ liuyan----*/