/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0689c1;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1510 {
    width: 1510px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-title {
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    font-size: 36px;
    color: #332c2b;
}

.m-title p {
    font-size: 12px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.m-title i {
    display: block;
    width: 140px;
    height: 3px;
    background-color: #0689c1;
    margin: 15px auto;
}


/* m-title end */


/* m-btn */

.m-btn {
    position: relative;
    width: 20%;
    margin: 0 auto 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
}

.m-btn>a {
    display: block;
    position: relative;
    z-index: 2;
    color: #ccc;
    transition: all 0.3s;
}

.m-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #0689c1;
    transition: all 0.3s;
}

.m-btn:hover>a {
    color: #fff;
}

.m-btn:hover::after {
    width: 100%;
}


/* m-btn end */


/* header */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.1s;
    z-index: 9999;
}

header .head-logo {
    padding-left: 25px;
}

header .head-logo a {
    display: flex;
    align-items: center;
    outline: none;
}

header .head-logo img {
    max-width: 100%;
}

header .head-logo .logo {
    display: inline-block;
    height: 65px;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #c0bfbd;
}

header .head-logo p {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

header .nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 25px;
}

header .nav>li {
    line-height: 90px;
}

header .nav>li {
    position: relative;
    z-index: 99999;
}

header .nav>li>a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

header .nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #0689c1;
    transition: all 0.3s;
}

header .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 102px;
    width: 150px;
    background-color: #fff;
    transition: all 0.3s;
}

header .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
}

header .nav>li:hover>a {
    color: #0689c1;
}

header .nav>li:hover>a::after {
    width: 100%;
}

header .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    top: 91px;
}

header .nav>li>dl a:hover {
    background-color: #0689c1;
    color: #fff;
}

header .head-tel {
    display: flex;
    align-items: center;
}

header .head-tel .tel-btn {
    font-size: 16px;
    color: #666;
    background: url(../images/tel-btn.png) left center no-repeat;
    padding-left: 34px;
    margin-right: 30px;
    line-height: 96px;
}

header .head-tel .tel-ser {
    display: block;
    height: 96px;
    width: 88px;
    font-size: 0;
    background: #0689c1 url(../images/tel-ser.png) center no-repeat;
    background-size: 34px;
}


/* 弹出搜索窗 */

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    /* background:#fff; */
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}


/*弹窗内容样式*/

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}

.tc-box .tc_fdj img {
    width: 1.3rem;
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: 0;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background: url(../images/tel-ser.png) center center no-repeat;
    background-size: 40px;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/* 弹出搜索框 end */

header:hover,
header.xg {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0px 2px 3px #ddd;
}

header:hover .nav>li>a,
header.xg .nav>li>a {
    color: #333;
}

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 0px 25px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 96px;
    z-index: 9998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #666;
    border-bottom: 1px solid #eee;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 15px;
}

header .navbar .a-wrap .a-list:last-child {
    border-bottom: none;
}

header .navbar .active .a-list {
    width: 40%;
}

header .navbar .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(112, 71, 144, .8);
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #0689c1;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #0689c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #0689c1 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84%!important;
    height: 110px!important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover!important;
}

#thumbs .swiper-slide-thumb-active {}

.kw-bg {
    background-color: #eee;
}

.index-kw {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0689c1;
    color: #fff;
    height: 75px;
    margin-top: -37px;
}

.index-kw .index-l {
    font-size: 16px;
    margin-left: 50px;
}
.index-kw .index-l a{color: #fff;padding:0 5px;}

.index-kw .index-r form {
    display: flex;
    margin-right: 50px;
}

.index-kw .index-r .sear-in {
    border: 0;
    padding-left: 15px;
    line-height: 36px;
}

.index-kw .index-r .sear-btn {
    width: 50px;
    height: 36px;
    border: 0;
    background: #fff url(../images/sear-btn.jpg) center no-repeat;
    cursor: pointer;
}


/* banner end */


/* index-pro */

.pro-bg {
    background-color: #eee;
}

.index-pro .pro-list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-pro .pro-list>ul li {
    width: 24%;
    margin-bottom: 35px;
}

.index-pro .pro-list>ul li .pro-pic {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.index-pro .pro-list>ul li img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-pro .pro-list>ul li:hover img {
    transform: scale(1.05);
}

.index-pro .pro-list>ul li p {
    text-align: center;
    color: #fff;
    background-color: #ccc;
    line-height: 50px;
    font-size: 16px;
    transition: all 0.3s;
}

.index-pro .pro-list>ul li:hover p {
    background-color: #0689c1;
}


/* index-pro end */


/* Application */

.appli-bg {
    background: url(../images/app-bg.jpg) center no-repeat;
    background-size: cover;
}

.appli .m-title h3,
.appli .m-title p {
    color: #fff;
}

.swiper-container-appli {
    overflow: hidden;
}

.swiper-container-appli .swiper-slide .appli-box-pic {
    width: 100%;
    overflow: hidden;
}

.swiper-container-appli .swiper-slide .appli-box-pic img {
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-appli .swiper-slide .appli-box-text {
    background-color: #fff;
    padding-left: 28px;
    padding-right: 18px;
    padding-bottom: 26px;
    position: relative;
    overflow: hidden;
}

.swiper-container-appli .swiper-slide .appli-box-text h3 {
    font-size: 16px;
    color: #333;
}

.swiper-container-appli .swiper-slide .appli-box-text p {
    font-size: 18px;
    line-height: 65px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container-appli .swiper-slide .appli-box-text span {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-container-appli .swiper-slide .appli-box-text i {
    position: absolute;
    font-style: normal;
    right: 10px;
    bottom: 10px;
    color: #fff;
    z-index: 1;
}

.swiper-container-appli .swiper-slide .appli-box-text i::after {
    content: '';
    position: absolute;
    background-color: #0689c1;
    width: 100px;
    height: 100px;
    left: -20px;
    top: -10px;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s;
}

.swiper-container-appli .swiper-slide:hover .appli-box-pic img {
    transform: scale(1.05);
}

.swiper-container-appli .swiper-slide:hover .appli-box-text h3,
.swiper-container-appli .swiper-slide:hover .appli-box-text p {
    color: #0689c1;
}

.swiper-container-appli .swiper-slide:hover .appli-box-text i::after {
    left: -30px;
    top: -20px;
}

.swiper-container-appli .swiper-pagination-appli {
    text-align: center;
    margin: 50px 0;
}

.swiper-container-appli .swiper-pagination-appli>span {
    width: 30px;
    height: 2px;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
}

.swiper-container-appli .swiper-pagination-appli>span.swiper-pagination-bullet-active {
    border-color: #0689c1;
    background-color: #0689c1;
}


/* Application end */


/* advantage */

.adv ul {
    display: flex;
}

.adv ul li {
    width: 25%;
    height: 65vh;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.adv ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.3s;
}

.adv ul li .adv-text {
    position: absolute;
    padding: 0 25px;
    color: #fff;
    bottom: 10vh;
}

.adv ul li .adv-text>h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.adv ul li .adv-text>p {
    font-size: 14px;
    line-height: 26px;
}

.adv ul li:hover img {
    transform: scale(1.05);
}


/* advantage end */


/* index-about */

.index-about {
    display: flex;
}

.index-about .about-pic {
    width: 50%;
    overflow: hidden;
}

.index-about .about-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-about .about-pic:hover img {
    transform: scale(1.05);
}

.index-about .about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.index-about .about-text .about-con {
    width: 70%;
    margin-bottom: 55px;
}
.index-about .about-text .about-con p{font-size: 14px; line-height: 25px;}
.index-about .about-text .about-con>span {
    font-size: 14px;
    color: #666;
}

.index-about .about-text .about-con>span::after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 2px;
    margin-left: 10px;
    background-color: #0689c1;
}

.index-about .about-text .about-con>h3 {
    font-size: 40px;
    color: #333;
    margin: 10px 0 40px 0;
}

.foot-tel p{color: #fff; line-height: 25px;}

.index-about .about-text .about-con .about-btn {
    display: inline-block;
    width: 145px;
    line-height: 40px;
    background-color: #0689c1;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.index-about .about-text .about-con strong {
    font-weight: bold;
}


/* index-about end */


/* album */

.album {}

.album .album-list {
    margin-bottom: 50px;
}

.album .album-list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.album .album-list>ul>li {
    width: 24%;
    /* height: 325px; */
    overflow: hidden;
    margin-bottom: 15px;
}

/* .album .album-list>ul>li:first-child,
.album .album-list>ul>li:last-child {
    width: 42%;
} */

.album .album-list>ul>li img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.album .album-list>ul>li:hover img {
    transform: scale(1.05);
}


/* album end */


/* hengfu */

.hengfu {
    width: 100%;
    background: url(../images/hengfu.jpg) center no-repeat;
}

.hengfu .hengfu-text {
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    margin: 55px auto;
}

.hengfu .hengfu-text>h3 {
    font-size: 36px;
    transition: all 0.3s;
}

.hengfu .hengfu-text>p {
    transition: all 0.5s;
}

.hengfu:hover .hengfu-text>h3,
.hengfu:hover .hengfu-text>p {
    transform: translateX(10px);
}


/* hengfu end */


/* news-con */

.news-con {
    display: flex;
}

.news-con .news-l {
    width: 65%;
    border-right: 1px solid #eee;
    margin: 40px 0;
}

.news-con .news-title {
    margin-bottom: 20px;
}

.news-con .news-title h3 {
    font-size: 36px;
    color: #333;
}

.news-con .news-title>span {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.news-con .news-title>span::after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 2px;
    margin-left: 10px;
    background-color: #0689c1;
}

.news-con .news-l ul {
    display: flex;
}

.news-con .news-l ul>li {
    width: 45%;
}

.news-con .news-l ul>li:first-child {
    margin-right: 30px;
}

.news-con .news-l ul>li .news-pic {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.news-con .news-l ul>li .news-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news-con .news-l ul>li h3 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news-con .news-l ul>li p {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-con .news-l ul>li:hover .news-pic img {
    transform: scale(1.05);
}

.news-con .news-l ul>li:hover h3 {
    color: #0689c1;
}

.news-con .news-r {
    width: 35%;
    margin: 40px 0;
}

.news-con .news-r .news-title,
.news-con .news-r ul {
    padding-left: 40px;
}

.news-con .news-r ul li>a {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 36px;
}

.news-con .news-r ul li>a>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* news-con end */


/* partner */

.partner-bg {
    background-color: #f4f4f4;
}

.partner .swiper-container-par {
    overflow: hidden;
    margin-bottom: 35px;
}

.partner .swiper-container-par .swiper-slide img {
    width: 100%;
}


/* partner end */


/* footer */

footer {
    background-color: #333;
}

footer .foot-con {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

footer .foot-tel .foot-phone {
    color: #ddd;
    background: url(../images/foot-tel.png) left center no-repeat;
    background-size: 60px;
    padding-left: 70px;
}

footer .foot-tel .foot-phone>p {
    font-size: 34px;
    line-height: 50px;
}

footer .foot-nav {
    display: flex;
}

footer .foot-nav dl {
    margin-right: 60px;
}

footer .foot-nav dl>dt {
    color: #eee;
    font-size: 18px;
    margin-bottom: 36px;
}

footer .foot-nav dl>dd>a {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

footer .foot-nav .foot-er>img {
    width: 135px;
}

footer .foot-nav .foot-er>p {
    font-size: 18px;
    line-height: 30px;
    color: #eee;
    text-align: center;
}

footer .foot-flink {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #999;
}

footer .foot-flink a {
    color: #999;
    padding:0 5px;
}

footer .foot-copy {
    background-color: #1f2022;
}

footer .foot-copy-con {
    display: flex;
    justify-content: space-between;
    line-height: 66px;
    color: #999;
}

footer .foot-copy-con a {
    color: #999;
}


/* footer end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1600px) {
    .w1510 {
        width: 1200px;
    }
    .m-title h3 {
        font-size: 30px;
    }
    header .head-logo {
        display: flex;
        align-items: center;
    }
    header .nav>li>a {
        padding: 0 16px;
        font-size: 16px;
    }
    .index-pro .pro-list>ul li .pro-pic {
        height: 230px;
    }
    .index-about {
        height: 60vh;
    }
    .index-about .m-title {
        margin: 15px auto;
    }
    .adv ul li {
        height: 55vh;
    }
    .news-con .news-r ul li>a>span {
        font-size: 12px;
    }
}

@media (max-width: 1440px) {
    header .nav>li>a {
        padding: 0 9px;
    }
    .index-about .m-title {
        margin: 30px auto;
    }
    .index-about .about-text .about-con p {
        line-height: 2.5em!important;
    }
    .index-about .about-text .about-con span {
        font-size: 14px!important;
    }
}

@media (max-width: 1200px) {
    .w1510 {
        width: auto;
        padding: 0 15px;
    }
    header .nav {
        display: none;
    }
    header .menu {
        display: block;
    }
    .index-kw {
        margin-top: 0;
    }
    .index-kw .index-l {
        margin-left: 0;
        font-size: 14px;
    }
    .index-kw .index-r form {
        margin-right: 0;
    }
    .index-pro .pro-list>ul li .pro-pic {
        height: 200px;
    }
    .index-pro .pro-list>ul li p {
        line-height: 36px;
        font-size: 14px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text p {
        font-size: 16px;
        line-height: 40px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic img {
        width: 100%;
    }
    .index-about .about-text .about-con>h3 {
        font-size: 26px;
        margin: 0px 0 20px 0;
    }
    .index-about .about-text .about-con .about-btn {
        margin-top: 0;
    }
    .album .album-list>ul>li {
        height: 270px;
    }
    .hengfu {
        background-position-x: -600px;
    }
    .hengfu .hengfu-text {
        font-size: 18px;
        line-height: 38px;
    }
    .hengfu .hengfu-text>h3 {
        font-size: 26px;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    header .nav {
        display: none;
    }
    header .menu {
        display: block;
    }
    .index-pro .pro-list>ul li {
        width: 32%;
    }
    .index-pro .pro-list>ul li img {
        width: 100%;
    }
    .index-about .about-pic,
    .index-about .about-text {
        width: 100%;
    }
    .index-about .about-text .about-con {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index-about {
        flex-direction: column;
        height: auto;
    }
    .index-about .about-pic img {
        width: 100%;
    }
    .index-about .about-text .about-con {
        padding: 0 15px;
    }
    .album .album-list>ul>li {
        height: 200px;
    }
    .hengfu {
        background-position-x: -700px
    }
    .news-con {
        flex-direction: column;
    }
    .news-con .news-title h3 {
        font-size: 24px;
    }
    .news-con .news-l,
    .news-con .news-r {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .news-con .news-l {
        border-right: 0;
        margin-top: 30px;
    }
    .news-con .news-l ul>li h3 {
        font-size: 16px;
    }
    .news-con .news-r .news-title,
    .news-con .news-r ul {
        padding-left: 0;
    }
    footer .foot-nav dl {
        margin-right: 20px;
    }
    footer .foot-nav .foot-er>img {
        width: 80px;
    }
    footer .foot-nav .foot-er>p {
        font-size: 12px;
    }
}

@media (max-width: 769px) {
    header .head-tel .tel-btn {
        font-size: 0;
        margin-right: 15px;
    }
    .tc-box {
        max-width: 58%;
    }
    .tc-box #keyword {
        font-size: 1.2rem;
    }
    .index-pro .pro-list>ul li {
        width: 49%;
    }
    .index-pro .pro-list>ul li .pro-pic {
        height: 250px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text span {
        font-size: 12px;
        line-height: 26px;
    }
    .adv ul {
        flex-wrap: wrap;
    }
    .adv ul li {
        width: 50%;
    }
    .hengfu {
        background-position-x: -800px;
    }
    .hengfu .hengfu-text {
        font-size: 15px;
        line-height: 34px;
    }
    .hengfu .hengfu-text>h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    header {
        background-color: #fff;
    }
    header .menu .line {
        background: #333;
    }
    header .menu {
        width: 38px;
        margin-right: 5px;
    }
    header .navbar {
        top: 70px;
    }
    header .head-logo {
        width: 57%;
        padding-left: 5px;
    }
    header .head-logo .logo {
        height: 48px;
        padding-right: 10px;
        margin-right: 10px;
    }
    header .head-logo p {
        font-size: 12px;
        line-height: 18px;
    }
    header .head-logo p>br {
        display: none;
    }
    header .head-tel .tel-ser {
        height: 40px;
        width: 40px;
        background-size: 24px;
    }
    header .head-tel .tel-btn {
        margin-right: 5px;
        line-height: 70px;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 30px !important;
        background-size: 22px;
    }
    .kw-bg {
        display: none;
    }
    .m-title {
        margin: 20px auto;
    }
    .m-title i {
        width: 100px;
        height: 2px;
        margin: 7px auto;
    }
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 12px;
    }
    .tc-box {
        max-width: 32%;
    }
    .tc-box #keyword {
        padding: 0;
    }
    .index-pro {
        padding: 0 15px;
    }
    .index-pro .pro-list>ul li {
        margin-bottom: 20px;
    }
    .index-pro .pro-list>ul li .pro-pic {
        height: 130px;
    }
    .index-about .about-text .about-con p {
        line-height: 2em!important;
    }
    .swiper-container-appli .swiper-pagination-appli {
        margin: 25px 0;
    }
    .swiper-container-appli .swiper-slide .appli-box-text i {
        right: 2px;
        bottom: 2px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text i::after {
        left: -10px;
        top: -14px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 16px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text span {
        line-height: 22px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text p {
        font-size: 14px;
    }
    .adv ul li {
        height: 40vh;
    }
    .adv ul li .adv-text {
        bottom: 2vh;
        padding: 0 10px;
    }
    .adv ul li .adv-text>h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .adv ul li .adv-text>p {
        font-size: 12px;
        line-height: 20px;
    }
    .adv ul li .adv-text>p>br {
        display: none;
    }
    .album .album-list>ul>li,
    .album .album-list>ul>li:first-child,
    .album .album-list>ul>li:last-child {
        width: 49%;
        height: 150px;
    }
    .album .album-list {
        margin-bottom: 20px;
    }
    .hengfu .hengfu-text {
        font-size: 13px;
        margin: 26px auto;
    }
    .news-con .news-l ul>li {
        width: 48%;
    }
    .news-con .news-l ul>li:first-child {
        margin-right: 12px;
    }
    .news-con .news-l ul>li .news-pic {
        height: 130px;
    }
    .news-con .news-l ul>li h3 {
        font-size: 14px;
    }
    .news-con .news-l ul>li p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        white-space: inherit;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-con .news-r ul li>a>p {
        width: 70%;
        font-size: 14px;
    }
    .news-con .news-r ul li>a>span {
        width: 25%;
    }
    footer .foot-con {
        flex-direction: column;
    }
    footer .foot-tel .foot-phone {
        background-size: 50px;
        padding-left: 58px;
    }
    footer .foot-tel .foot-phone>p {
        font-size: 26px;
    }
    footer .foot-nav dl {
        display: none;
    }
    footer .foot-nav .foot-er>img {
        width: 120px;
        margin-top: 20px;
    }
    footer .foot-copy-con {
        flex-direction: column;
        line-height: 30px;
    }
}