@charset 'utf-8';

/*------------ basic ------------*/

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666;
    background: url(../../images/common/bg2.jpg)bottom right no-repeat, url(../../images/common/bg.jpg)right;
    font-size: 15px;
    line-height: 1.75;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1560px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


/*------------ / basic ------------*/
/*--- 最上方 ---*/
.header-sheet {
    background-color: #666;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width:100%;
    height:auto;
    text-align:center;
    }

 .header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    }
    button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
    .close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    }
    .header-sheet a {
    color: #ffd24d;
    text-decoration: underline;}

/*--- END ---*/

/*------------ icon ------------*/

.icon {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
}

.line-info li i,
.info-txt ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../../images/common/contact_icon.png);
}

.info-txt .phone .icon {
    background-position: 0 0;
}

.info-txt .mail .icon {
    background-position: 0 -40px;
}

.info-txt .address .icon {
    background-position: 0 -80px;
}

.line-info li.line i {
    background-position: 0 -120px;
}

.line-info li.wechat i {
    background-position: 0 -160px;
}


/*------------ / icon ------------*/


/*------------ btn ------------*/

.btn,
.ibtn {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Firefox: Get rid of the inner focus border */

.btn::-moz-focus-inner,
.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn:focus,
.ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.ibtn:hover {
    background-position: 0 100%;
}

.share .ibtn {
    background-image: url(../../images/common/share.png);
    width: 35px;
    height: 35px;
    margin: 0 3px;
}

.share .ibtn.facebook {
    background-position: 0 0;
}

.share .ibtn.plurk {
    background-position: -35px 0;
}

.share .ibtn.google {
    background-position: -70px 0;
}

.share .ibtn.twitter {
    background-position: -105px 0;
}

.share .ibtn.facebook:hover {
    background-position: 0 100%;
}

.share .ibtn.plurk:hover {
    background-position: -35px 100%;
}

.share .ibtn.google:hover {
    background-position: -70px 100%;
}

.share .ibtn.twitter:hover {
    background-position: -105px 100%;
}

.share .topmenu {
    width: 30px;
    height: 30px;
    background: #0166AC url(../../images/common/menu.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    display: none;
}

.share .topmenu:hover {
    background-color: #0287df;
}

.ibtn.fb-fans-page {
    background-image: url(../../images/common/fb.png);
    width: 159px;
    height: 53px;
    margin-bottom: 30px;
}

.btn.normal {
    background-color: #0298FE;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    width: 49%;
    max-width: 140px;
    line-height: 30px;
    margin: 0 -2px 10px;
}

.btn.normal:hover {
    background-color: #FDA62B;
}

.btn.gray {
    background-color: #B0B0B0;
}

.btn.list {
    background-color: #3B7FE0;
}

.btn.arrowL {
    background-image: url(../../images/common/arrowL.png);
    background-position: 0 0;
    padding-left: 47px;
}

.btn.arrowR {
    background-image: url(../../images/common/arrowR.png);
    background-position: 100% 0;
    padding-right: 47px;
}

.btn-box .simple {
    position: relative;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    background: #666666;
}

.btn-box .simple i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #0298fe;
}

.btn-box .simple:hover i {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-box .simple input,
.btn-box .simple a {
    color: #fff;
    width: 100%;
    text-align: center;
    height: 40px;
    z-index: 1;
    position: relative;
}

.btn-box .simple a {
    padding: 10px 0;
}

.btn-box .simple.home {
    color: #000;
    background: #ccc;
}

.btn-box .simple.back {
    background: none;
    border-top: 1px solid #d0d0d0;
}

.btn-box .simple.back a {
    color: #888;
    display: block;
    height: inherit;
    padding: 5px 0;
}

.btn-box .simple.back:hover a {
    color: #fff;
}

.btn-box .simple.back i {
    background: #888;
}


/*------------ btn ------------*/


/*------------ site_header ------------*/


/****************************  ****************************/

.wrapper {
    margin-left: 130px;
}


/****************************  ****************************/

.site-header {
    width: 100%;
    padding: 0;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-fixed .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    padding: 5px 0 15px;
}

/****************************  ****************************/

.site-header .site-title {
    float: left;
}

.site-header .site-title .logo {
    background: url(../../images/common/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 262px;
    height: 53px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.site-header .site-title .logo:hover {
    
}
.header_in{
    padding:15px 0;
}
.over .header_in {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 130px);
    max-width: 1773px;
    padding: 5px 0;
    background: url(../../images/common/bg.jpg)right;
    box-shadow: 0 3px 10px rgba(20%, 20%, 40%, 0.2);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 999;
}

.over.open .header_in {
    top: -87px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.over .header_in .site-title .logo {
    width: 198px;
    height: 40px;
}


/****************************  ****************************/

.share {
    margin: 30px 0 15px;
}


/****************************  ****************************/

.language {
    font-weight: normal;
    font-size: 13px;
    color: #999;
    margin: 15px 0 -15px;
    text-align: center;
}

.language .btn {
    display: none;
}

.language li + li:before {
    content: "/";
    margin: 0 10px 0 5px;
}

.language li a:hover {
    color: #9cd1ff;
}

.over .header_in .language {
    margin: 10px 0 0;
}


/****************************  ****************************/


/*------------ site_header ------------*/


/*------------ banner ------------*/

.page-banner {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.banner .slick-dots {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
}

ul.slick-dots {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    list-style: none;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../../images/common/index/banner_dot.png) no-repeat;
    width: 30px;
    height: 30px;
}

.banner .slick-dots li.slick-active button {
    background-position: 0 100%;
}


/*------------ banner ------------*/


/*------------ site_main ------------*/


/****************************  ****************************/

.index-main {
    background-color: transparent;
}


/****************************  ****************************/

.content.detail:before {
    content: "";
    height: 70px;
    width: 1px;
    background: #c1c1c1;
    position: absolute;
    top: 0;
    left: 50%;
}

.content.no-border:before {
    display: none;
}

.content-top {
    text-align: center;
}


/****************************  ****************************/

h1.main-title {
    margin: 0 auto;
    font-weight: normal;
    z-index: 5;
}

.main-title {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 20px;
    color: #545454;
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 130px;
    padding: 0 0 0 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    letter-spacing: 6px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(20%, 20%, 40%, 0.2);
}

.main-title span {
    display: block;
    margin-left: 25px;
    padding-top: 40%;
}
.main-title .fb{
    width:55px;
    height:55px;
    position:absolute;
    left:37px;
   background: url(../../images/common/fb_icon.png); 
    bottom:70px;
     text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
}
.main-title .fb:hover{
    background-position:0 100%;
}
.main-title small {
    font-family: 'Andada';
    font-size: 28px;
    color: #0166ac;
    padding-top: 40%;
}

.main-title .share {
    position: absolute;
    /*top: 90px;*/
    top: 0;
    left: 50px;
}

.main-title .share li+li {
    padding: 0;
}

@-webkit-keyframes stretchHeight {
    0% {
        height: 0;
        opacity: 0;
    }
    20% {
        height: 20%;
        opacity: 0;
    }
    80% {
        height: 80%;
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes stretchHeight {
    0% {
        height: 0;
        opacity: 0;
    }
    20% {
        height: 20%;
        opacity: 0;
    }
    80% {
        height: 80%;
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes stretchWidth {
    0% {
        width: 0;
        opacity: 0;
    }
    20% {
        width: 20%;
        opacity: 0;
    }
    80% {
        width: 80%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes stretchWidth {
    0% {
        width: 0;
        opacity: 0;
    }
    20% {
        width: 20%;
        opacity: 0;
    }
    80% {
        width: 80%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.stretchHeight,
.stretchWidth,
.site-header i {
    height: 100%;
    opacity: 1;
    background: #fff;
    -webkit-animation-name: stretchHeight;
    animation-name: stretchHeight;
    animation-timing-function: linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 100%;
    z-index: -1;
}

.animated.stretchHeight,
.animated.stretchWidth,
.site-header i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.stretchWidth,
.site-header i {
    background: #d7e9ec;
    -webkit-animation-name: stretchWidth;
    animation-name: stretchWidth;
}

.site-header i {
    height: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8ebff+0,94c7f7+100 */
    background: #d8ebff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d8ebff 0%, #94c7f7 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d8ebff 0%, #94c7f7 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d8ebff 0%, #94c7f7 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8ebff', endColorstr='#94c7f7', GradientType=1);
    /* IE6-9 */
}

@-webkit-keyframes stretchColor {
    0% {
        color: #545454;
    }
    20% {
        color: #9cd1ff;
    }
    50% {
        color: #9cd1ff;
    }
    80% {
        color: #0166ac;
    }
    100% {
        color: #545454;
    }
}

@keyframes stretchColor {
    0% {
        color: #545454;
    }
    20% {
        color: #0166ac;
    }
    50% {
        color: #9cd1ff;
    }
    80% {
        color: #0166ac;
    }
    100% {
        color: #545454;
    }
}

.stretchColor {
    opacity: 1;
    color: #545454;
    -webkit-animation-name: stretchColor;
    animation-name: stretchColor;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.animated.stretchColor {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}


/****************************  ****************************/

.content-title {
    font-size: 20px;
    text-align: center;
    color: #000;
    letter-spacing: 5px;
    margin-top: 55px;
}

.content {
    min-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/****************************  ****************************/

.btn-box {
    padding: 80px 0 20px;
    position: relative;
    text-align: center;
}


/****************************  ****************************/


/*------------ site_main ------------*/


/*------------ / side-nav ------------*/


/****************************  ****************************/

.site-nav {
    padding: 15px 0 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.over .site-nav {
    padding: 5px 0;
}


/****************************  ****************************/

.site-nav .mCSB_outside + .mCSB_scrollTools {
    right: 0;
}

.site-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #bbc5e5;
}

.site-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.site-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.site-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #4E6CC9;
}


/****************************  ****************************/

.menu {
    font-family: 'Dosis', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    letter-spacing: 1px;
}

.site-nav .menu li {
    position: relative;
    padding: 0 10px;
    width: 120px;
}

.menu li a {
    display: block;
}

.menu > li > a {
    color: #555555;
    font-size: 16px;
    text-align: center;
}

.menu > li > a small {
    font-family: 'Alegreya SC';
    font-size: 15px;
    display: block;
    position: relative;
    padding: 0 5px;
}

.menu > li.active > a small,
.menu > li > a:hover small {
    color: #000;
}

.site-header .menu > li > a small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #ffe006;
    z-index: -1;
}

.site-header .menu > li.active > a small:after,
.site-header .menu > li > a:hover small:after {
    right: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}


/*
.menu li a:hover,
.menu li.active > a {
    color: #0357A3;
    font-weight: bold;
}
*/

.menu ul {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 4;
}

.menu > li > ul {
    box-shadow: 0 3px 5px rgba(20%, 20%, 40%, 0.2);
}

.menu ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
}

.menu ul li a:hover {
    color: #0166ac;
    padding-left: 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu ul li a:hover:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4F5995;
    position: absolute;
    left: 5px;
    top: 10px;
}

.menu ul ul {
    margin-left: 20px;
}

.menu ul ul li a:hover,
.menu ul ul li.active > a {
    text-decoration: underline;
}

.menu ul ul li a:before {
    content: "-";
}


/****************************  ****************************/


/*------------ / side-nav ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    font-size: 12px;
    margin-top: 15px;
}

.breadcrumb li {
    margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
    color: #A5A5A5;
}

.breadcrumb li+li:before {
    content: ">";
    margin: 0 4px;
}

.breadcrumb li a:hover {
    color: #6799D1;
}


/*------------ breadcrumb ------------*/


/*------------ content_nav ------------*/

.content-nav {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.content-nav li {
    position: relative;
    margin: 0 0 10px 0;
}

.content-nav li a {
    display: block;
    color: #000;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 4px;
    padding: 4px 36px;
}

.content-nav li a:hover,
.content-nav li.active > a {
    color: #0287DF;
}


/*------------ content_nav ------------*/


/*------------ site_footer ------------*/

.footer-top {
    padding: 70px 0 0;
    text-align: right;
}

.footer-top ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.footer-top .row {
    display: table;
    background: #a5c9d0;
    width: 100%;
    padding: 40px 50px 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-top .col {
    vertical-align: middle;
    white-space: nowrap;
}

.footer-top .logo-info {
    position: relative;
    max-width: 294px;
    float: left;
    width: 100%;
}

.footer-top .logo-info:after {
    content: '';
    display: block;
    clear: both;
}

.footer-top .logo-info .site-title {
    float: left;
}

.footer-top .logo-info .site-title .logo {
    width: 200px;
    height: 41px;
    background: url(../../images/common/footer_logo.png);
    position: static;
}

.footer-top .logo-info .qr {
    float: right;
    margin-top: -20px;
}


/****************************  ****************************/

.fllow-info li {
    display: inline-block;
}

.fllow-info img {
    border: 4px solid #fff;
}


/****************************  ****************************/

.line-info {
    font-weight: bold;
    font-size: 16px;
    color: #00C300;
    line-height: 1.2;
}

.line-info li + li {
    margin-top: 5px;
}


/****************************  ****************************/

.site-info {
    padding-left: 350px;
}

.site-info,
.site-info a {
    color: #fff;
    font-size: 16px;
}

.site-info ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.site-info ul li + li {
    margin: 0 0 15px 20px;
}


/*
.site-info ul li.address {
    display: block;
    margin: 0;
}
*/

.site-info .txt {
    white-space: normal;
    line-height: 1.45;
}


/****************************  ****************************/

.site-map {
    font-size: 14px;
    color: #2C4152;
    border-bottom: 1px solid #D7D2CC;
}

.site-map ul {
    vertical-align: top;
    padding: 15px 0;
}

.site-map ul + ul {
    margin-left: 20px;
}

.site-map ul li+li {
    padding: 0 13px;
}

.site-map a {
    position: relative;
    width: 56px;
    text-align: center;
}

.site-map li:nth-child(2) a,
.site-map li:nth-child(5) a,
.site-map li:nth-child(8) a,
.site-map li:nth-child(9) a {
    width: 85px;
}

.site-map small {
    font-family: 'Alegreya SC';
    font-size: 16px;
}

.site-map span,
.site-map a:hover small {
    display: none;
}

.site-map a:hover span,
.site-map a small {
    display: block;
}

.site-map a:hover {
    color: #3384C5;
}


/****************************  ****************************/

.footer-bottom {
    font-size: 13px;
    color: #999999;
    padding: 10px 0;
    letter-spacing: 1px;
    text-align: center;
}

.footer-bottom a {
    color: #999999;
    text-decoration: underline;
}

.copyright,
.author {
    display: inline-block;
}

.copyright strong {
    font-weight: bold;
}


/****************************  ****************************/


/*------------ site_footer ------------*/


/*------------ floating ------------*/

.floating {
    position: fixed;
    left: 37px;
    bottom: 0;
    z-index: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 55px;
    height: 55px;
}


/*------------ floating ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    font-size: 16px;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    text-align: center;
    color: #383838;
    background: #fff;
    border: 1px solid #DCDCDC;
    margin: 0 3px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    border-color: #3d7682;
    color: #fff;
    background: #3d7682;
}

.pagination li a.controls {
    font-size: 18px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #DCDCDC;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #7A92D6;
}


/*------------ pagination ------------*/


/*------------ form ------------*/

.form-header:after {
    content: '';
    display: block;
    clear: both;
}

.form-title {
    font-family: 'Bodoni MT';
    float: left;
    font-size: 40px;
    color: #000;
    width: 280px;
}

.reminder {
    font-size: 15px;
    float: right;
    width: calc(100% - 280px);
    padding-top: 25px;
}

.reminder b {
    margin-right: 10px;
}

.required {
    position: relative;
}

.required:after,
.reminder b:before {
    content: url('../../images/common/required.png');
    display: inline-block;
    margin-left: 10px;
    color: #3A7FDF;
    font-weight: bold;
    margin-right: 10px;
}


/****************************  ****************************/

.form-box:hover {
    background: rgba(212, 212, 212, 0.3);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #3A7FDF;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    /*    height: 119px;*/
    min-height: 252px;
}

.type01-form {
    max-width: 1200px;
    margin: 0 auto;
}

.form-box {
    padding: 45px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #bbb;
}

.form-bg,
.form-bg .form-box {
    background: #F5F5F5;
}

.form-bg {
    padding: 50px 0;
}

.form-tit {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding: 1px;
    background: #FFE006;
    display: inline-block;
}

.form-box .row {
    margin: 0 -3%;
}
.form-box .row .table_box{
    max-width: 850px;
    margin: auto;
    padding: 0 20px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 15px;
}

.form-box .col2 {
    padding: 0 30px;
}

.form-box .col-right {
    float: right;
}

.form-box .form-group {
    padding: 10px 0 0;
}

.form-box .form-group.dib {
    margin: 0 -5px;
}

.form-box .form-group.dib .input-box {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #111;
    padding: 0 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: 36px;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    max-width: 310px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    color: #007ED1;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 10px 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-box .captcha a .fa {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-box .captcha a:hover .fa {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}


/****************************  ****************************/

.success-txt {
    text-align: center;
    font-size: 15px;
    color: #666;
    position: relative;
}

.success-msg {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.success-msg b {
    letter-spacing: 1px;
    display: block;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-family: "Times New Roman";
    margin-bottom: 20px;
    background: #909090;
    display: inline-block;
    padding: 0 5%;
}


/*------------ form ------------*/


/*------------ lightbox ------------*/

body .fancybox-skin {
    padding-top: 30px !important;
    background: transparent;
}

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -30px;
    opacity: 0.6;
}

body .fancybox-close:hover {
    opacity: 1;
    transform: rotate(90deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

body .fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/lightbox_arrow.png) no-repeat;
    width: 45px;
    height: 45px;
    opacity: 0.6;
}

body .fancybox-prev span {
    background-position: 0 0;
    left: -80px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

body .fancybox-next span {
    right: -80px;
}

body .fancybox-nav:hover span {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

body .fancybox-next span:hover {
    right: -90px;
}

body .fancybox-prev span:hover {
    left: -90px;
}

body .fancybox-title-inside-wrap {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

body .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
body .fancybox-title-inside-wrap:before {
    content: "";
    background: url(../../images/common/album/camera.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 33px;
    height: 27px;
    margin: 0 10px -2px 0;
}
*/

body .fancybox-skin .photo-pager {
    text-align: center;
    color: #444;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.photo-title {
    color: #525252;
    margin: 10px 0;
}

body .fancybox-skin .photo-pager b {
    color: #0071BB;
}

body .fancybox-skin .photo-pager span {
    display: inline-block;
    border: 1px solid #DDDDDD;
    color: #BBBBBB;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 6px;
}

body .fancybox-skin .photo-intro {
    color: #525252;
    font-size: 14px;
    line-height: 1.8;
}

.mmenu-show #mobile-fixed li .ic-earth {
    font-size: 24px;
}

@media screen and (max-width: 1000px) {
    body .fancybox-close {
        background: url(../../images/common/lightbox_close.png) 50% 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
        right: -30px;
        top: -15px;
        opacity: 0.6;
    }
    body .fancybox-nav span {
        background: url(../../images/common/lightbox_arrow.png) 50% 50% no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }
    body .fancybox-next span {
        right: -50px;
    }
    body .fancybox-prev span {
        left: -50px;
    }
    body .fancybox-next span:hover {
        right: -55px;
    }
    body .fancybox-prev span:hover {
        left: -55px;
    }
}


/*------------ lightbox ------------*/


/*------------ mobile_menu ------------*/



@media screen and (max-width: 1100px) {
    .over .header_in {
        display: none;
    }
    #mobile-fixed {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #mobile-fixed ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style-type: disc;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
    }
    #mobile-fixed li {
        display: table-cell;
        vertical-align: middle;
        border-width: 1px 1px 0;
        background: #0166ac;
    }
    #mobile-fixed li {
        display: table-cell;
        vertical-align: middle;
        border-width: 1px 1px 0;
        color: #fff;
        font-size: 26px;
        text-align:  center;
    }
    #mobile-fixed a {
        display: block;
        text-align: center;
        line-height: 40px;
        position: relative;
    }
    #mobile-search.active {
        top: 41px;
    }
    #mobile-search .search-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    #mobile-search .form-control {
        margin: 0;
        background: #fff;
        border: 0;
        height: 30px;
        line-height: 30px;
        padding-right: 40px;
        padding-left: 10px;
        border-radius: 5px;
    }
    #mobile-search .ibtn.search {
        /*        background-image: url(../../images/common/mobile_search_btn.png);*/
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #member-box {
        display: block;
        position: fixed;
        z-index: 400;
        top: 40px;
        left: 0;
        right: 0;
        color: #fff;
        max-height: 0;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #member-box.active {
        max-height: 500px;
    }
    .mmenu-show #member-box li {
        border-bottom: 1px solid #ddd;
    }
    #member-box li a {
        display: block;
        padding: 6px 10px;
        color: #666;
        background: #fff;
        font-size: 16px;
    }
    #member-box .qty {
        display: inline-block;
        background: #fff;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 0 6px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .mmenu-show #mobile-menu .menu li a {
        text-align: left;
        display: block;
        padding: 10px 30px;
        border-bottom: 1px dashed #ddd;
        color: #666;
    }
    #mobile-menu .menu li a:hover,
    #mobile-menu .menu li.active > a {
        color: #0298FE;
    }
    #mobile-menu .menu ul {
        display: none;
    }
    #mobile-menu .menu > li > a small {
        display: inline-block;
        margin-left: 15px;
    }
    .mmenu-show #mobile-menu .main-menu {
        background: #fff;
    }
    .mmenu-show #mobile-menu .language-menu {
        background: #0166ac;
        color: #fff;
    }
}


@media screen and (max-width: 1100px) {
    .toggle-mmenu-cover {
        position: fixed;
        z-index: 600;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        display: none;
    }
    .mmenu-open .toggle-mmenu-cover {
        display: block;
    }
    .toggle-mmenu-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .mmenu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .wrapper {
        padding-top: 40px;
        position: relative;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mmenu-open .wrapper {
        left: 300px;
    }
    #mobile-menu {
        display: block;
        position: fixed;
        width: 300px;
        left: -300px;
        top: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mmenu-open #mobile-menu {
        left: 0;
    }
    .mmenu-open #mobile-fixed {
        left: 300px;
        right: -300px;
    }
    #mobile-menu .menu {
        display: block;
    }
    #mobile-menu .main-menu {
        position: absolute;
        top: 40px;
        bottom: 40px;
        right: 0;
        left: 0;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #mobile-menu .menu li {
        position: relative;
        float: none;
        display: block;
    }
    #mobile-menu .menu li a {
        text-align: left;
        display: block;
        padding: 10px 30px;
        border-bottom: 1px dashed #ddd;
        color: #666;
    }
    #mobile-menu .menu li ul li a {
        padding: 10px 50px;
        position: relative;
    }
    #mobile-menu .menu li ul li a:hover {
        padding: 10px 60px;
    }
    #mobile-menu .menu li a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 4px;
        height: 4px;
        background: #0287DF;
        position: relative;
        left: 0px;
        top: -3px;
    }
    #mobile-menu .menu li a:hover,
    #mobile-menu .menu li.active > a {
        color: #0298FE;
    }
    #mobile-menu .menu ul {
        display: none;
    }
    #mobile-menu .menu ul ul {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }
    #mobile-menu .menu ul ul li a {
        padding: 5px 30px 5px 55px;
        background: none;
        color: #666;
        border-bottom: 0;
    }
    #mobile-menu .menu li.has-child > a {
        padding-right: 55px;
    }
    #mobile-menu .menu li.has-child > .toggle-submenu {
        position: absolute;
        right: 5px;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 15px;
        color: #bbb;
        cursor: pointer;
    }
    #mobile-menu .menu li.has-child > .toggle-submenu:before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
        content: "\f068";
    }
    #mobile-menu .menu > li > a small {
        display: inline-block;
        margin-left: 15px;
    }
    #mobile-menu .search-box {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        margin: 0 15px;
    }
    #mobile-menu .share-menu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1100;
        margin: 0;
        text-align: center;
    }
    #mobile-menu .share {
        position: static;
        margin: 10px 0;
        display: inline-block;
    }
    #mobile-menu .share .ibtn {
        width: 30px;
        height: 30px;
        background-size: 120px auto;
        margin: 0 5px;
    }
    .share .ibtn.facebook {
        background-position: 0 0;
    }
    .share .ibtn.plurk {
        background-position: -30px 0;
    }
    .share .ibtn.google {
        background-position: -60px 0;
    }
    .share .ibtn.twitter {
        background-position: -90px 0;
    }
    .share .ibtn.facebook:hover {
        background-position: 0 100%;
    }
    .share .ibtn.plurk:hover {
        background-position: -30px 100%;
    }
    .share .ibtn.google:hover {
        background-position: -60px 100%;
    }
    .share .ibtn.twitter:hover {
        background-position: -90px 100%;
    }
    #mobile-menu .language-menu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #0166ac;
        color: #fff;
        height: 40px;
    }
    #mobile-menu .language {
        padding: 5px 40px 5px 10px;
        font-size: 13px;
    }
    #mobile-menu .language .btn {
        display: none;
    }
    #mobile-menu .language ul li {
        display: inline-block;
        vertical-align: top;
    }
    #mobile-menu .language ul li+li:before {
        content: "| ";
    }
    #mobile-menu .language ul li a {
        padding: 5px;
        color: #fff;
    }
    #mobile-menu .language ul li a:hover {
        color: #fff;
    }
    .main-title .fb{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #mobile-menu {
        width: 100%;
        left: -100%;
    }
    .mmenu-open #mobile-fixed {
        left: 100%;
        right: -100%;
    }
    .mmenu-open .wrapper {
        left: 100%;
    }
}


/*------------ mobile_menu ------------*/

@media screen and (max-width: 1600px) {
    .site-header .site-title .logo {
        width: 180px;
        height: 37px;
    }
    .site-nav .menu li {
        padding: 0 5px;
        width: 110px;
    }
}

@media screen and (max-width: 1500px) {
    .footer-top .col + .col {
        padding: 2px 15px 3px;
    }
}
@media screen and (max-width: 1400px) {
 .main-title{
        width:100px;
    }
    .main-title span {
    margin-left: 10px;
    }
    .main-title .share {
    left: 25px;
    }
    .site-header .site-title .logo,
    .over .header_in .site-title .logo  {
        width: 150px;
        height: 37px;
    }
    .header_in .container {
    padding: 0 15px;
    }
    .menu > li > a {
    font-size: 15px;
    }

.menu > li > a small {
    font-size: 13px;
    }
 .site-nav .menu li {
        width: 105px;
    }
    .over .header_in {
    width: calc(100% - 100px);
}
.floating,
.main-title .fb{
     left: 22px;
}
}
@media screen and (max-width: 1170px) {
.site-header .site-title .logo,
.over .header_in .site-title .logo  {
        width: 110px;
        height: 37px;
    }
    .site-nav .menu li {
        width: 100px;
    }
    .over .site-nav .menu li{
    padding: 5px 0;
    }

    }
@media screen and (max-width: 1100px) {
    .wrapper {
        margin-left: 0;
    }
    .site-header {
        position: static;
        width: auto;
        padding: 0;
        min-height: auto;
    }
    .language {
        display: none;
    }
    .site-header .container {
        padding: 0;
    }
    .site-header .site-title {
        text-align: center;
        width: 100%;
    }
    .header-fixed .header_in,
    .header-fixed .site-header,
    .header-fixed .header_in {
        position: static;
    }
    .main-title {
        position: static;
        width: 100%;
        top: inherit;
        bottom: inherit;
        left: inherit;
        box-shadow: none;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        letter-spacing: 6px;
        text-align: center;
        background: none;
    }
    .main-title span {
        display: block;
        margin-left: 0;
        padding-top: 0;
    }
    .main-title small {
        font-family: 'Andada';
        font-size: 28px;
        color: #0166ac;
        padding-top: 0;
    }
    .main-title.border {
        border-bottom: 1px dashed #ccc;
    }
    .main-title .share {
        position: absolute;
        top: 90px;
        left: 50px;
        display: none;
    }
    .content.detail:before {
        display: none;
    }
    .stretchHeight,
    .stretchWidth,
    .site-header i {
        background: none;
    }
    .site-nav {
        position: static;
        background: #F0F0F0;
        display: none;
        border-bottom: 0;
        padding: 0;
        text-align: center;
        width: auto;
        top: 0;
        display: none;
    }
    .menu {
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    .menu li {
        display: block;
        width: auto;
        float: none;
    }
    .menu li a {
        position: relative;
    }
    .menu > li {}
    .menu > li+li:before {
        display: none;
    }
    .menu > li > a {
        border-bottom: 1px solid #fff;
        margin: 0;
        padding: 10px 15px;
    }
    .menu > li.active > a {
        color: #fff;
    }
    .menu li.has-child > a {
        padding-right: 40px;
        padding-left: 40px;
    }
    .menu li > .toggle-submenu {
        content: " ";
        /*        background: url(../../images/common/menu_accordion2.png) no-repeat;*/
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 10;
        cursor: pointer;
    }
    .menu li.active > .toggle-submenu {
        background-position: 100% 100%;
    }
    .menu ul {
        border: 0;
        position: static;
        width: auto;
        background: #F0F0F0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu li > ul {
        margin: 0;
        padding: 0;
    }
    .menu ul li+li {
        background: none;
    }
    .menu ul ul {
        background: #fff;
    }
    .menu ul ul li {
        background: none;
        border: 0;
    }
    .menu ul li a {
        padding: 8px 20px;
        border-width: 1px 0 0;
        background: #FFF;
        color: #BC805A;
    }
    .menu ul li a:hover,
    .menu ul li.active > a {
        color: #4C3339;
        background: #fff;
    }
    .menu ul li.active > .toggle-submenu {
        background-position: 100% 0;
    }
    .menu ul ul li a {
        color: #777;
        border-top: 1px solid #e8e8e8;
    }
    .menu ul ul li a:hover,
    .menu ul ul li.active > a {
        color: #BC805A;
    }
    .site-nav .mCSB_outside + .mCSB_scrollTools {
        visibility: hidden;
    }
    .site-info ul li {
        display: block;
    }
    .site-info ul li + li,
    .site-info ul li.address {
        margin: 10px 0 0 0;
    }
    .footer-top .row {
        display: block;
    }
    .footer-top .col {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: -4px;
    }
    .col.fllow-info,
    .col.line-info {
        margin-bottom: 25px;
    }
    .footer-top .site-map {
        display: none;
    }


/*-- 新的 --*/
.header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index:9999;
    font-size:  14px;
    padding:  10px 0 10px;
    }
 .header-sheet .close-ontop {
    right: 0px;
    left:0px;
    top: -25px;
    margin:auto;
    text-align:center;
    background:#666;
    width:100%;
    height:35px;
    }
   button.close-ontop{
       padding:0px;
   }
    .close-ontop {
    float: none;
    }

body #keyreply-container {
     bottom: 10%;
}
.header-active #keyreply-container {
    bottom: 0%;
    transition:all .7s;
}

}

@media screen and (max-width: 1000px) {
    .footer-top .row {
        padding: 20px;
    }
    .footer-top .col.site-map {
        display: none;
    }
    .footer-top .col.site-info {
        width: 100%;
    }
    .floating {
       background: none;
    /* right: 50%; */
    bottom: 5px;
    margin-right: -15px;
    left: 50%;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
}

@media screen and (max-width: 900px) {
    .page-banner .banner .item {
        height: 180px;
    }
    .content-top {
        margin-bottom: 40px;
    }
    .form-title {
        float: none;
        line-height: 20px;
    }
    .reminder {
        width: calc(100%);
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 850px) {
    .footer-top .col {
        display: block;
        width: 100%;
        margin: 0;
    }
    .footer-top .col + .col {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .page-info {
        display: block;
        padding: 0 44px;
    }
    .pagination {
        position: relative;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .form-box {
        padding: 20px 15px;
    }
    .form-box .col {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    .breadcrumb {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 580px) {
    .footer-top .logo-info {
        margin: 0 auto;
        float: none;
    }
    .footer-top .col {
        display: block;
    }
    .footer-top .col.site-info {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .footer-top .logo-info .site-title,
    .footer-top .logo-info .qr {
        float: none;
        text-align: center;
    }
    .footer-top .logo-info .qr {
        margin: 15px auto 0;
        width: 72px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .page-banner .banner .item {
        height: 140px;
    }
    .col.fllow-info {
        display: none;
    }
    .info-txt span,
    .info-txt a {
        width: 80%;
        display: inline-block;
        vertical-align: top;
    }
    .footer-top .logo-info {
        float: none;
    }
    .info-txt a {
        display: inline;
    }
    .form-box .form-group.dib .input-box {
        float: none;
        width: 100%;
        padding: 0;
    }
    .form-box .form-group.dib {
        margin: 0;
    }
    .form-box .col,
    .form-box .col2 {
        padding: 0 10px;
    }
    .success-msg b {
        font-size: 25px;
        padding: 0 5%;
    }
}

@media screen and (max-width: 380px) {
    .main-title small {
        font-size: 20px;
    }
}
