@charset "UTF-8";
/*CSS Document*/

/*main-content*/
.main-content {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	width: 1200px;
}
.main-content:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/*index*/

.index-section-title {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.index-section-title .title {
	float: left;
	padding-bottom: 30px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #d1cfcf;
}
.index-section-title .title .p1 {
	float: left;
	font-size: 18px;
	color: #666;
}
.index-section-title .title .p2 {
	float: left;
	margin-left: 10px;
	color: #999;
}
.index-section-title a {
	display: block;
	float: right;
	width: 98px;
	height: 33px;
	line-height: 33px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 33px;
}





/*index-about-us*/
.index-about-us {
	position: relative;
	margin-top: 60px;
}
.index-about-us .content {
	margin-top: 30px;
	height: 220px;
}
.index-about-us .content .img {
	float: left;
	width: 400px;
	height: 220px;
}
.index-about-us .content .img img {
	width: 100%;
	height: 100%;
}
.index-about-us .content .summary {
	float: right;
	width: 750px;
	height: 220px;
}
.index-about-us .content .summary h2 {
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
}
.index-about-us .content .summary div {
	overflow: hidden;
	width: 100%;
	height: 150px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

/*index-section-menu*/
.index-section-menu {margin-top: 60px;}
.index-section-menu a {
	float: left;
	display: block;
	margin: 0 1px;
	width: 198px;
	height: 198px;
	text-align: center;
	background-color: #fafafa;
}
.index-section-menu a img {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 64px;
	height: 64px;
}
.index-section-menu a img.img2 {display: none;}
.index-section-menu a span {
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.index-section-menu a:hover {
	width: 196px;
	height: 196px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.index-section-menu a:hover img.img1 {display: none;}
.index-section-menu a:hover img.img2 {display: block;}
.index-section-menu a:hover span {color: #e1192f;}

/*index-news*/
.index-news {
	position: relative;
	margin-top: 50px;
}
.index-news ul {margin-top: 50px;}
.index-news ul li {
	float: left;
	margin: 0 5px;
	width: 288px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.index-news ul li:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.index-news ul li .img {
	width: 100%;
	height: 140px;
}
.index-news ul li .img img {
	width: 100%;
	height: 100%;
}
.index-news ul li .content {padding: 0 10px;}
.index-news ul li h2 {
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.index-news ul li .time {
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.index-news ul li .writings {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	height: 52px;
	line-height: 26px;
	color: #999;
}
.index-news ul li .content .button {
	display: block;
	margin: 20px auto;
	width: 110px;
	height: 35px;
	line-height: 35px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 35px;
}
/*index end*/

/*main-content*/

/*left-nav*/
.main-content .left-nav {
	float: left;
	width: 240px;
}
.main-content .left-nav .div1 {
	padding: 15px 20px;
	width: 200px;
	height: 70px;
	color: #fff;
	background-color: #ae2433;
}
.main-content .left-nav .div1 .p1 {
	line-height: 50px;
	font-size: 24px;
}
.main-content .left-nav .div1 .p2 {
	line-height: 20px;
	font-size: 16px;
}
.main-content .left-nav menu {margin-top: 2px;}
.main-content .left-nav menu a {
	overflow:hidden;
	display: block;
	padding: 0 20px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #fafafa;
	border-bottom: 1px solid #fff;
}
.main-content .left-nav menu a.current {
	color: #fff;
	background: #fea304 url(../images/icon_left_nav_rarrow.png) 200px center no-repeat;
}
.main-content .left-nav menu a:hover {
	color: #fff;
	background: #fea304 url(../images/icon_left_nav_rarrow.png) 200px center no-repeat;
}
.main-content .left-nav .div2 {
	display: block;
	margin-top: 10px;
	padding: 30px 20px;
	width: 200px;
	height: 40px;
	background: url(../images/bg_left_nav_contact.png) center center no-repeat;
}
.main-content .left-nav .div2 p {
	margin: 11px 0;
	padding-left: 5px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #fff;
	border-left: 4px solid #fea304;
}



/*right-content*/
.main-content .right-content {
	float: right;
	width: 930px;
}
.main-content .right-content .inpage-title {
	padding: 38px 0;
	height: 23px;
	border-bottom: 1px solid #f2f2f2;
}
.main-content .right-content .inpage-title .div1 {
	float: left;
	padding-left: 10px;
	line-height: 24px;
	font-size: 24px;
	border-left: 5px solid #fea304;
}
.main-content .right-content .inpage-title .div2 {
	float: right;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	background: url(../images//icon_right_title_position.png) left center no-repeat;
}

/*page-nums*/
.main-content .right-content .page-nums {margin-top: 40px;}
.main-content .right-content .page-nums a {
	margin: 0 6px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
}
.main-content .right-content .page-nums a.current {
	color: #fff;
	background-color: #fea304;
	border: 1px solid #fea304;
}
.main-content .right-content .page-nums a:hover {
	color: #fff;
	background-color: #fea304;
	border: 1px solid #fea304;
}
/*main-content end*/

/*company-profile*/
.company-profile {padding: 25px 0;}
/*company-profile end*/

/*manage-team*/
.manage-team .team-list {
	padding: 35px 0 50px 0;
	height: 160px;
	border-bottom: 1px solid #f1f1f1;
}
.manage-team .team-list:last-child {border-bottom: none;}
.manage-team .team-list .person-img {
	float: left;
	width: 250px;
	height: 160px;
}
.manage-team .team-list .person-img img {
	width: 100%;
	height: 100%;
}
.manage-team .team-list .info {
	float: right;
	width: 660px;
	height: 160px;
}
.manage-team .team-list .info .div1 {
	height: 40px;
	line-height: 40px;
}
.manage-team .team-list .info .div1 p {
	float: left;
	margin-right: 10px;
	color: #333;
}
.manage-team .team-list .info .div1 .p1 {font-size: 16px;}
.manage-team .team-list .info .div2 {
	overflow: hidden;
	width: 100%;
	height: 120px;
	line-height: 30px;
	color: #999;
}
/*manage-team end*/

/*history-milestone*/
.history-milestone {
	margin-top: 50px;
	padding-left: 29px;
	width: 900px;
	border-left: 1px solid #fea304;
}
.history-milestone .list-one {
	position: relative;
	margin-bottom: 45px;
}
.history-milestone .list-one .circle {
	position: absolute;
	left: -38px;
	top: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #fea304;
	border-radius: 50%;
}
.history-milestone .list-one .div1 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.history-milestone .list-one .div2 {
	line-height: 36px;
	color: #999;
}
/*history-milestone end*/

/*firm-honor*/
.firm-honor {margin-top: 40px;}
.firm-honor .table {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
  border-spacing: 0;
}
.firm-honor .table th,
.firm-honor .table td {
	height: 40px;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.firm-honor .table td {color: #999;}
.firm-honor .table .t1 {width: 90px;}
.firm-honor .table .t2 {width: 360px;}
.firm-honor .table .t3 {width: 300px;}
.firm-honor .table .t4 {width: 170px;}
/*firm-honor end*/

/*news-list*/
.news-list .new-title {
	overflow: hidden;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.news-list .new-title:hover {
	color: #fea304;
	text-decoration: underline;
}
.news-list .time {
	margin-bottom: 10px;
	line-height: 30px;
	color: #999;
}
.news-list .team-list .info .div2 {height: 90px;}
/*news-list end*/

/*news-detail*/
.main-content .right-content .news-detail-title .div1 {border-left: none;}
.news-detail-title .p1 {
	line-height: 30px;
	font-size: 18px;
}
.news-detail-title .p2 {
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.news-detail .prev-next {
	margin-top: 90px;
	line-height: 30px;
	color: #333;
	text-align: right;
}
.news-detail .prev-next span {color: #999;}
/*news-detail end*/

/*recruitment*/
.recruitment {padding: 25px 0;}
.recruitment .top-tips {
	margin-bottom: 20px;
	padding: 10px;
	width: 910px;
	line-height: 30px;
	color: #999;
	background-color: #fafafa;
}
.recruitment dl dt {
	height: 36px;
	line-height: 36px;
}
.recruitment dl dt div {
	float: left;
	width: 25%;
	*+width: 247px;
	text-align: center;
}
.recruitment dl dt div span {color: #fea304;}
.recruitment dl dt div .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
}
.recruitment dl dt div .icon-1 {background-image: url(../images/icon_recruitment_1.png);}
.recruitment dl dt div .icon-2 {background-image: url(../images/icon_recruitment_2.png);}
.recruitment dl dt div .icon-3 {background-image: url(../images/icon_recruitment_3.png);}
.recruitment dl dt div .icon-4 {background-image: url(../images/icon_recruitment_4.png);}
.recruitment dl dd {
	height: 36px;
	line-height: 36px;
	color: #999;
}
.recruitment dl dd.dd1 {background-color: #fafafa;}
.recruitment dl dd div {
	float: left;
	width: 25%;
	*+width: 247px;
	text-align: center;
}
.recruitment dl dd a {
	display: block;
	float: left;
	width: 25%;
	*+width: 247px;
	color: #999;
	text-align: center;
}
/*recruitment end*/

/*employee-care*/
.employee-care {padding: 25px 0;}
.employee-care ul li {
	float: left;
	margin: 0 5px;
	margin-bottom: 40px;
	width: 298px;
	height: 338px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.employee-care ul li:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.employee-care ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.employee-care ul li .img {
	width: 100%;
	height: 160px;
}
.employee-care ul li .img img {
	width: 100%;
	height: 100%;
}
.employee-care ul li .content {padding: 0 10px;}
.employee-care ul li h2 {
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.employee-care ul li .time {
	line-height: 30px;
	color: #999;
}
.employee-care ul li .writings {
	overflow: hidden;
	margin-top: 5px;
	width: 100%;
	height: 90px;
	line-height: 30px;
	color: #999;
}
.employee-care ul li .content a {
	display: block;
	margin: 20px auto;
	width: 110px;
	height: 35px;
	line-height: 35px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 35px;
}
/*employee-care end*/

/*employee-care-detail*/
/* .employee-care-detail .writings {
	padding: 20px;
	background-color: #fafafa;
} */
/*right-banner*/
.employee-care-detail .writings .right-banner {
	padding: 20px;
	width: 890px;
	/*height: 440px;*/
	background-color: #fafafa;
}
.employee-care-detail .writings .right-banner .left-big-img {
	float: left;
	width: 660px;
	height: 440px;
}
.employee-care-detail .writings .right-banner .left-big-img img {
	width: 100%;
	height: 100%;
}
.employee-care-detail .writings .right-banner .right-little-img {
	position: relative;
	float: right;
	padding: 20px 5px;
	width: 210px;
	height: 400px;
	background-color: #fff;
}
#btn-up,#btn-down {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	width: 220px;
	height: 20px;
	background: url(../images/bg_right_banner_arrow.png) center 0 no-repeat;
}
#btn-down {
	top: auto;
	bottom: 5px;
	background-position: center 100%;
}
.employee-care-detail .writings .right-banner .right-little-img section {
	position: absolute;
	left: 5px;
	top: 24px;
	overflow: hidden;
	width: 100%;
	height: 410px;
}
.employee-care-detail .writings .right-banner .right-little-img section ul li {
	position: relative;
	margin: 8px 0;
	*+margin: 5px 0;
	width: 220px;
	height: 120px;
	cursor: pointer;
}
.employee-care-detail .writings .right-banner .right-little-img section ul li img {
	width: 100%;
	height: 100%;
}
.employee-care-detail .writings .right-banner .right-little-img section ul li.current div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*+width: 218px;
	*+height: 118px;
	border: 2px solid #fea304;
	/*background: url(../images/bg_opacity_black70.png) repeat;*/
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.employee-care-detail .writings .right-banner .right-little-img section ul li.current div span {
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-right: 12px solid #fea304;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.employee-care-detail .writings .right-banner .summary {
	margin-top: 30px;
	line-height: 30px;
	color: #999;
}
/*employee-care-detail end*/

/*connection-hd*/
.connection-hd {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	width: 1150px;
}
.connection-hd .left-form {
	float: left;
	padding: 10px;
	width: 340px;
	height: 460px;
	background-color: #fafafa;
}
.connection-hd .left-form .writing-phone {
	margin-top: 10px;
	margin-bottom: 15px;
}
.connection-hd .left-form .writing-phone .div1 {
	line-height: 30px;
	font-size: 16px;
	color: #fea304;
}
.connection-hd .left-form .writing-phone .div2 {
	line-height: 30px;
	color: #999;
}

/*form*/
.connection-hd .left-form .form .title {
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #fea304;
}
.connection-hd .left-form .form input[type="text"] {
	display: block;
	margin-bottom: 15px;
	padding: 0 15px;
	width: 308px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #ddd;
	border-radius: 33px;
}
.connection-hd .left-form .form textarea {
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	width: 318px;
	height: 78px;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.connection-hd .left-form .form input[type="submit"] {
	display: block;
	width: 340px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background-color: #fea304;
	border: none;
	border-radius: 35px;
}

/*maps*/
.connection-hd .maps {
	float: right;
	width: 760px;
	height: 480px;
}
#allmap {
	width: 100%;
	height: 100%;
}
/*connection-hd end*/
