* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
    background: url('../images/bg.jpg') repeat-y center top;
}

.banner{
    width: 100%;
    height: 826px;
    background: url('../images/top.jpg') no-repeat center top;
}

.box{
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.daodu{
    width: 100%;
    height: 188px;
    background: url('../images/dy.png') no-repeat center top;
    line-height: 36px;
    font-size: 20px;
    padding: 0 65px;
    box-sizing: border-box;
}

.daodu h2{
    font-size: 28px;
    color: #02398c;
}

.daodu p{
    padding-top: 55px;
}

.cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.video{
    float: left;
    width: 480px;
    height: 320px;
    position: relative;
}

.video img{
    width: 480px;
    height: 320px;
    display: block;
}

.video p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    font-size: 18px;
}

.video a{
    color: #fff;
}

.video span{
    position: absolute;
    width: 91px;
    height: 91px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background: url('../images/video-png.png') no-repeat center center;
}


.news{
    width: 480px;
    height: 320px;
    float: right;
    overflow: hidden;
    position: relative;
}

.news h2{
    position: absolute;
    left: 15px;
    top: 0;
    width: 450px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: #bd0200;
    border: 2px solid #000;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 99;
}

.news p{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 280px;
    border: 2px dashed #000;
    line-height: 36px;
    font-size: 20px;
    padding: 50px 10px;
    box-sizing: border-box;
}


.news p a{
    color: #bd0200;
}

.tit{
    width: 100%;
    height:73px;
    line-height: 73px;
    background: url('../images/tit-1.png') no-repeat center center;
    overflow: hidden;
    font-size: 34px;
    font-weight: bold;
    color: #bd0200;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.tit-2{
    background: url('../images/tit-2.png') no-repeat center center;
}

.tit p{
    position: relative;
    width: 100%;
    height: 20px;
    text-align: center;
     font-size: 12px;
}

.tit p::before{
    position: absolute;
    content: "";
    width: 1000px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #bd0200;
    z-index: -1;

}


.tit p span{
    padding: 2px 10px;
    background: #bd0200;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}

.media{
    overflow: hidden;
    margin-right: -40px;
}

.media-left{
    width: 480px;
    height: 220px;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

.media-left h2{
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-cont{
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.media-cont img{
    float: left;
    display: block;
    width: 270px;
    height: 180px;
}

.media-cont p{
    float: right;
    width: 200px;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
}

.media-cont p a{
    color: #bd0200;
}

.zhanlue{
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: 20px;
}

.zy-left{
    float: left;
    width: 480px;
    height: 320px;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
}

.zy-left::after{
    position: absolute;
    content: "";
    right: 10px;
    top: 20px;
    width: 31px;
    height: 67px;
    background: url('../images/nr-icon.png') no-repeat center center;
}

.zy-leftp{
    float: left;
    width: 480px;
    height: 320px;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px;
    border: 2px dashed #000;
}

.zy-leftp::after{
    display: none;
}




.zl-tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    color: #bd0200;
}

.zy-left p{
    width: 480px;
    height: 250px;
    margin-top: 20px;
    border: 2px dashed #000;
    box-sizing: border-box;
    padding: 30px;
    font-size: 20px;
    line-height: 40px;
}

.zy-right{
    float: right;
    width: 480px;
    height: 320px;
}

.zy-left1{
    float: right;
}

.zy-right1{
    float: left;
}


.part5_l {
    width: 330px;
    height: auto;
    float: left;
}

.title3 {
    width: 180px;
    height: 47px;
    line-height: 47px;
    background: url('../images/tit-3.png') no-repeat center left;
    font-size: 28px;
    color: #bd0200;
    text-align: center;
}

.part5_l_box {
    width: 334px;
    height: 300px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: -2px;
}

.part5_l_box img{
    width: 290px;
    height: 100px;
    display: block;
}

.part5_l_box a p {
    line-height: 36px;
}

.part5_r {
    width: 650px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.part5_r_box {
    width: 650px;
    height: 300px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    margin-top: -2px;
}

.footer {
    width: 1000px;
    height: auto;
    margin: 30px auto;
    text-align: center;
}

.footer p {
    line-height: 30px;
}

.out-img {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 480px;
    float: left;
    position: relative;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}


.out-img1 {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img1 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img1 .img li {
    width: 480px;
    float: left;
    position: relative;
}


.out-img1 .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img1 .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img1 .num li.on {
    background-color: #e01428;
}

.out-img1 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img1:hover .btn {
    display: block;
}

.out-img1 .btn-l {
    left: 0;
}

.out-img1 .btn-r {
    right: 0;
}


.out-img2 {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img2 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img2 .img li {
    width: 480px;
    float: left;
    position: relative;
}

.out-img2 .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img2 .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img2 .num li.on {
    background-color: #e01428;
}

.out-img2 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img2:hover .btn {
    display: block;
}

.out-img2 .btn-l {
    left: 0;
}

.out-img2 .btn-r {
    right: 0;
}

.out-img3 {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img3 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img3 .img li {
    width: 480px;
    float: left;
    position: relative;
}

.out-img3 .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img3 .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img3 .num li.on {
    background-color: #e01428;
}

.out-img3 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img3:hover .btn {
    display: block;
}

.out-img3 .btn-l {
    left: 0;
}

.out-img3 .btn-r {
    right: 0;
}

.out-img4,.out-img5,.out-img6,.out-img7{
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img4 .img,.out-img5 .img,.out-img6 .img,.out-img7 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img4 .img li,.out-img5 .img li,.out-img6 .img li,.out-img7 .img li {
    width: 480px;
    float: left;
    position: relative;
}

.out-img4 .num,.out-img5 .num,.out-img6 .num,.out-img7 .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img4 .num li,.out-img5 .num li,.out-img6 .num li,.out-img7 .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img4 .num li.on,.out-img5 .num li.on,.out-img6 .num li.on,.out-img7 .num li.on{
    background-color: #e01428;
}

.out-img4 .btn,.out-img5 .btn,.out-img6 .btn,.out-img7 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img4:hover .btn,.out-img5:hover .btn,.out-img6:hover .btn,.out-img7:hover .btn{
    display: block;
}

.out-img4 .btn-l,.out-img5 .btn-l,.out-img6 .btn-l,.out-img7 .btn-l{
    left: 0;
}

.out-img4 .btn-r,.out-img5 .btn-r,.out-img6 .btn-r,.out-img7 .btn-r {
    right: 0;
}

.zy-leftp p{
    background: #fff3f3;
    border: 0 none;
    margin-top: 0;
    width: 100%;
    padding: 20px;
    height: 280px;
}

.bg-cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border: 2px dashed #000;
    box-sizing: border-box;
}

.bg-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff3f3;
    padding: 20px;
    box-sizing: border-box;
}

.bg-box p{
    line-height: 36px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #e3e3e3;
}



.out-img8 {
    position: relative;
    width: 940px;
    height: 320px;
    overflow: hidden;
    margin: 0 auto;
}

.out-img8 .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img8 .img li {
    width: 940px;
    float: left;
    position: relative;
}

.out-img8 .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    font-size: 0;
}

.out-img8 .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img8 .num li.on {
    background-color: #e01428;
}

.out-img8 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img8:hover .btn {
    display: block;
}

.out-img8 .btn-l {
    left: 0;
}

.out-img8 .btn-r {
    right: 0;
}

.two-flash{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    background: #fff3f3;
}