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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	color: #666;
	background: #F1F1F1;
	font-family: 'Microsoft YaHei', serif;
	overflow-x: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

input, textarea {
	outline: none;
}

::-webkit-input-placeholder {
	color: #bdbdbd;
}

::-moz-placeholder {
	color: #bdbdbd;
}

:-ms-input-placeholder {
	color: #bdbdbd;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #fdd000;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both
}

/*图片放大*/
.imgZoom img {
	transition: all .4s;
	-webkit-transition: all .4s;
}

.imgZoom:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*图片旋转*/
.imgRotate img {
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}

.imgRotate img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

/*按钮鼠标经过变暗*/
.wlp-button:hover {
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
}

/*鼠标经过有阴影*/
.wlp-shadow:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}

/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow {
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.wlp-flow-shadow:hover {
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-webkit-box-shadow: 0 0px 10px #e9e9e9;
	box-shadow: 0 0px 10px #e9e9e9;
}

/*图片经过遮罩*/
.wlp-filter:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

.wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: rgba(52, 52, 52, 0.8) no-repeat fixed center;
	background-size: 50%;
}

.wrapper:hover {
	cursor: zoom-out;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	border: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header {
	width: 100%;
	height: 90px;
	padding: 10px 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.active {
	background-color: #414243;
}

.header .logo {
	float: left;
	padding-top: 7px;
}

.header .headRight {
	float: right;
}

.header .nav {
	line-height: 70px;
	position: absolute;
	overflow: hidden;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
.header .nav ul{
	overflow: hidden;
	width: 900px;
}
.header .nav ul li {
	float: left;
	padding: 0 15px;
}

.header .nav ul li a {
	color: #fff;
	font-size: 16px;
}

.header .nav ul li a:hover, .header .nav ul li.focus a {
	color: #fdd000;
}

.focus a {
	color: #fdd000;
}

.header .lang {
	line-height: 40px;
	font-size: 12px;
	float: left;
	margin-top: 15px;
	padding-left: 40px;
	margin-left: 20px;
	border-left: #7a7b7c solid 1px;
}

.header .lang a {
	color: #fff;
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 30px;
}

.header .wapnav {
	display: none;
}

.header .menu-toggle {
	display: none;
}

.header .language {
	display: none;
}


.header.cur {
	height: 70px;
	padding: 0;
}

/*首页bannner*/
.banner {
	position: relative;
	width: 100%;
}

.Indexbanner-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.banner-title-img {
	position: relative;
	height: 115px;
}

.banner-title-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}

.banner-title-content {
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 44px;
	font-weight: bolder;
	text-align: center;
	color: white;
}

.banner .swiper-container {
	overflow: hidden;
	width: 100%;
	height: 720px;
	position: relative;
	z-index: 1;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 720px;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 720px;
}


.banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}

.banner .swiper-pagination-switch {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: none;
	border: #fff solid 1px;
	border-radius: 14px;
	margin: 0 8px;
}

.banner .swiper-active-switch {
	background: #fff;
}

/*首页about*/
.iabout {
	width: 1260px;
	margin: 0 auto;
	padding: 56px 30px 85px;
	position: relative;
	z-index: 2;
}

.iabout .tabnav {
	margin-bottom: 38px;
}

.iabout .tabnav ul {
	margin: 0 -14px;
	overflow: hidden;
}

.iabout .tabnav ul li {
	width: 25%;
	float: left;
	padding: 0 14px;
}

.iabout .tabnav ul li dl {
	border-top: #ffffff solid 4px;
	font-size: 22px;
	color: #666;
	font-weight: bold;
	line-height: 66px;
	padding: 0 14px;
	position: relative;
	cursor: pointer;
	transition: color .4s;
	-webkit-transition: color .4s;
}

.iabout .tabnav ul li.cur dl {
	color: #fdd000;
}

.iabout .tabnav ul li dl:after {
	content: "";
	width: 0%;
	height: 4px;
	background: url(../images/icon02.png) no-repeat center;
	position: absolute;
	left: 0;
	top: -4px;
	transition: width .4s;
	-webkit-transition: width .4s;
}

.iabout .tabnav ul li.cur dl:after {
	width: 100%;
}

.iabout .box.cur {
	display: block;
}

.iabout .box {
	overflow: hidden;
	position: relative;
	display: none;
}

.iabout .box dl {
	float: left;
	width: 50%;
	padding-right: 35px;
	padding-top: 35px;
}

.iabout .box dl h3 {
	font-size: 32px;
	color: #fdd000;
	line-height: 1;
	margin-bottom: 15px;
}

.iabout .box dl ol {
	font-size: 18px;
	line-height: 1.6;
}

.iabout .box dl a.more {
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/btnBg.png) no-repeat center center;
	display: block;
	position: absolute;
	bottom: 35px;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.iabout .box dl a.more:hover {
	background: url(../images/btnBg.png) no-repeat 0 center;
}

.iabout .box img {
	float: right;
	width: 50%;
}

/*首页新闻*/
.inews {
	background: #D9D9D9;
	padding: 85px 0;
	border-top: #e6e6e6 solid 3px;
}

.inews .title {
	margin-bottom: 35px;
}

.inews .title h2 {
	font-size: 32px;
	color: #000;
	text-align: center;
	line-height: 1;
}

.inews .wrap {
	position: relative;
}

.inews .arrow-left, .inews .arrow-right {
	width: 22px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
}

.inews .arrow-left {
	background: url(../images/arrow_left.png) no-repeat center;
	left: -50px;
}

.inews .arrow-right {
	background: url(../images/arrow_right.png) no-repeat center;
	right: -50px;
}

.inews .swiper-container {
	margin: 0 -15px;
	overflow: hidden;
	height: 370px;
}

.inews .swiper-slide {
	transition: all .4s;
	-webkit-transition: all .4s;
	height: 370px;
}

.inews .swiper-slide a {
	padding: 0 15px;
	display: block;
}

.inews .swiper-slide span {
	color: #666;
}

.inews .swiper-slide ol {
	width: 100%;
	padding-bottom: 65%;
	margin-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .4s;
	-webkit-transition: all .4s;
	position: relative;
}

.inews .swiper-slide ol:after {
	content: "";
	width: 0;
	height: 8px;
	background: #fdd000;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.inews .swiper-slide h3 {
	font-size: 18px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}

.inews .swiper-slide dl {
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.inews .swiper-slide a:hover ol:after {
	width: 100%;
}

.inews a.more {
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/btnBg.png) no-repeat center center;
	display: block;
	margin: 20px auto 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.inews a.more:hover {
	background: url(../images/btnBg.png) no-repeat 0 center;
}

/*首页切换*/
.iqh {
	position: relative;
}

.iqh .qhNav {
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
}

.iqh .qhNav li {
	width: 100%;
	height: 33.4%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 110px;
	display: table;
}

.iqh .qhNav li dl {
	display: table-cell;
	vertical-align: middle;
}

.iqh .qhNav li dl img {
	margin-right: 40px;
}

.iqh .qhNav li.cur {
	background: rgba(153, 153, 153, 0.7);
}

.iqh .box dl {
	display: none;
}

.iqh .box dl.cur {
	display: block;
}

/*首页产业布局*/
.cybj {
	padding: 70px 0;
}

.cybj .wrap {
	position: relative;
}

.cybj .title {
	text-align: center;
	margin-bottom: 35px;
}

.cybj .title h2 {
	font-size: 32px;
	color: #fdd000;
}

.cybj .cycon li {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 22;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.cybj.animated .cycon li dl {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}

.cybj.animated .cycon li p {
	font-size: 16px;
	color: #000;
}

.cybj.animated .cycon li.li1 {
	left: 846px;
	top: 210px;
	transition: all .4s .1s;
	-webkit-transition: all .4s .1s;
}

.cybj.animated .cycon li.li2 {
	left: 590px;
	top: 55px;
	transition: all .4s .2s;
	-webkit-transition: all .4s .2s;
}

.cybj.animated .cycon li.li3 {
	left: 303px;
	top: 40px;
	transition: all .4s .3s;
	-webkit-transition: all .4s .3s;
}

.cybj.animated .cycon li.li4 {
	left: 125px;
	top: 77px;
	transition: all .4s .4s;
	-webkit-transition: all .4s .4s;
}

.cybj.animated .cycon li.li5 {
	left: 80px;
	top: 270px;
	transition: all .4s .5s;
	-webkit-transition: all .4s .5s;
}

.cybj.animated .cycon li.li6 {
	left: 258px;
	top: 395px;
	transition: all .4s .6s;
	-webkit-transition: all .4s .6s;
}

.cybj.animated .cycon li.li7 {
	left: 460px;
	top: 422px;
	transition: all .4s .7s;
	-webkit-transition: all .4s .7s;
}

.cybj.animated .cycon li.li8 {
	left: 620px;
	top: 588px;
	transition: all .4s .8s;
	-webkit-transition: all .4s .8s;
}

.cybj.animated .cycon li.li9 {
	left: 707px;
	top: 334px;
	transition: all .4s .9s;
	-webkit-transition: all .4s .9s;
}

.cybj.animated .cybgline {
	position: absolute;
	left: 220px;
	top: 164px;
	z-index: 11;
}

.cybj .box {
	position: relative;
	left: 0;
	top: 0;
}

/*footer*/
.footer {
	background: #4d4d4d;
	padding: 45px 0;
}

.footer .fleft {
	width: 830px;
	float: left;
	color: #b5b5b5;
}

.footer .fleft .fnav {
	border-bottom: #717171 solid 1px;
	padding-bottom: 40px;
}

.footer .fleft .fnav a {
	margin-right: 41px;
	color: #b5b5b5;
}

.footer .fleft .fnav a:hover {
	color: #fdd000;
}

.footer .fleft .fcontact {
	border-bottom: #717171 solid 1px;
	padding: 30px 0;
	line-height: 1.8;
}

.footer .fleft .fcontact dl {
	float: left;
	margin-right: 70px;
}

.footer .fleft .fcontact dl b {
	display: block;
	font-size: 26px;
	color: #fff;
	line-height: 1;
}

.footer .fleft .copyright {
	padding-top: 40px;
}

.footer .fright {
	width: 260px;
	float: right;
}

.footer .fright .link {
	position: relative;
	margin-bottom: 30px;
}

.footer .fright .link dl {
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding-left: 12px;
	background: #fdd000 url(../images/icon06.png) no-repeat right center;
}

.footer .fright .link ul {
	width: 100%;
	background: #fdd000;
	border-top: #ffe56b solid 1px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	top: 51px;
	display: none;
}

.footer .fright .link ul li a {
	color: #887000;
	line-height: 30px;
	display: block;
	padding: 0 12px;
}

.footer .fright .link ul li a:hover {
	color: #fff;
	background: #887000;
}

.footer .fright .link:hover ul {
	display: block;
}

.footer .fright .fenxiang {
	overflow: hidden;
}

.footer .fright .fenxiang img {
	float: left;
	margin-right: 18px;
}

.footer .fright .fenxiang dl {
	color: #fff;
	padding-top: 20px;
}

.footer .fright .fenxiang dl img {
	margin-right: 5px;
	margin-top: 10px;
}

/*内页banner*/
.inner-banner {
	background: url(../images/innerbanner.jpg) no-repeat center;
	background-size: cover;
	height: 450px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 23.43%;
	margin-top: 90px;
}

.ibanner {
	position: relative;
	height: 450px;
}

.ibanner2 {
	position: relative;
	height: 365px;
	margin-top: 90px;
}

.inner-banner2 {
	background: url(../images/media.png) no-repeat center;
	background-size: cover;
	height: 365px;
	width: 100%;
}

.inner-banner3 {
	background: url(../images/industry.png) no-repeat center;
	background-size: cover;
	height: 365px;
	width: 100%;
}

.inner-banner4 {
	background: url(../images/duty.jpg) no-repeat center;
	background-size: cover;
	height: 650px;
	width: 100%;
}

.inner-banner5 {
	background: url(../images/contact.png) no-repeat center;
	background-size: cover;
	height: 365px;
	width: 100%;
}

.inner-banner6 {
	background: url(../images/recruit.png) no-repeat center;
	background-size: cover;
	height: 365px;
	width: 100%;
}

.inner-banner7 {
	background: url(../images/product.png) no-repeat center;
	background-size: cover;
	height: 365px;
	width: 100%;
}

.ibanner4 {
	position: relative;
	height: 650px;
	margin-top: 90px;
}

.banner-title2 {
	position: absolute;
	color: white;
	top: 50%;
	transform: translateY(-80%);
	left: 43%;
}

.banner-title2 h2 {
	font-size: 40px;
	line-height: 52px;
	position: relative;
}

.banner-title2 span {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.banner-title2 h2:before {
	content: "";
	width: 75px;
	height: 2px;
	background-color: white;
	position: absolute;
	top: -11px;
	left: 40px;
}

.banner-title {
	position: absolute;
	color: white;
	top: 45%;
	left: 0;
}

.banner-title h2 {
	font-size: 40px;
	line-height: 52px;
	position: relative;
}

.banner-title span {
	text-transform: uppercase;
	font-size: 14px;
}

.banner-title h2:before {
	content: "";
	width: 75px;
	height: 2px;
	background-color: white;
	position: absolute;
	top: -11px;
}

.framework-img {
	background: url(../images/framework-pc.png) no-repeat center;
	width: 1200px;
	height: 577px;
	margin-bottom: 60px;
}

/*内页nav*/
.inner-nav {
	line-height: 60px;
	color: black;
	font-weight: 500;
	text-align: center;
	position: relative;
	top: -60px;
	background: rgba(255, 255, 255, 0.5);
}

.inner-nav span {
	font-size: 22px;
	float: left;
	width: 160px;
	background-color: #FDD000;
}

.inner-nav ul {
	overflow: hidden;
}

.inner-nav ul li {
	float: left;
	width: 148px;
	position: relative;
}

.inner-nav ul li:after {
	content: "";
	width: 0;
	height: 3px;
	background: #fdd000;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.inner-nav ul li:hover:after {
	width: 100%;
}

.inner-nav ul li a {
	display: block;
	font-size: 16px;
	color: black;
}

.inner-nav ul li a:hover {
	color: #FDD000;
}


/*关于力勤*/
.inner-about {
	width: 100%;
	height: auto;
}

.inner-about ul {
	overflow: hidden;
}

.inner-about ul li {
	width: 50%;
	float: left;
}

.inner-about ul li h2 {
	color: black;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}

.inner-about ul li p {
	text-indent: 28px;
	font-size: 14px;
	line-height: 32px;
	width: 560px;
}


.about-title {
	text-align: center;
	font-size: 26px;
	color: black;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-info {
	margin-top: 60px;
	background: url(../images/about_bc.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 235px;
}

.about-top {
	background: url(../images/about-top.png) no-repeat center;
	background-size: cover;
	height: 160px;
	width: 100%;
}

.about-middle {
	background: url(../images/about-middle.png) repeat-y center;
	background-size: contain;
	min-height: 370px;
	height: auto;
}

.about-middle ul {
	overflow: hidden;
	position: relative;
	min-height: 370px;
	height: auto;
}

.about-middle li {
	height: 120px;
	margin-bottom: 20px;
}

.about-middle .right {
	position: absolute;
	left: 50%;
	transform: translateX(-53px);
	width: 653px;
}

.about-time-right {
	padding-top: 20px;
	font-size: 26px;
	line-height: 26px;
	color: white;
	font-weight: bold;
	position: relative;
	float: left;
}

.about-time-right:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	top: 30px;
	left: 74px;
	background-color: #FDD000;
}

.about-show-right {
	float: right;
	width: 500px;
	height: 120px;
	border: 4px solid #E8E8E8;
	font-size: 22px;
	padding-left: 26px;
	padding-top: 14px;
}

.about-show-right p {
	font-size: 14px;
	line-height: 52px;
}

.about-middle .left {
	position: absolute;
	right: 50%;
	transform: translateX(53px);
	width: 653px;
}

.about-time-left {
	padding-top: 20px;
	font-size: 26px;
	line-height: 26px;
	color: white;
	font-weight: bold;
	position: relative;
	float: right;
}

.about-time-left:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	top: 30px;
	right: 74px;
	background-color: #FDD000;
}

.about-show-left {
	float: left;
	width: 500px;
	height: 120px;
	border: 4px solid #E8E8E8;
	font-size: 22px;
	padding-left: 26px;
	padding-top: 14px;
}

.about-show-left p {
	font-size: 14px;
	line-height: 52px;
}


.about-bottom {
	background: url(../images/about-bottom.png) no-repeat center;
	background-size: cover;
	height: 320px;
	width: 100%;
}


.about-info ul {
	padding-top: 60px;
	overflow: hidden;
}

.about-info ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.about-info ul li p {
	font-size: 67px;
	color: #fdd000;
}

.year:after {
	content: "亿元";
	color: #fdd000;
	font-size: 14px;
}

.count:after {
	content: "亿元";
	color: #fdd000;
	font-size: 14px;
}

.ton:after {
	content: "万吨";
	color: #fdd000;
	font-size: 14px;
}

.about-info ul li span {
	font-size: 14px;
	color: white;
}


.about-content {
	margin: 60px auto;
}

.about-content p {
	text-indent: 28px;
	font-size: 14px;
	line-height: 32px;
}


.about-honor ul {
	overflow: hidden;
	text-align: center;
}

.about-honor ul li {
	float: left;
	width: 280px;
	margin-right: 26.66px;
	position: relative;
	margin-bottom: 20px;
}

.about-honor ul li dl {
	position: absolute;
	top: 0;
	width: 280px;
	height: 0;
	background: rgba(0, 0, 0, .5);
}

.about-honor ul li dl i {
	position: relative;
	top: 80px;
	width: 41px;
}

.about-honor ul li dl i img {
	width: 41px;
}

.about-honor ul li:hover dl {
	cursor: pointer;
	height: 200px;
}

.about-honor ul li:hover p {
	background-color: #FDD000;
}

.about-honor ul li:nth-child(4n) {
	margin-right: 0;
}

.about-honor ul li img {
	width: 100%;
}

.about-honor ul li p {
	line-height: 70px;
	font-size: 14px;
	background-color: #BFBFBF;
	color: white;
}

.page {
	text-align: center;
	margin: 55px 0;
}

.page span {
	font-size: 16px;
	line-height: 40px;
	margin: 0 14px;
	cursor: pointer;
}

.page a {
	font-size: 16px;
	line-height: 40px;
	margin: 0 14px;
	cursor: pointer;
}

.current {
}


/*媒体中心*/
.top {
	line-height: 100px;
	height: 100px;
}

.top ul {
	overflow: hidden;
	float: left;
}

.top ul li {
	float: left;
	margin-right: 115px;
}

.top ul li a {
	font-size: 22px;
	font-weight: bold;
}

.top p {
	float: right;
}

.media ul, .media li {
	overflow: hidden;
	width: 100%;
}

.media li {
	margin-bottom: 40px;
}

.media li:last-child {
	margin-bottom: 0;
}

.new-img {
	float: left;
	width: 320px;
	height: 210px;
	overflow: hidden;
}

.new-img img {
	width: 100%;
	height: 100%;
}

.new {
	float: right;
	width: 880px;
	padding-left: 40px;
	line-height: 26px;
	padding-top: 45px;
	height: 210px;
	position: relative;
}

.new:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #FDD000;
	bottom: 0;
	left: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.media li:hover .new:before {
	width: 880px;
}

.media li:hover .new {
	background-color: #F5F5F5;
}

.time, .new-content {
	font-size: 14px;
	width: 775px;
	color: #666666;
}

.new-content {
	text-indent: 28px;
}

.new-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.orientation {
	text-align: right;
	line-height: 65px;
	height: 65px;
}

.news {
	overflow: hidden;
	margin-bottom: 100px;
}

.new-details {
	width: 840px;
	float: left;
	text-align: center;
}

.new-details p, .new-details strong {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
	text-indent: 2em;
}

.new-details img {
	margin: 16px 0;
}

.new-details-title {
	font-size: 32px;
	line-height: 60px;
	font-weight: 600;
}

.new-details-publish {
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	text-align: center !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 16px;
}

.new-details-content {
	font-size: 14px;
	line-height: 26px;
}

.new-details-img {
	width: 100%;
	margin: 20px 0;
}


.new-details-page {
	width: 300px;
	float: right;
}

.new-details-page span {
	font-size: 14px;
}

.new-details-page p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.new-details-page .prev1, .new-details-page .next1 {
	width: 300px;
	height: 160px;
	border: 6px solid #E6E6E6;
	margin-bottom: 13px;
	padding: 35px 27px;
}

/*集团产业*/


.industry ul {
	overflow: hidden;
	width: 100%;
}

.industry ul li {
	padding: 72px 60px;
	width: 100%;
	height: 340px;
	background-color: white;
	margin-bottom: 40px;
	position: relative;
}

.industry ul li:last-child {
	margin-bottom: 0;
}

.industry ul li:after {
	content: '';
	position: absolute;
	width: 90%;
	height: 1px;
	background-color: #E7E7E7;
	left: 5%;
	top: 35px;
}

.fl {
	float: left;
}

.industry-img {
	width: 330px;
	overflow: hidden;
}

.fr {
	float: right;
	width: 50%;
}

.industry-new {
	width: 720px;
}

.industry-new-top p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 19px;
	margin-bottom: 15px;
}

.industry-new-top p span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding-right: 38px;
}

.industry-new-top p span:after {
	content: '';
	position: absolute;
	background: url(../images/icon2.png) no-repeat center;
	background-size: cover;
	width: 30px;
	height: 30px;
	top: -5px;
	right: 0;
}

.industry-new-content {
	text-indent: 28px;
	font-size: 14px;
	line-height: 26px;
	padding-top: 25px;
	height: 125px;
	overflow: auto;
	padding-right: 45px;
	position: relative;
}

.industry-new-content::-webkit-scrollbar {
	position: absolute;
	width: 5px;
}

.industry-new-content::-webkit-scrollbar-thumb {
	width: 5px;
	height: 60px;
	background: #FDD000;
}

/*社会责任*/
.community {
	overflow: hidden;
}

.community > div {
	width: 50%;
	max-height: 500px;
	position: relative;
}

.community div img {
	width: 100%;
	height: 100%;
}

.community-img p {
	padding-left: 36px;
	width: 32.29%;
	font-size: 26px;
	font-weight: bold;
	line-height: 65px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #a9a9a9;
	background-color: white;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.community-img p:after {
	content: '';
	position: absolute;
	background: url(../images/icon3.png) no-repeat center;
	background-size: cover;
	width: 32px;
	height: 32px;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
}

.community-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 120px;
	text-align: center;
}

.community-content-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	color: black;
}

.community-content-num {
	font-size: 60px;
	font-weight: bold;
	color: #fdd000;
}

.charity {
	overflow: hidden;
	padding: 80px 0;
}

.charity .swiper-container {
	overflow: hidden;
	width: 100%;
	height: 403px;
	position: relative;
	z-index: 1;
}

.charity .swiper-container .swiper-wrapper {
	width: 100%;
	height: 403px;
}

.charity .swiper-container .swiper-slide {
	width: 100%;
	height: 403px;
}

.charity-title {
	text-align: center;
	font-size: 39px;
	padding-bottom: 20px;
}

.charity-title p {
	font-size: 14px;
	line-height: 34px;
}

.charity-content {
	background: url(../images/duty.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 403px;
}


.charity-img {
	padding-top: 57px;
}

.charity-img img {
	width: 100%;
}

.charity-details {
	overflow: hidden;
	height: 403px;
	padding-left: 47px;
	padding-top: 90px;
}

.charity-details .charity-details-content {
	width: 455px;
	padding-bottom: 50px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}

.charity-details .charity-details-content p {
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding: 25px 0;
}

.charitySwiper-page {
	position: absolute;
	left: 647px;
	bottom: 64px;
}

.charity-left {
	background: url(../images/prev.png);
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 14px;
}

.charity-right {
	background: url(../images/prev.png);
	width: 50px;
	height: 50px;
	float: left;
	transform: rotate(180deg);
}

.duty-bc {
	background: url(../images/duty-bc.png) fixed;
	background-size: cover;
	height: 720px;
	width: 100%;
}

.duty-community {
	background: url(../images/duty-bc-bc.png) no-repeat center;
	background-size: cover;
	height: 720px;
	width: 100%;
}

.duty-community > div {
	position: relative;
}

.duty-community > div > div {
	width: 320px;
	height: 200px;
	background-color: white;
	padding-left: 28px;
	padding-top: 46px;
}

.duty-community-title {
	font-size: 22px;
	margin-bottom: 20px;
}

.duty-community-content {
	line-height: 26px;
	font-size: 14px;
}

.duty-community > div > div:hover {
	background-color: #FDD000;
}

.idea {
	position: absolute;
	top: 82px;
	left: -40px;
}

.realm {
	position: absolute;
	top: 482px;
	left: -40px;
}

.thought {
	position: absolute;
	top: 282px;
	left: 600px;
}

.duty-photo ul {
	overflow: hidden;
	padding: 90px 0;
	width: 100%;
}

.duty-photo ul li {
	width: 380px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.duty-photo ul li:nth-child(3n) {
	margin-right: 0;
}

.duty-photo ul li img {
	width: 100%;
}

.duty-photo ul li p {
	position: relative;
	width: 380px;
	top: -70px;
	line-height: 70px;
	font-size: 22px;
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}


/*联系我们*/
.contact {
	overflow: hidden;
}

.map {
	height: 540px;
	width: 750px;
	float: left;
}

.contact-address {
	overflow: hidden;
	margin-top: 20px;
	line-height: 22px;
}

.contact-address-icon {
	width: 46px;
	float: left;
}

.contact-address-content {
	width: 350px;
	float: left;
}

.contact-way {
	background: url(../images/contact-bc.jpg) no-repeat center;
	background-size: cover;
	width: 450px;
	height: 540px;
	float: right;
	padding-left: 30px;
	font-size: 14px;
}

.contact-way p {
	width: 370px;
}

.contact-title {
	font-size: 26px;
	font-weight: bold;
	color: black;
	line-height: 77px;
	position: relative;
	width: 100% !important;
}

.contact-title:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #7E6800;
	bottom: 0;
	left: 0;
}

.contact-way i {
	margin-right: 17px;
}

.net-link {
	margin-top: 30px;
}

.net-link .ewm {
	float: left;
	margin-right: 20px;
}

.link {
	padding-top: 15px;
}


.contact-info ul {
	overflow: hidden;
	margin: 45px 0;
}

.contact-info ul li {
	float: left;
	margin-right: 25px;
	width: 280px;
	height: 180px;
	padding-left: 40px;
	padding-top: 40px;
	background-color: #D9D9D9;
}

.contact-info ul li:nth-child(4n) {
	margin-right: 0;
}

.contact-info-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

.contact-info-title i {
	margin-right: 15px;
}

.contact-info-phone {
	line-height: 32px;
}


.develop-img {
	float: left;
	margin-right: 75px;
}

.develop {
	width: 845px;
	float: right;
	padding-top: 18px;
}

.develop ul li {
	height: 90px;
	margin-bottom: 80px;
}

.develop ul li i {
	float: left;
	position: relative;
	margin-right: 100px;
}

.develop ul li i:before {
	content: '';
	position: absolute;
	background: url(../images/develop8.png) no-repeat center;
	background-size: cover;
	height: 4px;
	width: 52px;
	left: 112px;
	top: 43px;
}

.develop ul li i:after {
	content: '';
	position: absolute;
	background-color: #B9B9B9;
	height: 80px;
	width: 2px;
	top: 90px;
	left: 45px;
}

.develop ul li:last-child i:after {
	display: none;
}

.develop-time {
	padding-top: 10px;
	font-size: 26px;
	line-height: 32px;
}

.develop-content {
	font-size: 14px;
	line-height: 32px;
}

.talents {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}

.talents input {
	width: 490px;
	line-height: 60px;
	margin-right: 20px;
	font-size: 18px;
	padding-left: 25px;
}

.talents button {
	width: 170px;
	border: 1px solid #fdd000;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	background-color: #fdd000;
}

.talents ul {
	margin-top: 40px;
}

.talents ul li {
	margin-bottom: 30px;
}

.manpower-resource {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-bottom: 22px;
}

.manpower-resource-img {
	width: 480px;
}

.manpower-resource-img img {
	width: 100%;
}

.manpower-resource-content {
	width: 720px;
	padding: 75px 65px;
}

.manpower-resource-content span {
	font-size: 26px;
	line-height: 60px;
	font-weight: bold;
	color: #000000;
	position: relative;
}

.manpower-resource-content span:after {
	content: "";
	position: absolute;
	background-color: #fdd000;
	height: 2px;
	width: 100%;
	bottom: -15px;
	left: 0;
}

.manpower-resource-content p {
	margin-top: 15px;
	text-indent: 28px;
	font-size: 14px;
	line-height: 32px;
	color: black;
}

.manpower-resource-text {
	color: white !important;
}


.talent-mechanism-img {
	width: 480px;
	height: 700px;
	overflow: hidden;
	float: left;
}

.talent-mechanism {
	width: 720px;
	float: right;
	padding: 40px 60px;
}

.talent-mechanism h2 {
	color: black;
	font-size: 26px;
	line-height: 50px;
	position: relative;
	margin-bottom: 15px;
}

.talent-mechanism h2:after {
	content: '';
	position: absolute;
	width: 106px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #fdd000;
}

.talent-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: black;
	margin-bottom: 5px;
}

.talent-content {
	text-indent: 28px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 15px;
}


.profession.on {
	background-color: #F0EEE6 !important;
}

.profession {
	height: 140px;
	width: 100%;
	border: 1px solid #ECEBEB;
	display: flex;
}

.requested.on {
	display: block !important;
}

.requested {
	height: auto;
	width: 100%;
	border: 1px solid #ECEBEB;
	padding-left: 130px;
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 26px;
}

.profession i, .profession-time, .profession span {
	line-height: 140px;
}

.profession i {
	width: 130px;
	text-align: center;
}

.profession .info {
	width: 680px;
	padding-top: 40px;
}

.profession-time {
	width: 260px;
	font-size: 18px;
}

.profession span {
	width: 140px;
	font-size: 18px;
	text-align: center;
	border-left: 2px solid #E1E1E1;
	cursor: pointer;
	position: relative;
}

.profession .more {
	display: block;
}

.profession.on .more {
	display: none;
}

.profession .close {
	display: none;
}

.profession.on .close {
	display: block;
}

.profession-title {
	font-size: 26px;
}

.profession-address {
	font-size: 18px;
	line-height: 36px;
}

.advantage-title {
	padding: 80px 0;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
}

.advantage-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.advantage-title span {
	color: #fdd000;
	border-bottom: 1px solid #fdd000;
	font-weight: bold;
}

.advantage-content p {
	width: 390px;
	font-size: 16px;
	line-height: 32px;
}

.advantage-content p span {
	color: #fdd000;
	font-weight: bold;
}

.message {
	padding: 100px 0 200px;
	position: relative;
}

.atitle {
	font-size: 26px !important;
	line-height: 32px !important;
	font-weight: bold;
}

.message p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.trade {
	position: absolute;
	left: 75px;
	bottom: 200px;
	z-index: 999;
}

.listing {
	position: absolute;
	left: 420px;
	bottom: 170px;
	z-index: 999;
}

.supplier {
	position: absolute;
	right: 70px;
	bottom: 80px;
	z-index: 999;
}

.base {
	text-align: center;
	background-color: #F5F5F5;
}

.base img {
}

.develop-details {
	width: 645px;
	float: right;
}

.product-img {
	width: 380px;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.product-img:after {
	content: '';
	position: absolute;
	width: 0;
	height: 8px;
	left: 0;
	bottom: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	background: #fdd000;
	background-size: 100%;
}

.product ul {
	overflow: hidden;
}

.product ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 70px;
}

.product ul li:nth-child(3n) {
	margin-right: 0;
}

.product ul li:hover .product-img:after {
	width: 100%;
}

.product-title {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	text-indent: 2em;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #666666;
}

.product-content {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	text-indent: 28px;
	padding: 0 10px;
}

@media screen and (max-width: 1560px){
	.header .nav{ margin-left:100px; }
    .header .nav ul{ width:800px; }
	.header .nav ul li{ padding:0 15px;}
	.en-body .header .nav ul li{ padding:0 5px;}
}

@media screen and (max-width: 1440px){ 
	.header .nav ul{ width:720px; }
    .header .nav ul li{ padding:0 10px;}
    .en-body .header .nav{ margin-left:10px; }
    .en-body .header .nav ul{ width:800px; }
}


@media (max-width: 1200px) {
	body {
		padding-top: 60px;
	}

  .ibanner2{
    margin-top: 0;
  }
	.profession.on .close img {
		width: 25px;
		height: 25px;
	}

	.wrap {
		width: 100%;
		overflow: hidden;
	}

	.header {
		padding: 0;
		height: 60px;
		line-height: 60px;
		background-color: #414243;
	}

	.header .logo {
		padding: 0;
	}

	.header .logo img {
		width: 150px;
	}

	.header .nav, .header .lang {
		display: none;
	}

	.header .menu-toggle {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		float: right;
		z-index: 99999;
		display: block;
	}

	.header .menu-toggle span {
		width: 35px;
		height: 2px;
		background: white;
		display: block;
		position: relative;
		opacity: 1;
		transition: all 300ms;
		margin: 30px 0 0 12px;
	}

	.header .menu-toggle span:before {
		content: "";
		width: 35px;
		height: 2px;
		background: white;
		display: block;
		position: absolute;
		left: 0;
		top: -10px;
		transition: all 300ms;
	}

	.header .menu-toggle span:after {
		content: "";
		width: 35px;
		height: 2px;
		background: white;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		transition: all 300ms;
	}

	.header .menu-toggle.cur span {
		background-color: transparent;
	}

	.header .menu-toggle.cur span:before {
		transform: rotate(45deg);
		top: 0;
	}

	.header .menu-toggle.cur span:after {
		transform: rotate(-45deg);
		top: 0;
	}

	.header .wapnav {
		width: 100%;
		height: 100vh;
		background: #fff;
		position: fixed;
		left: 0;
		top: 60px;
		z-index: 99998;
		display: none;
		margin: 0;
		border-top: #ddd solid 1px;
	}

	.header .wapnav ul li {
		float: none;
		border-bottom: #ddd solid 1px;
	}

	.header .wapnav ul li a {
		font-weight: normal;
		font-size: 16px;
		color: #666;
		line-height: 46px;
		padding: 0;
		min-width: 100%;
		text-align: left;
		text-indent: 25px;
		display: block;
	}

	.header .wapnav ul li.focus a, .header .wapnav ul li a:hover {
		background: #fdd000;
		color: #fff;
	}

	.header .language {
		width: 60px;
		height: 60px;
		background: url(../images/icon01.png) no-repeat center;
		position: absolute;
		right: 60px;
		top: 0;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		display: block;
	}

	.header .language a {
		width: 60px;
		height: 60px;
		display: block;
	}


	.banner .swiper-container .swiper-slide, .banner .swiper-container {
		height: 280px;
	}

	.banner .pagination {
		bottom: 40px;
	}

	.banner-title-img {
		height: auto;
	}

	.banner-title-content {
		font-size: 14px;
		letter-spacing: 0;
	}

	.iabout .tabnav ul li {
		width: 50%;
	}

	.iabout .tabnav ul li dl {
		width: 100%;
		font-size: 14px;
		line-height: 36px;
	}

	.iabout {
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 85px;
	}

	.iabout .tabnav {
		margin-bottom: 10px;
	}

	.iabout .box img {
		width: 100%;
	}

	.iabout .box dl {
		width: 100%;
		padding: 0;
	}

	.iabout .box dl a.more {
		position: static;
		margin: 20px auto 0;
	}

	.iabout .box dl h3 {
		text-align: center;
		margin-bottom: 0;
		line-height: 40px;
		font-size: 26px;
	}

	.iabout .box dl ol {
		font-size: 16px;
		text-align: center;
	}

	.iqh .box img {
		height: auto;
	}

	.iqh .qhNav {
		width: 100%;
		position: static;
	}

	.iqh .qhNav li {
		text-align: center;
		width: 33.33%;
		float: left;
		padding-left: 0;
		background-color: black;
	}

	.iqh .qhNav li dl {
		font-size: 16px;
		height: 100px;
	}

	.iqh .qhNav li dl img {
		margin: 0 20px;
		height: 72px;
	}

	.cybgline {
		display: none;
	}

	.cybj .title {
		margin-top: 70px;
	}

	.cybj .cycon {
		overflow: hidden;
		background: url(../images/cybjBg.png) no-repeat center;
		background-size: cover;
	}

	.cybj .cycon li {
		position: static;
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}

	.cybj .box {
		display: none;
	}

	.footer .fright, .footer .fleft .fnav, .footer .fleft .fcontact {
		display: none;
	}

	.footer {
	}

	.footer .fleft {
		width: 100%;
	}

	.footer .fleft .copyright {
		text-align: center;
		font-size: 12px;
		width: 100%;
		padding-top: 0;
	}

	.inner-banner {
		height: 250px;
		margin-top: 0;
	}

	.ibanner {
		height: 250px;
	}

	.inner-nav {
		top: 0;
	}

	.inner-nav span {
		width: 50%;
	}

	.inner-nav ul li {
		width: 50%;
	}

	.inner-about {
		margin: 30px 0;
	}

	.inner-about ul li {
		width: 100%;
		float: none;
	}

	.inner-about ul li img {
		width: 100%;
	}

	.inner-about ul li p {
		width: 100%;
		padding: 0 10px;
	}

	.inner-about ul li h2 {
		text-align: center;
	}

	.about-info ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.about-info {
		background: url(../images/about_bc.jpg) repeat-y center;
		background-size: cover;
		height: auto;
		padding-bottom: 60px;
	}

	.about-content p {
		padding: 0 10px;
	}

	.about-honor ul li {
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 20px;
	}

	.about-honor ul li dl {
	}

	.about-honor ul li:hover dl {
	}

	.top {
		line-height: 26px;
	}

	.top ul {
		float: none;
	}

	.top ul li {
		width: 33.33%;
		margin-right: 0;
		text-align: center;
	}

	.top p {
		margin-top: 20px;
	}

	.new-img, .new-img img {
		width: 100%;
	}

	.new {
		padding: 0 10px;
	}

	.new, .time, .new-content {
		width: 100%;
	}

	.media li {
	}

	.new-details {
		width: 100%;
	}

	.new-details-page {
		width: 100%;
	}

	.new-details-page .prev1, .new-details-page .next1 {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	.new-details-page p {
		font-size: 16px;
	}

	.news {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.industry-img, .industry-new, .industry-img img {
		width: 100%;
	}

	.industry ul li {
		padding: 0 10px;
		height: 450px;
	}

	.industry-new-top p {
		font-size: 16px;
	}

	.industry-new-top p span {
		top: 2px;
	}

	.industry-new-content {
		padding-top: 0;
		padding-right: 15px;
	}

	.industry ul li:after {
		display: none;
	}

	.ibanner4, .inner-banner4 {
		height: 300px;
	}

	.banner-title2 {
		left: 30%;
		transform: translateY(0);
	}

	.community > div {
		width: 100%;
	}

	.community-content {
		left: 0;
	}

	.community-img p {
		display: none;
	}

	.charity-content {
		background: url(../images/duty.png) repeat-y center;
		background-size: cover;
		width: 100%;
		height: 500px;
	}

	.charity-img, .charity-details, .fr, .fl, .charity-details .charity-details-content {
		width: 100%;
	}

	.charity-details, .charity-img {
		padding: 10px 0;
	}

	.charity .swiper-container, .charity .swiper-container .swiper-wrapper, .charity .swiper-container .swiper-slide {
		height: 500px;
	}

	.charity-details .charity-details-content p {
		width: 100%;
		padding: 10px 0;
	}

	.charity-details-content {
		padding: 0 10px;
	}

	.charitySwiper-page {
		left: 20px;
		bottom: 20px;
	}

	.duty-community {
		padding-top: 60px;
		padding-left: 30px;
	}

	.idea, .thought, .realm {
		position: static;
	}

	.duty-photo ul {
		padding-bottom: 20px;
	}

	.map {
		width: 100%;
		height: 400px;
	}

	.contact-way, .contact-way p {
		width: 100%;
		padding-left: 10px;
	}
	.contact-address-icon{
		width: 40px;
	}
	.contact-address-content {
		width: 325px
	}
	.contact-info ul li{
		margin-bottom: 20px;
		width: 100%;
	}
	.cybj.animated .cycon li dl{
		box-shadow: none;
	}

	.net-link {
		margin-top: 10px;
		overflow: hidden;
		display: flex;
	}

	.link {
		float: right;
	}

	.link p {
		padding-right: 0;
		margin-top: 15px;
	}

	.net-link .ewm {
		margin-right: 10px;
	}

	.contact {
		padding-bottom: 20px;
	}

	.develop-img {
		display: none;
	}

	.develop {
		margin-top: 20px;
		width: 100%;
		padding: 0 5px;
	}

	.develop ul li i {
		margin-right: 20px;
	}

	.develop ul li i:before {
		display: none;
	}

	.develop-details {
		width: 250px;
		float: right;
	}

	.framework-img {
		background: url(../images/framework-phone.png) no-repeat center;
		background-size: contain;
		width: 100%;
		height: 882px;
	}

	.talents input {
		width: 100%;
		margin-bottom: 10px;
	}

	.profession .info {
		padding: 0;
	}

	.requested {
		padding: 10px;
	}

	.profession-title, .profession-address, .profession-time {
		font-size: 14px;
	}

	.profession i, .profession-time, .profession span {
		line-height: 18px;
		padding-top: 30px;
	}

	.profession-title {
		line-height: 18px;
		padding-top: 30px;
	}

	.profession.on .close {
		padding-top: 35px;
	}

	.profession-address {
		line-height: 18px;
	}

	.profession {
		height: 100px;
	}


	.advantage-content {
		display: block;
		justify-content: center;
		padding: 0 10px;
	}

	.advantage-title {
		padding: 20px 10px;
		font-size: 16px;
	}

	.advantage-content p {
		width: 100%;
	}

	.trade, .listing, .supplier {
		position: static;
	}

	.message {
		padding: 80px 0;
	}

	.develop ul li {
		margin-bottom: 240px
	}

	.develop ul li i:after {
		height: 240px;
	}

	.develop ul li:last-child {
		margin-bottom: 80px;
	}

	.manpower-resource {
		height: auto;
	}

	.talent-mechanism p {
		padding: 0 10px;
	}

	.talent-mechanism {
		width: 100%;
		padding: 0;
	}

}






