.guide-contact {
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 100px; }

.guide-contact-content {
  width: 100%; }
  .guide-contact-content .contact-title-left {
    width: 72px;
    float: left; }
    .guide-contact-content .contact-title-left img {
      width: 36px; }
  .guide-contact-content .guide-contact-title {
    height: 34px;
    width: 378px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 26px; }
  .guide-contact-content .guide-contact-desc {
    font-size: 14px;
    color: #9a9a9a; }
    .guide-contact-content .guide-contact-desc a {
      color: #439afe; }
    .guide-contact-content .guide-contact-desc a:hover {
      color: #f8b62b; }
  .guide-contact-content .guide-contact-desc-ewm {
    float: left;
    margin-right: 38px;
    margin-top: 136px; }
    .guide-contact-content .guide-contact-desc-ewm img {
      width: 96px;
      display: block; }
    .guide-contact-content .guide-contact-desc-ewm div {
      text-align: center; }

.map_content .content-box {
    box-shadow: 1px 1px 10px #ececec;
    height: 386px;
    margin: 20px auto;
    padding-top: 70px;
    text-align: center;
    width: 1000px;
	font-size: 14px;
}
.clearfix::after, .clearfix::before {
    content: "";
    display: table;
}	  
.map_content .content-box {
    box-shadow: 1px 1px 10px #ececec;
    height: 386px;
    padding-top: 70px;
    text-align: center;
	width:1000px;
	margin:20px auto;
}

.map_content .content-box .content-left {
    margin-left: 90px;
    text-align: left;
    width: 360px;
}
.left {
    float: left;
}.content-box .content-right {
    margin-right: 90px;
    text-align: left;
    width: 360px;
}
.right {
    float: right;
}

.map_content .content-box .content-left {
    text-align: left;
}
.map_content .content-box h3 {
    height: 20px;
}
h1, h2, h3, h4, h5 {
    font-size: 100%;
    font-weight: 300;
}
.content-box .submit-btn {
    background-color: #439afe;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    margin: 60px auto 0;
    transition: all 0.5s ease 0s;
    width: 110px;
}
.content-box .submit-btn:hover{
	background: #3790f6;
	box-shadow:  0px 6px  10px rgba(43,129,228,.4);
	color: #fff;
}
button, img, input, textarea {
    border: medium none;
    outline: 0 none;
    vertical-align: middle;
}
.content-box .content-left input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 348px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.content-box .content-left input:focus {
	border-color:#3790f6;
	box-shadow:  0px 6px  10px rgba(43,129,228,.2);
}
.content-box .content-right textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    height: 170px;
    padding: 10px;
    resize: none;
    width: 338px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.content-box .content-right textarea:focus {
	border-color:#3790f6;
	box-shadow:  0px 6px  10px rgba(43,129,228,.2);
}
.content-box .content-left select {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 40px;
    width: 100%;
	color:#cccfd6;
	padding-left:10px;
}
.content-box .content-left select option {
	padding-left:10px;
}


/*åŠ å…¥æˆ‘ä»¬*/
.clearfix:after {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix {
	zoom: 1
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.joinus .jobs_list ul li:before,.joinus .provide ul li:before {
	background: url(../images/joinusIcon.png) no-repeat
}

.joinus .jobs_list h2 {
	text-align: center;
	font-size: 34px;
	padding: 90px 0;
	font-weight: 300
}

.joinus .jobs_list ul {
	margin: 0 auto;
	width: 1200px
}

.joinus .jobs_list ul li {
	float: left;
	margin-right: 22px;
	width: 208px;
	height: 288px;
	padding: 0 25px;
	transition: all .2s ease
}

.joinus .jobs_list ul li:before {
	content: "";
	display: block;
	margin: 40px auto 26px;
	width: 74px;
	height: 74px
}

.joinus .jobs_list ul li strong {
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #666
}

.joinus .jobs_list ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #999
}

.joinus .jobs_list ul li .jobsDetail {
	display: none;
	font-size: 12px;
	color: #09f;
	float: right
}

.joinus .jobs_list ul li:nth-child(1):before {
	background-position: 0 0
}

.joinus .jobs_list ul li:nth-child(2):before {
	background-position: 3px -154px
}

.joinus .jobs_list ul li:nth-child(3):before {
	margin: 41px auto 33px;
	height: 73px;
	background-position: 0 -306px
}

.joinus .jobs_list ul li:nth-child(4) {
	margin-right: 0
}

.joinus .jobs_list ul li:nth-child(4):before {
	margin: 47px auto 33px;
	height: 60px;
	background-position: 0 -454px
}

.joinus .jobs_list ul li:hover {
	box-shadow: 2px 5px 8px 2px rgba(0,0,0,.04)
}

.joinus .jobs_list ul li:hover:nth-child(1):before {
	background-position: 0 -77px
}

.joinus .jobs_list ul li:hover:nth-child(2):before {
	background-position: 3px -231px
}

.joinus .jobs_list ul li:hover:nth-child(3):before {
	background-position: 0 -379px
}

.joinus .jobs_list ul li:hover:nth-child(4):before {
	background-position: 0 -515px
}

.joinus .jobs_list ul li:hover .jobsDetail {
	display: inline-block
}

.joinus .jobs_list .all_jobs {
	background-color: #09f;
	margin: 70px auto 0;
	border-radius: 4px;
	display: block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 400
}

.joinus .jobs_list .all_jobs:hover {
	background-color: #0078ff
}

.joinus .work_atmosphere {
	background: url(../images/fundDeposit-advantage-top.png) center top no-repeat #f9fbfe;
	margin-top: 90px;
	text-align: center;
	padding-bottom: 120px
}

.joinus .work_atmosphere h2 {
	font-size: 34px;
	font-weight: 300;
	padding: 100px 0 15px
}

.joinus .work_atmosphere ul {
	margin: 0 auto;
	width: 1036px
}

.joinus .work_atmosphere ul li {
	float: left;
	width: 518px;
	height: 340px;
	margin-top: 70px
}

.joinus .work_atmosphere ul li strong {
	display: block;
	margin: 50px 0 30px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	text-align: center
}

.joinus .work_atmosphere ul li p {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #999
}

.joinus .work_atmosphere ul li:nth-child(2) {
	background: url(../images/work_atmosphere1.html) 60px 0 no-repeat
}

.joinus .work_atmosphere ul li:nth-child(3) {
	background: url(../images/work_atmosphere2.html) 60px 0 no-repeat
}

.joinus .work_atmosphere ul li:nth-child(6) {
	background: url(../images/work_atmosphere3.html) 60px 0 no-repeat
}

.joinus .provide {
	padding-bottom: 90px
}

.joinus .provide h2 {
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	padding: 90px 0 40px
}

.joinus .provide .provide_infor {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #666
}

.joinus .provide ul {
	margin: 90px auto 0;
	width: 1100px
}

.joinus .provide ul li {
	float: left;
	width: 275px
}

.joinus .provide ul li:before {
	content: "";
	display: block;
	margin: 0 auto 30px;
	width: 74px;
	height: 72px
}

.joinus .provide ul li strong {
	display: block;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-align: center
}

.joinus .provide ul li p {
	font-size: 14px;
	line-height: 20px;
	text-align: center
}

.joinus .provide ul li:nth-child(1):before {
	background-position: 0 -576px
}

.joinus .provide ul li:nth-child(2):before {
	background-position: 0 -647px
}

.joinus .provide ul li:nth-child(3):before {
	height: 68px;
	margin: 2px auto 32px;
	background-position: 0 -718px
}

.joinus .provide ul li:nth-child(4) {
	margin-right: 0
}

.joinus .provide ul li:nth-child(4):before {
	background-position: 0 -786px
}

.jobs .main {
	width: 800px
}

.jobs h2 {
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	padding: 140px 0 70px
}

.jobs h3 {
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	font-weight: 300
}

.jobs .jobs_tit {
	padding: 0 0 35px
}

.jobs .jobs_tit a {
	font-size: 14px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	color: #333;
	margin: 15px 16px 15px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	border: 1px solid transparent;
	border-radius: 12px
}

.jobs .jobs_tit a:hover {
	color: #09f;
	border-color: #09f
}

.jobs .jobs_tit a.cur {
	background-color: #09f;
	color: #fff;
	border-color: #09f
}

.jobs .jobs_cont {
	padding: 0 0 40px;
	margin-bottom: 60px
}

.jobs .jobs_cont h4 {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	position: relative;
	text-align: left;
	margin: 20px 0
}

.jobs .jobs_cont h4 span {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	font-size: 14px;
	color: #999
}

.jobs .jobs_cont h4 span em {
	font-style: normal;
	margin-left: 24px
}

.jobs .jobs_cont dl {
	padding-bottom: 10px
}

.jobs .jobs_cont dl dt {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 24px
}

.jobs .jobs_cont dl dd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333;
	counter-increment: testname;
	padding-left: 33px;
	position: relative
}

.jobs .jobs_cont dl dd p:before {
	content: counter(testname) ".";
	position: absolute;
	left: 0;
	top: 0
}

.jobs .jobs_cont dl:last-child {
	padding-bottom: 23px
}

.jobs .jobs_cont a {
	background-color: #09f;
	color: #fff;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin: 6px auto 0;
	border-radius: 4px
}

.jobs .jobs_cont a:hover {
	background-color: #0078ff
}


/*èŒä½åˆ—è¡¨*/
.accordion{width:100%;margin-top:10px;overflow:hidden;background:#f5f5f5;padding-bottom:40px;}
.accordion .adionh{height:60px;line-height:60px;padding:0 40px;background:#439afe;}
.accordion .adionh div{font-size:20px;color:#fff;float:left;}
.accordion .type{width:331px;}
.accordion .add{width:332px;}
.accordion .date{width:310px;}
.accordion .job{width:97px;}
.accordion .adiont{height:54px;line-height:54px;background:#f5f5f5;padding:0 40px;border-bottom:1px solid #fff;cursor:pointer;}
.accordion .adiont .job{width:97px;color:#439afe;}
.accordion .curr{border:0 !important;}
.accordion .curr .type{background:url(../images/icon3.png) no-repeat 20px 44px;}
.accordion .adiont div{float:left;font-size:14px;color:#545454;}
.accordion .adionm{width:1070px;margin:0 auto;background:#e6eef7;padding:10px 0 20px 40px;color:#666;font-size:14px;line-height:180%;}
.accordion .adionm p{font-size:12.5px;line-height:30px;color:#545454;padding-bottom:10px;}


/*æˆåŠŸæ¡ˆä¾‹*/
.hzhb {
    padding-bottom: 100px;
    text-align: center;
}
.hzhb h2 {
    font-size: 50px;
    font-weight: 300;
    height: 80px;
    padding-top: 30px;
}
.hzhb h3 {
    font-size: 20px;
    height: 70px;
}
.hzhb h3 > a {
    color: #439afe;
}
.hzhb .company-lists {
    margin:0 auto;
	width:1030px;
}
.hzhb .company-lists li {
    border: 1px solid #e5e5e5;
    display: inline;
    float: left;
    height: 120px;
    line-height: 118px;
    margin: 20px 24px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}
.hzhb .company-lists li a {
    display: block;
    height: 100%;
    width: 100%;
}
.hzhb .company-lists li img {
    width: 230px;
	margin-top:20px;
}