.container{
	min-width: 1200px;
	width: 1200px;
	max-width: 1200px;
}
/******字体颜色******/

body {
	color: #232323;
	background-color: #f0f0f0;
	min-width: 1200px;
}


/*主题色*/

body a {
	color: #9AC61E;
}

b {
	font-weight: 600;
}


/*墨绿*/

body a:hover {
	color: #759715;
}


/*字体-绿*/

.font-green {
	color: #9AC61E;
}

/*字体-红*/
.font-red{
	color: red;
}


/*字体-灰*/

.font-gray {
	color: #999999;
}

.font-18 {
	font-size: 18px;
}

.font-14{
	font-size: 14px;
}

.line-height-30{
	line-height: 30px;
}


/******背景色******/

.bg-wihte {
	background-color: #FFFFFF;
}


/******header******/

header {
	height: 75px;
	margin-bottom: 0px!important;
	background-color: #FFFFFF;
}

.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 20px;
}

header a {
	color: #232323;
	font: normal 18px/85px "微软雅黑", Arial;
	padding-left: 25px!important;
	padding-right: 25px!important;
}


/*主题绿*/

header a:hover {
	color: #9AC61E;
}

header .active a {
	border-bottom: 2px solid #9AC61E;
}


/*导航栏下拉菜单*/

header .dropdown-menu li a {
	padding: 10px 0;
	font-size: 16px!important;
	border-bottom: 1px dashed #EEEEEE;
}

header .dropdown-menu li:last-child a {
	border: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #9AC61E;
	text-decoration: none;
	background-color: #f5f5f5;
}

header .dropdown-menu li a:after {
	content: "\e258";
	float: right;
	font-size: 12px;
	line-height: 24px;
}

header .dropdown-menu li a:hover:after {
	margin-right: -10px;
}

header .dropdown-menu {
	background-color: rgba(255, 255, 255, .85)!important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
	border: #EEEEEE;
}

header .navbar-brand {
	padding: 15px 0px;
}

header .navbar-logo {
	height: 50px;
}

header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover,
header .nav>li>a,
header .nav>li>a:focus,
header .nav>li>a:hover {
	background-color: #FFFFFF;
}


/******模块容器******/

.panel-full {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}


/*模块标题-大*/

.title-first {
	font-size: 30px;
	padding: 100px 0 60px 0;
}

.title-first small {
	font-size: 95%;
	color: #9AC61E;
	padding-left: 10px;
	font-weight: 600;
}


/******通用样式部分******/


/*左飘*/

.float-left {
	float: left;
}


/*右飘*/

.float-right {
	float: right;
}


/*带阴影圆角卡片*/

.card-shadow {
	line-height: 20px;
	border-radius: 15px;
	box-shadow: 3px 3px 13px 2px rgba(234, 231, 231, 1);
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 5px;
	cursor:pointer;
}

.card-shadow img {
	width: 100%;
}

.card-shadow-content {
	width: 100%;
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 16px;
}

.card-shadow-content p {
	color: #999999;
	font-size: 13px;
}

.card-shadow-operate{
	width: 100%;
	background-color: #FFFFFF;
	padding:10px 15px 10px 15px;
	font-size: 12px;
	height: 50px;
	border-top: 1px solid #F0F0F0;
}

.card-shadow-tip {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(154, 198, 30, .7);
	color: #FFFFFF;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
}

.card-shadow-tip p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.card-shadow-none {
	box-shadow: 3px 3px 13px 2px rgba(234, 231, 231, 0);
}


/*左图右文 卡片*/
.card-shadow-left{
	border-radius: 15px;
	box-shadow: 3px 3px 13px 2px rgba(234, 231, 231, 1);
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
.card-shadow-left img{
	width: 150px;
	height: 150px;
	float: left;
}
.card-shadow-left h3{
	font-size: 18px;
	padding-left: 170px;
	font-weight: 500;
}
.card-shadow-left p{
	font-size: 14px;
	padding-left: 20px;
	color: #999999;
	padding-right: 25px;
	height: 62px;
	overflow: hidden;
}
.card-shadow-left .icon-download{
	width: 25px;
	height: 25px;
	background-image: url(../img/icon/download.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 25px;
	bottom: 15px;
	cursor: pointer;
}


/*图片宽度100%*/

.img-100 {
	width: 100%;
}


/*高度100%*/

.height-100 {
	height: 100%;
}


/*首页新闻文字容器*/

.panel-txt {
	font-size: 16px;
	line-height: 30px;
	padding: 30px;
	text-align: justify;
}


/*白色透明背景文字容器*/

.panel-txt-white {
	background-color: rgba(255, 255, 255, .6);
	font-size: 16px;
	line-height: 30px;
	padding: 30px;
	text-indent: 2em;
	text-align: justify;
}


/*按钮-更多*/

.btn-more {
	background-color: #9AC61E;
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 10px;
}

/*按钮-提交*/
.btn-submit{
	background-color:  #9AC61E;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 25px;
}
/*按钮-重置*/
.btn-clear{
	font-size: 14px;
	padding: 8px 25px;
}

/*内边距*/

.padding-0 {
	padding: 0px;
}
.padding-top-0{
	padding-top: 0px;
}
.padding-right-0 {
	padding-right: 0px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-left-80 {
	padding-left: 80px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}
.padding-bottom-80{
	padding-bottom: 80px;
}
/*外边距-距离上30px*/
.margin-0{
	margin: 0px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-right-10 {
	margin-right: 10px;
}


/*容器-底部各种链接*/

.panel-footer {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 572px;
}

.panel-footer-content {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.47);
	padding: 100px 0;
	line-height: 30px;
}

.panel-footer a {
	color: #232323;
}

.panel-footer-bottom {
	background-color: #4A4A4A;
	color: #FFFFFF;
	padding: 10px 0;
}


/******输入框样式******/


/*搜索*/

.input-search {
	border: 1px solid #9AC61E;
	border-radius: 15px;
	padding: 1px;
	background-color: #FFFFFF;
	margin-top: 4px;
}

.input-search input[type=text] {
	border: none;
	border-radius: 15px;
}

.input-search input[type=button],
.input-search input[type=submit],
.input-search button {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #9AC61E;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.input-search .glyphicon-search {
	margin-right: 10px;
}


/*下拉框*/

.input-dropdown button {
	border-radius: 15px;
	border: 1px solid #9AC61E;
	height: 38px;
	width: 100%;
}


/******图标样式******/

.ioc-product-attr {
	width: 14px!important;
	height: 14px!important;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}
/******影像资料******/
/*视频*/
 .video{
 	
 }
 /*视频封面*/
 .video-face{
 	
 }
 /*视频黑色蒙版*/
 .video-mark{
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	background-color: rgba(0,0,0,.5);
 }
 .btn-play{
 	display: block;
 	width: 70px;
 	height: 70px;
 	background-image: url(../img/icon/play.png);
 	background-position: center;
 	background-size: 100%;
 	background-repeat: no-repeat;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	margin: auto;
 	opacity: .6;
 }
 .btn-play:hover{
 	opacity: 1;
 	cursor: pointer;
 }



/*分页*/

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 9px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #9AC61E;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
/*文字只显示1行*/

.section-1 {
	height: 1.3em;
	overflow: hidden;
	margin-bottom: 10px;
}

/*文字只显示3行*/

.section-3 {
	height: 4.5em;
	overflow: hidden;
}


/*文字只显示9行*/

.section-9 {
	height: 17em;
	overflow: hidden;
	margin-bottom: 10px;
}


/*内容为空*/
.content-none{
	height: 400px;
	background-image: url(../img/icon/none.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	text-align: center;
}
.content-none::after{
	content: 'o(╥﹏╥)o没有查询到相关内容喔~';
	color: #9AC61E;
	line-height: 590px;
}

/*banner*/
.banner-img img{
	width: 100%;
	height: 640px !important;
	object-fit: cover;
	flex: 1;
}