/******合作伙伴*******/
.hezuoheban{
    margin:40px 0;
}
.cooppartner_title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #3A3B3D;
    padding: 0px 0 30px 0;
    letter-spacing: 6px;
}
.row {
    margin: 0;
    padding: 0;
}
.change_border {
    margin: 5px;
    margin-top: 10px;
    padding: 0 10% 0 19%;
}
.change_border img:hover{
    border:2px solid #6592f9;
}
.change_border img {
    margin-top: 0 !important;
    border-radius: 6px;
}
.change_border div {
    text-align: center;
    margin-top: 8px;
}

/******留言*****/
.msgbanner img{
    width: 100%;
}
.main_liuyan_wrapper{
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.main_liuyan_title {
    font-size: 22px;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
}
.liuyan_wrapper .liuyancontent {
    margin: 12px 0;
}
.liuyancontent input, .liuyancontent textarea{
    width: 100%;
    border: none;
    padding: 16px;
    background: #eeeeeec7;
    border-radius: 4px;
}
.submitsave{
    color: #fff;
    background: #004889;
    padding: 14px 50px;
    display: inline-block;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 20px;
}

/******证书******/
.zhengshu_wrapper {
    min-height: 330px;
    width: 55%;
    margin: 0 auto;
    padding: 40px 0;
}
.serach {
    width: 520px;
    margin: 0 auto;
}
.zshuquery #search_value, .zshuquery_code .code_text {
    min-width: 520px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #555;
    margin: 0 auto;
}
.zshuquery {
    margin: 10px 0;
}
.zshuquery #search_value {
    position: absolute;
}
.zshuquery_code{
    position: relative;
}
.pic_code {
    height: 50px;
    width: 130px;
    position: absolute;
    right: 1px;
    top: 1px;
    display: inline-block;
}
.pic_code img {
    height: inherit;
    width: 100%;
}
.submitsearch {
    position: relative;
    left: 431px;
    top: 1px;
    height: 50px;
    padding: 0 24px;
    border: none;
    background: red;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.tips {
    padding-top: 20px;
    width: 520px;
    margin: 0 auto;
}
.showSerach .showSerach_title {
    padding: 20px 0;
    color: #1588f4;
    font-size: 18px;
}
.tips div:nth-of-type(1) {
    color: red;
}
.tips div {
    padding: 6px 0;
}
.showSerach{
    width: 520px;
    margin: 0 auto;
}
.banner{
    min-width: 1200px;
   margin-top:0px;
    z-index: 999;
 }
 .serach_content{
     color: #623025;
     padding: 65px 20px;
     border: 1px solid #623025;
     border-radius: 4px;
 }
 .serach_title{
     font-size: 24px;
     font-weight: bold;
     color: #623025;
     text-align: center;
     padding-bottom: 40px;
 }
 .about_wrapper {
     min-height: 330px;
     width: 520px;
     margin: 0 auto;
 }
 .serach_box .table-bordered{
     border: 1px solid #fff;
 }
 .serach_box .result .table-bordered > thead > tr > th, .serach_box .result .table-bordered > tbody > tr > th, .serach_box .result .table-bordered > thead > tr > td, .serach_box .result .table-bordered > tbody > tr > td {
     border:none !important;
     /* border-bottom: 1px solid #623025 !important; */
 }
 .serach_box .result .table > thead > tr > th, .serach_box .result .table>tbody>tr>td {
     padding: 8px;
     line-height: 3.42857 !important;
     vertical-align: top;
 }
 input ,textarea ,button{
    outline: none;
    display: block;
}