* {
    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') no-repeat center top;
}
.box{
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding-top: 670px;
    margin: 0 auto;
}

.daodu{
    width: 100%;
    height: 176px;
    background: url('../images/ztdy.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: 15px;
}

.cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.video{
    float: left;
    width: 480px;
    height: 320px;
    position: relative;
}

.video img{
    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: center;
}

.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;
}

.news h2{
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    color: #fff;
    background: url('../images/news-tit.png') no-repeat center center;
    padding-left: 10px;
    box-sizing: border-box;
}

.news p{
    width: 100%;
    height: 266px;
    border: 1px solid #eee;
    line-height: 36px;
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;
}


.news p a{
    color: #02398c;
}

.tit{
    width: 100%;
    height:auto;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #02398c;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.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: #02398c;
    z-index: -1;

}


.tit p span{
    padding: 2px 10px;
    background: #02398c;
    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: #02398c;
}

.zhanlue{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.zy-left{
    float: left;
    width: 468px;
    height: 328px;
    background: url('../images/zy-bg.png') no-repeat center center;
    font-size: 18px;
    line-height: 30px;
    padding: 40px 10px 20px 10px;
    box-sizing: border-box;
}

.zy-right{
    float: right;
    width: 480px;
    height: 320px;
    background: #ff8300;
    margin-top: 5px;
}

.zy-left1{
    float: right;
    width: 468px;
    height: 328px;
    background: url('../images/zy-bg.png') no-repeat center center;
    font-size: 18px;
    line-height: 30px;
    padding: 40px 10px 20px 10px;
    box-sizing: border-box;
}

.zy-right1{
    float: left;
    width: 480px;
    height: 320px;
    background: #ff8300;
    margin-top: 5px;
}

.zl-tit{
    margin-bottom: 10px;
}


.part5_l {
    width: 330px;
    height: auto;
    float: left;
}

.title3 {
    height: 49px;
    line-height: 49px;
    font-size: 32px;
    color: #02398c;
    text-align: left;
}

.part5_l_box {
    width: 334px;
    height: 300px;
    border: 2px solid #9ab0d1;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.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 #9ab0d1;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    margin-top: 10px;
}

.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;
}