@import "font-awesome.css";
@import "swiper.min.css";
*{box-sizing:border-box}
body,h1,h2,h3,h4,h5,h6,ul,dl,ol,input,pre,blockquote,p,dd{margin:0}
ul,ol,input,textarea{padding:0}
img,input,select,textarea,video{border:0}
*{outline:none;resize:none}
li,em{list-style:none;font-style:normal}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
img{font-size:0;display:inline-block;vertical-align:middle;max-width: 100%;border: 0;}
p{word-wrap:break-word}
a,u{text-decoration:none}
a{color:#333333;transition: all .3s;}
a:hover{color:#1B2B76;}
input,textarea,body{color:#333333;font:12px/1.5  "思源黑体","Microsoft YaHei", "SimHei","宋体", Tahoma, Arial, sans-serif !important;}
.container{width:100%;max-width:1600px;margin:0 auto;}

.top{height:60px;display:flex;align-items: center;background:#F5F7FB;}
.top .container{display:flex;align-items: center;justify-content:flex-end;}
.top .container .line{width:1px;height:10px;background:#E5E5E5;margin:0 15px;}

.header{height: 80px;padding: 0;margin-bottom: 0;background: #ffffff;position: relative;width:100%;position:sticky;top:0;z-index:999;box-shadow:0 15px 30px rgba(0,0,0,.1)}
.header .container{display: flex;align-items: center;justify-content: space-between;height:100%;position: relative;}
.header .logo_menu{display: flex;align-items: center;height:100%;}
.header .logo_menu .logo{padding:0 20px;}
.header .logo_menu .logo img{height:60px}
.header .logo_menu .menu{display: flex;align-items: center;height:100%;}
.header .logo_menu .menu .item{height:100%;display:flex;align-items: center;margin:0 20px;position: relative;}
.header .logo_menu .menu .item h3{display:flex;height:100%;align-items: center;}
.header .logo_menu .menu .item::after{content: "";position: absolute;bottom:10px;left: 0;width: 0;height: 2px;background: #1B2B76;transition: all .3s;}
.header .logo_menu .menu .item:hover::after{width: 100%;}
.header .search{width: 80px;height: 80px;cursor: pointer;}
.header .pc-search{display:none;position: absolute;right: 0;top: 80px;width: 590px;z-index: 999;box-shadow: 0 22px 24px -19px hsl(0deg 0% 60% / 50%);background: #ffffff;}
.header .pc-search .pc-search-top{position: relative;background-color: rgb(28, 43, 117);padding: 16px;height: 56px;}
.header .pc-search .pc-search-top i{color: #ffffff;width: 56px;height: 100%;display: inline-block;position: absolute;top: 0;right: 0;text-align: center;vertical-align: middle;line-height: 56px;font-size: 16px;cursor: pointer;}
.header .pc-search .pc-search-input{display: flex;align-items: center;margin: 0 40px;border-bottom: 1px solid #1c2b75;}
.header .pc-search .pc-search-input i{width: 16px;height: 20px;margin: 0 10px;display:flex;align-items: center;object-fit: contain;}
.header .pc-search .pc-search-input input{flex: 1;height:50px;font-size: 18px;}
.header .pc-search .pc-search-input .btn{width: 70px;display: inline-block;margin-bottom: 0;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;border: 1px solid transparent;padding: 6px 12px;line-height: 1.42857143;border-radius: 4px;width: 70px;background-color: transparent;color: #1c2b75;font-size: 14px;}
.header .pc-search .pc-search-hot{padding: 20px 40px;}
.header .pc-search .pc-search-hot .pc-search-hot-title{font-weight: 400;color: #999;line-height: 25px;margin-bottom: 8px;}
.header .pc-search .pc-search-hot .pc-search-hot-tag{    display: flex;align-items: center;flex-wrap: wrap;}
.header .pc-search .pc-search-hot .pc-search-hot-tag a{    border-radius: 1px;border: 1px solid #c9cbd4;margin-bottom: 10px;margin-right: 15px;height: 30px;line-height: 30px;display: inline-block;padding: 0 10px;color: #333;font-size: 12px;}
.header .pc-search .pc-search-hot .pc-search-hot-tag a:hover{    border-color: #1c2b75;background: #1c2b75;color:#fff;}
.footer{padding:40px 0;background:#292F42}
.footer .container{max-width:1400px;display:flex;justify-content: space-between}
.footer .txt{width:32%;margin-top: 50px;}
.footer .txt h3{font-size: 18px;color: #fff;}
.footer .txt h3 i {display: block;width: 40px;height: 1px;  background-color: #fff;margin-top: 16px;}
.footer .txt p{display: block;margin-top: 24px;font-size: 16px;color: #fff;}
.footer .txt li{display: block;font-size: 14px;color: #fff;line-height: 20px;padding-top: 10px;}
.footer .form{width:calc(100% - 32% - 250px);padding:50px 60px 0 60px;border-right: #495157 solid 1px;border-left: #495157 solid 1px;}
.footer .form h3{font-size: 18px;color: #fff;margin-bottom:40px;}
.footer .form form{display:flex;flex-wrap:wrap;justify-content:space-between;}
.footer .form form input{width:calc(50% - 20px);margin-bottom:20px;height:45px;padding:0 10px;border:1px solid #fff;background:none;color:#fff;}
.footer .form form input::-webkit-input-placeholder{color:#fff;}
.footer .form form textarea{width:100%;margin-bottom:20px;min-height:100px;padding:10px;border:1px solid #fff;background:none;color:#fff;}
.footer .form form textarea::-webkit-input-placeholder{color:#fff;}
.footer .form form .btn{display:flex;width:100%;justify-content: flex-end;}
.footer .form form input[type="submit"]{border-radius:4px;width:180px;float:right;font-size:20px;cursor: pointer;;height:45px;border:1px solid #1B2B76;background:#1B2B76;color:#fff;}
.footer .wx{width:250px;text-align: center;margin-top: 50px;padding-left:50px;}
.footer .wx p{display: block;padding:10px;border: #71787c solid 1px;text-align: center;}
.footer .wx h3{font-size: 14px;color: #fff;padding-top: 20px;}
.footer .wx span{display: inline-block;font-size: 14px;color: #fff;padding-top: 5px;}
.bottom{display:flex;align-items: center;text-align:center;height:50px;color:#fff;background:#292F42;border-top:1px solid #495157;justify-content: center;}
.bottom p a{margin-left:10px;color:#fff}
.index-title{text-align:center;margin-bottom:40px;}
.index-title h2{font-size:32px;color: #0e0232;line-height: 42px;font-weight: 600;}
.index-title p{font-size:12px;font-weight: 400;color: #505468;line-height: 18px;margin:10px 0 20px}
.index-title a{font-size:16px;color:#1B2B76;}
.index-scheme{padding:60px 0;}
.index-scheme .bd{display:flex;justify-content: space-between;flex-wrap:wrap;}
.index-scheme .bd .item{width:calc(50% - 5px);margin:0 0 10px 0;}
.index-scheme .bd .item a{display:flex;justify-content: space-between;padding:30px;background:#fff;}
.index-scheme .bd .item .pic{width:260px;height: 260px;}
.index-scheme .bd .item .txt{position: relative;width:calc(100% - 280px)}
.index-scheme .bd .item .txt h3{font-size:20px;margin:10px 0 15px;color:#0e0232}
.index-scheme .bd .item .txt p{font-size: 14px;font-weight: 400;color: #666666;line-height: 26px;}
.index-scheme .bd .item .txt span{width: 144px;height: 44px;line-height: 44px;text-align: center;position: absolute;right:0;bottom:0;border-radius:30px;background: linear-gradient(270deg, #2239a3 0%, #066de8 100%);font-size: 16px;font-weight: 400;color: #ffffff;display:flex;align-items: center;justify-content: center;}
.index-pro{padding:50px 0;}
.index-pro .hd{max-width:1300px;margin:0 auto;margin-bottom:60px;display:flex;align-items: center;justify-content: center;}
.index-pro .hd .item{flex:1;text-align:center;cursor: pointer;}
.index-pro .hd .item .i img{width:68px;}
.index-pro .hd .item .p{display:inline-block;position: relative;;font-size:14px;color:#0e0232;line-height: 26px;}
.index-pro .hd .item.on .p:after{content:'';position: absolute;bottom:-10px;left:0;width:100%;height:2px;background:#1B2B76;}
.index-pro .bd .bd_box{width:100%;display:flex;flex-wrap:wrap;}
.index-pro .bd .bd_box .item{width:25%;margin-bottom:25px;}
.index-pro .bd .bd_box .item a{display:block;margin:0 10px;padding-bottom:30px;;border:1px solid #E3E3E3;}
.index-pro .bd .bd_box .item .pic{text-align:center;padding:0 0 15px;}
.index-pro .bd .bd_box .item .pic img{height:180px;width:100%;}
.index-pro .bd .bd_box .item .txt{padding:0 15px;text-align:center;}
.index-pro .bd .bd_box .item .txt h2{font-size:17px;color:#1D1F2A;margin-bottom:15px;}
.index-pro .bd .bd_box .item .txt p{font-size:14px;color:#666;height:46px;line-height:23px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2}
.index-pro .bd .bd_box .item .tags{padding:0 30px;display:flex;align-items: center;}
.index-pro .bd .bd_box .item .tags span{display:inline-block;margin:0 5px 10px 5px;padding:0 15px;height:28px;line-height: 28px;border-radius:14px;font-size:12px;color:#1D1F2A;border:1px solid #1D1F2A;}
.index-news{background:#F5F7FB;padding:60px 0;}
.index-news .container{display:flex;}
.index-news .hd{width: 24.6%;margin-right:.4%;}
.index-news .hd .item{cursor: pointer;color: #666666;}
.index-news .hd .item a{padding:18.4px;display:block;}
.index-news .hd .item .info-title{font-size: 18px;font-weight: 600;margin-bottom: 2px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-news .hd .item .info-time{font-size: 14px;font-weight: 400;color: #999999;line-height: 24px;}
.index-news .hd .item.on{background: #1b2b76;color: #ffffff;box-shadow: 0px 10px 14px -8px rgba(13, 71, 140, 0.8);}
.index-news .hd .item.on .info-title{color:#fff;}
.index-news .hd .item.on .info-time{color:#fff;}
.index-news .bd{width:75%}
.index-news .bd .item{background: linear-gradient(90deg, #1a69e3 0%, #33a6ea 100%);}
.index-news .bd .item a{display:flex;align-items: center;height:100%;width:100%;padding:6%;}
.index-news .bd .item a .txt{flex: 1;}
.index-news .bd .item a .txt h3{font-size: 28px;font-weight: 600;color: #ffffff;line-height: 40px;-webkit-line-clamp: 2;word-break: break-all;}
.index-news .bd .item a .txt p{font-size: 14px;font-weight: 400;color: #ffffff;line-height: 24px;-webkit-line-clamp: 3;margin:30px 0;}
.index-news .bd .item a .txt span{font-size:18px;color:#fff;display:flex;align-items: center;}
.index-news .bd .item a .txt img{height:8px;margin-left:20px;}
.index-news .bd .item a .pic{display:flex;align-items: center;margin-left: 40px;aspect-ratio: 480 / 290;position: relative;flex: 0 0 46%;max-width: 480px;}

.list-news{background:url(../images/info-list-bg.png) no-repeat center top;padding:120px 0 0 0;}
.list-news .container{display:flex;}
.list-news .info-menu{width:300px;background:#E4EBF8 url(../images/article-bg.png) no-repeat right top;}
.list-news .info-menu .info-menu-list{position:sticky;top:80px;}
.list-news .info-menu h3{padding: 40px;padding-bottom: 20px;font-size: 16px;font-weight: 600;color: #1d1f2a;line-height: 20px;}
.list-news .info-menu a{padding: 20px 40px;display: block;font-size: 16px;font-weight: 600;color: #666666;line-height: 20px;cursor: pointer;}
.list-news .info-menu a.on,.list-news .info-menu a:hover{color: #1b2b76;background: #ffffff;}
.list-news .info-content{width:calc(100% - 300px);padding:30px;background:#fff;}
.list-news .info-content .t{font-size: 16px;font-weight: 600;color: #1d1f2a;line-height: 30px;padding-bottom:20px;margin-bottom: 20px;border-bottom:1px solid #d8d8d8;}
.list-news .info-content .list .item{padding-top:30px;padding-bottom: 19px;cursor: pointer;border-bottom: 1px solid #d8d8d8;}
.list-news .info-content .list .item{display:flex}
.list-news .info-content .list .item .pic{width: 0;flex: 0 0 26.8%;margin-right: 20px;}
.list-news .info-content .list .item .txt{flex: 1;width: 0;}
.list-news .info-content .list .item .txt h3{padding:5px 0 10px;}
.list-news .info-content .list .item .txt h3 a{font-size: 20px;font-weight: 600;color: #1d1f2a;line-height: 30px;margin-top: 15px;}
.list-news .info-content .list .item .txt .more{display:flex;justify-content: space-between;align-items: center;margin-bottom:15px;;}
.list-news .info-content .list .item .txt .more .tags{display:flex;align-items: center;;}
.list-news .info-content .list .item .txt .more .tags a{color:#333;font-size:14px;border:1px solid #999999;padding:3px 8px;;margin-right:15px;;}
.list-news .info-content .list .item .txt .more .p span{font-size:12px;color:#666;margin-left:15px;}
.list-news .info-content .list .item .txt p{font-size:14px;line-height:24px;}
.pages{display:flex;justify-content: flex-end;align-items: center;padding:20px 0;;}
.pages a{padding:5px 12px;border:1px solid #E2E2E2;border-left:0;}
.pages a:first-child{border-left:1px solid #E2E2E2}
.pages a.on,.pages a:hover{background:#1B2B76;color:#fff;}

.show-news{background:url(../images/info-list-bg.png) no-repeat center top;padding:120px 0 0 0;}
.show-news .container{display:flex;background:#FFFFFF;padding:30px;justify-content: space-between;}
.show-news .info-list{width:340px;}
.show-news .info-list .bd a{display:block;width:100%;position: relative;margin-bottom:20px;}
.show-news .info-list .bd a .p{    position: absolute;bottom: 0;padding: 9px 10px;background: rgba(0, 0, 0, 0.5);font-size: 16px;font-weight: 500;color: #ffffff;line-height: 22px;left: 0;right: 0;}
.show-news .t{margin-bottom: 20px;border-bottom: 1px solid #D8D8D8;font-size: 16px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600;color: #1d1f2a;line-height: 20px;padding-bottom: 20px;}
.show-news .t a,.show-news .t span{font-size:14px}
.show-news .info-content{width:calc(100% - 400px)}
.show-news .info-content .title{font-size: 32px;font-weight: 600;color: #1d1f2a;line-height: 52px;margin:20px 0 0 0;}
.show-news .info-content .info{margin:20px 0;display:flex;justify-content: flex-end;align-items: center;}
.show-news .info-content .info span{margin-left:15px;color:#666;font-size:14px;}
.show-news .info-content .body{font-size:16px;line-height:26px;}
.show-news .info-content .body p{margin-bottom:15px;}

.list-pro{padding:50px 0;background:#F5F5F5;}
.list-pro .container{display:flex;justify-content: space-between;max-width:1300px;}
.list-pro .list-pro-menu{width:305px;border: 1px dashed #ddd}
.list-pro .list-pro-menu h3,.list-pro .list-pro-menu h4,.list-pro .list-pro-menu h5,.list-pro .list-pro-menu h6{position: relative;}
.list-pro .list-pro-menu .item h3 a {background: #fff;display: flex;align-items: center;justify-content: space-between;height:45px;padding: 0 20px;white-space: nowrap;list-style: none;font-size: 15px;color: #303133;cursor: pointer;position: relative;transition: background-color 0.3s ease, color 0.3s ease;background:#007bff;color: #fff;border-left-color: #101E8E;}
.list-pro .list-pro-menu .item .sub {overflow: hidden;transition: max-height 0.3s ease-out;}
.list-pro .list-pro-menu .item .sub.level2 .sub-item h4 a {display: flex;align-items: center;justify-content: space-between;height:45px;padding: 0 20px;font-size: 13px;color: #555;background-color: #f9f9f9;transition: background-color 0.3s ease, color 0.3s ease;}
.list-pro .list-pro-menu .item .sub.level2 .sub-item h4 a:hover,
.list-pro .list-pro-menu .item .sub.level2 .sub-item h4 a.on {background-color: #eef6ff;color: #0056b3;}
.list-pro .list-pro-menu .item .sub.level3 .sub-item h5 a {display: flex;align-items: center;justify-content: space-between;height: 44px;padding: 0 20px 0 30px;font-size: 12px;color: #777;background-color: #F5F5F5;transition: background-color 0.3s ease, color 0.3s ease;}
.list-pro .list-pro-menu .item .sub.level3 .sub-item h5 a:hover,.list-pro .list-pro-menu .item .sub.level3 .sub-item h5 a.on {background-color: #f0f7fc;color: #006aa7;}
.list-pro .list-pro-menu .item .sub.level4 .level4-link {display: flex;align-items: center;height: 40px;padding: 0 20px 0 40px;font-size: 12px;color: #999;background-color: #fdfdfd;transition: background-color 0.3s ease, color 0.3s ease;box-sizing: border-box;}
.list-pro .list-pro-menu .item .sub.level4 .level4-link:hover,.list-pro .list-pro-menu .item .sub.level4 .level4-link.on {background-color: #f5fbfe;color: #007faa;}
.list-pro .list-content{width:calc(100% - 330px);}
.list-pro .list-content .lists{display:flex;flex-wrap:wrap;}
.list-pro .list-content .lists .item{width:calc(100% / 3 - 12px);;margin:0 18px 18px 0;box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);}
.list-pro .list-content .lists .item:nth-child(3n){margin-right:0;}
.list-pro .list-content .lists .item a{padding: 20px;display:block;width:100%;background:#fff;}
.list-pro .list-content .lists .item .pic{padding:15px 0;text-align:center;}
.list-pro .list-content .lists .item .pic img{width:100%;height:100px;}
.list-pro .list-content .lists .item .txt h3{font-size:18px;color:#101E8E;margin:10px 0 15px;text-align:center;}
.list-pro .list-content .lists .item .txt p{font-size:14px;line-height:25px;margin-bottom:15px;height:75px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3}
.list-pro .list-content .lists .item .btn{display:flex;align-items: center;;}
.list-pro .list-content .lists .item .btn span{font-size:14px;height:40px;width:50%;background:#EEEEEE;display:flex;align-items: center;justify-content: center;}
.list-pro .list-content .lists .item .btn span:first-child{border-radius:8px 0 0 8px;background:#101E8E;color:#fff}
.list-pro .list-content .lists .item .btn span:last-child{border-radius: 0 8px 8px 0;}
.list-pro .list-content .lists .item .btn span i{margin:0 10px;}

.show-pro{padding:50px 0;background:#F5F5F5;}
.show-pro .title{margin-bottom:40px;position: relative;height: 117px;line-height: 106px;background-repeat: no-repeat;background-image: url(../images/product_07.png);background-size: 100% 100%;padding-left:20px;font-size: 30px;font-weight: 700;color: #fff;display: -webkit-box;-webkit-box-orient: vertical;   -webkit-line-clamp: 2;overflow: hidden;}
.show-pro .hd{display:flex;align-items: center;justify-content:space-between;margin: 30px 0;background-color: #fff;border: 1px solid #eee;line-height: 50px;}
.show-pro .hd .btn{display:flex;align-items: center;height:100%;}
.show-pro .hd .btn .item{display: inline-block;padding: 0 30px;text-align: center;font-size: 14px;cursor: pointer;border-right: 1px solid #eee;}
.show-pro .hd .btn .item.on{color: #fff;background-color: #101e8e;} 
.show-pro .hd .pay{padding: 0 30px;text-align: center;font-size: 14px;cursor: pointer;}
.show-pro .hd .pay i{margin-left:10px;}   
.show-pro .bd{font-size:16px;line-height:26px;}
.show-pro .bd p{margin-bottom:15px;}

.help_banner{width:100%;height:320px;background:#0F50DF;display:flex;justify-content: center;align-items: center;flex-wrap:wrap;flex-direction: column;}
.help_banner p{font-size:14px;color:#fff;text-align:center;margin-top:25px}
.help_banner form{display:flex;width:900px;position: relative;;margin:0 auto;height:55px;background:#FFFFFF;border-radius:30px;padding:0 30px 0 40px;}
.help_banner form input{flex:1;}
.help_banner form i{position: absolute;left:10px;top:20px;font-size:15px;color:#999;}
.help_box{background:#F4F4F4;padding:100px 0;}
.help_box .help_box_wrap{width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;}
.help_box .item{width:calc(100% / 3 - 20px);margin:0 30px 30px 0;background:#fff;padding:15px;border-radius:4px;}
.help_box .item:nth-child(3n){margin-right:0;}
.help_box .item .i img{height:30px;}
.help_box .item .t{padding:15px 0;}
.help_box .item .t a{font-size:24px;color:#1d1f2a;font-weight:bold;}
.help_box .item .p a{padding-left:25px;position: relative;;display: block;width: 100%;height: 30px;line-height: 30px;font-size:14px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.help_box .item .p a:before{content: "";position: absolute;left:5px;top:8px;width:8px;height:8px;background:#CCCCCC;border-radius:8px;}

.filter-box {padding: 20px;background-color: #fff;margin-bottom: 20px;}
.filter-boxs {margin-bottom: 10px;}
.filter-tit {font-size: 15px;color: #333;margin-bottom: 10px;display: block;}
.filter-cen {display: flex;flex-wrap: wrap;gap: 10px;}
.filter-cen a {display: inline-flex;align-items: center;justify-content: center;padding:5px 12px;border-radius:4px;font-size: 12px;background-color: #fff;border: 1px solid #ddd;text-decoration: none;transition: all 0.3s ease;cursor: pointer;box-shadow: 0 1px 2px rgba(0,0,0,0.03);}
.filter-cen a:hover {background-color: #f0f0f0;color: #007bff;}
.filter-cen a.active {background-color: #007bff;color: #fff;border-color: #007bff;font-weight: bold;box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);}
.filter-cen a.active b {color: inherit;}

.head_wap{display: none;}
.wpnvbg{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 9999;background: rgba(0,0,0,.7);opacity: 0;visibility: hidden;transition: .25s;}
.wpnvbg_active{opacity: 1;visibility: inherit;}
a.wapprda.wapprda_active{font-weight: bold;}
.active-link{font-weight: bold;}
.waplga{padding: 0 15px;}
.wpheadhide {display: none;}
.waplga a{display: inline-block;width: 47%;height: 34px;text-align:center;;background: #fff;color: #20A53A;line-height: 32px;font-size: 13px;border: 1px solid #20A53A;}
.waplga a.active{background: #20A53A;color: #fff;}
.waplga a.waplga_ac{display: block;margin: 0 auto;float: none;background: #fff;color: #20A53A;}
.wrap,.wrap_1400,.wrap_1200{width: 100%;padding: 0 15px;}
.swiper-container-bn .bnimg{height: 200px;}
.head_wap_wt .whead{background: rgba(0,0,0,.7);}
.head_wap_wt .waphd_height{display: none;}
.head_wap_wt .whead i,.head_wap_wt .wapnavtop i{filter: grayscale(100%) brightness(500%);}
.whead i {display: block;width: 60px;height: 60px;background: url(../images/navicon.png) no-repeat center;background-size: 40%;color: #fff;text-align: center;line-height: 60px;font-size: 18px;position: absolute;right: 0;top: 0;z-index: 99999999;}
.head_wap_wt .wapnav{background: rgba(0,0,0,.5);}
.head_wap_wt .wpheadhide1 a{background: none !important;}
.head_wap_wt .wapnava a.wapprda,.head_wap_wt .wpheadhide a,.head_wap_wt .wapnavtop{color: #fff;border-bottom: 1px solid rgba(255,255,255,.2);}
.head_wap_wt .wapprda i img, .head_wap_wt .wapprda1 i img{filter: grayscale(100%) brightness(500%);}
.text14{font-size: 14px;line-height: 27px;}
.text16,.text18,.text20{font-size: 14px;line-height: 27px;}
.ftwt_none{font-weight: normal;}
.wapnav{width: 240px;height: 100%;position: fixed;right: 0;top: 0;background: #fff;z-index: 9999;margin-right: -240px;transition: .5s;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.wapnava {padding: 0 0 15px 0;}
.wapnavtop{color: #fff;height: 60px;line-height: 60px;padding: 0 15px;border-bottom: 1px solid #eee;display: flex;align-items: center;}
.wapnavtop i{display: block;width: 60px;height: 60px;background: none;color: #222;text-align: center;line-height: 50px;font-size: 18px;position: absolute;background: url(../images/close.png) no-repeat center;background-size: 30%;right: 0;top: 0;z-index: 99999999;}
.wapprda i, .wapprda1 i {display: block;position: absolute;right: 15px;top: 0;height: 44px;line-height: 44px;transition: .25s;}
.wapprda_active i,.wapprda1_active i{transform:rotate(90deg);}
.wapnavtop i img{vertical-align: middle;margin-top: -3px;}
.wapnava p{display: block;}
.wapnava span{width: 100%;}
.wapnava a.wapprda{display: block;height: 50px;line-height: 48px;padding: 0 25px;color: #666;width: 100%;border-bottom: 1px solid #eee;font-size: 15px;}
.wpheadhide a{display: block;height: 48px;line-height: 46px;padding: 0 25px;color: #444;width: 100%;border-bottom: 1px solid #eee;}
.wapnava1{background: url(../images/navabg_06.png) no-repeat center;color: #E60012;text-align: center;border-bottom: 0 !important;margin-top: 10px;margin-bottom: 10px;}
.wapnavp1{text-align: center;font-weight: bold;}
.top-tips,.head_pc{display: none;}
.waphide{display: none;}
.wapprda,.wapprda1{position: relative;}
.wapprda i,.wapprda1 i{display: block;position: absolute;right: 15px;top: 0;}
.wapprda i img,.wapprda1 i img{height: 10px;}
.waplogin {font-size: 15px;}
.waplogin img{vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.whead{height: 60px;background: #fff;position: fixed;left: 0;top: 0;width: 100%;z-index: 9999;box-shadow: 0 0 15px rgba(0,0,0,.15);display: flex;align-items: center;padding: 0 15px;}
.waphd_height{width: 100%;height: 60px;}
.wlogo{display: inline-block;}
.wlogo img{display: block;border: 0;height: 36px;}
.waphdlg{display: inline-block;}
.waphdlg img{display: block;height: 30px;}
.wapnav_active{right: 0;top: 0;height: 100%;margin-right: 0;overflow-x: hidden;overflow-y: auto;}

@media screen and (max-width:992px) {
.head_wap{display:block}
.container{max-width:100%;}
.top,.header{display:none;}
.index-pro{padding:30px 5px 15px 5px}
.index-title{margin-bottom:20px}
.index-title h2{font-size:24px;line-height:30px;}
.index-title p{margin:10px 0;}
.index-pro .bd .bd_box .item{width:50%;margin-bottom:10px;}
.index-pro .bd .bd_box .item a{padding-bottom:15px;margin:0 5px}
.index-pro .bd .bd_box .item .pic{padding-bottom:10px}
.index-pro .bd .bd_box .item .pic img{height:100px;}
.index-pro .bd .bd_box .item .txt{padding:0 10px;}
.index-pro .bd .bd_box .item .txt h2{font-size:14px;margin-bottom:0;height:42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.index-pro .bd .bd_box .item .txt p{display:none;}
.help_banner{height:240px;}
.help_banner form{width:90%;height:45px;}
.help_banner form i{top:15px}
.help_banner p{margin:10px 10px 0}
.help_box{padding:30px 10px}
.help_box .help_box_wrap{width:100%;}
.help_box .item{width:100%;margin:0 0 20px 0;}
.help_box .item:last-child{margin-bottom:0;}
.help_box .item .t{padding:8px 0;}
.help_box .item .t a{font-size:18px}
.footer{padding:20px 10px;}
.footer .container{ma-width:100%;flex-wrap:wrap;}
.footer .txt{width:100%;margin:0;}
.footer .form{width:100%;margin:30px 0;padding:0;border:0;}
.footer .form h3{margin-bottom:20px;}
.footer .form form input{width:100%;height:40px;margin-bottom:10px;}
.footer .form form .btn{justify-content: center;}
.footer .wx{width:100%;margin:0;padding:0;}
.footer .wx p{max-width:200px;margin:0 auto;}
.bottom{height:auto;padding:20px 10px 30px;font-size:14px;}
.bottom a{color:#fff;margin-left:10px;}
.list-news .container{flex-wrap:wrap}
.list-news .info-menu{display:none;}
.list-news .info-content{width:100%;padding:20px 10px;}
.list-news .info-content .t{font-size:20px;padding-bottom:10px;margin-bottom:10px;line-height:1;}
.list-news .info-content .list .item{padding:15px 0;flex-wrap:wrap;}
.list-news .info-content .list .item .pic{width:100%;flex:none;}
.list-news .info-content .list .item .txt{width:100%;flex:none;}
.list-news .info-content .list .item .txt h3 a{font-size:16px;line-height:24px;}
.show-news .container{flex-wrap:wrap;padding:15px 10px;}
.show-news .info-content{width:100%;}
.show-news .info-list{width:100%;}
.show-news .info-content .title{font-size:24px;margin:0;line-height:30px;}
.list-pro{padding:30px 10px;}
.list-pro .container{max-width:100%;}
.list-pro .list-pro-menu{display:none;}
.list-pro .list-content{width:100%;}
.list-pro .list-content .lists .item{width:100%;margin:0 0 15px 0 !important}
.list-pro .list-content .lists .item .txt p{height:auto;}
.show-pro{padding:30px 10px;}
.show-pro .title{height:auto;line-height:1;padding:30px 20px;font-size:24px;margin-bottom:20px;}
.show-pro .hd{margin:10px 0;line-height:40px;}
.show-pro .hd .btn{width:100%;}
.show-pro .hd .pay{display:none;}
.show-pro .hd .btn .item{flex:1;}
.show-pro .hd .btn .item:last-child{border-right:0;}
.index-scheme{padding:30px 10px;}
.index-scheme .bd .item{width:100%;margin:0 0 25px 0;}
.index-scheme .bd .item a{padding:0;flex-wrap:wrap;}
.index-scheme .bd .item .pic{width:100%;height:auto;}
.index-scheme .bd .item .txt{width:100%;}
.index-scheme .bd .item .txt h3{margin:8px 0;font-size:18px;}
.index-scheme .bd .item .txt span{display:none;}
.index-news{padding:30px 10px;}
.index-news .bd{display:none;}
.index-news .hd{width:100%;margin:0}
}