*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    position: relative;
    /*height: 100%;*/
    width: 100%;
    background-color: #e6e6e6;
}



@media (min-width: 1200px) {
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    #content {
        margin: 0 auto;
        width: 1200px;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .content{
        width: 1200px;
        /*height: 800px;*/
        overflow: hidden;
        padding-bottom: 50px;
        margin: 0 auto;
    }
    .rec1,.rec2,.rec3,.rec4,.rec5,.rec6{
        float: left;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 3px 3px #cccccc;
    }
    .rec1{
        margin-left: 20px;
        margin-top: 30px;
        width: 550px;
        /*height: 570px;*/
    }
    .rec2{

        margin-left: 70px;
        margin-top: 30px;
        width: 550px;
        /*height: 810px;*/
    }
    .rec3{
        margin-left: 20px;
        margin-top: 48px;
        width: 550px;
        /*height: 355px;*/
    }
    .rec4{
        margin-left: 70px;
        margin-top: 60px;
        width: 550px;
        /*height: 550px;*/
    }
    .rec5{
        margin-left: 20px;
        margin-top: 31px;
        width: 550px;
        /*height: 482px;*/
    }
    .rec6{
        margin-left: 70px;
        margin-top: 60px;
        width: 550px;
        /*height: 482px;*/
    }
    .title{
        width: 300px;
        height: 30px;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 22px;
        margin: 10px auto;
        margin-top: 25px;
        line-height: 30px;
        color: #333;
    }
    .number{
        font-family: "微软雅黑";
        font-size: 16px;
        margin-top: 40px;
        margin-left: 25px;
    }
    .zhize,.demand{
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-family: 'Microsoft Yahei', serif;
        font-size: 18px;
        color: #333;
        margin-left: 25px;
        margin-top: 10px;
    }
    .rec1 img,.rec2 img,.rec3 img,.rec4 img,.rec5 img,.rec6 img{
        width: 65px;
        height: 60px;
        float: right;
        margin-top: -30px;
        margin-right: 10px;
    }
    .chinese{
        font-family:SimSun;
        font-size: 14px;
        color: #333;
        padding-right: 25px;
        margin-left: 25px;
        /* font-weight: normal; */
        margin-top: -2px;
    }
    .email,.email_2,.email_3,.email_4,.email_5,.email_6{
        display: block;
        width: 100px;
        height: 35px;
        color: #fff;
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        border-radius: 6px;
        text-align: center;
        line-height: 34px;
        margin: 30px auto;
        cursor: pointer;
    }
    .email{
        background-color: #1E66E6;
        border: 1px solid #1E66E6;
    }

    .email_2{
        background-color: #EF4E1D;
        border: 1px solid #EF4E1D;
    }

    .email_3{
        background-color: #F8C600;
        border: 1px solid #F8C600;

    }
    .email_4{
        background-color: #BC70DC;
        border: 1px solid #BC70DC;

    }
    .email_5{
        background-color: #47B11E;
        border: 1px solid #47B11E;

    }
    .email_6 {
        background-color: #b1671e;
        border: 1px solid #b1671e;
    }



}





@media (min-width: 1001px) and (max-width: 1199px){
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    #content {
        margin: 0 auto;
        width: 1000px;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .content{
        width: 1000px;
        /*height: 800px;*/
        overflow: hidden;
        padding-bottom: 50px;
        margin: 0 auto;
    }
    .rec1,.rec2,.rec3,.rec4,.rec5,.rec6{
        float: left;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 3px 3px #cccccc;
    }
    .rec1{
        margin-left: 20px;
        margin-top: 30px;
        width: 450px;
        /*height: 560px;*/
    }
    .rec2{

        margin-left: 70px;
        margin-top: 30px;
        width: 450px;
        /*height: 830px;*/
    }
    .rec3{
        margin-left: 20px;
        margin-top: 40px;
        width: 450px;
        /*height: 345px;*/
    }
    .rec4{
        margin-left: 70px;
        margin-top: 57px;
        width: 450px;
        /*height: 530px;*/
    }
    .rec5{
        margin-left: 20px;
        margin-top: -120px;
        width: 450px;
        /*height: 475px;*/
    }
    .rec6{
        margin-left: 70px;
        margin-top: 60px;
        width: 450px;
    }
    .title{
        width: 300px;
        height: 30px;
        text-align: center;
        font-family: 'Microsoft Yahei', serif;
        font-size: 22px;
        margin: 10px auto;
        margin-top: 25px;
        line-height: 30px;
        color: #333;
    }
    .zhize,.demand{
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-family: 'Microsoft Yahei', serif;
        font-size: 18px;
        color: #333;
        margin-left: 25px;
        margin-top: 10px;
    }
    .rec1 img,.rec2 img,.rec3 img,.rec4 img,.rec5 img,.rec6 img{
        width: 65px;
        height: 60px;
        float: right;
        margin-top: -30px;
        margin-right: 10px;
    }
    .chinese{
        /* width: 500px; */
        /* height: 17px; */
        /* line-height: 17px; */
        font-family: SimSun;
        font-size: 14px;
        color: #333;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: -2px;

    }
    .number {
        font-family: "微软雅黑";
        font-size: 16px;
        margin-top: 40px;
        margin-left: 25px;
    }
    .email,.email_2,.email_3,.email_4,.email_5,.email_6{
        display: block;
        width: 100px;
        height: 35px;
        color: #fff;
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        border-radius: 6px;
        text-align: center;
        line-height: 34px;
        margin: 30px auto;
        cursor: pointer;
    }
    .email{
        background-color: #1E66E6;
        border: 1px solid #1E66E6;
    }

    .email_2{
        background-color: #EF4E1D;
        border: 1px solid #EF4E1D;
    }

    .email_3{
        background-color: #F8C600;
        border: 1px solid #F8C600;

    }
    .email_4{
        background-color: #BC70DC;
        border: 1px solid #BC70DC;

    }
    .email_5{
        background-color: #47B11E;
        border: 1px solid #47B11E;

    }
    .email_6 {
        background-color: #b1671e;
        border: 1px solid #b1671e;
    }
}







@media (min-width: 768px) and (max-width: 1000px){
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    #content {
        margin: 0 auto;
        width: 100%;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .content{
        width: 90%;
        /* height: 800px; */
        overflow: hidden;
        padding-bottom: 50px;
        /* text-align: center; */
        margin: 0 auto;
    }
    .rec1,.rec2,.rec3,.rec4,.rec5,.rec6{
        float: left;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 3px 3px #cccccc;
        margin-left: 70px;
        margin-top: 30px;
        width: 80%;
    }

    .title{
        width: 300px;
        height: 30px;
        text-align: center;
        font-family: 'Microsoft Yahei', serif;
        font-size: 22px;
        margin: 10px auto;
        margin-top:25px;
        line-height: 30px;
        color: #333;
    }
    .zhize,.demand{
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-family: 'Microsoft Yahei', serif;
        font-size: 18px;
        color: #333;
        margin-left: 25px;
        margin-top:10px;
    }
    .rec1 img,.rec2 img,.rec3 img,.rec4 img,.rec5 img,.rec6 img{
        width: 65px;
        height: 60px;
        float: right;
        margin-top: -30px;
        margin-right: 10px;
    }
    .number {
        font-family: "微软雅黑";
        font-size: 16px;
        margin-top: 40px;
        margin-left: 25px;
    }
    .chinese{
        font-family:SimSun;
        font-size: 14px;
        color: #333;
        margin:-2px 25px 10px 25px;

    }
    .email,.email_2,.email_3,.email_4,.email_5,.email_6{
        display: block;
        width: 100px;
        height: 35px;
        color: #fff;
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        border-radius: 6px;
        text-align: center;
        line-height: 34px;
        margin: 30px auto;
        cursor: pointer;
    }
    .email{
        background-color: #1E66E6;
        border: 1px solid #1E66E6;
    }

    .email_2{
        background-color: #EF4E1D;
        border: 1px solid #EF4E1D;
    }

    .email_3{
        background-color: #F8C600;
        border: 1px solid #F8C600;

    }
    .email_4{
        background-color: #BC70DC;
        border: 1px solid #BC70DC;

    }
    .email_5{
        background-color: #47B11E;
        border: 1px solid #47B11E;

    }
    .email_6 {
        background-color: #b1671e;
        border: 1px solid #b1671e;
    }
}








@media (max-width: 767px){
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:50%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 50px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    #content {
        margin: 0 auto;
        width: 100%;
        top: 330px;
        /*margin-top: 76px;*/
        padding-top: 72px;
        background-color: #e6e6e6;
    }
    .content{
        width: 90%;
        /* height: 800px; */
        overflow: hidden;
        padding-bottom: 50px;
        /* text-align: center; */
        margin: 0 auto;
    }
    .rec1,.rec2,.rec3,.rec4,.rec5,.rec6{
        float: left;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 3px 3px #cccccc;
        margin-top: 30px;
        width: 100%;
    }
    .title{
        width: 100%;
        height: 30px;
        text-align: center;
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        margin: 10px auto;
        margin-top: 25px;
        line-height: 30px;
        color: #333;
    }
    .zhize,.demand{
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-family: 'Microsoft Yahei', serif;
        font-size: 14px;
        color: #333;
        margin-left: 25px;
        margin-top: 10px;
    }
    .rec1 img,.rec2 img,.rec3 img,.rec4 img,.rec5 img,.rec6 img{
        width: 50px;
        height: 50px;;
        float: right;
        margin-top: -30px;
        margin-right: 10px;
    }
    .number {
        font-family: "微软雅黑";
        font-size: 14px;
        margin-top: 40px;
        margin-left: 25px;
    }
    .chinese{
        font-family: SimSun;
        font-size: 13px;
        color: #333;
        margin: -2px 25px 10px 25px;

    }
    .email,.email_2,.email_3,.email_4,.email_5,.email_6{
        display: block;
        width: 100px;
        height: 35px;
        color: #fff;
        font-family: '微软雅黑';
        font-size: 16px;
        border-radius: 6px;
        text-align: center;
        line-height: 34px;
        margin: 30px auto;
        cursor: pointer;
    }
    .email{
        background-color: #1E66E6;
        border: 1px solid #1E66E6;
    }

    .email_2{
        background-color: #EF4E1D;
        border: 1px solid #EF4E1D;
    }

    .email_3{
        background-color: #F8C600;
        border: 1px solid #F8C600;

    }
    .email_4{
        background-color: #BC70DC;
        border: 1px solid #BC70DC;

    }
    .email_5{
        background-color: #47B11E;
        border: 1px solid #47B11E;

    }
    .email_6 {
        background-color: #b1671e;
        border: 1px solid #b1671e;
    }
}

#footer .footer .footer-con p a{
    color:#fff;
}
#footer .footer .footer-con p a:hover{
    text-decoration: none;
    color:red;
}