/*公告图标*/

@font-face {
    font-family: 'iconfont';
    src: url('../icons/iconfont.eot');
    src: url('../icons/iconfont.eot?#iefix') format('embedded-opentype'),
        /*url('../icons/iconfont.woff2') format('woff2'),
        url('../icons/iconfont.woff') format('woff'),*/
        url('../icons/iconfont.ttf') format('truetype'),
        url('../icons/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9E9E9E;
}

/*公告图标*/

.hideClass {
    display: none;
}

/*头部*/
.container-header {
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   /* height: 108px; */
    z-index: 2000;
  /*  background: url("../img/headerbg.png") center no-repeat; */
    background-size: 100% 100%;
       /* webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15); */
	    box-shadow: 1px 4px 10px 2px rgb(0 0 0 / 3%);
}



.container-header-wrap {
 /*  padding: 0 3%; */
width: 1200px;
  margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1000;

}

/*.container-header:before {

    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 420px;
    height: 130px;
    content: '';
    background: url("../img/headBg.png") center 30px no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}*/
.container-banner .wrap .inner .onetxt{
	color: #0267ff;
}
.container-banner .wrap .inner .onetxtindex{
	color: #202020;
}
.container-banner .wrap .inner .threetxt{
	font-size: 42px;
	font-weight: 700;
	color: #202020;
}
.container-header-pc .left {
   /* width: 40%; */
    height: 70px;
}
.container-header-pc .left .layui-nav{
	background-color: #fff !important;
}
.container-header-pc .left .layui-nav{
	padding: 0 0;
}	
.container-header-pc .left .layui-nav-bar{
	display: none;
}
	
.container-header-pc .layui-nav-child a:hover{
	color:#0267FF !important;
	
}
.container-header-pc .layui-nav-item a:hover{
	color: #323232;
}
.container-header-pc .left li {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  /*  padding: 0px 12px; */
    position: relative;
	
}

.container-header-pc .left li a {
    line-height: 70px;
    color: #323232;
    font-size: 16px;
   /* font-weight: 550; */

}
	
.container-header-pc .layui-nav .layui-nav-item a{
	padding: 0 18px;
}
.container-header-pc .layui-nav .layui-nav-item a:hover{
	color:#0267FF;
}	
.container-header-pc .layui-nav .layui-nav-more{
	right: -2px;
	display: none;
}
.container-header-pc .layui-this .newcss{
	color:#0267FF !important;
}
.container-header-pc .layui-this:after{
	 content: '';
	width: 0 !important;
	/* height: 4px; */
	height: 0 !important;
	/* background-color: #0267FF; */
	background-color: #fff !important;
	position: absolute;
	bottom: 12px;
	left: 50%;
	border-radius: 5px;
	
}

.container-header-pc .left li:after {
    content: '';
    display: block;
    width: 0 !important;
   /* height: 4px; */
	height: 0 !important;
  /* background-color: #0267FF; */
	background-color: #fff !important;
    position: absolute;
    bottom: 12px;
    left: 50%;
    border-radius: 5px;
   -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
}

.container-header-pc .left li.active:after {
    width: 70%;
}


.container-header .left li:hover:after {
    width: 70%;
}
/* .layui-nav-child dd.layui-this{
	color: #0267ff;
} */

.container-header-pc .center {
    width: 160px;
    height: 70px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.container-header-pc .center img {
    width:146px;
    display: block;
   /* margin: 0px auto; */
   /* -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; */
    cursor: pointer;
}

.container-header-pc .center img:hover {
   /* transform: scale(1.1); */
}

.container-header-pc .right {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-pc .right .search {
    width: 200px;
	cursor: pointer;
}

.container-header-pc .right .search .iconfont {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #7F7E88;
    font-weight: bold;
    cursor: pointer;
}
.container-header-pc .right .search .telbox {
    width: 100%;
	display: flex;
	height: 36px;
	border: 1px solid #0267ff;
	border-radius: 21px;
}	
.container-header-pc .right .search .telbox img{
	margin: 5px;
}
.container-header-pc .right .search .telbox p{
	/* line-height: 40px;
	height: 40px; */
	line-height: 36px;
	    height: 36px;
	font-weight: 500;
	color: #0267ff;
	font-size: 21px;
}
.container-header-pc .right .tabs{
	width: 89px;
	height: 36px;
	line-height: 34px;
	color: #fff;
	background: #0267ff;
	border-radius: 21px;
	text-align: center;
	margin-left: 12px;
	cursor: pointer;
	font-size: 16px;
}
.container-header-pc .right .tabs a{
	color: #fff;
}
.container-header-pc .right .tabs:hover{
	background: #4787e7;
}
/*、、、、、、、、、、、*/

.container-search {
    width: 100%;
    padding: 15px 10px;
    background: url(../img/searchBg.jpg) center top no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    z-index: 1000;
    display: none;
    /*   -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    -moz-transition: all 1.3s;
    transition: all 1.3s;*/
}

.container-search-wrap {
    margin: 0 auto;
    position: static;
    width: 100%;
    padding-top: 20%;
    max-width: 710px;
    border-bottom: 2px solid #c3d8e3;
}

.container-search .small-wrap {
    position: relative;
    padding-right: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
}

.container-search input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    border: none;
}

.container-search input[type=text] {
    width: 100%;
    padding: 0 5px;
    background: none;
    color: #333;
    font-size: 16px;
    border: none;
}

.container-search::-moz-placeholder {
    color: #4c4c4c;
}

.container-search::-webkit-input-placeholder {
    color: #4c4c4c;
}

.container-search::-ms-input-placeholder {
    color: #4c4c4c;
}

.container-search input[type=submit] {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/searchBtn.png) center center no-repeat;
    color: #fff;
}

.container-search .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    color: #252e38;
}

.container-search-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 40px;
    top: 60px;
    background: url(../img/searchClose.png) center no-repeat;
    cursor: pointer;
}



.container-header-pc .right .tabs ul {

    box-shadow: 0px 0px 8px 3px rgba(67, 128, 252, 0.15);
    border-radius: 21px;
    border: 1px solid #EFEFEF;
}

.container-header-pc .right .tabs li {
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 21px;
    color: rgb(51, 51, 51);
    text-align: center;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 100;
}

.container-header-pc .right .tabs li .iconfont {
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}

.container-header-pc .right .tabs li.active {
    background-color: #0267FF !important;
    color: #fff !important;
}

.container-header-pc .right .tabs li.active .iconfont {
    color: #fff !important;
}

/*手机端*/
.container-header-app {
	width: 100%;
   padding: 0 10px;
        height: 100%;
        position: relative;
        z-index: 1000;
		display: none;
}

.container-header-app .nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container-header-app .logo {
        width: 222px;
        height: 100%;
        display: flex;
        /* justify-content: center; */
       align-items: center;
}

.container-header-app .logo img {
        width: 146px;
        display: block;
        /* margin: 0px auto; */
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
}

.container-header-app .right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-app .right .search {
    width: 200px;
}

.container-header-app .right .search .iconfont {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #7F7E88;
    font-weight: bold;
    cursor: pointer;
}
.container-header-app .right .search .telbox {
    width: 100%;
	display: flex;
	height: 42px;
	border: 1px solid #0267ff;
	border-radius: 21px;
}	
.container-header-app .right .search .telbox img{
	margin: 5px;
}
.container-header-app .right .search .telbox p{
	line-height: 40px;
	height: 40px;
	font-weight: 500;
	color: #0267ff;
	font-size: 21px;
}
.container-header-app .right .tabs{
	width: 89px;
	height: 42px;
	line-height: 40px;
	color: #fff;
	background: #0267ff;
	border-radius: 21px;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
}
.container-header-app .right .tabs a{
	color: #fff;
}
.container-header-app .right .search .iconfont {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #7F7E88;
    font-weight: bold;
    cursor: pointer;
}

.container-header-app .right .more {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-header-app .right .more img {
    height: 32px;
    height: 32px;
}

.container-header-app .right .more .nav-tabs {
    width: 9px;
    height: 9px;
    position: relative;
    margin-left: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.container-header-app .right .more .nav-tabs span {
    width: 100%;
    height: 2px;
    background-color: #818181;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
}

.container-header-app .right .more .nav-tabs span:first-child {
    position: absolute;
    top: 0;
    left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}


.container-header-app .right .more .nav-tabs span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
}

.container-header-app .right .more.on .nav-tabs {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-btn {
    width: 26px;
    height: 19px;
    display: block;
    float: right;
    position: relative;

}

.nav-btn span {
    width: 100%;
    height: 3px;
    background-color: #818181;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
}

.nav-btn span:first-child {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-btn span:nth-child(2) {
    width: 100%;
    margin-top: 8px;
    float: right;
}

.nav-btn span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-btn.on span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.nav-btn.on span:nth-child(2) {
    opacity: 0;
}

.nav-btn.on span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.goBack {
    width: 115px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #1B79F8;
    color: #fff;
    border-radius: 18px;
}

/*手机端*/
/*banner*/
.container-banner {
    padding-top: 10px;
	
}

.container-banner .wrap {

    height: 570px;
    position: relative;

}
	
	
.swiper-button-next-sy{
	/* top: calc(50% - 70px) !important; */
}
.swiper-pagination-bullet-active {
    background: #0267FF !important;
}

.container-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
    background: #DCDEE0;
    opacity: 1;
}
	
.container-banner .swiper-pagination{
	bottom: 88px !important;
	width: 1220px !important;
	margin-left: calc((100% - 1220px)/2);
	margin-right:calc((100% - 1220px)/2);
	padding: 0 10px;
	text-align: left !important;
}
.container-banner .wrap>img {
    width: 100%;
    height: 100%;
}

.container-banner .wrap .inner {
    width: 100%;
	
    height: 100%;
    position: absolute;
    left: 0%;
    top: 21%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.container-banner .wrap .inner .txt{
	width: 1220px;
	padding: 0 10px;
}
.container-banner .wrap .inner .txt span{
	font-size: 42px;
	color: #0267FF;
	font-weight: 700;
}
.container-banner .wrap .inner .onetxt {
    text-align: left;
   
   /* max-width: 65%; */
    font-size: 26px;
    font-weight: 700;
    /* color: #FFFFFF; */
    line-height: 52px;
   /* letter-spacing: 5px; */
}
.container-banner .wrap .inner .onetxtindex {
    text-align: left;
   
   /* max-width: 65%; */
    font-size: 36px;
    font-weight: 700;
    /* color: #FFFFFF; */
    line-height: 50px;
   /* letter-spacing: 5px; */
}
.container-banner .wrap .inner .twotxt {
    text-align: left;
    margin: 0px auto;
   /* max-width: 65%; */
    color: #676767;
    /* border: 1px solid #D3D3D3; */
    font-size: 16px;
    font-weight: 400;
   /* color: #FFFFFF; */
    line-height: 32px;
    /* letter-spacing: 1px; */
}
	
.container-banner .wrap .inner .txt .infobtn{
	width: 132px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg,#22a1ff 0%, #0267ff 100%);
	/* box-shadow: -5px 0px 15px 5px rgba(1,103,255,0.25); */
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}	
.container-banner .wrap .inner .txt .infobtn a{
	color: #ffffff;
}
.container-banner .wrap .inner .txt .infobtn button{
	width: 132px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg,#22a1ff 0%, #0267ff 100%);
	/* box-shadow: -5px 0px 15px 5px rgba(1,103,255,0.25); */
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border: none;
	padding: 0;
}
.container-banner .wrap .inner .fadeInUp{
	margin-top: 15px;
}




/*页面尾部*/
.container-mftyback{
	width: 100%;
	height: 287px;
	background-image:url(../images/mftyback.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
}
.container-mftyback>div{
	margin: 0 auto;
}
.container-mftyback p{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.container-mftyback button{
	width: 140px;
	height: 48px;
	line-height: 48px;
	background: #ffffff;
	border-radius: 24px;
	font-size: 18px;
	text-align: center;
	color: #0267ff;
	/* padding:10px 30px; */
	font-weight: bold;
	cursor: pointer;
}
.container-mftyback .layui-btn:hover{
	opacity: 1;
	color: #727070;

}
.container-footer {
    background: #212122;
width: 100%;
}

.container-footer .top {
    padding: 30px 0px;
}

.container-footer .top .base {
    width: 80%;
}

.container-footer .top .scanning {
    width: 20%;
}

.container-footer .top .base li {
    width: calc(100%/6 - 5px);
   /* color: #FFFFFF; */
    text-align: left;
	margin-right: 5px;
    /* padding: 5px 0; */
}
.container-footer .top .base li p{
	font-size: 18px;
	color: #fefeff;
	line-height: 28px;
	font-weight: 700;
	cursor: pointer;
}
.container-footer .top .base li span {
   /* margin-left: 20px;
    margin-right: 20px; */
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    font-weight: 400;
	display: block;
	margin-top: 10px;
	cursor: pointer;
}
.container-footer .top .base .line{
   width: 100%;	
   border: 1px solid #a6a6a7;
   margin: 20px 0;
}
.container-footer .top .base .hotline {
   /* padding: 10px; */
}

.container-footer .top .base .hotline>span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
   color: #fefeff;
    line-height: 40px;
    background: url("../images/hotline.png") left center no-repeat;
    padding-left: 35px;
	margin-bottom: 16px;
}


.container-footer .top .base .hotline>div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.container-footer .top .base .hotline>div p{
	width: 50%;
	color: #a6a6a7;
	font-size: 14px;
	font-weight: 400; 
	line-height: 30px;
}
.container-footer .top .scanning .gylogo{
	margin-bottom: 30px;
}
.container-footer .top .scanning>p {
    text-align: left;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fefeff;

}

.container-footer .top .scanning>img {
    display: block;
   /* margin: 0px auto; */
}
.container-footer .top .scanning .code{
	margin-top: 17px;
	display: flex;
}
	
.container-footer .top .scanning .code >div {
	margin-right: 20px;
	text-align: center;
}
.container-footer .top .scanning .code >div p{
	font-size: 14px;
	color: #a6a6a7;
	line-height: 28px;
	font-weight: 400;
	margin-top: 10px;
}
.container-footer .filing{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	font-weight: 400;
}

.container-footer .bottom {
    background: #2D2E31;
}

.container-footer .bottom p {
    padding: 30px 0px;
}

.container-footer .bottom p a {
    line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.container-footer .bottom p span {
    line-height: 27px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    filter: Alpha(opacity=80);
}

.container-footer .bottom p>img {
    width: 133px;
    height: 27px;
    vertical-align: middle;
}

.container-footer a:hover {
    color: #fff !important;
    opacity: 1 !important;
    filter: Alpha(opacity=80);
}

.layui-layer-btn .layui-layer-btn0{
	border: 1px solid #dedede !important;
	    background-color: #fff !important;
	    color: #333 !important;
}
.layui-layer-iframe .layui-layer-btn{
	display: none !important;
}
/*回到首页*/
.backtop {
    width: 48px;
    height: 48px;
    background-image: url(../images/backtop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: none;
}

@-webkit-keyframes bounce-backtop {
    25% {

        -webkit-transform: translateY(-2px);
    }

    50%,
    100% {

        -webkit-transform: translateY(0);
    }

    75% {

        -webkit-transform: translateY(2px);
    }
}

.animate-bounce-backtop {

    -webkit-animation: bounce-backtop 0.5s ease-in-out;
    animation: bounce-backtop 0.5s ease-in-out;
}





/*手机端css样式*/
.container-nav-more,
.container-nav {
    display: none;
}

@media screen and (max-width: 1500px) {
    .container-header-pc .right .tabs li {
        font-size: 16px
    }

    .container-header-pc .left li {
       /* padding: 0px 10px */
    }

    .container-header-pc .left li a {
        font-size: 16px;
        
    }
	.container-hzhbbox .hzhbback img{
		height: 338px;
	}
}

@media screen and (max-width: 1360px) {
	.container-hzhbbox .hzhbback img{
		height: 305px;
	}
	
}
@media screen and (max-width: 1300px) {
	.small-box {
	    width: 100% !important;
	}
}
@media screen and (max-width: 1220px) {

.container-sjzs{
	width: 100%;
}
.container-banner .wrap .inner .txt{
	width: 100%;
}
  .container-hzlogo .logoshow {
      width: calc(100% - 112px);
      flex-wrap: wrap;
  } 


    .container-header-pc {
        display: none;
    }

    .container-header-app {
        display: block;
    }

    .container-header {
        background: #fff;
        height: 60px;
    }

    .container-nav {
        background: #DFEFFC;
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10000;
        padding:10px;
    }

    .container-nav li {
        width: 100%;
        line-height:40px;
        border-bottom: 1px solid #ccc;
    }

    .container-nav li a {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #252e38;
        padding: 0px 16px;

    }
		
    .container-nav dd a{
		padding: 0 30px;
	}
    .container-nav-more {
        background: #fff;
		padding: 10px;
        position: fixed;
        top: 60px;
        right: 3%;
        z-index: 10000;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
    }

    .container-nav-more li {
        width: 100%;
        height: 40px;


    }

    .container-nav-more li:nth-child(odd) {
        border-bottom: 1px solid #ccc;
    }

    .container-nav-more a {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        padding: 0px 16px;
        cursor: pointer;


    }

.container-header-app .right .more{
    display: none;
}

    .container-banner .wrap .inner p:first-child {
        font-size: 23px;
        line-height: 30px;

    }
.container-banner .wrap .inner .txt span{
	  font-size: 30px;
}
    .container-banner .wrap .inner p:last-child {
        font-size: 23px;
        line-height: 30px;
    }
.container-banner .wrap .inner .twotxt{
	font-size: 14px;
}
    .container-banner .wrap {
        height: 40vh;
    }

    .container-banner {
        padding-top: 20px;
    }

.container-hzhbbox .hzhbback img{
		height: 263px;
	}
    .container-footer .top {
       padding: 30px 10px;
    }

    .container-footer .top .base {
      
    }

    .container-footer .top .base li {
        width: calc(100%/6 - 5px);
        line-height: 23px;
        font-size: 14px;
    }

    .container-footer .top .base li a {
        font-size: 14px;

    }

.container-footer .top .scanning{
		width: 20%;
	}
	.container-footer .top .base{
		width: 80%;
	}
}

@media screen and (max-width: 1120px){
	.container-footer .top .scanning{
		width: 25%;
	}
	.container-footer .top .base{
		width: 75%;
	}
}
@media screen and (max-width: 900px){
	.container-footer .top .scanning{
		width: 220px;
	}
	.container-footer .top .base{
		width: calc(100% - 220px);
	}
}
@media screen and (max-width: 850px){
	.container-footer .top .scanning{
		width: 100%;
	}
	.container-footer .top .base{
		width: 100%;
	}
	.container-footer .top .scanning>img{
		margin: 0 auto;
	}
	.container-footer .top .scanning .code{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 680px) {
	
	.container-header-app .right .more{
	    display: flex;
	}
   .container-header-app .right .search{
       display: none;
   }
   .container-banner .wrap .inner .txt{
	   width: 100%;
   }
   .container-sjzs .cardbox .cardshow .num{
   	font-size: 20px;
   }
   .container-sjzs .cardbox .cardshow span{
   	font-size: 12px;
   	  
   	    margin-left: 6px;
   }
   .container-sjzs .cardbox .cardshow p{
   	font-size: 15px;
   }
   .container-sycjbox .sycj-wrap-item{
	   width: calc(100%/3 - 10px);
   }
	   
   .container-sjzs .cardbox{
	   width: calc(100% - 20px);
	   margin: 0 10px;
   }
   .container-jjfa-item .swiper-slide .wrap .left p{
	   
   }
   .container-footer .top .base li{
	   width: calc(100%/4 - 5px);
   }
}
@media screen and (max-width: 500px) {
	.container-banner .wrap{
		height: 32vh;
	}
	.container-banner .wrap .inner{
		top: 18%;
	}
	.container-sjzs .cardbox{
		top: -40px;
                height: 95px;
	}
	.container-banner .wrap .inner p:first-child {
	      font-size: 13px;
	     line-height: 26px;
	  
	  }
	  .container-banner .wrap .inner .txt span{
	  	  font-size: 16px;
		   line-height: 26px;
	  }
	.container-banner .wrap .inner p:last-child {
	    font-size: 13px;
	     line-height: 26px;
	}
	.container-banner .wrap .inner .fadeInUp{
		 margin-top: 3px;
	}
	.container-banner .swiper-pagination{
		 bottom: 49px !important;
	}
	.container-banner .wrap .inner .txt .infobtn{
		  width: 68px;
		      height: 32px;
		      line-height: 32px;
		      font-size: 13px;
	}
	.container-banner .wrap .inner .txt .infobtn button{
		width: 68px;
		    height: 32px;
		    line-height: 32px;
		font-size: 13px;
		padding: 0;
	}
	.container-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		 height: 3px;
	}
	.container-header-app .logo{
		width: 105px;
	}
		
	.container-header-app .logo img{
		width: 100%;
	}
		
	.container-header-app .right .tabs{
		width: 64px;
		height: 34px;
		line-height: 32px;
		font-size: 15px;
	}
	.container-sjzs .cardbox .cardshow .num{
		font-size: 13px;
	}
	.container-sjzs .cardbox .cardshow p{
		font-size: 13px;
	}
	.container-sjzs .cardbox .cardshow span{
		margin-left: 0;
	}
	.container-footer .top .base .hotline>div p{
		width: 100%;
	}
}
@media screen and (max-width: 475px) {
	.container-banner .wrap{
		height: 30vh;
	}
	.container-banner .wrap .inner{
		top: 23%;
	}
}
@media screen and (max-width: 375px) {
	.container-banner{
		padding-top: 55px;
	}
	.container-banner .wrap{
		height: 29vh;
	}
	.container-banner .wrap .inner{
		top: 12%;
	}
	
	.container-sjzs .cardbox{
		top: -26px;
	}
	.container-banner .wrap .inner p:first-child {
	      font-size: 12px;
	     line-height: 22px;
	  
	  }
	  .container-banner .wrap .inner .txt span{
	  	  font-size: 16px;
		   line-height: 22px;
	  }
	.container-banner .wrap .inner p:last-child {
	    font-size: 14px;
	     line-height: 22px;
	}
	.container-banner .wrap .inner .fadeInUp{
		 margin-top: 3px;
	}
	.container-banner .swiper-pagination{
		 bottom: 32px !important;
	}
	.container-banner .wrap .inner .txt .infobtn{
		   width: 69px;
		     height: 31px;
		     line-height: 31px;
			 font-size: 12px;
	}
	.container-banner .wrap .inner .txt .infobtn button{
		width: 69px;
		  height: 31px;
		  line-height: 31px;
					 font-size: 12px;
					 padding: 0;
	}
	.container-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		 height: 3px;
	}
	.container-footer .top .base li{
		   width: calc(100%/3 - 5px);
	}
	.container-footer .top .base .hotline>div p{
		width: 100%;
	}
}
