﻿/*part1*/
.part1 {
    width: 100%;height:550px;
    background:url("img/p1-bg.jpg") no-repeat bottom center;
    overflow: hidden;
}
.part1Con{
    height:100%;
    background: url(img/p1-con.jpg) no-repeat top center;
}
.part1Con .text{
    color: #fffefe;
    font-size: 20px;
    line-height: 32px;
    padding-top: 42px;
    padding-left: 204px;
    padding-right: 144px;
}
/*part2*/
.box_hd h2{color: #000; font-size: 50px; text-align: center; padding-top: 40px; padding-bottom: 16px;}
.box_hd .p{color: #000; font-size: 24px; text-align: center;}
/*为什么选P2*/
.box4{width: 100%; height: 680px; margin: 0 auto; background: url(img/003.jpg) no-repeat center center;}
.box4 .box_In{width: 1200px; margin: 0 auto;}
.box4 .box_In ul{width: 1040px; margin: 0 auto; overflow: hidden;} 
.box4 .box_In ul li{height: 160px; position: relative;box-sizing:content-box;}
.box4 .box_In ul .li1{float: left; width: 400px; padding-top: 30px;}
.box4 .box_In ul .li2{float: right; width: 280px; padding-top: 30px;}
.box4 .box_In ul li h3{font-size: 24px; display: inline-block;line-height: 56px; padding-left: 38px;}
.box4 .box_In ul li img{position: absolute; top: 46px;}
.box4 .box_In ul li p{width: 280px; font-size: 20px; line-height: 30px;}


/*项目经理*/
.box5{width: 100%; height: 828px; margin: 0 auto; background: url(img/004.jpg) no-repeat center center;}
.box5_main{width: 1176px; margin: 0 auto;}
.box5 .box_hd h2{color: #fff;}
.box5 .box_hd h2 span{color: #ffff00;}
.box5 .box_hd .p{color: #fff;}
.box5_main{width: 1052px; margin: 0 auto; padding-top: 56px;}
.box5_main .main_l{width: 372px; text-align: right; color: #fff; font-size: 22px; line-height: 42px; float: left;}
.box5_main .main_l .p9{padding-bottom: 172px;}
.box5_main .main_r{width: 420px; float: right; color: #fff; font-size: 22px; line-height: 42px; text-align: left;}
.box5_main .main_r .p11{padding-bottom: 172px;}

/*管理者*/
/*.box6{width: 100%; height: 710px; margin: 0 auto; background: url(img/005.jpg) no-repeat center center; position: relative;}*/
.box6 .box_hd{ width: 1200px; margin: 0 auto;}
.box6 .box_hd span{display: block; width: 40px; height: 4px; background: #6786f2; margin: 0 auto; position: absolute; top: 110px; margin-left: 580px;}
.box6_main{width: 1114px; margin: 0 auto; margin-top: 46px; overflow: hidden;}
.box6_main .one{width: 556px;height: 180px; border-right: 1px solid #C8C8C8; border-bottom: 1px solid #C8C8C8; float: left;}
.box6_main .one img{display: inline-block; float: left; padding-right: 26px;}
.box6_main .one h3{color: #d80000; font-size: 24px; line-height: 34px; display: inline-block; margin-top: 14px;}
.box6_main .one span{font-size: 26px; font-weight: bold; display: inline-block; width: 34px; height: 34px; background: #D80000; border-radius: 17px; color: #fff; text-align: center; line-height: 33px; margin: 14px 10px 0 0;} 
.box6_main .one p{width: 354px; font-size: 22px; display: inline-block; line-height: 36px; padding-top: 16px;}

.box6_main .two{width: 556px;height: 180px; border-bottom: 1px solid #C8C8C8; float: left;}
.box6_main .two img{display: inline-block; float: right;}
.box6_main .two h3{color: #ff6a1d; font-size: 24px; line-height: 34px; display: inline-block; margin-top: 14px;}
.box6_main .two span{font-size: 26px; font-weight: bold; display: inline-block; width: 34px; height: 34px; background: #ff6a1d; border-radius: 17px; color: #fff; text-align: center; line-height: 33px; margin: 14px 10px 0 26px;} 
.box6_main .two p{width: 354px; font-size: 22px; display: inline-block; line-height: 36px; padding-top: 16px; margin-left: 26px;}

.box6_main .three h3{color: #5699e5;}
.box6_main .three span{background: #5699e5;}

.box6_main .four h3{color: #66bc66;}
.box6_main .four span{background: #66bc66;}


/*part3*/
.part3 {
    width: 100%;height:800px;
    overflow: hidden;
    background:url(img/box2_bg.jpg) no-repeat center;
}
.part3Con{
    height:800px;
    position: relative;
}
.part3Con .p3{
margin: 20px 51px 0;
}
.part3Con .bg{
    display: block;
    width: 575px;
    height: 575px;
    position: absolute;
    top: 196px;
    left: 426px;

}
.part3Con .bg em{
    position: relative;
    display: block;
    width: 575px;
    height: 575px;
}
.part3Con .bg em::after{
    display: block;
content: "";
background: #fff;
position: absolute;
width: 550px;
height: 550px;
left: -93px;

top: -110px;
bottom: 0;
opacity: 0;
margin: auto;
border-radius: 50%;
transform: scale(1);
animation: 1s btn ease-in-out infinite;
}
@keyframes btn {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  @-webkit-keyframes btn {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
}

/*资料下载*/
.box9{width: 100%; height: 496px; margin: 0 auto; background: url(img/007.jpg) no-repeat center center;}
.box9_main{width: 700px; margin: 0 auto; position: relative;}
.freezl-inner {width: 110px;height: 486px; float: left; position: relative; left: 150px;}
.freezl-button {width: 110px;height: 52px;background: rgba(47,30,0,.5);border: 1px #fff;position: absolute;left: 77px;top: 350px;text-align: center;border-radius: 10px;}
.freezl-button a {display: block;width: 100%;height: 52px;line-height: 50px;color: #fff;font-size: 24px;text-align: center;letter-spacing: 5px;}
.freezl-button:hover {background: #ff6c00;}
.freezl-button1 {width: 100px; height: 30px;background: none; position: absolute; top: 178px;}
.freezl-button1 a {cursor: pointer;display: block; width: 100px; height: 30px; line-height: 30px; color: #fff; font-size: 18px; text-align: center; border: 1px solid #438eff; border-radius: 5px;}
.freezl-button1 a:hover {background: #438eff; border: none;}
.freezl-button2 {top: 223px;}
.freezl-button3 {top: 268px;}
.freezl-button4 {top: 312px;}
.freezl-button5 {top: 357px;}
.freezl-button6 {top: 401px;}

/*part6*/
.part6 {
  width: 100%;
  height:736px;
  background: url(img/p6-bg.jpg) no-repeat center;
}
.part6 .part6Con {
  height: 100%;
  width:1024px;
  background: url(img/p6-con.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
}
.part6 .part6_list{
    margin-top:65px;
}
.part6 .part6_p1{
    color: #3c80ef;
    font-size:18px;
    line-height:24px;
    font-weight: bold;
}
.part6 .part6_p2{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
}
.part6 .part6_op1{
    background:url(img/p6_icon_1.png) no-repeat left bottom;
    padding-top:3px;
    padding-left: 76px;
    margin-left:344px;
    padding-bottom:7px;
}
.part6 .part6_op1:hover{
    background:url(img/p6_icon2_1.png) no-repeat left bottom;
}
.part6 .part6_op1 .part6_p2{
    width:580px;
}
.part6 .part6_op2{
    background:url(img/p6_icon_2.png) no-repeat left 13px;
    padding-top:16px;
    padding-left:80px;
    margin-left:400px;
    padding-bottom:7px;
}
.part6 .part6_op2:hover{
    background:url(img/p6_icon2_2.png) no-repeat left 13px;
}
.part6 .part6_op2 .part6_p2{
    width:546px;
}
.part6 .part6_op3{
    background:url(img/p6_icon_3.png) no-repeat left top;
    padding-left:87px;
    margin-left:440px;
    padding-bottom:11px;
    margin-top: 16px;
}
.part6 .part6_op3:hover{
    background:url(img/p6_icon2_3.png) no-repeat left top;
}
.part6 .part6_op3 .part6_p2{
    width:496px;
}
.part6 .part6_op4{
    background:url(img/p6_icon_4.png) no-repeat left 26px;
    padding-top:34px;
    padding-left:80px;
    margin-left:436px;
    padding-bottom:7px;
}
.part6 .part6_op4:hover{
    background:url(img/p6_icon2_4.png) no-repeat left 26px;
}
.part6 .part6_op4 .part6_p2{
    width:498px;
}
.part6 .part6_op5{
    background:url(img/p6_icon_5.png) no-repeat left top;
    padding-top:9px;
    padding-left:83px;
    margin-left:404px;
    margin-top:16px;
    padding-bottom:7px;
}
.part6 .part6_op5:hover{
    background:url(img/p6_icon2_5.png) no-repeat left top;
}
.part6 .part6_op5 .part6_p2{
    width:537px;
}
.part6 .part6_op6{
    background:url(img/p6_icon_6.png) no-repeat left top;
    padding-top:10px;
    padding-left:82px;
    margin-top:2px;
    margin-left:324px;
    padding-bottom:7px;
}
.part6 .part6_op6:hover{
    background:url(img/p6_icon2_6.png) no-repeat left top;
}
.part6 .part6_op6 .part6_p2{
    width:596px;
}

/*part8*/
.part8 {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.part8Con{
    background: url(img/p8-con.jpg) no-repeat top center;
    height: 454px;
    width: 1044px;
    margin:0 auto;
    padding-top: 10px;
}
.part8Con ul{
width: 1100px;
}

.part8Con ul li{
    float: left;
    margin-right: 39px;
    width: 222px;
    height: 382px;
    position: relative;
}
.part8Con ul li h5{
    text-align: center;
    font:bold 24px/24px "Microsoft Yahei";
    color: #fff;
    width: 200px;
    margin: 40px 0 0 23px;
}
.part8Con ul li span{
    display: block;  
    font:16px/30px "Microsoft Yahei";
    color: #fff;
    width: 176px;
    margin: 13px 0 0 34px;
    text-align: center;
}
.part8Con ul .li1{
    background:url("img/p8_1bg.png") no-repeat center bottom;
}
.part8Con ul .li2{
    background:url("img/p8_2bg.png") no-repeat center bottom;
}
.part8Con ul .li3{
    background:url("img/p8_3bg.png") no-repeat center bottom;
}
.part8Con ul .li4{
    background:url("img/p8_4bg.png") no-repeat center bottom;
}
.part8Con ul .li1 img{
    position: absolute;
    bottom:42px;
    left: 19px;
    -webkit-animation:p3fu 2.5s linear infinite;
    -moz-animation:p3fu 2.5s  linear infinite;
    -o-animation:p3fu 2.5s  linear infinite;
}
.part8Con ul .li2 img{
    position: absolute;
    bottom:59px;
    left: 43px;
    -webkit-animation:p3fu 2.5s .5s linear infinite;
    -moz-animation:p3fu 2.5s .5s  linear infinite;
    -o-animation:p3fu 2.5s .5s  linear infinite;
}

.part8Con ul .li3 img{
    position: absolute;
    bottom:37px;
    left: 34px;
    -webkit-animation:p3fu 2.5s .8s linear infinite;
    -moz-animation:p3fu 2.5s .8s  linear infinite;
    -o-animation:p3fu 2.5s .8s  linear infinite;
}

.part8Con ul .li4 img{
    position: absolute;
    bottom:55px;
    left: 44px;
    -webkit-animation:p3fu 2.5s 1.1s linear infinite;
    -moz-animation:p3fu 2.5s 1.1s  linear infinite;
    -o-animation:p3fu 2.5s 1.1s  linear infinite;
}
@-webkit-keyframes p3fu{

    0%{transform:  translateY(0px);}
    50%{transform: translateY(10px);}
    100%{transform:translateY(0px);}

}
@-moz-keyframes p3fu{
    0%{transform:translateY(0px);}
    50%{transform: translateY(10px);}
    100%{transform:translateY(0px);}
}
@-o-keyframes p3fu{
    0%{transform:translateY(0px);}
    50%{transform: translateY(10px);}
    100%{transform:translateY(0px);}
}
