.ny_banner{width:100%;background:url(../img/nlp_banner.jpg) no-repeat center;height:600px;}
.ny_banner .w1200{color:#fff;text-align: center;padding-top:110px;font-weight: 100;}
.ny_banner dt{font-size:48px;}
.ny_banner h2{font-size:72px;font-weight: bold;line-height:90px;margin-top:20px;}
.ny_banner h2 span{color:#fed534;}
.ny_banner dd{margin:30px 0px 60px;}
.ny_banner dd p{display: inline-block;padding-left:30px;background:url(../img/ico01.png) no-repeat left center;margin: 0 20px;font-size:18px;}
.ny_banner a{color: #fff;font-size:18px;border:solid #ff6600 1px;background:#ff6600;padding:15px 30px;border-radius:50px ;margin:0px 6px 0px;}
.ny_banner_a{background:none !important;}

/*内页大图 响应式*/
@media ( max-width:996px) {
    .ny_banner h2{
        font-size: 60px;
        line-height: 80px;
    }
}
@media ( max-width:576px) {
    .ny_banner dt {
        font-size: 24px;
    }
    .ny_banner h2 {
        font-size: 34px;
        line-height: 52px;
    }
    .ny_banner dd p{
        font-size: 16px;
        margin-top: 3%;
    }
    .ny_banner a{
        display: inline-block;
        padding:10px;
        font-size: 15px;
    }
}
/*内页大图 响应式 end*/

.jiedu_nlp{background:#fbfbfb;}
.jiedu_fl{width:35%;padding-top:48px;}
.jiedu_fr{width:65%;padding-top:110px;}
.jiedu_fr img{margin-bottom:14px;}
.jiedu_fr p{line-height:35px;}
.jiedu_fr dl dt{font-size:30px;color:#ff6600;padding:30px 0;}
.jiedu_fr dl h4{font-size:30px;color:#03325f;font-weight:bold;text-transform: uppercase;letter-spacing:8px;padding-top:27px;}
.jiedu_fr dl dd span{display: inline-block;padding:12px 15px;color:#fff;}
.jiedu_fr dl dd span:nth-child(1){background:#fec208;}
.jiedu_fr dl dd span:nth-child(2){background:#ff8c00;}
.jiedu_fr dl dd span:nth-child(3){background:#ff7900;}
.jiedu_fr dl dd span:nth-child(4){background:#ff6600;}
.jiedu_fr dl dd span:nth-child(5){background:#ff5300;}
.jiedu_fr dl dd span:nth-child(6){background:#ff4000;}
.jiedu_fr dl dd span:nth-child(7){background:#ff2d00;}
/*解读nlp响应式*/
@media ( max-width:996px) {
    .jiedu_fl img{
        max-width: 100%;
    }
    .jiedu_fr{
        padding-top: 4%;
    }
    .jiedu_fr p{
        line-height: 26px;
    }
    .jiedu_fr dl dt{
        font-size: 26px;
    }
}
@media ( max-width:576px) {
    .jiedu_fl{
        display: none!important;
    }
    .jiedu_fr{
        width: 100%;
    }
    .jiedu_fr img{
        max-width: 150px;
    }
    .jiedu_fr dl dt{
        padding: 20px 0;
    }
    .jiedu_fr dl h4{
        font-size: 22px;
        letter-spacing: 5px;
    }
}
/*解读nlp响应式end*/

.title_ny{margin-top:40px;}
.title_ny h3{text-align: center;font-size:48px;font-weight: bold;color:#ff6600;border-bottom: solid #ededed 1px;line-height:90px;position: relative;}
.title_ny h3::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	z-index: 0;
	width:30px;
	background:#ff6600;
	height:5px;
}
.title_ny h3 span{color:#333;}
/*标题响应式*/
@media ( max-width:996px) {
    .title_ny h3{
        font-size: 36px;
    }
}
@media ( max-width:576px) {
    .title_ny h3{
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 10%;
    }
}
/*标题响应式end*/

.nlp_course{margin:0px auto 50px;}
.nlp_course ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.nlp_course ul li{width:32%;background:#f6f6f6;border-radius:10px;text-align:center;margin-top:30px;}
.nlp_course ul li img{width: 100%;border-radius:10px 10px 0px 0px;}
.nlp_course ul li dd{background:#ff6600;border-radius:0px 0px 10px 10px;line-height:60px;font-size:24px;color:#fff;}
.nlp_course ul li dt{line-height: 30px;padding:20px 0px 30px;}

/*NLP体系课程响应式*/
@media ( max-width:1200px) {
    .nlp_course ul li dd{
        font-size: 20px;
    }
}
@media ( max-width:996px) {
    .nlp_course ul li dt{
        padding: 12px 0px;
    }
    .nlp_course ul li dd{
        font-size: 18px;
    }
}
@media ( max-width:576px) {
    .nlp_course ul li{
        width: 49%;
    }
    .nlp_course ul li dd{
        font-size: 15px;
        line-height:15px;
        padding: 8% 0;
    }
    .nlp_course ul li dt{
        font-size: 13px;
        line-height: 26px;
    }
    .nlp_course ul li dt>br{
        display: none;
    }
}
/*NLP体系课程响应式 end*/

#nlp_gg{background:url(../img/nlp_gg.jpg) no-repeat center;height:161px;}
/*横幅响应式*/
@media ( max-width:996px) {
    #nlp_gg{
        background-size: 100%;
        height: 110px;
    }
}
@media ( max-width:576px) {
    #nlp_gg{
        background-size: cover;
        height: 46px;
    }
}
/*横幅响应式end*/

.nlp_why{margin-top:35px;}
.nlp_why ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.nlp_why ul li{width:24%;text-align: center;background:#fffaf6;border-radius: 10px;border-bottom:5px solid #ff6600;box-shadow: 0 3px 13px rgb(157, 15, 4, 10%);padding:30px 0px 20px;}
.nlp_why ul li dl{padding:0 15px;}
.nlp_why ul li dl dt{font-size:24px;font-weight: bold;line-height:60px;padding-top:15px;}
.nlp_why ul li dl dd{line-height:30px;}

.choose{background:#ffe6d6;}
.choose_dg{margin-top:46px;position: relative;}
.choose_dg .choose_fl,.choose_dg .choose_fr{width:40%;}
.choose_dg h3{font-size:42px;font-weight:bold;color:#ff6600;line-height: 116px;}
.choose_dg dd{line-height:88px;font-size:18px;border-top:solid 1px #f0b095;}
.choose_box{width:20%;background:#ff6600;position: absolute;left: 50%;padding:20px 0;top:-20px;border-radius:10px;transform: translateX(-50%);}
.choose_box h3{height:116px;text-align: center;}
.choose_box dt{line-height: 88px;border-top:solid 1px #f05700;text-align: center;}
.choose_box dt span{background:#ffe6d6;padding:10px 20px;font-weight:bold;font-size:24px;color:#ff6600;border-radius:10px;}
.choose_fr h3{text-align: right;padding-right:10px;color:#333;}
.choose_fr dd{padding-left:30px;background:url(../img/ico09.png) no-repeat center right;}
.choose_fl dd{background:url(../img/ico08.png) no-repeat center left 10px;padding-left:50px;}
.choose_fl h3{padding-left:10px;}
/*pk板块响应式*/
@media ( max-width:996px) {
    .choose_dg h3{
        font-size: 32px;
    }
    .choose_dg dd{
        line-height: 30px;
        padding: 7% 10%;
    }
}
@media ( max-width:576px) {
    .nlp_why ul li{
        width: 49%;
    }
    .nlp_why ul li dl dt{
        font-size: 20px;
        line-height: 40px;
    }
    .nlp_why ul li dl dd{
        font-size: 13px;
        line-height: 26px;
    }
    .choose_dg h3{
        font-size: 20px;
        padding: 10px;
        text-align: center;
        line-height: 38px;
        height: 84px;
    }
    .choose_dg h3>img{
        max-width: 100%;
    }
    .choose_box dt{
        line-height: 54px;
    }
    .choose_box dt span{
        display: block;
        padding: 2px 12px;
    }
    .choose_dg dd{
        height: 92px;
    }
    .choose_fl dd{
        padding-left: 20%;
        background-size: 20px;
        font-size: 14px;
        line-height: 23px;
    }
    .choose_fr dd{
        padding-right: 20%;
        background-size: 20px;
        font-size: 14px;
        line-height: 23px;
    }
}
/*pk板块响应式end*/

.nlp_gg01{margin-top:68px;}
.nlp_gg01 img{width:100%;}

/*横幅响应式*/
@media ( max-width:576px) {
    .nlp_gg01{
        margin-top: 10%;
    }
}
/*横幅响应式end*/

.nlp_hg{margin-top:30px;}
.nlp_hg ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.nlp_hg ul dl{float: left;width:19.5%;}
.nlp_hg ul dl:nth-child(2){width:39.8%;}
.nlp_hg ul dl li{width:100%;}
.nlp_hg ul dl li img{width:100%;}
.nlp_hg ul dl:nth-child(2) li:nth-child(2) {width: 49.3%;float: left;}
.nlp_hg ul dl:nth-child(2) li:nth-child(3) {width: 49.3%;float: right;}

/*往期图片响应式*/
@media ( max-width:576px) {
    .nlp_hg ul dl{
        width: 50%;
    }
    .nlp_hg ul dl:nth-child(2){
        width: 50%;
    }
    .nlp_hg ul dl:nth-child(2) li:nth-child(2),
    .nlp_hg ul dl:nth-child(2) li:nth-child(3){
        width: 100%;
    }
}
/*往期图片响应式end*/

.process{background:url(../img/ico10.png) no-repeat center; margin-top:35px;}
.process ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.process ul li{width:16.6%;text-align: center;position: relative;}
.process ul li dd{font-size:18px;position:absolute;width:100%;bottom: 0;}
.process ul li img{padding:40px 0;}
.process ul li:nth-child(2n) dd{top: 0;}
/*报名流程响应式*/
@media ( max-width:576px) {
    .process{
        background-size: 100%;
    }
    .process ul li img{
        width: 100%;
        padding: 20px 0;
    }
    .process ul li dd{
        font-size: 13px;
    }
}
/*报名流程响应式 end*/

.nlp_gg02{background:url(../img/nlp_gg02.jpg) no-repeat center;background-size: cover;border-bottom:solid 1px #fa590b;margin-top:40px;}
.nlp_gg02 dl{text-align: center;padding:35px 0px 20px;}
.nlp_gg02 dl dt{font-size:24px;font-weight: bold;}
.nlp_gg02 dl dd{font-size:36px;font-weight:bold;line-height:65px;}
.nlp_gg02 dl dd span{color:#cc0000;}

/*nlp底部响应式*/
@media ( max-width:576px) {
    .nlp_gg02 dl dt{
        font-size: 16px;
    }
    .nlp_gg02 dl dd{
        font-size: 16px;
    }
}
/*nlp底部响应式end*/

/* 股权激励 */
.gqjl_banner{width:100%;background:url(../img/gqjl_banner.jpg) no-repeat center;height:650px;}
.gqjl_banner .w1200 dl{text-align: center;color:#fff;transform: translateY(55%);}
.gqjl_banner .w1200 dl dt{font-size:80px;font-weight: bold;line-height:110px;background:url(../img/ico17.png) no-repeat center;padding:14px 0;}
.gqjl_banner .w1200 dl dd{font-size:40px;padding-top:40px;line-height:40px;}

.title_gqjl{text-align: center;padding-top:60px;}
.title_gqjl h2{font-weight: bold;font-size:48px;color:#cc0000;line-height:48px;}
.title_gqjl dd{font-size:22px;color:#666;line-height:60px;}
.title_gqjl h2 span{color:#333;}

.gqjl_why_dg{background:url(../img/gqjl_why.jpg) no-repeat center;position: relative;}
.gqjl_why_dg .gqjl_why_img{position: absolute;left:50%;bottom:0;transform: translateX(-62%);}
.gqjl_why_box{margin-top:20px;}
.gqjl_why{background:#cc0000 url(../img/ico18.png) no-repeat center;display: inline-block;width:520px;
transform:skewY(-4deg);
padding:20px 0;
}
.gqjl_why dl{color:#fff;padding-left:95px;}
.gqjl_why dl dt{font-size:24px;font-weight:bold;padding-top:15px;}
.gqjl_why dl dd{font-size:16px;line-height:40px;}
.gqjl_why:nth-child(1){float: left;margin-left:70px;}
.gqjl_why:nth-child(2){background:#c45d5d url(../img/ico19.png) no-repeat center;float: right;margin-top:110px;margin-right:-20px;}
.gqjl_why:nth-child(3){background:#c45d5d url(../img/ico20.png) no-repeat center;float: left;margin-top:165px;}
.gqjl_why:nth-child(4){background:#cc0000 url(../img/ico21.png) no-repeat center;float: right;margin-top:200px;margin-bottom:60px;}

.gqjl_ys .title_gqjl h2{color:#333;}
.gqjl_ys{background:url(../img/gqjl_ys.jpg) no-repeat center;}
.gqjl_ys_fr dl{background:url(../img/ico23.png) no-repeat center left;padding-left:135px;}
.gqjl_ys_fr dl dd{line-height:88px;font-size:28px;}
.gqjl_ys .w1200{padding:15px 0 40px;}

.gqjl_neirong{width:100%;border-bottom:#f1bab0 solid 6px;}
.gqjl_neirong .w1200 {text-align: center;}
.gqjl_neirong .w1200 a{width:33.3%;text-align: center;display: block;float: left;line-height:80px;font-size:28px;color:#cc0000;font-weight: bold;position: relative;}
.gqjl_neirong .w1200 a::before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    z-index: 0;
	width:13px;
	background:#cc0000;
	height:13px;
	transform: translateX(-50%);
	border-radius:10px;}
.gqjl_neirong_box{margin:30px auto 55px;}
.gqjl_neirong_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.gqjl_neirong_box ul li{width:32%;background:#e3e3e3;}
.gqjl_neirong_box ul li img{width: 100%;}
.gqjl_neirong_box ul li:hover{background:#cc0000;color:#fff;}
.gqjl_neirong_box ul li dl dt{font-size:30px;font-weight: bold;padding-bottom:15px;}
.gqjl_neirong_box ul li dl dd{font-size:18px;line-height:30px;}
.gqjl_neirong_box ul li dl{padding:50px 33px 40px;}
.gqjl_gg{background: url(../img/gqjl_gg.jpg) no-repeat center;height:600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gqjl_gg_01{background:#cc0000;color:#fff;text-align: center;padding:50px 0;border-radius:30px;transform: translateY(-50%);}
.gqjl_gg_01 h3{font-size:80px;font-weight: bold;line-height:80px;}
.gqjl_gg_01 dd{font-size:38px;line-height:48px;padding-top:25px;}


.gqjl_ico{margin-top:-100px;}
.gqjl_ico ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.gqjl_ico ul li{width:23.5%;text-align: center;border:solid 1px #cc0000;margin-bottom:20px;padding:45px 0;}
.gqjl_ico ul li dl dt{font-size:30px;font-weight: bold;color:#cc0000;padding:30px 0px 25px;}
.gqjl_ico ul li dl dd{font-size:20px;line-height:30px;}

.gqjl_fangan{margin-top:30px;}
.gqjl_fangan ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.gqjl_fangan ul li{width:32%;}
.gqjl_fangan ul li dl dt{font-size:24px;font-weight:bold;color:#fff;line-height:50px;background:#cc0000;padding:0px 20px;}
.gqjl_fangan ul li dl dd{background:#fff;box-shadow: 0 3px 13px rgb(153 0 0 / 10%);padding:30px 20px 20px;line-height:30px;color:#666;font-size:16px;}
.gqjl_fangan ul li dl dd a{display: block;font-size:14px;color:#cc0000;text-align: right;padding-top:20px;}

.gqjl_gg_02{background: url(../img/gqjl_gg01.jpg) no-repeat center;height:280px;margin-top:45px;}
.gqjl_img{text-align: center;}
.gqjl_img img{padding:35px 0 50px;}

.message{background:#f8f8f8;padding:50px 0px 60px;}
.message_box{background:#fff;padding:50px 0;box-shadow: 0 3px 13px rgb(153 0 0 / 10%);}
.message_fl{padding-left:30px;}
.message_fr{max-width:600px;width:100%;margin-right:40px;}
.message_fr li input{width:280px;line-height:45px;border-radius:50px;border:solid 1px #ccc;margin-bottom:15px;text-indent:10px;}
.message_fr dl{text-align: center;}
.message_fr dl dt{font-size:30px;}
.message_fr dl dd{font-size:36px;font-weight: bold;color:#cc0000;line-height:36px;padding-top:12px;padding-bottom:25px;}
.message_fr form {text-align: center;}
.message_fr form input.send{background:#cc0000;line-height:38px !important;border:none;color:#fff;font-size:18px;border-radius:40px;padding:0 100px;margin-top: 10px;}
.message_fr form dd{color:#666;line-height:55px;}

.gywm_banner{width:100%;background:url(../img/gywm_banner.jpg) no-repeat center;height:650px;}
.gywm_banner .w1200{text-align: center;}
.gywm_banner .w1200 dl{padding-top: 178px;}
.gywm_banner .w1200 dl dt{font-size:54px;font-weight: bold;line-height:54px;}
.gywm_banner .w1200 dl dd{line-height:30px;font-size:18px;padding-top:35px;padding-bottom:80px;}
.gywm_banner .w1200 dl a{color:#fff;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
	font-size:22px;
	padding:15px 75px;
	border-radius:0px 27px 0px 27px;
	margin:0 20px;
}
.gywm_box{text-align: center;}
.gywm_box h2{font-size:48px;font-weight: bold;line-height:48px;padding:60px;}
.gywm_fl{width:55%;text-align: left;}
.gywm_fl dl dt{font-size:40px;font-weight: bold;color:#ff6600;}
.gywm_fl dl dt span{font-size:14px;color:#666;font-weight: 400;font-family: arial;text-transform: uppercase;padding-left:10px;}
.gywm_fl dl dd{font-size:16px;line-height:35px;padding-top:21px;}
.gywm_gg{margin-top:60px;}

.gywm_gd{width:100%;text-align: center;color:#fff;padding:210px 0px 80px;margin-top:-150px;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
    background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
}
.gywm_gd h4{font-size:40px;line-height:40px;}
.gywm_gd dd{font-size:18px;line-height:35px;padding-top:20px;}

.gywm_fc{text-align: center;margin-bottom:60px;}
.gywm_fc h2{font-size:42px;font-weight: bold;line-height:42px;padding:50px 0;}
.gywm_fc ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:35px;}
.gywm_fc ul li{width:23.5%;}
.gywm_fc ul li img{width:100%;}
.gywm_fc ul li dd{font-size:18px;line-height:40px;}
.gywm_fc a{color:#fff;font-size: 18px;padding:15px 30px;border-radius:10px;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
}

.xly_banner{width:100%;background:url(../img/xly_banner.jpg) no-repeat center;height:650px;}

.title_xly{text-align: center;margin-top:55px;}
.title_xly h2{font-size:48px;font-weight: bold;line-height:48px;}
.title_xly dd{font-size:22px;color:#999;text-transform: uppercase;position: relative;line-height:60px;font-family: arial;}
.title_xly h2 span{color:#4e8cee;}
.title_xly dd::before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 0;
	width:100px;
	background:#4e8cee;
	height:3px;
	transform: translateX(-50%);
	border-radius:10px;}

.xly_ico{margin-top:40px;margin-bottom:60px;}
.xly_ico ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xly_ico ul li{width:23%;text-align: center;box-shadow:0 0px 13px rgb(102 102 102 / 10%);}
.xly_ico ul li dl{padding:60px 20px 40px;}
.xly_ico ul li dl dd{color:#999;font-size:16px;line-height:30px;}
.xly_ico ul li dl dt{font-size:24px;padding:35px 0 15px;}

.xly_gg{width:100%;background:#4e8cee url(../img/xly_gg.jpg) no-repeat center  bottom;padding:70px 0 60px;}
.xly_gg_tt{text-align: center;padding-bottom:100px;}
.xly_gg_tt dd{font-size:48px;font-weight:bold;color:#6199f0;font-family: arial;text-transform: uppercase;}
.xly_gg_tt h4{font-size:48px;color:#fff;margin-top: -10px;}
.xly_gg_ico{color:#fff;}
.xly_gg_ico dl {margin-bottom:60px;padding-left:95px;background:url(../img/ico36.png) no-repeat left top;}
.xly_gg_ico dl dt{font-size:24px;font-weight:bold;padding-top:10px;}
.xly_gg_ico dl dd{font-size:16px;line-height:35px;padding-top:10px;}
.xly_gg_ico dl:nth-child(2){background:url(../img/ico37.png) no-repeat left top;}
.xly_gg_ico dl:nth-child(3){background:url(../img/ico38.png) no-repeat left top;}
.xly_gg_ico:nth-child(3) dl:nth-child(1){background:url(../img/ico39.png) no-repeat left top;}
.xly_gg_ico:nth-child(3) dl:nth-child(2){background:url(../img/ico40.png) no-repeat left top;}
.xly_gg_ico:nth-child(3) dl:nth-child(3){background:url(../img/ico41.png) no-repeat left top;}
.xly_gg_ico01 dl{margin:0 auto;display: table;margin-top: -80px;}

.xly_img{margin-top:35px;}
.xly_img ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xly_img ul li{width:24.85%;margin-bottom:0.2%;background:#357be9;position: relative;display:block;}
.xly_img ul li img{width:100%;}
.xly_img ul li:hover img{opacity:0.2;}
.xly_img ul li dl{opacity:0;position: absolute;text-align: center;top:50%;color:#fff;width:100%;transform: translateY(-50%);}
.xly_img ul li:hover dl{display: block;opacity:1;}
.xly_img ul li dl dt{font-size:24px;font-weight: bold;}
.xly_img ul li dl dd{font-size:16px;padding-top:20px;position:relative;padding-bottom: 100px;}
.xly_img ul li dl dd::before{
	content: '';
    position: absolute;
	bottom: 0px;
    z-index: 0;
	width:100%;
	background:url(../img/ico43.png) no-repeat center bottom;
	height:44px;
	transform: translateX(-50%);
	display: block;
	left: 50%;
	}
	
.xly_process{background:url(../img/xly_back.png) no-repeat center top 85px;margin-bottom:40px;}
.xly_process_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xly_process_box ul li dl dt{font-size:22px;font-weight:bold;padding-top:40px;}
.xly_process_box ul li dl dd{font-size:14px;color:#999;padding-top:10px;}
.xly_process_box ul li:nth-child(1){padding-top: 30px;}
.xly_process_box ul li:nth-child(2){padding-top: 40px;}
.xly_process_box ul li:nth-child(3){padding-top: 55px;}
.xly_process_box ul li:nth-child(4){padding-top: 70px;}
.xly_process_box ul li:nth-child(5){padding-top: 90px;}
.xly_process_box ul li:nth-child(6){padding-top: 100px;}

.szll_banner{width:100%;background:url(../img/szll_banner.jpg) no-repeat center;height:650px;}

.title_szll{text-align:center;}
.title_szll h2{font-size:60px;font-weight: bold;line-height:60px;padding-top:60px;}
.title_szll dd{color:#666;font-size:18px;padding-top: 18px;}

/*main*/
.lanrenzhijia{background:url(../img/szll_back.jpg) no-repeat top left;margin:50px auto;text-align: center;}
.lanrenzhijia .title{max-width:1044px;width:100%;margin:0 auto;padding-top:45px;}
.lanrenzhijia .title h2{ font-size: 20px;font-family: "microsoft yahei";}
.lanrenzhijia .title-list{ position: relative; top: 0px;}
.lanrenzhijia .title-list li{text-align:center;display: inline-block;font-size:18px;
padding:25px 30px;}
.lanrenzhijia .title-list li.on{ color:#fff;
	background: -moz-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
	background: -webkit-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
	background: -o-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
	background: -ms-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
	background: linear-gradient(to left, #7776ff 0%, #ae2cf1 10);
}
.product{position:relative; overflow: hidden; display: none; margin-top: 45px;}
.product ul{ position: absolute; left: 0px;}
.product-wrap{position: relative;margin-bottom: 70px;}
.product-wrap .show{ display: block;}
.product-wrap .product li{ float: left; display: inline;position: relative;
transition:0.4s;
-webkit-transition:0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
background: -moz-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -webkit-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -o-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -ms-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: linear-gradient(to left, #7776ff 0%, #ae2cf1 10);
}
.product-wrap .product li dl{position: absolute;bottom: 100px;color:#fff;padding-left: 20px;background:url(../img/ico50.png) no-repeat top left 20px;padding-top:25px;}
.product-wrap .product li dl dt{font-size: 14px;}
.product-wrap .product li dl dd{font-size:16px;color:#ffa30f;font-weight: bold;}
.product-wrap .product li dl dd span{color:#fff;font-weight: 400;}
.product-wrap .product li .mstd_rwjs{padding:18px 0 18px 0px;}
.product-wrap .product li div p{color:#fff;font-size:16px;line-height:30px;}
.product-wrap .product li div h4{font-size:24px;color:#e6c798;}
.product-wrap .product li div h4 span{font-size:14px;color:#b8b9cb;font-family: arial;}
.product-wrap .swiper-pagination{text-align: left;}

.product-wrap .swiper {
	width: 100%;
	height: 100%;
	max-width: 1044px;
}

.swiper-slide {
	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;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-button-next{
	background:url(../img/ico52.png) no-repeat top left;
}
.swiper-button-prev{
	background:url(../img/ico51.png) no-repeat top left;
}
.swiper-pagination-current{font-size:36px;font-weight:bold;font-family: arial;padding-right: 8px;}
.swiper-pagination-total{font-size:18px;font-weight:bold;color:#949494;}
.szll_a{color:#fff;font-size:18px;padding:20px 100px;border-radius:40px;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
}

.szll_gg{background:url(../img/szll_gg.jpg) no-repeat top ;height:240px;}
.szll_ys{margin:35px auto 0;text-align: center;}
.szll_ys ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:35px;}
.szll_ys ul li{width:28%;background:url(../img/szll_ys01.png) no-repeat top center;height:103px;margin-bottom:45px;font-size:18px;color:#fff;font-weight: bold;line-height:103px;position: relative;text-align: center;}
.szll_ys ul li::after{
	content: '';
    position: absolute;
	top:50%;
    z-index: 0;
	width:38px;
	background:url(../img/ico54.png) no-repeat center bottom;
	height:37px;
	transform: translateY(-50%);
	display: block;
	right:-68px;
	}
.szll_ys ul li:nth-child(3n)::after{background:none;display: none;}
.szll_ys ul li:nth-child(2){background:url(../img/szll_ys02.png) no-repeat top center;}
.szll_ys ul li:nth-child(3){background:url(../img/szll_ys03.png) no-repeat top center;}
.szll_ys ul li:nth-child(4){background:url(../img/szll_ys04.png) no-repeat top center;}
.szll_ys ul li:nth-child(5){background:url(../img/szll_ys05.png) no-repeat top center;}
.szll_ys ul li:nth-child(6){background:url(../img/szll_ys06.png) no-repeat top center;}

.szll_kc{background:#f6f6f6;margin-top:90px;}
#ifocus {width:67%;}
.szll_kc_box{padding:85px 0;}
 #ifocus_pic {
	  display:inline;
	  position:relative; 
	  float:left; 
	  max-width:610px; 
	  width: 100%;
	  height:360px; 
	  overflow:hidden;
	  }
#ifocus_piclist { position:absolute;width:100%;margin-left: 50px;}
#ifocus_piclist li { width:100%;height:360px; overflow:hidden;}
#ifocus_piclist img {width:100%;height:100%; }
#ifocus_btn { display:inline; float:right; max-width:158px;width:100%;height:360px;overflow: hidden;}
#ifocus_btn li { 
     width:100%; 
	 cursor:pointer;
	 display: block;
	 margin-bottom:26px;
	 opacity:0.5;
	  -moz-opacity:0.5; 
	  filter:alpha(opacity=50); 
	  }
#ifocus_btn img { width:100%;}
#ifocus_btn .current {
	 background: url(i/ifocus_btn_bg.gif) no-repeat; 
	 opacity:1; -moz-opacity:1; filter:alpha(opacity=100); 
	 }
#ifocus_opdiv { 
	  position:absolute; 
	  left:0; 
	  top:210px; 
	  width:255px;
	   height:117px;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
   }
#ifocus_tx { 
  position:absolute; 
  left:8px; 
  top:220px; 
  color:#FFF;}
#ifocus_tx .normal { 
  display:none;
  }
#ifocus_tx ul li{padding-left:45px;font-size:14px;}
.szll_kc_box .fr{width: 30%;padding-top:70px;}
.szll_kc_box .fr h3{font-size:30px;font-weight: bold;}
.szll_kc_box .fr dd{font-size:14px;color:#666;line-height:25px;padding:30px 0 90px;}

.szll_zb{text-align: center;}
.szll_zb p{font-size:36px;line-height:75px;padding-top:35px;}
.szll_zb h3{font-size:48px;font-weight: bold;line-height:48px;}
.szll_zb ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:35px;}
.szll_zb ul li{width:23.5%;background:#f5f5f5;padding-bottom:15px;}
.szll_zb ul li img{width:100%;}
.szll_zb ul li dd{line-height: 60px;font-size:18px;}
.szll_zb ul li a{color:#fff;display: inline-block;line-height:50px;padding:0 60px;border-radius:30px;
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
}
.szll_zb ul li:hover{
	background: -moz-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -webkit-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -o-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: -ms-linear-gradient(left, #f28e26 0%, #fd644f 100%);
	background: linear-gradient(to left, #f28e26 0%, #fd644f 10);
}
.szll_zb ul li:hover a{background:#fee2da;color:#333;}
.szll_zb ul li:hover dd{color:#fff;}
.szll_gg01{background:url(../img/szll_gg01.jpg) no-repeat top center; height:581px;margin-top:80px;}

.jxkh_banner{width:100%;background:url(../img/jxkh_banner.jpg) no-repeat center;height:650px;}
.jxkh_banner dl{color:#fff;padding-top:160px;}
.jxkh_banner dl h2{font-size:90px;font-weight:bold;font-style:italic;line-height:initial;}
.jxkh_banner dl h2 span{font-size:60px;}
.jxkh_banner dl dt{font-size:30px;padding-top:10px;}
.jxkh_banner dl dd{padding:40px 0 50px;}
.jxkh_banner dl dd p{display: inline-block;font-size:24px;padding-left:35px;background: url(../img/ico55.png) no-repeat left center;padding-right: 25px;}
.jxkh_banner dl a{line-height:60px;font-size:18px;padding:0 40px 0 90px;display: inline-block;border-radius:40px;background:#fff url(../img/ico56.png) no-repeat center left 40px;}

.title_jxkh{text-align: center;padding-top:65px;}
.title_jxkh span{text-transform: uppercase;font-size:120px;color:#eaeaea;font-family: arial;font-weight: bold;line-height:100px;}
.title_jxkh h2{font-size:48px;font-weight: bold;line-height: 100px;margin-top:-100px;}
.title_jxkh dd{font-size:16px;}
.jxkh_why{background:#f7f7f7;}
.jxkh_why_dg{text-align: center;position:relative;}
.jxkh_why_box{width:100%;}
.jxkh_why_box{position: absolute;top:80px;}
.jxkh_why_box dd{text-align:left;background:#f9dac6;padding:18px 15px;border-radius:10px;line-height:26px;margin-bottom:50px;position: relative;display: table;}
.jxkh_why_box dd::after{
	content: '';
    position: absolute;
	bottom:-14px;
    z-index: 0;
	width:18px;
	background:url(../img/ico57.png) no-repeat center bottom;
	height:14px;
	display: block;
	right:50px;
}
.why_fl dd:nth-child(1){margin-left:100px;}
.why_fl dd:nth-child(3){margin-left:40px;}
.why_fl dl{float: left;}
.why_fr dl{float: right;}
.why_fr dd:nth-child(1){right:90px;}
.why_fr dd:nth-child(2){right:0px;}
.why_fr dd:nth-child(3){right:30px;}
.jxkh_why_dg {padding:45px 0 65px;}
.why_fr dd::after{
	content: '';
    position: absolute;
	bottom:-14px;
    z-index: 0;
	width:18px;
	background:url(../img/ico57.png) no-repeat center bottom;
	height:14px;
	display: block;
	left:50px;
}

.jxkh_jxgl{background:url(../img/jxkh_jxgl.jpg) no-repeat center;}
.jxkh_jxgl .title_jxkh {color:#fff;}
.jxkh_jxgl .title_jxkh span{color:#fff;opacity:0.1;}
.jxkh_jxgl_box{margin:50px auto 0;text-align: center;padding-bottom:65px;}
.jxkh_jxgl_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:45px;}
.jxkh_jxgl_box ul li{width:23.5%;color:#fff;text-align: center;}
.jxkh_jxgl_box ul li img{width:100%;}
.jxkh_jxgl_box ul li dl dt{font-size:24px;padding-top:20px;}
.jxkh_jxgl_box ul li dl dd{font-size:16px;line-height:25px;padding-top:15px;}
.jxkh_jxgl_box ul li:nth-child(2n) dl dt{padding-top:0;}
.jxkh_jxgl_box ul li:nth-child(2n) dl dd{padding-bottom:20px;}
.jxkh_jxgl_box a{line-height:60px;font-size:18px;padding:0 40px 0 90px;display: inline-block;border-radius:40px;background:#ff6600 url(../img/ico58.png) no-repeat center left 30px;color:#fff;}

.jxkh_jgyy{background:#f7f7f7;}
.jxkh_jgyy_box{text-align: center;padding-top:170px;position:relative;}
.jxkh_jgyy_box dl{position: absolute;top: 50px;border-radius:10px;border:solid 1px #ff6600;text-align: left;padding:15px 15px 0 15px;}
.jxkh_jgyy_box dl dt{font-size:24px;text-indent: -10px;}
.jxkh_jgyy_box dl dd{line-height:30px;}
.jxkh_jgyy_box dl a{background:#ff6600;padding: 0 18px;line-height:23px;color:#fff;font-size:14px;display: inline-block;}
.jxkh_jgyy_box dl:nth-child(1){left:50%;transform: translateX(-50%);}
.jxkh_jgyy_box dl:nth-child(2){left:10%;top:100px;}
.jxkh_jgyy_box dl:nth-child(3){left:70%;top:100px;}
.jxkh_jgyy_box dl:nth-child(4){left:0%;top:250px;}
.jxkh_jgyy_box dl:nth-child(5){left:none;top:250px;right: 0;}
.jxkh_jgyy_box a.jxkh_a{line-height:60px;font-size:18px;padding:0 40px 0 90px;display: inline-block;border-radius:40px;background:#ff6600 url(../img/ico58.png) no-repeat center left 30px;color:#fff;position: absolute;top: 420px;left:2%;}

.jxkh_content{background:#f7f7f7 url(../img/jxkh_content.png) no-repeat center bottom;padding: 20px 0 60px;}
.jxkh_content01 {background:#fff;border-radius:30px;box-shadow:0 3px 30px rgb(255 102 0 / 15%);}
.jxkh_content01 ul{display: flex;flex-wrap: wrap;justify-content: space-between;max-width:1050px;margin:0 auto;padding:40px 0px 30px;}
.jxkh_content01 ul li{text-align: center;font-size:24px;line-height:60px;position: relative;}
.jxkh_content01 ul li::after{
	content: '';
    position: absolute;
	top:50px;
    z-index: 0;
	width:91px;
	background:url(../img/ico63.png) no-repeat center bottom;
	height:34px;
	display: block;
	left:170px;
}
.jxkh_content01 ul li:nth-child(4)::after{
	display: none;
}

.jxkh_content02 .title_jxkh {color:#fff;}
.jxkh_content02 .title_jxkh span{color:#fff;opacity:0.1;}
.jxkh_content02 ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:40px;position: relative;}
.jxkh_content02 ul li{width:46%;background:#fff;height:200px;}
.jxkh_content02 ul li dl{padding:30px 32px 0px;}
.jxkh_content02 ul li dl dt{font-size:24px;font-weight:bold;line-height:60px;padding-left:45px;}
.jxkh_content02 ul li dl dd{font-size:18px;line-height:40px;border-top:dashed 1px #dedede;padding-top:5px;}
.jxkh_content02 ul li:nth-child(1) dl dt{background:url(../img/ico64.png) no-repeat center left;}
.jxkh_content02 ul li:nth-child(2) dl dt{background:url(../img/ico65.png) no-repeat center left;}
.jxkh_content02 ul li:nth-child(3) dl dt{background:url(../img/ico66.png) no-repeat center left;}
.jxkh_content02 ul li:nth-child(4) dl dt{background:url(../img/ico67.png) no-repeat center left;}
.jxkh_content02 ul li:nth-child(1),.jxkh_content02 ul li:nth-child(2){
	margin-bottom:6%;
}
.jxkh_content02 ul p{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);background:#333;color:#fff;font-weight: bold;font-size:30px;line-height:40px;border-radius:100%;text-align: center;padding: 65px 30px;
}

.sryr_banner{width:100%;background:url(../img/sryr_banner.jpg) no-repeat center;height:650px;}
.sryr_banner dl{color:#fff;padding-top:160px;}
.sryr_banner dl h2{font-size:90px;font-weight:bold;font-style:italic;line-height:initial;}
.sryr_banner dl dt{font-size:57px;padding-top:20px;line-height:60px;}
.sryr_banner dl dd{padding:0 24px;border-radius:40px;border:solid 1px #25caf2;display: inline-block;font-size:18px;line-height:50px;margin-top:30px;}

.title_sryr{text-align: center;padding-top:60px;}
.title_sryr h2{font-size:45px;font-weight: bold;line-height:45px;position:relative;display: inline-block;}
.title_sryr dd{font-size:18px;line-height:50px;}
.title_sryr h2::after{
	content: '';
    position: absolute;
	top:0px;
    z-index: 0;
	width:54px;
	background:url(../img/ico69.png) no-repeat center bottom;
	height:54px;
	display: block;
	right:-60px;
}
.title_sryr h2::before{
	content: '';
    position: absolute;
	top:0px;
    z-index: 0;
	width:54px;
	background:url(../img/ico68.png) no-repeat center bottom;
	height:54px;
	display: block;
	left:-60px;
}

.sryr_why{position:relative;margin-top:70px;}
.sryr_why dd{position: absolute;border:solid 1px #000;border-radius:10px;padding:10px 25px;line-height:25px;}
.sryr_why dd:nth-child(1){top: 0;left:70px;}
.sryr_why dd:nth-child(2){top: 0;right:0px;}
.sryr_why dd:nth-child(3){top: 120px;left:110px;}
.sryr_why dd:nth-child(4){top: 120px;right:90px;}
.sryr_why dd:nth-child(5){top: 270px;left:0px;padding:20px 65px;}
.sryr_why dd:nth-child(6){top: 270px;right:0px;}
.sryr_why img{padding-top: 40px;}

.sryr_zzsl{background:#f7faff;margin-top:75px;}
.sryr_zzsl_box{padding:70px 0 90px;}
.sryr_zzsl_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sryr_zzsl_box ul li{background:url(../img/sryr_zzsl.jpg) no-repeat top left;height:382px;background-size: 100%;width:31%;border-radius:20px;box-shadow:0 3px 30px rgb(91 127 250 / 15%);position:relative;}
.sryr_zzsl_box ul li span{position:absolute;top:20px;left:15px;color:#fff;font-size:36px;font-weight:bold;font-style: italic;}
.sryr_zzsl_box ul li dl{padding:90px 0 0 48px;}
.sryr_zzsl_box ul li dl dt{font-size:24px;font-weight:bold;position:relative;margin-bottom:40px;}
.sryr_zzsl_box ul li dl dt::after{
	content: '';
    position: absolute;
	bottom:-18px;
    z-index: 0;
	width:20px;
	background:#5a3ff8;
	height:2px;
	display: block;
	left:0px;
}
.sryr_zzsl_box ul li dl dd{font-size:18px;line-height:38px;background:url(../img/ico70.png) no-repeat center left;padding-left:25px;}
.sryr_zzsl_box ul li dl a{font-size:18px;line-height:44px;display: inline-block;
background: -moz-linear-gradient(left, #5a7efa 0%, #7616f4 100%);
background: -webkit-linear-gradient(left, #5a7efa 0%, #7616f4 100%);
background: -o-linear-gradient(left, #5a7efa 0%, #7616f4 100%);
background: -ms-linear-gradient(left, #5a7efa 0%, #7616f4 100%);
background: linear-gradient(to left, #5a7efa 0%, #7616f4 10);
color:#fff;padding:0 50px;border-radius:40px;margin-top:40px;
}

.sryr_zzjg{
background: -moz-linear-gradient(left, #8e2de3 0%, #4b01e1 100%);
background: -webkit-linear-gradient(left, #8e2de3 0%, #4b01e1 100%);
background: -o-linear-gradient(left, #8e2de3 0%, #4b01e1 100%);
background: -ms-linear-gradient(left, #8e2de3 0%, #4b01e1 100%);
background: linear-gradient(to left, #8e2de3 0%, #4b01e1 10);
}
.sryr_zzjg .title_sryr{color:#fff;}
.sryr_zzjg .title_sryr h2::after{
	content: '';
    position: absolute;
	top:10px;
    z-index: 0;
	width:29px;
	background:url(../img/ico71.png) no-repeat center bottom;
	height:27px;
	display: block;
	right:-60px;
}
.sryr_zzjg .title_sryr h2::before{
	content: '';
    position: absolute;
	top:10px;
    z-index: 0;
	width:29px;
	background:url(../img/ico72.png) no-repeat center bottom;
	height:27px;
	display: block;
	left:-60px;
}
.sryr_zzjg_box{text-align: center;position:relative;margin-top:100px;padding-bottom:70px;}
.sryr_zzjg_box dl{color:#fff;position: absolute;padding:10px 0 0;}
.sryr_zzjg_box dl dt{font-size:30px;font-weight: bold;}
.sryr_zzjg_box dl dd{font-size:18px;line-height:30px;padding-top:10px;}
.sryr_zzjg_box dl:nth-child(1){left:-140px;text-align: right;top:20px;background:url(../img/ico73.png) no-repeat center right;padding-right:115px;}
.sryr_zzjg_box dl:nth-child(2){left:-120px;text-align: right;top:210px;background:url(../img/ico74.png) no-repeat center right;padding-right:115px;}
.sryr_zzjg_box dl:nth-child(3){right:-130px;text-align: left;top:20px;background:url(../img/ico75.png) no-repeat center left;padding-left:115px;}
.sryr_zzjg_box dl:nth-child(4){right:-150px;text-align: left;top:210px;background:url(../img/ico76.png) no-repeat center left;padding-left:115px;}

.sryr_fxgz{background:#f7faff;}
.sryr_fxgz_box{padding:60px 0 80px;}
.sryr_fxgz_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sryr_fxgz_box ul li{width:47.5%;background:#fff;border-radius:20px;box-shadow:0 3px 30px rgb(91 127 250 / 15%);}
.sryr_fxgz_box ul li img{width:100%;border-radius:20px;}
.sryr_fxgz_box ul li dl{padding:0 60px 50px;}
.sryr_fxgz_box ul li dl dt{font-size:30px;font-weight:bold;line-height: 60px;}
.sryr_fxgz_box ul li dl dd{font-size:18px;line-height:28px;margin-top:10px;background:url(../img/ico70.png) no-repeat top 7px left;padding-left:24px;}

.qywh_banner{width:100%;background:url(../img/qywh_banner.jpg) no-repeat center;height:650px;position: relative;}
.qywh_banner .w1200{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.qywh_banner dl{color:#fff;text-align: center;}
.qywh_banner dl h4{font-weight:bold;font-size:48px;line-height:48px;}
.qywh_banner dl h2{font-size:100px;font-weight:bold;line-height: 150px;padding-top: 20px;}
.qywh_banner dl h2 span{color:#ff6600;display: inline-block;}
.qywh_banner dl h2 span img{float: left;}
.qywh_banner dl dt{font-size:26px;}
.qywh_banner dl a{line-height:70px;font-size:24px;display: inline-block;color:#010101;padding:0 120px 0 80px;border-radius:40px;background:#fff url(../img/ico77.png) no-repeat center right 70px;margin-top:60px;}

.qywh_back{background:#ebeeff;}
.title_qywh{text-align: center;padding-top:90px;}
.title_qywh h2{font-size:48px;font-weight:bold;line-height:48px;margin-top:-40px;position: relative;}
.title_qywh dd{font-size:18px;line-height:60px;}
.title_qywh span{color:#d5defd;font-family: arial;font-size:65px;font-weight:bold;text-transform: uppercase;position: relative;}
.title_qywh span::before{
	content: '';
    position: absolute;
	bottom:16px;
    z-index: 0;
	width:35px;
	height:35px;
	background:#ff6600;
	border-radius:100%;
	display: block;
	left:40px;
}
.qywh_why{padding-top:50px;background:url(../img/ico78.png) no-repeat top 80px right 0px;}

.qywh_why_fr h3{font-size:36px;font-weight: bold;line-height:36px;padding:35px 0;}
.qywh_why_fr dl{background:#fff;display: flex;padding:12px;border-radius:60px;margin-bottom:10px;}
.qywh_why_fr dl dt{background:#1865f3;line-height:52px;color:#fff;border-radius:50px;font-size:26px;text-align: center;width:150px;}
.qywh_why_fr dl dd{line-height:52px;padding:0 10px;font-size:18px;}
.qywh_why_fr dl:nth-child(5) dd{line-height: inherit;}

.qywh_gnlj{background:url(../img/ico79.png) no-repeat bottom center;margin-top:40px;}
.qywh_gnlj_top{padding:0 45px;}
.qywh_gnlj_img{float: left;padding-top: 170px;}
.qywh_gnlj_img h4{font-size:30px;font-weight: bold;color:#fff;line-height:60px;}
.qywh_gnlj_img p{width:24px;}
.qywh_gnlj_img p span{width:24px;height:24px;background:#fff;display: block;border-radius:100%;margin:0 auto 5px;}
.qywh_gnlj_img p span:nth-child(2){width:18px;height:18px;}
.qywh_gnlj_img p span:nth-child(3){width:13px;height:13px;}
.qywh_gnlj_top dl{float: left;max-width:600px;padding:45px 35px;background:#fff;border-radius:20px;margin-left:35px;}
.qywh_gnlj_top dl dt{font-size:30px;font-weight: bold;position: relative;padding-left: 10px;line-height:34px;}
.qywh_gnlj_top dl dt::before{
	content: '';
    position: absolute;
	bottom:0px;
    z-index: 0;
	width:7px;
	height:34px;
	background:#ff6600;
	border-radius:4px;
	display: block;
	left:0px;
}
.qywh_gnlj_top dl dd{font-size:18px;line-height:26px;margin-top:40px;}
.qywh_gnlj_top dl a{background:#1865f3;font-size:18px;color:#fff;line-height:45px;display: inline-block;padding:0 30px;border-radius:40px;margin-top:80px;}
.qywh_gnlj_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin:0 45px;padding:35px 0;}
.qywh_gnlj_box ul li{background:#fff;width:31%;border-radius:20px;padding:30px 0px;}
.qywh_gnlj_box ul li dl{padding:0px 20px 0 0;height:100%;}
.qywh_gnlj_box ul li dl dd{font-size:18px;line-height:28px;float: right;width: 54%;padding-left:5%;height: 100%;display: flex;align-items: center;}
.qywh_gnlj_box ul li dl dt{font-weight:bold;font-size:26px;float: left;border-right:#1865f3 dashed 1px;height: 100%;width: 40%;text-align: center;line-height:45px;}
.qywh_gnlj_box ul li dl dt img{display: block;margin:0 auto;padding-top: 50%;}

/* 企业文化优势 */
.qywh_ys .title_qywh{color:#fff;padding-top:210px;}
.qywh_ys .title_qywh span{color:#4882f6;}
.qywh_ys{background:#ebeeff url(../img/qywh_ys.png) no-repeat bottom center;text-align:center;}
.qywh_ys .mod19{max-width:1200px;position:relative;margin:55px auto 0;}
.qywh_ys .mod19 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.qywh_ys .mod19 .prev{top:40%;background:url(../img/prevBtn.png) no-repeat;}
.qywh_ys .mod19 #prevTop,.qywh_ys .mod19 #nextTop{top:50px;width:106px;height:16px;}
.qywh_ys .mod19 #prev,.qywh_ys .mod19 #next{width:74px;height:74px;right:0px;}
.qywh_ys .mod19 #prevTop{display: none;}
.qywh_ys .mod19 #nextTop{background:url(../img/nextBtnTop.png) 0 0 no-repeat;right:20%;}
.qywh_ys .mod19 .next{top:52%;background:url(../img/nextBtn.png) no-repeat;}
.qywh_ys .mod19 li{float:left;}
.qywh_ys .mod19 .cf li{position:relative;color:#fff;}
.qywh_ys .mod19 .cf a{display:block;width:298px;position:absolute;color:#fff;}
.qywh_ys .mod19 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.qywh_ys .mod19 .picBox{max-width:788px;width:100%; height:550px;position:relative;overflow:hidden;float: left;margin-left:-122px;}
.qywh_ys .mod19 .picBox ul.cf{position:absolute; left:0;}
.qywh_ys .mod19 .picBox li{max-width:788px;width:100%;height:550px;position:relative;}
.qywh_ys .mod19 .picBox .ds_dg{float: right;width:100%;background:#eee;height:550px;}
.qywh_ys .mod19 .picBox .ds_dg .ds_box{width:100%;float: right;}
.qywh_ys .mod19 .picBox .ds_dg .ds_box img{max-width:728px;border:solid 30px #75a1fa;}

.qywh_ys .mod19 .listBox{width:460px;margin:70px auto 0;position:relative; overflow:hidden;float: left;padding:0px;z-index: 9;}
.qywh_ys .mod19 .listBox ul{position:initial;width:auto !important;}
.qywh_ys .mod19 .listBox li{cursor:pointer;position:initial;padding:0 20px;opacity: 1;float: none;width:420px;background-color:#fff;line-height:100px;height:100px;}
.qywh_ys .mod19 .listBox li a{display:block;opacity:1;color:#000;font-size:26px;font-weight: bold;background:url(../img/ico84.png) no-repeat center right;border-bottom:#ff6600 1px dashed;width:330px;height:100px;text-align: right;padding-right:90px;}
.qywh_ys .mod19 .listBox .on{background:#ff6600;}
.qywh_ys .mod19 .listBox .on a{opacity: 1;color:#fff;border-bottom:none;background:url(../img/ico84_1.png) no-repeat center right;}
.qywh_ys .qywh_a{font-size:24px;line-height:54px;display: inline-block;color:#fff;
	background: -moz-linear-gradient(top, #fc8637 0%, #ff6600 100%) ;
    background: -webkit-linear-gradient(top, #fc8637 0%, #ff6600 100%);
    background: -o-linear-gradient(top, #fc8637 0%, #ff6600 100%);
    background: -ms-linear-gradient(top, #fc8637 0%, #ff6600 100%);
    background: linear-gradient(to top, #fc8637 0%, #ff6600 10);
	padding:0 80px 0 40px;
	border-radius:40px;
	position: relative;
	margin:55px auto 70px;
}
.qywh_ys .qywh_a::before{
	content: '';
    position: absolute;
	top:50%;
    z-index: 0;
	width:36px;
	height:34px;
	background:url(../img/ico88.png) no-repeat center;
	border-radius:4px;
	display: block;
	right:34px;
	transform: translateY(-50%);
}
.qywh_ys .mod19 .listBox li:nth-child(2) a{background:url(../img/ico85.png) no-repeat center right 10px;}
.qywh_ys .mod19 .listBox li:nth-child(3) a{background:url(../img/ico86.png) no-repeat center right 15px;}
.qywh_ys .mod19 .listBox li:nth-child(4) a{background:url(../img/ico87.png) no-repeat center right 15px;}
.qywh_ys .mod19 .listBox .on:nth-child(2) a{background:url(../img/ico85_1.png) no-repeat center right 10px;}
.qywh_ys .mod19 .listBox .on:nth-child(3) a{background:url(../img/ico86_1.png) no-repeat center right 15px;}
.qywh_ys .mod19 .listBox .on:nth-child(4) a{background:url(../img/ico87_1.png) no-repeat center right 15px;}
.qywh_ys .title_qywh span::before{
	left:90px;
}
/* 企业文化优势focusbox */

.qywh_lc .title_qywh span::before{
	left:190px;
}
.qywh_lc .w1200 img{padding-bottom:70px;}

.dypx_banner{width:100%;background:url(../img/dypx_banner.jpg) no-repeat center;height:650px;}
.title_dypx{text-align: center;padding-top:90px;}
.title_dypx h2{font-size:48px;font-weight:bold;line-height:48px;position: relative;display: table;margin:-16px auto 0;}
.title_dypx dd{font-size:24px;line-height:60px;color:#666666;font-weight: bold;}
.title_dypx span{color:#efefef;font-family: arial;font-size:65px;font-weight:bold;text-transform: uppercase;}
.title_dypx h2::before{
	content: '';
    position: absolute;
	bottom:6px;
    z-index: 0;
	width:12px;
	height:12px;
	border:solid #ff6600 5px;
	border-radius:100%;
	display: block;
	left:-35px;
}
.title_dypx h2::after{
	content: '';
    position: absolute;
	top:0px;
    z-index: 0;
	width:12px;
	height:12px;
	border:solid #ff6600 5px;
	border-radius:100%;
	display: block;
	right:-35px;
}

.dypx_ico{text-align: center;padding:35px 0 20px;}
.dypx_qyzy{background:#f9f9f9;}
.dypx_qyzy_box{margin-top:40px;text-align: center;padding-bottom:60px;}
.dypx_qyzy_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dypx_qyzy_box ul li{width:33.33%;background:#fff;box-shadow: 0 0px 13px rgba(30, 31, 171, 0.15);}
.dypx_qyzy_box ul li dl img{transition:All 0.4s ease-in-out;/* -webkit-transition:All 0.4s ease-in-out; */-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.dypx_qyzy_box ul li dl{padding:45px;text-align: left;}
.dypx_qyzy_box ul li dl dt{font-size:24px;font-weight:bold;padding:36px 0 15px;}
.dypx_qyzy_box ul li dl dd{font-size:16px;line-height:30px;}
.dypx_qyzy_box ul li dl span{display: inline-block;padding-top:20px;}
.dypx_qyzy_box ul li dl span p{font-size:16px;color:#666;background:#d4d4fb;float: left;padding:0 12px;line-height:30px;border-radius:20px;margin:0 12px 17px 0;}
.dypx_qyzy_box ul li:hover{border-radius:20px 0 0 20px;}
.dypx_qyzy_box ul li:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg) scale(1.2);}
.dypx_qyzy_box ul li dl span p:nth-child(2){margin-right:0;}
.dypx_qyzy_box a{line-height:50px;display: inline-block;padding:0 40px;
background: -moz-linear-gradient(left, #4fffff 0%, #9428b1 100%);
background: -webkit-linear-gradient(left, #4fffff 0%, #9428b1 100%);
background: -o-linear-gradient(left, #4fffff 0%, #9428b1 100%);
background: -ms-linear-gradient(left, #4fffff 0%, #9428b1 100%);
background: linear-gradient(to left, #4fffff 0%, #9428b1 10);
border-radius:0px 20px 0 20px;font-size:24px;color:#fff;font-weight: bold;margin-top:-25px;z-index:99;
}

.dypx_dzdy ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dypx_dzdy ul li{width:24%;text-align: center;border-radius:10px;border:solid 1px #f7edf3;border-bottom:solid 5px #060298;position: relative;margin-top:38px;}
.dypx_dzdy ul li dl{padding:40px 48px 10px;}
.dypx_dzdy ul li dl dt{font-size:24px;font-weight:bold;padding:20px 0 15px;}
.dypx_dzdy ul li dl dd{line-height:30px;color:#666;}
.dypx_dzdy ul li::after{
	content: '';
    position: absolute;
	top:50%;
    z-index: 0;
	width:53px;
	background:url(../img/ico93.png) no-repeat center bottom;
	height:36px;
	transform: translateY(-50%);
	display: block;
	right:-110px;
}
.dypx_dzdy ul li:nth-child(3)::after{display: none;}

.dypx_gg{background:url(../img/dypx_gg.jpg) no-repeat center;height:250px;margin-top:60px;}
.dypx_ds{margin-top:30px;}
.dypx_ds ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dypx_ds ul li{width:23%;position: relative;display: block;
background: -moz-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -webkit-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -o-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -ms-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: linear-gradient(to left, #7776ff 0%, #ae2cf1 10);
}
.dypx_ds ul li div{position: absolute;bottom:0;color:#fff;width: 100%;line-height:65px;
background: -moz-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -webkit-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -o-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: -ms-linear-gradient(left, #7776ff 0%, #ae2cf1 100%);
background: linear-gradient(to left, #7776ff 0%, #ae2cf1 10);
}
.dypx_ds ul li dl{padding:0 35px 0 20px;}
.dypx_ds ul li dl dd{display: none;line-height:35px;}
.dypx_ds ul li img{width:100%;}
.dypx_ds ul li dl dt{font-size:24px;}
.dypx_ds ul li dl dt span{float: right;font-size:16px;}
.dypx_ds ul li:hover div{height:100%;background:none;}
.dypx_ds ul li:hover div dl{position: absolute;top: 50%;transform: translateY(-50%);padding-left:30px;}
.dypx_ds ul li:hover dl dd{display: block;}
.dypx_ds ul li:hover img{opacity:0.08;}
.dypx_ds ul li:hover dl dt{padding-top:20px;}
.dypx_ds ul li:hover dl dt span{display: none;}
.dypx_ds ul li:hover dl dt::after{
	content: '';
    position: absolute;
	top:0px;
    z-index: 0;
	width:22px;
	height:1px;
	background:#f2700e;
	border-radius:100%;
	display: block;
	left:35px;
}
.dypx_pxxc{margin-top:30px;}
.dypx_pxxc img{width:100%;}

.dypx_jszd{text-align: center;}
.dypx_jszd h3{font-size:42px;font-weight: bold;padding:75px 0 35px;}
.dypx_jszd dl{margin-top:10px;}
.dypx_jszd dl dt{border-radius:10px;color:#fff;font-size:18px;font-weight:bold;line-height:60px;text-align: left;padding:0 100px;
background: -moz-linear-gradient(left, #0809d3 0%, #9428b1 100%);
background: -webkit-linear-gradient(left, #0809d3 0%, #9428b1 100%);
background: -o-linear-gradient(left, #0809d3 0%, #9428b1 100%);
background: -ms-linear-gradient(left, #0809d3 0%, #9428b1 100%);
background: linear-gradient(to left, #0809d3 0%, #9428b1 10);
}
.dypx_jszd dl dd{background:#f7f4fc;line-height:30px;border-radius:10px;text-align:left;padding:20px 100px;}
.dypx_jszd dl dt img{float: right;padding-top:15px;}

.dypx_fwlc{height:2px;width:100%;background:#e9e9e9;margin:140px auto;}
.dypx_fwlc ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dypx_fwlc ul li{text-align: center;}
.dypx_fwlc ul li dl dt{
background-image: linear-gradient(90deg,#0809d3,#0809d3,#9428b1,#9428b1);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
font-size:36px;
font-weight: 900;
line-height:36px;
font-family: arial;
}
.dypx_fwlc ul li dl dd{font-size:18px;line-height:45px;}
.dypx_fwlc ul li dl{position: relative;padding:20px 0;}
.dypx_fwlc ul li dl::after{
	content: '';
    position: absolute;
	top:-4px;
    z-index: 0;
	width:8px;
	height:8px;
	background:#9228b1;
	border-radius:100%;
	display: block;
	left:50%;
	transform: translateX(-50%);
}
.dypx_fwlc ul li:nth-child(odd){margin-top:-120px;}
.dypx_fwlc ul li:nth-child(odd) dl::after{
	bottom:-4px;top: auto;
}
.qypx_banner{width:100%;background:url(../img/qypx_banner.jpg) no-repeat center;height:650px;}
.qypx_banner .w1200{position: relative;height:100%;}
.qypx_banner .w1200 span{position: absolute;left:50%;transform: translateX(-50%);bottom:60px;}
.qypx_banner .w1200 span a{color:#fff;border-radius:40px;line-height:50px;display: inline-block;padding:0 40px;font-size:20px;
background: -moz-linear-gradient(left, #f24c32 0%, #df1f1e 100%);
background: -webkit-linear-gradient(left, #f24c32 0%, #df1f1e 100%);
background: -o-linear-gradient(left, #f24c32 0%, #df1f1e 100%);
background: -ms-linear-gradient(left, #f24c32 0%, #df1f1e 100%);
background: linear-gradient(to left, #f24c32 0%, #df1f1e 10);
}
.qypx_banner_a{margin-left:50px;background:none !important;border:solid 1px #fff;}

.title_qypx{text-align: center;padding-top:80px;}
.title_qypx h2{font-size:45px;color:#222d4a;line-height:40px;margin-top:-50px;position:relative;font-weight: bold;}
.title_qypx span{font-family:"Monoton";font-size:90px;line-height:60px;
background: linear-gradient(to bottom, #dfe0e3, #f5f6f6, #fff);
-webkit-background-clip: text;
color: transparent;
text-transform: uppercase;
}
.title_qypx dd{padding-top:30px;font-size:26px;color:#242e49;}
.qypx_why dd{font-size:20px;line-height:40px;padding:48px 0;}
.qypx_a{text-align: center;display: block;}
.qypx_a a{line-height:65px;color:#fff;font-size:26px;border-radius:40px;padding:0 30px;display: inline-block;margin:0 45px;}
.qypx_a_fl{
	background: linear-gradient(45deg,#565a7f,#28263c);
	box-shadow: 0 0px 20px rgba(19, 29, 54, 0.4);
}
.qypx_a_fr{
	background: linear-gradient(45deg,#f34a35,#ce0200);
	box-shadow: 0 0px 20px rgba(206, 2, 0, 0.4);
}
.qypx_sxnr{margin-top:45px;padding:80px;}
.qypx_sxnr .title_qypx{padding-bottom: 60px;padding-top:0;}
.qypx_sxnr .title_qypx span{
background: linear-gradient(to bottom, #2e2e44, #313149, #383853);
-webkit-background-clip: text;
color: transparent;
}
.qypx_sxnr .title_qypx h2,.qypx_sxnr .title_qypx dd{color:#fff;}
.qypx_sxnr{background: linear-gradient(90deg,#565a7f,#28263c);}
.qypx_sxnr p{color:#fff;line-height:40px;font-size:20px;}

.qypx_jjkr ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qypx_jjkr ul li{width:31%;border-radius:30px;box-shadow: 0px 10px 30px rgba(25, 24, 28, 0.15);margin-top:50px;position: relative;background:#fff;}
.qypx_jjkr ul li::after{
	content: '';
    position: absolute;
    z-index: -1;
	display: block;
	top: 3px; bottom: -13px;
	left: 0px; right: 0px;
	background: linear-gradient(90deg,#c9cad4, #28263c);
	border-radius: 30px;
}
.qypx_jjkr ul li dl{padding:40px 0px 40px 50px;}
.qypx_jjkr ul li dl dt{font-size:24px;color:#222d4a;padding:30px 0;}
.qypx_jjkr ul li dl dd{color:#222d4a;line-height:35px;padding-right:50px;}

.qypx_kc{margin-top:45px;}
.qypx_kc ul{display: flex;flex-wrap: wrap;justify-content: space-between;}

.qypx_kcnr ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qypx_kcnr ul li{width:49%;text-align: right;margin-top:60px;}
.qypx_kcnr ul li img{margin-right:-10px;position:relative;z-index:-1;}
.qypx_kcnr ul li dl{box-shadow: 0px 0px 30px rgba(25, 24, 28, 0.2);border-radius:20px;text-align: left;padding:30px 15px 30px;}
.qypx_kcnr ul li dl dt{font-size:28px;font-weight: bold;color:#222d4a;
background:url(../img/ico101.png) no-repeat left bottom;padding:20px 0 0 15px;display: inline-block;margin-bottom:30px;
}
.qypx_kcnr ul li dl dd span{
	line-height:40px;
	display: inline-block;
	color:#fff;
	background: linear-gradient(45deg,#565a7f,#28263c);
	box-shadow: 0 0px 20px rgba(19, 29, 54, 0.4);
	border-radius:40px;
	padding:0 20px;
	margin-right:14px;
}
.qypx_kcnr ul li dl dd{padding-left:15px;font-size:20px;color:#222d4a;}
.qypx_kcnr ul li dl dd:nth-child(3){margin-top:20px;}
.qypx_kcnr ul li dl dd:nth-child(3) span{
	background: linear-gradient(45deg,#f34a35,#ce0200);
	box-shadow: 0 0px 20px rgba(206, 2, 0, 0.4);
}
.qypx_kcnr_tel{margin-top:0 !important;}
.qypx_kcnr_tel span{float: left;margin-top:110px;margin-left:50px;}
.qypx_kcnr_tel span a{
	background: linear-gradient(45deg,#565a7f,#28263c);
	box-shadow: 0 0px 20px rgba(19, 29, 54, 0.4);
	color:#fff;
	font-size:26px;
	display: block;
	line-height:65px;
	padding:0 30px;
	border-radius:40px;
}
.qypx_kcnr_tel span a:nth-child(2){
	background: linear-gradient(45deg,#f34a35,#ce0200);
	box-shadow: 0 0px 20px rgba(206, 2, 0, 0.4);
	margin-top:35px;
}


.xcsj_banner{width:100%;background:url(../img/xcsj_banner.jpg) no-repeat center;height:650px;}
.xcsj_banner .w1200{color:#fff;text-align: center;padding-top:86px;font-weight: 400;}
.xcsj_banner dt{font-size:30px;}
.xcsj_banner h2{font-size:110px;font-weight: bold;line-height:130px;margin-top:20px;font-style: italic;}
.xcsj_banner h2 span{color:#e15451;}
.xcsj_banner dd{margin:18px 0px 50px;}
.xcsj_banner dd p{display: inline-block;padding-left:30px;background:url(../img/ico102.png) no-repeat left center;margin: 0 20px;font-size:18px;width:15%;text-align: left;line-height:40px;}
.xcsj_banner a{color: #fff;font-size:24px;padding:8px 90px;border-radius:50px ;margin:0px 6px 0px;
	background: -moz-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -webkit-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -o-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -ms-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: linear-gradient(to top, #e45d59 0%, #ef8278 10);
}
.ny_banner_a{background:none !important;}

.title_xcsj{text-align: center;padding-top:90px;}
.title_xcsj h2{font-size:48px;font-weight:bold;line-height:48px;position: relative;display: table;margin:-15px auto 0;}
.title_xcsj h2 em{color:#e15451;}
.title_xcsj dd{font-size:20px;line-height:42px;color:#fff;font-weight: 400;
	background: -moz-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -webkit-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -o-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -ms-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: linear-gradient(to top, #e45d59 0%, #ef8278 10);
	display: inline-block;
	padding:0 20px;
	border-radius:40px;
	margin-top:15px;
}
.title_xcsj span{color:#ebebf5;font-family: arial;font-size:70px;font-weight:bold;text-transform: uppercase;}
.title_xcsj h2::before{
	content: '';
    position: absolute;
	bottom:0px;
    z-index: 0;
	width:70px;
	height:38px;
	background:url(../img/ico103.png) no-repeat center;
	display: block;
	left:-86px;
}
.title_xcsj h2::after{
	content: '';
    position: absolute;
	top:6px;
    z-index: 0;
	width:57px;
	height:48px;
	background:url(../img/ico104.png) no-repeat center;
	display: block;
	right:-75px;
}

.xcsj_why{position: relative;padding-bottom:30px;margin-top:20px;}
.xcsj_why dl{position: relative;padding-top:20px;}
.xcsj_why dl dt{font-size: 26px;line-height:35px;margin-left:30px;}
.xcsj_why dl dt span{height:35px;width:35px;border-radius:100%;display: inline-block;background:#403d96;color:#fff;text-align: center;font-style: italic;font-size:24px;margin-right:10px;font-family: arial;}
.xcsj_why dl::after{
	content: '';
    position: absolute;
	bottom:-40px;
    z-index: 0;
	width:398px;
	height:40px;
	background:url(../img/ico105.png) no-repeat center;
	display: block;
	left:0;
}
.xcsj_why dl dd{font-size:18px;line-height:24px;padding:10px 0 8px;}
.xcsj_why.fr dl::after{
	content: '';
    position: absolute;
	bottom:-40px;
    z-index: 0;
	width:398px;
	height:40px;
	background:url(../img/ico106.png) no-repeat center;
	display: block;
	left:0;
}
.xcsj_why.fr dl{padding-left:35px;}
.xcsj_why_img{position: absolute;left:50%;bottom: 0;transform: translateX(-50%);}

.xcsj_gnlj{background:#f3f3fd;margin-top:45px;}
.xcsj_gnlj .title_xcsj span{color:#e0e0f3;}
.xcsj_gnlj_box{margin-top:70px;}
.xcsj_gnlj_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xcsj_gnlj_box ul li{
	/* background:url(../img/) no-repeat center; */
	color:#fff;
	width:48%;
	position: relative;
	margin-bottom:40px;
}
.xcsj_gnlj_box ul li dl{margin:36px 70px 0 40px;border-left:1px dashed #e45c59;}
.xcsj_gnlj_box ul li span{position: absolute;top:42px;left: 0;width: 100%;}
.xcsj_gnlj_box ul li img{width:100%;}
.xcsj_gnlj_box ul li dl dd{font-size:18px;line-height:30px;position: relative;padding-left:18px;}
.xcsj_gnlj_box ul li dl dd:nth-child(2){margin-top:20px;}
.xcsj_gnlj_box ul li dl dd::before{
	content: '';
    position: absolute;
	top:5px;
    z-index: 0;
	width:24px;
	height:24px;
	background:url(../img/ico107.png) no-repeat center;
	display: block;
	left:-13px;
}
.xcsj_gnlj_box ul li h3{font-size:30px;font-weight: bold;line-height:56px;display: inline-block;
	background: -moz-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -webkit-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -o-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -ms-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: linear-gradient(to top, #e45d59 0%, #ef8278 10);
	padding:0 24px;
	border-radius: 0 40px 40px 0;
}
.xcsj_gnlj_box ul li span::after{
	content: '';
    position: absolute;
	top:-10px;
    z-index: 0;
	width:103px;
	height:83px;
	background:url(../img/ico108.png) no-repeat center;
	display: block;
	right:16%;
}
.xcsj_ys{background:url(../img/xcsj_ys.png) no-repeat center top;padding-top:60px;}
.xcsj_ys .title_xcsj span{color:#514f9d;}
.xcsj_ys .title_xcsj h2{color:#fff;}
.xcsj_ys_box{margin-top:75px;}
.xcsj_ys_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xcsj_ys_box ul li{width:31%;background:#fff;text-align: center;padding:45px 0 26px;}
.xcsj_ys_box ul li dl{text-align: left;margin:0 35px;}
.xcsj_ys_box ul li dl h3{font-size:24px;color:#fff;font-weight:bold;display: inline-block;line-height:63px;
background: linear-gradient(130deg,#7575dc,#3d3b96);
position: relative;
width: 100%;text-indent:10px;
border-radius:0 40px 40px 0;
}
.xcsj_ys_box ul li dl h3 span{position:absolute;width: 60px;text-align: center;
background: linear-gradient(130deg,#f1877c,#e45c59);left:-60px;text-indent:0px;
font-size:30px;font-style: italic;font-family: arial;
}
.xcsj_ys_box ul li dl dd{font-size:18px;line-height:30px;padding: 20px 0;min-height:150px;}
.xcsj_form{background:#7377d5;border-radius:10px;padding:40px 0px;margin-top:45px;}
.xcsj_form h3{text-align: center;color:#fff;font-size:45px;font-weight: bold;line-height:45px;}
.xcsj_form dd{text-align: center;font-size:18px;color:#fff;padding-top:10px;}
.xcsj_form form{padding:0 30px;margin-top:35px;text-align: center;position: relative;}
.xcsj_form form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xcsj_form form ul li{width:32%;}
.xcsj_form form ul li input{width: 100%;line-height:55px;text-indent:20px;font-size:18px;color:#606060;border:none;}
.last_xcsj{width:100% !important;margin-top:20px;}
.last_xcsj textarea{width: 100%;line-height:55px;border:none;padding: 0;height:55px;font-size:18px;color:#606060;text-indent:20px;font-family: 微软雅黑;}
.send_xcsj{line-height:50px;font-size:24px;border-radius:40px;padding:0 90px;border: none;color:#fff;
	background: -moz-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -webkit-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -o-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -ms-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: linear-gradient(to top, #e45d59 0%, #ef8278 10);
	margin-top:30px;
}
.xcsj_form form span{position: absolute;left:30px;bottom:10px;color:#fff;}

.xcsj_fwdw {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:70px;}
.xcsj_fwdw .fwdw01 dl{position: relative;}
.xcsj_fwdw .fwdw01 dd{position:absolute;left:26px;top: 20px;color:#fff;font-size:20px;border-left:2px solid #fff;padding-left:8px;}
.xcsj_fwdw .fwdw01 img{border-radius:10px;width: 100%;}
.xcsj_fwdw .xcsj_fwdw_fl{width:37.5%;}
.xcsj_fwdw .xcsj_fwdw_box{width:36%;}
.xcsj_fwdw .xcsj_fwdw_box dl:nth-child(2){margin-top:10px;}
.xcsj_fwdw .xcsj_fwdw_fr{width:24.5%;}
.xcsj_fwdw .xcsj_fwdw_fr dl:nth-child(1){background:#5f61c6;border-radius:10px;margin-bottom:10px;}
.xcsj_fwdw .xcsj_fwdw_fr dl p{font-size:20px;line-height:30px;color:#fff;padding:20px 0 20px 28px;margin-left:50px;background:url(../img/ico111.png) no-repeat left top 30px;}

.xcsj_lc{background:url(../img/xcsj_lc.png) no-repeat center top;padding-top:60px;margin-top:40px;}
.xcsj_lc .title_xcsj span{color:#514f9d;}
.xcsj_lc .title_xcsj h2{color:#fff;}
.xcsj_lc_box_01{position: relative;margin-top:70px;}
.xcsj_lc_box_01 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xcsj_lc_box_01 ul li{background:url(../img/ico112.png) no-repeat center top;width:17%;position: relative;background-size: 100%;
    display: flex;
    align-items: center;
	height: 152px;
    justify-content: center;
}
.xcsj_lc_box_01 ul li span{position: absolute;top:-10px;background:#403d96;color:#fff;font-size:28px;font-weight:bold;font-family: arial;font-style: italic;border-radius: 100%;display: inline-block;line-height:45px;width:45px;text-align: center;left:13%;}
.xcsj_lc_box_01 ul li dd{font-size:24px;color:#fff;text-align: center;}
.xcsj_lc_box_01 ul:nth-child(2) li{background:url(../img/ico113.png) no-repeat center top;}
.xcsj_lc_box_01 ul:nth-child(2) li span{left: auto;right:13%;}
.xcsj_lc_box_01 ul:nth-child(2) li dd{margin-left:20px;}
.xcsj_lc_box_01 ul:nth-child(1){width: 100%;margin-left:-32px;}
.xcsj_lc_box_01 ul:nth-child(2){width: 100%;margin-left:32px; margin-top: -40px;}
.xcsj_lc_box_01 ul:nth-child(1) li dd{margin-right: 20px;}

.xcsj_lc_box{text-align: center;}
.xcsj_lc_box p a{color:#fff;border-radius:40px;line-height:50px;display: inline-block;padding:0 90px;font-size:24px;margin:40px 10px;
	background: -moz-linear-gradient(top, #181575 0%, #4a47ab 100%);
    background: -webkit-linear-gradient(top, #181575 0%, #4a47ab 100%);
    background: -o-linear-gradient(top, #181575 0%, #4a47ab 100%);
    background: -ms-linear-gradient(top, #181575 0%, #4a47ab 100%);
    background: linear-gradient(to top, #181575 0%, #4a47ab 10);
}
.xcsj_lc_box p a:nth-child(2){color:#fff;border-radius:40px;line-height:50px;display: inline-block;padding:0 90px;font-size:24px;
	background: -moz-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -webkit-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -o-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: -ms-linear-gradient(top, #e45d59 0%, #ef8278 100%);
    background: linear-gradient(to top, #e45d59 0%, #ef8278 10);
}


.footb{margin-top:0;background:#333;}
.bottom_foot{background:#000;}
.bottom_top{border-bottom:1px solid #5c5c5c;}
.footbnav_weixin{border-left: 1px solid #5c5c5c;}
.footbbq{border-top: 1px solid #5c5c5c;}
.footbnav_box_itembox .footbnav_itembox_link{color:#e5e5e5;}

/*企业识人用人响应式*/
@media ( max-width:1480px) {
.sryr_zzjg_box dl{zoom:0.8;}
.sryr_zzjg_box dl:nth-child(3){right: -50px;}
.sryr_zzjg_box dl:nth-child(4){right: -80px;}
.sryr_zzjg_box dl:nth-child(1){left: -70px;}
.sryr_zzjg_box dl:nth-child(2){left: -50px;}
.sryr_zzjg_box{margin-top:40px;padding-bottom:40px;}
}
@media ( max-width:1200px) {
.sryr_why img{width: 100%;}
.sryr_zzjg_box img{width: 60%;}
.sryr_zzjg_box dl:nth-child(3),.sryr_zzjg_box dl:nth-child(4){right: 0;}
.sryr_zzjg_box dl:nth-child(1),.sryr_zzjg_box dl:nth-child(2){left: 0;}
}
@media ( max-width:996px) {
   .sryr_why img{width: 100%;}
   .sryr_why dd:nth-child(3),.sryr_why dd:nth-child(4){top: 23%;}
   .sryr_why dd:nth-child(5){top:50%;}
   .sryr_why dd:nth-child(6){top: 50%;}
   .sryr_why dd:nth-child(4){right: 0;}
   .sryr_why dd:nth-child(1),.sryr_why dd:nth-child(3){left: 0;}
   .sryr_zzsl_box ul li span{left: 0;top: 8px;}
   .sryr_zzsl_box ul li{background: #fff url(../img/sryr_zzsl.jpg) no-repeat top left;height:450px;background-size: 100%;}
   .sryr_zzsl_box ul li dl{padding-left:18px;}
   .sryr_zzsl_box ul li dl dd{font-size:16px;}
   .sryr_zzjg_box img{width: 100%;padding-top: 240px;}
   .sryr_zzjg_box dl{width:37%;}
   .sryr_zzjg_box dl:nth-child(4),.sryr_zzjg_box dl:nth-child(2){top: 150px;}
   .sryr_fxgz_box ul li dl dt{font-size:24px;}
	.sryr_fxgz_box ul li dl dd{font-size:16px;}
}
@media ( max-width:576px) {
    .title_sryr h2{font-size:20px;}
	.sryr_why dd{position: initial;width:80%;margin:0 auto 15px;}
	.sryr_why dd:nth-child(5){padding: 10px 25px;}
	.sryr_why{margin-top:30px;}
	.sryr_why img{padding-top:20px;}
	.sryr_zzsl{margin-top:20px;}
	.title_sryr{padding-top:40px;}
	.sryr_zzsl_box ul li{width:90%;margin:0 auto 20px;background-size: 100%;background: #fff url(../img/sryr_zzsl.jpg) no-repeat top left;height: 382px;}
	.sryr_zzsl_box{padding: 30px 0;}
	.sryr_zzsl_box ul li dl {
	    padding-left: 15%;
	}
	.sryr_zzsl_box ul li span{left: 10px;top: 18px;}
	.sryr_zzjg_box dl{position: initial;width: 60%;margin: 0 auto 20px;}
	.sryr_zzjg_box img{padding-top:20px;}
	.title_sryr dd{line-height:30px;font-size:16px;}
	.sryr_fxgz_box ul li{width:90%;margin:0 auto 20px;}
	.sryr_fxgz_box ul li dl dt{font-size:18px;}
	.sryr_fxgz_box ul li dl dd{font-size:14px;}
	.sryr_banner dl{padding-left:20px;padding-top: 50%;}
	.sryr_banner dl h2{font-size:40px;}
	.sryr_banner dl dt{font-size:26px;}
	.sryr_banner dl dd{font-size:16px;line-height: 30px;}
}
/*企业识人用人响应式 end*/

/*企业文化导入响应式*/
@media ( max-width:1200px) {
.qywh_lc .w1200 img{width:100%}
.qywh_why_fr dl dt{font-size:22px;}
.qywh_why_fr dl dd{font-size:16px;}
.title_qywh h2{margin-top: -47px;}
.qywh_why_fl {width: 42%;}
.qywh_why_fl img{width:100%;}
.qywh_why_fr{width:58%}
}
@media ( max-width:996px) {
 .qywh_why_fr{width:100%;}
 .qywh_why_fl{margin:0 auto;float:none !important;display: block !important;}
 .qywh_gnlj_top{padding:0;}
 .qywh_gnlj_img{padding-top:0;}
 .qywh_gnlj_box ul li dl dt{font-size:20px;}
 .qywh_gnlj_box ul li dl dd{font-size:16px;}
 .qywh_ys .title_qywh{padding-top:40px;color:#333;}
 .qywh_ys .mod19 #nextTop{display:none;}
 .qywh_ys .mod19 .listBox{width:100%;}
 .qywh_ys .mod19 .picBox{margin-left:0;}
 .qywh_ys .title_qywh span{color: #d5defd;}
 .qywh_ys .mod19 .listBox li{width:45%;float:left;}
}
@media ( max-width:576px) {
    .qywh_banner dl h2{font-size:28px;line-height: initial;}
    .qywh_banner dl h4{font-size:38px;}
    .qywh_banner dl h2 span img{width:38px;}
    .qywh_banner dl dt{font-size:18px;padding-top:20px;}
    .qywh_banner dl a{margin-top:20px;}
    .title_qywh span{font-size:32px;}
    .title_qywh h2{font-size:20px;}
    .title_qywh h2{margin-top: -35px;}
    .title_qywh span::before{
	content: '';
	position: absolute;
	bottom: 10px;
	z-index: 0;
	width: 15px;
	height: 15px;
	background:#ff6600;
	border-radius:100%;
	display: block;
	left:40px;
}
.title_qywh span::before{
	content: '';
	position: absolute;
	bottom: 10px;
	z-index: 0;
	width: 15px;
	height: 15px;
	background:#ff6600;
	border-radius:100%;
	display: block;
	left:40px;
}
.title_qywh {
    padding-top: 30px;
}
.title_qywh dd {
    font-size: 16px;
    line-height: 20px;
}
.qywh_why {
    padding-top: 20px;
}
.qywh_why_fr h3 {
    font-size: 22px;}
.qywh_why_fr dl dt {
    font-size: 18px;
}
.qywh_why_fr dl dd {
    line-height: inherit;
}
.qywh_gnlj_img{display:none;}
.qywh_gnlj_top dl{margin-left:0;}
.qywh_gnlj_top dl dd{font-size: 16px;margin-top:20px;}
.qywh_gnlj_top dl a{    margin-top: 30px;font-size: 16px;}
.qywh_gnlj_top dl dt{font-size:24px;}
.qywh_gnlj_box ul{margin:0 auto;}
.qywh_gnlj_box ul li{width:95%;margin: 0 auto 20px;}
.qywh_ys .mod19 .listBox li{width:95%;padding:0;float:none;margin:0 auto;}
.qywh_ys .mod19 .listBox li a{    padding-right: 20%;width: 70%;font-size: 20px;}
.qywh_ys .mod19 #prev, .qywh_ys .mod19 #next{display:none;}
.qywh_ys .mod19{margin-top:0;}
.qywh_ys .mod19 .listBox{margin-top:20px;}
.qywh_ys .mod19 .picBox li{max-width: 388px;height:330px;}
.qywh_ys .mod19 .picBox .ds_dg .ds_box img{width:100%;}
.qywh_ys .mod19 .picBox .ds_dg{background:none;}
.qywh_ys .mod19 .picBox{height:330px;}
.qywh_ys .qywh_a{font-size:18px;margin: 25px auto 30px;}
.qywh_ys .title_qywh{padding-top: 140px;color:#fff;}
.qywh_ys .title_qywh span {
    color: #4882f6;
}
}
/*企业文化导入响应式 end*/

/*薪酬设计*/
@media ( max-width:1200px) {
.xcsj_lc_box_01 ul:nth-child(2) li{background-size: 100%;}
}
@media ( max-width:996px) {
.xcsj_banner h2{font-size:90px;}
.xcsj_banner dd p{width:20%;}
.xcsj_gnlj_box ul li h3{font-size:20px;line-height:40px;}
.xcsj_gnlj_box ul li span{top:10px;}
.xcsj_gnlj_box ul li span::after{zoom:0.6;}
.xcsj_gnlj_box ul li dl dd{font-size:14px;line-height: 25px;}
.xcsj_gnlj_box ul li dl{margin-top:10px;}
.xcsj_why_img{position: initial;transform: initial;text-align: center;}
.xcsj_banner dd{margin: 30px 0px 50px;}
.xcsj_ys_box ul li dl{margin: 0 0 0 35px;}
.xcsj_ys_box ul li dl h3{font-size: 18px;}
.xcsj_ys_box ul li dl dd{font-size:16px;}
.xcsj_form form ul li input,.last_xcsj textarea{font-size:16px;}
.send_xcsj{font-size:20px;}
.xcsj_form form span{position:initial;}
.xcsj_lc_box_01 ul li dd{font-size:16px;}
.xcsj_lc_box_01 ul li{height:110px;}
.xcsj_lc_box_01 ul:nth-child(1),.xcsj_lc_box_01 ul:nth-child(2){margin:0 auto;}
.xcsj_lc_box p a,.xcsj_lc_box p a:nth-child(2){font-size:20px;}
}
@media ( max-width:576px) {
  .xcsj_banner h2{font-size:30px;line-height: 40px}
  .xcsj_banner dd br{display:none;}
  .xcsj_banner dd p{width:40%;margin:0 auto;font-size: 16px;text-align: center;}
  .xcsj_banner a{font-size:18px;}
  .xcsj_banner dt{font-size:20px;}
  .xcsj_banner .w1200{padding-top:45%;}
  .title_xcsj span{font-size:40px;}
  .title_xcsj h2{font-size:26px;}
  .title_xcsj h2::before{left: -70px;background-size: 60%;}
  .title_xcsj h2::after{background-size: 60%;right: -60px;}
  .title_xcsj{padding-top:40px;}
  .title_xcsj dd{font-size:16px;}
  .xcsj_why_img img{width:60%;}
  .xcsj_why dl dt{font-size:20px;}
  .xcsj_why dl dd{font-size:15px;}
  .xcsj_why.fr{float:left;}
  .xcsj_gnlj_box ul li{width:100%;}
  .xcsj_ys_box ul li{width:95%;margin:0 auto;padding: 20px 0 10px;}
  .xcsj_ys_box ul li dl{margin:0 35px;}
  .xcsj_ys_box ul li dl dd{min-height:auto;}
  .xcsj_form h3{font-size: 26px;}
  .xcsj_form form ul li input, .last_xcsj textarea{font-size:12px;text-indent: 10px;line-height:40px;}
  .xcsj_form form{padding: 0 10px;}
  .last_xcsj textarea{height:40px;}
  .send_xcsj{font-size:14px;line-height: 40px;}
  .xcsj_form form span{display: inline-block;}
  .xcsj_form dd{font-size:16px;}
  .xcsj_fwdw .xcsj_fwdw_fl{    width:100%; margin: 0 auto 2%;}
  .xcsj_fwdw .xcsj_fwdw_fr,.xcsj_fwdw .xcsj_fwdw_box{width:49%;}
  .xcsj_fwdw{margin-top:30px;}
  .xcsj_lc_box_01 ul{display: block;}
  .xcsj_lc_box_01 ul:nth-child(1){width:49%;float:left;margin-left: 5%;}
  .xcsj_lc_box_01 ul:nth-child(2){width:49%;float:left;margin-top: 80px;margin-left: -10%;}
  .xcsj_lc_box_01 ul li{width:80%;height: 120px;margin: 0 auto;margin-bottom: 20px;}
  .xcsj_lc_box_01 ul li span{font-size:22px;}
  .xcsj_lc_box_01{margin-top:30px;}
  .xcsj_lc{    background: #403d96 url(../img/xcsj_lc.png) no-repeat center top;padding-top: 0px;padding-bottom:30px;}
  .xcsj_lc_box p a{margin: 10px 10px;}
}
/*薪酬设计 end*/


/*绩效考核*/
@media ( max-width:996px) {
.jxkh_why_dg img{width:100%;}
.jxkh_jgyy_box dl:nth-child(1){left:54%}
.jxkh_jgyy_box a.jxkh_a{z-index:9;font-size: 16px;}
.jxkh_jgyy_box dl{z-index:9;}
.jxkh_content01 ul li::after{left: 145px;}
.jxkh_content02 ul li dl dt{font-size:20px;}
.jxkh_content02 ul li dl dd{font-size:16px;}
.jxkh_content02 ul li dl{padding: 30px 10px 0px;}
}
@media ( max-width:576px) {
.jxkh_banner dl h2{font-size: 40px;}
.jxkh_banner dl h2 span{font-size:30px;}
.jxkh_banner dl dt{font-size:22px;}
.jxkh_banner dl dd p{font-size:18px;line-height: 35px;}
.jxkh_banner dl a{font-size:14px;padding: 0 30px 0 60px;line-height: 40px;background: #fff url(../img/ico56.png) no-repeat center left 25px;background-size: 30px;}
.title_jxkh span{font-size:65px;}
.title_jxkh h2{font-size:26px;line-height: 60px;  margin-top: -80px;}
.title_jxkh{padding-top:20px;}
.jxkh_why_box{position: inherit;top: 20px;}
.jxkh_why_box dd{margin-left:0px !important;width:80%;display: block;padding: 18px 10%;margin-bottom: 20px;}
.why_fl dl,.why_fr dl{float: none;}
.why_fr dd:nth-child(1),.why_fr dd:nth-child(3){right:0;}
.jxkh_jxgl_box ul li{width:45%;margin-bottom: 30px;}
.jxkh_jxgl_box ul li dl dd{font-size:14px;line-height: 20px;}
.jxkh_jxgl{ background: url(../img/jxkh_jxgl.jpg) no-repeat center top;}
.jxkh_jxgl_box ul li dl dt{font-size:20px;}
.jxkh_jxgl_box{margin: 20px auto 0;}
.jxkh_jxgl_box a{font-size:16px;}
.jxkh_jgyy_box dl:nth-child(1){left:0;transform: initial;}
.jxkh_jgyy_box dl{position: initial;}
.jxkh_jgyy_box{padding-top:30px;}
.jxkh_jgyy_box a.jxkh_a{position: initial;margin: 20px;}
.jxkh_jgyy_box img{width:100%;}
.jxkh_content01 ul li{width:50%;zoom: 0.6;}
.jxkh_content01 ul li::after{left:90%;}
.jxkh_content02 ul p{font-size: 18px;padding: 35px 30px;}
.jxkh_content02 ul li{height:auto;}
.jxkh_content02 ul li dl dt{font-size:18px;line-height: 30px;}
.jxkh_content02 ul li dl dd{line-height: 26px;padding: 20px 0;}
.jxkh_content02 ul li dl{padding: 10px 10px 0px;}
.jxkh_content01 ul li:nth-child(2)::after{display:none;}
}
/*绩效考核 end*/

/*抖音课程*/
@media ( max-width:996px) {
.dypx_ico img{width:100%;}
.dypx_qyzy_box ul li dl{padding: 45px 15px;}
.title_dypx span{font-size:50px;}
.title_dypx h2{font-size:40px;}
.title_dypx dd{font-size:20px;}
.dypx_dzdy ul li{width: 27%;}
.dypx_dzdy ul li dl dt{font-size:20px;}
.dypx_dzdy ul li::after{right: -70px;}
.dypx_dzdy ul li dl{    padding: 40px 28px 10px;}
.dypx_fwlc ul li dl dd{font-size:14px;}
.dypx_fwlc ul li dl dt{font-size:28px;}
.dypx_fwlc ul li{width:8.3%}
.dypx_banner{background-size: 180%;height: 250px;margin-top:70px;}
.title_dypx{padding-top:30px;}
}
@media ( max-width:576px) {
.title_dypx span{font-size:28px;}
.title_dypx h2{font-size:20px;margin: -25px auto 0;}
.title_dypx dd{font-size:16px;line-height: 24px;font-weight:400;}
.dypx_qyzy_box ul li{width:100%;}
.dypx_dzdy ul li{width:48%;float: left;margin-top: 18px;}
.dypx_dzdy ul li::after{display:none;}
.dypx_dzdy ul{display: block;}
.dypx_dzdy ul li dl{padding: 40px 20px 10px;}
.dypx_gg{margin-top:30px;background-size: 190%;height: 100px;}
.dypx_ds ul li{width:49%;}
.dypx_ds ul li dl{padding: 0 6px;}
.dypx_ds ul li dl dt{font-size:18px;}
.dypx_ds ul li dl dt span{font-size:14px;}
.dypx_jszd h3{font-size:24px;padding: 20px 0 20px;}
.dypx_jszd dl dt{padding:0 10px;font-weight:400;font-size: 16px;}
.dypx_jszd dl dd{padding:20px;}
.dypx_fwlc ul li:nth-child(odd){margin-top:0px;}
.dypx_fwlc{height:auto;margin: 40px auto 0;background:none;}
.dypx_fwlc ul{display: block;}
.dypx_fwlc ul li{width:25%;float: left;}
.dypx_fwlc ul li:nth-child(odd) dl::after{bottom:0;top:-4px;}
}
/*抖音课程 end*/

/*股权激励*/
@media ( max-width:996px) {
.gqjl_why:nth-child(1){margin-left:0px;}
.gqjl_why:nth-child(2),.gqjl_why:nth-child(3),.gqjl_why:nth-child(4){margin-top:0px;}
.gqjl_why_dg .gqjl_why_img{position: initial;transform: initial;text-align: center;display:none;}
.gqjl_why{width: 50%;transform: skewY(0deg);background: #cc0000 url(../img/ico18.png) no-repeat center center;background-size: 90% !important;}
.gqjl_why:nth-child(2){margin-right:0;}
.gqjl_ys_fl {width:50%;margin-top: 10%;}
.gqjl_ys_fl img{width:100%;}
.gqjl_gg_01 h3{font-size: 60px;}
.gqjl_gg_01 dd{font-size:28px;padding-top: 0px;}
.title_gqjl h2{font-size:30px;}
.title_gqjl{padding-top:30px;}
.gqjl_fangan ul li dl dd br{display:none;}
.gqjl_gg_02{background-size: 140%;height: 184px;}
.gqjl_img img{width:100%;}
.message_fl{padding:0 10%;width:80%;}
.message_fl img{width:100%;}
.message_fr{margin:0 10%;width:80%;max-width: initial;}
}
@media ( max-width:576px) {
.gqjl_banner .w1200 dl dt{font-size:40px;line-height: 60px;}
.gqjl_banner .w1200 dl dd{font-size:26px;}
.gqjl_banner .w1200 dl{transform: initial;padding-top: 50%;}
.title_gqjl h2{font-size: 22px;}
.title_gqjl dd{font-size: 18px;line-height: 25px;}
.gqjl_why{width:100%;}
.gqjl_why dl dt{font-size: 20px;padding-top:0;}
.gqjl_why_dg .gqjl_why_img{display:block;}
.gqjl_why_dg .gqjl_why_img img{width:60%;}
.gqjl_ys_fl{width:100%;margin:10% 0;}
.gqjl_ys_fr dl dd{font-size:20px;float: left;width:50%;line-height: 50px;text-align: center;}
.gqjl_ys_fr dl{padding-left:0;background:none;}
.gqjl_neirong .w1200 a{font-size:20px;}
.gqjl_neirong_box ul li{width:100%;margin-bottom:20px;}
.gqjl_neirong_box ul li dl dt{font-size: 22px;}
.gqjl_neirong_box ul li dl dd{font-size: 15px;}
.gqjl_gg_01 h3{font-size:30px;line-height:30px;}
.gqjl_gg_01 dd{font-size:18px;}
.gqjl_gg_01{padding:20px 0;}
.gqjl_ico ul li{width:48%;}
.gqjl_gg{height:400px;}
.gqjl_ico{margin-top: -40px;}
.gqjl_ico ul li dl dt{font-size: 22px;padding: 20px 0px 15px;}
.gqjl_ico ul li dl dd{font-size:16px;}
.gqjl_fangan ul li{width:100%;}
.gqjl_fangan ul li dl dt{font-size:20px;}
.gqjl_gg_02{height:85px;}
.message_fr li input{width:100%;}
.message_box{padding:20px 0;}
.message_fr form dd{width: 100%; display: inline-block;}
.message_fr form input.send{width: 100%;font-size:16px;}
.message{padding:20px 0;}
}
/*股权激励 end*/

/*魔鬼训练营*/
@media ( max-width:996px) {
.xly_gg_ico{width:33%;float:left !important;}
.xly_gg_ico dl{padding-left:0px;padding-top:70px;}
.xly_gg_box .clear{display:none;}
.xly_gg_ico dl{float:left;width:33.3%;text-align: center;background-position: center top !important; margin-bottom: 20px;}
.xly_gg_ico{width:100%;}
.xly_gg_tt{padding-bottom:40px;}
.xly_gg{background-size: 160%;padding-bottom: 350px;background: #4e8cee url(../img/xly_gg.jpg) no-repeat center bottom -200px;}
.xly_gg_ico01 dl{margin-top:0px;}
.xly_gg_ico dl dd{line-height:25px;}
.xly_img ul li{width: 49.8%;}
}
@media ( max-width:576px) {
.xly_banner{zoom:0.6;}
.title_xly h2{font-size:26px;}
.title_xly{margin-top:25px;}
.title_xly dd{font-size:16px;line-height: 25px;}
.xly_ico ul li{width:49%}
.xly_gg_tt dd{font-size: 36px;}
.xly_gg_tt h4{font-size: 32px;}
.xly_gg_ico dl dt{font-size: 20px;}
.xly_gg_ico dl dd{font-size:14px;}
.xly_gg{background: #4e8cee url(../img/xly_gg.jpg) no-repeat center bottom -100px;background-size:220%; padding-bottom:160px;}
.xly_gg_ico01 dl{width:100%;}
.xly_img ul li dl dd::before{display:none;}
.xly_img ul li dl dt{font-size:18px;font-weight:400;}
.xly_img ul li dl dd{padding-bottom:0;}
.xly_process_box ul li{width:48%;padding-top: 30px !important;}
.xly_process_box ul li dl dd br{display:none;}
.xly_process_box ul li dl dt{padding-top: 20px;}
}
/*魔鬼训练营 end*/

/*培训体系*/
@media ( max-width:996px) {
.qypx_banner{zoom:0.8;}
.qypx_why dd{font-size:18px;}
.qypx_a a{font-size:18px;line-height:45px;}
.qypx_sxnr{padding: 80px 20px;}
.qypx_sxnr p{font-size:18px;}
.qypx_jjkr ul li{width: 48.5%;}
.qypx_kc ul li{width:32%;}
.qypx_kc ul li img{width:100%;}
.qypx_kcnr ul li{width:100%;}
.qypx_kcnr_tel span a{font-size:18px;line-height:45px;}
}
@media ( max-width:576px) {
.qypx_banner{background-size:160%;height: 300px;margin-top: 70px;}
.qypx_banner .w1200 span{width:70%;bottom: 20px;}
.qypx_banner .w1200 span a{font-size:16px;}
.title_qypx h2{font-size:18px;}
.title_qypx span{font-size:50px;}
.title_qypx{padding-top: 20px;}
.title_qypx dd{font-size: 16px;padding-top: 0px;}
.qypx_why dd{font-size: 16px;padding: 20px 0;}
.qypx_a a{margin: 0 10px;font-size:16px;}
.qypx_sxnr{padding: 20px 20px;}
.qypx_sxnr .title_qypx{padding-bottom: 20px;}
.qypx_sxnr p{font-size: 14px;}
.qypx_sxnr p br:nth-child(2),.qypx_sxnr p br:nth-child(4){display:none;}
.qypx_jjkr ul li{width:100%;margin-top:30px;}
.qypx_jjkr ul li dl{padding: 20px 0px 30px 20px;}
.qypx_jjkr ul li dl img{width:90px;}
.qypx_jjkr ul li dl dt{font-size: 20px;padding: 10px 0;}
.qypx_jjkr ul li dl dd{padding-right: 20px;line-height: 25px;}
.qypx_kc ul li{width:32.5%;}
.qypx_kcnr ul li{margin-top: 10px;}
.qypx_kcnr ul li dl dd{font-size:16px;padding-left:0px;}
.qypx_kcnr ul li img{width:100%;}
.qypx_kcnr ul li dl dt{font-size:24px;}
.qypx_kcnr_tel span{margin-top:30px;}
.qypx_kcnr_tel span a{display: inline-block;}
.qypx_kcnr_tel span a:nth-child(2){margin-top:0px;}
.qypx_kcnr ul li.qypx_kcnr_tel{text-align: center;}
.qypx_kcnr_tel span{float:none;margin:20px auto;}
.qypx_kcnr_tel span a{font-size:16px;margin:20px auto;}
}
/*培训体系 end*/

.product .swiper-slide{width:33.3%;background:none;}
/*名师团队*/
@media ( max-width:996px) {
.szll_gg{background-size:160%;height: 180px;}
.title_szll h2{font-size:50px;}
.szll_ys ul li::after{right: -50px;}
.szll_a{padding: 10px 60px;font-size: 16px;}
.szll_ys ul{margin-bottom:0px;}
.szll_kc{margin-top:30px;}
#ifocus{width:100%;}
.szll_kc_box .fr{width:100%;padding-top:30px;}
.szll_kc_box{padding: 40px 0;}
.szll_kc_box .fr dd{padding: 20px 0 30px;}
.szll_zb ul li a{padding: 0 50px; line-height: 35px;}
.szll_gg01{background-size: 180%;height: 490px;margin-top: 30px;}
.product-wrap .product li div{padding: 18px 0 18px 0px;}
}
@media ( max-width:576px) {
.szll_banner{background-size:250%;height:350px;margin-top:70px;}
.title_szll h2{font-size:22px;padding-top: 20px;}
.title_szll dd{font-size:16px;padding-top:0px;}
.lanrenzhijia{margin: 30px auto;}
.lanrenzhijia .title-list li{font-size:16px;padding: 10px 30px;}
.product{margin-top: 20px;}
.lanrenzhijia .title{padding-top:20px;}
.product .swiper-slide{width:80%;padding:0 10%;background:none;}
.product-wrap{margin-bottom: 30px;}
.szll_gg{height:80px;}
.szll_ys ul li{width: 43%;background:#6023d3 url(../img/szll_ys01.png) no-repeat top center;background-size: 100% !important;background-color: #6023d3 !important;}
.szll_ys ul li:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 38px;
    background: url(../img/ico54.png) no-repeat center bottom;
    height: 37px;
    transform: translateY(-50%);
    display: block;
    right: -50px;
}
#ifocus_piclist{margin-left:0px;}
#ifocus_piclist img{height:auto;}
#ifocus_btn{max-width: initial;height: 60px;}
#ifocus_btn li{width:30%;float:left;margin-right:3%;}
.szll_zb p{font-size:20px;line-height: 35px;padding-top: 10px;}
.szll_zb h3{font-size:30px;}
.szll_zb ul li{width:49%;}
.szll_gg01{height: 220px;}
}
/*名师团队 end*/

/*公司简介*/
@media ( max-width:996px) {
.gywm_fl{width:100%;}
.gywm_fr,.gywm_fr img{width:100%;}
}
@media ( max-width:576px) {
.gywm_banner .w1200 dl dt{font-size:26px;color:#333;}
.gywm_banner .w1200 dl dd{font-size:16px;background-color: rgba(255, 255, 255, .7);}
.gywm_banner .w1200 dl a{font-size:16px;display: inline-block;margin-bottom: 10px;}
.gywm_box h2{font-size:26px;padding:30px 0px;}
.gywm_fl dl dt{font-size:28px;}
.gywm_gg img{width:100%;}
.gywm_gd{margin-top: -50px;padding: 70px 0px 40px;}
.gywm_gd h4{font-size: 30px;}
.gywm_gd dd{font-size:16px;}
.gywm_fc h2{font-size:24px;padding: 20px 0;}
.gywm_fc ul li{width:49%;}
.gywm_fc a{font-size:16px;}
.gywm_fc ul li dd{font-size:16px;}
}
/*公司简介 end*/