/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvleft{
	height: 100%;
	position: relative;
}
.headdvleft img {
	display: block;
	height: 100%;
	opacity: 1;
	transition: all 1s;
}
.headdvleft img:last-child{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 91%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 90px;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #ffffff;
	font-family: "微软雅黑";
	transition: all 1s;
}
.headdvright ul li:hover a span{
	color: #d2132d;
}
.headdvright ul li.active a span{
	color: #d2132d;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
}
.banners img{
	display: block;
	width: 100%;
}

.shpro{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 4.375rem;
	padding-bottom: 6.25rem;
	background-color: #ffffff;
}
.shprobt h1{
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 1s;
}
.shprobt h1 i{
	color: #cf001c;
}
.shprobt p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.shprolist ul{
	display: flex;
	justify-content: space-between;
}
.shprolist{
	margin-top: 60px;
}
.shprolist ul li{
	width: 8.125rem;
	padding: 0 1.875rem;
	padding-top: 75px;
	padding-bottom: 55px;
	background: url(../images/shpro_04.jpg) center no-repeat;
	background-size: cover;
	border-radius: 25px;
	height: 450px;
	position: relative;
	transition: all 1s;
}
.shprolist ul li:nth-child(2){
	background: url(../images/shpro_05.jpg) center no-repeat;
	background-size: cover;
}
.shprolist ul li:nth-child(3){
	background: url(../images/shpro_07.jpg) center no-repeat;
	background-size: cover;
}
.shprolist ul li:nth-child(4){
	background: url(../images/shpro_09.jpg) center no-repeat;
	background-size: cover;
}
.shprolist ul li:nth-child(5){
	background: url(../images/shpro_11.jpg) center no-repeat;
	background-size: cover;
}
.shprolist ul li:nth-child(6){
	background: url(../images/shpro_13.jpg) center no-repeat;
	background-size: cover;
}
.shprolist ul li .shprolisttop h1{
	color: #ffffff;
	font-size: 56px;
	font-family: "Montserrat_SemiBold";
	font-weight: bold;
	opacity: 0.3;
	transition: all 1s;
}
.shprolist ul li .shprolisttop h3{
	color: #4c4c4c;
	font-size: 22px;
	opacity: 0;
	transition: all 1s;
}
.shprolist ul li .shprolisttop h4{
	color: #808080;
	font-family: "Poppins";
	opacity: 0;
	transition: all 1s;
}
.shprolistwz{
	position: absolute;
	bottom: 3.75rem;
	opacity: 0;
	width: calc(100% - 6.25rem);
	transition: all 1s;
}
.shprolistbtn{
	position: absolute;
	bottom: 3.75rem;
	opacity: 1;
	transition: all 1s;
}
.shprolistbtn h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
	transition: all 1s;
}
.shprolistbtn h3{
	color: #ffffff;
	font-size: 15px;
	font-family: "Poppins";
	line-height: 30px;
	transition: all 1s;
}
.shprolistwz p{
	display: flex;
	justify-content: flex-start;
	transition: all 1s;
}
.shprolist li.active{
	width: 18.75rem;
	padding: 0 3.125rem;
	background: url(../images/shpro_03.jpg) center no-repeat;
	background-size: cover;
	height: 450px;
	padding-top: 75px;
	transition: all 1s;
	padding-bottom: 55px;
}
.shprolist li.active .shprolistbtn{
	opacity: 0;
}
.shprolist li.active .shprolistwz{
	opacity: 1;
}
.shprolist li.active .shprolistwz p i{
	width: 6px;
	height: 6px;
	display: block;
	background-color: #cf001c;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: 13px;
}
.shprolist li.active .shprolistwz p span{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.shprolist li.active a{
	display: flex;
	margin-top: 35px;
	justify-content: space-between;
	padding: 0 1.5625rem;
	background-color: #ce142d;
	height: 48px;
	border-radius: 50px;
	align-items: center;
	width: 120px;
}
.shprolist li.active a span{
	color: #ffffff;
	font-size: 14px;
}
.shprolist li.active a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #ffffff;
}
.shprolist li.active .shprolisttop h1{
	color: #ce142d;
	opacity: 1;
}
.shprolist ul li.active .shprolisttop h3,.shprolist ul li.active .shprolisttop h4{
	opacity: 1;
}
.shprolist ul li:nth-child(2).active{
	background: url(../images/shpro_03.jpg) center no-repeat;
	background-size: cover;
}
.hekehu{
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}
.hzdvlist .swiper-slide{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.hzdvlist .swiper-slide img{
	display: block;
	width: 100%;
}
.hzdv{
	margin-top: 3.75rem;
}
.hzdvlist .swiper-slide .suge{
	position: absolute;
	padding: 40px;
	width: 300px;
	background-color: rgba(207, 0, 28, 0.9);
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	bottom: 0;
	right: 5rem;
}
.hzdvlist .swiper-slide .suge h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1.875rem;
	color: #ffffff;
}
.hzdvlist .swiper-slide .suge p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.hzdvlist .swiper-button-next,.hzdvlist .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: center;
	transition: all 1s;
	align-items: center;
	left: 13%;
}
.hzdvlist .swiper-button-next{
	right: 13%;
	left: auto;
}
.hzdvlist .swiper-button-next:after,.hzdvlist .swiper-button-prev:after{
	font-size: 18px;
	color: #ce142d;
	transition: all 1s;
}
.hzdvlist .swiper-button-next:hover,.hzdvlist .swiper-button-prev:hover{
	background-color: #ce142d;
}
.hzdvlist .swiper-button-next:hover:after,.hzdvlist .swiper-button-prev:hover:after{
	color: #fff;
}
.ckgd{
	margin: 0 auto;
	display: flex;
	margin-top: 4.375rem;
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 50px;
	background-color: #ce142d;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
}
.ckgd span{
	color: #ffffff;
	font-size: 14px;
}
.ckgd iconpark-icon{
	font-size: 22px;
	color: #ffffff;
}
.bmtd ul{
	display: flex;
	justify-content: space-between;
}
.bmtd ul li{
	width: 16.7%;
	height: 835px;
	background: url(../images/us_03.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	transition: all 1s;
}
.bmtd ul li div{
	margin-top: 105px;
}
.bmtd ul li div h1{
	text-align: center;
	color: #cf001c;
	font-size: 56px;
	font-family: "Montserrat_SemiBold";
	transition: all 1s;
}
.bmtd ul li div h2{
	width: 20px;
	margin: 0  auto;
	color: #333333;
	font-size: 20px;
	margin-top: 30px;
}
.bmtd ul li a{
	opacity: 0;
	display: none;
	transition: all 1s;
}
.bmtd ul li div p{
	opacity: 0;
	transition: all 1s;
	display: none;
}
.bmtd ul li div h3{
	opacity: 0;
	transition: all 1s;
	display: none;
}
.bmtd ul li.active{
	width: 50%;
	background: url(../images/us_02.jpg) center no-repeat;
	background-size: cover;
}
.bmtd ul li.active div{
	margin-left: 13.125rem;
	width: 42.5rem;
}
.bmtd ul li.active div h1{
	text-align: left;
}
.bmtd ul li.active div h2{
	width: 100%;
	margin-top: 10px;
	color: #333333;font-size: 30px;
	font-weight: bold;
}
.bmtd ul li.active div h3{
	display: block;
	opacity: 1;
	margin-top: 10px;
	color: #808080;
	font-size: 16px;
	margin-bottom: 1.875rem;
	font-family: "Poppins";
}
.bmtd ul li.active div p{
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	color: #333333;
	font-size: 16px;
	line-height: 35px;
	opacity: 1;
}
.bmtd ul li.active div p i{
	width: 6px;
	display: block;
	height: 6px;
	border-radius: 50%;
	background-color: #ce142d;
	margin-right: 10px;
	margin-top: 15px;
}
.bmtd ul li.active div p span{
	width: 90%;
}
.bmtd ul li.active a{
	opacity: 1;
	display: flex;
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 50px;
	background-color: #ce142d;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 9.375rem;
	left: 13.125rem;
}
.bmtd ul li.active a span{
	color: #ffffff;
	font-size: 14px;
}
.bmtd ul li.active a iconpark-icon{
	font-size: 22px;
	color: #ffffff;
}
.bmtd ul li:nth-child(1){
	background: url(../images/us_031.jpg) center no-repeat;
	background-size: cover;
}
.bmtd ul li:nth-child(2){
	background: url(../images/us_032.jpg) center no-repeat;
	background-size: cover;
}
.bmtd ul li:nth-child(3){
	background: url(../images/us_043.jpg) center no-repeat;
	background-size: cover;
}
.bmtd ul li:nth-child(4){
	background: url(../images/us_054.jpg) center no-repeat;
	background-size: cover;
}

.baomin{
	padding-top: 5.625rem;
	padding-bottom: 8.125rem;
	background: url(../images/baom_02.jpg) center no-repeat;
	background-size: cover;
}
.baominlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.baominlist ul{
	display: flex;
	justify-content: space-between;
}
.baominlist ul li{
	width: 14%;
	background: url(../images/tu_05.png) center no-repeat;
	background-size: cover;
	padding: 0 10px;
	padding-top: 4.375rem;
	padding-bottom: 1.875rem;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #e9e9e9;
	transition: all 1s;
	overflow: hidden;
}
.baominlist ul li i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #ce142d;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	transition: all 1s;
	margin-bottom: 35px;
}
.baominlist ul li h1{
	color: #4c4c4c;
	font-size: 22px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 1s;
}
.baominlist ul li p{
	color: #474747;
	font-size: 16px;
	line-height: 27px;
	height: 60px;
	font-family: "Poppins";
	transition: all 1s;
	text-align: center;
}
.baominlist ul li:hover{
	background: url(../images/tu_03.png) center no-repeat;
	background-size: cover;
}
.baominlist ul li:hover i {
	background-color: #cf001c;
	color: #fff;
	transition: all 1s;
}
.baominlist ul li:hover h1,.baominlist ul li:hover p{
	color: #fff;
}
.baominlist ul li:nth-child(2):hover{
	background: url(../images/tu_035.png) center no-repeat;
	background-size: cover;
}
.baominlist ul li:nth-child(3):hover{
	background: url(../images/tu_031.png) center no-repeat;
	background-size: cover;
}
.baominlist ul li:nth-child(4):hover{
	background: url(../images/tu_032.png) center no-repeat;
	background-size: cover;
}
.baominlist ul li:nth-child(5):hover{
	background: url(../images/tu_033.png) center no-repeat;
	background-size: cover;	
}
.baominlist ul li:nth-child(6):hover{
	background: url(../images/tu_034.png) center no-repeat;
	background-size: cover;	
}
.baominlist ul li:hover i{
	background-color: #fff;
	color: #cf001c;
}

.gyxw{
	padding: 90px 0;
	margin: 0 auto;
	width: 93.75rem;
}


.innewsdv {
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}

.innewsdvleft {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #f0f0f0;
}

.innewsdvleft div {
	overflow: hidden;
	display: block;
}

.innewsdvleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewsdvleft:hover div img {
	transform: scale(1.05);
}

.innewsdvleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #fff;
}

.innewsdvleft section h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}

.innewsdvleft section span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #cf001c;
}

.innewsdvleft section i {
	color: #808080;
	font-size: 14px;
}

.innewsdvleft section h1 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewsdvleft section p {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.innewsdvcenter {
	width: calc(32% - 6.25rem);
	padding: 3.125rem;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 4.6875rem;
	background-color: #cf001c;
}

.innewsdvcenter h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

.innewsdvcenter h3 span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.innewsdvcenter h3 i {
	color: #fff;
	font-size: 14px;
}

.innewsdvcenter h1 {
	color: #fefefe;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 1rem;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewsdvcenter p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.innewsdvcenter h4 {
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fefefe;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	border-radius: 50px;
	text-transform: uppercase;
}

.innewsdvcenter:hover h4 {
	border-color: #fff;
	color: #cf001c;
	background-color: #fff;
}

.innewsdvright {
	width: 32%;
}

.innewsdvright ul {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.innewsdvright ul li{
	padding-bottom: 1.125rem;
	border-bottom:1px solid #e6e6e6 ;
}
.innewsdvright ul li:last-child{
	padding-bottom: 0;
	border: none;
}
.innewsdvright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewsdvright ul li a div {
	width: 10.25rem;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.innewsdvright ul li a div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewsdvright ul li:hover a div img {
	transform: scale(1.05);
}

.innewsdvright ul li a section {
	width: 61%;
}

.innewsdvright ul li a section h1 {
	color: #4c4c4c;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewsdvright ul li a section p {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.innewsdvright ul li a section iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0027dd;
	font-size: 20PX;
	margin-top: 5px;
}
.innewsdvright ul li:hover a section h1{
	color: #ce142d;
}
.innewsdv {
	width: 93.75rem;
}

.foot {
	position: relative;
	background: url(../images/ftbg_09.png) center top no-repeat;
	z-index: 100;
	background-size: cover;
}
.foot {
	padding-top: 80px;
	margin-top: -50px;
	padding-bottom: 4.375rem;
}
.footxs {
	height: 70px;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0%;
	z-index: 55555;
}
.footxs {
	display: block;
	height: auto;
	animation-name: beat;
	/*动画名称*/
	animation-duration: 1s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	position: relative;
	/*正在运行*/
}
@keyframes beat {
	0% {
		top: -35px;
	}

	100% {
		top: -55px;
	}
}



.footxs iconpark-icon {
	display: block;
	width: 100%;
	color: #808080;
	font-size: 24px;
	text-align: center;
}

.footxs h3 {
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-top: -5px;
}
.footss{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footssleft img{
	display: flex;
	justify-content: center;
}
.footssright form{
	padding-left: 25px;
	padding-right: 20px;
	background-color: #e2e2e3;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
}
.footssright form input{
	width: 30.625rem;
	background-color: #fff;
	border: none;
	outline: none;
	color: #808080;
	font-size: 14px;
	line-height: 50px;
	background-color: transparent;
}
.footssright form button {
	color: #ce142d;
	font-size: 20px;
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.footdvleft p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.footdvleft p img{
	display: block;
	width: 22px;
	margin-right: 8px;
}
.footdvleft p span{
	color: #333333;
	font-size: 14px;
}
.footdvleft div {
	margin-top: 2.5rem;
	width: 90px;
}
.footdvleft div img{
	display: block;
}
.footdvleft div h3{
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	color: #333333;
	font-size: 17px;
	font-weight:bold;
	transition: all 1s;
}
.footdvright dl dt {
	margin-bottom: 35px;
}
.footdvright dl dt a:hover{
	color: #ce142d;
}
.footdvright dl dd a{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.footdvright dl dd {
	margin-bottom:15px;
}
.footdvright dl dd a:hover{
	color: #ce142d;
}
.wdl{
	height: 70px;
	background-color: #cf001c;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #ffffff;
	font-size: 14px;
}

.shownav{
	width: 100%;border-bottom: 1px solid #f7f7f7;
	box-shadow: 0px 0px 10px #e4e4e4;
	position: relative;
	box-shadow: 0px 3px 15px #bebebe8a;
}
.shownav ul{
	width:93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
.shownav ul li{
	position: relative;
	width: 240px;
}
.shownav ul li::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    border-right: 1px solid #ccc;
}
.shownav ul li:last-child::after{
	display: none;
}
.shownav ul li:hover::after{
	opacity: 0;
}
.shownav ul li.active::after{
	opacity: 0;
}
.shownav ul li a{
	color: #4d4d4d;
	font-size: 16px;
	display: block;
	line-height: 75px;
	padding: 0 20px;
	text-align: center;
	transition: all 1s;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}
.shownav ul li:hover a{
	background-color: #cf001c;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #cf001c;
	color: #fff;
}
.alldv{
	padding-top: 70px;
	padding-bottom: 120px;
	background-color: #f7f7f7;
}
.cplist{
	width: 93.75rem;
	margin: 0 auto;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cplist ul li{
	border-radius: 25px;
	overflow: hidden;
	width: 31.333%;
	margin: 1%;
	box-shadow: 0px 0px 10px #ececec;
}
.cplist ul li div{
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}
.cplist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cplist ul li section{
	padding: 40px;
	transition: all 1s;
	background-color: #fff;
}
.cplist ul li section h1{
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	margin-bottom: 20px;
	transition: all 1s;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.cplist ul li section i{
	width: 30px;
	height: 2px;
	display: block;
	margin: 15px 0;
	transition: all 1s;
	background-color: #cf001c;
}
.cplist ul li section p{
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	height: 60px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 15px;
	transition: all 1s;
	-webkit-line-clamp:2;
}
.cplist ul li section h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.cplist ul li section h4 span{
	color: #999999;
	font-size: 14px;
	transition: all 1s;
	margin-right: 10px;
}
.cplist ul li section h4 iconpark-icon{
	color: #999999;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li:hover section{
	background-color: #cf001c;
}
.cplist ul li:hover section h1,.cplist ul li:hover section p,.cplist ul li:hover section  h4 span,.cplist ul li:hover section  h4 iconpark-icon{
	color: #fff;
}
.cplist ul li:hover section i{
	background-color: #fff;
}
.nyfoot{
	background: url(../images/nyft_02.png) center top no-repeat;
	z-index: 100;
	background-size: cover;
}
.nyfoot .footdvleft p span{
	color: #ffffff;
}
.nyfoot .footssright form{
	background-color: #313131;
}
.nyfoot .footssright form button{
	color: #fff;
}
.nyfoot .footssright form input{
	color: #fff;
	font-size: 14px;
}
.nyfoot .footssright form input::placeholder{
	color: #fff;
}
.nyfoot .footdvright dl dt a{
	color: #fff;
}
.nyfoot .footdvright dl dd a{
	color: #fff;
}
.nyfoot .footdvright dl dt a:hover{
	color: #cf001c;
}
.nyfoot .footdvright dl dd a:hover{
	color: #cf001c;
}
.nyfoot .footxs h3,.nyfoot .footxs iconpark-icon{
	color: #fff;
}
.nyfoot .footdvleft div h3{
	color: #fff;
}
.wdlnr{
	background-color: #1a1a1a;
	border-top: 1px solid #313131;
}
.gsjj{
	padding-top: 6.25rem;
	padding-bottom: 5.3125rem;
	background: url(../images/gsjjbg_02.jpg) center no-repeat;
	background-size: cover;
}
.gsjjdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjdvleft{
	width: 45%;
}
.gsjjdvleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.gsjjdvleft h2{
	color: #cf001c;
	font-size: 24px;
	margin-bottom: 30px;
}
.gsjjdvleft p{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}
.gsjjdvright{
	width: 51%;
}
.gsjjdvright img{
	display: block;
	width: 100%;
}
.qiyewenhua{
	padding-top: 4.375rem;
	padding-bottom: 5.3125rem;
	background: url(../images/qywh.jpg) center no-repeat;
	background-size: cover;
}
.qiyewenhuabt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.qiyewenhuabt i{
	display: block;
	width: 50px;
	height: 4px;
	margin: 20px auto;
	background-color: #cf001c;
}
.qiyewenhuabt p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.qiyewenhuabt{
	margin-bottom: 50px;
}
.qiyewenhuadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 30px;
}
.qiyewenhuadvright{
	width: 53%;
}
.qiyewenhuadvright .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.qiyewenhuadvright .swiper-slide:hover img{
	transform: scale(1.05);
}
.qiyewenhuadvleft{
	height: 31.875rem;
	width: 47%;
}
.qiyewenhuadvleft #thumbs{
	height: 100%;
}
.qiyewenhuadvleft .swiper-slide .qsm{
	width: 100%;
	background-color: #fff;
	height: calc(100% - 1px);
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.qsmdv{
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.qsmdv h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 1s;
}
.qsmdv p{
	color: #808080;
	font-size: 16px;
	transition: all 1s;
}
.qsmdv  i{
	color: #404040;
	font-size: 42px;
	transition: all 1s;
}
.qiyewenhuadvleft #thumbs .swiper-slide-thumb-active .qsm{
	background-color: #cf001c;
}
.qiyewenhuadvleft #thumbs .swiper-slide-thumb-active .qsmdvleft h1{
	color: #fff;
}
.qiyewenhuadvleft #thumbs .swiper-slide-thumb-active .qsmdvleft p{
	color: #fff;
}
.qiyewenhuadvleft #thumbs .swiper-slide-thumb-active i{
	color: #fff;
}
.fuwubaozhang{
	padding-top: 4.375rem;
	padding-bottom: 5.3125rem;
	background: url(../images/baozhang_06.jpg) center no-repeat;
	background-size: cover;
}
.pinpaishuo{
	padding-top: 4.6875rem;
	padding-bottom: 9.375rem;
	background: url(../images/pps_02.jpg) center no-repeat;
	background-size: cover;
}
.fuwbzlist{
	width: 93.75rem;
	margin: 0 auto;
}
.fuwbzlist ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fuwbzlist ul li{
	width: 23.5%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px #f4f4f4;
	border-radius: 15px;
}
.fuwbzlist ul li:nth-child(2n){
	margin-top: 3.125rem;
}
.fuwbzlist ul li div{
	width: 100%;
	display: block;
}
.fuwbzlist ul li div img{
	display: block;
	width: 100%;
}
.fuwbzlist ul li span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.fuwbzlist ul li section{
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
	left: 0;
	z-index: 5;
}
.fuwbzlist ul li section h1{
	text-align: center;
	color: #ce142d;
	font-size: 56px;
	font-family: "Montserrat_SemiBold";
	margin-bottom: 5px;
}
.fuwbzlist ul li section h2{
	color: #4c4c4c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.fuwbzlist ul li section p{
	color: #808080;
	font-size: 16px;
	text-align: center;
	font-family: "Poppins";
}
.fuwbzlist ul li:nth-child(1):hover span{
	opacity: 1;
	background: url(../images/jew_061.jpg) center no-repeat;
	background-size: cover;
}
.fuwbzlist ul li:nth-child(2):hover span{
	opacity: 1;
	background: url(../images/jew_062.jpg) center no-repeat;
	background-size: cover;
}
.fuwbzlist ul li:nth-child(3):hover span{
	opacity: 1;
	background: url(../images/jew_063.jpg) center no-repeat;
	background-size: cover;
}
.fuwbzlist ul li:nth-child(4):hover span{
	opacity: 1;
	background: url(../images/jew_064.jpg) center no-repeat;
	background-size: cover;
}
.fuwbzlist ul li:hover section h1,.fuwbzlist ul li:hover section h2,.fuwbzlist ul li:hover section p{
	color: #fff;
}
.pinpaishuodv{
	width: 93.75rem;
	margin: 0 auto;
}
.ppsbtright a{
	display: flex;
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 50px;
	background-color: #ce142d;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
}
.ppsbtright a span{
	color: #ffffff;
	font-size: 14px;
}
.ppsbtright a iconpark-icon{
	font-size: 22px;
	color: #ffffff;
}
.ppsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ppsbtleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.ppsbtleft i{
	display: block;
	width: 40px;
	margin: 15px 0px;
	height: 4px;
	background-color: #ce142d;
}
.ppsbtleft p{
	color: #333333;
	font-size: 16px;
}
.ppslist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}
.ppslist .innewsdvleft{
	margin-right: 0%;
}
.ppslist .innewsdvleft section h1{
	font-size: 18px;
	margin-bottom: 0;
}
.ppslist .innewsdvleft section p{
	margin-top: 5px;
}
.anlidv{
	width: 93.75rem;
	margin: 0 auto;
}
.anlidv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.anlidv ul li{
	width: 23%;
	margin: 1%;
	border-radius: 15px;
	overflow: hidden;
}
.anlidv ul li div{
	width: 100%;
	overflow: hidden;
}
.anlidv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.anlidv ul li:hover div img{
	transform: scale(1.05);
}
.anlidv ul li h1{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #585858;
	font-size: 16px;
	background-color: #f7f7f7;
	transition: all 1s;
}
.alldvs{
	background-color: #fff;
}
.anlidv ul li:hover h1{
	background-color: #cf001c;
	color: #fff;
}
.lxwm{
	position: relative;
}
.lxwm>img{
	display: block;
	width: 100%;
}
.lxwmall{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwmdv{
	width: 93.75rem;
	
}
.lxwmabt h1{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.lxwmabt h2{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin: 5px auto;
}
.lxwmabt i{
	display: block;
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin: 0 auto;
}
.lxwmlist{
	margin-top: 4.375rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 24%;
}
.lxwmlist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
}
.lxwmlist ul li span{
	display: block;
	margin: 0 auto;
	height: 15px;
	width: 45px;
	border-top: 1px solid #717372;
	margin-top: 15px;
}
.lxwmlist ul li h2{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.lxwmlist ul li p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.zxly{
	width: 87.5rem;
	margin: 6.25rem auto;
	padding: 60px 50px;
	background-color: #f8f8f8;
}
.zxlybt{
	margin-bottom: 2.5rem;
}
.zxlybt h1{
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
}
.zxlybt p{
	color: #666666;
	text-align: center;
	font-size: 14px;
}
.zxly form {
	margin: 0 auto;
}

.zxly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxly form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: #fff;
	color: #666666;
	font-size: 14px;
}
.zxly form input::placeholder {
	color: #666666;
	font-size: 14px;
}
.zxly form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	outline: none;
	color: #666666;
	font-size: 14px;
	background-color: #fff;
	font-family: "微软雅黑";
}
.zxly form textarea::placeholder {
	color: #666666;
	font-size: 14px;
}
.zxly form button {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 200px;
	height: 45px;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	border: none;
	background-color: #cf001c;
	border-radius: 50px;
	text-align: center;
}
.xwtj{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 0px 0px 15px #e8e8e8;
	border-radius: 15px;
	overflow: hidden;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}

.newsdvlistime span {
	color: #4c4c4c;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}

.newsdvlistime i {
	color: #a2a2a2;
	font-size: 14px;
	display: block;
	transition: all .5s;
}

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 7px;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 14px;
	color: #a2a2a2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all .5s;
}

.newsdvlist ul li {
	transition: all .5s;
}

.newsdvlist ul li:hover a {
	background-color: #cf001c;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}

.tuandui{
	padding-top: 4.6875rem;
	padding-bottom: 7.5rem;
	width: 93.75rem;
	margin: 0 auto;
}
.tuanduilist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tuanduilist ul li{
	width: 31.333%;
	margin: 1%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #f1f1f1;
}
.tuanduilist ul li a{
	display: flex;
	justify-content: flex-start;
}
.tuanduilist ul li .tuanduilistleft{
	width: 42%;
	overflow: hidden;
}
.tuanduilist ul li .tuanduilistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.tuanduilist ul li:hover .tuanduilistleft img{
	transform: scale(1.05);
}
.tuanduilist ul li .tuanduilistright{
	width: calc(58% - 3.75rem);
	background: url(../images/shizi_04.jpg) center no-repeat;
	background-size: cover;
	padding-left: 2.5rem;
	padding-right: 1.25rem;
	display: flex;justify-content: center;
	align-items: center;
}
.tuanduilist ul li .tuanduilistright div h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
}
.tuanduilist ul li .tuanduilistright div i{
	display: block;
	width: 35px;
	height: 2px;
	background-color: #cf001c;
	margin: 20px 0; 
}
.tuanduilist ul li .tuanduilistright div section{
	line-height: 30px;
	height: 90px;
	color: #808080;
	font-size: 14px;
	overflow:hidden;
}
.xqall{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}
.shownews{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xqalls{
	padding-top: 4.375rem;
	background-color: #f7f7f7;
	padding-bottom: 8.125rem;
}
.shownewsleft{
	width: 64.75rem;
}
.shownewsright{
	width: 22.25rem;
	padding: 1.875rem;
	background-color: #ffffff;
}
.shownewsdv{
	padding: 3.125rem;
	padding-top: 2.5rem;
	background-color: #ffffff;
}
.shownewsleftbt{
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 1.25rem;
}
.shownewsleftbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 10px;
}
.shownewsleftbt p{
	color: #808080;
	font-size: 14px;
}
.xiangqing{
	padding: 20px 0px;
	padding-bottom: 0;
}
.xiangqing img{
	max-width: 100%;
}
.shownewsright form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 50px;
	overflow: hidden;
	padding-right: 20px;
}
.shownewsright form input{
	color: #999999;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none;
	padding: 0 15px;
	outline: none;
}
.shownewsright form button{
	border: none;
	display: block;
	background-color: #fff;
	line-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 18px;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 20px;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #cf001c;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 20px;
	margin-left: 10px;
	text-transform: uppercase;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
}

.fy p a:hover {
	color: #cf001c;
}

.shownewsright ul li{
	margin: 5px 0px;
}
.shownewsright ul li a{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
	display: block;
}
.shownewsright ul li a:hover{
	color: #cf001c;
}
.shzjia{
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 7.5rem;
	padding-bottom: 6.25rem;
}
.shzjiadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shzjiadvleft{
	width: 30%;
}
.shzjiadvleft h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shzjiadvleft h2{
	color: #cf001c;
	font-size: 24px;
	margin-bottom: 35px;
}
.shzjiadvleft p{
	text-indent: 2em;
	line-height: 35px;
	color: #333333;
	font-size: 16px;
}
.shzjiadvleft  a{
	display: flex;
	margin-top: 4.375rem;
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 50px;
	background-color: #ce142d;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
}
.shzjiadvleft  a span{
	color: #ffffff;
	font-size: 14px;
}
.shzjiadvleft  a iconpark-icon{
	font-size: 22px;
	color: #ffffff;
}
.shzjiadvright{
	width: 65%;
	position: relative;
}
.shzjiadvright .ghrht{
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shzjiadvright .ghrht img{
	width: 35.625rem;
}
.shzjiadvright .get{
	position: relative;
}
.shzjiadvright .get img{
	display: block;
}
.shzjiadvright .get img:nth-child(1){
	position: absolute;
	top: 0;
	animation: moveRight 10s linear infinite;
}
@keyframes moveRight {
  from {
     	transform: rotate(360deg);
  }
  to {
    	transform: rotate(0deg);
  }
}
.htmleaf-containers{
	display: none;
}
.xiangqing img{
	max-width: 100%;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
}
.nrbanner .btext section h2{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}
.nrbanner .btext section i{
	width: 40px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #cf001c;
}
.slideUp .headdvright ul li.active a span{
	color: #cf001c;
}
.slideUp .headdvright ul li:hover a::after {
    background-color: #1481ff;
}
.slideUp .headdvright ul li.active a::after {
    background-color: #1481ff;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #333;
}
.slideUp .ss iconpark-icon{
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}
.mfoot,.mfootdv{
	display: none;
}


.shprolist ul li:nth-child(1).active{
	background: url(../images/shpro_03.jpg) center no-repeat;
    background-size: cover;
}
.shprolist ul li:nth-child(2).active{
	background: url(../images/shpro_032.jpg) center no-repeat;
   	background-size: cover;
}
.shprolist ul li:nth-child(3).active{
	background: url(../images/shpro_033.jpg) center no-repeat;
   	background-size: cover;
}
.shprolist ul li:nth-child(4).active{
	background: url(../images/shpro_034.jpg) center no-repeat;
   	background-size: cover;
}
.shprolist ul li:nth-child(5).active{
	background: url(../images/shpro_035.jpg) center no-repeat;
   	background-size: cover;
}
.shprolist ul li:nth-child(6).active{
	background: url(../images/shpro_036.jpg) center no-repeat;
   	background-size: cover;
}




.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beatw;
        /*动画名称*/
        animation-duration: .7s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
@keyframes beatw {
    0% {
       bottom: 25px;
    }
    100% {
   		bottom: 35px;
	}
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide .banwz {
    position: absolute;
   	width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bannersasg  .swiper-slide .banwz h1{
	margin-top: 10px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bannersasg  .swiper-slide .banwz p{
	color:#ffffff;
	font-size: 20px;
	font-family: "Poppins";
}

.bannersasg  .swiper-slide section span{
	font-family: "Poppins_Light";
	color: #ffffff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-color: #ce142d;
	border-radius: 50px;
	padding-right: 10px;
}
.bannersasg  .swiper-slide section a span{
	color: #ffffff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	color: #ffffff;
	font-size: 24px;
	margin-right: 15px;
}









.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -48px;
    width: 100%;
    top: 70px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -48px;
}
.headdvright ul li:nth-child(4) div{
	left: -48px;
}
.headdvright ul li:nth-child(5) div{
	left: -48px;
}
.headdvright ul li:nth-child(7) div{
	left: -48px;
}
.headdvright ul li:nth-child(8) div{
	left: -48px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 160px;
	background-color: #fff;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
}
.headdvright ul li div dl dd a::after{
	display: none;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #cf001c;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #cf001c;
	color: #fff !important;
	font-weight: normal;
}



.gehrhtjytjk{
	position: absolute;
	bottom: 0;
	height: 80px;
	left: 0;
	width: 100%;
	background: url(../images/bolang.png) left repeat-x;
	animation: scrollBackgroundAfter 1500s linear infinite;
}
@keyframes scrollBackgroundAfter {
  0% {
     background-position: 0;
  }
  50% {
     background-position: 10000%;
  }
  100%{
  	background-position: 0;
  }
}

.shiszxq{
	display: block;
	padding: 4.375rem 0;
	padding-bottom: 7.5rem;
	background: url(../images/shizi1.jpg) bottom center no-repeat;
	background-size: cover;
}
.shiszxqdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shiszxqdvleft{
	width: 24%;
}
.shiszxqdvright{
	width: 70%;
}
.shiszxqdvleft div img{
	width: 100%;
	display: block;
}
.shiszxqdvleft h1{
	margin: 0 auto;
	width: 90%;
	border-radius: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #cf001c;
	margin-top: 1.875rem;
	color: #ffffff;
	font-size: 24px;
}
.shiszxqdvright .gr{
	margin-bottom: 3.75rem;
}
.grdv{
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #eaeaea;
}
.grdv section{
	border-left: 2px solid #cf001c;
}
.grdv section h1{
	margin-left: 10px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.grdv section p{
	color:#808080;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 5px;
}



@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.shpro,.headdv{
		width: 95%;
	}
	.shprolist ul li{
		width: 10.125rem;
	}
	.shprolist li.active{
		width: 22.75rem;
	}
	.shzjiadv{
		width: 95%;
	}
	.shzjiadvright>img{
		width: 60%;
		display: block;
	}
	.shzjiadvright div{
		width: 57%;
	}
	.shzjiadvright div img{
		display: block;
		width: 100%;
	}
	.hzdvlist .swiper-slide .suge{
		 padding: 5%;
		width: 60%;
	}
	.hzdvlist .swiper-slide{
		overflow: hidden;
		border-radius: 20px;
	}
	.hzdvlist .swiper-slide img{
		width: 130%;
	}
	.bmtd ul li.active div{
		margin-left: 10%;
		width: 80%;
	}
	.baominlist{
		width: 95%;
	}
	.baominlist ul li{
		width: 13%;
	}
	.baominlist ul li p{
		font-size: 15px;
	}
	.gyxw{
		width: 95%;
	}
	.innewsdv{
		width: 100%;
	}
	.innewsdvright ul li a div{
		width: 32%;
	}
	.footss,.footdv,.wdldv{
		width: 95%;
	}
	.innewsdvright ul li a section {
	    width: 63%;
	}
	.shownav ul{
		width: 95%; 
	}
	.cplist{
		width: 97%;
	}
	.cplist ul li section{
		padding: 7%;
	}
	.gsjjdv{
		width: 95%;
	}
	.qiyewenhuadv{
		width: 95%;
	}
	.qiyewenhuadvleft{
		height: auto;
	}
	.qsmdv p{
		font-size: 14px;
	}
	.fuwbzlist{
		width: 95%;
	}
	.fuwbzlist ul li section h1{
		font-size: 48px;
	}
	.pinpaishuodv{
		width: 95%;
	}
	.ppslist{
		width: 100%;
	}
	.anlidv{
		width: 95%;
	}
	.anlidv ul li h1{
		font-size: 14px;
	}
	.lxwmdv{
		width: 95%;
	}
	.zxly{
		width: 85%;
		padding: 5%;
	}
	.xwtj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.tuandui{
		width: 95%;
	}
	.tuanduilist ul li .tuanduilistright div i{
		margin: 10px 0;
		margin-top: 15px;
	}
	.shownews{
		width: 95%;
	}
	.shownewsleft{
		width: 69%;
	}
	.shownewsright{
		width: 25%;
	}
	.shiszxqdv{
		width: 95%;
	}
}
@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.shpro{
		width: 95%;
		padding-top: 30px;
	}
	.shprolist li  .shprolistbtn{
		opacity: 0;
	}
	.shprolist li  .shprolistwz{
		opacity: 1;
		margin-top: 10px;
	}
	.shprolist li  .shprolistwz p i{
		width: 6px;
		height: 6px;
		display: block;
		background-color: #cf001c;
		border-radius: 50%;
		margin-right: 7px;
		margin-top: 13px;
	}
	.shprolist li  .shprolistwz p span{
		color: #333333;
		font-size: 16px;
		line-height: 30px;
	}
	.shprolist li  a{
		display: flex;
		margin-top: 35px;
		justify-content: space-between;
		padding: 0 1.5625rem;
		background-color: #ce142d;
		height: 48px;
		border-radius: 50px;
		align-items: center;
	}
	.shprolist li  a span{
		color: #ffffff;
		font-size: 14px;
	}
	.shprolist li  a iconpark-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #ffffff;
	}
	.shprolist li  .shprolisttop h1{
		color: #ce142d;
		opacity: 1;
	}
	.shprolist ul li .shprolisttop h3,.shprolist ul li  .shprolisttop h4{
		opacity: 1;
	}
	.shprobt h1{
		font-size: 20px;
	}
	.shprobt p{
		font-size: 14px;
		line-height: 25px;
	}
	.shprolist{
		margin-top: 20px;
	}
	.shprolist ul{
		flex-wrap: wrap;
	}
	.shprolist ul li{
		width: 40%;
		padding: 4.5%;
		height: auto;
		margin-bottom: 10px;
	}
	.shprolist li.active{
		width: 40%;
		padding: 4.5%;
		height: auto;
	}
	.shprolist ul li .shprolisttop h1{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.shprolistwz{
		position: initial;
		opacity: 1;
	}
	.shprolist ul li .shprolisttop h3{
		opacity: 1;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.shprolist ul li .shprolisttop h4{
		opacity: 1;
		font-size: 14px;
		color: #fff;
	}
	.shprolistbtn{
		display: none;
	}
	.shprolist li .shprolistwz p span{
		font-size: 14px;
		width: 90%;
		line-height: 25px;
	}
	.shprolist li .shprolistwz{
		width: 100%;
	}
	.shprolist ul li.active .shprolisttop h3, .shprolist ul li.active .shprolisttop h4{
		color: #4c4c4c;
	}
	.shprolist li.active a{
		padding: 0 15px;
		height: 38px;
		margin-top: 15px;
	}
	.shprolist li.active .shprolistwz p span{
		font-size: 14px;
		line-height: 25px;
	}
	.shprolist li a{
		padding: 0 15px;
		height: 38px;
		margin-top: 15px;
	}
	.shprolist li .shprolistwz p i{
		margin-top: 10px;
	}
	.shprolist li.active .shprolistwz p i{
		margin-top: 10px;
	}
	.shzjiadv{
		width: 95%;
		display: block;
	}
	.shzjiadvleft{
		width: 100%;
	}
	.shzjiadvleft h1{
		font-size: 20px;
	}
	.shzjiadvleft h2{
		margin-bottom: 20px;
		font-size: 17px;
	}
	.shzjiadvleft p{
		text-indent: 2em;
		line-height: 30px;
		color: #333333;
		font-size: 14px;
	}
	.shzjiadvleft a{
		width: 100px;
		height: 38px;
	}
	.shzjiadvright{
		width: 100%;
		margin-top: 15px;
	}
	.shzjiadvright>img{
		display: block;
		width: 100%;
		display: none;
	}
	.shzjiadvright div{
		position: initial;
		width: 100%;
	}
	.shzjiadvright div img{
		width: 100%;
	}
	.hzdvlist .swiper-slide .suge{
		position: inherit;
		width: 90%;
		padding: 5%;
		right: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	.hzdvlist .swiper-slide .suge h1{
		font-size: 17px;
	}
	.hzdvlist .swiper-slide .suge p{
		font-size: 14px;
		line-height: 27px;
	}
	.hzdvlist .swiper-button-next, .hzdvlist .swiper-button-prev{
		width: 40px;
		height: 40px;
		top: 24rem;
	}
	.hzdvlist .swiper-button-next, .hzdvlist .swiper-button-prev{
		left: 5%;
	}
	.hzdvlist .swiper-button-next{
		right: 5%;
		left: auto
	}
	 .ckgd{
		width: 100px;
		height: 38px;
	 }
	 
	 .bmtd ul li {
	 	width: 50%;
	 	background: url(../images/us_02.jpg) center no-repeat;
	 	background-size: cover;
	 }
	 .bmtd ul li  div{
	 	margin-left: 13.125rem;
	 	width: 42.5rem;
	 }
	 .bmtd ul li div h1{
	 	text-align: left;
	 }
	 .bmtd ul li  div h2{
	 	width: 100%;
	 	margin-top: 10px;
	 	color: #333333;font-size: 30px;
	 	font-weight: bold;
	 }
	 .bmtd ul li  div h3{
	 	display: block;
	 	opacity: 1;
	 	margin-top: 10px;
	 	color: #808080;
	 	font-size: 16px;
	 	margin-bottom: 1.875rem;
	 	font-family: "Poppins";
	 }
	 .bmtd ul li  div p{
	 	justify-content: flex-start;
	 	align-items: flex-start;
	 	display: flex;
	 	color: #333333;
	 	font-size: 16px;
	 	line-height: 35px;
	 	opacity: 1;
	 }
	 .bmtd ul li  div p i{
	 	width: 6px;
	 	display: block;
	 	height: 6px;
	 	border-radius: 50%;
	 	background-color: #ce142d;
	 	margin-right: 10px;
	 	margin-top: 15px;
	 }
	 .bmtd ul li  div p span{
	 	width: 90%;
	 }
	 .bmtd ul li  a{
	 	opacity: 1;
	 	display: flex;
	 	width: 130px;
	 	padding-left: 30px;
	 	padding-right: 20px;
	 	height: 50px;
	 	background-color: #ce142d;
	 	border-radius: 50px;
	 	justify-content: space-between;
	 	align-items: center;
	 	position: absolute;
	 	bottom: 9.375rem;
	 	left: 13.125rem;
	 }
	 .bmtd ul li  a span{
	 	color: #ffffff;
	 	font-size: 14px;
	 }
	 .bmtd ul li  a iconpark-icon{
	 	font-size: 22px;
	 	color: #ffffff;
	 }
	 .bmtd ul{
		 flex-wrap: wrap;
	 }
	 .bmtd ul li{
		 width: 90%;
		 padding: 5%;
		 height: auto;
	 }
	 .bmtd ul li{
	 		 width: 90%;
	 }
	 .bmtd ul li  div{
	 		 margin: 0;
	 		 width: 100%;
	 }
	 .bmtd ul li.active{
		 width: 90%;
	 }
	 .bmtd ul li.active div{
		 margin: 0;
		 width: 100%;
	 }
	 .bmtd ul li.active a,.bmtd ul li a{
		 position: initial;
		 width: 100px;
		 height: 38px;
		 margin-top: 15px;
	 }
	 .bmtd ul li div h1{
		 font-size: 28px;
	 }
	 .bmtd ul li div h2,.bmtd ul li.active div h2{
		 font-size: 18px;
	 }
	 .bmtd ul li.active div h3,.bmtd ul li div h3{
		 font-size: 14px;
	 }
	 .bmtd ul li.active div p span,.bmtd ul li  div p span{
		 width: 95%;
		     font-size: 14px;
		     line-height: 30px;
	 }
	 .bmtd ul li  div p i,.bmtd ul li.active div p i{
		 margin-top: 10px;
	 }
	 .baominlist{
		 width: 95%;
	 }
	 .baominlist ul {
		 flex-wrap: wrap;
	 }
	 .baominlist ul li{
		 width: 42%;
		 padding: 3%;
		 margin: 1%;
	 }
	 .baominlist ul li i{
		 width: 50px;
		 height: 50px;
		 font-size: 28px;
		 margin-bottom: 10px;
	 }
	 .baominlist ul li h1{
		 font-size: 17px;
	 }
	 .baominlist ul li p{
		 font-size: 14px;
		 height: auto;
	 }
	 .gyxw{
		 width: 95%;
		 padding: 30px 0;
	 }
	 .innewsdv{
		 width: 100%;
	 }
	 .innewsdvleft,.innewsdvcenter,.foot,.wdl{
		 display: none;
	 }
	 .innewsdvright{
		 width: 100%;
	 }
	 .innewsdvright ul li a div{
		 width: 35%;
	 }
	 .innewsdvright ul li{
		 padding-bottom: 10px;
		 margin-top: 10px;
	 }
	 .innewsdvright ul li a section{
		 width: 61%;
	 }
	 .innewsdvright ul li a section h1{
		 font-size: 16px;
	 }
	.shownav ul{
		width: 100%;
		flex-wrap: wrap;
		height: auto;
		justify-content: flex-start;
	}
	.shownav ul li{
		width: 25%;
	}
	.shownav ul li a{
		padding: 0;
		line-height: 45px;
	}
	.alldv{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cplist{
		width: 95%;
	}
	.cplist ul li{
		width: 48%;
		border-radius: 15px;
	}
	.cplist ul li section{
		padding: 7%;
	}
	.cplist ul li section h1{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cplist ul li section i{
		margin: 8px 0;
	}
	.cplist ul li section p{
		font-size: 14px;
	}
	.cplist ul li section h4{
		margin-top: 10px;
	}
	.shownav ul li:nth-child(4)::after{
		display: none;
	}
	.shownavs ul{
		flex-wrap: nowrap;
	}
	.shownavs ul li{
		width: 100%;
	}
	.anlidv{
		width: 95%;
	}
	.anlidv ul li{
		width: 48%;
		border-radius: 10px;
	}
	.anlidv ul li h1{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.gsjjdv{
		display: block;
		width: 95%;
	}
	.gsjjdvleft{
		width: 100%;
	}
	.gsjjdvleft h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.gsjjdvleft h2{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.gsjjdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.gsjjdvright{
		width: 100%;
		margin-top: 15px;
	}
	.newsdvlist ul li {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.newsdvlist {
		width: 95%;
	}
	
	.newsdvlist ul li a .newsdvlistime {
		display: none;
	}
	
	.newsdvlist ul li a {
		padding: 3%;
	}
	
	.newsdvlistext {
		width: 100%;
	}
	
	.newsdvlistext h1 {
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.newsdvlistext p {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.shownews{
		display: block;
	}
	.shownews{
		width: 95%;
	}
	.shownewsleft{
		width: 100%;
	}
	.shownewsleftbt h1{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.shownewsleftbt{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.fy{
		width: 95%;
		display: block;
		margin-top: 15px;
	}
	.fy a{
		display: block;
		line-height: 25px;
		font-size: 14px;
		margin: 15px 0px;
	}
	.shownewsright{
		width: 95%;
		padding: 2.5%;
	}
	.shownewsright form input{
		width: calc(100% - 10px);
	}
	.shownewsdv{
		padding: 5%;
	}
	.shownewsleftbt h1{
		font-size: 16px;
		line-height: 30px;
	}
	.cpxqbt span{
		font-size: 17px;
	}
	.tuandui{
		width: 95%;
	}
	.tuanduilist ul{
		justify-content: space-between;
	}
	.tuanduilist ul li{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.tuanduilist ul li .tuanduilistright div h1{
		font-size: 17px;
	}
	.tuanduilist ul li .tuanduilistright div i{
		margin: 15px 0;
	}
	.qiyewenhuabt h1{
		font-size: 20px;
	}
	.qiyewenhuabt i{
		margin: 13px auto;
	}
	.qiyewenhuabt p{
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
		line-height: 25px;
	}
	.qiyewenhuabt{
		margin-bottom: 15px;
	}
	.qiyewenhuadv{
		width: 95%;
	}
	.fuwbzlist{
		width: 95%;
	}
	.fuwbzlist ul{
		flex-wrap: wrap;
	}
	.fuwbzlist ul li{
		width: 48%;
		margin: 1%;
	}
	.fuwbzlist ul li:nth-child(2n) {
	    margin-top: 0;
	}
	.fuwbzlist ul li section h1{
		font-size: 26px;
	}
	.fuwbzlist ul li section h2{
		font-size: 16px;
	}
	.fuwbzlist ul li section p{
		font-size: 14px;
	}
	.qiyewenhuadv{
		display: block;
	}
	.qiyewenhuadvright{
		width: 100%;
	}
	.qiyewenhuadvleft{
		width: 100%;
	}
	.qiyewenhuadvleft{
		height: 300px;
	}
	.qsmdv h1{
		font-size: 16px;
	}
	.qsmdv p{
		font-size: 14px;
		line-height: 25px;
	}
	.qsmdv{
		width: 90%;
	}
	.qsmdvleft{
		width: 80%;
	}
	.pinpaishuodv{
		width: 95%;
	}
	.ppsbt{
		display: block;
	}
	.ppsbtleft h1{
		font-size: 20px;
		text-align: center;
	}
	.ppsbtleft i{
		margin: 15px auto;
	}
	.ppsbtleft p{
		font-size: 14px;
		line-height: 25px;
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}
	.ppsbtright a{
		width: 100px;
		height: 38px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.pinpaishuo{
		padding-top: 30px;
	}
	.pinpaishuodv .ppslist{
		display: block;
	}
	.pinpaishuodv .innewsdvleft{
		display: block;
			width: 100%;
			margin-bottom: 10px;
	}
	.pinpaishuodv  .innewsdvleft section{
		padding: 5%;
	}
	.ppslist .innewsdvleft section h1{
		font-size: 16px;
	}
	.ppslist{
		width: 100%;
	}
	.innewsdvleft section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.zxly{
		width: 90%;
		padding: 30px 2.5%;
	}
	.zxlybt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.zxly form input{
		width: 100%;
		padding: 0 15px;
	}
	.zxly form textarea{
		width: 100%;
		padding:  15px;
	}
	.zxly form button{
		width: 120px;
		height: 38px;
		line-height: 38px;
	}
	.lxwm{
		overflow: hidden;
		width: 100%;
	}
	.lxwm img{
		width: 260%;
	}
	.lxwmdv{
		width: 95%;
		margin-top: 25px;
	}
	.lxwmabt h1{
		font-size: 20px;
	}
	.lxwmabt h2{
		font-size: 14px;
	}
	.lxwmabt i{
		height: 2px;
	}
	.lxwmlist{
		margin-top: 30px;
	}
	.lxwmlist ul {
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		width: 48%;
		margin: 1%;
	}
	.lxwmlist ul li h2{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#cf001c;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #b6021a;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner {
	  	overflow: hidden;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
		margin-top: 5px;
	}
	.nrbanner .btext section i{
		margin-top: 5px;
	}
	.shprolist ul li .shprolisttop h1{
		color: #ce142d;
    	opacity: 1;
	}
	.shprolist ul li .shprolisttop h3{
		opacity: 1;
		color: #4c4c4c;
	}
	.shprolist ul li .shprolisttop h4{
		color: #4c4c4c;
	}
	.shprolist ul li:nth-child(1){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.shprolist ul li:nth-child(2){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.shprolist ul li:nth-child(3){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.shprolist ul li:nth-child(4){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.shprolist ul li:nth-child(5){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.shprolist ul li:nth-child(6){
		background: url(../images/shpro_03.jpg) center no-repeat;
    	background-size: cover;
	}
	.bannersasg .swiper-slide .banwz{
		width: 95%;
		margin-left: 0%;
		left: 2.5%;
	}
	.bannersasg .swiper-slide .banwz h1{
		font-size: 20px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.bannersasg .swiper-slide .banwz p{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide .banwz section{
		width: 100%;
	}
	.bannersasg .swiper-slide .ghej{
		display: none;
	}
	.bannersasg .swiper-slide section a{
		margin: 0 auto;
		margin-top: 15px;
		width: 100px;
		height: 38px;
		padding: 0 15px;
		padding-right: 15px;
	}
	.bannersasg .swiper-slide section a iconpark-icon{
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0;
	}
	.shzjiadvright .get{
		width: 80%;
		margin: 0 auto;
	}
	.shzjiadvright .ghrht{
		        position: initial;
        width: 100%;
	}
	.shzjiadvright .ghrht img{
		width: 100%;
		margin-top: 15px;
	}
	.lxwmdv{
		margin-top: 0;
	}
	.gehrhtjytjk{
		height: 40px;
		background-size: cover;
	}
	.prenext-pro .line .x6{
		width: 100%;
	}
	.prenext-pro a.button{
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
		text-align: left;
		line-height: 40px;
		white-space:nowrap;
		margin-top: 10px;
		overflow:hidden;
		width: 94%;
		text-overflow:ellipsis;
	}
	.shiszxqdv{
		width: 95%;
		display: block;
	}
	.shiszxqdvleft{
		width: 100%;
	}
	.shiszxqdvleft h1{
		width: 80%;
		height: 40px;
		font-size: 17px;
		text-align: center;
		font-weight: bold;
		margin-top: 15px;
		line-height: 40px;
	}
	.shiszxqdvleft div img{
		width: 55%;
		margin: 0 auto;
	}
	.shiszxqdvright{
		margin-top: 20px;
		width: 100%;
	}
	.grdv section h1{
		font-size: 17px;
	}
	.grdv section p{
		font-size: 12px;
	}
	.grdv{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.shiszxqdvright .gr{
		margin-bottom: 30px;
	}
}
