﻿@charset "utf-8";
.titleLag{
      text-align: center;
      background:white;
      border-radius: 6px;
      border:1px solid #2f4687;
      line-height:33px;
      width:88%;
      position:relative;
      left:41%;
      color:#2f4687;
      font-size:21px;
 }
.contentFont{
     text-align: center;
     background:white;
     color:#2f4687;
}
.contentFont>span{
    font-size: 17px;
}
.swiper .pic li {
	transition: all 0.8s;
	width: 21%;
	height: 35%;
	position: absolute;
	top: 30px;
	left: 34%;
	margin-left: -350px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}
.swiper2 .pic2 li {
	transition: all 0.8s;
	width: 21%;
	height: 35%;
	position: absolute;
	top: 30px;
	left: 34%;
	margin-left: -350px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}