﻿.pay_div ul {
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    padding: 0;
}
.pay_div li {
    width: 30%;
    float: left;
    margin: 0px;
    margin-left: 2%;
    padding: 0px;
    height: 75px;
    display: inline;
    line-height: 75px;
    color: #fff;
    font-size: x-large;
    word-break:break-all;
    word-wrap : break-word;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    .pay_div li {
        width: 90% !important;
        margin-bottom: 10px !important
    }
}
.pay_div a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
    color:#fff;
}
.pay_div a:link{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
    color:#fff;
}
.pay_div a:visited{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
    color:#fff;
}
.pay_div a:hover{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
    color:#fff;
}
.pay_div a:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
    color:#fff;
}

.kthyqx{
    width:100%;
    background: url(../images/bg.jpg) no-repeat 0 0;
}
.hytq{
    font-size:34px;
    color:#000;
    font-weight: bold;
    text-align: center;
    padding-top: 3em;
    margin-bottom: 2em;
}

.jythy{
    width:90%;
    height: 600px;
    background: #fff;
    border-radius: 16px;
    margin:0 auto;
}
.jythy .wxts{
    text-align: center;
    color:#e50000;
    font-size: 14px;
    height: 5em;
    line-height: 5em;
}

.yphy{
    width:30%;
    padding:3em 0em;
    background: #fff;
    box-shadow: #ccc 0px 0px 6px;
    float: left;
    margin-left: 2.444%;
    border-radius: 16px;
    text-align: center;

}
@media screen and (max-width:480px) {
    .yphy  {
        float:none;
        width:98%;
        margin-bottom: 2em;
    }
}
.yphy_title *{
    display:inline-block;
    vertical-align:middle;
}

.icon{
    width:2em;
    height:2em;
}
.yphy_je{
    height: 3em;
    line-height: 3em;
    font-size: 1.4em;
    color:#e50000;
    position: relative;
}

.yphy_je:before, .yphy_je:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #e50000;       /*宽和高做出来的背景横线*/
    width: 11%;
    height: 1px;
}
.yphy_je:before{
    left:20%;
}
.yphy_je:after{
    right:20%;
}

.yphy h4{
    font-size: 1.6em;
    color:#000;
    font-weight: bold;
}
.kthy_xq p{
    height: 3em;
    line-height: 3em;
}
.kthy_xq p:nth-child(even){
    background: #f5f5f5;
}
.kthy_xq span{
    color:#e50000;
    font-weight: bold;
    padding:0 0.4em;
}
.yphy a{
    padding:0.6em 2.2em;
    background: #e50000;
    border-radius: 2em;
    color:#fff;
}
.ljkt{
    padding-top: 4em;
}

