<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------ site-header ------------*/

.site-title .logo {

    color: transparent;

    background: url(/../../images/common/color_blue/logo.png) 50% 50% / contain no-repeat;

    width: 318px;

    height: 61px;

    transition: opacity .3s ease;

    -moz-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;

    -o-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;

    -webkit-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;

    transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;

}



.site-title .logo:hover {

    opacity: .7;

}

.site-header {

    background: #1F1F27;

}



.site-nav {

    background: #101011;

    border-top: 1px solid #076B96;

}



.site-title {

    background: url('/../../images/common/color_blue/header_bg.png') no-repeat center bottom;

}



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



.header-fixed .site-title .logo {

    width: 172px;

    height: 33px;

    -moz-transition: height 0.4s ease, width 0.4s ease;

    -o-transition: height 0.4s ease, width 0.4s ease;

    -webkit-transition: height 0.4s ease, width 0.4s ease;

    transition: height 0.4s ease, width 0.4s ease;

}



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



.site-nav .menu &gt; li &gt; a {

    color: #fff;

}



.site-nav .menu li {

    border-left: 1px solid #222222;

}



.site-nav .menu &gt; li &gt; a:hover {

    color: #37BCF4;

}



.site-nav .menu &gt; li &gt; ul {

    border-top: 2px solid #37BCF4;

}



.site-nav .menu &gt; li &gt; ul:before {

    border-color: transparent transparent #37BCF4 transparent;

}



.site-nav .menu li ul li + li {

    border-top: 1px solid #222;

}



.site-nav .menu ul li a {

    color: #ddd;

    background: #101011;

}



.site-nav .menu ul &gt; li &gt; a:hover {

    background: #076B96;

    color: #fff;

}





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





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



.btn.back {

    color: #fff;

    border-radius: 28px;

    font-size: 13px;

    line-height: 28px;

    transition: all .2s;

    background: #555657;

    padding: 0 25px;

}



.btn.back i ,.btn.back:before{

    font-size: 12px;

    display: inline-block;

    vertical-align: middle;

    margin: 0 25px 2px 0;

    content: "\f053";

    font-family: 'icon-font' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.btn.back:hover {

    background: #6F62B7;

}





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



.btn.style01 {

    transition: all .2s;

    line-height: 36px;

    border-radius: 9px;

    background: #8C80C1;

    color: #fff;

    font-size: 16px;

    padding: 0 55px;

    margin: 0 20px 15px;

}



.btn.style01 i {

    font-size: 15px;

    margin: 0 0 4px 15px;

    display: inline-block;

    vertical-align: middle;

}



.btn.style01.arrowL i {

    margin: 0 15px 4px 0;

    transition: all .2s;

}



.btn.style01:hover {

    background: #1F1F27;

    color: #fff;

}



.btn.style01:hover i {

    color: #fff;

    transition: all .2s;

}





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



.btn.style02 {

    transition: all .2s;

    background: #C0CAE0;

    color: #fff;

    line-height: 36px;

    text-decoration: none;

    padding: 0 70px;

    font-size: 16px;

    margin: 0 auto 15px;

    max-width: 220px;

    border-radius: 10px;

}



.btn.style02 i ,.btn.style02.contact_ok_home:before{

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    margin: 0 10px 4px 0;

    font-family: 'icon-font' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: "\e1004";

}



.btn.style02:hover {

    background: #000;

    color: #fff;

}





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



.share .btn {

    color: #CCCCCC;

    background: #616165;

}



.share .facebook:hover {

    background: #405D9A;

}



.share .twitter:hover {

    background: #39A0CE;

}



.share .google:hover {

    background: #F34537;

}



.share .plurk:hover {

    background: #E9443D;

}





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



.site-header .search-box {

    border: solid #222222;

    border-width: 0 1px;

}



.search-box .btn {

    width: 14px;

    height: 14px;

    background: url('/../../images/common/color_blue/ic_search.png');

    position: absolute;

    color: transparent;

}



.search-box .form-control{

    color: #fff;

}



.search-box .form-control::-webkit-input-placeholder {

    color: #A2A2A2;

    font-size: 13px;

}



.search-box .form-control:focus::-webkit-input-placeholder {

    color: #A2A2A2;

}



.search-box .form-control::-moz-placeholder {

    color: #A2A2A2;

    font-size: 13px;

}



.search-box .form-control:focus::-moz-placeholder {

    color: #A2A2A2;

}



.search-box .form-control::-ms-input-placeholder {

    color: #A2A2A2;

    font-size: 13px;

}



.search-box .form-control:focus::-ms-input-placeholder {

    color: #A2A2A2;

}



.search-box .form-control::-moz-placeholder {

    color: #A2A2A2;

    font-size: 13px;

}



.search-box .form-control:focus::-moz-placeholder {

    color: #A2A2A2;

}





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



.language li a {

    color: #A5A5A5;

}



.language ul li a:hover {

    color: #fff;

}





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



.main-title {

    color: #000000;

}



.main-title:before,

.main-title:after {

    background: url('/../../images/common/color_blue/title_bg.png');

}



.content-title {

    color: #000000;

    background: url('/../../images/common/color_blue/bg/title_bg.jpg');

}



.content-title i {

    color: #fff;

    background: #6F62B7;

}





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



.breadcrumb {

    color: #999999;

}



.breadcrumb a:hover {

    color: #000;

}



.breadcrumb li:first-child a:before {

    color: #444444;

}





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



.pagination li a {

    color: #999999;

}



.pagination li a:hover,

.pagination li.active a {

    color: #5947A5;

    text-decoration: underline;

}



.pagination li a.controls {

    color: #fff;

    background: #555657;

}



.pagination li a.controls:hover {

    background: #5947A5;

    text-decoration: none;

}



.page-info .form-control {

    color: #999;

    border-radius: 0;

    border: 1px solid #ddd;

}



.page-info .form-control:focus {

    outline: none;

    border-color: #777777;

}





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



.side {

    border: solid #E8E8E8;

    border-width: 0 1px;

}



.side .title {

    border-bottom: 3px solid #87D2F2;

    color: #ffffff;

    background: url('/../../images/common/color_blue/side_bg.jpg');

}



.side-nav &gt; li &gt; a {

    color: #888888;

    border: 1px solid #E8E8E8;

}



.side-nav &gt; li &gt; a:before {

    background: #6F62B7 url('/../../images/common/color_blue/side_ic.png') no-repeat center;

}



.side-nav &gt; li &gt; a:hover,

.side-nav &gt; li.active &gt; a {

    background: #F4F4F4;

    color: #5946A5;

    border: 1px solid #B6AFDA;

}



.side-nav ul {

    background: #fff;

}



.side-nav ul li a:hover,

.side-nav ul li.active a {

    color: #fff;

    background: #9E97D0;

}





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



.search_select{

    background: #fff;

    border: 1px solid #E8E8E8;

    height: 34px;

    padding: 0 10px;

}



.search_select:focus {

    outline: none;

    border: 1px solid #ccc;

}



.form-control {

    color: #666666;

    background: #fff;

    border: 1px solid #E8E8E8;

}



.form-control:focus {

    outline: none;

    border: 1px solid #ccc;

}



.form-wrap.has-bg {

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

}



.form-wrap.has-bg:before,

.form-wrap.has-bg:after {

    width: 275px;

    height: 216px;

    background: url('/../../images/common/color_blue/contact/bg.png');

}



.form-box {

    background: #fff;

}



.form-box .required:before {

    width: 5px;

    height: 5px;

    background: #FFBF00;

    border: 2px solid #6655AC;

    border-radius: 5px;

}



.static-control {

    color: #5946A5;

}





/*--- reminder ---*/



.reminder b {

    width: 5px;

    height: 5px;

    background: #FFBF00;

    border: 2px solid #6655AC;

    border-radius: 5px;

}





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



.footer-bottom .logo {

    width: 255px;

    height: 49px;

    background: url('/../../images/common/color_blue/footer_logo.png');

    float: left;

}

.footer-top {

    background: url('/../../images/common/color_blue/footer_bg.jpg');

}



.footer-mid {

    border-top: 5px solid #076B96;

    border-bottom: 1px solid #076B96;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1735+0,1c2e48+48,0d1735+100 */

    background: #0d1735;

    /* Old browsers */

    background: -moz-linear-gradient(left, #0d1735 0%, #1c2e48 48%, #0d1735 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #0d1735 0%, #1c2e48 48%, #0d1735 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #0d1735 0%, #1c2e48 48%, #0d1735 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d1735', endColorstr='#0d1735', GradientType=1);

    /* IE6-9 */

}



.site-footer .tit {

    color: #CECECE;

    border-bottom: 1px solid #2C4874;

}



.site-info {

    color: #78BDE2;

}



.site-info i {

    background: #5E5C78;

}



.site-info i:before {

    color: #fff;

    padding-left: 2px;

}



.site-map {

    color: #8CB6CC;

}



.site-map ul a:hover {

    color: #fff;

}



.footer-bottom {

    background: #1F1F27;

}



.footer-bottom p {

    color: #CCCCCC;

}



.footer-bottom .author {

    color: #838383;

}





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



.mmenu-show #mobile-fixed ul {

    border-bottom: 1px solid #000;

}



.mmenu-show #mobile-fixed li {

    background: #111;

}



.mmenu-show #mobile-menu .menu li &gt; a:hover,

.mmenu-show #mobile-menu .menu li.active &gt; a {

    color: #26B8F4;

}



.mmenu-show #mobile-menu .share-menu {

    background: #1F1F27;

}



.mmenu-show #mobile-search {

    background: #000;

}



.mmenu-show #member-box li {

    background: #111;

    border-bottom: 1px solid #2f2f2f;

}



.mmenu-show #mobile-search .form-control {

    color: #000;

}



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



.news-list li .box {

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

    border-bottom: 3px solid #A5B9F0;

}



.news-list li .box:hover {

    background: url('/../../images/common/color_blue/bg/bg01.jpg');

}



.news-list li .date {

    color: #5946A5;

}



.news-list li .name a{

    color: #212121;

}



.news-list .box:hover .name a{

    color: #fff;

    text-decoration: underline;

}



.news-list .box:hover .date {

    color: #fff;

}



.news-title {

    color: #212121;

    border-bottom: 1px solid #DEDEDE;

}



.news-date {

    color: #5946A5;

}





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



.album-list li .cover {

    color: #73DCFF;

    border: 1px solid #73DCFF;

}



.album-list li .name {

    background: #1F1F27;

    color: #fff;

}



.album-list .box:hover .name {

    background: #4F3DA0;

}

.album-list li .pic a:nth-child(2):before {

    background: rgba(0, 0, 0, .7);

}



/*------------ 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: #fff;

    box-shadow: 0 0 0 5px #CCCCCC;

}



.photo-intro {

    background: #EEEEEE;

    color: #666666;

}



.photo-title {

    background: #EEEEEE;

    color: #333333;

}



.photo-pager {

    color: #646464;

}



.photo-pager b {

    color: #8372D0;

}



body .fancybox-nav span {

    background: url('/../../images/common/color_blue/album/arrow.png');

}

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



.product-list .pic {

    border: 5px solid #F4F4F4;

}



.product-list li .box:hover .pic {

    border-color: #9E97D0;

}



.product-list .pic a:nth-child(2):before {

    background: rgba(0, 0, 0, .7);

}



.product-list .pic .cover {

    border: 1px solid #73DCFF;

    color: #73DCFF;

}



.product-list .name {

    color: #1F1F26;

}



.product-list li .box:hover .name {

    text-decoration: underline;

}



.product-list .description {

    color: #999999;

}



.product-list .box.new:before {

    color: #fff;

    background: #4F3DA0;

}



.product-list .more {

    border-bottom: 1px solid #C0CAE0;

}



.product-list .more a {

    color: #C0CAE0;

    border: 1px solid #C0CAE0;

    background: #fff;

}



.product-list .box:hover .more a {

    background: #C0CAE0;

    color: #fff;

}

.sort_icon {

    float: left;

    line-height: 26px;

    padding: 5px 0;

}



.sort_icon .ibtn {

    width: 24px;

    height: 24px;

}



.sort_icon .ibtn.one {

    background-image: url(/../../images/common/color_blue/products/sort_pic3.jpg);

    display: none;

}



.sort_icon .ibtn.two {

    background-image: url(/../../images/common/color_blue/products/sort_pic1.jpg);

}



.sort_icon .ibtn.four {

    background-image: url(/../../images/common/color_blue/products/sort_pic2.jpg);

}



.sort_icon .ibtn.active {

    background-position: 0 100%;

}

.products-intro .thumbnails li a {

    position: relative;

    max-width: 155px;

}



.products-intro .thumbnails li a:before,

.products-intro .thumbnails li a:after {

    content: "";

    position: absolute;

    transition: all .2s;

    opacity: 0;

}

.products-intro .thumbnails li a:before {

    content: "\e901";

    font-family: 'icon-font' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 30px;

    color: #FFFFFF;

    top: 50%;

    left: 50%;

    z-index: 10;

    margin: -15px 0 0 -15px;

}



.products-intro .thumbnails li a:after {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .7);

}



.products-intro .thumbnails li a:hover:before,

.products-intro .thumbnails li a:hover:after {

    opacity: 1;

}



/*--- search ---*/



.search-title b {

    font-size: 20px;

    color: #444444;

}





/*--- sort_box ---*/



.sort_box .form-control {

    background: #fff;

    color: #666;

    border: 1px solid #ddd;

}



.sort_box .form-control:focus {

    border-color: #999;

    background: #EEE;

    color: #000;

}





/*--- detail ---*/



.products-intro .product-name {

    color: #1F1F26;

}



.product-text {

    color: #999999;

}



.products-detail .title {

    color: #9E97D0;

    border-bottom: 1px solid #E8E8E8;

}



.products-detail .title:after {

    background: #8E9FC8;

}



.products-detail .title i {

    color: #fff;

    background: #6F62B7;

}



.products-detail .ic-angle-right:before {

    padding-left: 2px;

}



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



.article-list li .box_top {

    border: 1px solid #EBEBEB;

}



.article-list .pic a:nth-child(3):before {

    background: rgba(0, 0, 0, .7);

}



.article-list .pic .cover {

    border: 1px solid #73DCFF;

    color: #73DCFF;

}



.article-list li .date {

    color: #fff;

    background: #6F62B7;

}



.article-list li .box:hover .date {}



.article-list li .name {

    color: #202020;

}



.article-list a:hover .name {

    text-decoration: underline;

}



.article-list .description {

    color: #9a9a9a;

}



.article-list a:hover .description {}





/*--- keyword_box ---*/



.keyword_box {

    color: #999999;

    background: #EFEEF7;

}



.keyword li a:hover {

    text-decoration: underline;

    color: #222;

}



.keyword_box .icon-ic-keyword {

    color: #AAAAAA;

}



.keyword_box.detail {

    background: none;

}





/*--- detail ---*/



.pic_box {

    background: url('/../../images/common/color_blue/bg/bg03.jpg');

}



.article-date {

    color: #5946A5;

}



.article-title {

    border-bottom: 1px solid #DEDEDE;

    color: #202020;

}





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



.faq-list li {

    border-bottom: 1px solid #DEDEDE;

}



.faq-list li:before {

    background: #5947A5;

    color: #fff;

}



.faq-question i {

    color: #CFCECC;

    border: 2px solid #C8C8CA;

}



.faq-list li.active .faq-question i,

.faq-list li:hover .faq-question i {

    transform: rotate(-180deg);

    color: #6F62B7;

    text-indent: 2px;

    border-color: #6F62B7;

}

.faq-question {

    color: #202020;

}



.faq-answer {

    background: #F4F4F4;

}



.faq-answer .title {

    color: #000000;

}





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



.link-list li .name {

    background: #F2F4F9;

    color: #202020;

}



.link-list li .name a:before {

    color: #fff;

    background: url('/../../images/common/color_blue/bg/bg01.jpg');

}



.link-list li .box:hover .name {

    color: #fff;

    background: url('/../../images/common/color_blue/bg/bg01.jpg');

}



.link-list li .pic a:before {

    content: "";

    position: absolute;

    display: block;

    transition: all .2s;

    opacity: 0;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .5);

    z-index: 100;

}



.link-list li .box:hover .pic a:before {

    transition: all .2s;

    opacity: 1;

}

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



.branch-list li .text-box {

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

}



.branch-list .pic a:nth-child(2):before {

    background: rgba(0, 0, 0, .7);

}



.branch-list .pic .cover {

    border: 1px solid #73DCFF;

    color: #73DCFF;

}



.branch-list li .name {

    color: #202020;

}



.branch-list .description {

    color: #999999;

}



.branch-list .map_box {

    background: url('/../../images/common/color_blue/bg/bg04.jpg');

    color: #fff;

}



.branch-list .map_box:before {

    background: url('/../../images/common/color_blue/bg/bg05.jpg');

}



.branch-list .map_box:hover {

    background: url('/../../images/common/color_blue/bg/bg06.jpg');

}





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



.download-list li .text {

    border-bottom: 1px solid #DDDDDD;

}



.download-list li .name a {

    color: #1F1F1F;

}



.download-list li .text span {

    color: #666666;

}



.download-list li .text span a:before {

    background: #ADADAD url('/../../images/common/color_blue/download/ic.png') no-repeat 50% 50%;

}



.download-list li:hover .text span {

    color: #6F62B7;

}



.download-list li:hover .text span a:before {

    background: #6F62B7 url('/../../images/common/color_blue/download/ic.png') no-repeat 50% 50%;

}





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



.write-question {

    color: #fff;

    background: url('/../../images/common/color_blue/bg/bg01.jpg');

}



.write-question:hover {

    background: url('/../../images/common/color_blue/bg/bg06.jpg');

}





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



.author-box .date {

    color: #5946A5;

}



.author-box:before {

    color: #6959AE;

}





/*--- question ---*/



.message-question {

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

}



.message-question:hover {

    background: url('/../../images/common/color_blue/bg/bg04.jpg');

}



.message-question .title {

    color: #202020;

}



.message-question:hover .title {

    color: #fff;

}



.message-question .title:before {

    border: 3px solid #6F62B7;

}



.message-question:hover .title:before {

    border: 3px solid #fff;

}



.message-question .date {

    color: #999999;

}





/*--- answer ---*/



.message-answer {

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

}



.message-answer .editor {

    background: #fff;

}



.message-answer .editor:before {

    color: #fff;

    background: #5947A5;

}





/*--- form ---*/



#message-form .form-box:before {

    background: url(/../../images/common/message/shadow.png) no-repeat;

}



#message-form {

    border: 5px solid #AB9FD5;

    background: url('/../../images/common/color_blue/bg/bg02.jpg');

}



#message-form .form-title {

    background: url('/../../images/common/color_blue/message/bg.png') no-repeat left top;

}



#message-form .form-title:after {

    background: url('/../../images/common/color_blue/message/bg.png') no-repeat bottom right;

}



#message-form .form-title i {

    color: #fff;

    background: url('/../../images/common/color_blue/bg/bg01.jpg');

}





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



.video-list li .text span {

    color: #6E61B7;

}



.video-list li .name {

    color: #1F1F26;

}



.video-box {

    background: url(/../../images/common/color_blue/bg/bg03.jpg);

}

.video-title {

    color: #1F1F26;

}



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



.contact-map iframe {

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

}



.contact-map:hover iframe {

    -webkit-filter: grayscale(0);

    -moz-filter: grayscale(0);

    -ms-filter: grayscale(0);

    -o-filter: grayscale(0);

    filter: grayscale(0);

}



.contact-map iframe {

    border: 5px solid #E0E0E0;

}



.contact-title {

    color: #202020;

}



.contact-title b {

    color: #5946A5;

}



.contact-title .reminder {

    color: #666666;

}





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



.success-box .msg {

    color: #202020;

}



.success-box .msg i {

    background: #6F62B7;

}



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



.floating .gotop {

    width: 50px;

    height: 50px;

    background: url('/../../images/common/color_blue/gotop.png');

}



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



body .fancybox-close {

    background: url('/../../images/common/color_blue/album/close.png');

    width: 54px;

    height: 54px;

    left: 50%;

    margin: 0 0 0 -27px;

    top: 0;

}



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

.footer-editor .qr-inner img {

    border: 8px solid #DDDDDD;

    background: #fff;

}



.footer-editor .fb {

    width: 130px;

    height: 65px;

    display: inline-block;

    box-sizing: border-box;

    background: url('/../../images/common/color_blue/fb.png');

}



.footer-editor .fb:hover {

    background-position: 0 100%;

}



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

.about-bg {

    padding: 20px;

    background: #F6F6F6;

}



/*------------ service-editor ------------*/



.service-box {

    padding: 20px;

    background: #F6F6F6;

}



.contact-editor i {

    background: #6F62B7;

    color: #fff;

}



/*------------ terms-editor ------------*/

.terms-editor .title {

    color: #6A5AAE;

}



@media screen and (max-width: 1100px) {

    /*------------ site_header 1100 ------------*/



    .site-nav,

    .site-header .language {

        display: none;

    }



    .site-title .logo {

        width: 132px;

        height: 40px;

    }



    .site-title {

        padding: 10px 0;

    }

    /*------------ / site_header 1100 ------------*/

}



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

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

    .footer-bottom {

        text-align: center;

    }

    .footer-bottom .logo,

    .footer-bottom p {

        float: none;

        margin: 0 auto;

    }

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

}

</pre></body></html>