@charset "utf-8";

/* 移民详情 */
.ymxq .w2 {
    padding: 55px 0;
}

.ymxq {
    background-color: #f5f8fb;
}

.ymxqbox>div {
    width: 50%;
}

.ymxqbox_l {
    padding-right: 20px;
    background-color: #fff;
}

.ymxqbox_limg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ymxqbox_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.ymxqbox:hover .ymxqbox_limg 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);
}

.ymxqbox_r {
    padding: 40px 20px;
    background-color: #fff;
}

.ymxqbox_rh {
    font-size: 24px;
    font-weight: 700;
    color: #3f3a34;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.ymxqbox:hover .ymxqbox_rh {
    color: #e89d00;
}

.ymxqbox_rp {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}

.ymxqbox_rsm {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.ymxqbox_rsm .ymxqbox_rsm_item {
    position: relative;
    width: 25%;
    text-align: center;
}

.ymxqbox_rsm_item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ymxqbox_rsm_item:last-child::after {
    display: none;
}

.ymxqbox_rsm_itemh {
    font-size: 14px;
    color: #999;
}

.ymxqbox_rsm_itemp {
    font-size: 16px;
    color: #292929;
}

.ymxqbox_rzx {
    margin-top: 30px;
}

.ymxqbox_rzx .ymxqbox_rzxl {
    width: 155px;
    height: 50px;
    background-color: #e89d00;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.ymxqbox_rzx .ymxqbox_rzxl:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.ymxqbox_rzxl span {
    font-size: 14px;
    color: #fff;
}

.ymxqbox_rzxl i {
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
}

.ymxqbox_rzxr {
    margin-left: 15px;
}

.ymxqbox_rzxr_t {
    font-size: 14px;
    color: #999999;
}

.ymxqbox_rzxr_b {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.ymxqbox:hover .ymxqbox_rzxr_b {
    color: #e89d00;
}


/*  详情栏目*/


.xqlm_tle {
    border-bottom: 1px solid #eee;
}


.xqlm_tleitem::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 3px;
    background-color: #e89d00;
    transform: translateY(50%) scale(0);
    -webkit-transform: translateY(50%) scale(0);
    -moz-transform: translateY(50%) scale(0);
    -ms-transform: translateY(50%) scale(0);
    -o-transform: translateY(50%) scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xqlm_tleitem:hover:before {
    transform: translateY(50%) scale(1);
    -webkit-transform: translateY(50%) scale(1);
    -moz-transform: translateY(50%) scale(1);
    -ms-transform: translateY(50%) scale(1);
    -o-transform: translateY(50%) scale(1);
}

.xqlm_tleitem.on::before {
    transform: translateY(50%) scale(1);
    -webkit-transform: translateY(50%) scale(1);
    -moz-transform: translateY(50%) scale(1);
    -ms-transform: translateY(50%) scale(1);
    -o-transform: translateY(50%) scale(1);
}


/* 详情内容 */

.xqnr {
    margin-top: 50px;
    margin-bottom: 80px;
}

.xqnr_l {
    width: 68%;
    padding-right: 50px;
}


/* 项目介绍 */

.xmjs_tle {
    position: relative;
    padding-left: 18px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background-color: #f5f8fb;
}

.xmjs_tle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #333333;
}

.xmjs_ct {
    padding-top: 20px;
}

.xmjs_ct b {
    font-weight: bold;
    color: #333;
}

.xmjs_ct p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
}

.xmjs_ct img {
    width: 100%;
}


/* 项目优势 */
.qtfw .xmys_ctys_item {
    text-align: left;
}

.xmys_ctys {
    display: flex;
    flex-wrap: wrap;
}

.xmys_ctys_item {
    position: relative;
    padding: 80px 20px;
    width: 49%;
    margin-right: 2%;
    /* border: 1px solid #eee; */
    margin-bottom: 15px;
    text-align: center;
    color: #333;
    transition: all .4s;
    /* background-color: #f5f8fb; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.xmys_ctys_item_dw{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xmys_ctys_item_dw img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.xmys_ctys_item:hover .xmys_ctys_item_dw img {
transform: scale(1.3);
}

.xmys_ctys_item:nth-child(2n) {
    margin-right: 0;
}

.xmys_ctys_itemt {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

.xmys_ctys_itemb {
    position: relative;
    margin-top: 15px;
    z-index: 2;
}

.xmys_ctys_itemb p {
    padding-left: 11px;
    position: relative;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    width: calc(100% - 11px);
}

.xmys_ctys_itemb p::before {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #e89d00;
    border-radius: 100%;
    margin-right: 6px;
}

.xmys {
    margin-top: 50px;
}

.xmys_ct {
    margin-top: 30px;
}

.xmys_container {
    padding-bottom: 50px;
}

.xmys_slide {
    height: auto;
    padding: 40px 30px;
    background-color: #f5f8fb;
}

.xmys_slideitem {
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xmys_slideitem_i {
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e89d00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xmys_slideitem_i i {
    font-size: 36px;
    color: #fff;
}

.xmys_slideitem_h {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.xmys_slideitem_p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.qtfwct_t {
    display: flex;
}

.qtfwct_tl {
    padding: 25px;
    flex: 1;
    border-radius: 8px;
    border: 4px solid #e89d00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qtfwct_tr{
    padding: 25px;
    margin-left: 25px;
    width: 34%;
    border-radius: 8px;
    border: 4px solid #e89d00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qtfwct_tlh{
    font-size:18px ;
    font-weight: 700;
    color: #333;
}
.qtfwct_tlb{
    margin-top: 30px
}
.qtfwct_tlb p{
    padding-left: 12px;
    position: relative;
    font-size:16px ;
    color: #333; 
    margin-bottom: 5px; 
}
.qtfwct_tlb p::before{
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display:block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e89d00;
    margin-right: 5px;
}
.qtfwct_tr .qtfwct_tlb{
    margin: 0;
    margin-bottom: 30px;
}
.qtfwct_c{
    margin-top: 25px;
    display: flex;
}
.qtfwct_cl{
    padding: 25px;
    width: 24%;
    margin-right: 2%;
    border-radius: 8px;
    border: 4px solid #e89d00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qtfwct_cc{
    padding: 25px;
    width: 24%; 
    margin-right: 2%; 
    border-radius: 8px;
    border: 4px solid #e89d00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qtfwct_cr{
    padding: 25px;
    width: 48%;
    border-radius: 8px;
    border: 4px solid #e89d00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qtfwct_b{
    margin-top: 25px;
    display: flex;
    border-radius: 8px;
    border: 4px solid #e89d00;
}
.qtfwct_bl{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px ;
    font-weight: 700;
    color: #333;
}
.qtfwct_br{
    width: calc(100% - 120px);
    display: flex;
}
.qtfwct_britem{
    padding: 25px 0;
    flex: 1;
    text-align: center;
    /* border-left: 1px solid #eee; */
}
.qtfwct_britem i{
    line-height: 1;
    font-size: 36px;
    transition: all .4s;
}
.qtfwct_britemp{
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    transition: all .4s;
}
.qtfwct_britem:hover .qtfwct_britemp{
    color: #002a5a;
}
.qtfwct_britem:hover i{
   transform: scale(1.1);
}
/* 申请条件 */

.sqtj {
    margin-top: 20px;
}

.sqtj_ctitem {
    margin-top: 25px;
}

.sqtj_ctitem h3 {
    font-size: 16px;
    font-weight: 700;
    color: #e89d00;
    display: block;
    position: relative;
}

.sqtj_ctitem h3:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e89d00;
    border-radius: 50%;
    margin-right: 5px;
}

.sqtj_ctitem p {
    margin-top: 10px;
    padding-left: 15px;
    color: #333;
}

.sqtj_ctitem b {
    color: #333;
    font-weight: bold;
}

.sqtj_ctitem_ct p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}


/* 申请流程 */

.sqlc {
    margin-top: 50px;
}

.sqlc_ct {
    margin-top: 30px;
}

.sqlc_ctitem {
    position: relative;
    width: 60%;
    padding-left: 35px;
}

.sqlc_ctitem_t {
    padding: 15px;
    color: #333;
    line-height: 1.3;
    background-color: #f5f5f5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sqlc_ctitem:hover .sqlc_ctitem_t {
    color: #e89d00;
}

.sqlc_ctitem_b {
    padding: 15px;
    line-height: 1.3;
    color: #333;
}

.sqlc_ctitemdw {
    position: absolute;
    left: 10px;
    top: 30%;
    width: 1px;
    height: 100%;
    background-color: #e89d00;
}

.sqlc_ctitemdw::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e89d00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    background-color: #fff;
}

.sqlc_ctitemdw::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #e89d00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(-50%, -12px);
    -webkit-transform: translate(-50%, -12px);
    -moz-transform: translate(-50%, -12px);
    -ms-transform: translate(-50%, -12px);
    -o-transform: translate(-50%, -12px);
    z-index: 2;
}

.sqlc_ctitem:last-child .sqlc_ctitemdw {
    height: 0;
}


/* 相关问答 */

.xgwd {
    margin-top: 50px;
}

.xmjs_tle.on {
    display: flex;
    justify-content: space-between;
}

.xmjs_tle a {
    margin-right: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.xgwd_ctitem {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.xgwd_ctitem_t {
    cursor: pointer;
}

.xgwd_ctitem_tl {
    flex: 1;
}

.xgwd_ctitem_tl b {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #333333;
    color: #fff;
    vertical-align: middle;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 14px;
}

.xgwd_ctitem_tl span {
    vertical-align: middle;
    padding-left: 8px;
    font-size: 16px;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xgwd_ctitem_tl span:hover {
    color: #e89d00;
}

.xgwd_ctitem_tr {
    width: 25px;
    text-align: right;
}

.xgwd_ctitem_tr i {
    font-size: 20px;
    font-weight: 700;
    color: #c1c1c1;
}

.xgwd_ctitem_b {
    padding: 10px 0 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    display: none;
}

.xgwd_ct .xgwd_ctitem:first-child>div.xgwd_ctitem_b {
    display: block;
}


/* 在线申请 */

.zxsq {
    margin-top: 50px;
}

.xmjs_tle b {
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
}

.zxsq_ct {
    margin-top: 25px;
}

.zxsq_ctbd_t>div {
    width: 49%;
}



.zxsq_ctbd_c {
    margin-top: 18px;
}

.zxsq_ctbd_c {
    height: 150px;
    border: 1px solid #eee;
}

.zxsq_ctbd_c .zxsq_ctbd_cnr {
    padding: 20px 20px;
    flex: 1;
    width: 100%;
    height: 100%;
    border: 0;
    color: #333;
    font-size: 14px;
    outline: none;
    resize: none;
}

.zxsq_ctbd_c>div {
    width: 50px;
    text-align: center;
}

.zxsq_ctbd_c>div i {
    padding-top: 20px;
    font-size: 20px;
    color: #e0e0e0;
}

.zxsq_ctbd_b {
    margin-top: 18px;
}

.zxsq_ctbd_b>div {
    height: 50px;
    width: 49%;
}



.zxsq_ctbd_br .zxsq_ctbd_brtj:hover {
    background-color: #e89d00;
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}





.zxsq_ctbd_bltp::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 25px;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}







.xqnr_r {
    width: 32%;
}

.xqnr_rbig {
    position: static;
    z-index: 10px;
}


/* 其他方案 */

.qtfa {
    margin-top: 30px;
    border: 1px solid #eee;
}

.qtfa_tle {
    padding-left: 35px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.qtfa_ct {
    padding: 0 35px;
    border-top: 1px solid #eee;
}

.qtfa_ctitem {
    border-bottom: 1px solid #eee;
}

.qtfa_ctitem:last-child {
    border-bottom: 0;
}

.qtfa_ctitem_t {
    height: 55px;
    line-height: 55px;
    cursor: pointer;
}

.qtfa_ctitem_tl {
    flex: 1;
    font-size: 18px;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qtfa_ctitem_tr i {
    font-size: 14px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qtfa_ctitem_t:hover .qtfa_ctitem_tl,
.qtfa_ctitem_t:hover .qtfa_ctitem_tr i {
    color: #e89d00;
}

.qtfa_ctitem_tr i.on {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.qtfa_ctitem_b {
    padding-bottom: 15px;
    display: none;
}

.qtfa_ctitem_b .qtfa_ctitem_ba {
    display: block;
    padding: 5px 0;
}

.qtfa_ctitem_ba i {
    font-size: 14px;
    color: #999999;
}

.qtfa_ctitem_ba span {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    color: #999999;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qtfa_ctitem_b .qtfa_ctitem_ba:hover span {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 成功案例 */

.cgal {
    padding: 60px 0 30px;
    background-color: #f5f8fb;
}

.cgal_tle {
    position: relative;
    font-size: 100px;
    font-weight: 700;
    color: rgba(228, 234, 241);
    font-family: shuzien;
}

.cgal_tledw {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.cgal_tledwh {
    font-size: 14px;
    color: #859ebb;
}

.cgal_tledwp {
    font-size: 48px;
    font-weight: 700;
    color: #002a5a;
}

.cgal_ct {
    margin-top: 60px;
}

.cgal_container {
    padding-bottom: 50px;
}

.cgal_slide .cgal_slidea {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.cgal_slideaimg {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cgal_slideaimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_slide .cgal_slidea:hover .cgal_slideaimg 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);
}

.cgal_slideatxt {
    padding: 35px 30px;
    background-color: #fff;
}

.cgal_slideatxth {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_slide .cgal_slidea:hover .cgal_slideatxth {
    color: #e89d00;
}

.cgal_slideatxtp {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cgal_slideatxtan {
    margin-top: 20px;
}

.cgal_slideatxtan_i {}

.cgal_slideatxtan_i i {
    margin-top: -4px;
    font-size: 24px;
    color: #e89d00;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
}

.cgal_slideatxtan_z {
    margin-left: 10px;
    font-size: 12px;
    color: #e89d00;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_slideatxtan:hover .cgal_slideatxtan_z {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}



.foot {
    margin-top: 0;
}

@media screen and (max-width: 1800px) {

    /* 护照内容 */
    .xqnr_l {
        width: 70%;
    }

    .xqnr_r {
        width: 30%;
    }

    .w2 {
        width: 80%;
    }
}

@media screen and (max-width: 1600px) {
    .xqnr_l {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .ymxqbox_rh {
        font-size: 20px;
    }

    .ymxqbox_rp {
        font-size: 14px;
        line-height: 23px;
    }

    .ymxqbox_rsm_itemh {
        font-size: 12px;
    }

    .ymxqbox_rsm_itemp {
        font-size: 14px;
    }

    .ymxqbox_rzxr_b {
        font-size: 16px;
    }

    .qtfa_ctitem_ba span {
        font-size: 14px;
    }

    .qtfa_tle {
        padding-left: 20px;
    }

    .qtfa_ct {
        padding: 0 20px;
    }

    .xmjs_ct p {
        font-size: 14px;
        line-height: 23px;
    }

    .sqtj_ctitem_ct p {
        font-size: 14px;
        line-height: 23px;
    }

    .sqlc_ctitem_t {
        font-size: 14px;
    }

    .sqlc_ctitem_b {
        font-size: 14px;
    }

    .xgwd_ctitem_tl span {
        font-size: 14px;
    }

    .xgwd_ctitem_b {
        font-size: 12px;
        line-height: 20px;
    }

    .xmjs_tle b {
        font-size: 12px;
    }

    .cgal_tle {
        font-size: 80px;
    }

    .cgal_tledwp {
        font-size: 36px;
    }

    .cgal {
        padding: 40px 20px;
    }

    .cgal_slideatxth {
        font-size: 16px;
    }

    .cgal_slideatxtp {
        margin-top: 5px;
        font-size: 14px;
        line-height: 23px;
    }

    .cgal_slideatxtan {
        margin-top: 10px;
    }
    .qtfwct_tlb p,
    .qtfwct_britemp{
        font-size: 12px;
    }
    .qtfwct_tlb{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .w2 {
        width: 95%;
    }

}

@media screen and (max-width: 992px) {
    .ymxqbox {
        flex-wrap: wrap;
    }

    .ymxqbox>div {
        width: 100%;
    }

    .ymxqbox_l {
        padding-right: 0;
    }

    .ymxqbox_r {
        padding: 30px 15px;
    }

    .xqnr .w2 {
        flex-wrap: wrap;
    }

    .xqnr .w2>div {
        width: 100%;
    }

    .xqnr_r {
        margin-top: 40px;
    }

    .xqnr_rbig {
        position: static !important;
    }

    .ymxq {
        padding: 0;
    }

    .xqnr {
        margin-bottom: 60px;
    }

    .sqlc_ctitem {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .ymxq {
        padding: 0;
    }

    .ymxqbox_rh {
        font-size: 18px;
    }

    .ymxqbox_r {
        padding: 20px 15px;
    }

    .ymxqbox_rp {
        margin-top: 3px;
        font-size: 12px;
        line-height: 20px;
    }

    .ymxqbox_rsm {
        padding: 10px 0;
    }

    .ymxqbox_rzx {
        margin-top: 20px;
    }

    .ymxqbox_rzx .ymxqbox_rzxl {
        width: 100px;
    }

    .xqlm_tle {
        flex-wrap: wrap;
    }

    .xqnr_l {
        padding-right: 0;
    }

    .xmjs_ct p {
        font-size: 12px;
        line-height: 20px;
    }

    .xmys_slideitem_i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .xmys_slideitem_i i {
        font-size: 28px;
    }

    .xmys_slide {
        padding: 20px 10px;
    }

    .xmys_slideitem_h {
        font-size: 16px;
    }

    .xmys_slideitem_p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .sqtj_ctitem_ct p {
        font-size: 12px;
        line-height: 20px;
    }

    .sqlc_ctitem_t {
        font-size: 12px;
    }

    .sqlc_ctitem_b {
        font-size: 12px;
    }

    .xmjs_tle a {
        font-size: 12px;
    }

    .xmjs_tle b {
        display: none;
    }

    .zxsq_ctbd_t {
        flex-wrap: wrap;
    }

    .zxsq_ctbd_t>div {
        width: 100%;
    }

    .zxsq_ctbd_t>div:first-child {
        margin-bottom: 15px;
    }

    .zxsq_ctbd_c {
        margin-top: 15px;
    }

    .zxsq_ctbd_b {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .zxsq_ctbd_b>div {
        width: 100%;
    }

    .zxsq_ctbd_b>div:first-child {
        margin-bottom: 15px;
    }

    .qtfa_tle {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .qtfa_ctitem_t {
        height: 50px;
        line-height: 50px;
    }

    .qtfa_ctitem_tl {
        font-size: 16px;
    }

    .cgal_tle {
        font-size: 60px;
    }

    .cgal_tledwp {
        font-size: 26px;
    }

    .cgal_ct {
        margin-top: 35px;
    }

    .cgal_slideatxt {
        padding: 20px 10px;
    }

    .cgal_slideatxtp {
        font-size: 12px;
        line-height: 20px;
    }

    .xgwd_ctitem {
        padding: 10px 0;
    }

    .sqtj_ctitem h3,
    .sqtj_ctitem p {
        font-size: 14px;
    }

    .cgal {
        padding: 20px 10px;
    }
    .qtfwct_t{
        flex-wrap: wrap;
    }
    .qtfwct_t>div{
        width: 100%;
    }
    .qtfwct_tr{
        margin: 0;
        margin-top: 15px;
    }
    .qtfwct_tr .qtfwct_tlh,
    .qtfwct_cr .qtfwct_tlh{
        order: -3;
    }
   .qtfwct_tr .qtfwct_tlb,
  .qtfwct_cr .qtfwct_tlh{
        margin: 0;
        margin-top: 20px;
    }
    .qtfwct_c{
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .qtfwct_c>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .qtfwct_b{
        margin-top: 0;
    }
    .qtfwct_bl {
        width: 100px;
    }
    .qtfwct_br{
        width: calc(100% - 100px);
    }
}


/* 新增关联 */

.xzgl_ct {
    margin-bottom: 80px;
}

.xzgl_ct .cgal_cta {
    position: relative;
    display: flex;
    padding: 50px 70px;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    margin-bottom: 25px;
}

.cgal_ctal {
    display: flex;
    align-items: center;
}

.cgal_ctalboxh {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #002a5a;
    text-align: center;
}

.cgal_ctalboxp {
    font-size: 16px;
    color: #002a5a;
}

.cgal_ctar {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.cgal_ctarh {
    font-size: 26px;
    font-weight: 700;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    line-height: 1.1;
}

.cgal_ctarp {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.1;
}

.cgal_cta::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 20px solid #002a5a;
    border-left: 20px solid transparent;
}

.cgal_cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #002a5a;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cgal_cta:hover::before {
    width: 100%;
}

.cgal_cta:hover .cgal_ctarh {
    color: #e89d00;
}

@media screen and (max-width: 1600px) {
    .cgal_ctarh {
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    .cgal_ctarh {
        font-size: 18px;
    }

    .cgal_ctarp {
        font-size: 14px;
    }

    .xzgl_ct .cgal_cta {
        padding: 40px 30px;
    }

    .cgal_ctalboxh {
        font-size: 36px;
    }
    .xmys_ctys_itemt{
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .cgal_ctarh {
        font-size: 16px;
    }

    .xzgl_ct .cgal_cta {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .cgal_ctarp {
        font-size: 12px;
    }

    .xzgl_ct .cgal_cta {
        padding: 20px 10px;
        margin-bottom: 10px;
    }

    .cgal_ctalboxh {
        font-size: 24px;
    }

    .cgal_ctalboxp {
        font-size: 12px;
    }

    .cgal_ctar {
        padding-left: 10px;
    }

    .xzgl_ct {
        margin-bottom: 50px;
    }

    .xqnr {
        margin-bottom: 35px;
    }

    .xmys_ctys_item {
        width: 49%;
        padding: 50px 15px;
    }

    .xmys_ctys_item:nth-child(3n) {
        margin-right: 2%;
    }

    .xmys_ctys_item:nth-child(2n) {
        margin-right: 0%;
    }

    .xmys_ctys_itemt {
        font-size: 16px;
    }

    .xmys_ctys_itemb {
        font-size: 12px;
    }

    .xmys_ctys_itemb p {
        font-size: 12px;
    }
}

.wbody td {
    padding: 10px;
    border: 1px solid #efcd98;
}

.wbody table tr:first-child {
    background-color: #e89d00;
    color: #fff !important;
    text-align: center;
}

.wbody table tr:first-child p {
    color: #fff;
}

.wbody table tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.wfwitem_t {
    height: 60px;
    display: flex;

}

.wfwitem {
    border-bottom: 1px solid #eee;
}

.wfwitem:last-child {
    margin-top: 20px;
    border: 0;
}

.wfwitem_t a {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.wfwitem_t i {
    display: flex;
    align-items: center;
    width: 50px;
    cursor: pointer;
    font-size: 25px;
    justify-content: center;
}

.wfwitem_b a {
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wbody .qtfa_ct {
    padding: 35px;
}

@media screen and (max-width: 992px) {
    .wbody .xqnr_r {
        display: none;
    }

}



.ymxq_box {
    display: flex;
    flex-wrap: wrap;
}

.ymxq_box_item {
    width: 49%;
    margin-right: 2%;
    padding: 35px 25px;
    border: 1px solid #e89d00;
}

.ymxq_box_item:nth-child(2n) {
    margin-right: 0;
}