/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

/* a:link {
    color: #666;
}

a:visited {
    color: #666;
} */

a:hover, a:active, a:focus {
    /* color: #009b4c; */
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1 }

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    /* font-weight: bold; */
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* .wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
} */
.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*头部样式*/
/* .top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 143px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 143px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
} */
/*热门搜索*/
/* .sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
} */
/*搜索和热门搜索*/
/* #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}
 */
/* 导航样式 */
/* #menu {
    background-color: #019350;
} */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}

.x-menu>li {
    position: relative;
    /* width: 150px; */
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    /* color: #ffffff; */
    white-space: nowrap;
    line-height: 1;
    /* height: 60px; */
    text-align: center;
    color: #121212;
    opacity: 0.9;
}

.x-menu>li>a span {
    display: block;
    opacity: 0.8;
    font-size: 12px;
    margin-top: 10px;
}

/* .x-menu>li>a:hover {
    background-color: #ff8a00;
} */
.x-menu>li.active>a {
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 111px;
    left: 50%;
    margin-left: -55.5px;
    top: 52px;
    background-color: #393939;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 4px solid #a2c435;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,.9);
    line-height: 50px;
}

.x-sub-menu>li>a:hover {
  	color: #a2c435;
	opacity: 0.9;
}

/* .x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
} */
/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/*内页左侧样式*/
/* .container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
} */
.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 992px) {
    body {
        padding-top: 66px;
        padding-bottom: 50px;
    }
}



/* 内页分类 */

.xypg-left-title2 {
    background: url(//cdn.myxypt.com/ff740125/22/03/c951410397bf623a9162d58f8015da40d34f99ae.png) no-repeat 0 50%;
    line-height: 58px;
    position: relative;
}

.wzx {
    position: absolute;
    line-height: 53px;
    color: #999999;
    font-size: 12px;
    right: 10px;
    top: 0px
}

.wzx a {
    color: #999999;
    font-size: 12px;
}

.xypg-left-title2 h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px
}

.xypg-left-title2 h3 span{
    display: none;
}

.xypg-left-con2 {
    border: none;
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}

.page-wrap-right {
    margin-top: -38px;
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    border-bottom: 1px solid #e6e6e6;
}

.xypg-left-nav>li {
    position: relative;
    float: left;
    border: none;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    display: none
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #a2c435;
    background: url(//cdn.myxypt.com/ff740125/22/03/1efb9f336f6963a4f03700985b3c615341f1a6ae.png) no-repeat center bottom;
}


.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #a2c435;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: #a2c435;
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #a2c435;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #a2c435;
}

@media (max-width:990px) {

.page-wrap-right{
    margin-top: 0;
}

    .xypg-left-con2 {
        display: none;
    }
    .xypg-right-content {
        margin-top: 20px;
    }
    .xypg-left-nav>li {
        float: none;
        border-bottom: 1px solid #eeeeee;
    }
    .xypg-left-nav>li:hover>a,
    .xypg-left-nav>li.clicked>a {
        background: none;
    }
  .xypg-left-nav>li .first-nav-btn {
    display: block;
}
}