:root{
	--primary-color: #077DCF;
	--primary-rgb: 7,125,208;
}

@media screen and (max-width: 1200px){
	.wrapper{width: 100%;}
}

@media screen and (max-width: 768px){
	body{min-width: auto;}
	.wrapper{width: 100%;}
	.content-box{padding-top: 50px;}
	.is-menu-show .content-box{position: fixed;top: 0;z-index: -100;visibility: hidden;}
	.ccon .bigTit{display: block;font-size: 30px;font-weight: bold;margin: 32px 20px;}
	.ccon .big_tit{font-size: 30px;font-weight: bold;line-height: 1.25;color: #2e3133;margin: 32px 20px;width: auto;}
	.nodata{padding: 30px 0;}
	.nodata:before{background-size: 240px;height: 240px;}


	/*头部*/
	.pcHeader{display: none;}
	.wapHeader{display: block;position: relative;position: fixed;top: 0;width: 100%;z-index: 99;left: 0;}
	.header{background: #fff;border-bottom: 1px solid #e6e6e6;height: 50px;display: flex;align-items: center;position: relative;}
	.header .menu_icon{position: relative;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
	.header .menu_icon:before,.header .menu_icon:after{content: '';display: block;width: 18px;height: 2px;background-color: #303233;transition: all .2s cubic-bezier(.4,0,.2,1);transform: rotate(0);position: absolute;}
	.header .menu_icon:before{top: 17px;}
	.header .menu_icon:after{bottom: 17px;}
	.header .menu_icon .three{display: block;width: 18px;height: 2px;background-color: #303233;transition: all .2s cubic-bezier(.4,0,.2,1);transform: rotate(0);}
	.header .menu_icon.show-menu:before,.header .menu_icon.show-menu:after,.header .menu_icon.show-menu .three{background-color: #999;}
	.header .center{flex: 1;display: flex;align-items: center;padding-left: 15px;}
	.header .center img{height: 36px;}
	.header .search_icon{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
	.header .search_icon img{height: 18px;display: flex;}


	.infoHeader{padding: 0;}
	.infoHeader a{display: flex;justify-content: center;align-items: center;height: 50px;}
	.infoHeader .logo{height: 44px;}


	/*轮播*/
	.index_swiper{margin-top: 0;}
	.bn_swiper .swiper-slide img{height: auto;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px!important;}


	/*菜单*/
	.wapMenu{background: #fff;position: fixed;top: 50px;left: 0;right: 0;z-index: 99;flex-direction: column;flex-wrap: nowrap;justify-content: space-between;min-height: calc(100vh - 50px);width: 100%;transition: visibility .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1);}
	.wapMenu_bg{background: #fff;position: absolute;left: 0;top: 0;bottom: 0;right: -200%;z-index: 100;}
	.wapMenu.is-hide{visibility: hidden;opacity: 0;}
	.wapMenu.is-show{visibility: visible;opacity: 1;}
	.wapMenu_ul{padding: 0 20px;position: relative;z-index: 101;}
	.wapMenu_ul li{}
	.wapMenu_ul li a{display: block;padding: 18px 32px 18px 16px;font-size: 14px;line-height: 1.25;color: inherit;background: #fff;border-bottom: 1px solid #ddd;position: relative;font-weight: 700;color: #2e3133;width: 100%;}
	.wapMenu_ul li a:after{content: "";display: block;position: absolute;top: 50%;right: 8px;width: 6px;height: 6px;margin-top: -3 px;border-top: 2px solid #ff9a52;border-right: 2px solid #ff9a52;transition: all .2s cubic-bezier(.4, 0, .2, 1) .2s;transform: rotate(45deg) translateY(-50%);}
	.wapMenu_ul .main_menu{font-size: 16px;padding-left: 0;}
	.wapMenu_ul .goBack{padding-left: 20px;font-weight: 400;}
	.wapMenu_ul .goBack:after{right: inherit;left: 5px;margin-top: -7px;transform: rotate(-135deg) translateY(-50%);}
	.wapMenu_ul .second_menu{display: none;position: absolute;top: 0;left: 100%;width: 100%;padding: 0 20px;background: #fff;min-height: 100%;}
	.wapMenu_ul .childList{display: none;position: absolute;top: 0;left: 100%;width: 100%;padding: 0 20px;background: #fff;min-height: 100%;}
	.wapMenu_ul .second_menu.is-show,.wapMenu_ul .childList.is-show{display: block;}


	/*其他信息*/
	.wapHeader-info{position: relative;z-index: 101;background: #2e3133;padding: 32px 20px 56px;}
	.wapHeader-info .item{display: block;margin-bottom: 16px;width: 100%;color: #fff;padding: 11px 36px 12px 20px;border-radius: 4px;position: relative;}
	.wapHeader-info .nav{background-color: #ff9a52;}
	.wapHeader-info .tel{background-color: #00b1d9;}
	.wapHeader-info .email{background-color: #00b1d9;}
	.wapHeader-info .item:after{position: absolute;display: block;content: "";top: 50%;}
	.wapHeader-info .nav:after{width: 8px;height: 8px;margin-top: -2px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg) translateY(-50%);right: 26px;}
	.wapHeader-info .tel:after{background-image: url(/images/wap-tel.png);background-size: 100%;width: 16px;height: 16px;right: 19px;margin-top: -8px;}
	.wapHeader-info .email:after{background-image: url(/images/wap-email.png);background-size: 100%;width: 16px;height: 16px;right: 19px;margin-top: -8px;}


	/*搜索*/

	/*脚部*/
	.footer{background-position: bottom right;background-size: auto 100%;}
	.footer .wrapper{flex-direction: column;align-items: center;}
	.footer .logo{padding-right: 0;margin-right: 0;margin-bottom: 15px;}
	.footer .con{padding: 0 15px;line-height: 1.6;text-align: center;}
	.footer p span, .footer p a{display: block;padding-right: 0;font-size: 14px;}
	.footer .qrcode{margin-top: 15px;flex-direction: column;}
	.footer .qrcode img{height: 120px;}
	.footer .qrcode p{text-align: center;margin-left: 0;line-height: 1.4;padding-top: 10px;}


	/* 新闻模块 */
	.index-news{padding: 30px 15px 15px;}
	.index-news .wrapper{flex-direction: column-reverse;}
	.index-news .swiper-slide img{height: auto;}
	.index-news .swiper-slide p{padding: 20px 10px;font-size: 16px;}
	.index-news .list h5{padding-right: 30px;font-size: 15px;}
	.index-news .list{margin-top: 20px;}
	.index-news .list li a{padding: 14px 0 14px 20px}
	.index-news .list p{font-size: 12px;}

	.index-news .lef .swiper-pagination-bullet{width: 18px;margin: 0 3px;height: 3px;}


	/* 资料下载 */
	.index-file{padding: 15px 15px 30px;}
	.index-file .lef{width: 100%;}
	.index-file .wrapper{flex-direction: column;}
	.index-file .list h5{padding-right: 30px;font-size: 15px;}
	.index-file .rig a{margin: 15px 0;}
	.index-file .rig a img{width: 100%;}
	.index-file .list li a{padding: 13px 0;}
	.index-file .list p{font-size: 12px;}


	/* 友情链接 */
	.index-link{padding: 0 15px 40px;}
	.index-link ul{padding: 20px 0 0;}
	.index-link li{width: 50%;font-size: 14px;}


	/* 块、标题与更多 */
	.sec-tit{height: 46px;}
	.sec-tit:after{height: 40px;top: 6px;width: 100%;background-color: #ECECEC;z-index: 1;}
	.sec-tit .tab{background-size: 20px;background-position: 8px 16px;font-size: 16px;padding: 6px 10px 0 35px;line-height: 40px;}
	.sec-tit .tab.cur{background-color: var(--primary-color);color: #fff;}
	.sec-tit .more{line-height: 40px;padding-right: 10px;}
	.smini-tit{height: 42px;padding-left: 20px;line-height: 42px;font-size: 18px;}
	.smini-tit:before{width: 6px;height: 18px;top: calc(50% - 8px);}
	.smini-tit:after{left: 8px;height: 18px;top: calc(50% - 8px);}


	/*浮标*/
	.float{top: auto;bottom: 60px;height: 135px;width: 40px;}
	.float .icon{width: 40px;height: 40px;}
	.float-box{padding: 35px 20px 15px;width: 300px;top: auto;bottom: 100px;}
	.float-box .off{width: 40px;height: 40px;}
	.float-box .tit{font-size: 15px;}
	.float-box .item{padding: 12px 0 12px 30px;min-height: auto;}
	.float-box .item:before{width: 22px;height: 22px;background-size: 22px auto;}
	.float-box .item1:before{background-position: 0 0;top: 28px}
	.float-box .item2:before{background-position: 0 -22px;top: 16px;}
	.float-box .item3:before{background-position: 0 -44px;top: 15px;}
	.float-box .item4:before{background-position: 0 -66px;top: 16px;}
	.float-box .item5:before{background-position: 0 -88px;top: 20px;}
	.float-box .tips{font-size: 13px;line-height: 1.2;margin-top: 3px;}


	/*布局*/
	.page-box{flex-direction: column;padding: 15px 0 50px;gap: 20px;}


	/*右边内容*/
	.rigmain{min-height: 300px;}
	.rigmain .tit{margin: 0 15px;padding-bottom: 10px;}
	.rigmain .tit h2{font-size: 18px;}
	.rigmain .rpage{font-size: 12px;}


	/* 详情 */
	.show-detail{padding: 20px 15px;}
	.show-detail .top h2{font-size: 20px;padding: 0;}
	.show-detail img{max-width: 100%;}


	/*左边菜单*/
	.lefmenu{width: 100%;padding: 0 15px;}
	.lefmenu .bname{background-color: #fff;height: auto;padding: 0 0 10px 0;color: #000;font-size: 18px;}
	.lefmenu .list{display: flex;flex-wrap: wrap;}
	.lefmenu .list li{background-color: #fff;}
	.lefmenu .list a{height: auto;padding: 6px 20px;border-radius: 4px;font-size: 14px;border: 1px #aaa solid;margin: 0 10px 10px 0;}
	.lefmenu .list .cur a{background-color: var(--primary-color);color: #fff;border-color: var(--primary-color);}


	/*新闻列表*/
	.news-lists{padding: 20px 15px 20px;}
	.news-lists .item{padding: 14px 0 14px 20px;margin-bottom: 0;box-shadow: none;border-bottom: 1px dashed rgba(0, 0, 0, 0.4);}
	.news-lists .item:before{left: 0;top: calc(50% - 4px);width: 0;height: 0;border-width: 4px;border-style: solid;border-color: var(--primary-color) var(--primary-color) transparent transparent;transform: rotate(45deg);background-color: transparent;}
	.news-lists .webitem{display: none;}
	.news-lists .wapitem{display: flex;}
	.news-lists .date{margin: 0 0 0 15px;display: flex;flex-direction: row-reverse;align-items: center;}
	.news-lists .date .day{font-size: 14px;padding-bottom: 0;}
	.news-lists .name{line-height: 1.6;}


	/*附件*/
	.attachment{padding: 0 15px;}
	.attachment .smini-tit{margin: 20px 0;}
	.attachment .list a{margin: 0;padding: 10px 0 10px 20px;}


	/*留言*/
	.feedback_ul{padding: 0 15px;}
	.feedback .smini-tit{margin: 0 15px;}
	.feedback_ul li{flex-direction: column;margin-bottom: 15px;}
	.feedback_ul .tt{width: 100%;line-height: 1.6;padding-bottom: 10px;}
	.feedback_ul .bv{flex: 1;width: 100%;overflow: hidden;}
	.feedback_ul .select, .feedback_ul .textarea, .feedback_ul .input{width: 100%;}
	.feedback_ul .tips{padding-left: 0;}
	.feedback_ul .nav{padding-left: 0;flex-direction: row;}


	/*搜索*/
	.search-detail{padding: 30px 20px;margin: 15px;}
	.search-detail .news-lists{padding: 20px 0;}
	.search-box .text{width: 100%;flex: 1;}
	.search-box .btn{width: 80px;}
	#msgBox{margin: 20px 0 0;}
	#msgBox .resultTit{font-size: 20px}
	#msgBox .resultBox{margin-top: 20px;}
	#msgBox .status{font-size: 17px;}
	#msgBox .con{font-size: 16px;}


}