@charset "utf-8";
body{
    min-width: 1205px;
}
.container{
    width: 1205px;
    margin: 0 auto;
}
.header{
   position: absolute;
    width: 1080px;
    margin: 0 auto;
    left: 50%;
    margin-left: -540px;
    top: 0;
    padding: 20px 0;
}
.banner{
    background: url("../img/banner.jpg") no-repeat center center;
    height: 778px;
    width: 100%;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:220px;
    margin-bottom: 80px;
}
.header .ucenter{
    position: absolute;
    right: 0;
    top: 20px;
}
.header .ucenter a{
    line-height: 40px;
    padding: 0 23px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
}
.header .ucenter a:hover{
    color: #0098fe;
    border-color: #0098fe;
}

.banner .txt{
    font-size: 48px;
    display: block;
    color: #fff;
    text-align: center;

}
.banner .btn_groups{
    text-align: center;
    margin-top: 60px;
}
.banner .btn_groups a{
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    background-color: #899aa1;
    color: #fff;
    margin-right: 20px;
    font-size: 14px;
}
.banner .btn_groups a:hover{
    background-color: #0098fe;
}
.part{
    position: relative;
}
.part.part1{
    background:url("../img/img3.jpg") no-repeat left top;
    height: 1080px;
}
.part1 .part_1{
    position: absolute;
    left: 0;
}
.part1 .part_2{
    position: absolute;
    right: 0;
    width: 576px;
}
.part1 .part_2 .title{
    color: #333333;
    font-size: 40px;
    left: -25px;
    top: -36px;
    position: relative;
}
.part1 .part_2 .title .bull{
    position: absolute;
    left: -63px;
    top: 32px;
    -webkit-box-shadow: 0 0 10px #0098fe;
    -moz-box-shadow: 0 0 10px #0098fe;
    box-shadow: 0 0 10px #0098fe;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0098fe;
}

.part1 .part_2 li .bull{
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0098fe;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.part1 .part_2 li {
    font-family: 'PINGFANGMEDIUM'; 
    line-height: 50px;
    font-size: 24px;
    color: #333;

}
.part1 .part_2.part_3{
    left: -3px;
    bottom: 166px;
}
.part1 .part_2.part_3 li:first-child .bull{
    -webkit-box-shadow: 0 0 10px #0098fe;
    -moz-box-shadow: 0 0 10px #0098fe;
    box-shadow: 0 0 10px #0098fe;
}
.part1 .part_2.part_3 li .bull{
    margin-right: 30px;
}
.part1 .part_4{
    position: absolute;
    right: 0;
    bottom: 160px;
}
.part1 .part_4 img{
    width: 530px;
}
.part2{
    background-color: #f3faff;
    padding-top: 100px;
}
.part2 .title{
    color: #333;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
}
.part2 ul li{
    text-align: center;
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 60px;
    height: 250px;
}
.part2 ul li img{
    margin-bottom: 25px;
}
.part2 ul li .txt{
    color: #333333;
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100%;
}
.part2 ul li .msg{
    color: #999999;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.part3{
    background: url("../img/img11.jpg") no-repeat left top;
    height: 600px;
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box
}
.part3 .title{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}
.part3 .title2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.part3 .txt{
    color: #fff;
    font-size: 26px;
    line-height: 50px;
}
.part4{
    background-color: #f3faff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.part4 .title{
    color: #333333;
    font-size: 40px;
    margin-bottom: 30px;
}
.part4 ul{
    /*padding: 0 30px;*/
}
.part4 li{
    height: 140px;
    float: left;
    border: 1px solid #d5d5d5;
    width: 48.5%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 40px;

}
.part4 li:nth-child(2n){
    margin-right: 0;
}
.part4 li img{
    vertical-align: middle;
    margin-right: 20px;
}
.part4 li .txt{
    vertical-align: middle;
    color: #333;
    font-size: 24px;
}
.part5{
    padding-top: 60px;
    text-align: center;
    padding-bottom: 100px;
}
.part5 .title{
    color: #333333;
    font-size: 36px;
    text-align: left;
    margin-bottom: 60px;
}
.footer{
    background-color: #191b1f;

}
.footer_body{
    position: relative;
    height: 275px;
    padding-top: 40px;
}
.footer_body .logo2{
    float: left;
}
.footer_body .footer_top{
   float: left;
    line-height: 44px;
    padding-right: 70px;
    border-right: 1px solid #2b2d30;
    margin-right: 70px;
}
.footer_body  .phone{
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}
.footer_body .footer_top a{
    font-size: 16px;
    color: #fff;
    margin-left: 70px;
}
.footer_body .line{
    width: 900px;
    border-bottom: 1px solid #2b2d30;
    position: absolute;
    top: 120px;
    left: 200px;
}
.footer_body .txt{
    text-align: center;
    color: #5c6371;
    font-size: 16px;
    clear: both;
    padding-top: 75px;
}