.content {
  overflow: hidden;
  width: 100%;
}
.top {
  position: relative;
  height: auto;
  width: 100%;
}
.top .slide img {
  width: 100%;
  height: 300px;
}
.top .subtitle {
  height: 38px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -34px;
  z-index: 2;
  text-align: center;
}
.top .subtitle .notice {
  margin: 0 auto;
  height: 35px;
  width: 1200px;
  position: relative;
}
.top .subtitle .notice .bul {
  width: 1016px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.top .subtitle img {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 5px;
  top: 10px;
}
.top .subtitle .title {
  width: 1200px;
  height: 45px;
  padding-left: 5px;
  padding: 13px;
  bottom: 0px;
}
.top .subtitle li {
  float: left;
  width: 510px;
  padding-left: 30px;
  text-align: left;
  border-right: 1px solid #ccc;
}
.top .subtitle li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
  width: 455px;
  line-height: 15px;
}
.top .subtitle li a:hover {
  color: #0c9ef2;
}
.top .subtitle .dif {
  width: 125px;
  float: right;
  height: 37px;
  line-height: 40px;
}
.top .subtitle .dif a {
  color: #333;
}.top .subtitle .dif a:hover {
  color: #0c9ef2;
}
.top .subbg {
  height: 35px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -35px;
  z-index: 1;
  background: #d4d4d4;
  filter: alpha(opacity=40);
  opacity: .9;
}
.main_body .top .swiper-container {
  width: 100%;
  height: 300px;
  overflow: visible !important;
}

.main_body .top .swiper-button-prev{
  display: block;
  left: 12%;
  top: 50%;
  width: 45px;
  height: 45px;
}
.main_body .top .swiper-button-next{
  display:block;
  right: 12%;
  top: 50%;
  width: 45px;
  height: 45px;
}
.main_body .top .swiper-container .swiper-wrapper {
  height: 100%;
}
.main_body .top .swiper-container .swiper-slide-active .img {
  z-index: 99;
}
.main_body .top .swiper-container .img {
  width: 100%;
  height: 300px;
  display: block;
}
.main_body .top .swiper-container img {
  height: auto;
  width: 100%;
}
.main_body .top .swiper-container .swiper-pagination {
  bottom: 41px;
}
.main_body .top .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 0;
  background: #fff;
}
.main_body .top .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  margin-right: 10px;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 41px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.swiper-active-switch {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.first {
  height: 280px;
  width: 100%;
}
.first .row {
  text-align: center;
  width: 1200px;
  padding-top: 60px;
  margin: 0 auto;
}
.first .row img {
  height: 70px;
  width: auto;
}
.first .row .txt {
  color: #333333;
  font-size: 20px;
  margin-top: 15px;
}
.first .row .txt1 {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.first .row a {
  font-size: 16px;
  color: #666666;
}
.first .row a:hover {
  color: #1daafa;
}
.first .row .new_tit2 a {
  position: absolute;
  left: 22%;
  width: 123px;
  height: 40px;
  border-radius: 4px;
  line-height: 37px;
}
.first .row .new_tit2 a:hover {
  position: absolute;
  left: 22%;
  width: 123px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #1daafa;
  color: #1daafa;
}
.first .row a:after {
  /* content: '>'; */
  margin-left: 6px;
}
.first div.topBranch {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
}
.new_tit{
  width:20%;
}
.first div.topBranch:hover .branchBox {
  display: block;
}
.first div.topBranch .branchBox {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -128px;
  top: -160px;
  width: 256px;
  background: #fff;
  padding-top: 10px;
  border: 1px solid #e6e6e6;
  z-index: 99;
  box-shadow: 0 0px 5px 1px #cdd7df;
}
.first div.topBranch .branchBox dl {
  width: 100%;
  padding-left: 45px;
}
.first div.topBranch .branchBox dl dd {
  background: url(ve_unradio.png) 0 100% no-repeat;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 14px;
  font-size: 14px;
}
.first div.topBranch .branchBox dl dd:hover {
  background: url(ve_radio.png) 0 100% no-repeat;
}
.first div.topBranch .branchBox .btn {
  width: 150px;
  height: 30px;
  background: #0095ff;
  border-radius: 2px;
  margin: 0 50px;
  margin-left: 45px;
}
.first div.topBranch .branchBox .btn a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.first div.topBranch .bTop {
  overflow: hidden;
}
.second {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.second .secondBg {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 600px;
  top: 0;
  margin-left: -960px;
}
.second .slide {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
  z-index: 3;
}
.second .seleft {
  width: 240px;
  height: 520px;
  float: left;
  border-right: 2px solid #535f72;
}
.second .seleft .middul {
  padding: 0 0 18px;
  display: block;
}
.second .seleft .setop {
  width: 240px;
  height: 50px;
  text-align: right;
  padding-right: 30px;
  font-size: 28px;
  color: #fff;
}
.second .seleft li {
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
  text-align: left;
  padding-left: 27px;
  left: 3px;
}
.second .seleft li i {
  font-size: 30px;
  color: #fff;
  float: left;
}
.second .seleft li a {
  display: block;
  height: 100%;
  line-height: 40px;
  margin-left: 40px;
  text-align: right;
  margin-right: 30px;
}
.second .seleft li.active {
  border-right: 5px solid #00a4ff;
  background: url(1.png);
}
.second .seleft li.active i {
  color: #00a4ff;
}
.second .seleft li.active a {
  color: #00a4ff;
}
.second .seleft .dif {
  height: 83px;
  line-height: 83px;
  padding-left: 20px;
  background: #1f8ad1;
}
.second .seleft a {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.second .seright1 {
  width: 930px;
  height: 530px;
  margin-left: 30px;
  float: right;
  display: none;
}
.second .seright1 .taba a {
  color: #008DF2;
  font-size: 24px;
  line-height: 36px;
}
.second .seright1 .tabb a {
  display: block;
}
.second .seright1 .tabb li {
  padding: 0;
  padding-right: 15px;
}
.second .seright1.active {
  display: block;
}
.second .seright1 .thend {
  padding: 20px 0;
  position: relative;
}
.second .seright1 .thend a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  position: absolute;00a4ff
  bottom: 0;
  right: 30px;
}
.second .seright1 .thend a:hover {
  color: #00a4ff;
}
.second .seright1 .thend img {
  height: 10px;
  width: 8px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.second .seright1 .tab2 {
  width: 100%;
  height: 530px;
}
.second .seright1 .tab2 .a {
  height: 470px;
  width: 120%;
}
.second .seright1 .tab2 .a .tleft {
  background: url(ve_g.png) no-repeat;
  height: 211px;
  padding: 0 25px;
}
.second .seright1 .tab2 .a .tright {
  background: url(ve_h.png) no-repeat;
  height: 211px;
  padding: 0 25px;
}
.second .seright1 .tab2 .a .tmid {
  background: url(ve_i.png) no-repeat;
  height: 211px;
}
.second .seright1 .tab2 .a .tleft1 {
  background: url(ve_j.png) no-repeat;
  height: 211px;
  padding: 0 25px;
}
.second .seright1 .tab2 .a .tright2 {
  background: url(ve_k.png) no-repeat;
  height: 211px;
  padding: 0 25px;
}
.second .seright1 .tab2 .a .tmid3 {
  background: url(ve_l.png) no-repeat;
  height: 211px;
}
.second .seright1 .tab2 .a li {
  margin-bottom: 20px;
  width: 449px;
  margin-right: 25px;
}
.second .seright1 .tab2 .a .taba {
  margin-top: 25px;
}
.second .seright1 .tab2 .a .tabb {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.second .seright1 .tab2 .a img {
  height: 211px;
}
.second .seright1 .tab3 {
  width: 100%;
  height: 530px;
}
.second .seright1 .tab3 ul {
  height: 452px;
  /* width: 110%; */
}
.second .seright1 .tab3 ul .tleft {
  background: url(ve_3b.png) -154px no-repeat;
  height: 452px;
  padding: 0 25px;
}
.second .seright1 .tab3 ul .tright {
  background: url(ve_5c1a.png) no-repeat;
  height: 452px;
  padding: 0 30px;
}
.second .seright1 .tab3 ul .tmid {
  background: url(ve_3a.png) -154px no-repeat;
  height: 452px;
  padding: 0 30px;
}
.second .seright1 .tab3 ul .taba {
  margin-bottom: 20px;
  margin-top: 35px;
}
.second .seright1 .tab3 ul .tabb {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.second .seright1 .tab3 ul .tabb li {
  margin-bottom: 20px;
  padding-right: 0;
}
.second .seright1 .tab3 ul .tabb span {
  float: right;
}
.second .seright1 .tab3 ul img {
  height: 452px;
}
.second .seright1 .tab4 {
  width: 100%;
  height: 530px;
}
.second .seright1 .tab4 ul {
  height: 452px;
  width: 110%;
}
.second .seright1 .tab4 ul .tleft {
  background: url(ve_4a.png) no-repeat;
  height: 452px;
  padding: 0 30px;
  width: 450px;
  margin-right: 32px;
}
.second .seright1 .tab4 ul .tright {
  background: url(ve_4b.png) no-repeat;
  height: 452px;
  padding: 0 30px;
  width: 450px;
}
.second .seright1 .tab4 ul .taba {
  margin-bottom: 20px;
  margin-top: 35px;
}
.second .seright1 .tab4 ul .tabb {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.second .seright1 .tab4 ul .tabb li {
  margin-bottom: 20px;
  padding-right: 52px;
}
.second .seright1 .tab4 ul .tabb span {
  float: right;
}
.second .seright1 .tab4 ul .tabb a:hover {
  color: #0091ff;
}
.second .seright1 .tab4 ul img {
  height: 452px;
}
.second .seright1 .tab5 {
  width: 100%;
  height: 530px;
}
.second .seright1 .tab5 ul {
  height: 452px;
}
.second .seright1 .tab5 ul .tleft {
  background: url(ve_5a.png) no-repeat;
  height: 452px;
  padding: 0 25px;
}
.second .seright1 .tab5 ul .tright {
  background: url(ve_5c.png) no-repeat;
  height: 452px;
  padding: 0 25px;
}
.second .seright1 .tab5 ul .tmid {
  background: url(ve_5b.png) no-repeat;
  height: 452px;
  padding: 0 25px;
}
.second .seright1 .tab5 ul .taba {
  margin-bottom: 20px;
  margin-top: 35px;
}
.second .seright1 .tab5 ul .tabb {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.second .seright1 .tab5 ul .tabb img {
  height: 452px;
}
.second .seright1 .tab5 ul .tabb li {
  margin-bottom: 15px;
}
.second .seright1 .tab5 ul .tabb span {
  float: right;
}
.second .seright1 .tabZizhu ul .tleft {
  background: url(ve_5c1.png) no-repeat;
}
.second .seright1 .tabZizhu ul .tmid {
  background: url(ve_5c2.png) no-repeat;
}
.second .seright1 .tabZizhu ul .tright {
  background: url(ve_5c3.png) no-repeat;
}
.second .seright1 .tabZizhu ul .zizhuTxt {
  color: #666;
  line-height: 24px;
}
.second .seright1 .tabLast ul .tleft {
  background: url(ve_5c1a.png) no-repeat;
}
.second .seright1 .tabLast ul .tmid {
  background: url(ve_5c2a.png) no-repeat;
}
.second .seright1 .tabLast ul .tright {
  background: url(ve_5c3a.png) no-repeat;
}
.second .seright1 .tabLast ul .zizhuTxt {
  color: #666;
  line-height: 24px;
}
.second .seend {
  width: 960px;
  height: 82px;
  background: #f7f8fa;
  margin-top: -2px;
  float: right;
}
.second .seend ul {
  padding-top: 20px;
  padding-left: 28px;
}
.second .seend img {
  width: 43px;
  height: 43px;
  float: left;
  margin-right: 8px;
}
.second .seend span {
  margin-right: 8px;
  float: left;
}
.second .seend .bimg {
  display: inline-block;
  width: 43px;
  height: 43px;
}
.second .seend .bimgH {
  display: none;
  width: 43px;
  height: 43px;
}
.second .seend li {
  float: left;
  font-size: 14px;
  line-height: 42px;
  color: #606469;
  margin-right: 21px;
  cursor: pointer;
}
.second .seend li:hover .bimgH {
  display: inline-block;
}
.second .seend li:hover .bimg {
  display: none;
}
.second .seend li:hover span {
  color: #00a4ff;
}
.second .seend .shenqing {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #00a4ff;
  height: 30px;
  width: 80px;
  position: absolute;
  border-radius: 3px;
  text-align: center;
  margin-top: 5px;
}
.third {
  width: 1200px;
  margin: 0 auto;
}
.third .thtop {
  width: 100%;
  height: 90px;
  font-size: 28px;
  color: #191d21;
  text-align: center;
  padding-top: 45px;
}
.third .line {
  width: 35px;
  height: 0px;
  border-bottom: 4px solid #535557;
  margin: 12px auto 0;
}
.third .row {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 54px;
}
.third .row .tit {
  padding: 0 8px;
  position: relative;
}
.third .row .tit .more {
  display: none;
}
.third .row .tit .thirdBg {
  height: 358px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px;
  display: none;
}
.third .row .tit .tita {
  position: relative;
  z-index: 4;
  border: 1px solid #d8d8d8;
  padding-top: 46px;
  height: 317px;
}
.third .row .imgBox {
  height: 86px;
}
.third .row .imgBox i {
  font-size: 54px;
  color: #00a2ff;
}
.third .row .titb {
  height: 53px;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}
.third .row .titb .botBox {
  float: left;
  height: 53px;
  line-height: 53px;
  width: 50%;
  position: relative;
}
.third .row .titb .botBox::after {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: -1px;
  top: 18px;
  background: #d8d8d8;
}
.third .row .titb .botBox:hover {
  background: #00a4ff;
  color: #fff;
}
.third .row .titb .botBox:hover::after {
  background: #fff;
}
.third .row .titb .botBox3 {
  width: 33.3333%;
}
.third .row .titb .botBox4 {
  width: 25%;
}
.third .row img {
  height: 55px;
  width: auto;
}
.third .row .txt {
  color: #333333;
  font-size: 22px;
}
.third .row .txt1 {
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 21px;
  padding: 0 20px;
}
.third .row a {
  width: 100%;
  height: 100%;
}
.third .thend {
  height: 85px;
  padding: 30px 0;
  position: relative;
}
.third .thend a {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  left: 47%;
  position: absolute;
}
.third .thend a:hover{
  color: #00a4ff;
}
.third .thend img {
  height: 10px;
  width: 8px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.fourth {
  width: 100%;
  background: url(ve_fua.png) no-repeat;
}
.fourth .fou {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.fourth .line {
  width: 35px;
  height: 0px;
  border-bottom: 4px solid #535557;
  margin: 12px auto 0;
}
.fourth .thtop {
  width: 100%;
  height: 90px;
  font-size: 28px;
  color: #191d21;
  text-align: center;
  padding-top: 45px;
}
.fourth .row {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
.fourth .row .tit {
  padding: 0 13px;
  width: 33.33333333%;
  box-sizing: border-box;
}
.fourth .row .tita {
  background: #fff;
}
.fourth .row .tita:hover {
  box-shadow: 0 5px 12px #ced8e5;
}
.fourth .row img {
  height: 140px;
  width: 100%;
}
.fourth .row .txt {
  color: #191d21;
  font-size: 20px;
  margin-top: 18px;
  display: block;
  padding: 0 20px;
}
.fourth .row .txt .sign {
  width: 25px;
  height: 25px;
  float: right;
}
.fourth .row .txt img {
  height: 25px;
  width: 18px;
  margin-bottom: 5px;
}
.fourth .row .txt1 {
  color: #808080;
  font-size: 14px;
  margin-top: 15px;
  padding: 0 20px 20px;
  height: 40px;
  overflow: hidden;
}
.fourth .row a {
  width: 100%;
  height: 100%;
}
.fourth .thend {
  height: 85px;
  padding: 30px 0;
  position: relative;
}
.fourth .thend a {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  position: absolute;
  left: 47%;
}
.fourth .thend a:hover {
  color: #00a4ff;
}
.fourth .thend img {
  height: 10px;
  width: 8px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.fifth {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
}
.fifth .fif {
  width: 100%;
  margin: 0 auto;
  height: 280px;
}
.fifth .fleft .ftop {
  padding: 45px 0 25px;
  font-size: 22px;
  color: #191d21;
}
.fifth .fleft .slide {
  padding: 0 20px 0 0;
}
.fifth .fleft .subtitle {
  height: 45px;
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding-left: 15px;
}
.fifth .fleft .subtitle a {
  font-size: 16px;
  color: #fff;
}
.fifth .fleft .slleft,
.fifth .fleft .slright {
  width: 100%;
  height: 100%;
}
.fifth .fleft .subbg {
  height: 45px;
  width: 93%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.fifth .fright .ftop {
  float: none;
  padding: 45px 0 25px;
  height: 30px;
  line-height: 30px;
}
.fifth .fright .ftop a {
  float: left;
}
.fifth .fright .ftop span {
  float: left;
  width: 2px;
  background: #191d21;
  height: 22px;
  margin-left: 16px;
  margin-right: 13px;
  margin-top: 4px;
}
.fifth .fright .newsTabCot {
  display: none;
  position: relative;
  padding-top: 20px;
}
.fifth .fright .newsTabCot.active {
  display: block;
}
.fifth .fright a {
  font-size: 22px;
  color: #191d21;
}
.fifth .fright a.tit.active {
  color: #00a4ff;
}
.fifth .fright .check {
  color: #333333;
  font-size: 14px;
  position: absolute;
  top: -20px;
  right: 0;
}
.fifth .fright .check:hover {
  color: #00a4ff;
}
.fifth .fright li {
  margin-bottom: 10px;
}
.fifth .fright li p {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-top: -20px;
}
.fifth .fright .lie {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 380px;
  display: block;
  font-size: 14px;
}
.fifth .fright a.lie:hover {
  color: #00a4ff;
}
.hotArrow .sign {
  display: inline;
  width: 25px !important;
}
.hotArrow .signa {
  display: none;
  width: 25px !important;
}
.hotArrow:hover .sign {
  display: none;
  width: 25px;
}
.hotArrow:hover .signa {
  display: inline;
  width: 25px;
}
.hotArrow .arrowRight {
  float: right;
}
@media screen and (min-width: 769px) {
  .third .row .tit:hover .thirdBg {
    display: block;
  }
  .third .row .tit:hover .more {
    color: #fff;
    display: block;
  }
  .third .row .tit:hover .tita {
    border: 1px solid transparent;
    padding-top: 40px;
  }
  .third .row .tit:hover .tita .imgBox i {
    color: #fff;
  }
  .third .row .tit:hover .tita p {
    color: #fff;
  }
  .third .row .tit:hover .tita .txt1 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .top .swiper-slide {
    overflow: hidden;
    background: #fff!important;
    height: auto!important;
  }
  .main_body .top .swiper-button-prev{
  display: block!important;
  left: 5%;
  top: 50%;
  width: 35px;
  height: 45px;
}
.main_body .top .swiper-button-next {
    display: block!important;
    right: 5%;
    top: 50%;
    width: 35px;
    height: 45px;
}
.main_body .top:hover .swiper-button-prev{
  display: block;
  left: 5%;
  top: 50%;
  width: 35px;
  height: 45px;
}
.main_body .top:hover .swiper-button-next{
  display:block;
  right: 5%;
  top: 50%;
  width: 35px;
  height: 45px;
}
  .top .subtitle {
    width: 100%;
    height: 40px;
    font-size: 0.12rem;
    padding: 0 0.15rem 0;
    text-align: left;
  }
  .top .subtitle .notice {
    width: 100%;
    height: 100%;
  }
  .top .subtitle .notice .bul {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
  .top .subtitle li {
    border-right: none;
    width: 90%;
    padding: 0;
  }
  .top .subtitle li a {
    padding: 0;
    line-height: 45px;
    width: 90%;
  }
  .top .subtitle .laba {
    width: 0.14rem;
    height: auto;
    top: 50%;
    margin-top: -0.05rem;
  }
  .top .subtitle .title {
    padding: 0 0.21rem;
    width: 100%;
    line-height: 45px;
  }
  .top .slide img {
    height: 260px;
  }
  .top .slide img span {
    color: #fff;
  }
  .top li {
    margin-left: 0rem;
    padding-top: 0rem;
    border-right: none;
  }
  .top li a {
    margin-left: 0.15rem;
  }
  .first {
    height: auto;
    padding-bottom: 0.1rem;
  }
  .first .row {
    width: 100%;
    padding-top: 0.4rem;
  }
  .first .row .new_tit{
    padding-top:.2rem
  }
  .first .row img {
    height: auto;
    width: 0.4rem;
  }
  .first .row .txt {
    color: #333333;
    font-size: 0.15rem;
    margin-top: 0.14rem;
  }
  .first .row .txt1 {
    color: #999999;
    font-size: 0.1rem;
    line-height: 0.15rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .first .row a {
    font-size: 0.12rem;
    color: #0095ff;
    /* background: url(index-arrow.png) no-repeat right center; */
    background-size: 18%;
    padding-right: 20px;
  }
  .first .row .new_tit2 a {
    position: absolute;
    left: 29%;
    width: 123px;
    height: 40px;
    border-radius: 4px;
    line-height: 24px;
}
.first .row .new_tit2 a:hover {
  position: absolute;
  left: 29%;
  width: 123px;
  height: 40px;
  line-height: 24px;
  border: 0px;
}
  .first .row a:after {
    content: none;
  }
  .second {
    height: auto;
    margin: 0 auto;
    background: url(ve_saa.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.15rem;
  }
  .second .shagnhu {
    width: 0.25rem;
    position: absolute;
    right: 0;
    top: 0.2rem;
  }
  .second .setop {
    position: relative;
  }
  .new_tit {
    width: 50%;
  }
  .second .secTop {
    width: 1.33rem;
    height: 2.3rem;
    position: absolute;
    padding-top: 0.1rem;
    right: 0;
    top: 0.4rem;
    background: #fff;
    box-shadow: 0px 0px 12px 1px #999;
    display: none;
    z-index: 9;
  }
  .second .secTop li {
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.13rem;
  }
  .second .secTop a {
    line-height: 0.34rem;
    font-size: 0.13rem;
    color: #606469;
  }
  .second .secTop .secBtn {
    width: 1.08rem;
    height: 0.28rem;
    background: #00a4ff;
    color: #fff;
    line-height: 0.28rem;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 0.11rem;
  }
  .second .slide {
    width: 100%;
    height: auto;
    padding-top: 0rem;
  }
  .second .seleft {
    width: 100%;
    background: none;
    height: auto;
    float: none;
    border-right: 0;
  }
  .second .seleft .setop {
    width: 100%;
    height: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    padding-right: 0;
    color: #333333;
    border-bottom: none;
    padding-top: 0.2rem;
  }
  .second .seleft .setop span {
    float: right;
    margin-top: -0.05rem;
  }
  .second .seleft .setop img {
    height: 0.2rem;
    width: 0.25rem;
  }
  .second .seleft .middul {
    padding: 0;
    padding-bottom: 0.08rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .second .seleft .middul .iconfont {
    display: none;
    overflow: hidden;
  }
  .second .seleft .middul li {
    text-align: center;
    height: auto;
    line-height: unset;
    width: auto;
    background: transparent;
    overflow: hidden;
    padding-right: 0.3rem;
    padding-left: 0;
    font-size: 0.15rem;
    border-right: 0;
  }
  .second .seleft .middul .dif {
    background: none;
  }
  .second .seleft .middul a {
    font-size: 0.14rem;
    line-height: 0.51rem;
    margin: 0;
    color: #808080;
    height: 0.46rem;
    padding-bottom: 0.1rem;
  }
  .second .seleft .middul li.active a {
    color: #0095ff;
    font-size: 0.22rem;
    line-height: 0.44rem;
    border-bottom: 0.02rem solid #0095ff;
  }
  .second .seright1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
  }
  .second .seright1 .thend {
    height: 0.73rem;
    padding-top: 0rem;
    text-align: center;
  }
  .second .seright1 .thend a {
    font-size: 0.12rem;
    color: #666666;
    position: static;
    /*right: 35%;*/
    margin-top: 0.2rem;
    width: 1.01rem;
    height: 0.3rem;
    display: inline-block;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
  }
  .second .seright1 .tab {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab ul {
    height: 3.4rem;
  }
  .second .seright1 .tab ul .tleft {
    background: url(ve_pa.png) no-repeat;
    height: 1.6rem;
    padding: 0;
    background-size: 100%;
  }
  .second .seright1 .tab ul .tright {
    background: url(ve_pb.png) no-repeat;
    height: 1.6rem;
    padding: 0;
    background-size: 100%;
  }
  .second .seright1 .tab ul .taba {
    margin-bottom: 0;
    margin-top: 0.2rem;
    margin-left: 0.25rem;
  }
  .second .seright1 .tab ul .taba a {
    font-size: 0.16rem;
  }
  .second .seright1 .tab ul .tabb {
    font-size: 0.1rem;
    margin: 0 0.25rem;
    line-height: 0.2rem;
  }
  .second .seright1 .tab1 {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab1 ul {
    height: 2rem;
  }
  .second .seright1 .tab1 ul .tleft {
    height: 1.8rem;
    padding: 0;
    background: #fff;
  }
  .second .seright1 .tab1 ul .tright {
    height: 1.8rem;
    padding: 0;
    background: #fff;
  }
  .second .seright1 .tab1 ul .taba {
    margin-top: 0;
    width: 100%;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    padding-left: 0.1rem;
  }
  .second .seright1 .tab1 ul .taba a {
    font-size: 0.15rem;
  }
  .second .seright1 .tab1 ul .tabb {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0.1rem;
  }
  .second .seright1 .tab1 ul img {
    height: 1rem;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .second .seright1 .tab1 li {
    width: 48%;
    margin: 0 1%;
  }
  .second .seright1 .tab2 {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab2 .a {
    height: 5rem;
  }
  .second .seright1 .tab2 .a li {
    height: 1.5rem !important;
  }
  .second .seright1 .tab2 .a .tleft {
    height: 1.5rem;
    background: transparent;
  }
  .second .seright1 .tab2 .a .tleft .box {
    width: 100%;
    height: 100%;
    background: url(ve_g.png) no-repeat;
  }
  .second .seright1 .tab2 .a .tright {
    background: transparent;
  }
  .second .seright1 .tab2 .a .tright .box {
    width: 100%;
    height: 100%;
    background: url(ve_h.png) no-repeat;
  }
  .second .seright1 .tab2 .a .tmid {
    background: transparent;
  }
  .second .seright1 .tab2 .a .tmid .box {
    width: 100%;
    height: 100%;
    background: url(ve_i.png) no-repeat;
  }
  .second .seright1 .tab2 .a .tleft1 {
    background: transparent;
    height: 1.5rem;
  }
  .second .seright1 .tab2 .a .tleft1 .box {
    width: 100%;
    height: 100%;
    background: url(ve_j.png) no-repeat;
  }
  .second .seright1 .tab2 .a .taba {
    margin-bottom: 0.06rem;
    margin-top: 0rem;
    margin-left: 0.15rem;
    padding-top: .15rem;
  }
  .second .seright1 .tab2 .a .taba a {
    font-size: 0.16rem;
  }
  .second .seright1 .tab2 .a .tabb {
    font-size: 0.1rem;
    color: #999999;
    line-height: 0.18rem;
    padding: 0 0.15rem;
  }
  .second .seright1 .tab2 .a .tabb li {
    margin-bottom: 0;
  }
  .second .seright1 .tab2 .a .tabb span {
    color: #d9d9d9;
  }
  .second .seright1 .tab3 {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab3 ul {
    height: auto;
    overflow: hidden;
  }
  .second .seright1 .tab3 ul .tleft {
    background: url(ve_p3a.png) no-repeat bottom center;
    background-color: #fff;
    height: 1.9rem;
    padding: 0 0.3rem;
    margin-bottom: .15rem;
    background-size: 100% auto;
    width: 100%;
  }
  .second .seright1 .tab3 ul .tright {
    background: url(ve_p3b.png) no-repeat  bottom center;
    background-color: #fff;
    height: 1.9rem;
    padding: 0 0.3rem;
    background-size: 100% auto;
    width: 100%;
  }
  .second .seright1 .tab3 ul .taba {
    margin-bottom: 0;
    margin-top: 0.15rem;
    margin-left: 0.15rem;
  }
  .second .seright1 .tab3 ul .taba a {
    font-size: 0.16rem;
  }
  .second .seright1 .tab3 ul .tabb {
    font-size: 0.14rem;
  }
  .second .seright1 .tab3 ul .tabb li {
    margin-bottom: 0;
  }
  .second .seright1 .tab3 ul .tabb span {
    color: #d9d9d9;
  }
  .second .seright1 .tab4 {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab4 ul {
    height: auto;
    width: 100%!important;
    margin: 0rem 0rem;
    overflow: hidden;
  }
  .second .seright1 .tab4 ul .tleft {
    background: url(ve_p4a.png) no-repeat bottom center;
    height: 1.8rem;
    width: 100%;
    margin-bottom: .15rem;
    background-size: cover;
  }
  .second .seright1 .tab4 ul .tright {
    background: url(ve_p4b.png) no-repeat bottom center;
    height: 1.6rem;
    width: 100%;
    background-size: cover;
  }
  .second .seright1 .tab4 ul .taba {
    margin-bottom: 0;
    margin-top: 0.15rem;
    margin-left: 0.15rem;
  }
  .second .seright1 .tab4 ul .taba a {
    font-size: 0.16rem;
  }
  .second .seright1 .tab4 ul .tabb {
    font-size: 0.14rem;
  }
  .second .seright1 .tab4 ul .tabb li {
    margin-bottom: 0rem;
  }
  .second .seright1 .tab4 ul .tabb span {
    color: #d9d9d9;
  }
  .second .seright1 .tab5 {
    width: 100%;
    height: auto;
  }
  .second .seright1 .tab5 ul li .taba a {
    color: #0095ff;
  }
  .second .seright1 .tab5 ul {
    height: auto;
    overflow: hidden;
  }
  .second .seright1 .tab5 ul .tleft {
    background: #fff;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    box-shadow: 0 0 0.1rem 0.02rem #cdd7df;
  }
  .second .seright1 .tab5 ul .tleft .tabb {
    height: 0.48rem;
  }
  .second .seright1 .tab5 ul li.col-xs-4 {
    overflow: hidden;
  }
  .second .seright1 .tab5 ul .tright {
    background: #fff;
    height: auto;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 0.1rem 0.02rem #cdd7df;
  }
  .second .seright1 .tab5 ul .tmid {
    background: #fff;
    height: auto;
    padding: 0;
    width: 100%;
    margin: 0.15rem 0;
    box-shadow: 0 0 0.1rem 0.02rem #cdd7df;
  }
  .second .seright1 .tab5 ul .tl {
   /* position: absolute;
    top: 0;
    right: 0;
    width: 50%;*/
   /*height: 0.72rem;*/
   width: 50%;
   float: right;
  }
  .second .seright1 .tab5 ul .taba {
    margin-bottom: 0;
    margin-top: 0;
    height: 0.72rem;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
  .second .seright1 .tab5 ul .taba a {
    color: #333333;
    font-size: 0.16rem;
    position: absolute;
    top: 0.15rem;
    left: 0.23rem;
  }
  .second .seright1 .tab5 ul .taba a:hover {
    color: #0091ff;
  }
  .second .seright1 .tab5 ul .tabb {
    font-size: 0.14rem;
    color: #2d3a45;
    background: #f5f7fa;
    height: auto;
    padding-top: 0.1rem;
    overflow: hidden;
  }
  .second .seright1 .tab5 ul .tabb li {
    margin-bottom: 0;
    padding-right: 0.4rem;
  }
  .second .seright1 .tab5 ul:after {
    width: 0;
    position: absolute;
    top: 0.61rem;
    left: 0.8rem;
    /* border: 6px solid transparent; */
    border-bottom: 7px solid #f5f7fa;
  }
  .second .seright1 ul {
    width: 100% !important;
  }
  .second .seright1 .tleft,
  .second .seright1 .tright,
  .second .seright1 .tmid {
    border-radius: 0.04rem;
    height: auto !important;
  }
  .second .seright1 .tabb {
    height: auto !important;
    padding-left: 0.3rem;
    padding-bottom: 0.1rem;
  }
  .second .seright1 .tabb.row {
    margin: 0 !important;
  }
  .second .seright1 .tab4 .tabb,
  .second .seright1 .tab3 .tabb {
    padding-left: 0.15rem;
  }
  .second .seright1 .tab4 .tabb li,
  .second .seright1 .tab3 .tabb li {
    padding-right: 0 !important;
  }
  .second .seright1 .tabZizhu .row,
  .second .seright1 .tabLast .row {
    margin: 0;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6,
  .second .seright1 .tabLast ul li.col-xs-6 {
    width: 50% !important;
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
    margin-bottom: 0.15rem !important;
    box-shadow: none;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6:nth-child(2n-1),
  .second .seright1 .tabLast ul li.col-xs-6:nth-child(2n-1) {
    padding-right: 0.1rem !important;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6:nth-child(2n),
  .second .seright1 .tabLast ul li.col-xs-6:nth-child(2n) {
    padding-left: 0.1rem !important;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6 .box,
  .second .seright1 .tabLast ul li.col-xs-6 .box {
    height: 100%;
    position: relative;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6 img,
  .second .seright1 .tabLast ul li.col-xs-6 img {
    width: 100% !important;
    border-radius: 0.04rem;
    height: auto !important;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6 .taba,
  .second .seright1 .tabLast ul li.col-xs-6 .taba {
    position: absolute;
    width: 100%;
    z-index: 3;
    font-size: 0.15rem;
    height: 0.44rem;
    margin-bottom: 0.06rem;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6 .taba a,
  .second .seright1 .tabLast ul li.col-xs-6 .taba a {
    left: 0;
    padding-left: 0.15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  .second .seright1 .tabZizhu ul li.col-xs-6 .zizhuTxt,
  .second .seright1 .tabLast ul li.col-xs-6 .zizhuTxt {
    position: absolute;
    top: 0.44rem;
    z-index: 3;
    color: #999;
    font-size: 0.1rem;
    padding: 0 0.15rem;
    line-height: 0.19rem;
  }
  .second .seright1 .tabZizhu ul .tmid,
  .second .seright1 .tabLast ul .tmid {
    margin: 0 !important;
  }
  .second .seright1 .tabZizhu .taba a,
  .second .seright1 .tabLast .taba a {
    top: 0.06rem;
  }
  .second .seright1 .tab2 .a {
    height: auto;
    margin: 0;
  }
  .second .seright1 .tab2 .a li {
    width: 50%;
    border-radius: 0.03rem;
    margin-right: 0;
    padding-left: 0;
  }
  .second .seright1 .tab2 .a li .box {
    border-radius: 0.04rem;
    /* background-size: 100% 100% !important; */
  }
  .second .seright1 .tab2 .a li:nth-child(2n-1) {
    padding: 0;
    padding-right: 0.1rem;
  }
  .second .seright1 .tab2 .a li:nth-child(2n) {
    padding: 0;
    padding-left: 0.1rem;
  }
  .second .seend {
    width: 960px;
    height: 82px;
    background: #f7f8fa;
    margin-top: -2px;
    float: right;
  }
  .second .seend ul {
    padding-top: 20px;
  }
  .second .seend img {
    width: 42px;
    height: 42px;
  }
  .second .seend li {
    display: inline;
    font-size: 14px;
    line-height: 42px;
    color: #606469;
    margin-left: 30px;
  }
  .second .seend a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #00a4ff;
    height: 30px;
    width: 80px;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    margin-top: 5px;
  }
  .third {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    width: 100%;
    height: auto;
  }
  .third .thtop {
    height: auto;
    font-size: 0.18rem;
    padding-top: 0.2rem;
    margin-bottom: 0;
  }
  .third .row {
    margin-top: 0;
  }
  .third .row .tit {
    padding: 0 0.1rem;
    width: 100%;
    margin-top: 0.18rem;
  }
  .third .row .tit img {
    height: 0.45rem;
  }
  .third .row .tit .tita {
    height: auto;
    border: none;
    padding-top: 0.2rem;
    box-shadow: 3px 4px 10px 0px rgba(81, 158, 235, 0.36);
  }
  .third .row .tit .tita .txt1 {
    padding-bottom: 0.3rem;
    text-align: left;
  }
  .third .row .imgBox {
    width: 32%;
    float: left;
    height: auto;
    padding-bottom: 0.1rem;
  }
  .third .row .imgBox i {
  font-size: 54px;
  }
  .third .row .titb ul {
    border: 0;
    height: 0.35rem;
    padding-top: 0.08rem;
    background: #f5f7fa;
    padding: 0 auto;
  }
  .third .row .titb .a {
    margin-right: 0.2rem;
    margin-left: 0.15rem;
  }
  .third .row .titb .b {
    margin-right: 0.08rem;
    margin-left: 0.05rem;
  }
  .third .row .titb .c {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .third .row .titb .d {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .third .row .titb li {
    display: inline;
    color: #666666;
    line-height: 0.16rem;
    font-size: 0.12rem;
  }
  .third .row img {
    height: 55px;
    width: auto;
  }
  .third .row .txt {
    color: #333333;
    font-size: 0.15rem;
    float: left;
    line-height: 0.16rem;
    margin-top: 0;
  }
  .third .row .txt1 {
    color: #858585;
    font-size: 0.1rem;
    line-height: 0.15rem;
    margin-top: 0;
    margin-bottom: 0.13rem;
    padding: 0.3rem 0.12rem 0.3rem;
  }
  .third .row .titb {
    height: 0.34rem;
    background: #f5f7fa;
  }
  .third .row .titb .botBox {
    height: 100%;
    line-height: 0.34rem;
  }
  .third .row .titb .botBox:after {
    top: 50%;
    margin-top: -6px;
  }
  .third .row a {
    width: 100%;
    height: 100%;
  }
  .third .thend {
    height: 0.8rem;
    padding-top: 0.2rem;
    text-align: center;
  }
  .third .thend a {
    font-size: 0.12rem;
    color: #666666;
    position: static;
    /*left: 35%;*/
    width: 1.01rem;
    height: 0.3rem;
    line-height: .3rem;
    display:inline-block;
    text-align: center;
    border: 1px solid #bbbbbb;
  }
  .fourth {
    width: 100%;
    background: #f5f7fa;
  }
  .fourth .thtop {
    height: auto;
    font-size: 0.18rem;
    padding-top: 0.15rem;
    margin-bottom: 0.14rem;
  }
  .fourth .swiper-container-horizontal {
    overflow: hidden;
  }
  .fourth .row {
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .fourth .row img {
    height: auto;
    /*max-height: 250px;*/
    width: 100%;
  }
  .fourth .row .txt {
    color: #191d21;
    font-size: 0.15rem;
  }
  .fourth .row .tit {
    width: 100%;
    /*height: 2rem;*/
  }
  .fourth .row .txt1 {
    color: #808080;
    font-size: 0.12rem;
    margin-top: 0.08rem;
  }
  .fourth .fou {
    width: 100%;
    padding: 0 0.35rem 0.2rem 0.35rem;
    position: relative;
  }
  .fourth .lr {
    width: 0.17rem;
    height: 0.3rem;
    float: left;
    position: absolute;
    top: 55%;
    left: 0.15rem;
  }
  .fourth .rr {
    width: 0.17rem;
    height: 0.3rem;
    float: left;
    position: absolute;
    top: 55%;
    right: 0.15rem;
  }
  .fourth .tita {
    box-shadow: 0 0.04rem 0.1rem 0.02rem #cdd7df;
  }
  .fourth .thend {
    height: 0.73rem;
    padding-top: 0.15rem;
  }
  .fourth .thend a {
    font-size: 0.12rem;
    color: #666666;
    position: absolute;
    right: 35%;
    width: 1.01rem;
    height: 0.3rem;
    text-align: center;
    border: 1px solid #bbbbbb;
  }
  .fifth {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  .fifth .fif {
    width: 100%;
    height: auto;
  }
  .fifth .fleft .ftop {
    padding: 0.25rem 0 0.22rem;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
  }
  .fifth .fleft .slide {
    padding: 0 0.05rem 0.2rem;
  }
  .fifth .fleft .subtitle {
    height: 0.3rem;
    padding-top: 0.05rem;
    left: 0.05rem;
    bottom: 0.19rem;
  }
  .fifth .fleft .subtitle a {
    font-size: 0.14rem;
  }
  .fifth .fleft .subbg {
    height: 0.3rem;
    width: 94%;
    left: 0.05rem;
    bottom: 0.19rem;
  }
  .fifth .thend {
    height: 0.6rem;
  }
  .fifth .thend a {
    padding-top: 0.05rem;
    font-size: 0.12rem;
    color: #666666;
    left: 35%;
    position: absolute;
    width: 1.01rem;
    height: 0.3rem;
    text-align: center;
    border: 1px solid #bbbbbb;
  }
  .fifth .fright {
    margin-bottom: 0.15rem;
  }
  .fifth .fright .ftop {
    padding: 0 0 0.15rem;
  }
  .fifth .fright a {
    font-size: 0.18rem;
  }
  .fifth .fright .active {
    color: #00a4ff;
  }
  .fifth .fright .check {
    text-align: center;
    line-height: 0.2rem;
    top: -0.25rem;
    float: right;
    width: 0.63rem;
    height: 0.21rem;
    border: 1px solid #0c9ef2;
    font-size: 0.11rem;
    color: #0C9EF2;
    border-radius: 4px;
  }
  .fifth .fright .newsTabCot {
    padding-top: 0.2rem;
  }
  .fifth .fright li {
    margin-bottom: 0.15rem;
    background: url(ve_fia.png) 0 50% no-repeat;
    padding-left: 0.1rem;
  }
  .fifth .fright li p {
    font-size: 0.14rem;
  }
  .fifth .fright .lie {
    width: 70%;
    color: #666;
    display: block;
    font-size: 0.14rem;
  }
  .second .secTop {
    height: 2.6rem;
  }
  .second .secTop li {
    padding-left: 0;
  }
  .second .secTop a {
    margin-left: 0 !important;
    text-align: center;
    line-height: 0.33rem !important;
  }








.top {
  position: relative;
  /*height: 2rem;*/
  width: 100%;
}
.main_body .top .swiper-container {
  width: 100%;
  height: auto;
  overflow: visible !important;
}
.main_body .top .swiper-container .img {
  width: 100%;
  height: auto;
  display: block;
  /*position: absolute;
  left: 0;
  margin-left: 0;*/
}
.main_body .top .swiper-container img {
  /*height: 2rem;*/
}




}
@media screen and (min-width: 769px) {
  .seright1 .row {
    margin: 0 !important;
  }
  
  .isIE9 .top .swiper-slide,
  .isIE8 .top .swiper-slide {
    float: left;
  }
  .isIE9 .swiper-pagination-switch,
  .isIE8 .swiper-pagination-switch {
    filter: opacity(0.6);
  }
  .swiper-slide{
    background-position: 50% 0px;
    background-size: 1920px 300px
  }
}
@media screen and (min-width: 1024px) {
  .fourth .row .tit {
    width: 33.33333333% !important;
  }
}
@media (max-width: 325px) {
  .third .row .titb li {
    font-size: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
