@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;
    background: #f2eef6;
}

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*/
.banner_s{
    background: url("../img/banner1.jpg")no-repeat center;
    height: 640px;
}

/*导航*/
.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);
}
.phone{
    float: right !important;
    margin-top: -8px;
    padding: 0 5px;
    height: 38px;
    text-indent: 35px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    background: url(../img/phone.png) no-repeat 5px center;
    /* border: 1px solid #34ff94; */
    border-radius: 30px;
    margin-right: 0px;
    width: 180px !important;
}
.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: 0.8;
    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 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: 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 */
/*表单*/
.part7 {
    width: 100%;
    height: 672px;
    overflow: hidden;
    background: url("../img/form-bg.jpg") no-repeat center;
}
.p7Cont{
    background: url("../img/form-di.png") no-repeat left;
    height: 520px;
    margin-top: 91px;
}

.p7Cont .form{
    width: 580px;
    float: left;
}
.p7Cont .form form {

    margin-left:234px;
    width: 360px;

}
.p7Cont .form h3 {
     margin-top: 50px;
     margin-left: 180px;
     font-size: 26px;
     line-height:33px;
     text-align: right;
     color: #fff;
     width: 300px;
    margin-bottom: 35px;
    display: block;
    height: 70px;

 }
.p7Cont .form h3 span {
    display: block;
    font-size: 15px;
}
.p7Cont .form form p.n{
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.p7Cont .form form p.n span{
    font-size: 14px;
}
.p7Cont .form input[type="text"] {
    margin-top: 7px;
    width: 247px;
    height: 51px;
    display: block;
    text-indent: 50px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 8px;
}

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

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

.p7Cont .form-btn {
    margin-top: 36px !important;
    margin-left: -38px;

}

.p7Cont .form-btn .btn1 {
    float: left;
    width: 170px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;


}

.p7Cont .form-btn input[type="submit"] {
    float: left;
    width: 198px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #ff8400;
    cursor: pointer;
    text-align: center;
/*    border: none;*/
    margin-left: 10px;

    background: none;

}
input::-webkit-input-placeholder {
          /* placeholder颜色  */
           color: #aab2bd;
            /* placeholder字体大小  */
           font-size: 12px;
            /* placeholder位置  */
           text-align: left;
     }
/*滚动*/
.gd{ width:274px; float: left; margin-top:90px; margin-left: 25px;}
.bcon{ width:270px;}
.bcon h2{  padding:0 10px; color: #ff8400;font-size: 22px; text-align: center; margin-bottom: 8px;}

.list_lh{ height:300px; overflow:hidden;}
.list_lh li{  height: 44px;line-height: 44px; border-bottom: 1px solid #ededed;padding-top: 10px;}
.list_lh li.lieven{ background:#F0F2F3;}
.list_lh li p{ height:24px; line-height:24px;}
.list_lh li p a{ float:left;display: block; font-size: 15px; color: #666;}
.list_lh li p a.g1{ width:76px;}
.list_lh li p a.g2{ width:140px;}
.list_lh li p a.g3{ width:50px;}
.btn_lh:hover{ color:#fff; text-decoration:none;}





.globalDiv {
    background: #fff;
}


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

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

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

/* 标题 */

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

/*以下是单独样式*******************************************************************************/

.part1 {
    background: #fff;
    padding-bottom: 50px;
}
.p1Cont {

}
.p1Cont h2{
    color: #e13b90;
    font-size: 24px;
    margin-bottom: 32px;
}
.p1Cont h2 {
    background: url("../img/icon.jpg") no-repeat left top;
    padding-left: 50px;
    height: 40px;
}
.p1Cont h2 a{
    color: #999;
    font-size: 20px;
}
.p1Cont .picBox{
    margin: 0 -12px 40px;
}
.p1Cont .picBox li{
    width: 25%;
    float: left;
    padding: 12px;
}
.p1Cont .picBox li a{
    display: block;
    position: relative;
    width: 235px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.p1Cont .picBox li a img{
    width: 100%;
    display: block;
}
.p1Cont .picBox li a .pop{
    width: 100%;
    position: absolute;
    bottom: -75px;
    left:0;
    background: #e13b90;
    height: 75px;
    padding: 10px 15px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.p1Cont .picBox li a:hover .pop{
    bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.p1Cont .picBox li a .pop p{
    color: #fff;
    font-size: 16px;
    padding-bottom: 3px;
}
.p1Cont .picBox li a .pop p span.sp1{

}



.globalDiv{
    background: #fff;
}

/*part6*/
.part6{
    background: #f7f7f7;
    padding-bottom: 60px;
}
.part6 .p6Cont {

}

.part6 .p6Cont li {
    width: 235px;
    float: left;
    margin-right: 19px;
    cursor: pointer;
    height: 250px;
}

.part6 .p6Cont li > div {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 230px;
    overflow: hidden;
    background: #fff;
}
.part6 .p6Cont li > div > img {
    width: 100%;
    height: auto;
}

.part6 .p6Cont li > div .del {
    padding: 0 10px;
}

.part6 .p6Cont li > div .del h3 {
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
}

.part6 .p6Cont li > div .del p {
    font-size: 15px;
    color: #999;
    padding: 10px 0 25px;
}
.part6 .p6Cont li > div .del span {
    display: block;
    font-size: 14px;
    color: #de2986;
}
.part6 .p6Cont li.act > div, .part6 .p6Cont li:hover > 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;
    margin-top: -10px;
}
.videoBg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.videoDiv{
    position: fixed;
    width: 672px;
    height: 640px;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -390px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    padding: 60px 30px 40px;
    border-radius: 8px;
    display: none;
}
.videoDiv .link_a{
    margin-top: 20px;
}
.videoDiv .closeVideo{
    position: absolute;
    top: 15px;
    right: 30px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
.videoDiv > div{
    display: none;
}