@charset "UTF-8";



@font-face {
    font-family: frzzy;
    src: url("../font/fzzy.TTF");
}


.banner{
    position: relative;
}
.banner .pic{
    position: relative;
    width: 100%;
}
.banner .pic img{
    width: 100%;
    height: auto;
    display: block;
}
.banner .pic ul li{
    width: 100%;
    position: absolute;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.banner .pic ul li.prv{
    transform: scale(.95) translate(5%,0);
    -o-transform: scale(.95) translate(5%,0);
    -webkit-transform: scale(.95) translate(5%,0);
    -moz-transform: scale(.95) translate(5%,0);
    -ms-transform: scale(.95) translate(5%,0);
    z-index: -1;
}
.banner .pic ul li{
    transform: scale(1) translate(100%,0);
    -o-transform: scale(1) translate(100%,0);
    -webkit-transform: scale(1) translate(100%,0);
    -moz-transform: scale(1) translate(100%,0);
    -ms-transform: scale(1) translate(100%,0);
    z-index: -2;
}
.banner .pic ul li.on{
    transform: translate(0,0);
    -o-transform:translate(0,0);
    -webkit-transform:  translate(0,0);
    -moz-transform:  translate(0,0);
    -ms-transform:  translate(0,0);
    z-index: 1;
}
.banner .pic ul li > div{
    position: absolute;
    top:50%;
    left: 15%;
    transform: translateY(-50%);
    color: white;
}
.banner .pic ul li > div .box{
    padding-top: 10px;
}
.banner .pic ul li > div .box .bg-box{
    position: absolute;
    top:-12px;
    width: 128px;
    height: 128px;
    border: 2px solid #0068b3;
}
.banner .pic ul li > div .box .slogan1,
.banner .pic ul li > div .box .slogan2{
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 60px;
    margin-left: 50px;
    font-size: 34px;
    z-index: 1;
}
.banner .pic ul li > div .box .slogan1{
    margin-top: 25px;
}
.banner .pic ul li > div .box .slogan div{
    width: 100%;
    height: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #0068b3;
}
.banner .pic ul li > div .box .slogan1 p span{
    font-family: fzzy;
    font-size: 60px;
}
.banner .pic ul li > div .box .slogan2{
    height: 60px;
    margin-top: 0px;
    font-size: 34px;
}
.banner .pic ul li > div .box > p{
    margin-left: 50px;
    color: #666675;
    font-size: 20px;
}
.banner .pic ul li > div .list{
    width: 550px;
    margin-top: 25px;
    margin-left: 70px;
    font-size: 16px;
    line-height: 35px;
}
.banner .pic ul li > div .list p{
    position: relative;
    float: left;
}
.banner .pic ul li > div .list p:nth-child(2n){
    margin-left: 40px;
}
.banner .pic ul li > div .list p:before{
    content: "";
    position: absolute;
    top:50%;
    left: -15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: white;
    border-radius: 50%;
}
.banner .pic ul li > div .list p span{
    opacity: 0;
}

.banner .pic ul li > div i{
    display: block;
    margin-top: 8%;
    width: 24px;
    height: 24px;
    background:url("../img/+.png") no-repeat center/100%;
    cursor: pointer;
    transition: 1s;
}
.banner .pic ul li:nth-of-type(1) .word{
    top: 50%;
    left: 30%;
    transition: 2s;
    transform: translateX(-50%);
    opacity: 0;
}
.banner .pic ul li:nth-of-type(1) .word.on{
    top: 22%;
    opacity: 1;
}
.banner .pic ul li:nth-of-type(3) .word{
    top: 60%;
    left: 50%;
    transform:translate(-50%,-50%);
    transition: 1s;
    opacity: 0;
}
.banner .pic ul li:nth-of-type(3) .word.on{
    top: 32%;
    opacity: 1;
}
.banner .pic ul li > div i:hover{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform:  rotate(360deg);
    -o-transform:  rotate(360deg);
    -moz-transform:  rotate(360deg);
}
.banner .pic ul li .map{
    position: absolute;
    top: 55%;
    left: 48%;
    width: 670px;
    height: 380px;
    border: 5px solid transparent;
    z-index: 1;
}
.banner .pic ul li .map > p{
    position: absolute;
    top: 25%;
    left: 78%;
    width: 100px;
    color: #d5e5fb;
    font-size: 16px;
}
.banner .prev:hover,
.banner .next:hover{
    background-color: #0068b3;
    -ms-transform: scale(1.4) ;
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4) ;
    -moz-transform: scale(1.4) ;
}
.banner .prev,
.banner .next{
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: .2s;
}
.banner .prev{
    left: 7%;
    background: url("../img/prv.png") no-repeat center;
}
.banner .next{
    right:7%;
    background: url("../img/next.png") no-repeat center;
}
.banner .pager{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    z-index: 1;
}
.banner .pager:after{
    content:"";
    display: block;
    clear: both;
}
.banner .pager div{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background-color: white;
    cursor: pointer;
    border-radius: 50%;
}
.banner .pager div.on{
    background-color: #0068b3;
}
.banner .number{
    position: absolute;
    right: 16%;
    bottom: 17%;
    border-bottom: 5px solid white;
    color: white;
    font-size:40px ;
    z-index: 1;
}

.content{
    width: 100%;
    background: #f3f3f2 url("../img/lb.png") no-repeat center/100%;
}
.content .top{
    width: 81%;
    margin: auto;
    padding: 25px 0;
}
.content .top .particle-1,
.content .top .particle-2{
    top: 99px;
    width: 160px;
    height: 160px;
    z-index: 0;
}
.content .top .particle-1{
    left: -105px;
}
.content .top .particle-2{
    right: -105px;
}
.content .top .left,
.content .top .center,
.content .top .right{
    top:150px;
    opacity: 0;
}
.content .top .left{
    overflow: hidden;
    width: 32%;
}
.content .top .left img{
    width: 100%;
    transition: .3s;
}
.content .top .left div{
    width: 30%;
    height: 100%;
    background-color: #656d74;
    text-align: center;
    z-index: 2;
}
.content .top .left .m-infor{
    top:0;
    right: 600px;
    width: 70%;
    padding: 30px;
    background-color: rgba(101,109,116,.6);
    color: #f3f3f2;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    transition: .5s;
    z-index: 1;
}
.content .top .left:hover .m-infor{
    right: 0;
}
.content .top .left i{
    width: 69px;
    height: 69px;
    margin-top: 45px;
    background: url("../img/house.png") no-repeat center/100%;
}
.content .top .left h2{
    margin-top: 13px;
    color: #bcbfc1;
    font-size: 18px;
}
.content .top .left p{
    margin-top: 10px;
    color: #7c8288;
    font-size: 14px;
}
.content .top .left div em{
    display:inline-block;
    width: 100%;
    height: 9px;
    margin-top: 25px;
    background: url("../img/000.png") no-repeat -65px;
}
.content .top .left:hover div em{
    background: url("../img/000.png") no-repeat 59px;
    transition: .3s;
}
.content .top .left:hover img{
    transform: scale(1.1);
}
.content .top .center{
    width: 32%;
    margin-left: 2%;
    padding-bottom: 30px;
    background-color:#e6eef3 ;
}
.content .top .center h2{
    color: #0773b7;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 45px;
    font-size: 20px;
}
.content .top .center h2 span{
    margin-left: 10px;
    color: #a5abaf;
    font-size: 16px;
}
.content .top .center ul{
    margin-left: 45px;
    transition: .3s;
}
.content .top .center ul li {
    margin-right: 85px;
}
.content .top .center ul li div{
    width: 370px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .top .center ul li div:nth-of-type(1){
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.content .top .center ul li div a:hover{
    color: #0068b3;
}
.content .top .center ul li div span{
    display: block;
    font-size: 12px;
    color: #acb2b6;
}
.content .top .center .pagers{
    margin-left: 45px;
}
.content .top .center .pagers div{
    float: left;
    width:30px ;
    height: 3px;
    background-color:#d3d3d3 ;
    cursor: pointer;
}
.content .top .center .pagers div.on{
    background-color: #0068b3;
}
.content .top .center .pagers div +div{
    margin-left: 5px;
}
.content .top .center .more{
    right: 0;
    bottom: 0;
    /*border: 18px solid transparent;
    border-right-color:#0068b3 ;
    border-bottom-color: #0068b3;*/

}
.content .top .center .more a{
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    color: #0773b7;
    /*width:24px ;
    height: 24px;*/
   /* background:url("../img/+.png") no-repeat center/60%;*/
    transition: .3s;
}
/*.content .top .center .more a:hover{
    transform: rotate(270deg);
}*/
.content .top .right{
    width: 32%;
    height: 255px;
    margin-left: 2%;
    background: url("../img/bg2.png") no-repeat center/103%;
}
.content .top .right ul{
    margin-left: 25px;
    margin-top: 50px;
    font-size: 12px;
    line-height: 30px;
}
.content .top .right ul li{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .top .right ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: white;
    border-radius: 50%;
}
.content .top .right ul li a:hover{
    color: #0068b3;
}
.content .top .right ul li a{
    color: white;
}
.content .top .right > div{
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    z-index: 1;
}
.content .top .right div i{
    width: 69px;
    height: 69px;
    margin-top: 45px;
    background: url("../img/company.png") no-repeat center/100%;
}
.content .top .right div h2{
    margin-top: 13px;
    color: #333;
    font-size: 18px;
}
.content .top .right div p{
    margin-top: 10px;
    color: #e2e2e2;
    font-size: 14px;
}
.content .top .right div a{
    display:inline-block;
    width: 100%;
    height: 9px;
    margin-top: 25px;
    background: url("../img/001.png") no-repeat -65px;
}
.content .top .right div a:hover{
    background: url("../img/001.png") no-repeat 59px;
    transition: .3s;
}












