
body{
    background-color: #f3f3f4;
}
.help-view{
    width: 1200px;
    margin: auto;
    margin-top: 160px;
    overflow: hidden;
}
.help-view .left-nav{
    width: 240px;
    float: left;
}
/*side_menu*/
.menu_list {
    width: 195px;
}

.menu_head {
    height: 50px;
    line-height: 50px;
    padding-left: 38px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-top: 0;
    position: relative;
    background: white url(../../img/pro_left.png) center left no-repeat;
    margin: 0;
}
.menu_head:first-child{
    border-top: 1px solid #e1e1e1;
}
.menu_list .current {
    color: #00ACA0;
    background: white url(../../img/pro_down.png) center left no-repeat;
}

.menu_body {
    width: 205px;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    margin-top: -1px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}

.menu_body a{
    display: block;
    width: 205px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    font-size: 16px;
    background: white url(../../img/menu_bg.png) bottom left no-repeat;
}
.menu_body a:last-child{
    background: white;
    border-bottom: 1px solid #e1e1e1;
}
.menu_body a:hover {
    text-decoration: none;
    border-left: 4px solid #00ACA0;
    color: #00ACA0;
}
.menu_body .active{
    border-left: 4px solid #00ACA0;
    color: #00ACA0;
}
.cont-box{
    float: left;
    width: 960px;
    overflow: hidden;
}
/*.cont-box .about-us{
    width: 100%;
}
.about-us .img-tit img{
    width: 100%;
    height: auto;
}
.about-us .service-box{
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
}*/
.service-box ul li{
    width: 218px;
    height: 103px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 30px;
    text-align: center;
    padding: 40px;
}
.about-us-box .service-box ul li{
	padding: 40px 80px;
}
.service-box ul li:hover{
    border: 1px solid #00ACA0;
}
.service-box ul li:last-child{
    margin-right: 0;
}
.service-box ul li .about-title{
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.about-title img{
    margin-right: 10px;
}
.service-box ul li p{
    color: #666;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
}
.top-title{
    margin-top:490px !important;
}

.pc-slide {
    width: 960px;
    margin: 0 auto;
}

.view .swiper-container {
    width: 960px;
    height: 370px;
}
.view .swiper-slide img{
    height: 320px;
    width: 320px;
    margin-left: 50px;
}
.view .swiper-slide div{
    float: right;
    width: 520px;
    margin-right: 50px;
}
.view .swiper-slide div h2{
    margin-top: 50px;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 20px;
}
.view .swiper-slide div h2 small{
    margin-left: 30px;
    color: #666;
    font-weight: normal;
}
.view .swiper-slide p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}
.view .arrow-left {
    background: url(../../img/help/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../../img/help/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
    height: 110px;
}

.preview .swiper-slide {
    width: 20%;
    height: 110px;
    text-align: center;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../../img/help/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../../img/help/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    border-radius: 47px;
    border: 2px solid #FFFFFF;
}

.preview .active-nav img {
    border: 2px solid #00ACA0;
    overflow: hidden;
    width: 94px;
    border-radius: 60px;
    height: auto;
}

.event-list{
    font-size: 18px;
}
.event-list ul li{
    line-height: 30px;
    vertical-align: top;
    padding-bottom: 20px;
    background: url("../../img/help/tree-bg.png") no-repeat center top;
    overflow: hidden;
}
.event-list ul li>div{
	width: 50%;
}
.event-list ul li .list-item-left{
	float: left;
	text-align: right;
}
.event-list ul li .list-item-left span{
	margin-right: 50px;
	color: #333333;
}
.event-list ul li .list-item-left p{
	margin-right: 50px;
	color: #7c828f;
}
.event-list ul li .list-item-right{
	float: right;
	text-align: left;
}
.event-list ul li .list-item-right span{
	margin-left: 50px;
}
.event-list ul li .list-item-right p{
	margin-left: 50px;
}

.event-list ul li:first-child{
    background: url("../../img/help/tree-bg-top.png") no-repeat center top;
}
.event-list ul li:last-child{
    background: url("../../img/help/tree-bg-last.png") no-repeat center top;
}
.event-list ul li span{
    text-align: right;
}
.event-list ul li p{
    color: #666;
}
.team-cont>p{
    line-height: 30px;
    font-size: 18px;
    margin: 30px auto;
}
.text-coler{
    color: #00ACA0;
}
.qanda-cont ul li{
    border-bottom: 1px solid #ddd;
    padding:20px 0;
}
.qanda-cont ul li:first-child{
    padding-top: 0;
}
.qanda-cont h1{
    color: #00ACA0;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px;
}
.qanda-cont p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
/*视频窗口*/
.video-mask-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.video-mask-box .video-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-mask-box .video-box {
    width: 1200px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -320px;
    background-color:rgba(0, 0, 0, 1)
}
.video-mask-box .video-quit {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.user-help ul li{
    float: left;
    margin-left: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.user-help ul li div{
    width: 300px;
    height: 169px;
    cursor: pointer;
}
.user-help ul li:nth-child(1) div{
    background: url("../../img/help/help-video-1.jpg") no-repeat center;
}
.user-help ul li:nth-child(2) div{
    background: url("https://vod.insgeek.cn/image/cover/3C04048088A04EA99DC29E6C463CAA7A-6-2.png") no-repeat center;
    background-size: 100% 100%;
}
.user-help ul li div{
    border: 1px solid #ffffff;
    position: relative
}
.user-help ul li div:hover{
    border: 1px solid #00ACA0;
}
.user-help ul li div img{
    margin-top: 62px;
}
.ex-help ul li{
    float: left;
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.ex-help ul li:nth-child(3){
    margin-right: 0px;
}
.ex-help ul li:nth-child(6){
    margin-right: 0px;
}
.ex-help ul li div{
    width: 298px;
    height: 167px;
    cursor: pointer;
}
.ex-help ul li:nth-child(1) div{
    background: url("../../img/help/help-video-3.jpg") no-repeat center;
}
.ex-help ul li:nth-child(2) div{
    background: url("../../img/help/help-video-4.jpg") no-repeat center;
}
.ex-help ul li:nth-child(3) div{
    background: url("../../img/help/help-video-5.jpg") no-repeat center;
}
.ex-help ul li:nth-child(4) div{
    background: url("../../img/help/help-video-6.jpg") no-repeat center;
}
.ex-help ul li:nth-child(5) div{
    background: url("../../img/help/help-video-7.jpg") no-repeat center;
}
.ex-help ul li:nth-child(6) div{
    background: url("../../img/help/help-video-8.jpg") no-repeat center;
}
.ex-help ul li div{
    border: 1px solid #ffffff;
    position: relative;
}
.ex-help ul li div:hover{
    border: 1px solid #00ACA0;
}
.ex-help ul li div img{
    margin-top: 62px;
}

/*新版关于我们*/
.about-us-box{
	margin-top: 0;
}
.about-us-box .about-us-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: url(../../img/help/about-us-title.jpg) center -30px no-repeat;
}
.about-us-box .cont-box{
	margin-top: 400px;
    width: 1200px;
    /* margin: 0 auto; */
    position: relative;
    left: 50%;
    margin-left: -600px;
}
.about-us-box .service-box ul li{
	width: 217px;
}
.about-us-box .company-desc-text{
	font-size: 18px;
	color: #333333;
}
.about-us-box .company-desc-text p{
	text-indent: 36px;
}
.about-us-box .title-h2{
	margin: 90px 0 40px 0;
}
.about-us-box .service-box{
	margin: 40px auto;
}
.about-us-box .company-team-box{
	position: relative;
}
.about-us-box .company-team-box .cartoon{
	
}
.about-us-box .pc-slide{
	width: 100%;
}
.about-us-box .view .swiper-container{
	width: 100%;
}
.about-us-box .view .swiper-slide img{
	margin-left: 70px;
	float: left;
}
.about-us-box .view .swiper-slide div{
	margin-left: 50px;
	float: left;
    width: 650px;
}
.about-us-box .new-team-pad{
	padding-left: 4% !important;
    width: 100% !important;
}
.about-us-box .preview .swiper-slide{
	width: 15% !important;
}
.about-us-box .honor-box{
	overflow: hidden;
	width: 100%;
}
.honor-in-box{
}
.about-us-box .honor-box-item{
	float: left;
	width: 50%;
	text-align: center;
}
.honor-box-item p:first-child{
	font-size: 26px;
	color: #333333;
	margin: 0 auto;
}
.honor-box-item p{
	width: 314px;
}
.honor-box-item.box-item-img-2 img{
	width: 314px;
	height: auto;
}
.honor-box-item a{
	padding: 10px 20px;
	display: block;
	text-align: center;
}
.honor-box-item a img{
	height: 220px;
}
.honor-box-item p:last-child{
	font-size: 16px;
	color: #7c828f;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}
.honor-box-item .honor-in-img-box{
	height: 480px;
	width: 730px;
}
.honor-in-img-box a{
	width: 200px;
	display: inline-block;
}
.call-us-box .call-us-info{
	overflow: hidden;
	width: 990px;
	margin: 0 auto
}
.call-us-box .call-us-info p{
	float: left;
	display: inline-block;
	font-size: 18px;
	color: #333333;
	width: 330px;
	text-align: center;
}
.call-us-box .call-us-info p img{
	margin-right: 12px;
	transform: translateY(-2px);
}
.call-us-box .call-us-address{
	overflow: hidden;
}
.call-us-box .call-us-address p{
	float: left;
	display: inline-block;
	width: 240px;
	text-align: center;
	margin: 40px 0;
}
.call-us-box .call-us-address p span{
	display: inline-block;
	width: 140px;
	height: 46px;
	border-radius: 23px;
	border: 1px solid #00ACA0;
	color: #999999;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	cursor: pointer;
}
 .call-us-address .address-act{
	background: #00ACA0;
	color: white !important;
}
.call-us-box .call-us-address p span:hover{
	background: #00ACA0;
	color: white !important;
}
.call-us-addImg>p{
	display: none;
}
.call-us-addImg>p>span{
    font-size: 16px;
    color: #333;
}
.call-us-addImg>p>img{
	margin-bottom: 20px;
}
.call-us-addImg>p>span>img{
	margin-right: 6px;
}
.call-us-addImg>p>span>img:nth-child(2){
	margin-left: 60px;
}
.about-us-box .job-title-box{
	height: 240px;
	width: 100%;
	text-align: center;
	background: url(../../img/help/call_us_job_title_bg.jpg) center center no-repeat;
}
.about-us-box .job-title-box p{
	color: white;
}
.about-us-box .job-title-box p:first-child{
	font-size: 32px;
	padding-top: 60px;
}
.about-us-box .job-title-box p:nth-child(2){
	font-size: 46px;
}
.call-us-box.job-title{
	width: 720px;
	margin: 0 auto;
}
.call-us-box.job-title p{
	width: 180px;
}
.job-swipe-box .swiper_3{
	width: 1010px;
	margin: 0 auto;
}
.job-swipe-box .swiper-button-prev{
	/*margin-left: -20px;*/
    background-position: left;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.job-swipe-box .swiper-button-next{
	/*margin-right: -20px;*/
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.job-swipe-box .job-slide-box{
	width: 730px;
	margin: 0 auto;
}
.job-swipe-box .job-slide-box p{
	font-size: 18px;
	color: #7c828f;
}
.job-swipe-box .job-slide-box p.job-title{
	color: #333;
	margin-top: 40px;
}
.job-swipe-box .job-slide-box p:first-child{
	margin-top: 0;
}
.job-title .call-us-address{
	display: flex;
	display: -webkit-flex;
}
.job-title .call-us-address p{
	margin: 50px 0;
	flex: 1;
	-webkit-flex: 1;
}
.about-us-box .more-job-btn{
	width: 200px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #00ACA0;
	color: white;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	display: block;
}
.about-us-box .more-job-btn:active{
	background-color: #00978c !important;
}
.team-box{
	background: #e6f7f5;
}
.team-big-box{
	height: 1120px;
}
.team-big-box .title-h2{
	margin-top: 0;
}
.team-big-box .company-team-box{
	width: 100%;
    position: absolute;
    left: 0;
}
.team-big-box .team-box{
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 350px;
}
.team-big-box .team-box .about-group{
    width: 1200px;
    margin: 0 auto;
}
.team-big-box .team-box .pc-slide{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 110px;
}
.job-title-big-box{
	height: 240px;
	margin-top: 180px
}
.job-title-big-box .job-title-box{
    position: absolute;
    left: 0;
    width: 100%;
}
/* 常见问题 */
.qanda-cont .tip-message-color{
color:#000;
font-weight: 600;
}
.qanda-cont .diseases-table{
    border-color: #ddd;
    /* margin-top:10px; */
}

.qanda-cont .diseases-table tr td:nth-child(2n-1){
   text-align:center;
 }
.qanda-cont .diseases-table tr td:nth-child(2n){
    padding-left:15px;
}
.qanda-cont  .diseases-name{
    font-size: 14px;
}
/* 理赔指南 */
.claim-guide .claim-guide-title{
   padding:20px 0;
   margin-bottom:20px;
   border-bottom: 1px solid #ddd;
   font-size:20px;
}
.claim-guide .claim-guide-file{
    margin-top:29px;
    color: #00ACA0;
 }
.claim-guide .claim-guide-file a{
   color: #00ACA0;
}
.claim-guide-file .file-preview-tip{
    font-size:12px;
    color:#ccc;
}
.help-view-style{
    margin-top: 99px;
    min-height: 600px;
}
.help-view-style .left-nav{
    width: 200px;
}
.help-view-style .menu_body{
    width: 193px;
}
.cont-box-style{
    padding: 40px 42px;
    background: #fff;
    width: 900px;
    margin-left: 12px;
    margin-bottom: 63px;
}
.qanda-cont-title{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}
.cont-box-style .qanda-cont ul li {
    border-bottom: none;
}
.cont-box-style .qanda-cont .tip-message-color{
    color: #2EC6B5;
    font-size: 16px;
    line-height: 16px;
    padding-top: 30px;
}
.tip-message-color-style{
    padding-bottom: 14px;
}
.cont-box-style .qanda-cont ul li {
    padding: 0;
}
.cont-box-style .qanda-cont h1 {
    color: #666;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
    padding-top: 40px;
    font-weight: 400;
}
.cont-box-style .qanda-cont p {
    line-height: 26px;
    font-size: 16px;
    color: #9B9BA3;
}
.ex-help-style{
    padding-top: 30px;
}
.ex-help-style ul li div {
    width: 280px;
}
.ex-help-style ul li {
    margin-right: 23px;
}
.ex-help-style ul li p{
    line-height: 18px;
    font-size: 18px;
    color: #333;
    padding-top: 16px;
}
.claim-guide-file{
    font-size: 16px;
    line-height: 16px;
}
.claim-guide-file-style{
    margin-top: 16px !important;
}