﻿@import "font-awesome.min.css";

/*屏幕固定顶部元素*/

.busintro {
	text-align: justify;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.business_area .left-bus .gccon,
.business_area .left-bus:hover .gccon,
.business_area .bot-item .gccon,
.business_area .bot-item:hover .gccon,
.business_area .ksbus .gccon,
.business_area .ksbus:hover .gccon,
.business_area .bot-item .xalpha,
.business_area .bot-item:hover .xalpha,
.business_area .right-bus,
.business_area .right-bus:hover,
.business_area .ksbus .xalpha,
.business_area .ksbus:hover .xalpha ,
.business_area .left-bus .xalpha,
.business_area .left-bus:hover .xalpha,
.business_area .left-bus:hover .gccon .gcmore,
.business_area .left-bus .gccon .gcmore{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}




.business_area .bot-item .xalpha,
.business_area .ksbus .xalpha,
.business_area .left-bus .xalpha{
	height: 50%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	top: 50%;;left: 0;
	right: 0;
	opacity: 0;
	box-sizing: border-box;
}
.business_area .bot-item:hover .xalpha ,
.business_area .ksbus:hover .xalpha,
.business_area .left-bus:hover .xalpha {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	top: 0;;left: 0;
	right: 0;
	opacity: 1;
	box-sizing: border-box;
}

.business_area .bot-item:hover .gccon{
	position: absolute;
    bottom: 20%;
    left: 0;
    padding: 0 20px;
    width: calc(100% - 40px);
}
.business_area .ksbus:hover .gccon{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    padding: 0 20px;
    width: calc(100% - 40px);
}
.business_area .left-bus:hover .gccon{
	  position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    padding: 0 40px;
    width: calc(100% - 80px);
}
.business_area .bot-item:hover .gccon .busintro,
.business_area .ksbus:hover .gccon .busintro,
.business_area .left-bus:hover .gccon .busintro,
.business_area .left-bus:hover .gccon .gcmore,
.business_area .bot-item:hover .gccon .gcmore,
.business_area .ksbus:hover .gccon .gcmore{
	opacity: 1;
	display: block;
}
.business_area .left-bus:hover .gccon .gcmore{
	margin-top: 30px;
}
.business_area .bot-item:hover .gccon .gcmore,
.business_area .ksbus:hover .gccon .gcmore{
	margin-top: 10px;
}
.page_top {
	height: 100px;
	z-index: 8;
	position: absolute;
	top: 0;
	width: 100%;
	transition: ease .65s;
}

.logo {
	width: 180px;
	height: 84px;
	display: inline-block;
	float: left;
}

.logo a {
	display: block;
	margin-top: 8px;
}

.logo img {
	width: 100%;
	height: auto;
}

.pcnav { float: left; display: inline-block; margin-left: 100px; }

.pcnav li {
	float: left;
}

.pcnav li a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: auto;
	line-height: 36px;
	margin: 32px 10px 0;
	padding: 0 10px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
}

.pcnav li a.alt,
.pcnav li a:hover {
	border-bottom: 2px solid #ff8500;
}

.page_top .xheadSelect:before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #ff8500;
	transition: all .8s;
	-webkit-transition: all .8s;
}

.page_top .xheadSelect.on:before {
	width: 100%;
	left: 0;
}

.headInput {
	float: left;
	position: relative;
	margin: 42px 0 0 20px;
}

.headInput .text {
	float: left;
	width: 155px;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	outline: none;
	font-family: '微软雅黑';
	display: none;
}

.headInput .text::-webkit-input-placeholder,
.headInput .text:-moz-placeholder,
.headInput .text:-ms-input-placeholder {
	color: #fff !important;
}

.headInput .search_btn {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url(../image/search-btn.png) no-repeat;
}

.page_top .hoverlogo {
	display: none;
}

.page_top.active .hoverlogo {
	display: block;
}

.page_top.active .pclogo {
	display: none;
}

.page_top.active .headInput .search_btn {
	background: url(../image/search-btn2.png) no-repeat;
}

.page_top.active .select-type a,
.page_top.active .select-type {
	color: #333;
}

.header-search {
	display: none;
}

.header-search .searchtxt {
	width: 155px;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	outline: none;
	font-family: '微软雅黑';
}

.select-type {
	float: right;
	height: 100px;
	line-height: 100px;
}

.select-type a,
.select-type {
	color: #fff;
}

.page_top.active {
	background: #ffffff;
}

.page_top.active .wrap_1440 {
	position: static;
}

.page_top.active .pcnav li {
	height: 105px;
}

.page_top.active .pcnav li a {
	color: #333333;
}

.page_top.active .pcnav li a.alt,
.page_top.active .pcnav li a:hover {
	border-bottom: 2px solid #ff8500;
	color: #ff8500;
}

.xheadSelect {
	background: #ffffff;
	position: absolute;
	top: 99px;
	left: 0;
	width: 100%;
	height: 242px;
	display: none;
	z-index: 1000;
}

.xheadSelect .cont {
	float: left;
	width: 600px;
	margin: 26px 0 0 80px;
}

.xheadSelect .cont h3 {
	color: #ff8500;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}

.xheadSelect .cont p {
	color: #999999;
	font-size: 12px;
	line-height: 24px;
	padding-top: 4px;
	height: 97px;
	width: 498px;
}
.xheadSelect .cont p.description{
	height: auto;
}

.xheadSelect .cont a {
	color: #333333;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	padding: 0;
	margin: 0 43px 12px 0;
	border-bottom: 0;
}

.xheadSelect .cont .organ a{
	    min-width: 82px;
    width: auto;
    line-height: 26px;
    margin: 0 14px 6px 0;

}
.xheadSelect .cont .organ a:hover{
	border-bottom: 0 !important
}
.xheadSelect .cont .organ a .spclass{
	display: inline-block;
	width: auto;
}
.xheadSelect .cont .organ a .spclass:after{
	content: '';
	display: block;
	height: 2px;
	width: auto;
	background: #fff
}
.xheadSelect .cont .organ a:hover .spclass:after{
	background: #ff8500
}
/*.xheadSelect .cont a:hover{color: #333333 !important;border-bottom:0 !important;}*/

.xheadSelect .img {
	float: right;
	margin: 33px 110px 0 0;
}

.xheadSelect .img,
.xheadSelect .img img {
	width: 320px;
	height: 172px;
}

.page_top.active .pcnav li:hover .xheadSelect {
	display: block;
}

.swiper-container-v .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
}
.swiper-container-v .swiper-slide img{
	display:block;
	width: 100%
}
.bannerCon {
	position: relative;
}

.bannerCon .banner-txt {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 1200px;
	transform: translateX(-50%) translateY(-50%);
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}

.bannerCon .banner-txt h2 {
	font-size: 36px;
	text-transform: uppercase
}

.bannerCon .banner3 {
	font-size: 32px;
	margin-bottom:10px
}

.bannerCon .banner3 strong {	
	font-weight: bold;
}

.bannerCon .banner2 {
	width: 540px;
	height: 66px;
	line-height: 66px;
	font-size: 32px;
	margin: 100px auto 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #fff;
}

.font_20 {
	font-size: 18px;
	text-transform: uppercase
}

.swiper-container-v.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 50px;
}

.swiper-container-v.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 60px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-pagination-v {
	border-bottom: 2px solid rgba(255,255,255,0.15);
}

.swiper-pagination-v .swiper-pagination-bullet {
	background: none;
	opacity: 1;
}

.swiper-pagination-v .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	line-height: 40px;
}

.swiper-pagination-v .swiper-pagination-bullet-active:after {
	content: "";
	width: 16px;
	height: 3px;
	background: #FFFFFF;
	display: block;
	margin-top: 10px;
}


/*首页业务领域*/

.sy-tit {
	text-align: center;
	font-size: 24px;
	color: #111111;
	font-weight: bold;
	padding-top: 50px;
	background: url(../image/titbg.png) no-repeat bottom;
	padding-bottom: 14px;
}

.small-intro {
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 52px;
}

.business_area {
	height: 600px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 50px;
	margin-top: 20px;
}

.business_area a {
	color: #fff;
}

.business_area .left-bus {
	width: 400px;
	height: 600px;
	float: left;
	overflow: hidden;
	position: relative;
}

.business_area .left-bus img,
.business_area .top-bus .bot-item img {
	width: 100%;
	height: 100%;
}

.business_area .bus-icon {
	position: absolute;
	top: 25px;
	right: 25px;
}


.business_area .right-bus .gccon{
	position: absolute;
    bottom: 15px;
	text-align: justify;
    left: 0;
    padding: 0 20px;
    width: calc(100% - 40px);
}

.business_area .left-bus .gccon {
	position: absolute;
	top: 56%;
	left: 0;
	width: calc(100% - 80px);
	padding: 0 40px;
	transform: translateY(-50%);
	display: block;
	text-align: justify
}
.business_area .gccon span {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	text-align: left
}

.business_area .gccon .gcmore {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #0068b7;
	text-align: center;
	display: block;
	color: #fff;
	margin-top: 200px;
	opacity: 0;
	display: none
}

.business_area .gccon .gcmore:after {
	content: ">>";
	margin-right: -15px;
	opacity: 0;
	transition: all ease 0.3s;
}

.business_area .gccon .gcmore:hover:after {
	opacity: 1;
	margin-right: 0;
}

.business_area .gccon span:after {
content: '';
	width: 28px;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 24px;
}

.business_area .right-bus .gccon span:after {
	margin-top: 16px;
}

.business_area .right-bus {
	float: left;
}

.business_area .top-bus {
	width: 800px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.business_area .top-bus .bot-item {
	width: 400px;
	overflow: hidden;
	height: 300px;
	float: left;
	position: relative;
}


/*首页视频*/

.video,
.video img {
	height: 460px;
	position: relative;
}

.video .vediosource {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: none;
}

.video .video_but {
	background: url(../image/play-btn.png) no-repeat center;
    width: 70px;
    height: 70px;
    border: none;
    outline: none;
    background-size: contain;
}

.video .vedioCon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
}

.synews .tabItem {
	margin: 10px auto 40px;
	text-align: center;
}

.synews .tabItem span {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #fff;
	display: inline-block;
	border-radius: 60px;
	margin: 0 20px;
}

.synews .tabItem span.itemact {
	background: #0068b7;
	color: #FFFFFF;
}

.synewbox {
	position: relative;
}

.synews .newsBox {
	background: #FFF;
	height: 400px;
	padding: 20px;
}

.synews .newsBox .newsl {
	float: left;
	width: 600px;
	position: relative;
}

.synews .newsBox .newsl .slideBox {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.synews .newsBox .newsl .swiper-slide .img {
	overflow: hidden;
}

.synews .newsBox .newsl .swiper-slide .img img {
	width: 600px;
	height: 354px;
}

.synews .newsBox .newsl .swiper-slide .cont {
	background: #f4f2f2;
	height: 40px;
	line-height: 40px;
}

.synews .newsBox .newsl .cont p {
	color: #333333;
	font-size: 14px;
	margin-left: 20px;
}

.synews .newsBox .newsl .swiper-button-next,
.synews .newsBox .newsl .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url(../image/prev2.jpg) no-repeat;
	position: static;
	margin-top: 0;
	display: inline-block;
}

.synews .newsBox .newsl .swiper-button-next {
	background: url(../image/next2.jpg) no-repeat;
	margin-left: 2px;
}

.synews .newsBox .newsl .swiperBox {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	font-size: 0;
}

.synews .newsBox .newsr {
	float: right;
	width: 502px;
}

.synews .newsBox .newsr .newsrtop {
	border-bottom: 2px solid #f5f4f4;
	font-size: 18px;
	color: #333333;
	height: 32px;
	line-height: 32px;
}

.synews .newsBox .newsr .newsrtop a {
	color: #9fa0a0;
	font-size: 14px;
	float: right;
}

.synews .newsBox .newsr h2 a {
	color: #333333;
	font-size: 24px;
	line-height: 1;
	padding: 24px 0 18px;
	color: #0068b7;
	display: block;
}

.synews .newsBox .newsr p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.synews .newsBox .newsr p a {
	color: #4c90fd;
	font-size: 14px;
	margin-left: 5px;
}

.synews .newsBox .newsr ul {
	border-top: 1px dashed #e5e1e1;
	margin-top: 10px;
}

.synews .newsBox .newsr ul li {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-bottom: 1px dashed #e5e1e1;
}

.synews .newsBox .newsr ul li a {
	display: block;
	color: #666666;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
	margin-left: 6px;
	padding-left: 10px;
}

.synews .newsBox .newsr ul li a:hover {
	color: #0068b7
}

.synews .newsBox .newsr ul li a:before {
	content: "";
	display: block;
	background: #8a8a8a;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.synews .newsBox .newsr ul li span {
	float: right;
	display: block;
	color: #666666;
	font-size: 12px;
}

.tradehide {
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
	height: 0;
}

.newsmore {
	width: 162px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	border: 1px solid #999999;
	color: #999999;
	display: block;
	text-align: center;
	border-radius: 22px;
	margin: 50px auto;
	font-size: 12px;
	text-align: left;
}

.newsmore img {
	float: right;
	margin-top: 16px;
}

.newsmore:hover {
	color: #999999;
}


/*海外分支*/

.sybranch {
	background: url(../image/branch_img.png) no-repeat center;
	height: 660px;
}

.overbranch {
	margin-top: 30px;
	width: 1348px;
	margin: 0 auto;
}

.swiper-branch {
	margin-top: 30px;
}

.overbranch .swiper-slide .img {
	overflow: hidden;
}

.overbranch .swiper-slide .img img {
	width: 384px;
	height: 256px;
}

.overbranch .swiper-slide h3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 8px;
	margin-top: 35px;
	text-align: center;
}

.overbranch .swiper-button-next,
.overbranch .swiper-button-prev {
	display: inline-block;
	width: 34px;
	height: 28px;
	background: url(../image/prev.png) no-repeat center;
	outline: none
}

.overbranch .swiper-button-prev {
	left: -70px;
}

.overbranch .swiper-button-next {
	background: url(../image/next.png) no-repeat center; 
	right: -70px;
}


/*首页关于我们*/

.sy-about {
	background: url(../image/syabout-bg.png) no-repeat center;
	height: 633px;
}

.syaboutCon {
	background: #FFFFFF;
	height: 240px;
	margin-top: 30px;
}

.syaboutCon .leftimg {
	width: 240px;
	height: 240px;
}

.syaboutCon .syaboutintro {
	width: 720px;
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: justify;
	line-height: 24px;
}

.syaboutCon .syaboutintro h3 {
	font-size: 26px;
	color: #0068b7;
}

.syaboutCon .syaboutintro em {
	font-size: 12px;
	color: #d5d5d5;
	font-style: normal;
	margin-bottom: 30px;
	display: block;
}

.syaboutCon .rightmore {
	position: relative;
	float: right;
}

.syaboutCon .rightmore a {
	position: absolute;
	bottom: 54px;
	left: 0;
	color: #FFFFFF;
	font-size: 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.sy-about .about-group li {
	flex: 1;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 80px;
	border-right: 1px solid #dcd9db;
}

.sy-about .about-group li h2 span {
	font-size: 48px;
	color: #656666;
	font-weight: bold;
}

.sy-about .about-group li:nth-child(1) {
	animation-delay: .1s;
}

.sy-about .about-group li:nth-child(2) {
	animation-delay: .2s;
}

.sy-about .about-group li:nth-child(3) {
	animation-delay: .3s;
}

.sy-about .about-group li:nth-child(4) {
	animation-delay: .4s;
	border-right: none;
}


/*合作伙伴*/

.cooperation ul {
	margin: 20px auto 40px;
	padding: 0;
	overflow: hidden;
}

.cooperation ul li {
	float: left;
	width: 220px;
	height: 130px;
	margin: 0 10px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cooperation ul li span {
	position: absolute;
	background: #0068b7;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cooperation ul li .span_1 {
	left: 0;
	top: 0;
	width: 0%;
	height: 2px
}

.cooperation ul li .span_2 {
	right: 0;
	top: 0;
	width: 2px;
	height: 0%
}

.cooperation ul li .span_3 {
	right: 0;
	bottom: 0;
	width: 0%;
	height: 2px
}

.cooperation ul li .span_4 {
	left: 0;
	bottom: 0;
	width: 2px;
	height: 0%
}

.cooperation ul li:hover .span_1,
.cooperation ul li:hover .span_3 {
	width: 100%
}

.cooperation ul li:hover .span_2,
.cooperation ul li:hover .span_4 {
	height: 100%
}


/*底部*/

.footer,
.foot {
	clear: both;
	background: #2e2e2e;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding-top: 30px
}

.foot-top {
	    padding-top: 40px;
    margin-bottom: 10px;
}

.foot-top strong {
	font-size: 22px;
	font-weight: normal;
}

.foot-top ul li {
	float: left;
	margin: 0 10px;
}

.foot-top ul li a,
.copyright a {
	color: #fff;
}

.foot-top ul li a:hover,
.foot-bot .bot-right ul li a:hover,
.copyright a:hover {
	color: #999;
}
.fottit{
	font-size: 22px;
}
.foot-bot .bot-left {
	float: left;
}
.foot-bot,.foot-bot .bot-left{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot-bot .bot-left h3 {
	background: url(../image/fot-address.png) no-repeat left center;
	padding-left: 34px;
	height: 40px;
	line-height: 40px;
	margin-top: 6px;
	display: block;
	background-size: 24px;
}

.foot-bot .bot-left ul li {
	line-height: 30px;
}

.foot-bot .bot-left .fot-ewm {
	line-height: 32px;
	margin-left: 50px;
    margin-top: 30px;
}

.foot-bot .bot-left .fot-ewm img {
	width: 102px;
	height: 102px;
	overflow: hidden;
	display: block;
}

.foot-bot .bot-right {
	float: right;
	width: 518px;
}

.foot-bot .bot-right p {
	font-size: 16px;
	line-height: 38px;
}

.foot-bot .bot-right ul li {
	float: left;
	margin: 5px 10px 5px 0;
}

.foot-bot .bot-right ul li:nth-child(3n) {
	margin-right: 0;
}

.foot-bot .bot-right ul li a {
	width: 166px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
	background: #373839;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copyright {
	border-top: 1px solid #6e7376;
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.copyright span:first-of-type {
	float: left;
}

.copyright span:last-of-type {
	float: right;
}


/*集团业务*/

.group_bus ul {
	overflow: hidden;
}

.group_bus ul li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}

.group_bus ul li .gbCon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.group_bus ul li .gbCon img {
	display: block;
	width: 86px;
	height: 86px;
	margin: 0 auto;
}

.group_bus ul li .gbCon span {
	font-size: 28px;
	margin-bottom: 10px;
	display: block;
}

.group_bus ul li .gbCon p {
	text-transform: uppercase;
}

.group_bus ul li .gbCon p:after {
	content: '';
	width: 28px;
	height: 4px;
	background: #ff8500;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}

.group_bus ul li:hover .gbCon {
	top: 45%;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}


/*工程项目物流*/

.gbDetail {
	background: url(../image/gcDetailbg.png) no-repeat center bottom #f4f4f4;
	padding-top: 40px;
	padding-bottom: 70px;
	overflow: hidden;
}

.gbDetail .gbLeft,
.gbDetail .gbLeft .swiper-slide {
	width: 650px;
	height: 682px;
	overflow: hidden;
	float: left;
	position: relative;
}

.gbDetail .gbLeft .swiper-slide img {
	width: 100%;
	height: 100%;
}

.gbDetail .gbRight {
	width: 500px;
	float: right;
	margin-left: 50px;
	height: 682px;
	overflow: hidden
}
.gbDetail .gbRight .detailImg{
	height: 292px;
	overflow: hidden;
	  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;
}
.gbDetail .gbgcIntro {
	background: #ff8500;
	padding: 60px 40px 0;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	text-align: justify;
	height: 390px;
	line-height: 28px;
	overflow-y: scroll
}
::-webkit-scrollbar {display:none}
.gbDetail .gbgcIntro span {
	display: block;
	font-size: 24px;
	line-height: 36px;
}

.gbDetail .gbgcIntro em {
	font-size: 18px;
	text-transform: capitalize;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
	line-height: 28px;
}

.gbDetail .detailImg img {
	width: 100%;
	height: 100%
}

.gbDetail .gbswiperBox {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 0;
	width: 110px;
	height: 50px;
}

.gbDetail .gbswiperBox div {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	color: #FFFFFF;
	font-family: "宋体";
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.gbDetail .gbswiperBox div.swiper-button-prev {
	left: 0;
}

.gbDetail .gbswiperBox .swiper-button-next,
.gbDetail .gbswiperBox .swiper-button-prev {
	margin-top: 0;
	top: 0;
	outline: 0;
}

.gbDetail .gbswiperBox div.swiper-button-next {
	right: 0;
}

.gbswiperBox .swiper-button-next.swiper-button-disabled,
.gbswiperBox .swiper-button-prev.swiper-button-disabled {
	opacity: 0.75;
}

.branch_nav .navr a {
	margin-left: 20px;
}

.gbDetail .gbRight .branchDet {
/*	height: auto;*/
	padding-bottom: 20px;
}


/*服务网络*/

.sernet {
	background: #cce0ec;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}


/*.sernetCon{
	width: 370px;
	height: 435px;
	background: #0068b7;
	color: #fff;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
}*/

.sernet img {
	width: 100%;
}


/*企业文化*/

.culture-item {
	position: relative;
}

.culture-item img {
	width: 100%;
	max-width: 100%;
}

.culture-item .culwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	width: 1200px;
	margin-left: -600px;
	transform: translateY(-50%);
}

.culture-item .culitem-con {
	margin-left: 100px;
	line-height: 32px;
	text-align: justify;
}

.culture-item .culitem-con span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.culture-item .culitem-con em {
	font-size: 24px;
	color: #ff8500;
	font-style: normal;
	display: block;
	text-transform: capitalize;
}

.culture-item:nth-child(2n) .culitem-con {
	text-align: right;
}


/*人才发展*/

.talentCon {
	padding-top: 40px;
	background: #eeeeee;
}

.talentTop {
	position: relative;
}

.talentTop .talentwrap {
	position: absolute;
	top: 50%;
	left: 80px;
	font-size: 30px;
	color: #FFFFFF;
	transform: translateY(-50%);
}

.talentTop img {
	width: 100%;
	display: block;
}

.talent-item {
	background: #FFFFFF;
	margin-top: 10px;
	height: 262px;
}

.talent-item>div {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 262px;
}

.talent-item .talentLeft {
	padding: 40px 20px 0 40px;
	box-sizing: border-box;
	font-size: 18px;
	color: #858585;
	position: relative;
}

.talent-item .talentLeft span {
	color: #ffc8a3;
	font-size: 24px;
	position: relative;
	padding-left: 48px;
	text-transform: capitalize;
}

.talent-item .talentLeft span:before {
	content: "";
	width: 30px;
	height: 4px;
	background: #ff8500;
	display: inline-block;
	margin-right: 17px;
	position: absolute;
	top: 5px;
	left: 0;
}

.talent-item .talentRight img {
	width: 100%;
	overflow: hidden;
}

.talent-item .talcon {
	line-height: 32px;
	margin-top: 36px;
}

.talent-item:last-of-type {
	margin-bottom: 70px;
}

.talent-item:nth-child(2n+1) .talentLeft {
	float: right;
}


/*人才招聘*/

.jobSearch {
	background: #e0e0e0;
	padding: 40px 0;
	overflow: hidden;
}

.jobSearch .lh-select {
	width: 250px;
	height: 60px;
	position: relative;
	background: #FFFFFF;
	float: left;
	margin-right: 10px;
}

.jobSearch .lh-select select,
.jobSearch .lh-select input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 40px 0 20px;
	background: none;
	z-index: 1;
	font-size: 14px;
	color: #999999;
	transition: ease .65s;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jobSearch .lh-select i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #999;
}

.jobSearch .lh-select:last-of-type {
	width: 156px;
	background: #ff8500;
	font-size: 14px;
	float: right;
	margin-right: 0;
}

.jobSearch .lh-select:last-of-type input {
	color: #fff;
	padding: 0;
	border: none;
}

.jobSearch .lh-select input:focus,
.jobSearch .lh-select select:focus {
	border: 1px solid #ff8500;
}

.talentList ul {
	overflow: hidden;
}

.talentList ul li a {
	width: 380px;
	height: 230px;
	background: #FFFFFF;
	margin: 13px 15px;
	float: left;
	padding: 30px 40px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}

.talentList ul li:nth-child(3n) a {
	margin-right: 0;
}

.talentList ul li:nth-child(3n+1) a {
	margin-left: 0;
}

.talentList ul li h3 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.talentList ul li a p span {
	color: #333333;
}

.talentList .xpage {
	clear: both;
	margin-top: 58px;
	margin-bottom: 70px;
}

.talentList .xpage span {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background: transparent;
}

.talentList .xpage span.on,
.talentList .xpage span:hover {
	color: #ffffff;
	background: #ff8500;
	border: 1px solid #ff8500;
}


/*人才招聘详情*/

.taldetTit {
	background: #FFFFFF;
	padding: 40px 30px;
	height: 200px;
	box-sizing: border-box;
}

.taldetTit h4 {
	display: inline-block;
	border-top: 4px solid #333333;
	border-bottom: 2px solid #333333;
	color: #333333;
	line-height: 58px;
	font-size: 24px;
	margin-bottom: 40px;
}

.taldetTit ul li {
	font-size: 14px;
	color: #474747;
	float: left;
	margin-right: 50px;
}

.taldetTit ul li:last-of-type {
	margin-right: 0;
}

.taldetCon ul {
	border-bottom: 1px solid #d7d7d7;
	padding: 40px 0 50px;
	overflow: hidden;
	margin-bottom: 40px;
}

.taldetCon ul li {
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.taldetCon ul li span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.taldetCon .talBtn {
	margin: 0 auto 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 176px;
	background: #ff8500;
	color: #FFFFFF;
	font-size: 18px;
	display: block;
}


/*商务合作*/

.teamworkCon {
	height: 730px;
	background: #fff;
	margin-bottom: 70px;
}

.teamworkCon>div {
	width: 50%;
	float: left;
}

.teamworkCon .teamLeft {
	position: relative;
	width: 600px;
}

.teamworkCon .teamLeft img {
	height: 100%;
	overflow: hidden;
}

.teamworkCon .teamLeft .leftcon {
	position: absolute;
	top: 120px;
	font-size: 30px;
	color: #FFFFFF;
		width: calc(100% - 80px);
	padding: 0 40px
}

.teamworkCon .teamRight {
	padding: 65px 70px;
	box-sizing: border-box;
	font-size: 14px;
	color: #121212;
	text-align: justify;
}

.twform {
	margin-top: 40px;
	color: #858585;
}

.twform .form-item {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
	color: #333;
}

.twform .form-item .fitit {
	width: 130px;
	display: inline-block;
	float: left;
}

.twform .form-item .fitit em {
	color: #ff0000;
}

.twform .form-item input[type='text'] {
	height: 65px;
	line-height: 65px;
	padding: 0 16px;
	box-sizing: border-box;
}

.twform .submitForm {
	width: 190px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background: #ff8500;
	margin: 55px auto 0;
	display: block;
}


/*联系我们*/

.contact {
	margin-bottom: 40px;
	overflow: hidden;
}

.contact .lxwmLeft {
	width: 720px;
	height: 400px;
	float: left;
	margin-right: 18px;
	position: relative;
}

.contact .lxwmLeft .imgcon {
	position: absolute;
	left: 40px;
	top: 40px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	font-size: 30px;
}

.contact .lxwmRight {
	width: 462px;
	height: 400px;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	float: left;
}

.contact .lxwmRight ul li {
	border-bottom: 1px solid #e7e7e7;
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.contact .lxwmRight ul li .lxicon {
	margin-right: 20px;
}

.contact .lxwmRight ul li:last-of-type {
	border-bottom: none;
}

.filiale {
	background: #FFFFFF;
	padding-top: 34px;
}

.filiale .filialeLeft {
	width: 690px;
	font-size: 14px;
	line-height: 28px;
	float: left;
}

.filiale .filialeLeft h2 {
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin-bottom: 20px;
}

.filiale .filialeLeft .filspan span {
	color: #333333;
	margin-right: 23px;
	cursor: pointer;
}

.filiale .filialeLeft .filspan span.spanon {
	color: #ff8500;
}

.filiale .filialeLeft .filialeCon {
	margin-top: 30px;
	color: #858585;
}

.filiale .filialeRight {
	width: 400px;
	height: 340px;
	background-image: linear-gradient(-45deg, #fff, #fcf8f6);
	float: right;
	padding: 43px 30px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	font-size: 18px;
	color: #858585;
}

.filiale .filialeRight span {
	display: block;
}

.filiale .filialeRight .wechat {
	margin-top: 10px;
	margin-right: 10px;
}

.filiale .filialeRight span:first-of-type:before {
	content: '';
	width: 26px;
	height: 5px;
	background: #ff8400;
	display: block;
	margin-bottom: 15px;
}

.filiale .filialeRight strong {
	color: #e8d4af;
	font-size: 26px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 30px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.pcnav {
		margin-left: 100px;
	}
	.pcnav li a {
		margin: 32px 0 0;
	}
	.overbranch .swiper-button-prev {
		left: 0px;
		background: url(../image/prev.png) no-repeat center rgba(0, 0, 0, 0.4);
		width: 60px;
		height: 40px;
		margin-top: -40px;
	}
	.overbranch .swiper-button-next {
		background: url(../image/next.png) no-repeat center rgba(0, 0, 0, 0.4);
		right: 0px;
		width: 60px;
		height: 40px;
		margin-top: -40px;
	}
}

@media screen and (max-width: 750px) {
	.wrap {
		width: 100%;
		padding: 0.15rem 0.15rem 0;
		box-sizing: border-box;
		margin: 0;
	}
	.header_web {
		background-color: #fff;
		height: 1rem;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 12;
		float: left;
		padding: 0 0.15rem;
	}
	.header_web .web_logo {
		width: 1.8rem;
		height: 0.84rem;
		float: left;
	}
	.header_web .web_logo img {
		width: 100%;
		margin-top: 0.08rem;
	}
	.select-type a,
	.select-type {
		color: #333333;
		margin: 0 0.1rem;
	}
	.select-type {
		float: right;
		height: auto;
		line-height: 1;
		margin-right: 0.2rem;
		font-size: 0.36rem;
		margin-top: 0.38rem;
	}
	.websearch {
		font-size: 12px;
		color: #FFFFFF;
		float: left;
		width: 0.44rem;
		height: 0.44rem;
		cursor: pointer;
		background: url(../image/websearchbtn.png) no-repeat center;
		margin-top: 0.31rem;
		float: right;
		background-size: 100%;
		margin-right: 1.2rem;
	}
	.searchBox {
		width: 100%;
		height: 100%;
		background: rgba(14, 32, 67, 0.98);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
	}
	.searchBox .close {
		display: block;
		width: 0.38rem;
		height: 0.38rem;
		background: url(../image/close1.png) no-repeat;
		position: absolute;
		top: 1rem;
		right: 0.44rem;
		background-size: 100%;
	}
	.searchBox div {
		position: relative;
		margin: 2.32rem 0.4rem 0;
	}
	.searchBox .text {
		width: 100%;
		height: 0.92rem;
		line-height: 0.92rem;
		border-bottom: 0.02rem solid #ffffff;
		color: #ffffff;
		font-size: 0.26rem;
		outline: none;
		-webkit-appearance: none;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	.searchBox div:after {
		content: "";
		display: block;
		width: 0.02rem;
		height: 0.48rem;
		background: #ffffff;
		position: absolute;
		top: 0.21rem;
		right: 0.82rem;
		z-index: 10;
	}
	.searchBox .search_btn {
		width: 0.48rem;
		height: 0.48rem;
		border: 0;
		outline: none;
		-webkit-appearance: none;
		cursor: pointer;
		background: url(../image/websearchbtn2.png) no-repeat center;
		position: absolute;
		top: 0.21rem;
		right: 0.17rem;
		background-size: 0.48rem 0.48rem;
	}
	.btn-nav {
		position: fixed;
		top: 0.34rem;
		right: 0.3rem;
		background: transparent;
		border: none;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		cursor: pointer;
		z-index: 99999;
	}
	.btn-nav:focus {
		outline: 0;
	}
	.icon-bar {
		display: block;
		margin: 0.06rem 0;
		width: 0.44rem;
		height: 0.06rem;
		background-color: #0068b7;
	}
	.nav-content {
		position: fixed;
		top: 1rem;
		right: 0;
		background: #fff;
		display: block;
		height: auto;
		z-index: 11;
		width: 40%;
	}
	.nav-content ul {
		margin-top: 1rem;
	}
	.nav-content ul li a {
		color: #333;
		font-size: 0.32rem;
		display: block;
		text-align: center;
		line-height: 0.8rem;
		border-bottom: 1px solid #eee;
	}
	.animat {
		display: block;
		margin: 0 auto;
	}
	.animat:hover .icon-bar,
	.animat:focus .icon-bar {
		background-color: #0068b7;
	}
	.animat:focus {
		cursor: pointer;
		z-index: 9999;
	}
	.icon-bar {
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}
	.animat .icon-bar {
		z-index: 999999;
		background-color: #0068b7;
	}
	.animat .top {
		-webkit-transform: translateY(0.1rem) rotateZ(45deg);
		-moz-transform: translateY(0.1rem) rotateZ(45deg);
		-ms-transform: translateY(0.1rem) rotateZ(45deg);
		-o-transform: translateY(0.1rem) rotateZ(45deg);
		transform: translateY(0.1rem) rotateZ(45deg);
	}
	.animat .bottom {
		-webkit-transform: translateY(-0.14rem) rotateZ(-45deg);
		-moz-transform: translateY(-0.14rem) rotateZ(-45deg);
		-ms-transform: translateY(-0.14rem) rotateZ(-45deg);
		-o-transform: translateY(-0.14rem) rotateZ(-45deg);
		transform: translateY(-0.14rem) rotateZ(-45deg);
	}
	.animat .middle {
		width: 0;
	}
	@keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-webkit-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-moz-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-o-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	.showNav {
		-webkit-animation: showNav 1s ease forwards;
		-moz-animation: showNav 1s ease forwards;
		-o-animation: showNav 1s ease forwards;
		animation: showNav 1s ease forwards;
	}
	@keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-webkit-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-moz-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-o-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	.hideNav {
		-webkit-animation: hideNav 1s ease forwards;
		-moz-animation: hideNav 1s ease forwards;
		-o-animation: hideNav 1s ease forwards;
		animation: hideNav 1s ease forwards;
	}
	.hidden {
		display: none;
	}
	.swiper-webbanner {
		margin-top: 1rem;
	}
	.swiper-webbanner img {
		width: 100%;
	}
	.sy-tit {
		font-size: 0.34rem;
		padding-top: 0.5rem;
		padding-bottom: 0.14rem;
		background-size: 1.9rem;
	}
	.small-intro {
		font-size: 0.22rem;
		line-height: 0.52rem;
	}
	.business_area {
		height: 100%;
		font-size: 0.22rem;
		line-height: 0.4rem;
		margin-bottom: 0.5rem;
		margin-top: 0.2rem;
	}
	.business_area .left-bus .gccon p:after {
		position: absolute;
		left: 0.38rem;
		bottom: 0.7rem;
	}
	.business_area .left-bus {
		width: 50%;
		height: 6rem;
	}
	.business_area .bus-icon {
		width: 0.4rem;
	}
	.business_area .bus-icon img {
		width: 100%;
	}
	.business_area .left-bus .gccon {
		width: calc(100% - 0.66rem);
		padding: 0 0.28rem 0 0.38rem;
		line-height: 0.4rem;
	}
	.business_area .right-bus .gccon {
		bottom: 0.2rem;
		left: 0.2rem;
		width: 84%;
		line-height: 0.32rem;
		padding: 0
	}
	.business_area .gccon span {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}
	.business_area .left-bus .gccon .gcmore {
		width: 1.6rem;
		height: 0.48rem;
		line-height: 0.48rem;
		border-radius: 0.04rem;
		margin-top: 0.4rem;
		display: block;
	}
	.business_area .left-bus .gccon .gcmore:after {
		content: ">>";
		margin-right: -0.15rem;
	}
	.business_area .gccon p:after,
	.business_area .gccon span:after,
	.business_area .ksbus .gccon span:after,
	.business_area .left-bus .gccon p::after,
	.business_area .right-bus .gccon span::after {
		content: '';
		width: 0.28rem;
		height: 0.02rem;
		margin-top: 0.24rem;
	}
	.business_area .right-bus .gccon span:after {
		margin-top: 0.16rem;
	}
	.business_area .right-bus {
		float: left;
		width: 50%;
	}
	.business_area .right-bus .top-bus {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.business_area .top-bus .bot-item {
		width: 100%;
		overflow: hidden;
		height: 3rem;
		float: left;
		position: relative;
	}
	.business_area .ksbus {
		width: 100%;
		height: 3rem;
		position: relative;
		overflow: hidden;
	}
	.business_area .ksbus .gccon {
		width: calc(100% - 0.66rem);
		line-height: 0.32rem;
		position: absolute;
		bottom: 0.2rem;
		left: 0.2rem;
		line-height: 0.32rem;
	}
	.business_area .ksbus .gccon span:after {
		background: #fff;
		display: block;
	}
	/*首页视频*/
	.video,
	.video img {
		height: 4.6rem;
	}
	.video .video_but {
		background: url(../image/play-btn.png) no-repeat center;
		width: 0.88rem;
		height: 0.88rem;
		background-size: 0.88rem;
	}
	.video .vedioCon {
		font-size: 0.28rem;
	}
	.synews .tabItem {
		margin: 0.1rem auto 0.4rem;
	}
	.synews .tabItem span {
		width: 1.8rem;
		height: 0.48rem;
		line-height: 0.48rem;
		font-size: 0.22rem;
		border-radius: 0.6rem;
		margin: 0 0.2rem;
	}
	.synews .newsBox {
		height: auto;
		overflow: hidden;
		padding: 0.2rem;
	}
	.synews .newsBox .newsl {
		width: 100%;
	}
	.synews .newsBox .newsl .slideBox {
		width: 100%;
		height: auto;
	}
	.synews .newsBox .newsl .swiper-slide .img img {
		width: 100%;
		height: 3.54rem;
	}
	.synews .newsBox .newsl .swiper-slide .cont {
		height: 0.58rem;
		line-height: 0.58rem;
	}
	.synews .newsBox .newsl .cont p {
		width: 80%;
		font-size: 0.2rem;
		margin-left: 0.2rem;
	}
	.synews .newsBox .newsl .swiper-button-next,
	.synews .newsBox .newsl .swiper-button-prev {
		width: 0.58rem;
		height: 0.58rem;
		background-size: 0.58rem;
	}
	.synews .newsBox .newsl .swiper-button-next {
		background-size: 0.58rem;
	}
	.synews .newsBox .newsr {
		width: 100%;
		margin-top: 0.5rem;
	}
	.synews .newsBox .newsr .newsrtop {
		font-size: 0.30rem;
		height: 0.42rem;
		line-height: 0.42rem;
	}
	.synews .newsBox .newsr .newsrtop a {
		font-size: 0.28rem;
	}
	.synews .newsBox .newsr h2 a {
		font-size: 0.28rem;
		padding: 0.24rem 0 0.18rem;
	}
	.synews .newsBox .newsr p {
		font-size: 0.22rem;
		line-height: 0.38rem;
	}
	.synews .newsBox .newsr p a {
		font-size: 0.18rem;
	}
	.synews .newsBox .newsr ul {
		margin-top: 0.24rem;
	}
	.synews .newsBox .newsr ul li {
		height: 0.68rem;
		line-height: 0.68rem;
	}
	.synews .newsBox .newsr ul li a {
		font-size: 0.24rem;
		padding-left: 0.2rem;
		margin-left: 0.1rem;
		padding-left: 0.1rem;
		    padding-right: 0.2rem;
	}
	.synews .newsBox .newsr ul li span {
		font-size: 0.22rem;
	}
	.newsmore {
		width: 30%;
		padding: 0 0.2rem;
		height: 0.54rem;
		line-height: 0.54rem;
		border-radius: 0.4rem;
		margin: 0.5rem auto;
		font-size: 0.22rem;
		text-align: center;
	}
	.newsmore img {
		margin-top: 0.2rem;
		width: 0.33rem;
	}
	/*海外分支*/
	.sybranch {
		height: 6.6rem;
	}
	.overbranch {
		margin-top: 0.3rem;
		width: 100%;
		margin: 0 auto;
	}
	.swiper-branch {
		margin-top: 0.3rem;
	}
	.overbranch .swiper-slide .img img {
		width: 100%;
		height: 2.56rem;
		overflow: hidden;
	}
	.overbranch .swiper-slide h3 {
		font-size: 0.26rem;
		padding-bottom: 0.1rem;
		margin-top: 0.35rem;
	}
	.overbranch .swiper-button-next,
	.overbranch .swiper-button-prev {
		display: none;
	}
	.sybranch .newsmore {
		width: 23%;
		margin-top: 0.15rem;
	}
	/*首页关于我们*/
	.sy-about {
		height: auto
	}
	.syaboutCon {
		height: auto;
		margin-top: 0.3rem;
		overflow: hidden;
	}
	.syaboutCon .leftimg,
	.syaboutCon .rightmore {
		width: 2.4rem;
		height: 2.4rem;
		display: inline-block;
		float: left;
	}
	.syaboutCon .leftimg img,
	.syaboutCon .rightmore img {
		width: 100%;
		display: block;
	}
	.syaboutCon .syaboutintro {
		width: calc(100% - 2.4rem);
		padding: 0.3rem;
		font-size: 0.24rem;
		line-height: 0.34rem;
	}
	.syaboutCon .syaboutintro h3 {
		font-size: 0.36rem;
	}
	.syaboutCon .syaboutintro em {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.syaboutCon .rightmore a {
		bottom: 0.54rem;
		font-size: 0.3rem;
	}
	.sy-about .about-group li {
		font-size: 0.18rem;
		margin-top: 0.5rem;
		margin-bottom: 0.3rem;
	}
	.sy-about .about-group li h2 span {
		font-size: 0.38rem;
	}
	/*合作伙伴*/
	.cooperation ul {
		margin: 0.2rem auto 0.4rem;
	}
	.cooperation ul li {
		width: 30%;
		height: 1.3rem;
		margin: 0 1% 0;
	}
	.cooperation ul li img {
		width: auto;
		max-width: 100%;
	}
	/*底部*/
	.footer,
	.foot {
		clear: both;
		font-size: 0.24rem;
	}
	.footer .wrap{padding: 0.15rem 0.3rem 0;}
	.foot-top {
		padding-top: 0.4rem;
		margin-bottom: 0.3rem;
	}
	.foot-top strong {
		font-size: 0.4rem;
	}
	.foot-bot, .foot-bot .bot-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
		    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
	
	.foot-bot .bot-left,
	.foot-bot .bot-right {
		width: 100%;
		float: none;
		margin: 0.2rem 0;
	}
	.foot-bot .bot-left h3 {
		padding-left: 0.44rem;
		height: 0.5rem;
		line-height: 0.5rem;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		background-size: 0.4rem;
	}
	.foot-bot .bot-left ul li {
		line-height: 0.54rem;
	}
	.foot-bot .bot-left .fot-ewm {
		line-height: 0.32rem;
		text-align: center;
		margin-top: 0.1rem;
		margin-left:0
	}
	.foot-bot .bot-left .fot-ewm img {
		width: 1.2rem;
		height: 1.2rem;
		display: block;
		margin: 0.15rem auto;
	}
	.foot-bot .bot-right p {
		text-align: left;
		font-size: 0.3rem;
		line-height: 0.58rem;
	}
	.foot-bot .bot-right ul li {
		margin: 1%;
		width: 30%;
	}
	.foot-bot .bot-right ul li:nth-child(2n) {
		margin-right: 1%
	}
	.foot-bot .bot-right ul li a {
		width: 100%;
		height: 0.58rem;
		line-height: 0.58rem;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.copyright {
		border-top: 1px solid #6e7376;
		margin-top: 0.4rem;
		height: auto;
		line-height: 0.5rem;
		overflow: hidden;
		margin-bottom: 0.3rem;
	}
	.copyright span {
		float: none;
		text-align: center;
	}
	.swiper-webbanner .swiper-pagination-bullet {
		background: #FFFFFF;
		opacity: 1;
	}
	.swiper-webbanner .swiper-pagination-bullet-active {
		background: #0068b7;
	}
	/*集团业务*/
	.group_bus ul li {
		width: 50%;
		height: 9.35rem;
	}
	.group_bus ul li .gbCon {
		font-size: 0.24rem;
	}
	.group_bus ul li .gbCon img {
		width: 0.86rem;
		height: 0.86rem;
	}
	.group_bus ul li .gbCon span {
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}
	.group_bus ul li .gbCon p:after {
		width: 0.28rem;
		height: 0.04rem;
		margin-top: 0.2rem;
	}
	/*工程项目物流*/
	.gbDetail {
		background: url(../image/gcDetailbg.png) no-repeat center bottom #f4f4f4;
		padding-top: 0.2rem;
		padding-bottom: 0.5rem;
		overflow: hidden;
	}
	.gbDetail .gbLeft,
	.gbDetail .gbLeft .swiper-slide {
		width: 100%;
		height: 6.82rem;
	}
	.gbDetail .gbRight {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}
	.gbDetail .gbgcIntro {
		padding: 0.6rem 0.4rem 0.4rem;
		font-size: 0.24rem;
		line-height: 0.44rem;
		height: auto;
	}
	.gbDetail .gbgcIntro span {
		font-size: 0.34rem;
		line-height: 0.36rem;
	}
	.gbDetail .gbgcIntro em {
		font-size: 0.28rem;
		margin: 0.2rem 0;
		line-height: 0.28rem;
	}
	.gbDetail .gbswiperBox {
		right: 0.2rem;
		bottom: 0.2rem;
		width: 1.1rem;
		height: 0.5rem;
	}
	.gbDetail .gbswiperBox div {
		width: 0.5rem;
		height: 0.5rem;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	/*企业文化*/
	.culture-item .culwrap {
		position: absolute;
		top: 50%;
		left: 50%;
		color: #FFFFFF;
		width: 90%;
		margin: 0 auto;
		transform: translateX(-50%) translateY(-50%);
	}
	.culture-item .culitem-con {
		margin-left: 0;
		line-height: 0.42rem;
	}
	.culture-item .culitem-con span {
		font-size: 0.34rem;
	}
	.culture-item .culitem-con em {
		font-size: 0.24rem;
	}
	/*人才发展*/
	.talentCon {
		padding-top: 0.2rem;
	}
	.talentTop {
		position: relative;
	}
	.talentTop .talentwrap {
		left: 0.4rem;
		font-size: 0.3rem;
	}
	.talent-item {
		margin-top: 0.3rem;
		height: auto;
		overflow: hidden;
	}
	.talent-item>div {
		width: 100%;
		float: none;
		height: 2.62rem;
	}
	.talent-item .talentLeft {
		padding: 0.4rem 0.2rem 0 0.4rem;
		font-size: 0.28rem;
	}
	.talent-item .talentLeft span {
		font-size: 0.34rem;
		padding-left: 0.48rem;
	}
	.talent-item .talentLeft span:before {
		content: "";
		width: 0.3rem;
		height: 0.04rem;
		margin-right: 0.1rem;
		top: 0.05rem;
	}
	.talent-item .talcon {
		line-height: 0.46rem;
		margin-top: 0.36rem;
	}
	.talent-item:last-of-type {
		margin-bottom: 0.7rem;
	}
	.talent-item .talentRight img {
		width: 100%;
	}
	/*人才招聘*/
	.jobSearch {
		padding: 0.4rem 0;
	}
	.jobSearch .lh-select {
		width: 49%;
		height: 0.7rem;
		margin-right: 2%;
		margin-bottom: 0.1rem;
	}
	.jobSearch .lh-select:nth-child(2n) {
		margin-right: 0;
	}
	.jobSearch .lh-select select,
	.jobSearch .lh-select input {
		height: 0.7rem;
		line-height: 0.7rem;
		padding: 0 0.6rem 0 0.15rem;
		font-size: 0.24rem;
		-webkit-appearance: none;
	}
	.twform .submitForm {
		-webkit-appearance: none;
	}
	.jobSearch .lh-select i {
		width: 0.7rem;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.3rem;
	}
	.jobSearch .lh-select:last-of-type {
		width: 30%;
		background: #ff8500;
		font-size: 0.24rem;
		margin-right: 0;
		margin: 0rem auto;
		float: none;
		clear: both;
	}
	.talentList ul li a {
		width: 100%;
		height: auto;
		margin: 0.13rem 0;
		padding: 0.3rem 0.4rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		min-height: 2.5rem;
	}
	.talentList ul li h3 {
		font-size: 0.34rem;
		margin-bottom: 0.1rem;
	}
	.talentList .xpage {
		clear: both;
		margin-top: 0.58rem;
		margin-bottom: 0.7rem;
	}
	/*人才招聘详情*/
	.taldetTit {
		padding: 0.4rem 0.3rem;
		height: auto;
		overflow: hidden;
	}
	.taldetTit h4 {
		border-top: 0.04rem solid #333333;
		border-bottom: 0.02rem solid #333333;
		line-height: 0.58rem;
		font-size: 0.34rem;
		margin-bottom: 0.4rem;
	}
	.taldetTit ul li {
		width: 48%;
		font-size: 0.24rem;
		margin-right: 0.2rem;
		box-sizing: border-box;
		line-height: 0.52rem;
	}
	.taldetTit ul li:nth-child(2n) {
		margin-right: 0;
	}
	.taldetCon ul {
		padding: 0.4rem 0 0.5rem;
		margin-bottom: 0.4rem;
	}
	.taldetCon ul li {
		width: 100%;
		float: none;
		padding: 0 0.3rem;
		font-size: 0.24rem;
		line-height: 0.52rem;
		margin-bottom: 0.3rem;
	}
	.taldetCon ul li span {
		font-size: 0.36rem;
	}
	.taldetCon .talBtn {
		margin: 0 auto 0.7rem;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 1.76rem;
		font-size: 0.28rem;
	}
	/*商务合作*/
	.teamworkCon {
		height: auto;
		margin-bottom: 0.7rem;
	}
	.teamworkCon>div {
		width: 100%;
		float: none;
	}
	.teamworkCon .teamLeft {
		width: 100%;
	}
	.teamworkCon .teamLeft img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.teamworkCon .teamLeft .leftcon {
		top: 1.2rem;
		font-size: 0.3rem;
		width: calc(100% - 1.6rem);
		padding: 0.8rem;
		left: 0;
		text-align: center;
	}
	.teamworkCon .teamRight {
		padding: 0.65rem 0.3rem;
		font-size: 0.26rem;
		line-height: 0.42rem;
	}
	.twform {
		margin-top: 0.4rem;
	}
	.twform .form-item {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.24rem;
		width: 100%;
	}
	.twform .form-item .fitit {
		width: 1.8rem;
	}
	.twform .form-item input[type='text'] {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.16rem;
		width: calc(100% - 1.8rem);
	}
	.twform .submitForm {
		width: 1.9rem;
		height: 0.64rem;
		line-height: 0.64rem;
		font-size: 0.26rem;
		margin: 0.55rem auto 0;
		clear: both
	}
	/*联系我们*/
	.contact {
		margin-bottom: 0.4rem;
	}
	.contact .lxwmLeft {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
	}
	.contact .lxwmLeft .imgcon {
		left: 0.4rem;
		top: 0.4rem;
		font-size: 0.4rem;
	}
	.contact .lxwmRight {
		width: 100%;
		height: auto;
		padding: 0.3rem 0.4rem;
		float: none;
	}
	.contact .lxwmRight ul li {
		height: 0.9rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.15rem 0;
	}
	.contact .lxwmRight ul li .lxicon {
		margin-right: 0.2rem;
		width: 0.4rem;
	}
	.contact .lxwmRight ul li .lxicon img {
		width: 100%;
	}
	.filiale {
		padding-top: 0.1rem;
	}
	.filiale .filialeLeft {
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.42rem;
		float: none;
	}
	.filiale .filialeLeft h2 {
		font-size: 0.34rem;
		padding: 0.2rem 0;
		margin-bottom: 0.2rem;
	}
	.filiale .filialeLeft .filspan span {
		margin-right: 0.23rem;
	}
	.filiale .filialeLeft .filialeCon {
		margin-top: 0.3rem;
	}
	.filiale .filialeRight {
		width: 100%;
		height: auto;
		float: none;
		padding: 0.43rem 0.3rem;
		font-size: 0.28rem;
		margin-top: 0.2rem;
	}
	.filiale .filialeRight .wechat {
		margin-top: 0.1rem;
		margin-right: 0.1rem;
	}
	.filiale .filialeRight span:first-of-type:before {
		content: '';
		width: 0.26rem;
		height: 0.05rem;
		margin-bottom: 0.15rem;
	}
	.filiale .filialeRight strong {
		font-size: 0.36rem;
		margin: 0.1rem 0 0.3rem 0;
	}
}