@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: "宋体", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*line-height: 140%;*/
    color: #333333;
    min-width: 1200px;
    overflow-x: hidden;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    outline: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    display: none;
}


.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

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

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ovHide6 {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 6;
     overflow: hidden;
 }

.bx-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

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

.flex-start {
    display: flex;
    align-items: flex-start;
}

.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}

/* about公共 */
.Address {
    width: 100%;
    padding: 17px 0;
    padding-left: 20px;
    background: url("../images/dingwei.png") no-repeat left center;
    /*font-size: 14px;*/
    font-size: 16px;
    /*color: #999999;*/
    color: #787878;
}
.aboutShenjBox {
    width: 170px;
    height: 155px;
    padding-top: 45px;
}
.aboutShenjBox img {
    display: block;
    margin: 0 auto;
}
.aboutShenjBox p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
}


/* 分页 */
.pageBox {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_div {
    /*width: 450px;*/
    width: 460px;
    color: #666;
    text-align: center;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
}

#nextPage, #prePage {
    width: 30px
}

.page_div .current {
    background-color: #bc000b;
    /*border-color: #0073A9;*/
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span, .totalSize span {
    color: #fff;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}












/*顶部*/
.topNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.topNav .logo {
    width: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
}
.topNav .logo img {
    margin-right: 15px;
}
.topNav .barBox {
    width: 610px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
}
.topNav .barBox a {
    padding: 0 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 10px;
}
.topNav .barBox a.barAct {
    border-bottom: 6px solid #c1111b;
    margin-top: 6px;
}
.topNav .login {
    width: 120px;
    height: 28px;
    border-radius: 14px;
    border: solid 1px #c1111b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topNav .login a {
    font-size: 14px;
    color: #c1111b;
}
.topNav .login span {
    font-size: 14px;
    color: #c1111b;
    margin: 0 10px;
}


.headerBox {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.headerBox .topNav .logo {
    color: #333333;
}
.headerBox .topNav .barBox a {
    color: #333333;
}

.headerBox .topNav .login {
    border: solid 1px #e2e2e2;
}
.headerBox .topNav .login a {
    color: #333;
}
.headerBox .topNav .login span {
    color: #333;
}
.userBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
}
.userBox img {
	display: none;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.userBox span {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.userBox span:last-child {
    margin-left: 30px;
}

/*底部*/
.youQ {
    width: 100%;
    height: 72px;
    background-color: #959595;

}
.yqBox {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yqBox a {
    color: #ffffff;
    font-size: 14px;
    margin: 0 10px;
}
.footer {
    width: 100%;
    height: 160px;
    background-color: #313131;
}
.footer .yqBtn {
    width: 118px;
    height: 40px;
    background-image: linear-gradient(0deg,
    #313131 0%,
    #959595 100%);
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #959595;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.footer .yqBtn img {
    width: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
}

.footerP {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px;
}
.footerP span {
    margin: 0 20px;
}
.footerP a {
    font-size: 14px;
    color: #ffffff;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}