﻿html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #333333;
    text-decoration: none;
}

p {
    margin: 6px 0;
    padding: 0;
}

.row {
    width: 1000px;
    margin: 0 auto;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

/*header*/
.header {
    border-top: 2px solid #0d9bcf;
}
.header .row {
    position: relative;
}
.logo {
    float: left;
}
.logoMenu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    font-size: 1em;
    background-color: rgba(0, 150, 205, 0.95);
    text-align: center;
    padding: 4px;
    z-index: 999;
}
.logoMenu li,
.logoMenu li a {
    line-height: 35px;
    color: #fff;
    display: block;
}
.logoMenu li a:hover {
    text-decoration: underline; 
}
.nav-menu {
    float: left;
}
.nav-menu li {
    display: inline-block;
    padding: 0 14px;
    line-height: 40px;
}
.nav-menu li:hover {
    background-color: #ebebeb;
    border-left: 1px solid #dedede; 
    border-right: 1px solid #dedede;
    padding: 0 13px; 
}
.nav-menu li span {
    color: #666;
    font-size: 1em;
}
.nav-menu li div {
    margin: 11px 6px 0 0;
    width: 19px;
    height: 18px;
    float: left;
}
.nav-menu li .icon1 {
    background: url(../images/icon2.png) 0 -124px no-repeat;
}
.nav-menu li .icon2 {
    background: url(../images/icon2.png) 0 -49px no-repeat;
}
.nav-menu li .icon3 {
    background: url(../images/icon2.png) 0 -24px no-repeat;
}
.nav-menu li .icon4 {
    background: url(../images/icon2.png) 0 0px no-repeat;
}
.nav-menu li .icon5 {
    background: url(../images/icon2.png) 0 -73px no-repeat;
}
.nav-menu li .icon6 {
    background: url(../images/icon2.png) 0 -102px no-repeat;
}
.user {
    float: right;
    line-height: 41px;
}
.login {
    display: inline-block;
    cursor: pointer;
    background-color: #0096cd;
    padding: 0 14px;
}
.login a {
    color: #fff;
}
.login a:hover {
    color: #fff;
}
.register {
    display: inline-block;
    cursor: pointer;
    padding: 0 14px;
    margin-right: 12px;
}
.register a {
    color: #232323;
}
.changeColor:hover {
    color: #cc2900;
}

.banner {
   /** height: 300px;
    background: url(../images/banner_bg.png) center no-repeat;**/
}

.banner .row {
    text-align: center;
}

.banner a {
    display: block;
}

.banner img {
    margin-top: 0px;
}

.banner2,
.banner_mob {
    display: none;
    margin: 0 !important;
}

.main-content {
    background: url(../images/mainBG.png) repeat-x #F7F7F7;
    padding-bottom: 20px;
}

.list-item {
    float: left;
    width: 33.3333%;
    align-items: center;
    padding: 15px;
}

.list-item-container {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    overflow: hidden;
}
.list-item-container:hover {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}
.list-item-container .item-thumb {
    position: relative;
    display: inherit;
    min-height: 250px;
    background: url();
    background-color: rgba(0, 0, 0, .5);
    transition: transform .5s ease, filter .5s ease;
    -webkit-transition: -webkit-transform .5s ease, filter .5s ease;
    -moz-transition: -moz-transform .5s ease, filter .5s ease;
    -ms-transition: -ms-transform .5s ease, filter .5s ease;
    -o-transition: -o-transform .5s ease, filter .5s ease;
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.list-item-container:hover .item-thumb {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    /* filter: blur(3px);
    -webkit-filter: blur(3px); */
}
.list-item-container .item-slant {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 110%;
    min-height: 100px;
    background: #fff;
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    z-index: 0;
}
.list-item-container .item-slant.reverse-slant {
    background: rgba(0, 0, 0, .5);
    opacity: .7;
    transform: rotate(-10deg) translate(15px, -10px);
    -webkit-transform: rotate(-10deg) translate(15px, -10px);
    -moz-transform: rotate(-10deg) translate(15px, -10px);
    -ms-transform: rotate(-10deg) translate(15px, -10px);
    -o-transform: rotate(-10deg) translate(15px, -10px);
}
.list-item-container .item-label {
    position: relative;
    height: 130px;
    background: #fff;
    padding: 10px 20px 40px;
}
.list-item-container .item-label .item-title a {
    line-height: 24px;
    color: #313131;
    font-size: 17px;
    word-break: break-all;
    text-decoration: none;
}
.list-item-container:hover .item-label .item-title span {
    color: #125CB5;
}
.list-item-container .item-label .item-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
}
.list-item-container .item-label .item-meta .item-meta-time {
    float: left;
    line-height: 30px;
    color: #aaaaaa;
}
.list-item-container .item-label .item-meta .item-meta-play {
    float: right;
    line-height: 30px;
    color: #aaaaaa;
}

.footer {
    min-height: 50px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #125CB5;
    padding: 11px 0;
}
.footer span {
    margin: 0 5px;
}



/* 详情页 */
.location {
    line-height: 46px;
    color: #333333;
    font-size: 14px;
}
.location:after {
    content: '';
    display: block;
    clear: both;
}
.location a {
    float: left;
    color: #125CB5;
    text-decoration: none;
}
.location span {
    float: left;
    color: #125CB5;
}
.location span.tt {
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mob-title {
    display: none;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.videoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}
.videoBox video {
    display: block;
    width: 100%;
}
.video-js {
    position: absolute !important;
    top: 0;
    left: 0;;
    width: 100%;
    height: 100%;
}
.introduce {
    float: left;
    width: 70%;
    border: 1px solid rgba(0, 0, 0, .04);
    border-top: 1px solid #125CB5;
}
.otherVideo {
    float: right;
    width: 28.4%;
    border: 1px solid rgba(0, 0, 0, .04);
    border-top: 1px solid #125CB5;
}
.introduce,
.otherVideo{
    height: 530px;
}
.introduce .t1,
.otherVideo .t2 {
    display: block;
}
.introduce .info,
.otherVideo .info {
    padding: 10px;
}
.introduce .info,
.otherVideo .info {
    height: 496px;
    line-height: 180%;
    font-size: 14px;
    overflow: auto;
}
.introduce .info p {
    text-indent: 2em;
}
.introduce .info a {
    color: #0099ff
}

.introduce .info::-webkit-scrollbar,
.otherVideo .info::-webkit-scrollbar {
    width: 5px;
    /*滚动条宽度*/
    height: 8px;
    /*滚动条高度*/
}

.introduce .info::-webkit-scrollbar-track,
.otherVideo .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    background-color: #393d46;
    /*滚动条的背景颜色*/
}

.introduce .info::-webkit-scrollbar-thumb,
.otherVideo .info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ff8d00;
    /*滚动条的背景颜色*/
}

.item-video {
    margin-bottom: 15px;
}
.item-video-img {
    position: relative;
}
.item-thumb:after,
.item-video-img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 39px;
    background: url(../images/icon_play.png) no-repeat;
    background-size: cover;
    margin-top: -19.5px;
    margin-left: -19.5px;
}
.item-video-img img {
    display: block;
    width: 100%;
}
.item-video p {
    line-height: 20px;
    font-size: 14px;
}

/*客服*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #387FFF url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #387FFF url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #387FFF url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #387FFF url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 15px 15px 15px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*客服 end*/

@media screen and (max-width: 1000px) {
    .row {
        width: 100%;
    }
    .banner {
        height: auto;
        background: transparent;
    }
    .banner img {
        width: 100%;
    }
    .banner1 {
        display: none;;
    }
    .banner2 {
        display: block;;
    }

    .row {
        padding: 0 15px;
    }
    .banner .row {
        padding: 0;
    }
    .yb_conct {
        display: none !important;
    }
}
@media screen and (max-width: 880px) {
    .header {
        display: none;
    }

    .list-item {
        width: 50%;
    }

    .introduce {
        width: 100%;
        margin-top: 20px;
    }
    .otherVideo {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .otherVideo .info {
        height: auto;
        white-space: nowrap;
    }
    .item-video {
        display: inline-block;
        width: 280px;
        padding: 0 5px;
        margin: 0;
    }
    .item-video p {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 580px) {
    #newBridge {
        display: none !important;
    }
    .list-item {
        width: 100%;
    }
    .banner2 {
        display: none;;
    }
    .banner_mob {
        display: block;
    }
    .location {
        display: none;
    }
    .mob-title {
        display: block;
    }
    .videoBox {
        padding: 0 10px 56.25%;
        margin: 0;
    }
    .row {
        padding: 0;
    }
    .introduce, 
    .otherVideo {
        height: auto !important;
    }
    .introduce .info, 
    .otherVideo .info {
        height: auto;
    }
    .introduce img {
        width: 100% !important;
        height: auto !important;
    }
    .otherVideo .info {
        white-space: normal;
    }
    .item-video {
        float: left;
        width: 50%;
    }
    .item-video p {
        display: -webkit-box;
        height: 40px;
        overflow : hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}