body{margin:0;font-size:12px;line-height:1; /*font-family:"Microsoft YaHei";*/}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:normal;font-size:12px;}
p,dl,dd{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
a{text-decoration:none;color:#333;}
i,em{ font-style:normal;}
strong,b{ font-weight:normal;}
img{border:none;vertical-align:bottom;}.clearfix{*zoom:1;} /*ie7?????????*/
.clearfix:after{content:""; display:block; clear:both; font-size:0; line-height:0;}
table{border-spacing:0;border-collapse:collapse;}
th,td{padding:0;text-align:left; vertical-align:top;}
input{border:none;background:none;outline:none;}
textarea{resize:none;}



body{
    overflow-x: hidden;
    min-width: 1200px;
    background: #fff}
.content{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.banner_top{
    height: 100px;

}
.banner_top .logo{
    float: left;
    width: 133px;
    margin: 34px 0 0 0;
}
.banner_top ul{
    height: 35px;
    float: left;
    margin: 47px 0 0 40px;
    padding-left: 15px;
}
.banner_top ul li{
    float: left;
    margin: 0 25px 0 0;
}
.banner_top ul li a{
    font-size: 18px;
    line-height: 18px;
    color: #454545; 
}
.banner_top ul li a:hover{
    color: #e94d19; 
}



.banner_top .top_tel{
    float: right;
    font-size: 18px;
    line-height: 25px;
    color: #e94d19; 
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}
.banner_top .top_tel img{
    vertical-align: top;
    margin: 0px 5px 0 0;
}
.banner_top .top_tel p{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
}




.banner{
    background: url('../images/banner.jpg') no-repeat center top;
    width: 100%;
    overflow: hidden;
}
.banner_in{
    position: relative;
    background: url('../images/banner_in.jpg') no-repeat center top;
    height: 600px; 

}

.banner a{
    display: block;
    width: 512px;
    height: 98px;
    background: url('../images/ban_btn.png') no-repeat center top;
    position: absolute;
    
    top: 396px;
    left: 377px;
    color: #fff;
    font-size: 28px;
    line-height: 98px;
    padding: 0 0 0 40px;
    width: 472px;
  }



  .banner_in>p{
    padding-top: 337px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-shadow: 0 0 15px #9f85ff;

  }
  .banner_in>p span{
font-weight: bold;
  }

.banner_in>p .kuang2{

animation: shan 1.5s  infinite;
-webkit-animation: shan 1.5s infinite;
-o-animation: shan 1.5s infinite;
-moz-animation: shan 1.5s infinite;
-ms-animation: shan 1.5s infinite;
}

    @keyframes shan
    {
    0% {filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
    }
    50% {filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    }
    100% {filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
    }
    }




.banner  form .ban_btn:hover{
    background: #0048ff;
    background: -moz-linear-gradient(right,  #0048ff 0%, #3d6fff 100%);
    background: -webkit-gradient(linear, left , right, color-stop(0%,#0048ff), color-stop(100%,#3d6fff));
    background: -webkit-linear-gradient(right,  #0048ff 0%,#3d6fff 100%);
    background: -o-linear-gradient(right,  #0048ff 0%,#3d6fff 100%);
    background: -ms-linear-gradient(right,  #0048ff 0%,#3d6fff 100%);
    background: linear-gradient(to right,  #0048ff 0%,#3d6fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0048ff', endColorstr='#3d6fff',GradientType=0 ); 
}

/* 11111111111 */

.part1{
    padding: 60px 0 68px 0;
    width: 100%; 
    background: url('../images/part1.jpg') no-repeat center bottom; 
}
.tit h3{
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #333;
}
.tit h3 span{
 font-weight: bold;
}
.tit p{
    font-weight: bold;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    color: #f9f8fd;
   
}
.tit img{
    display: block;
    margin: -40px auto 0;
}

.tit2 p{
    color: #f6f4fd;
}

.part1 .cont div{
    width: 1200px;
    height:170px ;
    box-shadow: 0 0 20px #e5e1f3;
    border-radius: 10px;
    margin: 30px 0 0 0;

}
.part1 .cont {
    margin-top:50px;
}
.part1 .cont dl dt{
    float: left;
    width: 220px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #7a5bff;

}
.part1 .cont dl dt img{
    display: block;
    margin: 15px auto 15px;
}


.part1 .cont dl dd{
    float: left;
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0 0px;
    width: 940px;
}
.part1 .cont dl dd span{
    font-size: 24px;
}

/* 22222222 */
.part2{
width: 100%;
    padding: 75px 0 60px 0;
    background: url('../images/part2.jpg') no-repeat center top; 
}

.part2 .cont{
    margin: 40px 0 0 0px;

}










.part2 .cont>div{
    float: left;
    width: 340px;
    height: 233px;
    background: url('../images/p2_1.png') no-repeat center top; 
    margin: 39px 0 0 0px;
    position: relative;
    /* overflow: hidden; */
}
.part2 .cont>.box2{
    background: url('../images/p2_2.png') no-repeat center top; 
    margin: 39px 90px 0px;
}

.part2 .cont>.box3{
    background: url('../images/p2_3.png') no-repeat center top; 
    margin: 53px 0 0 0px;
}
.part2 .cont>.box4{
    background: url('../images/p2_4.png') no-repeat center top; 
    margin: 53px 0 0 0px;
}
.part2 .cont>.box5{
    background: url('../images/p2_5.png') no-repeat center top; 
    margin: 53px 90px 0px;
}
.part2 .cont>.box6{
    background: url('../images/p2_6.png') no-repeat center top; 
    margin: 53px 0 0 0px;
}
.part2 .cont>.box7{
    background: url('../images/p2_7.png') no-repeat center top; 
    margin: 53px 0 0 0px;
}
.part2 .cont>.box8{
    background: url('../images/p2_8.png') no-repeat center top; 
    margin: 53px 90px 0px;
}
.part2 .cont>.box9{
    background: url('../images/p2_9.png') no-repeat center top; 
    margin: 5px 0 0 0px;
}
.part2 .cont>.box3 h5{
    font-size: 20px;
    color: #4c3f7a;
    font-weight: bold;
    margin: 85px 0 0 0;
}
.part2 .cont>.box3 p{
    font-size: 20px;
    color: #333;
    margin: 10px 0 0 130px;
}
.part2 .cont>.box6 h5{
    font-size: 20px;
    color: #815ffb;
    font-weight: bold;
    margin: 118px 0 0 0;
}
.part2 .cont>.box6 p{
    font-size: 20px;
    color: #333;
    margin: 10px 0 0 130px;
}
.part2 .cont>.box9 p{
    font-size: 20px;
    color: #333;
    margin: 183px 0 0 127px;
}





.part2 .cont>div h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 170px 0 0 0;
}





.part2 .cont div img{
 position: absolute;
 top: 125px;
 right: -57px;
}
.part2 .cont .box2 img{
    right: -47px;
}
.part2 .cont .box3 img{
    right: 160px;
    top: 195px;
}
.part2 .cont .box4>img{
    right: 370px;
    top: 135px;
}
.part2 .cont .box5>img{
    right: 360px;
    top: 135px;
}
.part2 .cont .box6 img{
    right: 160px;
    top: 219px;
}




.part2 .cont>div div{
    position: absolute;
    top: 220px;
    left: -10px;
    z-index: 10;
    width: 366px;
    padding: 0 0 15px 0;
    border-radius: 8px;
    box-shadow: 0 0 30px #9993a8;
    background: #fff;  
    display: none;
}
.part2 .cont>div div img{
    position: absolute;
    top: -18px;
    /* left: 178px; */
    left: 17px;
}
.part2 .cont>div:hover div{
display: block;
}

.part2 .cont>div div span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 18px 25px 0;
}

.part2_in>p{
    text-align: center;
    font-size: 16px;
    color: #555555;
    text-align: center;
    padding: 35px 0 0 0;
}
.part2_in>p span{
    font-weight: bold;
    color: #9479f5;
    font-size: 18px;
}














/* 3 */
.part3{
 padding: 73px 0 585px 0;
 width: 100%; 
 background: url('../images/part3.jpg') no-repeat center top;  
}
.part3 .top{
    width: 100%;
    border-bottom: 1px solid #7657f5;
    margin-top: 60px;
}
.part3 .top ul{
    margin: 0 0 0 40px;
}
.part3 .top ul li{
    margin: 0 40px 0 ; 
    float: left;   
    position: relative;
    top: 21px;
}
.part3 .top ul .on{
    position: relative;
    top: 6px;
}



.part3 .top ul li p{
    text-align: center;
    font-size: 18px;
    color: #8881a6;
    margin: 0 0 15px 0;
}
.part3 .top ul li p span{
    display: block;
    margin: 8px 0 0 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.part3 .top ul li img{
display: block;
margin:  0px auto 0;
}
.part3 .top ul li .p3_yuan{
    margin: 0px auto 0;
}
.part3 .top ul li .p3_1{
    display: none;
    margin: -23px auto -19px;
    position: relative;
    z-index: 2;
}
.part3 .top ul .on .p3_1{
    display: block;
}
.part3 .top ul .on p{
    color: #7a5bff;
}
.part3 .top ul .on p span {
  
    color: #7a5bff;
}
.part3 .cont{
    margin: 40px auto 0;
    width: 1200px;
    display: none;
}
.part3 .cont dl{
margin:  00  00 0 115px;
}
.part3 .cont dl dd{
    width: 256px;
    height: 87px;
    border: 1px solid #e7e3f7;
    border-radius: 10px;
    float: left;
    margin: 0 30px 0 0;
    font-size: 18px;
    line-height: 87px;
}
.part3 .cont dl dd img{
    margin: 18px 20px 0 38px;
    vertical-align: top;
}
.part3 .cont_in{
    width: 1062px;
    height: 710px;
    background: url('../images/p3_cont.png') no-repeat center top;  
    margin: 0px auto 0;
    padding-top: 72px;
}

.part3 .cont_in .bg{
    width: 1200px;
    height: 635px;
    background-color: #fff;
    margin: 0px 0 0 -70px;
    box-shadow: 0 0 15px #dddcdf;
}
.part3 .cont_in .bg>div{
    width: 1205px;
    padding-top: 45px;

    
}

.part3 .cont_in .bg>div div{
    width: 300px;
    height: 275px;
    border-right:1px solid #efefef ;
    border-bottom:1px solid #efefef ;
    float: left;
    
}
.part3 .cont_in .bg>div .b2{
    border-bottom:none ;
}

.part3 .cont_in .bg>div div h5 {
    position: relative;

}
.part3 .cont_in .bg>div .b2 h5{
    margin-top: 28px;
}


.part3 .cont_in .bg>div div h5 span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.part3 .cont_in .bg>div div h5 em{
    display: block;
    height: 15px;
    background-color: #e7e3f7;
    width: 120px;
 position: absolute;
 top: 11px;
 right: 40px;
 z-index: 0;
}
.part3 .cont ul{
width: 100%;
margin: 0px 0 0 0px;
}
.part3 .cont ul li{
    height: 15px;
    width: 50%; 
 float: left;
 margin: 25px 0px 7px 0;
 font-size: 14px;
 line-height: 20px;

}
.part3 .cont ul li em{
float: left;
   width: 8px;
   height: 8px;
   background-color: #edeff7;
   border-radius: 8px;
   margin: 6px 7px 0 10px;
   vertical-align: top;

}
.part3 .cont ul li span{
float: left;
    font-size: 14px;
    line-height: 20px;
 width: 125px;
}



.part3 .cont .bot{
    margin: 0 0 0 0;
}
.part3 .cont .bot img{
    margin: 0 0 0 218px;
    float: left;
}

.part3 .cont .bot p{
    float: left;
    margin: -8px 0 0 17px;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
}

.part3 .cont .cont_in5{

}

.part3 .cont5 dl dd {
    width: 256px;
    height: 87px;
    border: 1px solid #e7e3f7;
    border-radius: 10px;
    float: left;
    margin: 0 30px 0 299px;
    font-size: 18px;
    line-height: 87px;
    /* margin: 0 auto; */
}



.part3 .cont_in5 .bg>div div {
    width: 1020px;
    height: 275px;
    border-right:none;
    border-bottom: none;
    float: none;
    margin: 0 auto 0;
}
.part3 .cont_in5 .bg>div div h5 {
    position: relative;

}
.part3 .cont_in5 .bg>div .b2 h5{
    margin-top: 40px;
}
.part3 .cont_in5 .bg>div div h5 span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.part3 .cont_in5 .bg>div div h5 em{
    display: block;
    height: 15px;
    background-color: #e7e3f7;
    width: 120px;
 position: absolute;
 top: 11px;
 right: 440px;
 z-index: 0;
}
.part3 .cont .cont_in5  ul{
width: 100%;
margin: 40px 0 0 0px;
}
.part3 .cont .cont_in5  ul li{
    height: 15px;
    width: 50%; 
 float: left;
 margin: 30px 0px 0 0;
 font-size: 16px;
 line-height: 18px;
}
.part3 .cont .cont_in5  ul li em{
   display: inline-block;
   width: 8px;
   height: 8px;
   background-color: #edeff7;
   border-radius: 8px;
   margin: 5px 7px 0 20px;
   vertical-align: top;

}




/* 444444444444444444 */
.part4{
    width: 930px;
    height: 930px;
    background: url('../images/part4.png') no-repeat center top;  
    margin: -521px auto 0;
}.part4 .tit{
    padding-top: 255px;
}
.part4 .tit h3{
    color: #fff;
}







.part4 .cont{
    width: 1400px;
    margin: 70px 0 0 -124px;
    position: relative;
}

.part4 .cont div{
height: 358px;  
    width: 368px;
    background: url('../images/p4_1.png') no-repeat center top;  
    float: left;
    margin: 0 24px 0 10px;
}

.part4 .cont div h5{
    font-size: 20px;
    font-weight: bold;
    color: #7a5bff;
    text-align: center;
    padding-top: 120px;
}
.part4 .cont div p{
    width: 260px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin: 30px auto 0;
   
}

.part4 .cont .box2{
    background: url('../images/p4_2.png') no-repeat center top;  
}

.part4 .cont .box3{
    background: url('../images/p4_3.png') no-repeat center top;  
}
.part4 .cont .box2 h5{
    color:#13cec4
}
.part4 .cont .box3 h5{
    color:#2b96f1
}


/* 55 */
.part5{
    margin: 0 auto 0;
}






.part5 .cont{
    width: 1300px;
    margin-top: 60px;
}
.part5 .cont div{
    width: 269px; 
    height: 180px;
    background: url('../images/p5_1.jpg') no-repeat center top; 
    margin: 0px 40px 0 0px;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 20px #e8e8e9;
}
.part5 .cont div h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    

}
.part5 .cont div h5 img{
    margin: 60px 10px 0 30px;
}




.part5 .cont div p{
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0 30px;
}

.part5 .cont .box2{
    background: url('../images/p5_2.jpg') no-repeat center top; 
}
.part5 .cont .box3{
    background: url('../images/p5_3.jpg') no-repeat center top; 
}
.part5 .cont .box4{
    background: url('../images/p5_4.jpg') no-repeat center top; 
}










/* 777777777777777 */
.part6{
    margin-top: 60px;
    width: 100%; 
    background: url('../images/part6.jpg') no-repeat center top; 
}
.part6_in{
   height: 577px;
    width: 1200px; 
    background: url('../images/part6_in.jpg') no-repeat center top; 
}
.part6_in .l{
    float: left;
    width: 790px;
}
.part6_in .l p{
    text-align: center;
    color: #fff;
    padding-top: 340px;
    font-size: 24px;
}
.part6_in .l p span{
    font-weight: bold;
}
.part6_in .l p em{
    font-weight: bold;
    color: #ff00ea;
    font-size: 24px;
    text-shadow: 2px 0px 1px #fff;
}
.part6_in .l a{
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 22px;
}






.part6_in .r{
    width: 410px;
    height: 449px;
    background: url('../images/from.jpg') no-repeat center top; 
    border-radius: 10px;
    float: right;
    margin-top: 60px;
}
.part6_in .r h5{
    font-size: 24px;
    padding: 45px 0 0 55px;
}
.part6_in .r p{
    font-size: 16px;
    color: #999;
    padding: 13px 0 0 55px;
}
.part6_in .r form{
    width: 300px;
    margin: 30px auto 0;

}
.part6_in .r form div{
width: 300px;
height: 50px;
border-top: 1px solid #ebedf3;
border-bottom: 1px solid #ebedf3;
padding-top: 10px;
}
.part6_in .r form .p7_tel{
    border-top: none;
}
.part6_in .r form .p7_qq{
    border-top: none;}

.part6_in .r form div input{
    width: 300px;
    margin-left: 5px;
    height: 50px;
    font-size: 14px;
    color: #ababab;
    line-height: 41px;

}

.part6_in input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #ababab;
}
.part6_in input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #ababab;
}
.part6_in input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #ababab;
}
.part6_in input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #ababab;
}
.p6_btn{
    width: 334px; 
    height: 88px;
    background: url('../images/from_btn.png') no-repeat center top; 
    margin: 15px 0 0 -10px;
    cursor: pointer;
}
.copy {
    width: 1000px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #4f5c73;
    padding: 20px 0;
    line-height: 32px;
}
.copy a, .copy h1 {
    color: #4f5c73;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    display: inline;
}
.copy a, .copy h1 {
    color: #4f5c73;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    display: inline;
}



.flex{
    width: 186px;
    height: 414px;  
    background: url(../images/flex.png) no-repeat center;
    position: fixed;
    left: -18px;
    top: 5%;
    z-index: 1000;
    /* display: none; */
  }
  
.flex2{

 
    position: fixed;
    left: 0px;
    top: 15%;
    z-index: 1000;
    display: none;
  }



  .flex .close  {
      width: 25px;
    display: block;
    position: absolute;
    width: 20px;
    top: 20px;
    right: 21px;
  cursor: pointer;
  }
  
  .flex ul {
  
  width: 124px;
  margin: 0 auto 0;
  
    padding: 37px 0 0 2px;
  
  
  
  }
  
  
  
  .flex li {
  height: 42px;
    font:  16px/42px 'Microsoft Yahei';
  
    color: #fff;
    margin-bottom: 1px;

border-bottom: 1px dashed #a48dff;
  
  }
  .flex li:last-child {
      border: none;
  }


  .flex li b {
    font-size: 18px;
    color: #fcff00;
      font-weight: bold;
  }

  .flex li a {
    display: block;
  
    color: #fff;
  padding: 0 0 0 10px;
  }

  .flex p{
      height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 16px;
    width: 158px;
  }
  
  .flex p img{
      vertical-align: top;
      margin: 13px 11px 0 0;
  }
  .flex p a{
      color: #fff;
  }

.flex_r{
    width: 300px;
    height: 200px;
    background-color: #4cc47f;
    position: fixed;
    top: 10%;
    right: 0;
}
.flex_r textarea{
     width: 200px;
     height: 100px;
     margin: 0 auto 0;
}
.flex div{
    display: block;
    width: 136px;
    height: 75px;
    margin: 10px auto 0;
    overflow: hidden;
}
.flex div a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 11px 12px 0 0;
}
.flex div a img{
    float: right;
   position: relative;
   top: -6px;
   right: -7px;
}

.wrap{
    position: relative;
}
.wrap .tan{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5) none repeat scroll !important;
    z-index: 1011;
    display: none;
}


  .tan2{
    width: 614px;
    height: 544px;  
    background: url(../images/tan2.png) no-repeat center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -270px;
    /* display: none; */
  }
  .tan2 .tan_close{
      position: absolute;
      top:0;
      right: 0;
      cursor: pointer;
  }
  .tan2 form{
      margin-top: 32px;
  }
  .tan2  h5{
      text-align: center;
      color: #333;
    font-size: 24px;
    line-height: 24px;
    padding-top: 76px;
  }
  .tan2  h5 span{
      font-weight: bold;
  }



  .tan2  input{
      display: block;
    width: 360px;
    height: 42px;
    color: #999999;
    font-size: 14px;
    line-height: 442px;
    margin: 0 auto 0;
  }
  .tan2 div{
      width: 380px;
      height: 44px;
    border: 1px solid #e6e6e6;
      margin: 20px auto 0;
  }


  .tan2 .tan_btn{
    width: 414px;
    height: 88px;  
    background: url(../images/tan2_btn.png) no-repeat center;
    margin-top: 15px;
}

  .tan2 input::-webkit-input-placeholder {   color: #999999;;
    font-size: 14px;
    line-height: 42px}

  .tan2 input:-moz-placeholder {   color: #999999;;
    font-size: 14px;
    line-height: 42px}

  .tan2 input::-moz-placeholder {   color: #999999;;
    font-size: 14px;
    line-height: 42px}

  .tan2 input:-ms-input-placeholder {   color: #999999;;
    font-size: 14px;
    line-height: 42px
}

.tan2  dl{
    width: 495px;
    margin: 45px  0 0 72px;
}

.tan2  dl dt{
    color: #6549f9;;
    font-size: 16px;
    line-height: 16px
}
.tan2  dl dd{
    float: left;
    margin: 18px 40px 0 0;
    color: #666;;
    font-size: 16px;
    line-height: 16px
}

