body { padding-bottom: 0px; background: #efefef; font-family: 'Microsoft YaHei'; min-width: 1200px; }
.banner-a { display: block;}
.banner-b { display: none; width: 100%; margin: auto;}
@media (max-width: 768px){
  body {
      background-size: 200% auto;
  }
  .banner-a { display: none;}
  .banner-b { display: block;}
  .banner .banner-b { width: 100%; margin: auto;}
}
.mt20 { margin-top: 20px;}
.wrapper { margin: 0 auto; width: 1200px; position: relative; }
.w-con { width: 100%; overflow: hidden; }
.w-con .w-box { z-index: 1; position: relative; zoom: 1; overflow: visible; margin-left: auto; margin-right: auto; }
.w-con .w-box .w-inner { display: block; position: relative; overflow: hidden; width: 100%; }
.box-w { background: #fff; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px rgba(0,0,0,0.3); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666');
}
.wrapper-box { margin: 0px 0 30px; padding: 0; overflow: hidden; padding-top: 10px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
	/*-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
}
.wrapper-box .bg1 { position: relative; z-index: 1; background-size: 100% auto; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }
.wrapper-box .bg1 img { width: 100%; }
.wrapper-box .bg2 { position: relative; z-index: 2; padding: 10px 0; background: #fbffee; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius:20px; }
.wrapper-box .bg2 .tit { text-align: center; }

.lin-banner {text-align: center}
.lin-banner img{ max-width: 100%;}
.lin-body { margin: 30px 0; padding: 30px; background: #fff; text-align: center}
.lin-body img{ max-width: 100%; vertical-align: middle;}

/*通用模板样式*/

.lin-tp-block img { max-width: 100%!important; height: auto!important; }
.lin-tp-block .lin-tp-title,
.lin-tp-block .lin-tp-content { text-align: justify; }
.lin-tp-block .lin-tp-content p:last-child { margin-bottom: 0; }
.lin-tp-block .lin-tp-image { z-index: 1; overflow: hidden; } 
.lin-tp-block .lin-tp-image img { width: 100%; height: auto; }


.lin-tp-header { margin-bottom: 30px; text-align: center;}
.lin-tp-header-hd { text-align: center; }
.lin-tp-header-hd h2 { display: inline-block; line-height: 1.2em; font-size: 48px; font-weight: normal; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color: #111; background: url("../images/title-bg.png") no-repeat left center; background-size: auto 80%; padding-left: 4.5em;}
.lin-tp-header-subhd { margin: 5px 0 10px; }
.lin-tp-header-subhd h3 { display: inline-block; padding: 5px 1em; line-height: 1.2em; font-size: 20px; font-weight: normal; background: #7aaf1c; color: #fff;
	-webkit-border-radius: 5em; 
	-moz-border-radius: 5em; 
	border-radius: 5em;
}
.lin-tp-body { }
.lin-tp-body .lin-tp-block { width: 1200px; margin-left: auto; margin-right: auto;}
.lin-tp-body .lin-tp-block:last-child { margin-bottom: 0px; }

.lin-tp-body table { margin:0; border:0; border-collapse: collapse; border-spacing:0;}
.lin-tp-body table td { border: none; border-collapse: collapse;} 

.lin-tp > .lin-tp-block { position: relative; margin: 0px 0px 60px;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
/*	
	background-image: -moz-linear-gradient(top, rgba(122, 175, 28, 0.2) 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(122, 175, 28, 0.2)), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, rgba(122, 175, 28, 0.2) 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, rgba(122, 175, 28, 0.2) 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, rgba(122, 175, 28, 0.2) 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, rgba(122, 175, 28, 0.2) 0%, #ffffff 100%);
	background-size: 100% 50px;
	background-repeat: repeat-x;
	background-position: left top;*/
}




.lin-comment-boxs { border: 1px solid #ddd; padding: 20px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.lin-comment-title { margin: 30px 0 10px; text-align: center; }
.lin-comment-title h2{ position: relative; display: inline-block; padding: 0 1em; height: 1.2em; line-height: 1.2em; font-size: 24px; color: #cf9c32; }
.lin-comment-title h2:before,
.lin-comment-title h2:after{ position: absolute; top: 50%; width: 1em; height: 2px; margin-top: -1px; background: #cf9c32; display: inline-block; content: ''; }
.lin-comment-title h2:before{ left: -1em; }
.lin-comment-title h2:after{ right: -1em; }

.lin-comment { padding: 15px; max-width: 600px; margin: auto auto 0px;; }
.lin-comment .comment-content,
.lin-comment .comment-name,
.lin-comment .comment-phone { margin-bottom: 10px;padding: 5px; background: #fff; border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lin-comment .comment-submit {  }
.lin-comment .comment-txt-content { width: 100%; display: block; height: 9em; line-height: 1.5em; border: none; }
.lin-comment .comment-txt-name { width: 100%; display: block; height: 2em; line-height: 2em; border: none; }
.lin-comment .comment-txt-phone { width: 100%; display: block; height: 2em; line-height: 2em; border: none; }
.lin-comment .comment-btn-submit { display: block; width: 100%; height: 44px; line-height: 44px; font-weight: bold; font-size: 18px; color: #fff; background: #cf9c32; text-align: center; border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}






/* 小屏幕 */
@media all and (max-width: 1200px) {
}

/* 平板 */
@media all and (max-width: 1024px) {
}

/* 手机 */
@media all and (max-width: 768px) {
	
	
}

/* 手机 */
@media all and (max-width: 375px) {


}

/* 手机 */
@media all and (max-width: 320px) {
}



.w-section { font-size: 18px; line-height: 1.8em; color: #63a134;  }
.w-section p{ margin-bottom: 1em; text-indent: 0em; }
.w-section h3 { font-size: 24px; font-weight: bold; color: #000; }
.w-section.no-indent p { text-indent: 0; }


.header-top { position: relative;z-index: 999; background: #fff; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }
.header-logo { float: left; padding: 15px 30px;}
.header-logo img{ height: 60px;}
.header-right { float: left; margin-left: 0px; margin-top: 20px; font-family: 'Microsoft Yahei';}
.header-right a { display: inline-block; line-height: 1.2em; font-size: 40px; font-weight: bold; color: #a1c541; }
.header-top + .lin-tp { margin-top: 60px;}

@media all and (max-width: 768px) {
		
	.header-top { padding: 0px 0; display: block; }
	.header-logo{ text-align: center; padding: 8px 15px;}
	.header-logo img{ height: 36px;}
	.header-right { margin-top: 13px;}
	.header-right a { display: inline-block; line-height: 1.2em; font-size: 24px; }
}



.top-brand-logo { margin: 0 -6px;}
.top-brand-logo li { position: relative; float:left; margin: 6px; padding: 10px; width: 160px; background-color: #fff; text-align: center; overflow: hidden; 
	-webkit-transition: 0.5s; 
	-moz-transition: 0.5s;
	-ms-transition: 0.5s; 
	-o-transition: 0.5s; 
	transition: 0.5s; 
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px; 
	border-radius: 5px;
	
	/*
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	*/
	
}
.top-brand-logo li:hover { 
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.3); 
	-ms-box-shadow: 0px 4px 10px rgba(0,0,0,0.3); 
	-o-box-shadow: 0px 4px 10px rgba(0,0,0,0.3); 
	box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.top-brand-logo li .pic { margin: 0 0 5px; padding-bottom: 10px; text-align: center; border-bottom: 1px dotted #ddd; }
.top-brand-logo li .pic img{ width: 160px; height: 80px;}
.top-brand-logo li .tit { font-weight:normal; font-size: 16px; height: 30px; line-height: 30px; overflow: hidden;}

.footer-m { margin: 15px 0 15px; font-size: 12px; color: #888; text-align: center; display: none; }
.footer-m a { color: #888; }

.tabbar { position: fixed; z-index: 9; left: 0; bottom: 0; right: 0; background: #a1c541; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.tab-nav { padding: 5px 3px; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tab-nav dd { position: relative; width: 30%; min-width: 30%; max-width: 30%; height: 36px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.tab-nav dd a { display: block; margin: 0 2px; height: 36px; line-height: 36px; font-size: 18px; background: #fff; color: #a1c541; 
	-webkit-border-radius: 45px; 
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px; 
	border-radius: 45px; }
.tab-nav dd a i { margin-right: 5px; }
.tab-nav dd:nth-child(2) { top: -19px; width: 40%; min-width: 40%; max-width: 40%; }
.tab-nav dd:nth-child(2) a { padding: 11px 0; height: auto; line-height: 1em; border: 5px solid #a1c541; background: #fff; }
.tab-nav dd:nth-child(2) a img { height: 28px; vertical-align: top; }

/* 手机 */
@media all and (max-width: 768px) {
	.tabbar { display: block; }
	.tab-nav dd { height: 36px;}
	.tab-nav dd a { font-size: 16px; }
	.tab-nav dd:nth-child(2) a img { height: 28px; }
	
  .lin-swiper.lin-swiper-2 { margin: -20px 10px; padding: 10px; }
  .lin-swiper .gallery-thumbs { height: 60px; }
}

/* 小屏幕 */
@media all and (max-width: 1200px) {
}

/* 平板 */
@media all and (max-width: 1024px) {
}

/* 手机 */
@media all and (max-width: 768px) {
body,
.wrapper,
.w-con .w-box,
.w-con .w-box .w-inner { width: 100%; min-width: 100%; margin-left: auto; left: auto; }
.wrapper-box{ margin: 10px 10px; }
body{ padding-bottom: 60px; }

 
#topnav,
.footer,
.lin-quickbar,
.qrcode .box:first-child { display: none; }
.qrcode .box { margin: 0 10px; width: 160px; }
.qrcode .box img { width: 140px; }
.qrcode .box:nth-child(2) img { width: 140px; }
.footer-m { display: block; }
.lin-body { margin: 0px 0; padding: 10px; }
}

/* 手机 */
@media all and (max-width: 375px) {


}

/* 手机 */
@media all and (max-width: 320px) {
}
