﻿@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;
}


input, button, select, textarea, a, img {
    outline: none;
    font-family: "Microsoft YaHei", "Arial", "SimSun"!important;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}

/*火狐的私有属性去掉点击时边框*/
body {
    font-size: 14px;
    width: 100%;
    font-family: "Microsoft YaHei", "Arial", "SimSun"!important;
    /*overflow-x: hidden;*/
    /*min-width: 1200px;*/
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

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
}

.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 {
    color: red;
    font: 14px/30px "Microsoft YaHei";
    text-align: center;
}
.try-refresh{
    text-align: center;
    color: red;
    font-size: 14px;
    margin: 0 auto;
}

/*视频播放*/

.share-video {
    float: right;
    display: block;
    width: 32px;
    cursor: pointer;
    height: 32px;
    margin-right: 15px;
}

.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;
}

.share-video:hover {
    background-position: 0 -32px;
}

.no-data {
    color: red;
    font: 14px/20px "Microsoft YaHei";
    text-align: center;
}

.no-data1 {
    color: red;
    font: 14px/200px "Microsoft YaHei";
    text-align: center;
}

.video-box {
    width: 1010px;
    height: 633px;
    overflow: hidden;
    position: fixed;
    z-index: 10002;
    left: 50%;
    margin-left: -505px;
    top: 50%;
    margin-top: -317px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.video-cont {
    position: relative;
    width: 980px;
    height: 550px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    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: 20px/32px "Microsoft YaHei", "SimSun";
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    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%;
}

.scale_pics {
    width: 210px;
    height: 150px;
    top: 0;
}

.evaluation {
    display: none;
    overflow: hidden;
    width: 920px;
    margin: 0 9px;
}

.evaluation li {
    float: left;
    width: 438px;
    height: 168px;
    margin: 20px 10px 0;
    border: 1px solid #f2f2f2;
}

.evaluation li:hover {
    border-color: #2d90d9;
}

.evaluation li img {
    float: left;
    width: 110px;
    height:150px;
    margin: 9px 10px 0 9px;
}

.evaluation li h3 {
    float: left;
    display: block;
    margin: 14px 0;
    width: 305px;
    height: 40px;
    border-bottom: 1px dashed #e3e3e3;
    background: none;
}

.evaluation-msg {
    float: left;
}

.evaluation li h3 b {
    float: left;
    font: bold 16px/40px "Microsoft YaHei";
    color: #3d3d3d;
}

.evaluation li h3 strong {
    float: left;
    display: block;
    width: 76px;
    height: 20px;
    margin: 9px 20px;
    border-radius: 5px;
    text-align: center;
    font: 14px/20px "Microsoft YaHei";
    color: #33d9b4;
    border: 1px solid #33d9b4;
}

.evaluation li p {
    font: 14px/30px "Microsoft YaHei";
    color: #454545;
}

.shadow_pic {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /*filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr= #99000000,endColorstr= #99000000);*/
}

.hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_h3 {
    padding: 16px 0;
    font: normal 14px/14px 'Microsoft YaHei';
    text-align: center;
}

.op_a{position:absolute;left:0; top:0; width:100%; height:100%;}
.op50{ background:url(../images/op50.png);}
.op40_i{ background:url(../images/op40.png);}
.op40{ background:rgba(0,0,0,.4);  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#40000000,endColorstr=#40000000); }
.optc{position:fixed!important; z-index:99; background:url(../images/op50.png);}
.animate_img{position:relative; overflow:hidden;}
.zoom_img{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.zoom_box>li:hover .op_a{opacity:1; filter:alpha(opacity=100);}
.zoom_box .op_a{text-align:center; opacity:0;  filter:alpha(opacity=0); }
.animate{transition-duration: 300ms;-webkit-transition-duration: 300ms;-moz-transition-duration: 300ms;}
.no-data {
    color: red;
    font: 14px/30px "Microsoft YaHei";
    text-align: center;
}
.no-data1 {
    margin-top: 80px;
    color: red;
    font: 14px/30px "Microsoft YaHei";
    text-align: center;
}
.dy_loading_tips, .loading-tips {
    padding: 50px 0;
    text-align: center
}

.dy_loading_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dy_loading_tips p, .loading-tips p {
    font: 18px/34px "microsoft yahei"
}
.page {
    padding: 40px 0 60px;
    font-size: 0;
    text-align: center
}

.page > a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    font: normal 14px/38px Arial;
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.page > .first-page, .page > .last-page {
    width: 70px;
    font-family: "Microsoft YaHei"
}

.page > .page-down, .page > .page-up {
    width: 78px;
    font-family: "Microsoft YaHei"
}

.page > .curr, .page > a:hover {
    color: #fff;
    background-color: #aac600;
    border-color: #aac600;
    cursor: pointer
}


