/* Ãæ°üÐ¼ */
.crumbs {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid #F0F0F0;
    border-top: 2px solid #EBEBEB;
    color: #7E7E81;
    background-color: #F5F5F5;
}
.crumbs_list{
    height:48px;
    line-height:48px;
    float:left;
    font-size:13px;
    margin-right:10px;
}


/* title */
.title_name{
    width:100%;
    font-size:24px;
    font-weight:600;
    text-align:left;
}
.title_detail {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}

/* banner ¸Ä */
.banner {
    width: 100%;
    height: 408px;
    position: relative;
    margin-top:33px;
}

.banner_top {
    background-color: #006FE4;
    height:162px;
    width:100%;
}

.bannerTab {
    width: 100%;
    display: flex;
    padding-top: 27.6px;
    box-sizing: border-box;
}
.bannerTab .tabItem a {
    font-size: 14px;
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
}

.bannerTab .tabItem.active a {
    background: #fff;
    color: #000;
    position: relative;
}

.bannerTab .tabItem a:hover {
    background: #fff;
    color: #000;
    position: relative;
}

.bannerTab .tabItem.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.bannerTab .tabItem a:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.ui-autocomplete {
    max-height: 228px;
    overflow-y: auto;
    overflow-x: hidden;
}



.upbanner {
    width: 100%;
    height: 864px;
    background: url(/images/child/child_banner.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -70px;
}

.bann_title {
    width: 100%;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 200px;
}

.bann_hiht {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.bann_hiht span {
    color: #FBA722;
}

.formShow {
    display: none;
    width: 100%;
    padding-bottom: 50px;
    background-color: #006FE4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
/*formÌá½»*/
.allForm {
    width: 1150px;
    height: 68px;
    background: rgba(255,255,255,0.2);
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allForm .formitem.formitem_city {
    width: 236px;
}

.allForm .formitem.formitem_industry {
    width: 323px;
}

.allForm .formitem.formitem_word {
    width: 345px;
}

.allForm .formitem {
    height: 50px;
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.allForm .formitem .tithiht {
    color: #3C3C3C;
    white-space: nowrap;
    padding-left: 15px;
    box-sizing: border-box;
}

.allForm .formitem input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline-style: none;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.allForm .formbtn {
    width: 203px;
    height: 50px;
}

.allForm .formbtn button {
    width: 203px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    font-weight:600;
    cursor: pointer;
    background-color: #fff;
    color: #006FE4;
    border-radius: 4px;
    font-size: 18px;
}

.bann_samples {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 65px;
    font-size: 14px;
}

.bnner_bottom{
    width:100%;
    height:246px;
    background-color:#fff;
    overflow:hidden;
}

.bnner_start {
    font-size: 21px;
    font-weight: 600;
    margin: 30px auto;
    margin-left: 30px;
}

.bnner_tip{
    width:1140px;
    height:175px;
    margin:0 30px;
    display:flex
}
.bnner_list {
    width: 370px;
    height: 173px;
    border: 2px solid #F2F2F2;
    border-right:0;
    display:flex;
    justify-content:center;
}
.bnner_list:nth-of-type(1) {
    border-left: 0;
}

.bnner_list img{
    width:150px;
    height:150px;
    margin:0 auto
}

/* ÒÉÄÑÎÊÌâ½â´ð */
.problem{
    margin-top:43px;
    margin-bottom:60px;
}
.problem_title{
    font-size:24px;
    width:100%;
    font-weight:600;
}
.problem_detail{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}

.problem_list {
    width:577.5px;
    font-size:16px;
    font-weight:600;
    margin-top:30px;
}

.problem_list:nth-of-type(2n+1){
    margin-right:45px;
}


/*  ÓÅÊÆ  */
.good{
    width:100%;
    border-bottom:2px solid #E5E5E5;
}
.good_title {
    font-size: 24px;
    width: 100%;
    font-weight: 600;
}

.good_detail{
    width:100%;
    display:flex;
    align-items:center;
}

.good_list{
    height:36px;
    width:25%;
    display:flex;
    align-items:center;
    margin:42px auto;
}
.good_list img{
    width:36px;
    height:36px;
    margin-right:10px;
}
.good_list text{
    font-weight:600;
    font-size:13px;
}

/*¹«Ë¾ÆðÃû ×¢ÒâÒÔÏÂÊÂÏî*/
.module3 {
    width: 100%;
    padding-bottom: 30px;
    background-color: #F5F5F5;
    overflow: hidden
}
.module3 .module3_title {
    width: 100%;
    color: #464646;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom:20px;
    margin:30px auto;
}

.module3 .mattersList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.module3 .mattersList .mattersItem {
    width: 306px;
    height: 258px;
    text-align: center;
    padding: 27px 32px 0;
    box-sizing: border-box;
    border: 1px solid rgba(220,220,220,1);
    border-right:0;
    cursor: pointer;
}
.module3 .mattersList .mattersItem:nth-of-type(4) {
    border-right: 1px solid rgba(220,220,220,1)
}

.module3 .mattersList .mattersItem img {
    width: 80px;
    height: auto;
}

.module3 .mattersList .mattersItem .mattersTit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.module3 .mattersList .mattersItem .mattersSubtit {
    color: #333;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}

/*  µ×  */
.di {
    width: 100%;
    height: 180px;
    background-color: #25C87D;
    display:flex;
    align-items:center;
    justify-content:space-around;
    position:relative;
}
.di text {
    position: absolute;
    left: 300px;
    font-size: 29px;
    color: #fff;
}
.di_img{
    position:absolute;
    bottom:0;
    width:192px;
    height:156px;
    left:400px;
}

.di_start {
    height: 42px;
    background-color: #fff;
    color: #25C87D;
    font-size:14.4px;
    font-weight:600;
    display:flex
}
.di_left {
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-right: 1px solid #25C87D;
    width: 120px;
}
.di_right {
    width:42px;
    height:42px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
}
.di_right img{
    width:8px;
    height:12px;
}
