@charset "utf-8";

.header-nav ul li.about-on a::before {width: 100%;}

.banner-advice{
    /* background: rgba(0, 0, 0, .5); */
}
.banner-advice .conInner{
    justify-content:center;
}
.advice-one-box { text-align:left;}
.advice-one-box .conInner{
    justify-content: flex-start;
	padding-left:100px;
    box-sizing:border-box;
}

.banner-advice .one-box p{
    padding-bottom: 10px;
    font-size: 30px;
    /* color: #3cf926;
    font-weight: 400; */
}	
.banner-advice .one-box p:last-child{
    padding-bottom: 0;
}	
.advice-one-box .conInner  p span{
    color: #ffa23a;
    /* font-style: italic; */
    padding: 0 5px;
    font-weight: 400;
    font-size: 48px;
}
.banner-page{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-page .conInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: initial;
}
.banner-page .swiper-button-prev, .banner-page .swiper-button-next{
    position: initial;
	margin-top: 0;
	width:14px;
	height:25px;
		
}
.banner-page .swiper-button-prev{
    background:url(../images/a-left.png) no-repeat center/cover;
}
.banner-page .swiper-button-next{
    background:url(../images/a-rigth.png) no-repeat center/cover;
}


.banners  .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.banners  .swiper-pagination-bullet-active{
    background:#fff;
}
/* .banner-page .conInner{
    position: relative;
} */
.banners .swiper-button-next:after, .banners .swiper-button-prev:after{
    color: rgba(255, 255, 255, .6);
    font-size: 34px;
	display:none;
}
.hm-form-tools {
   background: #F7F7F7;
   padding-bottom: 50px;
}
.hm-form-tools .container {
    background: #ffffff;
    padding: 35px 0 25px;
    position: relative;
    margin-top: -50px;
    z-index: 4;
}
.hm-form-tools .form-top {
    padding: 0 50px 30px;
    border-bottom: 1px dashed #e5e5e5;
}
.hm-form-tools .form-top h3 {
    font-size: 24px;
}
.hm-form-tools .form-top .form-item:nth-child(1),.hm-form-tools .form-top .form-item:nth-child(2) {
    width:20%
}
.hm-form-tools .form-top .form-item:nth-child(3) {
    width:56%;
    margin-right:0;
}
.form-item.sle-item {
    position:relative;
}


.hm-form-tools .container  .form-wrap .form-item .red {
    border: 1px solid red;
    box-sizing:border-box;
}
.hm-form-tools .form-item:nth-child(3) .red {
      width:40%;
}

.hm-form-tools .form-item:nth-child(3) input {
    width:40%;
}
.form-item-hide{
    display: flex;
    align-items: center;
}
.form-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top:25px;
}
.form-wrap .comsule-code{
    position: static;
    float: initial;
    line-height: 44px;
    background: rgba(0,174,255,.6);
    font-size: 14px;
    width: 135px;
    padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #ddd;
    color:#666;
}
.form-wrap-iteml {
    width: calc(100% - 100px);
    padding-right:20px;
    box-sizing:border-box;
}
.index_subbtn{
    width: 100px; line-height: 44px;
    height:44px;
    background: #0077BE;
    color: #ffffff;
    text-align: center;
    outline: none;
    border: none;
}
.hm-form-tools .form-top .form-item{
    margin-right:2%;
}
.hm-form-tools .form-item input {
    height: 100%;
    width: 100%;
    outline: 0;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    height:44px;
    border: 1px solid transparent;
    background: #f3f3f3;
}
.hm-form-tools .form-item input:focus {
    border: 1px solid #017ABF;
}
.hm-form-tools .form-item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #525959;
}
.hm-form-tools .form-item input::-moz-placeholder {
    font-size: 14px;
    color: #525959;
}
.hm-form-tools .form-item input:-moz-placeholder {
    font-size: 14px;
    color: #525959;
}
.hm-form-tools .form-item input:-ms-input-placeholder {
    font-size: 14px;
    color: #525959;
}
.hm-form-tools .form-item .sub-btn {
       height: 100%;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    width: 50%;
}
.hm-form-tools .form-item input.borderbtn{
   width: calc(100% - 135px);
}
.hm-form-tools .form-item .sub-btn .text.index_subbtn{
    width: 90px;
    height: 100%;
}
.hm-form-tools .form-item .sub-btn .text {
    position: relative;
    z-index: 2;
}
.hm-form-tools .form-item .sub-btn:hover .btn-mask {
    display: block;
}

.hm-form-tools .sle-item span {
    position: relative;
    display: block;
    height: 100%;
    line-height: 42px;
    font-size: 14px;
    color: #525959;
    padding-left: 15px;
    cursor:pointer;
    background:#f3f3f3;
    box-sizing:border-box;
}
.hm-form-tools .sle-item span::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 4px;
    background: url(../images/header_img_searchzk_n.png) no-repeat 0 0;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.hm-form-tools .sle-item span.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.hm-form-tools .sle-item .serve-list {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    max-height: 279px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
    overflow-y: auto;
    padding: 12px 8px;
    z-index: 20;
}
.hm-form-tools .sle-item .serve-list.active {
    display: block;
    animation: servelist 0.2s linear 1;
    -webkit-animation: servelist 0.2s linear 1;
    -moz-animation: servelist 0.2s linear 1;
    -o-animation: servelist 0.2s linear 1;
    -ms-animation: servelist 0.2s linear 1;
}
.hm-form-tools .sle-item .serve-list li {
    line-height: 36px;
    font-size: 14px;
    color: #525959;
    text-indent: 16px;
    cursor:pointer;
}
.hm-form-tools .sle-item .serve-list li {
    position: relative;
    display: block;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #525959;
    padding-left: 15px;
}
.hm-form-tools .sle-item .serve-list li.active {
    background: rgba(1, 122, 191, 0.08);
    font-size: 14px;
    color: #017ABF;
}
.hm-form-tools .container  .form-wrap .sle-item .serve-list li .secli:hover {
    background: rgba(1, 122, 191, 0.08);
    font-size: 14px;
    color: #017abf;
}
.hm-form-tools .container .trade-list {
    padding: 30px 50px 0;
    display: none;
}
.hm-form-tools .container .trade-list.active {
    display: block;
    animation: trade 0.8s linear 1;
    -webkit-animation: trade 0.8s linear 1;
    -moz-animation: trade 0.8s linear 1;
    -o-animation: trade 0.8s linear 1;
    -ms-animation: trade 0.8s linear 1;
}




/*.hm-form-tools .container .tools {
    width: 320px;
    height: 100%;
    padding: 0 24px;
}
.hm-form-tools .container .tools .title {
    font-size: 18px;
    font-weight: bold;
    color: #292e2e;
    margin: 34px 0 0 0;
}
.hm-form-tools .container .tools .list li {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 43px;
}
.hm-form-tools .container .tools .list li a {
    display: block;
}
.hm-form-tools .container .tools .list li a img {
    position: relative;
    top: 0;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.hm-form-tools .container .tools .list li a p {
    font-size: 14px;
    color: #333333;
}
.hm-form-tools .container .tools .list li a:hover p {
    color: #FF6600;
}
.hm-form-tools .container .tools .list li a:hover img {
    top: -3px;
}*/




/* 面包屑开始 */
.crumbs {
   height: 40px; 
   padding: 0 50px;
   box-sizing:border-box;
   margin-top:10px;
   position: relative;
   z-index: -1;
}

.crumbs .home{
    width: 100px;
    font-weight: 200;
    color: #0077BE;
}
.crumbs .home::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/notice.png) no-repeat center/cover;
    margin-right: 10px;
}
.crumbs .home-swiper{
    width: calc(100% - 100px);
  
}
.crumbs .home-swiper .swiper-container{
    height: 20px;
}
.crumbs .home-swiper .swiper-slide{
    height: 20px!important;
}
.crumbs .home-swiper .swiper-slide .contents {
    width:80%;
    font-weight: 200;
}
.experience{
    color: #333;
    font-weight: 200;
}
.experience:hover{
    color: #0271b1;
}

.index-page01 .list{
    width: 22%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.index-page01 .list:nth-child(4n){
    margin-right: 0;
}
.index-page01 .list .pic-title{
    margin: 20px 0 12px;
    font-weight: 200;
}
.index-page01 .pic-desc{
    padding: 0px 50px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 200;
}

/* 专业水平开始 */
.index-page02{
    background-color: #f4f9ff;
}
.index-page02 .list{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    transition: all .25s;
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
    border-bottom: 280px solid #ffffff;
    width: 0;
    height: 0;
}
.index-page02 .list:nth-child(3n){
    margin-right: 0;
}
.index-page02 .list img {
    width: 40px;
}
.index-page02 .list .b2title {
    margin: 30px 0 10px;
    color: #222;
    font-weight: 200;
}
.index-page02 .list .b2Info {
    font-weight: 200;
}
.cloud-button {
    display: block;
    width: 200px;
    height: 48px;
    border-radius: 2px;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#004eff),to(#00aeff));
    background: -webkit-linear-gradient(left,#004eff,#00aeff);
    background: -moz-linear-gradient(left,#004eff,#00aeff);
    background: -o-linear-gradient(left,#004eff,#00aeff);
    background: linear-gradient(90deg,#004eff,#00aeff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0;
    transition: all .4s;
}
.cloud-button:hover{
    transform: translateY(-8px);
}
.col_len{
    width: 180px;
    margin-top: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.templates-row{
    background:url(../images/template_row_bg.jpg) no-repeat center/cover; 
    background-attachment: fixed; 
    position:relative;
}
.templates-row::before{
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5); 
    position:absolute;
    left: 0; 
    top:0; 
    width:100%;
    height:100%;
    z-index:1;
}
.templates-row .templates-row-c{position:relative; z-index:2; max-width: 1200px; height: 640px; text-align:center; font-family: '?¡é¨¨¨ª??o¨²'; margin: 0 auto;
    max-width: 1200px; margin: 0 auto;
}
.templates-row h5{font-size: 30px; padding: 218px 0 29px 0; color:#fff; line-height:1; font-weight: 400;}
.templates-row p{font-size: 16px; color:#cccccc; line-height:1;}
.templates-row .btn-area{padding: 70px 0 0 0;}
.templates-row .btn-area .btn{display:inline-block; height: 52px; border:1px solid #00a2ff; border-radius: 5px; background-color:#00a2ff; color:#fff; font-size: 16px; line-height: 52px; padding: 0 20px; font-weight: 200;}





/* 从业水平开始 */
.index-page03{
    background: url(../images/index-bg03.jpg) no-repeat center/cover;
}
.index-page03 .page-tit{
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
}
.index-page03 .list{
    background: rgba(255, 255, 255, .2);
    height: 200px;
    width: 30.8%;
    margin-right: 3.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-page03 .list:nth-child(3n){
    margin-right: 0;
}
.index-page03 .tit-add{
    line-height: 1;
    margin-left: 10px;
}
.index-page03 .text{
    margin-top: 15px;
}


.add-index-nav{
    display: none;
}





/* 表单新添加 */
@media only screen and (min-width: 960px) {
    .hm-form-tools .sle-item .serve-list li:hover {
        background: rgba(1, 122, 191, 0.08);
        font-size: 14px;
        color: #017ABF;
    }
}
@media only screen and (max-width: 1480px) {
    .index-page02 .list{
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-bottom: 280px solid #ffffff;
    }
    .banner-advice .one-box p{
		font-size: 28px;
	}	
	.banner-advice .one-box p span{
		font-size: 32px;
	}
}
@media only screen and (max-width: 1366px) {
    .index-page02 .list{
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
        border-bottom: 265px solid #ffffff;
    }
}
@media only screen and (max-width: 1280px) {
	.banner-advice .one-box p{
		font-size: 24px;
	}	
	.banner-advice .one-box p span{
		font-size: 28px;
	}
}
@media only screen and (max-width: 1200px) {
    .index-page02 .list{
        border-left: 170px solid transparent;
        border-right: 170px solid transparent;
        border-bottom: 255px solid #ffffff;
    }
    .index-page01 .pic-desc {
        padding: 0px 20px;
    }

    .hm-form-tools .conInner{
        overflow: initial;
    }

    .crumbs{
        display: none;
    }
    .hm-form-tools .form-top{
        border-bottom: none;
        padding: 0 50px 20px;
    }
}
@media only screen and (max-width: 1135px) {
    .index-page02 .list {
        border-left: 140px solid transparent;
        border-right: 140px solid transparent;
        border-bottom: 235px solid #ffffff;
    }
    .col_len {
        width: 140px;
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1024px) {
	.banner-advice .one-box p{
		font-size: 20px;
	}	
	.banner-advice .one-box p span{
		font-size: 24px;
	}
}
@media only screen and (max-width: 960px) {
    .hm-form-tools .form-top {
        padding: 0 20px 30px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-advice .one-box p{
		font-size: 18px;
		padding-bottom: 0;
	}	
	.banner-advice .one-box p:last-child{
		display: none;
	}
	
    .hm-form-tools .form-top .form-item:nth-child(1), .hm-form-tools .form-top .form-item:nth-child(2){
        width: 100%;
    }
    .hm-form-tools .form-top .form-item:nth-child(2){
        margin-right: 0;
    }
    .form-wrap-iteml {
        width: 100%;
        padding-right: 0;
    }
    .hm-form-tools .form-top .form-item{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form-wrap .comsule-code{
        width: 115px;
        position: absolute;
        top: 0;
    }
    .hm-form-tools .form-item .sub-btn{
        width: 100%;
        
    }
    .hm-form-tools .form-item input.borderbtn {
        width: 100%;
        margin-top: 15px;
    }
    .index_subbtn{
        display: block;
        margin: 10px auto 0;
        height: 42px;
        line-height: 42px;
    }
    .hm-form-tools .container{
        margin-top: 0;
        padding: 25px 0 30px;
    }
    

    .hm-form-tools{
        padding: 30px 0;
        display: none;
    }
    .hm-form-tools .form-top h3{
        font-size: 22px;
    }
    .hm-form-tools .form-top .form-item:nth-child(3){
        width: 100%;
        position: relative;
       
    }
    .hm-form-tools .form-item:nth-child(3) input{
        width: 100%;
    }
    .hm-form-tools .form-top{
        border-bottom: none;
        padding-bottom: 0;
    }
    .index-page01{
        background: #fff;
        margin-top: 15px;
        display: none;
    }
    .index-page01 .page-tit{
        margin: 10px 0 20px;
    }
    .index-page02 .list .b2title {
        margin: 10px 0 5px;
    }
    .index-page01 .lists{
        margin-top: 0!important;
    }
    .index-page01 .list{
        width: 48%;
        margin-top: 20px;
    }
    .index-page01 .list:nth-child(4n){
        margin-right: 4%;
    }
    .index-page01 .list:nth-child(2n){
        margin-right: 0;
    }
    .index-page01 .list .icon img{
        width: 50px;
    }
    .index-page01 .pic-desc{
        display: none;
    }
    .index-page01 .list .pic-title {
        margin: 10px 0 8px;
    }
    .index-page02 .page-tit {
        margin: 0 0 30px;
    }

    .cloud-button{
        width: 136px;
        height: 42px;
        margin-top: 25px;
    }
    .templates-row h5 {
        font-size: 22px;
        padding: 60px 0 15px;
    }
    .templates-row .templates-row-c{
        height: auto;
        padding-bottom: 50px;
    }
    .index-page02 .list {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        width: 100%;
        height: auto;
        background: #ffffff;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .col_len{
        margin-top: 0;
        width: 100%;
        position: initial;
        left: 0;
        transform: translateX(0);
    }
    .templates-row .btn-area .btn{
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
    }
    .templates-row .btn-area{
        padding-top: 30px;
    }
    .index-page03 .list{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: 140px;
    }
    .index-page03 .text {
        margin-top:5px;
    }
    .index-page03 .list:last-child{
        margin-bottom: 0;
    }
    .index-page02 .list:first-child{
        margin-top: 0;
    }

    .page-tit{
        font-size: 22px;
        margin: 20px 0 40px;
    }
    .banner-page .swiper-button-prev, .banner-page .swiper-button-next{
        display: none;
    }
    body{
        background: #f7f7f7;
    }
    .add-index-nav{
        display: block;
        padding: 15px 0 30px;
        box-sizing: border-box;
        background: #fff;
    }
    .add-index-nav .list {
        margin-top: 15px;
        text-align: center;
        width: 33.33%;
    }
    .add-index-nav .lists img {
        width: 62px;
        display: block;
        margin: 0 auto;
    }
    .add-index-nav .lists .tit {
        color: #303030;
        margin-top: 12px;
        font-size: 14px;
    }
    
}