@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%; background: #fff; font-size: 12px;min-width: 1100px!important;  font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"; color: #444;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
.wrap{position: relative; width: 1200px; margin: 0 auto;font-size: 0;text-align: center;}
.hide{display: none !important;}
.section{ padding-top: .7rem;}
.title{ margin-bottom: .4rem;}
.title h2{width: 100%; height: 0.65rem; line-height: 65px; background: url(../images/t_bg.png) no-repeat center / 100%; font-size: .32rem; color: #333333; font-weight: bold; letter-spacing: .01rem; text-align: left;}
.title h2 span{
  width: 210px; font-size: 36px; display: inline-block; padding-left: 23px; letter-spacing: 1px;
  background: linear-gradient(to bottom, #fdfdff, #d9e2ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*banner*/
.banner{
	width: 100%; height: 4.58rem; position: relative; background: url(../images/ban_bg.jpg) no-repeat top center; font-size: 0; text-align: left;
}
.banner h1{
  text-align: left; padding-top: 0.98rem; padding-left: 0.3rem; position: relative; 
}
.banner h1 span{
  font-size: .54rem; font-weight: 900; line-height: 0.8rem; text-align: left; display: inline-block;
  background: linear-gradient(to right, #173185 0%, #1950e5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner h1 img{
  position: absolute; left: 2.7rem; bottom: .17rem;
}
.banner p{
  width: 6.13rem; font-size: .14rem; color: #60667f; line-height: .24rem; padding-left: .3rem; text-indent: .32rem; text-align: left; margin-top: .5rem;
}

/* tab */
.tab{
  height: .87rem; background: #f4f6fc; position: relative; z-index: 999;
}
.tab.fixed{
  position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 .03rem .1rem #00000027;
}
.tab .wrap{
  height: 100%;
}
.tab a{
  width: 25%; height: 100%; padding-top: 0.3rem; display: inline-block; vertical-align: top; font-size: .2rem; color: #081125; box-sizing: border-box;
}
.tab a.on{
  height: 100%; padding-top: .23rem; background: #ffffff; box-sizing: border-box;
}
.tab a.on::after{
  content: ''; width: .4rem; height: .02rem; background: #1846c4; display: block; margin: .1rem auto 0;
}

/*sec01*/
.pub-p{
  font-size: .16rem; line-height: .28rem; text-align: left; text-indent: .38rem; margin-bottom: .52rem;
}
.sec01-main ul li{
  background: #fff; padding: .07rem; border-radius: .06rem; margin: 0 .1rem; display: inline-block; vertical-align: top;
}
.sec01-main ul li:hover{
  box-shadow: 0 .05rem .08rem #c6c6c67c;
}

/*sec02*/
.sec02{
  height: 7.71rem; margin-top: .7rem; background: url(../images/s2_bg.jpg) no-repeat top center; box-sizing: border-box;
}
.sec02-main ul{
  display: flex; justify-content: space-between;
}
.sec02-main ul li{
  width: 3.9rem; height: 4.11rem; box-shadow: 0 .05rem .08rem #a4badf71; background: #fff; transition: all .5s;
}
.sec02-main ul li:hover{
  transform: translateY(-0.05rem);
}
.swiper{
  overflow: hidden; padding: 0 .15rem .3rem; position: relative;
}
.swiper-pagination{
  bottom: .04rem !important;
}
.swiper .swiper-pagination-bullet{
  width:.4rem; height: .02rem; background: #cccccc; opacity: 1;
}
.swiper .swiper-pagination-bullet-active{
  background: #3c69f1; opacity: 1;
}

/*sec03*/
.sec03-main .pub-p{
  margin-bottom: 0.2rem;
}
.sec03-main .p2{
  font-size: .16rem; color: #000000; padding-left: .12rem; text-align: left; margin-top: .22rem;
}
.sec03-main ul{
  display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 .08rem;
}
.sec03-main ul li{
  width: 2.16rem; height: 2.18rem; background: url(../images/s3_img01.png) no-repeat center / 100%; margin-bottom: .14rem; transition: all .5s;
}
.sec03-main ul li:hover{
  transform: translateY(-0.05rem);
}
.sec03-main ul li:nth-child(2){
  background: url(../images/s3_img02.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(3){
  background: url(../images/s3_img03.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(4){
  background: url(../images/s3_img04.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(5){
  background: url(../images/s3_img05.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(6){
  background: url(../images/s3_img06.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(7){
  background: url(../images/s3_img07.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(8){
  background: url(../images/s3_img08.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(9){
  background: url(../images/s3_img09.png) no-repeat center / 100%;
}
.sec03-main ul li:nth-child(10){
  background: url(../images/s3_img10.png) no-repeat center / 100%;
}
.sec03-main ul li p{
  font-size: .16rem; color: #000000; padding-top: 1.58rem;
}

/*sec04*/
.sec04{
  background: #f5f5f5; margin-top: .7rem; padding-bottom: .4rem;
}
.sec04-main{
  background: #fff; padding: .36rem 0;
}
.sec04-t{
  display: flex; justify-content: center; margin-bottom: .2rem;
}
.sec04-t-p{
  width: 4.22rem; height: 3.46rem; background: url(../images/s4_lbg.png) no-repeat center / 100%; margin-right: .4rem; font-size: .16rem; color: #000000; line-height: .32rem; padding-top: .92rem; padding-left: .84rem; padding-right: .42rem; box-sizing: border-box; text-align: left;
}
.sec04-t .swiper1{
  width: 6.13rem; padding: 0;
}
.sec04-t .swiper-button-prev:after, .sec04-t .swiper-button-next:after{
  display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0 !important;
}
.sec04-b img{
  margin: 0 .11rem;
}

/* sec05 */
.sec05{
  height: 1.25rem; background: url(../images/s5_bg.jpg) no-repeat top center; display: flex; justify-content: center; align-items: center; padding: 0;
}