* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}

body {
	font-size: 14px;
	color: #333;
	font-family: 'Microsoft YaHei',"SourceHanSansCN-Medium";
	min-width: 1200px;
}

.row {
}

.row:after {
	clear: both
}

.row:after,.row:before {
	display: table;
	content: " "
}

i {
	font-style: normal;
}

label {
	position: relative;
	cursor: pointer;
}

input[type=radio],input[type=checkbox] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: inherit;
}

input[type=button],input[type=submit],input[type=file],button {
	cursor: pointer;
	-webkit-appearance: none;
}

ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

input[type=button],input[type=submit],input[type=file],button,a {
	-webkit-tap-highlight-color: transparent;
}

.row_a {
	width: 50%;
	display: flex;
	justify-content: center;
}

.rows {
	display: flex;
	flex-wrap: wrap;
}

.rows:after {
	clear: both
}

.rows:after,.rows:before {
	display: table;
	content: " "
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}

.headBox {
	height: 111px;
	width: 1200px;
	margin: 0 auto;
}

.headBox .logo {
	float: left;
	margin-top: 41px;
}

.headNav {
	float: right;
	margin-top: 81px;
}

.headNav li {
	float: left;
	width: 64px;
	height: 16px;
	line-height: 16px;
	margin: 0 37px;
	color: #333;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.headNav li.active,.headNav li:hover {
	font-weight: bold;
	color: rgba(1,158,213,1);
}

.navBox {
	display: none;
	position: absolute;
	top: 16px;
	left: -35px;
	padding-top: 14px;
	z-index: 999;
}

.navBox div {
	background-color: rgba(0,158,213,1);
}

.navBox p {
	width: 150px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 3px 35px;
	color: rgba(255,255,255,1);
	line-height: 42px;
	background-color: rgba(0,158,213,1);
	cursor: pointer;
}

.navBox p:hover {
	background: #0482af;
}
.footBox {
	width: 100%;
	height: 151px;
	background-color: #333;
	margin-top: 62px;
}

.footInfo {
	text-align: left;
	padding-top: 89px;
	height: 151px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.footNav a {
	display: inline-block;
	font-weight: 400;
	color: rgba(217,217,217,1);
	line-height: 14px;
	margin: 0 7.5px 8px 0;
}

.footTip {
	font-size: 12px;
	font-weight: 400;
	color: rgba(217,217,217,1);
}

.footerBanner{
	display: inline-block;
}

.govEbs{
    display: inline-flex;
    margin-left: 12px;	
}

.ewmBox {
	position: absolute;
	right: 0;
	top: 25px;
}

.ewmBox img {
	width: 88px;
	height: 88px;
	margin-bottom: 10px;
}

.ewmBox p {
	font-size: 12px;
	font-family: 'Microsoft YaHei',"SourceHanSansCN-Medium";
	font-weight: 400;
	color: rgba(217,217,217,1);
}

.bannerBox {
	position: relative;
}

.bannerBox .swiper-container {
	width: 100%;
	min-width: 1200px;
}

.bannerBox .swiper-slide {
	position: relative;
}

.bannerBox .swiper-slide img {
	width: 100%;
}

.bannerTip {
	position: absolute;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
	top: 0;
	z-index: 2;
}

.bannerTioHead {
	font-size: 40px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255,255,255,1);
	line-height: 60px;
	text-shadow: 0px 5px 7px rgba(0,0,0,0.46);
	margin-top: 16%
}

.bannerTioInfo {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	margin-top: 14px;
}

.bannerTioUrl {
	display: block;
	width: 120px;
	height: 44px;
	background: rgba(1,158,213,1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	line-height: 44px;
	text-align: center;
	margin-top: 28px;
	cursor: pointer;
}

.bannerTioUrl:hover {
	background: #0482af;
}

.bannerBox .swiper-pagination {
	position: absolute;
	right: 72px;
	bottom: 47px;
}

.bannerBox .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	margin: 0 11px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 8px;
	outline: 0
}

.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	height: 18px;
	opacity: 1;
	background-color: #019ed5
}

.introduce {
	margin-top: 57px;
}

.introduceHead,.honorHead,.homebranchHead {
	display: flex;
	width: 442px;
	align-items: center;
	margin: 0 auto 48px;
}

.introduceHead p,.honorHead p,.homebranchHead p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	display: inline-block;
}

.introduceHead span,.honorHead span,.homebranchHead span {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(230,230,230,1);
	align-items: center;
}

.introduceInfo {
	width: 1200px;
	margin: 0 auto 50px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 36px;
}
.IntroInfo {
	margin-top: 56px;
}

.IntroInfo img {
	width: 442px;
	margin-right: 28px;
	float: left;
}

.IntroTip {
	float: left;
	text-align: left;
	width: 730px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 48px;
	padding-top: 38px;
}

.adImg {
	width: 100%;
	min-width: 1200px;
}

.honor {
	margin-top: 63px;
	position: relative;
}

.honorInfo {
	width: 1198px;
	margin: 0 auto;
	overflow: hidden;
}

.honorNode {
	position: absolute;
	top: 79px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

.button-next,.button-prev {
	position: absolute;
	top: 89px;
	outline: 0;
	cursor: pointer;
}

.button-next {
	right: -60px;
}

.button-prev {
	left: -60px;
}

.honorInfo .swiper-wrapper .swiper-slide {
	width: 280px;
	margin-right: 26px;
}

.honorInfo .swiper-wrapper .swiper-slide img {
	width: 280px;
	height: 219px;
}

.honorInfo .swiper-wrapper .swiper-slide p {
	width: 100%;
	text-align: center;
	height: 20px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: 20px;
	margin-top: 18px;
	text-align: center;
}

.homebranch {
	margin-top: 79px;
}

.homebranchInfo {
	width: 1200px;
	margin: 0 auto;
}

.homebranchImg {
	float: left;
	width: 380px;
	height: 290px;
	margin-right: 45px;
}

.homebranchTxt {
	float: left;
	width: 775px;
	height: 269px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 36px;
	position: relative;
}

.homebranchTxtMoreLink{
	position: absolute;
	bottom: 0;
	right: 0;
}

.homebranchTxtMoreLink a {
	font-weight: 500;
	color: rgba(1,158,213,1);
	margin-left: 5px;
}

.cultureImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.Idea {
	width: 1200px;
	margin: 42px auto 0;
}

.IdeaHead,.cultureHead {
	display: flex;
	width: 442px;
	align-items: center;
	margin: 0 auto 48px;
}

.IdeaHead p,.cultureHead p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	display: inline-block;
}

.IdeaHead span,.cultureHead span {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(230,230,230,1);
	align-items: center;
}

.IdeaInfo {
	margin-top: 56px;
}

.IdeaInfo img {
	width: 442px;
	margin-right: 28px;
	float: left;
}

.IdeaTip {
	float: left;
	width: 730px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 36px;
}

.cultureBox {
	width: 1200px;
	margin: 50px auto 0;
}

.cultureInfo {
	margin-top: 54px;
}

.cultureInfo li {
	float: left;
	width: 585px;
	margin-right: 30px;
	height: 390px;
	margin-bottom: 25px;
}

.cultureOtherInfo li {
	float: left;
	width: 585px;
	margin-right: 30px;
}

.cultureInfo li:nth-child(2n),.cultureOtherInfo li:nth-child(2n) {
	margin-right: 0;
}

.cultureInfo li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cultureOtherInfo li img {
	width: 100%;
	margin-bottom: 25px;
	object-fit: cover;
}

#author .cultureHead {
	width: 466px;
}
.meansImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.meansHead {
	display: flex;
	width: 442px;
	align-items: center;
	margin: 0 auto 48px;
}

.meansHead p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	display: inline-block;
}

.meansHead span {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(230,230,230,1);
	align-items: center;
}

.meansBox {
	margin-top: 30px;
}

.meansTable {
	width: 1200px;
	margin: 0 auto;
}

th {
	text-align: left;
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
	padding: 15px;
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.meansTable th {
	height: 30px;
	background: rgba(1,158,213,1);
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 30px;
	font-weight: 500;
}

.meansTable thead {
	border: 1px solid rgba(1,158,213,1);
}

.meansTable th:first-child,.meansTable td:first-child {
	padding-left: 55px;
}

.meansTable td img {
	width: 22px;
	height: 32px;
}

.meansTable td:first-child {
	border-left: 1px solid rgba(222,222,222,1);
}

.meansTable td:last-child {
	border-right: 1px solid rgba(222,222,222,1);
}

.meansTable td {
	line-height: 42px;
	font-size: 16px;
	color: rgba(51,51,51,1);
}

.meansTable tbody {
	border-bottom: 1px solid rgba(222,222,222,1);
}

.pageNode {
	width: 1200px;
	margin: 40px auto 0;
	text-align: center;
}

.pageNode li {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: rgba(51,51,51,1);
	font-size: 14px;
	margin: 0 3px;
	text-align: center;
	border: 1px solid rgba(222,222,222,1);
	cursor: pointer;
}

.pageNode .other {
	width: auto;
	height: auto;
	margin: 0 3px;
	border: 0;
}

.pageNode .null {
	background: rgba(242,242,242,1);
	color: #BFBFBF;
}

.pageNode .active {
	background: rgba(1,158,213,1);
	color: #fff;
	border-color: rgba(1,158,213,1);
}

.pageNode li:hover {
	background: rgba(1,158,213,1);
	color: #fff;
	border-color: rgba(1,158,213,1);
}

.pageNode li.null:hover {
	background: rgba(242,242,242,1);
	color: #BFBFBF;
	border: 1px solid rgba(222,222,222,1);
}

.pageNode li.other:hover {
	border: 0;
	color: rgba(51,51,51,1);
	background: none;
}

.customerImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.customerName {
	line-height: 14px;
	color: #999;
	width: 1200px;
	margin: 20px auto 33px;
}

.customerName span {
	color: #019ED5
}

.customerHead {
	display: flex;
	width: 442px;
	align-items: center;
	margin: 0 auto 28px;
}

.customerHead p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	display: inline-block;
}

.customerHead span {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(230,230,230,1);
	align-items: center;
}

.customerTable {
	width: 1200px;
	margin: 0 auto;
}

th {
	text-align: left;
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
	padding: 15px;
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.customerTable th {
	height: 30px;
	background: rgba(1,158,213,1);
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 30px;
	font-weight: 500;
}

.customerTable thead {
	border: 1px solid rgba(1,158,213,1);
}

.customerTable th:first-child,.customerTable td:first-child {
	padding-left: 55px;
	border-bottom: 1px #fff solid;
}

.customerTable td:first-child {
	border-left: 1px solid rgba(222,222,222,1);
}

.customerTable td:last-child {
	border-right: 1px solid rgba(222,222,222,1);
}

.customerTable td {
	line-height: 42px;
	font-size: 16px;
	color: rgba(51,51,51,1);
	border: 1px rgba(222,222,222,1) solid;
}

.customerTable tbody {
	border-bottom: 1px solid rgba(222,222,222,1);
}

.pageNode {
	width: 1200px;
	margin: 40px auto 0;
	text-align: center;
}

.pageNode li {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: rgba(51,51,51,1);
	font-size: 14px;
	margin: 0 3px;
	text-align: center;
	border: 1px solid rgba(222,222,222,1);
	cursor: pointer;
}

.pageNode .other {
	width: auto;
	height: auto;
	margin: 0 3px;
	border: 0;
}

.pageNode .null {
	background: rgba(242,242,242,1);
	color: #BFBFBF;
}

.pageNode .active {
	background: rgba(1,158,213,1);
	color: #fff;
	border-color: rgba(1,158,213,1);
}

.pageNode li:hover {
	background: rgba(1,158,213,1);
	color: #fff;
	border-color: rgba(1,158,213,1);
}

.pageNode li.null:hover {
	background: rgba(242,242,242,1);
	color: #BFBFBF;
	border: 1px solid rgba(222,222,222,1);
}

.pageNode li.other:hover {
	border: 0;
	color: rgba(51,51,51,1);
	background: none;
}

.serviceImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.memberBox {
	margin-top: 42px;
}

.memberHead,.buyHead {
	display: flex;
	width: 442px;
	align-items: center;
	margin: 0 auto 48px;
}

.buyFooter{
	/*display: flex;*/
	width: 542px;
	align-items: center;
	margin: 48px auto 48px;

}
.buyFooter p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	text-align: center;
	/*display: inline-block;*/
}
.buyFooter li {
	/*display: inline-block;*/
	width: 450px;
	height: 40px;
	align-items: center;
	font-size: 16px;
}
.buyFooter .imgBox{
	width: 550px;
	padding: 22px;
	background: rgba(241,241,241,1);
	height: 104px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.buyFooter .buyBtn {
	width: 164px;
	height: 60px;
	background: rgba(1,158,213,1);
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.groupBox {
	margin: 0 auto;
	width: 1200px;
}
.groupHeader{
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

.groupHeader .groupTitle{
    color: #019ED5;
    font-size: 24px;
	font-weight: bold;
	padding-bottom: 2px;
}
.groupHeader span,.subTitle{
    color: #000;
    font-size: 18px;
	font-weight: bold;
}
.groupHeader div,.groupContact{
	color: #000;
    font-size: 16px;
	margin: 10px 0;
}

.groupHeader div,.groupContact li{
	margin: 10px 0;
}

.groupForm .formTitle{
    color: #019ED5;
    font-size: 24px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
	margin: 20px auto;
}
.groupForm div,.formField{
		margin: 0 auto;
		width: 850px;
}
.formTable{
	width: 100%;
	font-size: 16px;
	padding-bottom: 30px;
}
.formTable tr{
   vertical-align: top;
   height: 58px;
}
.formTable th{
   text-align: right;
   padding-top: 10px;
}
.formTable td{
   padding-left: 10px;
		
}

.formTable td input{
   font-size: 16px;
   width: 480px; 
   line-height: 38px;	
}
.formTable td textArea{
   font-size: 16px;
   line-height: 38px;	
}

.groupBox .buyBtn {
	width: 164px;
	height: 60px;
	background: rgba(1,158,213,1);
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin: 20px auto;
}

.feedbackBox{
	margin: 0 auto;
	width: 800px;
}

.feedbackBox .formTitle{
    color: #019ED5;
    font-size: 24px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
	margin: 20px auto;
}
.feedbackBox .buyBtn {
	width: 164px;
	height: 60px;
	background: rgba(1,158,213,1);
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin: 20px auto;
}
.memberHead p,.buyHead p {
	color: #019ED5;
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px;
	display: inline-block;
}

.memberHead span,.buyHead span {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(230,230,230,1);
	align-items: center;
}

.memberInfo {
	width: 1200px;
	margin: 0 auto;
}

.memberInfo img {
	width: 442px;
	height: 340px;
	margin-right: 28px;
	float: left;
}

.memberTip {
	width: 730px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 36px;
}

.buyBox {
	margin-top: 40px;
}

.buyInfo {
	width: 722px;
	margin: 0 auto;
}

.buyInfo li {
	width: 250px;
	float: left;
	margin-right: 222px;
	text-align: center;
}

.buyInfo li:last-child {
	margin-right: 0;
}

.buyInfo li .name {
	font-size: 24px;
	font-weight: bold;
	color: rgba(1,158,213,1);
	line-height: 24px;
	margin-bottom: 28px;
}

.buyInfo li .info {
	font-size: 24px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	line-height: 42px;
	margin: 20px 0;
}

.buyInfo li .buyBtn {
	width: 164px;
	height: 60px;
	background: rgba(1,158,213,1);
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.buyInfo li .imgBox {
	width: 250px;
	padding: 22px;
	background: rgba(241,241,241,1);
	height: 334px;
	position: relative;
}

.buyInfo li .imgBox img {
	width: 100%;
}

.buyInfo li .imgBox p {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: 20px;
	position: absolute;
	bottom: 12px;
	left: 0;
}

.buyInfo li .buyBtn:hover {
	background: #0482af;
}

.contactImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.contactName {
	line-height: 14px;
	color: #999;
	width: 1200px;
	margin: 20px auto 33px;
}

.contactName span {
	color: #019ED5
}

.contactBox {
	width: 1200px;
	margin: 0 auto;
}

.contactBox li {
	width: 600px;
	float: left;
}

.contactBox li .head {
	font-size: 18px;
	font-weight: bold;
	color: rgba(1,158,213,1);
	line-height: 24px;
	margin-bottom: 25px
}

.contactBox li span {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: 24px;
	display: block;
	margin-bottom: 18px
}

.contactBox li span.other {
	margin-bottom: 40px
}

.contactBox li .contactewm {
	width: 182px;
	height: 182px;
	margin-bottom: 30px
}

.contactBox li .info {
	line-height: 36px;
}

#contactMap {
	width: 564px;
	height: 226px;
}

#contactMap .BMap_cpyCtrl {
	display: none;
}

.branchImg {
	width: 1200px;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
}

.branchName {
	line-height: 14px;
	color: #999;
	width: 1200px;
	margin: 20px auto 33px;
}

.branchName span {
	color: #019ED5
}

.branchList {
	width: 1200px;
	margin: 0 auto;
}

.branchList li {
	width: 380px;
	margin: 0 30px 27px 0;
	float: left;
}

.branchList li:nth-child(3n) {
	margin-right: 0;
}

.branchList li .listName {
	font-size: 20px;
	color: rgba(1,158,213,1);
	line-height: 20px;
	margin-bottom: 13px;
}

.branchList li:hover .listBox div {
	display: block;
	opacity: 1;
	-webkit-animation: fadein 0.5s ease;
	-moz-animation: fadein 0.5s ease;
	-ms-animation: fadein 0.5s ease;
	animation: fadein 0.5s ease;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.branchList li .listBox {
	width: 380px;
	border: 1px solid rgba(224,224,224,1);
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.branchList li .listBox img {
	width: 378px;
	height: 290px;
	object-fit: cover;
	margin-bottom: 22px;
}

.branchList li .listBox p {
	font-size: 16px;
	font-weight: 500;
	color: rgba(51,51,51,1);
	line-height: 24px;
	padding: 0 14px
}

.branchList li .listBox div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	opacity: 0;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
}

.branchList li .listBox div span {
	width: 130px;
	height: 54px;
	background: rgba(1,158,213,1);
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	display: block;
	margin: 124px auto 0;
}

.branchInfo {
	width: 1200px;
	margin: 0 auto;
}

.branchInfo .branchInfoImg {
	width: 570px;
	height: 420px;
	float: left;
	margin-right: 56px;
}

.branchInfo .branchTip {
	width: 574px;
	float: left;
}

.branchInfo .branchTip p {
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin-bottom: 2px;
}
.branchInfo .branchTip table {
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin-bottom: 2px;
}
.branchInfo .branchTip table th{
	vertical-align: top;
	font-weight: normal;
}
#allmap {
	width: 564px;
	margin: 16px auto 0;
	height: 200px;
}

#allmap .BMap_cpyCtrl {
	display: none;
}

.dlDivSearch{
	margin: 0 auto 28px;
	width: 450px;
	height: 38px;
}

.dlSearchBox{
	height: 38px;
    width: 380px;
    padding-left: 10px;	
    font-size:16px;
}

.dlSearchBtn{
	margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: rgba(1,158,213,1);
    display: inline-block;
    color: #FFF;
    height: 40px;
    width: 60px;
    font-size:16px;
}
