/*顶部大图*/
.mainChild_box{
	width: 100%;
	margin: 0 auto;
}
.mainChild_box img{
	display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
/*为什么选择赢越财税*/
.mainChild1_box{
	width: 100%;
	margin: 0 auto;
	background: #F1F2F3;
	padding-bottom: 80px;
}
.mainChild1{
	width: 1180px;
	margin: 0 auto;
	padding-top: 20px;
}
.why_left{
	width: 538px;
	float: left;
}
.why_left>div:nth-of-type(1){
	width: 323px;
	height: 1px;
	background: #d5d5d5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.why_left>p:nth-of-type(1){
	font-size: 18px;
	color: #333333;
}
.why_left>p:nth-of-type(2){
	font-size: 16px;
	color: #333333;
}
.why_left>p:nth-of-type(3){
	color: #515151;
	line-height: 25px;
	margin-top: 33px;
}
.why_right{
	float: right;
}
/*赢上财税城市分布*/
.map-service {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.map-service-left {
	float: left;
	width: 30%;
	padding-top: 36px;
}
.data-list {
	width: 90%;
}
.data-list li a{
	display: block;
	width: 100%;
	height: 78px;
	margin:10px 0;
	padding: 0 20px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	background-color: #e6ebf0;
	font-size: 12px;
	color: #4c4c4c;
}
.data-list li a:hover{
	color: #ff6900;
	border-color: #ff6900;
}
.data-list li a span{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	line-height: 1.6;
}
.data-list li .data-list-icon{
	display: inline-block;
	width: 40%;
	height: 78px;
	vertical-align: middle;
}
.data-list li .icon-a{
	background: url(../images/map-a.png) no-repeat 0 0;
}
.data-list li .icon-b{
	background: url(../images/map-b.png) no-repeat 0 0;
}
.data-list li .icon-c{
	background: url(../images/map-c.png) no-repeat 0 0;
}
.data-list li .icon-d{
	background: url(../images/map-d.png) no-repeat 0 0;
}
.data-list li .icon-e{
	background: url(../images/map-e.png) no-repeat 0 0;
}
.map-service-box{
	position: relative;
	width: 100%;
	height: 577px;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.china-map {
	position: relative;
	width: 100%;
	height: 577px;
	/*margin-right: 50px;*/
	/* background: url("../images/china_map.png") no-repeat; */
}
.region-list {
	position: absolute;
	left: 0px;
	top: 0px;
}

@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}



.area-box .dot {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 16px;
	height: 16px;
	/*background: url("../images/area_min.png") no-repeat center;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100);
}
.area-box .pulse {
	display: inline-block;
	position: absolute;
	top: -16px;
	left: -16px;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background: #a2a9b4;
	opacity: 0.12;
	filter: alpha(opacity=12);
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.region-list.active .area-box .dot {
	background: #ff6900;
}
.region-list.active .area-box .pulse {
	background: #ff6900;
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0px;
	top: 0px;
	width: 11px;
	background: url("../images/area_line.png") no-repeat center;
	opacity:0;
	filter: alpha(opacity=0);
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.online-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	top: -120px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.show-regin span {
	width: 57px;
	display: inline-block;
	position: absolute;
	left: -35px;
	top: -40px;
	padding: 6px 12px;
	font-size: 14px;
	color: #fff;
	background: #a2a9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}
.area-box {
	z-index: 77;
}
.show-regin {
	z-index: 66;
}

/*.region-list.active .area-box span {
	background: url("../images/area_min_l.png") no-repeat center;
}
.region-list.active .area-box i {
	background: url("../images/area_middle_l.png") no-repeat center;
}
.region-list.active .area-box strong {
	background: url("../images/area_man_l.png") no-repeat center;
}*/
.region-list.active .show-regin {
	background: url("../images/area_line_l.png") no-repeat center;
}
.region-list.active .show-regin span {
	color: #fff;
	background: #ff6900;
}
.postition-1 {
	left: 210px;
	top: 180px;
}
.postition-2 {
	left: 148px;
	top: 354px;
}
.postition-3 {
	left: 260px;
	top: 270px;
}
.postition-4 {
	left: 336px;
	top: 336px;
}
.postition-5 {
	left: 460px;
	top: 250px;
}
.postition-6 {
	left: 417px;
	top: 379px;
}
.postition-7 {
	left: 590px;
	top: 162px;
}
.postition-8 {
	left: 502px;
	top: 200px;
}
.postition-9 {
	left: 558px;
	top: 322px;
}
.postition-10 {
	left: 521px;
	top: 506px;
}
.postition-11 {
	left: 516px;
	top: 488px;
}
.postition-12 {
	left: 464px;
	top: 415px;
}
.postition-13 {
	left: 525px;
	top: 270px;
}
.postition-14 {
	left: 327px;
	top: 364px;
}
.douhao {
	display: inline-block;
	width: 0px;
}
.map-service-left2 { 
	padding-top: 0px
}
.map-service-intro-div2 {
	margin-bottom: 26px;
	padding-left: 56px;
	height: 96px
}
.map-intro-div-012 {
	background: url(../images/map_service_intro_icon_01.png) no-repeat 0 0
}
.map-intro-div-022 {
	background: url(../images/map_service_intro_icon_02.png) no-repeat 0 0
}
.map-intro-div-032 {
	background: url(../images/map_service_intro_icon_03.png) no-repeat 0 0;
	margin-bottom: 60px
}
.map-service-intro-title2 {
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 32px
}
.map-service-intro-subtitle2 {
	height: 59px;
	width: 216px;
	border-bottom: 1px solid #56585c;
	line-height: 50px;
	font-size: 18px;
	color: #999
}
.map-intro-div-032 .map-service-intro-subtitle2 {
	border-bottom: 0
}
a.map-service-more-link2 {
	display: block;
	margin-bottom: 38px;
	width: 174px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ff6900;
	margin-left: 50px;
}
/*赢上荣誉*/
.mainChild2_box{
	width: 100%;
	height: 591px;
	margin: 0 auto;
	background: url(../images/c83.png) no-repeat;
}
.mainChild2{
	width: 1180px;
	margin: 0 auto;
}
.mainChild2>p{
	width: 1096px;
	margin: 0 auto;
}
/*赢上怎么做*/
.mainChild3_box{
	width: 100%;
	margin: 0 auto;
	background: #F1F2F3;
	padding-bottom: 80px;
}
.mainChild3{
	width: 1180px;
	margin: 0 auto;
}
.bz{
	float: left;
	width: 291px;
	height: 250px;
	position: relative;
	margin: 0 2px 4px;
}
.bz:nth-of-type(1){
	background: url(../images/img-box1.jpg)no-repeat;
}
.bz:nth-of-type(2){
	background: url(../images/img-box2.jpg)no-repeat;
}
.bz:nth-of-type(3){
	background: url(../images/img-box3.jpg)no-repeat;
}
.bz:nth-of-type(4){
	background: url(../images/img-box4.jpg)no-repeat;
}
.bz:nth-of-type(5){
	background: url(../images/img-box5.jpg)no-repeat;
}
.bz:nth-of-type(6){
	background: url(../images/img-box6.jpg)no-repeat;
}
.bz:nth-of-type(7){
	background: url(../images/img-box7.jpg)no-repeat;
}
.bz:nth-of-type(8){
	background: url(../images/img-box8.jpg)no-repeat;
}
.bz:nth-child(4n){
	margin-right: 0;
}
.bz_wzz{
	margin-top: 80px;
	-webkit-transition: all 0.44s;
	-o-transition: all 0.44s;
	transition: all 0.44s;
	z-index: 22;
	position: absolute;
	width: 100%;
}
.bz_wzz>p{
	color: #FFFFFF;
	text-align: center;
}
.bz_wzz>p:nth-of-type(2){
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.bz_wzz>p:nth-of-type(3){
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.bz:hover .bz_wzz{
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
}
.bz:hover .bz_wzz>p:nth-of-type(3){
	opacity: 1;
}
.bz_wzz2{
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../images/index.png) repeat;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0.1s;
	-o-transition: all 0.5s linear 0.1s;
	transition: all 0.5s linear 0.1s;
	z-index: 1;
}
.bz:hover .bz_wzz2{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*重庆观音桥分部公司信息*/
.mainChild4_box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.mainChild4{
	width: 1180px;
	margin: 0 auto;
}
.about_left{
	width: 680px;
	height: 412px;
	overflow: hidden;
	border: #00c0ff 4px solid;
	float: left;
}
.about_right{
	float: right;
	margin-left: 24px;
	margin-top: 16px;
}
.about_right>p:nth-of-type(1){
	font-size: 17px;
}
.about_right>p:nth-of-type(2){
	font-size: 42px;
    color: #ffc000;
    font-family: 'AddFont';
}
.about_right>p:nth-of-type(3){
	font-size: 18px;
	line-height: 40px;
	letter-spacing:1px;
}
.about_right>p:nth-of-type(4){
	font-size: 18px;
	line-height: 40px;
	letter-spacing:1px;
}
.about_right>p:nth-of-type(5){
	font-size: 18px;
	line-height: 40px;
	letter-spacing:1px;
}
.about_right>p:nth-of-type(3)>span{
	margin-right: 13px;
}
.about_right>p:nth-of-type(4)>span{
	margin-right: 13px;
}
.about_right>p:nth-of-type(5)>span{
	margin-right: 13px;
}
.about_bottom{
	margin-top: 30px;
}
.ab_left{
	float: left;
	margin-top: 27px;
}
.ab_right{
	float: left;
	margin-left: 30px;
}
.ab_right>p:nth-of-type(1){
	font-size: 26px;
	color: #ffc000;
}
.ab_right>p:nth-of-type(1)>span{
	margin-left: 20px;
	margin-top: 1px;
}
.ab_right>p:nth-of-type(1)>span>img{
	margin-bottom: -3px;
}
.ab_right>p:nth-of-type(2){
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}
.ab_right>p:nth-of-type(3){
	font-size: 15px;
	line-height: 30px;
}
.ab_right>p:nth-of-type(4){
	font-size: 15px;
	line-height: 30px;
}