.section-list ul li a:hover {
	color: #3f83cf !important;
}

::-moz-placeholder {
	color: #999999;
}

img {
	display: block;
}

a,
span {
	display: initial;
	text-decoration: none;
} 
a{
    color: inherit;
}

body {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans', 'Microsoft YaHei', "Heiti SC", 'STHeiti Light', 'PMingLiU', sans-serif;
}
.article-border {
    max-width: 960px;
    padding: 30px;
    margin: 0 auto;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.text-center {
    text-align: center;
}
.article-tt {
    font-size: 24px;
    color: #333;
}
.article-dateNew {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}


.article-p p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #666;
}

.headerWrapper {
	width: 100%;
}

.top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #3e3e3e;
	margin: auto;
	color: #fff;
}

.top-cont {
	width: 1200px;
	margin: 0 auto;
}

.top-cont .top-left-cont {}

.top-cont .top-right-cont ul li {
	float: left;
	margin: 0 15px 0 0;
}

.top-cont .top-left-cont ul li a,
.top-cont .top-right-cont ul li a {
	color: #fff;
}

.top-cont .top-right-cont ul li:last-child ::before {
	content: "|";
	margin-right: 10px;
	color: #6d6d6d;
}

.header {
	width: 1200px;
	margin: auto;
	height: 110px;
}

img {
	vertical-align: middle;
}

.header .logo {
	width: 425px;
	float: left;
	margin-top: 9px;
}

.header .fright {
	float: right;
	margin-top: 35px;
}

.header .searchWrapper {
	position: relative;
	float: left;
	width: 280px;
	height: 32px;
	line-height: 32px;
	border: solid 1px #575757;
	border-radius: 15px;
	padding: 0 15px;
	overflow: hidden;
}

.header .searchWrapper .t-box {
	width: 258px;
	border: none;
	text-indent: 2ex;
}

.icon-color {
	color: #575757;
}

.header .searchWrapper:hover {
	border: solid 1px #3f83cf;
}

.trace-search-form:hover {
	border: solid 1px #3f83cf;
}

.header .searchWrapper .t-btn {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
}

.header .selectWrapper {
	float: left;
	position: relative;
	height: 35px;
	line-height: 35px;
}

.header .selectWrapper.offering {
	width: 144px;
	margin: 0 3px 0 10px;
	z-index: 99999;
}

.header .selectWrapper .defaultText {
	cursor: pointer;
	color: #ff6600;
	font-size: 12px;
}

.header .selectWrapper select {
	cursor: pointer;
	color: #ff6600;
	font-size: 12px;
	/*border:solid 1px #ccc;*/
}

.nav {
	width: 100%;
	margin: 0 auto;
	background: #129bdf;
	height: 58px;
	line-height: 58px;
}

.nav_fixed {
	position: fixed;
	top: -1px;
	left: 0;
}

.nav .menu {
	width: 1200px;
	margin: 0 auto;
	height: 68px;
}

.nav a {
	float: left;
	width: 9%;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #fff;
	/*transition: all .5s linear;*/
	z-index: 2;
}

.nav a:after {
	content: "";
	width: 0;
	height: 100%;
	background: #1361a3;
	position: absolute;
	top: 0%;
	left: 50%;
	transition: all .5s linear;
	z-index: -1;
}

.nav a:hover::after {
	left: 0%;
	width: 100%;
}

.nav a:hover {
	color: #fff;
}

.active {
	background: #1361a3;
}


/******
 * *
 * 	   主题内容
 * *****/

#toTop {
	position: fixed;
	z-index: 99;
	right: 14px;
	bottom: 1.66rem;
	width: 82px;
	height: 82px;
	border-radius: 82px;
	background: url(../image/top.png) center no-repeat;
	display: none;
}

#toTop:hover {
	box-shadow: 0 2px 6px #000;
}

.wrapper {
	width: 100%;
}

.wrapper .container {
	width: 100%;
	height: 328px;
	margin: auto;
	position: relative;
}

.banner {
	width: 100%;
	height: 328px;
	margin: auto;
	background: #fff;
}

.swiper-container {
	width: 1200px;
	height: 328px;
}

.banner .swiper-container .swiper-slide {
	background: #fff;
	text-align: center;
	max-height: 328px;
}

.banner .swiper-container .swiper-slide img {
	margin-bottom: -5px;
}

.swiper-pagination-bullet {
	width: 44px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	opacity: 1;
	transition: all 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f35847;
	width: 44px;
	height: 8px;
	border-radius: 15px;
	transition: all 0.5s;
}

.navbar-cont {
	width: 1200px;
	margin: 0 auto;
}

.navbar-cont ul li {
	float: left;
	margin: 39px 25px 39px;
	width: 198px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f29415;
	border-radius: 8px;
}

.navbar-cont ul li:first-child {
	margin-left: 0;
}

.navbar-cont ul li:last-child {
	margin-right: 0;
}

.navbar-cont ul li:nth-child(2) {
	background: #bb1e81;
}

.navbar-cont ul li:nth-child(3) {
	background: #622874;
}

.navbar-cont ul li:nth-child(4) {
	background: #14808e;
}

.navbar-cont ul li:nth-child(5) {
	background: #6aad44;
}

.navbar-cont ul li:hover {
	opacity: 0.86;
}

.navbar-cont ul li a {
    display: block;
    width: 198px;
    height: 50px;
    line-height: 50px;
	font-size: 16px;
	color: #fff;
    text-align: center;
}


/*****
 * *
 * 一健溯源
 *  */

.sec-bg {
	background-color: #6ea3db;
}

.trace-search {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

.trace-search .trace-search-form {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	font-size: 28px;
}

.trace-search .trace-search-form .t-box {
	height: 100%;
	line-height: 74px;
	border: none !important;
	vertical-align: initial;
	width: 984px;
	margin: 0;
	padding: 0;
	text-indent: 2ex;
}

.trace-search .trace-search-form .t-box:focus {
	border: solid 1px #f5a51e;
}

.trace-search .trace-search-form .t-btn {
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 74px;
	border: none;
	vertical-align: initial;
	margin: 0;
	padding: 0;
	background-color: #f5a51e;
	color: #fff;
	width: 220px;
	vertical-align: initial;
	overflow: hidden;
}

.trace-search .trace-search-form .t-btn:hover {
	opacity: 0.8;
}


/****
 * *
 * 广告位
 * **/

.adv-cont {
	width: 100%;
	margin: 45px auto;
	position: relative;
	overflow: hidden;
}

.adv-cont .adv-cont-left,
.adv-cont .adv-cont-center {
	width: 377px;
	height: 259px;
	margin: 0 15px 0 0;
}

.adv-cont .adv-cont-right {
	width: 415px;
	height: 259px;
}

.adv-cont .adv-cont-right ul li {
	margin-bottom: 15px;
	box-shadow: 2px 2px 6px #000;
}

.adv-cont .adv-cont-right ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.adv-cont a {
	transition: all 0.5s;
}

.adv-cont a:hover {
	opacity: 0.8;
}

.adv-cont .adv-cont-right ul li :last-child {
	margin-bottom: 0;
}

.adv-cont .adv-cont-left img,
.adv-cont .adv-cont-center img,
.adv-cont .adv-cont-right img {
	width: 100%;
	height: 100%;
}

.sec-bg1 {
	width: 100%;
	max-width: 100%;
	height: 595px;
	background: url(../image/sec-bg1.jpg) top center no-repeat;
	background-size: cover;
}

.sec-bg2 {
	width: 100%;
	max-width: 100%;
	height: 543px;
	background: url(../image/sec-bg2.jpg) top center no-repeat;
	background-size: cover;
}

.sec-bg3 {
	width: 100%;
	max-width: 100%;
	height: 400px;
	background: url(../image/sec-bg3.jpg) top center no-repeat;
	background-size: cover;
}

.sec-bg4 {
	width: 100%;
	max-width: 100%;
	height: 583px;
	background: url(../image/sec-bg4.jpg) top center no-repeat;
	background-size: cover;
}

.sec-bg5 {
	width: 100%;
	max-width: 100%;
	height: 529px;
	background: url(../image/sec-bg5.jpg) top center no-repeat;
	background-size: cover;
}

.sec-bg6 {
	width: 100%;
	max-width: 100%;
	height: 490px;
	background: url(../image/sec-bg6.jpg) top center no-repeat;
	background-size: cover;
}

.section-hd {
	width: 415px;
	margin: 0 auto;
	color: #fff;
	font-size: 32px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 35px 0;
}

.section-hd:before {
	position: absolute;
	left: 0;
	top: 66px;
	content: "";
	width: 107px;
	height: 2px;
	background: #fff;
}

.section-hd:after {
	position: absolute;
	right: 0;
	top: 66px;
	content: "";
	width: 107px;
	height: 2px;
	background: #fff;
}

.section-hd span {
	display: block;
	font-size: 16px;
}

section {
	width: 1200px;
	height: auto;
	padding: 12px;
	margin: auto;
	background-color: #ebf7fb;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

section .section-left {
	width: 584px;
	height: 393px;
	background: #fff;
}

section .section-right {
	position: relative;
	width: 584px;
	height: 393px;
	background: #fff;
    overflow:hidden;
}

section .section-left img,
section .section-right img {
	width: 100%;
	height: 393px;
}

section .section-right .new-title {
	position: absolute;
	left: 10px;
	bottom: 6px;
	color: #fff;
}


/**
 * *
 * 产业介绍
 * */

.sec-bg2 .section-hd {
	padding: 36px 0 21px;
}

.sec-bg2 section .section-left {
	width: 390px;
	height: 400px;
	background: transparent;
	overflow: hidden;
	position: relative;
}

.sec-bg2 section .section-right {
	width: 800px;
	height: 400px;
	background: transparent;
	position: relative;
	overflow: hidden;
}

.sec-bg2 section .section-right ul li {
	position: relative;
	overflow: hidden;
}

.sec-bg2 section {
	height: 407px;
	background: transparent;
}

.sec-bg2 .section-right .section-right-top ul li,
.sec-bg2 .section-right .section-right-bottom ul li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.sec-bg2 .section-right .section-right-top ul li img,
.sec-bg2 .section-right .section-right-bottom ul li img {
	width: 100%;
	height: 100%;
}

.sec-bg2 section .title-h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 35%;
	top: 35%;
}

.show-cont {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 71, 90, 0.5);
	cursor: pointer;
	transition: all 0.5s;
	color: #fff;
	padding: 40px 0;
	text-align: center;
	display: none;
	transition: all 0.5s;
}

.show-cont h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.show-cont p {
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	padding: 40px;
	text-align: left;
}

.show-cont .detail-btn1 {
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 10px;
}

.show-cont .detail-btn1:hover {
	opacity: 0.8;
}

.sec-bg2 section .section-left:hover .show-cont {
	display: block;
	transition: all 0.5s;
}

.sec-bg2 section .section-right ul li:hover .show-cont {
	display: block;
	transition: all 0.5s;
}


/**
 * *
 * 溯源介绍
 * */

.sec-bg3 section {
	background-color: transparent;
}

.sec-bg3 section p {
	text-indent: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}


/*tab左右切换 溯源信息*/

.sec-bg4 section {
	background: transparent;
	height: auto;
}

.trace-tab-cont {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.trace-tab-menu {
	width: 469px;
	margin: 0 auto;
	height: 416px;
	background: url(../image/map.png) top center no-repeat;
	background-size: cover;
	position: relative;
}

.trace-tab-menubj {
    width: 520px;
    margin: 0 auto;
    height: 355px;
    background: url(../image/mapbj.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.trace-tab-box {
	width: 660px;
	height: 354px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.65);
}

.trace-tab-box .trace-tab-item-title {
	font-size: 24px;
	font-weight: 900;
	height: 51px;
	line-height: 51px;
	background-color: #eaebec;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
}

.trace-tab-box .trace-tab-item-title span {
	width: 422px;
	border-right: solid 1px #fff;
}

.trace-tab-box .trace-tab-item-title a {
	width: 220px;
	text-align: left;
	margin-left: 5px;
	color: #000;
}

.trace-tab-menu a {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #3f83cf;
	transition: all 0.5s;
	font-size: 16px;
}

.trace-tab-menu a:nth-child(1) {
	left: 70px;
	top: 120px;
}

.trace-tab-menu a:nth-child(2) {
	left: 226px;
	top: 153px;
}

.trace-tab-menu a:nth-child(3) {
	left: 141px;
	top: 268px;
}

.trace-tab-menu a:nth-child(4) {
	left: 230px;
	top: 276px;
}

.trace-tab-menu a:nth-child(5) {
	left: 320px;
	top: 235px;
}

/* 794行 */
.trace-tab-menubj a:nth-child(1) {
    left: 243px;
    top: 127px
}

.trace-tab-menubj a:nth-child(2) {
    left: 109px;
    top: 204px
}

.trace-tab-menubj a:nth-child(3) {
    left: 173px;
    top: 152px
}

.trace-tab-menubj a:nth-child(4) {
    left: 283px;
    top: 217px
}

.trace-tab-menubj a:nth-child(5) {
    left: 324px;
    top: 148px
}

.trace-tab-menubj a:nth-child(6) {
    left: 351px;
    top: 234px
}

.trace-tab-menubj a:nth-child(7) {
    left: 397px;
    top: 168px
}

.trace-tab-menubj a:nth-child(8) {
    left: 416px;
    top: 99px
}

.trace-tab-item {
	display: none;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.trace-tab-item ul {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.trace-tab-item ul li {
	position: relative;
	padding: 14px 0;
}

.trace-tab-item ul li:nth-child(2n) {
	background: rgba(255, 255, 255, 0.25);
}

.trace-tab-item ul li:last-child {
	/*background: rgba(0, 0, 0, 0.25);*/
}

.trace-tab-item ul li.pager span {
	margin-right: 10px;
	display: inline-block !important;
}

.trace-tab-item ul li.pager {
	font-size: 18px;
	color: #fff;
}

.trace-tab-item ul li.pager a {
	font-size: 18px;
	color: #fff;
	display: inline-block !important;
}

.trace-tab-item ul li.pager span a {
	font-size: 18px;
	color: #fff;
	padding-left: 0;
	display: inline-block !important;
}

.trace-tab-item ul li a {
	padding-left: 10px;
	font-size: 16px;
	color: #000;
}

.trace-tab-item ul li p {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.trace-tab-item ul li span.more {
	width: 220px;
}

.trace-tab-item ul li span.more a {
	color: #F29415;
}

.icon-a {
	color: #F29415;
}

.trace-tab-active {
	color: #f29415 !important;
	font-size: 24px !important;
}


/********
 * *
 * 
 * 企业红黑榜
 * ******/

.sec-bg5 section {
	background-color: transparent;
	height: 332px;
}

.sec-bg5 section .section-left,
.sec-bg5 section .section-right {
	height: 332px;
}

.sec-bg5 section .red-title {
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #ff2c2c;
}

.sec-bg5 section .black-title {
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.sec-bg5 section ul li h3 span {
	font-size: 16px;
	color: #8d8d8d;
}

.sec-bg5 section ul li {
	padding: 10px;
}

.sec-bg5 section ul li:nth-child(2n) {
	background-color: #f5f5f5;
}


/********
 * *
 * 
 * 名优产品
 * ******/

.sec-bg6 section {
	background-color: transparent;
	height: 350px;
}

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#certify .swiper-slide {
	width: 500px;
	height: 250px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide p {
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin: 5px auto;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev{
	left: 0;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover{
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next{
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover{
	background-position: 0 -139px;
	background-size: 100%
}


/*tab左右切换*/

.tab-content {
	width: 100%;
	margin: 0 auto;
}

.tab-menu {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	color: #000;
	display: table;
}

.tab-box {
	height: 345px;
	overflow: hidden;
}

.tab-menu a {
	display: table-cell;
	width: 1%;
	position: relative;
	text-align: center;
	color: #000;
	transition: all 0.5s;
	font-size: 16px;
}

.tab-item {
	padding: 10px;
	display: none;
	height: 100%;
	position: relative;
}

.tab-item ul {
	height: 100%;
}

.tab-item .detail-btn {
	position: absolute;
	right: 10px;
	bottom: 39px;
	color: #7faddf;
}

.tab-item ul li {
	position: relative;
	margin-bottom: 8px;
	overflow: hidden;
}

.tab-item ul li a {
	width: 400px;
	padding-left: 10px;
	font-size: 16px;
}

.tab-item ul li p {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab-item ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #F29415;
	position: absolute;
	left: 0;
	top: 8px;
	margin-right: 55px;
	border-radius: 5px;
}

.tab-active {
	color: #fff !important;
	background: #3f83cf !important;
}

.sec-bg4 section {
	background: transparent;
	height: auto;
}

.trace-tab-cont {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


/***	文章子页面
 * *
 * *****
 * *
 * 新闻政策
 * ******/

.icon-tab {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	background-color: #F29415;
}

.hr-style {
	height: 1px;
	border: none;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: medium;
	border-top: 1px solid #979797;
	width: 97%;
	margin: 15px auto 0;
}

.news-policy-cont section {
	background-color: #fff;
	height: auto;
	min-height: 420px;
}

.article-tab-cont {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.news-policy-cont .article-tab-menu {
	width: 325px;
	margin: 0 auto;
	background-color: #0a80bb;
	position: relative;
}

.article-title {
	width: 325px;
	height: 40px;
	line-height: 40px;
	background-color: #5cc9ff;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.news-policy-cont .article-tab-box {
	width: 850px;
	height: auto;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.65);
	border: solid 1px #979797;
	border-radius: 8px;
	margin-top: -40px;
}

.news-policy-cont .article-tab-box .article-tab-item-title {
	font-size: 24px;
	font-weight: 600;
	height: 51px;
	line-height: 51px;
	padding: 0 14px;
	position: relative;
	overflow: hidden;
	color: #f29415;
}

.news-policy-cont .article-tab-box .article-tab-item-title span {}

.news-policy-cont .article-tab-box .article-tab-item-title a {
	width: 220px;
	text-align: left;
	margin-left: 5px;
	color: #000;
}

.news-policy-cont .article-tab-menu a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	font-size: 16px;
	border-bottom: solid 1px #5cc9ff;
}

.news-policy-cont .article-tab-menu a:hover {
	color: #fff !important;
}

.news-policy-cont .article-tab-item {
	display: none;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.news-policy-cont .article-tab-item ul {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.news-policy-cont .article-tab-item ul.beian::after{
    content:'';
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 1px;
    background: #e9c7b1;
}
.news-policy-cont .article-tab-item ul.beian li{
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    font-size: 16px;
    color: #000;
}
.news-policy-cont .article-tab-item ul.beian li span{
    -webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
    width: 140px;
    text-align: right;
}
.news-policy-cont .article-tab-item ul.beian li span p{
    text-indent: 0;
}

.news-policy-cont .article-tab-item ul li {
	position: relative;
	padding: 8px 14px;
	overflow: hidden;
}

.news-policy-cont .article-tab-item ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #F29415;
	position: absolute;
	left: 15px;
	top: 18px;
	margin-right: 55px;
	border-radius: 5px;
}

.news-policy-cont .article-tab-item ul li:last-child::before {
	content: "";
	background-color: transparent;
}

.news-policy-cont .article-tab-item ul li.pager span {
	margin-right: 10px;
	display: inline-block !important;
}

.trace-tab-item ul li.pager {
	font-size: 18px;
	color: #000;
}

.news-policy-cont .article-tab-item ul li.pager a {
	font-size: 18px;
	color: #000;
	display: inline-block !important;
}

.news-policy-cont .article-tab-item ul li a {
	padding-left: 10px;
	font-size: 16px;
	color: #000;
}

.news-policy-cont .article-tab-item ul li p {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-policy-cont .article-tab-item ul li span {
	margin-right: 15px;
}

.news-policy-cont .article-tab-active {
	position: relative;
	background-color: #00b7ee;
}

.news-policy-cont .article-tab-active::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -40px;
	width: 0;
	height: 0;
	border: solid 20px transparent;
	border-left: solid 20px #00b7ee;
}


/*******
 * *文章子页面
 * 
 *  产业介绍
 * 
 * ********/

.industry-cont ul li {
	background-color: #f7f5f5;
	padding: 0;
	width: 94%;
	margin: 0 auto 10px;
}

.industry-cont ul li a {
	padding-left: 0 !important;
}

.industry-cont ul li::before {
	content: "";
	background-color: transparent !important;
}

.industry-cont ul li.pager {
	background-color: transparent !important;
}

.title-img {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
}

.title-img img {
	width: 100%;
	height: 100%;
}


/*************
 * *
 * 溯源信息详情
 * 
 * **********/
.w700{
	width: 612px;
}
.w300{
	width: 300px;
}
.w140{
	width: 140px;
}
.bgcolor{
	display: inline-block;
	background-color: #f0f7ff;
}
.text-right{
	text-align: right;
}
.trace-info-cont ul{
	background-color: #fff5f0;
	padding: 15px 15px 15px;
}

.trace-info-cont ul li p {
	text-indent: 4ex;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	white-space: initial !important;
	text-align: justify;
	text-justify: inter-ideograph;
}
.trace-info-cont ul li::before{
	content: "";
	background-color: transparent !important;
}
.trace-info-cont ul li.pager{
	text-align: center;
}

/******
 * *
 * 	投诉建议
 * *****/
.comlain-cont section{
	background-color: #f5f5f5;
	height: auto;
	margin-bottom: 20px;
}
.comlain-cont .section-hd{
	color: #f29415;
}
.comlain-cont .section-hd::before{
	content:"";
	background-color: transparent !important;
}
.comlain-cont .section-hd::after{
	content:"";
	background-color: transparent !important;
}
.comlain-cont-form{
	text-align: center;
}
.comlain-cont ul {
	text-align: left;
	position: relative;
	overflow: hidden;
}
.comlain-cont ul li{
	width: 526px;
	height: 40px;
	float: left;
	margin: 15px 36px;
}
.comlain-cont ul li label{
	line-height: 40px;
	width: 60px;
	text-align: right;
	color: #f29415;
	margin-right: 10px;
}
.comlain-cont ul li .c-box{
	width: 454px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border:solid 1px #fff;
	text-indent: 3ex;
}
.comlain-cont ul li .c-box:hover,.comlain-cont ul li .c-area:hover{
	border:solid 1px #129bdf;
	box-shadow: 0 2px 6px #1361a3;
}
.comlain-cont ul li .c-area{
	width: 1050px;
	height: 100%;
	border: solid 1px #fff;
	resize: none;
}
.comlain-cont ul li:last-child{
	width: 100%;
}
.comlain-cont .c-btn{
	width: 101px;
	height: 50px;
	line-height: 50px;
	background-color: #f29415;
	margin: 50px auto 0;
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.comlain-cont .c-btn:hover{
	opacity: 0.8;
}
.min-height{
	min-height: 300px;
}
.text-left{
	text-align: left;
}
.title-color{
	color: #000 !important;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 22px;
	margin-bottom: 5px;
}
.title-article{
	width: 1200px;
}

.article-date{
	width: 1200px;
	margin: auto;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
	color: #f29415;
	border-radius: 5px;
}
.top-circle-img{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	border:solid 1px #F5F5F5;
	overflow: hidden;
	margin: 40px  auto 0;
	text-align: center;
	background-color: #F5F5F5;
}
.top-circle-img img{
	width: 100%;
	height: 100%;
}
/*
 底部
 * **/

.footerWrapper {
	width: 100%;
	background: #444;
	vertical-align: top;
}

.footer {
	margin: auto;
	width: 100%;
	position: relative;
	padding-top: 35px;
	margin: 0 auto;
	text-align: center;
}

.footer .logo {
	width: 189px;
}

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

.footer .sitemap {
	color: #fff;
	width: 1200px;
	text-align: left;
}

.footer .sitemap a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
}

.footer .sitemap .col1,
.footer .sitemap .col2,
.footer .sitemap .col3,
.footer .sitemap .col4 {
	width: 300px;
	display: inline-block;
	padding: 0 0 0 0;
	margin-right: 2px;
}

.footer .sitemap .col4 {
	margin-right: 0;
}

.footer .sitemap .section {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer hr {
	border: none;
	background: #292929;
	height: 1px;
	margin: 28px 0px 0px 0px;
}


/*
 *** 备案版权
 *
 *  */

.footer .copyright {
	background: #292929;
	color: #fff;
	width: 100%;
	font-size: 12px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.footer .copyright ul {
	width: 1200px;
	margin: auto;
}

.footer .copyright ul li {
	float: left;
}

.footer .copyright ul li {
	margin-right: 15px;
}

.footer .copyright ul li:last-child {
	margin-right: 0;
}

.footer .copyright a {
	text-transform: uppercase;
	color: #fff;
}

.footer .copyright .separator {
	margin: 0px 3px;
}


/**
 * * 友情链接
 */

.footer .link-nav {
	width: 1200px;
	margin: 0 auto 20px;
	text-align: center;
}

.footer .link-nav ul li {
	float: left;
	margin: 0 15px 0 0;
}

.footer .link-nav ul li:last-child {
	margin-right: 0;
}

.footer .link-nav ul li a {
	width: 120px;
	height: 41px;
}