.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.ddjs_cyh .cyh_content1 {
    width: 1400px;
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
}

.column_cyh {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.column_cyh .column_cyh-name a {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.column_cyh .column_cyh-more {
    width: 130px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 38px;
    text-align: center;
    line-height: 38px;
}

.column_cyh .column_cyh-more a {
    font-size: 14px;
    color: #a0a0a0;
}

.ddjs_cyh .slideBox_cyh {
    width: 680px;
    height: 560px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
}

.ddjs_cyh .slideBox_cyh .hd {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 360px;
    right: 0;
}

.ddjs_cyh .slideBox_cyh .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    list-style-type: none;
}

.ddjs_cyh .slideBox_cyh .hd ul li {
    float: left;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #c8c8c8;
    cursor: pointer;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.ddjs_cyh .slideBox_cyh .hd ul li.on {
    background: #0076e6;
    color: #fff;
}

.ddjs_cyh .slideBox_cyh .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ddjs_cyh .slideBox_cyh .bd li {
    zoom: 1;
    vertical-align: middle;
}

.ddjs_cyh .slideBox_cyh .bd .img {
    width: 680px;
    height: 385px;
    overflow: hidden;
}

.ddjs_cyh .slideBox_cyh .bd img {
    width: 680px;
    height: 385px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ddjs_cyh .slideBox_cyh .bd .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ddjs_cyh .slideBox_cyh .bd .text {
    padding: 30px;
    background: #f3f6fa;
}

.ddjs_cyh .slideBox_cyh .bd .text .title_cyh {
    font-size: 18px;
    font-weight: bold;
    color: #0076e6;
}

.ddjs_cyh .slideBox_cyh .bd .text .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
    margin: 12px 0;
}

.ddjs_cyh .slideBox_cyh .bd .text .time {
    font-size: 14px;
    color: #0076e6;
}

.ddjs_cyh .infolist_cyh {
    width: 690px;
    margin-top: 45px;
}

.ddjs_cyh .infolist_cyh ul li {
    padding: 25px 30px;
    background-color: #f3f6fa;
    margin-bottom: 13px;
    list-style-type: none;
}

.ddjs_cyh .infolist_cyh ul li:last-of-type {
    margin-bottom: 0;
}

.ddjs_cyh .infolist_cyh ul li .title_cyh {
    font-size: 18px;
    color: #333;
}

.ddjs_cyh .infolist_cyh ul li:hover .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_cyh .infolist_cyh ul li .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 37px;
}

.ddjs_cyh .infolist_cyh ul li .time {
    font-size: 14px;
    color: #8e8e8e;
}

.ddjs_cyh .infolist_cyh ul li:hover .time {
    color: #0076e6;
}

.ddjs_cyh .cyh_content2 {
    margin-bottom: 100px;
}


.ddjs_cyh .picScroll-left-ddjs {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li {
    width: 445px;
    height: 410px;
    float: left;
    _display: inline;
    overflow: hidden;
    margin-right: 30px;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .img {
    text-align: center;
    overflow: hidden;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .img img {
    width: 445px;
    height: 250px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 72px;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .text:hover .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .text .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li .text .time {
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 20px;
}

.ddjs_cyh .picScroll-left-ddjs .bd ul li:hover .text .time {
    color: #0076e6;
}

.ddjs_cyh .cyh_content3 {
    height: 570px;
    background: #f3f6fa;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list {
    width: 1400px;
    margin: auto;
    padding: 70px 0 65px 0;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul {
    margin-top: 45px;
    overflow: hidden;
    list-style-type: none;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li {
    width: 685px;
    height: 160px;
    background: #fff;
    float: left;
    margin: 0 30px 30px 0;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li:nth-child(2n) {
    margin-right: 0;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li:nth-child(3),
.ddjs_cyh .cyh_content3 .cyh_con3-list ul li:nth-child(4) {
    margin-bottom: 0;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li a {
    display: block;
    padding: 25px 25px 25px 0;
    overflow: hidden;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .time {
    width: 120px;
    height: 110px;
    border-right: 1px solid #f5f5f5;
}

.ddjs_cyh .ddjs_shzr .cyh_con3-list ul li .time {
    border-right: 1px solid #e5e5e5;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .text {
    width: 510px;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .time p {
    text-align: center;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .time p:nth-child(1) {
    font-size: 36px;
    line-height: 70px;
    color: #333;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .time p:nth-child(2) {
    color: #bdbdbd;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li:hover .text .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_cyh .cyh_content3 .cyh_con3-list ul li .text .abs {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
    margin-top: 10px;
}

.ddjs_cyh .ddjs_shzr {
    background: #fff;
}

.ddjs_cyh .cyh_content3.ddjs_shzr .cyh_con3-list ul li {
    background: #f3f6fa;
}

.ddjs_cyh .ddjs_cyh-right {
    width: 685px;
    margin-top: 45px;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul {
    overflow: hidden;
    list-style-type: none;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li {
    width: 330px;
    height: 270px;
    float: left;
    background: #f3f6fa;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li:nth-child(1) {
    margin-right: 25px;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li .img_cyh {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li img {
    width: 100%;
    height: 185px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li .text_cyh {
    padding: 15px 25px;
    line-height: 26px;
}

.ddjs_cyh .ddjs_cyh-right .piclist_cyh ul li:hover .text_cyh p {
    color: #0076e6;
    font-weight: bold;
}

.ddjs_cyh .ddjs_cyh-right .infolist_cyh {
    width: 100%;
    padding-top: 10px;
    margin: 0;
}

.ddjs_cyh .ddjs_cyh-right .infolist_cyh ul li {
    margin-top: 10px;
    background: #f3f6fa;
}


.ddjs_ad_cyh {
    width: 1400px;
    margin: auto;
    margin-top: 100px;
}

.ddjs_cyh .ddjs_ad_slideBox_cyh {
    position: relative;
}

.ddjs_cyh .ddjs_ad_slideBox_cyh .hd {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 115px;
    right: 0;
}

.ddjs_cyh .ddjs_ad_slideBox_cyh .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    list-style-type: none;
}

.ddjs_cyh .ddjs_ad_slideBox_cyh .hd ul li {
    float: left;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #c8c8c8;
    cursor: pointer;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.ddjs_cyh .ddjs_ad_slideBox_cyh .hd ul li.on {
    background: #0076e6;
    color: #fff;
}

.ddjs_jc_cyh {
    width: 1400px;
    margin: auto;
    margin-top: 100px;
}

.ddjs_jc_list_cyh ul {
    margin-top: 50px;
    overflow: hidden;
}

.ddjs_jc_list_cyh ul li {
    width: 445px;
    height: 200px;
    float: left;
    background: #f3f6fa;
    margin: 0 30px 30px 0;
}

.ddjs_jc_list_cyh ul li a {
    display: block;
    padding: 30px 25px;
}

.ddjs_jc_list_cyh ul li:nth-child(3n) {
    margin-right: 0;
}

.ddjs_jc_list_cyh ul li:nth-child(4),
.ddjs_jc_list_cyh ul li:nth-child(5),
.ddjs_jc_list_cyh ul li:nth-child(6) {
    margin-bottom: 0;
}

.ddjs_jc_list_cyh ul li .title_cyh {
    font-size: 18px;
    color: #333;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.ddjs_jc_list_cyh ul li:hover .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_jc_list_cyh ul li .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
    margin: 15px 0;
}

.ddjs_jc_list_cyh ul li .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
}

.ddjs_jc_list_cyh ul li:hover .time {
    color: #0076e6;
}

.ddjs_qtgz_cyh {
    width: 1400px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.ddjs_qtgz_cyh .pic_cyh {
    height: 250px;
    background: #f3f6fa;
    margin-top: 50px;
}

.ddjs_qtgz_cyh .pic_cyh .img_cyh {
    width: 445px;
    height: 100%;
    overflow: hidden;
}

.ddjs_qtgz_cyh .pic_cyh .img_cyh img {
    width: 445px;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ddjs_qtgz_cyh .pic_cyh .img_cyh:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ddjs_qtgz_cyh .pic_cyh .text_cyh {
    width: 880px;
    padding: 60px 0 0 0;
    margin-right: 30px;
}

.ddjs_qtgz_cyh .pic_cyh .text_cyh .title_cyh {
    font-size: 18px;
    font-weight: bold;
    color: #0076e6;
}

.ddjs_qtgz_cyh .pic_cyh .text_cyh .abs {
    height: 80px;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
    margin: 20px 0 0 0;
}

.ddjs_qtgz_cyh .pic_cyh .time {
    font-size: 14px;
    color: #0076e6;
    line-height: 26px;
    margin-top: 10px;
}



.ddjs_qtgz_list ul {
    margin-top: 30px;
    overflow: hidden;
    list-style-type: none;
}

.ddjs_qtgz_list ul li {
    width: 685px;
    height: 160px;
    background: #f3f6fa;
    float: left;
    margin: 0 30px 0 0;
}

.ddjs_qtgz_list ul li:nth-child(2) {
    margin-right: 0;
}

.ddjs_qtgz_list ul li a {
    display: block;
    padding: 25px 25px 25px 0;
    overflow: hidden;
}

.ddjs_qtgz_list ul li .time {
    width: 120px;
    height: 110px;
    border-right: 1px solid #e5e5e5;
}

.ddjs_qtgz_list ul li .text {
    width: 510px;
}

.ddjs_qtgz_list ul li .time p {
    text-align: center;
}

.ddjs_qtgz_list ul li .time p:nth-child(1) {
    font-size: 36px;
    line-height: 70px;
    color: #333;
}

.ddjs_qtgz_list ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_qtgz_list ul li .time p:nth-child(2) {
    color: #bdbdbd;
}

.ddjs_qtgz_list ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.ddjs_qtgz_list ul li:hover .text .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.ddjs_qtgz_list ul li .text .abs {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
    margin-top: 10px;
}

.gywm_cyh .gywm_jtjj {
    width: 1400px;
    height: 725px;
    margin: auto;
    margin-top: 100px;
}

.gywm_cyh .gywm_jtjj .jtjj_text {
    width: 830px;
}

.gywm_cyh .gywm_jtjj .jtjj_text p:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 148px;
}

.gywm_cyh .gywm_jtjj .jtjj_text p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    color: #0076e6;
}

.gywm_cyh .gywm_jtjj .jtjj_text p:nth-child(3) {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 60px;
}

.gywm_cyh .gywm_jtjj .jtjj_text .column_cyh-more {
    width: 130px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 38px;
    text-align: center;
    line-height: 38px;
    margin-top: 100px;
}

.gywm_cyh .gywm_jtjj .jtjj_text .column_cyh-more a {
    font-size: 14px;
    color: #a0a0a0;
}

.gywm_cyh .gywm_link {
    height: 400px;
    background: #f3f6fa;
}

.gywm_cyh .gywm_link ul {
    width: 1400px;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.gywm_cyh .gywm_link ul li {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
}

.gywm_cyh .gywm_link ul li .img_cyh {
    margin-top: 145px;
}

.gywm_cyh .gywm_link ul li .img_cyh img:nth-child(1) {
    display: inline-block;
}

.gywm_cyh .gywm_link ul li .img_cyh img:nth-child(2) {
    display: none;
}

.gywm_cyh .gywm_link ul li p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 54px;
}

.gywm_cyh .gywm_link ul li:nth-child(1),
.gywm_cyh .gywm_link ul li:nth-child(3) {
    background: #dfe2e6;
}

.gywm_cyh .gywm_link ul li:nth-child(2),
.gywm_cyh .gywm_link ul li:nth-child(4) {
    background: #e2e7ed;
}

.gywm_cyh .gywm_link ul li:hover {
    background: url(../img_cyh/gywm_item_bg.png) no-repeat;
}

.gywm_cyh .gywm_link ul li:hover .img_cyh img:nth-child(1) {
    display: none;
}

.gywm_cyh .gywm_link ul li:hover .img_cyh img:nth-child(2) {
    display: inline-block;
}

.gywm_cyh .gywm_link ul li:hover p {
    color: #fff;
}

.gywm_cyh .gywm_fzlc {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
}



.timer-cyh-shaft {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.timer-cyh-left {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 99;
    width: 24px;
    height: 46px;
    cursor: pointer;
}

.timer-cyh-right {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 99;
    width: 23px;
    cursor: pointer;
}

.timer-cyh-scale {
    position: absolute;
    top: 50px;
    padding-left: 32px;
    font-size: 0;
    white-space: nowrap;
    height: 152px;
}

.timer-cyh-scale-cont {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    border: 1px solid #f1f1f1;
    margin: 0 35px;
    background: #fff;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #a1a1a1;
    transition: all .3s;
    cursor: pointer;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 36px;
}

.timer-cyh-scale-cont.hov .time-circle {
    font-weight: bold;
    color: #0076e6;
}

.timer-cyh-shaft-cyh-content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

.timer-cyh-xian {
    width: 1100px;
    height: 1px;
    background: #f1f1f1;
    position: relative;
    top: 125px;
    left: 150px;
}

.shaft-cyh-detail-cont {
    display: none;
    width: 1245px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.shaft-cyh-detail-cont .title_cyh {
    line-height: 90px;
    font-size: 36px;
    font-weight: bold;
    color: #0076e6;
    border-bottom: 1px solid #f1f1f1;
}

.shaft-cyh-detail-cont p {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 40px;
}

.timer-cyh-scale-cont.hov {
    border-color: #0076e6;
}

.gywm_zzry {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gywm_zzry-left {
    width: 1400px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.gywm_zzry-left .hd {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}

.gywm_zzry-left .hd ul {
    /* float: right; */
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.gywm_zzry-left .hd ul li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 50%;
    text-indent: -999px;
    cursor: pointer;
    background: #e5e5e5;
    display: inline-block;
}

.gywm_zzry-left .hd ul li.on {
    background: #0076e6;
}

.gywm_zzry-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.gywm_zzry-left .bd ul li {
    width: 440px;
    height: 355px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: url(../img_cyh/gywn_ry_bg.png) no-repeat;
    background-position-y: 285px;
    margin-right: 40px;
}

.gywm_zzry-left .bd ul li .pic {
    width: 417px;
    height: 298px;
    margin: auto;
}

.gywm_zzry-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.lxwm_cyh {
    width: 1400px;
    height: 670px;
    margin: 60px auto;
}

.lxwm_cyh .lxwm_map {
    width: 690px;
    height: 100%;
}

.lxwm_cyh .lxwm_list {
    width: 680px;
    height: 100%;
}

.lxwm_cyh .lxwm_list ul li {
    height: 200px;
    line-height: 200px;
    background: #f3f6fa;
    margin-bottom: 30px;
    background: url(../img_cyh/lxwm_bg.png) no-repeat;
}

.lxwm_cyh .lxwm_list ul li:last-child {
    margin-bottom: 0;
}

.lxwm_cyh .lxwm_list ul li .img_cyh {
    margin-left: 85px;
    margin-right: 30px;
}

.lxwm_cyh .lxwm_list ul li .text_cyh p {
    font-size: 18px;
}

.lxwm_cyh .lxwm_list ul li .text_cyh p span {
    font-weight: bold;
    color: #3190ea;
}

.qywh_cyh {
    width: 1400px;
    margin: auto;
    margin-top: 60px;
}

.qywh_slideBox {
    width: 1400px;
    height: 720px;
    position: relative;
}

.qywh_slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 20px;
    z-index: 1;
}

.qywh_slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.qywh_slideBox .hd ul li {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #b4d6f7;
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    border-radius: 10px;
}

.qywh_slideBox .hd ul li.on {
    width: 25px;
    background: #0076e6;
}

.qywh_slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.qywh_slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.qywh_slideBox .bd ul li .img_cyh {
    /* box-shadow: 0 4px 10px 0 rgba(0,118,230 .15); */
    overflow: hidden;
}

.qywh_slideBox .bd li .text_cyh {
    width: 1280px;
    height: 290px;
    background: url(../img_cyh/qywh_bg.png) no-repeat;
    position: absolute;
    top: 430px;
    left: 63px;
}

.qywh_slideBox .bd li .text_cyh a {
    display: block;
    padding: 55px;
}

.qywh_slideBox .bd li .text_cyh p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.qywh_slideBox .bd li .text_cyh p:nth-child(2) {
    line-height: 40px;
    color: #333;
    margin-top: 30px;
}

.qywh_slideBox .bd img {
    width: 1400px;
    height: 500px;
    display: block;
}

.qywh_whhd {
    margin-top: 60px;
}

.qywh_whhd .qywh_whhd_list {
    margin-top: 55px;
    overflow: hidden;
}

.qywh_whhd .qywh_whhd_list ul li {
    width: 685px;
    height: 160px;
    background: #f3f6fa;
    float: left;
    margin: 0 30px 30px 0;
}

.qywh_whhd .qywh_whhd_list ul li:nth-child(2n) {
    margin-right: 0;
}

.qywh_whhd .qywh_whhd_list ul li:nth-child(3),
.qywh_whhd .qywh_whhd_list ul li:nth-child(4) {
    margin-bottom: 0;
}

.qywh_whhd .qywh_whhd_list ul li a {
    display: block;
    padding: 25px 25px 25px 0;
    overflow: hidden;
}

.qywh_whhd .qywh_whhd_list ul li .time {
    width: 120px;
    height: 110px;
    border-right: 1px solid #f5f5f5;
}

.qywh_whhd .qywh_whhd_list ul li .text {
    width: 510px;
}

.qywh_whhd .qywh_whhd_list ul li .time p {
    text-align: center;
}

.qywh_whhd .qywh_whhd_list ul li .time p:nth-child(1) {
    font-size: 36px;
    line-height: 70px;
    color: #333;
}

.qywh_whhd .qywh_whhd_list ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #0076e6;
}

.qywh_whhd .qywh_whhd_list ul li .time p:nth-child(2) {
    color: #bdbdbd;
}

.qywh_whhd .qywh_whhd_list ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.qywh_whhd .qywh_whhd_list ul li:hover .text .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.qywh_whhd .qywh_whhd_list ul li .text .abs {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
    margin-top: 10px;
}


.qywh_cyh .cyh_content2 {
    margin-bottom: 60px;
    margin-top: 55px;
}


.qywh_cyh .picScroll-left-ddjs {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.qywh_cyh .picScroll-left-ddjs .bd ul {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li {
    width: 445px;
    height: 410px;
    float: left;
    _display: inline;
    overflow: hidden;
    margin-right: 30px;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .img {
    text-align: center;
    overflow: hidden;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .img img {
    width: 445px;
    height: 250px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 72px;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .text:hover .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .text .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li .text .time {
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 20px;
}

.qywh_cyh .picScroll-left-ddjs .bd ul li:hover .text .time {
    color: #0076e6;
}

.rlzy_cyh {
    overflow: hidden;
    height: 350px;
    background: url(../img_cyh/rlzy_bg.png) no-repeat;
}

.rlzy_cyh .rlzy_rczp {
    width: 1400px;
    margin: auto;
    margin-top: 60px;
}


.rlzy_cyh .rlzy_rczp ul {
    margin-top: 50px;
}

.rlzy_cyh .rlzy_rczp ul li {
    width: 445px;
    height: 130px;
    float: left;
    margin: 0 29px 0 0;
    border: 1px solid #999999;
}

.rlzy_cyh .rlzy_rczp ul li:nth-child(3) {
    margin-right: 0;
}

.rlzy_cyh .rlzy_rczp ul li a {
    display: block;
    padding: 13px 30px 13px 0;
    overflow: hidden;
}

.rlzy_cyh .rlzy_rczp ul li .time {
    width: 105px;
    height: 105px;
    border-right: 1px solid #e5e5e5;
}

.rlzy_cyh .rlzy_rczp ul li .text {
    width: 280px;
}

.rlzy_cyh .rlzy_rczp ul li .time p {
    text-align: center;
}

.rlzy_cyh .rlzy_rczp ul li .time p:nth-child(1) {
    font-size: 36px;
    line-height: 70px;
    color: #333;
}

.rlzy_cyh .rlzy_rczp ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #0076e6;
}

.rlzy_cyh .rlzy_rczp ul li .time p:nth-child(2) {
    color: #bdbdbd;
}

.rlzy_cyh .rlzy_rczp ul li:hover {
    width: 447px;
    height: 132px;
    background: url(../img_cyh/rlzy_rc_bg.png) no-repeat;
    background-size: 105% 105%;
    border: none
}

.rlzy_cyh .rlzy_rczp ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 38px;
    margin-top: 10px;
}

.rlzy_cyh .rlzy_rczp ul li:hover .text .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.rlzy_cyh .rlzy_rczp ul li .text .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
}

.rlzy_link_list {
    width: 1400px;
    margin: 60px auto;
}

.rlzy_link_list ul {
    overflow: hidden;
}

.rlzy_link_list ul li {
    width: 445px;
    height: 300px;
    float: left;
    margin-right: 32px;
    position: relative;
}

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

.rlzy_link_list ul li .rlzy_zhezhao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.rlzy_link_list ul li:hover .rlzy_zhezhao {
    background: rgba(0, 118, 230, .6);
}

.rlzy_link_list ul li .rlzy_link_list_con {
    width: 445px;
    height: 300px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.rlzy_link_list ul li .rlzy_link_list_con .img_cyh {
    margin-top: 60px;
}

.rlzy_link_list ul li .rlzy_link_list_con .xian_cyh {
    width: 75px;
    height: 1px;
    background: #fff;
    margin: 37px auto;
}

.rlzy_link_list ul li .rlzy_link_list_con p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.tzzgx_link {
    width: 1400px;
    margin: 60px auto;
}

.tzzgx_link ul {
    overflow: hidden;
}

.tzzgx_link ul li {
    width: 445px;
    height: 180px;
    float: left;
    margin-right: 30px;
    text-align: center;
}

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

.tzzgx_link ul li img {}

.tzzgx_link ul li a {
    display: block;
    margin-top: 70px;
}

.tzzgx_link ul li span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.tzzgx_zxgg {
    height: 515px;
    overflow: hidden;
    margin-bottom: 60px;
}

.tzzgx_zxgg .tzzgx_zxgg_con {
    width: 1400px;
    margin: auto;
    margin-top: 60px;
}

.tzzgx_zxgg ul {
    margin-top: 60px;
}



.tzzgx_zxgg ul li {
    width: 445px;
    height: 130px;
    float: left;
    margin: 0 29px 29px 0;
    border: 1px solid #999999;
}

.tzzgx_zxgg ul li:nth-child(3n) {
    margin-right: 0;
}

.tzzgx_zxgg ul li:nth-child(4),
.tzzgx_zxgg ul li:nth-child(5),
.tzzgx_zxgg ul li:nth-child(6) {
    margin-bottom: 0;
}

.tzzgx_zxgg ul li a {
    display: block;
    padding: 13px 30px 13px 0;
    overflow: hidden;
}

.tzzgx_zxgg ul li .time {
    width: 105px;
    height: 105px;
    border-right: 1px solid #e5e5e5;
}

.tzzgx_zxgg ul li .text {
    width: 280px;
}

.tzzgx_zxgg ul li .time p {
    text-align: center;
}

.tzzgx_zxgg ul li .time p:nth-child(1) {
    font-size: 36px;
    line-height: 70px;
    color: #333;
}

.tzzgx_zxgg ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #0076e6;
}

.tzzgx_zxgg ul li .time p:nth-child(2) {
    color: #bdbdbd;
}

.tzzgx_zxgg ul li:hover {
    width: 447px;
    height: 132px;
    background: url(../img_cyh/rlzy_rc_bg.png) no-repeat;
    background-size: 105% 105%;
    border: none
}

.tzzgx_zxgg ul li .text .title_cyh {
    font-size: 18px;
    color: #333;
    line-height: 38px;
    margin-top: 10px;
}

.tzzgx_zxgg ul li:hover .text .title_cyh {
    font-weight: bold;
    color: #0076e6;
}

.tzzgx_zxgg ul li .text .abs {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
}

.ywly_cyh {
    height: 730px;
}

.ywly_cyh:nth-of-type(2n) {
    background: #e5f1fc;
}

.ywly_cyh:nth-of-type(6) {
    margin-bottom: 100px;
}

.ywly_cyh .ywly_cyu_con {
    width: 1400px;
    margin: auto;
    padding: 55px 0 65px 0;
    overflow: hidden;
}

.ywly_cyh .ywly_cyh_img {
    width: 925px;
    height: 500px;
    overflow: hidden;
    margin-top: 65px;
}

.ywly_cyh .ywly_cyh_img img {
    width: 925px;
    height: 500px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ywly_cyh .ywly_cyh_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ywly_cyh .ywly_cyh_text {
    width: 445px;
    height: 500px;
    background: #f3f6fa;
    margin-top: 65px;
}

.ywly_cyh .ywly_cyh_text a {
    display: block;
    padding: 75px 40px 0 40px;
    overflow: hidden;
}

.ywly_cyh .ywly_cyh_text .img_cyh {
    width: 20px;
    height: 45px;
    border-bottom: 3px solid #0076e6;
    margin-right: 25px;
}

.ywly_cyh .ywly_cyh_text .name_cyh {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.ywly_cyh .ywly_cyh_text .ywly_cyh_text_con {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 30px;
}

.zgs_cyh {
    width: 100%;
    height: 730px;
    background: #e5f1fc;
    margin: 60px 0;
    overflow: hidden;
}


.zgs_cyh_slideTxt {
    width: 1400px;
    margin: 60px auto;
    text-align: left;
}

.zgs_cyh_slideTxt .hd {
    position: relative;
}

.zgs_cyh_slideTxt .hd ul {
    overflow: hidden;
}

.zgs_cyh_slideTxt .hd ul li {
    width: 325px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #d6d7d7;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0 30px 30px 0;
}

.zgs_cyh_slideTxt .hd ul li:nth-child(4n) {
    margin-right: 0;
}

.zgs_cyh_slideTxt .hd ul li.on {
    background: #0076e6;
    border: 1px solid #0076e6;
}

.zgs_cyh_slideTxt .hd ul li.on a {
    color: #fff;
}

.zgs_cyh_slideTxt .bd {
    padding-top: 30px;
}

.zgs_cyh_slideTxt .bd .img_cyh {
    width: 810px;
    height: 440px;
    overflow: hidden;
}

.zgs_cyh_slideTxt .bd .img_cyh img {
    width: 810px;
    height: 440px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zgs_cyh_slideTxt .bd .img_cyh:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.zgs_cyh_slideTxt .bd .text_cyh {
    width: 560px;
    height: 440px;
    background: url(../img_cyh/zgs_bg.png) no-repeat;
}

.zgs_cyh_slideTxt .bd .text_cyh a {
    display: block;
    padding: 65px 25px 0 25px;
}

.zgs_cyh_slideTxt .bd .text_cyh a p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}

.zgs_cyh_slideTxt .bd .text_cyh a p:nth-child(1)::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #0076e6;
    position: absolute;
    bottom: -20px;
    left: 3px;
}

.zgs_cyh_slideTxt .bd .text_cyh a p:nth-child(2) {
    font-size: 16px;
    line-height: 40px;
    text-indent: 2em;
}

.zgs_cyh_slideTxt .bd .text_cyh a p:nth-child(2):hover {
    color: #333;
}


.gywm_cyh .gywm_jtjj .jtjj_text .column_cyh-more:hover {
    border: 1px solid #0076e6;
}


.gywm_cyh .gywm_jtjj .jtjj_text .column_cyh-more:hover a{
    color: #0076e6;
}

.column_cyh-more:hover {
    border: 1px solid #0076e6;
}

.column_cyh-more:hover a{
    color: #0076e6;
}
