/* CSS Document */
html,
body {
    height: 100%;
    _width: 100%;
    margin: 0;
    padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    resize: none;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr,
acronym {
    border: 0;
}
.clear {
    zoom: 1;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
body {
    font-size: 14px;
    font-family: Arial;
    line-height: 24px;
}
img {
    max-width: 100%;
    height: auto;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    _width: 680px;
    _width: 100%;
    height: 100%;
    _height: 201px;
    margin: 0 auto;
    max-height: 100%;
    overflow: hidden;
    _background: #badcf9;
    background: #f3f2f2;
    box-shadow: inset 0px 0px 5px 0px #da91c9;
}
.wrap .inner {
    _width: 100%;
    padding: 0 0 0 0;
    _float: left;
    max-height: 100%;
}

.part02 {
    /*background:url(../images/index_bg02.jpg) repeat-y 50% 0;  background:#fdfdfd;position:static;*/
}

.ym-slider {
    width: 100%;
    min-height: 345px;
    overflow: hidden;
    float: left;
}
.ym-slider .slides {
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
}
.ym-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
}
.ym-slider .slide img {
    width: 550px;
    height: 325px;
}
.ym-slider .indicator {
    position: absolute;
    z-index: 80;
    bottom: 0;
    right: 0;
    width: 550px;
    text-align: center;
    font-size: 0;
}
.ym-slider li {
    display: inline-block;
    width: 32px;
    height: 5px;
    overflow: hidden;
    margin: 0 2px;
    background: #cccccc;
}
.ym-slider li.active {
    background: #ff4916;
}
.ym-slider li a {
    width: 100%;
    height: 100%;
    display: block;
}

.new {
    width: inherit;
    min-height: 200px;
    margin: 0 0 0 0px;
    padding-top: 0px;
    _float: left;
}
.new .tab-indicator {
    width: 100%;
    min-height: 30px;
    _border: 1px solid #ececec;
    _padding: 10px 0 0 7px;
    margin: 0 auto;
    float: left;
    border-bottom: 1px solid #fbdddd;
}
.new .tab-indicator li {
    float: left;
    width: 50%;
    min-height: 36px;
}
.new .tab-indicator li.active {
    background: url(../assets/images/newstab.png) no-repeat 50% 0;
    color: #fff;
}
.new .tab-indicator li a {
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #bf2a2a;
    font-size: 5vh;
    display: block;
    font-weight: bold;
}
.new .tab-indicator li a:hover {
    color: #333333;
}
.new .tab-indicator li.active a {
    color: #fff;
}
.new .tab-indicator li:first-of-type {
    width: calc(50% - 1px);
    border-right: 1px solid #fbdddd;
}
.new .tabs {
    width: 100%;
    margin: 0px auto 0;
}
.new .tab-item {
    width: 100%;
    _height: 180px;
    overflow: hidden;
    top: 0;
    left: 0;
}
li .new .tab-item ul {
    padding: 0 10px 0 10px;
}
.new .tab-item li {
    /* height: 13vh;
    line-height: 13vh; */
    overflow: hidden;
    border-bottom: 1px dotted #131f2d;
    font-size: 6vh;
    text-transform: uppercase;
    display: flex;
}
.new .tab-item li:last-child {
    border: none;
}
.new .tab-item li a {
    _float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #131f2d;
    padding-top: .5rem;
    padding-left: 16px;
}

.new .tab-item li a span {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new .tab-item li span {
    float: right;
    font-size: 12px;
}
.new .tab-item li a:hover {
    color: #ff4916;
}
.new .tab-item li a em {
    color: #aaa9a9;
    font-style: normal;
    margin-right: 2px;
}
.new .tab-item li a:hover em {
    color: #ff4916;
}
.new .tab-item li a::before {
    content: "";
    display: block;
    width: 20px;
    height: 36px;
    float: left;
    background: url(../assets/images/focus_on.png) no-repeat;
    background-position: 0% 10%;
    background-size: 70%;
    /* margin: 6px 0 0; */
}
/* Slide ================================ */
.slider {
    width: 100%;
    float: left;
}
.wrap .slider .banner {
    position: relative;
    width: 350px;
    height: 230px;
    float: left;
}
.wrap .slider .banner > div.tempWrap {
    height: 100%;
}
.wrap .slider .banner .hd {
    position: absolute;
    width: 100%;
    right: 20px;
    bottom: 6px;
    text-align: right;
}
.wrap .slider .banner .hd ul {
    display: inline-block;
    *float: left;
    *margin: 20px 0 0 228px;
}
.wrap .slider .banner .hd li {
    width: 18px;
    height: 8px;
    float: left;
    margin: 0 5px;
    background: #848484;
}
.wrap .slider .banner .hd li.on {
    background: #a2221e;
}
.wrap .slider .banner .bd {
    _width: 310px;
    height: 100%;
}
.wrap .slider .banner .bd a {
    height: inherit;
}
.wrap .slider .banner .bd a img {
    width: 350px;
    height: 100%;
}
