/* common style */

.width-1000 {
    width: 1000px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f3f3f3;
}
.zzbackgroud{
	 background-color: #fff;
}
a {
    color: #353737;
    text-decoration: none;
}

a:hover {
    color: #787A79;
}

img {
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

ul,
li {
    list-style-type: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.margin-right-0 {
    margin-right: 0 !important;
}


.padding-0-20 {
    padding: 0 20px;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}


/* ---------------------------------------------------------------------- */


/* Tabs
/* ---------------------------------------------------------------------- */

.tabs .nav8 {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding: 0;
}

.tabs .nav8 li {
    position: relative;
    display: inline-block;
    float: left;
    /*padding-bottom: ;*/
}

.tabs .nav8 li a {
    display: inline-block;
    color: #353737;
    padding: 8px 15px;
    margin-right: 16px;
    //background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    transition: color 0.2s ease 0s;
}

.tabs .current {
    position: relative;
    z-index: 20;
    top: 0px;
    background: #fff !important;
    border-left-color: #dbdbdb !important;
    border-right-color: #dbdbdb !important;
    border-top-width: 2px !important;
    border-style: solid;
}

.tab99 {
    position: relative;
    z-index: 1;
    display: none;
    border: 1px solid #ccc;
    padding: 10px 0px;
    top: -1px;
}


/* index page */

.container {
    margin-left: auto;
    margin-right: auto;
}

.header,
.inner-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.top-header {
    position: relative;
   /*  padding: 0 10px; */
    font-size: 12px;
    color: #eee;
    background-color: #3E3A39;
}

.logo-wrap {
    position: relative;
    z-index: 3;
    overflow: hidden;
    display: inline-block;
}

.form-inline {
    display: inline-block;
}

.form-inline .form-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.form-inline .form-control {
    width: 80px;
    height: 16px;
    margin-left: 8px;
    color:#999999;
    border: 1px solid #DDDEDE;
}

.form-item .identify {
    width: 85px;
    height: 20px;
    margin-top: -1px;
    margin-top: 0 \9;
    margin-left: 8px;
    vertical-align: middle;
}

.btn-login{
    display: inline-block;
    height: 24px;
    width: 60px;
    line-height: 24px;
    margin-left: 8px;
    vertical-align: middle;
    text-align: center;
    background-color: #ff8500;
}
.btn-register {
    display: inline-block;
    height: 40px;
    width: 80px;
    line-height: 40px;
    margin-left: 8px;
    text-align: center;
}

.link-forget {
    margin-left: 8px;
}

.form-item a:link,
.form-item a:visited,
.form-item a:hover,
.form-item a:active {
    color: #eee;
}

.link-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: -7px;
}

.link-wrap a {
    color: #eee;
}

.login-wrap {
    display: inline-block;
    color: #eee;
}

.login-wrap .user-wrap {
    position: relative;
    height: 40px;
    line-height: 43px;
    margin-bottom: -3px;
}

.login-wrap .user-wrap .user-name-wrap {
    position: relative;
    display: inline-block;
}

.login-wrap .user-wrap .user-name {
    color: #ff8500;
}
.login-wrap .user-wrap .user-name-wrap .hint-box {
    display: none;
    position: absolute;
    width: 80px;
    height: 36px;
    line-height: 36px;
    bottom: -40px;
    z-index: 4;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    color: #fff;
    background-color: #ff8500;
}

.login-wrap .user-wrap .user-name-wrap .hint-box:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAgMAAADwXCcuAAAADFBMVEUAAAD/kQD/kQD/kQBB7KVoAAAAA3RSTlMA32CxZHxWAAAAMUlEQVQI12NgWMDAwBDAwMD0g4GB8QsDA/c/Bgb2vwwM+v8bGOT/OzDs//+Aof7/BQC6dQzldt9DxAAAAABJRU5ErkJggg==);
}

.login-wrap .user-wrap a {
    display: inline-block;
    padding: 0 8px;
    color: #eee;
}

.login-wrap .user-wrap .user-account {
    margin-left: 50px;
}

.login-wrap .user-wrap .btn-exit {
    margin-left: 20px;
}

.top-banner {
    position: relative;
    overflow: hidden;
    /* margin-left: -10px;
    margin-right: -10px; */
}

.top-banner img {
    width: 100%;
    height: 100px;
}

.top-banner .btn-close {
     position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAElBMVEX////19fWDg4NmZmaWlpbGxsan6pwkAAAAQUlEQVQI12MgDFgdQaRIAJBgMRJgYGBUdmAAkYoMDEIgPpgCcyHCYEGIMEgQKgwTRDARChDaEIahWoGwGOEcggAAeIQIG4BgETIAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;

}


/*header*/

.header .inner-wrap {
    position: relative;
    padding: 10px;
}

.inner-wrap .sc-login-wrap{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 400px;
    line-height: 76px;
    height: 76px;
    display: flex;
    justify-content: space-between;
}

.sc-login-wrap .login-btn{
    width:120px;
    display: inline-block;
    height:40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    overflow: hidden;
    background-color: #ff8500;
}

.sc-login-wrap .login-btn a{
    color:#fff;
}



.inner-wrap .search-wrap {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 350px;
}

.sc-user-wrap{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 350px;
    height: 66px;
    display: flex;
    justify-content: space-between;
}

.sc-user-wrap .user-wrap{
    font-size:16px;
    width:100%;
    color:#385d9f;
    font-weight: 200;
    text-align: right;
}

.user-title-ct{
    border-bottom:1px solid #ff8500;
    text-align:left;position:relative;display:block;
}
.user-title-ct .user-title{
    width:270px;
    height:100%;background-color:#ff8500;
    padding:5px 10px;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 500px;
    display:inline-block;
    text-align:left;
}

.user-title-ct .user-logout{
    display:inline-block;width:55px;text-align:right;
}

.user-title-ct .user-logout .btn-exit{
    font-weight:700;
    color:#ff8500;
}

.user-title-ct .user-title .user-title-text{
    color:#fff;
    font-size:16px;
}


.sc-user-wrap .user-wrap .cuser-name-wrap{
    display: inline-block;
}

.sc-user-wrap .user-wrap a,.sc-user-wrap .user-wrap a:link,.sc-user-wrap .user-wrap  a:visited{
    font-weight: 200;
}

.sc-user-wrap .user-wrap .cuser-name a,.sc-user-wrap .user-wrap .cuser-name a:link,.sc-user-wrap .user-wrap .cuser-name a:visited{
    color:#ff8500;
}

.search-wrap .title {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #999;
    border-bottom: 0;
    border-top-left-radius: 4px;
    color: #ff8500;
}

.search-wrap .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #fff;
}

.inner-wrap .search1 {
    position: relative;
    height: 37px;
    border: 1px solid #999;
    border-radius: 4px;
    border-top-left-radius: 0px;
}

.inner-wrap .search1 input {
    position: relative;
    z-index: 1;
    width: 78%;
    padding: 0 3%;
    height: 39px;
    line-height: 39px;
    border: 0;
    color: #666;
    background-color: transparent;
    outline: none;
}
.box-shadow-6{  
      padding:0px 1px;
background:#cccccc;
box-shadow:1px 1px 1px #cccccc;
-moz-box-shadow:1px 1px 1px #cccccc;
-webkit-box-shadow:1px 1px 1px #cccccc;
position:relative;
z-index:1;
}
.inner-wrap .search1 .btn-search {
    position: absolute;
    overflow: hidden;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 60px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0;
    background-image: url(../images/icon_search_40x40.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ff8500;
    background-size: 38px;
}

.header .nav8 {
    overflow: hidden;
    position: relative;
    background-color: #ff8500;
    padding: 20px 20px 0;
}

.header .nav8 .nav-item {
    display: inline-block;
    padding: 10px 20px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header .nav8 .nav-item.active {
    font-weight: bold;
    color: #ff8500;
    background-color: #fff;
}

.header .nav8 .nav-item.active1 {
    font-weight: bold;
    color: #ff8500;
    background-color: #fff;
}


/* main content */

.main {}

.row {
    position: relative;
    clear: both;
    margin: 0 20px;
    border-bottom: 1px dashed #ccc
}

.row .title-wrap {
    position: relative;
    overflow: hidden;
}

.title-wrap .inner-box {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ff9100;
    border-radius: 4px;
}

.row .title {
    position: relative;
    display: inline-block;
    min-width: 186px;
    height: 24px;
    line-height: 24px;
    padding: 5px 8px;
    margin: 0 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border-bottom: 1px;
}

.row .link-more {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 34px;
    line-height: 34px;
}


/* banner */

.banner-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0px;
}

.banner-wrap .banner-left {
    position: relative;
    width: 366px;
    height: 276px;
    background-color: #F2F3F2;
    float: left;
    overflow: hidden;
}

.carousel {
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}

.carousel,
.carousel-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
}

.carousel-item.active {
    display: block;
    visibility: visible;
}

.carousel-item.current {
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 1;
}

.carousel-control {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.carousel-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 5px;
    -webkit-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    border-right: 1px solid #fff;
}

.carousel-pagination li {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #fff;
    border-right: 0;
    background-color: #656364\9;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}


/* banner right style */

.banner-wrap .banner-right {
    margin-left: 385px;
}

.banner-wrap .banner-right h1 {
    margin: 8px 0 2px;
    font-size: 22px;
    color: #333;
}

.banner-wrap .banner-right .txt-desc {
    margin: 8px 0 15px;
    color: #2C5483;
}

.banner-wrap .banner-right .txt-desc .link-con-more {
    color: #ff8500;
}

.banner-wrap .banner-right .hot-wrap {
    overflow: hidden;
    padding: 6px 0 0;
    margin: 0;
    height: 176px !important;
    color: #656766;
    border-top: 1px dashed #ccc;
}

.banner-wrap .banner-right .hot-wrap .item {}

.banner-wrap .banner-right .hot-wrap .item a {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-left: 6px;
    text-indent: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAElBMVEUAAACn6IX/uWanx+qnx+qnx+pbN5ipAAAABXRSTlMA7+/PIJnFKwsAAAAdSURBVAjXY8AOmBRgFASYGoCp0BAETxCIwRQGAABItQHamkPl9gAAAABJRU5ErkJggg==) no-repeat 4px 10px;
}
.banner-wrap .banner-right .hot-wrap .item a:hover{
	border-bottom:1px solid #ccc;
}
.banner-wrap .banner-right .hot-wrap .item a p {
    overflow: hidden;
    max-width: 70%;
    display: inline-block;
    margin: 0;
    color: #2C5483;
}

.banner-wrap .banner-right .hot-wrap .item a span {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    right: 0;
    max-width: 90px;
    color: #999;
}

@-moz-document url-prefix() {
	 .banner-wrap .banner-right .hot-wrap .item a{
        padding-top:6px;
    }
}


/*  */

.function-wrap,
.product-wrap {
    overflow: hidden;
    padding: 10px 0 10px 10px;
    
}

.siat-padding{
	padding: 10px 0 10px 240px;
}

.product-wrap a {
    overflow: hidden;
    display: inline-block;
    height: 150px;
}

.function-wrap .fun-item,
.product-wrap .product-item {
    display: inline-block;
    width: 22.25%;
    float: left;
    margin-right: 1%;
    padding: 8px 1%;
    text-align: center;
    background-color: #F2F3F2;
}

.function-wrap .bg-color1 {
    background-color: #62C64A;
}

.function-wrap .bg-color2 {
    background-color: #1FAAE8;
}

.function-wrap .bg-color3 {
    background-color: #546AD6;
}

.function-wrap .bg-color4 {
    background-color: #3DB7A8;
}

.product-wrap .product-item {
    display: inline-block;
    width: 32.3%;
    float: left;
    padding: 8px 0;
    color: #fff;
}

.product-wrap .bg-color1 {
    background-color: #f29718;
}

.product-wrap .bg-color2 {
    background-color: #62b53b;
}

.product-wrap .bg-color3 {
    background-color: #33a2b1;
}

.product-wrap .bg-color4 {
    background-color: #d84a52;
}

.function-wrap .fun-item img {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.function-wrap .fun-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.function-wrap .fun-item .txt-desc {
    position: relative;
    display: inline-block;
    padding:10px 0px;
    color: #fff;
    margin: 0;
}

.product-wrap .product-item {
    padding: 0 !important;
}

/* .product-wrap */ .product-item .img-product {
    width: auto;
    height: auto;
    /* margin-top: 20px; */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* .product-wrap */ .product-item .img-product:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*  */

.news-wrap {
    overflow: hidden;
    margin-bottom: 10px;
}

.news-wrap .nav8 {
    overflow: hidden;
    margin-bottom: 0;
}

.news-wrap .tab99 .project-lists {
    overflow: hidden;
    padding: 0 !important;
    margin-top: 0 !important;
}

.news-wrap .tab99 .project-lists .item {
    width: 33.333333333%;
    float: left;
}

.news-wrap .tab99 .project-lists .item a {
    display: block;
    padding: 4px 15px 6px;
    margin-right: 6px;
    color: #2C5483;
    text-indent: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAElBMVEUAAACn6IX/uWanx+qnx+qnx+pbN5ipAAAABXRSTlMA7+/PIJnFKwsAAAAdSURBVAjXY8AOmBRgFASYGoCp0BAETxCIwRQGAABItQHamkPl9gAAAABJRU5ErkJggg==) no-repeat 4px 5px;
}

.news-wrap .tab99 .project-lists .item:nth-child(6n+1) a,
.news-wrap .tab99 .project-lists .item:nth-child(6n+2) a,
.news-wrap .tab99 .project-lists .item:nth-child(6n+3) a {
    background-color: #eee;
}

.news-wrap .tab99 .project-lists .item:nth-child(6n+3) a {
    margin-right: 0;
}


/*  */

.equity-wrap {
    overflow: hidden;
    padding: 10px 0px 0px 0px;
}

.equity-wrap .flexisel1 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    padding: 0 !important;
}

.equity-wrap .flexisel1 li {
    float: left;
    width: 25%;
}

.equity-wrap .flexisel1 li a {
    display: block;
    margin: 0 7px 14px 7px;
    border: 1px solid #ccc;
}

.equity-wrap .flexisel1 li a img {
    max-width: 100%;
}


/*  */

.partner-wrap {
    overflow: hidden;
    padding: 10px 0;
}

.partner-wrap .partner-lists {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}

.partner-wrap .partner-lists .item {
    width: 25%;
    float: left;
}

.partner-wrap .partner-lists .item a {
    display: block;
    padding: 4px 10px;
    text-indent: 10px;
    color: #2C5483;
}


/*  */

.footer1 {
    padding: 30px 0;
   /*  color: #eee; */
    background-color: #f3f3f3;
    margin: auto;
}
.inner-box p{
	color:#666666;
}

.link-inner-wrap a{
	color:#ff9100;
}

.footer1 .padding-left-0 {
    padding-left: 0 !important;
}

.footer1 .inner-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.footer1 .link-inner-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    font-weight: 800;
}

.footer1 .link-inner-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 2px;
    background-color: #ff8500;
}

.footer1 .link-inner-wrap a {
    color: #ff9100;
}

.footer1 .link-item {
    display: inline-block;
    padding: 10px 8px;
}

.footer1 .link-item:first-of-type {
    padding-left: 0;
}

.footer1 .inner-box p {
    margin: 8px 0 0;
    font-size: 12px;
}

.footer1 .inner-box p a {
    color: #666666;
}

.footer1 .qr-wrap {
    position: absolute;
    top: -10px;
    right: 140px;
}

.footer1 .qr-wrap .qr-item {
    display: inline-block;
}

.footer1 .qr-wrap .chat {
    margin-right: 36px;
}

.footer1 .qr-wrap p {
    font-size: 14px;
    text-align: center;
}

.footer1 .qr-wrap1 {
    position: absolute;
    top: -10px;
    right: 20px;
}

.footer1 .qr-wrap1 .qr-item {
    display: inline-block;
}

.footer1 .qr-wrap1 .chat {
    margin-right: 36px;
}

.footer1 .qr-wrap1 p {
    font-size: 14px;
    text-align: center;
}

.footer1 .qr {}


/*  */

.btn-up.active {
    display: block;
}

.btn-up {
    position: fixed;
    z-index: 5;
    display: none;
    font-size: 0;
    width: 44px;
    height: 44px;
    bottom: 30px;
    right: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}


/* functions page style */

.main-wrap {
    width: 721px;
    min-height: 990px;
}

.aside-right {
    float: right;
    width: 204px;
    padding-right: 20px;
}

.aside-right:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.aside-right .func-right {
    padding: 20px 0 0!important;
}

.aside-right .function-wrap {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.aside-right .function-wrap .full-item {
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
   /*  text-align: center; */
   	padding-left: 30px;
    color: #eee;
}

.aside-right .function-wrap .full-item p {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 6px;
    color: #fff;
    margin: 0;
}

.aside-right .product-wrap {
    padding-top: 20px !important;
}

.aside-right .product-wrap .full-item {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.aside-right .product-wrap .full-item img {
   /*  margin-top: 20px; */
}

.aside-right .product-wrap .full-item p {
    color: #eee;
}

.aside-right .function-wrap .full-item img,
.aside-right .product-wrap .full-item img {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.aside-right .function-wrap .full-item:hover img,
.aside-right .product-wrap .full-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* style Including  orange 脙茠脗垄脙垄芒鈧∶偮冣�脗隆blue */

.orange .row .title {
    background-color: #ff9100;
}

.orange .row .title:before {
    border-bottom-color: #FF7300;
}

.orange .row .link-more {
    color: #ff8500;
}

.orange .tabs .current {
    border-top-color: #FF7300;
}

.orange .carousel-pagination li.active {
    background-color: #FF7300;
}

.orange .partner-lists .item a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAElBMVEUAAACn6IX/uWanx+qnx+qnx+pbN5ipAAAABXRSTlMA7+/PIJnFKwsAAAAdSURBVAjXY8AOmBRgFASYGoCp0BAETxCIwRQGAABItQHamkPl9gAAAABJRU5ErkJggg==) no-repeat 4px 7px;
}

.orange .footer1 .link-wrap:before,
.blue .footer1 .link-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 2px;
}

.orange .footer1 .link-wrap:before {
    background-color: #FF7300;
}

.orange .btn-up {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAADFBMVEUAAAD/cwD/cwD/cwC+RYKlAAAAA3RSTlMAYFD04P6NAAAARklEQVQY02MYjGABnMX4Bc5k/wtnysc7wJi17BfgSuGKgWK1MKUOQARVCpKAKoWaDBWphSqFEQy2YKkDIFIDRDA1MAwyAABXAQ+m0yV1VgAAAABJRU5ErkJggg==);
    background-color: rgba(52, 56, 59, 0.5);
    background-color: #656364\9;
    background-position: 1px 1px;
}


/*  */

.blue .footer1 .link-wrap:before {
    background-color: #348FCA;
}

.blue .row .title {
    background-color: #348FCA;
}

.blue .row .title:before {
    border-bottom-color: #348FCA;
}

.blue .row .link-more {
    color: #348FCA;
}

.blue .tabs .current {
    border-top-color: #348FCA;
}

.blue .carousel-pagination li.active {
    background-color: #348FCA;
}

.blue .partner-lists .item a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAgMAAADwXCcuAAAACVBMVEUAAAD/cwD/cwBjX8bLAAAAAnRSTlMAgJsrThgAAAASSURBVAjXY0ABmUC8CoozUWQAKyACJ5oYFAsAAAAASUVORK5CYII=) no-repeat 4px 7px;
}
