﻿@charset "utf8";
.ban_text{
   width:100%;
   position:absolute;
   top:140px;
}
.ban_text_p{
   background:none;
   width:1000px;
   font-size:32px;
   text-align:center;
   color:#fff;
   margin:0 auto;
   font-weight: 800;
}
.ban_text_p1{
   background:none;
   width:1000px;
   font-size:18px;
   text-align:center;
   color:#fff;
   margin:0 auto;
   margin-top:10px;
   font-weight: 400;
}
.ban_text_p2{
   background:none;
   width:1000px;
   text-align:center;
   margin:0 auto;
   margin-top:30px;
}
.ban_text_p2 a{
   text-decoration:none;
   font-size:16px;
   color:#000;
   padding:13px 30px;
   background:#fff;
}
.ban_text_p2 a:hover{
   background:#38b6fc;
   color:#fff;
   transition:all 0.5s;
}