@charset "utf-8";

/* CSS Document */
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


.wewweb {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.header {
	height: 500px;
	width: 100%;
	margin: auto;
}

.headercent {
	margin: auto;
	width: 1200px;
	text-align: center;
}

.headerbg {
	background: #f6d248;
}

.jiaoyubg {
	background: #f6f6f6;
	padding: 50px 0;
}
.jieshao_bg{width: 100%; margin: 0 auto; overflow: hidden; border-top:15px #fff solid;}
.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.wewpresent {
	margin: 0 auto;
	text-align: center;
}

.wewpresent h3 {
	font-weight: bold;
	font-size: 24px;
	height: 80px;
	line-height: 100px;
}

.zhanwei {
	width: 60px;
	height: 5px;
	margin: 0 auto;
	position: relative;
}

.wewpst {
	display: -webkit-flex;
	display: flex;
	width: 1200px;
	/*! border-top:1px solid #000 ; */
	margin-top: -1px;
	-webkit-justify-content: center;
	justify-content: center;
}

.allgood {}

.allgood p {
	height: 70px;
	line-height: 70px;
	text-align: right;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	font-weight: bold;
}

.allgood p:hover {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(176, 31, 184, 1)), to(rgba(255, 89, 76, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jiangbei img {
	width: 310px;
	cursor: pointer;
	-webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 2s cubic-bezier(0.77, 0, 0.175, 1);
}

.jiangbei img:hover {
	-webkit-animation: turn 1s 1;
	animation: turn 1s 1;
}

.textright p {
	text-align: left;
}

.textleft p {
	text-align: right;
}

.wewpst .wewpstsp1 {
	width: 750px;
	padding: 30px 50px 0;
	font-size: 16px;
	line-height: 31px;
	text-align: left;
	text-indent: 32px
}

.wewpst .wewpstsp2 {
	padding: 60px 80px;
}
/*全方位优势*/
.goodness {
	width: 300px;
	height: 240px;
	margin: 55px 150px 0 0;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block\9;
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	cursor: pointer
}

.goodness:hover {
	-webkit-filter: brightness(103%);
	filter: brightness(103%);
	box-shadow: 0px 0px 20px 5px #ececec
}

.wewpst .goodness:last-child {
	margin: 55px 0 0 0;
}

.wewpst .nesstitle {
	background: #ececec;
	height: 75px;
	width: 100%;
}

.wewpst .nesstitle h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 60px;
	line-height: 26px;
	padding: 14px 30px;
	text-align: left;
}

.titlespan {
	padding: 70px 50px 0;
}

.jieshao {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.wewpst .nesscont {
	background: #43adff;
	height: 165px;
}
/*产品推荐*/
.gnjs {
	width: 100%;
	min-width: 1200px;
	background: #f2f2f2;
	background-size: cover;
	/*! margin: 60px auto 0 auto; */
	padding-bottom: 50px;
}

.gnjs .wewpst {
	margin-top: 50px;
}

.gnjs .wewpst a {display: inline-block;}

.gnjslist {
	width: 260px;
	height: 205px;
	margin: 0 10px 0 auto;
	background: #fff;
/* 	border-radius: 0px 80px 0px 80px; */
	display: inline-block\9;
	transition: 200ms;
	-webkit-transition: 200ms;
	cursor: pointer;
	display:inline-block;
}

.gnjslist:hover {
	-webkit-filter: brightness(103%);
	filter: brightness(103%);
	box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1)
}

.yuan {
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 10px;
	margin: 25px auto 18px auto;
}

.yuan img {
	margin: 10px auto;
	text-align: center;
	padding-top: 5px;
}
.gnjste{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.gnjslist:hover div.yuan {
	-webkit-animation: turn 1s 1;
	animation: turn 1s 1;
}

.gnjslist2:hover div.yuan {
	-webkit-animation: turn 1s 1;
	animation: turn 1s 1;
}

.donut-front {
	z-index: 5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes turn {
	to {
		-webkit-transform: rotateY(360deg);
	}
}

@keyframes turn {
	to {
		transform: rotateY(360deg);
	}
}

/*按钮样式*/
.baojia {
	text-decoration: none;
	width: 250px;
	line-height: 50px;
	height: 50px;
	background-color:#ff6000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin-top: 50px;
}

.baojia:hover {
	background-color:#ff3300;
	color: #fff;
}

/*相关资讯*/

.new_center {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.new_center ul {
	width: 560px;
	float: left;margin: 0 20px;
}


.new_center_title {
	background: #e3e3e3;
	color: #333;
	line-height: 26px;
	font-size: 15px;
	padding: 10px 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.new_center_title_left {
	float: left;
	display: inline-block;
}

.new_center_title_left img {
	display: block;
	width: 8px;
	height: 26px;
	float: left;
	margin-right: 4px
}

.new_center_title a {
	display: inline-block;
	float: right;
	font-size: 14px;
}

.new_center ul li {
	padding: 4px 0;
	line-height: 26px;
	font-size: 14px;
	border-bottom: 1px #eee dashed;
	text-align: left;
}

.new_center_l {
	width: 400px;
	float: left;
	height: 26px; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.new_center_r {
	width: 140px;
	float: right;
	text-align: right;
}

/* 分页 */
.seepage {margin-top:20px;}
.seepage a {color: inherit; display: inline-block; width: 100%; height: 100%;}
.seepage ul {}
.seepage ul li, .seepage .pageup, .seepage .pagedown { width:26px;height:26px;line-height:26px; text-align: center; float:left;color: #666; border:1px solid #eee;margin:2px 5px; padding: 0; -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);}
.seepage .pageup {}
.seepage ul li.nowpage, .seepage ul li:hover, .seepage .pageup:hover, .seepage .pagedown:hover { color: #fff; border:1px solid #4d90f4; background: #4d90f4;}


/*售后体系*/

.shouhou {
	width: 324px;
	height: 315px;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	margin: 40px 15px;
}

.shtitle {
	border-radius: 300px;
	background: #FFFFFF;
	width: 110px;
	height: 110px;
	margin: auto;
}

.shtitle img {
	width: 50px;
	height: 50px;
	margin: 10px auto 0 auto;
}
.shtitle p {

	font-size: 18px;
	font-weight: bold;
}
.shouhou:hover {
	box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
	border-radius: 10px;
}

.shouhou:hover .shtitle {
	transform: scale(1.14);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.08);
	-webkit-transform: all .5s ease 0s;
	
	box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
}

.shouhou:hover .shtitle p {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(176, 31, 184, 1)), to(rgba(255, 71, 76, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.shcont {
	font-size: 14px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	padding: 0 10px;
	padding: 0 15px;
}

.shcont p:first-child {
	margin-top: 15px;
}


.animations {
	position: relative;
}

.ball {
	display: none;
}

.shouhou:hover .ball {
	display: inline-block;
	position: absolute;
	top: -5px;
	width: auto;
	transform-origin: 0 60px;
	animation: ballRotate 2.5s infinite linear;
	z-index: 9999;
}

@keyframes ballRotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*运营群体*/
.yyqt {
	width: 100%;
	min-width: 1200px;
	margin: 60px auto 0 auto;
	padding-bottom: 50px;
	background: #f6f6f6
}

.yunyong{
	height: 245px;
	width: 285px;
	margin: 50px 5px;
}
.yunyong img{
	border-radius: 10px;
	
}
.yunyong p{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
}
/*合作客户*/
.hzhb{
	background: url(../../newImages/special/jiaoyu/hzhbbg.png);
}
.jtzhix{
	height: 230px;
	padding: 140px 10px;
}
.jtzhix img{
	
	cursor: pointer;
}
.jiaoyuxt{width: 100%; margin: 0 auto; background: #fff; overflow:hidden; padding: 30px 0;}
.jiaoyuxt img{display: block; width:1200px;margin: 0 auto;}
.youshi_q{width: 1200px; margin:30px auto; overflow: hidden;}
.title_ys{text-align: center; line-height:60px; font-size: 28px; font-weight: bold;}
.title_ys font{color: #ff6600; margin-left: 10px;}
.line{width: 60px; height: 5px; background: #ff6600; margin: 0 auto;}
.youshi_q ul{width: 1200px; margin:50px auto 0; overflow: hidden;}
.youshi_q ul li{float: left; width: 220px; margin:10px 10px; background: #fff; overflow: hidden; text-align: center; padding: 40px 0; border:1px #b5e6ff solid;transform: scale(1);  
                transition: all .5s ease 0s;  
                -webkit-transform: scale(1);  
                -webkit-transform: all .5s ease 0s;}
.youshi_q ul li:hover{box-shadow: 0 0 10px rgba(181,230,255,0.6);
	transform: scale(1.04);  
                transition: all .5s ease 0s;  
                -webkit-transform: scale(1.04);  
                -webkit-transform: all .5s ease 0s;}
.youshi_q ul li img{display: block;  margin: 0 auto; width: 105px; height: 122px;}
.youshi_q ul li:hover img{-webkit-animation: turn 1s 1;
	animation: turn 1s 1; font-size: 18px;}
.youshi_q ul li p{line-height: 22px; font-size: 16px; padding: 10px 18px; text-align: left; height: 66px;}
.zixun_xq{width: 1200px; margin: 0 auto 20px;text-align: center;}
.zixun_xq a{display: inline-block;text-decoration: none;width: 250px;
	line-height: 50px;
	height: 50px;
	background-color: #ff6600;
	color: #fff;
	text-align: center;
	font-size: 16px;}
.zixun_xq a:hover{background-color:#ff3300;}

.online_jy{font-size: 24px;line-height: 60px; width:800px; text-align: left; margin:30px auto 0;} 
.container_x{ width: 900px; margin: 0 auto;overflow: hidden;display: flex;flex-wrap: wrap;padding: 0 0 30px; height: 625px;align-items: center;}
.container_x ul.tabs{width:320px;display: flex; flex-wrap: wrap; margin: 0 20px;}
.container_x ul.tabs li{color: #fff;text-align: center;font-size: 16px;float: left; width: 120px; margin: 10px 20px;}
.container_x ul.tabs li a{color:#fff; width: 120px; height: 120px;display: inline-block; border-radius: 6px; line-height: 30px; background: #bababa;align-items: center;-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);}
.container_x ul.tabs li a img{display: block; margin: 25px auto 0;}
.container_x ul.tabs li.active a{color: #fff; background: #21a1fb ; display: inline-block;}
.container_x ul.tabs li a:hover{ background: #21a1fb; }
.active{color: #fff;}
.tab_content{ position: absolute; top:67px; left: 17px;}
.tab_content ul li{line-height: 30px;}
.gogo{width: 200px; margin-right: 20px;}
.gogo img{display: block; margin: 0 auto;width: 63px; height: 67px;}
.container_x .tab_container{position: relative;}






