
.header{
	width: 100%;
	height: 306px;
	    height: 310px;
	/*background: url(../img/index/bjc.png) no-repeat center top;*/
	position: relative;
	transition: height 1s; 
	overflow: hidden;
}
.hbigimg, .hsmallimg {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1920px;
    height: 100%;
    /*height: 136px;*/
    margin-left: -960px;
   /* -webkit-transition: opacity .6s;
    transition: opacity .6s;*/
    opacity: 1;
}
.hsmallimg {
    opacity: 0;
}
.hTop .hsmallimg{
	opacity: 1;
}
.hTop .hbigimg{
	opacity: 0;
}
.dtbig, .dtsmall {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1920px;
    height: 100%;
    /*height: 310px;*/
    margin-left: -960px;
    /*transition-delay: 1s;*/
    -webkit-transition: opacity 0 1s;
    transition: opacity 0 1s;
    z-index: 
}
.dtbig{
	opacity: 1;
	height: 306px;
	    height: 310px;
	background: url(../img/index/dtcj.png) no-repeat center bottom;
}
.dtsmall {
    opacity: 0;
	height: 136px;
	background: url(../img/index/dtdj.png) no-repeat center bottom;
}
.hTop .dtsmall{
	opacity: 1;
}
.hTop .dtbig{
	opacity: 0;
}
.h_logo{
	display: block;
	width: 178px;
	height: 99px;
	background: url(../img/index/logo.png) no-repeat center center;
	position: absolute;
	left: 26px;
	top: 10px;
}
.h_logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
}
.h_go{
	height: 26px;
	position: absolute;
	top: 30px;
	right: 50px;
}
.hr_username{
	float: left;
	height: 26px;
}
.hr_login{
	display: block;
	width: 60px;
	height: 26px;
	background: url(../img/common/icon.png) no-repeat 0 0;
	text-indent: -999999px;
}
.hr_login:hover{
	background: url(../img/common/icon.png) no-repeat 0 -26px;
}
.h_go .em{
	float: left;
	width: 1px;
	height: 16px;
	background: #b5fbff;
	margin: 5px 12px;
}
.hr_phone_div em{
	float: left;
	line-height: 26px;
	font-size: 16px;
	color: #b5fbff;
}
.hr_phone_div span{
	float: left;
	line-height: 26px;
	font-size: 16px;
	color: #b5fbff;
}
.hr_phone_div a{
	float: left;
	line-height: 26px;
	font-size: 16px;
	color: #b5fbff;
}
.hr_phone_div a.hr_quit{
	margin-left: 20px;
}
.hr_phone_div a.hr_quit:hover{
	color: #dffdff;
}
.hr_gw{
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #b5fbff;
	margin-top: 5px;
}
.hr_gw i{
	float: left;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon.png) no-repeat -60px 0;
	margin-right: 4px;
}
.hr_gw span{
	color: #b5fbff;
}
.hr_gw:hover span{
	color: #dffdff;
}
.hr_gw:hover i{
	background: url(../img/common/icon.png) no-repeat -60px -16px;
}
.h_title{
	display: block;
	width: 573px;
	height: 112px;
	text-indent: -99999px;
	background: url(../img/index/t1.png) no-repeat center center;
	position: absolute;
	top: 62px;
	left: 50%;
	margin-left: -286px;
	/*transition: top 0.5s;*/
}
.h_phone{
	display: block;
	width: 372px;
	height: 50px;
	background: url(../img/index/rx.png) no-repeat center center;
	position: absolute;
	top: 204px;
	left: 50%;
	margin-left: -186px;
	/*transition: top 0.5s;*/
}
.h_phone span{
	display: block;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #dbfffa;
	padding-left: 166px;
}
.thphone{
	display: block;
	line-height: 1;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	bottom: 78px;
	font-size: 18px;
	color: #108d92;
	font-family: 'fzzzmc';
	opacity: 0;
	/*transition-delay: 1s;*/
	/*transition: opacity 1s;*/
}
.hTop .thphone{
	opacity: 1;
}
.hTop .h_title{
	top: 46px;
	display: none;
}
.hTop .h_phone{
	top: 170px;
	display: none;
}
.hTop{
    display: block;
    width: 100%;
    /*height: 140px;*/
    height: 136px;
    z-index: 100;
}

.main{
	width: 100%;
	position: relative;
	/*padding-bottom: 62px;*/
}
.m_nav{
	width: 1200px;
	margin: 0 auto;
	padding-top: 24px;
}
.m_nav ul{
	width: 1200px;
	height: 170px;
}
.m_nav ul li{
	float: left;
	width: 270px;
	height: 170px;
	margin-right: 190px;
}
.m_nav ul li:last-child{
	margin-right: 0;
}
.m_nav ul li a{
	display: block;
	width: 270px;
	height: 170px;
	position: relative;
	overflow: hidden;
}
.m_nav ul li .mn_icon{
	display: block;
	width: 86px;
	height: 86px;
	position: absolute;
	left: 92px;
	top: 22px;
	overflow: hidden;
	border-radius: 50%;
}
.m_nav ul li a i{
	display: block;
	width: 86px;
	height: 86px;
	position: absolute;
	left: 0;
	transition: top 0.5s;
}
.m_nav ul li a .i1{
	top: 0;
}
.m_nav ul li a .i2{
	top: 86px;
}
.m_nav ul li a:hover .i1{
	top: -86px;
}
.m_nav ul li a:hover .i2{
	top: 0;
}
.m_nav ul li a .mn_td{
	display: block;
	width: 190px;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 40px;
	top: 126px;
	transition: top 0.5s;
}
.m_nav ul li a:hover .mn_td{
	top: 118px;
}
.m_nav ul li a .mn_ts{
	display: block;
	width: 190px;
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 40px;
	top: 150px;
	opacity: 0;
	transition: all 0.5s;
}
.m_nav ul li a:hover .mn_ts{
	top: 142px;
	opacity: 1;
}
.m_nav ul li a .ii{
	display: block;
    width:270px; 
    height:64px; 
    position:absolute; 
    left:0; 
    bottom:0;
}
.m_nav ul li a:hover .ii{
	animation:sploosh 3s ease-in-out both infinite; 
    -webkit-animation:sploosh 3s linear both infinite;
}
@-webkit-keyframes sploosh{
  	0% {
  		background-position: 0 bottom;
  	}
  	100% {
  		background-position: 270px bottom;
  	}
}
@keyframes sploosh{
  	0% {
  		background-position: 0 bottom;
  	}
  	100% {
  		background-position: 270px bottom;
  	}
}
.m_nav ul li.mn_zxzx a .ii{
	background-image: url(../img/index/i1.png);
	height: 68px;
	bottom: -4px;
	-webkit-animation-delay: -0.2s;  animation-delay: -0.2s; opacity:0.4;
}
.m_nav ul li.mn_zxzx a .ii2{
	-webkit-animation-delay: -0.6s;  animation-delay: -0.6s; opacity:0.2;
}
.m_nav ul li.mn_zhmm a .ii{
	background-image: url(../img/index/i2.png);
	height: 84px;
	bottom: -16px;
	-webkit-animation-delay: -0.2s;  animation-delay: -0.2s; opacity:0.4;
}
.m_nav ul li.mn_zhmm a .ii2{
	-webkit-animation-delay: -0.6s;  animation-delay: -0.6s; opacity:0.2;
}
.m_nav ul li.mn_gm a .ii{
	background-image: url(../img/index/i3.png);
	height: 84px;
	bottom: -16px;
	-webkit-animation-delay: -0.2s;  animation-delay: -0.2s; opacity:0.4;
}
.m_nav ul li.mn_gm a .ii2{
	-webkit-animation-delay: -0.6s;  animation-delay: -0.6s; opacity:0.2;
}
.m_nav ul li.mn_yjfk a .ii{
	background-image: url(../img/index/i4.png);
	height: 64px;
	-webkit-animation-delay: -0.2s;  animation-delay: -0.2s; opacity:0.4;
}
.m_nav ul li.mn_yjfk a .ii2{
	-webkit-animation-delay: -0.6s;  animation-delay: -0.6s; opacity:0.2;
}

.m_nav ul li.mn_zxzx a{
	background: url(../img/index/icon1.png) no-repeat 0 0;
}
.m_nav ul li.mn_zxzx a .mn_icon i{
	background: url(../img/index/icon1.png) no-repeat -540px 0;
}
.m_nav ul li.mn_zxzx a:hover{
	background: url(../img/index/icon1.png) no-repeat -270px 0;
}
.m_nav ul li.mn_zhmm a{
	background: url(../img/index/icon1.png) no-repeat 0 -170px;
}
.m_nav ul li.mn_zhmm a .mn_icon i{
	background: url(../img/index/icon1.png) no-repeat -540px -170px;
}
.m_nav ul li.mn_zhmm a:hover{
	background: url(../img/index/icon1.png) no-repeat -270px -170px;
}
.m_nav ul li.mn_gm a{
	background: url(../img/index/icon1.png) no-repeat 0 -340px;
}
.m_nav ul li.mn_gm a .mn_icon i{
	background: url(../img/index/icon1.png) no-repeat -540px -340px;
}
.m_nav ul li.mn_gm a:hover{
	background: url(../img/index/icon1.png) no-repeat -270px -340px;
}
.m_nav ul li.mn_yjfk a{
	background: url(../img/index/icon1.png) no-repeat 0 -510px;
}
.m_nav ul li.mn_yjfk a .mn_icon i{
	background: url(../img/index/icon1.png) no-repeat -540px -510px;
}
.m_nav ul li.mn_yjfk a:hover{
	background: url(../img/index/icon1.png) no-repeat -270px -510px;
}

.m_zong{
	width: 1200px;
	height: 410px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 62px;
}
.mz_problem{
	float: left;
	width: 526px;
	height: 410px;
	margin-right: 40px;
	background: #fff;
	border-radius: 6px;
}
.mzp_title{
	display: block;
	width: 456px;
	height: 35px;
	margin: 0 auto;
	margin-top: 16px;
	background: url(../img/index/mzp_title.png) no-repeat left bottom;
}
.mzp_title span{
	float: left;
	text-indent: -999999px;
}
.mzp_title a{
	float: right;
	width: 16px;
	height: 16px;
	background: url(../img/index/more.png) no-repeat center center;
}
.mzp_title a:hover{
	transform: rotate(180deg);
	transition: transform 0.5s;
	background: url(../img/index/moreon.png) no-repeat center center;
}
.mzp_offi{
	display: block;
	width: 456px;
	height: 68px;
	margin: 0 auto;
	margin-top: 14px;
	background: url(../img/index/mzp_offi.png) no-repeat center center;
}
.mzp_offi h5{
	text-indent: -999999px;
	display: none;
}
.mzp_offi span{
	display: block;
	font-size: 16px;
	color: #36c3bc;
	line-height: 1;
	padding-left: 104px;
	padding-top: 40px;
	display: none;
}
.mzp_list{
	display: block;
	width: 456px;
	height: 270px;
	overflow: hidden;
	margin: 20px auto;
}
.mzp_item{
	display: block;
	width: 456px;
	height: 40px;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.mzp_item span{
	float: left;
	width: 415px;
	line-height: 30px;
	font-size: 16px;
	color: #717171;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mzp_item i{
	float: right;
	width: 37px;
	height: 24px;
	margin-top: 12px;
}
.mzp_item .hot{
	background: url(../img/index/hot.png) no-repeat center center;
}
.mzp_item .new{
	background: url(../img/index/new.png) no-repeat center center;
}
.mzp_item::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #b9e8e9;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transition: all 1s;
}
.mzp_item:hover::after {
    width: 100%;
    left: 0;
}
.mzp_item:hover span{
	color: #0ea58f;
}
.mz_other{
	float: right;
	width: 632px;
	height: 410px;
	background: #fff;
	border-radius: 6px;
}
.mzo_title{
	display: block;
	width: 566px;
	height: 36px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../img/index/mzo_title.png) no-repeat left bottom;
}
.mzo_title span{
	float: left;
	text-indent: -999999px;
}
.mzo_list{
	margin-left: 33px;
}
.mzo_item{
	float: left;
	width: 98px;
	height: 120px;
	margin-right: 58px;
	margin-top: 36px;
}
.mzo_item span{
	display: block;
	width: 98px;
	height: 98px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
.mzo_item span i{
	display: block;
	width: 98px;
	height: 98px;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s;
	position: absolute;
    left: 0;
    top: 0;
}
.mzo_item.mzo_xgmm span .default{
	background: url(../img/index/icon2.png) no-repeat 0 0;
}
.mzo_item.mzo_xgmm span .hover{
	background: url(../img/index/icon2.png) no-repeat 0 -98px;
    opacity: 0;
}
.mzo_item.mzo_bmsj span .default{
	background: url(../img/index/icon2.png) no-repeat -98px 0;
}
.mzo_item.mzo_bmsj span .hover{
	background: url(../img/index/icon2.png) no-repeat -98px -98px;
    opacity: 0;
}
.mzo_item.mzo_ssfw span .default{
	background: url(../img/index/icon2.png) no-repeat -196px 0;
}
.mzo_item.mzo_ssfw span .hover{
	background: url(../img/index/icon2.png) no-repeat -196px -98px;
    opacity: 0;
}
.mzo_item.mzo_fcm span .default{
	background: url(../img/index/icon2.png) no-repeat -294px 0;
}
.mzo_item.mzo_fcm span .hover{
	background: url(../img/index/icon2.png) no-repeat -294px -98px;
    opacity: 0;
}
.mzo_item.mzo_zhs span .default{
	background: url(../img/index/icon2.png) no-repeat 0 -196px;
}
.mzo_item.mzo_zhs span .hover{
	background: url(../img/index/icon2.png) no-repeat 0 -294px;
    opacity: 0;
}
.mzo_item.mzo_wgjb span .default{
	background: url(../img/index/icon2.png) no-repeat -98px -196px;
}
.mzo_item.mzo_wgjb span .hover{
	background: url(../img/index/icon2.png) no-repeat -98px -294px;
    opacity: 0;
}
.mzo_item.mzo_jzjh span .default{
	background: url(../img/index/icon2.png) no-repeat -196px -196px;
}
.mzo_item.mzo_jzjh span .hover{
	background: url(../img/index/icon2.png) no-repeat -196px -294px;
    opacity: 0;
}
.mzo_item.mzo_fpzn span .default{
	background: url(../img/index/icon2.png) no-repeat -294px -196px;
}
.mzo_item.mzo_fpzn span .hover{
	background: url(../img/index/icon2.png) no-repeat -294px -294px;
    opacity: 0;
}
.mzo_item span .default {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
}
.mzo_item span .hover {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.1s;
}
.mzo_item:hover span .default {
    transform: scale(0);
    opacity: 0;
}
.mzo_item:hover span .hover {
    opacity: 1;
    transform: scale(1);
}
/*.mzo_item:hover span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mzo_item:hover span i{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mzo_item:hover span .default {
    opacity: 0;
}
.mzo_item:hover span .hover {
    opacity: 1;
}*/
.mzo_item em{
	display: block;
	width: 98px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #7e7e7e;
	margin-top: 6px;
	transition: color 0.5s;
}
.mzo_xgmm:hover em{
	color: #4bb96e;
}
.mzo_bmsj:hover em{
	color: #189bff;
}
.mzo_ssfw:hover em{
	color: #1fc9ff;
}
.mzo_fcm:hover em{
	color: #7678ec;
}
.mzo_zhs:hover em{
	color: #ff5470;
}
.mzo_wgjb:hover em{
	color: #fe613e;
}
.mzo_jzjh:hover em{
	color: #ff9b00;
}
.mzo_fpzn:hover em{
	color: #ffb400;
}


.bj2560,.dt2560{
	display: none;
}
@media (min-width: 1930px){
	.hbigimg,.hsmallimg,.dtbig,.dtsmall{
		display: none;
	}
	.header {
		max-width: 2560px;
		margin: 0 auto;
	    height: 306px;
	    height: 310px;
	}
	.header .bj2560,.header .dt2560 {
		display: block;
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 2560px;
	    height: 100%;
	    margin-left: -1280px;
	}
	.header .h_title{
		top: 62px;
	}
	.header .h_phone{
		top: 204px;
	}
}