/* CSS Document */
.main {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.font-f {
	font-family: Serif
}

/*头部开始*/
header {
	width: 100%;
	height: 100px;
	z-index: 999
}

header .main {
	position: relative
}

header ul {
	display: flex;
	justify-content: space-between;
}

header li {
	width: 75px;
	height: 45px;
	margin-top: 30px
		/*	background-color: #ff6600*/
}

header li:nth-child(4) {
	margin-right: 80px
}

header li:nth-child(5) {
	margin-left: 80px
}

header .head-logo {
	/* width: 161px; */
	width: 137px;
	/* height: 180px; */
	height: 100px;
	position: absolute;
	/* top: 0; */
	top: 50%;
	transform: translateY(-50%);
	left: 612px;
	margin-left: -80px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-self: center;
}

header li a {
	width: 100%;
	height: 42px;
	display: block;
	line-height: 42px;
	font-size: 16px;
	text-align: center
}

header li span {
	width: 100%;
	height: 3px;
	background-color: #E7BD26;
	display: block;
	opacity: 0
}

header li.nav-on a {
	color: #E7BD26
}

header li.nav-on span {
	opacity: 1
}

header li:hover a {
	color: #E7BD26;
	transition: all .5s
}

header li:hover span {
	opacity: 1;
	transition: all .5s
}

/*头部结束*/
/*尾部开始*/
footer {
	background-color: #1D1D1C;
	height: 240px
}

footer .foot-logo {
	width: 122px;
	height: 148px;
	float: left
}

footer .foot-logo img {
	width: 122px;
	height: 148px
}

footer .foot-right {
	width: 860px;
	height: 100%;
	float: right
}

footer .foot-tel {
	width: 385px;
	height: 42px;
	float: right;
	clear: both;
	padding-left: 50px;
	color: #fff;
	background-image: url(../images/icons.png);
	background-position: -65px 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

footer .foot-tel-left {
	width: 95px;
	height: 100%;
	float: left;
	border-right: 1px solid #999
}

footer .foot-tel-left span {
	width: 100%;
	display: block;
	font-size: 12px;
}

footer .foot-tel-left .foot-tel-t {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}

footer .foot-tel-right {
	width: 235px;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	font-size: 28px;
	float: right
}

footer .foot-nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	clear: both;
}

footer .foot-nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}

footer .foot-nav li {
	height: 100%;
}

footer .foot-nav li a {
	color: #EBEBEB
}

footer .foot-nav li a:hover {
	color: #E7BD26;
	transition: all .5s;
}

footer .foot-copy {
	width: 100%;
	text-align: right;
	color: #EBEBEB
}

footer .foot-copy a {
	color: #EBEBEB;
}

/*尾部结束*/
/*页码*/
.waf_page {
	width: 100%;
	height: 35px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap
}

.waf_page a {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin: 0 3px;
	font-size: 14px;
	border: 1px solid #e9e9e9;
	color: #333
}

.waf_page a:hover {
	background-color: #E7BD26;
	color: #fff;
	border: 1px solid #E7BD26;
	transition: all .5s
}

.waf_page a:first-child {
	width: 60px
}

.waf_page a:last-child {
	width: 60px
}

.waf_page .current {
	background-color: #E7BD26;
	color: #fff;
	border: 1px solid #E7BD26;
}

.waf_page a:first-child.current {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin: 0 3px;
	font-size: 14px;
	border: 1px solid #E7BD26;
	color: #fff
}

.waf_page a:last-child.current {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin: 0 3px;
	font-size: 14px;
	border: 1px solid #E7BD26;
	color: #fff
}

/*首页开始*/
.swiper-slide img {
	width: 100%
}

.index-liulian .liulian-item {
	width: 460px;
	height: 330px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	opacity: 0;
	overflow: hidden;
	transition: all .2s;
}

.index-liulian .liulian-item:hover {
	margin-top: -5px;
	box-shadow: 0px 5px 10px #BEBEBE
}

.index-liulian .liulian-item img {
	width: 100%;
	height: 100%;
	transition: all .2s
}

.index-liulian .liulian-item img:hover {
	transform: scale(1.1);
}

.index-liulian .liulian-item .item-opacity {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-image: url(../images/opacity.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-liulian .liulian-item .item-opacity .title {
	float: left;
	color: #fff;
	font-size: 14px
}

.index-liulian .liulian-item .item-opacity .more-jt {
	width: 42px;
	height: 11px;
	float: right;
	background-image: url(../images/icons.png);
	background-position: -81px -104px;
	margin-top: 15px
}

.index-liulian .main {
	position: relative;
	padding: 40px 0;
}

.index-liulian .liulian-logo {
	width: 240px;
	height: 450px;
	position: absolute;
	top: 35px;
	right: -3px;
	z-index: 99
}

.index-liulian .liulian-logo img {
	width: 100%;
	height: 100%
}

.index-liulian .liulian-banner {
	width: 100%;
	height: 589px;
	clear: both
}

.index-liulian .liulian-banner img {
	width: 100%;
	height: 100%;
}

.swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.swiper-container2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index-ganguo {
	width: 100%;
	height: 900px;
	background-color: #F0F0F0;
	padding: 40px 0;
}

.index-ganguo .ganguo-banner {
	width: 100%;
	height: 478px;
	background-image: url(../images/index-img-6.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.ganguo-banner .ganguo-exqu {
	padding: 20px 40px;
	font-size: 128px;
	color: #999;
	z-index: 99;
	position: relative
}

.ganguo-banner .banner-img {
	width: 618px;
	height: 418px;
	position: absolute;
	top: 0;
	right: 0;
}

.ganguo-banner .banner-img img {
	width: 100%;
	height: 100%
}

.ganguo-banner .banner-left {
	width: 210px;
	position: absolute;
	top: 200px;
	left: 165px
}

.ganguo-banner .ggh-title {
	width: 100%;
	padding: 20px 0;
	font-size: 50px;
	color: #D8D8D8;
	text-align: center;
	border-bottom: 1px solid #999
}

.ganguo-banner .ggh-desc {
	width: 100%;
	padding: 20px 0;
	color: #D8D8D8;
	text-align: center;
	line-height: 1.8em
}

.index-ganguo .ganguo-list ul {
	display: flex;
	justify-content: space-between
}

.index-ganguo .liulian-item {
	width: 385px;
	height: 320px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.index-ganguo .liulian-item:hover {
	margin-top: -5px;
	box-shadow: 0px 5px 10px #BEBEBE;
}

.index-ganguo .liulian-item img {
	width: 100%;
	height: 100%;
	transition: all .2s
}

.index-ganguo .liulian-item img:hover {
	transform: scale(1.1)
}

.index-ganguo .liulian-item .item-opacity {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-image: url(../images/opacity.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-ganguo .liulian-item .item-opacity .title {
	float: left;
	color: #fff;
	font-size: 14px
}

.index-ganguo .liulian-item .item-opacity .more-jt {
	width: 42px;
	height: 11px;
	float: right;
	background-image: url(../images/icons.png);
	background-position: -81px -104px;
	margin-top: 15px
}

.index-about {
	width: 100%;
	height: 980px;
	padding-top: 80px;
	clear: both;
	background-image: url(../images/index-img-11.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff
}

.index-about .main {
	position: relative
}

.index-about .index-about-banner {
	width: 100%;
	height: 435px;
	background-image: url(../images/index-img-12.png);
	background-repeat: no-repeat
}

.index-about .iab-title {
	width: 280px;
	height: 100%;
	margin-left: 70px;
	background-color: #2A2A2A;
	position: relative
}

.index-about .title-en {
	width: 100%;
	padding: 35px 30px 5px;
	font-size: 40px;
	font-weight: 700;
	color: #999
}

.index-about .title {
	width: 100%;
	padding: 5px 30px;
	font-size: 24px;
	color: #fff
}

.index-about .about-img {
	position: absolute;
	bottom: -50px;
	left: -100px
}

.index-about .ia-company {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff
}

.index-about .ia-num {
	width: 1000px;
	height: 100px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between
}

.index-about .ia-num-item {
	width: 33%;
	height: 100%;
	text-align: center
}

.index-about .ia-num span {
	display: inline-block;
}

.index-about .ia-num .number {
	font-size: 32px;
}

.index-about .ia-num .yi {
	font-size: 22px;
}

.index-about .ia-desc {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em
}

.readmore {
	width: 260px;
	height: 45px;
	border: 1px solid #999;
	margin: 30px auto
}

.readmore a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	color: #fff
}

.readmore a:hover {
	background-color: #E7BD26;
	transition: all .5s
}

/*首页结束*/
/*产品中心开始*/
.sub-banner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-product {
	background-image: url(../images/prod-banner.png)
}

.sub-block {
	width: 100%;
	height: 100px;
	margin: 40px 0;
	text-align: center
}

.sub-block .sub-block-en {
	width: 100%;
	font-size: 50px;
	color: #666666;
	font-family: Serif;
	font-weight: 700
}

.sub-block .sub-block-cn {
	width: 100%;
	font-size: 26px;
	margin-top: 10px
}

.tab-list {
	width: 100%;
	clear: both;
	margin: 30px 0
}

.tab-list ul {
	display: flex;
	justify-content: center;
	align-items: center
}

.tab-list li {
	margin: 0 20px;
	width: 140px;
	height: 40px;
	cursor: pointer;
}

.tab-list li a {
	width: 100%;
	height: 100%;
	line-height: 38px;
	border: 1px solid #999999;
	/*	background-color: #fff;*/
	text-align: center;
	font-size: 18px;
	color: #999999;
	display: block
}

.tab-list li.tab-on a {
	color: #fff;
	border: 1px solid #E7BD26;
	background-color: #E7BD26;
}

.tab-list li a:hover {
	color: #fff;
	border: 1px solid #E7BD26;
	background-color: #E7BD26;
	transition: all .5s
}

.prod-list {
	width: 100%;
	position: relative;
}

.prod-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.prod-list li {
	width: 385px;
	height: 320px;
	/* height: 250px; */
	position: relative;
	margin: 7px;
	opacity: 0
}

.prod-list li:hover .prod-item-mask {
	opacity: 1;
	transition: all .5s
}

.prod-list .prod-item-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.prod-list .prod-item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.prod-list li:hover .prod-item-img img {
	transform: scale(1.1)
}

.prod-list .prod-item-mask {
	background-image: url(../images/opacity.png);
	width: 100%;
	height: 100%;
	border: 10px solid #666;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.prod-list .prod-item-name {
	width: 100%;
	padding: 40px 0 10px;
	color: #fff;
}

.prod-list .prod-item-sku {
	width: 100%;
	padding: 5px 0;
	color: #fff;
}

.prod-list .prod-item-more {
	width: 30px;
	height: 30px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px auto
}

.prod-detail {
	height: 430px;
	margin-bottom: 50px;
	clear: both
}

.prod-detail .detail-left {
	width: 590px;
	height: 430px;
	float: left
}

.prod-detail .detail-left img {
	width: 590px;
	height: 430px;
}

.prod-detail .detail-right {
	width: 590px;
	height: 430px;
	float: right;
	overflow-y: hidden
}

.prod-detail .detail-sku {
	width: 100%;
	height: 30px;
	clear: both;
	margin-top: 30px
}

.prod-detail .detail-sku li {
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #E5BC3A;
	color: #fff;
	display: inline-block
}

.prod-detail .detail-title {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0;
}

.prod-detail .detail-line {
	width: 100%;
	padding: 5px 0;
	display: flex;
	justify-content: flex-start
}

.prod-detail .detail-line span {
	width: 70px;
	height: 30px;
	display: inline-block;
	white-space: nowrap;
	font-weight: 700
}

.prod-detail .detail-line .line-desc {
	color: #666;
	line-height: 1.8em
}

.prod-detail-b {
	border-top: 1px solid #999
}

.prod-detail-b img {
	max-width: 100%;
}

.backtoprev {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #E7BD26;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 30px auto
}

/*关于我们*/
.banner-about {
	background-image: url(../images/about-banner.png)
}

.about-block {
	clear: both;
	min-height: 360px
}

.about-video {
	width: 580px;
	/*	height: 200px;*/
	float: left;
	display: inline
}

.about-video video {
	width: 100%;
	height: 100%
}

.about-desc {
	width: 580px;
	max-height: 350px;
	overflow: hidden;
	float: right;
	display: inline;
	line-height: 1.8em;
	margin-top: 10px;
	color: #666
}

.about-desc p {}

.about-desc img {
	float: right;
	width: 160px
}

.about-culture {
	width: 100%;
	height: 380px;
	background-image: url(../images/about-banner-2.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 30px 0
}

.about-culture .main .sub-block {
	margin-top: 0;
}

.about-culture .main .sub-block-en {
	color: #fff
}

.culture-cn {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 2em
}

.culture-en {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	text-transform: uppercase
}

.j-readmore {
	width: 160px;
	height: 45px;
	margin: 0 auto
}

.j-readmore a {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	height: 45px;
	line-height: 43px;
	text-align: center;
	color: #fff
}

.j-readmore a span {
	display: inline-block;
	height: 43px;
	width: 100px;
	float: left;
	text-align: center;
}

.j-readmore a i {
	display: inline-block;
	width: 42px;
	height: 11px;
	float: right;
	background-image: url(../images/icons.png);
	background-position: -81px -123px;
	margin: 17px 15px 0 0;
}

.j-readmore a:hover {
	background-color: #E7BD26;
	border: 1px solid #E7BD26;
	transition: all .5s
}

.about-honor {
	width: 100%;
	/*	height: 650px;*/
}

.honor-list {
	width: 100%;
	height: 400px;
}

.honor-list .swiper-container {
	width: 100%;
	height: 100%;
}

.honor-list .swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.honor-list .swiper-slide img {
	width: 230px;
	/*	height: 385px*/
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0 !important
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0 !important
}

/*联系我们*/
.banner-contact {
	background-image: url(../images/contact-banner.png);
}

.contact-block {
	width: 100%;
	min-height: 500px;
	clear: both
}

.contact-block-left {
	width: 490px;
	float: left;
}

.contact-block .cbl-title {
	width: 100%;
}

.contact-block .cbl-title img {
	width: 100%;
}

.contact-block .cbl-line {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.contact-block .cbl-line i {
	display: inline-block;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

.contact-block .cbl-line b {
	margin-left: 20px
}

.contact-block .cbl-line1 i {
	background-position: -182px -58px
}

.contact-block .cbl-line2 i {
	background-position: -182px -88px
}

.contact-block .cbl-line3 i {
	background-position: -147px -57px
}

.contact-block .cbl-line4 i {
	background-position: -147px -87px
}

.contact-block .cbl-line5 i {
	background-position: -147px -116px
}

.contact-block .cbl-line6 i {
	background-position: -147px -149px
}

.contact-block-right {
	width: 670px;
	height: 460px;
	float: right
}

.contact-block-right #allmap {
	width: 100%;
	height: 100%
}

.contact-feed {
	background-color: #f0f0f0;
	padding: 30px 0
}

.contact-feed .sub-block {
	margin-top: 0;
}

.feedback {
	width: 100%;
}

.feedback .feed-line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0
}

.feedback input {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: none;
	background-color: #fff
}

.feedback #feedname,
.feedback #feedphone {
	width: 590px;
}

.feedback #feedemail {
	width: 590px
}

.feedback #yzm {
	width: 483px
}

.feed-line #feedtext {
	width: 100%;
	min-height: 100px;
	padding: 20px;
	border: none;
	background-color: #fff
}

.feed-line .button {
	width: 340px;
	height: 50px;
	line-height: 50px;
	border: none;
	background-color: #4d4b4c;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer
}

/*企业文化*/
.culture-block {
	width: 100%;
	padding-bottom: 30px
		/*	min-height: 650px;*/
}

.culture-block-left {
	width: 600px;
	height: 560px;
	float: left;
	position: relative;
	margin-right: 10px
}

.culture-block-left img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.culture-block-left .culture-item {
	width: 320px;
	height: 180px;
	text-align: center;
	position: absolute;
	top: 120px;
	left: 0;
	margin-left: 140px;
	z-index: 99
}

.culture-item-title {
	width: 100%;
	font-size: 20px;
	padding: 20px;
}

.culture-item-desc {
	width: 100%;
	line-height: 1.8em
}

.culture-block-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.culture-block-right .culture-item {
	width: 290px;
	height: 180px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #999;
	/*

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	align-items: center

*/
}

.culture-item-title {
	width: 100%;
	font-size: 20px;
	padding: 20px;
}

.culture-item-desc {
	width: 100%;
	line-height: 1.8em;
	padding: 0 20px;
}

.culture-item img {
	width: 100%;
	height: 100%
}

.culture-value {
	width: 100%;
	min-height: 550px;
	padding: 30px 0;
	background-color: #f0f0f0
}

.culture-value-left {
	width: 600px;
	height: 490px;
	float: left;
	padding: 10px;
	background-color: #fff
}

.cvl-main {
	width: 100%;
	height: 100%;
	border: 1px solid #999;
	padding: 30px
}

.cvl-title {
	width: 100%;
	font-size: 18px;
	margin-top: 100px
}

.cvl-en {
	width: 100%;
	font-size: 12px;
	color: #999999;
	padding: 5px 0
}

.cvl-text {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	margin-top: 20px
}

.culture-value-right {
	width: 600px;
	float: left;
	height: 490px;
}

.culture-value-right .swiper-slide img {
	width: 600px;
	height: 490px;
}

/*人才招聘*/
.banner-recruit {
	background-image: url(../images/recruit-banner.png)
}

.recruit-block {
	width: 100%;
	padding-bottom: 30px
}

.recruit-block-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.rbl-item {
	width: 395px;
	height: 275px;
	background-color: #f0f0f0;
	padding: 30px;
	margin-bottom: 8px;
	cursor: pointer;
	opacity: 0
}

.rbl-item:hover {
	margin-top: -5px;
	transition: all .3s
}

.rbl-item-img {
	padding: 0 !important
}

.rbl-item-img img {
	width: 100%;
	height: 100%
}

.rbl-title {
	width: 100%;
	font-size: 18px;
	text-align: center
}

.rbl-item span {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #999;
	margin: 5px auto
}

.rbl-desc {
	width: 100%;
	color: #666;
	text-align: center;
	line-height: 1.8em
}

.recruit-way {
	width: 100%;
	background-color: #f0f0f0;
	padding: 30px 0
}

.recruit-way .sub-block {
	margin-top: 0;
}

.recruit-way-list {
	justify-content: space-between;
	width: 100%;
	position: relative;
	display: none
}

.recruit-way-item {
	width: 595px;
	text-align: center
}

.rwi-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat
}

.rwi-name {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 15px 0
}

.rwi-line {
	width: 18px;
	height: 2px;
	background-color: #cbcbcb;
	margin: 0 auto
}

.rwi-desc {
	width: 100%;
	padding: 20px 85px;
	text-align: center;
	color: #666;
	line-height: 1.8em
}

.rwl-b .rwi-desc {
	width: 100%;
	padding: 20px 35px;
	text-align: center;
	color: #666;
	line-height: 1.8em
}

.rwi-tjf {
	background-position: 6px -40px
}

.rwi-daf {
	background-position: 6px -96px
}

.rwi-fbgg {
	background-position: -60px -250px
}

.rwi-xyzp {
	background-position: -60px -190px
}

.rwi-wlzp {
	background-position: -130px -250px
}

.rwi-srtj {
	background-position: -130px -190px
}

.recruit-way-line {
	width: 1px;
	height: 100px;
	background-color: #cbcbcb;
	position: absolute;
	top: 115px;
	left: 600px;
}

.rwl-fbgg {
	left: 300px;
}

.rwl-xyzp {
	left: 600px;
}

.rwl-wlzp {
	left: 900px;
}

.recuit-list {
	width: 100%
}

.recuit-list li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #999;
	opacity: 0
}

.recuit-list li a {
	display: block;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recuit-item-left {
	width: 1000px;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.recuit-item-left i {
	display: inline-block;
	width: 0px;
	height: 1px;
	background-color: #E7BD26;
	margin-right: 0px
}

.recuit-list li a:hover .recuit-item-left i {
	width: 45px;
	height: 1px;
	background-color: #E7BD26;
	margin-right: 20px;
	transition: all .5s
}

.recuit-item-left span {
	display: inline-block;
	font-size: 18px
}

.recuit-list li a:hover .recuit-item-left span {
	color: #E7BD26;
	font-size: 18px;
	font-weight: 700;
	transition: all .5s
}

.recuit-item-right {
	width: 180px;
	height: 60px;
	float: right;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.recuit-item-right i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 -156px
}

.recuit-detail-top {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recuit-detail-top .recuit-item-left {
	width: 1000px;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.recuit-detail-top .recuit-item-left i {
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #E7BD26;
	margin-right: 20px;
}

.recuit-detail-top .recuit-item-left span {
	display: inline-block;
	color: #E7BD26;
	font-size: 18px;
	font-weight: 700;
}

.recuit-detail-main {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #999
}

.rdm-title {
	margin-right: 70px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #666
}

.rdm-title span {
	font-weight: 700;
	color: #333
}

.rdm-desc {
	line-height: 1.8em;
	color: #666
}

/*社会责任*/
.banner-social {
	background-image: url(../images/social-banner.png)
}

.social-list {
	width: 100%
}

.social-list li {
	width: 100%;
	height: 252px;
	border-bottom: 1px solid #999;
	padding: 20px 0;
	opacity: 0
}

.social-item-left {
	width: 320px;
	height: 210px;
	float: left;
	overflow: hidden
}

.social-item-left img {
	width: 320px;
	height: 210px;
	transition: all .2s
}

.social-item-left img:hover {
	transform: scale(1.1)
}

.social-item-right {
	width: 850px;
	height: 100%;
	float: right;
	padding-top: 10px
}

.social-item-right .recuit-item-right {
	width: 100%;
	clear: both;
	height: 16px;
	line-height: 16px;
	color: #999
}

.social-item-right .recuit-item-right i {
	background-position: 0 -177px
}

.sir-title {
	width: 100%;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.sir-desc {
	width: 100%;
	height: 50px;
	line-height: 1.8em;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sir-more {
	width: 150px;
	height: 40px;
	margin-top: 25px
}

.sir-more a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #999;
	border: 1px solid #999;
}

.sir-more a:hover {
	color: #fff;
	border: 1px solid #E7BD26;
	background-color: #E7BD26;
	transition: all .5s
}

/*文章详情*/
.news-detail {
	width: 100%
}

.news-detail-title {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 30px
}

.news-detail .recuit-item-right {
	height: 50px;
	line-height: 50px;
	float: none;
	margin: 0 auto;
	color: #999;
}

.news-detail .recuit-item-right i {
	background-position: 0 -177px
}

.news-detail-text {
	width: 100%;
	padding: 30px 0;
	/*	margin-top: 20px;*/
	line-height: 1.8em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #666
}

.news-detail-text img {
	max-width: 100%
}

/*公司团队*/
.banner-team {
	background-image: url(../images/team-banner.png)
}

.sub-desc {
	line-height: 1.5em;
	margin-bottom: 30px;
	color: #999
}

.team-list {
	width: 100%
}

.team-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.team-list li {
	width: 382px;
	height: 550px;
	/*	background-color: #ff6600;*/
	margin-bottom: 30px;
	opacity: 0
}

.team-list .team-top {
	width: 100%;
	height: 460px;
	border: 1px solid #999;
	padding: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.team-list .team-img {
	width: 360px;
	height: 440px;
	position: absolute;
	top: 10px;
	left: 10px
}

.team-list .team-img img {
	width: 360px;
	height: 440px;
	transition: all .5s
}

.team-list li:hover .team-img img {
	transform: scale(1.1)
}

.team-list .team-mark {
	width: 360px;
	height: 440px;
	background-image: url(../images/opacity.png);
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 360px;
	padding: 40px;
	opacity: 0
}

.team-list li:hover .team-mark {
	opacity: 1;
	transition: all .5s;
}

.team-list .team-mark span {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: middle;
	color: #fff
}

.team-list .team-bot {
	width: 100%;
	text-align: center
}

.team-list .team-bot h2 {
	padding: 10px;
}

.team-list .team-bot span {
	clear: both;
}

.team-zhanwang {
	width: 100%;
	height: 358px;
	color: #fff
}

.team-zhanwang .main {
	background-image: url(../images/team-img-2.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px
}

.team-z-title {
	width: 100%;
	text-align: center;
	font-size: 26px;
	/*	font-weight: 700;*/
	padding: 20px
}

.team-z-line {
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto
}

.team-z-desc {
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	margin-top: 30px;
	font-size: 16px
}

/*新闻中心*/
.banner-news {
	background-image: url(../images/news-banner.png)
}

.news-list {
	width: 100%
}

.news-list ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.news-list li {
	width: 380px;
	opacity: 0
}

.news-item-img {
	width: 380px;
	height: 270px;
	overflow: hidden
}

.news-item-img img {
	width: 380px;
	height: 270px;
	transition: all .2s
}

.news-item-img img:hover {
	transform: scale(1.1)
}

.news-item-date {
	width: 100%;
	padding: 15px 0;
	font-size: 12px;
	color: #999
}

.news-item-title {
	width: 100%;
}

.news-item-title h2 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-item-desc {
	width: 100%;
	margin-top: 15px;
	color: #999;
	line-height: 1.8em
}

.news-item-more {
	width: 140px;
	height: 40px;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	margin-top: 15px
}

.news-item-more:hover {
	background-color: #E7BD26;
	color: #fff;
	border: 1px solid #E7BD26;
	transition: all .5s
}

.news-banner-2 {
	width: 100%;
	height: 400px;
	background-image: url(../images/news-img-3.png);
	background-repeat: no-repeat;
	background-position: center
}
