@charset "utf-8";

table,table td {
	border: 1px solid #ccc
}

a,a:active,a:link,a:visited {
	text-decoration: none
}

*,:after,:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

article,aside,audio,blockquot,body,dd,div,dl,dt,figcaption,figure,filedset,form,h1,h2,h3,h4,h5,h6,header,html,input,li,nav,ol,p,section,ul,video {
	margin: 0;
	padding: 0
}

.header,body,html {
	max-width: 750px;
	margin: 0 auto
}

b,em,h1,h2,h3,h4,h5,h6,i {
	font-style: normal;
	font-weight: 400
}

li,ol,ul {
	list-style: none
}

fieldset,img,video {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

table td {
	font-size: .37333rem;
	line-height: .68rem;
	padding: 0 .16rem
}

table#LR_Tb2,table#LR_Tb2 table {
	border: none
}

table#LR_Tb2 td {
	border: none;
	padding: 0
}

button,input,select,textarea {
	outline: 0;
	border: none;
	-webkit-appearance: none
}

input,input[type=button],input[type=reset],input[type=submit],textarea {
	outline: 0;
	-webkit-appearance: none;
	border: none;
	font-family: "Microsoft YaHei";
	resize: none
}

:focus {
	outline: 0
}

a {
	color: #00132b;
	outline: 0
}

.clearfix:after {
	content: "";
	clear: both;
	display: block
}

.clearfix {
	zoom: 1
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

body,html {
	width: 100%;
	min-width: 320px
}

body {
	font: .2rem "微软雅黑";
	color: #333;
	line-height: 1.2;
	overflow-x: hidden
}

.padlr {
	padding-left: .4rem;
	padding-right: .4rem
}

.header {
	height: 1.7333333333rem;
	line-height: 1.7333333333rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999
}

.header .logo,.header .return {
	padding: 0 .4rem;
	height: 100%;
	display: block;
	float: left
}

.header .logo img {
	width: 3.7866666667rem
}

.header .return {
	width: 12%;
	background: url(../images/m_return.png) center no-repeat;
	background-size: .3866666667rem
}

.header .nav {
	width: 4rem;
	background: #fff;
	padding: .2rem 0;
	position: absolute;
	right: .24rem;
	top: 1.32rem;
	border-radius: .1333rem;
	z-index: 99999;
	display: none;
	box-shadow: 0 .04rem .2666666667rem rgba(26,43,73,.1);
}

.header .nav:before {
	content: "";
	width: 0;
	border-bottom: .2667rem solid #fff;
	border-right: .2667rem solid transparent;
	border-left: .2667rem solid transparent;
	position: absolute;
	top: -.24rem;
	left: 65%
}
.header .nav li{
        border-bottom: 1px dashed #a3a3a3;
        position: relative;
        /* padding: .3rem .5rem; */
}
.header .nav a {
	font-size: .44rem;
	line-height: .8rem;
	/* text-align: center; */
	color: #1a2a48;
	background: #fff;
	display: block;
	padding-left: 0.42rem;
	padding-right: 1rem;
    width: 80%;
}

.header .nav .hot a:before,.header .nav .hot a:after {
	content: '';
	position: absolute;
	width: .3rem;
	height: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid #d3d3d3;
	right: .5rem;
	margin: auto;
	top: 0;
	bottom: 0;
}
.header .nav .hot a::after {
    -webkit-transform: rotate(
90deg
);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(
90deg
);
}

.header .nav .hot a::before {
    -webkit-transform: rotate(
180deg
);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(
180deg
);
}


.header .nav li ul{
    
display: none;
}
.header .nav li ul li{
    
}

.header .nav li ul li a{
    
font-size: .32rem;
    
line-height: .68rem;
width: 100%;
}
.header .nav li ul li a:before,.header .nav li ul li a:after{
    display: none;
}
.header .nav li:hover ul{
    display: block;
}
.tips,.tipsy2 {
	left: 0;
	z-index: 99999
}

.header .nav li:first-child a:before {
	display: none
}

.header .nav .active a {
	color: #ff5151
}

.header .nav-btn {
	width: 14%;
	height: 100%;
	float: right;
	text-align: center;
	color: #fff;
	line-height: .48rem;
	margin-top: .28rem;
	font-size: .38rem;
}

.header .nav-btn i {
	width: .88rem;
	display: inline-block;
	position: relative;
	transition: all 1s ease;
	line-height: .2rem;
	color: #f5f8fd;
	font-size: .32rem;
	text-align: left;
	/* padding-top: 0px; */
}

.header .toggle,.tips p .hide,.tips p span,.tipsy2 dd strong {
	display: block
}

.header .nav-btn i:after,.header .nav-btn i:before {
	content: "";
	height: .04rem;
	background: #1a2a48;
	border-radius: .04rem;
	display: block;
	position: absolute;
	left: 0;
	transition: all 1s ease;
}

.header .nav-btn i:before {
	width: .68rem;
	top: -.1733333333rem;
}

.header .nav-btn i:after {
	width: .58rem;
	bottom: -.1533333333rem;
}

.header .toggle i {
	height: 0
}

.header .toggle i:before {
	width: .6666666667rem;
	top: -.0666666667rem;
	right: -.0666666667rem;
	transform: rotate(45deg)
}

.header .toggle i:after {
	width: .6666666667rem;
	bottom: 0;
	right: -.0666666667rem;
	transform: rotate(-45deg)
}

.header .location {
	width: 74%;
	float: left;
	font-size: .4266666667rem;
	text-align: center
}

.header .location a {
	color: #929fb6;
	padding: 0 .24rem;
	position: relative
}

.header .location a:before {
	content: "";
	width: 1px;
	background: #929fb6;
	position: absolute;
	right: 0;
	top: 24%;
	bottom: 12%
}

.footer-day,.scroll-top {
	position: fixed;
	transition: all linear .4s
}

.header .location a:first-child {
	padding-left: 0
}

.header .location span {
	padding-left: .2666666667rem;
	color: #929fb6
}

.header2 .nav-btn i:after,.header2 .nav-btn i:before {
	background: #fff
}

.bottom-fl {
	height: 1.8133333333rem
}

.footer-day {
	width: 100%;
	max-width: 10rem;
	height: 1.7866666667rem;
	background: url(../images/m_dbflbg2.gif) center bottom no-repeat;
	background-size: 100%;
	left: 50%;
	bottom: -1.7866666667rem;
	margin-left: -5rem;
	opacity: 0;
	z-index: 9999
}

.footer-day2 {
	background: url(../images/m_dbflbg.jpg) center bottom no-repeat;
	background-size: 100%
}

.footer-day .btn {
	width: 33.33%;
	height: 100%;
	font-size: .3733333333rem;
	color: #fff;
	text-align: center;
	padding-top: .24rem;
	position: relative
}

.footer-day .btn:before {
	content: "";
	width: 100%;
	height: .5066666667rem;
	display: block;
	margin-bottom: .15rem
}

.footer-day .btn1 {
	float: left
}

.footer-day .btn1:before {
	background: url(../images/mheart2.png) center no-repeat;
	background-size: .5333333333rem
}

.footer-day .btn2 {
	float: left;
	font-weight: 700
}

.footer-day .btn2:before {
	height: 1.0133333333rem;
	margin-left: -.24rem;
	margin-bottom: -.3333333333rem
}

.footer-day .btn3 {
	float: right
}

.footer-day .btn3:before {
	background: url(../images/mheart3.png) center no-repeat;
	background-size: .6133333333rem
}

.footer-day .btn3:after {
	content: "";
	width: .1066666667rem;
	height: .1066666667rem;
	background: red;
	border-radius: 50%;
	position: absolute;
	top: .2266666667rem;
	right: 39%
}

.footer-day .night1 {
	width: 35%;
	font-size: .37333rem;
	color: #ff5151;
	line-height: .5333333333rem;
	text-align: left;
	padding: .1866666667rem 0 0 .4rem;
	margin-right: -1.7%
}

.footer-day .night1:before {
	width: .28rem;
	height: .2133333333rem;
	background: url(../images/mheart-zs.png) center no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: .4rem;
	bottom: .48rem
}

.footer-day .night2 {
	padding-top: .2266666667rem
}

.footer-day .night2:before {
	height: 1.0133333333rem;
	background: url(../images/mheart4.png) center no-repeat;
	background-size: 1.3466666667rem
}

.bottom-fl-show .footer-day {
	bottom: 0;
	opacity: 1
}

.mfloat-hide .footer-day {
	bottom: -1.48rem;
	opacity: 0
}

.scroll-top {
	bottom: 2.4rem;
	right: -14%;
	z-index: 1000;
	background: url(../images/totop.png) no-repeat;
	width: 1rem;
	height: 1rem;
	background-size: 100%;
	border-radius: 50%;
	opacity: 0
}

.scroll-active {
	right: 2%;
	opacity: 1
}

.tipsy2,.tipsy2 dl {
	opacity: 0;
	position: fixed
}

.tips {
	background: rgba(0,0,0,.5);
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0);
	transition: all linear .4s
}

.tips p {
	width: 6.08rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4.71333rem 0 0 -3.04rem
}

.tips p .hide {
	width: .46667rem;
	height: .46667rem;
	border: .02667rem solid #333;
	border-radius: 50%;
	font-size: .4rem;
	color: #333;
	text-align: center;
	line-height: .41333rem;
	font-style: normal;
	position: absolute;
	right: .12rem;
	top: .12rem
}

.tips-open {
	transform: scale(1)
}

.tipsy2 {
	background: rgba(0,0,0,.3);
	right: 0;
	top: 0;
	bottom: 0;
	transition: all linear .3s
}

.tipsy2 dl {
	background: #fff;
	border-radius: 0 0 .33333rem .33333rem;
	padding: .33333rem .62667rem .33333rem .48rem;
	overflow: hidden;
	line-height: 1.5;
	left: 0;
	right: 0;
	top: -2rem;
	transition: all linear .3s
}

.tipsy2 dd {
	max-width: 43%;
	font-size: .34667rem;
	color: #333;
	text-align: center;
	float: left;
	padding: .12rem 0
}

.tipsy2 dd strong {
	font-size: .45333rem;
	color: #409851;
	margin-top: .16rem
}

.tipsy2 dt {
	width: 57%;
	float: right
}

.tipsy2-open {
	opacity: 1
}

.tipsy2-open dl {
	top: 0;
	opacity: 1
}

.fix-show {
	height: 1.9rem
}

.fix-show ul {
	position: fixed;
	bottom: -100%;
	opacity: 0;
	width: 100%;
	max-width: 750px;
	z-index: 9999;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.7867rem;
	font-size: .373rem;
	line-height: 1.1;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.fix-day {
	background-image: url(../images/fix-bg01.png)
}

.fix-night {
	background-image: url(../images/fix-bg02.png)
}

.fix-show ul .fix-zx a {
	color: #FFF;
	padding: .1rem .73rem
}

.fix-show ul .fix-zx a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: .5333rem;
	height: .44rem;
	background: url(../images/fix-icon01.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: .24rem;
	margin-top: -.1rem
}

.fix-show ul .fix-tel {
	flex: 1;
	margin-left: .88rem
}

.fix-show ul .fix-tel a {
	color: #FFF;
	padding-left: 1.16rem;
	position: relative;
	display: block;
	line-height: 1.1
}

.fix-show ul .fix-tel a span {
	display: inline-block;
	font-weight: 700;
	margin-left: .1rem
}

.fix-show ul .fix-tel a strong {
	display: block;
	font-size: .48rem;
	margin-top: .18rem
}

.fix-show ul .fix-tel a:before {
	content: "";
	position: absolute;
	left: 0;
	top: .12rem;
	width: .9867rem;
	height: .9867rem;
	background: url(../images/fix-icon02.gif) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: .24rem;
	margin-top: -.1rem
}

.fix-show .fix-wz {
	color: #c7d0e3;
	padding: .1rem .66rem .1rem .62rem;
	margin-top: -.34rem
}

.fix-show .fix-wz:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: .28rem;
	height: .213rem;
	background: url(../images/fix-icon.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: .08rem;
	margin-top: -.03rem
}

.fix-show .fix-msg {
	flex: 1;
	text-align: center;
	padding-top: .62rem
}

.fix-show .fix-msg a {
	color: #FFF;
	font-weight: 700;
	position: relative;
	padding-top: .68rem
}

.fix-show .fix-msg a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -.06rem;
	width: 1.3467rem;
	height: 1.013rem;
	background: url(../images/fix-icon03.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.swiper-slide,.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.fix-open ul {
	bottom: 0;
	opacity: 1
}

@media screen and (min-width:750px) {
	html {
		font-size: 75px
	}
}

@media screen and (max-width:700px) {
	html {
		font-size: 68px
	}
}

@media screen and (max-width:660px) {
	html {
		font-size: 64px
	}
}

@media screen and (max-width:520px) {
	html {
		font-size: 48px
	}
}

@media screen and (max-width:400px) {
	html {
		font-size: 37.5px
	}
}

@media screen and (max-width:359px) {
	html {
		font-size: 32px
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	flex-shrink: 0
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.same-tit {
	font-size: .6133333333rem;
	font-weight: 700;
	color: #21252e;
	text-align: center
}

.same-tit a {
	color: #21252e;
	display: block
}

.same-text {
	font-size: .3733333333rem;
	color: #929fb6;
	text-align: center;
	margin-top: .4rem
}

.home1 {
	padding-top: 1.7333333333rem;
	padding-bottom: 1.8933333333rem;
	width: 100%;
	background: url(../images/m_banbg.jpg) center top no-repeat #111;
	background-size: 100%;
	text-align: center;
	position: relative
}

.home1 .swiper-container {
	padding-top: .7466666667rem
}

.home1 .swiper-slide {
	overflow: hidden
}

.home1 .swiper-slide .pic {
	display: block
}

.home1 .swiper-slide .pic img {
	width: 9.8666666667rem;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -4.9333333333rem
}

.home1 .swiper-slide .title {
	font-size: .9333333333rem;
	font-weight: 700
}

.home1 .swiper-slide .title a {
	padding-top: .6933333333rem;
	padding-bottom: .32rem;
	color: #e71503;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(#ff6c67 30%,#e71503);
	display: block
}

.home2,.home6 {
	padding-bottom: .7333333333rem
}

.home1 .swiper-slide .text {
	font-size: .3733333333rem;
	color: #ff5151
}

.home1 .textbox {
	font-size: .4266666667rem;
	color: #F5F8FD;
	margin-top: .6rem;
	margin-bottom: .7466666667rem
}

.home1 .swtbtn {
	width: 4.3733333333rem;
	height: 1.0133333333rem;
	background: #e71503;
	background-image: linear-gradient(#ff6c67,#e71503);
	box-shadow: 0 0 .0133333333rem #fff inset;
	border-radius: .5066666667rem;
	display: inline-block;
	font-size: .3733333333rem;
	line-height: 1.0133333333rem;
	color: #FFF
}

.home1 .swiper-pagination {
	font-size: 0;
	left: 0;
	right: 0;
	bottom: .84rem
}

.home1 .swiper-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	background: #F5F8FD;
	border-radius: .0666666667rem;
	display: inline-block;
	margin: 0 .0533333333rem
}

.home1 .swiper-pagination .swiper-pagination-bullet-active {
	width: .76rem
}

.home2 {
	padding-top: .8rem;
	background: url(../images/m_home2bg.png) right top no-repeat #eef3fb;
	background-size: 7.5333333333rem
}

.home2 .newsbox {
	overflow: hidden
}

.home2 .newsbox .fl {
	width: 6.4933333333rem;
	border-radius: .4rem;
	overflow: hidden
}

.home2 .newsbox .fr {
	width: 2.2533333333rem;
	text-align: center;
	padding: .4933333333rem 0
}

.home2 .newsbox .fr p {
	font-size: .32rem;
	color: #929fb6;
	letter-spacing: .0266666667rem
}

.home2 .newsbox .fr img {
	width: 1.6rem;
	margin-top: .2rem;
	margin-bottom: .2666666667rem
}

.home2 .newsbox .fr .look-more {
	width: 100%;
	height: .6266666667rem;
	background: #21252e;
	border: 1px solid #F5F8FD;
	border-radius: .0666666667rem;
	font-size: .3466666667rem;
	line-height: .5866666667rem;
	color: #FFF;
	display: block
}

.home2 .newsbox .swiper-pagination {
	font-size: 0;
	left: 0;
	right: 0;
	bottom: .2666666667rem
}

.home2 .newsbox .swiper-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	background: #F5F8FD;
	border-radius: 50%;
	display: inline-block;
	margin: 0 .0533333333rem;
	opacity: .5
}

.home2 .newsbox .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.home2 .cpbox {
	margin-top: 1.2666666667rem
}

.home2 .cpbox .swiper-tit {
	margin-top: .64rem;
	margin-bottom: .5733333333rem
}

.home2 .cpbox .swiper-tit li {
	width: 27%;
	height: .7866666667rem;
	border: 1px solid #21252e;
	border-radius: .4rem;
	font-size: .4rem;
	line-height: .7733333333rem;
	font-weight: 700;
	color: #21252e;
	text-align: center;
	float: left;
	position: relative;
	z-index: 1
}

.home2 .cpbox .swiper-tit li:before {
	content: "";
	width: 100%;
	height: .2266666667rem;
	background: url(../images/m_home2cptb.png) center no-repeat;
	background-size: .3733333333rem;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all linear .3s
}

.home2 .cpbox .swiper-tit li+li {
	margin-left: 9.5%
}

.home2 .cpbox .swiper-tit .swiper-item-active {
	background: #21252e;
	color: #FFF
}

.home2 .cpbox .swiper-tit .swiper-item-active:before {
	bottom: -.5333333333rem;
	opacity: 1
}

.home2 .cpbox .swiper-cp .swiper-list {
	margin-left: -3%;
	overflow: hidden;
	display: none
}

.home2 .cpbox .swiper-cp .swiper-list-active {
	display: block
}
.home2 .cpbox .swiper-cp .swiper-list img{
    height: 4.5rem;
}
.home2 .cpbox .swiper-cp li {
	width: 47%;
	margin-left: 3%;
	margin-top: .2266666667rem;
	border-radius: .4rem;
	overflow: hidden;
	position: relative;
	float: left
}

.home2 .cpbox .swiper-cp li .pic {
	display: block
}

.home2 .cpbox .swiper-cp li p {
/* position:absolute; *//* left:0; *//* right:0; *//* bottom: .133333333rem; *//* z-index:1; */
	padding-bottom: .2rem;
	background: #fff;
}

.home2 .cpbox .swiper-cp li p a {
	font-size: .4rem;
	text-align: center;
	/* color:#FFF; */
	display: block;
	height: .6rem;
	line-height: .6rem;
	overflow: hidden;
}

.home3 {
	padding-top: 1.3333333333rem;
	padding-bottom: .84rem
}

.home3 .videobox {
	margin-top: .6666666667rem;
	margin-bottom: .6133333333rem;
	border-radius: .4rem;
	overflow: hidden
}

.home3 .videotxt {
	font-size: .4266666667rem;
	line-height: .7466666667rem;
	color: #4c4e53;
	font-weight: 700;
	text-align: center;
	margin-bottom: .48rem
}

.home3 .swtbtn {
	width: 5.3333333333rem;
	height: 1.0133333333rem;
	border-radius: .48rem;
	font-size: .4rem;
	line-height: 1.0133333333rem;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	background: #e71503;
	background-image: linear-gradient(#ff6c67,#e71503);
	box-shadow: 0 .16rem .32rem rgba(254,39,24,.65);
	display: block;
	margin-left: auto;
	margin-right: auto
}

.home4 {
	background: #eef3fb;
	padding-top: 1.2rem
}

.home4 .albox {
	padding: .84rem .4rem .7333333333rem;
	display: -webkit-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.home4 .albox::-webkit-scrollbar {
	display: none
}

.home4 .albox dl {
	width: 8.3466666667rem;
	background: #FFF;
	border-radius: .4rem;
	margin-right: .4rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 .24rem rgba(33,37,46,.22)
}

.home4 .albox dl:before {
	content: "";
	background: url(../images/m_home2bg.png) right top no-repeat;
	background-size: 7.5333333333rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH
}

.home4 .albox dl dd {
	position: relative
}

.home4 .albox dl dd:before {
	content: "HOT";
	width: .9066666667rem;
	height: .4133333333rem;
	font-size: .2933333333rem;
	color: #fff;
	text-align: center;
	line-height: .4133333333rem;
	background: #ffaf15;
	border-radius: .0666666667rem;
	display: block;
	position: absolute;
	left: .4rem;
	top: .36rem
}

.home4 .albox dl dd .pic {
	display: block
}

.home4 .albox dl dd .pic img {
	width: 100%;
	display: block
}

.home4 .albox dl dd .userxz {
	font-size: .2933333333rem;
	color: #4bc589;
	line-height: .5333333333rem;
	background: rgba(237,250,243,.89);
	border-radius: .28rem 0 0 .28rem;
	padding: 0 .36rem;
	position: absolute;
	right: 0;
	top: .2933333333rem
}

.home4 .albox dl dt,.home5 .swiper-al .swiper-list li .pic {
	position: relative
}

.home4 .albox dl dd .userxz:before {
	content: "";
	width: .2933333333rem;
	height: .2666666667rem;
	background: url(../images/m_home4aldz.png) center no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: baseline;
	margin-right: .2rem
}

.home4 .albox dl dt h3 a {
	padding: .3466666667rem .4rem;
	font-size: .5066666667rem;
	font-weight: 700;
	color: #2c3038;
	display: block
}

.home4 .albox dl dt .sty1 {
	padding: 0 .4rem;
	overflow: hidden
}

.home4 .albox dl dt .sty1 span {
	font-size: .32rem;
	color: #ff5151;
	line-height: .5066666667rem;
	float: left;
	background: #ff5151;
	background: rgba(255,81,81,.07);
	border-radius: .4rem;
	padding: 0 .2666666667rem
}

.home4 .albox dl dt .sty1 span+span {
	margin-left: .2rem
}

.home4 .albox dl dt .sty2 {
	border-top: .0266666667rem solid #eef3fb;
	padding: .28rem .4rem .48rem;
	margin-top: .36rem;
	overflow: hidden;
	white-space: nowrap
}

.home4 .albox dl dt .sty2 span {
	font-size: .4533333333rem;
	color: #4c4e53;
	margin-bottom: .24rem;
	display: block
}

.home4 .albox dl dt .sty2 a {
	border: 1px solid #929fb6;
	border-radius: .0666666667rem;
	padding: .0266666667rem .2533333333rem .04rem;
	font-size: .36rem;
	color: #929fb6;
	display: block;
	float: left
}

.home4 .albox dl dt .sty2 a+a {
	margin-left: .2133333333rem
}

.home4 .albox dl dt .lool-more {
	width: 2rem;
	height: .7466666667rem;
	background: #e71503;
	background-image: linear-gradient(#ff6c67,#e71503);
	border-radius: .4rem;
	font-size: .3466666667rem;
	color: #fff;
	text-align: center;
	line-height: .7466666667rem;
	display: block;
	position: absolute;
	right: .4rem;
	top: .2666666667rem;
	box-shadow: 0 .2666666667rem .16rem -.2666666667rem rgba(254,39,24,.65)
}

.home5 {
	padding-top: 1.2rem;
	padding-bottom: .2666666667rem
}

.home5 .swiper-tit {
	width: 100%;
	background: #eef3fb;
	padding: 0 .44rem;
	margin-top: .56rem;
	overflow: hidden
}

.home5 .swiper-tit li {
	width: 33.3%;
	font-size: .4266666667rem;
	color: #4c4e53;
	line-height: .9066666667rem;
	text-align: center;
	float: left
}

.home5 .swiper-tit .swiper-item-active {
	font-weight: 700
}

.home5 .swiper-al {
	padding: 0 .4rem;
	margin-top: .0266666667rem
}

.home5 .swiper-al .swiper-list {
	display: none;
	margin-left: -3%;
	overflow: hidden
}

.home5 .swiper-al .swiper-list .shome-case li {
	float: left;
	width: 47%;
	margin-left: 3%
}

.home5 .swtbtn,.home6 .asksbox {
	margin-left: .4rem
}

.home5 .swiper-al .swiper-list li {
	border: 1px solid #eef3fb;
	border-radius: .1333333333rem;
	margin-top: .3866666667rem;
	overflow: hidden
}

.home5 .swiper-al .swiper-list li .pic p {
	transition: all linear .3s
}

.home5 .swiper-al .swiper-list li .pic p img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.home5 .swiper-al .swiper-list li .pich01 {
	padding-top: 67%
}

.home5 .swiper-al .swiper-list li .pich02 {
	padding-top: 142%
}

.home5 .swiper-al .swiper-list li .pic-fixed p {
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999
}

.home5 .swiper-al .swiper-list li .pic-fixed p img {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.home5 .swiper-al .swiper-list-active {
	display: block
}

.home5 .swtbtn {
	height: 1.36rem;
	border: 1px solid #eef3fb;
	border-radius: .4rem 0 0 .4rem;
	padding-left: .48rem;
	margin-top: .6933333333rem;
	font-size: .3733333333rem;
	line-height: 1.36rem;
	color: #929fb6;
	position: relative
}

.home5 .swtbtn a,.home6 .newsbox li .title,.home5 .swtbtn input {
	font-size: .4266666667rem;
	display: block
}

.home5 .swtbtn a,.home5 .swtbtn input {
	width: 5.84rem;
	background: url(../images/m_home4kfbg.png) center right no-repeat;
	background-size: 100% 100%;
	padding-left: 1.2rem;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	right: 0;
	top: -.0133333333rem;
	bottom: -.0133333333rem
}

.home5 .swtbtn a:before {
	content: "";
	width: .2533333333rem;
	background: url(../images/m_home4kfzs.gif) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: .6rem;
	top: 0;
	bottom: 0
}

.home5 .swtbtn a:after {
	content: "";
	width: 1.5733333333rem;
	height: 2.0666666667rem;
	background: url(../images/m_home4kf.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	right: .04rem;
	bottom: -.0133333333rem
}

.home6 {
	padding-top: 1.4666666667rem;
	background: url(../images/m_home2bg.png) right top no-repeat #eef3fb;
	background-size: 7.5333333333rem
}

.home6 .newsbox {
	margin-top: .48rem;
	margin-bottom: 1.0666666667rem
}

.home6 .newsbox li {
	margin-top: .04rem;
	padding-bottom: .4266666667rem;
	border-bottom: 1px solid #e2e6ee
}

.home6 .newsbox li .title a {
	padding-top: .3466666667rem;
	padding-bottom: .3466666667rem;
	color: #4c4e53;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.home6 .newsbox li .time {
	overflow: hidden
}

.home6 .newsbox li .time span {
	font-size: .32rem;
	color: #929fb6;
	display: block;
	float: left
}

.home6 .newsbox li .time .sp1 {
	color: #ff5151;
	margin-right: .3333333333rem
}

.home6 .newsbox li .time .sp2 {
	margin-right: .48rem
}

.home6 .newsbox li .time .sp3 {
	float: right
}

.home6 .newsbox li:last-child {
	border: none
}

.home6 .asksbox li {
	width: 7.7733333333rem;
	background: url(../images/m_home5hdbg.png) right bottom .2rem no-repeat #FFF;
	background-size: 2.2266666667rem;
	border-radius: .2666666667rem;
	padding: .4266666667rem .4rem .6933333333rem;
	margin-right: .36rem;
	margin-top: .8rem
}

.home6 .asksbox li h3 a {
	height: 1.3333333333rem;
	font-size: .4rem;
	color: #4c4e53;
	line-height: .6666666667rem;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.home6 .asksbox li .sty1 {
	line-height: .4266666667rem;
	border-top: 1px solid #eef3fb;
	padding-top: .4rem;
	padding-bottom: .28rem;
	margin-top: .2933333333rem;
	overflow: hidden
}

.home6 .asksbox li .sty1 .good-asks {
	float: left;
	font-size: .3733333333rem;
	color: #ff5151
}

.home6 .asksbox li .sty1 .look-details {
	float: right;
	font-size: .32rem;
	color: #929fb6
}

.home6 .asksbox li .sty2 {
	height: 1.2rem;
	font-size: .3466666667rem;
	color: #929fb6;
	line-height: .6133333333rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.home6 .newshot {
	margin-top: .2666666667rem;
	margin-left: -3%
}

.home6 .newshot li {
	float: left;
	width: 47%;
	margin-left: 3%;
	background-color: #FFF;
	-webkit-border-radius: .2666666667rem;
	border-radius: .2666666667rem;
	-webkit-box-shadow: 0 0 .2666666667rem rgba(44,69,109,.2);
	box-shadow: 0 0 .2666666667rem rgba(44,69,109,.2);
	overflow: hidden;
	margin-top: .2666666667rem
}

.home6 .newshot li .hotPic {
/* position:relative; *//* padding-top:65%; */
	display: block;
	width: 100%;
	height: auto;
}

.home6 .newshot li .hotPic img {
/* position:absolute; *//* left:0; */
	top: 0;
	width: 100%;
	height: 100%;
}

.home6 .newshot li .hotTxt {
	color: #4c4e53;
	font-size: .4266666667rem;
	margin: .2133333333rem;
	line-height: .56rem;
	height: 1.12rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.home6 .newshot li p {
	margin: .2933333333rem 0 .2666666667rem .2133333333rem;
	color: #929fb6;
	font-size: .2933333333rem;
	line-height: .48rem
}

.home6 .newshot li p span {
	float: right;
	width: 1.4666666667rem;
	text-align: center;
	color: #fff;
	background: #e91d0c;
	background: -webkit-linear-gradient(top,#fd6660,#e91d0c);
	background: linear-gradient(to bottom,#fd6660,#e91d0c);
	-webkit-border-radius: .1333333333rem 0 0 .1333333333rem;
	border-radius: .1333333333rem 0 0 .1333333333rem
}

.home6 .newshot li p span.hotch {
	background: #386dc1;
	background: -webkit-linear-gradient(top,#76abff,#386dc1);
	background: linear-gradient(to bottom,#76abff,#386dc1)
}

.home7 {
	background: url(../images/m_home2bg.png) right top no-repeat;
	background-size: 7.5333333333rem;
	padding-top: 1.3333333333rem;
	padding-bottom: .9333333333rem
}

.home7 .fwbox {
	margin-top: .7466666667rem
}

.home7 .fwbox li {
	width: 30.2%;
	float: left;
	margin-left: 3.1%
}

.home7 .fwbox li span {
	padding-bottom: .32rem;
	position: relative;
	z-index: 1;
	display: block
}

.home7 .fwbox li span:before {
	content: "";
	height: 3.3866666667rem;
	background: #1A2A48;
	background: linear-gradient(73deg,#2f5ca7,#21252e,#21252e);
	border-radius: 0 .4rem;
	position: absolute;
	left: -.32rem;
	right: .32rem;
	bottom: 0;
	z-index: -1
}

.home7 .fwbox li span img {
	border-radius: 0 .4rem
}

.home7 .fwbox li p {
	font-size: .3733333333rem;
	text-align: center;
	color: #4C4E53;
	line-height: .6666666667rem;
	margin-top: .2666666667rem
}

.footer,.footer a {
	color: #929fb6
}

.footer {
	font-size: .3466666667rem;
	line-height: .6133333333rem;
	text-align: center;
	padding: .36rem .4rem;
	background: #21252e
}

@keyframes effect {
	0%,100% {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}
}

@-webkit-keyframes effect {
	0%,100% {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/* width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem; */
    transform: translateY(-50%);
	width: 90%;
	padding: 5%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	background: #333;
	border-radius: 50%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #1048a0;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/ 
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}