*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
}



.banner{
	width: 100%;
}


.banner1{
	width: 100%;
	height: 113px;
	background: url(../images/banner_1.jpg) no-repeat center top;
}

.banner2{
	width: 100%;
	height: 125px;
	background: url(../images/banner_2.jpg) no-repeat center top;
}

.banner3{
	width: 100%;
	height: 125px;
	background: url(../images/banner_3.jpg) no-repeat center top;
}

.banner4{
	width: 100%;
	height: 125px;
	background: url(../images/banner_4.jpg) no-repeat center top;
}

.banner5{
	width: 100%;
	height: 100px;
	background: url(../images/banner_5.jpg) no-repeat center top;
	position: relative;
}

.banner5 .banner51{
	width: 180px;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: -70px;
	background: url(../images/banner_51.jpg) no-repeat;
}



.big-title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #333333;
	font-size: 60px;
	font-weight: bold;
	margin-top: 50px;
}


.big-title span{
    color: #FE4F3C;
}


.big-title i{
	padding: 0 30px 0 30px;
	vertical-align: top;
}

.big-title img{
	display:inline-block;
}

.pk{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
}


.pkleft{
	width: 600px;
	background: #EEEEEE;
	padding-bottom: 40px;
}


.pkright{
	width: 600px;
	background: #FCECC8;
	padding-bottom: 40px;
}


.pk_lbox{
	width: 100%;
}

.pk_lbox dl{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 18px;
}


.pk_lbox dl dd{
	width: 276px;
	height: 64px;
	background: #DCDCDC;
	border-radius: 6px;
	margin: 20px 0 0 30px;
	line-height: 64px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #494949;
}


.pk_lbox dl dt{
	margin-right: 30px;
}



.pk_rbox dl{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 18px;
}


.pk_rbox dl dd{
	width: 276px;
	height: 64px;
	background: #FEB71F;
	border-radius: 6px;
	margin: 20px 30px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #494949;
	line-height: 26px;
	box-sizing:border-box;
	padding: 5px 16px;
}


.pk_rbox dl dd span{
	color: #fff;
}

.pk_rbox dl dt{
	margin-left: 30px;
}





.zixuns{
	width: 770px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
}


.zixuns p{
	width: 360px;
	height: 65px;
	background:linear-gradient(to left,#FE4447,#FE6925);
	border-radius: 32px;
	line-height: 65px;
	text-align: center;
}


.zixuns p a{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}



.pink{
	width: 100%;
	background: #FFF8F2 url(../images/pinkbg.jpg) no-repeat center -50px;
	position: relative;
}


.pinktop{
	width: 100%;
	height: 208px;
	background: url(../images/pinkbg.jpg) no-repeat;
}


.pinkbottom{
	width: 100%;
	height: 208px;
	background: url(../images/pinkbg.jpg) no-repeat;
	transform: rotate(-180deg);
	-ms-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
}

.pa100{
	padding-top: 100px;
}


.qingchun{
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.qingchun p{
	width: 400px;
}

.qingchun p img{
	width: 400px;
	display: block;
}

.qingchun dl{
	width: 400px;
	overflow: hidden;
}


.qingchun dl dd{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 120px;
}

.qingchun dl dt a{
    width: 126px;
    height: 36px;
    border: 1px solid #FF4E3C;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    color: #FF4E3C;
    font-size: 18px;
}

.qingchun dl dt a:hover{
	transition:1s;
	background: #FF4E3C;
	color: #fff;
	font-weight: bold;
}


.qingchun dl dd span{
	display:inline-block;
	color: #FFD06C;
	vertical-align: top;
	margin-top: 3px;
}

.qingchun dl dd span.toright{
	transform: rotate(90deg);
	-ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}


.qingchun dl dd span.todown{
	transform: rotate(180deg);
	-ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}


.qingchun dl dd span.toleft{
	transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}



.xuanze{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 120px;
}



.xtop{
	width: 100%;
	position: absolute;
	left: 0;
	top: -100px;
}




.zhuanye{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.zylists{
	width: 585px;
	height: 338px;
	border: 1px solid #BFBFBF;
	border-top: none;
	box-sizing:border-box;
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.zylists h3{
	width: 100%;
	height: 80px;
	background: linear-gradient(to left,#FE4445,#FE6925);
	line-height: 80px;
	color: #fff;
	font-size: 40px;
	text-align: left;
	margin-bottom: 20px;
	text-indent: 30px;
	font-weight: normal;
}



.zylists p{
	width: 280px;
	display: inline-block;
	vertical-align: top;
}


.zylists dl{
	width: 240px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
}


.zylists dl dt{
	width: 100%;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
}

.zylists dl dt span{
	font-size: 16px;
}

.zylists dl dt.fontw{
	font-weight: bold;
	font-size: 22px;
	height: 45px;
	border-bottom: 1px solid #C6C6C6;
}

.zylists dl dd a{
	width: 108px;
	height: 34px;
	background: linear-gradient(to left,#FE4445,#FE6925);
	border-radius: 3px;
	line-height: 34px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}


.zylists dl dd a:hover{
	transition:1s;
	background: linear-gradient(to left,#FE6925,#FE4445);
	color: #fff;
}


.jiuye{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
	margin-bottom: 30px;
}


.jiuye .cgxz{
	width: 896px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.cgxz dl{
	width: 287px;
	border: 1px solid #eee;
	box-sizing:border-box;
	margin-bottom: 20px;
	background: #fff;
}


.cgxz dl dt{
	width: auto;
}


.cgxz dl dd{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}


.cgxz dl dd a{
	color: #333;
}


.jiuye .jyxz{
	width: 290px;
	height: 576px;
	border: 1px solid #eee;
	background: #fff;
	border-top: none;
	box-sizing:border-box;
}


.jyxz h3{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(to left,#FE4445,#FE6925);
	color: #fff;
	font-size: 40px;
	text-align: left;
	margin-bottom: 20px;
	text-indent: 50px;
	font-weight: normal;
}

.swiper-wrapper{
    transition-timing-function: linear;
}

.swiper-container{
	height: 460px;
}

.swiper-slide ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

.swiper-slide a ul li{
	color: #f00;
}

.swiper-slide ul li{
	height: 40px;
	line-height: 40px;
	margin: 0 6px;
	color: #333;
}


.footbm{
	max-width: 1920px;
	height: 285px;
	overflow: hidden;
}


.footbm img{
	display: block;
}


