/*内页*/
.innerbanner {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.innerbanner .pic {
	width: 100%;
	
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.poa{
	position: absolute;
}
.innerbanner .content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.innerbanner .content img{
	width: 100%;
	height: 100%;
}

 .box {
 	display: block;
	position: absolute;
    width: 100px;
    height: 100px;
    top: 45.1%;
    left: 47.4%;
    border-radius: 50%;
}

.innerbanner .content .circle {
	display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.innerbanner .content .circle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.innerbanner .content .circle:before {
    content: "";
    position: absolute;
    width: 3000px;
    height: 3000px;
    border: 3000px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}

.innerbanner .content .txt {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 130px;
    text-align: center;
    color: #fff;
}

.innerbanner .content h3 {
    font-family: 'SourceHanSansCN';
	font-size: 50px;
	color: #fff;
}

.innerbanner .content h3 a {
    color: #fff;
}

.innerbanner .content h4 {
    text-transform: capitalize;
    margin-top: 13px;
	font-family: Arial;
	font-size: 30px;
	color: #fff;
	opacity: .3;
}

.innerbanner .pic {
    transition: all 6s ease-out;
    -webkit-transition: all 6s ease-out 1s;
    -o-transition: all 6s ease-out 1s;
    -moz-transition: all 6s ease-out 1s;
    -ms-transition: all 6s ease-out 1s;
}

.innerbanner .content .circle:before {
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}

.innerbanner .pic.animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.innerbanner .content .circle.animated:before {
    width: 100px;
    height: 100px;
    opacity: 1;
}

.innerbanner .content .box.animated {
    background: rgba(255, 255, 255, .1);
    transition: all 0.2s ease-out .9s;
    -webkit-transition: all 0.2s ease-out .9s;
    -o-transition: all 0.2s ease-out .9s;
    -moz-transition: all 0.2s ease-out .9s;
    -ms-transition: all 0.2s ease-out .9s;
}

.innerbanner .content .txt {
    transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    opacity: 0;
    transition: all .8s ease-out 1.05s;
    -webkit-transition: all .8s ease-out 1.1s;
    -o-transition: all .8s ease-out 1.1s;
    -moz-transition: all .8s ease-out 1.1s;
    -ms-transition: all .8s ease-out 1.1s;
}

.innerbanner .content .txt.animated {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}




.branch-svg polygon:hover, .branch-svg polygon.active {
    fill: #5c5c5c;
}

.branch-svg polygon.isfill {
    fill: #5c5c5c;
}

.branch-svg text.ischoose {
    fill: #fff
}
@media screen and (max-width: 1920px){}
@media screen and (max-width: 1780px){}
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1360px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 990px){}

@media screen and (max-width: 780px){
    .box{
        width: 100%;
        left: 0;
        top: 0;
    }
    .innerbanner .content .box.animated{
        background: none;
    }
    .innerbanner .content .circle{
        display: none;
    }
    .innerbanner .content h3{
        font-size:30px;
    }
    .innerbanner .content .txt{
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 85px;
        opacity: 1;
    }
    .innerbanner .content h4{
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px){
.innerbanner .content h3{
    font-size: 40px;
}
}