﻿/* .container1{
    padding: 70px 0 0;
} */
.nybannerimg .sj_bj{display:none;}
.gywm{
    padding: 0 0 40px;
}
.gsjj-1{
    width: 1200px;
    margin: 0 auto;
}
.gsjj-2 h3{
    font-size: 35px;
    color: #555;
    font-weight: 400;
}

.gsjj-2 p{
    font-size: 16px;
    color: #bbb;
    line-height: 26px;
    margin-top: 5px;
}
.gsjj-3{
    overflow: hidden;
}
.gsjj-2{
    margin: 20px 0;
}
.gsjj-31{
    float: left;
    width:57%;
}
.gsjj-31 p{
    margin-bottom: 5px;
    font-size: 16px;
    color: #555555;
    line-height: 220%;
    text-indent:2em;
}
.gsjj32{
    float: right;
    width: 40%;
}
.gsjj32 img{
    width: 100%;
    border-radius: 6px;
}
/* banner下 */

.sige{padding-bottom: 40px;}
.sige ul{
    overflow: hidden;
    text-align: center;
}
.sige ul li{
    float: left;
    width: 25%;
    color: #333;
}
.sige ul li img{
    width: 18%;
}
.sige ul li p{
    line-height: 40px;
    font-size: 18px;
}
.sige ul li p b{
    font-size: 25px;
}
.sige ul li .counter{
    color: #dd2e35;
    font-weight: 600;
}


.lxkf{
    display: inline-block;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 1;
    border-radius: 6px;
    background-color: #dd2e35;
    color: #fff;
    margin-right:10px;
}
.lxkf img{
    position: absolute;
    left: 15px;
    top: 6px;
    height: 20px;
    background-color: #dd2e35;
    border-radius: 50%;
    padding: 6px;
}
.lxkf:hover{
    opacity:0.8;
}

/* Ã¥Å“Â°Ã¥Ââ‚¬Ã©â‚¬â€°Ã¦â€¹Â© */
.dzxzbg{
    background: #f2f2f2;
    text-align: center;
    padding: 40px 0;
}
.in h2{
    font-size: 25px;
    color: #333;
    margin: 20px 0;
}
.dzxztext {
    line-height: 2;
    font-size: 16px;
}

.dzxztext p img{
    margin-bottom: 15px;
}

/* Ã¦ÂµÂ·Ã¥Â¤â€“Ã¥â€¦Â¬Ã¥ÂÂ¸Ã§Å¡â€žÃ¤Â¼ËœÃ¥Å Â¿ */
.hwysbg{
    padding: 40px 30px;
}
.hwysbg .box p{
    font-weight: normal;
    font-size: 16px;
}
.hwystitle{
    text-align: center;
    margin: 20px 0 40px;
    font-size: 30px;
    color: #333;
}
.hwysul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}

.hwysul .hwysitem{
    width: 26%;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 40px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
    transition: box-shadow 0.5s;
    border-radius:10px;
}
.hwysul .hwysitem:hover{
    box-shadow:1px 0.5rem 1rem #e2dddd;
}
.box{
    border-radius: 6px;
    padding: 30px;
    transition: all 0.5s;
    line-height: 2;
    text-align: center;
    width:100%;
    box-sizing: border-box;
}
.box h3{
    font-size: 20px;
}
.box p{
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
}

/* Ã¦Â³Â¨Ã¥â€ Å’Ã¦â€°â‚¬Ã©Å“â‚¬Ã¨Âµâ€žÃ¦â€“â„¢ */
.zczlbg{
    background: #f2f2f2;
}
.in{
    text-align: center;
}
.zczllist1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 30px;
}
.zczlli1{
    width: 23%;
    background: #fff;
    /*margin-bottom: 20px;*/
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: all 0.5s;
    margin: 0 1%;
    border-radius:10px;    margin-bottom: 20px;
}
.zczlli1:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
    transform: scale(1.05);
}
.zczlbox1{
    /* padding: 15px; */
    overflow:hidden;
}
.zczlbox1 img{width: 100%;border-radius:10px;display: block;}
.zczltablay1{
    display: table;
    width: 100%;
    text-align:  center;
    position: relative;
}
.zczltext1{
    line-height: 2;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background:rgba(0,0,0,0.5);
    border-radius:10px;
    text-align:center;
    color:#fff;
    box-sizing:border-box;
    font-size:18px;
    font-weight: bold;
}
.zczltext1 p{position:absolute;left:50%;top:50%;-webkit-transform: translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}




.zczllist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}
.zczlli{
    width: 32%;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.zczlli:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
    transform: scale(1.05);
}
.zczlbox{
    padding: 15px;
}
.zczltablay{
    display: table;
    width: 100%;
    text-align:  center;
}
.zczltext{
    line-height: 2;
   /*  padding-left: 15px; */
    font-size: 16px;
}
.zczltext p{font-size: 24px;color: #333;font-weight: bold;}
.zczltext span{color: #666;}



/* Ã¦Â³Â¨Ã¥â€ Å’Ã¦ÂµÂÃ§Â¨â€¹ */
.kjzcbg{
    width: 100%;
    background: #f2f2f2;
    /*margin-top: 40px;*/
    color: #333;
    /* background: url(../images/sbg.jpg)no-repeat; */
}
.kjzcbg1{
    width: 100%;
    background: #333;
    /*margin-top: 40px;*/
    color: #fff;
    background: url(../images/sbg1.jpg)no-repeat;
}
.kjzcbgtp{
background:#f2f2f2;
}
.kjzc{
    box-sizing: border-box;
    padding: 40px 0;
}
.kjzcbg1{padding:40px 0;}
.kjzcbg1 .kjzc{padding:0;}

.kjzc .khnlist .nbtdli .nbtdlidiv{width: 150px;height: 150px;transform: rotate(45deg);}
.kjzc .khnlist .nbtdli p{
    transform: rotate(-45deg);
}
.kjzc .khnlist .nbtdli{
    height: auto;
    overflow: inherit;
    background: none;
    text-align: center;
    padding: 20px 0;
}
.yyzc {    margin-bottom: 40px;}
.kjzcbg1 .yyzc h2{
    margin-bottom: 40px;
    text-align: center;
}
.kjzcbg1 .kjzc .nbtdli .nbtdlidiv{
    background: #1d4466;
    margin:0 auto;
}
.kjzcbg1 .kjzc .nbtdli p{color:#fff;}
.kjzctitl{
    text-align: center;
}
.kjzcp{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}
.kjzcp img{
    width: 100%;
}
.kjzcp .kjzct2{
    display: none;
}
.kjzcp span{
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid;
    border-color: #ffffff;
    position: absolute;
    color: #333;
    left: -10px;
    top: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    font-weight: 100;
    z-index: 9;
    transition: all .25s ease-out;
}
.yzsdw{}
.yzsdw a{display:block;text-align:center;width:150px;margin:0 auto;line-height:40px;color:#fff;background:#dd2e35;border-radius:10px;transition:all 0.5s;}
.yzsdw a:hover{opacity:0.8;transition:all 0.5s;}
.kjzctitl{
    margin-bottom: 40px;
}
.kjzctitl h2{
    /* font-weight: 400; */
    font-size: 25px;
    margin-bottom: 10px;
}
.kjzcbg1 .kjzctitl h2{
    margin-top: 20px;
}
.kjzcul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.kjzcli:hover .kjzct1{
    display: none;
}
.kjzcli:hover .kjzct2{
    display: inline-block;
}
.kjzcli:hover .kjzcp span{
    background: #fff;
    color: #1a4667;
    border-color: #fff;
}
.kjzcli{
    width: 18%;
    text-align: center;
    cursor: pointer;
    color: #1a4667;
    background: #fff;
    padding: 30px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.kjzcli:hover{
    box-shadow: 1px 0.5rem 1rem #e2dddd;
}
.kjzch3{margin-top:15px;}
/*æ³¨å†Œæ‰€éœ€èµ„æ–™å¼€å§‹*/
.gszc{padding:40px 0;}
.gszc-s-b{overflow:hidden;}
.gszc-s-b table{border:1px solid #eee;width:100%;box-sizing:border-box;border-collapse:collapse;}
/*.gszc-s-b table tr{border:1px solid #eee;}*/
.gszc-s-b table tr td,.gszc-s-b table tr th{border:1px solid #ccc;padding:15px;color:#666;}
.gszc-s-b table tr span{display: inline-block;width: 26px;height: 26px;border-radius: 26px;background: #dd2e35;color: #fff;vertical-align: middle;line-height: 26px;margin-right: 10px;text-align: center;}
.gszc-s-b2{
    margin: 40px 0;
}
.gszc-s-b2,.gszc-s-b21{background:#1a4667;display:flex;justify-content:center;padding:20px;width: 100%;
    box-sizing: border-box;}
.gszc-s-b2-l{color:#fff;font-size:25px;line-height:40px;/*font-weight:bold;*/margin-right:50px;}
.gszc-s-b2-c{margin:0 50px;}
.gszc-s-b2-c1{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.gszc-s-b2-c1 label {
    margin-right: 20px;
}
.gszc-s-b2-c1 label select{
    width: 100px;
    outline: none;
    border: none;
    height: 30px;
}
.gszc-s-b2-c input{border:none;outline:none;text-indent:10px;height:40px;margin-right:20px;width:270px;box-sizing:border-box;float:left;border-radius:10px;color:#1a4667;}



/*  */

.gszc-s-b2-c1 .fmz-1input{
    border:none;outline:none;text-indent:10px;height:40px;width:270px;box-sizing:border-box;border-radius:10px;color:#1a4667;
}
.gszc-s-b2-c  .fmz-1input{
    width: 300px;
}
.gszc-s-b2-l span{
    font-weight: bold;
    color: #dd2e35;
}


.gszc-s-b2-c button,.gszc-s-b2-c1 button{background:#fff;outline:none;border:0;height:40px;width:150px;border-radius:10px;font-weight:bold;color:#1a4667;cursor:pointer;}
.gszc-s-b2-r{/*line-height:40px;*/color:#fff}
.gszc-s-b2-r img{display:block;float:left;width:40px;margin-right:10px;}
.gszc-s-b2-r a{color:#fff;}
.gszc-s-b2-r a:hover{text-decoration: underline;color:#dd2e35;}
/*æ³¨å†Œæ‰€éœ€èµ„æ–™ç»“æŸ*/

/* Ã¤Â¸â‚¬Ã§Â«â„¢Ã¥Â¼ÂÃ¦Å“ÂÃ¥Å Â¡ */
.yzsfwbg{
    padding: 30px;
}
.hwys {text-align: center;}
.hwysbg2 .hwys{margin: 30px auto;}
.hwysbg2 .hwysul .hwysitem{box-shadow: none;}
.hwysbg2 .hwysul .hwysitem:hover {
    box-shadow: 1px 0.5rem 1rem #e2dddd;
}
.hwysbg2 .box p{
    line-height: 26px;
    height: auto;
    text-align: left;
    font-size: 14px;
}
.hytt{
    display: inline-block;
    padding: 0 100px;
    position: relative;
}
.hwystitle{
    text-align: center;
    margin: 20px 0 10px;
    font-size: 25px;
    color: #333;
}
.yzsdwlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yzsdwlist .yzsdwitem{
    width: 23%;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: box-shadow 0.5s;
}
.yzsdwlist .yzsdwitem:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
}
.box{
    border-radius: 10px;
    padding: 10px;
    transition: all 0.5s;
    line-height: 2;
    text-align: center;
    overflow:hidden;
    background: #fff;
    height: 100%;
}
#hwysbg .box{padding: 0;}
#hwysbg .hwysul .hwysitem:hover .box{
    background: #1a4667;
    color: #fff;
}
#hwysbg .hwysul .hwysitem{transition: all .5s;}
#hwysbg .hwysul .hwysitem:hover{
    margin-top: -15px;
}
.hwysbg22 #hwysbg .hwysul .hwysitem:hover .box{
    background: none;
    color: #333;
}
.hwysbg22 #hwysbg .hwysul .hwysitem:hover{
    margin-top: 0;
}
.hwysbg22 .hwysul .hwysitem:hover{
    box-shadow: none;
}
.hwysbg22 .hwysul .hwysitem:hover .box h4 img{
    transform: scale(1.1);
}
.hwysbg22{background: #f2f2f2;padding: 40px 0;}
.hwysbg22 .titp{margin: 0;}
.hwysbg22 .hwysul .hwysitem{margin-bottom: 0;}
.hwysbg22 .box{background: none;}
.hwysbg22 .box p{font-weight: 500;}
.hwysbg22 .box p strong{color: #dd2e35;}
.hwysbg22 .box p b{color: #dd2e35;}
.hwysbg22 .hwysul .hwysitem{width: 30%;}
.box h4{border-radius:10px;overflow:hidden;margin-bottom:10px;margin:0 auto;width: 100%;}
.box h4 img{max-width: 100%;border-radius: 10px;transition:all 0.5s;}
/* .hwysul .hwysitem:hover .box h4 img{transform:scale(1.1);transition:all 0.5s;} */
.box h3{
    font-size: 20px;
}
.box1 p{
    font-size: 16px;
    height: auto;
    overflow: hidden;
}


/* Ã¤Â¸â€œÃ¤Â¸Å¡Ã¤ÂºÂºÃ¥â€˜Ëœ */
.zyrytitl{
    margin-bottom: 30px;
}
.zyrytitl h2{
    text-align: center;
    font-size: 25px;
}
.zyry{
    padding: 40px 0;
}
.zyrylist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zyryli{
    width: 18%;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
.zyrybox{
    box-shadow: 1px 1px 10px rgba(87,87,87,0.2);
    transition: box-shadow 0.5s;
    overflow: hidden;
}
.zyrybox:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
}
.zyrypic img{
    width: 100%;
    display: block;
}
.padding1{
    padding: 15px;
}
.padding1 .fs4{
    font-size: 16px;
}
.padding1 .fs3{
    font-size: 12px;
    color: #999;
}
.zczl {
    padding: 40px 0;
}

#zchgs .hwysul .hwysitem{width:18%;}
#zchgs .hwysul .hwysitems{width:15%;} 
.zsm #zchgs .hwysul .hwysitems{
    width: 26%;
}
#zchgs .hwystitle{margin-top: 0;}
.zsm .box{
    background:none;
    transition: all .5s;
}
.zsm  .hwysul .hwysitem:hover .box{
    background: #fff;
}
.zsm .box h4 img{
    width: 25%;
}
#zchgs .hwysul .hwysitemko{
    width: 18%;
   height:0;
}
#hwysbg .hwysitemko{
    width: 32%;
   height:0;
}

/*新加坡公司注册最新消息开始*/
.cgal-t{text-align:center;margin-bottom:30px;overflow: hidden;}
.cgal-t a{padding:10px 20px;margin:0 5px;display: inline-block;background:#373d41;color:#fff;transition:all 0.5s; border-radius: 6px;}
.cgal-t a:hover{transition:all 0.5s;background:#dd2e35;
}
.cgal-t a.active{background:#dd2e35;}

.newsmorelist{
    overflow: hidden;
}
.newsmoreli{
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.newsmoreli:nth-child(even){    
    margin-right: 0;
    margin-left: 1%;
}
.newsmoreliimg{
    width: 30%;
    display: inline-block;
    overflow: hidden;
}
.newsmoreli:hover .newsmoreliimg img{
    transform: scale(1.2);
}
.newsmoreli:hover .newsmoretext{
    color: #dd2e35;
}
.newsmoreliimg img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.newsmoretext{
    width: 65%;
    margin-left: 3%;
    display: inline-block;
    color: #333;
    vertical-align: top;
}
.newsmoretitle{
    font-size: 18px;
    line-height: 2;
    color: #1a4667;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsmorespan{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#999;
}




.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

.ryzzbg{
    background-color: #fff;
}
.ryzz {
    margin: 40px auto 40px;
}
.rmcstit {
    text-align: center;
    line-height: 2;
}
.rmcstit h2 {
    font-size: 25px;
    color: #333;
    margin: 20px 0 30px;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 0 100px;
    position: relative;
}
.ryzzlist{
    position: relative;
}
.ryzzlist .swiper-slide p img{
    width: 80%;
}
.ryzzlist .swiper-container{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.ryzzlist .swiper-slide a{
    color: #333;
    font-size: 16px;
    line-height: 2;
}


.ryzzlist .swiper-button-prev{
    background: url(../images/02_l.png)no-repeat;
    outline: none;
}
.ryzzlist .swiper-button-next{
    background: url(../images/02_r.png)no-repeat;
    outline: none;
}
/* .hwysbg1 .hwysul{
    margin-bottom: 40px;
} */
.newsmore {
    padding: 20px 0;
}


.lj{
    color: #fff;
    background: #dd2e35;
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 10px;
    opacity: .8;
    transition: all 0.5s;
}
.lj:hover {
    opacity: 1;
}
.nybannerimg .fwxmbnTitle{
    top: auto;
    bottom: 10%;
}
.fwxmbnTitle .ljzxa{
    padding: 15px 30px;
}
.RelatedLinksbg{
    width: 100%;
    max-height: 70px;
    left: 0;
    bottom: 0;
    padding: 30px 0;
    position: fixed;
    background: rgba(26, 70, 103, 0.7);
    overflow: hidden;
    transition: all .5s;
    overflow: hidden;
    box-sizing: border-box;
}
.RelatedLinks{
    width: 78%;
    margin: 0 auto;
    color: #fff;
    transition: all 0.5s;
}
.RelatedLinks span{display: inline-block;border-right: 1px solid #eee;padding-right: 20px;}
.RelatedLinks ul{display: inline-block;padding-left: 20px;}
.RelatedLinks li {
    display: inline-block;
    padding: 0 10px;
}
.RelatedLinks li a{color: #fff;}
.RelatedLinks li:hover a{color: #dd2e35;}
.relatelinkimg{
    position: absolute;
    right: 9%;
    top: 50%;
    margin-top: -17.5px;
    cursor: pointer;
}
.opentelDiv{color: #fff;display: none;text-align: center;cursor: pointer;}


#card{height: 100%;}

.hwys h2{
    display: inline-block;
    padding: 0 100px;
    position: relative;
}


.grad1 {
    height: 200px;
    background: -webkit-linear-gradient(left, rgba(26, 70, 103, 0),rgba(26, 70, 103,  0.59)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(26, 70, 103,  0),rgba(26, 70, 103,  0.59) ); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(26, 70, 103, 0),rgba(26, 70, 103,  0.59) ); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(26, 70, 103, 0)rgba(26, 70, 103,  0.59)); /* 标准的语法（必须放在最后） */
    height: 4px;
    width: 100px;
    top: 50%;
    left: -15px;
    display: inline-block;
    position: absolute;
}
.grad11 {
    height: 200px;
    background: -webkit-linear-gradient(right, rgba(26, 70, 103, 0),rgba(26, 70, 103,  0.59)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, rgba(26, 70, 103,  0),rgba(26, 70, 103,  0.59) ); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,rgba(26, 70, 103, 0),rgba(26, 70, 103,  0.59) ); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, rgba(26, 70, 103, 0)rgba(26, 70, 103,  0.59)); /* 标准的语法（必须放在最后） */
    height: 4px;
    width: 100px;
    top: 50%;
    right: -15px;
    display: inline-block;
    position: absolute;
}
.newsmorelist{
    overflow: hidden;
}
.newsmoreli{
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
}
.newsmoreli a{color: #333;}
.newsmoreli a li{list-style: circle;display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
/* .newsmoreli a li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid gray;
    margin-right: 10px;
} */
.newsmoreli a li:hover:before{
    border-color: #dd2e35;
}
.newsmoreli a li:hover:before{
    border-color: #dd2e35;
}
.newsmoreli:hover a{color: #dd2e35;}
.titpul .box p{height: auto;}

/* 为什么选择瑞源 */
.gywm-r-b{margin: 30px 0;}
.gywm-r-t p{text-indent:2em;font-size:14px;line-height:200%;color:#797979;}
/* .gywm-r-b{display:flex;justify-content:space-between;} */
.gywm-r-b dl{text-align:center;display: inline-block;
    width: 24%;}
.gywm-r-b dl dt{font-size:14px;color:#797979;}
.gywm-r-b dl dt span{color:#dd2e35;font-family:microsoft yahei;font-size:40px;font-weight:normal;text-decoration:none;text-align:center;}
.gywm-r-b dl dd{color:#797979;font-size:14px;}
.gywm-r-b dl dt .tspan{font-size: 22px;line-height: 52px;    letter-spacing: 0;}


/*  为什么香港银行开户越来越难？*/
.titp{margin: 40px auto 40px;}
.titp .hwystitle{margin: 0 auto;}
.titp  p{font-size: 14px;color: #333;margin-top: 10px;}
.fs5 b{color: #dd2e35;}
.yhysbg .box h4{
    box-shadow: 1px 1px 10px #eee;
}

/* 银行开户难的原因 */
.khnlist .nbtdli{
    position: relative;
    overflow: hidden;
    height: 70px;
}
.khnlist .nbtdli p{
    position: absolute;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    top: 50%;
    left: 50%;
    margin-top: -27.5px;
    height: 55px;
    color: #333;
}
.koli{
    height: 0;
    width: calc(30% - 20px);
    display: inline-block;
}


/* 内部通道银行 */
.nbtdlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nbtdlistyh .nbtdli{
    width: calc(20% - 20px);
}
.nbtdli{
    width: calc(20% - 20px);
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.nbtdli img{
    width: 100%;
}

@media screen and (max-width:1440px){
    .gszc-s-b2-c1 button{
        width: 110px;
    }
    .gszc-s-b2-c1 .fmz-1input{
        width: 200px;
    }
    .gszc-s-b2-l1{
        margin-right: 20px;
    }
    .gszc-s-b2-c1 label{
        margin-right: 10px;
    }
}
@media screen and (max-width:1200px){ 
.nbtdlist  .nbtdli{
    width: 48%;
}   
    .whyselect img{max-width: 100%;}
    .gywm-r-b dl dt span{font-size: 20px;}
    .gywm-r-b dl{width: 48%;vertical-align: top;margin-bottom: 20px;}
    .RelatedLinksbg,.grad1,.grad11{display: none;}
    .hwys h2{padding: 0;width: 100%;}
    .nbtdlistyh .nbtdli{width: calc(50% - 20px);}
    .koli{width: calc(50% - 20px);}
    .khnlist .nbtdli p{font-size: 16px;width: 90%;margin-left: -45%;    margin-top: -22px;}
    .zczllist1 {
        padding: 15px;
    }
    .zczlli1:hover{
        transform: scale(1);
    }
    .zczlli1{
        width: 100%;
    }
    .zczltablay {
        overflow: hidden;
    }
    .zczltext {
        float: left;
        width: 100%;
        /* margin-top: 23px; */
        font-size: 16px;
    }
    .container1{
        padding: 30px 0;
    }
    .zczl{padding:10px 0 0px 0;}
    .gsjj-2 h3{text-align:center;}
    .nybannerimg .sj_bj{display:block;}
    .nybannerimg .web_bj{display:none;}
    .gsjj32 img{display:none;}
    .gsjj-31{width:100%;display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
    .gsjj-2 h3{font-size:22px;text-align:center;width:calc(100vw - 30px);}
    .gsjj-31 p{font-size:14px;}
    .lxkf{margin:0 auto;display: inline-block;
        margin-bottom:10px;}
    .dzxzbg{background:none;}
    .gywm{padding-bottom:15px;}
    .dzxzbg{padding:15px 0;}
    .dzxztext p{color:#666;text-align:left;font-size:14px;}
    .dzxztext p img{display:none;}
    .in h2,.hwystitle{font-size:22px;font-weight:normal;margin-bottom:20px;}
    .hwysbg{padding:0;/*padding-bottom:30px;*/}
    /* .box{padding:15px;} */
    #zchgs .hwysul .hwysitem,.hwysul .hwysitem{width:48%;}

    .box p{height:auto;color:#666;text-align: justify;text-align:center;line-height:24px;font-size:15px;}
    /*.box img{margin-top:10px;}*/

    .gszc-s-b table tr td{font-size:14px;}

    .gszc-s-b2{flex-wrap:wrap;padding:15px;}
    .gszc-s-b2-l{margin:0;font-size:20px;margin-bottom:10px;}
    .gszc-s-b2-c{margin:0;}
    .gszc-s-b2-c input{margin-bottom:15px;margin-right:0;font-size:14px;width:100%;}
    .gszc-s-b2-c .fmz-1input{width: 100%;}
    .zczllist1 .zczlli{width: 100%;}
    .gszc-s-b21{
        display: inline-block;
        text-align: left;
        padding:30px 15px;
    }
    .ryzz{margin:30px auto 30px}
    .gszc-s-b2-c1 label{
        display: block;
    }
    .gszc-s-b2-c1 .fmz-1input{width: 100%;}
    .gszc-s-b2-c1 button{width: 100%;margin-top: 10px;}
    .gszc-s-b2-c1 label span{
        width: 120px;
        display: inline-block;
    }
    .rmcstit h2{padding: 0;}

    .gszc-s-b2-c button{margin-bottom:10px;width:100%;font-size:16px;}
    .gszc-s-b2-r img{width:40px;}

    .hwysul .hwysitem:hover .box h4 img{transform: scale(1);}
    .box h3{font-size:16px;}
    .zczllist{padding:15px;}
    .zczlli{width:100%;}
    .zczlli:hover{box-shadow:0 0 20px rgba(0,0,0,0.1);    transform: scale(1);}
    /* .kjzcbg{margin-top:15px;} */
    .zczltablay{overflow:hidden;}
    .zczlimg{float:left;width:100%;}
    .zczltext{float:left;width:100%;margin-top:23px;}
    .yzsfwbg{padding:15px 0;}
    .yzsdwlist .yzsdwitem{width:48%;}
    .yzsdwlist .yzsdwitem:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
    .kjzcul{justify-content: space-between;flex-wrap: wrap;}
    .kjzcli{width:48%;margin-bottom:20px;}
    .kjzcli h3{font-size:16px;}
    .kjzctitl h2{font-size:22px;font-weight:normal;}
    .kjzctitl p{font-size:14px;color:#fff;}
    .kjzctitl{margin-bottom:15px;}
    .in h2{margin:30px 0 15px;}
    .kjzcp img{width:100px;}
    .kjzcp{width:100px;height:100px;}
    .kjzc{padding:30px 15px;}
    .zyry{padding:30px 0;}
    .zyrytitl{margin-bottom:15px;}
    .zyrytitl h2{font-size:22px;font-weight:normal;}
    .zyryli{width:48%;}
    .cgal-t{
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cgal-t a{
        float: left;
        margin-bottom: 10px;
        width: 45%;
        padding: 10px 0;
    }
    .hwysul .hwysitem{
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }

    .lxkf:hover{
        background:#dd2e35;
        color: #fff;
    }
    .newsmoreli{width:100%;}
    .newsmoreli a{overflow:hidden;display:block;display:flex;justify-content: space-between;}
    .newsmoreli a img{height:100%;}
    .hwys,.newsmore {padding: 0 15px;
        display: inline-block;}
    .swiper-button-next,.swiper-button-prev{display: none;}
    .nybannerimg .fwxmbnTitle{
        bottom: 4%;
    }
    .fwxmbnTitle .ljzxa{
        padding: 6px 15px;
    }
    .hwysul{margin-top:10px;}
    .hwysbg1 .hwysul{
        margin-bottom: 30px;
    }
.hwys{
    margin-bottom: 0;
}
/* banner下 */
.sige ul li{    width: 50%;
    margin-bottom: 15px;}
.sige ul li img{    width: 24%;}

.lj{display: none;}
.hwys h2{font-weight: bold;}
#zchgs .hwysul .hwysitem{
    width: 48%;
}
.zsm #zchgs .hwysul .hwysitems{
    width: 48%;
}
.zsm .box{
    background: #fff;
}
.zsm .box h4 img{
    width: 40%;
}
#zchgs{margin: 30px 0;}
.kjzcbg{background-size: auto 100%;}
.boxcont{vertical-align: middle;padding:15px 0;}
.sige{padding-bottom: 30px;}
.titp{margin: 30px auto 20px;}
.sige ul li p b{font-size:20px;}
.sige ul li p{font-size:18px;}
#hwysbg .hwysul .hwysitem:hover .box p{color: #fff;}
.kjzcbg  .kjzctitl p{color: #333;}
.kjzcbg1{padding: 40px 15px;box-sizing: border-box;}
.kjzcbg1{    background-size: auto 100%;}
.kjzc .khnlist .nbtdli p{
    margin-left: -40%;
    margin-top: -27.5px;
}
.kjzc .khnlist .nbtdli .nbtdlidiv{width: 100px;height: 100px;}
.hwysbg22 .hwysul .hwysitem{box-shadow: none;}
.hwysbg22 #hwysbg .hwysul .hwysitem{width: 100%;margin-top: 20px;}
.hwysbg22 #hwysbg .hwysul .hwysitem:hover{margin-top: 20px;}
.hwysbg22 #hwysbg .hwysul .hwysitem:hover .box p{color: #333;}
}