/**************************************/
/*************[公用start]**************/
/**************************************/
.none {
	display: none;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

.clearfix:after {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */

	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */

	display: block;
	clear: both;
	content: "";
}

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/

/* 
@font-face {
	font-family: "albbm";
	src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
	font-family: "albbr";
	src: url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}


@font-face {
	font-family: "din";
	src: url("../fonts/DINPro-Medium.otf");
}
 */

* {}


body {
	overflow-x: hidden;
	margin: 0;
}








div.clear {
	clear: both;
	height: 0;
	width: 0;
}




a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	border: 0;
	max-width: 100%;
}


div.wp {
	width: 1200px;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tran {
	transition: all .3s ease-out 0s;
}

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



/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/

	overflow: hidden;
}

.img-box img {
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}

.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header {
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 999;
	padding: 0 100px;
}

#header .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.logo {
	width: 328px;
	margin-top: 25px;
}

.logo a,
.logo img {
	display: block;
	width: 100%;
}

.banner {
	background: url(../images/banner.png) no-repeat center top;
	min-height: 500px;
}

.banner.bannerlieb {
	background: url(../images/e-banner.png) no-repeat center top;
	min-height: 500px;
}

.banner.bannerlieb2 {
	background: url(../images/arr-banner03.png) no-repeat center top;
	min-height: 500px;
	background-size: 100%;
}

.banner.bannerlieb3 {
	background: url(../images/arr-banner04.png) no-repeat center bottom;
	min-height: 500px;

}

.banner .login {
	background: linear-gradient(to right, #E3061B, #A0001C);
	background: -moz-linear-gradient(to right, #E3061B, #A0001C);
	background: -webkit-linear-gradient(to right, #E3061B, #A0001C);
	background: -o-linear-gradient(to right, #E3061B, #A0001C);
	padding: 8px 15px;
	border-radius: 25px;
	color: #fff;
	margin-left: 15px;
	font-size: 14px;
}

.banner .login a {
	color: #fff;
}

.menu001 .list-unstyled {
	margin-top: 6px;
}

.menu001 {
	margin-top: 36px;
}

.banner .login .line {
	padding: 0 5px;
}


.bannernr01 {
	text-align: center;
}

.bannernr01 .h1 {
	font-size: 58px;
	color: #fff;
	margin: 83px 0;
}

.bannernrlist01 .h1 {
	font-size: 58px;
	color: #fff;
	margin: 83px 0 23px 0;
}

.bannernr01 .h2 {
	font-size: 44px;
	color: #fff;
	margin: 0;
}

.bannernr01 .input {
	width: 693px;
	margin: 0 auto;
	height: 51px;
	background: #FFFFFF;
	border-radius: 50px;
	border: 0;
	position: relative;
	margin-top: 50px;
}

.bannernr01 .input:before {
	background: url(../images/research.png) no-repeat center top;
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	top: 16px;
	left: 15px;
}

.bannernr01 .input input {
	width: 643px;
	margin: 0 auto;
	height: 51px;
	background: #FFFFFF;
	border-radius: 50px;
	border: 0;
	outline: none;
	font-size: 16px;
	padding-left: 30px;
}

.bannerimg {
	width: 1440px;
	margin: 50px auto;
	padding: 90px 0;
}

.bannerimg .item {
	width: 23.5%;
	margin-right: 2%;
}

.bannerimg .item:hover a .tit {
	color: #A4001C;
	font-weight: bolder;
}

.bannerimg .item:last-child {
	margin-right: 0;
}

.bannerimg .imgbox_a {
	padding-bottom: 76.5%;
	border-radius: 40px 40px 0 0;

}

.bannerimg .imgbox_a img {}

.bannerimg .tit {
	background: #fff;
	color: #222;
	padding: 10px 0;
	line-height: 32px;
	margin: 0;
	font-size: 16px;
}




.nav {
	position: relative;
	margin-right: 80px;
}


.nav ul {
	margin: 0;
}

.nav>ul>li {
	float: left;
	position: relative;

}

.nav>ul>li+li {
	margin-left: 55px;
}

.nav>ul>li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	position: relative;
}


.nav>ul>li>a::after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background-color: #b12621;
	bottom: 0px;
	right: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.nav>ul>li.cur>a,
.nav>ul>li:hover>a {
	color: #b12621;

}

.nav>ul>li:hover>a::after,
.nav>ul>li.cur>a::after {
	width: 100%;
	right: auto;
	left: 0;
}

.nav>ul>li>ul {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top: 100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	/*transition: .3s;*/
	text-align: center;
}

.nav>ul>li>ul>li>a:hover {
	background-color: #b12621;
	color: #fff;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

/* #main {}


.fafa .slides>li {
	height: 546px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.fafa .slides>li::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 203px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/banner-yin.png);
	content: "";
	z-index: 15;
}

.fafa .flex-control-nav {
	height: 0;
	bottom: 40px;
}

.fafa .flex-control-nav li {
	margin: 0 5px;
}

.fafa .flex-control-paging li a {
	width: 20px;
	height: 20px;
}

.fafa .slides>li img {
	display: none;
	width: 100%;
}
 */








.main1 {
	background-color: #fff;
	padding: 15px 0 30px;
}

.title-11-left {
	text-align: center;
}

.title-11-left h1 {
	margin: 0;
	font-size: 32px;
	color: #ededed;
	text-transform: uppercase;
	font-family: "din";
}

.title-11-left h2 {
	margin: 0;
	font-size: 42px;
	color: #333;
	text-transform: uppercase;
	font-family: "albbm";
	margin-top: -14px;
}

.main1 .title-11-dl {
	margin-top: 33px;
	float: left;
	width: 20%;
	margin-bottom: 30px;
}

.main1 .title-11-dl dl {
	margin: 0;
	margin-bottom: 30px;
}

.main1 .title-11-dl dd {
	display: inline-block;
	font-size: 20px;
	color: #333;
	padding: 0 40px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	position: relative;
	text-align: left;
}

.main1 .title-11-dl dd:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #eaeaea;
}

.main1 .title-11-dl dd.cur {
	color: #ad0000;
}

.main1 .title-11-dl dd.cur:before {
	background: #ad0000;
}

.main1 .title-11-dl .moret {
	background: #ad0000;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	display: inline;
	padding: 10px 60px;
}

.main-div {
	margin-top: 45px;
}

.main3 .title-11-dl {
	border-bottom: 1px solid #eaeaea;
}

.main3 .title-11-dl dd {
	float: left;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
}

.main3 .title-11-dl dd.cur {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #ad0000;
	color: #222;
	font-weight: bold;
	font-size: 24px
}

.main3 .title-11-dl .moredt a {
	line-height: 60px;
}

.main3 .main3-box dl {
	/* width: 32%; */
	float: left;
	/* margin-right: 2%; */
}

.main3 .imgbox_a {
	padding-bottom: 52.5%;
}

.main3 .main3-box dl:hover .imgbox_a {
	padding-bottom: 40.5%;
}

.main3 .main3-box dl .mainmore {
	height: 0;
	/* transition: height .05s ease-in-out; */
	overflow: hidden;
}

.main3-box .main3-qnr .main3-qnr01 {
	background: #fff;
	width: 48%;
	float: left;
	margin-right: 4%;
	line-height: 30px;
	margin-bottom: 30px;
}

.main3-box .main3-qnr .main3-qnr01:nth-child(2n) {
	margin-right: 0;
}

.main3 .main3-box dl:hover .mainmore {
	height: 100%;

}

.main3-box .main3-qnr .main3-qnr01:hover h1 {
	background: #ad0000;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	cursor: pointer;
}

.main3-box .main3-qnr .main3-qnr01 h1 {
	background: #fff;
	color: #222;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #eaeaea;
}

.main3-box .main3-qnr .main3-qnr01 .jt img {
	width: 18px;
}

.main3-box .main3-qnr .main3-qnr01 p {
	padding: 20px;

}

.main3 .main3-box dl:nth-child(3n) {
	margin-right: 0;
}

.main3 .main3-box dl .dd {
	background: #fff;
	padding: 20px 15px;
}

.main3 .main3-box dl .dd .data {
	text-align: center;
	width: 20%;
}

.main3 .main3-box dl .dd .new {
	width: 75%;
	margin-top: 10px;
	text-align: left;
}

.main3 .main3-box dl .dd .newnr {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 46px;
	font-size: 16px;
}

.main3 .main3-box dl .dd h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mainmore {
	background: #ad0000;
	text-align: center;
	line-height: 42px;
	color: #fff;
}

.main1-box-wp {
	float: left;
	width: 80%;
}

.main1-box-wp .main1-box {
	display: none;

}

.main1-box-wp .main1-box ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	padding: 30px 26px;
	border-radius: 5px;
	margin-bottom: 20px;

}

.main1-box-wp .main1-box ul li:hover {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.main1-box-wp .main1-box ul li:hover h1 {
	color: #96211d;
}

.main1-box-wp .main1-box ul li:nth-child(3n) {
	margin-right: 0;
}

.main1-box-wp .main1-box:first-child {
	display: block;
}

.main1-box-wp .main1-box .title {
	font-size: 22px;
	margin-bottom: 10px;
}

.main1-box-wp .main1-box .con {
	line-height: 22px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: 110px;
	margin-bottom: 20px;
	font-size: 14px;
}

.main1-box-wp .main1-box .detail {
	position: relative;
	padding-right: 20px;
}

.main1-box-wp .main1-box .detail:after {
	position: absolute;
	content: "";
	right: 0;
	top: 20%;
	background: url(../images/jt2.png) no-repeat;
	width: 12px;
	height: 12px;
}

.main1-box-wp .main1-box li:hover .detail:after {
	position: absolute;
	content: "";
	right: 0;
	top: 20%;
	background: url(../images/jt.png) no-repeat;
	width: 12px;
	height: 12px;
}

.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.fmain2 .slides>li {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 90px 0;
}

.fmain2 .slides>li::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.39;
	content: "";
	z-index: 15;
}


.main2-a {
	display: block;
	width: 130px;
	font-size: 30px;
	color: #fff;
	font-family: "albbm";
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 25;
	transition: color .3s;
}

.main2-a:hover {
	color: #b12621;
}

.main2-a-ico {
	width: 94px;
	margin: 0 auto 20px;
}

.fmain2 .flex-direction-nav a {
	width: 30px;
	height: 16px;
	margin-top: -8px;
	transition: background-image .3s;
}

.fmain2 .flex-direction-nav {
	position: absolute;
	width: 1400px;
	height: 0;
	top: 50%;
	left: 50%;
	margin-left: -700px;
}

.fmain2 .flex-direction-nav .flex-prev {
	left: 0;
}

.fmain2 .flex-direction-nav .flex-prev:hover {
	background-image: url(../images/b-left-h.png);
}


.fmain2 .flex-direction-nav .flex-next {
	right: 0;
}

.fmain2 .flex-direction-nav .flex-next:hover {
	background-image: url(../images/b-right-h.png);
}

.main3 {
	background-color: #f8f8f8;
	padding: 60px 0 60px;
}

.main3-1 {
	width: 681px;
	margin-right: 38px;
}

.main3-1 .imgbox_a {
	padding-bottom: 60.646%;
}

.main3-1 .imgbox_a::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 183px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/yy2.png);
	z-index: 5;
	content: "";
}

.main3-1-con {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 25;
	padding: 0 25px 30px;
}

.main3-1-con h1 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.main3-1-con h2 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-family: "albbm";
	margin-top: 13px;
}

.main3-2 {
	overflow: hidden;
}

.main3-2 dl {
	margin: 0;
}

.main3-2 dd+dd {
	margin-top: 41px;
}

.main3-2-pic {
	width: 244px;
	margin-right: 30px;
}

.main3-2-pic .imgbox_a {
	padding-bottom: 76.23%;
}

.main3-2-con {
	padding-top: 12px;
	overflow: hidden;
}

.main3-2-con h1 {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-family: "albbm";
}

.main3-2-con h1 a:hover {
	color: #b12621;
}

.main3-2-con p {
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 13px;
}

.main3-2-con h2 {
	margin: 0;
	font-size: 16px;
	color: #999;
	margin-top: 40px;
}

/* .main3-box-wp .main3-box {
	display: none;
} */

.main3-box-wp .main3-box:first-child {
	display: block;
}



.main4 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 860px;
	background-image: url(../images/main4-bg.jpg);
	padding: 125px 0 100px;
	overflow: hidden;
}

.main4::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.4;
	z-index: 15;
}

.main4 .container {
	position: relative;
	z-index: 25;
}


.main4 .title-11-left h1 {
	color: #fff;
}

.main4 .title-11-left h2 {
	color: #fff;
	margin-top: 0;
}

.main4-line {
	height: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main4-line.png);
}


.main4-dl {
	width: 211px;
	margin-top: 80px;
}

.main4-dl dl {
	margin: 0;
}

.main4-dl dd+dd {
	margin-top: 25px;
}

.main4-dl dd {
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999em;
	padding-left: 42px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.main4-dl dd.cur {
	background-color: #b12621;
	border-color: #b12621;
	color: #fff;
}

.main4-dl dd img {
	display: inline-block;
	margin-top: -3px;
	margin-right: 15px;
}

.main4-dl dd img.curImg {
	display: none;
}

.main4-dl dd.cur img {
	display: none;
}

.main4-dl dd.cur img.curImg {
	display: inline-block;
}


.more05 {
	margin-top: 155px;
}

.more05>a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jj.png);
	background-color: #fff;
	transition: .3s;
}

.more05>a:hover {
	background-color: #b12621;
	background-image: url(../images/jjh.png);
}


.main4-bai-wp {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 30;
	width: 43.5%;
}

.main4-bai {
	background-color: #fff;
	padding: 50px 60px;
	border-top-left-radius: 25px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 145px;
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	opacity: 0;
	transition: opacity .5s, left .5s;
	z-index: 10;
}

.main4-bai.cur {
	position: relative;
	left: 0;
	opacity: 1;
	z-index: 12;
}

.main4-bai-title {
	font-size: 23px;
	color: #c0c0c0;
	text-transform: uppercase;
	font-family: "din";
}

.main4-bai-title span {
	font-family: "albbr";
	font-size: 30px;
	color: #b12621;
	padding-right: 15px;
}


.main4-bai-p p {
	margin: 0
}

.main4-bai-p {
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin: 25px 0;
}

.main4-bai .more04 {
	margin-top: 0;
}

.main4-arrow {
	position: absolute;
	width: 48px;
	top: 50%;
	margin-top: -120px;
	z-index: 35;
	right: 60px;
}

.main4-arrow-left {
	width: 48px;
	height: 48px;
	background-image: url(../images/left.png);
	background-size: 100%;
	cursor: pointer;
	transition: background-image .3s;
}

.main4-arrow-left:hover {
	background-image: url(../images/lefth.png);
}

.main4-arrow-right {
	width: 48px;
	height: 48px;
	background-image: url(../images/right.png);
	background-size: 100%;
	cursor: pointer;
	margin-top: 24px;
	transition: background-image .3s;
}

.main4-arrow-right:hover {
	background-image: url(../images/righth.png);
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer {
	position: relative;
	z-index: 600;
}

.footer-1 {
	background: #fff;
	margin: 50px 0;
}

.footer-1 .logo {
	float: left;
	width: 30%;
}

.footer-1 .logo img {
	width: 404px;
}

.footer-1 .list {
	float: right;
	width: 68%;
}

.footer-1 .foot-nav {
	float: left;
	width: 60%;
}

.footer-1 .foot-add {
	float: right;
	width: 40%;
	/*border-left: 2px solid #eaeaea;*/
	padding-left: 10px;
}

.footer-1 .list .foot-nav .dd {
	float: left;
	line-height: 60px;
	width: 50%;
}

.footer-1 .list .foot-add .dd {
	float: left;
	line-height: 60px;
	width: 100%;
}

.footer-1 .list dt a {
	font-size: 22px;
	color: #000;
}

.footer-1 .list dd a {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.footer-1 .list .foot-add p {
	font-size: 14px;
	color: #222;
	line-height: 30px;
}

.footer-2 {
	background-color: #ececec;
	padding: 15px 0;
	font-size: 14px;
	color: #848484;
}

.footer-2 a:hover {
	color: #fff;
}

.footer-2 .flleft {
	float: left;
}

.footer-2 .frright {
	float: right;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2 {
	display: none;
	height: 75px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0.5);
	/*background-color: #0089d0;*/
}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;
}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 5px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jia2h.png);
}

.nav-2>ul>li:first-child {
	/*border-top: 0;*/
}

.nav-2>ul>li>a {
	padding: 8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}


.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 290px;
	margin-left: 15px;
	margin-top: 20px;
}

.logo-2 img {
	display: block;
	width: 100%;
}

.menu2 {
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2 {
	height: 424px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 160px;
}


.banner-2 h1 {
	margin: 0;
	font-size: 44px;
	color: #000;
	font-family: "albbm";
}

.banner-2 h2 {
	margin: 0;
	font-size: 26px;
	color: #000;
	/*font-family:"din";*/
	text-transform: uppercase;
	margin-top: 10px;
}

.banner-2.banner-2-bai h1,
.banner-2.banner-2-bai h2 {
	color: #fff;
}

.banner-2.banner-2-center h1,
.banner-2.banner-2-center h2 {
	text-align: center;
}

.banner-2.banner-2-center {
	padding-top: 115px;
}


.fenye ul {
	margin: 0;
}

.fenye {
	text-align: center;
	padding: 50px 0;
}

.erji-bottom {
	padding: 70px 0;
}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	margin-top: 100px;
}

.listnav {
	width: 100%;
	height: 68px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.03);
}

.erji-nav {
	width: 74%;
}

.erji-nav dl {
	margin: 0;
	font-size: 18px;
}

.erji-nav .tit {
	background: url(../images/e-bj.png) no-repeat center center;
	float: left;
	width: 148px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-right: 50px;

}

.erji-nav dd {
	float: left;
	font-size: 18px;
	color: #333;
	height: 72px;
	line-height: 72px;

}

.erji-nav dd+dd {
	margin-left: 30px;
}

.erji-nav dd.cur>a,
.erji-nav dd>a:hover {
	color: #dd061a;
	border-bottom: 2px solid #dd061a;
	display: inline-block;
	height: 72px;
	line-height: 72px;
}

.mianbaoxie {
	padding-left: 25px;
	background-size: 18px;
	font-size: 14px;
	overflow: hidden;
}

.mianbaoxie dl {
	margin: 0;
}

.mianbaoxie dd {
	float: left;
	height: 71px;
	line-height: 71px;
	font-size: 16px;
	color: #333;
	font-family: "albbm";
}



.mianbaoxie dd a:hover,
.mianbaoxie dd span {
	color: #b12621;
}


.mainny {
	background: #f8f8f8;
}

.j_f1 {
	margin: 30px 0;
}

.prort {

	padding: 15px 0;
	padding-left: 35px;
	padding-right: 20px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-left: 5px solid #A0001C;
}

.prort1 h1 {
	line-height: 30px;
	font-size: 22px;
	color: #222222;
	font-weight: bold;
}

.prort1 h1 span {
	margin-left: 16px;
	font-size: 25px;
	color: #222222;
	opacity: 0.16;
	text-transform: capitalize;
}

.mainny01-con {
	width: 100%;
}

.mainny01-l {
	width: 68%;
	margin-right: 2%;
	float: left;
}


.mainny01-l dd {
	background: #fff;
	padding: 25px;
	border-left: 5px solid #fff;
	border-radius: 8px;
	margin-bottom: 20px;
}

.mainny01-l dd:hover {
	border-left: 5px solid #96211d;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.11);
}

.mainny01-l dd:hover .huodong-con h1 a {
	color: #96211d;
}

.mainny01-l dd:hover .news-san2 .detailsan {
	background: #96211d;
	color: #fff;
}

.huodong-pic {
	width: 255px;
	margin-right: 45px;
}

.huodong-pic .imgbox_a {
	padding-bottom: 65.1%
}

.huodong-con {
	overflow: hidden;

}

.huodong-con h1 {
	margin: 0;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 85px;
	line-height: 20px;
	font-weight: bold;
}

.huodong-con h1 span.span_111 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
	background: #A0001C;
	border-radius: 5px;
	padding: 0 5px;
	display: inline-block;
}

.huodong-con p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 6px 0 10px;
}

.huodong-a {
	font-size: 14px;
	color: #333;
}

.huodong-a img {
	margin-top: -3px;
	margin-left: 13px;
}

.huodong-a a:hover {
	color: #A0001C;
}

.news-san {
	margin: 10px 0 15px 0;
}

.news-san ul {
	margin: 0;
	font-size: 0;
}

.news-san li {
	display: inline-block;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	background-image: url(../images/e-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	float: left;
	margin-right: 30px;
}

.news-san li:first-child {
	background-image: url(../images/e-03.png);

}

.news-san li:first-child+li+li {

	background-image: url(../images/e-01.png);

}

.news-san2 {
	font-size: 14px;
	color: #999;
}

.news-san2 .eye {
	background-image: url(../images/e-yj.png);
	background-repeat: no-repeat;
	background-position: left center;
	/*margin-left: 50px;*/
	padding-left: 20px;
}

.news-san2 .detailsan {
	border: 1px solid #eaeaea;
	padding: 6px 15px;
	border-radius: 50px;
}

.mainny01-r {
	width: 30%;
	background: #fff;
	border-radius: 8px;
}

.mainny01-r .prolt {
	background: url(../images/e-04bj.png) no-repeat left top;
	height: 52px;
}

.prolt h1 {
	line-height: 43px;
	padding-left: 29px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;

}

.mainny01-r .jq {
	width: 100%;
	padding: 0 4%;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.mainny01-r .jq h1 {
	margin-bottom: 10px;
}

.mainny01-r .jq .max input {
	border: 1px solid #eaeaea;
	text-align: right;
	line-height: 30px;
	border-radius: 3px;
	width: 48%;
	font-size: 14px;
}

.mainny01-r .jq .max input:focus {
	outline: none;
	border: 1px solid #A0001C;
	/* 设置点击时的边框颜色 */
}

.mainny01-r .jq2,
.mainny01-r .jq3 {
	margin-top: 20px;
}

.mainny01-r .checkbox {
	margin-top: 0;
}

.mainny01-r .checkbox input {
	display: none;

}

.mainny01-r .checkbox input+label {
	background: url(../images/checkbox1.png) left center no-repeat;
	background-size: 21px 21px;
	padding-left: 28px;
}

.mainny01-r .checkbox input:checked+label {
	background-image: url(../images/checkbox2.png);
}

.mainny01-r .but {
	width: 90%;
	margin: 20px auto;
}

.mainny01-r .but .qc {
	border-radius: 8px;
	border: 1px solid #A0001C;
	padding: 5px 30px;
	background: #fff;
}

.mainny01-r .but .ss {
	border-radius: 8px;
	border: 1px solid #A0001C;
	color: #fff;
	background: #A0001C;
	padding: 5px 30px;
}

.g-detail {
	text-align: center;
	font-size: 30px;
}

.g-detail h1 {
	border-bottom: 3px solid #A0001C;
	display: inline-block;
	padding-bottom: 20px;
	margin: 30px 0;
	font-weight: bold;
}



.g-detail01 {
	width: 100%;
	background: linear-gradient(to right, #E3061B, #A0001C);
	background: -moz-linear-gradient(to right, #E3061B, #A0001C);
	background: -webkit-linear-gradient(to right, #E3061B, #A0001C);
	background: -o-linear-gradient(to right, #E3061B, #A0001C);
	padding: 30px 20px;
	color: #fff;
	font-size: 14px;
}

.g-detail01 .huodong-con h1 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding-right: 85px;
	line-height: 35px;
	font-weight: bold;
}

.g-detail01 .huodong-con h1 span.span_111 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #A0001C;
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	display: inline-block;
}

.g-detail01 .huodong-con p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 12px 0 10px;
	height: auto;
}

.g-detail01 .news-san2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.g-detail01 .news-san2 .detailsan {
	color: #fff;
	border: 0;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	border-radius: 0;
	padding-left: 20px;
	background: url(../images/arr06.png) no-repeat left center;
}

.jbxx {
	background: #fff;
	height: 50px;
	padding-left: 30px;
	line-height: 50px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.jbxx .active {
	border-bottom: 2px solid #A0001C;
	color: #A0001C;
}

.jbxx div {
	float: left;
	margin-right: 30px;
	font-size: 14px;
	cursor: pointer;
}

.jbxx div img {
	margin-right: 5px;
}

.purxon {

	padding-bottom: 50px;
}

.purxon .dl {
	width: 48%;
	background: #fff;
	border-radius: 8px;
	height: 45px;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	padding: 0 15px;
}

.purxon .dl:nth-child(2n) {
	margin-right: 0;
}

.purxon .dl dt {
	width: 20%;
}

.purxon .dl dd {
	width: 70%;
}

.purxon .dl input {
	border: 0;
	width: 100%;

}

.purxon .dl dd span {
	color: #999;
}

.purxon .purxon-zx {
	text-align: center;
}

.purxon .purxon-zx button {
	background: #A0001C;
	color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 20px auto;
	border: 0;
}

.govgg {
	background: url(../images/gaogao.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}

.govgg h1 {
	font-size: 30px;
	line-height: 60px;
}

.govgg h2 {
	font-size: 14px;
	line-height: 50px;
}

.govgg h3 {
	margin: 20px 0;
}

.govgg a {
	font-size: 14px;
	width: 100%;
	background: linear-gradient(to right, #E3061B, #A0001C);
	background: -moz-linear-gradient(to right, #E3061B, #A0001C);
	background: -webkit-linear-gradient(to right, #E3061B, #A0001C);
	background: -o-linear-gradient(to right, #E3061B, #A0001C);
	padding: 10px 20px;
	margin: 20px 0;
}

/* background: url(../images/e-bj.png) no-repeat center center; */


/* 弹框 S */
.fadeThree {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0, 0, 0, .5);
}

.informationBox {
	background: #fff;
	/*border-radius: 5px;*/
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1002;
	transform: translate(-50%, -50%);
	width: 30%;
}

.informationBox .titBoxT {
	border-bottom: 1px solid #eaeaea;
	background: #ECEEF2;
}

.titBoxT h1 {
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.titBoxT img {
	cursor: pointer;
}

.titBoxT h1 span {
	width: 50%;
	text-align: center;
	float: left;
	display: block;
	font-size: 20px;
	cursor: pointer;
}

.titBoxT .active {
	background: #fff;
	color: #222;
	height: 60px;
	line-height: 60px;
}

.titBoxTul li {
	margin-top: 15px;
	padding: 0 5%;
	position: relative;
}

.titBoxTul li span {
	width: 100%;
	display: block;
	margin: 5px 0;
	font-size: 14px;
}

.titBoxTul li input {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #f8f8f8;
	border-radius: 2px;
	width: 100%;
	border: 0;
	margin: 5px 0;
	font-size: 14px;
}

.holdBox {
	text-align: center;
}

.holdBox .hold {
	background: #D1051C;
	border-radius: 5px;
	color: #fff;
	width: 90%;
	padding: 15px 50px;
	border: 0;
	margin: 30px 5%;
}

.wjml {
	font-size: 14px;
	margin: 0 5% 30px 5%;
}

.wjml a {
	color: #999;
}

.titBoxTul li .yyz {
	position: absolute;
	bottom: 5px;
	right: 5%;
	z-index: 0;
	height: 50px;
	border: 0;
	padding: 0 15px;
	font-size: 12px;
	color: #666;
}

.titBoxTh2 {
	padding: 0 5%;
}

.informationBox2 .titBoxT {
	border-bottom: 0;
	background: #fff;
	height: 55px;
	list-style: 55px;
	font-size: 18px;
}

/* 弹框 E */


/* 新闻 S */
.zerennew .zeren1 {
	padding: 20px 0;
	background-color: #f8f8f8;
}

.zerennew .fzeren1 {
	background-color: #fff;
}


.zerennew .zeren1-num span {
	font-size: 2.4em;
	padding-right: 5px;
}

.zerennew .fzeren1:hover .more01 {
	left: 15px;
}

.zerennew .zeren1-pic {
	width: 680px;
}

.zerennew .zeren1-pic .imgbox_a {
	padding-bottom: 60.646%;
}

.zerennew .zeren1-con-wp {
	overflow: hidden;
	padding: 35px 50px 0;
	position: relative;
}


.zerennew .zeren1-date h1 {
	margin: 0;
	font-size: 58px;
	color: #222;
	font-family: "din";
	line-height: 1;
	margin-right: 10px;
	border-bottom: 3px solid #A0001C;
	padding-bottom: 10px;
}

.zerennew .zeren1-date h2 {
	margin: 0;
	font-size: 16px;
	color: #999;
	line-height: 1;
	margin-top: 10px;
}

.zerennew .zeren1-con h1 {
	margin: 0;
	font-size: 22px;
	color: #222;
	line-height: 1.8;
	height: 1.8em;
	overflow: hidden;
	margin: 30px 0 22px;
}

.zerennew .zeren1-con h1 a:hover {
	color: #b12621;
}

.zerennew .zeren1-con p {
	margin: 0;
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}

.zerennew .more01 {
	margin-top: 40px;
	background: #A0001C;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding: 0 50px;
	margin-bottom: 15px;

}

.zerennew {
	background: #f8f8f8;
}

.newslist {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0 0;
}

.newslist .main3-box {
	margin: 0 -1.5%;
}

.newslist .swiper-slide {
	width: 31.3%;
	float: left;
	margin: 18px 1%;
}

.main3.newslist .main3-box dl {
	height: 380px;
	overflow: hidden;
}

.main3.newslist .main3-box dl:hover .imgbox_a {
	padding-bottom: 43.5%;
}

/* 新闻 E */

/* 单片 S */
.erji-bottom {
	padding: 70px 0;
	background: #f5f5f5;
}

.danpian-h1 {
	font-size: 28px;
	line-height: 1.6;
	color: #333;
	text-align: center;

}

.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.bsBox,
.bsBox *,
#bsPanelHolder,
#bsPanelHolder * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0 20px;
}

.danpian-con * {
	font-size: 16px !important;
	/*color: #666 !important;*/
	line-height: 2 !important;
}

.danpian-con img {
	display: block;
	margin: 15px auto;
}


.dan-page {
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.dan-a {
	margin-top: 12px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dan-a a {
	font-size: 16px;
	color: #666;
}

.dan-a a:hover {
	color: #b12621;
}

.dpbutys {
	text-align: center;
	margin: 0 auto;
}

.dpbutys a {
	text-align: center;
	background: #A4001C;
	display: inline-block;
	margin: 50px auto 0 auto;
	color: #fff;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}

/* 单片 E */

/* 常见问题 S */
.problBox .tit {
	text-align: center;

}

.problBox .tit p {
	display: inline-block;
	font-size: 32px;
	padding: 20px 0;
	border-bottom: 3px solid #A0001C;
	margin: 30px 0;
}

.problBox01 {
	border-radius: 16px;
	border: 3px solid #C50D0F;
	margin: 0 10px 20px 10px;
	padding: 20px;
}

.problBox01 .dt {
	background: linear-gradient(95deg, #DE051B 0%, #A2001C 100%);
	border-radius: 8px;
	margin: 0 -30px;
	padding: 11px 15px;
	color: #fff;
	font-size: 18px;
}

.problBox01 .dt .fl {
	max-width: 80%;
}

#wrap {
	position: relative;

	overflow: hidden;
	box-sizing: initial;

}

/* 常见问题 E */


/* 关于我们 S */
.aboutBoxB {
	background: #F0F1F2 url(../images/gbj.png) no-repeat left bottom;
}

.aboutBox .tit {
	text-align: center;
	margin: 30px 0;
}

.aboutBox .tit p {
	font-size: 32px;

}

.aboutBox .tit p.yw {
	font-size: 20px;
	color: #C50B0B;
	margin-bottom: 5px;
}

.aboutBox .tit2 {
	text-align: center;
}

.aboutBoxB .aboutnr {
	background: #fff;
	box-shadow: inset 0px 0px 13px 1px rgba(0, 0, 0, 0.09);
	margin: 80px 0 85px;
	display: flex;
	align-items: center;
}


.aboutBoxB .about1-1 {
	width: 48%;
	margin-left: 2%;
	overflow: hidden;

}

.aboutBoxB .about1-2 {
	width: 50%;
	overflow: hidden;
	padding: 10px 8%;

}

.aboutBoxB .about1-1 img {
	display: block;
	width: 100%;
}


.aboutBoxB .about-title1 h1 span {
	color: #b12621;
}

.aboutBoxB .about-title1 h2 {
	margin: 0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}

.aboutBoxB .about1-2-con {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 45px;
}

.aboutBoxB .more04 {
	margin-top: 50px;
}

.aboutBoxB .more04 a {
	display: block;
	width: 166px;
	height: 46px;
	line-height: 46px;
	border-radius: 999em;
	background-color: #b12621;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: background-color .3s;
}

.aboutBoxB .more04 a:hover {
	background-color: #96211d;
}

.aboutBoxB .about1-1.imgbox_a {
	padding-bottom: 42.646%;
}

/* 关于我们 E */
.aboutBoxc {
	background: #fff;
	margin: 20px 0;
}

.aboutBoxc .aboutnr {
	/*width: 110%;*/
	overflow: hidden;
}

.aboutBoxc .aboutnr .aboutnr01 {
	width: 110%;
	margin: 0 -5%;
}

.aboutBoxc .aboutnrcdl {
	width: 40%;
	margin: 30px 5%;
	text-align: center;
	float: left;
}

.aboutBoxc .aboutnr .aboutnr01 .dd01 {
	font-size: 29px;
	font-weight: bold;
}

.aboutBoxc .aboutnr .aboutnr01 .dd02 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.aboutBoxd {
	background: #f8f8f8;
}

.aboutBoxd .aboutBoxd01 {
	position: relative;
	padding-left: 50px;
	background: #fff;
	padding: 26px 0 26px 70px;
	font-size: 18px;
	border-radius: 8px;
	line-height: 23px;
}

.aboutBoxd .aboutBoxd01:hover {
	background: linear-gradient(to right, #E3061B, #A0001C);
	background: -moz-linear-gradient(to right, #E3061B, #A0001C);
	background: -webkit-linear-gradient(to right, #E3061B, #A0001C);
	background: -o-linear-gradient(to right, #E3061B, #A0001C);
	color: #fff;
}

.aboutBoxd .aboutBoxd01:hover::after {
	background: url(../images/g01.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.aboutBoxd .aboutBoxd01::after {
	background: url(../images/g011.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.aboutBoxd .num {
	font-size: 40px;
	font-weight: bold;
	color: #999;
	line-height: 20px;
}

.aboutBoxd .aboutBoxd02:hover::after {
	background: url(../images/g022.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.aboutBoxd .aboutBoxd02::after {
	background: url(../images/g02.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.aboutBoxd .aboutBoxd03:hover::after {
	background: url(../images/g033.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.aboutBoxd .aboutBoxd03::after {
	background: url(../images/g03.png) no-repeat center center;
	background-size: 60%;
	content: "";
	position: absolute;
	left: 15px;
	top: 16px;
	width: 52px;
	height: 46px;
}

.govgg22 {
	font-size: 16px;
}

.govgg22 h1 {
	font-size: 20px;
	line-height: 30px;
}


/* 会员中心 S */
.aboutBox .tit {
	text-align: center;
	margin: 30px 0;
}

.aboutBox .tit p {
	font-size: 32px;

}

.hyzxBox {
	background: #f8f8f8;
	padding: 30px 0;
}

.hyzxBox .aboutBox .tit p.yw {
	color: #EBD6DB;
	margin-bottom: 5px;
	font-size: 42px;
}

.hyzxBox .aboutBox .tit p.yw01 {
	margin-top: -20px;
}

.hyzxBox .nrBox {
	background: url(../images/hybj.png) no-repeat center center;
	text-align: center;
	margin: 30px 0;
	padding: 50px;
}

.hyzxBox .ptyy {
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 15px 50px;
	margin: 20px 0;
}

.hyzxBox .cyy {
	background: linear-gradient(to right, #fce0b9, #f2bf78);
	background: -moz-linear-gradient(to right, #fce0b9, #f2bf78);
	background: -webkit-linear-gradient(to right, #fce0b9, #f2bf78);
	background: -o-linear-gradient(to right, #fce0b9, #f2bf78);
	border-radius: 50px;
	display: inline-block;
	padding: 15px 50px;
	margin: 20px 0;
	color: #704914;
}

.hyzxBox .nrBox p {
	line-height: 23px;
	padding: 5px 0;
}

.hyzxBox .nrBox .nrBoxl {
	width: 50%;
	float: left;
	text-align: center;
	border-right: 2px solid rgba(214, 169, 112, 0.3);
}

.hyzxBox .cyyhy {
	background: #FCDA7F;
	border-radius: 50px;
	display: inline-block;
	padding: 15px 50px;
	margin-top: 30px;
	color: #704914;
	cursor: pointer;
}

.kthyBox {
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1002;
	transform: translate(-50%, -50%);
	width: 30%;
}

.kthyBox h1 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}

.kthyBox h1 .fr {
	position: absolute;
	right: 10px;
	top: 2px;
}

.kthyBox .kthyBox01 {
	background: #f8f8f8;
	width: 100%;
	padding: 30px 10%;

}

.kthyBox .kthyBox01 .dl01 {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	width: 24%;
	text-align: center;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.kthyBox .kthyBox01 .dl01.active {
	border: 1px solid #A0001C;
	position: relative;
}

.kthyBox .kthyBox01 .dl01.active .dg {
	display: block;
	right: 0;
	top: -2px;
	position: absolute;
}

.kthyBox .kthyBox01 .dl01.active .tj {
	display: block;
	left: 0;
	top: -15px;
	position: absolute;
}

.kthyBox .kthyBox01 .dl01 .tj {
	display: none;
}

.kthyBox .kthyBox01 .dl01 .dg {
	display: none;
}

.kthyBox .kthyBox01 .dl01:last-child {
	margin-right: 0;
}

.kthyBox .kthyBox01 .dl01 dt {
	padding: 25px 0;
}

.kthyBox .kthyBox01 .dl01 dd {
	border-top: 1px solid #eaeaea;
	line-height: 40px;
}

.kthyBox .kthyBox01 .dl01 .xxz input {
	width: 50%;
	border: 1px solid #eaeaea;
	text-align: center;
}

.kthyBox .kthyBox01 .dl01 .xxz span {
	text-align: center;
	width: 25%;
	font-size: 20px;
	display: block;
	background: #f8f8f8;
}

.kthyBox .kthyBox01 .num {
	font-size: 35px;
}

.kthyBox .kthyBox02 {
	background: #fff;
	width: 100%;
	padding: 30px 10%;

}

.kthyBox .kthyBox02 .dl01 {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	width: 24%;
	text-align: center;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.kthyBox .kthyBox02 .dl01 dt {
	height: 50px;
	line-height: 50px;
}

.kthyBox .kthyBox02 .dl01.active {
	border: 1px solid #A0001C;
	position: relative;
}

.kthyBox .kthyBox02 .dl01.active .dg {
	display: block;
	right: 0;
	top: 0;
	position: absolute;
}

.kthyBox .kthyBox02 .dl01 .dg {
	display: none;
}

.wwxzf .zff {
	border-bottom: 0;
	margin-top: 15px;
}

.kthyBox .wwxzf {
	text-align: center;
}

/* 会员中心 E */


.banner.bannernone {
	background: none;
	min-height: auto;
}

.bannernone #header {
	height: 100px;
	background-color: #fff;
	position: relative;
	z-index: 999;
	padding: 0 100px;
}

.person {
	background: #f8f8f8;
}

.pro01 {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}

.pro01 .dl dt {
	margin-right: 15px;
}

.pro01 .dl dd .p01 {
	font-size: 26px;
}

.pro01 .dl dd .p03 {
	font-size: 14px;
	color: #999;
}

.pro01 .dl dd .p04 {
	font-size: 16px;
	color: #333;
}

.pro01 .bjbbj button {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #A0001C;
	padding: 10px 30px;
}

.personBbox {
	margin-bottom: 20px;
}

.personleft {
	background: #fff;
	border-radius: 8px;
	width: 25%;
	float: left;
}

.personleft .hh1 {
	padding: 10px 20px;
	border-bottom: 1px solid #eaeaea;
}

.personBbox .ul01 {
	padding: 15px 0;
}

.personBbox .li01 {
	background: url(../images/bjzl01.png) no-repeat 40px center;
	padding: 15px 0 15px 20%;
	cursor: pointer;
}

.personBbox .li01:hover,
.personBbox .li01.active {
	background: url(../images/bjzl.png) no-repeat 40px center;
	padding: 15px 0 15px 20%;
}

.personBbox .li02 {
	background: url(../images/dd.png) no-repeat 40px center;
}

.personBbox .li02:hover {
	background: url(../images/dd01.png) no-repeat 40px center;
}

.personBbox .li03 {
	background: url(../images/sc.png) no-repeat 40px center;
}

.personBbox .li03:hover {
	background: url(../images/sc01.png) no-repeat 40px center;
}

.personBbox .li04 {
	background: url(../images/tcdl.png) no-repeat 40px center;
}

.personBbox .li04:hover {
	background: url(../images/tcdl01.png) no-repeat 40px center;
}

.personBbox .exit {
	border-top: 1px solid #eaeaea;
}

.personright {
	background: #fff;
	border-radius: 8px;
	width: 73%;
	float: left;
	margin-left: 2%;
}

.personright .hh1 {
	padding: 10px 20px;
	border-bottom: 1px solid #eaeaea;
}

.personright01 {
	width: 80%;
	text-align: center;
	margin: 30px auto;
}

.personright01 .xgtx img {
	border-radius: 50%;
}

.personright01 .xgtx p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.personright .titBoxTul li {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding: 0;
	;
}

.personright .titBoxTul li span {
	width: 125px;
	display: inline-flex;
	justify-content: flex-end;
}

.personright .titBoxTul li input {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	flex: 1;
	margin-right: 0;
	background: #fff;
}

.personright .titBoxTul li textarea {
	height: 100px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	flex: 1;
	margin-right: 0;
	background: #fff;
}

.personright .holdBox {
	text-align: center;
}

.personright .holdBox .hold {
	background: #E51A2E;
	border-radius: 5px;
	color: #fff;
	width: 50%;
	padding: 15px 50px;
	border: 0;
}


.radio>input {
	display: none;
}

.radio>label {
	position: relative;
	margin-right: 34px;
}

.radio>label::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid rgb(219, 219, 219);
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
}

.radio>input:checked+label::before {
	background-color: #fff;
	border: 1px solid #E51A2E;
}

.radio>input:checked+label::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	bottom: 4px;
	background-color: #E51A2E;
}

.radio label,
.checkbox label {
	min-height: 19px;
	padding-left: 1px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.titBoxTul .nummer {
	position: absolute;
	right: 10px;
	bottom: 20px;
	font-size: 12px;
	color: #999;
}

.pro01 .dl dt img {
	border-radius: 50%;
	width: 122px;
	height: 122px;
}

.bannernone .nav>ul>li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #222;
	position: relative;
}

.personright .fenye {
	text-align: center;
	padding: 20px 0;
}

.personright02 .tabl .tr {
	border: 1px solid #eaeaea;

}
table.tabl {
	width: 100%;
	border-collapse: collapse;
}
.personright02 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.tabl .tr{
	background-color: #fff; /* 浅灰色背景 */
	  border-width: 1px;
	  border-style: solid;
	  border-color: #eaeaea;
	  text-align: center;
}
.tabl .tr th {
	  background-color: #fff; /* 蓝色背景 */
	  color: #222; /* 白色文字 */
	  font-size: 1em;
	  padding: 10px;
	  text-align: center;
	  font-weight: bold;
}
.tabl .tr01 td {
  text-align: left;
}

.tabl td {
  color: #222; /* 蓝色文字 */
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  text-align: center;
}
.tabl .tr01{
	background-color: #f8f8f8; /* 浅灰色背景 */

}
.tabl .thimg img{
	width: 80px;
	height: 60px;
	margin-right: 5px;
}
.tabl tr td,.tabl tr th{
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
.tabl tr .del{
	background: #fff;
	border-radius: 5px;
	border:1px solid #eaeaea;
	color: #999;
	font-size: 12px;
	padding: 5px 20px;
	display: inline-flex;
}
.tabl tr .del:hover{
background: #E51A2E;
color: #fff;
}
.grzxmobile{
	display: none;
}
.personright0sc .mainny01-l {
    width: 94%;
    margin:20px auto;
    float: none;
	margin-top: 20px;
	
}
.personright0sc .mainny01-l dd{
	background: #f8f8f8;
	
}