.head{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
}

.w1200{
    max-width: 1512px;
    margin: 0 auto;
}

.lightblue{
    color: #076ce0;
    font-weight: bold;
}

.zwf{
    height: 100px;
}

.head-container{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoA{
    height: 70px;
    display: flex;
    align-items: center;
}

.logo-cm{
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.logo-cms{
	color: #000;
}

.logoimg{
    max-height: 100%;
}

.head-nav{
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-li{
    height: 100%;
    position: relative;
}

.navA{
    width: 115px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.nav-li:hover .nav-mc{
    display: block;
}

.nav-mc{
    min-width: 130%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.9);
    border-top: 2px solid #076ce0;
    display: none;
}

.navmc-ul{
    width: 100%;
}

.navmcA{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navmcA:hover{
    background: #076ce0;
    color: white;
}

.swiper1:hover .prev1{
    left: 10px;
}

.swiper1:hover .next1{
    right: 10px;
}

.prev1{
    width: 27px;
    height: 44px;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.next1{
    width: 27px;
    height: 44px;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: white;
    opacity: 0.5;
}

.swiper1 .swiper-pagination-bullet-active{
    opacity: 1;
}

.pages1{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.product{
    padding-top: 50px;
    padding-bottom: 40px;
    background: url(../images/cpbg.jpg) center no-repeat;
}

.product-subname{
    text-align: center;
    font-size: 40px;
    color: #076ce0;
}

.product-name{
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 1;
}

.product-swiper{
    margin: 30px 0;
}

.swiper2{
    width: 95%;
    overflow: visible !important;
}

.productimg{
    width: 100%;
}

.product-card{
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.product-card:hover .product-mc{
    top: 0;
}

.product-mc{
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

.productA{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 30px;
    padding-top: 70px;
}

.product-desc{
    /* font-size: 16px; */
    color: white;
    text-align: justify;
    display: none;
}

.product-lj{
    width: 100px;
    height: 40px;
    border: 1px solid white;
    color: white;
    /* font-size: 16px; */
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.product-title{
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.prev2{
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background: #076ce0;
}

.next2{
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background: #076ce0;
}

.zyimg{
    width: 100%;
}

.product-more{
    display: flex;
    justify-content: center;
}

.moreA{
    width: 100px;
    height: 35px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.moreA:hover{
    color: #fff;
    background: #076ce0;
}

.about{
    width: 100%;
    height: auto;
    background: url(../images/index2.jpg) center center no-repeat;
    padding: 50px 0;
}

.about-subname{
    text-align: center;
    color: white;
    font-size: 40px;
}

.about-name{
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 1;
}

.about-content{
    color: white;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    margin: 30px 0;
}

.about-more{
    display: flex;
    justify-content: center;
}

.moreB{
    width: 100px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #e5e5e5;
}

.moreB:hover{
    color: white;
}

.applica{
    padding: 50px 0;
}

.applica-subname{
    text-align: center;
    color: #076ce0;
    font-size: 40px;
}

.applica-name{
    text-align: center;
    color: #333;
    font-size: 30px;
    line-height: 1;
}

.applica-ul{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.applica-li{
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 20px;
    position: relative;
}

.applica-li:nth-child(3n){
    margin-right: 0;
}

.applica-img{
    width: 100%;
    transition: all 0.5s;
}

.applica-mc{
    width: 60%;
    height: calc(100% + 20px);
    background: #076ce0;
    padding: 0 20px;
    padding-top: 22px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
    transform-origin: left;
    transform: rotateY(92deg) perspective(60px) rotateY(-2deg);
}

.applica-li:hover .applica-mc{
    transform: rotateY(0deg) perspective(60px) rotateY(0deg);
}

.applica-li:hover .applica-img{
    transform: translateX(40px);
}

.applica-title{
    font-size: 18px;
    color: white;
}

.applica-desc{
    color: white;
    text-align: justify;
    margin-top: 20px;
}

.new{
    padding: 40px;
    background: #f1f1f1;
}

.new-subname{
    text-align: center;
    color: #076ce0;
    font-size: 40px;
}

.new-subname{
    text-align: center;
    color: #076ce0;
    font-size: 40px;
}

.new-name{
    text-align: center;
    color: #333;
    font-size: 30px;
}

.new-ul{
    display: flex;
    position: relative;
    margin-top: 20px;
}

.new-li{
    width: 25%;
    z-index: 2;
}

.newA{
    width: 100%;
    padding: 70px 25px;
    display: block;
}

.new-top{
    display: flex;
}

.new-sx{
    width: 3px;
    height: 65px;
    background: white;
    position: relative;
}

.new-sx::after{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #076ce0;
    transition: all 0.5s;
}

.new-title{
    flex: 1;
    margin-left: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
}

.new-middle{
    display: flex;
    margin-top: 20px;
    padding: 0 15px;
}

.new-date{
    width: 120px;
    height: 100px;
    background: white;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.new-d{
    font-size: 25px;
    color: #076ce0;
    font-weight: bold;
    line-height: 1;
    transition: all 0.5s;
}

.new-Ym{
    font-size: 16px;
    color: #333;
    transition: all 0.5s;
}

.new-content{
    color: #999;
    flex: 1;
    margin-left: 15px;
    line-height: 25px;
    text-align: justify;
    transition: all 0.5s;
}

.newmore{
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 50px;
    color: #000;
    transition: all 0.5s;
}

.newmc{
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #076ce0;
    z-index: 1;
    transition: all 0.5s;
}

.newactive .new-sx::after{
    height: 0;
}

.newactive .new-title{
    color: white;
}

.newactive .new-content{
    color: white;
}

.newactive .newmore{
    border-color: white;
    color: white;
}

.newactive .new-date{
    background: transparent;
}

.newactive .new-d{
    color: white;
}

.newactive .new-Ym{
    color: white;
}

.footer{
    padding-top: 30px;
    background: #f6f6f6;
    background: url(../images/footbg.jpg) center no-repeat;
}

.foot-container{
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
    position: relative;
}

.foot-container::after{
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
}

.foot-ul{
    display: flex;
}

.foot-li{
    margin-right: 50px;
}

.foot-li:last-child{
    margin-right: 0;
}

.foot-name{
    color: white;
    font-weight: bold;
}

.foot-name:hover{
    color: white;
}

.footnav-li{
    line-height: 35px;
}

.footnavA{
    color: #999;
}

.footnavA:hover{
    color: #999;
}

.foot-right{
    display: flex;
    width: 40%;
}

.ftcontact{
    margin-right: 10px;
}

.ftcontact-li{
    color: #fff;
}

/*.ftcontact-li:nth-child(5){*/
/*	width: 210px;*/
/*}*/

.ftcontact-li a{
	color: white;
}

.ftcontact-li a:hover{
	color: white;
}

.wximg{
    text-align: center;
}

.wximg img{
    width: 140px;
    border: 1px solid #eee;
}

.wxsys{
    color: #fff;
}

.copyrs{
    width: 100%;
    height: 45px;
    background: rgba(255,255,255,0.2);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.xfdh{
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 11;
}

.xfdh-ul{
    width: 45px;
}

.xfdh-li{
    width: 100%;
    height: 45px;
    background: #076ce0;
    margin-top: 3px;
}

.xfdhback{
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.xfdhmax{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xfdhimg{
    width: 30px;
    height: 30px;
}

.xfdh-bk{
    width: 0px;
    height: 100%;
    background: rgba(7,108,224,0.9);
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    transition: all 0.4s;
}

.xfdhtel:hover .xfdh-bk{
    width: 180px;
}

.xfdhewm-bk{
    width: 180px;
    height: 180px;
    background: rgba(7,108,224,0.9);
    padding: 12px;
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: scale(0);
    
    transform-origin: bottom right;
}

.xfdhewm-bk img{
    width: 100%;
}

.xfdhewm:hover .xfdhewm-bk{
    transform: scale(1);
    transition: 0.4s;
}

.ftlogo{
	display: flex;
	align-items: center;
}

.ftlogo img{
	height: 30px;
}

.ftlogo-cm{
	font-size: 19px;
}

/*.ftlogocmq{*/
/*	transform: scale(0.65) translateX(-50px);*/
/*}*/

.ftlogo-cm{
	font-size: 14px;
}

.ftlogo-cms{
	font-size: 14px;
}