@charset "utf-8";
	html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,s,b,u,pre,code,form,strong,label,em,a,iframe,fieldset,legend,figure,input,button,textarea,p,blockquote {
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	text-decoration:none
}
input,button,select,textarea {
	outline:none
}
textarea {
	resize:none
}
table {
	border-collapse:collapse
}
a {
	cursor:pointer
}
a img,img {
	border:0
}
li {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6,b {
	font-size:100%;
}
input,button,textarea,select {
	font-family:inherit
}
a {
	outline:none;
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration:none
}
img,input {
	vertical-align:middle
}
body{
	width: 100%;
	position: relative;
}
body,html {
	width:100%;
	font-size:14px;
	color: #333333;
	background: #ffffff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}
.flex{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.maxWidth{
	width: 1240px;
	margin: 0 auto;
}
.headerTop{
	padding: 0.5625% 2.86458%;
}
.headerTop{
	justify-content: space-between;
	align-items: center;
}
.headerTopLeft{
	align-items: center;
}
.logo{
	margin-right: 50px;
}
.language{
	position: relative;
}
.language .words{
	padding-right: 30px;
	font-size: 17px;
	color: #808080;
	cursor: pointer;
}
.language .words img{
	width: 18px;
	display: inline-block;
	margin-left: 3px;
}
.en_cn{
	display: none;
	position: absolute;
	z-index: 10;
	background: #F2F2F2;
	top: 140%;
	left: 0;
	padding: 10px 0;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.en_cn a{
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	transition: all .2s;
}
.en_cn a:hover{
	color: #0163BE;
}
.usContact{
	align-items: center;
	margin-left: 30px;
	color: #808080;
}
.usContact .ico{
	margin-right: 10px;
}
.usContact .infor{
	line-height: 24px;
}
.headerNav{
	padding-right: 2.86%;
	background: #0163BE;
	justify-content: space-between;
	align-items: center;
}
.nav li.one{
	margin-right: 1px;
	position: relative;
}
.nav .f{
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 25px 50px;
	font-weight: bold;
	transition: all .2s;
}
.nav .active .f{
	background: #999B9A;
}
.nav .f:hover{
	background: #999B9A;
}
.search{
    position: relative;
	cursor: pointer;
}
.selectUl{
	position: absolute;
	z-index: 9999;
	top: 74px;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(16,16,16,0.6);
	color: #000;
	text-align: left;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: top .75s,transform .3s;
	overflow: hidden;
}
.selectUl a{
	display: block;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.nav li.one:hover .selectUl{
	opacity: 1;
	transform: scaleY(1);
}
.selectUl a:hover{
	color: #ffffff;
	background: #0163BE;
}
.banner img{
	width: 100%;
}
.banner .swiper{
	--swiper-theme-color: #0163BE;
}
.banner .swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.indexPro .thumb{
    padding: 10%;
}
.indexPro .thumb a{
    display: inline-block;
    overflow: hidden;
}
.indexPro .thumb img{
	width: 100%;
	transition: all .3s;
}
.indexPro .thumb a:hover img{
    transform: scale(1.05);
}
.indexPro .swiper-slide{
	background: #f7f7f7;
	text-align: center;
}
.indexPro .swiper-slide .as{
	display: block;
	padding: 30px 28px;
	padding-top: 10px;
}
.indexPro .swiper-slide .title{
	font-size: 16px;
	/*margin-top:20px;*/
}
.indexPro .swiper-slide .title a{
    display: block;
    transition: all .2s;
}
.indexPro .swiper-slide .title a:hover{
    color: #0163BE;
}
.indexPro .swiper-button-prev{
	background-color: rgba(0,0,0,0.5);
	padding: 10px 8px;
	border-radius: 5px;
}
.indexPro .swiper-button-next{
	background-color: rgba(0,0,0,0.5);
	padding: 10px 8px;
	border-radius: 5px;
}
.indexPro .swiper{
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size:34px;
}
.footers{
	background: #212121;
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer{
	justify-content: space-between;
}
.footer a{
	color: #f4f4f4;
}
.footer .fys a{
	font-size: 16px;
	font-weight: bold;
}
.footer-nav .zys{
	margin-top: 10px;
}
.footer-nav .zys a{
	display: block;
	font-size: 14px;
	line-height: 40px;
}
.banquans{
	background: #191919;
	padding: 40px 0;
}
.banquan{
	color: #dcdddd;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.tel-email{
	align-items: center;
	font-size: 16px;
}
.tel-email img{
	height: 23px;
	margin-right: 5px;
}
.tel-email span{
	margin-right: 20px;
}
.footer-qt{
	margin-top: 20px;
}
.footer-qt a{
	display: inline-block;
	color: #dcdddd;
	font-size: 15px;
	border-right: 2px solid #dcdddd;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
.footer-qt a:last-child{
	border-right: none;
}
.banquan .mc{
	margin-top: 12px;
}
.banquan .mc a{
	color:#dcdddd;
}
.banquan-right img{
	width: 100px;
}
.banquan-right>div{
	text-align: center;
}
.banquan-right .WeChat{
	margin-right: 20px;
}
.banquan-right p{
	margin-top: 10px;
	font-size: 14px;
}
.nybanner img{
	width: 100%;
}
.proSwiper{
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F3F3F3;
}
.proSwiper img{
    max-width: 100%;
}
.proSwiper .swiper{
    text-align: center;
}
.proSwiper .swiper h1{
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 500;
}
.nyproList{
    margin-top: 60px;
}
.sing-list{
    background: #ffffff;
    transition: all .3s;
    margin-bottom: 30px;
}
.sing-list:hover{
    box-shadow: 0 4px 20px 0 rgba(1,99,190,0.35);
}
.nyproList a{
    padding: 25px 4.5%;
    justify-content: space-between;
    align-items: center;
}
.nyproList .thumb{
    width: 31%;
    overflow: hidden;
}
.nyproList .thumb img{
    transition: all .5s;
}
.nyproList a:hover .thumb img{
    transform: scale(1.05);
}
.nyproList .en{
    font-size: 32px;
    letter-spacing: 1px;
}
.nyproList .title{
    font-size: 24px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.nyproList .more{
    margin-top: 120px;
    color: #0163BE;
    font-size: 16px;
}
.dou_list{
    transition: all .3s;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dou_list .zylb{
    width: 49%;
    background: #ffffff;
    transition: all .3s;
    margin-bottom: 30px;
}
.dou_list .zylb:nth-child(3){
    margin-bottom: 0;
}
.dou_list .zylb:nth-child(4){
    margin-bottom: 0;
}
.nyproList .dou_list .thumb{
    width: 50%;
}
.dou_list .zylb:hover{
    box-shadow: 0 4px 20px 0 rgba(1,99,190,0.35);
}
.dou_list .zylb a{
    padding: 60px 4.5%;
}
.dou_list_lj .zylb:nth-child(3){
    margin-bottom: 30px;
}
.dou_list_lj .zylb:nth-child(4){
    margin-bottom: 30px;
}
.dou_list_lj .zylb:nth-child(5){
    margin-bottom: 0px;
}
.dou_list_lj .zylb:nth-child(6){
    margin-bottom: 0px;
}
.navSwiper{
    position: relative;
}
.navSwiper .swiper-button-prev{
    left: 7%;
}
.navSwiper .swiper-button-next{
    right: 7%;
}
.navSwiper .swiper-button-prev{
    --swiper-navigation-color: #666666;
    --swiper-navigation-size: 36px;
}
.navSwiper .swiper-button-next{
    --swiper-navigation-color: #666666;
    --swiper-navigation-size: 36px;
}
.mainAbout{
	background: #F3F3F3;
}
.mainAbout img{
    max-width: 100%;
}
.nyabout{
    padding-top: 30px;
}
.nyabout1{
	background: #DCDCDC;
	padding: 30px;
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: center;
}
.nyabout1>div{
    width: 49%;
}
.nyabout1 .bold{
    font-size: 24px;
    color: #010101;
    margin-bottom: 30px;
}
.nyabout1 .abaut_cont{
    font-size: 17px;
    line-height: 30px;
}
.nyabout2{
    background: #8E8E8E;
    color: #ffffff;
}
.nyabout2 .bold{
    color: #ffffff;
}
.nyabout2 .tu1{
    justify-content: space-between;
}
.nyabout2 .hen{
    width: 63%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyabout2 .hen div{
    width: 48%;
    text-align: center;
}
.nyabout2 .su{
    width: 34.7%;
    text-align: center;
}
.nyabout2 .mc{
    margin-top: 10px;
    margin-bottom: 10px;
}
.nyabout2 .mctb{
    position: relative;
    top: -3px;
}
.nyabout2 .tu2{
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyabout2 .tu2 div{
    width: 32%;
    text-align: center;
}
.nyabout4{
    background: #8E8E8E;
    color: #ffffff;
}
.nyabout4 .bold{
    color: #ffffff;
}
.pages{
	margin-top: 20px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
.pages ul a{
	margin: 0 5px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding: 3px 8px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}
.pages .active a{
	background: #0163BE;
	color: #ffffff;
	border: 1px solid #0163BE;
}
.nyNews{
    padding-top: 40px;
    padding-bottom: 60px;
}
.nynews-list{
	flex-wrap: wrap;
}
.nynews-list a{
	display: block;
	padding: 10px;
}
.nynews-list .list{
	width: 32%;
	margin-right: 1.6%;
	border: 1px solid #f2f2f2;
	margin-bottom: 25px;
	background: #fff;
}
.nynews-list .list:nth-child(3){
	margin-right: 0;
}
.nynews-list .list:nth-child(6){
	margin-right: 0;
}
.nynews-list .list:nth-child(9){
	margin-right: 0;
}
.nynews-list .list:nth-child(12){
	margin-right: 0;
}
.nynews-list .img-thumb{
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.nynews-list img{
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}
.nynews-list h2{
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
	transition: all .3s;
	line-height: 28px;
}
.nynews-list .description{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.nynews-list .xinghao{
    margin-top: 5px;
    font-size: 15px;
}
.nynews-list .more{
	margin-top: 10px;
	color: #333333;
	margin-bottom: 10px;
}
.nynews-list .list:hover h2{
	color: #0163BE;
}
.nynews-list .list:hover img{
	transform: scale(1.07);
}
.nynews-show{
    background: #ffffff;
    
}
.newscontpad{
    padding: 30px;
}
.nynews-show img{
	max-width: 100%;
}
.nynews-show h1{
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}
.nynews-show .newsxx{
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.nynews-show .newsxx span{
	display: inline-block;
	margin: 0 5px;
}
.nynews-show .nr{
	margin-top: 30px;
	font-size: 16px;
}
.blog-single-foot{
    margin-top: 25px;
}
.blog-single-foot p{
    margin-bottom: 10px;
}
.navSwiper .thumb{
    padding: 15%;
}
.navSwiper a{
    display: block;
}
.banner .swiper-pagination{
    bottom: 20px;
}
.nyproList_dq{
    margin-top: 0;
}
.nyproList_dq .dou_list .zylb:nth-child(3){
    margin-bottom: 30px;
}
.nyproList_dq .dou_list .zylb:nth-child(4){
    margin-bottom: 30px;
}
.nycontact{
    padding-top: 60px;
    padding-bottom: 70px;
    justify-content: space-between;
}
.form_left{
    width: 59%;
}
.nycontact .txt{
    font-size: 36px;
    letter-spacing: 5px;
}
.nycontact .sm{
    color: #666666;
    margin-top: 20px;
}
.form_left .form{
    margin-top: 40px;
}
.form_left .bt{
    line-height: 46px;
    color: #ffffff;
    background: #0163BE;
    padding-left: 20px;
    font-size: 16px;
}
.form_left form{
    padding: 20px;
    border: 1px solid #ddd;
}
.form_left .sr{
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_left .sr .input{
    width: 48%;
    margin-bottom: 20px;
}
.form_left .sr .input input{
    width: 97%;
    padding-left: 10px;
    outline: none;
    line-height: 31px;
    height: 31px;
    border: 1px solid #d9d9d9;
}
.form_left .sr .input span{
    display: inline-block;
    margin-bottom: 5px;
}
.form_left .need span{
    display: inline-block;
    margin-bottom: 5px;
}
.form_left textarea{
    outline: none;
    border: 1px solid #d9d9d9;
    width: 98.5%;
    padding-left: 10px;
    padding-top: 10px;
}
.form_left .btn{
    margin-top: 30px;
    text-align: center;
}
.form_left .btn button{
    outline: none;
    border: none;
    color: #ffffff;
    background: #0163BE;
    padding: 10px 40px;
    border-radius: 2px;
    cursor: pointer;
}
.tel_right{
    width: 37%;
}
.tel_right .nylx{
    margin-top: 40px;
}
.tel_right .nylx .lx{
    margin-bottom: 50px;
}
.tel_right .nylx img{
    width: 26px;
}
.tel_right .nylx .der{
    margin-left: 15px;
    font-size: 16px;
}
.tel_right .nylx .der .hh{
    display: inline-block;
    margin-left: 53px;
    margin-top: 5px;
}
.formSearch{
    display: none;
    position: absolute;
    right: 0;
    top: 220%;
    z-index: 2;
}
.formSearch form{
    border: 1px solid #d9d9d9;
}
.formSearch input{
    outline: none;
    border: none;
    line-height: 50px;
    height: 50px;
}
.formSearch .sr input{
    width: 200px;
    padding-left: 10px;
}
.formSearch .dj input{
    background: #0163BE;
    color: #ffffff;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
}
.searchIco .img2{
    display: none;
}
.selected_img .img1{
    display: none;
}
.selected_img .img2{
    display: inline-block;
}
.nyservice{
    padding-top: 60px;
    padding-bottom: 70px;
}
.nyservice .lm{
    font-size: 36px;
    letter-spacing: 2px;
}
.nyservice_list{
    margin-top: 40px;
}
.nyservice_list .lbs{
    width: 23%;
    margin-right: 2.66%;
}
.nyservice_list .lbs a{
    display: block;
    position: relative;
}
.nyservice_list .lbs:nth-child(4){
    margin-right: 0;
}
.nyservice_list .bj img{
    width: 100%;
}
.nyservice_list .names{
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
    .file404{
        background: url(../images/404.png) center center no-repeat;
        width: 100%;
       height:65vh;
    }
.file404 a{
        width: 100%;
        height: 100%;
        display: block;
    }
.nyservice_list .lbs .names:hover{
    background: rgba(0,0,0,0.6);
}



@media screen and (max-width: 1350px){
	.logo{
		margin-right: 30px;
	}
	.language .words{
		font-size: 16px;
	}
	.usContact{
		margin-left: 20px;
	}
	.nav .f{
		padding: 19px 30px;
		font-size: 16px;
	}
	.selectUl{
		width: 210px;
		top: 60px;
	}
	.selectUl a{
		padding: 12px 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1240px){
	 .maxWidth{
		 width: 95%;
	 }
}
.nybanner{
	        position: relative;
	    }
	    .nybanner .wzxf{
	        position: absolute;
	        top: 0;
	        left: 0;
	        right: 0;
	        bottom: 0;
	        color: #ffffff;
	    }
	    .wzxf-flex{
	        width: 100%;
	        height: 100%;
	        flex-direction: column;
	        justify-content: center;
	        align-items: center;
	        letter-spacing: 1px;
	    }
	    .wzxf-flex h2{
	        font-size: 48px;
	        font-weight: 400;
	    }
	    .wzxf-flex p{
	        font-size: 30px;
	        margin-top: 20px;
	    }
	    .videoLoad{
	        margin-top: 40px;
	    }
	    .loadHref{
	        justify-content: space-between;
            align-items: center;
            background: #f2f2f2;
            padding: 15px;
            margin-bottom: 15px;
            font-size: 16px;
	    }
	    .loadHref a{
            border-radius: 2px;
            padding: 5px 14px;
            color: #ffffff;
            background: linear-gradient(0deg, #2c89de 0%, #0163BE 100%);
        }
        .proShowcontBanner img{
            width: 100%;
        }
        .proShowcont span{
            /*background:#f3f3f3 !important;*/
        }
        .proShowcont{
            padding: 60px 0;
        }
        .proShowcont img{
            max-width: 100%;
        }
        .proShowcont table{
            width: 100%;
        }
        .proShowcont .cont1 table tr{
            display: flex;
            justify-content: space-between;
        }
        .proShowcont .cont1 table td{
            width: 44%;
            background: #f3f3f3;
            padding: 30px ;
            padding-bottom: 0;
            margin-bottom: 35px;
        }
        .proShowcont table p span{
            background: #f3f3f3 !important;
        }
        .proShowcont .cont2{
            margin-top: 30px;
        }
        .proShowcont .cont2 tr{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .proShowcont .cont2 td:nth-child(1){
            width: 42%;
        }
        .proShowcont .cont2 td:nth-child(2){
            width: 54%;
        }
        .proShowcont .cont2 td p{
        }
        .proShowcont .cont3{
            margin-top: 60px;
        }
        .proShowcont .cont3 tr{
            display: flex;
            justify-content: space-between;
        }
        .proShowcont .cont3 td{
            width: 24%;
        }
        .proShowcont .cont3 img{
            display: inline-block;
            width: 100%;
            height: 100%;
        }
        .customer{
            width: 160px;
            background: #0163BE;
            position: fixed;
            bottom: 25%;
            right: -90px;
            z-index: 100;
            border-radius: 20px 0 0 20px;
            cursor: pointer;
            transition: all .3s;
        }
        .customers{
            padding: 15px;
            align-items: center;
        }
        .customers img{
            width: 50px;
        }
        .customers a{
            color: #ffffff;
            font-size: 16px;
            transition: all .3s;
            margin-left: 5px;
        }
        .customers a:hover{
            line-height:26px;
            height: 26px;
            font-size: 17px;
            font-weight: bold;
        }
        .customer:hover{
            right: 0;
        }
        .header-active{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            color: #ffffff;
            transition: all .3s;
            z-index: 9999;
            box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        }
        .search-result{
            padding-bottom: 30px;
        }
        .search-result p{
            border-bottom: 1px solid #ffffff;
            font-size: 22px;
            line-height: 50px;
        }
        .search-result p span{
            display: inline-block;
            line-height: 50px;
            border-bottom: 2px solid #0163BE;
        }
        .zhaopin{
            padding-top: 60px;
            padding-bottom: 70px;
        }
    
	    .mobileMenu, .mobileswiper, .mobproSwiper{
	        display: none;
	    }
	    @media only screen and (min-width: 1080px){
	        .mobileNav{
	            display: none;
	        }
	    }
		@media only screen and (max-width: 1080px){
		    .headerTop, .headerNav, .pcswiper, .pcproSwiper, .customer{
		        display: none;
		    }
		    /*.mobileNav{*/
		    /*    display: block;*/
		    /*}*/
		    .mobileNav{
		        position: fixed;
                top: 0;
                height: 100%;
                z-index: 999;
                width: 260px;
                overflow-x: hidden;
                overflow-y: auto;
                font-size: 16px;
                background: #333333;
                color: #fff;
                box-shadow: 0 0 5px 5px #222 inset
		    }
		    .mobileNav a{
		        color: #ffffff;
		    }
		    .mobileNav .nexgtLi{
		        border-top: 1px solid #4d4d4d;
                border-bottom: 1px solid #1a1a1a;
		    }
		    .mobileNav .nextName{
		        display: block;
		        line-height: 48px;
		        font-size: 16px;
		        padding: 0 15px;
		    }
		    .mobileNav .childNext{
		        border-top: 1px solid #4d4d4d;
                border-bottom: 1px solid #1a1a1a;
		    }
		    .mobileNav .childNext a{
		        display: block;
		        font-size: 14px;
                line-height: 40px;
                padding-left: 30px;
		        padding-right: 15px;
		    }
		    .mobileMenu{
		        display: flex;
		        justify-content: space-between;
		        align-items: center;
		        background: #0163BE;
		        line-height: 52px;
		        height: 52px;
		        padding: 0 3%;
		    }
		    .mobileLogo img{
		        height: 36px;
		    }
		    .mobileMenu .menu img{
		        height: 30px;
		    }
		    .mobileNavtop{
		        position: fixed;
		        top: 0;
		        left: 0;
		        right: 0;
		        z-index: 10;
		    }
		    .banner{
		        margin-top: 52px;
		    }
		    .mobileswiper{
		        display: block;
		    }
		    .mobproSwiper{
		        display: block;
		    }
		    .footers{
		        display: none;
		    }
		    .banquans{
		        padding: 30px 0;
		    }
		    .banquan{
		        flex-direction: column;
		        align-items: flex-start;
		    }
		    .tel-email{
		        flex-direction: column;
		        align-items: flex-start;
		    }
		    .footer-qt{
		        display: none;
		    }
		    .banquan .mc{
		        margin-top: 10px;
		        margin-bottom: 10px;
		    }
		    .banquan .mc a{
		        display: block;
		    }
		    .nyabout1{
		        padding: 20px 15px;
		        flex-direction: column;
		    }
		    .nyabout1>div{
		        width: 100%;
		    }
		    .nyabout1 .bold{
		        margin-bottom: 20px;
		    }
		    .nyabout1_right{
		        margin-top: 20px
		    }
		    .nybanner{
		        margin-top: 52px;
		    }
		    .nyabout2 .nyabout1_left{
		        margin-top: 20px;
		    }
		    .nyabout4 .nyabout1_left{
		        margin-top: 20px;
		    }
		    .navSwiper{
		        display: none;
		    }
		    .nyproList{
		        margin-top: 20px;
		    }
		    .nyproList a{
		        padding: 15px 3.5%;
		    }
		    .nyproList .thumb{
		        width: 50%;
		    }
		    .dou_list .zylb{
		        width: 100%;
		    }
		    .sing-list{
		        margin-bottom: 15px;
		    }
		    .dou_list .zylb a{
		        padding: 15px 3.5%;
		    }
		    .dou_list .zylb{
		        margin-bottom: 15px;
		    }
		    .dou_list .zylb:nth-child(3){
		        margin-bottom: 15px;
		    }
		    .dou_list{
		        margin-bottom: 15px;
		    }
		    .dou_list_lj .zylb:nth-child(4){
		        margin-bottom: 15px;
		    }
		    .dou_list_lj .zylb:nth-child(5){
		        margin-bottom: 15px;
		    }
		    .nyservice_list{
		        margin-top: 30px;
		        justify-content: space-between;
		    }
		    .nyservice_list .lbs{
		        width: 49%;
		        margin-right: 0;
		    }
		    .nyNews{
		        padding-top: 30px;
                padding-bottom: 50px;

		    }
		    .nynews-list{
		        justify-content: space-between;
		    }
		    .nynews-list .list{
		        margin-right: 0;
		        width: 49%;
		    }
		    .nycontact .txt{
		        font-size: 34px;
		    }
		    .nycontact{
		        flex-direction: column;
		        padding-top: 80px;
                padding-bottom: 50px;
		    }
		    .nyservice{
		        padding-top: 80px;
                padding-bottom: 50px;
		    }
		    .form_left{
		        width: 100%;
		    }
		    .tel_right{
		        width: 100%;
		    }
		    .form_left .form{
		        margin-top: 20px;
		    }
		    .form_left .btn{
		        margin-top: 20px;
		    }
		    .tel_right{
		        margin-top: 30px;
		    }
		    .tel_right .nylx{
		        margin-top: 25px;
		    }
		    .tel_right .nylx .lx{
		        margin-bottom: 20px;
		    }
		    .wzxf-flex h1{
		        font-size: 22px;
		    }
		    .wzxf-flex p{
		        font-size: 16px;
		    }
		    .wzxf-flex p{
		        margin-top: 10px;
		    }
		    .nyservice .lm{
		        font-size: 32px;
		    }
		    .proShowcontBanner{
                margin-top: 52px;
            }
            .proShowcont{
                padding: 30px 0;
            }
            .proShowcont .cont1 table tr{
                flex-direction: column;
            }
            .proShowcont .cont1 table td{
                width: 96%;
                padding: 2%;
                margin-bottom: 15px;
            }
            .proShowcont .cont2{
                margin-top: 10px;
            }
            .proShowcont .cont2 tr{
                flex-direction: column;
            }
            .proShowcont .cont2 td:nth-child(1){
                width: 100%;
            }
            .proShowcont .cont2 td:nth-child(2){
                width: 100%;
            }
            .proShowcont .cont3{
                margin-top: 20px;
            }
.newscontpad {
    padding: 15px;
}
		}