.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -80px;
}
/*------------------------------------------------------*/
#hs-ink{
display:none;
margin-right: 10px;
}
@media screen and (max-width:767px){
#hs-ink{
    display:inline-block;
}
}
@media screen and (max-width:480px){
#hs-ink{
    display:inline-block;
}
}
/*------------------------------------------------------*/
#menu ul{
padding: 0;
}
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
margin: 0 auto;
border: 0;
list-style: none;
line-height: 1;
display: flex;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#menu #menu-button {
display: none;
}
#menu {
width: auto;
line-height: 1;
border-top: 1px solid #85caff;
border-bottom: 1px solid #85caff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+55 */
background: #0076cf; /* Old browsers */
background: -moz-linear-gradient(top,  #0076cf 45%, #0068b7 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0076cf 45%,#0068b7 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0076cf 45%,#0068b7 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7',GradientType=0 ); /* IE6-9 */
}
#menu > ul > li {
float: left;
}
#menu.align-center > ul {
font-size: 0;
text-align: center;
}
#menu.align-center > ul > li {
display: inline-block;
float: none;
}
#menu.align-right > ul > li {
float: right;
}
#menu > ul > li > a {
display:block;
padding: 14px 35px 15px 35px;
font-size: 17px;
text-decoration: none;
color: #fff;
text-shadow:0px 0px 3px #000;
}

#menu > ul > li:first-child > a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#menu.align-center > ul > li:first-child > a {
border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
color: #fff;
background-color:rgba(0,0,0,0.3);
}
#menu > ul > li:hover > a,
#menu > ul > li > a:hover {
background-color:rgba(0,0,0,0.3);
}
#menu > ul > li:after {
content: '';
position: absolute;
top: 6px;
right: 0;
display: block;
height: 38px;
width: 1px;
/*opacity: .15;*/
background-color:#00589a;
}
#menu.align-right > ul > li:after {
right: auto;
left: -1px;
}
#menu > ul > li:before {
content: '';
position: absolute;
top: 6px;
right: -1px;
display: block;
height: 38px;
width: 2px;
background-color:#007ddc;
}
#menu.align-right > ul > li:before {
right: auto;
left: 0px;
}
#menu > ul > li:last-child:after,
#menu > ul > li:last-child:before {
display: none;
}
#menu.small-screen {
width: 100%;
}
#menu.small-screen > ul,
#menu.small-screen.align-center > ul {
width: 100%;
text-align: left;
}
#menu.small-screen > ul > li,
#menu.small-screen.align-center {
float: none;
display: block;
border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#menu.small-screen > ul > li > a {
padding: 18px 25px;
}
#menu.small-screen > ul > li:after,
#menu.small-screen > ul > li:before {
display: none;
}
#menu.small-screen #menu-button {
display: block;
padding: 18px 25px 19px 25px;
cursor: pointer;
font-size: 15px;
text-decoration: none;
color: #fff;
}
#menu.small-screen #menu-button.menu-opened {
color: #fff;
}
#menu.small-screen #menu-button:after {
content: "";
position: absolute;
right: 25px;
top: 20px;
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-top: 2px solid #fcfefb;
border-bottom: 2px solid #fcfefb;
width: 18px;
height: 3px;
}
#menu.small-screen #menu-button.menu-opened:after {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
#menu.small-screen #menu-button:before {
content: "";
position: absolute;
right: 25px;
top: 30px;
display: block;
width: 18px;
height: 2px;
background: #fff;
}
#menu.small-screen #menu-button.menu-opened:before {
background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
/* 如果使用者之視窗寬度介於 768px ~ 992px，將會再載入這裡的 CSS。*/  
    #menu > ul > li > a{
    padding: 14px 25px 15px 25px;
}
} 
@media screen and (max-width:767px){
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button{
    display:block;
    padding:0;
}
}


@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "tw_nav.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: "微軟雅黑";
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #434343;
    cursor: pointer;
}

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

body,
html {
    height: 100%;
}

nav.sidebar,
.main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main {
    padding: 10px 10px 0 10px;
}

/*------------------------------ small word ---------------------------------*/

.sm_top_word {
    font-size: 15px;
    color: #898989;
    float: right;
    font-weight: initial;
    line-height: 40px;
}

@media (max-width: 534px) {
    .sm_top_word {
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

/*--------------------------------- head ------------------------------------*/

.top_bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f8f8+0,e6e6e6+7,ffffff+100 */
    background: #f7f8f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f8f8 0%, #e6e6e6 7%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f8f8 0%, #e6e6e6 7%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f8f8 0%, #e6e6e6 7%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    border-top: 5px solid #00589a;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 55px;
}

.lang {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

.lang li {
    display: inline;
    margin-left: 15px;
}

.lang li a {
    display: inline-block;
    font-size: 16px;
    color: #00589a;
    border: 1px solid #00589a;
    text-align: center;
    width: 77px;
    height: 32px;
    line-height: 30px;
}

@media (max-width:337px) {
    .lang li a {
        width: 70px;
    }
}

.lang li a:hover {
    background: #00589a;
    color: #fff;
}

.logo-img {
    
}
.h-cantact{
    padding-top: 38px;
}
.h-dian{
    float: left;
   
}
.h-dian img{
    padding-right: 5px;
}
.h-cantact p{
    font-size: 18px;
    color: #00a2e9;
    line-height: 32px;
}
@media (min-width: 992px){
    .hh{
        width: 56.333333%;
    }
}
@media (max-width:991px) {

    .logo-img {
        margin: 0 auto;
        float: none;
    }

    .lang {
        margin: 30px auto 15px auto;
        text-align: center;
    }

    .lang li {
        display: inline;
        margin-left: 0;
        margin: 0 8px;
    }
}

.hh {
    line-height: 50px;
}

@media (max-width: 1199px) {
    .input-group .form-control {
        width: 74%;
    }
}

@media (max-width: 991px) {
    .input-group .form-control {
        width: 100%;
    }
    .hh {
        line-height: 0px;
    }
    .btn-lg,
    .btn-group-lg > .btn {
        margin-bottom: -5px;
    }
}

/*--------------------------------- index ------------------------------------*/

.ind_bg {
    width: 100%;
    height: auto;
    background-image: url(//cdn.xypt.top/cf30d168/20/11/bfffd91dc68aa7a769ad54f6cd695c6bc864e422.jpg);
}

.ind_line {
    background: url(//cdn.xypt.top/cf30d168/20/11/e0404ff170e9e04675ba84dd363a38027a14bbb1.jpg) top left no-repeat;
    height: 60px;
    overflow: hidden;
    width: 40%;
    float: left;
    margin-top: 30px;
}

.ind_title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ind_title p {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: #082f50;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
    width: 20%;
    float: left;
}

.descrip_box {
    max-width: 550px;
    margin: auto;
    position: relative;
}

.descrip {
    color: #e00211;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    white-space: nowrap;
    top: -43px;
}

@media (max-width: 1200px) {
    .descrip {
        font-size: 17px;

    }
}

@media (max-width: 991px) {
    .descrip {
        font-size: 16px;
        left: 33%;
        top: -160px;
    }
}

@media (max-width: 680px) {
    .descrip {
        font-size: 15px;
        left: 32%;

    }
}

@media (max-width: 600px) {
    .descrip {
        font-size: 15px;
        top: -160px;
        white-space: normal;
    }

}


@media (max-width:550px) {
    .ind_title p {
        width: 100%;
        background: url(../tw_img/other/line.png) bottom -20px center no-repeat;
    }
    .ind_line {
        display: none;
    }
}

@media (max-width:320px) {
    .descrip {
        font-size: 12px;
        top: -183px;
    }
}


/*------------ pro --------------*/

.site_item {
    padding: 0px 0;
}

.site_list ul li {
    width: 15%;
    height: 176px;
    float: left;
    margin: 10px 0px 10px 19px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    border: 3px solid #ec7800;
    overflow: visible;
    list-style: none;
    cursor: pointer;
}
.site_list ul li:hover a{
    cursor: pointer;
}
.site_list ul li:hover img{
    cursor: pointer;
}
@media (max-width:1199px) {
    .site_list ul li {
        height: 145px;
        
    }
}

@media (max-width:991px) {
    .site_list ul li {
        height: 200px;
        width: 30%;
        margin-bottom: 65px;
        margin: 10px 7px 10px 10px;
    }
}

@media (max-width:720px) {
    .site_list ul li {
        width: 30%;
        height: 180px;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
       
    }
}

@media (max-width:510px) {
    .site_list ul li {
        width: 45%;
        margin: 7px 0px 10px 10px; 
    }
}

@media (max-width:350px) {
    .site_list ul li {
        width: 90%;
       
    }
}

.site_list ul li img {
    color: #1f2020;
    display: block;
    font-size: 100px;
    margin: 0 auto;
    border-radius: 100%;
}

.site_list ul li .lst-news img {
    padding-top: 55px;
}

.site_list ul li .list_txt {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    display: block;
    clear: both;
}

@media (max-width:1199px) {
    .site_list ul li .list_txt {
        /*        padding-top: 150px;*/
    }
}

@media (max-width:991px) {
    .site_list ul li .list_txt {
        /*        padding-top: 203px;*/
    }
}

@media (max-width:720px) {
    .site_list ul li .list_txt {
        /*        padding-top: 185px;*/
    }
}

.tint_txt {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: .25px;
}

.tint_txt a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    text-shadow: 3px 3px 3px #000;
}

@media (max-width:1199px) {
    .tint_txt a {
        line-height: 60px;
    }
}

@media (max-width:991px) {
    .tint_txt a {
        line-height: 120px;
    }
}

@media (max-width:720px) {
    .tint_txt a {
        line-height: 100px;
    }
}

.show {
    width: 100%;
    height: 100%;
    /*    float: left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    display: block;
    margin: 0 0 15px 0;
}

@media (max-width:991px) {
    .show {
        padding: 5px 0px 0px 18px;
    }
}

@media (max-width:630px) {
    .show {
        padding: 10px 0px 0px 0px;
    }
}

@media (max-width:510px) {
    .show {
        padding: 0;
    }
}

.show .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 47px;
}

.show-fourth .tine_more {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    box-shadow: 0 0 1px #000;
    position: relative;
    width: 100px;
    margin: 10px auto 0;
    background-color: #ff1a1a;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.show-fourth .tine_more a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.show-fourth p {
    font-size: 28px;
}

.show-fourth .mask {
    opacity: 0;
    background: rgba(238, 133, 25, 0.82);
    transition: all .4s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.show-fourth .mask:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 10px;
    background-image: url(//cdn.xypt.top/982945ea/20/11/06e6cbf567c238830bf877a3d655ee375f327dbc.png);
    margin: 20px 10px 10px -20px;
}

.show-fourth .mask:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 10px;
    background-image: url(//cdn.xypt.top/982945ea/20/11/300b194344be7b4f75f1300eb67d7cdac6258cf2.png);
    margin: 20px 10px 10px 10px;
}

@media (max-width:1199px) {
    .show-fourth .mask:after {
        margin: -50px 10px 10px 40px;
    }
    .show-fourth .mask:before {
        margin: 10px 10px 10px -50px;
    }
}

@media (max-width:991px) {
    .show-fourth .mask:after {
        margin: 40px 10px 10px 10px;
    }
    .show-fourth .mask:before {
        margin: 40px 10px 10px -20px;
    }
}

@media (max-width:720px) {
    .show-fourth .mask {
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
    }
    .show-fourth .mask:after {
        margin: 30px 10px 10px 10px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -20px;
    }
}

@media (max-width:588px) {
    .show-fourth .mask:after {
        margin: -70px 10px 10px 40px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -50px;
    }
}

@media (max-width:558px) {
    .show-fourth .mask:after {
        margin: -70px 10px 10px 40px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -40px;
    }
}

@media (max-width:510px) {
    .show-fourth .mask:after {
        margin: 30px 10px 10px 10px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -20px;
    }
}

@media (max-width:405px) {
    .show-fourth .mask:after {
        margin: -70px 10px 10px 40px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -50px;
    }
}

@media (max-width:380px) {
    .show-fourth .mask:after {
        margin: -70px 10px 10px 40px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -40px;
    }
}

@media (max-width:350px) {
    .show-fourth .mask:after {
        margin: 30px 10px 10px 10px;
    }
    .show-fourth .mask:before {
        margin: 30px 10px 10px -20px;
    }
}

.show-fourth p {
    transition: all .2s linear;
}

.show-fourth img {
    transition: all .2s ease-in-out;
}

.show-fourth:hover .mask {
    opacity: 1;
}

.show-fourth:hover p {
    opacity: 1;
    transition-delay: .1s;
}

/*------------ about --------------*/

.ind_ab_bg {
    background-image: url(//cdn.xypt.top/cf30d168/20/11/65bd4c52950600e3444080f987b034f340b27d9e.jpg);
    height: 385px;
    width: 100%;
    margin-top: 63px;
    margin-bottom: 63px;
    border: 1px solid #c9caca;
    padding-bottom: 20px;
}

@media (max-width: 566px) {
    .ind_ab_bg {
        height: auto;
    }
}

.ind_ab_word {
    font-size: 25px;
    font-weight: bold;
    color: #082f50;
    padding: 14px;
    border-bottom: 2px solid #004c85;
}

.ind_ab_word_two {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-left: 50px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.ind_ab_word_three {
    float: right;
    color: #00589a;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #004c85;
}

.ind_ab_word_three a {
    color: #00589a;
    font-weight: bold;
}
.ind_ab_word_three:hover{
    border: 1px solid #00a2e9;
}
.ind_ab_word_three:hover a{
    color: #000;
}
@media (max-width: 991px) {
    .ind_ab_word_two {
        padding-left: 30px;
    }
}

.ind_ab_img {
    margin-top: 30px;
    margin-left: 70px;
    border-bottom: 1px solid #c9caca;
}

@media (max-width: 1199px) {
    .ind_ab_img {
        margin-left: 0px;
    }
}

/*--------------------------------- footer ------------------------------------*/

.ft_copyRight {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,002544+7,000d18+100 */
    background: #004c85;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004c85 0%, #002544 10%, #000d18 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#000d18', GradientType=0);
    /* IE6-9 */
    margin-top: 50px;
    padding-bottom: 20px;
}

.ft_copyRight2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,002544+7,000d18+100 */
    background: #004c85;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004c85 0%, #002544 10%, #000d18 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#000d18', GradientType=0);
    /* IE6-9 */
    padding-bottom: 20px;
}

.ft_logo {
    margin-left: 40%;
    margin-top: 38px;
}

@media (max-width: 1570px) {
    .ft_logo {
        margin-left: 34%;
    }
}

@media (max-width: 620px) {
    .ft_logo {
        margin-left: 26%;
    }
}

@media (max-width: 450px) {
    .ft_logo {
        margin-left: 19%;
    }
}

@media (max-width: 379px) {
    .ft_logo {
        margin: 7% 15%;
    }
}

@media (max-width: 360px) {
    .ft_logo {
        margin: 0 10%;
        padding-top: 20px;
    }
}

.ft_qr {
    /*
    float: left;
    margin-left: 230px;
    margin-right: -20px;
    margin-bottom: 24px;
*/
    display: inline-block;
    margin: 0 2%;
}

@media (max-width: 1570px) {
    /*
    .ft_qr {
        margin-left: 115px;
    }
*/
}

@media (max-width: 1199px) {
    /*
    .ft_qr {
        margin-left: 98px;
    }
*/
}

@media (max-width: 991px) {
    /*
    .ft_qr {
        margin-left: 75px;
    }
*/
}

.ft_word {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    /*    padding-left: 155px;*/
    margin-top: -5px;
	text-align: center;
}

@media (max-width: 1570px) {
    /*
    .ft_word {
        padding-left: 40px;
    }
*/
}

@media (max-width: 1199px) {
    /*
    .ft_word {
        padding-left: 55px;
    }
*/
    .ft_qr {

        width: 65px;
    }
    
}
@media (max-width: 1025px){
    .site_list ul li{
        margin: 10px 0px 10px 15px;
    }
    .ind_ab_word_two{
        padding-top: 0;
    }
}
@media (max-width: 770px){
    .site_list ul li{
        height:212px;
        margin: 10px 0px 38px 10px;
    }
    .ind_ab_word_two{
        padding-top: 20px;
    }
    .site_list ul li img{
        margin-left: -8px;
    }
}
@media (max-width: 376px){
    .site_list ul li{
        height: 155px;
    }
    .site_list ul li img{
        margin:0;
    }
}
@media (max-width: 416px){
    .site_list ul li{
        height: 155px;
    }
     .site_list ul li img{
        margin:0;
    }
}
@media (max-width: 321px){
    .site_list ul li img{
        margin-top: -55px;
    }
}
@media (max-width: 361px){
    .site_list ul li{
       height: 158px;
    }
}
@media (max-width: 991px) {
    /*
    .ft_word {
        padding-left: 100px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 645px) {
    /*
    .ft_word {
        padding-left: 40px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 610px) {
    /*
    .ft_word {
        padding-left: 20px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 595px) {
    /*
    .ft_word {
        padding-left: 15px;
        margin-bottom: 15px;
    }
*/
}

.ft_word_in {
    padding-left: 65px;
}

@media (max-width: 991px) {
    .ft_word_in {
        padding-left: 25px;
    }
}

.ft_word_o {
    color: #ee7800;
    font-size: 14px;
}

.ft_word_b {
    color: #000;
    font-size: 14px;
    /* font-weight: bold; */
}
.ft_word_b:hover a{
    /* font-weight: bold; */
}
.ft_word_l {
    padding: 10px;
    text-align: center;
}

.ft_word_l a {
    color: #000;
}
.ft_word_l:hover a{
   color: #fff;
}
.ft_word_w a {
    color: #fff;
}

@media (max-width: 767px) {
    .ft_word_l {
        padding: 2px;
        text-align: center;
    }
}

.ft_copyRight_two {
    font-size: 14px;
    color: #000;
    background-color: #9fa0a0;
}

.ft_line {
    /*    margin-left: 20%;*/
    margin-top: 18px;
    margin-bottom: 22px;
}

@media (max-width: 1570px) {
    .ft_line {
        /*        margin-left: 10%;*/
    }
}

@media (max-width: 991px) {
    .ft_line {
        /*        margin-left: 0%;*/
    }
}

.ft_line_two {
    padding-top: 5px;
    height: 2px;
}

/*--------------------------------- left_bar ------------------------------------*/

.menu_item > ul > li {
    list-style-type: none;
}

.left_bar_icon {
    padding-right: 8px;
    padding-bottom: 6px;
}

.left_bar_icon2 {
    float: left;
    margin-left: -40px;
    height: 50px;
}

.bar_title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-left: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #e27303;
    margin-top: 16px;
    height: 51px;
    line-height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,003155+8,004c85+55,004c85+55,0062ad+100 */
    background: #004c85;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004c85 0%, #003155 8%, #004c85 55%, #004c85 55%, #0062ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004c85 0%, #003155 8%, #004c85 55%, #004c85 55%, #0062ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004c85 0%, #003155 8%, #004c85 55%, #004c85 55%, #0062ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#0062ad', GradientType=0);
    /* IE6-9 */
}

.bar_title2 {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: -30px;
    padding-left: 15px;
    margin-top: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+56 */
    background: #0076cf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0076cf 45%, #0068b7 56%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0076cf 45%, #0068b7 56%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0076cf 45%, #0068b7 56%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
    /* IE6-9 */
}

.bar_title3 {
    font-size: 16px;
    color: #221815;
    display: block;
    margin-left: -40px;
    background-color: #efefef;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c9caca;
    margin-top: 1px;
    line-height: 22px;
    padding: 10px 15px;
}

.bar_title3:hover {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    display: block;
    border-left: 10px solid #ff9000;
    background: #0076cf;
    /* Old browsers */
    background: -webkit-linear-gradient(#0076cf 45%, #0068b7 56%);
    background: -o-linear-gradient(#0076cf 45%, #0068b7 56%);
    background: linear-gradient(#0076cf 45%, #0068b7 56%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
    /* IE6-9 */
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    /* float: left; */
    width: 56%;
    margin-bottom: 0;
    float: right;
}
/*--------------------------------- company ------------------------------------*/

