html,
body,
div,
ul,
ol,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
dd,
dt,
header,
section,
input,
i {
    margin: 0;
    padding: 0;
    font: 10px/1.5 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif, \5b8b\4f53;
    color: #333;
}

html,
body {
    width: 100%;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

a {
    color: #2F3545;
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    outline: none;
    border: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .8rem;
}

i {
    font-style: normal;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.ovh {
    overflow: hidden;
}

.flex1 {
    flex: 1;
}

.flexBetween {
    justify-content: space-between;
}

.flexCenter {
    justify-content: center;
}

.flexAround {
    justify-content: space-around;
}

.flexEnd {
    justify-content: flex-end;
}

.flexColumn {
    flex-direction: column;
}

.icon20 {
    width: 1rem;
    height: 1rem;
}

.icon32 {
    width: 1.6rem;
    height: 1.6rem;
}

.icon40 {
    width: 2rem;
    height: 2rem;
}

.icon48 {
    width: 2.4rem;
    height: 2.4rem;
}

.icon56 {
    width: 2.8rem;
    height: 2.8rem;
}

.icon64 {
    width: 3.2rem;
    height: 3.2rem;
}
.icon72{
	width: 3.6rem;
	height: 3.6rem;
}
.icon96 {
    width: 4.8rem;
    height: 4.8rem;
}

.icon112 {
    width: 5.6rem;
    height: 5.6rem;
}

.icon128 {
    width: 6.4rem;
    height: 6.4rem;
}

.icon160 {
    width: 8rem;
    height: 8rem;
}

.fs10 {
    font-size: 1rem;
}

.fs12 {
    font-size: 1.2rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.colorBlue {
    color: #17A1E6;
}

.colorRed {
    color: #FF4444;
}
.linehei88{
    line-height: 4.4rem;
}
.colorOrange {
    color: #F16324;
}

.colorfff {
    color: #fff;
}

.backFFF {
    background: #fff;
}

.backeee {
    background: #eee;
}

.backf8 {
    background: #f8f8f8;
}

.backLB {
    background: rgba(23, 161, 230, .1);
}

.backBlue {
    background: #17A1E6;
}

.mt2 {
    margin-top: .2rem;
}
.mt3 {
    margin-top: .3rem;
}
.mt4 {
    margin-top: .4rem;
}
.mt6 {
    margin-top: .6rem;
}

.mt8 {
    margin-top: .8rem;
}

.mt12 {
    margin-top: 1.2rem;
}

.mt16 {
    margin-top: 1.6rem;
}

.mt24 {
    margin-top: 2.4rem;
}

.ml4 {
    margin-left: .4rem;
}

.ml8 {
    margin-left: .8rem;
}

.ml16 {
    margin-left: 1.6rem;
}

.fwBold {
    font-weight: bold;
}

.bor {
    border-radius: .4rem;
}

.bor8 {
    border-radius: .8rem;
}

.mAuto {
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}
.algincen{
    align-items: center;
}
.textIndent {
    text-indent: 2.8rem;
}
.mtwid160{
    width: 8rem;
}
.mthei80{
    height: 4rem;
}
.line {
    width: 100%;
    height: .8rem;
    background: #F8F8F8;
}

.line8 {
    width: 100%;
    height: .8rem;
    background: #F8F8F8;
}

.padding16 {
    padding: 1.6rem;
}

.padding8 {
    padding: .8rem;
}

.padding725 {
    padding: .7rem 2.5rem;
}

.paddingtb4 {
    padding: .4rem 1.6rem;
}

.paddinglr8 {
    padding: 0 .8rem;
}
.paddinglr16 {
    padding: 0 1.6rem;
}
.paddingtb16 {
    padding: 1.6rem 0;
}

.paddingtb8 {
    padding: .8rem 0 1.2rem;
}

.padding816 {
    padding: .8rem 1.6rem;
}

.padBot5 {
    padding-bottom: 5rem;
}

.padBot76 {
    padding-bottom: 7.6rem;
}

.padding1316 {
    padding: 1.3rem 1.6rem;
}

.width100 {
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textJus {
    /*text-align: justify;*/
    width: 9rem;
}


/*.textJus:after{
	content: " ";
	display: inline-block;
	width: 100%;
}*/

.width244 {
    width: 24.4rem;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 1.2rem
}

::-moz-placeholder {
    color: #999;
    font-size: 1.2rem
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #999;
    font-size: 1.2rem
}


/* ie */

input:-moz-placeholder {
    color: #999;
    font-size: 1.2rem
}

.fixedBox,
.fixedBox1,
.fixedBox2,
.fixedBox3 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .21);
    position: fixed;
    left: 0;
    top: 4.4rem;
    display: none;
    z-index: 999;
}

.fixedBox.active {
    display: block;
    top: 8.8rem;
}

.addressBox {
    width: 100%;
    height: 30rem;
    background: #fff;
}

.fixedLeft,
.fixedRight {
    overflow-y: scroll;
}

.fixedLeft li a,
.fixedRight li a {
    display: block;
    font-size: 1.8rem;
    color: #999;
    width: 14.8rem;
    padding-left: 3.2rem;
    height: 4.4rem;
    line-height: 4.4rem;
}

.fixedLeft li a.active {
    background: #F8F8F8;
    color: #333;
}

.fixedRight ul {
    display: none;
}

.fixedRight ul.active {
    display: block;
}

.fixedRight li a {
    width: 19.5rem;
    text-align: center;
    padding-left: 0;
}

.fixedRight li a.active {
    color: #17A1E6;
}

.block {
    display: block;
}

.lineHeight32 {
    line-height: 3.2rem;
}

.borBot {
    border-bottom: .1rem solid #eee;
}
.index_banner {
    width: 34.3rem;
    height: 14.8rem;
    margin:1.1rem auto;
}

.swiper-containerindex {
    width: 34.3rem;
    height: 14.8rem;
}

.swiper-containerindex .swiper-wrapper {
    width: 34.3rem;
    height: 14.8rem;
    border-radius: 0.8rem;
}

.swiper-containerindex .swiper-wrapper img {
    width: 34.3rem;
    height: 14.8rem;
    border-radius: 0.8rem;
}
.swiper-paginationindex{
    left: 40% !important;
}
.swiper-paginationindex .swiper-pagination-bullet-active{
    background-color: #fff !important;
} 
.swiper-paginationindex .swiper-pagination-bullet{
    width: 0.8rem;
    height: 0.8rem;
}  
html,body{
    width:100vw;
    overflow-x:hidden;
}
.ggaobox{
    width:100%;
    overflow-x:hidden;
    box-sizing: border-box;
}
.pic_row{
    margin-top: 0px !important;
}
.boxanone>a:last-child{
    border-bottom:none;
}
.line12{
    width: 100%;
    height: 1.2rem;
    background: #F8F8F8;
}
.indtitle {
    padding-left: 1.4rem;
    position: relative;
    margin-top: -0.5rem;
    color: #3C3C3D;
}
.indtitle::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 1.6rem;
    background: #17A1E6;
    border-radius: 0.3rem;
    top: 0.6rem;
    left: 0.2rem;
}