body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;   box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    font: 400 14px/1.5 Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
    font-weight: 400
}

dfn {
    font-family: Arial
}

ul,
ol {
    list-style: none
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

fieldset,
img,
button,
input {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

body {
overflow-x:hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    color: #000;width:100%
}

:focus {
    outline: 0
}

.hdtit{position: absolute;
    left: 150px;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #d92728;
    font-weight: bold;}
.hdtit a{ color: #d92728;}

/* 头部 */

.logo img{width:120px}

#Content{position:relative;z-index:10;}



/* 焦点图 */
#banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 375px) {
#banner {
   height: 260px;
}
/*.sear{top:157px;}*/
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 90px;
    text-align: center;
    right: 0;
}
.gallerytitle {
    text-align: center;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -webkit-gradient(linear, top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.gallerytitle a{color:#fff}
#banner img{max-width:100%}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .5;margin-left:5px
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d92728;
}
#PageNum {
    background: url(/res/cptu/structure/1710412558.gif) center no-repeat;
    height: 40px;
}