/*About Us*/

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
.top p:first-child{display: inline-block}
.top p:last-child{display: inline-block;margin-left: 43%}
.banner2 {
	width: 100%;
	overflow: hidden;
	background-color: #dfecf8;
}

.banner2 img {
	width: 100%;
	/*height: 400px;*/
	margin-left: 1.5px;
}

.banner2 div {
	position: absolute;
	left: 400px;
	top: 300px;
	color: white;
	font-size: 30px;
}

.one {
	padding-left: 100px;
	padding-right: 100px;
	display: flex;
	justify-content: space-around;
}

.one div {
	margin-top: 50px;
	margin-left: 50px;
	width: 50%;
	font-size: 17px;
	/*border: 1px solid red;*/
}

.two {
	display: flex;
	justify-content: center;
}

.three {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.textbox {
	display: flex;
	justify-content: center;
}

.map {
	margin-top: 100px;
	height: 500px;
	width: 100%;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
}

.map img {
	float: left;
}

#map_text {
	margin-left: 50px;
}

#map_text li {
	color: #0e357F;
}

.jytd {
	display: flex;
	justify-content: space-around;
	width: 1400px;
}

.jytd div {
	margin-top: 30px;
	width: 300px;
	height: 300px;
}
.jytd img{
	width: 380px;
	height: 280px;
}

.foot {
	margin-top: 30px;
	width: 100%;
	/*height: 100px;*/
	background-color: #0e357F;
}


/*Contacts*/


.contacts_map {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.contacts_map .leftText {
	width: 500px;
	/*border: 1px solid red;*/
	margin-top: 40px;
}
.contacts_map .lxwm{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	width: 400px;
	/*border: 1px solid red;*/
}
#main1 {
	text-align: center;
}

#main1 img {
	height: 150px;
	width: 150px;
}

.main1_img {
	padding-left: 200px;
	padding-right: 200px;
	display: flex;
	justify-content: space-around;
	margin-top: 35px;
}

.main1_text {
	margin-top: 15px;
	padding-left: 150px;
	padding-right: 150px;
	display: flex;
	justify-content: space-around;
}

.main1_text span {
	font-weight: bold;
	color: #4D4D4D;
}

.main1_text p {
	margin-top: 15px;
	color: #8B8682;
}

.main1_text div {
	width: 250px;
}

#main2 {
	text-align: center;
}

#main2 img {
	height: 283px;
	width: 360px;
	box-shadow: 5px 5px 5px #F5F5F5;
}

.imgbox {
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.btnbox {
	height: 60px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
}

.btnbox button {
	background-color: #0E357F;
	height: 50px;
	width: 200px;
	color: white;
	border-radius: 50px;
	outline: none;
}

.btnbox button:hover {
	font-size: 18px;
	height: 60px;
	width: 220px;
}
.top{background-color: #0E357F; color: white; width: 100%; padding: 10px 0 10px 20%;box-sizing: border-box;}
.tabbar{margin-left: 20%; width: 80%; padding: 20px 0;}
.tabbar ul{list-style: none; display: inline-block; margin-left: 30%;}
.tabbar ul li{display: inline-block; width: 100px; border: 5px solid #FFFFFF; line-height: 40px; font-weight: 10px; font-size: 18px; font-weight: 15px; text-align: center;}
.tabbar ul li a{text-decoration: none; color: #000000;}
