/* 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: "OpenSans";
	src:url('../font/OpenSans-Regular.ttf');
}
@font-face
{
	font-family: "OpenSans_SemiBold";
	src:url('../font/OpenSans-SemiBold.ttf');
}
@font-face
{
	font-family: "OpenSans_Bold";
	src:url('../font/OpenSans-Bold.ttf');
}
@font-face
{
	font-family: "ArchivoBlack";
	src:url('../font/Archivo_black.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_Medium";
	src:url('../font/HarmonyOS_Sans_Medium.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans";
	src:url('../font/HarmonyOS_Sans_Regular.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_Bold";
	src:url('../font/HarmonyOS_Sans_Bold.ttf');
}
body {
	font-family: "OpenSans";
}

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;
}


.banners img{
	display: block;
	width: 100%;
}
.headtop{
	height: 30px;
	border-bottom: 1px solid #ebebeb;
}
.headtopdv{
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: flex-end;
}
.headtopdv a{
	margin-left: 3.125rem;
	font-size: 14px;
	font-family: "OpenSans";
	line-height: 30px;
	transition: all 1s;
}
.headtopdv a:hover{
	color: #f6572d;
}
.headnav{
	border-bottom: 1px solid #ebebeb;
	height: 75px;
}
.headnavdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.headnavdvleft img{
	display: block;
	height: 100%;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
	    margin-left: 3.125rem;
}
.ss iconpark-icon{
	color: #494949;
	font-size: 16px;
	line-height: 30px;
}
.ss form{
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
	background: #f2f2f2;
	padding-right: 4px;
}
.ss form input{
	width: 200px;
	border: none;
	transition: all 1s;
	font-size: 12px;
	line-height: 30px;
	background: #f2f2f2;
}
.ss form button{
	background: #f2f2f2;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

.headnavdvright {
	width: 60.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headnavdvright ul{
	width: 41.875rem;
	display: flex;
	justify-content: space-between;
	height: 75px;
	align-items: center;
}
.headnavdvright ul li{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headnavdvright ul li a{
	display: block;
	font-size: 16px;
	color: #333333;
	font-family: "OpenSans_SemiBold";
	line-height: 75px;
}
.headnavdvright ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	position: absolute;
	transition: all 1s;
}
.headnavdvright ul li a:hover::after{
	background-color: #f6572d;
}
.headnavdvright ul li.active a::after{
	background-color: #f6572d;
}
.headnavdvright section{
	width: 13.75rem;
}
.headnavdvright section a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f6572d;
	border-radius: 5px;
	height: 35px;
}
.headnavdvright section a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.headnavdvright section a span{
	font-family: "OpenSans_SemiBold";
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.headlast{
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.headlastdv{
	width: 93.75rem;
	margin: 0% auto;
	display: flex;
	justify-content: flex-end;
}
.headlastdv ul {
	display: flex;
	justify-content: space-between;
	width: 61.25rem;
	align-items: center;
	height: 50px;
}
.headlastdv ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headlastdv ul li a i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #323232;
	transition: all 1s;
}
.headlastdv ul li a span{
	color: #333333;
	font-size: 14px;
	font-family: "OpenSans_SemiBold";
	margin-left: 0.625rem;
	text-transform: uppercase;
	transition: all 1s;
}
.headlastdv ul li:hover a i{
	color: #f6572d;
}
.headlastdv ul li:hover a span{
	color: #f6572d;
}
.headlastdv ul li.active a i{
	color: #f6572d;
}
.headlastdv ul li.active a span{
	color: #f6572d;
}
.sybtn ul{
	display: flex;
	justify-content: space-between;
}
.sybtn ul li{
	width: 34%;
	background-color: #ededed;
	padding-top: 3.125rem;
	padding-bottom: 1.875rem;
	transition: all 1s;
}
.sybtn ul li:nth-child(2n){
	background-color: #f7f7f7;
}
.sybtn ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.sybtn ul li a>div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.5rem;
	height: 7.5rem;
	background-color: rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	font-size: 45px;
	margin-right: 1.5625rem;
	transition: all 1s;
	position: relative;
	color: #222222;
}
.sybtn ul li a>div img{
	display: block;
	width: 55%;
	transition: all 1s;
}
.sybtn ul li a>div img:nth-child(2){
	position: absolute;
	opacity: 0;
}
.sybtn ul li:hover a>div{
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.sybtn ul li a>div img{
	opacity: 0;
}
.sybtn ul li a>div img:nth-child(2){
	position: absolute;
	opacity: 1;
}

.sybtn ul li a section h2{
	font-family: "OpenSans_SemiBold";
	margin-bottom: 10px;
	font-size: 22px;
	color: #333333;
	transition: all 1s;
}
.sybtn ul li:hover a section h2{
	color: #fff;
}
.sybtn ul li a section h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sybtn ul li a section  h3 span{
	font-family: "OpenSans";
	font-size: 16px;
	transition: all 1s;
	color: #333333;
}
.sybtn ul li a section  h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px; 
	margin-left: 7px;
	margin-top: 2px;
	transition: all 1s;
	color: #333333;
}
.sybtn ul li:hover a section  h3 span{
	color: #fff;
}
.sybtn ul li:hover a section  h3 iconpark-icon{
	color: #fff;
}
.sybtn ul li:hover{
	background-color: #f6572d;
}
.syabout{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 6.5625rem;
	padding-bottom: 7.1875rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.syaboutleft{
	width: 45%;
}
.syaboutleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold";
	width: 82%;
	margin-bottom: 1.875rem;
}
.syaboutleft p{
	font-family: "OpenSans";
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: justify;
}
.syaboutleft h2{
	color: #333333;
	font-size: 24px;
	font-family: "OpenSans_Bold";
	margin-top: 2.5rem;
}
.syaboutleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1.875rem;
}
.syaboutleft ul li i{
	font-size: 36px;
	color: #f6572d;
	margin-right: 0.9375rem;
}
.syaboutleft ul li h3{
	color: #333333;
	font-family: "OpenSans_SemiBold";
	font-size: 18px;
	margin-bottom: 5px;
}
.syaboutleft ul li p{
	font-size: 15px;
}
.syaboutright{
	position: relative
}
.syaboutright>img{
	width: 36.25rem;
	display: block;
}
.syaboutrightdv{
	width: 20.625rem;
	height: 12.5rem;
	position: absolute;
	bottom: -3.4375rem;
	left: -6.875rem;
	background: url(../images/sibx_03.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.syaboutrightdv section{
	width: 14.4375rem;
}
.syaboutrightdv section h1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.syaboutrightdv section h1 i{
	color: #ffffff;
	font-family: "ArchivoBlack";
	font-size: 48px;
}
.syaboutrightdv section h1 span{
	font-family: "ArchivoBlack";
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}
.syaboutrightdv section p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.syfram{
	padding-top: 6.25rem;
	padding-bottom: 5.625rem;
	background-color: #f5f5f5;
}
.syframdv{
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.syframdvleft{
	width: 45%;
}
.syframdvleft img{
	display: block;
	width: 100%;
}
.syframdvright{
	width: 48%;
}
.syframdvright h1{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold";
	margin-bottom: 35px;
}
.syframdvright p{
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
}
.syframdvright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
	border: 1px solid #d9d9d9;
	padding-left: 30px;
	width: 160px;
	height: 48px;
	border-radius: 50px;
	transition: all 1s;
}
.syframdvright a span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.syframdvright a  iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	background-color: #f6572d;
	margin-right: 4px;
	transition: all 1s;
}
.syframdvright a:hover{
	background-color: #f6572d;
	border: 1px solid #f6572d;
}
.syframdvright a:hover span{
	color: #fff;
}
.syframdvright a:hover  iconpark-icon{
	background-color: #fff;
	color: #f6572d;
}
.synews{
	width: 93.75rem;
	margin: 7.5rem auto;
}
.synewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.125rem;
}
.synewsbtleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold";
}
.synewsbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d9d9d9;
	padding-left: 30px;
	width: 160px;
	height: 48px;
	border-radius: 50px;
	transition: all 1s;
}
.synewsbtright a span{
	display: block;
	color: #4c4c4c;
	transition: all 1s;
	font-size: 14px;
}
.synewsbtright a  iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	background-color: #f6572d;
	margin-right: 4px;
	transition: all 1s;
}

.synewsbtright a:hover{
	background-color: #f6572d;
	border: 1px solid #f6572d;
}
.synewsbtright a:hover span{
	color: #fff;
}
.synewsbtright a:hover  iconpark-icon{
	background-color: #fff;
	color: #f6572d;
}
.synewslist ul{
	display: flex;
	justify-content: space-between;
}
.synewslist ul li{
	width: 32%;
}
.synewslist ul li .synewslistimg{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.synewslist ul li .synewslistimg img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.synewslist ul li .synewslistimg section{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	background-color: #f6572d;
}
.synewslist ul li .synewslistimg section i{
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	margin-top: 0.625rem;
}
.synewslist ul li .synewslistimg section span{
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
}
.synewslist ul li:hover .synewslistimg img{
	transform: scale(1.05);
}
.synewslist ul li .synewslisttxt{
	margin-top: 2.1875rem;
}
.synewslist ul li .synewslisttxt h3{
	font-size: 14px;
	color: #333333;
}
.synewslist ul li .synewslisttxt h2{
	font-family: "OpenSans_SemiBold";
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	overflow:hidden;
	transition: all 1s;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.synewslist ul li .synewslisttxt  p{
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	color: #333333;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3;
}
.synewslist ul li:hover .synewslisttxt h2{
	color: #f6572d;
}
.syfe{
	padding-top: 6.25rem;
	padding-bottom: 5.9375rem;
	background-image: linear-gradient(#f4f5f5, #fff);
}
.syfedv{
	width: 93.75rem;
	margin: 0% auto;
}
.syfebt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.syfebtleft{
	width: 40%;
}
.syfebtleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold";
}
.syfebtright{
	width: 50%;
}
.syfebtright p{
	line-height: 30px;
	color: #333333;
	font-size: 16px;
}

.syfebtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d9d9d9;
	padding-left: 30px;
	width: 160px;
	height: 48px;
	border-radius: 50px;
	margin-top: 1.5625rem;
	transition: all 1s;
}
.syfebtright a span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.syfebtright a  iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	background-color: #f6572d;
	margin-right: 4px;
	transition: all 1s;
}

.syfebtright a:hover{
	background-color: #f6572d;
	border: 1px solid #f6572d;
}
.syfebtright a:hover span{
	color: #fff;
}
.syfebtright a:hover  iconpark-icon{
	background-color: #fff;
	color: #f6572d;
}
.sycp{
	margin-top: 4.375rem;
}
.sycp ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: 1px solid #e6e6e6; 
	border-top: 1px solid #e6e6e6
}
.sycp ul li{
	width: calc(25% - 1px);
	border-right: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	transition: all 1s;
}
.sycp ul li:hover{
	position: relative;
	z-index: 3;
	transform: scale(1.03);
	box-shadow: 0px 0px 15px #dcdcdc;
}
.sycp ul li .sycptop{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sycp ul li .sycptop img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.sycp ul li .sycptop  span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/jia_03.png) center no-repeat ;
	background-size: auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	opacity: 0;
}
.sycp ul li:hover .sycptop img{
	transform: scale(1.05);
}
.sycp ul li:hover .sycptop  span{
	opacity: 1;
}
.sycp ul li .sycpdown{
	padding: 1.875rem;
}
.sycp ul li .sycpdown h1{
	color: #333333;
	font-size: 22px;
	font-family: 'OpenSans_SemiBold';
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.sycp ul li:hover .sycpdown h1{
	color: #f6572d;
}
.sycp ul li .sycpdown p{
	line-height: 30px;
	overflow:hidden;
	height: 90px;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	color: #333;
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3;
}
.sycp ul li .sycpdown dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.25rem;
}
.sycp ul li .sycpdown dl img{
	width: auto;
	max-width: 100%;
	display: block;
}
.syvideo{
	width: 93.75rem;
	margin: 0% auto;
	margin-top: 6.25rem;
}
.syvideolist ul{
	display: flex;
	justify-content: space-between;
}
.syvideolist ul li{
	width: 23%;
	margin: 1%;
}
.syvideolist ul li DIV{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.syvideolist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.syvideolist ul li:hover div img{
	transform: scale(1.05);
}
.syvideolist ul li div span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bofang_03.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.syvideolist ul li h1{
	color: #333333;
	font-size: 18px;
	margin-top: 1.25rem;
	text-align: center;
}

.any{
	padding: 80px 0;
	background: url(../images/dsage_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 24px;
	font-family: "OpenSans_SemiBold";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #b2b2b2;
	font-size: 14px;
}
.anydv form input::placeholder{
	color: #b2b2b2;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #272827;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.foot{
	padding-top: 5rem;
	background: url(../images/ftas_02.jpg) center no-repeat;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 29.8125rem;
}
.footdvleft h1{
	font-family: "OpenSans_Bold";
	font-size: 20px;
	color: #ffffff;
}
.footdvleft i{
	display: block;
	width: 30px;
	height: 5px;
	border-bottom: 2px solid #f6572d;
	margin-bottom: 1.875rem;
	margin-top: 15px;
}
.footdvleft  p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.footdvleft  p img{
	display: block;
	width: 24px;
	margin-right: 10px;
}
.footdvleft  p span{
	width: 90%;
	color: #fff;
	font-size: 14px;
	font-size: 16px;
	line-height: 24px;
}
.footdvright{
	width: 50rem;
}
.footdvright dl dt a{
	font-family: "OpenSans_Bold";
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.footdvright dl dt{
	margin-bottom: 1.5625rem;
}
.footdvright dl dd{
	margin-bottom: 0.75rem;
}
.footdvright dl dd a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transition: all 1s;
}
.footdvright dl dd:hover a{
	transform: translateX(10px);
}
.footdvright dl dd a img{
	display: block;
	width: 25px;
}
.footdvright dl dd a span{
	width: 90%;
	display: block;
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
}
.footdvright dl dd a i{
	color: #fff;
	font-size: 16px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
}
.footlaw{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
}
.footlawright a{
	margin-left: 15px;
}

.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.footdvleft>img{
	display: block;
	margin-bottom: 35px;
}
.wdldv p{
	color: #fff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
	font-size: 14px;
}

.about1{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 4.6875rem;
	padding-bottom: 8.125rem;
}
.about1dv h1{
	color: #333333;
	font-family: "OpenSans_Bold";
	font-size: 36px;
	margin-bottom: 2.5rem;
}
.about1dv p{
	margin-bottom: 1.875rem;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
}
.about1dv  img{
	margin-top: 3.75rem;
	width: 100%;
	display: block;
}
.fzi{
	padding: 10rem 0rem;
	background: url(../images/aboutji_03.jpg) center no-repeat;
	background-size: cover;
}
.fzidv{
	width: 93.75rem;
	margin: 0 auto;
}
.fzidv ul{
	display: flex;
	justify-content: space-between;
}
.fzidv ul li{
	width: calc(31% - 90px);
	padding: 85px 45px;
	border-radius: 0.625rem;
	background-color: #fff;
	transition: all 1s;
}
.fzidv ul li iconpark-icon{ 
	color: #f6572d;
	margin-bottom: 1.25rem;
	font-size: 48px;
	transition: all 1s;
}
.fzidv ul li h1{
	font-family: "OpenSans_SemiBold";
	font-size: 24px;
	color: #333333;
	width: 220px;
	margin-bottom: 1.25rem;
	transition: all 1s;
}
.fzidv ul li p{
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.fzidv ul li:hover{
	background-color: #f6572d;
}
.fzidv ul li:hover iconpark-icon{ 
	color: #fff;
}
.fzidv ul li:hover h1{ 
	color: #fff;
}
.fzidv ul li:hover p{ 
	color: #fff;
}
.eventbt h1{
	font-family: "OpenSans_Bold";
	font-size: 36px;
	color: #333333;
}
.event{
	position: relative;
}
.eventbt{
	margin-bottom: 3.75rem;
}
.evedvs{
	display: flex;
	justify-content: space-between;
}
.evedvsleft{
	width: 50%;
	background: url(../images/eve_02.jpg) center no-repeat;
	background-size: cover;
}
.evedvsright{
	width: 50%;
}
.evedvsright div{
	width: 100%;
	overflow: hidden;
}
.evedvsright div img{
	display: block;
	transition: all 1s; 
}
.evedvsright:hover div img{
	transform: scale(1.05);
}
.edvf{
	width: 46.875rem;
}
.evedvsleft{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.edvf section{
	width: 80%;
	padding-left: 5%;
	border-left: 1px solid #f6572d;
}
.edvf section h1{
	color: #f6572d;
	font-size: 30px;
	font-family: "OpenSans_SemiBold";
	margin-bottom: 0.9375rem;
}
.edvf section p{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 2.1875rem;
}
.edvf section h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.edvf section h2 iconpark-icon{
	width: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #f6572d;
	align-items: center;
	line-height: 30px;
	font-size: 20px;
}
.edvf section h2 span{
	display: block;
	width: 60px;
	color: #333333;
	font-family: "OpenSans_Bold";
	font-size: 16px;
}
.edvf section h2 i{
	display: block;
	
	color: #333333;
	font-size: 15px;
}
.fwew{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.syevdv  .swiper-button-next,.syevdv  .swiper-button-prev{
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.375rem;
	height: 4.375rem;
	background-color: #fff;
	opacity: 1;
}
.syevdv  .swiper-button-prev{
	background-color: #f6572d;
}
.syevdv .swiper-button-next:after,.syevdv  .swiper-button-prev:after{
	font-size: 20px;
	color: #fff;
}
.syevdv  .swiper-button-next:after{
	color: #f6572d;
}
.syvideos{
	margin: 5.5rem auto;
}
.lxwm{
	padding: 4.375rem 0;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-family: "OpenSans_Bold";
}
.lxwmbt i{
	display: block;
	width: 30px;
	height: 15px;
	border-top: 2px solid #f6572d;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.lxwmbt p{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.lxwm ul{
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	justify-content: space-between;
}
.lxwm ul li{
	width: 32%;
	background-color: #f7f7f7;
	padding: 50px 0px;
	transition: all 1s;
}
.lxwm ul li iconpark-icon{
	color: #f6572d;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	margin-bottom: 2.1875rem;
	transition: all 1s;
}
.lxwm ul li h2{
	color: #4c4c4c;
	font-size: 24px;
	font-family: "HarmonyOS_Sans_Medium";
	text-align: center;
	transition: all 1s;
}
.lxwm ul li p{
	color: #4c4c4c;
	font-size: 15px;
	font-family: 'HarmonyOS_Sans';
	text-align: center;
	margin-top: 0.625rem;
	transition: all 1s;
}
.lxwm ul li:hover{
	background-color: #f6572d;
}
.lxwm ul li:hover iconpark-icon{
	color: #fff;
}
.lxwm ul li:hover h2{
	color: #fff;
}
.lxwm ul li:hover p{
	color: #fff;
}

.liy{
	padding-top: 5.3125rem;
	padding-bottom: 5.3125rem;
	background: url(../images/contactimg_02.jpg) center no-repeat;
	background-size: cover;
}
.liy .lxwmbt{
	margin-bottom: 2.5rem;
}
.liy .lxwmbt h1{
	font-size: 38px;
	color: #333333;
	font-family: "HarmonyOS_Sans_Bold";
}
.liy .lxwmbt p{
	color: #666666;
	font-size: 16px;
	font-family: "HarmonyOS_Sans";
	margin-top: 0.625rem;
}
.liy form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
}
.liy form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liy form div input{
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	font-size: 14px;
	color: #666666;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
	font-family: 'HarmonyOS_Sans';
}
.liy form div input::placeholder{
	color: #666666;
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: 'HarmonyOS_Sans';
	background-color: #fff;
	font-size: 14px;
}
.liy form textarea::placeholder{
	color: #666666;
}
.liy form button{
	width: 180px;
	height: 50px;
	background-color: #f6572d;
	line-height: 50px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.newsall{
	width: 93.75rem;
	margin: 3.125rem auto;
}
.newsalltb{
	color: #333333;
	font-size: 36px;
	font-family: 'OpenSans_Bold';
	margin-bottom: 2.8125rem;
}
.newsall .synewslist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.newsall .synewslist ul li{
	width: 31.333%;
	margin: 1%;
}
.synewslist{
	margin-bottom: 2.5rem;
}

.newall{
	margin-top: 4.6875rem;
	margin-bottom: 5rem;
}

.shownewsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 72%;
}

.shownavdvleftbt h1{
	color: #333333;
	font-size: 24px;
	font-family: "OpenSans_Bold";
	margin-bottom: 1.25rem;
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	margin-left: 0.625rem;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-top: 1.5625rem;
}
.shownavdvleftwz img{
	max-width: 100%;
}
.shownavdvright{
	background-color: #fff;
	width: 17.5rem;
}
.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: 14px;
	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 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:hover {
	color: #e21f27;
}

.rmlist ul li a span {
	width: 100%;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	height: 40px;
	text-overflow:ellipsis;
	color: #4c4c4c;
	border-bottom: 1px solid #fff;
	transition: all 1s;
	font-size: 14px;
}
.rmlist ul li a:hover  span {
	border-bottom: 1px solid #f6572d;
	color: #f6572d;
}
.solution ul li{
	padding: 7.5rem 0rem;
	background-color: #fff;
	
}
.solution ul li .agewgh{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.solution ul li:nth-child(2n){
	background-color: #f5f5f5;
}
.solution ul li:nth-child(2n) .agewgh{
	flex-direction: row;
}
.solution ul li  .solutionleft{
	width: 45%;
}
.solution ul li  .solutionleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.solution ul li:hover .solutionleft img{
	transform: scale(1.05);
}
.solution ul li  .solutionright{
	width: 45%;
}
.solution ul li  .solutionright h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}
.solution ul li  .solutionright h1 img{
	display: block;
	width: 40px;
	margin-right: 0.625rem;
	
}
.solution ul li  .solutionright h1 span{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold";
}
.solution ul li  .solutionright h2{
	color: #333333;
	font-size: 18px;
	margin-bottom: 2.1875rem;
	font-family: "OpenSans_SemiBold";
}
.solution ul li  .solutionright dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.875rem;
}
.solution ul li  .solutionright dl dd i{
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	margin-top: 14px;
	background-color: #f6572d;
}
.solution ul li  .solutionright dl dd span{
	width: 90%;
	margin-left: 0.625rem;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}

.solution ul li  .solutionright  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d9d9d9;
	padding-left: 30px;
	width: 160px;
	height: 48px;
	border-radius: 50px;
	margin-top: 3.125rem;
	transition: all 1s;
}
.solution ul li  .solutionright  a span{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.solution ul li  .solutionright  a  iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	background-color: #f6572d;
	transition: all 1s;
	margin-right: 4px;
}
.solution ul li  .solutionright  a:hover{
	background-color: #f6572d;
	border: 1px solid #f6572d;
}
.solution ul li  .solutionright  a:hover span{
	color: #fff;
}
.solution ul li  .solutionright  a:hover iconpark-icon{
	color: #f6572d;
	background-color: #ffffff;
}
.job{
	margin: 5.625rem auto;
	width: 93.75rem;
}
.obbt h1{
	color: #333333;
	font-size: 42px;
	font-family: "OpenSans_Bold";
	text-align: center;
	margin-bottom: 0.9375rem;
}
.obbt  p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}


.rlzy{
	padding-top: 5.625rem;
	padding-bottom: 5rem;
	background: url(../images/hz_02.jpg) center top no-repeat;
	background-size: cover;
}
.rlzybt {
	margin-bottom: 1.875rem;
}
.rlzybt h1{
	color: #333333;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
.rlzybt i{
	display: block;
	width:45px;
	height: 2px;
	margin: 0 auto;
	background-color: #150e52;
	margin-top: 1.25rem;
}

.rczplist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #faeee3;
	align-items: center;
	margin-bottom: 10px;
}
.rczplist dl dt i{
	width: 14px;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #150e52;
    margin-top: 0px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 33.125rem;
	color: #f6572d;
	font-size: 17px;
}

.rczplist dl dt h2 {
	width: 12.375rem;
	color: #f6572d;
	font-size: 17px;
}

.rczplist dl dt h3 {
	width: 9.375rem;
	color: #f6572d;
	font-size: 17px;
}

.rczplist dl dt h4 {
	width: 9.375rem;
	color: #f6572d;
	font-size: 17px;
}


.rczplist dl dd {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	height: 60px;
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 33.125rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 12.375rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 9.375rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 9.375rem;
	color: #4c4c4c;
	font-size: 16px;
}


.rczplist dl dd:hover .rczpxx  {
	background-color: #f6572d;
}
.rczplist dl dd.active .rczpxx {
    background-color: #f6572d;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
	
}

.rctextleft {
	width: 100%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 35%;
	display: flex;
	justify-content: center;
	height: 200px;
	align-items: center;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}
.jobdv{
	margin-bottom: 6.25rem;
}
.jobdvsag{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.jobdvsag img{
	display: block;
	width: 100%;
}
.product{
	width: 93.75rem;
	margin: 5rem auto;
}
.showpro{
	width: 93.75rem;
	margin: 5rem auto;
}

.maoyileft #thumbs2 {
	margin-top: 1.25rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100 - 2px);
	border: 1px solid #e6e6e6;
}

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

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

.maoyileft #gallery2 {
	width: 100%;
}
.maoyileft #gallery2 .xiangmu{
	width: calc(100%- 2px);
	border: 1px solid #e6e6e6;
}
.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.showprodv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft{
	width: 45%;
}
.showprodvright{
	width: 50%;
}
.showprodvright h1{
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_SemiBold";
	margin-bottom: 1.5625rem;
}
.showprodvright dl{
	margin-bottom: 1.5625rem;
}
.showprodvright dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.25rem;
}
.showprodvright dl img{
	max-width: 100%;
	display: block;
}
.showprodvright p{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.showprodvright  a{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #f6572d;
	margin-top: 3.75rem;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.epro{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 7.5rem;
	margin-top: 4.375rem;
}
.eprobt{
	text-align: center;
	font-size: 36px;
	font-family: "OpenSans_Bold";
	margin-bottom: 3.125rem;
}
.pd{
	width: 93.75rem;
	margin: 4.375rem auto;
}
.pdec{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.pdec span{
	height: 50px;
	display: block;
	width: 170px;
	color: #333333;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #333333;
}
.pddv{
	background-color: #fff;
	padding: 40px;
	margin-top: 30px;
}
.fhui{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.fhui p a{
	color: #333333;
	font-size: 14px;
}
.fhui p a:hover{
	color: #f6572d;
}
.fhui div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div iconpark-icon{
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.fhui div span{
	display: block;
	color: #333333;
	font-size: 14px;
}
.shaixuan{
	padding: 10px 40px;
	box-shadow: 0px 0px 15px #e7e7e7;
}
.shaixuan dl{
	display: flex;
	justify-content: flex-start;
	height: 60px;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.shaixuan dl:nth-child(2){
	border-bottom: none;
}
.shaixuan dl dt{
	color: #333333;
	font-size: 16px;
	font-family: "OpenSans_SemiBold";
	width: 135px;
}
.shaixuan dl dd{
	margin-right: 35px;
}
.shaixuan dl dd a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shaixuan dl dd a iconpark-icon{
	display: flex;
	width: 10px;
	height: 10px;
	border: 1px solid #cccccc;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 5px;
	border-radius: 2px;
}
.shaixuan dl dd a span{
	color: #333333;
	font-size: 16px;
}
.shaixuan dl dd a.active iconpark-icon{
	color: #f6572d;
	border: 1px solid #f6572d;
}
.shaixuan dl dd a.active span b{
	font-weight: normal;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1500px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -750px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}

.bannersasg  .swiper-slide section h4{
	color:#ffffff;
	font-size: 20px;
	margin-top: 1.5rem;
}
.bannersasg  .swiper-slide section h3{
	font-size: 54px;
	font-family: "OpenSans_Bold";
	line-height: 65px;
	color: #fff;
	width: 55%;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	padding: 0 30px;
	width: 180px;
	border-radius: 50px;
	height: 50px;
	margin-top: 5rem;
	border: 1px solid #fff;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #f6572d;
	border-color: #f6572d;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a span{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.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: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        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;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.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: 1500px;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	width:55%;
	font-size: 48px;
	color: #ffffff;
	font-family:"OpenSans_Bold";
}
.nrbanner .btext p{
	font-size:20px;
	color:#fff;
	margin-top:25px;
}
.mfoot,.mfootdv{
	display: none;
}


.wjxzlist{
	width: 93.75rem;
	margin: 0 auto;
}
.wjxzlist ul li{
	padding: 0 25px;
	padding-right: 0;
	height: 80px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	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: #f6572d;
    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;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	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: #f6572d;
	position: relative;z-index: 3;
	transition: all 1s;
}

.wjxzlist ul li:hover{
	background-color: #f6572d;
}
.wjxzlist ul li:hover a iconpark-icon{
	background-color: #f6572d;
	color: #fff;
}
.log-in{
	    position: inherit;
}
.log-in a.user-head{
	width: auto;
	height: auto;
}
.drop-menu a{
	margin: 0;
}
.log-in:hover .drop-menu{
	display: block;
	top: 20px;
	left: 0px;
}
.sybtn ul li:hover a>div img{
	opacity: 1;
}
.sybtn ul li:hover a>div img:nth-child(2){
	opacity: 0;
}

.orstr{
	padding-top: 6.875rem;
	padding-bottom: 7.5rem;
	background: url(../images/jisan_02.jpg) center no-repeat;
	background-size: cover;
}
.orstrdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orstrdvleft{
	width: 23.125rem;
}
.orstrdvleft h1{
	color: #ffffff;
	font-size: 36px;
	font-family: "OpenSans_Bold"
}
.orstrdvleft i{
	display: block;
	width: 200px;
	height: 35px;
	position: relative;
	border-bottom: 1px solid #f99477;
	margin-bottom: 3.125rem;
}
.orstrdvleft i::after{
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background-color: #fff;
	left: 0;
	bottom: -2px;
	position: absolute;
}
.orstrdvleft p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.orstrdvcenter{
	width: 600px;
}
.orstrdvcenter img{
	display: block;
	width: 100%;
}
.orstrdvright{
	width: 26.25rem;
}
.orstrdvright ul{
	border-right: 1px solid #f7b19f;
	margin-right: 10px;
}
.orstrdvright ul li{
	padding: 2.5rem 0px;
	position: relative;
}
.orstrdvright ul li::after{
	content: "";
	display: block;
	width: 10px;
	background-color: #f6572d;
	height: 10px;
	border-radius: 50px;
	border: 3px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -8px;
}
.orstrdvright li h2{
	color: #fff;
	font-size: 24px;
	text-align: right;
	margin-bottom: 0.625rem;
	width: 90%;
	font-family: "OpenSans_SemiBold";
}
.orstrdvright li p{
	line-height: 25px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-align: right;
		width: 90%;
}
.gywmrongyu{
	padding-top: 6.875rem;
	padding-bottom: 10rem;
	background: url(../images/rongyubg_02.jpg) center no-repeat;
	background-size: cover;
}
.gywmrongyudv{
	width: 93.75rem;
	margin: 0 auto;
}
.gywmrongyubt{
	text-align: center;
	margin-bottom: 5.9375rem;
	color: #333333;
	font-size: 36px;
	font-family: "OpenSans_Bold"
}



.rydv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
}

.rylsit {
	width: 81.25rem;
}
.rylsits {
	width: 100%;
}
.rylsit .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.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: 50px;
	height: 50px;
	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: #004ea2;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headtopdv{
		width: 95%;
	}
	.headnavdv{
		width: 95%;
	}
	.sybtn ul li a>iconpark-icon{
		font-size: 24px;
	}
	.sybtn ul li a section h2{
		margin-bottom: 5px;
		font-size: 20px;
	}
	.sybtn ul li a section h3 span{
		font-size: 14px;
	}
	.sybtn ul li a section h3 iconpark-icon{
		font-size: 16px;
	}
	.headnavdvright{
		width: 74.625rem;
	}
	.headnavdvright ul {
	    width: 53.875rem
	}
	.headnavdvright section {
	    width: 17.75rem;
	}
	.headlastdv{
		width: 95%;
	}
	.headlastdv ul{
		width: auto;
	}
	.headlastdv ul li{
		margin-left: 30px;
	}
	.syabout{
		width: 95%;
	}
	.syaboutleft h1{
		width: 100%;
	}
	.syaboutright{
		width: 40%;
	}
	.syaboutright>img{
		width: 100%;
	}
	.syaboutrightdv{
		width: 320px;
		background-size: cover;
		height: 200px;
	}
	.syaboutrightdv section{
		width: 80%;
	}
	.syframdv{
		width: 95%;
	}
	.edvf{
		width: 95%;
	}
	.synews{
		width: 95%;
	}
	.syfedv{
		width: 95%;
	}
	.syvideo{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv h1{
		font-size: 20px;
	}
	.anydv form input{
		width: 15%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft{
		width: 35%;
	}
	.footdvright{
		width: 55%;
	}
	.footlaw{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sybtn ul li{
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
	.about1{
		width: 95%;
	}
	.fzidv{
		width: 95%;
	}
	.fzidv ul li{
		padding: 45px 45px;
	}
	.lxwm ul{
		width: 95%;
	}
	.liy form{
		width: 95%;
	}
	.job{
		width: 95%;
	}
	.rczplist{
		width: 100%;
	}
	.rczplist dl dt h4,.rczplist dl dt h3,.rczplist dl dt h2{
		width: 16.375rem;
	}
	.rczplist dl dd h4,.rczplist dl dd h3,.rczplist dl dd h2{
		width: 16.375rem;
	}
	.rczplist dl dd .rczpxx h4,.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h2,.rczplist dl dd .rczpxx h1{
		font-size: 14px;
	}
	.jobdvsag{
		width: 95%;
	}
	.newsall{
		width: 95%;
	}
	.product{
		width: 95%;
	}
	.sycp ul li .sycpdown dl img{
		margin-left: 0;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvright{
		width: 23%;
	}
	.showpro{
		width: 95%;
	}
	.pd{
		width: 95%;
	}
	.epro{
		width: 95%;
	}
	.solution ul li .agewgh{
		width: 95%;
	}
	.solution ul li .solutionright,.solution ul li .solutionleft{
		width: 48%;
		overflow: hidden;
	}
	.nrbanner .btext{
		width:95%;
	}
	.bannersasg .swiper-slide div{
		width:95%;
		left:2.5%;
		margin-left:0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 36px;
		line-height:50px;
		width: 60%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext h2{
		font-size: 36px;
		line-height:50px;
		width: 60%;
	}
	.shaixuan{
		width: calc(100% - 80px);
	}
	.wjxzlist {
	    width: 100%;
	    margin: 0 auto;
	}
		.orstrdv{
		width: 95%;
	}
	.orstrdvcenter{
		width: 37.5rem;
	}
	.orstrdvleft{
		width: 32.125rem;
	}
	.orstrdvright {
	    width: 38.25rem;
	}
	.orstrdvright li p{
		font-size: 14px;
	}
	.orstrdvright li h2{
		font-size: 20px;
	}
	.gywmrongyudv{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rylsit{
		width: 87%;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads{
		display: none;
	}
	.syabout{
		width: 95%;
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h1{
		width: 100%;
		font-size: 20px;
	}
	.syaboutleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.syaboutleft h2{
		font-size: 16px;
	}
	.syaboutleft ul li i{
		font-size: 20px;
		margin-right: 10px;
	}
	.syaboutleft ul li section{
		width: 80%;
	}
	.syaboutleft ul li h3{
		font-size: 14px;
		margin-top: 2px;
	}
	.syaboutleft ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.syaboutright{
		width: 100%;
		margin-top: 20px;
	}
	.syaboutright>img{
		width: 100%;
	}
	.syaboutrightdv{
		width: 60%;
		height: auto;
		left: 0;
	}
	.syaboutrightdv section{
		width: 100%;
		padding: 10px;
		background-size: cover;
	}
	.syaboutrightdv{
		    background-size: cover;
	}
	.syaboutrightdv section h1 i{
		font-size: 36px;
	}
	.syaboutrightdv section h1 span{
		font-size: 14px;
	}
	.syaboutrightdv section p{
		font-size: 12px;
		line-height: 25px;
	}
	.syframdv{
		width: 95%;
		display: block;
	}
	.syframdvleft{
		width: 70%;
		margin: 0% auto;
	}
	.syframdvright{
		width: 100%;
	}
	.syframdvright h1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.syframdvright p{
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.syframdvright a{
		width: 150px;
		padding-left: 20px;
		height: 40px;
		font-size: 12px;
	}
	.syframdvright a iconpark-icon{
		width: 33px;
		height: 33px;
		font-size: 17px;
	}
	.evedvs{
		display: flex;
		flex-direction: column-reverse;
	}
	.evedvsright{
		width: 100%;
		display: block;
	}
	.evedvsright img{
		display: block;
		width: 100%;
	}
	.evedvsleft{
		width: 100%;
		justify-content: center;
	}
	.edvf{
		width: 95%;
		padding: 20px 0px;
	}
	.eventbt h1{
		font-size: 20px;
	}
	.edvf section{
		width: 100%;
	}
	.edvf section h1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.edvf section p{
		font-size: 12px;
		line-height: 25px;
	}
	.edvf section h2 i{
		font-size: 12px;
		margin-top: 3px;
	}
	.edvf section h2{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.fwew{
		position: absolute;
		top: -5%;
		justify-content: space-between;
	}
	.syevdv .swiper-button-next, .syevdv .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.edvf section h2 span{
		font-size: 14px;
	}
	.synews {
		width: 95%;
	}
	.synewsbt{
		display: block;
	}
	.synewsbtleft h1{
		font-size: 20px;
	}
	.synewsbtright{
		display: none;
	}
	.synewslist ul{
		display: block;
	}
	.synewslist ul li{
		width: 100%;
		margin-top: 15px;
	}
	.synewslist ul li .synewslistimg section{
		width: 60px;
		height: 55px;
	}
	.synewslist ul li .synewslistimg section i{
		font-size: 20px;
		margin-top: 5px;
	}
	.synewslist ul li .synewslistimg section span{
		font-size: 12px;
	}
	.synewslist ul li .synewslisttxt h3{
		font-size: 12px;
	}
	.synewslist ul li .synewslisttxt h2{
		font-size: 16px;
		line-height: 30px;
	}
	.synewslist ul li .synewslisttxt p{
		font-size: 12px;
		line-height: 25px;
	}
	.synewsbt{
		margin-bottom: 5.125rem;
	}
	
	.sybtn ul li a{
		display: block;
	}
	.sybtn ul li a iconpark-icon{
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		margin: 0 auto;
	}
	.sybtn ul li a section h2{
		font-size: 18px;
		text-align: center;
	}
	.sybtn ul li a section h3 {
		justify-content: center;
	}
	
	.sybtn ul li a section h3 span{
		font-size: 12px;
	}
	.sybtn ul li a section h3 iconpark-icon{
		width: auto;
		height: auto;
		font-size: 14px;
		margin: 0 ;
		margin-left: 10px;
	}
	.sybtn ul li{
		padding-bottom: 3.125rem;
	}
	.syfedv{
		width: 95%;
		display: block;
	}
	.syfebt{
		display: block;
	}
	.syfebtleft{
		width: 100%;
		font-size: 20px;
	}
	.syfebtleft h1{
		width: 100%;
		font-size: 20px;
	}
	.syfebtright{
		width: 100%;
		margin-top: 15px;
	}
	.syfebtright p{
		font-size: 12px;
		line-height: 25px;
	}
	
	.syfebtright a{
		display: none;
	}
	.sycp ul li{
		width: calc(50% - 1px);
	}
	.sycp ul li .sycpdown h1{
		font-size: 16px;
	}
	.sycp ul li .sycpdown p{
		font-size: 12px;
		line-height: 25px;
		height: 75px;
	}
	
	.syvideo{
		width: 95%;
	}
	.syvideolist ul {
		flex-wrap: wrap;
	}
	.syvideolist ul li{
		width: 48%;
		margin: 1%;
	}
	.syvideolist ul li h1{
		font-size: 12px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		border-radius: 5px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
	}
	.anydv form button{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		padding: 0 2.5%;
	}
	.foot{
		display: none;
	}
	.about1{
		width: 95%;
	}
	.about1dv h1{
		font-size: 20px;
	}
	.about1dv p{
		font-size: 12px;
		line-height: 25px;
	}
	.fzidv{
		width: 95%;
	}
	.fzidv ul{
		display: block;
	}
	.fzidv ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.fzidv ul li iconpark-icon{
		font-size: 26px;
	}
	.fzidv ul li h1{
		width: 100%;
		font-size: 18px;
	}
	.fzidv ul li p{
		font-size: 12px;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
	}
	.lxwm ul{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lxwm ul{
		display: block;
	}
	.lxwm ul li{
		width: 100%;
		padding: 20px 0px;
		margin-top: 10px;
	}
	.lxwm ul li iconpark-icon{
		font-size: 22px;
	}
	.lxwm ul li h2{
		font-size: 17px;
	}
	.lxwm ul li p{
		font-size: 13px;
	}
	
	.liy .lxwmbt h1{
		font-size: 18px;
	}
	.liy form{
		width: 95%;
	}
	.liy form div input{
		width: 96%;
		line-height: 35px;
		padding: 0 2%;
		height: 35px;
		margin-bottom: 10px;
	}
	.liy form textarea{
		width: 96%;
		padding: 2%;
		line-height: 35px;
	}
	.liy form button{
		height: 40px;
		line-height: 120px;
		line-height: 40px;
		font-size: 12px;
	}
	.liy .lxwmbt h1{
		margin-bottom: 5px;
	}
	.liy .lxwmbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.job{
		width: 95%;
	}
	.obbt h1{
		font-size: 20px;
	}
	.obbt p{
		font-size: 14px;
	}
	.rczplist{
		width: 100%;
	}
	.rczplist dl dt{
		padding: 0 10px;
	}
	.rczplist dl dt h1,.rczplist dl dt h2,.rczplist dl dt h3,.rczplist dl dt h4{
		font-size: 14px;
	}
	.rczplist dl dt h2, .rczplist dl dt h3,.rczplist dl dd h2, .rczplist dl dd h3{
		display: none;
	}
	.rczplist dl dt h1{
		width: 300px;
	}
	.rczplist dl dt h4{
		width: 100px;
	}
	.rczplist dl dd .rczpxx h1{
		width: 300px;
	}
	.rczplist dl dd .rczpxx h4{
		width: 100px;
	}
	.rczplist dl dd .rczpxx{
		padding: 0 10px;
	}
	.rczplist dl dd .rczpxx h1{
		font-size: 12px;
	}
	.rczplist dl dd .rczpxx h4{
		font-size: 12px;
	}
	.rczplist dl dd .rczpxx{
		height: 40px;
	}
	.rctextleft h1{
		font-size: 16px;
	}
	.rctextleft div{
		font-size: 12px;
		line-height: 25px;
	}
	.rczplist dl dt{
		height: 40px;
		line-height: 40px;
	}
	.jobdvsag{
		width: 95%;
	}
	.newsall{
		width: 95%;
	}
	.newsalltb{
		font-size: 20px;
	}
	.newsall .synewslist ul li{
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.product{
		width: 95%;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.shownavdvleftbt h1{
		font-size: 18px;
	}
	.shownavdvleftbt h2 iconpark-icon{
		font-size: 16px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.shownavdvleftwz{
		padding-top: 15px;
		margin-top: 15px;
	}
	.shownavdvright{
		margin-top: 25px;
		width: 100%;
	}
	.bsua span{
		font-size: 16px;
	}
	.rmlist ul li a span{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.showpro{
		width: 95%;
		display: block;
	}
	.showprodv{
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft #gallery2 .xiangmu{
		width: calc(100% - 3px);
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 3px);
	}
	.showprodvright{
		width: 100%;
		margin-top: 20px;
	}
	.showprodvright h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.showprodvright dl img{
	}
	.showprodvright p{
		font-size: 12px;
		line-height: 25px;
	}
	.showprodvright a{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.pd{
		width: 95%;
	}
	.pdec{
		height: 40px;
		line-height: 40px;
	}
	.pdec span{
		height: 40px;
		line-height: 40px;
	}
	.pddv{
		padding: 5%;
		margin-top: 15px;
	}
	.fhui{
		margin-top: 15px;
		display: block;
	}
	.fhui div{
		display: none;
	}
	.fhui p a{
		font-size: 12px;
		line-height: 25px;
	}
	.epro{
		width: 95%;
	}
	.eprobt{
		font-size: 20px;
	}
	.solution ul li .agewgh{
		width: 95%;
		flex-direction: column;
	}
	.solution ul li .solutionleft{
		width: 100%;
	}
	.solution ul li .solutionright h1 img{
		
		width: 25px;
	}
	.solution ul li .solutionright h1 span{
		font-size: 18px;
	}
	.solution ul li .solutionright{
		width: 100%;
		margin-top: 15px;
	}
	.solution ul li .solutionright h2{
		font-size: 16px;
	}
	.solution ul li .solutionright dl dd span{
		font-size: 12px;
		line-height: 25px;
	}
	.solution ul li .solutionright dl dd i{
		margin-top: 10px;
		margin-right: 5px;
	}
	.solution ul li .solutionright a{
		width: 150px;
		height: 40px;
	}
	.solution ul li .solutionright a iconpark-icon{
		width: 34px;
		height: 34px;
	}
	.solution ul li:nth-child(2n) .agewgh{
		flex-direction: column;
	}
	.bannersasg .swiper-slide div{
		width: 100%;
		left: 0%;
		margin-left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
		line-height: 30px;
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		line-height: 30px;
		width: 100%;
	}
	.nrbanner .btext p{
		font-size: 14px;
		margin-top: 15px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}
	.nrbanner{
		overflow: hidden;
	}
	.shaixuan{
		padding: 10px 2.5%;
	}
	.shaixuan dl{
		width: 90%;
		margin:0 auto;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.shaixuan dl dt{
		width: 100%;
	}
	.shaixuan dl dd{
		margin:0;
		margin-top: 10px;
		width: 50%;
	}
	.wjxzlist ul li{
		padding: 0 15px;
		padding-right: 0;
	}
	.wjxzlist{
		width: 100%;
	}
	.wjxzlist ul li{
		height: 40px;
	}
	.wjxzlist ul li a{
		height: 40px;
	}
	.wjxzlist ul li a h1 span{
		font-size: 14px;
	}
	.wjxzlist ul li a iconpark-icon{
		font-size: 20px;
		height: 40px;
	}
		.orstrdv{
		width: 95%;
		display: block;
	}
	.orstrdvleft{
		width: 100%;
	}
	.orstrdvleft h1{
		font-size: 20px;
	}
	.orstrdvleft i{
		height: 15px;
	}
	.orstrdvleft i::after{
		bottom: -3px;
	}
	.orstrdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.orstrdvcenter{
		display: block;
		width: 100%;
		margin: 1.25rem auto;
	}
	.orstrdvright{
		width: 100%;
	}
	.orstrdvright li h2{
		font-size: 18px;
	}
	.orstrdvright li p{
		font-size: 12px;
		line-height: 25px;
	}
	.gywmrongyudv{
		width: 95%;
	}
	.gywmrongyubt{
		font-size: 20px;
	}
	.rydv{
		width: 100%;
	}
	.rydv a{
		width: 30px;
		height: 30px;
	}
	.rydv a{
		font-size: 15px;
	}
	.rylsit {
	    width: 87.25rem;
	}
	.sybtn ul li a>div{
		margin: 0 auto;
		width: 35px;
		height: 35px;
	}

	.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: #f6572d;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #c5151c;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div section{
		width: 90%;
		margin: 0 auto;
	}
}