header .header-top{
    background:#195d9e;
}
.header-top section,.header-top section ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top section ul li{
    margin-right: 2rem;
}
.header-top section ul li:last-child{
    margin:0;
}
.header-top section ul li img{
    width:1.5rem;
    opacity: 0.8;
    transition: .5s;
}
.header-top section ul li img:hover{
    opacity: 1;
    transition: .5s;
}
.header-top section p{
    margin-right: 2rem;
    color:#fff;
    font-size: 1.4rem;
}

.header-top{
    padding:1rem 0;
}
.logo img{
    height: 6rem;
}
.header-bottombig{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul{
    display: flex;
    justify-content: space-between;
}
.menu ul li a{
    font-size: 2rem;
    color:rgba(0, 0, 0, .7);
    transition: .5s;
    display: flex;
    align-items: center;
}
.menu ul li  img{
    width:2.4rem;
    height: 2.4rem;
}
.menu ul li{
    margin-left: 4rem;
    position:relative;
    display: flex;
    align-items: center;
}
.menu ul li:first-child{
    margin:0;
}

.header-bottombig-left{
    display: flex;
    align-items: center;
}
.header-bottombig-left .menu{
    margin-left:2rem;
}
.header-bottom{
    padding:1rem 0;
}
.menu ul li a:hover ,.menu ul li.active>a{
    color:#195d9e;
    transition: .5s;
}
.header-bottom{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 77, 140, 0.2) 0 0.2rem 0.4rem;
    border-bottom: 0.1rem solid rgba(0, 77, 140, 0.2);
}
.gongju_lang_icon img,.gongju_search_icon img{
    width:2.4rem;
}
.gongju_lang_icon img{
    width:5rem;
    height: 2.6rem;
    margin-left:2rem;
    object-fit:contain;
    box-shadow: 0 1rem 4rem 0 rgba(89, 92, 101, 0.1);
}
.gongju_lang_icon ul{
    display: flex;
    justify-content: space-between;
}
.gongju_lang_list.on{
    height: auto;
    padding:4rem 0;
    transition: .5s;
}
.gongju_lang_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gongju{
    display: flex;
}
.gongju_search_icon{
    margin-left:2rem;
}
.gongju_search{
    display: flex;
    align-items: center;
}
.gongju_lang_list {
    position: absolute;
    width: 28rem;
    background-color: #fff;
    top: 5.3rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.03);
    transition: .5s;
    height: 0;
    overflow: hidden;
}
.gongju_lang_list a{
    color: #195d9e;
    display: block;
    transition: all 0.36s;
    line-height: 1.5 !important;
    padding: 0 2.4rem;
    cursor: pointer;
    font-size: 1.4rem;
}
.gongju_lang_list a:hover{
    color:rgba(0,0,0,.7);
    transition: all 0.36s;
}
.gongju_lang{
    position:relative;
}
.gongju_lang_list li{
    margin-bottom: 2.4rem;
}
.gongju_lang_list li:last-child{
    margin:0;
}
.search-alert {
	position:absolute;
	width:100%;
	top:100%;
	height:8.1rem;
	left:0;
	display:none;
	padding:1.5rem 0;
	background:rgba(1,103,164,.9);
}
.search-alert form {
	border-bottom:0.1rem solid rgba(255,255,255,1);
	width:30%;
	float:right;
	display:flex;
	margin:0 -1.5rem;
	justify-content:space-between;
}

.search-alert form input {
	width:80%;
	background:transparent;
	border:none;
	color:white;	
	outline: none;
	padding-left:2rem;
}

.search-alert form button {
	width:15%;
	height:4.2rem;
	border:0;
	background:url(../images/fdj.png) right no-repeat;
	transition:.3s;
}
header{
    position:relative;
    z-index: 99;
}
.banner {
    width: 100%;
    height: calc(100vh - 42.1rem);
    overflow: hidden;
    position:relative;
}
.banner .swiper{
    height: 100%;
}
.bannerwen {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 160rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bannermore a {
    display: flex;
    margin-top: 10.6rem;
    width: 30.8rem;
    height: 5.1rem;
    justify-content: center;
    align-items: center;
    color: white;
    border: 0.1rem solid white;
    border-radius: 2.5rem;
    transition: .5s;
    background-color: transparent;
}

.bannermore a:hover {
    background: #195d9e;
    border: 0.1rem solid #195d9e;
    transition: .5s;
    color: white;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25%;
}

.banner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: white;
    border-radius: 1rem;
    margin:0 1rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 1.2rem;
    background: #195d9e;
    opacity: 1;
}
.bannertitle {
    font-size: 6rem;
    line-height: 7rem;
    color: white;
    font-weight: bold;
    position: relative;
}
.bannerwen a {
    font-size: 2rem;
    color: #fff;
    border: 0.1rem solid #fff;
    border-radius: 3rem;
    opacity: 0;
    transition-delay: .8s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.swiper-slide .bannerwen  a img {
    width: 2.5rem;
    margin-left: 2rem;
    height: auto;
    object-fit: contain;
}
.bannerwen .bannertitle {
    opacity: 0;
    transition-delay: .8s;
}
.banner .swiper-slide-active .bannerwen a,
.banner .swiper-slide-active .bannerwen .bannertitle {
    opacity: 1;
}
.banner .swiper-slide-active .bannerwen .bannertitle {
    animation: slideInDown 1s .8s;
    -webkit-animation: slideInDown 1s .8s;
}
.banner .swiper-slide-active .bannerwen a {
    animation: slideInUp 1.2s .8s;
    -webkit-animation: slideInUp 1.2s .8s;
}
.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
    opacity: 1;
}
.banner .swiper-slide{
    background:#000;
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}
.container {
    width: 160rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 5%;
    width:100%;
}
.homeprotitle{
    font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
    font-size: 6rem;
    color: #000;
    text-align: center;
    margin-top: 0;
    padding-bottom: 2.2rem;
    background-repeat: no-repeat;
    margin-bottom: 1.8rem;
}
.homepro {
    height: auto;
    overflow: hidden;
    padding-top: 4rem;
    background:#f5f5f5;
    padding-bottom:4rem;
}
 .menu ul li dl {
        position: absolute;
        top: 100%;
        left: 50%;
        background: rgba(0,0,0,.8);
        width: 20rem;
        display: none;
        transform: translate(-50%, 0%);
    }
    .menu ul li dl dd {
        text-align:center;
        color:#fff;
        line-height:3rem;
        font-size:1.4rem;
        cursor:pointer;
        padding: 0 1.5rem;
        margin:0.8rem 0;
        position: relative;
    }
    .menu ul li dl dd a {
        display:block;
        text-align:center;
        color:#fff; 
        line-height:3rem;
        font-size:2rem;
        white-space:nowrap;
    }
    .menu ul li dl dd:hover {
        background:#fff;
    }
    .menu ul li dl dd:hover>a{
        color:#021e64;
    }
    .menu ul li>dl>dd.sanji>a:after{
           content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position:absolute;
    right:2rem;
    top:35%;
    }
.menu ul li.child>a:after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 0.1rem solid #000;
    border-right: 0.1rem solid #000;
    transform: translate(-50%) rotate(45deg);
    -webkit-transform: translateY(0%) rotate(45deg);
    position: relative;
    right: -0.5rem;
    top: 0;
}
    .menu ul li>dl>dd.sanji:hover>a:after{
           content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #021e64;
    border-right: 0.1rem solid #021e64;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position:absolute;
    right:2rem;
    top:35%;
    }
.menu ul li:hover>a:after,.menu ul li:.active>a:after{
    border-top: 0.1rem solid #195d9e;
    border-right: 0.1rem solid #195d9e;
}
.bread,
.bread a {
    color: #939393;
    font-size: 1.4rem;
    height: 7.4rem;
    display: flex;
    align-items: center;
}

.bread a:hover {
    color: #1aa967;
}
.lanmuxbig{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul li dl dd dl {
        left: 100%;
        top: 0;
        width: 25rem;
}
    
.menu ul li:hover>dl {
        display: block;
}
.menu ul li dl dd:hover dl {
        display: block;
        transform: translate(0, 0);
}
.home-pro-type .title h2,.home-pro-list-top h2,.home-contact .title{
    font-size: 4.2rem;
    line-height: 5.6rem;
    font-weight: bold;
    margin-bottom:3%;
}
.home-pro-type{
    padding-top: 3%;
    padding-bottom:3%;
}
.home-pro-type-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-pro-type-list ul li{
    width:49%;
}
.home-pro-type-list ul li .home-pro-type-list-img{
    padding-top:75%;
    position:relative;
    z-index: 2;
}
.home-pro-type-list ul li .home-pro-type-list-img img{
    position:absolute;
    left:0%;
    top: 0%;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.home-pro-type-list ul li:nth-child(n+3) {
    width:31%;
}
.home-pro-type-list ul li:nth-child(n+3) .home-pro-type-list-img{
    padding-top:100%;
    position:relative;
}
.home-pro-type-list ul li{
    position:relative;
    margin-bottom:2rem;
}
.home-pro-type-list ul li p{
    color: rgb(255, 255, 255);
    margin-top: 0;
    z-index: 4;
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    right: 2.4rem;
    text-align: left;
    font-size:2.4rem;
    font-weight: bold;
}
.home-pro-type-list ul li a:hover,.home-pro-type-list ul li a:focus {
    transform: translate3d(0, -0.8rem, 0);
    transition: .5s;
}
.home-pro-type-list ul li a:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 2.4rem 3.2rem;
    box-shadow: rgba(1, 23, 54, 0.5) 1rem 3rem 3rem 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}
.home-pro-type-list ul li a:hover:before{
    opacity: 1;
}
.home-pro-type-list ul li a{
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    transition: .5s;
}
.home-pro-list{
    padding:3% 0;
    background:#FAFAFA;
    overflow: hidden;
}
.productsimgd{
    padding-top:72.363636%;
    position:relative;
    overflow: hidden;
}
.productsimgd img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease-in 0ms;
}
.productsimgd:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.productsimgd:hover .iacs img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease-in 0ms;
}
.home-pro-listbig ul{
    display: flex;
    justify-content: space-between;
}
.home-pro-listbig ul:after{
    width:32%;
    content:"";
}
.home-pro-listbig ul li{
    width:32%;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
}
.home-pro-listbig ul li img{
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
.home-pro-listbig ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.cptu-zi {
    background: rgb(255, 255, 255);
    padding: 2.4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.cptu-zi h2{
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;       /* 涓嶆崲琛� */
    overflow: hidden;          /* 瓒呭嚭闅愯棌 */
    text-overflow: ellipsis;   /* 鏄剧ず鐪佺暐鍙� */
    display: block;            /* 鎴� inline-block锛屾牴鎹綘鐨勫竷灞€ */
    width: 100%;               
    box-sizing: border-box;    /* 淇濊瘉 padding 涓嶅奖鍝嶅搴� */
    color:#000;
}
.cptu-zi  section{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.cptu-zi  section .price{
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #195d9e;
    margin-bottom: 3.2rem;
    margin-top: 1.6rem;
    font-family: Fontsix;
}
.cptu-zi section dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:0;
    font-size: 1.4rem;
}
.text-center{
    font-size: 1.4rem;
}
.cptu-zi section dl dd,.cptu-zi section dl dt{
    width:50%;
    margin-bottom:1.6rem;
}
.cptu-zi section dl dt{
    font-weight: bold;
    color:#333;
    text-align: left;
}
.cptu-zi section dl dd{

    color:#333;
    text-align: right;   
}
.zhuangtai1, .zhuangtai2 {
    width: 13rem;
    position: absolute;
    top: 2rem;
    left: -4rem;
    color: #fff;
    z-index: 99;
    text-align: center;
    padding: 0.3rem 0;
    font-weight: bold;
    transform: rotate(-45deg);
    font-size: 1.4rem;
}
.zhuangtai1{
    background:#ec3b3b;
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}
.zhuangtai2{
    background:#5cb85c;
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}
.home-pro-list-top{
    position:relative;
}
.swiper-button-prev-mySwiper2{
    left: auto;
    right: 5%;
}
.kouhao{
    padding:3% 0;
    background:#195d9e;
}
.kouhao li{
    font-size:3.2rem;
    color:#fff;
    font-weight: bold;
}
.kouhao ul li:first-child{
    opacity: 1;
}
.kouhao ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.kouhao ul li img{
    width:7rem;
    margin-bottom:2rem;
}
.logo a{
    display: flex;
    align-items: center;
    color:#195d9e;
}
.logo{
    font-size:1.6rem;
    font-weight: bold;
    color:#195d9e;
}
.home-contact{
    border-top:0.1rem solid #262626;
}
.home-contact h3 {
    font-size: 1.6rem;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 4rem;
}
.homecontent{
    padding:3.6rem 0;
    background:#ffee00;
}
.homecontactleft{
    display: flex;
    align-items: center;
}
.homecontactlt{
    margin-right: 2rem;
}
.homecontactlt img{
    width: 5.6rem;
    height: 4.8rem;
}
.homecontactlw{
    font-size:3rem;
    color:#262626;
    font-family:Fontsix;
}
.homecontactbig{
    display: flex;
    justify-content: space-between;
    padding:0 10rem 0 8.5rem;
    align-items: center;
}
.homecontactright form input {
    width: 40.5rem;
    height: 4.4rem;
    padding-left: 1.6rem;
    color: #666666;
    border: 0.1rem solid #000;
}
.homecontactright form a{
    width: 10.8rem;
    height: 4.4rem;
    color:#ffffff;
    border:0;
    background:#195d9e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.homecontactright form{
    display: flex;
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.home-contact {
    padding: 3.6rem 0;
    background: #fff;
}
.footer-top {
    padding: 8rem 0 5rem;
    background:#195d9e;
}
.bottomlogo img{
    height: 6rem;
    filter: brightness(100);
}
.bottomlogo{
    display: flex;
    align-items: center;
    
}
.bottomlogo{
    font-size: 1.6rem;
    color:#fff;
    font-weight: bold;
    margin-bottom:2rem;
}
.footer-left ul li{
    display: flex;
    align-items: center;
    color:#fff;
    margin-bottom:2rem;
    font-size: 2rem;
}
.footer-left ul li img{
    height: 2.4rem;
    margin-right: 1rem;
}
.footer-left{
    width:32%;
}
.footer-right{
    width:60%;
}
.footer-top-big{
    display: flex;
    justify-content: space-between;
}
.footer-right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-right ul li{
    width:50%;
    margin-bottom:2rem;
}
.footer-right ul li a{
    color:#fff;
    font-size: 1.6rem;
    transition: .5s;
    font-size: 2rem;
}
.footer-right ul li a:hover{
    opacity: 0.8;
    transition: .5s;
}
.footer-bottombig{
    background:#195d9e;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    color:#fff;
    padding:2rem 0;
    border-top:0.1rem solid #fff;
    font-size: 1.4rem;
}
.footer-bottom a{
    color:#fff;
    transition: .5s;
}
.footer-bottom a:hover{
    opacity: 0.8;
    transition: .5s;
}
.about .title{
    font-size: 4.2rem;
    line-height: 5.6rem;
    font-weight: bold;
    margin-bottom: 3%;
}
.about{
    padding-bottom:3rem;

}
.about section{
    font-size:2rem;
    line-height: 2;
}
.contact .title{
    font-size: 4.2rem;
    line-height: 5.6rem;
    font-weight: bold;
    margin-bottom: 3%;
    text-align: center;
}
.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}
.lxhh-aa img{
    width:3.6rem;
}
.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 1.6rem;
}

.lxhh-bb a {
   color: #666666;
   }

.lxhh-bb h4 {
    font-family: Fontsix;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    color: #333333;
}
.contactbig{
    margin-bottom:3%;
    overflow: hidden;
}
h2,.title{
    font-family: Fontsix;
}
.feedback {
    height: auto;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
    background-color: #f1f1f1;
}
.feedback .title {
    font-size: 4.2rem;
    line-height: 5.6rem;
    font-weight: bold;
    margin-bottom: 3%;
    text-align: center;
}

.hzi {
    color: #195d9e;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.biao h4 {
    font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1.4rem;
    color: #666666;
}

.kka {
    height: 4rem;
    border: 0.1rem solid #d2d2d2;
	border-radius: 0.8rem;
}

.kkb {
    border: 0.1rem solid #d2d2d2;
	border-radius: 0.8rem;
}

.anniuk {
    width: 20.8rem;
    height: 5.4rem;
	font-size:1.6rem;
    background-color: #195d9e;
	border:0.1rem solid #195d9e;
    padding: 0;
}  


.xufu {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 99;
}
.cpkuai-left {
   width:26.3%;
   float:left;
   position:relative;
   margin-top:0rem;
   z-index:2;
   }
   
.lielan {
   height:auto; overflow:hidden;
   font-size:4.5rem;
   line-height:9.7rem;
   padding-left:2rem;
   font-family:'teko-semibold', Helvetica, Arial, sans-serif;
   background:url(../images/jww.jpg) right; background-repeat:no-repeat;
   background-color:#195d9e;
   color:#FFFFFF;
   }
   
.cphh {
   margin-top:0.5rem;
   height:auto; overflow:hidden;
   }
   
.cphh ul {
    overflow: hidden;
} 

.cphh li ul{
    display: block;
}

.cphh li a{
    margin-bottom: 0.3rem;
}

.cphh li {
   list-style-type:none;
}
   

.cphh li a {
    line-height: 6.8rem;
    display: block;
    padding-left: 5rem;
	background:url(../images/jtw1.png) left; background-repeat:no-repeat;
	background-color:#FFFFFF;
    color: #373c3d;
	font-size:1.9rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    background-size: 5rem;
} 

.cphh li.hover a {
    background:url(../images/jtw2.png) left center; background-repeat:no-repeat;
    background-color:#FFFFFF;
    color: #195d9e;
    background-size: 5rem;
}

.cphh li a:hover{
    background:url(../images/jtw2.png) left center; background-repeat:no-repeat;
    background-color:#FFFFFF;
    color: #195d9e;
    background-size: 5rem;
}

.cphh li.hover li a {
	background:none;
	color: #373c3d;
    background-color:#EEEEEE;
    padding-left: 6rem;
}

.cphh li li a {
    line-height: 4rem;
	background:none;
	font-size:1.9rem;
    background-color:#EEEEEE;
    padding-left: 6rem;
}

.cphh li li a:hover {
   background:none;
   background-color:#195d9e;
   color:#FFFFFF;

   }
   
.cphh li li.hover a {
   background:none;
   background-color:#195d9e;
   color:#FFFFFF;

   }
   
.cpkuai-right {
   width:71.3%;
   float:right;
   } 
   
   
.cptux {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   font-family: 'UniversLTStd-Black', Helvetica, Arial, sans-serif;
   padding:2rem;
   margin-bottom:4.5rem;
   }
   
.cptux h3 {
   font-family: 'UniversLTStd-Black', Helvetica, Arial, sans-serif;
   font-size:1.2rem;
   color:#bebebe;
   text-align:center;
   margin-top:1rem;
   margin-bottom:1.6rem;
   }
   
   
.cptux a:hover .cptu-zi {
   color:#195d9e;
   }
   
.cptux a:hover .cpmore {
   background-color:#195d9e;
   }
   
.cptux img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
}
.products {
    height: auto;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 10.2rem;
    background-color: #f2f2f2;
    margin-top: 0;
}
.cpkuai-right-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpkuai-right-list ul li{
    width:32%;
    margin-bottom:2rem;
}
.cpkuai-right-list ul:after{
    content:"";
    width: 32%;
}
.pro-img {
   margin-bottom: 4rem;
}
.cpxq-lan {
   height: auto;
   overflow: hidden;
   background-color: #f5f6f6;
   padding-left: 1.5rem;
}
#xiaotu   a.hover{
    border:0.2rem solid #B52525;
}

.product_video_click a {
    width: 5rem;
    height: 5rem;
    display: block;
    background: url(../images/main_circle.png) no-repeat left center;
    transition: all 0s;
}

.product_video_click a:hover {
    background: url(../images/main_circle.png) no-repeat right center;
    transition: all 0s;
}
.product_video_click {
    position: absolute;
    width: 5rem;
    height: 5rem;
    bottom: 1.2rem;
    left: 1rem;
    z-index: 888;
}
.product_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999    ;
}
.product_video i {
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 3rem;
    top: 1rem;
    right: 1rem;
    background: #666;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    display: none;
    font-style: normal;
}
.product_video iframe {
    width: 100%;
    height: 100%;
}
.thumbnails{
    display: flex;
    margin: 2rem 0;
}
.easyzoom.is-ready img{
    max-width:inherit;
}
.easyzoom{
    width:100%;
}
.easyzoom img{
    width:100%;
}
.colmd5{
    width: 40.2rem;
    overflow: hidden;
    float: left;
    position: relative;
}
.thumbnails li {
    width: 16%;
    float: left;
}
.thumbnails li img {
    cursor: pointer;
    border: 0.1rem solid #000;
    max-width: 100%;
}
.thumbnails li.on img {
    border: 0.2rem solid #ef7e0d;
}
.thumbnails li:hover img {
    border: 0.1rem solid #ef7e0d;
}
.thumbnails li:not(:last-child) {
    margin-right: .8%;
}
.easyzoom{
    border: 0.1rem solid #e5e5e5;
}
.pro-ptt i {
    display: inline-block;
    position: relative;
    line-height: 0;
    cursor: pointer;
    margin-left: 1rem;
}
#qrcode:before {
    position: absolute;
    content: '鎵弿浜岀淮鐮�';
    bottom: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2rem;
    font-size:1.4rem;
    font-style:normal
}
#qrcode {
    position: absolute;
    top: 2.5rem;
    left: -14.7rem;
    z-index: 9999;
    padding: 1rem;
    background: #fff;
    width: 17rem;
    height: 20rem;

    border: 0.1rem solid #eee;
}
.pro-img .colmd5{
    float:left;
    width:100%;
    position:relative;
}
.pro-img .colmd7{
    width: 100%;
    float:right;
}
.pro-img .colmd7 .pro-ptt h2{
    font-size: 2.6rem;
    color: #353535;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1.5rem;
}
.pro-img .colmd7>span{
    font-size: 1.6rem;
    color: #22363f;
    line-height: 1.6;
    margin-bottom: 3rem;
    display: block;
}
.pro-img .colmd7>span ul{
    list-style-type:disc;
    margin-left:2rem;
}
#Gbig{
   width: 100%;
   border:0.2rem solid #ddd
}
.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.5rem;
   margin-top:0;
   margin-bottom:1.4rem;
   color:#515151;
   }

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0 #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:0.3rem solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:100rem;height:100rem;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0;left:0;width:8rem !important;height:8rem !important;border:0.1rem solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	



.zoomdiv img{
   max-width:none;
   }

.jqzzoom .navigation {
    width: 100%;
    margin: 1rem 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:1rem;
}
.jqzzoom .prev-navigation,.next-navigation{
    display:block;
    cursor:pointer;
}
.jqzzoom .prev-navigation{
    background:url(../images/left.gif) left center no-repeat;
    height:9.1rem;
    width:3.9rem;
    float:left;
}
.jqzzoom .next-navigation{
    background:url(../images/right.gif) right center no-repeat;
    width:3.9rem;
    height:9.1rem;
    float:right;
}

.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 1.5rem;
   margin-top: 0;
   margin-bottom: 1.4rem;
   color: #515151;
}
#st-2 .st-btn[data-network='facebook'] {
   background-color: #4267B2;
}
#st-2 .st-btn {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
   -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
   -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
   -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
   transition: opacity 0.2s ease-in, top 0.2s ease-in;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   border: none;
   cursor: pointer;
   display: inline-block;
   font-size: 1.2rem;
   height: 4rem;
   line-height: 4rem;
   margin-right: 0.8rem;
   padding: 0 1rem;
   position: relative;
   text-align: center;
   top: 0;
   vertical-align: top;
   white-space: nowrap;
}
#st-2 .st-btn > img {
   display: inline-block;
   height: 2rem;
   width: 2rem;
   position: relative;
   top: 1rem;
   vertical-align: top;
}
#st-2 .st-btn[data-network='twitter'] {
   background-color: #55acee;
}
#st-2 .st-btn[data-network='pinterest'] {
   background-color: #CB2027;
}
#st-2 .st-btn[data-network='linkedin'] {
   background-color: #0077b5;
}
#st-2 .st-btn[data-network='sharethis'] {
   background-color: #95D03A;
}
#st-2 .st-btn:hover {
   opacity: .8;
   top: -0.4rem;
}
.xqmore {
   width: 20.6rem;
   height: 5.2rem;
}
.xqmore a {
    display: flex;
    width: 20.6rem;
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 1.8rem;
    background-color: transparent;
    border: 1px solid #25d366;
    color: #25d366;
    text-align: center;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.xqmore a:hover{
    background:#25d366;
    transition: .5s;
    color:#fff;
}
.xqmore a:hover img{
    filter: brightness(100);
    transition: .5s;
}
.xqmorebig{
    display: flex;
    align-items: center;
    margin-top:2rem;
}
.dayin a{
    border:1px solid #333;
    color:#333;
}
.dayin a:hover{
    background:#333;
}
.xqmore img{
    height:3rem;
    margin-right:2rem;
    transition: .5s;
}
.dayin{
    float:left;
    margin-left:2%;
}
.pro-img {
   margin-bottom: 4rem;
}
.cpxq-lan {
   height: auto;
   overflow: hidden;
   background-color: #f5f6f6;
   padding-left: 1.5rem;
}
#xiaotu   a.hover{
    border:0.2rem solid #B52525;
}

.product_video_click a {
    width: 5rem;
    height: 5rem;
    display: block;
    background: url(../images/main_circle.png) no-repeat left center;
    transition: all 0s;
}

.product_video_click a:hover {
    background: url(../images/main_circle.png) no-repeat right center;
    transition: all 0s;
}
.product_video_click {
    position: absolute;
    width: 5rem;
    height: 5rem;
    bottom: 1.2rem;
    left: 1rem;
    z-index: 888;
}
.product_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999    ;
}
.product_video i {
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 3rem;
    top: 1rem;
    right: 1rem;
    background: #666;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    display: none;
    font-style: normal;
}
.product_video iframe {
    width: 100%;
    height: 100%;
}
.thumbnails{
    display: flex;
    margin: 2rem 0;
}
.easyzoom.is-ready img{
    max-width:inherit;
}
.xiangguan li {
    list-style-type: none;
    float: left;
    padding-right: 4.2rem;
}
.zoomable-image img{
    width:100%;
}
.canshu .title,.xiangguan h2,.beizhu h2,.pics .title{
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #ddd;
    text-transform: capitalize;
}

.canshuneirong p{
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    margin-bottom:1rem;
}
.pics .title{
    margin-top:10rem;
}
.pics ul li img{
    max-width: 100%;
}
.pics ul li {
    width:24%;
    float:left;
    margin-right: 1%;
    margin-bottom:1%;
}
.pics ul{
    overflow: hidden;
}
.canshuneirong p span:first-child{
    color:#000;
    font-weight: bold;
    flex: 0 1 auto; /* 涓嶆媺浼镐絾鍏佽鏀剁缉 */
    white-space: nowrap; /* 鍐呴儴鍐呭涓嶆崲琛� */
}
.cpkuai-right-list ul li .canshuneirong p span:last-child{
    color:#63676a;
    flex: 0 0 80%; /* 鍥哄畾 80% 瀹藉害锛屽彲鑳戒細鎹㈣ */
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
    color: #000;
}
.canshuneirong p span:last-child{
    color:#63676a;
    flex: 0 0 80%; /* 鍥哄畾 80% 瀹藉害锛屽彲鑳戒細鎹㈣ */
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    color: #000;
}
.beizhu p,.colmd7 p{
    font-size: 1.6rem;
    color: #63676a;
    line-height: 1.8;
}
.colmd7 p{
    margin:2% 0 0;
}
.beizhu{
    margin:20rem 0 2%;
}
.xiangguan td{
    vertical-align: top;
}
.beizhu h2{
    margin:2% 0;
}
.xiangguan .cptu-zi h2{
    width:40rem;
}
.picstu{
    padding-top:66.423358%;
    position:relative;
    overflow: hidden;
}
.picstu img{
    width:100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
    transition: all 500ms ease-in 0ms;
}
.picstu:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.thumbnails li{
    padding-top: 12%;
    position: relative;
    overflow: hidden;
}
.thumbnails li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 500ms ease-in 0ms;
}
header.head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.iacs{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15rem;
    height: 15rem;
    z-index: 99;
}
.iacs img{
    object-fit: contain;
}
.pctud{
    position:relative;
}
.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #242424;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 6rem;
    background-color: #195d9e;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
    margin-top:-5.5rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}     
.tanchu-nei p{
margin-bottom:2rem;
font-size: 1.4rem;
}
.tanchu-nei form p:nth-child(1),.tanchu-nei form p:nth-child(2){
    width:49%;
}
.tanchu-nei form p:nth-child(1){
    float:left;
}
.tanchu-nei form p:nth-child(2){
    float:right;
}
.modal-header{
background:#242424;
padding:1.5rem;
}
.tanchu-nei .form-control{
    width: 100%;
    height: 3.4rem;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    margin: 0;
    font-size: 1.4rem;
}
.tanchu-nei #message{
    height: auto;
}
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.btn {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.zwcont {
    width: 60%;
    left: 20%;
    top: 50%;
    margin-top: 0;
    position: relative;
    transform: translate(0px, -50%);
}
.zwcont iframe {
	height:620px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.modal{
    z-index: 10500;
}
.banner .swiper-button-next {
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    z-index: 99;
}
.banner .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    z-index: 99;
}
.nybanner img{
    width:100%;
}
.easyzoom-flyout{
    z-index: 9;
}
.v30-contact {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  z-index: 999;
  opacity: 0;
  transition: .5s;
  cursor: pointer;
}

.v30-contact.chnav {
    opacity: 1;
    transition: .5s;
}

.bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bubble span, .back_bubble span {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    position: absolute;
    left: 50%;
    background: #25d366;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    -webkit-opacity: 0;
}
.v30-contact .arrow-up {
    color: #fff;
    width: 18rem;
    height: 5rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: ;
    position:relative;
}
.v30-contact .arrow-up a{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    height: 100%;
    font-size: 1.4rem;
}
.v30-contact .arrow-up a img{
    width:4rem;
    margin-right: 0.5rem;
}
.bubble span:nth-child(1) {
    animation: pao 4s linear infinite;
    -webkit-animation: pao 4s linear infinite;
}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite;}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite;}
.bubble span:nth-child(2) {
  animation-name: pao2;
}
.bubble span:nth-child(3) {
  animation-name: pao3;
}
.bubble span:nth-child(4) {
  animation-name: pao4;
}
.bubble span:nth-child(5) {
  animation-name: pao5;
}

/* 鍦嗗湀鍔ㄧ敾 */
.master_aperture {
  position: absolute;
  width: 18rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: #25d366;
  animation: scalej02 2s infinite;
}

.circle01 {
  animation-delay: 0s;
}
.circle02 {
  animation-delay: 1s;
}
.kouhao ul{
    display: flex;
    justify-content: space-between;
}
.kouhao ul li{
    width:33%;
}

.canshu .canshuneirong{
    column-count: 2;
    column-gap: 4rem;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.canshu .canshuneirong p{
    width:100%;
    justify-content: flex-start;
}
.sharethis-inline-share-buttons{
    margin:0 2%;
}
.content{
    margin-top:5rem;
}
.m_header {
    display: none;
}
.yc{
    display: none;
}
@media(max-width:992px){
     header{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li  i  {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li dl{
        margin:0;
    }
    .m_header .m_nav_list .dropdown_menu > li dl dd{
        padding-left:1rem;
    }
    .homecontactbig{
        flex-wrap: wrap;
    }
    .homecontactright form input{
        width:100%;
    }
    .bannerwen {
        width:100%;
    }
    .bannertitle{
        font-size: 24px;
        line-height: 1.5;
    }
    .bannerwen a{
        margin-top:20px;
    }
    .banner .swiper-button-next,.banner .swiper-button-prev{
        width: 25px;
        height: 25px;
    }
    .bannermore a {
        display: flex;
        margin-top: 10.6rem;
        justify-content: center;
        align-items: center;
        color: white;
        border: 0.1rem solid white;
        border-radius: 2.5rem;
        transition: .5s;
        background-color: transparent;
        margin: 0 auto;
        height: 3rem;
    }
    .bannertitle{
        text-align: center;
    }
    .home-pro-type{
        padding:2rem;
    }
    .home-pro-type .title h2, .home-pro-list-top h2, .home-contact .title {
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-weight: bold;
        margin-bottom: 3%;
    }
    .home-pro-type-list ul li {
        width: 100%;
    }
    .home-pro-type-list ul li p {
        color: rgb(255, 255, 255);
        margin-top: 0;
        z-index: 4;
        position: absolute;
        bottom: 2.4rem;
        left: 2.4rem;
        right: 2.4rem;
        text-align: left;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .home-pro-type-list ul li:nth-child(n+3) {
        width: 100%;
    }
    .kouhao {
        padding: 20px;
        background: #195d9e;
    }
    .kouhao ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .kouhao ul{
        flex-wrap: wrap;
    }
    .kouhao ul li{
        font-size: 1.8rem;
    }
    .homecontactbig {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }
    .homecontactlw {
        font-size: 1.8rem;
        color: #262626;
        font-family: Fontsix;
        text-align: center;
    }
    .homecontactlt img {
        width: 5.6rem;
        height: 4.8rem;
        object-fit: contain;
    }
    .footer-top {
        padding: 20px;
        background: #195d9e;
    }
    .footer-left {
        width: 100%;
    }
    .footer-right{
        width:100%;
    }
    .footer-top-big{
        flex-wrap: wrap;
    }
    .footer-bottom{
        padding:20px;
    }
    .v30-contact{
        bottom:12rem;
    }
    .footer-bottom{
        flex-wrap: wrap;
    }
    .footer-left ul li{
        font-size: 1.8rem;
    }
    .footer-right ul li a{
        font-size: 1.8rem;
    }
    .nybanner{
        padding-top:6rem;
    }
    .about .title {
        font-size: 2.4rem;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 3%;
    }
    .about{
        padding:20px;
    }
    .about section{
        font-size: 1.4rem;
    }
    .home-contact{
        padding:2rem 0;
    }
    .homecontactleft {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .homecontactright{
        width:100%;
        margin-top:20px;
    }
    .lanmux{
        padding:20px;
    }
    .bread, .bread a {
        color: #939393;
        font-size: 1.4rem;
        height: auto;
        display: flex;
        align-items: center;
    }
    .products{
        padding:20px;   
    }
    .cpkuai-left{
        width:100%;
    }
    .lielan{
        font-size: 2.4rem;
    }
    .cphh li a{
        font-size: 1.5rem;
    }
    .cphh li li a{
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .cpkuai-left{
        margin-bottom:20px;
    }
    .cpkuai-right{
        width:100%;
    }
    .cpkuai-right-list ul li{
        width:100%;
    }
    .cptu-zi h2{
        font-size: 1.6rem;
    }
    .canshuneirong p{
        font-size: 1.6rem;
    }
    .cptu-zi  section .price {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
        font-family: Fontsix;
    }
    .xqmore{
        width:100%;
    }
    .xqmorebig{
        flex-wrap: wrap;
    }
    .xqmore a{
        width:100%;
    }
    .dayin,.sharethis-inline-share-buttons{
        margin:0;
        margin-top:20px;
    }
    .canshu .canshuneirong {
        column-count: 1;
        column-gap: 4rem;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    .canshu{
        overflow: hidden;
    }
    .modal-dialog {
        width: 95%;
        margin: 10rem auto;
    }
    .bread, .bread a{
        flex-wrap: wrap;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #195d9e;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .swiper-slide .bannerwen a img{
        width:1.2rem;
    }
    .shejiao{
        display: flex;
    }
    .shejiao img{
        width:2rem;
        filter: brightness(0.1);
    }

    .shejiao a{
        display: inline-block !important;
        width:auto !important;
    }
    .yuyan{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yuyan a{
        width:24% !important;
        margin:5px 0;
    }
}