/*
**************************
(C)2017
update: 2017-4-25 14:15:34
person: WangRupeng
**************************
*/
/*绑定菜单*/
#menupage{
	position: fixed;
	top: 25%;
	right: 8em;
	z-index: 110;
	border-right: 1px solid #d1d1d1;
	padding: 3em 0;
}
#menupage li{
	height: 28px;
	margin: 3px 0;
	margin-right: -7px;
	/*width: 160px;*/
}
#menupage li span{
	width: 10em;
	font-size: 1.7em;
	padding-right: 1em;
	margin-right:0.5em;
	text-align: right;
	line-height: 28px;
	color: #6b6b6b;
	display: block;
	float: left;
}
#menupage li em{
	float: right;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #d8d8d8;
	border-radius: 13px;
	margin-top: 7px;
}
#menupage li.active span{
	background: #3085c1;
	color: #ffffff;
}
#menupage li.active em{
	background: #3085c1;
}

.fp-controlArrow{
	display: none;
}

/*首屏导航*/
.nav-home{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	padding: 1em 0;
}
.nav-home .logo{
	float: left;
	padding-left: 5em;
}
.nav-home ul.nav_list{
	float: right;
	padding-right: 2em;
	line-height: 5em;
}
.nav-home ul.nav_list li{
	display: inline;
	padding: 0 1em;
}
.nav-home ul.nav_list li a{
	color: #ffffff;
	font-size: 1.125em;
	padding: 0.5em;
}
.nav-home ul.nav_list li:hover a{
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
.navhome{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	padding: 2em 0;
	display: none;
	background: #ffffff; 
	box-shadow: 0px -8px 52px #999;
}
.navhome .logo{
	float: left;
	padding-left: 5em;
}
.navhome ul.nav_list{
	float: right;
	padding-right: 2em;
	line-height: 5em;
}
.navhome ul.nav_list li{
	display: inline;
	padding: 0 1em;
}
.navhome ul.nav_list li a{
	color: #333;
	font-size: 1.125em;
	padding: 0.5em;
}
.navhome ul.nav_list li:hover a{
	border-bottom: 1px solid #3085c1;
	text-decoration: none;
	color: #3085c1;
}


.section{
	position: relative;
	text-align: center;
}
.section h3{
	font-weight: bold;
	font-size: 2.5em;
}
.section p{
	color: #666666;
}
.section .hp1{
	line-height: 3em;
	padding-bottom: 0.5em;
	background: url(../images/line1.jpg) bottom no-repeat;
	background-size: auto 0.2em; 
}
.section .hp2{
	line-height: 2em;
	padding-top: 2em;
}
.slide{
	width: 100%;
	height: 100%;
}

.section2{
	font-size: 1.4em;
}
.section2 .home2{
	padding-top: 2em;
}
.home2 ul li{
	padding: 0 2em;
	position: relative;
	perspective: 1000;
} 
.home2 ul li .flip{
	position: relative;
}
.home2 ul li:hover .flip, .home4 ul li.hover .flip{
	transform: rotateY(180deg);
}
.section2 .home2 ul li .title{
	padding-top: 1em;
	line-height: 2em;
}
.section2 .home2 ul li .title a{
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
}
.section2 .home2 ul li .text{
	padding-top: 1px;
	line-height: 1.7em;
	color: #666666;
}

.section3 h3{
	margin-top: 5em;
}
.home3{ margin:2em auto 0;   }
.home3 .hd{ height: 2em; line-height:2em; overflow:hidden; }
.home3 .hd ul{ float:right; width: 100%; text-align: center; }
.home3 .hd ul li{ padding:0 1.5em; vertical-align:top; display: inline; }
.home3 .hd ul li a{
	padding-left: 2em;
	padding-right: 0.5em;
	color: #333333;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
}
.home3 .hd ul li:nth-child(1) a{
	background: url(../images/h3-icon1.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li:nth-child(2) a{
	background: url(../images/h3-icon2.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li:nth-child(3) a{
	background: url(../images/h3-icon3.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li:nth-child(4) a{
	background: url(../images/h3-icon4.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li:nth-child(5) a{
	background: url(../images/h3-icon5.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li:nth-child(6) a{
	background: url(../images/h3-icon6.jpg) left no-repeat;
	background-size: 1.7em auto;
}
.home3 .hd ul li.on:nth-child(1) a{
	background: url(../images/h3-icon11.jpg) left no-repeat;
}
.home3 .hd ul li.on:nth-child(2) a{
	background: url(../images/h3-icon22.jpg) left no-repeat;
}
.home3 .hd ul li.on:nth-child(3) a{
	background: url(../images/h3-icon33.jpg) left no-repeat;
}
.home3 .hd ul li.on:nth-child(4) a{
	background: url(../images/h3-icon44.jpg) left no-repeat;
}
.home3 .hd ul li.on:nth-child(5) a{
	background: url(../images/h3-icon55.jpg) left no-repeat;
}
.home3 .hd ul li.on:nth-child(6) a{
	background: url(../images/h3-icon66.jpg) left no-repeat;
}
.home3 .hd ul li.on a{
	color: #3085c1;
	border-bottom: 1px solid #3085c1;
}
.home3 .bd ul{padding: 2em 3px 3px; overflow: hidden;}
.home3 .bd ul li{
	position: relative;
	padding: 3px;
	display: inline-block;
}
.home3 .bd ul li .newest{
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 100;
}
.home3 .bd ul li .img{
	width: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #c9c9c9;
}
.home3 .bd ul li .img img{
	transform: scale(1);
	transition: 0.5s;
}
.home3 .bd ul li:hover .img img{
	transform: scale(1.05);
	transition: 0.5s;
}
.home3 .bd ul li .title{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3em;
	padding: 0 3px;
}
.home3 .bd ul li .title p{
	width: 100%;
	height: 3em;
	line-height: 3em;
	background: url(../images/h3-nbg.png);
}
.home3 .bd ul li .title p a span{
	padding-left: 2em;
	color: #ffffff;
	float: left;
}
.home3 .bd ul li .title p a span+span{
	padding-right: 2em;
	padding-left: 0;
	float: right;
}

/*第四屏*/
.home4{
	margin-top: 2em;
}
.home4 ul li{
	padding: 0 4em;
	position: relative;
	perspective: 1000;
} 
.home4 ul li .flip{
	position: relative;
}
.home4 ul li:hover .flip, .home4 ul li.hover .flip{
	transform: rotateY(180deg);
}
.front, .back{
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.flip {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front {
	z-index: 2;
}
.back {
	transform: rotateY(180deg);
	z-index: 3;
}

.home4 ul li .text{
	padding-top: 1em;
}
.home4 ul li .text b{
	color: #333333;
	font-size: 1.5em;
}
.home4 ul li:hover .text b{
	color: #3085c1;
	font-size: 1.5em;
}
.home4 ul li .text p{
	color: #666;
	padding-top: 5px;
}


/*第五屏*/
.section5{
	background: url(../images/home5bg.jpg) bottom no-repeat;
	background-size: 100%;
}
.sec5{
	position: relative;
	overflow: hidden;
}
.rotor{
	width: 55%;
	float: left;
	overflow: hidden;
}
.lucky {
    float: left;
    /*width: 52%;*/
    text-align: left;
}
.lucky h3 {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.2em;
}
.lucky h5 {
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}
.lucky_img{
	position: relative;	
	float: left;
}
.lucky_img img:nth-child(2){
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -48px;
	margin-top: -70px;
	cursor: pointer;
}
.mess{
	width: 40%;
	position: absolute;
	background: #ffffff;
	bottom: 0;
	right: 0;
	padding: 1.5em;
	text-align: left;
}

.hm1{
	width: 100%;
	float: left;
	line-height: 1.5em;
	font-size: 2em;
	color: #333;
}
.hm2{
	width: 100%;
	float: left;
	line-height: 3em;
	color: #999999;
}
.hm3{
	width: 100%;
	float: left;
	padding-left: 2em;
	background: url(../images/hm_tel.jpg) left no-repeat;
	line-height: 2em;
	background-size: 1.5em;
}
.hm3 span{
	font-family: 'Arial';
	font-size: 2.5em;
	font-weight: bold;
	color: #ffa507;
}
.hm4 .hinput{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
	border: 1px solid #dadada;
	border-radius: 5px;
	position: relative;
	height: 3em;
	line-height: 3em;
}
.hm4 .hinput input{
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	border: none;
	text-indent: 6em;
	outline:none;
}
.hm4 .hinput span{
	display: inline-block;
	width: 5em;
	height: 3em;
	line-height: 3em;
	text-indent: 1em;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #dadada;
}

.hm5 .hinput{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
	position: relative;
	height: 2.5em;
	line-height: 2.5em;
}
.hm5 .hinput input:nth-child(2){
	width: 70%;
	height: 2.5em;
	line-height: 2.5em;
	border: none;
	text-indent: 6em;
	outline:none;
	border: 1px solid #dadada;
	border-radius: 5px;
}
.hm5 .hinput span{
	display: inline-block;
	width: 5em;
	height: 2.5em;
	line-height: 2.5em;
	text-indent: 1em;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #dadada;
}
.hm5 .hinput  input:nth-child(3){
	float: right;
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	color: #ffffff;
	background: #ff6633;
	padding: 0 1em;
	border-radius: 5px;
	min-width: 7em;
	outline:none;
	border: none;
}
.hm5 .hinput #zphone[disabled=disabled]{
	background: #ccc;
}
.hm6{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1.5em;
}
.hm6 .hb1{
	height: 3em;
	padding: 0 2em;
	background: #0099cc;
	color: #ffffff;
	border-radius: 5px;
	border: none;
	float: left;
	margin-right: 1em;
}
.hm6 .hb2{
	height: 3em;
	padding: 0 2em;
	background: #cbcbcb;
	color: #333;
	border-radius: 5px;
	border: none;
	float: left;
}
.hm7{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dashed #d0d0d0;
}


.txtMarquee{ overflow:hidden; position:relative; }
.txtMarquee .infoList li{ 
	height: 2.5em;
	line-height: 2.5em;
	color: #333333;
	padding: 0 0.5em;
}
.txtMarquee .infoList li span.t1{
	float: left;
	width: 50%;
}
.txtMarquee .infoList li span.t2{
	width: 50%;
	float: right;
	color: #ff6633;
	text-align: left;
}


/*第六屏*/
.section6 h3{
	margin-top: 2em;
}
.home6{
	margin-top: 7em;
}
@media (max-width: 768px) {
	.home6{
		margin-top: 3em;
	}
}
.pd{
	padding: 0 0.5em;
}
.dynamic{
	width: 100%;
	float: left;
	overflow: hidden;
}
.column{
	height: 3em;
	line-height: 3em;
	color: #b1b1b1;
	width: 100%;
	float: left;
	border-bottom: 1px solid #bfbfbf;
}
.column b{
	color: #3f3f3f;
	font-size: 1.125em;
	float: left;
}
.column span{
	float: left;
}
.dynamicfouse{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
}
.dynamicfouse .img{
	width: 45%;
	float: left;
	overflow: hidden;
}
.dynamicfouse .text{
	width: 55%;
	float: right;
	overflow: hidden;
	padding-left: 0.5em;
	text-align: left;
}
.dynamicfouse .text .title{
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 2em;
}
.dynamicfouse .text .title a{
	color: #333333;
	font-size: 1.125em;
}
.dynamicfouse .text .desc{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
	line-height: 1.5;
	font-size: 12px;
	color: #666666;
}
.dynamicfouse .text .more{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
}

.dynamic_list{
	width: 100%;
	float: left;
	overflow: hidden;
	border-top: 1px dashed #d1d1d1;
	margin-top: 2em;
	text-align: left;
}
.dynamic_list ul li{
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 1em;
	border-bottom: 1px solid #e3e3e3;
}
.dynamic_list ul li .date{
	width: 20%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #919191;
	line-height: 1.5em;
	text-align: center;
}
.dynamic_list ul li .date p{
	font-size: 2em;
	color: #333333;
}
.dynamic_list ul li .date span{
	color: #a2a2a2;
}
.dynamic_list ul li .text{
	width: 80%;
	float: left;
	padding-left: 1em;
}
.dynamic_list ul li .text a{
	color: #666666;
}

/*恒凯网络营销课堂*/
.hs_list{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1em;
}
.hs_list li{
	width: 100%;
	float: left;
	margin-bottom: 1em;
}

.faq_list{
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: left;
	margin-top: 1em;
}

.faq_list ul li{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 1em;
}
.faq_list ul li .text{
	width: 100%;
	float: left;
	padding: 1em 1.5em;
	border: 1px solid #d6d6d6;
}
.faq_list ul li .desc{
	width: 100%;
	float: left;
	padding: 0.7em 0.5em 1em;
	border-bottom: 1px dashed #d5d5d5;
}
.faq_list ul li:hover .text{
	color: #ffffff;
	background: #3085c1;
}
.faq_list ul li:hover .text p{
	color: #fff;
}

/*第七屏*/
.home7{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 5em;
}
.home7 ul li{
	width: 12.5%;
	float: left;
	border: 1px solid #f0f0f0;
}

.section{
	font-size: 1.4em;
}
.section7 h3{
	margin-top: 2em;
}


@media (max-width: 768px) {
	.home3 .hd ul li{
		padding:0 0.8em;
	}
	.home4 ul li{
		padding: 1em;
	}
	.section h3{
		font-size: 1.8em;
		margin-top: 1em
	}
	.section3 h3{
		margin-top: 1em
	}
	.home2 ul li:hover .flip, .home4 ul li.hover .flip{
		transform: rotateY(0deg);
	}
}
@media (max-width: 388px) {
	.home3 .hd ul li {
		padding-left: 0;
		padding-right: 0
		
	}
}







