﻿.section{
	width: 100%;
	height: 100%;
}
.section01 {
	width: 100%;
	height: 100%;
	background: url(../img/3.jpg) 50%;
	z-index: 3;
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity .6s;
	background-size: cover;
}
.hovers{
	opacity: 1!important;
	filter:alpha(opacity=1)!important;
	transition:opacity .6s!important;
	z-index: 5!important;
}
.section02 {
	width: 100%;
	height: 100%;
	 background: url(../img/2.jpg) 50%;
	z-index: 2;
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity .6s;
	background-size: cover;
}
.section03 {
	width: 100%;
	height: 100%;
	 background: url(../img/bc.jpg) 50%;
	z-index: 1;
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity .6s;
	background-size: cover;
}
.section2 { background: url(../img/bc1.jpg) 50%;position: relative;z-index: 3;background-size: cover;}
.section4 {background: #fff; position: relative;z-index: 16;}
.section6 { background: url(../img/bc6.jpg) 50%;position: relative;z-index: 16;background-size: cover;}
.section7 { background: url(../img/lx.png) 50%;background-size: cover;}

/*导航*/
.header{
	width: 100%;
	height: 60px;
	background: #031430;
	position: fixed;
	top:0;
	left: 0;
	z-index: 888;
	overflow: hidden;
}
.logo{
	display: inline-block;
	margin-left: 6%;
	width: 134px;
}
.logo img{
	width: 50px;
	margin-top: 10px;
}
.logo h1{
	font-size: 0;
}
.tel{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	margin-right: 5%;
}

.header ul{
	margin-right: 7.8%;
}
.header>ul li{
	float: left;
}
.header>ul li a{
	color: #fff;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	font-size: 18px;
	margin-left: 40px;
}


.navcolor{
	color: #94dbff!important;
}
/***************/

.box1{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-cont{
	width: 100%;
	height: 100%;
	position: relative;
}
.box-cont div{
	position: absolute;
	top:0;
	left: 0;
}
.box1-bottom{
	width: 100%;
	height: 21%;
	background: rgba(56,56,56,0.3);
    box-shadow: 0 10px 18px 0 rgba(211,211,211,0.50);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
}
.bottom-content{
	margin: 0 auto;
	width: 62.5%;
}
.conts{
	float: left;
	width: 33%;
	text-align: center;
	cursor: pointer;
	transition:all .3s;
}
.conts img{
	width: 35%;
	/*margin-top: -30px;*/
}
.conts>div{
	opacity:0;
	filter:alpha(opacity=0);
	transition:opacity .3s;
}
.conts>div a{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 10px;
}
.conts:hover{
	margin-top: -30px;
	transition:all .6s
}
.conts:hover .conts-a{
	transition:opacity .6s;
	opacity:1;
	filter:alpha(opacity=1);
}
.conts-a a:hover{
	color: #419BF9;
	text-decoration: underline;
}
/*section2*/
.boxh2{
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 5px;
	padding-top: 100px;

}
.boxh2 span{
	font-size: 18px;
	letter-spacing: 0px;
	opacity: 0.8;
}
.box2-cont{
	width: 102%;
	margin-top: 3%;
	height: 70%;
	background: url(../img/lin.png) no-repeat center;
	background-size: 100%;
	position: relative;
	/*background: yellow;*/
	/*left: 50%;
	margin-left: -600px;*/
}
.box2-ball{
	text-align: center;
	width:12%;
}

.box2-ball a{
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.box2-ball a img{
	width:100%;
}
.box2-cont>.box2-ball:nth-child(1)>a:nth-child(2) img,.box2-cont>.box2-ball:nth-child(2)>a:nth-child(2) img,.box2-cont>.box2-ball:nth-child(3)>a:nth-child(2) img{
	margin-top: 20%;
}
.box2-cont>.box2-ball:nth-child(4)>a:nth-child(1)img,.box2-cont>.box2-ball:nth-child(5)>a:nth-child(1)img{
	margin-bottom: 20%;
}
.box2-cont>.box2-ball:nth-child(6)>a img{
	width: 100%;
}
.box2-cont>.box2-ball:nth-child(1){
	position: absolute;
	bottom:55%;
	left:-120%;
}
.box2-cont>.box2-ball:nth-child(2){
	position: absolute;
	bottom:55%;
	left:-120%;
}
.box2-cont>.box2-ball:nth-child(3){
	position: absolute;
	bottom:55%;
	left:-120%;
}
.box2-cont>.box2-ball:nth-child(4){
	position: absolute;
	top:55%;
	right: -18%;
}
.box2-cont>.box2-ball:nth-child(5){
	position: absolute;
	top:55%;
	right: -18%;
}
.box2-cont>.box2-ball:nth-child(6){
	position: absolute;
	top:55%;
	right: -18%;
}
.box2-ball:hover .pichide{
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity .6s;
}
.box2-ball:hover .picshow{
	opacity: 1;
	filter:alpha(opacity=1);
	transition:opacity .6s;
}
.hidde{
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity .6s;
}
.hidde img{
	margin-top: -100%;
}
/*section3*/
.section3 h2{
	color: #0070FF;
	margin-bottom: 5%;
}
.box3-bottom{
	background: url(../img/bj2.jpg) no-repeat bottom center;
	background-size: 100% 96%;
	/*padding-bottom: 20px;*/
	height: 70%;
}
.box3-cont{
	height: 100%;
	position: relative;
}
.box3-box{
	width: 100%;
	height: 32%;
	box-sizing: border-box;
	background: #fff;
	padding: 1.5%;
	box-shadow: 0 0 60px 10px rgba(13,37,62,0.10);
    border-radius: 4px;
    position: absolute;
	left: 0;
	top:-100%;
	z-index: 2;
}
/*.dwmg{
	height: 100%;
	display: inline-block;
}*/
.box3-box img{
	vertical-align: middle;
	height: 100%;
}
.box3-txt{
	display: inline-block;
	margin-left: 5%;
	width: 50%;
    vertical-align:top;
}
.box3-txt h3{
	font-size: 24px;
	color: #0D253E;
	font-weight: normal;
}
.box3-txt p{
	font-size: 18px;
	color:#9EA8B2;
	line-height: 26px;
	margin-top: 12px;
}
.box3-box a{
	vertical-align: middle;
	/*margin-left: 50px;*/
	width: 14%;
	height: 50px;
	border-radius: 50px;
	background: #0070FF;
	color: #fff;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	font-size: 20px;
	position: relative;
}
.box3-box a:hover{
	font-size: 24px;
	transition: .6s;
}
/*section4*/
.section4 h2{
	color: #000;
	margin-bottom:4%;
	margin-top: 0%;
	padding-bottom: 1%;
}
.sec4{
	height: 100%;
}
.jya{
	width: 100%;
	height: 22%;
}
.box4-ball{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	text-align: center;
}
.box4-ball li{
	display: inline-block;
	text-align: center;
	height: 100%;
	width: 15%;
	position: relative;
	/*padding: 0 3%;*/
}
.box4-ball li img{
	height: 55%;
	transition: all 0.6s; 
}
.box4-ball li img:hover{
	transform: scale(1.2,1.2);
	height:60%;
}
.box4-ball li:last-child{
	margin-right: 0;
}

.box4-ball li p{
	font-size: 18px;
	color: #000;
	text-align: center;
	position: absolute;
	padding: 0 3%;
	width: 100%;
	left: 0;
	bottom: 0;
}
.box4-ball li p span{
    color: #1E88F5;
}
.adv{
	margin-top: 8%;
	height: 41%;
}
.advcont{
	float: left;
	width: 49%;
	height: 100%;
}
.adv>.advcont:first-child{
	margin-right: 2%;
}
.serve,.serve2{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0 20px 60px 10px rgba(13,37,62,0.05);
	border-radius: 4px;
	width: 100%;
	height: 74%;
}

.serve h3{
	text-align: center;
	background: #1E88F5;
	box-shadow: 0 2px 30px 0 rgba(30,136,245,0.30);
	border-radius: 4px 4px 0 0;
	width: 100%;
	height: 65px;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 65px;
	font-weight: normal;
}

.serve li{
	float: left;
	width: 30%;
	text-align: left;
	margin-top: 5px;
	font-size: 22px;
	color: #0D253E;
	letter-spacing: 0;
	line-height: 26px;
	text-indent: 16px;
	padding-bottom: 2%;
}
.serve li:nth-child(2),.serve li:nth-child(3),.serve li:nth-child(4){
	margin-top: 5%;
}
.serve li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 30px;
	background: url(../img/v.png) no-repeat center;
	background-size: contain;
}

.serve2 h3{
	text-align: center;
	background:  #031430;
	box-shadow: 0 2px 30px 0 rgba(30,136,245,0.30);
	border-radius: 4px 4px 0 0;
	width: 100%;
	height: 65px;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 65px;
	font-weight: normal;
}

.serve2 li{
	float: left;
	width:45%;
	text-align: left;
	margin-top: 5px;
	font-size: 22px;
	color: #0D253E;
	letter-spacing: 0;
	line-height: 30px;
	text-indent: 50px;
	padding-bottom: 2%;
}
.serve2 li:nth-child(2),.serve2 li:nth-child(3){
	margin-top: 5%;
}
.serve2 li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 30px;
	background: url(../img/v-h.png) no-repeat center;
	background-size: contain;
}
/*section5*/
.section5{
	height: 100%;
	width: 100%;
}
.section5 h2{
	color: #000;
	/*margin-bottom:0%;
	margin-top: 6%;*/
}
.box5-p{
	text-align: center;
	font-size: 18px;
    color: #000000;
    margin-top: 2%;
    margin-bottom: 3%;
}
.box5-cont{
	width:60% ;
	height: 62%;
	position: relative;
}
.box5-cont>div{
	overflow: visible;
	transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.box5-cont>div>img{
	width: 100%;
}
.tag{
	background: url(../img/bq.svg)no-repeat left center;
	background-size: 36px;
	opacity: 0;
	filter:alpha(opacity=0);
	transition:opacity 0.6s;
}
.box5-cont>div:hover .tag{
	opacity: 1;
	filter:alpha(opacity=1);
	transition:opacity 0.6s;
}
.box5-cont>div:hover{
	transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	o-transform: scale(1.3,1.3);
	transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	z-index:10!important;	
}

.tag>p{
	font-size: 12px;
	background: #000;
	color: #fff;
	white-space:nowrap;
	padding: 8px 15px 8px 8px;
	margin-left:30px;
}

.box5-cont>div:first-child{
	width: 23.5%;
	position: absolute;
	top:-100%;
	left: -80%;
	z-index: 2;
}
.box5-cont>div:first-child .tag{
	position: absolute;
	left: 10%;
	top:60%;
}
.box5-cont>div:nth-child(2){
	width: 23.5%;
	position: absolute;
	left: -50%;
	top:-160%;
	z-index: 6;
}
.box5-cont>div:nth-child(2) .tag{
	background: url(../img/bq.svg)no-repeat left center;
	background-size: 46px;
	position: absolute;
	left:20%;
	top:70%;
	width: 280px;
}
.box5-cont>div:nth-child(2) .tag p{
	margin-left:44px;
	padding: 6px 15px 6px 8px;
}
.box5-cont>div:nth-child(3){
	width: 23.5%;
	position: absolute;
	top:-120%;
	left: 46.5%;
	z-index: 7;
}
.box5-cont>div:nth-child(3) .tag{
	position: absolute;
	left:20%;
	top:50%;
}
.box5-cont>div:nth-child(4){
	width: 30.5%;
	position: absolute;
	top:-120%;
	right: -18%;
	z-index: 4;
}
.box5-cont>div:nth-child(4) .tag{
	position: absolute;
	left:20%;
	top:70%;
}
.box5-cont>div:nth-child(5){
	width: 28%;
	position: absolute;
	top:50%;
	left: -80%;
	z-index: 3;
}
.box5-cont>div:nth-child(5) .tag{
	position: absolute;
	left: 20%;
	top:50%;
}
.box5-cont>div:nth-child(6){
	width: 30.5%;
	position: absolute;
	bottom:-60%;
	left:32%;
	z-index: 5;
}
.box5-cont>div:nth-child(6) .tag{
	position: absolute;
	left: 30%;
	top:45%;
}
.box5-cont>div:nth-child(7){
	width: 35%;
	position: absolute;
	bottom:-60%;
	right:-18%;
	z-index: 1;
}
.box5-cont>div:nth-child(7) .tag{
	position: absolute;
	left: 10%;
	top:60%;
}
/*section6*/
.section6{
	height: 100%;
}
.section6 h2{
	color: #000;
	margin-bottom: 5%;
	/*margin-top: 0;*/
}
.box6-cont{
	background: rgba(255,255,255,0.71);
	box-shadow: 0 5px 14px 0 rgba(124,124,124,0.50);
	border-radius: 11px;
	padding: 3% 3% 3% 5%;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.box6-cont ul li{
	/*float: left;*/
	display: inline-block;
  	margin-bottom: 3.2%;
  	width: 41.5%;
  	overflow: hidden;
}
.box6-cont ul li a{
	width: 100%;
	font-size: 16px;
	color: #26373C;
	letter-spacing: 0;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
}
.ckgd{
	color: #0073FF;
	text-align: center;
	font-size: 16px;
	display: block;
	/*margin: 0 auto;*/
	margin-left: -8%;
}
.box6-cont ul li a:hover{
	color: #0073FF;
}
.box6-cont ul li:nth-child(2n){
	margin-left: 10%;
}
.box6-cont ul>a{
	font-size: 18px;
	color: #0073FF;
	letter-spacing: 0;
	display: block;
	text-align: center;
	word-spacing: 2px;
	margin-top: 10px;
}
/*section7*/
.section7{
	height: 100%;
}
.section7 h2{
	margin-bottom: 3%;
}
.dtu{
	width: 68%;
	height: 49%;
	margin-bottom: 10%;
}
#fullPage-nav li .active span, .fullPage-slidesNav .active span{  
    background: #0070FF!important;  
}  
#fullPage-nav span, .fullPage-slidesNav span{  
    border: 1px solid #0070FF!important;/*这里设置的是非活动导航的颜色*/  
    background: #fff!important;
}  
/*地图*/
@keyframes moves {
	0% {
		opacity: 0.1;
		transform: scale(1);
	}
	
	30% {
		opacity: 0.8;
		transform: scale(2);
	}
	
	60% {
		opacity: 0.6;
		transform: scale(3);
	}
	
	80% {
		opacity: 0.3;
		transform: scale(4);
	}
	100% {
		opacity: 0;
		transform: scale(5);
	}
}
@-webkit-keyframes moves {
	0% {
		-webkit-opacity: 0.1;
		-webkit-transform: scale(1);
	}
	
	30% {
		-webkit-opacity: 0.8;
		-webkit-transform: scale(2);
	}
	
	60% {
		-webkit-opacity: 0.6;
		-webkit-transform: scale(3);
	}
	
	80% {
		-webkit-opacity: 0.3;
		-webkit-transform: scale(4);
	}
	100% {
		-webkit-opacity: 0;
		-webkit-transform: scale(5);
	}
}
@-ms-keyframes moves {
	0% {
		opacity: 0.1;
		-ms-transform: scale(1);
	}
	
	30% {
		opacity: 0.8;
		-ms-transform: scale(2);
	}
	
	60% {
		opacity: 0.6;
		-ms-transform: scale(3);
	}
	
	80% {
		opacity: 0.3;
		-ms-transform: scale(4);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(5);
	}
}
.map-detail {
	height:100%;
	width: 46%;
	/* background: url(../img/map.png)no-repeat; */
	background-size: 98%;
	position: relative;
	float: left;
}
.map-detail .point {
	position: absolute;
	top: 30%;
	right: 80%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #08b4f6;
}

.map-detail .point:nth-of-type(2) {
	top: 50%;
	right: 40%;
}
.map-detail .point:nth-of-type(3) {
	top: 36%;
	right: 60%;
}
.map-detail .point:nth-of-type(4) {
	top: 48%;
	right: 60%;
}
.map-detail .point:nth-of-type(5) {
	top: 60%;
	right:70%;
}
.map-detail .point:nth-of-type(6) {
	top: 80%;
	right: 40%;
}
.map-detail .point:nth-of-type(7) {
	top: 28%;
	right: 30%;
}
.map-detail .point:nth-of-type(8) {
	top: 45%;
	right: 45%;
}
.map-detail .point:nth-of-type(9) {
	top:60%;
	right: 50%;
}
.map-detail .point:nth-of-type(10) {
	top: 80%;
	right: 55%;
}
.map-detail .point:nth-of-type(11) {
	top: 10%;
	right: 22%;
}
.map-detail .point:nth-of-type(12) {
	top: 70%;
	right: 35%;
}
.map-detail .point:nth-of-type(13) {
	top: 83%;
	right: 30%;
}
.map-detail .point:nth-of-type(14) {
	top: 68%;
	right:28%;
}
.map-detail .point:nth-of-type(15) {
	top: 55%;
	right: 33%;
}
.map-detail .point:nth-of-type(16) {
	top: 65%;
	right: 20%;
}
.map-detail .point:nth-of-type(17) {
	top: 62%;
	right: 18%;
}
.map-detail .point:nth-of-type(18) {
	top: 60%;
	right:25%;
}
.map-detail .point:nth-of-type(19) {
	top: 47%;
	right: 35%;
}
.map-detail .point:nth-of-type(20) {
	top: 18%;
	right: 17%;
}
.map-detail .point:nth-of-type(21) {
	top:60%;
	right: 35%;
}
.map-detail .point:nth-of-type(22) {
	top: 43%;
	right:20%;
}
.map-detail .point:nth-of-type(23) {
	top: 45%;
	right:27%;
}
.map-detail .point:nth-of-type(24) {
	top: 47%;
	right: 49%;
}
.map-detail .point:nth-of-type(25) {
	top: 34%;
	right:27%;
}
.map-detail .point:nth-of-type(26) {
	top: 20%;
	right: 10%;
	display: none;
}
.map-detail .point:nth-of-type(27) {
	top:55%;
	right: 20%;
}
.map-detail .point:nth-of-type(28) {
	top: 32%;
	right: 18%;
}
.map-detail .point:nth-of-type(29) {
	top: 26%;
	right: 13%;
}
.map-detail .point:nth-of-type(30) {
	top:90px;
	right: 50px;
	display: none;
}
.map-detail .point:nth-of-type(31) {
	top:40%;
	right: 30%;
}
.map-detail .point:nth-of-type(32) {
	top: 93%;
	right: 38%;
}
.map-detail .point:nth-of-type(33) {
	top: 72%;
	right: 45%;
}
.map-detail .point:nth-of-type(34) {
	top: 75%;
	right: 22%;
}
.map-detail .point:nth-of-type(35) {
	top: 63%;
	right: 43%;
}
.map-detail .point>span {
	position: absolute;
	left: -2px;
	top: -2px;
	width: 12px;
	height: 12px;
	border: 0.1px solid #08b4f6;
	box-shadow:0px  0px 1px 1px #A7D6F2;
	-webkit-box-shadow:0px  0px 1px 1px #A7D6F2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity:0;
	-webkit-opacity: 0;
	z-index: 88;
}
.action{
	width: 20%;
	margin-top: 22%;
}
.action h6{
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: normal;
	margin-bottom: 10%;
}
.action div{
	width: 40%;
	margin: 0 auto;
}
.action img{
	width: 100%;
}
.action p{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 8%;
}
.telus{
	width: 25%;
	margin-top: 22%;
	margin-left: 3%;
}
.telus h6{
	text-align:justify;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: normal;
	margin-bottom:8%;
	margin-left: 3%;
}
.telus p{
	text-align:justify;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 2%;
	line-height: 20px;
	margin-bottom: 6%;
}
.telus a{
	display: block;
	background: #0880F1;
    border-radius: 14px;
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 5%;
}
/*footer*/
.footer{
	position: absolute;
	bottom:0;
	left: 0;
	height: 13%;
	width: 100%;
	background: #031430;
}
.bottom-logo{
	width: 15%;
	margin-top: 3%;
	margin-right: 5%;
}
.bottom-logo img{
	max-width: 100%;
}
.footer-cont{
	
}
.footer-cont>div{
	margin-left: 8%;
	margin-top: 3%;
}
.footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	color: #fff;
	font-size: 16px;
}
.footer-cont>div>a{
	margin-right: 5%;
}
.footer-cont p{
	margin-top: 1%;
	margin-left: 20px;
}
.footer-cont p span{
	margin-left: 60px;
}
/*****************************************************/
@media only screen and (min-width: 2200px){
	.box4-ball li p{
	position: absolute;
	padding: 0 3%;
	width: 100%;
	left: 0;
	bottom: 5%;
  }
  .footer{
	height: 11%;
  }
  .map-detail {
	height:100%;
	width: 45%;
	background-size: 100%;
  }
}
@media only screen and (max-width: 1700px) {
	.boxh2{
		font-size: 30px;
	}
	.box2-ball a{
	    font-size: 18px;
    }
    .box3-txt h3{
		font-size: 20px;
	}
	.box3-txt p{
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}
	.box3-box a{
		font-size: 18px;
	}
	.box3-box a:hover{
		font-size: 20px;
	}
	.box4-ball li p{
	  font-size: 16px;
    }
    .serve,.serve2{
	height: 76%;
  }
    .serve h3,.serve2 h3{
		height: 60px;
		font-size: 25px;	
		line-height: 60px;
	}
	.serve li{
		font-size: 20px;
		line-height: 24px;
		text-indent: 14px;
		padding-bottom: 2%;
    }
   .serve2 li{
		font-size: 20px;
		line-height: 28px;
		text-indent: 40px;
	 }
	 .adv{
		margin-top: 4%;
	}
     .box6-cont ul li{
	  	margin-bottom: 3%;	
	}
	.box6-cont ul li a{
		font-size: 14px;
	}
	.action h6,.telus h6{
	font-size: 16px;
   }
   .action p,.telus p{
	font-size: 14px;
  }
  .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 14px;
   }
   .action,.telus{
	margin-top: 14%;
  }
  .box4-ball li p{
	font-size: 14px;
   }
   .footer{
	height: 14%;
  }
}
@media only screen and (max-width: 1500px) {
	.boxh2{
		font-size: 28px;
	}
	.box2-ball a{
	    font-size: 16px;
    }
     .box3-txt h3{
		font-size: 18px;
	}
	.box3-txt p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
	}
	.box3-box a{
		font-size: 16px;
	}
	.box3-box a:hover{
		font-size: 18px;
	}
	.box4-ball li p{
	  font-size: 15px;
    }
     .serve,.serve2{
	height: 84%;
  }
    .serve h3,.serve2 h3{
		height: 50px;
		font-size: 20px;	
		line-height: 50px;
	}
	.serve li{
		font-size: 16px;
		line-height: 22px;
		text-indent: 12px;
		padding-bottom: 2%;
    }
   .serve2 li{
		font-size: 18px;
		line-height: 24px;
		text-indent: 36px;
	 }
	 .adv{
		margin-top: 3%;
	}
	 .box6-cont ul li{
	  	margin-bottom: 3%;	
	}
	.box6-cont ul li a{
		font-size: 14px;
	}
	.action h6,.telus h6{
	font-size: 14px;
   }
   .action p,.telus p{
	font-size: 12px;
  }
   .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 12px;
   }
   .action,.telus{
	margin-top: 16%;
  }
   .header>ul li a{
		font-size: 16px;
		margin-left: 30px;
	}
	.box5-p{
		text-align: center;
		font-size: 16px;
	    color: #000000;
	    line-height: 26px;
	    margin-top: 2%;
	    margin-bottom: 3%;
	}
	 .box4-ball li p{
	font-size: 12px;
   }
   .footer{
	height: 14%;
  }
}
@media only screen and (max-width: 1290px) {
	.boxh2{
		font-size: 26px;
	}
	.box2-ball a{
	    font-size: 14px;
    }
     .box3-txt h3{
		font-size: 16px;
	}
	.box3-txt p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 6px;
	}
	.box3-box a{
		font-size: 14px;
	}
	.box3-box a:hover{
		font-size: 16px;
	}
	.box4-ball li p{
	  font-size: 14px;
    }
     .serve,.serve2{
		height: 90%;
	  }
    .serve h3,.serve2 h3{
		height: 40px;
		font-size: 18px;	
		line-height: 40px;
	 }
	 .serve li{
		font-size: 14px;
		line-height: 20px;
		text-indent: 10px;
		padding-bottom: 2%;
    }
   .serve2 li{
		font-size: 14px;
		line-height: 22px;
		text-indent: 26px;
	 }
	 .box6-cont ul li{
	  	margin-bottom: 3%;	
	}
	.box6-cont ul li a{
		font-size: 12px;
	}
	.action h6,.telus h6{
	font-size: 12px;
   }
  .action p,.telus p{
	font-size: 10px;
  }
   .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 10px;
   }
   .action,.telus{
	margin-top: 12%;
  }
	  .header>ul li a{
		font-size: 14px;
		margin-left: 30px;
	}
	 .box4-ball li p{
	font-size: 10px;
   }
   .footer{
	height: 17%;
  }
  .footer-cont>div{
	margin-left: 8%;
  }
}
