﻿@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%;
}
.nav {
    width: 100%;
    height: .8rem;
    background: #034f91;
}
.nav ul {
    margin: 0;
}
.nav ul li {
    width: 25%;
    float: left;
    line-height: .8rem;
    height: .8rem;
    border-right:#FFF 1px solid;
    font-size: .28rem;
    color: #FFF;
    text-align: center;
    box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.nav ul li:last-child {
    background: none;
}
.nav ul li a {
    display: block;
    color: #FFF;
}
.focus {
    width: 100%;
    height: 3.96rem;
    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: #034f91;
}
.focus .bd {
    position: relative;
    z-index: 0;
}
.focus .bd li img {
    width: 100%;
    height: 3.96rem;
    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;
}
.search_qy{
    width: 90%;
    height: 1rem;
    background: url(../img/4.jpg) no-repeat left center;
    background-size: 8%;
    line-height: 1rem;
    font-size: .28rem;
    padding-left: 10%;
}
.search_qy span{
    float: left;
}
.search_qy .wbk{
    outline: 0;
    background: #f6f6f8;
    border-radius: 5px 0 0 5px;
    border:#CCC 1px solid;
    width: 40%;
    float: left;
    height: .48rem;
    line-height: .48rem;
    margin-top: .26rem;
}
.search_qy .tj{
    float: right;
    width:22%; 
    margin-right: 2%;
    background: url(../img/3.jpg) no-repeat;
    height: .48rem;
    outline: 0;
    border: 0;
    background-size: 100%;
    margin-top: 5%;
}
.ibanner{
    width: 90%;
    text-align: center;
}
.itype_con{
    width: 90%;
}
.itype_con ul{
    margin: 0
}
.itype_con ul li{
    width: 32%;
    float: left;
    height: 2.4rem;
    border: #CCC 1px solid;
    box-shadow: 0 0 5px 5px #CECECE;
    box-sizing:border-box;
    margin: 0 .6%;
}
.itype_con ul li .pic{
    width: 50%;
    text-align: center;
    margin-top: 6%;
}
.itype_con ul li .tit{
    line-height: .4rem;
    height: .4rem;
    font-size: .28rem;
    text-align: center;
    margin-top: 2%;
}
.itype_con ul li .tit2{
    line-height: .4rem;
    height: .4rem;
    font-size: .22rem;
    text-align: center;
}
.iyyjj_con{ 
    line-height: .36rem; 
    width: 90%; 
    font-size: .24rem;
    text-indent: 2em;
}
.iyyjj_con a{color: #F00;}
.tred{ color: #F00;}
.izlxm_con{
    width: 90%;
}
.izlxm_con ul{
    margin: 0
}
.izlxm_con ul li{
    width: 32%;
    float: left;
    height: 3.2rem;
    border: #CCC 1px solid;
    box-shadow: 0 0 5px 5px #CECECE;
    box-sizing:border-box;
    margin: 2% .6%;
}
.izlxm_con ul li .pic{
    text-align: center;
    background: #c8fcfc;
    height: 1.2rem;
    padding-top: .2rem
}
.izlxm_con ul li .tit{
    line-height: .4rem;
    height: .4rem;
    font-size: .2rem;
    text-align: center;
    margin-top: 1%;
}
.ixztx_con{
    width: 90%;
}
.ixztx_con .l{
    width: 40%;
    float: left;
    border: #CCC 1px solid;
    box-shadow: 0 0 5px 5px #CECECE;
    box-sizing:border-box;
    height: 2.8rem;
}
.ixztx_con .r{
    width: 56%;
    float: right;
}
.ixztx_con .r ul{
    margin: 0;
}
.ixztx_con .r ul li{
    width: 100%;
    height: .8rem;
    margin: 4% auto;
}
.ixztx_con .r ul li .date{
    width: 30%;
    float: left;
    background: #737BF2;
    text-align: center;
    font-size: .24rem;
    color: #FFF;
}
.ixztx_con .r ul li .date span{
    font-size: .3rem;
}
.ixztx_con .r ul li .r{
    width: 68%;
    float: left;
    background: #f1f1f1;
    padding:1%;
}
.ixztx_con .r ul li .r .title{
    line-height: .3rem;
    height: .3rem;
    font-size: .22rem;
}
.ixztx_con .r ul li .r .desc{
    line-height: .24rem;
    font-size: .18rem;
    color: #ccc;
}
.ixztx_con .l .tit{
    line-height: .4rem;
    height: .4rem;
    font-size: .22rem;
    text-align: center;
}
.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: #034f91;
}
.inews_con ul li .r .desc {
    line-height: .32rem;
    font-size: .2rem;
}
.inews_con ul li .r .desc a {
    color: #034f91;
}
.footer {
    width: 100%;
    height: 6rem;
    padding-top: .6rem;
    background: #034f91;
}
.ibanner2{
    width: 60%;
}
.ily_area{
    width: 80%;
    background: #3d78aa;
    height: 2rem;
}
.ily_area .l{
    width: 58%;
    float: left;
    margin-left: 4%;
}
.ily_area .l ul{
    margin: 0
}
.ily_area .l ul li{
    line-height: .6rem;
    height: .6rem;
    color: #FFF;
    font-size: .24rem;
}
.ily_area .l ul li .wbk{
    width: 1.6rem;
    outline: 0;
    background: none;
	height:.4rem;
    border-bottom: #FFF 1px solid;
    float:right;
    color: #FFF;
}
.ily_area .r{
    width: 30%;
    float: right;
    margin-right: 3%;
}
.ily_area .r .tj{
    width: 1.16rem;
    height: 1.16rem;
    background: #044F92;
    text-align: center;
    line-height: 1.16rem;
    color: #FFF;
    font-size: .3rem;
    border-radius: 10px;
    margin-top: .3rem;
}
.banquan{
    width: 90%;
}
.banquan .l{
    width: 36%;
    float: left;
}
.banquan .l ul{
    margin:0;
}
.banquan .l ul li{
    width: 100%;
    height: .8rem;
    font-size: .24rem;
    color: #FFF;
}
.banquan .l ul li span{
    color: #ffff00;
}
.banquan .l ul li:nth-child(1){
    background: url(../img/24.jpg) no-repeat left 4%;
    background-size: 24%;
    padding-left: 34%;
}
.banquan .l ul li:nth-child(2){
    background: url(../img/25.jpg) no-repeat left center;
    background-size: 24%;
    padding-left: 34%;
}
.banquan .r{
    width: 54%;
    float: right;
    margin-top: 4%;
}
.banquan .r .ewm{
    float: left;
    width: 40%;
}
.banquan .r .tit{
    float: right;
    width: 55%;
    color: #FFF;
    font-size: .24rem;
}
.banquan2{
    line-height: .3rem;
    text-align: center;
    font-size: .24rem;
    color: #FFF;
}
.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: #034f91;
    font-size: 0.22rem;
}
.m_position a {
    color: #034f91;
}
.newsquyu {
    width: 96%;
    padding-top: 2%;
}
.newsquyu .pic {
    width: 98%;
}
.newsquyu .title {
    font-size: 0.3rem;
    color: #034f91;
    line-height: 0.4rem;
    height: 0.4rem;
    padding-top: 2%;
    text-align: center;
}
.newsquyu .source{ 
    width: 80%; 
    height: .4rem; 
    border: #034f91 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: #034f91;
    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 table {
    width: 98% !important;
}
.prev2 {
}
.prev2 li {
    line-height: 0.4rem;
    color: #034f91;
    height: 0.4rem;
    font-size: 0.24rem;
    padding-left: 2%;
}
.prev2 li a {
    font-size: 0.24rem;
    color: #034f91;
}
.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:#034f91;
	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: #034f91;
}
.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: #034f91;
    font-weight: bold;
}
.dede_pages .pageinfo {
    line-height: 17px;
    color: #FFF;
}
.dede_pages .pageinfo strong {
     color: #FFF;
    font-weight: normal;
    margin: 0px 2px;
}