﻿@charset "utf-8";
/* CSS Document */
body {
    font: sans-serif,Arial;
    color: #1a1a1a;
}

body {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #444;
}

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #F00;
}


.conter {
    max-width: 750px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
}

.conter img {
    width: 100%;
    height: auto;
}

.conter04{
    margin:1em .8em;
    border:1px solid #e53f32;
    padding:.8em;
    text-align:justify;
}

.conTitle{
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
    margin:.8em 0;
}


.conter05{
    overflow:hidden;
}
.conter05 table{
    width:95%;
    margin:auto;
    border-collapse:collapse;
}
.conter05 table td{
    border:1px solid #e8e8e8;
    text-align:center;
    padding:5px 0;
}
.conter05 table tr:nth-child(2n+1){
    background:#ededed;
}
.conter05 table .tr1 td{
    font-size:1.1em;
    color:#fff;
    background:#ea5d54;
    padding:8px 0;
}

.kfItem {
    margin: 0em auto 1em;
}

    .kfItem .item {
        width: 45%;
        margin: 1em 2.5%;
        float: left;
        color: #fff;
        background: #c01920;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

        .kfItem .item img {
            width: 16px;
            margin-right: .5em;
        }


.conter06{
    background:#ededed;
    overflow:hidden;
}
.colList .colMenu{
    position:relative;
    margin:1em 0;
}
.colList .personItem img{
    border:1px solid #fff;
    border-radius:50%;
}
.colList .active img{
    border:1px solid #e53f32;
    border-radius:50%;
}
.colList .swiper-button-next {
    background: url('/content/Images/ZhuanTi_Korea/paiming/paiming_right.jpg') no-repeat;
    background-size: 60%;
    right: 0px;
    left: auto;
    height: 100%;
    margin-top: -8px;
}

.colList .swiper-button-prev {
    background: url('/content/Images/ZhuanTi_Korea/paiming/paiming_left.jpg') no-repeat;
    background-size: 60%;
    height: 100%;
    margin-top: -8px;
}


.colSum{
    margin:.8em;
    background:#fff;
    overflow:hidden;
    border:1px solid #bcbcbc;
    padding:.8em;;
}

.colSum a{
    color:#c01920;
}
.colSum a:hover{
    text-decoration:underline;
}
/*.colSum .p1{
    text-indent:2em;
}*/
.colSum .p2{
    padding-top:.8em;
}
.colSum span{
    font-weight:bold;
    color:#c01920;
}
.conMain td a{
    text-decoration:underline;
    color:#c01920;
}

.conter07{
    overflow:hidden;
    padding-bottom:1em;
}
.conter07 table{
    border-collapse:collapse;
    width:95%;
    margin:auto;
}
.conter07 table .tr1{
    color:#fff;
    background:#ea5d54;
}
.conter07 table td{
    text-align:center;
    border:1px solid #d3d3d3;
    padding:.5em;
}

.conter08{
    background:#ededed;
    padding:.8em 0;
}
.bdDiv {
     margin:.3em 0;
 }
 .bdDiv .item{
      margin:.2em 0;
      overflow:hidden;
  }
 .bdDiv .item span{
        line-height:38px;
        display:block;
        width:28%;
        text-align:right;
        font-size:.8em;
        float:left;
    }

.bdDiv .item input {
    width:65%;
    line-height:34px;
    height:34px;
    padding:0 5px ;
    font-size:.8em;
    border:0;
}

.bdDiv select {
    width: 60px;
    text-align: center;
    height: 34px;
    border: 0;
    border-right: 1px solid #ededed;
    padding-left: 8px;
    float: left;
}


.bdDiv .item .bdk {
    width:65%;
    line-height:36px;
    height:37px;
    padding:0 5px ;
    font-size:.8em;
    float:left;
    background:#fff;
}
.bdDiv .item .bdk input{
    width:65%;
    
}
.bdDiv .tjBtn{
    width:40%;
    height:30px;
    margin:1em auto;
    cursor:pointer;
    background:#c01920;
    color:#fff;
    text-align:center;
    line-height:30px;
    border-radius:5px;
}
 .conter09{
     margin:.8em 0;
     overflow:hidden;
 }
 .conter09 .conMain a{
     width:90%;
     display:block;
     float:left;
     background:#ea5d54;
     color:#fff;
     text-align:center;
     margin:.5em 5%;
     padding:.5em;
 }
  .conter10{
    overflow:hidden;
}

 .conter10 .conMain a{
     display:block;
     float:left;
     width:50%;
 }





.xuanfu{
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    display:none;
    z-index:1000
}
.bigbg{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:999999;
    background:#000;
    opacity:.5;
     max-width:750px;
}
.bdDivT{
    width:95%;
    max-width:700px;
    /*height:570px;*/
    background:#fff;
    border-radius:10px;
    position:absolute;
    z-index:9999999;
    top:2%;
    left:2.5%;
    overflow:hidden;
    padding-bottom:1em;
}
.bdDivT .top{
    height:40px;
    line-height:40px;
    font-size:1.2em;
    color:#fff;
    font-weight:bold;
    text-align:center;
    background:#ea5d54;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
.closeBtn{
    position:absolute;
    right: 9px;
    top: -10px;
    color: #fff;
    font-size: 20px;
    cursor:pointer;
}
 .bdDivT .mid{
     margin:15px 0;
 }
 .bdDivT .item{
      margin:.2em 0;
      overflow:hidden;
  }
 .bdDivT .item span{
        line-height:38px;
        display:block;
        width:30%;
        text-align:right;
        font-size:.8em;
        float:left;
    }

.bdDivT .item input {
    width:65%;
    line-height:34px;
    height:34px;
    padding:0 5px ;
    font-size:.8em;
    border:1px solid #9a9a9a;
}

.bdDivT select {
    width: 60px;
    text-align: center;
    height: 34px;
    border: 0;
    border-right: 1px solid #ededed;
    padding-left: 8px;
    float: left;
}
.bdDivT #txtContact {
    padding: 0 5px;
    width: 190px;
    height: 36px;
    border: 0;
    float: left;
}

.bdDivT .item .bdk {
    width:65%;
    line-height:36px;
    height:37px;
    padding:0 5px ;
    font-size:.8em;
    border:1px solid #9a9a9a;
    float:left;
    background:#fff;
}
.bdDivT .item .bdk input{
    width:65%;
    border:0;
}
.bdDivT .xftjBtn{
    width:185px;
    height:40px;
    margin:20px auto;
    cursor:pointer;
    background:#c01920;
    color:#fff;
    text-align:center;
    line-height:40px;
}




@media screen and (min-width:360px) {
    .conter {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (min-width: 410px) {
    .conter {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 425px) {
    .conter {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .conter {
        font-size: 22px;
        line-height: 38px;
    }
}
