*{ margin:0; padding:0;}
body{overflow-x:hidden; max-width: 1920px; margin: auto; }
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:link{

color:##106899;

}

a:hover{

color:##106899;

}

a:active{

background: rgba(31,37,255,0.2);

}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}

.pagination p {
	margin: 0;
	cursor: pointer;
	
}
.pagination {
	height: 36px;
	text-align: center;
	width:100%;

	margin-bottom:0rem;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 36px;
	line-height: 36px;
	
	text-decoration: none;
	
	font-size: 14px;
	
	text-align: center;
	border:#eeeeee 1px solid;
	background: #fff;
	color: #7d7d7d;
	transition:all 0.3s ease-in-out;

}
.pagination a:hover {
	border:#ff7800 1px solid;
	background: #ff7800;
	color: #fff;

}
.pagination a.cur {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 36px;
	line-height: 36px;
	
	text-decoration: none;

	font-size: 14px;
	text-align: center;
	
	transition:all 0.3s ease-in-out;
	border:#ff7800 1px solid;
	background: #ff7800;
	color: #fff;
}
.pagination p {
	display: inline-block;
	font-size: 14px;
	width: 28px;
	height: 36px;
	line-height: 36px;
	color: #6c6c6c;
	text-align: center;
	border:#eeeeee 1px solid;
	background: #fff;
	color: #7d7d7d;
	margin-right: 8px;
	
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #fe6600;
	
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #fe6600;
	border-radius:50%;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.pagination .page_xyy {
	width: 50px;
	height: 36px;
	
	border:none;
	line-height: 36px;
	
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#eeeeee 1px solid;
	background: #fff;
	color: #7d7d7d;
	display: none;
	
}
.pagination .page_xyy:hover{ 
	
		border:#ff7800 1px solid;
	background: #ff7800;
	color: #fff;
}
.pagination .page_syy {
	 width: 50px;
	height: 36px;
	line-height:36px;
	border:none;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#eeeeee 1px solid;
	background: #fff;
	color: #7d7d7d;

	transition:all 0.5s ease-in-out;
	display: none;
	

}
.pagination .page_syy:hover{ 
		border:#ff7800 1px solid;
	background: #ff7800;
	color: #fff;
	}
.pagination .page_shouye {
	width: 39px; 
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none;
}

.pagination .page_weiye {
	width: 39px;
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none; 

}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

@font-face {font-family:'Misan';src: local('Misan'), url(../img/Misan.woff) format('woff');}

div.publicheadrt{ float:right; height:auto;}

div.publicheadtoprtss{ width:20px; height:20px; float:left;} 

div.publicheadtoprtline{ width:1px; height:20px; background:#e7e7e7; float:left;margin-left: 0.15rem; margin-top: 9px;}

div.indextopzuixin_l{ width: 100%; height: 62px; line-height: 62px; overflow:hidden; float: left; margin-top: 0; padding-left: 32px; background: url("../img/indexzuixinico.jpg") #f4f5f7 7px center no-repeat; color: #106899; font-size: 14px; overflow: hidden; text-overflow: ellipsis;}

div.indextopzuixin_l a{color: #106899; transition: all 0.36s ease-in-out;}

div.indextopzuixin_l a:hover{color: #ff3232;}

div.indexoneback{ width:100%; height:auto; padding:0.25rem 15px 0.3rem; display:flex; flex-flow:wrap; border-bottom:0.2rem #f4f5f7 solid;} 

div.indexonenav{ width:25%; height:auto; text-align:center;}

div.indexonenavico{ max-width:100%; height:auto;}

div.indexonenavico img{ width:48%}

div.indexonenav_t{ width:100%; height:auto; line-height:0.43rem; color:#333333; font-size:0.24rem; margin-top:0.08rem;}

div.indexonenav:hover div.indexonenav_t{ color:#106899;}

div.indextwoback{ width:100%; height:auto; padding:0.5rem 15px 0.4rem; border-bottom:0.2rem #f4f5f7 solid;}

div.indexone_tbk{  float: left; height: 68px; margin-left: 0; position: relative;}

div.indexone_ten{  height: auto; line-height: 16px; font-family: "Noto Serif SC"; color: #323c48; font-size: 14px; position: relative;font-weight: 600;}

div.indexone_tcn{  height: auto; line-height: 33px; color: #323c48; font-size: 30px; font-family: "Noto Serif SC"; font-weight: 600; position: relative;}

div.indexone_tbk::before{ content: ''; display: block; width: 32px; height: 32px; border-radius: 50%; background: #b9dcff; position: absolute;left: 0;  top: -9px;}

div.indextwort{ float:right; height: 66px;  line-height: 66px;}

div.indextwort a{ color:#999999; font-size:0.22rem;}

div.indextwonavbk{ width:100%; height:0.64rem; overflow:hidden;display: flex; flex-flow: nowrap; margin-top:15px;}

div.indextwonav{  padding:0 14px; height:0.45rem; color:#999999; font-size:0.24rem; float:left; margin-right:0.18rem; white-space:nowrap; background:#f4f5f7;border-radius: 7px;} 

div.indextwonav a{ color:#999999;}

div.indextwonavh{ background:#794997; color:#fff;}

div.indextwonavh a{ color:#fff;}

div.indextwobottombk{ width:100%; height:auto;  margin-top:20px; display:none;} 

div.indextwobottombkshow{ display:block;}

div.indextwobottomli{ width:100%; height:0.75rem; line-height:0.7rem; border-bottom:1px solid #eeeeee; overflow:hidden; color:#444444; font-size:0.24rem;}

div.indextwobottomli a{ color:#444444;}


div.indextwonav1{  padding:0 14px; height:0.45rem; color:#999999; font-size:0.24rem; float:left; margin-right:0.18rem; white-space:nowrap; background:#f4f5f7;border-radius: 7px;} 

div.indextwonav1 a{ color:#999999;}

div.indextwonav1h{ background:#794997; color:#fff;}

div.indextwonav1h a{ color:#fff;}

div.indextwobottom1bk{ width:100%; height:auto;  margin-top:20px; display:none;} 

div.indextwobottom1bkshow{ display:block;}

div.indexthreelist{ width:49%; height:auto; float:left; border-radius:6px; overflow:hidden; box-shadow:0 0 20px rgba(0,0,0,0.1); margin-bottom:15px;}

div.indexthreelistpic{ width:100%; height:1.7rem;} 

div.indexthreelist_bottom{ width:100%; height:auto; padding: 0.14rem 15px 0.3rem; background:#fff;}

div.indexthreelist_bottom_t{ width:100%; height:0.47rem; line-height:0.47rem; overflow:hidden; color:#333333; font-size:0.24rem;}

div.indexthreelist_bottom_click{ width:100%; height:0.44rem; line-height:0.44rem; overflow:hidden; color:#666666; font-size:0.2rem;}


div.indextwonav2{  padding:0 14px; height:0.45rem; color:#999999; font-size:0.24rem; float:left; margin-right:0.18rem; white-space:nowrap; background:#f4f5f7;border-radius: 7px;} 

div.indextwonav2 a{ color:#999999;}

div.indextwonav2h{ background:#794997; color:#fff;}

div.indextwonav2h a{ color:#fff;}

div.indextwobottom2bk{ width:100%; height:auto;  margin-top:20px; display:none;} 

div.indextwobottom2bkshow{ display:block;}

div.indexfourlist{ width:100%; height: 0.8rem; line-height: 0.8rem; }

div.indexfourlistico{ width:0.36rem; height: 0.36rem; float: left;  margin-top: 0.25rem;}

div.indexfourlistico img{ width:100%; height: auto; display: block;}

div.indexfourlistrt{ width: 87%; height: 0.8rem;  float: right; justify-content: space-between; border-bottom: 1px solid #ddd;display: flex; flex-flow: nowrap;}

div.indexfourlistrt_t{ width: 70%; height: 0.8rem; line-height: 0.8rem; color: #737373; font-size: 0.2rem; overflow: hidden; }

div.indexfourlistrt_rr{ width: 20%; height: 0.38rem; border-radius: 35px; border: 1px solid #cecfd1; line-height: 0.35rem; text-align: center; color: #000000; font-size: 0.18rem; margin-top: 0.2rem;}

div.indexfiveback{ width: 100%; height:auto; border-bottom:0.2rem #f4f5f7 solid;}
 
div.indexfiveback img{  max-width: 100%;}

div.indexfivepic{ width:100%; height: auto; margin: auto; margin-top: 15px; margin-bottom: 20px;}

div.indexfivepic img{ max-width: 100%;}

div.indexfivelist{ width: 100%; height: auto;}

div.indexfivelistpic{ width: 100%; height:1.9rem;}

div.indexfivelistpic_t{ width: 100%; height: 0.45rem; background: #8e99a7; line-height: 0.45rem; text-align: center; overflow: hidden; font-size: 0.24rem; font-weight: 700; font-size: 0.24rem; color: #fff;}

div.indexsixbk{ width: 100%; height: auto; margin-top: 0.2rem;}

div.indexsixtopbk{ background: #106899; width: 100%; height: 0.56rem; line-height: 0.56rem; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.indexsixtopnav{ width:50%; height: 0.56rem; line-height: 0.56rem; color: #fff; font-size: 0.24rem; padding-left: 15px; color: #fff; }

div.indexsixtopnav1{ width: 25%; height: 0.56rem; line-height: 0.56rem; text-align: center; font-size: 0.24rem; color: #fff;}

div.indexsixlist a{ width: 100%; height: 0.5rem; line-height: 0.5rem; display: block; overflow: hidden;display: flex; flex-flow: nowrap; justify-content: space-between;}

div.indexsixlist{ width: 100%; height: 0.5rem; line-height: 0.5rem; overflow: hidden; background: #fff; }

div.indexsixlist_nav{ width:50%; height: 0.5rem; line-height: 0.5rem; color: #333333; font-size: 0.18rem; padding-left: 15px;  overflow: hidden; }

div.indexsixlist_nav1{width: 25%; height: 0.56rem; line-height: 0.56rem; text-align: center; font-size: 0.18rem; color: #333333;  overflow: hidden;}

div.indexsixlist:nth-child(2n){ background: #f7f7f7;}

div.indextwonav3{  padding:0 14px; height:0.45rem; color:#999999; font-size:0.24rem; float:left; margin-right:0.18rem; white-space:nowrap; background:#f4f5f7;border-radius: 7px;} 

div.indextwonav3 a{ color:#999999;}

div.indextwonav3h{ background:#794997; color:#fff;}

div.indextwonav3h a{ color:#fff;}

div.indextwobottom3bk{ width:100%; height:auto;  margin-top:20px; display:none;} 

div.indextwobottom3bkshow{ display:block;}

div.indexsevenback{ width: 100%; height: auto; padding: 0 15px 0.5rem; display: flex; flex-flow:nowrap; justify-content: space-between;}

div.indexsevennav{ width: 1.1rem; height: 1.1rem; flex-shrink: 0; border-radius: 6px; box-shadow: 0 0 20px rgba(0,0,0,0.2); display: table; }

div.indexsevennavcell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;}

div.indexsevennavico{ width: 0.46rem; height: auto; margin: auto; margin-bottom: 0.02rem}

div.indexsevennavico img{ max-width: 100%;}

div.indexsevennav_t{ width: 100%; height: 0.43rem; line-height: 0.43rem; text-align:center; overflow: hidden; color: #666666; font-size: 0.2rem;}

div.publicfooterback{ width: 100%; height: auto; padding: 0.32rem 15px 0.3rem; color: #666666; font-size:12px; background: #f4f5f7; text-align: center;}

div.publicfooterback a{ color: #666666; }
 
div.publicfooterfixed{ width: 100%; height: auto; position: fixed; bottom: 0; left: 0;}

div.publicfooterfixed_1{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

div.publicfooterfixed_1_1{ width: 33.3333%; height: 100%; float: left;}

div.publicfooterfixed_1_1 a{ display: block; width: 100%; height: 100%;}




div.tanchuyinying{ width: 100vw; height: 100vh; background: rgba(0,0,0,0.4); position: fixed; z-index: 999996; left: 0; top: 0;display: none;}

div.tanchuweixin{ width: 75vw; height: 75vw; position: fixed; left: 12.5vw;  top: 50%; margin-top: -37.5vw	; display: none; z-index:999999; }

div.tanchuweixin img{ width: 100%; height: 100%;}

div.tanchuyinyingshow{ display: block;}


div.moblienavshow{ width: 100%; height: auto; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

div.nybreadbk{ width: 100%; height: auto; margin: auto;}

div.nybreadleft{  height: 22px; line-height: 22px; padding-left: 27px; background: url("../img/breadico.png") left center no-repeat; color: #777777; font-size: 14px; margin-top: 15px;margin-left: 15px;}

div.nybreadleft a{ color: #777;}


div.zhaokaotop{ width: 100%; height: auto; padding: 0.22rem 15px 0; }

div.zhaokaotopbk{ width: 100%; height: auto; border-bottom: 1px solid #eeeeee; padding-bottom: .2rem; position: relative;}

div.zhaokaotopbk::before{ content: ''; display: block; width: 40%; height: 2px; background: #4d91d2; position: absolute; left: 0; bottom: 0;}

div.zhaokaotopleft{  float: left; height: 0.5rem; line-height: 0.5rem; color: #323c48; font-size: 0.34rem; font-weight: 700;}

div.zhaokaotoprt{  float: right; position: relative;}

div.zhaokaotoprt_1{ color: #106899; font-size: 0.24rem; line-height: 0.37rem; float: left;}

div.zhaokaotoprt_2{  height: 0.37rem; padding: 0 0.07rem; background: #f0f0f0; cursor: pointer;float: left;} 

div.zhaokaotoprt_2_1{  float: left; height: 0.37rem;float: left; line-height: 0.37rem; color: #106899; font-size: 0.24rem; }

div.zhaokaotoprt_2_2{ width:0.24rem; height: 0.24rem; float: left; background:url(../img/diquxialajt.jpg) center no-repeat; background-size:100%;  margin-left: 0.24rem; margin-top: 0.05rem;} 

div.zhaokaotoprt_2xl{ width: 100%; height: auto; position: absolute; left: 0;  opacity: 0; visibility: hidden; } 

div.zhaokaotoprt_2xlli{ width: 100%; height: auto; line-height: 0.4rem; height: 0.4rem; text-align: center; background: #f0f0f0; color: #106899; font-size: 0.24rem;}

div.zhaokaotoprt_2xlli a{ color: #106899;}

div.zhaokaotoprt:hover div.zhaokaotoprt_2xl{opacity: 1; visibility: visible;}


div.zhaokao_sannavbk{ width:100%; height: 0.8rem; overflow:hidden; padding: 0 15px 0.3rem; border-bottom: 1px solid #4d91d2;}

div.zhaokao_sannav{ display: inline-block; height: 0.45rem; border: 1px solid #d7d7d7; border-radius: 35px; line-height: 0.45rem; text-align: center; padding: 0 0.15rem; margin-right:8px; margin-top: 0.15rem; font-size: 0.18rem;}

div.zhaokao_sannav a{ color: #333333;  display: block; width: 100%; height: 100%;}

div.zhaokao_sannav:hover{ background: #ff7800; border: 1px solid #ff7800;}

div.zhaokao_sannav:hover a{ color: #fff;}

div.zhaokao_sannavhover{ background: #ff7800; border: 1px solid #ff7800;}

div.zhaokao_sannavhover a{ color: #fff; }

div.zhaokaotjbk{ width: 98%; margin: auto; height: auto; padding:0.26rem 15px; background: #f9f9f9;}

div.zhaokaotjlist{ width: 100%; height: auto; border-top: 1px dashed #e8e8e8; padding: 0.06rem 0 0.07rem;}

div.zhaokaotjlist:nth-child(1){border: none;}

div.zhaokaotjlist_t{ width: 100%; height: auto; line-height: 0.34rem; color: #444444; font-size: 0.25rem;}

div.zhaokaotjlist_ft{ float: left; height: 0.3rem; line-height: 0.3rem; color: #ff7800; font-size: 0.18rem;}

div.zhaokaotjlist_rt{  float: right; height: 0.3rem; line-height: 0.3rem; color: #999999; font-size: 0.18rem; }

div.zhaokaolibk{ width: 98%; margin: auto;  height: auto; padding:0.26rem 15px; }

div.zhaokaolist{ width: 100%; height: auto;  padding: 0.06rem 0 0.1rem;}

div.zhaokaolist_t{ width: 100%; height: 0.34rem; overflow:hidden; line-height: 0.34rem; color: #444444; font-size: 0.25rem; margin-bottom:0.1rem;}

div.zhaokaolist_ft{ float: left; height: 0.3rem; line-height: 0.3rem; color: #999999; font-size: 0.18rem;}

div.zhaokaolist_rt{  float: right; height: 0.3rem; line-height: 0.3rem; color: #999999; font-size: 0.18rem; }

div.zhaokaolistzhengline{ width: 100%; height: 0.18rem; border-bottom: 1px dashed #dcdddd; margin-bottom: 0.2rem;}

div.xxzhaokao_t{ width: 100%;
    height: auto;
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.3rem;
    font-weight: 700;}

div.xxzhaokao_ftitle{ width: 100%; height: 64px; line-height: 64px; color: #666666; border-bottom: 1px solid #eeeeee;}

div.xxzhaokao_content{width: 100%;
    height: auto;
    padding: 26px 0 10px;
    border-bottom: 1px dashed #999999;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;}

div.xxzhaokao_content img{ max-width: 100%;}

div.xxzhaokao_contentbuttonmain{ width: 100%;  margin: auto; margin-bottom: 27px; display: flex; flex-flow: nowrap; justify-content: center; display: none;} 

div.xxzhaokao_contentbutton{     width: 2rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 35px;
    background: linear-gradient( to right , #f0703c , #f75459);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 0 0.1rem;}

div.xxzhaokao_contentbutton a{ color: #fff; display: block; width: 100%;  height:100%;}

div.xinwenxxtopsyy{ width:100%; float:none; transition:all 0.5s ease-in-out;}

div.xinwenxxtopsyytitle{ width: 100%;
    margin: auto;
    line-height: 2;
    color: #000033;
    font-size: 14px; }

div.xinwenxxtopsyytitle a{ color:#000033; transition:all 0.5s ease-in-out;}

div.xxzhaokaotjbk{ width: 100%; height: 300px; border: 1px solid #dcdcdc; margin-top: 18px;}

div.xxzhaokaotj_top{ width: 100%; height: 44px; border-bottom: 1px solid #dcdcdc;}

div.xxzhaokaotj_topnav{ width: 168px; height: 43px; border-right: 1px solid #dcdcdc; text-align: center; color: #333333; font-size: 18px; line-height: 43px; background: #f8f8f8; transition: all 0.36s ease-in-out; float: left;}
div.xxzhaokaotj_topnavhover{ background: #f02c00; color: #fff;}

div.xxzhaokaotjcont{ width: 100%; height: auto; padding: 32px 0 35px; display: none;}

div.xxzhaokaotjcont_left{ width: 300px; height: auto; float: left;}

div.xxzhaokaotjcont_left img{ width: 100%; height: auto;}

div.xxzhaokaotjcont_rt{ width:450px; float: left; margin-left: 30px; }

div.xxzhaokaotjcont_rt_list{ width: 100%; height: auto; line-height: 35px;}

div.xxzhaokaotjcont_rt_list_l{ width: 360px; float: left; height: 35px; color: #666666; font-size: 16px; line-height: 35px; padding-left: 19px;  background: url("../img/tuijianico.png") left center no-repeat; transition: all 0.36s ease-in-out; overflow:hidden;}

div.xxzhaokaotjcont_rt_list_r{ float: right; line-height: 35px; color: #666666; font-size: 16px;}

div.xxzhaokaotjcont_rt_list:hover div.xxzhaokaotjcont_rt_list_l{ color: #ff0000;}

div.jiaofumainleft{ width: 100%; padding: 0.3rem 15px;}

div.neiyemain{ width: 100%; height: auto; padding: 0.3rem 15px;}
 

div.kechengoneback{ width: 100%; padding: 0 15px; height: auto; margin: auto;}

div.kechengone{ width: 100%; height: auto; margin-top: 21px;}

div.kechengone_left{ width: 100%; height: auto; float: none;}

div.kechengone_left img{ width: 100%; height: auto; }

div.kechengone_rt{ width: 100%; height: auto; float: none; margin-top:0.15rem;}

div.kechengone_rt_ttable{  width: 100%; height: 100%; display: table;}

div.kechengone_rt_ttablecell{ width: 100%;  display: table-cell; vertical-align: middle;}

div.kechengone_rt_t{    width: 100%;
    height: 87px;
    border-bottom: 1px solid #dbdbdb;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 25px;}

div.kechengone_rt_t2{ width: 100%; height: auto; margin-bottom: 10px; line-height: 38px;}

div.kechengone_rt_t2_left{  float: none; height: 38px; line-height: 38px; color: #666666; font-size: 16px;} 

div.kechengone_rt_t2_rt{ float: none; width: 100%; height: auto;  border: 1px solid #f1f1f1; border-radius: 12px; padding-left: 18px; color: #666666; font-size: 16px;}

div.kechengone_button1{ width: 2rem; height: 0.56rem; float: left; background: url("../img/lijigoumai.jpg") center no-repeat; margin-top: 24px; background-size: 100%; cursor: pointer;}

div.kechengone_button2{  width: 2rem; height: 0.56rem; float: left; background: url("../img/kechengshowzixun.jpg") center no-repeat; margin-top: 24px; background-size: 100%; cursor: pointer; margin-left: 23px;}

div.kechengtwo{ width: 100%; height: auto; margin-top: 78px; border-top: 20px solid #f1f1f1; padding-top: 40px; padding-bottom: 70px;}

div.kechengtwonavbk{ width: 100%; margin: auto; height: 0.6rem; border-bottom: 2px solid #f4f4f4;}

div.kechengtwonav{  display: inline-block; padding: 0 12px; line-height: 0.59rem; border-bottom: 2px solid #f4f4f4; color: #343434; font-size: 16px; font-weight: 700; margin-left: 15px; transition: all 0.36s ease-in-out; cursor: pointer;}

div.kechengtwonav:hover{border-bottom: 2px solid #4d91d2; color: #4d91d2;}

div.kechengtwonavhover{border-bottom: 2px solid #4d91d2; color: #4d91d2;}

div.kechengtwocont{ width: 100%; height: auto; margin: auto; margin-top: 40px; line-height: 2; font-size: 15px; color: #333; display: none;}

div.kechengtwocont img{ max-width: 100%;}


div.jiaofulist{ width: 100%; height: auto; border-bottom: 2px solid #f3f3f3; padding: 20px 0 20px;}

div.jiaofulistpic{ width: 25vw; height: auto; float:left;  }
 
div.jiaofulistpic img{ width: 100%; height: 100%;}

div.jiaofulistleft{ width: 63vw; float: left; margin-left: 2vw; margin-top: 20px;}

div.jiaofulistleft_1{ width: 100%; height:29px; line-height: 29px; color: #333333; font-size: 18px; font-weight: 700; overflow: hidden; 	}

div.jiaofulistleft_2{ width: 100%; height: auto; line-height: 26px; color: #666666; font-size: 16px; margin-top:3px;}

div.jiaofulistleft_3{ width: 100%; height: auto; line-height: 33px;  color: #666; font-size: 14px;}

div.jiaofulistrt{ width: auto; float: right; margin-top: 20px;}

div.jiaofulistrt_1{ float: left; height: 29px; line-height: 29px; color: #666666; font-size: 16px; margin-left:30px;}

div.jiaofulistrt_1 span{ color: #ff1010; font-size: 18px; font-weight: 700;}

div.jiaofulistrt_2{  float: left; padding-left: 13px; position: relative; line-height: 29px; color: #2d9fd7; font-size: 14px; font-weight: 700; margin-left: 15px; cursor:pointer;}


div.jiaofulist:hover div.jiaofulistleft_1{ color: #3996c6;}

div.gywmoneback{ width: 100%; height: auto; padding: 15px 15px 36px;border-bottom: 0.2rem #f4f5f7 solid;}

div.gywmone_cnt{ width: 100%; height: auto; line-height: 0.5rem; line-height: 0.5rem; text-align: center; color: #333333; font-size: 0.34rem; font-weight: 700;} 

div.gywmone_ent{ width: 100%; height: auto; line-height: 0.45rem; text-align: center; color: #dedede; font-size: 0.28rem; font-weight: 100; margin-bottom: 0.15rem;}

div.gywmone_desc{ width: 100%; height: auto; line-height: 2; font-size: 15px; color: #666666;}

div.gywmone_pic{ width: 100%; height: auto;  margin-top: 0.2rem;}

div.gywmone_pic img{ max-width: 100%;}

div.gywmtwo_main{ width: 100%; height: auto; margin-top: 32px; padding-bottom: 70px;}

div.gywmtwo_mainlist{ width: 100%; height: auto; line-height: 44px; padding-left: 30px; color: #666666; font-size: 16px; background: url("../img/gywm2ico.jpg") 4px 17px no-repeat; border-bottom: 1px dashed #e6e6e6;}

div.gywmtwo_mainlist span{ font-weight: 700; color: #666666;}

div.gywmtwo_mainlist p{ display: inline;}




#wrap {
	/* fixed width, centered in viewport */
	width: 85vw;  margin: auto;
}
#showcase {
	width: 100%;
	height: 3rem;

}
#showcase img {
	cursor: pointer;
}
#item-title {
	color: #F31414;
	font-size: 29px;
	letter-spacing: 0.13em;
	text-shadow: 1px 1px 6px #C72B2B;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}
.nav {
	text-align: center;
}
.nav > button {
	width: 64px;
	height: 36px;
	 background: none;
     border: none;
    outline: none;
    font-size: 0;
	cursor: pointer;
}

#get {
	font-size: 20px;
	text-align: center;
}
#download {
	margin: 8px auto;
	margin-top: 12px;
	display: block;
}
#license {
	font-size: 18px;
	text-align: center;
	margin: 0;
}
#share {
	position: absolute;
	left: 4px;
	top: 478px;
}
.fb-like {
	vertical-align: top;
}
.twitter-share-button {
	width: 84px !important;
	margin-left: 8px;
}
#credits {
	color: #c9c9c9;
	padding: 10px;
	border: 2px #999 dashed;
	position: absolute;
	right: 0;
	bottom: 83px;
}
#credits ul {
	font-size: 14px;
	list-style-type: none;
	padding-left: 2px;
	margin: 2px 0;
}
#credits .author {
	color: white;
}

div.gywmfourbk{ width: 1280px; height: auto; margin: auto; padding-bottom: 120px;}

div.gywmfour_t{ width:100%; height:202px; background: url("../img/gywmfourt.jpg") center no-repeat;}

div.gywmfour_left{ width: 100%; height: 4.5rem; float: none; cursor: pointer; position: relative;}

div.gywmfourbutton{ width: 84px; height: 84px; position: absolute; left: 50%; margin-left: -42px; top: 50%; margin-top: -42px; background: url("../img/shipinbutton.png") center no-repeat;}

	

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.area-box .dot {
	position: relative;
	display: block;
	left: -2px;
	top: -2px;
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	    top: -23px;
    left: -22px;
    height: 130px;
    width: 130px;
	border: 2px solid #fff;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.region-list.active .area-box .dot {
	background:#fff;
	line-height: 84px;
	text-align: center;
}

.region-list.active .area-box .pulse {
	border-color: #fff;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #fff, 0 0 20px #fff inset;
	-moz-box-shadow: 0 0 12px #fff, 0 0 20px #fff inset;
	box-shadow: 0 0 12px #fff, 0 0 20px #fff inset
}

.region-list.waite .area-box .dot {
	background: #fff
}

.region-list.waite .area-box .pulse {
	border-color: #fff
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 127px;
	opacity: 1
}

.show-regin span {
	width: 80px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}

.postition-10 .show-regin span {
	left: 0
}

.postition-6 .show-regin span {
	left: -72px
}

.area-box {
	z-index: 77
}

.show-regin {
	z-index: 66
}

.region-list.active .show-regin span {
	position: relative;
	color: #ccc
}

.region-list.waite .show-regin span {
	color: #ccc
}

.postition-9 {
	position: absolute;
	margin: auto;
	display: table;
	left: 50%; margin-left: -42px; top: 50%; margin-top: -42px;
}

.postition-9.region-list.active .area-box .pulse {
	    top: -18px;
	    left: -18px;
	    width: 118px;
	    height: 118px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.postition-91 {
	position: relative;
	margin: auto;
	display: table;
	margin-bottom: 15px;
}

.postition-91.region-list.active .area-box .pulse {
	    top: -18px;
	    left: -18px;
	    width: 118px;
	    height: 118px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.postition-92 {
	position: relative;
	margin: auto;
	display: table;
}

.postition-92.region-list.active .area-box .pulse {
	    top: -18px;
	    left: -18px;
	    width: 118px;
	    height: 118px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

div.gywmfour_rt{ width:100%; height: 4.7rem; float: none; margin-top: 0.2rem; }

div.gywmfourleftjt{ width: 80px; height: 82px; position: absolute; left: 0; top: 50%; margin-top: -41px; background: url("../img/gywmrtleft.png") center no-repeat; z-index: 100; cursor: pointer; outline: none;}
div.gywmfourrightjt{ width: 80px; height: 82px; position: absolute; right: 0; top: 50%; margin-top: -41px; background: url("../img/gywmrtright.png") center no-repeat; z-index: 100; cursor: pointer; outline: none;}


div.jiaoshione{ width: 100%; height: auto; margin: auto;  padding: 0.2rem 15px 30px;}

div.jiaoshioneleft{ width: 198px; height: auto; float: none; margin: auto;}

div.jiaoshioneleftpic{ width: 100%; height: auto; margin: auto;}

div.jiaoshioneleftpic img{ width: 198px; height: 198px; border-radius: 50%;}

div.jiaoshioneleft_t{ width: 148px; height: 40px; border-radius: 35px;  background: #171635; line-height: 40px; text-align: center; color: #f3eebe; font-size: 18px; font-weight: 700; margin: auto; margin-top: 18px;}

div.jiaoshioneleft_t img{ margin-right:3px;}

div.jiaoshionert{ width: 100%; height: auto; float: none; margin-top: 18px;}

div.jiaoshionert_tbk{ width:100%; height: auto; line-height: 37px; }

div.jiaoshionert_t1{ float: none; height: 37px; line-height: 37px; color: #000000; font-weight: 700; font-size: 26px; font-weight: 700; margin-right:25px; }

div.jiaoshionert_t2{ float: none; height: 37px; line-height: 37px; padding-left: 23px; color: #3d8be4; font-size: 16px; margin-right:23px; background: url("../img/tuanduishowico1.png") center left no-repeat;}

div.jiaoshionert_t3{ float: none; height: 37px; line-height: 37px; padding-left: 23px; color: #3d8be4; font-size: 16px; margin-right:23px; background: url("../img/tuanduishowico2.png") center left no-repeat;}

div.jiaoshionert_desc{ width: 100%; height: auto; line-height: 30px; border-bottom: 1px solid #ececec; padding-bottom: 16px; color: #666666; font-size: 16px; margin-bottom: 15px; margin-top: 14px;}

div.jiaoshionert_navt{ width: 100%; height: 45px; line-height: 45px;  color: #333333; font-weight: 700; font-size: 20px;}

div.jiaoshionert_navbk{ width: 100%; height: auto; margin-top: 4px;}

div.jiaoshionert_navbk p{ display: inline-block; height: 37px; padding: 0 10px; border-radius: 7px; border: 1px solid #e7e7e7; line-height: 35px;  margin-right: 20px; color: #333333; font-size: 16px;}

div.jiaoshitwo{ width: 100%; height: auto; margin-top: 65px; border-top: 20px solid #f4f7fa;}

div.jiaoshitwomain{ width: 1280px; height: auto; margin: auto; padding-top: 37px;}

div.jiaoshitwo_t{ width: 100%; height: 37px; padding-left: 46px; background: url("../img/jiaoshishowico3.jpg") center left no-repeat; color: #333333; font-size: 20px; font-weight: 700;}

div.zhaokao_jt{ width:28px; height:15px; margin:auto; margin-top:15px; margin-bottom:20px; position:relative;}

div.zhaokao_jth{ transform: rotate(180deg);}

div.zhaokao_jt1{ position:absolute; left:0; top:0; width:100%; height:100%;  display:block;}

div.zhaokao_jt2{ position:absolute; left:0; top:0; width:100%; height:100%; display:none;}
.contentBomttomBtn {
	width: 100%;
	text-align: center;
	padding: 15px 0
}

.contentBomttomBtn .cBtnPre,
.contentBomttomBtn .cBtnNext {
	padding: 1px 15px;
	border: 1px solid #999;
	color: #333;
	display: inline-block
}

.contentBomttomBtn .cBtnPre:hover,
.contentBomttomBtn .cBtnNext:hover {
	background-color: #e10d00;
	border: 1px solid #e10d00;
	color: #fff
}





