@font-face {
	font-family: "CenturyGothicbold";
	src:url('../fonts/centurygothicbold.ttf');
}
@media screen and (min-width: 1301px){
    html {
        font-size:1250%!important
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300px){
    html {
        font-size: 950%!important
    }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
    html {
        font-size: 850%!important
    }
}
@media screen and (max-width: 1001px){
    html {
        font-size: 750%!important
    }
}

html { padding: 0; margin:0;  font-size: 625%;-webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch; }
body {padding: 0;font-size: .14rem;-webkit-overflow-scrolling: touch;background: url(../images/bg.jpg) repeat-y 0 0 #F3F3F3;}
.w{width:95%;max-width:1300px;margin:0 auto;/* background: url(../images/bg.jpg) repeat-y 0 0 #F3F3F3; */}



header{
	width:100%;
	height:.23rem;
	background:#194f90;
	color:#FFFFFF;
	line-height:.23rem;
	font-size:.08rem;
	display: none;
}
.top_rt a{
	color:#FFFFFF;
	margin-right:.1rem;
}
.top_rt img{
	transform: translateY(.025rem);
	width:.12rem;
	margin-right:.04rem;
}
.top_rt_1{
	float:right;
}
.top_rt_1 span{
	float:left;
}
.top_rt_1 #time{
	float:left;
}
.indtop{
	width:100%;
	background:#1e5aa2;
	padding:.1rem 0;
	background: url(../images/bt.jpg);
}
.logo{
	width: 808px;
	padding: 20px 0px;
}
.search{
	width: 1.39rem;
	height: .21rem;
	background: rgb(44 148 255 / 70%);
	position:absolute;
	border-radius:.13rem;
	top: 50px;
	bottom:0;
	right:0;
	margin:auto 0;
}
.search input[type="text"]{
	display:block;
	float:left;
	width: 318px;
	height: .22rem;
	border:none;
	background:none;
	outline:none;
	font-size: .07rem;
	padding:0 .05rem 0 .1rem;
	color:#FFFFFF;
}
.search input::-webkit-input-placeholder{
 color: #b6c8de;
}
.search input[type="submit"]{
	display:block;
	float:left;
	width:.3rem;
	height: .22rem;
	background:url(../images/04.png) center no-repeat;
	background-size:.13rem auto;
	border:none;
	outline:none;
	cursor:pointer;
	margin-left: -100px;
}



.nav{
	width:100%;
	height:.28rem;
	background:#01468d;
}
.nav li{
	float:left;
	width: 11%;
	height:.28rem;
	position:relative;
}
.nav li a{
	display:block;
	text-align:center;
	line-height:.28rem;
	font-size:.1rem;
	color:#FFFFFF;
	transition:all .3s;
}
.nav li:hover a,.nav li.on a{
	background:#0e5fc1;
}
.nav li dl{
	position:absolute;
	background:#02b2b5;
	display:none;
	z-index:9999;
	width:100%;
}
.nav li dd{
	margin:0;
	width:100%;
	text-align:center;
	transition:all .3s;
	position:relative;
}
.nav li dd a{
	border-bottom:1px solid rgba(255,255,255,.3);
	line-height:.2rem;
	font-size:.07rem;
	background:none;
}
.nav li:hover dl{
	display:block;
}
.nav li dd:hover,.nav li dd:hover a{
	background:#01468d;
}
.nav li dl ul{
	width:100%;
	position:absolute;
	left:100%;
	top:0;
	display:none;
}
.nav li dl:hover ul{
	display:block;
}
.nav li dl ul li{
	height:.205rem;
	line-height:.2rem;
	float:none;
	width:100%;
}
.nav li dl ul li a,.nav li:hover dl ul a,.nav li.on dl ul a{
	background:#0e5fc1;
	border-bottom:1px solid rgba(255,255,255,.3);
	color:#FFFFFF;
	text-align:center;
}
.nav li dl ul li a:hover{
	background:#01468d;
	color:#FFFFFF;
}
.banner{
	text-align:center;
}
.banner .swiper-container .swiper-pagination{
	display:inline-block;
	width:auto;
	height:.14rem;
	border-radius:.07rem;
	background:rgba(0,0,0,.6);
	padding:.03rem .05rem;
	left:auto;
}
.banner .swiper-pagination-bullet{
	width:.08rem;
	height:.08rem;
	display:inline-block;
	background:#FFFFFF;
	border-radius:0;
	opacity:1;
	border-radius:50%;
	transition:all .3s;
}
.banner .swiper-pagination-bullet-active{
	background:#0e5fc1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width:.125rem;
	height:.21rem;
	margin-top:-.105rem;
	background-size:100% 100%;
	outline:none;
}
.banner .swiper-button-next{
	background-image:url(../images/06.png);
	right:50px;
}
.banner .swiper-button-prev{
	background-image:url(../images/05.png);
	left:50px;
}
.news_img{
	width: 99%;
	margin-top: 10px;
}
.news_img a{
	display:block;
	width:100%;
	height:1.73rem;
	position:relative;
}
.news_img a img{
	width:100%;
	height:100%;
}
.news_img a p{
	position:absolute;
	width:100%;
	height:.25rem;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.7);
	color:#FFFFFF;
	line-height:.25rem;
	font-size:.09rem;
	padding:0 .6rem 0 .07rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_img .swiper-container .swiper-pagination{
	width:auto;
	right:.1rem;
	left:auto;
	bottom:.1rem;
}
.news_img .swiper-pagination-bullet{
	width:.05rem;
	height:.05rem;
	border-radius:50%;
	background:#FFFFFF;
	opacity:1;
}
.news_img .swiper-pagination-bullet-active{
	background:#01468d;
}
.zuixin{
	width: 49%;
	margin-top:.18rem;
	/* margin-left:1.63%; */
}
.tit{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.tit h3{
	float:left;
	font-weight:normal;
	font-size:.12rem;
	line-height:.12rem;
	color:#01468d; line-height:.12rem;
	border-bottom:.015rem solid #01468d;
	color:#01468d;
	padding-bottom:.06rem;
}
.tit a{
	float:right;
	line-height:.12rem;
	display:block;
	font-size:.08rem;
	color:#01468d;
}
/*.tw_list
{
	width: 99%;
}
.tw_list li{
	padding: 13px 0px;
	display: block!important;
	line-height: .1rem;
	margin-top: 10px;
	background-color: #fff;
}*/
.tw_list
{
	width:98%
}
.tw_list li span{
	display:block;
	float:right;
	font-size:.07rem;
	color:#333333;
}
.tw_list li a{
	display: block;
    margin-left: .08rem;
    margin-right: .4rem;
    font-size: .08rem;
    color: #333333;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tw_list li{
	border-bottom:1px solid #e5e5e5;
	line-height: .16rem;
}
.tw_list li i{
	display:block;
	float:left;
	width:.03rem;
	height:.03rem;
	background:#01468d;
	margin-top:.09rem;
}

.zuixin li{
	margin-top: 11px;
}
.zuixin_time{
	width:.35rem;
	height:.2rem;
	text-align:right;
	font-size:.07rem;
	border-right:1px solid #d2d2d2;
	padding-right:.05rem;
}
.zuixin_time b{
	display:block;
	font-size:.12rem;
	padding-top:.03rem;
}
.zuixin_txt{
	width:calc(100% - .4rem);
}
.zuixin_txt h4 a{
	display:block;
	font-size:.09rem;
	font-weight:normal;
	color:#333333;
	margin-top:.01rem;
	transition:all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zuixin_txt h4 a:hover,.chushi li a:hover,.dongtai li a:hover{
	color:#01468d;
	text-decoration:underline;
}
.zuixin_txt p{
	font-size: 16px;
	color:#666;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: .1rem;
	font-weight: bold;
	margin-top: 10px;
}

.chushi{
	width: 48%;
	margin-top:.18rem;
}
.chushi .zx_c{
	margin-top:10px;
}
.chushi .zx_c li li{
	padding: 13px 0px;
	display:block!important;
	line-height: .1rem;
	margin-top: 10px;
	background-color: #f9f9f9;
	border-radius: 12px;
}
.dongtai li{
	border-bottom:1px solid #e5e5e5;
	line-height: .22rem;
}
.chushi li i,.dongtai li i{
	display:block;
	float:left;
	width:.03rem;
	height:.03rem;
	background:#01468d;
	margin-top:.09rem;
}
.chushi li a{
	
}
.zuixin_txt p a{
	
	

}
.bgfa{
	width:100%;
	/* background:#fafafa; */
	margin-top:.12rem;
	padding:.15rem 0;
}
.bgwt{
	width:100%;
	/* background:#ffffff; */
	/* margin-top:.12rem; */
	padding:.15rem 0;
}
.dongtai{
	width: 49%;
	margin-right: 2.63%;
}
.dongtai li span{
	display:block;
	float:right;
	font-size:.07rem;
	color:#333333;
}
.dongtai li a{
	display: block;
    margin-left: .08rem;
    margin-right: .4rem;
    font-size: .08rem;
    color: #333333;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.huoban{
	width: 1300px;
	margin-right:1.63%;
}
.huoban li span{
	display:block;
	float:right;
	font-size:.07rem;
	color:#333333;
}
.huoban li a{
	/* display:block; */
	/* margin-left:.08rem; */
	/* margin-right:.4rem; */
	font-size: 16px;
	/* color:#333333; */
	/* transition:all .3s; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	line-height: 180%;
}
.chnegguo{
	width: 48%;
}
.chnegguo_c{
	margin-top:.08rem;
	border:1px solid #dcdcdc;
	background:#FFFFFF;
	width:100%;
}
.chnegguo li{
	border-bottom:1px solid #e5e5e5;
	line-height: .22rem;
	width: 99%;
	float: left;
	margin-right: 15px;
}
.chnegguo li i{
	display:block;
	float:left;
	width:.03rem;
	height:.03rem;
	background:#01468d;
	margin-top:.09rem;
}
.chnegguo li a{
	display:block;
	margin-left:.08rem;
	font-size:.08rem;
	color:#333333;
	transition:all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chnegguo li span {
    display: block;
    float: right;
    font-size: .07rem;
    color: #333333;
}
.chnegguo_c p{
	text-align:center;
	font-size:.08rem;
	color:#333333;
	line-height:.2rem;
}
.chnegguo_c a{
	display:block;
	width:100%;
}
.chnegguo_c a img{
	width:100%;
	height:1.05rem;
}
.chnegguo_c .swiper-button-next,.chnegguo_c .swiper-button-prev{
	width:.16rem;
	height:.23rem;
	background-size:100% 100%;
	outline:none;
	top:0;
	margin-top:.4rem;
}
.chnegguo_c .swiper-button-prev{
	background-image:url(../images/11.png);
	left:0;
}
.chnegguo_c .swiper-button-next{
	background-image:url(../images/12.png);
	right:0;
}
.csgg li{
	float:left;
	width:12.5%;
	padding-left:.11rem;
}
.csgg ul{
	margin-left:-.11rem;
	margin-top:.26rem;
}
.csgg li a{
	display:block;
	width:100%;
	height:.68rem;
	padding-top:.05rem;
	border-radius:.03rem;
	text-align:center;
	color:#FFFFFF;
}
.csgg_1 img{
	width:100%;
}
.csgg li a:hover .csgg_1{
 transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.csgg_1{
	width:.345rem;
	margin:0 auto;
	transition: all 0.65s ease-in-out;
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
}
.csgg li a:hover .csgg_1{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
.csgg li a p{
	font-size:.08rem;
	margin-top:.05rem;
}
.csgg li:nth-child(1) a,.csgg li:nth-child(5) a{
	background:#69bf8c;
}
.csgg li:nth-child(2) a,.csgg li:nth-child(6) a{
	background:#69b2bf;
}
.csgg li:nth-child(3) a,.csgg li:nth-child(7) a{
	background:#6973bf;
}
.csgg li:nth-child(4) a,.csgg li:nth-child(8) a{
	background:#9abf69;
}
.flinks{
	width:100%;
	/* background:#134a8b; */
	margin-top:.2rem;
	height:.34rem;
	/* display: none; */
}
.flinks a{
	color:white;
	font-size:16px;
}
.flinks p{
	color: #1e5aa2;
	line-height:.34rem;
	font-size:.09rem;
	float:left;
}
.flinks p img{
	width:.1rem;
	vertical-align:middle;
	margin-right:.05rem;
}
.flinks_1{
	float:left;
	width:calc((100% - 1rem)/4);
	background:#1e5aa2 url(../images/22.png) right .06rem center no-repeat;
	background-size:.065rem auto;
	border:1px solid #327cd4;
	border-radius:.03rem;
	height:.21rem;
	overflow:hidden;
	margin-top:.065rem;
	margin-left:.12rem;
	/* display: none; */
}
.flinks .flinks_1:nth-child(2){
	/* margin-left:0; */
}
.flinks_1 select{
	background:none;
	border:none;
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:.08rem;
	padding:0 .15rem 0 .06rem;
	/* appearance: none; */
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	outline:none;
}
.footer{
	width:100%;
	background:#05417e;
	padding-top:.15rem;
	text-align:center;
	color:#FFFFFF;
	font-size:.07rem;
	/* margin-top: 20px; */
	background: url(../images/bt.jpg);
	padding-bottom: 30px;
}
.footer p{
	line-height:.18rem;
}
.bottom{
	margin-top:.15rem;
	border-top:1px solid rgba(28,85,154,.6);
	line-height:.28rem;
}


.sml_banner{
	width:100%;
	height:1.6rem;
	background-size:cover;
}
.container{
	margin-top:.2rem;
}
.left_nav{
	width:1.235rem;
}
.left_nav_t{
	width:100%;
	height:.545rem;
	background: url(../images/23.jpg);
	background-size:100% 100%;
	padding:.15rem 0 0 .18rem;
}
.left_nav_t h2{
	font-size:.13rem;
	color:#FFFFFF;
	line-height:.13rem;
}
.left_nav_t p{
	font-size:12px;
	color:#FFFFFF;
	margin-top:8px;
}
.left_nav dl{
	width:100%;
	border:1px solid #dcdcdc;
	margin-top:.05rem;
}
.left_nav dl dt{
	display:block;
	width:100%;
	position:relative;
	background:#f5f5f5;
	line-height:.34rem;
	padding:0 .075rem;
	color:#01468d;
	cursor:pointer;
	transition:all .3s;
}
.left_nav dl dt:hover{
	display:block;
	width:100%;
	position:relative;
	background:#1e5aa2;
	line-height:.34rem;
	padding:0 .075rem;
	color:#fdfdfd;
	cursor:pointer;
	transition:all .3s;
}
.left_nav dl dt p{
	font-size:.09rem;
	border-bottom:1px dashed #d2d2d2;
	font-weight:bold;
	padding-left:.23rem;
}
.left_nav dl dt p:hover a{

	color:#ffffff;
}
.left_nav dl dt i{
	position:absolute;
	width:.05rem;
	height:.05rem;
	display:block;
	background-image:url(../images/24.png);
	background-size:100% 100%;
	top:0;
	bottom:0;
	margin:auto 0;
	left:.19rem;
}
.left_nav dl dt:hover i{

	background-image:url(../images/31.png);
}
.left_nav dl dt#open{
	background:#1e5aa2;
	color:#FFFFFF;
}
.left_nav dl dt#open p{
	border-bottom:1px dashed #1e5aa2;
}
.left_nav dl dt#open i{
	background-image:url(../images/31.png);
}
.left_nav dl dd{
	margin:0;
	display:none;
	background:#FFFFFF;
	padding:.1rem .2rem;
}
.left_nav dl dd ul{
	position:relative;
}
.left_nav dl dd ul:before{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:calc(100% - .22rem);
	background:#c9c9c9;
	left:.02rem;
	top:.11rem;
}
.left_nav dl dd li a{
	font-size:.07rem;
	line-height:.24rem;
	color:#797979;
	display:block;
	padding-left:.1rem;
	position:relative;
	transition:all .3s;
}
.left_nav dl dd li a:hover{
	color:#01468d;
}
.left_nav dl dd li a:before{
	content:"";
	display:block;
	width:.04rem;
	height:.04rem;
	position:absolute;
	border:1px solid #c9c9c9;
	border-radius:50%;
	background:#FFFFFF;
	top:0;
	bottom:0;
	margin:auto 0;
	left:0;
	transition:all .3s;
}
.left_nav dl dd li a:hover:before{
	border-color:#01468d;
}
.right{
	width:calc(100% - 1.335rem);
	border:1px solid #e5e5e5;
	padding:.1rem .1rem .23rem .1rem;
}
.right2{

	border:1px solid #e5e5e5;
	padding:.1rem .1rem .23rem .1rem;
}
.bread{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:.08rem;
}
.bread h2{
	font-size:.12rem;
	color:#2b2b2b;
	line-height:.12rem;
	float:left;
	font-weight:normal;
}
.bread h2 img{
	width:.075rem;
	transform: translateY(-.005rem);
	margin-right:.05rem;
}
.bread p{
	float:right;
	font-size:.07rem;
	color:#6b6b6b;
	line-height:.12rem;
}
.bread p a{
	color:#6b6b6b;
	transition:all .3s;
}
.bread p a:hover,.news_list li a:hover{
	color:#01468d;
}
.bread p img{
	width:.055rem;
	transform: translateY(.01rem);
	margin-right:.05rem;
}
.news_list{
	margin-top:.05rem;
}
.news_list li{
	border-bottom:1px dashed #e5e5e5;
	line-height:.25rem;
}
.news_list li i{
	display:block;
	float:left;
	width:.15rem;
	height:.25rem;
	background:url(../images/28.png) center no-repeat;
	background-size:.065rem .065rem;
}
.news_list li a{
	display:block;
	float:left;
	font-size:.08rem;
	color:#333333;
	margin-left:.03rem;
	width: calc(100% - .8rem);
	transition:all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list li span{
	display:block;
	float:right;
	font-size:.07rem;
	color:#6b6b6b;
}
.pages{
	text-align:center;
	margin-top:.25rem;
}
.pages li{
	display:inline-block;
	font-size:12px;
	color:#8a8a8a;
}
.pages li a{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #bfbfbf;
	border-radius:15px;
	text-align:center;
	line-height:28px;
	color:#8a8a8a;
	transition:all .3s;
}
.pages li.next a{
	width:75px;
}
.pages li a:hover,.pages li.on a,.pages li button:hover{
	color:#FFFFFF;
	background:#1e5aa2;
	border-color:#1e5aa2;
}
.pages li.tiao{
	line-height:30px;
	margin-left:.22rem;
}
.pages li.tiao input{
	text-align:center;
	width:38px;
	height:30px;
	border:1px solid #bfbfbf;
	border-radius:3px;
	margin:0 5px;
	outline:none;
}
.pages li button{
	display:block;
	width:64px;
	height:30px;
	border:1px solid #bfbfbf;
	border-radius:15px;
	outline:none;
	background:#FFFFFF;
	margin-left:5px;
	cursor:pointer;
	color:#8a8a8a;
	font-size:12px;
	transition:all .3s;
}


.news_det{
	margin-top:.23rem;
	background: none;
	padding:10px;
}
.news_det p{
	/* margin-top:.23rem; */
	background: none !important;
}
.news_det h3{
	text-align:center;
	font-weight:normal;
	font-size:.12rem;
	color:#242424;
}
.news_det_1{
	text-align:center;
	margin-top:.08rem;
}
.news_det_1 span{
	font-size:.07rem;
	color:#787878;
	margin:0 .06rem;
}
.news_det_1 span img{
	width:auto;
	height:.055rem;
	transform: translateY(.005rem);
	margin-right:.03rem;
}
.news_det_2{
	width:100%;
	/* background:#f5f5f5; */
	/* margin-top:.15rem; */
	padding:.3rem;
	/* min-height:3.98rem; */
	font-size:14px;
	line-height:30px;
	color:#242424;
}
.news_det_page{
	margin-top:.17rem;
}
.news_det_page a{
	display:block;
	float:left;
	width:48%;
	height:.25rem;
	border:1px solid #dcdcdc;
	padding:0 .08rem;
	font-size:14px;
	color:#787878;
	line-height:.24rem;
	transition:all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_det_page a:nth-child(even){
	float:right;
}
.news_det_page a:hover{
	color:#FFFFFF;
	background:#1e5aa2;
	border-color:#1e5aa2;
}


.case_list {padding-top:20px;}
.case_list ul li{/* width:286px; */height: 300px;float:left;margin:12px 10px 12px 10px;_margin:12px 8px 12px 9px;}
.case_list ul li h1{/* width:286px; */height:219px;/* background:#fafafa; */}
.case_list ul li h1 a{width: 395px;/* height: 285px; */display:block;/* border:2px solid #c1c2c3; */color: #4e4e4e;border: 1px solid #ebebeb;font-size: 14px;text-align:center;}
.case_list ul li h1 img{padding:5px;width: 395px;height: 285px;}
.case_list ul li h2{margin-top:5px;text-align:center;background-color:#e5e5e5;line-height:40px;height:40px;overflow:hidden;}
.case_list ul li h2 a{color: #ff0000;font-size: 14px;}

.case_list ul li:hover h2{background:#00418d;}
.case_list ul li:hover h2 a{color:#fff;}


.chuangye li{
	height: 69px;
	padding: 10px 0;
	border-bottom:1px solid #bed5e5;
	width: 48%;
	float: left;
}
.chuangye .riqi{
	width:60px;
	height:50px;
	color:#fff;
	float:left;
	text-align:center;
	background:#00659d;
}
.chuangye .riqi .riqi_01{
	font-size:24px;
}
.chuangye .riqi .riqi_02{
	font-size:12px;
}
.chuangye .wenzi{
	width: 300px;
	float:left;
	margin-left:10px;
	font-size: 14px;
	line-height:24px;
}
.chuangye a{
	color:#282828;
}
.chuangye a:hover{
	color:#00659d;
}

.yiqi{
	float:left;
	width:100%;
	height:218px;
	padding:20px;
	background:#edf9ff;
	margin-top:20px;
}
.yiqi_c{
	width: 100%;
	/* height:232px; */
	position:relative;
	margin-top:20px;
}
.yiqi_c .ashow2{
	width: 100%;
	display:inline;
	position:absolute;
	left:0px;
}
.yiqi_c .list_03 li{
	float: left;
	overflow: hidden;
	height:252px;
	width: 227px;
	margin-right:18px;
}
.yiqi_c .list_03 li img{
	width: 227px;
	height:252px;
}
.yiqi_c .al{
	position:absolute;
	top: 106px;
	left:0;
	width: 40px;
	cursor: pointer;
	height: 40px;
	z-index:999;
}
.yiqi_c .ar{
	position:absolute;
	top: 106px;
	right:0;
	width: 40px;
	cursor: pointer;
	height: 40px;
	z-index:999;
}

.zx_c li{display:none;}
.zx_c li.thisclass{display:list-item;}
.chushi .zx_t{
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.chushi .zx_t li{
	float:left;
	margin-right:.1rem;
}
.chushi .zx_t li a{
	display:block;
	padding-bottom:.06rem;
	font-size:.11rem;
	line-height:.11rem;
	color:#333333;
}
.chushi .zx_t li.active a{
	border-bottom:.015rem solid #01468d;
	color:#01468d;
}
.chushi .zx_t li a:hover{
	text-decoration:none;
}

.quick .list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.quick .list a {
  /* margin: 1%; */
  display: block;
}

.quick .list a .li {
  flex: 1;
  width: auto;
  width: 190px;
  height: 118px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.6s;
  overflow: hidden;
}

.quick .list a .li img {
  width: 69px;
  height: 67px;
}

.quick .list a .li > div {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #271c1b;
  padding: 10px 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
}

.quick .list a .li:hover {
  transform: scale(1.1);
}

.quick .list a .li:hover > div {
  font-weight: bolder;
}

.sublanmu_box{text-align:left;max-width:1200px;margin:0 auto;padding:0px 0 10px 0;}
.sublanmu_content{padding:10px 10px 10px 10px;text-align:left;}
.sublanmu_content_introduct{line-height:2.0;font-size:1.1em;} /*è‡ªå®šä¹‰å†…å®¹å­æ ç›®æ ·å¼*/
.sublanmu_content_introduct p{margin-bottom:10px;min-height:10px;}
.sublanmu_content_introduct img{height:auto;}

.sublanmu_box li{
	width:25%;
	float:left;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #055ca0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 13px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin:2px 0px;}

 .wzlbsan_li{
 	width: 25%;
 	float: left;
 }

