/*---- menu-nav ----*/

.menu-nav {
    background: rgba(4,38,94,0.90);
}

/*------------ site-header ------------*/

.site-title .logo {
    background: url('../../../../images/common/color_blue/logo.png') 50% 50% / contain no-repeat;
    width: 250px;
    height: 57px;
}

/*------------ top-nav ------------*/

.top-nav {
    background: rgba(15,84,147,0.90);
}

.site-info {
    color: #FFFFFF;
    border: solid #4E7CB6;
    border-width: 0 1px;
}


/*------------ menu ------------*/

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

.site-nav .menu li ul {
    background: #fff;
}

.site-nav .menu > li > a:hover {
    color: #63bcff;
}

.site-nav .menu ul li a {
    color: #666;
}

.site-nav .menu ul > li > a:hover {
    color: #ffffff;
    background: #3ea7e6;
    text-decoration: underline;
}

.site-nav .menu ul > li > a:hover:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
}

.site-nav .menu li ul ul {
    background: #defaff;
}

.site-nav .menu li ul ul a {
    color: #777777;
}


/*------------ btn ------------*/

.btn.back i {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin: 0 -3px;
    background: #ccc;
    transition: all .2s;
}

.btn.back:hover i {
    background: #47B7E7;
}


/*--- back-btn ---*/


/*--- style01-btn ---*/

.btn.style01 {
    font-size: 15px;
    color: #666666;
    background: #F4F4F4;
    padding: 0 10px;
    line-height: 34px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #DDDDDD;
    transition: all .2s;
}

.btn.style01 i {
    float: left;
    font-size: 20px;
    margin: 5px 0;
}

.btn.style01:hover {
    background: #47B7E7;
    color: #fff;
}


/*--- style02-btn ---*/

.btn.style02 {
    font-size: 15px;
    width: 230px;
    line-height: 34px;
    padding: 0 10px;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    transition: all .2s;
}

.btn.style02 i {
    font-size: 16px;
    color: #CCCCCC;
    float: left;
    margin: 6px 0;
    display: inline-block;
}

.btn.style02:hover {
    color: #fff;
    background: #47B7E7;
}

.btn.style02:hover i {
    color: #D8CC5C;
}


/*------------ share ------------*/

.share .btn {
    color: #fff;
}

.share .btn:hover {
    color: #fff;
}

.share .facebook:hover {
    color: #6185d1;
}

.share .twitter:hover {
    color: #39A0CE;
}

.share .google:hover {
    color: #E9443D;
}

.share .plurk:hover {
    color: #CC2117;
}


/*------------ search ------------*/

.search-box .input-box {
    background: #2887de;
}

.search-box .btn {
    width: 20px;
    height: 20px;
    background: url('../../../../images/common/color_blue/ic_search.png');
    z-index: 2;
}

.btn.search {
    background-position: 0 -20px;
}

.input-box .btn {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 50;
}

.site-header .search-box .form-control {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

.search-box .form-control::-moz-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #fff;
}

.search-box .form-control::-ms-input-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #fff;
}

.search-box .form-control::-moz-placeholder {
    color: #fff;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #fff;
}


/*------------ language ------------*/

.language .btn {
    color: #fff;
}

.language .btn:hover {
    color: #A6F1EE;
}

.language ul {
    background: #FFFFFF;
    border: solid #CCCCCC;
    border-width: 1px;
}

.language ul li + li {
    border-top: 1px solid #CCCCCC;
}

.language li a {
    color: #666666;
}

.language ul li a:hover {
    color: #4ba0e0;
}


/*------------ fixed ------------*/

.header-fixed .site-title .logo {
    width: 175px;
    height: 43px;
}

.header-fixed .menu-nav {
    border-bottom: 1px solid #438cd3;
}


/*------------ site_main ------------*/

.main-top {
}

.main-title {
    color: #444444;
    background: url('../../../../images/common/color_blue/title_bg.png');
}

.site-main {
    background: url(../../../../images/common/color_blue/bg/bg01.png) no-repeat;
}

.content-top {
    margin: 0 0 60px;
}

.content-title {
    background: url('../../../../images/common/color_blue/title_ic2.png') no-repeat left top;
    color: #444444;
}

.content-title:after {
    content: "";
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url('../../../../images/common/color_blue/bg/line05.png') repeat-x bottom;
}

.main-content {}


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #999999;
}

.breadcrumb a:hover,
.products-breadcrumb a:hover {
    color: #000;
}

.products-breadcrumb {
    color: #AAAAAA;
}


/*------------ floating ------------*/

.gotop-box {
    background: url('../../../../images/common/color_blue/bg/line02.png') repeat-x 0 center;
}

.gotop-box .gotop {
    background: #68C6DD url('../../../../images/common/color_blue/gotop.png') no-repeat center;
}

.gotop-box .gotop:hover {
    background: #50cdb4 url('../../../../images/common/color_blue/gotop.png') no-repeat center;
}


/*------------ pagination ------------*/

.pagination li a {
    color: #fff;
    background: #ccc;
}

.pagination li a:hover,
.pagination li.active a {
    background: #47B7E7;
}

.pagination li a.controls {}

.pagination li a.controls:hover {
    color: #fff;
}

.page-info .form-control {}

.page-info .form-control:focus {}


/*------------ side ------------*/

.side {
}

.side-nav > li > a {
    background: #E8E8E8;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
    background: #20488A;
}

.side-nav ul li a:hover,
.side-nav ul li.active a {
    background: #e2eaed;
    color: #2887de;
    text-decoration: underline;
}

.side-nav ul li a:hover:before,
.side-nav ul li.active a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #2887de;
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: 50%;
}


/*------------ form ------------*/

.form-control {
    border: 1px solid #E8E8E8;
}

.form-control:focus {
    outline: none;
}

.form-box .required:before {
    border: 3px solid #ff3838;
}


/*--- reminder ---*/

.reminder b {
    border: 3px solid #ff3838;
}


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

.footer-logo {
    width: 262px;
    height: 50px;
    background: url('../../../../images/common/color_blue/footer_logo.png');
    margin: 0 0 10px;
}

.footer-top {
    background: #F7F7F7;
}

.footer-mid {
    background: #0F5493;
}

.site-map {
    color: #ADC5C9;
}

.footer-mid .title {
    color: #47B7E7;
}

.copy {
    color: #A3B9C8;
}

.copy .copyright b {
    color: #A3B9C8;
    font-weight: normal;
}

.site-map ul {
    color: #FFFFFF;
}

.site-map ul a:hover {
    text-decoration: underline;
    color: #68c6dd;
}


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #62aff1;
}

.mmenu-show #mobile-fixed li {
    background: #3785c7
}

.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #4ba0e0;
}

.mmenu-show #mobile-menu .share-menu {
    background: rgba(4,38,94,0.90);
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: rgba(4,38,94,0.90);
}

.mmenu-show .toggle-mmenu-close i,
.mmenu-show #mobile-menu .share .btn {
    color: #fff;
}

.mmenu-show #mobile-search {
    background: #3785c7
}

.mmenu-show #member-box li {
    background: #3785c7;
    border-bottom: 1px solid #62aff1;
}

/*------------ news ------------*/

.news-list li .pic:before {
    background: url('../../../../images/common/color_blue/bg/border.png');
}

.news-list li a:hover .pic:before {
    background: url('../../../../images/common/color_blue/bg/border_hover.png');
}

.news-list li .date,
.news-date {
    color: #666666;
}

.news-list li .date b,
.news-date b {
    background: #47B7E7;
    color: #fff;
}

.news-list li .name {
    color: #444444;
}

.news-list a:hover .name {
    text-decoration: underline;
}

.news-list li .description {
    color: #999999;
}

.news-detail {
    background: rgba(255, 255, 255, 0);
}

.news-title {
    color: #444444;
}


/*------------ album ------------*/

.album-list li .pic {
    background: #F1F1F1;
}

.album-list li .pic:hover {
    background: #A3B9C8;
}

.album-list li .name {
    color: #000000;
}

.album-list a:hover .name {
    text-decoration: underline;
}

.album-list li .more {
    opacity: 0;
    background: #47B7E7;
    color: #fff;
    border: 5px solid #FFFFFF;
}

.album-list a:hover .more {
    opacity: 1;
}


/*------------ lightbox ------------*/

body #fancybox-thumbs ul li a {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    opacity: .4;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:hover,
body #fancybox-thumbs ul li.active a {
    border: 1px solid #fff;
    opacity: 1;
}

body .fancybox-opened .fancybox-skin {
    background: transparent;
}

.photo-intro {
    background: url('../../../../images/common/color_blue/bg/line05.png') repeat-x;
    color: #999999;
}

.photo-title {
    color: #47B7E7;
}

.photo-pager {
    color: #999999;
    border: 1px solid #666666;
}

.photo-pager b {
    color: #47B7E7;
}


/*------------ products ------------*/

.product-list .name {
    color: #556C98;
}

.product-list .new .pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #50cdb4 transparent transparent transparent;
    z-index: 15;
}

.product-list .new .pic:after {
    content: "NEW";
    display: block;
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 12px;
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: 25;
}

.product-list li a {
    border: 1px solid #E9E9E9;
    background: #E2EAED;
}

.product-list .description {
    color: #999999;
}

.product-list .more {
    background: #2887de;
    color: #fff;
}

.product-list a:hover .more {
    background: #47B7E7;
}


/*--- search ---*/


/*--- sort_box ---*/

.sort_box .form-control {
    border-color: #ECECEC;
    color: #858585;
}

.sort_icon .ibtn.one {
    background-image: url('../../../../images/common/color_blue/products/sort_pic3.png');
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url('../../../../images/common/color_blue/products/sort_pic1.png');
}

.sort_icon .ibtn.four {
    background-image: url('../../../../images/common/color_blue/products/sort_pic2.png');
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}

/*--- detail ---*/

.products-intro {
    background: #f7f7f7;
}

.products-intro .product-name {
    color: #674B59;
}

.product-text {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.product-text .tit {
    background: url('../../../../images/common/color_blue/bg/line06.png') repeat-x bottom;
}

.product-text p {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
}

.products-intro .thumbnails li a:hover:before {
    opacity: 1;
}

.products-detail {
    padding: 40px 0 0 0 !important;
}

.products-detail:before {
}

.products-detail .title {
    background: url(../../../../images/common/color_blue/bg/line06.png) repeat-x bottom;
}


/*------------ article ------------*/

.article-list li .pic {
    border: 10px solid #E9E9E9;
}

.article-list a:hover .pic {
    border-color: #129DC0;
}

.article-list li .date,
.article-date {
    color: #666666;
}

.article-list li .date b,
.article-date b {
    background: #47B7E7;
    color: #fff;
}

.article-list li .name {
    color: #444444;
}

.article-list .description {
    color: #999999;
}

.article-list a:hover .text .name {
    text-decoration: underline;
}


/*--- keyword_box ---*/

.keyword_box {
    background: url('../../../../images/common/color_blue/bg/line04.png') repeat-x;
}

.keyword li,
.keyword li a {
    color: #50cdb4;
}

.keyword li a:hover {
    color: #2887de;
}

.keyword_box .icon-ic-keyword {
    color: #50cdb4;
}


/*--- detail ---*/

.article-intro .pic_box {
    border: 10px solid #F4F4F4;
}

.article-intro .text {
    background: url('../../../../images/common/color_blue/bg/line04.png') repeat-x bottom;
}

.article-detail .article-title {
    background: url('../../../../images/common/color_blue/bg/line06.png') repeat-x bottom;
}

.article-share .keyword_box {
    background: none;
}


/*------------ faq ------------*/

.faq-list li {
}

.faq-list li:before {
    color: #0f809b;
    background: url('../../../../images/common/color_blue/faq/ic.png');
}

.faq-list li.active:before {
    color: #47b7e7;
    background-position: 0 100%;
}

.faq-question {
    color: #444444;
}

.faq-answer {
    background: #F4F4F4;
}

.faq-item:hover .faq-question:after,
.faq-item.active .faq-question:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: -10px;
    background: url('../../../../images/common/color_blue/bg/line05.png') repeat-x bottom;
}

.faq-item:hover:after,
.faq-item.active:after {
    color: #5EAC99;
}


/*------------ links ------------*/

.link-list li a {
    background: #dde7ea;
}

.link-list li a:hover {
    background: #20488A;
}

.link-list li a:after {
}

.link-list li a:hover:after {
}

.link-list li a:hover .name {
    color: #fff;
}

.link-list li .name:before {
    content: "\e1004";
    background: #47B7E7;
    color: #fff;
}

.link-list li a:hover .name:before {
    opacity: 1;
}


/*------------ branch ------------*/

.branch-list li .box {
    background: #dde7ea;
}

.branch-list .box:after {
}

.branch-list li:hover .box {
    background: #20488A;
}

.branch-list .box:after {
}

.branch-list li:hover .box:after {
}

.branch-list .text-box {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.branch-list .text-box .tit {
    display: inline-block;
    background: url('../../../../images/common/color_blue/bg/line06.png') repeat-x bottom;
}

.branch-list .description {
    color: #999999;
}

.branch-list .map_box {
    border: 1px solid #DDDDDD;
    background-image: url('../../../../images/common/color_blue/branch/ic.png');
    background-repeat: no-repeat;
    background-position: 103px 6px;
}

.branch-list .map_box:hover {
    background-image: url('../../../../images/common/color_blue/branch/ic2.png');
    background-color: #47B7E7;
    border-color: #47B7E7;
    color: #fff;
}

.branch-list li:hover .name {
    color: #fff;
}


/*------------ download ------------*/

.download-list li .pic:before {
    background: url('../../../../images/common/color_blue/bg/border.png');
}

.download-list a:hover .pic:before {
    background: url('../../../../images/common/color_blue/bg/border_hover.png');
}

.download-list li .name {
    color: #444444;
}

.download-list a:hover .name {
    text-decoration: underline;
}

.download-list .cover i {
    background: #CCCCCC;
    color: #fff;
}

.download-list .cover span {
    background: url('../../../../images/common/color_blue/bg/line06.png') bottom repeat-x;
}

.download-list a:hover .cover i {
    background: #1460a6;
}


/*------------ message ------------*/

.write-question,
.form-title i {
    background: url('../../../../images/common/color_blue/message/ic.png');
}

.write-question:before,
.write-question:after {
    background: url('../../../../images/common/color_blue/bg/line04.png');
}

.write-question:hover {
    background-position: 0 100%;
}


/*--- author-box ---*/

.author-box {
    color: #92C0B7;
}

.author-box:before {
    content: "\e1006";
}

.message-answer .author-box {
    color: #47B7E7;
}

.message-list li {
    background: url('../../../../images/common/color_blue/bg/line04.png') repeat-x bottom;
}


/*--- question ---*/

.message-question .title {
    color: #444444;
}

.message-item:hover .message-question .author-box,
.message-item.active .message-question .author-box {
    color: #0044b3;
}


/*--- answer ---*/

.message-answer {
    background: #fdfdfd;
}

.message-answer .author-box:before {
    content: "\e1005";
}

.message-answer .editor {
    color: #666666;
}


/*--- form ---*/

.search_select{
    background: #fff;
    border: 1px solid #E8E8E8;
    height: 34px;
    padding: 0 10px;
}

.search_select:focus {
    outline: none;
    border: 1px solid #ccc;
}

#message-form {
    border: 1px solid #E8E8E8;
}

#message-form .form-title {
    background: #fff;
}


/*------------ video ------------*/

.video-list li .name {
    color: #000000;
}

.video-list li .pic {
    background: #F1F1F1;
}

.video-list li .pic:hover {
    background: #A3B9C8
}

.video-list li .text:before {
    content: "\e1008";
    background: #47B7E7;
    color: #fff;
    border: 5px solid #fff;
}

.video-list li a:hover .name {
    text-decoration: underline;
}

.video-box {
    background: #f7f7f7;
}

.video-title {
    background: url('../../../../images/common/color_blue/bg/line04.png') repeat-x bottom;
    color: #000000;
}

.video-title i {
    color: #666666;
    background: url('../../../../images/common/color_blue/title_ic3.png') no-repeat center top;
}


/*------------ contact ------------*/

.contact-map {
    border: 6px solid #E0E0E0;
}

.contact-map:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: url('../../../images/common/color_blue/dot.png') repeat-x bottom;
    position: absolute;
    bottom: -30px;
}

.contact-detail .editor {
    background: url('../../../../images/common/color_blue/dot.png') repeat-x bottom, url('../../../../images/common/color_blue/dot.png') repeat-x top;
}

.contact-title {
    color: #68AA9B;
}

.contact-title i {
    color: #666666;
    background: url('../../../../images/common/color_blue/title_ic3.png') no-repeat center top;
}

.form-wrap {
    border: 1px solid #E8E8E8;
}


/*------------ success-box ------------*/

.success-box .msg {
    color: #674B59;
}

.success-box .msg i:before {
    content: "\e1009";
    color: #fff;
    background: #47B7E7;
}

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

.index-service-tit {
    margin: 0;
    font-size: 17px;
    color: #385385;
    line-height: 1.85;
}

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

.index-about-title {
    font-size: 17px;
    color: #80E4F7;
    margin: 0;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1300px) {
    /*------------ site-footer 1300 ------------*/
    .site-info {
        border-width: 0 0 0 1px;
    }
    /*------------ site-footer 1300 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site-footer 767 ------------*/
    .site-info {
        border: 0;
    }
    /*------------ site-footer 767 ------------*/

    .footer-logo {
        margin: 0 auto 20px;
    }

}
