
@font-face{
  font-family:"material-icons-regular";
  src:url("../fonts/material-icons-regular.woff2")format("woff2"),
      url("../fonts/material-icons-regular.woff")format("woff");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:"raisonne-demibold";
  src: url("../fonts/raisonne-demibold.woff")format("woff");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:"roboto-mono-bold";
  src:url("../fonts/roboto-mono-bold.woff")format("woff"),
      url("../fonts/roboto-mono-bold.woff2")format("woff2"),
      url("../fonts/roboto-mono-regular.woff")format("woff"),
	  url("../fonts/roboto-mono-regular.woff2")format("woff2");
  font-weight:normal;
  font-style:normal;
}
.wrap{margin: 0 auto;width: 88%; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none; text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

.font_c{ font-weight: 100!important;}
.font_j{ font-weight: 100!important;}
 
body{ color:#000;background:#f1eee8;   }
*{margin:0;padding:0;border:0;}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
a{color: #000;}
a,input,p,div {-webkit-tap-highlight-color: rgba(0,0,0,0);}
/* img{display:block} */
u{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0}
abbr,acronym,fieldset,img{border:0}
ol,ul,dl,li{list-style:none}
caption,th{text-align:left}
q:after,q:before{content:''}
.clear{zoom: 1;}
.clear:after{content: '';display: block;clear: both;}
.i{font-style:italic}
.h_100{height:100%}
.re{position:relative}
.ab{position:absolute}
.fi{position:fixed}
img{-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;}
a{text-decoration:none;}
input,select,textarea{ outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
input[type=button],input[type=reset],input[type=submit],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type=button],input[type=reset],input[type=submit]{cursor:pointer}
::-webkit-input-placeholder{color:#000}
::-moz-placeholder{color:#000}
::-ms-input-placeholder{color:#000}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;outline:0}

/*控制文字行数*/
.texthang_1{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.texthang_2{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.hide{display: none!important; visibility:hidden;}
.show{display: block!important; visibility:visible;}
.wow{visibility:hidden}
.w_100{ max-width:100%; display:block; padding:0; margin:0;}

.wrap{width:80%!important; margin: 0 auto;}
.w15202{width:75%!important; margin: 0 auto;}
.w15203{width:65%!important; margin: 0 auto;}
.w15204{width:55%!important; margin: 0 auto;}

.hides{display: none!important; visibility:hidden;}
.shows{display: block!important; visibility:visible;}
.hide-768{display: none!important; visibility:hidden;}

@media (max-width: 1440px){
    .wrap {width:88%!important;}
    .w15202 {width:85%!important;}
    .w15203 {width:80%!important;}
    .w15204{width:75%!important; margin: 0 auto;}
}

@media (max-width:790px){
.show{display: none!important; visibility:hidden;}
.hide{display: block!important; visibility:visible;}
.hide-768{display: block!important; visibility:visible;}
}

@media (max-width:640px){
    .hides{display: block!important; visibility:visible;}
    .shows{display: none!important; visibility:hidden;}
    .hide-768{display: none!important; visibility:hidden;}
}

/*过渡效果*/
.trans2 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.trans3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trans4 {
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1);
}

.trans6 {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.trans8 {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.trans10 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.cpxq_2 table tbody tr:nth-child(1){ background:url(../images/bgtd.jpg) repeat-x; color:#fff; text-align: center; font-size: 18px; font-weight: bold;}
.cpxq_2 table tbody tr:nth-child(1) td{ padding:15px 0;}
.cpxq_3 table td,table th{border:1px solid #ddd;}

/**导航菜单**/
 
#top{width:100%;   position:fixed; top:0; left:0; z-index:100;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; padding:80px 0}
#top.on{  background-color: #f1eee8; box-shadow: 0 2px 0 #000;padding:15px 0; position:fixed; }
#top .warp {
  display:flex!important;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items:flex-start;max-width: 1500px; width:80%; margin:0 auto
}
#top .logo{ width:260px; position:absolute; margin-left:-130px; left:50%}
#top.logo a{display: block;}
#top .logo img{ width:260px;  }

.nylogo{ width:260px; margin:0 auto}
.nylogo a{display: block;}
.nylogo img{ width:260px;  }


@media only screen and (max-width:992px){
.nylogo{ width:180px; margin:0 auto}
.nylogo a{display: block;}
.nylogo img{ width:180px;  }	

#top .logo{ width:180px; position:absolute; margin-left:-130px; left:50%}
#top{width:100%;   position:fixed; top:0; left:0; z-index:100;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; padding:40px 0}
}

.right{z-index:99999; position:relative}
.menu{height: 85px; color: #fff;}
.menu a{width: 28px;height: 28px;border: 1px solid #fff;border-radius: 50%;font-size: 12px;display: flex;justify-content: center;align-items: center;color: #fff;margin-right: 3vw; }
.menu a:hover{color: #edcc92;border-color: #edcc92; }
.menu span{ width: 25px;height: 25px; cursor: pointer; z-index:9999; }
.menu span i{ width: 100%;height:3px; display: block;background: #000;margin-bottom: 5.5px;}
.menu .menu2{ left:-170px; position:relative; z-index:9999; color:#fff;}
.menu .menu2 i:nth-of-type(1){transform:rotate(-45deg) translateY(12px);background: #fff;}
.menu .menu2 i:nth-of-type(3){transform:rotate(45deg) translateY(-12px);background: #fff;}
.menu .menu2 i:nth-of-type(2){transform:translateX(-45px);opacity: 0;filter:alpha(opacity=0); width: 0;background: #fff;}
#top .top-cpfl a{ display: inline-block; padding: 10px 20px 10px; color: #fff;}
#top .top-cpfl a:hover{ color: #edcc92;}
#top.top_oppen .menu,.top_oppen .menu u,.top_oppen .menu em{ color: #333;}
#top.top_oppen .menu a{ color: #666;border-color: #fff; }
#top.top_oppen .menu span i{ background: #fff !important;}
 
#top .degnlu{ float: right; line-height:50px; text-transform:uppercase; margin-top:10px}
#top .degnlu a{ color:#fff; border:#000 2px solid;color:#000;  display:inline-block; margin-left:20px; padding:0 20px}
#top .degnlu:first-child a{color:#000; border:#000 2px solid;}

#top.on .degnlu a{  border:#000 2px solid; background:#000;  text-align:center; line-height:50px; text-transform:uppercase; margin-top:10px; color:#fff}
 


#top .yuyan{ float: right; border:#000 2px solid; width:50px; text-align:center; line-height:50px; text-transform:uppercase; margin-top:10px; margin-right:20px;background:#000 }
#top.on .yuyan{ float: right; border:#000 2px solid; width:50px; text-align:center; line-height:50px; text-transform:uppercase; margin-top:10px;background:none  }
#top .yuyan a{ color:#fff}
#top.on .yuyan a{ color:#000}


@media only screen and (max-width:992px){
#top .degnlu{ float: right; line-height:30px; text-transform:uppercase; margin-top:10px}
#top .degnlu a{ color:#fff; border:#000 2px solid;color:#000;  display:inline-block; margin-left:10px; padding:0 10px}
.menu{height: 65px; color: #fff;}
#top.on .degnlu a{  border:#000 2px solid; background:#000;  text-align:center; line-height:30px; text-transform:uppercase; margin-top:10px; color:#fff}

}

.top_hidden{ transform: translateY(-100%); opacity: 0;filter:alpha(opacity=0);}
.hback{ width: 100%; height: 100%;  display: block; position: fixed; top: 0;left: 0;z-index: 0;opacity:0;filter:alpha(opacity=0); visibility: hidden;}
.caidan{width: 50%; max-width: 400px; height: 100%;background:#000; position: fixed; top: 0; left:0; z-index: 201; transform: translateX(0%); visibility: hidden;  }
.caidan .right{z-index:99999; position:relative}
.caidan .right .menu span i{ width: 100%;height:3px; display: block;background: #000;margin-bottom: 5.5px; display:none}
.caidan .right .menu span  { text-align:left}
.caidan .right .menu span img{ margin-left:-340px; margin-top:80px}
.caidan .caidan_nav{ padding:60px 0% 0; height: calc(100% - 300px);/* overflow-y: scroll;*/} 
.caidan .caidan_nav ul>.menu_list_box_item{ }
.caidan .caidan_nav ul>.menu_list_box_item .caidan_1:hover{color: #edcc92;}
.caidan .caidan_nav ul>.menu_list_box_item .caidan_11:hover{color: #edcc92;}
.caidan .caidan_nav ul>.menu_list_box_item:nth-child(1){ }
.caidan .caidan_nav ul>.menu_list_box_item .caidan_1{ padding: 0 10%;display: block; font-size: 1.26rem;height:40px;line-height:40px; color:#fff ; text-transform:capitalize }
.caidan .caidan_nav ul>.menu_list_box_item .caidan_11{ padding: 0 10% 0 15%;display: block; font-size: 0.9rem;height:30px;line-height:30px; color:#fff ; text-transform:capitalize; background:url(../images/jt.png) no-repeat 10% center }
.caidan .caidan_nav ul>.menu_list_box_item .caidan_1.on{color: #edcc92;}
.caidan .caidan_nav ul>.menu_list_box_item .caidan_11.on{color: #edcc92;}
.caidan .caidan_nav ul>.menu_list_box_item .sjcd1{ padding: 0 20%;display: block; font-size:16px;height:70px;line-height:70px; width: 60%;float: left;}
.caidan .caidan_nav ul>.menu_list_box_item .sjcd2{width: 40%; float: right;}
.caidan .caidan_nav ul>.menu_list_box_item .caidan_1 i{float: right;font-size: 20px;pointer-events:none}
.caidan .caidan_nav ul>.menu_list_box_item:hover .caidan_1 i{transform: rotate(90deg);}
.caidan .caidan_nav ul>.open .caidan_1 i{transform: rotate(90deg) !important;}
.caidan.caidan_oppen{ transform: translateX(0%);z-index: 101; visibility: visible;  }
.caidan_hidden{transform: translateX(-100%);transition: #000 .5s ease-in-out;}
/* .caidan .caidan_nav ul .caidan_2box{width: 100%; padding:1% 0 5% 10%; display: none; background: #f6f6f6;}
.caidan .caidan_nav ul .caidan_2box li{height: 30px;line-height: 30px; border-top: 1px solid rgba(0,0,0,0.05);}
.caidan .caidan_nav ul .caidan_2box li:nth-of-type(1){border-top: 0;}
.caidan .caidan_nav ul .caidan_2box li:hover a{transform:translateX(10px); color: #000;}
.caidan .caidan_nav ul .caidan_2box li a{ font-size: 12px; display: block; color: #666;} */
 
/* #top.top_oppen{background: transparent;} */
.dhlx{ color:#fff; padding:0 10% 0; font-size:0.8rem}
.dhlx li{ line-height:30px; padding-left:30px}
.dhlx li a{ color:#fff}
/****底部***/



/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 140px; }
.ztMain{ }
.ztContain{background: #fff;}
.ztDiv1 .lbDiv1 .swiper-container{padding-bottom: 4.5vw; }
.ztDiv1 .lbDiv1 .imgDiv{height: 36.14583vw; }
.ztDiv1 .lbDiv1 .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.ztDiv1 .lbDiv1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.ztDiv1 .lbDiv1 .swiper-pagination-bullet{width: 12px;height: 12px;background: #000;border-radius:50%;opacity:.1;}
.ztDiv1 .lbDiv1 .swiper-pagination-bullet-active{opacity: .5;position: relative;}
.ztDiv1 .lbDiv1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.ztTitle{text-align: center;}


.f59{font-size: 59px; }
.f44{font-size: 44px; }
.f36{font-size: 36px; }
.f33{font-size: 33px; }
.f30{font-size: 30px; }
.f29{font-size: 29px; }
.f28{font-size: 28px; }
.f26{font-size: 26px; }
.f24{font-size: 24px; }
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}
.f17{font-size: 17px;}



.ztTitle small{display: block; }
.ztTitle span{display: block;margin-top: 10px;}

 



/*banner轮播*/
.index-banner{width: 100%;position:relative;height: 100vh;}
.index-banner .tp img{width: 100%;display: block;background: none no-repeat center;background-size: cover; position:relative; height:100vh}
.index-banner .img .wrap{position: relative;}
.indexTitle{position:absolute; top:60%; left:50%; z-index:99;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%); width:100%}
.indexTitle h1{ font-size:70px; text-align:center; line-height:80px; margin-bottom:20px; height:auto; overflow:hidden}
.indexTitle h2{ font-size:46px; text-align:center; line-height:80px; margin-bottom:100px; height:auto; overflow:hidden}
.indexTitle h3{ font-size:85px; text-align:center; line-height:110px; margin-bottom:20px; height:auto; overflow:hidden; text-transform: capitalize; margin-top:40px}
.indexTitle h2{ font-size:36px; text-align:center; line-height:46px; margin-bottom:50px; height:auto; overflow:hidden}
.indexTitle .annniu{ border:#000 1px solid; padding:20px; line-height:30px; font-size:22px; display:block; margin:0 auto; width:30%; text-align:center}

.wenti{ text-align:center; font-size:30px; padding:20px 0 ; height:auto; overflow:hidden}


.part2{ height:auto; padding:150px 0; text-align:center}
.wzz h1{   font-weight:bold}
.wzz p{ font-size:40px; padding:30px 0 50px; line-height:60px}
.part3{ height:auto; padding:0 0 150px; text-align:center}
.part4{ background:url(../images/dd.png) no-repeat center top; text-align:center ; height:435px; padding-top:100px}
.moreBtn{
	border-style: solid;
	 
	 
	background: #000000;
	width: 270px;
	height: 70px;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	/* font-family: "Cambria Math"; */
	color: #fff;
	margin: 48px auto 30px;
	transition: all 0.3s;
	position: relative;
}
.moreBtn::before,
.moreBtn::after{
	content: "";
	display: block;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	opacity: 0;
}
.moreBtn::before{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.moreBtn::after{
	left: unset;
	right: 0;
	top: unset;
	bottom: 0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
 
.moreBtn:hover::before{
	transform: translateX(-8px) translateY(-8px);
	opacity: 1;
}
.moreBtn:hover::after{
	transform: translateX(8px) translateY(8px);
	opacity: 1;
}

.moreBtn:hover{ color:#fff}
.moreBtn:active{ color:#fff}







.moreBtn1{
	border-style: solid;
	border-width: 1px;
	 
	 
	width: 270px;
	height: 70px;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	/* font-family: "Cambria Math"; */
	color: #000;
	margin: 48px auto 0;
	transition: all 0.3s;
	position: relative;	border: 1px solid #000000;
}
.moreBtn1::before,
.moreBtn1::after{
	content: "";
	display: block;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	opacity: 0;
}
.moreBtn1::before{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.moreBtn1::after{
	left: unset;
	right: 0;
	top: unset;
	bottom: 0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
 
.moreBtn1:hover::before{
	transform: translateX(-8px) translateY(-8px);
	opacity: 1;
}
.moreBtn1:hover::after{
	transform: translateX(8px) translateY(8px);
	opacity: 1;
}

@media only screen and (max-width:1430px){
.moreBtn1{
	border-style: solid;
	border-width: 1px;
	 
	 
	width: 80%;
	height: 50px;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	/* font-family: "Cambria Math"; */
	color: #000;
	margin: 48px auto 0;
	transition: all 0.3s;
	position: relative;	border: 1px solid #000000;
}	
	
}

@media only screen and (max-width:992px){
.index-banner{width: 100%;position:relative;height: 60vh  ;}
.index-banner .tp img{width: auto  ;display: block;background: none no-repeat center;background-size: cover; position:relative; height:  60vh}

.indexTitle h1{ font-size:50px; text-align:center; line-height:60px; margin-bottom:20px; height:auto; overflow:hidden}
.indexTitle h2{ font-size:20px; text-align:center; line-height:36px; margin-bottom:60px; height:auto; overflow:hidden}
.indexTitle h3{ font-size:50px; text-align:center; line-height:50px; margin-bottom:20px; height:auto; overflow:hidden; text-transform: capitalize; margin-top:40px}
.indexTitle .annniu{ border:#000 1px solid; padding:20px 10px; line-height:30px; font-size:22px; display:block; margin:0 auto; width:90%; text-align:center}
 
.moreBtn{
	border-style: solid;
	 
	 
	background: #000000;
	width: 90%;
	height: 50px;
	padding: 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	/* font-family: "Cambria Math"; */
	color: #fff;
	margin: 38px auto 30px;
	transition: all 0.3s;
	position: relative;
}
.caidan .caidan_nav{ padding:10px 0% 0; height: calc(100% - 400px);/* overflow-y: scroll;*/} 
.part2{ height:auto; padding:50px 0; text-align:center}
.wzz p{ font-size:30px; padding:20px 0 30px; line-height:40px}

.part4{ background:url(../images/dd.png) no-repeat center top; text-align:center ; height:335px; padding-top:50px}

}


.moreBtn2{
	border-style: solid;
	 
	 
	background: #4ea445;
	width: 370px;
	height: 70px;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	/* font-family: "Cambria Math"; */
	color: #fff;
	margin: 78px auto 30px;
	transition: all 0.3s;
	position: relative;
}
.moreBtn2::before,
.moreBtn2::after{
	content: "";
	display: block;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	opacity: 0;
}
.moreBtn2::before{
	border-top: 1px solid #4ea445;
	border-left: 1px solid #4ea445;
}
.moreBtn2::after{
	left: unset;
	right: 0;
	top: unset;
	bottom: 0;
	border-bottom: 1px solid #4ea445;
	border-right: 1px solid #4ea445;
}
 
.moreBtn2:hover::before{
	transform: translateX(-8px) translateY(-8px);
	opacity: 1;
}
.moreBtn2:hover::after{
	transform: translateX(8px) translateY(8px);
	opacity: 1;
}

.moreBtn2:hover{ color:#fff}




.kclb {max-width: 1500px;width: 80%; margin: 40px auto 0; height:auto; overflow:hidden}
.kclb li{ float: left; width:25%; text-align:center; position:relative}
.kclb  h1{ font-size:50px}
 
.kclb1 {max-width: 1500px;width: 80%; margin: 50px auto 0; height:auto; overflow:hidden}
.kclb1 li{ float: left; width:25%; text-align:center; position:relative}
.kclb1  h1{ font-size:50px}

.kclb2 {max-width: 1500px;width: 80%; margin: 50px auto 0; height:auto; overflow:hidden}
.kclb2 li{ float: left; width:40%; text-align:center;   border:#000 1px solid; margin:0 5%; padding:50px 0}
.kclb2  h1{ font-size:50px}

.kclb3 { width: 88%; margin: 50px auto 0; height:auto; overflow:hidden}
.kclb3 li{ float: left; width:18%; text-align:center;   margin:0 1%; padding:50px 0}
.kclb3  h1{ font-size:50px; min-height:150px}
.kclb3 .about-bg-img11{ width:40%; margin:0 auto}
 
.nTab{ overflow:hidden; height:auto; width:88%; margin:0 auto}
.none {display:none;}
.nTab .TabTitle li{float: left; width:18%; text-align:center;   margin:0 1%; padding:50px 0 0;box-sizing:border-box }
.nTab .TabTitle .active{border: 6px solid #000;box-sizing:border-box; background:url(../images/djt.jpg) no-repeat right top;  }
.nTab .TabTitle .normal{border: 3px solid #000;box-sizing:border-box }
.nTab .TabContent{clear:both;overflow:hidden;display: none}
.nTab .TabTitle  .active h1{ font-size:40px; min-height:144px}
.nTab .TabTitle  .normal h1{ font-size:40px; min-height:150px} 


.nTab1{ overflow:hidden; height:auto; width:88%; margin:0 auto}
.nTab1 .TabTitle ul{ text-align:center}
.nTab1 .TabTitle li{ display:inline-block  ; width:18%; text-align:left;   margin:0 1%; padding:20px;box-sizing:border-box ;border: 3px solid #000;}
.nTab1 .TabTitle li p{ font-size:16px}
.nTab1 .TabTitle li h1{ font-size:24px; line-height:40px}
.nTab1 .TabTitle .active{ background:#000;box-sizing:border-box; color:#fff }
.nTab1 .TabTitle .normal{ box-sizing:border-box }
.nTab1 .TabContent{clear:both;overflow:hidden;display: none}
 
.yhi{ width:30%; line-height:60px; text-align:center; color:#fff; background:#4ea72e;border-radius:8px; margin:0 auto; margin-top:50px; }

.patr4{ height:auto; overflow:hidden; padding-bottom:30px; position:relative}
.button-content{ position:absolute; left:50px; top:70px; font-size:30px; font-weight:normal}
.button-content i{font-size:30px; }
.button-content2{ position:absolute; right:50px; top:70px; font-size:30px; font-weight:normal}
.button-content2 .label{border: #000 2px solid;padding: 2px 5px;}
.langBtn{margin-right: 10px}
.con{ max-width: 1500px;width: 80%;margin: 50px auto 0;height: auto;overflow: hidden;}
.cc_lb{margin-top:30px;}
.cc_lb .b_t{font-size:20px; font-weight:bold; color:#349a46; line-height:32px; margin-bottom:10px;}
.cc_lb .b_t i{vertical-align:middle; margin-right:5px;}
.cc_lb table{width:100%;background:#fefcf8; border-collapse:collapse; border:1px solid #fff;}
.cc_lb table td{padding:15px 10px; text-align:center; border:1px solid #fff; font-size:20px}
.cc_lb table tr:nth-child(odd){background: #f3efe9;}
.cc_lb table td.tb_hd{background-color:#7eafcf; color:#fff;}
 
@media only screen and (max-width:1430px){
#top .warp {
  display:flex!important;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items:flex-start;max-width: 1500px; width:90%; margin:0 auto
}
.con{ max-width: 1500px;width: 90%;margin: 30px auto 0;height: auto;overflow: hidden;}
	
.kclb  h1{ font-size:40px}
	
	
}
@media only screen and (max-width:992px){
.cc_lb .b_t{font-size:22px; font-weight:normal;}

.button-content{ position:absolute; left:20px; top:20px; font-size:20px; font-weight:normal}
.button-content i{font-size:20px; }
.button-content2{ position:absolute; right:20px; top:20px; font-size:20px; font-weight:normal}
.button-content2 .label{border: #000 2px solid;padding: 2px 5px;}
.yhi{ width:90%; line-height:60px; text-align:center; color:#fff; background:#4ea72e;border-radius:8px; margin:0 auto; margin-top:50px; }
.nTab .TabTitle li{float: none; width:100%; text-align:center;   margin:0  auto 20px; padding:10px 0 20px ;box-sizing:border-box }
.nTab .TabTitle  .active h1{ font-size:30px; min-height: inherit}
.nTab .TabTitle  .normal h1{ font-size:30px; min-height: inherit} 
.wenzi11{ padding-top:10px}	

.part3{ height:auto; padding:0 0 50px; text-align:center}
.kclb1 {max-width: 1500px;width: 80%; margin: 50px auto 0; height:auto; overflow:hidden}
.kclb1 li{ float: left; width:100%; text-align:center; position:relative}
.kclb1  h1{ font-size:40px}	
.wzz h1 {
  font-weight: bold; font-size:40px
} 
.cc_lb{margin-top:30px; overflow-x:auto} 



.kclb {max-width: 1500px;width: 100%; margin: 40px auto 0; height:auto; overflow:hidden}
.kclb li{ float: left; width:100%; text-align:center; position:relative}
.kclb  h1{ font-size:40px}
}
 
 
.cc_lb1{margin-top:30px;}
.cc_lb1 table{width:100%;background:#fefcf8; border-collapse:collapse; border:1px solid #fff;}
.cc_lb1 table td{padding:15px 10px; text-align:center; border:1px solid #fff; font-size:20px}
 
 

 
.program-thumb {
  position: relative; }
.background-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: wiggle 6s ease infinite; }
    .program-thumb .background-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
	  
.wenzi{ position: relative; z-index:99; padding-bottom:10px}
.wenzi11{ padding-top:20px}		  
.about-bg-img1 {
    position: absolute;
   top: 0;
      left: 30%;
    animation: tilt 8s linear infinite;
    -webkit-animation: tilt 8s linear infinite;
}
.about-bg-img11 {
    
    animation: tilt 8s linear infinite;
    -webkit-animation: tilt 8s linear infinite;
}
@-webkit-keyframes tilt {
    0% {
        transform: skew(-10deg, 10deg);
        -webkit-transform: skew(-10deg, 10deg);
        -moz-transform: skew(-10deg, 10deg);
        -ms-transform: skew(-10deg, 10deg);
        -o-transform: skew(-10deg, 10deg);
    }

    50% {
        transform: skew(10deg, -10deg);
        -webkit-transform: skew(10deg, -10deg);
        -moz-transform: skew(10deg, -10deg);
        -ms-transform: skew(10deg, -10deg);
        -o-transform: skew(10deg, -10deg);
    }

    100% {
        transform: skew(-10deg, 10deg);
        -webkit-transform: skew(-10deg, 10deg);
        -moz-transform: skew(-10deg, 10deg);
        -ms-transform: skew(-10deg, 10deg);
        -o-transform: skew(-10deg, 10deg);
    }

}
@media only screen and (max-width:1600px){
.about-bg-img1 {
    position: absolute;
   top: 0;
      left: 25%;
    animation: tilt 8s linear infinite;
    -webkit-animation: tilt 8s linear infinite;
}	
}
@media only screen and (max-width:1430px){
.about-bg-img1 {
    position: absolute;
   top: 0;
      left: 20%;
    animation: tilt 8s linear infinite;
    -webkit-animation: tilt 8s linear infinite;
}	
	
}
.footer{ background:#000; padding:100px 0; height:auto; overflow:hidden; color:#fff; }
.footer p{text-align:center; line-height:50px}
.dlogo{ width:200px; margin:20px auto 0}
.dlogo img{ width:100%}

.part5{ height:auto; overflow:hidden; padding-bottom:60px}
.part5 .listDiv ul li{margin-top: 1.25rem;align-items: initial; }
.part5 .listDiv ul li .imgDiv{width: 39.2%; }
.part5 .listDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: row-reverse; }
.part5 .listDiv ul li .textDiv{width: 59.2%;background: #f9f9f9;padding: 1.25rem 2.5rem;display: flex;justify-content: center;align-items: flex-start;flex-direction: column; }
.part5 .listDiv ul li .textDiv .p1{font-size: 1.25rem;line-height: 1.625;color: #067ca4;padding-bottom: .75rem;margin-bottom: .5rem;}
.part5 .listDiv ul li .textDiv .p2{font-size: 3rem;line-height: 1.25;margin-bottom: .5rem;font-weight: bold; }
.part5 .listDiv ul li .textDiv .p3{font-size: 1.25rem;line-height: 1.625;padding-top: 1.25rem;}
.part5 .listDiv ul li .textDiv a{display: inline-block;margin-top: 2.5rem;}

a.imoreBtn {
  background: #000;
  color: #fff;
  padding: 0 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.part6{ height:auto; overflow:hidden; padding-bottom:60px}
.part6 .wenzi1{ float: left; width:40%;font-size: 4.444rem; text-align:left; height:auto; overflow:hidden; line-height:100px}
.part6 .wenti2{ float:right; width:60%; height:auto; overflow:hidden}
.part6 .wenti2 li{ height:auto; overflow:hidden; margin-bottom:30px}
.part6 .wenti2 li span{ float: left; display:block; width:50px; font-size: 1.66rem; text-align:left}
.part6 .wenti2 li p{ float:right; width:calc(100% - 50px); font-size: 1.11rem;
  line-height: 1.333em;
  letter-spacing: inherit;
  font-weight: 400;}
.hang{ height:auto; overflow:hidden; margin-bottom:26px}

.mbt{ text-align:center; font-size:68px; line-height:100px; margin-bottom:70px}
.dbt1{ font-size:58px; text-align:center; margin-top:10px; line-height:100px; margin-bottom:20px}

.dbt{ font-size:58px; text-align:center; margin-top:50px; line-height:100px; margin-bottom:20px}
.xbt{ text-align:center; font-size:22px; padding-bottom:50px}
.kcxz{ width:70%; margin:0 auto}
.kcxz1{ width:100%; padding-left:300px}
.xingqi{ width:100%; text-align:center; height:auto; overflow:hidden}
.xingqi li{ font-size:24px; text-align:center; float:left; width:20%}
.sjxz{ border:#000 2px solid; text-align:center; width:88%; margin:0 auto; padding:20px 0; line-height:36px; font-size:26px; margin-top:30px; margin-bottom:50px}
.sjxz a{ text-decoration:underline}
.kcxz2{ width:100%; height:auto; overflow:hidden; margin-top:30px}

.zuobian{ float:left; width:15%;padding: 25px 10px; font-size:24px}
.youbian{width:100%; text-align:center}
.youbian table{width:100%; border-collapse:collapse; border:2px solid #000;}
.youbian table td{  text-align:center; border:2px solid #000; width:16.6%; position:relative;  line-height:75px; font-size:24px}
.youbian table td span{ position:absolute; top:0; left:0; width:100%;   line-height:75px; z-index:9}

.youbian1{  width:100%; text-align:center}
.youbian1 table{width:100%; border-collapse:collapse; border:2px solid #000;}
.youbian1 table td{  text-align:center; border:2px solid #000; width:20%; position:relative; line-height:75px; font-size:24px }
.youbian1 table td span{ position:absolute; top:0; left:0; width:100%;   line-height:75px; z-index:9}
@media only screen and (max-width:1430px){
.kcxz{ width:80%; margin:0 auto}
	
}
@media only screen and (max-width:992px){
.kcxz{ width:90%; margin:0 auto}
.dbt1{ font-size:40px; text-align:center; margin-top:10px; line-height:80px; margin-bottom:20px}
.dbt{ font-size:40px; text-align:center; margin-top:50px; line-height:80px; margin-bottom:20px}
.youbian{width:100%; text-align:center; overflow-x:auto}

.youbian table td{  text-align:center; border:2px solid #000; width:16.6%; position:relative;  line-height:75px; font-size:20px}
.youbian1 table td{  text-align:center; border:2px solid #000; width:20%; position:relative; line-height:75px; font-size:20px }
.part5 .listDiv ul li .textDiv{width: 100%;background: #f9f9f9;padding: 20px;display: flex;justify-content: center;align-items: flex-start;flex-direction: column; }
.flexbet{display: block  ;justify-content: space-between;align-items: center;}
.part5 .listDiv ul li .imgDiv{width: 100%; }	
.part5 .listDiv ul li .textDiv .p2{font-size: 30px;line-height: 1.25;margin-bottom: 20px;font-weight: bold; }
.part5 .listDiv ul li .textDiv .p3{font-size: 18px;line-height: 1.625;padding-top:0;}
.part5{ height:auto; overflow:hidden; padding-bottom:0px}
.part5 .listDiv ul li{margin-top: 0;align-items: initial; }
.part6{ height:auto; overflow:hidden; padding-bottom:0px}
.part6 .wenzi1{ float: left; width:100%;font-size: 40px; text-align:left; height:auto; overflow:hidden; line-height:100px}
.part6 .wenti2{ float:right; width:100%; height:auto; overflow:hidden}
.wenti{ text-align:center; font-size:30px; padding:20px 0 ; height:auto; overflow:hidden; line-height:40px}
.footer{ background:#000; padding:50px 0; height:auto; overflow:hidden; color:#fff; }

}
input[type="checkbox"] {
  -webkit-appearance: none; /* 去除默认外观 */
  -moz-appearance: none;
  appearance: none;
 
  width: 100%; /* 宽度 */
  height: 75px; /* 高度 */
  border-radius: 0px; /* 圆角 */ line-height:75px;
  outline: none; /* 去除外部轮廓 */
  transition: all 0.3s ease; outline: medium none;display: inline-block;
font-family: tahoma;
vertical-align: middle; position:absolute; z-index:99 ; top:0; left:0; color:#fff
}
input[type="checkbox"]:checked{

  width: 100%; /* 宽度 */
  height: 75px; color:#fff
}
table td input[type="radio"] {
	-webkit-appearance: none; /* 去除默认外观 */
	-moz-appearance: none;
	appearance: none;

	width: 100%; /* 宽度 */
	height: 75px; /* 高度 */
	border-radius: 0px; /* 圆角 */ line-height:75px;
	outline: none; /* 去除外部轮廓 */
	transition: all 0.3s ease; outline: medium none;display: inline-block;
	font-family: tahoma;
	vertical-align: middle; position:absolute; z-index:99 ; top:0; left:0; color:#fff
}
table td.checked{
	background-color: #000;
	color: #fff;
}
.classes_number{
	width: 120px;
	height: 56px;
	padding: 0 10px;
	border: 3px solid #000;
	margin-bottom: 20px;
	color: #000;
	font-size: 1rem;
	background: none;
	text-align: center;
}
/*input:checked + span{*/
/*            background-color:#000;*/
/*            color: #fff;height: 75px;*/

/*        }*/
.hh{ height:60px}


.dwenz{ text-align:center; font-size:24px; line-height:36px; width:60%; margin:50px auto}


.xxkz{ width:60%; height:auto; overflow:hidden; margin:0 auto}
.xxkz .l1{ position: relative; width:100%; height:auto; overflow:hidden}
.xingm{ float:left; font-size: 2.22rem; line-height:50px}
.ann{ position:absolute; right:0; top:30%}
.ann i{ font-size:30px}
.xxkz .l2{ text-align:left;font-size: 1.11rem; color:#000; line-height:40px;  }
.xxkz .l3{text-align:left; font-size: .875rem; color:#000; line-height:30px}
.xxkz .l4{ width:100%; border:#000 3px solid; padding:20px ;box-sizing:border-box ; margin-top:20px; height:auto; overflow:hidden}
.xxkz .l4 .zb{float: left; width:50%}
.xxkz .l4 .zb h1{ font-size: 1.666rem;}
.xxkz .l4 .yb{ float:right; width:50%; text-align:right; padding-top:25px}
.xxkz .l4 .yb span{ color:#a49069; display:block}
.zhifu{ width:90%; height:auto; overflow:hidden; margin:0 auto}
.zhifu .zbx{float:left; width:55%;}
.zhifu .zbxx{   width:100%; padding:30px; border:#000 3px solid;box-sizing:border-box ; margin-bottom:20px; height:auto; overflow:hidden}
.zhifu .zbxx .ceng1 h1{ font-size: 1.66rem; margin-bottom:10px}
.zhifu .zbxx .ceng1 span{ font-size:30px; display:inline-block; padding-left:10px}
.zhifu .zbxx .ceng2{ height:auto; overflow:hidden;  font-size: 1rem; line-height:26px; padding-left:20px}
.zhifu .zbxx  .sm{ height:auto; overflow:hidden}

.zhifu .zbxx .ceng2 span{ color:#a49069 !important}
.zhifu .zbxx  .xm{height:auto; overflow:hidden}
.zhifu .zbxx .ceng3{ width:100%; border-top:#000 3px solid; padding-top:20px; font-size:1.11rem; margin-top:30px}
.zhifu .zbxx input{width:100%; height:56px;  padding:0 10px; float:left; border:3px solid #000;  margin-bottom:20px; color:#000; font-size: 1rem; background:none}

.zhifu .ybxx{ float:right; width:40%}

.biaoti{ border-top:#000 3px solid; padding-top:0px; font-size:1.66rem ; line-height:50px; margin-bottom:15px; padding-top:15px}


.zxly input{width:100%; height:56px;  padding:0 10px; float:left; border:3px solid #000;  margin-bottom:20px; color:#000; font-size: 1rem; background:none}
 
.zxly input::placeholder{color:#000;}
.zxly select{width:100%; height:56px;   padding:0 10px; float:left; border:3px solid #000;  margin-bottom:1%;}
.zxly textarea{width:100%; height:130px;border:1px solid #000; resize:none; outline:none; line-height:34px; padding:5px 10px; margin-bottom:1%; background:none}

.zxly input.t_j{width:100%; height:76px; border:0; background-color:#000; font-size:26px; line-height:76px; color:#fff; text-align:center; text-transform:uppercase; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0px}
.zxly input.t_j:hover{background-color:#4ea72e; }

.checkDiv{  float:left; width:20px}
.checkDiv .radio{border: 1px solid #000;width: 15px;height: 15px;background: 0 0;display: inline-block;position: absolute;left: 0;top: 0; float:left;  height: 30px;}
.checkDiv .radio.checked:before{content: "";width: 9px;height: 6px;border: 2px solid #000;border-top: none;border-right: none;background: 0 0;-ms-transform: rotate(-50deg);-webkit-transform: rotate(-50deg);transform: rotate(-50deg);-ms-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;position: absolute;top: 2px;left: 2px;border: 1px solid #1f2a44;width: 10px;height: 5px;border-top: none;border-right: none;top: 3px;}
.checkDiv2{ float:left; margin-left:20px; margin-top:-20px;}
.checkDiv22{ float:left; margin-left:20px; margin-top:10px; font-size:16px; font-weight:normal; width:90%}
.checkDiv22 a{ text-decoration:underline}
.denglu{ width:60%; margin:10% auto 0}
.zhuce{width:90%; margin:3% auto 0}

.wjmm{ text-align:center; line-height:40px; padding-top:30px}
.wjmm a{ display:block; text-decoration:underline}

.select-wrap{ position:relative; float:left; width:32%; margin-right:2%; } 
.select-wrap:nth-child(3){margin-right:0; }
.select-wrap i{ position:absolute; right:10px; top:20px; z-index:999}
.select-wrap select{}
.zxzc input{width:100%; height:56px;  padding:0 10px; float:left; border:3px solid #000; font-size:20px;  margin-bottom:20px; color:#000; font-size: 1rem; background:none}

.zxzc select{width:100%; height:56px;   padding:0 10px; float:left; border:3px solid #000; margin-bottom:20px;  background:none;  }
.zxzc textarea{width:98%; height:130px; border:1px solid #e7e7e7; resize:none; outline:none; line-height:34px; padding:5px 10px; margin-bottom:1%;}
 
 .select-wrap1{ position:relative; width:100%;  } 
.select-wrap1 i{ position:absolute; right:10px; top:20px; z-index:999}
.select-wrap1 select{}

.tili{ width:100%; height:auto; overflow:hidden; margin:0 auto}
.tili span{ display:block; width:30px; line-height:26px; border:#000 2px solid; float:left; font-size:16px; text-align:center; margin-top:5px}
.tili .ybwz{ float:right; width:94%}
.tili li{ padding-bottom:20px; height:auto; overflow:hidden}


.tili1{ width:90%; height:auto; overflow:hidden; margin:0 auto; border:#000 1px solid; padding:20px; margin-bottom:20px;  }
.tili1 h1{ font-size:26px; font-weight:bold; margin-bottom:5px; line-height:40px }
.tongyi{ padding-top:20px}
.tili1 strong { font-size:26px}
.checkDiv21{ float:left; margin-left:20px; margin-top:0px;}
.tili2{ width:90%; height:auto; overflow:hidden; margin:0 auto;   margin-bottom:20px; text-align-last:left; font-size:26px}
.tili3{ width:90%; height:auto; overflow:hidden; margin:0 auto; border:#000 1px solid; padding:0; margin-bottom:20px;  }

.sk1{ background:#bd5c56; padding:20px; color:#fff; font-size:30px; border-bottom:#000 1px solid}
.wz3{ padding:20px}
.wz3 .zb{ float:left; width:60%}
.wz3 .yb{float: right; width:30%}
.wz3 h1{ font-size:50px}
.wz3 p{ font-size:30px; padding-bottom:20px}
.kecheng{ padding:20px; height:auto; overflow:hidden}
.kecheng li{ float:left; width:30%; margin-right:2%;margin-top: 1%; border:#000 1px solid; line-height:50px; text-align:center}

.tup{ height:auto; overflow:hidden; padding-bottom:20px}
.tup li{ float:left; width:49%; margin-right:2%}
.tup li:nth-child(2n){margin-right:0; }
.tup li img{ width:100%}

.a1 {float:left; width:30%; margin-right:2%;margin-top: 1%; border:#000 1px solid; line-height:50px; text-align:center}
.yuan {}
.tanchu {width:100%; height:100vh; background:url(../images/hb.png) repeat; display:none; position: fixed; top:0; left:0;}
.tanchu .gb {width:30px; height:30px; position:absolute; top:20px; right:20px; cursor:pointer;}
.tanchu .gb img {width:100%; height:auto;}
.tanchu .wz {width:700px; height: auto; background:#fff; padding:30px; position: absolute; top:50%; left:50%; margin-top:-140px; margin-left:-360px; font-size:14px; line-height:30px; color:#000; text-align: left; font-size:18px}


.annniu1{ width:140px; line-height:50px; background:#000; text-align:center; margin:20px 0;float:left;}
.annniu1 a{ color:#fff}
.annniu2{ width:140px; line-height:50px; background:#000; text-align:center; margin:20px 0;float:left;}
.annniu2 a{ color:#fff}



.tanchu2 {width:100%; height: 100vh; background:url(../images/hb.png) repeat; padding:30px; position: fixed; top:50%; left:50%; margin-top:-140px; margin-left:-360px; display:none; border:#000 1px solid  }
.tanchu2 .gb2{width:30px; height:30px; position:absolute; top:20px; right:20px; cursor:pointer;}
.anniu1{ display:inline-block; background:#000; color:#fff; width:120px; line-height:36px; margin:0 10px }
.anniu1 a{ color:#fff}
.anniu2{ display:inline-block; background:#000; color:#fff; width:120px; line-height:36px; margin:0 10px }
.anniu2 a{ color:#fff}
.wenzi2{ text-align:center; margin-top:15%; font-size:30px; margin-bottom:5%}

.tanchu3 {width:700px; height: 350px; background:#fff; padding:30px; position: absolute; top:41%; left:50%; margin-top:-140px; margin-left:-360px; display:none; border:#000 1px solid  }
.tanchu3 .gb3{width:30px; height:30px; position:absolute; top:20px; right:20px; cursor:pointer;}

.tiaokan{}


@media only screen and (max-width:992px){
	
.zhuce{width:96%; margin:3% auto 0}	
.kecheng li{ float:left; width:90%; margin-right:2%; border:#000 1px solid; line-height:50px; text-align:center; margin-bottom:2%}
.kecheng li:nth-child(2n){margin-right:0; }
.sk1{ background:#bd5c56; padding:15px; color:#fff; font-size:20px; border-bottom:#000 1px solid;min-height: 80px}
.wz3 p {
  font-size: 20px;
  padding-bottom: 20px;
}
.wz3 h1 {
  font-size: 24px;
}
.wz3 .zb{ float:left; width:45%}
.wz3 .yb{float: right; width:50%}
.a1 {float:left; width:90%; margin-right:2%; border:#000 1px solid; line-height:50px; text-align:center}
.tanchu .wz {width:90%; height: auto; background:#fff; padding:30px; position: absolute; top:50%; left:50%; margin-top:-140px; margin-left:-45%; font-size:14px; line-height:30px; color:#000; text-align: left; font-size:18px}
.tanchu2 {width:90%; height: 350px; background:#fff; padding:30px; position: absolute; top:41%; left:50%; margin-top:-140px; margin-left:-45%; display:none; border:#000 1px solid  }
.tanchu3 {width:90%; height: 350px; background:#fff; padding:30px; position: absolute; top:41%; left:50%; margin-top:-140px; margin-left:-45%; display:none; border:#000 1px solid  }

.tili .ybwz{ float:right; width:90%}

.xxkz{ width:90%; height:auto; overflow:hidden; margin:0 auto}
.checkDiv22{ float:left; margin-left:20px; margin-top:10px; font-size:16px; font-weight:normal; width:85%}
.denglu{ width:90%; margin:10% auto 0}
.zhifu .zbx{float:none; width:100%;}
.zhifu .zbxx{   width:100%; padding:15px; border:#000 3px solid;box-sizing:border-box ; margin-bottom:20px; height:auto; overflow:hidden}
.zhifu .ybxx{ float:none; width:100%}

.mbt{ text-align:center; font-size:40px; line-height:40px; margin-bottom:30px; }
.dbt1{ font-size:40px; text-align:center; margin-top:10px; line-height:80px; margin-bottom:20px}
.ding{ margin-top:100px}
}
