/* @font-face {
     font-family: 'hyxkj';
        src: url('../fonts/hyxjk/hyxjk.eot');
    src: url('../fonts/hyxjk/hyxjk.eot') format('embedded-opentype'),
    	url('../fonts/hyxjk/hyxjk.woff') format('woff'),
    	url('../fonts/hyxjk/hyxjk.ttf') format('truetype'),
    	 url('../fonts/hyxjk/hyxjk.svg') format('svg');

} */
/* @font-face {
     font-family: 'hyzyj';
    src: url('../fonts/hyzyj.TTF');
}  @font-face{
	  font-family: 'xdzmp';
    src: url('../fonts/xdzmp.ttf');

}
*/

/* @font-face {
     font-family: 'hyzhengyuan';
       src: url('../fonts/hyzhengyuan/HYZhengYuan-45W.eot');
    src:  url('../fonts/hyzhengyuan/HYZhengYuan-45W.eot') format('embedded-opentype'), 
        	url('../fonts/hyzhengyuan/HYZhengYuan-45W.woff') format('woff'),
 		  url('../fonts/hyzhengyuan/HYZhengYuan-45W.ttf') format('truetype'),
 		  url('../fonts/hyzhengyuan/HYZhengYuan-45W.svg') format('svg');  
} */


.fontfamily-child
{
    font-family:"微软雅黑";
    font-size: 16px; 
}
.fontfamily-index-child{
 	font-family:"微软雅黑";
    font-size: 18px; 
}
.font-family-title
{
/* 	font-family: 'hyxkj' */
font-family:"微软雅黑";
}
ul{

  list-style: none;
}
.modal
{
	display: none;
	width: 100%;
	height: 100%;
	z-index:9999;position:fixed;
	background-color: rgb(0,0,0);
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.modal-head
{
	/* height: 70px; */
	/* width: 100%; */
	padding:20px;
	color:#fff;
/* 	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c11000,endColorStr=#ff611c);
 */background: -ms-linear-gradient(right, #c11000,#ff611c);
background: -moz-linear-gradient(right, #c11000,#ff611c); 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c11000),to(#ff611c)); 
background: -webkit-linear-gradient(right, #c11000,#ff611c); 
background: -o-linear-gradient(right, #c11000,#ff611c);


	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ff611c,endColorStr=#c11000);
}
.gangwei-title
{
	font-size: 24px;
    padding-top:10px;
  
}
.guanwnag-title
{
	font-size: 14px;

    margin-bottom: 10px;
}


.modal-content
{
	background:white;
    width:320px;
    height:420px;
   position:fixed;
   z-index: 9999;
    left:50%;
    top:50%;
    margin-left:-160px;
    margin-top:-240px;
}
.modal-body
{
	padding:20px;
	font-size: 16px;
}
.modal-body>input,.modal-body>div,.modal-body>select,.modal-body>textarea
{
	margin-top:10px;
	
}
.form-group
{
	width: 100%;
}
.form-group>input
{
	width: 90%;
}
.select-item
{
width: 44%;
margin-left:0;

	margin-right:4%;
}
textarea
{
	width: 90%
}
.select-one-item
{
	width: 100%;
	float: left;
}
.select-item:last-child
{
	margin-right: 0%;
	float: right;
}
.modal-body  input,.modal-body  select,.modal-body textarea
{
	padding:5px 10px;
}
.submit-form
{
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color:#fff;
	background-color: #f45317;
	border-color: #f45317;
	cursor: pointer;
}
*{
	margin: 0 auto;
	padding: 0;
}
body
{
	background-color:#fff;
	font-family: "微软雅黑";
	/* 	width: 100%; */
}
html
{
	width: 100%;
}
body
{
/* background-image: url("../images/bg.png"); */
		
}
.clear
{
	clear: both;
}
.ml5
{
	margin-left:4px;
}
.ml10
{
	margin-left:10px;
}
.mb-30
{
	margin-bottom: 30px;
}
.safe-width
{
	/* width: 1200px; */
}
.safe2-width
{
	width:75%;
}
#cube{
	 position: relative;
	overflow: hidden; 
}
.banner-view{
	position: relative;
	height: 100%;
	z-index: 999;
	background-color: #fff;
	background-repeat: no-repeat;
}
.banner-view i{
	position: relative;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

.index-nav
{
	position: relative;
	 background-image: url("../images/lnavbg.jpg");
	padding-bottom: 30px;
	/* height: 186px; */
	width: 100%;
background-repeat: no-repeat; 
  -webkit-background-size: cover;
-o-background-size: cover; 
background-size: 100% auto;

  background-position: center top;
   background: none\9;
    /*下一行为关键设置*/
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/lnavbg.jpg', sizingMethod='scale');
 

}

.index-logo-content
{
	position: absolute;
	margin-left:-47px;
	left:50%;
	top:10px;
	width: 95px;
	height: 80px;
	display: inline-block;
}
.index-logo-content>img 
{
	width: 95px;
	height: 80px;
}
.nav-item
{
	display: inline-block;
	float: left;
	position: relative;
	height: 100%;
	padding-top:20px;
	width: 5%;
	margin-left:5%;
/* 	margin-left:76px;
	 */	color:#5b5b5b;

}
.nav-item:nth-child(1)
{
	margin-left:4%;
}

.nav-item-active
{
	color:#b52c24;
}
.nav-item-text-c
{
	width: 20px;
	/* font-size:20px; */
	display: inline-block;
	float: left;
	line-height: 110%;
}
.nav-item-text-e
{
	font-size:12px ! important;
	display: inline-block;
	float: left;
	line-height: 100%;
	 writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
.nav-home-img
{
	margin-top:6px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.banner {
  width: 100%;
  position: relative;
  perspective: 2000px;
  margin-bottom:40px;
  
}
/* ie 以外浏览器 的轮播样式 */
.noiecube {
 width: 100%;
 position: absolute;
 transform-style: preserve-3d;
  
}

.noiecube div {
  margin: 0;
   width: 100%;
/* height: 803px; */
  /* display: flex; */
  position: absolute;
  
  color: white;
}

.noiecube
{
	transform: translateZ(-50vw);
	transition: transform 1.5s ease-in-out;
}
.noiecube .front {
  transform: rotateY(0deg) translateZ(50vw);
}
.noiecube .back {
  transform: rotateY(180deg) translateZ(50vw);
}
.noiecube .tright {
  transform: rotateY(90deg) translateZ(50vw);
}
.noiecube .tleft {
  transform: rotateY(-90deg) translateZ(50vw);
}
.noiecube .top {
  transform: rotateX(90deg) translateZ(50vw);
 
}
.noiecube .bottom {
  transform: rotateX(-90deg) translateZ(50vw);
}
/*     ie  下 普通的轮播   */
 .banner
 {
     overflow: hidden; /*     将超出该div的子元素隐藏*/
 }

.iecube>div
{
   /*  position:absolute; */
     display: none;  
}
.iecubeon
{
	 display:block ! important;  
}

.index-start-bg>img
{
	width: 100%; 
	 height: 100%; 
}
.index-data>img
{
 width: 100%; 
	 height: 100%;  
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='--url',  sizingMethod='scale'); */
}
.index-info-img>img 
{
	/* width: 100%; 
	 height: 100%;  */
}
.index-start-bg
{
}
.index-info-item
{
	margin-top:60px;
	margin-right: 6%;
	line-height:150%; 
   letter-spacing: 2px;
     writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: vertical-rl;
}
.index-info-item-first
{
	margin-right: 10%;
}
.index-data
{
	/* width: 100%; */
 	margin-top:30px;
 	margin-bottom:30px;
 	position: relative;
}
.index-data>img
{
	 display: table-cell;
}
.index-data-item
{
	 position: absolute; 
	display: table-cell;
	text-align: left;
		top:35%;
		width: 25%;
}
.index-data-item>div
{
	width: 100%;
	text-align: center;
}
.companybg
{
	/* background-image: url("../images/companybg.png"); */
}
.text-center
{
	text-align: center;
}
.index-data-item1
{
	left:0%;
	width: 15%;
}
.index-data-item2
{
	left:23%;
}
.index-data-item3
{
	left:50%;
}
.index-data-item4
{
	left:75%;
}
.safe-width
{
	width: 83%;
}
.safe2-width
{
	/* margin-left:3%width: 94%;
	; */
}

.display-cell
{
	display: table-cell;
}
.font-14
{
	font-size: 14px;
}
.font-16
{
	font-size: 16px;
	color:#000;
}
.font-30
{
font-size: 30px;
}
.font-32
{
	font-size: 32px;
}
.color-b52c24
{
	color:#b52c24;

}
.position-r
{
	position: relative;
}

.position-ab
{
	position: absolute;
}
.index-server-bgimg
{
	 width:100% ! important;
	display: table-cell;
	height: 100% ! important;
	z-index:-1;

}
.font-36 
{
	font-size: 36px;
}
.color-000
{
color:#000;
}
.color-fff, .color-fff a
{
	color:#fff ! important;
}
.color-000-i
{
color:#000 ! important;
}
.mt_p_142
{
	margin-top:43%;
	height:16.5%;
}
.index-server-text
{
	right: 15.5%;
	top:34%;
}
.index-feng-div
{
	left:0;
	top:46%;
	width: 100%;
}
.index-feng-ul { 
  list-style: none;
  width:70%; 
  height: 300px; 
  position: relative; 
  overflow: hidden;
    margin-left:10%;

  
} 
.index-feng-ul li{ 
  width:60%; 
  height:300px; 
  position: absolute;

} 
.index-serverobj
{
	float: right;
	margin-right: 4%;
	width:6%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.index-serverobj-right
{
	float: left;
	margin-left:3%;
	width: 82%;
}
.index-serverobj-right-imgcontent
{
background:url("../images/Renshe.png") top center no-repeat;
background-size:  80% 100%;
 -webkit-background-size: contain;
  -o-background-size: contain;
   padding-bottom: 19%;
}
.index-serverobj-right-imgcontent>img
{
	/* width: 100% */
}
.index-serverobj-text
{
	top:14%;
	text-align:center;
	font-size: 56px;
}
.border-000-2
{
	border:2px solid #000;
}
.border-000-1
{
	border:1px solid #000;
}
.border-bottom-000
{
	border-bottom: 2px solid #000;
}
.index-point-content
{
	width: 100%;
	height: 20%;
}
.frame
{
	/* padding-top:8%;
	padding-bottom: 1%; */
}
.frame-item
{
	height: 8%;
}
.index-frame
{
	width:74px;
	height:355px; 
}
.index-serverobj-left
{
	margin-top:-10%;
	
	margin-left: -3%
}
.index-serverobj-left-tltle
{
	width: 80%;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 2%;
}
.index-serverobj-left-content
{
/* 	padding-left:15%;
padding-right:35%; */
	 width: 55%;
	 margin-top:2%;
	text-align: center;
	line-height: 200%;
	/* top:38%; */
}
.index-serverobj-left-content>p
{
	line-height: 187%;
}



.index-serverobj-left-item-text
{
	width: 100%;
  position: absolute;
	    top: 42%; 
	    font-size: 35px;
    text-align: center;
    
}
.index-serverobj-left-item-text-active
{
	color:#b52c24;
}


 .index-serverobj-left-item1
{
	position:absolute;
	left:0%;

	cursor: pointer;
	  
}
.index-serverobj-left-item2{
	position:absolute;

	left:24.5%;
cursor: pointer;
}
.index-serverobj-left-item3{
	position:absolute;
	cursor: pointer;

	right:21%;
  
}
.index-serverobj-left-item4
{
	position:absolute;
   cursor: pointer;
	right:-3%;
} 
.cooperate 
{
	margin-top: 1%;
	/* background:url('../images/cooperate.png')  no-repeat; */
	 -webkit-background-size: contain;
  -o-background-size:contain;
  background-size: 100%  100%;
 	/*  filter:
 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cooperate.png',sizingMethod='scale'); s */
  padding-top:3%;
  padding-bottom: 5%;
  margin-bottom: 30px;
}
.cooperate-img{
position: absolute;
top:0;
left:0;
z-index: -1;
width: 100%;
height: 150px;
}

.mr-p-20{
	margin-right: 10%;
}
.mb-p5
{
	margin-bottom:5%;
}
.mt35
{
margin-top:35px;
}
.mt-120
{
margin-top: 120px;
}
.mt-p-12
{
	margin-top: 4%;
}
.paddingtop-20
{
	padding-top: 20px;
}
.paddingbottom-10
{
	padding-bottom:10px;
}
.font-28
{
	font-size: 28px;
}
.font-35
{
	font-size: 35px;
}
.index-partner
{

	top:10%;
	width: 100%; 
	text-align: center;
}
/* .index-partner  img
{
	width: 80% ! important;
	height: 80% ! important;
} */
.index-partner-imgcontent{
	text-align: left;
	/* margin-top: 2%; */
	width: 24%;
/* 	margin-left:6%;
 */
}
.frame_point
{
	position: absolute;
	top:7%;
	left:45%;
}
.index-partner-title
{
margin-top:1%;

}
.index-partner-title>p
{
	/* font-family: "hyxkj" */
	font-family:"微软雅黑";
}

.index-partner-imgcontent img
{
	display: block;
margin-top:10%;
}
.width-p100
{
	width: 100%;
}
.font-37
{
	font-size:37px;

}
.base-bottom
{
	margin-top:-9%;
	padding-bottom:2%;
	width: 62.5%;
	/* top:18%; */
}
.font-22
{
	font-size: 22px;
}
.font-20
{
	font-size: 20px;
}
.base-bottom-ul{
	float: left;
	margin-left: 10%;
}
.base-bottom-ul>li
{
line-height: 170%;
}
.base-bottom-ul a
{
	text-decoration: none;
	width: 100%;
	height: 100%;
	color:#000;
}
.base-bottom-ul a:hover
{

}
.bottom-ul-1
{
margin-left:4% 
}
.bottom-code
{
	margin-right: 27%;
	margin-top:-7%;
}


.cooperate>img

{
	width: 100%;
	height: 100%
	
}
.index-server-left-bg
{
	font-size: 30px;
	width:30px;
	text-align: center;
	padding-top:100%;
	padding-bottom:5%;
	padding-left:100%;
	padding-right: 50%;
	/* margin-left:3%; 
	position:absolute;
	top:12%;*/
	/* background-color: #fff; */
	line-height: 100%;
	letter-spacing: 1px;
	color:#fff;
}


.index-server-right-text
{
color:#000;
position:absolute;
top:14%;	
/* font-size: 18px; */
margin-left:16%;
margin-right: 10%;
line-height: 200%;

}
.index-feng-ul-active .index-server-left-bg
{
	color:#b52c24;
	
}
/* 联系我们 */
.bg-f2f2f2
{
	background-color: #f2f2f2;
}
.nowposition
{
	font-size: 16px;
	color:#364049;
	padding-top: 15px;
	padding-bottom: 10px;
}

.about-content-left
{
	background-color: #fff;
	width: 23%;
	text-align: center;
}
.about-content-right
{
	width: 75%;
	background-color: #fff;
	overflow: hidden;

}
.about-content-right-text-base
{
	font-size:16px;
	line-height: 155%;
line-height: 170%;
}
.about-content-right-text
{
width:50%;


}
.about-content-left>li
{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #eee;
}
.about-content-left-li
{
	cursor: pointer;
	border-left:3px solid #fff;
	font-size: 18px;

	
}
.about-content-left-li>a
{
	color:#000;
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
}
.about-content-left-li-active
{
	border-left:3px solid #b02d23;
	background-color: #f6a59f;
	
}
.about-content-left-li-active>a
{
	color:#fff;

}
.about-content-right-title
{
	font-size: 24px;
	padding-left: 25px;
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #eee;
	margin-bottom: 45px;
	/* font-family: "hyxkj" */
	font-family:"微软雅黑";
}
#contactus_address
{
	line-height: 200%;
}
#main
{
	height: 600px;
}
.padding-p-20
{
	margin-left: 8%;
	margin-right:8%;
}
.padding-p-5
{
	margin-left: 5%;
	margin-right:5%;
}
.padding-p-4
{
	margin-left: 4%;
	margin-right:4%;

}
.display-inline-block
{
	display: inline-block;
}
.width-p-90
{
	width:90%;
}
.width-p-78
{
	width: 78%;
}
.width-p-85
{
	width:85%;
}
.width-p-74
{
	width:74%;
}

.width-p-80
{
	width:82%;
}
.width-p-65
{
	width:65%;
}
.width-p-60
{
	width:60%;
}
.width-p-50
{
	width:50%;
}
.width-p-55
{
	width:55%;
}
.width-p-52
{
	width:52%;
}
.width-p-35
{
	width: 35%;
}
.width-p-18
{
	width:21%;
}
.width-p-20
{
	width:20%;
}
.width-p-45
{
	width: 45%;
}
.width-p-38
{
	width:38%;
	text-align: center;
}
.width-p-8
{
	width: 8%;
	height: 100%;

}
.color-fff
{
	color:#fff;
}
.mr-p-3
{
	margin-right: 2%;
}
.mt-p-4
{
	margin-top: 4%;
}
 .arrow-left {
  background: url(../images/children/arrow-left.png) no-repeat center center ;
  position: absolute;
  /*  background-size:100% auto; */
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width:7%;
  height: 30px;
}
 .arrow-right {
  background: url(../images/children/arrow-right.png) no-repeat center center ;
/*    background-size: 100% auto;
   */  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
   width: 7%;
  height: 30px;
}
.swiper-parent
{
	margin-left:9%;
}

.swiper-container,.swiper-wrapper
{
	height: 123px;
	width: 100%;
	color:#fff;
	/* width: 640px; */
}
.swiper-slide
{
	font-size: 18px;
	line-height: 30px;
	
	border-radius: 50%;
	text-align: center;
	height: 100%;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}
.swiper-slide>p
{
	padding-bottom: 30px;
}

.red-slide
{
	background-color: #b02d23;
}
.blue-slide
{
	background-color:#3865d7;
}
.green-slide
{
	background-color:#1ac3a5;
}
.orange-slide
{
	background-color:#f1b93e
}



.swiper-slide-visible {
   opacity: 1;
  webkit-transform: scale(0.8);
 -moz-transform: scale(0.8);
 -ms-transform: scale(0.8);
 -o-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 16px;
 /*  opacity: 0.5;
 -webkit-transform: scale(0.8);
 -moz-transform: scale(0.8);
 -ms-transform: scale(0.8);
 -o-transform: scale(0.8);
 transform: scale(0.8); */
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 18px;
}

#joinus-swiper-container .swiper-slide-active
{
	color:#c22725;
	font-size: 18px;
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#joinus-swiper-container  .title
{
	line-height: 30px;
}
#joinus-swiper-container .swiper-slide-visible
{
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
	font-size: 18px;
}
.jobname
{
font-size: 16px;
}

.swiper-slide>.title
{
	height: 100px;
	padding-top:30px;
	line-height: 25px;
}
.pb-100
{
	padding-bottom: 30px;
}
.joinus-title-boder
{
	width: 45%;margin-right:2%;	
	float:left;
	text-align: center;
	font-size: 20px;
	height: 30px;
}
.joinus-title-boder-text
{
	width: 34%;
	margin-right: 4%;
}
.bg-663300
{
	background-color: #663333;
	height: 5px;
	margin-top:12px;
	width: 29%;
}
.joinus-bg-8
{
 background: url(../images/children/bg_8.png) no-repeat center center ;
 width: 100%;
 height: auto;
 background-size: 100%;
 margin-top: 20px;
}


/* 产品中心 主页面 */
.productcenter-edu-title-bg
{
	height:2px;background-color:#d6d6d5;margin-top:10px;
}
.productcenter-edu-title-bg-item
{
height: 100%;
background-color:#e64b4d;width:10%
}
.productcenter-edu-title
{
	font-size:32px;color:#f47f4c;text-align:center
}
.productcenter-edu-text
{
	font-size: 15px;
	/* margin-top: 76%; */
}
.productcenter-edu-have-bg
{
	background:url("../images/children/jiaoyueguanli.png") center ;
color:#fff;
 width: 996px; 
}
.productcenter-edu-ttitle
{
	font-size: 18px;

}
#page2_base p
{
	line-height: 120%;
}
.productcenter-edu-bg
{

background-size: 100% 100%;

height: 460px;
}
.productcenter-train-text
{
	margin-left:12%;height:100%;
	text-align: left;
	font-size: 16px;
	line-height: 200%;
}
.productcenter-edu-text {
    margin-left:6%;
    line-height: 150%;
    font-size: 16px;
    /* margin-top: 76%; */
    margin-top: 15%;
    width: 18%;
    }
#productcenter-edu-tel
{
padding-top:20px;
padding-bottom: 20px;
text-align: center;
}
#page2_2
{
	padding-bottom: 30px
}
.productcenter-edu-tel-item
    {
    	margin-bottom:20px;
    }
.productcenter-edu-tel-item-text
{
	font-size: 14px;
}
.productcenter-edu-tel-item-title
{
	font-size: 16px;
	margin-bottom: 5px;
}
.networklearn-online-exam-right:hover .zaixiankaoshi2
{
	z-index:2;
	transition-duration:3s;
	left:5%;
	top:12%;
}
.networklearn-online-exam-right:hover .zaixiankaoshi1
{
	z-index:1;
	transition-duration:3s;
	left:28%;
	top:1%;

}
.zaixiankaoshi2
{
	z-index:1;
	transition-duration:3s;
	left:28%;
	top:1%;
	position:absolute;

}
.zaixiankaoshi1
{
	z-index:2;
	transition-duration:3s;
   left:5%;
   top:12%;
	position:absolute;
	

}


.width-p-25
{
	width:25%;
}
.width-p-40
{
	width: 40%;
}
.mt-p-19
{
	margin-top: 19%;
}
#productcenter-edu-item
{
	margin-top: 30px;
}
.productcenter-edu-item-title
{
font-size:30px;text-align:center;

}
.networkitem3-li-img
{
	display: block;
	border-radius: 50%
	 
}
.productcenter-edu-item-text
{

	font-size: 16px;
/* 	margin-left: 45% */
}
.joinus-head-instru
{
  background-color: #ff7800;
  color:#fff;
  padding-left:6%;
  margin-top:20px;
}
.joinus-ol-title
{
  margin-bottom: 10px;
  font-size: 16px;
  color:#605f5f;
  height: 22px;
  /* font-weight:500; */
  line-height: 22px;
}
.join-work-item
{ 
border-bottom:1px solid #cccccc;
color:#666666;
}
.join-work-item>div{
padding-left:6%;
}
.joinus-workname
{
  padding-top: 30px;
  margin-bottom: 20px;
}
.join-work-item-head
{
  cursor: pointer;
}
.join-work-item-active>.join-work-item-head
{
  background-color: #ff9342;
  color:#fff;
}
.joinus-bottom-text p
{
  font-size: 24px;
  font-family: "HYQINGYUNW";
  line-height: 150%;
}
.join-work-item-active
{
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}

.joinus-head-instru-item
{
  height: 50px;
  line-height: 50px;
  display:inline-block;
  width:30%;
  font-size: 16px;
}
.slideUp_icon
{
  width:24px;
    height: 24px;
    float: right;
    top:13px;
    right:20px;
  background-image: url("../images/children/xia.png");
}
.join-work-item-active .slideUp_icon
{
    background-image: url("../images/children/jiantou.png");    
    display: block;
}

.joinus-ol>li
{
  margin-left: 15px;
  font-size: 16px;
  color:#777;
  line-height: 200%;

}

.joinus-ol-title>.display-inline-block
{
  line-height: 22px;
  font-size: 16px;
}
.joinus-demand
{
  margin-bottom: 20px;
  font-size: 16px;
}
.joinus-company-spirit
{
  font-size: 16px;
  text-align: center;
}
.go-joinus-btn-div
{
  height: 40px;
  margin-bottom: 50px;
}
.fuli_icon
{
  width:22px;
  float: left;
  height: 22px;
  margin-right: 10px;
  background-image: url("../images/children/fuli_icon.png")
}
.go-joinus-btn
{
  cursor: pointer;
  /* font: normal 18px/16px ; */
  font-size: 16px;
  color:#fff;
  margin-bottom:20px;
  background-color:#c22725;
  width:120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
  margin-left: 0px;
}
/* 成功案例 */
.successfulcase-item
{
	margin-bottom: 60px;
}

.successfulcase-item-cn-title
{
	font-size: 24px;
}
.successfulcase-carousel>li
{
	float: left;
-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}

.successfulcase-carousel
{
	margin-top:20px;
	
	transform: translate3d(-84px, 0px, 0px); transition-duration:2s;
}
.successfulcase-carousel:after
{
	    clear: both;
}
.successfulcase-carousel-pointer
{
	width: 10px;
	height: 10px;
	cursor:pointer;
	border-radius: 50%;
	background-color: #e0e0e0;
	display: inline-block;
}
.successfulcase-item-text-div
{
	font-size: 18px;
	line-height: 200%;
}
.successfulcase-item-esl-title
{
	font-size: 14px;
	color:#5b5b5b;
}
.successfulcase-item-text-right-base
{
	padding-top:7%;padding-bottom:5%;margin-left:5%;text-indent:2em;
}
.successfulcase-item-text-right
{
	width:40%;
	font-size: 16px;
	line-height: 200%;
}
.bg-op-eee
{
	background-color: #eee;
	opacity: 0.4;
	height: 100%;


}
#left-bg-op-eee
{
	left:0;
}
#right-bg-op-eee
{
	right:0;
}
.successfulcase-item-text-yanxue
{
	width:50%;text-indent:2em;
	font-size: 16px;
	line-height: 200%;
}
.mb-20
{
	margin-bottom:20px;
}
.mb-70
{
	margin-bottom: 70px;
}
.mt-20
{
	margin-top: 20px;
}
.successfulcase-item-text
{
	font-size: 16px;
	line-height: 200%;
	margin-top:20px;
}

/* 
 //    服务优势 */ 

.serviceadvantage-item
{
	border:10px solid #f0f0f0;
	position:relative;
	margin-bottom:60px; 
	margin-top:60px;

}
.serviceadvantage-item:last-child
{
	margin-bottom:30px ! important;
}
.serviceadvantage-item-text
{
	width:46%;

	margin-left:3%;
}
.serviceadvantage-item-text-title
{
	margin-top:5%;

	border-left:2px solid #a5a6ac ;
	width:100%;
	text-align: left;
	padding-left:10px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 150%;

}
.serviceadvantage-item-text-content
{
	font-size: 16px;
	padding-right: 20px;
	line-height: 200%;
}

.serviceadvantage-item-img-item
{
	transition-duration:2s;

}
.serviceadvantage-item-img-item-left
{

transition-duration:2s;
 transform:translate(-17%,10%);
-ms-transform:translate(-17%,10%);   /* IE 9 */
-moz-transform:translate(-17%,10%);  /* Firefox */
-webkit-transform:translate(-17%,10%); /* Safari 和 Chrome */
-o-transform:translate(-17%,10%);  /* Opera */
}
.serviceadvantage-item-img-item-right
{

transition-duration:2s;
  transform:translate(17%,-10%);
-ms-transform:translate(17%,-10%);   /* IE 9 */
-moz-transform:translate(17%,-10%);  /* Firefox */
-webkit-transform:translate(17%,-10%); /* Safari 和 Chrome */
-o-transform:translate(17%,-10%);  /* Opera */
}

/* 产品中心 子页面*/

.productcenter-children-title-div
{
 height: 55px;
 line-height: 55px;
 text-align: center;
 font-size: 20px;
}
.productcenter-children-title-active
{
	color:#fff ! important;
	background-color: #b52c24;
}
.productcenter-children-title-active a
{
	color:#fff ! important;
}
.title-bd-div
{
	box-shadow:0px 3px 5px #eee;
	 -webkit-box-shadow:0px 3px 5px #eee;
  -moz-box-shadow:0px 3px 5px #eee;
  margin-bottom: 40px;
  margin-top:-6px;
}
.productcenter-children-title-div-li
{
	display:inline-block;
	margin-right: 5%;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
    float: left;
    	padding-left:4%;
	padding-right: 4%;
    cursor: pointer;
}
.productcenter-children-title-div  a
{
	color:#000;

	text-decoration: none;
	height: 100%;
	display: block;
}


.continuingeducation-item1
{
	
	text-align: center;
}
.networkitem_text
{
	font-size: 16px;
	line-height: 200%;
	text-align: center;
}
.bg-img-bg_2
{
	background:url('../images/children/bg_2.png') no-repeat center center;
	background-size:100%;
}
.hours-text
{
	text-align: center;
	font-size: 16px;
	line-height: 200%;

}
#ecert-right-text{
	background-color: #fff;
	border:1px solid #ccc;
	margin-top:-3px;
}
.cert-right-text
{
	text-align: center;
	font-size:18px;line-height:250%;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
}

.ecert-bg
{
	position: relative;
	background-image: url("../images/children/bg_1.png");
	background-repeat: no-repeat;
   background-size: 100% auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
	padding-top: 30px;
	padding-bottom:30px;

}
.database-bg
{
	position: relative;
	background-image: url("../images/children/bg_7.png");
	background-repeat: no-repeat;
   background-size: 100% auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
	padding-top: 30px;
	padding-bottom:30px;
}

.networkitem-bg
{
	position: relative;
	background-image: url("../images/children/bg_2.png");
	background-repeat: no-repeat;
   background-size: 100% auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
	padding-top: 30px;
	padding-bottom:30px;
}
.bg_5
{
	position: relative;
	background-image: url("../images/children/bg_5.png");
	background-repeat: no-repeat;
   background-size: 100% auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
   padding-top: 70px;
  padding-bottom: 70px;
}
.networkitem3-li
{
	position: relative;
/* 	background: url("../images/children/bg_3.png") no-repeat center center;
background-repeat: no-repeat;
   background-size: 100% 100%; */
  /* -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0; */
  float: left;
  margin-left: 3%;
  width: 22%;
/*   padding-top: 70px; */
/*   padding-bottom: 10%; */
  /*  width:225px;
  height: 261px;  */
 /*  padding-left: 30px;
  padding-right:30px; */

}
.networkitem3-li-bg
{
	width: 100%;
	height: auto;
}
.ellipse-img-div{
	display: table-cell;
}
.networkitem3-li-c
{
top:10%;left:0;z-index:1;
width: 100%;

}
/* .networkitem3-li>img ,.ellipse-img
{
	width: 186px ! important;
	height: 186px ! important;
} */
.networkitem3-ul
{
	/* margin-left:5%; */
	float: left;
	width: 100%;

	

}

.networkitem3-li-empty
{
	width: 100%;
	
}
.networkitem3-li-name
{
	font-size: 1.375em;
	margin-top:6%;
	width: 80%;
	padding-left: 20px;
}
.networkitem3-li-info
{
	font-size: 1em;
	padding-left: 20px;
	width: 80%;
	/* padding-bottom:10%; */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.networkitem3-li-info:after {
   
   
}

.counterfeiting-left-div
{
	width:16%;
	height: 37px;
	background-color: #b52c24;
	float: left;
}
.counterfeiting-right-div
{
	width:80%;
	background-color:rgba(255,255,255,0.8) ;
	
	float: left;
	margin-left:-6%;
	margin-top:5%;
	padding-top:4%;
	padding-bottom: 20%;
	padding-left: 2%;
	padding-right: 2%;
}
.ul-inline>li
{
	display: inline-block;
	width:33%;
	float: left;
	margin-top:10px;
	position:relative;


}
.counterfeiting-right-div-content
{
	display: inline-block;
	float: right;
	width:83%;
	height: 100px;
	margin-left: 2%;
}
.counterfeiting-right-div-content-en
{
	color:#20b59b;
	font-size: 10px;
}
.counterfeiting-right-div-content-text
{
	line-height: 150%;
	color:#747474;
	font-size: 14px;
	margin-top:5px;
}
.counterfeiting-right-div-content-cn
{
	font-size: 18px;
	line-height: 150%;
}
.text-underline
{
	text-decoration: underline;
}
.counterfeiting-img{
	width:96%;
	height: 100%;
	margin-right:4%;
	position:absolute;
	top:0;
	left:0;
	display: none;

}
.networklearn-online-exam-left
{
	background: url("../images/children/bg_6.png") no-repeat center center;
	background-repeat: no-repeat;
   background-size: 100% auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
 color:#fff;
 font-size: 16px;
 line-height: 200%;
  padding:3%;
  padding-top:4%;
  width:25%;
  text-align: left;
  text-indent: 2em;
  /*  margin-right:-10%; */
   margin-top:2%;
     padding-bottom:2%;



}

.networklearn-online-exam-right
{
 width:55%;
 z-index:1;

}
.online-cert-right-text
{
	line-height: 160%;
}

/*集团动态 */



 .dynamics-swiper
{
	height: 496px ! important;
	/* margin-left:30px; */
/* 	margin-right: 30px; */
	width:120px ! important;
   overflow:Hidden;
}


.dynamics-swiper li a
{
	text-decoration: none;
	color: #000;
font-size: 15px;
line-height: 36px;
height: 36px;
display: inline-block;
padding:0 20px;
border-radius: 24px;
cursor: pointer;

}
.dynamics-swiper li
{
	width:124px ! important;
color: #000;
font-size: 24px;
line-height: 36px;
height: 36px ! important;
margin-bottom:26px;
padding: 0px;
z-index:99;
/* opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); */
font-size: 20px;
border-radius:24px;

overflow: hidden;
}
.dynamics-swiper .swiper-slide-active
{
background-color: #b52c24;
color:#fff;
}

.slider-selected
{
	background-color: #b52c24;
color:#fff;

}



/* .Brand-activedChoosed-2ge1R
{
width:100px;
height: 24px ! important;
 text-align: center;
  padding:6px 0px;
    border-radius: 24px;
    background-color: #b52c24;
color:#fff;
    position: absolute;
    top: 124px;
    left:10px;
} */
#issues
{
	float: right;
 
	width: 100%; 
}
#issues>li>ul
{
	background: url('../images/dot.gif') 3px center repeat-y;

}
#issues>li
{
	display:none;
	width: 100%;
	float: left;
}
.dynamics-li{
	padding-left: 60px;
	margin-bottom: 20px;
	background: url('../images/biggerdot.png') 0 center no-repeat;
}
.dynamics-li-title
{
	margin-bottom:10px;
}
.dynamics-li-title-right
{
	font-size: 14px;
	color:#666;
}
.dynamics-li-title-left
{
	font-size: 18px;
}
.dynamics-li-content
{
	font-size: 14px;
	color:#666;
}
.display-block
{
	display: block;
}
.scan-row,.scan-col
{
	position:absolute;
    padding:4px;
	border-style: solid;
	border-color: #666699;
}
.scan-row1 
{
 	border-width: 1px 0 0 1px;
	top:-5px;
	left:-5px;
}
.scan-row2 
{
	border-width: 1px 1px 0 0;
	top:-5px;
	right:-5px;
}
.scan-col1
{
	border-width: 0 0 1px 1px;
	bottom:-5px;
	left:-5px;
}
.scan-col2 
{
	border-width: 0 1px 1px 0;
	bottom:-5px;
	right:-5px;
}
.scan-liner
{
	width:128%;
    height:2px;
    left:-15%;
/*     margin-left:5%;
     */
    top:0;
    background: linear-gradient( 
        to right, 
        rgba(102,102,153,0.2) 0%, 
        rgba(102,102,153,0.2) 10%, 
        rgba(102,102,153,0.4) 20%, 
        rgba(136,157,255,0.6) 30%, 
        rgba(136,157,255,0.8) 40%, 
        rgba(136,157,255,1) 50%,
        rgba(136,157,255,0.8) 60%, 
        rgba(136,157,255,0.6) 70%, 
        rgba(102,102,153,0.4) 80%, 
        rgba(102,102,153,0.3) 90%,
        rgba(102,102,153,0.2) 100%); 
    position:absolute;
}
.redjiantou1
{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
	top: 0%;
	z-index:-1;
	right: 49%;
	opacity:0;
}
.redjiantou2
{/* 	
	top: 36%;
    right: 34%; */
    transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
    top: 20%;
	right: 49%;
	opacity:0;
}
.redjiantou3
{	
	/* top: 36%;
	    right: 8%; */
	top: 36%;
    right: 34%;
   opacity:0;
}
.redjiantou4
{	
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 	/* IE 9 */
	-moz-transform:rotate(-90deg); 	/* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
	-o-transform:rotate(-90deg); 	/* Opera */
	top: 53%;
    right: -5%;
    opacity:0;
}
.shipin
{
	position: absolute;
    left: 0%;
    top:0%;    
    z-index: 1;
}
.shipin video
{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    overflow: hidden;
}

/* .scan-liner
{
	width:100%;
    height:8px;
    top:0;
    background: linear-gradient( 
        to right, 
        rgba(102,102,153,0.2) 0%, 
        rgba(102,102,153,0.2) 10%, 
        rgba(102,102,153,0.4) 20%, 
        rgba(102,102,153,0.6) 30%, 
        rgba(102,102,153,0.8) 40%, 
        rgba(102,102,153,1) 50%,
        rgba(102,102,153,0.8) 60%, 
        rgba(102,102,153,0.6) 70%, 
        rgba(102,102,153,0.4) 80%, 
        rgba(102,102,153,0.3) 90%,
        rgba(102,102,153,0.2) 100%); 
    position:absolute;
  



}
 */
.qian-icon-div
{
	top:60%;right:22.5%;
	
}
.qian-icon-div img ,.service-fan-3 .service-fan-3-1
{
	transition: transform 2s;
	transform-style:preserve-3d;
}
.service-fan-3 .service-fan-3-2
{
	transition: transform 1s;
	position:absolute;
	right:-15%;
	bottom:-13%;
	/* transform-origin:0% 100%;transform:rotate(270deg); */
	padding-right:1%;
}

.qian-icon-div .info
{
	display: none;
	width: 100%;
	height: 100%;
}
.service-fan61
{
transform-origin:22% 80%;

-moz-transform-origin: 22% 80%;

-webkit-transform-origin:22%  80%;

-o-transform-origin:22%  80%;
/* 	border:1px solid #000 */;
   transition: transform 2s;
   
}
.server-fan-7-2
{
	 transition: transform 2s;
	 transform-origin:100% 100%;
	-moz-transform-origin:100% 100%;
	-webkit-transform-origin:100% 100%;
	-o-transform-origin:100% 100%;
	top:0;
	left:0;
}
.servicefanbottom-1
{
	transition-duration:2s;
	left: 10%;
    top: 14%;
    z-index: 1;
	/*  transition: transform 2s;
	 transform:translateY(0%); */
}
.servicefanbottom:hover .servicefanbottom-1
{
	 top: 61%;
	 /* transition: transform 2s;
	 transform:translateY(200%); */
}
.servicefanbottom-2
{
	transition-duration:2s;
	right: 12%;
    bottom: 14%;
    z-index: 1;
	/*  transition: transform 2s;
	 transform:translateY(0%); */
}
.servicefan-11
{
	transition-function: ease-out;
    transition-duration: 1000ms;
    -webkit-transition-function: ease-out;
    -webkit-transition-duration: 1000ms;
    -moztransition-function: ease-out;
    -moztransition-duration: 1000ms;
    -o-transition-function: ease-out;
    -o-transition-duration: 1000ms;
/*    opacity: 0.5;
*/    transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
    -o-transform: scale(0.8,0.8);
}
.servicefan-11:hover{
	opacity: 1;
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.servicefanbottom:hover .servicefanbottom-2
{
	 bottom: 70%;
}
.service_fan1,.service_fan2,.service_fan3
{
	transition-function: ease-out;
    transition-duration: 1000ms;
    -webkit-transition-function: ease-out;
    -webkit-transition-duration: 1000ms;
    -moztransition-function: ease-out;
    -moztransition-duration: 1000ms;
    -o-transition-function: ease-out;
    -o-transition-duration: 1000ms;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    }
.gray_pointer
{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: gray;
	float: left;
}
.yellow_pointer
{
	width: 6px;
	height: 6px;
	border-radius:3px;
	background-color:yellow;
	float: left;
	margin-left:4px;
}
/*
.qian-icon:hover .info
{
	display: block;

} */