body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}

header {
	height: 100px;
	background: transparent !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 666;
	width: 100%;
}

.navHidden {
	z-index: 99;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    background: #ffffff;
    padding: 65px 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.headbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding-top: 20px;
}
.daobox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.daoleft{
	width: 850px;
	flex-shrink: 0;
}
.daofu p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.daotitle{
	font-size: 36px;
	color: #010101;
	padding-bottom: 10px;
}
.logo {
	width: 267px;
	height: 80px;
}
.ljibox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
}
.ljili{
	padding: 6px 15px 8px;
	font-size: 16px;
	border: 2px solid #ccc;
	border-radius: 25px;
	margin-bottom: 15px;
	transition: all 0.5s;
	margin-right: 50px;
}
.ljili:hover{
	color: #ff4c47;
	border: 2px solid #ff4c47;
}
.navyou{
	width: 400px;
	max-height: 400px;
}
.searbox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-bottom: 1px solid #ffffff;
	margin-left: 25px;
	flex-shrink: 0;
}
.seartxt{
	width: 100px;
	padding: 0 5px;
	font-size: 13px;
	padding-top: 5px;
	background-color: transparent !important;
	color: #ffffff;
	height: 32px;
}
.searbox input::-webkit-input-placeholder{
  color:#ffffff;
}
.searpic{
	width: 20px;
	margin-top: 5px;
	margin-left: 40px;
}
.nav{
	flex-grow: 1;
}
.nav ul {
	display: flex;
	padding-top: 25px;
	align-items: flex-start;
	justify-content: flex-end;
}

.nav ul li{
	margin-left: 60px;
	height: 100px;
	padding-top: 25px;
}
.nav ul li .qutxt{
	font-size: 20px;
	color: #fff;
}
.nav ul li:hover .navHidden{
	visibility: initial;
	opacity: 1;
}

.redline {
	width: 25px;
	height: 4px;
	background-color: #ff4c47;
	border-radius: 5px;
	margin: 15px auto 0;
	opacity: 0;
	transition: all 0.3s;
}
.nav ul li:hover .redline{
	opacity: 1;
}
.banner {
	width: 100%;
}

.xuebox {
	height: 70px;
	background-color: #f4f4f4;
}

.dhbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.backpic {
	width: 14px;
	margin-right: 10px;
}

.xuetxt {
	padding-top: 3px;
}

.xuetxt a {
	font-size: 14px;
	transition: all 0.3s;
	color: #666666;
}

.xuetxt a:hover {
	color: #ff4c47;
}

.futitle {
	font-size: 28px;
	color: #333333;
	text-align: center;
	padding: 45px 0 15px;
	letter-spacing: 2px;
	font-weight: bold;
}

.futxt {
	font-size: 14px;
	color: #888888;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.fuwen p {
	text-indent: 2em;
	padding-top: 40px;
	font-size: 16px;
	color: #666666;
}

.fuwen p img {
	width: 100%;
	max-width: 100%;
}

.updown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 60px;
}

.upbox {
	background-image: linear-gradient(to right, #f5f5f5, #ffffff);
	height: 55px;
	padding: 0 10px;
	font-size: 16px;
	transition: all 0.3s;
	line-height: 55px;
	color: #888888;
}

.upbox:hover {
	color: #333333;
}

.cline {
	background-color: #ff4c47;
	height: 50px;
}

.footcen {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.fleft {
	width: 496px;
	padding: 0 70px 0 30px;
	flex-shrink: 0;
}

.flogo {
	margin-bottom: 10px;
	width: 250px;
}

.xibox {
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
}

.xipic {
	width: 16px;
	flex-shrink: 0;
	margin-top: 4px;
}

.xitxt {
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
	line-height: 20px;
}

.hline {
	background-color: #e5e5e5;
	width: 1px;
	height: 180px;
}

.jibox {
	width: 400px;
	height: 120px;
	box-shadow: 0 0 15px #dddddd;
	border-radius: 5px;
	margin: 0 80px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jipic {
	width: 66px;
	flex-shrink: 0;
}

.jiright {
	padding-left: 30px;
}

.jititle {
	font-size: 24px;
	color: #ff4c47;
	font-weight: bold;
}

.emabox {
	display: flex;
	align-items: center;
	padding-left: 75px;
}

.emapic {
	width: 165px;
}

.ematxt {
	font-size: 18px;
	color: #ff4c47;
	margin-left: 14px;
	width: 20px;
	line-height: 30px;
}

.beian {
	height: 55px;
	border-top: 1px solid #eeeeee;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.beian a{
    font-size: 16px;
    color: #666666;
}

.swipic{
	width: 100%;
	height: 100vh !important;
	transition: all 0.5s;
	animation: mymove 10s ease 2s infinite alternate;
}

@keyframes mymove{
	0%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.gaobox {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 77;
}

.gaonei {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alicen {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.gaopic {
	width: 22px;
}

.gaotxt {
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
}

.gaocen {
	flex-grow: 1;
	padding: 0 90px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.luntxt {
	font-size: 16px;
	color: #ffffff;
}

.srpic {
	width: 20px;
	flex-shrink: 0;
}

.huibg {
	background-color: #f5f5f5;
	padding: 55px 0 40px;
}

.htop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 35px;
}

.wtitle {
	font-size: 36px;
	color: #010101;
	font-weight: bold;
}

.wyou ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wyou ul li {
	width: 120px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid #dbdbdb;
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 37px;
	margin-left: 20px;
	cursor: pointer;
}

.wyou ul li.active {
	color: #ffffff;
	background-color: #ff4c47;
	border: 1px solid #ff4c47;
}

.about .item {
	display: none;
}

.about .item.show {
	display: block;
}

.wenbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wenpic {
	width: 670px;
	height: 480px;
}

.wenleft {
	position: relative;
	flex-shrink: 0;
}

.wenzhe {
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 15px;
	line-height: 95px;
	font-size: 16px;
	color: #ffffff;
	z-index: 1;
}

.shibox {
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background-color: #ff4c47;
	width: 158px;
	height: 48px;
	position: absolute;
	left: 15px;
	bottom: 57px;
}

.shipic {
	width: 16px;
}

.shitxt {
	font-size: 16px;
	color: #ffffff;
	padding-left: 15px;
}

.wenyou {
	width: 690px;
	flex-shrink: 0;
}

.lubox ul li {
	margin-bottom: 12.4px;
	background-color: #ffffff;
	height: 70px;
	border: 1px solid #eeeeee;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s;
}

.lutitle {
	font-size: 18px;
	color: #333333;
	width: 60%;
	transition: all 0.2s;
}

.tiemtxt {
	font-size: 16px;
	color: #333333;
	transition: all 0.2s;
}

.lubox ul li:hover {
	background-color: #ff4c47;
}

.lubox ul li:hover .tiemtxt {
	color: #ffffff;
}

.lubox ul li:hover .lutitle {
	color: #ffffff;
}

.flexend {
	display: flex;
	justify-content: flex-end;
}

.seemore {
	width: 120px;
	height: 45px;
	border-radius: 25px;
	border: 1px solid #d7d7d7;
	background-color: #e5e5e5;
	line-height: 43px;
	margin-top: 18px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.seemore:hover {
	background-color: #ff4c47;
	color: #ffffff;
}

.erbox {
	padding: 55px 0 40px;
}

.zhuyou ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.zhuyou ul li {
	width: 120px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid #dbdbdb;
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 37px;
	margin-left: 20px;
	cursor: pointer;
}

.zhuyou ul li.active {
	color: #ffffff;
	background-color: #ff4c47;
	border: 1px solid #ff4c47;
}

.aboutone .itemone {
	display: none;
}

.aboutone .itemone.show {
	display: block;
}

.yinbox ul {
	display: flex;
	align-items: flex-start;
}

.yinbox ul li {
	width: 330px;
	height: 460px;
	position: relative;
	margin-right: 26.6666px;
	overflow: hidden;
}

.yinbox ul li:last-child {
	margin-right: 0;
}

.yinpic {
	width: 330px;
	height: 460px;
	transition: all 0.5s;
}
.yinbox ul li:hover .yinpic{
	transform: scale(1.05);
}
.yinbox ul li:hover .seetxt{
	color: #ff4c47;
	font-weight: bold;
}
.yindi {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 13px;
}

.yititle {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 28px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.seebox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.seepic {
	width: 47px;
}

.seetxt {
	font-size: 16px;
	color: #ffffff;
}

.seetxt:hover {
	color: #ff4c47;
}

.dcbox ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dcbox ul li {
	width: 120px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid #dbdbdb;
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 37px;
	margin-left: 20px;
	cursor: pointer;
}

.dcbox ul li.active {
	color: #ffffff;
	background-color: #ff4c47;
	border: 1px solid #ff4c47;
}

.abouttwo .itemtwo {
	display: none;
}

.abouttwo .itemtwo.show {
	display: block;
}

.shebox ul {
	display: flex;
	align-items: flex-start;
	padding-bottom: 12px;
}

.shebox ul li {
	width: 330px;
	height: 220px;
	margin-right: 26.6666px;
}

.shebox ul li:last-child {
	margin-right: 0;
}

.shebox ul li img {
	width: 330px;
	height: 220px;
	transition: all 0.5s;
}
.shebox ul li img:hover{
	transform: scale(1.05);
}
.jidao ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.jidao ul li {
	position: relative;
	height: 70px;
	padding: 0 20px;
}

.jitxt {
	font-size: 15px;
	color: #666666;
	border-bottom: 2px solid transparent;
	line-height: 68px;
	font-weight: bold;
	transition: all 0.3s;
}
.jidao ul li:hover .jitxt{
	color: #ff4c47;
}
.jitxt.active {
	border-bottom: 2px solid #ff4c47;
	color: #ff4c47;
}

.jline {
	width: 2px;
	height: 16px;
	background-color: #666666;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.jsbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 65px 0 60px;
}

.jsleft {
	width: 610px;
	flex-shrink: 0;
}

.jstitle {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
}

.jsfu p {
	font-size: 16px;
	color: #777777;
	line-height: 28px;
	letter-spacing: 1px;
}

.shipin {
	width: 730px;
	height: 380px;
	flex-shrink: 0;
	position: relative;
}

.fang {
	width: 730px;
	height: 380px;
}

.bbf {
	width: 52px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 50%;
	margin-left: -26px;
}

.jiabg {
	width: 100%;
	height: 420px;
	background: url("../images/jiabg_08.png") no-repeat center;
	background-size: cover;
}

.jianei ul {
	display: flex;
	align-items: center;
	height: 420px;
	padding: 0 75px;
	justify-content: space-between;
}

.jianei ul li {
	text-align: center;
}

.qbg {
	width: 170px;
	height: 170px;
	background-size: cover;
	background: url('../images/qbg_03.png') no-repeat center;
	margin: 0 auto;
	text-align: center;
}

.qnum {
	font-size: 47px;
	color: #ffffff;
	padding-top: 35px;
	font-weight: bold;
}

.qtxt {
	font-size: 22px;
	color: #ffffff;
}

.sitxt {
	font-size: 20px;
	color: #ffffff;
	padding-top: 38px;
}

.tixi {
	width: 730px;
	height: 380px;
	padding: 5px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.yingbg {
	width: 100%;
	height: 420px;
	background: url('../images/ying_10.png')no-repeat center;
	background-size: cover;
	position: relative;
	margin-bottom: 135px;
}

.yingwen {
	width: 1400px;
	height: 185px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 1px 5px #dddddd;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	bottom: -85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yingtxt {
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	padding: 0 53px;
}

.guantitle {
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	text-align: center;
	padding-bottom: 35px;
}

.rongbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rongpic {
	width: 700px;
	height: 420px;
	flex-shrink: 0;
}

.rongy {
	width: 666px;
	flex-shrink: 0;
}

.rongtitle {
	font-size: 24px;
	color: #ff4c47;
	font-weight: bold;
	padding-bottom: 25px;
}

.rongfu p {
	text-indent: 2em;
	font-size: 16px;
	color: #777777;
	line-height: 32px;
}

.pb60 {
	padding-bottom: 60px;
}

.padding60 {
	padding: 60px 0;
}

.zhubox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 55px;
}

.zhuleft {
	width: 430px;
	height: 500px;
	border-radius: 10px;
	background-color: #ebf1f5;
	padding: 0 45px 0 25px;
}

.zybox {
	display: flex;
	align-items: center;
	padding: 90px 0 28px;
}

.zyline {
	width: 7px;
	height: 28px;
	border-radius: 15px;
	background-color: #ff4c47;
}

.zytxt {
	font-size: 30px;
	color: #333333;
	padding-left: 10px;
}

.zypic {
	width: 960px;
	border-radius: 10px;
	height: 500px;
}

.chanbox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.chanbox ul li {
	width: 225px;
	height: 410px;
	margin-right: 10px;
	background-color: #f4f4f4;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.6s;
}

.chanbox ul a:last-child li {
	margin: 0;
}
.chanbox ul li:hover{
	transform: translateY(-3%);
}
.chanbox ul li:hover .chantxt{
	color: #ff4c47;
}
.chanpic {
	width: 100%;
	height: 295px;
}

.chantxt {
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 35px 0 10px;
}

.chanline {
	width: 30px;
	height: 7px;
	border-radius: 8px;
	background-color: #ff4c47;
	margin: 0 auto;
}

.jtbox ul li {
	margin-bottom: 45px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.jtbox ul a:last-child li {
	margin: 0;
}

.jtpic {
	width: 200px;
	height: 280px;
	flex-shrink: 0;
}

.jtyou {
	flex-grow: 1;
	padding: 0 30px;
}

.jtitle {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 14px;
}

.jtline {
	width: 40px;
	height: 6px;
	border-radius: 8px;
	background-color: #ff4c47;
	margin-bottom: 30px;
}

.jtfu p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}



.lbt {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

.lbtpic {
	display: block;
	width: 100%;
	height: 650px !important;
	object-fit: cover;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
	left: 2%;
	bottom: 10px;
	z-index: 66;
	width: 96%;
	overflow: hidden;
}

.mySwiper .swiper-slide {
	width: 20% !important;
}

.mySwiper .swiper-slide-thumb-active .lbsuo{
	opacity: 1;
	border: 2px solid #ff4c47;
}
.lbsuo{
	width: 222px !important;
	height: 180px;
	border: 2px solid transparent;
}
.lbl{
	width: 35px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 30px !important;
	top: 40% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 30px !important;
	top: 40% !important;
}
.sjbox {
	z-index: 68;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background-color: #ff4c47;
	width: 158px;
	height: 48px;
	position: absolute;
	left: 2%;
	top: 48%;
}

.shipic {
	width: 16px !important;
}

.shitxt {
	font-size: 16px;
	color: #ffffff;
	padding-left: 15px;
}
.lbtxt{
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	left: 2%;
	top: 58%;
}
.xinbox ul {
	padding-top: 48px;
}
.xinbox ul li{
	box-shadow: 0 0 5px #dddddd;
	height: 230px;
	padding: 0 15px 0 28px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xinbox ul li:hover .httitle{
	color: #ff4c47;
}
.xinbox ul li:hover .liepic{
	transform: scale(1.05);
}
.xinleft{
	flex-grow: 1;
	padding-right: 25px;
}
.htbox{
	display: flex;
	align-items: center;
	padding-bottom: 22px;
}
.htpic{
	width: 16px;
}
.httxt{
	font-size: 16px;
	color: #666666;
	padding-left: 10px;
}
.httitle{
	font-size: 22px;
	color: #000;
	padding-bottom: 20px;
}
.htfu p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-indent: 2em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.liepic{
	width: 330px;
	height: 205px;
	flex-shrink: 0;
	transition: all 0.5s;
}
.fenye ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}
.fenye ul li{
	cursor: pointer;
	padding: 3px 13px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
	color: #5f5f5f;
}
.fenye ul li.active{
	color: #ffffff;
	background-color: #ff4c47;
}
.mubox ul li{
	height: 140px;
	box-shadow: 0 0 5px #dddddd;
	margin-bottom: 25px;
	padding-right: 40px;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.mubox ul li:hover{
	transform: translateY(-5%);
}
.mubox ul li:hover .httitle{
	color: #ff4c47;
}
.muleft{
	width: 180px;
	text-align: center;
	border-right: 1px solid #dddddd;
	flex-shrink: 0;
	height: 90px;
}
.muntxt{
	font-size: 18px;
	color: #333333;
	padding: 10px 0 0;
}
.muqi{
	font-size: 36px;
	color: #111111;
	font-weight: bold;
}
.muyou{
	flex-grow: 1;
	padding-left: 35px;
}
.mufu p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.pinbox ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pinbox ul a{
	margin-right: 25px;
	margin-bottom: 32px;
}
.pinbox ul a:nth-child(3n){
	margin-right: 0;
}
.pinbox ul li{
	width: 450px;
	height: 380px;
	box-shadow: 0 0 5px #dddddd;
	overflow: hidden;
	border-radius: 2px;
}
.pintop{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.pinpic{
	width: 100%;
	height: 260px;
}
.bfpic{
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}
.pindi{
	padding: 32px 10px 0;
	height: 120px;
	transition: all 0.3s;
}
.pinqi{
	font-size: 18px;
	color: #ff4c47;
	padding-bottom: 10px;
	transition: all 0.3s;
}
.pintxt{
	font-size: 20px;
	transition: all 0.3s;
	color: #222222;
}
.pinbox ul li:hover .pindi{
	background-color: #ff4c47;
}
.pinbox ul li:hover .pinqi{
	color: #ffffff;
}
.pinbox ul li:hover .pintxt{
	color: #ffffff;
}
.over{
	overflow: hidden;
}
.baibox{
	height: 400px;
	display: flex;
	align-items: flex-start;
	border: 1px solid #eeeeee;
}
.baipic{
	width: 700px !important;
	height: 400px;
	flex-shrink: 0;
}
.baiyou{
	flex-grow: 1;
	padding: 0 30px;
}
.baitime{
	width: 158px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff4c47;
	color: #ffffff;
	margin-top: 58px;
	font-size: 22px;
}
.baititle{
	font-size: 20px;
	color: #222222;
	padding: 35px 0 10px;
}
.baifu p{
	text-indent: 2em;
	font-size: 16px;
	color: #303030;
	line-height: 28px;
}

.xubox ul{
	padding-top: 45px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.xubox ul li{
	width: 450px;
	height: 320px;
	border-radius: 3px;
	box-shadow: 0 0 5px #dddddd;
	margin: 0 25px 30px 0;
	padding: 0 35px 0 15px;
	transition: all 0.5s;
}
.xubox ul a:nth-child(3n) li{
	margin-right: 0;
}
.xubox ul li:hover{
	transform: translateY(-5%);
}
.xubox ul li:hover .rtitle{
	color: #ff4c47;
}
.rtime{
	font-size: 18px;
	color: #ff4c47;
	padding: 45px 0 20px;
}
.rtitle{
	font-size: 20px;
	color: #222222;
	padding-bottom: 12px;
	transition: all 0.5s;
}
.rfu p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-indent: 2em;
}
.nbox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nbox a{
	width: 450px;
	height: 280px;
	margin: 0 25px 30px 0;
}
.nbox a:nth-child(3n){
	margin-right: 0;
}
.nbox img{
	width: 450px;
	height: 280px;
	transition: all 0.5s;
}
.nbox img:hover{
	transform: translateY(-5%);
}
.title{
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.jgfu p img{
	width: 100%;
	max-width: 100%;
}
.titleact{
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.dtitle{
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	text-align: center;
	padding:60px 0 30px;
}
.dbai{
	padding: 55px 60px 20px;
	box-shadow: 0 0 6px #dddddd;
	position: relative;
}
.rapic{
	width: 245px;
	position: absolute;
	left: 0;
	top: 0;
}
.rbpic{
	width: 245px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.dangbox{
	display: flex;
	align-items: flex-start;
}
.dangtitle{
	font-size: 22px;
	color: #333333;
	width: 220px;
	font-weight: bold;
	flex-shrink: 0;
}
.redr{
	width: 16px;
	flex-shrink: 0;
}
.namebox ul{
	flex-grow: 1;
	padding-left: 110px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.namebox ul li{
	padding-bottom: 35px;
	font-size: 18px;
	color: #333333;
	flex-shrink: 0;
	width: 170px;
}
.fabg{
	width: 100%;
	height: 335px;
	background: url('../images/fabga_02.png') no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gstxt{
	width: 1060px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.jietitle{
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.fbbg{
	width: 100%;
	height: 600px;
	background: url('../images/fabgb_03.png')no-repeat center;
	background-size: cover;
}
.neibox{
	width: 1400px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}
.yibox{
	width: 280px;
	position: absolute;
	left: 0;
	bottom: 274px;
	display: flex;
	align-items: flex-start;
}
.yileft{
	text-align: center;
	flex-shrink: 0;
	padding-top: 18px;
}
.yiradio{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ff4c47;
}
.yiline{
	height: 200px;
	width: 1px;
	background-color: #eeeeee;
	margin: 0 auto;
}
/*#lbb{*/
/*	margin-top: 48px;*/
/*}*/
.yiyou{
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 40px 20px;
}
.nian{
	font-size: 30px;
	font-weight: bold;
	color: #ff4c47;
	padding-bottom: 22px;
}
.nian span{
	font-size: 18px;
	color: #ff4c47;
	font-weight: 400;
}
.yifu{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.derbox{
	width: 280px;
	position: absolute;
	left: 370px;
	bottom: 245px;
	display: flex;
	align-items: flex-start;
}
.sanbox{
	width: 280px;
	position: absolute;
	left: 770px;
	bottom: 188px;
	display: flex;
	align-items: flex-start;
}
.sanline{
	height: 345px;
	width: 1px;
	background-color: #eeeeee;
	margin: 0 auto;
}
.sibox{
	width: 280px;
	position: absolute;
	right: 0px;
	bottom: 235px;
	display: flex;
	align-items: flex-start;
}
.siline{
	height: 230px;
	width: 1px;
	background-color: #eeeeee;
	margin: 0 auto;
}
.zhoubox{
	padding-top: 30px;
	position: relative;
	padding-bottom: 60px;
}
.shupic{
	width: 33px;
	margin: 0 auto;
}
.shuone{
	width: 678px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 60px;
}
.shuline{
	width: 95px;
	height: 1px;
	background-color: #eeeeee;
}
.shuhui{
	width: 568px;
	height: 140px;
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	cursor: pointer;
}
.loupic{
	width: 238px;
	height: 125px;
	flex-shrink: 0;
	transition: all 0.5s;
	margin: 0 10px;
}
.shuhui:hover .loupic{
	transform: scale(1.05);
}
.shuyou{
	flex-grow: 1;
	padding: 0 18px;
}
.shutitle{
	font-size: 24px;
	color: #ff4c47;
	font-weight: bold;
	padding-bottom: 7px;
}
.shutxt{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.shutwo{
	width: 678px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 215px;
}

.shuthree{
	width: 678px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 370px;
}
.shufore{
	width: 678px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 522px;
}

.shufive{
	width: 678px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 678px;
}
.guanli ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 145px;
}

.guanli ul li {
	width: 120px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid #dbdbdb;
	font-size: 17px;
	color: #333333;
	text-align: center;
	line-height: 37px;
	margin: 0 10px;
	cursor: pointer;
}
.guanli ul li.active {
	color: #ffffff;
	background-color: #ff4c47;
	border: 1px solid #ff4c47;
}
.jucen{
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhipic{
	box-shadow: 0 0 5px #dddddd;
}
.daopic{
	width: 0.5rem;
	display: none;
}
.baizhe{
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 777;
	display: none;
}
.zhebox{
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}
.hangbox ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
	border-bottom: 1px dashed #dddddd;
	padding: 0 0.2rem;
}
.hangtxt{
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
}
.rarr{
	width: 0.35rem;
}
.libox{
	display: none;
	position: relative;
}
.libox ul{
	padding: 0.3rem 0.2rem;
}
.libox ul li{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 1.5rem;
}
.lileft{
	text-align: center;
	width: 1.5rem;
	border-right: 1px solid #dddddd;
	flex-shrink: 0;
}
.liyue{
	font-size: 0.4rem;
	color: #ff4c47;
	font-weight: bold;
}
.linian{
	font-size: 0.3rem;
	color: #ff4c47;
}
.youtxt{
	padding: 0 0.2rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
}
.swiper-pagination-bullet-active{
	background: #ff4c47 !important;
}
#seartwo{
	display: none;
}

@media screen and (max-width: 750px) {
	body{
		padding-top: 1rem !important;
	}
	.wrap{
		width: 98%;
		overflow: hidden;
	}
	header{
		height: 1rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 666;
	}
	.libox{
		display: block;
	}
	.headbox{
		height: 1rem;
		padding-top: 0;
	}
	.logo{
		width: 2.5rem;
		height: 0.76rem;
	}
	.nav{
		display: none;
	}
	.daopic{
		display: block;
	}
	.gaobox{
		height: 0.6rem;
	}
	.gaonei{
		height: 0.6rem;
	}
	.gaopic{
		width: 0.3rem;
	}
	.gaotxt{
		font-size: 0.24rem;
	}
	.gaocen{
		padding: 0 0.5rem;
	}
	.luntxt{
		font-size: 0.24rem;
	}
	.srpic{
		width: 0.3rem;
	}
	.htop{
		flex-wrap: wrap;
	}
	.huibg{
		padding: 0.5rem 0;
	}
	.wtitle{
		font-size: 0.4rem;
		text-align: center;
		width: 100%;
		padding-bottom: 0.3rem;
	}
	.wyou ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.wyou ul li{
		width: 2rem;
		margin: 0 0.2rem;
		height: 0.6rem;
		line-height: 0.55rem;
		font-size: 0.26rem;
	}
	.wenbox{
		flex-wrap: wrap;
	}
	.wenleft{
		width: 100%;
	}
	.wenpic{
		width: 100%;
		height: auto;
	}
	.wenyou {
		width: 100%;
	}
	.wenyou ul{
		padding-top: 0.2rem;
	}
	.wenyou ul li{
		height: 1rem;
	}
	.lutitle{
		font-size: 0.28rem;
	}
	.tiemtxt{
		font-size: 0.26rem;
	}
	.seemore{
		width: 2.2rem;
		height: 0.7rem;
		line-height: 0.65rem;
		font-size: 0.3rem;
	}
	.zhuyou ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.zhuyou ul li{
		width: 2rem;
		margin: 0 0.2rem;
		height: 0.6rem;
		line-height: 0.55rem;
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
	}
	.dcbox ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.dcbox ul li{
		width: 2rem;
		margin: 0 0.2rem;
		height: 0.6rem;
		line-height: 0.55rem;
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
	}
	.yinbox ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.yinbox ul li{
		width: 49%;
		height: auto;
		margin: 0 0 0.15rem 0;
	}
	.yinpic{
		width: 100%;
		height: 5rem;
	}
	.yititle{
		font-size: 0.33rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.3rem;
	}
	.shebox ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.shebox ul li{
		width: 49%;
		margin: 0 0 0.2rem 0;
		height: auto;
	}
	.shebox ul li img{
		height: 2.4rem;
		width: 100%;
	}
	.hline{
		display: none;
	}
	.jibox{
		display: none;
	}
	.emabox{
		display: none;
	}
	.fleft{
		width: 100%;
		padding: 0 0.1rem;
	}
	.flogo{
		width: 2.8rem;
	}
	.beian{
		font-size: 0.24rem;
		padding: 0.2rem;
		line-height: 0.3rem;
	}
    .beian a{
        font-size: 0.24rem !important;
        line-height: 0.3rem !important;
    }
	.dhbox{
		flex-wrap: wrap;
		height: auto;
		padding: 0.3rem 0;
	}
	.jidao ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 0.2rem;
	}
	.jidao ul li{
		border-radius: 25px;
		border: 1px solid #dddddd;
		height: auto;
		padding:  0.1rem 0.2rem;
		margin: 0 0.1rem 0.1rem;
	}
	.jline{
		display: none;
	}
	.jitxt{
		font-size: 0.28rem;
		line-height: 0.3rem;
	}
	.jitxt.active{
		border-bottom: none;
	}
	.xuebox{
		height: auto;
	}
	
	.jsbox{
		flex-wrap: wrap;
		padding: 0.3rem 0;
	}
	.jsleft{
		width: 100%;
		padding-bottom: 0.4rem;
	}
	.jstitle{
		text-align: center;
		font-size: 0.4rem;
		padding-bottom: 0.2rem;
	}
	.jsfu p{
		font-size: 0.26rem;
		text-indent: 2em;
	}
	.fang{
		width: 100%;
		height: auto;
	}
	.shipin{
		width: 100%;
		height: auto;
	}
	.jianei ul{
		padding: 0;
		flex-wrap: wrap;
	}
	.jianei ul li{
		width: 50%;
	}
	.qbg{
		width: 2.5rem;
		height: 2.5rem;
		background-size: 2.5rem 2.5rem;
	}
	.qnum{
		font-size: 0.45rem;
	}
	.sitxt{
		font-size: 0.3rem;
		padding-top: 0.3rem;
	}
	.tixi{
		width: 100%;
		height: auto;
		margin-bottom: 0.8rem;
	}
	.yingwen{
		width: 7rem;
		height: auto;
		margin-left: -3.5rem;
	}
	.yingtxt{
		padding:  0.2rem;
		line-height: 0.4rem;
		font-size: 0.26rem;
		text-indent: 2em;
	}
	.yingbg{
		height: 4rem;
		margin-bottom: 2rem;
	}
	.guantitle{
		font-size: 0.4rem;
		padding-bottom: 0.3rem;
	}
	.rongpic{
		width: 100%;
		height: auto;
	}
	.rongy{
		width: 100%;
	}
	.rongtitle{
		text-align: center;
		padding-top: 0.4rem;
	}
	.rongbox{
		flex-wrap: wrap;
	}
	.fabg{
		height: 5rem;
	}
	.jietitle{
		font-size: 0.4rem;
	}
	.fbbg{
		display: none;
	}
	.shupic{
		display: none;
	}
	.shuone{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.shuline{
		display: none;
	}
	
	.loupic{
		width: 2.38rem;
		height: 1.25rem;
		margin: 0 0.1rem;
	}
	.shuhui{
		width: 100%;
		height: auto;
		padding:  0.3rem 0.1rem;
	}
	.shutitle{
		font-size: 0.33rem;
		padding: 0;
	}
	.shutxt{
		font-size: 0.26rem;
	}
	.shutwo{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.shuthree{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.shufore{
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 0.3rem;
		width: 100%;
	}
	.shufive{
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 0.3rem;
		width: 100%;
	}
	.libox{
		padding-bottom: 0.5rem;
	}
	.shuyou{
		padding: 0 0.2rem;
	}
	.title{
		font-size: 0.4rem;
	}
	.padding60{
		padding: 0.5rem 0;
	}
	.titleact{
		font-size: 0.4rem;
	}
	.dtitle{
		font-size: 0.4rem;
		padding: 0.5rem 0;
	}
	.dbai{
		padding: 0.4rem 0.25rem;
	}
	.rapic{
		width: 2rem;
	}
	.rbpic{
		width: 2rem;
	}
	.dangtitle{
		width: 1.5rem;
		font-size: 0.28rem;
	}
	.namebox ul{
		padding-left: 0.3rem;
	}
	.namebox ul li{
		padding-bottom: 0.3rem;
		width: 1.5rem;
		font-size: 0.28rem;
	}
	.guanli ul{
		padding-bottom: 0.6rem;
	}
	.guanli ul li{
		width: 2rem;
		height: 0.6rem;
		line-height: 0.55rem;
	}
	.zhubox{
		flex-wrap: wrap;
	}
	.zhuleft{
		width: 100%;
		height: auto;
		padding-bottom: 0.35rem;
		margin-bottom: 0.35rem;
	}
	.zybox{
		padding: 0.4rem 0;
	}
	.zytxt{
		font-size: 0.4rem;
	}
	.zypic{
		width: 100%;
		height: auto;
	}
	.chanbox ul li{
		width: 100%;
		height: 6.65rem;
	}
	.chanbox ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.chanbox ul a{
		margin-bottom: 0.3rem;
		width: 49%;
	}
	.chanpic{
		height: 4.72rem;
	}
	#shouhide{
		display: none;
	}
	.lbtpic{
		height: 4.5rem !important;
	}
	.sjbox{
		top: 60%;
		width: 2.4rem;
		height: 0.6rem;
	}
	.lbtxt{
		top: 80%;
		font-size: 0.3rem;
		width: 90%;
		text-align: left;
	}
	.liepic{
		width: 2rem;
		height: 1.5rem;
	}
	.xinbox ul li{
		height: 2.2rem;
		padding: 0 0.2rem;
		border: 1px solid #eeeeee;
	}
	.htbox{
		padding: 0 0 0.1rem 0;
	}
	.httitle{
		padding-bottom: 0.15rem;
		font-size: 0.32rem;
	}
	.htfu p{
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.fenye ul li{
		font-size: 0.26rem;
		padding: 0.05rem 0.15rem;
		margin: 0 0.05rem;
	}
	.xitxt{
		font-size: 0.26rem;
	}
	.cline{
		height: 0.3rem;
	}
	.mubox ul li{
		border: 1px solid #eeeeee;
		height: 2rem;
	}
	.muleft{
		width: 1.7rem;
	}
	.muqi{
		font-size: 0.35rem;
	}
	.muntxt{
		padding-top: 0.35rem;
	}
	.pinbox ul {
		justify-content: space-between;
	}
	.pinbox ul  a{
		width: 48%;
		margin-bottom: 0.3rem;
		margin-right: 0;
	}
	.pinbox ul li{
		border: 1px solid #eeeeee;
		width: 100%;
	}
	.pinbox ul li{
		height: 4rem;
	}
	.pintop{
		height: 2.5rem;
	}
	.pinpic{
		height: 2.5rem;
	}
	.pindi{
		height: 1.5rem;
		padding: 0.2rem;
	}
	.pintxt{
		font-size: 0.3rem;
	}
	.baipic{
		display: none;
	}
	.baibox{
		height: 5rem;
	}
	.baitime{
		margin-top: 0.4rem;
		width: 2.8rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.baiyou{
		padding: 0 0.3rem;
	}
	.xubox ul{
		padding-top: 0.3rem;
	}
	.xubox ul li{
		width: 100%;
		height: 4.5rem;
		border: 1px solid #eeeeee;
		margin-bottom: 0.3rem;
	}
	.rtitle{
		font-size: 0.32rem;
	}
	.rtime{
		padding: 0.3rem 0;
	}
	.baititle{
		font-size: 0.35rem;
		padding: 0.35rem 0 ;
	}
	.nbox {
		justify-content: space-between;
	}
	.nbox a{
		margin: 0 0 0.3rem 0;
		width: 49%;
		height: auto;
	}
	.nbox a img{
		width: 100%;
		height: 2.25rem;
	}
	.swipic{
		height: 4.5rem !important;
	}
	header{
		background-color: #ffffff !important;
	}
	.flexend{
		justify-content: center;
	}
    .jtbox ul li{
        padding: 0.3rem 0.1rem;
        margin-bottom: 0.3rem;
    }
    .jtpic{
        width: 2rem;
        height: 2.8rem;
    }
    .jtitle{
        font-size: 0.28rem;
        padding-bottom: 0.15rem;
    }
    .jtfu p{
        font-size: 0.24rem;
        line-height: 0.45rem;
    }
    .jtyou{
        padding: 0 0.15rem;
        width: 3.8rem;
    }
    .jtline{
        width: 0.5rem;
        height: 0.07rem;
        margin-bottom: 0.4rem;
    }
    .xinleft{
        width: 4rem;
    }
    .muyou{
        width: 5.5rem;
        padding: 0 0.2rem;
    }
	.searbox{
		border-bottom: 1px solid #999999;
	}
	.seartxt{
		background-color: transparent !important;
		color: #333333;
	}
	.searbox input::-webkit-input-placeholder{
	  color:#999999;
	}
	.searpic{
		width: 20px;
		margin-top: 5px;
		margin-left: 40px;
	}
	#searone{
		display: none;
	}
	#seartwo{
		display: block;
	}
}