.index_lunbo img {
    width: 100%;
}

.index_lunbo_pagination span {
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    margin: 0 10px;
}

.index_cp {
    background: url(../images/cpbj.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 100px 0 60px;
    background-color: #f8f8f8;
}

.index_cp_title {
    font-size: 0px;
    text-align: center;
    font-weight: bold;
}

.index_cp_title span {
    font-size: 30px
}

.index_cp_title span:nth-child(1) {
    color: #7c7c7c;
}

.index_cp_title span:nth-child(2) {
    color: #0058a8;
}

.index_cp_title p {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}

.index_cp_p {
    margin: 20px 0;
}

.index_cp_nav {
    margin: 40px 0;
    text-align: center;
}

.index_cp_nav span {
    display: inline-block;
    width: 160px;
    height: 40;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    margin: 0 13px;
    color: #969696;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_cp_nav span:hover {
    background: #0058a8;
    color: #fff;
}

.index_cp_nav span.index_cp_nav_active {
    background: #0058a8;
    color: #fff;
}

.index_cp_content {
    position: relative;
    font-size: 0;
    display: none;
}

.index_cp_content_active {
    display: block;
}

.index_cp_mincon {
    width: 32%;
    margin-right: 2%;
    vertical-align: text-top;
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
}

.index_cp_mincon:nth-child(3n) {
    margin-right: 0;
}

.index_cp_mincon_span {
    color: #707070;
    font-size: 20px;
    text-align: center;
    height: 60px;
    border-top: 1px solid #f6f6f6;
    line-height: 60px;
}

.index_cp_mincon_span span {
    vertical-align: middle;
}

.index_cp_mincon_span2 {
    margin-left: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    color: #cccccc;
}

.index_cp_mincon_img {
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.index_cp_mincon_img img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.index_cp_mincon:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_cp_mincon:hover span {
    color: #0058a8;
}

.index_cp_mincon:hover .index_cp_mincon_span2 {
    border-color: #0058a8;
}

.cp_more {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #0058a8;
    margin-top: 20px;
    font-size: 18px;
}

.index_al {
    padding: 60px 0;
}

.index_al_img {
    position: relative;
}

.index_al_img img {
    width: 100%;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.index_al_xq {
    position: absolute;
    bottom: 0;
    height: 60px;
    background: #f7f7f7;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 10px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    background: #fff;
}

.index_al_xq_title {
    font-size: 20px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.indexal_lunbo_next {
    background: url(../images/next.png) no-repeat center center;
}

.indexal_lunbo_prev {
    background: url(../images/prev.png) no-repeat center center;
}

.index_al_xq span {
    display: block;
}

.indexal_lunbo {
    margin: 40px 0;
}

.index_al_xq_desc {
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}

.swiper-slide-active .index_al_xq {
    background: #0058a8;
    color: #fff;
    /*height: 120px;*/
}

.swiper-slide-active .index_al_xq_title {
    color: #fff;
}

.swiper-slide-active .index_al_img img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.index_ys {
    background: url(../images/ys.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 70px 0;
}

.index_ys .index_cp_title span:nth-of-type(1) {
    color: #0058a8;
    font-size: 52px;
}

.index_ys .index_cp_title span:nth-of-type(2) {
    color: #7c7c7c;
    font-size: 32px;
    margin-right: 10px;
}

.index_ys .index_cp_title span:nth-of-type(3) {
    color: #7c7c7c;
    font-size: 30px;
}

.index_ys .index_cp_title span:nth-of-type(3) {
    color: #0058a8;
    font-size: 30px;
}

.index_yscon {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.index_ysmincon {
    position: relative;
    max-width: 32%;
}

.ys_img1 img {
    width: 100%;
}

.ys_span {
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 35px 0;
}

.ys_span span:nth-of-type(1) {
    display: block;
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.ys_img2 {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

.ys_span span:nth-of-type(2) {
    display: block;
    font-size: 15px;
    color: #989898;
}

.index_about {
    padding: 60px 0;
}

.index_about_center {
    margin: 40px 0;
    font-size: 0;
}

.index_about_center_left {
    width: 48%;
    font-size: 0;
    margin-right: 4%;
    display: inline-block;
    vertical-align: text-top;
}

.index_about_center_left img {
    width: 100%;
}

.index_about_center_right {
    display: inline-block;
    width: 48%;
    vertical-align: text-top;
}

.iabout_title {
    font-size: 30px;
    color: #0058a8;
    margin-bottom: 12px;
}

.iabout_content {
    font-size: 16px;
    color: #959494;
    line-height: 24px;
    text-align: justify;
}

.iabout_ms {
    font-size: 18px;
    color: #818181;
    margin-bottom: 30px;
}

.index_about_bottom {
    position: relative;
    font-size: 0;
}

.index_about_bottom_con {
    display: inline-block;
    width: 25%;
    position: relative;
    color: #757575;
    text-align: center;
    padding: 45px 0;
    background: #f6f6f6;
}

.index_about_bottom_con:first-of-type {
    background: #0058a8;
    color: #fff;
}

.index_about_bottom_con:last-of-type {
    border-radius: 0 0 80px 0;
}

.index_about_sj {
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #0058a8;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_about_value1 {
    font-size: 35px;
}

.index_about_value2,
.index_about_value3,
.index_about_value4 {
    font-size: 35px;
    color: #0058a8;
}

.index_about_dw {
    font-size: 20px;
}

.index_about_bottom_con p {
    font-size: 20px;
}

.index_about_center_more {
    display: block;
    width: 160px;
    height: 40px;
    background: #0058a8;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.index_news {
    position: relative;
    background: url(../images/newsbj.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.index_newscon {
    font-size: 0;
    position: relative;
    width: 100%;
}

.index_news_left {
    width: 63%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: text-top
}

.index_news_right {
    width: 31%;
    display: inline-block;
    vertical-align: text-top
}

.index_news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.index_news_title_true {
    padding: 10px 0;
    border-bottom: 2px solid #0058a8;
    display: inline-block;
    font-size: 20px;
    color: #0058a8;
    vertical-align: middle;
}

.index_news_title_true img {
    margin-right: 4px;
    vertical-align: middle;
}

.index_news_title a {
    font-size: 16px;
    color: #333333;
}

.index_news_left_center_time {
    padding: 24px 20px 20px 20px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 24px;
    color: #ababab;
}

.index_news_left_center {
    font-size: 0;
    background: #fff;
}

.index_news_left_centercon {
    width: 50%;
    display: inline-block;
}

.index_news_left_centermincon {
    padding: 0 24px;
}

.inewsl_title {
    font-size: 18px;
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 25px;
}

.inewsl_ms {
    color: #a09f9f;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0;
    line-height: 20px;
}

.inewsl_img img {
    max-width: 100%;
}

.inewsl_ms a {
    color: #0c3693;
    font-size: 14px;
}

.index_news_left_bottom {
    margin-top: 20px;
    background: #fff;
    padding: 20px 0;
}

.index_news_left_bottom li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: #8e8d8d;
}

.index_news_left_bottom li a span:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.index_news_left_bottom li a img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_news_right_con {
    padding: 0px 20px;
    background: #fff;
}

.index_news_right_mincon {
    padding: 24px 0;
    border-bottom: 1px solid #d9d9d9;
    display: block;
}

.index_news_right_mincon1 {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.index_news_right_mincon1 span {
    display: inline-block;
}

.index_news_right_mincon .index_news_right_mincon1:nth-of-type(2) {
    margin-bottom: 0;
}

.index_news_right_mincon:last-of-type {
    border: none;
}

.index_news_right_con_wen {
    color: #fff;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background: #0058a8;
    line-height: 34px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 4px;
}

.index_news_right_con_da {
    color: #fff;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background: #c8c8c8;
    line-height: 34px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 4px;
}

.index_news_right_con_nr {
    color: #515151;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
}

.index_news_right_con_nr2 {
    color: #515151;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_hzhb {
    background: #fff;
}

.index_hzhb_tp {
    margin: 40px 0;
    font-size: 0;
}

.index_hzhb_tp li {
    font-size: 0;
    display: inline-block;
    width: 20%;
    border: 1px solid #f7f7f7;
    height: 160px;
    overflow: hidden;
    text-align: center;
    line-height: 160px;
}

.index_hzhb_tp li img {
    vertical-align: middle;
    max-width: 100%;
}

.index_hzhb_tp li:last-of-type {
    border-radius: 0 0 60px 0;
    background: #0058a8;
}

.index_hzhb_tp li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.index_hzhb_tp li a span {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.mbx {
    height: 60px;
    line-height: 60px;
    background: #fff;
}

.mbx img {
    margin-right: 4px;
    vertical-align: middle;
}

.mbx span {
    font-size: 16px;
    color: #828282;
}

.mbx a {
    font-size: 16px;
    color: #828282;
}

.mbx a:hover {
    color: #0058a8;
}

.banner {
    font-size: 0;
}

.banner img {
    height: 100%;
    width: 100%;
}

.aboutcon {
    position: relative;
    background: #f9f9f9;
    padding: 70px 0 120px 0
}

.about_top {
    font-size: 0;
    text-align: center;
}

.about_top a {
    display: inline-block;
    width: 22%;
    margin: 0 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #8c8c8c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
}

.about_top a.about_top_active {
    background: #005aac;
}

.about_top a:hover {
    background: #005aac;
}

.about_title {
    margin: 90px 0;
    text-align: center;
}

.about_title p:nth-of-type(1) {
    font-size: 28px;
    color: #858585;
    font-weight: bold;
    text-transform: uppercase;
}

.about_title span:nth-of-type(1) {
    font-size: 46px;
    color: #858585;
    font-weight: bold;
}

.about_title span:nth-of-type(2) {
    font-size: 46px;
    color: #005aac;
    font-weight: bold;
}

.about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_contentimg {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 46px;
}

.about_contentimg img {
    width: 100%;
    max-width: 350px;
}

.about_content_p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 16px;
    line-height: 30px;
    color: #7f7f7f;
}

.about_content_title {
    font-size: 26px;
    line-height: 50px;
    color: #272727;
    margin-bottom: 20px;
    display: block;
}

.about_jzg_con {
    background: #fff;
    padding: 38px 26px;
    font-size: 18px;
    color: #5c5c5c;
}

.about_jzg_con span {
    color: #005aac;
}

.about_jzg_con_p {
    line-height: 30px;
}

.about_jzg_con p {
    margin-bottom: 20px;
}

.about_jzg_con p:last-of-type {
    margin: 0;
}

.about_jzg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_jzg_img {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about_jzg_img img {
    width: 100%;
}

.hzhbimg {
    font-size: 0;
    display: inline-block;
    height: 150px;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    line-height: 150px;
    overflow: hidden;
    vertical-align: text-top;
}

.hzhbimg img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hzhbimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hzhbcon {
    font-size: 0;
}

.hzhbimg:nth-child(4n) {
    margin-right: 0;
}

.hzhb_title {
    margin: 70px 0;
}

.ryimg {
    width: 20%;
    margin-right: 5%;
    height: auto;
    line-height: inherit;
    position: relative;
    background: none;
    margin-bottom: 30px;
}

.ryimg p {
    font-size: 18px;
    color: #454545;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ryimgcon {
	border: 3px solid #005aac;
    overflow: hidden;
}

.zxns {
    padding: 42px 28px;
}

.zxnsmincon {
    background: #f2f5fa;
    margin-bottom: 18px;
}

.zxnsminconcon {
    height: 52px;
    line-height: 52px;
    font-size: 0;
    padding: 0 40px;
    cursor: pointer;
}

.zxnsminconcon>div {
    display: inline-block;
    color: #6f6f6f;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ganweicon {
    font-size: 25px;
    color: #005aac;
    margin-bottom: 10px;
}

.zpxqcon {
    font-size: 16px;
    color: #7d7e7d;
    margin-bottom: 40px;
}

.zpxq {
    padding: 30px 40px;
    border: 1px solid #e7e7e7;
    background: #fff;
    line-height: 32px;
    display: none;
}

.zpsj {
    padding: 40px 0 100px 0;
    border-top: 1px solid #e7e7e7;
    display: block;
}

.ganwei {
    width: 25%;
}

.gzdd {
    width: 40%;
}

.zprs {
    width: 15%;
}

.nlyq {
    width: 20%;
}

.fy ul {
    text-align: center;
    margin-top: 60px;
}

.fy li {
    display: inline-block;
    margin: 0 10px;
}

.fy li a {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #a1a1a1;
    background: #fff;
}

.fy li a:hover {
    color: #fff;
    background: #005aac;
}

.fy li.active a {
    color: #fff;
    background: #005aac;
}

.cpxq_top {
    position: relative;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cpxq_top_left {
    width: 50%;
    display: inline-block;
    position: relative;
}

.cpxq_top_right {
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 44px 0 0 37px;
}

.cpxq_top_left .swiper-slide img {
    width: 100%;
}

.gallery-thumbs {
    margin-top: 13px;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #eeeeee;
}

.swiper-slide-thumb-active {
    border-color: #0a60b7 !important;
}

.gallery-thumbs {
    padding: 0 40px;
}

.cpxq_top_left_next {
    width: 32px;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    color: #e0e0e0;
    border: 1px solid #eeeeee;
    opacity: 1 !important;
    background: #fff;
}

.cpxq_top_left_next1 {
    width: 50px;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    color: #e0e0e0;
    border: 1px solid #eeeeee;
    opacity: 1 !important;
    background: #fff;
}

.cpxq_top_left_prev {
    width: 32px;
    left: 0;
    background: #fff;
    height: 100%;
    top: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    color: #e0e0e0;
    border: 1px solid #eeeeee;
    opacity: 1 !important;
}

.tuijiancpp {
    margin-top: 60px;
}

.newxq_tj_title a:hover {
    color: #0a60b7;
}

.tuijiancpp_con {
    padding: 0 60px;
    margin-top: 30px;
}

.cpxq_top_left_prev1 {
    width: 50px;
    left: 0;
    background: #fff;
    height: 100%;
    top: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    color: #e0e0e0;
    border: 1px solid #eeeeee;
    opacity: 1 !important;
}

.cpxq_top_left_next:hover {
    color: #fff;
    background: #0058a8;
}

.cpxq_top_left_prev:hover {
    color: #fff;
    background: #0058a8;
}

.cpxq_top_left_next1:hover {
    color: #fff;
    background: #0058a8;
}

.cpxq_top_left_prev1:hover {
    color: #fff;
    background: #0058a8;
}

.cpxq_top_right_title {
    font-size: 26px;
    color: #0a60b7;
    margin-bottom: 10px;
}

.cpxq_top_right_ms {
    font-size: 16px;
    line-height: 38px;
    color: #4f4e4e;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-align: justify;
}

.cpxq_top_right_lx a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    background: #f05e10;
    text-align: center;
}

.cpxq_top_right_lx a img {
    vertical-align: middle;
    margin-right: 4px;
}

.cpxq_top_right_lx {
    position: absolute;
    bottom: 0;
    left: 37px;
    font-size: 0;
}

.cpxq_top_right_lx_phone {
    display: inline-block;
    height: 56px;
    position: relative;
    font-size: 0;
    margin-left: 26px;
}

.cpxq_top_right_lx_phone img {
    vertical-align: middle;
    height: 100%;
}

.cpxq_top_right_lx_phone_con {
    display: inline-block;
    vertical-align: middle
}

.cpxq_top_right_lx_phone_con span:nth-of-type(1) {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
}

.cpxq_top_right_lx_phone_con span:nth-of-type(2) {
    display: block;
    font-size: 25px;
    color: #1e1e1e;
    font-weight: bold;
}

.cpxq_bottom {
    margin-top: 30px;
}

.cpxq_bottom_span {
    background: #0a60b7;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
}

.cpxq_bottom_span span {
    display: inline-block;
    padding: 0 30px;
    background: #f05e10;
}

.cpxq_bottom_content {
    padding: 30px;
}

.hhyy .about_top a {
    letter-spacing: 0;
}

.hhyy .yyyycon {
    width: 96%;
}

.yyyyconmincon {
    width: 24%;
    margin-right: 1%;
    vertical-align: text-top;
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
}

.yyyyconmincon:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.yyyyconmincon:hover .index_al_xq {
    background: #0058a8;
    color: #fff;
    height: 120px;
}

.yyyyconmincon:hover .index_al_xq_title {
    color: #fff;
}

.newscon .index_cp_mincon {
    width: 24%;
    margin-right: 1% !important;
}

.index_cp_mincon_span4 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}

.index_cp_mincon_span4 span:nth-of-type(1) {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscon_p {
    line-height: 32px;
    height: auto;
    padding: 10px 10px;
    background: #fff;
}

.index_cp_mincon_span3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscon .index_cp_mincon:hover .index_cp_mincon_img img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.newscon .index_cp_mincon:hover .index_cp_mincon_span {
    background: #005aac;
    color: #fff;
}

.newscon .index_cp_mincon:hover .index_cp_mincon_span4 span {
    color: #fff !important;
}

.newxq_bottom {
    margin-top: 30px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
    text-align: justify;
}

.newxq_top_title {
    font-size: 28px;
    color: #0a60b7;
    text-align: center;
}

.newxq_top_else {
    font-size: 15px;
    text-align: center;
    color: #5e5e5e;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.back_lb {
    position: absolute;
    right: 0;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #eeeeee;
    border-radius: 21px;
    font-size: 30px;
    color: #7c7c7c;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.back_lb span:nth-child(2) {
    font-size: 15px;
    margin-left: 10px;
}

.back_lb span:nth-child(1) {
    margin-bottom: 5px
}

.newxq_tj {
    position: relative;
}

.newxq_tj_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
}

.newxq_tj_title p span:nth-of-type(1) {
    font-size: 18px;
    color: #000000;
}

.newxq_tj_title a {
    font-size: 18px;
    color: #000000;
}

.newxq_tj_title p span:nth-of-type(2) {
    font-size: 12px;
    color: #000000;
}

.newxq_tjcon {
    font-size: 0;
    margin-top: 20px;
}

.newxq_tjcon li {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    line-height: 30px;
}

.newxq_tjcon li:hover a {
    color: #0a60b7;
}

.newxq_tjcon li:nth-child(2n) {
    margin: 0;
}

.newxq_tjcon li a {
    font-size: 14px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newxq_tjcon li a span:nth-of-type(1) {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_cp_mincon2 {
    width: 100%;
    margin: 0;
}

.tuijiancpp_con_title {
    padding: 10px;
}

.tuijiancpp_con_title span {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #707070;
    font-size: 16px;
}

.lx_xq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.lx_xqimg {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 80px;
}

.lx_xqtitle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.lx_xqtitle1 {
    font-size: 24px;
    color: #000000;
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
}

.lx_xqtitle2 {
    font-size: 15px;
    text-align: justify;
    color: #8f8d8d;
    line-height: 30px;
    margin-top: 10px;
}

.lx_xqimg img {
    width: auto;
    width: 190px;
}

.lx_xq_sd {
    font-size: 0;
    position: relative;
    margin: 40px 0;
}

.lx_xq_sdcon {
    width: 23%;
    margin: 0 1%;
    padding: 30px 26px 0 26px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background: #f1f1f1;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    height: 166px;
}

.lx_xq_sdcon span {
    display: block;
    font-size: 16px;
    color: #48494a;
    line-height: 24px;
    margin-top: 10px;
}

.lx_xq_sdcon p {
    font-size: 16px;
    color: #035dae;
    line-height: 24px;
}

.zxly {
    font-size: 0;
}

.zxly_left {
    width: 50%;
    display: inline-block;
    padding-right: 30px;
    vertical-align: text-top
}

.zxly_right {
    width: 50%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: text-top
}

.zxly_right form {
    position: relative;
}

.thename {
    display: block;
    position: relative;
    margin-bottom: 27px;
}

.lx_index_cp_title {
    margin: 60px 0;
}

.thename input {
    height: 58px;
    line-height: 58px;
    width: 100%;
    border: 1px solid #eeeeee;
    padding-right: 50px;
    padding-left: 30px;
    font-size: 16px;
    color: #333
}

.thename textarea {
    width: 100%;
    padding: 0 50px 0 30px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 30px;
    resize: none;
    color: #333
}

.thename img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.thenamely img {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: none;
    transform: none;
}

.thesub {
    position: relative;
    font-size: 0;
}

.thesub input {
    width: 48%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 4%;
    background: #035dae;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.thesub input:last-of-type {
    margin: 0;
    background: #dfdfdf;
    color: #555555;
}

.zxly_left img {
    width: 100%;
}

@media (max-width: 1200px) {
    .thename input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .thename textarea {
        font-size: 14px;
        line-height: 24px;
    }
    .thesub input {
        height: 40px;
        line-height: 40px;
    }
    .thename {
        margin-bottom: 10px;
    }
    .video{
	width:100%;
	height:auto;
}
    .zxly_left,
    .zxly_right {
        width: 100%;
        padding: 0;
    }
    .zxly_right {
        margin-top: 20px;
    }
    .lx_xq_sdcon {
        width: 100%;
        margin: 0;
    }
    .lx_xqtitle2 {
        font-size: 14px;
    }
    .lx_xqtitle1 {
        font-size: 18px;
    }
    .lx_xq {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lx_xqimg {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .tuijiancpp_con {
        padding: 0 40px;
    }
    .cpxq_top_left_next1,
    .cpxq_top_left_prev1 {
        width: 32px;
    }
    .newxq_tjcon li a span:nth-of-type(1) {
        width: 70%;
    }
    .newxq_tjcon li {
        width: 100%;
        margin: 0;
    }
    .back_lb {
        display: none;
    }
    .newxq_top_else {
        font-size: 12px;
    }
    .newxq_top_title {
        font-size: 22px;
    }
    .newscon .index_cp_mincon {
        width: 100%;
        margin-right: 0 !important;
    }
    .index_al_img img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    .index_al_xq_title {
        font-size: 16px;
    }
    .index_al_xq_desc {
        font-size: 14px;
    }
    .index_hzhb_tp li {
    font-size: 0;
    display: inline-block;
    width: 20%;
    border: 1px solid #f7f7f7;
    height: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
}
.index_cp_mincon_span {
    color: #707070;
    font-size: 14px;
    text-align: center;
    height: 60px;
    border-top: 1px solid #f6f6f6;
    line-height: 60px;
    }
    .yyyyconmincon {
        width: 100%;
        margin: 0;
    }
    .hhyy .about_top a {
        font-size: 14px;
    }
    .cpxq_bottom_span {
        height: 50px;
        line-height: 50px;
    }
    .cpxq_bottom_content {
        padding: 20px 0;
    }
    .cpxq_top_right_ms {
        font-size: 14px;
        line-height: 24px;
    }
    .cpxq_top_right_title {
        font-size: 22px;
    }
    .cpxq_top_right_lx {
        position: relative;
        left: 0;
        margin-top: 30px;
    }
    .cpxq_top_right_lx_phone {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    .cpxq_top_right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .cpxq_top_left {
        width: 100%;
    }
    .cpxq_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fy ul {
        margin-top: 20px;
    }
    .fy li {
        margin: 0 5px;
    }
    .zxnsminconcon>div {
        font-size: 14px;
        width: 100%;
    }
    .zxnsminconcon {
        padding: 10px 10px;
        height: auto;
        line-height: 20px;
    }
    .zxns {
        padding: 42px 0px;
    }
    .hzhb_title {
        margin: 30px 0;
    }
    .hzhbimg {
        width: 48%;
        margin-right: 4%;
    }
    .hzhbimg:nth-child(2n) {
        margin-right: 0;
    }
    .about_jzg_con_p {
        line-height: 24px;
    }
    .about_jzg_con {
        font-size: 16px;
    }
    .about_jzg_con {
        padding: 20px 10px;
    }
    .about_jzg_con {
        width: 100%;
    }
    .about_jzg_img {
        width: 100%;
    }
    .about_jzg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about_content_p {
        font-size: 14px;
        line-height: 24px;
    }
    .about_content_title {
        font-size: 18px;
        margin: 0
    }
    .about_contentimg {
        width: 100%;
    }
    .about_title span:nth-of-type(1) {
        font-size: 22px;
    }
    .about_title span:nth-of-type(2) {
        font-size: 22px;
    }
    .about_title p:nth-of-type(1) {
        font-size: 16px;
    }
    .about_title {
        margin: 30px 0;
    }
    .about_top a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 2px;
        width: 46%;
        margin: 0 2%;
        margin-bottom: 10px;
    }
    .aboutcon {
        padding: 30px 0;
    }
    .mbx span,
    .mbx a {
        font-size: 14px;
    }
    .mbx {
        height: 40px;
        line-height: 40px;
    }
    .about_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .index_hzhb_tp li {
        width: 50%;
    }
    .index_news_title {
        margin: 20px 0 20px 0;
    }
    .index_news {
        padding: 30px 0;
    }
    .index_news_left_centercon {
        width: 100%;
    }
    .index_news_right {
        width: 100%;
    }
    .index_news_left {
        margin-right: 0;
        width: 100%;
    }
    .index_about_bottom_con {
        width: 50%;
    }
    .index_about_center_more {
        left: 50%;
        position: relative;
        margin-left: -60px;
        width: 120px;
        font-size: 16px;
    }
    .iabout_title {
        font-size: 18px;
        margin-top: 10px;
    }
    .iabout_ms {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .iabout_content {
        font-size: 14px;
    }
    .index_about_center_left {
        width: 100%;
        margin-right: 0;
    }
    .index_about_center_right {
        width: 100%;
    }
    .ys_span span:nth-of-type(1) {
        font-size: 22px;
    }
    .ys_span span:nth-of-type(2) {
        font-size: 14px;
    }
    .index_al,
    .index_ys,
    .index_about {
        padding: 30px 0;
    }
    .index_yscon {
        margin-top: 30px;
    }
    .indexal_lunbo {
        margin: 30px 0;
    }
    .index_ysmincon {
        width: 100%;
        max-width: 100%;
    }
    .index_cp_title p {
        font-size: 14px;
    }
    .index_cp_title span {
        font-size: 22px !important;
    }
    .index_lunbo_pagination span {
        width: 30px;
    }
    .index_cp {
        padding: 30px 0;
    }
    .index_cp_p {
        font-size: 14px;
        margin: 6px 0;
    }
    .index_cp_nav span {
        width: 120px;
        margin: 0;
    }
    .index_cp_nav span {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
    width: 160px;
    height: 40;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #969696;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
	.index_about_value1 {
	    font-size: 18px;
	}
	.index_about_value2{
    font-size: 18px;
	}
	.index_about_value3 {
    font-size: 18px;
	}
	.index_about_value4 {
    font-size: 18px;
	}

	.index_cp_mincon_span4 span:nth-of-type(1) {
    display: inline-block;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
    .index_cp_mincon {
        width: 48%;
        margin-right: 4%
    }
    .index_cp_mincon2 {
        width: 100%;
        margin: 0;
    }
    .index_cp_mincon:nth-child(3n) {
        margin-right: 4%
    }
    .index_cp_mincon:nth-child(2n) {
        margin-right: 0;
    }
    .cp_more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}