/*初始化样式*/
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;
}
ul, p {
    margin-bottom: 0!important;
}
body {
    background: #fff;
    color: #666;
    position: relative;
    font: 14px/1.5 "微软雅黑", arial, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
}


a:hover, a:active, a:focus {
    color: #009b4c;
    text-decoration: none !important;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

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: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}
.x-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wh1500 {
    width: 75rem;
    margin: auto;
}
@media (max-width: 1440px) {
    /* .wh1500 {
        width: 100%!important;
        margin: auto;
    }
	.wh1400 {
        width: 100%!important;
        margin: auto;
	}
    .wh1280 {
        width: 100%!important;
        margin: auto;
    } */
}
@media (max-width: 1200px) {
    /* .wh1500 {
        width: 100%!important;
        margin: auto;
    }
	.wh1400 {
        width: 100%!important;
        margin: auto;
	}
    .wh1280 {
        width: 100%!important;
        margin: auto;
    } */
}
@media (max-width: 990px) {
    /* .wh1500 {
        width: 100%!important;
        margin: auto;
    }
	.wh1400 {
        width: 100%!important;
        margin: auto;
	}
    .wh1280 {
        width: 100%!important;
        margin: auto;
    } */
}
@media (max-width: 768px) {
    /* .wh1500 {
        width: 100%!important;
        margin: auto;
    }
	.wh1400 {
        width: 100%!important;
        margin: auto;
	} */
    .wh1280, .wh1500, .wh1400 {
        width: 100%!important;
        margin: auto;
        padding: 0 15px;
    }
}
@media (max-width: 430px) {
    /* .wh1500 {
        width: 100% !important;
        margin: auto;
    }
	.wh1400 {
        width: 100%!important;
        margin: auto;
	}
    .wh1280 {
        width: 100%!important;
        margin: auto;
    } */
}
.wh1400 {
    width: 70rem;
    margin: auto;
}
.wh1280 {
    width: 64rem;
    margin: auto;
}
/*----- 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;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.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);
}

/* 导航样式 */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70.6%;
}

.x-menu>li {
    /*position: relative;*/
}

.x-menu>li>a {
    display: block;
    font-size: 0.9rem;
    color: #fffefe;
    white-space: nowrap;
    line-height: 5rem;
    text-align: center;
}

.x-menu>li:hover>a {
    color: #015be2;
}


.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}
.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    top: 5rem;
    padding: 1rem 0;
    /* display: flex; */
    /* margin-left: -3.25rem; */
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.sub_menu_box {
    display: flex;
    justify-content: space-around;
    /* padding: 1rem 0; */
}
.sub_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
}
.menu_a {
    display: flex;
    flex-direction: column;
}
.menu_a a{
    line-height: 1;
    font-size: 0.8rem;
    color: #666666;
    margin-top: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_a a:hover {
    color: #015be2;
}
.sub_menu>li {
    /* padding: 0 0.9rem; */
    padding: 0.2rem 0;
    max-width: 15rem;
}

.sub_menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 1rem;
    white-space: nowrap;
    color: #333333;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}

.sub_menu>li>a:hover {
    /* background: #015be2; */
    color: #015be2;
}

.sub_menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 0.5rem;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    margin-left: -0.5rem;
    z-index: 99;
    display: none;
}
.menu_img {
    width: 16.8rem;
    height: 10.35rem;
}
.menu_img img {
    width: 100%;
    height: 100%;
}
/* 友情链接 */
.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;
    background: url(../img/786aeb6241ac3ae28e9f07069e292f1959840c00.png) no-repeat 119px 50% rgba(102,102,102,.3);
    width: 140px;
    line-height: 36px;
    text-indent: 20px;
    color: rgba(255,255,255,.3);
}

.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: 140px;
}

.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: 1680px) {
   .sub_menu {
       gap: 2vw;
   }
}

@media (max-width: 992px) {
    body {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }
}
