﻿@charset "UTF-8";

/* CSS Document */
html {
    color: #000;
    background: #fff;
}

body {
    font: 12px/1.5 "Microsoft Yahei", Tahoma, Arial, Helvetica, sans-serif;
    word-break: break-all;
    word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
    margin: 0 auto;
}

ul,
ol,
input {
    margin: 0 auto;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    /*vertical-align:middle;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
textarea,
select {
    background: none;
    border: none;
    font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

a {
    color: #333333;
    text-decoration: none;
}

input[type="submit"] {
    cursor: pointer;
}

table {
    border: none;
    border-collapse: collapse;
}

.clearfix {}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearDiv {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wth {
    width: 100%;
    clear: both;
    min-width: 1000px;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.layout {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

/*--------header--------*/
/*top*/
.zg_top {
    height: 81px;
    padding-top: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px !important;
    z-index: 2
}

.box {
    width: 1000px;
    margin: 0 auto;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zg_top_let {
    width: 160px;
}

.fl {
    float: left;
    display: inline;
}

.zg_top_cen {
    width: 675px;
    *width: 665px;
}

.zg_top_cen p em {
    display: block;
    position: absolute;
    top: -8px;
    left: 68px;
    width: 15px;
    height: 8px;
    background: url(../images/zg_jiao02.png) no-repeat center;
    display: none
}

.zg_top_cen ul {
    height: 32px;
    margin-bottom: 9px;
}

.zg_top_cen ul li {
    float: left;
    width: 90px;
    height: 40px;
    position: relative
}

.zg_top_cen p {
    width: 850px;
    height: 42px;
    /*border: solid 1px #fff;*/
    border-radius: 2px;
    line-height: 28px;
    position: absolute;
    top: 38px;
    left: 0;
    background: url(../images/zg_bg2.png) no-repeat left top;
    padding-top: 9px;
}

.zg_top_cen ul li>a {
    display: inline-block;
    padding: 0 10px;
    font: 16px/32px "Microsoft YaHei";
    float: left;
    color: #333
}

/*.zg_top_cen ul li>a:hover {text-decoration: none;background: #ff4a00;color: #fff;}*/
.zg_top_cen ul li.hover>a {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../images/zg_jiao03.png) no-repeat right center;
    color: #fff
}

/*.zg_top_cen ul li.hover>a{display: inline-block;padding: 0 20px 0 0;background: url(../images/zg_jiao03.jpg) no-repeat right center;color: #333}*/
.zg_top_cen ul li.on>a {
    background: url(../images/zg_jiao01.png) no-repeat right center;
    color: #fff;
    font-weight: bold;
}

.zg_top_cen ul li>a {
    display: inline-block;

    padding: 0 10px;

    font: 16px/32px "Microsoft YaHei";
    color: #fff;
}

.zg_top_cen p a {
    padding: 0 7px;
    font: 12px/38px "Microsoft YaHei";
    color: #fff
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zg_top_ret {
    *width: 155px;
    background: url(../images/zg_dh.png) no-repeat left 3px;
    padding-left: 20px;
    font: bold 20px/30px "Microsoft YaHei";
    color: #fff;
}

.slideBox {
    overflow: hidden;
    height: 640px;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 17px;
    position: absolute;
    left: auto;
    bottom: 17px;
    z-index: 1
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0 5px;
    border: 2px solid #fff;
    transition: all .3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slideBox .hd ul .on {
    width: 45px;
    height: 10px;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd .bdoli1 {
    background: url(../images/ban_1.jpg) no-repeat center top;
}

.slideBox .bd .bdoli2 {
    background: url(../images/ban_2.jpg) no-repeat center top;
}

.slideBox .bd .bdoli3 {
    background: url(../images/ban_3.jpg) no-repeat center top;
}

.slideBox .bd div.wrap {
    height: 640px;
    position: relative;
}

.slideBox .bd li div.wrap {
    position: relative;
}

.ban_wrap1 {
    background: url(../images/ban_wrap.jpg) no-repeat center;
}

.ban_wrap2 {
    background: url(../images/ban_wrap2.jpg) no-repeat center;
}

.ban_wrap3 {
    background: url(../images/ban_wrap3.jpg) no-repeat center;
}

.p1 {
    font: 52px "Microsoft Yahei";
    color: #25faff;
    padding-top: 192px;
    padding-left: 30px;
}

.p2 {
    font: 32px "Microsoft Yahei";
    color: #fff;
    padding-left: 65px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.p2 i {
    display: inline-block;
    width: 30px;
    height: 100%;
}

.slideBox .bd li div.wrap .light {
    display: block;
    position: absolute;
}

.ban_p1 {
    width: 156px;
    height: 140px;
    background: url(../images/ban_p1.png) no-repeat;
    left: -110px;
    top: 120px;
}

.ban_p2 {
    width: 127px;
    height: 112px;
    background: url(../images/ban_p2.png) no-repeat;
    right: -140px;
    top: 220px;
}

.ban_p3 {
    width: 118px;
    height: 106px;
    background: url(../images/ban_p3.png) no-repeat;
    left: -230px;
    top: 450px;
}

.ban_p1,
.ban_p2,
.ban_p3 {
    animation: yuan_scale 1.5s linear infinite;
}

.ban1_div img {
    position: relative;
    z-index: 10;
    margin-top: -13px;
}

.form {
    width: 315px;
    padding: 30px 26px 20px;
    height: 385px;
    background: #2e31a0;
    position: absolute;
    right: 15px;
    top: 170px;
    text-align: center;
    border: 1px solid #2964c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p3 {
    text-align: center;
    font: 24px/20px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 20px;
}

.p3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
}

.form input {
    display: block;
    width: 263px;
    height: 50px;
    border: none;
    color: #fff;
}

.form input[type="text"] {
    margin-bottom: 20px;
    text-indent: 51px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.form .ban_name {
    background: url(../images/ban_name.png) no-repeat center;
}

.form .ban_tel {
    background: url(../images/ban_tel.png) no-repeat center;
}

.form input.ban_qq {
    background: url(../images/ban_qq.png) no-repeat center;
    margin-bottom: 25px;
}

input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #1bbde8;
}

input[type="submit"] {
    text-align: center;
    font: bold 18px "microsoft yahei";
    line-height: 50px;
    color: #004e52;
    background: url(../images/ban_btn.png) no-repeat center;
    box-shadow: 1px 2px 8px rgba(77, 64, 190, 0.4);
    width: 268px;
    height: 50px;
    text-indent: 4px;
    letter-spacing: 4px;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background: url(../images/ban_btn2.png) no-repeat center;
    color: #fff;
}

@keyframes yuan_scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.98);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.ban2_div {
    text-align: center;
    padding-top: 144px;
    padding-left: 50px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img1 {
    padding-left: 20px;
}

.p4 {
    font: bold 66px "Microsoft Yahei";
    color: #fff;
    margin: -18px 0 0 -25px;
}

.p5 {
    background: url(../images/ban2_6.png) no-repeat left center;
    width: 555px;
    height: 114px;
    margin-top: 27px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p5 p {
    font: 32px/114px "Microsoft Yahei";
    color: #35e5ff;
    width: 600px;
    margin: 6px 0 0 -29px
}

.ban2_p1 {
    background: url(../images/ban2_2.png) no-repeat center;
    width: 74px;
    height: 74px;
    left: 90px;
    top: 228px;
}

.ban2_p2 {
    background: url(../images/ban2_3.png) no-repeat center;
    width: 56px;
    height: 56px;
    right: 120px;
    top: 210px;
}

.ban2_p3 {
    background: url(../images/ban2_4.png) no-repeat center;
    width: 56px;
    height: 56px;
    left: 44px;
    top: 412px;
}

.ban2_p4 {
    background: url(../images/ban2_5.png) no-repeat center;
    width: 74px;
    height: 74px;
    right: 53px;
    top: 400px;
}

.move {
    position: absolute;
    animation: move 5s infinite linear alternate;
}

@keyframes move {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(0, 2px)
    }

    50% {
        transform: translate(0, 4px)
    }

    75% {
        transform: translate(0, 2px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.ban3_div {
    padding-top: 170px;
    text-align: center;
}

.p6 {
    font: 50px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 12px;
}

.p7 {
    background: url(../images/ban3_2.png) no-repeat center;
    width: 765px;
    height: 70px;
    display: inline-block;
    font: 32px/70px "Microsoft Yahei";
    color: #fff;
    margin-top: 22px;
}

.ban3_div span {
    display: inline-block;
    width: 380px;
    height: 70px;
    background: #fefb01;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 16, 0.3);
    font: 32px/70px "Microsoft Yahei";
    letter-spacing: 4px;
    text-indent: 4px;
    margin-top: 34px;
    color: #3a159e;
}

.ban3_div span:hover {
    background: #0494f3;
    color: #fff;
}

.wrapper {
    background: #fff;
}

.wrapper * {
    margin: 0 auto;
}

.wrapper>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one {
    background: url(../images/bg1.jpg) no-repeat center;
    width: 100%;
    height: 789px;
    padding-top: 70px;
}

.two {
    background: #fff;
    width: 100%;
    height: 950px;
    padding-top: 70px;
}

.three {
    background: url(../images/bg3.jpg) no-repeat center;
    width: 100%;
    height: 888px;
    padding-top: 70px;
}

.four {
    background: #fff;
    width: 100%;
    padding: 70px 0;
}

.five {
    background: url(../images/bg5.jpg) repeat-y center;
    width: 100%;
    padding: 70px 0;
}

.six {
    background: url(../images/bg6.jpg) no-repeat center;
    width: 100%;
    height: 875px;
    padding-top: 70px;
}

.seven {
    background: #FFFF;
    width: 100%;
    padding: 70px 0;
}

.eight {
    background: url(../images/bg8.jpg) no-repeat center;
    width: 100%;
    height: 660px;
    padding-top: 70px;
}

.nine {
    background: #f4f3f3;
    width: 100%;
    height: 750px;
    padding-top: 70px;
}

.ten {
    background: url(../images/bg10.jpg) no-repeat center bottom;
    width: 100%;
    height: 900px;
    padding-top: 70px;
}

.eleven {
    width: 100%;
    text-align: center;
    padding-bottom: 1px;
    padding-top: 70px;
}

.twelve {
    background: #fff;
    width: 100%;
    height: 888px;
    text-align: center;
    padding-top: 70px;
}

.thirteen {
    background: url(../images/bg13.jpg) no-repeat center;
    width: 100%;
    height: 867px;
    padding-top: 70px;
}

.title {
    font: bold 44px "Microsoft Yahei";
    color: #000000;
    margin-bottom: 10px;
}

.title:before,
.title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background: #3e51eb;
}

.title:before {
    margin-right: 15px;
}

.five .title:after {
    margin-left: 15px;
}

.five .title:before,
.title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background: #fff;
}

.five .title:before {
    margin-right: 15px;
}

.title:after {
    margin-left: 15px;
}

.xbt {
    font: 18px "Microsoft Yahei";
    color: #666;
}

.btn {
    display: block;
    background: url(../images/bg1_btn.png) no-repeat center;
    width: 400px;
    height: 70px;
    font: 26px/70px "Microsoft Yahei";
    color: #fff;
    margin-top: 25px;
    text-align: center;
}

.btn:hover {
    background: url(../images/bg1_btn2.png) no-repeat center;
}

.btn2 {
    display: block;
    background: #fff;
    width: 400px;
    height: 70px;
    font: 26px/70px "Microsoft Yahei";
    color: #316bfa;
    margin-top: 25px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.btn2:hover {
    background: #3db8d0;
    color: #fff;
}

.con1 {
    background: url(../images/bg1_bg.png) no-repeat center;
    width: 438px;
    height: 386px;
    margin-top: 80px;
}

.con2 {
    background: url(../images/bg2_bg.png) no-repeat center top;
    width: 1000px;
    height: 550px;
    margin-top: 80px;
    position: relative;
}

.one .cont {
    width: 1000px;
    height: 439px;
    background: url(../images/one_con.jpg) no-repeat center;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}

.one .cont .left {
    border: 1px dashed #00b3d3;
    position: absolute;
    top: 248px;
    left: 18px;
}

.one .cont .left p {
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
    padding: 18px 15px 0 15px;
    width: 200px;
}

.one .cont .right {
    border: 1px dashed #00b3d3;
    position: absolute;
    top: 248px;
    right: 18px;
}

.one .cont .right p {
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
    padding: 18px 15px 0 15px;
    width: 200px;
}

.one .cont .one_1 {
    width: 482px;
    height: 120px;
    background: url(../images/one_1.png) no-repeat center;
    margin-top: 45px
}

.one .cont .one_1 p {
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
    padding: 18px 25px 0 35px;
    text-align: left
}

.one .cont .one_1 span {
    color: #09ebff;
    font-weight: bold
}

.one .btn {
    margin: 130px auto 0
}

.con2 .con2_p1 em {
    display: block;
    margin: 78px 0 0 -29px;
    font: bold 42px/42px "Microsoft Yahei";
    color: #fff;
}














.con2 p {
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.con2 em {
    display: block;
    font: bold 24px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 20px;
}

.con2 span {
    display: block;
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
    text-align: center;
}

.con2_p1 {
    background: url(../images/con2_p1bg.png) no-repeat center;
    width: 302px;
    height: 302px;
    left: 0;
    top: 80px;
    padding: 50px 40px;
}

.con2_p2 {
    background: #3d63fb;
    width: 250px;
    height: 250px;
    top: -10px;
    left: 360px;
    padding: 20px 28px;
}

.con2_p1 span {
    text-align: left;
}

.con2_p2 span,
.con2_p3 span {
    font: 16px/24px "Microsoft Yahei";
    text-align: left;
}

.con2_p3 {
    background: #7f5aff;
    width: 250px;
    height: 250px;
    top: 265px;
    left: 360px;
    padding: 35px 28px 20px;
}

.con2_p4 {
    background: url(../images/bg2_1.png) no-repeat center;
    width: 136px;
    height: 136px;
    left: 640px;
    top: 30px;
}

.con2_p4 span {
    font: 18px/136px "Microsoft Yahei";
}

.con2_p5 {
    background: url(../images/bg2_2.png) no-repeat center;
    width: 102px;
    height: 102px;
    left: 765px;
    top: -40px;
}

.con2_p5 span {
    font: 18px/102px "Microsoft Yahei";
}

.con2_p6 {
    background: url(../images/bg2_3.png) no-repeat center;
    width: 127px;
    height: 127px;
    left: 870px;
    top: 25px;
}

.con2_p6 span {
    font: 18px/127px "Microsoft Yahei";
}

.con2_p7 {
    background: url(../images/bg2_4.png) no-repeat center;
    width: 136px;
    height: 136px;
    left: 640px;
    top: 320px;
}

.con2_p7 span {
    font: 18px/136px "Microsoft Yahei";
}

.con2_p8 {
    background: url(../images/bg2_5.png) no-repeat center;
    width: 102px;
    height: 102px;
    left: 780px;
    top: 250px;
}

.con2_p8 span {
    font: 18px/102px "Microsoft Yahei";
}

.con2_p9 {
    background: url(../images/bg2_6.png) no-repeat center;
    width: 127px;
    height: 127px;
    left: 870px;
    top: 380px;
}

.con2_p9 span {
    font: 18px/127px "Microsoft Yahei";
}

.con2 .con2_span {
    cursor: pointer;
}

.con2_span span {
    position: absolute;
    top: 0;
    background: rgba(88, 51, 219, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s linear;
}

.con2_p4 span,
.con2_p5 span,
.con2_p6 span {
    background: rgba(38, 104, 224, 0.7);
}

.con2 .con2_span:hover span {
    top: -100%;
}

.three .title,
.eight .title {
    font: bold 40px "Microsoft Yahei";
    color: #fff;
}

.three .title:before,
.three .title:after,
.eight .title:before,
.eight .title:after {
    background: #fff;
}

.three .xbt {
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
}

.part1-main {
    background: url(../images/bg3_bg.png) no-repeat center;
    width: 526px;
    height: 526px;
    margin: 20px auto 40px;
    position: relative;
    font-size: 0;
}

.part1-main p {
    position: absolute;
    font: 18px/39px "Microsoft Yahei";
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.part1-main .part_center {
    font: bold 24px "Microsoft Yahei";
    color: #513a00;
    top: 218px;
    left: 216px;
}

.part1-main .part_center span {
    font: bold 36px "Microsoft Yahei";
}

.part1-main div {
    position: absolute
}

.part1-main div em {
    display: block;
    font: 18px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 5px
}

/* .part1-main .part_left{background: url(../images/ban3_left.png) no-repeat center;width: 134px;height: 39px;padding-right: 30px;}
.part1-main .part_right{background: url(../images/ban3_right.png) no-repeat center;width: 134px;height: 39px;padding-left: 30px;} */
.part1-main .part1-text1 {
    left: -108px;
    top: 0px;
}

.part1-main .part1-text2 {
    left: 99px;
    top: 62px;
}

.part1-main .part1-text3 {
    left: -31px;
    top: 180px;
}

.part1-main .part1-text4 {
    left: -206px;
    top: 281px;
}

.part1-main .part1-text5 {
    left: 40px;
    top: 395px;
}

.part1-main .part1-text6 {
    top: 19px;
    right: -167px;
}

.part1-main .part1-text7 {
    top: 142px;
    right: -40px;
}

.part1-main .part1-text8 {
    top: 311px;
    right: -195px;
}

.part1-main .part1-text9 {
    top: 380px;
    right: 60px;
}

.slider7 {
    padding-top: 30px;
}

.slide {
    height: 480px;
    position: relative;
}

.slide p {
    font: bold 30px "Microsoft Yahei";
    color: #666;
    position: absolute;
    top: 10px;
    width: 1000px;
}

.five .title {
    color: #fff;
}

.five .title:before,
.five .title:after {
    background: #ffff;
}

.five .cont {
    margin-top: 10px
}

.five .cont ul {
    width: 1111px;
}

.five .cont ul li {
    float: left;
    margin: 30px 27px 0 0;
    position: relative;
    width: 230px;
    height: 230px;
    cursor: pointer;
}

.five .cont ul li>span {
    position: relative;
    font: 22px/32px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    display: block;
    top: -90px;
}

.five .cont ul li div {
    position: absolute;
    width: 230px;
    height: 230px;
    background: #fff;
    top: 0;
    left: 0;
    display: none
}

.five .cont ul li div p {
    font: 16px/28px "Microsoft Yahei";
    color: #333;
    text-align: center;
    text-align: left;
    padding: 15px 10px 0 20px
}

.five .cont ul li div p em {
    font: bold 24px/28px "Microsoft Yahei";
    color: #ff2121;
}

.five .cont ul li div p span {
    color: #ff2121;
}

.five .cont ul li:hover div {
    display: block
}

.con6 {
    background: url(../images/bg6_bg.png) no-repeat center;
    width: 673px;
    height: 368px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 150px;
}

.con6 ul li {
    background: url(../images/bg6_1.png) no-repeat center;
    width: 165px;
    height: 165px;
    transition: all .1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.con6 ul .con6_u1 {
    top: -50px;
    left: -50px;
}

.con6 ul .con6_u2 {
    background: url(../images/bg6_2.png) no-repeat center;
    width: 230px;
    height: 230px;
    left: -80px;
    top: 210px;
}

.con6 ul .con6_u3 {
    background: url(../images/bg6_3.png) no-repeat center;
    width: 245px;
    height: 245px;
    left: 200px;
    top: 60px;
}

.con6 ul .con6_u4 {
    background: url(../images/bg6_4.png) no-repeat center;
    width: 222px;
    height: 222px;
    right: -150px;
    top: -10px;
}

.con6 ul .con6_u5 {
    background: url(../images/bg6_5.png) no-repeat center;
    width: 205px;
    height: 205px;
    right: -40px;
    top: 260px;
}

.con6 ul li:hover {
    background: #171a63;
}

.con6 ul .con6_u1 p {
    padding: 45px 10px 0;
}

.con6 ul .con6_u1 div {
    padding: 25px 15px 0 20px;
}

.con6 ul .con6_u2 p {
    padding: 80px 10px 0;
}

.con6 ul .con6_u2 div {
    padding: 50px 30px 0;
}

.con6 ul .con6_u3 p {
    padding: 80px 10px 0;
}

.con6 ul .con6_u3 div {
    padding: 50px 30px 0;
}

.con6 ul .con6_u4 p {
    padding: 70px 10px 0;
}

.con6 ul .con6_u4 div {
    padding: 40px 25px 0;
}

.con6 ul .con6_u5 p {
    padding: 70px 10px 0;
}

.con6 ul .con6_u5 div {
    padding: 40px 25px 0;
}

.con6 ul li div,
.con6 ul li:hover p {
    display: none;
}

.con6 ul li span,
.con6 ul li em,
.con6 ul li:hover div {
    display: block;
    color: #fff;
}

.con6 ul li p span {
    font: 24px "Microsoft Yahei";
}

.con6 ul li p em {
    font: 20px "Microsoft Yahei";
    margin-top: 10px;
}

.con6 ul li div span {
    font: bold 16px "Microsoft Yahei";
}

.con6 ul li div em {
    font: 14px/20px "Microsoft Yahei";
    text-align: left;
    margin-top: 20px;
}

.con6 ul .con6_u1 div em {
    margin-top: 10px;
}

/*.con7{position: relative;width: 965px;margin-top: 60px;height: 720px;margin-left: 35px;}
.con7 div{position:absolute;background: url(../images/bg7_1.png) no-repeat center;width: 213px;height: 243px;padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.con7 .con7_p1{left: 0;top: 160px;}
.con7 .con7_p2{background: url(../images/bg7_3.png) no-repeat center;width: 215px;height: 246px;left: 207px;top: 160px;}
.con7 .con7_p3{background: url(../images/bg7_1.png) no-repeat center;width: 213px;height: 243px;left: 314px;top: -19px;}
.con7 .con7_p4{background: url(../images/bg7_2.png) no-repeat center;width: 276px;height: 317px;left: 418px;top: 140px;padding-top: 50px;}
.con7 .con7_p5{background: url(../images/bg7_4.png) no-repeat center;width: 275px;height: 318px;left: 690px;top: 140px;padding-top: 50px;}
.con7 .con7_p6{background: url(../images/bg7_4.png) no-repeat center;width: 275px;height: 318px;left: 555px;top: 375px;padding-top: 50px;}
.con7 .con7_p7{background: url(../images/bg7_3.png) no-repeat center;width: 215px;height: 246px;left: 343px;top: 393px;padding-top: 50px;}

.con7>div:before{ content: counter(number);counter-increment: number;background: url(../images/bg7_icon.png) no-repeat center;width: 48px;height: 48px;font: bold 30px/48px "Microsoft Yahei";color: #fff;position: absolute;left: -24px;top: 30px;z-index: 10;}
.con7 .con7_p2:before{left: -24px;top: 160px;}
.con7 .con7_p3:before{left: -24px;top: 30px;}
.con7 .con7_p4:before{left: 80px;top: -10px;}
.con7 .con7_p5:before{left: -24px;top: 50px;}
.con7 .con7_p6:before{left: 240px;top: 220px;}
.con7 .con7_p7:before{left: -24px;top: 40px;}
.con7{counter-reset: number;}

.con7_bt1{font: bold 20px "Microsoft Yahei";color: #3766fa;}
.con7_bt1:after{content: "";width: 50px;height: 2px;background: #3766fa;display: block;margin: 10px auto 0;}
.con7_bt2{color: #fff;font: bold 20px "Microsoft Yahei";}
.con7_bt2:after{content: "";width: 50px;height: 2px;background: #fff;display: block;margin: 10px auto 0;}
.con7 ul{margin-top: 10px;}
.con7 ul li{font: 16px "Microsoft Yahei";color: #666;margin-bottom: 5px;text-align: left;padding-left: 40px;}
.con7 ul li:before{content: "";display: inline-block;width: 4px;height: 4px;background: #666;
    -webkit-border-radius: 50%;vertical-align: middle;margin-right: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.con7 .con7_p2 li,.con7 .con7_p5 li{color: #fff;padding:0 10px 0 28px;}
.con7 .con7_p6 li,.con7 .con7_p7 li{color: #fff;padding:0 15px 0 10px;}
.con7 .con7_p2 li:before,.con7 .con7_p5 li:before,.con7 .con7_p6 li:before,.con7 .con7_p7 li:before{background: #fff;}*/


.content {
    width: 1000px;
    margin: 60px auto 0;
    /*text-align: center;*/
}

.con77 {
    height: 420px;
    margin-top: 40px;
}

.con77 .slide7 {}

.con77 .slide7 .hd {
    position: relative;
    z-index: 10;
}

.con77 .slide7 .hd .prev {
    position: absolute;
    left: -40px;
    top: 161px
}

.con77 .slide7 .hd .next {
    position: absolute;
    right: -40px;
    top: 161px
}

.con77 .slide7 .bd li {
    margin: 0 6px 0;
    position: relative;
    width: 240px;
    height: 380px;
    float: left;
}

.con77 .slide7 .bd li dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
}

.con77 .slide7 .bd li dt {
    margin-top: 174px;
    font: bold 24px/24px "Microsoft Yahei";
    color: #fff;
    text-align: center
}

.con77 .slide7 .bd li dd {
    margin-top: 45px;
    font: 14px/24px "Microsoft Yahei";
    color: #fff;

    width: 210px;
    margin: 45px auto 0
}



.part3 {
    width: 100%;
    /*background: url('../images/part3.jpg') no-repeat center top;*/
}

.part3 h2 {

    padding: 35px 0 0 60px;
}

.part3_in {
    width: 1000px;
    padding: 70px 0 50px 0;
    background: url('../images/part3_in.jpg') no-repeat center top;
}

.part3 .tit {
    background: url('../images/p3_tit.png') no-repeat center top;
    width: 792px;
    height: 69px;
    margin: 0px auto 0
}

.part3_in .cont {
    margin-top: 59px;
    overflow: hidden;
}

.part3_in .cont ul {
    margin: 15px 0 0 63px
}

.part3_in .cont ul li {
    background: url('../images/p3_lbg.png') no-repeat center top;
    width: 264px;
    height: 226px;
    float: left;
    margin: 35px 45px 0 0
}

.part3_in .cont ul li dt {
    text-align: center;
    height: 50px;
    color: #fff;
    font: bold 20px/50px "Microsoft Yahei";
}

.part3_in .cont ul li dd {

    width: 218px;
    margin: 25px auto 0;
    color: #666;
    font: 14px/24px "Microsoft Yahei";
}













.con8 {
    margin-bottom: 50px;
}

.con8 ul {
    width: 1000px;
    height: 340px;
    margin-top: 20px;
    position: relative;
}

.con8 li {
    position: absolute;
    font: 18px/24px "Microsoft Yahei";
    color: #fff;
    padding: 42px 10px 0;
    animation: topBot 3s linear infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.con8 .con8_u1 {
    background: url(../images/con8_1.png) no-repeat center;
    width: 156px;
    height: 178px;
    left: 20px;
    top: 65px;
}

.con8 .con8_u2 {
    background: url(../images/con8_2.png) no-repeat center;
    width: 144px;
    height: 163px;
    left: 225px;
    top: 100px
}

.con8 .con8_u3 {
    background: url(../images/con8_3.png) no-repeat center;
    width: 168px;
    height: 190px;
    left: 430px;
    top: 20px;
}

.con8 .con8_u4 {
    background: url(../images/con8_4.png) no-repeat center;
    width: 209px;
    height: 235px;
    left: 630px;
    top: 115px;
    padding: 60px 15px 0;
}

.con8 .con8_u5 {
    background: url(../images/con8_5.png) no-repeat center;
    width: 146px;
    height: 164px;
    left: 850px;
    top: 25px;
}

@keyframes topBot {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(4px);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}


.con9 {
    margin: 30px auto 50px;
    width: 1000px;
}

.con9 li {
    display: inline-block;
    vertical-align: top;
    background: url(../images/con9_bg.png) no-repeat center;
    width: 292px;
    height: 410px;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}

.con9 .con9_u3 {
    margin-right: 0;
}

.con9 li span {
    display: block;
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.con9 li em {
    display: block;
    width: 240px;
    margin-top: 40px;
}

.con9 li em:before {
    content: "";
    background: #fff;
    width: 240px;
    display: block;
    height: 2px;
}

.con9 li em i {
    font: bold 24px "Microsoft Yahei";
    color: #fff;
    background: #7759fa;
    padding: 0 10px;
    position: relative;
    top: -20px;
}

.con9 li p {
    font: 18px/30px "Microsoft Yahei";
    color: #fff;
    text-align: left;
    width: 245px;
}

.con9 li a {
    display: block;
    width: 150px;
    height: 35px;
    font: 18px/35px "Microsoft Yahei";
    color: #714dfc;
    background: #fff100;
    -webkit-border-radius: 30px;
    margin-top: 20px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.con9 li a:hover {
    background: #fff;
    color: #7f5aff;
}

.con9_u1 span {
    background: #fff url(../images/con9_1.jpg) no-repeat center;
}

.con9_u2 span {
    background: #fff url(../images/con9_2.jpg) no-repeat center;
}

.con9_u3 span {
    background: #fff url(../images/con9_3.jpg) no-repeat center;
}



.con10 {
    margin-top: 30px;
    width: 1000px;
    position: relative;
    height: 660px;
}

/*
.p8_tit{position: relative;}
.p8_tit h3{font:bold 50px/50px "Microsoft Yahei";color: #333333;text-align: center;}
.p8_tit span{position: absolute;top: 100px;left: 456px;font:16px/16px "Microsoft Yahei";color: #858585;cursor: pointer;}
.p8_tit span img{margin: -2px 0 0 2px;vertical-align: middle;}
.p8_tit .less{position: absolute;top: 107px;left: 527px;z-index: 100;}
.slide8{margin-top: 30px;position: relative;}
.slide8 .hd{width: 1000px;}
.slide8 .hd li{float: left;width: 70px;height: 32px;color: #333333;font:16px/32px "Microsoft Yahei";border: 1px solid #d1d1d1;border-radius: 3px;text-align: center;margin: 10px 10px 0 0;cursor: pointer;}
.slide8 .hd .on{border: 1px solid #7c63f9;background: #7c63f9;color: #ffffff;}
.slide8 .hd .none{display: none;}
.class_in{overflow: hidden;}
.slide8_8{position: absolute;top: 160px;left: 0;width: 1000px;height: 496px;}
.slide8_8 .bd ul{overflow: hidden;}
.slide8_8 .bd li{height: 61px;}
.slide8_8 .bd li .l{float: left;background: url('../images/slide8_1_l.jpg') no-repeat center bottom;width: 300px;height: 61px;}
.slide8_8 .bd li .r{float: right;width: 700px;height: 60px;border-bottom: 1px dashed #e6e6e6;}
.slide8_8 .bd li p{float: left;height: 61px;}
.slide8_8 .bd li .date{font:16px/61px "Microsoft Yahei";color: #ffffff;margin:  0 28px 0 20px;}
.slide8_8 .bd li .classname{font:16px/61px "Microsoft Yahei";color: #ffffff;width: 200px;}
.slide8_8 .bd li .time{font:16px/60px "Microsoft Yahei";color: #666666;margin: 0 50px 0 48px;}
.slide8_8 .bd li .time span{display: inline-block;width: 30px;height: 30px ;background: #636c76;color: #ffffff;font:18px/30px "Microsoft Yahei"; text-align: center;margin: 0 8px 0 8px;border-radius: 30px;}
.slide8_8 .bd li .fire{font:16px/60px "Microsoft Yahei";color: #666666;}
.slide8_8 .bd li .fire img{vertical-align: middle;margin-right: 7px;}
.slide8_8 .bd li a{float: right;display: block;width: 95px;height: 30px;background:#7c63f9;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;text-align: center;font:16px/30px "Microsoft Yahei";color: #ffffff;margin: 18px 20px 0 0;}
.slide8_8 .bd li a:hover{background: #06c3f9;}*/

.con11 {
    margin-top: 30px;
    background: url(../images/bg11.jpg) no-repeat center bottom;
    width: 100%;
    height: 620px;
    text-align: center;
}

.con11 .layout {
    position: relative;
    height: 620px;
}

.con11 p {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.con11 p em {
    display: block;
    font: bold 24px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 6px;
}

.con11 p span {
    display: block;
    font: 16px/24px "Microsoft Yahei";
    color: #fff;
    text-align: left;
}

.con11 .con11_p1 {
    background: url(../images/con11_bg1.png) no-repeat center;
    width: 240px;
    height: 247px;
    left: 0;
    top: 170px;
    padding: 65px 22px 0 28px;
}

.con11 .con11_p2 {
    background: url(../images/con11_bg2.png) no-repeat center;
    width: 196px;
    height: 200px;
    left: 220px;
    top: 40px;
    padding: 65px 20px 0 25px;
}

.con11 .con11_p3 {
    background: url(../images/con11_bg3.png) no-repeat center;
    width: 225px;
    height: 225px;
    left: 490px;
    top: 170px;
    padding: 45px 25px 0 30px;
}

.con11 .con11_p4 {
    background: url(../images/con11_bg4.png) no-repeat center;
    width: 190px;
    height: 190px;
    left: 715px;
    top: 90px;
    padding: 55px 15px 0;
}

.con11 .con11_p5 {
    background: url(../images/con11_bg5.png) no-repeat center;
    width: 193px;
    height: 191px;
    left: 110px;
    top: 430px;
    padding: 50px 15px 0 20px;
}

.con11 .con11_p6 {
    background: url(../images/con11_bg6.png) no-repeat center;
    width: 226px;
    height: 226px;
    left: 280px;
    top: 280px;
    padding: 60px 20px 0 25px;
}

.con11 .con11_p7 {
    background: url(../images/con11_bg7.png) no-repeat center;
    width: 194px;
    height: 194px;
    left: 580px;
    top: 400px;
    padding: 55px 15px 0;
}

.con11 .con11_p8 {
    background: url(../images/con11_bg8.png) no-repeat center;
    width: 219px;
    height: 218px;
    right: 0;
    top: 290px;
    padding: 50px 25px 0 30px;
}





.zg_hj {
    background: #E2E0E3;
}

.hj_bot {
    width: 100%;
    height: 575px;
    margin: 30px auto 43px;
    overflow: hidden;
}

.hj_bot li {
    height: 574px;
    float: left;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.hj_bot li>img {
    width: 100%;
}

.hj_li6 {
    width: 11.56%;
}

.hj_li5,
.hj_li3,
.hj_li4 {
    width: 14.58%;
}

.hj_li1 {
    width: 17.08%;
}

.hj_li2 {
    width: 27.55%;
}

.hj_li1>img,
.hj_li5>img,
.hj_li6>img {
    display: block;
    height: 575px;
}

.hj_div2 {
    position: absolute;
    width: 190px;
    height: 238px;
    background: #4e73db;
    left: 18.75%;
    top: 0;
    z-index: 1;
    padding: 56px 0 0;
}

.hj_div2 img {
    display: block;
    margin: 0 auto 40px;
}

.hj_bot div p {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.hj_div3 {
    width: 100%;
    height: 145px;
    text-align: center;
    padding: 25px 0 0;
    background: #57a4fe;
}

.hj_div3 img {
    display: block;
    margin: 0 auto 12px;
}

.hj_div4 {
    width: 100%;
    height: 256px;
    text-align: center;
    padding: 58px 0 0;
    background: #59bdca;
}

.hj_div4 img {
    display: block;
    margin: 35px auto 0;
}

.hj_bot .scale {
    overflow: hidden;
    width: 528px;
    height: 280px;
}

.hj_bot .scale2 {
    width: 280px;
    height: 404px;
}

.hj_bot .scale3 {
    width: 277px;
    height: 260px;
}

.hj_bot li .scale img {
    transition: all .3s linear;
}

.hj_bot li .scale:hover img {
    transform: scale(1.1);
}

.con13_ul {
    width: 1000px;
    text-align: center;
}

.con13_ul li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 180px;
    background: #4e59fc;
    padding: 10px;
    margin-right: 88px;
    transition: all .3s linear;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.con13_ul li:last-child {
    margin-right: 0;
}

.con13_ul li.sel {
    margin-top: -40px;
}

.con13_ul li p {
    width: 160px;
    height: 160px;
    border: 1px dashed #fff;
    -webkit-border-radius: 50%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.con13_ul li p span {
    display: block;
    font: 26px "Microsoft Yahei";
    color: #fff;
    margin-bottom: 10px;
}

.con13_ul li p a {
    display: block;
    width: 100px;
    height: 30px;
    font: 16px/30px "Microsoft Yahei";
    color: #fff;
    background: #00b3d3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.con13_ul li p a:hover {
    background: #eaab39;
}



.con13 {
    text-align: left;
    margin-top: 70px;
}

.con13>div {
    display: inline-block;
    vertical-align: top;
}

.con13_left {
    width: 510px;
    height: 450px;
    text-align: left;
}

.con13_left ul {
    font-size: 0;
    overflow: hidden;
    width: 510px;
    height: 450px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.con13_left li {
    width: 80px;
    position: relative;
    transition: all .2s linear;
    cursor: pointer;
    float: left;
}

.con13_left li:last-child {
    float: right;
}

.con13_left p {
    width: 80px;
    height: 450px;
    background: #7c63f9;
    color: #ffe552;
    position: relative;
    z-index: 10;
    margin: 0 0 0;
    -webkit-box-shadow: -2px 0 4px #5c4ac1;
    -moz-box-shadow: -2px 0 4px #5c4ac1;
    box-shadow: -2px 0 4px #5c4ac1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}

.con13_left p em {
    display: block;
    background: url(../images/con13_bg.png) no-repeat center;
    width: 66px;
    height: 53px;
    padding-top: 13px;
}

.con13_left p em i {
    display: block;
    background: url(../images/con13_1.png) no-repeat center;
    width: 35px;
    height: 40px;
}

.con13_left p em .con13_2 {
    background: url(../images/con13_2.png) no-repeat center;
}

.con13_left p em .con13_3 {
    background: url(../images/con13_3.png) no-repeat center;
}

.con13_left p em .con13_4 {
    background: url(../images/con13_4.png) no-repeat center;
}

.con13_left p span {
    display: block;
    margin-top: 15px;
    padding: 0 27px;
    font: 26px/30px "Microsoft Yahei";
    text-align: center;
}

.con13_left li div {
    width: 200px;
    height: 450px;
    position: absolute;
    left: 70px;
    top: 0;
    overflow: hidden;
    z-index: 1;
    padding: 50px 0;
    transition: all .3s;
    opacity: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 5px 0 10px #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3;
    -moz-box-shadow: inset 5px 0 10px #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3;
    box-shadow: inset 5px 0 10px #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3, inset 0 0 0 #b5b3b3;
}

.con13_left li div span {
    display: block;
    font: 20px/30px "Microsoft Yahei";
    color: #666;
    padding: 30px 20px 30px 40px;
}

.con13_left li div a {
    display: block;
    width: 150px;
    height: 35px;
    font: 16px/35px "Microsoft Yahei";
    color: #Fff;
    background: #00b3d3;
    text-align: center;
    -webkit-border-radius: 25px;
    margin-top: 40px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.con13_left li div a:hover {
    background: #eaab39;
}

.con13_left li.sel {
    width: 270px;
}

.con13_left li.sel div {
    opacity: 1;
}

.con13_right {
    width: 400px;
    height: 450px;
    margin-left: 80px;
    background: #7c63f9;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.con13_right form input {
    display: block;
    width: 300px;
    height: 50px;
    border: none;
    color: #fff;
}

.con13_right form input[type="text"] {
    margin-bottom: 20px;
    text-indent: 51px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.con13_right form .ban_name {
    background: url(../images/con13_5.png) no-repeat center;
}

.con13_right form .ban_tel {
    background: url(../images/con13_6.png) no-repeat center;
}

.con13_right form input.ban_qq {
    background: url(../images/con13_7.png) no-repeat center;
    margin-bottom: 40px;
}

.con13_right form input[type="submit"] {
    text-align: center;
    font: bold 18px "microsoft yahei";
    line-height: 50px;
    color: #7c63f9;
    background: #ffe552;
    box-shadow: 1px 2px 8px rgba(77, 64, 190, 0.4);
    width: 268px;
    height: 50px;
    text-indent: 4px;
    letter-spacing: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.con13_right form input[type="submit"]:hover {
    background: #00b3d3;
    color: #fff;
}

.con13_right form p {
    font: 30px "Microsoft Yahei";
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.con13_right form p:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    margin: 15px auto 10px;
}

.con13_right input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #fff;
}

.zg_close {
    background: url("../images/zg_close.png") no-repeat left top;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 20px;
    cursor: pointer;
}

.nav {
    position: fixed;
    background: url(../images/nav.png) no-repeat center;
    width: 164px;
    height: 337px;
    top: 100px;
    left: 0;
    text-align: center;
}

.nav p {
    font: bold 20px "Microsoft Yahei";
    color: #fff;
    padding-top: 10px;
}

.nav ul {
    width: 100%;
    margin-top: 29px;
}

.nav ul li {
    height: 45px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 5px;
}

.nav ul li a {
    display: block;
    font: 16px/45px "Microsoft Yahei";
    color: #fff;
}

.nav ul li a:hover {
    color: #fff100;
}

.nav ul li i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/nav_i1.png) no-repeat center;
    width: 27px;
    height: 27px;
    margin-right: 8px;
}

.nav ul li .nav_i2 {
    background: url(../images/nav_i2.png) no-repeat center;
}

.nav ul li .nav_i3 {
    background: url(../images/nav_i3.png) no-repeat center;
}

.nav ul li .nav_i4 {
    background: url(../images/nav_i4.png) no-repeat center;
}

.nav ul li .nav_i5 {
    background: url(../images/nav_i5.png) no-repeat center;
}

.nav ul li em {
    float: right;
    font: 16px/45px "Microsoft Yahei";
}


.fix_right {
    width: 316px;
    background: url(../images/fix_right_14.png) no-repeat center;
    height: 55px;
    padding: 12px 0px;
    position: fixed;
    right: 20px;
    top: 150px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    overflow: hidden;
    z-index: 1000;
}

.fix_right p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.fix_right p:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 316px;
    height: 316px;
    left: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
}

@keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.nav .right {
    width: 44px;
    height: 160px;
    background: url(../images/flex_right.jpg) no-repeat center;
    position: absolute;
    top: 106px;
    left: 172px;
    cursor: pointer;
}

.nav .right .on {
    display: none
}

.nav .right img {
    position: absolute;
    top: 125px;
    left: 15px;
    display: block
}


.footer {
    width: 100%;
    height: 230px;
    background: #282d36;
}

.copy {
    width: 1000px;
    text-align: center;
    font: 14px "Microsoft YaHei";
    color: #a2aab8;
    padding-top: 12px;
    line-height: 32px;
    margin: 0 auto;
}

.copy a {
    color: #a2aab8;
    font: 14px "Microsoft YaHei";
    font-weight: normal;
    display: inline;
}

.copy a:hover {
    color: #ce3b3a;
}


.four .con1 {
    width: 1027px;
    height: 281px;
    background: url(../images/four_1bg.png) no-repeat center;
    margin: 44px 0 0 -28px
}

.four .con1 .left {
    float: left;
}

.four .con1 .left h5 {
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 263px;
    text-align: center;
    margin-left: 112px
}

.four .con1 .left ul {
    margin: 30px 0 0 106px;
    width: 200px;
    height: 155px;
    /*  background: url(../images/four_1left.png) no-repeat left 3px; */
}

.four .con1 .left ul li {
    color: #6b49ff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 13px 0;
    text-align: left;
    margin-left: 28px
}

.four .con1 .right {

    float: right;
}

.four .con1 .right h5 {
    float: right;
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 260px;
    text-align: center;
    margin-right: 137px
}

.four .con1 .right ul {
    margin: 97px 200px 0 0px;
    width: 200px;
    height: 155px;
    /*  background: url(../images/four_1right.png) no-repeat left 3px; */
}

.four .con1 .right ul li {
    color: #fff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 10px 0;
    text-align: left;
    margin-left: 28px
}


.four .con2 {
    width: 1027px;
    height: 242px;
    background: url(../images/four_2bg.png) no-repeat center;
    margin: 30px -28px 0 0px
}

.four .con2 .left {
    float: left;
}

.four .con2 .left h5 {
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 263px;
    text-align: center;
    margin-left: 83px
}

.four .con2 .left ul {
    margin: 18px 0 0 106px;
    width: 300px;
    height: 155px;
    /*   background: url(../images/four_2left.png) no-repeat left 3px; */
}

.four .con2 .left ul li {
    color: #fff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 10px 0;
    text-align: left;
    margin-left: 28px
}

.four .con2 .right {

    float: right;
}

.four .con2 .right h5 {
    float: right;
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 260px;
    text-align: center;
    margin-right: 159px
}

.four .con2 .right ul {
    margin: 116px 111px 0 0px;
    width: 300px;
    height: 155px;
    /*  background: url(../images/four_2right.png) no-repeat left 3px; */
}

.four .con2 .right ul li {
    color: #fff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 10px 0;
    text-align: left;
    margin-left: 28px
}

.four .con3 {
    width: 1027px;
    height: 281px;
    background: url(../images/four_1bg.png) no-repeat center;
    margin: 44px 0 0 -28px
}

.four .con3 .left {
    float: left;
}

.four .con3 .left h5 {
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 263px;
    text-align: center;
    margin-left: 112px
}

.four .con3 .left ul {
    margin: 73px 0 0 106px;
    width: 200px;
    height: 155px;
    /* background: url(../images/four_3left.png) no-repeat left 3px; */
}

.four .con3 .left ul li {
    color: #6b49ff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 10px 0;
    text-align: left;
    margin-left: 28px
}

.four .con3 .right {

    float: right;
}

.four .con3 .right h5 {
    float: right;
    color: #fff;
    font: 26px/66px "Microsoft YaHei";
    width: 260px;
    text-align: center;
    margin-right: 137px
}

.four .con3 .right ul {
    margin: 96px 76px 0 0px;
    width: 320px;
    height: 155px;
    /* background: url(../images/four_1right.png) no-repeat left 3px; */
}

.four .con3 .right ul li {
    color: #fff;
    font: 18px/18px "Microsoft YaHei";
    margin: 0px 0 10px 0;
    text-align: left;
    margin-left: 28px
}


.part13 {
    /*padding: 71px 0 0 0;*/
    width: 100%;
    height: 845px;
}

.p1_tit div {
    font: bold 50px/50px "Microsoft Yahei";
    color: #144269;
    text-align: center;
    letter-spacing: -1.5px;
}

.p1_tit div h1 {
    display: inline-block;
    font: bold 50px/50px "Microsoft Yahei";
    color: #144269;
    /* margin-left: 315px; */
    letter-spacing: -1.5px;
}

.p1_top {
    margin-top: 26px;
    width: 1020px;
    position: relative;
    height: 142px;
}

.p1_top ul li {
    float: left;
    width: 72px;
    height: 30px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin: 10px 10px 0 0;
    text-align: center;
    font: 18px/30px "Microsoft Yahei";
    color: #333333;
    position: relative;
    cursor: pointer;
}

.p1_top ul .p1_hot:after {
    content: " ";
    background: url('../images/hot2.png') no-repeat center bottom;
    background-size: 100% 100%;
    width: 13px;
    height: 14px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.p1_top .hide {
    display: none;
}

.p1_top .on {
    background: #37bfea;
}

.p1_top .more {
    position: absolute;
    top: 103px;
    left: 424px;
    font: 18px/18px "Microsoft Yahei";
    color: #858585;
    cursor: pointer;

}

.p1_top span {
    display: inline;
    margin-left: 5px;
}

.p1_top div img {
    vertical-align: middle;
}

.p1_top .less {
    position: absolute;
    top: 103px;
    right: 360px;
    font: 18px/18px "Microsoft Yahei";
    color: #858585;
    cursor: pointer;
    display: none;

}

.class {
    position: relative;
}

.class_in {
    overflow: hidden;

}

/* .class_in>img{
  margin: 240px 0 0 100px;
 } */
.slide8_8 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 1000px;
    height: 490px;

}

.slide8_8 .bd ul {
    background: url('../images/p1_l.png') no-repeat left top;
    width: 1000px;

}

.slide8_8 .bd li {
    height: 79px;
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
}

.slide8_8 .bd li .l {
    background: url('../images/p1_l.jpg') no-repeat center top;
    width: 289px;
    height: 59px;
    margin-top: 10px;
    float: left;

}

.slide8_8 .bd li .r {
    float: right;
    width: 700px;
    height: 60px;
    margin-top: 10px
}

/* .slide8_8 .bd li .l,.slide8_8 .bd li .r{
    float: left;
} */
.slide8_8 .bd li p {
    float: left;
    height: 61px;
}

.slide8_8 .bd li .date {
    font: 18px/59px "Microsoft Yahei";
    color: #ffffff;
    width: 50px;
    margin: 0 28px 0 20px;
}

.slide8_8 .bd li .classname {
    font: 18px/59px "Microsoft Yahei";
    color: #ffffff;
    width: 150px;

}

.slide8_8 .bd li .time {
    font: 16px/60px "Microsoft Yahei";
    color: #666666;
    margin: 0 50px 0 48px;

}

.slide8_8 .bd li .time span {
    display: inline;
    width: 30px;
    height: 30px;
    background: #37bfea;
    color: #fff;
    font: 18px/30px "Microsoft Yahei";
    text-align: center;
    margin: 0 8px 0 8px;
    border-radius: 5px;
}

.slide8_8 .bd li .fire {
    font: 18px/60px "Microsoft Yahei";
    color: #e60012;

}

.slide8_8 .bd li .fire img {
    vertical-align: middle;
    margin-right: 7px;
}

.slide8_8 .bd li a {
    float: right;
    display: block;
    width: 119px;
    height: 40px;
    background: url('../images/p1_a.png') no-repeat center bottom;
    padding-left: 12px;
    font: 18px/40px "Microsoft Yahei";
    color: #ffffff;
    margin: 10px 20px 0 0;

}

.class .class_left {
    background: url('../images/p1_l.png') no-repeat center bottom;
    width: 300px;
    height: 366px;
    position: absolute;
    left: 0;
    top: 0px;
}

.p1_btn {
    display: block;
    background: url('../images/p1_btn.png') no-repeat center bottom;
    width: 257px;
    height: 67px;
    color: #ffffff;
    font: 24px/67px "Microsoft Yahei";
    position: absolute;
    top: 515px;
    left: 365px;
    padding-left: 20px
}

.p1_btn:hover {
    background: url('../images/p1_btnh.png') no-repeat center bottom;
}


/* 000 */


.footer .top {

    height: ;

}

.footer .top div {

    float: left;

}

.footer .top .left {

    margin-top: 46px;
    padding-left: 155px
}

.footer .top .cent {

    width: 280px;

    margin-top: 46px
}

.footer .top .cent p {

    color: #fff;
    font-size: 12px;
    font-family: "Microsoft Yahei";

    text-align: center;

    letter-spacing: 15px;

    margin-top: 12px;

    margin-left: 10px
}

.footer .top .cent p em {

    letter-spacing: 1px;

    display: inline-block;

    margin-right: 15px;



}

.footer .top .cent span {

    display: block;

    text-align: center;

    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei";

    margin-top: 5px;

    letter-spacing: 2px;



}

.footer .top .cent .p2 {

    width: 255px;

    text-align: left;

}

.footer .top .cent .p2 span {

    float: left;

    width: 40px;

    height: 1px;

    background: #b3b3b3;

    margin: 7px 5px 0 8px
}

.footer .top .cent .p2 .r {

    float: right;

    margin: 0;

    margin-top: 8px
}

.footer .top .cent .p2 {

    letter-spacing: 5px;

    margin-top: 8px
}







.footer .top .right {

    height: 95px;

    width: 800px;

    margin-top: 54px;

    padding-left: 25px;

    position: relative;

}

.footer .top .right span {

    float: left;

    color: #ffffff;
    font-size: 22px;
    font-family: "Microsoft Yahei";
    font-weight: bold;

    margin: -4px 5px 0 0
}

.footer .top .right img {

    position: absolute;

    top: 3px;

    left: 80px;

}

.footer .top .right em {

    display: inline-block;

    margin-top: -17px;

    color: #d0d0d0;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 25px;
    text-indent: 81px
}



/* 优就业名师面授 实战经验倾囊相授 */
.dhtea {
    background: url(../images/dhteabbg.jpg) no-repeat center center;
}

.dhtea .content {
    margin-top: 0;
    height: 679px;
    padding-top: 80px;
    background: url(../images/dhteabg.jpg) no-repeat center center;
}

.dhtea h2 {
    font-size: 46px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 46px;
    margin-bottom: 69px;

}

.dhtea h2:before,
.dhtea h2:after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 2px;
    background: #005beb;
    margin: 0 21px;
    vertical-align: middle;
}

.dhteabox .hd {
    height: 190px;
    overflow: hidden;
    z-index: 1;
    background: #061a6c;
    border-radius: 0 0 17px 17px;
    box-shadow: 0 -10px 20px -5px #93a9ff;
    position: relative;
    z-index: 99;
}

.dhteabox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 35px 0 0 40px;
}

.dhteabox .hd ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}

.dhteabox .hd ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    background: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.dhteabox .hd ul li.on:after {
    opacity: 0;
}

.dhteabox .bd {
    width: 998px;
    height: 276px;
    border: 1px solid #061a6c;
    border-radius: 17px 17px 0 0;
}


.dhteabox .bd li img {
    height: 307px;
    margin-left: 44px;
    float: left;
}
.dhteabox .tempWrap{
    height: 307px;
    margin-top: -29px;
}
.dhteabox .bd li .right{
    float: right;
    width: 673px;
}
.dhteabox .bd li .right h3{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: #071b69;
    width: 622px;
    border-bottom: 1px solid #071b69;
    height: 43px;
    padding-top: 63px;
    margin: 0 0 10px 0;
}
.dhteabox .bd li .right h3 span{
    font-size: 18px;
    color: #333;
    margin-left: 17px;
    font-weight: normal;
}
.dhteabox .bd li .right p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    width: 622px;
    margin: 0;
}