﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@media screen and  (min-width:1600px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}

html {
  scrollbar-width: thin;
  scrollbar-color: #0565d5 #eee;
}
html::-webkit-scrollbar {
  width:8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #0565d5;border-radius:8px;
}
html::-moz-scrollbar {
  width:8px; 
}
html::-moz-scrollbar-thumb {
  background-color: #0565d5;border-radius:8px;
}	


.max-width{max-width:1600px; margin-right: auto; margin-left: auto;}
.ctext{padding-left:0.8rem;padding-right:0.8rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left:15px;padding-right:15px;}
}


/*PC head*/
.t_navs{ width:100%; background:#0565d5;}
.t_navs .top{ width: 100%; display: flex; justify-content: space-between; align-items: center; height:1rem;  }
.t_navs .left{ display: flex; align-items: center;margin-right: 0.1rem;}
.t_navs .right{ display: flex; align-items: center;}
.t_navs .logo{ line-height: 0; float: left;}
.t_navs .logo a{ float: left;}
.t_navs .logo img{ width: auto; max-width:inherit; height:0.8rem;}
.t_navs .vip{ display: flex;  background:#034089; border-radius: 0.1rem; padding: 0 0.3rem;}
.t_navs .vip a{ display: block; color: #fff; position: relative;line-height:0.6rem; font-size:calc(14px + 0.06rem); }
.t_navs .vip a:first-child{ margin-right: 0.1rem;}
.t_navs .vip a:hover{ color: #ffa64d;}
.t_navs .return{ background:#034089; border-radius: 0.1rem; padding: 0 0.55rem;}
.t_navs .return a{ display: block; color: #fff; position: relative;line-height:0.6rem; font-size:calc(14px + 0.06rem); }
.t_navs .return a:hover{ color:#ffa64d; }
.t_navs .menu{float: left; margin-right: 0.1rem;}
.t_navs .menu ul{float: left;}
.t_navs .menu .nli{ float: left; padding: 0 0.08rem;}
.t_navs .menu .nli span a{ display: block;color: #fff; position: relative;line-height:1rem; font-size:calc(14px + 0.06rem);}
.t_navs .menu .nli.on,
.t_navs .menu .nli:hover{ background-color: #034089;  text-decoration: none;  transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}

.t_top{ background-color: #fff; }
.t_top .top_navs{ display: flex; justify-content: space-between; padding: 0 27px 0 20px;}
.t_top .top_navs a{ font-size: calc(14px + 0.04rem); line-height: 0.5rem; color: #0565d5; padding: 0 0.05rem;}
.t_top .top_navs a.on,
.t_top .top_navs a:hover{ color: #000;}

.t_navs.ect{ position:fixed; left:0; top:0; z-index: 20; width:100%;}

@media screen and (max-width:1800px) {
.t_navs .vip{ padding: 0 0.2rem;}
.t_navs .menu .nli{ padding: 0 0.05rem;}
.t_navs .vip a,.t_navs .return a{ font-size:calc(14px + 0.04rem);}	
.t_navs .menu .nli span a{ font-size:calc(14px + 0.04rem);}
.t_navs .return{ padding: 0 0.4rem;}

}

@media screen and (max-width:1600px) {
.t_navs .logo img{ height:0.6rem;}
.t_navs .menu .nli{ padding: 0 0.03rem;}
.t_navs .vip a{ font-size:calc(14px + 0.02rem);}	
.t_navs .menu .nli span a{ font-size:calc(14px + 0.02rem);}
.t_top .top_navs a,.t_navs .return a{ font-size: calc(14px + 0.02rem);}
}
@media screen and (max-width:1024px) {
.t_navs .top{ height:54px;}
.t_navs .menu{ display: none;}
.t_navs .top .logo img{ height:36px;}
.t_navs .vip,.t_navs .return{ padding:0 5px; margin-right:15px; border-radius: 3px;}
.t_navs .vip a,.t_navs .return a{ font-size:14px; line-height:25px; padding:0 5px 1px 5px;}
.t_top{ display: none;}
}


.menuph{ display:none; float: right; width:26px; height: 20px; cursor: pointer; text-align: center;}
.menuph .point { float:left; width: 100%;  height: 20px; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before { width: 100%;}
.menuph .navbtn { position: absolute; top:9px; right: 0; display: inline-block; width:100%; height: 2px; background: #fff;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.menuph .navbtn::after,
.menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 100%; height: 2px; content: ''; background: #fff;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.menuph .navbtn::after { top: -9px;}
.menuph .navbtn::before { top: 9px;}
.menuph.active .point .navbtn{ background: transparent !important;}
.menuph.active .point .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px;}
.menuph.active .point .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px;}

@media  screen and (max-width:1024px){
.menuph{ display:block;}
}

.xialaph{ position: fixed; left: 0; float: left; width: 100%; top:54px; height:calc(100vh - 54px); overflow: scroll; padding:5px 15px 50px 15px; display: none; z-index:15; background:#fff; }
.xialaph::-webkit-scrollbar{ display: none;}
.xialaph .ul2,
.xialaph .ul3{ display: none;}
.xialaph h4 a{ float: left; width:100%; color: #000; font-size:16px; line-height:30px; padding:10px 5px;}
.xialaph h4{ float: left; width: 100%; position: relative; margin-top:-1px;}
.xialaph h4 span,
.xialaph h5 span{display:block; width:50px; height:50px; position:absolute; right:-15px; top:0;}
.xialaph h4 i,
.xialaph h5 i{ float:left; width:50px; height:100%; position:absolute; right:0; top:0; z-index: 6;}
.xialaph h4 i::after,
.xialaph h5 i::after{ content:''; float:left; width:10px; height:10px; position:absolute; right:8px; top:50%; border-top:1px solid #fff; border-right:1px solid #fff; transform:translate(0,-50%) rotate(45deg); -ms-transform:translate(0,-50%) rotate(45deg);}
.xialaph h4.active i::after,
.xialaph h5.active i::after{ transform:translate(0,-50%) rotate(135deg); -ms-transform:translate(0,-50%) rotate(135deg); margin-top:-4px; border-top:1px solid #0565d5; border-right:1px solid #0565d5; opacity:1}
.xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color:rgba(0,0,0,0.1);}
.xialaph li:first-child h4::after{ display:none;}
.xialaph li:last-child h4::before{ display:none;}
.xialaph h4.active a{ color: #0565d5;}
.xialaph h5:hover a{ color: #0565d5;}
.xialaph h4::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color:rgba(0,0,0,0.1);}
.xialaph h5 a{ float: left; width:100%; color: #fff; font-size:14px; line-height:30px;}
.xialaph h5{ float: left; width: 100%; position: relative;}
.xialaph h5::after{ display:none; content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color:rgba(0,0,0,0.1);}
.xialaph li:last-child h5::after{ display:none;}
.xialaph .ul1{ float: left; width: 100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.xialaph .ul2{ float: left; width: 100%; padding:0 10px 20px 10px;}
.xialaph .dl1{ float: left; width: 100%; padding:20px 15px 0 15px;}
.xialaph .dl1 li{ float: left; width: 100%;}
.xialaph .dl1 li a{ float: left; width: 100%; color: #0565d5; font-size:16px; line-height:26px; padding:3px 0;}


.pf-right{ z-index:10; position:fixed; right:0.18rem; bottom:12vh; width:0.5rem; display:none;}
.pf-right .li{ position: relative; display: block; width:100%; margin-top:10px;}
.pf-right .li .a{ border-radius:50%; background: #fff; display:block; line-height: 0; width:100%; padding:0.05rem;}
.pf-right .li:hover .a{ box-shadow:0 0 6px rgba(0,0,0,0.2);}
.pf-right .tel{ display:none; position: absolute; right:100%; top:0; background: #fff; border-radius:0.5rem; color: #000; font-size:16px; line-height:0.5rem; padding:0 0.3rem;}
.pf-right .er{ display: none; position: absolute; right:100%; top:0; width:120px; background: #fff; border-radius:6px; line-height:0; overflow: hidden;}
.pf-right .li:hover .tel{ display:block; margin-right: 10px;}
.pf-right .li:hover .er{ display:block; margin-right: 10px;}
.pf-right .tel-ph{ display: none;}

@media screen and (max-width:1600px) {
.pf-right{ right:0.1rem;}	
}	
@media screen and (max-width:1024px) {
.pf-right{ bottom:80px; right:5px; width:30px;}
.pf-right .li{ margin-top: 5px;}
.pf-right .li .a{ padding:2px;}
.pf-right .tel{ border-radius:30px; line-height:30px; padding:0 15px;}
.pf-right .tel-ph{ display: block;}
.pf-right .tel-pc{ display: none;}
}

.index-banner{ display:flex; width: 100%; overflow: hidden; z-index:5; position: relative;}
.index-banner .swiper-wrapper{position: relative; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;}
.index-banner .swiper-slide {flex-shrink: 0; position: relative; transition-property: transform; width:100%; line-height: 0;}
.index-banner .swiper-slide .pc_show1{width: 100%;}
.index-banner .swiper-slide .ph_show1{width: 100%;}
.index-banner .swiper-prev,
.index-banner .swiper-next{ display:flex; position: absolute; z-index:10; bottom:50%; width:0.4rem; height:0.4rem; background: url(img/icon1.png) center no-repeat; background-size:100% 100% !important; cursor: pointer; }
.index-banner .swiper-prev{ left:1.6rem; transform: rotateY(180deg); -ms-transform: rotateY(180deg);}
.index-banner .swiper-next{ right:1.6rem;}

.index-banner .box { width: 100%; position: absolute; z-index: 10; bottom: 0.6rem;  left: 0; }
.index-banner .search{ width: 87.5%; margin: 0 auto; position: relative; padding: 0.1rem; background: rgba(255,255,255,0.5); border-radius: 0.5rem;}
.index-banner .search input { width: 100%; background-color: #fff; padding:0.1rem 0.4rem; line-height:0.4rem; height:0.6rem; border-radius:0.5rem;font-size: calc(14px + 0.04rem); color: #000;}
.index-banner .search-icon{ display:flex; align-items: center; justify-content: center;  background-color: #0565d5; position: absolute; right: 0.2rem; top: 50%; border-radius: 0.5rem; width:0.6rem; height: 0.4rem; transform: translateY(-50%); -ms-transform: translateY(-50%);}
.index-banner .search-icon img{ width: 0.24rem;}


@media screen and (max-width:1024px) {
.index-banner .swiper-prev,
.index-banner .swiper-next{ width:30px; height:30px;}
.index-banner .swiper-prev{ left:15px;}
.index-banner .swiper-next{ right:15px;}
.index-banner .search{ padding: 5px;border-radius: 36px;}
.index-banner .search input {  height:36px; border-radius: 36px; padding: 10px 16px; font-size: 14px;}
.index-banner .search-icon{ right:9px; border-radius:36px; width:40px; height:28px;}
.index-banner .search-icon img{ width: 14px;}
}

.main_back{ background-color: #f4f4f4; padding-top: 50px; padding-bottom: 40px;}

.main1{ background-color: #fff; border-radius: 10px;}
.t_tit{ display: flex; justify-content: space-between; align-items: center; padding: 34px 37px 34px 32px; border-bottom: 3px solid #0565d5;}
.t_tit .tit{ font-size: calc(14px + 0.12rem); line-height: calc(22px + 0.1rem); color: #0565d5;}
.t_tit .more{ font-size: calc(14px + 0.04rem); line-height: 22px ; color: #555555; white-space: nowrap;}
.main1 .cont{ padding: 27px 30px 30px 30px; display: flex; justify-content: space-between;}
.main1 .cont .left{ width: 51.94%;}
.main1 .cont .left .pb{ height:100%;}
.main1 .cont .right{ width: 45.45%;}
.main1 .cont .right .box{ border-bottom: 1px solid #dddddd; padding:0.2rem 0;}
.main1 .cont .right .box:first-child{ padding-top:0 !important;}
.main1 .cont .right .box:last-child{ border-bottom: 0;}
.main1 .cont .right .box a{ display: flex; justify-content: space-between;}
.main1 .cont .right .box .p{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.1rem);  margin-right: 0.7rem;  color: #000;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
.main1 .cont .right .box .date{ font-size: calc(14px + 0.02rem); line-height: 22px; color: #aaaaaa; white-space: nowrap;}


@media screen and (max-width:1600px) {
.main1 .cont .right .box{ padding:0.16rem 0;}	
.main1 .cont .right .box .p{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.08rem); margin-right: 0.5rem; }
}

@media screen and (max-width:1440px) {
.t_tit .tit{ font-size: calc(14px + 0.1rem); line-height: calc(22px + 0.08rem); }
.t_tit .more{ font-size: calc(14px + 0.02rem); line-height: 20px ;}
.main1 .cont .right .box:first-child{ padding:0 0 12px 0;}
.main1 .cont .right .box .p{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.02rem); margin-right: 0.4rem; }
}
@media screen and (max-width:1400px) {
.main1 .cont .right .box{ padding:0.1rem 0;}
}
@media screen and (max-width:1024px) {
.main_back{padding-top: 30px; padding-bottom: 20px;}
.t_tit{ padding: 17px 18px 17px 16px;}
.t_tit .tit{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.06rem); }
.t_tit .more{ font-size: 14px; line-height: 18px;}
.main1 .cont{ padding: 15px 15px 10px 15px;}
.main1 .cont .left .pb{ padding-bottom: 55%;}
.main1 .cont .right .box{ padding:10px 0;}
.main1 .cont .right .box:first-child{ padding:0 0 6px 0;}
.main1 .cont .right .box .p{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.06rem); margin-right: 0.2rem;}
.main1 .cont .right .box .date{ font-size: 14px; line-height: 20px;}
}
@media screen and (max-width:768px) {
.t_tit .tit{ font-size: 18px; line-height: calc(22px + 0.04rem); }
.main1 .cont{ flex-wrap: wrap;}
.main1 .cont .left{ width:100%; margin-bottom: 10px;}
.main1 .cont .right{ width: 100%;}
.main1 .cont .right .box .p{ font-size: calc(14px + 0.02rem); line-height: calc(22px + 0.04rem); margin-right: 5px;}
.main1 .cont .right .box .date{ font-size: 12px; line-height: 18px;}
}

.main2 { margin-top: 40px;}
.main2 .cont{ display: flex; justify-content: space-between;}
.main2 .cont .left,.main2 .cont .right{ width: 48.75%; background-color: #ffffff; border-radius: 10px; padding-bottom: 30px;}
.main2 .cont .box{ margin: 27px 30px 0 30px; border-bottom: 1px solid #dddddd;}
.main2 .cont .box:last-child{border-bottom: 0;}
.main2 .cont .box ._flex{ display: flex; justify-content: space-between;}
.main2 .cont .box .flex_{ display: flex; justify-content: space-between;}
.main2 .cont .box img{ width: 40px; height: 40px; margin-right: 12px;}
.main2 .cont .box .p1{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); color: #000; margin-right: 12px;}
.main2 .cont .box .p2{ font-size: calc(14px + 0.04rem); line-height: 40px; height: 40px; color: #fff; white-space: nowrap; background-color: #4b9564; padding: 0 12px 0 10px; border-radius: 10px;}
.main2 .cont .box .p3{ font-size: calc(14px + 0.02rem); line-height: 20px; margin-left: 52px; margin-bottom: 21px; margin-top: 13px; color: #bababa;}
.main2 .cont .box .s{ margin-right:10px;}
.main2 .cont .box .s:last-child{ margin-right:0 !important;}

@media screen and (max-width:1440px) {
.main2 .cont .left,.main2 .cont .right{padding-bottom: 20px;}
.main2 .cont .box img{ margin-right: 8px;}
.main2 .cont .box .p1{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.02rem); margin-right: 8px;}
.main2 .cont .box .p2{ font-size: calc(14px + 0.02rem); line-height: 36px; height: 36px;}
.main2 .cont .box .p3{ font-size: 14px ; line-height: 18px; margin-left: 48px;}
}	

@media screen and (max-width:1024px) {
.main2 { margin-top: 20px; }
.main2 .cont .left,.main2 .cont .right{padding-bottom: 10px;}
.main2 .cont .box{ margin: 13px 15px 0 15px;}
.main2 .cont .box img{ width:24px; height: 24px; margin-right: 6px;}
.main2 .cont .box .p1{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-right: 6px;}
.main2 .cont .box .p2{ font-size: 14px ; line-height: 32px; height: 32px; margin-left: 30px; }
.main2 .cont .box .p3{ font-size: 12px ; line-height: 16px; margin-left: 30px; margin-bottom: 13px; margin-top: 10px;}
}
@media screen and (max-width:768px) {
.main2 .cont{ flex-wrap: wrap;}
.main2 .cont .left{ margin-bottom: 15px;}
.main2 .cont .left,.main2 .cont .right{ width: 100%;}
.main2 .cont .box ._flex{ flex-wrap: wrap;justify-content: start;}
.main2 .cont .box .p1{ margin-right: 0;}
.main2 .cont .box .p2{ margin-top: 7px;  font-size: 12px ; line-height: 24px; height: 26px;border-radius:5px; }
.main2 .cont .box .p3{ margin-bottom: 13px; margin-top:7px;}
.main2 .cont .box .s:last-child{ display: block; width: 100%;}
}


.main3 { margin-top: 30px; background-color: #fff; border-radius: 10px;}
.main3 .cont{ padding: 18px 29px 39px 29px; display: flex; flex-wrap: wrap; width: calc(100% + 18px);}
.main3 .cont .box { padding-right: 18px; width:25%; margin-top: 18px;}
.main3 .cont .box a{ display: flex; flex-wrap: wrap; align-items: flex-start; width:100%; padding: 20px 32px 20px 23px; background-color: #f7f7f7; border-radius: 10px; border: 1px solid #dddddd; position: relative; height: 100%;}
.main3 .cont .box a:hover{ border: 1px solid #0565d5; cursor: pointer;}
.main3 .cont .box .p1{ width: 100%; font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); color: #000; margin-bottom: 48px; height:  calc(44px + 0.08rem);;}
.main3 .cont .box .p2{ width: 100%;  font-size: calc(14px + 0.02rem); line-height: 20px; color: #555; margin-bottom: 20px;}
.main3 .cont .box .p3{ width: 100%;  font-size: calc(14px + 0.02rem); line-height: 20px; color: #bbb;}

.main3_2{ margin-top: 40px;}
.main3_2 .cont .box .p1{ margin-bottom: 28px;}

@media screen and (max-width:1440px) {
.main3 .cont .box .p1,.main3_2 .cont .box .p1{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); margin-bottom: 24px; height: calc(44px + 0.04rem);}
.main3 .cont .box .p2,.main3 .cont .box .p3{ font-size:14px; line-height: 18px;}
.main3 .cont .box .p2{ margin-bottom: 10px; height: 36px;}
}	
@media screen and (max-width:1024px) {
.main3,.main3_2{ margin-top: 20px; }
.main3 .cont{ padding:10px 15px 20px 15px; width: calc(100% + 10px);}
.main3 .cont .box { padding-right:10px; margin-top: 10px;}
.main3 .cont .box a{ padding:14px 12px;}
.main3 .cont .box .p1,.main3_2 .cont .box .p1{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-bottom: 20px; height: 44px;}
.main3 .cont .box .p2,.main3 .cont .box .p3{ font-size:12px; line-height: 16px;}
.main3 .cont .box .p2{ height: 32px;}
}
@media screen and (max-width:768px) {
.main3 .cont .box { width:50%; }	
.main3 .cont .box .p1,.main3_2 .cont .box .p1{ margin-bottom: 10px;}
.main3 .cont .box .p2{  height: 32px;margin-bottom: 8px; }
}


.main4{ display: flex; justify-content: space-between; margin-top: 40px;}
.main4 .cont1,.main4 .cont2,.main4 .cont3{ width: 32.5%; background-color: #ffffff; border-radius: 10px;}
.main4 .cont-new{ padding: 8px 20px 10px 20px;}
.main4 .box{ padding: 19px 0; border-bottom: 1px solid #dddddd;}
.main4 .box:last-child{ border-bottom: 0;}
.main4 .box a{ display: flex; justify-content: space-between;}
.main4 .box .p1{ font-size: calc(14px + 0.04rem); line-height: 21px; color: #000;}
.main4 .box .p2{ font-size: calc(14px + 0.02rem); line-height: 19px; color: #bbb; padding-left: 20px; border-left: 2px solid #eeeeee; white-space: nowrap;}
.main4 .cont1 .box .p1{ margin-right: 20px;}
.main4 .cont3 .box:first-child{ padding: 16px 0 23px 0;}
.main4 .cont3 .box{ padding: 23px 0;}
.main4 .cont3 .box .p1{ font-size: calc(14px + 0.04rem); line-height: 21px; height:42px; -webkit-line-clamp: 2;}
.main4 .cont3 .box:nth-child(3) .p1{height: 42px;}
@media screen and (max-width:1440px) {
.main4 .box .p1,.main4 .cont3 .box .p1{ font-size: calc(14px + 0.02rem); line-height: 20px;}
.main4 .cont3 .box .p1{height:40px;}
.main4 .box .p2{ font-size: 14px; line-height: 18px;  padding-left: 10px;}
.main4 .cont3 .box:nth-child(3) .p1{height: auto;}
}
@media screen and (max-width:1024px) {
.main4{ margin-top: 20px; }
.main4 .cont-new{ padding:5px 15px;}
.main4 .box{ padding: 10px 0;}
.main4 .box .p1,.main4 .cont3 .box .p1{ font-size: 14px ; line-height: 18px;}
.main4 .cont3 .box .p1{height:36px;}

.main4 .box .p2{ font-size: 12px; line-height: 18px;  }
.main4 .cont3 .box:first-child{ padding: 8px 0 12px 0;}
.main4 .cont3 .box{ padding: 12px 0;}
}
@media screen and (max-width:768px) {
.main4{ flex-wrap: wrap;}
.main4 .cont1,.main4 .cont2,.main4 .cont3{ width: 100%;}
.main4 .cont1,.main4 .cont2{ margin-bottom: 15px;}
.main4-2 .cont3{ margin-bottom: 15px;}
.main4-2 .cont3:last-child{ margin-bottom: 0;}

.main4 .cont3 .box .p1{height:auto;}
}

.main5{ margin-top: 40px; background-color: #fff; border-radius: 10px; position: relative;}
.main5 .cont{ padding: 16px 40px 57px 40px; display: flex;}
.main5 .cont .box{margin-right: 0.78rem;}
.main5 .cont .p{ margin-top: 40px; font-size: calc(14px + 0.04rem); line-height: 22px; }
.main5 .cont .p a{ color: #000;}
@media screen and (max-width:1600px) {
.main5 .cont .box{margin-right: 0.5rem;}
}
@media screen and (max-width:1440px) {
.main5 .cont .p{ font-size: calc(14px + 0.02rem); line-height: 20px;}
.main5 .cont .box{margin-right: 0.3rem;}
}
@media screen and (max-width:1024px) {
.main5{ margin-top: 20px; }
.main5 .cont{ padding: 8px 15px 28px 15px;}
.main5 .cont .p{ margin-top:15px; font-size: 14px; line-height: 18px;}
.main5 .cont .box{margin-right: 0.1rem;}
}
@media screen and (max-width:768px) {
.main5 .cont{flex-wrap: wrap; justify-content: space-between;}
.main5 .cont .box{ display: flex; justify-content: space-between; width: 100%;margin-right: 0;}
.main5 .cont .box .p{ width: 48%;}
}

.main5 .slick-dots{width: 100%; display: flex; justify-content: end; align-items: center; position: absolute; top: -60px; right: 34px;}
.main5 .slick-dots li{display: flex; justify-content: center; align-items: center; border-radius:50%; cursor:pointer; width:20px; height:20px; margin:0;}
.main5 .slick-dots li button{font-size: 0; border-radius:50%; width:10px; height:10px; background:#dddddd;}
.main5 .slick-dots li.slick-active button{background:#0565d5;}

@media  screen and (max-width:1024px){
.main5 .slick-dots{ top: -54px; right: 17px;}
.main5 .slick-dots{ padding:15px 0 5px 0;}
.main5 .slick-dots li{width:16px; height:16px;}
}


.footer{ padding-top: 80px;}
.footer .cont{ background: url(img/footer_back2.png) center center no-repeat; background-size: cover; border-radius: 10px; display: flex; justify-content: space-between; padding: 50px 100px 40px 90px; margin-bottom: 40px;}
.footer .cont .box{  width: 28.36%;}
.footer .cont .box .f_tit{ font-size: calc(14px + 0.16rem); line-height: calc(22px + 0.14rem); color: #fff; border-bottom: 3px solid #fff; padding-bottom: 25px;}
.footer .cont .box .p1{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.1rem); color: #fff; padding-top: 22px; text-align: justify;}
.footer .cont .box .navs{margin-top: 20px; text-align: justify;}
.footer .cont .box .navs a{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.1rem); color: #fff;}
.footer .cont .box ._flex{ display: flex; justify-content: space-between; margin-top: 22px; width: 100%;}
.footer .cont .box .pb{ width: 30%;}
.footer .footer-bottom{ background: url(img/footer_back3.png); color: #545454; padding: 28px 0;}
.footer .footer-bottom ._flex{ display: flex; justify-content: space-between;}
.footer .footer-bottom .left{ display: flex;}
.footer .footer-bottom .txt,.footer .footer-bottom .txt a{ font-size: calc(14px + 0.02rem); line-height: calc(22px + 0.02rem); color: #fff;}


@media screen and (max-width:1440px) {
.footer .cont .box .f_tit{ font-size: calc(14px + 0.12rem); line-height: calc(22px + 0.1rem); }
.footer .cont .box .p1,.footer .cont .box .navs a{ font-size: calc(14px + 0.02rem); line-height: calc(22px + 0.08rem);}
.footer .footer-bottom .txt,.footer .footer-bottom .txt a{ font-size: 14px ; line-height:22px;}
}
@media screen and (max-width:1024px) {
.footer{ padding-top:30px;}
.footer .cont{ padding: 25px 45px 20px 45px; margin-bottom: 20px;}
.footer .cont .box .f_tit{ font-size: calc(14px + 0.12rem); line-height: calc(22px + 0.1rem); padding-bottom: 12px;}
.footer .cont .box .p1,.footer .cont .box .navs a{ font-size: 14px; line-height: calc(22px + 0.06rem);}
.footer .cont .box .p1{ padding-top: 11px;}
.footer .cont .box .navs{margin-top: 10px; }
.footer .cont .box ._flex{ margin-top: 11px;}
.footer .footer-bottom{  padding: 14px 0;}
.footer .footer-bottom .txt,.footer .footer-bottom .txt a{ font-size: 12px ; line-height:20px;}
}
@media screen and (max-width:768px) {
.footer .cont{ flex-wrap: wrap; padding: 12px 22px 12px 22px;}
.footer .cont .box{  width:100%; margin-bottom: 15px;}
.footer .cont .box:last-child{ margin-bottom: 0;}
.footer .footer-bottom ._flex{ flex-wrap: wrap; justify-content: center;}
.footer .footer-bottom .left{ flex-wrap: wrap;justify-content: center;}
}

.register{ position: relative; z-index: 6; width:100%; overflow: hidden; background-color: #f4f4f4; }
.register .img{ display: block; position: absolute; left: 0; top:0; width:100%; height:100%;}
.register .box{ display: flex; flex-wrap: wrap; width: 100%; justify-content: center; align-content: flex-start; padding:30px 0;}
.register .box1{ display: flex; flex-wrap: wrap; width: 100%; justify-content: center; align-content: flex-start; padding:30px 0;}
.register .title{ display: block; width:100%; text-align: center; color: #000; font-size:0.4rem; line-height:0.46rem;}
.form2{ display: flex; flex-wrap: wrap; width:600px; background: #fff; border-radius:8px; margin-top: 14px; padding:37px 50px;}
.form2 .lab{ width:100%; position:relative; margin-top:20px; display:flex;}
.form2 .info{ display: block; width:100%; color: #b20000; font-size:16px; line-height:26px; padding-bottom: 7px;}
.form2 .lab3{ display: block; width:100%; color: #535353; font-size:16px; line-height:26px; margin-top:27px;}
.form2 .lab3 a{ color: #535353; text-decoration: underline;}
.form2 .lab3 a:hover{ color: #0565d5;}
.form2 .lab2{ display: block; width:100%;}
.form2 .lab0{ align-items: center;}
.form2 .text{ display: flex; width:100%; border-radius:8px; border:0; background:#eeeeee; color:#000; font-size:18px;line-height:30px;height:50px; padding:10px 22px;}
.form2 .yzm{ display:block;width:106px; min-width:106px; height:35px; object-fit: contain;margin-left:40px;}
.form2 .submit{ cursor: pointer; display: flex; align-items: center; justify-content:center; width:100%; background:#4d7aff; border:none; outline:none; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;}
.form2 .submit:hover{ background: #0565d5;}
.form2  .lab1{ cursor:pointer; display: flex; align-items: center; width:100%; color:#535353; font-size:16px;line-height:26px; padding:17px 0 22px 0;}
.form2  .lab1 a{ color: #535353; text-decoration:underline;}
.form2  .lab1 a:hover{ color: #0565d5;}
.form2 ._ico{ display:flex; align-items: center; justify-content: center; min-width:34px; width:34px; height:31px; overflow: hidden; border-radius:8px; line-height: 0; background:#eee;  margin:0 18px 0 0;}
.form2 ._ico img{ width:20px; opacity:0;}
.form2 .on ._ico{ background: #4d7aff;border:1px solid #4d7aff;}
.form2 .on ._ico img{ opacity:1;}
.form2 input::placeholder{ opacity:1 !important; color:#545454;}


.form1{ display: flex; flex-wrap: wrap; width:600px; background: #fff; border-radius:8px; margin:23px 0 0 0; padding:30px 50px 67px 50px;}
.form1 .lab{ width:100%; position:relative; margin-top:20px; display:flex;}
.form1 .lab3{ display: block; width:100%; color: #525252; font-size:16px; line-height:26px; margin-top:17px;}
.form1 .lab3 a{ color: #525252;}
.form1 .lab3 a:hover{ color: #0565d5;}
.form1 .text{ display: flex; width:100%; border-radius:8px; border:0; background:#eeeeee; color:#000; font-size:18px;line-height:30px;height:50px; padding:10px 22px;}
.form1 .fasong{ display: flex; align-items: center; justify-content:center; width:140px; min-width:140px; background:#0565d5; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; margin-left: 20px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;}
.form1 .fasong:hover{ background:#0565d5;}
.form1 .submit{ cursor: pointer; display: flex; align-items: center; justify-content:center; width:100%; background:#0565d5; border:none; outline:none; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;     margin: 0;}
.form1 .submit:hover{ background:#4d7aff;}
.form1  .lab1{ cursor:pointer; display: flex; align-items: center; width:100%; color:#535353; font-size:16px;line-height:26px; padding:20px 0 0 0;}
.form1  .lab1 a{ color: #535353; text-decoration:underline;}
.form1  .lab1 a:hover{ color: #0565d5;}
.form1 ._ico{ display:flex; align-items: center; justify-content: center; min-width:34px; width:34px; height:31px; overflow: hidden; border-radius:8px; line-height: 0; background:#fff;  margin:0 18px 0 0;}
.form1 ._ico img{ width:20px; opacity:0;}
.form1 .on ._ico{ background: #4d7aff;border:1px solid #4d7aff;}
.form1 .on ._ico img{ opacity:1;}

.form1 input::placeholder{ opacity:1 !important; color:#545454;}


@media screen and (max-width:1024px) {
.register .title{ font-size:20px; line-height:26px;}
.register .box{ padding: 20px 0;}
.register .box1 { padding:20px 0 25px 0;}
.form2{ padding:20px 15px;}
.form2 .lab{ margin-top:14px;}
.form2 .info{ font-size:14px; line-height:24px; padding-bottom:2px;}
.form2 .lab1{ font-size:12px; line-height:22px;padding: 12px 0 14px 0;}
.form2 .lab3{ font-size:14px; line-height:24px; margin-top:14px;}
.form2 .text{ font-size:14px;line-height:30px;height:40px; padding:5px 14px;}
.form2 .yzm{margin-left:14px;}
.form2 .submit{ font-size:16px;height:40px;}
.form2 ._ico{ min-width:20px; width:20px; height:20px;margin:0 6px 0 0; border-radius: 3px;}

.form1{ margin:12px 0 0 0; padding:20px 15px 30px 15px;}
.form1 .lab{ margin-top:14px;}
.form1 .lab3{ font-size:14px; line-height:24px; margin-top:14px;}
.form1 .text{ font-size:14px;line-height:30px;height:40px; padding:5px 14px;}
.form1 .submit{ font-size:16px;height:40px;}
.form1 .fasong{ font-size:14px;height:40px; width:100px; min-width:100px; margin-left:14px;}
.form1 .lab1{ font-size:12px; line-height:22px;padding: 14px 0 0 0;}
.form1 ._ico{ min-width:20px; width:20px; height:20px;margin:0 6px 0 0; border-radius: 3px;}

}
@media screen and (max-width:768px) {
.form2 .text{font-size: calc(12px + 0.02rem);}	
}	




.inbanner{ display: block; position: relative; overflow: hidden;width: 100%;}
.inbanner .div{ display: block;width: 100%;line-height:0; position: relative; z-index:1;}
.inban01{ display: block;width: 100%; position: absolute; left:0; top:44%; z-index:6; transform: translateY(-50%); -ms-transform: translateY(-50%);}
.inbanner .search{ width: 87.5%; margin: 0 auto; position: relative; padding:0.1rem; background: rgba(255,255,255,0.5); border-radius: 0.5rem;}
.inbanner .search input { width: 100%; background-color: #fff; padding:0.1rem 0.4rem; line-height:0.4rem; height:0.6rem; border-radius:0.5rem; font-size: calc(14px + 0.04rem); color: #000;}
.inbanner .search-icon{ display:flex; align-items: center; justify-content: center; background-color: #0565d5; position: absolute; right:0.2rem; top:50%; transform: translateY(-50%); -ms-transform: translateY(-50%); border-radius: 0.5rem; width:0.6rem; height: 0.4rem;}
.inbanner .search-icon img{ width: 0.24rem;}

@media screen and (max-width:1440px) {
.inban01{ top:50%;}
}
@media screen and (max-width:1024px) {
.inbanner .search{ padding: 5px; border-radius: 36px; }
.inbanner .search input { height:36px; border-radius: 36px; padding: 10px 16px; font-size: 14px;}
.inbanner .search-icon{ right:9px; border-radius:36px; width:40px; height:28px;}
.inbanner .search-icon img{ width:14px;}
}

.ssqy{  padding-top: 30px; padding-bottom: 20px; background-color: #eaeaea;}
.box2{ display:flex; flex-wrap:wrap; width: 100%;}
.box2 .li{ display:flex; width: 100%; }
.box2 .li .tit{ display:flex; min-width:118px; width:118px; color:#000; font-size:calc(14px + 0.04rem);line-height: 22px;padding:0.12rem 0;}
.box2 .li .dl{ display:flex; flex-wrap: wrap; width:100%;}
.box2 .li .dd{ display:flex; margin:0 0 10px 10px;}
.leftbox .box2 .li .dd:first-child{margin-left:0;}
.box2 .li .dd.dk,.box2 .li .dd.fl{ margin:0 0 10px 0;}
.box2 .li .dd a{ display:flex; min-width:120px; justify-content: center; background:#fff; color:#000; font-size:calc(14px + 0.04rem);line-height:22px; padding:0.13rem 0.34rem 0.15rem 0.34rem; border-radius:0.5rem;}
.box2 .li .dd:hover a{ color: #1266ff;}
.box2 .li .dd:first-child a{min-width: 100px;}
.box2 .li .dd.dk a{ min-width:120px;}
.box2 .li .dd.fl a{ min-width:140px;}
.box2 .li .dd.on a{ background:#1266ff; color: #fff;}
.box2 .li .ddw a{  min-width:140px;}
.box2.w_80 .li .dd a{ min-width:100px;}
.box2 .li .tit.tit_w {  min-width: 158px; width: 158px;}
._zhan{ display: none; width:20%; justify-content: center; color:#fff; font-size:12px; line-height:18px; margin:15px 40% 0 40%; background:#1266ff; border-radius:30px; padding:4px 10px 6px 10px;}

@media screen and (max-width:1600px) {	
.box2 .li .tit{ min-width:108px; width:108px; font-size:calc(14px + 0.02rem);}	
.box2 .li .dd a{ min-width:100px; font-size:calc(14px + 0.02rem);}
.box2 .li .dd:first-child a{min-width: 80px;}
.box2 .li .ddw a{min-width:130px;}
.box2 .li .dd.fl a{ min-width:120px;}
.box2 .li .dd.dk a{ min-width:100px;}
.box2 .li .tit.tit_w { min-width: 148px; width: 148px;}
}
@media screen and (max-width:1024px) {	
.ssqy{  padding-top: 17px; padding-bottom: 10px;}	
.box2 .li{ padding-bottom:10px;}	
.box2 .li .tit{ min-width:88px; width:88px; font-size:14px;line-height:20px;padding:4px 0;}	
.box2 .li .dd a{ min-width:80px; font-size:14px;line-height:20px; padding:5px 10px 5px 10px;border-radius:30px;}
.box2 .li .dd.dk a{ min-width:80px;}
.box2 .li .dd.fl a{ min-width:100px;}
.box2.w_80 .li .dd a{ min-width:80px;}
.box2 .li .tit.tit_w {min-width: 128px; width: 128px;}
}
@media screen and (max-width:768px) {	
.box2 .li{ flex-wrap: wrap;}
.box2 .li .tit{ padding:0;}
.box2 .li .dl{ width:calc(100% + 6px); margin:0 -6px 0 0;}
.box2 .li .dd{ display:flex; margin:6px 6px 0 0;min-width:calc(20% - 6px);}
.box2 .li .dd:first-child a{min-width: 100%;}
.box2 .li .dd a{ min-width:100%; font-size:12px; line-height:18px;}
.box2 .li .dd.dk,.box2 .li .dd.fl{ margin:8px 8px 0 0;}
.box2.w_80 .li .dd{ min-width:calc(20% - 6px);}	
.box2.w_80 .li .dd a {width: 100%; min-width: 100%; }
.maxHei{ max-height: 165px; overflow: hidden;}
.maxHei.om{ max-height: inherit;}
._zhan{ display: flex;}
}


.box2 .li .tit.tit_w98{ min-width: 98px; width: 98px;}
.box2 .li .tit.tit_w88{ min-width: 88px; width: 88px;}
.box2 .li .dd.w_150 a { min-width: 150px;}
.box2 .li .dd.w_160 a { min-width: 160px;}
.box2 .li .dd.w_180 a { min-width: 180px;}
.box2 .li .dd.w_330 a { min-width: 330px;}
.box2 .li .dd.w_230 a { min-width: 230px;}
.box2 .li .dd.w_200 a { min-width: 200px;}
.box2 .li .dd.w_250 a { min-width: 250px;}
.box2 .li .dd.w_270 a { min-width: 270px;}
@media screen and (max-width:1440px) {	
.box2 .li .dd.w_150 a { min-width: 130px;}
.box2 .li .dd.w_160 a { min-width: 140px;}
.box2 .li .dd.w_180 a { min-width: 160px;}
.box2 .li .tit.tit_w98{ min-width: 88px; width: 88px;}
.box2 .li .tit.tit_w88{ min-width: 78px; width: 78px;}
.box2 .li .dd.w_330 a { min-width: 300px;}
.box2 .li .dd.w_230 a { min-width: 200px;}
.box2 .li .dd.w_200 a { min-width: 180px;}
.box2 .li .dd.w_250 a { min-width: 220px;}
.box2 .li .dd.w_270 a { min-width: 240px;}
}

@media screen and (max-width:1024px) {	

.box2 .li .dd.w_150 a { min-width: 110px;}
.box2 .li .dd.w_160 a { min-width: 120px;}
.box2 .li .dd.w_180 a { min-width: 140px;}
.box2 .li .dd.w_330 a { min-width: 270px;}
.box2 .li .dd.w_230 a { min-width: 170px;}
.box2 .li .dd.w_200 a { min-width: 160px;}
.box2 .li .dd.w_250 a { min-width: 190px;}
.box2 .li .dd.w_270 a { min-width: 210px;}
}
@media screen and (max-width:767px) {	
.box2 .li .dd.w_150 a { min-width: 100%;}
.box2 .li .dd.w_160 a { min-width: 100%;}
.box2 .li .dd.w_180 a { min-width: 100%;}
.box2 .li .dd.w_330 a { min-width: 100%;}
.box2 .li .dd.w_230 a { min-width: 100%;}
.box2 .li .dd.w_200 a { min-width: 100%;}
.box2 .li .dd.w_250 a { min-width: 100%;}
.box2 .li .dd.w_270 a { min-width: 100%;}
}



.pb29{ padding-bottom: 29px;}
.list2 .ul{display: flex; flex-wrap: wrap; width: calc(100% + 38px);}
.list2 .ul .li{ width: 25%; margin-top: 29px; padding-right: 38px;}
.list2 .ul .li a{display: flex;
  flex-wrap: wrap; position: relative; height: 100%;
  align-items: flex-start; width: 100%; padding: 20px 32px 20px 23px; background-color: #f7f7f7; border-radius: 10px; border: 1px solid #dddddd;}
.list2 .ul .li a:hover{  border: 1px solid #0565d5; cursor: pointer;}
.list2 .ul .li .p1{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); color: #000; margin-bottom: 38px; height: calc(44px + 0.08rem);}
.list2 .ul .li .p1.h3{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); margin-bottom: 22px; height: calc(66px + 0.12rem);}
.list2 .ul .li .p1.h5{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); margin-bottom: 22px; height: calc(110px + 0.2rem);}
.list2 .ul .li .p2{ font-size: calc(14px + 0.02rem); line-height: 20px; color: #b9b9b9;}
.list2 .ul .li .p3{ font-size: calc(14px + 0.02rem); line-height: 20px; color: #b9b9b9;}
.list2 .ul .li .p1.mb8{ margin-bottom:8px;}
.list2 .ul .li .p1.mb20{ margin-bottom:20px;}

@media screen and (max-width:1440px) {	
.list2 .ul .li .p1{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); height: calc(44px + 0.04rem);}
.list2 .ul .li .p1.h3{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); height: calc(66px + 0.04rem);}
.list2 .ul .li .p1.h5{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); height: calc(110px + 0.1rem);}
.list2 .ul .li .p2{ font-size: 14px ; line-height: 18px; }
.list1 .ul .li .p3{ font-size: 14px ; line-height: 18px; }
}
@media screen and (max-width:1024px) {	
.pb29{ padding-bottom: 14px;}
.list2{ padding:5px 0;}
.list2 .ul{width: calc(100% + 10px);}
.list2 .ul .li{ width:25%; margin-top: 10px; padding-right: 10px;}
.list2 .ul .li a{padding:14px 12px;}
.list2 .ul .li .p1{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-bottom: 10px;  height: 44px;}
.list2 .ul .li .p1.h3{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-bottom:8px; height: 66px;}
.list2 .ul .li .p1.h5{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-bottom: 8px; height: 110px;}
.list2 .ul .li .p2{ font-size: 12px; line-height: 16px;}
.list2 .ul .li .p1.mb8{ margin-bottom: 4px;}
.list2 .ul .li .p1.mb20{ margin-bottom:10px;}
}
@media screen and (max-width:768px) {	
.list2 .ul .li{ width:50% ;}
}


/* 分页 */
.wack1 .pz_fy{ display:flex; text-align:center;}
.wack1 .pz_fy a { position: relative; float:left; border-radius:8px; width:0.5rem; height:0.5rem; background:#fff; line-height:0.48rem; color:#878787; font-size:16px; margin:0 5px;}
.wack1 .pz_fy a:hover,
.wack1 .pz_fy a.on{ background:#1266ff; color: #fff;}
.wack1 .pz_fy .prev,
.wack1 .pz_fy .next{ width:0.7rem;}
.wack1 .pz_fy .prev::after,
.wack1 .pz_fy .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:0.17rem; height:0.17rem; border-top:2px solid #010101; border-right:2px solid #010101; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); margin-left: -0.04rem;}
.wack1 .pz_fy .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg); margin-left:0;}
.wack1 .pz_fy .next{ margin-right:0;}
.wack1 .pz_fy .prev:hover::after,
.wack1 .pz_fy .next:hover::after,
.wack1 .pz_fy .prev.on::after,
.wack1 .pz_fy .next.on::after{ border-top:2px solid #fff; border-right:2px solid #fff;}
.wack1 .fy_pc{ display:none; justify-content: center; align-items: center; text-align:center; font-size:14px; color:#010101;}
.wack1 .fy_pc .prev,
.wack1 .fy_pc .next{ display: flex; position: relative; height:32px; width:32px; border-radius:4px; background: #fff;}
.wack1 .fy_pc .prev::after,
.wack1 .fy_pc .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:8px; height:8px; border-top:1px solid #010101; border-right:1px solid #010101; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); margin-left: -0.04rem;}
.wack1 .fy_pc .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg);}
.wack1 .fy_pc span{ padding:0 22px;}

@media  screen and (max-width:1024px){	
.wack1 .pz_fy{ display: none;}
.wack1 .fy_pc{ display: flex;}
}


.pb50{ padding-bottom: 50px;}
.xq{ background-color: #f4f4f4;}
.pd30{ padding-top: 30px; padding-bottom: 30px;}
.xq .main{ background-color: #fff; position: relative; top: -30px; border-radius: 10px;}
.xq .main.top0{ top: 0;}
.tit_xq { text-align: center; padding: 47px 62px 21px 62px; border-bottom: 4px solid #0565d5;}
.tit_xq.pb31 { padding: 47px 62px 31px 62px;}
.tit_xq.pb41 { padding: 47px 62px 41px 62px;}
.tit_xq .tit_1{ font-size: calc(14px + 0.26rem); line-height: calc(22px + 0.26rem); color: #000;}
.tit_xq .tit_1.mb64{ margin-bottom: 64px;}
.tit_xq .tit_2{ font-size: calc(14px + 0.02rem); line-height: 20px; color: #b9b9b9; margin-top: 24px;}
.xq .main .box{ padding: 17px 42px 39px 58px;}
.xq .main .box .p{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.18rem); color: #545454;}

@media screen and (max-width:1440px) {	
.tit_xq .tit_1{ font-size: calc(14px + 0.22rem); line-height: calc(22px + 0.22rem); }
.tit_xq .tit_2{ font-size: 14px; line-height: 18px; }
.xq .main .box .p{ font-size: calc(14px + 0.04rem); line-height: calc(22px + 0.16rem);}
.tit_xq .tit_1.mb64{ margin-bottom: 42px;}
}
@media screen and (max-width:1024px) {	
.pb50{ padding-bottom: 25px;}
.pd30{ padding-top: 15px; padding-bottom: 15px;}
.xq .main{ top: -15px;}
.tit_xq {  padding: 20px 15px 12px 15px;border-bottom: 2px solid #0565d5; }
.tit_xq.pb31 { padding: 20px 15px 15px 15px;}
.tit_xq.pb41 { padding: 20px 15px 20px 15px;}
.tit_xq .tit_1.mb64{ margin-bottom: 21px;}
.tit_xq .tit_1{ font-size: calc(14px + 0.16rem); line-height: calc(22px + 0.16rem);}
.tit_xq .tit_2{ font-size:12px; line-height: 16px; margin-top:8px;}
.xq .main .box{ padding: 15px 15px 20px 15px;}
.xq .main .box .p{ font-size: calc(14px + 0.02rem); line-height: calc(22px + 0.14rem);}
}


.list1 .ul{display: flex; flex-wrap: wrap; width: calc(100% + 38px);}
.list1 .ul .li{ width: calc(25% - 38px); padding: 20px 32px 20px 23px; background-color: #f7f7f7; border-radius: 10px; border: 1px solid #dddddd; margin-top: 29px; margin-right: 38px;}
.list1 .ul .li .p1{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); color: #000; margin-bottom: 49px; height: calc(44px + 0.08rem);}
.list1 .ul .li .p2{ font-size: calc(14px + 0.02rem); line-height: 20px; color: #555; margin-bottom: 20px;}
.list1 .ul .li .p3{ font-size: calc(14px + 0.02rem); line-height: 20px; color: #b9b9b9;}


@media screen and (max-width:1440px) {	
.list1 .ul .li .p1{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); margin-bottom: 30px;  height: calc(44px + 0.04rem);}
.list1 .ul .li .p3,.list1 .ul .li .p2{ font-size: 14px ; line-height: 18px; }
.list1 .ul .li .p2 {margin-bottom: 15px;}
}
@media screen and (max-width:1024px) {	
.pb29{ padding-bottom: 14px;}
.list1 .ul{width: calc(100% + 19px);}
.list1 .ul .li{ width: calc(25% - 10px); padding: 10px 16px 10px 11px; margin-top: 14px; margin-right: 10px;}
.list1 .ul .li .p1{ font-size: calc(14px + 0.04rem); line-height: 22px; margin-bottom: 19px;  height: 44px;}
.list1 .ul .li .p3,.list1 .ul .li .p2{ font-size: 12px; line-height: 16px;}
.list1 .ul .li .p2 { margin-bottom: 5px; height: 32px;}
}
@media screen and (max-width:768px) {	
.list1 .ul .li{width: calc(50% - 10px);}
}



.xq .cont1{  padding: 0 89px 39px 89px;}
.xq .cont1 .box1 { width: 100%; margin-bottom: 3px;}
.xq .cont1 .box1 .tit{ font-size: calc(14px + 0.16rem); line-height: calc(22px + 0.14rem); color: #000; padding: 41px 0 18px 0;}
.xq .cont1 .li { display: flex; border: 1px solid #cccccc; border-top: 0px ;}
.xq .cont1 .li:first-child{ border-top: 1px solid #cccccc ;}
.xq .cont1 .li .left{ width: 28.8%; border-right: 1px solid #cccccc; background-color: #eeeeee;}
.xq .cont1 .li .left,.cont1 .li .right{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); color: #545454; padding: 13px 22px;}
.xq .cont1 .li .right{ width: 71.2%;}
.xq .cont1 .li .right.w100{ width: 100%;}
.xq .cont1 .li .right .cover { cursor: pointer; margin: 7px;}
.xq .cont1 .li .right.pd{padding: 13px 0.7rem 13px 0.7rem; position: relative;}
.zs { width: 100% ;  display: block; position: relative;  overflow: hidden; }
.zs .swiper-wrapper { position: relative;  z-index: 1;  display: flex;  transition-property: transform; box-sizing: content-box;}
.zs .swiper-slide {  flex-shrink: 0;  position: relative;  transition-property: transform;}
.right.pd .swiper-prev,
.right.pd .swiper-next { display: flex; position: absolute;   z-index: 10; width: 0.5rem;  height: 0.5rem;  background: url(img/ico4.png) center no-repeat; background-size: auto 100% !important;  cursor: pointer;  border-radius: 50%;  border: 1px solid #999999;}
.right.pd .swiper-prev:hover,
.right.pd .swiper-next:hover {  background: url(img/ico5.png) center no-repeat;  border: 1px solid #0565d5;}
.right.pd .swiper-prev { -webkit-transform: rotateY(180deg);  -ms-transform: rotateY(180deg); top: 40%; left: 0.15rem;}
.right.pd .swiper-next {top: 40%; right: 0.15rem;}

.xq .cont1 .box1 .top{ display: flex; align-items: center;justify-content: space-between;}
.xq .cont1 .box1 .top .ts{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); padding: 41px 42px 18px 0; color: #ff0000;}


@media screen and (max-width:1440px) {	
.xq .cont1 .box1 .tit{ font-size: calc(14px + 0.14rem); line-height: calc(22px + 0.12rem); }
.xq .cont1 .li .left,.xq .cont1 .li .right{ font-size: calc(14px + 0.04rem); line-height: 22px ;}
.xq .cont1 .box1 .top .ts{ font-size: calc(14px + 0.04rem); line-height: 22px;  padding: 41px 21px 18px 0;}
}
@media screen and (max-width:1024px) {	
.right.pd .swiper-prev, .right.pd  .swiper-next {  width: 30px;  height: 30px; }
.xq .cont1{  padding:5px 45px 20px 45px;}
.xq .cont1 .box1 .tit{ font-size: calc(14px + 0.12rem); line-height: calc(22px + 0.1rem); padding:15px 0 10px 0;}
.xq .cont1 .li .left,
.xq .cont1 .li .right{ font-size: calc(14px + 0.02rem); line-height: 20px; padding: 7px 11px;}
.xq .cont1 .box1 .top .ts{ font-size: calc(14px + 0.02rem); line-height: 20px; padding: 21px 10px 9px 0;}
}
@media screen and (max-width:768px) {	
.xq .cont1{  padding:5px 15px 18px 15px;}
.xq .cont1 .box1 .tit{ font-size: calc(14px + 0.1rem); line-height: calc(22px + 0.08rem); }
.xq .cont1 .li .left,
.xq .cont1 .li .right{ font-size:14px; line-height: 20px; padding:8px 8px;}
.xq .cont1 .li .left{width:120px;min-width:120px;}
.xq .cont1 .li .right{width:calc(100% - 120px);}
.xq .cont1 .li .right .cover { cursor: pointer; margin: 0 20px; text-align: center;}
.xq .cont1 .box1 .top{ flex-wrap: wrap;}
.xq .cont1 .box1 .top .tit{ padding: 21px 0 0 0;}
.xq .cont1 .box1 .top .ts{ padding: 10px 10px 10px 0;}
}



.list3 .ul .li ._flex{ display: flex; justify-content: space-between; align-items: center;}
.list3 .ul .li .flex_{ display: flex; justify-content: space-between;}
.list3 .ul .li img { width: 40px; height: 40px; margin-right: 22px;}
.list3 .ul .li{  padding: 20px 34px 15px 20px; background-color: #f7f7f7; border-radius: 10px; border: 1px solid #dddddd; margin-top: 29px;}
.list3 .ul .li .p1 {font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem);  color: #000;  margin-right: 68px;}
.list3 .ul .li .p2 {font-size: calc(14px + 0.04rem);  line-height: 40px;  height: 40px;  color: #fff;  white-space: nowrap;  background-color: #4b9564; padding: 0 12px 0 10px;  border-radius: 10px;}
.list3 .ul .li .p3 {font-size: calc(14px + 0.02rem);  line-height: 20px;  margin-left: 62px; margin-top: 33px;}
.list3 .ul .li .s{ margin-right:10px;}
.list3 .ul .li .s:last-child{ margin-right:0 !important;}

@media screen and (max-width:1440px) {	
.list3 .ul .li .p1{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem);}
.list3 .ul .li .p2{ font-size: calc(14px + 0.02rem); line-height: 36px; height: 36px;}
.list3 .ul .li .p3{ font-size: 14px ; line-height: 18px;}
}
@media screen and (max-width:1024px) {	
.list3 .ul .li{  padding: 14px 12px; margin-top: 14px;}
.list3 .ul .li img{ width:24px; height: 24px; margin-right:6px;}
.list3 .ul .li .p1{ font-size: calc(14px + 0.04rem); line-height: 22px;  margin-right: 34px;}
.list3 .ul .li .p2{ font-size: 14px ; line-height:28px; height:28px;border-radius: 5px;  margin-left:30px;}
.list3 .ul .li .p3{ font-size: 12px ; line-height: 16px;  margin-left: 30px; margin-top: 10px;}
}
@media screen and (max-width:768px) {	
.list3 .ul .li ._flex{ flex-wrap: wrap;}
.list3 .ul .li .p1{ margin-right: 0;}
.list3 .ul .li .p2{ margin-top: 7px;}
.list3 .ul .li .p3{ margin-top: 7px;}
.list3 .ul .li .s:last-child{ display: block; width: 100%;}
}


.list4 .ul{display: flex; flex-wrap: wrap; width: calc(100% + 38px);}
.list4 .ul .li{ width:25%; margin-top: 29px; padding-right: 38px;}
.list4 .ul .li a{ display: flex; flex-wrap: wrap; width: 100%; position: relative; height: 100%; padding: 19px 5px; background-color: #f7f7f7; border-radius: 10px; border: 1px solid #dddddd;}
.list4 .ul .li .gg2{ padding-bottom: 55.55%; margin-bottom: 20px;}
.list4 .ul .li .p1{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.04rem); color: #000; margin-bottom: 28px; height: calc(44px + 0.08rem); padding: 0 16px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;}
.list4 .ul .li .p2{ font-size: calc(14px + 0.04rem); line-height: 22px; color: #555555; padding: 0 16px; margin-bottom: 12px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;}
.list4 .ul .li .p3{ font-size: calc(14px + 0.02rem); line-height: 22px;color: #bbb; padding: 0 16px; }
@media screen and (max-width:1440px) {	
.list4 .ul .li .p1{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem);height: calc(44px + 0.04rem);}
.list4 .ul .li .p2{ font-size: calc(14px + 0.02rem); line-height: 20px; }
.list4 .ul .li .p3{ font-size: 14px; line-height: 20px;}
}
@media screen and (max-width:1024px) {	
.pb29{ padding-bottom: 14px;}
.list4{ padding: 5px 0;}
.list4 .ul{width: calc(100% + 10px);}
.list4 .ul .li{ width:25%; margin-top: 10px; padding-right: 10px;}
.list4 .ul .li a{ padding: 14px 4px;}
.list4 .ul .li .gg2{margin-bottom: 12px;}
.list4 .ul .li .p1{ font-size: calc(14px + 0.04rem); line-height: 22px ; margin-bottom: 14px; height: 44px; padding: 0 8px;}
.list4 .ul .li .p2{ font-size: 14px; line-height: 18px; padding: 0 8px; margin-bottom: 6px;}
.list4 .ul .li .p3{ font-size: 12px; line-height: 18px; padding: 0 8px; }
}
@media screen and (max-width:768px) {	
.list4 .ul .li{ width:50%;}
}

.tit_yh{ font-size: calc(14px + 0.26rem); line-height: calc(22px + 0.26rem); color: #000; margin-bottom: 22px;}
@media screen and (max-width:1440px) {	
.tit_yh{ font-size: calc(14px + 0.22rem); line-height: calc(22px + 0.22rem); }
}
@media screen and (max-width:1024px) {
.tit_yh{ font-size: calc(14px + 0.18rem); line-height: calc(22px + 0.18rem); margin-bottom: 11px;}
}


.xg{ width:100%; overflow: hidden; background-color: #bbbbbb;}
.xg .img{ display: block; position: absolute; left: 0; top:0; width:100%; height:100%;}
.xg .box{ display: flex; flex-wrap: wrap; width: 100%; justify-content: center; align-content: flex-start; padding:30px 0;}
.xg .box1{ display: flex; flex-wrap: wrap; width: 100%; justify-content: center; align-content: flex-start; padding:69px 0;}
.form3{ display: flex; flex-wrap: wrap; width:1200px; background: #eaeaea; border-radius:8px; padding:37px 50px 41px 50px; margin: 0 auto;}
.form3 .lab{ width:100%; position:relative; margin-top:20px; display:flex;}
.form3 .info{ display: block; width:100%; color: #b20000; font-size:16px; line-height:28px; padding-bottom: 8px;}
.form3 .lab0{width: 100%; align-items: center; /*margin-top: 8px;*/ }
.form3 .lab0 .text{ width: 31.81%;}
.form3 .text{ display: flex; width:100%; border-radius:8px; border:0; background:#ffffff; color:#000; font-size:18px;line-height:30px;height:50px; padding:10px 22px;}
.form3 .yzm{ display:block;width:106px; min-width:106px; height:35px; object-fit: contain;margin-left:40px; background:#fff;}
.xg .submit{ cursor: pointer; display: flex; align-items: center; justify-content:center; width:1200px; background:#4d7aff; border:none; outline:none; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease; margin-top: 10px;}
.xg .submit:hover{ background: #0565d5;}
.form3 input::placeholder{ opacity:1 !important; color:#525252;}

@media screen and (max-width:1024px) {
.xg .box{ padding: 20px 0;}
.form3{ padding:20px 15px;}
.form3 .lab{ margin-top:14px;}
.form3 .info{ font-size:14px; line-height:24px; padding-bottom:2px;}
.form3 .text{ font-size:14px;line-height:30px;height:40px; padding:5px 14px;}
.form3 .yzm{margin-left:14px;}
.xg .submit{ font-size:16px;height:40px;}
}
@media screen and (max-width:768px) {
.form3 .text{font-size: calc(12px + 0.02rem);}	
.form3 .lab0 .text{ width: 100%;}
}

.card-container { display: flex; width: 100%; margin-top: 36px; flex-wrap: wrap;}
.card-container ul{ display: flex; flex-wrap: wrap;}
.card-container li{ position: relative;}
.card { display: flex; justify-content: center; align-items: center; width: 160px; height: 200px; margin-bottom: 10px; border-radius: 20px; background-color: #fff; padding: 15px 20px; position: relative; margin-right: 28px; line-height: 0;}
.card.card_add:last-child{ margin-right: 0;}
.card img{  max-width: 100%; max-height: 100%; }
.delete-btn{ position: absolute; top: 10px; right: 38px; width: 30px; height: 30px; cursor: pointer;}
.card .add-btn {position: absolute; width: 50px; height: 50px;left: 50%; top: 50%; transform: translate(-50%, -50%); cursor: pointer;}

@media screen and (max-width:1024px) {
.card-container { display: flex; width: 100%; margin-top: 18px; }
.card {border-radius: 10px;padding: 5px; position: relative; margin-right: 14px; margin-bottom: 5px; width: 140px; height: 180px;}
.delete-btn{  right: 24px;}
}

@media screen and (max-width:768px) {
.card {border-radius: 10px;padding: 5px; position: relative; margin-right: 14px; margin-bottom: 5px; width: 115px; height: 150px;}
.delete-btn{ width: 20px; height: 20px;}
.card .add-btn { width: 30px; height: 30px;}
}

.yfb{ margin-top: 70px;background-color: #bbbbbb; padding-bottom: 50px; position: relative;}
.yfb .hd ul{ position: absolute; top: -50px; display: flex; align-items: center;}
.yfb .t1{ width: 150px; height: 50px; text-align: center;}
.yfb .t1.on{ background-color: #bbbbbb;}
.yfb .t1 a{line-height: 50px; font-size: calc(14px + 0.04rem); color: #000;}
.pt50{ padding-top: 50px;}
.yfb .cont{ padding-top: 20px;}
.yfb .cont .box{ display: flex;justify-content: space-between; align-items: center; width:100%; border-bottom: 2px solid #d5d5d5;}
.yfb .cont .box a{ display: flex; justify-content: space-between; align-items: center; width:100%; padding: 18px 5px 18px 3px;}
.yfb .cont .box a:first-child:hover .p1{ color: #0565d4;}
.yfb .cont .box .p1{ width: calc(85% - 15px); font-size: calc(14px + 0.04rem); line-height: 22px; color: #000;}
.yfb .cont .box .p1 span{font-size: calc(12px + 0.04rem); color:#777;}
.yfb .cont .box .p2{ font-size: calc(14px + 0.04rem); line-height: 22px; color: #fff; white-space: nowrap; }
.yfb .cont .box .p3{ font-size: calc(14px + 0.04rem); line-height: 22px; color: #d80000; white-space: nowrap; margin-right: 7px;}
.yfb .cont .box .det{ width: auto; white-space: nowrap; margin-left: 0.8rem;}
.yfb.ysc .cont .box .p1{ width: auto; margin-right: 10px; color: #777;}

@media screen and (max-width:1440px) {	
.yfb .cont .box .p1,.yfb .cont .box .p2,.yfb .cont .box .p3{ font-size: calc(14px + 0.02rem); line-height: 20px;}
}


@media screen and (max-width:1024px) {
.yfb{ margin-top: 40px;background-color: #bbbbbb; padding-bottom: 25px; position: relative;}
.yfb .hd ul{ position: absolute; top: -30px; display: flex; align-items: center;}
.yfb .t1{ width: 100px; height: 30px;}
.yfb .t1 a{ font-size: 16px; line-height: 30px;}
.pt50{ padding-top: 25px;}
.yfb .cont{ padding-top: 10px;}
.yfb .cont .box a{  padding: 12px 2px 12px 2px;}
.yfb .cont .box .det{ margin-left:8px;}
.yfb .cont .box .p1,.yfb .cont .box .p2,.yfb .cont .box .p3{ font-size: 14px ; line-height: 18px; }
.yfb.ysc .cont .box .p2{ margin-right: 0;}
.yfb .cont .box .p3{ margin-right: 3px;}
}
@media screen and (max-width:768px) {
.yfb .t1 a{ font-size:14px;}

}


.form4{ display: flex; flex-wrap: wrap; width:1200px; background: #eaeaea; border-radius:8px; padding:37px 50px 50px 50px; margin: 0 auto; position: relative;}
.form4 .lab{ width:100%; position:relative; margin-top:20px; display:flex;}
.form4 .info{ display: block; width:100%; color: #b20000; font-size:16px; line-height:28px; padding-bottom: 5px;}
.form4 .lab0{width: 100%; align-items: center; margin-top: 8px;}
.form4 .lab0 .text{ width: 31.81%;}
.form4 .lab1 .text{ width: 45.45%;}
.form4 .text{ display: flex; width:100%; border-radius:8px; border:0; background:#ffffff; color:#000; font-size:18px;line-height:30px;height:50px; padding:10px 22px;}
.form4 ._ico{ cursor: pointer; display:flex; align-items: center; justify-content: center; min-width:20px; width:20px; height:20px; overflow: hidden; line-height: 0; background:#fff; margin: 0 12px 0 0;}
.form4 ._ico img{ width:20px; opacity:0;}
.form4 ._ico.on { background: #4d7aff;border:1px solid #4d7aff;}
.form4 ._ico.on  img{ opacity:1;}
.form4 .yzm{ display:block;width:106px; min-width:106px; height:35px; object-fit: contain;margin-left:40px; background:#fff;}
.submit{ cursor: pointer; display: flex; align-items: center; justify-content:center; width:1200px; background:#4d7aff; border:none; outline:none; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;margin: 0 auto;  margin-top: 10px; }
.submit:hover{ background: #0565d5;}
.form4 input::placeholder{ opacity:1 !important; color:#525252;}
.fb.box{ padding-top: 40px; width: 100%;}
.fb.box .form4 .lab0{margin-top: 20px;}
.form4 .textarea_{ display: flex; width:100%; border-radius:8px; border:0; background:#ffffff; color:#000; font-size:18px;line-height:30px;height:150px; padding:10px 22px;}
.form4 .textarea_::placeholder{ color: #525252; }
.form4 .lab3{ padding:10px 0 10px 22px;}
.form4 .text1{font-size:18px;line-height:22px; width: 108px; min-width: 108px; color: #525252;} 
.form4 .text2{font-size:18px;line-height:22px; margin-left: 32px; color: #000; margin-bottom: 19px; }
.form4 .text3{font-size:18px;line-height:22px;  min-width: 72px; color: #000;}
.form4 .fl_{ display: flex; align-items: center; flex-wrap: wrap; }
.form4 ._fl{ display: flex; align-items: center;  margin-bottom: 20px; margin-right:14px; }
.form4 .box_1:last-child ._fl{margin-bottom: 0;}
.form4 .fl_:last-child{ margin-bottom: 0;}
.form4 ._ico0{ margin-bottom: 20px;}
.form4 ._ico0 ._ico{margin: 0 12px 0 0; }

.form4 .box_1{ display: flex; width: 100%;}
.form4 .box_1  ._ico{ margin: 0;}
.form4 .box_1 .text3 {  min-width: auto; margin: 0 30px 0 12px;}
.form4 .text1.w_126{width: 126px; min-width: 126px;} 

@media screen and (max-width:1300px) {
.form4{ width:100%;}
.fb .submit{ width: 100%; }
}
@media screen and (max-width:1024px){
.fb.box { padding-top: 20px;}
.form4{ padding:20px 15px;}
.form4 .lab{ margin-top:10px;}
.form4 .info{ font-size:14px; line-height:24px; padding-bottom:2px;}
.form4 .text{ font-size:14px;line-height:30px;height:40px; padding:5px 14px;}
.form4 .textarea_{  font-size:14px;line-height:30px;height:120px; padding:5px 14px;}
.form4 .yzm{margin-left:14px;}
.form4 .text1{font-size:16px;line-height:20px; width: 98px; min-width: 98px;} 
.form4 .text2{font-size:16px;line-height:20px; margin-left:0; min-width: 98px; margin-bottom: 10px; }
.form4 .text3{font-size:16px;line-height:20px;  min-width: 72px; color: #000;}
.form4 ._ico0,
.form4 ._fl{margin-top: 6px; margin-bottom: 6px; margin-right: 8px;}
.form4 ._ico0 ._ico{margin: 0 8px 0 0; }
.form4 .lab3{ padding:0; flex-wrap: wrap;}
.form4 ._ico{  margin: 0 6px 0 6px; min-width:16px; width:16px; height:16px; margin: 0 8px 0 0;}
.form4 ._ico img{ width:16px;}
.submit{ font-size:16px;height:40px;}
.form4 .box_1{ flex-wrap: wrap; padding:5px 0;}
.form4 .box_1 .text3 { margin: 0 15px 0 6px;}
.form4 .text1.w_126{width: 114px; min-width: 114px;} 
}

@media screen and (max-width:768px) {
.form4 .lab0 .text,.form4 .lab1 .text{ width: 100%;}
.form4 .text1,.form4 .text2,.form4 .text3{font-size:14px;line-height:18px;} 
.form4 .text1{font-size:14px;line-height:18px; width: 88px; min-width: 88px;} 
.form4 .box_1:last-child ._fl { margin-bottom: 10px;}
.form4 .text1.w_126{width: 102px; min-width: 102px;} 
.form4 .box_1 .text3 { margin: 0 8px 0 5px;}
}


.fbcg{ width:1200px; text-align: center; background: #eaeaea; border-radius:8px; padding:58px 50px 34px 50px; margin: 0 auto;}
.fbcg_img{width: 100px; height: 100px; text-align: center; margin: 0 auto; margin-bottom: 34px; }
.fbcg .p{ font-size: calc(14px + 0.06rem); line-height: calc(22px + 0.02rem); color: #545454;}
.fbcg .p a{ color: #0565d4;}

@media screen and (max-width:1300px) {
.fbcg{ width:100%;}
}

@media screen and (max-width:1024px){
.fbcg_img{width: 75px; height: 75px; text-align: center; margin: 0 auto; margin-bottom: 17px; }
.fbcg .p{ font-size: calc(14px + 0.04rem); line-height: 22px ; }
}

@media screen and (max-width:768px) {
.fbcg_img{width:50px; height: 50px;}
.fbcg .p{ font-size: calc(14px + 0.02rem); line-height: 20px ; }
}



.form5{ display: flex; flex-wrap: wrap; width:1200px; background: #eaeaea; border-radius:8px; padding:37px 50px 50px 50px; margin: 0 auto; position: relative;}
.form5 .lab{ width:100%; position:relative; margin-top:20px; display:flex;}
.form5 .info{ display: block; width:100%; color: #b20000; font-size:16px; line-height:28px; padding-bottom: 5px;}
.form5 .lab0{width: 100%; align-items: center; margin-top: 8px;}
.form5 .lab0 .text{ width: 31.81%;}
.form5 .lab1 .text{ width: 45.45%;}
.form5 .text{ display: flex; width:100%; border-radius:8px; border:0; background:#ffffff; color:#000; font-size:18px;line-height:30px;height:50px; padding:10px 22px;}
.form5 ._ico{ cursor: pointer; display:flex; align-items: center; justify-content: center; min-width:20px; width:20px; height:20px; overflow: hidden; line-height: 0; background:#fff; margin: 0 12px 0 16px;}
.form5 ._ico img{ width:20px; opacity:0;}
.form5 ._ico.on { background: #4d7aff;border:1px solid #4d7aff;}
.form5 ._ico.on  img{ opacity:1;}
.submit{ cursor: pointer; display: flex; align-items: center; justify-content:center; width:1200px; background:#4d7aff; border:none; outline:none; border-radius:8px; color:#fff; font-size:20px;line-height:1;height:50px; padding-bottom:2px; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;margin: 0 auto;  margin-top: 10px; }
.submit:hover{ background: #0565d5;}
.form5 input::placeholder{ opacity:1 !important; color:#525252;}
.fb.box{ padding-top: 40px; width: 100%;}
.fb.box .form5 .lab0{margin-top: 20px;}
.form5 .textarea_{ display: flex; width:100%; border-radius:8px; border:0; background:#ffffff; color:#000; font-size:18px;line-height:30px;height:150px; padding:10px 22px;}
.form5 .yzm{ display:block;width:106px; min-width:106px; height:35px; object-fit: contain;margin-left:40px;}
.form5 .lab3{ padding:10px 0 10px 22px; display: flex; width: 100%;}
.form5 .text1{font-size:18px;line-height:22px; width: 90px; min-width: 90px; color: #525252; margin-top: 20px;} 
.form5 .text2{font-size:18px;line-height:22px; color: #525252; margin-left: 22px; white-space: nowrap;}
.form5 .text3{font-size:18px;line-height:22px;  color: #000; margin-right: 14px;}
.form5 .text4{font-size:18px;line-height:22px;  color: #000; margin-right: 24px; white-space: nowrap;}
.form5 .fl_{ display: flex; align-items: center; flex-wrap: wrap;}
.form5 ._fl{ display: flex; align-items: center;  margin-top: 19px; }
.form5 .fl_:last-child{ margin-bottom: 0;}
.form5 ._ico0{ margin-top: 19px;}
.form5 ._ico0 ._ico{margin: 0 12px 0 0; }
.radio-group { display: flex;}
.radio-item {display: flex;  align-items: center;}
.icon1 { -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  width: 20px;  height: 20px;  border-radius: 50%;  background: #fff; margin-right: 12px;}
.icon1:checked {position: relative; }
.icon1:checked::before { content: ""; display: block; width: 10px;  height: 10px;  background-color: #000;  position: absolute;   top: 50%;  left: 50%; border-radius: 50%;  transform: translate(-50%, -50%);}
.form5 .lab4{ padding:10px 0 10px 0; display: flex; width: 100%; align-items: center;}
.form5 .tit1{ font-size: calc(14px + 0.16rem); line-height: calc(22px + 0.14rem); color: #000; margin-top: 26px;}
.form5 .pt29{padding-top: 29px;}
.form5 .lab5{ margin-top: 34px; display: flex; width: 100%; flex-wrap: wrap;}
.form5 .tabsbox{ width: 100%;}
.form5  .card-container {  margin-top: 14px;}
.form5 .mt10 {  margin-top: 10px;}
.textarea_.h_400{ height: 400px;}
.form5 .textarea_::placeholder{ color: #525252; }

@media screen and (max-width:1300px) {
.form5{ width:100%;}
.fb .submit{ width: 100%; }
}
@media screen and (max-width:1024px){
.fb.box { padding-top: 20px;}
.form5{ padding:20px 15px;}
.form5 .lab{ width:100%; position:relative; margin-top:10px; display:flex;}
.form5 .info{ display: block; width:100%; color: #b20000; font-size:14px; line-height:26px; padding-bottom: 4px;}
.form5 .lab0{width: 100%; align-items: center; margin-top: 4px;}
.form5 .text{font-size:16px;line-height:24px;height:40px; padding:5px 11px;}
.form5 ._ico{  margin: 0 6px 0 8px;}
.form5 ._ico{  min-width:16px; width:16px; height:16px; margin: 0 6px 0 0;}
.form5 ._ico img{ width:16px;}
.fb.box{ padding-top: 20px; width: 100%;}
.fb.box .form5 .lab0{margin-top: 10px;}
.form5 .textarea_{ font-size:16px;line-height:24px;height:120px; padding:5px 11px;}
.form5 .yzm{margin-left:14px;}
.form5 .lab3{ padding:5px 0; display: flex; width: 100%;}
.form5 .text1{font-size:16px;line-height:20px; margin-top: 10px;} 
.form5 .text2{font-size:16px;line-height:20px;  margin-left: 0;}
.form5 .text3{font-size:16px;line-height:20px;  margin-right: 8px;}
.form5 .text4{font-size:16px;line-height:20px;  margin-right: 12px;}
.form5 ._fl{  margin-top: 10px; }
.form5 ._ico0{ margin-top: 10px;}
.form5 ._ico0 ._ico{margin: 0 6px 0 0; }
.radio-group { display: flex;}
.radio-item {display: flex;  align-items: center;}
.icon1 { width:16px;  height: 16px; margin-right:8px;}
.icon1:checked::before { width: 8px;  height: 8px; }
.form5 .lab4{ padding:5px 0 5px 0;}
.form5 .tit1{ font-size: calc(14px + 0.12rem); line-height: calc(22px + 0.1rem); margin-top: 13px;}
.form5 .pt29{padding-top: 15px; padding-bottom: 0;}
.form5 .lab5{ margin-top: 17px;}
.form5  .card-container { margin-top: 7px;}
.form5 .mt10 {  margin-top: 10px;}
.card {border-radius: 10px;padding: 5px; position: relative; margin-right: 14px; margin-bottom: 5px; width: 140px; height: 180px;}
.delete-btn{  right: 24px;}
.submit{ font-size:16px;height:40px;}
.textarea_.h_400{ height: 300px;}
}

@media screen and (max-width:768px) {
.form5 .lab4{ flex-wrap: wrap;}
.radio-group { flex-wrap: wrap;}
.radio-item { flex-wrap: wrap; margin-bottom: 5px;}
.form5 .text2{ margin-bottom: 5px;} 
.form5 .lab4 .text{ margin-top: 10px;}
.form5 .text,.form5 .textarea_{font-size: 14px;}	
.form5 .lab0 .text,.form5 .lab1 .text{ width: 100%;}
.form5 .tit1{ font-size: calc(14px + 0.08rem); line-height: calc(22px + 0.06rem);}
.form5 .text1,.form5 .text2,.form5 .text3,.form5 .text4{font-size:14px;line-height:18px;} 
.form5 .text1{font-size:14px;line-height:18px; width: 78px; min-width: 78px;} 
.card {border-radius: 10px;padding: 5px; position: relative; margin-right: 14px; margin-bottom: 5px; width: 115px; height: 150px;}
.delete-btn{ width: 20px; height: 20px;}
.card .add-btn { width: 30px; height: 30px;}
.textarea_.h_400{ height: 200px;}
}


.tsbox{color:#000; font-size:calc(14px + 0.04rem);line-height: 22px; margin-top:10px;}
.tsbox a{color:#1266ff; }
.tsbox a:hover{text-decoration:underline;}
.ssqy_1{padding-top:20px;}
@media screen and (max-width:1600px) {	
.tsbox{ font-size:calc(14px + 0.02rem);}	
}
@media screen and (max-width:1024px) {	
    .tsbox{font-size:14px;line-height:20px; margin-top:0;}
    .ssqy_1{padding-top:10px;}
}

