* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

/*.text-indent {
    text-indent: 2em;
}*/

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}

.up:hover {
    transform: translateY(-10px);
}

.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #005ab5;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
}

.hover-ul {
    display: none;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;

}

.list-unstyled>li::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #004183;
    position: absolute;
    left: 0;
    top: 0;
}

.list-unstyled>li a {
    position: relative;
}



.list-unstyled>li::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0068d3;
    position: absolute;
    left: 1px;
    top: 0;
}

.list-unstyled>li:last-child a::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #004183;
    position: absolute;
    right: 1px;
    top: 0;
}

.list-unstyled>li:last-child a::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0068d3;
    position: absolute;
    right: 0;
    top: 0;
}

.list-unstyled>li:first-child::before {
    display: none;
}

.list-unstyled>li:first-child::after {
    display: none;
}

.list-unstyled>li:first-child a::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #004183;
    position: absolute;
    left: 1px;
    top: 0;
}

.list-unstyled>li:first-child a::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0068d3;
    position: absolute;
    left: 0;
    top: 0;
}

.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #005ab5;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 3px;
}

.phone-text {
    color: #005ab5;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #005ab5;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #005ab5;
}

.banner1 {
    padding-top: 31.8%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.hot {
    width: 100%;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>.li-red>a {
    background-color: #0068d2;
}

.list-unstyled>li:hover>a {
    background-color: #0068d2;
}

.top {
    height: 42px;
    background-color: #fbfbfb;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
}

.top ul li {
    font-size: 12px;
    font-family: "宋体";
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 71.5%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav-left .txt p {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.top-nav-left .txt span {
    color: #005ab5;
    font-weight: bold;
}

.top-nav-left .txt {
    position: relative;
}

.top-nav-left .txt::before {
    display: block;
    content: "";
    width: 2px;
    height: 90%;
    background-color: #f2f2f2;
    position: absolute;
    left: -9%;
    top: 50%;
    transform: translate(0, -50%);
}

.top-nav {
    padding: 28px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.top-nav-right-text>p {
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-family: "Arial";
}

.search .screen {
    padding: 0;
}

.search .screen dl {
    display: flex;
    padding: 13px 0;
}

.search .screen dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    margin-right: 10px;
    line-height: 28px;
    width: 81px;
}

.search .screen dl dd a {
    font-size: 14px;
    color: #797979;
    margin-right: 10px;
    padding: 2px 5px;
    line-height: 26px;
    display: block;
    font-weight: normal;
}

.search .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #005ab5;
    color: #fff;
}

.search .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.search form {
    background-color: #fff;
    padding: 12.5px 11px;
    border-radius: 10px;
    border-left: 1px dashed #d3d3d3;

}

.search form input:nth-child(1) {
    width: 210px;
    line-height: 31px;
    padding-left: 10px;
    border: none;
    background-color: #f1f1f1;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.search form input:nth-child(2) {
    width: 40px;
    line-height: 31px;
    border: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.search {
    padding: 28px 0;
    background-color: #f1f1f1;
}

.search .screen {
    width: calc(100% - 273px);
    padding-left: 18px;
    border-radius: 10px;
    background-color: #fff;
}



















/* 产品展示 */

.product1 {
    padding: 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.page-left {
    width: 270px;

}

.page-pro {
    position: relative;
    border: 1px solid #dddddd;
}


.pro-title {
    position: relative;
    background-color: #005ab5;
    padding: 18px 0 32px 0;
    border: 1px solid #dddddd;
    border-bottom: none;

}

.pro-title2 {
    margin-top: 16px;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 18px;
    font-size: 14px;
    padding-top: 10px;
    color: #7a9bcf;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    padding: 20px 5px 16px 5px;

}

.page-pro>ul>li {
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.page-pro>ul>li>ul>li {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    font-size: 16px;
    color: #5c5c5c;
    text-align: center;
    background-color: #e0e0e0;
    padding: 0 16px;
    border-radius: 10px;
    transition: all .6s;
}

.page-pro>ul>li>a>.txt {
    /* width: 70%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a .hui1 {
    margin-top: -3px;
    margin-right: 8px;
}

.page-pro>ul>li>a img {
    transition: all .6s;
}



.page-pro>ul>li>a .bai {
    display: none;
}

.page-pro>ul>li:hover .hui {
    display: none;
}

.page-pro>ul>li:hover .bai {
    display: inline-block;
}

.page-pro>ul>li:hover>a {
    color: #fff;
}

.page-pro>ul>li:hover>a {
    background-color: #005ab5;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;

}

.page-pro>ul>li>ul>li>a:hover {
    color: #005ab5;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
	padding-top: 5px;
}

.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 295px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 14px;
    line-height: 50px;
    transition: all .6s;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li:hover .txt {
    background-color: #005ab5;
    color: #fff;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 50.09%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 0 4px 4px 4px;
}

.page-left-img-text {
    padding: 12px 10px;
    line-height: 26px;
    font-size: 13px;
    background-color: #f5f5f5;

}

.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    background-color: #f4f4f4;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    font-size: 18px;
    color: #ffffff;
    background-color: #005ab5;
    width: 132px;
    line-height: 47px;
    text-align: center;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
    padding-right: 23px;
}

.products>.wrap>a {
    display: block;
    width: 152px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background-color: #005ab5;
    margin-top: 50px;
}

.products>.wrap>a:hover {
    background-color: #0068d2;
}

/* 产品展示结束 */





/* 产品轮播 */

.certificate {
    padding-bottom: 55px;
    background-color: #f1f1f1;
}

.certificate .banner2 a .img-box {
    padding-top: 59.38%;
    border: 1px solid #eeeeee;
    background: #fff;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #005ab5;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #005ab5;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #005ab5;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #005ab5;
    outline: none;
}

.certificate .title .p1 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 45px;
}

.certificate .title .p2 {
    font-size: 14px;
    color: #9f9f9f;
}

.certificate .title {
    border-bottom: 1px solid #e3e3e3;
}

.banner2 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner2 ul li a .frame {
    line-height: 50px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    color: #333333;
    padding: 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background-color: #fff;
    margin-top: 4px;
    transition: all .6s;
}

.banner2 ul li:hover .frame {
    background-color: #005ab5;
    color: #fff;
}

.banner2 .swiper-pagination-bullet {

    margin: 0 4px;
}

.banner2 {
    margin-top: 25px;
}

/*  */
.public-title {
    position: relative;
    padding: 55px 0 45px 0;
}

.public-title .t1 {
    font-size: 54px;
    color: #151515;
    font-weight: bold;
    text-transform: uppercase;
}

.public-title .t2 {
    margin-left: 15px;
}

.public-title .t2 span {
    line-height: 34px;
    font-size: 30px;
    color: #005ab5;
}

.public-title .t2 p {
    line-height: 12px;
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase;
}

.public-title .img1 {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .img2 {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.about-left {
    width: 42%;
}

.about-left .img-box {
    padding-top: 69.2%;
}

.about-right span {
    font-size: 22px;
    color: #005ab5;
    font-weight: bold;
}

.about-right .txtp {
    line-height: 25px;
    font-size: 14px;
    color: #232323;
}

.about-right {
    width: 44%;
}

.about-right .txtp {
    margin-top: 12px;
}

.about>.wrap>.about-box {
    position: relative;
}

.about>.wrap>.about-box>img {
    position: absolute;
    left: 45%;
    top: 0%;
}

.about>.wrap>.about-box>a {
    display: block;
    width: 32px;
    height: 86px;
    background-color: #005ab5;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 51%;
    top: 60.6%;
    padding: 4px 0;
    border: 2px solid #005ab5;
    transition: all .6s;

}

.about>.wrap>.about-box>a:hover {
    background-color: #fff;
    color: #333;
}

.about {
    padding-bottom: 90px;
}

.strength .public-title .t1 {
    color: #fff;
}

.strength .public-title .t2 span {
    color: #fff;
}

.strength .public-title .t2 p {
    color: #fff;
}

.strength ul li a {
    display: block;
    text-align: center;
}

.strength ul li a .t1 {
    margin-top: 22px;
}

.strength ul li a .t1 span {
    line-height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.strength ul li a .t1 p {
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase;
}

.strength ul li a .t2 {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.strength {
    padding-bottom: 45px;
}

.products-left {
    width: 32%;
}

.products-left .img1 .txt {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0);
    width: 100%;
}

.products-left .img1 {
    padding-top: 155.32%;
    position: relative;
}

.hei .public-title .t2 span {
    color: #1b0f10;
}

.products-right {
    width: 66%;
}

.products-right ul li a {
    display: block;
    background-color: #eeeeee;
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.products-right ul li a .img-box {
    padding-top: 56.09%;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
}

.products-right ul li a p {
    text-align: center;
    font-size: 16px;
    color: #242424;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.products-right ul li {
    width: 47.5%;
    margin: 1.25%;
}

.products-right ul li:hover .img {
    transform: scale(1.1);
}

.products {
    padding-bottom: 80px;
}

.news {
    background-color: #f2f2f2;
}

.news-left .title p {
    font-size: 18px;
    color: #1b0f10;
    font-weight: bold;
}

.news-left .title p span {
    font-size: 14px;
    color: #1b0f10;
    font-family: "Arial";
    text-transform: uppercase;
}

.news-left .title a {
    font-size: 12px;
    color: #005ab5;
    font-weight: bold;
    text-transform: uppercase;
}

.news-left .title {
    position: relative;
    padding-bottom: 19px;
}

.news-left .title img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-left {
    background-color: #fff;
    padding: 20px;
    width: 63%;
    border: 1px solid #e5e5e5;
}

.news-left .box .img-box-fa {
    width: 40%;
    border: 1px solid #dadada;
    padding: 5px;
}

.news-left .box .img-box {
    padding-top: 59.04%;
}

.news-left .box {
    margin-top: 12px;
}

.news-left .box .txt {
    width: 57%;
}

.news-left .box .txt .t1 {
    font-size: 18px;
    color: #005ab5;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left .box .txt .txtp {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-left .box .txt .bottom .p1 {
    font-size: 14px;
    color: #b3b3b3;
}

.news-left .box .txt .bottom .p2 {
    font-size: 12px;
    color: #005ab5;
    margin-top: 12px;
}

.news-left .box a:hover .img {
    transform: scale(1.1);
}

.news-left .box a:hover .txt .txtp span {
    border-bottom: 1px solid #333;
}

.news-left .box a:hover .txt .t1 span {
    border-bottom: 1px solid #005ab5;
}

.news-left ul li a .s1 {
    font-size: 14px;
    color: #797979;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.news-left ul li a .s2 {
    font-size: 12px;
    color: #b3b3b3;
    transition: all .6s;
}

.news-left ul li {
    border: 2px solid #f2f2f2;
    padding: 12px 22px;
    transition: all .6s;
}

.news-left ul li:hover {
    background-color: #005ab5;
}

.news-left ul li:hover a .s1 {
    color: #fff;
}

.news-left ul li:hover a .s2 {
    color: #fff;
}

.news-left ul {
    margin-top: 28px;
    padding-bottom: 8px;
}

.news-right .title {
    line-height: 58px;
    background-color: #005ab5;
    padding-left: 18px;
}

.news-right .title p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.news-right .title p span {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
}

.news-right {
    width: 35%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.news-right form {
    margin-top: 22px;
    padding: 0 20px;
}

.news-right form input,
.news-right form textarea {
    width: 100%;
    line-height: 38px;
    border: 1px solid #dedede;
    background-color: #fff;
    padding-left: 12px;
    margin-bottom: 13px;
}

.news-right form textarea {
    margin-bottom: 9px;
}

.news-right form .submit {
    padding: 0;
    background-color: #005ab5;
    color: #ffff;
}

.news-right .bottom .txt span {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 28px;
}

.news-right .bottom .txt p {
    font-size: 14px;
    color: #777777;
    font-family: "Arial";
    line-height: 18px;
}

.news-right .bottom .txt .txtp {
    font-size: 12px;
    color: #7c7c7c;
    margin-top: 12px;
}

.news-right .bottom {
    padding: 0 20px;
    border-top: 1px solid #f0f0f0;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 3px;
}

.news-right .bottom>.flex {
    margin-top: 13px;
}

.news {
    padding-bottom: 70px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #e6e6e6;
    padding: 2px;
    transition: all .8s;
    padding: 2%;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    color: #262626;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #6c6c6c;
}

.news-ul li a h5 {
    width: 100%;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 13px;
    color: #fff;
    background: #d4d4d4;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #005ab5;
}

.news-ul li:hover h5 span {
    background: #005ab5;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.contact1-txt {
    line-height: 34px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.message form input,
.message form textarea {
    width: 100%;
    padding-left: 10px;
    line-height: 40px;
    margin-bottom: 12px;
    border: 1px solid #eee;
}

.message form input:last-child {
    margin-bottom: 0;
}

.message {
    margin-top: 18px;
}

.message form .int1 {
    padding: 0;
    background-color: #005ab5;
    color: #fff;
    border: none;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 5px 0 0 0;
}


.news-show .txt-nr img {
    max-width: 100%;
}

.news-show .txt-nr table {
    width: 100%;
}

.news-show .txt-nr table tr {
    background: #ededed !important
}

.news-show .txt-nr table tr:first-child {
    color: #FFF;
    background: #004098 !important;
}

.news-show .txt-nr table tr td {
    border: 1px solid #CCCCCC;
    padding: 2px;
    text-align: center;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

footer {
    background-color: #15191b;
}

footer .title span {
    line-height: 32px;
    font-size: 22px;
    color: #575959;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}

footer .title p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

footer ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

footer ul li a {
    font-size: 14px;
    color: #bdbdbd;
}

footer ul li a:hover {
    border-bottom: 1px solid #bdbdbd;
    color: #bdbdbd;
}

footer ul {
    margin-top: 16px;
}

.footer-left {
    width: 18%;
}

.footer-middle {
    width: 24%;
}

footer ul li {
    width: 47%;
    margin: 0 1.5%;
    line-height: 30px;
}

.footer-middle1 .txt {
    line-height: 30px;
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 16px;
}

.footer-middle1 {
    width: 22%;
}

.footer-right .qr {
    margin-top: 9px;
}

.footer-right .qr-box {
    text-align: center;
}

.footer-right {
    width: 9%;
}

footer>.wrap {
    border-bottom: 1px solid #292c2e;
    padding: 25px 0 20px 0;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #888989;
    font-size: 14px;
    padding: 12px 0;
}

.footer-buttom1 {
    padding: 18px 0 36px 0;
}

.footer-buttom a {
    color: #888989;
}


@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}


@media (max-width:991px) {
    header {
        display: none;
    }

    .xs-block {
        display: block;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 42%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 65%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }


    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #005ab5;
        padding: 4px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 36px;
    }

    .page-pro>ul {
        display: none;
    }

    .product1 {
        padding: 20px 0;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul {
        padding: 10px 6px 2px 6px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 0;
    }

    /*  */

    .search .screen {
        width: 100%;
        padding-left: 18px;
        border-radius: 10px;
        background-color: #fff;
    }

    .search form {
        width: 100%;
        background-color: #fff;
        padding: 12.5px 11px;
        border-radius: 10px;
        border-left: 1px dashed #d3d3d3;
    }

    .search>.wrap {
        background-color: #fff;
        padding: 10px 0;
        border-radius: 10px;
    }


    .search form {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        border-left: none;
    }

    .search .screen dl {
        display: flex;
        padding: 0;
    }

    .search form input:nth-child(1) {
        width: 80%;

    }

    .search {
        padding: 20px 0;
        background-color: #f1f1f1;
    }

    .certificate .title .p1 {
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        line-height: 32px;
    }

    .certificate .title .p1 img {
        max-width: 20%;
        margin-top: -3px;
    }

    .banner2 {
        margin-top: 20px;
    }

    .banner2 .swiper-pagination {
        display: none;
    }

    .banner2 ul li a .frame {
        line-height: 38px;
        border: 1px solid #eeeeee;
        font-size: 14px;
        color: #333333;
        padding: 0 11px;

        margin-top: 0px;
        transition: all .6s;
    }

    .public-title .img1 {
        display: none;
    }

    .public-title .img2 {
        display: none;
    }

    .public-title .t1 {
        font-size: 26px;
        color: #151515;
        font-weight: bold;
        text-transform: uppercase;
    }

    .public-title .t2 span {
        line-height: 25px;
        font-size: 18px;
        color: #005ab5;
    }

    .public-title .t2 p {
        line-height: 9px;
        font-size: 12px;
        font-family: "Arial";
        text-transform: uppercase;
    }

    .public-title {
        position: relative;
        padding: 20px 0;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        margin-top: 16px;
    }

    .about>.wrap>.about-box>a {
        display: block;
        width: 96px;
        line-height: 29px;
        height: 100%;
        background-color: #005ab5;
        text-align: center;
        color: #ffffff;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        margin-top: 12px;
    }

    .about-right span {
        font-size: 18px;
        color: #005ab5;
        font-weight: bold;
    }

    .about {
        padding-bottom: 20px;
    }

    .about-right .txtp {
        margin-top: 6px;
    }

    .strength ul li a img {
        max-width: 50%;
    }

    .strength ul li a .t2 {
        display: none;
    }

    .strength ul li a .t1 span {
        line-height: 30px;
        font-size: 18px;
        color: #ffffff;
    }

    .strength ul li a .t1 {
        margin-top: 8px;
    }

    .strength {
        padding-bottom: 20px;
    }

    .products-left {
        width: 100%;
    }

    .products-left .img1 {
        padding-top: 18%;
        position: relative;
    }

    .products-left .img1 .txt {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .products-right {
        width: 100%;
    }

    .products-right ul li a {
        display: block;
        background-color: #eeeeee;
        border: 1px solid #e5e5e5;
        padding: 4px;
    }

    .products-right ul li a p {
        text-align: center;
        font-size: 16px;
        color: #242424;
        margin-top: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .products {
        padding-bottom: 20px;
    }

    .news-left {
        background-color: #fff;
        padding: 10px;
        width: 100%;
        border: 1px solid #e5e5e5;
    }

    .news-left .box .txt .t1 {
        font-size: 16px;

    }

    .news-left .box .txt .txtp {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        margin-top: 4px;
        -webkit-line-clamp: 3;

    }

    .news-left .box .txt .bottom {
        display: none;
    }

    .news-left ul {
        margin-top: 12px;
        padding-bottom: 8px;
    }

    .news-left ul li {
        width: 100%;
        border: 2px solid #f2f2f2;
        padding: 10px;
    }

    .news-right {
        width: 100%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
    }

    .news-right .bottom .txt .txtp {
        font-size: 12px;
        color: #7c7c7c;
        margin-top: 6px;
    }

    .news-right .bottom .txt span {
        font-size: 16px;
        color: #3c3c3c;
        font-weight: bold;
        line-height: 22px;
    }

    .news-right .bottom .txt p {
        font-size: 14px;
        color: #777777;
        font-family: "Arial";
        line-height: 14px;
    }

    .news {
        padding-bottom: 20px;
    }

    .news-right .title {
        line-height: 54px;
        background-color: #005ab5;
        padding-left: 16px;
    }

    .news-left .title {
        position: relative;
        padding-bottom: 16px;
    }

    .news-ul li {
        margin-bottom: 15px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .news-ul {
        margin-top: 18px;
    }

    .contact1 {
        margin-top: 16px;
    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .news-show .txt-bt {

        padding: 18px 0 5px 0;
    }

    .products>.wrap>a {
        display: block;
        width: 100px;
        line-height: 32px;
        font-size: 15px;

        margin-top: 20px;
    }

    footer>.wrap {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }

    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }

}