body{
    width: 100%;
    height: 100%;
}
.slice .list{
    width: 100%;
    text-align: center;
    list-style: none;
    height: 45px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
#box{
    height: 400px;
    width: 100%;
    padding: 10px;
}
.slice .list li{
    text-align: center;
    list-style: none;
    cursor: pointer;
    height: 45px;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 45px;
}
.slice .list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #dcdcdc;
}
.slice .list li:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #dcdcdc;
}
/*.choice{
    background: #59b2e5;
    color: #fff;
}*/
.tab-item{
    display: none;
}
.show{
    display: block;
}
 .contact-c {
    width: 100%;
    height: auto;
}
.contact-c li {
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
    height: auto;
    font-size: 0;
}

.contact-c li .ico {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.contact-c li .con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
    height: auto;
    padding-left: 20px;
}
 .contact-c li .con h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-c li .con p{
    font-size: 16px;
    font-family: "微软雅黑","fut", Arial, "Microsoft Yahei";
}


.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden; }
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    /*     color: black; */
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    padding: 10px 0;
    text-align: center; }

.tabs [class*=" tab2"] label:focus
{
    color: #59b2e5;
    font-weight: bold;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid #c1e4f7;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
    /*    tab标签选中的颜色标志      */
    border-bottom: 1px solid #40a9ff;
}
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #40a9ff;
}
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1; }
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.tabs .tab-2 {
    width: 50%; }
.tabs .tab-2 [type="radio"] + div {
    width: 100%;
    margin-left: 100%; }
.tabs .tab-2 [type="radio"]:checked + div {
    width: 200%;
    margin-left: 0;
margin-top: 15px}
.tabs .tab-2:last-child [type="radio"] + div {
    margin-left: 100%; }
.tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -100%; }


