@charset "utf-8";
	* {
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	font-family:'Montserrat',sans-serif;
	font-size:14px;
	font-weight:400;
	background: #f7f7f7;
	color:#a5a5a5;
}
div {
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ul,li {
	list-style:none;
	margin-bottom:0px;
}
p {
	font-family:'Montserrat',sans-serif;
	font-size:14px;
	color:#6f6f6f;
	-webkit-font-smoothing:antialiased;
	-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}
p a {
	display:inline;
	position:relative;
	color:inherit;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
p:last-of-type {
	margin-bottom:0;
}
a {
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
a,a:hover,a:visited,a:active,a:link {
	text-decoration:none;
	-webkit-font-smoothing:antialiased;
	-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}
p a:active {
	position:relative;
	color:#FF6347;
}
p a:hover {
	color:#FFFFFF;
	background:#ffa07f;
}
p a:hover::after {
	opacity:0.2;
}
::selection {
	color:#f03271;
}
p::selection {
	}
h1,h2,h3,h4,h5,h6 {
	font-family:'Montserrat',sans-serif;
	-webkit-font-smoothing:antialiased;
	-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	font-weight:normal;
	color:#333;
}
h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection {
	}
.form-control {
	color:#db5246;
}
section {
	display:block;
	position:relative;
	box-sizing:border-box;
}
.clear {
	clear:both;
}
.clearfix::before,.clearfix::after {
	content:"";
	display:table;
}
.clearfix::after {
	clear:both;
}
.clearfix {
	zoom:1;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.container {
	width: 75%;
	margin:0px auto;
	/* overflow: hidden;*/
}
/*********************************3. Header*********************************/
	.headertop {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:99999;
	color:#fff;
}
.headertop .telconleft {
	width:250px;
}
.headertop .telconleft img {
	height:70px;
	margin-top:10px;
}
.menu_div {
	display:none;
}
.header {
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	background: #fff;
	z-index:99;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	height: 70px;
	/*! background:#ededed;*/
	color:#fff;
}
.header .pull-left {
	/* margin-right: 50px;*/
	line-height: 70px;
	font-size: 30px;
	width: 20%;
	float: left;
}
.telconleft img {
	height: 70px;
	margin-top: 5px;
}
.menunav ul li a {
	color: #333;
	display:block;
}
.menunav>ul>li:hover {
	background:#a81404;
}
.menunav>ul>li:hover>a {
	color:#fff;
}
.menunav ul li .musubli a {
	display:inline-block;
}
.menunav ul li .musubli a:hover {
	color:#f90;
	border-bottom:1px solid #f90;
}
.header h1.logo {
	width:20%;
	overflow:hidden;
}
.header h1.logo img {
	height:60px;
	margin-top:10px;
}
.header .menunav {
	text-align: left;
	padding: 15px 0px;
	width: 55%;
	float: left;
}
.header .menunav>ul>li {
	display:inline-block;
	line-height: 35px;
	padding: 0px 20px;
	position:relative;
	font-size:16px;
	/* margin: 0px 10px;*/
	/* position: relative;*/
	/* margin: 0px 10px;*/
}
.header .menunav>ul>li:hover .musubli {
	display:block;
}
.musubli {
	position:absolute;
	top: 35px;
	background: #fff;
	padding: 10px;
	left: 0px;
	width: 100%;
	display: none;
}
.header .menunav li b {
	display:inline-block;
	line-height:80px;
}
.loginbpx {
	width:10%;
	float:left;
	text-align:right;
}
.login {
	text-align:center;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
	border-left:1px solid #a81404;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#a81404;
	line-height:30px;
	font-size:16px;
	color:#333;
	line-height:80px;
	padding:5px 20px;
	color:#fff;
}
.header .menunav > ul > li.on,.header .menunav > ul > li:hover {
	background: #ff8800;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.header .menunav > ul > li.on>a {
	color:#fff;
}
#indexbanner {
	margin-top: 70px;
	height: 100%;
	overflow: hidden;
}
#indexbanner .swiper-pagination-bullet {
	padding:0;
	width:15px;
	height:15px;
	border:1px solid rgb(158,158,158);
	text-indent:0;
	overflow:hidden;
	text-align:left;
	position:relative;
	letter-spacing:1px;
	background:#fff;
	-webkit-font-smoothing:antialiased;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-right:5px;
	-webkit-transition:all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
	transition:all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
	z-index:10;
	cursor:pointer;
}
#indexbanner .swiper-pagination-bullet-active {
	margin:1px 5px 1px 1px;
	box-shadow:0 0 0 2px #fff;
	background-color:transparent;
	position:relative;
	-webkit-transition:box-shadow 0.3s ease;
	-moz-transition:box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	transition:box-shadow 0.3s ease;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}
#indexbanner .swiper-pagination-bullet-active:before {
	transform:scale(0.5);
	background-color:#fff;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	height:15px;
	border-radius:50%;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}
#indexbanner .swiper-slide img {
	width:100%;
	display: block;
}
.adoutShow {
	/* padding:20px;*/
	overflow:hidden;
	/* background: url(../images/aboutimg.png) no-repeat right center;*/
	/* background-size: 100%;*/
	margin: 45px auto;
	position: relative;
}
.adoutShow>img {
	max-width:100%;
	position:absolute;
	right:0px;
	height:100%;
}
.adoutShow .pull-left,.adoutShow .pull-right {
	width:50%;
	/* padding-left: 5%;*/
}
.adoutShow .pull-left h3 {
	font-size:30px;
	/* font-weight:600;*/
	padding-bottom: 20px;
	position: relative;
	background: url(../images/abline.png) no-repeat left bottom -15px;
	margin-bottom: 20px;
}
.adoutShow .pull-left p {
	font-size:15px;
	line-height:30px;
	padding-bottom:15px;
}
.adoutShow .pull-left p span {
	color:#f90;
}
.adoutShow .pull-left p b {
	color:#f90;
}
.adoutShow .pull-left span.red {
	color:#040ead;
}
.adoutShow .pull-left a.more {
	display:inline-block;
	padding:10px 20px;
	color:#333;
	background-color: #ededed;
	position: relative;
	display: block;
	width: 120px;
	text-align: center;
}
.adoutShow .pull-left a.more span:before {
	position:absolute;
	content:"";
}
.adoutShow .pull-left a.more span:after {
	position:absolute;
	content:" ";
}
.adoutShow .pull-left a.more:before,.adoutShow .pull-left a.more:after {
	position:absolute;
	content:"";
	height:2px;
	width: 15%;
	height: 2px;
	background-color: #f80;
	z-index: 2;
	bottom: 0;
	width: 15%;
	transition: width 0.2s 0.35s ease-out;
}
.adoutShow .pull-left a.more:before {
	right: 50%;
}
.adoutShow .pull-left a.more:after {
	left: 50%;
}
.adoutShow .pull-left a.more:hover:before {
	width: 50%;
	transition: width 0.2s ease-in;
}
.adoutShow .pull-left a.more:hover:after {
	width: 50%;
	transition: width 0.1s ease-in;
}
}
.adoutShow .pull-left .more span {
	background:#f90;
	display:block;
	position:absolute;
	content:"";
}
.adoutShow .pull-left a.more span:before,.adoutShow .pull-left a.more span:after {
	width: 0%;
	height: 0%;
	bottom: 0;
	background: transparent;
	opacity: 0;
	z-index: 2;
}
.adoutShow .pull-left a.more span:before {
	left: 0%;
	border-left: 2px solid #f80;
	transition: height 0.25s ease-in, opacity 0s 0.35s;
}
.adoutShow .pull-left a.more span:hover:before {
	height: 96%;
	opacity: 1;
	transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;
}
.adoutShow .pull-left a.more span:after {
	right: 0%;
	border-right: 2px solid #f80;
	border-top: 2px solid #f80;
	transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.adoutShow .pull-left a.more span:hover:after {
	width: 99%;
	height: 96%;
	opacity: 1;
	transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;
}
.adoutShow .pull-right {
	padding: 0px;
	position: relative;
	height: auto;
	overflow: hidden;
	min-height: 450px;
}
.adoutShow .pull-right img {
	width: 75%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}
.footer {
	background:#2d2d2d;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.footer p {
	color:#999;
	line-height:24px;
}
.footer h3 {
	color:#ededed;
	padding-bottom: 5px;
}
.footer a {
	color:#999;
}
.curriculum {
	padding: 30px 0px;
	background: #e5f6ff;
}
.ftleft {
	width: 25%;
	float:left;
	color:#999;
	text-align: left;
}
.ftmid {
	width: 50%;
	float:left;
	text-align: right;
}
.ftmid dl {
	width:25%;
	float:left;
	padding-bottom:20px;
}
.ftmid dl dt {
	font-size:15px;
	color:#ededed;
	padding-bottom:5px;
	text-align: left;
}
.ftmid dl dd {
	text-align:left;
}
.ftmid a {
	display:block;
	line-height: 24px;
}
.joinusshow {
	padding:30px 0px;
}
.ftright {
	text-align:left;
	width: 20%;
	float: left;
	padding-bottom: 15px;
}
.ftright img {
	width: 115px;
	display:block;
	margin:10px auto;
	margin-top: -10px;
}
.ftright span {
	display:block;
	text-align:center;
}
.ftright p {
	font-size: 26px;
	color:#fff;
	font-weight: 600;
}
.ftcopy {
	clear:both;
	background: #292929;
	margin-top: 20px;
	padding: 5px 0px;
}
html {
	color:#000;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
html * {
	outline:0;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding: 0px;
	margin: 0px;
}
body {
	background: #f7f7f7;
	color:#4a4f5a;
	font: 400 14px/1.5 "微软雅黑",Helvetica,STHeiti,Droid Sans Fallback;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.infotitle {
	overflow:hidden;
}
.pr {
	position:relative;
}
.abs {
	position: absolute
}
.fl {
	float:left;
	display:inline-block;
}
.fr {
	float:right;
	display:inline-block;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	*zoom:1;
}
.wrap {
	min-width: 320px;
	max-width:768px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.htit {
	line-height:1rem;
	padding:0 .3rem;
	color:#ff8e2e;
	font-size: .4rem;
	margin:1rem 0 .4rem 0
}
.wrapper {
	position:relative;
	height: 1rem;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	border-bottom:1px solid #ccc
}
.wrapper .scroller {
	position:absolute
}
.wrapper .scroller li {
	height: 1rem;
	color:#333;
	float: left;
	line-height: 1rem;
	font-size: .4rem;
	text-align: center
}
.wrapper .scroller li a {
	color:#333;
	display:block;
	margin:0 .3rem
}
.wrapper .scroller li.cur a {
	color:#1cbb9b;
}
.newscontainer {
	/* margin-top: -10px;*/
}
.newstab li {
	display:inline-block;
	font-size: 17px;
	line-height:20px;
}
.nbanner img {
	width:100%;
	display: block;
	margin: 0px auto;
}
.newstabcon {
	text-align:center;
	border-bottom: 1px solid #ededed;
	background:#ededed;
	padding: 20px 0px;
}
.newstab li {
	margin:0px 20px;
}
.newstab li.cur a {
	color: #f90;
	border-bottom: 3px solid #f90;
}
.newstab li a {
	color:#333;
	padding-bottom:10px;
}
.newscont ul {
	padding-top:30px;
}
.newscont li {
	width:100%;
	padding:15px;
	margin:10px auto;
	background:#fff;
	overflow:hidden;
	border-bottom: 1px solid #ededed;
}
.newscont li:nth-last-child(1) {
	border-bottom:0px;
}
.newsleft {
	width:20%;
	float:left;
}
.newsleft img {
	width:100%;
}
.newright {
	width:78%;
	float:right;
}
.newright h3 {
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	padding-top:20px;
}
.newright p {
	line-height:24px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height:50px;
}
.toprigt {
	width: 25%;
	float:right;
	line-height: 70px;
	position: absolute;
	right: 0px;
}
.toprigt img {
	float:left;
	max-width: 100%;
}
.toprigt a {
	/* padding:0px 10px; */
	color: #f80;
	display: inline-block;
	border: 1px solid #f80;
	/* background: #fff;*/
	line-height: 30px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #f80;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.newbot {
	padding-top:15px;
	overflow:hidden;
	padding-left:25px;
	position: relative;
}
.newbot a {
	float:right;
	border-radius:40px;
	line-height:30px;
	display:inline-block;
	background:#f90;
	color:#fff;
	padding:0px 15px;
}
.newbot img {
	width:20px;
	display:inline-block;
	position:absolute;
	left: -20px;
}
.shcenter {
	padding:30px 0px;
}
.shcenter p {
	line-height:26px;
	padding-bottom:10px;
	font-size: 15px;
}
.telphone {
	display:block;
	padding:10px 15px;
	border:1px solid #ededed;
	color:#fff;
	background: #ff8800;
	border-radius:3px;
	margin:0px auto;
	text-align:center;
	width:140px;
	margin-bottom:20px;
	clear: both;
}
.newindex {
	overflow:hidden;
	margin-top: 30px;
}
.newcon {
	overflow:hidden;
}
.newindex ul li {
	width:25%;
	float:left;
	padding:15px;
}
.newindex ul {
	padding: 20px 0px;
	overflow: hidden;
}
.flexbox {
	overflow:hidden;
	background:#fff;
	border:1px solid #ededed;
	padding: 10px 10px 20px 10px;
}
.flexbox h3 {
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	margin-bottom:10px;
}
.flexbox img {
	max-width:100%;
	max-height:200px;
}
.flexbox p {
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow: hidden;
	margin-bottom: 15px;
}
.flexbox a {
	display:inline-block;
	padding:0px 10px;
	line-height:30px;
	color: #f80;
	border: 1px solid #f80;
}
.newtab {
	padding: 10px 0px;
	border-bottom:1px solid #ededed;
	position: relative;
	margin-top: 30px;
}
.newtab p {
	display:inline-block;
	padding:0px 10px;
	line-height:40px;
	font-size:18px;
	padding:0px 25px;
}
.newtab p.on,.newtab p:hover {
	background: #f80;
	color:#fff;
	border-radius:20px 0px;
}
.newamore {
	position:absolute;
	right:0px;
	color:#f80;
	font-size:15px;
}
.commerce {
	overflow:hidden;
	padding:30px 0px;
}
.contact {
	background:url(../images/map001.jpg) no-repeat center;
	padding:30px 0px;
	overflow: hidden;
	text-align: center;
}
.contimg h3 {
	font-size:34px;
	font-weight:bold;
	color:#fff;
	padding-bottom:30px;
}
.forminp {
	width:33%;
	float:left;
}
.forminp input {
	width:75%;
	line-height: 50px;
	border-radius:5px;
	border:0px;
	outline:none;
	padding: 0px 15px 0px 45px;
}
.joinus {
	display: block;
	background:#f80;
	color:#fff;
	padding:10px;
	margin-top:30px;
	border-radius:3px;
	clear: both;
	width: 140px;
	margin: 30px auto 0px auto;
}
.forminp:nth-of-type(1) input {
	background:url(../images/telicon01.png)no-repeat center left #fff
}
.forminp:nth-of-type(2) input {
	background:url(../images/telicon02.png)no-repeat center left #fff
}
.forminp:nth-of-type(3) input {
	background:url(../images/telicon03.png)no-repeat center left #fff
}
.compleft {
	}
.compleft .top {
	padding-left:70px;
	background:url(../images/telicon04.png) no-repeat left center;
	background-size:60px;
}
.top h3 {
	line-height:50px;
	font-size:24px;
}
.top p {
	font-size:16px;
	color:#999;
}
.mid {
	padding:20px 0px;
	font-size:20px;
}
.mid p {
	font-size:16px;
	display:block;
}
.onlineore {
	padding:10px;
	/* margin-top: 40px;*/
	background: #ededed;
	z-index: 20;
	border-radius:5px;
	box-shadow:2px 2px 2px #ededed;
	position:relative;
}
.onlineore li {
	width:25%;
	float:left;
	text-align: left;
	line-height:80px;
	font-size: 18px;
	position: relative;
	padding-left: 110px;
}
.onlineore li:after {
	content:"";
	width:1px;
	top:10px;
	bottom:10px;
	right:10px;
	background: #ccc;
	position: absolute;
}
.onlineore li:nth-last-child(1):after {
	background:none;
}
.onlineore li a {
	color:#333;
}
.onlineore li:nth-child(1) {
	background: url(../images/ticon01.png) no-repeat left 50px center;
}
.onlineore li:nth-child(2) {
	background:url(../images/ticon02.png) no-repeat left 30px center ;
}
.onlineore li:nth-child(3) {
	background:url(../images/ticon03.png) no-repeat left 30px center ;
}
.onlineore li:nth-child(4) {
	background:url(../images/ticon04.png) no-repeat left 30px center ;
}
.nbannerbox {
	margin-top: 70px;
}
.nbannerbox img {
	display:block;
	margin:0px auto;
	width:100%;
}
.nproduct01 {
	padding-top:30px;
}
.indexproduct {
	overflow:hidden;
	padding-bottom: 20px;
	background: #f2f2f2;
}
.indexproduct .indextitle {
	font-size:32px;
	line-height:50px;
	padding:30px 0px;
	background: url(../images/title.png) no-repeat center;
	text-align: center;
}
.indexproduct .swiper-slide {
	padding:0px 10px;
	overflow:hidden;
	margin-bottom: 40px;
}
.indexproduct .picimg {
	overflow:hidden;
}
.indexproduct .picimg img {
	max-width:100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.indexproduct .pictxt {
	background: #fff;
	padding:10px;
	min-height: 95px;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.indexproduct .pictxt p {
	font-size:15px;
}
.indexproduct .pictxt h3 {
	font-size:18px;
}
.pictxt:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pictxt:after {
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 300px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pictxt::after {
	-webkit-transition-delay: 0.2s;
	/* Safari*/
	transition-delay: 0.2s;
}
.indexproduct .swiper-slide:hover .pictxt::before {
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-75px);
}
.indexproduct .swiper-slide:hover .pictxt::after {
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);
}
.indexproduct .swiper-slide:hover .pictxt {
	background:#f80;
	color:#fff;
}
.indexproduct .swiper-slide:hover .pictxt h3,.indexproduct .swiper-slide:hover .pictxt p {
	color:#fff;
}
.indexproduct .swiper-slide:hover .picimg img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2)
}
.indexchooseus {
	padding: 30px;
	overflow: hidden;
}
.indexchooseus .indextitle {
	font-size: 32px;
	text-align: center;
	padding-bottom: 25px;
	background: url(../images/title2.png) no-repeat center;
}
.indexchooseus li {
	float:left;
	position: relative;
	color: #fff;
	align-content: center;
	width: 33.333%;
	padding: 20px;
}
.indexchooseus li .choseimg {
	padding:0px 25px;
	text-align:center;
}
.indexchooseus li .choseimg h3 {
	text-align:center;
	font-size:24px;
	line-height:30px;
	padding-bottom:10px;
	padding-top: 10px;
}
.chosbox {
	position: relative;
	color: #fff;
	height: 320px;
	align-content: center;
	align-items: center;
	background-color: #fff;
	border:1px solid #ededed;
	border-radius:5px;
	padding:0px 20px;
}
.choseicon {
	padding-top:20px;
}
.choseicon img {
	width:100px;
	margin:15px auto;
	display:block;
}
.nproduct .swiper-slide {
	width:33.33%;
	float:left;
	margin-top: 30px;
	margin-bottom: 10px;
}
.protab {
	text-align:center;
	padding-top:20px;
	background: #ededed;
}
.protab a {
	font-size: 17px;
	color:#333;
	padding: 0px 10px 0px 20px;
	display:inline-block;
	/* padding-bottom: 10px;*/
	line-height: 55px;
	display: block;
	/* margin: 0px 10px;*/
	border-bottom: 1px solid #ddd;
}
.protab a.on {
	color:#f80;
	background: #fff;
}
.nproduct01 .swiper-slide {
	width:33.333%;
	float:left;
}
.nproduct .swiper-slide:hover .proinfo {
	display:block;
}
.proinfo {
	position:absolute;
	top:40%;
	width:100px;
	text-align:center;
	display:block;
	left:50%;
	transform:translate(-50%,-50%);
	background:#f80;
	color:#fff;
	line-height:40px;
	border-radius:3px;
	display:none;
}
.pictxt01 {
	background:#fff;
	padding: 10px;
	min-height: 115px;
	max-height: 120px;
	overflow: hidden;
}
.pictxt01 h3 {
	font-size:16px;
	padding-bottom:5px;
}
.abtxtshow img {
	display:block;
	margin: 15px auto;
	width: 100%;
}
.aboutcont {
	padding: 0px;
}
.aboutcont h3 {
	font-size:30px;
	padding: 10px 0px;
	text-align: center;
	position:relative;
	width:200px;
	margin:10px auto;
}
.aboutcont h3:before {
	position:absolute;
	content:"";
	width: 30px;
	height: 4px;
	background:#f80;
	bottom:0px;
	left: 85px;
}
.abtxtshow p {
	font-size:16px;
	line-height:30px;
	margin-bottom: 20px;
	color: #333;
}
.abtxtshow p b {
	color:#f80;
}
.newscont img {
	width:100%;
	margin: 30px auto;
	display:block;
}
.abouttxt {
	padding-bottom:30px;
	text-align:center;
}
.abouttxt h3.tith3 {
	font-size:30px;
	color:#f80;
	padding-bottom:10px;
	padding-top:20px;
}
.abouttxt p {
	font-size:18px;
	line-height:30px;
	color:#333;
}
.contactcont {
	padding:30px 10%;
	overflow:hidden;
}
.contitle {
	font-size:30px;
	padding-bottom: 20px;
}
.contxt {
	padding: 20px 0px;
	font-size:16px;
}
.contxt h3 {
	padding-bottom:15px;
	font-size: 24px;
}
.contxt p {
	font-size:16px;
	padding-bottom: 5px;
	color: #333;
}
.conright {
	width:45%;
	float:left;
}
.conleft {
	width:55%;
	float:left;
}
.conleft img {
	width:100%;
}
.dotolist h3 {
	font-size:24px;
}
.dotolist {
	padding:30px 10%;
}
.searchform {
	width: 95%;
	position:relative;
	margin: 20px auto;
}
.searchform input {
	width:100%;
	border:1px solid #ccc;
	line-height: 45px;
	border-radius: 10px;
	/* margin:20px auto;*/
	padding: 0px 20px;
}
.searchform button {
	width:100px;
	line-height: 46px;
	text-align:center;
	color:#fff;
	background:#f80;
	border:0px;
	border-radius: 0px 10px 10px 0px;
	position:absolute;
	right:0px;
	top:0px;
}
.franchise {
	padding:30px 0px;
}
.franchise .franico {
	font-size:20px;
	padding:20px;
	background:#ededed;
	margin-bottom:20px;
}
.franico p {
	font-size:16px;
	line-height:30px;
	padding:5px 0px;
	color:#333;
}
.franchise ul {
	padding:20px 0px;
	overflow: hidden;
}
.franchise ul li {
	width:20%;
	float:left;
	padding:0px 20px;
	text-align:center;
}
.franchise ul li p {
	font-size:15px;
}
.franchise ul li img {
	width:75px;
	display:block;
	margin:10px auto;
}
.franchise ul li p.img {
	padding-bottom:0px;
}
.franchise ul .box {
	border:1px solid #ededed;
	padding:10px;
	min-height:200px;
}
.franchise .fran {
	font-size:24px;
	padding:20px 0px;
	clear:both;
}
.franchise h4 {
	font-size:16px;
	background:#f80;
	display:inline-block;
	padding:0px 10px;
	color:#fff;
	margin:10px auto;
}
.franchise>p {
	color:#333;
	font-size:16px;
	line-height:40px;
}
.franuscon {
	padding:20px 10%;
}
.franuscon label {
	width:30%;
	float:left;
	text-align:right;
	line-height:35px;
}
.franuscon label i {
	color:#f00;
	padding-right:5px;
	display:inline-block;
}
.franuscon input {
	line-height:35px;
	border:1px solid #ccc;
	margin-bottom:15px;
	width:70%;
	padding:0px 15px;
}
.franuscon textarea, .franuscon select {
	width:70%;
	border:1px solid #ccc;
}
.franuscon select {
	height:35px;
	margin-bottom:15px;
}
.franuscon button {
	width:15%;
	border:0px;
	line-height:36px;
	background:#f80;
	color:#fff;
	margin-left:30%;
	margin-top:30px;
	padding:0px 15px;
}
.orderinpt {
	width:60%;
	z-index: 100;
	position: absolute;
	left: 20%;
	right: 50%;
	bottom: 10%;
	background: rgba(255,255,255,.6);
	height: 62px;
	line-height: 60px;
	border: 1px solid #fff;
}
.orderinpt textarea {
	width:100%;
	padding:15px;
	border:0px;
	height:60px;
	color:#333;
	background:none;
	line-height: 31px;
}
.orderinpt button {
	width:100px;
	height:60px;
	border:0px;
	background:#f80;
	color:#fff;
	position:absolute;
	right:0px;
	top:0px;
}
.orderform {
	padding:30px;
	margin-top: 65px;
}
.orderform .address-wrap {
	display: flex;
	justify-content: space-between;
}
.address-box {
	flex:1;
}
.address-edit {
	background: #fff;
	height: auto;
	border-radius: 10px;
}
.edit-info {
	margin: 0 auto;
	padding: 10px;
}
.edit-info .headerof {
	display: flex;
	justify-content: space-between;
}
.edit-info .form {
	margin:10px;
}
.edit-info .form li {
	position:relative;
}
.edit-info .form figure {
	width: 100%;
	display: flex;
	min-height:40px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}
.edit-info .form .item-name {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	width: 85px;
	text-align: right;
	padding-right: 10px;
}
.edit-info .form .item-input {
	background: #f7f7f7;
	border-radius: 3px;
	flex: 1;
	padding:5px 10px;
	transition: all 0.1s linear;
	border: none;
	height: 40px;
	color: #666;
	font-size: 14px;
}
.edit-info .form .phone input {
	border:0px;
	height: 100%;
	width: 100%;
	background: none;
}
.address-detail-area {
	width:100%;
}
.item-info {
	margin-top:20px;
	padding:20px;
	background-color: #fff;
	border-radius:10px;
}
.item-title {
	margin-bottom:20px;
}
.item-title .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.selector {
	display:inline-block;
	padding: 10px 20px;
	border:1px solid #ccc;
	margin-right:15px;
	margin-bottom:15px;
	min-width: 100px;
	text-align: center;
}
.pickup-time .content {
	background:#f7f7f7;
	display:inline-block;
	padding:0px 15px;
	line-height:30px;
}
.item-header .icon {
	width:40px;
	height:40px;
	display:inline-block;
	background:#2d2d2d;
	color:#fff;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	font-size:16px;
}
.item-header .icon-1 {
	background:#f80;
}
.book-smart {
	padding:10px;
	border:1px solid #ededed;
	color:#666;
	border-radius:3px;
	background:#ededed;
}
.arrow img {
	width: 40px;
	margin: 0px 15px;
}
.arrow {
	margin-top: 10%;
}
.order-btn {
	width:150px;
	text-align:center;
	margin:30px auto 10px auto;
	background:#ededed;
	line-height:50px;
	display:block;
	color:#333;
	border-radius:5px;
	font-size:16px;
}
.edit-info .form select.input-height {
	height:30px;
	border:0px;
	background:none;
	padding: 0px 2px;
}
.contaict {
	text-align:center;
	overflow: hidden;
	clear: both;
	padding: 20px 0px 0px 0px;
}
.contaict h4 {
	font-size:28px;
	display:inline-block;
	line-height:40px;
	border:1px dashed #666;
	padding:5px 20px;
	background: #fff0df;
}
.frashiecon {
	overflow:hidden;
	padding-bottom:20px;
}
.frashiecon .listbox {
	width: 25%;
	float:left;
	font-size:16px;
	padding:20px;
}
.frashiecon .listbox .con {
	background: #ededed;
	box-shadow:2px 2px 2px #ededed;
}
.frashiecon .listbox span {
	display:inline-block;
	background: #fff;
	padding:10px;
	color: #f80;
	display: block;
	text-align: center;
	font-size: 19px;
	border-bottom: 2px solid #f80;
	border: 1px solid #ededed;
	background: #ffe0b1;
}
.listbox p {
	padding:20px;
	text-align:center;
	min-height:80px;
	font-size:15px;
	color:#333;
}
.ordercontent-box {
	padding-top:20px;
}
.ordercontent-box .protab {
	width:15%;
	float:left;
	min-height:300px;
	text-align: left;
	padding: 0px 10px;
}
.ordercontent-box .newscont {
	width:83%;
	float:left;
}
.newscont ul {
	padding-top: 0px;
}
.newscont li {
	overflow: inherit;
}
.orderno-wrapper {
	width: 100%;
	height: 150px;
	margin: 0px 15px;
	background: #fff;
	padding: 10px;
}
.orderInfo li {
	width: auto !important;
}
.searchform input {
	background-color: #fff;
	border: none;
}
.order-item {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 5px 7px;
	background: #f5f5f5;
}
#mapContent {
	width: 100%;
	height: 500px;
	margin-top: 15px;
}
#submitBth {
	display: none;
	margin-top: 13px;
	background: #f80;
}
.layui-btn {
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #ff8800;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	margin: 5px 0px;
	float: right;
	position: relative;
	top: -65px;
	right: 5px;
	display: none;
}
.mapCtrol {
	position: absolute;
	top: 5px;
	left: 10px;
	padding: 3px;
	width: 98%;
	border-radius: 2px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	z-index: 999999999
}
.searico{position:absolute;right:10px;top:60px;}
.searico a{border:0px;}
.orderlist{width:83%;float:left;padding:0px 20px;}
.searchbox-to{background:#fff;padding: 30px;overflow: hidden;}
.searchbox-to input{border:1px solid #ededed;width: 83%;line-height:40px;padding:0px 10px;border-radius:5px;float: left;}
.searchbox-to .searchbtn{line-height:40px;border:0px;background:#f80;color:#fff;border-radius:5px;width: 8%;box-sizing: border-box;display: block;float: left;margin: 0px 1%;cursor: pointer;}
.searchbox-to .screenato{display: block;color:#333;background:url(../images/seicon.png) no-repeat left center;/* padding-left:10px; */width: 5%;/* display: inline-block; *//* box-sizing: border-box; */float: left;line-height: 40px;text-align: right;background-size:24px;}
.orderlist ul{overflow:hidden;background:#fff;padding:10px 20px;margin-top: 20px;}
.orderlist li .order-top,.order-mid{width: 100%;display: flex;justify-content: space-between;}
.orderlist ul li{width:100%;float:left;border-bottom:1px solid #ededed;padding: 10px 0px;position:relative;}
.orderlist li .order-top p{display:inline-block;font-size:16px;flex:1;text-align:left;}
.orderlist li .order-top .orderdata{font-size:13px;text-align:right;}
.order-top .ordcopy{display:inline-block;margin:0px 10px;border:1px solid #ededed;padding:0px 10px;border-radius:3px;}
.orderlist li{ background-color: #fff;font-size: 14px;position: relative;display: flex;align-items: center;cursor: pointer;}
.orderleftco{flex:0 0 60%;}
.order-mid{margin:10px 0px;}
.idstart,.idend{flex:1;}
.idend{text-align:right; }
.idfre{margin-left:100px;}
.idline{width:100px;text-align:center;}
.editrigt{text-align:right;flex:1;}
.editrigt a{display:inline-block;line-height:30px;border:1px solid #ededed;color:#666;padding:0px 15px;border-radius:5px;}
.order-mid h3{font-size:18px;color:#333;}
.idline img{width:60px;display:block;margin:0px auto;}
.ordercontent-box .protab a{display:block;position:relative;padding-left:30px;}
.ordercontent-box .protab img{width:24px;margin-top:10px;display:inline-block;position:absolute;top:5px;left:0px;}
.resetbtn{line-height: 40px;border: 0px;background: #aba7a3;color: #fff;border-radius: 5px;width: 8%;box-sizing: border-box; display: block;float: left;margin: 0px 1%;cursor: pointer;}