
@font-face {
    font-family: "Source Han Sans CN Light";
    src: url('http://group.jiuhangjituan.cn/font/SourceHanSansCNLight.ttf') format("truetype");
}

@font-face {
    font-family: "Source Han Sans CN Regular";
    src: url("http://group.jiuhangjituan.cn/font/Source%20Han%20Sans%20CN%20Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Han Serif CN";
    src: url("http://group.jiuhangjituan.cn/font/Source%20Han%20Serif%20CN.ttf") format("truetype");
}



ul>li {
    list-style-type: none;
}

body {
    width: 100%;
    min-width: 1260px;
    font-family: "Source Han Sans CN Regular";
}

body img {
    font-family: "Microsoft Yahei";
}

.clearfix {
    display: table;
    content: '';
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
}

input::-webkit-input-placeholder {
    line-height: normal;
    font-size: 14px;
    opacity: 0.6;
}

input::-moz-placeholder {
    line-height: normal;
    font-size: 14px;
    opacity: 0.6;
}

input::-ms-input-placeholder {
    line-height: normal;
    font-size: 14px;
    opacity: 0.6;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    /*去除外边框*/
    border: none;
    /*适应safari浏览器内容不跑偏*/
    line-height: 1;
    width: 100%;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*去除选中时样式*/
    outline: none;
    /*去除点击一闪而过的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*  */

:root {
    /* --base-color: #D08E46; */
    --base-color:#004ea2;
    --base-color2: #01bb98;
    --base-bgcolor: #f5f5f5;
    --base-width: 1226px;
}

.xia-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    /* background: url('../img/allImg/xia.png') no-repeat 100% 100%; */
}
/* 导航 */

.top {
    background-color: #313131;
    height: 32px;
    width: 100%;
    font-family: "Source Han Sans CN Light";
}

.topBox {
    width: var(--base-width);
    margin: 0 auto;
    color: #fff;
    line-height: 32px;
    font-size: 12px;
    letter-spacing: 0.2em;
}
.topBox a{
    color: #fff!important;
}
.topBox div:nth-of-type(1) {
    float: right;
}

.navbar {
    width: var(--base-width);
    margin: 0 auto;
    height: 190px;
    background-color: #fff;
    position: relative;
}

.inputBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputBox input {
    width: 436px;
    height: 35px;
    font-size: 14px;
    opacity: 0.6;
}

.inputBox>img:nth-of-type(1) {
    /* margin: 30px 0; */
    width: 194px;
}

.ewm_fwh {
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/common_img/ewm_border.png') no-repeat;
}

.ewm_fwh img {
    width: 82px;
}

.inputBox .ewm_fwh {
    margin-right: 20px;
}

.input {
    padding-left: 15px;
    width: 521px;
    height: 40px;
    box-sizing: border-box;
    margin: 40px 140px;
    border: 1px solid #333333;
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
}

.input a {
    line-height: 40px;
    opacity: 0.6;
    font-size: 15px;
}

.input img {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 23px;
    height: 23px;
}

.input .shu {
    width: 2px;
    height: 25px;
    background-color: #C9C9C9;
    position: absolute;
    top: 7px;
    right: 48px;
}

.ewm_text {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
}

.ewm_text span:nth-of-type(1) {
    padding-left: 2px;
}

.navbarBox {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Source Han Sans CN Light";
}

.navbarBox a {
    padding-bottom: 4px;
    height: 20px;
    font-size: 18px;
    color: #000000;
}

.navbarBox a.active {
    border-bottom: 2px solid var(--base-color);
}


/* 底部栏 */

.footer {
    width: 100%;
    font-family: "Source Han Sans CN Light";
}

.footerBox1 {
    width: var(--base-width);
    margin: 0 auto;
    height: 226px;
    display: flex;
}

.footerBox1 .boxL {
    padding: 51px 0 43px;
    display: flex;
    width: 50%;
}

.boxL div {
    flex: 1;
}

.boxL div img:nth-of-type(1) {
    padding-right: 127px;
}

.boxL div img:nth-of-type(2) {
    padding: 64px 110px 0px 0px;
}

.footerBox1 .boxR {
    padding: 42px 0 27px;
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.boxR img {
    vertical-align: middle;
}

.boxR>div:nth-of-type(1) {
    padding-left: 20px;
}

.boxR>div:nth-of-type(1) img {
    margin: 9px 0;
}

.boxR>div:nth-of-type(1) p {
    font-size: 30px;
    color:var(--base-color);
    padding-bottom: 11px;
    font-family: "Source Han Sans CN Regular";
}

.boxR>div:nth-of-type(1) span {
    font-size: 14px;
    opacity: 0.8;
}

.boxR>div:nth-of-type(2) {
    padding: 0 44px 0 29px;
}

.boxR>div:nth-of-type(3) {
    padding: 0 0 0 46px;
}

.boxR>div:nth-of-type(2) p,
.boxR>div:nth-of-type(3) p {
    font-size: 14px;
    opacity: 0.8;
}

.ewm_text1 {
    padding-top: 14px;
    text-align: center;
}

.ver_line {
    width: 1px;
    height: 146px;
    margin: 0 5px;
    background-color: #E0E0E0;
}

.footerBox2 {
    width: 100%;
    height: 100px;
    background-color: #333333;
    padding: 24px 0;
    color: #B0B0B0;
    box-sizing: border-box;
    font-family: "Source Han Sans CN Light";
    display: flex;
    align-items: center;
}

.box2text {
    width: var(--base-width);
    margin: 0 auto;
}

.box2text img {
    float: left;
    width: 175px;
    padding-top: 12px;
}

.box2text div:nth-of-type(1) {
    float: left;
    padding: 24px 73px;
    font-size: 12px;
    line-height: 18px;
}

.box2text div:nth-of-type(2) {
    float: right;
    font-size: 18px;
    line-height: 52px;
}


/* 公共样式 */


/* 分类展示 */
.show_typeList_box{
    position: absolute;
    top: 200px;
    width: var(--base-width);
    height: 200px;
    left: 48%;
    transform: translate(-50%);
    z-index: 9;
}
.show_typeList {
    width: 200px;
    height: 200px;
    background-color: #3b3b3b;
    z-index: 9;
    position: relative;
    left: 0;
    color: #fff;
    /* transform: translateX(-50%); */
    padding-bottom: 25px;
    display: none;
   
    /* overflow: hidden; */
}

.secondeType {
    width: 200px;
    height: 400px;
    background-color: #eeeeee;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 300px;
    color: #fff;
    transform: translateX(-50%);
    padding-bottom: 25px;
    display: none;
}

/* .firstTypeList {
    height: 100%;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    transform: translateX(5%);
    transition: all 1s linear;
} */
 .is_active {
   background-color: #eeeeee;
   color: var(--base-color);
}
.is_active_second {
    color: var(--base-color)!important;
}

.hoverType {
    display: block !important;
}
.firstTypeItem {
    /* flex: 1; */
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
   
}
.secondeTypeItem {
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
  
    font-weight: bold;
}
a{text-decoration: none;color:#333;}
 a:hover, a:visited, a:link, a:active {
    color:#333;
 
}


/* .firstTypeItem:hover span {
    color: var(--base-color);
} */

.line1 {
    width: 1180px;
    height: 1px;
    background: #000000;
    opacity: 0.8;
    margin: 0 auto;
}

.secondTypeList {
    display: flex;
    padding: 18px 12px 0;
}

.secondTypeList .isshow {
    visibility: visible;
    animation: mysecond .5s;
    animation-fill-mode: forwards;
}

.secondTypeItem {
    width: 176px;
    margin: 0 12px;
    text-align: center;
    visibility: hidden;
    /* transform: translateY(10%); */
    /* transition: all 0.3s ease-in; */
}

.secondTypeItem a {
    display: block;
    color: #000000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #E3E3E3;
    margin-bottom: 1px;
    font-size: 14px;
}

.secondTypeItem a:hover {
    color: #ffffff;
    background-color: var(--base-color);
}


/* 鼠标滑进样式 */

.hoverIndex {
    display: block;
}

.hoverIndex .firstTypeList {
    /* transform: translateX(0); */
    animation: myfirst 1s;
    animation-fill-mode: forwards;
}

@keyframes myfirst {
    from {
        transform: translateX(10%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes mysecond {
    from {
        transform: translateY(20%);
    }
    to {
        transform: translateY(0);
    }
}


/* 弹窗 */

.msg {
    padding: 20px 30px;
    background-color: rgba(49, 49, 49, 0.78);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    font-size: 16px;
    font-family: "Source Han Sans CN Light";
}

/* 产品展示列表 */

.FgoodsList {
    display: flex;
    flex-wrap: wrap;
    padding: 61px 0 58px;
}

.Featured_Item {
    width: 200px;
    text-align: center;
    position: relative;
    margin:15px 10px;
}

.gooditem:hover {
    box-shadow: 1px 2px 3px 0px rgba(154, 154, 154, 0.23);
    cursor: pointer;
}

.FgoodsList .Featured_Item:hover {
    box-shadow: none;
    cursor: pointer;
}

.gooditem>img:nth-of-type(1) {
    width: 160px;
    height: 160px;
}

.gooditem:hover h6 {
    color: var(--base-color);
}

.gooditem h6 {
    margin: 19px 0 12px;
    padding: 0 15px;
    color: #353535;
    font-size: 14px;
    line-height: 18px;
    /* 多行文字溢出隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gooditem p {
    font-family: "Source Han Sans CN Light";
    font-size: 12px;
    color: #000000;
    margin-bottom: 17px;
}

.gooditem span:nth-of-type(1) {
    color: #C00000;
    font-size: 14px;
    margin-right: 5px;
}

.Featured_Item span:nth-of-type(2) {
    color: #000000;
    opacity: 0.6;
    font-size: 12px;
    text-decoration: line-through;
}

.el-breadcrumb {
    width: var(--base-width);
    margin: 0 auto;
    padding-bottom: 47px;
    padding-top: 40px;
    
}

.box2text a{
    color: #b0b0b0;
}