.fadeup {
	animation: fadeup 1s forwards;
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(-60px);
	}
}

@keyframes toright {
	0% {
		transform: translateX(-30px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes m-flash {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

body {
	background: #fbfcfd;
}

h1 {
	margin: 0;
}

.index-main {
	overflow: hidden;
}

.index-main div {
	box-sizing: border-box;
}

.index-main .banner {
	height: 615px;
	width: 100%;
	background: url("../img/index-banner.jpg") center center no-repeat;
	background-size: auto 615px;
	overflow: hidden;
}

.index-main .banner .text {
	text-align: center;
	font-size: 35px;
	color: white;
	margin-top: 340px;
}

.index-main .more div {
	float: right;
	overflow: hidden;
}

.index-main i.toright {
	animation: toright 0.5s 1;
}

.index-main .nav-box {
	position: relative;
	height: 606px;
	background: #fff;
}

.index-main .nav-box .nav-container {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	height: 80px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	/*background: #FFFFFF;*/
	    background: rgba(1,75,170,0.9);
	margin-top: 20px;
	padding:0px 0;
	border-radius: 10px;
}

.index-main .nav-box .nav-container li,
.index-main .nav-box .nav-container ul {
	height: 80px;
}

.index-main .nav-box .nav-container li {
	width: calc(25% - 1px);
	width: -webkit-calc(25% - 1px);
	width: -moz-calc(25% - 1px);
	float: left;
	text-align: center;
	line-height: 80px;
	border-right: 1px solid rgba(255,255, 255, 0.9);
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	position: relative;
}

.index-main .nav-box .nav-container li .icon {
	font-size: 50px;
	position: relative;
	top: 1px;
	right: 50px;
}

.index-main .nav-box .nav-container li span {
	display: inline;
	right: 85px;
}

.index-main .nav-box .nav-container li .icon-rongyu {
	top: -2px;
}

.index-main .nav-box .nav-container li .icon-huiyuanfazhanqushi {
	top: 4px;
}

.index-main .nav-box .nav-container li span {
	position: absolute;
}

.index-main .nav-box .nav-container li.i-active {
	/*color: #4470da;*/
	color: (255,255,255,0.8);
}

.index-main .nav-box .nav-container li:hover {
	/*color: #4470da;*/
	color: #fff;
}

.index-main .nav-box .nav-container li:nth-last-of-type(1) {
	border-right: none;
}

.index-main .nav-box .tab-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 130px;
}

.index-main .nav-box .tab_panes {
	height: 435px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: none;
}

.index-main .nav-box .tab_pane2 {
	border: 3px solid #4470da;
	position: relative;
}

.index-main .nav-box .tab_pane2 .text-pane2 {
	width: 700px;
	height: 100%;
	float: right;
	padding: 40px 130px 100px 60px;
}

.index-main .nav-box .tab_pane2 .text-pane2 h1 {
	font-weight: normal;
	font-size: 30px;
	color: #4470da;
}

.index-main .nav-box .tab_pane2 .text-pane2 h1 span {
	font-size: 17px;
	margin-left: 30px;
}

.index-main .nav-box .tab_pane2 .text-pane2 p {
	margin-top: 30px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}

.index-main .nav-box .tab_pane2 .img-pane2 {
	position: absolute;
	left: 50px;
	top: -56px;
}

.index-main .nav-box .tab_pane3 {
	overflow: hidden;
}


.index-main .nav-box .tab_pane3 {
	width:100%;
}
.index-main .nav-box .tab_pane3 h2{

    color: #4470da;
    font-size: 30px;
    text-align: center;
	
}
.index-main .nav-box .tab_pane3 img{
	width:34%; margin: 20px 33%; float:left;
	border:1px solid #ccc; padding: 5px;
	border-radius: 10px;
}

.index-main .nav-box .tab_pane3 .img-pane3 {
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
}

.index-main .nav-box .tab_pane3 .img-pane3 .border-container {
	width: 474px;
	height: 338px;
	border: 2px solid #4470da;
}

.index-main .nav-box .tab_pane3 .img-pane3 .border-container img {
	position: absolute;
	left: -50px;
	top: -50px;
}

.index-main .nav-box .tab_pane3 .text-pane3 {
	float: right;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container h1 {
	font-size: 30px;
	font-weight: normal;
	color: #4470da;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container ul {
	padding-top: 5px;
}

.index-main .nav-box .tab_pane3 .text-pane3 .list-container ul li {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	list-style-image: url("../img/list-style.png");
}

.index-main .nav-box .tab_pane4 {
	position: relative;
	height: 550px;
}

.index-main .nav-box .tab_pane4 .text-pane4 .line {
	width: 55px;
	height: 3px;
	background: #4470da;
}

.index-main .nav-box .tab_pane4 .text-pane4 h1 {
	font-size: 30px;
	color: #4470da;
	font-weight: normal;
}

.index-main .nav-box .tab_pane4 .on-the-way {
	width: 100%;
	height: 550px;
	position: absolute;
	background: url("../img/hzlc.jpg") center 50px no-repeat;
	background-size: 90%;
	left: 0;
	top: 5px;
	z-index: 2;
}

.index-main .nav-box .tab_pane4 .intro ul {
	position: absolute;
	width: 380px;
	display: none;
}

.index-main .nav-box .tab_pane4 .intro ul li {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	list-style-image: url("../img/list-style.png");
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(1) {
	left: 10px;
	top: 380px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(2) {
	left: 280px;
	top: 355px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(3) {
	left: 540px;
	top: 305px;
	width: 270px;
}

.index-main .nav-box .tab_pane4 .intro ul:nth-of-type(4) {
	left: 825px;
	top: 200px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point ul li {
	width: 80px;
	height: 100px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.index-main .nav-box .tab_pane4 .tab-nav-point ul li span {
	width: 14px;
	height: 14px;
	background: #4470da;
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 40px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(1) {
	left: 0;
	top: 262px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(1) span {
	left: 25px;
	top: 43px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(2) {
	left: 283px;
	top: 244px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(3) {
	left: 561px;
	top: 184px;
}

.index-main .nav-box .tab_pane4 .tab-nav-point li:nth-of-type(4) {
	left: 849px;
	top: 79px;
}

.index-main .nav-box .tab_pane4 .tab-nav ul li {
	width: 20px;
	height: 20px;
	background: #b6cbf4;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	cursor: pointer;
	opacity: 0;
}

.index-main .nav-box .tab_pane4 .tab-nav ul li span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #4470da;
	margin: 3px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(1) {
	left: 22px;
	top: 302px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(2) {
	left: 305px;
	top: 280px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(3) {
	left: 583px;
	top: 221px;
}

.index-main .nav-box .tab_pane4 .tab-nav li:nth-of-type(4) {
	left: 871px;
	top: 116px;
}

.index-main .nav-box .tab_pane4 .tab-nav li.m-flash {
	animation: m-flash 1s alternate infinite;
	opacity: 1;
}

.index-main .nav-box .img-container {
	position: relative;
	float: left;
	overflow: hidden;
	height: 450px;
	width: 700px;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

.index-main .nav-box .img-container .img-bg {
	position: absolute;
	z-index: 0;
	height: 332px;
	width: 509px;
	background: url("../img/main-bg.jpg") center center no-repeat;
	border-radius: 10px;
}

.index-main .nav-box .img-container .img-main {
	position: absolute;
	left: 28px;
	top: 28px;
	z-index: 1;
	height: 422px;
	width: 619px;
	background: url("../img/img-main.jpg") center center no-repeat;
	border-radius: 10px;
}

.index-main .nav-box .text-container {
	float: left;
	padding-top: 40px;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

.index-main .nav-box .text-container .line {
	width: 55px;
	height: 3px;
	background: #4470da;
}

.index-main .nav-box .text-container .title {
	/*width: 319px;*/
	height: 60px;
	background: url("../img/title-bg.png") 120px -40px no-repeat;
	font-size: 30px;
	color: #4470da;
	line-height: 65px;
}

.index-main .nav-box .text-container .content {
	width: 490px;
	font-size: 14px;
	color: #808080;
	padding-top: 20px;
	line-height: 28px;
}

/*.index-main .nav-box .text-container .more {
	width: 180px;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	margin-top: 40px;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 50px;
	background: #4581fb;
	color: #fff;
}

.index-main .nav-box .text-container .more i {
	float: right;
}

.index-main .nav-box .text-container .more:hover {
	color: #fff;
	border: 1px solid #4470da;
	
}*/

.index-main .nav-box .text-container .more:hover .icon-anniu {
	color: #fff;
	background: #0069d9;
}

.index-main .main-business {
	width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 60px; */
	height: 1080px;
}

.index-main .main-business .main-business-title {
	height: 170px;
	line-height: 170px;
	font-size: 26px;
	color: #4470da;
	overflow: hidden;
}

.index-main .main-business .main-business-title .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 60px;
}

.index-main .main-business .main-business-title .text {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #4470da;
	font-size: 30px;
	background: url("../img/Core-Business.png") 140px center no-repeat;
}

.index-main .main-business .main-business-content {
	overflow: hidden;
}

.index-main .main-business .main-business-content ul {
	overflow: hidden;
	/*padding-bottom: 20px;*/
	padding-top: 40px;
}

.index-main .main-business .main-business-content ul li {
	width: 31%;
	margin: 0 1%;
	float: left;
	margin-top: 30px;
	opacity: 0;
	transform: translateY(10px);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 18px 0px rgba(36, 104, 242, 0.17);
	border-radius: 10PX;
	
}
.index-main .main-business .main-business-content ul li:hover{
	
	transform: translateY(40px);animation-delay: 0.8s;
}

.index-main .main-business .main-business-content ul li:nth-of-type(3n+2) {
	animation-delay: 0.4s;
}

.index-main .main-business .main-business-content ul li:nth-of-type(3n+3) {
	animation-delay: 0.8s;
}

.index-main .main-business .main-business-content ul li .cards {
	margin: 0 auto;
}

.index-main .main-business .main-business-content .cards {
	transition: all 0.5s;
	width: 378px;
	padding: 10px;
	position: relative;
	bottom: 0;
}
.index-main .main-business .main-business-content .cards img{
	border-radius: 10px;width: 95%;
    margin: 10px auto;
}

.index-main .main-business .main-business-content .cards h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #0054e6;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}

.index-main .main-business .main-business-content .cards h1 div {
	float: right;
	overflow: hidden;
}

.index-main .main-business .main-business-content .cards h1 div i {
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
}

.index-main .main-business .main-business-content .cards h1:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #0054e6;
	margin-top: 50px;
	transition: 1s;
}

.index-main .main-business .main-business-content .cards p {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #919191;
	line-height: 22px;
	height: 80px;
	box-sizing: border-box;
}

.index-main .main-business .main-business-content .cards:hover {
	/*box-shadow: 1px 4px 10px 2px #CCC;*/
	bottom: 10px;
	/*border-radius: 10px;*/
}

.index-main .main-business .main-business-content .cards:hover h1:before {
	width: 360px;
}

.index-main .main-business .main-business-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 15px;
	cursor: pointer;
	opacity: 0;
	transform: translateY(40px);
}

.index-main .main-business .main-business-content .more i {
	float: right;
}

.index-main .main-business .main-business-content .more.fadeup {
	animation: fadeup 1s 1s forwards;
	border-radius: 50px;
}

.index-main .main-business .main-business-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .science-product {
	width: 100%;
	height: 572px;
	background: #f4f6f9;
	overflow: hidden;
}

.index-main .science-product .swiper-container {
	height: 100%;
}

.index-main .science-product .science-product-wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.index-main .science-product .swiper-slide {
	overflow: hidden;
}

.index-main .science-product .swiper-pagination {
	left: 400px;
	bottom: 40px;
	overflow: hidden;
	position: absolute;
}

.index-main .science-product .fix-logo {
	position: absolute;
	left: 0;
	top: 115px;
	z-index: 99;
}
.index-main .swiper-pagination-switch{
	float: left;
	width: 8px;
	height: 8px;
	background: black;
	opacity: 0.2;
	border-radius: 50%;
	margin-left: 8px;
	cursor: pointer;
}
.index-main .swiper-active-switch{
	background: #007aff;
	opacity: 1;
}
.index-main .science-product .left-content {
	display: inline-block;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.index-main .science-product .left-content .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 55px;
}

.index-main .science-product .left-content .text {
	width: 100%;
	color: #4470da;
	font-size: 30px;
	line-height: 60px;
}

.index-main .science-product .left-content .logo {
	margin-top: 130px;
}

.index-main .science-product .left-content .logo img {
	height: 30px;
}

.index-main .science-product .left-content p {
	width: 370px;
	color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	padding-bottom: 35px;
}

.index-main .science-product .left-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
}

.index-main .science-product .left-content .more i {
	float: right;
}

.index-main .science-product .left-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .science-product .right-content {
	position: absolute;
	top: 0;
	left: 473px;
	z-index: 3;
	height: 100%;
	overflow: hidden;
}

.index-main .science-product .right-content img {
	height: 100%;
}

.index-main .company-activity {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-title {
	height: 170px;
	line-height: 170px;
	font-size: 26px;
	color: #4470da;
	overflow: hidden;
}

.index-main .company-activity .company-activity-title .line {
	width: 55px;
	height: 3px;
	background: #4470da;
	margin-top: 60px;
}

.index-main .company-activity .company-activity-title .text {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #4470da;
	font-size: 30px;
	background: url("../img/Group-activities.png") 120px center no-repeat;
}

.index-main .company-activity .company-activity-content ul {
	overflow: hidden;
}

.index-main .company-activity .company-activity-content ul li {
	width: 33.3333%;
	height: 280px;
	float: left;
}

.index-main .company-activity .company-activity-content .cards {
	width: 393px;
	height: 100%;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-content .cards .img {
	width: 100%;
}

.index-main .company-activity .company-activity-content .cards h1 {
	position: absolute;
	bottom: -45px;
	margin: 0;
	font-size: 14px;
	color: white;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(54, 111, 226, 0.8);
	padding: 0 10px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.index-main .company-activity .company-activity-content .cards:hover h1 {
	bottom: 0;
}

.index-main .company-activity .company-activity-content .new-cards {
	width: 370px;
	margin: 0 auto;
	height: 280px;
}

.index-main .company-activity .company-activity-content .new-cards:hover .news-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.index-main .company-activity .company-activity-content .img-container {
	height: 120px;
	position: relative;
	width: 370px;
	margin: 0 auto;
}

.index-main .company-activity .company-activity-content .img-container .date {
	width: 102px;
	height: 100%;
	display: inline-block;
	background: #366fe2;
	position: absolute;
	z-index: 3;
	padding: 27px 5px 5px;
}

.index-main .company-activity .company-activity-content .img-container .date h1 {
	font-size: 28px;
	color: white;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index-main .company-activity .company-activity-content .img-container .date span {
	font-size: 17px;
	color: white;
	line-height: 30px;
}

.index-main .company-activity .company-activity-content .img-container .date-img {
	position: absolute;
	height: 120px;
	right: 0;
	top: 0;
}

.index-main .company-activity .company-activity-content .img-container .date-img img {
	height: 120px;
	min-width: 295px;
}

.index-main .company-activity .company-activity-content .news-content {
	width: 370px;
	height: 160px;
	padding: 0 10px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.6);
	transition: 0.5s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.index-main .company-activity .company-activity-content .news-content p {
	font-size: 20px;
	line-height: 55px;
	padding-top: 10px;
}

.index-main .company-activity .company-activity-content .news-content span {
	display: block;
	max-height: 80px;
	overflow: hidden;
}

.index-main .company-activity .company-activity-content .more {
	width: 180px;
	height: 35px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 55px auto 0;
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 50px;
}

.index-main .company-activity .company-activity-content .more i {
	float: right;
}

.index-main .company-activity .company-activity-content .more:hover {
	color: #4470da;
	border: 1px solid #4470da;
}

.index-main .distribute {
	height: 700px;
	background: url("../img/distribute-bg.png") center center no-repeat;
}

.index-main .distribute .distribute-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.index-main .distribute .nav {
	margin-top: 45px;
	overflow: hidden;
	padding-top: 3px;
	position: relative;
}

.index-main .distribute .nav li {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 5px;
	float: left;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 26px;
}

.index-main .distribute .nav li:nth-of-type(1) {
	color: white;
}

.index-main .distribute .nav .border {
	width: 114px;
	height: 3px;
	background: white;
	position: absolute;
	top: 1px;
	left: 0;
	transition: 0.5s;
}

.index-main .distribute .des-active .border {
	left: 114px;
}

.index-main .distribute .map img {
	margin: 0 auto;
}

.index-main .distribute .map:nth-of-type(2) {
	display: none;
}

.index-main .distribute .nav-bottom {
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -45px;
}

.index-main .distribute .nav-bottom li {
	width: 45px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	float: left;
	cursor: pointer;
}

.index-main .distribute .nav-bottom li.bot-active {
	background: white;
}

.index-main .distribute .nav-bottom li:nth-of-type(1) {
	margin-right: 10px;
}

.index-main .more{
	width: 180px;
    height: 35px;
	    border-radius: 50px;
    background: #4581fb;
    color: #fff !important;

    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 35px;
    margin: 20px auto;
    padding: 0 15px;
    cursor: pointer;


    
}
.index-main .more:hover{
	 border-radius: 50px;
    background: #0069d9;
    color: #fff !important;
}
/*# sourceMappingURL=main.css.map */

/*右侧漂浮*/

/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i {
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	top: 200px;
	left: 5px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: #4470da;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	left: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	/*width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;*/
}
.chat-tips img {
	width: 138px;
	height: 138px;
}






