html,body{
	font-size:14px;
	background:#fff;
}
a{
	text-decoration:none !important;
	color:#4D555D;
	transition:all .3s;
}
a:hover{
	color:#007840;
}

@font-face{font-family:fontsz;src:url('font/shuzhi.ttf') format("embedded-opentype")  ,  url('font/shuzhi.ttf');}

p{
	margin:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.bannerbg1{
	background:url(/images/banner-jinjiang.jpg) no-repeat center center;
	background-size:100% auto;
	height:350px;
	text-shadow:0 3px 8px rgba(0,0,0,.7);
}
.bannerbg2{
	background:url(/images/jinxin-3.jpg) no-repeat center top;
	background-size:100% auto;
	height:350px;
	text-shadow:0 3px 8px rgba(0,0,0,.7);
}
.bannerbg5{
	background:url(/images/jinjiangfood-3.jpg) no-repeat center center;
	background-size:100% auto;
	height:350px;
	text-shadow:0 3px 8px rgba(0,0,0,.7);
}
.banner-title{
	font-size:42px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:120px;
	display:block;
}
.banner-subtitle{
	font-size:22px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.bread{
	background:#f7f7f7;
}

.bread .icon-location{
	display:none;
}

.breadcrumb{
	padding-left:0;
	background:#f7f7f7;
}
.breadcrumb .divider {
	padding:0 5px;
}

header{
	background:rgba(255,255,255,.95);
}
.logo img{
	width:auto;
	margin-top:15px;
}

#homepage-video{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

#bofang{
	width:100%;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

#homepage-video:hover #bofang{
	transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}



#homepage-video:hover{
	background-size:120% 120%;
}

.homepage-video-desc{
	position:absolute;
	left:0;
	right:0;
	color:#fff;
	z-index:200;
    top:50%;
	letter-spacing:2px;
	margin-top:-75px;
	text-shadow:0 1px 3px rgba(0,0,0,.75);
}

.homepage-video-desc h1{
	font-family:fontsz;
	font-weight:bold;
	font-size:22px;
}

.homepage-video-desc h3{
    font-size:20px;
	font-weight:bold;
}

header .nav>li>ul{
	display:none;
	position:absolute;
	background:#fff;
	width:auto;
	min-width:150px;
	box-shadow:0 3px 8px rgba(0,0,0,.35);
	top:60px;
	padding:15px 0;
}

header .nav-child:before{
	position: absolute;
	z-index:100;
    top: 10;
    left: 0;
    width: 100%;
    height: 3px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    text-align: center;
    z-index: 5;
    background-color: #44bffa;
    background: -webkit-linear-gradient(left,#70df00,#44bffa);
    background: linear-gradient(to right,#70df00,#44bffa);
}

header .nav>li{
	position:relative;
	height:78px;
	line-height:78px;
}

header .nav>li>ul>li{
	display:block;
	height:35px;
	line-height:35px;
	font-size:14px;
	border:none;
}



header .nav>li>ul>li a{
	font-size:14px;
}

header .nav>li:hover{
	background:#fff;
}

header .nav>li:hover>ul{
	display:block;
}
.homepage-newslist a,.homepage-mainnews a{
	font-size:16px !important;
	color:#007840 !important;
	font-weight:bold;
}
.homepage-newslist p{
	text-indent:0 !important;
	font-size:14px !important;
	color:#808080;
}

.homepage-newslist .mod-articles-category-date{
	color:#ccc !important;
	display:block;
	font-size:12px !important;
}

.homepage-newslist li{
	list-style:none;
	margin-bottom:18px;
}

.homepage-card{
	height:365px;
}

.side dd::before, .productlist ul ul li a:before {
    content: "\2014 \00A0 \2014 \00A0";
    color: #ccc;
}
.nav-child .nav-child{
	display:none !important;
}

header .nav a{
	padding-right: .8rem;
    padding-left: .8rem;
	font-size:16px;
	color:#4D555D;
	transition:all .3s;
}
header .nav a:hover{
	color:#007840;
}
.page-header.subtitle,.newslist h2,.blog h2,.page-header h2,.content-category h2,.category-desc{
	margin-bottom:15px;
	margin-top:30px;
	position:relative;
}
	

.page-header.subtitle:after,.newslist h2:after,.blog h2:after,.page-header h2:after,.content-category h2:after,.category-desc:after{
	content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
	height:23px;
	background:#007840;
    bottom: 0;
    border-radius:50em;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.page-header.subtitle h1,.newslist h2,.blog h2,.page-header h2,.content-category h2,.category-desc{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:25px;
	color:#373d41;
}
.homepage .card .card-text{
	color:#808080;
	font-size:14px;
	line-height:25px;
}
.homepage .card-link{
	background:#007840;
	color:#fff;
	border-radius:50em;
	font-size:14px;
	padding:4px 8px;
}
.homepage .card-link img{
	width:22px;
	height:22px;
	margin-top:-2px;
}
.more{
	background:#007840;
	color:#fff;
	font-size:12px !important;
	border-radius:50em;
	font-family:fontsz;
	font-weight:normal;
	padding:2px 8px;
}
.more:hover{
	color:#eee;
}
.page-header.subtitle h1 small{
	color:gray;
	font-weight:normal;
	margin-left:5px;
	font-size:12px;
	font-family:fontsz;
}
.newslist .article-info .article-info-term{
	display:none;
}

.newslist .create{
	margin: 5px 15px 1rem 15px;;
    color:#ccc;
}

.jumbotron .display-4{
	font-size:30px;
}

.jumbotron p,blockquote p{
	text-indent:0 !important;
}
.blockquote footer{
	border:none !important;
}

.blockquote em{
	font-style:normal;
	font-family:fontsz;
}

.blockquote .blockquote-footer{
	line-height:30px;
}
#mapContainer{
	height:400px;
	width:700px;
	margin-top:30px;;
}
.Slide .title{
	font-weight:bold;
	font-size:26px;
	letter-spacing:3px; 
	text-shadow:0 1px 2px rgba(0,0,0,.35);
}

.Slide .desc{
	text-shadow:0 1px 2px rgba(0,0,0,.35);
}


.Slide a{
	display:inline-block;
	background:#fff;
	border-radius:2px;
	color:#666 !important;
	font-size:14px;
	padding:2px 8px;
	margin-top:1rem;
}

.side p{
	text-indent:1em !important;
	text-align:center !important;
}

.side{
	margin-right:30px;
	margin-top:20px;
	height:100%;
}

.side dt,.productlist h2{
	font-size:16px;
	color:#007840;
	font-weight:bold;
	line-height:30px;
	border-bottom:3px solid #007840;
	position:relative;
}

.productlist{
	min-height:1300px;
}

.side dt:after,.productlist h2:after{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    height: 1px;
    border-bottom: 1px dotted #007840;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.side dt small{
	font-size:12px;
	color:gray;
	font-weight:normal;
	margin-left:5px;
	font-family:fontsz;
}

.side dd,.productlist li{
	font-size:14px;
	line-height:45px;
	border-bottom:1px solid #eee;
	height:45px;
	margin-bottom:0;
	list-style:none;
}

.side dd,.productlist li.active{
	font-size:14px;
	line-height:45px;
	border-bottom:1px solid #eee;
	height:45px;
	margin-bottom:0;
	list-style:none;
	
}
.productlist li.active{
	background:#007840;
}

.productlist li.active a{
	color:#fff;
	font-weight:bold;
}

.productlist li a{
	font-size:14px !important;
	line-height:45px;
}

.side dd::before,.productlist li a:before{
    content: "\2014 \00A0";
	color:#ccc;
}

.newslist .col{
	max-width:50%;
}


.newslist .col img{
	width:100%;
}

.productlist li.active a:before{
    content: "\2014 \00A0";
	font-weight:normal;
	color:rgba(255,255,255,.35);
	margin-left:2em;
}
.category-list td{
	vertical-align:middle;
}
.category-list td .table td,.category-list td .table tr,.category-list td .table{
	background:none !important;
}
.category-list td .table{
	margin-bottom:0 !important;
}
.category-list td .table td, .category-list td .table th {
    border: none !important;
	text-align:center !important;
	width:33.333333%;
}

.category-list td img{
	max-width:200px;
}

.body{
	min-width:855px !important;
	min-height:500px;
}
.body td,.body th{
	font-size:12px;
}
.page-header.subtitle small{
	font-size:16px;
	color:gray;
	margin-left:15px;
}

.content p{
	font-size:16px;
	line-height:30px;
	text-indent:25px;
}

.content .logo{
	width:150px;
	margin-top:45px;
	
}
.product td,.product th{
	font-size:12px;
}
h3.page-header a{
	font-size:16px;
	font-weight:normal;
	line-height:35px;
}
h3.page-header .badge-info{
	font-size:12px;
	background:#007840;
	border-radius:50em;
	font-weight:normal;
}
.homepage .TB_Wrapper {
	max-width: 100%;
	height: 600px;	
}

header{
	position:fixed;
	z-index:1000;
	left:0;right:0;
	box-shadow:0 3px 8px rgba(0,0,0,.10);
}

.h-78{
	display:block;
	height:78px;
}

.homepage .business .card-logo{
	border-radius:50em;
	background:#fff;
	width:100px;
	height:100px;
	margin:0 auto;
	margin-top:-50px;
	box-shadow:0 -8px 3px rgba(0,0,0,.15);
}
.homepage .business .card-logo img{
	height:70px;
	border-radius:50em;
}

.homepage .weui-media-box__title{
	display:block;
}

.weui-media-box__desc{
	font-size:14px;
	line-height:25px;
	min-height:50px;
}
.homepage .business .card-title{
	margin-top:-30px;
}

.homepage .business .card-title a{
	font-size:16px;
}

.homepage .weui-loadmore{
	width:100%;
}

.homepage .weui-loadmore__tips{
	font-size:30px;
	top:-0.5em;
}

.homepage .weui-loadmore__tips em{
	font-size:20px;
	font-style:normal;
	margin-left:10px;
}

.homepage .news-list li{
	list-style:none;
	padding:18px 0;
	border-bottom:1px dotted #ccc;
}

.homepage .news-list li:first-child{
	padding-top:0;
}

.homepage .news-list li:last-child{
	border-bottom:none;
}

.homepage .news-list a{
	font-size:16px;
	font-weight:bold;
}

.homepage .news-list p{
	font-size:14px;
	line-height:1.5;
}

.homepage .news-info a,.homepage .news-info{
	font-size:14px;
	color:#aaa;
	font-weight:normal;
}

.homepage .news-info a:hover{
	color:#175fba;
}
.homepage .news-card .weui-media-box__title{
	display:block;
	font-weight:bold;
	font-size:16px;
}
.homepage .news-card .card-title{
	margin-bottom:0;
}
.homepage .news-card .card-text p{
	color: #808080;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homepage .news-card .owl-controls{
	display:none !important;
}
.site_head {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
}
.cgq dt{
	margin-top:15px;
	margin-left:2em;
}
.cgq dd{
	margin-left:4em;
}
.cgq-page .card-title{
	display:none;
}
.head_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    text-align: center;
    z-index: 5;
    background-color: #44bffa;
    background: -webkit-linear-gradient(left,#70df00,#44bffa);
    background: linear-gradient(to right,#70df00,#44bffa);
}

.about ul{
	margin-left:25px;
}
.about ul li{
	list-style:none;
	font-size:16px;
	line-height:30px;
}

.about .timeline{
	position:relative;
}

.about .timeline:after {
    content: " ";
    position: absolute;
    left: 103px;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.about .timeline em{
	font-style:normal;
	color:gray;
}

.about .timeline .weui-loadmore__tips {
    position: relative;
    top: -0.1em;
    padding: .16em 1em;
	display: inline-block;
    vertical-align: middle;
    background-color: #fafafa !important;
    color: #808080;
	z-index:10;
	height:10px;
}

.about .timeline .weui-loadmore__tips:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E5E5E5;
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -0.98em;
}

.about .arrow_box {
	position: relative;
	color: #fff;
	border: 1px solid #12bce1;
	z-index:100;
	background:#12bce1;
	font-weight:bold;
	border-radius:3px;
	padding:5px 15px;
}
.about .arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.about .arrow_box:after {
	border-color: rgba(18, 188, 225, 0);
	border-right-color: #12bce1;
	border-width: 7px;
	margin-top: -7px;
}
.about .arrow_box:before {
	border-color: rgba(18, 188, 225, 0);
	border-right-color: #12bce1;
	border-width: 8px;
	margin-top: -8px;
}
.news .card{
	margin-right:10px;
}
.news .card-text p{
	color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-indent:0;
	font-size:14px;
	line-height:1.5;
	text-align:justify;
}

.news .weui-media-box__title{
	display:block;
}

.news .more{
	font-size:16px;
	padding-right: 15px;
    position: relative;
}

.news .more:after {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -4px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
}

.job .tab-content{
	margin-top:30px;
	background:#f7f7f7;
	padding:30px 0;
	border-radius:5px;
}

.job .nav-link{
	font-size:14px;
}

.job .nav-link {
    display: block;
    padding: .5rem 0.5rem;
}

.job nav{
	margin-top:30px;
}

.job ol{
	list-style:none;
	margin-left:25px;
}

.job ol li{
	font-size:16px;
}

.job .nav-pills .nav-link.active,.job .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #12bce1;
}
.jinxin .honour .card-title{
	font-size:14px;
	margin:0;
}
.jinxin .honour .card-body{
	border-top:1px solid #eee;
	background:#fafafa;
}

h1.jinxin{
	font-size:20px;
	line-height:20px;
	border-left:5px solid #12bce1;
	font-weight:bold;
	padding-left:20px;
}
div[itemprop="articleBody"] p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
	text-align:justify;
}
.partylist img{
	display:none;
}
.coop{
	margin-top:15px;
}
.coop img{
	width:100%;
}

.card-title .weui-media-box__title{
	display:block;
	margin:15px 15px 0 15px;
}

.newslist .card-text{
	font-size:14px;
	line-height:20px;
	padding:0 15px;
}
.contact dl,.contact dt{
	font-size:16px;
}
.contact dt{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}
.unstyled{
	margin:15px 0;
}
.unstyled li{
	list-style:none;
	display:inline-block;
	font-size:14px;
	border-right:1px solid #ccc;
	line-height:14px;
	padding:0 5px;
	
}
.unstyled li:last-child{
	border:none;
}
.unstyled li a{
	
}

.zfilter-wrap{
	display:none;
}
.zitems-warp{
	margin-top:30px;
	margin-bottom:30px;
}
.zcatetitle-container .zcategory-title{
	padding:0;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	margin-top:30px;
	position:relative;
	padding-bottom:15px;
}
.zcatetitle-container .zcategory-title:after{
	content: " ";
    position: absolute;
    left: 0;
    top: 1px;
    width: 10px;
	height:22px;
	background:#12bce1;
    bottom: 0;
    border-radius:50em;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.zcatetitle-container .zcategory-title h3{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	padding:0;
	padding-left:25px;
	background:none;
}
.zcatetitle-container .zcategory-title h3 i{
	display:none;
}
.zlist.grid .zitem-wrap{
	border:none;
}
.zitem{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.zi-title{
	font-size:16px;
	line-height:30px;
}

.registration input[type="text"],.registration input[type="email"],.registration input[type="password"]{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.zcaptcha input{
	display:inline-block !important;
}

.view-shopcart{
	margin-top:30px;
	margin-bottom:30px;
}
.iconmenu img{
	background:#12bce1;
	padding:10px;
	border-radius:15px;
	display:block;
	margin:0 auto;
	width:80px;
	height:80px;
}

.iconmenu p{
	text-indent:0 !important;
	color:#aaa;
	font-size:14px;
}



.card p{
	text-indent:0 !important;
}

.party .card{
	display:inline-block;
	margin-right:10px;
	width:calc((100% - 30px)/3);
}

.party .card p{
	font-size:14px;
	text-indent:0;
	line-height:1.5 !important;
}

.party .card:nth-child(3n){
	margin-right:0;
}
.timeline li.active em{
	color:#12bce1;
}


fieldset{
	border:1px solid #eee;
	border-radius:3px;
	padding:30px;
	background:#fafafa;
}

legend{
	display:inline-block;
	width:auto;
	margin:0 auto;
	background:#12bce1;
	color:#fff;
	padding:5px 20px;
	font-size:20px;
	font-weight:bold;
	border-radius:50em;
	text-align:center;
}

legend .title{
	display:block;
	line-height:22px;
}
legend .subtitle{
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
}
.about .timeline .weui-loadmore__tips.active:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #12bce1;
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -0.98em;
}


.content .section{
	border:1px solid #eee;
	position:relative;
	padding:0 30px;
	z-index:1;
	overflow:auto;
}

.iconmenu a{
	font-size:16px;
}

.footer footer{
	background:#373d41;
	min-height:180px;
	padding:30px 0;
}
.footer footer dt{
	color:#d7d8d9;
	line-height:30px;
	width:70px;
	margin-bottom:15px;
}

.footer footer em{
	font-family:fontsz;
	font-size:20px;
	font-style:normal;
	color:#d7d8d9;
}

.footer footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.15);
}

.footer footer dd,.footer footer dd a{
	color:#9b9ea0;
	line-height:20px;
}
.footer footer ul{
	margin-top:15px;
	margin-bottom:0;
}
.footer footer img{
	height:40px;
	width:auto;
}
.footer footer li{
	display:inline-block;
}
.footer footer a:hover{
	color:#007840;
}
.footer footer li:first-child a{
	padding-left:0;
}
.footer footer a,.footer footer p{
	font-size:14px !important;
	text-indent:0 !important;
}
.footer footer p{
	color:#9b9ea0;
}

.footer footer .img-fluid{
	border:1px solid #eee;
}

.footer footer .row{
	margin-left:0;
	margin-right:0;
}