@charset "utf-8";
/* reset.css */

body {
    position: relative;
    overflow-y: visible !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: moz-none;
    user-select: none;
    -webkit-overflow-scrolling: auto;

}
body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

/** html4 reset **/
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 {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var, b,h1,h2,h3 {
    font-style: normal;
    font-weight: normal;
}
ol, ul, li {
    list-style-type: none
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td,caption {
    vertical-align: top;
    text-align: left;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="tel"],
input[type="radio"],
input[type="checkbox"],
button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    -moz-tap-highlight-color:rgba(0, 0, 0, 0);
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    vertical-align: middle;
    font-size: 0;
}

h1 {
    font-size: 0.24rem; font-weight: normal;
}
h2 {
    font-size: 0.2rem; font-weight: normal;
}
h3 {
    font-size: 0.18rem; font-weight: normal;
}
h4 {
    font-size: 0.16rem; font-weight: normal;
}
h5 {
    font-size: 0.14rem; font-weight: normal;
}

/** html5 reset **/
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside {
    margin: 0;
    padding: 0;
    display: block;
}
::-moz-placeholder {
    color: #b8b8b8;
}
::-webkit-input-placeholder {
    color: #b8b8b8;
}
::-webkit-scrollbar{width:0px;display: none;}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
    opacity: 1
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom:1;}

.center{
    text-align: center !important;
}
.bgf{background: #fff;}
.fl{float: left !important;}
.fr{float: right !important;}
.mt0{margin-top: 0 !important}
.mb0{margin-bottom: 0 !important}
.border_none{border:none !important;}
.border_top{border-top: 1px #ededed solid}
/** Body, links, basics **/



/** Body, links, basics **/
body,html {
    font-size: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    font-size: 0.14rem;
    line-height: 1.8;
    font-family: Hiragino Sans GB,Helvetica,STHeiti STXihei,Microsoft YaHei,Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #000;
}
section.main.fixed.bgf0{
    background: #f0f0f0
}
/* 布局grid */
#afui,
#content,
.page{
	height:100%;
	width:100%;}
section.main {
    position: relative;
    z-index: 100;

}
section.main.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color:  #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
section.main.fixed > article {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;	 
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}
/***按钮***/
a.btn1{
    margin: 0.44rem 0.15rem;
    display: block;
    background: #1B4E9C;  
    border-radius: 0.05rem;
    height: 0.45rem;
    line-height: 0.45rem;
    color: #fff;
    text-align: center;
}

/***切换 轮播 公用****/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    }
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/***头部***/
.header_inner{
    width: 100%;
    background: #fff;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    position: relative;
    padding: 0.03rem 0.15rem; 
    border-bottom: 1px #ededed solid
}
.header_inner .nav_icon{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADYSURBVHhe7dtBCsAgDARAX+v/f9DSY+l1tzR0BK+LjAle4loWAQIECBAgQIAAAQIECAwV2Hsfds7gUQZwc7iXJeByxwJ+G3jo0+HYBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIPBhgb+Pr9avBnCZGDDg6heHMq94AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCQF5g2XZkXKCcCBnwbXy1z5ONVcN5UIgECBAgQIECAAAECBAhMFDgBBxGTWxPz0PwAAAAASUVORK5CYII=") center center no-repeat;
    background-size: 0.22rem auto;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    transition: 0.2s ease-in-out
}

.header_inner .kf_icon{
    background: url(../images/kf_icon.png) center center no-repeat;
    background-size: 0.2rem auto;
    position: absolute;
    top: 0.08rem;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
}

.header_inner .logo{
    height: 100%;
    width:auto;
    margin: 0 auto;
    display: block;
}

.home_banner{
    height: auto;
}
.home_banner img{
    width: 100%;
}
.home_banner .swiper-pagination span,
.home_box1 .swiper-pagination span {
    display: inline-block;
    width: 13%;
    height: 0.02rem;
    margin:0 0.05rem;
   opacity: 0.45;
   background: #FFFFFF;
}
.home_banner .swiper-pagination span.swiper-pagination-bullet-active,
.home_box1 .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1
}
.home_box1 .swiper-container-horizontal>.swiper-pagination-bullets,.home_box1 .swiper-pagination-custom,.home_box1 .swiper-pagination-fraction{
    bottom: 0;
}
.note_box{
    position: relative;
    padding-left: 0.45rem;
    border-bottom: 1px #ededed solid;
    background: #fff;
}
.note_icon{
    background: url(../images/note_icon.png) center center no-repeat;
    background-size: 0.2rem auto;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    left: 0.15rem;
    top: 0.12rem;
}
.note_swiper{
    height: 0.45rem;  
}
.note_swiper .swiper-slide p{
    text-align: left;
    width: 100%;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.45rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yw_nav_box{
    background: #fff;
}
.yw_nav_box li{ 
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    padding: 0.2rem 0 0.1rem;
}
.yw_nav_box li a{
    display: block;
}
.yw_nav_box li img{
    width: 0.4rem;
    height: 0.4rem;
}
.yw_nav_box li p{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #666666;
    margin-top: 0.1rem;
}
.yw_nav_box .swiper-container{
    padding-bottom: 0.25rem;
}
.yw_nav_box .swiper-pagination-bullets{
    bottom: 0.05rem;
}
.yw_nav_swiper  .swiper-pagination span{
    display: inline-block;
    width: 13%;
    height: 0.02rem;
    margin:0 0.05rem;
   opacity: 0.45;
   background: #666;
}
.yw_nav_swiper .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1
}
.home_news{
    background: #fff;
    margin-top: 0.2rem;
}
.home_tit{
    padding: 0.24rem 0 0.18rem;
    text-align: center;
}
.home_tit span{
    padding: 0 0.1rem;
    font-size:0.18rem;
    line-height: 0.18rem;
    display: inline-block;
    color: #333333;
    position: relative;
}
.home_tit span:before{
    content: "";
    position: absolute;
    right:  100%;
    top: 0.09rem;
    display: inline-block;
    width: 0.35rem;
    height: 0.01rem;
    background: #1B4E9C;
}
.home_tit span:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0.09rem;
    display: inline-block;
    width: 0.35rem;
    height: 0.01rem;
    background: #1B4E9C;
}
.home_news ul{
    padding: 0 0.15rem;
}
.home_news ul li{
    border-bottom: 1px #EDEDED solid;
    padding: 0.15rem 0;
}
.home_news ul li:last-child{
    border-bottom: none
}
.home_news ul li h5{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
    margin-bottom: 0.05rem;
}
.home_news ul li span{
    font-size: 0.14rem;
    color: #999999;
    display: block;
}
.home_news ul li p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.2rem;
}
.more_btn{
    display: inline-block;
    width: 28%;
    height: 0.3rem;
    text-align: center;;
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #999999;
    border-radius: 0.35rem;
    border:1px #ccc solid;
    margin:0.12rem 0 0.22rem;
}
.home_box1{
    background: #fff;
    margin-top: 0.2rem;
}
.home_box1 .img_box img{
    width: 100%;
}
/*.home_box1 li{
    padding: 0.25rem 0 0.25rem 0.75rem;
    position: relative;
    border-right: 1px #EDEDED solid;
    border-bottom: 1px #EDEDED solid;
    float: left;
    width: 50%;
}
.home_box1 li img{
    position: absolute;
    left: 0.15rem;
    top: 0.22rem;
    width: 0.45rem;
    height: 0.45rem;
}*/
.home_box1 li{
    padding: 0.2rem 0 0.1rem 0;
    border-right: 1px #EDEDED solid;
    float: left;
    width: 50%;
    text-align: center;

}
.home_box1 li img{    
    width: 0.45rem;
    height: 0.45rem;
     margin-bottom: 0.12rem;
}
.home_box1 li h5{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
}
.home_box1 li p{
    margin-top: 0.05rem;
    font-size: 0.13rem;
    line-height: 0.18rem;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home_box2{
    background: #fff;
    margin-top: 0.2rem;
}
.home_box2 ul{
    padding: 0.1rem 0.15rem;
}
.home_box2 ul li{
   background: #F9FAFB;
   margin: 0rem 0 0.1rem;
   padding-bottom: 0.1rem;
   width: 48%;
   float: left;
}
.home_box2 ul li:nth-child(2n-1){
    margin-right: 4%
}
.home_box2 ul li img{
    width: 100%;
}
.home_box2 ul li h5{
    font-size: 0.16rem;
    margin:0.15rem 0 0.05rem;
    padding: 0 0.1rem;
    color: #333333;
    line-height: 0.16rem;
}
.home_box2 ul li p{
    font-size: 0.12rem;
    color: #9B9B9B;
    line-height: 0.18rem;
    padding: 0 0.1rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_box2 ul li.mr4{
    margin-right: 4% !important
}
.yw_list.home_box2 ul li:nth-child(2n-1){
    margin-right: 0
}

.home_box2 ul li.li_style1{
    width: 100%;
    padding: 0.05rem 0 0.18rem;
}
.home_box2 ul li.li_style2{
    padding: 0.05rem 0 0.18rem;
    min-height: 1.3rem;
}
.home_box2 ul li.li_style2 p{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home_box2 ul li.li_bg{
    background: url(../images/li_bg1.png) center center no-repeat;
    background-size: cover;
    color: #fff
}
.home_box2 ul li.li_bg h5,
.home_box2 ul li.li_bg p{
    color: #fff;
}
.home_point{
    background: #fff;
    margin-top: 0.2rem;
}
.home_point .swiper-slide{
    text-align: left;
}
.home_point .cont{
    padding: 0.2rem 0.15rem 0.1rem;
    border-bottom: 1px #ededed solid;
}
.home_point .cont img{
    width: 100%;
    margin-bottom: 0.1rem;
}
.home_point .cont h5{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
}
.home_point .cont span{
    display: block;
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    margin: 0.05rem 0 0.08rem;
}
.home_point .cont p{
    font-size: 0.14rem;
    color: #9B9B9B;
    line-height: 0.2rem;
}
.home_point  .swiper-container{
    padding-bottom: 0.35rem;
}
.home_point  .swiper-pagination span{
    display: inline-block;
    width: 13%;
    height: 0.02rem;
    margin:0 0.05rem;
   opacity: 0.45;
   background: #666;
}
.home_point .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1
}
.home_soft{
    background: #fff;
    margin-top: 0.2rem;
}
.home_soft ul{
    padding-left: 0.15rem;
}
.home_soft ul li{
    border-bottom: 1px #ededed solid;
    padding: 0.22rem 0.7rem 0.2rem 0.9rem;
    position: relative;
}
.home_soft ul li:last-child{
    border-bottom: none;
}
.home_soft ul li img.img_pa{
    position: absolute;
    left: 0;
    top: 0.22rem;
    width: 0.6rem;
    height: 0.6rem
}
.home_soft ul li h5{
    font-size:0.18rem;
    line-height: 0.18rem;
    color: #333333;
    margin-bottom: 0.08rem;
}
.home_soft ul li h5 span{
    position: relative;
}
.home_soft ul li h5 span em{
    background: #D62222; 
    text-align: center;;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #fff;
    font-size: 0.14rem;
    margin-left: 0.1rem;
    border-radius: 0.05rem;
    display: inline-block;
    position: absolute;
    top: -0.02rem;
    min-width: 0.45rem;
}
.home_soft ul li h5 span em:after{
    content: "";
    position: absolute;
    left: -0.12rem;
    top: 0.03rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed solid dashed  dashed;
    border-color: transparent  #D62222 transparent transparent;
    border-width:0.08rem; 
}
.home_soft ul li p{
    font-size: 0.14rem;
    color: #9B9B9B;
    line-height: 0.2rem;
}
.home_soft ul li a.down_icon{
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -0.12rem;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/down_icon.png) center center no-repeat;
    background-size: 0.18rem auto;

}
.footer{
    padding: 0 0.1rem;
    background: url(../images/footer_bg.png) center center no-repeat;
    background-size:cover;
}
.footer .footer_top{
    padding: 0.18rem 0 0.13rem;
    border-bottom: 1px #D5D5D5 solid;
    position: relative;
}
.footer .logo{
    width: 1.54rem;
}
.footer .footer_top p{
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.25rem;
    margin-top: 0.03rem;
}
.footer .footer_top span{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.18rem;
    margin-right: 0.08rem
}
.footer .footer_top .wx{
    position: absolute;
    right: 0;
    top: 0.18rem;
    text-align: right;
}
.footer .footer_top .wx img{
  width: 0.6rem;
  height:  0.6rem;
}
.footer .footer_top .wx p{
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.22rem;
    margin-top: 0.06rem
}
.footer_bot p{
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.16rem;
}
.footer_bot{
    padding: 0.12rem 0
}
/**导航***/
.nav_box{
    background: #F3F3F3;  
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1001;
    transform: translateX(-100%);
    transition:0.4s ease-in-out;
    box-shadow: -6px 0px 10px 2px rgba(155, 155, 155, 0.2) inset;
    -webkit-overflow-scrolling: touch;
}
.nav_box.show{
    transform: translateX(0);

}
section.navshow{
    transform: translateX(45%);
    transition:0.4s ease-in-out;
}
section.navshow header .nav_icon{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMwSURBVHhe7Z1fTtwwEMbpBcotKO+VuAb0oWopB2N57lX6wKFA23h302aDk7XH8+ebeJAiITGe+b6fHTs42ezVVfwEgSAQBIJAEOiRwM397kc6evRe4rmJz7Hx81s6bh+eH0sK9hSTmIx8qgfhBO5+SJKOgDwZPRO4//hUQc4ADsgnwBm4BzZVgFOu228vP0+nwNhLh0Rf7ne/epoKpl6T9xyTxIrEZKm3epyTxViIJSZ1uU0jcQbiBWy4FVVV865WqMi2TpC6Z/WCOhyzVcy8mhVWhG3u0VyAIGwYbzBCGGHDeYIT1AAb1gussArY8B7gBa7AdqPdjdD1XTHsTS1PkD1pPTsBPQj3oHF1CUE2gKytYl0e9pP/31I520+23OpE1FQFdR6MZAhJSxNURMibhTvCtjRoWZt1pF5KZmHUouYlDqJ/XzRMvWm4hf/QuIlrQF66I255BcPNkXadzDCSu4d7ceFrgBxwZ+N6EQgBMmcu1dNZuhgHGI4c0j5N87cAamlralq7OAUUpY22L6h6NcBqYqFMWospAVcSY+0Duv4awIDL1HV5kLv34fncdJzvMRMu65hk+k6zMFoDLme3HiEfRu4UbPr9nfxkOadA77lOozgDeBeAWzs3pohWgmv7ufkP4Qwj+cN08RZTRWVHxGVaJbCa8JLr3JKYmprdxNaAq4ntBuCaUQowSpsuYbeAamnbBWwOQBw5NgmbEwxnrk3AlgAikdMlbEkQkrldwNYAoFEDEramcc1aELAtDFvUNIFtadSytgpsBIMIGkRgIxlD0sICG9EQoiYSbGQjyNqKYHsw4EFjFrYn4Z60HmC7E+xJs0e44ykIrx1eYMHKAesBVlgB1HnIkpfql34SamebLL6h1fGDeDCQtwj30pysNpK3DNcc8hJctd7lmt8K8qh7VS9YAEE6RM2zWiFpYoT84t7FCxBMazcRYyCWWJsQQz12Fvv9/tPwUvg/8w+cbHFBK+Wfg5wYJValOc7ivn5/uR4Av47fpdEz3BHMDPLr3dPvzyS4Y6OU4DiS4yt3ppATk2a4Y0LyKdDUtdiNgwl2/4S6IBAEgkAQCAL+CfwFNXJaQChlSKQAAAAASUVORK5CYII=") center center no-repeat;
    background-size: 0.22rem auto;
   display: none;
}
.nav_box dl{
     padding-top: 0.45rem; 
     padding-bottom: 0.45rem;
     position: relative;
     height: 100%;
     overflow-y: auto
}
.nav_box dd a,.nav_box dt a{
    display: block;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.15rem;
    color: #666666;
    border-bottom: 1px #ededed solid;
    padding-left: 0.3rem;
    position: relative;
}
.nav_box dd.on a{
    
    background:  #1B4E9C;
    color:#fff;
}
.nav_box dd.more a:before{
    content: "";
    position: absolute;
    right:  0.22rem;
    top: 0.15rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVFhH7ZetC8JQFMXHEAwWy5rNaF02a9Zs2scrY4wxXFuzrAgDmf+t58ATbC6Me4IOHq88dn67u/ee+4Lg/0yIQJZlBda1LMv1hOPzH4F4k6bpE/utKIpofoUvb6zregXx1kP0gNiYQ0B0CYDKQ9yxb80huq5bIBLOQwxJkuwUEGGe5xdCYD0AFJtDUBAQZx+JERB7CQQAjj4SrJCDBIJfjzUSxDl3UkHEzAdCMD+QrKE5CCsCkRh8XjhWjDkEewMg2CNYIRV7hzkEuyQgeh+Jll1UARHRNzxE81sA0l8gTUJpGdKQZI3osxXToEwzngb0NiMak6m4zI5pNLKBRDqSSYdS+Vguv5jIr2am9W0t9gKhjsmZyBM2bQAAAABJRU5ErkJggg==") center center no-repeat;
     background-size: 0.16rem 0.16rem;
}
.nav_box dt a{
    text-align: center;
    padding-left: 0;
    color: #1B4E9C;
    font-size: 0.16rem
}
.nav_box dt a:before{
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFASURBVFhH7ZehDsJADIaXkGBwSG7D4BB7AF4At1sCQ6HhFeAV4BXuFoKDYFE4CAlPMTs5NUNCoN3uFhSGrEWw5Ox9f6/9285x/l8NL+AFqiMCdXUDdazh+s9XeuGmB/AEzhPOhVSAGG18gKYId6W6ueNdm0xAV8YDAGdF5FKd/Om2RQZ3ZTwEcF5EHuhDP9o3yeBeqCcAvpucqyjaN8jgItQzAD9KuF6TgREEwIWJ+inCeEkNXxv4Q8h4TgbH/AJYGfgd808Gx8rGCjfwHCufDI6eRm8beIaeJ4NjN8OuZuApdjsyeFnt6mzgCfZ5UvhPCGBPAb4CaxHanLPa0IpgbUTv1Y+Dp2rFMJDInVG4AwZQNYxgMPGIgEFUjWOpVywiWBcSGzHrSmZFsC6lVgTrWm5FsP6YVCI4f81YrPgN9AVRGtKFZzSzgAAAAABJRU5ErkJggg==") center center no-repeat;
    background-size: 0.16rem 0.16rem;
}
.drop_nav{
    position: relative;
    height: 0.4rem;
}
.drop_nav a{  
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.drop_nav p.one a{
    padding-left: 0.25rem;
    background: #1B4E9C;
    position: relative;
}
.drop_nav p.one a:before{
    content: "";
    position: absolute;
    right: 0.4rem;
    top: 0.15rem;
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACqSURBVEhL7dTPCoAgDAdgH6Ls/R+iQ8cO0bm/j2P9hAkSU2ytm8IIpPGxOTWmrtoBaQeccxbRSfOL8gC0iB1x/oYRsl20fsFihCpavKeKMYiF0WB/VcM4JBzmAzvEZ5ZD1DBCQmv8lNnUWIorYxKTSKayfI4EeY19QYoxcZ+Zg0sOESHhAsrHNEJZDJuj2sVLY5MB1CNm8YXLPMdU2YTvUPRq159qB1Q7cAMyO7gM41EUSAAAAABJRU5ErkJggg==") center center no-repeat;
    background-size: 0.12rem 0.12rem;
    transform: rotate(-180deg);
    transition: all 0.4s ease-in-out
}
.drop_nav p.one.up a:before{
    transform: rotate(0deg);
}
.drop_nav dl{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9
}
.drop_nav dd a{
    color: rgba(255,255,255,0.7);
    padding-left: 0.6rem;
    background:  rgba(27,78,156,0.9)
}
.drop_nav dd.on a{
    color: rgba(255,255,255,1);
    background:  rgba(27,78,156,1)
}
.news_list_top{
    margin: 0 0.15rem;
    padding: 0.2rem 0 0.22rem 0.77rem;
    position: relative;
    border-bottom: 1px #ededed solid;
    min-height:1rem;
}
.news_list_top .date_pa{
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #83B4DB;
    border-radius: 0.1rem;
    color: #fff;
    text-align: center;
}
.news_list_top .date_pa em{
    line-height: 0.4rem;
    display: block;
    font-size: 0.3rem;

}
.news_list_top .date_pa span{
     border-top: 1px #fff solid;
    font-size: 0.12rem;
    display: block;
    line-height: 0.18rem;
}
.news_list_top h5{
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #333333;
    margin-bottom: 0.06rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list_top p{
    font-size: 0.14rem;
    color: #999999;
    line-height:0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news_list{
    padding: 0 0.15rem;
}
.news_list li{
    border-bottom: 1px #ededed solid;
    padding: 0.15rem 0;
}
.news_list li h5{
    color: #333;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-bottom: 0.08rem;
}
.news_list li span{
    font-size: 0.14rem;
    color: #999;
    display: block;
    line-height: 0.14rem;
}
.more_btn2{
   color: #1B4E9C;
   font-size: 0.16rem;
   line-height: 0.3rem;
   padding:   0.15rem 0;
   display: inline-block;
}
.news_detail{
    padding: 0.22rem 0.15rem 0.32rem;
}
.news_detail h4{
    font-size: 0.2rem;
    color: #333333;
    line-height:0.3rem;
    margin-bottom: 0.08rem
}
.news_detail p.info{
    color: #999;
    font-size: 0.14rem;
    line-height: 0.14rem;
    height: 0.14rem;
}
.news_detail .word{
    padding-top: 0.2rem;
}
.news_detail .word p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
}
.news_detail .word img{
    width: 100%;
    margin-top: 0.16rem;
}
.company{
    padding: 0.15rem;
}
.company img{
    width: 100%;
    margin: 0.15rem 0;
}
.company p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.24rem;
    margin: 0.14rem 0;
}
.company ul li{
    padding: 0.25rem 0 0rem;
    margin-top: 0.25rem;
    border-top: 1px dashed #CCCCCC;

}
.company ul li h5{
    padding-left: 0.12rem;
    position: relative;
    color: #1B4E9C;
    font-size: 0.18rem;
    line-height: 0.18rem;
}
.company ul li h5:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    display: inline-block;
    width: 0.05rem;
    height: 0.05rem;
    background: #1B4E9C;
    border-radius: 100%;
}
.company h6.home_tit{
    padding: 0.1rem 0 ;
    margin-top: 0.1rem;
}
.company h6.home_tit span{
    font-size: 0.16rem;
}
.company h6.home_tit span:before{
    background: #E0E0E0;
}
.company h6.home_tit span:after{
    background: #E0E0E0;
}
.company.culture li:first-child{
    padding-top: 0;
    margin-top: 0.15rem;
    border:none;
}
.company.culture p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.22rem;
    margin: 0;
}
.page_banner{
    height: 1.25rem;
    text-align: center;
    padding-top:0.38rem;
    color: #fff;
}
.page_banner h2{
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom:0.08rem;
}
.page_banner p{
    font-size: 0.14rem;
    line-height: 0.18rem;
}
.page_banner01{
    background: url(../images/page_banner01.png) center center no-repeat;
    background-size: cover;
}
.soft_info_top{
    padding: 0.35rem 0;
    margin: 0 0.15rem;
    border-bottom: 1px #ccc dashed;
    text-align: center;
}
.soft_info_top img{
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.15rem;
}
.soft_info_top p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.18rem;
}
.soft_info{
    padding-top: 0.25rem;
    margin: 0 0.15rem;
}
.soft_info h4{
    color: #333;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    line-height: 0.16rem;
}
.soft_info  p{
    font-size: 0.14rem;
    color: #666;
    line-height: 0.22rem;
}
.page_banner02{
    background: url(../images/page_banner02.png) center center no-repeat;
    background-size: cover;
}
.new_share{
    background: #f5f5f5;
    padding: 0.1rem 0;
}
.new_share dl{
    padding: 0 0.15rem 0.14rem;
    margin-bottom:  0.1rem;
    background: #fff;
}
.new_share dt{
    padding: 0.1rem 0 ;
    margin-bottom: 0.14rem;
    position: relative;
    line-height: 0.28rem;
    border-bottom: 1px #ededed solid;
}
.new_share dt.new{
    padding-left: 0.3rem;
}
.new_share dt b{
    display: inline-block;
    width: 0.23rem;
    height: 0.23rem;
    text-align: center;
    line-height: 0.23rem;
    color: #fff;
    background: #FFB335;
    border-radius: 0.05rem;
    position: absolute;
    left: 0;
    top: 0.12rem;
}
.new_share dt span{
    font-size: 0.18rem;
    color: #333;
    display: inline-block;
}
.new_share dt em{
    font-size: 0.14rem;
    color: #999;
    margin-left: 0.08rem;
}
.new_share dd{
    display: inline-block;
    width: 50%;
    line-height: 0.25rem;
    color: #9B9B9B;
}
.new_share dd span{
    color: #333
}
.table_style1{
    table-layout: fixed;
}
.table_style1.border{
    border-left: 1px #ededed solid;

}
.table_style1.color3 td{
    color: #333
}
.table_style1.border th,
.table_style1.border td{
    border-right: 1px #ededed solid
}
.table_style1 th{
  color: #999999;
  line-height: 0.2rem;
  padding: 0.1rem 0.05rem;
  background: #F9FAFB;
  font-size: 0.12rem;
  text-align: center;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
  vertical-align: middle;
}
.table_style1 td{
    text-align: center;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.2rem;
    padding: 0.1rem ;
    border-bottom: 1px #ededed solid;
    vertical-align: middle;
    word-wrap: break-word
}
.table_style1 td p{
    text-align: left;
}
.gq_page .p1{
    padding: 0.15rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
    color: #333333;
}
.figure{
    padding: 0 0.15rem 0.2rem;
}
.figure h3{
    text-align: center;
    margin: 0.28rem 0 0.15rem;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #1B4E9C;
}
.figure .p1{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    margin-top: 0.15rem;
}
h4.tit_h4{
    padding-left: 0.15rem;
    position: relative;
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin: 0.23rem 0 0.15rem;
}
h4.tit_h4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.04rem;
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    background: #1B4E9C;
    border-radius: 100%;
}
.rule_list li{
    padding: 0.18rem 0.15rem;
    padding-left: 0.68rem;
    position: relative;
    border-bottom: 1px #ededed solid;
    min-height: 0.33rem;
}
.rule_list li img{
    position: absolute;
    height: 0.33rem;
    width: 0.33rem;
    top: 50%;
    margin-top: -0.15rem;
    left: 0.15rem;
}
.rule_list li h4{
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.16rem;
    margin-bottom: 0.05rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rule_list li a{
    color: #999999;
    font-size: 0.12rem;
    line-height: 0.12rem;
    display: block;
}
.rule_list li span{
     color: #999999;
    font-size: 0.14rem;
    line-height: 0.14rem;
    display: block;
}
.rule_list.no_img li{
    padding-left: 0.15rem;
}
.page_banner03{
    background: url(../images/page_banner03.png) center center no-repeat;
    background-size: cover;
}
.page_banner04{
    background: url(../images/page_banner04.png) center center no-repeat;
    background-size: cover;
}
.page_banner05{
    background: url(../images/page_banner05.png) center center no-repeat;
    background-size: cover;
}
.gq_page{
    padding-bottom: 0.2rem;
}
.tz_box{
    padding: 0 0.15rem 0.2rem;
}
.tz_box table td:last-child{
    color: #D62222;
}
.contact{
    padding: 0 0.15rem 0.2rem;
}
.contact .table_contact{
    border:1px #ededed solid;
    margin-top: -1px;
    height: 0.8rem;
    position: relative;
    display: table;
}
.contact .table_contact th,
.contact .table_contact td{
    border-bottom: 1px #ededed solid;
    height: 0.95rem;
    vertical-align: middle;
}
.contact .table_contact th{
    text-align: center;
    background: #f9fafb;
    width: 0.77rem;
}
.contact .table_contact img{
    width: 0.3rem;
    height: 0.3rem;
}
.contact .table_contact td{
    padding:0 0.1rem;
}
.contact .table_contact td span{
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.22rem;
    display: block;
    margin-bottom: 0.05rem;
}
.contact .table_contact td p{
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.2rem;
}
.address_list li:before{
    content: "";
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -0.16rem;
    display: inline-block;
    background: url(../images/map_icon1.png) center center no-repeat;
    background-size: 0.2rem 0.2rem;
    width: 0.33rem;
    height: 0.33rem;
}
.search_address{
    padding:  0.1rem 0.15rem;
    border-bottom: 1px #ededed solid;
    
}
.search_address .cont{
    border:1px #ccc solid;
    border-radius:0.05rem;
    line-height: 0.3rem;
    height: 0.3rem;
    position: relative;
    padding-left: 0.9rem;
    padding-right: 0.65rem;
}
.search_address span{
    position: absolute;
    display: inline-block;
    width: 0.8rem;
    left: 0;
    top: 0;
    height: 0.3rem;
    text-align: center;
    font-size: 0.14rem;
    color: #1B4E9C;
    padding-right: 0.2rem;
    border-right: 1px #ccc solid
}
.search_address span:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE2SURBVFhH7ZaxDsFQFIbFxs7SIhESu414hd5oOngCL2AwegQG471tYrNIeAmJZxBPwKxTOSdUDCJ677kYTpMmTXv//3z9htvmcnywATbABtgAG2ADf2nAFWrmePLyjdP15DSzhMnkkneEXFkHhBk4KzMgBtxgWYC329qCxG6coQWXhhqBKgHg3gLkHruN4NKw44dNADwSQh6xkwQuLan6URcAzwSQ56oIO6RwD5OeCgAwMYCErAqswKWlsP2MdAExaxXuYVLIeWZIyHwFDofc9ki1/hgS1mrvdbpv1R5uigC4+wByh2t15xjl6v1FGQAPbyAPuMZoiGm45kctADy9gDzhM9N+knxFhD0AjJ8gY7xHUk5VAt/VwX2PTPCaqpe0B/5+xniSlnIZG2ADbIANsAE28FMDV/295b4RtQFIAAAAAElFTkSuQmCC") center center no-repeat;
    background-size: 0.1rem 0.1rem

}
.search_address a.btn{
    position: absolute;
    right: 0;
    top: -1px;
    display: inline-block;
    width: 0.65rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: #1B4E9C;
    color: #fff;
    border-top-right-radius:0.05rem;
    border-bottom-right-radius:0.05rem;
}
.search_address input{
    border:none;
    line-height: 0.28rem;
    height: 0.28rem;
    outline: none;
    display: block;
    width: 100%
}
.search_address .cont ul{
    width: 0.8rem;
    position: absolute;
    left: -1px;
    top: 0.28rem;
    z-index: 99;
    background: #fff;
    border:1px #ccc solid;
    height: 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.search_address .cont ul li{
    padding: 0.05rem;
    border-bottom: 1px #eee solid
}
.search_address .cont ul a{
    line-height:  0.22rem;
    display: block;
    text-align: center;
    color: #666;
}
.search_address .cont ul a.on{
    color: #1B4E9C
}
.tab_nav{
    margin: 0.1rem 0.15rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    border: 1px #ccc solid;
    border-radius: 0.2rem;
    overflow:hidden;
}
.tab_nav a{
    flex: 1;
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    border-right: 1px #ccc solid;
    line-height: 0.3rem;
    height: 0.3rem;
    text-align: center;
    color: #666666;
    font-size: 0.15rem;
}
.tab_nav a:last-child{
    border-right: none;
}
.tab_nav a.on{
    background: #1B4E9C;
    color: #fff
}
.report{
    padding-top: 0.1rem;
    background: #f5f5f5;
}
.report ul{
    background: #fff;
    padding:0 0.15rem;
}
.report ul li,
.report.report2 ul li:first-child{
    border-bottom: 1px #ededed solid;
    padding: 0.16rem 0;
    padding-left: 0.77rem;
    position: relative;
    min-height: 1.1rem;
}

.report ul li h4,
.report.report2 ul li:first-child h4{
    line-height: 0.25rem;
    font-size: 0.16rem;
    color: #333333;
    padding-bottom: 0.08rem;
    border-bottom: 1px #ccc dashed
}
.report ul li p{
    line-height: 0.18rem;
    font-size: 0.12rem;
    margin-top: 0.08rem;
    color: #999999;
}
.report ul li .pa_img{
    position: absolute;
    left: 0;
    top: 0.16rem;
    background: url(../images/report_imgbg.png) right bottom no-repeat;
    background-size: 0.6rem auto;
    width: 0.6rem;
    height: 0.75rem;
}
.report ul li .pa_img img{
    width: 0.55rem;
    height: 0.7rem;
}
.report.report2 ul li{
    padding-left: 0;
    min-height: auto;
}
.report.report2 ul li h4{
    border-bottom: none;
    padding-bottom: 0;
}
.map_cont{   
    width: 100%;
}
.map_cont img.map_img{
    width: 100%;
    height: 100%;
}
/*.map_cont1{
     height: 25%;
}*/
.yy_detail{
    padding-top: 0;
    background: #fff;
}
.yy_detail ul li{
    min-height: 1.57rem;
    border:none;
    padding-left: 0;
}
.yy_detail  ul li .pa_img,
.yy_detail  ul li .pa_img img{
    width:0.83rem;
    height: 1.25rem;
    background: none;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    top: 0;
    left: 0
}
.yy_detail li h4{
    margin-left: 1rem;
}
.yy_detail ul li div.info_div{
    line-height: 0.2rem;   
    color: #666;
    margin-top: 0.1rem;
}
.yy_detail ul li div.off{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.page_banner06{
    background: url(../images/page_banner06.png) center center no-repeat;
    background-size: cover;
}
.img_page{
    padding:0.3rem 0.15rem;
}
.img_page img{
    width: 100%;
}

.map_address .map{
    position: relative;
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
}
.map_address .bot_info p{
    padding-left: 30px;
    color: #555;
    font-size: 16px;
    line-height: 5px;
}
.map_address p.p1{
    background:url(../images/contact_icon.png) left 10px no-repeat;
}
.map_address p.p2{
    background:url(../images/contact_icon.png) left -16px no-repeat;
}
.map_address p.p3{
    background:url(../images/contact_icon.png) left -43px no-repeat;
}

/**新加样式2017-10-31*/
.hd_box{
    padding: 0.1rem 5%;
}
.hd_box h4.tit{
    text-align: center;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.14rem;
    margin: 0.15rem 0;
    font-weight: bold;
}
.hd_box li{
    box-shadow: 0 0.01rem 0.1rem 0.02rem rgba(0,0,0,0.2);
    background: #fff;
    overflow: hidden;
    border-radius: 0.05rem;
    margin-bottom: 0.2rem;
}
.hd_box img{
    width: 100%;
}
.hd_box .info{
    padding: 0.1rem 0.15rem;
}
.hd_box .info h4{
    font-size: 0.14rem;
    color: #333;
    line-height: 0.26rem;
}
.hd_box .info p{
    font-size: 0.12rem;
    color: #666;
}
.hd_box .img_box{
    position: relative;
}
.hd_box .pa_div{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
}
.hd_box .pa_div p{
    text-align: center;
    font-size: 0.16rem;
    color: #f9f9f9;
    position: absolute;
    top: 50%;
    height: 0.3rem;
    margin-top: -0.15rem;
    line-height: 0.15rem;
    width: 100%;
}

/*** 171101 新手专享3****/
.hd_box2{
    background: #ff016d;
    padding-bottom: 0.01rem;
}
.hd_box2 .top_bg img{
    width: 100%;
}
.hd_box2 .info_box1{
    width: 80%;
    padding: 0.01rem 0.18rem 0.15rem;
    background: #ffd9a2;
    margin: -0.2rem auto 0;
    border-radius: 0.1rem;
    position: relative;
    z-index: 9
}
.hd_box2 .info_box1 h4{
    margin: 0.1rem 0;
    font-size: 0.14rem;
    font-weight: bold;
    color: #b8681f;
    text-align: center;
    line-height: 0.24rem;
    position: relative;
}
.hd_box2 .info_box1 h4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.12rem;
    width: 30%;
    background: #b8681f;
    height: 0.01rem;
}
.hd_box2 .info_box1 h4:after{
    content: "";
    position: absolute;
    right:  0;
    top: 0.12rem;
    width: 30%;
    background: #b8681f;
    height: 0.01rem;
}
.hd_box2 .info_box1 p{
    font-size: 0.14rem;
    color: #b8681f;
    line-height: 0.22rem;
}
.hd_box2 .info_box1 p a{
    color: #ff016d;
    text-decoration: underline;
    margin:0 0.02rem;
}
.hd_box2 .info_box2{
    width: 80%;
    padding: 0.2rem 0.18rem 0.15rem;
    background: #fff6f5;
    margin: 0.15rem auto ;
    border-radius: 0.1rem;
}

.hd_box2 .info_box2 .fl{
    width: 50%;
    position: relative;
}
.hd_box2 .info_box2 .fl:after{
    content: "";
    position: absolute;
    right: 0;
    width: 0.01rem;
    height: 0.4rem;
    bottom: 0.05rem;
    background: #e5e5e5;
}
.hd_box2 .info_box2 .fl p{
    color: #fa2a45;
    font-size: 0.18rem;
    line-height: 0.28rem;
}
.hd_box2 .info_box2 .fl p em{
    font-size: 0.36rem;
}
.hd_box2 .info_box2 .fr p{
    color: #666;
    font-size: 0.14rem;
     line-height: 0.34rem;
}
.hd_box2 .info_box2 span{
    color: #999;
    font-size: 0.12rem;
}
.hd_box2 .info_box2 a{
    margin: 0.2rem auto 0;
    width: 80%;
    display: block;
    border-radius: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
     background: -webkit-linear-gradient(left, #fa2945 , #f69100); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f69100, #fa2945); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f69100, #fa2945); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fa2945 , #f69100); /* 标准的语法 */
}
.wlb_box_top img{
    width: 100%
}
.wlb_tit1{
    background: url(../images/wbl_bg1.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #c8f2ff;
    font-size: 0.14rem;
    line-height: 0.36rem;
    height: 0.36rem;
}
.wlb_wp{
    background: url(../images/wbl_bg2.jpg) center center no-repeat;
    background-size: cover;   
}
.wlb_box{
    width: 90%;
    padding: 0.05rem;
    margin: 0 auto;
    background: url(../images/wlb_bg3.png) center top no-repeat;
    background-size: 100% auto;
}
.wlb_cont{
    background: #fff;
    padding: 0.15rem 0.3rem;
    position: relative;
    box-shadow: 0 0 0.08rem 0.03rem rgba(69,189,238,0.4) inset;
    min-height: 0.85rem;
    margin-bottom: 0.15rem;
}
.wlb_cont:last-child{
    border-bottom-left-radius: 0.1rem;
     border-bottom-right-radius: 0.1rem;
}
.wlb_cont h4{
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.05rem;
}
.wlb_cont p{
    color: #999;
    font-size: 0.14rem;
    line-height: 0.22rem;
}
.wlb_cont img.icon{
    width: 0.85rem;
    height: 0.85rem;
    top: 50%;
    margin-top: -0.42rem;
    position: absolute;
}
.wlb_cont img.pa_icon{
    width: 0.12rem;
    top: -0.35rem;
    position: absolute;
    z-index: 99;
}
.wlb_cont.cont1{
    padding-right: 1.3rem;
}
.wlb_cont.cont1 img.icon{
    right: 0.3rem;
}
.wlb_cont.cont1 img.pa_icon{
    right:   0.1rem;
}
.wlb_cont.cont2{
    padding-left: 1.3rem;
}
.wlb_cont.cont2 img.icon{
    left: 0.3rem;
}
.wlb_cont.cont2 img.pa_icon{
    left:   0.1rem;
}


.shade_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
}

/*20180529 add css*/
.cd_box{ padding: 0.2rem 0.15rem 0;}
.coud_con{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 18px rgba(204,204,204,0.5);
}
.coud_con b{
	display: block;
	width: 100%;
	color: #333;
	font-size: 0.16rem;
	padding: 0 0.15rem;
	line-height: 0.5rem;
	border-top: 1px solid #f0f0f0;
}
.cd_box em{
	display: block;
	font-size: 0.17rem;
	color: #666;
	text-align: center;
	line-height: 0.3rem;
	padding-bottom: 0.07rem;
}
.bgfff{ background: #fff;}
.coud_con span img{
	height: 0.94rem;
}
.coud_con span{
	width: 100%;
	margin: 0.13rem 0;
	text-align: center; 
	display: inline-block;}
.set_text p{
	display: block;
	color: #999;
	line-height: 0.21rem;
	padding: 0.15rem 0;
}
.new_coud{ padding-bottom: 0.28rem;}
/*20180607 add css*/
.popup_fix{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}
.z-coud{
	margin: 0 auto;
	top: 50%;
	left: 50%;
	width:2.3rem;
	margin-left: -1.15rem;
	margin-top: -1.12rem;
	position: absolute;
	background: #fff;
	border-radius: 5%;
	padding: 0.15rem;
	text-align: center;
}
.z-coud img{ width: 100%;}
.z-coud span{
	display: inline-block;
}
.z-coud b{
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 0.2rem;
	padding-bottom: 0.15rem;
}
.close_but{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.35rem;
	height: 0.35rem;
	background: url(../images/close.jpg) no-repeat;
	background-size: 0.35rem 0.35rem;
}
/*20180608 add css向下进入*/
@-webkit-keyframes fadeInDown { 
	0% {
	 opacity: 0;
	 -webkit-transform: translate3d(0, -100%, 0);
	 transform: translate3d(0, -100%, 0)
	}
	 100% {
	 opacity: 1;
	 -moz-opacity: 100;
	 filter: alpha(opacity=100);
	 -webkit-transform: none;
	 transform: none
	}
	}
	 @keyframes fadeInDown { 
	 	0% {
	 opacity: 0;
	 -webkit-transform: translate3d(0, -100%, 0);
	 transform: translate3d(0, -100%, 0)
	}
	 100% {
	 opacity: 1;
	 -webkit-transform: none;
	 transform: none
	}
}

.popup_fix {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.popup_fix.act{
	-webkit-animation: fadeInDown .8s ease-in-out forwards;
	-moz-animation: fadeInDown .8s ease-in-out forwards;
	-ms-animation: fadeInDown .8s ease-in-out forwards;
	animation: fadeInDown .8s ease-in-out forwards;
}
.popup_fix.act{
	-webkit-animation-delay: .15s;
	-moz-animation-delay: .15s;
	-ms-animation-delay: .15s;
	animation-delay: .15s;
}

/*20180817 add css*/
.down_sw_box{ padding: 0.15rem 0 0.15rem 0.15rem;}
.sw_mess{ padding: 0.15rem 0 0.3rem;}
.sw_mess dd{
	float: left;
	padding-left: 0.75rem;
	left:0;
	position:relative;
}
.sw_mess dd img{
	position: absolute;
	left:0;top:0.03rem;
	width:0.6rem;
	height:0.6rem;
}
.sw_mess dt{ float: right; text-align: right; padding: 0.2rem 0.15rem 0 0;}
.sw_mess dd b,.sw_mess dd p,.down_txt b,.down_txt p{ display: block;}
.sw_mess dd b{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.25rem;
}
.sw_mess dd p,.down_txt p{
	color: #666;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.down_but{
	display: inline-block;
	color: #fff;
	font-size: 0.14rem;
	width: 0.8rem;
	height: 0.3rem;
	line-height: 0.3rem;
	background: #1B4E9C;
	border-radius: 0.05rem;
	text-align: center;
}
.cp_show{
	padding: 0.16rem 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc; 
	overflow-x: auto;
	overflow-y: hidden;
	white-space:nowrap;
	display: flex;
	
}
.cp_show span{
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
     flex-shrink: 0; 
	display: inline-block;
	width: 1.46rem;
	height: 2.6rem;
	float: left;
	margin-right: 0.1rem;
}
.cp_show span img{ width: 100%;}
.b_dashed{ border-bottom: 1px dashed #ccc; }
.down_txt{ padding: 0.15rem 0.15rem 0.15rem 0}
.down_txt b{
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.set_lh p{ line-height: 0.2rem;}
