@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
html{
	font-size: 100%;
}
body, h1, h2, h3, h4, h5, h6, input, textarea, select{
	font-family: 'Microsoft Yahei';
}
body{
	background: #f2f2f2;
}
input[type="submit"],
input[type="button"],
a,
button{
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
textarea,
select,
input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: -webkit-body;
}
textarea{
	resize: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
body{
	min-width: 320px;
}
a{
	text-decoration: none;
	color: #1694c8;
	outline: none;
}
a{
	outline: none;
	-moz-outline-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
li{
	list-style: none;
}

.wrapper{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

.clear{
	clear: both;
	overflow: hidden;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: '';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* 头部 */
.header {
	height: 3.12rem;
	line-height: 3.12rem;
	background: #fff;
	position: relative;
}

.header .title {
	text-align: center;
	font-size: 1.06rem;
	color: #333;
}

.header .back {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.header .back img {
	height: 100%;
}

.banner img {
	float: left;
	width: 100%;
}

/*返回顶部*/
.topImg{
	position: fixed;
	right: 0;
	bottom:18.7rem;
	opacity: 0.8rem;
	z-index: 3;
}

/*底部*/
.CopyrightNew{
	color: #e0e1e4;
	font-size: 1rem;
	background: #525356;
	padding: 0 3.3%;
}
.CopyrightNew .floorLink{
	padding-top: 1.77rem;
	line-height: 1;
}
.CopyrightNew .floorLink .headline{
	color: #a2a4a9;
	font-size: 0.85rem;
	font-weight: normal;
}
.CopyrightNew .floorLink .enter{
	padding-top: 0.85rem;
}
.CopyrightNew .floorLink .enter span{
	position: relative;
	float: left;
	width: 29%;
	text-align: center;
}
.CopyrightNew .floorLink .enter .first{
	width: 23%;
	text-align: left;
}
.CopyrightNew .floorLink .enter .last{
	width: 19%;
	text-align: right;
}
.CopyrightNew .floorLink .enter a{
	color: #e0e1e4;
}
.CopyrightNew .floorLink .enter a.toPc{
	color: #2196c5;
}
.CopyrightNew .floorLink .enter i{
	position: absolute;
	top: 0.19rem;
	right: 0;
	width: 2px;
	height: 0.625rem;
	background: #6f7174;
}
.CopyrightNew .floorLink .enter-conpany span{
	width: 18.5%;
	margin-bottom: 1rem;
}
.CopyrightNew .floorLink .enter-conpany .first{
	width: 13%;
	text-align: left;
}
.CopyrightNew .floorLink .enter-conpany .last{
	width: 13%;
	text-align: right;
}
.CopyrightNew .hotline{
	width: 93%;
	height: 2.2rem;
	line-height: 2.2rem;
	margin: 0 auto;
	margin-top: 0.2rem;
	border-radius: 0.53rem;
	border: 1px solid #75767a;
	position: relative;
}
.CopyrightNew .hotline span{
	padding-left: 0.74rem;
}
.CopyrightNew .hotline .realize{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 30.2%;
	height: 2.2rem;
	color: #e0e1e4;
	text-align: center;
	background: #2196c5;
	border-radius: 0.53rem;
	border: 1px solid #2196c5;
}
.CopyrightNew .hotline .realize img{
	height: 0.96rem;
	margin-right: 0.32rem;
	vertical-align: -0.17rem;
}
.CopyrightNew .partbottom{
	text-align: center;
	font-size: 0.85rem;
	color: #a2a4a9;
	line-height: 1.6;
	padding: 0.35rem 0 1.5rem;
}
.CopyrightNew .partbottom a{
	color: #a2a4a9;
	margin-left: 0.5rem;
}


/*footer*/
.footer_h{
	height: 4.72rem;
}

@media screen and (max-width:365px){
	.CopyrightNew .hotline span{
		padding-left: 0.5rem;
	}
}
@media screen and (max-width:340px){
	.CopyrightNew .hotline{
		width: 100%;
	}
}

.header .title, 
.header .title .img_title{
    height: 100%;
}

@media screen and (max-width:480px){
	.header .title{
		font-size: 18px;
	}
}
.noBottomBar .Consult{
	bottom: 0rem;
}

/*咨询*/
.Consult{
	position: fixed;
	right: 0.2rem;
	bottom: 4.45rem;
	z-index: 89;
}
.Consult .photoDiv{
	position: relative;
	width: 7rem;
	height: 6.4125rem;
	overflow: hidden;
}
.Consult .photoDiv .callPhoto {
	position: absolute;
	top: 0;
	left: 50%;
	width: 5.5875rem;
	height: 5.175rem;
	margin-left: -2.79rem;
	-webkit-animation: showPhoto 1.6s linear 1, music-move 1s 1.6s infinite;
	animation: showPhoto 1.6s linear 1, music-move 1s 1.6s infinite;

	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
.Consult .photoDiv .callText {
	position: absolute;
	left: 50%;
	bottom: 0.2rem;
	width: 5.5875rem;
	height: 1.9875rem;
	margin-left: -2.79rem;
}

@keyframes showPhoto{
	0% {
        top:6.4125rem;
    }
    100% {
        top:0;
    }
}
@-webkit-keyframes showPhoto {
	0% {
        top:6.4125rem;
    }
    100% {
        top:0;
    }
}

@keyframes music-move{
	0% {
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	15% {
		-webkit-transform: rotate(5deg);
	}
	30% {
		-webkit-transform: rotate(5deg);
	}
	45% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(-5deg);
	}
	75% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
}

@-webkit-keyframes music-move{
	0% {
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	15% {
		-webkit-transform: rotate(5deg);
	}
	30% {
		-webkit-transform: rotate(5deg);
	}
	45% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(-5deg);
	}
	75% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
}

/*200417修改*/
.toLive{
	position: fixed;
	right: 4%;
	top: 18%;
	z-index: 10;
}
.toLive .fixed{
	position: absolute;
	top: 0;
	right: 0;
}
.toLive .fixed a{
	width: 3.6977rem;
	height: 4.4088rem;
	font-size: 0;
	text-align: center;
	display: inline-block;
	background: url(../../img/banner0103/icon_tolive.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.toLive .fixed .linebox{
	position: absolute;
	bottom: 2.4533rem;
	left: 1.4577rem;
	width: 0.7822rem;
}
.toLive .fixed .linebox span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 2px;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.toLive .fixed .linebox span:first-child{
	margin: 0;
}
.toLive .fixed .linebox span.line1{
	left: 0;
	animation: linea 0.6s infinite ease-in-out;
}
.toLive .fixed .linebox span.line2{
	left: 0.2844rem;
	animation: lineb 0.8s infinite ease-in-out;
}
.toLive .fixed .linebox span.line3{
	left: 0.5688rem;
	animation: linea 1s infinite ease-in-out;
}

@-webkit-keyframes linea {
	0% {
	    height: 0.1896rem;
	}
	50% {
	    height: 0.5688rem;
	}
	100% {
	    height: 0.1896rem;
	}
}
@keyframs linea {
	0% {
	    height: 0.1896rem;
	}
	50% {
	    height: 0.5688rem;
	}
	100% {
	    height: 0.1896rem;
	}
}

@-webkit-keyframes lineb {
	0% {
	    height: 0.1896rem;
	}
	50% {
	    height: 0.5688rem;
	}
	100% {
	    height: 0.1896rem;
	}
}
@keyframs lineb {
	0% {
	    height: 0.1896rem;
	}
	50% {
	    height: 0.5688rem;
	}
	100% {
	    height: 0.1896rem;
	}
}

/*20511修改*/
.CopyrightNew .floorLink .kjEnter span .nullTxt{display: inline-block;height:100%;width: 1rem;}
.CopyrightNew .floorLink .kjEnter span{
	width: 28.3%;
}
.CopyrightNew .floorLink .kjEnter .first{
	width: 21.7%;
}
.CopyrightNew .floorLink .kjEnter .last{
	width: 21.7%;
}
.floor .hd i.border{border-radius: 3px;}

/*20230810调研问卷入口*/
.dywjFixed{
	position: fixed;
	bottom: 12.5rem;
	left: 3.4%;
	z-index: 90;
}
.dywjFixed .fixedCon{
	position: absolute;
	bottom: 0;
	left: 0;
}
.dywjFixed .fixedCon .dywj_img{
	height: 5.4375rem;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.875rem 0.6px rgba(23, 116, 227, 0.5);
}
.dywjFixed .fixedCon .closeBox{
	margin-top: 0.5rem;
	text-align: center;
}
.dywjFixed .fixedCon .dywjClose{
	width: 1.2088rem;
	height: 1.2088rem;
	background: url(../../img/pubpart91227/dywj_close.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}