﻿.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	width: 1388px;
	margin: 0 auto;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.w1388 {
	width: 1388px;
	margin: 0 auto;
}
.w1128 {
	width: 1128px;
	margin: 0 auto;
}
.bg15 {
	background: #151515;
}
.relative {
	position: relative;
}
.img100 img {
	width: 100%;
	vertical-align: bottom;
}
.pc-show {
	display: block;
}
.phone-show {
	display: none;
}
.header {
	position: fixed;
	z-index: 99999;
    width:100%;
}
.head-top2 {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #01953f
}
.head-top2.active {
	bottom: -50px;
}
.hotLine .span1 {
	color: #ccc;
	position: relative;
	padding-left: 20px;
}
.hotLine .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("../images/i0.png");
}
.head-top2 .hotLine .span1:before {
	width: 28px;
	height: 25px;
	background: url("../images/tel2.png") no-repeat center;
	background-size: cover;
	margin-top: -12px;
	margin-right: 2px;
}
.hotLine .span2 {
	color: #fff;
	font-weight: bold;
}
.head-top2 .hotLine .span1 {
	color: #fff;
	padding-left: 30px;
}
.head-top2 .hotLine span {
	font-size: 16px;
}
.head-mid {
	height: 100px;
}
.head-con {
	width: 100%;
	background-color: rgba(0,0,0,0.22);
	height: 100px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.active .head-con {
	position: fixed;
    background-color:#fff;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px #ddd;
	height: 80px;
}
.header.active .nav-yi, .header.active .language {
	line-height: 80px;
    color:#000;
}
.header.active .logo {
	top: 5px;
}
.logo {
	position: absolute;
	top: 15px;
	left: 0;
}
.logo img {
	vertical-align: bottom; height:72px;
}
.menu-handler {
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: none;
}
.menu-handler .burger {
	height: 2px;
	background: #01953f;
	display: block;
	width: 20px;
	position: absolute;
	z-index: 5;
	left: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	top: 8px;
}
.menu-handler .burger-2 {
	top: 15px;
}
.menu-handler .burger-3 {
	top: 22px;
}
.menu-handler.active .burger-1 {
	top: 15px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	top: 15px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menu-box {
	margin-right: 100px;
}
.menu-box li {
	float: left;

	position: relative;
}
.menu-box li:first-child {
	margin-left: 0;
}
.nav-yi { display: inline-block; font-size: 16px; line-height: 100px;    padding:0 10px;color: #fff;font-weight:bold;position: relative;}
.nav-er-box {
	
	width: 100%;
	text-align: center;
	background: #fff;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}
.nav-tap {
	/* opacity: 0; */
        display:none;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-box li:hover .nav-er-box {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.menu-box li:hover .nav-tap {
        /* opacity: 1; */
        display:block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-san-box {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	background: #fff;
	overflow: hidden;
}
.nav-san-box a {
	width: 140px;
	font-size: 12px;
}
.nav-er-box a {
	display: block;
	line-height: 45px;
	color: #808080;
	font-size: 12px;
        padding:0 10px;
}
.language {
	position: absolute;
	right: 40px;
	top: 0;
	line-height: 100px;
	color: #313131;
	font-weight: bold;
	padding-left: 20px;
	font-family: dincondBold;
	font-size: 16px;
}
.language:before {
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url("../images/earth.jpg");
	content: '';
	position: absolute;
}
.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	border-top: 2px solid #01953f;
}
.menu-box li.active .nav-yi:after {
	width: 100%;
}
.menu-box li.active .nav-yi {
	color: #01953f;
}
.ljgd {
	display: block;
	width: 150px;
	line-height: 50px;
	background: #01953f;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.banner {
    position:relative;
}
.banner .ljgd {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 25%;
}
.ljgd:hover {
	background: #fff;
	color: #01953f;
}
.swiper-slide-active .ljgd {
	animation: toUp 1s linear both;
}
 @keyframes toUp {
 0% {
 transform: translateY(50px);
 -webkit-transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
.swiper-pagination-bullets.pagination-style {
	z-index: 4;
	text-align: center;
}
.banner .pagination1.pagination-style {
	position: absolute;
	bottom: 5%;
	text-align: center;
}
.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	margin: 0 15px;
}
.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	background: #dcdcdc;
}
.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet-active {
	background: #01953f !important;
}
.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	margin: 0 6px;
}
.anlixq-img .pagination1 {
	margin-top: 12px;
}
.swiper-btn-style div {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	cursor: pointer;
}
.swiper-btn-style .swiper-btn-left {
	left: -50px;
	background-image: url("../images/btn1.png");
}
.swiper-btn-style .swiper-btn-right {
	right: -50px;
	background-image: url("../images/btn2.png");
}
.swiper-container:hover .swiper-btn-left {
	left: 70px;
}
.swiper-container:hover .swiper-btn-right {
	right: 70px;
}
.swiper-btn-style .swiper-btn-left:hover {
	background-image: url("../images/btn1-1.png");
}
.swiper-btn-style .swiper-btn-right:hover {
	background-image: url("../images/btn2-1.png");
}
.top-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
}
.search-btn {
	background: #fff;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    font-weight: normal;
	margin-top: 33px;
}
.search-btn a {
    font-size: 16px;
    padding: 0 20px;
    display: block;
    text-align: center;
    transition: all ease .3s;
        color:#01953f;
    }
.header.active .search-btn {
	background: #01953f;
    color: #fff;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    font-weight: normal;
	margin-top: 23px;
}
.header.active .search-btn a {
    font-size: 16px;
    padding: 0 20px;
    display: block;
    text-align: center;
    transition: all ease .3s;
        color:#fff;
    }
@media (max-width:1440px) {
    .w1388 {
        width: 1200px;
    }
}
 @media (min-width:1250px) {
.menu-box li:hover .nav-yi {
	color: #fff;
    background-color:#01953f;
    padding:0 10px;
}
.menu-box li:hover .nav-yi:after {
	width: 100%;
}
/*.menu-box li:hover .nav-er-box{display: block;}*/

.index-a li:hover .index-a-title {
	margin-top: 0;
}
/*.index-a li:hover .index-a-con{background: none;}*/

.index-a li:hover i {
	transform: translateY(0) translateZ(0);
	-webkit-transform: translateY(0) translateZ(0);
	opacity: 1;
}
.anli-list li:hover .anli-con {
	opacity: 1;
}
.nav-er-list:hover .nav-er, .nav-san-box a:hover {
	background: #01953f;
	color: #fff;
}
.nav-er-list:hover .nav-san-box {
	width: 140px;
}
.brief-nav-con li:hover .left-yi {
	color: #fff;
}
.brief-nav-con li:hover .left-yi:before {
	width: 100%
}
.index-a li:hover .index-a-con {
	background: rgba(243,141,0,.7);
}
}
 @media (max-width:1440px) {
.w1388 {
	width: 1200px;
}
.map-tit h2 {
	font-size: 20px;
}
.map-tit > div {
	font-size: 14px;
}
.banner .ljgd {
	bottom: 16%;
}
}
 @media (max-width:1250px) {
.w1388, .w1128 {
	width: auto;
	margin: 0 20px;
}
body {
	padding-top: 60px;
}
.menu-handler {
	display: block;
}
.head-top div.fl {
	display: none;
}
.header {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.head-mid {
	height: 60px !important;
}
.head-con {
	transform: none;
     background-color:#fff;
	-webkit-transform: none;
	height: 60px;
}
.header.active .head-con {
	position: relative;
	height: 60px !important;
}

.language {
	position: fixed;
	line-height: 2em !important;
	top: 14px;
	right: 60px;
	text-align: center;
	z-index: 99;
}
/*.language.active{bottom:20px;}*/
.logo {
	top: 5px !important;
}
.logo img {
	height: 50px;
}
.menu-box {
	position: fixed;
	width: 100%;
	top: 60px;
	bottom: 0;
	left: -100%;
	background: #fff;
	margin: 0;
	transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
	-webkit-transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
}
.menu-box.active {
	left: 0;
}
.menu-box-ul {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 80px;
	bottom: 50px;
	overflow: auto;
}
.menu-box li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.menu-box li:after {
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	/*background: url(../images/p1.png) no-repeat center;*/
	background-size: cover;
	right: 5px;
	top: 17px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.menu-box li.active:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.menu-box li:first-child:after {
	display: none;
}
.menu-box li:last-child:after {
	display: none;
}
.menu-box li:first-child .nav-yi {
	display: block;
}
.menu-box li:last-child .nav-yi {
	display: block;
}
.menu-box li.active {
	border-color: #01953f;
}
.nav-yi {
	line-height: 50px !important;
    color:#000;
}
.nav-yi:after {
	display: none !important;
}
.nav-er-box {
	position: static;
	width: auto;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	padding-bottom: 10px;
	display: none;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-er-box a {
	display: block;
	line-height: 32px;
}
.fubox, .pro-i {
	display: none;
}
.nav-san-box {
	position: static;
	width: 100%;
	text-indent: 25px;
}
.nav-san-box a {
	width: 100%;
}
.footer-mid-left dl {
	margin-right: 40px;
}
.ppgs-title {
	margin-bottom: 15px;
}
.ppgs-title h4 {
	margin-bottom: 3px;
}
.brief-nav, .position h2 {
	width: 200px;
}
.box-right {
	margin-left: 230px;
}
.xw-list li {
	width: 100%;
}
.zksq {
	right: 5px;
}
.left-er-box {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.left-er-box a {
	font-size: 13px;
}
.top-search {
	right: 12px;
	position: absolute;
	height: auto;
	left: 12px;
	top: 0;
}
.search-btn {
	background: #01953f;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    font-weight: normal;
	margin-top: 33px;
}
.search-btn a {
    font-size: 16px;
    padding: 0 20px;
    display: block;
    text-align: center;
    transition: all ease .3s;
        color:#fff;
    }
.menu-box.active .menu-box-ul {
	opacity: 1;
}
.language {
	padding-left: 0;
}
.language:before {
	position: static;
	display: inline-block;
	margin: -5px 4px 0 0;
	vertical-align: middle;
}
.index-a-con {
	background: rgba(181,0,78,.7);
}
.hide-honor-con {
	width: 90%;
	left: 5%;
	margin-left: 0;
}
.banner {
    position:inherit;
    top:0px;
    }
}
 @media (max-width:768px) {
.wh-title h4 {
	font-size: 16px;
}
.wh-text b, .wh-title span {
	font-size: 14px;
}
.index-a-title {
	margin-top: 0;
}
.index-a i {
	display: none;
}
.cptd2-con {
	height: 100px;
}
.ppgs-l, .gtrz .img100 {
	width: 100%;
}
.ppgs-r, .gtrz-con {
	position: static;
	width: 100%;
}
.footer-mid-left, .footer-mid-right, .proxqimg, .proxq-r, .map-info {
	float: none;
	width: 100%;
}
.ppgs-r {
	padding: 25px 0;
}
.ppgs-warp {
	width: auto;
}
.footer-mid-right {
	margin-top: 20px;
}
.wh-text b {
	margin-top: 15px;
}
.gtrz-con {
	padding: 20px 0;
}
.wh-text {
	width: 90%;
}
}
 @media (max-width:750px) {
.price b {
	font-size: 30px;
}
.title1 h3, .ppgs-title h4, .pro-cs-a h4, .his-nian {
	font-size: 20px;
}
.pro-cs-a span {
	font-size: 18px;
}
.index-a h3, .position h2, .map-name {
	font-size: 16px;
}
.title2 h4 {
	font-size: 14px;
}
.xw-con p, .footer-bot span, .title2 span, .ny-title-r a {
	font-size: 12px;
}
.pc-show, .pro-i, .footer-mid-left, .hide-honor-bth div {
	display: none;
}
.phone-show {
	display: block;
}
.w1388, .w1128 {
	margin: 0 12px;
}
.margin-t60, .footer, .footer-mid, .history-top, .ditu-bot {
	margin-top: 25px;
}
.margin-t50, .margin-t40, .history-bot, .whbox li:last-child {
	margin-top: 20px;
}
.logo2, .contact-page:last-child, .result-box .search-list li {
	margin-top: 15px;
}
.honnor li p, .xwfy-a:last-child {
	margin-top: 10px;
}
.footer-mid-right {
	margin-top: 0;
}
.title2 h4 img {
	margin-top: -3px;
}
.title1, .honnor li, .search-list, .result-box {
	margin-bottom: 20px;
}
.gcal-list li {
	margin-bottom: 15px;
}
.box-right {
	padding-top: 25px;
}
.poroxq-b-con {
	padding: 15px;
}
.map-name {
	padding: 10px 0;
}
.wh-text {
	padding: 20px 0;
}
.left-er-box {
	width: 0;
	overflow: hidden;
	display: block;
	left: auto;
	right: 0;
	transition: all .3s linear;
	border: none;
	padding: 0;
}
.left-er-box a {
	white-space: nowrap;
}
li.in .left-er-box {
	width: 100%;
}
.left-er-wrap {
	border: 1px solid #e5e5e5;
	padding: 10px 0;
}
.map-lxwm {
	padding: 0;
}
.page span, .page input, .pages {
	margin: 0;
}
.xw-list li, .contact-page {
	float: none;
	width: 100%;
	margin-right: 0;
}
.brief-nav {
	position: static;
	width: 100%;
}
.menu-handler {
	right: 12px;
}
.index-a li {
	width: 49.5%;
	margin-right: 1%;
}
.index-a {
	margin-top: 1%;
}
.index-a li:nth-child(even) {
	margin-right: 0;
}
.ljgd2 {
	width: 100px;
	line-height: 34px;
}
.tab-btn a {
	margin: 0 2px;
	width: 80px;
	font-size: 12px;
	line-height: 30px;
}
.product-list li, .anli-list li {
	width: 48%;
	margin-right: 4%;
}
.product-list li:nth-child(3n), .anli-list li:nth-child(4n) {
	margin-right: 4%;
}
.product-list li:nth-child(even), .anli-list li:nth-child(even) {
	margin-right: 0;
}
.pro-list-bot {
	padding: 10px 0;
}
.pro-list-bot h5 {
	margin-right: 0;
}
.anli-list li {
	margin-bottom: 4%;
}
.footer-top {
	height: 70px;
}
.logo2 img {
	height: 40px;
}
.footer-bot, .bdsharebuttonbox.forlink {
	text-align: center;
}
.bdsharebuttonbox.forlink span, .bdsharebuttonbox.forlink a {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.box-right {
	margin-left: 0;
}
.contentbox {
	padding-bottom: 10px;
	min-height: 250px;
}
.position {
	line-height: 50px;
	margin-top: -50px;
}
.position h2 {
	width: 150px;
}
.left-yi {
	line-height: 50px;
}
.zksq {
	top: 18px;
}
.left-er-box a {
	line-height: 34px;
}
.title2 h4 img {
	width: 18px;
	height: 18px;
}
.title2 {
	line-height: 34px;
}
.history-year {
	width: 100px;
}
.history-con {
	left: 104px;
}
.preview .swiper-slide {
	height: 100px;
}
.whbox .img100 {
	float: none !important;
	width: 100% !important;
}
.whbox-con {
	position: static !important;
	width: 100% !important;
}
.gcal-list li {
	width: 49%;
	margin-right: 2%;
}
.gcal-list li:nth-child(4n) {
	margin-right: 2%;
}
.gcal-list li:nth-child(even) {
	margin-right: 0;
}
.honnor li {
	width: 32%;
	margin-right: 2%;
}
#container {
	height: 260px;
}
.contact-page {
	max-width: none;
}
.xwfy-a {
	float: none;
	max-width: 100%;
}
.fr .fy-go {
	left: 0;
	right: auto;
}
.fr.xwfy-a a {
	padding-left: 70px;
	padding-right: 0;
}
.fr.xwfy-a span {
	left: auto;
	right: 0;
}
.fr .fy-go {
	padding-left: 0;
	padding-right: 20px;
}
.map-info {
	margin: 0;
}
.map-tit h2 {
	color: #01953f;
}
.map-name, .map-bot {
	background: #01953f;
}
.map-tit {
	border-color: #01953f;
}
.ny-title-r a {
	display: inline-block;
}
.position {
	height: auto;
}
.history-year {
	height: 180px;
}
.history-txt p {
	font-size: 13px;
}
.ljgd {
	width: 120px;
	line-height: 40px;
}
.banner .ljgd {
	margin-left: -60px;
	bottom: 18%;
}
.index-a .img img {
	width: 36px;
}
.brief-nav-con ul {
	/*display: flex*/
}
.brief-nav-con li {
	flex: 1;
	margin-right: 1px;
}
.brief-nav-con li:last-child {
	margin-right: 0;
}
.honor-close {
	right: 0;
}
html.active {
	overflow: hidden;
}
body {
	padding-bottom: 40px;
}
.swiper-btn-style {
	display: none;
}
}

.contain-1440{width: 1440px;margin: 0 auto;}
.incom-title {width: 100%;text-align: center;}
.incom-title h2{font-size: 42px;color: #333;line-height: 1;font-weight: 700;margin-bottom: 16px;}
.incom-title span{font-size: 14px;color: #777;line-height: 1;text-transform: uppercase;font-family:'思源黑体';}
.incom-title.white h2{color: #fff;}
.incom-title.white span{color: #fff;}
.inpartner{width: 100%;padding: 110px 0;background-color: #fff;}
.inpartner-item{width: 100%;margin-top: 42px;}
.inpartner-menu{width: 100%;}
.inpartner-menu ul{display:flex;flex-wrap:wrap;justify-content:space-between;border:1px solid #ececec;border-bottom:0;border-right: 0}
.inpartner-menu ul:after{content: '';width: 20%}
.inpartner-menu li{width:20%;display:flex;justify-content:center;align-items:center;height:120px;border-bottom:1px solid #ececec;border-right:1px solid #e0e0e0}
.inpartner-menu li:hover img{transform: scale(1.1)}
.inpartner-menu li img{max-width:70%;max-height:70%;object-fit:cover;transition: all .6s ease}
.inpartner .inpartner-pagination{width: 100%; text-align: center;margin-top: 24px;padding-bottom: 10px;}
.inpartner .inpartner-pagination .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1; border: 2px solid #a5a5a5;background-color: transparent;margin: 0 7.5px !important;}
.inpartner .inpartner-pagination .swiper-pagination-bullet-active{border-color: #1a2e63; background-color: #1a2e63;}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1680, .contain-1440{width: 1200px;}
        .inpartner {padding: 100px 0;}
}
@media all and (max-width:1279px) {
       .incom-title h2 {font-size: 32px;margin-bottom: 12px;}
       .inpartner {padding:80px 0;}
       .contain-1680, .contain-1440 {
        width: 960px;
    }
}
@media all and (max-width:1000px) {
      .incom-title h2 {font-size: 28px;margin-bottom: 10px;}
          .inpartner {padding:60px 0;}
    .inpartner-item {margin-top: 32px;}
    .contain-1680, .contain-1440, .contain {
        width: 92%;
    }
}
@media all and (max-width:640px) {
       .incom-title h2 {font-size: 20px;margin-bottom:4px;}
   .incom-title span {font-size: 12px;}
       .inpartner {padding:40px 0;}
    .inpartner-item {margin-top:28px;}
    .inpartner-menu li { width: 50%;height: 88px;}
}

.right-abs {
	position: fixed;
	z-index: 100;
	top: 35%;
	right: 0;
	margin-top: -120px;
}

.right-abs a {
	display: block;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 4px;
	position: relative;
}



.abs4-txt {
	background: #fff;
	right: 64px;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	min-width: 160px;
	position: absolute;
	height: 64px;
	line-height: 24px;
	display: none;
}
/*.abs3-txt {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: absolute;
	right: 64px;
	top: 0;
	width: 140px;
	height: 140px;
	display: none;
}

.abs3-txt img {
	width: 120px;
	height: 120px;
	display: block;
}*/

.abs2-txt {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: absolute;
	right: 64px;
	top: 0;
	width: 140px;
	height: 140px;
	display: none;
}

.abs2-txt img {
	width: 120px;
	height: 120px;
	display: block;
}

.abs4-txt .p1 {
	font-size: 16px;
	color: #ababab;
}

.abs4-txt .p2 {
	font-size: 16px;
	color: #333333;
}
.right-abs .abs1 {
	background: #fff url(../images/ab1.png) no-repeat 50%;
}

.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab1-2.png) no-repeat 50%;
}

.right-abs .abs2 {
	background: #fff url(../images/ab2.png) no-repeat 50%;
}

.right-abs .abs2:hover {
	background: #005BC1 url(../images/ab2-2.png) no-repeat 50%;
}

.right-abs .abs2:hover .abs2-txt {
	display: block;
}

.right-abs .abs4 {
	background: #fff url(../images/ab4.png) no-repeat 50%;
}

.right-abs .abs4:hover {
	background: #005BC1 url(../images/ab4-2.png) no-repeat 50%;
}

.right-abs .abs4:hover .abs4-txt {
	display: block;
}

.right-abs .abs3 {
	background: #fff url(../images/ab3.png) no-repeat 50%;
}

.right-abs .abs3:hover {
	background: #005BC1 url(../images/ab3-2.png) no-repeat 50%;
}

.right-abs .abs3:hover .abs3-txt {
	display: block;
}

.right-abs .abs5 {
	background: #fff url(../images/ab5.png) no-repeat 50%;
}

.right-abs .abs5:hover {
	background: #005BC1 url(../images/ab5-2.png) no-repeat 50%;
}
.right-abs .abs6 {
	background: #fff url(../images/ab6.png) no-repeat 50%;
}

.right-abs .abs6:hover {
	background: #005BC1 url(../images/ab6-2.png) no-repeat 50%;
}
.right-abs .abs7 {
	background: #fff url(../images/ab7.png) no-repeat 50%;
}

.right-abs .abs7:hover {
	background: #005BC1 url(../images/ab7-2.png) no-repeat 50%;
}
.right-abs .abs8 {
	background: #fff url(../images/top1.png) no-repeat 50%;
}

.right-abs .abs8:hover {
	background: #005BC1 url(../images/top2.png) no-repeat 50%;
}
