﻿@charset "utf-8";
a,
a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #00479d;
    text-decoration: none;
    outline: none;
}

main img { max-width: 100%;}

.table{
    font-size: initial;
}
.table th {
    font-size: initial;
    background-color: #00479d;
    font-weight: 800;
}
.meta {
    font-size: inherit;
    color: inherit;
}

.all_btn {
    padding: 7px 25px;
    border: 1px #ccc solid;
    background: #fff;
    transition: 0.3s;
    margin: 15px 0;
    display: inline-block;
    color: #666;
}

.all_btn:hover {
    text-decoration: none;
    color: #00479d;
    border: 1px #00479d solid
}

.all_img {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.all_img img {
    width: 100%;
    height: 100%;
}

h2.h4_line {
    margin-bottom: 50px;
}

.h4_line h6,
h2.h4_line {
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.h4_line h6:after,
h2.h4_line:after {
    content: " ";
    height: 4px;
    background: #00479d;
    position: absolute;
}

.h4_line h6:after {
    bottom: -16px;
    left: 30%;
    width: 50%;
}

h2.h4_line:after {
    bottom: -16px;
    left: 30%;
    width: 42%;
}

main {
    background: url(../images/bg.png) no-repeat;
    background-position: right top;
    padding-bottom: 150px;
}

footer {
    padding: 80px 0;
    background: #999;
    color: #fff;
}

footer h6 {
    font-size: 20px;
    margin-bottom: 40px;
}

footer li {
    font-size: 14px;
    line-height: 1.9em;
}

footer li a {
    color: #fff;
}

footer li a:hover {
    text-decoration: none;
}

footer li svg {
    font-size: 18px;
    margin-right: 15px;
}

footer .qrcode {
    width: 150px;
    margin: 0 auto 30px auto;
}

footer .contact_icon li svg {
    margin: 20px 10px 0 0;
    font-size: 30px;
}

footer .contact_icon li {
    display: inline-block;
}

footer .contact_icon li:last-child a {
    font-weight: bold;
    font-family: "Arial";
    font-size: 25px;
    letter-spacing: -1px;
}

footer .contact_icon {
    text-align: center;
}

.copyright {
    background: #444;
    text-align: center;
    font-size: 13px;
    color: #999;
    float: none;
    padding: 10px 0;
}

#backtotop {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 50px;
    bottom: 50px;
    right: 15px;
    cursor: pointer;
    display: none;
    margin-left: auto;
    background: #eee;
}

#backtotop svg {
    font-size: 3.78em;
    color: #666;
    transition: 0.3s;
}

#backtotop:hover svg {
    color: #337ab7;
}

.page {
    text-align: center;
    margin: 80px 0;
}

.page a {
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ccc;
    transition: 0.3s;
    margin: 0 3px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}


.page a.currentpage,
.page a:hover {
    background: #00479d;
    color: #fff;
}

.path {
    margin: 20px 0;
    text-align: right;
}

.path a {
    color: #333;
    font-size: 15px;
    font-weight: initial;
}


/*header----------------------------*/

.header_wp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1170px;
}

.navbar {
    background: rgb(255 255 255 / 0.6);
    border-bottom: 0;
    -webkit-box-shadow: 0px 0px 5px #d0d0d0;
    -moz-box-shadow: 0px 0px 5px #d0d0d0;
    box-shadow: 0px 0px 5px #d0d0d0;
    margin: 0;
    transition: 0.5s;
}

.navbar-nav>li>a {
    letter-spacing: 0;
}

.navbar:hover {
    background: rgb(255 255 255 / 0.9);
}

.nav_logo {
    background-image: url(../images/logo.png);
    width: 293px;
    height: 60px;
    text-indent: -9999px;
    margin: 15px 10px;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center left;
    transition: 0.3s;
    padding: 0;
}

.navbar ul.all_nav li:nth-child(8),
.navbar ul.all_nav li:nth-child(9) {
    display: none;
}

.top_menu {
    text-align: end;
}

.top_menu li {
    display: inline;
    padding: 5px 10px;
    transition: 0.3s;
    background: #00479d;
    color: #fff;
    margin-left: 5px;
}

.top_menu li a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.top_menu svg {
    margin-right: 8px;
}

.top_menu li a:hover,
.top_menu ul li:hover {
    color: #00479d;
    background: #ffc207
}

.navbar-nav>li>a {
    font-weight: bold;
    border-bottom: 3px rgb(0 71 158 / 0%) solid;
    transition: 0.3s;
    padding: 8px;
    margin: 10px 5px 0 5px;
}

.navbar-nav>li>a:hover {
    color: #00479d !important;
    border-bottom: 3px #00479d solid;
}

#backtotop {
    margin-left: auto;
    left: auto;
    right: 5%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0a5186;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
}

#header-down {
    padding: 0;
}


/*banner start----------------------------------------*/

#slider-wrapper {
    margin: 0px;
}

#nivoslider-wrapper {
    background: #fff;
    width: auto;
    height: auto;
}

#nivoslider {
    width: auto;
    height: auto;
}

#nivoslider-wrapper .nivo-controlNav {
    right: 48%;
}


/*banner end----------------------------------------*/

.left_bg {
    background: url(../images/left_bg.png) no-repeat;
    background-size: contain;
    width: 215px;
    height: 495px;
    position: absolute;
    left: 0;
    top: 600px;
    z-index: 999;
    transition: 0.3s;
}
.banner{
    top: 0;
    position: relative;
}


/*index_about start-------------------*/

.about_idx {
    margin: 150px auto;
}

.idx h1 {
    font-weight: bold;
    margin: 0 0 17px 0;
}

.idx h3 {
    color: #00479d;
    margin: 55px 0 12px 0;
}


/*index_product start-------*/

.product {
    margin-bottom: 100px;
    text-align: center;
}

.product_slider {
    margin-bottom: 20px;
}

.product .idx {
    text-align: center;
    margin: 50px auto 100px auto;
}

.product .text h4 {
    font-size: 18px;
    display: block;
    padding: 30px 0;
    border-bottom: 3px rgb(255 255 255 / 0%) solid;
    transition: 0.3s;
}

.product div.col-md-3.col-sm-4:hover h4,.product div.col-sm-2:hover h4 {
    color: #00479d !important;
    border-bottom: 3px #00479d solid;
}

.product img,
.pg_news_left img {
    float: none;
    max-width: 90%;
    max-height: 90%;
    transition: 0.5s;
}

.product div.all_img,
.pg_news_left .all_img {
    display: flex;
    overflow: hidden;
    height: 230px;
    background: #fff;
    justify-content: center;
    margin: 15px auto 0 auto;
    transition: 0.5s;
}

.product div.col-md-3.col-sm-4:hover .all_img img,
.pg_news_left div.col-md-3.col-sm-4:hover .all_img img {
    max-width: 100%;
    max-height: 100%;
}

.product div.class_img, .pg_news_left .class_img {
  display: flex;
  overflow: hidden;
  height: 150px;
  background: #fff;
  justify-content: center;
  margin: 15px auto 0 auto;
  transition: 0.5s;
}
.product div .col-sm-2:hover .class_img img{
    max-width: 100%;
    max-height: 100%;
}

.featured-thumbnail-wrapper {
    height: auto;
}

.product .portfolio-item {
    border: 1px solid rgb(255 255 255 / 0%);
    transition: 0.5s;
    background: #fff;
}

.portfolio-item:hover {
    border: 1px solid #eee;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before {
    content: "\f104";
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    color: #ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    z-index: 10;
    top: 25vh;
}


/*start idx_news------------------*/

.idx_news .idx,
.idx_contact .idx {
    margin-bottom: 45px;
}

.idx_news .featured-thumbnail-wrapper {
    display: none;
}

.idx_news .portfolio-item-content a {
    display: none;
}

.idx_news .portfolio-item-context {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    color: #00479d;
    font-weight: bold;
}

.idx_news h2 {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.idx_news h2 a {
    color: #333;
    text-decoration: none;
}

.idx_news h2 a:hover {
    color: #00639d;
}

.idx_news .portfolio-item:hover {
    border: 0;
}


/*start idx_contact*/

.contact_taxt svg {
    font-size: 18px;
    margin-right: 18px;
    width: 1em !important;
}

.contact_taxt li {
    padding: 10px 0;
}

.contact_taxt a {
    color: #444;
    text-decoration: none;
}


/*-----------pg_banner-----------*/

.pg_banner {
    background: url(../images/pg_banner.jpg) no-repeat center;
    height: 500px;
    width: 100%;
    background-size: cover;
}

main.pg {
    background: url(../images/pg_bg.png) no-repeat;
    background-position: center right;
}

.pg_leftbg {
    background-image: url(../images/pg_leftbg.png);
    top: 280px;
}


/*-----------pg_side_product------*/

.top_product {
    padding: 8px;
    text-align: center;
    border: 1px solid #00479d;
    font-size: 20px;
    margin: 20px 0 80px 0;
    color: #00479d;
    cursor: pointer;
    background: #fff;
}

.top_product svg {
    margin: 0 8px;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    font-size: 16px;
}


.pg_product .tab-content img {
    max-width: 100%;
}

.pg_product .tab-content {
    padding: 80px 0;
    /*text-align: center;*/
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #00479d;
    border: 1px solid #00479d;
}

.nav-tabs {
    border-bottom: 1px solid #00479d;
}

.product .text h4 {
    height: 100px;
    text-align: center;
    padding: 30px 0 0 0;
    background: #fff;
    margin-top: 0;
    line-height: 1.5em;
    color: #666;
}

/*.pg_product .etalage img{
    width: 100%;
}*/

.etalage{
    float: none !important;

}

/*start pg_new*/

.new_search .search_keyword {
    width: 100%;
}

.new_search input.serch_go {
    width: 36px;
    height: 36px;
    min-width: auto;
    background: #fff;
}

.pg_news>div {
    /*margin: 80px 0 0 0;*/
}

.pg_news>div>ul>li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding: 15px 0;
}

.pg_news .time {
    color: #ff0707;
}

.pg_news .pg_news_left h4 {
    margin: 5px 0 20px 0;
    font-size: 18px;
    font-weight: 800;
}

.pg_news .pg_news_left a.more {
    color: #ccc;
    transition: 0.3s;
}

.pg_news .pg_news_left a.more:hover {
    color: #00479d;
}

.pg_news .pg_news_left h4 {
    margin: 5px 0 20px 0;
    font-size: 18px;
    font-weight: 800;
}

.pg_news .pg_news_right h5 {
    color: #222;
    margin: 0;
}

.pg_news .pg_news_right p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.more_read {
    color: #fff;
    font-weight: bolder;
    margin-bottom: 30px;
    padding: 12px;
    background: #00479d;
    border-radius: 10px 10px 0 0;
}


/*start pg_gallery */

.popup-gallery .all_img {
    height: 196px;
    overflow: hidden;
}

.video_wp{
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
}
/*.video_title{

    margin-bottom: 30px;
    padding: 5px;

}*/

.project-name{
    color: #666;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}


/*pg_about*/

.pg_about{
    /*min-height: 1200px;*/
    background: url(../images/about_bg.png) no-repeat center bottom;
    margin-bottom: -150px;

}
.pg_about .title{
    display: flex;
    align-items: flex-end;
}
.pg_about h1{
    font-size: 40px;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: 800;
    color: #000;
}
.pg_about h2{
    font-size: 18px;
    color: #00479d;
    /* margin: 17px 0 0 17px; */
    letter-spacing: 0.1em;
    line-height: 1.4em;
    background: #fff;
}

.pg_about .text{
    margin-top:  35px;
    background: #fff;
}
.about_side_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

@media (max-width: 1608px) {
    .left_bg {
        width: 150px;
        height: 300px;
        top: 470px;
    }
    .pg_leftbg {
        top: 300px;
    }
}

@media (max-width: 1320px) {
    .left_bg {
        top: 380px;
    }
}

@media (max-width: 1217px) {
    .left_bg {
        width: 80px;
        height: 185px;
        top: 470px;
    }
    .pg_about .title{
        display: block;
    }
}

@media (max-width: 1170px) {
    .header_wp {

    width: auto;
    }
 
}
@media (max-width: 1096px) {
    .left_bg {
        top: 360px;
    }
}

@media (max-width: 992px) {
    .header_wp {
        width: 100%;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 50px;
    }
    .navbar {
        background: #fff;
    }
    .banner,
    .pg_banner {
        position: initial;
        top: 0;
        margin-top: 76px;
        
    }
    .pg_banner {
        height: 300px;
    }
}

@media (max-width: 951px) {
    .header_wp {
        height: 80px;
        align-items: center;
    }
    .nav_logo {
        width: 200px;
        height: 42px;
        margin: 10px 0;
    }
    .navbar-nav>li>a {
        padding: 3px;
    }
}

@media (max-width: 818px) {
    .navbar-nav>li>a {
        padding: 3px 0px;
    }
    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }
    .left_bg {
        top: 295px;
    }
}

@media (max-width: 767px) {
    .header_wp {
        display: block;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .top_menu {
        display: none
    }
    .nav_logo {
        margin: 15px 10px;
        height: 50px;
        width: 240px;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .navbar-default .navbar-toggle {
        margin: 15px 0px;
    }
    .navbar ul.all_nav li:nth-child(8),
    .navbar ul.all_nav li:nth-child(9) {
        display: block;
    }
    .navbar-default .navbar-nav>li:nth-child(8)>a,
    .navbar-default .navbar-nav>li:nth-child(9)>a {
        display: block;
        color: #0a5186;
    }
    .navbar-nav>li>a:hover {
        border: 0;
    }
    .product div.all_img,.product div.class_img ,
    .pg_news_left .all_img {
        height: auto;
    }
    .product div .text h4 {
        font-size:15px;
    }
    main {
        background-position: top center;
        padding-bottom: 0;
    }
    footer h6 {
        margin: 40px 0 17px 0;
    }
    .idx_news {
        margin-bottom: 80px;
    }
    .left_bg {
        display: none;
    }
    .about_idx {
        margin: 0
    }
    .top_product{
        margin: 15px;
    }
    .pg_product{
        margin-top:20px; 
    }
}

@media (max-width: 540px) {
    .nav_logo {
        margin: 15px 10px;
        height: 45px;
        width: 170px;
    }
    .idx h3 {
        margin: 33px 0 12px 0;
    }
    .about_idx {
        margin: 30px auto 55px auto;
    }
    footer .qrcode {
        margin-top: 30px;
    }
    .slick-next,
    .slick-prev,
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
    .pg_banner {
        height: 200px;
    }
    .pg_about h1 {
    margin: 20px 0 10px 0;
    }
    .about_side_pic{
        min-height: 350px;
    }
}
