* {
    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;

}

.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: 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;
}

.top {
    height: 40px;
    background-color: #f5f5f5;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.top ul li {
    font-size: 14px;
    color: #666666;
}

.top ul li a {
    line-height: 40px;
    display: block;
    color: #666666;
}

.top ul li a:nth-child(1) {
    padding-right: 10px;
}

.top ul li a:nth-child(2) {
    padding-left: 10px;
    border-left: 1px solid #ffffff;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 37.5%;
    justify-content: space-between;
}

.top-nav-left .txt>span {
    font-size: 24px;
    color: #035cac;
    font-weight: bold;
    line-height: 26px;

}

.top-nav-left .txt>p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 4.5px;
    line-height: 18px;
}

.top-nav {
    padding: 30px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}

.top-nav-right-text>p {
    color: #dd1721;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #f5f5f5;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
}

header.active {
    top: 0;
}

.list-unstyled {
    display: flex;
    justify-content: space-between;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}

.list-unstyled>li::before {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.li-red {
    background-color: #035cac;
    color: #fff;
    display: block;
}

.li-red>a {

    color: #fff !important;

}

.list-unstyled>li:hover>a {
    background-color: #035cac;
    color: #fff;
}

.hover-ul {
    width: 100%;
    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: 14px;
    line-height: 36px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #035cac;
    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: #035cac;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 40%;
    text-align: center;
    z-index: 9999999;
    box-shadow: 0 0 8px #eee;
    background-color: rgba(255, 255, 255, .9);
}

.phone-ul li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #035cac;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #035cac;
}

.hot {
    width: 100%;
    height: 64px;
    background: #035cac;
    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: 33.3%;
}

.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: 45px;
    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;
}


/* 搜索 */

.search .screen {
    padding: 0;
}

.search .screen dl {
    display: flex;
    padding: 8px 0;
}

.search .screen dl dt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-right: 6px;
    line-height: 27px;
    width: 112px;
    font-weight: bold;
}

.search .screen dl dt img {
    margin-top: -5px;
    margin-right: 3px;
}

.search .screen dl dd a {
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
    padding: 2px 0;
    line-height: 26px;
}

.search .screen dl dd a:hover,
.screen dl dd a.on {
    border-bottom: 1px solid #333333;
    ;
}

.search .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.search-right form input:nth-child(1) {
    width: 396px;
    padding-left: 10px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}




.search-right form input:nth-child(2) {
    width: 74px;
    line-height: 32px;
    border: none;
    display: block;
    border: 1px solid #81add5;
}

.search {
    background-color: #ffffff;
    padding: 8px 0;
}

/*  */


/* 产品中心 */


.product1 {
    padding: 30px 0;
    background-color: #f5f5f5;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 280px;
}

.page-left-img-text {
    padding: 15px 9px;
    line-height: 32px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
}

.page-left-img .lx-img {
    text-align: center;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #035cac;
    padding: 30px 0;
    text-align: center;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 36px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.pro-title .t2 {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-family: "微软雅黑";
}

.pro-title .txt {
    margin-left: 13px;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 1px solid #e5e5e5;

}

.page-pro>ul>li {
    line-height: 66px;


}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 52px;

}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 56px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.page-pro>ul>li:hover>a {
    color: #035cac;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 5px;
    margin-top: -2px;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-size: 15px;
    background-color: #fff;
    padding: 0 56px;
}

.page-pro>ul>li>ul>li>a:hover {
    color: #035cac;
}

.lx {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.lx>ul {
    padding: 30px 36px;
}

.lx>ul>li {
    margin-bottom: 16px;
}

.lx>ul>li:last-child {
    margin: 0;
}

.lx>ul>li>a .txt {
    margin-left: 15px;
}

.lx>ul>li>a .txt span {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.lx>ul>li>a .txt p {
    font-size: 14px;
    color: #dd1721;
    line-height: 18px;
}

.page-right {
    width: calc(100% - 300px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.banner2 {
    margin-top: 20px;
}

.banner2 ul li {

    background-color: #fff;
}

.banner2 ul li a {
    display: block;
    text-align: center;
    transition: 0.6s;
    padding: 20px 20px 0 20px;
}

.banner2 ul li a:hover {
    background-color: #035cac;
}

.banner2 ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
}

.banner2 ul li .pic .pro-img {
    transition: all .6s;
    overflow: hidden;
}

.banner2 ul li:hover .pro-img {
    transform: scale(1.1);
}

.banner2 ul li .txt {
    color: #333333;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    transition: all .6s;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.banner2 ul li:hover .txt {
    color: #fff;
}

.banner2 ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
}

.banner2 ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 66.666%;
}

.banner3 {
    background-color: #fff;
    padding: 20px 30px 40px 50px;
    position: relative;
}

.banner3 .swiper-pagination {
    position: absolute;
    bottom: 38px;
    z-index: 1;
    width: 100%;
    font-size: 0;
    left: -24%;
}

.banner3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #035cac;
}

.banner3 .swiper-pagination-bullet {
    margin: 0 4px;
}

.banner3 .txt {
    width: 30%;
}

.banner3 .txt a {
    display: block;
    width: 138px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #2e3897;
    margin-top: 16px;
    transition: all .6s;
    background-color: #fff;
}

.banner3 .txt a:hover {
    background-color: #2e3897;
    color: #fff;
}

.banner3 p {
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner3 .txtp {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banner3 .txtp p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: normal;
}

.banner3 .img1 .img-box {
    padding-top: 57.69%;
}

.banner3 .img1 {
    width: 63.3%;
}

.page-right .pro-ul li a .tr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #717171;
    transition: all .6s;
}

.page-right .pro-ul li a:hover .tr {

    color: #fff;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    line-height: 50px;
    position: relative;
    padding-right: 13px;
    margin-bottom: 20px;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    width: 170px;
    line-height: 50px;
    text-align: center;

}

.page-right-title1 img {
    margin-top: -5px;
    margin-right: 5px;
}

.page-right-title1>span {
    font-size: 24px;
    font-weight: bold;
    color: #035cac;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}

.pro-ul li .pic {
    position: relative;
}


/* 产品中心结束 */
.public-title {
    text-align: center;
    padding: 75px 0 48px 0;
}

.public-title span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
}

.public-title p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}

.bai span {
    color: #fff;
}

.bai p {
    color: #fff;
}


.about_m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_l {
    width: 728px;
    margin: 0 auto;
    text-align: center;
}

.about_l .img-box {
    padding-top: 66%;
}

.about_limg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_r {
    width: calc(100% - 823px);

}

.about_r .public-a {
    margin-top: 55px;
}

.about_rtp {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    line-height: 30px;
}

.public-a {
    display: block;
    width: 138px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #2e3897;
    transition: all .6s;
    background-color: #ffff;
}

.about_rtbtn {
    margin-top: 55px;
}

.public-a:hover {
    background-color: #2e3897;
    color: #fff;
}

.about_r .img1 {
    margin-top: 20px;
}

.about {
    padding-bottom: 100px;
    background-color: #eeeeee;
}

.about>.wrap {
    max-width: 1520px;
}

.about ul {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.about ul li {
    padding-left: 70px;
    position: relative;
    width: 25%;
}

.about ul li::after {
    display: block;
    content: "";
    width: 1px;
    height: 136px;
    background-color: #90bfe9;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.about ul li:last-child::before {
    display: block;
    content: "";
    width: 1px;
    height: 136px;
    background-color: #90bfe9;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.about ul li .txt .p1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 54px;
    position: relative;
}

.about ul li .txt .p1 span {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 42%;
    top: 20%;
    text-transform: uppercase;
}

.about ul li:nth-child(1) .txt .p1 span {
    right: 50%;
}

.about ul li:last-child .txt .p1 span {
    right: 31%;
}

.about ul li .txt .p2 {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.exhibition {
    padding-bottom: 90px;
}

.exhibition>.wrap {
    max-width: 1180px;
}

.banner4 .box {
    background-color: #f5f5f5;
    padding: 70px 0 70px 52px;
}

.banner4 .box .public-a {
    margin-top: 26px;
}

.banner4 .box .txt {
    width: 137.75px;
}

.banner4 .box .txt>p {
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner4 .box .txt .txtp {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 104px;
}

.banner4 .box-big .img1 {
    position: absolute;
    width: 71.5%;
    left: 278px;
    top: 50%;
    transform: translate(0, -50%);
}

.banner4 .box-big {
    position: relative;
    padding: 120px 0;
}

.banner4 .box-big .img1 .img-box {
    padding-top: 71.16%;
}

.banner4 {
    position: relative;
}

.banner4 .swiper-button-prev {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 20%;
    top: 87%;
    background: url(../images/index-09038_03.png) no-repeat center center, #4493d9;
    outline: none;
    border: 1px solid #2e3897;
}

.banner4 .swiper-button-next {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 1.4%;
    top: 87%;
    background: url(../images/index-09039_03.png) no-repeat center center, #4493d9;
    outline: none;
    border: 1px solid #2e3897;
}

.banner5 ul li .img-box {
    padding-top: 132.8%;
}

.banner5 ul li .img-box .frame {
    width: 125px;
    height: 122px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
}

.banner5 ul li:hover .img-box .frame {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.banner5 ul li:hover .img-box .frame .txt {
    color: #fff;
}

.banner5 ul li .img-box .frame .txt {
    text-align: center;
    color: #333333;
    transition: all .6s;
}

.banner5 ul li .img-box .frame .txt .p1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 2px;
}

.banner5 ul li .img-box .frame .txt .p2 {
    font-size: 14px;
    line-height: 26px;
}

.banner5 ul li .img-box .frame .txt span {
    font-size: 14px;
}

.banner5 ul li .img-box .frame1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner5 ul li .img-box .frame .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.case>.wrap>.public-a {
    margin: 0 auto;
    margin-top: 28px;
}

.case {
    padding-bottom: 90px;
}

.problem .title span {
    font-size: 36px;
    color: #dd1721;
    font-weight: 800;
    line-height: 58px;
}

.problem .title p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    text-transform: uppercase;
}

.problem ul {
    width: 532px;
    margin-top: 36px;
}

.problem ul li .img1 {
    width: 75px;
}

.problem ul li .box .txt {
    width: calc(100% - 93px);
}

.problem ul li .box .txt span {
    font-size: 24px;
    color: #ffffff;
    font-weight: 800;
    line-height: 32px;
}

.problem ul li .box .txt p {
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.problem ul li {
    padding: 17px 0 17px 26px;
    margin-bottom: 10px;
}

.problem {
    padding: 70px 0;
}

.reason .title {
    font-size: 48px;
    color: #333333;
    font-family: "宋体";
    font-weight: 800;
    line-height: 120px;
}

.reason .title span {
    font-size: 36px;
    color: #035cac;
    font-family: "宋体";
    font-weight: 800;
}



.reason .txt-li .title1 span {
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.reason .txt-li .title1 p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.reason .txt-li {
    position: relative;
    padding: 58px 0;
    height: 296px;
    width: 52%;
    margin-bottom: 100px;
}



.reason .txt-li::before {
    display: block;
    content: "";
    width: 178%;
    height: 100%;
    background-color: #90a0af;
    position: absolute;
    left: -61%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.reason .txt-teshuli::before {
    width: 205%;
    left: -17%;
}


.reason .txt-li .txtp {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    width: 77%;
    margin-top: 25px;
}

.reason .txt-li .txtp .txtp2 {
    margin-top: 19px;
}

.reason .txt-li .txt-l {
    margin-left: 32px;
}

.reason .txt-li .txt .title1 {
    padding-bottom: 26px;
    position: relative;
}

.reason .txt-li .txt .title1 img {
    position: absolute;
    top: 74%;
    width: 100%;
}

.reason .img-li {
    width: 48%;
    margin-top: -100px;
}

.reason .img-li .img-box {
    padding-top: 60.34%;
}

.reason>.wrap {
    max-width: 1200px;
}

.reason {
    position: relative;
    z-index: -2;
    padding: 65px 0 85px 0;
}

.news .ulone li a {
    width: 138px;
    line-height: 36px;
    display: block;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333333;
    text-align: center;
    transition: all .6s;
}

.news .ulone li a:hover {
    background-color: #60a3df;
    border: 1px solid #186bc9;
    color: #fff;
}

.news .ulone li {
    margin: 0 6px;
}

.news .public-title {
    text-align: center;
    padding: 75px 0 16px 0;
}

.banner6 ul li a {
    padding: 19px;
    background-color: #f6f5f5;
    border: 1px solid #f6f5f5;
}

.banner6 ul li a .img-box {
    padding-top: 63.23%;
}

.banner6 ul li a .txt .title {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 8px;
    position: relative;
    transition: all .6s;
}

.banner6 ul li a .txt .title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #353897;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    transition: all .6s;
}

.banner6 ul li a:hover {
    background-color: #fff;
    border: 1px solid #353897;
}

.banner6 ul li a:hover .txt .title {
    color: #353897;
}

.banner6 ul li a:hover .txt .title::before {
    display: block;
}

.banner6 ul li a .txt {
    margin-top: 27px;
}

.banner6 ul li a .txt .txtp {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;

}

.banner6 ul li a .txt .rq {
    font-size: 14px;
    color: #666666;
    margin-top: 27px;
}

.banner6 {
    margin-top: 24px;
}

.banner6 .swiper-container {
    padding: 6px 0;
}

.news .public-a {
    margin: 0 auto;
    margin-top: 20px;
}

.news {
    padding-bottom: 80px;
}

.hui {
    background-color: #f5f5f5;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.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;
    font-weight: bold;
    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: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #035cac;
    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: #035cac;
}

.news-ul li:hover h5 span {
    background: #dd1721;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.contact1-txt {
    line-height: 24px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.news-show {
    width: 100%;
}


.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
    font-weight: bold;

}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 5px 0 0 0;
}

.news-show .txt-nr table {
    width: 100%;
}

.news-show .txt-nr img {
    max-width: 100%;
    height: auto;
}

.page-show img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

.search1 {
    border-bottom: 1px solid #eee;
}

footer {
    background-color: #035cac;
}

footer .form-box .txt p {
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

footer .form-box .txt span {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #97afd3;
}

footer .form-box form input {
    line-height: 55px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    margin-left: 18px;
    padding-left: 19px;
}

footer .form-box form .i1 {
    width: 243px;
}

footer .form-box form .i2 {
    width: 243px;
}

footer .form-box form .i3 {
    width: 355px;
}

footer .form-box form .i4 {
    width: 175px;
    padding: 0;
}

footer .form-box {
    padding: 33px 0 30px 0;
    border-bottom: 1px solid #357dbd;
}

footer .foo-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

footer .foo-box {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #357dbd;
}

.footer-left {
    width: 27%;
}

.footer-left .txt {
    margin-top: 28px;
}

.footer-left .txt p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 9px;
}

.footer-left .txt p img {
    margin-right: 9px;
}

.footer-middle {
    width: 40%;
}

.footer-middle ul li a {
    font-size: 16px;
    color: #ffffff;
}

.footer-middle ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-middle ul {
    margin-top: 30px;
}

.footer-right .qr .qr-txt {
    background-color: #1b63a3;
    position: relative;
    width: 122px;
    height: 122px;
    margin-left: 4px;
}


.footer-right .qr .qr-txt .txtp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #ffffff;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}

.footer-buttom a {
    color: #FFFFFF
}

@media (max-width:1380px) {
    .about_l {
        width: 675px;

    }

    .about_r {
        width: calc(100% - 773px);
    }
}

@media (max-width:1230px) {
    .about_l {
        width: 600px;

    }

    .about_r {
        width: calc(100% - 670px);
    }
}


@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }

    .banner3 .swiper-pagination {
        position: absolute;
        bottom: 17px;
        z-index: 1;
        width: 100%;
        font-size: 0;
        left: -21%;
    }




}


@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: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    /* 搜索手机 */

    .search {
        padding: 20px 0;
    }

    .search .screen dl dt {
        font-size: 14px;
        font-weight: bold;
        margin-right: 3px;
        line-height: 31px;
        width: 98px;
        font-weight: bold;
    }

    .search-right {
        width: 100%;
        margin-top: 15px;
    }

    .search-right form {
        width: 100%;
    }

    .search-right form input:nth-child(1) {
        width: 80%;
    }

    .search-right form input:nth-child(2) {
        width: 20%;
    }

    .search .screen dl {
        padding: 0;
    }

    /*  */

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 72%;
        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: #035cac;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
        margin-bottom: 6px;
    }

    .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-pro>ul>li>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 {
        color: #333;
        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;
    }

    /* 产品中心手机结束 */


    .about_l {
        width: 100%;
    }

    .about_r {
        width: 100%;
        padding: 16px;
        margin-top: 0;
    }

    .about_rtb {
        font-size: 16px;
        font-weight: bold;
    }

    .about_r {
        margin: 5px 0 5px 0;
    }

    .about_rtg {
        width: 25px;
        height: 2px;
        margin: 6px 0;
    }


    .about_rtp {
        height: 138px;
        font-size: 14px;
        line-height: 23px;
        -webkit-line-clamp: 6;
    }

    .about_r .img1 {
        margin-top: 15px;
    }

    .about_r .public-a {
        margin-top: 20px;
    }

    .about {
        padding-bottom: 20px;
    }

    .lx>ul {
        padding: 18px;
    }

    .banner3 .txt {
        width: 100%;
    }

    .banner3 .img1 {
        width: 100%;
    }

    .banner3 .swiper-pagination {
        position: absolute;
        bottom: 18px;
        z-index: 1;
        width: 100%;
        font-size: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .banner3 {
        background-color: #fff;
        padding: 16px 16px 36px 16px;
        position: relative;
    }

    .public-title span {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
    }

    .public-title p {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
    }

    .public-title {
        text-align: center;
        padding: 20px 0 !important;
    }

    .exhibition .public-title {
        text-align: center;
        padding: 20px 0 15px 0 !important;
    }

    .banner4 .box-big {
        position: relative;
        padding: 0;
    }

    .banner4 .box .txt {
        width: 100%;
    }

    .banner4 .box-big .img1 {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }

    .banner4 .box {
        background-color: #f5f5f5;
        padding: 18px;
    }

    .banner4 .box .public-a {
        margin-top: 18px;
    }

    .exhibition {
        padding-bottom: 20px;
        background-color: #f5f5f5;
    }

    .banner6 ul li a .txt .txtp {

        -webkit-line-clamp: 3;
    }

    .case>.wrap>.public-a {
        margin-top: 20px;
    }

    .case {
        padding-bottom: 20px;
    }

    .problem .title span {
        font-size: 20px;

        line-height: 28px;
    }

    .problem ul li .box .txt span {
        font-size: 20px;

        line-height: 28px;
    }

    .problem .title p {
        font-size: 12px;
        line-height: 22px;

    }

    .problem ul li {
        padding: 15px 10px 15px 10px;
        margin-bottom: 10px;
    }

    .problem ul {
        width: 100%;
        margin-top: 16px;
    }

    .problem ul li .img1 {
        width: 66px;
    }

    .problem ul li .box .txt {
        width: calc(100% - 80px);
    }

    .problem {
        padding: 20px 0;
    }

    .banner3 .txt a {
        display: block;
        width: 112px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        color: #333333;
        border: 1px solid #2e3897;
        margin-top: 16px;
        transition: all .6s;
        background-color: #fff;
    }

    .public-a {
        width: 112px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
    }

    .news .ulone li a {
        width: 100px;
        line-height: 34px;

    }

    .news {
        padding-bottom: 20px;
    }

    .reason .title {
        font-size: 20px;

        line-height: 28px;
        padding-bottom: 16px;
    }

    .reason .title span {
        font-size: 18px;
        color: #035cac;
        font-family: "宋体";
        font-weight: 800;
    }

    .reason .txt-li {
        position: relative;
        padding: 12px 0;
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .reason .img-li {
        width: 100%;
        margin-top: 0;
    }

    .reason {
        position: relative;
        z-index: -2;
        padding: 20px 0;
    }

    .banner6 {
        margin-top: 20px;
    }

    .reason .txt-teshuli::before {
        width: 100%;
        left: 0;
    }

    .reason .txt-li::before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #90a0af;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }

    .reason .txt-li .txt-l {
        margin: 10px 0;
        padding: 0 16px;
    }

    .reason .txt-li .txtp .txtp2 {
        margin-top: 11px;
    }

    .reason .txt-li .title1 p {
        line-height: 18px;
        font-size: 12px;
    }

    .reason .txt-li .txtp {
        font-size: 14px;
        color: #ffffff;
        line-height: 22px;
        width: 100%;
        margin-top: 0;
    }

    .banner6 .swiper-container {
        padding: 0;
    }

    .banner6 ul li a .txt .title {
        font-size: 14px;
        padding-bottom: 0;
        position: relative;
        transition: all .6s;
    }



    .banner6 ul li a .txt {
        margin-top: 9px;
    }

    .banner6 ul li a .txt .rq {
        font-size: 12px;
        color: #666666;
        margin-top: 8px;
    }

    .banner6 ul li a .txt .txtp {
        line-height: 19px;
        font-size: 12px;
        margin-top: 6px;
        height: 57px;

    }

    .banner6 ul li a {
        padding: 14px;
    }

    .news-ul {
        margin-top: 18px;
    }

    .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;
    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .contact1 {
        margin-top: 18px;
    }

    .aboutus {
        padding-bottom: 0;
    }

    .banner2 ul li .txt {
        color: #333333;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        transition: all .6s;
    }

    .banner2 ul li a {
        display: block;
        text-align: center;
        transition: 0.6s;
        padding: 10px 10px 0 10px;
    }

    .exhibition1 {
        padding-bottom: 20px;
    }

    .search .screen dl dd a {
        font-size: 12px;
        margin-right: 0;
        line-height: 16px;

    }

    .search .dd-box dd {
        width: 47%;
        margin: 1.5%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;

    }

    footer .foo-box {
        display: none;
    }

    footer .form-box .txt p {
        line-height: 24px;
        font-size: 20px;

    }

    footer .form-box form {
        margin-top: 18px;
    }

    footer .form-box form input {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px;
        line-height: 46px;
    }

    footer .form-box form input:last-child {
        margin: 0;
    }

    footer .form-box {
        padding: 20px 0;
        display: block;
    }

    .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-nr table tr td {
        width: 100%;
        float: left;
    }

    .news-show .txt-nr table tr td img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.jlfanye {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jlfanye a {
    padding: 5px 15px;
    border: solid 1px #dedede;
    float: none;
    display: inline-block;
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #c41313;
}

.contact_map {
    width: 100%;
    height: 400px;
}