﻿.page {
    margin: 50px auto !important;
    text-align: center !important;
}

.page>table {
    display: inline !important;
}

.page div,
.page td {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    color: #333 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 18px !important;
}

.page a,
.page input {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    display: inline-block !important;
    height: 18px !important;
    padding: 4px 14px !important;
    border: solid 1px #efefef !important;
    background: #fff !important;
    text-decoration: none !important;
    MARGIN-RIGHT: 6px !important;
    line-height: 18px !important;
}

.page .this-page {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    display: inline-block !important;
    height: 18px !important;
    padding: 4px 14px !important;
    border: solid 1px #bf0c09 !important;
    background: #bf0c09 !important;
    font-weight: normal !important;
    color: #fff !important;
    MARGIN-RIGHT: 6px !important;
    line-height: 18px !important;
}

.page .PrevDisabled,
.page .NextDisabled {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    display: inline-block !important;
    height: 18px !important;
    margin-right: 6px !important;
    padding: 4px 14px !important;
    background: #fff !important;
    color: #ccc !important;
    border: solid 1px #efefef !important;
    line-height: 18px !important;
}

.page a:visited {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    color: #333 !important;
    text-decoration: none !important;
    line-height: 18px !important;
}

.page a:link {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    color: #333 !important;
    text-decoration: none !important;
    line-height: 18px !important;
}

.page a:hover {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    color: #fff !important;
    background: #bf0c09 !important;
    border-color: #bf0c09 !important;
    text-decoration: none !important;
    line-height: 18px !important;
}

.page .Next {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    margin-left: 6px !important;
    padding: 4px 14px !important;
    line-height: 18px !important;
}

.page .Prev,
.page .defaultButtonStyle,
.page .defaultInputStyle {
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
    margin-right: 6px !important;
    padding: 4px 14px !important;
    line-height: 18px !important;
    height: auto !important;
}

.img_a{
display:block;
    height: 200px;
    display: block;
    position: relative;
}

.img_a:after {
    content: '+';
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-left: -26px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: "Times New Roman","微软雅黑";
}
.img_a:hover:after {
    top: 35%;
    opacity: 1;
}

.img_a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    z-index: 2;
}
.img_a:hover .mask {
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
}
.img_a .img001 {
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.text_a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}
.content .textBox p {
    text-indent: 0;
    font-size: 16px;
    line-height: 200%;
}
.content .textBox img {
    max-width: 90%;
    background: #fff;
    padding: 10px;
    box-shadow: 3.53px 3.53px 8px rgb(102,102,102);
}
.content .textBox2 img {
    max-width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: none;
}
.content .textBox2 .btn{
margin:20px auto;
}

.content .textBox2 .btn a {
    background: #fff;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    border: 0;
    font-size: 12px;
    margin-right: 3px;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
@media screen and (max-width: 1000px) {
.content .textBox img {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 2.53px 16.53px 26px 2px rgba(102,102,102,0.8);
}
.content .textBox p{
line-height:1.8;
}
.content .textBox2 .btn {
    width: 100%;
}
.content .textBox2 .btn a {
    white-space: normal;
    display: block;
    width: 100%;
}
.content .textBox .btn  img {
    max-width: 100%;
    width: 93%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
}