.main {
    min-width: 1000px;
}

.tokefu {
    cursor: pointer;
}


/*header*/

.header-wrap {
    padding: 20px 0 15px;
}

.header-wrap .logo {
    float: left;
    cursor: pointer;
}

.header_right {
    float: right;
    margin-top: 21px;
}

.right_tel {
    margin-top: 8px;
    margin-right: 10px;
    float: left;
}

.right_tel img {
    width: 38px;
    height: 32px;
}

.right_phone {
    float: left;
}

.right_phone h4 {
    font: bold 18px/22px '微软雅黑';
    text-align: center;
}

.right_phone h3 {
    font: bold 20px/24px '微软雅黑';
    text-align: center;
}


/*  头部导航  */

.nav-wrap {
    background: #272636;
}

.navUl {}

.swiper-slide {}

.banner-wrap {
    position: relative;
}

.banner-wrap .swiper-pagination-bullet {
    opacity: 0.8;
}

.banner-wrap .swiper-slide img {
    width: 100%;
}

.banner-wrap {
    height: 550px;
}

.banner-wrap .swiper-slide {
    height: 550px;
}

.banner-wrap .swiper-slide img {
    height: 550px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: red;
}

.navUl li.navli {
    float: left;
    height: 40px;
    flex-grow: 1;
    line-height: 40px;
    position: relative;
    z-index: 6;
    transition: 0.3s;
    padding: 0 40px;
}

.navUl li:hover {
    text-decoration: underline;
    background: #3e3d4d;
}

.navUl li:hover .slideDown {
    max-height: 500px;
    transition: 1.2s;
}

.navUl a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
}

.navUl li a:hover {
    color: #f13547;
}

.navUl li .slideDown {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 2;
    background: #272636;
    overflow: hidden;
    max-height: 0px;
    min-height: 0px;
}


/*banner*/


/* .banner-wrap .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.banner-wrap .swiper-pagination-bullet-active {
    background: #e6010f;
} */

.banner {
    height: 420px;
    position: relative;
    cursor: pointer;
}

.banner>ul {
    height: 420px;
    width: 100%;
    position: relative;
}

.banner>ul>li {
    position: absolute;
    left: 0;
    top: 0;
    height: 420px;
    width: 100%;
    background-position: center 0;
}

.banner>ul>li:nth-child(1) {
    background-image: url(banner1.jpg);
    z-index: 10;
}

.banner>ul>li:nth-child(2) {
    background-image: url(banner2_06.jpg);
}

.banner>ul>li:nth-child(3) {
    background-image: url(/banner3.jpg);
}


/* .banner>ul>li:nth-child(4) {
    background-image: url(../images/xlbkbanner.jpg);
} */

.pageList {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
    height: 10px;
    z-index: 20;
}

.pageList span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    border-radius: 50%;
    background: #d5d5d5;
    cursor: pointer;
}

.pageList span.active {
    background: red;
}

.innerR {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 132px;
    left: 50%;
    margin-left: -500px;
}

.innerR .rightxx {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #323230;
    padding: 0 15px;
    height: 549px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.rightxx h3 {
    font-size: 15px;
    color: #ffe400;
    line-height: 36px;
    padding: 0 5px;
    text-indent: 5px;
    padding-top: 5px;
}

.rightxx h3 a {
    font-size: 12px;
    color: #ffe400;
}

.rightxx ul {
    border-bottom: dashed 1px #fff;
    padding-bottom: 15px;
    max-width: 220px;
}

.rightxx ul li {
    display: inline-block;
}

.rightxx ul li a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-indent: 15px;
    line-height: 34px;
    transition: .3s;
}

.rightxx ul li a:hover {
    text-decoration: underline;
    color: #ffe400;
}

.zs-wrap {
    margin-bottom: 50px;
}

.zs-wrap .zs-container {
    background: #000000;
    box-sizing: border-box;
    padding: 20px 40px;
    position: relative;
}

.zs-wrap .zs-container .swiper-slide {
    padding: 0 5px;
    box-sizing: border-box;
}

.zs-wrap .zs-container img {
    width: 100%;
}

.zs-wrap .zs-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    right: 5px;
    background-image: url("../images/swiper-button-next.png");
}

.zs-wrap .zs-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    left: 5px;
    background-image: url("../images/swiper-button-prev.png");
}


/*  ----------------container-----------------------*/

.title {
    font-size: 40px;
    text-align: center;
    color: #1b1b1b;
    font-weight: bold;
}

.title span {
    color: #2E8DE8;
}


/* ------------------ bkdq  -------------------------*/

.bkdq {
    overflow: hidden;
    margin-top: 50px;
}

.bkdq .detail {
    width: 460px;
    font-size: 0;
}

.bkdq .detail .label {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #1e1e1e;
    font-weight: bold;
}

.bkdq .detail .row {
    margin-bottom: 16px;
}

.bkdq .detail .row:last-child {
    margin-bottom: 0;
}

.bkdq .detail .row .item {
    display: inline-block;
    width: 107px;
    line-height: 30px;
    margin-right: 10px;
    border: 1px solid #2e8de8;
    color: #2e8de8;
    font-size: 16px;
    text-align: center
}

.bkdq .detail .row .item:last-child {
    margin-right: 0;
}

.bkdq .detail .row .item:hover {
    background-color: #2e8de8;
    color: #fff;
}

.bkdq .detail.detail-right .content {
    font-size: 18px;
    color: #1e1e1e;
}

.bkdq .detail.detail-right .content .note {
    line-height: 28px;
}

.bkdq .detail.detail-right .last .num {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.bkdq .detail.detail-right .last .qiangzhan {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin-left: 15px;
    width: 224px;
    font-size: 16px;
    background-color: #f84a60;
    color: #fff;
}

.bkdq .detail.detail-left {
    float: left;
}

.bkdq .detail.detail-right {
    float: right;
}


/* ------------------ tsfs  -------------------------*/

.bkzn {
    padding: 35px 0;
    overflow: hidden;
    background-color: #f7f7f7;
    margin: 45px 0;
}

.bkzn .detail {
    width: 460px;
    height: 195px;
    font-size: 0;
}

.bkzn .detail .label {
    font-size: 24px;
    text-align: center;
    color: #272636;
    margin-bottom: 20px;
}

.bkzn .detail .content .row {
    margin-top: 16px;
}

.bkzn .detail .content .row .item {
    width: 143px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #2e8de8;
    display: inline-block;
    margin-right: 15px;
}
.bkzn .detail .content .row .item a{
	color: #FFFFFF;
}
.bkzn .detail .content .row .item:last-child {
    margin-right: 0;
}

.bkzn .detail .content .row .item:hover {
    background-color: #f84a60;
}

.bkzn .detail.detail-left {
    float: left;
}

.bkzn .detail.detail-right {
    float: right;
}


/* ------------------ tsfs  -------------------------*/

.zktk {
    margin-bottom: 60px;
    overflow: hidden;
}

.zktk .detail {
    width: 460px;
}

.zktk .detail .label {
    font-size: 24px;
    text-align: center;
    color: #272636;
    margin-bottom: 20px;
}

.zktk .detail .content {
    border: 1px dashed #b5b5b5;
    padding: 0 15px;
    font-size: 0;
}

.zktk .detail .content ul {}

.zktk .detail .content ul li {
    margin: 17px 0;
}

.zktk .detail .content .item-desc {
    display: inline-block;
    font-size: 16px;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.zktk .detail .content .item-desc:hover {
    color: #f84a60;
}

.zktk .detail .content .item-down {
    display: inline-block;
    width: 116px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #2e8de8;
    color: #fff;
    border-radius: 4px;
}

.zktk .detail .content .item-down:hover {
    background-color: #f84a60;
}

.zktk .detail.detail-left {
    float: left;
}

.zktk .detail.detail-right {
    float: right;
}


/* ------------------ tsfs  -------------------------*/

.tsfs {
    height: 478px;
    background: url('../images/tsfs_bg.jpg');
    padding-top: 34px;
    margin-top: 30px;
    font-size: 0;
    margin-bottom: 100px;
}

.tsfs .container1000 {
    position: relative;
    height: 100%;
}

.tsfs .xuanze {
    position: absolute;
    background-color: #f84a60;
    width: 380px;
    line-height: 54px;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    left: 310px;
    bottom: -27px;
    /* transform: translate(-50%, 50%); */
    text-align: center;
}

.tsfs .row .item {
    display: inline-block;
    vertical-align: top;
    width: 233px;
    height: 390px;
    margin-right: 19px;
    background: #fff;
}

.tsfs .row .item:last-child {
    margin-right: 0;
}

.tsfs .row .item .item-icon {
    position: relative;
    height: 55px;
}

.tsfs .row .item .item-icon img {
    position: absolute;
    top: -25px;
    left: 81px;
}

.tsfs .row .item .item-label {
    background-color: #a098fd;
    color: #fff;
    line-height: 49px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.tsfs .row .item .item-detail {
    height: 214px;
    font-size: 16px;
}

.tsfs .row .item .item-detail div {
    margin: 20px;
}

.tsfs .row .item .item-detail span {
    color: #ff7a8b;
}

.tsfs .row .item .item-detail .full {
    font-size: 18px;
}

.tsfs .row .item .item-zixun {
    background-color: #a098fd;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    width: 178px;
    margin: 0 auto;
    border-radius: 6px;
}

.tsfs .row .item .item-zixun:hover {
    background-color: #f84a60;
}

.tsfs .row .item .item-xuanze {}


/* ------------------ zkbm  -------------------------*/

.zkbm {
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.zkbm .content {
    background: url('../images/zkbm.jpg');
    height: 91px;
    padding-top: 20px;
}

.zkbm .content .zkbm-item {
    display: inline-block;
    width: 220px;
    border-radius: 24px;
    background-color: #fff;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #f00;
    color: #f84a60;
    margin-left: 27px;
    outline: none;
    text-align: center;
}

.zkbm .content .zkbm-item.text {
    color: #f84a60;
}

.zkbm .content .zkbm-item.select {
    text-align-last: center;
}

.zkbm .content .zkbm-item.submit {
    background-color: #f84a60;
    color: #fff;
    cursor: pointer;
}

.zkbm .content input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ff2f49;
    font-size: 16px;
}

.zkbm .content input::-moz-placeholder {
    /* WebKit browsers */
    color: #ff2f49;
    font-size: 16px;
}

.zkbm .content input:-ms-input-placeholder {
    /* WebKit browsers */
    color: #ff2f49;
    font-size: 16px;
}

.zkbm .content input:focus::-webkit-input-placeholder {
    color: transparent;
}


/* Mozilla Firefox 4 to 18 */

.zkbm .content input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.zkbm .content input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.zkbm .content input:focus:-ms-input-placeholder {
    color: transparent;
}


/* .zkbm .content .zkbm-item:hover {
  background-color: #f84a60;
  color: #fff;
} */

.zkbm .note {
    margin-top: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 0
}

.zkbm .note .img-wapper {
    display: inline-block;
    width: 166px;
    height: 146px;
    vertical-align: top;
}

.zkbm .note .img-wapper img {
    width: 100%;
    display: block;
}

.zkbm .note .note-detail {
    display: inline-block;
    width: 834px;
    vertical-align: top;
    padding: 30px 10px 0;
}

.zkbm .note .note-detail p {
    line-height: 30px;
    font-size: 18px;
}


/* ------------------ zmyx  -------------------------*/

.zmyx {
    font-size: 0;
    /*margin-bottom: 60px;*/
	background: url(way-bg.jpg) no-repeat center;
	padding: 40px 0px;
}

.zmyx .row .item {
    display: inline-block;
    width: 227px;
    height: 300px;
    margin-right: 30px;
    background-color: #fff;
    margin-top: 32px;
    vertical-align: top;
    border: 1px solid #ccc;
    overflow: hidden;
	box-shadow: 0 0 6px rgba(56, 56, 56, 0.24);
}

.zmyx .row .item:last-child {
    margin-right: 0;
}

.zmyx .row .item .img-wapper {
    width: 100%;
    height: 176px;
}

.zmyx .row .item .label {
    line-height: 40px;
    font-size: 18px;
    color: #3a3a3a;
    text-align: center;
    
}

.zmyx .row .item .baokao {
    font-size: 18px;
    background-color: #2e8de8;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

.zmyx .row .item .baokao:hover {
    background-color: #f84a60;
}


/*------------------- ykzy  -------------------------*/

.ykzy {
    font-size: 0;
   
	/*background: url(four-bg.jpg) no-repeat center;*/
	padding: 40px 0px;
}

.ykzy .row .item {
    display: inline-block;
    width: 235px;
    height: 350px;
    margin-right: 20px;
    background-color: #fff;
    margin-top: 62px;
    vertical-align: top;
    box-shadow: 4px 4px 8px rgba(178, 178, 178, 0.75);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ykzy .row .item.zixun {
    position: relative;
    background: url('zkzy_zx.jpg');
}

.ykzy .row .item.zixun .label {
    position: absolute;
    width: 203px;
    line-height: 55px;
    top: 147.5px;
    left: 16px;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    border-radius: 10px;
    font-size: 28px;
    color: #fff;
    background-color: #2e8de8;
}

.ykzy .row .item:hover {
    transform: translate3d(0, -2px, 0);
}

.ykzy .row .item:hover .item-label {
    background-color: #f84a60;
}

.ykzy .row .item:last-child {
    margin-right: 0;
}

.ykzy .row .item .item-icon {
    position: relative;
    height: 60px;
}

.ykzy .row .item .item-icon img {
    position: absolute;
    display: block;
    width: 73px;
    height: 73px;
    top: -30px;
    left: 81px;
}

.ykzy .row .item .item-label {
    line-height: 48px;
    font-size: 28px;
    background-color: #2e8de8;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.ykzy .row .item ul {
    font-size: 16px;
    color: #131212;
}

.ykzy .row .item ul li {
    text-align: center;
    margin-top: 15px;
}

.ykzy .row .item ul li:hover {
    color: #ff0323;
}


/*  ------------------- vip -------------------------*/

.vip {
   /* margin-top: 30px;*/
    background: url('vip_bg.jpg');
    height: 632px;
	padding: 40px 0px;
}

.vip .container1000 {
    background-color: rgba(16, 13, 58, 0.81);
    height: 92%;
    padding: 30px 10px 20px 10px;
    overflow: hidden;
}

.vip .header {
    height: 77px;
    background-color: #a098fd;
    font-size: 0;
    border-radius: 10px;
    position: relative;
}

.vip .header .vs {
    display: inline-block;
    vertical-align: middle;
}

.vip .header .vs-center {
    width: 190px;
    line-height: 77px;
    font-size: 50px;
    text-align: center;
    color: #fff607;
}

.vip .header .vs-left,
.vip .header .vs-right {
    width: 395px;
    font-size: 24px;
}

.vip .header .vs-left b,
.vip .header .vs-right b {
    display: inline-block;
    line-height: 44px;
    padding: 0 44px;
    text-align: center;
    background-color: #f13547;
    color: #fff;
    border-radius: 10px;
}

.vip .header .xr {
    position: absolute;
}

.vip .header .xr1 {
    width: 77px;
    height: 112px;
    top: -20px;
    left: 365px;
}

.vip .header .xr2 {
    width: 85px;
    height: 120px;
    top: -10px;
    left: 530px;
}

.vip .header .xr img {
    width: 100%;
    display: block;
}

.vip .content {
    font-size: 0;
    font-family: '微软雅黑';
}

.vip .content .vip-list {
    display: inline-block;
    vertical-align: top;
}

.vip .content .vip-list.vip-list-center {
    width: 190px;
}

.vip .content .vip-list.vip-list-center .item {
    width: 150px;
    line-height: 42px;
    margin: 24px auto 0;
    background-color: #a098fd;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.vip .content .vip-list.vip-list-center .item:hover {
    background-color: #f81230;
}

.vip .content .vip-list.vip-list-left,
.vip .content .vip-list.vip-list-right {
    background-color: #fff;
    width: 430px;
    border-radius: 10px;
    padding: 0px 0 0px;
    margin-top: 11px;
}

.vip .content .vip-list.vip-list-left:hover,
.vip .content .vip-list.vip-list-right:hover {}

.vip .content .vip-list.vip-list-left {
    padding-bottom: 30px;
	float: left;
	margin-left: 25px;
}

.vip .content .vip-list ul {
    font-size: 16px;
    color: #303030;
}

.vip .content .vip-list ul li {
    line-height: 26px;
    padding: 16px 5px 16px 10px;
    border-bottom: 1px solid #e5e4ea;
}

.vip .content .vip-list ul li:hover {
    color: #ff0525;
    cursor: pointer;
}


/* .tsxlbg {
  background: url('../images/tsxlbg.jpeg');
  text-align: center;
  color: #1b1b1b;
  padding: 135px 0 50px 0;
}
.tsxlbg .title {
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: bold;
}
.tsxlbg .title span {
  color: #f81230;

}
.tsxlbg .desc {
  font-size: 20px;
  margin-bottom: 30px;
} */

.tsxlbg {
    height: 0;
    overflow: hidden;
    padding-bottom: 24.45%;
}

.tsxlbg img {
    width: 100%;
    display: block;
}


/*---------------------cxxl -----------------------------*/

.cxxl {
    padding-top: 80px;
}

.cxxl .title {
    text-align: center;
    color: #1b1b1b;
}

.cxxl .img-wapper {
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    height: 0;
    padding-bottom: 47.9%;
    /* overflow: hidden; */
}

.cxxl .img-wapper img {
    width: 100%;
    display: block;
}

.cxxl .img-wapper button {
    position: absolute;
    bottom: -27px;
    left: 336px;
    /* transform: translate(-50%, 50%); */
    background-color: #f84a60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    width: 328px
}

.cxxl .by-round {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    font-size: 0;
}

.cxxl .by-round .img-wapper {
    display: inline-block;
    width: 28.5%;
    height: 0;
    border-radius: 50%;
    padding-bottom: 28.5%;
    overflow: hidden;
    margin-left: -50px;
}

.cxxl .by-round .img-wapper img {
    width: 100%;
    display: block;
}

.cxxl .zs-swiper {
    margin-top: 30px;
}


/*---------------------srbg -----------------------------*/

.srbg {
    padding: 40px 0;
}

.srbg .container1000 {
    background: url('../images/sr_bg.jpg');
}

.srbg .container1000 .content {
    color: #fff;
    padding: 24px 0 24px 24px;
}

.srbg .container1000 .content .sr-item {
    display: inline-block;
    margin-right: 30px;
}

.srbg .container1000 .content .sr-item input,
.srbg .container1000 .content .sr-item select {
    border: 1px solid #f84a60;
    background-color: transparent;
    border-radius: 6px;
    line-height: 42px;
    outline: none;
    vertical-align: middle;
    width: 144px;
    padding-left: 5px;
    font-size: 16px;
    color: #fff;
}

.srbg .container1000 .content .sr-item button {
    background-color: #f84a60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    line-height: 42px;
    font-size: 22px;
    vertical-align: middle;
    width: 144px;
    cursor: pointer;
}

.srbg .container1000 .content .sr-item label {
    font-size: 22px;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    /* color: #fff; */
    font-size: 16px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 16px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    font-size: 16px;
}


/*  ----------------- fotter -----------------------*/

.fotter {}

.zixun {
    background-color: #3f4144;
    color: #cacaca;
    padding: 45px 0;
}

.zixun ul {
    margin: 0 auto;
    width: 1290px;
}

.zixun ul li {
    list-style: none;
    display: inline-block;
    margin-right: 60px;
}

.zixun ul li:last-child {
    margin-right: 0;
}

.zixun ul li .zixun-img-wapper {
    display: inline-block;
    width: 57px;
    height: 57px;
    vertical-align: top;
    margin-right: 15px;
}

.zixun ul li .zixun-img-wapper.round {
    border-radius: 50%;
}

.zixun ul li .zixun-img-wapper img {
    width: 100%;
    display: block;
}

.zixun ul li .zixun-img-wapper.qrcode-border img {
    border: 2px solid #fff;
}

.zixun ul li .detail {
    display: inline-block;
    vertical-align: top;
}

.zixun ul li .detail2 {
    display: inline-block;
    vertical-align: top;
}

.zixun ul li .detail2 .code-title {
    margin-top: -5px;
}

.zixun ul li .detail2 .code {
    font-size: 12px;
}

.zixun ul li .detail2 .code.desc {
    margin-top: 8px;
    font-size: 12px;
}

.fotter .beian {
    background-color: #1b1b1b;
    color: #cacaca;
    text-align: center;
    padding: 20px 0 25px 0;
}


/* 左弹窗 */

.tc_left {
    position: fixed;
    top: 5%;
    left: 10px;
    z-index: 99999;
}

.tc_left_close {
    position: absolute;
    top: 59px;
    right: 5px;
    z-index: 999999;
}

.tc_left_close>img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.tc_left_inner {
    width: 200px;
    height: 657px;
    background: url(../images/left_bg.png) no-repeat center;
    background-size: 100%;
}

.tc_left_inner p {
    position: relative;
}

.tc_left_inner p span {
    position: absolute;
}

.tc_left_inner p span>img {
    width: 32px;
    height: 22px;
    -webkit-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -moz-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -ms-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -o-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes banBall {
    from,
    to {
        -webkit-transform: translateY(8px) scaleY(.98);
    }
    80% {
        -webkit-transform: translateY(3px) scaleY(1);
    }
}

@-moz-keyframes banBall {
    from,
    to {
        -moz-transform: translateY(8px) scaleY(.98);
    }
    80% {
        -moz-transform: translateY(3px) scaleY(1);
    }
}

@-ms-keyframes banBall {
    from,
    to {
        -ms-transform: translateY(8px) scaleY(.98);
    }
    80% {
        -ms-transform: translateY(3px) scaleY(1);
    }
}

@-o-keyframes banBall {
    from,
    to {
        -o-transform: translateY(8px) scaleY(.98);
    }
    80% {
        -o-transform: translateY(3px) scaleY(1);
    }
}

@keyframes banBall {
    from,
    to {
        transform: translateY(8px) scaleY(.98);
    }
    80% {
        transform: translateY(3px) scaleY(1);
    }
}

.tc_left_inner p a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.tc_left_inner p:nth-child(1) {
    padding-top: 270px;
    /* height: 50px; */
}

.tc_left_inner p:nth-child(1) a {
    line-height: 50px;
}

.tc_left_inner p:nth-child(2) {
    padding-top: 10px;
}

.tc_left_inner p:nth-child(2) span {
    top: 8px;
    right: 42px;
}

.tc_left_inner p:nth-child(2) a {
    line-height: 32px;
    padding-right: 38px;
}

.tc_left_inner p:nth-child(3) a {
    line-height: 62px;
}

.tc_left_inner p:nth-child(4) a {
    line-height: 36px;
}

.tc_left_inner p:nth-child(5) a {
    line-height: 54px;
    padding-right: 38px;
}

.tc_left_inner p:nth-child(5) span {
    top: 12px;
    right: 43px;
}

.tc_left_inner p:nth-child(6) {
    padding-top: 5px;
}

.tc_left_inner p:nth-child(6) a {
    font-size: 22px;
}


/* 右弹窗 */

.tc_right {
    position: fixed;
    top: 5%;
    right: 10px;
    z-index: 99999;
}

.tc_right_close {
    position: absolute;
    top: 66px;
    right: 9px;
    z-index: 999999;
}

.tc_right_close>img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.tc_right_inner {
    width: 200px;
    height: 708px;
    background: url(../images/rightbg.png) no-repeat center;
    background-size: 100%;
}

.tc_right_inner p {
    position: relative;
}

.tc_right_inner p span {
    position: absolute;
    right: 44px;
}

.tc_right_inner p span img {
    width: 32px;
    height: 22px;
    -webkit-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -moz-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -ms-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -o-animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    animation: banBall 3s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.tc_right_inner p a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.tc_right_inner p:nth-child(1) {
    padding-top: 278px;
}

.tc_right_inner p:nth-child(1) a {
    line-height: 48px;
    padding-right: 38px;
}

.tc_right_inner p:nth-child(1) span {
    top: 275px;
    right: 44px;
}

.tc_right_inner p:nth-child(2) {}

.tc_right_inner p:nth-child(2) a {
    line-height: 50px;
    padding-right: 38px;
}

.tc_right_inner p:nth-child(2) span {
    top: 5px;
    right: 44px;
}

.tc_right_inner p:nth-child(3) a {
    line-height: 48px;
}

.tc_right_inner p:nth-child(4) {
    padding-top: 3px;
}

.tc_right_inner p:nth-child(4) a {
    line-height: 44px;
}

.tc_right_inner p:nth-child(5) a {
    line-height: 45px;
    padding-right: 38px;
}

.tc_right_inner p:nth-child(5) span {
    top: 0px;
}

.tc_right_inner p:nth-child(6) a {
    line-height: 40px;
    padding-right: 38px;
}

.tc_right_inner p:nth-child(6) span {
    top: 5px;
}

.tc_right_inner p:nth-child(7) {
    padding-top: 19px;
}

.tc_right_inner p:nth-child(7) a {
    font-size: 22px;
}




.head {
    width: 100%;
    height: 67px;
    background: url(daohang2.jpg) repeat-x;
}
.topa {
    width: 1000px;
    margin: 0 auto;
}
.logo {
    float: left;
    margin-top: 12px;
}
.nava {
    width: 860px;
    height: 75px;
    float: left;
    background: none;
}
#menu {
    width: 860px;
    height: 75px;
    padding: 0;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu ul li {
    width: 107px;
    text-align: center;
    float: left;
    height:66px;
    padding: 0;
    color: #FFFFFF;
}
#menu li a.current {
    width: 107px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bolder;
    padding: 0;
    float: left;
    color: #FFFB16;
    text-transform: uppercase;
    line-height: 75px;
    text-decoration: none;
}
#menu li a {
    width: 107px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 0;
    float: left;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 75px;
    text-decoration: none;
    cursor: pointer;
}
#menu li a:hover{
	width: 107px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bolder;
    padding: 0;
    float: left;
    color: #FFFB16;
    text-transform: uppercase;
    line-height: 75px;
    text-decoration: none;
}





.xx-bd input::-webkit-input-placeholder{
	font-size: 12px
}


.xx-bd input::-moz-input-placeholder{
	
font-size: 12px
}

.xx-bd input::-ms-input-placeholder{
	
	font-size: 12px
}

.lb-bd-body input::-webkit-input-placeholder{
	color: #333;
	font-size: 13px
}


.lb-bd-body input::-moz-input-placeholder{
	color: #333;
font-size: 13px
}

.llb-bd-body input::-ms-input-placeholder{
	color: #333;
	font-size: 13px
}




.school-dy ul li{
	font-size: 16px;
	display: inline-block;
	width: 12.5%;
	text-align: center;
	font-weight: bold;
}
.school-dy{
	height: 40px;
	line-height: 40px;
	box-shadow: 4px 4px 8px rgba(178, 178, 178, 0.75);
	background: #fff;
}
.school-dy ul li a{
	color: #292929;
}
.lb-bd{
	width: 343px;
	height: 275px;
	position: absolute;
	top: 72px;
	left: 450px;
	z-index: 999;
	background-color: #ffffff96;
	box-shadow: 0 0 6px rgba(56, 56, 56, 0.24);
	border-radius: 10px;
}
.lb-bd h2{
	text-align: center;
	margin-top: 10px;
	color: #272636;
}
.lb-bd-con{
	width: 100%;
	height: 220px;
	padding: 0px 10px;
}
.lb-bd-con .lb-bd-body{
	width: 100%;
	height: 42px;
	margin-top: 10px;
}
.lb-bd-con .lb-bd-body .lb-bd-xlone{
	border: 1px solid #ddd;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding-left: 10px;
}
.lb-bd-con .lb-bd-body .lb-bd-xltow{
	width: 48%;
	height: 40px;
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	border-radius: 4px;
}
.lb-bd-con .lb-bd-body .lb-bd-xlthree{
	width: 48%;
	height: 40px;
	border: 1px solid #ddd;
	float: right;
	padding: 10px;
	border-radius: 4px;
}
.lb-bd-con .lb-bd-body .lb-bd-text{
	border: 1px solid #ddd;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding-left: 10px;
}
.lb-bd-con .lb-bd-body .lb-bd-submit{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding-left: 10px;
	background: #FF0000;
	color: #FFFFFF;
	text-align: center;
	border: none;
	font-size: 16px;f
	ont-weight: bold;
}