/* 谷歌 */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.upload_pic {
	display: block;
	position: absolute;
	top: 0px;
	opacity: 0;
	width: 300px;
	height: 220px;
}


/* 火狐 */

input[type="number"] {
	-moz-appearance: textfield;
}

.mt101 {
	margin-top: 101px;
}


/*头部*/

.head_wrap {
	overflow: hidden;
	width: 100%;
	height: 101px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	/*background: linear-gradient(to right, #7CCD7C,#8CAF7C);*/
	/*background: linear-gradient(to right, #C1FFC1,#B4EEB4);*/
	background: linear-gradient(to right, #FFF,#FFF);
	z-index: 999;
}

.head_wrap .head {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: auto;
}

.head_wrap .head h1 {
	float: left;
	padding: 20px 0 15px 0;
	cursor: pointer;
	text-align: center;
}

.head_wrap .head h1 img {
	margin-bottom: 5px;
	width: 38px;
	height: auto;
}

.head_wrap .head h1 span {
	color: #389f8b;
	font-size: 20px;
}

.head_wrap .head h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.head_wrap .head .nav {
	float: right;
	height: 100%;
	line-height: 100px;
}

.head_wrap .head .nav li {
	float: left;
	padding-right: 90px;
}

.head_wrap .head .nav li:last-of-type {
	padding-right: 60px;
}

.head_wrap .head .nav li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #000000;
}


/*脚部*/

.footer_wrap {
	width: 100%;
	height: 213px;
	background: #61676c;
	overflow: hidden;
}

.footer_wrap .foot {
	width: 1200px;
	height: 213px;
	margin: auto;
}

.footer_wrap .foot .nav {
	width: 70%;
	margin: auto;
	padding: 30px 0 60px;
}

.footer_wrap .foot .nav li {
	float: left;
	color: #fff;
	width: 22%;
	text-align: center;
}

.footer_wrap .foot .nav li:last-of-type {
	margin-right: 0px;
}

.footer_wrap .foot .nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	font-size: 16px;
}

.footer_wrap .foot .contact_way {
	padding-bottom: 50px;
	text-align: center;
}

.footer_wrap .foot .contact_way li {
	display: inline-block;
	margin-right: 50px;
}

.footer_wrap .foot .contact_way li img {
	width: 15px;
	margin-right: 6px;
}

.footer_wrap .foot .contact_way li a span {
	color: #fff;
	font-size: 14px;
}

.footer_wrap .foot .banquan {
	text-align: center;
	color: #fff;
	font-size: 14px;
}


/*首页*/

#index_banner {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#index_banner>img {
	width: 100%;
}

.shangjia {
	width: 100%;
	height: 500px;
	background-image: url(../images/1.png);
	background-size: 100% 100%;
}

#index_banner .shangjia_xq {
	position: absolute;
	top: 30%;
	z-index: 111;
	width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
}

.shangjia_xq {
	text-align: center;
}

.swiper-slide>img {
	height: 665px;
	width: 100%;
}

.shangjia_xq>img:first-child {
	width: 430px;
	height: auto;
}

.shangjia_xq>img:last-child {
	width: 517px;
	height: auto;
}

#index_banner .shangjia_xq h5 {
	font-size: 82px;
	color: #78633f;
	padding-bottom: 40px;
	text-align: center;
	font-weight: lighter;
}

#index_banner .shangjia_xq p {
	font-size: 24px;
	color: #78633f;
	padding-bottom: 100px;
}

.contact_all {
	/*margin: 0 640px 0 640px;*/
	margin: 0 auto;
	width: 621px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact_all>div {
	position: relative;
}

.company_detail {
	padding: 66px 0;
}

.company_detail {
	width: 1200px;
	background: white;
	margin: auto;
}

.company_left {
	text-align: center;
	margin-left: 200px;
	margin-right: 171px;
	float: left;
	margin-top: 20px;
}

.company_left,
.company_right {
	display: inline-block;
}

.company_left>img {
	width: 140px;
	height: 34px;
	margin-bottom: 20px;
}

.company_left>p,
.company_list>li>span {
	font-size: 20px;
	color: #333333;
}

.company_list>li>img {
	width: 15px;
	height: auto;
	margin-right: 19px;
}

.company_list>li {
	margin-bottom: 32px;
}

.company_list>li:last-child {
	margin-bottom: 0;
}

.contact_all>ul {
	margin-bottom: 32px;
}

.contact_all>div {
	position: relative;
}

.contact_all>div>p {
	font-size: 42px;
	color: white;
	font-weight: bold;
	z-index: 99;
	margin: 35px 0 21px 0;
	position: relative;
}

.contact_uss {
	padding-top: 176px;
}

.contact_all>ul>li {
	font-size: 20px;
	display: inline-block;
	color: white;
	margin-right: 10px;
}

.contact_all>ul>li:after {
	background: #f6f6f6;
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 14px;
	left: 7px;
	top: 1px;
}

.main_center {
	width: 1200px;
	/*margin: 130px 414px 390px 414px;*/
	/*margin: 130px 414px 390px 414px;*/
	margin: 130px auto 390px auto;

}

.bussiness {
	/*padding-left: 22%;
	margin-right: 8%;	*/
}

.conter{
	position: absolute;top: 0px;
	/*width: 418px;
    height: 520px;*/
   /*width: 380px;*/
}
.conter>p{
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
}
.zs{
	width: 100%;
	height: 449px;
	background-size: 100%;
	background-image: url(../img/zhuangshi.png);
	background-repeat: no-repeat;
	position: relative;
  margin-left: 52%;
}
.bussiness>p {
	margin-bottom: 20px;
}

.bussiness>div>div>p {
	margin-bottom: 43px;
}

.contact_all>div>img {
	width: 254px;
	height: 36px;
	position: absolute;
	top: 30px;
	left: 180px;
}

#index_banner .shangjia_xq a {
	display: block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	border-radius: 60px;
	background: transparent;
	border: 1px solid #78633f;
	color: #78633f;
	font-size: 26px;
	cursor: pointer;
}

#index_banner .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
	opacity: 1;
	margin: 0 10px;
}

#index_banner .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

#product_wrap {
	width: 100%;
	background: #fff;
}

#product_wrap .product {
	width: 1200px;
	margin: auto;
	text-align: center;
}

#product_wrap .pro_list {
	overflow: hidden;
}

#product_wrap .pro_list li {
	float: left;
	width: 33.33%;
	position: relative;
}

#product_wrap .pro_list li .tip {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
	background: #fff;
	box-shadow: 1px 1px 2px #eee;
	padding-top: 7px;
}

#product_wrap .pro_list li .tip span {
	display: block;
	text-align: center;
}

#product_wrap .pro_list li .tip span.span1 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 3px;
}

#product_wrap .pro_list li .tip span.span2 {
	font-size: 12px;
	color: #333333;
}

#product_wrap .pro_list li img {
	width: 100%;
}

#product_wrap .pro_list li .title {
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 20px 0 50px;
}

.common_tit {
	display: inline-block;
	padding: 10px 16px;
	text-align: center;
	position: relative;
	margin: 60px 0 40px;
}

.common_tit img {
	width: 16px;
	position: absolute;
}

.common_tit img.lt {
	left: 0;
	top: 0;
}

.common_tit img.rb {
	right: 0;
	bottom: 0;
}

.common_tit span {
	font-size: 34px;
	color: #2e2e2e;
}

.shop-element {
	width: 100%;
	height: 800px;
	background: #f2f2f2;
}

.element {
	position: relative;
	height: 800px;
}

.element>img {
	position: absolute;
	bottom: 0px;
	left: -188px;
}

.pf-shop {
	position: absolute;
	background: #f6f6f8;
	top: 60px;
	left: 50px;
	width: 550px;
	height: 680px;
	box-shadow: 6px 6px 10px #dadada;
}

.shop-element .pf-shop:hover {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.pf-shop>p {
	width: 370px;
	padding-left: 45px;
	font: 16px "微软雅黑";
	line-height: 27px;
	color: #666;
}

.pf-name {
	margin: 0;
	padding: 53px 0 25px 33px !important;
}

.pf-shop span {
	display: block;
	margin: 18px 0 36px 46px;
	width: 80px;
	height: 28px;
	background: url(../img/bg-grey.png) no-repeat;
	text-align: center;
	font: 12px "微软雅黑";
	line-height: 28px;
	color: #fff;
}

.shop-content img {
	display: block;
	margin: 0 auto;
	width: 45%;
}

.shop-content {
	font: 0px "微软雅黑";
	text-align: center;
}

.shop-content button {
	width: 35px;
	height: 35px;
	margin-top: 44px;
	background: none;
}

.shop-content button img {
	width: 20px;
	height: 20px;
}

.shop-content button:first-of-type {
	margin-right: 24;
}

.shop-content button:last-of-type {
	margin-left: 24px;
}

.shop-content button:hover {
	background: rgba(102, 102, 102, 0.2);
}

.shop-explain {
	position: absolute;
	right: -163px;
	top: 269px;
}

.shop-explain img:first-of-type {
	width: 350px;
	height: 350px;
}

.shop-explain img:last-of-type {
	margin-left: 73px;
	width: 245px;
	height: 245px;
}

.shop-explain img:hover {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.shop-effect {
	width: 100%;
	height: 615px;
	background: #fff;
}

.shop-effect li:first-of-type img {
	display: block;
	height: 315px;
	margin: 0px auto 30px auto;
}

.shop-effect li:first-of-type {
	width: 536px;
	text-align: center;
	padding-top: 133px;
}

.shop-effect li:first-of-type p {
	font: 12px "微软雅黑";
	color: #333;
}

.shop-effect li {
	float: left;
}

.shop-effect li:last-of-type {
	padding-left: 40px;
}

.shop-effect li:last-of-type div:first-of-type {
	padding: 46px 0px 24px 0px!important;
}

.shop-effect li:last-of-type>span {
	display: block;
	font: 16px "微软雅黑";
	color: #666;
	padding-left: 10px;
	width: 536px;
	margin-bottom: 44px;
}

.t-ability {
	position: relative;
	padding-left: 10px;
	padding-bottom: 2px;
}

.t-ability img {
	width: 32px;
	height: 32px;
}

.t-ability span {
	position: absolute;
	top: -5px;
	padding-left: 12px;
	font: 20px "微软雅黑";
	color: #666;
}

.t-ability p {
	width: 466px;
	color: #666;
	font: 16px "微软雅黑";
	padding-left: 45px;
	padding-bottom: 25px;
	line-height: 28px;
}

.t-shop {
	background: #fff;
}

.t-product {
	width: 230px;
	height: 60px;
	padding-top: 66px;
	padding-bottom: 30px;
	overflow: hidden;
}

.t-product p {
	float: left;
	font: 34px "微软雅黑";
	line-height: 60px;
}

.t-product p:first-child {
	padding-left: 10px;
	padding-right: 6px;
	background: url(../img/lt.png) no-repeat;
	color: #2e2e2e;
}

.t-product p:last-child {
	padding-right: 16px;
	background: url(../img/rb.png) right bottom no-repeat;
	color: #4c4c4c;
}

.t-shop>ul {
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	width: 1100px;
	height: 500px;
	margin: 0 auto;
}

.t-shop>ul li {
	flex: 1;
	-moz-box-flex: 1;
	/* OLD - Firefox 19- */
	-webkit-flex: 1;
	/* Chrome */
	-ms-flex: 1/* IE 10 */
	;
}

.t-shop>ul li {
	position: relative;
	text-align: center;
	height: 500px;
}

.t-shop>ul li:first-of-type {
	background: #f3ebde;
}

.t-shop>ul li:nth-of-type(2) {
	background: #dbdcde;
}

.t-shop>ul li:nth-of-type(3) {
	background: #edf4f0;
}

.t-shop>ul li div {
	z-index: 15;
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	left: 15px;
	top: 15px;
}

.t-shop>ul li div p {
	font: 22px "微软雅黑";
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	line-height: 22px;
}

.t-shop>ul li div span {
	font: 12px "微软雅黑";
	color: #333;
}


.t-shop>ul li:hover {
	background: #f3f3f3;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.37);
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.t-name ul {
	display: flex;
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	width: 1100px;
	margin: 0 auto;
}

.t-name ul li {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 47px;
	flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	/* IE 10 */
	font: 14px "微软雅黑";
	color: #333;
}


/*请帖*/

.qingtie {
	position: relative;
	margin-bottom: 110px;
}

.qingtie .qingtie_bg {
	width: 100%;
}

.qingtie .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.qingtie .main {
	text-align: center;
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	margin: auto;
	z-index: 10;
	color: #fff;
}

.qingtie .main h2 {
	color: #FFFFFF;
	font-size: 40px;
	padding-bottom: 38px;
	font-weight: lighter;
}

.qingtie .main p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	padding-bottom: 80px;
}

.qingtie .main .bot {
	overflow: hidden;
}

.qingtie .main .bot div {
	display: inline-block;
	vertical-align: top;
}

.qingtie .main .bot div a {
	display: block;
	margin-right: 90px;
	margin-bottom: 30px;
}


/*app下载*/

.download {
	position: relative;
	margin-bottom: 110px;
}

.download .download_bg {
	width: 100%;
	height: 665px;
}

.download .box {
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 170px;
	bottom: 0;
	text-align: center;
}

.download .box div {
	display: inline-block;
	vertical-align: top;
}

.download .box div a {
	margin-bottom: 40px;
}

.download .box div a>img {
	margin-bottom: 40px;
}

.download .box .left {
	width: 40%;
	
}

.download .box .left img {
	width: 515px;
}

.download .box .right {
	text-align: left;
	margin-left: 70px;
	margin-top: 40px;
}

.right>p,
.right>input {
	margin-left: 95px;
}

.right>div {
	  margin-left: 83px
}

.download .box .right h5 {
	font-size: 56px;
	font-weight: lighter;
	color: #fff;
	padding-bottom: 25px;
}

.download .box .right p {
	color: #fff;
	font-size: 27px;
	padding-bottom: 50px;
}
.erm{
	  display: block!important;
    margin-left: 0!important;
    font-size: 0;
}
.download .box .right .erweima {
	width: 100px;
	height: 100px;
	margin-right: 30px;
}


/*商家*/

.shangjia {
	width: 100%;
}

.shangjia img {
	width: 100%;
}


/*置顶*/



.sj_center {
	background: #f3f3f3;
	margin: auto;
	text-align: center;
	padding-bottom: 60px;
}

.sj_center .common_tit {
	margin: 60px 0;
}

.sj_center .bot {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
}
 .left {
	float: left;
	width: 520px;
	padding-left: 7%;
}

.left img {
	width: 100%;
}

 .right {
	float: left;
	text-align: left;
}

 .right>p {
	font-size: 16px;
	color: #999999;
	padding-bottom: 16px;
}

.img_shenfen {
	display: inline-block;
	margin-right: 40px;
}

.zhizhao {
	position: relative;
	top:12px;
}

.zhizhao>div>img {
	width: 439px;
	height: 313px;
	margin-left: -50px;
}

.img_shenfen>div:first-child,
.zhizhao>div:first-child {
	margin-left: 22px;
	margin-bottom: 12px;
}

.zhizhao>div {
	position: absolute;
}

.img_shenfen>div,
.zhizhao>div {
	color: #999999;
	font-size: 16px;
}

.sj_center .bot .right>input {
	width: 350px;
	height: 40px;
	padding: 0 27px;
	margin-bottom: 35px;
	border: none;
	border-radius: 20px;
}

.sj_center .bot .right #upload {
	position: relative;
}

.sj_center .bot .right #upload input,
#uploadimg input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.sj_center .bot .right .yyzz {
	display: block;
	width: 170px;
}

#sub_btn {
	width: 134px;
	line-height: 34px;
	border-radius: 7px;
	color: #fff;
	background: #FF7E80;
	border: 0;
	padding: 0;
	margin-bottom: 120px;
}

.sj_center .bot .bot_l {
	float: left;
	padding-bottom: 100px;
}

.sj_center .bot .bot_l img {
	width: 465px;
}

.sj_center .bot .bot_r {
	float: left;
	width: 707px;
	text-align: left;
	margin-left: 10px;
}

.bot {
	padding-top: 145px;
	padding-bottom: 50px;
}

.sj_center .bot .bot_r .tit {
	padding: 70px 0 50px;
	font-size: 20px;
	color: #333333;
}


/*联系我们*/

.contact_list {
	width: 100%;
	overflow: hidden;
}

.contact_list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 95px 0 90px;
}

.contact_list li .top {
	width: 105px;
	height: 105px;
	margin: auto;
	margin-bottom: 30px;
}

.contact_list li .top img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.contact_list li p {
	font-size: 14px;
	color: #666;
}

.map {
	width: 100%;
	padding-bottom: 95px;
}

.map img {
	width: 100%;
}

.navs .selected a {
	color: #389f8b!important;
	font-size: 20px;
	font-weight: bold;
}

.bussiness {
	position: relative;
}

.right_div>img {
	width: 520px;
	height: 520px;
}


.bussiness>div>div>p {
	font-size: 56px;
	font-weight: bold;
	color: #389f8b;
}

.bussiness>div>div>img {
	width: 240px;
	height: 54px;
	position: absolute;
	left: 55px;
	top: 35px;
}

.bussiness>p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}

.bussiness {
    width: 420px;
    float: left;
    margin-right: 160px;
    margin-left: 50px;
}

#preview {
	display: inline-block;
	width: 300px;
	height: 220px;
	border-radius: 15px;
	position: relative;
	background-image: url(images/shezheng.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 26px;
	left: 30px;
}

#upload,
#uploadimg {
	display: inline-block;
	width: 170px;
	height: 100px;
	border-radius: 15px;
	background-image: url(images/shezheng.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 20px;
}
.img_center{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.pingtai {
	background: #f2f2f2;
	width: 100%;
	height: 523px;
	position: relative;
}

.top_img {
	float: left;
	/*margin-left: 20%;*/
	position: relative;
	margin-top: -250px;
}

.top_img>img {
	width: 100%;
	height: auto;
}

.pingtai>div>p {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
}

.bot_logo {
	text-align: center;
	margin: 255px 0 90px 0;
}

.bot_logo>img {
	width: 336px;
}

.right_img>img {
	width: 362px;
	height: 580px;
	position: relative;
	left: -48%;
}
.qiye_detail{
	padding-left: 5%;
}
.qiye_detail>div {
	position: relative;
	width: 400px;
	margin-bottom: 40px;
}

.qiye_detail>div>p {
	font-size: 56px;
	font-weight: bold;
	color: #389f8b;
}

.qiye_detail>div>img {
	width: 246px;
	height: 54px;
	position: absolute;
	top: 40px;
	left: 120px;
}

.confirm {
	width: 360px;
	height: 40px;
	border: none;
	color: white;
	cursor: pointer;
	margin-left: 93px;
	position: relative;
	top: 15px;
	left: 250px;
	font-size: 16px;
	/*background: linear-gradient(90deg, rgba(255, 138, 87, 1), rgba(254, 57, 89, 1));*/
	/*box-shadow: 0px 8px 20px 0px rgba(255, 0, 64, 0.3);*/

	background: linear-gradient(90deg, 	#32CD32, #3CB371);
	box-shadow: 0px 8px 20px 0px rgba(	0, 205 ,102, 0.3);

	border-radius: 20px;
}

.pt_detail {
	width: 419px;
    display: inline-block;
    position: absolute;
    margin-top: 70px;
    margin-left: -90px;
}

.pt_detail>p {
	margin-bottom: 20px;
	 font-size: 16px;
    line-height: 26px;
}

.pt_detail>div {
	position: relative;
	margin-bottom: 88px;
}

.pt_detail>div>p {
	font-size: 56px;
	font-weight: bold;
	text-align: right;
	color: #389f8b;
}

.pt_detail>div>img {
	width: 240px;
	height: 54px;
	position: absolute;
	right: 70px;
	top: 44px;
}