* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}

.up:hover {
    transform: translateY(-10px);
}

/*.shadow:hover {
    transform: translateY(-5px);
	box-shadow: 0 0 5px #999;

}*/

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #0d66aa;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
}

.hover-ul {
    display: none;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: 12%;
    text-align: center;
    float: left;
    height: 50px;
}

.list-unstyled>.li {
    position: relative;
    z-index: 999999999;
}

.hover-ul {
    width: 100%;
    background-color: rgba(14, 110, 184, .8);
    position: absolute;
    z-index: 9999999999;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hover-ul>li>a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #5b9f2f;
    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: 12px;
}

.phone-text {
    color: #0d66aa;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #0d66aa;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0d66aa;
}

.banner1 {
    padding-top: 37.3%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

header .wrap {
    position: relative;
}



.cp-nav .ul-box .title {
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    position: relative;
    text-align: left;
}

.cp-nav .ul-box .title::before {
    display: block;
    content: "";
    width: 128px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cp-nav .ul-box ul {
    margin-top: 6px;
}

.cp-nav .ul-box ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}

.cp-nav .ul-box ul li a {
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
}

.cp-nav .ul-box {
    width: 18%;
    margin-bottom: 16px;
    text-align: left;
}

.cp-nav .ul-box ul li a:hover {
    border-bottom: 1px solid #fff;
}

.cp-nav {
    padding: 10px 10px 10px 30px;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 100%;
    transform: translate(-50%, 0);
    z-index: 999999999;
    display: none;
    border: 1px solid #fff;
    background-color: rgba(14, 110, 184, .8);
}


























.hot {
    width: 100%;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>.li-red>a {
    background: url(../images/index_15.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.list-unstyled>li:hover>a {
    background: url(../images/index_15.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 49%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-middle {
    display: flex;
}

.top-nav-middle-img img {
    margin-top: 5px;
}

.top-nav-middle-text {
    margin-left: 13px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
}

.top-nav-right form {
    width: 180px;
    position: relative;
    height: 29px;
    border: 1px solid #00549f;
    border-radius: 20px;
}

.top-nav-right form .int1 {
    width: 75%;
    position: absolute;
    left: 5%;
    top: 0;
}

.top-nav-right form .int2 {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0%;
    border-left: none;
}

.top-nav-right form input {
    line-height: 26px;
    height: 26px;
    border: none;

}

.public-title {
    text-align: center;
    position: relative;

}

.public-title-box {
    padding: 40px 0;
}

.public-title .p1 {
    font-size: 18px;
    color: #8f8f8f;
    line-height: 26px;
    text-transform: uppercase;
}

.public-title .p2 {
    font-size: 30px;
    color: #202020;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    padding-bottom: 15px;
}

.public-title .p2::before {
    display: block;
    content: "";
    width: 125px;
    height: 9px;
    border-radius: 6px;
    background-color: #0d66aa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.public-title .txt {
    margin-top: 14px;
}

.public-title img {
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, 0);
    z-index: -1;
}

/* 产品展示 */


.product1 {
    padding: 30px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 312px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #0e6eb8;
    padding: 12px 0;
    padding-left: 25px;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 38px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.pro-title .t2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    font-family: "微软雅黑";
}

.pro-title-xq .t2 {
    font-size: 14px;
}

.xq-left .pro-ul li {
    width: 100%;
    margin: 0;
}

.xq-left .pro-ul li .txt {
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    background-color: #00549f;
    transition: all .6s;
}

.xq-left .pro-ul li:hover .txt {
    background-color: #74a823;
}

.xq-right .banner3 {
    position: relative;
    width: 67%;
}

.xq-right .txt {
    width: 31%;
}

.xq-right .txt .t1 {
    font-size: 18px;
    color: #040404;
    line-height: 34px;
}

.xq-right .txt .t2 {
    font-size: 16px;
    color: #595959;
    line-height: 32px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeee;
}

.xq-right .txt .t2 span {
    font-size: 18px;
    color: #0d66aa;
}

.xq-right .txt .txtp {
    line-height: 26px;
    font-size: 14px;
    color: #595959;
}

.xq-right .txt .dh {
    color: #ffffff;
    font-size: 14px;
    background-color: #0d66aa;
    width: 194px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    margin-top: 6px;
}

.xq-right .txt a {
    display: block;
    line-height: 30px;
    width: 194px;
    background-color: #22ac38;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    border-radius: 20px;
    margin-top: 12px;
}

.xq-right .txt .dh span {
    font-size: 15px;
    font-weight: bold;
}

.xq-right .banner3 .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center rgba(0, 0, 0, 0.6);
    ;
    outline: none;

}

.xq-right .banner3 .swiper-button-next {

    background: url(../images/index-09038_03.png) no-repeat center center rgba(0, 0, 0, 0.6);
    outline: none;
    transform: rotate(180deg);

}

.xq-right .txt-box .title1 {
    line-height: 31px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #0d66aa;
    padding-left: 8px;
    font-size: 16px;
    color: #000000;
    margin: 16px 0;
}

.xq-right .txt-box .title2 {
    line-height: 28px;
    color: #0d66aa;
}

.xq-right .txt-box .title3 {
    font-size: 16px;
    color: #0d66aa;
    font-weight: bold;
}



.xq-right .txt-box .video {
    height: 555px;
}

.xq-right .txt-box .txt1 {
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.xq-right .txt-box .txt1 video {
    width: 100% !important;
    height: 450px !important;
    margin: 10px auto;
}

.xq-right .txt-box .txt1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.xq-right .txt-box .txt1 table {
    width: 100%;
}

.xq-right .txt-box .txt1 table td {
    border: 1px solid #CCCCCC
}


.xq-right .txt-box .img1 {
    text-align: center;
    margin-bottom: 16px;
}

.xq-right .banner3 .banner4 {
    padding-top: 66.77%;
    position: relative;
}

.xq-right .banner3 .banner4 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    text-align: center;
    background-color: #717171;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.pro-title-xq {
    padding-left: 15px;
}

.pro-title .txt {
    margin-left: 13px;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 1px solid #dcdcdc;

}

.page-pro>ul>li {
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #dedede;
}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>ul>li {
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 10px;

}

.page-pro>ul>li:hover>a {
    background-color: #7db626;
}

.page-pro>ul>.lu>a {
    background-color: #7db626;
}

.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:hover>a .txt1 {
    color: #fff;

}

.page-pro>ul>li:hover>a .txt2 {
    color: #fff;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 5px;
    margin-top: -2px;
    width: 17px;
    height: 17px;

}

.page-pro>ul>li>a .txt1 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt1 .img1 {
    display: none;
}



.page-pro>ul>li>a:hover .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a .txt2 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt2 .img1 {
    display: none;
}



.page-pro>ul>li>a:hover .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a {
    color: #333;
}

.page-pro>ul>li>a .txt1 {
    /*    color: #333;*/
    font-size: 16px;
    width: 83%;
    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: 16px;
    background-color: #fff;
    padding-left: 20px;
}

.page-pro>ul>li>ul>li>a:hover {
    background-color: #0e6eb8;
    color: #fff;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;

}

.page-pro>ul>li>ul {
    display: none;
}


.page-right {
    width: calc(100% - 336px);
}

.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%;
}

.xq-left .pro-ul li {
    width: 100%;
    margin: 0;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.6s;
    padding: 2px;
    transform: translateY(0px)
}

.pro-ul li a:hover {
    background-color: #7db626;
}

.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;
    font-size: 0;
}

.pro-ul li .pic:before {
    content: "";
    display: block;
    padding-top: 85.2%;
}

.pro-ul li .pic .pro-img {
    transition: .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;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
    width: 100%;
}

.pro-ul li .pic .pro-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;

}

.page-left-img-text {
    padding: 15px 9px;
    line-height: 32px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}


.page-left-img .lx-img {
    text-align: center;
}

.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    color: #717171;
    transition: all .6s;

}

.page-right .pro-ul li a:hover span {
    background-color: #7bb626;
    color: #fff;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    line-height: 32px;
    position: relative;
    padding-right: 13px;
    margin-bottom: 15px;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    padding: 0 16px;
    line-height: 33px;
    background-color: #0e6eb8;

}

.page-right-title1 img {
    margin-top: -5px;
    margin-right: 5px;
}

.page-right-title1>span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}



.page-pro>.qr-box {
    background-color: #095193;
}


.page-pro>.qr-box .txt-qr span {
    line-height: 35px;
    font-size: 30px;
    font-family: "Impact";
    font-weight: bold;
    color: #fff;
}

.page-pro>.qr-box .txt-qr p {
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
}

.page-pro>.qr-box .txt-qr {
    margin-left: 12px;
    margin-bottom: 12px;
}




/* 产品展示结束 */





/* 产品轮播 */

.banner2 a .img-box {
    padding-top: 0%;
}

.banner2 a .img-box:before {
    content: "";
    display: block;
    padding-top: 92%;
}

.banner2 a {
    width: 100%;
    float: left;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}

.banner2 ul li:hover .txt {
    background-color: #0d66aa;
    color: #fff;
}

.banner2 a .txt {
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    height: 42px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
    padding: 0 5px;
}

.banner2 a:hover .img {
    transform: scale(1.1);
}


.banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #0d66aa;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #0d66aa;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #0d66aa;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #0d66aa;
    outline: none;
}


/*  */
.advantage {
    position: relative;
    padding-bottom: 30px;
}

.advantage .ul1 li {
    width: 50%;
}

.advantage .ul2 li {
    width: 50%;
}


.advantage .img1 {
    position: absolute;
    top: 58%;
    left: 0%;
    max-width: 48%;
}

.advantage .img2 {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 42%;
}

.advantage-title {
    text-align: center;
    padding: 25px 0 30px 0;
}

.advantage-title .p1 {
    font-size: 49px;
    color: #000;
    font-weight: bold;
    line-height: 96px;
    position: relative;
}

.advantage-title .p1::after {
    display: block;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #00994a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.advantage-title .p1::before {
    display: block;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #00994a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.advantage-title .p1 span {
    font-size: 78px;
    color: #5b9f2f;
    font-weight: bold;
}

.advantage-title .p2 {
    font-size: 15px;
    color: #999999;
    line-height: 28px;
}

.advantage-title img {
    margin-top: 12px;
}


.advantage ul li .txt-box .title .title1 span {
    font-size: 30px;
    color: #131313;
    line-height: 44px;
    font-weight: bold;
}

.advantage ul li .txt-box .title .title1 p {
    line-height: 26px;
    font-size: 18px;
    color: #1689d4;
    font-family: "Arial";
    text-transform: uppercase;
}

.advantage ul li .txt-box .title .title1 {
    margin-left: 54px;
}

.advantage ul li .txt-box .txt {
    line-height: 32px;
    font-size: 18px;
    color: #464646;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px;
}

.advantage .ul1 li .txt-box {
    margin-bottom: 60px;
}



.advantage .ul2 li .txt-box {
    margin-bottom: 60px;
}

.advantage .ul2 {
    margin-top: 45px;
}

.advantage .advantage {
    position: relative;
}

.news-left {
    width: 49%;
}

.news-left .img-box {
    padding-top: 45.6%;
}

.news-right {
    width: 49%;
}

.news-left .news-ul {
    /*    margin-top: 8px;*/
}

.news-ul li {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 26px 13px;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
    align-items: center;
}

.news-ul li a .txt {
    width: calc(100% - 80px);
    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: 16px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei UI";
    transition: all .6s;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 14px;
    color: #7db626;
    line-height: 28PX;
    font-family: "Microsoft YaHei UI";
    transition: all .6s;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #797979;
    font-family: "Microsoft YaHei UI";
    transition: all .6s;
    min-height: 44px;
}


.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 {
    background-color: #54932c;
}

.news-ul li:hover .pic span {
    color: #fff;
}

.news-ul li:hover .pic p {
    color: #fff;
}

.news-ul li:hover a .txt .txt-bt .t1 {
    color: #fff;
}

.news-ul li:hover a .txt .txt-bt .t2 {
    color: #fff;
}

.news-ul li:hover a .txt .txt-nr {
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.news-ul .pic span {
    font-size: 47px;
    color: #7db626;
    font-family: "Arial";
    line-height: 46px;
    font-weight: bold;
    transition: all .6s;
}

.news-ul .pic p {
    line-height: 20px;
    font-size: 14px;
    color: #7db626;
    font-family: "Arial";
    font-weight: bold;
    transition: all .6s;
}

.news {
    padding-bottom: 40px;
    background-color: #f6f6f6;
}


.news-ul11 {
    margin-top: 20px;
}

.news-ul11 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul11 li:last-child {
    margin: 0;
}

.news-ul11 li a {
    display: flex;
    color: #333;
}

.news-ul11 li a .txt {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul11 li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul11 li a .txt .txt-bt .t1 {
    font-size: 18px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-ul11 li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul11 li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    color: #6c6c6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul1 li a h5 {
    width: 100%;
}

.news-ul11 li a h5 span {
    display: inline-block;
    width: 85px;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    background: #d4d4d4;
    text-align: center;
    transition: 0.5s;
}

.news-ul11 li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul11 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul11 li:hover a .txt-bt .t1 {
    color: #0480c8;
}

.news-ul11 li:hover h5 span {
    background: #0480c8;
    color: #fff;
}

.news-ul11 .img_cover {
    padding-top: 66%;
    transition: all .8s;
}













.news-ul1 {
    margin-top: 20px;
}

.news-ul1 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    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% - 230px);
    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;
    color: #262626;
    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: 22px;
}

.news-ul1 li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    color: #6c6c6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul1 li a h5 {
    width: 100%;
}

.news-ul1 li a h5 span {
    display: inline-block;
    width: 85px;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    background: #d4d4d4;
    text-align: center;
    transition: 0.5s;
}

.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: #0480c8;
}

.news-ul1 li:hover h5 span {
    background: #0480c8;
    color: #fff;
}

.news-ul1 .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul1 li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.message .txt {
    font-size: 16px;
    color: #000;
}

.message form input {
    width: 90%;
    padding-left: 10px;
    line-height: 34px;
    margin-bottom: 23px;
    border: 1px solid #eeeeee;
}

.message form textarea {
    height: 300px;
    margin-bottom: 23px;
    border: 1px solid #eeeeee;
    width: 90%;
    padding: 10px;
}

.message form {
    margin-top: 18px;
}

.message form .int-box {
    font-size: 16px;
    color: #000;
    display: flex;
}

.message form .int-box .yzm {
    width: 18%;
    line-height: 36px;
    height: 36px;
    border: 1px solid #eeeeee;
    margin-left: 2%;
    text-align: center;
    display: inline-block;
}

.message form .int-box span {
    width: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.message {
    margin-top: 20px;
}

.message form .int1 {
    padding: 0;
    background-color: #0d66aa;
    color: #fff;
    border: none;
    width: 44%;
    font-size: 16px;
}

.message form .int2 {
    margin-left: 1.55%;
    background-color: #22ac38;
}

.message form .int3 {
    width: 67%;
}

.news-show {
    width: 100%;
}


.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;

}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 30px;
    font-size: 15px;
    color: #333;
    padding: 5px 0 0 0;
}

.news-show .txt-nr img {
    max-width: 100%;
}

.news-show .txt-nr table {
    max-width: 100%;
}

.news-show .txt-nr table td {
    border: 1px solid #CCCCCC
}




.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

.contact1-txt {
    line-height: 34px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.page-right .anniu-box {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 32%;
    right: 0;
    z-index: 999999;

}



.page-right .anniu {
    width: 163px;
    line-height: 51px;
    background-color: #005bac;
    text-align: center;
    display: block;
    font-size: 24px;
    color: #ffffff;
    border-radius: 30px;
}

.page-right .anniu img {
    margin-top: -2px;
    margin-right: 2px;
}

.product1 .page-left {
    z-index: 0;
}


.product1-show .page-left {

    z-index: 9999;

}



footer {
    background-color: #2d2d2d;
}

.foo-title {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.foo-title::after {
    display: block;
    content: "";
    width: 185px;
    height: 1px;
    background-color: #686868;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foo-title::before {
    display: block;
    content: "";
    width: 52px;
    height: 1px;
    background-color: #0d66aa;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 11;
}

footer>.wrap {
    padding: 20px 0 25px 0;
}

.footer-left ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #d8d8d8;
}

footer ul li a:hover {
    border-bottom: 1px solid #d8d8d8;
}

.footer-left,
.footer-middle1,
.footer-middle2,
.footer-middle3 {
    width: 20%;
}

.footer-right {
    width: 16%;
}

.footer-middle1 .txt {
    line-height: 26px;
    font-size: 14px;
    color: #d8d8d8;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.footer-middle2 ul {
    margin-top: 10px;
}

.footer-middle2 ul li a {
    line-height: 26px;
    font-size: 14px;
    color: #d8d8d8;

}

.footer-middle3 ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #d8d8d8;
}

.footer-right .qr-box {
    margin-top: 10px;
}

.footer-right .qr-box .qr1 {
    margin-bottom: 14px;
}

.footer-buttom {
    background-color: #3e3e3e;
    margin: 0 auto;
    text-align: center;
    color: #d8d8d8;
    font-size: 14px;
    padding: 16px 0;
}

.footer-buttom a {
    color: #d8d8d8;
    font-size: 14px;
}


@media (max-width:1830px) {
    .advantage .img1 {
        top: 59%;
    }
}

@media (max-width:1790px) {
    .advantage .img1 {
        top: 61%;
    }
}

@media (max-width:1682px) {
    .advantage .ul1 li .txt-box {
        margin-bottom: 32px;
    }

    .advantage .ul2 li .txt-box {
        margin-bottom: 32px;
    }
}

@media (max-width:1680px) {
    .advantage .img1 {
        top: 61%;
    }
}

@media (max-width:1570px) {
    .advantage .img1 {
        top: 63%;
    }
}

@media (max-width:1460px) {
    .advantage .img1 {
        top: 65%;
    }
}

@media (max-width:1208px) {
    .top-nav-left>span {
        display: none;
    }

    .top-nav-left {

        width: 21%;
    }
}

@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}


@media (max-width:991px) {
    header {
        display: none;
    }

    .xs-block {
        display: block;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 60%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 15px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 0;
    }


    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #0e6eb8;
        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;

    }


    .xq-right .banner3 {
        position: relative;
        width: 100%;
    }

    .xq-right .txt {
        width: 100%;
        margin-top: 12px;
    }

    .xq-right {
        margin-top: 20px;
    }

    .xq-right .txt-box .txt1 video {
        width: 100% !important;
        height: 250px !important;
        margin: 10px auto;
    }

    /*  */
    .news-ul li {
        margin-bottom: 12px;
        padding: 10px;
    }

    .news-ul li a .pic {
        width: 68px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 68px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
        line-height: 26px;
    }

    .news-left .news-ul {
        /*        margin-top: 12px;*/
    }

    .news-ul .pic span {
        font-size: 38px;
        color: #7db626;
        font-family: "Arial";
        line-height: 40px;

    }

    .news {
        padding-bottom: 20px;
        background-color: #f6f6f6;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 12px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
        line-height: 20px;
        min-height: 40px;
    }


    .public-title img {
        display: none;
    }

    .public-title .p1 {
        font-size: 12px;
        line-height: 20px;
    }

    .public-title .p2 {
        font-size: 20px;
        color: #202020;
        font-weight: bold;
        line-height: 32px;
        padding-bottom: 8px;
    }

    .public-title .p2::before {
        display: block;
        content: "";
        width: 76px;
        height: 4px;

    }

    .public-title .txt {
        margin-top: 12px;
        display: none;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .public-title-box {
        padding: 20px 0;
    }

    .advantage-title .p1 {
        font-size: 18px;
        line-height: 28px;

    }

    .advantage-title .p1 span {
        font-size: 22px;

    }

    .advantage-title img {
        margin-top: 0px;
        max-width: 5%;
    }

    .advantage ul li .txt-box .title>img {
        max-width: 11%;
    }

    .advantage ul li .txt-box .title .title1 span {
        font-size: 18px;
        line-height: 28px;
    }

    .advantage ul li .txt-box .title .title1 p {
        line-height: 16px;
        font-size: 12px;
    }

    .advantage ul li .txt-box .title .title1 {
        margin-left: 12px;
        width: 80%;
    }

    .advantage ul li .txt-box .txt {
        line-height: 24px;
        font-size: 14px;
        color: #464646;
        margin-top: 5px;
        height: 72px;

    }

    .advantage .img1,
    .advantage .img2 {
        display: none;
    }

    .advantage .ul2 {
        margin-top: 0;
    }

    .advantage ul li .txt-box {
        margin-bottom: 15px !important;
    }

    .advantage {
        padding-bottom: 5px;
    }

    .advantage-title {
        text-align: center;
        padding: 20px 0 16px 0;
    }

    .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;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul1 li a h5 span {
        display: none;
    }

    .news-ul1 li a .txt .txt-nr {
        font-size: 12px;
    }

    .message form .int-box {
        font-size: 15px;

        display: block;
    }

    .message form .int-box span {
        width: 100%;
        line-height: 32px;
        display: block;
    }

    .message .txt {
        font-size: 14px;
        color: #000;
    }

    .message form {
        margin-top: 12px;
    }

    .message form input {
        width: 100%;
        margin-bottom: 13px;

    }

    .message form textarea {
        height: 96px;
        margin-bottom: 13px;
        border: 1px solid #eeeeee;
        width: 100%;
        padding-left: 10px;
        display: block;
    }

    .message form .int1 {
        display: inline-block;
        width: 48%;
    }

    .message form .int-box .yzm {
        width: 24%;

    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .advantage ul li .txt-box {
        width: 100%;
        margin: 0;
    }

    .advantage ul li {
        display: block;
    }

    .advantage .ul1 li {
        width: 100%;
    }

    .advantage .ul2 li {
        width: 100%;
    }

    .page-right .anniu {
        width: 118px;
        line-height: 38px;
        background-color: #005bac;
        text-align: center;
        display: block;
        font-size: 15px;
        color: #ffffff;
        border-radius: 30px;
    }

    .page-right .banner2 {
        margin-top: 18px;
    }

    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;
    }

}