
@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 .nav,.tips,.tipsy2 {
	z-index: 99999
}

.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;
	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;
}
.header .nav-btn {
	width: 14%;
	height: 100%;
	float: right;
	text-align: center;
	line-height: 0.88rem;
	margin-top: .28rem;
	font-size: .38rem;
	/* display: block; */
}

.header .nav-btn i {
	width: .68rem;
	display: inline-block;
	position: relative;
	transition: all 1s ease;
	display: block;
	float: right;
	text-align: center;
	margin-right: .38rem;
	margin-top: .1rem;
}

.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: .08rem;
	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: .52rem;
	bottom: -.1733333333rem
}

.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,.tips {
	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%
}

.cpzs1,.fix-show .fix-msg,.pager,.tips p .hide,.tipsy2 dd {
	text-align: center
}

.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
}




.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{
    width: 40%;
    float: left;
    padding-left: .2;
    text-align: center;
}
.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*/
	width: 60%;
	float: right;
}

.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;
	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
}

.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
	}
	.fix-show ul .fix-zx a {
	color: #FFF;
	/* padding: .1rem .5rem */
}
}

@media screen and (max-width:400px) {
	html {
		font-size: 37.5px
	}
	
		.fix-show ul .fix-tel{
	    padding-left: .3rem;
	}
	
	.fix-show ul .fix-zx a {
	color: #FFF;
	/* padding: .1rem .4rem */
}
}

@media screen and (max-width:359px) {
	html {
		font-size: 32px
	}
	.fix-show ul .fix-tel{
	    padding-left: .4rem;
	}
		.fix-show ul .fix-zx a {
	color: #FFF;
	padding: .1rem .3rem
}
}



/*微信弹窗*/
#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;
}

.cgwl-form{display:none}
.link{
    padding: .4rem;
}
.link span{
    font-size: .36rem;
    color: #333;
}
.link a{
    font-size: .26rem;
    color: #666;
}


