 /* ==============================================================
 
 
/* topwarp STYLE
============================================================== */
.topwarp {
    width: 100%;
    height: 225px;
    background-image: url("../images/header_bg.png")
}
.topwarp .hd {
    margin: 0 auto;
    /* padding: 35px 0;*/
    width: 1200px;
    height: 40px;
}
.topwarp .hd ul {
    float: right;
    color: #fff;
    margin-right: 20px;
    padding-top: 20px;
}
.topwarp .hd ul li {
    float: left;
    padding-left: 20px;
}
.state-name {
    text-align: center;
    color: white;
    font-size: 36px;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top, #ddd, #eee 25%, #fff 50%, #eee 75%, #ddd);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
}
.state-name-En {
    text-align: center;
    color: #fff;
}
.state-tip {
    text-align: center;
    margin:35px 0;
    color: #fff;
    font-size: 16px;
    cursor: default;
}
.state-tip span {
    background: #2e87c9;
    border-radius: 25px;
    padding: 9px 200px;
    -webkit-box-shadow: 0 5px 0 -2px rgba(4, 39, 82, 0.6);
    -moz-box-shadow: 0 5px 0 -2px rgba(4, 39, 82, 0.6);
    sbox-shadow: 0 5px 0 -2px rgba(4, 39, 82, 0.6);
}
.wecode {
    position: relative;
}

.wecode span {
    cursor: pointer;
}

.wecode:hover .wecode-dropdown {
    display: block;
}

.wecode-dropdown {
    display: none;
    z-index: 10;
    position: absolute;
    top: 32px;
    left: 0px;
    height: 74px;
    width: 74px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .35);
}
.login_register span {
    cursor: pointer;
}

.header-top {
    height: 35px;
    line-height: 35px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
}

.header-top .header-tip li {
    float: left;
    padding-left: 8px;
    color: #666;
    font-size: 10px;
}

.header-top .header-tip a {
    color: #0891d7;
}

.header-md {
    height: 135px;
    background-color: #fff;
}

.header-md .logo {
    height: 65px;
    /* line-height: 65px; */
    float: left;
    margin-top: 20px;
}

.header-md .logo img {
    /*height: 65px;
    vertical-align: -47px;*/
    margin-top:10px;
}

.header-md .logo .tittle {
    display: block;
    font-size: 31px;
    color: #00659e;
    vertical-align: -30px;
    font-weight: 600;
}
.header-md .logo  .sub-tittle{
    display: block; 
    color: #337ab7;
}
.mall-search {
    width: 597px;
    float: right;
    padding: 35px 0;
}

.mallSearch-form {
    border: solid  #0891d7;
    border-width: 2px 0 2px 2px;
    overflow: hidden;
}

.mallSearch-input {
    position: relative;
    background: #fff;
    height: 30px;
}

.mallSearch-input .s-combobox-input-wrap {
    position: relative;
    height: 30px;
    vertical-align: middle;
}

.search-submit {
   position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 90px;
    border: 0;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #0891d7;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */ 
    color: #666;
}

.mallSearch-input .s-combobox-input {
    position: relative;
    float: right;
    color: #999999;
    margin: 0;
    z-index: 2;
    width: 492px;
    height: 35px;
    line-height: 35px;
    padding: 5px 3px 5px 5px;
    outline: 0;
    border: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.search-type  .select2-choice {
    border: none !important;
    background-color: #f4f4f4f4 !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #666666 !important;
}

.search-type  .select2-chosen {
    color: #666;
}

.search-type .select2-choice .select2-arrow b {
    background-color: #f4f4f4f4 !important;
}

 .select2-drop-active{
    border: 1px solid #f2f2f2 !important;
    
}

.relKeyTop {
    padding: 4px 0 0;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

.relKeyTop li {
    display: inline-block;
    border-right: 1px solid #ccc;
    line-height: 1.1;
    padding: 0 12px;
}
.relKeyTop li:first-child{
   padding-left:0px;
   text-align: left; 
}
.relKeyTop li:last-child {
   border-right:0; 
}
.relKeyTop li a {
    color: #999;
    font-size: 10px;
}
.relKeyTop li:hover a{
    color: #69a644;
}
#navbar-menu ul li.last {
    width: 100px;
    height: 40px;
    background: #0891d7;
    position: absolute;
    left: 124px;
    z-index: 2;
    display: none;
}
/* MEGAMENU STYLE
=================================*/
nav.bootsnav .dropdown.megamenu-fw {
    position: static;
}

nav.bootsnav .container {
    position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
    left: auto;
}

nav.bootsnav .megamenu-content {
    padding: 15px;
    width: 100% !important;
}

nav.bootsnav .megamenu-content .title{
    margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* Navbar
=================================*/
nav.navbar{
    min-height: 40px;
}
nav.navbar.bootsnav{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; 
    border: none;
    z-index: 9;
    height: 40px;
    background: #777;
    clear: both;
    color: #fff;
}

nav.navbar.bootsnav ul.nav > li > a{
    text-align: center;
    padding: 0;
    line-height: 40px;
    color: #fff;
    width: 125px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a{
    background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle{
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu{
    top: 0;
    left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a{
    white-space:normal;
}


ul.menu-col{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu-col li a{
    color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}

/* Navbar Full
=================================*/
nav.bootsnav.navbar-full{
    padding-bottom: 10px;
    padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header{
    display: block;
    width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle{
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0;
    font-size: 30px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse{
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none !important;
    z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in{
    display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full{
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu{
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
    width: 0;
}


nav.bootsnav.navbar-full .navbar-collapse ul.nav{
    display: block;
    width: 100%;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a{
    background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li{
    float: none;
    display: block;
    text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a{
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    padding: 10px 15px;
}

li.close-full-menu > a{
    padding-top: 0px;
    padding-bottom: 0px;
}

li.close-full-menu{
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Atribute Navigation
=================================*/
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -15px;
}

.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

.attr-nav > ul > li{
    float: left;
    display: block;
}

.attr-nav > ul > li > a{
    color: #6f6f6f;
    display: block;
    padding: 28px 15px;
    position: relative;
}

.attr-nav > ul > li > a span.badge{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
}

ul.cart-list{
    padding: 0 !important;
    width: 250px !important;
}

ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}

ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}

ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > h6{
    margin: 0;
}

ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}

ul.cart-list > li > p{
    margin-bottom: 0;
}

ul.cart-list > li.total{
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn{
    display: inline-block;
    border-bottom: solid 1px #efefef;
}

ul.cart-list > li .price{
    font-weight: bold;
}

ul.cart-list > li.total > span{
    padding-top: 8px;
}

/* Top Search
=================================*/
.top-search{
    background-color: #333;
    padding: 10px 0;
    display: none;
}

.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search{
    cursor: pointer;
}

/* Side Menu
=================================*/
body{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.on-side{
    margin-left: -280px;
}

.side{
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.side.on{
    right: 0;
}

.side .close-side{
    float: right;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.side .widget{
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.side .widget .title{
    color: #fff;
    margin-bottom: 15px;
}

.side .widget ul.link{
    padding: 0;
    margin: 0;
    list-style: none;
}

.side .widget ul.link li a{
    color: #9f9f9f;
    letter-spacing: 1px;
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover{
    color: #fff;
    text-decoration: none;
}

/* Share
=================================*/
nav.navbar.bootsnav .share{
    padding: 0 30px;
    margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul{
    display: inline-block;
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
}

nav.navbar.bootsnav .share ul > li{
    float: left;
    display: block;
    margin-right: 5px;
}

nav.navbar.bootsnav .share ul > li > a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cfcfcf;
    color: #fff;
}

/* Transparent
=================================*/
nav.navbar.bootsnav.navbar-fixed{
    position: fixed;
    display: block;
    width: 100%;
}

nav.navbar.bootsnav.no-background{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.wrap-sticky{
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
    left: -280px;
}
 
.fa-times,.fa-bars{
    font-size: 29px;
    color: #9cc813;
}
.navbar-nav li ul>li:hover{
    background: transparent;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.navbar-nav li ul>li:hover .navbar-nav li ul>li>a{
   color:#fff;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0%;
    right: 15%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
    content: "\f105";
    transform: rotate(90deg);
}
.navbar-collapse{
    padding:0px; 
}
.navbar-nav > li > a{
    font-size: 14px;
        z-index: 3;
}
.navbar-nav > li:hover{
      /* background: #69a644; */  
}
#header{
    background: #777;
}
#header .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0px !important; 
    /* padding: 35px 0; */
} 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffff;
    background-color: #e7e7e7;
}
.dropdown-menu{
    min-width: 126px;
    width: 125px;
    border: 1px solid #f2f2f2f2;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    line-height: 40px;
    font-size: 14px;
}
.header-item-active{
    background: #0891d7;
}

.select2-results .select2-highlighted {
    background: #0891d7;
    color: #fff;
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
#navbar-menu{
    background-color: #000;
}
#state{
    visibility:hidden;
    width: 92px;
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    top: 5px;
}
/*======================================================= 
                        header结束
========================================================*/

