a {
    text-decoration: none;
}


/*ul {*/
    /*overflow: hidden;*/
    /*padding: 20px 5px 0px 5px;*/
    /*margin: 0px;*/
/*}*/

ul li {
    list-style: none;
}

input {
    outline: none;
}

.headerPart {
    width: 100%;
    height: 155px;
    overflow: hidden;
    /*background: url('../images/topbj.jpg') repeat-x center;*/
    border-bottom: 1px solid rgb(237, 218, 214);
	background-size: 100%;
    background-color: #923026;
    min-width: 1200px;
}

/* logo搜索栏 */
.navPart {
    /* width: 1200px; */
    height: 100%;
    margin: 0 auto;
    position: relative;

}

.logo {
    margin: 0px 0 0 0px;
}

.logo img {
    height: 125px;
}

.search {
    height: 100px;

    margin: 30px;

}
.align-center {
    align-items: center;
}
.tmall-flex {
    display: flex;
}

.language {
    display: none;
    float: right;
    margin-bottom: 27px;
    color: rgb(198, 190, 84);
}

.language > a {
    font-size: 14px;
    color: rgb(116, 109, 100);
    font-family: hm;
}

.Selected_a {
    color: rgb(205, 116, 54) !important;
}

.inputPart {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.inputPart > input {
    width: 100%;
    height: 46px;
    font-size: 16px;
    border: 1px solid rgb(26 170 168);
    padding: 0 73px 0 10px;
    border-radius: 0px 5px 5px 0px;
    background: rgb(252, 249, 244);
}

.justify-between {
    justify-content: space-between;
}

body.met-navfixed {
    padding-top: 0px !important;
}

.headerPart:after {
    width: 10px;
    height: 10px;
    background: red;
}

.headerPart {
    font-size: 23px;
}

.color-lines {
    white-space: nowrap;
    font-size: 0px;
}

.color-lines span {
    display: inline-block;
    width: 31px;
    height: 15px;
}


.blue-line {
    background-color: blue; /* 蓝色 */
}

.white-line {
    background-color: white; /* 白色 */
}

.red-line {
    background-color: red; /* 红色 */
}

.green-line {
    background-color: green; /* 绿色 */
}

.yellow-line {
    background-color: yellow; /* 黄色 */
}

._phone {
    display: inline-block;
    margin: 0px 0px 0px 85px;
}

._phone_txt {
    font-weight: 700;
}

.inputPart > a {
    /*     display: inline-block;
        width: 64px;
        height: 47px;
        background: url(../images/searchbagimg.png) no-repeat;
        position: absolute;
        right: 0px;
        bottom: 1px;
        border-radius: 0px 5px 5px 0px; */
    display: inline-block;
    background: url(../images/searchbagimg.jpg) no-repeat;
    position: absolute;
    margin-left: -3px;
    border-radius: 0px 5px 5px 0px;
}

.language > a:hover {
    color: rgb(205, 116, 54);
}

/* 二级菜单栏 */
.navPart1 {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    clear: both;
    line-height: 70px;
    display: flex;
    justify-content: space-around;
}

.navPart1 > li {
    float: left;
    text-align: center;
    height: 33px;
    line-height: 33px;
    margin-top: 15px;
}

.navPart1 > li a {
    font-size: 18px;
    color: rgb(40, 39, 39);
    display: inline-block;
    position: relative;
    line-height: 33px;
}

.navPart2_ul_Li > a {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.Selected_li {
    background: url(../images/titlebagimgmiddle.png) repeat-x center;
}

.Selected_li .stair {
    color: white !important;
}

.navPart1 .Selected_li .stair:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0px;
    display: inline-block;
    width: 22px;
    height: 34px;
    background: url('../images/titlebagimgleft.png') center center no-repeat;
}

.navPart1 .Selected_li .stair:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0px;
    display: inline-block;
    width: 22px;
    height: 34px;
    background: url('../images/titlebagimgright.png') center center no-repeat;
}

.navPart1 > li:hover > div > a {
    color: rgb(27 163 161);
    font-weight: bold;
}

/* 隐藏菜单栏 */
.hideNavigation {
    z-index: 2;
    position: absolute;
    top: 220px;
    left: 0px;
    width: 100%;
    height: 130px;

    background: url(../images/hidenavigation.jpg) no-repeat bottom;
    background-color: white;
    line-height: 115px;
    overflow: hidden;
    display: none;
    /* transition: all 2s; */


}

.Navigation_ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.Navigation_ul > li {
    float: left;
    margin-right: 30px;
    background: url('../images/hidenavigationicon.png') no-repeat left;
    padding-left: 25px;
}

.Navigation_ul > li > a {
    font-family: 'YaHei';
    font-size: 18px;
    color: white;
    margin-top: 40px;
}

.Navigation_li {
    font-family: 'Microsoft YaHei';
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    font-weight: 700;
    margin-right: 30px !important;
    padding: 0 !important;
    background: none !important;
    margin-top: 0px;
}

.navPart1 > li:hover > .hideNavigation {
    display: block;

    /* transition: all 2s;
    transform: translateY(100px); */
}

.Navigation_ul > li > a:hover {
    color: #ffc5a3;
}

/* 三级导航 */
.navPart2 {
    width: 100%;
    background: url('../images/21212.png') repeat-x bottom;
    overflow: hidden;
    text-align: center;
}

.navPart2 > img {
    width: 100%;
    overflow: hidden;
    clear: both;
    min-width: 1200px;
}

.navPart2_ul {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.navPart2_ul_Li {
    /* width: 110px; */
    height: 43px;
    float: left;
    margin-left: 50px;
    margin-top: 14px;
    line-height: 43px;
    background: url('../images/banner_center.png') repeat-x center;
    text-align: center;
    position: relative;
}

.banner_left {
    position: absolute;
    left: -15px;
    top: 0px;
    display: inline-block;
    width: 15px;
    height: 43px;
    background: url('../images/banner_left.png') center center no-repeat;
}

.banner_right {
    position: absolute;
    right: -15px;
    top: 0px;
    display: inline-block;
    width: 15px;
    height: 43px;
    background: url('../images/banner_right.png') center center no-repeat;
}

.navPart2_ul_SelectLi {
    background: url('../images/banner_a_center.png') repeat-x center;
}

.navPart2_ul_SelectLi .banner_left {
    background: url('../images/banner_a_left.png') center center no-repeat !important;
}

.navPart2_ul_SelectLi .banner_right {
    background: url('../images/banner_a_right.png') center center no-repeat !important;
}

.navPart2_ul_SelectLi > a {
    color: rgb(205, 61, 43);

}

.navPart2_ul_Li > a:hover {
    color: rgb(205, 61, 43);
}


/*分页样式*/
.pBar {
    margin-top: 26px;
    float: right;
}

.pBar a {
    display: block;
    height: 30px;
    border: 1px solid #C8A06F;
    line-height: 30px;
    padding: 0px 13px;
    float: left;
    margin-right: 5px;
    color: black;
    border-radius: 4px;
}

.pBar a.disable {
    color: #C0C0C0;
    border-color: #DDACAC;
}

.pBar #curr {
    color: #FFF;
    background-color: #C8A06F;
}

.pBar a:hover {
    background-color: #C8A06F;
    color: #FFF;
}

/*new navigation*/
.align_center {
    align-items: center;
}

.justify_between {
    justify-content: space-between;
}
.flex_box {
    display: flex;
}
.main {
    width: 1500px;
    margin: 0px auto;
}
.pr {
    position: relative;
}
.nav_box{
    width: 100%;
}
.nav_bg {
    /*background-color: #fff;*/
    /*position: absolute;*/
    width: 100%;
    height: 86px;
    z-index: 999;

}

.nav>li {
    position: relative;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.nav>li:hover > a {
    border-bottom: 1px solid #fff;
    color: #e08821;
}

.nav>li.act > a{
    border-bottom: 1px solid #fff;
}

.nav>li>a {
    color: #6d6d6d;
    text-align: center;
    line-height: .2rem;
    padding: .15rem 0;
}

.nav>li>a span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0px 15px 0px;
    max-width: 100%;
    white-space: nowrap;
}

.nav>li>a em{
    display: block;
    font-size: 17px;
    font-style: normal;
	height:20px;
	line-height:20px;
}

.subnav {
    position: absolute;
    width: 200%;
    background-color: #fff;
    z-index: 999;
    display: none;
    top: 80px;
    left:50%;
    transform: translateX(-50%);
}

.nav>li:hover .subnav {
    display: block;
}

.subnav a {
    display: block;
    text-align: center;
    color: #666;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.subnav a:hover {
    background-color: #e08821;
    color: #fff;
}