body,
ul,
p,
li,
a,
span,
div,
img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: left;
    font-family: Microsoft Yahei, STHeiti, Arial;
}

li {
    list-style: none;
}

a,
a:visited {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

.fullScreen {
    height: 100%;
    width: 100%;
}

.cf:after {
    clear: both;
    content: "";
    display: table;
}

.cf:after {
    clear: both;
    content: "";
    display: table;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p-12 {
    font-size: 12px;
}

.p-14 {
    font-size: 14px;
}

.p-16 {
    font-size: 16px;
}

.p-20 {
    font-size: 20px;
}

.p-24 {
    font-size: 24px;
}

.p-32 {
    font-size: 32px;
}
.p-40 {
    font-size: 40px;
}

.p-64 {
    font-size: 64px;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.block {
    display: block;
}

.mcm {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.acm {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vh-father {
    display: table;
    text-align: center;
    width: 100%;
}

.vh-p {
    display: table-cell;
    vertical-align: middle;
}

.bgImg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.textCenter {
    text-align: center;
}


/* 滚动条整体部分width,height,background,border *****************************chrome*/

.Liz-scroll::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}


/* 滚动条两端的按钮。可以用display:none让其不显示 */

.Liz-scroll::-webkit-scrollbar-button {
    display: none;
}


/*   内层轨道，滚动条中间部分（除去） */

.Liz-scroll::-webkit-scrollbar-track-piece {
    background: #C0C0C0;
}


/*  滚动条里面可以拖动的那部分 */

.Liz-scroll::-webkit-scrollbar-thumb {
    background: #e45970;
    border-radius: 4px;
}

.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
    float: left;
    position: relative;
}

.row {
    width: 100%;
    height: 100%;
}

.row:after {
    clear: both;
    content: "";
    display: table;
}


/*// 自适应，所有网页的布局可最多可分为12列*/


/*// 平板-small*/

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}

.col-sm-offset-12 {
    margin-left: 100%;
}

.col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.col-sm-offset-9 {
    margin-left: 75%;
}

.col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-6 {
    margin-left: 50%;
}

.col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.col-sm-offset-0 {
    margin-left: 0;
}


/*// pc端 medium*/

@media (min-width: 768px) {
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.h0{
	height:0;
}
.h150{
	height:150px;
}
.h120{
	height: 120px;
}
.h170{
	height: 170px;
}
.h50{
	height: 50px;
}
#sectionWapper{
	position: relative;
}
.fullContainer{
	min-width: 1200px;
	width: 100%;
	overflow-x: hidden;
}
.container{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
    overflow: hidden;
}
#footer{
	width: 100%;
}
.header{
    margin: 16px 0;
}
.headerContact{
    width: 285px;
    margin-top: 30px;
    text-align: right;
    color: #fff;
}
.footer{
	color: #fff;
    margin: 42px 0;
}


.navBar{
	background: #fff;
    width: 100%;
}
.navBarSecend{
	background: #ffebee;
	line-height: 50px;
    width: 100%;
    overflow: hidden;
    transition:height ease 0.3s;
}
.navList{
	line-height: 50px;
	height: 50px;
	display: flex;
	position: relative;
}
.navList>li{
	flex:auto;
	cursor: pointer;
	z-index: 1;
}
.underLine{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 113px;
    z-index: 0;
}
.navBarSecend>div{
	text-align: left;
}
.navBarSecend a{
	display: inline-block;
	width:250px;
	text-align: left;
    padding: 30px 0;
}
.navBarSecend a div{
	height: 30px;
	line-height: 30px;
}
.navBarSecend a div:last-child{
	color: #c1b8ba;
}
/*内容从下往上滑出*/

.animation-slide-up {
    animation: ani-slide-up 1.2s cubic-bezier(0, 0, 0.18, 0.8) both;
    position: relative;
}

@keyframes ani-slide-up {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

.secendNavBar{
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.secendNavBar .secendNavList{
    position: relative;
    font-size: 0;
    height: 50px;
}

.secendNavBar .secendNavList>li{
	float: left;
	width: 150px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
    height: 100%;
}

.secendContent{
	margin-bottom: 40px;
}
.p-BigTitle{
	text-align: left;
	height: 170px;
    padding: 50px 0;
}
.p-BigTitle>p:first-child{
	font-size: 32px;
	color: #e45970;
}
.p-BigTitle>p:last-child{
	font-size: 24px;
	color: #ded7da;
}
.secendNavunderLine{
	position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 150px;
    z-index: 0;
    border-bottom: 1px solid #e45970;
}
.pages li:hover,.pages li:hover a,.page.active a{
	background-color:#e45970;
	color: #ffffff;
}

/*# sourceMappingURL=vendor.css.map*/