/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #0F0C41
}
*{
	font-family: '寰蒋闆呴粦', '榛戜綋','瀹嬩綋';
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}





#img img{
	width: 100%;
}
h1{
	width: 1100px;
	margin:25px auto;
	text-align:center;
	color: #0F0C41;
	font-size: 34px;
	background: white
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:29px;
}
.tt>p:hover a{
	color: white;
	background: #5461FC
}
.tt>p:hover{
	background: #5461FC
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
	font-weight: bold;
}
#pt input{
	width: 16.66%
}
#als input{
	width: 7.69%
}
.btn .current{
	background-color:#5461FC;
	color: white
}
#rq input{
	width: 33.33%
}
.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}
#rc{
	width: 1100px;
	margin: auto;
	overflow: hidden;
	background: white
}
#rc>div{
	display: none;
}
#rc>div p{
	float: left;
	text-align: center;
	font-size: 18px
}
#rc>div:nth-child(1) p:nth-child(1){
	width: 20%
}
#rc>div:nth-child(1) p:nth-child(2){
	width: 40%
}
#rc>div:nth-child(1) p:nth-child(3){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(1){
	width: 20%
}
#rc>div:nth-child(2) p:nth-child(2){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(3){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(4){
	width: 20%
}
#rc>div:nth-child(2) p:nth-child(5){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(6){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(7){
	width: 20%
}
#rc>div:nth-child(2) p:nth-child(8){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(9){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(10){
	width: 20%
}
#rc>div:nth-child(2) p:nth-child(11){
	width: 40%
}
#rc>div:nth-child(2) p:nth-child(12){
	width: 40%
}

#rc>div:nth-child(3) p:nth-child(1){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(2){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(3){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(4){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(5){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(6){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(7){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(8){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(9){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(10){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(11){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(12){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(13){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(14){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(15){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(16){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(17){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(18){
	width: 40%
}
#rc>div:nth-child(3) p:nth-child(19){
	width: 20%
}
#rc>div:nth-child(3) p:nth-child(20){
	width: 40%
}

.gd{
	width: 1100px;
	margin: auto;
}
.gd>div{
	display: none;
}
#al{
	width:1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	background: white;
	transition:all 0.5s;
}
#al li a{
	font-size:25px;
	color:#5461FC;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
#al li:hover{
	border:#5461FC solid 1px;
	background:#5461FC;
}
#al li:hover a{
	color:white;
}
#mt{
	width:1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#mt li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	background: white;
	transition:all 0.5s;
}
#mt li a{
	font-size:25px;
	color:#5461FC;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
#mt li:hover{
	border:#5461FC solid 1px;
	background:#5461FC;
}
#mt li:hover a{
	color:white;
}
.btn{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:#5461FC;
	transition:all 0.5s;
}
.btn a{
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}

.you{
	width: 1100px;
	margin: auto;
	line-height: 36px;
	text-align: center;
	background: #5461FC;
	color: white;
	font-weight: bold;
	transition:all 0.4s;
	font-size: 18px;
}



.swiper-container{
    width:1100px;
	margin:10px auto;
}
.swiper-slide{
	overflow:hidden;
}
.swiper-slide img{
	height: 200px;
	width: 100%;
}




.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
	background: white
}
.zj>div{
	margin-right: 170px;
	margin-bottom: 20px;
	width: 456px;
	float: left;
}
.zj .zj_img{
	width: 100%;
	margin: auto;
	border-radius: 50%;
	text-align: center;
}
.zj .zj_img img{
	width: 140px;
	height: 135px;
	display: block;
	border-radius: 50%;
	margin: auto;
}
.zj .zj_img p{
	width: 100%;	
	text-align: center;
	line-height: 30px;
}
.zj .zj_img>p{
	position: relative;
}
.zj .zj_img a{
	color: black
}
.zj .zj_img>p>a>img{
	display: block;
	float: right;
	transform: rotate(-90deg);
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.zj .zj_img p b{
	font-size: 20px;
}
.zj>div>p {
    width: 444px;
    margin: auto;
    background: white;
}

.dh{
	width: 1100px;
	margin: auto;
}



.xg{
	width:1100px;
	margin: auto;
	display: flex;
}
.xg div{
    width: 32%;
    margin: 0.5% 1%;
}
.xg div img{
	width: 100%;
	height: 220px;
}

.xg2{
	width: 1100px;
	margin: auto;
	display: flex;
}
.xg2>div{
	width: 47%;
	margin: 0.5% 1.5%
}
.xg2>div img{
	width: 100%;
	height: 250px
}

.lx{
	width: 1100px;
	margin:2% auto;
}
.lx img{
	display: block;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
	color: white
}
#p a{
	margin-right:5px;
	font-size:12px;
	color: white
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
		.tt>p a{
			font-size: 29px;
		}
	}