

@media screen and (min-width:320px) and (max-width:359px) {
	html {
		font-size: 44.444444px !important;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	html {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 414px) and (max-width: 479px){
	html {
		font-size: 57.5px !important;
	}
}
@media screen and (min-width:480px) and (max-width:539px){
	html {
		font-size: 66.666667px !important; 
	}
}
@media screen and (min-width:540px) and (max-width:639px){
	html {
		font-size: 75px !important; 
	}
}
@media screen and (min-width:640px) and (max-width:719px){
	html {
		font-size: 88.888889px !important;
	}
}
@media only screen and (min-width: 720px){
	html {
		font-size: 100px !important;
	}
}
*{ padding:0; margin:0;}
body {
    width: 100%;
    overflow-x: hidden;
}
span,i{ padding:0; margin:0;}
.fontSz17{ font-size:.17rem;}
.fontSz22{ font-size:.22rem;}
.fontSz24{ font-size:.24rem;}
.fontSz30{ font-size:.3rem;}
.fontSz39{ font-size:.39rem;}
.onLine {
    display: none;
}
.navMapper {
    width: 100%;
    height: 1.4rem;
}
.nav {
    height: 1.4rem;
    background: #333848;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.navList {
    width: 100%;
    height: 1.4rem;
    position: relative;
}
.logo {
    width: 1.2rem;
    height: 1.2rem;
    padding: .1rem 0rem;
    position: absolute;
    left: 50%;
    top: 0rem;
    margin-left: -0.6rem;
    z-index: 9;
}
.logo img {
    width: 100%;
}
.navUl {
    padding: 0rem .6rem;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 1.4rem;
    left: 0rem;
    background-color: rgba(51, 56, 72, 0.8);
    display: none;
}
.navLi {
    width: 100%;
    line-height: 1.2rem;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.navLi a {
    display: block;
    color: #fff;
    font-size: .32rem;
}
.navSubset {
    width: 100%;
    padding: 0rem .5rem;
    box-sizing: border-box;
}
.navSubset .navSubsetLi a {
    font-size: .26rem;
    line-height: .8rem;
}
.mobileTel {
    float: left;
    color: #fff;
    width: 2rem;
    line-height: .5rem;
    padding-top: .2rem;
    font-size: .3rem;
    padding-left: .3rem;
}
.mobilNavBat {
    width: .9rem;
    height: .9rem;
    float: right;
    margin-top: .25rem;
    margin-right: .3rem;
}
.showBut {
    width: .9rem;
    height: .9rem;
    display: block;
}
.hideBut {
    width: .5rem;
    height: .5rem;
    margin-top: .2rem;
    margin-left: .2rem;
    line-height: .5rem;
}
.hideBut {
    display: none;
}
.showBut img, .hideBut img {
    width: 100%;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banList {
    width: 300%;
}
.banList .banLi {
    float: left;
    line-height: 0rem;
}
.banList .banLi img {
    width: 100%;
}
.banIcon {
    position: absolute;
    width: 1.5rem;
    height: .05rem;
    left: 50%;
    margin-left: -.75rem;
    z-index: 9;
    bottom: .2rem;
}
.iconList {
    width: .4rem;
    height: .05rem;
    margin: 0rem .05rem;
    float: left;
    background: #fff;
    cursor: pointer;
}
.iconOn {
    background: #4f5f6c;
}

.proList {
    width: 100%;
    height: 2.46rem;
    margin: .3rem 0rem;
    position: relative;
    overflow: hidden;
}
.proImg {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.proImg img {
    width: 100%;
}
.proBody {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 2.46rem;
    display: block;
}
.proBodyBg {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 2.46rem;
    background: #fff;
    opacity: 0.5;
}
.proTitle {
    color: #082a3d;
    font-size: .4rem;
    line-height: .6rem;
    width: 100%;
    text-align: center;
    margin-top: .9rem;
}
.proIcon {
    width: 1.6rem;
    height: .04rem;
    margin: .2rem auto;
    display: block;
    background: #082a3d;
}

.aboutTitle {
    width: 100%;
    height: 2.4rem;
    text-align: center;
    padding: .2rem 0rem;
    position: relative;
}
.aboutTitle .titleEn {
    font-size: .28rem;
    color: #4f5f6c;
}
.aboutTitle .titleText {
    font-size: .26rem;
    color: #75bbe0;
    padding: 0.1rem 0rem;
}
.lineClass {
    width: 80%;
    height: 1px;
    background: #a5d6ee;
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 10%;
    z-index: 1;
}
.aboutTitleBox {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
}
.titleCn {
    width: 3.6rem;
    height: .8rem;
    background: #fff;
    display: block;
    margin: 0px auto;
    line-height: .8rem;
    font-size: .36rem;
}
.aboutBody {
    width: 100%;
    padding: 0rem .3rem;
    box-sizing: border-box;
}
.aboutImg,.aboutImg img {
    width: 100%;
}
.aboutText {
    width: 100%;
    padding-top: .3rem;
}
.aboutText .aboutTextTitle{
    font-size: .3rem;
    font-weight: normal;
    color: #75bbe0;
}
.aboutText p{
    font-size: .26rem;
    line-height: .4rem;
    padding-top: .2rem;
}
.aboutButton {
    display: none;
}

.foot,.position {
    display: none;
}

.news {
    width: 100%;
    margin: .2rem auto 1.6rem;
    padding: .2rem .3rem;
    background: #e1f3fc;
    box-sizing: border-box;
    
}
.newsTitle {
    width: 100%;
    height: .6rem;
    padding-bottom: .1rem;
    line-height: .6rem;
}
.info,.newsIcon,.dynamic,.newTile {
    float: left;
}
.info {
    font-size: .32rem;
    color: #000000;
}
.newsIcon {
    color: #999999;
    padding: 0px 10px;
    font-size: .26rem;
}
.dynamic {
    font-size: .32rem;
    color: #666666;
}
.newsMore {
    font-size: .26rem;
}
.newsMore,.newTime {
    float: right;
}
.newBody {
    width: 100%;
}
.newList {
    width: 100%;
    display: block;
    height: .6rem;
    line-height: .6rem;
    padding: .1rem 0rem;
    box-sizing: border-box;
    font-size: .24rem;
}
.newList a {
    width: 70%;
    overflow: hidden;
    height: .6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobileFoot {
    width: 100%;
    height: 1.1rem;
    background: #fff;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    z-index: 996;
    display: flex;
    border-top: 1px solid #e0f0fa;
    padding-top: .1rem;
}
.mfootList {
    width: 33.3333%;
    flex-direction: row;
}
.mfootList .mContact {
    width: 100%;
    height: 1rem;
    display: block;
}
.mFootTel {
    width: .6rem;
    height: .6rem;
    display: block;
    margin: 0rem auto;
    line-height: 0rem;
}
.mFootTel img{
    width: 100%;
}
.mContactTitle {
    width: 100%;
    text-align: center;
    line-height: .4rem;
    font-size: .26rem;
}
.mhome {
    width: 100%;
    height: 1rem;
    display: block;
}
.aboutBan {
    width: 100%;
}
.aboutBan img {
    width: 100%;
}
.aboutBanPc {
    display: none;
}

.aboutPage {
    font-size: .28rem;
    padding: .2rem .3rem;
    box-sizing: border-box;
    width: 100%;
}
.aboutPage p{
    padding: .1rem 0rem;
}
.aboutPageList {
    width: 100%;
    margin: .2rem 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.4rem;
}
.aboutImgList {
    width: 50%;
    height: 2.8rem;
    padding: 0rem;
    overflow: hidden;
}
.aboutImgList img {
    width: 100%;
    line-height: 0rem;
}

.productList {
    width: 100%;
}
.productListBut {
    width: 100%;
    padding: .1rem .3rem;
    box-sizing: border-box;
}
.pListBut {
    width: 100%;
    height: .8rem;
    background: #fff;
    line-height: .8rem;
    text-align: center;
    font-size: .26rem;
    color: #333;
}
.pListBut a{
    display: block;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
.pListBut a:hover{
    background: #a1d0ea;
    color: #fff;
}
.pListBut .onPBut{
    background: #a1d0ea;
    color: #fff;
}
.productList {
    width: 100%;
    padding: .2rem .3rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
}
.productListImg {
    width: 100%;
    position: relative;
}
.productImage {
    padding: .3rem;
    border: 1px solid #efefef;
    display: block;
    box-sizing: border-box;
    margin-bottom: .3rem;
}
.productImage img {
    width: 100%;
}
.productListTitle {
    line-height: .6rem;
    height: .6rem;
    width: 100%;
    text-align: center;
    display: block;
    font-size: .3rem;
    box-sizing: border-box;
}
.proPage {
    width: 100%;
    margin: .2rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1.6rem;
}
.proPageList {
    width: .6rem;
    height: .6rem;
}
.proPageList a {
    width: .6rem;
    height: .6rem;
    border: 1px solid #999;
    text-align: center;
    line-height: .6rem;
    font-size: .26rem;
    display: block;
    box-sizing: border-box;
}
.proPageList .proPageOn {
    border: 1px solid #a1cfea;
    background: #a1cfea;
    color: #fff;
}

.proPageBan {
    width: 100%;
    display: none;
}

.proPageBan img {
    width: 100%;
}
.proPageBody {
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
}
.proPageBody img {
    width: 100%;
}
.proPageHome,.proPageFoot {
    display: none;
}
.proPageTitle {
    width: 100%;
    position: relative;
    height: 1rem;
    text-align: center;
}
.proPageTitleNameBox {
    z-index: 9;
    position: absolute;
    font-size: .3rem;
    width: 100%;
    left: 0rem;
    top: 0rem;
}
.proPageTitleName {
    line-height: 1rem;
    padding: 0rem .15rem;
    background: #fff;
}
.proIconLine {
    width: 90%;
    height: .02rem;
    background: #a1cfea;
    position: absolute;
    z-index: 8;
    display: block;
    left: 5%;
    top: 50%;
    margin-top: -.01rem;
}
.proReturnBox {
    background: #a1cfea;
    text-align: center;
    padding: .2rem 0rem;
}
.homeBut {
    padding: 0.1rem .5rem;
    font-size: .28rem;
    line-height: .6rem;
    width: 2rem;
    height: .6rem;
    color: #f2f6f8;
    display: block;
    margin: 0rem auto;
    border: .01rem solid #75bbe0;
}
.newBanBox {
    width: 100%;
}
.newBanBox img {
    width: 100%;
}
.newBoxList {
    width: 100%;
    padding: .2rem .3rem;
    box-sizing: border-box;
}
.newsBodyTitle {
    width: 100%;
}
.newsBodyTitle a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: .7rem;
    border-bottom: .01rem dashed #75bbe0;
    box-sizing: border-box;
    font-size: .24rem;
}

.newsPageBox {
    width: 100%;
    margin: 0px auto;
    padding: .3rem;
    box-sizing: border-box;
}
.newsPageTitle {
    font-size: .32rem;
    color: #666666;
    text-decoration: none;
    text-align: center;
    line-height: .8rem;
}
.newsRelease {
    display: none;
}
.newsPageBody {
    font-size: .26rem;
    line-height: .6rem;
    padding-bottom: 2rem;
}

.contactUs {
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
}
.contactUsBody {
    width: 100%;
}
.contactUsBody h1 {
    font-size: .32rem;
    font-weight: normal;
    line-height: .8rem;
    padding-bottom: .3rem;
}
.contactUsBody p{
    line-height: .6rem;
    font-size: .26rem;
}
.pagination {
    display: flex;
}
.pagination li {
    margin: 0rem .05rem;
}
.pagination a {
    font-size: .26rem;
    padding: .05rem .1rem;
    display: block;
    border: .01rem solid #a1cfea;
}
.pagination span {
    font-size: .26rem;
    padding: .05rem .1rem;
    display: block;
    border: .01rem solid #a1cfea;
}
.active {
    border: .01rem solid #a1cfea;
    background: #a1cfea;
}
.active a {
    color: #fff;
}