@charset "utf-8";

/* banner */

.banner {
    height: 700px;
    position: relative;
}
/* .banner_slide>div::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.banner_container {
    width: 100%;
    height: 100%;
}

.banner_slideitemmb,
.banner_slideitempc {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
}

.banner_slideitemmb .container,
.banner_slideitempc .container{
    height: 100%;
}
.banner .btxt{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    /* width: 66%; */
    max-width: 790px;
    position: relative;
    z-index: 9;
    
}
.banner .bbt{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 72px 30px;
    position: relative;
    left: -72px;
    margin-bottom: 30px;
}
.banner .btxt h2{
    font-family: 微软雅黑,microsoft yahei,Arial,宋体,sans-serif;
    font-weight: 700!important;
    font-variant-ligatures: common-ligatures;
    font-size: 55px;
    color: #0452ae;
    margin-bottom: 20px;
}
.banner .btxt span{
    color: #d11515;
}
.banner .btxt h5{
    font-size: 19.5px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}
.banner .btxt p{
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* width: 60%; */
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
}
a.banner_btn{
    width: 200px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    background-color:rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
}


.banner_slideitemmb {
    display: none;
}

.fybtn {
    position: absolute;
    bottom: 109px;
    z-index: 9;
    text-align: right;
	color: rgba(255,255,255,0.50)
}

.btnbox {
    margin-top: 20px;
    display: flex;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}

.btnbox>div {
    width: 50%;
    cursor: pointer;
    outline: none;
}

.btnbox_per i,
.btnbox_next i {
    font-size: 40px;
    color: #333333;
}

.btnbox_next {
    background-color: #d41617;
}

.btnbox_next i {
    color: #fff;
}

.yebox span:first-child{
    font-size: 50px;
    color: #fff;
	margin-right: 5px
}

.yebox em {
    display: inline-block;
    margin: 0 8px;
    height: 18px;
    width: 2px;
    background-color: rgba(255, 255, 255, .7);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

.yebox span {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}


/* 蓝色引导块 */

.lskyd {
    position: relative;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lskyd_box {
    background-color: #0452ae;
}

.lskyd_boxct {
    height: 130px;
    display: flex;
}

.lskyd_boxctitem {
    flex: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #003068;
    position: relative;
}

.lskyd_boxctitem:last-child {
    border-right: 0;
}

.lskyd_boxctitemdw {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #1068cf;
}

.lskyd_boxctitem:last-child .lskyd_boxctitemdw {
    display: none;
}

.lskyd_boxctitembox {
    width: 100%;
    text-align: center;
}

.lskyd_boxctitemimg i {
    font-size: 32px;
    color: rgba(255, 255, 255, .3);
}

.lskyd_boxctitemp {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.lskyd_boxctitem:hover .lskyd_boxctitemp {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}


/* 进口代理 */

.jkdl_t {
    margin: auto;
    margin-top: 50px;
    width: 400px;
    height: 40px;
    position: relative;
    border: 1px solid #cccccc;
}

.jkdl_tt {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #fff;
    white-space: nowrap;
}

.jkdl_tt span {
    font-size: 38px;
    color: #333333;
    vertical-align: middle;
}

.jkdl_tt b {
    font-weight: 600;
    font-size: 38px;
    color: #0452ae;
    vertical-align: middle;
}

.jkdl_tt s {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-color: #333333;
}

.jkdl_tb {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0 10px;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    background-color: #fff;
    white-space: nowrap;
    font-size: 13px;
    color: #888888;
}

.jkdl_b {
    margin-top: 78px;
    display: flex;
}

.jkdl_bl {
    width: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jkdl_blr {
    width: 60%;
    padding-left: 45px;
    display: flex;
    flex-wrap: wrap;
}

.jkdl_blr .jkdl_blritem {
    width: 32%;
    margin-right: 2%;
    border: 2px solid #bfbfbf;
    height: 46px;
    line-height: 44px;
    text-align: center;
    margin-top: 16px;
}

.jkdl_blritem.hvr-sweep-to-right::before {
    background-color: #0452ae;
}

.jkdl_blr .jkdl_blritem:nth-child(-n+3) {
    margin-top: 0;
}

.jkdl_blr .jkdl_blritem:nth-child(3n) {
    margin-right: 0;
}

.jkdl_blr .jkdl_blritem.more {
    background-color: #333333;
	line-height: 46px;
	border: none;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.jkdl_blr .jkdl_blritem:hover{
	border-color: #0452ae
}
.jkdl_blr .jkdl_blritem.more:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}


/* 优势 */

.youshi {
    margin-top: 95px;
    overflow: hidden;
}

.youshi_box {
    display: flex;
}

.youshi_boxl {
    width: 50%;
    padding: 66px 0 60px;
    position: relative;
}

.youshi_boxldw {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.youshi_boxlh {
    color: #fff;
}

.youshi_boxtxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.youshi_boxtxth {
    margin-top: 30px;
    font-size: 32px;
	line-height: 40px;
    color: #fff;
}

.youshi_boxtxtp {
    margin-top: 45px;
}

.youshi_boxtxtp b {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #85b6ef;
    vertical-align: middle;
}

.youshi_boxtxtp span {
    font-size: 14px;
    color: #85b6ef;
    vertical-align: middle;
    margin-left: 4px;
}

.youshi_boxtxtp p {
    margin-bottom: 6px;
}

.youshi_boxr {
    padding: 66px 0 60px;
    position: relative;
    width: 50%;
}

.youshi_boxrdw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.youshi_boxlb {
    display: flex;
    width: calc(100% + 110px);
    margin-left: -110px;
}

.youshi_boxlbl {
    width: 110px;
}

.youshi_boxlbr {
    width: calc(100% - 110px);
}

.youshi_slide .youshi_slide_item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.youshi_slide .youshi_slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

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

.youshi_slide_itemdw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: rgba(24, 94, 178, .95);
    font-size: 18px;
    color: #fff;
}

.youshi_thumbs,
.youshi_top {
    width: 100%;
    height: 440px;
}

.youshi_thumbs {
    background-color: #fff;
}

.youshi_slidet {
    border-bottom: 1px solid #0c52b5;
}

.youshi_slidet:last-child {
    border-bottom: 0;
}

.youshi_slidet.swiper-slide-thumb-active {
    background-color: #da1515;
}

.youshi_slidet.swiper-slide-thumb-active i,
.youshi_slidet.swiper-slide-thumb-active .youshi_slidet_itemp {
    color: #fff;
}

.youshi_slidet_item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}

.youshi_slidet_itemi {
    margin-top: 20px;
}

.youshi_slidet_itemi i {
    font-size: 36px;
    color: #333333;
}

.youshi_slidet_itemp {
    font-size: 16px;
	line-height: 22px;
    color: #333333;
}


/* 合作流程 */

.hzlc {
    margin-top: 109px;
}

.hzlc .jkdl_t {
    margin-top: 0;
}

.hzlc_b {
    margin-top: 78px;
    display: flex;
}

.hzlc_bl {
    width: 25%;
}

.hzlc_k {
    height: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #efefef;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #333;
}

.hzlc_t {
    display: flex;
    justify-content: space-around;
}

.hzlc_timg {
    margin-top: 5px;
}

.hzlc_timg img {
    margin: auto;
}

.hzlc_ttxt {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.hzlc_ttxt.zhongbu {
    color: #0452ae;
}

.hzlc_bz {
    position: relative;
    width: calc(52% + 40px);
    margin-left: -20px;
    z-index: -1;
}

.hzlc_bz .hzlc_k {
    background-color: #0452ae;
    color: #fff;
    border-right: 5px solid #fff;
}

.hzlc_br {
    position: relative;
    z-index: -2;
    width: 23%;
    margin-left: -20px;
}

.hzlc_zx {
    margin-top: 75px;
}

.hzlc_zx a {
    display: block;
    margin: 0 auto;
    width: 208px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #b2b2b2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.hzlc_zx a.hvr-sweep-to-right::before {
    background-color: #0452ae;
}

.hzlc_zx a:hover i,
.hzlc_zx a:hover span,
.hzlc_zx a:active i,
.hzlc_zx a:active span,
.hzlc_zx a:focus i,
.hzlc_zx a:focus span{
    color: #fff;
	
}
.hzlc_zx a:hover,
.hzlc_zx a:active{
	border-color: #0452ae;
}

.hzlc_zx a i {
    margin-top: -6px;
    font-size: 26px;
    color: #b2b2b2;
}

.hzlc_zx a span {
    padding-left: 8px;
    font-size: 16px;
    color: #666;
}


/* 案例 */

.anli {
    margin-top: 100px;
    padding-bottom: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.anli_t {
    background-color: rgba(6, 78, 161, .8);
}

.anli_tbox {
    /* height: 160px; */
}

.anli_thumbs {
    width: 100%;
    /* height: 100%; */
}

.anli_slidet {
    height: 160px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.anli_slidet.swiper-slide-thumb-active {
    background-color: #da1515;
}

.anli_slidet.swiper-slide-thumb-active i {
    color: #fff;
}

.anli_slidet_item {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.anli_slidet:last-child {
    border-right: 0;
}

.anli_slidet_itemi {
    margin-top: 30px;
}

.anli_slidet_itemi i {
    font-size: 38px;
    color: rgba(255, 255, 255, .3);
}

.anli_slidet_itemip {
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
}

.anlinb_container {
    width: 100%;
    background-color: #fff;
}

.anlinb_slide_item {
    display: flex;
    padding: 52px 0;
}

.anlinb_slide_iteml {
    width: 50%;
    margin-left: 55px;
    overflow: hidden;
}

.anlinb_slide_iteml img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

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

.anlinb_slide_itemr {
    width: 50%;
    padding: 0 55px 0 40px;
}

.anlinb_slide_itemrh {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.anlinb_slide_item:hover .anlinb_slide_itemrh {
    color: #0452ae;
}

.anlinb_slide_itemrk {
    margin-top: 10px;
    height: 32px;
    padding-left: 15px;
    background-color: #efefef;
    line-height: 32px;
    color: #3d3d3d;
}

.anlinb_slide_itemrp {
    margin-top: 15px;
    white-space: pre-line;
	line-height: 24px;
/*	-webkit-line-clamp: 7;*/
	color: #666
}

.anlinb_slide_itemrp p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.anlinb_btn {
    position: absolute;
    right: 55px;
    bottom: 52px;
    background-color: pink;
    height: 40px;
    width: 240px;
    z-index: 9;
    line-height: 40px;
    text-align: center;
}

.anlinb_btnbox {
    width: 100%;
    height: 100%;
    display: flex;
}

.anlinb_btnbox>div {
    width: 50%;
    outline: none;
}

.anlinb_btnbox_per {
    background-color: #3d3d3d;
}

.anlinb_btnbox_next {
    background-color: #dc2121;
}

.anlinb_btnbox>div i {
    font-size: 36px;
    color: #fff;
}

.anlinb_sz {
    position: absolute;
    right: 55px;
    bottom: 92px;
}

.yeboxal span:first-child{
    font-size: 50px;
    color: #333333;
	margin-right: 5px;
}

.yeboxal em {
    display: inline-block;
    margin: 0 8px 0 10px;
    height: 18px;
    width: 2px;
    background-color: rgba(0, 0, 0, .3);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

.yeboxal span {
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
}

.gsjj {
    padding: 92px 0 135px 0;
    background-color: #f4f4f4;
}

.gsjj_box {
    display: flex;
}

.gsjj_boxl {
    width: 50%;
}

.gsjj_boxly {
    font-size: 40px;
    color: #0452ae;
    font-weight: 600;
    text-transform: uppercase;
}

.gsjj_boxlh {
    margin-top: -10px;
    font-size: 22px;
    color: #333333;
}

.gsjj_boxlp {
    margin-top: 35px;
}

.gsjj_boxlp p {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-bottom: 20px;
	white-space: pre-line;
}

.gsjj_boxllx {
    display: flex;
    align-items: center;
}

.gsjj_boxllx .gsjj_boxllx_link {
    width: 208px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    background-color: #0452ae;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.gsjj_boxllx .gsjj_boxllx_link:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.gsjj_boxllx {
    margin-top: 68px;
}

.gsjj_boxllx i {
    font-size: 24px;
    color: #da1515;
    margin: 0 15px 0 35px;
}

.gsjj_boxllx p {
    font-size: 32px;
    color: #222222;
}

.gsjj_boxr {
    width: 50%;
    padding-left: 45px;
}

.gsjj_boxrimg {
    overflow: hidden;
}

.gsjj_boxrimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

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


/* 企业风采 */

.qyfc_box {
    position: relative;
}

.qyfc_btnper,
.qyfc_btnnext {
    position: absolute;
    top: 200px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: none;
}

.qyfc_btnper {
    left: -50px;
}

.qyfc_btnnext {
    right: -50px;
}

.qyfc_btnper i,
.qyfc_btnnext i {
    font-size: 50px;
    color: #000;
}

.qyfc_boxt {
    width: 380px;
    margin: 0 auto;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
}

.qyfc_thumbs {
    width: 100%;
}

.qyfc_slidet {
    height: 50px;
    position: relative;
    line-height: 50px;
    text-align: center;
}

.qyfc_slidet .qyfc_slidet_item {
    position: absolute;
    width: calc(100% + 10px);
    top: 0;
    height: 100%;
    background-color: #e1e1e1;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.qyfc1.qyfc_slidet_item {
    left: 0;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.qyfc_slidet_item:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.qyfc_slidet_item i {
    margin-top: -3px;
    font-size: 26px;
    color: #666;
}

.qyfc_slidet_item span {
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.qyfc2.qyfc_slidet_item {
    right: 0;
    background-color: #e1e1e1;
    z-index: 5;
}

.qyfc2.qyfc_slidet_item i {
    color: #666;
}

.qyfc_slidet.swiper-slide-thumb-active .qyfc_slidet_item {
    background-color: #da1515;
}

.qyfc_slidet.swiper-slide-thumb-active .qyfc_slidet_item i {
    color: #fff;
}

.qyfc_slidet.swiper-slide-thumb-active .qyfc_slidet_item span {
    color: #fff;
}

.qyfc2.qyfc_slidet_item span {
    color: #333;
}

.qyfc_boxb {
    margin-top: 20px;
}

.qyfc_slide_box {
    width: calc(100% + 16px);
    margin-left: -8px;
}

.qyfc_item {
    margin: 8px;
}

.qyfc_itembox {
    display: block;
}

.qyfc_itemboximg {
    overflow: hidden;
}

.qyfc_itemboximg img {
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.qyfc_itemboximgp {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #f4f4f4;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.qyfc_theme .owl-controls .owl-page.active span {
    background-color: #da1515;
}

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

.qyfc_itembox:hover .qyfc_itemboximgp {
    background-color: #0452ae;
    color: #fff;
}

.qyfc_btnnext.swiper-button-disabled i,
.qyfc_btnper.swiper-button-disabled i {
    color: #dfdfdf;
}


/* 资讯 */

.zx {
    margin-top: 100px;
}

.zx .jkdl_t {
    margin-top: 0;
}

.zx_b {
    margin-top: 50px;
    display: flex;
}

.zx_b>div {
    width: 50%;
}

.zx_bl {
    padding-right: 75px;
}

.zx_btitle {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b7b4b5;
}

.zx_btitledw {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 108px;
    height: 2px;
    background-color: #2b62b4;
}

.zx_btitlel {
    display: flex;
    align-items: center;
}

.zx_btitlel i {
    margin-top: -2px;
    font-size: 28px;
    color: #0452ae;
}

.zx_btitlel i.hyzx {
/*    font-size: 22px;*/
}

.zx_btitlel p {
    margin-left: 8px;
    font-size: 20px;
    color: #0452ae;
}

.zx_btitler {
    display: flex;
    align-items: center;
}

.zx_btitler a {
    transition: all .3s;
    font-size: 13px;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zx_btitler a:hover {
    transform: translateX(3px);
    color: #0452ae;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.zx_bz {
    display: block;
    margin-top: 20px;
}

.zx_bzimg {
    overflow: hidden;
}

.zx_bzimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zx_bztxt {
    margin-top: 22px;
}

.zx_bztxth {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.zx_bztxtp {
    margin-top: 5px;
    font-size: 14px;
    color: #888888;
}

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

.zx_bz:hover .zx_bztxth {
    color: #0452ae;
}

.zx_bd {
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px solid #f5f5f5;
}

.zx_bd .zx_bditem {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.zx_bditeml {
    flex: 1;
	padding-right: 20px;
}

.zx_bditeml b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #434343;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

.zx_bditeml span {
    transition: all .3s;
    margin-left: 8px;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zx_bditeml span:hover {
    padding-left: 5px;
    color: #0452ae;
}

.zx_bditemr {
    font-size: 13px;
    color: #999;
}

.zx_brtt {
    display: block;
    padding: 20px 0;
}

.zx_brttbt b {
    display: inline-block;
    width: 82px;
    height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    text-align: center;
    line-height: 28px;
    background-color: #da1515;
    color: #fff;
    vertical-align: middle;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zx_brttbt b:hover {
    transform: scale(.92);
    -webkit-transform: scale(.92);
    -moz-transform: scale(.92);
    -ms-transform: scale(.92);
    -o-transform: scale(.92);
}

.zx_brttbt span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-left: 8px;
}

.zx_brttp {
    margin-top: 15px;
    font-size: 14px;
    color: #888888;
    line-height: 22px;
}

.zx_brtt:hover span {
    color: #0452ae;
}

.zx_brct {
/*    margin-top: 5px;*/
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
}

.zx_brct_item {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.zx_brct_item i {
    margin-top: -2px;
    font-size: 12px;
    color: #000;
}

.zx_brmore {
    margin-top:50px;
    height: 130px;
    background-color: #0452ae;
    display: flex;
}

.zx_brmorel {
    width: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zx_brmorer {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.zx_brmorer_boxh {
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zx_brmorer_boxi i {
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
}

.zx_brmorer:hover .zx_brmorer_boxh {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}


/* 友情链接 */

.yqlj {
    margin-top: 120px;
    margin-bottom: 20px;
}

.yqlj i {
    margin-top: -3px;
    font-size: 24px;
    color: #0452ae;
}

.yqlj span {
    padding: 0 5px;
    font-size: 18px;
    color: #0452ae;
}

.yqlj b {
    margin: 0 8px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #999999;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.yqlj a {
    font-size: 14px;
    color: #999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.yqlj a:hover {
    color: #0452ae;
}

@media screen and (min-width:1200px) and (max-width:1320px) {
    .qyfc_btnnext {
        right: 0;
        z-index: 10;
    }
    .qyfc_btnper {
        left: 0;
        z-index: 10;
    }
    /* .head_rlxsou{
        display: none;
    } */
}

@media screen and (min-width:992px) and (max-width:1112px) {
    .qyfc_btnnext {
        right: 0;
        z-index: 10;
    }
    .qyfc_btnper {
        left: 0;
        z-index: 10;
    }
    
}

@media screen and (max-width: 1200px) {
    .hzlc_ttxt {
        font-size: 12px;
    }
    .anli_slidet_itemip {
        font-size: 14px;
    }
    .anlinb_slide_item {
        padding: 30px 0;
    }
    .anlinb_slide_iteml {
        margin-left: 20px;
    }
    .anlinb_slide_itemr {
        padding: 0 20px;
    }
    .anlinb_btn {
        bottom: 30px;
    }
    .anlinb_sz {
        bottom: 60px;
    }
    .anlinb_slide_itemrh {
        margin-top: 10px;
    }
    .anlinb_slide_itemrp p {
        font-size: 12px;
        line-height: 20px;
    }
    .anlinb_slide_itemrk {
        margin-top: 10px;
    }
    .anli_slidet {
        height: 140px;
    }
    .anli {
        padding-bottom: 90px;
    }
    .gsjj_boxly {
        font-size: 34px;
    }
    .gsjj_boxlh {
        font-size: 18px;
    }
    .gsjj_boxlp p {
        font-size: 12px;
        line-height: 20px;
    }
    .gsjj_boxlp p {
        margin-bottom: 20px;
    }
    .gsjj_boxlp {
        margin-top: 15px;
    }
    .gsjj_boxllx p {
        font-size: 22px;
    }
    .gsjj_boxllx {
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .banner {
        height: 380px;
    }
    .banner .btxt{
        max-width:unset;
        width: 100%;
    }
    .banner .bbt{
        position: unset;
        padding: 20px;
        text-align: center;
    }
    .banner .btxt h2{
        font-size: 32px;
        margin-bottom: 16px;
    }
    .banner .btxt h5{
        font-size: 14px;
        line-height: 1.5;
    }
    .banner .btxt p{
        display: none;
    }


    .lskyd {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0 !important;
    }
    .lskyd_boxct {
        padding-right: 0 !important;
    }
    .lskyd_boxctitemp {
        font-size: 12px;
    }
    .lskyd_boxct {
        height: 100px;
    }
    .lskyd_boxctitemp {
        margin-top: 0;
    }
    .fybtn {
        bottom: 30px;
    }
    .jkdl_t {
        margin-top: 70px;
    }
    .jkdl_b {
        margin-top: 40px;
    }
    .jkdl_blr {
        padding-left: 20px;
    }
    .youshi {
        margin-top: 55px;
    }
    .youshi_box {
        flex-wrap: wrap;
    }
    .youshi_box>div {
        width: 100%;
    }
    .youshi_boxl {
        padding: 40px 0 20px;
    }
    .youshi_boxtxtimg img {
        margin: 0 auto;
	    max-width: 80%;
    }
    .youshi_boxtxth {
        text-align: center;
    }
    .youshi_boxtxth br {
/*        display: none;*/
    }
    .youshi_boxtxth {
        margin-top: 25px;
		padding: 10px;
		line-height: 1.5
    }
    .youshi_boxtxtp {
        /* display: none; */
        margin-top: 10px;
        text-align: center;
		
    }
    .youshi_boxtxtp p {
        margin-bottom: 0;
		line-height: 1.5;
		font-size: 12px
    }
    .youshi_boxtxtp b {
        display: none;
    }
    .youshi_boxldw {
        width: 100% !important;
    }
    .youshi_boxr {
        padding: 0;
    }
    .youshi_boxrdw {
        display: none;
    }
    .youshi_boxlb {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .youshi_boxlb>div {
        width: 100%;
    }
    .youshi_thumbs {
        height:auto
			;
    }
    .youshi_slidet {
        border-bottom: 0;
        border-right: 1px solid #0c52b5;
    }
    .youshi_slidet:last-child {
        border-right: 0;
    }
    .youshi_slidet_item {
        padding: 16px 5px;
    }
    .youshi_slidet_itemi {
        margin-top: 0px;
    }
	.youshi_thumbs, .youshi_top{
		height: auto
	}
    .hzlc {
        margin-top: 70px;
    }
    .hzlc_b {
        margin-top: 43px;
    }
    .hzlc_zx {
        margin-top: 35px;
    }
    .anli {
        margin-top: 55px;
    }
    .anli_slidet_itemip span {
        display: none;
    }
    .anli_slidet {
        height: 100px;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .anli_slidet:nth-child(4n) {
        border-right: 0;
    }
    .anli_slidet:nth-child(-n + 4) {
        border-top: 0;
    }
    .anli_slidet_itemi {
        margin-top: 5px;
    }
    .anli_slidet_itemip {
        margin-top: 5px;
    }
    .anlinb_slide_item {
        flex-wrap: wrap;
    }
    .anlinb_slide_item>div {
        width: 100%;
    }
    .anlinb_slide_iteml {
        margin: 0 10px;
    }
    .anlinb_slide_itemr {
        padding: 20px 10px;
    }
    .anlinb_btn {
        bottom: 20px;
        right: 10px;
	    width: 200px;
		height: 32px;
		line-height: 32px;
    }
    .anlinb_sz {
        right: 10px;
        bottom: 50px;
    }
    .anlinb_slide_item {
        padding: 35px 0 80px;
    }
	.anlinb_slide_itemr{
		padding-bottom: 40px
	}
	
	
    .anli {
        padding-bottom: 35px;
    }
    .gsjj {
        padding: 55px 0 80px;
    }
    .gsjj_box {
        flex-wrap: wrap;
    }
    .gsjj_box>div {
        width: 100%;
    }
    .gsjj_boxr {
        order: -1;
        padding: 0;
    }
    .gsjj_boxl {
        margin-top: 25px;
    }
    .gsjj_boxllx {
        margin-top: 20px;
    }
    .qyfc_boxb {
        margin-top: 10px;
    }
    .qyfc_btnper {
        left: 0;
        z-index: 10;
    }
    .qyfc_btnnext {
        right: 0;
        z-index: 10;
    }
    .qyfc_btnper,
    .qyfc_btnnext {
        top: 142px;
    }
    .owl-theme .owl-controls {
        margin-top: 0;
    }
    .zx {
        margin-top: 60px;
    }
    .zx_b {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .zx_b>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .zx_bztxt {
        margin-top: 15px;
    }
    .zx_bztxtp {
        margin-top: 0;
    }
    .zx_bd {
        margin-top: 20px;
    }
    .zx_bd .zx_bditem {
        margin-top: 10px;
    }
    .zx_bl {
        padding-right: 0;
    }
    .zx_brttp {
        margin-top: 10px;
    }
    .zx_brct_item {
        margin-top: 10px;
    }
    .zx_brmore {
        margin-top: 20px;
		height: auto
    }
	.zx_brmorer_box{
		padding: 20px 0
	}
    .yqlj {
        margin-top: 20px;
		margin-bottom: 30px
    }
	.yqlj a{
		font-size: 12px;
	}
    .anli .container {
        padding: 0;
    }
    .anli {
        /* padding-bottom: 0; */
    }
}

@media screen and (max-width: 768px) {

    .banner .btxt h2{
        font-size: 26px;
        margin-bottom: 16px;
    }
    .banner .btxt h5{
        font-size: 14px;
        line-height: 1.5;
    }


    .fybtn {
        right: 10px !important;
        bottom: 20px;
    }
    .yebox span:first-child {
        font-size: 36px;
    }
    .yebox span {
        font-size: 16px;
    }

    .btnbox {
        margin-top: 0;
	    width: 200px;
		height: 32px;
		line-height: 32px;
    }
    .lskyd_boxct {
        flex-wrap: wrap;
    }
    .lskyd_boxctitem {
        flex: none;
        width: 25%;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }
    .lskyd_boxctitem:nth-child(4n) {
        border-right: 0;
    }
    .lskyd_boxct {
        height: auto;
    }
    .lskyd_boxctitemp {
        margin-bottom: 10px;
		line-height: 1.3
    }
	.lskyd_boxctitembox{
		padding: 5px;
	}
	.lskyd_boxctitemimg i{
		font-size: 28px;
	    margin-top: 5px;
	}
    .jkdl_t {
        margin-top: 60px;
		height: 35px
    }
    .jkdl_t {
        width: 90%;
    }
    .jkdl_tt span,
    .jkdl_tt b {
        font-size: 26px;
    }
    .jkdl_tb {
        font-size: 12px;
    }
    .jkdl_b {
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .jkdl_b>div {
        width: 100%;
    }
    .jkdl_blr {
        padding-left: 0;
    }
    .jkdl_blr .jkdl_blritem {
        font-size: 12px;
        margin-top: 10px;
		height: auto;
		padding: 10px 5px;
		line-height: 1.3
    }
	.jkdl_blr .jkdl_blritem.more{
		line-height: 1.3;
	}
    .youshi_boxl {
        padding: 50px 0;
    }
    .youshi_boxtxth {
        margin-top: 10px;
        font-size: 20px;
    }
    .youshi_thumbs {
        height: auto;
    }
    .youshi_slidet_itemp {
        font-size: 12px;
/*		margin: 10px 0*/
    }
    .youshi_slidet_itemi {
        margin-top: 0;
    }
    .youshi_slide_itemdw {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
	.youshi_slidet_itemi i{
		font-size: 30px
	}
    .hzlc_b {
        margin-top: 38px;
    }
    
    .anli_slidet {
        height: auto;
    }
	.youshi_slidet_item {
        padding: 10px 2px;
    }
	.youshi_thumbs, .youshi_top{
		height: auto
	}
	.anli_slidet_item{
		padding: 5px 0
	}
    .anli_slidet_itemip {
        margin-top: 0;
		margin-bottom: 5px;
        font-size: 12px;
		line-height: 1.3
    }
    .anli_slidet_itemi {
        margin-top: 0;
    }
	.anli_slidet_itemi i{
		font-size: 30px;
	}
	.anlinb_slide_iteml{
		display: none;
	}
	.anlinb_slide_item{
		padding-top: 0;
	}
	.anlinb_slide_itemrh{
		margin-top: 0;
		line-height: 1.5;
		font-size: 16px;
	}
	.anlinb_slide_itemrp{
		
	}
	 
    .yeboxal span:first-child {
        font-size: 36px;
    }
    .yeboxal span {
        font-size: 16px;
    }
    .gsjj_boxl {
        margin-top: 20px;
    }
	.gsjj_boxlh{
		margin-top: 0px
	}
    .gsjj_boxlp {
        margin-top: 10px;
    }
    .gsjj_boxllx .gsjj_boxllx_link {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 110px;
    }
    .gsjj_boxllx i {
        margin: 0 10px 0 20px;
    }
    .qyfc_boxt {
        width: 100%;
    }
    .qyfc_boxb {
        margin-top: 0;
    }
    .qyfc_btnper i,
    .qyfc_btnnext i {
        font-size: 40px;
    }
    .qyfc_btnper,
    .qyfc_btnnext {
        top: 110px;
    }
	.qyfc_slidet{
		height: 40px;
		line-height: 40px;
	}
	.qyfc_slidet:first-child{
		z-index: 99;
	}
	.qyfc_slidet_item i{
		font-size: 22px;
		margin-top: 1px;
	}
	.qyfc_slidet_item span{
		font-size: 14px;
	}
    .zx_b {
        margin-top: 30px;
    }
    .hzlc_bl {
        width: 180px;
    }
    .hzlc_bz {
        width: 415px;
    }
    .hzlc_br {
        width: 165px;
    }
    .hzlc_b {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }
    .hzlc_b>div {
        flex-shrink: 0;
    }
    .hzlc_k {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .hzlc_ttxt {
        margin-top: 5px;
    }
    .hzlc_b {
        padding-bottom: 20px;
    }
    .hzlc_b::-webkit-scrollbar {
        display: block;
    }
    .hzlc_b::-webkit-scrollbar {
        width: 100%;
        height: 3px;
        background-color: #1a75d3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .hzlc_b::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #e50012;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .hzlc_b {
        scrollbar-width: none;
    }
    .hzlc_b {
        -ms-overflow-style: none;
    }
	.hzlc_zx {
        margin-top: 50px;
    }
    .hzlc_zx a {
		width: 50%;
        height: 40px;
        line-height: 38px;
    }
	.zx_btitlel i {
		margin-top: -2px;
		font-size: 24px;
	}
	.zx_btitlel p {
		margin-left: 8px;
		font-size: 18px;
	}
	.zx_brmorer_boxh{
		font-size: 14px;
	}
    .footb_boxlbq,
    .footb_boxlba,
    .footb_boxlba a {
        font-size: 12px;
    }
    .foott_boxrlqt span {
        font-size: 24px;
    }
    .zx_bztxtp,
    .zx_brttp {
        font-size: 12px;
    }
}