body {
    font-family: '微软雅黑';
}

.ky-w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.kylogo {
    width: 400px;
}

.right-input {
    position: relative;
    width: 430px;
    height: 56px;
}

.right-input input {
    width: 430px;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
    border-radius: 50px;
    border: 1px solid rgba(180, 216, 247, 1);
}

.right-input input:placeholder {
    color: rgba(129, 129, 129, 1);
    font-size: 16px;
}

.right-input img {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 25px;
}

.navbx {
    width: 100%;
    background: #fff;
    height: 118px;
    line-height: 118px;
    color: #333333;
    box-shadow: 6px 2px 10px rgba(0, 0, 0, .45);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.indexsweiper {
    margin-top: 118px;
}

.navbx .nav {
    font-size: 18px;
    float: left;
}

.navbx .nav li {
    float: left;
    margin-right: 50px;
}

.navbx .nav li a {
    display: block;
    padding: 0 6px;
    font-size: 24px;
    position: relative;
}

.navbx .nav li a:hover,
.navbx .nav li a.active {
    font-weight: bold;
}

.navbx .nav li a:hover:before,
.navbx .nav li a.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #0ca5ae;
    left: 0;
    bottom: 35px;
}

.kyj-navbox img {
    width: 100%;
    margin-top: -2px;
}

.kyj-navbox .toplogo {
    float: left;
}

.kyj-navbox .toplogo img {
    width: auto;
}

.kyj-main-bx {
    clear: both;
    overflow: hidden;
}

.kyj-main-bx {
    position: relative;
    padding-top: 60px;
    margin-top: -40px;
}

.kyj-main-bx .main-nav {
    position: absolute;
    background: rgba(242, 242, 242, 1);
    height: 68px;
    line-height: 68px;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 40px;
}

.kyj-main-bx .main-nav a {
    position: relative;
    display: block;
    float: left;
    padding: 0 40px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
}

.kyj-main-bx .main-nav a:hover,
.kyj-main-bx .main-nav a.active {
    color: rgba(20, 92, 181, 1);
}

.kyj-main-bx .main-nav a:hover:before,
.kyj-main-bx .main-nav a.active:before {
    position: absolute;
    content: "";
    background: url("../images/Polygon 1.png") no-repeat;
    width: 10px;
    height: 13px;
    background-size: 100% 100%;
    left: 18px;
    top: 30px;
}

.mainbox {
    margin-top: 50px;
    overflow: hidden;
}

.leftnav {
    float: left;
    width: 200px;
}

.leftnav a {
    display: block;
    border: 1px solid rgba(236, 228, 228, 1);
    color: rgba(108, 108, 108, 1);
    line-height: 48px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.leftnav a:hover,
.leftnav a.acitve {
    color: #fff;
    background: rgba(52, 127, 220, 1);
    box-shadow: 0 4 rgba(0, 0, 0, 0.15);
}

.rightbox {
    float: right;
    width: 968px;
}

h4.h4h4 {
    font-size: 32px;
    position: relative;
    ;
    height: 58px;
    line-height: 58px;
    position: relative;
}

h4.h4h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: rgba(52, 127, 220, 1);
    top: 0;
    left: 0;
}

.dongtai-list li {
    height: 60px;
    line-height: 60px;
    background: rgba(248, 248, 248, 1);
    padding: 0 20px;
    margin-top: 20px;
}

.dongtai-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dongtai-list li a p {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dongtai-list li a span {
    color: rgba(136, 136, 136, 1);
    font-size: 16px;
}

.dongtai-list li:hover {
    background: rgba(52, 127, 220, 1);
}

.dongtai-list li:hover p,
.dongtai-list li:hover span {
    color: #fff;
}

.pager {
    padding: 60px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pager a.btn {
    width: 116px;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 22px;
    transition: all 0.3s ease;
}

.pager a.btn img {
    height: 16px;
}

.pager a.num {
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.pager a.num.active,
.pager a.num:hover,
.pager a.btn:hover {
    background: #E0EBFF;
    color: #3A81FB;
}

.footerbox {
    background: #314582;
    padding: 20px;
    font-size: 14px;
    color: rgba(107, 107, 107, 1);
    margin-top: 40px;
    text-align: center;
}

.footerbox p {
    line-height: 50px;
}

.footerbox p span {
    margin: 0 10px;
}

.footerbox p:nth-child(1) {
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}

.fot-nav {
    font-size: 20px;
    color: #fff;
    margin: 15px 0 30px;
}

.fot-nav a {
    padding: 0 35px;
}

.fot-lianxwm {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    gap: 30px;
}

/*sweiper*/
.left-lunb {
    float: left;
    width: 600px;
}

.left-lunb .swiper {
    width: 600px;
    height: 360px;
}

.left-lunb .swiper-slide {
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-lunb .swiper-slide p {
    position: absolute;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    z-index: 10;
    width: 480px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    left: 0;
    bottom: 0;
}

.left-lunb .swiper-horizontal>.swiper-pagination-bullets {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 20px;
}

.left-lunb .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-lunb .swiper-pagination-bullet {
    background: #b6c2cf;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.left-lunb .swiper-pagination-bullet-active {
    background: #1e5cb9;
}

.newslistbox {
    margin-top: 30px;
}

.h3h3 {
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    color: rgba(52, 127, 220, 1);
    line-height: 50px;
    border-bottom: 2px solid #ddd;
}

.h3h3 a {
    float: right;
    font-size: 14px;
    color: rgba(52, 48, 48, 1);
    font-weight: normal;
}

.h3h3 a img {
    vertical-align: middle;
    width: 12px;
    float: right;
    margin-left: 8px;
    margin-top: 18px;
}

.newslist a {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 57px;
}

.newslist a span {
    float: right;
    color: rgba(182, 182, 182, 1);
    text-align: right;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    width: 110px;
    display: block;
}

.xinwen-bti {
    width: 470px;
}

.newslist a:hover h5 {
    color: #0ca5ae;
}

.newslist a:last-child {
    margin-bottom: 0;
}

.newslist a p {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more:hover {
    color: rgba(52, 127, 220, 1);
}

.titlebox {
    position: relative;
}

.titlebox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(52, 127, 220, 1);
    left: 0;
    bottom: 0;
}

.right-news-list {
    width: 580px;
    float: right;
}

.right-news-list .newslistbox {
    margin-top: 0;
}

.gongzyaow {
    display: flex;
    gap: 40px;
}

.gongzyaow .titlebox {
    color: #000;
    cursor: pointer;
}

.gongzyaow .titlebox:before {
    background: none;
}

.gongzyaow .titlebox:hover,
.gongzyaow .titlebox.active {
    color: rgba(52, 127, 220, 1);
}

.gongzyaow .titlebox:hover:before,
.gongzyaow .titlebox.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(52, 127, 220, 1);
    left: 0;
    bottom: 0;
}

.newslistbox h2 {
    font-size: 26px;
    color: #333;
    margin: 20px 0;
    line-height: 36px;
}

.fubiaoti {
    font-size: 14px;
    color: #666;
    margin: 10px 0 8px;
    width: 560px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chuangxgongc {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.chuangxgongc a {
    width: 48%;
}

.xuekjiansbox {
    padding: 30px 0;
    margin-top: 40px;
    background: linear-gradient(#f8f8f8, #fff);
}

.xuekjians {
    overflow: hidden;
    clear: both;
}

.xuekenav {
    display: flex;
    justify-content: space-between;
}

.xuekenav a {
    width: 184px;
    height: 56px;
    line-height: 56px;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 5px;
    color: #000;
    font-size: 26px;
    text-align: center;
    display: block;
}

.xuekenav a.active,
.xuekenav a:hover {
    background: rgba(52, 127, 220, 1);
    color: #fff;
}

.xuekebox {
    margin-top: 20px;
}

.xueke-list {
    display: flex;
    justify-content: space-between;
}

.djydlist {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.dangjyuandibox {
    margin-top: 30px;
}

.jianjiebox {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.left-jianj {
    width: 608px;
    font-size: 26px;
    line-height: 40px;
}

.left-jianj p {
    margin-bottom: 20px;
}

.ky-p1 {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    margin: 20px 0 30px;
}

.gzzhizlist a {
    display: block;
    background: rgba(248, 248, 248, 1);
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    line-height: 32px;
    padding: 20px;
    margin-top: 20px;
}

.gzzhizlist a p {
    border-left: 1px solid rgba(231, 229, 229, 1);
    padding-left: 20px;
}

.gzzhizlist a span {
    display: block;
    color: rgba(182, 182, 182, 1);
    width: 65px;
    text-align: center;
}

.gzzhizlist a:hover {
    background: rgba(52, 127, 220, 1);
    color: #fff;
}

.gzzhizlist a:hover span {
    color: #fff;
}

.ldbz-list li,
.ldbz-list2 li {
    padding: 20px 0;
    height: 146px;
    background: rgba(245, 245, 245, 1);
    border-left: 4px solid rgba(52, 127, 220, 1);
    padding-left: 30px;
}

.ldbz-list li:nth-child(1) {
    width: 580px;
    margin: 0 auto;
}

.ldbz-list li .p1,
.ldbz-list2 li .p1 {
    line-height: 60px;
    font-weight: bold;
    font-size: 28px;
    color: rgba(38, 38, 38, 1);
    border-bottom: 1px dashed rgba(0, 64, 152, 1);
}

.ldbz-list li .p2,
.ldbz-list2 li .p2 {
    color: rgba(100, 100, 100, 1);
    font-size: 20px;
    line-height: 50px;
}

.ldbz-list2 {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.ldbz-list2 li {
    width: 33%;
}

.juwenh .left-jianj p {
    text-align: justify;
    line-height: 44px;
}

.pcshow {
    display: block;
}

.ydshow {
    display: none;
}

.kyshead {
    width: 100%;
    height: 13vw;
    padding: 4vw;
    background: rgba(234, 241, 244, 1);
}

.top-news-sweiper {
    margin-top: 40px;
}

.leftimgbox {
    float: left;
    width: 715px;
    height: 415px;
}

.leftimgbox img {
    width: 100%;
    height: 100%;
}

.righttxtbox {
    float: right;
    width: 440px;
}

.righttxtbox h4 {
    font-size: 30px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
}

.righttxtbox p {
    font-size: 16px;
    color: rgba(182, 182, 182, 1);
    line-height: 22px;
    margin-top: 20px;
}

.z-y-jtou {
    float: right;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20p;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 120px;
    width: auto;
}

.en-qiehuan {
    display: block;
    float: right;
    width: 74px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    font-size: 28px;
}

.luntanbox .navbx .ky-w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexsweiper .swiper {
    width: 100%;
    height: 100%;
}

.indexsweiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexsweiper .swiper-slide img {
    display: block;
    /*width: 100%;*/
    height: auto;
    object-fit: cover;
}

.indexsweiper .swiper-button-next:after,
.indexsweiper .swiper-button-prev:after {
    color: #fff;
    font-size: 26px;
}

.index-sweiper-btn .swiper-pagination-bullet {
    background: #fff;
}

.lb-title {
    background: url("../images/titlebg.jpg") no-repeat;
    width: 163px;
    height: 102px;
    background-size: 100% 100%;
    font-size: 32px;
    text-align: left;
    line-height: 102px;
    font-weight: bold;
    color: #014973;
    margin-bottom: 27px;
}

.lb-title p {
    display: flex;
    align-items: center;
}

.lb-title p a {
    color: #666;
    font-size: 24px;
    margin: 0 30px;
}

.big-title {
    text-align: center;
    margin: 0 auto 20px;
}

.big-title img {
    width: 75%;
    margin: 0 auto;
}

.gyltbox .left-jianjie {
    float: left;
    width: 760px;
}

.gyltbox .lunt-right-nav {
    float: right;
    width: 420px;
}

.left-jianjie p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-indent: 40px;
}

.gyluntan {
    overflow: hidden;
    margin-bottom: 60px;
}

.zbantanw-box {
    border: 1px solid #eaf2f2;
    margin-bottom: 10px;
}

.zbantanw-box h4 {
    background: #f2faf9;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #333;
    font-size: 24px;
}

.zbantanw-box p {
    line-height: 94px;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.xinwen-bti h5 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap;
}

.xinwen-bti p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap;
}

.xinw-dongtai {
    overflow: hidden;
    margin-bottom: 60px;
}

.ric-anpai {
    display: flex;
    align-items: center;
}

.ric-anpai .zhuti-huod {
    color: #666;
    font-size: 24px;
    margin-left: 30px;
}

.ric-anpai .zhuti-huod a {
    margin: 0 10px;
    padding: 0 25px;
    line-height: 41px;
    display: inline-block;
}

.ric-anpai .zhuti-huod a:hover,
.ric-anpai .zhuti-huod a.active {
    color: #0ca5ae;
    background: #e2fff4;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: bold;
}

.richeng-list {
    background: url("../images/richeng-bg.jpg") no-repeat;
    border-radius: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    background-size: 100% 743px;
    height: 743px;
}

.richeng-list h6 {
    font-size: 24px;
    color: #0ca5ae;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.richeng-list .left-richeng {
    float: left;
    width: 50%;
    position: relative;
}

.richeng-list .left-richeng:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    left: 139px;
    background: #0ca5ae;
    top: 76px;
}

.richeng-list .left-richeng2:before {
    background-image: linear-gradient(0deg, #e8f6f5, #0ea6af);
    height: 100%;
}

.richeng-list h6 img {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

.riq-list-box {
    margin-top: 40px;
}

.riq-list-box li {
    display: flex;
    margin-bottom: 60px;
}

/*.riq-list-box li:last-child{
    margin-bottom: 0;
}*/
.riq-list-box li .huiyi-title {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #333;
    padding-left: 40px;
    width: 440px;
}

.riq-list-box li .huiyi-title h4 {
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 24px;
}

.riq-list-box li .huiyi-title:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #0ca5ae;
    border-radius: 100%;
    left: 14px;
    top: 6px;
}

.riq-list-box span {
    position: relative;
    display: block;
    font-size: 20px;
    width: 120px;
    color: #333;
    height: 20px;
}

.riq-list-box span:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 17px;
    background-image: linear-gradient(90deg, #eaf7f6, #81d0d4);
    right: -2px;
    bottom: -7px;
}

.riq-list-box span em {
    position: absolute;
    font-style: normal;
    top: 0;
    right: 4px;
}

.lt-cheng-left {
    float: left;
    width: 49%;
}

.lt-cheng-left .ltcg-list li {
    margin-bottom: 30px;
}

.lt-cheng-left .ltcg-list li a {
    display: flex;
    align-items: center;
}

.lt-cheng-left .ltcg-list li a img {
    margin-right: 10px;
}

.ltcg-list {
    padding-left: 20px;
    margin-top: 50px;
}

.ltcg-list li p {
    font-weight: bold;
    font-size: 24px;
    flex: 1;
}

.lt-cheng-left .ltcg-list li a span {
    display: block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2faf9;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
}

.lt-cheng-left .ltcg-list li a:hover span {
    background: #32b0b6;
    color: #fff;
}

.lt-cheng-left .ltcg-list li a:hover p {
    color: #32b0b6;
}

.lt-cheng-left2 {
    float: right;
}

.lt-cheng-left2 .ltcg-list li p {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}

.lt-cheng-left2 .ltcg-list li a span {
    background: none;
    text-align: right;
}

.lt-cheng-left2 .ltcg-list {
    border-top: 2px solid #9e9e9e;
    padding-left: 0;
}

.lt-cheng-left2 .ltcg-list li {
    padding: 8px 0;
    border-bottom: 1px solid #9e9e9e;
}

.lt-cheng-left2 .ltcg-list li a:hover span {
    background: none;
    color: #666;
}

.lt-cheng-left2 .ltcg-list li {
    margin-bottom: 0;
}

.fot-beianhao {
    color: #fff;
    font-size: 16px;
}

.lunt-zhibo {
    position: fixed;
    right: 0;
    z-index: 10;
    background: #f2faf9;
    border-radius: 30px;
    /*top: 50%;
    margin-top: -150px;*/
    height: 290px;
    bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(6, 30, 42, .25)
}

.lunt-zhibo a p {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin: 10px 0;
}

.lunt-zhibo a {
    display: block;
    border-bottom: 1px solid #cfece8;
    padding: 18px 0 15px;
}

.lunt-zhibo a:nth-child(2) {
    border-bottom: none;
}

/*5.6*/

.registerbox {
    background: #f2f6fc;
    padding: 40px 0;
    margin-top: 120px;
}

.registerbox .w1200px {
    width: 1200px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin: 10px auto;
}

.h5h5h5 {
    text-align: center;
    /* color: #23ac37; */
    font-size: 36px;
    text-align: center;
}

.h6h6h6 {
    position: relative;
    color: #23ac37;
    font-size: 24px;
    padding-left: 10px;
    line-height: 25px;
}

.h6h6h6:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 30px;
    background: #23ac37;
    left: 0;
    top: -1px;
}

.registerul li {
    line-height: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.registerul li span {
    width: 100px;
    text-align: right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.registerul li span em {
    color: #ff0000;
    padding-right: 5px;
    font-size: 20px;
    font-style: normal;
}

.registerul li input,
.registerul li select {
    width: 90%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 36px;
}

.registerul li textarea {
    width: 90%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    height: 100px;
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 10px;
}

.registerul li textarea::placeholder,
.registerul li input::placeholder {
    font-family: "微软雅黑";
}

/*.registerul li select option:hover{
    background: #23ac37;
    color: red;
}*/
.xieyibox {
    text-align: center;
    line-height: 50px;
    margin: 40px auto 30px;
}

.xieyibox input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.xieyibox a {
    color: #00589d;
}

.tijiao-anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.tijiao-anniu a {
    background: #23ac37;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    width: 260px;
    border-radius: 5px;
}

.tijiao-anniu a:nth-child(2) {
    background: #fff;
    color: #23ac37;
    border: 1px solid #23ac37;
}

.registerul li.mtop50 {
    margin-top: 50px;
}

.riqibox427,
.riqi {
    display: flex;
    align-items: center;
}

.riqi {
    width: 150px;
}

.registerul li {
    position: relative;
    width: 100%;
}

.registerul li input.jutiriqi {
    width: 30px;
    height: 16px;
    line-height: 16px;
}

.huoqyanzm {
    position: absolute;
    right: 0;
    width: 100px;
    color: #23ac37;
    top: 0;
    z-index: 10;
    text-align: center;
}

.jutiriqi,
.xieyibox input {
    cursor: pointer;
}

.huoqyanzm:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #23ac37;
    left: 0;
    top: 11px;
}

.registerul {
    margin-top: 30px;
}

.registerbox2 .h5h5h5,
.registerbox2 .h6h6h6,
.registerbox2 .huoqyanzm {
    color: #0ca5ae;
}

.registerbox2 .h6h6h6:before,
.registerbox2 .huoqyanzm:before {
    background: #0ca5ae;
}

.jibenxinx {
    margin-bottom: 40px;
}

.txt427 {
    color: #323232;
    font-size: 20px;
    padding-left: 12px;
    line-height: 40px;
    margin-top: 20px;
    font-weight: bold;
}

.jibenxinx2 .registerul {
    margin-top: 0;
}

.registerbox2 .riqi {
    width: 70px;
    justify-content: center;
}

.registerbox2 .jibenxinx2 .registerul li {
    margin-top: 0;
}

.jibenxinx3 .riqi {
    width: 130px;
}

.registerbox2 .tijiao-anniu a {
    background: #0ca5ae;
}

.registerbox2 .tijiao-anniu a:nth-child(2) {
    background: #fff;
    border: 1px solid #0ca5ae;
    color: #0ca5ae;
}

.registerbox+.footerbox {
    margin-top: 0;
}

/*移动*/
@media (max-width: 768px) {
    .pcshow {
        display: none;
    }

    .ydshow {
        display: block;
    }

    .kyshead .ydlogo {
        height: 9vw;
    }

    .kyshead {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search {
        margin-right: 20px;
    }

    .search img,
    .nvaicon img {
        height: 5vw;
    }

    .searchbox {
        display: flex;
    }

    .kyj-navbox .navbx {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        color: #000;
        z-index: 10;
        top: 0;
        padding-top: 15vw;
    }

    .navbx .nav li {
        width: 100%;
        border-bottom: 1px solid rgba(225, 225, 225, 1);
    }

    .ky-w1200 {
        width: 100%;
        padding: 0 4vw;
    }

    .navbx .nav li a {
        padding: 0;
        font-size: 4.2vw;
        line-height: 14vw;
    }

    .navbx .nav li a:hover,
    .navbx .nav li a.active {
        background: none;
        color: rgba(20, 92, 181, 1);
    }

    .closebtn {
        background: rgba(29, 110, 199, 1);
        width: 14vw;
        position: absolute;
        top: 0;
        right: 0;
    }

    .kyj-navbox .navbx {
        display: none;
    }

    .mainbox {
        margin-top: 4vw;
    }

    .left-lunb {
        width: 100%;
    }

    .left-lunb .swiper {
        width: 100%;
    }

    .left-lunb .swiper-slide p,
    .left-lunb .swiper-horizontal>.swiper-pagination-bullets {
        display: none;
    }

    .navbx .nav li a:hover:before,
    .navbx .nav li a.active:before {
        background: none;
    }

    .left-lunb .swiper {
        height: 60vw;
    }

    .kyj-navbox .toplogo {
        display: none;
    }

    .navbx .nav {
        margin-left: 0;
    }

    .en-qiehuan {
        display: none;
    }

    .kyshead {
        box-shadow: 6px 2px 10px rgba(0, 0, 0, .45);
        background: #fff;
    }

    .indexsweiper {
        margin-top: 0;
    }

    .lb-title {
        width: 30vw;
        height: 10vw;
        font-size: 5vw;
        line-height: 10vw;
        margin-bottom: 5vw;
    }

    .gyltbox .left-jianjie {
        width: 100%;
    }

    .left-jianjie p {
        font-size: 3.6vw;
        line-height: 6vw;
    }

    .gyltbox .lunt-right-nav {
        width: 100%;
        margin-top: 3vw;
    }

    .zbantanw-box h4 {
        font-size: 5vw;
    }

    .zbantanw-box p {
        font-size: 5vw;
        line-height: 16vw;
    }

    .gyluntan {
        margin-bottom: 5vw;
    }

    .right-news-list {
        width: 100%;
        margin-top: 4vw;
    }

    .newslist a span {
        font-size: 4vw;
        line-height: 6vw;
    }

    .newslist a {
        width: 20vw;
        margin-bottom: 5vw;
    }

    .xinwen-bti {
        width: 67vw;
    }

    .xinwen-bti h5 {
        font-size: 4vw;
    }

    .ric-anpai .zhuti-huod {
        flex: 1;
        margin-left: 3vw;
        margin-top: -4vw;
    }

    .ric-anpai .zhuti-huod a {
        font-size: 3.6vw;
        line-height: 8vw;
        padding: 0 3vw;
    }

    .xinw-dongtai {
        margin-bottom: 6vw;
    }

    .richeng-list .left-richeng {
        width: 100%;
    }

    .richeng-list h6 {
        font-size: 5vw;
    }

    .riq-list-box span {
        width: 50vw;
        font-size: 3.6vw;
    }

    .riq-list-box span:before {
        bottom: 0;
    }

    .riq-list-box li .huiyi-title {
        font-size: 4vw;
    }

    .riq-list-box li .huiyi-title h4 {
        font-size: 5vw;
    }

    .richeng-list .left-richeng:before {
        left: 29vw;
    }

    .riq-list-box li {
        margin-bottom: 4vw;
    }

    .richeng-list {
        background: #f2faf9;
        height: auto;
        overflow: hidden;
    }

    .riq-list-box {
        margin-top: 6vw;
    }

    .richeng-list .left-richeng:before {
        top: 16vw;
    }

    .lt-cheng-left {
        width: 100%;
    }

    .ltcg-list {
        margin-top: 5vw;
    }

    .lt-cheng-left .ltcg-list li a img {
        width: 6vw;
    }

    .ltcg-list li p {
        font-size: 5vw;
        font-weight: normal;
        line-height: 6vw;
    }

    .lt-cheng-left2 .ltcg-list li p {
        font-size: 3.6vw;
    }

    .lunt-zhibo {
        height: auto;
    }

    .lunt-zhibo a {
        text-align: center;
    }

    .lunt-zhibo a img {
        width: 15vw;
        margin: 0 auto;
    }

    .fot-nav a {
        font-size: 4vw;
        padding: 0 4vw;
        margin-bottom: 3vw;
        display: inline-block;
    }

    .lunt-zhibo a p {
        font-size: 3.6vw;
    }

    .lunt-zhibo {
        padding: 0 3vw;
    }

    .fot-lianxwm {
        display: block;
        font-size: 4vw;
    }

    .footerbox p {
        font-size: 3.6vw;
        line-height: 5vw;
        margin-top: 5vw;
    }

    /*5.6*/
    .registerbox .w1200px {
        padding: 4vw;
        width: 100%;
    }

    .h5h5h5 {
        width: 100%;
        font-size: 5vw;
    }

    .h6h6h6 {
        font-size: 3.6vw;
    }

    .h6h6h6:before {
        width: 3px;
        height: 5vw;
        background: #23ac37;
        left: 0;
        top: -2px;
    }

    .registerul li span {
        font-size: 3.2vw;
        width: 24vw;
    }

    .txt427 {
        font-size: 3vw;
        margin-top: 0;
    }

    .riqibox427,
    .riqi {
        display: block;
    }

    .registerul li input.jutiriqi {
        vertical-align: -2px;
    }

    .xieyibox {
        line-height: 6vw;
        font-size: 3.6vw;
    }

    .registerul li input,
    .registerul li select {
        line-height: 8vw;
        height: 8vw;
    }

    .registerul li {
        margin-top: 0;
    }

    .jibenxinx {
        margin-bottom: 5vw;
    }

    .registerul {
        margin-top: 2vw;
    }

    .search img,
    .nvaicon img {
        width: 5vw;
    }

    .jibenxinx3 .riqi {
        font-size: 3.4vw;
    }

    .registerul li.mtop50 {
        margin-top: 0;
    }

    .registerbox {
        margin-top: 0;
        padding: 5vw 0;
    }
}