html,
body {
    font-family: '微软雅黑';
}

/* ------------------------banner------------------------- */

.container-banner {
    width: 100%;
}

.container-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -------------------------container-relation------------------------ */

.container-relation {
    width: 100%;
    background-color: #ffffff;
}

.relation-title {
    width: 100%;
    height: 130px;
    text-align: center;
}

.relation-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.relation-content-box {
    width: 100%;
    height: 164px;
}

.relation-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.relation-content-box>ul>table {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.relation-content-box>ul>table tr th {
    font-size: 16px;
    height: 62px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #f1f1f1;
    background-color: #999;
}

.relation-content-box>ul>table tr td {
    font-size: 14px;
    height: 58px;
    text-align: center;
    color: #555555;
    background-color: #f1f1f1;
}

/* ---------------------------relation-matter-------------------- */

.relation-matter {
    width: 100%;
}

.relation-matter>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.relation-matter>ul h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000003;
}

.relation-matter>ul h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000003;
    margin-top: 26px;
}

.relation-matter>ul p {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}

/* -----------------------relation-form-------------------------- */

.relation-form {
    width: 100%;
    height: 534px;
    margin-top: 70px;
}

.relation-form>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.form-list {
    margin-top: 130px;
}

.form-list li {
    float: left;
    width: 50%;
    height: 60px;
}

.form-list-pub::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px;
}

.form-list-pub {
    width: 96%;
    height: 48px;
    border: 1px solid #c8d5e7;
    color: #ffffff;
    text-indent: 1em;
    font-size: 14px;
    background-color: rgba(163, 185, 216, 0.6)
}

/* ------上传文件------ */

.file {
    position: relative;
    width: 96%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c8d5e7;
    background-color: rgba(163, 185, 216, 0.6)
}

.file label {
    display: inline-block;
    color: #ffffff;
    margin-left: 1em;
}
.file-two {
    position: relative;
    width: 96%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c8d5e7;
    background-color: rgba(163, 185, 216, 0.6)
}
.form-list-pub:focus{
    border: 1.4px solid #ffffff;
}

.file-two div:nth-child(1) {
    display: inline-block;
    color: #ffffff;
    margin-left: 1em;
}

.upload{
    padding: 6px 12px;
    height: 48px;
    line-height: 48px;
    position: relative;
    border: none;
    text-decoration: none;
    background-color: #ededed;
    color: #555555;
    border-radius: 5px;
}
.change{
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
/* ------------------------- */
.file-two h1{
    float: left;
    color: #ffffff;
    font-size: 14px;
    text-indent: 1em;
}
.file-two h2{
    position: absolute;
    top: -14px;
    left: 60px;

}
.file-two label{  
    position: relative;  
    top: 14px;  
    font-size: 16px;  
    color: rgb(255, 255, 255);  
    line-height: 16px;  
  }  
  input[type="radio"]{  
    display: none;  
  }  
  input[type='radio']+label:before{  
    margin-top: -2px;  
    content: '';  
    display: inline-block;  
    width: 18px;  
    height: 18px;  
    margin-right: 6px;  
    border-radius: 100%;  
    vertical-align: middle;  
    border: 1px solid #E4E4E4;  
    background: #FFFFFF;  
  }  
    
  input[type='radio']:checked+label:before{  
    background-color: #2094f6;
    background-position: center center;  
  }  
/* ---------------- */


.form-submit {
    width: 98%;
    height: 48px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    background-color: #2094f6;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.form-submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#2094f6), to(#0b7edd));
    background: -moz-linear-gradient(top, #2094f6, #0b7edd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2094f6', endColorstr='#0b7edd');
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .relation-title>h4 {
        font-size: 28px;
    }
}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .relation-title>h4 {
        font-size: 26px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        width: 100%;
        height: 180px;
    }
    .relation-title {
        height: 80px;
    }
    .relation-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .relation-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .relation-matter>ul {
        width: 94%;
        margin-left: 3%;
    }
    .relation-form>ul {
        width: 94%;
        margin-left: 3%;
    }
    .form-list {
        margin-top: 26px;
    }
    .form-list li {
        width: 100%;
        height: 52px;
    }
    .form-list-pub {
        width: 100%;
    }
    .file-two {
        width: 100%;
    }
    .file {
        width: 100%;
    }

    .relation-content-box {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .form-submit {
        width: 100%;
    }

    /* 表格适配 */

    table, thead, tbody, th, td, tr { 
		display: block; 
    }
    .relation-content-box thead{
        width: 30%;
        float: left;
    }
    .relation-content-box tbody{
        width: 70%;
    }
    .relation-content-box>ul>table tr th {
        height: 58px;
        line-height: 58px;
        border-bottom: 1px solid #f1f1f1;
    }
    .relation-content-box>ul>table tr td {
        width: 360px;
        line-height: 58px;
        border: 1px solid #ffffff;  
    }
}




