* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    background: url('../images/bg.jpg') no-repeat center top;
    color: #333333;
}

.banner {
    width: 100%;
    height: 618px;
}

.content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.dy {
    width: 1000px;
    height: 200px;
    line-height: 32px;
    font-size: 18px;
    background: #ffffff url('../images/dy.png') no-repeat 20px center;
    padding: 30px;
    box-sizing: border-box;
}

.dy p {
    padding-left: 90px;
}

.tit {
    position: relative;
    width: 1000px;
    height: 88px;
    margin: 20px auto;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 42px;
    font-weight: bold;
    color: #0075ff;
    text-align: center;
    background: url('../images/titi-1.png') no-repeat center center;
}


.tit span {
    font-size: 18px;
    font-weight: normal;
}



.tit a {
    position: absolute;
    right: 0;
    top: 15px;
    color: #0075ff;
    font-size: 16px;
    font-weight: normal;
}

.tit1 {
    position: relative;
    width: 1000px;
    height: 88px;
    margin: 20px auto;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 42px;
    font-weight: bold;
    color: #0075ff;
    text-align: center;
    background: url('../images/titi-2.png') no-repeat center center;
}

.tit1 span {
    font-size: 18px;
    font-weight: normal;
}

.first-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.flash {
    width: 480px;
    height: 320px;
    float: left;
    overflow: hidden;
}

.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 .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 50px;
}

.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: #00b3cc;
}

.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;
}

.news {
    float: right;
    width: 500px;
    height: 320px;
}

.news h2 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.news p {
    width: 100%;
    height: 120px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.news a {
    display: block;
    color: #333333;
}

.news a p span{
    color: #0075ff;
}

.video-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video-img {
    float: left;
    width: 480px;
    height: 220px;
    box-sizing: border-box;
    position: relative;
}

.video-img a span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url('../images/viede0-icon.png') no-repeat center center;
}

.video-img a {
    display: block;
}

.video-sj {
    float: right;
    width: 500px;
    height: 220px;
    box-sizing: border-box;
}

.video-sj h2 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.video-sj p {
    line-height: 26px;
    font-size: 14px;
}

.video-sj p a {
    color: #0075ff;
}

.media-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.media-list {
    width: 480px;
    height: auto;
    overflow: hidden;
    float: left;
}

.media-list:nth-child(2n+0) {
    float: right;
}

.media-list a{
    display: block;
}

.media-list h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 20px auto 10px auto;
}

.media-list .media-img {
    float: left;
    width: 270px;
    height: 180px;
}

.media-cs {
    float: right;
    width: 190px;
    height: 180px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}


.media-cs p span{
    color: #0075ff;
}

.media-name {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.sj-cont {
    width: 1000px;
    height: 1000px;
    background: url('../images/sjbg.png') no-repeat center 10px;
    position: relative;
}

.sj-01 {
    position: absolute;
    left: 235px;
    top: 10px;
    width: 765px;
    height: auto;
    overflow: hidden;
}

.sj-02 {
    position: absolute;
    left: 425px;
    top: 125px;
    width: 575px;
    height: auto;
    overflow: hidden;
}

.sj-03 {
    position: absolute;
    left: 425px;
    top: 290px;
    width: 575px;
    height: auto;
    overflow: hidden;
}

.sj-04 {
    position: absolute;
    left: 0;
    top: 520px;
    width: 740px;
    height: auto;
    overflow: hidden;
}

.sj-05 {
    position: absolute;
    left: 0;
    top: 760px;
    width: 600px;
    height: auto;
    overflow: hidden;
}

.sj-01 img {
    float: left;
}

.sj-04 img {
    float: right;
}

.sj-05 img {
    float: right;
}

.sj-04 .sj-pos {
    float: left;
}

.sj-pos {
    float: right;
    width: 480px;
    margin-left: 7px;
    border-left: 4px solid #0077f5;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 26px;
}

.sj-575 {
    width: 575px;
}


.sj-pos p span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0077f5;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.sj-flash {
    width: 360px;
    height: 415px;
    padding-top: 50px;
}

.out-img1 {
    position: relative;
    width: 360px;
    height: 415px;
    overflow: hidden;
}

.img1 {
    position: absolute;
    left: 0;
    width: 10000px;
}

.out-img1 ul li {
    width: 360px;
    height: 415px;
    float: left;
}

.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;
}


.sj-flash1 {
    float: right;
    width: 360px;
    height: 415px;
    padding-top: 75px;
}

.out-img2 {
    position: relative;
    width: 360px;
    height: 415px;
    overflow: hidden;
}

.img2 {
    position: absolute;
    left: 0;
    width: 10000px;
}

.out-img2 ul li {
    width: 360px;
    height: 415px;
    float: left;
}

.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;
}

.cx-lists {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.cx-lists ul li {
    width: 310px;
    height: 200px;
    float: left;
    margin-right: 35px;
}

.cx-lists ul li:nth-child(3n+0) {
    margin-right: 0;
}


.cx-lists ul li a {
    display: block;
}

.cx-lists ul li img {
    width: 310px;
    height: 160px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: block;
}

.cx-lists ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pro-zs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.pro-zs .pro-img {
    float: left;
    width: 660px;
    height: 430px;
    position: relative;
    display: none;
}

.pro-zs .pro-img img{
	width: 660px;
	height: 430px;
}

.pro-zs p {
    width: 660px;
    height: 70px;
    line-height: 26px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.pro-zs .pro-dis {
    display: block;
}

.img-li {
    float: right;
    width: 340px;
    height: 430px;
}

.img-li li {
    float: left;
    width: 150px;
    height: 126px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 26px;
    cursor: pointer;
    border: 3px solid #e3e3e3;
    box-sizing: border-box;
}

.img-li li.on {
    border-color: #0075ff;
}

.img-li li img {
    width: 150px;
    height: 126px;
}

.part5 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.part5_l {
    width: 330px;
    height: auto;
    float: left;
}

.title3 {
    height: 49px;
    line-height: 49px;
    font-size: 32px;
    color: #0075ff;
    text-align: left;
}

.part5_l_box {
    width: 330px;
    height: 390px;
    border: 3px solid #c9e0fc;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.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: 390px;
    border: 3px solid #c9e0fc;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
}

.footer {
    width: 1000px;
    height: auto;
    margin: 30px auto;
    text-align: center;
}

.footer p {
    line-height: 30px;
}