﻿.head{
    width: 100%;
    height: 80px;
    border-radius: 5px;
    position: fixed;
    left: 0%;
    margin-left: 0px;
    z-index: 10;
    top: 0px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.3);
    transition: 0.5s;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.head-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headA{
    height: 100%;
    display: flex;
    align-items: center;
}

.headlogo{
    max-height: 100%;
}

.logocm{
    margin-left: 10px;
}

.cmc{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.cme{
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
}

.head-nav{
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-li{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.lgA{
    padding: 0 5px;
}

.navA{
    display: flex;
    height: 100%;
    padding: 0 20px;
    position: relative;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.navA:hover{
    color: #0068b7;
}

.navchild{
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0px 0px 5px 3px rgba(205,205,205,0.5);
}

.navchild-ul{
    width: 100%;
    background: white;
}

.navchild-li{
    width: 100%;
}

.navchildA{
    width: 100%;
    padding: 5px;
    color: #000;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.nav-li:hover .navchild{
    display: block;
}

.lightblue{
    color: #0068b7;
}

.navchildA:hover{
    color: #0068b7;
}

.indexks{
    width: 100%;
    height: 70px;
}

.indexks-content{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexkey{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    color: #666;
}

.indexform{
    display: flex;
    align-items: center;
}

.indexinp{
    width: 356px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    outline: none;
    line-height: 38px;
    text-indent: 14px;
    float: left;
    box-sizing: border-box;
}

.indexbut{
    padding: 0;
    margin: 0;
    background: white;
    border: 0;
}

.indexbut:focus{
    outline: 0;
}

.product{
    width: 100%;
    height: 674px;
    background: url(../image/cpbg.jpg) top left;
    padding-top: 24px;
}

.product-name{
    text-align: center;
    font-size: 38px;
    color: #0068b7;
    font-weight: bold;
}

.productnav{
    border-bottom: 1px solid #a8a8a8;
}

.product-ul{
    display: flex;
    align-items: center;
}

.product-li{
    width: 200px;
    height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
}

.product-li::after{
    width: 1px;
    height: 20px;
    background: #666666;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.product-li:last-child::after{
    display: none;
}

.productA{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #0068b7;
    color: #0068b7;
    font-size: 15px;
    font-weight: bold;
}

.productA:hover{
    font-weight: 100;
    border-bottom: 2px solid transparent;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 27px;
}

.productlist-li{
    width: 24%;
    margin-right: 1.333%;
    margin-top: 20px;
}

.productlist-li:nth-child(4n){
    margin-right: 0;
}

.productimg{
    width: 100%;
}

.productico{
    width: 100%;
    height: 227px;
}

.about{
    height: 786px;
    overflow: hidden;
    position: relative;
    background: url(../image/aboutbg.jpg) center 0 no-repeat;
    padding-top: 35px;
}

.about-name{
    text-align: center;
    font-size: 38px;
    color: #0068b7;
    font-weight: bold;
}

.about-text{
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #0068b7;
    font-size: 16px;
    margin-top: 17px;
    font-weight: bold;
}

.about-qaz{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.about-left{
    width: 575px;
}

.about-right{
    flex: 1;
    margin-left: 20px;
}

.about-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-li{
    width: auto;
}

.aboutA{
    width: 173px;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.aboutnavimg{
    text-align: center;
}

.aboutA:hover{
    background: #eee;
}

.about-title{
    color: #666666;
    margin-top: 10px;
}

.aboutr-top{
    display: flex;
    align-items: center;
}

.about-zl{
    color: #0068b7;
    font-size: 36px;
    font-weight: bold;
}

.about-cx{
    color: #0068b7;
    font-size: 36px;
    font-weight: bold;
}

.aboutsx{
    width: 1px;
    height: 45px;
    background: #000;
    margin: 0 20px;
}

.jstd{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.aboutlogo{
    height: 46px;
}

.jsdy{
    font-size: 21px;
    margin-left: 15px;
}

.about-content{
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px;
}

.pzgl{
    padding: 35px 0;
}

.pzgl-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pzgl-li{
    width: 30%;
    text-align: center;
    transition: all 0.5s;
}

.pzgl-li:hover{
    transform: translateY(-10px);
}

.pzgl-name{
    text-align: center;
    font-size: 38px;
    color: #0068b7;
    font-weight: bold;
    line-height: 1;
}

.pzgl-js{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 17px;
}

.pzgl-title{
    margin-top: 19px;
    text-align: center;
    font-size: 24px;
    color: #0068b7;
}

.pzgl-desc{
    text-align: center;
    margin-top: 19px;
    font-size: 14px;
    color: #333333;
}

.applica{
    width: 100%;
    height: 550px;
    background: url(../image/appbg.jpg) top center;
    padding-top: 35px;
}

.applica-name{
    text-align: center;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.applica-text{
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 600px;
    margin: auto;
    margin-top: 17px;
}

.appswiper{
    position: relative;
    margin-top: 40px;
}

.swiper2{
    width: 80%;
}

.appswipertitle{
    padding: 10px 0;
    text-align: center;
    color: white;
    background: #000;
}

.prev2{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.next2{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.prev2:focus{
    outline: 0;
}
.next2:focus{
    outline: 0;
}

.new{
    width: 100%;
    height: 699px;
    background: url(../image/newbg.jpg) top center;
    padding-top: 35px;
}

.new-name{
    text-align: center;
    font-size: 38px;
    color: #0068b7;
    font-weight: bold;
    line-height: 1;
}

.new-subname{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 17px;
}

.new-article{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.new-img{
    width: 580px;
}

.new-img img{
    width: 100%;
}

.new-wz{
    flex: 1;
    height: 515px;
    margin-left: 35px;
    overflow: hidden;
}

.new-ul{
    position: relative;
}

.new-li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}

.new-date{
    width: 100px;
    height: 95px;
    background-color: #0068b7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.new-d{
    font-size: 30px;
    color: white;
}

.new-Ym{
    font-size: 18px;
    color: white;
}

.new-post{
    flex: 1;
    margin-left: 40px;
}

.newA{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.new-content{
    font-size: 12px;
    color: #333;
    margin-top: 9px;
    line-height: 24px;
}

.newA:hover{
    color: #0068b7;
}

.hzhb{
    padding: 35px 0;
}

.hzhb-name{
    text-align: center;
    font-size: 38px;
    color: #0068b7;
    font-weight: bold;
    line-height: 1;
}

.hzhb-subname{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 17px;
}

.hzgd{
    overflow: hidden;
    margin-top: 40px;
}

.hzhb-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hzhb-li img{
    border: 1px solid #eee;
}

.foot-container{
    width: 100%;
    height: 395px;
    background: url(../image/footbg.jpg) top center no-repeat;
    padding-top: 30px;
}

.foot-content{
    display: flex;
    justify-content: space-between;
}

.foot-bq{
    display: flex;
    align-items: center;
}

.footcm{
    margin-left: 10px;
}

.footcmc{
    font-size: 32px;
    color: white;
    font-weight: bold;
    line-height: 1;
}

.footcme{
    font-size: 12px;
    color: white;
    margin-top: 5px;
}

.foot-li{
    display: flex;
    align-items: center;
    color: white;
    margin-top: 10px;
}

.ftimg{
    width: 20px;
}

.foot-slide{
    font-size: 16px;
    margin-left: 10px;
}

.foot-li:first-child .foot-slide{
    font-size: 12px;
}

.ftlisto{
    width: 42%;
}

.footcms{
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
}

.foot-ul{
    margin-top: 20px;
}

.ftlistnav{
    display: flex;
    margin-top: 30px;
}

.ftnavname{
    position: relative;
}

.ftnavname::after{
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
}

.ftnav:last-child .ftnavname::after{
    display: none;
}

.ftnav{
    margin: 0 8px;
}

.ftnavA{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0px 12px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.ftchildA{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
}

.ftnavA:hover{
    color: #0068b7;
}

.ftchildA:hover{
    color: #0068b7;
}

.ftwx{
    width: 128px;
    display: block;
    margin-top: 30px;
}

.copys{
    padding: 20px 0;
    background: #1a1a1a;
    color: white;
    text-align: center;
    font-size: 16px;
}