* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background: #F1F2F5;
    min-width: 1150px;
}

body, h1, h2, h3, h4, p, dl, dd, ul, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #000;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none !important;
    overflow: auto !important;
}

/*隐藏滚动条*/
/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
}

/*input type=number 隐藏小箭头*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*580+410+10*/
.inner {
    width: 1200px;
    margin: 0 auto;
}

.tab_wrap .inner {
    height: 60px;
    line-height: 60px;
}

/*换行省略*/
.break_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*多行省略*/
.break_ellipsis_more {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.usn {
    user-select: none;
}

.tlc {
    text-align: center;
}

.tll {
    text-align: left;
}

.tlr {
    text-align: right;
}

/*换行*/
.wbb {
    word-break: break-all;
}

.bbox {
    box-sizing: border-box;
}

.csp {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.hide {
    opacity: 0;
}

/* color S*/
.text-red {
    color: #de1e30 !important;
}

.text-666 {
    color: #666 !important;
}

.c000 {
    color: #000;
}

.c333 {
    color: #333;
}

.c444 {
    color: #444;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.cf {
    color: #fff;
}

.cr {
    color: #FF0101;
}

.cg {
    color: #9FA4B9;
}

/* color E */

/* width S */
.w100 {
    width: 100%;
}

.w14 {
    width: 14px;
}

.w16 {
    width: 16px;
}

.w18 {
    width: 18px;
}

/* width E */

/* padding S*/
.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

/* padding E*/

/* margin S */
.mr10 {
    margin-right: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

/* margin E */

/* font size S */
.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fwb {
    font-weight: bold;
}

/* font size E */

/* flex S */
.flex {
    display: flex;
}

.flexbox {
    display: flex;
    align-items: center;
}

.flex1 {
    flex: 1;
}

.flex_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_s {
    display: flex;
    justify-content: space-between;
}

.flex_cs {
    display: flex;
    align-items: center;
}

.flex_sc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_ec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex_wrap_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_y_js {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex_css {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* flex  E */

/*顶部文字*/
.top {
    width: 100%;
    height: 24px;
    background: #F1F1F1;
}

/*底部*/
.footer {
    width: 100%;
    margin-top: 30px;
    background: #212224;
}

.footer .mw {
    padding-top: 30px;
    background: #212224;
}

.mw {
    width: 1200px;
    margin: 0 auto;
}

.footer .links {
    padding: 10px 0px;
    border-bottom: solid 1px #161617;
}

.footer .links h5 {
    font-size: 16px;
    color: #fff;
}

.footer .links a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
}

.footer .notice {
    margin-top: 20px;
    color: #8D93A1;
    font-size: 12px;
    text-align: center;
}

.footer .notice a {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
}

.footer .cp {
    padding: 10px 0 50px 0;
    color: #8D93A1;
    font-size: 12px;
    text-align: center;
}

a:hover {
    color: #FF4D4D !important;
}

.adv img {
    width: 100%
}

.fr {
    float: right;
}

.index-btn a:first-child {
    margin: 30px 4px 4px 0;
}

.index-btn a {
    text-align: center;
    display: block;
    background: #009987;
    color: yellow;
    font-size: 14px;
    border-radius: 2px;
}

/*导航栏*/
header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.heading {
    width: 1200px;
    min-height: 60px;
    height: auto;
    margin: 0 auto;
}

header h1 {
    float: left;
}

header h1 a, h1 a img {
    display: block;
    max-height: 60px;
}

.heading p {
    float: left;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    width: 828px;
}

.heading i {
    font-weight: 600;
    color: #CC3333;
    font-size: 15px;
}

nav {
    width: 100%;
    min-height: 48px;
    height: auto;
    background: #009987;
}

.head-nav {
    width: 1200px;
    margin: 0 auto;
}

.head-nav li {
    float: left;
    line-height: 48px;
    width: 100px;
    text-align: center;
    transition: .2s all ease;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.head-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px
}

.head-nav li:hover {
    background: #004D4D;
}

.head-nav li:hover a {
    color: #66CC99 !important;
}

.head-nav .active {
    background: #003333;
}

.head-nav .active a {
    color: #66CC99;
}

.navbar-sub {
    width: 1200px;
    min-height: 30px;
    height: auto;
    /*line-height: 30px;*/
    margin: 0 auto;
    font-size: 13px;
}

.navbar-sub dl {
    float: left;
}

.navbar-sub dl dd, .navbar-sub dl dt {
    float: left;
    padding: 0 6px;
    line-height: 30px;
}
.navbar-sub dl dt a{
    color: #fff;
}

.navbar-sub dl dt a:hover{
    color: #fff !important;
}

.navbar-sub dl dd a {
    color: #206040;
    font-weight: 400;
}

.navbar-sub dl dd a:hover {
    color: #333;
    text-shadow: 1px 1px 1px #D9F2E5;
}

.navbar-sub dl dt {
    height: 22px;
    background: #CC6666;
    margin-top: 4px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}

.navbar-sub dl dt i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #CC6666;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 5px;
}

.navbar-sub .nav-basketb dt {
    margin-left: 20px;
}

header .second-nav {
    position: absolute;
    top: 48px;
    left: 0;
    width: 200px;
    height: auto;
    background: #004D4D;
    display: none;
}

header .second-nav li {
    float: left;
    width: 100px;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

header .zonghety-nav {
    width: 100px;
}

header .second-nav li:hover a {
    color: #fff !important;
}

header .second-nav li:hover i {
    display: inline-block;
}

header .second-nav li:hover {
    background: #66CC66
}

header .second-nav li a {
    color: #66CC99;
    font-size: 14px;
}

header .second-nav li i {
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px;
}

.ball-li:hover ul {
    display: block;
}

.bq-li .second-nav {
    width: 200px;
}

footer {
    width: 100%;
    background: #222;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
}

footer p {
    line-height: 26px;
    text-align: center;
    color: #eee;
    font-size: 12px;
}

footer p span {
    margin-right: 16px;
}

footer p a {
    padding: 0 10px;
    border-left: 1px solid #fff;
    text-align: center;
    color: #eee;
}

.top-box {
    position: fixed;
    right: 100px;
    bottom: 200px;
    border: 2px solid #999;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    /*background: url('http://www.fcb1899.net/static/img/top2.png') #fff no-repeat center;*/
    cursor: pointer;
    display: none;
}

.top-box:hover {
    border: 2px solid #40bf80;
    /*background: url('http://www.fcb1899.net/static/img/top.png') #fff no-repeat center;*/
}

.top-box a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .top-box {
        right: 0;
    }
}

.Bread-nav {
    width: 1200px;
    margin: 10px auto;
}

.Bread-nav li {
    float: left;
    font-size: 12px;
    color: #333;
}

.Bread-nav li a, .Bread-nav li i {
    color: #999;
    margin: 0 2px;
}

.Bread-nav li a:hover {
    color: #007744;
}

/*面包导航*/
.menu_bread {
    height: 40px;
    margin-top: -10px;
    color: #666;
    font-size: 13px;
}

.menu_bread .arrow {
    margin: 0 3px;
}

.menu_bread a {
    color: #000;
}

/*主内容结构*/
.main {
    background: #F1F2F5;
}

.main .main_left {
    width: 790px;
    background-color: #fff;
    padding: 15px;
}

.main .main_right {
    width: 400px;
    margin-left: 10px;
}

.main .head img {
    margin-right: 6px;
}

.main_right .news_head, .main_right .video_head, .tail_left .head {
    border-bottom: 1px solid #009987;
}

.main_right .news_head div, .main_right .video_head div, .tail_left .head div {
    /*background: #009987;*/
    /*color: #fff;*/
    padding: 5px;
}

/*主内容第二层*/
.main .main_tail {
    width: 100%;
    margin-top: 10px;
}

.main .tail_left {
    width: 100%;
    background: #fff;
    padding: 15px 18px;
}

.main .tail_right {
    width: calc(40% - 10px);
    margin-left: 10px;
    padding: 15px 18px;
    background: #fff;
}

.list_block .list_item .name {
    font-weight: normal;
}

.list_block .hot .name {
    font-weight: bold;
}

/*pagination*/
.pagination-wrap {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.pagination {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 0;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
}

.pagination::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.pagination li {
    display: inline-block;
    min-width: 44px;
    height: 40px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.65);
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagination li {
    margin-left: -1px;
}

.pagination li a, .pagination li span {
    color: #4183c4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 100%;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E8EAF3;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 10px;
}

.pagination li a:hover {
    background: #F2F2F2
}

.pagination .active span {
    z-index: 3;
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4;
    cursor: default;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

#loading {
    text-align: center;
    margin: 10px 0;
}

#loading .layui-icon {
    font-size: 36px;
}

.contact-img img {
    width: 100%;
}

.contact {
    background: #fff;
    height: 300px;
    padding-top: 100px;
    font-size: 20px;
    text-align: center;
}

body .beiyong {
    color: #fff;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.layui-fixbar li {
    position: relative;
}

.layui-fixbar .tips {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.layui-fixbar .v-a-m {
    position: absolute;
    left: 50px;
    top: 0;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    background: #de1e30;
    font-size: 12px;
}

.tool-tips-fixbar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 650px;
    width: 45px;
    visibility: visible;
    z-index: 10;
}

.web_top_refresh {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 30000
}

.web_top_refresh .sub_refresh {
    width: 40px;
    height: 40px;
    background: rgba(244, 62, 80, .7);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    display: block
}

.web_top_refresh .sub_refresh.rotate {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear
}

.web_top_refresh .sub_refresh:after {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    background: rgba(244, 62, 80, .3);
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    border-radius: 100%
}

.news, .video {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #009987;
    background: #EBFFFD;
}

.news:first-child {
    margin-top: 0;
}

.news .news_lis, .video .video_lis {
    margin-top: 10px;
}

.news .news_item, .video .video_item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.news_item img {
    width: 8px;
    margin-right: 8px;
}

.video_item img {
    width: 12px;
    margin-right: 8px;
}
