* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
    /* font-family: "微软雅黑"; */
    font-size: 0.26rem;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input,
button,
img,
select {
    outline: none;
}

li {
    list-style: none;
}

img {
    width: 100%;
    display: block;
}

select {
    background: none;
}

.swiper-wrapper {
    transition-delay: .3s;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
}

@media screen and (min-width:750px) {
    .banner,
    .swiper-container {
        height: 900px!important;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    width: 94%;
    padding: 0.3rem 3%;
}

.header .logo {
    width: 50%;
    margin-right: 13%;
}

.header select {
    border: none;
    font-size: 0.3rem
}

.menuIcon {
    width: 6%;
    margin-right: 0.3rem;
}

.menuIcon img {
    margin-top: 0.2rem;
}

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1199d8;
    z-index: 9999;
    display: none;
}

.menu b {
    display: block;
    overflow: hidden;
    padding-right: 0.8rem;
}

.menu b img {
    width: 6%;
    float: right;
    margin: 0.5rem 0;
}

.menu>div {
    text-align: center;
    margin: 0.5rem 0;
}

.menu>div img {
    width: 60%;
    margin: 0 auto;
}

.menu>div h4 {
    font-weight: normal;
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.3rem;
    line-height: 0.6rem;
}

.menu>ul {
    height: 100%;
    background-image: linear-gradient(#1087c2, #0f7db6);
}

.menu>ul li {
    background-image: linear-gradient(#1087c2, #0f7db6);
}

.menu>ul li a {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.4rem;
    display: block;
    color: #fff;
}

.banner {
    height: 10.1rem;
    margin-top: 1.3rem;
    position: relative;
}

.banner .swiper-container {
    height: 10.1rem;
}

.banner .swiper-slide {
    height: 10.5rem;
    background-size: contain;
    justify-content: center;
    display: flex;
}

.banner .swiper-slide p {
    width: 59.1%;
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
}

.banner .swiper-slide p img {
    width: 100%;
    margin: 0 auto;
    margin-top: 35%;
}

.banner .ani-slide p {
    transform: translateX(0);
    opacity: 1;
}

.yyImg {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 99;
    width: 30%;
}

.tit h3 {
    font-size: 0.4rem;
    color: #002a53;
    text-align: center;
    font-weight: bold;
}

.tit h3::after {
    content: '';
    width: 0.5rem;
    height: 0.05rem;
    background: #002a53;
    display: block;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.about {
    margin: 2rem 0 1.5rem 0;
}

.about .fontBoxCont {
    padding: 0 0.4rem;
    margin-top: 0.6rem;
    font-size: 0.31rem;
    text-indent: 2em;
    line-height: 0.58rem;
    letter-spacing: 1px;
}

.about .fontBoxCont span {
    color: #1199d8;
}

.product {
    padding-left: 0.4rem;
    margin-bottom: 1.5rem;
}

.product .productSwiper {
    margin-top: 0.6rem;
}

.product .swiper-slide {
    position: relative;
    height: 7.9rem;
    overflow: hidden;
}

.product .swiper-slide img {
    width: 100%;
    height: 7.9rem;
    border-radius: 18px;
}

.product .swiper-slide:last-of-type {
    margin-right: 0.4rem;
}

.product .swiper-slide .topFont {
    position: absolute;
    top: 10%;
    left: 8%;
    color: #1199d8;
    font-size: 0.36rem;
}

.product .swiper-slide .topFont h3 {
    font-size: 0.3rem;
    color: #272c2e;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

.product .swiper-slide .topFont ul li {
    font-size: 0.27rem;
    margin: 0.05rem 0;
}

.product .swiper-slide .topFont ul li::before {
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    background: #000;
    display: block;
    float: left;
    border-radius: 100%;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
}

.product .swiper-slide .bottomFont {
    position: absolute;
    bottom: 12%;
    left: 8%;
}

.product .swiper-slide .bottomFont a {
    background: rgba(27, 148, 204, 0.8);
    display: block;
    text-align: center;
    padding: 0.1rem 0.3rem;
    color: #fff;
    font-size: 0.28rem;
    border-radius: 50px;
}

.newsList {
    padding: 0 0.3rem;
    margin-top: 0.6rem;
}

.newsList li {
    margin: 0.9rem 0;
}

.newsList li h4 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList li p {
    font-size: 0.28rem;
    margin: 0.2rem 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #333;
}

.newsList li b {
    font-weight: normal;
    font-size: 0.24rem;
    color: #666;
}

.news>a {
    border: #ddd solid 1px;
    display: block;
    text-align: center;
    padding: 0.2rem 0;
    width: 40%;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 0.28rem;
}

.footer {
    background-color: red;
    /* 浏览器不支持时显示 */
    background-image: linear-gradient(#002a53, #1199d8);
    text-align: center;
    color: #fff;
    padding: 0.8rem 0 0.2rem 0;
    font-size: 0.26rem
}

.footer>div {
    margin-bottom: 0.36rem;
}

.footer i {
    font-style: normal;
}

.footer p {
    line-height: 0.44rem;
}

.footer dl {
    margin-bottom: 0.4rem;
}

.footer dt {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.footer h2 {
    font-size: 0.46rem;
    margin-top: 0.1rem;
    color: #fff;
}

.footer h3 {
    margin-bottom: 0.15rem;
}

.footer a {
    color: #fff;
}

.childBanner {
    height: 3.5rem;
    position: relative;
    margin-top: 1.3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.childBanner>div {
    position: absolute;
    bottom: 0.6rem;
    left: 3%;
    width: 40%;
}

.childBanner img {
    width: 151%;
    height: 100%;
}

.newsDetail {
    padding: 4% 0.3rem;
}

.newsDetail h4 {
    font-size: 0.32rem;
}

.newsDetail b {
    font-weight: normal;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    display: block;
}

.newsDetail .newContBox {
    font-size: 0.28rem;
}

.newsDetail .newContBox p {
    margin-bottom: 0.3rem;
    line-height: 0.42rem;
}

.contactBox {
    padding: 12% 0.3rem;
}

.contactBox>div {
    margin-bottom: 0.8rem;
    line-height: 0.44rem;
    font-size: 0.26rem;
}

.contactBox>div h3 {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
}

.newsDetail .newsList {
    padding: 0;
}

.newsDetail .news {
    margin-top: 1rem;
}

.newsDetail .news>h4 {
    font-size: 0.34rem;
    font-weight: bold;
    color: #1199d8;
}

.newsDetail .news>h4::before {
    content: '';
    width: 0.5rem;
    height: 0.1rem;
    background: #1199d8;
    display: block;
    margin-bottom: 0.3rem;
}

.cPBanner {
    height: 9.5rem;
    position: relative;
    margin-top: 1.3rem;
}

.cPBanner div {
    width: 65%;
    position: absolute;
    top: 1rem;
    left: 7%;
}

.productBox {
    padding: 0 0.4rem;
}

.productBox ul li {
    padding: 0.8rem 0;
}

.productBox ul li b {
    background: #1199d8;
    color: #fff;
    border-radius: 50px;
    padding: 0.05rem 0.2rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.productBox ul li .titBoxFont a {
    color: #000;
}

.productBox ul li .titBoxFont h5 {
    color: #000;
    font-size: 0.32rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
}

.productBox ul li .titBoxFont h5 sup {
    font-weight: normal;
    font-size: 0.26rem;
}

.productBox ul li .titBoxFont h4 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    color: #0099d8;
}

.productBox ul li .titBoxFont p {
    font-size: 0.28rem;
    color: #6c6868!important;
}

.productBox ul li .congTent {
    width: 100%;
    margin-top: 0.3rem;
}

.productBox ul li .congTent p {
    font-size: 0.28rem!important;
    color: #333!important;
    margin-bottom: 0.3rem;
    line-height: inherit!important;
    /* letter-spacing: 1px; */
}

.productBox ul li .imgBox {
    overflow: hidden;
}

.productBox ul li .imgBox img {
    width: 70%;
    /* float: right; */
    margin: 0 auto;
}
.contentBox{ padding: 0 0.3rem;}
.contentBox input{ padding: 0 2%;  width: 96%; border:none; height:0.8rem; line-height:0.8rem;    font-size: 0.24rem;}
.contentBox .inputBox{ overflow: hidden;}
.contentBox .inputBox >div{border:#ddd solid 1px; display: flex;  margin-bottom: 0.3rem;}
.contentBox .selePot{ position: relative; display:flex; width:99%;}
.contentBox .inputBox >div::after{    content: '*';
    color: red;
    margin-top: 0.2rem;
    padding-right: 15px;
    display: block;}
.contentBox .selePot select{    width: 96.5%;height:0.8rem; line-height:0.8rem; border:none;font-size: 0.24rem;}
.contentBox .selePot:after {display: none!important;}
.contentBox>a{ display: inline-block; margin:0.4rem 0; background-color: #0099d7; line-height:0.8rem; text-align: center; color: #fff;
    width: 100%; height: 0.8rem;}
.contentBox textarea{ min-height: 100px; border: #ddd solid 1px; padding:0.3rem; width: 90%;
    font-family: '微软雅黑';font-size: 0.24rem; outline: none; line-height: 0.3rem; resize: none;}