@charset "utf-8";

/* ===== 基础重置和字体 ===== */
body {
    font-family: '微軟正黑體', sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: '微軟正黑體', sans-serif;
    color: #000;
}

.jh { font-family: '微軟正黑體', sans-serif; }
.tlh24 { line-height: 24px; }
.tnoto { font-family: 'Noto Sans TC', sans-serif; }
.talata { font-family: 'Alata', sans-serif; }
.tnum { font-family: 'Lobster', cursive; }
.tx18 { font-size: 18px; }
.tx16 { font-size: 16px; }

/* ===== 颜色类 ===== */
.text-white { color: #fff; }
.text-muted { color: #6c757d; }
.tcr { color: red; }

/* ===== 间距工具类 ===== */
.bconm { margin-top: 100px; }
.sertop { padding-top: 31px; }
.navh { height: 92px; }
.navmt { margin-top: 33px; }
.padd0 { padding-right: 0; padding-left: 0; }
.fp15 { padding: 15px; }
.pb15 { padding-bottom: 15px; }
.pt15 { padding-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt60 { margin-top: 60px; }
.mt120 { margin-top: 120px; }
.mb60 { margin-bottom: 60px; }
.mb120 { margin-bottom: 120px; }
.spt40 { padding-top: 40px; }
.spb40 { padding-bottom: 40px; }

/* ===== 背景相关 ===== */
.bg-cover {
    background-size: cover;
    background-position: center center;
}

.bg-attachment { background-attachment: fixed; }
.bg-m { background-image: url(/pic/bg-m.jpg); }
.bg-m2 { background-image: url(/pic/bg-m2.jpg); }
.bg-m3 { background-image: url(/pic/bg-m3.jpg); }

/* ===== 页脚 ===== */
.footDiv { padding-bottom: 0; }
.fp { padding: 10px; margin-bottom: 0; }
.foobg { background-color: #191814; }
.foott { background-color: #f6f5f5; padding: 20px 0; }
.list-unstyled { padding-left: 0; list-style: none; }

/* ===== 轮播图 ===== */
.carousel-inner > .item > picture > img {
    display: block;
    width: 100%;
    height: 100%;
}

/* ===== 3D文字效果 ===== */
.ot-letter-left span:after { color: #fff; }
.ot-letter-left:hover span:after { color: #ea6253; }

.ot-letter-left span:before,
.ot-letter-left span:after {
    transform-origin: 0 50%;
}

.ot-letter-left span:before {
    transform: scale(1.08,1) skew(0deg,1deg);
}

.ot-letter-left span:after {
    text-shadow: -1px 0 0 hsla(360,100%,100%,0.1), 3px 0 1px hsla(0,0%,0%,0.4);
    transform: rotateY(-15deg);
}

.ot-letter-left:hover span:before {
    transform: scale(0.85,1) skew(0deg,20deg);
}

.ot-letter-left:hover span:after {
    transform: rotateY(-40deg);
}

/* ===== 导航栏品牌标志 ===== */
.navbar-brand span {
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: -76px;
    font-size: 44px;
    margin-left: 51px;
    color: hsla(0,0%,0%,0.6);
    transform-style: preserve-3d;
    perspective: 550px;
    z-index: 1;
}

.navbar-brand span:before,
.navbar-brand span:after {
    position: absolute;
    content: attr(data-letter);
    line-height: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all .3s;
}

.navbar-brand span:before {
    text-shadow: none;
    color: hsla(0,0%,0%,0.12);
}

/* ===== 导航菜单 ===== */
.navbar-nav > li > a {
    position: relative;
    transition-duration: 150ms;
    transition-property: background, transform;
    transition-timing-function: ease-in;
}

.navbar-nav > li > a:hover {
    background-color: #e7e7e7;
    transform: translate(0px, -10px);
}

.navbar-nav > li:nth-child(1) a:hover::before,
.navbar-nav > li:nth-child(2) a:hover::before,
.navbar-nav > li:nth-child(3) a:hover::before,
.navbar-nav > li:nth-child(4) a:hover::before,
.navbar-nav > li:nth-child(5) a:hover::before,
.navbar-nav > li:nth-child(6) a:hover::before {
    position: absolute;
    top: 48px;
    color: #eb6100;
    font-family: 'Alata', sans-serif;
}

.navbar-nav > li:nth-child(1) a:hover::before { content: 'Service'; left: 20px; }
.navbar-nav > li:nth-child(2) a:hover::before { content: '　 News'; left: 30px; }
.navbar-nav > li:nth-child(3) a:hover::before { content: 'DControl'; left: 15px; }
.navbar-nav > li:nth-child(4) a:hover::before { content: 'Q & A'; left: 30px; }
.navbar-nav > li:nth-child(5) a:hover::before { content: 'Contact'; left: 20px; }
.navbar-nav > li:nth-child(6) a:hover::before { content: '　驚喜價　'; left: 30px; }

/* ===== 图片悬停效果 ===== */
.col-md-3 figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.col-md-3 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
}

.col-md-3 figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    backface-visibility: hidden;
}

.col-md-3 figure figcaption::before,
.col-md-3 figure figcaption::after {
    pointer-events: none;
}

.col-md-3 figure figcaption,
.col-md-3 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-md-3 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.col-md-3 figure h2 {
    word-spacing: -.15em;
    font-weight: 300;
    color: #fff;
}

.col-md-3 figure h2 span { font-weight: 800; }
.col-md-3 figure h2, .col-md-3 figure p { margin: 0; }
.col-md-3 figure p { letter-spacing: 1px; font-size: 68.5%; }

/* DC特效 */
figure.effect-dc { background: #4f504f; }

figure.effect-dc img {
    opacity: 1;
    transition: opacity 0.35s, transform .35s;
    transform: scale3d(1.05,1.05,1);
}

figure.effect-dc figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    transition: transform .6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-dc h2 { opacity: 0; }

figure.effect-dc p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity .35s;
}

figure.effect-dc:hover img {
    opacity: .1;
    transform: scale3d(1,1,1);
}

figure.effect-dc:hover figcaption::before {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-dc:hover h2 {
    text-align: left;
    opacity: 1;
    transition-delay: .1s;
}

figure.effect-dc:hover p {
    opacity: 1;
    transition-delay: .1s;
}

/* ===== 广告区域 ===== */
#ad .ad {
    min-height: 500px;
    padding-top: 50px;
}

#ad h1 span { font-size: 60px; }
#ad .ad3 span { line-height: 38px; }

/* ===== 问答区域 ===== */
.qa-title {
    position: relative;
    margin: 0 auto 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    letter-spacing: 10px;
    color: #414140;
    width: 300px;
}

.qa-title::before {
    content: '●';
    position: absolute;
    left: 44px;
    top: -5px;
    width: 20px;
    height: 20px;
    color: #686867;
    background: #fff;
    padding-left: 6px;
    padding-top: 3px;
    font-size: 12px;
    border: 1px solid #d9d2b6;
    border-radius: 12px;
    font-family: 'Noto Sans TC', sans-serif;
}

.qa-title::after {
    content: '●';
    position: absolute;
    bottom: -9px;
    right: 54px;
    width: 20px;
    height: 20px;
    color: #686867;
    background: #fff;
    padding-right: 6px;
    font-size: 12px;
    border: 1px solid #d9d2b6;
    border-radius: 12px;
    font-family: 'Noto Sans TC', sans-serif;
}

.collapse.in {
    background-image: url(/pic/news2bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.qabg {
    background-image: url(/pic/newsbg.jpg);
    background-position-x: 20%;
    background-repeat: no-repeat;
}

.panel-title { font-weight: 800; }

.panel-default > .qa-panel-heading {
    background-image: url(/pic/qa-panbg.jpg);
    background-repeat: repeat-x;
    border-bottom: double;
    background-color: #ddd7bf;
    border-color: #ddd;
    font-weight: 400;
}

.panel-title::before {
    font-family: FontAwesome;
    content: "\f25a";
    font-weight: 100;
}

.panel-body-text {
    font-size: 16px;
    line-height: 27px;
}

/* ===== Banner区域 ===== */
#ban .jumbotron {
    position: relative;
    height: 50vh;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

#ban .container { text-align: center; }

#ban .co-md-12 {
    position: absolute;
    top: 0;
    left: 20px;
    height: 50vh;
    padding-top: 15vh;
    width: 30vw;
    background-color: #fff;
}

#ban .co-md-12 h2 { font-size: 50px; }
.ban-img { background-image: url(/pic/n3.jpg); background-repeat: no-repeat; }

.back-line::before {
    position: absolute;
    height: 50vh;
    width: 31vw;
    top: 0;
    left: 0;
    display: block;
    background-color: #ea4924;
    transform: rotate(10deg);
}

/* ===== 按钮样式 ===== */
.button {
    width: 50px;
    display: block;
    margin: 0 auto;
    padding: 1em 2em;
    border: 1px solid #797979;
    background: none;
    color: #797979;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
}

.button--size { font-size: 16px; }
.button:focus { outline: none; }

.button-ser {
    overflow: hidden;
    width: 160px;
    transition: border-color 0.3s, color .3s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.button-ser::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #9bc17c;
    z-index: -1;
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform-origin: 0 100%;
    transition: transform 0.3s, opacity 0.3s, background-color .3s;
}

.button-ser:hover {
    color: #fff;
    border-color: #ea4924;
}

.button-ser.button--inverted:hover {
    color: #ea4924;
    border-color: #ea4924;
}

.button-ser:hover::before {
    opacity: 1;
    background-color: #ea4924;
    transform: rotate3d(0,0,1,0deg);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.button-ser.button--inverted:hover::before {
    background-color: #fff;
}

/* ===== 内容区域1 ===== */
#con1 .panel-heading { position: relative; padding: 0; }
#con1 h1 { font-size: 80px; color: #eee; }
#con1 h4 {
    position: absolute;
    top: 18px;
    left: 120px;
    font-size: 35px;
    font-weight: 500;
    z-index: 1;
}

#con1 .c-line {
    position: absolute;
    top: 47px;
    left: 287px;
    border-top: 5px dotted #eee;
    height: 0;
    width: 74%;
    margin: 0 10px;
    z-index: -1;
}

#con1 .row { padding: 60px 0; }

/* ===== 服务卡片 ===== */
.ser-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
}

.ser-card h3 {
    opacity: 0;
    position: absolute;
    top: 25%;
    font-weight: 800;
    width: 359px;
    margin: 0 auto;
}

.ser-card:hover h3 {
    opacity: 1;
    transition-delay: .1s;
}

.ser-card p {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 359px;
    line-height: 25px;
    padding: 0 15px;
    margin: 0 auto;
    color: #000;
}

.ser-card:hover p {
    opacity: 1;
    transition-delay: .1s;
}

.ser-card::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
    transform: scale(0,1);
    transition: transform ease-out 250ms;
}

.ser-card:hover::before {
    transform: scale(1,1);
}

/* ===== 服务线 ===== */
#ser-line {
    margin: 20px 0 40px;
    height: 400px;
}

.ser-line-bg {
    background-image: url(/pic/ser-ling-bg.jpg);
    background-repeat: no-repeat;
}

.line-text {
    background-color: #fff;
    opacity: .8;
    margin-top: 60px;
}

.line-text .col-md-6 { text-align: center; }
.line-text .col-md-6 img { margin-top: 10px; margin-bottom: -10px; }

.line-text h1 {
    font-size: 50px;
    color: #351010;
    font-weight: 800;
}

.line-text h4 {
    font-size: 30px;
    color: #351010;
    font-weight: 400;
}

.line-text p {
    font-size: 20px;
    color: #351010;
    font-weight: 400;
}

#line-des { margin-bottom: 60px; }
#line-des h2 { padding-top: 15px; padding-bottom: 30px; }
#line-des h4 {
    padding-bottom: 40px;
    line-height: 30px;
    color: #3c763d;
    font-weight: 400;
}

#line-des h2:before {
    content: '|';
    font-weight: 700;
    height: 2px;
    padding-right: 10px;
    color: #01c302;
}

#line-des a.btn {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

#line-des a.btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(1,195,2,0.7);
    transform: scale(0,1);
    transition: transform ease-out 250ms;
    z-index: -1;
}

#line-des a.btn:hover {
    color: #fff;
    border-color: #01c302;
}

#line-des a.btn:hover::before {
    transform: scale(1,1);
}

.bbox { margin-bottom: 10px; }
.bbox::after { content: ''; }

.line-box {
    background: #00000021;
    height: 65%;
    border: 3px dotted #fcfcfc;
    text-align: center;
}

.line-box > i {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 50px;
    text-align: center;
    color: #6bb74c;
}

.line-box > h3 { margin-top: 0; }

/* ===== 分类顶部 ===== */
.cla-top { position: relative; }

.ulac-back {
    background-image: url(/pic/n2.jpg);
    background-repeat: no-repeat;
    min-height: 129px;
    margin-left: 0;
    margin-right: 0;
    background-position: left center;
}

.ulac-show {
    position: relative;
    height: 480px;
    margin-top: 12px;
}

/* ===== 手风琴 ===== */
ul.accordion {
    list-style: none;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
}

ul.accordion li {
    float: right;
    width: 115px;
    height: 480px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 2px 7px #acacac;
}

ul.accordion li.bg1 { background-image: url(/pic/1.jpg); }
ul.accordion li.bg2 { background-image: url(/pic/2.jpg); }
ul.accordion li.bg3 { background-image: url(/pic/3.jpg); }
ul.accordion li.bg4 { background-image: url(/pic/4.jpg); }
ul.accordion li.bleft { border-left: 2px solid #fff; }

ul.accordion li .heading {
    background-color: #fff;
    padding: 10px;
    margin-top: 60px;
    opacity: .9;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    text-align: center;
    text-shadow: -1px -1px 1px #ccc;
}

ul.accordion li .description {
    position: absolute;
    width: 480px;
    height: 175px;
    bottom: 0;
    left: 0;
    display: none;
}

ul.accordion li .description h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 45px;
    color: #444;
    text-align: left;
    margin: 0 0 15px 20px;
    text-shadow: -1px -1px 1px #ccc;
}

ul.accordion li .description p {
    line-height: 14px;
    margin: 10px 22px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}

ul.accordion li .description a {
    position: absolute;
    bottom: 5px;
    left: 20px;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
}

ul.accordion li .description a:hover {
    color: #333;
    text-decoration: underline;
}

ul.accordion li .bgDescription {
    background: transparent url(/pic/bgDescription.png) repeat-x top left;
    height: 340px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

/* ===== 分类内容 ===== */
.cvc { padding-top: 40px; }
#cin { padding-top: 40px; }

#cin h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 10px;
    border-left: 4px double #ddbd0b;
    font-size: 24px;
}

.cin { margin-bottom: 60px; }
.carimg { margin: 10px 20px; }
.classin { font-size: 16px; line-height: 35px; }
.classin p { padding-bottom: 10px; }

.classbg {
    background: url(/pic/class.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
}

/* ===== 列表 ===== */
#list h3 { font-weight: 600; }
#list p { font-size: 16px; line-height: 35px; height: 180px; }

#list .thumbnail {
    border: 1px solid #99b3cb;
    border-radius: 0;
    position: relative;
}

#list .thumbnail img {
    transition: opacity ease-out 250ms;
    opacity: .5;
}

#list .thumbnail img:hover {
    box-shadow: 0 8px 5px #acc0d2;
    opacity: 1;
}

#list .thumbnail a.btn {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    border: 1px solid #99b3cb;
    color: #051829;
}

#list .thumbnail a.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #337fc3;
    z-index: -1;
    cursor: pointer;
    transform: scale(0,1);
    transition: transform ease-out 250ms;
}

#list .thumbnail a.btn:hover {
    color: #fff;
    border-color: #337fc3;
    z-index: 2;
}

#list .thumbnail a.btn:hover::before {
    transform: scale(1,1);
}

.caption .badge {
    float: right;
    padding: 10px;
    border: none;
    background-color: #eee;
    color: #2b6596;
    border-radius: 0;
}

/* ===== 关于我们 ===== */
#abdc { margin-top: 60px; }

.ab-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 140px 0;
    height: 400px;
}

.ab-banner::before {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: abAnimate 100s linear infinite;
    transform: translate3d(70px,-70px,0) rotate(.001deg);
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.ab-banner.ab-bg:before { background-image: url(/pic/n4.jpg); }

@keyframes abAnimate {
    25% { transform: translate3d(150px,-150px,0) rotate(.001deg); }
    75% { transform: translate3d(0,0,0) rotate(.001deg); }
}

.dch1 {
    font-weight: 800;
    color: rgba(156,156,156,0.87);
    text-shadow: 2px 2px 5px #d8d8dc;
}

.dcbox {
    position: relative;
    margin-top: 40px;
    z-index: 10;
}

.pbox {
    width: 55%;
    font-size: 18px;
    line-height: 34px;
    position: relative;
    font-weight: 700;
    z-index: 99;
}

.pbox::before {
    content: '|';
    font-weight: 700;
    color: red;
    position: absolute;
    top: -2px;
    left: -13px;
}

.pbox2::before {
    content: '';
    position: absolute;
    top: -41px;
    left: 293px;
    width: 50%;
    height: 50%;
    background-color: #8ebeea;
    z-index: -1;
}

.pbox2::after {
    content: '';
    position: absolute;
    top: 135px;
    left: -66px;
    width: 76%;
    height: 76%;
    background-color: #fcc9b1;
    z-index: 1;
}

.pbox7::before {
    content: '';
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2), 0 0 10px 0 rgba(0,0,0,0.19);
    z-index: -1;
}

.pbox7::after {
    content: '';
    position: absolute;
    top: -119px;
    left: 0;
    width: 113px;
    height: 50px;
    background-image: url(/pic/hand.png);
    z-index: 3;
}

.abl {
    border-right: 2px dotted #f0ad4e;
    border-bottom: 2px dotted #f0ad4e;
}

#abp2 {
    background-image: url(/pic/abp2bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 60px;
}

#abp2 .no1 {
    margin-top: 30px;
    padding-bottom: 60px;
}

.no1 p { font-size: 18px; line-height: 34px; }
.no1 .col-md-5 { position: relative; }

.no1 .col-md-5:nth-child(1)::before {
    content: "\f2be";
    font-family: FontAwesome;
    position: absolute;
    top: -23px;
    left: 16px;
    font-size: 60px;
    color: #a2a2a2;
}

.no1 .col-md-5:nth-child(2)::before {
    content: "\f261";
    font-family: FontAwesome;
    position: absolute;
    top: -23px;
    left: 16px;
    font-size: 60px;
    color: #a2a2a2;
}

.no1 p { width: 55%; margin-left: 100px; }

#abp3 {
    padding: 20px;
    background-image: url(/pic/ideabg.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    position: relative;
}

#abp3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/pic/abp3bg.jpg);
    background-repeat: no-repeat;
}

#abp3 .no2 h2 {
    color: #265a88;
    text-shadow: 2px 2px 5px #fff;
}

.no2 p { line-height: 28px; font-size: 15px; }

.idea {
    font-size: 15px;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.idea span { color: red; }
.idea h5 { padding-left: 20px; font-size: 18px; }

.idea ul li {
    list-style: none;
    font-size: 15px;
    position: relative;
}

.idea ul li::before {
    content: "\E333";
    font-family: Glyphicons Regular;
    position: absolute;
    top: 0;
    left: -19px;
    color: #fac718;
}

/* ===== 项目3 ===== */
#proj3 {
    background-image: url(/pic/ser-proj3-bg.jpg);
    background-repeat: no-repeat;
}

.jf40 { font-size: 40px; }

/* ===== 定价表格 ===== */
.pricingdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.pricingdiv ul.theplan {
    list-style: none;
    margin: -20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    background: #eb6100a6;
    position: relative;
    width: 350px;
    margin-right: 5px;
    margin-bottom: 1em;
    transition: all .5s;
    z-index: 1;
}

.pricingdiv ul.theplan:hover,
.pricingdiv ul.theplan:nth-of-type(2):hover,
.pricingdiv ul.theplan:nth-of-type(3):hover {
    transform: scale(1.2);
    background-color: #f6f6f6;
    color: #454545;
    transition: all .5s;
    z-index: 100;
    box-shadow: 0 0 10px gray;
}

#opencart:hover {
transform: scale(1.2);
background-color: #f6f6f6 !important;
color: #454545 !important;
transition: all .5s;
z-index: 100;
box-shadow: 0 0 10px gray;
}

.pricingdiv ul.theplan li {
    margin: 5px 20px;
    position: relative;
}

.pricingdiv ul.theplan li.title {
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px dotted #555;
}

.pricingdiv ul.theplan:nth-of-type(2) {
    background: #8fab20d4;
    z-index: 88;
    transform: scale(1.1);
}

.pricingdiv ul.theplan:nth-of-type(3) {
    background: #45a3d0b8;
    z-index: 1;
}

/*.pricingdiv ul.theplan:nth-of-type(4) {
    background: #eb0034a6 !important;
}
*/
#opencart {
    background: #eb0034a6 !important;
}

.pricingdiv ul.theplan:last-of-type { margin-right: 0; }
.pricingdiv ul.theplan li:last-of-type { text-align: center; margin-top: auto; }

.pricingdiv a.pricebutton {
    background: #fad70b;
    text-decoration: none;
    padding: 10px 10px 5px;
    display: inline-block;
    margin: 10px auto;
    border-radius: 5px;
    color: navy;
}

.pricingdiv ul.theplan .glyphicons,
.pricingdiv a.pricebutton .glyphicons {
    vertical-align: middle;
}

/* ===== 主机服务 ===== */
#host { margin-bottom: 100px; }

.host-title span {
    position: relative;
    display: block;
    margin: auto;
}

.host-title h3 span:before {
    content: '\E490';
    font-family: Glyphicons Regular;
    color: #dda021;
    font-size: 40px;
    position: absolute;
    top: -60px;
    padding-bottom: 5px;
    border-bottom: 4px double #dda021;
}

.host-item h3 { font-weight: 500; margin: 30px 0; }
.host-item p { line-height: 34px; font-size: 16px; text-align: justify; }

.host-row .col-md-4:nth-child(1) h3:before,
.host-row .col-md-4:nth-child(2) h3:before,
.host-row .col-md-4:nth-child(3) h3:before {
    font-family: Glyphicons Regular;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 30px;
    border-bottom: 2px inset #dcdcdc;
}

.host-row .col-md-4:nth-child(1) h3:before { content: '\E459'; color: #dd8329; }
.host-row .col-md-4:nth-child(2) h3:before { content: '\E343'; color: #70dd60; }
.host-row .col-md-4:nth-child(3) h3:before { content: '\E025'; color: #21a8dd; }

/* ===== 短信服务 ===== */
#sms {
    padding: 20px;
    color: #f5e9ab;
    margin-bottom: 100px;
}

#sms h4 { color: #f5e9ab; padding-top: 20px; }
.smsbg { background-image: url(/pic/smsbg.jpg); background-repeat: no-repeat; }

#sms picture img {
    border: 10px double #d5e3f2;
    box-shadow: 0 1px 12px #dcdcdc;
}

#sms ul li { line-height: 35px; font-size: 16px; }
#sms p {
    padding: 10px;
    font-size: 16px;
    text-align: justify;
    border-top: 1px solid #f5e9ab;
}

/* ===== 主机托管 ===== */
#hosting h1 { padding: 20px; margin-bottom: 20px; }
.hosting-in h4:nth-child(3) { margin-bottom: 35px; }
#hosting h4 { line-height: 30px; }
#hosting h4 span { font-weight: 800; }
#hosting h3 { color: #761c19; font-weight: 500; }
#hosting ul { margin-bottom: 35px; }
#hosting ul li { line-height: 30px; font-size: 15px; }

/* ===== 合作时间线 ===== */
#cooperation { margin: 100px 0 60px; }

.cbp_tmtimeline {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #dbdcdc;
    left: 20%;
    margin-left: -10px;
}

.cbp_tmtimeline > li { position: relative; }

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
    top: -32px;
}

.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: right; }
.cbp_tmtimeline > li div p { line-height: 30px; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 16px;
    color: #c7c7c6;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #88898a;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #b1b0af;
}

.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #88898a;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #b1b0af;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #88898a;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #b1b0af;
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'Glyphicons Social','Glyphicons Regular';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #88898a;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #b1b0af;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

/* ===== 联系表单 ===== */
#cwrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(/pic/conbg.jpg);
    background-repeat: no-repeat;
}

.ctitle {
    font-size: 22px;
    line-height: 38px;
    padding: 20px;
}

.cbox {
    width: 95%;
    margin: 0 auto;
    background: #FFF;
    min-height: 50px;
    box-shadow: 0 0 10px #9ad9fb;
    padding: 30px;
}

.csubtitle { font-size: 16px; }

span.ctb, span.ctb2, span.ctb3 {
    display: block;
    float: left;
    margin: -8px 12px 0 -39px;
    padding: 6px 0 21px;
    width: 149px;
    text-align: center;
    color: #fff;
}

span.ctb { background: url(/pic/ct1_bg.png) no-repeat left top; }
span.ctb2 { background: url(/pic/ct2_bg.png) no-repeat left top; }
span.ctb3 { background: url(/pic/ct3_bg.png) no-repeat left top; }

.form-buttons {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.form-button {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-shadow: -1px -1px rgba(0,0,0,0.5);
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    width: 174px;
    border: 1px solid #841a00;
    border-color: #df5930 #111 #841a00;
    border-style: solid none;
    background-color: #d13700;
    background-image: linear-gradient(to bottom, #d53100, #b12400);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.46);
}

.form-button:hover {
    border-color: #f8a230 #111 #841a00;
    background-color: #f68c00;
    background-image: linear-gradient(to bottom, #f68c00, #dc7e00);
}

.climit { font-size: 16px; }

.citem {
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 45px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
}

.citem ul { margin-bottom: 0; }
.citem ul li {
    list-style: none;
    position: relative;
    color: #484848;
}

.citem ul li:nth-child(1),
.citem ul li:nth-child(2),
.citem ul li:nth-child(3),
.citem ul li:nth-child(4) {
    width: 324px;
    margin-left: -31px;
    padding-left: 43px;
}

.citem ul li:nth-child(1),
.citem ul li:nth-child(2),
.citem ul li:nth-child(3) {
    border-bottom: 1px dotted #bababa;
}

.citem ul li:nth-child(1)::before,
.citem ul li:nth-child(2)::before,
.citem ul li:nth-child(3)::before,
.citem ul li:nth-child(4)::before {
    font-family: "Glyphicons Regular";
    position: absolute;
    top: 0;
    left: -30px;
    margin-left: 41px;
}

.citem ul li:nth-child(1)::before { content: "\E443"; color: #a20417; }
.citem ul li:nth-child(2)::before { content: "\E164"; color: #a20417; }
.citem ul li:nth-child(3)::before { content: "\E246"; color: #37a21d; }
.citem ul li:nth-child(4)::before { content: "\E123"; color: #2b6ad5; }

.cprocess {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.c-outcir { margin-top: 30px; }

.c-cir {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 1px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/pic/cir.png);
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: middle;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
}

.c-cir h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #eee;
    text-shadow: 0 0 3px gray;
}

.c-cir p { font-size: 16px; line-height: 23px; }
.carr { padding: 20px 0; font-size: 40px; font-weight: 400; color: #41add0; }

.tel {
    margin-top: -60px;
    margin-right: 20%;
}

/* ===== 响应式设计 ===== */

/* 小屏幕手机 */
@media (max-width: 576px) {
    #ad h1 { font-size: 30px; }
    #ad h1 span { font-size: 40px; }
    #ad h2 { font-size: 24px; }
    #ad .ad3 h3 { font-size: 13px; }
    #ad .ad3 span { font-size: 18px; line-height: 28px; }
    #ad span { font-size: 35px; }
}

/* 中等屏幕 */
@media (max-width: 768px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background-color: #fff;
    }
    
    .ulac-back .col-md-offset-3 {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    
    .ban-img { background-position: center right; }
    
    #ban .co-md-12 {
        padding-top: 10vh;
        width: 60vw;
    }
    
    #ban .co-md-12 h2 { font-size: 20px; }
    .back-line::before { height: 0; width: 0; }
    #con1 .c-line { width: 0; right: 0; }
    
    .navbar-nav > li:nth-child(1) a:hover::before,
    .navbar-nav > li:nth-child(2) a:hover::before,
    .navbar-nav > li:nth-child(3) a:hover::before,
    .navbar-nav > li:nth-child(4) a:hover::before,
    .navbar-nav > li:nth-child(5) a:hover::before {
        top: 30px;
    }
    
    .dch1 {
        font-size: 31px;
        margin-top: -50px;
    }
    
    .pbox { width: 100%; font-weight: 200; }
    .no2 h2, .no2 p { text-align: center; padding-bottom: 20px; }
    .no2 p {
        line-height: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dcdcdc;
    }
    
    .idea h5, .idea ul li { line-height: 38px; }
    .idea h5 { padding-top: 20px; }
    #abp2 h3 { font-size: 16px; }
    #abp3 { background-image: none; }
    .ab-banner { height: 100px; }
    
    .no1 .col-md-5:nth-child(1)::before,
    .no1 .col-md-5:nth-child(2)::before {
        font-size: 49px;
        top: -11px;
        left: 57px;
    }
    
    .no1 p { margin-left: 120px; }
    #abp2 { padding-bottom: 0; }
    #abp2 .no1 { padding-bottom: 30px; }
    .no2 p { margin-bottom: 12px; }
    #cin h1 { font-size: 18px; font-weight: 600; }
    #cooperation { margin: 0; }
}

/* 定价表格响应式 */
@media only screen and (max-width: 500px) {
    .pricingdiv ul.theplan {
        border-radius: 0;
        width: 100%;
        margin-right: 0;
    }
    
    .pricingdiv ul.theplan:hover {
        transform: none;
        box-shadow: none;
    }
    
    .pricingdiv a.pricebutton { display: block; }
    
    .pricingdiv ul.theplan:hover,
    .pricingdiv ul.theplan:nth-of-type(2):hover,
    .pricingdiv ul.theplan:nth-of-type(3):hover {
        transform: none;
        width: 100%;
    }
    
    .pricingdiv ul.theplan:nth-of-type(2) {
        background: #8fab20d4;
        z-index: 88;
        transform: none;
    }
    
    .host-title h3 { font-size: 15px; }
    .host-item p {
        border-bottom: 1px dotted #dcdcdc;
        padding-bottom: 15px;
    }
    
    #host { margin-bottom: 70px; }
    .smsbg { background-image: none; }
    #sms {
        color: #484848;
        padding-top: 0;
        margin-bottom: 40px;
    }
    
    #sms h4 { color: #484848; }
}

/* 超小屏幕 */
@media (max-width: 480px) {
    .cbp_tmtimeline > li .cbp_tmtime { top: 9px; }
    
    .ctitle { font-size: 13px; }
    label { font-size: 13px; }
    .climit { font-size: 13px; }
    .csubtitle { font-size: 13px; }
    
    .citem ul li:nth-child(1),
    .citem ul li:nth-child(2),
    .citem ul li:nth-child(3),
    .citem ul li:nth-child(4) {
        width: 279px;
    }
    
    .carimg { margin: 0; padding-bottom: 30px; }
    .cvc { padding-top: 0; }
    #cin { padding-top: 10px; }
    .cin { margin-bottom: 30px; }
    .carousel-caption h1 { font-size: 20px; }
    .classin img { display: block; }
    #abp3 { margin-bottom: 20px; }
	
	/*首頁header*/
	.navh { height: 90px; }
	.tel {
        float: none !important;
        position: fixed !important;
        top: 50px !important;
        right: 15px !important;
        margin: 0 !important;
        z-index: 9999;
        /*background: #f8f8f8;
        border: 1px solid #e7e7e7;*/
        /*padding: 8px 12px;*/
        /*border-radius: 4px;*/
    }
	
	/* 强力修复横向滚动条 */
	* {
        max-width: 100% !important;
    }
    
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative;
    }
    
    body {
        padding: 0;
        margin: 0;
    }
    
    .container, .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    
    [class*="col-"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
	
	
}

/* 其他特定屏幕尺寸 */
@media (min-width: 372px) and (max-width: 374px) {
    #ban .co-md-12 p { font-size: 20px; }
	/* 强力修复横向滚动条 */
	* {
        max-width: 100% !important;
    }
    
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative;
    }
    
    body {
        padding: 0;
        margin: 0;
    }
    
    .container, .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    
    [class*="col-"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
	
}

@media (min-width: 375px) and (max-width: 392px) {
    #ban .co-md-12 p { font-size: 23px; }
}

@media (min-width: 392px) and (max-width: 440px) {
    #ban .co-md-12 p { font-size: 26px; }
}

@media (min-width: 770px) and (max-width: 1433px) {
    #ban .co-md-12 h2 { font-size: 25px; }
    #ban .co-md-12 p { font-size: 20px; }
}

@media (min-width: 770px) and (max-width: 870px) {
    #ban .co-md-12 p { font-size: 24px; }
}

@media (min-width: 769px) and (max-width: 1199px) {
    #con1 h4 { left: 300px; }
    #con1 .c-line { width: 0; }
}

@media (max-width: 520px) {
    #line-des h2 { font-size: 20px; }
    #hosting h1 { font-size: 15px; }
    #hosting h4 { font-size: 14px; }
}

/* 更多响应式规则... */

@media (min-width: 1024px) and (max-width: 1366px) {
	.tel {
        float: none !important;
        position: fixed !important;
        top: 40px !important;
        right: 30px !important;
        margin: 0 !important;
        z-index: 9999;
        /*background: #f8f8f8;
        border: 1px solid #e7e7e7;*/
        /*padding: 8px 12px;*/
        /*border-radius: 4px;*/
    }	
	
}
@media (min-width: 820px) and (max-width: 1180px) {
	.tel {
        float: none !important;
        position: fixed !important;
        top: 40px !important;
        right: 50px !important;
        margin: 0 !important;
        z-index: 9999;
        /*background: #f8f8f8;
        border: 1px solid #e7e7e7;*/
        /*padding: 8px 12px;*/
        /*border-radius: 4px;*/
    }	
	
}

/* 確保所有項目等高 */
#list .thumbnail {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#list .thumbnail .caption {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#list .thumbnail .caption p {
    flex: 1;
}

#list .row {
    display: flex;
    flex-wrap: wrap;
}

#list .col-sm-6, 
#list .col-md-4 {
    display: flex;
    margin-bottom: 30px; /* 增加底部間距 */
}