/* PC */
@media (min-width:600px) {

    .Main_Box {
        margin: 0 auto;
        width: 2644px;
        margin-left: calc(50% - 1322px);
        height: auto;
        background-color: #FFF;
        overflow: hidden;
        background: url(../img/Banner.png) top center no-repeat;
    }

    .TopBanner_Div {
        width: 100%;
        height: 690px;
    }

    .TopBanner_Div img {
        width: 100%;
        height: 690px;
    }

    .Content_Div {
        height: auto;
        overflow: hidden;
    }

    .Content_Title_Div {
        padding: 9px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        background: url(../img/title_line.jpg) center bottom no-repeat;
    }

    .Content_Title_Div h4 {
        font-size: 30px;
        font-family: "Arial Black";
        color: #00457D;
        line-height: 50px;
    }

    .Content_Title_Div h5 {
        font-size: 26px;
        font-family: "Arial Black";
        color: #00457D;
        line-height: 45px;
    }

    .Content_Title_Div h5 span {
        color: #FF0000;
    }

    .Block_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Block_Title {
        margin: 9px;
        /* width: 100%; */
        height: 72px;
        background-color: #00457E;
        text-align: center;
        font-size: 35px;
        font-family: "Arial Black";
        line-height: 72px;
        color: #FFF;
        z-index: 2;
    }

    .Block_Title a {
        color: #FFF;
    }

    .Block_Top {
        padding: 9px;
        height: 20px;
        background: url(../img/Block_Top.png) top center no-repeat;
    }

    .Block_Bottom {
        padding: 9px;
        height: 32px;
        background: url(../img/Block_Bottom.png) bottom center no-repeat;
    }

    .Block_Mid {
        padding: 9px;
        height: auto;
        background: url(../img/Block_Mid.png) top center repeat-y;
        overflow: hidden;
    }

    .Ti_Title {
        width: 100%;
        height: 66px;
        padding-bottom: 40px;
    }

    .Ti_Title h4 {
        float: left;
        width: 118px;
        height: 66px;
        font-size: 45px;
        line-height: 60px;
        text-align: center;
        text-indent: -5px;
        font-family: "Arial Black";
        color: #FFF;
        background: url(../img/Num_BK.png) center center no-repeat;
        overflow: hidden;
    }

    .Ti_Title h5 {
        float: left;
        margin-left: 20px;
        width: calc(100% - 150px);
        height: 66px;
        font-family: "Arial Black";
        font-size: 28px;
        line-height: 38px;
        color: #00457D;
        display: flex;
        align-items: center;
    }

    .Ti_Title h6 {
        float: left;
        margin-left: 40px;
        height: 66px;
        font-family: "Arial Black";
        font-size: 30px;
        line-height: 38px;
        color: #FF0000;
        display: flex;
        align-items: center;
    }

    .Block1 .Block_Top {
        margin-top: -24px;
    }

    .Block2 .Block_Top {
        margin-top: -24px;
    }

    .Block3 .Block_Top {
        margin-top: -24px;
    }

    .Block4 .Block_Top {
        margin-top: -24px;
    }

    .Block5 .Block_Top {
        margin-top: -24px;
    }

    .Block6 .Block_Top {
        margin-top: -24px;
    }

    .Ti_Content {
        margin: 0 auto;
        width: 940px;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Ti_Content H4 {
        width: 940px;
        height: 60px;
        font-size: 28px;
        font-family: "Arial Black";
        color: #00457D;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
    }

    .Ti_Content H5 {
        margin-left: 10px;
    }

    .Ti_Content H5 textarea {
        padding: 5px;
        width: calc(100% - 12px);
        height: 200px;
        font-size: 28px;
        font-family: "Arial";
        color: #00457D;
        line-height: 40px;

        border-radius: 6px;
        border: 1px solid #c2c2c2;
        resize: none;

        overflow-y: scroll;
    }

    .Ti_Content ul {
        width: 940px;
        display: flex;
        flex-wrap: wrap;
    }

    .Ti_Content li {
        width: 940px;
        min-height: 52px;
        margin-bottom: 20px;
        /* border-bottom: 1px dotted #ABABAB; */
        background: url(../img/Li_line.png) bottom center no-repeat;

    }

    .Ti_Content .li_Half {
        width: 470px !important;
    }

    .Ti_Content .No_BBorer {
        border-bottom: 0px !important;
        background: none !important;
    }

    .Ti_Content li label {
        padding-left: 40px;
        font-size: 24px;
        line-height: 34px;
        color: #00457D;
        font-weight: bold;
        cursor: pointer;
    }

    .Ti_Content li span {
        display: inline-block;
        margin-top: 2px;
        font-size: 24px;
        line-height: 34px;
        color: #00457D;
        font-weight: bold;
    }

    .label_Font22 span {
        font-size: 22px !important;
    }

    /* input代码部分 ----------------------------- Start */
    /* ==================== 多选框 */
    .Ti_Content li input[type=checkbox] {
        display: inline-block;

        font-size: 28px;
        width: 22px;
        height: 22px;
        top: 8px;
        left: 0;
        position: absolute;
        /* vertical-align: middle; */

    }

    .Ti_Content li input[type=checkbox]:after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 1px;
        left: 1px;
        content: " ";
        /* background-color: #f4edfd; */
        background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
        display: inline-block;
        visibility: visible;
        padding: 0px 0px;
        /* border-radius: 3px; */
        /* border: 1px solid #cccfd5; */
    }

    /* checkbox选中样式 */
    /* input[type=checkbox]:checked:after {
        background-color: #00457E;
        z-index: 1;
      } */

    .Ti_Content li input[type=checkbox]:checked:before {
        /* content: "✓"; */
        position: absolute;
        width: 20px;
        height: 20px;
        content: " ";
        display: block;
        position: relative;
        top: 1px;
        left: 1px;
        z-index: 2;
        background-color: #00457E;

    }

    /* ==================== 单选框 */
    .Ti_Content li input[type=radio] {
        display: inline-block;
        font-size: 24px;
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%;
        /* vertical-align: middle; */
        margin-right: 10px;
    }

    .Ti_Content li input[type=radio]:after {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 1px;
        top: 1px;
        content: " ";
        /* background-color: #f4edfd; */
        background-image: linear-gradient(to bottom, #EBEBEB, #AFAFAF);
        color: #fff;
        display: inline-block;
        visibility: visible;
        padding: 0px 0px;
        border-radius: 50%;
        border: 0px solid #cccfd5;
    }

    .Ti_Content li input[type=radio]:checked:after {
        border-color: #00457E;
    }

    .Ti_Content li input[type=radio]:checked:before {
        content: "";
        display: block;
        position: relative;
        top: 1px;
        left: 1px;
        width: 20px;
        height: 20px;
        background-color: #00457E;
        border-radius: 50%;
        z-index: 1;
    }


    /* ==================== 文字框 */
    .Ti_Content li input[type=text] {
        display: inline-block;
        width: calc(100% - 2px);
        border: 1px solid #c2c2c2;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        color: #00457E;
        text-indent: 20px;
        border-radius: 6px;

    }

    /* input代码部分 ----------------------------- end */


    .Part1_Div {
        background: url(../img/Part1_BK.jpg) bottom center no-repeat;
    }

    .Part2_Div {
        background: url(../img/Part2_BK.jpg) bottom center no-repeat;
    }

    .Part3_Div {
        background: url(../img/Part3_BK.jpg) bottom center no-repeat;
    }

    .Part4_Div {
        background: url(../img/Part4_BK.jpg) top center no-repeat;
    }

    .Part5_Div {
        background: url(../img/Part5_BK.jpg) bottom center no-repeat;
    }

    .Part6_Div {
        background: url(../img/Part6_BK.jpg) bottom center no-repeat;
    }

    #ti9_1 {
        margin-top: -7px;
        float: right;
        width: 620px !important;
    }

    #tiA_3T {
        margin-top: 10px;
    }

    .Content_Thank {
        margin-top: 30px;
        height: 45px;
        line-height: 45px;
        font-size: 40px;
        font-family: "Arial Black";
        text-align: center;
        color: #00457E;
        margin-bottom: 60px;
    }

    .Content_Submit {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 70px;
    }

    .Content_Submit input {
        width: 350px;
        height: 100px;
        background-color: #00457E;
        text-align: center;
        font-size: 50px;
        line-height: 100px;
        font-family: "Arial Black";
        color: #FFF;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 70px;
        cursor: pointer;
    }

    .Bottom_Box {
        margin: 0 auto;
        width: 2644px;
        margin-left: calc(50% - 1322px);
        height: auto;
        overflow: hidden;
    }
    .BackTop_Box{
        width: 2644px;
        height: 75px;
        background: url(../img/Bottom_BK.png) center center no-repeat;
    }
    .BackTop_Box img{
        margin: 0 auto;
        width:332px;
        height: 67px;       
    }
    .Bottom_Box2{
        width: 100%;
        height: 360px;
        background-color: #D8E7EC;
        overflow: hidden;
    }
    .Bottom_Div{
        margin-top: 100px;
        height: auto;
    }
    .Bottom_Left{
        float: left;
        width: 390px;
        height: 145px;        
    }
    .Bottom_Left img{
        margin-top: 40px;
        width: 360px;
        height: 41px;
        cursor: pointer;        
    }
    .Bottom_Right{
        float: left;
        border-left: 2px solid #114A7E;
        padding-left: 22px;
        width: 790px;
        height: 145px;
        font-size: 22px;
        font-family: "Helvetica";
        line-height:30px;
        color: #00457E;
    }

}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }

    .caidan {
        display: none;
    }
}