*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body{
	min-width:1200px;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.item_top_banner{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.item_top_banner img{
    width: 100%;
}
.item_daoyu_div{
    max-width: 1920px;
    height: 150px;
    margin: 0 auto;
   

}
.item_daoyu_div h2{
    width: 55px;
    margin-left: 20%;
    border-bottom: 3px solid #0ba8be;
    color: #333;
}
.item_daoyu_div_p{
    width: 60%;
   margin: 50px auto;
   line-height: 30px;
}
.item_zhidao{
    max-width: 1920px;
    height: 800px;
    margin: 0 auto;
    background: url("zhidaobg.png") no-repeat top center;
    background-size: 100%;
    padding: 1px;
}
.item_zhidao_div{
    width: 1000px;
    height: 300px;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
}
.item_zhidao_div_three{
    width: 280px;
    height: 300px;
    background: url(threebg.png) no-repeat;
    background-size: contain;
}
.item_zhidao_div_three_title{
    font-size: 30px;
    text-align: center;
    color: #0ba8be;
    margin-top: 60px;
    font-weight: bold;
    letter-spacing: 5px;
}

.item_zhidao_div_three_bottom{
    width: 90%;
    padding:20px 5%;
    height: 110px;
    margin-top: 50px;
}
.item_zhidao_div_three_bottom a{
display: block;
margin-top: 10px;
}
.item_title{
    max-width: 1920px;;
    margin: 0 auto;
    padding: 1px;
    text-align: center;
    margin: 50px auto;
}
.title_skill{
    font-size: 40px;
    font-weight: bold;
    color: #0a2f6b;
}
.title_skill span{
    margin: 0 20px;
}
.item_skill{
    width: 1100px;
    margin: 0 auto;
    padding: 1px;
    background: #3b73cd;
    margin-top: 100px;
}
.item_skill_three{
    width: 1000px;
    margin: 0 auto;
    margin-top: -50px;
    display: flex;
    justify-content: space-around;
    
}
.item_skill_three_one{
    width: 260px;
    background: #fff;
    box-shadow:5px 5px 10px 2px lightgray;
}
.item_skill_three_one_top{
    width: 80%;
    height: 110px;
    margin: 0 auto;
    background: url("circle_half.png") top center;
    background-size: 100%;
    
}
.item_skill_three_one_top_p{
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 80px;
}
.item_skill_three_one_bottom{
    width: 90%;
    padding: 10px 5%;

}
.item_skill_three_one_bottom a{
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.click{
    width: 30%;
    height: 40px;
    background:-webkit-linear-gradient(left,#2dcace,#5a7ef4);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#2dcace,#5a7ef4);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#2dcace,#5a7ef4);/* Firefox 3.6 - 15 */
    background:linear-gradient(to right,#2dcace,#5a7ef4);/* 标准*/
    margin: 50px auto;
    border-radius: 30px;
    text-align: center;
}
.click a{
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}
.item_title2{
    margin-top: 50px;
}
.item_question{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.item_question_one{
    width: 300px;
    box-shadow:5px 5px 10px 2px lightgray;
    padding-bottom: 20px;
}
.item_question_one_top{
    width: 296px;
    height: 60px;
    background:-webkit-linear-gradient(top,#5a85d5,#cbd8f2);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#5a85d5,#cbd8f2);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#5a85d5,#cbd8f2);/* Firefox 3.6 - 15 */
    background:linear-gradient(to bottom,#5a85d5,#cbd8f2);/* 标准*/
    margin: 0 auto;
}
.item_question_one_bottom{
    width: 260px;
    padding: 0 20px;
    
}
.item_question_one_bottom a{
    font-size: 14px;
    display: block;
    margin-top: 20px;
}
.item_question_one_top_p{
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 60px;
}
.item_huizong{
    width: 1000px;
    margin: 50px auto;
}
.item_huizong_left{
    width: 1100px;


}
.item_huizong_left_one{
    width: 40%;
    height: 100px;
    background: url("hzbg.png") top center no-repeat;
    background-size: 100%;
    margin: 50px 0;
    text-align: center;
    float: left;
    margin-left: 5%;
}
.item_huizong_left_one a{
   font-size: 30px;
   line-height: 90px;
   color: #fff;
   font-weight: bold;

}
.item_huizong_right_img{
    width: 150px;
    height: 150px;
    margin-top: 50px;
}
.item_huizong_right p{
    font-size: 14px;
    line-height: 30px;
}
.clear {
    clear: both;
}

	.tanc{
    display: none;
}
.zt_tc{
	cursor:pointer;
}
.pop_wrap {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.pop_log {
    width: 540px;
    background-image: linear-gradient(-180deg, #ff8400 3%, #ff8400 100%);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding-bottom:50px;
}

.title_h {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.delete {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
}

.log_t {
    width: 511px;
    padding: 50px 0;
    margin: 0 auto;
    background: #ffffff;
}

.ser_inp,
.ser_inp1 {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.ser_inp {
    width: 410px;
    margin: 0 auto 23px;
    position: relative;
}

.ser_box {
    width: 410px;
    margin: 0 auto;
    position: relative;
}

.ser_inp1 {
    width: 260px;
}

.icon1 {
    width: 17px;
    height: 25px;
    margin: 20px 10px 0 14px;
}

.icon2 {
    width: 21px;
    height: 24px;
    margin: 20px 10px 0 14px;
}

.txt_yzm {
    width: 203px;
}

.phone_r,.phone_sheng,
.txt_yzm {
    font-size: 18px;
    color: #999999;
    height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
}

.send_btn1,
.confirm {
    font-size: 18px;
    width: 135px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    float: right;
    border: 0;
    outline: none;
}

.send_btn1 {
    color: #ff8400;
    border: 1px solid #ff8400;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(-180deg, #ff8400 3%, #ff8400 100%);
}
.item_bottom{
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    border: 8px solid #75cedc;
	margin-top:50px;
}
.item_bottom_title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}
.item_city{
    max-width: 1920px;
    margin: 0 auto;
    padding: 5px 0;
}
.item_city_div{
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    background: #75cedc;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #5391bd;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 180px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 15px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 180px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top: 17px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #75cedc;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #75cedc;
    font-weight: bold;
}









@media screen and (max-width: 700px) {
.rightzx{
	display:none;
}
    .item_top p {
        display:none;
       }
     
     .topL{
      width: 130px;
      height: 80px;
      margin-left: 10px;
    }
    .topR{
      width: 130px;
      height: 80px;
      margin-right: 10px;
     
       
    }

    .item_daoyu_div{
        height: auto;
    }

    .item_daoyu_div_p{
        width: 90%;
        font-size: 12px;
    }
    .item_zhidao{
        height: auto;
    }
    .item_zhidao_div{
        width: 100%;
        height: auto;
        margin: 70px auto;
    }
    .item_zhidao_div_three{
        width: 30%;
        height: 190px;
        background: #ededed;
        background-size: contain;
    }
    .item_zhidao_div_three_title{
        font-size: 20px;
        text-align: center;
        color: #0ba8be;
        margin-top: 10px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .item_zhidao_div_three_bottom{
        width: 90%;
        padding:5px 5%;
        height: 60px;
        margin-top: 10px;
    }
    .item_zhidao_div_three_bottom a{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    }
    .item_title{
        width: 100%;
        margin: 0 auto;
        margin: 0 auto;
    }
    .item_title img{
        width: 20%;
        }
    .title_skill{
        font-size: 20px;
        font-weight: bold;
    }
    .item_skill{
        width: 100%;
        background: #3b73cd;
    }
    .item_skill_three{
        width: 100%;
        margin-top: -50px;
        display: flex;
        justify-content: space-around;
        
    }
    .item_skill_three_one{
        width: 30%;
    }
    .item_skill_three_one_top{
        width: 100%;
        height: 70px;
        margin: 0 auto;
        background: url("circle_half.png") top center no-repeat;
        background-size: 100%;

        
    }
    .item_skill_three_one_top_p{
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .item_skill_three_one_bottom{
        width: 90%;
        padding: 10px 5%;
    
    }
    .item_skill_three_one_bottom a{
        font-size: 12px;
    }
    .click{
        width: 50%;
    }
    .item_title2{
        margin-top: 50px;
    }


    .item_question{
        width: 100%;
    }
    .item_question_one{
        width: 30%;
    }
    .item_question_one_top{
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    .item_question_one_bottom{
        width:  90%;
        padding: 0 5%;
        
    }
    .item_question_one_bottom a{
        font-size: 12px;
    }
    .item_question_one_top_p{
        font-size: 18px;

    }
    .item_huizong{
        width: 100%;
    }
    .item_huizong_left{
        float: none;
        width: 100%;
    
    
    }
    .item_huizong_right{
        float: none;
        width: 100%;
    
        
    }
    .item_huizong_left_one{
        width: 90%;
        height: 50px;
        margin: 20px auto;
        background: url("hzbg.png") top center no-repeat;
        background-size: 100%;
        margin-left: 5%;
    }
    .item_huizong_left_one a{
       font-size: 18px;
       line-height: 50px;
    
    }

    .item_bottom_div{
        width: 100%;
        margin: 30px auto;
    }
    .item_bottom_div_one{
        width: 45%;
        text-align: center;
        margin-top: 15px;
       
    }
    .item_bottom_div_one img{
        width: 90%;
    }
    .item_bottom_div_one p{
        color: #fff;
    }
	
	
	.tanc{
    display: none;
	cursor:pointer;
}

.pop_wrap {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.pop_log {
    width: 80%;
    background-image: linear-gradient(-180deg, #ff8400 3%, #ff8400 100%);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding-bottom:50px;
}

.title_h {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.delete {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
}

.log_t {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background: #ffffff;
}

.ser_inp,
.ser_inp1 {
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.ser_inp {
    width: 98%;
    margin: 0 auto 23px;
    position: relative;
}

.ser_box {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.ser_inp1 {
    width: 100%;
}

.icon1 {
    width: 17px;
    height: 25px;
    margin: 20px 10px 0 14px;
}

.icon2 {
    width: 21px;
    height: 24px;
    margin: 20px 10px 0 14px;
}

.txt_yzm {
    width: 203px;
}

.phone_r,.phone_sheng,
.txt_yzm {
    font-size: 18px;
    color: #999999;
    height: 100%;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
}

.send_btn1,
.confirm {
    font-size: 18px;
    width: 135px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    float: right;
    border: 0;
    outline: none;
}

.send_btn1 {
    color: #ff8400;
    border: 1px solid #ff8400;
    position: absolute;
    right: 0;
}

.confirm {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(-180deg, #ff8400 3%, #ff8400 100%);
}
    

}