.header {
    position: relative;
    z-index: 2;
}
.ygk-container {
    background: url(/images/ygk-bg-pc.png) no-repeat;
    background-position: top center;
    background-size: 100%;
}
.ygk-tit {
    width: 561px;
    padding-top: 63px;
    margin: 0 auto;
}

.ygk-tit img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.swiper-wrapper {
    height: 100%!important;
}

.pTopNoNav .pTop-rgt .span-txt,
.pTopNoNav .pTop-rgt .a-link {
    color: #fff;
}

.pTopNoNav .pTop-rgt .span-txt.box {
    border-color: #fff;
}

.pTopImg .pSearch {
    width: 450px;
    height: 50px;
    margin: 80px 0 0 auto;
}

.pTopImg .pSearch .ipt {
    width: 75%;
    padding: 0;
    text-indent: 2em;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.pTopImg .pSearch .btn {
    width: 25%;
    line-height: 50px;
    border-radius: 2px;
    background: url(/images/ygk_icon.png) no-repeat center #6e7fc1;
}
.main {
    padding-top: 334px;
}
.swiper-box {
    position: relative;
}
.mySwiper {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative;
}

.mySwiper i {
    display: block;
    width: 92%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #accae4;
    left: 4%;
}
.mySwiper .swiper-slide {
    max-width: 100%;
}
.mySwiper .swiper-slide p {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 200px;
	height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    background-image: linear-gradient(0deg, 
		#1c809d 0%, 
		#56ccef 100%), 
	linear-gradient(
		#1268b3, 
		#1268b3);
	background-blend-mode: normal, 
		normal;
	border-radius: 24px;
    letter-spacing: 3px;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active p {
    background-image: linear-gradient(0deg, 
		#0e51b6 0%, 
		#258ce6 100%), 
	linear-gradient(
		#1268b3, 
		#1268b3);
	background-blend-mode: normal, 
		normal;
}

.mySwiper2 {
    width: 100%;
    overflow: hidden;
}

.Headlines {
    padding: 22px 40px;
    background: url(/images/ygk-swiper-bg-pc.png) no-repeat;
    background-size: 100%;
    box-shadow: 5px 2px 8px 0px 
		rgba(208, 223, 241, 0.99);
    display: flex;
    align-items: center;
}

.Headlines .title {
    width: 218px;
	height: 76px;
    margin-right: 35px;
    position: relative;
    float: left;
    background: url(/images/ygk-swiper-tit-bg.png) no-repeat 100% 100%;
    font-size: 24px;
	font-weight: bold;
	line-height: 76px;
	letter-spacing: 2px;
	color: #ffffff;
    padding-left: 26px;
    box-sizing: border-box;
}

.mySwiper2 {
    padding-bottom: 37px;
}

.mySwiper2 .swiper-button-next {
    top: 20px;
    right: 40px;
}

.mySwiper2 .swiper-button-prev {
    top: 20px;
    left: 40px;
}

.mySwiper2 .swiper-button-next {
    width: 32px;
	height: 54px;
    background: url(/images/ygk_right.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    right: 0;
}

.mySwiper2 .swiper-button-prev {
    width: 32px;
	height: 54px;
    background: url(/images/ygk_left.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    left: 0;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'none' !important;
}


.mySwiper2 .title h6 {
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #1268b3;
    color: #1268b3;
}

.mySwiper2 .title p {
    width: 100px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background: #1268b3;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 20px;
}

.mySwiper3 {
    width: calc(100% - 254px);
    height: 76px;
    line-height: 76px;
    float: left;
    overflow: hidden; 
    position: relative;
}

.mySwiper3 .swiper-pagination {
    display: none;
}

.mySwiper3 .swiper-slide a {
    width: 90%;
    display: block;
    font-size: 30px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    letter-spacing: 3px;
}
.form {
    margin-top: 38px;
    width: 99%;
	background-color: #ffffff;
    padding: 22px 40px;
	box-shadow: 5px 2px 8px 0px 
		rgba(208, 223, 241, 0.99);
    box-sizing: border-box;
}
.formtitle {
	background-color: #184c9b;
}

.formtitle p {
    width: 55%;
    float: left;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}


.formtitle p:nth-child(1) {
    width: 10%;
}
.formtitle p:nth-child(3) {
    width: 21%;
    float: left;
}

.formtitle p:nth-child(4) {
    width: 14%;
    float: right;
}
.formlist li{
    height: 120px;
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 2px;
}

.formlist li:nth-child(2n) {
    background: #e7f3ff;
}
.formlist li:nth-child(2n+1) {
    background: #f1f8ff;
}

.formlist p {
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.formlist .text {
    width: 35%;
    margin-right: 1%;
    text-align: left;
    color: #000;
}

.formlist .text a {
    display: block;
}

.formlist .text:hover a {
    color: #1268b3;
}

.formlist .btn {
    width: 27%;
    margin-right: 1%;
    float: left;
}

.formlist .btn a {
    display: block;
    float: left;
    width: auto;
    padding: 6px 15px;
    line-height: 20px;
    border: 1px solid #c8d8e7;
    font-size: 16px;
    color: #184c9b;
    border-radius: 6px;
    text-align: center;
    background-color: #deebf7;
    margin: 5px 2% 5px 0;
}

.formlist .btn a:hover {
    background: #0d51b7;
    color: #fff;
}

.formlist .btn a:last-child {
    margin-right: 0;
}

.formlist .sj {
    float: left;
    width: 23%;
    margin-right: 0;
}

.formlist .sj p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.formlist .zt {
    width: 11%;
    margin-right: 1%;
}
.formlist .zt p {
    width: 91px;
	height: 33px;
	line-height: 33px;
    text-align: center;
	background-color: rgba(199, 224, 255, .8);
	border-radius: 6px;
    font-size: 16px;
	letter-spacing: 2px;
	color: #184c9b;
    margin: 0 auto;
    float: unset;
}
.formlist .zt.end p {
    background-color: rgba(211, 216, 223, .8);
    color: #6b6d6e;
}

.formlist .zt:hover {
    color: #1268b3;
}

.formlist .bm {
    width: 13%;
    margin-right: 1%;
}

.formlist .bm span{
 display: none;
}

.formlist .sj:after,
.formlist .btn:after,
.formtitle:after,
.formlist li:after,
.Headlines:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zdjcbtnlist {
    width:140px;
    position:fixed;
    left: 15px;
    bottom: 20%;
    z-index: 999;
}

.zdjcbtnlist a {
    display: block;
    float: left;
    width: 140px;
    padding:10px;
    line-height: 35px;
    border: 1px solid #1268b3;
    font-size: 18px;
    color: #fff;
    background-color: #1268b3;
    box-shadow: 1px 2px 5px 2px #ccc;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0 100px 100px 0;
}

.zdjcbtnlist a:hover {
    box-shadow: 1px 2px 5px 2px #1368b470;
    width: 150px;
}
@media screen and (max-width:1800px) {
    .main {
        padding-top: 281px;
    }
}
@media screen and (max-width:1650px) {
    .main {
        padding-top: 251px;
    }
}
@media screen and (max-width:1500px) {
    .ygk-tit {
        width: 100%;
    }
    .main {
        width: 90%;
        margin: 0 auto;
        padding-top: 220px;
    }

    .mySwiper i {
        width: 80%;
        left: calc(50% - 40%);
    }

    .formlist .text {
        width: 32%;
    }

    .formlist .btn {
        width: 29%;
    }
    .formlist .sj {
        width: 13%;
    }

    .formlist .zt {
        width: 7%;
    }
}

@media screen and (max-width:1200px) {
    .formtitle p:nth-child(3) {
        width: 20%;
    }
    .formlist .text {
        width: 60%;
    }
    .formlist .sj {
        display: none;
    }

    .formlist .btn {
        width: 70%;
    }

    .formlist .zt {
        width: 10%;
    }

    .formlist .xh {
        width: 8%;
    }

    .formlist .bm {
        width:14%;
    }

    .formlist p {
        line-height: 24px;
        font-size: 14px;
    }

  
    .pTopImg .pSearch {
        width: 400px;
    }

    .mySwiper .swiper-slide p {
        font-size: 24px;
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        display: none;
    }

    .Headlines {
        padding: 20px 20px;
    }

    .formtitle p:nth-child(1) {
        width: 15%;
    }

  
}

@media screen and (max-width: 768px) {
    .ygk-container {
        background: url(/images/ygk-bg-wap.png) no-repeat;
        background-position-x: -2px;
        background-size: 101%;
    }
    .ygk-tit {
        width: 100%;
        padding-top: .6rem;
    }
    .ygk-tit img {
        width: 75%;
    }
    .main {
        width: 94%;
        padding-top: 2rem;
        margin: 0 auto;
    }
    .pTop-rgt{
        display: none;
    }

    .formlist li {
        height: auto;
        display: block;
        padding: .2rem;
    }
    .pTopImg {
        top: 0 !important;
        left: 0 !important;
    }

    .pTopImg .pSearch {
        width: 100%;
        height: .5rem;
        margin: .3rem 0 0 auto;
    }

    .pTopImg .pSearch .ipt {
        width: 70%;
    }

    .pTopImg .pSearch .btn {
        width: 30%;
        line-height: .5rem;

    }

    .mySwiper {
        margin: .4rem auto;
    }

    .mySwiper .swiper-slide p {
        font-size: .32rem;
        width: 90%;
        height: .6rem;
        line-height: .6rem;
    }

    .Headlines {
        background: url(/images/ygk-swiper-bg-wap.png) no-repeat;
        background-size: 100% 100%;
        padding: .12rem .2rem .2rem;
        box-shadow: unset;
    }
    .mySwiper2 {
        padding-bottom: 0;
    }
    .mySwiper2 .title h6 {
        font-size: .3rem;
        line-height: .7rem;
    }
    .mySwiper2 .title {
        width: 3.6rem;
        height: .8rem;
        line-height: .77rem;
        margin-right: 0;
        padding: 0 0 0 .3rem;
        background-size: 100% 100%;
        font-size: .24rem;
    }

    .mySwiper3 {
        width: 100%;
        padding-left: .2rem;
        height: 1.2rem;
        line-height: 1.1rem;
    }

    .mySwiper3 .swiper-slide a {
        font-size: .26rem;
        height: .7rem;
        line-height: 0.36rem;
        margin-top: .23rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .form {
        margin-top: .3rem;
        height: unset;
        padding: .2rem;
    }
    

    .formtitle p {
        width: 30% !important;
        line-height: .6rem;
        font-size: .28rem;
    }
    .formtitle p:nth-child(1){
        display: none;
    }

    .formtitle p:nth-child(2) {
        width: 40% !important;
    }

    .formlist p {
        font-size: .28rem;
        line-height: .5rem;
    }

    .formlist .xh {
        display: none;
    }

    .formlist .text {
        width:100%;
        margin-right: 0;
        text-align: left;
    }

    .formlist .btn {
        width: 100%;
        margin-right: 0;
        padding-top: .15rem;
        margin-bottom: 0;
    }

    .formlist .btn a {
        font-size: .24rem;
        padding: 0 .1rem;
    }

    .formlist .sj {
        display: block;
        width:72%;
        margin-right: 0;
    }
  
    .formlist .sj span{
        display: none;
    }

    .formlist .sj p {
        font-size: .24rem;
        line-height: .5rem;
        color: #999;
    }

    .formlist .zt {
        width:28%;
        float: right;
        margin-right: 0;
        color: #999;
        line-height: .5rem;
        margin-top: -.03rem;
    }
    .formlist .zt p {
        width: unset;
        height: .6rem;
        line-height: .6rem;
        border-radius: .1rem;
        font-size: .28rem;
    }
    .formlist .bm {
        width: 100%;
        margin: 0;
        color: #999;
        line-height: .5rem;
        text-align: left;
    }

    .formlist .bm span{
        display: inline-block;
       }
}

.zdjcbtnlist {
    width:140px;
    position:fixed;
    left: 15px;
    bottom: 20%;
    z-index: 999;
}

.zdjcbtnlist a {
    display: block;
    float: left;
    width: 140px;
    padding:10px;
    line-height: 35px;
    border: 1px solid #1268b3;
    font-size: 18px;
    color: #fff;
    background-color: #1268b3;
    box-shadow: 1px 2px 5px 2px #ccc;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0 100px 100px 0;
}

.zdjcbtnlist a:hover {
    box-shadow: 1px 2px 5px 2px #1368b470;
    width: 150px;
}

@media screen and (max-width: 835px) {
     .zdjcbtnlist {
        width: 100%;
        float: left;
        position: relative;
        left : 0;
        bottom: 0;
    }
     .zdjcbtnlist a {
        display: block;
        float: left;
        width: auto;
        line-height: 20px;
        padding:5px 8px;
        border: 1px solid #1268b3;
        font-size: 14px;
        color: #fff;
        background-color: #1268b3;
        box-shadow: 5px 5px 7px #ccc;
        margin-right: 2%;
        text-align: center;
        border-radius: 0;
    }
     .zdjcbtnlist a:last-child {
        margin-right: 0;
    }
     .zdjcbtnlist a:hover {
        box-shadow: 1px 2px 5px 2px #1368b470;
        width: auto;
    } 
}
