* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px currentColor;
    border-image: none;
    vertical-align: middle;
}

iframe {
    margin: 20px 0px;
    max-width: 100%;
}

@media all and (max-width: 1023px) {
    iframe {
        width: auto;
        height: auto;
    }
}

html {
    font-size: 100%;
}

body {
    color: rgba(0, 0, 0, 0.8);
    font-family: "tt_1", "tt", Arial, "微软雅黑";
    font-size: 14px;
    position: relative;
    background-color: rgb(248, 248, 248);
}

ul {
    list-style-type: none;
}

a {
    border: currentColor;
    border-image: none;
    color: rgb(39, 75, 146);
    text-decoration: none;
}

p {
    line-height: 22px;
    font-family: "tt_1", "tt", Arial, "微软雅黑";
    font-size: 14px;
}

h2 {
    font-weight: 100;
    margin-bottom: 16px;
}

h3 {
    font-weight: 100;
    margin-bottom: 16px;
}

h4 {
    font-weight: 100;
    margin-bottom: 16px;
}

h5 {
    font-weight: 100;
    margin-bottom: 16px;
}

h2 {
    line-height: 48px;
    font-size: 36px;
}

h3 {
    line-height: 40px;
    font-size: 30px;
}

h4 {
    line-height: 28px;
    font-size: 22px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    h2 {
        line-height: 24px;
        font-size: 24px;
    }

    h3 {
        line-height: 16px;
        font-size: 18px;
    }

    h4 {
        line-height: 14px;
        font-size: 16px;
    }

    h5 {
        line-height: 14px;
        font-size: 14px;
    }
}

pre {
    white-space: pre-wrap !important;
}

.header {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 999;
    background-color: rgb(255, 255, 255);
}

.logo_item {
    position: relative;
}

.w1200 {
    margin: 0px auto;
    padding: 0px 10px;
    width: 1240px;
    position: relative;
    box-sizing: border-box;
}

.w_880 {
    width: 1000px;
}

.logo {
    width: 48%;
    height: 120px;
    line-height: 120px;
    position: absolute;
}

.head_info {
    width: 48%;
    height: 120px;
    line-height: 120px;
    position: absolute;
}

.logo {
    left: 0px;
}

.head_info {
    text-align: right;
    right: 0px;
}

.logo img {
    max-height: 80%;
}

.nav_icon {
    background-position: center;
    top: 0px;
    width: 100%;
    height: 40px;
    display: none;
    position: absolute;
    z-index: 99;
    background-image: url("../images/nav_icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.side_icon {
    background-image: url("../images/btn_side_close.png") !important;
}

.side_close {
    left: 0px;
    top: 100px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: rgba(22, 22, 22, 0.9);
}

.nav {
    top: 120px;
    width: 100%;
    height: 60px;
    position: relative;
    background-color: rgb(0, 73, 138);
}

.nav > ul > li {
    line-height: 60px;
    margin-right: 50px;
    display: inline-block;
    position: relative;
}

.nav > ul > li.language {
    right: 0;
    margin-right: 0;
    position: absolute;
    text-align: right;
}

.nav > ul > li a {
    transition: 0.3s;
    color: rgb(255, 255, 255);
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 16px;
    display: inline-block;
}

.nav > ul > li.on > a {
    color: rgb(146, 197, 235);
}

.right_li {
    float: right;
}

li.right_li {
    margin: 0px !important;
}

.right_li span {
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: "tt_2", "tt_1", "tt", Arial;
    background-color: rgb(244, 53, 53);
}

li.has_sub a {
    padding-right: 20px;
}

li.has_sub > a::after {
    top: 24px;
    width: 12px;
    height: 12px;
    right: 0px;
    position: absolute;
    content: "";
    background-image: url("../images/nav_arrow.png");
}

ul.sub {
    width: 140px;
    padding-top: 0px;
    display: none;
    position: absolute;
}

ul.sub li {
    transition: 0.3s;
    line-height: 36px;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgba(22, 22, 22, 0.9);
}

ul.sub li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.sub li:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

ul.sub li a {
    transition: 0.3s;
    text-indent: 18px;
    font-size: 14px;
    display: block;
}

/*EN version sub title settings*/
ul.sub_en {
    width: 240px;
    padding-top: 0px;
    display: none;
    position: absolute;
}

ul.sub_en li {
    transition: 0.3s;
    line-height: 36px;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgba(22, 22, 22, 0.9);
}

ul.sub_en li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.sub_en li:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

ul.sub_en li a {
    transition: 0.3s;
    text-indent: 18px;
    font-size: 12px;
    display: block;
}

/*To remove underline on hyperlink*/
a:hover {
    text-decoration: none !important;
}

.nav li.on::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    content: "";
    background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 1024px) {
    .nav > ul > li:hover > a {
        color: rgba(255, 255, 255, 0.6);
    }

    li.right_li:hover span {
        opacity: 0.8;
    }

    li.on.right_li:hover span {
        opacity: 1 !important;
    }

    ul.sub li:hover {
        background-color: rgb(0, 73, 138);
    }

    ul.sub li:hover a {
        text-indent: 12px;
    }
}

.hide_100 {
    height: 0px;
}

.slider_container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.slider_s {
    margin: 30px auto 0px;
    width: 1240px !important;
    height: 500px !important;
}

.slider_s .camera_pag {
    left: 0px !important;
}

.slider_s .camera_caption a {
    margin-right: 20px !important;
}

#slider {
    height: 100%;
    margin-bottom: 0px !important;
    position: relative;
}

.slider_link a {
    padding: 20px;
    left: 10%;
    bottom: 10%;
    color: rgb(255, 255, 255);
    font-size: 24px;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

img.imgLoaded {
    z-index: -1;
}

@media screen and (max-width: 959px) {
    .slider_container {
        left: 0px;
        width: 100%;
    }
}

.w1200::after {
    height: 0px;
    clear: both;
    display: block;
    content: "";
}

.copy a {
    color: white;
}

.foot_extend {
    padding-top: 10px;
}

.foot_extend::after {
    height: 0px;
    clear: both;
    display: block;
    content: "";
    background-color: rgb(39, 75, 146);
}

.border_box::after {
    height: 0px;
    clear: both;
    display: block;
    content: "";
}

.more::before {
    height: 0px;
    clear: both;
    display: block;
    content: "";
    padding-top: 0;
}

.mix::after {
    height: 0px;
    clear: both;
    display: block;
    content: "";
}

.content {
    padding: 40px 0px 0px;
}

.section_1 {
    margin-bottom: 40px;
}

.section_title {
    text-align: center;
    position: relative;
}

.section_title span {
    color: rgb(136, 136, 136);
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}

.section_title > p {
    line-height: 30px;
    padding-top: 18px;
    font-family: "tt_2", Arial, "微软雅黑";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}

.section_title > p::after {
    left: 50%;
    top: 60px;
    width: 400px;
    height: 3px;
    margin-left: -200px;
    position: absolute;
    content: "";
}

.border_box {
    padding: 10px 0px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255);
}

.news_list {
    padding-bottom: 10px !important;
}

.page {
    height: 100px;
    text-align: center;
    position: relative;
}

.page li {
    transition: 0.3s;
    top: 40px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255);
}

.page li a {
    width: 60px;
    height: 60px;
    color: rgb(85, 85, 85);
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    box-sizing: border-box;
}

.page_on a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(39, 75, 146);
}

.page li:hover a {
    color: rgb(136, 136, 136);
}

.banner_sub {
    background-position: center;
    padding: 100px 0px;
    min-height: 100px;
    background-size: cover;
    background-color: rgb(51, 51, 51);
}

.banner_sub .section_title span {
    color: rgb(255, 255, 255);
}

.banner_sub .section_title p {
    line-height: 30px;
    padding-top: 40px;
    font-family: "tt_2", Arial, "微软雅黑";
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

/*.banner_sub .section_title > p::after {*/
/*background-color: white; !*Modify the banner background image/color *!*/
/*top: 80px;*/
/*}*/

.banner_sub img {
    width: 100%;
}

ul.category {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

ul.category li {
    margin: 0px -6px;
    padding-right: 50px;
    padding-bottom: 0px;
    border-bottom-color: rgb(217, 221, 228);
    border-bottom-width: 1px;
    border-bottom-style: none;
    display: inline-block;
    z-index: 1;
}

ul.category li a {
    padding: 10px 0px;
    color: rgb(85, 85, 85);
    font-family: "tt_2", Arial, "微软雅黑";
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

ul.category li::after {
    left: 20px;
    color: rgb(153, 153, 153);
    display: inline-block;
    position: relative;
    content: "";
}

ul.category li:last-child::after {
    display: none;
}

ul.category li:last-child {
    padding-right: 0px;
}

ul.category li.on a {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 73, 138);
    padding: 10px 20px;
}

ul.category li.on a::after {
    left: 0px;
    width: 100%;
    height: 4px;
    bottom: -1px;
    position: absolute;
    content: "";
}

ul.category-en {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

ul.category-en li {
    margin: 0px -6px;
    padding-right: 50px;
    padding-bottom: 0px;
    border-bottom-color: rgb(217, 221, 228);
    border-bottom-width: 1px;
    border-bottom-style: none;
    display: inline-block;
    z-index: 1;
}

ul.category-en li a {
    padding: 10px 0px;
    color: rgb(85, 85, 85);
    font-family: "tt_2", Arial, "微软雅黑";
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

ul.category-en li::after {
    left: 20px;
    color: rgb(153, 153, 153);
    display: inline-block;
    position: relative;
    content: "";
}

ul.category-en li:last-child::after {
    display: none;
}

ul.category-en li:last-child {
    padding-right: 0px;
}

ul.category-en li.on a {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 73, 138);
    padding: 10px 20px;
}

ul.category-en li.on a::after {
    left: 0px;
    width: 100%;
    height: 4px;
    bottom: -1px;
    position: absolute;
    content: "";
}

.text_area {
    padding: 0px 10px;
    line-height: 26px;
    position: relative;
    box-sizing: border-box;
}

.text_area p img {
    margin-bottom: 20px;
    max-width: 100%;
}

.text_area > img {
    width: 100%;
}

.text_area p {
    line-height: 26px;
    font-size: 12px;
    white-space: pre-line;
    padding: 0 10px;
}

.mix > img {
    width: 50%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
}

.mix p {
    width: 50%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
}

.mix p {
    padding: 0px 20px;
    display: inline-block;
}

.mix h4 {
    padding: 0px 20px;
    display: inline-block;
}

.mix h3 {
    padding: 0px 20px;
    display: inline-block;
}

.mix h5 {
    padding: 0px 20px;
    display: inline-block;
}

.mix {
    margin: 30px 0px;
    line-height: 22px;
}

p.detail_title {
    width: 80%;
    line-height: 30px;
    overflow: hidden;
    font-family: "tt_2", Arial, "微软雅黑";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text_area .time {
    top: 0px;
    width: 18%;
    text-align: right;
    right: 10px;
    position: absolute;
}

.ctrl a {
    transition: 0.3s;
    width: 33.33%;
    height: 60px;
    border-right-color: rgb(255, 255, 255);
    border-right-width: 4px;
    border-right-style: solid;
    float: left;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.05);
}

.ctrl a::before {
    transition: 0.3s;
    left: 0px;
    width: 100%;
    height: 1px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0;
    background-color: rgb(39, 75, 146);
}

.ctrl {
    padding: 0px 10px;
    margin-top: 40px;
}

.ctrl a:last-child {
    border: currentColor;
    border-image: none;
}

a#back::after {
    background-position: center;
    transition: 0.3s;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url("../images/btn-back.png");
    background-repeat: no-repeat;
}

a#prev::after {
    background-position: center;
    transition: 0.3s;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url("../images/btn-prev.png");
    background-repeat: no-repeat;
}

a#next::after {
    background-position: center;
    transition: 0.3s;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url("../images/btn-back.png");
    background-repeat: no-repeat;
}

a#back::after {
    background-image: url("../images/btn-back.png");
}

a#prev::after {
    background-image: url("../images/btn-prev.png");
}

a#next::after {
    background-image: url("../images/btn-next.png");
}

@media screen and (min-width: 1024px) {
    ul.category li a:hover {
        color: rgb(0, 128, 204);
    }

    ul.category li.on a:hover {
        color: rgb(146, 197, 235);
    }

    ul.category-en li a:hover {
        color: rgb(0, 128, 204);
    }

    ul.category-en li.on a:hover {
        color: rgb(146, 197, 235);
    }

    .ctrl a:hover::before {
        height: 100%;
        opacity: 1;
    }

    a#back:hover::after {
        background-image: url("../images/btn-back.png");
    }

    a#prev:hover::after {
        background-image: url("../images/s_btn-prev.png");
    }

    a#next:hover::after {
        background-image: url("../images/s_btn-next.png");
    }
}

.service_box {
    padding: 0px 30px;
    width: 25%;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.column3 .service_box {
    width: 33.33%;
}

.service_box h4 {
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.service_box img {
    transition: 0.3s;
    width: 100%;
}

.service_box p {
    color: rgb(119, 119, 119);
    font-size: 13px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .service_box:hover img {
        opacity: 0.8;
    }
}

.news_box {
    padding: 0px 10px;
    width: 33.33%;
    margin-bottom: 50px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.home_news .news_box {
    width: 21%;
    margin-bottom: 10px;
}

.news_box img {
    transition: 0.2s;
    width: 100%;
    height: auto;
    opacity: 1;
}

.news_img {
    overflow: hidden;
    position: relative;
    background-color: black;
    -webkit-transform: translateZ(0);
}

.news_box .time {
    display: none;
}

.news_list .news_box .time {
    display: block;
}

.news_img .time {
    padding: 4px 10px;
    transition: 0.4s;
    left: 4px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: "tt_2", Arial;
    font-size: 14px;
    position: absolute;
    opacity: 0.6;
    background-color: rgba(255, 255, 255, 0);
}

.news_box h4 a, .pic_box a {
    transition: 0.3s;
    color: rgb(34, 34, 34);
    line-height: 24px;
    overflow: hidden;
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.news_box h4 {
    margin-bottom: 1px;
    margin-top: 1px;
}

.news_box p {
    height: 90px;
    color: rgb(119, 119, 119);
    overflow: hidden;
    font-size: 12px;
    margin: 0;
}

.more a {
    margin: 0px 10px;
    padding: 10px 0px 0px 0px;
    transition: 0.3s;
    text-align: center;
    color: rgb(204, 204, 204);
    letter-spacing: 2px;
    font-size: 16px;
    border-top-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
    position: relative;
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
    .home_news :nth-child(1).news_box {
        width: 37%;
    }

    .home_news :nth-child(1).news_box p {
        display: none;
    }

    .home_news :nth-child(1).news_box h4 a {
        margin: 10px;
        padding: 10px;
        left: 10px;
        right: 10px;
        bottom: 0px;
        color: rgb(255, 255, 255);
        position: absolute;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media screen and (min-width: 1024px) {
    .news_box:hover h4 a {
        color: rgb(39, 75, 146);
    }

    .home_news :nth-child(1).news_box:hover h4 a {
        color: rgb(255, 255, 255);
        background-color: rgb(39, 75, 146);
    }

    .news_img:hover img {
        opacity: 0.7;
        transform: scale(1.1);
    }

    .more a:hover {
        color: rgb(39, 75, 146);
        letter-spacing: 5px;
    }

    .news_box:hover .time {
        left: 10px;
        color: rgb(85, 85, 85);
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
    }
}

.banner_box {
    background-position: center;
    padding: 50px 0px;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
    background-image: url("../content/index/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-color: rgb(85, 85, 85);
}

.banner_box p {
    margin: 20px auto;
    width: 800px;
    line-height: 30px;
    font-size: 14px;
}

.banner_box p.title {
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}

.banner_box span {
    margin: 30px 0px;
    display: block;
}

.banner_box span a {
    padding: 0px 30px;
    transition: 0.3s;
    height: 35px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    background-color: rgb(0, 128, 204);
}

@media screen and (min-width: 1024px) {
    .banner_box span a:hover {
        opacity: 0.8;
    }
}

/*
-----------------------------------------------------------------------
    About banner box
-----------------------------------------------------------------------
*/
.about_banner_left {
    position: relative;
    padding: 0;
}

.about_banner_right {
    position: absolute;
    top: 0;
    left: 30px;
    padding-right: 50px;
}

.about_banner_left > img, .about_banner_box > img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.about_banner_box {
    /*width: 100%;*/
    text-align: left;
    color: black;
    position: relative;
    z-index: 99;
    padding: 0;
    /*background-image : url("../content/index/logo_line.png");*/
    /*background-size:cover;*/
}

.about_banner_box p {
    margin: 20px auto;
    /*width: 800px;*/
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;

}

.about_banner_box p span {
    margin: 20px auto;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;

}

.about_banner_box p.banner-content {
    white-space: pre-line;
}

.about_banner_box p.banner-content-en {
    /*white-space: pre-line;*/
}

.about_banner_box p.title {
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.about_banner_box p.title::after {
    left: 50%;
    top: 40px;
    width: 400px;
    border-radius: 5px;
    height: 3px;
    margin-left: -200px;
    position: absolute;
    content: "";
}

.about_banner_box span {
    display: block;
}

.about_banner_box span a {
    padding: 0px 30px;
    transition: 0.3s;
    height: 35px;
    color: rgb(0, 128, 204);
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 128, 204);
}

@media screen and (min-width: 1024px) {
    .about_banner_box span a:hover {
        background-color: rgb(0, 128, 204);
        border-style: none;
        color: white;
    }
}

.pic_box {
    padding: 0px 10px;
    width: 33.33%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.pic_list .pic_box {
    width: 50%;
    margin-bottom: 20px;
}

.other_pic {
    padding: 8px;
}

.other_pic .pic_box {
    padding: 0px 2px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 20px;
}

.pic_box_img {
    overflow: hidden;
    position: relative;
    background-color: black; /*The on hover shadow color of img box*/
    -webkit-transform: translateZ(0);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(241, 241, 241);
}

.pic_box_img img {
    transition: 0.2s;
    width: 100%;
}

.pic_box p {
    padding: 10px 0px 10px 10px;
    margin: 10px 10px;
    transition: 0.4s;
    font-size: 14px;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.pic_box_img::before {
    transition: 0.2s;
    left: 50%;
    top: 40%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    content: "";
    opacity: 0;
    background-image: url("../images/icon-zoom.png");
}

.news_img a::before {
    transition: 0.2s;
    left: 50%;
    top: 40%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    content: "";
    opacity: 0;
    background-image: url("../images/icon-zoom.png");
}

.news_img a {
    position: relative;
}

.pic_box_img a {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}

@media screen and (min-width: 1024px) {
    .pic_box:hover img {
        opacity: 0.7;
        transform: scale(1.05);
    }

    .pic_box_img:hover::before {
        top: 50%;
        opacity: 1;
    }

    .news_img:hover a::before {
        top: 50%;
        opacity: 1;
    }
}

.contact_left img {
    max-width: 100%;
}

.contact_right img {
    max-width: 100%;
}

.contact_left {
    padding: 0px 10px;
    width: 80%;
    line-height: 22px;
    float: left;
    box-sizing: border-box;
}

.contact_box {
    padding-top: 20px;
    padding-bottom: 30px;
}

.contact_left p {
    left: 50px;
    width: calc(100% - 50px);
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
}

.contact_left p.right_p {
    display: none;
}

.size14 {
    font-size: 14px !important;
}

.contact_left img {
    max-width: 100%;
}

.contact_left p::before {
    left: -50px;
    top: -8px;
    width: 40px;
    height: 40px;
    margin-right: 50px;
    display: block;
    position: absolute;
    content: "";
    background-image: url("../images/icon/default.png");
    background-color: rgb(39, 75, 146);
}

.contact_left p.map::before {
    background-image: url("../images/icon/map.png");
}

.contact_left p.phone::before {
    background-image: url("../images/icon/phone.png");
}

.contact_left p.fax::before {
    background-image: url("../images/icon/fax.png");
}

.contact_left p.mobile::before {
    background-image: url("../images/icon/mobile.png");
}

.contact_left p.mail::before {
    background-image: url("../images/icon/mail.png");
}

.contact_left p.web::before {
    background-image: url("../images/icon/web.png");
}

.contact_left p a:hover {
    border-bottom-color: rgb(39, 75, 146);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.contact_right {
    padding: 0px 10px;
    width: 60%;
    float: right;
    box-sizing: border-box;
}

.contact_right > p {
    font-family: "tt_2", "tt_1", "tt", Arial, "微软雅黑";
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form input {
    margin: 0px auto;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid rgb(222, 222, 222);
    transition: 0.4s;
    border-image: none;
    width: 100%;
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: rgb(251, 251, 251);
    -webkit-appearance: none;
}

.formText {
    margin: 0px auto;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid rgb(222, 222, 222);
    transition: 0.4s;
    border-image: none;
    width: 100%;
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: rgb(251, 251, 251);
    -webkit-appearance: none;
}

.formText {
    text-align: left;
}

.form textarea {
    height: 100px;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .form input:hover {
        border-color: rgb(153, 153, 153);
    }

    .form textarea:hover {
        border-color: rgb(153, 153, 153);
    }

    .formBtn button:hover {
        background-color: rgb(39, 75, 146);
    }
}

.form input:focus {
    border: 1px solid rgb(39, 75, 146);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.form textarea:focus {
    border: 1px solid rgb(39, 75, 146);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.form dt {
    color: rgb(136, 136, 136);
    line-height: 22px;
    padding-bottom: 4px;
    font-size: 12px;
    margin-top: 10px;
}

.form dl {
    width: 49%;
    float: left;
}

.form dl:nth-child(odd) {
    margin-right: 2%;
}

.formBtn button {
    background: rgb(37, 40, 44);
    margin: 10px 25%;
    padding: 14px;
    border: currentColor;
    transition: 0.4s;
    border-image: none;
    width: 50%;
    color: rgb(255, 255, 255);
    line-height: 18px;
    cursor: pointer;
}

.footer {
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 73, 138);
}

.foot_box {
    margin: 20px 0px 20px;
}

.foot_extend img {
    margin: 20px 0px 30px;
}

.for3 {
    width: 33%;
    float: left;
    box-sizing: border-box;
}

.for4 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.foot_extend p {
    width: 90%;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

.foot_extend p::after {
    left: 0px;
    width: 280px;
    height: 1px;
    bottom: -1px;
    position: absolute;
    content: "";
    background-color: rgba(146, 197, 235, 0.1);
}

:last-child.foot_box p {
    width: 100%;
}

.foot_extend a {
    color: rgb(187, 187, 187);
    line-height: 30px;
    display: block;
}

.foot_extend span {
    width: 80%;
    color: rgb(187, 187, 187);
    line-height: 24px;
    display: block;
    font-size: 12px;
}

.foot_extend a:hover {
    color: rgb(255, 255, 255);
}

.foot_extend a::before {
    margin-right: 4px;
    display: inline-block;
    content: "";
    opacity: 0.7;
}

.footer .line {
    border-bottom-color: rgba(146, 197, 235, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.foot_extend img {
    max-width: 100%;
}

.line {
    margin-bottom: 20px;
    border-bottom-color: rgb(56, 59, 63);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.text_area .employ-line {
    margin-left: 10px;
    padding: 0px 0px 10px 0px;
    margin-top: 10px;
    border-bottom-color: rgb(0, 73, 138);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

p.employ_title {
    font-size: 14px;
    color: rgb(39, 75, 146);
    font-weight: 600;
    line-height: 1em;
}

.follow {
    float: right;
}

.follow span {
    padding: 4px;
    transition: 0.4s;
    opacity: 1;
}

.follow span:hover {
    opacity: 0.7;
}

.s-qq {
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-weibo {
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-taobao {
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-tt {
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-renren {
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.s-qq {
    background-image: url("../images/social/dark/qq.png");
}

.s-weibo {
    background-image: url("../images/social/dark/weibo.png");
}

.s-tt {
    background-image: url("../images/social/dark/tt.png");
}

p.copy {
    color: rgb(176, 181, 187);
    line-height: 30px;
    font-size: 11px;
    float: left;
}

.copy + p a {
    color: rgb(255, 255, 255);
}

.footer .w1200 p {
    display: inline-block;
}

@media screen and (max-width: 1279px) {
    p {
        font-size: 12px;
    }

    .w1200 {
        width: 960px;
    }

    .slider_s {
        width: 960px !important;
        height: 400px !important;
    }

    .header .w1200 {
        padding: 0px 20px;
    }

    .nav > ul > li {
        margin-right: 30px;
    }

    .nav > ul > li a {
        font-size: 14px;
    }

    .service_box {
        padding: 0px 10px;
    }

    .news_box {
        padding: 0px 10px;
    }

    .service_box p {
        line-height: 20px;
        font-size: 12px;
    }

    .news_box p {
        line-height: 20px;
        font-size: 12px;
    }

    .news_box h4 a {
        font-size: 14px;
        margin-top: 8px;
    }

    .news_box h4 {
        margin-bottom: 8px;
    }

    .home_news :nth-child(1).news_box h4 a {
        left: 10px;
        width: 320px;
        bottom: 8px;
    }

    .news_box p {
        height: 60px;
    }

    ul.category li a {
        font-size: 14px;
    }

    ul.category-en li a {
        font-size: 12px;
    }

    ul.sub_en li a {
        transition: 0.3s;
        text-indent: 18px;
        font-size: 12px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .slider_s {
        height: 200px !important;
    }

    .service_box {
        width: 100%;
    }

    .news_box {
        width: 100%;
    }

    .nav > ul > li {
        line-height: 30px;
    }

    li.right_li {
        margin-top: 20px !important;
    }

    .news_box {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .home_news .news_box {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.pic_box:hover p {
    background-color: rgb(0, 73, 138);
}

.pic_box a:hover {
    color: rgba(255, 255, 255, 1);
}

.pic_box a {
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    position: absolute;
    padding-right: 20px;
    box-sizing: border-box;
}

.contact_left p a:hover, .form input:focus, .form textarea:focus {
    border-color: #274B94;
}

.banner_box {
    background-image: url("../content/index/bg.jpg");
}

/*
-----------------------------------------------------------------------
    Scroll To Top
-----------------------------------------------------------------------
*/

.scroll-to-top {
    border-style: solid;
    border-width: 1px;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 100;
    background: #020817;
    border-color: #fff;
    opacity: 0.5;
}

a.tf-buy-now {
    color: #475564;
    margin-left: 10px;
}

a.tf-buy-now:hover {
    color: #c13e0a;
}

/*
--------------------
Border for chinese/english
--------------------
*/

/*.nav ul li:last-child .border {
    height: 15px;
    padding-top: 10px;
    border-left: 1px solid #fff;
    margin-right: 12px;
}*/

.border {
    height: 15px;
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {

}

figure.effect-julia img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h3 {
    position: relative;
    padding: 0.5em 0;
    margin-top: 2em;
}

figure.effect-julia p {
    display: inline-block;
    margin: 1em 0 0.25em;
    padding: 0.4em 1em;
    background: hsla(0, 7%, 8%, 0.76);
    color: #29c0ff;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    background-image: url("../images/icon-zoom.png");

}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
============
Common style
============
*/

.border_box figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 1.6%;
    width: 30%;
    height: auto;
}

.border_box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

.border_box figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border_box figure figcaption::before,
.border_box figure figcaption::after {
    pointer-events: none;
}

.border_box figure figcaption,
.border_box figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.border_box figure figcaption > a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.border_box figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.border_box figure h3 span {
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 5px;
}

.border_box figure h3 {
    font-size: 1.2em;
}

@media screen and (max-width: 960px) {
    .border_box figure {
        width: 46.8%;
    }
}

/*
=============
Features
=============
*/
.bs-example {
    margin: 3em 0 0;
}

.nav-tabs > li > a {
    margin-right: 15px;
    border-radius: 0;
    color: #212121;
    text-transform: uppercase;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid rgb(39, 75, 146);
}

.nav-tabs > li > a:hover {
    border-color: rgb(39, 75, 146);
    border-bottom: 1px solid #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid rgb(39, 75, 146);
    border-bottom: 1px solid #ffffff;
    color: #f9f4f4;
    cursor: default;
    background-color: rgb(0, 73, 138);
}

.w3agile_tab_left span {
    font-size: 14px;
    color: rgb(39, 75, 146);
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.w3agile_tab_left h4 {
    font-size: 16px;
    color: rgb(0, 73, 138);
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
}

.w3agile_tab_left p, .w3agile_tabs p {
    color: #999;
    font-size: 12px;
}

.w3agile_tab_left ul li {
    margin-bottom: 18px;
    color: #212121;
    list-style-type: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.w3agile_tab_left li {
    margin-bottom: 18px;
    color: #212121;
    list-style-type: none;
    text-transform: capitalize;
}

.w3agile_tab_left ul li:last-child {
    margin-bottom: 0em;
}

.w3agile_tabs .img-responsive {
    margin-bottom: 10px;
}

.w3agile_tab_right {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.w3agile_tab_right > img {
    padding-left: 0px;
    padding-right: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(241, 241, 241);
}

.w3agile_tab_left {
    padding: 0;
}

.features h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    color: #f01140;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
}

.features {
    padding: 20px 0 100px 0;
}

i.fa.fa-long-arrow-right {
    color: rgb(0, 73, 138);
    margin-right: 16px;
}

i.glyphicon-ok {
    color: #f01140;
    margin-right: 16px;
}

.bs-example .nav {
    top: 0px;
    height: auto;
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    .nav-tabs {
        width: 90%;
        font-size: 10px !important;
    }
}

/*
 ================
 ACCORDIAN
 ================
 */
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.panel-default {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(241, 241, 241);
}

.panel-default > .panel-heading {
    position: relative;
    color: #333;
    border: 0;
    padding-left: 10px;
    background-color: transparent;
    border-color: transparent;
}

.panel-default:first-of-type::before {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-body {
    padding: 10px 0 0 70px;
}

.panel-body > p {
    margin-bottom: 0;
}

.panel-icon {
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    line-height: 50px;
    color: rgb(0, 73, 138);
}

.panel > .panel-heading .collapsed > .fa {
    color: rgb(0, 73, 138);
    background-color: #ffffff;
}

.panel > .collapsed {
    background-color: #ffffff;
}

.panel-title > a {
    font-weight: 600;
    font-size: 14px;
}

.panel > .panel-heading .fa {
    background: rgb(0, 73, 138);
    color: white;
    margin-right: 10px;
}

.panel-title {
    font-weight: 500;
}

/*************** PARTNER ***************/
.partnar-carousel-area {
    position: relative;
}

.partner {
    position: relative;
}

.partner-carousel .item {
    margin: 3px;
}

.partner-carousel .item img {
    display: block;
    width: 100px;
    height: 100px;

}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -18px;
}

.navigation .partner-next {
    width: 35px;
    height: 35px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    float: right;
    cursor: pointer;
    transition: all .3s;
}

.navigation .partner-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    float: left;
    cursor: pointer;
    transition: all .3s;
}

.navigation .partner-next:hover,
.navigation .partner-prev:hover {
    background: #01539F;
    color: #FFEA00;
}

/***

====================================================================
	Subscribe Intro
====================================================================

***/

.subscribe-intro {
    position: relative;
    padding: 30px 0px 30px;
    background-color: rgba(97, 169, 62, .9);
    background-image: url(../content/setting/bg_down.jpg);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subscribe-intro .auto-container {
    position: relative;
    z-index: 1;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.subscribe-intro .column {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

.subscribe-intro .column h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Copy right*/
.copy {
    text-align: center;
}

.copy p, .copy span {
    font-size: 12px;
}

.copy span {
    padding-left: 10px;
}

/* ====
Google Map
 */
.gmap {
    width: auto;
    height: 400px;
}

.foot_box .color-blue, .foot_box .color-red, .foot_box .color-yellow, .foot_box .color-black {
    width: 14px;
    height: 14px;
    margin: 0 4px -2px 0;
}

.color-blue {
    background-color: blue;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.color-red {
    background-color: #ff36b8;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.color-yellow {
    background-color: yellow;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.color-black {
    background-color: black;
    display: inline-block;
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 960px) {
    .content {
        padding: 20px 0px;
    }

    .nav {
        opacity: 1;
    }

    .w1200 {
        width: 100%;
    }

    .w_880 {
        width: 100%;
    }

    .slider_s {
        width: 100% !important;
        height: 300px !important;
        margin-top: 0px;
    }

    .camera_next {
        opacity: 1 !important;
    }

    .camera_prev {
        opacity: 1 !important;
    }

    .header {
        height: 100px;
        position: fixed;
    }

    .nav_icon {
        display: block;
    }

    .head_info {
        display: none;
    }

    .logo {
        width: 100%;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    .logo img {
        max-height: 100%;
    }

    .nav {
        top: 60px;
        height: 40px;
    }

    .nav > ul {
        top: 60px;
        text-align: center;
        display: none;
    }

    .nav > ul > li {
        margin: 0px;
        line-height: 40px;
        display: block;
    }

    .nav > ul > li a {
        display: block;
    }

    .hide_100 {
        height: 100px;
    }

    li.has_sub ul {
        display: none;
    }

    li.has_sub > a::after {
        display: none;
    }

    li.has_sub a {
        padding: 0px;
    }

    .right_li span {
        padding: 8px 30px;
    }

    .right_li {
        float: none;
    }

    .camera_caption a {
        font-size: 12px !important;
    }

    .service_box {
        width: 50%;
    }

    .column3 .service_box {
        width: 100%;
    }

    .section_title > p {
        padding-top: 12px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section_title > p::after, .about_banner_box p.title::after {
        background-image: none;
        width: auto;
    }

    .about_banner_left {
        position: relative;
    }

    .about_banner_left > img, .about_banner_box > img {
        padding: 30px;
    }

    .about_banner_box {
        position: relative;
    }

    .news_box {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .home_news :nth-child(1).news_box h4 a {
        width: auto;
    }

    .home_news .news_box {
        margin-bottom: 30px;
    }

    .banner_box p, .about_banner_box p {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_banner_box p span{
        font-size: 10px;
    }

    .banner_box p.title, .about_banner_box p.title {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
    }

    .banner_box p.title, .about_banner_box p.title {
        font-size: 14px;
    }

    .banner_box, .about_banner_box {
        padding: 40px 0px;
    }

    .banner_box span a, .about_banner_box span a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .pic_box {
        padding: 0px 4px;
        left: 0px;
        width: 50%;
    }

    .pic_box p {
        font-size: 12px;
        padding: 5px 0px 5px 5px;
        margin: 10px 10px;
    }

    .pic_box a {
        right: 4px;
        padding-left: 8px;
        padding-right: 0px;
    }

    .other_pic {
        display: none;
    }

    ul.category li a {
        font-size: 11px;
    }

    ul.category li {
        padding-right: 20px;
    }

    ul.category li::after {
        left: 6px;
        font-size: 10px;
    }

    ul.category {
        margin-bottom: 20px;
    }

    ul.category-en li a {
        font-size: 11px;
    }

    ul.category-en li {
        padding-right: 20px;
    }

    ul.category-en li::after {
        left: 6px;
        font-size: 10px;
    }

    ul.category-en {
        margin-bottom: 20px;
    }

    .page li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    .page li {
        margin: 0px;
    }

    .page {
        height: 60px;
    }

    .banner_sub {
        padding: 30px 0px;
        min-height: 50px;
    }

    .contact_right {
        width: 100%;
    }

    .contact_left {
        width: 100%;
    }

    .contact_left p {
        font-size: 12px;
    }

    .mix > img {
        width: 100%;
        float: none;
    }

    .mix p {
        width: 100%;
        float: none;
    }

    .mix > img {
        margin-bottom: 20px;
    }

    .mix p {
        padding: 0px;
    }

    .mix h4 {
        padding: 0px;
    }

    .mix h3 {
        padding: 0px;
    }

    .mix h5 {
        padding: 0px;
    }

    p.detail_title {
        line-height: 22px;
        font-size: 18px;
    }

    .for4 {
        width: 48%;
    }

    .foot_extend {
        font-size: 11px;
    }

    .foot_extend p {
        font-size: 14px;
    }

    .foot_extend a {
        line-height: 24px;
    }

    .follow {
        text-align: center;
        float: none;
    }

    p.copy {
        width: 100%;
        text-align: center;
        float: none;
    }

    .foot_extend span {
        line-height: 16px;
    }

    .foot_extend p::after {
        width: 75%
    }
}

.w3agile_tab_right_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    line-height: 30px;
}

/* ============
About culture section
==============
*/

.content_left, .content_right {
    position: relative;
    padding: 0;
}

.content_left > img, .content_right > img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

content_left, content_right {
    text-align: left;
    color: black;
    position: relative;
    z-index: 99;
    padding: 0;
}

.content_right span, .content_left span {
    font-size: 14px;
    color: rgb(39, 75, 146);
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.content_right h4, .content_left h4 {
    font-size: 12px;
    color: rgb(0, 73, 138);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 12px;
}

.content_right p, .content_left p {
    color: #999;
    font-size: 12px;
    white-space: pre-wrap;
}

.content_right ul li, .content_left ul li {
    margin-bottom: 18px;
    color: #212121;
    list-style-type: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.content_left ul, .content_right ul {
    padding: 10px;
}

.content_left li, .content_right li {
    margin-bottom: 18px;
    color: #212121;
    list-style-type: none;
    text-transform: capitalize;
}

/*
===========================================
Side Menu
===========================================
*/

.sp-megamenu-parent > li > a {
    color: #023669;
    display: inline-block;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 0 18px;
    text-transform: lowercase;
    transition: none;
    -webkit-transition: none;
}

.sp-megamenu-parent > li {
    display: inline-block;
    margin-right: -4px;
    padding: 0;
    position: relative;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item:hover {
    border-left: 3px solid hsl(53, 91%, 55%);
    transition: all 200ms ease 0s;
}

.sp-megamenu-parent {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    z-index: 9;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#sp-header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.sp-megamenu-parent .sp-dropdown {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9999;
    min-width: 240px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
    animation: 400ms ease 0s normal none 1 running spMenuFadeInUp;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #023669 none repeat scroll 0 0;
    border-top: 3px solid #f5dd25;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item {
    margin-bottom: 3px;
    padding-left: 20px;
    transition: all 200ms ease 0s;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a {
    border-radius: 3px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #333;
    display: block;
    padding: 5px 10px;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    border-top: 3px solid #f5dd25;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    color: #023669;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#offcanvas-toggler > i {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 0 10px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s;
}

#offcanvas-toggler > i:hover {
    color: #fff;
}

.close-offcanvas {
    border: 2px solid #eee;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    z-index: 1;
}

.close-offcanvas > i {
    font-size: 20px;
}

.close-offcanvas:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.offcanvas-menu {
    background: #fff none repeat scroll 0 0;
    color: #999;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 130px;
    z-index: 9999;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 20px 0 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: medium none;
    text-align: center;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    padding: 4px 20px;
    transition: all 300ms ease 0s;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li i {
    font-size: 30px;
    display: block;
    color: rgb(0, 73, 138);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}

#offcanvas-toggler > i:hover {
    color: #f5dd25;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li > a::before {
    display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
}

.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.offcanvas-menu {
    transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s, right 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.body-innerwrapper::after {
    right: 0;
}

.offcanvas-menu {
    right: -280px;
}

.offcanvas .offcanvas-menu {
    right: 0;
}

.body-innerwrapper::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
    z-index: 999;
}

.offcanvas {
    height: 100%;
    position: relative;
    width: 100%;
}

.offcanvas .body-innerwrapper::after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}

.offcanvas .offcanvas-menu {
    opacity: 1;
}

.offcanvas .offcanvas-menu ul.nav-child li {
    padding-left: 10px;
}

.menu .nav-child.small {
    font-size: inherit;
}

.sp-module ul > li > a {
    display: block;
    line-height: 36px;
    padding: 2px 0;
    transition: all 300ms ease 0s;
}

.sp-module ul > li > a {
    color: #000000;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    padding: 4px 20px;
    transition: all 300ms ease 0s;
}

ul#offcanvas-inner-menu > li > a {
    border: 1px solid #ddd;
    margin: 0 0 -1px;
    padding: 15px 20px;
}

ul#offcanvas-inner-menu > li > ul.nav-child {
    animation: 700ms ease 0s normal none 1 running spMenuFadeIn;
    display: none;
    padding: 20px;
}

ul#offcanvas-inner-menu > li.deeper.parent:hover > ul.nav-child {
    display: block;
}

ul#offcanvas-inner-menu > li.deeper.parent:hover > a {
    background-color: #023669;
    color: #fff;
}

.sp-megamenu-parent > li.sp-has-child > a::after {
    content: " ";
    font-family: "FontAwesome";
}

@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

ul#offcanvas-inner-menu > li.deeper.parent a > i {
    display: block;
    float: right;
    font-size: 14px;
    padding: 10px 6px 10px 40px;
}












