* {
	margin: 0px;
	padding: 0px;
}
/*表单提交成功弹窗*/
.success-tips {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
    border-radius: 20px;
	background:#fff;
	text-align:center;
	height: 360px;
	margin-top: -180px;
	display:none
}
.success-tips img {
	margin-top:-36px;
	width:160px;
}
.success-tips h2 {
	font-size:18px;
	font-weight: bold;
	padding-top:38px;
	padding-bottom:16px;
}
.success-tips .intro {
	font-size:14px;
	color:#999999;
	padding-bottom:36px
}
.success-tips .close-btn {
	width: 210px;
	height: 60px;
	background:#ff5028;
	font-size: 22px;
	color:#fff;
	border-radius:45px;
	display: inline-block;
	line-height: 60px;
	box-shadow: 0px 14px 15px 0px #ffe0d9;
	cursor: pointer;
}
/* PC端侧边悬浮*/
@media screen and (min-width: 1240px) {
.show-mobile {
	display: none !important;
}
@-webkit-keyframes serviceRo {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
1% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
3% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
5% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
7% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
9% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
11% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
12% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
} @keyframes serviceRo {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
1% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
3% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
5% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
7% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
9% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
11% {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
12% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
}
.sidebar-so {
	width: 50px;
	position: fixed;
	right: 0;
	bottom: 318px;
	color: #fff;
	z-index: 1100;
}
.sidebar-so .vipIconBox {
	display: block;
	width: 50px;
	padding: 8px 5px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(135deg, #ffb039, #ff7831);
	-webkit-box-shadow: 0 4px 16px 0 rgba(243, 84, 0, 0.14);
	box-shadow: 0 4px 16px 0 rgba(243, 84, 0, 0.14);
	border-radius: 4px 0 0 4px;
	margin-bottom: 12px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.sidebar-so .vipIconBox img {
	margin-bottom: 6px;
}
.sidebar-so .vipIconBox .sildebarTxt {
	font-size: 16px;
	color: #fff;
	line-height: 19px;
}
.sidebar-so .vipClose {
	z-index: 1;
	position: absolute;
	left: -245px;
	top: -11px;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.sidebar-so .vipContent {
	z-index: 1;
	display: block;
	position: absolute;
	left: -225px;
	top: 3px;
	width: 210px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(../image/vipbg.2a6f381.png) no-repeat 100%;
	-webkit-box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.1);
	background-size: 65.6px 52px;
	border-radius: 10px;
	padding: 14px;
	text-align: left;
}
.sidebar-so .vipContent p {
	color: #282624;
	font-size: 14px;
	line-height: 22px;
}
.sidebar-so .arrowRight {
	position: absolute;
	left: -15px;
	z-index: 2;
	border: 9px solid transparent;
	border-left-color: #fff;
	top: 28px;
}
.sidebar-so ul#rMune {
	background: #fff;
	border-radius: 6px 0 0 6px;
	padding: 0;
	-webkit-box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-so ul#rMune li {
	position: relative;
	list-style: none;
	text-align: center;
}
.sidebar-so ul#rMune li a {
	display: block;
	height: 50px;
	width: 50px;
	padding: 0;
	background-position: 50%;
	background-repeat: no-repeat;
}
.sidebar-so ul#rMune li .phonebox {
	position: absolute;
	left: -200px;
	top: 0;
	width: 200px;
	height: 50px;
	display: none;
}
.sidebar-so ul#rMune li .phonebox .lfphone {
	width: 190px;
	z-index: 1000;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
	box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
	height: 32px;
	line-height: 32px;
	background: #ff7831;
	position: relative;
}
.sidebar-so ul#rMune li .phonebox .ysz {
	border-left: 8px solid #ff7831;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	height: 0;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: -8px;
}
.sidebar-so ul#rMune li.r_menu1 a, .sidebar-so ul#rMune li.r_menu2 a {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	line-height: 49px;
}
.sidebar-so ul#rMune li.r_menu1 a img {
	display: inline;
	margin: 14px auto;
	vertical-align: middle;
	-webkit-animation: serviceRo 3s ease infinite;
	animation: serviceRo 3s ease infinite;
}
.sidebar-so ul#rMune li.r_menu2 a {
	background-image: url("../img/123.png");
}
.sidebar-so ul#rMune li.r_menu3 a {
	background-image: url("../img/321.png");
}
.sidebar-so ul#rMune li.r_menu4 a {
	background-image: url("../img/210.png");
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
}
.sidebar-so ul#rMune li:nth-child(3) .phonebox {
	width: 114px;
	z-index: 100;
	left: -128px;
}
.sidebar-so ul#rMune li:nth-child(2) .phonebox {
	width: 114px;
	z-index: 100;
	left: -128px;
}
.sidebar-so ul#rMune li:nth-child(3) .phonebox .lfphone {
	width: 114px;
}
.sidebar-so ul#rMune li:nth-child(2) .phonebox .lfphone {
	width: 114px;
}
.sidebar-so ul#rMune .xcxCode {
	width: 114px;
	height: 114px;
	background: #fff;
	position: absolute;
	right: 0;
	top: -112px;
	border-radius: 4px;
	padding: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
	box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
}
.sidebar-so ul#rMune .xcxCode img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}
.sidebar-so ul#rMune .r_menu1 a:hover + .phonebox, .sidebar-so ul#rMune .r_menu2 a:hover + .phonebox, .sidebar-so ul#rMune .r_menu3 a:hover + .phonebox {
	display: block;
}
}

/*pc端免费回电弹窗样式*/
.tctel-so {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin-top: -165px;
	transform: translate(-50%,0);
	width: 560px;
	height: 330px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}
.tctel-so .so-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	font-size: 28px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background-color: #000;
	border: 3px solid #fff;
	box-sizing: unset;
}
.tctel-so .floot_box {
	padding: 45px 0 0;
}
.tctel-so .floot_box .floot_tl {
	padding: 0 45px;
	text-align: justify;
	text-align: end;
	text-align-last: justify;
	text-justify: distribute;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.tctel-so .floot_box .floot_tl img {
	display: inline-block;
}
.tctel-so .floot_box .floot_tl h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 32px;
	color: #838181;
	font-weight: bold;
	vertical-align: top;
}
.tctel-so .floot_box .floot_con {
	padding: 0 45px;
}
.tctel-so .floot_box .floot_con h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #3e3e3e;
	letter-spacing: 2px;
	font-weight: bold;
}
.tctel-so .floot_box .floot_con h5 {
	font-size: 17px;
	color: #a0a0a0;
	text-align: left;
}
.tctel-so .floot_box .floot_con .btn-tc {
	margin-bottom: 6px;
}
.tctel-so .floot_box .floot_con .btn-tc input {
	float: left;
	width: 282px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	color: #ff6819;
}
.tctel-so .floot_box .floot_con .btn-tc input::-webkit-input-placeholder {
	color: #ff6819;
}
.tctel-so .floot_box .floot_con .btn-tc .button {
	float: right;
	width: 172px;
	height: 50px;
	line-height: 48px;
	border-radius: 5px;
	border: 0px;
	color: #fff;
	font-size: 24px;
	background-color: #ff4734;
}
.tctel-so .tc_btn * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tctel-so .tc_btn ul,li {
	list-style-type:none;
}
.tctel-so .tc_btn * {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}
.tctel-so .tc_btn h1,h2,h3,h4,h5 {
	font-weight: 500;
}
.tctel-so .so-clear:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.tctel-so .floot_box ul {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
}
.tctel-so .floot_box li {
	float: left;
	width: 50%;
}
.tctel-so .floot_box li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	background: url(../image/floot_tc_tel.png) no-repeat left 40px center #ff4734;
}
.tctel-so .floot_box li:nth-child(3) a {   /*注意！！！单端pc或手机端改为(2)*/
	background: url(../image/floot_tc_zx.png) no-repeat left 30px center #2e2e2e;
}
.so-clear .so-tel {
	display: block !important;
}

.so-clear .so-phone {
	display: none !important;
}

/* PC底部悬浮广告*/
.home_container .fixed-bottom-img {
	width: 100%;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	min-width: 1200px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #0b55e5;
	background-size: auto 150px;
	background-position: center;
	z-index: 9999;
	background-color: transparent !important;
	overflow: hidden;
}
.home_container .fixed-bottom-img span {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: -30px;
	right: 8px;
	background-image: url("../image/fixed-close-song.png");
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.fixed-left {
	position: fixed;
	left: 0;
	bottom: 150px;
	z-index: 100;
	display: none;
}
@media screen and (max-width: 1240px) {
.home_container {
	display: none !important;
}
}

/*404样式*/
.noPage {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 600px;
}

.noPage-box {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.noPage .noPageImg {
    margin-right: 58px;
}

.noPage .remindBox .remindContent {
    margin-top: 58px;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.noPage .remindBox .goProductDetail {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

 .noPage .remindBox .goProductDetail .probtn-primary {
     width: 138px;
     height: 38px;
     text-align: center;
     border-radius: 20px;
     line-height: 38px;
     margin-right: 20px;
     background: linear-gradient(135deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
     background-size: 400% 400%;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .noPage .remindBox .goProductDetail .probtn-primary a{
    color: #fff;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
}

 @-webkit-keyframes AnimationName {
     0%{
        background-position:0% 31%
    }
     50%{
        background-position:100% 70%
    }
     100%{
        background-position:0% 31%
    }
}

.noPage .remindBox .goProductDetail .productItem {
    width: 138px;
    height: 38px;
    text-align: center;
    background: #ebf8ff;
    border-radius: 20px;
    line-height: 38px;
    margin-right: 20px;
}

.noPage .remindBox .goProductDetail .productItem a {
    color: #84cbf5;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
}

.noPage .remindBox .reasonBox {
    margin-top: 83px;
}

.noPage .remindBox .reasonBox .reasonTitle {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}

.noPage .remindBox .reasonBox .reasonItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.noPage .remindBox .reasonBox .reasonItem:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 3px;
}

.remindBox .remindContent a {
    color: #04a4ff !important;
    text-decoration: underline;
    font-size: 26px;
}