<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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%;
}

#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: none;
    display: block \0;
}

#banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

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

.part1 {
    background: #fff;
    padding-top: 1px;
    padding-bottom: 70px;
}

.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 10px;
    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: 234px;
    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: 84px;
    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: 150px;
    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;
}

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

/*part1*/
.p1Cont{
    height: 400px;
    position: relative;


}
.p1Cont:after{ content: ''; width: 660px; height: 220px;background:#f5f5f5; position: absolute; right: 0; top:162px; z-index: -1;}
.p1Cont .swiper-container{
    width: 985px;
    height: 400px;
    float: left;

}

.p1Cont .swiper-slide {
    position: relative;width: 100%;height: 400px;
    overflow: hidden;
    cursor: pointer;}



.p1Cont .arrow-left {
    background: url(../img/arrows1.png) no-repeat left top;
    position: absolute;
    left:360px;
    top: 44%;

    width: 8px;
    height: 17px;
    z-index: 2;
}
.p1Cont .arrow-right {
    background: url(../img/arrows1.png) no-repeat left bottom;
    position: absolute;
    left: 420px;
    top: 44%;

    width: 8px;
    height: 14px;
    z-index: 2;
}
.p1Cont .pagination{
    top:42.8%;
    left: 37%;
    width: 50px;
    z-index: 20;
    text-align: center;
    position: absolute;
    height: 20px;



}
.p1Cont  .swiper-pagination-switch {
    width:10px;
    height:10px;
    cursor:pointer;
    display:inline-block;
    background:#333;
    opacity: 0.3;
    filter: Alpha(opacity = 30);
    border: 1px solid #333;
    border-radius: 50%;
    margin: 0 2px;
}
.p1Cont  .swiper-active-switch {
    background:#de2986;
    width:11px;
    height: 11px;
    opacity:1;
    filter: Alpha(opacity = 100);
    border: 1px solid #de2986;
}
.p1Cont .more-1{position: absolute; right: 20px; top: 44%; font-size: 14px; color: #333; display: block;z-index: 10;}
.p1Cont .bt1{ width: 323px; text-align: center; position: absolute; left:46%; top: 35px;}
.p1Cont .bt1 .bt1-line{border: 1px solid #de2986;}
.p1Cont .bt1 .bt1-1{ width: 255px; font-family: "Source Han Sans CN Light";font-size: 22px; color: #ccc; line-height: 2.1rem;background-color: #fff; padding: 0 10px;
    position: absolute; top: -20px; left: 11%;letter-spacing:0.03rem}
.p1Cont .bt1 .bt1-2{font-size: 24px; color: #333; margin-top: 40px;}

/*图片内容向上滑出*/
.p1Cont .box-2{ float: left;display: inline-block; height: 190px; overflow: hidden; position: relative;top:210px;}
.p1Cont .box1{
    position: relative;
    width: 251px;
    float: left;

}
.p1Cont .box2{
    position: relative;
    width: 365px;
    height: 190px;
    float: left;
    display: block;


}
.p1Cont .box .shu{
    position: relative;
}

.p1Cont .box .shu p{
    position:relative;
}
.p1Cont .box .shu h3,.p1Cont .box .delete h3{
    position: absolute;
    top: 78%;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 2.4rem;
    filter: Alpha(opacity = 1); opacity: 1; transition: all 0.4s ease-out;
    text-align: right;
}
.p1Cont .box .shu h3 span,.p1Cont .box .delete h3 span{
    font-size:16px;font-weight: normal;
}
.p1Cont .box:hover .shu h3{
    position: absolute;
    filter: Alpha(opacity = 0); opacity: 0; transition: all 0.4s ease-out;
}
.p1Cont .box1 .delete{
    width: 100%;
    height: 400px;
    position: absolute;
    top:400px;
    display: block;
    background: rgba(222,41,134,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#de2986,endColorstr=#de2986);/*兼容ie8透明背景*/
    transition: all 0.4s ease-in-out;

}
.p1Cont .box .delete h3{
    position: absolute;
    top: 25%;
    text-align: right;
}
.p1Cont .box1 .delete p{
    position: absolute;
    top:200px;
    font-size:16px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    color: #fff;
}
.p1Cont .box1:hover .delete,.p1Cont .box2:hover .delete{
    position: absolute;
    top:0;
    transition: all 0.4s ease-out;
}
.p1Cont .box2 .shu h3{
    position: absolute;
    top: 12%;

}
.p1Cont .box2 .delete{
    width: 100%;
    height: 190px;
    position: absolute;
    top:190px;
    display: block;
    background: rgba(222,41,134,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#de2986,endColorstr=#de2986);/*兼容ie8透明背景*/
    transition: all 0.4s ease-in-out;

}
.p1Cont .box2 .delete h3{
    position: absolute;
    top: 12%;
}
.p1Cont .box2 .delete p{
    position: absolute;
    top:90px;
    font-size:16px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    color: #fff;
}

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

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

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

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

.centerFrom .left img &gt; 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: 45px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.3;
}
.centerFrom .right h3 span{ font-size: 40px;}
.centerFrom .right p {
    font-size: 30px;
    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;
}

/*part2*/
.part2{}

.p2Cont{ position:relative; height:760px;}

.p2Cont .box1{ position: absolute; width: 382px; height: 469px; color: #fff; z-index: 1; overflow: hidden;}

.p2Cont .box1&gt;img{ position: absolute; left: 32px;}

.p2Cont .box1 h3{ position: absolute;left: 63px; top: 90px; font-size: 35px; font-family:Arial;line-height: 3rem;}

.p2Cont .box1 h3 span{font-size: 20px;}

.p2Cont .box1 .com{ position: absolute; top: 190px; left: 0; background: url("../img/des1_01.png") no-repeat left; width: 300px; height: 100px;}

.p2Cont .box1 .com p{ width: 208px;font-size: 18px; margin:20px 0px 0px 60px;}

.p2Cont .box1:after{ content: ''; background-color: #f5f5f5; width: 340px; height: 459px; position: absolute; left: 44px; top: 10px;z-index: -1;}

.p2Cont .box1:before{ content: ''; background-color: #f5f5f5; width: 340px; height: 459px;
    position: absolute; left: 44px; top: 10px;z-index:0; transition: all 0.4s ease-out;animation: myfirst-go 0.4s;}
.p2Cont .box1:hover:before{ content: ''; background-color: #de2986; width: 340px; height: 459px;
    position: absolute; left: 44px; top: 10px;z-index:0; transition: all 0.4s ease-out;animation: myfirst 0.4s;}
@keyframes myfirst
{
    from {top:459px;left:340px;}
    to {top:10px;left:44px;}
}
@keyframes myfirst-go
{
    from { top:10px;left:44px;}
    to {top:459px;left:340px;}
}

.p2Cont .box2{position: absolute; left: 412px; top: 0; z-index: 3; width: 251px; height:309px; z-index: 2;overflow: hidden;}

.p2Cont .box2&gt;img,.p2Cont .box4&gt;img{ position: absolute;}

.p2Cont .box2:after{ content: ''; background-color: #f5f5f5; width: 241px; height: 299px; position: absolute; left: 10px; top: 10px;z-index: -1;}

.p2Cont .box2:before{ content: ''; background-color: #f5f5f5;width: 241px; height: 299px;
    position: absolute; left: 10px; top: 10px;z-index:0; transition: all 0.4s ease-out;animation: myfirst-box2 0.4s;}

.p2Cont .box2:hover:before{ content: ''; background-color: #de2986; width: 241px; height: 299px;
    position: absolute; left: 10px; top: 10px;z-index:0; transition: all 0.4s ease-out;animation: myfirst-box2-1 0.4s;}
/*.p2Cont .box1:hover{z-index: 3;}*/

@keyframes myfirst-box2-1
{
    from {top:299px;left:241px;}
    to {top:10px;left:10px;}
}
@keyframes myfirst-box2
{
    from { top:10px;left:10px;}
    to {top:299px;left:241px;}
}

.p2Cont .box3{position: absolute; left: 330px; top: 368px; width: 250px; height: 330px; z-index: 2;}

.p2Cont .box3:after{ content: ''; width: 240px; height: 320px;}

.p2Cont .box3:before{ content: ''; width: 240px; height: 320px;animation: myfirst-box3 0.4s;}

.p2Cont .box3:hover:before{ content: ''; width: 240px; height: 320px;animation: myfirst-box3-1 0.4s;}
/*.p2Cont .box1:hover{z-index: 3;}*/

@keyframes myfirst-box3-1
{
    from {top:320px;left:290px;}
    to {top:10px;left:10px;}
}
@keyframes myfirst-box3
{
    from { top:10px;left:10px;}
    to {top:320px;left:240px;}
}


.p2Cont .box4{ position: absolute; left: 615px; top:178px; width: 383px; height: 450px; color: #fff; z-index:3; transition: all 0.2s ease-in;}

.p2Cont .box4&gt;img{ box-shadow: 5px 10px 40px #6c6c6c; transition: all 0.4s ease-in;}
.p2Cont .box4 h3{ position: absolute;right: 65px; top: 38px; font-size: 35px; font-family:Arial;line-height: 3rem; text-align: right;}

.p2Cont .box4 h3 span{font-size: 20px;}

.p2Cont .box4 .com{ position: absolute; top: 133px; right: 0; background: url("../img/des2_02.png") no-repeat center; width: 300px; height: 100px; text-align: right;}

.p2Cont .box4 .com p{ width: 208px;font-size: 18px; margin:20px 0px 0px 30px;}

.p2Cont .box4:hover img{ box-shadow: 15px 15px 20px #888;transform: scale(0.98); transition: all 0.4s ease-out;}

.p2Cont .box-nr{ position: absolute; top: 490px; left: 30px; width: 270px;}


.p2Cont .box-nr h3{ font-size: 35px; font-family:Arial;line-height: 3.5rem; color: #ddd;}

.p2Cont .box-nr h3 span{font-size: 20px; color: #de2986; font-weight: bold;}

.p2Cont .box-nr p{ width: 250px;font-size: 16px; color: #999; margin-top: 15px;}

.p2Cont .box-nr a{ color: #de2986; text-decoration:underline; display: block; margin-top: 25px;}

.p2Cont .box-nr1{  position: absolute; top: 0px; left:695px; border-right: 3px solid #de2986; padding-right: 35px;}


.p2Cont .box-nr1 h3{text-align: right;}

.p2Cont .ji-you{position: absolute;top: 665px;right:35px;width: 140px; height: 26px; line-height: 26px; font-size: 13px; color: #fff; text-align: center; background-color: #4375b9;}


/*part3*/
.part3{ background: url("../img/p3bg_10.jpg") no-repeat; padding-bottom: 69px;}

.p3Cont .box&gt;div{ width: 165px; height: 165px; overflow: hidden;position: relative; float: left; color: #fff; margin-bottom: 1px;cursor: pointer;}

.p3Cont .box&gt;div.tu p{ position: absolute;top:0; width:100%; height: 165px;padding:40px 25px 0; overflow:hidden;
    transform: rotateY(90deg); transition: all 0.2s; z-index: 3; opacity: 0;filter: alpha(opacity=0);
    font-size: 16px;
    background: rgba(51,51,51,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333,endColorstr=#333);/*兼容ie8透明背景*/}

.p3Cont .box&gt;div.tu:hover p{ transition: 0.3s; cursor:pointer; transform: rotateY(0deg); opacity: 1;filter: alpha(opacity=100);}

.p3Cont .box&gt;div.biao{ background-color:#de2986;font-size: 18px;}

.p3Cont .box&gt;div.biao p{ margin-top: 110px; text-align:center;}

.p3Cont .box&gt;div.biao:before{ content: ''; margin: 37px 0px 0px 52px; width: 58px; height: 55px; background: url("../img/tub.png") no-repeat left center;
    position: absolute; display: block;
    transition: 0.3s; cursor:pointer; transform: rotateY(360deg); opacity: 1;filter: alpha(opacity=100); /*border: 1px solid #fff;*/}

.p3Cont .box&gt;div:hover.biao::before{ transition: 0.3s ease-out; cursor:pointer; transform: rotateY(180deg); opacity: 1;filter: alpha(opacity=100);}

.p3Cont .box&gt;div.biao:before{background-position-y: -22px;}

.p3Cont .box&gt;div.biao1:before{ background-position-x:-20px;}

.p3Cont .box&gt;div.biao2:before{ background-position-x:-122px;}

.p3Cont .box&gt;div.biao3:before{ background-position-x:-225px;}

.p3Cont .box&gt;div.biao4:before{ background-position-x:-330px;}

.p3Cont .box&gt;div.biao5:before{ background-position-x:-425px;}

.p3Cont .box&gt;div.biao6:before{ background-position-x:-523px;}

.p3Cont .box&gt;div.biao7:before{ background-position-x:-625px;}

.p3Cont .box{ position: relative;}

.p3Cont .box1{ left: 332px;}

.p3Cont .box3{ left: 166px;}

.p3Cont .box1 .tu:after{ content: ""; width: 11px; height: 20px;  background: url("../img/you1.png") no-repeat center;
    display: block; position: absolute;top: 45%; right: -1px;}

.p3Cont .box2 .tu:after,.p3Cont .box3 .tu:after{ content: ""; width: 11px; height: 20px;  background: url("../img/zuo1.png") no-repeat center;
     display: block; position: absolute;top: 45%; left: -1px;}










/*part4*/

.part4{ padding-bottom: 69px;}

.p4Cont{ height: 560px;}

.p4Cont .box{ position: absolute; color: #fff; cursor:pointer; overflow: hidden;}

.p4Cont .box2{ top:239px;}

.p4Cont .box3{ top:0px; left: 350px;}

.p4Cont .box4{ top:0px; left: 670px;}

.p4Cont .box5{ top:332px; left: 670px;}


.p4Cont .box&gt;img{ position: absolute;}

.p4Cont .box&gt;div{ position: absolute;transition:all 0.3s ease-out;}

.p4Cont .box3&gt;div.show .ck{ font-size: 18px; text-align: center; margin-top: 145px;}

.p4Cont .box&gt;div.show{ width: 100%;transition:all 0.3s ease-out; top: 0%;
    background: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);/*兼容ie8透明背景*/}

.p4Cont .box&gt;div.show:before{ content: '';width: 113px; height:92px; background: url("../img/tub.png") no-repeat left center;
    position: absolute; display: block;transition: 0.3s;}
.p4Cont .box&gt;div.show:before{background-position-y: -133px}



.p4Cont .box1&gt;div.show:before{ background-position-x:-0px; margin: 6% 0% 0% 33%;}
.p4Cont .box2&gt;div.show:before{ background-position-x:-405px; margin: 26% 0% 0% 32%;}
.p4Cont .box3&gt;div.show:before{ background-position-x:-125px; margin: 52% 0% 0% 31%;}
.p4Cont .box4&gt;div.show:before{ background-position-x:-274px; margin: 26% 0% 0% 32%;}
.p4Cont .box5&gt;div.show:before{ background-position-x:-535px; margin: 6% 0% 0% 33%;}



.p4Cont .box&gt;div.show h4{ font-size: 20px; text-align: center;font-weight: bold;}
.p4Cont .box1&gt;div.show h4{ margin-top: 40%;}
.p4Cont .box2&gt;div.show h4{ margin-top: 58%;}
.p4Cont .box3&gt;div.show h4{font-size: 30px; margin-top: 92%;}


.p4Cont .box&gt;div.hide{ width: 100%;transition:all 0.5s ease-out;
    background: rgba(222,41,134,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66de2986,endColorstr=#66de2986);/*兼容ie8透明背景*/}

.p4Cont .box&gt;div.hide h4{ font-size: 24px; text-align: center;font-weight: bold;}
.p4Cont .box1&gt;div.hide h4{ margin-top: 30%;}
.p4Cont .box2&gt;div.hide h4{ margin-top: 40%;}
.p4Cont .box3&gt;div.hide h4{ font-size: 32px; margin-top: 80%;}


.p4Cont .box&gt;div.hide p{ font-size: 16px; text-align: center; width: 230px; margin: 0px auto;}
.p4Cont .box2&gt;div.hide p{ margin-top: 10px;}
.p4Cont .box3&gt;div.hide p{ margin-top: 30px;}


.p4Cont .box&gt;div.hide{ top: 100%;transition:all 0.5s ease-out;}

.p4Cont .box&gt;div.hide:before{ content: ''; width: 113px; height:92px; background: url("../img/tub.png") no-repeat left center;
    position: absolute; display: block;
    transition: 0.5s; transform: scale(0.9);}
.p4Cont .box&gt;div.hide:before{background-position-y: -133px;}

.p4Cont .box1&gt;div.hide:before{ background-position-x:-0px; margin: 6% 0% 0% 33%;}
.p4Cont .box2&gt;div.hide:before{ background-position-x:-405px; margin: 12% 0% 0% 33%;}
.p4Cont .box3&gt;div.hide:before{ background-position-x:-125px; margin: 40% 0% 0% 30%;}
.p4Cont .box4&gt;div.hide:before{ background-position-x:-274px; margin: 12% 0% 0% 33%;}
.p4Cont .box5&gt;div.hide:before{ background-position-x:-535px; margin: 6% 0% 0% 33%;}







.p4Cont .box:hover .show{ top:-100%;transition:all 0.4s ease-out;}
.p4Cont .box:hover .hide{ top: 0%;transition:all 0.4s ease-out;}




.p4Cont .box1{ width: 329px; height: 220px;}
.p4Cont .box2{ width: 329px; height: 313px;}
.p4Cont .box3{ width: 302px; height: 550px;}
.p4Cont .box4{ width: 329px; height: 313px;}
.p4Cont .box5{ width: 329px; height: 220px;}


.p4Cont .box1&gt;div.show,.p4Cont .box1&gt;div.hide{ height: 220px;}
.p4Cont .box2&gt;div.show,.p4Cont .box2&gt;div.hide{ height: 313px;}
.p4Cont .box3&gt;div.show,.p4Cont .box3&gt;div.hide{ height: 550px;}















.p4Cont .box .jt-top {
    position: relative;
}
.p4Cont .box1 .jt-top {top:10%;}
.p4Cont .box2 .jt-top {top:20%;}
.p4Cont .box3 .jt-top {top:4%;}

.p4Cont .box .jt-top a {
    cursor: pointer;
}
.p4Cont .box .jt-top em {
    position: absolute;
    left: 45.5%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
    display: block;
}
.p4Cont .box .jt-top em img {
    animation: jt_img 1s infinite;
    transform: translateY(-8px);
}

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

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

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

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



/* 认证 */

.renzheng_c .renzheng_swiper_s .swiper-slide .content, .renzheng_c .renzheng_swiper_s .swiper-slide .content p{
    box-sizing: border-box;
    -ms-box-sizing: border-box; }


.renzheng {
    padding-top: 1px;
    padding-bottom: 70px;
    position: relative;
    background: #f7f7f7; }
.renzheng .biaoti {
    position: relative;
    z-index: 5; }
.renzheng .tit{position: relative; z-index: 6;}
.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 &gt; 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 &gt; 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; }


















































/*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 &gt; 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 &gt; div &gt; img {
    width: 100%;
    height: auto;
}

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

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

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

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

.part8 .p8Cont li.act &gt; 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 &gt; 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 &gt; img {
    width: 100%;
    height: auto;
    display: block;
}

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

.shangshi_c .shangshi_c_s .content &gt; 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: 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;
}

/*小球*/
.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: 500;
    width: 100%;
    transition: all 0.5s;
}

.suan.true {
    bottom: 0;
}

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

.suan &gt; .title p {
    height: 44px;
    font-size: 25px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

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

.suan &gt; .title &gt; .xiaoren {
    position: absolute;
    bottom: -6px;
    margin-left: 140px;
}

.suan &gt; .title &gt; .jiantou {
    width: 20px;
    height: 30px;
    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 &gt; p &gt; span {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

.suan_z .fenlei &gt; span &gt; 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 &gt; span &gt; i.true &gt; em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

.suan_z .fenlei &gt; p &gt; 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 &gt; p &gt; i.true &gt; em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

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

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

.suan_y &gt; p &gt; span {
    color: #de2986;
}

.suan_y &gt; 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 &gt; form {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    margin-left: -175px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
}

.tan_form &gt; form &gt; span {
    cursor: pointer;
}

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

.tan_form &gt; form &gt; 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 &gt; form &gt; 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 &gt; form &gt; 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);
    }
}




</pre></body></html>