/* 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_Light";
	src:url('../font/POPPINS-LIGHT_0.TTF');
}
@font-face
{
	font-family: "Anton";
	src:url('../font/ANTON-REGULAR.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: 5.625rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 105rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}
.headdvright {
	width: 73.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	line-height: 5.625rem;
	transition: all .3s;
}

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

.headdvright ul li a span {
	font-family: "Poppins_Light";
	font-size: 16px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #e11e26; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #e11e26; 
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #e11e26;
}
.slideUp .headdvright ul li.active a span{
	color: #e11e26;
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #e11e26; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #e11e26; 
}
.ss img{
	display: block;
	width: auto;
}
.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.slideUp .ss iconpark-icon{
	    color: #e11e26;
}
.banners img{
	display: block;
	width: 100%;
}
.dh a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	margin-right: 10px;
}
.dh span{
	color: #fff;
	font-size: 14px;
}
.slideUp .dh iconpark-icon{
	color: #333;
}
.slideUp .dh span{
	color: #333;
}
.ss{
	font-size: 20px;
	color: #fff;
}

.yyhy{
	width: 105rem;
	margin: 6.25rem auto;
}
.yyhybt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.yyhybt h1 I{
	color: #e11e26;
}
.yyhybt p{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.yyhylist{
	margin: 0 auto;
	width: 105rem;
	margin-top: 3.125rem;
}
.yyhylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yyhylist ul li{
	width: 32.33%;
	margin: 1% 0;
	position: relative;
}
.yyhylist ul li div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.yyhylist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.yyhylist ul li div span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.yyhylist ul li h1{
	position: absolute;
	bottom: 1.875rem;
	left: 1.875rem;
	color: #fff;
	font-size: 22px;
}
.yyhylist ul li:hover div img{
	transform: scale(1.05);
}
.yyhylist ul li:hover div span{
	background: url(../images/span_03.png) center no-repeat;
	background-size: cover;
	opacity: 1;
}
.gy{
	padding-top: 9.0625rem;
	padding-bottom: 6.875rem;
	background: url(../images/gybg_02.jpg) center no-repeat;
	background-size: cover;
}
.gydv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gydvleft{
	width: 45rem;
}
.gydvleft h1{
	color: #333333;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 0.9375rem;
}
.gydvleft h1 i{
	color: #d01027;
}
.gydvleft p{
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 2.5rem;
}
.gydvleft img{
	display: block;
	max-width: 100%;
}
.gydvright{
	width: 48.75rem;
}
.gydvright h1{
	color: #333333;
	font-size: 40px;
	margin-bottom: 0.9375rem;
}
.gydvright h2{
	color: #d01027;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 3.125rem;
}
.gydvright p{
	line-height: 35px;
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 5.25rem;
}
.gydvright ul{
	display: flex;
	justify-content: space-between;
}
.gydvright ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gydvright ul li h3 span{
	color: #e11f26;
	font-size: 54px;
	font-family: "Anton";
}
.gydvright ul li h3 i{
	color: #e11f26;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 5px;
}
.gydvright ul li p{
	color: #333333;
	font-size: 18px;
}
.qqh{
	position: relative;
}
.qqh img{
	display: block;
	width: 100%;
}
.qqhbt{
	position: absolute;
	width: 100%;
	top: 6.5625rem;
}
.qqhbt h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.qqhbt h1 I{
	color: #e11e26;
}
.qqhbt p{
	width: 75rem;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
.lxkf{
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	background: url(../images/lxkf_02.jpg) top center no-repeat;
	background-size: cover;
}
.lxkfdv{
	width: 93.75rem;
	margin: 0 auto;
}
.lxkfdv h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}
.lxkfdv p{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 1.875rem;
}
.lxkfdv section{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxkfdv section a {
	display: block;
	width: 180px;
	height: 45px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0% 1.25rem;
	transition: all 1s;
	background-color: #fff;
	border-radius: 50px;
}
.lxkfdv section a iconpark-icon{
	color: #de0011;
	font-size: 22px;
	margin-right: 15px;
	transition: all 1s;
}
.lxkfdv section a  span{
	color:#4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.lxkfdv section a:hover{
	background-color: #f69b1a;
}
.lxkfdv section a:hover iconpark-icon{
	color: #fff;
}
.lxkfdv section a:hover span{
	color: #fff;
}
.xw{
	padding-top: 6.5625rem;
	padding-bottom: 8.125rem;
	width: 105rem;
	margin: 0 auto;
}
.xwbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwbtleft h1{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
	margin-bottom: 1rem;
}
.xwbtleft h1 i{
	color: #e11e26;
}
.xwbtleft p{
	color: #666666;
	font-size: 16px;
}
.xwbtright a{
	display: block;
	width: 130px;
	padding: 0 25px;
	background-color: #e11f26;
	height: 45px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwbtright a span{
	color: #fff;
	font-size: 14px;
}
.xwbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}
.innewlist {
	margin: 0 auto;
	margin-top: 50px;
}

.innewlist {
	width: 105rem;
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 31.33%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ebebeb;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.innewlistleft section {
	padding: 30px 45px;
	background-color: #fff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #d01027;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistleft section h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

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

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

.innewlistleft:hover section h2 {
	
}

.innewlistcenter {
	width: calc(31.3% - 100px);
	background: url(../images/xw_05.jpg) center no-repeat;
	padding: 80px 50px;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.innewlistcenter h4 {
	display: block;
	width: 140px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 100px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	transition: all 1s;
}
.innewlistcenter:hover h4 {
	background-color: #fff;
	color: #333;
}
.innewlistright {
	width: 31.5%;
}

.innewlistright ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistright ul li a .inwleft {
	width: 180px;
	overflow: hidden;
	border-radius: 13px;
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 53%;
	padding: 0 15px;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}
.innewlistright ul li a section iconpark-icon{
	color: #e4333a;
	font-size: 24px;
}
.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}
.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.innewlistright ul li:hover img {
	transform: scale(1.05);
}
.innewlistright ul li:hover h1 {
	color: #053575;
}
.xuq{
	padding: 50px 0px;
	background: url(../images/loua_02.jpg) center no-repeat;
	background-size: cover;
}
.xuqdv{
	width: 105rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 2.1875rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #b2b2b2;
	border-radius: 5px;
}
.xuqdv form input:nth-child(3){
	width: 30%;
}
.xuqdv form button{
	width: 15%;
	outline: none;
	border: none;
	background-color: #e21f27;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}
.xuqdv  p{
	margin-top: 15px;
	color: #808080;
	font-size: 14px;
}
.foot{
	width: 100%;
	padding-top: 5.625rem;
	background-color: #2d2d2d;
	padding-bottom: 4.375rem;
}
.footdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 18.75rem;
}
.footdvleft h1{
	color: #fff;
	font-size: 18px;
	margin-bottom: 1.5625rem;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #cccccc;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footdvleft p img{
	width: 30px;
	margin-right: 8px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 81.25rem;
}
.footdvright dt a{
	color: #fff;
	font-size: 18px;
}
.footdvright dd a:hover{
	color: #e21f27;
}
.footdvright dt{
	margin-bottom: 1.875rem;
}
.footdvright dd a{
	color: #cccccc;
	font-size: 14px;
	transition: all .5s;
}
.footdvright dd{
	margin-bottom: 1.25rem;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875rem;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li img{
	width: 90px;
	display: block;
}
.footdvleft ul li h2{
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 35px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #2d2d2d;
}
.wdldv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.footdvleft>img{
	display: block;
	margin-bottom: 35px;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}
.cpml{
	padding-top: 6.875rem;
	background: url(../images/cpml_02.jpg) center no-repeat;
	background-size: cover;
}
.cpmlimg{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.qywh{
	margin: 6.25rem auto;
	width: 105rem;
}
.qywhdv{
	width: 105rem;
	margin-top: 3.4375rem;
	display: flex;
	justify-content: space-between;
}
.qywhdvleft{
	width: 77.5rem;
	position: relative;
	overflow: hidden;
}
.qywhdvleft img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.qywhdvleft section{
	display: block;
	position: absolute;
	top: 5.8125rem;
	left: 5rem;
	width: 40rem;
}
.qywhdvleft section h1{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 0.625rem;
}
.qywhdvleft section i{
	display: block;
	width: 30px;
	height: 30px;
	border-top: 3px solid #e11e26;
}
.qywhdvleft section p{
	color: #ffffff;
	line-height: 30px;
	font-size: 15px;
}
.qywhdvright {
	width: 26.25rem;
}
.qywhdvright div {
	width: 20rem;
	height: 18.145rem;
	background-color: #e11e26;
	padding: 0 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25rem;
}
.qywhdvright div h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 0.9375rem;
}
.qywhdvright div i{
	display: block;
	width: 35px;
	height: 1.875rem;
	border-top: 2px solid #fff;
}
.qywhdvright div p{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.qywhdvright .qywhxia{
	margin-bottom: 0;
}
.qywhdvright .qywhxia{
	background-color: #e7ecf2;
}
.qywhdvright .qywhxia section h1{
	color: #333333;
}
.qywhdvright .qywhxia section i{
	border-top: 2px solid #e11e26;
}
.qywhdvright .qywhxia section p{
	color: #4c4c4c;
	font-size: 15px;
}
.ryu{
	padding-top: 7.5rem;
	padding-bottom: 11.25rem;
	background: url(../images/ry_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5.3125rem;
	width: 105rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	margin-top: 5.625rem;
}
.rylsit{
	width: 93.75rem;
}
.rylsit .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.rylsit .swiper-wrapper{
	align-items: center;
}
.rylsit .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: 80%;
}
.rylsit .swiper-slide-active img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.rydv a{
	display: block;
	width: 55px;
	height: 55px;
	background-color: #e8eef2;
	color: #333;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}
.rydv a:hover{
	color: #fff;
	background-color: #e11e26;
}
.hzhb {
	padding-top: 90px;
	padding-bottom: 100px;
	background: url(../images/hzhbbg_02.jpg) center no-repeat;
	width: 100%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.hzhbbt {
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 40px;
}

.picScroll {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll ul li img {
	width: 100%;
	display: block;
}

.picScroll1 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin: 15px 0px;
}

.picScroll1 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll1 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll1 ul li img {
	width: 100%;
	display: block;
}

.picScroll2 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll2 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll2 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll2 ul li img {
	width: 100%;
	display: block;
}

.hzhb .xieshouzyleft {
	display: block;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, #fff, transparent);
	position: absolute;
	z-index: 99;
}

.hzhb .xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}
.hzhb .yyhybt{
	margin-bottom: 4.375rem;
}
.shownav{
	display: block;
	box-shadow: 0px 0px 15px #bebebe8a;
	height: 75px;
	background-color: #fff;
	position: relative;z-index: 2;
}
.shownav ul{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li a{
	width: 20rem;
	display: block;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.shownav ul li a::after{
	content: "";
}
.shownav ul li a:hover{
	background-color: #e21f27;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #e21f27;
	color: #fff;
}
.cpzx{
	background-color: #f5f5f5;
	padding-top: 4.6875rem;
	padding-bottom: 6.25rem;
}
.cpzxdv{
	width: 105rem;
	margin: 0 auto;
}
.cpzxdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpzxdv ul li{
	width: calc(23% - 50px);
	padding: 25px;
	background-color: #fff;
	margin: 1%;
	border-radius: 10px;
}
.cpzxdv ul li div{
	overflow: hidden;
	width: 100%;
}
.cpzxdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpzxdv ul li:hover div img{
	transform: scale(1.05);
}
.cpzxdv ul li h1{
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin: 15px auto;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cpzxdv ul li span{
	width: 140px;
	height: 35px;
	border: 1px solid #e6e6e6;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.cpzxdv ul li:hover span{
	background-color: #0068c1;
	color: #fff;
	border: 1px solid #0068c1;
}

.chanpinimg{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft{
	width: 48.125rem;
}
.chanpinimgright{
	width: 45.3125rem;
}
.chanpinimgright h1{
	color: #333333;
	font-size: 40px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p{
	color: #e21f27;
	font-size: 20px;
	font-weight: bold;
}
.chanpinimgright  ul{
	margin-top: 2.1875rem;
}
.chanpinimgright  ul li{
	display: flex;
	justify-content: flex-start;
	color: #333333;
	font-size: 16px;
	margin-bottom: 0.9375rem;
}
.afv1{
	padding-top: 0px;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}
.maoyileft #thumbs2 {
	width: 10.5rem;
	height: 34.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #e21f27;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 34.875rem;
	height: 34.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.shpdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}
.shpdvleft{
	width: 25.75rem;
}
.shpdvleft h1{
	height: 60px;
    text-indent: 2em;
    line-height: 60px;
    color: #333333;
    font-size: 16px;
    position: relative;
	color: #333333;
	font-size: 18px;
}
.shpdvleft h1::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 21px;
    width: 4px;
    height: 20px;
    display: block;
    background-color: #e21f27;
}
.shpdvleft ul li{
	margin-bottom: 0.625rem;
	background-color: #fff;
	padding: 0 10px;
}
.shpdvleft ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shpdvleft ul li a div{
	width: 8.875rem;
	overflow: hidden;
}
.shpdvleft ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.shpdvleft ul li:hover a div img{
	transform: scale(1.05);
}
.shpdvleft ul li a h2{
	margin-right: 1.25rem;
	color: #333333;
	transition: all 1s;
	font-size: 18px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	line-height: 20px;
	overflow:hidden;
	height: 20px;
	text-overflow:ellipsis;
}
.shpdvleft ul li a h3{
	color: #e21f27;
	font-size: 15px;
}
.shpdvleft ul{
	margin-top: 0.9375rem;
}
.shpdvright{
	width: 77.5rem;
}
.shpdvright #thumbs{
}
.shpdvright #thumbs .swiper-slide h1{
	height: 60px;
	text-indent: 2em;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	position: relative;
}
.shpdvright #thumbs .swiper-slide h1::after{
	content: "";
	position: absolute;
	left: 18px;
	top: 21px;
	width: 4px;
	height: 20px;
	display: block;
	background-color: #e21f27;
}
.shpdvright #thumbs .swiper-slide-thumb-active h1{
	color: #333333;
	font-size: 18px;
}
.shpdvright #gallery{
	margin-top: 0.9375rem;
}
.cpxq img{
	max-width: 100%;
}
.cpxq {
	background-color: #fff;
	padding: 1.875rem;
}
.prolist{
	width: 107rem;
	margin: 0 auto;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	overflow: hidden;
	width: 23%;
	margin: 1%;
	border-radius: 15px;
}
.prolist ul li div{
	overflow: hidden;
	width: 100%;
}
.prolist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.prolist ul li:hover div img{
	transform: scale(1.06);
}
.prolist ul li section{
	background-color: #fff;
	padding: 1.875rem;
	transition: all 1s;
}
.prolist ul li:hover section{
	background-color: #e21f27;
}
.prolist ul li section h1{
	color: #333333;
	font-size: 22px;
	transition: all 1s;
	margin-bottom: 5px;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	height: 25px;
	text-overflow:ellipsis;
}
.prolist ul li:hover section h1{
	color: #FFF;
}
.prolist ul li section h2{
	color: #e21f27;
	font-weight: bold;
	font-size: 17px;
	transition: all 1s;
}
.prolist ul li:hover section h2{
	color: #FFF;
}
.prolist ul li section h3{
	border-top: 1px solid #e6e6e6;
	margin-top: 10px;
	display: flex;
	transition: all 1s;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.25rem;
}
.prolist ul li section h3 span{
	display: block;
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.prolist ul li section h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #717171;
	transition: all 1s;
}
.prolist ul li:hover section h3 span,.prolist ul li:hover section h3 iconpark-icon{
	color: #FFF;
}
.kh{
	width: 105rem;
	margin: 0 auto;
}
.kh ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.kh ul li{
	overflow: hidden;
	width: 23%;
	margin: 1%;
	border-radius: 15px;
	background-color: #fff;
}
.kh ul li div{
	overflow: hidden;
	width: 100%;
}
.kh ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.kh ul li:hover div img{
	transform: scale(1.06);
}
.kh ul li section{
	background-color: #fff;
	padding: 1.875rem;
	transition: all 1s;
}
.kh ul li section h1{
	text-align: center;
	color: #333333;
	font-size: 20px;
	white-space:nowrap;
	line-height: 20px;
	overflow:hidden;
	height: 20px;
	text-overflow:ellipsis;
}
.kh ul li section i{
	display: block;
	margin: 0% auto;
	width: 30px;
	height: 10px;
	margin-top: 5px;
	border-top: 2px solid #e21f27;
}
.kh ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.conta{
	padding: 6.5625rem 0;
	width: 100%;
	background-color: #f5f5f5;
}
.contabt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.contabt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
}
.contabt{
	margin-bottom: 2.5rem;
}
.contalist ul{
	width: 105rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.contalist ul li{
	width: calc(32% - 10rem);
	background-color: #fff;
	padding: 0 5rem;
	padding-top: 2.8125rem;
	padding-bottom: 1.5625rem;
	border-bottom: 3px solid #e21f27;
	position: relative;
	transition: all 1s;
}
.contalist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	width: 75px;
	height: 75px;
	background-color: rgba(226, 31, 39, 0.07);
	color: #e21f27;
	font-size: ;
	margin: 0 auto;
	border-radius: 50%;
	border-radius: 50%;
	transition: all 1s;
}
.contalist ul li:hover {
	background-color: #e21f27;
}
.contalist ul li:hover iconpark-icon{
	background-color: rgba(255,255, 255, 0.2);
	color: #fff;
}
.contalist ul li h1{
	margin-top: 25px;
	color: #4c4c4c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0.625rem;
	font-weight: bold;
	transition: all 1s;
}
.contalist ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}
.contalist ul li:hover h1,.contalist ul li:hover p{
	color: #fff;
}
.zxly {
	padding: 80px 0px;
	padding-top: 90px;
	background: url(../images/lxwm_02.png) center no-repeat;
	background-size: cover;
}

.zxlybt {
	margin-bottom: 50px;
}

.zxlybt h1 {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
}

.zxlybt p {
	text-align: center;
	color: #666666;
	font-size: 16px;
}

.zxlydv {
	width: 100rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
}

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

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	font-family: "微软雅黑";
}

.zxlydv form button {
	margin-top: 15px;
	width: 170px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #e21f27;
}
.xwtj{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newsdvlist{
	width: 105rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.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: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	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: #e11f26;
}
.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;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #e11f26;
	color: #e11f26;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}
.shownewsdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 76.25rem;
}
.newlt{
	width: 70rem;
	background-color: #fff;
	padding: 3.125rem;
}
.shownavdvleftbt h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 0.625rem;
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.shownavdvleftbt h2 span{
	display: block;
	color: #808080;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-top: 1.5625rem;
}
.shownavdvright{
	background-color: #fff;
	padding: 1.875rem;
	width: 21.0625rem;
}
.shownavdvright form{
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.shownavdvright form input{
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 15px;
	color: #999999;
	font-size: 14px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
}

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #e21f27;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
}

.rmlist ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
}

.rmlist ul li a i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #e21f27;
	margin-top: 23px;
	margin-right: 20px;
}

.rmlist ul li a:hover {
	color: #e21f27;
}

.rmlist ul li a span {
	width: 85%;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	white-space:nowrap;
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
}

.rmlist ul li a:hover span {
	border-bottom: 1px solid #e21f27;
}

.faye{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}
.faye p{
	color: #808080;
	font-size: 16px;
}
.faye p a{
	color: #808080;
	font-size: 16px;
}
.faye p a:hover{
	color: #e21f27;
}
.wjxzlist{
	background-color: #f7f7f7;
	width: 105rem;
	margin: 0 auto;
}
.wjxzlist ul li{
	padding: 0 25px;
	padding-right: 0;
	height: 80px;
	margin-bottom: 10px;
	background-color: #ffffff;
	position: relative;
	transition: all 1s;
}
.wjxzlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wjxzlist ul li a h1{
	width: 83%;
	position: relative;z-index: 3;
	transition: all 1s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wjxzlist ul li a h1 i{
	display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #e21f27;
    margin-right: 20px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 i{
	background-color: #fff;
}
.wjxzlist ul li a h1 span{
	white-space:nowrap;
	width: 90%;
	overflow:hidden;
	height: 80px;
	text-overflow:ellipsis;
	line-height: 80px;
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 span{
	color: #fff;
}
.wjxzlist ul li:hover a h1{
	color: #fff;
}
.wjxzlist ul li a iconpark-icon{
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
	height: 80px;
	font-size: 24px;
	color: #e62129;
	position: relative;z-index: 3;
	transition: all 1s;
}

.wjxzlist ul li:hover{
	background-color: #e21f27;
}
.wjxzlist ul li:hover a iconpark-icon{
	background-color: #e21f27;
	color: #fff;
}
.xxdv{
	width: 105rem;
	 margin: 0 auto;
}
.xuanxing{
	padding: 40px;
	background-color: #fff;
}
.xuanxingdv{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuanxing h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #e6e6e6;
	width: calc(49.5% - 30px);
	height: 50px;
	padding: 0 15px;
	margin-bottom: 10px;
}
.xuanxing h1 span{
	color: #4c4c4c;
	font-size: 16PX;
	font-weight: bold;
}
.xuanxing h1 input{
	border: none;
	height: 50px;
	margin-left: 15px;
	outline: none;
	background-color: transparent;
	font-size: 14px;
	color: #666;
	width: 60%;
}
.xuanxing h3{
	text-align: center;
	margin: 30px auto;
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
}
.xmxuq h1{
	width: calc(100% - 30px);
}
.xmxuq h1 section{
	width: 70%;
	margin-left: 25px;
	font-size: 16px;
	color: #4c4c4c;
}
.xmxuq h1 section input{
	width: 50px;
	border-bottom: 1px solid #333;
	height: 30px;
	margin-left: 0;
}
.xmxuq h1:last-child{
	height: auto;
	align-items: flex-start;
}
.xmxuq h1:last-child span{
	line-height: 50px;
}
.xmxuq h1 textarea{
	width: 70%;
	height: 150px;
	border: none;
	margin-left: 15px;
	outline: none;
	background-color: transparent;
	font-size: 14px;
	color: #666;
	line-height: 50px;
	resize:none;
}
.xuanxing button{
	width: 180px;
	height: 50px;
	background-color: #e21f27;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 30px;
}
.xmxuq h1 section label input{
	width: 12px;
	height: 12px;
}
.xmxuq h1 section label{
	margin-left: 15px;
    line-height: 50px;
}
.xmxuq .hhh1{
	height: auto;
	align-items: flex-start;
}
.xmxuq .hhh1 span{
	line-height: 50px;
}
.xmxuq h1 section img{
	display: block;
	margin: 15px 0;
}
.xmxuq h1 section p{
	line-height: 50px;
}
.xmxuq1 h1 span{
	width: 150px;
}
.dji{
	width: 105rem;
	margin: 0 auto;
}
.dji ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.dji ul li{
	width: 300px;
}
.dji ul li h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.dji ul li a>img{
	display: block;
	margin: 0 auto;
}
.dji ul li div img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.dji ul li section{
	background-image: linear-gradient(to top right,#ebebeb, #d1d1d1);
	width: 100%;
	height: 21.25rem;
	margin-top:  -7.125rem;
	transition: all 1s; 
}
.dji ul li section span{
	display: block;width: 100%;
	height: 8.125rem;
	background-image: linear-gradient(to top right,#e3e3e3, #f0f0f0);
}
.dji ul li:nth-child(2) section,.dji ul li:nth-child(4) section{
	height: 17.8125rem;
}
.dji ul li:nth-child(3) section{
	height: 14.375rem;
}
.dji ul li:hover section{
	background-image: linear-gradient(to top right,#e11f26, #ca0c13);
}
.dji ul li:hover section span{
	background-image: linear-gradient(to top right,#ca0c13, #e11f26);
}
.dji ul li:nth-child(2):hover section,.dji ul li:nth-child(4):hover section{
	height: 20.25rem;
}
.dji ul li:nth-child(3):hover section{
	height: 16.8125rem;
}
.gydvright ul li h4{
	font-size: 14px;
}
.cennuodv{
	margin-top: 4.375rem;
	display: flex;
	justify-content: flex-start;
}
.cennuodv a{
	display: block;
	width: 11.25rem;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #d01027;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 5px;
	transition: all 1s ;
}
.cennuodv a:hover{
	background-color: #d01027;
	color: #fff;
}
.cpxq img,.shownavdvleftwz img{
		max-width: 100%;
	}
.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: 105rem;
	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;

}
.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{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 52px;
	color: #ffffff;
	text-align: center;
}
.nrbanner .btext p{
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.shaixuan{
	width: 105rem;
	margin: 0 auto;
}
.shaixuan .filter-boxs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.shaixuan .filter-boxs .filter-tit{
	font-weight: bold;
	font-size: 17px;
	color: #333333;
}
.bannersasg h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.bannersasg .sgahhrj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannersasg h1 i{
	display: block;
	width: 100px;
	height: 2px;
	border-top: 1px solid #fff;
	margin-top: 5px;
}
.bannersasg h1 span{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin: 0 10px;
}
.bannersasg h2{
	text-align: center;
	color: #ffffff;
	font-size: 52px;
	font-weight: bold;
}
.bannersasg h3{
	color: #ffffff;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}
.iwqjg{
	position: absolute;
	bottom: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 6;
}
.iwqjg h4{
	color: #fff;
	font-size: 16px;
}
.iwqjg div{
	margin:  0 30px;
}
.iwqjg div iconpark-icon{
	font-size: 32px;
	color: #fff;
	position: relative;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
@keyframes beat {
    0% {
       bottom: 20px;
    }
   
    100% {
   		bottom: 0px;
	}
}

.bannersasg img{
	display: block;
	width: 100%;
}



.tachuang{
	display: none;
	position: fixed;
    width: 80%;
    z-index: 6;
    top: 12%;
    left: 5%;
    background-color: #fff;
    padding: 5%;
}
.cuowu{
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	position: absolute;
	top: 7%;
	right: 5%;
	border-radius: 50%;
}
.zz{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
    top: 0;
    left: 0%;
	background-color: rgba(0, 0, 0, 0.4);
}
.tachuang .messagesright{
	width: 100%;
}
.tachuang .zxly{
	padding: 0;
	background: none;
}
.tachuang  .zxlydv{
	width: calc(100% - 5rem);
}
.tachuang  .zxlybt{
	margin-bottom: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv,.dji,.yyhy,.gydv,.xuqdv,.footdv,.wdldv,.shpdv,.xxdv,.prolist,.rydv,.kh,.contalist ul,.zxlydv,.newsdvlist,.wjxzlist{
		width: 95%;
	}
	.headdvright{
		    width:87.75rem;
	}
	.headdvright ul {
		    width: 71.875rem;
	}
	.dji ul li h1{
		font-size: 17px;
	}
	.yyhylist{
		width: 100%;
	}
	.gydvright {
	    width: 60.75rem;
	}
	.qqhbt p{
		width: 95%;
	}
	.xw{
		width: 95%;
	}
	.innewlist{
		width: 100%;
	}
	.innewlistcenter{
		padding: 5rem 50px;
	}
	.footdvleft {
	    width: 24.75rem;
	}
	.shownav ul{
		width: 95%;
	}
	.shownav ul li a{
		width: auto;
		padding: 0 15px;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 60.3125rem;
	}
	.shpdvleft{
		width: 28%;
	}
	.shpdvleft ul li a section{
		width: 60%;
	}
	.xmxuq h1 section img{
		max-width: 100%;
	}
	.qywh{
		width: 95%;
	}
	.qywhdv{
		width: 100%;
	}
	.qywhdvleft{
		width: 74%;
	}
	.qywhdvright{
		width: 24%;
	}
	.qywhdvleft section{
		width: 80%;
	}
	.qywhdvright div h1{
		font-size: 18px;
	}
	.qywhdvright div{
		height: auto;
	}
	.qywhdvright div p{
		font-size: 14px;
		line-height: 25px;
	}
	.qywhdvright div {
	    width: 20rem;
	    height: 20.145rem;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvleft{
		width: 70%;
	}
	.newlt{
		width:calc(100% - 6.25rem);
	}
	.shownavdvright{
		width: 24%;
	}
	.faye p a {
	    color: #808080;
		line-height: 30px;
	    font-size: 14px;
	}
	.xwtj{
		width: 95%;
	}
	.innewlistleft section{
		padding: 1.875rem 2.8125rem;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.headdv,.dji,.yyhy,.gydv,.xuqdv,.footdv,.wdldv,.shpdv,.xxdv,.prolist,.rydv,.kh,.contalist ul,.zxlydv,.newsdvlist,.wjxzlist{
		width: 95%;
	}
	.yyhybt h1{
		font-size: 20px;
	}
	.yyhybt p{
		font-size: 14px;
		line-height: 25px;
	}
	.cpmlimg{
		width: 40px;
		display: none;
	}
	.dji ul {
		flex-wrap: wrap;
	}
	.dji ul li{
		width: 48%;
	}
	.dji ul li section{
		display: none;
	}
	.dji ul li a>img{
		display: none;
	}
	.dji ul li h1{
		font-size: 15px;
	}
	.heads{
		display: none;
	}
	.dji{
		margin-top: 20px;
	}
	.yyhylist{
		width: 100%;
	}
	.yyhylist ul li{
		width: 48%;
		margin: 1%;
	}
	.yyhylist ul li h1{
		font-size: 15px;
		text-align: center;
	}
	.gydv{
		display: block;
	}
	.gydvleft{
		width: 100%;
	}
	.gydvleft h1{
		font-size: 20px;
		text-align: center;
	}
	.gydvleft p{
		font-size: 16px;
		text-align: center;
	}
	.gydvleft img{
		width: 50%;
		margin: 0 auto;
	}
	.gydvright{
		width: 100%;
	}
	.gydvright h1{
		font-size: 16px;
		text-align: center;
	}
	.gydvright h2{
		font-size: 18px;
		text-align: center;
	}
	.gydvright p{
		font-size: 14px;
		line-height: 28px;
	}
	.gydvright ul li h3 i{
		font-size: 14px;
	}
	.gydvright ul li h3 span{
		font-size: 28px;
	}
	.gydvright ul li h3 i {
	    color: #e11f26;
	    font-size: 14px;
	    margin-top: 3px;
	    margin-left: 5px;
	}
	.qqhbt h1{
		font-size: 20px;
	}
	.qqhbt p{
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
	}
	.lxkfdv{
		width: 95%;
	}
	.lxkfdv h1{
		font-size: 20px;
	}
	.lxkfdv p{
		font-size: 14px;
	}
	.lxkfdv section a {
	    display: block;
	    width: 150px;
	    height: 40px;
	    border-radius: 5px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0% 1.25rem;
	    transition: all 1s;
	    background-color: #fff;
	    border-radius: 50px;
	}
	.lxkfdv section a iconpark-icon{
		margin-right: 10px;
	}
	.xw{
		width: 95%;
	}
	.xwbt{
		display: block;
	}
	.xwbtleft h1{
		text-align: center;
		font-size: 20px;
	}
	.xwbtleft p{
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.xwbtright a{
		margin: 0 auto;
		width: 100px;
		line-height: 40px;
		height: 40px;
	}
	.innewlist{
		width: 100%;
		margin-top:20px;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a .inwleft{
		width: 170px;
	}
	.innewlistright ul li a section h1{
		font-size: 16px;
	}
	.innewlistright ul li a section iconpark-icon{
		display: none;
	}
	.foot,.wdl{
		display: none;
	}
	.xuq{
		padding: 30px 0;
	}
	.xuqdv h1{
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 40px);
		margin-bottom: 15px;
	}
	.xuqdv form input:nth-child(3) {
	    width: calc(100% - 40px);
	}
	.xuqdv form button{
		width: 120px;
	}
	.xuqdv p{
		font-size: 12px;
	}
	.shownav{
		display: none;
	}
	.chanpinimg{
		display: block;
		width: 95%;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		margin-top: 15px;
		height: auto;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 6px);
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		 font-weight: bold;
	}
	.chanpinimgright p {
	    color: #e21f27;
	    font-size: 17px;
	    font-weight: bold;
	}
	.cennuodv a{
		width: 45%;
	}
	.shpdv{
		flex-direction: column-reverse;
	}
	.shpdvright{
		width: 100%;
	}
	.shpdvright #thumbs .swiper-slide h1 {
	    height: 40px;
	    text-indent: 1em;
	    line-height: 40px;
	    color: #333333;
	    font-size: 16px;
	    position: relative;
		font-size: 17px;
		font-weight: bold;
	}
	.shpdvright #thumbs .swiper-slide h1::after{
		top: 10px;
	}
	.shpdvright #thumbs .swiper-slide h1::after{
		left: 0;
	}
	.cpxq{
		padding: 5%;
	}
	.shpdvleft{
		width: 100%;
	}
	.shpdvleft h1 {
	   height: 40px;
	   text-indent: 1em;
	   line-height: 40px;
	   color: #333333;
	   font-size: 16px;
	   position: relative;
	   font-size: 17px;
	   font-weight: bold;
	}
	.shpdvleft h1::after {
	    content: "";
	    position: absolute;
	    left: 0px;
	    top: 10px;
	    width: 4px;
	    height: 20px;
	    display: block;
	    background-color: #e21f27;
	}
	.shpdvleft ul li a div{
		width: 30%;
	}
	.shpdvleft ul li{
		margin-bottom: 10px;
	}
	.shpdvleft ul li a{
		justify-content: flex-start;
	}
	.shpdvleft ul li a section{
		width: 65%;
		margin-left: 5%;
	}
	.shpdvleft ul li a h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.shpdvleft ul li a h3{
		font-size: 14px;
	}
	.contabt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.contabt p{
		font-size: 14px;
	}
	.xuanxing{
		width: 95%;
		padding: 2.5%;
	}
	.xuanxing h1{
		width: calc(100% - 20px);
		height: 40px;
		padding: 0 10px
	}
	.xuanxing h1 span{
		font-size: 14px;
	}
	.xuanxing h3{
		font-size: 17px;
		margin: 20px auto;
	}
	.xmxuq h1 textarea{
		width: 65%;
		    line-height: 40px;
			height: 120px;
	}
	.xmxuq h1 section {
	    width: 60%;
	    margin-left: 5px;
	    font-size: 14px;
	    color: #4c4c4c;
	}
	.xuanxing h1.dwe{
		display: block;
		height: auto;
		line-height: 40px;
	}
	.xmxuq h1.dwe section{
		width: 100%;
	}
	.xmxuq h1.dwe section i{ 
		display: block;
	}
	.xmxuq1 h1 span{
		width: auto;
	}
	.xuanxing .xmxuq1 h1{
		height: auto;
		align-items: flex-start;
		line-height: 40px;
	}
	.xmxuq h1 section label{
		display: block;
	}
	.xmxuq h1 section img{
		max-width: 100%;
		display: block;
	}
	.xuanxing button{
		width: 150px;
		height: 40px;
		margin-top: 15px;
	}
	.prolist ul li{
		width: 48%;
	}
	.prolist ul li section h1{
		font-size: 16px;
	}
	.prolist ul li section h2{
		font-size: 14px;
	}
	.qywh{
		width: 95%;
	}
	.qywhdv{
		display: block;
		width: 100%;
	}
	.qywhdvleft{
		width: 100%;
	}
	.qywhdvleft section{
		width: 100%;
		top: 5%;
		position: initial;
		left: 5%;
		margin: 15px 0;
	}
	.qywhdvleft section h1{
		color: #333;
		font-size: 17px;
		font-weight: bold;
	}
	.qywhdvleft section p{
		font-size: 14px;
		line-height: 27px;
		color: #666;
	}
	.qywhdvleft section i{
		height: 5px;
		margin-top: 8px;
	}
	.qywhdvright{
		width: 100%;
	}
	.qywhdvright div{
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.qywhdvright div h1{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.qywhdvright div p{
		line-height: 27px;
		font-size: 14px;
	}
	.rylsit{
		width: 78%;
	}
	.rydv a{
		width: 30px;
		height: 30px;
		font-size: 17px;
	}
	.hzhb{
		padding: 25px 0px;
	}
	.qywhdvright .qywhxia section p{
		font-size: 14px;
	}
	.kh ul li{
		width: 48%;
		border-radius: 10px;
	}
	.kh ul li section{
		padding: 5%;
	}
	.kh ul li section h1{
		font-size: 16px;
	}
	.kh ul li section p{
		line-height: 25px;
		height: 50px;
	}
	.kh ul li section i{
		height: 5px;
	}
	.contalist ul{
		display: block;
	}
	.contalist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.contalist ul li iconpark-icon{
		width: 40px;
		height: 40px;
		font-size: 17px;
	}
	.contalist ul li h1{
		margin-top: 10px;
	}
	.contalist ul li h1{
		font-size: 16px;
	}
	.contalist ul li p{
		font-size: 14px;
	}
	.zxly{
		padding: 30px 0px;
	}
	.zxlybt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.zxlybt p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxlybt{
		margin-bottom: 20px;
	}
	.zxlydv form div{
		display: block;
	}
	.zxlydv form div input{
		width: calc(100% - 30px);
		margin: 1% 0px;
		height: 40px;
		padding: 0 15px
	}
	.zxlydv form textarea {
	    padding: 10px 15px;
	    width: calc(100% - 30px);
	    border: none;
	    line-height: 30px;
	    font-size: 14px;
	    margin: 1% 0px;
	    border-radius: 5px;
	    outline: none;
	    background-color: transparent;
	    border: 1px solid #dbdcde;
	    font-family: "微软雅黑";
	}
	.zxlydv form button{
		height: 40px;
		line-height: 40px;
		width: 120px;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.newlt{
		width: 90%;
		padding: 5%;
	}
	.shownavdvleftbt h1{
		font-size: 17px;
		line-height: 25px;
		font-weight: bold;
	}
	.shownavdvleftbt h2{
		margin: 10px 0px;
		font-size: 14px;
	}
	.shownavdvleftwz{
		padding: 2% 0;
		width: 100%;
	}
	.faye p a{
		font-size: 14px;
		line-height: 30px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
	}
	.bsua span{
		font-size: 17px;
		font-weight: bold;
		margin-top: 15px;
	}
	.bsua i{
		margin-top: 15px;
	}
	.cpzx .xwtj{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin: 0 auto;
	}
	.newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.wjxzlist ul li{
		height: 45px;
		padding: 0 15px;
		padding-right: 0;
	}
	.wjxzlist ul li a{
		height: 45px;
	}
	.wjxzlist ul li a h1 i{
		margin-right: 15px;
	}
	.wjxzlist ul li a h1 span{
		font-size: 14px;
	}
	.wjxzlist ul li a h1 span{
		height: 45px;line-height: 45px;
	}
	.wjxzlist ul li a iconpark-icon{
		height: 45px;
		font-size: 20px;
	}
	.dji ul li div img{
		width: 70%;
		margin: 0 auto;
	}
	.dji ul li{
		margin: 1%;
	}
	.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: #e21f27;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #a7191e;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg h1{
		margin-bottom: 10px;
	}
	.bannersasg h2{
		font-size: 19px;
	}
	.bannersasg h1 span{
		font-size: 17px;
	}
	.bannersasg h3{
		font-size: 13px;
		margin-top: 10px;
	}
	.bannersasg h1 i{
		width: 50px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg img{
		width: 100%;
	}
	.iwqjg{
		display: none;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.nrbanner img{
		display: block;
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext p{
		margin-top: 10px;
		font-size: 14px;
	}
	.article .post h1{
		font-size: 17px;
	}

	.shownav ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.shownav ul li{
		width: auto;
		        padding: 0 7px;
	}
	.shownav{
		height: auto;
		display: block;
	}
	.shownav ul li a{
		display: block;
		width: 100%;
		line-height: 45px;
		font-size: 14px;
	}
	.shownav ul li:hover {
		    background-color: #e21f27;
	}
	.shownav ul li.active {
		    background-color: #e21f27;
	}
	.xuanxing h1{
		height: auto;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.lxkfdv section a{
		height: 35px;
		width: 130px;
	}
	.lxkfdv section a iconpark-icon{
		font-size: 18px;
	}
	.xwbtright a {
		display: none;
	}
	.lxkfdv h1{
		margin-bottom: 1.5rem;
		font-size: 17px;
	}
	.lxkfdv p{
		    margin-bottom: 2.875rem;
	}
	.cuowu {
        width: 40px;
        height: 40px;
        top: 3%;
        font-size: 16px;
    }
    .yuyan{
		position: absolute;
        right: 70px;
        top: 5px;
        z-index: 99;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;line-height: 40px;
        background-color: #e21f27;
	}
	.yuyan a{
		text-align: center;
		color: #FFF;
	}
}