*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.item_top_L{
    float: left;
   

}
.item_top_R{
    float: right;
    
}
.item_top_L img{
    width: 50%;
    padding-left: 50px;
}
.item_top_R img{
    width: 60%;
	margin-top:10px
}
.item_top_banner{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.item_top_banner img{
    width: 100%;
}
.item_yuyue{
    width: 100%;
    margin: 0 auto;
}
.item_yuyue_div{
    width: 70%;
    height: 600px;
    margin: 40px auto;
    border: 1px solid;
    padding: 1px solid;
    text-align: center;
    background: #0f8688 ;
    border-radius: 20px;

}
.item_yuyue_div_container{
    display: flex;
    justify-content: space-around;

}
.item_yuyue_div_L,.item_yuyue_div_R{
    width: 45%;
    height: 420px;
    margin-top: 20px;
}


.item_yuyue_div_p{
    font-size: 26px;
    font-weight: bold;
    margin: 20px;
    color: #fff;
}
.item_yuyue_div_L_f1{
    text-align: left;
    color: #fff  ;
    margin-top: 20px;
    line-height: 28px;
}
.item_yuyue_div_L_f1 p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #ff9966  ;
}
.item_yuyue_div_R{
    background: #fff;
    box-shadow:5px 5px 10px 2px #333;
}
.item_yuyue_div_R_img{
    width: 96%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
}
.now{
    width: 200px;
    height: 40px;
    background:-webkit-linear-gradient(top,#f9be64,#e93124);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(top,#f9be64,#e93124);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(top,#f9be64,#e93124);/* Firefox 3.6 - 15 */
    background:linear-gradient(to top,#f9be64,#e93124);/* 标准*/
    border: none;
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
    border-radius: 20px;
}
.province1{
    width: 200px;
}
.bank{
    width: 200px;
}
.phone{
    width: 180px;
}
.orderBorderLine{
    width: 90%;
    margin: 30px auto;

}
.orderBorderLine input{
    height: 30px;
}
#verCodeBtn{
    background: #ff9966;
    border: none;
    color: #fff;
}
.container_title{
    width: 100%;
    text-align: center;
}
.container_title p{
    font-size: 26px;
    font-weight: bold;
    margin: 20px;
    color: #333;
}
.item_baokao{
    max-width: 1920px;
    height: auto;
	background:-webkit-linear-gradient(bottom,#fff3c5,#fff);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#fff3c5,#fff);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#fff3c5,#fff);/* Firefox 3.6 - 15 */
    background:linear-gradient(to bottom,#fff3c5,#fff);/* 标准*/
    padding: 1px;
}
.item_baokao_square{
    width: 400px;
    height: 70px;
    margin: 20px 100px;
    background: url('square.png') no-repeat top ;background-size: 100%;

}
.item_baokao_square p{
    text-align: center;
    color: #fff;
    line-height: 65px;
    font-size: 20px;
}
.item_baokao_liucheng{
    width:80%;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_baokao_liucheng_square{
    width: 15%;
    height: 150px;
}
.item_baokao_liucheng_square p{
    color: #0f8688;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.item_baokao_liucheng_square div{
    width: 90%;
    height: 90px;
    margin: 10px auto;
    background:-webkit-linear-gradient(bottom,#ffff9c,#ffd000);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#ffff9c,#ffd000);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#ffff9c,#ffd000);/* Firefox 3.6 - 15 */
    background:linear-gradient(to bottom,#ffff9c,#ffd000);/* 标准*/
    border-radius: 10px;
    box-shadow:5px 5px 10px 2px lightgray;
    border: 3px solid #fff;
}
.item_baokao_liucheng_square div p{
    color: #333;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}
.item_baokao_liucheng .item_baokao_liucheng_square:nth-child(5) div p{
    line-height: 70px;
}
.item_baokao_liucheng .item_baokao_liucheng_square:nth-child(6) div p{
    line-height: 70px;
}

.item_baokao_gangwei{
    width:80%;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_baokao_gangwei_square{
    width: 20%;
    height:90px;
    border: 3px solid #7da7b8;
    border-radius: 10px;
}
.item_baokao_gangwei_square p{
    font-size: 28px;
    line-height: 90px;
    color: #fc672c;
    font-weight: bold;
    text-align: center;
}
.item_baokao_tiaojian{
    width:80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_baokao_tiaojian_five{
    width: 19%;
    height: 280px;
    border: 1px solid lightgray;
    
}
.five_top{
    width: 100%;
    height: 80px;
    background: #ffcc00;
    display: flex;
    justify-content: center;
    
}
.cirdle_num{
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    margin-top: 25px;
    line-height: 25px;
}
.five_top p{
    font-size: 20px;
    font-weight: bold;
    color: gray;
    margin-top: 25px;
}
.five_bottom{
    width: 94%;
    margin: 10px auto;
    line-height: 25px;

}
.five_bottom p{
    word-wrap:break-word
}
.item_wangshen{
    max-width: 1920px;
    height: auto;
    padding: 1px;
    background: url("keyboard.png") no-repeat top center;background-size: 100%;
}
.item_wangshen_container{
    width:80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
}
.item_wangshen_item{
    width: 35%;
    height: auto;
    background: #fff;
}
.item_wangshen_item_top{
    width: 100%;
    height: 90px;
    background: #ff9e0d;
}
.item_wangshen_item_top2{
    width: 100%;
    height: 90px;
    background: #00c3bb;
}
.item_wangshen_item_top p{
    font-size: 22px;
    line-height: 90px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.item_wangshen_item_top2 p{
    font-size: 22px;
    line-height: 90px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.item_wangshen_item_bottom{
    width: 92%;
    height: auto;
    margin: 0 auto;

}
.item_wangshen_item_bottom p{
margin-top: 10px;
}
.more{
    width: 30%;
    height: 40px;
    margin: 20px;
    border: 1px solid;
}
.more p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.pro{
    width: 1000px;
    height: 60px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}
.pro div{
    width: 19%;
    height: 60px;
    border: 1px solid #fb6614;
    text-align: center;
    line-height: 60px;
}
.pro div a{
    color: #fb6614;
}
.active{
    background: #fb6614;
}
.active a{
    color: #fff !important;
}



.item_bishi{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding: 1px;
}

.item_bishi_container{
    width: 80%;
    height: 500px;
    border: 3px solid #0f8688;
    margin: 0 auto;
    margin-top: 40px;
    background: lightgray;
    border-radius: 26px;
    margin-bottom: 40px;
}
.item_bishi_container_left{
    width: 70%;
    height: 350px;
    float: left;
    margin-left: 2%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.item_bishi_container_right{
    width: 20%;
    height: 350px;
    float: right;
    margin-right: 5%;
    margin-top: 30px;
}
.item_bishi_container_left_one{
    width: 45%;
    height: 350px;
    border: 1px solid gray;
    background: #fff;
}
.item_bishi_container_right-seven{
    width: 100%;
    height: 40px;
    color: #fb6614;
    border: 1px solid;
    margin: 0 !important;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
}

.item_bishi_container_right-seven p{
    font-size: 16px;
    text-align: center;
    color: #fb6614;
    line-height: 40px;
}
.item_bishi_container_right-seven a{
    color: #fb6614;
    font-size: 16px;
}
.active2 {
    background:#fb6614 ;
}
.active2 a{
    color:#fff !important ;
}





/* .item_bishi_container_right-seven p a:hover{
    color: #333;
} */
.item_bishi_container_left_one_title{
    width: 80%;
    height: 60px;
    border-bottom: 1px solid gray;
    margin: 0 auto;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.bishi_img{
    float: right;
    margin-top: -30px;
}
.bishi_word{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.bishi_word p{
    font-size: 16px;
    margin: 5px auto;
    font-weight: normal;
    text-align: left;

}
.more2{
    width: 40%;
    height: 40px;
    border: 1px solid;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.item_mianshi{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    background: url("blue.png")  center top;
    background-size: 100%;
    z-index: -999;
}
.item_mianshi_container{
    width: 80%;
    height: 600px;
    margin: 0 auto;

}
.item_mianshi_container_left{
    width: 60%;
    height: 600px;
    float: left;
}
.item_mianshi_container_right{
    width: 35%;
    height: 600px;
    float: right;
    position: relative;
}
.item_mianshi_container_left_three{
    width: 100%;
    height: 150px;
    display: flex;
}
.left_three_title{
    width: 45%;
    height: 140px;
    background:-webkit-linear-gradient(bottom,#fea50b ,#fc5c01);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#fea50b ,#fc5c01);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#fea50b ,#fc5c01);/* Firefox 3.6 - 15 */
    background:linear-gradient(to bottom,#fea50b ,#fc5c01);/* 标准*/
    box-shadow:5px 5px 10px 2px #333;
}
.left_three_word{
    width: 50%;
    height: 100px;
    background: #fff;
    margin-top: 10px;
    padding: 2%;
}
.left_three_title p{
    font-size: 26px;
    line-height: 140px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.left_three_word p{
    font-size: 14px;
}
.plus{
    font-size: 50px;
    color: #fff;
    margin-left: 20%;
}
.three_img{
    width: 100%;
    height: 33px;

}
.three_img img{
    width: 100%;
}
.three_img1{
    width: 100%;
    height: 30px;
    position: absolute;
    top:540px
}
.three_img1 img{
    width: 100%;
}
.item_mianshi_container_right_p{
    width: 96%;
    margin: 0 auto;
}
.item_mianshi_container_right_p h2{
    margin-top: 30px;
    color: #fff;
}
.item_mianshi_container_right_p p{
    color: #fff;
    margin-top: 10px;
}
.item_mianshi_container_right_p p a{
color: #fff !important;
}

.clear{
    clear: both;
}


.item_mianshi_two{
    width: 96%;
    height: 60px;
    position: absolute;
    margin: 0 auto;
    top: 460px;
}

.item_mianshi_two div{
    width: 40%;
    height: 40px;
    background:#fc5c01 ;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
   
}
.item_mianshi_two div a{
    color: #fff !important;
}

.item_mianshi_two div:nth-child(1){
    float: left;
}
.item_mianshi_two div:nth-child(2){
    float: right;
}
.item_city{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    background:-webkit-linear-gradient(bottom,#ffdeac ,#fff);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#ffdeac ,#fff);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#ffdeac ,#fff);/* Firefox 3.6 - 15 */
    background:linear-gradient(to bottom,#ffdeac ,#fff);/* 标准*/
}
.qq_container{
    width:900px ;
    height: 400px;
    background: #fff3c5;
    margin:30px auto;
    border-radius: 40px;
    display: flex;
    justify-content: center;
}
.letter{
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin-left: 5px;
    margin-top: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: 900;
    color: #fff;
    background: #f65d5f;
    cursor: pointer;
}
.qq_container_left{
    width: 120px;
}
.province_letter{
    width: 110px;
    height: 35px;
    margin: 37px auto;
    background: #f65d5f;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: 700;

}

.allLetter{
    width: 720px;
    height: 100px;
    display: flex;
    justify-content: center;
}
.letter_bottom{
    width: 720px;
    height:250px;
    display: flex;
    justify-content: center;  
}
.province{
    width: auto;
    text-align: center;
    margin-top: 50px;
}
.five{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;  
}
.four1{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;  
}
.six{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;  
}


.three{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;   
}

.two{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;     
}
.pic{
    width: 120px;
    margin: 3px;
}
.pic img{
    width: 100%;
}
.item_bottom{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_bottom img{
    width: 100%;
}























@media screen and (max-width: 700px) {
    .item_top_L{
        float: left;
        width: 50%;
    }
    .item_top_R{
        float: right;
        width: 50%;
        
    }
    .item_top_L img{
        width: 70%;
        padding-left: 0px;
    }
    .item_top_R img{
        width: 40%;
        float: right;
		margin-top:25px;
    }
    .item_yuyue_div{
        width: 90%;
        height: auto;

    }
    .item_yuyue_div_L_f1 p:nth-child(2){
        font-size: 12px;
    }
    .item_yuyue_div_L_f1 p:nth-child(3){
        font-size: 12px;
    }
    .item_yuyue_div_L_f1 p:nth-child(4){
        font-size: 12px;
    }
    .item_yuyue{
        height: auto;
    }
    .item_yuyue_div_container{
        display: block;

    }
    .item_yuyue_div_L,.item_yuyue_div_R{
        width: 90%;
        height: 480px;
        margin: 0 auto;
    }
    .item_baokao_square{
        width: 300px;
        height: 50px;
        margin: 5px ;
    }
    .item_baokao_square p{
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
    }
    .item_baokao_liucheng{
        width:96%;
        height: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .item_baokao_liucheng_square{
        width: 30%;
        height: 150px;
    }
    .item_baokao_liucheng_square p{
        color: #0f8688;
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        height: 10px;
    }
    .item_baokao_liucheng_square div{
        width: 90%;
        height: 90px;
        margin: 10px auto;
    }
    .item_baokao_liucheng_square div p{
        color: #333;
        font-size: 16px;
        line-height: 35px;

    }
    .item_baokao_gangwei{
        width:96%;
        height: 150px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    .item_baokao_gangwei_square{
        width: 22%;
        height:90px;
        border: 3px solid #7da7b8;
        border-radius: 10px;
    }
    .item_baokao_gangwei_square p{
        font-size: 22px;
        line-height: 45px;
        color: #fc672c;
        font-weight: bold;
        text-align: center;
    }
    .item_baokao_tiaojian{
        width:96%;
        flex-wrap: wrap;
    }
    .cirdle_num{
        width: 20px;
        height: 20px;
        border-radius: 15px;
        background: #fff;
        text-align: center;
        margin-top: 25px;
        line-height: 20px;
    }
    .five_top p{
        font-size: 14px;
        font-weight: bold;
        color: gray;
        margin-top: 25px;
    }
    .five_bottom p{
        word-wrap:break-word;
        font-size: 12px;
    }
    .item_baokao_tiaojian_five{
        width: 46%;
        height: auto;
    }
    .item_wangshen_container{
        width: 96%;
    }
    .item_wangshen_item{
        width: 48%;
        height: auto;
    }
    .item_wangshen_item_bottom p{
       font-size: 12px;
    }
    .item_wangshen{
        height: auto;
    }
    .more{
        width: 55%;
    }
    .pro {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 30px;
    }




    .item_bishi_container{
        height: auto;
        width: 96%;
        margin-top: 0;
    }

 
    .item_bishi_container_left{
        float: none;
        width: 96%;
        margin: 0 auto;
        height: auto;

    }

    .more2{
        width: 60%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 20px;
    }




    .bishi_word {
        width: 96%;
    }
    .bishi_word p{
        font-size: 12px;
    }
    .item_bishi_container_left_one{
        height: auto;
    }
    .item_bishi_container_right{
        float: none;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 96%;
        margin: 50px auto;
        height: auto;
    }
    .item_bishi_container_right-seven{
        width: 30%;
    }
    .item_bishi_container_right-seven a{
        line-height: 40px;
    }
    .item_bishi_container_right-seven p{
        font-size: 12px;
        line-height: 20px;
    }
    .item_mianshi_container{
        width: 100%;
    }
    .item_mianshi_container_left,item_mianshi_container_right{
        float: none;
    }
    .item_mianshi_container_left{
        width: 96%;
        margin: 0 auto;
    }
    .item_mianshi_container_left_three{
        width: 100%;
    }

  .left_three_title p{
    line-height: 140px;
    font-size: 18px;
    } 
    .item_mianshi{
        height: 1150px;
    }
    .left_three_word p{
        font-size: 12px;
    }
    .left_three_word{
        height: 125px;
        margin-top: 0 ;
    }
    .item_mianshi_container_right{
        width: 98%;
        margin:0 auto;
        height: auto;
    }
    .item_mianshi_container_right_p p{
        font-size: 12px;
    }
    .three_img,.three_img1{
        display: none;
    }
    .item_mianshi_two{
        width: 96%;
        height: 60px;
        position:initial;
        margin-top: 20px;

    }
    .item_mianshi_two div{
        height: 40px;
        line-height: 40px;
    }
    .item_city{
        width: 100%;
    }
    .qq_container{
        width: 96%;
        height: 1000px;
        margin: 0 auto;
        display: block;
        padding: 1px;
    }
    .letter_bottom{
        width: 100%;
        height: auto;
    }
    .qq_container_left{
        width: 100%;
        margin-top: 20px;
    }
    .allLetter{
        width: 96%;
        margin: 0 auto;
        height: auto;
        flex-wrap:wrap
    }
    .letter{
        margin-top: 10px;
    }
    .two{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .three{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .four1{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .five{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .six{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .item_mianshi_two a{
        font-size: 12px;
    }

}