.f20{font-size:20px;}
.market_header{padding-top:80px;padding-bottom:80px;}
/* banner */
.banner{  text-align:center; background-color:#fff;width:100%; background-size:cover;}
.swiper-pagination-bullet-active{background:#57a68d;}
.title h1,.title h2{line-height:1.2;text-transform: uppercase;}
.title{margin-bottom:30px;}
.thumb {    position: relative;    overflow: hidden; }
.thumb img { width: 100%;    -webkit-transition: -webkit-transform ease 0.7s;    transition: -webkit-transform ease 0.7s;    -o-transition: -o-transform ease 0.7s;
    -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;    transition: transform ease 0.7s;transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;}
.product_activity:hover .thumb img{  -webkit-transform: scale(1.1);    -moz-transform: scale(1.1);    -ms-transform: scale(1.1);    -o-transform: scale(1.1);    transform: scale(1.1);}
.product_activity{color:#333;text-align:center;}
.product_activity:hover,.news_activity:hover{color:#57a68d;}
.product_activity h5{font-size:16px;padding:20px 0 0;}
.top_product{padding-top:120px;padding-bottom:50px;}
.index_03{background: #faf9f7;margin-top:150px;margin-bottom: -200px;}
.index_03_cont{position: relative;top: -150px;}
.news_btn{display:block;border:1px solid #000;color:#000;padding:10px;transition: all 0.4s ease-out 0s;}
.news_btn:hover{color:#57a68d;border:1px solid #57a68d;transition: all 0.4s ease-out 0s;}
.news_activity{color:#333;margin: 30px 0;display:block;}
.news_activity h5{font-size:16px;}

.about_banner{background: url(/images/index/about_banner.jpg) no-repeat center center;  background-size: auto;background-size: cover;width: 100%;min-height: 168px;padding-top: 50px;color: #fff;}
.title_ch{font-family: "ns";}

.form-control{text-align:center;border-radius:0;padding:.75rem;}
.form-control::placeholder{text-align: center;}
.btn-form{border-radius:0;padding:.75rem;background:#57a68d;color:#fff;}
.btn-form:hover{background:#2b8468;}
.btn-form2{border-radius:0;padding:.75rem;background:#000;color:#fff;}
.btn-form2:hover{background:#333;}

.guide_nav .nav-tabs .nav-item{width: 20%;text-align: center;}
.guide_nav .nav-tabs .nav-link{color:#333;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.guide_nav .nav-tabs .nav-item.show .nav-link,.guide_nav  .nav-tabs .nav-link.active{color:#57a68d;}

.footerPage .item li{width:50%;float:left;}

	
/* 翻页 */
.schoolpage{height: 80px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.schoolpage p{margin-bottom:0;padding: 0 10px;display: flex;justify-content: center;align-items: center;}
.schoolpage p a{display: block;border-radius: 50%;display: flex;justify-content: center;align-items: center;width: 48px;height: 48px;font-size: 14px;color: #333333;}
.pageActived{color: #FFFFFF !important;background-color: #57a68d;}


.detailtips { font-size:20px;   margin: 30px 0;    line-height: 1.7;}
.detailtips img{max-width:600px;margin-bottom:15px;}
.c9{color:#999;}
a:hover {  color: #57a68d; }
/* iPhone5/SE */
	@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.market_header{padding-top:30px;padding-bottom:30px;}
	.title{margin-bottom:10px;}
	.product_activity h5{font-size:14px;padding:10px 0 0;}
	.top_product{padding-top:30px;padding-bottom:20px;}
	.index_03{background: #faf9f7;margin-top:120px;margin-bottom: -80px;}
	.index_03_cont{position: relative;top: -90px;}
	.news_activity{margin: 10px 0;}
	.detailtips{font-size:16px;}
	.text-right{text-align:left!important;}
	.f20{font-size:16px;}
	.detailtips img{max-width:100%;}
	}
	
	/* iPad */
	@media only screen and (device-width: 768px) {
	.market_header{padding-top:40px;padding-bottom:40px;}
	}