body {
    font-family: 'Microsoft YaHei';
}

ul li,
ol li {
    list-style: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

body {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

html {
    width: 100%;
    height: 100%;
}


/*以下是PC端*/

.bg_wrap {

    background: #ffffff;
    height: 481px;
}

.title {
    width: 100%;
    overflow: hidden;
    line-height: 16px;
}

.title_left {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.title_right_pic {
    width: 16px;margin-top: 5px;
    height: 16px;
    background: url(../images/morearrow.png) no-repeat center top;
    float: right;
    margin-left: 7px;
}

.title_right {
    font-size: 14px;
    color: #999;
    float: right;
}

.title_right:hover {
    color: #ff5b01;
}


.box {
    padding-bottom: 24px;
    overflow: hidden;
    width: 660px;
}

.box dl {
    width: 100px;
    text-align: center;
    margin-right: 40px;
    float: left;
    cursor: pointer;
}

.box dt {
    width: 98px;
    height: 98px;
    border-radius: 20px;
    border: 1px solid #ededed;
}

.pw_box dt {
    border: 0 none;
    width: 100px;
    height: 100px;
}

.box dt img {
    width: 98px;
    height: 98px;
}

.box dd {
    font-size: 14px;
    color: #333;
    padding-top: 14px;
}

.box dd:hover {
    color: #ff5b01;
}

.box .jjqd {
    color: #999;
}

.box .jjqd:hover {
    color: #999;
}

.steam_box dl {
    width: 120px;
    margin-right: 15px;
}

.steam_box dt {
    width: 120px;
    height: 370px;
    border: 0 none;
    border-radius: 0 none;
}

.steam_box dt img {
    width: 120px;
    height: 370px;
}

.steam_box dt img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.steam_box dd {
    color: #fff;
}

.zzhs_box dl {
    width: 180px;
    margin-right: 40px;
}

.zzhs_box dt {
    width: 180px;
    height: 370px;
}

.zzhs_box dt img {
    width: 180px;
    height: 370px;
}

.zzfw_box dl {
    width: 197px;
    margin-right: 30px;
}

.zzfw_box dt {
    width: 197px;
    height: 350px;
}

.zzfw_box dt img {
    width: 197px;
    height: 350px;
}

.zzfw_box h6 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 14px;
}

.zzfw_box dd {
    color: #333;
}




.line {
    width: 100%;
    border-top: 1px dashed #ededed;
}

.txt {

    width: 660px;
}

.txt ul {
    overflow: hidden;margin-top: 30px;
}

.txt ul li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    width: 100px;
    text-align: left;
    margin-right: 40px;
    cursor: pointer;
}
.txt ul li:nth-child(5){margin-right: 0;}
.txt ul li:hover {
    color: #ff5b01;
}

.pw_text {
    padding-top: 24px;
}

.gg_pic {
    width: 660px;
    height: 200px;
    margin-top: 30px;
}

.gg_pic img {
    width: 100%;
    height: 200px;
}


.title {
    width: 100%;
    overflow: hidden;
    line-height: 1.8;
}

.title_left {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.title_right_pic {
    width: 16px;
    height: 16px;
    background: url(/common/images/morearrow.png) no-repeat center top;
    float: right;
    margin-left: 7px;
}

.title_right {
    font-size: 14px;
    color: #888;
    float: right;
}

.title_right:hover {
    color: #ff5b01;
}

