* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	/*W3C标准*/
}




html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	min-height: 100%;
	position: relative;
	color: #333;
}

a {
	text-decoration: none;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	vertical-align: middle;
	border: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.op1 {
	opacity: 1 !important;
}

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

.videoBox {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
	cursor: pointer;
}

.video_main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.abo_video_btn {
	width: 100%;
	display: block;
	height: 100%;
	background: url(../img/sp.png) no-repeat rgb(0, 0, 0, .4);
	background-position: center;
}

.oh {
	overflow: hidden;
}

.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.db {
	display: block;
}

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

.h {
	height: 100%;
}

.w120 {
	width: 120%;
}

.pr {
	position: relative;
}

.pb {
	position: absolute;
}

.mid {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.clamp_2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.clamp_3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.clamp_4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.clamp_5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.clamp_6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

em,
i {
	font-style: normal;
}

/* top_box */
/* .top_box {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	background: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.top_box_con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.top_box_con h5 {
	color: #858585;
	font-size: 14px;
	font-weight: 500;
	float: left;
	margin: 0;
	line-height: 34px;
}

.top_box_con p {
	height: 34px;
	color: #858585;
	font-size: 14px;
	float: right;
	line-height: 34px;
	margin-bottom: 0;
}

.top_box_con p a {
	color: #858585;
	display: block;
	font-size: 14px;
	float: left;
}
 */

/* header */
.heater {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}


.h_main {
	width: 1200px;
	height: 100px;
	margin: auto;
	position: relative;
}

.logoBox {
	width: 174px;
	height: 100px;
	float: left;
	padding-top: 6px;
}

.hcall {
	float: right;
	text-align: center;
	padding-top: 30px;
	position: relative;
	right: -100px;
}

.logodel {
	width: 257px;
	height: 100px;
	background: url(../img/hbg.png) no-repeat;
	background-position: center !important;
	float: left;
	margin-left: 10px;
}

.hcall a {
	color: #666 !important;
	font-size: 14px;
}

.hcall p {
	font-size: 14px;
	color: #6F0F03;
	margin: 0;
	padding-top: 10px;
	font-weight: 700;
}

/* headbanner */
.headbanner {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.headbanner .bd {
	width: 100%;
	height: 750px;
}

.headbanner .bd li a {
	display: block;
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	height: 750px;
}

.headbanner .hd {
	width: 1200px;
	height: 5px;
	position: absolute;
	z-index: 5;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 30px;
}

.headbanner .hd ul {
	width: 100%;
	margin: auto;
	height: 5px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.headbanner .hd li {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	margin: 0 30px;
	background-image: url(../img/point.png);
	background-position: center !important;
	background-repeat: no-repeat;
	transition: .4;
	position: relative;
}


.headbanner .hd li::after {
	content: '';
	color: #fff;
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -45px;
	margin: auto;
}

.headbanner .hd li:last-child::after {
	content: '';
	display: none;
}

.headbanner .hd .on {
	border: 1px solid #fff;
}

/* floatsec */
.floatsec {
	width: 33px;
	height: 330px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 998;
}

.flmain {
	width: 138px;
	height: 364px;
	position: fixed;
	z-index: 500;
	right: -138px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s;
	display: block;
}

.flb {
	width: 129px;
	height: 330px;
	background: #333;
	background-size: cover !important;
	border-radius: 20px 20px 0 0;
	float: right;
	box-shadow: 0 0 10px #333;
}

.fcall {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 25px;
}

.fcall p {
	margin: 0;
	line-height: 28px;
}

.f_nav a {
	display: block;
	width: 138px;
	height: 38px;
	background-color: #6f0f03;
	line-height: 38px;
	color: #fff !important;
	transition: .4s;
	padding-left: 60px;
}

.f_nav a:hover {
	background-color: #936546;
}

.fQ {
	background: url(../img/fQ.png)no-repeat;
	background-position: 20px 8px;
}

.fL {
	background: url(../img/ly.png) no-repeat;
	background-position: 20px 8px;
}

.f_nav {
	position: absolute;
	left: 0;
	top: 102px;
	font-size: 14px;
}

.fcode {
	width: 100px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	bottom: 45px;
	left: 24px;

}

.fcode i {
	display: block;
	width: 100px;
	height: 100px;
	background-position: center !important;
	background-size: cover !important;
}

.fcode span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.f_btn {
	width: 33px;
	height: 180px;
	background-color: #6f0f03;
	color: #fff;
	float: right;
	margin-top: 60px;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	text-align: center;
	line-height: 33px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.ttop {
	background: rgb(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 129px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	transition: .4s;
}

.ttop:hover {
	background-color: #333;
}

/* sou_sec */
.sou_main {
	width: 1200px;
	height: 100%;
	background-color: #fff;
}

.ipt_sou {
	width: 512px;
	height: 57px;
	position: relative;
	float: right;
	margin-top: 23px;
	border: 1px solid #ddd;
}

.ipt_sou input {
	width: 510px;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	background-color: #fff;
}

.ipt_sou button {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center !important;
	outline: none !important;
	border: none !important;
	background-image: url(../img/sbtn.png);
	background-repeat: no-repeat;
	background-color: #6f0f03;
}

.sou_main p {
	margin: 0;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 600px;
	float: left;
	line-height: 100px;
}

.sou_main p b {
	color: #6F0F03;
}

.sou_main p a {
	color: #333 !important;
	margin-right: 10px;
}

.sou_main p a:hover {
	color: #6f0f03 !important;
}

.hot_sea {
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.hot_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

/* hnav */
.hnav {
	width: 680px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 440px;
}

.hnav li {
	display: block;
	width: calc(100%/8);
	float: left;
	line-height: 100px;
	position: relative;
	text-align: center;
}

.hnav li a {
	display: block;
	width: 90%;
	height: 100%;
	position: relative;
	text-align: center;
	margin: auto;
	color: #333;
	font-size: 14px;
	transition: .4s;
}

.hnav li::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border: 50%;
	background-color: #666;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	margin: auto;
	border-radius: 50%;
}

.hnav li:last-child::before {
	display: none;
}

.hnav li a:hover {
	background-color: #6F0F03;
	color: #fff !important;
}

/* ab_sec */
.ab_sec {
	width: 100%;
	position: relative;
	height: 790px;
	background-color: #fdf4ef;
	overflow: hidden;
	padding-top: 55px;
}

.ab_main {
	width: 1200px;
	height: 685px;
	position: relative;
	margin: auto;
}

.ab_l {
	width: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}

.ab_l img {
	width: 100%;
	height: 100%;
}

.ab_r {
	background-color: #fff;
	width: 600px;
	height: 100%;
	position: relative;
	float: right;
	background-image: url(../img/abtit.png);
	background-repeat: no-repeat;
	background-position: 57px 96px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 305px;
}

.ab_r p {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 14px
}

.ab_r a {
	position: absolute;
	left: 60px;
	bottom: 90px;
	color: #666;
	font-size: 14px;
}

.ab_r a:hover {
	color: #6F0F03;
}

/* yx1 */
.yx1 {
	width: 100%;
	height: 318px;
	position: relative;
	overflow: hidden;
}

/* peo_sec */
.peo_sec {
	width: 100%;
	height: 775px;
	position: relative;
	overflow: hidden;
	background-color: #fdf4ef;
}

.peo_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.peotit {
	width: 100%;
	height: 162px;
	text-align: center;
	padding-top: 66px;
}

.peoban {
	position: relative;
	width: 100%;
	height: auto;
}

.peoban .bd {
	width: 100%;
	height: 610px;
	position: relative;
}

.peoban .bd p {
	font-size: 14px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	margin-bottom: 28px;
}

.peoban .bd li {
	width: 100%;
	height: 610px;
	position: relative;
}

.peoban .bd li>a {
	display: block;
	width: 135px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #6F0F03;
	font-size: 14px;
	color: #6F0F03;
	text-align: center;
	margin: auto;
}

.peoban .bd>i {
	display: block;
	width: 1310px;
	height: 405px;
	position: absolute;
	right: -360px;
	bottom: 0;
}

.peotu {
	width: 700px;
	height: 345px;
	position: absolute;
	bottom: 30px;
	left: 300px;
	overflow: hidden;
}

.peoban .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 245px;
	height: 407px;
}

.peoban .hd li {
	display: block;
	width: 120px;
	height: 407px;
	border: 1px solid #ddd;
}

.peoban .hd li:first-child {
	float: left;
}

.peoban .hd li:last-child {
	float: right;
}

.peoban .hd li a:first-child {
	background: url(../img/peos.png);
	background-repeat: no-repeat;
	background-position: center;
}

.peoban .hd li a:last-child {
	background: url(../img/peos2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.peoban .hd li a {
	display: block;
	width: 100%;
	height: 100%;
	writing-mode: vertical-lr;
	line-height: 120px;
	text-align: center;
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 30px;
}

.peoban .hd .on a {
	filter: brightness(999);
	/* 亮度 */
	-webkit-filter: brightness(999);
	/* Chrome, Safari, Opera */
}

.peoban .hd .on {
	background-color: #6F0F03;
}

/* prot_sec */
.prot_sec {
	width: 100%;
	height: 690px;
	position: relative;
	overflow: hidden;
}

.prot_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
	background: url(../img/protzi.png)no-repeat;
	background-position: left center;
}

.prot_tit {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 70px;
}

.prot_main>ul {
	margin-bottom: 0;
	width: 845px;
	height: 100%;
	position: relative;
	left: 360px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}

.prot_main>ul li {
	display: block;
	width: 280px;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	transition: .4s;
}

.prot_main>ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.prot_main>ul li a>img {
	filter: grayscale(1);
	/* 灰度 */
	-webkit-filter: grayscale(1);
	/* Chrome, Safari, Opera */
	opacity: .7;
	transition: .4s;
}

.prot_main>ul li a h2 {
	font-size: 24px;
	color: #333 !important;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding-top: 27px;
	line-height: 1;
	padding-bottom: 30px;
	transition: .4s;
}

.prottu {
	width: 250px;
	height: 472px;
	overflow: hidden;
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

.prottu img {
	width: 100%;
	transition: .4s;
}

.prot_main>ul li a p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .4s;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	top: 185px;
}

.prot_main>ul li:hover a>img {
	filter: grayscale(0);
	/* 灰度 */
	-webkit-filter: grayscale(0);
	/* Chrome, Safari, Opera */
	opacity: 1;
}

.prot_main>ul li:hover a h2 {
	color: #6F0F03 !important;
}

.prot_main>ul li:hover .prottu {
	height: 380px;
}

.prot_main>ul li:hover a p {
	opacity: 1;
}

/* pro_sec */
.pro_sec {
	width: 100%;
	height: 790px;
	position: relative;
	overflow: hidden;
	background-color: #fdf4ef;
}

.pro_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.protit {
	width: 100%;
	height: 235px;
	padding-top: 104px;
}

.protit>div {
	float: right;
	width: 345px;
	height: 50px;
	position: relative;
	background: url(../img/prodh.png) no-repeat;
	background-position: 30px center !important;
	padding-left: 75px;
	line-height: 50px;
	border: 1px solid #936546;
	color: #936546;
	font-size: 18px;
}

.protit>div i {
	font-size: 24px;
}

.proban {
	width: 100%;
	height: 460px;
	position: relative;
}

.proban .bd {
	width: 1200px;
	height: 460px;
	position: relative;
}

.proban .bd li {
	display: block;
	width: 300px;
	height: 460px;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
	background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)) right/1px 100% no-repeat;
}

.proban .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: .4s;
}

.proban .bd li a img {
	height: 375px;
	transition: .4s;
}

.proban .bd li a h2 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 15px;
}

.proban .bd li a p {
	font-size: 14px;
	color: #666;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.proban .bd li:hover a {
	background: rgba(0, 0, 0, .1);
}

/* adv_sec */
.advtit {
	width: 100%;
	height: 220px;
	padding-top: 70px;
	text-align: center;
}

.adv_sec {
	width: 100%;
	height: 905px;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.adv_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.adv_main ul {
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.adv_main ul li {
	display: block;
	width: 530px;
	height: 140px;
	background-color: #fff;
}

.adv_main ul li span {
	width: 60px;
	height: 60px;
	background: url(../img/advyuan.png) no-repeat;
	background-position: center !important;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	position: absolute;
	filter: grayscale(1);
	/* 灰度 */
	-webkit-filter: grayscale(1);
	/* Chrome, Safari, Opera */
	transition: .2s;
	opacity: .9;
}

.adv_main ul li .advcontit {
	width: 100%;
	height: 73px;
	border-bottom: 1px dashed #999;
	padding-left: 70px;
	padding-top: 5px;
}

.advcontit h2 {
	margin-bottom: 0;
	font-size: 24px;
	color: #333;
}

.advcontit em {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 30px;
	color: #666;
	padding-left: 3px;
}

.adv_main ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin-bottom: 0;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.adv_main ul li:nth-child(1) {
	position: absolute;
	right: 0;
	top: 37px;
}

.adv_main ul li:nth-child(2) {
	position: absolute;
	right: 0;
	top: 253px;
}

.adv_main ul li:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 253px;
}

.adv_main ul li:nth-child(4) {
	position: absolute;
	left: 0;
	bottom: 37px;
}

.adv_main ul li:hover span {
	filter: grayscale(0);
	/* 灰度 */
	-webkit-filter: grayscale(0);
	/* Chrome, Safari, Opera */
	opacity: 1;
}

/* jishu_sec */
.jishu_sec {
	width: 100%;
	height: 470px;
	position: relative;
	overflow: hidden;
}

.jishuzi {
	width: 100%;
	height: 560px;
	position: relative;
}

.jishumian {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.jishumian img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 55px;
}

.jishumian img:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
}

.jishumian img:nth-child(3) {
	position: absolute;
	right: 197px;
	top: -64px;
	z-index: 5;
}

/* base_sec */
.base_sec {
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.base_sec>img {
	position: absolute;
	right: 0;
	top: 130px;
	margin: auto;
}

.base_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.base_main>img {
	position: absolute;
	left: -360px;
	bottom: 0;
}

.basecon {
	width: 465px;
	height: 230px;
	position: absolute;
	right: 0;
	top: 40px;
}

.basecon p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 0;
}

.baseban {
	width: 100%;
	height: auto;
}

.baseban .bd {
	width: 1150px;
	height: 330px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .8);
	padding-left: 50px;
	padding-top: 55px;
}

.baseban .bd li {
	display: block;
	width: 352px;
	height: 235px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.baseban .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.baseban .bd li a img {
	height: 100%;
	transition: .4s;
}

.baseban .bd li:hover img {
	transform: scale(1.05);
}

.baseban .hd {
	width: 95px;
	height: 44px;
	position: absolute;
	bottom: 315px;
	right: 370px;
	z-index: 50;
}

.baseban .hd a {
	display: block;
	width: 44px;
	height: 44px;
	float: left;
	border: 1px solid #6F0F03;
	background: url(../img/jiant.png) no-repeat;
	background-position: center;
	cursor: pointer;
}

.baseban .hd a:nth-child(1) {
	transform: rotate(180deg);
	margin-right: 7px;
}

/* zuhe_sec */
.zuhe_sec {
	width: 100%;
	height: 1230px;
	position: relative;
	overflow: hidden;
}

.zuhe_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
	padding-top: 80px;
}

.fupin_sec {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.fupin_sec p {
	position: absolute;
	padding: 0 220px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	top: 203px;
	margin: 0;
	opacity: .8;
}

.fupinban {
	width: 1070px;
	height: 180px;
	position: absolute;
	bottom: 99px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

.fupinban .bd {
	width: 100%;
	height: 100%;
	position: relative;
}

.fupinban .bd li {
	display: block;
	width: 254px;
	height: 180px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 11.3px;
}

.fupinban .bd li img {
	height: 180px;
	transition: .4s;
}

.fupinban .bd li:hover img {
	transform: scale(1.05);
}

/* hon_sec */
.hon_sec {
	width: 100%;
	height: 530px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.hon_sec h1 {
	font-size: 40px;
	color: #333;
	margin: 0;
	padding-top: 54px;
	padding-bottom: 32px;
	text-align: center;
	font-weight: 400;
}

.honban {
	width: 1200px;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.honban .bd {
	width: 1050px;
	height: 140px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.honban .bd li {
	display: block;
	width: 197px;
	height: 140px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 16.25px;
}

.honban .bd li img {
	transition: .4s;
	height: 140px;
}

.honban .bd li:hover img {
	transform: scale(1.05);
}

.honban a {
	cursor: pointer;
}

.honban .prev img {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.honban .next img {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(180deg);
}

.ly_box {
	width: 1200px;
	height: 200px;
	float: left;
	background: url(../img/lytit.png) no-repeat;
	background-position: 80px 30px !important;
	padding: 100px 80px 0 80px;
	position: relative;
}

.lyra {
	height: 30px;
}

.lyra label {
	font-size: 14px;
	color: #333;
	font-weight: 400 !important;
	margin-right: 20px;
}

.lyra input {
	margin-right: 3px !important;
}

.iptsec {
	width: 100%;
	height: auto;
}

.iptsec input {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
	background-color: #f5f5f5;
}

.uname,
.utel,
.uadd {
	width: 195px;
	position: absolute;
}

.uname {
	right: 562px;
	top: 48px;
}

.utel {
	right: 355px;
	top: 48px;
}

.uadd {
	right: 147px;
	top: 48px;
}

.uare {
	position: absolute;
	width: 610px;
	height: 40px;
	border: none !important;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	outline: none !important;
	resize: none;
	display: block;
	background-color: #f5f5f5 !important;
	right: 147px;
	top: 93px;
}

.ly_btn {
	display: block;
	width: 80px;
	position: absolute;
	height: 85px;
	text-align: center;
	background-color: #6F0F03;
	line-height: 24px;
	transition: .4s;
	color: #fff !important;
	margin-top: 15px;
	font-size: 18px;
	padding-top: 15px;
	right: 57px;
	top: 32px;
}

.ly_btn:hover {
	background-color: #936546;
}

.ly_box>span {
	position: absolute;
	width: 260px;
	height: 36px;
	background-color: #6F0F03;
	color: #fff;
	font-size: 14px;
	padding-left: 56px;
	background-image: url(../img/lyzx.png);
	background-repeat: no-repeat;
	background-position: 22px center !important;
	bottom: 0;
	line-height: 36px;
	left: 396px;
}

.lyzx {
	width: 135px;
	height: 38px;
	position: absolute;
	line-height: 38px;
	text-align: center;
	background-color: #333;
	color: #fff !important;
	background-image: url(../img/lyzx.png);
	background-repeat: no-repeat;
	background-position: 25px center !important;
	padding-left: 35px;
	font-size: 14px;
	line-height: 36px;
	left: 670px;
	bottom: 0;
}

.lyzx:hover {
	background-color: #000;
}

/* lins_sec */
.lins_sec {
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	background-color: #6F0F03;
}

.links_main {
	width: 1200px;
	height: 36px;
	line-height: 36px;
	margin: auto;
	position: relative;
}

.links_main p {
	font-size: 16px;
	margin: 0;
}

.links_main p a {
	color: #fff !important;
	font-size: 14px;
	margin: 0 20px;
}

/* footer */
.footer {
	width: 100%;
	height: 220px;
	background-color: #fdf4ef;
	position: relative;
	overflow: hidden;
}

.fot_main {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}

.fot_main>a {
	display: block;
	margin-top: 51px;
	float: left;
}

.footer_nav {
	width: 276px;
	height: 110px;
	position: relative;
	float: left;
	background-image: url(../img/fline.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 51px;
	margin-left: 70px;
}

.footer_nav a {
	display: block;
	width: 50%;
	line-height: 36px;
	float: left;
	text-align: center;
	color: #555 !important;
	font-size: 14px;
}

.footer_nav a:hover{
	color: #6F0F03!important;
}

.footer_msg {
	width: 420px;
	height: 110px;
	position: relative;
	float: left;
	background-image: url(../img/fline.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 51px;
	padding-left: 40px;
	line-height: 36px;
	font-size: 14px;
	color: #555;
}

.footer_msg p{
	margin: 0;
}

.footer_code {
	width: 170px;
	height: 110px;
	float: right;
	background-image: url(../img/fline.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 51px;
	position: relative;
}

.footer_code img {
	float: right;
	width: 100px;
	height: 100px;
}

.footer_code p {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 14px;
	color: #555;
	margin: 0;
}

.zhichi {
	width: 100%;
	height: 56px;
	line-height: 56px;
	display: block;
	background-color: #fbeee6;
	color: #666;
	text-align: center;
	margin: 0;
}

.zhichi a {
	color: #666 !important;
}

.lib79156988_0 {
	margin: auto;
	padding: 40px 0 !important;
	background-color: #fff;
	background: url(../img/newsbg.jpg) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	height: 680px;
}

.lib79156988_0:after {
	content: " ";
	display: block;
	clear: both
}

.lib79156988_0 i,
.lib79156988_0 em {
	font-style: normal
}

.lib79156988_0 .clear {
	clear: both
}

.lib79156988_0 .content {
	width: 1200px;
	margin: 0 auto
}

.lib79156988_0 .pr {
	position: relative
}

.lib79156988_0 .newbox {
	line-height: 24px;
	font-family: "Microsoft Yahei";
	color: #666;
	clear: both
}

.lib79156988_0 .newbox .til01 {
	height: 102px
}

.lib79156988_0 .news {
	overflow: hidden;
	width: 1200px
}

.lib79156988_0 .new_t {
	height: 78px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	z-index: 1
}

.lib79156988_0 .new_t a {
	height: 48px;
	line-height: 48px;
	display: block;
	color: #6F0F03;
	border-bottom: solid 2px #6F0F03;
	float: left
}

.lib79156988_0 .new_t:before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 1px;
	background-color: #cecece;
	left: 0;
	top: 48px;
	z-index: -1
}

.lib79156988_0 .new1 {
	width: 600px;
	height: 380px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 40px
}

.lib79156988_0 .new1 dt {
	width: 660px;
	display: block;
	height: 240px;
	overflow: hidden
}

.lib79156988_0 .new1 dt img {
	display: block;
	width: 660px;
	min-height: 240px;
	overflow: hidden;
	transition: 0.5s
}

.lib79156988_0 .new1 dt img:hover {
	transform: scale(1.04);
	transition: 0.5s
}

.lib79156988_0 .new1 dd {
	margin: 15px 0 0
}

.lib79156988_0 .new1 dd b {
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	font-weight: normal
}

.lib79156988_0 .new1 dd b a {
	display: block;
	color: #fff !important
}

.lib79156988_0 .new2 {
	overflow: hidden
}

.lib79156988_0 .new2 dl {
	height: 110px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #cecece
}

.lib79156988_0 .new2 dl:last-child {
	margin-bottom: 0
}

.lib79156988_0 .new2 dt {
	float: left;
	text-align: center;
	width: 80px;
	line-height: 54px;
	font: 30px "Microsoft YaHei";
	color: #fff !important;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 11px;
}

.lib79156988_0 .new2 dt em {
	display: block;
	font: 18px "Microsoft YaHei";
	color: #eee;
	line-height: 32px;
}

.lib79156988_0 .new2 dd {
	overflow: hidden;
	margin-top: 7px
}

.lib79156988_0 .new2 dd p,
.lib79156988_0 .new1 dd p {
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #fff !important;
	margin: 0;
}

.lib79156988_0 .new2 dd b a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	overflow: hidden
}

.lib79156988_0 .new2 dl:hover dt,
.lib79156988_0 .new2 dl:hover dd b a,
.lib79156988_0 .new1:hover dd b a {
	color: #6F0F03;
	font-weight: bold
}

.lib79156988_0 .new1 dd b a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.lib79156988_0 .sys_tit1,
.lib79156988_0wap1 .sys_tit1 {
	position: relative;
	text-align: center;
	padding: 3rem 1rem;
	margin: 0
}

.lib79156988_0 .sys_tit1:after,
.lib79156988_0wap1 .sys_tit1:after {
	display: block;
	content: " ";
	clear: both
}

.lib79156988_0 .sys_tit1>h2,
.lib79156988_0wap1 .sys_tit1>h2 {
	color: #fff !important;
	line-height: 180%;
	font-weight: normal;
	padding: 0;
	margin: 0
}

.lib79156988_0 .sys_tit1>p,
.lib79156988_0wap1 .sys_tit1>p {
	color: #ddd !important;
	margin: 0;
	font-size: 1rem;
	line-height: 180%;
	display: block;
	letter-spacing: 8px;
}

.lib79156988_0 {
	color: #6F0F03;
	background-color: #fff;
	margin: auto;
	padding: 60px 0;
	position: static;
	z-index: auto
}

.clearfix {
	transition: .4s;
}

.clearfix:hover a {
	color: #6F0F03 !important;
}


/* 翻页 */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
