@font-face { 
  font-family:impact;
  src:url("../../fonts/impact.ttf");
  }
body {
	font-family:"\5FAE\8F6F\96C5\9ED1";
	-webkit-text-size-adjust:none;
	}
a,abbr,acronym,address,article,aside,audio,b,blockquote,big,body,canvas,caption,cite,code,datalist,dd,del,details,dfn,dl,div,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,meter,nav,menu,object,ol,output,p,pre,progress,q,samp,section,small,span,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tt,td,ul,var {
	margin:0; 
    padding:0;
    box-sizing:border-box;
	}
html{
	margin:0 auto;
	max-width:720px;
	overflow-x: hidden;
}
input，textarea {
	outline:none;
	}
ul,ol {
	list-style-type:none;
	}
table { 
	border-collapse:collapse;
	border-spacing:0;
	}
select,input,img,select {
	vertical-align:middle;
	}
a {
	outline:none;
	text-decoration:none;
	}
img {
	max-width:100%;
	}
.bold {
	font-weight:bold;
	}
.clear {
	clear:both;
	}
.f_l {
	float:left;
	}
.f_r {
	float:right;
	}
.t_l {
	text-align:left;
	}
.t_r {
	text-align:right;
	}
header {
	padding:20px 1rem;
	background:#751583;
	}
header .head {
	padding:10px 10px 10px 1.5rem;
	background:#fff;
	color:#751385;
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:bold;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	}
header .head a {
	color:#751385;
	}
header .head img {
	float:left;
	margin-right:10px;
	width:2rem;
	}
footer {
	position:fixed;
	left:0;
	bottom:0;
	z-index:9;
	width:100%;
	}
footer a {
	float:left;
	padding:0.6rem 0;
	display:block;
	width:30%;
	background:#9cc92b;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	}
footer a.jiameng {
	width:40%;
	background:#751286;
	color:#fac70d;
	}
footer a img {
	margin-right:5px;
	width:0.6rem;
	vertical-align:initial;
	}
.menu_btn {
	position:fixed;
    top:1rem;
    left:0;
    z-index:9;
    width:3rem;
	}
.menu_box {
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	padding:4rem 2rem 0;
	width:100%;
	height:32rem;
	background:rgba(0,0,0,.8);
	}
.menu_box ul li {
	float:left;
	margin:1rem 0.5rem;
	padding:1px;
	width:6rem;
	text-align:center;
	border:2px solid #fff;
	}
.menu_box ul li a {
	display:block;
	padding:5px;
	font-size:0.8rem;
	border:1px solid #fff;
	color:#fff;
	}
.bounceInLeft {
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }
    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }
    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        -ms-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        -ms-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }
    75% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }
    90% {
        -webkit-transform: translate3d(5px,0,0);
        -ms-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.con1 {
	margin:15px auto;
	padding:1rem;
	width:16.8rem;
	background:#751583;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	}
.con1>h3 {
	font-size:0.825rem;
	}
.con1>h3 span {
	color:#fbe428;
	font-weight:bold;
	}
.con1>h4 {
	margin-top:5px;
	font-size:0.6rem;
	}
.con1>h4 span {
	color:#b6ff00;
	font-weight:bold;
	}
.con1>h3,
.con1>h4 {
	font-weight:normal;
	color:#fff;
	text-align:center;
	}
.con1 .con1_tit {
	display:block;
	margin:0.5rem auto;
	width:7.75rem;
	}
.con1 .sec_box {
	position:relative;
	padding-top:2.3rem;
	}
.con1 .sec_box .sec1 {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	color:#fff;
	}
.con1 .sec_box .sec1 h3,
.con2 .sec2 h3,
.con3 .sec3 h3 {
	padding-right:0.5rem;
	font-family:"impact";
	font-weight:normal;
	}
.con1 .sec_box .sec1 h3 img {
	width:2.6rem;
	vertical-align:initial;
	}
.con1 .sec_box .sec1 h4,
.con2 .sec2 h4,
.con3 .sec3 h4 {
	font-weight:normal;
	font-size:0.85rem;
	}
.con1 .sec_box .sec1 h4 span,
.con2 .sec2 h4 span,
.con3 .sec3 h4 span {
	font-weight:bold;
	color:#fbe428;
	}
.con1 .sec_box p,
.con2 .sec2 p,
.con3 .sec3 p {
	margin-top:10px;
	font-size:0.65rem;
	line-height:1rem;
	color:#fff;
	}
.con1 .sec_box>p {
	margin-top:0.5rem;
	}
.con1 .sec_box p span,
.con3 .sec3 p span {
	font-weight:bold;
	color:#fbe428;
	}
.con1 .sec_box .sec1 .sec1_bg,
.con1 .sec1_bg2 {
	padding:0.5rem;
	background:rgba(117,21,131,0.76);
	}
.con1 .sec_box.box2 {
	margin-top:1rem;
	padding-top:0;
	}
.con1 .sec_box .sec1_bg2 {
	position:absolute;
	top:0.4rem;
	right:0;
	padding:0.2rem 0.5rem;
	width:7rem;
	text-align:left;
	}
.con1 .con1_foot {
	margin-top:0.5rem;
	}
.con2,
.con3 {
	position:relative;
	margin:0 auto 15px;
	width:16.8rem;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	overflow:hidden;
	}
.con2 .sec2 {
	position:absolute;
	top:1.8rem;
	right:1.2rem;
	width:9rem;
	color:#fff;
	}
.con2 .sec2 p span {
	font-weight:bold;
	color:#4f6b08;
	}
.con3 {
	color:#fff;
	background:#0fa1dd;
	}
.con3 .sec3 {
	padding:1rem 1.2rem 0.5rem;
	}
.con4 {
	padding:1.5rem 0.5rem;
	background:#fbe428;
	}
.con4 h3 {
	margin-bottom:0.6rem;
	font-size:0.75rem;
	}
.con4 p {
	font-size:0.5rem;
	line-height:0.7rem;
	}
.con4 .col3 {
	float:left;
	margin:0 0.1rem;
	padding:0.5rem 0.3rem;
	width:5.45rem;
	color:#fff;
	border:3px solid #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	}
.con4 .con4_1 {
	background:#751682;
	}
.con4 .con4_2 {
	background:#86ac28;
	}
.con4 .con4_3 {
	background:#0fa1dd;
	}
.con5 {
	padding:1rem 0.5rem;
	background:#0fa1dd;
	text-align:center;
	}
.con5 img {
	margin-bottom:0.5rem;
	}
.con5 p {
	text-align:left;
	padding-left:2.5rem;
	background:url(../../images/wap/con5_2.gif) 1.8rem center no-repeat;
	background-size:0.5rem auto;
	line-height:1.2rem;
	font-size:0.6rem;
	font-weight:bold;
	color:#fff;
	}
.con6 {
	padding:0.5rem 0.15rem;
	background:#fff;
	overflow:hidden;
	}
#mendian_scroll,
#mendian_scroll2 {
	width:10000px;
	}
.con6 .col3 {
	float:left;
	padding:0 0.1rem;
	width:5.9rem;
	text-align:center;
	}
.con6 img {
	padding:5px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	}
.con6 p {
	margin-top:5px;
	font-size:10px;
	color:#636363;
	line-height:15px;
	}
.liuyan {
	padding:1rem 15px;
	background:#f2edde;
	}
.liuyan .liuyan_img {
	display:block;
	margin:0 auto 1rem;
	}
.liuyan h3 {
	margin-bottom:15px;
	font-size:20px;
	color:#313131;
	font-weight:lighter;
	}
.liuyan h3 span {
	display:inline-block;
	margin-right:10px;
	width:5px;
	height:15px;
	background:#751385;
	vertical-align:middle;
	}
.liuyan input,
.liuyan textarea {
	margin:0 5px;
	padding:5px;
	width:70%;
	border:none;
	}
.liuyan label,
.liuyan p.select {
	margin-bottom:15px;
	display:inline-block;
	width:100%;
	padding:8px 10px;
	border:1px solid #e5e5e5;
	font-size:14px;
	vertical-align:middle;
	background:#fff;
	}
.liuyan label span,
.liuyan p.select span {
	margin-top:7px;
	float:right;
	margin-left:10px;
	color:#e60013;
	}
.liuyan textarea {
	padding:0 5px;
	vertical-align:top;
	resize:none;
	overflow:hidden;
	}
.liuyan button {
	padding:8px 0;
	width:100%;
	color:#fff;
	font-size:19px;
	background:#751385;
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	cursor:pointer;
	}
body {
	position:static !important;
	}
/*#div_company_mini,
#mini_chat {
	display:none !important;
	}*/