/*@charset="UTF-8";*/

/*公共样式*/
html, body, div, nav, ul, li, img, input, form, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    background: #fff;
    color: #000;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
/*清除浮动*/
.clearfix {
    zoom: 1; /*兼容ie6*/
}

input, select, option, textarea, button {
    outline: none;
}

a {
    text-decoration: none !important;
    color: #333;
}

ul, li {
    list-style: none;
}

li a:hover {
    color: #f00;
}
/*左浮动*/
.fl {
    float: left;
}
/*右浮动*/
.fr {
    float: right;
}
.dn {
    display: none
}

.tac {
    text-align: center
}

.dni {
    display: none !important;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.container-fluid {
    width: 100%;
}
/*宽度通屏*/
.container {
    width: 1200px;
    margin: 0 auto;
}
/*顶部*/
.top {
    height: 34px;
    margin: 0 auto;
    color: #919191;
    border-bottom: 1px solid #b3b3b3;
}

.topl {
    display: flex;
    align-items: center;
    height: 34px;
}

.topl li {
    line-height: 16px;
    padding: 0 10px 0 5px;
    border-right: 1px solid #b3b3b3;
}

.topl li:first-child {
    padding-left: 0;
}

.topl li:last-child {
    border-right: 0;
}

.icon-wx {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-wx.png) no-repeat center;
}

.icon-xcx {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-xcx.png) no-repeat center;
}

.icon-dy {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-dy.png) no-repeat center;
}

.icon-mobile {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-mobile.png) no-repeat center;
}
.icon-zhibo {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-zhibo.png) no-repeat center;
}
.icon-app {
    width: 16px;
    height: 16px;
    background: url(http://www.1988.tv/images/index/icon-app.png) no-repeat center;
}
.topl span {
    margin-left: 5px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}

.showpic {
    position: relative;
}

.showpic img {
    position: absolute;
    top: 27px;
    width: 120px;
    height: 120px;
    z-index: 99;
}

.showpic:hover img {
    display: block;
}

.topr {
    font-size: 12px;
    line-height: 34px;
    color: #333;
}
.logins {
    width: 70px;
    height: 34px;
    color: #fff;
    background-color: #e91e63;
    text-align: center;
}

.login {
    width: 70px;
    height: 34px;
    color: #fff;
    background-color: #0fab2c;
    text-align: center;
}

.reg {
    width: 70px;
    height: 34px;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #b3b3b3;
}

.top-nav {
    position: relative;
    cursor: pointer;
}

.top-nav span {
    margin: 0 6px 0 14px;
}

.top-nav i {
    width: 9px;
    height: 6px;
    margin-top: 14px;
    background: url(http://www.1988.tv/images/index/icon-trigon-b.png) no-repeat center;
}

.top-nav-con {
    z-index: 999;
    position: absolute;
    top: 35px;
    right: 0;
    width: 966px;
    padding: 10px 0;
    border: 1px solid #b3b3b3;
    border-top: none;
    background: #fff;
}

.top-nav-con li {
    width: 90px;
    height: auto;
    margin-left: 20px;
    border-right: 1px solid #efefef;
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
}

.top-nav-con li p {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.top-nav-con li a {
    display: block;
}

.top-nav:hover .top-nav-con {
    display: block !important;
}
/*提醒、推荐*/
.remind {
    margin: 10px auto 0;
    font-size: 12px;
}

.remind-l {
    width: 490px;
    height: 32px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.remind-tit {
    width: 90px;
    height: 100%;
    color: #444;
    line-height: 30px;
    background: #eaeaea;
}

.remind-tit a {
    color: #444;
}

.remind-tit span {
    display: block;
    height: 100%;
    margin: 0 5px 0 8px;
    font-weight: bold;
}

.remind-tit i {
    display: block;
    width: 9px;
    height: 6px;
    margin-top: 12px;
    background: url("/images/index/icon-trigon-b.png") no-repeat center;
}

.remind-l-con {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.remind-l-con a {
    /* display:block; */
    width: 100%;
    color: #e60000;
    font-weight: bold;
}

.remind-r {
    width: 686px;
    height: 32px;
    border: 1px solid #e5e5e5;
}

.remind-r .remind-tit {
    margin-right: 10px;
}

.remind-r .remind-tit span {
    margin: 0 7px 0 12px;
}

.remind-r .remind-tit i {
    width: 6px;
    height: 9px;
    margin-top: 11px;
    background: url("/images/index/icon-trigon-r.png") no-repeat center;
}

.remind-r-con {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.remind-r-con ul {
    height: 30px;
}

.remind-r-con li {
    display: inline-block;
    margin-right: 15px;
    color: #666;
}

.remind-r-con a {
    display: inline-block;
    color: #666;
}

.remind-r-con a:hover {
    color: #f00;
}
/*LOGO区域*/
.logo a, .logo span {
    display: block;
}

.logo-pic {
    width: auto;
    height: 70px;
    margin: 10px 0;
}

.logo-line {
    position: relative;
    width: 1px;
    height: 58px;
    margin: 34.5px 18px 0 18px;
    background-color: #cbcbcb;
}

.logo-line::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 16px;
    background: linear-gradient(to top, #cbcbcb,#fff);
}

.logo-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 16px;
    background: linear-gradient(to top,#fff, #cbcbcb);
}

.classify {
    display: block;
    margin-top: 34.5px;
    font-size: 20px;
    color: #535353;
    line-height: 58px;
    font-weight: bold;
}

.search {
    margin: 0 16px 0 16px;
}

.searchbox {
    position: relative;
    width: 480px;
    height: 38px;
    margin: 15px 0 10px 0;
    line-height: 42px;
    border: 2px solid #0fab2c;
}

.search-select {
    height: 38px;
    line-height: 38px;
    width: 70px;
    overflow: hidden;
    color: #666;
    position: absolute;
    left: -2px;
    border-right: 1px solid #ececec;
    padding-left: 8px;
    border-left: 2px solid #0fab2c;
}

.search-select > i {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 6px;
    margin-top: 16px;
    background: url("http://www.1988.tv/images/index/icon-bottom.png") no-repeat center;
}

.search-select ul li {
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.search-select:hover {
    height: 304px;
    border-bottom: 2px solid #0fab2c;
    background: #fff;
    border-top: 0;
    border-right: none;
    z-index: 500;
}

.search-select:hover ul li {
    width: 100%;
    padding-left: 8px;
    border-right: 2px solid #0fab2c;
    text-align: left;
    box-sizing: border-box;
}

.search-select:hover ul li:first-child {
    border-right: none;
}

.searchbox .iconfont {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 0;
    margin-top: 16px;
}

.searchtext {
    width: 310px;
    margin-left: 70px;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-family: "microsoft yahei";
}

.searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    background: #0fab2c;
    color: #fff;
    height: 38px;
    border: none;
    outline: none;
    cursor: pointer;
}

.searchbtn:active {
    background: #0fab2c;
}

.searchgjc {
    width: 480px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.searchgjc > span {
    color: #666;
}

.searchgjc > ul {
    width: 432px;
    height: 16px;
}

.searchgjc > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.searchgjc a {
    color: #333;
}

.head-banner {
    position: relative;
    width: 400px;
    height: 70px;
    margin-top: 14px;
    float: right;
    overflow: hidden;
}

.cover {
    position: absolute;
    display: block;
    padding-top: 0px;
}

.tuiguang {
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 9;
    right: 2px;
    bottom: 5px;
}
/*导航*/
.nav {
    background-color: #0fab2c;
}

.nav-act {
    background-color: #007d17;
}

.nav-con {
    height: 48px;
    background-color: #00a01e;
}

.nav-con li {
    float: left;
}

.nav-con li:hover {
    background-color: #007d17;
}

.nav-con li a {
    display: block;
    padding: 0 24.7px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
}

.nav-hot {
    z-index: 99;
    display: block;
    top: 5px;
    right: 10px;
    width: 13px;
    height: 14px;
}

.nav-con-child {
    width:450px;
    position: absolute;
    top: 48px;
    color: #fff;
    background-color: #0fab2c;
    /*border-radius: 5px;*/
    z-index: 99;
}

.nav-con-child li {
    /*border-bottom: 1px solid #fff;*/
}

/*.nav-con-child li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-con-child li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
}*/

.nav-con-child i {
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    margin-top: -7px;
    right: 56px;
    background: url("/images/index/icon-top.jpg") no-repeat center;
}

.nav-con-child li a {
    display: block;
    padding: 0 32.1px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: normal;
}
/* .nav-zs:hover .nav-con-child{
    display: block;
} */
.remind-snav {
    width: 410px;
    height: 32px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.remind-snav .remind-tit {
    margin-right: 10px;
}

.remind-snav .remind-tit span {
    margin: 0 7px 0 12px;
}

.remind-snav .remind-tit i {
    width: 6px;
    height: 9px;
    margin-top: 11px;
    background: url("/images/index/icon-trigon-r.png") no-repeat center;
}

.remind-snav-con {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.remind-snav-con ul {
    height: 30px;
}

.remind-snav-con li {
    display: inline-block;
    margin-right: 15px;
    color: #666;
}

.remind-snav-con a {
    display: inline-block;
    color: #666;
}

.remind-snav-con a:hover {
    color: #f00;
}

.ncpjg li {
    display: inline-block;
    margin-right: 7px;
    color: #666;
}

.snav-c {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 1198px;
    border: 1px solid #e5e5e5;
}

.snav-c li {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 7px;
    border-right: 1px solid #e5e5e5;
}

.snav-c li:last-child {
    border: 0;
}

.snav-c li a strong {
    color: rgb(25, 0, 252);
}
/*----------主体-------------*/
.head {
    margin:10px auto;
}
.head-l {
    width: 962px;
}
.picFocus {
    margin: 0 auto;
    width: 962px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 100%;
    display: block;
}
.picFocus .hd {
    width: 100%;
    padding-top:5px;
    overflow: hidden;
}
.picFocus .hd ul {
    overflow: hidden;
    zoom: 1;
}
.picFocus .hd ul li {
    float: left;
    padding-top: 5px;
    text-align: center;
    margin-right: 14px;
}
.picFocus .hd ul li:last-child {
    margin-right:0;
}
.picFocus .hd ul li .hd-con {
    width: 228px;
    height: 178px;
    border: 1px solid #ddd;
    cursor: pointer;
    /*display: flex;
    flex-direction: column;
    vertical-align: middle;*/
}
.picFocus .hd ul li .hd-con-t {
    height: 60px;
    line-height:60px;
    font-size:16px;
}
.picFocus .hd ul li .hd-con-t a {
    color:#fff;
}
.picFocus .hd ul li .hd-con-t a:hover {
    color: #fff;
}
.picFocus .hd ul li .hd-con-c {
    height: 118px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;*/
    padding: 10px 0;
}
.picFocus .hd ul li .hd-con-c p {
    line-height: 32px;
    color: #666;
}
.picFocus .hd ul li img {
    width: 228px;
    height: 178px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.picFocus .hd ul li.on {
    background: url("/images/zhanhui/index/icoUp.gif") no-repeat center 0;
}
.picFocus .hd ul li.on .hd-con {
    border-color: #f60;
    /*box-shadow: #6d6d6d 0 0 5px 0px;*/
}
.head-r {
    width: 228px;
    margin-left:10px;
}
.head-r-list {
    margin-bottom:10px;
}
.head-r-list-top {
    height: 38px;
    /*display: flex;
    flex-direction: row;
    align-items: center;*/
}
.head-r-list-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right:10px;
}
.head-r-list-top p {
    display:inline-block;
    font-size: 16px;
    color: #fff;
    background: #0fab2c;
    padding:8px;
}
.head-r-list-con {
    margin:10px auto;
}
.head-r-list-con ul {
    /*display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;*/
}
.head-r-list-con ul li {
    float:left;
    border: 1px solid #ddd;
    padding: 9px;
    margin: 0 10px 8px 0;
}
.head-r-list-con ul li:nth-child(3n) {
    margin-right:0;
}
.head-r-list-con ul li:hover {
    border-color: #0fab2c;
}
.head-r-list-con ul li:hover a {
    color: #0fab2c;
}
.head-r-list-con span {
    text-indent:28px;
    color:#f00;
}
.head-r-list-con .lx {
    margin: 8px 0;
    /*display: flex;
    flex-direction: row;
    align-items:center;*/
}
.head-r-list-con .lx img {
    float:left;
    display:inline-block;
	padding-right:4px;
}
.head-r-list-con .lx p {
   /* float:left;*/
    margin-right: 8px;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.jqnzh {
    margin: 20px auto;
}
.jqnzh-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.jqnzh-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.jqnzh-top-c {
    display: inline-block;
    width: 1184px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.jqnzh-top-c p {
    float:left;
    background: #0fab2c;
    line-height:36px;
    padding:0 10px;
}
.jqnzh-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.jqnzh-top-c p a:hover {
    color: #fffc01;
}
.jqnzh-top-c span {
    float: right;
}
.jqnzh-top-c span a {
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.jqnzh-top-c span a:hover {
    color: #f00;
}
.jqnzh-con {
    padding:5px 0;
}
.jqnzh-con ul li {
    width: 593px;
	height:120px;
    border: 1px solid #ddd;
    margin: 5px 5px;
    float: left;
}
.jqnzh-con ul li:nth-child(odd) {
    margin-left: 0;
}
.jqnzh-con ul li:nth-child(even) {
    margin-right: 0;
}
.jqnzh-con ul li:hover {
    border-color: #0fab2c;
    box-shadow: #6d6d6d 0 0 5px 0px;
}
.jqnzh-con-box {
    /*display:flex;
    flex-direction:row;
    justify-content:flex-start;*/
    padding:10px;
}
.jqnzh-con-box-r {
    width:423px;
    height:100px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.jqnzh-con-box-r-t a {
    font-size: 14px;
    font-weight: bold;
    color: #181818;
    line-height: 38px;
}
.jqnzh-con-box-r-c {
    /*display:flex;
    flex-direction:row;
    justify-content:space-between;*/
}
.jqnzh-con-box-r-c-l {
    width:225px;
}
.jqnzh-con-box-r-c-l p {
    color: #666;
    white-space:nowrap;
    overflow:hidden;
}
.jqnzh-con-box-r-c-r {
    /*display: flex;
    flex-direction: column;*/
    line-height: 30px;
}
.jqnzh-con-box-r-c-r p {
    color: #333;
    text-align:right;
}
.jqnzh-con-box-r-c-r p i {
    display: inline-block;
    width: 24px;
    height: 31px;
    line-height: 31px;
    background: url(/Images/zhanhui/index/bg_icon.png) -40px -110px no-repeat;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #dc261b;
    margin: 0 2px;
    font-style: normal;
}
.jqnzh-con-box-r-c-r p b{
    color:#f00;
    font-size:20px;
}
.jqnzh-con-box-r-c-r a {
    background:#eee;
    padding:2px 10px;
}
.jqnzh-con-box-r-c-r a:hover {
    background:#0fab2c;
    color:#fff;
}
.tjzh-l {
    width:470px;
}
.tjzh-l-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.tjzh-l-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.tjzh-l-top-c {
    display:inline-block;
    width: 450px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.tjzh-l-top-c p {
    float:left;
    background: #0fab2c;
    line-height:36px;
    padding:0 10px;
}
.tjzh-l-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.tjzh-l-top-c p a:hover {
    color: #fffc01;
}
.tjzh-l-top-c span {
    float:right
}
.tjzh-l-top-c span a {
    font-size: 14px;
    color: #666;
    line-height:36px;
}
.tjzh-l-top-c span a:hover {
    color: #f00;
}
.tjzh-l-c {
    padding:10px 0;
}
.tjzh-l-c ul li {
    margin: 10px 10px;
    float: left;
}
.tjzh-l-c ul li:nth-of-type(2n+1) {
    margin-left:0;
}
.tjzh-l-c ul li:nth-of-type(2n+2) {
    margin-right: 0;
}
.tjzh-r-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.tjzh-r-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.tjzh-r-top-c {
    display:inline-block;
    width: 700px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.tjzh-r-top-c p {
    float:left;
    background: #0fab2c;
    line-height:36px;
    padding:0 10px;
}
.tjzh-r-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.tjzh-r-top-c p a:hover {
    color: #fffc01;
}
.tjzh-r-top-c span {
    float:right;
}
.tjzh-r-top-c span a {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.tjzh-r-top-c span a:hover {
    color: #f00;
}
.tjzh-r-c {
    width:700px;
    padding:5px 0;
    white-space:nowrap;
    overflow:hidden;
}
.tjzh-r-c ul li {
    line-height:34px;
}
.tjzh-r-c ul li span {
    background: #0fab2c;
    padding: 1px 5px;
    font-size: 10px;
    color:#fff;
    margin-right:10px;
}
.tjzh-r-c ul li a {
    color: #333;
}
.newsbox {
    /*display:flex;
    flex-direction:row;
    justify-content:space-between;*/
    
}
.zhnews {
    float:left;
    width:590px;
}
.luntan {
    float:right;
    width:280px;
}
.newsbox-child {
    /*width:33.3%;*/
    margin-right: 20px;
}
.newsbox-child:last-child {
    margin-right: 0;
}
.newsbox-child-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.newsbox-child-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.newsbox-child-top-c {
    display:inline-block;
    width:574px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.newsbox-child-top-c p {
    float:left;
    background: #0fab2c;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.newsbox-child-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.newsbox-child-top-c p a:hover {
    color: #fffc01;
}
.newsbox-child-top-c span {
    float:right;
}
.newsbox-child-top-c span a {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.newsbox-child-top-c span a:hover {
    color: #f00;
}
.newsbox-child-c {
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
}
.newsbox-child-c ul li {
    line-height: 36px;
}
.newsbox-child-c ul li span {
    background: #0fab2c;
    padding: 1px 5px;
    font-size: 10px;
    color: #fff;
    margin-right: 10px;
}
.newsbox-child-c ul li a {
    color: #333;
}
.newsbox-child-c ul li i {
    float:right;
    margin-left:10px;
    font-style:normal;
    font-size:12px;
    color:#333;
}
.gscp {
    margin: 20px auto;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.gscp-child {
    float: left;
    width: 590px;
    margin-right: 20px;
}
.gscp-child:last-child {
    margin-right: 0;
}
.gscp-child-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.gscp-child-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.gscp-child-top-c {
    display:inline-block;
    width: 574px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.gscp-child-top-c p {
    float:left;
    background: #0fab2c;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.gscp-child-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.gscp-child-top-c p a:hover {
    color: #fffc01;
}
.gscp-child-top-c span {
    float:right;
}
.gscp-child-top-c span a {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.gscp-child-top-c span a:hover {
    color: #f00;
}
.gscp-child-c ul {
    padding:5px 0;
}
.gscp-child-c ul li {
    position: relative;
    float: left;
    margin: 5px;
    display: flex;
    flex-direction: column;
}
.gscp-child-c ul li:nth-of-type(4n+1) {
    margin-left:0;
}
.gscp-child-c ul li:nth-of-type(4n+4) {
    margin-right: 0;
}
.gscp-child-c ul li img {
    border: 1px solid #ddd;
}

.jshei {
    width: 140px;
    height: 113px;
    display: none;
    background-color: black;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    line-height: 20px;
}
.jshei p {
    color: #fff;
    text-align:center;
    padding:20px;
}
.jshei p a {
    color: #fff;
}
.jshei p a:hover {
    color:#fff;
}
.jshei span {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    background-color: red;
    border-radius: 6px;
    width: 74px;
    opacity: 0.9;
    color: #fff;
}
.gscp-child-c ul li .title {
    text-align: center;
    padding:3px 5px;
    width: 128px;
    font-size:12px;
    border:1px solid #ddd;
    border-top:0;
}
.gscp-child-c ul li .title p {
    white-space: nowrap;
    overflow: hidden;
}
.gscp-child-c ul li .title p a:hover {
    color:#333;
}
.gscp-child-c ul li .title span {
    color: #f00;
    cursor:pointer;
}
.gscp-child-c ul li:hover .title {
    background: #0fab2c;
}
.gscp-child-c ul li:hover .title a {
    color: #fff;
}
.gscp-child-c ul li:hover .title a:hover {
    color: #fff;
}
.gscp-child-c ul li:hover .title span {
    color: #fdfe00;
}
.zhxc {
    margin:10px auto;
}
.zhxc-top {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}
.zhxc-top i {
    float:left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.zhxc-top-c {
    display:inline-block;
    width: 1184px;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;*/
    border-bottom: 2px solid #0fab2c;
}
.zhxc-top-c p {
    float:left;
    background: #0fab2c;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.zhxc-top-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.zhxc-top-c p a:hover {
    color: #fffc01;
}
.zhxc-top-c span {
    float:right;
}
.zhxc-top-c span a {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.zhxc-top-c span a:hover {
    color: #f00;
}
.zhxc-c ul li {
    float: left;
    width: 180px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}
.ad-pro {
    margin:20px auto;
}
.ad-pro-title i {
    float: left;
    width: 6px;
    height: 38px;
    background: #0fab2c;
    border-radius: 5px;
    margin-right: 10px;
}
.ad-pro-title-c {
    display: inline-block;
    width: 1184px;
    border-bottom: 2px solid #0fab2c;
}
.ad-pro-title-c p {
    float: left;
    background: #0fab2c;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.ad-pro-title-c p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.ad-pro-title-c p a:hover {
    color: #fffc01;
}
.ad-pro-title-c span {
    float: right;
}
.ad-pro-title-c span a {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.ad-pro-title-c span a:hover {
    color: #f00;
}
.ad-gscp-child-c ul li {
    position: relative;
    float: left;
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
}
.ad-gscp-child-c ul li:nth-of-type(5n) {
    margin-right: 0;
}
.ad-gscp-child-c ul li img {
    border: 1px solid #ddd;
}
.ad-gscp-child-c ul li .title {
    text-align: center;
    padding: 3px 5px;
    width: 212px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-top: 0;
    line-height: 24px;
}
.ad-gscp-child-c ul li .title p {
    white-space: nowrap;
    overflow: hidden;
}
.ad-gscp-child-c ul li .title p a:hover {
    color: #333;
}
.ad-gscp-child-c ul li .title span {
    color: #f00;
    cursor: pointer;
}
.ad-gscp-child-c ul li:hover .title {
    background: #0fab2c;
}
.ad-gscp-child-c ul li:hover .title a {
    color: #fff;
}
.ad-gscp-child-c ul li:hover .title a:hover {
    color: #fff;
}
.ad-gscp-child-c ul li:hover .title span {
    color: #fdfe00;
}
/*----------------------快速找产品点击留言板块----------------------*/
.Tan_liuyan {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+((document.documentElement.clientHeight - 656)/2)));
    font-family: "微软雅黑","黑体","宋体";
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.4);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    width: 856px;
    margin: 0 auto;
    padding: 4px;
    background: #e00000;
    z-index: 1000000;
}

.ly_top {
    width: 856px;
    height: 141px;
    background: url(/images/ly_top.jpg) no-repeat;
}

.ly_top .ly_close {
    width: 41px;
    height: 58px;
    float: right;
    margin-top: 18px;
    margin-right: 20px;
}

.ly_center {
    width: 856px;
    height: 323px;
    background: url(/images/ly_center.jpg) repeat-y;
    padding: 10px 0 0 0;
}

.input1 {
    background: #FFFFFF;
    font-size: 16px;
    width: 300px;
    height: 100px;
    border: 1px solid #7f9db9;
    font-family: "微软雅黑","黑体","宋体";
    padding: 10px;
}

.Msgfont1 {
    color: #6c6c6c;
    font-size: 14px;
}

.Msgfont1 span {
    color: #f00;
}

.ly_border {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-top: 10px;
}

.input2 {
    width: 200px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #7f9db9;
}

.ly_bot {
    width: 856px;
    height: 174px;
    background: url(/images/ly_bot.jpg) no-repeat;
}

.user_font {
    font-size: 20px;
    font-weight: bold;
}

.ly_bot .ly_click {
    width: 194px;
    height: 68px;
    margin: 0 auto;
    padding-top: 60px;
}
/*友情链接*/
.link-t {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    font-size: 16px;
}

.link-t span {
    border-left-color: #007d17;
    border-left-width: 5px;
    border-left-style: solid;
    color: #f00;
    font-weight: bold;
    padding-left: 10px;
}

.link-c p a {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    display: inline;
    white-space: nowrap;
}

.link-c p a:hover {
    color: #f00;
}
/*QQ群*/
.group {
    background: #FFF;
    margin: 16px auto;
    padding: 15px 0;
}

.grouptit p {
    font-size: 16px;
    font-weight: bold;
    color: #F00;
    line-height: 16px;
    margin: 0 0 0 8px;
    font-family: "宋体";
}

.qh ul {
    width: 360px;
    padding: 0 17px;
    float: left;
    margin: 10px 0px;
}

.qh ul li {
    width: 360px;
    color: #666;
    height: 28px;
    line-height: 28px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.qh ul li img {
    position: absolute;
    right: 0px;
    top: 3px;
}
/*客服*/
.kefu {
    width: 940px;
    height: 200px;
    background: url(/images/xiaofenlei/foot.jpg) no-repeat 50%;
    border-top: 2px #11a91e solid;
    margin-top: 20px;
    padding: 20px 0 0 260px;
}

.kefu p {
    color: #00a30e;
    font-size: 34px;
    font-weight: bold;
}

.kefu ul {
    margin-top: 15px;
}

.kefu ul li {
    float: left;
    line-height: 32px;
    width: 425px;
    margin-right: 30px;
    height: 32px;
    color: #454545;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.kefu ul li span {
    position: absolute;
    z-index: 9;
    top: 28px;
    left: 125px;
    display: none;
    border: 1px solid #ededed;
    box-shadow: 0 0 5px #4E4E4E;
}

.kefu img {
    float: right;
    margin-top: 5px;
}
/*底部*/
.footer {
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}

.footer p {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}

.footer p a {
    margin: 0 9px;
}

.lvse {
    color: #009933;
    font-weight: bold;
}

.lvse:hover {
    color: #f00;
}