﻿@charset "utf-8";

@font-face {font-family: "sysfont";
    src: url('./font/iconfont.eot'); /* IE9*/
    src: url('./font/iconfont.eot?t=1491715208262#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/iconfont.woff?t=1491715208262') format('woff'), /* chrome, firefox */
    url('./font/iconfont.ttf?t=1491715208262') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('./font/iconfont.svg?t=1491715208262#sysfont') format('svg'); /* iOS 4.1- */
}
.sysfont {
    font-family:"sysfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul, input, select, button, textarea {
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

input, button, select, textarea, a, img {
    outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}

/*火狐的私有属性去掉点击时边框*/
body {
    font-size: 12px;
    width: 100%;
    font-family:"微软雅黑","Arial", "SimSun";
    max-width: 1920px;
    margin: 0 auto;
}

html {
    width: 100%;
    height: 100%;
}

a img {
    border: none;
}

ul, ul li, ol li, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    border: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

img {
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.nrp {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

/*设置文字超出部分为省略号*/
a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

.hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addwidth {
    height: 150px;
}

.loading_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.loading_tips, .dy_loading_tips {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -40px;
    text-align: center;
    z-index: 10;
}

.dy_loading_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.loading_tips p, .dy_loading_tips p {
    font: 14px/24px "microsoft yahei";
}

.loading_tips img, .dy_loading_tips img {
    width: 40px !important;
    height: 40px !important;
}

.dataLoading {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0f0f0 !important;
    text-align: center;
    color: #4688df;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

.dataLoadings {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0f0f0 !important;
    text-align: center;
    color: #4688df;
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

.change {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.changes {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.loadingImg {
    width: 90px !important;
    height: 90px !important;
    -webkit-animation: loading 2s linear infinite;
    margin-top: 15px
}

.loadingImgs {
    width: 60px !important;
    height: 60px !important;
    -webkit-animation: loading 2s linear infinite;
}

.load-text {
    margin-top: 10px;
}

.nodataImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.nodataImgs {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

canvas {
    width: 125px;
    height: 50px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.font {
    font: normal 14px "Microsoft YaHei";
}

/*图库弹出层样式*/
.tc_Close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background: url(../images/tc_close.png) no-repeat center;
    z-index: 1000;
}

.tc_Close:hover {
    background: url(../images/tc_closeH.png) no-repeat center;
}

.pbButt {
    display: block;
    position: fixed;
    width: 70px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    z-index: 1002;
}

.pbButt.pre {
    left: 0;
    background: url(../images/tc_left.png) no-repeat center;
}

.pbButt.pre:hover {
    background: url(../images/tc_leftH.png) no-repeat center;
}

.pbButt.next {
    right: 0;
    background: url(../images/tc_right.png) no-repeat center;
}

.pbButt.next:hover {
    background: url(../images/tc_rightH.png) no-repeat center;
}

.pbTMain {
    display: inline-block;
    position: fixed;
    z-index: 1001;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.pbTUL {
    display: inline-block;
    max-height: 500px;
    max-width: 860px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    border: 15px solid #aaa;
    border: 15px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.pbTUL img {
    display: block;
    max-height: 500px;
    max-width: 860px;
    min-width: 480px;
    min-height: 272px;
    margin: 0 auto;
}

.imT {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 32px;
    bottom: 35px;
    left: 0;
    text-align: center;
    word-wrap: break-word;
}

.imT span {
    display: inline-block;
    height: auto;
    width: 320px;
    padding: 0 30px;
    font: normal 14px/28px "microsoft yahei";
    color: #fff;
    background: url("../images/opa40.png") repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.opaBg, .opa80 {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/opa80.png) repeat left top;
}

/*图库弹出层样式*/
/*.opa80{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index:10000;background:url(../images/opa80.png) repeat;}*/
.pop_remove {
    z-index: 10001;
}

.pop_close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background: url(../images/tc_close.png) no-repeat;
    z-index: 10001;
}

.pop_close:hover {
    background: url(../images/tc_closeH.png) no-repeat center;
}

.pop_btn {
    display: block;
    position: fixed;
    width: 70px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    z-index: 10002;
}

.pop_prev {
    left: 0;
    background: url(../images/tc_left.png) no-repeat center;
}

.pop_prev:hover {
    background: url(../images/tc_leftH.png) no-repeat center;
}

.pop_next {
    right: 0;
    background: url(../images/tc_right.png) no-repeat center;
}

.pop_next:hover {
    background: url(../images/tc_rightH.png) no-repeat center;
}

.pop_box {
    display: inline-block;
    position: fixed;
    z-index: 10002;
    left: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#99ffffff, endColorstr=#99ffffff);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.pop_tit {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 32px;
    bottom: 35px;
    left: 0;
}

.pop_tit > span {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    *vertical-align: middle;
    *margin-top: auto;
    height: 32px;
    padding: 0 20px;
    font: normal 14px/32px "microsoft yahei";
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#99000000, endColorstr=#99000000);
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.webDa:hover {
    cursor: pointer
}

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


.scale_pic {
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
}
.animate_pic:hover .scale_pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.no-data {
    margin: 0 auto;
    color: red;
    font: 14px/30px "Microsoft YaHei";
    text-align: center;
}
.pop_img img{
    min-height: 100%;
}

/**
分页
 */
.page{ padding: 30px 0 30px; font-size: 0; text-align: center;}
.page > a,.page > span{ display:inline-block; *zoom: 1; *display: inline; vertical-align:middle; width: 28px; height: 28px; margin:0 5px; font: normal 14px/28px "Arial"; color: #999; text-align: center;
    background-color: #fff; border: 1px solid #e8e8e8; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer;}
.page > .first-page,.page > .last-page{ width: 68px; font-family: "Microsoft YaHei";}
.page > .page-down,.page > .page-up{ width: 78px; font-family: "Microsoft YaHei";}
.page > .curr,.page > a:hover{ font-weight: bold; color: #fff; background-color: #00a4c0; border-color: #00a4c0;}
.page > a.no-interact { font-weight: bold; cursor: auto; }
.page > a.no-interact:hover { color: #555; background-color: #fff; border: 1px solid #e8e8e8;}
@media (max-width: 1000px){
    .page>a{
        opacity: 0;
        display: none;
    }
    .page > .page-down,.page > .page-up{
        opacity: 1;
        display: block;
        float: left;
        margin-top: -15px;
    }
    .page > .page-up{
        margin-left: 15%;
    }
    .page > .page-down{
        float: right;
        margin-right: 15%;
    }
    .page > .first-page,.page > .last-page{
        display: none;
    }
}

/*视频弹窗*/
.share-video { display: block; width: 32px;  height: 32px;  background: url(../images/shareVedio.png) no-repeat; }
.share-video:hover { background-position: 0 -32px; }
.video-box{ width: 1010px; height: 707px; overflow: hidden; position: fixed; z-index: 10002; left: 50%; margin-left: -505px; top: 50%; margin-top: -353px; filter: alpha(opacity=0); opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; }
.video-cont{ position: relative; width: 980px; height: 624px; padding: 15px; background-color: rgba(255, 255, 255, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr= #99ffffff,endColorstr= #99ffffff);  -webkit-border-radius: 5px;  border-radius: 5px; }
.video-tit{  position: relative;  width: 100%;  height: 32px;  margin-top: 3px;  padding: 9px 0;  font: bold 20px/32px "Microsoft YaHei","SimSun";  color: #000;  text-align: center;  background-color: rgba(255, 255, 255, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr= #99ffffff,endColorstr= #99ffffff);  -webkit-border-radius: 5px;  border-radius: 5px;  }
.video-tit p{  position: absolute; right: 20px; top: 9px; }
.vpro { width: 100%; height: 5px; position: absolute; margin-top: -2.5px; top: 50%; background: #000; left: -100%; }

/*图库弹出层样式*/
.opa80{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index:10000;background:url(../images/opa80.png) repeat;}
.pop-remove{z-index: 10001;}
.pop-close { display: block; position: fixed; right: 0; top: 0; width: 72px; height: 72px; background: url(../images/tc_close.png)  no-repeat; z-index: 10001; }
.pop-close:hover { background: url(../images/tc_closeH.png) no-repeat center; }
.pop-btn { display: block; position: fixed; width: 70px; height: 150px; top: 50%; margin-top: -75px; z-index: 10002; }
.pop-prev { left: 0; background: url(../images/tc_left.png) no-repeat center; }
.pop-prev:hover { background: url(../images/tc_leftH.png) no-repeat center; }
.pop-next { right: 0; background: url(../images/tc_right.png) no-repeat center; }
.pop-next:hover { background: url(../images/tc_rightH.png) no-repeat center;  }
.pop-box { display: inline-block; position: fixed; z-index: 10002; left: 0; padding: 15px; background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#99ffffff,endColorstr=#99ffffff); -webkit-border-radius: 8px; border-radius: 8px;  }
.pop-tit { position: absolute; width: 100%; text-align: center; height: 32px; bottom: 35px; left: 0;  }
.pop-tit > span { display: inline-block;max-width:90%; vertical-align: middle; *zoom: 1; *display: inline; *vertical-align: middle; *margin-top: auto; height: 32px; padding: 0 20px; font: normal 14px/32px "microsoft yahei";  color: #fff; background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#99000000,endColorstr=#99000000); -webkit-border-radius: 32px; border-radius: 32px; }
.pop-tit > span >a {color:#fff;}
.webDa:hover{cursor: pointer}

/* 返回顶部 */
.back-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    right: 18px;
    bottom: 214px;
    width: 48px;
    height: 43px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background-color: #2c9aa6;
    cursor: pointer;
}
.back-top p {
    margin: 1px 0;
}