* {
    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: 1600px;
    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: 2% 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;

}

.shadow:hover .img {
    transform: scale(1.1);
}

.shadow:hover .pro-img {
    transform: scale(1.1);
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80%
}

.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;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
    padding: 13px 0;
    background-color: #fff;
}

header.active {
    top: 0;
}

.list-unstyled {
    display: flex;
    justify-content: space-between;
    width: 61%;
}


.header-img {
    width: 30%;
}

.list-unstyled>li {
    text-align: center;
    position: relative;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 17px;
    color: #131313;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.list-unstyled>.li-red>a {
    color: #0075e6;
}

.list-unstyled>li:hover>a {
    color: #0075e6;
}

.hover-ul {
    width: 140px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
    display: none;
}

.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: 15px;
    line-height: 36px;
    width: 100%;
    display: block;
    padding: 0 5px;
}

.hover-ul>li>a:hover {
    background-color: #0075e6;
    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: #0075e6;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 42%;
    text-align: center;
    z-index: 9999999;
    box-shadow: 0 0 8px #888;
    background-color: rgba(255, 255, 255);
}

.phone-ul li {
    width: 90%;
    margin: 0 auto;

    border-bottom: 1px solid #eee;
    line-height: 36px;
    color: #000;
    text-align: center;


}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.phone-ul li:hover {
    background-color: #0075e6;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0075e6;
}

.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;
}

.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);
}

.big-banner .banner1 {
    padding-top: 39%;
}

.big-banner .banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.big-banner .banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 58px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.big-banner .banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}

.big-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 4px;
    background-color: #fff;
}

.big-banner {
    padding-bottom: 50px;
}

.big-banner>.wrap {
    position: relative;
}

/* 搜索 */

.search .screen {
    padding: 0;
}

.search-left {
    padding-left: 28px;
    width: 50%;
}

.search .screen dl {
    display: flex;
    padding: 8px 0;
}

.search .screen dl dt {
    font-size: 16px;
    color: #fd0202;
    margin-right: 6px;
    line-height: 27px;
    width: 108px;
}

.search .screen dl dt img {
    margin-top: -5px;
    margin-right: 3px;
}

.search .screen dl dd a {
    font-size: 16px;
    color: #131313;
    margin-right: 16px;
    padding: 2px;
    line-height: 26px;
}

.search .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #0075e6;
    color: #fff;
}

.search .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.search-right {
    background-color: #0075e6;
    padding: 0 27px;
    padding-bottom: 20px;
}

.search-right form {
    border-bottom: 1px solid #fff;
}

.search-right form input:nth-child(1) {
    width: 352px;
    padding-left: 10px;
    line-height: 68px;
    font-size: 16px;
    border: none;

    background-color: #fff;
    background-color: #0075e6;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
}

.search-right form input::-webkit-input-placeholder {
    color: #fff;
}

.search-right form input:nth-child(2) {
    width: 100px;
    line-height: 68px;
    border: none;
    display: block;
}

.search {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
    z-index: 11111;
    box-shadow: 0 0 23px #e6e6e6;
}

/*  */
.public-title {
    text-align: center;
}

.public-title span {
    font-size: 48px;
    color: #5b5e66;
    line-height: 66px;
    text-transform: uppercase;
    font-family: "Times New Roman";
    font-weight: 600;
}

.public-title p {
    line-height: 52px;
    font-size: 30px;
    color: #0075e6;
}

.public-title {
    padding: 60px 0 50px 0;
}


/* 产品中心 */


.product1 {
    padding: 30px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 244px;
}

.page-left-img {
    border: 1px solid #dcdcdc;
}

.page-left-img-text {
    padding: 18px;
    line-height: 30px;
    font-size: 14px;
    color: #3a3a3a;

}

.page-left-img-text span {
    margin-left: 3em;
}

.page-left-img .lx-img {
    text-align: center;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #0075e6;
    padding: 20px 22px;
}

.pro-title-lx {
    padding: 5px 0;
    padding-left: 22px;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.pro-title .t1 .s1 {
    font-size: 16px;
}

.pro-title .t2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    font-family: "微软雅黑";
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 1px solid #dcdcdc;


}

.page-pro>ul>li {
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #fff;

}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>ul>li {
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #e1e1e1;
}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 10px;

}

.page-pro>ul>li a {
    background-color: #0075e6
}

.page-pro>ul>.lu>a {
    background-color: #0075e6
}

.page-pro>ul>.lu>a .txt1 {
    color: #fff;
}

.page-pro>ul>.lu>a .txt1 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>.lu>a .txt2 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>.zhuan .txt2 {
    transform: rotate(90deg);
}

.page-pro>ul>li>a .txt1 {
    color: #fff;
}

.page-pro>ul>li>a .txt2 {
    color: #fff;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 5px;
    margin-top: -2px;
}


.page-pro>ul>li>a .txt1 {
    color: #fff;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a .txt2 {
    color: #333;
    font-size: 16px;
    transition: all .3s;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-size: 15px;
    background-color: #fff;
    padding-left: 20px;
}

.page-pro>ul>li>ul>li>a img {
    margin-top: -3px;
    margin-right: 2px;
}



.page-pro>ul>li>ul>li>a:hover {
    background-color: #0075e6;
    color: #fff;
}

.page-pro>ul>li>ul>li>a.on {
    background-color: #0075e6;
    color: #fff;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;

}

.page-pro>ul>li>ul {
    display: none;
}

.page-right {
    width: calc(100% - 280px);
}

.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.6s;
    padding: 2px;
}

.pro-ul li a:hover {
    background-color: #2ab46c;
}

.pro-ul li .pic-box {
    border: 1px solid #ffffff;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
}

.pro-ul li .pic .pro-img {
    transition: all .6s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.1);
}

.pro-ul li .txt {
    color: #000000;
    font-size: 14px;
    line-height: 35px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 85.2%;
}

.page-right .pro-ul li a .tr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    color: #717171;
    transition: all .6s;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
}

.page-right .pro-ul li a:hover .tr {
    background-color: #2ab46c;
    color: #fff;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    line-height: 32px;
    position: relative;
    padding-right: 13px;
    border-bottom: 2px solid #0075e6;
    margin-bottom: 25px;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    width: 172px;
    line-height: 44px;
    text-align: center;
    background-color: #0075e6;

}

.page-right-title1 img {
    margin-top: -5px;
    margin-right: 5px;
}

.page-right-title1>span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 img {
    margin-right: 3px;
    margin-top: -1px;
}

.pro-ul li .frame-txt {
    font-size: 12px;
    color: #ffffff;


    text-align: center;

}

.pro-ul li .frame-txt>span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pro-ul li .frame-txt p {
    border: 1px solid #fff;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 18px;
}

.pro-ul li .pic {
    position: relative;
}

.pro-ul li .frame-box {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: all .6s;
}

.pro-ul li:hover .frame-box {
    left: 0;
}

.pro-ul li .frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pro-ul li .frame-txt {
    width: 72%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro-ul li .frame-txt p {
    padding: 0 10px;
}

/* 产品中心结束 */



/* 产品轮播 */

.banner2 a .img-box {
    padding-top: 75%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    position: absolute;
    top: -12%;
    left: 95%;
    background: url(../images/jt_03.png) no-repeat center center;
    outline: none;
}

.certificate .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -12%;
    background: url(../images/jt_03.png) no-repeat center center;
    transform: rotate(180deg);
    outline: none;
}

.certificate .cp {
    margin-bottom: 70px;
}

.banner2 ul li {
    padding-bottom: 20px;
    display: block;
    background-color: #e6e6e6;
    padding: 10px;
    transition: all .6s;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    position: relative;
    box-shadow: 0 0 10px #cacaca;

}

.banner2 ul li a p {
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    font-size: 16px;
    color: #666666;
    transition: all .6s;
}

.banner2 ul li a:hover .img {
    transform: scale(1.1);
}

.banner2 ul li a .txt-box {
    text-align: center;
    padding-bottom: 18px;
}

.banner2 ul li a .txt-box .txt {
    line-height: 26px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    height: 52px;
}

.banner2 ul li a .frame {
    width: 148px;
    line-height: 36px;
    text-align: center;
    background-color: #bbbbbb;
    border-radius: 20px;
    font-size: 14px;
    color: #131313;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, 0);
    z-index: 9999999;

}

.banner2 .swiper-container {
    padding-bottom: 18px;
}

.banner2 ul li a .frame img {
    margin-right: 8px;
    margin-top: -2px;

}

.banner2 ul li a .frame .img2 {
    display: none;
}

.banner2 ul li a:hover .frame .img1 {
    display: none;
}

.banner2 ul li a:hover .frame .img2 {
    display: inline-block;
}

.banner2 ul li a:hover .frame {
    background-color: #0075e6;
    color: #fff;
    cursor: pointer;
}

.banner3 ul li {
    padding-bottom: 20px;
}

.banner3 ul li {
    display: block;
    padding: 16px;
    transition: all .6s;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    position: relative;
    box-shadow: 0 0 10px #cacaca;

}

.banner3 ul li a p {
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    font-size: 16px;
    color: #666666;
    transition: all .6s;
    margin-top: 12px;
}

.banner3 ul li a:hover .img {
    transform: scale(1.1);
}

.banner3 ul li a .txt-box {
    text-align: center;
    padding-bottom: 15px;
}

.banner3 ul li a .txt-box .txt {
    line-height: 28px;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.banner3 ul li a .frame {
    width: 148px;
    line-height: 36px;
    text-align: center;
    background-color: #bbbbbb;
    border-radius: 20px;
    font-size: 14px;
    color: #131313;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translate(-50%, 0);

}

.banner3 ul li a .frame img {
    margin-right: 8px;
    margin-top: -2px;

}

.banner3 ul li a .frame .img2 {
    display: none;
}

.banner3 ul li a:hover .frame .img1 {
    display: none;
}

.banner3 ul li a:hover .frame .img2 {
    display: inline-block;
}

.banner3 ul li a:hover .frame {
    background-color: #0075e6;
    color: #fff;
}

.banner3 .swiper-container {
    padding-bottom: 18px;
}

.cp-title {
    padding-bottom: 30px;
}

/*  */

.about .title p span {
    text-transform: uppercase;
    font-size: 100px;
    color: #f28605;
    font-family: "Arial";
}

.about .title p {
    font-size: 72px;
    color: #ffffff;
    font-family: "Arial";
    line-height: 56px;
    margin-left: 12%;
}

.about .txt-box {
    margin-top: 28px;
}

.about .txt-box>p {
    font-size: 36px;
    color: #ffffff;
    line-height: 86px;
}

.about .txt-box .txt {
    width: 813px;
    padding: 43px 26px;
    position: relative;
    z-index: 11;
}

.about .txt-box .txt .t {
    line-height: 34px;
    font-size: 16px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

}

.about .txt-box .txt a {
    width: 160px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 5.5%;
    background-color: #1f86e9;
    display: block;
    border-radius: 20px;
    margin-top: 28px;
    position: relative;
}

.about .txt-box .txt a .a {
    text-align: center;
    line-height: 36px;
    width: 55px;
    border-radius: 20px;
    background-color: #f28605;
    position: absolute;
    right: -18%;
    top: 0;
}

.about {
    position: relative;
    padding: 34px 0 21px 0;
}

.about>img {
    position: absolute;
    right: 0;
    top: 0;

}

.news .title-ul {
    max-width: 1309px;
    margin: 0 auto;
    padding: 102px 0 48px 0;
}

.news .title-ul li a span {
    font-size: 24px;
    color: #000000;
}

.news .title-ul li a:hover span {
    color: #0075e6;
}

.news .title-ul .lan a span {
    color: #0075e6;
}

.news .title-ul li a {
    display: block;
    text-align: center;
    position: relative;
    line-height: 66px;
}

.news .title-ul li a p {
    font-size: 72px;
    color: #f2f2f2;
    font-family: "Arial";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -38%;
    transform: translate(-50%, 0);
}

.banner4-box>.banner4-box1 {
    display: none;
}

.banner4-box>.block {
    display: block;
}

.banner4 {
    position: relative;
}

.banner4 .news-box {
    width: 100%;
    position: relative;
}

.banner4 .news-box .txt .t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    color: #000000;
    font-size: 24px;
}

.banner4 .news-box .txt {
    width: 665px;
    box-shadow: 0 0 12px #f2f2f2;
    padding: 60px 48px 43px 48px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    background-color: #fff;
}

.banner4 .news-box .txt .t2 {
    font-size: 18px;
    color: #999999;
    padding: 30px 0;
}

.banner4 .news-box .txt .t2 img {
    margin-top: -3px;
    margin-right: 5px;
}

.banner4 .news-box .txt .p {
    line-height: 34px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner4 .news-box .txt a {
    width: 122px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 28px;
    background-color: #0075e6;
}

.banner4 .news-box .news-img {
    width: 69%;
}

.banner4 .news-box .news-img .img-box {
    padding-top: 60.7%;
}

.banner4 .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 2px solid #0075e6;
    border-radius: 50%;
    position: absolute;
    top: 96%;
    left: 0%;
    background: url(../images/index_42.png) no-repeat center center;
    outline: none;
}

.banner4 .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 2px solid #0075e6;
    border-radius: 50%;
    position: absolute;
    top: 96%;
    left: 6%;
    background: url(../images/index_42.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
}

.data {
    padding-bottom: 36px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    border-radius: 10px;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 315px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 25px;
}

.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: 20px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 127px;
    line-height: 33px;
    font-size: 12px;
    color: #fff;
    background: #0075e6;
    text-align: center;
    transition: 0.5s;
}

.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: #0075e6;
}

.news-ul li:hover a h5 span {
    background-color: #f28605;
}

.news-ul .img_cover {
    padding-top: 76.2%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 315px;
    position: relative;
    overflow: hidden;
}

.news-ul1 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul1 li:last-child {
    margin: 0;
}

.news-ul1 li a {
    display: flex;
    color: #333;
}

.news-ul1 li a .txt {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul1 li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul1 li a .txt .txt-bt .t1 {
    font-size: 18px;
    line-height: 32px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-ul1 li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 24px;
}

.news-ul1 li a .txt .txt-nr {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul1 li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul1 li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #0075e6;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul1 li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul1 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul1 li:hover a .txt-bt .t1 {
    color: #0075e6;
}

.news-ul1 li:hover h5 span {
    background-color: #f28605;
    color: #fff;
}

.news-ul1 .img_cover {
    padding-top: 80%;
    transition: all .8s;
}

.news-ul1 li a .pic {
    width: 280px;
    position: relative;
    overflow: hidden;
}

.news-ul3 li {
    padding: 0.8% 1.5%;
    border: 0px;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 16px;
}

.news-ul3 li a .txt {
    width: 100%;
    padding: 0px;
}

.news-ul3 li a h5 {
    width: 100px;
}

.news-ul3 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
    border: 0px;
}

.news-show {
    width: 100%;
}


.news-show .txt-bt {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 5px 0; font-weight:bold;

}

.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% !important
}

.page-show {
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
    display: block;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    max-height: 600px;
}

.contact1-txt {
    line-height: 32px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.contact1-txt span {
    margin-left: 3em;
}

.news-ul2 li a .txt .txt-nr {

    -webkit-line-clamp: 3;

}

.footer-left .txt span {
    line-height: 32px;
    font-size: 18px;
    color: #131313;
}

.footer-left .txt p {
    line-height: 48px;
    font-size: 36px;
    color: #0075e6;
    font-weight: bold;
}

.footer-left {
    width: 400px;
    box-shadow: -9px -6px 10px -5px #e6e6e6;
    padding: 60px 0 32px 0;
    padding-left: 80px;
}

.footer-left .qr {
    text-align: center;
    width: 42%;
    margin-top: 34px;
}

.footer-left .qr p {
    font-size: 14px;
    color: #131313;
    margin-top: 18px;
}

.footer-right {
    width: calc(100% - 400px);
    padding: 52px 97px;
}

.footer-right .title {
    font-size: 30px;
    color: #ffffff;
}

.footer-right .title span {
    font-size: 24px;
    color: #ffffff;
    font-family: "Arial";
}

.footer-right .txt-box {
    padding: 0 85px;
    margin-top: 28px;
}

.footer-right .txt-box .txt {
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
}

.footer-buttom {
    background-color: #1c5bc4;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

.footer-buttom a {
    color: #FFFFFF
}


@media (max-width:1600px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}

@media (max-width:1500px) {
    .list-unstyled {
        width: 58%;
    }
}

@media (max-width:1400px) {
    .list-unstyled>li>a {
        font-size: 16px;
    }
}

@media (max-width:1300px) {
    header .logo {
        width: 36%;
    }
}

@media (max-width:1224px) {
    .search-right form input:nth-child(1) {
        width: 320px;

    }

    .search-right form input:nth-child(2) {
        width: 85px;

    }
}

@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: 4% 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: 53%;
    }

    .big-banner {
        padding-bottom: 0px;
    }

    .big-banner .banner1 {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    /* 搜索手机 */

    .search {
        padding: 20px 0;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
        transform: translate(0, 0);
    }

    .search .screen dl dt {
        width: 88px;
        font-size: 15px;
        margin-right: 6px;
        line-height: 24px;
    }

    .search-right {
        width: 100%;
        margin-top: 15px;
        padding: 0 8px;
    }

    .search-right form {
        width: 100%;
    }

    .search-right form input:nth-child(1) {
        width: 80%;
        line-height: 50px;

    }



    .search-right form input:nth-child(2) {
        width: 20%;
        line-height: 50px;

    }

    .search .screen dl {
        padding: 0;
    }

    .search .screen dl dd a {
        font-size: 14px;
        margin-right: 10px;
        padding: 2px;
        line-height: 22px;
    }

    .search-right form {
        border: none;
    }

    .search-left {
        width: 100%;
    }

    /*  */

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 70%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .certificate {
        padding-bottom: 20px;
    }

    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #0075e6;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
        margin-bottom: 2px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 8px 10px;
        align-items: center;
        line-height: 26px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 32px;
    }

    .page-pro>ul {
        display: none;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-right-title {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        margin-top: 12px;
    }

    .pro-title>div {
        display: block;
    }

    .public-title .p3 {
        line-height: 16px;
        font-size: 12px;
        color: #999999;
    }

    .pro-title .txt {
        margin-left: 0;
    }

    .page-pro>ul {
        margin: 0;
        padding: 0 6px;
    }

    .page-pro>ul>li>a .txt1 {
        font-size: 15px;

    }

    .product1 {
        padding: 20px 0;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 15px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    /* 产品中心手机结束 */
    .public-title span {
        font-size: 22px;
        line-height: 30px;

    }

    .public-title {
        padding: 20px 0;
    }

    .public-title p {
        line-height: 26px;
        font-size: 20px;
    }

    .banner2 ul li a .frame {
        width: 107px;
        line-height: 30px;
        ;
        bottom: -16px;

    }

    .banner2 ul li a .txt-box {
        text-align: center;
        padding-bottom: 10px;
    }

    .banner2 ul li a .txt-box .txt {
        line-height: 22px;
        font-size: 14px;
        margin-top: 0;
    }

    .banner2 ul li a p {
        line-height: 26px;

        font-size: 16px;

        margin-top: 8px;
    }

    .banner2 ul li a {
        display: block;
        padding: 8px;

    }



    .banner3 ul li a .frame {
        width: 107px;
        line-height: 30px;
        ;
        bottom: -16px;

    }

    .banner3 ul li a .txt-box {
        text-align: center;
        padding-bottom: 10px;
    }

    .banner3 ul li a .txt-box .txt {
        line-height: 22px;
        font-size: 14px;

        margin-top: 8px;
    }

    .banner3 ul li a p {
        line-height: 26px;

        font-size: 16px;

        margin-top: 8px;
    }

    .banner3 ul li a {
        display: block;
        padding: 8px;

    }

    .about>img {
        position: relative;
        right: 0;
        top: 0;
    }

    .about .txt-box .txt {
        width: 100%;
        padding: 15px;
        position: relative;
        z-index: 11;
    }

    .about .title img {
        display: none;
    }



    .about .txt-box>p {
        font-size: 18px;
        color: #ffffff;
        line-height: 34px;
    }

    .about .txt-box .txt a {
        width: 125px;
        line-height: 32px;
        font-size: 16px;
        color: #ffffff;
        padding-left: 5.5%;
        background-color: #1f86e9;
        display: block;
        border-radius: 20px;
        margin-top: 12px;

    }

    .about .title p {
        font-size: 32px;
        line-height: 48px;
        margin-left: 0;
        margin-top: 10px;
    }

    .about .txt-box .txt a .a {
        text-align: center;
        line-height: 32px;

    }

    .about {
        position: relative;
        padding: 20px 0;
    }

    .about .txt-box {
        margin-top: 0;
    }

    .about .title p span {
        text-transform: uppercase;
        font-size: 40px;
        color: #f28605;
        font-family: "Arial";
    }

    .about .txt-box .txt .t {

        -webkit-line-clamp: 18;
        font-size: 14px;
        line-height: 28px;
    }

    .banner4 .news-box .news-img {
        width: 100%;
        margin-top: 18px;
    }

    .news .title-ul li a span {
        font-size: 16px;
        color: #000000;
    }

    .news .title-ul li a p {
        font-size: 22px;

        z-index: -1;
        left: 50%;
        top: -20%;

    }

    .news .title-ul {
        max-width: 1309px;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }

    .banner4 .news-box .txt {
        width: 100%;
        box-shadow: 0 0 0 #fff;
        padding: 0;
        position: relative;
        left: 0px;
        top: 0;
        transform: translate(0, 0);
        z-index: 9;
        background-color: #fff;
    }





    .banner4 .news-box .txt .t1 {

        font-size: 16px;
    }

    .banner4 .news-box .txt .t2 {
        font-size: 18px;
        color: #999999;
        padding: 6px 0;

    }

    .banner4-box>.banner4 {
        box-shadow: 0 0 15px #f2f2f2;
        padding: 15px;
        border: 1px solid #f2f2f2;
    }

    .banner4 .news-box .txt .p {
        line-height: 24px;
        font-size: 14px;

    }

    .banner4 .news-box .txt a {
        width: 101px;
        line-height: 28px;
        text-align: center;
        display: block;
        font-size: 16px;
        color: #ffffff;
        border-radius: 20px;
        margin-top: 13px;
        background-color: #0075e6;
    }

    .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: inline-block;
        width: 87px;
        line-height: 24px;
        font-size: 12px;
        color: #fff;
        background: #0075e6;
        text-align: center;
        transition: 0.5s;
    }

    .news-ul li a h5 span img {
        height: 18px;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .data {
        padding-bottom: 5px;
    }

    .cp-title {
        padding-bottom: 18px;
    }

    .cp-title img {
        max-width: 32%;

    }

    .certificate .cp {
        margin-bottom: 12px;
    }

    .news-ul1 li {
        margin-bottom: 15px;
    }

    .news-ul1 li a .pic {
        width: 130px;
    }

    .news-ul1 li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul1 li a .txt .txt-bt .t1 {
        font-size: 15px;
        line-height: 28px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul1 li a h5 span img {
        max-width: 25%;
    }

    .news-ul1 li a h5 span {
        display: inline-block;
        width: 76px;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        background: #0075e6;
        text-align: center;
        transition: 0.5s;
        border-radius: 5px;
    }

    .news-ul1 li a .txt .txt-nr {
        font-size: 12px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    .news-ul1 li a h5 {

        text-align: left;
    }



    .news-ul1 {
        margin-top: 20px;
    }

    .page-right .banner2 {
        margin-top: 20px;
    }

    .contact1 {
        margin-top: 18px;
    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    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;
    }
	
	.news-show .txt-bt{ font-size:16px; line-height:30px;}
}

.fenye {
    float: left;
    margin: auto;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    margin-top: 5px;
}

.fenye a {
    color: #333
}

.fenye a:hover {
    color: #f00
}