﻿/* CSS Document */


/*base*/

* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    font-size: 13px;
    font-family: "微软雅黑";
    color: #3d3d3d;
    position: relative;
    background: #fff;
}

html {
    overflow-x: hidden;
}

img {
    border: none;
    text-decoration: none;
}

a {
    color: #999;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.tc {
    text-align: center;
}

.pageBox {
    text-align: center;
    display: block;
    padding: 50px;
    clear: both;
}

.pageBox a {
    display: inline-block;
    margin-right: 6px;
    padding: 15px;
    color: #666;
    height: 34px;
    font: bold 15px/34px arial;
}

.pageBox a.pagenext {
    width: 119px;
    height: 45px;
    border: solid 1px #313131;
    padding: 0;
    line-height: 45px;
}


/*.pageBox a:nth-child(1){ display:none;}*/

.pageBox a:hover,
.pageBox a:active {
    color: #000;
    text-decoration: none;
}

.pageBox .cur {
    background: #3aa9f2;
    border: 1px solid #3aa9f2;
    text-decoration: none;
}

.pageBox a.cur {
    color: #fff;
}

.pageBox .disabled {
    width: 79px;
}

.pageBox b {
    display: inline-block;
    margin-right: 6px;
    color: #000;
    width: 34px;
    height: 34px;
    font-size: 16px;
}


/*content*/

.content-box {
    width: 100%;
    background: #faf9f4;
}

.banner {
    height: 583px;
}

.ml15 {
    margin-left: 15px;
    display: inline;
}

.ml65 {
    margin-left: 65px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.ml30 {
    margin-left: 30px;
}

.ml25 {
    margin-left: 25px;
}

.ml37 {
    margin-left: 37px;
}

.game_pic.active {}

.ibanner {
    width: 100%;
    position: relative;
    font-family: "微软雅黑";
}

.ititle {
    width: 248px;
    height: 60px;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    text-align: center;
    margin: 60px auto 35px;
}

.ititle a h2 {
    font-weight: nomal;
    font-size: 45px;
    color: #060606;
    height: 45px;
    line-height: 45px;
    color: #444;
}

.ititle a p {
    font-size: 18px;
    color: #cccccc;
    height: 18px;
    line-height: 18px;
    padding-top: 5px;
}

.new1 {
    float: left;
    width: 405px;
    margin-left: 40px;
    padding-top: 26px;
}

.new1 h2 {
    font-weight: nomal;
    color: #444444;
    font-size: 20px;
    height: 20px;
    line-height: 28px;
    background: url(../images/new.jpg) no-repeat;
    text-indent: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new1 h2:hover {
    background: url(../images/new2.jpg) no-repeat;
    color: #10b3d0;
}

.new1 a:nth-child(1) h2 {
    background: url(../images/new2.jpg) no-repeat;
    color: #10b3d0;
}

.new1 a:nth-child(1) h2:hover {
    background: url(../images/new.jpg) no-repeat;
    color: #444;
}

.new1 p {
    font-size: 15px;
    color: #ccc;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 20px;
    margin-bottom: 17px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.new1 p span {
    float: right;
    padding-top: 10px;
}

.new1 a:nth-child(2) p {
    border: none;
}

.new2 {
    float: left;
    margin-left: 50px;
    padding-top: 15px;
}

.new2 p {
    width: 355px;
    padding: 14px 0;
    font-size: 15px;
    color: #444444;
    line-height: 20px;
    background: url(../images/hot.png) 0 15px no-repeat;
    text-indent: 40px;
    position: relative;
}

.new2 a:hover p {
    color: #10b3d0;
}

.new2 p span {
    color: #ccc;
    position: absolute;
    bottom: -5px;
    width: 133px;
    right: -10px;
}

.new2 a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}


/* 本例子css */

.picScroll-left {
    width: 1300px;
    height: 570px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 540px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    cursor: pointer;
    z-index: 2;
}

.picScroll-left .hd .next {
    position: absolute;
    right: 0;
    top: 200px;
}

.picScroll-left .hd .prev {
    position: absolute;
    left: 0;
    top: 200px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
    height: 570px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.tempWrap {
    width: 1200px;
    margin: 0 auto;
}

.ixiangmu {
    position: relative;
    margin-top: 50px;
    font-family: "微软雅黑";
}

.ks {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 55px;
    z-index: 22;
}

.ixiangmu ul {
    width: 960px;
    margin: 0 auto;
}

.ixiangmu ul li {
    float: left;
    width: 120px;
    cursor: pointer;
    height: 120px;
    background: url(../images/bai.png);
    text-align: center;
    margin: 0 0 0 15px;
    color: #10b3d0;
    font-size: 21px;
    cursor: pointer;
}

.ixiangmu ul li.cur {
    background: #10b3d0;
    color: #fff;
}

.ixiangmu ul li.cur .icon2 {
    display: none;
}

.ixiangmu ul li.cur .icon1 {
    display: block;
}

.ixiangmu ul li a {
    color: #10b3d0;
}

.ixiangmu ul li.cur a {
    color: #fff;
}

.ixiangmu ul li .icon1 {
    display: none;
}

.ixiangmu ul li .icon2 {
    display: block;
}

.ixiangmu ul li img {
    display: block;
    margin: 15px auto 5px;
    min-height: 67px;
}

.contain {
    height: 775px;
    width: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
}

.contain>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.contain>div.cur1 {
    opacity: 0;
    transition: all 1.5s;
    z-index: 0;
}

.contain>div.cur2 {
    opacity: 1;
    transition: all 1.5s;
    z-index: 1;
}

.cont-box1 {
    background: url(../images/chanke1.jpg) #2abed7 no-repeat;
    background-size: 100%;
    height: 100%;
}

.cont-box2 {
    background: url(../images/shengzhi2.jpg) #3fb3ea no-repeat;
    height: 100%;
    background-size: 100%;
}

.cont-box3 {
    background: url(../images/erke3.jpg) #95d6a0 no-repeat;
    height: 100%;
    background-size: 100%;
}

.cont-box4 {
    background: url(../images/yimei4.jpg) #8b8ad9 no-repeat;
    height: 100%;
    background-size: 100%;
}

.cont-box5 {
    background: url(../images/fuke5.jpg) #c38ad9 no-repeat;
    height: 100%;
    background-size: 100%;
}

.cont-box6 {
    background: url(../images/yuezi6.jpg) #d6bc96 no-repeat;
    height: 100%;
    background-size: 100%;
}

.cont-box7 {
    background: url(../images/zunrong7.jpg) #48d5da no-repeat;
    height: 100%;
    background-size: 100%;
}

.nr-box {
    padding-top: 396px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.nr-box img {
    display: block;
    margin: 0 auto;
}

.nr-box h2 {
    font-weight: nomal;
    font-size: 45px;
    padding-top: 15px;
    height: 45px;
    line-height: 45px;
}

.nr-box p {
    font-size: 16px;
    padding-top: 15px;
    height: 16px;
    line-height: 16px;
}

.nr-box h3 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-top: 15px;
}

.nr-box div {
    font-size: 14px;
    line-height: 21px;
    width: 660px;
    margin: 25px auto;
}

.nr-box a {
    display: block;
    margin: 0 auto;
    color: #10b3d0;
    font-size: 20px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    vertical-align: bottom;
}

.nr-box a span {
    font-size: 30px;
    vertical-align: bottom;
}

.tu img {
    display: block;
    margin: 0 auto;
}

.zj-box {
    width: 283px;
    height: 540px;
    background: #05a6c2;
    color: #fff;
    float: left;
    margin: 0 6px;
    font-family: "微软雅黑";
}

.zj-box dt {
    width: 283px;
    height: 381px;
    position: relative;
}

.zj-box dt p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/se.png) repeat;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.zj-box dt p b {
    font-size: 22px;
    font-weight: normal;
}

.zj-box dd {
    padding: 20px;
    z-index: 999;
    position: relative;
}

.zj-box dd span {
    font-size: 17px;
}

.zj-box dd p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zj-box dd a {
    display: block;
    margin: 10px auto;
    color: #fff;
    font-size: 17px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #007aa2;
    vertical-align: bottom;
    border-radius: 5px;
}

.zj-box dd a strong {
    font-size: 30px;
    padding-right: 5px;
    color: #16dce7;
    font-weight: normal;
    vertical-align: bottom;
}

.zj-title {
    width: 100%;
    text-align: center;
    margin: 70px auto 45px;
}

.zj-title a h2 {
    font-weight: nomal;
    font-size: 45px;
    color: #060606;
    height: 45px;
    line-height: 45px;
}

.zj-title a span {
    color: #0e93aa;
}

.zj-title a p {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #cccccc;
    padding-top: 8px;
}

.full_bg {
    background: #efefef;
    margin: 0;
    padding: 0px 0 60px 0;
    height: 750px;
}

.bdfcyy {
    background: url(../images/bg.jpg) center no-repeat;
    height: 1220px;
    width: 100%;
    font-family: "微软雅黑";
}

.wz-lf {
    width: 610px;
    text-align: center;
    padding-top: 80px;
    padding-left: 160px;
}

.wz-lf h2 {
    font-weight: nomal;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    margin: 15px auto;
}

.wz-lf h3 {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 15px auto;
    font-weight: normal;
}

.wz-lf h4 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
}

.wz-lf p {
    font-size: 14px;
    line-height: 21px;
    /*padding-top:20px;*/
}

.wz-lf a {
    display: block;
    margin: 35px auto;
    color: #fff;
    font-size: 20px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #31dcee;
    vertical-align: bottom;
}

.wz-lf a strong {
    font-size: 30px;
    padding-right: 5px;
    color: #fff;
    font-weight: normal;
    vertical-align: bottom;
}

.biao {
    width: 340px;
    height: 370px;
    background: url(../images/zi.png) repeat;
    border-radius: 5px;
    padding-top: 30px;
    position: relative;
    margin-top: 100px;
}

.biao img {
    position: absolute;
    top: 0;
    left: 0;
}

.biao p {
    width: 244px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    background: #edeff6;
    margin-top: 10px;
    font-size: 16px;
}

.biao input {
    float: left;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    text-indent: 14px;
}

.hide {
    display: none;
}

.textarea {
    display: block;
    background: #edeff6;
    width: 244px;
    height: 104px;
    padding-top: 10px;
    text-indent: 14px;
    border: none;
    border-radius: 5px;
    margin: 10px auto;
}

.biao-box {
    position: relative;
}

.laizi {
    position: absolute;
    top: 437px;
    right: -50px;
    z-index: 22;
}

.biao input.anniu {
    width: 244px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    background: #c3c2ff;
    float: none;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}

.active1 {
    margin-top: 70px;
}

.active1 dl {
    width: 290px;
    height: 290px;
    background: #01dcea;
    color: #fff;
    text-align: center;
    float: left;
    margin: 5px;
}

.active1 dl a {
    color: #fff;
}

.active1 dl img {
    display: block;
    margin: 40px auto 10px;
}

.active1 dl dd h2 {
    font-weight: normal;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}

.active1 dl dd p {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
}

.active1 dl:nth-child(2),
.active1 dl:nth-child(4),
.active1 dl:nth-child(5),
.active1 dl:nth-child(7) {
    background: url(../images/lan.png) repeat;
}

.bottom {
    /*overflow:visible;*/
   /* height: 370px;*/
    background: #2f9daa;
    color: #fff;
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 50px;
    background: #2f9daa;
    color: #fff;
    position: relative;
    font-size: 16px;
    float: left;
}

.bottom a {
    color: #fff;
}

.bottom a:hover {
    color: #ddd;
}

.bt-lf {
    width: 834px;
}

.bt-lf ul {
    width: 118px;
    line-height: 28px;
    margin-left: 55px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-top: 60px;
}

.bt-lf ul a {
    color: #fff;
}

.bt-lf ul li {
    line-height: 25px;
}

.bt-lf ul li:nth-child(1) {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 22px;
}

.bt-rt {
    margin-top: 60px;
    width: 305px;
}

.bt-rt dl {
    float: left;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    line-height: 20px;
    margin-top: 30px;
}

.bt-rt dl:nth-child(1) {
    margin-left: 33px;
}

.bt-rt h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
}

.bt-rt h2 {
    font-weight: nomal;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    height: 18px;
    line-height: 18px;
    margin: 16px auto;
}

.bt-rt span {
    font-size: 14px;
    height: 14px;
    line-height: 24px;
    text-align: center;
}

.copyright {
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background: #3d3d3d;
}

.back-to-top {
    position: absolute;
    top: -39px;
    left: 50%;
    z-index: 999;
    margin-left: -39px;
    cursor: pointer;
}

.slides li {
    position: relative;
}

.slides li .img-txt img {
    width: 100%;
}

.slides li .img-txt {
    position: absolute;
    top: 35%;
    right: 0;
    opacity: 0;
    width: 29%;
    z-index: 3;
}

.slides li.flex-active-slide .img-txt {
    position: absolute;
    right: 18%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li .img-txt.img-txt2 {
    position: absolute;
    top: 38%;
    right: 0;
    opacity: 0;
    width: 26%;
    z-index: 3;
}

.slides li .img-txt.img-txt3 {
    position: absolute;
    top: 35%;
    right: 0;
    opacity: 0;
    width: 27%;
    z-index: 3;
}

.slides li .img-txt.img-txt4 {
    position: absolute;
    top: 35%;
    right: 0;
    opacity: 0;
    width: 29%;
    z-index: 3;
}

.slides li .img-txt.img-txt5 {
    position: absolute;
    top: 24%;
    right: 0;
    opacity: 0;
    width: 32%;
    z-index: 3;
}

.slides li .img-txt.img-txt10 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 43%;
    z-index: 3;
}

.slides li .img-txt.img-txt11 {
    position: absolute;
    top: 0;
    right: -15%;
    opacity: 0;
    width: 100%;
    z-index: 3;
}

.slides li .img-txt.jd {
    position: absolute;
    top: 66%;
    right: 0;
    opacity: 0;
    width: 12%;
    height: 24%;
    z-index: 3;
}

.slides li .img-txt.ym {
    position: absolute;
    top: 0;
    right: -20%;
    opacity: 0;
    width: 100%;
    height: auto;
    z-index: 3;
}

.slides li .img-txt.ym2 {
    position: absolute;
    top: 0;
    left: -20%;
    opacity: 0;
    width: 100%;
    height: auto;
    z-index: 3;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt2 {
    position: absolute;
    right: 23%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt3 {
    position: absolute;
    right: 20%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt4 {
    position: absolute;
    right: 27%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt5 {
    position: absolute;
    right: 22%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt10 {
    position: absolute;
    right: 28%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.img-txt.img-txt11 {
    position: absolute;
    right: 0%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.jd {
    position: absolute;
    right: 27%;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.jd img {
    animation: jd 1s infinite;
}

.slides li.flex-active-slide .img-txt.ym {
    position: absolute;
    right: 0;
    opacity: 1;
    transition: all ease 2s;
}

.slides li.flex-active-slide .img-txt.ym2 {
    position: absolute;
    left: 0;
    opacity: 1;
    transition: all ease 2s;
}

@keyframes jd {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.ksdh {
    width: 286px;
    height: 264px;
    border-radius: 5px;
    position: absolute;
    top: 600px;
    right: 80px;
    z-index: 999999;
    background: url(../images/an.png) repeat;
}

.ksdh a {
    float: left;
    width: 78px;
    height: 73px;
    margin-left: 13px;
    margin-top: 11px;
}

.overimg {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 0 10px #FFF;
    box-shadow: 0 0 10px #FFF;
    overflow: hidden;
}

.light {
    cursor: pointer;
    position: absolute;
    left: -200px;
    top: 0;
    width: 0px;
    height: 300px;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transform: skewx(-45deg);
    -o-transform: skewx(-45deg);
    -moz-transform: skewx(-45deg);
    -webkit-transform: skewx(-45deg);
}

.overimg:hover .light {
    left: 200px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 300px;
}

.topbar {
    width: 100%;
    height: 120px;
    background: url(../images/baise.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5555;
}

.topbar h1 {
    margin-top: 17px;
}

.topbar h2 {
    margin-top: 52px;
}

.mynav-box {
    width: 100%;
    height: 60px;
    background: #2eb4bf;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 999;
    font-family: "微软雅黑";
}

.mynav {
    width: 1200px;
    margin: 0 auto;
}

.mynav li {
    float: left;
    font-size: 20px;
    color: #fff;
    margin-left: 60px;
    line-height: 60px;
    height: 60px;
    position: relative;
}

.mynav li a {
    float: left;
    font-size: 20px;
    color: #fff;
}

.mynav li a span {
    font-size: 16px;
}

.topbar .wrapper {
    position: relative;
}

.font {
    line-height: 21px;
    background: url(../images/fan.png) no-repeat;
    position: absolute;
    top: 12px;
    right: 0px;
    color: #97cbd7;
    width: 50px;
    height: 21px;
    text-align: center;
}


/*导航*/

.mynav>li {
    width: 150px;
    margin: 0;
    text-align: center;
    position: relative;
    height: 60px;
    overflow: hidden;
    transition: all ease 1s;
}

.mynav>li.cur3 {
    height: 560px;
    transition: all ease 1s;
}

.mynav>li>a.cur4 {
    color: #18c9d5;
    background: #fff;
}

.mynav>li a {
    width: 150px;
    text-align: center;
    height: 60px;
}

.mynav li ul {
    width: 150px;
    display: block;
    margin: 0;
    height: 485px;
    position: absolute;
    top: 60px;
    padding-top: 15px;
    line-height: 32px;
    background: none;
    padding-left: 0;
}

.mynav li ul li {
    margin: 0;
    line-height: 32px;
    height: 32px;
    width: 100%;
}

.mynav li ul li a {
    line-height: 32px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}

.mynav li ul li a:hover {
    background: #fff;
    color: #18c9d5;
}

.dh-box {
    width: 100%;
    position: absolute;
    top: 180px;
    left: 0;
    background: url(../images/bgggg.png) repeat;
    height: 0;
    transition: all ease 1s;
}

.dh-box.cur {
    height: 500px;
    transition: all ease 1s;
}

.mynav li ul.cur {
    background: #18c9d5;
}


/*文章列表页*/

.wrapper1260 {
    width: 1260px;
    margin: 0 auto;
}

.list-content {
    background: #f0f0f0;
    width: 100%;
}
.list-content .nav{
    width: 1180px;
    margin: 10px auto;
    font-size: 18px;
    text-indent: 37px;
    background: url(../images/gohome.png);
    background-size: 28px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #737373;
}
.list-content .nav a{
    color: #737373;
}
.list-content .nav a.other{
    color: #f00;
    font-size: 14px;
    float: right;
    text-decoration: underline;
}
.list-content .nav a:hover{
    color: #1badb2;
}

.list-banner {
    width: 100%;
    height: 589px;
    background: url(../images/list.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.list-content .list-box ul {
    margin: 0px auto;
}


.xmlist{
    text-align: center;
    padding-bottom: 20px;
}
.xmlist a{
    display: inline-block;
    width: 228px;
    height: 120px;
    padding-top: 51px;
    background-color: #18c9d5;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;  
    line-height: 35px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    overflow: hidden;
}
.xmlist a span{
   font-size: 16px;
   font-weight: normal;
   width: 100%;
   display: block;
   text-align: center;
}
.xmlist a:hover{
    text-indent: -1000px;
}
.xmlist .zlm393:hover {
    background-image: url(../images/rgsj.png);
    background-size:79px 83px;;
}
.xmlist .zlm395:hover {
    background-image: url(../images/sgye.png);   
}
.xmlist .zlm397:hover {
    background-image: url(../images/womanby.png);  
}
.xmlist .zlm398:hover {
    background-image: url(../images/manby.png);    
}
.xmlist .zlm399:hover {
    background-image: url(../images/baike.png);   
}
.xcont4 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.xcont4 ul li {
    width: 472px;
    height: 180px;
    background-color: #ffffff;
    color: #444;
    float: left;
    margin: 9px;
    position: relative;
    overflow: hidden;
    float: left;
    padding-top: 19px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 35px;
}

.xcont4 ul li div.bigtitlepic {
    display: none;
}

.xcont4 ul li:hover {
    background-color: #fff;
    border: none;
}

.xcont4 li .text {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    float: left;
}

.xcont4 li .text h2 {
    width: 495px;
    height: 57px;
    line-height: 57px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
    font-weight: normal;
    font-size: 15px;
    margin-top: 39px;
    position: absolute;
    bottom: 25px;
}

.xcont4 li .text h3 {
   font-size: 20px;
    line-height: 46px;
    color: #444444;
    font-weight: normal;
}

.xcont4 li .text h4 {
    width: 490px;
    height: 70px;
    line-height: 23px;
    display: block;
    text-overflow: ellipsis;
    color: #444444;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xcont4 li .text em {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #aaaaaa;
    margin-top: 33px;
    display: none;
}

.xcont4 li .text i {
    width: 100px;
    position: relative; 
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #2322b2;
    /* margin-top: -28px; */
    display: inline-block;
    /* float: right; */
    bottom: 0;
    margin-left: 10px;
}
.xcont4 li .text i font{    
    transform: rotateX(180deg);
    position: absolute;
    margin: 4px;
}
.xcont4 li .text h2.tag{
    width: 100px;
}
.xcont4 li .swtbtn{
    width: 100px;
    position: absolute;
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #3a3993;
    margin-top: -28px;
    display: block;
    float: right;
    bottom: 0;
    background: url(../images/kpswt.png) left center no-repeat;
    background-size: 25px;
    /* text-indent: 21px; */
    text-align: right;
    right: 25px;
    bottom: 25px;
}
.xcont4 li .swtbtn:hover{
   /* color: #0781ce;*/
}
.xcont4 li:hover{
    box-shadow: 1px 1px 18px 0px
        rgba(188, 186, 186, 0.75);
}
.xcont4 li:hover h3{
    color: #1badb2;
}
.xcont4 li:hover .text i {
    color: #000;
}
.xcont-tags{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; 
    margin-bottom: 20px;   
}
.xcont-tags h3 {
    font-size: 30px;
    color: #565656;
    font-weight: normal;
    text-indent: 8px;
    margin-bottom: 20px;
}
.xcont-tags .fdtp1{
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 35px;
}
.xcont-tags .hot-next {
    float: right;
    color: #1994dd;
    cursor: pointer;
    font-size: 18px;
    margin-top: -30px;
    margin-right: 5px;
}
.xcont2 {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.xcont2 ul {
    width: 1200px;
    height: 400px;
    margin-top: 90px;
}

.xcont2 ul li {
    width: 367px;
    height: 400px;
    float: left;
    margin-left: 48px;
}
.xcont2 ul li:nth-child(1){
    margin-left: 0;
}

.xcont2 ul li:hover p {
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

.xcont2 ul li:hover a {
    color: #000;
}

.xcont2 ul li p {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.49);
}

.xcont2 ul li p:nth-child(2) {
    margin-top: 5px;
    display: block;
    width: 290px;
    height: 158px;
}

.xcont2 ul li span {
    font-size: 16px;
    color: #434343;
    display: block;
    line-height: 25px;
    height: 124px;
    background: #fff;
    padding: 26px;
    padding-bottom: 0;
    position: relative;
    text-align: justify;
}

.xcont2 ul li a {
    position: absolute;
    display: block;
    font-size: 16px;
    color: #b0b0b0;
    right: 24px;
}

.fdtp {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.fdtp h3 {
    font-size: 30px;
    color: #565656;
    font-weight: normal;
    text-indent: 8px;
    margin-bottom: 20px;
}

.fdtp ul {
    width: 1200px;
    height: 400px;
    margin-top: 0px;
}

.fdtp ul li {
    width: 367px;
    height: 400px;
    float: left;
    margin-left: 48px;
}
.fdtp ul li:nth-child(1) {
    margin-left: 0;
}

.fdtp ul li p {
    font-size: 18px;
    color: #434343;
    line-height: 28px;
}

.fdtp ul li img {
    width: 367px;
    height: 260px;
    margin-top: 5px;
}

@keyframes change {
    from {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}
.hotswiper a{
    display: inline-block;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 5px;
    color: #666;
}
.hotswiper a:hover{   
    border: 1px solid #333;   
    color: #3a3993;
}
.xcont2 ul.fdtp_text {
    position: absolute;
    z-index: 1;
    margin-top: 215px;
}

.fdtp ul li span {
    font-size: 14px;
    color: #434343;
    display: block;
    margin-top: 20px;
    line-height: 25px;
}

.fdtp ul li a {
    display: block;
    width: 170px;
    height: 44px;
    border: solid 1px #626262;
    border-radius: 20px;
    font-size: 22px;
    color: #434343;
    text-align: center;
    line-height: 44px;
    margin: 35px auto 0 auto;
}

.xcont3 {
    width: 1200px;
    margin: 0 auto;
}

.xcont3-1 {
    width: 1020px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.xcont3-2 {
    width: 1200px;
    margin: 45px auto 0 auto;
    /*border-bottom: solid 1px #dfdfdf;*/
    padding-bottom: 60px;
}

.xcont3-2 h3 {
    font-size: 30px;
    color: #565656;
    line-height: 60px;
    font-weight: normal;
}

.xcont3-2 h4 {
    font-size: 20px;
    color: #565656;
    font-weight: normal;
}

.xcont3-2 ul li:nth-child(1) {
    width: 177px;
    height: 36px;
    background: #45d0d6;
    float: left;
    border-radius: 20px;
}

.xcont3-2 ul li:nth-child(1) p {
    width: 167px;
    height: 28px;
    border: dashed 1px #fff;
    margin: 4px auto 0 auto;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.xcont3-2 ul li:nth-child(2) {
    width: 494px;
    height: 36px;
    background: #45d0d6;
    float: left;
    border-radius: 20px;
    margin-left: 15px;
}

.xcont3-2 ul li:nth-child(2) p {
    width: 482px;
    height: 28px;
    border: dashed 1px #fff;
    margin: 4px auto 0 auto;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.xcont3-2 ul li:nth-child(3) {
    width: 177px;
    height: 36px;
    background: #45d0d6;
    float: left;
    border-radius: 20px;
    margin-left: 15px;
}

.xcont3-2 ul li:nth-child(3) p {
    width: 167px;
    height: 28px;
    border: dashed 1px #fff;
    margin: 4px auto 0 auto;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.xcont3-2 ul li:nth-child(4) {
    width: 111px;
    height: 36px;
    background: #45d0d6;
    float: left;
    border-radius: 20px;
    margin-left: 15px;
}

.xcont3-2 ul li:nth-child(4) p {
    width: 101px;
    height: 28px;
    border: dashed 1px #fff;
    margin: 4px auto 0 auto;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.xcont5a {
    width: 100%;
    height: 120px;
    background: #e1dede;
    overflow: hidden;
}

.xcont5a-1 {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.xcont5a-1 img {
    display: block;
    margin-left: 109px;
    margin-top: 28px;
    float: left;
}

.xcont5a-1 .cont5-aa {
    width: 352px;
    height: 59px;
    border: solid 1px #969696;
    background: #fff;
    float: left;
    margin-left: 115px;
    margin-top: 31px;
    border-radius: 20px;
    font-size: 18px;
    color: #404040;
    padding-left: 10px;
    background-image: url("../images/searchicon.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    text-indent: 40px;
    outline:none;
}

.xcont5a-1 .cont5-aa:-moz-placeholder {
    color: #ccc;
}

.xcont5a-1 .cont5-aa:-ms-input-placeholder {
    color: #ccc;
}

.xcont5a-1 .cont5-aa::-webkit-input-placeholder {
    color: #ccc;
}

.xcont5a-1 .cont5-bb {
    width: 176px;
    height: 59px;
    background: #1badb2;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 59px;
    float: left;
    margin-top: 31px;
    margin-left: 20px;
}

.xcont5a-1 a {
    display: block;
    width: 176px;
    height: 59px;
    float: left;
    margin-top: 31px;
    margin-left: 12px;
    background: #1badb2;
    border: solid 1px #969696;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 59px;
}

.list-content .list-box dl:hover div {
    opacity: 1;
    transition: all ease 1s;
}

.list-content .list-box dl:hover dd {
    background: #10b3d0;
    color: #fff;
    transition: all ease 1s;
}

.list-content .list-box dl:hover dd {
    color: #fff;
    transition: all ease 1s;
}

.list-content .list-box dl:hover dd a {
    color: #fff;
}

.list-content .list-box dl:hover dd a.ckxq {
    color: #10b3d0;
    background: #fff;
}


/*文章内容页*/

.wrapper1020 {
    width: 1200px;
    margin: 0 auto;
}

.wz-content {
    width: 100%;
    color: #666;
    background: #f5f5f5;
    padding: 70px 0;
    font-family: "微软雅黑"
}
.wz-content .content_chan{
    width: 930px;
    margin: 0 auto;
    font-size: 15px;
}
.wz-content .ttin{
    font-size: 16px;
}
.zjOne-left h6{
    font-size: 50px;
    text-align: center;
}
.zjOne-right{
    text-align: center;
}
.wz-box {
    width: 930px;
    margin: 0 auto;
}

.wz-title {
    width: 100%;
    text-align: center;
    color: #666;
}

.wz-title h1 {
    font-size: 30px;
    padding-bottom: 17px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #a5a5a5;
}

.wz-title p {
    font-size: 16px;
    padding-bottom: 17px;
    padding-top: 10px;
}

.wz-txt {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
    display: inline-block;
    overflow: auto;
}

.wz-txt p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 28px;
}

.wz-txt img {
    display: block;height: auto;
    margin: 10px auto;
}
.wztag{
    padding: 10px;
    background: #393b927d;
    color: #e5e5e5;
    font-size: 14px;
    margin-top: 60px;
    font-weight: bold;
    display: none;
}
.wztag a{
    color: #e5e5e5;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}
.tips{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.wz-content .tips{
    display: none;
}
.tips font{
    font-size: 18px;
    font-weight: bold;
}
.wzswtbtn{
    width: 100%;
    display: none;
    padding-top: 20px;
    
}
.wzswtbtn span{
    width: 500px;
    height: 66px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.wzswtbtn span a{
    background: #38b9c3;
    color: #fff;
    font-size: 20px;
    width: 200px;
    height: 66px;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 66px;
    float: left;
}
.wzswtbtn span a:nth-child(2){
    background: #09a7b4;
    color: #fff;
    font-size: 20px;
    width: 200px;
    height: 66px;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 66px;
    float: right;
}

.bd-title {
    width: 1020px;
    font-size: 49px;
    font-weight: bold;
    color: #000;
    height: 50px;
    line-height: 40px;
    margin: 75px auto 50px auto;
    margin-top: 114px;
    text-align: center;
    font-family: "微软雅黑";
   
}

.bd-title span {
    color: #10b3d0
}

.bdts {
    font-family: "微软雅黑"
}

.ts-lf {
    width: 840px;
    padding-bottom: 40px;
}

.ts-lf dl {
    margin-right: 11px;
    margin-bottom: 20px;
    width: 199px;
    height: 164px;
    background: #a2d6ca;
    float: left;
    padding-top: 25px;
}

.ts-lf dl dt img {
    margin: 10px auto;
    display: block;
}

.ts-lf dl dd {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.ts-lf dl:nth-child(2) {
    background: #bbaacb;
}

.ts-lf dl:nth-child(3) {
    background: #ecafb2;
}

.ts-lf dl:nth-child(4) {
    background: #a6d397;
}

.ts-lf dl:nth-child(5) {
    background: #bcc2ec;
}

.ts-lf dl:nth-child(6) {
    background: #d69fb2;
}

.ts-lf dl:nth-child(7) {
    background: #6ac1d0;
}

.ts-lf dl:nth-child(8) {
    background: #e7cea7;
}

.ts-rt {
    width: 359px;
    height: 398px;
    background-color: #e2e2e2;
    position: relative;
}

.ts-txt {
    width: 325px;
    height: 373px;   
    position: absolute;
    background: none;
    top: 30px;
    left:30px;
    z-index: 999;
}

.ts-txt img {
    display: block;
    margin: 24px 0 5px;
}

.ts-txt p {
    color: #808080;
    font-size: 14px;
    width: 170px;
    line-height: 21px;
}

.ts-txt a {
    width: 86px;
    height: 25px;
    background-color: #6ac1d0;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    bottom: 19px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    text-indent: 0;
}
.ts-txt dl dt{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    color: #10b3d0;
}
.ts-txt dl dt span{
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 58px;
    color: #9474b2;
    display: block;
    width: 100%;
}
.ts-txt dl dd{
    position: absolute;
    width: 100%;
    bottom: 60px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #616161;
    text-align: center;
}
.yhhd-img img {
    float: left;
    display: block;
}

.yhhd-img a {
    float: left;
    width: 329px;
    height: 197px;
    margin-left: 16px;
    position: relative;
}

.yhhd-img a:nth-child(1) {
    margin-left: 0;
}

.yhhd-img a div {
    width: 100%;
    height: 100%;
    background: url(../images/baise.png) repeat;
    left: 0;
    top: 0;
    position: absolute;
    box-shadow: 2px 2px 5px #999;
    display: none;
}

.yhhd-img a:hover div {
    display: block;
    transition: all ease 1s;
}

.yhhd-img div h2 {
    font-size: 20px;
    padding-top: 35px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.yhhd-img div p {
    font-size: 14px;
    color: #999;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px auto;
    text-indent: 2em;
}

.kp-lf {
    width: 254px;
}

.kp-lf a h3 {
    color: #333
}

.kp-lf a p {
    color: #504f4f
}

.kepu-box {
    width: 1020px;
    font-family: "微软雅黑";
    margin-top: 20px;
}

.kepu-box a:hover {
    color: #10b3d0;
}
.bd-title  p{
    width: 200px;
    margin: 0 auto;
    height: 65px;
    background: url('../images/u84.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.kepu-box li{
  width: 49%;
  display: list-item;
  float: left;
  font-size: 17px;
  list-style:url(../images/u46.png);
  line-height: 22px;
  padding-bottom: 12px;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.kepu-box li:nth-child(1){
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.kepu-box li:hover{
  opacity: .8;
}
.kepu-box li a{
  color: #333;
}
.kepu-box li a:hover{
  color: #0B8397;
}
.tr {
    text-align: right;
}

.ml75 {
    margin-left: 75px;
}

.ml25 {
    margin-left: 25px;
}

.kepu {
    padding-bottom: 70px;
}
.kepu ..wrapper1020{
    width: 855px;
}
.fenye a:nth-child(1) {
    float: left;
    color: #666666;
    text-decoration: underline;
    padding-top: 20px;
}

.fenye a:nth-child(2) {
    float: right;
    color: #30b8d3;
    text-decoration: underline;
    padding-top: 20px;
}

.new-banner {
    width: 100%;
    height: 589px;
    background: url(../images/news-banner_01.jpg) no-repeat;
    background-size: cover;
}


/* 孕妈工具 */

.wrapper1100 {
    width: 1100px;
    margin: 0 auto;
}

.flex-direction-nav li {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
}

.flex-direction-nav .flex-prev {
    background: url(../images/arrowleft.png) no-repeat;
    text-indent: -9999999999999px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    left: 0;
    margin-top: 21px;
}

.flex-direction-nav .flex-next {
    background: url(../images/taocan_15.jpg) no-repeat;
    text-indent: -9999999999999px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    right: 0
}

.flex-direction-nav a {
    opacity: 1;
    margin-top: 20px;
}

;
.yunmatool {
    background: #f2f2f2;
    width: 100%;
    padding: 40px 0 60px 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.yunmatool h2 {
    color: #060606;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-weight: normal;
}

.yunmatool dl dd {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.yunmatool dl {
    width: 85px;
    float: left;
    margin: 40px 25px 30px;
    display: inline;
}

.yunmatool dl dd a {
    color: #666;
    line-height: 40px;
    text-align: center;
}


/*电话动画*/

.animate {
    font-size: 42px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
}

.animate span {
    display: inline-block;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}


/* Animation Two */

.two span {
    height: 48px;
    line-height: 48px;
    color: #2cb0c7;
    opacity: 0;
    transform: translate(200px, -100px) scale(2);
    animation: ballDrop 2s infinite;
}

@keyframes ballDrop {
    0% {
        transform: translate(0) rotate(0deg) scale(.5);
        opacity: 0.5;
    }
    40% {
        transform: translate(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    80% {
        transform: translate(0, 0px) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0px) rotate(0deg) scale(1);
        opacity: 1;
    }
}


/*宾客心声*/

.bkxs {
    width: 100%;
    background: #fff;
    font-family: "微软雅黑";
    padding-bottom: 80px;
}

.bk_title {
    width: 100%;
    text-align: center;
    padding: 55px 0 25px;
}

.bk_title h2 {
    font-size: 30px;
    color: #444444;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.bk_title p {
    font-size: 12px;
    color: #666;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
}

.bkxs1 {
    width: 480px;
    float: left;
}

.bkxs2 {
    width: 238px;
    float: left;
    margin-left: 5px;
}

.bkxs3 {
    width: 470px;
    float: left;
    margin-left: 5px;
}

.bk_title h2 span {
    color: #0e93aa;
}

.bkxs-wz {
    width: 480px;
    height: 163px;
    background: #eff3f9;
    border-radius: 10px;
    margin-bottom: 5px;
}

.bkxs-wz h3 {
    color: #0e93aa;
    font-size: 18px;
    padding: 45px 0 0 55px;
    font-weight: normal;
}

.bkxs-wz h3 a {
    color: #0e93aa;
    font-size: 18px;
}

.bkxs-wz p {
    padding: 10px 0 0 55px;
    font-size: 14px;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bkxs-wz1 h3 {
    width: 240px;
    padding: 35px 35px 0 35px;
    height: 98px;
    color: #0e93aa;
    font-size: 18px;
    font-weight: normal;
    background: #eff3f9;
    border-radius: 10px;
}

.bkxs-wz1 h3 a {
    color: #0e93aa;
    font-size: 18px;
}

.bkxs-wz1 h3 a:hover {
    color: #666;
}


/*.bkxs ul{ margin-top:25px;}*/

.bkxs ul li {
    background: url(../images/xin.png) 45px 20px no-repeat;
    padding-left: 75px;
    height: 61px;
    line-height: 61px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bkxs ul li:nth-child(odd) {
    background: url(../images/xin.png) 45px 20px no-repeat #eff3f9;
}

.bkxs ul li a {
    font-size: 16px;
    color: #666666;
}

.bkxs ul li a:hover {
    color: #0e93aa;
}


/* 20190801 */

.btn_yjtc {
    color: #FFF;
    font-size: 18px;
    margin-right: auto;
    padding: 0px 30px;
    border-radius: 100px;
    -moz-border-radius: 10px;
    height: 48px;
    line-height: 48px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
}

.an_zs {
    background-color: #693c5d;
    margin-left: 145px;
}

.an_hs {
    background-color: #b78757;
    margin-left: 38px;
}
