@charset "utf-8";
body {
    font-family: "微軟正黑體", "新細明體", "Arial Unicode MS"
}
.container-fluid {
    max-width: 1600px;
}
.footer {
    color: #fff;
    background-color: #1d2087;
    text-align: center;
    padding: 24px 0;
}
.footer a {
    color: #0FC;
}
.share {
    margin: 8px 0;
}
.share img {
    margin: 0 2px;
}
.backtop {
    position: fixed;
    z-index: 999;
    width: 48px;
    height: 48px;
    left: 100%;
    top: 100%;
    margin-top: -64px;
    margin-left: -64px;
    padding: 5px;
    background-color: rgba(000, 000, 000, 0.5);
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
}
.backtop:hover {
    background-color: #09f;
}
.title_line {
    width: 60px;
    height: 4px;
    background-color: #0d3c84;
    margin: 30px auto;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    margin-left: 15px;
}
@media (min-width:768px) {
    .navbar-brand {
        margin-left: 0;
    }
}
.navbar-toggler {
    margin: 15px;
}
.navbar-nav .nav-item .nav-link {
    padding: 15px;
}
.navbar-nav .nav-item .nav-link:hover {
    background-color: #999;
}
.menu_header {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: #1d2087;
    -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s;
    overflow-y: auto;
}
.menu_header img {
    margin: 12px 0;
}
.menu_close {
    left: 100%;
    margin-left: 0px;
}
.menu_open {
    left: 100%;
    margin-left: -240px;
}
.menu_header .container-fluid {
    padding: 0;
    position: relative;
    max-width: 1600px;
}
@media (min-width:1200px) {
    .menu_header {
        position: fixed;
        width: 100%;
        height: auto;
        background-color: transparent;
        background-image: url(../images/top_nav_bg.png);
        background-size: contain;
        overflow-y: visible;
        -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;
    }
    .menu_open, .menu_close {
        left: 0;
        margin-left: 0;
    }
    .menu_header .container-fluid {
        padding: 0 15px;
    }
}
.logo_big {
    display: none
}
.logo_big img {
    -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;
    width: 280px;
    height: auto;
    margin-top: 15px;
}
@media (min-width:1200px) {
    .logo_big {
        display: block;
        text-align: center;
        float: left;
    }
    .logo_big img {
        width: 280px;
        margin-top: 22px;
        margin-bottom: 22px;
    }
}
@media (min-width:1200px) {
    .logo_big img {
        width: 350px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.menu_ul {
    list-style: none;
    padding: 0;
}
.menu_ul li {
    border-bottom: 1px solid #00a0e9;
}
.menu_ul li a {
    color: #fff;
    display: block;
    font-size: 1.1rem;
    -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;
    padding: 15px;
}
.menu_ul li a:hover, .menu_ul li a:focus {
    text-decoration: none;
    background-color: #00a0e9;
}
.menu_ul li a span {
    display: block;
    font-size: 0.8rem;
}
@media (min-width:1200px) {
    .menu_ul {
        text-align: center;
        border-radius: 4px;
        height: 34px;
        float: right;
        margin-top: 0px;
    }
    .menu_ul li {
        float: left;
        border: none;
        position: relative;
    }
    .menu_ul li a {
        color: #fff;
        font-size: 1rem;
        width: auto;
        text-align: center;
        padding: 37px 5px 37px 5px;
    }
    .menu_ul li a:hover, .menu_ul li a:focus {
        color: #00a0e9;
        background-color: transparent;
    }
    .menu_ul .mobile_home {
        display: none;
    }
}
@media (min-width:1600px) {
    .menu_ul li a {
        font-size: 1.1rem;
        width: auto;
        text-align: center;
        padding: 35px 10px 35px 10px;
    }
}
.mobile_hide {
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 8999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_header {
    background-color: #fff;
    position: fixed;
    z-index: 8900;
    height: 88px;
    width: 100%;
    border-bottom: 0px solid #1d2087;
    -moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
}
.mobile_header img {
    margin: 20px 0 0 15px;
}
.iconbar {
    float: right;
    width: 48px;
    height: 36px;
    margin: 24px 15px 0 15px;
    border: 2px solid #525269;
    border-radius: 4px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;
}
.iconbar_open {
    background-image: url(../images/iconbar.png);
}
.iconbar_close {
    background-image: url(../images/iconbar2.png);
    border-color: #1d2087;
}
.menu_title {
    margin: 3px 15px;
    padding-top: 23px;
    padding-bottom: 16px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
}
@media (min-width:1200px) {
    .mobile_hide {
        display: none;
    }
    .mobile_header {
        display: none;
    }
    .iconbar_close {
        display: none;
    }
    .menu_title {
        display: none;
    }
}
.menu_ul .mobile_language {
    color: #fff;
    margin: 10px 15px;
    border: none;
}
.menu_ul .mobile_language a {
    display: inline-block;
    padding: 10px 16px;
    font-size: 0.9rem;
    border: 1px solid #fff;
    border-radius: 5px;
}
.menu_ul .mobile_language a:hover, .menu_ul .mobile_language a.active {
    background-color: #fff;
    color: #2a2b83;
}
@media (min-width:1200px) {
    .menu_ul .mobile_language {
        display: none;
    }
}
.search_nav {
    display: none;
}
@media (min-width:1200px) {
    .search_nav {
        position: absolute;
        padding: 0;
        list-style: none;
        top: 2px;
        left: 100%;
        width: 400px;
        margin-left: -445px;
        text-align: right;
        display: block;
    }
    .search_nav li {
        display: inline-block;
        font-size: 0.8rem;
        margin-left: 15px;
    }
    .search_nav li a {
        color: #2a2b83;
    }
    .search_nav li a:hover {
        color: #946cad;
        text-decoration: none;
    }
}

.menu_ul .sub_nav {
    display: none;
}
@media (min-width:1200px) {
    .menu_ul .sub_nav {
        position: absolute;
        top: 98px;
        -moz-box-shadow: 0 4px 15px -2px gray;
        -webkit-box-shadow: 0 4px 15px -2px gray;
        box-shadow: 0 4px 15px -2px gray;
    }
    .menu_ul .sub_nav a {
        background-image: none;
        padding: 15px 10px;
        margin: 0;
        border-top: 0px dotted #ccc;
        background-color: #333;
        color: #ccc;
        width: 160px;
        margin-left: 0;
        font-size: 0.9rem;
        text-align: left;
    }
    .menu_ul .sub_nav a:hover {
        background-color: #555;
        color: #fff;
        border-bottom: none;
    }
}
@media (min-width:1600px) {
    .menu_ul .sub_nav a {
        width: 180px;
        margin-left: 0;
        padding: 15px;
    }
}
@media (min-width:1200px) {
    .nav_about:hover .sub_nav_about, .nav_product:hover .sub_nav_product, .nav_solution:hover .sub_nav_solution, .nav_news:hover .sub_nav_news, .nav_contact:hover .sub_nav_contact {
        display: block;
    }
}
.fadeInRight {
    -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
    -moz-animation: fadeInRight 0.4s; /* Fx 5+ */
    -o-animation: fadeInRight 0.4s; /* Opera 12+ */
    animation: fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}
.nav_divide {
    display: none;
}
@media (min-width:1200px) {
    .nav_divide {
        width: 1rem;
        color: #555;
        margin-top: 30px;
        display: inline-block;
    }
}
@media (min-width:1200px) {
    .menu_header.menu_scroll {
        background-color: #fff;
        background-image: none;
        -moz-box-shadow: 0 4px 15px -2px gray;
        -webkit-box-shadow: 0 4px 15px -2px gray;
        box-shadow: 0 4px 15px -2px gray;
    }
    .menu_header.menu_scroll .menu_ul li a {
        color: #555;
    }
    .menu_header.menu_scroll .menu_ul li a:hover {
        color: #00a0e9;
    }
    .menu_header.menu_scroll .menu_ul .sub_nav a {
        color: #ccc;
    }
    .menu_header.menu_scroll .menu_ul .sub_nav a:hover {
        color: #fff;
    }
}
.top_blank {
    height: 88px;
}
@media (min-width:1200px) {
    .top_blank {
        height: 0;
    }
}


.carousel-fade .carousel-inner .carousel-item {
    height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-caption {
    top: 120px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}
.carousel-caption h2 {
    animation-duration: 1s;
}
.carousel-caption p {
    margin: 15px 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
}
@media (min-width:992px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 640px;
    }
    .carousel-caption h2 {
        font-size: 2.8rem;
        animation-duration: 1s;
    }
    .carousel-caption p {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 270px;
    }
    .carousel-caption2 {
        text-align: left;
        left: 60%;
        width: 36%;
    }
    .carousel-caption2 .top_banner_more {
        text-align: center;
        margin: 0;
    }
}
@media (min-width:1200px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 800px;
    }
    .carousel-caption {
        top: 320px;
    }
}
.top_banner_more {
    padding: 15px 0;
    margin: 0 auto;
    width: 200px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 30px;
    text-shadow: none;
    display: block;
    animation-delay: 0.8s;
    animation-duration: 1s;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
    -moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
}
.top_banner_more:hover {
    background-color: #1d2087;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.view_lg {
    display: none;
}
@media (min-width:992px) {
    .view_sm {
        display: none;
    }
    .view_lg {
        display: block;
    }
}
.prev-alt {
    background-color: #00a0e9;
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 0%;
    padding: 14px 15px 16px 15px;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.prev-alt:hover {
    opacity: 1;
}
.next-alt {
    background-color: #00a0e9;
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 100%;
    padding: 14px 15px 16px 15px;
    transform: translate(-100%, -50%);
    opacity: 0.75;
}
.next-alt:hover {
    opacity: 1;
}
.top_block1 {
    padding: 80px 0 80px 0;
    background-image: url(../images/top_bg1.jpg);
    background-position: center;
    background-size: cover;
}
.top_block1 .container-fluid {
    position: relative;
    height: 100%;
}
@media (min-width:992px) {
    .top_block1 {
        padding: 120px 0 160px 0;
    }
}
.top_about_pic img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.top_about_text h1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.top_about_text h1 span {
    color: #00a0e9;
}
.top_about_text p {
    line-height: 1.8rem;
    color: #777;
}
@media (min-width:992px) {
    .top_about_pic {
        max-width: 50%;
        text-align: center;
    }
    .top_about_pic img {
        width: 600px;
        height: auto;
    }
    .top_about_text {
        position: absolute;
        top: 50%;
        left: 44%;
        transform: translateY(-50%);
        padding: 30px;
    }
    .top_about_text h1 span {
        font-size: 3.4rem;
    }
    .top_about_text h3 {
        color: #333;
    }
    .top_about_text p {
        margin-left: 12%;
    }
    .top_about_text .top_more {
        margin-left: 12%;
    }
}
@media (min-width:1200px) {
    .top_about_text h1 {
        font-size: 3.6rem;
    }
    .top_about_text h1 span {
        font-size: 4.6rem;
    }
}
@media (min-width:1600px) {
    .top_about_text {
        left: 41%;
    }
    .top_about_text h1 {
        font-size: 4rem;
    }
    .top_about_text h1 span {
        font-size: 5rem;
    }
}
.top_more a {
    color: #00a0e9;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.top_more a img {
    margin-right: 10px;
}
.top_more a:hover {
    padding-left: 15px;
    text-decoration: none;
}
.top_product_con {
    background-position: center;
    background-size: cover;
    height: 480px;
    margin: 15px 0;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
.top_product_con h3 {
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -80px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
.top_product_con p {
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -60px;
    opacity: 0;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
.top_product_con .title_line {
    background-color: #fff;
    width: 48px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: -72px;
    opacity: 0;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
.top_product_con a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
@media (min-width:992px) {
    .top_block2 {
        height: 640px;
    }
    .top_block2 .container-fluid {
        max-width: none;
        padding: 0;
    }
    .top_product_con {
        height: 640px;
        width: 25%;
        float: left;
        margin: 0;
    }
    .top_product_con h3 {
        text-shadow: none;
    }
    .top_product_con.active {
        height: 720px;
        width: 50%;
        margin-top: -40px;
    }
    .top_product_con a {
        background-color: #1d2087;
        opacity: 0.6
    }
    .top_product_con.active a {
        opacity: 0;
    }
    .top_product_con.active h3 {
        margin-top: -120px;
        text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
    }
    .top_product_con.active p {
        opacity: 1;
        text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
    }
    .top_product_con.active .title_line {
        opacity: 1;
    }
}
.top_block3 {
    padding: 80px 0 80px 0;
    background-image: url(../images/top_bg2.jpg);
    background-position: center;
    background-size: cover;
}
@media (min-width:992px) {
    .top_block3 {
        padding: 160px 0 120px 0;
    }
}
.top_news_title h1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.top_news_title h1 span {
    color: #00a0e9;
}
@media (min-width:992px) {
    .top_news_title h1 span {
        font-size: 3.4rem;
    }
    .top_news_title h3 {
        color: #333;
    }
}
@media (min-width:1200px) {
    .top_news_title h1 {
        font-size: 3.6rem;
    }
    .top_news_title h1 span {
        font-size: 4.6rem;
    }
}
@media (min-width:1600px) {
    .top_news_title h1 {
        font-size: 4rem;
    }
    .top_news_title h1 span {
        font-size: 5rem;
    }
}
.top_news_con {
    position: relative;
    color: #777;
}
.top_news_pic {
    height: 320px;
    background-position: center;
    background-size: cover;
}
.top_news_text h4 {
    color: #555;
}
.top_news_date {
    margin: 10px 0;
}
.top_news_date span {
    margin-right: 5px;
    background-color: #00a0e9;
}
.top_news_con .top_more a, .top_news_con .top_more img {
    display: inline-block;
}
@media (min-width:992px) {
    .top_news_pic {
        width: 400px;
        height: 240px;
        float: right;
    }
    .top_news_text {
        padding: 0 420px 0 0;
    }
    .top_block3 .prev-alt {
        background-color: #00a0e9;
        color: #fff;
        position: absolute;
        z-index: 555;
        cursor: pointer;
        top: 0;
        left: 100%;
        padding: 14px 30px 16px 30px;
        transform: translate(-200%, -170%);
        opacity: 0.75;
    }
    .top_block3 .prev-alt:hover {
        opacity: 1;
    }
    .top_block3 .next-alt {
        background-color: #00a0e9;
        color: #fff;
        position: absolute;
        z-index: 555;
        cursor: pointer;
        top: 0;
        left: 100%;
        padding: 14px 30px 16px 30px;
        transform: translate(-100%, -170%);
        opacity: 0.75;
    }
    .top_block3 .next-alt:hover {
        opacity: 1;
    }
}
@media (min-width:1200px) {
    .top_news_pic {
        width: 480px;
        float: right;
    }
    .top_news_text {
        padding: 0 500px 0 0;
    }
}
.top_contact_block {
    padding: 32px 0;
    background-color: #ededed;
}
.top_contact_text {
    text-align: center;
}
@media (min-width:992px) {
    .top_contact_text {
        text-align: left;
    }
}
.top_contact_text ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    margin-top: 10px;
    color: #555;
}
.site_map {
    display: none;
}
@media (min-width:992px) {
    .site_map {
        display: block;
    }
}
.site_map_con h5 a {
    color: #1d2087;
    font-size: 1.1rem;
}
.site_map_con ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
}
.site_map_con ul li a {
    color: #555;
}
.site_map_con h5 a:hover, .site_map_con ul li a:hover {
    color: #09f;
    text-decoration: none;
}
.guide {
    margin-top: 32px;
    margin-bottom: 32px;
}
.guide a {
    color: #00a0e9;
    border: 4px solid #00a0e9;
    font-size: 0.9rem;
    padding: 8px 12px;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.guide a:hover {
    text-decoration: none;
    background-color: #00a0e9;
    color: #fff;
}
@media (min-width:768px) {
    .guide {
        display: none;
    }
}
.page_banner {
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
}
.page_banner h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
    font-size: 1.2rem;
}
@media (min-width:992px) {
    .page_banner {
        height: 360px;
    }
    .page_banner h3 {
        font-size: 2rem;
    }
}
@media (min-width:1280px) {
    .page_banner {
        height: 480px;
    }
    .page_banner h3 {
        font-size: 2rem;
    }
}
.page_bread {
    background-color: #1d2087;
    margin: 0;
    font-size: 0.9rem;
    display: table;
    width: 100%;
    position: relative;
}
.page_bread .container-fluid {}
.page_bread .breadcrumb {
    background: none;
    float: right;
    text-align: left;
    padding: 15px 0 0 0;
}
.page_bread .breadcrumb li {
    border-radius: 0;
    color: #fff;
}
.page_bread .breadcrumb li::before {
    color: #fff;
}
.page_bread .breadcrumb a {
    color: #fff;
}
.page_bread .breadcrumb a:hover {
    color: #FC6;
    text-decoration: none;
}
.side_nav_title_wrapper {
    background-color: #00a0e9;
    padding: 20px 20px 5px 20px;
    position: relative;
    overflow: hidden;
}
.side_nav_title_wrapper img {
    position: absolute;
    top: -32px;
    left: 100%;
    margin-left: -64px;
    width: 96px;
    height: auto;
}
.side_nav_title_s {
    margin-left: 40px;
    color: #fff;
    font-size: 0.9rem;
}
.side_nav_title {
    margin-top: -40px;
    color: #fff;
    font-size: 1.4rem;
}
.side_nav_title span {
    font-size: 3.4rem;
    color: #fff;
}
.side_nav ul {
    list-style: none;
    padding: 0;
}
.side_nav ul li {
    margin: 5px 0;
}
.side_nav ul li a {
    padding: 15px 20px;
    border: 1px solid #ccc;
    display: block;
    color: #777;
    background-color: #ededed;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.side_nav ul li a:hover, .side_nav ul li a.active {
    border-left: 8px solid #00a0e9;
    text-decoration: none;
}
.side_nav ul li .side_nav_sub li {
    padding-left: 8px;
}
.side_nav ul li .side_nav_sub li a {
    padding: 10px 20px;
    font-size: 0.9rem;
    background-color: #ededed;
}
.side_nav ul li .side_nav_sub li a:hover, .side_nav ul li .side_nav_sub li a.active {
    background-color: #00a0e9;
    color: #fff;
    border-left: 0px solid #00a0e9;
}
.page_block {
    padding: 80px 0;
    background-image: url(../images/about_bg1.jpg);
    background-position: center;
    background-size: cover;
}
.page_title {
    color: #555;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.8em;
}
.page_title span {
    font-size: 1.6rem;
    color: #00a0e9;
    display: block;
}
@media (min-width:992px) {
    .page_title span {
        display: inline-block;
        margin-left: 15px;
    }
}
.page_content {
    color: #595959;
    font-family: "微軟正黑體", "新細明體", "Arial Unicode MS" !important;
}
.page_content h4, .page_content h5, .page_content h6, .page_content p, .page_content p span, .page_content p strong, .page_content table tr th, .page_content table tr td, .page_content table tr th p, .page_content table tr td p {
    font-family: "微軟正黑體", "新細明體", "Arial Unicode MS" !important;
    font-weight: bold !important;
}
.page_content table tr {
    width: 100% !important;
}
.page_content table tr td {
    text-align: center;
    padding: 15px 0;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.page_content table tr:nth-child(odd) {
    background-color: #dbe5f1;
}
.page_content table tbody tr.firstRow {
    background-color: #595959;
    color: #fff;
}
.page_content table tbody tr.firstRow td {
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}
.about_pic img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
}
.culture_pic img {
    width: 100%;
    height: auto;
}
.patent_row a img {
    border: 4px solid #ccc;
}
.product_intro_con {
    position: relative;
    height: 240px;
    background-position: center;
    background-size: cover;
    margin: 15px 0;
    background-color: #1d2087;
}
.product_intro_con a {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.product_intro_con .product_intro_blue {
    position: absolute;
    z-index: 5;
    background-color: #09f;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
    background: -webkit-linear-gradient(#06C, #00a0e9);
    background: -o-linear-gradient(#06c, #00a0e9);
    background: -moz-linear-gradient(#06c, #00a0e9);
    background: linear-gradient(#06c, #00a0e9);
}
.product_intro_con:hover .product_intro_blue {
    opacity: 0.3;
}
.product_intro_con .product_intro_text {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 130px;
    padding-right: 15px;
    transform: translateY(-50%);
    color: #fff;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.product_intro_con .product_intro_pic {
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.product_intro_con .product_intro_pic img {
    width: 80px;
    height: auto;
}
.equipment_block .side_nav_title_s, .equipment_detail_block .side_nav_title_s {
    margin-left: 32px;
    font-size: 0.9rem;
}
.equipment_block .side_nav_title {
    font-size: 1.2rem;
}
.equipment_con {
    margin: 15px 0;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 6px solid #00a0e9;
    overflow: hidden;
    text-align: center;
}
.equipment_pic {
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.equipment_text {
    padding: 30px 15px;
    background-color: #ededed;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 200px;
    margin-top: -88px;
    -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;
}
.equipment_text .news_back {
    opacity: 0;
    -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;
}
.equipment_text .news_back i {
    margin-right: 10px;
}
.equipment_con:hover .equipment_text {
    margin-top: -160px
}
.equipment_con:hover .equipment_text .news_back {
    opacity: 1;
}
.product_detail_pic_wrapper {
    width: 100%;
}
.product_detail_pic, .product_detail_pic_nav {
    width: 100%;
}
.product_detail_pic_item img {
    width: 100%;
    height: auto;
    border: 4px solid #ccc;
}
.product_detail_pic_nav_item {
    margin: 0 10px;
    border: 1px solid #ccc;
}
.product_detail_text {
    padding: 15px;
    background-color: #ededed;
}
@media (min-width:1200px) {
    .product_detail_pic_wrapper {
        width: 360px;
        float: left
    }
    .product_detail_pic, .product_detail_pic_nav {}
    .product_detail_text {
        padding: 30px;
        margin-left: 380px;
        height: 360px;
    }
}
.product_sub_title {
    padding: 15px;
    background-color: #1d2087;
    color: #fff;
    margin-top: 30px;
}
.material_block .side_nav_title_s, .material_detail_block .side_nav_title_s {
    margin-left: 32px;
}
.lighting_block .side_nav_title_s, .lighting_detail_block .side_nav_title_s {
    margin-left: 34px;
}
.news_block .side_nav_title_s, .news_detail_block .side_nav_title_s {
    margin-left: 48px;
}
.news_block .top_news_con {
    margin: 15px 0;
}
.news_block .top_news_con .top_more {
    margin-bottom: 30px;
}
@media (min-width:992px) {
    .news_block .top_news_pic {
        width: 360px;
        height: 200px;
        float: left;
    }
    .news_block .top_news_text {
        padding: 0 0 0 380px;
    }
}
.news_detail_block .page_content img {
    max-width: 100%;
    height: auto;
}
.news_back {
    margin: 30px 0;
}
.news_back a {
    padding: 15px 40px;
    background-color: #00a0e9;
    color: #fff;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.news_back a:hover {
    background-color: #1d2087;
    text-decoration: none;
}
.pagination .page-item .page-link {
    color: #00a0e9;
}
.pagination .page-item.active .page-link {
    background-color: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
}
.top_news_date .badge-danger {
    background-color: #c00;
}
.contact_info_text {
    padding: 15px;
    background-color: #ededed;
}
@media (min-width:992px) {
    .contact_info_text {
        padding: 30px;
    }
}
.contact_block form {
    color: #555;
}
.contact_block form .form-group textarea {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block form .form-group button {
    background-color: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
    border-radius: 0;
    padding: 15px 0;
    width: 118px;
    text-align: center;
}
.contact_block form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
/*.inquiry_block .side_nav_title_s{ margin-left:20px;}*/
.inquiry_block table {
    background-color: #fff;
}
.inquiry_block table thead {
    background-color: #00a0e9;
    color: #fff;
    text-align: center;
}
.inquiry_block table tbody {
    text-align: center;
    color: #777;
}
.inquiry_block table tbody tr td {
    vertical-align: middle;
}
.inquiry_block table tbody tr td img {
    max-width: 320px;
}
.inquiry_block .inquiry_more {
    margin: 30px 0;
    text-align: center;
    display: inline-block
}
.inquiry_block .inquiry_more a {
    padding: 15px 40px;
    background-color: #00a0e9;
    color: #fff;
    -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;
}
.inquiry_block .inquiry_more a:hover {
    background-color: #09f;
    text-decoration: none;
}
.inquiry_block .inquiry_more_clear a {
    background-color: #ccc;
    color: #555;
}
.inquiry_block .inquiry_more_clear a:hover {
    background-color: #ededed;
    text-decoration: none;
}
.inquiry_block form {
    color: #555;
}
.inquiry_block form .form-group textarea {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.inquiry_block form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.inquiry_block form .form-group button {
    background-color: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
    border-radius: 0;
    padding: 15px 0;
    width: 118px;
    text-align: center;
}
.inquiry_block form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
.page_title_sub {
    padding: 15px;
    margin: 15px 0;
    background-color: #00a0e9;
    color: #fff;
}
/* ----------------- show_iframe ----------------- */
#show_iframe {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.show_content {
    background-color: #fff;
    width: 96%;
    height: 240px;
    padding: 20px;
    border: 1px solid #999;
    position: absolute;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*    margin-top: -120px;
    margin-left: -200px;*/
}
.show_content h1 {
    background-color: #1d2087;
    font-size: 22px;
    padding: 15px 15px;
    color: #fff;
    margin: 0 0 10px 0;
}
#show_btn {
    cursor: pointer;
}
#hide_btn {
    /*	background: url(../images/cross.png) no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;*/
    text-align: center;
    margin-top: 50px;
}
#hide_btn a {
    display: inline-block;
    background-color: #1d2087;
    border-radius: 0;
    color: #fff;
    padding: 7px 10px;
    margin: 0 3px;
}
#hide_btn a:hover {
    background-color: #00a0e9;
    text-decoration: none;
}

@media (min-width: 992px) {
    .show_content {
        width: 500px;
    }
}