p {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

.navbar-default {
    border: none;
    background: none;
    padding-top: 10px;
}

.navbar {
    height: auto;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.navbar-brand {
    height: auto;
}

.navbar-nav>li>a p {
    font-size: 0;
    padding-bottom: 5px;
}

.nav>li>a {
    font-size: 20px;
    color: #3a3a3a;
    padding: 10px 0 29px 0;
    margin: 0 20px;
    border-bottom: 4px solid #1962a700;
}

.nav>li:hover>a {
    border-bottom: 4px solid #1963a7;
}

.nav>li a:hover {
    color: #3a3a3a;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #1963a7;
    background: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #1963a7;
}

.navbar-nav>.active>a p {
    font-size: 12px;
}

.tel {
    position: relative;
    margin-left: 20px;
}

.tel h2 {
    margin: 0;
    font-size: 18px;
    color: #3a3a3a;
    line-height: 25px;
    padding-bottom: 5px;
    position: absolute;
    top: -8px;
}

.tel h2 img {
    margin-right: 10px;
}

.tel h3 {
    font-size: 32px;
    color: #0c2d6a;
    margin: 0;
    line-height: 26px;
    padding-bottom: 32px;
    padding-top: 30px
}

.yh1 {
    background: #eaeef1;
    padding: 70px 0;
}

.yh1::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.yh1_container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yh1_imgBox {
    width: 583px;
    float: left;
}

.yh1_imgBox img {
    width: 100%;
}

.yh1_wordBox {
    float: right;
    width: 570px;
}

.yh1_wordBox h2 {
    color: #17326c;
    font-size: 28px;
}

.yh1_wordBox h3 {
    color: #373838;
    font-size: 20px;
}

.yh1_wordBox hr {
    height: 4px;
    background: #17326c;
    width: 45px;
}

.yh1_wordBox p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.yh1_wordBox a {
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #3078f3;
    color: #3078f3;
    text-align: center;
    margin-top: 20px;
}

.yh1_wordBox a:hover {
    background: #3078f3;
    color: #fff;
    text-decoration: none;
}

.youshi .contanier {
    width: 1200px;
    margin: 0 auto;
}

.yh_title {
    width: 774px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 40px;
}

.yh_title h2 {
    position: relative;
    font-weight: normal;
    margin: 0;
}

.yh_title h2 p {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}

.yh_title h2 p span {
    margin-right: 20px;
    font-weight: bold;
    line-height: 40px;
}

.yh_title h2 hr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #9c9c9c;
    margin: 0;
    border: none;
    /* z-index: -1; */
}

.yh_title h3 {
    margin: 10px 0;
    color: #9c9c9c;
    font-size: 12px;
    text-transform: uppercase;
}

.yh_title h4 {
    color: #6a6a6a;
    font-size: 12px;
    line-height: 26px;
    margin: 25px 0;
}

.youshi .contanier>ul li .youshi_li_contanier {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    height: 339px;
}

.youshi_imgBox {
    margin: 20px 0;
}

.youshi_li_contanier h2 {
    color: #262626;
    font-size: 24.6px;
    margin-bottom: 20px;
}

.youshi_li_contanier p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    padding-bottom: 30px;
}

.youshi_btn {
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #3f7cf8;
    color: #fff;
    line-height: 58px;
    text-indent: 4px;
    font-size: 30px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    font-weight: bold;
    transition: all .3s;
    opacity: 0;
}

.youshi_btn:hover {
    color: #fff;
    text-indent: 10px;

}

.youshi .contanier>ul li:hover .youshi_btn {
    display: block;
    opacity: 1;
    bottom: -31px;
}

.youshi .contanier>ul li:hover .youshi_li_contanier {
    border-color: #3f7cf8;
    overflow: inherit;
}

.youshi .contanier>ul li:hover .youshi_li_contanier h2 {
    color: #0c2d6a;
}

.yh3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 455px 420px;
    grid-gap: 0 0;
    width: 100%;
}

.yh3_grid {
    background: #4c84f8;
    color: #fff;
    position: relative;
}

.yh3_grid2 {
    grid-column: 2 / 4;
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/y31.jpg)no-repeat center center;
    background-size: 105%;
}

.yh3_grid3 {
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/y32.jpg)no-repeat center center;
    background-size: 105%;
}

.yh3_grid4 {
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/y33.jpg)no-repeat center center;
    background-size: 105%;
}

.yh3_grid5 {
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/y34.jpg)no-repeat center center;
    background-size: 105%;
}

.yh3_grid_mask {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
}

.yh3_grid_mask h2 {
    font-weight: normal;
    font-size: 31px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #fff;
}

.yh3_grid_mask p {
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
}

.yh3_grid_mask1 a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 50px;
    font-size: 25px;
    margin-top: 30px;
}

.yh3_grid_mask1 a:hover {
    background: #fff;
    border: 1px solid #4c84f8;
    color: #4c84f8;
}

.yh3_grid_mask2 {
    text-align: center;
}

.yh3_grid2 .yh3_grid_mask2 {
    left: 75%;
}

.yh3_grid:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3876f1ad;
}

.yh4 {
    padding-top: 40px;
    background: #eaeef1;
    padding-bottom: 40px;
}

.yh4 .yh_title h2 p {
    background: #eaeef1;
}

.yh4_nav {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.yh4_nav li {
    display: inline-block;
    position: relative;
    color: #aaaaaa;
    font-size: 20px;
    padding: 0 20px 20px;
    cursor: pointer;
}

.yh4_nav .active_yh4_nav::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 4px;
    background: #0c2d6a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.yh4_nav .active_yh4_nav {
    color: #0c2d6a;
}

.yh4_content {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 305px;
    overflow: hidden;
}

.yh4_content::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.yh4_contentUl {
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
}

.active_yh4_contentUl {
    z-index: 1;
    transition: all .3s;
}

.yh4_contentUl::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.yh4_contentUl li {
    float: left;
    width: 24%;
    margin-left: 1.33%;
    height: 305px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    position: relative;
}

.yh4_contentUl li img {
    position: absolute;
    transition: all .3s;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: 0 0;
}

.yh4_contentUl li:nth-of-type(1) {
    margin-left: 0;
}

.yh4_contentUl li:hover img {
    transform: scale(1.1) translate(-50%, -50%);
}

.yh5 {
    width: 100%;
}


.yh5_gridBox {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.yh5_grid {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: 113%;
    cursor: pointer
}

.yh5_grid:hover {
    box-shadow: 1px 1px 4px .5px #666;
}

/* .yh5_grid a{
    display: block;
    width: 100%;
    height: 100%;
} */
.yh5_grid p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    letter-spacing: 1px;
}

.yh5_grid:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.yh5_grid:nth-of-type(1) p {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.yh5_btn {
    text-align: center;
    margin: 40px 0;
}

.yh5_btn a {
    display: inline-block;
    color: #2c4058;
    border: 1px solid #2c4058;
    padding: 10px 40px;
}

.yh5_btn a:hover {
    color: #fff;
    background: #2c4058;
}

.yh6 {
    width: 100%;
}

.yh6 img {
    width: 100%;
}

/* .yh7 .yh_title {
    padding: 50px 0 40px;
} */

.yh7_banner .yh7-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.yh7_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.yh7-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yh7_banner {
    width: 1200px;
    margin: 0 auto;
}

.yh7_banner .swiper-slide {
    /* height: 188.7px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.yh7_banner .swiper-slide img {
    opacity: 0;
}

.yh7-container .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
}

.yh7-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.yh8 {
    width: 100%;
    background: #f2f6ff;
}


.yh8 .yh_title h2 p {
    background: #f2f6ff;
}

.yh8_container {
    width: 1200px;
    margin: 0 auto;
}

.yh8_container::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.yh8_list {
    width: 560px;
    float: left;
}

.yh8_list li {
    width: 100%;
    height: 110px;
    /* margin-bottom: 50px; */
}

.yh8_list li:hover h2 {
    color: #0c2d6a;
}

.yh8_list_imgBox {
    width: 110px;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    float: left;
}

.yh8_list_imgBox img {
    width: 100%;
}

.yh8_list_worldBox {
    width: 445px;
    float: left;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.yh8_list_worldBox h2 {
    font-size: 16px;
    color: #000;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.yh8_list_worldBox p {
    font-size: 14px;
    color: #969696;
    padding-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yh8_list2 {
    width: 560px;
    float: right;
}

.yh8_list2 li {
    border: 1px solid #666;
    padding: 16px;
    margin-bottom: 10px;
}

.yh8_list2_title {
    color: #525252;
    font-size: 16px;
}

.yh8_list2_title span {
    cursor: pointer;
    top: -3px;
}

.yh8_list2_title p {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 90%;
}

.yh8_list2_main {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 22px;
    transition: all .3s;
    height: 0;
    margin-top: 0;
}

.active_yh8_list2_main {
    margin-top: 10px;
    height: 120px;
}

.yh8_list2_main_imgBox {
    width: 140px;
    height: 140px;
    line-height: 140px;
    overflow: hidden;
    float: left;
}

.yh8_list2_main_imgBox img {
    width: 100%;
    transition: all .3s;
}

.yh8_list2_main_WorldBox {
    float: left;
    padding-left: 20px;
    width: 350px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.active_yh8_list2_main a {
    display: flex;
    align-items: center;
}

.yh8_list2_main:hover .yh8_list2_main_WorldBox {
    color: #333;
}

.yh9 {
    margin-bottom: 40px;
}

.yh9_gridBox {
    display: grid;
    width: 1200px;
    /* height: 650px; */
    margin: 0 auto;
    grid-template-columns: repeat(3, 31%);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px 3.5%;
}

.yh9_grid:nth-of-type(4) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/yh92.png)no-repeat center center;
}

.yh9_grid_title {
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 35px;
    height: 35px;
    margin-bottom: 20px;
}

.yh9_grid_title a {
    display: inline-block;
    float: right;
}

.yh9_grid_title hr {
    position: absolute;
    margin: 0;
    border: none;
    width: 80px;
    height: 3px;
    background: #0c2d6a;
    bottom: -1px;
}

.yh9_grid_title span {
    color: #323232;
    font-size: 16px;
}

.yh9_grid_ul1 li {
    overflow: hidden;
    margin-bottom: 10px;
}

.yh9_grid_ul1 li a {
    display: flex;
    align-items: center;
}

.yh9_grid_imgBox {
    width: 121px;
    height: 76px;
    overflow: hidden;
    float: left;
    line-height: 76px;
}

.yh9_grid_imgBox img {
    width: 100%;
}

.yh9_grid_worldBox {
    float: left;
    margin-left: 20px;
    width: 228px;
}

.yh9_grid_worldBox h2 {
    color: #323232;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.yh9_grid_worldBox p {
    font-size: 12px;
    color: #707070;

}

.yh9_grid_worldBox p:nth-of-type(1) {
    margin-bottom: 5px;
}

.yh9_grid_ul1 li a:hover {
    text-decoration: none;
}

.yh9_grid_ul1 li a:hover img {
    opacity: .8;
}

.yh9_grid_ul1 li a:hover h2 {
    color: #0c2d6a;
}

.yh9_grid_ul2 li {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
}

.yh9_grid_ul2 p {
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.yh9_grid_ul2 span {
    display: inline-block;
    float: right;
}

.sj_btn_list {
    position: fixed;
    bottom: 30px;
    z-index: 99999;
    display: flex;
    justify-content: space-around;
    width: 90%;
    left: 5%;
    background: #162f6ae3;
    border-radius: 40px;
    display: none;
}

.sj_btn_list a {
    display: block;
    font-size: 12px;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
    flex: 1;
    /* border-left: 1px solid #fff; */
    position: relative;
}
.sj_btn_list a::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: #fff;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sj_btn_list a:nth-of-type(4)::after{
    display: none;
}
.sj_btn_list a img {
    width: 24px;
    margin-bottom: 2px;
}

footer {
    background: #0c2d6a;
}

.footer1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding: 65px 0;
}

.footer2 {
    width: 100%;
    /* height: 48px; */
    /* line-height: 48px; */
    background: #031b47;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 10px;
}

.footer_T::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.footer_T {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.footer_TL {
    width: 435px;
    /* border-right: 1px solid #fff; */
    padding-right: 37px;
    float: left;
}

.footer_TL1 {
    font-weight: bold;
    font-size: 18px;
}

.footer_TL2 {
    font-size: 37px;
    margin: 5px 0 10px;
}

.footer_TL3 {
    font-size: 16px;
    margin-top: 10px;
}

.footer_TL3 span {
    margin-right: 10px;
}

.footer_TL5 {
    margin-top: 20px;
}

.footer_TL5::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.footer_TL5_a {
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
}

.footer_TL5_a p {
    padding: 10px 0;
}

.footer_TL5_a_imgBox {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
}

.footer_TR {
    float: left;
    width: 765px;
    padding-left: 26px;
    border-left: 1px solid #fff;
}

.footer_TR_UlBox {
    margin-top: 20px;
}

.footer_TR_UlBox::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.footer_TR_Ul {
    float: left;
    width: 14.28%;
    padding: 0 4px;
}

.footer_TR_Ul li {
    text-align: left;
    margin-bottom: 5px;
}

.footer_TR_Ul li a {
    color: #fff;
    font-size: 12px;
}
/* .footer_TR_Ul li:nth-of-type(1){
    text-align: center;
} */
.footer_TR_Ul li:nth-of-type(1) a {
    font-size: 16px;
}

.footer_B .footer_TL1 {
    padding-top: 30px;
}

.footer_B_main {
    margin-top: 10px;
}

.footer_B_main a {
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
}

.footer_logo {
    position: absolute;
    top: 110px;
    left: -200px;
}

.dropdown-menu .divider:last-of-type {
    display: none;
}

.dropdown-menu {
    top: calc(100% - 5px);
}

.main::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.leftNav {
    width: 225px;
    /* background: #0c2d6a;
    color: #fff;
    padding: 0 1px;
    border-radius: 10px;
    margin-top: 10px; */
    float: left;
}

.leftNav1 {
    width: 100%;
    background: #0c2d6a;
    color: #fff;
    padding: 0 1px;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 6px;
}

.leftNav_title {
    padding: 0;
    position: relative;
}

.leftNav_title h1 {
    font-size: 24px;
    margin: 0;
    padding: 20px 30px 0;
    color: #fff;
	height:65px;
}

.leftNav_title p {
    font-size: 14px;
    padding: 5px 30px 20px;
    color: #fff;
}

.leftNav1a .leftNav_title {
    padding-left: 30px;
}

.leftNav_title1 h1 {
    padding: 15px 0px 0 76px;
    font-size: 20px;
}

.leftNav_title1 p {
    padding: 5px 0px 15px 76px;
}

.leftNav_Ul {
    background: #fff;
}

.leftNava_Ul li {
    background: linear-gradient(to top, #e6e4e4, #fff 36%);
    padding: 13px 10px;
    color: #666;
}

.leftNav_Ul li {
    background: linear-gradient(to top, #e6e4e4, #fff 36%);
}

.leftNav_Ul li a p {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.leftNav_Ul li a {
    display: block;
    padding: 15px 10px;
    color: #666;
}

.leftNav_Ul li:hover p {
    color: #0c2d6a;
}

.leftNav_Ul li:hover span {
    color: #0c2d6a;
}

.leftNav_Ul li a span {
    font-size: 5px;
}

.leftNava_Ul2 li {
    width: 100%;


    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.leftNav1a {
    width: 100%;
    position: relative;
    padding: 1px;
    background: #0c2d6a;
    border-radius: 10px;
    margin-top: 50px;
}

.leftNav1a .kefu {
    background: url(/web/20221111053327im_/http://cqbpay.com/images2/kefu.jpg)no-repeat -60px -10px;
    background-size: 130px 130px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50px;
}

.kefuBox {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -35px;
    left: 20px;
    overflow: hidden;
    border-radius: 50px;
    background: #0c2d6a;
    padding: 1px;
}

.leftNava_title {}

.leftNava_Ul {
    width: 100%;
    background: #fff;
}

.acon {
    width: 950px;
    float: right;
    margin-top: 30px;
}

.case {
    margin-bottom: 10px;
}

.case::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.fangan::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.case .list {
    float: right;
    width: 975px;
    margin-top: 10px;
}

.index-case>.contanier::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.view_main {
    width: 100%;
    float: left;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    border: solid 1px #e1e1e1;
    margin-top: 10px;
    padding: 30px;
}

.view_right {
    width: 300px;
    margin-left: 20px;
    float: left;
    margin-top: 10px;
}

.view_right_con {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    border: solid 1px #e1e1e1;
    margin-bottom: 20px;
}

.view_right_con h3 {
    margin: 0;
    line-height: 33px;
    clear: both;
    font-size: 18px;
    padding: 10px 10px 0px;
    border-bottom: 3px solid #d2d2d2;
    font-weight: 600;
    color: #333;
}

.view_right_con h3 em {
    border-bottom: 3px solid #0C2D6A;
    padding-bottom: 5px;
    font-style: normal;
}

.view_right_conUl1 {
    padding: 10px 15px;
}

.view_right_conUl1 li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.view_right_conUl1 li a {
    display: inline-block;
    color: #666;
}

.view_right_conUl1 li:hover a {
    color: #1963a7;
}

.view_right_conUl2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.view_right_conUl2 {
    padding: 10px;
}

.view_right_conUl2 li {
    display: inline-block;
    float: left;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 20px;
}

.view_right_conUl2a li {
    padding: 5px 10px;
    margin: 5px
}

.view_right_conUl2 li:hover {
    background: #06c;
    border-color: #06c;
}

.view_right_conUl2 li:hover a {
    color: #fff;
}

.qyzzBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
        margin-top: 23px;
    }

    .navbar-nav>li>a {
        text-align: center;
    }

    .navbar-nav>li:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1450px) {
    .yh3_grid {
        background-size: 110%;
    }

    .yh3 {
        grid-template-rows: 360px 350px;
    }
}

@media (max-width:1386px) {
    .nav>li>a {
        margin: 0 12px
    }

    .navbar-brand>img {
        width: 80%
    }

    .tel h3 {
        font-size: 26px;
    }

    .footer_logo {
        display: none
    }
}

@media (max-width: 1218px) {
    .navbar-collapse.collapse .tel {
        display: none;
    }
}

@media (max-width: 1200px) {
    .maina {
        padding: 0 20px;
    }

    .news {
        width: 740px;
    }

    .view_main {
        width: 640px;
    }

    .view_right {
        width: 260px;
    }

    .index-case>.contanier {
        width: 100%;
        padding: 0 20px;
    }

    .case .list {
        max-width: 740px;
    }

    .acon {
        width: 758px;
    }

    .yh8_list_imgBox {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .yh8_list li {
        height: 90px;
        margin-bottom: 10px;
    }

    .yh8_list li a {
        display: flex;
        align-items: center;
        height: 90px;
    }

    .yh8_list_worldBox p {
        padding-top: 10px;
    }

    .yh3 {
        grid-template-rows: 360px 300px;
    }

    .yh3_grid {
        background-size: 147%;
    }

    .navbar-brand>img {
        width: 200px;
    }

    .navbar-collapse.collapse {
        position: relative;
    }

    .navbar-collapse.collapse .tel {
        /* position: absolute;
        top: 30px;
        right: 20px; */
        display: none;
    }

    .nav>li>a {
        margin: 0 17px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .yh1_container {
        width: 100%;
        padding: 0 20px;
    }

    .yh1_imgBox {
        width: 420px;
    }

    .yh1_wordBox {
        width: 530px;
    }

    .youshi .contanier {
        width: 100%;
        padding: 0 20px;
    }

    .yh3_grid_mask {
        width: 80%;
    }

    .yh3_grid2 .yh3_grid_mask2 {
        left: 50%;
    }

    .yh5_gridBox {
        width: 100%;
        height: 550px;
        padding: 0 20px;
    }

    .yh7_banner {
        width: 100%;
        padding: 0 20px;
    }

    .yh8_container {
        width: 100%;
        padding: 0 20px;
    }

    .yh8_list {
        width: 50%;
    }

    .yh8_list2 {
        width: 50%;
    }

    .yh8_list_worldBox {
        width: 360px;
    }

    .active_yh8_list2_main {
        height: 100px;
        margin-top: 0;
    }

    .yh8_list2_main_imgBox {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .yh8_list2_main_WorldBox {
        width: 330px;
    }

    .yh9_gridBox {
        width: 100%;
        padding: 0 20px;
        grid-gap: 15px 25px
    }

    .footer1 {
        width: 100%;
        padding: 40px 20px;
    }

    .footer_TL {
        width: 300px;
        padding-right: 20px;
    }

    .footer_TR {
        padding-left: 20px;
        width: 680px;
    }
}

@media (max-width: 1023px) {
    .nav>li>a {
        margin: 0 7px;
    }

    .navbar-nav {
        margin-top: 13px;
    }

    .nav>li>a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .news {
        width: 520px;
    }

    .view_main {
        width: 100%;
    }

    .view_right {
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .view_right_con {
        width: calc(50% - 8px);
        float: left;
    }

    .case .list {
        width: 520px;
    }

    .case .list li {
        margin: 0 5px 10px 5px;
        width: -webkit-calc(33.3% - 10px);
    }

    .case .list li .title {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .dropdown-menu .divider:last-of-type {
        display: block;
        height: 4px;
        margin: 9px 16px;
        background: #1963a7;
    }

    .acon {
        width: 527px;
    }

    .leftNav {
        width: 200px;
    }

    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-default {
        padding-top: 0;
    }

    .navbar-brand>img {
        max-width: 200px;
    }

    .nav>li>a {
        margin: 0 16px;
    }

    .yh_title {
        width: 90%;
        padding: 30px 0 20px;
    }

    .yh4_contentUl li {
        height: 180px;
        line-height: 180px;
    }

    .yh4_content {
        height: 220px;
    }

    .yh5_btn {
        margin: 25px 0;
    }

    .yh7_banner .swiper-slide {
        background-size: 100%;
    }

    .yh8_list_imgBox {
        width: 70px;
        height: 70px;
    }

    .yh8_list_worldBox {
        width: 270px;
        padding-left: 15px;
    }

    .yh8_list_worldBox p {
        padding-top: 5px;
    }

    .yh8_list li {
        height: auto;
        overflow: hidden;
        /* margin-bottom: 20px; */
    }

    .yh8_list2 li {
        padding: 8px;
    }

    /* .yh8_list2_main_imgBox {
        width: 80px;
        height: 80px;
        line-height: 80px;
    } */

    .yh8_list2_main_WorldBox {
        width: 230px;
        padding-left: 10px;
    }

    /* .yh9_gridBox {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    } */
    .yh9_grid_worldBox {
        float: left;
        margin-left: 10px;
        width: 130px;
    }

    .yh9_grid_ul2 li {
        line-height: 22px;
    }

    .yh5_gridBox {
        grid-template-columns: repeat(3, 1fr);
        height: 440px;
    }

    .yh5_grid:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .yh5_grid:nth-of-type(1) p {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .footer_TR_Ul {
        width: 25%;
        margin-bottom: 40px;
    }

    .footer_TR_UlBox {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_T {
        display: flex;
    }

    .footer_TL2 {
        font-size: 26px;
    }

    .footer_TL5_a {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .footer_TL5_a_imgBox {
        margin: 0 auto;
    }

    .yh4_nav .active_yh4_nav::after {
        height: 0;
    }

    .footer_TL {
        width: 400px;
    }

    .yh1_imgBox {
        width: 380px;
    }

    .yh1_wordBox {
        margin-left: 20px;
    }

    .yh3_grid_mask h2 {
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 26px;
    }

    .yh3_grid_mask p {
        letter-spacing: 2px;
        font-size: 18px;
    }

    .yh3 {
        grid-template-rows: 275px 256px;
    }

    .yh3_grid {
        background-size: 150%;
    }

    .yh4_contentUl li img {
        width: 110%;
    }

    .yh9_grid_ul2 p {
        width: 61%;
    }

    .nav>li>a {
        padding: 10px 0;
        font-size: 16px;
    }

    .navbar-nav>li>a p {
        line-height: 1;
    }

    .sj_btn_list {
        display: flex;
    }
}

@media (max-width: 450px) {
    .news_li_r p {
        margin-bottom: 10px;
    }

    .news_li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .maina {
        padding: 0;

    }

    .news {
        width: 100%;
        padding: 0;
    }

    .dropdown-menu .divider {
        margin: 9px 16px;
    }

    .view_right {
        flex-wrap: wrap;
    }

    .view_right_con {
        width: 100%;
    }

    .case .list {
        width: 100%;
    }

    .case .list li {
        width: -webkit-calc(50% - 10px);
    }

    .leftNav {
        width: 80%;
        margin-left: 10%;
        display: none;
    }

    .acon {
        width: 100%;
    }

    .leftNav_title h1 {
        font-size: 20px;
        padding: 10px 20px 0;
    }

    .leftNav_title p {
        font-size: 14px;
        padding: 5px 20px 10px;
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        line-height: 15px;
        font-size: 12px;
    }

    .yh1_container {
        flex-wrap: wrap;
    }

    .yh1_imgBox {
        width: 100%;
    }

    .yh1_wordBox {
        margin: 0;
    }

    .yh1 {
        padding: 20px 0;
    }

    .yh1_wordBox h2 {
        font-size: 24px;
    }

    .yh1_wordBox h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .yh1_wordBox hr {
        margin: 10px 0;
    }

    .yh1_wordBox a {
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .yh_title {
        padding: 15px 0 10px;
    }

    .yh_title h4 {
        margin: 15px 0;
    }

    .youshi .contanier>ul li .youshi_li_contanier {
        height: auto;
    }

    .youshi_li_contanier p {
        padding-bottom: 20px;
    }

    .yh3 {
        grid-template-columns: 100%;
        grid-template-rows: repeat(5, 1fr);
        /* height: 1000px; */
    }

    .yh3_grid_mask {
        position: static;
        transform: translate(0, 0);
        width: 100%;
        padding: 20px;
    }



    .yh3_grid_mask h2 {
        font-size: 22px;
        margin: 15px 0;
    }

    .yh3_grid_mask p {
        font-size: 16px;
    }

    .yh3_grid_mask a {
        margin-top: 10px;
        padding: 0px 20px;
    }

    .yh3_grid {
        display: flex;
        align-items: center;
        background-size: 100%;
    }

    .yh4 {
        padding: 10px 0;
    }

    .yh_title h2 {
        font-size: 24px;
    }

    .yh4_nav {
        margin-top: 0px;
    }

    .yh4_nav li {
        font-size: 14px;
        padding: 0 10px 10px;
    }

    .yh4_nav .active_yh4_nav::after {
        height: 0;
    }

    .yh4_contentUl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .yh4_contentUl li {
        width: 49%;
        margin: 0;
        margin-bottom: 10px;
    }

    .yh4_content {
        height: 370px;
    }

    .yh4_contentUl li img {
        max-width: 100%;
    }

    .yh5_gridBox {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 200px 110px 100px 100px 100px;
        height: auto;
    }

    .yh5_grid:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .yh8_list {
        width: 100%;
    }

    .yh8_list2 {
        width: 100%;
    }

    .yh8_list_imgBox {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .yh8_list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .yh8_list_worldBox {
        width: 256px;
    }

    .yh9_gridBox {
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }

    .yh9_grid:nth-of-type(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        height: 200px;
        background-size: 100%;
    }

    .yh9_grid {
        width: 100%;
    }

    .yh9_grid_worldBox {
        width: 200px;
    }

    .footer_TL {
        width: 100%;
    }

    .footer_T {
        flex-wrap: wrap;
    }

    .footer_TR {
        display: none;
    }

    .footer_TL5 {
        display: flex;
    }

    .footer1 {
        padding: 20px;
    }

    .footer_TL {
        padding: 0;
    }

    .footer_TL1 {
        font-size: 16px;
    }

    .footer_TL2 {
        font-size: 22px;
        margin: 5px 0;
    }

    .footer_TL3 {
        margin-top: 0;
        font-size: 14px;
    }

    .footer_B .footer_TL1 {
        padding-top: 15px;
    }

    .footer_B_main a {
        font-size: 14px;
    }

    .footer_B_main {
        margin-top: 5px;
    }

    .yh9_grid_ul2 p {
        width: 71%;
    }

    .yh3_grid_mask img {
        width: 70px;
    }

    .yh3_grid2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        background-size: auto 100%;
    }

    .yh8_list2_main_WorldBox {
        width: 210px;
    }

    .yh5_grid p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
}
/*
     FILE ARCHIVED ON 05:33:27 Nov 11, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:08:12 Dec 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 152.629
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.061
  cdx.remote: 0.057
  esindex: 0.009
  LoadShardBlock: 130.801 (3)
  PetaboxLoader3.datanode: 129.647 (4)
  load_resource: 83.032
  PetaboxLoader3.resolve: 32.173
*/