/* 头部导航栏部分 */

.head_z {
    height: 100px;
}

.head_z .w {
    width: 1289px;
    position: relative;
    padding-top: 24px;
    box-sizing: border-box;
}

.head_z .w>div {
    display: inline-block;
    vertical-align: top;
}

.head_z .w>ul {
    height: 100px;
    display: inline-block
}

.head_z .w>ul>li {
    width: 90px;
    height: 100%;
    position: relative;
    float: left;
    background: url("../img/sy_ad.jpg") no-repeat right;
}

.head_z .w>ul>li:hover>a {
    color: #f0182c;
    background-size: 67px 3px;
}

.head_z .w>ul>li.on>a {
    color: #f0182c;
}

.head_z .w>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 59px;
    font-size: 16px;
    color: #000;
    background-size: 0px 3px;
}

.head_z .w>ul>li:nth-child(6) {
    background: url("../img/sy_b.png") no-repeat 66px 10px;
}

.head_z .w>ul>li>ul {
    width: 155px;
    position: absolute;
    z-index: 20;
    top: 44px;
    left: -29px;
    /* background-color: #fff; */
    display: none;
}

.head_z .w>ul>li:hover ul {
    display: block;
}

.head_z .w>ul>li>ul>div:nth-child(2) {
    width: 93%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: #fbfbfb 0 5px 12px -2px;
}

.head_z .w>ul>li>ul li {
    width: 100%;
    padding: 10px 27px;
    text-align: center;
    box-sizing: border-box;
}

.head_z .w>ul>li>ul li:hover {
    background: url("../img/ckly_a.png") no-repeat 13px;
    background-size: 13px;
}

.head_z .w>ul>li>ul li.on {
    color: #0d6eb8;
    background: url("../img/ckly_a.png") no-repeat 13px;
    background-size: 13px;
}

.head_z .w>ul>li>ul li:hover a {
    color: #0d6eb8;
}

.head_z .w>ul>li>ul li.on a {
    color: #0d6eb8;
}

.head_z .w>ul>li>ul li:hover {
    background: url("../img/ckly_a.png") no-repeat 13px;
    background-size: 13px;
}

.head_z .w>ul>li>ul li.on {
    background: url("../img/ckly_a.png") no-repeat 13px;
    background-size: 13px;
}

.head_z .w>ul>li>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 15px;
}


/* 轮播图部分 */

.slideBox {
    width: 100%;
    height: 500px;
    position: relative;
}

.bdu {
    height: 100%;
}

.bdu ul {
    height: 100%;
}

.bdu li {
    height: 100%;
}

.hd1 ul {
    position: absolute;
    left: 50%;
    /* transform: translate(-50%); */
    margin-left: -79px;
    bottom: 24px;
    color: #fff;
    z-index: 1;
}

.hd1 ul li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 7px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #817886;
}

.hd1 .on {
    background-color: #fff;
}

.tempWrap {
    width: 100% !important;
    height: 100%;
}

.bdu {
    overflow: hidden;
}

.prev6 {
    display: block;
    width: 33px;
    height: 26px;
    position: relative;
    position: absolute;
    left: 10px;
    top: 276px;
    color: #fff;
    background: url("../img/01.png") no-repeat right;
    z-index: 2;
    text-align: center;
}

.next6 {
    display: block;
    width: 33px;
    height: 26px;
    position: relative;
    position: absolute;
    right: 10px;
    top: 276px;
    color: #fff;
    background: url("../img/04.png") no-repeat left;
    z-index: 2;
    text-align: center;
}

.prev6 span {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

.next6 span {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
}

.prev6:hover span {
    background: url("../img/05.png") no-repeat left;
}

.next6:hover span {
    background: url("../img/05.png") no-repeat right;
}


/* 回到顶部 */

.hdd {
    position: fixed;
    right: 60px;
    bottom: 46px;
    width: 67px;
    height: 287px;
    transition: bottom 1s;
    -webkit-transition: bottom 1s;
}

.hdd ul {
    width: 100%;
    height: 100%;
}

.hdd ul li {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1a75bb;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.hdd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hdd ul li a img {
    margin: 50% auto;
    transform: translateY(-50%);
    display: block;
}

.hdd ul li:first-child a img {
    margin: 60% auto;
    transform: translateX(12%) translateY(-68%);
    display: block;
}

.hdd ul li img {
    margin: 50% auto;
    transform: translateY(-50%);
    display: block;
}

.hdd ul li:hover {
    background-color: #8bb9ff;
}

.hdd ul li div {
    display: none;
}

.hdd ul li:nth-child(2):hover div {
    display: block;
    position: absolute;
    right: 68px;
    top: -20px;
}

.hdd ul li:nth-child(3):hover div {
    position: absolute;
    display: block;
    min-width: 181px;
    min-height: 40px;
    background-color: #8bb9ff;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    padding-left: 29px;
    box-sizing: border-box;
    right: 47px;
    border-radius: 20px 0 20px 20px;
    top: 9px;
}


/* .hdd ul li:nth-child(2):hover div {
    display: block;
    position: absolute;
    right: 70px;
    top: -20px;
} */

.hdd ul li:last-child {
    overflow: hidden;
}


/* 首页内容部分 */

.sy_nr {
    width: 100%;
    overflow: hidden;
}

.nr_yi {
    overflow: hidden;
    background-color: #f7f8fb;
}

.nr_yi .w {
    overflow: hidden;
}

.nr_yi .w .l {
    width: 95px;
    line-height: 67px;
    color: #323232;
    font-size: 16px;
    float: left;
}

.nr_yi .w .r {
    width: 1100px;
    height: 100%;
    float: right;
}

.nr_yi_lb {
    width: 100%;
    height: 100%;
}

.nr_yi_lb li {
    width: 100%;
    height: 100%;
}

.nr_yi_lb li h3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nr_yi_lb_ge {
    width: 468px;
    height: 100%;
    float: left;
    padding-left: 22px;
    box-sizing: border-box;
    background: url("../img/sy_e.png") no-repeat left;
    margin-left: 50px;
}

.nr_yi_lb_ge a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 67px;
}

.nr_yi_lb_ge:hover {
    background: url("../img/sy_ee.png") no-repeat left;
}

.nr_yi_lb_ge:hover a span {
    color: #0e6eb8;
}

.nr_yi_lb_ge span {
    display: block;
    float: left;
}

.nr_yi_lb_ge span:nth-child(1) {
    width: 373px;
    color: red;
    font-size: 14px;
    margin-right: 20px;
}

.nr_yi_lb_ge span:nth-child(2) {
    width: 43px;
    color: red;
    font-size: 14px;
}

.nr_er .w {
    padding-top: 42px;
}

.nr_er .one {
    overflow: hidden;
    padding-bottom: 13px;
}

.nr_er .one>div {
    width: 282px;
    height: 35px;
    float: left;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    margin-right: 21px;
}

.nr_er .one>div:last-child {
    background-color: #0e6eb8;
    margin-right: 0px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.nr_er .one>div img {
    margin-right: 0;
}

.nr_er .one>div input {
    width: 234px;
}

.nr_er .one>div input::-webkit-input-placeholder {
    color: #999;
}

.nr_er .one>div span {
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: middle;
    margin-left: 11px;
    margin-right: 5px;
}

.nr_er .one>div:nth-child(1) span {
    background: url("../img/sy_f.png") no-repeat;
}

.nr_er .one>div:nth-child(2) span {
    background: url("../img/sy_f.png") no-repeat -22px;
}

.nr_er .one>div:nth-child(3) span {
    background: url("../img/sy_f.png") no-repeat -45px;
}

.nr_er .one>div:nth-child(3) input {
    width: 127px;
    margin-right: 48px;
}

.nr_er .one>div:nth-child(3) img {
    display: inline-block;
    width: 69px;
    vertical-align: middle;
    cursor: pointer;
}

.nr_er .two {
    width: 100%;
    text-align: right;
    color: #333333;
    font-size: 14px;
    padding-bottom: 20px;
}

.nr_er .two a {
    color: #333333;
    font-size: 14px;
}

.nr_er .two a:last-child {
    color: #da3a20;
}

.nr_er .two a:nth-child(2) {
    margin-right: 85px;
}

.nr_er .two a:hover {
    color: #0e6eb8;
}

.therr {
    width: 100%;
    overflow: hidden;
    padding-bottom: 58px;
}

.therr>div {
    float: left;
    width: 283px;
    height: 100px;
    margin-right: 22px;
    margin-top: 10px;
    box-sizing: border-box;
    transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
}

.therr>div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 21px 18px;
}

.therr>div:hover {
    margin-top: 0px;
}

.therr>div h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.therr>div div {
    color: #8cb6ef;
    font-size: 14px;
}

.therr>div:last-child {
    margin-right: 0;
    background: url("../img/sy_g.png") no-repeat -915px;
}

.therr>div:nth-child(1) {
    background: url("../img/sy_g.png") no-repeat left;
}

.therr>div:nth-child(2) {
    background: url("../img/sy_g.png") no-repeat -305px;
}

.therr>div:nth-child(3) {
    background: url("../img/sy_g.png") no-repeat -610px;
}

.nr_san {
    width: 100%;
    height: 649px;
    background-color: #f4f4f4;
    padding-top: 56px;
    box-sizing: border-box;
}

.bt_ge {
    width: 100%;
    text-align: center;
    background: url("../img/sy_h.png") no-repeat center 35px;
}

.bt_ge p {
    color: #999999;
    font-size: 14px;
}

.bt_ge h2 {
    color: #404144;
    font-size: 24px;
    width: 159px;
    padding-bottom: 15px;
    background: url("../img/sy_he.png") no-repeat center 35px;
    background-size: 0px 3px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
    margin: 0 auto;
}

.bt_ge h2:hover {
    background: url("../img/sy_he.png") no-repeat center 35px;
    background-size: 96px 3px;
}

.bt_ge h2 a {
    color: #404144;
    font-size: 24px;
}

.bt_ge h2 span {
    color: #0e6eb8;
}

.nr_san_qh {
    width: 100%;
    margin-top: 60px;
}

.nr_san_qh .hd {
    width: 100%;
}

.nr_san_qh .hd ul {
    width: 100%;
    text-align: center;
}

.nr_san_qh .hd ul li {
    display: inline-block;
    width: 129px;
    height: 113px;
}

.nr_san_qh .hd ul li div {
    width: 73px;
    height: 73px;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.nr_san_qh .hd ul li div img {
    margin: 50% auto;
    transform: translateY(-50%);
}

.nr_san_qh .hd ul li h4 {
    margin-top: 20px;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
}

.nr_san_qh .hd ul li.on div {
    width: 73px;
    height: 73px;
    border: 1px solid #00a1e9;
    background-color: #00a1e9;
}

.nr_san_qh .hd ul li .yo {
    display: none;
}

.nr_san_qh .hd ul li.on .yo {
    display: block;
}

.nr_san_qh .hd ul li.on .me {
    display: none;
}

.nr_san_qh .bd {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.nr_san_qh .bd h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    text-indent: 2em;
}

.nr_san_qh .bd p {
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    margin-right: 60px;
}

.nr_san_qh .bd>div div {
    width: 146px;
    height: 40px;
    border: 1px solid #00a1e9;
    line-height: 40px;
    text-align: center;
    margin: 49px 700px;
}

.nr_san_qh .bd>div:last-child div {
    margin: 49px auto;
}

.fytp {
    float: left;
}

.nr_san_qh .bd>div div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #00a1e9;
    font-size: 14px;
}

.nr_san_qh .bd>div div a:hover {
    background-color: #00a1e9;
    color: #fff;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

.nr_si {
    width: 100%;
    height: 187px;
    background-color: #0e6eb8;
    padding-top: 58px;
    box-sizing: border-box;
}

.nr_si .w {
    overflow: hidden;
}

.nr_si .w>div {
    width: 296px;
    float: left;
    text-align: center;
    border-left: 1px dashed #3e98dd;
}

.nr_si .w>div:first-child {
    width: 296px;
    float: left;
    text-align: center;
    border-left: 0px dashed #3e98dd;
}

.nr_si .w>div div {
    color: #ffffff;
    font-size: 46px;
    position: relative;
}

.nr_si .w>div div i {
    color: #ffffff;
    font-size: 46px;
    font-style: initial;
}

.nr_si .w>div div em {
    color: #ffffff;
    font-size: 28px;
    font-style: initial;
    vertical-align: super;
}

.nr_si .w>div span {
    color: #ffffff;
    font-size: 14px;
}

.nr_wu .w {
    padding-top: 59px;
}

.nr_wu .bt_ge {
    margin-bottom: 55px;
}

.nr_wu_ge {
    width: 360px;
    border: 1px solid #e7eaed;
}

.nr_wu_ge:hover {
    margin-top: 0;
    margin-bottom: 0;
    transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
}

.nr_wu_ge:hover .shang {
    background-color: #0e6eb8;
    height: 255px;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
}

.nr_wu_ge:hover .xia {
    background-color: #0d67ad;
    transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
}

.nr_wu_ge:hover .xia h4 {
    color: #fff;
}

.nr_wu_ge:hover .xia span {
    color: #77b7e8;
}

.nr_wu_ge:hover .shang h5 {
    color: #ffffff;
}

.nr_wu_ge:hover .shang p {
    color: #77b7e8;
}

.nr_wu_ge .h3 {
    width: 100%;
}

.nr_wu_ge .h3 a {
    display: block;
    width: 100%;
}

.nr_wu_ge .shang {
    height: 192px;
    width: 100%;
    padding: 49px 46px;
    box-sizing: border-box;
}

.nr_wu_ge .shang h5 {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 11px;
}

.nr_wu_ge .shang p {
    line-height: 26px;
    font-size: 14px;
    color: #8e9195;
    font-weight: 400;
}

.nr_wu_ge .xia {
    height: 100px;
    width: 100%;
    background-color: #f7f8fb;
    padding: 21px 45px;
    box-sizing: border-box;
}

.nr_wu_ge .xia h4 {
    color: #333333;
    font-size: 34px;
    font-weight: 400;
}

.nr_wu_ge .xia span {
    color: #333333;
    font-size: 34px;
    font-size: 16px;
}

.nr_wu_lb {
    position: relative;
}

.nr_wu_lb li {
    margin-right: 45px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.nr_wu_lb .prev {
    position: absolute;
    left: -54px;
    top: 158px;
    width: 50px;
    height: 50px;
    background: url("../img/sy_ad.png") no-repeat center;
}

.nr_wu_lb .prev:hover {
    position: absolute;
    left: -54px;
    top: 158px;
    width: 50px;
    height: 50px;
    background: url("../img/sy_aa.png") no-repeat center;
}

.nr_wu_lb .next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -54px;
    top: 158px;
    background: url("../img/sy_ac.png") no-repeat center;
}

.nr_wu_lb .next:hover {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -54px;
    top: 158px;
    background: url("../img/sy_ab.png") no-repeat center;
}

.nr_liu {
    width: 100%;
    height: 379px;
    overflow: hidden;
    padding-bottom: 57px;
}

.nr_liu .left {
    width: 848px;
    float: left;
}

.nr_liu .right {
    width: 325px;
    float: right;
    background-color: #fbfbfb;
}

.nr_liu .left .left_s {
    margin-bottom: 22px;
}

.nr_liu .left .left_s a {
    color: #404144;
    font-size: 24px;
    font-weight: 700;
}

.nr_liu .left .left_s a span {
    color: #0e6eb8;
    font-size: 24px;
    font-weight: 700;
}

.nr_liu .right .right_s {
    padding-bottom: 22px;
    margin-bottom: 2px;
    border-bottom: 4px solid #0e6eb8;
    background-color: #fff;
}

.nr_liu .right .right_s a {
    color: #404144;
    font-size: 24px;
    font-weight: 700;
}

.nr_liu .right .right_s a span {
    color: #0e6eb8;
    font-size: 24px;
    font-weight: 700;
}

.nr_liu .left_x {
    width: 100%;
    height: 320px;
    border: 1px solid #f1f1f1;
    padding: 8px;
    box-sizing: border-box;
}

.nr_liu .left_x .a {
    line-height: 63px;
    color: #323232;
    font-size: 18px;
    padding-left: 24px;
}

.nr_liu .left_x .a img {
    margin-right: 5px;
}

.nr_liu .left_x .b {
    width: 100%;
    height: 44px;
    background-color: #f8f8f8;
    padding-left: 22px;
    box-sizing: border-box;
}

.nr_liu .left_x .b span {
    line-height: 44px;
    color: #000000;
    font-size: 14px;
}

.nr_liu .left_x .b span:nth-child(1) {
    margin-right: 200px;
}

.nr_liu .left_x .b span:nth-child(2) {
    margin-right: 85px;
}

.nr_liu .left_x .b span:nth-child(3) {
    margin-right: 58px;
}

.nr_liu .left_x .b span:nth-child(4) {
    margin-right: 75px;
}

.nr_liu .nr_liu_z_ge {
    width: 100%;
    line-height: 40px;
}

.nr_liu .nr_liu_z_ge {
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
}

.nr_liu .nr_liu_z_ge span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
}

.nr_liu .nr_liu_z_ge span:nth-child(1) {
    color: #000;
    width: 258px;
}

.nr_liu .nr_liu_z_ge span:nth-child(2) {
    width: 142px;
}

.nr_liu .nr_liu_z_ge span:nth-child(3) {
    color: #0e6eb8;
    width: 112px;
}

.nr_liu .nr_liu_z_ge span:nth-child(4) {
    width: 130px;
}

.nr_liu .nr_liu_z_ge span:nth-child(5) {
    width: 156px;
}

.nr_liu_z_lb {
    width: 100%;
    height: 212px;
}

.nr_liu_z_lb .bd {
    width: 100%;
    height: 100%;
}

.nr_liu_z_lb .bd ul {
    width: 100%;
    height: 100%;
}

.nr_liu_z_lb .bd ul li {
    width: 100%;
    height: 40px;
}

.nr_liu_z_lb .bd ul li h3 {
    width: 100%;
    height: 100%;
    font-weight: 400;
}

.nr_liu .right_x {
    width: 100%;
    height: 314px;
    border-top: 2px solid #6da6d3;
    width: 100%;
}

.nr_liu .nr_liu_y_lb {
    width: 100%;
    height: 100%;
    padding-top: 25px;
}

.nr_liu .nr_liu_y_lb .bd {
    width: 100%;
    height: 100%;
}

.nr_liu .nr_liu_y_lb .bd ul {
    width: 100%;
    height: 100%;
    padding-top: 15px;
}

.nr_liu .nr_liu_y_lb .bd ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 13px;
    box-sizing: border-box;
    background: url("../img/sy_c.jpg") no-repeat 19px 17px;
}

.nr_liu .nr_liu_y_lb .bd ul li h3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-weight: 400;
}

.nr_liu .nr_liu_y_lb .bd ul li div:nth-child(1) {
    width: 209px;
    float: left;
}

.nr_liu .nr_liu_y_lb .bd ul li div:nth-child(2) {
    width: 45px;
    float: right;
}

.nr_qi {
    width: 100%;
    /* padding-top: 54px; */
    padding-bottom: 80px;
    background: url("../img/sy_al.png") no-repeat bottom center;
}

.nr_qi_lb {
    width: 100%;
    height: 80px;
    position: relative;
}

.nr_qi_lb .bd ul {
    width: 186px;
    margin-right: 15px;
}

.nr_qi_lb .bd li {
    width: 186px;
    margin-right: 15px;
    margin-top: 39px;
    margin-bottom: 51px;
}

.nr_qi_lb .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nr_qi_lb .bd li a img {
    display: block;
    margin: auto;
}

.nr_qi_lb .bd li:hover {
    box-shadow: #0e6eb8 0px 0px 21px -7px;
    background-color: #fff;
}

.nr_qi_lb .next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -54px;
    top: 47px;
    background: url("../img/sy_ac.png") no-repeat center;
}

.nr_qi_lb .next:hover {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -54px;
    top: 47px;
    background: url("../img/sy_ab.png") no-repeat center;
}

.nr_qi_lb .prev {
    position: absolute;
    left: -54px;
    top: 47px;
    width: 50px;
    height: 50px;
    background: url("../img/sy_ad.png") no-repeat center;
}

.nr_qi_lb .prev:hover {
    position: absolute;
    left: -54px;
    top: 47px;
    width: 50px;
    height: 50px;
    background: url("../img/sy_aa.png") no-repeat center;
}


/* 底部开始 */

.dibu {
    width: 100%;
    height: 400px;
    background-color: #232830;
    padding-top: 70px;
    box-sizing: border-box;
}

.dibu_s {
    width: 100%;
    border-bottom: 1px solid #383e48;
    padding-bottom: 24px;
    position: relative;
}

.dibu_s .w {
    position: relative;
}

.dibu_s .l_diyi {
    position: absolute;
    right: 31px;
    top: 0px;
}
.dibu_s .l_dier {
    position: absolute;
    width: 109px;
    right: 152px;
    top: 0px;
}
.dibu_s div {
    color: #7e8087;
    margin-bottom: 15px;
}

.dibu_s div img {
    margin-right: 21px;
}

.dibu_s div span {
    color: #42475e;
    margin: 0 13px;
}

.dibu_s div a {
    color: #7e8087;
    display: inline-block;
    padding-right: 20px;
    background: url("../img/sy_d.jpg") no-repeat right 10px center;
}

.dibu_s div a:last-child {
    background: url("") no-repeat;
}

.dibu_s div a:hover {
    color: #fff;
}

.dibu_s .yi {
    color: #fff;
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: 0px;
}

.dibu_x {
    padding-top: 32px;
}

.dibu_x p {
    color: #8e8e8e;
    font-size: 14px;
}

.dibu_x p a {
    color: #8e8e8e;
    font-size: 14px;
}

.dibu_x p a:hover {
    color: #fff;
    font-size: 14px;
}

.dibu_x div {
    color: #3e4653;
    font-size: 14px;
    padding-top: 18px;
}

.gsjs_lb {
    width: 100%;
    height: 279px;
    position: relative;
}

.gsjs_lb .prev {
    position: absolute;
    left: 21px;
    top: 100px;
    width: 25px;
    height: 25px;
    background: url("../img/zy_lb_d.png") no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.gsjs_lb .prev:hover {
    background: url("../img/zy_lb_a.png") no-repeat center;
    background-size: 100%;
}

.gsjs_lb .next {
    position: absolute;
    right: 21px;
    top: 100px;
    width: 25px;
    height: 25px;
    background: url("../img/zy_lb_b.png") no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.gsjs_lb .next:hover {
    background: url("../img/zy_lb_c.png") no-repeat center;
    background-size: 100%;
}

.mbx {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.mbx_x {
    width: 100%;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.8);
}

.mbx_s {
    height: 211px;
}

.mbx_s h2 {
    color: #323232;
    font-size: 40px;
    font-weight: 400;
    padding: 68px 0 7px;
}

.mbx_s span {
    color: #666666;
    font-size: 22px;
    font-weight: 400;
}

.mbx_x ul {
    width: 938px;
    height: 100%;
    line-height: 67px;
    float: left;
    overflow: hidden;
}

.mbx_x ul li {
    float: left;
    /* width: 78px; */
    height: 100%;
    line-height: 78px;
    text-align: center;
    margin-right: 30px;
}

.mbx_x ul li a {
    color: #666666;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/gywm_b.jpg") no-repeat center 66px;
    background-size: 0px 2px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.mbx_x ul li a:hover {
    color: #0e6eb8;
    font-size: 15px;
    background: url("../img/gywm_b.jpg") no-repeat center 66px;
    background-size: 73px 2px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.mbx_x ul li a:hover {
    color: #0e6eb8;
    font-size: 15px;
    background: url("../img/gywm_b.jpg") no-repeat center 66px;
    background-size: 73px 2px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.mbx_x ul li.on a {
    color: #0e6eb8;
    font-size: 15px;
    background: url("../img/gywm_b.jpg") no-repeat center 66px;
    background-size: 73px 2px;
    transition: background-size 0.5s;
    -webkit-transition: background-size 0.5s;
}

.mbx_x .w {
    overflow: hidden;
}

.mbx_x .w div {
    width: 240px;
    float: right;
    text-align: right;
    line-height: 67px;
    color: #666666;
}

.mbx_x .w div img {
    margin-right: 10px;
}

.mbx_x .w div a {
    color: #666666;
    font-size: 15px;
}

.mbx_x .w div a:hover {
    color: #f0182c;
    font-size: 15px;
}

.gywm {
    width: 100%;
    padding: 75px 0 90px;
}

.gywm .w h1 {
    color: #0e6eb8;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
}

.gywm .hyi {
    color: #e5e6e8;
    font-size: 27px;
    text-align: center;
}

.gywm .nr_si {
    background-color: #fff;
}

.gywm .nr_si .w>div div i {
    font-size: 46px;
    color: #2e353e;
}

.gywm .nr_si .w>div div {
    font-size: 46px;
    color: #2e353e;
}

.gywm .nr_si .w>div div em {
    font-size: 28px;
    color: #2e353e;
}

.gywm .nr_si .w>div span {
    color: #a1a7b0;
    font-size: 14px;
}

.gywm .nr_si .w>div {
    border-left: 1px dashed #d0d3d7;
}

.gywm .nr_si .w>div:first-child {
    border: 0;
}

.gywm .nr_si {
    padding-top: 52px;
    padding-bottom: 29px;
}

.gywm p {
    line-height: 29px;
    margin-bottom: 30px;
    text-indent: 2em;
    color: #5e5e5e;
    font-size: 14px;
}

.gywm_xia {
    width: 100%;
    overflow: hidden;
}

.gywm_xia_z {
    width: 100%;
}


/* .gywm_xia img {
    display: block;
    float: right;
} */

.gywm_xia_z h6 {
    color: #0e6eb8;
    font-size: 18px;
    margin-bottom: 33px;
}

.gywm_xia_z div {
    line-height: 30px;
    color: #5e5e5e;
    font-size: 14px;
}

.ldzc {
    padding-top: 85px;
}

.ldzc_s .w div {
    width: 620px;
    min-height: 393px;
}

.ldzc {
    width: 100%;
}

.ldzc_s .w {
    position: relative;
}

.ldzc_s .w img {
    display: block;
    position: absolute;
    top: 0;
    right: 77px;
}

.ldzc_x {
    height: 81px;
    width: 100%;
    background-color: #f6f6f6;
    font-size: 14px;
}

.ldzc .ldzc_s p {
    color: #5e5e5e;
    line-height: 29px;
    margin-bottom: 29px;
    text-indent: 2em;
}

.ldzc_x img {
    margin-top: 12px;
}

.zzjg {
    padding: 62px 0 110px;
}

.zzjg img {
    display: block;
    margin: 0 auto;
}

.fzlc {
    width: 100%;
    padding: 78px 0 64px;
}

.fzlc .w {
    background: url("../img/fzls_c.png") no-repeat 630px 80px;
}

.fzlc_a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fzlc_a div {
    width: 149px;
    height: 38px;
    border: 1px solid #e9e9e9;
    float: left;
    margin-right: 8px;
}

.fzlc_a select {
    width: 100%;
    height: 100%;
    outline: none;
    border-style: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 38px;
    padding-left: 22px;
    box-sizing: border-box;
    background: url("../img/fzls_a.png") no-repeat 126px 17px;
}

.fzlc_b {
    width: 100%;
    padding: 35px 30px 30px;
}

.fzlc ul {
    width: 100%;
    background: url("../img/fzls_c.jpg") no-repeat 138px;
    background-size: 1px 100%;
    padding-left: 36px;
    box-sizing: border-box;
}

.fzlc ul li {
    width: 100%;
    min-height: 77px;
    overflow: hidden;
    background: url("../img/fzls_a.jpg") no-repeat 95px 33px;
}

.fzlc ul li .li_l {
    float: left;
    width: 85px;
    color: #323232;
    font-size: 20px;
    margin-right: 50px;
    line-height: 77px;
}

.fzlc ul li:hover .li_l {
    color: #0e6eb8;
}

.fzlc ul li .li_r {
    width: 900px;
    float: left;
}

.fzlc ul li .li_r .li_r_s {
    padding-top: 29px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.fzlc ul li .li_r .li_r_x {
    display: none;
    color: #666;
}

.qyzz {
    padding: 57px 0 70px;
}

.qyzz .w ul {
    width: 100%;
    overflow: hidden;
}

.qyzz .w ul li {
    width: 383px;
    height: 299px;
    background: url("../img/sy_ac.png") no-repeat 400px 235px;
    float: left;
    margin: 0 8px 25px;
    cursor: pointer;
}

.qyzz .w ul li:hover {
    background: url("../img/sy_ac.png") no-repeat 310px 235px;
    box-shadow: #f9f9fa 0 0 25px 5px;
}

.qyzz .w ul li h3 {
    width: 100%;
    height: 100%;
}

.qyzz .w ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.qyzz .w ul li a div {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #323232;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
}

.qyzz .w ul li a span {
    position: absolute;
    display: block;
    width: 100%;
    height: 230px;
    background-color: rgba(15, 111, 184, .6);
    top: -230px;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
}

.qyzz .w ul li a span img {
    display: block;
    margin: 103px auto;
}

.qyzz .w ul li:hover a span {
    top: 0px;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
}

.qyzz .w ul li:hover a div {
    text-align: left;
}

.fy {
    width: 100%;
    text-align: center;
}

.fy li {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #666666;
    font-size: 16PX;
    margin: 0 4px;
}

.fy li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
}

.fy li a[href]:hover {
    background-color: #1f76bb;
    border: 1px solid #1f76bb;
    color: #fff;
}

.fy li.on a {
    background-color: #1f76bb;
    border: 1px solid #1f76bb;
    color: #fff;
}

.qyxq {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
    display: none;
}

.qyxq_nr {
    width: 729px;
    height: 503px;
    margin: 150px auto;
    background-color: #fff;
    padding: 28px;
    box-sizing: border-box;
}

.qyxq_nr .qyxq_ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.qyxq_nr .qyxq_ul .qyxq_li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 47px;
    color: #323232;
    font-size: 18px;
    text-align: center;
    display: none;
}

.qyxq_xx {
    position: absolute;
    right: -50px;
    top: -50px;
    cursor: pointer;
}

.qyxq_ul .left {
    position: absolute;
    left: -100px;
    top: 198px;
    width: 40px;
    height: 40px;
    background: url("../img/qyxq_c.png") no-repeat center;
    cursor: pointer;
}

.qyxq_ul .left:hover {
    background: url("../img/qyxq_b.png") no-repeat center;
}

.qyxq_ul .right {
    position: absolute;
    right: -100px;
    top: 198px;
    width: 40px;
    height: 40px;
    background: url("../img/qyxq_d.png") no-repeat center;
    cursor: pointer;
}

.qyxq_ul .right:hover {
    background: url("../img/qyxq_a.png") no-repeat center;
}

.xwzx {
    padding-top: 45px;
}

.xwzx_fy {
    width: 100%;
    padding-bottom: 68px;
    padding-top: 20px;
}

.xwzx ul {
    width: 100%;
    overflow: hidden;
    padding-top: 42px;
    min-height: 500px;
}

.xwzx ul li {
    float: left;
    margin: 0px 15px;
    border: 0;
    height: 357px;
}

.xwzx ul li h3 {
    width: 100%;
    height: 100%;
}

.xwzx ul li h3 a {
    display: block;
    width: 100%;
    border: 1px solid #e7eaed;
    margin: 32px 0;
    box-sizing: border-box;
}

.xwzx ul li h3 a .xia {
    position: relative;
}

.xwzx ul li h3 a .xia div {
    display: none;
}

.xwzx ul li:hover h3 a .xia div {
    position: absolute;
    right: 29px;
    bottom: 32px;
    display: block;
}

.xwzx ul li:hover h3 a {
    margin: 0;
}

.xwxq_yi {
    width: 100%;
    min-height: 170px;
    background: url("../img/xwxq_b.jpg") no-repeat bottom center;
    padding-top: 57px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 23px;
}

.xwxq_yi i {
    position: absolute;
    right: 6px;
    bottom: 32px;
}

.xwxq_yi h1 {
    margin-bottom: 28px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.xwxq_yi div {
    color: #666666;
    font-size: 14px;
}

.xwxq_yi div span {
    margin-left: 16px;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}

.xwxq_yi div span:hover {
    color: #0d67ad;
}

.xwxq_yi div span em {
    color: #999;
    font-size: 18px;
    font-style: initial;
    vertical-align: super;
}

.xwxq_er {
    width: 100%;
    padding: 44px 0 70px;
    border-bottom: 1px dashed #dadada;
}

.xwxq_er img {
    margin: auto;
}

.xwxq_er p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.xwxq_san {
    padding: 34px 0 64px;
}

.xwxq_san .w {
    text-align: center;
}

.xwxq_san .w div {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.xwxq_san .w div span {
    width: 95px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
}

.xwxq_san .w div:nth-child(1) p {
    float: right;
    width: 377px;
    text-align: right;
    line-height: 37px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
}

.xwxq_san .w div:nth-child(1) span {
    display: block;
    float: right;
}

.xwxq_san .w div:nth-child(2) p {
    float: left;
    width: 377px;
    text-align: left;
    line-height: 37px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
}

.xwxq_san .w div:nth-child(2) span {
    display: block;
    float: left;
}

.xwxq_san .w div a[href]:hover span {
    border: 1px solid #0e6eb8;
    color: #0e6eb8;
}

.xwxq_san .w div a[href]:hover p {
    color: #0e6eb8;
}

.xwxq_si {
    width: 100%;
    padding: 20px;
    background-color: #f3f6f9;
    margin-bottom: 70px;
}

.xwxq_si_s {
    width: 100%;
    overflow: hidden;
    padding-bottom: 21px;
    border-bottom: 1px solid #dfe3e8;
}

.xwxq_si_s div:nth-child(1) {
    float: left;
}

.xwxq_si_s div:nth-child(2) {
    float: right;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.xwxq_si_s div:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #999;
}

.xwxq_si_s div:nth-child(2):hover a {
    background-color: #1572ba;
}

.xwxq_si_x ul {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0;
}

.xwxq_si_x {
    width: 100%;
}

.xwxq_si_x li {
    width: 569px;
    height: 35px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.xwxq_si_x li h3 {
    width: 100%;
    height: 100%;
}

.xwxq_si_x li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/xwxq_c.png") no-repeat 5px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 25px;
    box-sizing: border-box;
}

.xwxq_si_x li h3 a:hover {
    background: url("../img/xwxq_d.png") no-repeat 5px;
}

.xwxq_si_x li h3 a div {
    float: left;
    width: 391px;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
}

.xwxq_si_x li h3 a span {
    display: block;
    float: right;
    width: 79px;
    line-height: 35px;
}

.xwxq_si_x li h3 a:hover {
    background: url("../img/xwxq_d.png") no-repeat 5px;
}

.xwxq_si_x li h3 a:hover div {
    color: #1572ba;
}

.zcfg {
    width: 100%;
    padding-top: 50px;
}

.zcfg ul {
    width: 100%;
}

.zcfg ul li {
    width: 100%;
    height: 79px;
    border-bottom: 1px dashed #c2c2c2;
}

.zcfg ul li:hover {
    width: 100%;
    height: 79px;
    border-bottom: 0px dashed #c2c2c2;
    box-shadow: #f9fafb 0 0 25px 5px;
}

.zcfg ul li h3 {
    width: 100%;
    height: 100%;
    font-weight: 400;
}

.zcfg ul li:hover h3 {
    font-weight: 700;
}

.zcfg ul li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 79px;
    padding-left: 17px;
    background: url("../img/zcfg_b.jpg") no-repeat 9px;
}

.zcfg ul li h3 a:hover {
    background: url();
    padding-left: 20px;
    padding-right: 14px;
    box-sizing: border-box;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
}

.zcfg ul li h3 a:hover p {
    color: #0e6eb8;
    font-size: 16px;
}

.zcfg ul li h3 a p {
    float: left;
    width: 880px;
}

.zcfg ul li h3 a div {
    float: right;
}

.fwnr {
    width: 100%;
    padding: 78px 0 67px;
}

.fwnr h1 {
    text-align: center;
    width: 100%;
    color: #0e6eb8;
    font-size: 30px;
    font-weight: 400;
}

.fwnr .fwnr_a {
    margin-bottom: 47px;
}

.fwnr .fwnr_a div {
    text-align: center;
    width: 100%;
    color: #e5e6e8;
    font-size: 20px;
}

.fwnr .fwnr_a div {
    text-align: center;
    width: 100%;
    color: #e5e6e8;
    font-size: 20px;
    margin-bottom: 40px;
}

.fwnr .fwnr_a p {
    color: #5e5e5e;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
}

.fwnr_b {
    width: 100%;
    overflow: hidden;
}

.fwnr_b>div {
    width: 566px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.fwnr_b>div div {
    width: 462px;
    float: right;
}

.fwnr_b>div img {
    display: block;
    float: left;
}

.fwnr_b>div h4 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.fwnr_b>div p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 28px;
}

.zcgw .zcfg ul li h3 a {
    box-sizing: border-box;
    padding-right: 17px;
}

.zcgw .zcfg ul li h3 a:hover {
    background: url();
    padding-left: 20px;
    box-sizing: border-box;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
}

.lxwm {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 88px;
}

.lxwm_a h2 {
    color: #0e6eb8;
    font-size: 30px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: 400;
}

.lxwm_a img {
    display: block;
    margin: 0 auto;
}

.lxwm_b {
    margin-top: 41px;
    width: 100%;
    height: 555px;
    position: relative;
    margin-bottom: 63px;
}

.lxwm_b iframe {
    width: 100%;
    height: 100%;
}

.lxwm_b div {
    position: absolute;
    width: 100%;
    height: 106px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 106px;
    color: #323232;
    font-size: 16px;
    bottom: 0;
}

.lxwm_b div img {
    margin-left: 85px;
    margin-right: 11px;
}

.lxwm_c {
    width: 100%;
    margin-top: 47px;
}

.lxwm_c .w {
    width: 100%;
    height: 669px;
    padding: 74px 168px;
    box-sizing: border-box;
    box-shadow: #fafafb 0 0 10px 5px;
}

.lxwm_c_one {
    width: 100%;
}

.lxwm_c_one input {
    margin-right: 30px;
    width: 413px;
    border-bottom: 1px solid #eeeeee;
    line-height: 44px;
}

.lxwm_c_one input:nth-child(2) {
    margin-right: 0;
}

.lxwm_c_one input::-webkit-input-placeholder {
    color: #323232;
    font-size: 14px;
}

.lxwm_c_two {
    width: 100%;
    height: 168px;
}

.lxwm_c_two {
    width: 100%;
    height: 168px;
    border-bottom: 1px solid #eeeeee;
}

.lxwm_c_two textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0;
    padding-top: 37px;
    box-sizing: border-box;
    outline: none;
}

.lxwm_c_two textarea::-webkit-input-placeholder {
    color: #323232;
    font-size: 13px;
}

.lxwm_c_therr {
    width: 420px;
    height: 51px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 27px;
}

.lxwm_c_therr input {
    width: 158px;
    height: 51px;
    line-height: 51px;
    margin-right: 117px;
}

.lxwm_c_therr img {
    cursor: pointer;
}

.lxwm_c_therr input::-webkit-input-placeholder {
    color: #323232;
    font-size: 14px;
}

.lxwm_c_for {
    text-align: center;
    padding-top: 54px;
}

.lxwm_c_for a {
    display: inline-block;
    height: 48px;
    width: 170px;
    margin: 0 24px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    background-color: #0e6eb8;
}

.lxwm_c_for a:hover {
    background-color: #d92e37;
}

.ckly ul {
    width: 100%;
    min-height: 400px;
    padding-top: 77px;
}

.ckly ul li {
    width: 100%;
    padding-left: 81px;
    box-sizing: border-box;
    background: url("../img/ckly_b.png") no-repeat left top;
    margin-bottom: 45px;
}

.ckly ul li>div {
    width: 1115px;
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 18px 37px;
}

.ckly ul li>div p {
    width: 100%;
    min-height: 33px;
    line-height: 30px;
    color: #464646;
    font-size: 14px;
    box-sizing: border-box;
}

.ckly ul li>div span {
    color: #0e6eb8;
    font-size: 14px;
}

.ckly ul li>div span img {
    vertical-align: baseline;
}

.ckly ul li>div .hf {
    height: 56px;
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    box-shadow: #f7f7f7 0 0 10px 5px;
    margin: 12px 0;
}

.ckly_fy {
    width: 100%;
    padding-bottom: 67px;
}

.head_z_right {
    width: 103px;
    height: 27px;
    background-color: #0e6eb8;
    border-radius: 13.5px;
    margin-top: 16px;
    line-height: 27px;
}

.head_z_right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.zzpgg_z {
    background-color: #efefef;
}

.zpgg {
    width: 100%;
    padding-top: 55px;
}

.zpgg ul {
    width: 100%;
    min-height: 200px;
}

.zpgg_ge {
    width: 100%;
    min-height: 136px;
    background-color: #fff;
    margin-bottom: 14px;
    position: relative;
}

.zpgg_ge_s {
    width: 100%;
    height: 136px;
    padding: 33px 60px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.zpgg_ge_s_a {
    width: 53px;
    height: 100%;
    float: left;
    padding-right: 30px;
    border-right: 2px solid #eeeeee;
}

.zpgg_ge_s_a h4 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.zpgg_ge_s_a span {
    color: #999999;
    font-size: 14px;
}

.zpgg_fy {
    width: 100%;
    background-color: #efefef;
    padding: 21px 0 61px;
}

.zpgg_ge_s_b {
    width: 328px;
    height: 100%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.zpgg_ge_s_b h4 {
    color: #323232;
    font-size: 24px;
    margin-bottom: 11px;
}

.zpgg_ge_s_b span {
    color: #999999;
    font-size: 14px;
}

.zpgg_ge_s_c {
    width: 205px;
    float: left;
    padding-top: 42px;
    color: #999999;
}

.zpgg_ge_s_d {
    width: 133px;
    float: left;
    padding-top: 42px;
    color: #0e6eb8;
}

.zj_yj {
    width: 100%;
    height: 35px;
    background: url("../img/tj_a.png") no-repeat center top;
    background-size: 100%;
}

.zpgg_ge_s_e {
    width: 200px;
    margin-right: 22px;
    float: left;
    padding-top: 42px;
    color: #0e6eb8;
}

.zpgg_ge_s_f {
    width: 93px;
    height: 31px;
    margin-top: 34px;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 31px;
    float: left;
    color: #d7d7d7;
    font-size: 14px;
    cursor: pointer;
}

.zpgg_ge_s_f:hover {
    border: 1px solid #0d6eb8;
    color: #0d6eb8;
    background-color: #efefef;
}

.zpgg_ge_s_fs {
    width: 93px;
    height: 31px;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 31px;
    color: #d7d7d7;
    font-size: 14px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 72px;
    top: 67px;
}

.zpgg_ge_s_fs:hover {
    border: 1px solid #0d6eb8;
    color: #0d6eb8;
    background-color: #efefef;
}

.zpgg_ge_x {
    width: 100%;
    min-height: 519px;
    border-top: 4px solid #efefef;
    padding: 30px 99px 46px;
    box-sizing: border-box;
    display: none;
}

.zpgg_ge_x_a {
    min-height: 201px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
}

.zpgg_ge_x_a h5 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 23px;
    font-weight: 700;
}

.zpgg_ge_x_a p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.zpgg_ge_x_b {
    min-height: 118px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
}

.zpgg_ge_x_b h5 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 23px;
    font-weight: 700;
}

.zpgg_ge_x_b p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.zpgg_ge_x_c {
    padding-left: 17px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.zpgg_ge_x_c {
    padding-left: 17px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.zpgg_ge_x_c a {
    display: inline-block;
    width: 132px;
    height: 46px;
    background-color: #0e6eb8;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.zpgg_ge_x_c a:hover {
    background-color: #eb1021;
}

.wzdt {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 120px;
}

.wzdt img {
    display: block;
    margin: 0 auto;
}

.wzdt .w>ul {
    width: 100%;
    padding-top: 63px;
    overflow: hidden;
    background: url("../img/wzdt_a.png") no-repeat top center;
}

.wzdt .w>ul>li {
    width: 120px;
    float: left;
    text-align: left;
}

.wzdt .w>ul>li>a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    margin-bottom: 22px;
}

.wzdt .w>ul>li:hover>a {
    display: block;
    width: 100%;
    color: #f0182c;
    font-size: 16px;
}

.wzdt .w>ul>li ul {
    width: 100%;
}

.wzdt .w>ul>li ul li {
    width: 100%;
    margin-bottom: 14px;
}

.wzdt .w>ul>li ul li a {
    color: #666666;
}

.wzdt .w>ul>li ul li a:hover {
    color: #0d6eb8;
}

.head_z_log img:hover {
    opacity: 0.7;
}

.head_z_log {
    margin-right: 29px;
}

.tou_ss {
    position: absolute;
    min-width: 30px;
    height: 30px;
    right: 109px;
    top: 37px;
}

.tou_ss input {
    width: 0;
    height: 30px;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.tou_ss:hover input {
    width: 189px;
    height: 30px;
    padding-left: 20px;
    border: 1px solid #0e6eb8;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.tou_ss a {
    cursor: pointer;
}

.gai_a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.gai_a a {
    display: inline-block;
    width: 588px;
    height: 95px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 95px;
    font-weight: 700;
}

.gai_a a:nth-child(1) {
    background: url("../img/gai_a.jpg") no-repeat center;
    background-size: 100%;
    margin-right: 16px;
    transition: background-size 1s;
    -webkit-transition: background-size 1s;
}

.gai_a a:nth-child(2) {
    background: url("../img/gai_b.jpg") no-repeat center;
    background-size: 100%;
    transition: background-size 1s;
    -webkit-transition: background-size 1s;
}

.lxwm_a {
    margin-bottom: 50px;
}

.gai_a a:hover {
    background-size: 105%;
    transition: background-size 0.6s;
    -webkit-transition: background-size 0.6s;
}


/* @media screen and (max-width: 1678px) {

} */