@charset "utf-8";body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,big,em,font,img,strong,tt,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,table,caption {
    padding: 0;
    margin: 0;
    border: 0
}

html {
    width: 100%;
    min-height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    font-size: 12px;
    font-family: "Hiragino Sans GB","Helvetica Neue","Helvetica",'\5FAE\8F6F\96C5\9ED1','\5b8b\4f53',tahoma,arial,sans-serif;
    color: #333
}

button,input,select,textarea {
    font-family: "Hiragino Sans GB","Helvetica Neue","Helvetica",'\5FAE\8F6F\96C5\9ED1','\5b8b\4f53',tahoma,arial,sans-serif;
    outline: 0;
    -moz-outline: 0;
    padding: 0;
    margin: 0
}

button,input {
    border: 0
}

a,button,.btn {
    cursor: pointer;
    text-decoration: none
}

ol,ul,li {
    list-style: none
}

li {
    vertical-align: text-top
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

em,i {
    font-style: normal
}

.clear {
    clear: both;
    zoom:1}

.clear:before,.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom:1}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height:.88rem;
    padding: 0 .3rem;
    background: #FFFFFF;
    border-bottom: .02rem solid #F7F7F7;
    box-sizing: border-box
}
.header .logo{
    height: 0.6rem;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .dropdown{
    width: .34rem;
    height: .34rem;
    background: url("/skin/m/images/search.png") no-repeat center;
}
.toSearch {
    display: flex;
    width: 100%;
    padding: 0 .3rem;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F7;
    position: relative;
    height: 0rem;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box
}

.toSearch .c_box {
    display: flex;
    width: 100%;
    background: #fff
}

.toSearch .c_box input {
    width: 6rem;
    height: 0.6rem;
    font-size: .25rem;
    border: none;
    padding-left: 0.2rem;
    color: #666
}

.toSearch .search_btn {
    width: 0.34rem;
    height: 0.34rem;
    background: url("/skin/m/images/search.png") no-repeat;
    background-size: 0.34rem 0.34rem;
    margin-right: 0.34rem;
    position: absolute;
    right: 0.1rem
}
.nav {
    height: 0.88rem;
    font-size: .26rem;
    position: relative;
    background-color: #3D7EFF
}

.nav .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.nav .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto
}

.nav .swiper-wrapper .swiper-slide a {
    color: #fff;
    font-size: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 .3rem;
    font-weight: 800;
}
.common_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
}
.common_title .tit{
    display: flex;
    align-items: center;
    font-size: .36rem;
    font-weight: 800;
    color: #333333;
}
.common_title .tit::before{
    display: block;
    content: "";
    width: .16rem;
    height: .34rem;
    margin-right: .1rem;
    background: url("/skin/m/images/title2.png") no-repeat center;
    background-size: 100% 100%;
}
.common_title .more{
    display: flex;
    align-items: center;
    font-size: .26rem;
    font-weight: 500;
    color: #666666;
}
.common_title .more::after{
    content: "";
    width: .13rem;
    height: .2rem;
    margin-left: .1rem;
    background: url("/skin/m/images/more.png") no-repeat center;
    background-size: 100% 100%;
}

.bread {
    width: 100%;
    height: 0.73rem;
    display: flex;
    line-height: 0.73rem;
    box-sizing: border-box;
    padding: 0 0.26rem;
    position: relative;
    background-color: #f6f6f6;
    font-size: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bread a {
    position: relative;
    display: inline-block;
    font-size: .24rem;
    color: #888;
    padding-right: .3rem;
}
.bread a:nth-last-of-type(1){
    color: #3D7EFF;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bread a::after{
    content: "";
    position: absolute;
    top: 0.27rem;
    right:.1rem;
    width: 0.12rem;
    height: 0.18rem;
    background-image: url("/skin/m/images/bread_point.png");
    background-repeat: no-repeat;
    background-size: 0.12rem 0.18rem
}
.bread a:nth-last-of-type(1)::after{
    background-image:unset;
}
.footer {
    width: 100%;
    background-color: #F5f5f5
}
.foot_box2 {
    display: flex
}
.foot_box2 .back_home {
    width: 50%;
    color: #666;
    font-size: .32rem;
    display: flex;
    color: #666;
    height: 1.12rem;
    line-height: 1.12rem;
    justify-content: center;
    align-items: center;
    position: relative
}
.foot_box2 .back_home::after {
    content: "";
    width: 0.02rem;
    height: 0.34rem;
    background: #e2e2e2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block
}
.foot_box2 .back_top {
    width: 50%;
    color: #666;
    font-size: .32rem;
    display: flex;
    color: #666;
    height: 1.12rem;
    line-height: 1.12rem;
    justify-content: center;
    align-items: center;
    position: relative
}
.foot_box2 span {
    margin-right: .2rem
}

.foot_box2 span.icon_sprites_home {
    width: 0.32rem;
    height: 0.36rem;
    background-position: -4.43rem -1.49rem;
    background-image: url("/skin/m/images/icon_sprites.png");
    background-repeat: no-repeat;
    background-size: 5.16rem 3.94rem
}

.foot_box2 span.icon_sprites_back {
    background-image: url("/skin/m/images/icon_sprites.png");
    background-repeat: no-repeat;
    background-size: 5.16rem 3.94rem;
    width: 0.36rem;
    height: 0.36rem;
    background-position: -4.05rem -1.49rem
}