input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*婊氬姩*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/* 閫氱敤鏍峰紡 */

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 瀵艰埅鏍� */

.nav1 {
    float: right;
    width: 706px;
}

.nav-li {
    position: relative;
    z-index: 999;
}

.nav-li .nav-a {
    display: block;
    line-height: 88px;
    font-size: 16px;
    color: #666666;
    width: 100px;
    text-align: center;
}

.nav-ul {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #e4e4e4;
    z-index: 999;
    min-width: 100%;
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.nav-ul li {
    width: 100%;
}

.nav-ul li a {
    width: 100%;
    line-height: 38px;
    text-align: center;
    display: block;
    color: #000;
    white-space: nowrap;
    padding: 0 5px;
}

.nav-li:hover .nav-a {
    color: #666666;
    background: url(../images/navli.png) no-repeat bottom center;
}

.nav-li:hover .nav-ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translate(-50%, 0);
}

.nav-ul li a:hover {}


/*澶撮儴鏍峰紡*/

.head-index {
    padding: 0 30px;
}

.logo {
    line-height: 88px;
}

.top-ad {
    line-height: 88px;
    margin-left: 20px;
}

.tel {
    position: relative;
    background: url(../images/shouji.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 20px;
    font-size: 12px;
    color: #999999;
}

.tel p:nth-of-type(2) {
    font-family: "Tahoma";
    font-size: 20px;
    color: #0f409d;
}


/**/

.bj1 {
    background: url(../images/bj1.jpg) no-repeat top center;
    height: 920px;
    overflow: hidden;
}

.bj1 .xuqiu {
    padding-top: 55px;
}

.bj1 .xuqiu h2 {
    text-align: center;
    font-size: 24px;
    color: #4e4e4e;
    padding-bottom: 20px;
}

.bj1 .xuqiu .con p {
    font-size: 14px;
    color: #909090;
    text-align: center;
    line-height: 26px;
}

.bj1 .xuqiu .more {
    width: 138px;
    height: 40px;
    border: 1px solid #b5b5b5;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
}

.bj1 .xuqiu .more a {
    display: block;
    text-align: center;
    line-height: 38px;
    color: #909090;
    font-size: 16px;
}

.bj1 .xuqiu .more:hover {
    background: #0f409d;
}

.bj1 .xuqiu .more:hover a {
    color: #fff;
}

.bj1 .xu1 {
    margin-top: 85px;
}

.bj1 .xu1 .xu1-1 {
    width: 500px;
    box-shadow: 0 0 10px #f4f4f4;
}

.bj1 .xu1 .xu1-1 .xu1-list li {
    background: #fff;
    height: 155px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a {
    margin: 0 30px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    height: 155px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz {
    width: 370px;
    padding-top: 40px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz h3 {
    font-size: 22px;
    color: #303030;
    padding-bottom: 5px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz p {
    font-size: 14px;
    color: #777777;
}

.bj1 .xu1 .xu1-1 .xu1-list li a b {
    display: block;
    width: 60px;
    float: right;
    font-size: 93px;
    color: #efefef;
    font-weight: normal;
    text-align: center;
}

.bj1 .xu1 .xu1-1 .xu1-list li:nth-of-type(3) a {
    border-bottom: none;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover {
    background: #0f409d;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a {
    border-bottom: 1px solid #0f409d;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a .wz h3 {
    color: #fff;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a .wz p {
    color: #fff;
}

.bj1 .xu1 .xu1-2 {
    width: 601px;
    height: 123px;
    box-shadow: 0px 3px 40px 0px rgba(113, 113, 113, 0.17);
    border: 1px solid #e1e1e1;
    background: #fff;
    text-align: center;
    padding-top: 38px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    margin-top: 340px;
}


/**/

.p-bg {
    background: url(../images/bj2.png) no-repeat top center;
    height: 905px;
    overflow: hidden;
    padding-top: 80px;
}


/*浜у搧涓績*/

.bt {
    font-style: italic;
    color: #006ccc;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.bt span {
    color: #454545;
    font-size: 35px;
}

.btx {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.c1 .c1-1 {
    width: 261px;
    background: #fff;
    color: #000000;
}

.c1 .c1-1 h3 {
    color: #fff;
    width: 261px;
    height: 109px;
    text-align: center;
    background: linear-gradient(#0fc8e4, #0f5ec7);
    box-sizing: border-box;
    font-size: 32px;
    padding-top: 24px;
    font-weight: bold;
}

.c1 .c1-1 h3 span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 10px;
}

.c1 .c1-1 .list1 {
    border: 1px solid #0099ff;
    border-top: none;
    padding-top: 36px;
    border-bottom: none;
    box-sizing: border-box;
    height: 455px;
    overflow: hidden;
}

.c1 .c1-1 .list1 a.a {
    background: url(../images/list1.png) center no-repeat;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    color: #333333;
    display: block;
    transition-duration: .3s;
    margin: 0 auto;
    text-indent: 32px;
    margin-bottom: 5px;
    width: 246px;
}

.c1 .c1-1 .list1 a.a.on {
    background: url(../images/list.png) center no-repeat;
    color: #fff;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec {
    display: none;
    padding-bottom: 6px;
    margin-left: 10px;
    width: 200px;
    margin-bottom: 8px;
}

.c1 .c1-1 .list1 .sec a.b {
    line-height: 44px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 15px;
    color: #454545;
    display: block;
    padding-left: 30px;
    background: url(../images/dian1.png) 10px 50% no-repeat;
    padding-left: 34px;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec a.b:hover {
    background: url(../images/dian.png) 10px 50% no-repeat;
    color: #0099ff;
}

.c1 .c1-1 .dh1 {
    padding-bottom: 55px;
    text-align: left;
    border: 1px solid #0066cc;
    border-top: none;
    padding-top: 55px;
    border-bottom: 8px solid #0066cc;
    background: url(../images/shouji.png) no-repeat center top;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.c1 .c1-1 .dh1 p:nth-child(2) {
    font-size: 30px;
    color: #0f409d;
}

.c1 .c1-2 {
    width: 920px;
}

.c1 .c1-2 .c1-2-1 {
    position: relative;
}

.c1 .c1-2 .c1-2-1 .prev,
.c1 .c1-2 .c1-2-1 .next {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 40px;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.c1 .c1-2 .c1-2-1 .prev {
    left: 14px;
    background: url(../images/zb.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .prev:hover {
    background: url(../images/zb1.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next {
    right: 14px;
    background: url(../images/yb.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next:hover {
    background: url(../images/yb1.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .list2 li {
    position: relative;
    padding-top: 85px;
    background: #fff url(../images/h-3.png) center 0 repeat-x;
    border: 2px solid #dddddd;
    border-top: none;
    padding-left: 117px;
    padding-right: 61px;
    padding-bottom: 15px;
    width: 920px !important;
    height: 420px;
    overflow: hidden;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu {
    width: 432px;
    height: 363px;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu img {
    width: 458px;
    height: 302px;
    margin-left: -53px;
    margin-top: -52px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi {
    width: 224px;
    position: absolute;
    z-index: 111;
    left: 117px;
    top: 160px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi h3 {
    line-height: 36px;
    font-size: 35px;
    color: #0066cc;
    border-bottom: 1px dashed #666666;
    padding-bottom: 11px;
    font-weight: bold;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd {
    margin-top: 10px;
    color: #000000;
    line-height: 22px;
    font-size: 13px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd b {
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj {
    margin-top: 28px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd {
    display: inline-block;
    width: 150px;
    line-height: 45px;
    text-align: center;
    background: #e5e5e5;
    margin: 0 -2px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd a {
    color: #fff;
    font-size: 15px;
    display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {
    background: #454545;
}

.c1 .c1-2 .list3 {
    margin-top: 15px;
}

.c1 .c1-2 .list3 li {
    float: left;
    margin-right: 16px;
    margin-bottom: 27px;
    position: relative;
}

.c1 .c1-2 .list3 li:nth-child(3n) {
    margin-right: 0;
}

.c1 .c1-2 .list3 li a.img {
    display: block;
    position: relative;
    width: 296px;
    height: 249px;
    overflow: hidden;
    background-color: #fff;
}

.c1 .c1-2 .list3 li a.img h3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    bottom: 5px;
    left: 0;
    z-index: 111;
    position: absolute;
    font-size: 16px;
    width: 100%;
}

.c1 .c1-2 .list3 li a.img {
    position: relative;
}

.gd {
    width: 148px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 105px;
}

.c1 .c1-2 .list3 li a.img img {
    width: 198px;
    height: 124px;
    margin: 60px auto;
    display: inherit;
}

.c1 .c1-2 .list3 li .lj {
    margin-top: 7px;
}

.c1 .c1-2 .list3 li .lj a {
    width: 148px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #1c1c1c;
    font-size: 15px;
    background-color: #dedede;
    display: block;
    float: left;
}

.c1 .c1-2 .list3 li .lj a:nth-child(2) {
    background: #fff;
}

.c1 .c1-2 .list3 li .lj a:nth-child(2):hover {
    border-color: #0066cc;
    background: #0066cc;
    color: #fff;
}

.c1 .c1-2 .list3 li:hover a.img h3 {
    opacity: 0;
}

.dj {
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
}

.c1 .c1-2 .list3 li:hover .dj {
    display: block;
}


/**/

.about-bg {
    background: url(../images/bj3.png) no-repeat top center;
    height: 561px;
    overflow: hidden;
    padding-top: 80px;
}

.about-bg .about-index .aboutl {
    width: 555px;
}

.about-bg .about-index .aboutl b {
    display: block;
    font-size: 24px;
    color: #4e4e4e;
    font-weight: normal;
    margin-bottom: 15px;
}

.about-bg .about-index .aboutl .con p {
    font-size: 14px;
    color: #727272;
    line-height: 36px;
    margin-bottom: 30px;
}

.about-bg .about-index .aboutl .ab-more {
    width: 139px;
    height: 40px;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    margin-top: 44px;
}

.about-bg .about-index .aboutl .ab-more a {
    display: block;
    text-align: center;
    line-height: 38px;
    color: #b5b5b5;
}

.about-bg .about-index .aboutl .ab-more:hover {
    background: #0f409d;
}

.about-bg .about-index .aboutl .ab-more:hover a {
    color: #fff;
}

.about-bg .about-index .aboutr {
    margin-right: -20px;
}


/**/

.ys-bg {
    background: linear-gradient(#0fc9e4,#0f5ac7);
    padding: 30px 0;
}

.ys-bg .ys-index h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.ys-bg .ys-index h2 span {
    display: block;
    font-size: 14px;
    padding-top: 15px;
}

.ys-bg .ys-index .ys-list {
    margin: 0 -70px;
    margin-top: 45px;
}

.ys-bg .ys-index .ys-list li {
    float: left;
    width: 300px;
    text-align: center;
    margin: 0 70px;
}

.ys-bg .ys-index .ys-list li .img1 img {
    width: 68px;
    height: 68px;
}

.ys-bg .ys-index .ys-list li h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.ys-bg .ys-index .ys-list li span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}

.ys-bg .ys-index .ys-list li p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}


/*浼樺娍*/

.sample-youshi {
    height: 1660px;
    padding-top: 60px;
    overflow: hidden;
}

.sample-youshi .con-all {
    position: relative;
}

.sample-youshi img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    width: 600px;
    height: 400px;
}

.sample-youshi img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.sample-youshi .tu1 {
    text-align: left;
    overflow: hidden;
}

.sample-youshi .tu1 p {
    width: 600px;
    overflow: hidden;
}

.sample-youshi .tu2 {
    text-align: right;
    overflow: hidden;
}

.sample-youshi .tu2 p {
    width: 600px;
    float: right;
    overflow: hidden;
}

.sample-youshi .tu3 {
    text-align: left;
    overflow: hidden;
}

.sample-youshi .tu3 p {
    width: 600px;
    overflow: hidden;
}

.sample-youshi .tu4 {
    text-align: right;
    overflow: hidden;
}

.sample-youshi .tu4 p {
    width: 600px;
    float: right;
    overflow: hidden;
}

.sample-youshi .youshi-con {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.sample-youshi .youshi-con .ads1 li {
    padding-left: 110px;
    width: 542px;
}

.sample-youshi .youshi-con .ads1 li h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 58px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.sample-youshi .youshi-con .ads1 li p {
    font-size: 16px;
    color: #222222;
    line-height: 32px;
    margin-top: 25px;
}

.sample-youshi .youshi-con .ads1 li .img {
    margin-top: 15px;
}

.sample-youshi .youshi-con .ads1 li .img img {
    width: 190px;
    height: 90px;
}

.sample-youshi .youshi-con .ads1 li .img .img1 {
    float: left;
    overflow: hidden;
}

.sample-youshi .youshi-con .ads1 li .img .img2 {
    float: left;
    overflow: hidden;
    margin-left: 16px;
}

.sample-youshi .youshi-con .ads1 li:first-child {
    background: url(../images/one.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 50px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(2) {
    background: url(../images/two.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 450px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(3) {
    background: url(../images/three.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 850px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(4) {
    background: url(../images/four.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 1250px;
}


/**/

.tt {
    display: none;
}

.w1325 {
    width: 1325px;
    margin: 0 auto;
}

.news-bg {
    background: #f8f8f8;
    padding-top: 96px;
    padding-bottom: 60px;
}

.news-bg .news-index h2 {
    text-align: center;
    font-size: 24px;
    color: #4e4e4e;
}

.news-bg .news-index .nsort {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.news-bg .news-index .nsort li {
    display: inline-block;
    width: 108px;
    height: 38px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    margin: 0 5px;
}

.news-bg .news-index .nsort li a {
    display: block;
    line-height: 36px;
    color: #757575;
}

.news-bg .news-index .nsort li.cur {
    background: #0f409d;
}

.news-bg .news-index .nsort li.cur a {
    color: #ffffff;
}

.news-bg .news-index .n-list2 {
    margin: 0 -5px;
}

.news-bg .news-index .n-list2 li {
    float: left;
    width: 435px;
    margin: 0 5px;
    position: relative;
}

.news-bg .news-index .n-list2 li .tux {
    width: 435px;
}

.news-bg .news-index .n-list2 li .tux img {
    width: 435px;
    height: 220px;
}

.news-bg .news-index .n-list2 li .zi {
    height: 204px;
    padding: 0 30px;
    text-align: center;
    border: 1px solid transparent;
}

.news-bg .news-index .n-list2 li .zi h3 {
    font-size: 18px;
    color: #303030;
    padding-top: 50px;
    padding-bottom: 20px;
}

.news-bg .news-index .n-list2 li .zi h4 {
    color: #545454;
    font-size: 14px;
    line-height: 26px;
}

.news-bg .news-index .n-list2 li .more {
    background: #0f409d;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    opacity: 0;
}

.news-bg .news-index .n-list2 li:hover .zi {
    background: #fff;
    box-shadow: 0px 3px 40px 0px rgba(113, 113, 113, 0.23);
    border: 1px solid #e1e1e1;
}

.news-bg .news-index .n-list2 li:hover .zi h3 {
    color: #0f409d;
}

.news-bg .news-index .n-list2 li:hover .more {
    opacity: 1;
}

.link {
    position: relative;
    color: #333;
    background: #f8f8f8;
    padding: 15px 0;
}

.link a {
    color: #333;
}


/**/

.foot-bg {
    background: #333333;
    padding-top: 70px;
}

.foot-bg .foot-index dl {
    width: 100px;
    float: left;
}

.foot-bg .foot-index dl dt {
    font-size: 14px;
    color: #ececec;
    background: url(../images/tt1.png) no-repeat left bottom;
    height: 40px;
    margin-bottom: 10px;
}

.foot-bg .foot-index dl dd a {
    display: block;
    font-size: 12px;
    color: #b6b6b6;
    line-height: 24px;
}

.foot-bg .foot-index .ct {
    width: 360px;
    color: #d4d4d4;
    background: url(../images/tt3.png) no-repeat left 8%;
    padding-left: 42px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 80px;
}

.foot-bg .foot-index .ct p img {
    margin-top: 10px;
}

.foot-bg .foot-index .ct b {
    color: #ffffff;
    font-size: 14px;
    display: block;
}

.foot-bg .foot-index .erq {
    text-align: center;
    color: #ececec;
    font-size: 14px;
    line-height: 3;
}

.x-footer {
    background: #333333;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.x-footer .wd1200 {
    border-top: 1px solid #272b35;
    padding-top: 10px;
    color: #a4a5a7;
}

.x-footer .wd1200 a {
    color: #a4a5a7;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, .8);
}

.imaname{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.comimg{
    width: 244px;
    /*height: 142px;*/
}

.usword{
    margin-bottom: 10px;
    font-size: 16px;
}

.pagination>li>a, .pagination>li>span{
    color: #6c717a;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #6c717a;
    border-color: #6c717a;
}

.zp{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 65px;
    margin-bottom: 25px;
}

.backRed{
    background-color: #6c717a;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.backHui{
    background-color: #f8f8f8;
    color: #333333;
    font-size: 18px;
}