﻿body {
	background: #eee;
	min-width: 1300px;
}

a {
	cursor: pointer;
}

.logo img {
    width: 520px;
    margin-top: 30px;
}

.header {
	min-width: 1300px;
	height: 120px;
    background: url(../images/head_bg.png) no-repeat center / 100% 100%;
}

.header-ul {
	/*width: 460px;*/
	font-size: 16px;
}

.header-ul li {
	float: left;
	padding-left: 42px;
	text-align: right;
}

.header-ul li i {
	font-size: 20px;
}

.header-wrap {
	width: 1300px;
	height: 100%;
	line-height: 32px;
	margin: 0 auto;
}

.codeNum span em {
	color: #009241;
	font-style: normal;
}

.nav {
	background: #444d5c;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.nav-wrap {
	width: 1300px;
	height: 54px;
	margin: 0 auto;
}

.nav-wrap .mainbav {
	height: 54px;
	width: 100%;
}

.mainbav .dropdown-menu li {
	line-height: 40px;
}

.nav-wrap .mainbav>li {
	height: 100%;
	float: left;
	/* width: 215px; */
	width: 162px;
	position: relative;
	text-align: center;
}
.nav-wrap .mainbav>li .dropdown-menu{
	top: 55px;
}
.nav-wrap .mainbav>li .select, .nav-wrap .mainbav>li>a:hover {
    background-color: #5d6d8e;
}

.nav-wrap .mainbav>li>a {
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: bold;/*27*/
	font-family: '宋体';
}

.Bannercontent {
	background: #37b3e6;
	width: 100%;
	height: 350px;
}

.Bannercontent .B_img {
	width: 1200px;
	height: 100%
}

.Bannercontent .B_img img {
	width: 100%;
	height: 100%;
}

.main-wrap {
	width: 1200px;
	margin: 0 auto;
}

.in-page-wrap {
	padding-bottom: 45px;
}

.leftNav {
	width: 215px;
	float: left;
	padding-top: 20px;
}

.leftNav-list {
	width: 100%;
	margin-top: -4px;
}

.leftNav-list li {
	width: 100%;
	vertical-align: top;
	margin-top: 4px;
}

.leftNav-list li a {
	height: 48px;
	line-height: 48px;
	background: #f4f4f4;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: relative;
}

.leftNav-list li a:hover, .leftNav-list li a.select {
	background: #4bb97c;
	color: #fff;
}

.in-page-notice {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.in-page-right {
	float: right;
	width: 950px;
	margin-top: 15px;
}

.in-page-right .in-page-title, .in-page-notice .in-page-title {
	width: 100%;
	height: 50px;
	text-align: left;
	background: url(../images/line_title.jpg) repeat-x center;
	line-height: 50px;
}

.in-page-title .title {
	float: left;
	width: 160px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 16px;
	border-left: #4bb97c 6px solid;
	margin-top: 14px;
	padding-left: 50px
}

.in-page-content {
	margin-top: 30px;
	padding: 10px;
}

.in-page-content p {
	padding: 15px;
	line-height: 24px;
	text-indent: 25px;
	font-size: 15px
}

.in-page-content h5 {
	font-size: 12px;
	color: #666
}

.dropdown .dropdown-menu.wid_400 {
	text-align: center;
}

.Bannerbj {
	
}
/*list*/
/*search*/
.search-area {
	width: 770px;
    float: left;
    background-color: #fff;
    height: 170px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.hot-search {
    line-height: 40px;
    float: left;
    margin-left: 24px;
    margin-top: 30px;
}
.hot-search a {
    display: inline-block;
    background-color: #eee;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 10px;
    padding: 0 10px;
    border-radius: 3px;
}
.search-left {
	float: left;
	width: 640px;
	height: 50px;
    margin-left: 24px;
}

.search-left input {
    float: left;
	border: 0;
	text-indent: 25px;
	line-height: 50px;
	width: 100%;
	border-radius: 3px 0 0 3px;
	border: #2e9b95 1px solid;
}

.serch-btn {
	display: inline-block;
	width: 90px;
	float: left;
	height: 52px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 0 3px 3px 0;
	background: #2e9b95;
	font-size: 16px;
}
.serch-btn:hover {
    color: #fff;
    background-color: #36b7b0;
}
.noticenew {
	font-size: 15px;
	position: absolute;
    top: 10px;
    width: 800px;
    left: calc(50% - 400px);
    background-color: rgba(255,255,255,.6);
    border-radius: 50px;
    z-index: 99;
    color: #2e9b95;
    font-weight: 600;
}

.noticenew i {
	font-size: 20px;
}
.noticenew span{
	position: absolute;
    left: 24px;
    margin: 0;
}
.noticenew a {
	display: inline-block;
	margin-right: 20px;
    color: #2e9b95;
    font-weight: 600;
}
.noticenew .notice_more{
    position: absolute;
    right: 24px;
    margin: 0;
}

.noticenew a:hover {
	text-decoration: underline;
}

.Baner-index {
	width: 1300px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}

.Baner-pic-warp {
	width: 100%;
	height: 400px;
	position: relative;
}

.Baner-nav {
	float: left;
	width: 100%;
	background-color: #fff;
    border-radius: 5px;
    margin: 10px 0 0;
}

.zrcon {
	width: 300px;
}

.zr_ul {
	width: 100%
}

.zr_ul li {
	float: left;
	width: 20%;
}

.zr_ul li a {
	display: block;
	text-align: center;
	height: 125px;
    padding: 30px 20px;
}

.zr_ul li a i {
	font-size: 35px;
	color: #fff;
}
.icon{
	display: inline-block;
	float: left;
}
.icon-block{
	display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.icon-1{ background: url(../images/icon_1.png) no-repeat center / 100% 100%; }
.icon-2{ background: url(../images/icon_2.png) no-repeat center / 100% 100%; }
.icon-3{ background: url(../images/icon_3.png) no-repeat center / 100% 100%; }
.icon-4{ background: url(../images/icon_4.png) no-repeat center / 100% 100%; }
.icon-5{ background: url(../images/icon_5.png) no-repeat center / 100% 100%; }
.icon-6{ background: url(../images/icon_6.png) no-repeat center / 100% 100%; }
.icon-7{ background: url(../images/icon_7.png) no-repeat center / 100% 100%; }
.icon-8{ background: url(../images/icon_8.png) no-repeat center / 100% 100%; }
.icon-9{ background: url(../images/icon_9.png) no-repeat center / 100% 100%; }
.icon-10{ background: url(../images/icon_10.png) no-repeat center / 100% 100%; }
.zr_ul li a>div {
	color: #333;
	margin-top: 15px;
	font-size: 16px;
}

/*.zr_bj1 {
	background: #b2be23;
}

.zr_bj2 {
	background: #d89854;
}

.zr_bj3 {
	background: #5bd784;
}

.zr_bj4 {
	background: #1fc2b3;
}

.zr_bj5 {
	background: #26cd5b;
}

.zr_bj6 {
	background: #ccaa1f;
}

.zr_bj7 {
	background: #16af54;
}

.zr_bj8 {
	background: #43a575;
}

.zr_bj1:hover {
	background: #c0cd25;
}

.zr_bj2:hover {
	background: #eaa963;
}

.zr_bj3:hover {
	background: #63e98f;
}

.zr_bj4:hover {
	background: #25decd;
}

.zr_bj5:hover {
	background: #28e664;
}

.zr_bj6:hover {
	background: #e5c02b;
}

.zr_bj7:hover {
	background: #1c9359;
}

.zr_bj8:hover {
	background: #248d5a;
}*/
/*二级页面*/
.second-banner {
	background: url(../images/banner_two.png) no-repeat center;
	height: 162px;
	background-size: cover;
}

.bg04{
	background: url(../images/banner_4.png) no-repeat center;
}

.bg05{
	background: url(../images/banner_5.png) no-repeat center;
}

.bg06{
	background: url(../images/banner_6.png) no-repeat center;
}

.bg07{
	background: url(../images/banner_7.png) no-repeat center;
}

.second-tit {
	width: 1100px;
	margin: 0 auto;
}

.second-tit span {
	border: #fff 1px solid;
	padding: 20px 50px 20px 50px;
	color: #fff;
	font-size: 22px;
}

.second-con-in {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.second-nav {
	background: #eee;
	padding-bottom: 30px;
    float: left;
    width: 200px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.second-nav .title{
    width: 100%;
    text-align: center;
    background-color: #2e9b95;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.second-nav a {
    display: block;
    padding: 8px 10px;
	border-radius: 3px;
	font-weight:bold;
    width: 80%;
    text-align: center;
    margin: 6px auto;
}

.second-nav a:hover {
	/*border: #2e9b95 1px solid;*/
    color: #2e9b95;
}

.second-nav a.active {
	border: #2e9b95 1px solid;
    color: #2e9b95;
}

.sjk-second-ul {
    float: left;
    width: 950px;
    margin-left: 20px;
}

.sjk-second-ul li {
	background: #f7f7f7;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 10px;
	height: 180px;
	font-size: 16px;
	padding-top: 25px
}

.sjk-second-ul li .col1 {
	width: 18%;
	float: left;
	border-right: #e1e1e1 dashed 1px;
	height: 160px;
	line-height: 160px;
}

.sjk-second-ul li .col2 {
	width: 66%;
	float: left;
	margin-left: 2%;
}

.sjk-second-ul li .col2 p { /* text-indent: 30px; */
	/* color: #5a5a5a; */
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

.sjk-second-ul li .col2 .kt-name {
	font-size: 12px
}

.sjk-second-ul li .col2 .kt-name span {
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	border: #dfdfdf 1px solid;
	border-radius: 4px;
	margin-right: 6px;
	color: #838383;
	background: #fff;
}

.sjk-second-ul li .col3 {
	width: 12%;
	float: right;
	text-align: center;
	border-left: #e1e1e1 dashed 1px;
	height: 160px;
}

.sjk-second-ul li .col3>div {
	margin-top: 40px;
}

.green {
	color: #0ba954
}

.sjk-second-ul li .col3>div p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
/*多媒体*/
.dmt-second-ul {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.dmt-second-ul li {
	float: left;
	width: 30%;
	background: #f4fdf5;
	height: 200px;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px
}

.dmt-second-ul li:nth-last-child {
	margin-right: 0;
}

.dmt-second-ul li>a {
	text-align: center;
	display: block;
	width: 100%;
	height: 160px;
	position: relative;
	margin: 0 auto;
}

.dmt-second-ul li>a img {
	width: 100%;
	height: 160px;
	border-radius: 4px;
}

.dmt-second-ul li>a:hover .play-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	transition: all .25s;
	border-radius: 4px;
}

.tabnavs-center.tabnavs {
	display: inline-block;
	margin-top: 35px;
}
.nianjian .content-text .tabnavs-center.tabnavs {
	display: block;
	margin: 0;
	float: right;
	width: 150px;
	box-shadow: 2px 2px 6px #9E9E9E;
}
.nianjian .content-text .tabnavs-center.tabnavs li{
	margin: 0;
	padding: 8px;
	float: unset;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nianjian .content-text .tabnavs-center.tabnavs li a{
	color: inherit;
}
.content-text .tabhand .tabcontent{
	float: left;
	width: calc(100% - 170px);
	margin-left: 10px;
}


.dmt-second-ul li>a:hover .icon-play {
	display: block;
}

.dmt-second-ul li .dmt_name {
	width: 90%;
	margin: 0 auto;
}

.dmt-second-ul li .dmt_name a {
	display: inline-block;
	line-height: 45px;
	height: 45px;;
}

.dmt-second-ul li>a .icon-play {
	position: absolute;
	left: 50%;
	top: 25%;
	font-size: 40px;
	color: #dcdcdc;
	display: none;
	margin-left: -15px;
}

.hot_ul {
	padding: 15px 15px 8px 15px;
}

.hot_ul li {
	margin-bottom: 10px;
}

.hot_ul li a {
	display: block;
}

.hot_ul li img {
	width: 100%;
	height: 118px;
}

.hot_ul li p {
	line-height: 30px;
}

.vidio {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.vidio img {
	width: 100%;
	height: 500px
}

.big_img {
	width: 100%;
	height: 375px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.big_img img {
	width: 100%;
	height: 375px
}

.js-text h1 {
	font-size: 28px;
	line-height: 2;
	background-color: #2e9b95;
    color: #fff;
    padding: 10px 20px;
    margin-top: 0;
	font-weight: 600;
}
.js-text h1 span.fr {
    margin-top: 14px;
	line-height: 1;
}

.js-text h2 {
	font-size: 14px;
	line-height: 1.5;
	color: #8e8e8e;
}

.js-text p {
	font-size: 16px;
	color: #595959;
	line-height: 32px;
	border-bottom: 1px dashed #607D8B;
	text-indent: 32px;
	line-height: 2.5;
}

.hei_1090 {
	min-height: 1090px
}
/*搜索*/
.second-part1 {
	height: 60px;
}

.in-h-search {
	color: #fff;
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 10px 5px 10px 5px;
}

.in-h-search  input[type="text"] {
	width: 240px;
	height: 35px;
	line-height: 35px;
	text-indent: 1em;
	border: none;
	color: #333;
	background: #f7f7f7;
	border: #a2ecae 1px solid;
	border-radius: 35px;
	position: absolute;
	right: 0;
}

.in-h-search .search-btn {
	width: 32px;
	line-height: 35px;
	color: #56c570;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 2;
}

.kj-nav {
	margin: 8px;
}

.kj-nav li {
	position: relative;
	margin-bottom: 6px;
}

.kj-nav li a {
	display: block;
	background: #f3f3f3;
	border: #e8e8e8 1px solid;
	border-radius: 4px;
	line-height: 35px;
	text-indent: 20px;
}

.kj-nav li>i {
	position: absolute;
	right: 10px;
	top: 5px;
}

.in-page-right li a div, .in-page-right li a div {
	color: #a4a4a4;
	margin-top: 5px;
}
/*培训show*/
.px_div {
	margin-top: 50px;
}

.px_div .px_img {
	width: 50%;
	float: left
}

.px_div .px_img img {
	width: 100%;
	height: 300px;
}

.px_name_con h1 {
	font-size: 24px;
	line-height: 30px;
}

.px_name_con h2 {
	font-size: 14px;
	color: #8e8e8e;
	padding-bottom: 20px;
}

.px_div .px_name {
	width: 50%;
	float: left
}

.px_div .px_name .px_name_con {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	margin-top: 50px;
}

.in-page-right ul, .in-page-notice ul {
	margin-top: 14px;
}

.in-page-right ul.con_inner_ul li, .in-page-wrap ul.imgcon_inner_ul li,
	.in-page-notice ul.con_inner_ul li {
	border-bottom: #eaeaea 1px solid;
	height: 168px;
	margin-top: 14px;
}

.in-page-right ul.con_inner_ul li span, .in-page-notice ul.con_inner_ul li span
	{
	float: right;
	color: #a4a4a4;
	line-height: 100px;
}

.in-page-right ul.con_inner_ul li .text, .in-page-notice ul.con_inner_ul li .text
	{
	display: block;
	width: 75%;
	line-height: 22px;
	overflow: hidden;
	float: left;
}

.in-page-wrap li .text h2, .in-page-notice li .text h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.in-page-wrap li .text div, .in-page-notice li .text div {
	color: #a4a4a4;
	margin-top: 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	white-space:nowrap;
	font-size: 12px;
}
/*图片新闻*/
.Banner_con {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}

.Banner_con img {
	width: 100%;
	height: 250px;
}
.content-text .tabhand .tabcontent{
	padding: 0 5px;
}
.in-page-wrap ul.imgcon_inner_ul li {
    float: left;
    width: 220px;
    text-align: center;
    margin: 10px;
    box-shadow: 1px 1px 3px #9E9E9E;
    padding: 10px;
    background: #fff;
	height: auto;
}
.in-page-wrap ul.imgcon_inner_ul li:hover {
    box-shadow: 3px 2px 10px #616161;
    transition: all .3s;
}
.in-page-wrap ul.imgcon_inner_ul li:first-child{
	/* margin: 0; */
}

.in-page-wrap ul.imgcon_inner_ul li .img_pic {
	/* float: left; */
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 10px;
}

.in-page-wrap ul.imgcon_inner_ul li .img_pic img {
	width: 110px;
	height: 157px;
	padding-top: 0px;
}

.in-page-wrap ul.imgcon_inner_ul li span {
	/* float: right; */
	color: #a4a4a4;
	line-height: 2;
	width: 100%;
	font-size: 12px;
}

.in-page-wrap ul.imgcon_inner_ul li .text {
	/* display: block; */
	line-height: 2;
	/* overflow: hidden; */
	/* float: left; */
	margin-top: 10px;
}
/*关于我们*/
.about_ul {
	
}

.about_ul li {
	margin-bottom: 20px;
}

.about_ul li i {
	font-size: 30px;
	color: #77ca63;
	position: relative;
	top: 5px;
	left: -3px;
}
/*留言*/
.messages_innerr_rcon h1 {
	height: 40px;
	border-bottom: #ebebeb 1px solid;
}

.messages_innerr_rcon h1 span {
	float: left;
	height: 40px;
	border-bottom: #14b842 3px solid;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.dz_know {
	background: #ebfbe9;
	padding: 10px;
}

.dz_know p {
	text-indent: 30px;
}

.fb_ly table {
	width: 100%;
	margin-top: 15px;
}

.fb_ly table td {
	height: 45px;
}

.fb_ly table td.tl {
	padding-left: 15px;
}

.fb_ly table td input[type=text], .fb_ly table td select {
	width: 350px;
	height: 30px;
	border: #d6d6d6 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;;
	-ms-border-radius: 6px;;
	-o-border-radius: 6px;;
	-webkit-border-radius: 6px;
}

.fb_ly table td textarea {
	width: 600px;
	height: 200px;
	border: #d6d6d6 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;;
	-ms-border-radius: 6px;;
	-o-border-radius: 6px;;
	-webkit-border-radius: 6px;
	padding-top: 5px
}

.fb_ly table td input[type=text]:focus, .fb_ly table td textarea:focus {
	border: #0ab439 1px solid;
}

.messages_innerr_rcon ul.email_inner_ul li {
	padding-bottom: 20px;
	border-bottom: #eaeaea 1px solid;
	margin-top: 12px;
}

.messages_innerr_rcon ul.email_inner_ul li .img_pic {
	float: left;
	width: 130px;
}

.messages_innerr_rcon  ul.email_inner_ul li .img_pic img {
	width: 50px;
	height: 50px;
	padding-top: 15px;
	padding-left: 20px;
}

.messages_innerr_rcon  ul.email_inner_ul li .questions {
	display: block;
	width: 400px;
	line-height: 22px;
	overflow: hidden;
	float: left;
	width: 80%;
}

.messages_innerr_rcon  ul.email_inner_ul li .questions h2 {
	font-size: 16px;
	font-weight: normal;
	font-size: 12px;
	color: #a4a4a4;
}

.messages_innerr_rcon  ul.email_inner_ul li .questions .questions_text {
	color: #a4a4a4
}

.messages_innerr_rcon  ul.email_inner_ul li .questions .answer_text {
	border: #ecf4ff 1px solid;
	background: #f7f7f7;
	padding: 10px;
	line-height: 22px;
	position: relative;
	margin-top: 10px;
}

.answer_text .arrow-up-menu {
	border-bottom: 7px solid #ecf4ff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: -7px;
}

.ly_text {
	padding: 15px;
}

.ly_text p {
	line-height: 24px;
}
/*首页*/
.content {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.content-con {
	width: 100%;
	margin: 20px 0;
}

.content-con-l {
	width: 520px;
	height: 170px;
	background: #fff;
	border-radius: 4px;
	float: left;
    padding-bottom: 10px;
}

.second-content-con-l {
	width: 1300px;
	min-height: 500px;
	background: #fff;
	border-radius: 4px;
	float: left;
}

.content-con-l .title-header, .content-conr-in .title-header {
	width: 90%
}

.second-content-con-l .title-header {
	width: 98%
}
.icon-title{
	width: 30px;
    height: 42px;
    margin-right: 5px;
}
.icon-sjk{
    background: url(../images/sjk.png) no-repeat center center/ 30px 30px;
}
.icon-movie{
    background: url(../images/movie.png) no-repeat center center/ 30px 30px;
}
.icon-link{
    background: url(../images/link.png) no-repeat center center/ 34px 34px;
}
.content-con-l .title-header, .content-conr-in .title-header,
	.second-content-con-l .title-header {
	margin: 0 auto;
	height: 42px;
	/*position: relative;
	top: -9px;
	background: url(../images/line.png) repeat-x right bottom;*/
}

.title {
    /* background: url(../images/titbj.png) no-repeat; */
    /* width: 117px; */
    height: 43px;
    line-height: 43px;
    color: #2e9b95;
    font-size: 22px;
    /* text-align: center; */
    font-weight: 600;
}

.content-con-l .ul_tit {
	width: 90%;
}

.content-con-c .ul_tit {
	width: 96%;
}

.ul_tit {
	line-height: 60px;
	font-size: 18px;
	/*color: #444444;*/
	color: #000;
	font-family: 黑体;
	font-weight: bold;
	height: 60px;
	margin: 0 auto;
}

.ul_tit span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
}

.ul_tit span i {
	color: #fff;
	font-size: 24px;
}

.sjk_ul {
	margin-top: 30px;
	width: 90%;
	margin: 0 auto;
	float: left;
}

.sjk_ul li {
	line-height: 30px;
	text-align: left;
	text-indent: 30px;
    width: 50%;
    float: left;
}

.sjk_ul li a {
	color: #333;
}
.sjk_ul li a:hover {
    color: #2e9b95;
}
.content-con-c {
	width: 780px;
	float: left;
	margin-left: 10px;
}

.content-conc {
	background: #fff;
	border-radius: 4px;
	width: 100%;
	padding-bottom: 20px;
}

.content-conc .title-header {
	width: 98%;
	margin: 0 auto;
	height: 40px;
}

.content-conc .title-header .title {
	border-top: #0ba954 2px solid;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

.nyzk_con {
	width: 96%;
	margin: auto;
	margin-bottom: 10px;
}

.nyzk_con .nyzk-img {
	float: left;
	width: 200px;
	height: 180px;
	text-align: left;
}

.nyzk_con .nyzk-img img {
	width: 182px;
	height: 185px;
}

.nyzk_con .nyzk_text {
	float: left;
	width: 295px;
	text-align: right;
}

.main-text {
	text-indent: 30px;
	line-height: 30px;
	text-align: left;
	padding: 5px;
	color: #464646
}

.nyzk_con .nyzk-ewm {
	float: left;
	margin-left: 20px;
}

.zkewm-warp {
	background: #f7f7f7;
	padding: 5px;
	width: 220px;
	height: 80px;
	margin-bottom: 5px;
}

.zkewm-warp .zkewm-img {
	width: 80px;
	height: 80px;
	float: left;
}

.zkewm-warp .zkewm-img img {
	width: 100%;
	hegiht: 100%
}

.zkewm-warp .zkewm-name {
	line-height: 25px;
	padding: 5px;
	float: left;
	width: 125px;
	font-size: 16px;
	font-weight: 500;
}

.main-dmtul {
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
}

.main-dmtul li {
	float: left;
	width: 33.33%;
	background: #f4fdf5;
	/*margin-right: 20px;*/
}

/*.main-dmtul li:last-child {
	margin-right: 0
}*/

.main-dmtul li>a {
	text-align: center;
	display: block;
	width: 360px;
	height: 240px;
	position: relative;
	margin: 0 auto;
	margin-top: 8px;
}

.main-dmtul li>a:hover .play-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	transition: all .25s;
}

.main-dmtul li>a:hover .icon-play {
	display: block;
}

.main-dmtul li .dmt_name {
	width: 360px;
	margin: 0 auto;
}

.main-dmtul li .dmt_name a {
	display: inline-block;
	line-height: 45px;
	height: 45px;;
}

.main-dmtul li>a .icon-play {
	position: absolute;
	left: 46%;
    top: 30%;
    font-size: 60px;
	color: #dcdcdc;
	display: none;
	margin-left: -15px;
}

.part2 {
	margin-top: 10px;
	min-height: 230px;
}

.content-con-r {
	width: 250px;
	float: left;
	margin-left: 10px
}

.content-conr-in {
	background: #fff;
	border-radius: 4px;
}

.about-us {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 13px;
}

.about-us img {
	width: 100%;
}

.ggpic {
	margin-top: 6px
}

.ggpic img {
	margin-top: 5px;
	width: 250px;
	height: 93px
}

.ck a {
	color: #0ba954
}

.content-con-c .tabhand .tabcontent .tabpage dl dd {
	line-height: 26px;
	width: 50%;
	float: left
}

.content-con-r .tabhand .tabcontent .tabpage dl dd {
	line-height: 26px;
	width: 100%
}

.sercchwarp {
	width: 100%;
	margin-top: 14px;
	height: 100px;
}

.sercchwarp .serch {
	width: 930px;
	position: relative;
	background: #f6f6f8;
	border: #e5e5e5 1px solid;
	height: 100%;
}

.sercchwarp .login img {
	width: 300px;
	height: 100px;
}

.sercchwarp .select-box {
	position: relative;
	margin-top: 25px;
	margin-left: 3%;
	margin-right: 1px;
	width: 15%;
	height: 40px;
	background-color: #fff;
}

.sercchwarp .select-input {
	width: 100%;
	height: 40px;
	border: 1px solid #16af54;
	outline: none;
	background: url(../images/jt.png) no-repeat 90% 8px;
	cursor: pointer;
	border-radius: 4px;
}

.sercchwarp .select-box ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	display: none;
}

.sercchwarp .select-box ul li {
	padding-left: 10px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.sercchwarp .search-box {
	width: 53%;
	margin-left: 10px;
}

.sercchwarp .search-btn {
	margin-top: 25px;
	margin-left: 1%;
	width: 20%;
}

.sercchwarp .search-btn button {
	color: #fff;
	background-color: #00903c;
	height: 42px;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #16af54;
}

.sercchwarp .search-input {
	margin-top: 25px;
	padding-left: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #16af54;
	outline: none;
	border-radius: none;
}

.contwrap {
	width: 100%;
	margin-top: 14px;
}

.tabhand {
	text-align: center
}

.tabnavs {
	font-size: 16px;
	margin-top: 10px;
}

.newcon {
	width: 890px;
}

.new .new_list {
	width: 96%;
	margin: 0 auto;
}

.new_list dd>a {
	background: url(../images/dian.jpg) no-repeat left center;
	padding-left: 16px;
	line-height: 35px;
}

.book_con {
	margin: 10px 0;
	width: 100%;
	border: #e5e5e5 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
}

.book_nav {
	border-bottom: 1px solid #ddd;
	height: 40px;
}

.book_nav>span {
	border-bottom: #00903c 2px solid;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: 3px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #00903c
}
/*无缝滚动文字*/
#demo {
	overflow: hidden;
	width: 1080px;
}

#indemo {
	float: left;
	width: 800%;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}
/*无缝滚动图*/
.box {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	_height: 100%;
	margin-top: 15px;
}

.picbox {
	width: 100%;
	height: 165px;
	overflow: hidden;
	position: relative;
}

.piclist {
	left: 0px;
	top: 0px;
	height: 165px;
	position: absolute;
}

.piclist img {
	width: 180px;
	height: 155px;
}

.piclist li {
	background: rgb(252, 252, 252);
	padding: 5px;
	margin-right: 8px;
	float: left;
}

.swaplist {
	left: -3000px;
	top: 0px;
	position: absolute;
}

.og_prev {
	background: url("../images/icon.png") no-repeat;
	top: 33px;
	width: 30px;
	height: 50px;
	filter: alpha(opacity = 70);
	position: absolute;
	z-index: 99;
	cursor: pointer;
	opacity: 0.7;
}

.og_next {
	background: url("../images/icon.png") no-repeat;
	top: 33px;
	width: 30px;
	height: 50px;
	filter: alpha(opacity = 70);
	position: absolute;
	z-index: 99;
	cursor: pointer;
	opacity: 0.7;
}

.og_prev {
	background-position: 0px -60px;
	left: 4px;
}

.og_next {
	right: 4px;
}

#foot_bm a {
	color: rgb(102, 102, 102);
	font-size: 8px;
}
/*友情链接*/
.indexlj_con {
	width: 100%;
}

.indexlj_recommend ul {
	margin-top: 10px;
}

.indexlj_recommend  li {
	float: left;
	width: 170px;
	height: 50px;
	margin-left: 15px;
}

.indexlj_recommend  li img {
	width: 160px;
	height: 50px;
}

/*footer*/
.footer {
	width: 100%;
}

.footer .footer-cont {
	width: 1300px;
	margin-left: auto;
	margin-right: auto
}

.footer-cont div.col1 li, .footer-cont div.col2 li {
	line-height: 30px;
}

.footer-cont div.col1 {
	width: 26%;
	float: left;
}

.footer-cont div.col2 {
	width: 21%;
	float: left;
}

.footer-cont div.col2 i {
	font-size: 20px;
	color: #0ba949
}

.footer-cont div.col3 {
	width: 32%;
	float: right;
}

.footer-cont div>h1 {
    line-height: 50px;
	height: 50px;
	color: #2d2d2d;
	font-size: 16px;
}

.footer-cont div>h1 span {
	font-size: 18px;
    color: #d4d4d4;
}
.footer-top {
    background-color: #444d5c;
    color: #d4d4d4;
}
.footer-cont a {
    color: #d4d4d4;
}
.footer-text {
    background-color: #333945;
    color: #d4d4d4;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 30px;
}
/*分页信息*/
.pagesBox {
	border: 0px solid #ccc; /* float: right; */
	font-size: 13px;
	margin-top: 10px;
	padding: 5px 0px;
	text-align: center;
}

.pagesBox a {
	display: inline-block;
	color: #4bb97c;
	padding: 5px 12px;
	margin: 0px 0px 0px 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pagesBox a:hover {
	color: #fff;
	background-color: #4bb97c;
	border: 1px solid #ddd;
}

.pagesBox .selectd {
	cursor: default;
	background: #4bb97c;
	color: #fff;
	border: #4bb97c 1px solid;
}

.pagesBox .selectd:hover {
	background: #4bb97c;
	color: #fff;
	border: #4bb97c 1px solid;
}
a.btn.btn-default {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
a.btn.btn-green {
    border: 1px solid #fff;
    background-color: #fff;
    color: #2e9b95;
}
.header-wrap a {
    color: #fff;
}
.header-ul li:last-child{
	clear: both;
    padding-top: 45px;
    float: right;
}
.header-ul .btn {
    padding: 5px 8px;
    margin: 0 5px;
}
.multi-media {
    background-color: #fff;
    border-radius: 5px;
    padding: 24px;
    overflow: hidden;
}
.content-text {
    float: left;
    width: 950px;
    margin-left: 20px;
}
.second-content-con-l .title-header{
	margin: 0 auto;
    height: 42px;
    position: relative;
    top: -9px;
    background: url(../images/line.png) repeat-x right bottom;
}
.second-content-con-l .title-header .title{
    background: url(../images/titbj.png) no-repeat;
    width: 117px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.pzk-ul{
	width: 100%;
	/*padding: 20px;*/

}
.pzk-ul li{
	width: 30%;
	height: 100%;
	margin-right: 5%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.pzk-ul li:nth-child(3n){
	margin-right: 0;
}
.pzk-ul li>div{
    padding: 5px;
    border: 1px solid #f1f1f1;
}
.pzk-ul li>div:hover {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #ddd;
}
.pzk-ul li p{
	line-height: 3;
    font-weight: 600;
}
.js-text h3,.js-text h4{
	font-weight: 400;
    line-height: 2.5;
    font-weight: 600;
	color: #333;
}
.js-text h3 {
	border-left: 4px solid #2e9b95;
	background: #f2fffe;
	color: #396764;
	padding: 2px 0 2px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.js-text h4 {
	margin-left: 32px;
	position: relative;
	color: #607D8B;
}
.js-text h4:before {
	content: '';
	position: absolute;
	left: -24px;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url(../../../../static/images/right.png) no-repeat center / 20px 20px;
}