﻿@charset"utf-8";
/* CSS Document */

/** 清除内外边距 **/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, tr, td, pre, form, fieldset, legend, button, input, textarea, img {
    border: medium none;
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/

body, button, input, select, textarea {
    font: 12px/1.5 Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em, i {
    font-style: normal;
}
/** 重置列表元素 **/

ul, ol, li {
    list-style: none;
}
/** 重置图片元素 **/

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** 重置超链接元素 **/

a:focus {
    outline: 0;
}
a {
    blr: expression(this.onFocus=this.close());
}
a {
    blr: expression(this.onFocus=this.blur());
}
a:focus {
    -moz-outline-style: none;
}
a {
    text-decoration: none;
    color: #444;
    transition: all 0.4s ease 0s;
}
/** 重置浮动 **/

.lf {
    float: left;
    display: inline;
}
.rt {
    float: right;
    display: inline;
}
/* clearFix */

.clearFix {
    clear: both;
    *zoom: 1;
}
.clearFix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/* 重置定位 */

.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
html, body {
    position: relative;
    height: 100%;
}
html {
    height: 100%;
    font-size: 100px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: none;
}
[v-cloak] {
    display: none;
}
div {
    margin: 0 auto;
}
/* 基础部分*/

.clear {
    clear: both;
}
.h1rem {
    height: 0.1rem;
}
.h2rem {
    height: 0.2rem;
}
body {
    max-width: 640px;
    padding: 0;
    margin: 0 auto;
    font-family: arial, "Microsoft Yahei", STHeiti, MingLiu;
    color: #333;
    background: #FFF;
}
ul, li {
    list-style: none;
}
.head {
    width: 100%;
    height: 1.1rem;
    background: #957aaf;
}
.head .menu {
    width: 17%;
    float: left;
}
.head .logo {
    width: 66%;
    float: left;
}
.head .tel {
    width: 17%;
    float: right;
}
.nav {
    width: 100%;
    height: .8rem;
    background: #8f74a7;
}
.nav ul {
    margin: 0;
}
.nav ul li {
    width: 20%;
    float: left;
    line-height: .8rem;
    height: .8rem;
    font-size: .28rem;
    background: url(../img/4.jpg) no-repeat center right;
    background-size: 3%;
    color: #FFF;
    text-align: center;
}
.nav ul li:last-child {
    background: none;
}
.nav ul li a {
    display: block;
    color: #FFF;
}
.focus {
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 0.3rem;
    text-align: center;
}
.focus .hd ul {
    display: inline-block;
    height: 10px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
    vertical-align: top;
}
.focus .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}
.focus .hd ul .on {
    background: #957aaf;
}
.focus .bd {
    position: relative;
    z-index: 0;
}
.focus .bd li img {
    width: 100%;
    height: 3.2rem;
    background: url(../img/loading.gif) center center no-repeat;
}
.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.iad1 {
    width: 100%;
}
.iad1 .l {
    float: left;
    width: 50%;
}
.iad1 .r {
    float: right;
    width: 50%;
}
.nav2 {
    width: 80%;
}
.nav2 ul {
    margin: 0;
}
.nav2 ul li {
    width: 25%;
    float: left;
}
.nav2 ul li .pic {
    width: 60%;
    text-align: center;
}
.nav2 ul li .title {
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
}
.nav2 ul li .title a {
    display: block;
}
.nav3 {
    width: 96%;
}
.nav3 ul {
    margin: 0;
}
.nav3 ul li {
    width: 32.1%;
    float: left;
    height: 2rem;
    background: #F2F2F2;
    margin: .6%;
    text-align: center;
}
.nav3 ul li .pic {
    width: 56%;
    margin-top: 10%;
    text-align: center;
}
.nav3 ul li .title {
    margin-top: 4%;
    line-height: .24rem;
    font-size: .24rem;
}
.nav3 ul li .eng {
    font-size: .18rem;
}
.nav3 ul li:nth-child(1) a {
    color: #E670A6;
}
.color1 {
    color: #e670a6;
}
.color2 {
    color: #79a3d8;
}
.color3 {
    color: #818452;
}
.color4 {
    color: #ffc35f;
}
.color5 {
    color: #957aaf;
}
.color6 {
    color: #cc7e84;
}
.ikf_con {
    width: 80%;
}
.ikf_con .l {
    width: 49%;
    float: left;
}
.ikf_con .r {
    width: 49%;
    float: right;
}
.iyjbh_con {
    width: 86%;
}
.izjtd_tab {
    width: 100%;
    height: .77rem;
    background: url(../img/21.jpg) no-repeat;
    background-size: 100%;
}
.izjtd_tab .tabname {
    float: left;
    line-height: .68rem;
    font-size: .28rem;
    color: #957aaf;
    padding-left: 9%;
}
.izjtd_tab .eng {
    float: left;
    line-height: .77rem;
    font-size: .2rem;
    color: #957aaf;
    padding-left: 2%;
}
.izjtd_tab .more {
    float: right;
    width: 10%;
    height: .77rem;
}
.izjtd_tab .more a {
    width: 100%;
    height: .77rem;
    display: block;
}
.zjjs_con {
    width: 98%;
    position: relative;
}
.zjjs_con .hd {
    width: 100%;
    height: .3rem;
    margin-bottom: 2%;
    border: #CECECE 1px solid;
    text-align: center;
}
.zjjs_con .hd ul {
    margin: 0
}
.zjjs_con .hd li {
    display: inline-block;
    width: 24%;
    height: .3rem;
    line-height: .3rem;
    vertical-align: top;
    overflow: hidden;
    color: #957aaf;
}
.zjjs_con .hd li a {
    font-size: .22rem;
}
.zjjs_con .hd li.on {
    background: #f2f2f2;
}
.zjjs_con .bd ul {
    padding: 2%;
    margin: 0;
}
.zjjs_con .bd ul li {
    width: 100%;
}
.zjjs_con .bd ul li .pic {
    width: 30%;
    float: left;
    overflow: hidden;
}
.zjjs_con .bd ul li .pic img {
    width: 100%;
}
.zjjs_con .bd ul li .r {
    width: 65%;
    float: right;
}
.zjjs_con .bd ul li .r .tit {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.4rem;
}
.zjjs_con .bd ul li .r .tit a {
    display: block;
    color: #957aaf;
}
.zjjs_con .bd ul li .r .tit span {
    color: #000;
    font-size: 0.2rem;
}
.zjjs_con .bd ul li .r .des {
    clear: both;
    line-height: 0.32rem;
    font-size: 0.2rem;
}
.zjjs_con .bd ul li .r .des span {
    color: #957aaf;
    font-weight: bold;
}
.zjjs_con .bd ul li .r .des a {
    color: #957aaf;
}
.zjjs_con .bd ul li .r .btn {
    width: 80%;
    clear: both;
    height: 0.4rem;
}
.zjjs_con .bd ul li .r .btn a {
    color: #FFF;
}
.zjjs_con .bd ul li .r .btn .l {
    width: 46%;
    float: left;
    height: .4rem;
    background: #957AAF;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
}
.zjjs_con .bd ul li .r .btn .r {
    width: 46%;
    float: right;
    height: .4rem;
    background: #6b577d;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
}
.inews_con {
    width: 96%;
}
.inews_con ul {
    margin: 0;
}
.inews_con ul li {
    width: 100%;
    height: 1.2rem;
    padding: 2% 0;
    border-bottom: #CECECE 1px dashed;
	overflow:hidden;
}
.inews_con ul li .pic {
    width: 30%;
    float: left;
}
.inews_con ul li .r {
    width: 68%;
    float: right;
}
.inews_con ul li .r .title {
    line-height: .4rem;
    height: .4rem;
    font-size: .26rem;
}
.inews_con ul li .r .title a {
    color: #957aaf;
}
.inews_con ul li .r .desc {
    line-height: .32rem;
    font-size: .2rem;
}
.inews_con ul li .r .desc a {
    color: #957aaf;
}
.ibanner {
    width: 100%;
}
.ibanner2 {
    width: 60%;
}
.ibanner3 {
    width: 80%;
}
.iyyjj_bg {
    width: 100%;
    height: 2.7rem;
    background: url(../img/26.jpg) no-repeat;
    background-size: 100%;
}
.iyyjj_con {
    width: 74%;
    line-height: .36rem;
    font-size: .24rem;
    padding-top: 7%;
    text-align: justify;
}
.iyyjj_con a {
    color: #957aaf;
}
.ifooter_dh {
    line-height: 0.4rem;
    height: 0.4rem;
    text-align: center;
    color: #5d3b22;
}
.ifooter_dh ul {
    margin: 0;
}
.ifooter_dh ul li {
    float: left;
    width: 32.7%;
    height: 1.8rem;
    margin: 0 .3%;
}
.ifooter_dh ul li:nth-child(1) {
    background: url(../img/31.jpg) no-repeat;
    background-size: 100%;
}
.ifooter_dh ul li:nth-child(2) {
    background: url(../img/32.jpg) no-repeat;
    background-size: 100%;
}
.ifooter_dh ul li:nth-child(3) {
    background: url(../img/33.jpg) no-repeat;
    background-size: 100%;
}
.ifooter_dh ul li a {
    display: block;
    font-size: 0.24rem;
    color: #FFF;
    padding-top: 1.4rem;
    height: .4rem;
}
.banquan {
    width: 100%;
    height: 3.56rem;
    background: url(../img/34.jpg) no-repeat;
    background-size: 100%;
}
.banquan .r {
    width: 40%;
    padding-top: 40%;
    float: right;
    margin-right: 4%;
}
.banquan .r .b1 {
    float: left;
    width: 48%;
}
.banquan .r .b2 {
    float: right;
    width: 48%;
}
.m_position {
    width: 92%;
    height: 0.47rem;
    background: url(../img/39.jpg) no-repeat 2% center #f2f2f2;
    background-size: 5%;
    line-height: 0.47rem;
    padding-left: 8%;
    color: #957aaf;
    font-size: 0.22rem;
}
.m_position a {
    color: #957aaf;
}
.ksrk_con {
    width: 96%;
}
.ksrk_con .l {
    width: 30%;
    float: left;
}
.ksrk_con .r {
    width: 68%;
    float: right;
}
.ksrk_con .r ul {
    margin: 0;
}
.ksrk_con .r ul li {
    width: 31%;
    height: .4rem;
    line-height: .4rem;
    float: left;
    margin: 1%;
    text-align: center;
    border-radius: 6px;
    font-size: .24rem;
}
.ksrk_con .r ul li a {
    display: block;
    color: #FFF;
}
.ksrk_con .r ul li:nth-child(1) {
    background: #E670A6;
}
.ksrk_con .r ul li:nth-child(2) {
    background: #79a3d8;
}
.ksrk_con .r ul li:nth-child(3) {
    background: #818452;
}
.ksrk_con .r ul li:nth-child(4) {
    background: #ffc35f;
}
.ksrk_con .r ul li:nth-child(5) {
    background: #957aaf;
}
.ksrk_con .r ul li:nth-child(6) {
    background: #cc7e84;
}
.ick_con {
    width: 96%;
}
.ick_con .l img {
    float: left;
    width: 30%;
}
.ick_con .r ul {
    margin: 0;
}
.ick_con .r ul li {
    width: 1.9rem;
    height: .4rem;
    line-height: .4rem;
    float: left;
    margin: 2% 0 2% 2%;
    text-align: center;
    border-radius: 20px;
    font-size: .24rem;
    display: inline-block;
    background: #957aaf;
}
.ick_con .r ul li:nth-child(even) {
    float: right;
}
.ick_con .r ul li:nth-child(8) {
    float: left;
    margin-left: 2%;
}
.ick_con .r ul li:nth-child(9) {
    float: right;
    border: #957aaf 1px solid;
    background: none;
}
.ick_con .r ul li:nth-child(1) {
    margin-left: 5%;
}
.ick_con .r ul li:nth-child(3) {
    margin-left: 5%;
}
.ick_con .r ul li:nth-child(5) {
    margin-left: 5%;
}
.ick_con .r ul li:nth-child(9) a {
    color: #957aaf;
}
.ick_con .r ul li a {
    display: block;
    color: #FFF;
}
.iyy_bg {
    width: 100%;
    height: 10rem;
    background: url(../img/47.jpg) no-repeat;
    background-size: 100%;
}
.iyy_bg table tr td {
    line-height: .7rem;
    height: .7rem;
}
.iyy_bg .wbk {
    line-height: .4rem;
    height: .4rem;
    outline: 0;
    border: #957aaf 1px solid;
    background: #FFF;
    border-radius: 6px;
    width: 80%;
}
.iyy_bg select {
    line-height: .4rem;
    height: .4rem;
    outline: 0;
    border: #957aaf 1px solid;
    background: #FFF;
    border-radius: 6px;
    width: 80%;
    font-size: .24rem;
    margin-top: 6%;
}
.iyy_bg .wbk::placeholder {
    font-size: .26rem;
}
.iyy_bg .dhwb {
    line-height: .4rem;
    outline: 0;
    border: #957aaf 1px solid;
    background: #FFF;
    border-radius: 6px;
    width: 80%;
    font-size: .22rem;
}
.iyy_bg .tj {
    width: 40%;
    height: .4rem;
    line-height: .4rem;
    border-radius: 6px;
    background: #957aaf;
    outline: 0;
    border: 0;
    font-size: .24rem;
    color: #FFF;
    text-align: center;
}
.search_qy{ 
    width: 90%; 
    height: .6rem; 
    border: #957AAF 1px solid;
    border-radius: .4rem;
    background: url(../img/49.jpg) no-repeat 4% center;
    background-size: 6%;
}
.search_qy .wbk{ 
    outline: 0;
    border: 0;
    line-height: .6rem;
    width: 60%;
    float: left;
    margin-left: 12%;
    font-size: .24rem;
}
.search_qy .wbk::placeholder{ 
    font-size: .24rem;
}
.search_qy .tj{ 
    outline: 0;
    border: 0;
    line-height: .6rem;
    width: 28%;
    float: right;
    background: #957AAF;
    border-radius: .4rem;
    color: #FFF;
    font-size: .26rem;
}
.newsquyu {
    width: 98%;
    padding-top: 2%;
}
.newsquyu .pic {
    width: 98%;
}
.newsquyu .title {
    font-size: 0.3rem;
    color: #957AAF;
    line-height: 0.4rem;
    height: 0.4rem;
    padding-top: 2%;
    text-align: center;
}
.newsquyu .source{ 
    width: 80%; 
    height: .4rem; 
    border: #957AAF 1px solid;
    border-radius: .4rem;
}
.newsquyu .source .l{ 
    float: left;
    width: 60%;
    line-height: .4rem;
     font-size: .24rem;
     text-align: center;
}
.newsquyu .source .r{ 
    float: right;
    width: 36%;
    line-height: .4rem;
    height: .4rem; 
    background: #957AAF;
    border-radius: 0 .4rem .4rem 0;
    color: #FFF;
    font-size:.24rem;
    text-align: center;
}
.newsquyu .content {
    padding-top: 2%;
    line-height: 0.4rem;
    width: 96%;
    font-size: 0.24rem !important;
}

.newsquyu .content h3{
	font-weight:bold;
	color:#957AAF;
}

.newsquyu .content table {
    width: 98% !important;
}
.prev2 {
}
.prev2 li {
    line-height: 0.4rem;
    color: #957AAF;
    height: 0.4rem;
    font-size: 0.24rem;
    padding-left: 2%;
}
.prev2 li a {
    font-size: 0.24rem;
    color: #957AAF;
}
.newsquyu .zjpic{
	width:40%;
}
.newsquyu .zjpic img{
	border-radius:20px 20px 0 0;
}
.newsquyu .d2{
	width:40%;
	line-height:.4rem;
	height:.4rem;
	color:#FFF;
	font-size:.24rem;
	text-align:center;
	border-radius:0 0 20px 20px ;
}
.newsquyu .d2 .l{
	width:50%;
	float:left;
	height:.4rem;
	background:#78628c;
	border-radius:0 0 0px 20px ;
}
.newsquyu .d2 .r{
	width:50%;
	float:right;
	height:.4rem;
	background:#957aaf;
	border-radius:0 0 20px 0px ;
}
.dede_pages {
    padding-top: 0px;
    font-size: 0.2rem;
}
.pro_pages {
	margin:0 auto;
	width:80%;
    clear: left;
    overflow: hidden;
}
.dede_pages ul {
    float: left;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    margin-right: 6px;
    color: #FFF;
    background: #957aaf;
}
.dede_pages ul li a {
    float: left;
    color: #FFF;
    display: block;
    font-size: 0.2rem;
}
.dede_pages ul li a:hover {
    color: #690;
    text-decoration: none;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #957aaf;
    font-weight: bold;
}
.dede_pages .pageinfo {
    line-height: 17px;
    color: #FFF;
}
.dede_pages .pageinfo strong {
     color: #FFF;
    font-weight: normal;
    margin: 0px 2px;
}
.djk_area{ 
    width:96%;
    height: 3.3rem;
    background: #efebf3;
}
.djk_area .con{
    width: 90%;
    border:#CECECE 1px solid;
    padding:2%;
    background: #FFF;
}
.djk_area .con .tab{ 
 line-height: .4rem;
 height: .4rem;
  background: url(../img/54.jpg) no-repeat left center;
  background-size: 6%;
  font-size: .3rem; 
  color: #957aaf;
  padding-left: 8%;
}
.djk_area .con ul{
    margin:0;
}
.djk_area .con ul li{
     line-height: .4rem;
     height: .4rem; 
     border-bottom: #CECECE 1px solid;
     background: url(../img/55.jpg) no-repeat left center;
    background-size: 5%;
    padding-left: 8%;
    font-size: .24rem;
}
.djk_area .con ul li span{
    font-family: "宋体";
    font-size: .3rem;
    float: right;
}
.zjtd_tab{ 
    line-height: .4rem;
    height: .4rem;
    font-size: .36rem;
    color: #957aaf;
    text-align: center;
}
.zjtd_eng{ 
    font-size: .24rem;
    color: #957aaf;
    text-align: center;
}
.zjtd_con ul li {
    width: 96%;
    height: 2.6rem;
    margin: .2rem auto;
    overflow: hidden;
}
.zjtd_con ul li .pic {
    width: 30%;
    float: left;
    overflow: hidden;
}
.zjtd_con ul li .pic img {
    width: 100%;
}
.zjtd_con ul li .r {
    width: 65%;
    float: right;
}
.zjtd_con ul li .r .tit {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.4rem;
}
.zjtd_con ul li .r .tit a {
    display: block;
    color: #957aaf;
}
.zjtd_con ul li .r .tit span {
    color: #000;
    font-size: 0.2rem;
}
.zjtd_con ul li .r .des {
    clear: both;
    line-height: 0.32rem;
    font-size: 0.2rem;
}
.zjtd_con ul li .r .des span {
    color: #957aaf;
    font-weight: bold;
}
.zjtd_con ul li .r .des a {
    color: #957aaf;
}
.zjtd_con ul li .r .btn {
    width: 80%;
    clear: both;
    height: 0.4rem;
}
.zjtd_con ul li .r .btn a {
    color: #FFF;
}
.zjtd_con ul li .r .btn .l {
    width: 46%;
    float: left;
    height: .4rem;
    background: #957AAF;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
}
.zjtd_con ul li .r .btn .r {
    width: 46%;
    float: right;
    height: .4rem;
    background: #6b577d;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
}
.zjtd_type{ 
    width: 92%;
}
.zjtd_type ul{
    margin: 0;
}
.zjtd_type ul li{
    width: 30%;
    float: left;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border:#957aaf 1px solid;
    font-size: .26rem; 
    margin: 1% 1.2%;
    border-radius: .4rem;
}
.zjtd_type ul li a{
        display: block;
    color: #957aaf;
}
.zjtd_type ul li.on{
    border-radius: .4rem;
       background: #957aaf;
}
.zjtd_type ul li.on a{
    display: block;
    color: #FFF;
    border-radius: .4rem;
    background: #957aaf;
}
.lylx_type{
    width: 98%;
}
.lylx_type ul{
    margin: 0;
}
.lylx_type ul li{
    width: 32%;
    float: left;
}
.lylx_type ul li .pic{
    width: 60%;
}
.lylx_type ul li .title{
    line-height: .4rem;
    height: .4rem;
    font-size: .28rem;
    color: #957aaf;
    text-align: center;
}
.lylx_type ul li .title2{
    line-height: .3rem;
    font-size: .16rem;
}
.align_left{ 
    text-align: left;
}
.align_center{ 
    text-align: center;
}
.align_right{ 
    text-align: right;
}
.yyjj_con{ 
    width: 96%;
    line-height: .36rem;
    font-size:.26rem;
}
.qzdh_con{
    width: 90%;
    margin-top: 4%;
}
.qzdh_con ul{
    margin: 0;
}
.qzdh_con ul li{
    width: 86%;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    padding-left: 14%;
    margin:2% auto;
}
.qzdh_con ul li span{
     font-family: "宋体";
    font-size: .3rem;
    float: right;
    margin-right: 4%;
    width: 4%;
}
.qzdh_con ul li.l1{
    background: url(../img/d1.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l2{
    background: url(../img/d2.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l3{
    background: url(../img/d3.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l4{
    background: url(../img/d4.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l5{
    background: url(../img/d5.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l6{
    background: url(../img/d6.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l7{
    background: url(../img/d7.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l8{
    background: url(../img/d8.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l9{
    background: url(../img/d9.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l10{
    background: url(../img/d10.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l11{
    background: url(../img/d11.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l12{
    background: url(../img/d12.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.qzdh_con ul li.l13{
    background: url(../img/d13.jpg) no-repeat 4% center #f2f2f2;
    background-size: 8%;
}
.fzlc_bg{
     width: 100%;
     height: 27.4rem;
     background: url(../img/72.jpg) no-repeat center top;
     background-size: 100%;
}
.fzjs_bg{
    width: 100%;
    height: 2.2rem;
    background: url(../img/74.jpg) no-repeat center top;
     background-size: 100%;
}
.fzjs_bg .con{ 
    width: 88%; 
    padding-top: 4%;
    line-height: .36rem;
    font-size: .22rem;
}
.fzlc_con{
     width: 96%;
     padding-top: 7.6%;
}
.fzlc_con ul{
    margin:0;
}
.fzlc_con ul li{
    width: 47%;
}
.fzlc_con ul li.l2{
    margin-top: 26%;
}
.fzlc_con ul li.l3{
    margin-top: 6%;
}
.fzlc_con ul li.l4{
    margin-top: 16%;
}
.fzlc_con ul li.l5{
    margin-top: 16.1%;
}
.fzlc_con ul li.l6{
    margin-top: 5.8%;
}
.fzlc_con ul li.l7{
    margin-top: 6.2%;
}
.fzlc_con ul li.l8{
    margin-top: 1.8%;
}
.fzlc_con ul li.l9{
    margin-top: 6.4%;
}
.fzlc_con ul li.l10{
    margin-top: 1.6%;
}
.fzlc_con ul li.l11{
    margin-top: 6.8%;
}
.fzlc_con ul li.l12{
    margin-top: 11.2%;
}
.fzlc_con ul li.l13{
    margin-top: 16%;
}
.fzlc_con ul li.l14{
    margin-top: 11.4%;
}
.fzlc_con ul li.l15{
    margin-top: 15.6%;
}
.fzlc_con ul li.l16{
    margin-top: 11.4%;
}
.fzlc_con ul li .time{ 
    line-height: .36rem;
    height: .36rem;
    font-size: .26rem;
    color: #957aaf;
}
.fzlc_con ul li .pic{
    width: 80%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.fzlc_con ul li .desc{
    line-height: .3rem;
    font-size: .16rem;
    color: #957aaf;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.grjs_area{
	width:100%;
	height:1.3rem;
	background:url(../img/gr1.jpg) no-repeat;
	background-size:100%;
	}
.grjs_area .con{
	width: 90%;
    line-height: .35rem;
    font-size: .24rem;
    padding-top: 4%;
	text-indent:2em;
    text-align: justify;
	}	
.scly_area{
	width:100%;
	height:1.66rem;
	background:url(../img/gr2.jpg) no-repeat;
	background-size:100%;
	}
.scly_area .con{
	width: 90%;
    line-height: .35rem;
    font-size: .24rem;
    padding-top: 4%;
	text-indent:2em;
    text-align: justify;
	}		
	.tf_btn{
	 width:40%;
	 height:.5rem;
	 line-height:.5rem;
	 background:#957aaf;
	 text-align:center;
	 font-size:.26rem;
	 color:#FFF;
	 border-radius:20px;
	}
.tf_btn a{
	color:#FFF;
	}

