﻿@charset "utf-8";
/* CSS Document */
*{ font-size:1.15rem;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,rem,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,input,span{margin:0;padding:0;border:0;font-size: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
li{list-style-type: none }
audio, canvas, video {display:inline-block; *display:inline; *zoom: 1;}
audio:not([controls]) {display:none;}
a{text-decoration:none;cursor:pointer;}
ul,ol{list-style:none;}
rem{font-style:normal}

/*其中fontName替换为你的字体名称*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;overflow:hidden;}
.clear{clear:both}
table{border-collapse:collapse;border-spacing:0;}
/*media query*/
html {
    font-size : 100%;
}
@media only screen and (min-width: 320px)and (max-width:480px){
    html {
        font-size: 10px !important;
    }

}
@media only screen and (min-width: 320px)and (max-width:374px){
    .wrap-logo{width:78%!important;}
}
@media only screen and (min-width: 375px) and (max-width:667px){
    html {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 414px) and (max-width:736px){
    html {
        font-size: 14px !important;
    }

}
@media only screen and (min-width: 330px) and (max-width:369px){

    .wrap-logo{width:25.3rem!important;}
}
@media only screen and (min-width: 370px) and (max-width:374px){

}

@media only screen and (min-width: 382px) and (max-width:640px){


}
@media screen and (min-width:640px){
    html {
        font-size: 20px!important;
    }

}
/*@media screen and (min-width:640px) and (max-width:719px) {*/
    /*html {*/
        /*font-size: 20px!important;*/
    /*}*/
/*}*/
/*header*/
/*---限制最大宽度640px,最小宽度320px---*/
*{margin:0px;padding:0px;}
html {overflow-x: hidden;background: #fff;}
body{font-size:62.5%;overflow-x: hidden;max-width:640px; min-width:300px;margin:0 auto;min-height:100%;font-family: 微软雅黑;}

.clearboth:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}



.wtjx{width:100%;height:100%;padding:1rem;box-sizing:border-box;max-width:640px;background:#fff;position:fixed;top:0;margin:0 auto;z-index:20;display:none;}
.wtjx ul{width:100%;margin:auto;}
.wtjx li{width:90%;height:2rem;margin:0 auto; line-height: 1.5rem;}
.wtjx li input{width:80%;height:2.5rem;border:none;background:none;outline:none;margin-left:0.2rem;}
.wtjx li img{width:5%;vertical-align:middle;margin-right:0.3rem;}
#uct{font-size:1.2rem;color:#222222;float:right;margin-left:0;}
.wtjx li p{display:inline-block;font-size:1.2rem;color:#bababa;line-height:2.5rem;}
.wtjx li:nth-child(1){width:100%;border-bottom:1px solid #CCC;}
.wtjx li a{font-size:1.1rem;color:#bababa;margin-left:0.5rem;}
.hz_sz{font-size: 1.1rem;font-weight: 700;width: 18px;height: 18px;float: left;line-height: 18px;text-align: center; color:#2d2d2e;}
.wc{padding:1rem 0;width:100%;box-sizing:border-box;max-width:640px;position:fixed;top:0;margin:0 auto;z-index:10;}
.hhd{border-bottom:1px solid #ededed;animation: dasah 0.5s linear infinite;animation-iteration-count:1;animation-fill-mode:forwards;}
@keyframes dasah {
  from{
	  background:rgba(255,255,255,0);
	  }
  to {
   background:rgba(255,255,255,1);
  }
}
#sousuo{display:block;
        width:94%;
		height:2.5rem;
		border-radius:0.4rem;
		background:rgba(255,255,255,0.8);
        margin:0 auto;
        font-size:1.2rem;
		color:#bcbcbc;
		line-height:2.5rem;
		 }
.pll{animation: dasay 0.5s linear infinite;animation-iteration-count:1;animation-fill-mode:forwards;}
@keyframes dasay {
  from{
	  background:rgba(255,255,255,0.8);
	  }
  to {
   background:rgba(243,243,243,1);
  }
}
#sousuo img{width:5%;margin-left:4%;vertical-align:middle;}
.box{
	width:100%;
	height:auto;
	margin:0 auto 0;
	position:relative;
}
.box:after{
	content:"";
	display:block;
	width:100%;
	padding-top:57%;
}
.box ul{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.box li{
	list-style:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.box li:first-child{
	z-index:1;
}
.box li img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	border:none;
}
.box .btn{
	position:absolute;
	top:91%;
	right:10%;
}
.box .btn div{
	display:inline-block;
	width:0.66rem;
	height:0.66rem;
	margin-left:0.07rem;
	background:rgba(255,255,255,0.6);
	border-radius:50%;
}
.box .btn .special{
	background:rgba(255,255,255,1)}


.xldh{width:100%;background:#fff; padding-top:1rem;border-radius:0.2rem;text-align:center;z-index:12;padding-bottom: 5px;}
.c-con{width:100%;display:table;}
.c-con div{display:table-cell;}
.c-con a{display:block;box-sizing:border-box;width:100%;margin:0 auto;}
.c-con a>img{width:43%;padding-top:1rem}
.c-con a>p{font-size:1.4rem;line-height:1.6rem;color:#505050;}
.c-con a>p.smallp{font-size:0.8rem; margin:0.5rem 0 0 0rem; color:#666; }





.part01{margin-top:1rem;}
.bt{width:94%;height:3rem;margin:0 auto;overflow:hidden;}
.bt p{font-size:1.5rem;line-height:1.5rem;font-weight:800;color:#363636;float:left;text-align:left;}
.bt span{font-size:0.8rem;color:#b9b9b9;font-weight:normal;}
.bt a{float:right;font-size:1rem;color:#9f9f9f;margin-top:1rem;position:relative;padding-right:1rem;}
.bt img{width:16%;margin-left:4%;}
.bt a:after{content:"";width:0;height:0; border-top: 0.4rem solid transparent;border-left: 0.6rem solid #9f9f9f;border-bottom: 0.4rem solid transparent;position:absolute;top:0.3rem;right:0;}
.part01 .content{width:94%;height:auto;margin:0 auto;margin-top:2rem;overflow:hidden;}
.aLeft{width:50%;background:#e5e9f0;padding-top:1.5rem;float:left;position:relative;}
.aLeft p{font-size:1.4rem;line-height:1.8rem;color:#2d2d2e;margin-left:0.8rem;}
.aLeft span{font-size:0.85rem;line-height:1.8rem;color:#5d5b59;margin-left:0.8rem;}
.aLeft b{display:block;width:2.1rem;height:1rem;font-size:0.9rem;line-height:1rem;color:#fff;font-weight:normal;background:#57e07a;margin-left:0.8rem;}

.aLeft img{width:100%;margin-top:1.55rem;}
.aRigh{width:50%;float:left;overflow:hidden;}
.aRigh .top{width:100%;padding-top:1.2rem;position:relative;}
.aRigh p{font-size:1.4rem;line-height:1.8rem;color:#2d2d2e;margin-left:0.8rem;}
.aRigh span{font-size:0.85rem;line-height:1.8rem;color:#5d5b59;margin-left:0.8rem;}
.aRigh img{position:absolute;right:0;bottom:0;}
.top1{background:#ebeced;}
.top1 img{width:70%;}
.top2{background:#e4f1e6;}
.top2 img{width:85%;}

.part02{margin-top:0rem;}
.part02 .content{width:94%;height:auto;padding:1.5rem 0;padding-left:1rem;box-sizing:border-box;background:#f9f9f9;margin:0 auto;margin-top:0rem;overflow:hidden;}
.part02 .content p{font-size:1.26rem;line-height:1.8rem;color:#2a2a2a;}
.part02 .content span{color:#28ad71;}
.part02 .content h1{font-size:1rem;line-height:1.2rem;margin-top:1rem;font-weight:normal;color:#642b2b;}
.part02 .content h2{display:block;background:#f9f4f1;width:85%;height:1.2rem;font-size:1.1rem;line-height:1.2rem;margin-top:1rem;font-weight:normal;color:#535353;}
.part02 .content a{display:block;width:70%;margin:0 auto;margin-top:1.2rem;height:3rem;border-radius:1.5rem;
                   background:#31c180;
				   background: -webkit-linear-gradient(left, #4ddda2 , #31c180); /* Safari 5.1 - 6.0 */
				   background: -o-linear-gradient(right,#4ddda2 , #31c180); /* Opera 11.1 - 12.0 */
				   background: -moz-linear-gradient(right, #4ddda2 , #31c180); /* Firefox 3.6 - 15 */
				   background: linear-gradient(to right, #4ddda2 , #31c180); /* 标准的语法 */
				   box-shadow: 0 0.2rem 1rem #acacac;
				   font-size:1.5rem;font-weight:;line-height:3rem;text-align:center;color:#fff;}

.part03{margin-top:1.5rem;}
.part03 ul{width:100%;display:table;}
.part03 ul li{display:table-cell;padding:0.5rem;box-sizing:border-box;}
.part03 li div{width:100%;background:#f9f9f9;padding:1rem;box-sizing:border-box;}
.part03 p{font-size:1.5rem;line-height:1.8rem;color:#2d2d2e;}
.part03 span{font-size:1.1rem;line-height:1.8rem;color:#8c9093;}
.part03 a{display:block;width:40%;margin:0 auto;margin-top:1.5rem;margin-left:50%;height:1.6rem;border:1px solid #c8c8f4;border-radius:6px;background:#f9faff;font-size:1rem;line-height:1.4rem;text-align:center;color:#405aa7;}
.part03 a>b{display:inline-block;width:0.7rem;height:0.8rem;padding-left:0.1rem;border-radius:0.4rem;border:1px solid #c8c8f4;vertical-align:middle;line-height:0.6rem;margin-right:5px;}
.part03 ul:nth-child(2) a{border:1px solid #c0666c;background:#fcfafa;color:#c0666c;}
.part03 ul:nth-child(2) a>b{border:1px solid #c0666c;}

.part04{margin-top:3rem;}
.box2{width:100%;margin:0 auto;margin-top:2rem;position:relative;height:13rem;overflow:hidden;}
.box2 ul{width:100%;position:absolute;top:0;left:0;}
.box2 li{
	width:68%;
	position:absolute;
	top:0;
	left:0;
}
.box2 li img{
	position:absolute;
	left:3rem;
	top:0;
	width:92%;
	height:auto;
	border:none;
}

.part05{margin-top:2rem;}
.part05 ul{width:100%;margin:0 auto;margin-top:1.5rem;}
.part05 ul li{height:9rem;padding:1rem;box-sizing:border-box;border-bottom:1px solid #f2f2f2;overflow:hidden;position:relative;}
.part05 li p{font-size:1.5rem;color:#36404a;margin-top:1.2rem; text-decoration:underline}
.part05 li h1{font-size:1rem;color:#08bb59;margin-top:1.2rem;}
.part05 li img{width:28%;position:absolute;top:1rem;right:1rem;}

.part06{margin-top:3rem;}
.part06 p{font-size: 1.26rem;line-height: 1.8rem;color: #2a2a2a;}
/*.hz_btn{height: 100px;}
.hz_btn a{width: 13rem;height: 6rem;line-height: 6rem;background: url(../images/hxl89_05_hz.png) no-repeat;background-size: 100% 100%;float: left;margin-left: 22px;margin-top: 20px;color: #2a2a2a;display: block;font-weight: 700;font-size: 1.34rem;}*/
.part06 img{margin:20px 0 0 0; }
.part06 ul{width:100%;margin:0 auto;margin-top:1rem;}
.part06 ul li{height:7.2rem;padding:1rem;box-sizing:border-box;border-bottom:1px solid #f2f2f2;overflow:hidden;}
.part06 li p{font-size:1.2rem;color:#9c9c9c;margin-top:1.2rem;}
.part06 a,.part01 a,.bnthz{display:block;width:73%;margin:0 auto;margin-top:1rem;height:2.6rem;border-radius:4rem;
                   background:#31c180;
				   background: -webkit-linear-gradient(to bottom, #2dcbff , #08b1ff); /* Safari 5.1 - 6.0 */
				   background: -o-linear-gradient(to bottom,#2dcbff , #08b1ff); /* Opera 11.1 - 12.0 */
				   background: -moz-linear-gradient(to bottom, #2dcbff , #08b1ff); /* Firefox 3.6 - 15 */
				   background: linear-gradient(to bottom, #2dcbff , #08b1ff); /* 标准的语法 */
				   box-shadow: 0 0.1rem 0.4rem #0e95d2;
				   border:1px solid #24c1f7;
				   font-size:1.2rem;line-height:2.6rem;text-align:center;color:#fff;}
.part06 li span{color:#28ad71;}
.part06 li p:nth-child(1){width:39%;float:left;}
.part06 li p:nth-child(3){float:right;}
.part06 li a{display:block;width:4.4rem;height:4.4rem;/*margin-left:9%;*/border-radius:2.2rem;background:#fff;box-shadow: 0 0.8rem 1rem #d5d5d5;float:left;font-size:1.2rem;color:#28ad71;font-weight:bold;line-height:4.4rem;text-align:center;}

.part07{margin-top:4rem;text-align:center;padding-bottom:3.5rem;}
.bt2{width:100%;}
.bt2 h1{font-size:2rem;color:#363636; margin-bottom:0.5rem;}
.bt2 span{display:block;width:6%;height:3px;background:#16b06e;margin:1rem auto;}
.bt2 p{font-size:1.2rem;color:#333;}
.byz{width:94%;margin:0 auto;margin-top:1.5rem; padding:1px; border:1px solid #f5f5f5; }




/*报考费用弹窗*/
.bkfy{width:100%;max-width:640px;height:0;position:fixed;top:0;display:block;z-index:45;overflow:hidden;background:rgba(0,0,0,.7);}


/*学历形式弹窗*/
.xlxs{width:100%;max-width:640px;height:100%;position:fixed;top:0;z-index:45;background:rgba(0,0,0,.7);display:none;}
.xl_con{width:80%;height:auto;margin: 0 auto;margin-top:20%;}
.xl_con img{width:100%;}


/*免考政策弹窗*/
.mkzc{width:100%;max-width:640px;height:0;position:fixed;top:0;display:block;z-index:45;overflow:hidden;background:rgba(0,0,0,.7);}


/*hongb*/
.hongb{width:100%;max-width:640px;height:100%;position:fixed;top:0;z-index:45;background:rgba(0,0,0,.7);display:none;}
.hb_con{width:90%;height:auto;margin: 0 auto;margin-top:52%;}
.hb_con img{width:100%;}
.hb_con .close{width:8%;position:absolute;right:7%;top:26%;}
.hb_con .close>img{width:100%;}





.foot{ width:100%; background: #eeeeee; height:6rem; display:table}
.footer{ margin:0 auto; padding-top:4.8%;  width:73%;}
.footer img{width:23%; max-height:100%; float:left; max-height:66px; max-width:66px; display:table-cell; margin-right:10%;}
.footer p{ text-align:left; color:#666; font-size:13px; display:table-cell; width:67%; padding-left:0.4rem}
.footer p span{ width:100%; display:block; margin-bottom:10px;}

/*图片轮播*/
.box_hz1{
	width:280px;
	height:285px;
	margin:0px auto 0;
	position:relative;
	overflow:hidden;
}
.box_hz1:after{
	content:"";
	display:block;
	width:100%;
	padding-top:50%;
}
.box_hz1 ul{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.box_hz1 ul li{
	list-style:none;
	width:280px;
	height:346px;
	position:absolute;
	top:0;
	left:0;
}
.box_hz1 li:first-child{
	z-index:1;
}
.box_hz1 li .zhengti{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
}
.box_hz1 .btn2{
	position:absolute;
	bottom:10px;
	left:30%;
}
.box_hz1 .btn2 div{
	display:inline-block;
	width:2rem;
	height:0.2rem;
	margin-left:0.08rem;
	border:1px solid #3e3e3e;
}
.box_hz1 .btn2 .special{
	background:#3e3e3e;
}

.university-img .img1 {
	width: 260px;
	height:171px;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 3px;
	border: 1px solid #d7d7d7;
	box-shadow: 1px 1px 0px #ffffff;
}
.university-title {
	font-size: 1.2rem;
    line-height: 1.8rem;
    /*text-shadow: 1px 1px 0px #ffffff;*/
    text-align: left;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
	text-align:center;
	margin-bottom: 0.4rem;
}
.university-title span {
	font-size: 1rem;
}
.university-limit {
	font-size: 0.8rem;
	line-height: 1.4rem;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: left;
	color: #3783e0;
}
.university-intro {
	text-align: left;
	font-size: 1.15rem;
	line-height: 1.3;
	/*text-shadow: 1px 1px 0px #ffffff;*/
	color: #4c4c4c;
	margin-top: 10px;
	margin-left:20px;
}

/*图片轮播2*/
.box_hz2{
 width:80%;
 height:400px;
 margin:0 auto;
 position:relative;
 overflow:hidden;
}
.box_hz2:after{
 content:"";
 display:block;
 width:100%;
 padding-top:50%;
}
.box_hz2 ul{
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
}
.box_hz2 li{
 list-style:none;
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
}
.box_hz2 li:first-child{
 z-index:1;
}
.box_hz2 li img{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 border:none;
}
.box_hz2 .btn3{
 position:absolute;
 bottom:10px;
 left:42.5%;
}
.box_hz2 .btn3 div{
 display:inline-block;
 width:0.41875rem;
 height:0.41875rem;
 margin-left:0.08rem;
 border-radius:50%;
 border:1px solid #4b8ddd;
}
.box_hz2 .btn3 .special2{
 background-color:#4b8ddd;
}
.part04 a{
  display:block;width:70%;margin:0 auto;margin-top:1.2rem;height:3.5rem;border-radius:1.5rem;
                     background:#31c180;
  				   background: -webkit-linear-gradient(left, #4ddda2 , #31c180); /* Safari 5.1 - 6.0 */
  				   background: -o-linear-gradient(right,#4ddda2 , #31c180); /* Opera 11.1 - 12.0 */
  				   background: -moz-linear-gradient(right, #4ddda2 , #31c180); /* Firefox 3.6 - 15 */
  				   background: linear-gradient(to right, #4ddda2 , #31c180); /* 标准的语法 */
  				   box-shadow: 0 0.2rem 1rem #acacac;
  				   font-size:1.5rem;line-height:3.5rem;text-align:center;color:#fff;
}
/*问题解答样式*/
.part02 h4 {
	font-size: 2rem;
	color: #333;
	font-weight: bold;
	margin-top: 2rem;
	text-align:center;
}
.questions-box {
	padding:0 1rem 1rem;
	margin: 0 auto;
}
.questions {
	width:64%;
	margin-top: 23px;
	float: left;
	margin-left: 15px;
}
.questions li {
	text-align: left;
	line-height: 34px;
	border-bottom: 1px dashed #d7d7d7;
}
.questions li a {
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
	text-decoration: none;
  padding-left: 5px;
}
.questions-btn2 {
	margin-top: 25px;
	font-size: 0.8rem;
	float: right;
	margin-right: 10px;
}
.questions-btn2 li {
	margin-bottom: 7.2px;
}
.questions-btn2 li a {
	text-align:center;
	display: block;
	font-size: 0.8rem;
	color: #fff;
	background: #566369;
	box-shadow: 1px 1px 1px #ececec;
	width: 74px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}


.divimg img{ display:block;}

/*第二屏 考生公告*/
.part21 {
	padding: 0em;
	position: relative;
}
.notice-title {
	font-size: 1.3rem;
	background: #faf8ef;
	border: 1px solid #cec8a9;
	box-shadow: -1px -1px 1px #ece8d8;
	color: #908964;
	padding:7px 0;
	width: 140px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -4%;
	margin-left: -70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}
.notice-box {
	border: 1px solid #d7d7d7;
	background: #ffffff;
	width: 80%;
	margin: 50px auto 28px;
	list-style: square;
	padding: 28px 10px 10px;
	box-shadow: 0px 3px 13px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.notice-box li {
	list-style: square;
	text-align: center;
	list-style:none;
}
.notice-box li a {
	text-decoration: none;
	text-align: center;
	line-height: 1.8rem;
	color: #333333;
	font-size: 1.1rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffffff;
}
.notice-box li a span{
	font-weight: bold;
	color: red;
}

/*第二屏*/
.forms {
	width: 96%;
	margin: 25px auto;
	padding:0;
}
.forms li {
	float: left;
	position:relative;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background: #ffffff;
	width: 33%;
	padding: 10px 5px;
	/*box-shadow: 1px 1px 0px #ffffff;*/
	text-align:center;
}
.forms li .span_1{width:90%; display:block; font-size:1.2rem; padding-bottom:7px; margin:0 auto 5px; background:url(../images/fenge.png) no-repeat center bottom ; background-size:contain }
.forms li .span_2{width:90%; margin:0 auto; font-size:0.9rem; color:#333; text-align:center; display:block;}
.forms-title {
	font-size: 1rem;
	color: #111;
	line-height:1.5rem;
	text-shadow: 1px 1px 0px #ffffff;
	margin:0;
}
.forms-btn {
	display: block;
	font-size: 14px;
	border: 1px solid #0d96d4;
    background: linear-gradient(to bottom, #2dcbff , #08b1ff);
	width:86%;
	margin:auto;
	margin: 8px auto 0px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(36, 36, 36, 0.65);
	box-shadow:0 1px 3px #32A6C9;
}
.forms li .xiaoneng_1{ position:absolute; bottom:10px; margin-top:0;}
.forms-btn:active {
	background: -webkit-linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
	background: linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
}

.fix_qb{
  width:70px;
  height: 57px;
  position:fixed;
  right:3px;
  bottom:70px;
  background:url('../images/free-plan.png') no-repeat ;
  background-size: 100% 100%;
  z-index: 9999;
}
.fix_qb p{
  width: 70%;
  font-size: 1rem;
  margin:20px auto;
  color: #fff;
}
/*fixed*/
.fixed{ background:#e0e0e0; width:100%; height:4.8rem; padding:0.9rem 4%;z-index:999999;box-shadow:0px 4px 33px rgba(00,00,33,.5);  max-width:640px;}
.fixed img{ height:100%; float:left;  max-height:4rem;}
.fixed p{ width:50%; float:right}
.fixed span{ text-align:right; width:100%; font-size:1.2rem; display:inline-block; font-weight:400; margin-top:-2px;font-family:微软雅黑; margin-top:2px; letter-spacing:2px;color:#333;}
.fixed b{ text-align:right; width:98%; font-size:0.9rem; font-weight:normal; text-indent:2px; display:inline-block; margin-top:5px; color:#696969;}



/*last*/


.fixed-nav {
	width: 5.4rem;
	height: 5.16rem;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 80;
	background: url(../images/free-plan.png) 0 0 no-repeat;
	background-size: 100%;
}
.free-plan {
	display: block;
	font-size: 0.94rem;
	line-height: 1.2rem;
	color: #ffffff;
	text-decoration: none;
	margin-top: 1.3rem;
	text-shadow: 1px 1px 0px #d64c02;
	text-align: center;
}
/*底部*/
.login_panel {
	width: 100%;
	height: 65px;
	background: url(../images/float_bottom_bg.png) 0 0 repeat-x;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 2000000000;
	background-color:rgba(234,234,234,.8);
}
.login_panel .panel_center {
	margin: 10px auto;
	width: 1000px;
	height: 45px;
	overflow: hidden;
}
.login_panel .panel_center p {
	float: left;
	line-height: 45px;
	margin-top: 6px;
}
.login_panel .panel_center .tips {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 320px;
	text-align: center;
	line-height: 40px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}
.login_panel .panel_center .askfor {
	border: 1px solid #0db4ff;
    background: linear-gradient( to bottom, rgb(43, 202, 255) 0%, rgb(10, 179, 255) 100%);
	display: block;
	padding: 5px 10px;
	width: 92px;
	height: 26px;
	line-height: 26px;
    margin-left: 13px;
	margin-top: 5px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 53px;
	float: left;
}
.login_panel .panel_center .askfor:hover {
	text-decoration: none;
	background: #60befc;
}
#scroll_question {
	overflow: hidden;
	height: 40px;
	float: left;
	width: 240px;
}
#scroll_question ul li {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	line-height: 40px;
	width: 240px;
	margin-right: 10px;
	padding-left:10px;
}
#scroll_question ul li a {
	display: block;
	color:#e5588d;
	text-decoration: none;
}


.newclose{width:8%;position:absolute;right:2%;top:3%;}
  .newclose img{width:100%;}




.mall_goodslist {
    /* background-color: #fff; */
    border-radius: 2px;
    overflow: hidden;
    margin: 0px auto 2rem;
    /* width: 94%; */
    padding: 1rem 2% 1rem 2%;
    box-sizing: border-box;
}
.mall_goodslist_head {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    position: relative;
}
.mall_goodslist_head a {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}
.mall_goodslist_head a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    background-image:url(../images/xw_arr.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30%;
}
.mall_goodslist_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /* background: #a70069; */
}
.mall_goodslist_text::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #999;
    margin-bottom: 8px;
}
.mall_goodslist_text p {
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
    height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mall_goodslist_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}
.mall_goodslist_images li, .mall_goodslist_images li img {
    display: block;
    width: 100%;
    /* height: 6rem; */
    /* border-radius: 2.9rem; */

}
.mall_goodslist_images li {margin-right:2%;}
.mall_goodslist_images li:nth-child(2n) {margin-right:0%;}


.mall_goodslist_text::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #999;
    margin-bottom: 8px;
}
.mall_goodslist_item{
    display: block;
    width: 100%;
    padding: 1.5%;
}

.mall_goodslist_title02{ color:#333;font-size:1rem;}
.mall_goodslist_price02{ color:#666;font-size:1rem;}
.mall_goodslist_price02 span{ font-size:1.8rem;font-weight:bold;color:#FF9900;}
.mall_goodslist_btn02{ width:40%; font-size: 1.2rem;    background: linear-gradient(to bottom, #2dcbff , #08b1ff);padding: 3px 5px;
    color: #fff;
    text-align: center;
    border-radius: 0rem .8rem 0 .8rem;}


.mall_subtitle {
    text-align: center;
    margin: 15px;
    overflow: hidden;
    position: relative;
}
.mall_subtitle::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    right: 50%;
    top: 50%;
    margin-right: 51px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2)
index_main.min_704073cc.css:1
.mall_subtitle::before {
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 50% 0;
}
.mall_subtitle::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    left: 50%;
    top: 50%;
    margin-left: 51px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2)
index_main.min_704073cc.css:1
.mall_subtitle::after {
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 50% 0;
}
.mall_subtitle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 0 12px;
    line-height: 1;
}
.mall_subtitle span::after, .mall_subtitle span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #e6e6e6;
    position: absolute;
    top: 8px;
    z-index: 1;
}

.mall_subtitle span::after {
      right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mall_subtitle span::before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#call {width:4rem; position:fixed; right:0; bottom:20%;z-index:9999999999999;}


.mall_recommended {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 94%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}
.mall_recommended_item {
    position: relative;
    display: block;
    width: 49%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: .5rem;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
        color: #333;
}
.mall_recommended_cover {
    position: relative;


    padding-top: 100%;
}
.mall_recommended_cover img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.mall_recommended_cover img {
    border-radius: 2px;
}
.mall_recommended_name {
    font-size: 12px;
    color: #666;
    margin: 10px 0 5px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mall_recommended_price {
    font-size: 12px;
    color: #333;
}
.mall_recommended_price em {
    margin-left: 2px;
    font-size: 16px;
    font-style: normal;
}

.mall_recommended_btn {
    display: block;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image:url(../images/xw_sl.png);
     background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.mall_recommended_item.type_labels {
    padding: 0;
    background: none;
    border-radius: 0;
    min-height: 200px;
    text-align: center;
}

.mall_recommended_crowd, .mall_recommended_labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mall_recommended_labels li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.mall_recommended_labels li:not(:last-child) {
    margin-bottom: 10px;
}
.mall_recommended_labels a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
}
.mall_recommended_labels a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.4rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mall_recommended_labels a:not(:last-child) {
    margin-right: 10px;
}

.part8 {    margin: 2.5rem auto 0;}


.page8{width:100%; max-width:640px; margin:1.5rem auto 0;text-align:center;background:#FFFFFF;  }
.h4-app{font-size: 1.6rem; color: #333; font-weight: bold; width:100%;  }
.swiper-container {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 120px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 350px;

}
.swiper-pagination-bullet-active {
opacity: 1;
background: #46b0c0;
}
.swiper-button-next{
width:30px; height:30px;
background-image:url(../images/arrow-right.png)!important;
background-size: 30px 30px;
 margin-top: -63px;

}
.swiper-button-prev{
width:30px; height:30px;
background-image:url(../images/arrow-left.png)!important;
background-size: 30px 30px;
margin-top: -63px;
}




.btnaa {
	display: block;
    width: 60%;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    color: #fff;
    /* border: 1px solid #32c281; */
    border-radius: 3px;
    margin-top: 5px;
       background: linear-gradient(to bottom, #2dcbff , #08b1ff);
    box-shadow: 0 0.1rem 0.4rem #0e95d2;
    border: 1px solid #24c1f7;
    text-align: center;
    font-size:1.6rem;
        border-radius: 4rem;
            font-size: 1.5rem;
    line-height: 3.5rem;
        margin-top: 1.2rem;
    height: 3.5rem;
}



.zdzx{
  width: 100%;
  height: 60px;
  background: url('../images/img_11jswap_dy_zdzx.png') no-repeat;
   /*box-shadow: 0 0.2rem 1rem #333;*/
}
.zdzx_left{
  float: left;
  color: #19988f;
  font-size:22px;
  margin-left: 10%;
}
.scro_qu1{
  margin-left: 29%;
}
.scro_qu2{
  margin-left: 29%;
}
@media (min-width:320px) {
  #scroll_question2 {
  	overflow: hidden;
  	height:50px;
  	float: left;
  	width: 200px;
    margin-top: 10px;
  }
  #scroll_question2 ul li {
  	font-size: 12px;
  	font-family: "Microsoft Yahei";
  	font-weight: normal;
  	line-height: 25px;
  	width: 200px;
  	margin-right: 10px;
  }
  #scroll_question2 ul li a {
  	display: block;
  	color:#000;
  	text-decoration: none;
    text-align: left;
    white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow:hidden;
  }
  #scroll_question2 ul li a span{
    border-radius: 5px;
    border: 1px solid #f00;
    padding: 0 4px;
    margin-right: 4px;
    color: #f00;
  }
  #scroll_question3 {
  	overflow: hidden;
  	height: 35px;
  	float: left;
  	width: 200px;
  }
  #scroll_question3 ul li {
  	font-size: 12px;
  	font-family: "Microsoft Yahei";
  	font-weight: normal;
  	line-height: 40px;
  	width: 200px;
  	margin-right: 10px;
  }
  #scroll_question3 ul li a {
  	display: block;
  	color:#000;
  	text-decoration: none;
    text-align: left;
    white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow:hidden;
  }
  #scroll_question3 ul li a span{
    border-radius: 5px;
    border: 1px solid #19988f;
    padding: 0 4px;
    margin-right: 4px;
    color: #19988f;
  }
}
@media (min-width:375px) {

  #scroll_question2 {
  	overflow: hidden;
  	height: 50px;
  	float: left;
  	width: 240px;
    margin-top: 10px;
  }
  #scroll_question2 ul li {
  	font-size: 16px;
  	font-family: "Microsoft Yahei";
  	font-weight: normal;
  	line-height: 40px;
  	width: 240px;
  	margin-right: 10px;
  }
  #scroll_question2 ul li a {
  	display: block;
  	color:#000;
  	text-decoration: none;
    text-align: left;
    white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow:hidden;
  }
  #scroll_question2 ul li a span{
    border-radius: 5px;
    border: 1px solid #f00;
    padding: 0 4px;
    margin-right: 4px;
    color: #f00;
  }
  #scroll_question3 {
  	overflow: hidden;
  	height: 35px;
  	float: left;
  	width: 240px;
  }
  #scroll_question3 ul li {
  	font-size: 14px;
  	font-family: "Microsoft Yahei";
  	font-weight: normal;
  	line-height: 40px;
  	width: 240px;
  	margin-right: 10px;
  }
  #scroll_question3 ul li a {
  	display: block;
  	color:#000;
  	text-decoration: none;
    text-align: left;
    white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow:hidden;
  }
  #scroll_question3 ul li a span{
    border-radius: 5px;
    border: 1px solid #19988f;
    padding: 0 4px;
    margin-right: 4px;
    color: #19988f;
  }
}



.part12_cp{
     max-width:640px; margin:auto;
 /*    margin-top: 30px;*/
   }
   .part12_cp h4{
   margin-top: 0px;
   font-size: 16px;
   line-height: 40px;
   background: #14B0F7;
   color: white;
   text-align: center;
   }
   .p12-mid{
     width:90%;
     margin:0 auto;
     margin-left:10%;
   }
   .p12-1{
     margin:1rem 0;
     margin-bottom: 0.2rem;
     font-size:1.3rem;
     color: #4c4c4c;
   }
   .p12-2{
     margin:0.5rem 0;
     overflow:hidden;
   }
   .p12-2 div{
     width:80px;
     float:left;
     text-align:left;
     font-size:1.2rem;
     color:#4c4c4c;
   }
   .p12-2 div input{
     margin-right:6px;
   }
   .p1-2{
     margin: 0.5rem 0;
     font-size:14px;
     text-align: center;
     color: #4c4c4c;
   }
   .part12_cp #tel3{
     width:94%;
     height:36px;
     margin:1rem auto;
     background:#fff;
     border:1px solid #999;
     border-radius:4px;
     font-size:1rem;
     text-align:center;
     line-height:36px;
   }
   .part12_cp #sub3{
     width:95%;
     height:40px;
     margin:0 auto 0.3rem;
     border-radius:4px;
     color:#fff;
     font-size:1.2rem;
     text-align:center;
     line-height:40px;
     border:1px solid #226dc8;
       background: #33a4ec;
     border: none;
   }

   .hjs_cal{
     width: 90%;
     /*height: 400px;*/
     margin: 20px auto;
     padding: 14px 10px 20px 10px;
     border: 1px solid #E4E4E4;
     border-radius: 16px;
     box-shadow: 1px 5px 8px 2px #BAB9B9;
     text-align: center;
   }
   .xfys{
     position: relative;
     margin-bottom: 8px;
     color: #383f59;
     font-size: 14px;
   }
   .xfys span{
     position: absolute;
     top: 10px;
     width: 21%;
     height: 1px;
     content: ' ';
     border-top: 1px solid #E3E3E3;
   }
   .xfys_z{
     left: 28px;
   }
   .xfys_y{
     right: 28px;
   }

   .num_xsp{
     width: 95%;
     position: relative;
     height: 72px;
     margin: 0 auto;
     padding: 6px 6px 10px;
     /*border: 6px solid #D2D1D1;*/
     border-radius: 4px;
     background: #f8f8f8;
     background: -moz-linear-gradient(top,#d2d1d1,#f8f8f8);
     background: -webkit-gradient(linear,top,from(#d2d1d1),to(#f8f8f8));
     background: -webkit-linear-gradient(top,#d2d1d1,#f8f8f8);
     background: -o-linear-gradient(top,#d2d1d1,#f8f8f8);
     background: linear-gradient(top,#d2d1d1,#f8f8f8);
   }
   .num_ze{
     width: 91%;
   height: 100%;
   padding-right: 22px;
   padding-top: 5px;
   border-radius: 4px;
   border-top: 2px solid #3D3C30;
   border-bottom: 2px solid #6C6B60;
   border-left: 3px solid #3D3C30;
   border-right: 3px solid #3D3C30;
   background-color: #D3D3CB;
   box-shadow: 0 1px 5px 1px #ABABA5 inset;
   }
   .num_yuan{
     width: 16px;
     font-size: 16px;
     line-height: 16px;
     position: absolute;
     bottom:12px;
     right: 12px;
   }
   .num_sz{
     float: right;
     width: 24px;
     height: 48px;
     margin: 0 1px;
     position: relative;
   }
   .num_sz img{
     width: 100%;
     position: absolute;
     right:0;
   }
   .re_xsp{
      height: 60px;
      width: 95%;
      display: block;
      border-radius: 4px;
      border: 1px solid #e7e7e7;
      margin: 0 auto;
      margin-top: -5px;
    }
    .re_xsp ul{
      padding-top: 10px;
    }
    .re_xsp ul li{
      line-height: 20px;
      padding-left: 8%;
    }
    .re_xsp ul li span{
      margin-right: 9%;
      color: #666;
      font-size: 14px;
    }
    .re_xsp ul li span b{
      font-weight:normal;
      color: #666;
    }
    .p12-mid{
      width: 94%;
      margin:0 auto;
    }

    .p12-2{
      /* margin:1.3rem 0; */
      overflow:hidden;
    }
    .p12-2 .p-tt{
      margin-bottom: 0.2rem;
      font-size: 1.2rem;
      color: #111;
      padding-bottom: 3%;
      overflow: hidden;
      margin-top: 0.5rem;
      /* font-weight:600; */
    }

    .p12-2 .pp-line01 a{
     float:left;
     height: 2.4rem;
     display:block;
     line-height: 2.4rem;
     color:#333;
     border:#e1e1e1 1px solid;
     text-align:center;
     font-size: 1.2rem;
     margin-right: 2%;
     padding: 0px 10px;
     margin-bottom: 3%;
     border-radius: 3px;
    }
    .p12-2 .pp-line01 a.now{
      background: #14B0F7;
 	  border: #14B0F7 1px solid;
      color:#fff;
    }
    .p12-2 .pp-line02{
      margin-top: 3%;
    }


    .p12-2 div{
      width: 101%;
      float:left;
      text-align:left;
      color:#666;
    }
    .p1-2{
      font-size:14px;
      text-align: center;
      color: #666;
    }
    .p12-2 div input{
      margin-right: 3px;
    }


    .part {
        width: 100%;
        max-width: 640px;
    }
    .part09{
      margin-top:2rem;
      padding-bottom: 1rem;
    }
    .part09 .part9yx{
      width: 95%;
      margin: 0 auto;
    }
    .part09 .part9yx .floor{
      width: 47%;
      float: left;
      margin-left: 2.5%;
      margin-bottom: 1rem;
    }
    .part09 .part9yx .floor img{
      width: 95%;
      display: block;
      margin: 0 auto 10px;
    }
    .part09 .part9yx .floor p{
      text-align:left;
      font-size:1.15rem;
      margin: 0 0 5px;
	  text-indent:3px;
    }
	.part09 .part9yx .floor p.p1{
      font-size:0.9rem; margin-top:3px; color:#333
    }
    .part09 .part9yx .floor a{
      width: 80%;
      display: block;
      margin: 0 auto;
      border-radius: 25px;
      /*background: #33a4ec;*/
      background: linear-gradient(to bottom, #2dcbff , #08b1ff);
box-shadow: 0 0.1rem 0.4rem #0e95d2;
border: 1px solid #24c1f7;
      font-size: 1.3rem;
      text-align: center;
      color: #fff;
      padding: 5px 10px;
    }
    .fgtzl{
      width: 100%;
      margin: 15px auto;
      background: #f5f5f5;
      padding:10px 0;

    }
    .f_main{
      width: 90%;
      margin: 0 auto;

    }
    .f_main img{
      width: 12%;
      display: inline-block;
      vertical-align: middle;
    }
    .f_main p{
      width: 80%;
      display: inline-block;
      vertical-align: middle;
      color: #333;
      font-size: 1.2rem;
      padding-left: 10px;
    }
    .f_main p span{
      color: #f6556c;
    }
    .part .zswh1 {
    text-align: center;
    font-size: 1.8rem;
	line-height:2.6rem;
	margin-bottom:10px;
    color: #171a21;
    background: url('../images/part_h1_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.part .zswh3 {

    background: url('../images/part_h2_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
}
 .part .zswh2 {
    text-align: center;
    font-size: 1rem;
    color: #72757d;
    background-size: 100% 100%;
}


.zhuanye{ width:100%; display:inline-block;}
.zhuanye .cont{ width:90%; margin:15px 5%; background:#e4e9f5; border:1px dashed #b5c2da; padding:15px 3% 0;}
.zhuanye .cont .cont_1{ width:100%; margin-bottom:10px; float:left; display:inline-block;} 
.zhuanye .cont .cont_1 a{ width:23.5%; margin-right:2%; float:left; font-size:13px;display:block; border-radius:4px; background:#14B0F7; padding:8px 0; text-align:center; color:#fff;}
.zhuanye .cont .cont_1 a:last-child{ margin-right:0;}





.part06{
  margin-top: 3rem;
  /*padding-bottom: 2rem;*/
}
.part06 .logo{
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.part06 p{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5px;
}
.part06 img{
  width: 90%;
  display: block;
  margin: 10px auto;
}
.part06 b{
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5px;
}
.last{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.last .floor{
  width: 45%;
  float: left;
  box-shadow: #c5e4f6 4px 8px 10px;
  margin-left: 4%;
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px 0;
}
.last .floor img{
  width: 30%;
}
.part .nyzswp3_h2{
  text-align: center;
  font-size: 1.8rem;
  /*font-weight: lighter;*/
  color: #171a21;
}
.fixed_footer{
  width:100%;
  height:6.5rem;
  position:fixed;
  bottom:0;
  max-width:640px;
  background:#EDEDED;
  z-index:99999999999999999;
  box-shadow:#999 0 -1px 5px;
}
.fixed_footer span{
  position: absolute;
  right: 27%;
  padding:0 5px;
  border-radius: 50%;
  background: #f00;
  color: #fff;
}
.fixed_footer ul li{
 width:33.33%;
 float:left;
 text-align:center;
 position: relative;
}
.fixed_footer ul li a{color:#333; font-size:1rem;display: inline-block;

width: 100%;}
.fixed_footer span {
	line-height:1.2rem;
  position: absolute;
  right: 27%;
  padding: 0px;
  border-radius: 100%;
  background: #f00;
  color: #fff;
  width:1.2rem;
  height:1.2rem;
  text-align: center;
}



.fangan{
    background:#fff;
}
.fangan .title{text-align: center; padding: 0.3rem 0 0.5rem; line-height: 1;}
.fangan .title .b {
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;}
.title .line {
    width: 80%; margin:5px auto; display:block; text-align:center;
}
.title .line img{ width:100%;}
.fangan .s2{
	font-size:12px; color:#666;
    font-weight: normal;
    line-height: 18px;

}
.fangan .clear{ width:100%;padding: 0 4% 10PX; display:inline-block;
}
.fangan .pull-left{
	float:left;
    width: 44%;
    margin: 3.36rem 3% 0.5rem;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:  0 0 40px rgba(0, 0, 0, 0.11);
    box-shadow:  0 0 40px rgba(0, 0, 0, 0.11);
    text-align: center;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    padding: 3.4rem 1rem 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.12rem;
    color: #fff;
    position: relative;
}
.fangan .pull-left .cover-img{
    position: absolute;
    left: 50%;
    top: -3rem;
    margin-left: -3rem;
    background-image: url(../images/nazheng.png);
    background-size: 400% 100%;
    width: 6rem;
    height: 6rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:  0 0 20px rgba(0, 0, 0, 0.11);
    box-shadow:  0 0 20px rgba(0, 0, 0, 0.11);
}
.fangan .pull-left .t{
    line-height: 2.18rem; font-size:1.1rem; margin-bottom:0.3rem;
}
.fangan .pull-left .button{
	display:block;
	font-size:1rem;
    background-color: #fff;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    border-radius: 0.4rem;
    margin-top: 0.08rem;
    height: 2.3rem;
    line-height: 2.3rem;
}
.fangan .pull-left .button .contain-img{
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    background-size: 400% 100%;
    background-image: url(../images/point.png);
}
.fangan .clear .pull-left:nth-of-type(1){
    background-color: #f89665;
}
.fangan .clear .pull-left:nth-of-type(1) .button{
    color: #f89665;
}
.fangan .clear .pull-left:nth-of-type(1) .cover-img,
.fangan .clear .pull-left:nth-of-type(1) .contain-img{
    background-position:  0 0;
}

.fangan .clear .pull-left:nth-of-type(2){
    background-color: #65b5f8;
}
.fangan .clear .pull-left:nth-of-type(2) .button{
    color: #65b5f8;
}
.fangan .clear .pull-left:nth-of-type(2) .contain-img,
.fangan .clear .pull-left:nth-of-type(2) .cover-img{
    background-position:  33.3333333% 0;
}

.fangan .clear .pull-left:nth-of-type(3){
    background-color: #f86570;
}
.fangan .clear .pull-left:nth-of-type(3) .button{
    color: #f86570;
}
.fangan .clear .pull-left:nth-of-type(3) .contain-img,
.fangan .clear .pull-left:nth-of-type(3) .cover-img{
    background-position:  66.66666666% 0;
}


.fangan .clear .pull-left:nth-of-type(4){
    background-color: #658bf8;
}
.fangan .clear .pull-left:nth-of-type(4) .button{
    color: #658bf8;
}
.fangan .clear .pull-left:nth-of-type(4) .contain-img,
.fangan .clear .pull-left:nth-of-type(4) .cover-img{
    background-position:  100% 0;
}



.other{    background-image: url(../images/bg4.jpg);background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-size: cover;}
.other .title{text-align: center;padding: 1.5rem 0 0.5rem; line-height: 1;}

.other .title .b {
    font-size: 1.8rem;
    color: #65b5f8;
    font-weight: bold;}
.other .title .line {
	width: 60%;
    background-color: #65b5f8;
    height: 0.1rem;
    margin: 1rem auto;
    position: relative;}

.other .title .line:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #65b5f8;
    width: 5rem;
    height: 0.4rem;
    margin-left: -2.5rem;
    margin-top: -0.2rem;
}

.cont{ width:100%; display:inline-block;}
.other .cont .item {
    padding: 1.2rem 3rem;
    text-align: center;
    border-bottom: 2px dashed #d3d0d1;
	}
.other .cont .item .th {
    width: 10rem;
    line-height: 2.5rem;
    height: 2.5rem;
	font-size:1.2rem;
    color: #fff;
    text-align: center;
    margin: 0 auto 1rem;
    background-color: #65b5f8;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
}
.other .cont .item .text{ font-size:1rem; line-height:1.5rem;}
.other .cont .item:last-child {
    border-bottom: 0;
}

.yuanmeng {
    max-width: 69%;
    margin: 2.24rem auto 1rem;
    border: 2px dotted #cfcece;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    text-align: center;
    font-size: 0.12rem;
}
.yuanmeng .t {
    color: #65b5f8;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: -1.1rem;
}
.yuanmeng .t span {
    background-color: #fff;
}
.yuanmeng p{
	font-size:1rem;
	padding:1rem 0;
	line-height:1.8rem;	
}


.ceping_bd .ceping_bd_b .ceping_bd_b_b{ width:100%; display:inline-block; margin-bottom:8px;}
.ceping_bd .ceping_bd_b input.msg_text{height:38px; width:100%; font-size:1rem; line-height:38px;border:2px solid #65b5f8;background:url(images/bg_shur.png) repeat-x; -webkit-border-radius:4px;-moz-border-radius: 4px;border-radius: 4px;padding-left: 3%; color:#000}
.ceping_bd .ceping_bd_b input#Enter{ width:100%; background-color:#65b5f8; font-size:16px; color:white; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;  height:38px; line-height:38px;border:0px; cursor:pointer}
.ceping_bd .ceping_bd_p{font-size:12px; color:#666; text-align:center; width:100%;  line-height:14px; }























