/*侧边栏*/
.right_bar{
	width:200px;
	height: 150px;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	position: absolute;
	right: -150px;
	top:550px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 99999999999999999999999;
}
.right-bar{
	width:50px;
	height: 150px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
	z-index: 999999999999999999999;
}
.right_bar:hover .bar{right:190px;}
.bar{
	position: absolute;
	right:0px;
	width:150px;
	height: 150px;
		display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	color: white;
	top: 0px;
	cursor: pointer;
	transition: 0.6s  cubic-bezier(0.3,-0.95,0.45,1.5);
	align-items: center;
	padding-left: 10px;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.right_bar img{width:30px;height: 30px;}
.right_bar img:nth-child(2){width:40px;}

/*头部*/
header{
	width:100%;
	display: flex;
	margin:  0 auto;
	height: auto;
	position: relative;
	z-index: 999999999999;
	background-color: white;
}
.head{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width:160px;
	height: 60px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 80% 60%;
}
nav{
	width:550px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
nav a{
	display: inline-block;
	WIDTH:110PX;
	height: 60px;
	font-size: 18px;
	color:#36538d;
	transition: 0.3s;
}
.active{color:white;}
nav:hover a:nth-child(1){color:#36538D;}
nav a:nth-child(2):hover~ .nav_bj{left:110px;}
nav a:nth-child(3):hover~ .nav_bj{left:220px;}
nav a:nth-child(4):hover~ .nav_bj{left:330px;}
nav a:nth-child(5):hover~ .nav_bj{left:440px;}
nav a:hover{color:white !important;}
.nav_bj{
	position:absolute;
	background-color:#36538D;
	width:110px;
	height: 40px;
	left: 0px;
	z-index: -1;
	transition: 0.6s  cubic-bezier(0.09,-0.15,0.551,1.32);
	border-radius: 4px;
	
}
nav a:hover{color:white;}
.head_input{
	width:200px;
	height: 30px;
	overflow: hidden;
	background-color:#36538D;
	border-radius: 4px;
	overflow: hidden;
}
.head_input input{
	width:140px;
	padding-left: 10px;
	background-color: rgba(0,0,0,0);
	border:none;
	height: 30px;
	color:white;
	outline: none;
	transition: 0.3s;
}
.head_input button{
	width:50px;
	height: 30px;	
	position: absolute;
	right: 0px;
	border:none;
	outline: none;
	background: url("../images/icon.png") center no-repeat;
	background-size: 55% 90%;
	cursor: pointer;
	transition: 0.3s;
}
.head_input input:hover{background-color: #4368B1;}
.head_input input:focus{background-color:#5C7EC1;}
.head_input button:hover{background-color: #4368B1;}
/*menu*/
#menu_btn{
	width:40px;
	background-color:#36538D;border-radius: 4px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	transition: 0.6s;
}
#menu_btn p{
	width:30px;
	height: 3px;
	background-color: white;
	border-radius: 4px;
}
#menu_btn_x{
	width:40px;
	height: 40px;
	position: absolute;
	left: 10px;
	background-color:#36538D;border-radius: 4px;
	color: white;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
	z-index: -1;
	transition: 0.6s;
	opacity: 0;
}
#input_btn{
	width:40px;
	height:40px;
	background: url("../images/icon.png") center no-repeat;
	background-size: 80% 80%;
	background-color: #36538D;
	margin-right: 10px;
	border-radius: 4px;
	cursor: pointer;
}
#menu{
	width:96%;
	height: 450px;
	height: 0px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	border-radius: 9px;
	color:white;
	transition: 0.6s cubic-bezier(0.175, 0, 0.32, 1.475);
	/* transition: 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) */
	/* transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) */
}
#menu a{
	display:inline-block;
	color: white;
	width:90%;
	margin: 0 auto;
	transition: 0.3s;
	text-align: center;
	height: 50px;
	line-height: 60px;
	border-bottom: 0.5px solid #ededed;
	padding-bottom: 20px;
}
#menu a:hover{
	background-color: #36538D;
}
#input_menu{
	width:100%;
	height: 100%;
	position: fixed;
	z-index: 9999999999999;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	top:0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: 0.6s;
}
.input_white{
	overflow: hidden;
	width:340px;
	height: 140px;
	background-image: linear-gradient(280deg,
	rgba(255,255,255,.3),
	rgba(255,255,255,.5),
	rgba(255,255,255,.6)
	);
	position: absolute;
	left: calc(50% - 170px);
	top: calc(50% - 70px);
	border-radius: 6px;
	backdrop-filter:blur(15px);
	border-top: 0.5px solid #fff;
	border-left: 0.5px solid #fff;
	box-shadow: 1px 10px 10px #36538D;
}
.input_white::before{
	content:"";
	position: absolute;
	width:200%;
	height: 15px;
	background-color: white;
	transition: 0.6s;
	transform: rotateZ(45deg);
	right: -106%;	
	opacity: 0;
}
.input_white:hover::before{
	right: 44%;
	opacity: 1;
}
#back{
	width:50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	color:white;
	border:0.5px solid #fff;
	border-top:none;
	font-weight: 100;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input_white div{
	width:90%;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 45%);
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	transition: 0.6s;
	box-sizing: border-box;
	overflow: hidden;
	height: 25px;
}
.input_white:hover div{
	height: 48px;
}
.input_white:hover div h3{color: white;}
.input_white div h3{
	font-weight: 100;
	color:#36538D;
	transition: 0.5s;
}
.input_white div input{
	width:90%;
	height: 20px;
	border:none;
	outline: none;
	color:white;
	background-color: rgba(0,0,0,0);
}
.input_white div button{
	width:10%;
	height: 20px;
	background: url("../images/icon.png") center no-repeat;
	background-size: 60% 90%;
	position: absolute;
	right:0px;
	cursor: pointer;
	border: none;
}
.input_white::after{
	content:"";
	position: absolute;
	width:90%;
	left: calc(50% - 45%);
	bottom: 30px;
	height: 1.5px;
	background-color: #36538D;
	transition: 0.6s;
	transform: scale(0);
}
.input_white:hover::after{
		transform: scale(1);
}
/*媒体查询*/
@media screen and (max-width:9000px) and (min-width:1024px){
	#menu,#menu_btn,#menu_btn_x,#input_btn,#input_menu{display:none !important;}
}
@media screen and (max-width:1023px) and (min-width:0px){
	nav,.head_input{display: none !important;}
}
/*页脚*/
footer{
	width:100%;
	overflow: hidden;
	display: flex;
	height: auto;
	background-image: linear-gradient(185deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	padding-top: 30px;
	padding-bottom: 40px;
	flex-flow: column;
	margin-top: 30px;
}

.foot{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	color:white;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.logo_1{
	width:160px;
	height: 60px;
	background: url(../images/logob.png) center no-repeat;
	background-size: 80% 60%;
	margin-bottom: 20px;	
	}
.foot_1{
	width:350px;
	height:auto;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 100;
}
.foot_1 p{margin-bottom: 15px;}
.foot_1 p:hover{text-decoration: underline;cursor: pointer;}
.foot_1 img{
	width:30px;
	height: 30px;
	margin: 5px 10px;
	cursor: pointer;
}
.foot_2{
	width:90%;
	max-width:800px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}
.foot_2 dt:hover,.foot_2 dd:hover{text-decoration: underline;}
.foot_2 dl{
	width:84px;
	cursor: pointer;
}
.foot_2 dt{
	font-weight: bold;
	font-size: 18px;
	transition: 0.5s;
	position: relative;
	margin-bottom: 15px;
}
.foot_2 dt::before{
	width:90%;
	bottom: 0px;
	content:"";	
	height: 1.3px;
	position: absolute;
	right: 0px;
	background-color: white;
	animation: after 4s infinite;
}
.foot_2 dd{
	font-weight: 100;
	font-size: 14px;
	transition: 0.4s;
	letter-spacing: 1px;
	margin-top: 7px;
}
.foot_2 dd:hover{padding-left: 8px;color:#819BCE;}
.ewm{
	width:100px;
	height: 100px;
	border:0.5px solid #fff;
	background: url(../images/ewm.png)center no-repeat ;
	background-size: 100% 100%;
}
.foot1{
	width:100%;
	height: 15px;
	line-height: 35px;text-align: center;
	color:#999;
	font-weight: 100;
	border-top: 0.5px solid #fff;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
}
@keyframes after {
	0%{
		left:0px;
		width:0%;
	}
	49%{
		right:0px;
		width:100%;
	}
	50%{
		right:0px;
		width:100%;
	}
	100%{
		right:0px;
		width:0%;
	}
	
}
@media screen and (max-width:1228px) and (min-width:0px){
	.foot_2{
		flex-flow: column;
		width:96%;
		max-width: 1100px;
	}
	.foot_2 dl{
		width:100%;
		margin-top: 20px;
		border-bottom: 0.5px solid #fff;
		padding-bottom: 20px;
	}
	.foot_2 dt{
		width:80px;
	}
	.ewm{margin-top: 20px;}
}
/*banner、*/
.banner{
	width:100%;
	height: auto;
	overflow: hidden;
	max-width: 1540px;
	margin: 0 auto;
}
.banner img{
	width:100%;
	height: auto;
	max-width: 1540px;
	margin: 0 auto;
}
.banner_bottom{
	width:100%;
	height: auto;
	padding: 10px;
	border-bottom: 1px solid #36538D;
}
.banner_bottom p{
	width: 100%;
	max-width: 1540px;
	text-align: left;
	color: #36538D;
	margin: 0 auto;
}
/*身体*/
.body-one-div{
	width:100%;
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-flow:  row nowrap;
	position: relative;
	margin-top: 30px;
}
.body-left{
	width:120px;
	height: 350px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	text-align: center;
	position: sticky;
	top:20px;
border-right: 1px solid #36538D;
	padding-right: 50px;
}
.body-left h1{
	color:#36538D;
	font-weight: 100;
	font-size: 30px;
}
.body-left h1:hover{
	text-decoration: underline;
	cursor: pointer;
}
.body-left li{
	width:120px;
	height: 40px;
	border:0.5px solid #36538D;
	color:#36538D;
	line-height: 40px;
	cursor: pointer;
	transition: 0.6s;
}
.body-left li:hover{
	background-color: #36538D;
	color:white;
}
.body-right{
	width:99%;
	height: auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	max-width: 950px;
	
	
}
.News{
	width:95%;
	height: 40px;
	background-color: #ededed;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.one-div{
	width:100%;
	margin: 0 auto;
	position: relative;
}

.one-div-hidden{
	display: none !important;
}
.one{
	margin: 0 auto;
	width:90%;
	height: auto;
	max-width: 950px;
	margin-bottom: 30px;
	padding: 20px 10px 20px 30px;
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #999;
	margin-top: 30px;
	
}
.one::before{
	content:"";
	width:100%;
	height: 100%;
	background-color:#36538D;
	z-index: -1;
	position: absolute;
	left: 0px;
	transition: 0.6s;
	transform: scale(.9,0);
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.one:hover::before{
	transform: scale(1,1);
}
.one-left{
	width:120px;
	border-top:3px solid #36538D;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
}
.one:hover .one-left{border-top:3px solid #fff;}
.one:hover .one-left p{color:white;}
.one:hover .one-left h3{color:white;}
.one:hover .one-left h6{color:white;border:0.5px solid #fff;}
.one:hover .one-right h1{color:white;}
.one:hover .one-right p{color:white;}
.one-left p{font-size:14px;color:#999999;margin-top: 10px;}
.one-left h3{color:#36538D;font-size: 35px;}
.one-left h6{color:#999;width:40px;height:40px;border:0.5px solid #999;text-align:center;line-height: 40px;}
.one-center{
	width:300px;
	height: 120px;
	background: url("../images/zy.png")center no-repeat;
	background-size: 100% 100%;
}
.one_active:nth-child(3) .one .one-center{
	background: url("../images/1-1.png")center no-repeat;
}
.one_active:nth-child(2) .one .one-center{
	background: url("../images/1-2.png")center no-repeat;
}
.one_active:nth-child(4) .one .one-center{
	background: url("../images/1-3.png")center no-repeat;
}
.one_active:nth-child(5) .one .one-center{
	background: url("../images/1-4.png")center no-repeat;
}
.one_active:nth-child(6) .one .one-center{
	background: url("../images/1-5.png")center no-repeat;
}

.one-right{
	width:400px;
	height: 120px;
}
.one-right h1{color:#36538D;
font-weight: 100;
font-size: 25px;}
.one-right p{
	color:#999;
	font-weight: 100;
	letter-spacing: 2px;
	margin-top: 10px;
}
@media screen and (max-width:1228px) and (min-width:0px){
	.body-left{display:none !important;}
	.one div{margin:  0 auto;}
}
.fy{
	width:80%;
	max-width:500px;
	display: flex;
	justify-content: space-around;
}
.fy button{	
	border:none;
	color:#36538D;
	border:0.5px solid #36538D;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	border-radius: 2px;
	transition: 0.3s;
}
.tops{
	width:60px;
	height: 30px;
}
.num{
	width:30px;
	height: 30px;
}

/*two*/
.two-right{
	background-color: white;
	width:96%;
	max-width: 900px;
	overflow: hidden;padding-bottom: 30px;
	margin: 0 auto;
}
.two-right h1{
	width:100%;
	height: 40px;
line-height: 40px;
	padding-left: 20px;
	color:#36538D;
	font-weight: 100;
	font-size: 25px;
	border-bottom: 0.5px dotted #36538D;
}
.two-right li{
	width:90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	color:#36538D;
	padding: 5px 10px;
	transition: 0.4s;
	border-radius: 4px;
	cursor: pointer;
}
.two-right li p:nth-child(1){
	white-space: nowrap;
	width:70%;
	overflow: hidden;
	text-align: left;
}
.two-right li p:nth-child(2){
	white-space: nowrap;
	height: 30%;
	text-align: right;
	overflow: hidden;
	margin-left: 20px;
}
.two-right li:hover{
	background-color: #476CB8;
	color:#f1f1f1;
}
.body-two-div{
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.three{
	width:50%;
	height: auto;
	display: flex;
	flex-flow: column;
	max-width: 500px;
	margin:0 auto;
	text-align: center;
	align-items: center;
}
.three h3{
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 30px;
}



.center_max_box{
	width:100%;
	padding-top: 50px;
	display: flex;
	padding-bottom: 50px;
}
.center_box{
	width:1200px;
	margin: auto;
	display:flex;
	justify-content: space-between;
	flex:0 1 1200px;
	flex-wrap: wrap;
	align-items: center;
}

/*所有的标题的部分开始*/
#title-1{
	padding-bottom: 0px;
}
#title-1 h1{
	padding-bottom: 10px;
	
	color:#ff3000;
	margin:auto;
	margin-bottom: 10px;
	font-size:40px;
}


#title-1 p{
	width:100%;
	line-height: 30px;
	font-size:20px;
	text-align: center;
	letter-spacing: 4px;
}
.link_box{
	width:800px;
	margin:auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_box button{
		font-size:20px;
	color:#36538d;
}
.all_btn{
	border-radius: 5px;
}
.all_btn::after{
	position: absolute;
	right:-130%;
	top:0px;
	transform:rotate(45deg);
	width:200%;
	height:15px;
	box-shadow: 0 0 10px white;
	content: '';
	background:white;
	transition: .5s;
	opacity: .2;
}
.all_btn:hover::after{
	right:50%;
	opacity: 1;
}
#link{
	color:white;
	background:#ff3000;
}
.link_box button:hover{
	color:white;
	background:#ff3000;
}
.ewm{
	transform:skewY(45)
}

.htops{
	width:60px;
	position: relative;
	margin:  auto;;
	height: 20px;
	margin-top: 50px;
	margin-bottom: 50px;;
	transition: 0.6s;
	overflow: hidden;
}
.child{
	display: flex;
	cursor: pointer;
	transition: 1.5s;

}
.child p{color:#999}
.htops:hover div p{transform: translateY(-100%);}



.child-1{
	display: flex;
	cursor: pointer;
	transition: 1.5s;
}
.child p:nth-child(1){transition: 0.3s;}
.child p:nth-child(2){transition: 0.35s;}
.child p:nth-child(3){transition: 0.5s;}
.child p:nth-child(4){transition: 0.6s;}
.child p:nth-child(5){transition: 0.7s;}

.child-1 p:nth-child(1){transition: 0.3s;}
.child-1 p:nth-child(2){transition: 0.35s;}
.child-1 p:nth-child(3){transition: 0.5s;}
.child-1 p:nth-child(4){transition: 0.6s;}
.child-1 p:nth-child(5){transition: 0.7s;}