﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

    a:hover {
        color: #9c9c9c;
    }

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

    .header .navbar {
        min-height:auto;
    }

        .header .navbar.menu {
            /*top: 142px;
            background: #313131;
            border-bottom: solid 5px #33747a;
            border-bottom:solid 6px #5c4ca0;*/
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: inline-block;
            float: right;
        }


.nav_cont {
    position: fixed;
    width: 100%;
    border-bottom: solid 1px transparent;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container > .navbar-header {
    /*width: 100%;*/
}

.header .nav_share_area {
    position: absolute;
    right: 10%;
    top: 30px;
    z-index: 100;
}

.header .navbar .nav_share_area .navbar-nav {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header .navbar .nav_share_area .navbar-nav > li > a.shareBtn {
        width: 22px;
        height: 22px;
        padding: 10px;
        text-indent: -9999px;
    }

    .header .navbar .nav_share_area .navbar-nav > li:nth-child(1) > a.shareBtn {
        background: url('../images/all/share_blog.png') left top no-repeat;
    }

    .header .navbar .nav_share_area .navbar-nav > li:nth-child(2) > a.shareBtn {
        background: url('../images/all/share_fb.png') left top no-repeat;
    }

    .header .navbar .nav_share_area .navbar-nav > li:nth-child(3) > a.shareBtn {
        background: url('../images/all/share_gplus.png') left top no-repeat;
    }

    .header .navbar .nav_share_area .navbar-nav > li:nth-child(4) > a.shareBtn {
        background: url('../images/all/share_ig.png') left top no-repeat;
    }

    .header .navbar .nav_share_area .navbar-nav > li:nth-child(5) > a.shareBtn {
        background: url('../images/all/share_twitter.png') left top no-repeat;
    }

    .header .navbar .nav_share_area .navbar-nav > li > a.shareBtn:hover {
        margin-top: -5px;
    }


.header .navbar .nav_share_area .nav_searchbox {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar .nav_searchbox > li > input {
    width: 170px;
}

.header .navbar .nav_searchbox > li:nth-child(1) > a.searBtn {
    display: inline-block;
    background: #666;
    padding: 0 2px 4px 2px;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header .navbar .nav_searchbox > li:nth-child(1) > a.searBtn > img {
        width: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header .navbar .nav_searchbox > li:nth-child(1) > a.searBtn:hover {
        background: #353535;
    }

        .header .navbar .nav_searchbox > li:nth-child(1) > a.searBtn:hover img {
            opacity: 0.7;
        }

/* header logo */
.header .navbar .navbar-brand {
    width: 295px;
    height: 65px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 10px 0 13px;
    padding: 0;
    background-size: 100%;
    position: relative;
    /* left: 50%; */
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header .navbar .navbar-brand:hover {
        opacity: 0.7;
    }


.is_scroll .nav_cont {
    border-color: #c1c1c1;
    background: rgba(255, 255, 255, 0.8);
}

.is_scroll .header .navbar .navbar-brand {
    width: 150px;
    height: 33px;
}

.is_scroll .header .navbar.menu {
    /*top: 57px;*/
}

.is_scroll .header .navbar .navbar-nav {
    margin-top: 5px;
}



.is_scroll .header .navbar .nav_share_area .navbar-nav {
    opacity: 0;
}

.is_scroll .header .navbar .nav_share_area .nav_searchbox {
    opacity: 1;
    top: -40px;
}



/* header 主選單 */
.header .search_sec {
    display: inline-block;
    vertical-align: middle;
    border:solid 1px #555555;
    padding:3px 10px;
    float:right;
}

    .header .search_sec a {
        display: inline-block;
        width: 20px;
        height: 20px;
        
    }
    .header .search_sec a img{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header .search_sec input {
        border: none;
        width: 100px;
        /*border-bottom: solid 1px transparent;*/
        vertical-align:middle;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .header .search_sec.ifocus{
            border-color:#19a0ff;
        }
        .header .search_sec input:focus {
            /*border-bottom: solid 1px #ccc;*/
        }
        .header .search_sec a:hover img{
            opacity:0.7;
        }

.header .navbar .navbar-nav {
    display: inline-block;
    background: none;
    margin-top: 20px;
    margin-left: 20px;
    float: none;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.home .header .navbar .navbar-nav {
    background: none;
    margin-top: 84px;
    margin-right: -15px;
    float: right;
}

.header .navbar .navbar-nav li {
    display: inline-block;
    overflow: hidden;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #000;
    padding: 12px 20px 12px 35px;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url('../images/all/icon_001.png') 5px center no-repeat;
}

    .header .navbar .navbar-nav > li > a > span {
        display: block;
        /*line-height: 40px;*/
    }


.navbar-nav > li {
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.header .navbar .navbar-nav > li > ul:after {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.header .navbar .navbar-nav > li > a:hover {
    /* color: #fff; */
    /* margin-top: -40px; */
    font-weight: lighter;
    /* background: #5c4ca0; */
    background-position: 7px 4px;
    transform: scale(1.15);
    color: #14a0c2;
    font-weight: bold;
}

.header .navbar .navbar-nav > li > ul > li a:hover {
    color: #ffffff;
    background: #004378;
}

/*.header .navbar .navbar-nav > li + li > a {
    border-left: 1px solid #eee;
}*/

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
    color: #000;
    font-weight: bold;
    padding: 7px 20px;
}

.header .navbar-nav > li > .dropdown-menu {
    padding: 0;
}

ul.nav li.dropdown_submenu:hover > ul.dropdown-menu {
    display: block;
    -webkit-animation-name: dropdownAni;
    -webkit-animation-duration: 0.5s;
    animation-name: dropdownAni;
    animation-duration: 0.5s;
}

@-webkit-keyframes dropdownAni {
    from {
        top: 50px;
    }

    to {
        top: 100%;
    }
}

@keyframes dropdownAni {
    from {
        top: 50px;
    }

    to {
        top: 100%;
    }
}

/* header 次選單 */
.header .navbar .sub-nav {
    display: inline-block;
    margin-left: 0;
    position:absolute;
    right:0;
    top:10px;
}

    .header .navbar .sub-nav li {
        padding: 0;
        margin-right: 15px;
    }

.header .navbar .user_name {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url('../images/all/nav_003.png') 5px 3px no-repeat;
    padding:5px 0 5px 30px;
    max-width:260px;
    /* right: 0; */
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px;
}
    .is_scroll .header .navbar .sub-nav li.user_name{
        bottom: 92px;
    }


        .header .navbar .sub-nav li a {
            width: auto;
            /* height: 32px; */
            /*text-indent: -9999px;*/
            position:relative;
            left:0;
            font-size:14px;
            color:#3f3f3f;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 5px 0;
            border-bottom: solid 2px transparent;
        }

        .header .navbar .sub-nav li:nth-child(2) a {
            background: url(../images/all/nav_001.png) 5px 2px no-repeat;
            background-size: 28px;
            
            padding-left: 40px;
        }

        .header .navbar .sub-nav li:nth-child(3) a {
            background: url(../images/all/nav_002.png) 5px 2px no-repeat;
            background-size: 28px;

            padding-left: 40px;
        }
        .header .navbar .sub-nav li:nth-child(4) a {
            background: url(../images/all/icon_003.png) center center no-repeat;
            background-size: 24px;
        }
        .header .navbar .sub-nav li:nth-child(5) a {
            background: url(../images/all/icon_004.png) center center no-repeat;
            background-size: 24px;
        }

        .header .navbar .sub-nav li a:hover {
            /*position: relative;
            left: 5px;*/
            /* text-indent:0; */
            /* background:none; */
            border-color:#913523;
            color: #913523;
        }
        .header .navbar .sub-nav li:nth-child(2) a:hover{
            background-image:url(../images/all/nav_001_hov.png);
        }
        .header .navbar .sub-nav li:nth-child(3) a:hover{
            background-image:url(../images/all/nav_002_hov.png);
        }


.header .navbar .sub-nav li.shopcount {
    display: inline-block;
    position: absolute;
    background: #e00179;
    color: #fff;
    width: 21px;
    height: 22px;
    /*border-radius: 50%;*/
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 0;
    z-index: 10;
    background: url('../images/all/nav_017.png') center center no-repeat;
    background-size:22px;
    left: 19px;
    top: -8px;
}
        .header .navbar .sub-nav li.shopcount a > .num{
            display:inline-block;
        }


.header .navbar .btn-default {
    background: #0165b5;
    color: #ffffff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 19px 19px;
    font-size: 15px;
    font-weight: bold;
    font-family: "微軟正黑體";
    margin-left: 20px;
}

body.home .header .navbar .btn-default {
    background: rgba(255,255,255,0.6);
    color: #757575;
    padding: 10px 22px;
    font-size: 16px;
}

.header .navbar .btn-default img {
    margin-top: -3px;
    margin-left: 5px;
}

.header .navbar .lang {
    position: static;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .collapse.navbar-collapse {
    text-align: center;
    display: inline-block !important;
    float:right;
}

body.home .header .navbar .lang {
    position: absolute;
    right: 84px;
    top: 58px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.home.is_scroll .header .navbar .lang {
    top: 30px;
}

.is_scroll .hamburger {
    top: 30px;
}

.header .navbar .lang .dropdown-menu {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    left: auto;
}

    .header .navbar .lang .dropdown-menu a {
        color: #000;
        padding: 10px 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .header .navbar .lang .dropdown-menu a:hover {
            background: #004378;
            color: #fff;
        }

body.home .header .navbar .lang .dropdown-menu {
    background: rgba(255,255,255,0.6);
    color: #757575;
}

    body.home .header .navbar .lang .dropdown-menu a {
        color: #757575;
    }

        body.home .header .navbar .lang .dropdown-menu a:hover {
            background: rgba(0,0,0,0.5);
            color: #fff;
        }

body.home #floating {
    display: none;
}

.content .sec.sec02.home .sec01_pro{
    padding-left:0;
    padding-right:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .sec.sec02.home .sec01_pro:hover{
    opacity:0.8;
}

/* 首頁選單 */
.fat-nav li {
    display: inline-block;
    width: 23%;
    margin-bottom: 50px;
}

    .fat-nav li a {
        display: block;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        line-height: 250px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.fat-nav .mask {
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 100%;
    left: 100%;
    bottom: 100%;
    right: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fat-nav li a span {
    transform: scale(1);
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fat-nav li a:hover {
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
}

.fat-nav ul li ul.mobile_lang {
    display: none;
}

.fat-nav li a:hover span {
    transform: scale(0.9);
}

.fat-nav li a:hover .mask {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

/*------- Banner -------*/
.banner {
    position: relative;
    /*padding-top: 192px;*/
}

body.home .banner {
    padding-top: 0;
}

.banner .container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

    .banner .bxslider li a {
        display: block;
        width:100%;
        height:100%;
    }

    .banner .bxslider li img {
        /*width: 100%;*/
        display: none;
    }

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-controls bx-has-pager{
    position:absolute;
    top:10px;
    display:block;
    width:100%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    top: 2px;
    z-index: 60;
}

    .banner .bx-wrapper .bx-pager.bx-default-pager a {
        background: url('../images/all/pager02.png') left top no-repeat;
        width: 46px;
        height: 35px;
        text-align: left;
        border-radius: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: url('../images/all/pager01.png') left top no-repeat;
        }

        .banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: url('../images/all/pager02.png') left top no-repeat;
            opacity:0.7;
        }
        .banner .bx-wrapper .bx-pager.bx-default-pager a.active:hover{
            background: url('../images/all/pager01.png') left top no-repeat;
        }

body.home .banner .bxslider li {
    height: 999px;
}

.banner .bx-wrapper .bx-prev,
.banner .bx-wrapper .bx-next {
    width: 40px;
    height: 127px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .bx-wrapper .bx-prev {
    background: url('../images/all/arrow03.png') left top no-repeat;
    left: 50px;
    background-size:40%;
}


.banner .bx-wrapper .bx-next {
    background: url('../images/all/arrow04.png') left top no-repeat;
    right: 50px;
    background-size:40%;
}

body.homeIndex .banner .bx-wrapper .bx-prev,
body.homeIndex .banner .bx-wrapper .bx-next{
    background-size:100%;
}

    .banner .bx-wrapper .bx-prev:hover,
    .banner .bx-wrapper .bx-next:hover {
        background-position: left top;
    }

.banner .bx-wrapper .bx-prev:hover {
    left: 60px;
}

.banner .bx-wrapper .bx-next:hover {
    right: 60px;
}

.goDown {
    display: block;
    background: url('../images/all/godown.png') left top no-repeat;
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -34px;
    cursor: pointer;
}

/********************* Footer *********************/
.footer {
    text-align: center;
    /*background-color: #313131;
    color: #d8d8d8;*/
    /*border-top: solid 1px #ccc;*/
    background: #14a0c2;
    padding: 30px 0;
    color:#fff;
}

.footer .logo_sec{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}
.footer .info_sec {
    font-size:16px;
}

.footer .info_sec li{
    padding:5px 0 5px 30px;
    margin-right:20px;
}
.footer .info_sec li:last-child{
    margin-right:0;
}

.footer .info_sec li.tel {
    background: url('../images/all/icon_003.png') left center no-repeat;
}
.footer .info_sec li.address {
    background: url('../images/all/icon_002.png') left 3px no-repeat;
}

.footer .info_sec .share_sec li{
    padding-left:0;
}

.footer .info_sec .share_sec .share_btn{
    display:block;
    width:41px;
    height:41px;
}
.footer .info_sec .share_sec .share_btn.line {
    background: url('../images/all/line.png') left top no-repeat;
}

.footer .info_sec .share_sec .share_btn.fb {
    background: url('../images/all/fb.png') left top no-repeat;
}

    .footer .info_sec .share_sec .share_btn.email {
        background: url('../images/all/email.png') left top no-repeat;
    }

.footer .info_sec .share_sec .share_btn:hover {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 0.5s;
    animation-name: rotate;
    animation-duration: 0.5s;
}


@-webkit-keyframes rotate {
    0% {transform:rotate(0deg);}
    50% {transform:rotate(30deg);}
    100% {transform:rotate(0deg);}
}

@keyframes example {
    0% {transform:rotate(0deg);}
    50% {transform:rotate(30deg);}
    100% {transform:rotate(0deg);}
}


/* ===============================  jcar style  ======================================= */





/********************* Main *********************/
.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
    /*background: #dcdcdc;*/
    margin-top: 50px;
}
body.homeIndex .main{
    margin:0;
}
body.product.show .main {
    margin-top: 100px;
}

.main_content {
    min-height: 600px;
    padding: 0 0 30px;
    position: relative;
}

body.homeIndex .main_content > .container{
    width:100%;
}

    .main_content .sec1, .main_content .sec2 {
        background: #fff;
        padding: 30px 60px 80px;
        margin-bottom: 50px;
        text-align: center;
    }

    .main_content .sec2 {
        background: #004378;
        padding-bottom: 40px;
    }

    .main_content .sec3 {
        background: #fff;
    }



/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

    .side .nav > li a:hover,
    .side .nav > li a:focus,
    .side .nav > li.active a {
        background: url(../images/all/list_icon.png) no-repeat 0 10px;
        color: #02b7c1;
    }

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

    .side .nav > li > ul > li > a,
    .side .nav > li > ul > li > a:hover {
        background: url(../images/all/list_icon2.png) no-repeat 0 6px;
        padding: 6px 10px 6px 20px;
    }

    .side .nav > li > ul > li > ul {
        margin-left: 18px;
        list-style-type: none;
    }

        .side .nav > li > ul > li > ul > li > a,
        .side .nav > li > ul > li > ul > li > a:hover {
            background: url(../images/all/list_icon3.png) no-repeat 0 6px;
            padding: 6px 10px 6px 20px;
        }


/******** search section **********/
.search_sec {
    padding: 30px 0;
    background: #eaeaea;
    display:none;
}
.search_sec input {
    width: calc(100% - 80px);
    display: inline;
}

.search_sec .search {
    display:inline-block;
    background: url('../images/all/search.png') left top no-repeat;
    width:30px;
    height:30px;
    background-size:100%;
    transition:all 0.2s ease;
}
.search_sec .search:hover{
    transform:rotate(30deg);
}


/*-------- home info sec --------*/
.iframe_style {
    width: 80%;
    height: 315px;
}

.home_info_bg {
    background: url('../images/all/index_bg_01.jpg') left top no-repeat;
    min-height: 932px;
}

.home_info_sec {
    margin-top: 50px;
}

    .home_info_sec .home_about_sec,
    .home_info_sec .home_news_sec {
        margin-left: 20px;
        margin-right: 20px;
    }

        .home_info_sec .home_about_sec h3,
        .home_info_sec .home_news_sec h3 {
            color: #004378;
            font-weight: bold;
            font-size: 26px;
            display: inline-block;
            margin-bottom: 25px;
        }

        .home_info_sec .home_about_sec span > a.btn_more,
        .home_info_sec .home_news_sec span > a.btn_more {
            font-size: 12px;
            display: inline-block;
            padding: 2px 6px 1px 8px;
            background: #db0000;
            color: #fff;
            margin-left: 20px;
            border-radius: 30px;
            font-weight: normal;
            position: relative;
            top: -3px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            box-shadow: inset 0 0 0 transparent;
        }

            .home_info_sec .home_about_sec span > a.btn_more:hover,
            .home_info_sec .home_news_sec span > a.btn_more:hover {
                /*transform:scale(1.05);
    box-shadow: 2px 2px 5px #43494e;
    background: #004378;*/
                background: #000;
                /*color: #ffffff;
    padding: 6px 6px 5px 8px;*/
                margin-left: 30px;
            }

        .home_info_sec .home_about_sec p,
        .home_info_sec .home_news_sec ul {
            font-size: 16px;
            line-height: 35px;
            margin-left: 20px;
            color: #606063;
        }

            .home_info_sec .home_news_sec ul li a {
                background: url('../images/all/listIcon02.png') left 13px no-repeat;
                padding-left: 20px;
                color: #606063;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                box-shadow: inset 0 0 0 transparent;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
            }

                .home_info_sec .home_news_sec ul li a > span {
                    display: inline-block;
                    margin-right: 20px;
                }

                .home_info_sec .home_news_sec ul li a:hover {
                    background: url('../images/all/listIcon.png') left 13px no-repeat;
                    color: #710f0f;
                }

/*----------- home product sec / home case sec ----------*/
.home_case_bg {
    background-color: #b0d7ff;
    margin-top: 50px;
    min-height: 450px;
}

.home_product_sec {
    margin-top: 30px;
}

.home_case_sec {
    margin-top: 30px;
}

    .home_product_sec h2, .home_case_sec h2 {
        color: #004378;
        font-size: 28px;
        width: 115px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 1px #004378;
        padding-bottom: 7px;
    }

    .home_case_sec h2 {
        margin-bottom: 50px;
    }

    .home_product_sec .home_pro_area .pic, .home_case_sec .home_case_area .pic {
        background: #fff;
        border-radius: 50%;
    }

        .home_case_sec .home_case_area .pic,
        .home_case_sec .home_case_area .pic img {
            border-radius: 0;
        }

        .home_product_sec .home_pro_area .pic img {
            border-radius: 50%;
        }

    .home_product_sec .home_pro_area, .home_case_sec .home_case_area {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .home_product_sec .home_pro_area .bx-wrapper .bx-next,
        .home_product_sec .home_pro_area .bx-wrapper .bx-prev,
        .home_case_sec .home_case_area .bx-wrapper .bx-next,
        .home_case_sec .home_case_area .bx-wrapper .bx-prev {
            position: absolute;
            display: block;
            width: 33px;
            height: 95px;
            top: 50%;
            margin-top: -39px;
        }

        .home_product_sec .home_pro_area .bx-wrapper .bx-prev,
        .home_case_sec .home_case_area .bx-wrapper .bx-prev {
            background: url('../images/all/arrow03.png') left top no-repeat;
            left: -50px;
        }

        .home_product_sec .home_pro_area .bx-wrapper .bx-next,
        .home_case_sec .home_case_area .bx-wrapper .bx-next {
            background: url('../images/all/arrow04.png') right top no-repeat;
            right: -50px;
        }

        .home_product_sec .home_pro_area ul li,
        .home_case_sec .home_case_area ul li {
            position: relative;
        }

        .home_product_sec .home_pro_area .info,
        .home_case_sec .home_case_area .info {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            box-shadow: inset 0 0 0 transparent;
        }

        .home_case_sec .home_case_area .info {
            border-radius: 0;
        }

            .home_product_sec .home_pro_area .info p,
            .home_case_sec .home_case_area .info p {
                font-size: 18px;
                color: #fff;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 2%;
                right: 2%;
            }

            .home_case_sec .home_case_area .info p {
                top: 45%;
            }

        .home_product_sec .home_pro_area a:hover .info,
        .home_case_sec .home_case_area a:hover .info {
            opacity: 1;
        }

    .home_product_sec .btn_more,
    .home_case_sec .btn_more {
        border: solid 1px #6b6b6b;
        padding: 7px 15px;
        position: relative;
        left: 50%;
        margin-left: -40px;
        color: #6b6b6b;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: inset 0 0 0 transparent;
    }

        .home_product_sec .btn_more:hover,
        .home_case_sec .btn_more:hover {
            background: #6b6b6b;
            color: #fff;
        }



/*----------------------- Content -----------------------*/
body.home .main_content > .container {
    width: 100%;
}

body.home .content {
    padding-left: 0;
    padding-right: 0;
}

.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
.content .area h2,
.content .sec.home > h1, .content .sec.news.show > h1,
.content .sec > h1, .content .sec.sec02.home.proShow > h2 {
    display: block;
    position: relative;
    color: #000;
    font-size: 30px;
    text-align: left;
    background: url('../images/all/tit_001.png') left top no-repeat;
    background-size:70px;
    padding-left:16px;
    padding-top:13px;
    
}
.content .sec.news.show > h1,
body.product .content h1{
    padding-bottom: 12px;
}
body.product .content h1{
    margin-bottom:40px;
}




.content .sec.sec02.home.faq h2 {
    font-style: italic;
    color: #0095c0;
    font-size: 22px;
}

.faq .heading-title.heading-line-single{
    display:none;
}

.content .area {
    margin-top:30px;
}
.content .sec.sec02.home h2 > span,
.content .sec.sec02 h1 > span {
    display: block;
}
    .content .sec.sec02.home h2 > span.main_tit,
    .content .sec.sec02 h1 > span.main_tit {
        padding: 0;
        letter-spacing: 2px;
        line-height: 41px;
    }
        .content .sec.sec02.home h2 > span.main_tit:first-letter,
        .content .sec.sec02 h1 > span.main_tit:first-letter {
            color: #fff;
            font-size: 40px;
            letter-spacing: 18px;
        }
    .content .sec.sec02.home h2 > span.sub_tit,
    .content .sec.sec02 h1 > span.sub_tit {
        color: #90cfd6;
        font-size: 18px;
        margin-top: 3px;
        font-family: 'Nunito', sans-serif;
        position: relative;
        left: 130px;
        padding-top: 5px;
    }
        .content .sec.sec02.home h2 > span.sub_tit:before,
        .content .sec.sec02 h1 > span.sub_tit:before {
            content: "";
            position: absolute;
            width: 180px;
            height: 1px;
            background: #219ead;
            left: -60px;
            top: 0;
        }
.content .sec.sec02.home h2:before{
    position:absolute;

}

.content .area h2.bgTit,
.content .area .sec.sec02.home h2.bgTit > span.main_tit:first-letter {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    background: none;
    letter-spacing: 2px;
    position:relative;
}

.content .area h2.bgTit:before,
.content .area h2.bgTit:after {
    position: absolute;
    content: "";
    background: url('../images/all/tit_002.png') left top no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    top: 27px;
}


.content .area h2.bgTit:before {
    left:-28px;
}
.content .area h2.bgTit:after {
    right: -40px;
}



.area .ab_sec{
    margin-top:40px;
    padding:0 30px;
}

.ab_sec p {
    font-size: 18px;
    text-align: left;
    color: #1b4c71;
    line-height:40px;
}

.area .more {
    color: #2796a4;
    font-size: 30px;
    font-family: 'Monda', sans-serif;
    float:right;
    position:relative;
    margin-top:30px;
    transition:all 0.3s ease;
    
}
.area .more:hover {
    padding-right: 20px;
    color: #3cafe4;
}

.area .more:before {
    content: "";
    position: absolute;
    background: url('../images/all/arrow_003.png') left top no-repeat;
    width:254px;
    height:10px;
    top:0;
    right:0;
    background-size:100%;
}

.content .sec {
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
}
.content .sec.news .table{
    text-align:left;
}

    .content .sec.sec01.home, .content .sec.sec02.home, .content .sec.sec03.home, .content .sec.sec04.home {
        margin-bottom: 80px;
        padding-left:0;
        padding-right:0;
        text-align:center;
    }

    .content .sec.sec02.home.hotpro .hotPro_img{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .content .sec.sec02.home.hotpro .hotPro_img:hover{
        opacity:0.8;
    }

        .content .sec.sec02.home.proShow {
            padding-bottom: 0;
            background: none;
            position:relative;
        }
        .content .sec.sec02.home.proShow.cc{
            border-bottom:solid 1px #0095c0;
            padding-bottom: 100px;
        }



        .content .sec.sec02.home.proShow h4 {
            font-size: 24px;
            margin-bottom: 30px;
            color: #6a3906;
            background: url('../images/all/pro_bg_02.png') calc(50% - 100px) top no-repeat;
            padding-top: 26px;
        }

        .content .sec.sec02.home.proShow .proAlbum img{
            margin-bottom:20px;
        }

.content .sec.pro .pro_item{
    margin-bottom:30px;
}

.content .editor img {
    width: 100%;
}

/*.content .sec > h1, .content .sec.sec02.home.proShow > h2 {
    font-size: 26px;
    color: #000;
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
}*/

    /*.content .sec > h1:before, .content .sec.sec02.home.proShow > h2:before {
        position: absolute;
        content: "";
        background-image: url('../images/all/cont_tit_bg.png');
        width: 40px;
        height: 48px;
        top: 0;
        left: 50%;
        margin-left: -200px;
    }

    .content .sec > h1:after, .content .sec.sec02.home.proShow > h2:after {
        position: absolute;
        content: "";
        background-image: url('../images/all/cont_bg_001.png');
        background-repeat: no-repeat;
        background-size: 400px;
        width: 400px;
        height: 35px;
        top: 14px;
        right: 0;
    }

    .content .sec.sec02.home.proShow > h2:before {
        background-image: url('../images/all/tit03.png');
        height: 35px;
    }*/


.slick-initialized .slick-slide{
    /*padding:10px !important;*/
    outline:none;
}

    .content .sec.home > h1:before, .content .sec.home > h1:after,
    .content .sec.news.show > h1:before, .content .sec.news.show > h1:after {
        display: none;
    }
.content .slickBox.hp_sec_001{
    margin-bottom:30px;
    margin-top:40px;
}
/*.content .sec > h1 {
    border-bottom: none;
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 50px;

}*/

.content .sec.home {
    /*background: url('../images/all/bg.png') left bottom repeat-x;*/
    padding-bottom: 20px;
}


.banner .bxslider li {
    height: 400px;
}

body.homeIndex .banner .bxslider li {
    height: 800px;
    /*height: auto;*/
}


.content .sec.sec01.home a > .pic > img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content .sec.sec01.home a > .info,
.content .sec.sec02.home a > .info {
    text-align: center;
}
.content .sec.sec02.home a > .info {
    margin-top: 5px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:82%;
    background: rgba(0, 149, 192, 0.7);
    border-radius: 0 0 10px 10px;
    margin: 0;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.content .sec.sec02.home a > .pic > img,
.content .sec.sec02.pro a > .pic > img {
    width: 100%;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sider_nav .btn.side-toggle {
    display: none;
}

.content .sec.sec01.home a > .info > h2 {
    font-size: 22px;
    color: #33747a;
    display: inline-block;
    width: 120px;
    border-left: solid 4px #33747a;
    border-right: solid 4px #33747a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content .sec.sec01.home a > .info > p, .content .sec.sec02.home a > .info > p {
    font-size: 13px;
    color: #6f6f6f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content .sec.sec02.home a > .info > p{
    font-size:15px;
    text-align:right;
}
.content .sec.sec02.home a > .info > p > span{
    display:inline-block;
}
.content .sec.sec02.home a > .info > p .title{
    color:#000;
}
.content .sec.sec02.home a > .info > p .price{
    color:#ea5252;
    letter-spacing: 1px;
    margin-right: 8px;
}

    .content .sec.sec02.home a > .info > p.pinfo {
        height: 50px;
        overflow: hidden;
    }
    .content .sec.sec02.home a > .pic{
        border:solid #fff 10px;
        background:#fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .content .sec.sec02.home a > .pic > img{
        border-radius:10px;
    }
.content .sec.sec01.home a:hover > .pic > img,
.content .sec.sec01.home a:hover > .info > h2,
.content .sec.sec01.home a:hover > .info > p,
.content .sec.sec02.home a:hover > .pic > img,
.content .sec.sec02.home a:hover > .info > h2,
.content .sec.sec02.home a:hover > .info > p,
.content .sec.sec02.pro a:hover > .pic > img,
.content .sec.sec02.pro a:hover > .info > h2,
.content .sec.sec02.pro a:hover > .info > p {
    opacity: 1;
}
.content .sec.sec02.home a:hover > .pic{
    /*border:solid 5px #ea5252;*/
    border-color:#ea5252;
}

    .content .sec.sec02.home a:hover > .info > p.price,
    .content .sec.sec02.pro a:hover > .info > p.price {
        /*background: #8e0047;
        color: #fff;*/
    }

.content .sec.sec02.home a > .info > h2,
.content .sec.sec02.pro a > .info > h2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight:bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*border-bottom: dashed 1px #ccc;*/
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top:10px;
}




.content .sec.sec02.home a > .info > p.price,
.content .sec.sec02.pro a > .info > p.price {
    /* background-color: #ff007f; */
    font-size: 13px;
    /* border: solid 1px #a90000; */
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 2px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #ea5252;
    border-radius: 30px;
    text-align: center;
    padding-top: 0;
}


.content .sec.sec02.pro a > .info > h2,
.content .sec.sec02.pro a > .info > p.price{
    font-size:15px;
}

.content .sec.sec02.pro a > .info > p.pro_des {
    /*height: 45px;
    overflow: hidden;*/
    font-size:12px;
    margin-bottom:10px;
}

.content .sec.sec03.home > div {
    position: relative;
    margin-bottom: 20px;
}

.content .sec.sec04.home > div {
    margin-bottom: 20px;
}

.content .sec.sec03.home a > .pic img {
    border: solid 3px #e3e2e2;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content .sec.sec03.home a > .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    padding: 50px 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .content .sec.sec03.home a > .info > h2 {
        font-size: 22px;
    }

    .content .sec.sec03.home a > .info > hr {
        width: 90%;
        margin-left: 5%;
    }

.content .sec.sec03.home a:hover > .info {
    opacity: 1;
}

.content .sec.sec04.home a > .pic img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content .sec.sec04.home a:hover > .pic img {
    opacity: 0.8;
}

#side1collapse {
    background: #036eb8;
    border-radius: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px;
    margin-top: 20px;
    position:relative;
}
#side1collapse:before {
    position: absolute;
    content: "";
    background: url('../images/all/bg_007.png') left top no-repeat;
    width: 50px;
    height: 50px;
    top: -16px;
    left: -11px;
    z-index: 5;
}

.side1 .sider_nav .sp_sec{
    /*border-bottom:solid 1px #ccc;*/
}

.side1 .sider_nav .sp_sec:last-child{
    border:none;
}
.side1 .sider_nav .sp_sec a{
    display:block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*border-bottom:solid 3px transparent;*/
}
.side1 .sider_nav .sp_sec a:hover{
    opacity:0.7;
    /*border-color:#ea5252;*/
}

.side1 .sider_nav h4 {
     font-size: 18px;
     color: #2b2b2b;
     font-weight: bold;
     margin-bottom:5px;
     background:#fff;
     margin-top:0;
     padding:10px 10px 10px 30px;
     border-radius:10px;
     color:#004378;
     position:relative;
}
.side1 .sider_nav h4:before {
    
}

.side1 .sider_nav .nav {
    margin-left: 20px;
    /*margin-bottom: 20px;*/
}

    .side1 .sider_nav .nav li a {
        font-size: 14px;
        padding: 5px 15px;
        /* font-weight: bold; */
        color: #fff;
        /* background: url('../images/all/side_bg_001.png') left center no-repeat; */
        border-bottom:solid 3px transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .side1 .sider_nav .nav li > ul {
        list-style: none;
        padding-left: 40px;
        background: rgba(139, 164, 167, 0.2);
    }

        .side1 .sider_nav .nav li > ul > li > a {
            font-size: 14px;
            font-weight: normal;
            padding: 2px 10px;
            display: block;
            background: none;
        }

    .side1 .sider_nav .nav li.promotion a {
        color: #cc87bd;
    }

    .side1 .sider_nav .nav li.promotion > ul {
        background: none;
    }

    .side1 .sider_nav .nav li a:hover {
        /*background-color: rgba(236, 236, 236, 0.8);*/
        background: none;
        border-bottom: solid 3px #91d0d6;
        /*padding-left: 25px;*/
        /*opacity: 0.8;*/
    }

    .side1 .sider_nav .nav li > ul > li > a:hover {
        background: none;
        color: #8e0000;
        padding-left: 15px;
    }


.goTop {
    display: block;
    background: url('../images/all/gotop.png') left top no-repeat;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30%;
    right: 10%;
    cursor: pointer;
    z-index: 500;
    display: none;
    background-size: 60px;
}



/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0 0 10px;
    font-size: 13px;
    position: relative;
    /*right: 10px;
    top: -10px;*/
    background: #dcdcdc;
}

.breadcrumb > li > a:hover {
    color: #0165b5;
}

.breadcrumb > li.active {
    color: #0165b5;
}


.content .breadcrumb > li + li:before {
    content: "＞";
    color: #949494;
}

.main_top .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: relative;
    /*right: 10px;*/
    top: 10px;
    background: #dcdcdc;
}

    .main_top .breadcrumb > li + li:before {
        content: "＞";
    }


/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

    .content .btn-more:hover {
        background-position: 0 -24px;
    }

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
    text-align: left;
}

    .content .list-box .txt-list li {
        /* background: url(../images/all/listIcon02.png) no-repeat 8px 20px; */
        /* border-bottom: 1px dotted #c382b5; */
        /* padding-left: 30px; */
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }



        .content .list-box .txt-list li:nth-child(2n+1) {
            background-color: rgba(240,240,240,0.3);
        }

        .content .list-box .txt-list li a {
            line-height: 28px;
            display: block;
            padding: 10px 9px;
        }


            .content .list-box .txt-list li a:hover,
            .content .list-box .txt-list li a:focus {
                color: #ea5252;
            }

        .content .list-box .txt-list li:hover {
            background: url(../images/all/listIcon.png) no-repeat 8px 20px #ebf6ff;
        }

            .content .list-box .txt-list li:hover a {
                color: #ea5252;
            }



        .content .list-box .txt-list li span {
            font-size: 13px;
            color: #aaa;
            line-height: 20px;
            display: inline-block;
            float: right;
            padding: 3px 7px 3px 20px;
            /*background: url('../images/all/dow_01.png') left top no-repeat;
            display: inline-block;
            width: 30px;
            height: 30px;*/
        }

        .content .list-box .txt-list li:hover a > span {
            background: url('../images/all/dow_02.png') left top no-repeat;
        }

        .content .list-box .txt-list li.list-header span {
            background: none;
            width: auto;
            height: auto;
        }

        .content .list-box .txt-list li span img {
            margin-right: 20px;
        }

        .content .list-box .txt-list li span.news-title {
            width: 78%;
            color: #848275;
            float: left;
        }

        .content .list-box .txt-list li.list-header {
            background: none;
            border-bottom: 1px solid #e5e5e5;
            padding-left: 40px;
            padding-right: 15px;
        }

            .content .list-box .txt-list li.list-header a,
            .content .list-box .txt-list li.list-header a span {
                font-size: 18px;
                color: #5ea4db;
            }

                .content .list-box .txt-list li.list-header a span {
                    padding-right: 24px;
                }

.content .news .list-box .txt-list li.list-header {
    background: #056ab1;
}

    .content .news .list-box .txt-list li.list-header,
    .content .news .list-box .txt-list li.list-header span {
        font-size: 14px;
        color: #fff;
        padding:12px 12px;
    }
    .content .news .list-box .txt-list li.list-header span{
        padding:0 12px;
    }
.content .news .list-box .txt-list li {
    /*background: url('../images/all/n_001.png') left bottom no-repeat;*/
}

    .content .news .list-box .txt-list li:hover {
        /*background: url('../images/all/n_001.png') left bottom no-repeat #f1f1f1;*/
    }

    .content .news .list-box .txt-list li.list-header:hover {
        /*background: #33747a;*/
    }


/* btn-box */
.content .btn-box {
    /*border-top: 1px solid #ACE7EB;*/
    margin: 30px 0 20px;
    /*padding-top: 15px;*/
    clear: both;
    text-align: center;
}

.form-control {
    border-radius: 0;
}

    .form-control.inlineWidth {
        width: 85%;
        margin-bottom: 10px;
    }

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager, .content .btn-box .pro_btngroup {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

    .content .btn-box .pager li, .content .btn-box .pro_btngroup li {
        margin: 0 5px;
    }

        .content .btn-box .pager li > a, body.member .content .btn-primary {
            background: #14a0c2;
            color: #fff;
            border-radius: 0;
            border: none;
            padding: 3px 15px;
            /*background: rgba(222, 222, 222, 0.6);*/
            border: solid 1px rgba(222, 222, 222, 0.6);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.content .btn-box.b .btn-primary {
    background: #004378;
    padding: 7px 17px;
    border: none;
}
.content .btn-box .pager li > a.pprev {
    border:none;
    background: url('../images/all/arrow_pager_01.png') left center no-repeat;
    padding: 11px 10px 10px 30px;
    background-size: 20px;
}
.content .btn-box .pager li > a.pnext {
    border:none;
    background: url('../images/all/arrow_pager_02.png') right center no-repeat;
    padding: 11px 30px 10px 10px;
    background-size: 20px;
}

.content .btn-box .pager li > a:hover {
    background: #626363;
}
.content .btn-box .pager li > a.pprev:hover {
    background: url('../images/all/arrow_pager_01.png') 2% center no-repeat;
    opacity:0.8;
    background-size: 20px;
}
.content .btn-box .pager li > a.pnext:hover{
    background: url('../images/all/arrow_pager_02.png') 98% center no-repeat;
    opacity:0.8;
    background-size: 20px;
}




.content .btn-box .pager li > a:hover, body.member .content .btn-primary:hover {
    background-color: #626363;
    color: #dcdada;
}


body.member .content .btn-primary:hover {
    background: #0b3352;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

    .content .btn-box .page-info select {
        min-width: 60px;
        border: 1px solid #DFDFDF;
        margin-right: 10px;
    }


.content .info01{
    text-align:left;
    margin-left:43px;
}

.content .info01 > h1 {
    font-size: 30px;
    /*font-weight:lighter;*/
    padding: 18px 0 18px 0;
    margin-top: 0;
    color: #000;
    line-height: 28px;
    margin-bottom: 0;
    border-bottom: solid 1px #0095c0;
    position: relative;
}

.content .info01 > h1 .pro_num{
    color:#0095c0;
    font-size:13px;
    display:inline-block;
    margin-top:8px;
    font-weight:bold;
}
.content .info01 > h1:before{
    position:absolute;
    content:"";
    background: url('../images/all/pro_bg.png') left top no-repeat;
    background-size: 40px;
    width:40px;
    height:40px;
    top:12px;
    left:-46px;
}
.content .info01 .info_det p,
.content .txt p{
    font-size: 14px;
    line-height: 34px;
    color: #5d5d5d;
}


.content .info01 > ul {
    margin-left: 0;
    list-style: none;
    margin-top:30px;
}

    .content .info01 > ul > li {
        display: block;
        padding: 5px 5px 5px 5px;
        /*background: url('../images/all/list_icon.png') left 10px no-repeat;*/
        color: #000;
        font-weight:bold;
        font-size:14px;
    }
    .content .info01 > ul > li label{
        color:#969696;
        margin-right:10px;
    }
    .content .info01 > ul > li .qty{
        display:inline-block;

    }
    .content .info01 > ul > li p{
        margin:0;
        padding:0;
    }
    .content .info01 > ul > li .material_sec,
    .content .info01 > ul > li .intro_sec,
    .content .info01 > ul > li .color_sec,
    .content .info01 > ul > li .size_sec,
    .content .info01 > ul > li .price_sec{
        display:inline-block;
        width: calc(100% - 80px);
        vertical-align: top;
    }
    .content .info01 > ul > li .color_sec{
        /*width: calc(100% - 88px);*/
        width:100%;
    }

    .content .info01 > ul > li .price_sec,
    .content .info01 > ul > li .price_sec > label{
        font-size:26px;
        color:#ff0000;
        margin-top:-8px;
    }

        .content .info01 > ul > li span.newPrice {
            font-size: 18px;
            color: #870000;
            margin-left: 20px;
        }

.content .info01 > hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .content .info01 a.btn_addCart,
    .content .info01 a.btn_addWish,
    body.product.show .size_sec_pc .step_sec .size_ok_btn {
        display: block;
        width: auto;
        /* background: url('../images/all/cart.png') 9px 5px no-repeat; */
        background: url('../images/all/cart_001.png') 25% 9px no-repeat #0095c0;
        background-size:30px;
        padding: 11px 13px 9px 13px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-radius: 0;
        box-shadow:3px 3px 10px rgba(179, 179, 179, 0.7);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.content .info01 a.btn_addWish,
body.product.show .size_sec_pc .step_sec .size_ok_btn{
    background-color:#939598;
}

.content .info01 .tag_txt{
    margin-top: 10px;
    font-size:12px;
    background-color: #ffeaef;
    padding:10px;
    line-height:20px;
    color: #949494;
    /*width: 253px;*/
    border-radius: 10px;
}


body.product.show .size_sec_pc .step_sec .size_ok_btn{
    font-size:14px;
    margin-top:15px;
}

.content .info01 a.btn_addCart .txte,
.content .info01 a.btn_addWish .txte{
    font-size:13px;
}

    .content .info01 a.btn_addCart:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        bottom: -8px;
        left: 0;
        background: #c382b5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display:none;
    }

    .content .info01 a.btn_addCart:hover,
    .content .info01 a.btn_addWish:hover,
    body.product.show .size_sec_pc .step_sec .size_ok_btn:hover {
        /*background-color: #e8eded;
        color: #33747a;
        background: url('../images/all/cart02.png') 9px 5px no-repeat;
        border-color: #33747a;*/
        opacity:0.7;
    }

.content .info01 > h3 {
    font-size: 16px;
    color: #33747a;
    font-weight: bold;
    background: url('../images/all/tit02.png') 9px 11px no-repeat;
    padding: 12px 10px 8px 56px;
    margin-top: 50px;
}

.content .info01.step_area {
    border-left: solid 3px #33747a;
    padding-left: 20px;
    margin-left: 20px;
}

.content .sec.sec02.home.proShow > h2 {
    margin-top: 0;
    background: none;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    background-color:#939598;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
}

.content .sec.proShow .pro_info > ul{
    width:100%;
    border-bottom:solid 2px #a7a9ac;
}
.content .sec.proShow .pro_info > ul > li{
    display:inline-block;
    width:23%;
}
    .content .sec.proShow .pro_info > ul > li > a {
        display: block;
        width: 100%;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 8px;
        background: url('../images/all/arrow05.png') 68% 15px no-repeat;
        background-size:10px;
        border-radius:10px 10px 0 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.content .sec.proShow .pro_info > ul > li > a:hover,
.content .sec.proShow .pro_info > ul > li.ui-tabs-active.ui-state-active a{
    background: url('../images/all/arrow05.png') 68% 15px no-repeat #939598;
    background-size:10px;
    color:#fff;
}
.content .sec.proShow .pro_info > div{
    padding:10px;
    font-size:13px;
    color:#666;
    display:none;
}
.content .sec.proShow .pro_pic > img{
    margin-bottom:20px;
    width:100%;
}
.content .sec.proShow.b > div{
    margin-bottom:30px;
}



.form-area {
    margin-top: 10px;
}

    .form-area > h6, hr.memHr {
        font-size: 16px;
        font-weight: bold;
        background: url('../images/all/listicon03.png') left top no-repeat;
        text-align: left;
        background-size: 16px;
        padding-left: 20px;
        color: #0165b5;
        margin: 0 60px 30px 60px;
        padding-bottom: 20px;
        border-bottom: solid 1px #e2e2e2;
    }

body.member.finish .form-area > h6 {
    background: url('../images/all/listicon04.png') left top no-repeat;
    background-size: 16px;
}

hr.memHr {
    background: none;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.content .form-group, .content .form-group .code {
    text-align: left;
}

    .content .form-group.btn-box {
        text-align: center;
    }

    .content .form-group.btn-box {
        margin-top: 70px;
    }

    .content .form-group .control-label {
        text-align: right;
    }

    body.return .content .form-group span.rtit{
        color:#fff;
        background: #e4007f;
        display:inline-block;
        text-align:left;
        margin-left: 15px;
        padding: 3px 15px;
        border-radius: 7px;
        margin-bottom: 8px;
    }

    .content .form-group .form-inline.add {
        padding-bottom: 15px;
    }

    .content .form-group p.memInfo {
        padding: 20px 40px 20px 40px;
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
        background: #f3f1f1;
        margin-bottom: 0;
    }


        .content .form-group .checkbox .memAgree, .content .form-group p.memInfo b {
            color: #710f0f;
        }

        .content .form-group p.memInfo b {
            margin-top: 20px;
            display: block;
        }

    .content .form-group .checkbox {
        margin-left: 20px;
    }


.content .mem_hint {
    color: #0165b5;
    font-size: 14px;
    font-weight: bold;
    background: #b0d7ff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    box-shadow: 0 0 3px #004378;
}


/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main {
    background: #fff;
}

body.home .main_content {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 30px;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

    .content .wid-home-news .txt-list {
        margin-bottom: 10px;
        margin-top: -10px;
    }

        .content .wid-home-news .txt-list li {
            padding-left: 14px;
            background-position: 0 4px;
            background-color: transparent;
        }

            .content .wid-home-news .txt-list li:last-child {
                border-bottom: 2px solid #ACE7EB;
            }

            .content .wid-home-news .txt-list li a {
                padding: 2px 0;
                font-size: 13px;
            }

                .content .wid-home-news .txt-list li a span {
                    padding: 3px 0;
                    font-size: 12px;
                }

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

    .content .wid-home-product .bxslider li a:hover {
        border-color: #36B9C0;
    }

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

    .content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -24px;
    }

    .content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
        right: -24px;
        background-position: 0 -40px;
    }

.fat-nav ul li.m_l {
    display: none;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

    .content .wid-home-contact ul li.phone {
        font-size: 22px;
        color: #333;
        font-weight: bold;
    }

/* pro search / news_search */
.pro_search, .news_search, .case_search {
    min-height: 50px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0165b5;
    background: -moz-linear-gradient(top, #0165b5 0%, #004378 100%, #004378 101%);
    background: -webkit-linear-gradient(top, #0165b5 0%,#004378 100%,#004378 101%);
    background: linear-gradient(to bottom, #0165b5 0%,#004378 100%,#004378 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0165b5', endColorstr='#004378',GradientType=0 );
}


.content .info01 > ul > li .color_sec input[type="radio"],
.content .info01 > ul > li .size_sec input[type="radio"]{
    display:none;
}
.content .info01 > ul > li .color_sec input[type="radio"] + label,
.content .info01 > ul > li .size_sec input[type="radio"] + label{
    display: inline-block;
	background-color: #fff;
	cursor: pointer;
	/*padding: 5px 10px;*/
    width:30px;
    height:30px;
    border:solid 1px #ccc;
    margin-right:8px;
    background-size:100%;
}
.content .info01 > ul > li .size_sec input[type="radio"] + label{
    width:auto;
    height:auto;
    padding: 2px 5px;
    font-size:12px;
    margin-right:5px;
}

.content .info01 > ul > li .size_sec input[type="radio"][disabled] + label {
    background: #cecece;
    color: #848484;
}

/* 顏色區塊 */
/*.content .info01 > ul > li .color_sec input[type="radio"]:first-child + label{
    background-color:#f00;
}
.content .info01 > ul > li .color_sec input[type="radio"]:nth-child(3) + label{
    background-color:#d94fc1;
}
.content .info01 > ul > li .color_sec input[type="radio"]:nth-child(5) + label{
    background-color:#000;
}*/

.content .info01 > ul > li .color_txt{
    display:inline-block;
    font-size: 14px;
    color:#969696;
    font-weight: bold;
}

/* 顏色區塊 */
.content .info01 > ul > li .color_sec input[type="radio"]:checked + label{
    /*background-color: #f00;
	color: #fff;*/
    border:solid 5px #505050;
}
.content .info01 > ul > li .size_sec input[type="radio"]:checked + label {
    background-color: #19a0ff;
	color: #fff;
}



.content .info01 > ul > li .btn_size_sug,
.content .sec.sec02.home.proShow > h2.btn_size_sug {
    display: inline-block;
    background: url('../images/all/tit_icon_001.png') 8px center no-repeat #939598;
    font-size:12px;
    color:#fff;
    padding:3px 10px 3px 25px;
    border-radius:10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .sec.sec02.home.proShow > h2.btn_size_sug{
    margin-bottom:10px;
}
.content .info01 > ul > li .btn_size_sug:hover{
    opacity:0.7;
}
.content .info01 > ul > li .qty{
    margin-left:5px;
    width:130px;
}
.content .size_sec_pc > h6{
    font-size: 16px;
    color:#fff;
    text-align:center;
    background-color: #ff9cee;
    margin-bottom: 0;
    padding: 10px 0;
    border:solid 1px #000;
    border-bottom:none;
}



    .pro_search > div, .news_search > div, .case_search > div {
        padding-left: 13px;
        padding-right: 10px;
    }

    .pro_search .a, .news_search .a, .case_search .a {
        padding-left: 10px;
        padding-right: 0;
    }

    .pro_search .btn-primary, .news_search .btn-primary, .case_search .btn-primary {
        background: #23282b;
        border: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-bottom: 7px;
        padding-top: 8px;
    }

        .pro_search .btn-primary:hover, .news_search .btn-primary:hover, .case_search .btn-primary:hover {
            background: rgba(35,40,43,0.6);
            border: none;
        }

    .pro_search .prs_tit, .news_search .prs_tit, .case_search .prs_tit {
        background: #23282b;
        color: #fff;
        /*display: inline-block;*/
        text-align: center;
    }

    .pro_search .prs_news, .news_search .prs_news, .case_search .prs_news {
        background: #428bca;
        color: #fff;
        font-size: 15px;
        background: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
        background: -webkit-linear-gradient(top, #428bca 0%,#2d6ca2 100%);
        background: linear-gradient(to bottom, #428bca 0%,#2d6ca2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bca', endColorstr='#2d6ca2',GradientType=0 );
    }

        .pro_search .prs_news > ul, .news_search .prs_news > ul, .case_search .prs_news > ul {
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .pro_search .prs_news > ul li, .news_search .prs_news > ul li, .case_search .prs_news > ul li {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .pro_search .prs_news > ul li a, .news_search .prs_news > ul li a, .case_search .prs_news > ul li a {
                    color: #fff;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .pro_search .prs_news > ul li a:hover,
                    .news_search .prs_news > ul li a:hover,
                    .case_search .prs_news > ul li a:hover {
                        color: rgba(255,255,255,0.8);
                    }

                    .pro_search .prs_news > ul li a > span,
                    .news_search .prs_news > ul li a > span,
                    .case_search .prs_news > ul li a > span {
                        margin-right: 10px;
                        display: inline-block;
                    }

        .pro_search .prs_news.a, .news_search .prs_news.a,
        .case_search .prs_news.a {
            background: #23282b;
        }

    .pro_search select, .news_search select,
    .case_search select {
        /* styling */
        background-color: white;
        /*border-radius: 4px;*/
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        /*padding: 0.5em 3.5em 0.5em 1em;*/
        /* reset */
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        /* remove arrow from ie */
        .pro_search select::-ms-expand,
        .case_search select::-ms-expand {
            display: none;
        }

        .news_search select::-ms-expand {
            display: none;
        }


        /* arrows */

        .pro_search select.classic,
        .news_search select.classic, .case_search select.classic {
            background: url('../images/all/drop_bg.jpg') 98% 2px no-repeat #fff;
        }

            .pro_search select.classic:focus,
            .news_search select.classic:focus, .case_search select.classic:focus {
                background: url('../images/all/drop_bg.jpg') 98% 2px no-repeat #fff;
            }


/* product */
.content .sec .product-list > div, .content .sec .news-list > div {
    padding-right: 20px;
    padding-left: 20px;
}

    .content .sec .product-list > div.showUp, .content .sec .news-list > div.showUp {
        display: block;
        -webkit-animation-name: showUp;
        -webkit-animation-duration: 0.5s;
        animation-name: showUp;
        animation-duration: 0.5s;
        position: relative;
    }

@-webkit-keyframes showUp {
    from {
        display: none;
        top: -50px;
    }

    to {
        display: block;
        top: 0;
    }
}

@keyframes showUp {
    from {
        display: none;
        top: -50px;
    }

    to {
        display: block;
        top: 0;
    }
}

.content .sec .product-list > div > a,
.content .sec .news-list > div > a,
.content .sec .case-list > div > a {
    margin-bottom: 30px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px transparent;
}

    .content .sec .product-list > div > a .info > h4,
    .content .sec .news-list > div > a .info > h4,
    .content .sec .case-list > div > a .info > h4 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #004378;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .content .sec .product-list > div > a .info > p,
    .content .sec .news-list > div > a .info > p,
    .content .sec .case-list > div > a .info > p {
        font-size: 12px;
        /*background: #f1f1f1;*/
        padding: 10px;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .content .sec .product-list > div > a .pic,
    .content .sec .news-list > div > a .pic,
    .content .sec .case-list > div > a .pic {
        /*border: solid 2px #CCC;*/
        background: #000;
        border-radius: 15px;
        overflow: hidden;
    }

    .content .sec .product-list > div > a:hover,
    .content .sec .news-list > div > a:hover,
    .content .sec .case-list > div > a:hover {
       
    }

.content .sec.sec02.pro a:hover > .pic > img {
    opacity: 0.7;
    transform: scale(1.2);
}

        .content .sec .product-list > div > a:hover .info > h2,
        .content .sec .news-list > div > a:hover .info > h2,
        .content .sec .case-list > div > a:hover .info > h2 {
            color: #9e9e9e;
            transform:scale(1.2);
        }

.content .sec .product-info,
.content .sec .case-info {
    margin-top: 60px;
}

    .content .sec .product-info .aa,
    .content .sec .case-info .aa {
        position: relative;
        text-align: left;
    }

    .content .sec .product-info .pic a > img,
    .content .sec .case-info .pic a > img {
        border: solid 2px #CCC;
        padding: 3px;
    }

    .content .sec .product-info .info > h3,
    .content .sec .case-info .info > h3 {
        color: #5ea4db;
        margin-bottom: 20px;
        font-weight: bold;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 15px;
    }

    .content .sec .product-info .info > span,
    .content .sec .case-info .info > span {
        color: #6d6d6d;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
        font-size: 13px;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 15px;
    }

    .content .sec .product-info .info .txt > ul > li,
    .content .sec .case-info .info .txt > ul > li {
        background: url('../images/all/list_icon4.png') left center no-repeat;
        padding-left: 20px;
        color: #6d6d6d;
        font-size: 14px;
        line-height: 24px;
    }

.content .sec .case-info-det > h5 {
    margin: 0 15px 0 15px;
    background: #0167bb;
    background: -moz-linear-gradient(top, #0167bb 0%, #012643 100%);
    background: -webkit-linear-gradient(top, #0167bb 0%,#012643 100%);
    background: linear-gradient(to bottom, #0167bb 0%,#012643 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167bb', endColorstr='#012643',GradientType=0 );
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.content .sec .case-info-det > p {
    padding: 30px 50px 30px 50px;
}

.content .btn-box.p {
    text-align: left;
    /* margin-top: 30px; */
    position: absolute;
    /* bottom: -28px; */
    margin-bottom: 0;
}



.content .btn-box .pro_btngroup li {
    display: inline-block;
}

    .content .btn-box .pro_btngroup li > a {
        width: 180px;
        display: inline-block;
        height: 46px;
        padding: 12px 58px;
        background-repeat: no-repeat;
        border: none;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .content .btn-box .pro_btngroup li > a.demo {
            background-image: url('../images/all/btn_01.png');
        }

        .content .btn-box .pro_btngroup li > a.request {
            background-image: url('../images/all/btn_02.png');
        }

        .content .btn-box .pro_btngroup li > a.pro {
            background-image: url('../images/all/btn_03.png');
        }

        .content .btn-box .pro_btngroup li > a:hover {
            background-repeat: no-repeat;
            color: #c7c7c7;
        }

        .content .btn-box .pro_btngroup li > a.demo:hover {
            background-image: url('../images/all/btn_01_1.png');
        }

        .content .btn-box .pro_btngroup li > a.request:hover {
            background-image: url('../images/all/btn_02_1.png');
        }

        .content .btn-box .pro_btngroup li > a.pro:hover {
            background-image: url('../images/all/btn_03_1.png');
        }

.content .highLight {
    color: #ff0000;
    display: inline-block;
    margin-right: 5px;
}

.content p.hint {
    text-align: left;
    padding: 0 50px 0 50px;
}


.content .related-pro > h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.content .related-pro > .related_pro_area ul li a > .info > p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.content .related-pro > .related_pro_area .bx-wrapper .bx-prev,
.content .related-pro > .related_pro_area .bx-wrapper .bx-next {
    width: 42px;
    height: 87px;
    top: 35%;
}

.content .related-pro > .related_pro_area li a .pic,
.content .related-pro > .related_pro_area li a .info {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.content .related-pro > .related_pro_area li a:hover .pic,
.content .related-pro > .related_pro_area li a:hover .info {
    opacity: 0.8;
}

.content .related-pro > .related_pro_area .bx-wrapper .bx-prev {
    background: url('../images/all/re_arrow01.png') left center no-repeat;
    left: -50px;
}

.content .related-pro > .related_pro_area .bx-wrapper .bx-next {
    background: url('../images/all/re_arrow02.png') left center no-repeat;
    right: -50px;
}

.content .pro_det .nav-tabs > li {
    width: 25%;
    text-align: center;
    font-size: 18px;
}

    .content .pro_det .nav-tabs > li a {
        background: rgb(235,235,235);
        background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(185,181,182,1) 100%);
        background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(185,181,182,1) 100%);
        background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(185,181,182,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b9b5b6',GradientType=0 );
        color: #000;
        border: none;
        border-radius: 0;
        margin-right: 0;
        border-right: solid 1px #b9b8b8;
    }

    .content .pro_det .nav-tabs > li:last-child a {
        border-right: none;
    }

    .content .pro_det .nav-tabs > li.active > a, .content .pro_det .nav-tabs > li.active > a:hover,
    .content .pro_det .nav-tabs > li.active > a:focus {
        color: #fff;
        background: #0167bb;
        background: -moz-linear-gradient(top, #0167bb 0%, #012643 100%);
        background: -webkit-linear-gradient(top, #0167bb 0%,#012643 100%);
        background: linear-gradient(to bottom, #0167bb 0%,#012643 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167bb', endColorstr='#012643',GradientType=0 );
    }

.content .pro_det .tab-content {
    padding: 90px;
}

    .content .pro_det .tab-content span.highLight {
        background: rgb(254,15,130);
        background: -moz-linear-gradient(top, rgba(254,15,130,1) 1%, rgba(223,10,89,1) 41%, rgba(156,5,47,1) 100%);
        background: -webkit-linear-gradient(top, rgba(254,15,130,1) 1%,rgba(223,10,89,1) 41%,rgba(156,5,47,1) 100%);
        background: linear-gradient(to bottom, rgba(254,15,130,1) 1%,rgba(223,10,89,1) 41%,rgba(156,5,47,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0f82', endColorstr='#9c052f',GradientType=0 );
        display: inline-block;
        font-size: 13px;
        color: #fff;
        padding: 3px 7px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .content .pro_det .tab-content ul.pro_det_info {
        list-style: none;
    }

        .content .pro_det .tab-content ul.pro_det_info li {
            background: url('../images/all/listIcon02.png') left 6px no-repeat;
            padding-left: 18px;
            margin-left: 10px;
            margin-bottom: 10px;
        }



/* infinite scroll */
.infiniteScroll {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

    .infiniteScroll .loadingArea {
        display: block;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .infiniteScroll > a {
        font-size: 16px;
        color: #004378;
        padding: 10px 30px;
        border: solid 1px #004378;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 10px;
        display: block;
    }

        .infiniteScroll > a:hover {
            background: #004378;
            color: #fff;
        }


/* news */
.content .news_show > h3 {
    background: #c5d7ed;
    margin: 20px 0 40px 0;
    padding: 15px 20px;
    color: #004378;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
}

    .content .news_show > h3 > small {
        display: inline-block;
        float: right;
        line-height: 26px;
        color: #3679b3;
    }

.content .news_show .editor {
    padding: 0 30px;
}

    .content .news_show .editor p {
        font-size: 15px;
        line-height: 32px;
        text-align: left;
    }

        .content .news_show .editor p iframe {
            float: left;
            margin: 0 30px 20px 0;
        }

        .content .news_show .editor p .edImgText {
            float: right;
            margin: 30px 0 0 20px;
        }


.content .table.no-border th,
.content .table.no-border td {
    border: none;
}

.content .table.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.no-border th {
    text-align: right;
    width: 100px;
}

.content .table.no-border td {
    text-align: left;
    vertical-align: top;
}


/* responsive table */
table.table-size {
    border: solid 1px #000;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.table-size tr {
        /*border-bottom: 1px solid #ddd;*/
        padding: 5px;
    }

        table.table-size tr:last-child {
            border-bottom: none;
        }

    table.table-size th, table.table-size td {
        padding: 10px;
        text-align: center;
        border:solid 1px #000;
    }

    table.table-size th {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: normal;
        /*background: #267177;*/
        color: #000;
        padding: 9px 10px 9px;
    }

@media screen and (max-width: 600px) {

    table.table-size {
        border: 0;
    }

    table.table-size th{
        width:100%;
        display:block;
        text-align:left;
        background-color:#f7f7f7;
    }

    table.table-size th, table.table-size td{
        border:none;
    }

        table.table-size thead {
            display: none;
        }

        table.table-size tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 4px solid #ffdffa;
        }

        table.table-size td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            table.table-size td:last-child {
                border-bottom: 0;
            }

            table.table-size td:before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
                font-weight: bold;
                color: #33747a;
            }

        table.table-size tr:nth-child(2n) {
            /*background: rgba(255, 223, 250, 0.6);*/
        }
}

.table > tbody > tr > td.qty {
    width: 90px;
}

.content .sec.sec02.member .form-border .txt > ul > li {
    display: inline-block;
    margin-bottom:10px;
}

    .content .sec.sec02.member .form-border .txt > ul > li a {
        padding: 10px 5px 10px 30px;
        color: #ff007f;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 130px;
        height: 130px;
        border: solid 1px #000;
        border-radius: 50%;
        line-height: 110px;
        text-align: center;
    }

    .content .sec.sec02.member .form-border .txt > ul > li.b1 a {
        background: url('../images/all/m_bg003.png') 15px 50% no-repeat;
        background-size:20px;
    }

    .content .sec.sec02.member .form-border .txt > ul > li.b2 a {
        background: url('../images/all/m_bg001.png') 15px 50% no-repeat;
        background-size:20px;
    }

    .content .sec.sec02.member .form-border .txt > ul > li.b3 a {
        background: url('../images/all/m_bg002.png') 15px 50% no-repeat;
        background-size:20px;
    }

    .content .sec.sec02.member .form-border .txt > ul > li a:hover {
        color: #000;
        padding-left: 40px;
        background-position: 20px center;
    }

.content .sec.sec02.member .btn-primary, .content .btn-box.cart .btn-primary {
    background:transparent;
    color: #fff;
    border: none;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-shadow:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #0095c0;
}

    .content .sec.sec02.member .btn-primary:before, .content .btn-box.cart .btn-primary:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: #b1b1b1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .content .sec.sec02.member .btn-primary:hover, .content .btn-box.cart .btn-primary:hover {
        background: #626363;
        color:#fff;
    }

        .content .sec.sec02.member .btn-primary:hover:before, .content .btn-box.cart .btn-primary:hover:before {
            height: 3px;
        }

.content .sec.sec02.member .finish > h3 {
    background: #940d0d;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #646464;
    position: relative;
    left: 50%;
    margin-left: -82px;
}

.content .sec.sec02.member .finish .finish_text > p {
    margin-bottom: 10px;
}

.content .sec.sec02.member .finish .finish_text {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}

    .content .sec.sec02.member .finish .finish_text > a {
        margin-top: 20px;
    }

.content .sec.sec02.order > table th, .content .sec.sec02.cart > table th {
    background: #888888;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.content .sec.sec02.order > table td span.tn, .content .sec.sec02.cart > table td span.tn {
    display: none;
}

.content .sec.sec02.order a.btn-default {
    background: #f2c4db;
    text-shadow: none;
    border: none;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .sec.sec02.order span.glyphicon-search:before {
    position: absolute;
    left: -6px;
    top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .sec.sec02.order a.btn-default:hover {
    background: #cea8bb;
}

    .content .sec.sec02.order a.btn-default:hover span.glyphicon-search:before {
        top: -12px;
    }

.content .sec.sec02.cart .sum,
.content .sec.sec02.order .sum {
     text-align: right; 
    /* background: #ffe6fa; */
    padding: 10px 10px 10px 10px;
    /*margin-bottom:20px;*/
    position: relative;
    color: #000;
}

body.return .content .sec.sec02.cart .sum,
body.return .content .sec.sec02.order .sum{
    color: #e50983;
     border-top: solid 1px #e61a8c;
     margin-bottom:50px;
}


.content .sec.sec02.cart .sum > span,
.content .sec.sec02.order .sum > span{
    /*position: absolute;*/
    right: 0;
    display: inline-block;
    /*background: #f2c4db;*/
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
}


.content .sec.sec02.cart > h3 {
    font-size: 14px;
    color: #ff007f;
    text-align:left;
}

.content .sec.sec02.cart .table > tbody > tr > td.del > a {
    color: #9e2323;
}

.content .sec.sec02.cart .sum {
    text-align: right;
    /*background: #ffe6fa;*/
    padding: 10px 10px 10px 10px;
    /*margin-bottom:20px;*/
    background:rgba(242, 196, 219, 0.3);
}

#fancyboxs {
    display: none;
    min-width: 300px;
    padding: 0 20px 20px;
}

    #fancyboxs h5 {
        /*background: #33747a;*/
        padding: 15px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }

    #fancyboxs .btn-style {
        background: #949494;
        padding: 6px;
        display: block;
        width: 100%;
        text-align: center;
        /* box-shadow: 0 0 5px #33747a; */
        color: #fff;
    }

    .content .btn-box a > i{
    font-size:14px;
    display:inline-block;
    margin-right:10px;
}


.saveBtn {
    background: none;
    border: none;
    text-indent: -9999px;
    background: url('../images/all/save.png') left top no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
}

    .saveBtn:hover {
        opacity: 0.8;
    }

.proName {
    /*background:#ffe6fa;*/
}

    .proName a {
        line-height: 26px;
    }

.cart .table > tbody > tr > td, .order .table > tbody > tr > td {
    text-align: center;
}

.sum .cent {
    width: 100px;
    display: inline-block;
}

.sum hr {
    border-color: rgba(255, 156, 235, 0.5);
    margin: 8px 0;
}

#ctl00_lbl_vip {
    color: #33747a;
    font-weight: bold;
    font-size: 14px;
}


/* delivery */
.editor p {
    line-height: 30px;
}

.editor h2.size-25 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

    .editor h2.size-25 > span {
        color: #ff0000;
    }

.editor .list-links {
    /*border-bottom: solid 4px #33747a;*/
    margin-bottom: 80px;
    padding-bottom: 20px;
    text-align:left;
}

    .editor .list-links > li {
        /*margin-bottom: 10px;*/
        border-bottom:dotted 1px #ea5252;
    }

        .editor .list-links > li > a {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            /* padding-bottom: 10px; */
            display:block;
            /* padding-top: 10px; */
            position:relative;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 10px 10px;
        }

            .editor .list-links > li > a > .icon_det {
                background: url('../images/all/det_icon.png') left bottom no-repeat;
                background-size: 25px;
                width: 25px;
                height: 25px;
                display:inline-block;
                position: absolute;
                right:0;
                /* padding-top: 20px; */
                top: 3px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display:none;
            }
            .editor .list-links > li > a > span {
                color: #f5a;
            }

            .editor .list-links > li > a:hover {
                color: #fff;
                background: #6454a4;
            }
            .editor .list-links > li > a:hover > .icon_det{
                height: 30px;
            }

.editor h2.size-20 {
    font-size: 16px;
    color: #ff55aa;
    font-weight: bold;
}

.editor .deliveryQAT {
    border: solid 1px #dadada;
}

    .editor .deliveryQAT .bg {
        background-color: #e6e6e6;
    }

    .editor .deliveryQAT tr td {
        padding: 8px;
        line-height: 30px;
    }

hr.deliveryS {
    border-top: 1px solid #cccccc;
    text-align: center;
    margin: 80px 0;
}

    hr.deliveryS:after {
        content: '§';
        display: inline-block;
        position: relative;
        top: -14px;
        padding: 0 10px;
        background: #fff;
        color: #ccc;
        font-size: 18px;
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        transform: rotate(60deg);
    }

.header .nm {
    display:none;
}

/* pro show */
.jcarousel-wrapper {
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}
body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/all/arrow004.png) 5px center no-repeat;
    display: block;
    /*top: 50%;*/
    width: 24px;
    /*height: 40px;*/
    margin-top: -20px;
    position: absolute;
    /*background-size:15px;*/
    height: 93%;
    top: 24px;
    background-color: #ececec;
}

body.product.show .content .jcarousel-control-prev {
    left: -5px;
    
}

body.product.show .content .jcarousel-control-next {
    right: -5px;
    background: url(../images/all/arrow003.png) no-repeat 5px center #ececec;
    /*background-size:15px;*/
}

body.product.show .content .jcarousel-control-prev:hover,
body.product.show .content .jcarousel-control-next:hover{
    background-color: #0095c0;
}

body.product.show .content .jcarousel li a {
    /*padding: 2px;
    border: 1px solid #d6d6d6;*/
    padding: 3px;
    border: solid 1px #0095c0;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;

}

body.product.show .size_sec_m{
    display:none;
}

body.product.show .size_sec_pc .hint{
    font-size:13px;
    color:#f00;
    display:block;
    text-align:right;
    margin-top:5px;
}

body.product.show .size_sec_pc .step_sec{
    margin-top:20px;
    text-align:center;
}
body.product.show .size_sec_pc .step_sec h6{
    color:#000;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    position:relative;
}
body.product.show .size_sec_pc .step_sec h6 > span{
    display:inline-block;
    position:absolute;
    top:0;
}
body.product.show .size_sec_pc .step_sec h6 > span.left{
    left:0;
}
body.product.show .size_sec_pc .step_sec h6 > span.right{
    right:0;
}
body.product.show .size_sec_pc .step_sec .step_tit{
    padding-left:5px;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

body.product.show .size_sec_pc .step_sec .form-control{
    padding:5px 10px 7px;
    font-size:13px;
    height:auto;
    border-radius:5px;
}

.form-control:focus{
    box-shadow:none;
    outline:none;
    border:solid 1px #19a0ff;
     
}

body.product.show .size_sec_pc .size_sug_sec{
    padding-left:18px;
    /*padding-right:30px;*/
    margin-top:20px;
}
body.product.show .size_sec_pc .size_sug_sec > h6{
    font-size:14px;
    display:block;
    background-color:#ccc;
    border-radius:5px;
    padding:10px 10px;
   
}
body.product.show .size_sec_pc .size_sug_sec > h6 > span{
    position:static;
    margin-left:4px;
    margin-right:4px;
}
body.product.show .size_sec_pc .size_sug_sec > h6 > span.red{
    color:#f00;
}
body.product.show .size_sec_pc .size_sug_sec > h6 > span.size{
    color:#f00;
    font-size:16px;
    text-decoration:underline;
}
#tabs-1,#tabs-2,#tabs-3{
    display:none;
}

/* pager */
/* pager */
.pager_sec {
    /*border-top: solid 2px #768ce0;*/
    background: url('../images/all/bg_006.png') left top repeat-x;
    margin-top: 50px;
    padding-top:20px;
}
.pager a {
    color:#1968a0;
    font-size:12px;
    display:inline-block;
    padding:3px 8px;
    margin:0 5px;
    /*border:solid 1px #ccc;*/
    border-radius:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pager #ctl00_ContentPlaceHolder_content_DataPager1 > span{
    font-size:12px;
    display:inline-block;
    padding:3px 8px;
    margin:0 5px;
    border-radius:50%;
    background-color:#1968a0;
    color:#fff;
}
.pager a[disabled="disabled"]{
    background:#ccc;
    color:#666;
}
.pager a[disabled="disabled"]:hover{
    opacity:1;
}
.pager a:hover{
    opacity:0.5;
}

.discount_sec{
    border-top:dotted 1px #ccc;
    border-bottom:dotted 1px #ccc;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}
.discount_sec > p{
    color:#e4007f;
    margin-bottom:5px;
}
.discount_sec > .form-control{
    width:200px;
    display:inline-block;
}
.discount_sec > .btn-primary{
    background: #e4007f;
    border: none;
    border-radius: 0;
    text-shadow: none;
    margin-left:10px;
}
.discount_sec br{
    display:none;
}


.content .pro_sec{
    margin-top:70px;
}


.pro_sec .firstDis_sec a{
    display:block;
}
.pro_sec .firstDis_sec a .pic{
    position:relative;
}
.pro_sec .firstDis_sec a .pic:before{
    position:absolute;
    content:"";
    width: 87%;
    height: 95%;
    z-index:-1;
    border: solid 4px #484343;
    top: -47px;
    left: 28%;
}

.pro_sec .hprone{
    padding-right:80px;
}
.pro_sec .hprosec{
    padding-left:60px;
}


.content .hprosectwo {
    background: url('../images/all/bg_003.jpg') center top no-repeat;
    padding: 40px 0;
    background-attachment:fixed;
}
.hp_sec_001 .item a{
    display:block;
    /*padding:10px;*/
    position:relative;
}



.content .sec.sec02.home .hp_sec_001 a > .pic{
    background:none;
    border:none;
    border-radius:10px;
    position:relative;
}

.hprosectwo .hp_sec_001 .item_sec .item {
    margin-bottom:30px;
}





.content .sec.sec02.home .hp_sec_001 a > .info p,
.content .sec.sec02.home.poppro a > .info p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 8px 0;
    letter-spacing:1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .sec.sec02.home .hp_sec_001 a > .info p > span,
.content .sec.sec02.home.poppro a > .info p > span{
    display:block;
}
.content .sec.sec02.home .hp_sec_001 a > .info p > .price,
.content .sec.sec02.home.poppro a > .info p > .price{
    margin-right:0;
}
.content .sec.sec02.home .hp_sec_001 a > .info > .btn_more,
.content .sec.sec02.home.lbpro .lb .btn_group .btn_more{
    display:inline-block;
    background:rgba(255, 255, 255, 0.4);
    font-size: 12px;
    border:solid 1px #535459;
    padding: 10px 24px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .sec.sec02.home .hp_sec_001 a > .info > .btn_more:hover,
.content .sec.sec02.home.lbpro .lb .btn_group .btn_more:hover{
    background:#ea5252;
    color:#fff;
}


.content .sec.sec02.home a:hover > .info {
    top: 0;
    border-radius: 10px;
}

.content .sec.sec02.home .hp_sec_001 a:hover > .info p {
    margin-top: calc(50% - 56px);
}


.content .hotpro > .btn_more,
.content .poppro > .btn_more{
    display:inline-block;
    color:#327ab2;
    font-size:16px;
    float:right;
    margin-top:20px;
    border-bottom:solid 2px rgba(234, 82, 82, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .hotpro > .btn_more:hover,
.content .poppro > .btn_more:hover{
    margin-right:10px;
    font-weight:bold;
    font-size:15px;
}
.content .sec.sec02.home.hotpro{
    margin-bottom:0;
}
.content .hprosectwo{
    margin-bottom:80px;
}
.content .sec.sec02.home.poppro a > .info p > .color{
    margin-top:3px;
}
.content .sec.sec02.home.poppro a > .info p > .color > span{
    display:inline-block;
    width:14px;
    height:14px;
    border:solid 1px #ccc;
    
}


.content .sec.sec02.home.lbpro h4{
    text-align:left;
    color:#0095c0;
    margin-bottom:10px;
}
.content .sec.sec02.home.lbpro h4 .author{
    display:inline-block;
    font-size:12px;
    font-style:italic;
    font-family:cursive;
    margin-left:10px;
    color:#94d0e1;
}

.content .sec.sec02.home.lbpro .lb .item a{
    display:block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .sec.sec02.home.lbpro .lb .item a:hover{
    opacity:0.7;
}
.content .sec.sec02.home.lbpro .lb .btn_group{
    margin-top:60px;
}

.content .sec.sec02.home.lbpro .lb .btn_group .btn_more{
    padding:13px 44px 11px;
    font-size:14px;
}

.news .table{
    margin-top:-50px;
}
.table th{
    background:#0165b5;
    color:#fff;
}
.table td{
    border:none !important;
}
.table td a{
    display:block;
}
.table td tr a:hover{
    color:#ea5252;
}
.news .table tr td[data-th=id]{
    display:none;
}


.content .sec.home.faq > h1{

}
.content .sec.sec02.home.faq h2:before{
    display:none;
}

.editor {
    text-align: left;
}


.news_box {
    text-align: left;
    border: solid 1px #dadada;
    border-radius: 10px;
    position: relative;
    padding: 50px 20px 120px;
    background: url('../images/all/bg_005.png') right center no-repeat #f3f3f3;
    margin-top:50px;
}

.news_box:before,
.news_box:after {
    content: "";
    position: absolute;
    background: url('../images/all/bg_001.png') left top no-repeat;
    width: 20px;
    height: 19px;
    top: 10px;
    background-size: 100%;
}


.news_box:before {
    left:10px;
}
.news_box:after{
    right:10px;
}
.news_box ul li a {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 30px 0;
    background: url('../images/all/bg_002.png') left bottom repeat-x;
    transition:0.3s all ease;
}

.news_box ul li:last-child a {
    background:none;
}
.news_box ul li .date,
.news_box ul li .tit {
    display: inline-block;
    vertical-align: top;
}
.news_box ul li .date {
    color: #fff;
    background: #0d6fb8;
    padding: 2px 10px;
}

.news_box ul li .tit{
    width:calc(100% - 120px);
    margin-left:10px;
    margin-top:3px;
}


.news_box ul li a:hover {
    color: #0095c0;
    background-color: #e8f8ff;
    background-position:left 90%;
}

.news .list-box {
    margin-top: 30px;
}

body.product.show .btn.more {
    background: #14a0c2;
    color: #fff;
}


.contact_sec {
    border: solid 1px #ccc;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 15px;
    color: #004378;
    box-shadow: 0 0 20px #a7a0a0 inset;
}
.contact_sec ul{
    margin-bottom:40px;
}
.contact_sec li {
    margin-bottom: 10px;
    padding: 0 20px 0 40px;
    background: url('../images/all/contact_004.png') 10px center no-repeat;
}

.contact_sec .com_name {
    font-size:30px;
    font-weight:bold;
    background:#0095c0;
    color:#fff;
    padding:10px;

}

/****************** pucode ********************/
.pucode.a3001 .main{
    background: url('../images/all/bg_008.jpg') left bottom no-repeat;
    background-size:cover;
    margin:0;
}
.pucode.a3002 .main {
    background: url('../images/all/bg_009.png') right bottom no-repeat;
    background-size: contain;
    margin: 0;
}
.pucode .content {
    
}
.pucode h1{
    padding-bottom:12px;
}
.pucode .pu_det{
    margin-top:20px;
}

.pucode .pu_det .pic{
    position:relative;
}

.pucode .pu_det .pic .b1{
    border-radius:10px;
    border:solid 2px #c79b86;
    padding:10px;
}
.pucode .pu_det .pic .txt p{
    font-size:14px;
    color:#222;
}
.pucode .pu_det .pic .txt.overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.pucode .pu_det .pic .txt.overlay p{
    font-size:40px;
    font-weight:bold;
    text-align:center;
    margin-top:30%;
    color:#036eb8;
}

.pucode .pu_det .info {
    padding:20px;
}

.pucode .pu_det .info p{
    font-size:16px;
    color:#222;
    text-align:left;
    line-height:30px;
}

.pucode.a3002 .pu_det .info p {
    border-bottom: double 4px #14a0c2;
    padding-bottom: 20px;
}
.pucode .pu_det .info .sq {
    margin-top:70px;
}
.pucode .pu_det .info .sq .tit {
    font-size: 29px;
    color: #036eb8;
    font-weight: bold;
    background: url('../images/all/tit_003.png') left top no-repeat;
    padding: 30px 10px 10px 20px;
    border-bottom:none;
}
.pucode .pu_det .info .sq .btn_group{

}
.pucode .pu_det .info .sq .btn_group .btn {
    width: 47%;
    padding: 20px;
    background: #e6e6e6;
    color: #000;
    font-size: 18px;
    margin-left: 20px;
    border: solid 1px #000000;
    transition:0.3s all ease;
}
.pucode .pu_det .info .sq .btn_group .btn:hover{
    background:#ea5252;
    color:#fff;
    width:40%;
}

.pucode .pu_det .info .puta{
    width:100%;
    
}
.pucode .pu_det .info .puta th {
    min-width: 60px;
    padding: 10px;
    background: #036eb8;
    color: #fff;
    border: solid 1px #fff;
    text-align:center;
}
.pucode .pu_det .info .puta th small{
    display:block;
    font-size:12px;
}
.pucode .pu_det .info .puta td {
    border: solid 1px #fff;
    color: #0095c0;
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
}
.pucode .pu_det .info .puta tr:nth-child(2n+1) {
    background: #e8e8e8;
}
.pucode.a3003 .pu_det .pusec{
    margin-bottom:20px;
}
.pucode.a3003 .pu_det .pic {
    padding: 10px;
    border: dotted 1px #f8b62b;
    border-radius: 10px;
}
.pucode.a3003 .pu_det .pusec .pic img {
    max-width: 300px;
}
.pucode.a3003 .pu_det .pusec .info .tit {
    font-size: 17px;
    text-align: left;
    background: url('../images/all/tit_icon_003.png') left -3px no-repeat;
    padding: 0 20px 0 40px;
    /* max-width: 200px; */
    margin:0;
}
.pucode.a3003 .pu_det .pusec.det {
    margin-top: 20px;
    background: #e9fbff;
    padding: 10px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #1b2933 inset;
}

.pucode.a3003 .pu_det .pusec.det > h6 {
    display: inline-block;
    font-size: 20px;
    color: #004378;
    font-weight: bold;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.pucode.a3003 .pu_det .pusec.det p {
    margin: 0;
    line-height: 34px;
    font-size: 16px;
}
.pucode.a3003 .pu_det .pusec.det .pdpic {
    margin-top:20px;
}

.pucode.a3003 .pu_det .pusec.det.s2 {
    background: none;
    box-shadow: none;
    background: url('../images/all/bg_010.jpg') left top repeat;
}
.pucode.a3003 .pu_det .pusec.det.s2 p{
    /*color:#ea5252;*/
}

.pucode.a3003.di2 .pu_det .pusec .pic img {
    max-width: 100%;
}

.pucode.a3003.di2 .pu_det .pusec .info .tit {
    font-size: 14px;
    padding: 0 0 0 30px;
}


.pucode .list {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    background: url('../images/all/bg_011.png') left bottom repeat-x;
    padding-bottom: 40px;
    box-shadow: 0 4px 0px 0px #af7f1d;
    margin-bottom:50px;
}
.pucode .list li {
    margin-bottom: 5px;
    background: url('../images/all/tit_icon_004.png') left 9px no-repeat;
    background-size:15px;
    padding:5px 5px 5px 24px;
}
.pucode .list li .tit{
    display:inline-block;
    color:#ea5252;
    font-weight:bold;
    margin-right:10px;
}
.pucode .pu_det .applist .pic {
    border-radius: 10px;
}
.pucode .pu_det .applist .pic img{
    border-radius:10px;
}
.pucode .pu_det .applist .info {
    background: #eaeaea;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    border-top: 2px solid #eeb031;
    border-bottom: 2px solid #eeb031;
}
.pucode .pu_det .applist .item{
    margin-bottom:40px;
}
.pucode .pu_det .applist .info p{
    margin:0;
    text-align:center;
}
.pucode.a2001 .pu_det .applist {
    background: url('../images/all/bg_012.png') left bottom repeat-x;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.pucode .pu_det .pta .table th,
.pucode .pu_det .pta .table td {
    text-align: left;
}
.pucode .pu_det .pta .table .tn{
    display:none;
}
.pucode .pu_det .pta .table tr:nth-child(2n) {
    background: #e8e8e8;
}
.pucode .pu_det .pta h4 {
    text-align: left;
    font-size: 30px;
    color: #036eb8;
    font-weight: bold;
    background: url('../images/all/tit_003.png') left top no-repeat;
    padding: 32px 10px 10px 30px;
}
.pucode .pu_det .pta h4 small {
    display: block;
    font-size: 16px;
    color: #0095c0;
    margin-top: 9px;
    padding-left: 40px;
}
.pucode .pu_det .pta .tab_sec{
    margin-top:40px;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs{
    border:none;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs li{
    margin-right:10px;
    border-radius:20px;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs .active a{
    border:none;
    background:#ea5252;
    color:#fff;
    padding:10px;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs a {
    background: #004378;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 20px;
    transition:all 0.3s ease;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs a:hover{
    background:#0095c0;
}
.pucode .pu_det .pta .tab_sec .nav.nav-tabs .active a:hover {
    background: #ea5252;
}

.pucode .pu_det .pta .tab_sec .tab-content {
    margin-top: 50px;
    text-align:left;
    margin-bottom:80px;
}
.pucode .pu_det .pta .tab_sec .tab-content .pic{
    margin-bottom:20px;
}
.pucode .pu_det .pta .tab_sec .tab-content ul{
    font-size:16px;
    line-height:30px;
}
.pucode .pu_det .pta .tab_sec .tab-content ul li {
    background: url('../images/all/tit_icon_005.png') left 4px no-repeat;
    margin-bottom:10px;
    padding: 5px 10px 5px 30px;
}
.pucode .pu_det .pta .tab_sec .tab-content ul li > span{
    display:inline-block;
}
.pucode .pu_det .pta .tab_sec .tab-content ul li > span.tit{
    color:#0095c0;
    margin-right:20px;
}
.pucode .pu_det .pta .tab_sec .tab-content .demo {
    background: #e6e6e6;
    padding:20px;
    border-radius:10px;
    border:solid 1px #55a9bd;
    margin-top:30px;
}
.pucode .pu_det .pta .tab_sec .tab-content .demo p{
    font-size: 13px;
    line-height: 27px;
    margin:0;
    color: #7d7d7d;
}
.pucode .pu_det .pta .sq {
    margin:0;
    margin-top:40px;
}

.pucode .pu_det .pta .sq h6{
    font-size:20px;
    color:#0095c0;
    margin-bottom:20px;
}
.pucode .pu_det .pta .sq > div{
    margin-bottom:50px;
}
.pucode .pu_det .pta .sq .tb{
    width:100%;
}
.pucode .pu_det .pta .sq .tb thead {
    color: #825b43;
}
.pucode .pu_det .pta .sq .tb tbody {
    background: #eaeaea;
}
.pucode .pu_det .pta .sq .tb th,
.pucode .pu_det .pta .sq .tb td{
    padding:5px 10px;
}
.pucode .pu_det .pta .sq .tb th{
    text-align:center;
}
.pucode .pu_det .pta .sq .tb tr{
    border-bottom:2px #825b43 solid;
}
.pucode .pu_det .pta .sq .pic{
    margin-top:50px;
}

.pucode .pu_det .pta .sq .ppic{
    margin-top:10px;
}


.pucode .pu_det .pu_cont{
    text-align:left;
    margin-bottom:80px;
}
.pucode .pu_det .pu_cont ul{
    font-size:16px;
    color:#004378;
    margin-top:30px;
}
.pucode .pu_det .pu_cont ul h6{
    display:inline-block;
    font-size:18px;
    border:solid 1px #ea5252;
    color:#ea5252;
    font-weight:bold;
    padding:5px 20px;
}

.pucode.a2007 .pu_det .pta {
    margin-bottom:80px;
}
.pucode.a2007 .pu_det .pta:first-child{
    margin-bottom:0;
}

.pucode .pu_det .pta .item{
    margin-bottom:50px;
    margin-top:30px;
}
.pucode .pu_det .pta .item:last-child {
    margin-bottom: 0;
}
.pucode .pu_det .pta .item h6{
    text-align:left;
    font-size:20px;
    color:#0095c0;
    font-weight:bold;
    margin-bottom:20px;
}
.pucode .pu_det .pta .item .demo{
    font-size:12px;
    text-align:left;
    color:#ea5252;
}


body.about .main {
    background: url('../images/pu/about_bg.jpg') center center no-repeat;
    background-size:cover;
    margin:0;
    box-shadow:inset 0 0 10px #000;
    background-attachment:fixed;
    padding:80px 0 0;
}
body.about .editor p{
    color:#000;
    margin-top:30px;
}

body.about .editor .det {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-top:40px;
    padding:20px;
}



