a:hover{cursor:pointer;text-decoration: none;}
.more a{cursor:pointer;display:block;}
.content{position:relative;}
.chatEwm{position: absolute;right: 82px;display: none;z-index: 999;}
.slidechat,.slidenav{position: absolute;right: 0;overflow:hidden;background:url(radiusbac.png) center left  no-repeat;height: 80px;width: 80px;cursor: pointer;z-index: 999;}
.slidenav:hover{width:256px;transition: width  1s ease 0s;-webkit-transition: width  1s ease 0s;-moz-transition: width  1s ease 0s;-ms-transition: width  1s ease 0s;-o-transition: width  1s ease 0s;}
.slidechat:hover{transition: all 5s ease 0s;}
.slidechat .slideimg{background:url(chatlogo.png) center left no-repeat;width: 25px;height: 20px;display: inherit;margin-top: 20px;margin-left: 34px;}
.slidechat .slidetext{color: #ffffff;display: inherit;letter-spacing: 4px;margin-left: 30px;margin-top:2px;}
.slidechat .slideleft{float:left;}
.slidechat .slideright{width: 60px;height: 60px;margin: 10px 0 10px 80px;}
.slidenav{top:120px;}
.slidenav .slideimg{background:url(navlogo.png) top left no-repeat;width: 25px;height: 25px;display: inherit;margin-top: 17px;margin-left: 34px;}
.slidenav .slidetext{color: #ffffff;display: inherit;margin-left: 16px;margin-top:2px;}
.slidenav .slideleft{float:left;}
.slidenav .slideright{width: 176px;height: 60px;margin: 10px 0 10px 80px;}
.slidenav .slideright p{color: #fff;display: block;padding: 2px 8px;cursor:pointer;}
.bd-img{display:block;
transition: transform  2s ease 0s;
-webkit-transition: transform  2s ease 0s;
-moz-transition: transform  2s ease 0s;
-ms-transition: transform  2s ease 0s;
-o-transition: transform  2s ease 0s;}
.bd-img:hover{transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);}
.bd-con{position: absolute;display: inline-block;width: 100%;text-align: center;font-size: 24px;color:#ffffff;font-weight: lighter;}
.conBox{position:relative;}
.section1{position:relative;float:left;width:442px;height:374px;background: url(index_bac1.png) center repeat;}
.section1 a{display:block;position:relative;text-align: center;font-size: 24px;color: #fff;}
.section1 .bd-img{width:92px;height:92px;margin:100px auto 40px auto;background: url(icon1.png) no-repeat;background-size: 100% 100%;}

.section1 .bd-con{bottom: 80px;}
.section2{float:left;width:738px;height:374px;position:relative;}
.section2 .box{float:left;width:246px;height:186px;overflow:hidden;}
.section2 .imgBox img{
    height:100%;
	transition:transform 2s;
	-webkit-transition:transform 2s;
    -moz-transition:transform 2s;
    -ms-transition:transform 2s;
    -o-transition:transform 2s;
 }
.section2 .imgBox img:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.section2 .conBox a{display:block;position:relative;text-align: center;font-size: 22px;color: #fff;}
.section2 .conBox .bd-img{width:92px;height:92px;margin:30px auto 10px auto;background: url(icon1.png) no-repeat;}

.topBox .box:nth-child(2){background: url(index_bac1.png) center repeat;}
.topBox .box:nth-child(2) .bd-img{background: url(icon2.png) center no-repeat;background-size: 100% 100%;}

.topBox .box:nth-child(3){background: url(index_bac2.png) -1px center no-repeat;}
.topBox .box:nth-child(3) .bd-img{background: url(icon3.png) center no-repeat;background-size: 100% 100%;}
.topBox .box:nth-child(3) .bd-con a{color: #2c3034;}

.botBox .box:nth-child(1){background: url(index_bac3.png) center no-repeat;}
.botBox .box:nth-child(1) .bd-img{background: url(icon4.png) center no-repeat;background-size: 100% 100%;}

.botBox .box:nth-child(2){background: url(index_bac5.png) center repeat;}
.botBox .box:nth-child(2) .bd-img{background: url(icon6.png) center no-repeat;background-size: 100% 100%;}


.botBox .box:nth-child(3){background: url(index_bac4.png) -1px center no-repeat;}
.botBox .box:nth-child(3) .bd-img{background: url(icon5.png) center no-repeat;background-size: 100% 100%;}
@media (max-width: 767px){
    .inner{width:100%;}
    .section1,.section2{width:100%;height:auto;}
    .section1 a{padding:20px 0;}
    .section1 .bd-img,.section2 .conBox .bd-img{width:50px;height:50px;margin:30px auto;}
    .section2 .box{width:50%;}
    .content{padding-bottom:80px;overflow:hidden;}
    .slidechat,.slidenav{display:none;}
}