﻿html,body{
    width: 100%;
    height: 100%;
}

body{
    position: relative;
}

#show{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
}
#show>img{
    width: 100%;

}

button{
	outline: none;
}


#main{
    height: 100%;
    width: 100%;
}

.one,.three{
    height: 33%;
}
.two{
    height: 34%;
}


.box>div{
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.box>div>img{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin-top: -50%;
    margin-left: -50%;
    z-index: 0;
    border: 0;
    -webkit-transition: linear 1s;
    -moz-transition: linear 1s;
    -ms-transition: linear 1s;
    -o-transition: linear 1s;
    transition: linear 1s;
}


.box>div:hover img.scaleImg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.box>div:hover .main-title{
    display:none;
}

.main-title{
    width: 100%;
    position: absolute;
    left: 6%;
    top: 12%;
    /*font-size: 12px;*/
    z-index: 5;
    
}
.main-title>img{
   width: 74%;
    height: auto;
}

#cctv-video{
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*中心区域*/
.center-part{
    text-align: center;
    background: #48bfe1;
    color: #fff;
    font-size: 1.4rem;
}



.center-part>.logo{
    height: 60%;
    width: 100%;
    background: none;
    border: none;
}

.center-part>.logo>img{
    width: 40%;
}


.message{
    height: 40%;
    width: 100%;
}

.message>div{
    width: 100%;
}

.copy-right{
    margin-top: 10px;
    font-size: 1rem;
}


/*vip区域*/
.vip-part{
    text-align: center;
}
.vip-title{
    width: 100%;
    height: 26%;
    font-size: 2rem;
    color:#2c2c2c;
    font-weight: bold;
    background: none;
    border: none;
}

.trust{
    width: 100%;
    height: 18%;
}

.trust .content{
    display: inline-block;
    font-size: 1.5rem;
    color: #48bfe1;
}

.trust .line{
    width: 22%;
    display: inline-block;
    border-top: 1px solid #48bfe1;
    height: 0;
    margin-bottom: 5px;
}

.connect{
    width: 100%;
    height: 56%;
    text-align: center;
}

.connect>div{
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
}

.connect>div>div{
    height: 80%;
}

.connect .autoWidth{
    width: 100%;
    height: 100%;
}
.autoWidth>img{
    width: 80%;
}

.phone{
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #48bfe1;
    font-size: 2rem;
    font-weight: bold;
}

/*新闻轮播区*/
.new-part{
    padding:0;
}



#carousel-example-generic{
    width: 100%;
    height: 100%;
    background: gainsboro;
}

.carousel-inner{
    width: 100%;
    height: 100%;
}

.carousel-inner>.item{
    width: 100%;
    height: 100%;
}

.carousel-indicators li{
    border: 1px solid #48bfe1;
}

#carousel-example-generic .carousel-indicators {
    position: absolute;
    top: 10px;
    left: 90%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    height: 20px;
}

.carousel-indicators .active{
    background-color: #48bfe1;
}

#carousel-example-generic .carousel-caption{
    width: 100%;
    background: rgba(0,0,0,0.2);
    height: 2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
#carousel-example-generic .carousel-caption>a{
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
}


.news-part1{
    background: no-repeat url('../images/newsPart1.jpg') center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}

.news-part2{
    background: no-repeat url('../images/newsPart2.jpg') center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}

.news-part3{
    background: no-repeat url('../images/newsPart3.jpg') center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}




#more-page{
    width: 100%;
    height: 100%;
}
.more-img{
    width: 100%;
    height: 100%;
}


.m-one{
    background:  no-repeat url("../images/more1.jpg") center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}

.m-two{
    background: no-repeat url("../images/more2.jpg") center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    position: relative;
}

.m-three{
    background: no-repeat url("../images/more3.jpg") center center;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    position: relative;
}


.logo-show1{
    width: 250px;
    height: 75px;
    position: absolute;
    top: 3rem;
    left: 4rem;
    background: no-repeat url("../images/logo.png") 0 -300px;
}

.logo-show2{
    width: 250px;
    height: 75px;
    position: absolute;
    top: 3rem;
    right: 4rem;
    background: no-repeat url("../images/logo.png") 0 -200px;
}



