﻿body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,header,footer {
	margin:0;
	padding:0;
}
body {
	font: 15px/1.14 "微软雅黑", microsoft yahei,arial,sans-serif;
	-webkit-text-size-adjust:100%;
	width: 100%;
	height: 100%;
	background-color: white;
    min-width: 1400px;
    overflow-x: hidden;
}
@font-face {font-family: "iconfont";
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
li,ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
em {
	font-style:normal;
}
img {
	border:0;
	vertical-align:middle;
	pointer-events:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
p {
	word-wrap:break-word;
}
button {
	outline: none;
	border: none;
	font-family: "微软雅黑";
	background-color: white;
}
input[type=submit], input[type=reset], input[type=button], button {
	-webkit-appearance: none;
}
select,input,img,select {
	vertical-align:middle;
}
a,button,input,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance:none !important;
}
*:focus {
	outline: none;
}
input{
	outline: none;
}
.clear:after,.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.dib{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.db{
	display: block;
}
.btnh:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.opacity0{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.scale-piece{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.text-overflow{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-overflow2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.text-overflow3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.transition-05{
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.page-content{
	width: 100%;
	min-width: 1190px;
	/*background-color: #f5f5f5;*/
	padding-bottom: 25px;
}
.page-piece{
	width: 100%;
	min-width: 1190px;
}
.page-inner-piece{
	width: 1200px;
	margin: 0 auto;
}
*, :after, :before,
 input[type=checkbox],input[type=radio],
 input[type=search]{
	 box-sizing: content-box;
 }
.w1200{
	width:1200px;
	margin:auto;
}
.lf,.fl {
	float: left;
	/* display: inline; */
}
.rg,.fr{
	float:right;
	/* display:inline; */
}
.clear{
	clear: both;
	zoom: 1;
}
.fixed-side2{
    position:fixed;
    width: 130px;
    right:0px;
    top:40%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    z-index:999;
}
.hours{
    width: 131px;
    height: 69px;

}
.hours >img{ width: 131px;height: 69px;}
.mly{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.fixed-side2 ul{
    border:1px solid rgba(238,238,238,1);
    border-radius:2px;
    /* overflow: hidden; */
}
.fixed-side2 li img{
    display: inline-block;
    vertical-align: middle;
}
.fixed-side2 li{
    width:130px;
    height:60px;
    line-height: 60px;
    background:#fff;
    border-bottom:1px solid #eee;
    /* border-right: 1px solid #eee; */
    text-align:center;
    font-size:16px;
    font-family:Microsoft YaHei;
    color:rgba(145,145,145,1);
    cursor:pointer;
    position: relative;
    z-index: 9;
}
.fixed-side2 li:nth-of-type(3):hover >.pop-tel{
    opacity: 1;
    right: 135px;
    transition: all .3s;
}
.pop-tel{
    opacity: 0;
    position: absolute;
    width:164px;
    height: 60px;
    background: #115EB0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    right: -34px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;

}

.fixed-side2 li:last-child{
    border-bottom: none;
}
.fixed-side2 li:nth-of-type(2){
    border-bottom:none;
}
.fixed-side2 li .hide{
    display:none;
}
.fixed-side2 li:hover{
    /* background-color:#0E6ECC; */
    /* color: #fff!important; */
    font-weight: bold;
}
.fixed-side2 li:nth-of-type(3):hover{
    background-color:#115EB0!important;
}
.fixed-side2 li:nth-of-type(3):hover >p{
    color: #fff!important;
}
.fixed-side2 li a> p{
    display: inline-block;
    vertical-align: middle;
    color:#333;
}

.fixed-side2 li > div >span{
    font-weight: bold;
    color: #115EB0;
    font-size: 16px;
}
.fixed-side2 li:hover p{
    color:#115EB0!important;
}
.fixed-side2 li:hover .show{
    display:none;
}
.fixed-side2 li:hover .hide{
    display:inline-block;
}
.fixed-side2 li:last-child:hover p{
	color: #fff !important;
}
.right-sidebar {
  position: fixed;
  right: 4px;
  top: 152px;
  width: 128px;
  height: 432px;
  background: linear-gradient(0deg, rgba(80, 122, 245,1), rgba(80, 122, 245, 1));
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(24, 120, 220, 0.1);
  border-radius: 64px 64px 6px 6px;
  z-index: 1000;
  padding-top: 26px;
  text-align: center;
}

.right-sidebar h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}


.right-sidebar ul {
  margin-top: 21px;
}

.right-sidebar ul li {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin: 0 auto 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.right-sidebar ul li.active,
.right-sidebar ul>li:hover {
  background: linear-gradient(0deg, rgba(195, 227, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0px 6px 16px 0px rgba(0, 175, 172, 0.32);
  color: rgba(34, 142, 236, 1);
}

.right-sidebar p span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: block;
  margin-bottom: 10px;
}

.right-sidebar p {
  padding-top: 4px;
}

.right-sidebar p b {
  font-size: 16px;
  font-family: DIN;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.right-sidebar .toTop {
  width: 48px;
  height: 48px;
  background: linear-gradient(0deg, rgba(36, 162, 255, 1), rgba(17, 136, 241, 1));
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(24, 120, 220, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  padding-top: 3px;
  box-sizing: border-box;
  cursor: pointer;
}


.right-sidebar .toTop h6 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-top: 3px;
}
.w-active{
    border:1px solid #eee;
    position: relative;
    width: 230px!important;
    transition:  all .3s;
    left: 0px;
    text-align: left!important;
    padding-left: 26px;
}
.a-phone{
    width: 174px;
    height: 60px;
    display: none;
}
.w-active:hover{
    width: 230px!important;
    left: -102px;
}
.w-active:hover >p{
    display: none;
}
.w-active:hover .a-phone{
display: inline-block;
}
/* .w-active:hover{
    width: 230px!important;
    left: -102px;
}
.w-active:hover >p >span{
    display: inline-block;
    vertical-align: middle;
} */
.banner>img {
    width: 100%!important;
    height:100% !important;
}
.banner1{
    /* width: 100%; */
    height: 550px;
}

.download_app{
    position: relative;
}
.download_app .show_ercode{
  position: absolute;
  right: 130%;
  top: -70px;
  width: 160px;
  background: #fff;
  text-align: center;
  display: none;
  box-shadow: 0px 0px 5px -3px #000;
  
}
.right-sidebar ul .download_app:hover .show_ercode{
    display: block;
}
.download_app .show_ercode img{
    width: 95%;
    margin-top: 4px;
}
.download_app .show_ercode .border_load{
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 100%;
    top: 80px;
}
.download_app .show_ercode p{
    font-size: 16px;
    margin: 12px auto;
    margin-top: 2px;
    color: #333;
}

.right-sidebar ul>li:hover .download_app .show_ercode p {
  background: none;
  box-shadow: none;
  color: #333;
}



/* footer */
.foot {
	background-color: #fff;
	min-width: 1200px;
	padding: 35px 0;
    margin-top: 50px;
    /* border-top: 2px solid #d2d2d2; */
}

.foot .footer{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m1200{
    display: flex;
    justify-content: center;
    align-items: center;

}
.foot_logo {
	padding: 0px 25px 0 100px;
}

.foot_logo .foot_lowerimg{
    width: 134px;
    margin: 0 auto;
}

.foot_info {
	border-left: 1px dotted #b3b3b3;
    padding: 0 0 5px 30px;

}

/* footer nav*/
.foot_nav {
	font-size: 14px;
	color: #acacac;
	padding-bottom: 10px
}

.foot_nav .line_span {
	display: inline-block;
	color: #fff;
	padding: 0 15px
}

.foot_nav a {
	display: inline-block;
	color: #fff
}

.foot_nav a:hover {
	color: #1de9d9
}

/*copyright*/
.foot_copy {
	font-size: 12px;
	color: #1d2025;
	line-height: 22px
}

.foot_copy a {
	color: #fff;
}

.foot_copy a:hover {
	color: #1de9d9
}

.foot_copy a img {
	position: relative;
	top: -1px;
}

.foot.index-foot {
	margin-top: 0;
}

.foot.user_foot {
	background-color: #fff;
	border: none;
	margin-top: 0;
}

.foot .foot_user {
	border-left: none;
	text-align: center;
}

.foot .foot_user .foot_nav a {
	color: #525252;
}

.foot .foot_user .foot_nav a:hover {
	color: #1de9d9;
}

.foot .foot_user .foot_nav .line_span {
	color: #525252;
}

.foot .foot_user .foot_copy,
.foot .foot_user .foot_copy a {
	color: #656565;
}

.foot .foot_user .foot_copy a:hover {
	color: #1de9d9
}

/* footer */



/* 充值界面 */
.payBox{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 140px;
}
.left_tc .redcolor{
    color: #ec3e26;
    font-size: 13px;
    padding-bottom: 25px;
}
.left_tc .redcolor strong{
    font-size: 22px;
}
.left_tc h1{
    font-size: 28px;
    font-weight: 600;
}
.left_tc span{
    line-height: 4;
    font-size: 16px;
    text-decoration: line-through;
    color: #525252;
}
.left_tc{
    position: relative;
}
.zclx_p{
    font-size: 16px;
    color: #000000;
    padding-bottom: 35px;
}
.ljgmbtn{
    padding-bottom: 35px;
}
.ljgmbtna{
    background: #ec3d27;
    padding: 8px 20px;
    color: #ffffff;
}
.left_tc ul{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.left_tc ul li{
    padding: 0 20px 0 13px;
    position: relative;
}
.left_tc ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background: #ec3d27;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 3px;
}
.right_img{
    width: 445px;
}
.right_img img{
    width: 100%;
}
.tcclass{
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tcclass a{
    border: 2px solid #ec3d27;
    color: #000000;
    padding: 5px 20px;
}
.spxqBox{
    width: 1200px;
    margin: 0 auto; 
    position: relative;
}
.spxqBox ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}
.spxqBox ul li{
    padding: 8px 20px;
    border: 2px solid #ec3d27;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.spxqBox ul li.on{
    background: #ec3d27;
    color: #ffffff;
}
.spxqBox ul li:hover{
    background: #ec3d27;
    color: #ffffff;
}
.textbox{
    border: 1px solid #d8d8d8;
    padding: 50px;
    text-align: center;
    display: none;
}
.textbox.on{
    display: block;
}
/* 充值界面 */