.header{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 96px;
}
.logo{
	width: 22%;
}
.logo img{
	width: 100%;
}
.nav{
	display: flex;
	width: 60%;
}
.nav li{
	text-align: center;
	padding: 4.6% 0;
	flex: 1;
	font-size: 14px;
	color: #999;
	line-height: 36px;
	position: relative;
}
.nav li:hover{color: #000;}
.nav li a{
	position: relative;
	display: inline-block;
	width: 95%;
}
.nav li i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 100%;
	position: absolute;
	top: 47%;
	right: -4px;
}
.nav li:hover .pc_erji{
	display: block;
}
.nav li:first-child a i{
	right: 4px;
}
#gy_erji .pc_erji{
	width: 100%;
	text-align: center;
}
.pc_erji{
	display: none;
	box-sizing: border-box;
	width: 200px;
	text-align: left;
	position: absolute;
	top: 96px;
	background: #fff;
	left: 0;
}
.pc_erji dd{
	padding: 0 10px;
}
.pc_erji dd a{
	display: block;
}
.pc_erji dd+dd{
	border-top: 1px solid #cccccc;
}
.pc_erji p{
	cursor: pointer;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	
}
.pc_erji p span{
	background: url(../images/x1.png) right center no-repeat;
	    position: relative;
    float: right;
    width: 10px;
    height: 6px;
    top: -21px;
}
.pc_erji dd.qq p span{
	background: url(../images/x2.png) right center no-repeat;
}
.pc_erji p:hover{
	color: #000;
}
#gy_erji .pc_erji p{
	background: none !important;
}
/*.pc_erji p:after{
	position: absolute;
	content: "∨";
	top: 0;
	right: 0;
}*/
.banner2 {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.zj{
    width: 100%;
    position: absolute;
    top: calc(100% - 200px);
    z-index: 11;
/*    background: #fff;*/
}
.pc_erji_a a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.pc_erji_a a:hover{
    color: #000;
}
.pc_erji dd.qq p{
	position: relative;
	color: #333!important;
	
}
/*.qq p:after{
	position: absolute;
	content: "∧";
}*/
.anniu{
	display: none;
	height: 90px;
	position: absolute;
	top: 0;
}
.main {
	position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer{
	background: #333435;
	padding: 48px 0;
}
.footer ul{
	display: flex;
}
.footer li{
	width: 20%;
	margin-right: 4%;
	color: #d1d1d1;
}
.footer li h3{
	font-size: 16px;
	line-height: 38px;
}
.footer_erji{
	position: relative;
	padding-top: 20px;
}
.footer_erji:after,
.footer_xx:after,
.wei_img:after
{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 1px;
	width: 70%;
	background: #1a1d1f;

}
.xinxi{
	width: 20%!important;
}
.wei{
	width: 9%!important;
	margin-right: 0!important;
}
.wei_img{
	width: 100%;
	padding-top: 20px;
	position: relative;
}
.wei_img img{
	width: 100%;
	display: block;
}
.footer li:nth-child(3) .footer_erji:after{
	width: 50%;
}
.footer_xx:after{
	width: 88%;
}
.wei_img:after{
	width: 100%;
}
.footer_xx{
	padding-top: 20px;
	position: relative;
}
.footer_erji a,.footer_xx,.footer_xx *,.footer_erji i{
	line-height: 24px;
	display: block;
	color: #858686;
	font-size: 14px;
}
.banquan{
	width: 100%;
	background: #1a1d1f;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #8c8d8d; 
}
.asas{
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.nav_sj{
	position: fixed;
	top: 70px;
	left: 0;
	height: 100%;
	background: rgba(255,255,255);
	width: 48%;
	z-index: 9999;
}
.nav_sj li{
	position: relative;
	font-size: 22px;
	color: #333;
	line-height: 80px;
	margin-bottom: 1px;
}
.nav_sj li:first-child a:after{
	content: "";
}
.nav_sj li a{
	display: block;
	padding: 0 5%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background: rgba(255,255,255);
}
.nav_sj li a.x:after{
	content: "";
}
.nav_sj li a:after{
	content: ">";
	position: absolute;
	right: 20px;
}
.erji a{
	font-size: 20px;
	color: #666666;
	line-height: 60px;
	margin-top: 1px;
	display: block;

}
.nav_sj li .erji a:after{
	content: "";
}
.sanji a{
	color: #999999;
}
.footer_erji a{
	margin-right: 10px;
	position: relative;
}
.footer_erji a:after{
	position: absolute;
	right: -10px;
	content: "";
}
.footer_erji a:last-child:after{
	content: "";
}
#gototop{
	width: 62px;
	position: fixed;
	right: 20px;
	bottom: 14px;
	z-index: 999;
}
#gototop img{
	width: 100%;
	display: block;
}
.banner_a_img{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.huandeng .swiper-slide{
	width: 100%;
	height: 100%;
}

.huandeng3{
	height: 69%;
}
.huandeng .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.fen .swiper-pagination-bullet,.pagination .swiper-pagination-bullet{
      width:10px!important;
      height: 10px!important;
      background: #a3a4a8!important;
      border-radius: 100%!important;
      display: block!important;
      margin: 9px 3px!important;
      opacity: 1!important;
}
.pagination .swiper-pagination-bullet{
	display: inline-block!important;
	margin: 3px 9px!important;
}
.fen .swiper-pagination-bullet-active,.pagination .swiper-pagination-bullet-active{
	  margin: 6px 0!important;
      opacity: 1!important;
      width: 16px!important;
      height: 16px!important;
      background-color: #fff!important;
}
.pagination .swiper-pagination-bullet-active{
	margin: 0 6px!important;
}
.fen{
      text-align: center!important;
      right: 30px!important;
}
.pagination{
	bottom: 40px!important;
}
.sj{
	margin-top: 70px;
	display: none;
}
.aa .huandeng img{
	width: 100%;
	display: block;
}
.head_fix{
	height: 
}
.banner2_m{
	display: none;
}
.banner2 img,.banner2_m img{
	width: 100%;
}
.content{
	position: relative;
	z-index: 1;
	margin-top: -200px;
}
.sub{
	font-size: 14px;
	padding: 18px 0;
	color: #ffffff;
	text-align: right;
}
.bj{
    background-image: linear-gradient(to top,#fff 70%,rgba(255,255,255,.8) 100%);
}
.subnav{
	border-bottom: 1px solid #ffffff;
/*	display: none;*/
}
.subnav ul li{
	float: left;
	width: 25%;
	font-size: 16px;
	height: 89px;
	line-height: 89px;
	color: #000000;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
}
.subnav ul li.bs{
	width: 50%;
}
.subnav ul li:last-child{
	border-right: none;
	
}
.subnav ul li.cur{
	background-color:rgba(255,255,255,0.6);
}
.subnav ul li a{
	display: block;
}
.subnav ul li a.xl{
	display: flex;
	align-items: center;
	justify-content: center;
}
.subnav ul li a.xl img{
	transform: rotate(180deg);
}
.subnav ul li:hover .nav_erji{
	display: block;
}
.subnav ul li:hover a.xl img{
	transform: none;
}
.nav_erji {
	display: none;
	position: relative;
	z-index: 99;
    background: #fff;
}
.nav_erji a {
    font-size: 14px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    background-color: rgba(255,255,255);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ab{
	padding: 80px 0 120px;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.about{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.about img{
	max-width: 100%;
	margin: 10px auto;
}
.menus{
	display: none;
}
.erji_m{
    width: 56%;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 9999;
    display: none;
    background: #f1f1f1;
}
.erji_m ul>li>a{
	display: block;
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    padding-left: 5%;
    padding-right: 12%;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    background: url(../images/y.png) right 8% center no-repeat;
}
.erji_m ul>li+li{
	border-top: 1px solid #717171;
}
.nav_erjim{
	display: none;
}
.nav_erjim a{
	display: block;
    font-size: 14px;
    line-height: 50px;
    color: #666666;
    padding: 0 5%;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    border-top: 1px solid #717171;
}
.ab .tit{
	font-size: 18px;
	color: #4a4a4a;
	margin-bottom: 30px;
	text-align: center;
}
.cj {
    margin-bottom: 1px;
}
.sideMenu h3 {
    font-size: 16px;
    color: #4a4a4a;
    height: 60px; 
    line-height: 60px;
    padding-left: 2%;
    background: #e0e0e0 url(../images/xx.png) right 2% center no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.sideMenu ul {
    color: #4a4a4a;
    line-height: 30px;
    font-size: 14px;
    padding: 30px 2%;
    box-sizing: border-box;
    display: none;
    background: #f7f7f7;
}
.sideMenu .open{
	border: 1px solid #274261;
}
.sideMenu .open h3{
	border-bottom: 1px solid #274261;
    background: #e0e0e0 url(../images/xxx.png) right 2% center no-repeat;
}
/*.ons{
	display: block;
	position: fixed;
	top: 10%;
	background: rgb(255, 255, 255);
	width: 100%;
	z-index: 9999;
}*/
.zp_miao{
	margin: 50px auto 0;
	font-size: 18px;
	color: #4a4a4a;
	text-align: center;
}
.pad{
	padding: 80px 0 120px;
}
.ry1,.ry2{
	padding: 30px 0;
	margin-bottom: 20px;
}
.ry .tit{
	font-size: 28px;
	color: #000000;
	margin-bottom: 40px;
}
.ry .ry2 .tit{
	color: #00ffff;
}
.ry1_con{
	width: 50%;
	padding-left:12%;
	box-sizing: border-box;
}
.ry1_con img{
	max-width: 100%;
}
.ry1 ul{
	font-size: 0;
	margin-top: 50px;
}
.ry1 ul li{
	display: inline-block;
	width: 50%;
	padding-left: 11%;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	vertical-align: top;
	box-sizing: border-box;

}
.ry2 ul{
	font-size: 0;
}
.ry2 ul li{
	display: inline-block;
	width: 9.6%;
	margin-right: 1.7%;
	margin-bottom: 30px;
	vertical-align: top;
	box-sizing: border-box;
}
.ry2 ul li:nth-child(9n){
	margin-right: 0;
}
.ry2 ul li img{
	width: 100%;
}
.ry3 ul{
	font-size: 0;
}
.ry3 ul li{
	display: inline-block;
	width: 50%;
	padding-left: 11%;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	vertical-align: top;
	box-sizing: border-box;
}
.new ul li{
	display: flex;
    width: 100%;
    height: 100%;
	color: #666666;
	margin-bottom: 60px;
}
.new ul li .new_lf{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new_lf h3{
	font-size: 42px;
}
.new_lf h5{
	font-size: 22px;
}
.new_ri{
	padding-left: 3%;
	overflow: hidden;
	width: 82%;
}
.new_ri h3{
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_ri p{
	font-size: 14px;
	margin-bottom: 10px;
}
.new_ri p span{
	display: inline-block;
	background: url(../images/yan.png)left center no-repeat;
	padding-left: 15px;
	margin-left: 30px;
}
.new_ri h5{
	font-size: 14px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_ri a{
	display: block;
	width: 96px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #666666;
	text-align: center;

}
#pages { 
    padding:0; 
    font-family:宋体 ;
    text-align: 
    -webkit-center; font-size:14px;
}
#pages a { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#fff; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#333; 
    padding:0 10px
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#333333; 
    border:1px solid #333333; 
    color:#fff; 
    text-align:center;
    padding:0 10px
}
#pages .noPage { 
    display:inline-block; 
    width:56px; 
    height:30px; 
    line-height:30px; 
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}
.show_bj{
	padding-top: 60px;
}
.show{
	background: #ffffff;
}
.show_ti{
	text-align: center;
	margin-bottom: 40px;
}
.show_ti h3{
	font-size: 20px;
	color: #666666;
}
.show_ti p{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}
.show .ab{
	padding: 50px 0 90px;
}
.show_con{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.show_con img{
	max-width: 100%;
	margin: 10px auto;
}
.page{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 40px;
}
.page2 {
    float: left;
    width: 70%;
}
.page2 a {
    display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fh{
	display: block;
	float: right;
}
.sou{
	margin-bottom: 40px;
}
.sousuo{
	display: flex;
	align-items: center;
}
.sousuo .key {
    width: 85%;
    text-indent: 0.5em;
    line-height: 40px;
    border: 1px solid #a3a3a3;
    font-size: 14px;
    color: #666666;
    text-align: center;
    outline: none;
    border-radius: 5px;
}
.sousuo .submit {
    background: #e0e0e0;
    width: 120px;
    line-height: 42px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 3%;
}
.linian{
	font-size: 14px;
	line-height: 36px;
	color: #333333;
}
.biaoti{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}
.faq ul li{
	line-height: 30px;
	color: #333333;
	margin-bottom: 50px;
}
.faq ul li span{
	float: left;
	width: 39px;
	font-size: 16px;
	font-weight: bold;
}
.faq ul li span.da{
	font-size: 18px;
}
.faq ul li h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.faq ul li h5{
	font-size: 14px;
}
.faq ul li p{
	padding-left: 39px;
}
.cat ul li{
	position: relative;
	margin-bottom: 60px;
}
.cat ul li img{
	float: right;
	width: 48%;
	border-radius: 5px;
}
.cat ul li .cat_ti{
	position: absolute;
	bottom: 18%;
	float: left;
}
.cat ul li.zyzy .cat_ti{
	right: 0;
}
.cat ul li.zyzy img{
	float: left;
}
.cat_ti h3{
	position: relative;
	font-size: 36px;
	color: #333333;
}
.cat_ti h3:after{
	position: absolute;
	content: "";
	width: 70px;
	height: 6px;
	background: #4a4a4a;
	left: 0;
	bottom: -15px;
}
.cat ul li.zyzy .cat_ti h3:after{
	left: auto;
	right: 0 !important;
}
.xian{
	display: none;
	width: 70px;
	height: 6px;
	background: #4a4a4a;
	margin-top: 5px;
	margin-bottom: 16px;
}
.more{
	display: block;
	width: 200px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #ffffff;
	margin-top: 50px;
	text-align: center;
	background: #4a4a4a;
}
.cat ul li.zyzy .cat_ti h3{
	text-align: right;
}
.cat ul li.zyzy .cat_ti .xian{
	float: right;
}
.cat ul li.zyzy .cat_ti .more{
	float: right;
}
.tits{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.show_con.nr{
	color: #333333;
}
.cp_ti{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.cp_con{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.cp_con h3{
	font-size: 24px;
	color: #333333;
}
.cp_con p.p1{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.case_more{
	display: block;
	width: 180px;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	margin-top: 50px;
	text-align: center;
	background: #4a4a4a;
}
.cp_con p.p3{
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
.cp_con p.p2{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.cp_con .td{
	float: left;
}
.cp_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	/*margin-right: 46px;*/
}
.cp_con span.p4{
	display: inline-block;
	width: 26%;
}
.cp_ri{
	width: 50%;
}
.cp_ri img{
	width: 100%;
}
.cp_lf{
	width: 48%;
}
.cp_con h5{
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
}
.cp_con h5:after{
	position: absolute;
	content: "";
	width: 70px;
    height: 6px;
    background: #4a4a4a;
    bottom: -16px;
    left: 0;
}
.cp_con .left h5:after{
	left: 0;
}
.cp_con p.p5{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	float: left;
}
.cp_con p.p6,.cp_lf1 p.p6{
	text-align: right;
	margin-bottom: 5px;
}
.cp_lf:nth-child(2n){
	margin-top: 20px;
	margin-bottom: 50px;
}
.cp_lf:nth-child(2n) h5,.cp_lf1 h5{
	text-align: right;
}
.cp_lf h5:after {
    right: 0;
    left: auto;
}
.cp_lf:nth-child(2n) .xian,.cp_lf1 .xian{
	float: right;
}
.cp_lf:nth-child(2n) p.p3{
	text-align: center;
}
.img6{
	margin-top: -50px;
	margin-right: 30px;
}
.zjzj{
	text-align: center;
}
.zjzj img{
	display: inline-block;
	vertical-align: middle;
}
.table{
	width: 100%;
}
.table tr th,.table tr td{
	line-height: 16px;
	padding: 10px 0;
	border: 1px solid #fff;
}
.table tr th{
	background: #e0e0e0;
}
.table tr td{
	word-break:break-all;
	text-align: center;
	background: #f7f7f7;
}
.table tr th:nth-child(1){
	width: 10%;
}
.table tr th:nth-child(2){
	width: 22%;
}
.table tr th:nth-child(3){
	width: 34%;
}
.table tr th:nth-child(4){
	width: 34%;
}
.table_b{
	width: 100%;
}
.table_b tr th,.table_b tr td{
	line-height: 16px;
	padding: 10px 0;
	word-break:break-all;
	border: 1px solid #fff;
}
.table_b tr td{
	width: 20%;
	text-align: center;
	background: #f7f7f7;
}
.table_b tr{
	width: 100%;
}
.table_b tr th{
	background: #f7f7f7;
	width: 20%;
}
.table_bb{
	background: #e0e0e0!important;
}