<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* 头部 */
.header{width: 100%;height: 100px;line-height: 100px;z-index:1000;background-color: #fff;padding: 0 50px;}
.header .logo img {height: 65px;}
.header .head_r{display: flex;}
.header .head_r .nav{margin-right: 10px;}
.header .head_r .nav ul{z-index: 1;margin-bottom: 0;}
.header .head_r .nav .tel{padding-top: 15px;}
.header .head_r .nav h2{font-size: 28px;color: #e85900;}
.header .head_r .nav ul li{float: left;margin-left: 30px;line-height: 45px;}
.header .head_r .nav ul li a{font-size: 20px;color: #000;}
.header .head_r .nav .nli.on&gt;a{color: #e85900;}
.header .nav .nli .sub {
	display: none;
	overflow: hidden;
}

/*.header .nav .nli:hover .sub {
	display: block;
	width: 250px;
	border: 1px solid #edecec;
	left: -10px;
	top: 22px;
	background: #fff;
	position: absolute;
	color: #333;
	padding: 0px 0px;
}*/

.header .nav .nli:hover .sub {
    display: block;
    width: 200px;
    /* min-width: 100px;
    max-width: 120px; */
    border: 1px solid #edecec;
    z-index: 15;
    /*left: 0;*/
    top: 88px;
    background: #fff;
    position: absolute;
    color: #333;
    padding: 0px 0px;
    /*padding-right: 15px;*/
}

.header .nav .sub li {
	/*height: 40px;*/
	margin-left: 0!important;
	line-height: 40px;
	width: 100%!important;
	border-bottom: 1px dashed #edecec;
    float: none;
    color: #333;
    text-align: left;
}

.header .nav .sub li a {
	color: #333;
	display: block;
	font-size: 18px;
	text-align: center;
}

.header .nav .sub a:hover {
	color: #ed8001;
	/* border-left: 5px solid #2b7bc6; */
}


/* 分页 */
.sabrosus{display: flex; justify-content: center; align-items: center; font-size: 14px;margin: 80px 0;}
.sabrosus a{display: block; width: 40px; height: 40px; line-height: 40px; margin: 0 5px; text-align: center; border-radius: 5px; border: 1px solid #ccc;}
.sabrosus a i{line-height: 40px; font-size:20px;}
.sabrosus a:hover{color: #fff; background-color: #E37D14;}
.sabrosus a.current{color: #fff; background-color: #E37D14;}
.sabrosus a.disabled0{color: #d9dce2; border-color: #d9dce2; background-color: transparent; pointer-events:none}

/* 底部 */
.footer{width: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.footer .footer_main{width: 85%;margin: 0 auto;}
.footer .footer_main .foot_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px dashed #333;padding-bottom: 40px;padding-top: 65px;}
.footer .footer_main .foot_top .info p{font-size: 16px;color: #333;font-weight: bold;}
.footer .footer_main .foot_bott{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
.footer .footer_main .foot_bott .foot_nav ul li{float: left;margin-right: 20px;}
.footer .footer_main .foot_bott .foot_nav ul li a{font-size: 18px;color: #333;font-weight: bold;}
.footer .footer_main .foot_bott .foot_r p{font-size: 12px;color: #333;}


/* 手机版导航栏 */
.wrap_phone{display: none; width: 100%; height: 60px; position: fixed; left: 0; top: 0; z-index: 99; background-color: rgba(255, 255, 255, 0.7);}
.phone_box{height: 100%;}
.wrap_phone .logo{width: 75px; margin-top: 10px;margin-left: 10px;}
.wrap_phone .logo img{display: block; width: 100%; height: auto;}
.wrap_phone.lateral-menu-is-open{transform: translateX(-66%); -webkit-transform: translateX(-66%); -moz-transform:translateX(-66%);-ms-transform:translateX(-66%); -o-transform:translateX(-66%); transition:all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;}
#cd-menu-trigger{padding-top: 22px;padding-right: 10px;}
#cd-lateral-nav .hotline1{box-sizing: border-box; padding: 20px; background-color: #075ea1; color: #fff;}
#cd-lateral-nav .hotline1 a{font-size: 14px;}
#cd-lateral-nav .hotline1 a:hover{color: #fff;}
#cd-lateral-nav p{text-align: center;font-size: 16px;margin-top: 20px;color: #e85900;}



/* 首页 */
.in_banner {height: auto;}
.in_banner .img img{width: 100%;}
.in_banner .img embed{width: 100%;}

.index1{background-color: #f1f1f1;padding-top: 60px;}
.index1 .ind1_left{width: 49%;padding-top: 30px;position: relative;padding-left: 9%;padding-top: 6%;}
.index1 .ind1_left .title{position: absolute;left: 30px; width: 180px; top: 40px;}
.index1 .ind1_left .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index1 .ind1_left .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}
.index1 .ind1_left .box{position: relative;}
.index1 .ind1_left .box img{width: 100%;}
.index1 .ind1_left .box .wz{position: absolute;top: 38%;left: 50%;transform: translateX(-50%); text-align: center;}
.index1 .ind1_left .box .wz p{font-size: 24px;color: #fff;font-weight: bold;}
.index1 .ind1_left .box .ind1_btn a{display: inline-block;width: 165px;height: 65px;font-size: 26px;color: #fff;text-align: center;line-height: 65px;border-radius: 20px;background-color: #ed8001;position: absolute;bottom: 20px;right: 20px;font-weight: bold;box-shadow: 6.364px 6.364px 4px 0px rgba(0, 0, 0, 0.6);}
.index1 .ind1_right{width: 48%;position: relative;padding-right: 9%;padding-top: 6%;}
.index1 .ind1_right .title{position: absolute; top: 40px; right: 30px; width: 180px;}
.index1 .ind1_right .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index1 .ind1_right .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}
.index1 .ind1_right .ind1_banner .img img{width: 100%;}
.index1 .ind1_right .ind1_banner .swiper-pagination{position: absolute;bottom: 30px;left: 0;}
.index1 .ind1_right .ind1_banner .swiper-pagination-bullet{background-color: #52b0e3;}
.index1 .ind1_right .ind1_banner .swiper-pagination-bullet-active{background-color: #fff;}
.index1 .ind1_right .btn_r{text-align: center;margin-top: 20px;}
.index1 .ind1_right .btn_r a{display: inline-block;font-size: 24px;color: #01265d;}

.index2{background-color: #f1f1f1; padding-top: 120px;}
.index2 .title{position: relative; margin-left: 30px;}
.index2 .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index2 .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}
.index2 .ind2{width: 80%;margin: 0 auto;border: 2px solid #b4b4b4;border-radius: 10px;padding: 20px 40px;margin-top: 20px;}
.index2 .ind2 .ind2_l{width: 37%;}
.index2 .ind2 .ind2_l .ind2_box{display: flex;justify-content: space-between;align-items: center;}
.index2 .ind2 .ind2_l .ind2_box .ind2_wz{width: 60%;padding-right: 10px;}
.index2 .ind2 .ind2_l .ind2_box .ind2_wz h2{font-size: 24px;color: #01265d;margin-bottom: 20px;}
.index2 .ind2 .ind2_l .ind2_box .ind2_wz p{font-size: 14px;color: #01265d;}
.index2 .ind2 .ind2_l .ind2_box .img{width: 40%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.index2 .ind2 .ind2_l .ind2_box .img img{display: block;width: 100%;height: auto;}
.index2 .ind2 .ind2_r{width: 60%;}
.index2 .ind2 .ind2_r .ind2_cot .ind2_img{background-repeat: no-repeat;background-position: center;background-size: cover;}
.index2 .ind2 .ind2_r .ind2_cot .ind2_img img{display: block;width: 100%;height: auto;}
.index2 .ind2 .ind2_r .ind2_cot .wz{text-align: center;margin-top: 10px;}
.index2 .ind2 .ind2_r .ind2_cot .wz p{font-size: 16px;color: #01265d;}

.index3{background-color: #cfe9f6;padding: 80px 0;}
.index3 .ind3_main{width: 80%;margin: 0 auto;}
.index3 .ind3_main .ind3_l{width: 44%;background-color: #f1f1f1;border-radius: 20px;padding: 20px;box-shadow: 6.364px 6.364px 4px 0px rgba(0, 0, 0, 0.4);padding-top: 40px;height: 850px;}
.index3 .ind3_main .ind3_l .title{position: relative;text-align: center;}
.index3 .ind3_main .ind3_l .title h2{font-size: 36px;color: #333;  padding-bottom: 10px;}
.index3 .ind3_main .ind3_l .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin: 0px auto;}
.index3 .ind3_main .ind3_l .img{margin-top: 40px;}
.index3 .ind3_main .ind3_l .img img{width: 100%;}
.index3 .ind3_main .ind3_r{width: 53%;background-color: #fff;border-radius: 25px;padding-top: 60px;height: 850px;}
.index3 .ind3_main .ind3_r .title{position: relative;text-align: center;}
.index3 .ind3_main .ind3_r .title h2{font-size: 36px;color: #333; padding-bottom: 10px;}
.index3 .ind3_main .ind3_r .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin: 0px auto;}
.index3 .ind3_main .ind3_r .test1{width: 510px;height: 272px; border: 5px dotted #ed8001; border-radius: 30px;box-shadow: 2.939px 4.045px 4px 0px rgba(0, 0, 0, 0.14);text-align: center;padding: 40px 40px;margin: 0 auto;margin-top: 60px;}
.index3 .ind3_main .ind3_r .test1 p{font-size: 16px;color: #060d32;}
.index3 .ind3_main .ind3_r .test1 .test1_btn{text-align: center;margin-top: 40px;}
.index3 .ind3_main .ind3_r .test1 .test1_btn a{display: inline-block; width: 387px; height: 73px; background-position: center;background-repeat: no-repeat;background-size: cover;font-size: 36px;color: #fff;line-height: 85px;}
.index3 .ind3_main .ind3_r .test2{width: 510px;height: 272px;background-color: #ed8001;border-radius: 30px;box-shadow: 2.939px 4.045px 4px 0px rgba(0, 0, 0, 0.14);text-align: center;padding: 40px 40px;margin: 0 auto;margin-top: 30px;}
.index3 .ind3_main .ind3_r .test2 p{font-size: 16px;color: #fff;}
.index3 .ind3_main .ind3_r .test2 .test2_btn {text-align: center;margin-top: 40px;}
.index3 .ind3_main .ind3_r .test2 .test2_btn a{display: inline-block; width: 387px; height: 73px; background-position: center;background-repeat: no-repeat;background-size: cover;font-size: 36px;color: #fff;}

.index4{width: 100%;height: 195px;background-repeat: no-repeat;background-position: center;background-size: cover; background: #e4e4e4 !important;}
.index4 .ind4_main{width: 80%;margin: 0 auto;background-color: #52b0e3;padding: 20px;}
.index4 .ind4_main .ind4_top{display: flex;justify-content: space-between;align-items: center;}
.index4 .ind4_main .ind4_top .img{width: 82%; opacity: 0;}
.index4 .ind4_main .ind4_top .img img{width: 100%;}
.index4 .ind4_main .ind4_top .tel{display: flex;justify-content: flex-start;align-items:center;width: 15%;}
.index4 .ind4_main .ind4_top .tel img{width: 57px;height: 56px;}
.index4 .ind4_main .ind4_top .tel p{font-size: 30px;color: #dc7d11;margin-left: 10px;}
.index4 .ind4_main .ind4_bott{padding-left: 120px;}
.index4 .ind4_main .ind4_bott .ind4_cot{background-color: #fff;display: flex;justify-content: space-between;align-items: center;padding: 20px 40px;}
.index4 .ind4_main .ind4_bott .ind4_cot h4{font-size: 26px;color:#000045;}
.index4 .ind4_main .ind4_bott .ind4_cot .ask_btn a{display: inline-block;width: 210px;height: 45px;font-size: 20px;color: #fff;text-align: center;line-height: 45px;}

.index4 .ind4_main .ind4_bott .ind4_cot .bd ul li a {font-size: 26px;color:#000045;}
.more{text-align: center;margin: 10px 0;}
.more .more_btn a{display: inline-block;font-size: 24px;color: #01265d;}

.index5{
    padding-top: 50px;
}
.index5 .ind5_top .top_main{width: 80%;margin: 0 auto;}
.index5 .ind5_top .more_btn{text-align: center;}
.index5 .ind5_top .more_btn a{display: inline-block;font-size: 24px;color: #01265d;}


.index5 .ind5_top .title{position: relative;margin-top: 50px; margin-bottom: 50px;}
.index5 .ind5_top .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index5 .ind5_top .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}

.ind5_box{padding: 20px 0;border-bottom: 6px solid #d4d4d4;position: relative;}
.ind5_box .ind5_banner {width: 80%;margin: 0 auto;}
.ind5_box .ind5_banner .nr .story_li .story_img{background-repeat: no-repeat;background-position: center;background-size: cover;}
.ind5_box .ind5_banner .nr .story_li .story_img img{width: 100%;display: block;height: auto;}
.ind5_box .ind5_banner .nr .story_li .story_wz{text-align: center;background-color: #52b0e3;padding: 10px 0;}
.ind5_box .ind5_banner .nr .story_li .story_wz p{font-size: 24px;color: #fff;}
.ind5_box .button .swiper-button-prev5{
	position: absolute;    
	left:7%;
	top: 30%;
}
.ind5_box .button .swiper-button-prev5 img{
    width: 69px;
    height: 230px;
}
.ind5_box .button .swiper-button-next5{
	position: absolute;
	top: 30%;
	right: 7%;
}
.ind5_box .button .swiper-button-next5 img{
    width: 69px;
    height: 230px;
}

.index6{background-color: #dbeff8;padding-bottom: 40px;}
.index6 .ind6_main{width: 80%;margin: 0 auto;}
.index6 .certificate {padding-top: 60px;}

.index6 .certificate .title{position: relative;margin-top: 50px; margin-bottom: 50px;}
.index6 .certificate .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index6 .certificate .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}

.index6 .cer_box{background-color: #f1f1f1;padding: 40px 20px;margin-top: 20px;}
.index6 .cer_swiper{background-color: #00265d;padding: 5px;}
.index6 .cer_swiper .lis .img{position: relative;}
.index6 .cer_swiper .lis .img::before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1;  background-color: rgba(255,255,255,); transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.index6 .cer_swiper .lis .img img{width: 100%; height: auto;}
.index6 .cer_swiper .lis:hover .img::before{opacity: 1; background-color: transparent;border: 6px solid #ed8001;}
.index6 .consult{margin-top:100px;}
.index6 .consult .title{position: relative;margin-top: 50px; margin-bottom: 50px;}
.index6 .consult .title h2{font-size: 40px;color: #333;position: absolute;bottom: 10px;}
.index6 .consult .title b{display:block;width: 95px;height: 5px;background-color: #ed8001; margin-left: 30px;}

.index6 .consult .consult_box{background-color: #ed8001;display: flex;justify-content: space-between;align-items: flex-end;padding: 40px 0;margin-top: 20px;}
.index6 .consult .consult_box .consult_l{width: 60%;padding-left: 10%;}
.index6 .consult .consult_box .consult_l .name{display: flex;justify-content: flex-start;align-items: center;}
.index6 .consult .consult_box .consult_l .name p{font-size: 24px;color: #fff;}
.index6 .consult .consult_box .consult_l .name input{width: 435px;height: 50px;background-color: #fff;border: none;margin-left: 10px;padding-left: 10px;}
.index6 .consult .consult_box .consult_l .tel{display: flex;justify-content: flex-start;align-items: center;margin: 40px 0;}
.index6 .consult .consult_box .consult_l .tel p{font-size: 24px;color: #fff;}
.index6 .consult .consult_box .consult_l .tel input{width: 435px;height: 50px;background-color: #fff;border: none;margin-left: 10px;padding-left: 10px;}
.index6 .consult .consult_box .consult_l .email{display: flex;justify-content: flex-start;align-items: center;}
.index6 .consult .consult_box .consult_l .email p{font-size: 24px;color: #fff;}
.index6 .consult .consult_box .consult_l .email input{width: 435px;height: 50px;background-color: #fff;border: none;margin-left: 10px;padding-left: 10px;}
.index6 .consult .consult_box .consult_r{width: 40%;text-align: center;}
.index6 .consult .consult_box .consult_r p{font-size: 32px;color: #fff;}

.index7{background-color: #e4e4e4;border-top: 1px solid #1f1b19;}
.index7 .ind7_main{width: 80%;margin: 0 auto;}
.index7 .ind7_box{background-color: #fff;padding: 40px 20px;padding-bottom: 20px;}
.index7 .ind7_box ul li{float: left;width: 27.333%;margin: 0 40px;}
.index7 .ind7_box .ind7_cot .ind7_top{display: flex;justify-content: flex-start;align-items:center;margin-bottom: 20px;}
.index7 .ind7_box .ind7_cot .ind7_top h2{font-size: 32px;color: #333;margin-right: 20px;}
.index7 .ind7_box .ind7_cot .ind7_top .more_btn a{font-size: 20px;color: #333;}
.index7 .ind7_box .ind7_cot .ind7_list ul li{float: none;width: 100%; border-bottom: 1px dashed #9e9e9e;padding: 20px 0;margin: 0;}
.index7 .ind7_box .ind7_cot .ind7_list .ind7_li{display: flex;justify-content: flex-start;align-items: center;}
.index7 .ind7_box .ind7_cot .ind7_list .ind7_li .date{font-size: 16px;color: #333;border: 1px solid #333;padding: 5px;margin-right: 10px;}
.index7 .ind7_box .ind7_cot .ind7_list .ind7_li .wz p{font-size: 16px;color: #333;}


/* 首页底部 */
.index7 .footer{width: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.index7 .footer .footer_main{width: 90%;margin: 0 auto;}
.index7 .footer .footer_main .foot_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px dashed #333;padding-bottom: 40px;padding-top: 65px;}
.index7 .footer .footer_main .foot_top .info p{font-size: 16px;color: #333;font-weight: bold;}
.index7 .footer .footer_main .foot_bott{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
.index7 .footer .footer_main .foot_bott .foot_nav{width: 70%;}
.index7 .footer .footer_main .foot_bott .foot_nav ul li{float: left;margin-right: 20px;}
.index7 .footer .footer_main .foot_bott .foot_nav ul li a{font-size: 18px;color: #333;font-weight: bold;}
.index7 .footer .footer_main .foot_bott .foot_r{width: 30%;text-align: center;}
.index7 .footer .footer_main .foot_bott .foot_r p{font-size: 12px;color: #333;}


 /* 内页共同banner */
.mainBan {width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.mainBan img{width: 100%;}
.mainBan .mainWz{text-align: center;padding: 240px 0;}
.mainBan .mainWz h2{font-size: 64px;color: #333;}
.mainBan .mainWz p{font-size: 32px;color: #333;margin-top: 10px;}


/* 面包屑 */
.mainNav{font-size: 16px;color: #555;padding: 40px 0;}


/* 戒赌故事 */
.story{background-color: #f5f5f5;padding-bottom: 80px;}
.story_box{width: 85%;margin: 0 auto;}
.story_box .story_cot{background-color: #fff;padding: 60px 110px;}
.story_box .story_cot ul{margin-bottom: 0;}
.story_box .story_cot ul li{float: left;width: 31.333%;margin: 0 10px;}
.story_box .story_cot .story_li .story_img{background-repeat: no-repeat;background-position: center;background-size: cover;}
.story_box .story_cot .story_li .story_img img{width: 100%;display: block;height: auto;}
.story_box .story_cot .story_li .story_wz{text-align: center;background-color: #52b0e3;padding: 10px 0;}
.story_box .story_cot .story_li .story_wz p{font-size: 24px;color: #fff;}


/* 戒赌故事-学员专区 */
.share{background-color: #f5f5f5;padding-bottom: 80px;}
.share_box{background-color: #fff;padding: 40px 20px;}
.share_box .share_l{width: 22%;position: relative;}
.share_box .share_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.share_box .share_l .title .icon{position: absolute;top: -20px;right: 35px;}
.share_box .share_l .share_nav{margin-top: 40px;}
.share_box .share_l .share_nav ul li a p{font-size: 16px;color: #333;}
.share_box .share_l .share_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.share_box .share_l .share_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.share_box .share_r{width: 77%;}
.share_box .share_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.share_box .share_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.share_box .share_r .share_list ul li{border-bottom: 1px solid #ccc;padding: 40px 0;}
.share_box .share_r .share_list .share_li .left{width: 30%;}
.share_box .share_r .share_list .share_li .left .img{background-position: center;background-repeat: no-repeat;background-size: cover;}
.share_box .share_r .share_list .share_li .left .img img{display: block;width: 100%;height: auto;}
.share_box .share_r .share_list .share_li .right{width: 70%;padding-left: 20px;}
.share_box .share_r .share_list .share_li .right h4{font-size: 18px;color: #333;font-weight: bold;}
.share_box .share_r .share_list .share_li .right b{display: block;width: 32px;height: 3px; background-color: rgb(236, 128, 2);margin: 10px 0;}
.share_box .share_r .share_list .share_li .right span{font-size: 14px;color: #999;}
.share_box .share_r .share_list .share_li .right p{font-size: 14px;color: #555;margin-top: 10px;}
.share_box .share_r .share_list ul li:hover .right h4{color: #e85900;}

/* 戒赌旅程 */
.course{background-color: #f5f5f5;padding-bottom: 80px;}
.course_box{background-color: #fff;padding: 40px 20px;}
.course_box .course_l{width: 22%;position: relative;}
.course_box .course_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.course_box .course_l .title .icon{position: absolute;top: -20px;right: 35px;}
.course_box .course_l .course_nav{margin-top: 40px;}
.course_box .course_l .course_nav ul li a p{font-size: 16px;color: #333;}
.course_box .course_l .course_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.course_box .course_l .course_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.course_box .course_r{width: 77%;}
.course_box .course_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.course_box .course_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.course_box .course_r .course_txt img{width: auto; max-width:100%; margin: 10px 0;}
.course_box .course_r .course_txt h4{font-size: 20px;color: #333;font-weight: bold;}
.course_box .course_r .course_txt p{font-size: 16px;color: #555;margin: 10px 0;}


/* 我的团队 */
.team{background-color: #f5f5f5;padding-bottom: 80px;}
.team_box{background-color: #fff;padding: 40px 20px;}
.team_box .team_l{width: 22%;position: relative;}
.team_box .team_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.team_box .team_l .title .icon{position: absolute;top: -20px;right: 35px;}
.team_box .team_l .team_nav{margin-top: 40px;}
.team_box .team_l .team_nav ul li a p{font-size: 16px;color: #333;}
.team_box .team_l .team_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    /* width: 305px; */
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.team_box .team_l .team_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.team_box .team_r{width: 77%;}
.team_box .team_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.team_box .team_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.team_box .team_r .team_list ul li{float: left;width: 30.333%;margin: 0 10px;margin-top: 20px;}
.team_box .team_r .team_list .team_li .img_box{overflow: hidden;}
.team_box .team_r .team_list .team_li .img{background-repeat: no-repeat;background-position: center;background-size: cover;transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.team_box .team_r .team_list .team_li .img img{display: block;width: 100%;height: auto;}
.team_box .team_r .team_list .team_li .team_wz{padding: 0 20px;}
.team_box .team_r .team_list .team_li .team_wz .team_top{display: flex;justify-content: flex-start;align-items: center;padding: 10px 0;}
.team_box .team_r .team_list .team_li .team_wz .team_top b{display: block; width: 12px;height: 5px;  background-color: rgb(237, 128, 1);}
.team_box .team_r .team_list .team_li .team_wz .team_top p{font-size: 14px;color: #555;margin-left: 20px;}
.team_box .team_r .team_list .team_li .team_wz .team_bott{display: flex;justify-content: space-between;align-items: center;}
.team_box .team_r .team_list .team_li .team_wz .team_bott p{font-size: 22px;color: #2e59a4;}
.team_box .team_r .team_list ul li:hover .team_li .img{transform: scale(1.1); -webkit-transform: scale(1.1);}

/* 专家详情 */
.team_box .team_r .team_detail .txt_top{margin: 20px 0;}
.team_box .team_r .team_detail .txt_top .txt_l{width: 20%;}
.team_box .team_r .team_detail .txt_top .txt_l img{width: 100%;}
.team_box .team_r .team_detail .txt_top .txt_r{width: 80%;padding-left: 20px;}
.team_box .team_r .team_detail .txt_top .txt_r h3{font-size: 24px;color: #555;}
.team_box .team_r .team_detail .txt_top .txt_r b{display: block;width: 36px;height: 2px;background-color: rgb(82, 176, 227);margin: 20px 0;}
.team_box .team_r .team_detail .txt_top .txt_r p{font-size: 16px;color: #777;}
.team_box .team_r .team_detail .team_txt p{font-size: 16px;color: #777;margin-bottom: 20px;}
.team_box .team_r .team_detail .team_btn{text-align: center;margin: 40px 0;}
.team_box .team_r .team_detail .team_btn a{display: inline-block; width: 156px;height: 50px;border-radius: 8px;
    background-color: rgb(82, 176, 227);
    box-shadow: 3.878px 6.997px 8px 0px rgba(73, 73, 73, 0.14);
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}


/* 新闻快讯 */
.news{background-color: #f5f5f5;padding-bottom: 80px;}
.news_box{background-color: #fff;padding: 40px 20px;}
.news_box .news_l{width: 22%;position: relative;}
.news_box .news_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.news_box .news_l .title .icon{position: absolute;top: -20px;right: 35px;}
.news_box .news_l .news_nav{margin-top: 40px;}
.news_box .news_l .news_nav ul li a p{font-size: 16px;color: #333;}
.news_box .news_l .news_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.news_box .news_l .news_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.news_box .news_r{width: 77%;}
.news_box .news_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.news_box .news_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.news_box .news_r .news_cot{margin-top: 20px;}
.news_box .news_r .news_cot img{width: 100%;}
.news_box .news_r .news_cot .img img{width: 100%;}
.news_box .news_r .news_cot .wz{padding: 20px 0;}
.news_box .news_r .news_cot .wz .news_top{display: flex;justify-content: space-between;align-items: center;}
.news_box .news_r .news_cot .wz .news_top .title h4{font-size: 20px;color: #333;font-weight: bold;}
.news_box .news_r .news_cot .wz .news_top .title b{display: block; width: 36px;height: 2px; background-color: rgb(82, 176, 227);margin-top: 10px;}
.news_box .news_r .news_cot .wz .news_top .date p{font-size: 16px;color: #777;}
.news_box .news_r .news_cot .wz .txt{margin-top: 10px;}
.news_box .news_r .news_cot .wz .txt p{font-size: 16px;color: #555;}
.news_box .news_r .news_list ul li{border-top: 1px solid #eee;padding: 20px 0;}
.news_box .news_r .news_list .news_li .left{width: 30%;}
.news_box .news_r .news_list .news_li .left .img_box{overflow: hidden;}
.news_box .news_r .news_list .news_li .left .img{background-repeat: no-repeat;background-position: center;background-size: cover;transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.news_box .news_r .news_list .news_li .left .img img{display: block;width: 100%;height: auto;}
.news_box .news_r .news_list .news_li .right{width: 70%;padding-left: 20px;}
.news_box .news_r .news_list .news_li .right h4{font-size: 20px;color: #333;font-weight: bold;}
.news_box .news_r .news_list .news_li .right b{display: block; width: 36px;height: 2px; background-color: rgb(82, 176, 227);margin: 10px 0;}
.news_box .news_r .news_list .news_li .right p{font-size: 16px;color: #555;margin-bottom: 10px;}
.news_box .news_r .news_list .news_li .right span{font-size: 16px;color: #777;}
.news_box .news_r .news_list ul li:hover .img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.news_box .news_r .news_list ul li:hover .right h4{color: #e85900;}

/* 新闻详情页 */
.newsdetail{background-color: #f5f5f5;padding-bottom: 80px;}
.newsdetail_box{background-color: #fff;padding: 40px 40px;}
.newsdetail_box .newsdetail_l{width: 70%;}
.newsdetail_box .newsdetail_l .top{border-bottom: 1px solid #ddd;padding: 10px 0;text-align: center;}
.newsdetail_box .newsdetail_l .top h2{font-size: 28px;color: #333;}
.newsdetail_box .newsdetail_l .top p{font-size: 12px;color: #aaa;margin-top: 10px;}
.newsdetail_box .newsdetail_l .txt p{font-size: 14px;color: #333;margin: 20px 0;}
.newsdetail_box .newsdetail_l .txt img{width: 100%;margin-top: 20px;}
.newsdetail_box .newsdetail_r{width: 25%;}
.newsdetail_box .newsdetail_r .hot_box .hot_title{width: 100%; height: 44px;background-color: rgb(238, 238, 238);border-top: 4px solid #52b0e3;line-height: 44px;}
.newsdetail_box .newsdetail_r .hot_box .hot_title h2{font-size: 18px;color: #333;line-height: 40px;padding-left: 20px;}
.newsdetail_box .newsdetail_r .hot_box .hot_list ul li{margin-top: 20px;}
.newsdetail_box .newsdetail_r .hot_box .hot_list .hot_li{position: relative;}
.newsdetail_box .newsdetail_r .hot_box .hot_list .hot_li .hot_img{background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsdetail_box .newsdetail_r .hot_box .hot_list .hot_li .hot_img img{width: 100%;height: auto;display: block;}
.newsdetail_box .newsdetail_r .hot_box .hot_list .hot_li .hot_wz{position: absolute;left: 0;bottom: 0;  width: 100%;height: 48px;background-color: rgb(0, 0, 0,0.6);}
.newsdetail_box .newsdetail_r .hot_box .hot_list .hot_li .hot_wz p{font-size: 16px;color: #fff;padding-left: 20px;line-height: 44px;}


/* 专业课程 */
.major{background-color: #f5f5f5;padding-bottom: 80px;}
.major_box{background-color: #fff;padding: 40px 20px;}
.major_box .major_l{width: 22%;position: relative;}
.major_box .major_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.major_box .major_l .title .icon{position: absolute;top: -20px;right: 35px;}
.major_box .major_l .major_nav{margin-top: 40px;}
.major_box .major_l .major_nav ul li a p{font-size: 16px;color: #333;}
.major_box .major_l .major_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.major_box .major_l .major_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.major_box .major_r{width: 77%;}
.major_box .major_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.major_box .major_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.major_box .major_r .major_txt{position: relative;}
.major_box .major_r .major_txt p{font-size: 16px;color: #555;margin: 20px 0;}
.major_box .major_r .major_txt .major_btn a{
    display: inline-block; 
    width: 156px;
    height: 50px;
    border-radius: 8px;
    background-color: rgb(82, 176, 227);
    box-shadow: 3.878px 6.997px 8px 0px rgba(73, 73, 73, 0.14);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.major_box .major_r .xian img{
    width: 100%;
}
.major_box .major_r .major_bott .major_banner .img{background-repeat: no-repeat;background-position: center;background-size: cover;}
.major_box .major_r .major_bott .major_banner .img img{display: block;width: 100%;height: auto;}


/* 赌性诊断 */
.dis{background-color: #f5f5f5;padding-bottom: 80px;}
.dis_box{width: 85%;margin: 0 auto;}
.dis_box .dis_cot{background-color: #fff;padding: 60px 110px;}
.dis_box .dis_cot .test_box{display: flex;justify-content: space-between;align-items: center;width: 80%;margin: 0 auto;}
.dis_box .dis_cot .test1{width: 510px;height: 272px;background-color: #cfe9f6;border-radius: 30px;box-shadow: 2.939px 4.045px 4px 0px rgba(0, 0, 0, 0.14);text-align: center;padding: 40px 20px;}
.dis_box .dis_cot .test1 p{font-size: 16px;color: #060d32;}
.dis_box .dis_cot .test1 .test1_btn{text-align: center;margin-top: 40px;}
.dis_box .dis_cot .test1 .test1_btn a{display: inline-block;width: 415px;height: 95px; background-position: center;background-repeat: no-repeat;background-size: cover;font-size: 36px;color: #fff;line-height: 85px;}
.dis_box .dis_cot .test2{width: 510px;height: 272px;background-color: #fad5ab;border-radius: 30px;box-shadow: 2.939px 4.045px 4px 0px rgba(0, 0, 0, 0.14);text-align: center;padding: 40px 20px;}
.dis_box .dis_cot .test2 p{font-size: 16px;color: #060d32;}
.dis_box .dis_cot .test2 .test2_btn {text-align: center;margin-top: 40px;}
.dis_box .dis_cot .test2 .test2_btn a{display: inline-block;width: 380px;height: 95px; background-position: center;background-repeat: no-repeat;background-size: cover;font-size: 36px;color: #fff;line-height: 85px;}


/* 赌性测试-填写内容 */
.test{background-color: #f5f5f5;padding-bottom: 80px;}
.test_box{background-color: #fff;padding: 40px 20px;}
.test_box .test_l{width: 22%;position: relative;}
.test_box .test_l .title h2{font-size: 24px;color: #52b0e3;font-weight: bold;} 
.test_box .test_l .title .icon{position: absolute;top: -20px;right: 35px;}
.test_box .test_l .test_nav{margin-top: 40px;}
.test_box .test_l .test_nav ul li a p{font-size: 16px;color: #333;}
.test_box .test_l .test_nav ul li a{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 258px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.test_box .test_l .test_nav .nli.on a{background-color: #f5f5f5;border-left: 6px solid #52b0e3;}
.test_box .test_r{width: 77%;}
.test_box .test_r .top{border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.test_box .test_r .top h4{font-size: 24px;color: #333;font-weight: bold;}
.test_box .test_r .txt p{font-size: 16px;color: #555;}
.test_box .test_r .txt .img{text-align: center;margin: 40px 0;}
.test_box .test_r .test_cot{padding-left: 80px;margin-top: 40px;}
.test_box .test_r .test_cot .phone input{width: 485px;height: 65px;font-size: 16px;color: #333;border: none; border-bottom: 1px solid #eee;}
.test_box .test_r .test_cot .name input{width: 485px;height: 65px;font-size: 16px;color: #333;border: none; border-bottom: 1px solid #eee;}
.test_box .test_r .test_cot .address select{width: 485px;height: 65px;font-size: 16px;color: #333;border: none; border-bottom: 1px solid #eee;}
.test_box .test_r .test_cot .sex select{width: 485px;height: 65px;font-size: 16px;color: #333;border: none; border-bottom: 1px solid #eee;}
.test_box .test_r .test_cot .age select{width: 485px;height: 65px;font-size: 16px;color: #333;border: none; border-bottom: 1px solid #eee;}
.test_box .test_r .test_cot .test_btn{text-align: center;margin-top: 40px;}
.test_box .test_r .test_cot .test_btn a{
    display: inline-block;
    width: 190px;
    height: 49px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    box-shadow: 1.854px 5.706px 8px 0px rgba(73, 73, 73, 0.14);
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #fff;
}


/* 赌性测试 -开始测试*/
.test_box .test_r .test_txt .img{text-align: center;margin: 40px 0;}
.test_box .test_r .test_txt .answer .answer_li h4{font-size: 20px;color: #111;font-weight: bold;}
.test_box .test_r .test_txt .answer .answer_li p{font-size: 20px;color: #555;padding-left: 20px;margin: 20px 0;}
.test_box .test_r .test_txt .answer .answer_li p.active{
    color: #ed8001; 
    width: 652px;
    height: 36px; 
    background-color: rgb(248, 248, 248);
    line-height: 36px;
}
.test_box .test_r .test_txt .submit{text-align: center;}
.test_box .test_r .test_txt .submit .s_btn a{
    display: inline-block;
    width: 190px;
    height: 49px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,128,1) 0%, rgb(255,176,84) 100%);
    box-shadow: 1.854px 5.706px 8px 0px rgba(73, 73, 73, 0.14);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    margin: 60px 0;
}
.test_box .test_r .test_txt .submit p{font-size: 20px;color: #f28d18;}


/* 联系我们 */
.contact{background-color: #f5f5f5;padding-bottom: 80px;}
.contact .contact_box{background-color: #fff;padding: 60px 40px;}
.contact .contact_box .contact_01 .title{text-align: center;}
.contact .contact_box .contact_01 .title h2{font-size: 28px;color: #333;}
.contact .contact_box .contact_01 .ditu{margin: 40px 0;}
.contact .contact_box .contact_01 .ditu .map{width: 100%;height: 360px;}
.contact .contact_box .contact_01 .contact_info ul {display: flex;justify-content: space-between;align-items: flex-start;}
.contact .contact_box .contact_01 .contact_info .contact_li h4{font-size: 20px;color: #333;font-weight: bold;margin-bottom: 10px;}
.contact .contact_box .contact_01 .contact_info .contact_li p{font-size: 14px;color: #555;}
.contact .contact_box .contact_02{margin-top: 60px;}
.contact .contact_box .contact_02 .title{text-align: center;}
.contact .contact_box .contact_02 .title h2{font-size: 28px;color: #333;}
.contact .contact_box .contact_02 .top p{font-size: 14px;color: #848282;margin-top: 20px;}
.contact .contact_box .contact_02 .contact_con{margin-top: 40px;}
.contact .contact_box .contact_02 .contact_con .left{width: 48%;padding-top: 40px;}
.contact .contact_box .contact_02 .contact_con .left img{width: 100%;}
.contact .contact_box .contact_02 .contact_con .right{width: 48%;}
.contact .contact_box .contact_02 .contact_con .right .top input{border: 1px solid #d8d8d9;width: 100%;height: 54px;font-size: 16px;color: #4d4d4d;margin-bottom: 20px;padding-left: 20px;}
.contact .contact_box .contact_02 .contact_con .right .top .liuyan textarea{width: 100%;font-size: 16px;color: #4d4d4d;border: 1px solid #d8d8d9;padding: 20px;}
.contact .contact_box .contact_02 .contact_con .right .contact_btn{margin-top: 20px;}
.contact .contact_box .contact_02 .contact_con .right .contact_btn a{
    display: inline-block;
    width: 156px;
    height: 50px;
    background-color: #0074ca;
    box-shadow: 3.878px 6.997px 8px 0px rgba(73, 73, 73, 0.14);
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}















</pre></body></html>