.layadmin-tabspage-none .layui-layout-admin .layui-body {
	background: #FFF;
}

a {
	text-decoration: none;
}

body {
	background: rgba(242, 245, 248);
}

.V-top-container {
	width: 100%;
	height: 598px;
	background: url('../img/top-bgall.png') no-repeat center;
	background-size: cover;
	position: relative;
}

.showMoreTab-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.last-item {
	color: #2e3340;
	font-size: 14px;
	padding: 0px 15px;
	cursor: pointer;
	line-height: 25px;
}

.last-item:hover {
	color: #FF902d;
	;
	font-size: 14px;
	padding: 0px 15px;
	cursor: pointer;
	line-height: 25px;
}


/* 顶部栏样式表 */

.V-top-header {
	width: 1150px;
	margin: 0 auto;
}

.V-top-header .item {
	font-size: 14px;
	color: #d7e2ff;
	display: inline-block;
	float: right;
	line-height: 60px;
	margin: 0 8px;
}

.company-top-header {
	/* width: 70%; */
	margin: 0 auto;
}

.company-top-header .item {
	font-size: 14px;
	display: inline-block;
	float: right;
	line-height: 60px;
	margin: 0 8px;
	color: rgb(102, 102, 102);
}

.Logo {
    text-align: center;
    margin-bottom: 26px;
}

.Nav-container .item {
	cursor: pointer;
	font-size: 14px;
	color: #f2f5f8;
	height: 32px;
	line-height: 32px;
	position: relative;
	margin: 0 10px;
}

.Nav-container {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 24px;
	text-align: center;
}

.Nav-container .item.current {
	color: #1f6ebb;
	background: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
}

.Nav-container .item.current:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid #FFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -8px;
}

.Search-container {
	width: 482px;
	height: 44px;
	margin: 0 auto;
}

.Search-container .input-box {
	width: 382px;
	float: left;
	height: 44px;
}

.Search-container .input-box el-input {
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.input-box .el-input__inner {
	border-radius: 0px;
	width: 100% !important;
	height: 44px;
	line-height: 44px;
}

.Search-container .right-img {
	cursor: pointer;
	width: 100px;
	float: left;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: url(../img/search_bg.png) no-repeat center;
}

.companySearch-container .right-img {
	cursor: pointer;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.companySearch-container .right-img img {
	margin-right: 5px;
	margin-bottom: 3px;
}

input::placeholder {
	color: #aaa;
	font-size: 14px;
}

.footer-container {
	width: 1150px;
	margin: 0 auto;
}

.bodyContainer {
	width: 1200px;
	margin: 0 auto;
	margin-top: -266px;
	margin-bottom: 80px;
	position: relative;
	/* z-index: 100; */
}

.companybodyContainer {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.moreBtn-box {
	position: relative;
}

.tab-more-button {
	position: absolute;
	right: 0px;
	top: -52px;
	cursor: pointer;
	padding: 0 17px;
	box-sizing: border-box;
	color: #2e3340;
	font-size: 14px;
}

.showMoreTab-box {
	position: absolute;
	min-height: 120px;
	height: auto;
	width: 300px;
	background-color: #FFF;
	top: 46px;
	right: 0px;
	padding: 20px;
	box-sizing: border-box;
	z-index: 555;
	box-shadow: 0px 3px 30px 0px rgba(157, 180, 210, 0.4);
}

.companybodyContainer .left {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.bodyContainer .left {
	width: 850px;
	box-sizing: border-box;
	float: left;
	background: #fff;
	border-radius: 8px;
	padding: 0 30px;
	position: relative;
	min-height: 800px;
}

.bodyContainer .left .left_serviceImg {
	position: absolute;
	left: 0;
	top: 0;
}

.bodyContainer .right {
	width: 330px;
	float: right;
	box-sizing: border-box;
}

.el-tabs__item.is-active {
	color: rgba(58, 149, 255);
	font-weight: bold;
	font-size: 14px;
}

.el-tabs__item {
	padding: 0 17px;
	color: #2e3340;
	font-size: 14px;
}

.el-tabs__nav-wrap.is-scrollable {
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.el-tabs__content {
	overflow: inherit;
	position: relative;
}

.hot-infomation {
	padding: 30px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.hot-infomation .title {
	font-size: 24px;
	color: #2e3340;
	text-align: left;
}

.hot-infomation .title img {
	float: left;
	margin-right: 14px;
}

.hot-infomation .hot-infomation_right_top_img {
	position: absolute;
	right: -119px;
	top: -20px;
}

.hot-item {
	margin-top: 40px;
}

.hot-item .title_s {
	font-size: 16px;
	color: #333333;
}

.hot-item .left-img {
	width: 60px;
	height: 60px;
	float: left;
}

.hot-item .right-content {
	width: 200px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.hot-item .right-content .desc {
	font-size: 14px;
	color: #8f9eb8;
	margin-top: 8px;
	line-height: 22px;
}

.wholePolicy {
    background: linear-gradient(0deg,#ffffff,#ccdfff);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 34px 22px;
    padding-bottom: 0;
    height: 164px;
    cursor: pointer;
	box-sizing:  border-box;
	margin-bottom: 23px;
}

.wholePolicy .wholePolicy_right_top_img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.wholePolicy .wholePolicy_top {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}

.wholePolicy .wholePolicy_top span {
	float: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	display: block;
	margin: 0 15px;
}

.wholePolicy .wholePolicy_top img:first-child {
	float: left;
}

.wholePolicy .wholePolicy_top img:last-child {
	float: left;
	margin-top: 7px;
}

.wholePolicy .wholePolicy_top_text{

position:  relative;

color:  #7d8599;

font-size:  16px;

box-sizing:  border-box;

padding-left: 52px;
}
.wholePolicy .wholePolicy_top_text div{

margin-bottom: 19px;

line-height:  100%;
}
.wholePolicy .wholePolicy_top_text img{

}














.appealCenter {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 20px 16px;
	padding-bottom: 0;
	margin-top: 20px;
	height: 207px;
}

.appealCenter .appealCenter_right_top_img {
	position: absolute;
	right: -9px;
	top: -42px;
}

.appealCenter .appealCenter_top {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}

.appealCenter .appealCenter_top span {
	float: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	display: block;
	margin: 0 15px;
}

.appealCenter .appealCenter_top img:first-child {
	float: left;
}

.appealCenter .appealCenter_top img:last-child {
	float: left;
	margin-top: 7px;
}

.appealCenter_linkall {
	overflow: hidden;
	position: relative;
	padding: 19px 0;
	box-sizing: border-box;
	border-radius: 4px;
	background: rgba(245, 247, 247);
}

.appealCenter_linkall .appealCenter_link {
	float: left;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	cursor: pointer;
}

.appealCenter_linkall .appealCenter_link:first-child::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 56px;
	background: #e9eaea;
	top: 50%;
	margin-top: -28px;
}

.appealCenter_linkall .appealCenter_link div {
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 6px;
}

.appealCenter_linkall .appealCenter_link div img:first-child {
	float: left;
}

.appealCenter_linkall .appealCenter_link div img:last-child {
	float: left;
}

.appealCenter_linkall .appealCenter_link div span {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	display: block;
	float: left;
	margin: 0 5px;
}

.appealCenter_linkall .appealCenter_link p {
	color: #999;
	margin: 0;
	font-size: 14px;
	padding-left: 3px;
}

.appealBottom {
	margin-top: 20px;
}

.appealBottom div {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 11px;
}

.appealBottom div label {
	color: #555;
}

.appealBottom div span {
	color: #999;
}

.appealBottom div img {
	float: left;
	margin-left: 16px;
	margin-right: 10px;
}

.zfService {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	margin-top: 20px;
	height: 80px;
	display: table;
	width: 100%;
}

.zfService .zfService_right_top_img {
	position: absolute;
	right: -67px;
	top: -42px;
}

.zfService .zfService_center {
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.zfService .zfService_center .img_Left {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 14px;
}

.zfService .zfService_center div {
	float: left;
	overflow: hidden;
	width: 226px;
}

.zfService .zfService_center div span {
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

.zfService .zfService_center div img {
	float: left;
	margin-top: 4px;
	margin-left: 9px;
}

.zfService .zfService_center div p {
	margin: 0;
	font-size: 14px;
	color: #999;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.bodyContainer>.left>.el-tabs>.el-tabs__header {
	height: 110px;
    margin-bottom: 0;
    padding-left: 180px;
    box-sizing: border-box;
    padding-top: 36px;
}



.bannerLeft_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height:  100%;
}

.bannerLeft_img .n1_img {
	position: absolute;
    z-index: 100;
    width: 310px;
    top: 24%;
    left: 243px;
}

.bannerLeft_img .n3_img {
    position: absolute;
    top: 12%;
    width: 158px;
    -webkit-animation: rotation 20s linear infinite;
    animation: rotation 20s linear infinite;
    left: 450px;
}
.V-top-container .bannercenter_img{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 248px;
}
.V-top-container .bannercenter_img div{
	width: 482px;
	margin: 0 auto;
	position:  relative;
	height: 83px;
}
.V-top-container .bannercenter_img .t1_img {
	position: absolute;
	top: 43px;
	left: 20px;
	transition: all 0.3s;
	-webkit-animation: rotationbad 2s linear infinite;
          animation: rotationbad 2s linear infinite;
}

.V-top-container .bannercenter_img .t2_img {
	position: absolute;
	top: 11px;
	right: 80px;
	transition: all 0.3s;
	-webkit-animation: rotationbads 2s linear infinite;
          animation: rotationbads 2s linear infinite;
}


.bannerRight_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 670px;
    height: 100%;
}

.bannerRight_img img {
    position: absolute;
    z-index: 5;
    width: 459px;
    top: 0%;
}
.bannerRight_img .n1_img {
	
}
.bannerRight_img .n3_img {
	opacity: 0;
	-webkit-animation: rotationbadsright 10s linear infinite;
          animation: rotationbadsright 10s linear infinite;
}

@media (max-width:1920px){
	.bannerLeft_img .n1_img {
		width: 310px;
		top: 24%;
		left: 177px;
	}
	.bannerLeft_img .n3_img {
		width: 158px;
		left: 384px;
	}
	.bannerRight_img {
		width: 575px;
	}
}


@media (max-width:1600px){
	.bannerLeft_img .n3_img {
		width: 158px;
		left: 207px;
	}
	.bannerLeft_img .n1_img {
		width: 310px;
		top: 24%;
		left: 0;
	}
	.bannerRight_img {
		width: 376px;
	}
	.bannerRight_img img {
		width: 357px;
		top: 9%;
	}
}





@media (max-width:1440px){
	.bannerLeft_img .n3_img {
		width: 130px;
		left: 169px;
		top: 121px;
	}
	.bannerLeft_img .n1_img {
		width: 251px;
		top: 30%;
		left: 0;
	}

	.bannerRight_img img {
		width: 296px;
		top: 17%;
		right: 0;
	}

}


@media (max-width:1366px){
	.bannerRight_img img {
		width: 296px;
		top: 17%;
		right: 0;
	}

	

}
@media (max-width:1280px){
	.bannerLeft_img .n1_img {
		width: 179px;
		top: 36%;
		left: 0;
	}
	.bannerLeft_img .n3_img {
		width: 89px;
		left: 121px;
		top: 175px;
	}
	.bannerRight_img img {
		width: 247px;
		top: 23%;
		right: 0;
	}
	

}







/* @media (-webkit-min-device-pixel-ratio: 1.5) , (max-width:1920px){
	.bannerLeft_img .n1_img {
		width: 310px;
		top: 24%;
		left: 156px;
	}
	.bannerLeft_img .n3_img {
		width: 158px;
		left: 365px;
	}

} */


/* keyFrames */
@-webkit-keyframes rotationbadsright {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}
@keyframes rotationbadsright {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}


@-webkit-keyframes rotationbads {
	0% {
		top: 11px;
	}
	25% {
		top: 12px;
	}
	50% {
		top: 15px;
	}
	75% {
		top: 12px;
	}
	100% {
		top: 11px;
	}
}
@keyframes rotationbads {
	0% {
		top: 11px;
	}
	25% {
		top: 12px;
	}
	50% {
		top: 15px;
	}
	75% {
		top: 12px;
	}
	100% {
		top: 11px;
	}
}
@-webkit-keyframes rotationbad {
	0% {
		top: 43px;
	}
	25% {
		top: 44px;
	}
	50% {
		top: 47px;
	}
	75% {
		top: 44px;
	}
	100% {
		top: 43px;
	}
}
@keyframes rotationbad {
	0% {
		top: 43px;
	}
	25% {
		top: 44px;
	}
	50% {
		top: 47px;
	}
	75% {
		top: 44px;
	}
	100% {
		top: 43px;
	}
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}