/* Add here all your css styles (customizations) */
/*.header-top {
	height: 30px;
	background-color: black;
}*/

#logo {
	height: 42px;
	width: 153px;
}
.content-boxes-v3 {
	margin-top: 40px;
	margin-bottom: 55px;
}
.about-icon {
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.about-image {
	margin-bottom: 80px;
}
.slogen {
	padding-top: 25px;
}
.slogen h1 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 100;
}
.slogen>h1{
	margin-bottom: 40px;
}
#sv-1 {
	margin-top: 90px;

}
#sv-2 {
	margin-top: 80px;
}
#sv-3{
	margin-top: 80px;
}


.color-white h1 {
	color: white;
}
.color-theme1 h3, .color-theme1 h2, .color-theme1 h1 {
	color: #f0f1f7;
}
.color-theme2 h3, .color-theme2 h2, .color-theme2 h1 {
	color: #2fb2b9;
}
.color-theme3 h3, .color-theme3 h2, .color-theme3 h1 {
	color: #006797;
}
.color-theme4 h3, .color-theme4 h2, .color-theme4 h1 {
	color: #18305c;
}

.portfolio {
	text-align: center;
}
.portfolio-icon {
	width: 100px;
	margin-bottom: 30px;
}

.list-unstyled {
	text-align: center;
}

.list-unstyled h3 {
	margin-top: 30px;
}

#bc-cases {
	margin-top: 74px;
	padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/patterns/breadcrumbs.png) repeat;
}

#contact li {
	letter-spacing: 1px;
}
#contact p {
	letter-spacing: 1px;
}

.blog-img {
	margin-bottom: 40px;
}
.blog-post-tags {
	margin-bottom: 15px;
}


/*---------     cases pages     ---------*/

.copyright-section{
    border-top: solid 2px #18305c;
}

.modal-default .modal-content {
    background-color: #fff;
    border-radius: 5px;
    border: none;
}

.modal-default .modal-header {
    border-bottom: none;
    padding: 15px;
}

.modal-default .modal-title {
    color: #333;
    font-size: 18px;
}

.modal-default .modal-body {
    padding: 20px;
}

.modal-default .modal-footer {
    border-top: none;
    padding: 15px;
}

#code img {
    width: 200px;
    height: 200px;
}

.right-nav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.right-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-nav li {
    background: rgba(0,0,0,0.5);
    margin-bottom: 1px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s;
}

.right-nav li:hover {
    background: rgba(0,0,0,0.8);
    width: 120px;
}

.right-nav .code {
    background: url(wxcode.png) no-repeat center;
    background-size: 20px;
    width: 100%;
    height: 100%;
}

.right-nav .phone {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    white-space: nowrap;
    display: none;
}

.right-nav li:hover .phone {
    display: block;
}

.right-nav .enjoy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.right-nav .enjoy li {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background: transparent;
}

.right-nav .enjoy li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.right-nav .enjoy li:first-child a {
    background: url(weibo.png) no-repeat center;
}

.right-nav .enjoy li:last-child {
    cursor: pointer;
    background: url(wechat.png) no-repeat center;
}

/* Revolution Slider */
.fullscreenbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 100vw;
}

.fullscreenbanner {
    width: 100%;
    position: relative;
    max-width: 100%;
}

.tp-caption.rs-caption-1 {
    position: absolute;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0.5em 1em;
    border-radius: 3px;
    max-width: 90vw;
    white-space: normal;
    word-wrap: break-word;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tp-caption.rs-caption-2 {
    position: absolute;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 0.5em 1em;
    border-radius: 3px;
    max-width: 90vw;
    white-space: normal;
    word-wrap: break-word;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tp-bannertimer.tp-bottom {
    visibility: hidden !important;
}

.tp-dottedoverlay.twoxtwo {
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.intro-section {
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Navigation Styles */
.tp-bullets.preview4 {
    height: 17px;
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 0.3) !important;
    margin-right: 10px;
    float: left;
    border: 3px solid rgba(255, 255, 255, 0);
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
}

.tparrows.preview4 {
    width: 40px;
    height: 80px;
    background: rgba(0,0,0,0.4);
    transition: background 0.3s ease;
    z-index: 100;
}

.tparrows.preview4:hover {
    background: rgba(0,0,0,0.6);
}

.tparrows.preview4:after {
    line-height: 80px;
    font-size: 20px;
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    top: 0;
    left: 0;
}

#close {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    background: url(close.png) no-repeat center;
    cursor: pointer;
}

.dark {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

/* 确保所有容器不会溢出 */
.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* 确保图片不会溢出容器 */
img {
    max-width: 100%;
    height: auto;
}

/* 修复页面整体宽度 */
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* 修复导航栏宽度 */
.navbar {
    max-width: 100vw;
    width: 100%;
}

/* 标题和排版优化 */
section {
    padding: 80px 0;
}

section .title-v1 {
    text-align: center;
    margin-bottom: 60px;
}

section .title-v1 h1 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section .title-v1 h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #333;
    margin: 20px auto 0;
}

section .title-v1 p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* 特殊背景section的标题样式 */
.parallax-quote .title-v1 h1 {
    color: #fff;
}

.parallax-quote .title-v1 h1:after {
    background: #fff;
}

.parallax-quote .parallax-quote-in p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* About section优化 */
.about-section .img-center {
    text-align: center;
    margin: 40px 0;
}

.about-section .content-boxes-v3 {
    margin-top: 60px;
}

.about-section .heading-sm {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Services section优化 */
#services .content-boxes-v3 {
    margin-top: 40px;
}

#services .content-boxes-v3 h2 {
    font-size: 20px;
    margin: 15px 0;
}

/* Cases section优化 */
#cases .content-boxes-v3 {
    margin-top: 40px;
}

#cases .content-boxes-v3 h2 {
    font-size: 20px;
    margin: 15px 0;
}

/* Contact section优化 */
#contact .content-boxes-v3 {
    margin-top: 40px;
}

#contact .content-boxes-v3 h2 {
    font-size: 20px;
    margin: 15px 0;
}

/* 通用内容区块优化 */
.content-boxes-v3 {
    text-align: center;
}

.content-boxes-v3 img {
    margin-bottom: 20px;
    display: inline-block;
}

/* 段落间距优化 */
p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

/* 响应式优化 */
@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    
    section .title-v1 h1 {
        font-size: 30px;
    }
    
    section .title-v1 p {
        font-size: 16px;
        padding: 0 20px;
    }
}

/* 视差滚动背景 */
.parallax-quote {
    position: relative;
    background: url(faces.jpg) repeat center center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    color: #fff;
    min-height: 500px;
}

.parallax-quote.parallaxBg {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 37% auto;
    position: relative;
    z-index: 1;
}

.parallax-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
   
}

.parallax-quote .container {
    position: relative;
    z-index: 2;
}

.parallax-quote .title-v1 {
    margin-bottom: 40px;
}

.parallax-quote .title-v1 h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.parallax-quote .title-v1 h1:after {
    background: #fff;
    width: 60px;
    height: 3px;
    margin: 20px auto 0;
}

.parallax-quote-in {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
}

.parallax-quote-in p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .parallax-quote {
        padding: 80px 0;
        background-attachment: scroll;
    }
    
    .parallax-quote .title-v1 h1 {
        font-size: 30px;
    }
    
    .parallax-quote-in p {
        font-size: 16px;
        padding: 0 20px;
    }
}

/* Contact section背景 */
#contact {
    position: relative;
    background: url(contact.jpg) repeat center center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    color: #fff;
    min-height: 500px;
}

#contact.parallaxBg {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 37% auto;
    position: relative;
    z-index: 1;
}

#contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

#contact .container {
    position: relative;
    z-index: 2;
}

#contact .title-v1 {
    margin-bottom: 40px;
}

#contact .title-v1 h1 {
    color: #fff;
}

#contact .title-v1 h1:after {
    background: #fff;
}

#contact .content-boxes-v3 {
    color: #fff;
}

#contact .content-boxes-v3 h2 {
    color: #fff;
}

/* 响应式优化 */
@media (max-width: 768px) {
    #contact {
        padding: 80px 0;
        background-attachment: scroll;
    }
}

.contact-info {
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

.contact-info .info-item {
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
}

.contact-info .info-item i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.contact-locations {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}

.contact-locations i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .contact-info .info-item {
        display: block;
        margin: 15px 0;
        text-align: center;
    }
    
    .contact-info {
        padding: 0 20px;
    }
}

/* Footer 样式 */
.footer {
    background: #333;
    padding: 30px 0;
    color: #999;
    text-align: center;
    font-size: 14px;
}

.footer p {
    margin: 0;
    line-height: 1.8;
}

.footer a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #fff;
}

.footer .copyright {
    margin-bottom: 10px;
}

.footer .company {
    color: #888;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .footer {
        padding: 20px 0;
        font-size: 12px;
    }
}

/* 自定义轮播图箭头样式 */
.tp-leftarrow.default,
.tp-rightarrow.default {
    font-family: Arial, sans-serif !important;
    background: rgba(0, 0, 0, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 32px !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 5px !important;
}

.tp-leftarrow.default:before {
    content: "<" !important;
}

.tp-rightarrow.default:before {
    content: ">" !important;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    transform: scale(1.1) !important;
}

/* 隐藏原有的箭头图片 */
.tp-leftarrow.default:after,
.tp-rightarrow.default:after {
    display: none !important;
}

/* Portfolio 区域响应式优化 */
.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    #portfolio .content-lg {
        width: 100% !important;
    }
    
    #portfolio .list-unstyled {
        margin: 0;
        padding: 0;
    }
    
    #portfolio .list-unstyled li {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    #portfolio .portfolio-icon {
        width: 80px;
        margin-bottom: 20px;
    }
    
    #portfolio h3 {
        font-size: 18px;
        margin: 15px 0;
    }
    
    #portfolio p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0;
    }

    #portfolio .title-v1 h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #portfolio .title-v1 p {
        font-size: 14px;
        padding: 0 20px;
    }
}

/* 平板设备 */
@media (min-width: 769px) and (max-width: 991px) {
    #portfolio .list-unstyled li {
        width: 50%;
        float: left;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    #portfolio .portfolio-icon {
        width: 90px;
    }

    #portfolio h3 {
        font-size: 20px;
    }
}

/* 桌面设备 */
@media (min-width: 992px) {
    #portfolio .list-unstyled li {
        width: 25%;
        padding: 0 20px;
    }
}

/* 通用Portfolio样式优化 */
#portfolio .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#portfolio .list-unstyled li {
    text-align: center;
    box-sizing: border-box;
}

#portfolio .portfolio-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

#portfolio .portfolio-icon:hover {
    transform: scale(1.05);
}

#portfolio p {
    margin-top: 15px;
}

/* 移动端全局字体大小优化 */
@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }

    .title-v1 h1, .title-v1 h2 {
        font-size: 28px !important;
    }

    .title-v1 p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        padding: 0 15px;
    }

    /* 导航菜单字体 */
    .navbar-nav > li > a {
        font-size: 16px !important;
    }

    /* Portfolio 区域字体优化 */
    #portfolio .title-v1 h2 {
        font-size: 28px !important;
    }

    #portfolio .title-v1 p {
        font-size: 16px !important;
        padding: 0 15px;
    }

    #portfolio h3 {
        font-size: 22px !important;
        margin: 15px 0;
    }

    #portfolio p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* Services 区域字体优化 */
    #services .title-v1 h2 {
        font-size: 28px !important;
    }

    #services .title-v1 p {
        font-size: 16px !important;
    }

    #services .content-boxes-in-v3 h1 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    #services .content-boxes-in-v3 p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* About 区域字体优化 */
    #about .title-v1 h1 {
        font-size: 28px !important;
    }

    #about .title-v1 p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* Contact 区域字体优化 */
    #contact .title-v1 h1 {
        font-size: 28px !important;
    }

    #contact .title-v1 p {
        font-size: 16px !important;
    }

    #contact .contact-info {
        font-size: 16px !important;
    }

    #contact .contact-locations {
        font-size: 16px !important;
    }

    /* Footer 字体优化 */
    .footer {
        font-size: 14px !important;
    }

    /* 轮播文字优化 */
    .tp-caption.rs-caption-1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        padding: 10px 15px !important;
        margin-top: -60px !important;
        width: 90% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .tp-caption.rs-caption-2 {
        font-size: 16px !important;
        line-height: 1.5 !important;
        padding: 10px 15px !important;
        margin-top: 30px !important;
        width: 90% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    /* 确保轮播图容器有足够空间 */
    .fullscreenbanner-container {
        min-height: 400px !important;
    }

    /* 调整轮播图内容的垂直位置 */
    .tp-caption {
        max-width: 90% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* 桌面端全局字体大小优化 */
@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 1.6;
    }

    h1 {
        font-size: 42px !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    h3 {
        font-size: 28px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    p {
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .title-v1 h1, .title-v1 h2 {
        font-size: 36px !important;
    }

    .title-v1 p {
        font-size: 20px !important;
        line-height: 1.6 !important;
        padding: 0 20px;
    }

    /* 导航菜单字体 */
    .navbar-nav > li > a {
        font-size: 18px !important;
    }

    /* Portfolio 区域字体优化 */
    #portfolio .title-v1 h2 {
        font-size: 36px !important;
    }

    #portfolio .title-v1 p {
        font-size: 20px !important;
        padding: 0 20px;
    }

    #portfolio h3 {
        font-size: 26px !important;
        margin: 20px 0;
    }

    #portfolio p {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    /* Services 区域字体优化 */
    #services .title-v1 h2 {
        font-size: 36px !important;
    }

    #services .title-v1 p {
        font-size: 20px !important;
    }

    #services .content-boxes-in-v3 h1 {
        font-size: 32px !important;
        line-height: 1.4 !important;
    }

    #services .content-boxes-in-v3 p {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    /* About 区域字体优化 */
    #about .title-v1 h1 {
        font-size: 36px !important;
    }

    #about .title-v1 p {
        font-size: 20px !important;
        line-height: 1.6 !important;
    }

    /* Contact 区域字体优化 */
    #contact .title-v1 h1 {
        font-size: 36px !important;
    }

    #contact .title-v1 p {
        font-size: 20px !important;
    }

    #contact .contact-info {
        font-size: 18px !important;
    }

    #contact .contact-locations {
        font-size: 18px !important;
    }

    /* Footer 字体优化 */
    .footer {
        font-size: 16px !important;
    }

    /* 轮播文字优化 */
    .tp-caption.rs-caption-1 {
        font-size: 42px !important;
        line-height: 1.3 !important;
        padding: 15px 30px !important;
    }

    .tp-caption.rs-caption-2 {
        font-size: 24px !important;
        line-height: 1.5 !important;
        padding: 12px 25px !important;
    }
}








