* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

html {
	overflow-x: hidden;
	height: 100%;
	font-size: 20px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

input, textarea, select, button {
	outline: none;
	margin: 0;
	padding: 0;
	resize: none;
	border-radius: 0;
	box-sizing: border-box;
	/*    -webkit-appearance: none;*/
}

p {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration: none;
}

.background {
	background: center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: PingFangSCMedium;
	src: url('../fontFamily/PingFangSCMedium.ttf');
}

.isHide {
	display: none;
}

/* 官网3.0 */
body {
	background-color: #f0f0f0;
	min-width: 1200px;
}

/* 服务产品 */
.fwcp-body {
	
}

.fwcp-body .fwcp-bg {
	background-image: url(../img3.0/fwcp-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.fwcp-body-right {
	width: 940px;
	background-color: #ffffff;
	padding: 0 15px;
}

/* 业务代办 */
.ywdb-body, .zjfw-body, .jszl-body, .fwcp-body, .jxfws-body, .jr-body {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 30px;
}

.ywdb-body .ywdb-body-left, .zjfw-body .zjfw-body-left, .jszl-body .jszl-body-left, .fwcp-body .fwcp-body-left,
	.jxfws-body .jxfws-body-left, .jr-body .jr-body-left {
	width: 260px;
	position: relative;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 123px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ywdb-body .ywdb-bg {
	background-image: url(../img3.0/ywdb-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ywdb-body .ywdb-body-left h3, .zjfw-body .zjfw-body-left h3, .jszl-body .jszl-body-left h3,
	.fwcp-body .fwcp-body-left h3, .jxfws-body .jxfws-body-left h3, .jr-body .jr-body-left h3 {
	color: #ffffff;
	font-size: 28px;
	font-family: PingFangSCMedium;
}

.ywdb-body .ywdb-body-left p, .zjfw-body .zjfw-body-left p, .jszl-body .jszl-body-left p, .fwcp-body .fwcp-body-left p,
	.jxfws-body .jxfws-body-left p, .jr-body .jr-body-left p {
	color: #ffffff;
	font-size: 15px;
	font-family: PingFangSCMedium;
	padding: 12px 20px 20px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ywdb-body .ywdb-body-left span, .zjfw-body .zjfw-body-left span, .jszl-body .jszl-body-left span,
	.fwcp-body .fwcp-body-left span {
	color: #ffffff;
	font-size: 14px;
	font-family: PingFangSCMedium;
	padding: 0 30px;
	display: block;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: left;
}

.ywdb-body .ywdb-body-right {
	width: 940px;
	display: flex;
	flex-wrap: wrap;
}

.ywdb-body .ywdb-body-right .ywdb-rightContent {
	display: flex;
	width: 50%;
	box-sizing: border-box;
	height: calc(100%/ 2);
	padding: 30px 35px;
	background-color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.ywdb-rightContent:hover {
	background-color: #f5f5f5 !important;
	box-shadow: 1px 0 13px rgba(104, 126, 155, 0.11);
}

.ywdb-rightContent:hover h5 {
	color: #33c7ca !important;
}

.ywdb-rightContent:first-child {
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

.ywdb-rightContent:nth-child(2) {
	border-bottom: 1px solid #f1f1f1;
}

.ywdb-rightContent:nth-child(3) {
	border-right: 1px solid #f1f1f1;
}

.ywdb-rightContent .yr-left {
	width: 50%;
	position: relative;
}

.ywdb-rightContent .yr-left h5 {
	font-size: 20px;
	font-family: PingFangSCMedium;
	color: #272727;
}

.ywdb-rightContent .yr-left p {
	font-size: 15px;
	font-family: PingFangSCMedium;
	color: #808080;
	position: absolute;
	bottom: 10px;
	width: 100%;
	line-height: 26px;
}

.ywdb-rightContent .yr-right {
	width: 50%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* 专家服务 */
.zjfw-body {
	
}

.zjfw-body .zjfw-bg {
	background-image: url(../img3.0/zjfw-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.zjfw-body-right {
	width: 940px;
	display: flex;
	flex-wrap: wrap;
}

.zjfw-body-right .zjfw-rightContent {
	width: calc(( 100% / 3) - 12px );
	margin-left: 12px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	position: relative;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.zjfw-rightContent:hover {
	box-shadow: 1px 0 13px rgba(75, 80, 88, 0.42);
}

.zjfw-rightContent:hover .zjcon-inner a {
	color: #fefefe;
	background-color: #cfb73d;
}

.zjfw-body-right .zjfw-rightContent .zjcon-title {
	background-color: #fffdf0;
	display: flex;
	padding: 0 20px 0 30px;
	height: 120px;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
}

.zjcon-title h4 {
	color: #272727;
	font-size: 22px;
	font-family: PingFangSCMedium;
	margin-top: 40px;
}

.zjcon-title img {
	
}

.zjcon-inner {
	padding: 40px 30px 40px 30px;
}

.zjcon-inner p {
	font-size: 16px;
	color: #808080;
	font-family: PingFangSCMedium;
	text-align: center;
	padding-bottom: 100px;
	line-height: 26px;
}

.zjcon-inner a {
	color: #cfb73d;
	font-size: 19px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: block;
	width: 107px;
	text-align: center;
	padding: 9px;
	border: 1px solid #cfb73d;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.2s ease-in-out;
}

/* 技术资料 */
.jszl-body {
	
}

.jszl-body .jszl-body-left .jszl-bg {
	background-image: url(../img3.0/jszl-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.jsRightTitle {
	color: #894bce;
	font-size: 16px;
	font-family: PingFangSCMedium;
	    width: 60px;
    text-align: center;
    margin-right: 20px;
	margin-left: auto;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.jsRightTitle:hover {
	font-weight: bold;
}

.jszl-body-right {
	background-color: #ffffff;
	padding-top: 15px;
	width: 960px;
}

/* 技术资料右侧  */
.inforContent {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.contentDetail {
	width: calc(( 100% - 60px)/5);
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 20px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.contentDetail:nth-child(5n) {
	margin-right: 0;
}

.contentDetail .detailImg {
	transition: all 0.2s ease-in-out;
	height: 230px;
}

.contentDetail:hover .detailImg img {
	box-shadow: 0 0 10px 0px #80808033;
}

.contentDetail .detailImg img {
	width: 100%;
	height: 100%;
}

.contentDetail p a {
	font-size: 16px;
	color: #040000;
	margin-top: 8px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contentDetail .buyAndSee {
	color: #afafaf;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.contentDetail .price {
	color: #e71f1c;
	font-size: 20px;
	margin-top: 5px;
}

/* 580金融 */
.jr-body .jr-bg {
	background-image: url(../img3.0/jr-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.jr-body ul {
	margin-top: 20px;
}

.jr-body ul li {
	border: 1px solid #ffffff;
	width: 115px;
	margin-left: auto;
	padding: 13px 12px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #f3bd81;
	color: #ffffff;
	    font-size: 20px;
}

.jr-body-right {
	width: 940px;
	background-color: #ffffff;
}

.jr-body-right .jrRightContent {
	padding-left: 80px;
}

.jr-conLeft {
	width: 60%;
	padding-top: 80px;
}

.jr-conRight {
	width: 40%;
	border-left: 1px solid #f9f9f9;
	margin-left: 45px;
}

.jrRightContent .jr-rightInner {
	display: flex;
}

.jr-body-right .jrRightContent .jr-conLeft h3 {
	font-size: 30px;
	color: #f18b1a;
	font-weight: bold;
}

.jr-body-right .jrRightContent .jr-conLeft p {
	color: #040000;
	font-size: 16px;
	width: 400px;
	font-family: PingFangSCMedium;
	padding: 20px 0;
}

.jr-body-right .jrRightContent .jr-conLeft .jr-conFont {
	font-size: 14px;
	font-family: PingFangSCMedium;
	color: #343535;
	padding-top: 35px;
	border-top: 1px solid #f9f9f9;
}

.jr-conRight .jrImg {
	width: 250px;
	margin: 0 auto;
	margin-top: 80px;
}

.jr-btn {
	background-color: #ff9d10;
	color: #ffffff;
	width: 230px;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.jr-btn:hover {
	background-color: #f39610;
}

/* 精选服务商 */
.jxfws-body {
	
}

.jxfws-body .jxfws-body-left {
	
}

.jxfws-bg {
	background-image: url(../img3.0/jxfws-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.jxfws-body ul {
	margin-top: 20px;
}

.jxfws-body ul li {
	border: 1px solid #ffffff;
	width: 115px;
	margin-left: auto;
	padding: 13px 12px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #f5a9aa;
	color: #ffffff;
	font-size:20px;
}

.jxfws-body .jxfws-body-right {
	width: 940px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 20px;
}

.jxfws-bodyContent .contentOne:first-child{
	border-top: 1px solid #eeeeee!important;
}
.jxfws-bodyContent .company:first-child{
	border-top: 1px solid #eeeeee!important;
}

.jxfws-bodyContent .company:hover{
	background:#cacaca0f;
	cursor:pointer;
}
.newLi {
	background-color: #ffffff !important;
	color: #ff0000 !important;
}

.newLi2 {
	background-color: #ffffff !important;
	color: #f18b1a !important;
}

/* 公司简介 */
.company {
	margin: 0 auto;
	width: 900px;
	height: 165px;
	background: #fff;
	border: 1px solid #F2ECE9;
	border-top: none;
		transition:all 0.2s;
}


.company-left {
	width: 560px;
	float: left;
	position: relative;
}

.company-right {
	width: 299px;
	float: left;
	margin-left: 27px;
}

.company-num {
	width: 550px;
	height: 25px;
	position: absolute;
	left: 36px;
	top: 80px;
	font-size: 14px;
}

/* 技术机构 */
.contentOne {
	display: flex;
	justify-content: space-between;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	width: 900px;
	margin: 0 auto;
	height: 165px;
	border-top: none;
	transition:all 0.2s;
}
.contentOne:hover{
	background:#cacaca0f;
	cursor:pointer;
}

.oneLeft {
	width: 60%;
	align-self: center;
	display: flex;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
}

.oneLeftFonts {
	margin-left: 20px;
	    width: 361px;
}

.oneLeft .leftLogo {
	width: 130px;
	height: 130px;
	
}

.leftLogo img {
	width: 100%;
}

.oneRight {
	width: 40%;
	padding-left: 40px;
	box-sizing: border-box;
}

.rightLine1 {
	display: flex;
	margin-top: 10px;
}

.rightLine1 .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: PingFangSCMedium;
	font-size: 19px;
	font-weight: bold;
}

.rightLine1 .rzImg {
	
}

.rightLine1 .rzImg img {
	width: 57px;
	position: relative;
	top: 2px;
	left: 10px;
}

.rightLine2 {
	margin-top: 15px;
}

.rightLine2 span {
	font-size: 13px;
	font-family: PingFangSCMedium;
	color: #ffffff;
	padding: 3px 16px;
	border-radius: 3px;
}

.rightLine2 .line2Logo1 {
	background-color: #88C780;
}

.rightLine2 .line2Logo3 {
	background-color: #E48E73;
}

.rightLine2 .line2Logo4 {
	background-color: #EDCD76;
}

.rightLine3 {
	margin-top: 15px;
	float: left;
}

.rightLine3 .score {
	
}

.rightLine3 .score .scoreFont {
	color: #474647;
	font-size: 14px;
	font-family: PingFangSCMedium;
}

.span-xing img {
	width: 14px;
}

.fen {
	color: #e71f19;
	font-size: 14px;
	font-family: PingFangSCMedium;
	font-weight: bold;
}

.rightLine4 {
	
}

.jiaoyi-dv {
	
}

.jiaoyiFont {
	color: #474647;
	font-size: 14px;
	font-family: PingFangSCMedium;
}

.jiaoyiNum {
	color: #e71f19;
	font-size: 14px;
	font-family: PingFangSCMedium;
	font-weight: bold;
}

.rightLine4 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.oneLeft:after {
	content: "";
	position: absolute;
	background: #F1F1F0;
	top: 17px;
	right: -17px;
	width: 1px;
	height: 131px;
}

.oneRight p {
	font-size: 17px;
	font-weight: bold;
	font-family: PingFangSCMedium;
	margin-top: 30px;
}

.oneRight .service-fw {
	width: 300px;
	font-size: 15px;
/* 	font-weight: bold; */
	font-family: PingFangSCMedium;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	color: #6c6c6c;
}

.serciveFont {
	color: #EA4236;
	font-size: 15px;
	font-family: PingFangSCMedium;
	width: 81px;
	margin-left: auto;
	margin-right: 22px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.serciveFont:hover {
	margin-right: 12px;
}

.line2Logo2 {
	background-color: #85B9DC;
}

.line2Logo5 {
	background-color: #88C780;
}

/* 发布需求 */
.needs {
	padding: 20px;
	background-color: #ffffff;
	margin-top: 50px;
}

.needs .n-first {
	background-color: #e7f2ff;
	text-align: center;
	padding: 60px 0 70px 0;
}

.n-first p {
	font-size: 28px;
	font-family: PingFangSCMedium;
	letter-spacing: 1px;
}

.needsInto {
	color: #727171;
	font-family: PingFangSCMedium;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 15px;
}

.needBtn {
	color: #ffffff;
	background-color: #3497f8;
	font-family: PingFangSCMedium;
	font-size: 23px;
	width: 232px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 12px;
	margin-top: 45px;
	border: 1px solid #3497f8;
	transition: all 0.2s ease;
	cursor: pointer;
}

.needBtn:hover {
	background-color: #147ade;
}

.n-section {
	
}

.dv-section {
	width: calc(100%/ 4);
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #eeeeee;
}

.dv-section:last-child {
	border-right: none;
}

.dv-section img {
	
}

.section-m {
	width: 1150px;
	padding-top: 50px;
	margin: 0 auto;
	display: flex;
}

.dv-section p {
	font-size: 24px;
	padding: 10px 0;
	font-family: PingFangSCMedium;
	font-weight: bold;
}

.sec-font {
	font-size: 15px;
	font-family: PingFangSCMedium;
}

/*顶部菜单*/
.tp {
	width: 100%;
	min-width: 1200px;
	height: 35px;
	background: #F4EFED;
	z-index: 3;
}

.phone {
	width: 200px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.phonelogo {
	display: inline-block;
	width: 13px;
	height: 35px;
	line-height: 25px;
	font-size: 28px;
	margin-left: 40px;
	color: orange;
	cursor: pointer;
}

.phoneword {
	display: inline-block;
	width: 170px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	vertical-align: top;
	margin-left: 200px;
}

.contact {
	width: 700px;
	height: 35px;
	line-height: 35px;
	float: right;
	margin-right: 30px;
}

.contact ul {
	float: right;
	margin-right: 100px;
}

.contact li {
	float: left;
	margin-left: 40px;
	font-size: 13px;
	cursor: pointer;
}

.contact li span:hover {
	color: orange;
}

.top-tle:hover {
	color: orange;
}
/*导航栏下广告*/
.advertising {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	cursor: pointer;
}
/*导航栏下的首页搜索大盒子*/
.search {
	width: 1200px;
	height: 138px;
	margin: 0 auto;
}
/*导航栏下的首页搜索小盒子*/
.search-sm {
	width: 1200px;
	height: 138px;
	margin: 0 auto;
	position: relative;
}

/*logo*/
.logo {
	width: 195px;
	height: 70px;
	float: left;
	margin-top: 40px;
}

.writing {
	width: 500px;
	height: 42px;
	float: left;
	margin-left: 110px;
	margin-top: 55px;
	position: relative;
}

.writing-ss {
	position: absolute;
	top: 12px;
	left: 15px;
}

.writing input {
	width: 390px;
	height: 38px;
	float: left;
	text-indent: 45px;
	font-size: 16px;
	outline: none;
	border: 2px solid #3497f8;
}

.sea {
	width: 104px;
	height: 38px;
	background: #3497f8;
	text-align: center;
	line-height: 42px;
	color: white;
	float: left;
	cursor: pointer;
}

.consulting {
	width: 150px;
	height: 120px;
	text-align: center;
	float: right;
	margin-left: 100px;
	margin-top: 25px;
}

.ss-xz {
	width: 200px;
	height: 26px;
	position: absolute;
	left: 305px;
	top: 29px;
}

.ss-xz div {
	float: left;
	width: 53px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	background: #A7C9E4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
/*导航栏*/
.navigation {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	margin-top: 8px;
	font-size: 18px;
	position: relative;
}

.menu {
	width: 220px;
	height: 40px;
	float: left;
	background: #3497f8;
	text-align: center;
	line-height: 40px;
	color: white;
}

.navigation .cross-menu {
	float: left;
	position: relative;
}

.cross-menu li {
	width: 90px;
	height: 40px;
	float: left;
	margin-left: 25px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}
/*轮播图左侧菜单*/
.menu-left {
	position: relative;
	width: 220px;
	height: 450px;
	background: url(../img_2.0v/lb_bj.png) no-repeat;
	z-index: 999;
	color: white;
	display: none;
}

.menu-left li {
	width: 220px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}

.menle {
	float: left;
	margin-left: 25px;
}

.menri {
	float: right;
	margin-right: 20px;
}
/*轮播图中间内容*/
/*安全*/
.mn-ma {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}
/*职业卫生*/
.mn-mb {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}
/*环保咨询服务*/
.mn-mc {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}

/*消防安全服务*/
.mn-md {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}
/*工程、施工*/
.mn-me {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}
/*专家服务*/
.mn-mf {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}

.mn-mh {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}
/*其他服务*/
.mn-mg {
	position: absolute;
	width: 620px;
	height: 400px;
	background: white;
	z-index: 999;
	float: left;
	top: 40px;
	left: 220px;
	display: none;
}

.mn-bt {
	width: 130px;
	height: 30px;
	border: 1px solid #007AFF;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
	margin-left: 20px;
}

.mn-js {
	width: 550px;
	height: 55px;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 20px;
	border-bottom: 1px dashed darkgray;
	color: darkgray;
}

.mn-nr {
	width: 600px;
	height: 220px;
	margin-top: 30px;
	margin-left: 20px;
}

.nr-a {
	width: 600px;
	height: 50px;
}

.nr-a li {
	width: 200px;
	float: left;
	font-size: 12px;

}

.nr-a li:hover {
	
}

/*轮播图右侧登录*/
.login {
	width: 330px;
	height: 400px;
	position: absolute;
	top: 186px;
	right: 0px;
	z-index: 99;
}

.user {
	width: 300px;
	height: 140px;
	background: #3497f8;
	position: relative;
	margin-top: 8px;
}

.user-one {
	width: 300px;
	height: 69px;
	position: relative;
}

.user-one span {
	position: absolute;
	top: 30px;
	left: 110px;
	font-size: 15px;
	color: white;
}

.head-portrait {
	width: 56px;
	height: 56px;
	background: white;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 30px;
}

.hybrid {
	width: 300px;
	height: 71px;
}

.user-login {
width: 100px;
    height: 30px;
    border: 1px solid #3c8bcc;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 14px;
    float: left;
    margin-left: 38px;
}

.user-registered {
	width: 100px;
	height: 30px;
	border: 1px solid #3c8bcc;
	color: white;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
	cursor: pointer;
	    float: left;
    margin-top: 14px;
}

.user-lb {
	width: 300px;
	height: 290px;
	margin-top: 5px;
	background: white;
}

.garbage {
	width: 96%;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid lightgray;
}

.garbage-one {
	width: 50px;
	height: 80px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-left: 36px;
}
/*右侧小轮播图*/
.right-lb {
	width: 90%;
	height: 140px;
	margin: 0 auto;
	margin-top: 7px;
}

/*轮播图*/
html, body {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	min-width: 1000px;
	height: 500px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	/* 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;
}

.swiper-pagination span {
	width: 12px;
	height: 12px;
	background: white;
}


/*平台产品*/
.Platform-product {
	width: 100%;
	min-width: 1200px;
	height: 900px;
	background: #F0EAE8;
}

.pla-box {
	width: 1200px;
	height: 1060px;
	margin: 0 auto;
	border-top: 1px solid white;
}
/*标题*/
.pla-tp {
	width: 100%;
	height: 99px;
	margin-top: 60px;
}

.pla-gj {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-family: 黑体;
}

.pla-ts {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 黑体;
	color: gray;
	margin-top: 20px;
}

.pla-sw {
	position: relative;
}

.pla-lf {
	
}

.pla-lf li {
	font-family: PingFangSCMedium;
	    padding: 30px 20px 10px 20px;
	cursor: pointer;
	position: relative;
	float: left;
	font-size: 20px;
	cursor:pointer;
}

.fwcp-more {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.fwcp-more:hover {
	font-weight: bold;
}

.aqzx {
	font-weight: bold;
	border-bottom: 3px solid skyblue;
}

.pla-ri {
	font-size: 18px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 30px 12px 20px 12px;
	background: #f6f6f9;
}

.ri-a {
	margin-right: 20px;
	width: calc(( 100% / 3 ) - 15px );
	box-sizing: border-box;
	    transition: all 0.2s ease-in-out;
}
.ri-a:hover .cl-y{
	    opacity: 1;

}
.ri-a:nth-child(3n) {
	margin-right: 0;
}

.pla-rit {
	font-size: 18px;
	margin: 0 auto;
	display: none;
	clear: both;
	overflow: hidden;
	padding: 30px 12px 20px 12px;
	background: #f6f6f9;
}

.pla-riw {
	font-size: 18px;
	margin: 0 auto;
	display: none;
	clear: both;
	overflow: hidden;
	padding: 30px 12px 20px 12px;
	background: #f6f6f9;
}

.pla-rix {
	font-size: 18px;
	margin: 0 auto;
	display: none;
	clear: both;
	overflow: hidden;
	padding: 30px 12px 20px 12px;
	background: #f6f6f9;
}

.ri-a {
	float: left;
	border: 1px solid #F2ECE9;
	background: white;
	padding: 12px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	margin-bottom: 12px;
	transition: all 0.2s ease-in-out;
}

.pla-zh {
	width: 100%;
	height: 30px;
}

.pla-qy {
	width: 42px;
	height: 21px;
	text-align: center;
	color: #18a160;
	border: 1px solid #18a160;
	border-radius: 5px;
	font-size: 14px;
	float: left;
}

.pla-gr {
	width: 53px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #F28955;
	border: 1px solid #F28955;
	border-radius: 5px;
	font-size: 16px;
	float: left;
	margin-left: 25px;
}

.cl-y {
	width: 60px;
	height: 100%;
	position: absolute;
	top: -1px;
	right: 0;
opacity: 0;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.cl-y img {
	border: 1px solid #65a8d8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ri-a:hover {
	box-shadow: 0 0 10px gray;
}

.ria-x {
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 188px;
}

.ria-z {
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
}

.ria-z span:first-child {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 188px;
}

.ria-z span:last-child {
	font-size: 19px;
	color: #EC6D4F;
	font-weight: bold;
}

.pla-dq {
	margin: 0 auto;
	margin-top: 18px;
	border-top: 1px solid lightgray;
	padding-top: 12px;
}

.pa-da {
	font-size: 14px;
}

.pa-db {
	position: absolute;
	right: 30px;
	top: 13px;
	font-size: 16px;
}

/*580金融*/
.financial {
	width: 1200px;
	height: 440px;
	margin: 0 auto;
}

.fin-left {
	width: 233px;
	height: 440px;
	float: left;
	background: url(../img_2.0v/jr_zc.png) no-repeat;
	background-size: 100% 100%;
}

.service {
	width: 233px;
	height: 279px;
	margin-top: 150px;
}

.service div {
	width: 150px;
	height: 45px;
	border: 1px solid white;
	color: white;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
	float: right;
	cursor: pointer;
	background: url(../img_2.0v/jr_dc.png) no-repeat;
	background-size: 100% 100%;
}

.fin-mind {
	width: 630px;
	height: 440px;
	float: left;
}

.fin-minone {
	width: 580px;
	height: 220px;
	margin: 0 auto;
	border-bottom: 1px solid #C6BDB9;
}

.fin-mintwo {
	width: 580px;
	height: 160px;
	margin: 0 auto;
}

.fin-minone-left {
	width: 100%;
	height: 219px;
	float: left;
}

.zjca {
	font-size: 35px;
	font-weight: bold;
	margin-top: 50px;
	color: #EF8339;
}

.zjcb {
	font-size: 16px;
	margin-top: 30px;
}

.zjcc {
	font-size: 16px;
	margin-top: 15px;
}

.mja {
	margin-top: 40px;
	font-size: 14px;
	text-indent: 28px;
}

.mjb {
	margin-top: 20px;
	font-size: 14px;
}

.mjc {
	margin-top: 20px;
	font-size: 14px;
}

/*左边体验*/
.lity {
	width: 335px;
	height: 440px;
	float: left;
	border-left: 1px solid #DAD9D8;
}

.lity-a {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	margin-top: 25px;
}

.lity-b {
	width: 300px;
	height: 50px;
	font-size: 20px;
	background: #F08438;
	color: white;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	margin-top: 30px;
	cursor: pointer;
}

/*一站式委托服务*/
/* .osp-one{
	width:100%;
	min-width: 1200px;
	height:700px;
background:#EFE9E7;
} */
.osp-one {
	width: 100%;
	min-width: 1200px;
	height: 743px;
	/* background: #EFE9E7; */
	margin: 0 auto;
	/* border-top: 1px solid white; */
}

.osp-sm {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	margin: 0 auto;
	/* border-top: 1px solid white; */
}
/*标题*/
.osp-wt {
	width: 100%;
	height: 99px;
	margin-top: 60px;
}

.wt-a {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-family: 黑体;
}

.wt-b {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: 黑体;
	color: gray;
	margin-top: 10px;
}
/*一站式委托*/
/* .financial-bj{
	width: 100%;
    min-width: 1200px;
	height:500px;
	background:red;
	border-top:1px solid #EFE9E7;
	background:url(../img_2.0v/jr_a.png) no-repeat;
	background-size:100% 100%;
} */
.financial-bj {
	width: 100%;
	min-width: 1200px;
	height: 615px;
	background: red;
	border-top: 1px solid #EFE9E7;
	background: url(../img_2.0v/poi_b.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.financial_aj {
	width: 100%;
	min-width: 1200px;
	height: 135px;
	background: url(../img_2.0v/aa_1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0px;
}

.bj-sm {
	width: 100%;
	min-width: 1200px;
	height: 173px;
	margin-top: 391px;
	position: relative;
}

.bj-ms {
	position: absolute;
	bottom: 30px;
	right: 13%;
	cursor: pointer;
}
/*平台模式*/
.osp-two {
	width: 100%;
	min-width: 1200px;
	height: 1099px;
}

.osp-tws {
	width: 100%;
	min-width: 1200px;
	height: 1099px;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 1px solid white;
	background: url(../img_2.0v_b/index_fwlc_b.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.abt {
	width: 1200px;
	height: 312px;
	margin: 0 auto;
	margin-top: 10px;
}

.abt-a {
	width: 240px;
	height: 312px;
	float: left;
	background: white;
}

.abt-b {
	width: 300px;
	height: 312px;
	float: left;
	margin-left: 30px;
	background: white;
}

.abt-c {
	width: 600px;
	height: 312px;
	float: left;
	margin-left: 30px;
	background: white;
}

.sl {
	width: 85%;
	height: 64px;
	margin: 0 auto;
	border-bottom: 1px solid lightgray;
	font-size: 21px;
	font-weight: bold;
	line-height: 70px;
}

.sl-a {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 22px;
	line-height: 40px;
	margin-top: 10px;
	    transition: all 0.2s easy;
}
.sl-a:hover{
	text-decoration: underline;
}
.sl-b {
	width: 90%;
	height: 170px;
	margin: 0 auto;
	font-size: 8px;
}

.sl-b p {
	text-indent: 10px;
}

.slri-xx {
	width: 100%;
	height: 70px;
}

.slri-yy {
	width: 100%;
	height: 70px;
	margin-top: 10px;
}

.slri-a {
	float: left;
}

.slri-b {
	font-size: 8px;
	float: left;
	margin-left: 10px;
}
.slri-b a{
	    transition: all 0.2s;
}

.inc_l-more{
	transition: all 0.2s;
}
.inc_l-more:hover{
	font-weight:bold!important;
}
.Inforcen-ra-innera a{
		transition: all 0.2s;
}
.fon-ata li a,.fon-atc li a,.fon-atb li a,.font-two a,.Inforcen-ta a{
	transition: all 0.2s;
}
.fon-ata li a:hover,.fon-atc li a:hover,.fon-atb li a:hover,.font-two a:hover{
	text-decoration:underline;
}
.Inforcen-rb-title,.Inforcen-rc-title,.Inforcen-lboxdspan{
	transition: all 0.2s;
}
.Inforcen-rb-title:hover,.Inforcen-rc-title:hover{
	color: #585858;
}
.Inforcen-lboxdspan:hover{
	background:#2e7abb!important;
}
/*资讯中心*/
.Inforcen {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	/* background: #EFE9E7; */
}

.Inforcen-sm {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	/* border-top: 1px solid #EFE9E7; */
	position: relative;
}
/*标题*/
.Inforcen-wt {
	width: 100%;
	height: 99px;
	margin-top: 35px;
}

.Inforcen-a {
	width: 100%;
	text-align: center;
	font-size: 32px;
}

.Inforcen-b {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 黑体;
	color: gray;
	margin-top: 10px;
}
/*咨询中心分类*/
.Inforcen-in {
	width: 1200px;
	height: 540px;
	margin-top: 20px;
	background: white;
}

.Inforcen-l {
	width: 520px;
	height: 540px;
	float: left;
	margin-left: 30px;
}

.Inforcen-l ul {
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 20px;
}

.Inforcen-l li {
	width: 25%;
	height: 40px;
	float: left;
	line-height: 40px;
	cursor: pointer;
}

.Inforcen-lboxa {
	width: 100%;
	height: 430px;
	background: #F8F6F3;
	margin-top: 80px;
}

.Inforcen-lboxb {
	width: 100%;
	height: 430px;
	background: #F8F6F3;
	margin-top: 80px;
	display: none;
}

.Inforcen-lboxc {
	width: 100%;
	height: 430px;
	background: #F8F6F3;
	margin-top: 80px;
	display: none;
}

.Inforcen-lboxd {
	width: 1150px;
	height: 400px;
	background: white;
	margin-top: 80px;
	display: none;
	position: absolute;
	top: 160px;
	left: 20px;
}

.Inforcen-lboxd div {
	color: #6E8DC8;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #E3E3E3;
}

.Inforcen-time {
	width: 100%;
	height: 70px;
	font-size: 24px;
	color: #887F7A;
	text-indent: 40px;
	line-height: 85px;
	margin-top: 40px;
}

.Inforcen-ta {
	width: 100%;
	height: 40px;
	font-size: 20px;
	text-indent: 30px;
	line-height: 40px;
	margin-top: 5px;
	cursor: pointer;
}

.Inforcen-tb {
	width: 100%;
	height: 80px;
	text-indent: 30px;
	margin-top: 10px;

}

.Inforcen-tc {
	width: 100%;
	height: 200px;
	margin-top: 20px;
}
/*右侧*/
.Inforcen-ra {
	width: 600px;
	height: 540px;
	float: right;
}

.Inforcen-rb {
	width: 600px;
	height: 540px;
	float: right;
	display: none;
}

.Inforcen-rc {
	width: 600px;
	height: 540px;
	float: right;
	display: none;
}

/*合作伙伴*/
.cooperation {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	/* background: #EFE9E7; */
}

.cooperation-sm {
	width: 1200px;
	height: 430px;
	margin: 0 auto;
/* 	border-top: 1px solid #EFE9E7; */
	position: relative;
}
/*标题*/
.cooperation-wt {
	width: 100%;
	height: 99px;
	margin-top: 60px;
}

.cooperation-a {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-family: 黑体;
}

.cooperation-b {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 黑体;
	color: gray;
	margin-top: 10px;
}

.cooper-a {
	width: 1200px;
	height: 100px;
	background: blue;
}

.cooper-a div {
	width: 225px;
	height: 100px;
	background: pink;
	float: left;
	margin-left: 15px;
}

.cooper-b {
	width: 1200px;
	height: 100px;
	background: blue;
	margin-top: 15px;
}

.cooper-b div {
	width: 225px;
	height: 100px;
	background: pink;
	float: left;
	margin-left: 15px;
}

/*底部*/
.foot {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	height: 400px;
	background: #373B41;
	margin-left: -30px;
}

.font-sm {
	width: 1200px;
	height: 330px;
	margin: 0 auto;
	border-top: 1px solid #373B41;
}

.fon-at {
	width: 300px;
	height: 190px;
	margin-top: 50px;
	float: left;
}

.fon-at li {
	width: 400px;
	margin-top: 12px;
	color: white;
}

.fon-ata {
	width: 170px;
	height: 190px;
	margin-top: 50px;
	float: left;
}

.fon-ata li {
	width: 400px;
	margin-top: 12px;
	color: white;
	cursor: pointer;
}

.fon-atc {
	width: 170px;
	height: 160px;
	margin-top: 90px;
	float: left;
}

.fon-atc li {
	width: 400px;
	margin-top: 12px;
	color: white;
	cursor: pointer;
}

.fon-atb {
	width: 160px;
	height: 190px;
	margin-top: 50px;
	float: left;
	border-right: 1px solid white;
}

.fon-atb li {
	width: 400px;
	margin-top: 12px;
	color: white;
	cursor: pointer;
}
/*二维码*/
.fon-rw {
	width: 360px;
	height: 110px;
	float: left;
	margin-top: 100px;
	margin-left: 30px;
}

.rw-a {
	width: 110px;
	height: 110px;
	float: left;
}

.rw-b {
	width: 210px;
	height: 110px;
	float: left;
	margin-left: 14px;
}
/*底部介绍*/
.font-two {
	width: 1200px;
	height: 100px;
	margin-top: 275px;
	border-top: 1px solid white;
	line-height: 100px;
	color: white;
	clear: both;
	font-size: 17px;
}

.lba-next {
	width: 60px;
	height: 100px;
	background: #E1DBD7;
	color: white;
	text-align: center;
	line-height: 100px;
	font-size: 30px;
	position: absolute;
	top: 149px;
	left: 20px;
	cursor: pointer;
	outline: none;
}

.lba-prev {
	width: 60px;
	height: 100px;
	background: #E1DBD7;
	color: white;
	text-align: center;
	line-height: 100px;
	font-size: 30px;
	position: absolute;
	top: 149px;
	right: 20px;
	cursor: pointer;
	outline: none;
}

.top_aa {
	position: absolute;
	width: 140px;
	height: 80px;
	text-align: center;
	background: white;
	top: 40px;
	left: 110px;
	z-index: 999;
	display: none;
}

.top_aa li:hover {
	color: #5882B7;
}

.top_fwxg {
	position: absolute;
	width: 130px;
	height: 120px;
	text-align: center;
	background: white;
	top: 40px;
	left: 113px;
	z-index: 999;
	display: none;
}

.top_fwxg li:hover {
	color: #5882B7;
}

.top_zzjy {
	position: absolute;
	width: 130px;
	height: 210px;
	text-align: center;
	background: white;
	top: 40px;
	left: 340px;
	z-index: 999;
	display: none;
}

.top_zzjy li:hover {
	color: #5882B7;
}

.top_bb {
	position: absolute;
	width: 130px;
	height: 120px;
	text-align: center;
	background: white;
	top: 40px;
	left: 459px;
	z-index: 999;
	display: none;
}

.top_bb li:hover {
	color: #5882B7;
}

.top_cc {
	position: absolute;
	width: 130px;
	height: 80px;
	text-align: center;
	background: white;
	top: 40px;
	left: 580px;
	z-index: 999;
	display: none;
}

.top_cc li:hover {
	color: #5882B7;
}

.sw-wc {
	width: 900px;
}

/*数据轮动*/
.cont3 .box {
	width: 230px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cont3 .boxul {
	width: 230px;
	position: absolute;
	list-style: none;
}

.cont3 .box li {
	margin: 3px 0;
	text-align: left;
	font-size: 12px;
	color: #6A6A6A;
	/* 	cursor: pointer; */
	height: 32px;
	line-height: 32px;
}

.cont3 .box li span {
	float: right;
}

.cont3 .box span {
	margin-left: 20px;
}

.cont3 .box li span {
	font-size: 12px;
	color: #F06B47;
	text-decoration: none;
	float: left;
}

.cont3 .box li .type {
	width: 31px;
	height: 33px;
	float: left;
}

.cont3 .box li .bg {
	background: #9FA9B3;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: white;
	width: 20px;
	height: 20px;
	margin-top: 6.5px;
	margin-left: 5.5px;
}

.cont3 .box li .bg_1 {
	background: #f04848;
	color: #fff;
}

.cont3 .box li .bg_2 {
	background: #ff6600;
	color: #fff;
}

.cont3 .box li .bg_3 {
	background: #ff9900;
	color: #fff;
}

/* 重写样式 */
.company02{
	width:900px;
	margin-top:20px;
	background:white;
	border:1px solid #f1f1f1;
	display: flex;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 auto;
	border-top:none;
}
.company02:first-child{
	border-top:1px solid #f1f1f1;
}
.company02:hover{
	    background: #cacaca0f;
}
.secLeftPic{
      width: 130px;
      height: 130px;
	    padding: 35px 0 35px 30px;
		position: relative;
}
.secLeftPic img{
	width: 100%;
}
.secLeftPic::after{
	content: "";
	position: absolute;
	background-color: #DCDCDC;
	width: 1px;
	height: 88%;
	top: 50%;
	transform: translate(0,-50%);
	right: -30px;
}
.secMiddleCon{
	margin-left: 60px;
	padding: 20px 20px 20px 0px;
	    width: 450px;
}
.secMiddleCon h4{
	font-size: 18px;
	    color: #333434;
	    font-weight: bold;
}
.middleImgs{
	margin-top: 10px;
}
.pf-jyl{
	display: flex;
	margin-top: 10px;
}
.pf-jyl .score span:first-child{
	color: #9a9a9a;
	font-size: 14px;
}
.pf-jyl .score span:last-child{
	color: #e72219;
	font-weight: bold;
	font-size: 19px;
}
.pf-jyl .jyl span:first-child{
	color: #9a9a9a;
	font-size: 14px;
}
.pf-jyl .jyl span:last-child{
	color: #e72219;
	font-weight: bold;
	font-size: 19px;
}
.pf-jyl .pf-jyl{
	    align-self: flex-end;
}
.pf-jyl .jyl{
	    margin-left: 17px;
	    align-self: flex-end;
}
.dpsc{
	color: #9a9a9a;
	font-size: 15px;
	margin-top: 10px;
}
.dpsc-span{
	display: flex;
	margin-top: 5px;
}
.dpsc-span span{
	color: #ff0000;
	font-size: 14px;
	border: 1px solid #ff0000;
	border-radius: 3px;
	display: block;
	padding: 1px 10px;
	margin-left: 10px;
}
.company02 .service-fw{
	    border-left: 1px dashed #dcdcdc;
	    padding: 20px 30px;
		    width: 269px;
}
.company02 .service-fw h5{
	font-weight: bold;
	color: #040000;
	font-size: 17px;
}
.company02 .service-fw p{
	color: #6c6c6c;
	margin-top: 20px;
	font-size: 15px;
}

.top_xj {
	position: absolute;
	width: 130px;
	height: 90px;
	text-align: center;
	background: white;
	top: 40px;
	left: 222px;
	z-index: 999;
	display: none;
}

.top_xj li:hover {
	color: #5882B7;
}
