﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}


/* form-reset.css -----------------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: none;
}

input,
textarea,
button {
    border: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font: 1rem "Microsoft Yahei", "Helvetica";
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
option,
.appNone {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.logo h1{display:none;}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.mt20 {
    margin-top: 20px;
}

.header {
    display: block;
    margin-top: 0px;
    line-height: 16px;
    background: #fff;
}

.logo {
    margin: 30px 0;
    width: 460px;
    float: left;
}

.logo em {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    color: #000000;
    padding: 0 0 0 15px;
    height: 46px;
    line-height: 48px;
    overflow: hidden;
    font-style: normal;
}

.nav-header {
    background-color: #54CF77;
    height: 65px;
    background: url(/v/images/nav_bg.jpg) 0 0 repeat;
}

.nav {}

.nav .m {
    float: left;
    position: relative;
    width: 148px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.nav h3 {
    font-size: 20px;
    font-weight: bold;
}

.nav h3 a {
    display: block;
    padding: 0 19px;
    color: #fff;
}

.nav .m.on:after {
    position: absolute;
    display: inline-block;
    bottom: 5px;
    right: 70px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #6BC30D #6BC30D transparent transparent;
    transform: rotate(-45deg);
    z-index: 2;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 26px;
    top: 55px;
    font-size: 16px;
    line-height: 36px;
    padding: 12px 15px;
    float: left;
    background:#6BC30D;
    z-index: 99;
    box-shadow: #2A79A9 0 0 4px;
    color: #fff;
    min-width:64px;
}

.nav .sub a {
    color: #fff;
}

.cur_location {
    color: #999999;
    font-size: 14px;
    margin-top: 30px;
}

.icon {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-home {
    width: 16px;
    height: 14px;
    margin-right: 6px;
    background-image: url(/v/images/icons.png);
    background-position: -108px -127px;
}

.searchbox {}

.search {
    margin: 30px 0;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.search .search-inp {
    width: 340px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 13px;
    height: 40px;
}

.search .search-btn {
    background: #f7f7f7;
    height: 100%;
    width: 59px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #dddddd;
    cursor: pointer;
}

.search .search-btn:hover {
    opacity: 0.8;
}

.search .icon-search {
    width: 16px;
    height: 16px;
    background-image: url(/v/images/icons.png);
    background-position: -72px -127px;
}

.container {}

.cont1 {
    margin-top: 20px;
}

.slidebox {
    position: relative;
    width: 1200px;
    height: 420px;
}

.focus_pic {
    width: 800px;
    height: 420px;
    overflow: hidden
}

.focus_pic li {
    vertical-align: top
}

.focus_pic img {
    width: 800px;
    height: 420px;
    display: inline-block;
    vertical-align: top
}

.focus_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    width: 790px;
    height: 60px;
    *zoom: 1;
    padding-left: 10px;
}

:root .focus_nav {
    -ms-filter: none
}

.focus_nav ul {
    position: relative;
    *zoom: 1;
    padding-top: 10px !important;
}

.focus_nav li {
    position: relative;
    *zoom: 1;
    float: left;
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}

.focus_nav .navPrev,
.focus_nav .navNext {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    display: inline-block;
    *zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 100;
    overflow: hidden;
    opacity: .6;
    filter: Alpha(Opacity=60);
    background-image: url(/v/images/focus_nav.png);
    _background-image: url(/v/images/focus_nav.ie6.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px
}

.focus_nav .navPrev {
    background-position: 10px 8px;
    right: 47px;
    border-right-color: transparent
}

.focus_nav .navNext {
    background-position: -22px 8px;
    right: 10px
}

.focus_nav .navPrev:hover,
.focus_nav .navNext:hover {
    opacity: 1;
    filter: Alpha(Opacity=100);
    border-right-color: #fff
}

.focus_nav img {
    border: 2px solid #fff;
    width: 64px;
    height: 34px
}

.focus_nav .on b {
    color: #fff;
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 10px;
    font-family: arial;
    -webkit-text-size-adjust: none
}

.focus_text {
    position: absolute;
    width: 400px;
    height: 420px;
    right: 0;
    top: 0;
    background-color: rgba(248, 248, 200, .1);
    overflow: hidden
}

:root .focus_text {
    -ms-filter: none
}

.focus_text h2 {
    margin-bottom: 25px;
}

.focus_text h2 a {
    font-size: 24px;
    color: #000;
    font-family: 'microsoft yahei', simhei;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.focus_text h2 a:hover {
    color: #79be5f;
    text-decoration: underline
}

.focus_text ul {
    padding: 40px 20px 0
}

.focus_text .sub_tit {
    padding-bottom: 20px;
    color: #999;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.focus_text .c_txt4,
.focus_text .c_txt4 a {
    color: #999;
}

.focus_text .c_txt4 a:hover {
    color: #ccc
}

.focus_text .c_txt4 {
    white-space: nowrap;
    overflow: hidden
}

.focus_info {
    height: 132px;
    overflow: hidden;
    font-size: 16px;
    line-height: 2;
}

.focus_text .mod_desc {
    white-space: normal;
    overflow: hidden;
    text-indent: 2em
}

.btn_play_big {
    overflow: hidden;
    padding: 0 20px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    line-height: 44px\9;
    +line-height: 44px;
    _line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #79be5f;
    text-align: center;
    border-radius: 5px;
}

.btn_play_big span {
    height: 24px;
}

.btn_play_big:hover {
    color: #FFF
}

.focus_text .btn_play_big {
    position: absolute;
    bottom: 140px;
    left: 20px
}

.slidebox .focus_nav li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 38px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    background: #040303;
    filter: alpha(opacity=30);
    opacity: .3
}

.slidebox .focus_nav li.on .cover {
    display: none
}

.slidebox .focus_nav li b {
    display: none
}

.slidebox .focus_nav li.on b {
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 29px;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 0;
    border-bottom: 6px solid;
    color: #fff;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0
}

.cont_tit {
    border-top: 2px solid #79be5f;
    border-bottom: 1px solid #F5F5F5;
    height: 45px;
    line-height: 45px;
    background-image: -webkit-linear-gradient(to bottom, #fff, #fefefe);
    background-image: linear-gradient(to bottom, #fff, #fefefe);
}

.cont_tit h2 {
    font-size: 22px;
    color: #79be5f;
    display: inline-block;
    padding: 0 15px;
    float: left;
}

.cont_tit .small_nav {
    float: right;
}

.cont_tit .small_nav a {
    margin: 0 15px;
    font-size: 14px;
}

.cont_tit .small_nav a:hover {
    color: #79be5f;
}

.w450 {
    width: 450px;
}

.cont_body {
    margin: 20px 0;
}

.imgbox {
    border: 1px solid #ddd;
}

.imgbox img {
    width: 100%;
    height: 226px;
}

.box01 img {
    height: 300px;
}

.imgbox .img-tit {
    color: #000;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    padding: 0 15px;
}

.imgbox .img-info {
    padding: 0 15px 15px;
    color: #999;
    line-height: 22px;
}

.tjlist {
    margin-top: 20px;
}

.tjlist li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ededed;
}

.tjlist li a {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tjlist li span {
    float: right;
}

.ls-round {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #cccccc;
    margin-top: 15px;
    margin-right: 10px;
}

.box01 {
    height: 448px;
}

.mlr20 {
    margin: 0 20px;
}

.w360 {
    width: 360px;
}

.w360 img {
    width: 100%;
}

.w360 .imglist li {
    height: 210px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.w360 .imglist span.tag {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #79be5f;
    width: 100px;
    text-align: center;
    z-index: 1000;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
}

.w350 {
    width: 350px;
}

.listbox li {
    height: 120px;
    overflow: hidden;
    border-bottom: 1px dotted #ededed;
    margin-bottom: 16px;
}

.listbox li img {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 15px;
}

.listbox li h3 a {
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
}

.listbox li p {
    color: #999;
    margin-top: 10px;
}

.w370 {
    width: 370px;
}

.mr20 {
    margin-right: 20px;
}

.date {
    margin: 0 15px 15px;
    display: block;
    color: #999;
}

.mb20 {
    margin-bottom: 20px;
}

.w420 {
    width: 420px;
}

.imgtop {
    position: relative;
    margin-bottom: 20px;
}

.imgtop img {
    display: block;
    width: 420px;
    height: 355px;
}

.imgtop i {
    background-color: #79be5f;
    display: block;
    height: 36px;
    line-height: 36px;
}

.imgtop b {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.list01 li {
    height: 130px;
}

.list01 li img {
    width: 170px;
    height: 110px;
}

.w280 {
    width: 280px;
}

.cont4_imgbox {
    height: 300px;
}

.w460 {
    width: 460px;
}

.cont4_imgbox img {
    width: 100%;
    200px;
}

.cont4_imgbox h3 {
    font-size: 18px;
    color: #000;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.cont4_imgbox p {
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ededed;
}

.list02 {
    margin-top: 15px;
}

.list02 li {
    height: 90px;
    margin-bottom: 15px;
}

.list02 li:nth-child(2) {
    margin-bottom: 0;
}

.w420 {
    width: 420px;
}

.imgbox-pf {
    position: relative;
}

.imgbox-pf a {
    display: block;
    height: 320px;
}

.imgbox-pf img {
    width: 100%;
    height: 320px;
}

.imgbox-pf .pf-text {
    background: #fff;
    width: 320px;
    padding: 20px;
    position: absolute;
    left: 30px;
    top: 120px;
    height: 130px;
    overflow: hidden;
}

.imgbox-pf .pf-tit {
    height: 45px;
    line-height: 45px;
    overflow:hidden;
    color: #000;
    font-size: 22px;
}

.imgbox-pf .pf-des {
    line-height: 2em;
    text-indent: 2em;
}

.textlist {
    border: 1px solid #ededed;
    padding: 15px;
}

.textlist li {
    height: 46px;
    line-height: 45px;
    border-bottom: 1px dotted #ededed;
}

.textlist li span {
    float: left;
    background: #79be5f;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
    margin-right: 15px;
    padding: 0 10px;
}

.textlist li a:hover {
    color: #79be5f;
}

.textlist li span a,
.textlist li span a:hover {
    color: #fff;
}

.text01 {
    padding-top: 13px;
}

.text01 li {
    height: 45px;
    overflow: hidden;
}

.w740 {
    width: 740px;
}

.w740 .imgbox {
    width: 358px;
    float: left;
}

.w740 .imgbox:nth-child(1) {
    margin-right: 20px;
}

.w420 h2 {
    font-size: 22px;
    color: #000;
}

.mt10 {
    margin-top: 10px;
}

.tjlist em {
    font-size: 20px;
    margin-right: 10px;
    font-family: Arial;
    font-style: italic;
    color: #ccc;
}

.b-imglist {
    clear: both;
}

.b-imglist li {
    width: 230px;
    margin-right: 25px;
    float: left;
}

.b-imglist li img {
    width: 230px;
    height: 120px;
}

.b-imglist li:nth-child(3) {
    margin-right: 0;
}

.b-imglist li b {
    text-align: center;
    display: block;
}
.yqlink{    
	margin: 10px auto 20px;
    text-align: left;}
.yqlink .hd{ 
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
 }
.yqlink .hd ul{ 
	float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 40px;
}
.yqlink .hd ul li{ 
	float: left;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
 }
.yqlink .hd ul li.on{
	height: 40px;
	border: 1px solid #ddd;
    border-bottom: 2px solid #fff;	
	background-size:100%;
 }
.yqlink .bd ul{ padding:15px;  zoom:1;  }
.yqlink .bd li{ float:left; height:24px; line-height:24px; padding-right:20px  }
.yqlink .bd li a{
    color:#666;
}
.yqlink .bd li a:hover{
    color:#79be5f;
}
.footer {
    width: 100%;
    height: 150px;
    background: #59a607;
}

.footer .footer_l {
    width:120px;
    margin-right: 40px;
}

.footer .footer_l img {
    margin-top: 38px;
}

.footer .footer_r {
    margin-top: 55px;
}

.footer .footer_r .link {
    height: 20px;
    line-height: 20px;
}

.footer .footer_r .link a {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}

.footer .footer_r p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.tag a{display:block;color:#fff;}
.list-info h3,.listbox h3{font-size:16px;color:#000;}
/*增加自适应样式 2018-02-26*/
@media (max-width:640px) {.logo {height:42px;background:#6BC30D;width:100%;margin:0;}
.logo h1 {display:block;text-align:center;font-size:26px;color:#fff;line-height:42px;background: url(/v/images/mlogo.png) no-repeat;
text-indent: -9999px;margin-left:25%;}
.logo img,.logo em,.searchbox,.focus_info,.btn_play_big,#focus_smaillPic_list,ul.sub,.small_nav,.tjlist li span,.date,.cont4_imgbox p,.img-info {display:none;}
.wrapper,.slidebox,.focus_pic,.focus_pic img {width:100%;height:auto;}
.focus_text{position:static;width:auto;height:30px; margin:15px auto 0;}
.focus_text ul{padding:0;text-align:center;}
.focus_text li{padding: 0 15px;}
.nav-header {background:none;}
.nav li.m {width:25%;float:left;height:40px;line-height:40px;}
.nav h3{font-size:16px;}
.nav h3 a {color:#000;padding:0 5px;font-size:16px;}
.slidebox {margin:20px;}
.focus_nav {display:none;}
.nav .m {width:auto;float:none;}
.w450,.w350,.w370,.w280,.w460,.w420,.w360,.imgtop img,.b-imglist li img {width:100%;height:auto;}
.imgbox {border:none;margin: 5px 15px !important;}
.box01,.w740,.w420 h2,.imgbox-pf,.link,.footer_l,.nav .m.on:after {display:none;}
.box01 img,.imgbox img {height:auto !important;}
.imglist {margin-top:15px;}
.imglist a {display:block;}
.tjlist,.listbox {margin:0 20px;}
.cont_body {margin:0;}
.list01 li,.list02 li,.listbox li {height:auto;padding-bottom:10px;}
.cont4_imgbox {margin:0 20px;}
.w460 .imgbox {margin:0 20px;}
.textlist {padding:0 20px;}
.mlr20 {margin:0;}
.b-imglist li {width:100%;float:none;}
.mt20 {margin-top:20px;}
.tjlist li a {display:block;line-height:40px;height:40px;max-width:280px;}
.tjlist em {float:left;}
.textlist li {overflow:hidden;}
.footer {height:80px;}
.footer .footer_r p {padding:0 20px;}
.footer .footer_r {margin-top:10px;}
.cont4_imgbox {height:280px;}
.cont4_imgbox h3 {text-align:center;}
.list-info h3,.listbox h3{font-size:18px;color:#000;}
.yqlink{display:none;}
}