* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei" !important;
}

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;
}


.fy-nav>.wrap {
    max-width: 1200px;
}

.fy-nav {
    margin-top: 20px;
}

.fy-nav ul li {
    width: 10%;
    margin: 1%;
}

.fy-nav ul li a {
    display: block;
    line-height: 30px;
    color: #333;
    text-align: center;
    background-color: #eeeeee;
    font-size: 16px;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy-nav ul li a:hover {
    background-color: #34ad7a;
    color: #fff;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 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 {
    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;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}


header {
    width: 100%;
    transition: top .3s;
    background-color: #fff;
    position: relative;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

header .wrap {
    position: relative;
}

header .wrap>form input {
    line-height: 32px;
    border: none;
}

header .wrap>form {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -100%;
    display: none;
    z-index: 11;
}

header .wrap .tb a {
    display: block;
    line-height: 58px;
}

header .wrap>form .int1 {
    width: 220px;
    background-color: #dfdfdf;
    padding-left: 10px;
}

header .wrap>form .int2 {
    width: 55px;
    background-color: #068b9e;
    color: #fff;
}

.hover-ul {
    display: none;
}

.big-banner {
    margin-top: 82px;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #068b9e;
    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: 5px;
}

.phone-text {
    color: #068b9e;
    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: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .83;
    filter: alpha(opacity=83);
    /* IE */
    -moz-opacity: 0.83;
    /* 老版Mozilla */
    -khtml-opacity: 0.83;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #068b9e;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #068b9e;
}

.banner1 {
    padding-top: 36.4%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.hot {
    width: 100%;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 56px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #131313;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>.li-red>a {
    background-color: #068b9e;
    color: #fff;
}

.list-unstyled>li:hover>a {
    background-color: #068b9e;
    color: #fff;
}

.top-nav-right {
    width: 19.5%;
}

.top-nav-right-text>p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;

}

.top-nav-right-text {
    margin-left: 16px;
}

.public-title {
    text-align: center;
    position: relative;
    padding: 45px 0 35px 0;
}

.public-title span {
    color: #131313;
    font-size: 30px;
    display: block;
    font-weight: bold;
    line-height: 63px;
}

.public-title p {
    font-size: 14px;
    color: #666666;
    margin-top: 17px;
}



.public-title::after {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    left: 43.5%;
    top: 59%;
}

.public-title::before {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    right: 43.5%;
    top: 59%;
}


.about>.wrap>.about-box {
    background-color: #fff;
    padding: 45px 34px;

}

.about-left {
    width: 47.5%;
}

.about-left .img1 {
    padding-top: 61.93%;
}

.about-right {
    width: 49.2%;
}


.about-right .txt .txtp {
    line-height: 33px;
    font-size: 14px;
    color: #333333;
    margin-top: 25px;
}

.about-right .txt .txtp p {
    margin-top: 12px;
}

.about-right .txt a {
    text-align: center;
    display: block;
    width: 219px;
    line-height: 51px;
    border: 1px solid #00717b;
    text-transform: uppercase;
    font-family: "Arial";
    margin-top: 39px;
    color: #00717b;
    font-size: 14px;
    transition: all .6s;
}

.about-right .txt a img {
    margin-left: 59px;
}

.about-right .txt a .img2 {
    display: none;
}

.about-right .txt a:hover {
    background-color: #00717b;
    color: #fff;
}

.about-right .txt a:hover .img1 {
    display: none;
}

.about-right .txt a:hover .img2 {
    display: inline-block;
}

.about ul {
    background-color: #f4f4f1;
    box-shadow: 0 5px 5px #dbdbdb;
}

.about ul li {
    width: 33.333%;
    position: relative;
}

.about ul li::before {
    display: block;
    content: "";
    height: 30%;
    width: 1px;
    background-color: #a8a8a6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}



.about ul li:last-child::before {
    display: none;
}

.about ul li a {
    display: block;
    width: 100%;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #131313;
    position: relative;
}

.about ul li a::before {
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #00717b;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: none;
}

.about ul li a img {
    position: absolute;
    left: 50%;
    top: -8%;
    transform: translate(-50%, 0);
    display: none;
}

.about ul li:hover a img {
    display: block;
}

.about ul li:hover a::before {
    display: block;
}

.about ul .ts-li a img {
    display: block;
}

.about ul .ts-li a::before {
    display: block;
}

.about {
    padding-bottom: 42px;
}

/* 产品展示 */

.product1 {
    padding: 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #068b9e;
    padding: 38px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 2px solid #068b9e;

}

.page-pro>ul>li {
    line-height: 56px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li {
    line-height: 45px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #068b9e;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: #068b9e;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
}

.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 280px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #068b9e;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}



.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    font-size: 18px;
    color: #222222;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}



/* 产品展示结束 */





/* 产品轮播 */

.certificate {
    padding-bottom: 122px;
}

.certificate .banner2 a .img-box {
    padding-top: 138%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #068b9e;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #068b9e;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #068b9e;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #068b9e;
    outline: none;
}

.certificate ul li a {
    padding-top: 111.8%;
    background-color: #fff;
}

.certificate ul li p {
    font-size: 17px;
    color: #333333;
    margin-top: 29px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate>.wrap>a {
    width: 138px;
    line-height: 33px;
    display: block;
    text-align: center;
    border: 1px solid #1a7a88;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 50px;
    font-family: "Arial";
    font-size: 16px;
    text-transform: uppercase;
    transition: all .6s;
}

.certificate>.wrap>a:hover {
    background-color: #1a7a88;
    color: #fff;
}

/*  */
.field {
    padding-bottom: 70px;
}

.field ul li {
    box-shadow: 0 5px 5px #dbdbdb;
}

.field ul li .img-box {
    padding-top: 65%;
}

.field ul li .frame {
    background-color: #fff;
    line-height: 92px;
    padding: 0 15px 0 50px;
    border-radius: 5px;
    position: relative;
}

.field ul li .frame img {
    position: absolute;
    left: 3%;
    top: 0%;
}

.field ul li .frame p {
    font-size: 20px;
    color: #131313;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.field ul li .frame .frame1 {
    width: 101px;
    line-height: 31px;
    background-color: #34ad7a;
    font-size: 18px;
    color: #ffffff;
    font-family: "Arial";
    border-radius: 20px;
    text-align: center;
}

.field ul li:hover .img {
    transform: scale(1.1);
}

.field ul li .img {
    transition: all .6s;
}


.news-left-box2-text {
    color: #555555;
    font-size: 14px;
    line-height: 29px;
    margin-top: 16px;
}

.news-left-box2-text a {
    display: block;
}

.news-left-box2>span {
    display: block;
    line-height: 26px;
    color: #34ad7a;
    font-size: 18px;
}

.news-left-box1 {
    width: 49%;
}

.news-left-box2 {
    width: 49%;
}

.news-left {
    width: 64%;
}

.news-left ul li {
    margin-bottom: 20px;
}

.news-left ul li:last-child {
    margin: 0;
}

.news-left ul li a>span:nth-child(1) {
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #282828;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left ul li a>span:nth-child(2) {
    font-size: 12px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #282828;
    text-align: center;
}

.news-left ul {
    margin-top: 20px;
}

.news-left ul li {
    border-bottom: 1px dashed #282828;
    padding: 11px 0;
    height: auto;
    margin-top: 3px;
}

.news-left ul li:hover a>span {
    color: #1a7a88;
    ;
}

.news-left-box2 .title .s1 {
    font-size: 20px;
    color: #131313;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.news-left-box2 .title .s2 {
    font-size: 15px;
    color: #131313;
}

.news-left-box2-text>a {
    width: 142px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #c6c2c2;
    display: block;
    text-align: center;
    color: #131313;
    margin-top: 26px;
    transition: all .6s;
}

.news-left-box2-text>a:hover {
    background-color: #1a7a88;
    color: #fff;
}

.news-left-box2-text P {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.news-right {
    width: 32%;
}

.news-right ul li {
    margin-bottom: 20px;
}

.news-right ul li a {
    display: block;
}



.news-right ul li a .img-box {
    padding-top: 55.2%;
}

.news-right ul li a .img-box .frame {
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    transition: all .6s;
}



.news-right ul li:last-child {
    margin: 0;
}

.news {
    padding-bottom: 65px;
}

.fy-title {
    line-height: 50px;
    background-color: #eff0f3;

}

.fy-title .p1 {
    font-size: 16px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy-title>.wrap {
    max-width: 1200px;
}

.fy-title a {
    font-size: 14px;
    color: #131313;
}

.fy-title p img {
    margin-right: 5px;
    margin-top: -5px;
}

.fy-cp>.wrap {
    max-width: 1200px;
}

.fy-cp-left {
    width: 43%;
}

.fy-cp-left .img-box {
    padding-top: 80.69%;
    border: 1px solid #cccccc;
}

.fy-cp-right {
    width: 54%;
}

.fy-cp-right .txt .title {
    font-size: 30px;
    color: #131313;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy-cp-right .txt .txt1>span {
    font-size: 18px;
    color: #131313;
    font-weight: bold;
    padding: 12px 0;
    display: block;
    line-height: 33px;
}

.fy-cp-right .txt .txt1 .txt1-p {
    font-size: 16px;
    color: #131313;
}

.fy-cp-right .txt .flex p {
    font-size: 18px;
    color: #ff0000;
}

.fy-cp-right .txt .flex {
    margin-top: 38px;
}

.fy-cp-right .txt .txt2 {
    font-size: 16px;
    color: #131313;
}

.fy-cp-right .txt .txt2 span {
    font-size: 26px;
}

.fy-cp-right .txt .txt2 {
    margin-top: 30px;
}

.fy-cp {
    margin-top: 36px;
}



.fy-cp-nav ul li a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #131313;
    background-color: #dbdbdb;
    transition: all .6s;
}

.fy-cp-nav ul li a:hover {
    background-color: #ff0000;
    color: #fff;
}

.fy-cp-nav ul .li-red a {
    background-color: #ff0000;
    color: #fff;
}

.fy-cp-nav ul li {
    width: 24.334%;
    margin: 4px;
}

.fy-cp-nav {
    padding: 60px 0 40px 0;
}

.fy-cp {
    padding-bottom: 30px;
}

html,
body {
    position: relative;
    height: 100%;
}




.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}



.gallery-thumbs {
    position: relative;
}

.gallery-thumbs .swiper-button-next {
    position: absolute;
    left: 0;
}

.page-right-title33 {
    margin-bottom: 20px;
}

.product1-show-txt {
    font-size: 14px;
    color: #242424;
    line-height: 27px;
    border-top: 1px dashed #a6a6a6;
    padding: 28px 0;
    margin-top: 30px;
}

.product100 {
    padding-bottom: 50px;
}

.gallery-top .swiper-slide {
    padding-top: 64.9%;
}

.gallery-thumbs .swiper-slide {
    padding-top: 16%;
}

.page-right-box-r .page-right-box-r-img {
    padding-top: 122.8%;
}

.page-right-lunbo {
    width: 100%;
}

.page-right-box-r {
    width: 24%;
}

.page-right-box-r-txt {
    color: #0c0c0c;
    line-height: 26px;
    margin-top: 15px;
}

.page-right-box-r-img {
    border: 3px solid #e3e3e3;
}

.page-right-box-r a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 33px;
    background-color: #ff8b00;
    color: #fff;
    margin-top: 15px;
}

.news-fy>.wrap {
    max-width: 1200px;
}

.gallery-top-box {
    margin-bottom: 20px;
    position: relative;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    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% - 300px);
    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;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 28px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    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: #29b379;
    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: #26b876;
}

.news-ul li:hover h5 span {
    background: #0b6a81;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 300px;
    position: relative;
    overflow: hidden;
}

.news-fy {
    padding: 30px 0;
}

.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: 14px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 10px 0 0 0;
}
.news-show .txt-nr img{max-width: 100%; height: auto;width: 500px;}
.news-show .txt-nr table {
    width: 80% !important;
    border: 1px solid #000;
    margin: auto;
    padding: 0px;
}

.news-show .txt-nr table tr td {
    text-align: center;
    border: 1px solid #000;
}

.news-show .txt-nr img {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 0px;
    text-align: center;
    display: block;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.news-show-to {
    margin-top: 35px;
}

.contact1-txt {
    line-height: 28px;
    font-size: 14px;
    /*    font-family: "宋体";*/
}
.contact1-txt img{max-width: 100%; height: auto;}
.contact1>.wrap {
    max-width: 1200px;
}

.contact1 {
    padding-bottom: 40px;
}

.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.matter>.wrap {
    max-width: 1200px;
}

.matter .title img {
    margin-top: -12px;
}

.matter .title {
    font-size: 48px;
    color: #fff;
    font-family: "黑体";
    background-color: #2b99fa;
    text-align: center;
    line-height: 80px;
}

.matter-box {
    border: 3px solid #2b99fa;
}

.matter-box ul {
    padding: 40px 55px;
}

.matter-box ul li {
    display: block;
    color: #131313;
    font-size: 18px;
    border-bottom: 1px dashed #cccccc;
    line-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*.matter-box ul li a:hover {
    color: #2b99fa;
}*/

.matter {
    padding: 20px 0 50px 0;
}

.about-fy>.wrap {
    max-width: 1200px;
}

.about-fy .txt {
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}
.about-fy .txt img{max-width: 100%; height: auto;}
.about-fy {
    padding: 0;
}

.certificate-fy>.wrap {
    max-width: 1200px;
}

.certificate-fy ul li {
    border: 1px solid #888;
}

.certificate-fy ul li p {
    margin: 20px 0;
}

.certificate-fy {
    padding-bottom: 50px;
}

.certificate-fy .public-title::after {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    left: 42.5%;
    top: 59%;
}

.certificate-fy .public-title::before {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    right: 42.5%;
    top: 59%;
}

.matter .txt-box {
    text-decoration: underline;
    padding: 40px 55px;
}

.matter-box .txt {
    display: block;
    color: #131313;
    font-size: 18px;

    line-height: 66px;

}

footer>.wrap {
    padding: 50px 0;
}

footer .footer-left .txt span {
    font-size: 24px;
    color: #ffff;
}

footer .footer-left .txt form {
    margin-top: 25px;
}

footer .footer-left .txt form input:nth-child(1) {
    width: 311px;
    line-height: 44px;
    display: block;
    padding-left: 10px;
    border: none;
}

footer .footer-left .txt form input:nth-child(2) {
    width: 49px;
    line-height: 44px;
    display: block;
    border: none;
}

footer .footer-left .txt .txtp {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin-top: 23px;
}

.footer-left {
    width: 28.5%;
}




.footer-middle>span {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #bdbebe;
}

.footer-middle {
    width: 35%;
}

.footer-middle ul li {
    width: 38%;
    margin: 1.5% 12% 1.3% 0;
}

.footer-middle ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-middle ul li a:hover {
    color: #00717b;
}

.footer-middle ul {
    margin-top: 10px;
}

.footer-middle ul li {
    border-bottom: 1px solid #8c8a88;
}

.footer-right {
    width: 20%;
}

.footer-right>span {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #bdbebe;
}

.footer-content-right-box {
    margin-top: 22px;
}

.footer-content-right-box1 p {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.footer-content-right-box1 {
    text-align: center;
    width: 48%;
}

.footer-content-right-box2 p {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.footer-content-right-box2 {
    text-align: center;
    width: 48%;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #828585;
}

.footer-buttom a {
    color: #FFFFFF
}

@media (max-width:1618px) {
    .top-nav-right {
        width: 25%;
    }

}

@media (max-width:1315px) {
    .top-nav-right {
        width: 27%;
    }

}

@media (max-width:1298px) {
    .top-nav-right {
        display: none;
    }

    header>.header-flex>.wrap>ul {

        width: 70%;
    }

}

@media (max-width:1396px) {


    header .tb {
        display: none;
    }

}

@media (max-width:1600px) {

    .wrap {
        max-width: 96% !important;
    }
}

@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}


@media (max-width:769px) {
    .matter-box ul li {
        display: block;
        color: #131313;
        font-size: 14px;
        border-bottom: 1px dashed #cccccc;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .news-show .txt-nr table {
        width: 100% !important;
        border: 1px solid #000;
        margin: auto;
        padding: 0px;
    }

    .fy-nav ul li a {
        display: block;
        line-height: 30px;
        font-size: 14px;
    }

    .fy-nav {
        margin-top: 10px;
    }

    header {
        display: none;
    }

    .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;
    }

    .big-banner {
        margin-top: 0;

    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 42%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .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%;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 76px;
    }


    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #068b9e;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }

    .page-pro>ul {
        display: none;
    }

    .product1 {
        padding: 20px 0;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */

    .public-title::after {
        display: block;
        content: "";
        width: 53px;
        height: 1px;
        background-color: #e8e8e8;
        position: absolute;
        left: 29.5%;
        top: 55%;
    }

    .public-title::before {
        display: block;
        content: "";
        width: 53px;
        height: 1px;
        background-color: #e8e8e8;
        position: absolute;
        right: 29.5%;
        top: 55%;
    }

    .public-title span {
        color: #131313;
        font-size: 18px;
        display: block;
        font-weight: bold;
        line-height: 36px;
    }

    .public-title p {
        font-size: 12px;
        color: #666666;
        margin-top: 8px;
    }

    .about>.wrap>.about-box {
        padding: 20px;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        margin-top: 16px;
    }

    .about-right .txt .txtp {
        line-height: 24px;
        font-size: 14px;
        color: #333333;
        margin-top: 13px;
    }

    .about-right .txt a {
        text-align: center;
        display: block;
        width: 112px;
        line-height: 35px;

        margin-top: 16px;
    }

    .about-right .txt img {
        max-width: 50%;

    }

    .about-right .txt a img {
        margin-left: 20px;
    }

    .about {
        padding-bottom: 20px;
    }

    .about ul li a {
        display: block;
        width: 100%;
        line-height: 51px;
        font-size: 16px;
    }

    .about ul li a img {

        top: -12%;

    }

    .public-title {
        text-align: center;
        position: relative;
        padding: 20px 0;
    }

    .certificate ul li p {
        font-size: 14px;
        color: #333333;
        margin-top: 12px;

    }

    .certificate ul li a {
        padding-top: 147.8%;
        background-color: #fff;
    }


    .certificate>.wrap>a {
        width: 122px;
        line-height: 32px;
        display: block;
        text-align: center;
        border: 1px solid #1a7a88;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 18px;
        font-family: "Arial";
        font-size: 16px;
        text-transform: uppercase;
        transition: all .6s;
    }

    .field ul li .frame .frame1 {
        display: none;
    }

    .field ul li .frame p {
        font-size: 14px;
        color: #131313;
        width: 100%;
        text-align: center;
    }

    .field ul li .frame {
        background-color: #fff;
        line-height: 36px;
        padding: 0 13px;
        border-radius: 5px;
    }

    .field {
        padding-bottom: 20px;
    }

    .news-left {
        width: 100%;
    }


    .news-right {
        width: 100%;
        margin-top: 16px;
    }

    .news-left-box2 .title .s2 {
        display: none;
    }

    .news-left-box2 .title .s1 {
        font-size: 14px;
        color: #131313;
        width: 100%;

    }

    .news-left-box2-text {
        color: #555555;
        font-size: 14px;
        line-height: 23px;
        margin-top: 3px;
    }

    .news-left-box2-text>a {
        width: 104px;
        line-height: 27px;
        border-radius: 20px;
        border: 1px solid #c6c2c2;
        display: block;
        text-align: center;
        color: #131313;
        margin-top: 5px;
        transition: all .6s;
    }

    .news-left-box2-text P {
        -webkit-line-clamp: 2;
    }

    .news {
        padding-bottom: 20px;
    }

    .news-left ul li a>span:nth-child(1) {
        font-size: 14px;

        width: 69%;

    }

    .news-right ul {
        margin-top: 10px;
    }

    .news-left ul li {

        padding: 4px 0;

    }

    .news-ul li a .txt .txt-nr {

        -webkit-line-clamp: 2;

    }

    .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;
    }

    .fy-title .p1 {
        font-size: 14px;
        color: #131313;
    }

    .fy-cp-left {
        width: 100%;
    }

    .fy-cp-right {
        width: 100%;
        margin-top: 16px;
    }

    .fy-cp-right .txt .title {
        font-size: 18px;
        color: #131313;
        line-height: 30px;

    }

    .fy-cp-right .txt .txt1 .txt1-p {
        font-size: 14px;
        color: #131313;
    }

    .fy-cp-right .txt .txt1>span {
        font-size: 18px;
        color: #131313;
        font-weight: bold;
        padding: 6px 0;
        display: block;
        line-height: 30px;
    }

    .fy-cp-right .txt .flex p {
        font-size: 14px;
        color: #ff0000;
    }

    .fy-cp-right .txt .flex {
        margin-top: 15px;
    }

    .fy-cp-right .txt .txt2 {
        margin-top: 15px;
    }

    .fy-cp-right .txt .txt2 {
        font-size: 14px;
        color: #131313;
    }

    .fy-cp-right .txt .txt2 span {
        font-size: 18px;
    }

    .news-show-to {
        margin-top: 5px;
    }

    .fy-cp {
        margin-top: 20px;
    }

    .fy-cp {
        padding-bottom: 20px;
    }

    .page-show img {

        margin: 10px auto;
    }

    .contact1 {
        padding-bottom: 20px;
    }

    .contact1 .map {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .contact1-txt {
        line-height: 24px;
        font-size: 14px;
        font-family: "宋体";
    }

    .news-fy {
        padding: 20px 0;
    }

    .fy-title {
        line-height: 48px;
        background-color: #eff0f3;
    }

    .matter-box ul {
        padding: 14px 18px;
    }

    .matter-box ul li a {
        color: #131313;
        font-size: 14px;
        border-bottom: 1px dashed #cccccc;
        line-height: 40px;
        ;
    }

    .matter .title img {
        margin-top: -7px;
        max-width: 8%;
    }

    .matter .title {
        font-size: 25px;
        color: #fff;
        font-family: "黑体";
        background-color: #2b99fa;
        text-align: center;
        line-height: 42px;
    }

    .matter {
        padding: 0 0 20px 0;
    }

    .certificate-fy .public-title::after {
        display: none;
    }

    .certificate-fy .public-title::before {
        display: none;
    }

    .about-fy {
        padding: 0;
    }

    .about-fy .txt img {
        max-width: 50%;
    }

    .about-fy .txt {
        line-height: 33px;
        font-size: 14px;
        color: #333333;
        margin-top: 16px;
    }

    .matter .txt-box {
        text-decoration: underline;
        padding: 20px;
    }

    .matter-box .txt {
        display: block;
        color: #131313;
        font-size: 14px;
        line-height: 28px;
    }

    .certificate-fy {
        padding-bottom: 20px;
    }

    .field ul li .frame img {

        max-width: 3%;
    }

    .about ul li a::before {
        display: none;
    }

    .about ul li a:hover {
        color: #00717b;
    }

    .about ul li:hover a::before {
        display: none;
    }

    .footer-middle ul li a {
        font-size: 15px;
        color: #fff;
        line-height: 34px;

    }

    footer .footer-left .txt span {
        font-size: 18px;
        color: #ffff;
    }

    .footer-left {
        width: 100%;
    }


    footer .footer-left .txt form input:nth-child(1) {
        width: 80%;

    }

    footer .footer-left .txt form input:nth-child(2) {
        width: 15%;

    }

    footer .footer-left .txt form {
        margin-top: 16px;
    }

    footer .footer-left .txt .txtp {
        line-height: 29px;
        font-size: 14px;
        color: #fff;
        margin-top: 16px;
    }

    .footer-middle {
        width: 100%;
        margin-top: 20px;
    }

    footer>.wrap {
        padding: 20px 0;
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 14px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 14px;
    }

    .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;
    }

}

.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;
}