
.centerArea1 {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }

.centerArea2 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }

#page-content-wrapper .container {
    width: 100%;
    margin: 0;
    padding: 0; }


.header {
    height: 80px;
    position: fixed;
    transition: top .3s !important;
    width: 100%;    
    opacity: 1 !important;
	background:#fff;
    left: 0;
    top: 0;	
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 1px; }	
	
.header .logo,.header .logo a {
    display: block;
    float: left; }
.header .logo img{	
    margin:25px 30px 0 50px;
}
.header .logo span{
   display:block;	
   line-height:80px;
   float:left;
}	
	
.header .navContainer {
    height: 100%;
    text-align: center;
    display: inline-block;
    width: calc(100% - 380px - 260px);
    position: absolute;
    top: 0;
    left: 380px; }

.header .headerRight {
    float: right;
    height: 80px; }
.header .headerRight .search {
    float: left;
    display: block;
    height: 100%;
    width: 82px;
    text-align: center;
    line-height: 80px;
    border-right: 1px solid gainsboro;
    border-left: 1px solid gainsboro; }
.header .headerRight .search i {
    color: #eeb500;
    font-size: 20px;
    display: block;
    height: 100%;
    line-height: 80px; }
.header .headerRight .dropdown {
    float: left;
    width: 102px;
    height: 80px; }
.header .headerRight .dropdown #dropdownMenu1{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    color:#333333;
    line-height: 66px;
    text-decoration: none;
    border-radius: 0; }
.header .headerRight .onlineMall {
    background: #eeb500;
    font-size: 18px;
    color: white;
    text-align: center;
    width: 155px;
    height: 80px;
    line-height: 80px;
    display: block;
    float: left; }

li.Brand ul li {
    display: none !important; }

.pcArea.header .navContainer ul li .showMore {
    display: none; }
.pcArea.header .navContainer .submenuBg {
    position: fixed;
    z-index: 94;
    top: 80px;
    left: 0;
    width: 100%;
    height: 251px;
    display: none;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 1px inset; }
.pcArea.header .navContainer .submenuBg > div {
    position: relative;
    width: 100%;
    height: 100%; }
.pcArea.header .navContainer .submenuBg > div > div {
    height: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -270px; }
.pcArea.header .navContainer .submenuBg > div > div ul {
    display: block;
    float: left;
    padding-right: 1px;
    border-right: 1px solid gainsboro;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 190px; }
.pcArea.header .navContainer .submenuBg > div > div ul li {
    padding: 0;
    height: 30px; }
.pcArea.header .navContainer .submenuBg > div > div ul li a {
    display: block;
    line-height: 30px;
    color: #7f8085; }
.pcArea.header .navContainer .submenuBg > div > div ul li:hover a {
    color: white;
    background: #FF773D; }
.pcArea.header .navContainer .submenuBg > div > div ul:first-child {
    padding-left: 1px;
    border-left: 1px solid gainsboro; }

.phoneArea {
    display: none; }

.popup_bg {
    background: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999998;
    display: none;
    top: 0; }

.leftS_popup {
    overflow: hidden;
    position: fixed;
    z-index: 9999998;
    width: 100%;
    max-width: 375px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    display: none; }
.leftS_popup .navContainer {
    position: absolute;
    left: -375px;
    top: 0;
    z-index: 99999999;
    width: 100%;
    background-size: 100%;
    height: 100%;
    overflow: auto;
    background: white; }
.leftS_popup .navContainer > ul {
    display: block;
    width: 94%;
    margin: 0 auto; }
.leftS_popup .navContainer > ul > li {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    vertical-align: top;
    opacity: 0;
    transition: all .3s;
    overflow: hidden; }
.leftS_popup .navContainer > ul > li > a {
    padding: 28px 0 15px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #3c3c3c;
    font-size: 20px;
    text-decoration: none; }
.leftS_popup .navContainer > ul > li .showMore {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 22px;
    right: 0;
    background-size: 14px auto;
    cursor: pointer; }
.leftS_popup .navContainer > ul > li .showMore.plus {
    background: url("../images/icons/plus.svg") no-repeat center;
    background-size: 14px auto; }
.leftS_popup .navContainer > ul > li .showMore.minus {
    background: url("../images/icons/minus.svg") no-repeat center;
    background-size: 14px auto; }
.leftS_popup .navContainer > ul > li ul {
    display: none;
    width: 80%;
    margin: 0 auto; }
.leftS_popup .navContainer > ul > li ul li {
    border-bottom: 1px solid #e5e5e5; }
.leftS_popup .navContainer > ul > li ul li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #333; }
.leftS_popup .navContainer > ul > li ul li ul {
    display: none !important; }
.leftS_popup .navContainer > ul > li ul li .showMore {
    display: none !important; }
.leftS_popup .navContainer > ul > li.active {
    display: block; }
.leftS_popup .navContainer > ul > li.active > a {
    color: #FF773D; }
@-webkit-keyframes showNavLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@keyframes showNavLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@-moz-keyframes showNavLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@-o-keyframes showNavLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
.leftS_popup .navContainer > ul li:nth-child(1) {
    animation: showNavLi 0.5s ease-out 0.5s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(2) {
    animation: showNavLi 0.5s ease-out 0.6s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(3) {
    animation: showNavLi 0.5s ease-out 0.7s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(4) {
    animation: showNavLi 0.5s ease-out 0.8s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(5) {
    animation: showNavLi 0.5s ease-out 0.9s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(6) {
    animation: showNavLi 0.5s ease-out 1.0s 1 forwards; }
.leftS_popup .navContainer > ul li:nth-child(7) {
    animation: showNavLi 0.5s ease-out 1.1s 1 forwards; }
.leftS_popup .navContainer .closeDiv {
    height: 48px;
    width: 95%;
    margin: 0 auto; }
.leftS_popup .navContainer .closeDiv .closeBtn {
    height: 100%;
    float: right;
    width: 44px;
    text-align: center;
    line-height: 44px;
    cursor: pointer; }
.leftS_popup .navContainer .closeDiv .closeBtn img {
    display: block;
    margin: 14px auto;
    width: 20px; }
.leftS_popup .navContainer .closeDiv .typeface {
    float: left;
    margin-top: 12px; }
.leftS_popup .navContainer .closeDiv .typeface a {
    display: inline-block;
    padding: 5px;
    border-bottom: 2px solid transparent;
    margin-right: 13px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #111;
    position: relative; }
.leftS_popup .navContainer .closeDiv .typeface a.on, .leftS_popup .navContainer .closeDiv .typeface a:hover {
    border-bottom: 2px solid #111;
    font-weight: 700;
    color: #111; }
.leftS_popup .navContainer .search {
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #111;
    margin: 28px 15px 0;
    font-size: 0;
    height: 40px; }
.leftS_popup .navContainer .search input {
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px; }
.leftS_popup .navContainer .search .searchValue {
    display: inline-block;
    width: 90%;
    padding: 5px 42px 5px 7.5px;
    font-size: 16.5px;
    line-height: 1;
    color: #111;
    letter-spacing: 0.06em;
    border: 0; }
.leftS_popup .navContainer .search .deleteBtn {
    display: none;
    position: absolute;
    top: 2px;
    left: 80%;
    width: 25px;
    height: 25px;
    background: url("../images/icons/close.svg") no-repeat center;
    background-color: gainsboro;
    background-size: 10px auto;
    border: none;
    border-radius: 50%; }
.leftS_popup .navContainer .search .searchBtn {
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 38px;
    height: 33px;
    z-index: 999; }
.leftS_popup .navContainer .search i {
    display: inline-block;
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #3c3c3c; }

.rightS_popup {
    overflow: hidden;
    position: fixed;
    z-index: 9999998;
    width: 100%;
    max-width: 375px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    display: none; }
.rightS_popup .popup_contain {
    position: absolute;
    right: -375px;
    top: 0;
    z-index: 99999999;
    background: black;
    width: 100%;
    background-size: 100%;
    height: 101%;
    overflow: auto; }
.rightS_popup .popup_contain .popup_header {
    position: relative;
    background: url("../images/phoneImages/zxsc_select.png") no-repeat left -19px;
    height: 47px; }
.rightS_popup .popup_contain .popup_header .close {
    width: 44px;
    height: 100%;
    float: none;
    margin-left: 10px; }
.rightS_popup .popup_contain ul li {
    height: 92px;
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    vertical-align: top;
    opacity: 0;
    transition: all .3s;
    overflow: hidden; }
.rightS_popup .popup_contain ul li a {
    display: block;
    width: 100%;
    height: 100%; }
@-webkit-keyframes showLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@-moz-keyframes showLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@-o-keyframes showLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
@keyframes showLi {
    0% {
        top: 104px;
        opacity: 0; }
    100% {
        top: 0;
        opacity: 1; } }
.rightS_popup .popup_contain ul li:nth-child(1) {
    animation: showLi 0.5s ease-out 0.5s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(2) {
    animation: showLi 0.5s ease-out 0.6s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(3) {
    animation: showLi 0.5s ease-out 0.7s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(4) {
    animation: showLi 0.5s ease-out 0.8s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(5) {
    animation: showLi 0.5s ease-out 0.9s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(6) {
    animation: showLi 0.5s ease-out 1.0s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(7) {
    animation: showLi 0.5s ease-out 1.1s 1 forwards; }
.rightS_popup .popup_contain ul li:first-child {
    background: url("../images/phoneImages/lq.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/lq.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li {
    background: url("../images/phoneImages/sy.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/sy.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li + li {
    background: url("../images/phoneImages/555.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/555.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li + li + li {
    background: url("../images/phoneImages/qjy.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/qjy.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li + li + li + li {
    background: url("../images/phoneImages/sjp.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/sjp.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li + li + li + li + li {
    background: url("../images/phoneImages/ktp.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/ktp.png*/) no-repeat center;
    background-size: 100% auto; }
.rightS_popup .popup_contain ul li:first-child + li + li + li + li + li + li {
    background: url("../images/phoneImages/moreList.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/phoneImages/moreList.png*/) no-repeat left center;
    height: 73px; }

.phoneBanner {
    display: none; }


@media only screen and (max-width: 1366px) {
    .header .navContainer ul li {
        padding: 0 9px; } }
@media only screen and (max-width: 1316px) {
    .header .navContainer ul li a {
        font-size: 14px; }
    .header .navContainer > ul > li {
        padding: 0;
        width: 24.2857%; }
    .header .navContainer > ul > li > ul {
        padding-top: 12px; } }
@media only screen and (max-width: 1280px) {
    .header .navContainer > ul > li > li {
        height: 270px; }
    .header .navContainer .submenuBg {
        height: 271px; } }
@media only screen and (max-width: 1200px) {
    .header {
        height: 48px; }

    .phoneArea {
        display: block;
        height: 48px;
        text-align: center; }
    .phoneArea .phone_headerContainer {
        width: 95%;
        margin: 0 auto;
        height: 48px; }
    .phoneArea .burgerMenu {
        float: left;
        width: 44px;
        height: 100%;
        line-height: 48px;
        text-align: left;
        cursor: pointer; }
    .phoneArea .burgerMenu img {
        display: block;
        width: 22px;
        margin-top: 14px; }
    .phoneArea .logo {
        display: inline-block;
        height: 100%;
        /* width: 60px; */
        float: none;
        line-height: 48px; }
    .phoneArea .logo img {
		width:60%;
        height:auto;
        display: block;
        margin:15px auto 0;}
    .phoneArea .shoppingMall {
        float: right;
        width: 44px;
        height: 100%;
        line-height: 48px;
        text-align: right;
        cursor: pointer; }
    .phoneArea .shoppingMall img {
        width: 22px;
        margin-top: 4px; }

    .pcArea {
        display: none !important; }

    .header .navContainer ul li {
        padding: 0 9px; }

     }
	 

@media only screen and (max-width: 767px) {
	.header{background:#fff}

    .phoneBanner {
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 997; }
    .phoneBanner img {
        width: 100%; }
    .phoneBanner .words {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url("../images/videoWord.png"/*tpa=http://www.gzlig.com/-themes-/theme1/images/videoWord.png*/) no-repeat center;
        background-size: 275px auto;
        z-index: 998; }
    .phoneBanner .more {
        position: absolute;
        background: url("../images/pull_down.svg"/*tpa=http://www.gzlig.com/-themes-/theme1/images/pull_down.svg*/) no-repeat center;
        z-index: 999;
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        bottom: 20px;
        left: 50%;
        margin-left: -22px;
        opacity: 0.7; }

    }

	
.clear_both {
    clear: both !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important; }




.rightS_popup .popup_contain .popup_header {
    background: #eeb500; }
.rightS_popup .popup_contain .popup_header .close {
    opacity: 1;
    text-align: center;
    padding: 12px; }
.rightS_popup .popup_contain .popup_header .close img {
    display: block;
    width: 20px; }
.rightS_popup .popup_contain ul li {
    background-image: none !important;
    cursor: pointer; }
.rightS_popup .popup_contain ul li a img {
    display: block;
    width: 100%;
    height: 100%; }
.rightS_popup .popup_contain ul li .brand_title {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 36px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
.rightS_popup .popup_contain ul li .shop_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99;
    display: block;
    opacity: 0;
    filter: Alpha(opacity=0); }
.rightS_popup .popup_contain ul li:hover .shop_mask {
    opacity: 0.3;
    filter: Alpha(opacity=30); }

.rightS_popup .popup_contain ul li:first-child + li + li + li + li + li + li {
    height: 92px; }

.rightS_popup .popup_contain ul li:nth-child(8) {
    animation: showLi 0.5s ease-out 1.2s 1 forwards; }

.rightS_popup .popup_contain ul li:nth-child(9) {
    animation: showLi 0.5s ease-out 1.3s 1 forwards; }
.rightS_popup .popup_contain ul li:nth-child(10){
animation: showLi 0.5s ease-out 1.4s 1 forwards;
}
.header .headerRight .search:hover {
    background-color: #e6e6e6; }


