@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;font-weight: 400;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}


a {text-decoration: none; color:#000;}
a:hover {color: #053da8;text-decoration: none !important;transition: all 0.3s ease;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;} 
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont1300{width: 1300px;margin: 0 auto;}

/*------------------------------  顶部通用-------------------------------*/
.nav-c{width: 85%;margin: 0 auto;}
.sticky-nav{width: 100%;position: fixed;top: 0;left: 0;z-index: 9999;background: #fff;}
.header-top{width: 100%;display: flex;justify-content: space-between;}
.logo{font-size: inherit;margin: 19px 0;}
.logo img{width: 100%;transition: all 0s;height: 52px;}

/*导航*/
.navBar{color: #333;text-align: center;}
.nav{margin:0 auto;font-size:16px;z-index:2}
.nav h3{font-size:100%;font-weight:normal;line-height: 0;margin: 45px 28px;}
.nav .m{position:relative;z-index:1;display: inline-block;text-align: center;}
.nav h3 a{display:block;text-transform: uppercase;color:#000;}
.nav h3 a:hover{opacity: 1;color: #053da8;}
.nav .active h3 a{ color:#053da8;}

.nav .sub{display:none;position:absolute;background: #fff;width: 170px;left: -26px;top: 90px;box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);
text-align: center;}
.nav .sub li{display: block;line-height: 45px;width:100%;}
.nav .sub li a{font-size: 14px;display: block;}
.nav .sub li:hover{background:#053da8;}
.nav .sub li:hover a{color:#fff;}

.top-ss{margin-top: 23px;}
.top-ss form{position: relative;width: 120px;height: 40px;border-bottom: 1px solid #fff;overflow: hidden;}
.top-ss form input{position: absolute;width: 80%;background: none;border: none;left: 0;top: 0;line-height: 40px;}
.top-ss form  button{position: absolute;width: 20%;right: 0;top: 0;height: 40px;background: url(../images/ss.png) no-repeat 0px 11px;border: none;}

.sticky-nav.menu_fixed {	
	position: fixed;	
	top: 0;	
	left: 0;	
	width: 100%;	
	z-index: 9999;	
	animation: sticky 1s;	
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);	
	background-color: #fff;
}
@keyframes sticky {	
	0% {		
		transform: translateY(-100%)	
	}	
	100% {		
		transform: translateY(0)	
	}
}

/*banner*/
.sy-banner{width: 100%;height: 695px;overflow: hidden;margin-top: 90px;}
.sy-banner .swiper {width: 100%;height: 100%;}
.sy-banner .swiper .swiper-slide {text-align: center;font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
.sy-banner .swiper .swiper-slide .sy-banner-bj{width: 100%; height: 100%;position: relative;}
.sy-banner .swiper .swiper-slide .banner-con{width: 100%;background: rgba(5, 61, 168, 0.7);position: absolute;bottom: 0;left: 0;color: #fff;
    padding: 10px 0 16px;}
.sy-banner .swiper .swiper-slide .banner-con h2{text-align: left;font-size: 25px;margin: 0;line-height: 65px;}
.sy-banner .swiper .swiper-slide .banner-con p{text-align: left;font-size: 20px;}
.sy-banner .baner-jt{position: relative;}
.sy-banner .swiper .swiper-button-next:after,.sy-banner .swiper .swiper-rtl .swiper-button-prev:after,
.sy-banner .swiper .swiper-button-prev:after,.sy-banner .swiper .swiper-rtl .swiper-button-next:after{color: #053da8;font-size: 25px;}
.sy-banner .swiper .swiper-button-prev,.sy-banner .swiper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
    bottom: 38px;
    top: auto;
    border-radius: 50%;
    background: #fff;
    width: 53px;
    height: 53px;
    line-height: 53px;
    transition:0.3s;
}
.sy-banner .swiper .swiper-button-next,.sy-banner .swiper .swiper-rtl .swiper-button-prev {
    right:0;
    left: auto;
    bottom: 38px;
    top: auto;
    border-radius: 50%;
    background: #fff;
    width: 53px;
    height: 53px;
    line-height: 53px;
    transition:0.3s;
}
.sy-banner .swiper .swiper-button-prev:hover,.sy-banner .swiper .swiper-rtl .swiper-button-next:hover,
.sy-banner .swiper .swiper-button-next:hover,.sy-banner .swiper .swiper-rtl .swiper-button-prev:hover
{background: #053da8;}
.sy-banner .swiper .swiper-button-next:hover:after,.sy-banner .swiper .swiper-rtl .swiper-button-prev:hover:after,
.sy-banner .swiper .swiper-button-prev:hover:after,.sy-banner .swiper .swiper-rtl .swiper-button-next:hover:after{color: #fff;}

/*banner-end*/

/*index*/
.in-title{padding: 60px 0;text-align: center;}
.in-title h2{font-size: 30px;margin: 0 0 10px;font-weight: bold;color: #053da8;text-transform: uppercase;}
.in-title span{display: block;position: relative;width: 73px;height: 6px;background: #053da8;border-radius: 5px;margin: 0 auto;overflow: hidden;}
.in-title span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }
}

.in-about{width: 100%;position: relative;margin: 80px auto;height: 790px;}
.in-about-l{width: 50%;position: absolute;left: 0;top: 0;background: url(../images/index_02.jpg) no-repeat top;height: 790px;}
.in-about-con{width: 100%;}
.in-about-r{width: 47%;float: right;}
.in-about-r .in-title{text-align: left;padding-top: 40px;padding-bottom: 30px;}
.in-about-r .in-title span{margin: 0;}
.in-about-p{font-size: 16px;line-height: 25px;color: #666;text-align: justify;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 10;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.in-about-p p{font-size: 16px;line-height: 25px;color: #666;text-align: justify;margin: 0;}
.in-about-btn{width: 100%;background: rgba(255,255,255,0.9);box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.in-about-btn ul{display: flex;justify-content: space-between;margin-top: 40px;}
.in-about-btn ul li{display: inline-block;text-align: center;color: #333;width: 30%;padding: 30px 0;}
.in-about-btn ul li span img{}
.in-about-btn ul li h3{font-size: 22px;color: #053da8;}
.in-about-btn ul li p{font-size: 14px;color: #666;line-height: 25px;margin-top: 20px;}
.in-about-a a{display: block;float: right;width: 145px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size: 16px;
background: #053da8;border: 1px solid #053da8;margin-top: 40px;}
.in-about-a a:hover{background: #fff;color: #053da8;}

.in-asp{width: 100%;margin-top: 40px;position: relative;background: url(../images/index_07.png) no-repeat center;background-size: 100% 100%;padding-bottom: 60px;}
.in-asp .swiper{padding-bottom: 40px;}
.in-asp .in-asp-div{width: 100%;position: relative;background: #000;}
.in-asp .in-asp-div figure{width: 100%;overflow: hidden;}
.in-asp .in-asp-div figure img{width: 100%;opacity: 0.5;}
.in-asp .in-asp-div:hover{background: #053da8;}
.in-asp .in-asp-div:hover figure img{opacity: 0.2;}
.in-asp .in-asp-div .in-asp-text{position: absolute;width: 100%;height: 152px;padding: 25px 30px;color: #fff;top: 67%;left: 0;overflow: hidden;
transition: all 0.5s;}
.in-asp .in-asp-div .in-asp-text h2{margin: 0;font-size: 20px;text-transform: uppercase;padding-bottom: 15px;}
.in-asp .in-asp-div .in-asp-text p{font-size: 14px;line-height: 22px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.in-asp .in-asp-div .in-asp-text span{opacity: 0;}
.in-asp .in-asp-div:hover .in-asp-text{top: 0;height: 100%;}
.in-asp .in-asp-div:hover .in-asp-text span{opacity: 1;position: absolute;margin-top: 70%;}
.in-asp .swiper-horizontal>.swiper-pagination-bullets,.in-asp .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,.in-asp  .swiper-pagination-fraction { bottom: 0;}
.in-asp .swiper-pagination-bullet{height: 11px;width: 11px;background: #053da8;}

#certify1 .swiper{padding-bottom: 65px;}
#certify1 .in-lm4{width: 100%;display: flex;justify-content: space-between;}
#certify1 .in-lm4 .in-lm4-l{width: 45%;padding-top: 30px;}
#certify1 .in-lm4 .in-lm4-r{width: 50%;margin-top: 80px;overflow: hidden;}
#certify1 .in-lm4 .in-lm4-r img{width: 100%;}
#certify1 .in-lm4 .in-lm4-l .in-title{text-align: left;}
#certify1 .in-lm4 .in-lm4-l .in-title span{margin: 0;}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div{}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div p{font-size: 14px;color: #666;line-height: 25px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div a{display: inline-block;text-align: center;margin-right: 30px;text-transform: uppercase;margin-top: 60px;}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div a img{width: 56px;}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div a p{font-size: 20px;line-height: 40px;color: #053da8;}
#certify1 .in-lm4 .in-lm4-l .in-lm4-div a:hover p{color: #000;}
#certify1 .swiper .swiper-button-next,
#certify1 .swiper .swiper-button-prev{bottom: 0;left: 90px;right: auto;top: auto;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;
background: #053da8;}
#certify1 .swiper .swiper-button-prev{left: 0;}
#certify1 .swiper .swiper-button-prev:after,#certify1 .swiper .swiper-button-next:after{color: #fff;font-size: 16px;}

.in-kh{width: 100%;margin-top: 80px;position: relative;background: url(../images/index_14.jpg) no-repeat center;padding-bottom: 60px;background-size: 100% 100%;padding-top: 20px;display:none;}
.in-kh ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.in-kh ul li{width: 18%;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);margin-bottom: 30px;}
.in-kh ul li figure{width: 100%;height: 100px;overflow: hidden;display: flex;justify-content: center; align-items: center;}
.in-kh ul li figure img{width: 100%;}
.in-kh ul li:hover figure img{transform: scale(1.05);}

/*footer*/
.footer{background:#292929;padding-top: 60px;z-index: 99;position: relative;text-align: left;}
.footer .foot-nav{display: flex;justify-content: space-between;}
.foot-nav li{display: inline-block;}
.foot-nav li h3{font-size: 18px;color: #fff;text-transform: uppercase;margin: 0 0 25px;}
.foot-nav li a{display: block;color: #fff;opacity: 0.7;line-height: 30px;font-size: 14px;}
.foot-nav li a:hover{opacity: 1;}
.foot-nav li figure img{width: 99px;}

.foot-bq{width: 100%;border-top: rgba(255,255,255,0.3) 1px solid;margin-top: 80px;display: flex;justify-content: space-between;padding: 30px 0;}
.foot-bq .bq-l,.bq-r a{opacity: 0.7;font-size: 14px;color: #fff;}
.foot-bq a{color: #fff;}
.foot-bq a:hover,.bq-r a:hover{opacity: 1;}
.bq-r a{display: inline-block;margin-left: 25px;}

/*右侧悬浮*/
.ycxf{width: 76px;position: fixed;right: 20px;top: 50%;z-index: 999;display: none;}
.ycxf li{width: 100%;text-align: center;font-size: 12px;height: 76px;border-radius: 15px;margin-bottom: 5px;line-height: 120px;color: #132643;
background:#fff url(../images/index_31.png) no-repeat;position: relative;cursor: pointer;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
background-size: 50px auto;}
.ycxf li a{color: #132643;}
.ycxf li a{display: inline-block;width: 100%;height: 100%;}
.ycxf li:nth-child(1),.ycxf li:nth-child(1):hover{background-position: 12px 14px;}
.ycxf li:nth-child(2),.ycxf li:nth-child(2):hover{background-position: 13px -71px;}
.ycxf li:nth-child(3),.ycxf li:nth-child(3):hover{background-position: 14px -146px;}
.ycxf li:nth-child(4){background-position: 12px -206px;}
.ycxf li:nth-child(3) p{width: 240px;height:76px;position: absolute;top: -0px;right: 80px;line-height: 76px;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
display: none;font-size: 16px;background: #067a81;border-radius: 15px;color: #fff;}
.ycxf li:nth-child(3):hover p{display: block;}
.ycxf li .ycxf-dh{width: 190px;height: 100%;background: #133581;color: #fff;position: absolute;top: 0;right: 0;text-align: left;line-height: 85px;
padding: 0 15px;display: none;}
.ycxf li:hover .ycxf-dh{right: 82px;display: block;}
.ycxf li:hover{background:#067a81 url(../images/index_31.png) no-repeat;background-size: 50px auto;}
.ycxf li:hover a{color: #fff;}

.yc-kf{width: 50px;position: fixed;right: 5px;top: 50%;z-index: 999;cursor: pointer;}
.yc-kf figure{padding: 5px;}
.yc-kf figure img{width: 100%;}
.yc-kf .yc-ewm{width: 140px;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);display: none;position:absolute;top: 0;right: 50px;background:#fff;}
.yc-kf .yc-ewm img{width: 100%;margin-bottom: 5px;}
.yc-kf ul li:hover .yc-ewm{display:block;}

/*内页*/

/*banner*/
.ny-banner{width: 100%;height: 450px;position: relative;margin-top: 90px;}
.ny-banner h2{margin: 0;padding-top: 14%;font-size: 30px;color: #fff;text-transform: uppercase;}
.ny-banner span{display: block;width: 42px;height: 4px;background: #fff;margin: 15px 0;}
.ny-banner p{text-transform: uppercase;font-size: 16px;color: #fff;}

.ny-nav{width: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);background: #fff;line-height: 60px;font-size: 16px;}
.ny-nav ul{margin: 0;}
.ny-nav li{display: inline-block;margin-right: 90px;text-transform: uppercase;}
.ny-nav li.active a{color: #053da8;}

.ny-bj{width: 100%;background: #f8f8f8;padding: 40px 0;}
.ny-bj-fff{width: 100%;background: #fff;padding: 0px 0 40px;}

.ny-title{text-align: center;border-bottom: 1px solid #ececec;padding: 40px 0 20px;margin-bottom: 40px;}
.ny-title h2{font-size: 30px;text-transform: uppercase;}

/*about*/
.ny-about{}
.ny-about .in-title{text-align: left;}
.ny-about .in-title span{margin: 0;}
.ny-about-p p{font-size: 14px;text-align: justify;color: #333;line-height: 26px;margin-bottom: 0px;}
.ny-about-p img{max-width: 100%;}
.ny-about-p tbody tr td{padding:5px;}
.ny-qywh{}
.ny-qywh li{}
.ny-qywh-1 li:nth-child(1){float: right;margin-top: 50px;}
.ny-qywh-1 li:nth-child(2){float: left;}
.ny-qywh li figure img{width: 100%;}
.ny-qywh li h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;background: url(../images/index_29.png) no-repeat left center;padding-left: 30px;}
.ny-qywh li p{font-size: 16px;width: 100%;line-height: 26px;margin-bottom: 60px;color: #666;text-align: justify;}
.ny-qyln li:nth-child(2){float: right;margin-top: 50px;margin-bottom: 80px;}
.ny-qyln li:nth-child(1){float: left;}

/*联系我们*/
.ny_lx_1{width: 100%;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);padding: 40px 30px;margin-top: 80px;}
.ny_lx_1 h2{font-size: 24px;font-weight: bold;margin: 0;}
.ny_lx_ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: left;}
.ny_lx_ul li{width: 32%;text-align: left;margin-top: 40px;margin-right: 15px;display: flex; justify-content: left;}
.ny_lx_ul li p{font-size: 16px;line-height: 41px;width: 80%;}
.ny_lx_ul li span{width: 40px;display: inline-block;margin-right: 15px;}
.ny_lx_ul li span img{width: 100%;}

.nylx-api{width: 100%;overflow: hidden;margin: 80px auto;}
.nylx-api .nylx-1{width: 100%;border: 1px solid #eee;}
.nylx-api .nylx-1 #allmap1,.nylx-api .nylx-1 #allmap2{width: 100%;height: 400px;}
.nylx-api p{font-size: 14px;line-height: 50px;}

.lx-ly{width: 100%;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);padding: 60px;margin-bottom: 80px;}
.lx-ly h2{font-size: 40px; font-weight: 600; color: #000000;text-align: center;}
.lx-ly form{margin-top: 40px;}
.lx-ly form .form-1{width: 100%;height: 55px;line-height: 55px;background: #F2F2F2;margin-bottom: 20px;position: relative;}
.lx-ly form .form-1 label{position: absolute;left: 15px;top: 0;width: 15%;font-size: 16px;color: #666;font-weight: 400;}
.lx-ly form .form-1 label span{color: red;}
.lx-ly form .form-1 input{width: 80%;right: 15px;position: absolute;top: 0;background: none;border: none;}
.lx-ly form .form-2{height: 160px;}
.lx-ly form .form-2 label{width: 100%;}
.lx-ly form .form-2 textarea{width: 98%;position: absolute;top: 35px;background: none;border: none;left: 20px;height: 118px;}
.lx-ly form button{width: 220px;height: 55px;background: #053da8;font-size: 16px;color: #fff;border: 1px solid #053da8;}
.lx-ly form button:hover{background: #fff;color: #053da8;}

/*服务*/
.ny-fw-1{display: flex;justify-content: space-between;}
.ny-fw-1 .ny-fw-1l{width: 80%;text-align: left;}
.ny-fw-1 .ny-fw-1l h2{color: #053da8;margin: 80px 0 20px;font-size: 26px;font-weight: bold;}
.ny-fw-1 .ny-fw-1l p{font-size: 14px;color: #333;background: #f8f8f8;padding: 20px;}
.ny-fw-1 .ny-fw-1r{margin-top: 150px;}
.ny-fw-1 .ny-fw-1r a{display: block;width: 150px;line-height: 50px;border-radius: 30px;background: #053da8;color: #fff;text-align: center;font-size: 16px;}
.ny-fw-nr{margin: 80px 0;}
.ny-fw-bt{width: 100%;border-bottom: 1px solid #ececec;margin-bottom: 30px;}
.ny-fw-bt h3{width: 140px;line-height: 45px;background: #053da8;text-align: center;font-size: 14px;color: #fff;margin: 0;}
.ny-fw-p{width: 100%;}
.ny-fw-p p{font-size: 16px;line-height: 30px;color: #333;}
.ny-fw-p img{max-width: 100%;}

/*新闻*/
.nynews-ul{width: 100%;margin-top:50px;}
.nynews-ul li{width: 100%;border-bottom:1px solid #ececec;padding-bottom:20px;margin-top:20px;}
.nynews-ul li a{display: flex;justify-content: space-between;}
.nynews-ul li a figure{width: 15%;overflow: hidden;display: flex;justify-content: center;align-items: center;height:203px;}
.nynews-ul li a figure img{width: auto;height:100%;}
.nynews-ul li a:hover figure img{transform:solid(1.05);}
.nynews-ul li .nynews-ul-div{width: 83%;}
.nynews-ul li .nynews-ul-div h3{margin: 10px 0;font-size: 26px;line-height: 40px;}
.nynews-ul li .nynews-ul-div time{font-size: 14px;color: #999;}
.nynews-ul li .nynews-ul-div p{font-size: 14px;color: #666;line-height: 25px;text-align: justify;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.nynews-ul li .nynews-ul-div span{font-size: 14px;color: #053da8;display: block;margin-top: 25px;}

/*新闻详情*/
.news-xq{width: 100%;margin-top: 50px;margin-bottom:80px;}
.news-xq-bt{width: 100%;border-bottom: 1px solid #ececec;text-align:center;}
.news-xq-bt h2{font-size: 26px;text-align: center;margin: 20px 0;}
.news-xq-bt p span{display: inline-block;font-size: 14px;color: #666;margin: 0 10px;}
.news-xq-js{margin: 20px 0;;border-bottom: 1px solid #ececec;}
.news-xq-js p{font-size: 14px;line-height: 26px;}
.news-xq-js img{max-width: 100%;}
.news-xq-btn{width: 100%;line-height: 30px;display: flex;justify-content: space-between;}
.news-xq-btn p{font-size: 14px;color: #666;}

/*分页*/
.last-page{text-align: center;margin: 60px 0;}
.page-status,.page-index,.page-last{display: none;}
.last-page span a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    background: #f5f5f5;
    color:#333;
}
.last-page .page-num-current,.last-page span a:hover{background: #053da8;color:#fff;}
.last-page .page-pre a,.last-page .page-next a{width: 75px;}

.last-page .page-none{margin-bottom: 80px;display: block;}
.text-center{font-size: 14px;margin-bottom: 80px;}



@media (min-width: 1500px){

}

@media (min-width: 1950px){
    
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
  
	
}

@media screen and (max-width:1700px){
  
	
}

@media screen and (max-width:1600px){
   
}

@media screen and (max-width:1500px){
	
    	
}

@media screen and (max-width:1400px){
 
}

@media screen and (max-width:1360px){
    .cont1300{width:95%;margin:0 auto;}
}

@media screen and (max-width:1300px){
 
}

@media screen and (max-width:1200px){
    .sy-banner,.ny-banner{margin-top: 60px;}
    .ny-banner{height:300px;background-size:auto 100%;}
    .ny-banner h2 {padding-top: 8%;}
    .sy-banner{height: 500px;}
    .sy-banner .swiper .swiper-slide .sy-banner-bj{background-size:auto 100% !important;}
}

@media screen and (max-width:910px){
    
}

@media screen and (max-width:760px){
    .sy-banner {height: 350px;}
    .sy-banner .swiper .swiper-slide .banner-con h2{font-size:18px;line-height:37px;width:80%;}
    .sy-banner .swiper .swiper-slide .banner-con p{font-size: 14px;margin-bottom:0;width:80%;}
    .sy-banner .swiper .swiper-button-prev, .sy-banner .swiper .swiper-rtl .swiper-button-next,
    .sy-banner .swiper .swiper-button-next, .sy-banner .swiper .swiper-rtl .swiper-button-prev{width: 30px;height: 30px;bottom: 28px;line-height: 30px;}
    .sy-banner .swiper .swiper-button-next:after, .sy-banner .swiper .swiper-rtl .swiper-button-prev:after, .sy-banner .swiper .swiper-button-prev:after,
    .sy-banner .swiper .swiper-rtl .swiper-button-next:after{font-size:15px;}
    .sy-banner .swiper .swiper-button-prev, .sy-banner .swiper .swiper-rtl .swiper-button-next{right: 40px;}
    .in-about-l{display:none}
    .in-about-r{width: 100%;float: none;}
    .in-about{margin: 0px 0px 30px;height: auto;}
    .in-title h2{font-size: 25px;}
    .in-about-r .in-title{padding: 30px 0;}
    .in-title span{width:60px;height:2px;}
    .in-about-btn ul li h3{font-size: 18px;}
    .in-about-btn ul{flex-wrap: wrap;}
    .in-about-btn ul li{width: 47%;padding: 15px 0;}
    .in-about-btn ul li span img {width: 40px;}
    .in-about-a a{float: none;width: 120px; height: 40px; line-height: 40px;font-size: 14px;}
    .in-asp .in-asp-div .in-asp-text h2{font-size: 16px;}
    .in-asp .in-asp-div .in-asp-text{height: 115px;padding: 15px;top: 71%;}
    .in-asp .in-asp-div .in-asp-text p{-webkit-line-clamp: 2;}
    .in-asp{background-size: auto 100%;padding-bottom: 35px;}
    .in-asp .swiper-pagination-bullet{width: 7px;height: 7px;}
    #certify1 .in-lm4{flex-wrap: wrap;}
    #certify1 .in-lm4 .in-lm4-l,#certify1 .in-lm4 .in-lm4-r{width: 100%;}
    .in-title{padding:30px 0;}
    #certify1 .in-lm4 .in-lm4-l .in-lm4-div a p{font-size: 16px;}
    #certify1 .in-lm4 .in-lm4-l .in-lm4-div a img {width: 50px;}
    #certify1 .in-lm4 .in-lm4-r,#certify1 .in-lm4 .in-lm4-l .in-lm4-div a{margin-top: 10px;}
    .in-kh{padding-bottom: 20px;background-size: auto 100%;}
    .in-kh ul li {width: 33%;margin-bottom:10px;}
    .in-kh ul li:last-child{display:none;} 
    .footer .foot-nav{display: none;}
    .footer{padding-top: 30px;}
    .foot-bq {border-top: none; margin-top: 0;justify-content: center; padding: 0 0 20px;flex-wrap: wrap;}
    .foot-bq .bq-l,.foot-bq .bq-r{width: 100%;text-align: center;line-height:30px}
    .yc-kf{top:30%;}
    
    .ny-banner {height: 200px;background-size: auto 100% !important;}
    .ny-banner h2{font-size: 22px;}
    .ny-banner p{font-size:14px;}
    .ny-banner span {width: 40px;height: 2px;margin: 10px 0;}
    .ny-banner h2 {padding-top: 10%;}
    .ny-nav li{margin-right: 15px;}
    .ny_lx_1{margin-top: 45px;padding: 20px 15px;}
    .ny_lx_1 h2 {font-size: 20px;}
    .ny_lx_ul li {width: 47%;}
    .ny_lx_ul li p {font-size: 14px;line-height: 33px;width:83%;}
    .ny_lx_ul li span {width: 34px;margin-right: 9px;}
    .nylx-api .nylx-1 #allmap1, .nylx-api .nylx-1 #allmap2{height:300px;}
    .nylx-api {margin: 40px auto;}
    .lx-ly h2 {font-size: 22px;}
    .lx-ly {padding: 20px; margin-bottom: 50px;}
    .lx-ly form .form-1 label{font-size: 14px;}
    .lx-ly form button {width: 150px; height: 45px;font-size: 14px;}
    .ny-fw-1 .ny-fw-1l h2 {margin: 40px 0 20px;font-size: 22px;}
    .ny-fw-1 {display: block;}
    .ny-fw-1 .ny-fw-1l{width: 100%;}
    .ny-fw-1 .ny-fw-1r {margin-top: 38px;}
    .ny-fw-1 .ny-fw-1r a {width: 130px;line-height: 40px;font-size: 14px;}
    .ny-fw-nr {margin: 40px 0;}
    .ny-fw-bt h3 {width: 130px;}
    .nynews-ul li a figure {width: 24%;height: 120px;}
    .nynews-ul li .nynews-ul-div {width: 73%;}
    .nynews-ul li .nynews-ul-div h3 {margin: 0;font-size: 16px;line-height: 22px;margin-bottom:10px;}
    .nynews-ul li .nynews-ul-div p{display:none;}
    .last-page span a {width: 30px;height: 30px;line-height: 30px;margin: 0 2px;}
    .news-xq-bt h2 {font-size: 22px;}
    .news-xq-btn{flex-wrap:wrap;}
    .news-xq-btn p{width:100%;}
 
}

@media screen and (max-width:640px){
    .in-about-btn ul li h3{height: 35px;font-size: 16px;}
    .in-kh ul li figure {height: 85px;}
}

@media screen and (max-width:510px){    
	.in-about-btn ul li {width: 100%;}
	.ny_lx_ul li {width: 100%; margin-right: 0;}
}

@media screen and (max-width:480px){
    
  
}

@media screen and (max-width:380px){	
    .in-kh ul li figure {height: 60px;}
    	
}