* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -moz-overflow-x: hidden;
}

dl,
ol,
ul,
p,
dd {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

em,
i,
b {
    font-style: normal;
    font-weight: normal;
    font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

label {
    margin-bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a,
u,
a:hover {
    color: #666666;
    text-decoration: none;
    font-style: normal;
}

/* .clearfix { *zoom: 1; } */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.shortcut {
    height: 37px;
    background: #fafafa;
    width: 100%;
    line-height: 37px;
}

.shortcut .fl {
    color: #666666;
    float: left;
    width: auto;
    display: inline-block;
}

.shortcut .flabout li {
    float: left;
    padding: 0 10px;
}

.shortcut .flabout .xian {
    position: relative;
}

.erwe-img {
    background: #fff;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    top: 40px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.erwe-img img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 6px;
}

.xian:hover .erwe-img {
    display: block;
}

.fx {
    display: none;
}

.douyin:hover .erwe-img {
    display: block;
}

.weibo-img {
    background: #fff;
    position: absolute;
    width: 108px;
    height: 108px;
    z-index: 999;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    top: 40px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.weibo-img img {
    position: relative;
    top: 0;
}

.weibo:hover .weibo-img {
    display: block;
}

.shortcut .flabout .xian:after {
    position: absolute;
    top: 12px;
    height: 13px;
    background-color: #666666;
    width: 1px;
    right: 0;
    content: '';

}

.shortcut .flabout {
    float: right;
    width: auto;
    color: #666666;
    margin-right: 10px;
}

.shortcut .fr {
    float: right;
    width: auto;
    color: #666666;
}

.fr b {
    font-weight: bold;
    color: #ff3838;
}

/*.header-container,.he-container{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}*/
.navbar-custom,
.ph-foot {
    display: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin: 0 auto;
    padding: 0;
}

.nav-box {
    height: 110px;
    padding: 23px 0;
    box-sizing: border-box;
}

.nav-left {
    width: 189px;
    height: 58px;
    float: left;
}

.nav-left img {
    width: 100%;
    margin-top: 6px;
}

.quality {
    float: left;
    margin-left: 64px;
    width: auto;
}

.sewage {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #013281;
}

.sewage b {
    font-weight: 600;
    color: #ff3838;
    margin-left: 10px;
}

.quality>ul {
    display: block;
    margin-top: 5px;
}

.quality>ul li {
    float: left;
    font-size: 14px;
    color: #666666;
    position: relative;
    margin-right: 10px;
}

.quality>ul li b {
    font-weight: 600;
    color: #ff3838;
}

.quality>ul li:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 8px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ff3838;
}

.quality>ul li:last-of-type::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
}

.certification {
    float: left;
    margin-left: 20px;
}

.certification li {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.certification li:first-of-type {
    margin-left: 0;
}

.certification li>img {
    height: 46px;
}

.certification li>p {
    color: #013281;
    font-size: 14px;
}

.hotline {
    float: right;
    width: auto;
    margin-top: 10px;
}

.hotline>img {
    float: left;
    margin-top: 10px;
}

.hotline .hotdes {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #013281;
}

.hotline .hotdes span {
    margin-left: -5px;
}

.hotline .hotdes p {
    font-size: 17px;
    font-weight: 600;
    color: #ff3838;
    margin-left: 5px;
    width: 340px;
    /* 原为 width: 170px; */
}

.navbar {
    line-height: 50px;
    width: 100%;
    height: 50px;
    background-color: #49a3f8;
    padding: 0;
}

.navbar-nav {
    display: block;

}

.navbar-nav li {
    /* padding: 0 30px; */
    /* width: auto; */
    width: 120px;
    float: left;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.navbar-nav li.notCN {
    width: 185px !important;
}

.navbar-nav li.notCN a {
    padding-left: 8px !important;
}

.navbar-nav li a {
    color: #ffffff;
    display: inline-block;

}

.navbar-nav li::after {
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    display: block;
    height: 2px;
    background: #fc9913;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    left: -1px;
    width: calc(102%);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.navbar-nav li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.navbar-nav li:hover::after {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);

}

.navbar-nav li.active {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.navbar-nav li.active::after {
    content: "";
    display: block;
    height: 2px;
    background: #fc9913;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.banner-cont {
    width: 100%;
    height: auto;
}

.banner-cont img {
    width: 100%;
    display: block;
}

.crumb {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    border-bottom: solid 1px #eeeeee;
}

.crumb li {
    float: left;
    margin-left: 5px;
    color: #838383;
    font-size: 12px;
}

.crumb li i {
    margin-right: 5px;
    font-size: 12px;
}

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.articlecon {
    margin-top: 30px;
}

.article {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.article .arttie {
    color: #282d44;
    font-size: 24px;
    font-weight: 600;
}

.article .artkey {
    margin-top: 25px;
    color: #666666;
    font-size: 14px;
}

.article .artkey li {
    float: left;
    margin-left: 50px;
    text-align: left;
}

.article .artkey li:first-of-type {
    margin-left: 0;
}

.article .artkey li:nth-child(2) {
    margin-left: 40px;
}

.infors {
    padding-right: 0;
}

.padrit {
    padding-left: 0;
    padding-right: 30px;
}

.items {
    margin-top: 30px;
    overflow: hidden;
}

.items .item {
    margin-top: 30px;
}

.items .item:first-of-type {
    margin-top: 0;
}

.items .item .list {
    width: 100%;
    height: 47px;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.items .item .list>p {
    text-align: center;
    width: 169px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #ffffff;
    background-color: #fc9913;
}

.items .item .listcont {
    margin-top: 30px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
}

.items .item .itemtable,
.items .item .itemimg {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.items .item .itemtable img {
    width: 100%;
}

.items .item .itemtable td {
    border: 1px solid #dfdfdf;
}

.turnpages {
    margin-top: 50px;
    display: flex;
}

.turnpages p {
    display: block;
    flex: 1;
    font-size: 14px;
    color: #a3a3a3;
}

.turnpages a {
    font-size: 14px;
    color: #a3a3a3;
}

.turnpages a:hover {
    color: #fc9913;
}

.disclaimer {
    margin-top: 25px;
    width: 100%;
    height: auto;
    background-color: #fafafa;
    border-radius: 2px;
    padding: 18px 35px 28px 27px;
    line-height: 25px;
    color: #9c9c9c;
    font-size: 12px;
    box-sizing: border-box;
    text-align: justify;
}

.disclaimer>p {
    margin-top: 30px;
}

.disclaimer>p:first-of-type {
    margin-top: 0;
}

.mayfocus {
    margin-top: 20px;
}

.mayfocus .xian {
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    position: relative;
}

.mayfocus .xian:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 165px;
    background: #0b5eab;
}

.possible>p {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    margin-top: 20px;
}

.possible>ul {
    margin-top: 20px;
}

.possible>ul li {
    font-size: 14px;
    color: #7f7f7f;
    float: left;
    width: 50%;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.possible>ul li a {
    font-size: 14px;
    color: #7f7f7f;
    cursor: pointer;
}

.possible>ul li a:hover {
    color: #fc9913;
}

.possible>ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #7f7f7f;
}

.productstj {
    margin-top: 20px;
}

.productstj .shaped {
    width: 138px;
    height: 0;
    border-width: 0px 33px 33px 0px;
    border-style: none solid solid;
    border-color: transparent transparent #fc9913;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
}

.productstj .prolists {
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #f2a41e;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.prolists li {
    float: left;
    margin: 0 8px;
    width: 170px;
    margin-top: 15px;
}

.prolists li .pro_img {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.prolists li .pro_img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s,
        -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform: .3s;
    -moz-transform: .3s
}

.prolists li a:hover .pro_img img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.prolists li p {
    width: 100%;
    font-size: 14px;
    color: #ff3838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}


.maimg {
    width: 100%;
}

.mations {
    margin-top: 30px;
}

.mations .xian {
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    position: relative;
}

.mations .xian:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 76px;
    background: #0b5eab;
}

.mations>p {
    font-size: 18px;
    color: #222222;
    line-height: 35px;
    margin-top: 20px;
}

.mations .malist li,
.mations .malist2 li {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
    line-height: 22px;

}

.mations .malist li a,
.mations .malist2 li a {
    transition: all 0.3s;
}

.mations .malist li b {
    margin-right: 10px;
    color: #e5e5e5;
}

.mations .malist li a:hover,
.mations .malist2 li a:hover {
    margin-left: 5px;
    color: #fc9913;
}

.mations .malist li a:hover b {
    color: #fc9913;
}

.mations .malist li:nth-child(1) i,
.mations .malist li:nth-child(2) i,
.mations .malist li:nth-child(3) i {
    color: #f2a41e;
    font-size: 16px;
}

.malist2 .sanj {
    font-size: 14px;
    margin-right: 10px;
    color: #f2a41e;
}

.malist3 {
    margin-top: 20px;
}

.malist3 li {
    float: left;
    width: 47%;
    margin-right: 6%;
}

.malist3 li:nth-child(2n) {
    margin-right: 0;
}

.malist3 li img {
    border-radius: 2px;
    width: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.malist3 li p {
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.malist3 li .ming {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.malist3 li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.malist3 li a:hover p {
    color: #fc9913;
}

.foot_up {
    background: #424242;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: 50px;

}

.foot-list {
    display: flex;
}

.foot-list dl {
    flex: 1;
}

.foot-list dt {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 25px;
}

.foot-list dd a {
    color: #8f8f8f;
}

.foot-list dd a:hover {
    color: #fc9913;
}

.foot-list dd {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 28px;
}

.foot-list dl:last-child dt {
    margin-bottom: 38px;
}

.foot-list dl:last-child dd {
    font-size: 16px;
    color: #cccccc;
}

.font-fr {
    width: 152px;
    float: right;
}

.font-fr .font-wen {
    font-weight: 700;
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 25px;
}

.ph-foot {
    background: #424242;
    width: 100%;
    padding: 15px;
    line-height: 24px;
    box-sizing: border-box;
    margin-top: 30px;
    color: #ffffff;
}

.emades {
    width: 64px;
    float: right;
}

.emades {
    width: 64px;
    float: right;
}

.emades {
    font-size: 20px;
    color: #cccccc;
    text-align: center;
}

.emades p {
    width: 100%;
    height: auto;
    background-color: #d2d2d2;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #535353;
    text-align: center;
}

.saoma>img {
    width: 80px;
    height: 80px;
}

.weibo {
    width: 100%;
    height: 26px;
    border-radius: 2px;
    border: solid 2px #7d7d7d;
    margin-top: 10px;
    position: relative;
}

.weibo>input {
    line-height: 21px;
    height: 21px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border: none;
    width: 122px;
    outline: none;
    background: transparent;
    border-left: 1px solid #7d7d7d;
    float: right;
}

.weibo .icongweibo {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 26px;
    height: 22px;
    color: #ffffff;
    background: #ff3838;
    text-align: center;
}

.Friendly {
    width: 1520px;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid #656565;
    ;
}

.Friendly .frilink {
    margin-top: 20px;
}

.Friendly .frilink p {
    font-weight: 700;
    font-size: 16px;
    color: #cccccc;
}

.Friendly .frilink ul {
    margin-top: 25px;
}

.Friendly .frilink li {
    font-size: 14px;
    color: #8f8f8f;
    float: left;
    margin-right: 20px;
}

.Friendly .frilink li a {
    font-size: 14px;
    color: #8f8f8f;
}

.Friendly .frilink li a:hover {
    color: #fc9913;
}

.foot_bottom {
    width: 903px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.freebox {
    width: 250px;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    text-align: right;
    padding-bottom: 40px;
    border-right: 1px solid #e5e5e5;
}

.footlogo img {
    width: 190px;
}

.footlogo .xian {
    position: relative;
    margin-top: 20px;
    height: 3px;
    margin-bottom: 30px;
}

.footlogo .xian:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    height: 3px;
    background-color: #999999;
}

.freebox li {
    font-size: 17px;
    color: #666666;
    line-height: 34px;
}

.freebox li i {
    font-weight: bold;
    color: #ff3838;
}

.footcopyright {
    padding-left: 33px;
    box-sizing: border-box;
    float: right;
    width: auto;
}

.footcopyright ul li {
    font-size: 14px;
    color: #878787;
    line-height: 30px;
}

.footcopyright ul,
.footcopyright ol {
    overflow: hidden;
}

.footcopyright ol {
    margin-top: 20px;
}

.footcopyright ol li {
    width: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #246cc1;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
}

.footcopyright>p {
    margin-top: 20px;
    font-size: 14px;
    color: #878787;
}

.itemlunbo {
    margin-top: 20px;
}


/*移动端*/
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-custom .navbar-brand {
    height: 30px;
    padding: 0;
    font-size: initial;
}

.navbar-custom .navbar-brand img {
    height: 30px;
    margin-top: 10px;
}

/*.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}*/
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-header {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 4%);
    box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 4%);
}

.navbar-custom {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px;
    /*background  : #333;*/
    background: #ffffff;
    text-transform: uppercase;
    min-height: 50px;
    margin-bottom: 20px;
}

.navbar-custom .navbar-toggle {
    color: #333333;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 4px;
}

.navbar-custom .navbar-toggle .icon-caidan {
    font-size: 20px;
}

/* .navbar-custom .navbar-toggle:focus*/
.navbar-custom .navbar-toggle:hover {
    color: #fc9913;
    /*//color: #ffffff;*/
}

.navbar-custom .navbar-toggle.collapsed .icon-caidan {
    color: #333333;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    /*color: #fff;*/
    /*color: #333333;*/
}

.navbar-custom .ph-nav li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .ph-nav li a:hover {
    outline: 0;
    color: #fc9913;
    background-color: transparent;
}

.navbar-custom .ph-nav li a:focus,
.navbar-custom .ph-nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #fc9913;
}

.navbar-custom .ph-nav li.active {
    outline: 0;
}

.navbar-custom .ph-nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .ph-nav li.active a:hover {
    color: #fff;
}

.navbar-collapse {
    /*  padding-right: 15px;
      padding-left: 15px;*/
    overflow-x: visible;
    background: #333;
    -webkit-overflow-scrolling: touch;
    /*  border-top            : 1px solid transparent;*/
    /* border-top             : 1px solid #eaeaea;*/
    /*-webkit-box-shadow      : inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow        : inset 0 1px 0 rgba(255, 255, 255, .1);
            box-sizing        : border-box;*/
    /* box-shadow             : 0px 1px 3px 2px rgb(0 0 0 / 6%);*/
    /* -webkit-box-shadow     : 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
box-shadow                    : 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);*/
}

.containerph {
    width: 100%;
}

.navbar-collapse.show {
    overflow-y: auto;
}

.ph-nav {
    /* margin: 7.5px 0;*/
    margin-top: 8px;
}

.ph-nav li {
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

/*.ph-nav li:nth-child(1){
	border-top:1px solid #efefef;
}*/
.ph-nav li a {
    color: rgba(255, 255, 255, .5);
}

.shares .social-share {
    color: #bbbbbb;
    margin-top: 60px;
    width: 40px;
    background: #ffffff;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #d8dce5;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
}

.grid__share {
    color: #bbbbbb;
    width: auto;
}

.shares .social-share a {
    color: #bbbbbb;
    font-size: 20px;
    display: block;
}

@font-face {
    font-family: 'iconfont';
    src: url('icon/iconfont.woff2?t=1657525053482') format('woff2'),
        url('icon/iconfont.woff?t=1657525053482') format('woff'),
        url('icon/iconfont.ttf?t=1657525053482') format('truetype');
}

.social-share {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ptro-share {
    width: 120px;
    position: absolute;
    left: -10px;
    top: 30px;
}

.fenxiang {
    position: relative;
    cursor: pointer;
}

.ptro-share .social-share-icon {
    margin-left: 6px;
}

.social-share .icon-qq:before {
    content: "\e882"
}

.social-share .icon-weibo:before {
    content: "\e600"
}

.social-share .icon-wechat:before {
    content: "\e601"
}

.social-share .icon-qzone:before {
    content: "\e697"
}

.social-share a {
    position: relative;
    text-decoration: none;
    display: block;
    color: #bbbbbb;
    display: inline-block;
    outline: none;
}

.shares .social-share a {
    margin-top: 10px;
}

.social-share .social-share-icon {
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .icon-weibo:hover {
    color: #ff763b;
}

/*.social-share .icon-weibo:hover{background:#ff763b}*/
.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq:hover {
    color: #56b6e7;
}

.social-share .icon-wechat {
    position: relative;
}

.grid__share a {
    margin-right: 10px;
}

.grid__share #share {
    float: left;
}

.grid__share {
    line-height: 30px;
}

.grid__share>i {
    float: left;
}

.shares .social-share .social-share-icon {
    width: 100%;
    display: inline-block;
}

.social-share .icon-wechat:hover {
    color: #7bc549;
}

.social-share .icon-qzone:hover {
    color: #FDBE3D;
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.social-share a:first-of-type {
    margin-top: 0;
}

.pages {
    margin-top: 84px;
    text-align: center;
}

.pages2 {
    margin-top: 50px;
    text-align: right;
}

.pages .pagination {
    border-radius: 2px;
}

.pages .page-items {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px;
    margin-left: -1px;
    line-height: 30px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pages .page-items {
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 2px;
    border: solid 1px #f1f1f1;
    font-size: 14px;
    color: #666666;
    margin: 0 8px;
    float: left;

}

.pages .page-items:first-child .page-items {
    border-radius: 2px;
}

.pages .page-items:last-child .page-items {
    border-radius: 2px;
}

.pages .page-items.active,
.pages .page-items:hover {

    border: solid 1px #e89715;
    color: #ffffff;
    background-image: linear-gradient(49deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);
}

.pages .page-items.active a,
.pages .page-items:hover a {
    color: #ffffff;
}

.pages .pageination {
    display: inline-block;
    justify-content: center !important;
}

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 350px;
    right: 0;
}

.side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left;
    border-radius: 3px 0 0 3px;
}

.side_content .side_list {
    width: 154px;
    overflow: hidden;
    background: #fff;
}

.show_btn {
    width: 0;
    height: 142px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.show_btn span {
    padding: 5px 10px 5px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    writing-mode: tb-rl;
    min-width: 22px;
}

.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    transform: rotate(-90deg);
}

.side_title,
.side_bottom,
.close_btn {
    background: #2768a3;
}

.show_btn {
    background: #32699d;
}

.side_title {
    height: 46px;
}

.side_bottom {
    height: 8px;
}

.side_center {
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px;
    font-size: 12px;
}

.side_center .qrcode img {
    max-width: 100%;
}

.side_center .qrcode span {
    text-align: center;
    display: block;
}

.close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    margin: 16px 10px 0 0;
    _margin: 16px 5px 0 0;
}

.close_btn span {
    display: none;
}

.side_center .custom_service p {
    text-align: center;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}

/* blue skin as the default skin */
.side_title,
.side_blue .side_title {
    background-position: -195px 0;
}

.side_title i {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.side_title>p {
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    width: 110px;
    text-align: center;
    font-size: 18px;
    float: left;
}

.side_center,
.side_blue .side_center {
    font-size: 15px;
    border: 2px solid #2768a3;
    padding-bottom: 10px;
}

.side_center .zxkf {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    background: #ef001d;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
}

.side_center .tt {
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin: 5px;
    display: block;
    /*! font-size : 13px; */
}

.side_center .tt i {
    display: block;
    font-size: 13px;
}

/* =: 5px; */
.side_center .tt .icon-lianxiwomen:before {
    padding-right: 5px;
}

.side_center .zxkf .iconfont {
    padding-right: 10px;
}

.side_center .zxkf:hover {
    background: #2c99fe;
    color: #fff;
}

.side_center .zxkf:last-child {
    border: none;
}

.side_bottom,
.side_blue .side_bottom {
    background-position: -195px -50px;
}

.close_btn,
.side_blue .close_btn {
    background-position: -44px 0;
}

.close_btn:hover,
.side_blue .close_btn:hover {
    background-position: -66px 0;
}

.show_btn,
.side_blue .show_btn {}

.phone {
    margin-top: 15px;
    border-top: 1px dashed #ccc;
}

.msgserver a,
.side_blue .msgserver a {
    color: #06C;
}

.mobile img {
    width: 35px;
    height: 35px;
}

.phone img {
    width: 30px;
}

.mobile span,
.phone span {
    display: inline-block;
    margin-left: 6px;
    margin-top: 8px;
    font-size: 17px;
}

.mobile .mobiletxt,
.phone .phonetxt {
    font-size: 17px;
    display: block;
    padding-top: 5px;
}

#backindex {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    background: #f0f0f0;
    margin-top: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    cursor: pointer;
    color: #101010;
}

.leftlx2 #backindex,
.leftlx2 .backtop {
    width: 300px;
}

.backtop {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    background: #f0f0f0;
    margin-top: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    cursor: pointer;
    color: #101010;
}

.backtop:hover {
    background: #2c99fe;
    color: #fff;
}

#backindex:hover {
    background: #2c99fe;
    color: #fff;
}

.ptmain {
    padding-top: 197px;
}

.banner {
    overflow: hidden;
}

@media only screen and (max-width: 1199px) and (min-width: 100px) {

    .navbar-nav li {
        padding: 0 20px;
    }

    .quality,
    .certification {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 100px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .navbar-custom {
        display: block;
    }

    .freebox,
    .shortcut,
    .navbar,
    .nav-cont,
    .crumb {
        display: none;
    }

    .foot-list {
        display: block;
    }

    .foot_up {
        padding-top: 10px;
    }

    .foot-list dl {
        width: 50%;
        float: left;
        margin-top: 20px;
    }

    .foot-list dt,
    .foot-list dl:last-child dt {
        margin-bottom: 15px;
    }

    .font-fr {
        margin-top: 30px;
        float: initial;
    }

    .Friendly {
        width: 100%;
    }

    .Friendly .frilink {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .foot_bottom {
        width: 100%;
        padding-top: 30px;
    }

    .footcopyright ol li {
        margin-bottom: 10px;
    }

    .footcopyright {
        float: initial;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /*.ph-foot{
        font-size:0.24rem;
    }
*/
}

@media only screen and (max-width: 970px) {

    /*.prolists li{
    float: initial;
    margin: 0 auto;
    margin-top: 15px;
    }*/
    .prolists li {
        width: 48%;
        margin: 0 1%;
        margin-top: 15px;
    }

    .prolists li .pro_img img {
        height: 60px;
    }
}

@media only screen and (max-width: 770px) {
    .pages .page-items {
        height: 30px;
        line-height: 30px;
    }

    .pages {
        margin-top: 30px;
    }

    .pages .page-items {
        padding: 0 10px;
        margin-top: 15px;
    }

    .se-tie {
        height: 70px;
    }

    .pages {
        text-align: center;
    }


}

/* ---------------------- 文本省略 ---------------------- */
.one-line {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: clip;
    text-overflow: ellipsis;
    position: relative;
}

.one-line-navbar {
    white-space: nowrap;
    overflow-y: clip;
    text-overflow: ellipsis;
    position: relative;
}

.two-lines {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示3行 */
    -webkit-line-clamp: 2 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
    position: relative;
}

.three-lines {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示3行 */
    -webkit-line-clamp: 3 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
    position: relative;
}

.seven-lines {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示3行 */
    -webkit-line-clamp: 7 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
    position: relative;
}


/*  显示全文的tooltip  */
/* .text-tooltip{
    visibility: hidden;
    width: 200px;
    height: auto;
	background-color: #ffffff;
	border:1px solid #00000025;
	border-radius: 6px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
    color: #000;
} */
/*  全屏浮窗  */
.text-modal {
    position: fixed;
    top: 6%;
    left: 10px;
    /* transform    : translate(-50%,-50%); */
    width: 260px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #00000025;
    box-shadow: 0 0 3px 3px #00000025;
    border-radius: 6px;
    padding: 5px 10px;
}

/*  全屏浮窗右箭头  */
.text-modal::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 20px solid;
    border-color: #ffffff00 #ffffff00 #ffffff00 lightgray;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

.text-modal h6 {
    margin: 5px 10px;
    color: #00000085;
}

.text-modal p {
    margin: auto 10px;
    color: #000000;
}

/* ---------------------- 文本省略+滚动 ---------------------- */
@keyframes marquee-wrap {
    0% {
        left: 0;
        transform: translateX(0);
    }

    100% {
        left: 100%;
        transform: translateX(-100%);
    }
}

.scroll-back {
    white-space: nowrap;
    overflow: hidden;
}

.scroll-text {
    animation: marquee-wrap 10s infinite linear;
}

/* ---------------------- 切换语言下拉框---------------------- */
.lang-btn {
    padding: 0rem !important;
}

.lang-flag-img {
    width: 36px;
    height: 36px;
    background-image: url('/web/images/flag.png');
    border: 1px solid green;
    border-radius: 50px;
    transform: scale(0.7);
}

.lang-dropdown-menu {
    height: 300px;
    overflow-y: scroll;
}

/* Webkit 浏览器（老版本 Chrome、Safari、Edge） */
.lang-dropdown-menu::-webkit-scrollbar {
    /* 滚动条宽度 */
    width: 5px;
    /* 水平滚动条高度 */
    /* height: 10px; */
}

/* 轨道背景色  + 圆角 */
.lang-dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* 滑块颜色 +  圆角 */
.lang-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 123, 255, .25);
    border-radius: 5px;
}

/* 悬停时的滑块颜色 */
.lang-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 123, 255, .75);
}

.lang-dropdown-item {
    padding: 0.15rem 0.25rem !important;
    font-family: "微软雅黑" !important;
    font-size: 14px !important;
}

/* ----------------------  社媒按钮 ---------------------- */
.facebook,
.Ins,
.tiktok,
.Twitter,
.youtobe,
.Email {
    cursor: pointer;
}

.facebook:hover,
.Ins:hover,
.tiktok:hover,
.Twitter:hover,
.youtobe:hover {
    transform: scale(1.05);
}

.facebook img,
.Ins img,
.tiktok img,
.Twitter img,
.youtobe img {
    width: 20px;
    height: 20px;
}

.Email:hover {
    transform: scale(1.01);
}

.Email img {
    width: 28px;
    height: auto;
    margin-right: 3px;
    vertical-align: sub;
}

.media_div {
    margin: 4px auto;
    padding: 4px auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

/* ----------------------  导航浮窗 ---------------------- */
.nav-product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-product .nav-product-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 180px;
    height: 260px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px lightgrey;
    z-index: 2;
}

.nav-product:hover .nav-product-menu {
    display: block;
}

.nav-product-menu-a {
    color: black !important;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 5px;
}

.nav-product-menu-a:hover {
    background-color: #D3D3D3;
    color: #FFF !important;
}