/*二级banner、面包屑*/
@import url(style2.css);

/*产品列表页*/
.wrapper{width: 78%;margin: 0 auto;}
.wall {display: block;position: relative;}
.wall:after{content: '';display: block;clear: both;}
.wall-column {display: block;position: relative;width: 49%;float: left; padding: 2.5%;box-sizing: border-box;}
.article {display: block;transition: all 100;overflow: hidden;position: relative;}
.article img {display: block;width: 100%;}
.article span{display: block;overflow: hidden;position: relative;}
.article span:after{content: '';display: block;width: 100%;height:300px;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.5);opacity: 0;border-radius: 50%;
transition: 0.5s ease-out;}
.article:hover span:after{opacity: 1;border-radius: 0;}
.article span img{transition: 0.3s ease-in-out; height: 100%;}
.article:hover span img{transform: scale(1.05);}
.atsl_list{box-sizing: border-box;padding: 50px 15% 65px;text-align: center;}
.atsl_list h2{font-size: 22px;font-weight: bold;color: #333333;}
.atsl_list h2:after{content: '';display: block;margin: 10px auto 0;width: 35px;height: 1px;background: #333;}
.atsl_list p{font-size: 14px;color: gray;line-height: 20px;margin-top: 15px;}
.atsl_list font{display: inline-block;padding: 8px 30px;color: white;background: #7f7f7f;font-size: 15px;position: relative;z-index: 2;margin-top: 40px;}
.atsl_list font:after{content: '';display: block;width: 0%;height: 100%;background: #f39800;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.2s ease-in;}
.article:hover .atsl_list font:after{width: 100%;}
.title2 h2{font-size: 35px;color: #000;text-transform: uppercase;font-family: ziti;letter-spacing: 1px;}
.title2 h3{font-size: 18px;color: #333333;margin-top: 10px;}
.title2 h3:before{content: '';display: inline-block;vertical-align: middle;margin-right: 10px;width: 25px;height: 1px;background: #444;}
.my_con1_list_list p{font-size: 16px;line-height: 25px;color: #888;margin: 40px 0 50px;}
.my_con1_list_list{box-sizing: border-box;/*padding-right: 15%;*/}
.wall-column .article {transform: translateY(200px);transition: 1s ease-out .5s;opacity: 0;}
.wall-column .article:nth-child(2){transition: 1s ease-out .9s;}
.wall-column .article:nth-child(3){transition: 1s ease-out 1.4s;}
.wall-column .article:nth-child(4){transition: 1s ease-out 1.8s;}
.wrapper.active .wall-column .article{transform: translateY(0);opacity: 1;}

.title {text-align: center;}
.title h1{font-size: 30px;font-family: ziti;text-transform: uppercase;color: #000;letter-spacing: 2px;}
.title h2{font-size: 22px;color: #f39800;margin-top: 5px;}
.title h2:after{content: '';display: block;margin: 20px auto 0;width: 30px;height: 1px;background: #000;}

.rlzy_con1{padding: 0 0 35px;}
.rlzy_con1_list{font-size: 0;margin-top: 30px;}
.rlzy_con1_list_left,.rlzy_con1_list_right,.rlzy_con2 .title h1,.rlzy_con2 .title h2,.rlzy_con2_u1,.rlzy_con3 .title h1,.rlzy_con3 .title h2,
.rlzy_con3_u1 li,.rlzy_con4 .title h1,.rlzy_con4 .title h2,.rlzy_con4_u1 li{transform: translateY(200px);opacity: 0;transition: 1s ease-out .3s;}
.rlzy_con1_list_right,.rlzy_con5 .rlzy_con5_right{transition: 1s ease-out .5s;}

.rlzy_con3_u1 li:nth-child(1),.rlzy_con4_u1 li:nth-child(1){transition: 1s ease-out .9s;}
.rlzy_con3_u1 li:nth-child(2),.rlzy_con4_u1 li:nth-child(2){transition: 1s ease-out 1.1s;}
.rlzy_con3_u1 li:nth-child(3),.rlzy_con4_u1 li:nth-child(3){transition: 1s ease-out 1.3s;}
.rlzy_con3_u1 li:nth-child(4),.rlzy_con4_u1 li:nth-child(4){transition: 1s ease-out 1.5s;}
.rlzy_con4_u1 li:nth-child(5){transition: 1s ease-out 1.7s;}
.rlzy_con4_u1 li:nth-child(6){transition: 1s ease-out 1.9s;}
.rlzy_con2 .title h1,.rlzy_con3 .title h1,.rlzy_con4 .title h1{transition: 1s ease-out .5s;}
.rlzy_con2 .title h2,.rlzy_con3 .title h2,.rlzy_con4 .title h2{transition: 1s ease-out .7s;}
.rlzy_con2 .rlzy_con2_u1{transition: 1s ease-out 1s;}
.rlzy_con2.active .rlzy_con2_u1,.rlzy_con2.active .title h1,.rlzy_con2.active .title h2,.rlzy_con3.active .title h1,.rlzy_con3.active .title h2,
.rlzy_con3.active .rlzy_con3_u1 li,.rlzy_con4.active .title h1,.rlzy_con4.active .title h2,.rlzy_con4.active .rlzy_con4_u1 li,
.rlzy_con5.active .rlzy_con5_left,.rlzy_con5.active .rlzy_con5_right,.rlzy_con1_list.active .rlzy_con1_list_left,.rlzy_con1_list.active.rlzy_con1_list_right{transform: translateY(0);opacity: 1;}

.rlzy_con2_u1{font-size: 0;}
.rlzy_con2_u1 li{font-size: 0;background: #cfd9dc;box-shadow: 0 0 5px 5px rgba(0,0,0,.03);margin-top:25px;transition: 0.3s ease-in;}
.rlzy_con2_u1_span{display:inline-block;vertical-align: middle;width: 230px;}
.rlzy_con2_u1_aside{display: inline-block;vertical-align: middle;width: calc(100% - 230px);background: white;box-sizing: border-box;padding: 20px 90px;}
.rlzy_con2_u1_span{color: #676c6e;font-size: 18px;text-align: center;transition: 0.3s ease-in;}
.rlzy_con2_u1_span i{display: block;margin: 0 auto;font-size: 40px;margin-bottom: 10px;}
.rlzy_con2_u1 li:hover{background: #c60413;}
.rlzy_con2_u1 li:hover .rlzy_con2_u1_span{color: white;}

.rlzy_con2_u1_aside2_dl{font-size: 0;display: flex;justify-content: space-between;padding: 15px 0;}
.rlzy_con2_u1_aside2_dl dd{display: inline-block;vertical-align: top;text-align: center;position: relative;}
.rlzy_con2_u1_aside2_dl dd span{display: inline-block;width: 82px;height: 82px;border: 1px dashed lightgray;text-align: center;line-height: 82px;color: #000;
font-size: 30px;border-radius: 50%;}
.rlzy_con2_u1_aside2_dl dd span:before{*transform: translateX(6px);display: inline-block;}
.rlzy_con2_u1_aside2_dl dd p{font-size: 15px;color: #333;margin-top: 10px;}
.rlzy_con2_u1_aside3{padding-bottom: 40px;}
.rlzy_con2_u1_aside3 p{font-size: 0;margin-top: 20px;}
.rlzy_con2_u1_aside3 p span{display: inline-block;vertical-align: top;font-size: 16px;color: #333;font-weight: bold;width: 80px;margin-top: 5px;}
.rlzy_con2_u1_aside3 p font{display: inline-block;vertical-align: top;width: calc(100% - 80px );}
.rlzy_con2_u1_aside3 p font a{display: inline-block;vertical-align: top;font-size: 16px;color: #555;padding: 5px 20px;margin-left: 20px;}
.rlzy_con2_u1_aside3 p font a:hover,.rlzy_con2_u1_aside3 p font a.active{background: #f2f2f2;border-radius: 5px;}
.rlzy_con2_u1_aside2_dl dd img{margin-top:35px;}

.rlzy_con2{background: #f8f8f8;padding: 75px 0;}
.rlzy_con2_sdo span{display: inline-block;vertical-align: top;width: 25%;text-align: center;font-size: 20px;cursor: pointer;}
.rlzy_con2_sdo_top{font-size: 0;border-bottom:1px dashed  #f39800;line-height: 70px;}
.rlzy_con2_sdo .span1{text-align: left;}
.rlzy_con2_sdo .span4{text-align: right;}
.rlzy_con2_sdo{box-sizing: border-box;background: white;box-shadow: 0 0 5px 5px rgba(0,0,0,.03);border-top: 1px solid #eaeaea;padding: 40px 180px;}
.span4 i{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;border-radius: 50%;background: #f39800;font-size: 20px;color: #fff;
margin-right: 19px;}
.rlzy_con2_sdo_bottom{font-size: 0;box-sizing: border-box;padding: 40px 20px;display: none;}
.rlzy_con2_sdo_bottom_left,.rlzy_con2_sdo_bottom_right{display: inline-block;vertical-align: top;}
.rlzy_con2_sdo_bottom_left{width: 40%;}
.rlzy_con2_sdo_bottom_right{width: 60%;}
.rlzy_con2_sdo_bottom p{font-size: 14px;line-height: 30px;color: #666;}
.rlzy_con2_sdo_bottom p font{display: inline-block;margin-right: 20px;}
.rlzy_con2_sdo dd span{font-size: 16px;color: #666;}
.toudi{display: block;text-align: center;width: 220px;height: 45px;line-height: 45px;color: white;font-size: 15px;background: #f39800;margin-top: 25px;}
.toudi:hover{background: #f39800;}
.rlzy_con2_sdo_top.active .span4 i,.rlzy_con2_sdo_top:hover .span4 i{background: #f39800;color: white;}
.span4 i{transition: 0.3s ease-in-out;}

.rlzy_con4{padding: 75px 0;}
.rlzy_con4_u1{font-size: 0;}
.rlzy_con4_u1 li{display: inline-block;vertical-align: top;text-align: center;width: 33.33%;margin-top: 45px;}
.rlzy_con4_u1 li span{display: inline-block;width: 160px;height: 130px;line-height: 130px;box-sizing: border-box;border: 1px solid #a9a9a9;font-size: 55px;color: #000;
transition: 0.3s ease-in-out;}
.rlzy_con4_u1 li span:before{display: inline-block;*transform: translateX(4px);}
.rlzy_con4_u1 li:hover span{background: #c60413;color: white;border-color: #c60413;}
.rlzy_con4_u1 li h1{font-size: 24px;color: #333;margin-top: 28px;}
.rlzy_con4_u1 li h1:after{content: '';display: block;width: 25px;height: 2px;background: #666;margin: 10px auto;}
.rlzy_con4_u1 li p{font-size: 14px;line-height: 25px;color: #666;}

.ttxw .ej_nav_u1 li{width: 180px;border: 2px solid lightgray;margin-left: 5px;margin-right: 5px;}
.ttxw .ej_nav_u1 li a{line-height: 50px;}
.ttxw .ej_nav_u1 li:hover,.ttxw .ej_nav_u1 li.active{border-color:#bc1717;}
.ttxw_con1_u1{box-sizing: border-box;padding: 0 60px;margin-top:30px;}
.ttxw_con1_u1 li{padding: 35px 0;border-bottom: 1px solid #eee;}
.ttxw_con1_u1 li a{display: block;font-size: 0;}
.ttxw_con1_left{display: inline-block;vertical-align: middle;width: 280px;position: relative;}
.ttxw_con1_right{display: inline-block;vertical-align: middle;width: 50px;}
.ttxw_con1_middle{display: inline-block;vertical-align: middle;width: calc(100% - 330px);box-sizing: border-box;padding: 0 50px;}
.ttxw_con1_left span{display: block;overflow: hidden;}
.ttxw_con1_left span img{width: 100%;transition: 0.3s ease-in-out;height: 160px;}
.ttxw_con1_left_list{position: absolute;top: 0;left: 0;background: rgba(0,0,0,.2);padding: 10px;color: white;}
.ttxw_con1_left_list font{font-size: 24px;display: block;}
.ttxw_con1_left_list time{font-size: 14px;color: white;}
.ttxw_con1_right i{display: inline-block;width: 47px;height: 47px;text-align: center;line-height: 47px;background: #cccccc;color: white;font-size: 18px;
transition: 0.3s ease-in-out;}
.ttxw_con1_middle h1{font-size: 17px;color: #000;}
.ttxw_con1_middle p{font-size: 12px;color: #6a6a6a;line-height: 25px;margin-top: 15px;}
.ttxw_con1_u1 li:hover .ttxw_con1_left span img{transform: scale(1.05);}
.ttxw_con1_u1 li:hover .ttxw_con1_right i{background: #f39800;}

.tt_page{margin: 75px 0;}
.tt_page ul{text-align: center;font-size: 0;}
.tt_page ul li{display: inline-block;vertical-align: top;border: 1px solid #eee;box-sizing: border-box;width: 42px;height: 40px;line-height: 40px;}
.tt_page ul li a{display: block;font-size: 12px;color: #c9c8c8;line-height: 38px;}
.tt_page ul li:hover a{background: #e5e5e5;color: #333;}
.tt_page ul li.active a{background: #f39800;color: white;}
.tt_page a{background: white;}

.my_nav{background: url(../image/jsdfa_02.jpg) no-repeat;background-size: cover;}
.my_nav ul{font-size: 0;}
.my_nav ul li{display: inline-block;vertical-align: top;}
.my_nav ul li a{font-size: 20px;color: #666;box-sizing: border-box;position: relative;border-bottom:1px solid #f59800;float: left;margin-left: 30px;margin-top: 20px;text-align: center;}
.my_nav ul li a:after{content: '';display:block;position: absolute;width: 100%;height: 1px;transform: scaleX(0);background: #f39800;bottom: 0px;transition: 0.3s ease-in-out;}

.mdcx_list1{box-sizing: border-box;padding:0;text-align: center;}
.mdcx_list1 select{display: inline-block;vertical-align: top;width: 130px;height: 45px;border: 1px solid #dfdfdf;box-sizing: border-box;padding-left: 10px;
color: gray;margin-right: 10px;border-radius: 3px;}
.mdcx_list1 form>input[type=submit]{display: inline-block;vertical-align: top;width: 160px;height: 45px;font-size: 14px;color: white;background: #c3cfd3;
border-radius: 3px;border: none;cursor: pointer;margin-right: 10px;transition: 0.3s ease-in-out;}
.mdcx_list1 form>input[type=submit]:hover,.sou input[type=submit]:hover{background-color: #f39800;}
.sou{display: inline-block;font-size: 0;}
.sou input[type=text]{width: 250px;height: 45px;box-sizing: border-box;padding-left: 10px;border-radius: 3px 0 0 3px;border: 1px solid #dfdfdf;}
.sou input[type=submit]{transition: 0.3s ease-in-out;width: 45px;height: 45px;border-radius: 3px;background:url(../image/sousuo.png) no-repeat center center;background-color: #c3cfd3;border: none;cursor: pointer;}

.mdcx .title{margin-top: 10px;}

.mdcx_list2{border: 1px solid #dfdfdf;background: #fbfbfb;box-sizing: border-box;margin-top: 50px;position: relative;margin-bottom: 65px;}
.mdcx_list2_left {display: inline-block;vertical-align: top;width: 340px;position: absolute;background: #fff;z-index: 9;right: 18%;top:11px;}
.mdcx_list2_left .swiper-container{height: 500px;}
.mdcx_list2_left_div{box-sizing: border-box;background: white;padding: 15px 25px;height: 100%;transition: 0.3s ease-in-out;    }
.mdcx_list2_left_div span{display: inline-block;width: 290px;height: 1px;background:lightgray; position: absolute;bottom: 0;left: 25px;}
.swiper-slide-active{margin-bottom: 0!important;}
.mdcx_list2_left_div_icon{width: 30px;float: left;height: 40px;margin-right: 20px;background: url(../image/icon_didian.png) no-repeat;background-size: 100%;}
.mdcx_list2_left_div_didian{width: 240px;float: left;}
.mdcx_list2_left .swiper-button-next,.mdcx_list2_left .swiper-button-prev{position: static;vertical-align: top;background: #fff;width:calc(100% - 50px) ;height: 48px;line-height: 48px;color: #9a9c9e;text-align: center;margin-top: 0px;opacity: 1;    margin: 0 auto;}
.mdcx_list2_left .swiper-button-next{border-bottom: solid 1px lightgray;}
.mdcx_list2_right{display: inline-block;vertical-align: top;width:100%;margin-right: 30px;height: 700px;}
.mdcx_list2_left .swiper-button-next:hover,.mdcx_list2_left .swiper-button-prev:hover{color:#f39800;}
.mdcx_list2_left_div i{display: inline-block;vertical-align: top;font-size: 14px;color: #b2b2b2;margin-top: 2px;margin-right: 10px;transition: 0.3s ease-in-out;}
.mdcx_list2_left_div font{display: inline-block;vertical-align: top;width: 80%;margin-left: 15px;font-size: 14px;color: #7b7b7b;line-height: 25px;transition: 0.3s ease-in-out;}
.mdcx_list2_left_div:hover{/*background: #f39800;*/cursor: pointer;}
.mdcx_list2_left_div:hover h1,.mdcx_list2_left_div:hover p,.mdcx_list2_left_div:hover p i{color: #f39800}
.mdcx_list2_left_div:hover font{color: #f39800;}
#map{width:100%;height: 700px;}
.mdcx_list2{margin-bottom: 65px;}
.mdcx_list2_left .swiper-slide.active1 .mdcx_list2_left_div{background: #f50007;cursor: pointer;}
.mdcx_list2_left .swiper-slide.active1 .mdcx_list2_left_div i{color: #fdcccd}
.mdcx_list2_left .swiper-slide.active1 .mdcx_list2_left_div font{color: white;}
.mdcx_list2_left_div h1{font-size: 16px;color: #333;padding-bottom: 7px;margin-bottom: 7px;transition: 0.3s ease-in-out;}
.mdcx_list2_left_div p{font-size: 14px;line-height: 20px;color: #666;transition: 0.3s ease-in-out;position: relative;}
.mdcx_list2_left_div p i{position: absolute;left: 0;top: 0px;}
.mendian-num{font-size: 18px;text-align: center;line-height: 26px;margin-top: 26px;color: #575757;}

.mdcx_list1 h1{font-size: 30px;color: #333;text-align: center;}
.mdcx_list1 h1 img{display: inline-block;vertical-align: middle;margin-right: 10px;margin-top: -3px;}
.mdcx_list1 p{font-size: 20px;color: #666;text-align: center;margin: 4px 0 40px;}

@media only screen and (max-width:1660px) {
	.title h1{font-size: 28px;}
	.title h2{font-size: 20px;}
	.ej_banner_list_div_aside h1,.title2 h2,.shd_list h1,.shusheng2 h1{font-size: 30px;}
	.atsl_list h1{font-size: 18px;}
	.ej_ti h1{font-size: 35px;}
	.ej_ti h2{font-size: 18px;}
	.ej_ti{top: 45px;}
	.rlzy_con1_list_right h1{font-size: 25px;}
	.rlzy_con1_list_right h1 span{font-size: 16px;}
	.rlzy_con1,.shsdfaas{padding-bottom: 50px;}
	.rlzy_con2_sdo{padding: 40px 60px;}
	.rlzy_con5_title span{width: 250px;height: 50px;line-height: 50px;font-size: 18px;}
	.tt_page{margin: 50px 0;}
	.my_nav ul li a{font-size: 18px;}
	.shd_list{padding: 50px 6%;}
	.shushegn_con1_list_ss{padding-left: 50px;}
	.mc_con1 h1{font-size: 30px;}
	.mc_con1_list_div p{line-height: 20px;}
	.mc_con5{padding-top: 0;}
	.mc_con6{padding-top: 0;}
	.con5_zong>p{margin-top: 0px;}
	.index_con5{padding: 20px 0 50px;}
	.rlzy_con5_bun_head h1 font{font-size: 40px;}
	.rlzy_con5_bun_head h1 span{margin-top: -12px;}
	.syjj_list1 h1{font-size: 30px;}
	.syjj_list1 h1 span{font-size: 15px}
	.syjj{padding-top: 20px;}
	.tk_swiper1{width: 500px;}
	.rlzy_con3_u1 li p{font-size: 14px;}
	.rlzy_con4_u1 li h1{font-size: 20px;}
	.tiantan_xq_box_left h1{font-size: 20px;}
}

@media only screen and (max-width:1550px) {
	.wrapper{width: 88%;}
	.ttxw_con1_u1{padding: 0;}
	.rlzy_con2_u1_aside2_dl dd img{width: 50px;}
	.mdcx_list2_left .swiper-container{height: 600px;}
	#map{height: 672px;}
	.mdcx_list1 h1{font-size: 20px;}
	.mdcx_list1 p{font-size: 16px;}
}

@media only screen and (min-width:1200px) {
	.atsl_list h1{transition: 0.6s ease-out;}
	.atsl_list p{transition: 0.6s ease-out .2s;}
	.atsl_list font{transition: 0.6s ease-out .3s;}
	.atsl_list h1:after{transition: 0.6s ease-out .1s;}
	.article:hover .atsl_list h1:after{background: white;}
	.article:hover .atsl_list h1,.article:hover .atsl_list p,.article:hover .atsl_list font{transform: translateY(-300px);color: white;}	
}
/*领导致词*/
	.Chairman_con{
			  width:1160px;
			  max-width: 100%;
			  position: relative;
			  margin: 0 auto;
	 }
	.Chairman_title{
			   width: 100%;
			   color: #000;
			   font-size: 18px;
			   text-align: center;
			   position: relative;	               
			   /*text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
			   margin-bottom: 56px;
	 }
	.Chairman_title h3{
			   margin-bottom: 5px;
			   font-size: 24px;
			   font-family: ziti;
			   text-transform: uppercase;
			   color: #000;
			   letter-spacing: 2px;
			   font-weight: normal;
	 }
	.Chairman_title p{
			   font-size: 20px;
			   color: #bc1717;	
	 }
	.Chairman_title span{
			   width: 30px;
			   height: 1px;
			   background: #000;
			margin: 20px auto;
			   display: block;
	 }
	.Chairman_title section_title{text-align: center;}
	.Chairman_all{
			   width: 100%;
			   position: relative;
			   float: left;
	}

	.Chairman_pic img{
			   width: 100%;
			   border: 1px solid #e5e5e5;
			   border-bottom: 0px;
	}
	.Chairman_left{
			   float: left;
	}
	.Chairman_right{
			   width: 60%;
			   float: right;
	}
	.Chairman_right p{
			   display: inline-block;
			   margin-bottom: 10px;
			   color: #333;
			   font-size: 16px;
			   line-height: 32px;
			   text-indent: 2em;
			   text-align: left;
	}
	.Chairman_intro{
			   padding:28px;			       
			   background: #f9f9f9;			       
	}
	.Chairman_intro h3{
			   margin-left: 20px;
			   font-size: 15px;
			   text-align: left;
			   color: #333;
			   margin-bottom: 5px;
			   font-weight: bold;
	}
	.Chairman_intro ul li{
			   margin-left: 20px;
			   font-size: 13px;
			   text-align: left;
			   color: #666;
			   margin-bottom: 8px;
			list-style-type:square;
	}

	.sign{
			   float: left;
			   margin-top: 60px;
			   margin-left: 440px;
	}
	.sign h4{
			   float: left;
	}
	.sign img{
			   width: 50%;
			   float: right;
	}
@media  (max-width: 800px){
	.introduce{
		 width: 100%;
		 height: auto;
		 min-width: 100%;
		 position: relative;
		 background-color: #fff;
	}
	.Chairman_con{
		  width:100%;
		  max-width: 100%;
		  position: relative;
		  margin: 0 auto;
	}
	.Chairman_title{margin-bottom: 0;width: 100%;margin-top:20px;font-size: 18px;}
	.Chairman_pic{width: 100%;margin: auto;height: auto;}
	.Chairman_pic img{width: 100%;margin: auto;border: none;}
	.Chairman_title h3{font-size:18px;}
	.Chairman_title p{font-size:18px;}
	.Chairman_left{width: 100%;margin: auto;float: none;}
	.Chairman_intro{margin:auto;}
	.Chairman_intro h3{font-size:14px;}
	.Chairman_intro p{font-size:12px;}
	.Chairman_right{width: 95%;margin: auto;margin-top: 20px;float: none;}
	.Chairman_right p{display: inline-block;margin-left: 2.5%;color: #333;font-size: 12px;line-height: 32px;text-indent: 2em;text-align: left;}
	.sign{width: 100%;margin-left: 0px;loat: right;margin-bottom: 20px;}
	.sign h4{width: 100%;text-align:right;}
	.sign img{width: 30%;}
}
/*领导致词end*/
