﻿@charset "utf-8";

/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: SourceHanSansCN-Regular, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
    outline: medium none;
    font-family: SourceHanSansCN-Regular, Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #053572;
}

img,
li {
    vertical-align: top;
    border: 0px
}

.clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    width: 0;
    height: 0;
}

img {
    max-width: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

ul,
li,
h5,
dt,
dd,
img {
    margin: 0px;
    padding: 0px;
}

html,
body,
b,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
pre,
form,
p,
input,
td {
    margin: 0px auto;
    padding: 0;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body,
td,
th {
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

input {
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

@media screen and (min-width:1230px) {
    .container {
        width: 1230px;
        padding: 0;
    }
}


#top {}


#headbg {
    background-color: #053572;
    height: 116px;
    display: none;
}

#nheadbg {
    background-color: #053572;
    height: 116px;
}

#header {
    padding: 0 15px;
    border-bottom: 1px solid #234c84;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
}

#top_logo {}

#top_logo img {
    max-width: 100%;
}

#top_menu {
    padding: 0 15px;
}

#top_menu .navbar {
    background-color: Transparent;
    border: none;
    margin-bottom: 0;
}

#top_menu .navbar .nav li {}

#top_menu .navbar .nav>li>a {
    color: #003b76;
    padding: 0 25px;
    font-size: 16px;
    line-height: 55px;
}

#top_menu .navbar .nav>li.active>span.line,
#top_menu .navbar .nav>li:hover>span.line {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
}


#example-navbar-collapse {
    padding: 0;
    float: right;
}


#top_search {
    display: block;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #003b76;
}

#top_search .top_lang {
    float: right;
    position: absolute;
    right: 15px;
    z-index: 1;
}

#top_search .top_lang>a {
    color: #003b76;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

#top_search .top_lang>a img {
    float: left;
    margin: 5px 5px 0 0;
}

#top_search .top_share {
    float: right;
    margin-right: 20px;
}

#top_search .top_share>a {
    margin: 0 8px;
    color: #fff;
    line-height: 25px;
    display: inline-block;
}

#top_search .top_share>a:hover {
    -webkit-animation: act-bounce 0.5s alternate;
    -moz-animation: act-bounce 0.5s alternate;
    -o-animation: act-bounce 0.5s alternate;
    animation: act-bounce 0.5s alternate;
}

#sform {
    height: 25px;
    width: 150px;
    float: right;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-right: 100px;
}

#sform #stext {
    float: left;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
    width: 120px;
    border: none;
    font-size: 14px;
    background-color: transparent;
    color: #fff;
}

#sform #sbut {
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    background: transparent;
}


#menu {
    display: none;
}

.dropdown-menu {
    border: none;
    padding: 0
}

.dropdown-menu li {
    border-top: 1px solid #ddd;
}

.dropdown-menu li a {
    line-height: 36px;
    font-size: 14px;
    text-transform: capitalize;
}

.dropdown-menu li a:hover {
    color: #053572;
}

#proCate {
    position: absolute;
    width: 1500px;
    left: -634px;
}

#proCate>li {
    width: 16.6667%;
    float: left;
}

#proCate>li>.titCate {
    font-weight: bold;
}

@media screen and (min-width:1201px) and (max-width:1499px) {
    #proCate {
        width: 1200px;
        left: -454px;
    }
}

@media screen and (min-width:1px) and (max-width:1200px) {
    #proCate {
        position: absolute;
        width: auto;
        left: 0;
    }

    #proCate>li {
        width: 100%;
        float: none;
    }

    #proCate>li>.titCate {
        font-weight: normal;
    }

    #proCate>li>.secondCate {
        display: none;
    }

    #top_menu .navbar .nav li {
        text-align: center;
    }
}



@media screen and (min-width:992px) and (max-width:1200px) {
    #headbg {
        display: block;
    }

    #top_menu .navbar .nav>li>a {
        color: #fff;
        padding: 0 25px;
        font-size: 16px;
        line-height: 64px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #header {
        position: relative;
        background-color: #053572;
    }

    #nheadbg {
        display: none;
    }

    #top_logo img {
        height: 100px;
    }

    #top_search .top_lang {
        position: relative;
    }

    #sform {
        margin-right: 25px;
    }

    #top_menu {
        padding: 0 15px;
    }

    #top_menu .navbar {
        float: right;
        margin-right: 0;
    }

    #top_menu .navbar-header {}

    #example-navbar-collapse {
        display: none !important
    }

    #menu_show {
        border-color: #fff;
        display: block;
    }

    #menu_show .icon-bar {
        background-color: #fff;
    }

    #top_menu .navbar-header {
        margin-top: 10px;
        margin: 0
    }

    #top_right {
        margin-top: 22px;
    }

    #top_search {
        display: block;
        float: none;
        margin-top: 10px;
    }

    #top_search>a {
        display: none;
    }

    #top_search #sform {}

    #top_menu {
        padding-top: 0;
        margin-top: 8px;
    }

    #top_menu .navbar {
        float: right;
    }


    #menu {
        width: 100%;
        margin: 10px 0 0;
        padding: 0 0 15px;
    }

    #menu .nav {
        margin: 0 0;
        padding: 7px 0;
        background-color: #fff;
        border-radius: 10px;
        float: none;
    }

    #menu .nav li {
        float: none;
    }

    #menu .nav li a {
        color: #053572;
        font-size: 16px;
        padding: 5px 15px;
    }

    #menu .nav li a.dropdown {
        background-color: #fff;
        color: #fff;
    }

    #menu .nav .open a {}

    #menu .nav li a:hover {
        background-color: #053572;
        color: #fff;
    }

    #menu .nav li .dropdown-menu {
        position: inherit;
        width: 100%;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    #header {
        position: relative;
        background-color: #053572;
        padding: 0;
    }

    #nheadbg {
        display: none;
    }

    #top_logo img {
        height: 50px;
        margin-top: 25px;
    }

    #top_search {
        display: block;
        float: none;
        margin-top: 10px;
    }

    #top_search .top_lang {
        position: relative;
        right: 0;
    }

    #sform {
        margin-right: 5px;
    }

    #top_search .top_share {
        display: none;
    }

    #top_menu {
        padding: 0 15px 0 0;
        margin: 0;
    }

    #top_menu .navbar {
        float: right;
        margin-right: 0;
        min-height: 45px;
    }

    #top_menu .navbar-header {}

    #example-navbar-collapse {
        display: none !important
    }

    #menu_show {
        border-color: #fff;
        display: block;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 8px;
    }

    #menu_show .icon-bar {
        background-color: #fff;
    }

    #top_menu .navbar-header {
        margin-top: 10px;
        margin: 0
    }

    #top_right {
        margin-top: 22px;
    }

    #top_menu .navbar {
        float: right;
    }

    #menu {
        width: 100%;
        margin: 10px 0 0;
        padding: 0 0 15px;
    }

    #menu .nav {
        margin: 0 15px;
        padding: 7px 0;
        background-color: #fff;
        border-radius: 10px;
        float: none;
    }

    #menu .nav li {
        float: none;
    }

    #menu .nav li a {
        color: #053572;
        font-size: 16px;
        padding: 5px 15px;
        border-bottom: 1px solid;
    }

    #menu .nav li ul li a {
        color: #fff !important;
        background-color: #003b76 !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
        background-color: #003b76 !important;
    }

    #menu .nav li a.dropdown {
        background-color: #fff;
        color: #fff;
    }

    #menu .nav .open a {
        color: #053572;
    }

    #menu .nav li a:hover {
        background-color: #053572;
        color: #fff;
    }

    #menu .nav li .dropdown-menu {
        position: inherit;
        width: 100%;
    }
}

/*banner*/
#bframe {
    display: block;
    overflow: hidden;
    position: relative;
}

#bframe .row {
    margin: 0 -15px;
}

#bar .carousel-control {
    background: none;
    top: calc(50% - 20px);
    width: 10%;
}

#bar .carousel-control span.prev i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    color: #222;
}

#bar .carousel-control span.next i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    color: #222;
}

.carousel-indicators {
    z-index: 2;
    right: 20px;
    top: 50%;
    left: auto;
    width: 12px;
    transform: translate(0, -50%);
    bottom: auto;
}

.carousel-indicators li {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    background-color: #8d8d8d;
    cursor: pointer;
    border: 1px solid #8d8d8d;
}

.carousel-indicators li.active {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}

#bar .carousel-caption a:hover {
    text-decoration: none;
}

#bar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#bar .bg {
    bottom: 0;
    position: absolute;
}

#bar .bg img {
    height: auto;
    width: 100%;
}

@media screen and (min-width:1230px) {
    #bar .carousel-caption {
        top: 30%;
    }

    #bar .carousel-caption a {
        color: #fff;
        font-size: 40px;
    }
}

@media screen and (min-width:1024px) and (max-width:1230px) {
    #bar .carousel-caption {
        top: 38%;
    }

    #bar .carousel-caption a {
        color: #fff;
        font-size: 35px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #bar .carousel-caption {
        top: 35%;
    }

    #bar .carousel-caption a {
        color: #fff;
        font-size: 25px;
    }
}

@media screen and (min-width:1px) and (max-width:768px) {
    #bar .carousel-caption {
        top: 35%;
    }

    #bar .carousel-caption a {
        color: #fff;
        font-size: 14px;
        font-size: 20px;
    }

    .carousel-indicators {
        display: none;
    }
}

.bgcolor {
    background: #003b76;
}

#frame1 {
    padding: 0px;
}

#frame1 .tit {
    text-align: center;
    margin-bottom: 40px;
}

#frame1 .tit h2 {
    font-size: 48px;
    line-height: 60px;
    color: #053572;
    font-weight: bold;
}

#frame1 .tit span.line {
    width: 30px;
    height: 3px;
    background-color: #053572;
    display: block;
    margin: 15px auto 20px
}

#frame1 .tit p {
    font-size: 18px;
    line-height: 21px;
    color: #555;
}

#frame1 .list .item {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
}

#frame1 .list .item i.ico-logo {
    width: 29px;
    height: 21px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 11px;
    top: 9px;
    background: url(../images/icon-logo.png) no-repeat;
}

#frame1 .list .item img {
    max-width: 100%;
}

#frame1 .list .item h5 {
    font-size: 16px;
    line-height: 48px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0 10px;
    background-color: #053572;
    color: #fff;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#frame2 .list .item h5 {
    font-size: 20px;
    line-height: 48px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

#frame1 .list .item a.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#frame1 .list .item:hover {
    border-color: #053572;
}

#frame1 .list .item:hover h5 {
    border-color: #053572;
    background-color: #053572;
    color: #fff;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #frame1 {
        padding: 40px 0;
    }

    #frame1 .tit {
        margin-bottom: 30px;
    }

    #frame1 .tit h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #frame1 .tit span.line {
        margin: 10px auto 15px;
    }

    #frame1 .list .item h5 {
        line-height: 36px;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    #frame1 {
        padding: 30px 0;
    }

    #frame1 .tit {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    #frame1 .tit h2 {
        font-size: 24px;
        line-height: 36px;
    }

    #frame1 .tit span.line {
        margin: 5px auto 10px;
    }

    #frame1 .tit p {
        display: none;
    }

    #frame1 .list .item h5 {
        line-height: 30px;
    }
}

#frame2 {
    padding: 50px 0;
    background-color: #003b76;
    position: relative;
}

#frame2 .sign {
    position: absolute;
    top: -25px;
    left: calc(50% - 28px);
    width: 50px;
    height: 57px;
    background: url(../images/sign.pg) no-repeat center;
    background-position: 0 0;
    opacity: 1;
    filter: alpha(opacity=1);
}

#frame2 .tit {
    text-align: center;
    margin-bottom: 40px;
}

#frame2 .tit h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

#frame2 .tit span.line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 15px auto 20px
}

#frame2 .tit p {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

#frame2 .box .left {
    float: left;
}

#frame2 .box .left img {
    max-width: 100%;
}

#frame2 .box .right {
    float: right;
}

#frame1 .box .right .txt {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

#frame2 .box .right .about-btn {
    margin-top: 35px;
    overflow: hidden;
}

#frame2 .box .right .about-btn .link {
    height: 35px;
    width: 110px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background-color: #003b76;
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
}

#frame2 .box .right .about-btn .link:hover {
    margin-left: 20px;
}

#frame2 .box .right .about-btn img {
    float: right;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #frame2 {
        padding: 40px 0;
    }

    #frame2 .tit {
        margin-bottom: 30px;
    }

    #frame2 .tit h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #frame2 .tit span.line {
        margin: 10px auto 15px;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    #frame2 {
        padding: 30px 0;
    }

    #frame2 .tit {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    #frame2 .tit h2 {
        font-size: 24px;
        line-height: 36px;
    }

    #frame2 .tit span.line {
        margin: 5px auto 10px;
    }

    #frame2 .tit p {
        display: none;
    }

    #frame2 .box .left {
        display: none;
    }

    #frame2 .box .right {
        float: none;
    }

    #frame2 .box .right .txt {
        line-height: 20px;
        height: 140px;
        overflow: hidden;
    }

    #frame2 .box .right .about-btn img {
        width: 200px;
    }
}

#frame3 {
    padding-bottom: 50px;
}

#frame3 .tit {
    text-align: center;
    margin-bottom: 40px;
}

#frame3 .tit h2 {
    font-size: 48px;
    line-height: 60px;
    color: #053572;
    font-weight: bold;
}

#frame3 .tit span.line {
    width: 30px;
    height: 3px;
    background-color: #053572;
    display: block;
    margin: 15px auto 20px
}

#frame3 .tit p {
    font-size: 18px;
    line-height: 21px;
    color: #555;
}

#frame3 .list .item {
    width: 25%;
    float: left;
    border-bottom: 2px solid #003b76;
    text-align: center;
    padding-bottom: 40px;
    border-radius: 2px 0px 20px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

#frame3 .list .item img {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 20px;
}

#frame3 .list .item h5 {
    font-size: 20px;
    line-height: 38px;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: bold;
}

#frame3 .list .item p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    margin-bottom: 15px;
    height: 72px;
    overflow: hidden;
}

#frame3 .list .item a.link {
    position: relative;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    text-transform: capitalize;
}

#frame3 .list .item:nth-child(odd) {
    background-color: #efeff1;
    border-right: 1px solid #003b76;
}

#frame3 .list .item:nth-child(odd) h5 {
    #2c2c2c;
}

#frame3 .list .item:nth-child(odd) p {
    color: #fff;
}

#frame3 .list .item:nth-child(odd) a.link {
    background-color: #efeff1;
    color: #000;
    border: 1px solid;
}

#frame3 .list .item:hover {
    z-index: 1;
    zoom: 1.1;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#frame3 .list .item:nth-child(even) {
    background-color: #003b76;
    border-right: 1px solid #003b76;
}

#frame3 .list .item:nth-child(even) h5 {
    color: #fff;
}

#frame3 .list .item:nth-child(even) p {
    color: #333;
}

#frame3 .list .item:nth-child(even) a.link {
    background-color: #d9d9d9;
    color: #333;
}

@media screen and (min-width:992px) and (max-width:1229px) {
    #frame3 .list .item h5 {
        font-size: 22px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #frame3 {
        padding: 40px 0;
    }

    #frame3 .tit {
        margin-bottom: 30px;
    }

    #frame3 .tit h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #frame3 .tit span.line {
        margin: 10px auto 15px;
    }

    #frame3 .list .item {
        padding-bottom: 30px;
    }

    #frame3 .list .item img {
        margin-bottom: 15px;
    }

    #frame3 .list .item h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    #frame3 {
        padding: 30px 0;
    }

    #frame3 .tit {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    #frame3 .tit h2 {
        font-size: 24px;
        line-height: 36px;
    }

    #frame3 .tit span.line {
        margin: 5px auto 10px;
    }

    #frame3 .tit p {
        display: none;
    }

    #frame3 .list .item {
        width: 50%;
        padding-bottom: 20px;
    }

    #frame3 .list .item img {
        margin-bottom: 10px;
    }

    #frame3 .list .item h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    #frame3 .list .item:nth-child(odd) {
        background-color: #19529b;
    }

    #frame3 .list .item:nth-child(4) {
        background-color: #19529b;
    }

    #frame3 .list .item:nth-child(4) h5 {
        color: #fff;
    }

    #frame3 .list .item:nth-child(4) p {
        color: #fff;
    }

    #frame3 .list .item:nth-child(4) a.link {
        background-color: #efeff1;
        color: #000;
    }

    #frame3 .list .item:nth-child(3) {
        background-color: #efeff1;
    }

    #frame3 .list .item:nth-child(3) h5 {
        color: #2c2c2c;
    }

    #frame3 .list .item:nth-child(3) p {
        color: #333;
    }

    #frame3 .list .item:nth-child(3) a.link {
        background-color: #d9d9d9;
        color: #333;
    }
}

#footer {
    padding: 70px 0 0;
    background-color: #003b76;
    position: relative;
}

#footer .sign {
    position: absolute;
    top: 420px;
    left: calc(5% - 28px);
    width: 50px;
    height: 58px;
    background: url(../images/sign.png) no-repeat center;
    background-position: 0 -64px;
    opacity: 1;
    filter: alpha(opacity=1);
}

#footer .footer {
    overflow: hidden;
}

#fck1 {
    padding-right: 0px;
}

#fck1 h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

#fck1 .group {
    display: inline-block;
    margin: 0 0 15px 0;
}

#fck1 .group span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    float: left;
    text-align: center;
    background-color: #14488b;
    color: #fff;
}

#fck1 .group input {
    width: calc(100% - 30px);
    height: 30px;
    padding: 0 8px;
    border-radius: 0;
    border: none;
}

#fck1 .group textarea {
    width: calc(100% - 30px);
    padding: 5px 8px;
    resize: none;
    height: 60px;
    border-radius: 0;
    border: none;
}

#fck1 .group #footSubmit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    display: block;
    margin-left: 30px;
    border: none;
    color: #888;
    text-transform: capitalize;
}

#fck1 .group #footSubmit:hover {
    margin-left: 50px;
}

#fck1 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#fck1 a {
    color: #fff;
}

#fck1 a:hover {
    text-decoration: underline;
}

#fck2 h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

#fck2 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#fck2 a {
    color: #fff;
}

#fck2 a:hover {
    text-decoration: underline;
}

#fck3 img {
    width: 60%;
}

#fck3 h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

#fck3 .share {
    margin-bottom: 15px;
}

#fck3 .share a {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

#fck3 .share a:hover {
    text-decoration: underline;
    -webkit-animation: act-bounce 0.5s alternate;
    -moz-animation: act-bounce 0.5s alternate;
    -o-animation: act-bounce 0.5s alternate;
    animation: act-bounce 0.5s alternate;
}

#fck3 .img>a {
    float: left;
    margin-right: 15px;
}

#fck3 .img p {
    line-height: 30px;
    color: #fff;
}


#fck4 {
    border-right: 2px solid;
}

#fck4 h2 {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

#fck4 p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

#fck5 h2 {
    font-size: 24px;
    line-height: 36px;
    color: #003b76;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

#fck5 p {
    font-size: 20px;
    line-height: 30px;
    width: auto;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
}

#footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 50px auto 10px;
    padding: 0 15px;
}

#footer .copyright .footmenu {
    float: left;
}

#footer .copyright .footmenu a {
    margin-right: 50px;
    font-size: 16px;
    display: inline-block;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright a:hover {
    text-decoration: underline;
}

#footer .copyright .by {
    float: right;
    font-size: 20px;
}

#footer .fgy {
    border-top: 1px solid #6b8fbe;
    padding: 15px 0;
}

#footer .fgy img {
    margin-right: 5px;
}

#footer .fgy a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #fff;
    line-height: 18px;
}

#footer .fgy a:hover {
    text-decoration: underline;
}

#footer .fgj2 {
    padding: 0 15px;
}

.footer-container {
    width: 1800px;
    padding: 0;
}

@media screen and (min-width:992px) and (max-width:1230px) {
    #fck1 {
        padding: 0;
    }

    #fck1 .group {
        padding-right: 0px;
    }

    #fck1 .group input {
        width: 190px;
    }

    #fck1 .group textarea {
        width: 428px;
    }

    #fck3 {
        padding-left: 10px;
    }

    #footer .fgy a {
        margin-right: 2px;
    }

    #footer .fgj2 {
        padding: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #footer {
        padding: 40px 0 0;
    }

    #fck1 {
        padding: 0;
        margin-bottom: 20px;
    }

    #fck2 {
        padding: 0;
    }

    #fck2 h2 {
        margin-bottom: 10px;
    }

    #fck3 {}

    #fck3 h2 {
        margin-bottom: 10px;
    }

    #footer .copyright {
        margin-top: 30px;
    }

    #footer .copyright .footmenu a {
        margin-right: 25px;
        font-size: 16px;
    }

    #footer .fgj2 {
        padding: 0;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    #footer {
        padding: 40px 0 0;
    }

    #fck1 {
        padding: 0;
        margin-bottom: 10px;
    }

    #fck1 h2 {
        margin-bottom: 10px;
    }

    #fck2 {
        padding: 0;
        margin-bottom: 10px;
    }

    #fck2 h2 {
        margin-bottom: 10px;
    }

    #fck3 {
        padding: 0;
    }

    #fck3 h2 {
        margin-bottom: 10px;
    }

    #footer .copyright {
        margin-top: 30px;
    }

    #footer .copyright .footmenu {
        text-align: left;
        float: left;
    }

    #footer .copyright .footmenu a {
        margin-right: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    #footer .fgj2 {
        padding: 0;
    }

    #footer .fgy a {
        display: inline-block;
        margin: 0 10px 10px 0;
        color: #fff;
        line-height: 18px;
    }

}

#ntframe {}

#bar img {
    width: 63%;
    height: auto;
    padding: 5px;
    background: #fff;
    border-radius: 60px 0px;
}

#main {
    padding-bottom: 0px;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #ntframe {
        padding: 0px;
    }

    #main {
        margin: 0px;
    }
}

#location {
    margin: 25px 0px;
}

#location h2 {
    font-size: 25px;
    color: #053572;
}

#location p {
    font-size: 14px;
    line-height: 35px;
}

#location em {
    display: block;
    height: 1px;
    background: #eaeaea;
    float: right;
    width: 35%;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #location {
        text-align: left;
    }

    #location h2.pull-left {
        float: none !important;
        display: block;
    }

    #location p {
        display: block;
    }
}

#thankyou_show {
    line-height: 25px;
    font-size: 14px;
}

#content {
    margin-top: 15px;
    /*overflow:hidden;*/
}

#content img {
    max-width: 100%;
}

#content_remark {
    margin-bottom: 10px;
}

#content .btn-info {
    border: 1px solid #053572;
    color: #053572;
    background-color: #fff;
}

#content .btn-info:hover {
    background-color: #053572;
    color: #fff;
}

#content ul {
    list-style: inherit
}

@media screen and (min-width:1px) and (max-width:768px) {
    #content h2 {
        font-size: 16px;
        font-weight: bold;
    }

    #content .rms {
        margin-top: 10px;
    }
}

#left_nav {
    margin-top: 25px;
}

.lbt {
    display: block;
    padding: 15px 0px;
    background: #053572;
}

.lbt h3 {
    font-size: 23px;
    color: #fff;
    padding-left: 5%;
}

.lbt h3 span {
    margin-right: 10px;
}

.lbt h3 .caret {
    margin-left: 10px;
    display: none;
}

.lmb ul {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 1px;
}

.lmb ul li {
    display: block;
}

.lmb ul li p {
    cursor: pointer;
    padding: 3% 0% 3% 5%;
    border: 1px solid #c4c4c4;
    border-bottom: none;
    -webkit-transition: 0s;
    transition: 0s;
}

.lmb ul li p span {
    float: right;
    margin-right: 15px;
    color: #053572;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 18px;
}

.lmb ul li p span:before {
    content: "+"
}

.lmb ul li p>a {
    width: 80%;
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    -webkit-transition: 0s;
    transition: 0s;
}

.lmb ul li p.hover,
.lmb ul li p:hover {
    background: #053572;
}

.lmb ul li p.hover a,
.lmb ul li p:hover a {
    background: #053572;
    color: #fff;
}

.lmb ul li p.hover span,
.lmb ul li p:hover span {
    color: #fff;
}

.lmb ul li a {
    display: block;
    padding: 3% 0% 3% 5%;
    font-size: 14px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-bottom: none;
}

.lmb ul li a:before {
    content: ">";
    margin-right: 5px;
}

.lmb ul li a.hover {
    color: #fff;
    background: #053572;
    border-left: 1px solid #053572;
    border-right: 1px solid #053572;
}

.lmb ul li a:hover {
    color: #fff;
    background: #053572;
    border-left: 1px solid #053572;
    border-right: 1px solid #053572;
}

.lmb ul li .cate1 {
    display: none;
}

.lmb ul li ul {
    border: none;
}

.lmb ul li ul li {
    display: block;
}

.lmb ul li ul li a {
    display: block;
    padding: 2% 0% 2% 10%;
    font-size: 12px;
    font-family: aller_lightregular, Arial, Helvetica, sans-serif;
    color: #666;
    display: block;
    background: #fff;
}

.lmb ul li ul li a:before {
    content: ">>";
    margin-right: 5px;
}

.lmb ul li ul li a.hover {
    color: #fff;
    background: #053572;
}

.lmb ul li ul li a:hover {
    color: #fff;
    background: #053572;
}

.lmb ul li ul li ul li {
    display: block;
}

.lmb ul li ul li ul li a {
    display: block;
    padding: 3% 0% 3% 15%;
    font-size: 12px;
    font-family: aller_lightregular, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #666;
    display: block;
    background: #fff;
}

.lmb ul li ul li ul li a:before {
    content: ">>";
    margin-right: 5px;
}

.lmb ul li ul li ul li.hover a {
    color: #fff;
    background: #053572;
}

.lmb ul li ul li ul li:hover a {
    color: #fff;
    background: #053572;
}

/*左侧联系方式*/
#left_contact {
    border: 1px solid #ccc;
    margin-top: 15px;
}

#left_contact h3 {
    background-color: #053572;
    color: #fff;
    font-size: 23px;
    line-height: 48px;
    padding: 0 10px;
}

#left_contact .contact {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

#left_contact .contact img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

#left_contact .contact span {
    font-weight: bold;
}

/*左侧案例列表*/
#left_cases {
    border: 1px solid #053572;
    margin-top: 15px;
    background-color: #eee;
}

#left_cases h3 {
    background-color: #053572;
    color: #fff;
    font-size: 23px;
    line-height: 48px;
    padding: 0 10px;
}

#left_cases .list {
    padding: 10px;
}

#left_cases .list .left,
#left_cases .list .right {
    background: none;
}

#left_cases .list .prev>i,
#left_cases .list .next>i {
    margin-top: 120px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    background-color: #053572;
}

#left_cases .list h5 {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    padding-top: 5px;
}

/*左侧新闻列表*/
#leftNews {
    margin-top: 15px;
    border: 1px solid #053572;
}

#leftNews h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px 5px 10px 5%;
    background-color: #053572;
}

#leftNews h3 span {
    margin-right: 15px;
}

#leftNews ul li {
    padding: 3% 10px;
    border-bottom: 1px dashed #ccc;
}

#leftNews ul li .icon-circle {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
}

#leftNews ul li a {
    display: inline-block;
    margin-left: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

#leftNews ul li:last-child {
    border: none;
}

#left_con_show {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}

#left_con_show a {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #leftNews h3 {
        font-size: 16px;
    }

    #leftNews h3 span {
        margin-right: 5px;
    }
}

@media screen and (min-width:1px) and (max-width:768px) {
    .lbt {
        padding: 10px 0;
    }

    .lbt h3 {
        font-size: 18px;
    }

    .lbt h3 .caret {
        display: inline-block;
    }

    .lmb ul {
        display: none;
    }

    .lmb ul li {}

    .lmb ul li a {
        padding: 5px 0% 5px 5%;
    }
}

.capcp .cate_hot_img {
    overflow: hidden;
    text-align: center;
}

.capcp .cate_hot_img img {
    width: 100%;
    height: 140px;
}

.capcp .cate_hot_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

@media screen and (min-width:1px) and (max-width:768px) {
    .capcp .cate_hot_img {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .capcp .cate_hot_img img {
        width: 100%;
        height: 140px;
    }
}

.capcp .cate_hot_info h3 {
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #053572;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.capcp .cate_hot_info em {
    border-bottom: solid 1px #eaeaea;
    height: 1px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.capcp .cate_hot_info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    height: 100px;
    overflow: hidden;
}

.capcp .cate_tag_info h3 {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.ppcp {
    margin-bottom: 35px;
}

.ppcp .thumbnail {
    margin: 0px;
}

.ppcp .pptp {
    height: 140px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #eaeaea;
}

.ppcp .pptp img {
    width: auto;
    height: 100%;
}

@media screen and (min-width:1px) and (max-width:768px) {
    .ppcp .pptp {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .ppcp .pptp img {
        width: 100%;
        height: auto;
    }
}

.capcp>.thumbnail {
    padding: 0;
}

.ppcp .ppwz h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: 25px;
    max-height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ppcp .ppwz p {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    font-family: Arial;
    text-transform: capitalize;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:1px) and (max-width:768px) {
    .ppcp .ppwz h4 {
        font-size: 12px;
        line-height: 20px;
    }
}

.procp>.thumbnail {
    padding: 0;
}

.procp .pro_hot_img {
    overflow: hidden;
    text-align: center;
}

.procp .pro_hot_img img {
    width: auto;
    height: 150px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .procp .pro_hot_img {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .procp .pro_hot_img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    .procp .pro_hot_img {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .procp .pro_hot_img img {
        width: 100%;
        height: auto;
    }
}

.procp .thumbnail {
    -webkit-transition: 1s;
    transition: 1s;
}

.procp .thumbnail img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.procp .pro_hot_info h3 {
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #053572;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.procp .pro_hot_info em {
    border-bottom: solid 1px #eaeaea;
    height: 1px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.procp .pro_hot_info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    height: 100px;
    overflow: hidden;
}

.pro-body p {
    margin-top: 10px;
}

.pro-body .link {
    background-color: #053572;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #location {
        padding: 0px;
    }

    #content {
        padding: 0px;
    }

    #pro_feed_show {
        padding: 0px 15px;
    }
}

.rtp {
    width: 100%;
    height: auto;
}

.rtp a {
    float: left;
    width: 100%;
    height: auto;
    box-shadow: 20px 20px 20px -20px #999;
}

.rtp a img {
    float: left;
    width: 100%;
    height: auto;
    border: solid 1px #c8c8c8;
}

#rtp_small_img {
    float: left;
    width: 100%;
}

#rtp_small_img a {
    float: left;
    width: 23%;
    margin: 2% 2% 0% 0%;
}

#rtp_small_img a img {
    float: left;
    width: 98%;
    height: auto;
    border: solid 1px #c8c8c8;
}


.rms h1 {
    color: #003b76;
    font-size: 23px;
}

.rms p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

#location h1 {
    color: #003b76;
}

.user_info {
    border: solid 1px #eaeaea;
    padding: 0px;
    margin-top: 10px;
}

.user_info h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

@media screen and (min-width:1px) and (max-width:768px) {
    .user_info .user_cent {
        margin: 10px;
    }
}

.user_info img {
    width: 100%;
    height: auto;
}

.user_info {
    font-size: 14px;
    line-height: 20px;
}

.user_info .btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.user_info .btn span {
    font-size: 18px;
}

.info_show {
    background: #fff;
}

.info_show .info_img img {
    width: 100%;
}

.info_show h3 {
    padding: 15px;
}

.info_show .info_remark {
    font-size: 14px;
    line-height: 25px;
    padding: 15px;
}

.info_Content {
    margin-top: 20px;
}

.info_Content #tit h4 {
    background: #053572;
    color: #fff;
    padding-left: 15px;
    line-height: 35px;
}

.info_Content .thumbnail {
    margin-top: 20px;
    border: 0px;
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}

.info_Content .thumbnail .RealCent {
    padding: 15px;
}

.info_Content .thumbnail .RealCent p {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.info_Content .thumbnail .RealCent span {
    display: block;
    border: solid 1px #eaeaea;
    text-align: center;
    margin-top: 10px;
    height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
}

.info_Content .thumbnail .RealCent span:hover {
    background: #1bbc9b;
    color: #fff;
}

.info_Content img {
    width: 100%;
}

#txtstrCountry option {
    padding: 5px 15px;
    line-height: 20px;
}

#ProShare {
    margin-top: 15px;
}

#ProShare .instagram {
    padding: 0 2px;
}

#ProShare .instagram>i.icon-instagram {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    background-color: #e03566;
    color: #fff;
}

#ProShare .youtube {
    padding: 0 2px;
}

#ProShare .youtube>i.icon-youtube {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    background-color: #cd201f;
    color: #fff;
}

.pro_online {
    margin-top: 15px;
}

.pro_online h4 {
    font-size: 22px;
    line-height: 26px;
}

.pro_online a {
    font-size: 14px;
}

.pro_online>.row>div img {
    margin: 3px 5px 0 0;
}

.pro_online>.row>div.lxfs {
    line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
}

.pro_online>.row>div.lxfs a {
    color: #053572;
}

.pro_online>.row>div.lxfs a:hover {
    text-decoration: underline;
}

.pro_online .btn {
    max-width: 95%;
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
    color: #053572;
    border: solid 1px #053572;
    text-overflow: ellipsis;
}

.pro_online .btnGetprice {
    background-color: #053572;
    color: #fff;
}

.pro_online .btnGetprice:hover {
    opacity: 0.8;
}

.pro_online .btn:hover {
    background: #053572;
    color: #fff;
}

.pro_capcp .cate_hot_img {
    overflow: hidden;
    text-align: center;
}

.pro_capcp .cate_hot_img img {
    width: auto;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pro_capcp .cate_hot_img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1px) and (max-width:768px) {
    .pro_capcp .cate_hot_img {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .pro_capcp .cate_hot_img img {
        width: 100%;
        height: auto;
    }
}

.pro_capcp .hot_info h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.pro_capcp .hot_info em {
    border-bottom: solid 1px #eaeaea;
    height: 1px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pro_capcp .hot_info p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}

#pro_detail {
    margin-top: 35px;
}

#pro_detail ul {
    border: none;
}

#pro_detail ul>li {
    border-right: 2px solid #aaa;
    margin-right: 15px;
}

#pro_detail ul>li:last-child {
    border: none;
}

#pro_detail ul>li>a {
    border: none;
    padding: 5px 15px 5px 0;
    color: #8e8e8e;
}

#pro_detail ul>li.active>a,
#pro_detail ul>li.active>a:focus,
#pro_detail ul>li.active>a:hover {
    border: none;
    color: #053572;
    background-color: transparent;
}

#pro_detail ul>li>a:hover {
    color: #053572;
    background-color: transparent;
    border: none;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #pro_detail #detail strong {
        font-size: 16px;
        font-weight: bold;
    }
}

#inquiry {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

#inquiry h2 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

#inquiry p {
    text-align: center;
}

#detail,
#contact,
#RelatedProduct {
    margin-top: 15px;
}

#detail2,
#detail3,
#detail4 {
    margin-top: 15px;
}

#inquiry p {
    font-size: 15px;
    color: #053572;
}

#pro_feed_show {
    margin-top: 15px;
}

#pro_feed_show label {
    font-size: 14px;
}

#pro_feed_show .btn {
    background-color: #053572;
    color: #fff;
    border: 1px solid #053572;
}

#pro_feed_show .btn:hover {
    margin-left: 10px;
}

.taglist {
    font-size: 14px;
}

.taglist a:hover {
    text-decoration: underline;
    color: #fff;
}

.taglist_show strong {
    display: block;
    font-size: 18px;
    color: #333;
    border-bottom: dashed 1px #053572;
    line-height: 35px;
}

.taglist_show strong b {
    font-size: 18px;
    color: #053572;
}

.taglist_show .row {
    margin-top: 15px;
    text-align: center;
}

.taglist_show .row h4 {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.taglist_show .row .ptp_img img {
    width: 100%;
}

#newslist img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#newslist span {
    color: #999;
}

#newslist .list-group {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    overflow: hidden;
}

#newslist .media-body {
    max-width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#newslist .media-body h4 {
    font-size: 16px;
    font-weight: bold;
}

#newslist .media-body span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#newslist .media-body p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

#newslist .pull-left {
    max-height: 140px;
    overflow: hidden;
}

#news_tit {
    padding-bottom: 15px;
    border-bottom: solid 1px #eaeaea;
}

#news_tit h1 {
    font-size: 23px;
}

#news_tit p {
    margin-top: 10px;
}

#news_detail,
#RelatedNews {
    margin-top: 15px;
}

#news_detail iframe {
    width: 100%;
    height: 500px;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #news_detail iframe {
        width: 100%;
        max-height: 200px;
    }
}

#downtable .download {
    width: 15px;
    border-radius: 0;
    border: none;
    margin-right: 5px;
}

#downtable {
    text-transform: capitalize;
}

#RelatedNews li {
    font-size: 14px;
    line-height: 25px;
}


#contact_show {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

#contact_show h3 {
    margin: 10px auto;
    color: #231916;
}

#contact_show span.icon {
    color: #231916;
    margin-right: 5px;
    font-size: 14px;
}

.cpcp .cptp {
    overflow: hidden;
    text-align: center;
}

.cpcp .ceptp {
    overflow: hidden;
    text-align: center;
}

.cpcp .cptp img {
    width: 100%;
    height: auto;
}

.cpcp .cptp img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

@media screen and (min-width:768px) and (max-width:991px) {
    .cpcp .cptp img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1px) and (max-width:768px) {
    .cpcp .cptp {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .cpcp .cptp img {
        width: 100%;
        height: auto;
    }
}

.cpwz {
    height: 25px;
    margin: 10px auto 0px auto;
    line-height: 25px;
    overflow: hidden;
}

.cpwz h5 {
    font-size: 16px;
    color: #666;
    line-height: 25px
}

#download-list {}

#download-list .download {
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 15px 0;
    padding: 10px;
}

#download-list .download .left {
    width: 80px;
    float: left;
}

#download-list .download .right {
    margin-left: 100px;
}

#download-list .download img {
    border: none;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

#download-list .download h5 {
    font-size: 16px;
    font-weight: bold;
}

#download-list .download p {
    color: #909090;
    font-size: 13px;
    height: 26px;
    line-height: 20px;
    padding: 3px 0;
    overflow: hidden;
}

#download-list .download .link-down {
    background: url(../images/icon_download.png) no-repeat left center/20px;
    padding-left: 25px;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
}

#download-list .download .icon-download {
    font-weight: bold;
    line-height: 30px;
}

#download-list .download .icon-download:before {
    font-size: 16px;
    margin-right: 5px;
    color: #053572;
}

.vpcp .vptp {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.vpcp .vptp img {
    width: 100%;
    height: 180px;
}

@media screen and (min-width:1px) and (max-width:991px) {
    .vpcp .vptp {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .vpcp .vptp img {
        width: 100%;
        height: auto;
    }
}

.vpcp .vpwz h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.play_bt {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40%;
    top: 30%;
    display: block;
    background-image: url(../images/vido.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    z-index: 2;
}

#feedback-from {
    margin: 0 -15px;
}

#feedback-from .group {
    overflow: hidden;
}

#feedback-from .group label {
    line-height: 28px;
    text-align: right;
}

#feedback-from .group span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    margin-right: 10px;
}

#feedback-from .group input {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 4px 5px;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 4px;
}

#feedback-from .group textarea {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 4px 5px;
    line-height: 24px;
    resize: none;
    margin-bottom: 15px;
    vertical-align: top;
    height: 108px;
    border-radius: 4px;
}

#feedback-from .btn {
    padding: 0 30px;
    height: 32px;
    margin-right: 30px;
}

#feedback-from .btn-success {
    background-color: #19529b;
    border: 1px solid #19529b;
}

#feedback-from .btn-success:hover {
    background-color: #053572;
    border-color: #053572;
}

@media screen and (min-width:1px) and (max-width:767px) {
    #feedback-from .btn {
        padding: 0 20px;
        height: 32px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

#feedback-txt {
    overflow: hidden;
    background-color: #f6f6f6;
}

#feedback-txt .right h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

#feedback-txt .right p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

#mapContent {
    margin-top: 30px;
}

#sitemapnav {
    float: left;
    width: 100%;
    padding: 4%;
    border: solid 1px #dddddd;
    box-shadow: 20px 20px 20px -20px #ccc;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../ie-css3.htc);
    behavior: url(../PIE.htc);
}

#sitemapnav li {
    list-style: none;
}

#sitemapnav a {
    color: #666666;
    text-decoration: underline;
}

#sitemapnav .fontbig {
    width: 100% !important;
}

#sitemapnav .bigli {
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
}

#sitemapnav .bigli a {
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}

#sitemapnav .bigli a:hover {
    color: #053572;
}

#sitemapnav .abli_02 {
    float: left;
    width: 28%;
    margin-left: 5%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}

#sitemapnav .abli_02 a:hover {
    color: #053572;
}

.jiange {
    float: left;
    width: 100%;
    height: 2px;
    border-bottom: solid 1px #d2d2d2;
}

@media screen and (min-width:1px) and (max-width:768px) {
    #sitemapnav .abli_02 {
        width: 44%;
    }
}

.probigclass {
    padding-left: 50px;
}

#sitemapnav .PROclass_01 {
    float: left;
    width: 95%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 30px;
    display: inline;
    font-weight: bold;
}

#sitemapnav .PROclass_02 {
    float: left;
    width: 90%;
    margin-left: 8%;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}

#sitemapnav .PROclass_01 a {
    color: #666;
}

#sitemapnav .PROclass_02 a {
    color: #666666;
}

#sitemapnav .PROclass_01 a:hover {
    color: #053572;
}

#sitemapnav .PROclass_02 a:hover {
    color: #053572;
}

#sitemapnav .PROclass_03 {
    float: left;
    width: 40%;
    margin-left: 10%;
    color: #666666;
    font-size: 14px;
    display: inline;
    line-height: 20px;
}

#sitemapnav .PROclass_03 a:hover {
    color: #053572;
}

#sitemapnav .PROclass_04 {
    float: left;
    width: 40%;
    margin-left: 10%;
    display: inline;
}

#diabox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}

#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#inquiry {
    width: 600px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: calc(50% - 300px);
    padding: 30px;
    z-index: 1
}

@media screen and (min-width:1px) and (max-width:768px) {
    #inquiry {
        width: 300px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 150px);
        padding: 15px 0;
        z-index: 1;
        margin-top: 15px;
    }

    #inquiry h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #inquiry p {
        display: none;
    }

    #inquiry .form-group {
        margin-bottom: 5px;
    }

    #inquiry .pro_feed_show {
        margin-top: 5px;
    }
}

#leftSearch {
    margin-bottom: 15px;
    overflow: hidden;
}

#leftSearch #searchform input {
    width: 80%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #053572;
    padding-left: 5px;
}

#leftSearch #searchform button {
    width: 20%;
    float: left;
    background-color: #053572;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
}

#frame404 {
    background: #888;
    border-top: solid 1px #fff;
}

#frame404 p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}

#frame404 img {
    max-width: 100%;
    height: auto;
}

@keyframes act-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes act-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes act-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes act-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.pagination {
    font-size: 14px;
}

.noise {
    position: relative;
    z-index: 1;
}

.noise:before,
.body-noise:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.link-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    text-shadow: none;
}

.link-5:hover {
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}

#float {
    position: fixed;
    right: 15px;
    top: 50%;
    margin-top: -80px;
    z-index: 55;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
    overflow: hidden;
}

#float .ico {
    display: block;
    width: 90px;
    height: 80px;
    text-align: center;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

#float .ico:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

#float .ico i.icon-envelope {
    color: #ffa114;
}

#float .ico i.icon-whatsapp {
    color: #43c555;
}

#float .ico>i {
    font-size: 36px;
    display: block;
}

#float .ico:hover {
    background-color: #184277;
}

#float .ico:hover>i {
    color: #ffffff;
}

#float .ico:hover {
    color: #ffffff;
}

.video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.video_icon i.iconfont {
    display: block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #215e8c;
}

.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

/* ::::::::::: CONTAT PAGE ::::::::::::: */

#fck5 h2 a {
    font-size: 24px;
    line-height: 36px;
    color: #003b76;

}

.contact-block {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 20px 0px;
}

.contact-block-map {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 20px 0px;
}

.contact-block-middle {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 2%;
    margin: 30px 2% 20px 0px;
    border-right: 1px #ccc dotted;
    border-left: 1px #ccc dotted;
    min-height: 210px;
}

.contact-block-hr {
    border-bottom: 1px #ccc dotted;
    margin-bottom: 2%;
}

.contact-block-ipad-hr {
    display: none;
}

.mail-section-1 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 20px 0px;
    border-right: 1px #ccc dotted;
}

.mail-section-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 20px 20px;
}

.contact-form {
    width: 99%;
    float: left;
    margin: 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px dotted #ccc;
    border-radius: 5px;
}

.contact-form ul {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px
}

.contact-form ul li {
    width: 48%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.contact-form ul li:nth-child(even) {
    margin-left: 4%;
}

.contact-form ul li.form-buttons {
    margin-top: 20px;
    text-align: right;
}

.contact-form label {
    width: 30%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.contact-form label:after {
    content: ":";
    float: right;
    margin-right: 10%;
}

.contact-form input,
.contact-form select {
    width: 67%;
    display: inline-block;
    margin-left: 2%;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.contact-form textarea {
    width: 67%;
    display: inline-block;
    margin-left: 2%;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    resize: none;
    height: 100px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form input[placeholder],
.contact-form textarea[placeholder] {
    font-size: 14px;
}

.contact-form select {
    font-size: 14px;
}

.contact-form select option {
    padding: 20px 0px !important;
    line-height: 20pt;
}

.contact-form select option:hover {
    background-color: none;
}

.form-buttons .btn {
    width: 25%;
    margin: 0px;
    background: #003b76;
    color: #fff;
    border: none;
}

.form-buttons .btn {
    width: 25%;
    background: #003b76;
    color: #fff;
    border: none;
}

form {
    height: 100%;
    min-height: 100%;
}

.contact-block-middle .img-none {
    display: none;
}

.contact-block-middle .img-show {
    display: block;
}

/* ::::::::::: CONTAT PAGE ::::::::::::: */

@media only screen and (min-width:220px) and (max-width:767px) {

    .contact-block {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0px 0px 15px 10px;
        padding-bottom: 15px;
        border-bottom: 1px #ccc dotted;
    }

    .contact-block-middle {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0px 0px 15px 0px;
        margin: 0px 0px 15px 0px;
        border-bottom: 1px #ccc dotted;
        border-right: none;
        border-left: none;
        min-height: auto;
    }

    .contact-block-map {
        width: 100%;
        display: block;
    }

    .contact-form ul li {
        width: 100%;
    }

    .contact-form ul li:nth-child(even) {
        margin-left: 0px;
    }

    .mail-section-1 {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0px 0px 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px #ccc dotted;
    }

    .mail-section-2 {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0px 0px 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px #ccc dotted;
    }

    .contact-form label {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .contact-form label:after {
        float: none;
        margin-right: 0;
        margin-left: 10px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .site-section-top-2 {
        padding: 1em 30px 50px 30px !important;
    }

    .contact-form input[type="submit"] {
        width: 40%;
    }

    .mail-section-1 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 0px 10px;
        border-right: 1px #ccc dotted;
    }

    .mail-section-2 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 0px 10px;
    }

    .contact-block-middle .img-none {
        display: block;
    }

    .contact-block-middle .img-show {
        display: none;
    }

    h3 {
        margin-left: 10px;
    }

    .contact-block-middle p {
        padding: 0px 10px;
    }

    .g-recaptcha {
        margin-left: 0px !important;
    }

    #top_search .top_lang>a {
        color: #fff;
        width: 151px;
    }

    #top_logo img {
        margin-top: 10px;
    }

    #top_search {
        display: none;
    }

    #menu_show {
        margin-top: 15px;
    }

    #top_logo img {
        margin: 10px;
    }

    #fck2,
    #fck1,
    #fck3 {
        margin: 10px;
        padding: 0 20px;
    }

    #footer .copyright .footmenu {
        display: none;
    }

    #footer .copyright .by {
        float: none;
    }

    #frame1 {
        padding: 10px;
    }

    #footer .fgy {
        padding: 15px 20px;
    }

    #footer .sign {
        display: none;
    }

    .dropdown-menu>li>a:hover {
        color: #003b76 !important;
        background-color: #fff !important;
    }

    #bar img {
        width: 85%;
        height: auto;
        padding: 5px;
        background: #fff;
        border-radius: 0px;
    }

    #fck5 ul li {
        padding: 0px;
        margin: 22px;
    }

    #fck5 ul li {
        font-size: 18px;
    }

    #frame1 .box .right .txt {
        text-align: unset;
    }

    #frame3 .list .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #frame3 .list .item:nth-child(odd) {
        background-color: #efeff1;
    }

    .nav>li>a {
        padding: 5px;
    }

    .tabs-left>li,
    .tabs-right>li {
        float: left !important;
        margin-bottom: 2px;
    }

    .full-width .col-xs-9 {
        width: 100% !important;
    }

    .full-width .col-xs-3 {
        width: 100% !important;
    }
}

table.common-table-tophead {
    width: 100%;
    margin-top: 5px;
}

table.common-table-tophead tr {
    border: 1px #ccc solid;
}

table.common-table-tophead tr td {
    padding: 5px 5px;
    color: #333;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 1.5;
}

table.common-table-tophead tr td a {
    color: #003b76;
    text-decoration: underline;
}

table.common-table-tophead tr td a:hover {
    color: #ff8000;
    text-decoration: none;
}

table.common-table-tophead tr th {
    background: #003b76;
    font-weight: bold;
    padding: 5px 5px;
    color: #fff;
    border-right: 1px solid #ccc;
    text-align: center;
}

table.common-table-tophead tr.bg-col {
    background: #f5f5f5;
}

table.common-table-tophead tr td h2 {
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
}

table.common-table-tophead tr th h2 {
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
}

table.common-table-tophead tr td h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
    color: #ff8000;
}


#fck5 {
    margin-bottom: 20px;
}

#fck5 p {
    border: 1px solid #003859;
    font-weight: 500;
    color: #003859;
}

#fck5 h3 {
    font-size: 18px;
    margin: 20px 0px;
    border-bottom: 1px solid #003859;
}

.col-md-12 {
    width: 101%;
}

.col-md-12,
.col-sm-12,
.col-xs-12 {
    padding-left: 0px !important;
}

.blog-entry .blog-entry-contents h3 {
    line-height: 1;
}

.blog-entry .blog-entry-contents h3 a {
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
}

.blog-entry .blog-entry-contents .meta {
    font-size: 1rem;
}

.blog-entry .blog-entry-contents .meta,
.blog-entry .blog-entry-contents .meta a {
    color: #b0b0b0;
}

.blog-entry .blog-entry-contents .meta a {
    color: #ff5e15;
}


.product-left {
    margin-top: 20px;
    float: left;
    width: 10%;
}

.product-right {
    margin-top: 20px;
    float: right;
    width: 90%;
}

.blog-entry-left {

    border-bottom: 2px solid #003859;
    padding: 20px;
    margin-top: 30px;
}

.min-img {
    height: 100px;
    border: 1px solid #003859;
}

.product-right {
    margin-top: 20px;
    float: right;
    width: 90%;
}

.product-left {
    margin-top: 20px;
    float: left;
    width: 10%;
}

h4 a {
    font-size: 2.5rem;
    color: red;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.blog-entry-contents h3 {
    color: #003b76;
}

.equivalent-standard-list {
    width: 100%;
    margin: 10px 0px 15px 0px;
    float: left;
    background: #f4f4f4;
    border: #003859 1px solid;
    padding: 0.2% 1% 0.5% 1%;
}

.equivalent-standard-list ul li {
    width: auto;
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    line-height: 24pt;
    font-weight: bold;
}

.img-link img {
    display: flex;
}

@media only screen and (max-width: 767px) and (min-width: 220px) {

    .product-left,
    .product-right {
        float: none !important;
        width: 100% !important;
    }

    .img-link img {
        display: inline;
    }

    .product-left a,
    h4,
    p {
        padding-left: 10px;
        margin: 10px;

    }
}

.txt_cent {
    text-align: center;
    margin-bottom: 30px;
}

.material-sitemap ul li {
    width: 48%;
    display: inline-block;
    margin: 0px 1% 1% 0px;
    text-align: center;
    padding: 8px 10px;
    border: 2px solid #ff5e15;
    font-size: 14px;
    transition: 300ms linear all;
    vertical-align: top;
}

.blog-entry-right {
    box-shadow: 3px 3px 3px #ccc;
}

.blog-entry-right img {
    width: 50%;
    margin-left: 100px;
}

.blog-entry-contents h3 a {
    font-size: 2rem;
    color: #003859;
    font-weight: 500;
}