/* 公用 */
.xyk_introduce {background-color: #F5F5F5;padding: 50px 0;}
.xyk_introduce #cont2{width: 1000px;margin: 0 auto;}
/* banner */
.credit_banner {height: 320px;}
.banner_box {width: 1000px;margin: 0 auto;position: relative;}
.banner_cont {width: 217px;height: 251px;border: 1px solid #fff;border-radius: 5px;position: absolute;top: 43px;right: 0;background: rgba(255,255,255,0.5);}
.banner_cont a {display: block;width: 184px;height: 42px;font-size: 16px;/* font-family: "Microsoft YaHei";*/ color: #fff;text-align: center;line-height: 42px;background: url(/uiFramework/commonResource/image/2023070411365019057.png);margin: 0 auto;}
.banner_cont a.banner_cont_a1 {margin-bottom: 14px;}
/* banner end*/

/* 申请条件 */
.Conditions_xyk {height: 403px;padding: 50px 0;}
.Conditions_xyk ul {width: 1000px;margin: 0 auto;display: flex;justify-content: space-between;}
.Conditions_xyk ul li {width: 490px;}
.Conditions_xyk ul li h6 {/* font-family: "Microsoft YaHei";*/ font-size: 30px;color: #373d41;line-height: 30px;margin-bottom: 33px;padding-bottom: 20px;border-bottom: 1px solid #dbdbdd;}

.Apply_for {display: flex;justify-content: space-between;align-items: center;padding: 15px 15px 15px 0;border: 1px solid #dbdbdd;height: 219px;width: 470px;margin-left: 20px;}
.Apply_for_img {position: relative;height: 187px;}
.Apply_for_img img {position: absolute;top: 0;left: -21px;}
.Apply_for p {width: 302px;/* font-family: "Microsoft YaHei";*/ font-size: 18px;color: #666;line-height: 30px;}
/* 申请条件 end*/
/* 卡片介绍 */
.introduce {}
.introduce h5 {/* font-family: "Microsoft YaHei";*/ font-size: 30px;color: #373d41;line-height: 30px;border-bottom: 1px solid #dbdbdd;margin-bottom: 33px;padding-bottom: 20px;}
.introduce ul {}
.introduce ul li {width: 490px;border: 1px solid #e5e5e5;padding: 20px;background: #fff;-webkit-transition: all .5s;margin-bottom: 20px;}
.introduce ul li:nth-child(2n-1) {float: left;}
.introduce ul li:nth-child(2n) {float: right;}
.introduce ul li:hover {border: 1px solid #f6ac13;box-shadow: 0 0 20px rgba(246,172,19,0.5);}
.introduce ul li a {text-align: center;}

.introduce_tit {border-bottom: 1px dashed #e5e5e5;margin-bottom: 14px;}
.introduce_tit h6 {/* font-family: "Microsoft YaHei";*/ font-size: 30px;color: #333;line-height: 30px;margin-bottom: 10px;}
.introduce_tit p {/* font-family: "Microsoft YaHei";*/ font-size: 16px;color: #060606;line-height: 16px;margin-bottom: 11px;}

.introduce_img {text-align: center;margin-bottom: 14px;}
.introduce_img img {-webkit-box-reflect: below 0 -webkit-linear-gradient(transparent,transparent 80%,rgba(255,255,255,0.3));}

.introduce_a {width: 202px;height: 44px;margin: 0 auto;border: 1px solid #f6ac13;position: relative;transition-duration: 0.5s;}
.introduce_a p {position: absolute;top: 0;left: 0;background: #F6AC13;height: 44px;width: 0;z-index: 1;transition-duration: 0.5s;}
.introduce_a span {display: block;/* font-family: "Microsoft YaHei";*/ font-size: 24px;color: #f6ac13;line-height: 44px;position: relative;z-index: 2;transition-duration: 0.5s;}

.introduce_a:hover p {width: 100%;}
.introduce_a:hover span {color: #ffffff;}
/* 卡片介绍 end*/