﻿/* 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.f_index_head{
	background: #125DB2;
}

.f_index_topline {
	width: 100%;
	height: 29px;
	height: 0.29rem;
	line-height: 29px;
	line-height: 0.29rem;
	font-size: 14px;
	font-size: 0.14rem;
	background: #1baae6;
}

.f_index_topline .a-link {
	color: #fbfbfb;
	float: left;
	margin-right: 15px;
	margin-right: 0.15rem;
	display: block;
	font-weight: 400;
}

.f_index_topline .bmjd-line {
	position: relative;
}

.f_index_topline .link-box {
	width: 500px;
	width: 5rem;
	padding: 10px 20px;
	padding: 0.1rem 0.2rem;
	background: #fff;
	display: none;
	position: absolute;
	top: 29px;
	top: 0.29rem;
	right:0px;
	right:0px;
	overflow: hidden;
	opacity: 1;
	z-index: 99999;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.f_index_topline .link-box .title {
	padding-bottom: 8px;
	padding-bottom: 0.08rem;
	font-size: 16px;
	font-size: 0.16rem;
	color: #333;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	margin-top: 10px;
	margin-top: 0.1rem;
}

.f_index_topline .link-box .uls {
	width: auto;
	margin-top: 5px;
	margin-top: 0.05rem;
	overflow: hidden;
}

.f_index_topline .link-box .uls li {
	width: 140px;
	width: 1.4rem;
 	padding-right: 20px;
 	padding-right: 0.2rem;
	float: left;
	font-size: 15px;
	font-size: 0.15rem;
	line-height: 30px;
	line-height: 0.3rem;
	display: block;
}

.f_index_topline .link-box .uls li a {
	margin-left: 0px;
	margin-left: 0px;
	color: #333;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f_index_topline .link-box .uls li a:hover {
	color: #125DB2;
}

.f_index_topline .bmjd-line:hover .link-box {
	display: block;
}


.topnew_con {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
}
.topnew_con img {
  width: 110px;
  width: 1.1rem;
  height: auto;
  float: left;
  margin: -15px 0 0 60px;
  margin: -0.15rem 0 0 0.6rem;
}

.topnew_con h1 {
  margin: auto;
  width: 94%;
  line-height: 40px;
  line-height: 0.4rem;
  text-align: center;
  font-size: 21px;
  font-size: 0.21rem;
  color: #df0012;
  font-weight: bold;
}
.topnew_con h1 a {
  color: #df0012;
}
.topnew_con div {
  text-align: center;
}

/* 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.f_index_bannerbg {
	width: 100%;
	height: 108px;
	height: 1.08rem;
	background: url(f_head_topbg.jpg) repeat-x center;
}

.f_index_banner{
	width:1237px;
	width:12.37rem;
	height:108px;
	height:1.08rem;
	margin:auto;
	background: url(../images/f_head_top.jpg) no-repeat center;
}

.f_index_banner img{
	margin:25px 0 0 30px;
	margin:0.25rem 0 0 0.3rem;
}



/* 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.f_index_conbg{
	width:100%;
	height:720px;
	height:7.2rem;
	background: url(../images/f_index_conbg.jpg) no-repeat center;
	background-size:100%;
}

.f_index_conbg_nav{
	width:1237px;
	width:12.37rem;
	height:64px;
	height:0.64rem;
	margin:auto;
}

.f_index_conbg .f_index_nav_con{
	width:935px;
	width:9.35rem;
	margin:13px 0 0 20px;
	margin:0.13rem 0 0 0.2rem;
	overflow:hidden;
	position: relative;
	float:left;
}

.f_index_conbg .f_index_nav_con a {
	width: 97px;
	width: 0.97rem;
	height:34px;
	height:0.34rem;
	line-height:34px;
	line-height:0.34rem;
	float: left;
	margin:0 23px;
	margin:0 0.23rem;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
	position: relative;
	text-shadow:1px 1px 1px #000;
	text-shadow:0.01rem 0.01rem 0.01rem #000;
}

.f_index_conbg .f_index_nav_con a:hover {
	background: url(f_nav_ovbg.png) no-repeat top center;
}

.m-center {
	width: 1200px;
	width: 12rem;
	margin: 0 auto;
}



.f_index_conbg .f_index_index_search {
	width: 245px;
	width: 2.45rem;
	height: 32px;
	height: 0.32rem;
	margin:15px auto 0 auto;
	margin:0.15rem auto 0 auto;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	float:right;
}

.f_index_conbg .f_index_index_search input {
	height: 32px;
	height: 0.32rem;
	width: 195px;
	width: 1.95rem;
	margin-left: 10px;
	margin-left: 0.1rem;
	color: #333333;
	background: none;
	line-height: 32px;
	line-height: 0.32rem;
	outline: none;
	border: none;
	font-size:1em;
}

.f_index_head input::-webkit-input-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_head input::-moz-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_head input::-ms-input-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_head .f_index_index_search div {
	width: 36px;
	width: 0.36rem;
	height: 32px;
	height: 0.32rem;
	line-height: 32px;
	line-height: 0.32rem;
}

.f_index_head .f_index_index_search button {
	width: 36px;
	width: 0.36rem;
	height: 32px;
	height: 0.32rem;
	margin: 0;
	display: block;
	background: url(f_seek_cli.jpg) no-repeat center;
	background-color: #e85329;
	outline: none;
	border: none;
	border-radius:0px 5px 5px 0px;
}




/*-----------------------------------*/
.f_index_con_box{
	width:1240px;
	width:12.4rem;
	height:640px;
	height:6.4rem;
	margin:auto;
}

.f_index_con_box .f_index_con_lfban{
	width:148px;
	width:1.48rem;
	height:640px;
	height:6.4rem;
	float:left;
}


.f_index_con_box .f_index_con_ricon{
	width:1064px;
	width:10.64rem;
	height:640px;
	height:6.4rem;
	float:right;
}

.f_index_autopic{
	width:490px;
	width:4.9rem;
	height:300px;
	height:3rem;
	position:relative;
}

.f_index_nwes_lpic_out{
	position:absolute;
	width:77px;
	width:0.77rem;
	height:72px;
	height:0.72rem;
	background:url(f_autopic_ttbg.png) top left no-repeat;
	background-size: cover;
	z-index:7;
}

.f_index_nwes_lpic_ch {width:490px;width:4.9rem; height:300px; height:3rem; overflow:hidden; position:relative; margin:auto;}
.f_index_nwes_lpic_ch .slides{ width:490px; width:4.9rem; height:300px; height:3rem; overflow: hidden; float: left;}
.f_index_nwes_lpic_ch .slides img { width:490px; width:4.9rem; height:300px; height:3rem;}
.f_index_nwes_lpic_ch .slides li{ width:490px; width:4.9rem; height:300px; height:3rem; display:block; position:relative;}
.f_index_nwes_lpic_ch .slides .nwes_lpic_inpic{
	width:490px;
	width:4.9rem;
	height: 300px;
	height: 3rem;
	display:block;
	position:absolute;
	z-index:1;
}
.f_index_nwes_lpic_ch .slides .nwes_lpic_intit{
	width:490px;
	width:4.9rem;
	height:60px;
	height:0.6rem;
	display:block;
	position:absolute;
	z-index:2;
	bottom:0px;
	bottom:0px;
	background-color:#111498;
	filter:alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
.f_index_nwes_lpic_ch .slides .nwes_lpic_intex{
	width:490px;
	width:4.9rem;
	heihgt:60px;
	heihgt:0.6rem;
	display:block;
	position:absolute;
	z-index:3;
	bottom:0px;
	bottom:0px;
	text-align:left;
	text-indent:10px;
	text-indent:0.1rem;
	line-height:60px;
	line-height:0.6rem;
	font-size:18px;
	font-size:0.18rem;
	color:#fff;
	max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.f_index_nwes_lpic_ch .flex-control-nav{
	width: 120px;
	width: 1.2rem;
	position: absolute;
	right: 1px;
	right: 0.01rem;
	bottom: 20px;
	bottom: 0.2rem;
	margin: auto;
	z-index:5;
}
.f_index_nwes_lpic_ch .flex-control-nav li{float: left; margin:0 0 0 12px; margin:0 0 0 0.12rem;cursor: pointer;text-indent:-9999px;text-indent:-99.99rem;}
.f_index_nwes_lpic_ch .flex-control-nav li a{ display: block;width:14px;width:0.14rem;height:14px;height:0.14rem;text-align:center;background:#fff;cursor:pointer;border-radius: 50%;}
.f_index_nwes_lpic_ch .flex-control-nav .flex-active{background:#71a1e3;}  
.f_index_nwes_lpic_ch .flex-direction-nav{display: none;}





.f_index_listbox2{
	width:574px;
	width:5.74rem;
	height:300px;
	height:3rem;
	background-color:#FFFFFF
}
	
.f_index_listbox_tit2{
	width:100%;
	height:38px;
	height:0.38rem;
	margin-left:10px;
	margin-left:0.1rem;
}

.f_index_listbox_tit2>li{
	width: 25%;
	float:left;
}

.f_index_listbox_tit2 a{
	display:block;
	height:47px;
	height:0.47rem;
	line-height: 40px;
	line-height: 0.4rem;
	text-align:center;
    font-size: 17px;
    font-size: 0.17rem;
	font-weight: bold;
    color: #125DB2;
	margin-top:7px;
	margin-top:0.07rem;
}

.f_index_listbox_tit2>li.cur a{
	color: #fff;
	background:url(f_gwyxx_ovbg.png) no-repeat center;
	background-size: 113px !important;
	background-size: 1.13rem !important;
}

.f_index_listbox_con2{
	width:100%;
	height:250px;
	height:2.5rem;
	margin-top:23px;
	margin-top:0.23rem;
	clear:both;
}

.f_index_listbox_con2>ul{
	margin-top:15px;
	margin-top:0.15rem;
	display: none;
}

.f_index_listbox_con2>ul.cur {
	display: block;
}

.f_index_listbox_con2 li{
	width:100%;
	height:38px;
	height:0.38rem;
	line-height:38px;
	line-height:0.38rem;
	font-size:1em;
	background:url(icona2.png) no-repeat 15px 50%;
	background:url(icona2.png) no-repeat 0.15rem 50%;
}

.f_index_listbox_con2 a{
	float:left;
	height:38px;
	height:0.38rem;
	line-height:38px;
	line-height:0.38rem;
	font-size:1em;
	color:#333;
	padding-left:10px;
	padding-left:0.1rem;
	text-indent:15px;
	text-indent:0.15rem;
    max-width: 420px;
    max-width: 4.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_index_listbox_con2 .btn{
	display:block;
	width:43%;
	height:38px;
	height:0.38rem;
	line-height:38px;
	line-height:0.38rem;
	background-color:#EEE;
	border-radius: 3px;
	margin: 11px 0 0 25px;
	margin: 0.11rem 0 0 0.25rem;
	text-align: center;
	text-indent: 0;
}
.f_index_listbox_con2 .btn:hover{
	color:#FFF;
	background-color:#4974d7;
}
.f_index_listbox_con2 .btn i{
	padding:0;
	margin: 0 10px 0 0;
	margin: 0 0.1rem 0 0;
}
.f_index_listbox_con2 .btn:hover i{
	color:#FFF;
	animation: xuanzhuan 800ms ease-out 1 alternate;
}
.f_index_listbox_con2 .c1 i{
	color: #ECBB69
}
.f_index_listbox_con2 .c2 i{
	color: #84D2AC
}

.f_index_listbox_con2 li span{
	float:right;
	font-size:1em;
	color:#ddd;
	padding-right:15px;
	padding-right:0.15rem;
}



.f_index_zwgk{
	width:395px;
	width:3.95rem;
	height:300px;
	height:3rem;
	background-color:#08a3e3;
	margin:25px 0 0 0;
	margin:0.25rem 0 0 0;
}

.f_index_zwgk_tit{
	width:395px;
	width:3.95rem;
	height:36px;
	height:0.36rem;
	background:url(f_index_icozwgk.png) no-repeat 20px 50%;
	background:url(f_index_icozwgk.png) no-repeat 0.2rem 50%;
	background-size: 34px !important;
	background-size: 0.34rem !important;
	margin:15px 0 0 0;
	margin:0.15rem 0 0 0;
	text-align:left;
}

.f_index_zwgk_tit span{
	color:#fff;
	font-size:1.25em;
	text-shadow:1px 1px 1px #08739f;
	text-shadow:0.01rem 0.01rem 0.01rem #08739f;
	margin:20px 0 0 63px;
	margin:0.2rem 0 0 0.63rem;
	line-height:45px;
	line-height:0.45rem;
	font-weight:600;
}

.f_index_zwgk ul{
	width:100%;
	height:157px;
	height:1.57rem;
	margin:15px auto 0 auto;
	margin:0.15rem auto 0 auto;
}

.f_index_zwgk ul li{
	width:196px;
	width:1.96rem;
	height:51px;
	height:0.51rem;
	margin:1px 0 0 1px;
	margin:0.01rem 0 0 0.01rem;
	float:left;
}

.f_index_zwgk ul li a{
	width:100%;
	height:51px;
	height:0.51rem;
	display:block;
	line-height:50px;
	line-height:0.5rem;
	text-align:left;
	font-size:0.875em;
	text-indent:10px;
	text-indent:0.1rem;
	background: #4ebbe9;
	color:#FFF;
}
.f_index_zwgk ul li a:hover{
	background: #6bc8ee;
}

.f_index_zwgk ul li a i{width:35px;width:0.35rem; font-size:18px; font-size:0.18rem; line-height:50px; line-height:0.5rem; margin-right:5px; margin-right:0.05rem;}

.f_index_zwgk_search_box{
	width:100%;
	background-color:#4ebbe9;
	padding: 17px 0;
	padding: 0.17rem 0;
}

.f_index_zwgk_search{
	width:356px;
	width:3.56rem;
	height:42px;
	height:0.42rem;
	background-color:#FFFFFF;
	margin:auto;
}


.f_index_zwgk_search input {
	width: 280px;
	width: 2.8rem;
	height: 30px;
	height: 0.3rem;
	margin:5px 0 0 10px;
	margin:0.05rem 0 0 0.1rem;
	color: #333333;
	background: none;
	line-height: 32px;
	line-height: 0.32rem;
	outline: none;
	border: none;
	font-size:1em;
	padding:0;
	background-color:#FFFFFF !important;
}

.f_index_zwgk_search input::-webkit-input-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_zwgk_search input::-moz-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_zwgk_search input::-ms-input-placeholder {
	color: #555;
	font-size:1em;
}

.f_index_zwgk_search div {
	width: 36px;
	width: 0.36rem;
	height: 32px;
	height: 0.32rem;
	line-height: 32px;
	line-height: 0.32rem;
	margin-top:5px;
	margin-top:0.05rem;
}

.f_index_zwgk_search button {
	width: 56px;
	width: 0.56rem;
	height: 32px;
	height: 0.32rem;
	margin: 0;
	display: block;
	background-color: #df7b2d;
	color:#FFFFFF;
	outline: none;
	border: none;
	font-size:13px;
	font-size:0.13rem;
	line-height: 32px;
	line-height: 0.32rem;
	white-space: nowrap;
}




.f_index_zwfw{
	width:323px;
	width:3.23rem;
	height:300px;
	height:3rem;
	background-color:#275293;
	margin:25px 0 0 24px;
	margin:0.25rem 0 0 0.24rem;
}


.f_index_zwfw_tit{
	width:395px;
	width:3.95rem;
	height:36px;
	height:0.36rem;
	background:url(f_index_icozwfw.png) no-repeat 20px 50%;
	background:url(f_index_icozwfw.png) no-repeat 0.2rem 50%;
	background-size: 34px !important;
	background-size: 0.34rem !important;
	margin:15px 0 0 0;
	margin:0.15rem 0 0 0;
	text-align:left;
}

.f_index_zwfw_tit span{
	color:#fff;
	font-size:1.25em;
	text-shadow:1px 1px 1px #08739f;
	text-shadow:0.01rem 0.01rem 0.01rem #08739f;
	margin:20px 0 0 67px;
	margin:0.2rem 0 0 0.67rem;
	line-height:45px;
	line-height:0.45rem;
	font-weight:600;
}

.f_index_zwfw_bsdtlink{
	width:295px;
	width:2.95rem;
	height:42px;
	height:0.42rem;
	display:block;
	margin:14px auto 0 15px;
	margin:0.14rem auto 0 0.15rem;
}
.f_index_zwfw_bsdtlink img{
	width:294px;
	width:2.94rem;
}

.f_index_zwfw ul{
	width:100%;
	margin:40px auto 0 auto;
	margin:0.4rem auto 0 auto;
}

.f_index_zwfw ul li{
	width:160px;
	width:1.6rem;
	height:50px;
	height:0.5rem;
	margin:1px 0 0 1px;
	margin:0.01rem 0 0 0.01rem;
	float:left;
}

.f_index_zwfw ul li a{
	width:100%;
	height:50px;
	height:0.5rem;
	display:block;
	line-height:50px;
	line-height:0.5rem;
	text-align:left;
	font-size:0.875em;
	text-indent:10px;
	text-indent:0.1rem;
	background: #6ea6da;
	color:#FFF;
}
.f_index_zwfw ul li a:hover{
	background: #82b3df;
}

.f_index_zwfw ul li a i{width:50px;width:0.5rem; font-size:18px; font-size:0.18rem; line-height:50px; line-height:0.5rem; margin-right:5px; margin-right:0.05rem;}

.f_index_zwhd{
	width:298px;
	width:2.98rem;
	height:300px;
	height:3rem;
	margin:25px 0 0 24px;
	margin:0.25rem 0 0 0.24rem;
}

.f_index_zwhd_ban{
	width:298px;
	width:2.98rem;
	height:57px;
	height:0.57rem;
	background:url(f_index_zwhdbg.jpg) no-repeat;
	overflow:hidden;
}

.f_index_zwhd_ban ul{
	width:150px;
	width:1.5rem;
	height:24px;
	height:0.24rem;
	margin:16px 0 0 120px;
	margin:0.16rem 0 0 1.2rem;

}

.f_index_zwhd_ban ul a{
	width:63px;
	width:0.63rem;
	height:23px;
	height:0.23rem;
	display:block;
	float:left;
	margin:0 5px;
	margin:0 0.05rem;
	font-size:0.875em;
	color:#0679ae;
	border-radius:3px;
	text-align:center;
	line-height:23px;
	line-height:0.23rem;
	background-color:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.f_index_zwhd_list ul{
	width:320px;
	width:3.2rem;
	height:86px;
	height:0.86rem;
	margin-top:10px;
	margin-top:0.1rem;
}

.f_index_zwhd_list ul li{
	width:93px;
	width:0.93rem;
	height:86px;
	height:0.86rem;
	display:block;
	float:left;
	margin-right:9px;
	margin-right:0.09rem;
	border-radius:3px;
	text-align:center;
}

.f_index_zwhd_list ul li{ background:#EEE}
.f_index_zwhd_list ul li i{ font-size:30px; font-size:0.3rem; line-height:50px; line-height:0.5rem;}
.f_index_zwhd_list ul li:nth-child(1)  i {color:#ECBB69}
.f_index_zwhd_list ul li:nth-child(2) i {color:#84D2AC}
.f_index_zwhd_list ul li:nth-child(3) i {color:#FE8282}

.f_index_zwhd_list ul li a{
	width:93px;
	width:0.93rem;
	height:86px;
	height:0.86rem;
	display:block;
	color:#333;
}
.f_index_zwhd_list ul li a:hover{
	color:#FFF;
	background-color:#4974d7;
}
.f_index_zwhd_list ul li a:hover i{
	color:#FFF;
	animation: xuanzhuan 800ms ease-out 1 alternate;
}


.f_index_ztzl{
	width:100%;
	height:138px;
	height:1.38rem;
	margin-top:9px;
	margin-top:0.09rem;
	background-color:#32B79F;
	overflow:hidden;
}


.f_index_ztzl_tit{
	width:100%;
	height:36px;
	height:0.36rem;
	background:url(f_index_icoztzl.png) no-repeat 20px 50%;
	background:url(f_index_icoztzl.png) no-repeat 0.2rem 50%;
	background-size: 26px !important;
	background-size: 0.26rem !important;
	margin:15px 0 0 0;
	margin:0.15rem 0 0 0;
}

.f_index_ztzl_tit span{
	color:#fff;
	font-size:1.125em;
	text-shadow:1px 1px 1px #08739f;
	text-shadow:0.01rem 0.01rem 0.01rem #08739f;
	margin:0 0 0 55px;
	margin:0 0 0 0.55rem;
	line-height:40px;
	line-height:0.4rem;
	font-weight:600;
	float:left;
}

.f_index_ztzl_tit i a{
	float:right;
	margin:6px 15px 0 0;
	margin:0.06rem 0.15rem 0 0;
}

.f_index_ztzl_con{
	width:273px;
	width:2.73rem;
    height:115px;
    height:1.15rem;
	margin:10px auto 0 auto;
	margin:0.1rem auto 0 auto;
}
.f_index_ztzl_con .prev { width: 18px; width: 0.18rem; color: rgba(255, 255, 255, .60); font-size: 18px; margin: -75px 0 0 8px; margin: -0.75rem  0 0 0.08rem; float: left; text-shadow: none; cursor:pointer; position: relative;}
.f_index_ztzl_con .next { width: 18px; width: 0.18rem; color: rgba(255, 255, 255, .60); font-size: 18px; margin: -75px 13px 0 0; margin: -0.75rem  0.13rem 0 0; float: right; text-shadow: none; cursor:pointer; position: relative;}

.f_index_ztzl_con .focus{ position:relative; overflow:hidden;}
.f_index_ztzl_con .focus .hd{ width:100%; height:11px; height:0.11rem;  position:absolute; z-index:1; bottom:7px; bottom:0.07rem; text-align:center;}
.f_index_ztzl_con .focus .hd ul{ display:inline-block; height:5px; height:0.05rem; padding:3px 5px; padding:0.03rem 0.05rem; background-color:rgba(255,255,255,0.7); 
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.f_index_ztzl_con .focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 0.0500px; margin:0 0.0005rem;  vertical-align:top; overflow:hidden;}
.f_index_ztzl_con .focus .hd ul .on{ background:#397EF5;}
.f_index_ztzl_con .focus .bd{ position:relative; z-index:0;}
.f_index_ztzl_con .focus .bd img {width: 100%;height: 115px;height: 1.15rem;}

@media (max-width: 768px) {
	.wel-box{display:none;}
	.hide{display:block}
	.home-banner {height: 70px;height: 0.7rem;}
	
	.f_index_con_box{
		width:100% !important;
	}
	.f_index_con_box .f_index_con_lfban {
	 	display: none;
	}
	
	.f_index_con_box .f_index_con_ricon{
		width:100% !important;
		height: auto;
		float:none;
		margin:0;
		padding:0;
	}
	.topnew_con {
	    width: 100%;
	    margin-bottom: 10px;
	    margin-bottom: 0.1rem;
	}
	.topnew_con img {
	    display: none;
	}
	.topnew_con h1 {
	    width: 96%;
	    line-height: 30px;
	    line-height: 0.3rem;
	    font-size: 20px;
	    font-size: 0.2rem;
	}
	.topnew_con div {
	    display: none;
	}
	  
	.f_index_autopic{
		width:100%;
		height: 230px;
		height: 2.3rem;
	}
	.f_index_nwes_lpic_out{
		width:55px;
		width:0.55rem;
		height:55px;
		height:0.55rem;
		background-size:cover
	}
	.f_index_nwes_lpic_ch {width:100%; height:230px; height:2.3rem; overflow:hidden; position:relative; margin:auto;}
	.f_index_nwes_lpic_ch .slides{ width:100%; height:230px; height:2.3rem; overflow: hidden; float: left;}
	.f_index_nwes_lpic_ch .slides img { width:100%; height:230px; height:2.3rem;}
	.f_index_nwes_lpic_ch .slides li{ width:100%; height:230px; height:2.3rem; display:block; position:relative;}
	.f_index_nwes_lpic_ch .slides .nwes_lpic_inpic{
		width:100%;
		height: 230px;
		height: 2.3rem;
	}
	.f_index_nwes_lpic_ch .slides .nwes_lpic_intit{
		width:100%;
		height:40px;
		height:0.4rem;
	}
	.f_index_nwes_lpic_ch .slides .nwes_lpic_intex{
		width:100%;
		max-width:100%;
		heihgt:40px;
		heihgt:0.4rem;
		text-indent:5px;
		text-indent:0.05rem;
		line-height:40px;
		line-height:0.4rem;
		font-size:16px;
		font-size:0.16rem;
	}
	.f_index_nwes_lpic_ch .flex-control-nav{
		width: 120px;
		width: 1.2rem;
		position: absolute;
		right: 1px;
		right: 0.01rem;
		bottom: 50px;
		bottom: 0.5rem;
		margin: auto;
		z-index:5;
	}
	
	
	.f_index_listbox2{
		width:100%;
		height: 350px;
		height: 3.5rem;
	}
	.f_index_listbox_tit2{
		width:100%;
		margin-left:0;
	}
	.f_index_listbox_tit2>li{
		width:25%;
	}

	.f_index_listbox_tit2 a{
		width:100%;
	}
	.f_index_listbox_tit2>li.cur a{
		color: #fff;
		background:url(f_gwyxx_ovbg.png) no-repeat center;
	}
	.f_index_listbox_con2{
		width:100%;
		height:250px;
		height:2.5rem;
		margin-top:23px;
		margin-top:0.23rem;
		clear:both;
	}
	.f_index_listbox_con2>ul{
		margin-top:15px;
		margin-top:0.15rem;
		display: none;
	}
	.f_index_listbox_con2>ul.cur {
		display: block;
	}
	.f_index_listbox_con2 li{
		float:left;
		margin-left: 10px;
		margin-left: 0.1rem;
		width:calc(100% - 30px);
		width:calc(100% - 0.3rem);
		font-size:1em;
		background:url(icona2.png) no-repeat 5px 50%;
		background:url(icona2.png) no-repeat 0.05rem 50%;
	}
	.f_index_listbox_con2 a{
		text-indent:10px;
		text-indent:0.1rem;
		max-width:100%;
	}
	.f_index_listbox_con2 li span{
		display:none;
	}
	.f_index_listbox_con2 .btn{
		display:block;
		width:46.8%;
		background-color:#f6f6f6;
		border-radius: 3px;
		margin: 7px 0 0 2%;
		margin: 0.07rem 0 0 2%;
		padding:0;
	}
	
	.f_index_zwgk {
	    width: 100%;
	    height: 300px;
	    height: 3rem;
	    background-color: #08a3e3;
	    margin: 0;
	}
	.f_index_zwgk_tit {
		width: 100%;
	}
	.f_index_zwgk ul li {
	    width: calc(50% - 1px);
	    width: calc(50% - 0.01rem);
	}
	.f_index_zwgk_search {
   		width: 90%;
	}
	.f_index_zwgk_search input {
	    width: calc(100% - 72px);
	    width: calc(100% - 0.72rem);
	}
	
	.f_index_zwfw {
	    width: 100%;
	    height: auto;
	    margin: 0;
	}
	.f_index_zwfw_tit {
		width: 100%;
	}
	.f_index_zwfw_bsdtlink{
	    width: calc(100% - 30px);
	    width: calc(100% - 0.3rem);
	    height: auto;
	    margin: 0;
	    padding:15px;
	    padding:0.15rem;
	    display:block;
	}
	.f_index_zwfw_bsdtlink img{
	    width: 100%;
	    height: auto;
	}
	.f_index_zwfw ul {
    	margin: 0;
	}
	.f_index_zwfw ul li {
	    width: calc(50% - 1px);
	    width: calc(50% - 0.01rem);
	}
	
	.f_index_zwhd {
	    width: 100%;
	    height: auto;
	    margin: 15px 0 0 0;
	    margin: 0.15rem 0 0 0;
	}
	.f_index_zwhd_ban {
	    width: 100%;
	    background-size:cover;
	}
	.f_index_zwhd_ban ul{
		width:100%;
	}

	.f_index_zwhd_ban ul a{
		margin:0 0 0 30px;
		margin:0 0 0 0.3rem;
	}
	.f_index_zwhd_list ul {
	    width: 100%;
	    height: 86px;
	    height: 0.86rem;
	}
	.f_index_zwhd_list ul li{
	    width: calc(33.333% - 10px);
	    width: calc(33.333% - 0.1rem);
	    margin: 0 5px
	}
	.f_index_zwhd_list ul li a {
	    width: 100%;
	    margin: 0 0.05rem
	}
	.f_index_zwhd_list ul li a {
	    width: 100%;
	    height: 86px;
	    height: 0.86rem;
	    display: block;
	    color: #333;
	}
	
	.f_index_ztzl {
		padding-bottom:20px;
		padding-bottom:0.2rem;
	}
	.f_index_ztzl_tit .next, .f_index_ztzl_tit .prev {display: none;}
	.f_index_ztzl_con {
		width: calc(100% - 30px);
		width: calc(100% - 0.3rem);
	    height: 83px;
	    height: 0.83rem;
	}
	.f_index_ztzl_con .prev { width: 18px; width: 0.18rem; color: rgba(255, 255, 255, .60); font-size: 18px; margin: -85px 0 0 7px; margin: -0.85rem 0 0 0.07rem; float: left; text-shadow: none; cursor:pointer; position: relative;}
	.f_index_ztzl_con .next { width: 18px; width: 0.18rem; color: rgba(255, 255, 255, .60); font-size: 18px; margin: -85px 7px 0 0; margin: -0.85rem 0.07rem 0 0; float: right; text-shadow: none; cursor:pointer; position: relative;}
	.f_index_ztzl_con .focus .bd img {
		width: 100%;
	    height: 138px;
	    height: 1.38rem;
	}
}



@keyframes xuanzhuan {
	100% {
		transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
	}
}