@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;}


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

.form h2 {
    margin-top: 80px;
    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;
    margin-left: 318px;
    width: 360px;
}

.form input[type="text"] {
    margin-top: 19px;
    width: 358px;
    height: 51px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
}

.form input.name {
    background: url("../img/form-tag1.png") no-repeat 18px center;
}

.form input.phone {
    background: url("../img/form-tag2.png") no-repeat 18px center;
}

.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;
}*/

.globalDiv {
    background: #fff;
}


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

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

.centerFrom .right {
    float: right;
    width: 450px;
    padding: 60px 0 0 40px;
    line-height: 1.3;
}

.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 20px 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: 40px;
    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;
    margin-left: 318px;
    width: 360px;
}

.form input[type="text"] {
   /* margin-top: 19px;
    width: 358px;
    height: 51px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;*/
}

.form input.name {
    background: url("../img/form-tag1.png") no-repeat 18px center;
}

.form input.phone {
    background: url("../img/form-tag2.png") no-repeat 18px center;
}

.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; }


/*以下是单独样式*******************************************************************************/
.part1 .dataFrom{
    font-size: 14px;
    color: #999;
    padding:20px 5px 0;
    text-align: right;
}
.part1{}
.part1 .ulCont{}
.part1 .ulCont{}

.part1 .ulCont li{
    width: 204px;
    float: left;
    padding: 0 6px;
    cursor: pointer;
    overflow: hidden;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part1 .ulCont li .del{
    display: none;
}
.part1 .ulCont li.act{
    width: 388px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part1 .ulCont li .box{
    position: relative;
    overflow: hidden;
}
.part1 .ulCont li .box > img{
    display: block;
}
.part1 .ulCont li.act .del{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    background: #000 \9;
    color: #fff;
    padding: 20px 90px 20px 30px;
    display: block;
    height: 176px;
    overflow: hidden;
}
.part1 .ulCont li .del .delTit{
    font-size: 22px;
    font-weight: bold;
}
.part1 .ulCont li .del .delTit > span{
    font-size: 16px;
    display: inline-block;
    padding: 1px 12px;
    background: #de2986;
    border-radius: 20px;
    margin-left: 15px;
}
.part1 .ulCont li .del .titBtn{
    font-size: 16px;
}
.part1 .ulCont li .del .text{
    font-size: 14px;
    padding-top: 15px;
}
.part1 .ulCont li .del .more{
    font-size: 14px;
    color: #de2986;
    text-align: right;
    line-height: 1;
}
.part1 .ulCont li .tip{
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: #de2986;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    line-height: 36px;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
}
.part1 .ulCont li .del .tip{
    right: 25px;
    bottom: 30px;
}
.part1 .ulCont li .box .pop .tip{
    left: 30px;
    bottom: 40px;
    top: auto;
    color: #fff;
}

/*pop*/
.part1 .ulCont li .box{
    position: relative;
}
.part1 .ulCont li .box .pop{
    opacity: 1;
    display: block \9;
    position: absolute;
    background: #253036;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 120px 0 0 30px;
}
.part1 .ulCont li .box .pop h3{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}
.part1 .ulCont li .box .pop p{
    font-size: 15px;
    line-height: 28px;
}
.part1 .ulCont li .box .pop:before{
    content: '';
    display: block;
    clear: both;
    width: 50px;
    height: 50px;
    background: url("../img/p1_icon.png") no-repeat left top;
    position: absolute;
    left: 30px;
    top: 50px;
}
.part1 .ulCont li .box .pop.pop_1:before{
    background-position: 0 0;
}
.part1 .ulCont li .box .pop.pop_2:before{
    background-position: -50px 0;
}
.part1 .ulCont li .box .pop.pop_3:before{
    background-position: -100px 0;
}
.part1 .ulCont li .box .pop.pop_4:before{
    background-position: -150px 0;
}
/*显示和隐藏*/
.part1 .ulCont li.act .pop{
    opacity: 0;
    display: none \9;
}

/*part2*/
.part2 {
    background: #fff;
    margin-bottom: 70px;
}
.p2Cont {

}

.p2Cont .swiper-container {
    width:100%;
    height:450px;
    float: left;
}

.p2Cont .swiper-container .swiper-wrapper {

}

.p2Cont .swiper-container .swiper-slide {
    width: 330px;
    position: relative;
    height: 450px;
}
.p2Cont .slideDiv{
    width: 330px;
    display: block;
    position: relative;
    padding-top: 32px;
}
.p2Cont .slideDiv:after, .p2Cont .slideDiv:before{
    content: '';
    display: block;
    clear: both;
}
.p2Cont .slideDiv img{
    display: block;
    position: relative;
    z-index: 1;
}
.p2Cont .pagination {
    bottom: 10px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
}
.p2Cont .swiper-pagination-switch {
    margin:0 5px;
    width:12px;
    height:12px;
    cursor:pointer;
    display:inline-block;
    background: #aaaaaa;
    border-radius: 100%;
}
.p2Cont .swiper-active-switch {
    width:32px;
    height:12px;
    border-radius: 6px;
    background:#de2986;
}
.p2Cont .imgBox{
    width: 302px;
    margin: auto;
    position: relative;
}
.p2Cont .swiper-slide .imgBox:after{
    content: '';
    display: block;
    clear: both;
    width: 90%;
    height: 100%;
    border:2px solid #de2986;
    z-index: 0;
    position: absolute;

    top: 30px;
    left: -10px;
}
.p2Cont .swiper-slide.swiper-slide-active .imgBox:after{
    width: 100%;
    height: 100%;
    top: -2px;
    left: -2px;
}
.p2Cont .swiper-slide .del{
    display: none;
}
.p2Cont .swiper-slide.swiper-slide-active .del{
    background: #000;
    padding: 15px 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.p2Cont .swiper-slide .del h3{
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: relative;
}
.p2Cont .swiper-slide .del h3:after,
.p2Cont .swiper-slide .del h3:before{
    content: '';
    display: block;
    clear: both;
    background: url("../img/p2-line.png") no-repeat left center;
    width: 70px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.p2Cont .swiper-slide .del h3:after{
    background-position: 0 0;
    left: 0;
}
.p2Cont .swiper-slide .del h3:before{
    background-position: right 0;
    right: 0;
}
.p2Cont .swiper-slide .del p{
    font-size: 14px;
    color: #de2986;
    padding: 10px 20px;
}

.p2Cont .swiper-slide .imgBox .p2Tit{
    position: absolute;
    background: #fff;
    font-size: 22px;
    color: #333;
    bottom: -50px;
    left: 140px;
    z-index: 4;
    padding: 0 10px;
}
.p2Cont .swiper-slide.swiper-slide-active .imgBox .p2Tit{
    display: none;
}
.p2Cont .swiper-slide .imgBox{
    float: right;
}
.p2Cont .swiper-slide.swiper-slide-active .imgBox{
    margin-top: -30px;
}

/*part3*/
.part3{
    border-bottom: 1px solid #ededed;
    padding-bottom: 140px;
}
.p3Cont{
    padding-top: 60px;
}
.part3 .p3Ul{}
.part3 .p3Ul li{
    width: 33.33%;
    float: left;
    height: 530px;
    position: relative;
}
.part3 .p3Ul li.li_1{
    background: #eee;
    padding: 85px 30px 0 50px;
}
.part3 .p3Ul li.li_2{
    background: #484dab;
    padding: 160px 50px 0;
}
.part3 .p3Ul li.li_2:after, .part3 .p3Ul li.li_2:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 1px;
    height: 120px;
    background: #fff;
    left: 50%;
}
.part3 .p3Ul li.li_2:after{
    top: 20px;
}
.part3 .p3Ul li.li_2:before{
    bottom: 40px;
}
.part3 .p3Ul li.li_3{
    background: #eee;
    padding: 320px 30px 0;
}
.part3 .p3Ul .cont h3{
    font-size: 25px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}
.part3 .p3Ul .cont p{
    text-align: justify;
}
.part3 .p3Ul .cont1 h3{
    text-align: right;
}
.part3 .p3Ul .cont3{

}
.part3 .p3Ul .cont2{
   color: #fff;
    position: relative;
}
.part3 .p3Ul .cont2:after, .part3 .p3Ul .cont2:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -12px;
}
.part3 .p3Ul .cont2:after{
    top: -20px;
}
.part3 .p3Ul .cont2:before{
    bottom: -30px;
}
.part3 .p3Ul .cont2 > p{
    font-size: 42px;
    color: #fff;
    text-align: center;
}
.part3 .p3Ul .cont2 > p >span{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.part3 .p3Ul .cont2 >span{
    background: #fff;
    font-size: 26px;
    color: #484dab;
    text-align: center;
    display: block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
}
.part3 .p3Ul li .img{
    width: 280px;
    height: 280px;
    position: absolute;
    border: 10px solid #fff;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;


}
.part3 .p3Ul li.li_1 .img{
    -moz-animation: p3Animate 2s infinite alternate;
    -webkit-animation: p3Animate 2s infinite alternate;
    animation: p3Animate 2s infinite alternate;
}
.part3 .p3Ul li.li_3 .img{
    -moz-animation: p3Animate 1.5s infinite alternate;
    -webkit-animation: p3Animate 1.5s infinite alternate;
    animation: p3Animate 1.5s infinite alternate;
}
@keyframes p3Animate {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(14px);
    }
}

.part3 .p3Ul li .img>img{
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.part3 .p3Ul li.li_1 .img{
     left: 80px;
     bottom: -40px;
 }
.part3 .p3Ul li.li_3 .img{
    left: 30px;
    top: -40px;
}
.part3 .p3Ul li .img:hover > img{
    transform: scale(1.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*part4*/
.part4{
    padding-bottom: 70px;
    background: url("../img/videoBG.jpg") no-repeat center bottom;
    background-size: 100% auto;
    height: 658px;
}
.p4Cont{
    padding-top: 30px;
    height: 500px;
}
.p4Cont li{
    float: left;
    width: 33%;
    background: #222222;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p4Cont li > img{
    opacity: 0.2;
    width: 100%;
    display: block;
}
.p4Cont li.act{
    border: 15px solid #de2986;
    margin-top: -10px;
    width: 34%;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p4Cont li iframe{
    opacity: 0.17;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p4Cont li.act iframe{
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
