.headerTopBox {
    background-color: #f0f0f0;
}

.headerTop {
    line-height: 30px;
}

.headerTop {
    font-size: 12px;
}

.headerTopRight span:hover {
    color: rgb(255, 136, 0);
    cursor: pointer;
}

.headerbottomBoxRight{
    line-height: 103px;
}
.headerbottomBoxRightLeftTop {
    font-size: 14px;
}

.headerbottomBoxRightLeft {
    padding: 22px;
}

.headerbottomBoxLeft {
    padding: 22px 0;
}

.headerbottomBoxRightLeftBottom {
    font-size: 26px;
    font-weight: 600;
    color: #ff0000;
}

.headerbottomBoxRightRightBottom {
    font-size: 12px;
}

.phoneMenu{
    display: none;
    width: 40px;
    position: fixed;
    top: 30px;
    right: 10px;
}

nav {
    line-height: 70px;
    /* color: #fff; */
}

.navBoxLeft li {
    margin: 0 15px;
    color: #fff;
}
.navA{
    width: 150px;
    text-align: center;
    position: relative;
}
.navAUl{
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
}
.navA:hover .navAUl{
    display: block;
}
.navBoxRight input {
    line-height: 32px;
    width: 260px;
    padding-left: 10px;
    border: none;
    color: #fff;
    outline: none;
    background: #009dda;
}

.navBoxRight input::-webkit-input-placeholder {
    color: #fff;
}

/* 首页样式 */
.homeProduct{
    overflow: hidden;
    padding: 100px 0;
}
.homeProduct>div{
    float: left;
    width: 33.33%;
    padding: 20px;
}
.homeProductLeftLunbo{
    overflow: hidden;
    padding: 20px 0;
}
.homeProductLeftTitle{
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.homeProductLeftTitle>span{
    border-bottom: 3px solid #cf3a3a;
    padding: 17px 0;
}
.homeProductLeftName{
    line-height: 48px;
    color: #2086c8;
    text-align: center;
    /* border: 1px solid #2086c8;
    background: #efefef; */
}
.homeProductCenterCon,.homeProductRightImg{
    padding: 20px 0;
}
.homeProductRightList li{
   display: flex;
   justify-content: space-between;
}
.homeProductCenterConCon{
    text-indent: 2em;
    padding: 10px 0;
    color: #666;
}
.homeProductRightList{
    color: #666;
}
.homeProductRightListLiLeft{
    max-width: 225px;
    overflow: hidden;
    white-space: nowrap;
}






.product {
    padding: 30px 0 30px 0;
}

.productHead {
    padding: 20px 0;
}

.productHeadHr {
    background: #02B9FE;
    height: 4px;
    width: 100px;
}

.productHeadTitle {
    font-size: 28px;
    text-align: center;
    color: #ccc;
    padding: 5px 0;
}

.productHeadTitleEn {
    color: #02B9FE;
    font-size: 24px;
    text-align: center;
}

.productTab {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0 200px;
}

.productTab li {
    padding: 0 20px;
}

.productTab li:hover {
    background-color: #02B9FE;
    color: #fff;
    cursor: pointer;
}

.productContent li {
    float: left;
    width: 24%;
    margin: 10px 0.5%;
    text-align: center;
    border: 2px solid #ccc;
}
.productContentLiImg{
    height: 250px;
    overflow: hidden;
}
.productContent img {
    width: 100%;
    height: 100%;
}

.productContentLiText {
    background-color: #02B9FE;
    color: #fff;
    padding: 5px 0;
}


.about {
    background-color: #f4f4f4;
    padding: 30px 0 30px 0;
}

.aboutContentLeft,
.aboutContentRight {
    width: 50%;
    padding: 50px;
    float: left;
}

.case {
    background-color: #02B9FE;
    padding: 30px 0 30px 0;
}

.case .productHeadHr {
    background-color: #fff;
}

.case .productHeadTitleEn {
    color: #fff;
}

.ziZhi {
    padding: 30px 0 30px 0;
}

.ziZhiContent li {
    width: 30%;
}

.kehu {
    background-color: #3a3a3a;
    padding: 30px 0 30px 0;
}

.kehuContent li {
    width: 14%;
    float: left;
    margin: 1px;
    height: 140px;
    overflow: hidden;
}
.kehuContent img {
   width: 100%;
   height: 100%;
}
.kehuDetil {
    width: 150px;
    color: #fff;
    padding: 10px 20px;
    background: #02B9FE;
    text-align: center;
    margin: 30px auto;
}

.news {
    padding: 20px 0;
}

.news>div {
    width: 49%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-left: 1%;
}

.newsLeftTop,
.newsRightTop {
    line-height: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.newsLeftTop li,
.newsRightTop li {
    padding: 0 10px;
}

.newsLeftTop li:hover {
    background-color: #02B9FE;
    color: #fff;
    cursor: pointer;
}

.newsRightTop li:hover {
    background-color: #02B9FE;
    color: #fff;
    cursor: pointer;
}

.newsLeftCon ul li {
    list-style-type: disc;
}

.newsLeftCon,
.newsRightCon {
    padding: 20px;
}

.concat {
    background-color: #3a3a3a;
}

.concatBox>div {
    width: 50%;
    padding: 20px 0;
}

.concatBoxLeft1Left {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.concatBoxLeft1LeftRight {
    color: #a4a4af;
    padding-left: 10px;
    padding-top: 17px;
}

.concatBoxLeftMap {
    width: 530px;
    height: 340px;
    margin: 20px 0;
    background: #fff;
}

.concatBoxLeftLink,
.concatBoxLeftRe {
    line-height: 20px;
    color: #666;
    padding-top: 10px;
    font-size: 12px;
}

.concatBoxRightNP {
    padding: 20px 0;
}

.concatBoxRightNP input {
    line-height: 40px;
    width: 49%;
    padding-left: 10px;
    background: #c8c8c8;
    border: none;
    margin-left: 1%;
    outline: none;
}

.concatBoxRightAdrre input {
    line-height: 40px;
    width: 99%;
    padding-left: 10px;
    background: #c8c8c8;
    margin-left: 1%;
    border: none;
    outline: none;
}

.concatBoxRightCon textarea {
    width: 99%;
    padding: 10px;
    margin: 20px 0;
    background: #c8c8c8;
    border: none;
    margin-left: 1%;
    outline: none;
}

footer {
    background-color: #666;
    font-size: 14px;
    line-height: 50px;
}