header {
    width: 100%;
    height: 700px;
    min-height:700px;
    opacity: 1;
    background-image: url('../../images/65/banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
header .header {
    margin: 0 auto;
    width: 1200px;
}
header .logo {
    width: 331px;
    height: 64px;
    margin-top: 13px;
}

nav .storm {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-right: 32px;
    cursor: pointer;
    margin-top: 34px;
}

nav .storm a {
    color: #FFFFFF;
}

nav .storm a:hover {
    color: #F2C960;
    cursor: pointer;
}

nav .pitch-on {
    color: #F2C960 !important;
}

.cont {
    width: 100%;
}

.cont-one, .cont-three {
    width: 1200px;
    margin: 50px auto;
}

.cont .title {
    margin-bottom: 40px;
}

.cont .title span {
    vertical-align: middle;
    font-size: 18px;
}

.cont .jia{
    margin-top: -3px;
    display: inline-block;
    margin-left: 2px;
}

.cont h2 {
    font-size: 40px;
    opacity: 1;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0;
    vertical-align: middle;
}

.cont .title .title-p {
    margin-top: 6px;
    cursor: pointer;
    line-height: 28px !important;
    vertical-align: middle;
}

.cont-one .list .storm {
    width: 373px;
    display: inline-block;
    margin-right: 36px;
}

.cont-one .list .storm:last-child {
    margin-right: 0;
}

.cont-one .list .storm .top {
    width: 373px;
    height: 248px;
    overflow: hidden;
    position: relative;
}

.cont-one .list .storm .top .top-img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    cursor: pointer;
    object-fit: cover;
}

.cont-one .list .storm .top .top-img:hover {
    transform: scale(1.2);
}

.cont-one .list .storm .top .top-cont {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    bottom: 16px;
    left: 16px;
    right: 16px;
    cursor: pointer;
}

.cont-one .list .storm .top .top-cont p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
}

.cont-one .list .storm .top .top-cont p.time {
    margin-bottom: 12px;
}

.cont-one .list .storm .bottom {
    margin-top: 60px;
    padding: 28px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.cont-one .list .storm .bottom:hover {
    border-top: 1px solid #B70000 !important;
    border-bottom: 1px solid #B70000 !important;
    color: #B70000 !important;
}

.cont-one .list .storm .bottom:hover .time {
    color: #B70000 !important;
}

.cont-one .list .storm .bottom p.time {
    color: #999999;
    margin-bottom: 12px;
}

.cont-one .list .storm .bottom p.p {
    line-height: 26px !important;
    letter-spacing: 0;
    min-height: 52px;
}

.cont-two {
    width: 100%;
    opacity: 1;
    background-image: url('../../images/65/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont-two .core {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.cont-two .core .lt-div {
    width: 580px;
    float: left;
    box-sizing: border-box;
    color: #FFFFFF;
}

.cont-two .core .lt-div .list .storm {
    width: 580px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
    padding: 24px 20px;
    cursor: pointer;
}

.cont-two .core .lt-div .list .storm:hover {
    background-color: #F2C960;
}

.cont-two .core .lt-div .list .storm h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
    /*height: 56px;*/
    color: #FFFFFF;
}

.cont-two .core .lt-div .list .storm p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.cont-two .core .rt-div {
    width: 580px;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    color: #FFFFFF;
}

.cont-two .core .rt-div .list {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 28px 24px;
}

.cont-two .core .rt-div .list .storm {
    cursor: pointer;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cont-two .core .rt-div .list .storm:hover a{
    color: #F2C960 !important;
}

.cont-two .core .rt-div .list .storm:first-child {
    padding: 0 0 28px 0;
    border: none !important;
}

.cont-two .core .rt-div .list .storm:last-child {
    padding: 28px 0 0 0;
}

.cont-two .core .rt-div .list .storm a {
    color: #FFFFFF;
}

.cont-two .core .rt-div .list .storm p {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0;
}

.cont-two .core .rt-div .list .storm p.time {
    margin-right: 16px;
    width: 118px;
}

.cont-two .core .rt-div .list .storm p.p {
    width: 396px;
}

.cont-three .list {
    margin-top: 40px;
}

.cont-three .list .storm {
    margin-bottom: 32px;
    width: 1200px;
    height: 264px;
    opacity: 1;
    background: #8C726E;
    color: #FFFFFF;
    cursor: pointer;
}

.cont-three .list .core {
    margin-bottom: 32px;
    width: 804px;
    height: 264px;
    opacity: 1;
    background: #8C726E;
    color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
}

.cont-three .list .storm h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.cont-three .list .storm p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.cont-three .list .storm img {
    width: 396px;
    height: 264px;
    object-fit: cover;
}

.cont-four {
    width: 100%;
    min-height: 500px;
    opacity: 1;
    background-image: url('../../images/65/bg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.cont-four .core {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.cont-four .core .focus {
    margin-top: 40px;
    position: relative;
}

.cont-four .core .focus .frame {
    width: 1200px;
    overflow: hidden;
    padding-bottom: 30px;
}

.cont-four .core .focus .frame .list {
    width: 100000px;
}

.cont-four .core .focus .frame .list .storm {
    position: relative;
    width: 232px;
    padding-bottom: 75px;
    cursor: pointer;
    margin-right:10px;
}

.cont-four .core .focus .frame .list .storm .pic {
    width: 232px;
    height: 354px;
    overflow: hidden;
    position: relative;
}

.cont-four .core .focus .frame .list .storm .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    cursor: pointer;
    object-fit: cover;
}

.cont-four .core .focus .frame .list .storm .pic img:hover {
    transform: scale(1.2)
}

.cont-four .core .focus .frame .list .storm p {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
}

.cont-four .core .focus .frame .list .storm:after {
    content: "";
    /*background: url('../images/png73.png') center top no-repeat;*/
    width: 25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
    height: 60px;
    background-repeat: no-repeat;
}

.cont-four .core .focus .frame .list .storm.pick:after {
    background-image: url('../../images/65/png73a.png');
    height: 89px;
    bottom: -30px;
}

.cont-four .core .focus .lin {
    content: "";
    position: absolute;
    border-bottom: 1px solid #B70000;
    left: 30px;
    bottom: 29px;
    right: 30px;
}

.cont-four .core .focus .lin:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid rgba(183, 0, 0, 0.3);
    position: absolute;
    left: -7px;
    top: -3px;
}

.cont-four .core .focus .lin:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid rgba(183, 0, 0, 0.3);
    position: absolute;
    right: -7px;
    top: -3px;
}

.cont-four .core .focus .prev {
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    text-align: left;
    color: #B70000;
    font-weight: bold;
    cursor: pointer;
}

.cont-four .core .focus .prev img {
    width: 11px;
    height: 24px;
    margin-top: 14px;
    margin-left: 14px;
}

.cont-four .core .focus .next {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    text-align: right;
    color: #B70000;
    font-weight: bold;
    cursor: pointer;
}

.cont-four .core .focus .next img {
    width: 11px;
    height: 24px;
    margin-top: 14px;
    margin-left: 7px;
}

.cont-four .list-text {
    width: 1200px;
    height: 120px;
    opacity: 1;
    color: #FFFFFF;
    background: #B70000;
    padding: 32px 32px 40px 32px;
    margin-top: 30px;
}

.cont-four .list-text .storm {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    display: none;
}

footer {
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    background: #930505;
}

footer .core-top {
    width: 1200px;
    margin: auto;
}

footer .core-top img {
    width: 359px;
    margin-top: 60px;
}

footer .core-top h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #FFFFFF;
    margin-top: 42px;
}

footer .core-top p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
}

footer .core-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .core-bottom p {
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
}