@charset "utf-8";
/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
    color:#000;background:#fff;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:62.5%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display:inline-block;*display:inline;*zoom:1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
    font-size: 12px;
    line-height: 1.5em;
}
/* iphone手机表单默认 */
input.no{-webkit-appearance:none;}

input,select,textarea{
    font-size:100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img{
    border:0;
    max-width: 100%; 
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
    border:0;font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识, li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版重要的因素, 别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 默认不显示下划线，保持页面简洁 */
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a:hover {
    text-decoration:none;
}
/* 清理内浮动 */
.fl-c:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fl-c {
    *zoom:1; /* for IE6 IE7 */
}
i{font-style:normal;display:inline-block;}
.fl{float:left;}
.fr{float:right}
.no-mr{margin-right:0!important}
.no-mb{margin-bottom:0!important}
.no-pr{padding-right:0!important;}
.no-pb{padding-bottom:0!important}
.no-borr{border-right: none!important;}
.no-borb{border-bottom: none!important;}


/* 大宽度应对手机自定义 */
header,nav,section,footer {margin:0 auto; max-width:640px;}
.main {
    max-width: 640px;
    margin: 0 auto;
}
/* header*/
header a,header a img{
    display: block;
    width: 6.4rem;
}
.banner a,.banner a img{
    display: block;
    width: 6.4rem;
}
.nav{
    width: 6rem;
    margin: .4rem auto .1rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -o-flex-wrap:wrap;
}
.nav li{
    width: 25%;
    margin-bottom: .2rem;
}
.nav li a{
    display: block;
}
.nav li a img{
    display: block;
    width: .9rem;
    margin: 0 auto .06rem;
}
.nav li a p{
    font-size: .26rem;
    color: #333;
    text-align: center;
    line-height: .36rem;
}
.line-back{
    width: 6.4rem;
    height: .2rem;
    background-color: #ededed;
}
.cont{
    width: 6rem;
    margin:0 auto;
}
.m-mz{
    margin: .3rem auto;
}
.m-mz img{
    float: left;
    width: 2.08rem;
}
.m-mz .m_mz-r{
    width: 3.8rem;
}
.m-mz .m_mz-r h2{
    font-size: .34rem;
    line-height: .52rem;
    color: #333;
}
.m-mz .m_mz-r p{
    font-size: .22rem;
    color: #666;
    line-height: .36rem;
    padding-left: .3rem;
    background:url(../images/cq_icon1.png) no-repeat;
    background-size: .28rem;
    box-sizing:border-box;
}
.m-mz .m_mz-r p:nth-of-type(1){
    background-position: 0 1px;
}
.m-mz .m_mz-r p:nth-of-type(2){
    background-position: 0 -.56rem;
}
.m-mz .m_mz-r p:nth-of-type(3){
    background-position: 0 -1.17rem;
}
.m-mz .m_mz-r p:nth-of-type(4){
    background-position: 0 -1.76rem;
}

.m-form h2{
    font-size: .46rem;
    font-weight: bold;
    color: #0279d5;
    line-height: .52rem;
    text-align: center;
}
.m-form p{
    font-size: .24rem;
    line-height: .34rem;
    color: #666;
    text-align: center;
}
.m-menu {
    width: 5.8rem;
    margin: 0 auto;
}
.m-menu .box1{
    width: 5.75rem;
    padding-top: .4rem;
}
.m-menu .box1 .name{
    width: 3.45rem;
    overflow: hidden;
}
.m-menu .box1 .name label{
    float: left;
    width: 1.4rem;
    font-size: .24rem;
    line-height: .42rem;
    color: #342f2c;
    text-align: right;
}
.m-menu .box1 .name label span{
    color: #ce1112;
}
.m-menu .box1 .name input{
    width: 2.05rem;
    border:1px solid #d0cdcd;
    line-height: .42rem;
    font-size: .24rem;
    color: #a7a4a0;
    text-indent: 1em;
    background-color: #fff;
    border-radius: .06rem;
    appearance: none;
    -webkit-appearance: none;
    box-sizing:border-box;
}
.m-menu .box1 .name label.label-l{
    width: .75rem;
}
.m-menu .box1 .sex{
    width: 2.2rem;
    margin-left: .1rem;
}
.m-menu .box1 .sex label{
    font-size: .24rem;
    line-height: .42rem;
    color: #342f2c;
    text-align: right;
    margin-right: .1rem;
}
.m-menu .box1 .sex label span{
    color: #ce1112;
}
.radio_type {
    width:.2rem;
    height:.2rem;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    top: .02rem;
    outline: none;
}
.radio_type:before {
    content: "";
    width: .15rem;
    height: .15rem;
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top:0;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: "";
    width: .15rem;
    height: .15rem;
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: .09rem;
    height: .09rem;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .04rem;
    left: .04rem;
}
.radio_type:checked + label {
    color: #edd19d;
}
.m-menu .box2{
    margin-top: .2rem;
}
.m-menu .box2 label{
    float: left;
    width: 1.4rem;
    line-height: .5rem;
    color: #333;
    text-align: right;
    font-size: .24rem;
}
.m-menu .box2 label span{
    color: #ce1112;
}
.m-menu .box2 input,.m-menu .box2 select{
    float: left;
    width: 4.15rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .06rem;
    border:1px solid #d0cdcd;
    color: #666;
    text-indent: 1em;
    font-size: .24rem;
    appearance:none;
    -webkit-appearance:none;
}
.m-menu .box2 input#data{
    background:url(../images/cq_icon2.png) no-repeat right .09rem;
    background-size: .4rem;
}
.m-menu .box2 select{
    background:url(../images/cq_icon2.png) no-repeat right -.75rem;
    background-size: .4rem;
}
.box3{
    width: 3.4rem;
    height: .7rem;
    line-height: .7rem;
    margin:.4rem auto;
    border-radius: .1rem;
}
.box3 input{
    display: block;
    width: 3.4rem;
    height: .7rem;
    line-height: .7rem;
    background:linear-gradient(#ffb300,#ff7a00);
    border-radius: .1rem;
    border:none;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    box-shadow: .02rem 0 .03rem rgba(0,0,0,0.3);
}
.m-yy h2{
    width: 6.4rem;
    height: .66rem;
    line-height: .66rem;
    background-color: #0279d5;
    font-size: .3rem;
    text-align: center;
    color: #fff;
    margin-bottom: .3rem;
    position: relative;
}
.m-yy h2 i{
    display: block;
    width: 0;
    border-top: .15rem solid #0279d5;
    border-left:.15rem solid transparent;
    border-right:.15rem solid transparent;
    position: absolute;
    bottom: -.14rem;
    left: 50%;
    margin-left: -.09rem;
}
.m-scroll{
    width: 5.5rem;
    height: 1.5rem;
    margin-left: .3rem;
    overflow: hidden;
}
.m-scroll ul li span{
    display: inline-block;
    width: 1.8rem;
    font-size: .24rem;
    line-height: .4rem;
    color: #666666;
    text-align: center;
}
.m-scroll ul li span:nth-of-type(3){
    text-align: right;
}
footer{margin-bottom:0.9rem;}
.foot{
    background-color: #0279d5;
    margin-top: .3rem;
}
.foot img{
    display: block;
    width: 6.4rem;
}
.foot .foot-text{
    margin: .1rem 0 .15rem 0;
}
.foot .foot-text p{
    font-size: .22rem;
    line-height: .36rem;
    color: #fff;
    text-align: center;
}
.m1{
    background-color: #d9ebff;
    padding-bottom: .38rem;
}
.m1-tit{
    background-color: #0279d5;
    padding-top: .4rem;
    padding-bottom: 1.45rem;
}
.m1-tit h2{
    font-size: .46rem;
    font-weight: bold;
    color: #fff;
    line-height: .52rem;
    text-align: center;
}
.m1-tit p{
    font-size: .12rem;
    color: #068ef7;
    text-align: center;
    line-height: .14rem;
}
.m1-cont{
    background-color: #fff;
    padding: .4rem 0;
    position: relative;
    margin-top: -1rem;
}
.m1-bor{
    width: 6rem;
    height: 1px;
    background-color: #e8e8e8;
    margin: .3rem 0;
}
.m1-item{
    width: 5.6rem;
    margin: 0 auto;
    position: relative;
}

.m1-left{
    position: absolute;
    width: 1.43rem;
    height: 100%;
}
.m1-left .m1-left-box{
    width: 100%;
    position: absolute;
    height: 1.2rem;
    left: 0;
    top:50%;
    margin-top: -.6rem;
}
.m1-left .m1-left-box img{
    display: block;
    width: .78rem;
    margin: 0 auto;
}
.m1-left .m1-left-box p{
    font-size: .28rem;
    line-height: .38rem;
    text-align: center;
    color: #fff;
}
.m1-item .m1-right{
    width: 3.98rem;
}
.m1-item .m1-right li{
    float: left;
    width: 1.26rem;
    height: .55rem;
    line-height: .55rem;
    border:1px solid #c5c5c5;
    margin-right: .1rem;
    margin-bottom: .18rem;
    font-size: .22rem;
    text-align: center;
    color: #333;
    box-sizing:border-box;
}
.m1-item .m1-right li.red{
    color: #d31c19;
}
.m1-itembg1{
    background-color: #0279d5;
}
.m1-itembg2{
    background-color: #39b931;
}
.m1-itembg3{
    background-color: #f76365;
}
.m2-img a,.m2-img img{
    display: block;
    width: 6.4rem;
}
.m3{
    background-color: #0279d5;
    padding: .35rem 0 .4rem 0;
    margin-bottom: .35rem;
}
.m3-title{
    width: 6.4rem;
    height: .9rem;
    background:url(../images/img_bg.png) no-repeat;
    background-size: 100%;
}
.m3-title h2{
    font-size: .36rem;
    line-height: .42rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.m3-title p{
    width: 4.5rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #fff;
    border-radius: .06rem;
    color: #0279d5;
    text-align: center;
    font-size: .22rem;
    margin:.06rem auto 0;
}
.m3-cont{
    width: 5.8rem;
    height: 4.3rem;
    margin: .3rem auto 0;
    background:url(../images/img_doc-bg1.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.m3-text{
    width: 2.95rem;
    position: absolute;
    top:.4rem;
    right: .2rem;
}
.m3-text h2{
    font-size: .6rem;
    font-weight: bold;
    color: #0279d5;
    line-height: .62rem;
}
.m3-text h2 span{
    display: inline-block;
    padding: 0 .15rem;
    height: .45rem;
    line-height: .45rem;
    background-color: #4a9cdb;
    font-weight:normal;
    font-size: .3rem;
    color: #fff;
    margin-left: .1rem;
}
.m3-text p{
    font-size: .24rem;
    line-height: .34rem;
    color: #333;
    margin-top: .1rem;
}
.m3-text h3{
    margin-top: .2rem;
}
.m3-text h3 a{
    display: block;
    width: 1.34rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .06rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    box-shadow: .02rem 0 .03rem rgba(2,121,213,.3)
}
.m3-text h3 a.fl{
    background:linear-gradient(#ffb100,#ff7900);
}
.m3-text h3 a.fr{
    background:linear-gradient(#fb3530,#d41c19);
}
.m3-img img{
    display: block;
    width: 5.8rem;
    margin: .2rem auto 0;
}
/* show */
.art1-title{
    height: .6rem;
    border-bottom: .02rem solid #ededed;
}
.art1-title h2{
    line-height: .4rem;
    background: url(../images/cq_icon3.png) no-repeat 0 center;
    background-size: .28rem;
    padding-left: .35rem;
    font-size: .24rem;
    color: #666;
    margin-top: .2rem;
    box-sizing:border-box;
}
.art1-title h2 a.font-style{
    color: #333;
}
.art-content{
    margin-top: .2rem;
	font-size: .24rem;
    line-height: .4rem;
    color: #333;
}
.art-content h2{
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: .4rem;
}
.art-content p,.art-content div{
    font-size: .24rem;
    line-height: .4rem;
    color: #333;
    /*text-indent: 2em;*/
    margin-top: .15rem;
}

.art-page{
    text-align: center;
    margin: .3rem 0 .4rem 0;
}
.art-page .dian{margin-right:0.03rem;}
.art-page span,.art-page a{
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    border:1px solid #c5c5c5;
    font-size: .24rem;
    color: #333;
    padding: 0 .2rem;
}
.art-page span{
    background-color: #c5c5c5;
    color: #fff;
}
.art1-yygh{
    height: .8rem;
    line-height: .8rem;
    background-color: #0279d5;
    padding: 0 .2rem;
    box-sizing:border-box;
}
.art1-yygh span{
    float: left;
    width: 3.7rem;
    font-size: .3rem;
    color: #fff;
}
.art1-yygh a{
    float: right;
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .08rem;
    background: linear-gradient(#ffb200,#ff7800);
    background: -webkit-linear-gradient(#ffb200,#ff7800);
    font-size: .3rem;
    text-align: center;
    color: #fff;
    margin-top: .1rem;
}
.art-list{
    margin: .4rem auto 0;
}
.art-list li a,.art-list li a img{
    display: block;
    width: 2.9rem;
}
.art-list li{
    margin-bottom: .2rem;
}
.art-banner{
    width: 6.4rem;
    margin: .2rem 0 .35rem 0;
}
.art-banner img{
    display: block;
    width: 6.4rem;
}

.listMain{text-indent: unset !important;}