body{
    font-size: 14px;
}
.onLine {
    width: 80px;
    position: fixed;
    top: 300px;
    right: 30px;
    z-index: 88;
}
.hidden {
    display: none !important;
}
.onLineBar {
    width: 80px;
    height: 81px;
    background: url(../img/zxicon.png) no-repeat #333848;
    background-position: center 20%;
    position: relative;
    z-index: 68;
    cursor: pointer;
    
}
.onLineBarBg {
    background: url(../img/zxicon.png) no-repeat #0273b3;
    background-position: center 20%;
}
.onLineChild {
    background: #0273b3;
    position: absolute;
    bottom: 0px;
    height: 81px;
    width: 160px;
    height: 81px;
    left: -160px;
    z-index: 9;
    background: #0273b3;
    color: #fff;
    line-height: 28px;
    padding-top: 13px;
    padding-bottom: 12px;
    box-sizing:border-box;
    padding-left: 30px;
    display: none;
}
.onLineBar span {
    color: #fff;
    display: block;
    padding-top: 54px;
    width: 80px;
    text-align: center;
}
.navFixed {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.mobileTel,.mobilNavBat {
    display: none;
}
.navMapper {
    width: 100%;
    height: 70px;
}
.nav {
    height: 70px;
    background: #333848;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.navList {
    width: 1200px;
    margin: 0px auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    background: #333848;
}
.logo {
    width: 120px;
    height: 60px;
    padding: 5px 0px;
}
.navUl {
    height: 70px;
    padding: 5px 0px;
    box-sizing: border-box;
    width: 650px;
}
.navLi {
    width: 130px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    position: relative;
}
.navLi a {
    display: block;
    color: #fff;
    font-size: 18px;
}
.navSubset {
    width: 130px;
    position: absolute;
    background: #393d49;
    top: 60px;
    left: 0px;
    padding: 10px 0px;
    display: none;
}
.navSubset .navSubsetLi a {
    font-size: 14px;
    line-height: 30px;

}
.banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.banList {
    width: 300%;
}
.banList .banLi {
    float: left;
}
.banList .banLi img {
    width: 100%;
}
.banIcon {
    position: absolute;
    width: 150px;
    height: 5px;
    left: 50%;
    margin-left: -75px;
    z-index: 9;
    bottom: 20px;
}
.iconList {
    width: 40px;
    height: 5px;
    margin: 0px 5px;
    float: left;
    background: #fff;
    cursor: pointer;
}
.iconOn {
    background: #4f5f6c;
}
.conbox {
    width: 1200px;
    margin: 0px auto;
    padding-top: 81px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
}
.conOne,.conTwo,.conThree {
    width: 400px;
    height: 400px;
}
.conImg {
    text-align: right;
}
.conOne {
    background: #fff;
}
.conOneBox,.conTwoBox {
    padding: 0px 40px;
    position: relative;
    height: 230px;
    box-sizing: border-box;
}
.conOneTitle {
    font-size: 22px;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.conOneBody {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.conOneIcon,.conThreeIcon {
    width: 26px;
    height: 1px;
    position: absolute;
    left: 40px;
    bottom: 42px;
    background: #1E1E1E;
}
.conTwo {
    background: #ccd4d7;
}
.conTwo .conImg {
    height: 165px;
    position: relative;
}
.conTwo .conImg a {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.conTwoTitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.conTwoBody {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.conTwoIcon {
    width: 26px;
    height: 1px;
    position: absolute;
    left: 40px;
    bottom: 42px;
    background: #fff;
}
.conThree {
    padding: 0 40px 0 95px;
    box-sizing: border-box;
    position: relative;
}
.conThreeTitle {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
}
.conThreeTitleEn {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}
.conThreeTitleSon {
    font-size: 13px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin-bottom: 50px;
}
.conThreeBody {
    font-size: 14px;
    line-height: 30px;
}
.conThreeIcon {
    left: 95px;
}
.designImg {
    width: 100%;
}
.designImg img {
    width: 100%;
}
.designList {
    width: 100%;
    height: 177px;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    margin-top: 1px;
    background: #fff;
    padding: 33px 0 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.designBox {
    width: 25%;
    height: 129px;
    text-align: center;
    color: #1E1E1E;
    box-sizing: border-box;
    border-right: 1px solid #1e1e1e;
}
.designList .designBox:last-child{
    border-right: 0px;
}
.designNum {
    display: block;
    font-size: 36px;
    margin-bottom: 18px;
}
.designTile {
    font-size: 18px;
    margin-bottom: 8px;
}
.designEn {
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
.aboutBox {
    width: 1200px;
    height: 403px;
    margin: 0px auto;
}
.aboutTitle {
    width: 1200px;
    height: 180px;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}
.aboutTitle .titleEn {
    font-size: 16px;
    color: #4f5f6c;
    padding: 10px 0px;
}
.aboutTitle .titleText {
    font-size: 14px;
    color: #75bbe0;
    padding: 10px 0px;
}
.lineClass {
    width: 80%;
    height: 1px;
    background: #a5d6ee;
    display: block;
    position: absolute;
    top: 90px;
    left: 10%;
    z-index: 1;
}
.aboutTitleBox {
    width: 100%;
    height: 140px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
}
.titleCn {
    width: 200px;
    height: 60px;
    background: #fff;
    display: block;
    margin: 0px auto;
    line-height: 60px;
    font-size: 20px;
}
.aboutBody {
    display: flex;
    flex-direction: row;
}
.aboutImg {
    width: 480px;
    height: 350px;
}
.aboutText {
    flex: 1;
    position: relative;
    padding-left: 50px;
}
.aboutText .aboutTextTitle{
    font-size: 32px;
    font-weight: normal;
    color: #75bbe0;
}
.aboutText p{
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}
.aboutText .btn {
    border: 2px solid #a5d6ee;
    line-height: 32px;
    height: 32px;
    padding: 5px 30px;
}
.aboutButton {
    position: absolute;
    bottom: 10px;
    left: 50px;
}
.aboutTel {
    padding-left: 20px;
}
.aptitude {
    width: 1200px;
    height: 200px;
    background: #1e1e1e;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}
.aptitudeList {
    width: 20%;
    height: 200px;
    border-right: 1px solid #353535;
}
.aptitudeList p{
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.aptitudeList i {
    display: block;
    width: 44px;
    height: 1px;
    background: #353535;
    margin: 35px auto;
}
.news {
    width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #e1f3fc;
    box-sizing: border-box;
}
.newsTitle {
    width: 100%;
    height: 30px;
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}
.info,.newsIcon,.dynamic,.newTile {
    float: left;
}
.info {
    font-size: 24px;
    color: #000000;
}
.newsIcon {
    color: #999999;
    padding: 0px 10px;
}
.dynamic {
    font-size: 24px;
    color: #666666;
}
.newsMore,.newTime {
    float: right;
}
.newBody {
    width: 100%;
}
.newList {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px 20px;
    box-sizing: border-box;
}
.foot {
    background: #333848;
    width: 100%;
    min-width: 1200px;
    padding-top: 52px;
}
.footBody {
    width: 1200px;
    margin: 0px auto;
}
.footList {
    width: 160px;
    float: left;
}
.footLi {
    line-height: 40px;
    color: #fff;
}
.footLi a {
    color: #fff;
}
.footLogo {
    width: 220px;
    float: right;
}
.footLogo img {
    width: 100%;
}
.copyright {
    width: 100%;
    border-top: 1px solid #999;
    clear: both;
    margin-top: 20px;
    padding: 20px 0px;
    color: #fff;
}
.copyright a {
    color: #fff;
}
.footTel p{
    color: #999;
}
.footTelBox {
    width: 300px;
    float: left;
}
.telFoot {
    font-size: 30px;
    color: #a5d6ee;
    padding-top: 10px;
}
.proList {
    width: 1200px;
    height: 400px;
    margin: 20px auto;
    position: relative;
}
.proImg {
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 400px;
}
.proImg img {
    width: 100%;
}
.proBody {
    position: absolute;
    z-index: 8;
    width: 1200px;
    height: 400px;
    display: block;
}
.proBodyBg {
    position: absolute;
    z-index: 6;
    width: 1200px;
    height: 400px;
    background: #fff;
    opacity: 0.5;
}
.proTitle {
    color: #082a3d;
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-top: 180px;
}
.proIcon {
    width: 120px;
    height: 2px;
    margin: 20px auto;
    display: block;
    background: #082a3d;
}
.mobileFoot {
    display: none;
}

.aboutBan {
    width: 100%;
    min-width: 1200px;
}
.aboutBan img {
    width: 100%;
}
.aboutBanYd {
    display: none;
}

.aboutPage {
    width: 1200px;
    margin: 20px auto;
    font-size: 16px;
}
.aboutPage p {
    display: block;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
}
.aboutPageList {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutImgList {
    padding: 10px 0px;
}
.position {
    width: 1200px;
    padding: 10px 0px;
    margin: 0px auto;
}
.productList {
    width: 1200px;
    margin: 0px auto;
}
.productListBut {
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
}
.pListBut {
    width: 290px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-right: 30px;
}
.pListBut a{
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}
.pListBut a:hover{
    background: #a1d0ea;
    color: #fff;
}
.pListBut .onPBut{
    background: #a1d0ea;
    color: #fff;
}
.productList {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px;
}
.productListImg {
    width: 590px;
    position: relative;
    margin: 10px 0px;
}
.productImage {
    padding: 20px;
    border: 1px solid #efefef;
    display: block;
}
.productImage img {
    width: 100%;
}
.productListTitle {
    line-height: 50px;
    height: 50px;
    width: 550px;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    display: block;
    font-size: 26px;
}
.productListImg a:hover{
    border: 1px solid #a1cfea;
    opacity: 0.8;
}
.proPage {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.proPageList {
    width: 36px;
    height: 36px;
}
.proPageList a {
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
}
.proPageList a:hover{
    border: 1px solid #a1cfea;
    background: #a1cfea;
    color: #fff;
}
.proPageList .proPageOn {
    border: 1px solid #a1cfea;
    background: #a1cfea;
    color: #fff;
}
.proPageBan,.newBanBox {
    width: 100%;
    min-width: 1200px;
}
.proPageBan img {
    width: 100%;
}
.proPageBox {
    width: 1200px;
    margin: 0px auto;
}
.proPageTitle {
    width: 1200px;
    height: 60px;
    border-bottom: 1px solid #75bbe0;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 60px;
    clear: both;
}
.proPageTitleName {
    float: left;
    font-size: 32px;
    color: #0273b3;
}
.proPageHome {
    float: right;
}
.proPageHome p{
    float: left;
}
.proPageTel {
    font-size: 20px;
}
.homeBut {
    width: 160px;
    height: 40px;
    border: 1px solid #082a3d;
    border-radius: 5px;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 20px;
}
.proPageBody {
    width: 1200px;
    display: block;
    clear: both;
    padding: 20px;
    box-sizing: border-box;
}
.proPageBody img {
    width: 100%;
}
.proPageFoot {
    width: 1200px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0px auto 20px;
}
.proReturnBox {
    display: none;
}
.newBoxList {
    width: 1200px;
    min-height: 800px;
    margin: 20px auto;
    border: 1px solid #75bbe0;
    padding: 20px;
    box-sizing: border-box;
    
}
.newsBodyTitle {
    width: 1200px;
}
.newsBodyTitle a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 60px;
    border-bottom: 1px dashed #75bbe0;
    box-sizing: border-box;
    width: 1160px;
}
.newBanBox img {
    width: 100%;
}

.newsPageBox {
    width: 1200px;
    margin: 0px auto;
    min-height: 570px;
    padding: 30px;
    box-sizing: border-box;
}
.newsPageTitle {
    font-size: 24px;
    color: #666666;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    border-bottom: 2px solid #75bbe0;
}
.newsRelease {
    text-align: center;
    padding: 20px 0px;
}
.newsPageBody {
    font-size: 16px;
    line-height: 28px;
}
.contactUs {
    width: 1200px;
    margin: 0px auto;
    min-height: 560px;
    padding: 30px;
    box-sizing: border-box;
}
.contactUsBody {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    background: #e6ecf0;
}
.contactUsBody h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 50px;
    padding-bottom: 30px;
}
.contactUsBody p{
    line-height: 30px;
}
.pagination {
    display: flex;
}
.pagination li {
    margin: 0px 5px;
}
.pagination a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border: 1px solid #a1cfea;
}
.pagination span {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border: 1px solid #a1cfea;
}
.active {
    border: 1px solid #a1cfea;
    background: #a1cfea;
}
.active a {
    color: #fff;
}
.pagination a:hover{
    background: #a1cfea;
    color: #fff;
}