﻿@charset "utf-8"; /* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol, ul, li, dl, dd, dt, p, span, cite, code, em, h1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    display: block;
}

/*导航css*/
.cu_dhbg {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #3a3a3a;
}

.cu_dhnr {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.cu_logo {
    width: 309px;
    height: 60px;
    float: left;
}

.cu_dhwz {
    width: 600px;
    height: 60px;
    float: left;
    margin: 0 0 0 90px;
}

.cu_dhwz ul {
    margin: 0;
    padding: 0;
    width: 690px;
    height: 60px;
}

.cu_dhwz ul li {
    float: left;
}

.cu_dhwz ul li a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    padding: 0 19px 0 19px;
    display: block;
}

.cu_dhwz ul li a:hover {
    background: #c82737;
    color: #fffc00;
}

/*banner*/
.ban {
    clear: both;
    overflow: hidden;
}

.s1 {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -250px;
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.s1 p {
    margin: 0;
    padding: 50px 0 20px 0;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.s1 span {
    display: block;
    font-size: 25px;
    color: #666;
    text-align: center;
}

.s1 a {
    margin: 20px auto 0 auto;
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    background: #f88371;
}

.s1 a:hover {
    background: #ed6f5c;
}

@media (max-width: 480px) {
    .s1 {
        margin: -127px 0 0 0;
        width: 80%;
        height: 255px;
        left: 10%;
    }

    .s1 p {
        font-size: 36px;
    }

    .s1 span {
        font-size: 18px;
    }
}

/*banner*//*no1*/
.information {
    width: 1194px;
    height: 330px;
    margin: 40px auto;
}

.information div {
    display: inline-block;
    margin: 20px 5px;
}

.information ul {
    width: 1194px;
    height: 242px;
}

.information ul li {
    width: 276px;
    height: 240px;
    border: 1px solid #e4e4e4;
    margin: 0 10px;
    float: left;
}

.information ul li .cont {
    width: 270px;
    height: 234px;
    border: 3px solid #fff;
    display: block;
}

.information ul li .cont:hover {
    border: 3px solid #0da3e2;
}

.information ul li .cont .info-header {
    width: 270px;
    height: 92px;
}

.information ul li .cont:hover .info-header { /*background: url(information-hover-bg.png) repeat-x;*/
}

.information ul li .cont .info-hr {
    width: 260px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
}

.information ul li .cont .info-header img {
    width: 62px;
    height: 62px;
    margin: 13px 0 0 15px;
    float: left;
}

.information ul li .cont .info-header h2 {
    height: 92px;
    line-height: 92px;
    font-weight: normal;
    font-size: 24px;
    color: #111;
    margin-left: 23px;
    float: left;
}

.information ul li .cont .info-text {
    width: 210px;
    height: 124px;
    padding-top: 14px;
    margin: 0 auto;
}

.information ul li .cont .info-text p {
    height: auto;
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.information ul li .cont .info-text a {
    width: 100%;
    line-height: 28px;
    text-align: right;
    font-size: 14px;
    color: #0da3e2;
    display: block;
}

.information ul li .cont .info-btn-group {
    width: 252px;
    height: 130px;
    padding-top: 10px;
    margin: 0 auto;
}

.information ul li .cont .info-btn-group a {
    float: left;
    display: block;
    width: 112px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-image: url("information-btn-bg.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/information-btn-bg.png*/;
    border: 1px solid #d3d3d3;
    margin: 4px 6px;
    border-radius: 15px;
}

.information ul li .cont .info-btn-group a:hover {
    color: #fff;
    background-image: url("information-btn-hover-bg.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/information-btn-hover-bg.png*/;
    border: 1px solid #20a1f3;
}

.title_1 h1, .title_3 h1, .title_4 h1, .title_5 h1 {
    width: 1000px;
    font-size: 44px;
    font-weight: bold;
}

.title_1 h1 {
    height: 86px;
    color: #0c124a;
}

.title_1, .title_5 {
    width: 1000px;
    height: 90px;
    margin: 50px auto;
    text-align: center;
}

.con_1 {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
}

.con1_li1, .con1_li2, .con1_li3, .con1_li4 {
    width: 320px;
    height: 410px;
    margin: 0 30px;
    color: #fff;
    overflow: hidden;
    float: left;
}

.con1_li1 {
    background: #A4005B;
}

.con1_li2 {
    background: #00A3B2;
}

.con1_li3 {
    background: #ED6942;
}

.con1_li4 {
    background: #9eb100;
}

.con1_img1, .con1_img2, .con1_img3, .con1_img4 {
    width: 120px;
    height: 120px;
    margin: 30px auto 20px auto;
}

.con1_img1 {
    background: url("con1_img1.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con1_img1.png*/;
}

.con1_img2 {
    background: url("con1_img2.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con1_img2.png*/;
}

.con1_img3 {
    background: url("con1_img3.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con1_img3.png*/;
}

.con1_img4 {
    background: url("con1_img4.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con1_img4.png*/;
}

.con1_title {
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 24px;
}

.con1_p {
    width: 240px;
    height: 52px;
    padding: 12px 10px;
    margin: 0 auto;
    font-size: 14px;
}

.con1_li1 p {
    color: #A4005B;
    text-align: center;
}

.con1_li2 p {
    color: #00A3B2;
    text-align: center;
}

.con1_li3 p {
    color: #ED6942;
    text-align: center;
}

.conp {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    margin: 0 20px;
}

.cons {
    margin: 10px 20px;
    display: block;
}

.con1_li1 .con1_p {
    background: #0193a1;
    border: 1px #0ac4d5 dashed;
}

.con1_li2 .con1_p {
    background: #a10193;
    border: 1px #d50ac4 dashed;
}

.con1_li3 .con1_p {
    background: #e87d00;
    border: 1px #ff9519 dashed;
}

.con1_li4 .con1_p {
    background: #8fa101;
    border: 1px #bfd50a dashed;
}

.con1_p p {
    width: 240px;
    height: auto;
    line-height: 24px;
}

.con1_btn {
    width: 300px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.con1_btn a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    border-radius: 5px;
}

.con1_btn a:hover {
    color: #fff;
    font-weight: bold;
}

/*no1*//*no2*/
.con_2 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.con_2 ul {
    padding: 0 100px;
    display: block;
    overflow: hidden;
}

.con2_bg {
    height: 800px;
    background: #f6f6f6;
    padding: 30px 0;
}

.con_2 ul li {
    width: 280px;
    height: 150px;
    margin: 15px;
    box-shadow: 2px 0 5px #ddd;
    float: left;
    cursor: pointer;
}

.con_2 ul li a {
    width: 280px;
    height: 55px;
    padding-top: 95px;
    text-align: center;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 20px;
    color: #666;
    display: block;
}

.con_2 ul li a:hover {
    color: #fff;
    background-color: #d94e39;
}

.con_2 ul li.nr_1 a {
    background-image: url("con2_icon1.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon1.png*/;
}

.con_2 ul li.nr_2 a {
    background-image: url("con2_icon2.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon2.png*/;
}

.con_2 ul li.nr_3 a {
    background-image: url("con2_icon3.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon3.png*/;
}

.con_2 ul li.nr_4 a {
    background-image: url("con2_icon4.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon4.png*/;
}

.con_2 ul li.nr_5 a {
    background-image: url("con2_icon5.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon5.png*/;
}

.con_2 ul li.nr_6 a {
    background-image: url("con2_icon6.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon6.png*/;
}

.con_2 ul li.nr_7 a {
    background-image: url("con2_icon7.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon7.png*/;
}

.con_2 ul li.nr_8 a {
    background-image: url("con2_icon8.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon8.png*/;
}

.con_2 ul li.nr_9 a {
    background-image: url("con2_icon9.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon9.png*/;
}

.con_2 ul li.nr_1 a:hover {
    background-image: url("con2_icon1_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon1_hover.png*/;
}

.con_2 ul li.nr_2 a:hover {
    background-image: url("con2_icon2_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon2_hover.png*/;
}

.con_2 ul li.nr_3 a:hover {
    background-image: url("con2_icon3_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon3_hover.png*/;
}

.con_2 ul li.nr_4 a:hover {
    background-image: url("con2_icon4_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon4_hover.png*/;
}

.con_2 ul li.nr_5 a:hover {
    background-image: url("con2_icon5_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon5_hover.png*/;
}

.con_2 ul li.nr_6 a:hover {
    background-image: url("con2_icon6_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon6_hover.png*/;
}

.con_2 ul li.nr_7 a:hover {
    background-image: url("con2_icon7_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon7_hover.png*/;
}

.con_2 ul li.nr_8 a:hover {
    background-image: url("con2_icon8_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon8_hover.png*/;
}

.con_2 ul li.nr_9 a:hover {
    background-image: url("con2_icon9_hover.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/con2_icon9_hover.png*/;
}

.ban1 {
    display: block;
    overflow: hidden;
    height: 386px;
    background: url("ban1.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/ban1.jpg*/ no-repeat center;
}

/*no2*/
.cus_list a {
    background: #003567;
    width: 450px;
    display: inline-block;
    color: white;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    margin: 0 20px;
    border-radius: 20px;
}

.cucu_list div {
    display: inline-block;
    width: 490px;
    vertical-align: top;
}

.cucu_left a {
    display: inline-block;
    background: #00A0EA;
    color: white;
    width: 145px;
    height: 55px;
    line-height: 55px;
    margin: 30px 5px;
    border-radius: 20px;
}

.cucu_right li {
    margin: 5px auto;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed black;
    padding-left: 10px;
    padding-bottom: 5px;
}

.cucu_right a {
    background: #00A0EA;
    color: white;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
}

.cucu_list {
    margin-top: 30px;
}

.title_hrs div {
    display: inline-block;
}

.title_hrs {
    margin-bottom: 50px;
}

.title_hrs div {
    margin: 0 10px;
}

.b11_list div {
    display: inline-block;
    margin: 30px auto;
}

.ban11 h1 {
    font-size: 44px;
    padding-top: 30px;
}

.ban11 p {
    font-size: 20px;
}

.ljc_01 {
    display: inline-block;
    width: 200px;
    margin: 20px 60px;
    position: relative;
}

.ljc_02 {
    display: inline-block;
    width: 200px;
    margin: 20px 60px;
    position: relative;
}

.ljc_1 {
    text-align: left;
    border: 2px dashed #005983;
    border-radius: 25px;
    padding-left: 80px;
    width: 205px;
    height: 60px;
    line-height: 30px;
}

.ljc_2 {
    text-align: left;
    border: 2px dashed #005983;
    border-radius: 25px;
    padding-left: 80px;
    width: 205px;
    height: 60px;
    line-height: 60px;
    position: relative;
    top: -15px;
}

.ljc_2 a {
    position: absolute;
    left: -8px;
    top: -10px
}

.pppp1 {
    font-weight: bold;
}

.ljc_01 a {
    background: #005983;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: white;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -5px;
}

.ljc_02 a {
    background: #005983;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: white;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -20px;
}

.ljcb {
    padding-top: 30px;
}

.ljcb h1 {
    font-size: 44px;
}

.ljc_list {
    margin: 40px auto;
}

.aaa1 {
    background: #005983;
    display: inline-block;
    width: 350px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    color: white;
}

.aaa2 {
    background: #005983;
    display: inline-block;
    width: 350px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    color: white;
    margin-top: 40px;
}

.bbb4 div {
    display: inline-block;
}

.bbb4 h1 {
    font-size: 44px;
}

.aa_list a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 20px;
    background: #B40512;
    margin: 0 30px;
}

/*代报时间*/
.cu_dbbg {
    width: 100%;
    height: 1048px;
    margin: 0 auto;
    background: #E2F6FF;
}

.cu_dbnr {
    width: 1000px;
    height: 748px;
    margin: 0 auto;
}

.cu_db01 {
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    font-size: 16px;
    color: #595656;
    text-align: center;
    line-height: 30px;
}

.cu_dbwz {
    font-size: 14px;
    color: #595656;
}

#cu_an03a {
    width: 100px;
    height: 27px;
    font-size: 13px;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 27px;
    background: #003567;
    border-radius: 2px;
}

#cu_an03a:hover {
    background: #3d3d3d;
}

.cu_dbwza {
    font-size: 18px;
    color: #c82737;
}

.gettime {
    width: 420px;
    margin: 0 auto;
}

.gettime li {
    float: left;
    list-style: none;
    width: 152px;
    font-size: 90px;
    color: #A40035;
    text-align: center;
    margin: 10px 4px;
}

/*no3*/
.con7 {
    height: 242px;
    background-size: cover;
}

.con7 h2 {
    text-align: center;
    font-size: 44px;
    color: #333;
    padding-top: 40px;
    font-weight: bold;
}

.con7 ul {
    width: 906px;
    height: 150px;
    margin: 0 auto;
}

.con7 ul li {
    float: left;
    width: 102px;
    height: 30px;
    background: #ff1919;
    border-radius: 20px;
    color: #fff;
    margin-top: 25px;
    margin-left: 10px;
}

.con7 ul li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}

.con7 ul li:hover {
    background: #ff6800;
}

/**/
.fl {
    float: left;
}

.fr {
    float: right;
}

.content4 {
    width: 1137px;
    margin: 50px auto 0;
}

.content4 h2 {
    font-size: 44px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.content4 h2 span {
    color: #e04500;
}

.content4_xlzc {
    width: 1000px;
    overflow: hidden;
    margin: 40px auto 0;
    border-bottom: 1px dashed #666666;
}

.xlzc_l {
    width: 284px;
    height: 384px; /* background:#efefef; */
}

.xlzc_l h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 15px;
}

.xlzc_l_img {
    width: 280px;
    height: 172px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.xlzc_l_img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.xlzc_l_img a {
    display: block;
}

.xlzc_l_img .a1 {
    width: 174px;
    height: 38px;
    background: #eb6100;
    border: 1px solid #c45304;
    position: absolute;
    bottom: 40px;
    left: 101px;
    z-index: 99;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.xlzc_l_img:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.xlzc_l_bk {
    width: 346px;
    overflow: hidden;
}

.xlzc_l_bk a {
    width: 84px;
    height: 24px;
    background: #e5e5e5;
    float: left;
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 4px 13px 5px 0;
    -moz-box-shadow: 2px 0 2px #dfac71, 0 2px 2px #dfac71;
    -o-box-shadow: 2px 0 2px #dfac71, 0 2px 2px #dfac71;
    -ms-box-shadow: 2px 0 2px #dfac71, 0 2px 2px #dfac71;
}

.xlzc_l_bk a:hover {
    color: #fff;
    background: #ff1919;
}

.xlzc_c {
    width: 310px;
    margin-left: 25px;
}

.xlzc_c h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.xlzc_c h3 span {
    font-size: 16px;
    color: #404040;
}

.xlzc_c ul {
    margin-top: 16px;
}

.xlzc_c ul:last-child {
    margin-top: 55px;
}

.xlzc_c ul li:hover a.no-hover {
    color: #333 !important;
}

.xlzc_c ul li {
    font-size: 12px;
    color: #cccccc;
    line-height: 24px; /* list-style-type: disc; */
}

.xlzc_c ul li:first-child a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.xlzc_c ul li:first-child a:hover {
    color: #333;
}

.xlzc_c ul li:first-child {
    margin-bottom: 10px
}

.xlzc_c ul li a {
    font-size: 14px;
}

.xlzc_c ul li a:hover {
    color: #ff1919;
}

.xlzc_c ul li span {
    background: #ff1919;
    width: 41px;
    height: 24px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    padding: 5px;
    margin-right: 10px;
    left: 5px;
    position: relative;
}

.xlzc_r {
    width: 380px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

.xlzc_r h2 {
    font-size: 22px;
    color: #404040;
    float: left;
    height: 35px;
}

.xlzc_r a {
    display: block;
}

.xlzc_r img {
    width: 380px;
    border: 1px solid #e9e9e9;
    height: 134px;
    float: left;
    top: 0;
    left: 0;
    z-index: 3;
}

.xlzc_r h4 {
    position: absolute;
    top: 65px;
    width: 270px;
    height: 34px;
    background: #fffc00;
    left: 58px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    border-radius: 10px;
    color: #333;
}

.xlzc_r h4 a {
    display: block;
    color: #333;
    font-size: 20px;
}

.xlzc_r h5 {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 120px;
    left: 58px;
}

.xlzc_r ul {
    margin-top: 57px;
    float: left;
}

.xlzc_r ul .li2 {
    margin-right: 0;
}

.xlzc_r ul li {
    width: 76px;
    height: 94px;
    float: left;
    margin-right: 25px;
}

.xlzc_r ul li h3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    width: 72px;
    background: #fffc00;
    height: 18px;
    border-radius: 5px;
}

.xlzc_r ul li:last-child {
    margin-right: 0;
}

.xlzc_r ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 72px;
    height: 40px;
    display: block;
    background: #e5e5e5;
    line-height: 40px;
    margin-top: 12px;
}

.xlzc_r_dj {
    height: 40px;
    float: left;
}

.xlzc_r_dj a {
    width: 180px;
    height: 26px;
    border: 1px solid #ff1919;
    border-radius: 5px;
    font-size: 5px;
    color: #ff1919;
    text-align: center;
    line-height: 26px;
}

.xlzc_r_dj a:first-child {
    margin-right: 15px;
}

.xlzc_r_dj a:hover {
    background: #ff1919;
    color: #FFF;
}

@keyframes scaling {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.content4-bottom {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.content4-bottom .same-box {
    width: 488px;
    height: 300px;
    float: left;
    margin-right: 22px;
}

.content4-bottom .same-box .title {
    font-size: 20px;
    color: #333;
    text-align: center;
    height: 68px;
    line-height: 68px;
}

.content4-bottom .same-box .list-ul {
    width: 486px;
    height: 178px;
    padding-top: 5px;
    border: 1px solid #9a9a9a;
}

.content4-bottom .same-box .list-li {
    width: 486px;
    height: 34px;
    line-height: 34px;
}

.content4-bottom .same-box .list-li span {
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.content4-bottom .same-box .list-li a {
    display: inline-block;
    height: 20px;
    width: 92px;
    background: #ff1919;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.content4-bottom .same-box .list-li a:hover {
    background: #ff6800;
}

.content4-bottom .same-box.th-right {
    margin-right: 0
}

.ban2 {
    height: 292px;
    overflow: hidden;
    width: 100%;
    display: block;
    background: url("ban4.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/ban4.jpg*/ no-repeat center;
}

.ban33 {
    height: 323px;
    overflow: hidden;
    width: 100%;
    display: block;
    background: url("DDYYY.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/DDYYY.jpg*/ no-repeat center;
    margin: 0 auto 40px;
}

.ban3 {
    height: 379px;
    overflow: hidden;
    width: 100%;
    display: block;
    background: url("ban3.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/ban3.jpg*/ no-repeat center;
}

.cu_ycnzbg {
    width: 100%;
    height: 860px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #e4e4e4;
}

.cu_ycnzbg {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    background: #e4e4e4;
}

.cu_ycnznr {
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}

.mx_div {
    width: 250px;
    height: 230px;
    position: relative;
    overflow: hidden;
    float: left;
}

.mx_div.bo1 {
    background: url("bz01.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz01.jpg*/ no-repeat;
}

.mx_div.bo2 {
    background: url("bz02.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz02.jpg*/ no-repeat;
}

.mx_div.bo3 {
    background: url("bz03.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz03.jpg*/ no-repeat;
}

.mx_div.bo4 {
    background: url("bz04.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz04.jpg*/ no-repeat;
}

.mx_div.bo5 {
    background: url("bz05.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz05.jpg*/ no-repeat;
}

.mx_div.bo6 {
    background: url("bz06.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz06.jpg*/ no-repeat;
}

.mx_div.bo7 {
    background: url("bz07.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz07.jpg*/ no-repeat;
}

.mx_div.bo8 {
    background: url("bz08.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz08.jpg*/ no-repeat;
}

.jg1 {
    width: 202px;
    height: 120px;
    background: url("bz01a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz01a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg2 {
    width: 202px;
    height: 120px;
    background: url("bz02a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz02a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg3 {
    width: 202px;
    height: 120px;
    background: url("bz03a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz03a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg4 {
    width: 202px;
    height: 120px;
    background: url("bz04a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz04a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg5 {
    width: 202px;
    height: 120px;
    background: url("bz05a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz05a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg6 {
    width: 202px;
    height: 120px;
    background: url("bz06a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz06a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg7 {
    width: 202px;
    height: 120px;
    background: url("bz07a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz07a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.jg8 {
    width: 202px;
    height: 120px;
    background: url("bz08a.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz08a.jpg*/ repeat;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    text-align: left;
    padding: 110px 24px 0 24px;
    position: absolute;
    top: 230px;
    left: 0;
}

.title_3, .title_4 {
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    background: url("bz.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz.png*/ no-repeat center -1px;
}

.title_3 h1 {
    height: 66px;
    color: #fff;
    padding: 45px 0 0;
    font-size: 35px;
}

.bz_4, .bz_4 ul {
    width: 780px;
    height: 160px;
    margin: 0 auto;
}

.bz_1 {
    width: 910px;
    height: 230px;
    margin: 0 auto;
}

.bz1_con {
    width: 430px;
    height: 230px;
    padding: 0px 40px;
    float: left;
    margin-top: 10px;
}

.bz2_bg {
    height: 470px;
    background: url("bz_2_bg.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz_2_bg.jpg*/ center;
}

.bz_2 {
    width: 710px;
    height: 170px;
    text-align: center;
    margin: 0 auto;
}

.bz1_title {
    line-height: 44px;
    font-size: 28px;
    color: #000;
}

.bz1_title .red {
    color: #eb1f00;
    font-size: 26px;
}

.bz1_con p, .bz_2 p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.bz1_img {
    width: 340px;
    height: 230px;
    padding: 0 30px;
    float: left;
}

.bz1_img img {
    box-shadow: 4px 4px 6px #999;
}

.button_zixun_2 {
    width: 180px;
    height: 44px;
    margin: 50px auto;
}

.button_zixun_2 a {
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #d94e39;
    display: block;
}

.bz4_bg {
    height: 560px;
    text-align: center;
    background: url("bz_4_bg.jpeg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/bz_4_bg.jpg*/ center fixed;
}

.bz4_bg h2 {
    height: 80px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.bz_4 ul li {
    width: 160px;
    height: 160px;
    margin: 0 50px;
    float: left;
}

/*-----------------*/
.yxzybg {
    width: 100%;
    height: 310px;
    background: #1961D0;
}

.yxzynr {
    width: 1000px;
    height: 310px;
    margin: 0 auto;
}

.yxzynr h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.yxzynr ul {
    margin: 0;
    padding: 0;
}

.yxzynr ul li {
    float: left;
    margin-right: 47px;
    margin-bottom: 20px;
}

.yxzynr ul li a {
    width: 300px;
    height: 150px;
    display: block;
    border: #fff solid 1px;
}

.yxzynr ul li a h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    padding: 53px 0;
}

.yxzynr ul li a p {
    font-size: 14px;
    color: #fff;
    padding: 18px;
    line-height: 22px;
}

.yxzynr ul li a:hover {
    transition: all 0.3s linear;
    background: #36797f;
}

.yxzybga {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    background: #1961D0;
}

.yxzynra {
    width: 1000px;
    height: 180px;
    margin: 0 auto;
}

.yxzynra h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.yxzynra ul {
    margin: 0;
    padding: 0;
}

.yxzynra ul li {
    float: left;
    margin-right: 47px;
    margin-bottom: 20px;
}

.yxzynra ul li a {
    width: 300px;
    height: 150px;
    display: block;
    border: #fff solid 1px;
}

.yxzynra ul li a h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    padding: 43px 0;
}

.yxzynra ul li a p {
    font-size: 14px;
    color: #fff;
    padding: 18px;
    line-height: 22px;
}

.yxzynra ul li a:hover {
    transition: all 0.3s linear;
    background: #36797f;
}

.footbg {
    width: 100%;
    height: 213px;
    margin: 0 auto;
    background: url("footbg.jpg")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/footbg.jpg*/ repeat-x;
}

.footnr {
    width: 1000px;
    height: 213px;
    margin: 0 auto;
}

.lsgs_bg {
    width: 100% px;
    height: 40px;
    background: #2bab9c;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 70px;
    line-height: 40px;
}

.lsgs_bg a {
    color: #ffd800;
}

.teac {
    color: #000000;
    background: #FFFF00;
    width: 1092px;
    margin: 20px auto;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.teac ul {
    padding: 0;
    list-style: none
}

.teac ul li {
    float: left;
    width: 90px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #000;
}

.teac ul li a {
    font-size: 15px;
}

.teac {
    color: #000000;
    background: #FFFF00;
    width: 1092px;
    margin: 20px auto;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.teac ul {
    padding: 0;
    list-style: none
}

.teac ul li {
    float: left;
    width: 90px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #000;
}
.fixed_left{width: 178px;height: 699px;background: url("dhc.png")/*tpa=http://bjs.dqbowen.top:81/yuanzhang/web1/images/dhc.png*/;position: fixed;top: 30px;left: 30px;}
.fixed_left_list{text-align: center;position: absolute;bottom: 15px;left: 15px;}
.fixed_left_list li{margin: 10px auto;color: white;}
.fixed_left_list li>a{background: #a40000;color: white;display: inline-block;width: 80px;height: 25px;line-height: 25px;margin-left: 5px;}
.fixed_left_list li>a:hover{background: #555;}
.fixed_center{position: fixed;left: 32%;top: 20%;}
.aa456{position: absolute;display: inline-block;bottom: 128px;font-size: 35px;left: 250px;color: white;}
.close456{position: absolute;right: 10px;top:10px;}
