@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

li {
    list-style: none;
}

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

b, strong {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

img {
    vertical-align: top;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
}

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

body {
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
    position: relative;
    padding-top: 1px;
}

body #iconDiv1 {
    z-index: auto;
}

body > div {
    position: relative;
    z-index: 1;
}

.box_border, .shangshi_c, .shangshi_c .shangshi_c_s .content.zi_fen, .shangshi_c .shangshi_c_s .content, .jiuye_c .jiuye_c_s, .luoji_c .luoji_swiper .swiper-slide, .chenmi_c .chenmi_r .content_t {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.banner_margin_bottom {
    margin-bottom: 639px;
}

.banner_s {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    margin-left: -50%;
    height: 640px;
}

#canvas_div {
    position: relative;
    z-index: 10;
    width: 1920px;
    height: 640px;
    overflow: hidden;
}

#canvas_div canvas {
    width: 1920px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner {
    width: 1920px;
    height: 640px;
    position: absolute;
    overflow: hidden;
    z-index: 15;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

#banner {
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.banner-img a {
    display: block;
    width: 100%;
    height: 640px;
}

.banner-img a .img_true {
    display: block;
    display: none \0;
}

.banner-img a .img_false {
    display: block;
    display: block \0;
}

#banner .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000000 \9;
}

#banner .swiper-slide img {
    width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    position: absolute;
}

.banner_s .pagination {
    bottom: 90px;
    width: 200px;
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.banner_s .swiper-pagination-switch {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    background: #fff \9;
    border-radius: 100%;
}

.banner_s .swiper-active-switch {
    background: #de2986;
}

/* banner箭头样式 */
.banner_s .portfolio {
    display: none \9;
}

.banner_s .portfolio {

}

.banner_s .jiantou {
    position: absolute;
    bottom: 90px;
    cursor: pointer;
    z-index: 18;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    left: 50%;
    width: 700px;
    margin-left: -350px;
}

.banner_s .banner_jiantou img {
    vertical-align: middle;
    margin-top: -3px;
}

.banner_s .banner_jiantou_you {
    float: right;
}

.banner_s .banner_jiantou_you img {
    margin-left: 10px;
}

.banner_s .banner_jiantou_zuo {
    float: left;
}

.banner_s .banner_jiantou_zuo img {
    margin-right: 10px;
}

/*导航*/
.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav_bg {
    padding-top: 20px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}

.logo {
    display: inline-block;
}

.nav_left {
    width: 300px;
    float: left;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 1.4rem;
    padding-left: 20px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}

.nav_ul {
    width: 700px;
    float: right;
}

.nav_ul li {
    width: 100px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
}

.nav_ul li a {
    color: #fff;
    position: relative;
}

.nav_ul li a span {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3086c0;
    transition: width .6s;
}

.nav_ul li:hover a span {
    width: 100%;
}

.nav_ul li.nav_active span {
    width: 100%;
}

.nav_kc {
    padding-right: 6px;
}

.nav_kc a {
    cursor: pointer;
}

.nav_kc em {
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}

.nav_kc em img {
    animation: nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-moz-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-o-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

/*子导航*/
.sub_nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    background: #fff \9;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sub_nav_ul {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.sub_nav_ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}

.sub_nav_ul li a {
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #333;
}

.sub_nav_ul li.last a {
    border-right: none;
}

.sub_nav_ul li a:hover {
    background: #3697d9;
    color: #fff;
    border-right: none;
    margin-left: -1px;
}

/*第二部分成就*/
.position_rel {
    position: relative;
    z-index: 20;
}


.cj_content {
    padding-top: 90px;
    padding-bottom: 40px;
}

.cj_content li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.cj_content li .w-center {
    font-size: 27px;
    color: #333333;
}

.cj_content li .num {
    position: relative;
    color: #3c3c3c;
    font-size: 50px;
    display: inline-block;
    font-family: Arial;
}

.cj_content li .num em {
    font-size: 28px;
    font-style: normal;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -21px;
}

.cj_content li .num i {
    position: absolute;
    top: 0;
    right: -20px;
    color: #949494;
    font-size: 12px;
    font-style: normal;
}

.cj_content li .cj_text {
    color: #666666;
    font-size: 14px;
}

.cj_part2 {
    padding: 0;
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: -70px;
    height: 120px;
    background: #fff;
    z-index: 98;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-shadow: 0 2px 3px #cfcfcf;
    -webkit-box-shadow: 0 2px 3px #cfcfcf;
    -ms-box-shadow: 0 2px 3px #cfcfcf;
    box-shadow: 0 2px 3px #cfcfcf;
}

.cj_part2 ul {
    margin-top: 20px;
    width: 1000px;
}

.cj_part2 ul li {
    float: left;
    /* margin-right: 16px; */
    width: 250px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.cj_part2 ul li.tag2 {
    /* margin-right: 32px; */
}

.cj_part2 ul li.tag4 {
    margin-right: 0;
}

.cj_part2 ul li .img {
    float: left;
    width: 80px;
    height: 75px;
}

.cj_part2 ul li.tag1 .img {
    background: url("../img/hot-top-tag1.png") no-repeat center;
}

.cj_part2 ul li.tag2 .img {
    background: url("../img/hot-top-tag2.png") no-repeat center;
}

.cj_part2 ul li.tag3 .img {
    background: url("../img/hot-top-tag3.png") no-repeat center;
}

.cj_part2 ul li.tag4 .img {
    background: url("../img/hot-top-tag4.png") no-repeat center;
}

.cj_part2 ul li .info {
    float: left;
    width: 170px;
    height: 75px;
}

.cj_part2 ul li .info h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: normal;
}

.cj_part2 ul li .info p {
    margin-top: 8px;
    line-height: 14px;
    color: #999;
    font-size: 14px;
}

.cj_part2 ul li .link {
    top: 75px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(222, 41, 134, 0.9);
    transition: 0.4s;
    background: #49a1dc \9;
}

.cj_part2 ul li .link a {
    display: block;
}

.cj_part2 ul li .link p {
    margin: 21px auto 0;
    font-size: 16px;
    width: 101px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.cj_part2 ul li:hover .link {
    top: 0;
    transition: 0.2s;
}

.cj_part2 ul li.tag1{ width: 240px;}
.cj_part2 ul li.tag1 .info{width: 140px;}
.cj_part2 ul li.tag2{width: 280px;}
.cj_part2 ul li.tag2 .info{}
.cj_part2 ul li.tag3{width: 230px;}
.cj_part2 ul li.tag3 .info{width: 140px;}




.globalDiv {
    background: #fff;
}


/*中间表单*/
.centerFrom {
	margin-top: 134px;
    height: 280px;
    background: #eb5405;
}

.centerFrom .left {
    width: 500px;
    height: 400px;
    position: absolute;
    left: 169px;
    top: -99px;
}

.centerFrom .right {
    float: left;
    width: 450px;
    padding: 72px 0 0 40px;
    line-height: 1.3;
    margin-left: 420px;
}

.centerFrom .left .img {
    float: left;
    height: 379px;
    overflow: hidden;
}

.centerFrom .left img > img {
    display: block;
}

.centerFrom .formDiv {
    width: 265px;
    height:280px;
    background: #fff;
    margin-top: 35px;
    position: absolute;
    top: 20px;
    left: 225px;
    box-shadow: 0 15px 40px rgba(175, 60, 0, 0.6);
}

.centerFrom .formDiv form {
    padding: 0 30px;
}

.centerFrom .formDiv h3 {
    padding: 30px 0 10px;
    font-size: 24px;
    color: #222;
    text-align: center;
    font-weight: bold;
}

.centerFrom .formDiv form label {
    width: 205px;
    height: 32px;
    border: 1px solid #eb5405;
    display: block;
    border-radius: 16px;
    margin-bottom: 14px;
}

.centerFrom .formDiv form label span {
    display: inline-block;
    background: #eb5405;
    height: 30px;
    width: 45px;
    border-radius: 15px 0 0 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;

}

.centerFrom .formDiv .ipt input {
    width: 130px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 10px;
}

.centerFrom .formDiv .selected select {
    width: 130px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: none;
    display: block;
    position: relative;
}

.centerFrom .formDiv .selected select option {
    border: 1px solid #eb5405;
    height: 30px;
    line-height: 30px;
    display: block;
}

.centerFrom .formDiv .selected:after {
    position: absolute;
    content: '';
    display: block;
    top: 12px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #eb5405 transparent transparent transparent;
}

.centerFrom .formDiv button {
    width: 100%;
    height: 40px;
    background: #2f8658;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.centerFrom .right h3 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.3;
}

.centerFrom .right p {
    font-size: 25px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}

.centerFrom .right p:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/formIcon.png") no-repeat center bottom;
    position: absolute;
    top: 4px;
    left: 0;
}


/*part8*/
.part8 {
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
    border-bottom: 1px solid #ededed;
}

.part8 .p8Cont {
    height: 340px;
}

.part8 .p8Cont li {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.part8 .p8Cont li > div {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 270px;
    overflow: hidden;
}

.part8 .p8Cont li > div > img {
    width: 100%;
    height: auto;
}

.part8 .p8Cont li > div .del {
    padding: 0 10px;
}

.part8 .p8Cont li > div .del h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
}

.part8 .p8Cont li > div .del p {
    font-size: 15px;
    color: #999;
    padding: 10px 0 25px;
}

.part8 .p8Cont li > div .del span {
    display: block;
    font-size: 13px;
    color: #de2986;
    text-decoration: underline;
}

.part8 .p8Cont li.act > div {
    padding: 0 0 30px;
    box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 320px;
    margin-top: -10px;
}

/* 上市公司 */
.shangshi {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
}

.shangshi_c {
    /*margin-top: 50px;*/
    margin-bottom: 70px;
    position: relative;
    padding: 30px 0 0 30px;
    height: 400px;
}

.shangshi_c .bg {
    width: 715px;
    height: 400px;
    background: #de2986;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px 0 60px 0;
}

.shangshi_c .shangshi_c_s {
    margin: 0 -3px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.shangshi_c .shangshi_c_s .content {
    overflow: hidden;
    width: 25%;
    padding: 0 3px;
    float: left;
    position: relative;
    height: auto;
    margin-bottom: 6px;
    padding-top: 1px;
}

.shangshi_c .shangshi_c_s .content .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.shangshi_c .shangshi_c_s .content .img:hover img {
    transform: scale(1.2, 1.2);
}

.shangshi_c .shangshi_c_s .content .img img {
    transform: scale(1, 1);
    transition: transform 0.5s;
}

.shangshi_c .shangshi_c_s .content.zi_bai .text {
    font-size: 32px;
    font-weight: 900;
    padding-right: 38px;
    color: #fff;
    line-height: 1.3;
    padding-top: 20px;
}

.shangshi_c .shangshi_c_s .content.zi_bai .text img {
    vertical-align: middle;
    margin-left: 13px;
}

.shangshi_c .shangshi_c_s .content.zi_bai .xian {
    width: 70px;
    border-top: 4px solid #fff;
    margin-top: 35px;
}

.shangshi_c .shangshi_c_s .content.zi_fen {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    padding-top: 7px;
}

.shangshi_c .shangshi_c_s .content.zi_fen > div {
    border: 2px solid #de2986;
    border-radius: 0 0 60px 0;
    height: 100%;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text {
    text-align: center;
    margin-top: 34px;
    line-height: 1;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text span {
    font-size: 18px;
    color: #de2986;
    font-weight: 100;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text p {
    font-size: 24px;
    color: #de2986;
    font-weight: 900;
    margin-top: 10px;
}

.shangshi_c .shangshi_c_s .content.zi_fen a {
    width: 100px;
    height: 30px;
    margin: 15px auto 0;
    display: block;
    background: #de2986;
    border: 1px solid #de2986;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
}

.shangshi_c .shangshi_c_s .content.zi_fen a:hover {
    background: #fff;
    color: #de2986;
}

.shangshi_c .shangshi_c_s .content > img {
    width: 100%;
    height: auto;
    display: block;
}

.shangshi_c .shangshi_c_s .content > p {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0 3px;
    width: 100%;
    left: 0;
}

.shangshi_c .shangshi_c_s .content > p span {
    font-size: 18px;
    line-height: 2;
    background: rgba(0, 0, 0, 0.5);
    background: #000 \9;
    color: #fff;
    display: block;
    width: 100%;
}

/*partNum*/
.partNum ul {
    width: 100%;
    height: 140px;
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
}

.partNum ul li {
    width: 19%;
    color: #939393;
    font-size: 12px;
    border-right: 1px solid #ebebeb;
    height: 88px;
    margin-top: 27px;
    text-align: center;
}

.partNum ul li h3 .text2 {
    font-size: 26px;
    color: #3c3c3c;
    position: relative;
}

.partNum ul li h3 .text2 em {
    font-size: 40px;
}

.partNum ul li h3 .text2 i {
    position: relative;
    top: -5px;
    left: -5px;
}

.partNum ul li h3 .text2 span {
    position: absolute;
    right: 36%;
    top: -2%;
    color: #939393;
    font-size: 12px;
}

.partNum ul li.last {
    border-right: none;
}

.partNum ul li.sec h3 .text2 span {
    right: 28%;
}

.partNum ul li.thr h3 .text2 span {
    right: 12%;
}

.partNum ul li.fou h3 .text2 span {
    right: 24%;
}

.partNum ul li.last h3 .text2 span {
    right: 11%;
}

/* 标题 */

.button {
    width: 220px;
    height: 52px;
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 50px auto 0;
    border: 1px solid #de2986;
    border-radius: 26px;
    color: #de2986;
    line-height: 52px;
    transition: all 0.5s;
}

.button:hover {
    background: #de2986;
    color: #fff;
}

/*footer*/
.footer {
    width: 100%;
    height:120px;
    background: #191919;
}

.footer p {
    color: #999999;
    line-height: 60px;
    text-align: center;
}

.footer p span {
    margin-left: 26px;
}

/*表单*/
/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("../img/form.jpg") no-repeat center;
}

.form h2 {
    margin-top: 40px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.form h2 span {
    color: #de2986;
}

.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #cccccc;
}

.form form {
    margin-top: 50px;
}


.form-btn {
    margin-top: 40px;
}

.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4375b9;
    border-radius: 3px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 198px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #de2986;
    border-radius: 3px;
    border: none;
}

/*小球*/
.circle {
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 50;
}

.circle.circle1 {
    left: 50px;
    top: 50px;
}

.circle.circle2 {
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}

.circle.circle3 {
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}

.circle.circle4 {
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate;
}

@-webkit-keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

@-moz-keyframes movingCircle {
    0% {
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

@keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

/*算一算*/
.suan {
    background: #000000 \9;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    padding-top: 1px;
    bottom: -455px;
    z-index: 97;
    width: 100%;
    transition: all 0.5s;
}

.suan.true {
    bottom: 0;
}

.suan > .title {
    text-align: left;
    /*position: absolute;*/
    /*top:-90px;*/
    width: 900px;
    margin: 5px auto 15px;
    position: relative;
}

.suan > .title p {
    height: 47px;
    font-size: 28px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.suan > .title p span {
    font-size: 36px;
    font-weight: 600;
    color: #ffe400;
    display: inline-block;
    margin-left: 20px;
}

.suan > .title > .xiaoren {
    position: absolute;
    bottom: -5px;
    margin-left: 140px;
}

.suan > .title > .jiantou {
    width: 21px;
    height: 31px;
    display: inline-block;
    float: right;
    background: url("../img/formPoint.png") no-repeat center;
    animation: jianTou 1.5s ease-in infinite alternate;
}
@keyframes jianTou {
    0%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(5px);
    }
}

.suan_c {
    width: 1000px;
    height:450px;
    margin: 0 auto 0;
    background: #fff;
    position: relative;
}

.suan_z {
    padding-left: 20px;
    width: 646px;
    float: left;
    padding-top: 10px;
    border-right: 1px solid #de2986;
    height: 100%;
}

.suan_z > p > span {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.suan_z > p {
    color: #5f5f5f;
    font-size: 16px;
    margin-bottom: 4px;
}

.suan_z > p > i {
    color: #d81e06;
    font-style: normal;
}

.suan_z > div > p {
    font-size: 20px;
    color: #222;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: bold;
}

.suan_z > div > p > img {
    margin-right: 10px;
}

.suan_z > div > p > span {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 20px;
    border: 1px solid #de2986;
}

/*.suan_z > div > p > span.true {
    background: url("../img/duigou.png") no-repeat center;
}*/

.suan_z .fenlei {
    padding-right: 20px;
    display: inline-block;
}

.suan_z .fenlei > p {
    font-size: 15px;
    margin-top: 0;
    display: inline-block;
    color: #222;
}

.suan_z .fenlei > span {
    font-size: 14px;
    cursor: pointer;
}

.suan_z .fenlei > span > i {
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: 18px;
    margin-right: 38px;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px;
}

.suan_z .fenlei > span > i.true > em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

.suan_z .fenlei > p > i {
    width: 10px;
    height: 10px;
    border: 1px solid #de2986;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px;
}

.suan_z .fenlei > p > i.true > em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

.suan_y {
    width: 350px;
    float: left;
}

.suan_y > p {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    margin: 130px auto 40px;
    width: 80%;
    text-align: right;
}

.suan_y > p > span {
    color: #de2986;
}

.suan_y > a {
    width: 170px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    background: #de2986;
    border-radius: 5px;
}

.baojia {
    position: absolute;
    left: 578px;
    top: 175px;
    cursor: pointer;
}

/*弹出表单*/
.tan_form.true {
    display: block;
}

.tan_form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    z-index: 501;
    background: #000 \9;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
    /*IE4-IE9*/
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

.tan_form > form {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    margin-left: -175px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
}

.tan_form > form > span {
    cursor: pointer;
}

.tan_form > form > p {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 30px;
}

.tan_form > form > input {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.tan_form > form > button {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    background: #de2986;
    color: #fff;
}

.tan_form > form > button:hover {
    background: transparent;
    color: #de2986;
    cursor: pointer;
}

@keyframes zouchu {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes youchu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes diannao {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 认证 */
.renzheng {
    padding-top: 1px;
    padding-bottom: 70px;
    position: relative;
    background: #f7f7f7; }
.renzheng .biaoti {
    position: relative;
    z-index: 5; }
.renzheng .bg_ban {
    background: url("../img/renzheng_bg.jpg") no-repeat center top;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
    position: absolute; }

.renzheng_c {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    text-align: center; }
.renzheng_c .renzheng_l {
    height: 300px;
    margin-top: 70px; }
.renzheng_c .renzheng_l.false {
    display: none; }
.renzheng_c .renzheng_l img {
    height: 100%;
    width: auto; }
.renzheng_c .renzheng_swiper_s {
    position: relative;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
    width: 540px;
    height: 370px;
    display: inline-block; }
.renzheng_c .renzheng_swiper_s .renzheng_swiper {
    overflow: hidden; }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou {
    position: absolute;
    bottom: 20px;
    width: 100%; }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou > div {
    cursor: pointer;
    width: 47px;
    height: 47px;
    background: #fff;
    background: #efefef\9;
    margin: 0 -20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou > div span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/renzheng_jiantou.png") no-repeat; }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou .zuo span {
    background-position: 15px center; }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou .you span {
    background-position: -38px center; }
.renzheng_c .renzheng_swiper_s .swiper-slide {
    position: relative;
    height: 370px; }
.renzheng_c .renzheng_swiper_s .swiper-slide .content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 30px; }
.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_logo {
    margin-top: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
.renzheng_c .renzheng_swiper_s .swiper-slide .content p {
    text-align: left;
    color: #fff;
    margin-top: 20px;
    padding-left: 15px; }
.renzheng_c .renzheng_swiper_s .swiper-slide .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #064278; }
.renzheng_c .renzheng_swiper_s .swiper-slide .bg.bg_hong {
    background: #e70020; }

.globalDiv{
    background: #fff;
}

/*以下是单独样式*******************************************************************************/
/*part1*/
.part1{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 70px;
}
.p1Cont{

}
.p1Cont > img{
    width: 100%;
    height: auto;
    display: block;
}
.p1Cont .p1Swiper{
    position: absolute;
    z-index: 2;
    width: 390px;
    height: 245px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    left: 275px;
    bottom: 110px;
    -moz-animation: p3Animate 2.0s infinite alternate;
    -webkit-animation: p3Animate 2.0s infinite alternate;
    animation: p3Animate 2.0s infinite alternate;
}
@keyframes p3Animate {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(20px);
    }
}
.part1 .swiper-container {
    width:100%;
    float: left;
    height: 245px;
}
.part1 .swiper-container .swiper-wrapper {

}
.part1 .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
}
.part1 .slideDiv{
    display: block;
    position: relative;
    text-align: center;
    padding-top: 20px;
    height: 245px;
}
.part1 .slideDiv h2{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom:20px;
    line-height: 1;
}
.part1 .slideDiv > span{
    position: absolute;
    bottom: 16px;
}
.part1 .slideDiv > span.left{
    left: 70px;
}
.part1 .slideDiv > span.right{
    right: 70px;
}
.part1 .pagination {
    bottom: 16px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
}
.part1 .swiper-pagination-switch {
    margin:0 3px;
    width:12px;
    height:12px;
    cursor:pointer;
    display:inline-block;
    background: #aaaaaa;
    border-radius: 100%;
}
.part1 .swiper-active-switch {
    background:#f75a47;
}
.part1 .p1_data{
    position: absolute;
    font-size: 13px;
    color: #ba873e;
    bottom: -30px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

/*part2*/
.part2{

}
.part2 .swiper-container {
    width:100%;
    height:380px;
}

.part2 .swiper-container .swiper-wrapper {

}

.part2 .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
    height: 380px;
}
.part2 .slideDiv{
    height: 380px;
    display: block;
    position: relative;
}
.part2 .p2Ul{}
.part2 .p2Ul li{
    float: left;
    width: 33.33%;
}
.part2 .p2Ul li > div{
    display: inline-block;
    margin: 10px;
    position: relative;
    width: 290px;
    height: 290px;
    overflow: hidden;
}
.part2 .p2Ul li > div .pop{
    position: absolute;
    left: 0;
    bottom: -115px;
    background: rgba(0,0,0,0.9);
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
    height: 115px;
    text-align: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition: 0.3s;
}
.part2 .p2Ul li:hover > div .pop{
    bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition: 0.3s;
}
.part2 .p2Ul li > div img{
    display: block;
}
.part2 .p2Ul li > div:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    z-index: 0;
    border: 1px solid #ebebeb;
    width: 310px;
    height: 310px;
    top: -10px;
    left: -10px;
}
.part2 .p2Ul li a{
    width: 150px;
    height: 42px;
    display: inline-block;
    border: 1px solid #de2986;
    font-size: 20px;
    color: #de2986;
    text-align: center;
    line-height: 40px;
    margin: 20px 0 0 70px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part2 .p2Ul li a:hover{
    color: #fff;
    background: #de2986;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.part2 .p2Ul li.right >div{
    float: right;
    padding-right: 1px;
}
.part2 .p2Ul li.right a{
    margin: 20px 0 0 90px;
}
.part2 .p2Ul li.center{
    text-align: center;
}
.part2 .p2Ul li.center a{
    margin: 0 0 25px 15px;
}
.part2 .p2Ul li.right > div:before{
    left: -11px;
}
.p2Cont{}
.p2Cont .btnUl{
    width: 114px;
    height: 60px;
    border: 2px solid #de2986;
    display: block;
    margin:40px auto 0;
    padding: 5px;
}
.p2Cont .btnUl li{
    float: left;
    width: 50%;
    height: 46px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-family: '宋体';
    cursor: pointer;
}
.p2Cont .btnUl li.act{
    background: #de2986;
}
/*part3*/
.part3{
    padding-bottom: 70px;
}
.p3Cont{
    width: 1000px;
    height: 595px;
    background: url("../img/p3_bg.jpg") no-repeat left top;
}
.p3Cont li{
    height: 595px;
    float: left;
}
.p3Cont .left{
    width: 360px;
}
.p3Cont .center{
    width: 280px;
}
.p3Cont .right{
    width: 360px;
    padding: 0 40px 0 30px;
}
.p3Cont .left .top{
    height: 480px;
    padding: 34px 0 0 120px;
}
.p3Cont .left .top h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-bottom: 30px;
}
.p3Cont .left .top h2 em{
    font-style: normal;
    padding-bottom: 10px;
    display: inline-block;
}
.p3Cont .left .top h2 span{
    display: block;
    font-size: 53px;
}
.p3Cont .left .top .del{
    position: relative;
}
.p3Cont .left .top .del > span{
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background: #de2986;
    left: -85px;
    top: 17px;
}
.p3Cont .left .top .del p{
    line-height: 34px;
    height: 34px;
    cursor: pointer;
}
.p3Cont .left .top .del p.act{
    color: #de2986;
}
.p3Cont .left .bottom{
    padding: 0 30px 0 20px;
}
.p3Cont .left .bottom h3{
    font-size: 22px;
    color: #333;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
}
.p3Cont .left .bottom h3:before{
    content: '';
    display: block;
    clear: both;
    width: 110px;
    height: 2px;
    background: #f1eff2;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -1px;
}
.p3Cont .left .bottom p{
    font-size: 16px;
    color: #888;
    text-align: right;
    position: relative;
}
.p3Cont .left .bottom p:after{
    content: '';
    display: block;
    clear: both;
    width: 80px;
    height: 2px;
    background: #f1eff2;
    position: absolute;
    right: 175px;
    bottom: 10px;
}
.p3Cont .center .img1{
    margin-bottom: 35px;
}
.p3Cont .right .text{
    height: 167px;
}
.p3Cont .right .img{
    margin-bottom: 30px;
}
.p3Cont .right .text h3{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.p3Cont .right .text p{
    font-size: 16px;
    color: #888;
}


/*part4*/
.part4{
    padding-bottom: 70px;
    background: url("../img/p4bg.jpg") no-repeat center top;
}
.part4 .p4Cont {

}

.part4 .p4Cont li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.part4 .p4Cont li > div {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
}
.part4 .p4Cont li > div > img {
    width: 100%;
    height: auto;
}
.part4 .p4Cont li > div .del {

}
.part4 .p4Cont li > div .del h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding:13px 30px 13px 20px;
    border-bottom: 1px solid #eee;
}
.part4 .p4Cont li > div .del p {
    font-size: 15px;
    color: #999;
    padding: 10px 13px 25px;
}
.part4 .p4Cont li > div .del h3 span {
    display: block;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    padding-top: 2px;
}
.part4 .p4Cont li > div .pop {
    position: absolute;
    width: 290px;
    height: 170px;
    top: 15px;
    left: 11px;
    background: rgba(222, 41, 134, 0.9);
    background: #de2986 \9;
    transform: rotateY(90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part4 .p4Cont li > div .pop span{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.9);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 宋体;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.part4 .p4Cont li.act > div .pop{
    transform: rotateX(0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part4 .p4Cont li.act > div {
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: -10px;
}
/*part5*/
.part5{
    height: 904px;
    background: url("../img/p5bg.jpg") no-repeat left center;
}
.p5Cont{
    width: 1000px;
    height: 600px;
    background: #404783;
}
.p5Cont .left{
    width: 300px;
    float: left;
    height: 600px;
    background: #fff;
    padding: 157px 0 0 100px;
    position: relative;
}
.p5Cont .left .p5Tit{
    position: relative;
    height: 130px;
    margin-bottom: 30px;
}
.p5Cont .left .p5Tit:after{
    content: '';
    display: block;
    clear: both;
    width: 60px;
    height: 3px;
    background: #404783;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p5Cont .left .p5Tit h2{
    font-size: 33px;
    color: #404783;
}
.p5Cont .left .p5Tit p{
    font-size: 24px;
    color: #404783;
    position: absolute;
    left: 0;
    top: 60px;
    width: 355px;
    line-height: 1;
}
.p5Cont .left .p5Tit p span{
    color: #fff;
}
.p5Cont .left .p5btn{
    width: 260px;
    height: 60px;
    display: inline-block;
    border-radius: 30px;
    background: #de4594;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 100px;
    bottom: 80px;
    border: 1px solid #de4594;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont .left .p5btn:hover{
    background: #fff;
    color: #de4594;
    border: 1px solid #de4594;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont .right{
    width: 700px;
    float: left;
    position: relative;
}
.p5Cont .right .top{
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #5e65a0;
    padding: 0 30px;
}
.p5Cont .right #line{
    position: absolute;
    width: 106px;
    height: 1px;
    background: #fff;
    top: 66px;
    left: 30px;
}
.p5Cont .right .top li{
    width: 16.66%;
    float: left;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
}
.p5Cont .right .p5Swiper{
    width: 500px;
    height: 430px;
    margin:35px 0 0 160px;
}
.p5Swiper{}
.p5Swiper .swiper-container{}
.p5Swiper .swiper-container .swiper-wrapper{}
.p5Swiper .slideDiv{
    padding: 20px 0 0 20px;
}
.p5Swiper .slideDiv .img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.p5Swiper .slideDiv .img > img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
}
.p5Swiper .swiper-slide-active .slideDiv .img{
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.p5Swiper .slideDiv .des{
    color: #fff;
    padding-left: 20px;
    border-left: 1px solid #5e65a0;
    margin: 28px 0 24px;
}
.p5Swiper .slideDiv .des h2{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.p5Swiper .slideDiv .des p{
    font-size: 15px;
    line-height: 1.8;
}
.p5Swiper .slideDiv .btn{
    font-size: 16px;
    width: 90px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background: #f0943a;
    color: #fff;
}
.p5Swiper .btnDiv{
    position: absolute;
    width: 80px;
    height: 20px;
    bottom: -43px;
    left: 20px;
}
.p5Swiper .btnDiv span{
    display:inline-block;
    width: 26px;
    height: 20px;
    background: url("../img/p5-btn.png") no-repeat;
    opacity: 0.5;
    cursor: pointer;
}
.p5Swiper .btnDiv .leftBtn{
    background-position: left center;
}
.p5Swiper .btnDiv .rightBtn{
    background-position: right center;
    float: right;
}
.p5Swiper .btnDiv span.act{
    opacity: 1;
}
