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

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/POPPINS-REGULAR_0.TTF');
}
@font-face
{
	font-family: "Poppins_Semibold";
	src:url('../font/POPPINS-SEMIBOLD_0.TTF');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/POPPINS-BOLD_0.TTF');
}
@font-face
{
	font-family: "HarmonyOS_Sans_SC_Bold";
	src:url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}
body {
	font-family: "Poppins";
}

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.9375rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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.9375rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 107.5rem;
}
.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;
}
.slideUp .headdvleft img {

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

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

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

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}
.slideUp .headdvright ul li a span {
	color: #333;
}

.headdvright ul li a span {
	font-size: 17px;
	color: #f7f7f7;
	font-family: "Poppins_Semibold";
}

.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;
}
.yuyan{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yuyan dl{
	position: absolute;
	top: 75%;
	left: 50%;
	background-color: #fff;
	width: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: -75px;
	box-shadow: 0px 0px 10px #efefef66;
	display: none;
}
.yuyan:hover dl{
	display: block;
}
.yuyan dl dd{
	line-height: 35px;
	transition: all 0.5s;
}
.yuyan dl dd a{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	transition: all 0.5s;
}
.yuyan dl dd:hover{
	background-color: #e93421;
}
.yuyan dl dd:hover a{
	color: #fff;
	border-bottom: 1px solid #e93421;
}
.yuyan iconpark-icon {
	color: #fff;
	font-size: 20px;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #d4091f;
}
.slideUp .yuyan iconpark-icon {
	color: #e93421;
	font-size: 20px;
}
.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.banners img{
	display: block;
	width: 100%;
}
.dianhua{
	width: 224px;
	height: 30px;
}
.dianhua{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dianhua iconpark-icon{
	color: #0071ba;
	font-size: 24px;
	border-radius: 50px;
	margin-right: 10px;
}
.dianhua span{
	color: #0071ba;
	font-size: 24px;
	font-family: "HarmonyOS Sans SC";
	font-weight: bold;
}
.ss iconpark-icon{
	font-size: 18px;
	color: #fff;
}
.slideUp .ss iconpark-icon{
	color: #333;
}
.syabout{
	padding: 6.25rem 0px;
	background: url(../images/syabout_02.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.syaboutdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 107.5rem;
	margin: 0 auto;
	position: relative;
}
.syaboutdv #videobox1{
	position: absolute;
	padding: 10px;
	background-color: #fff;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	display: none;
	top: 10%;
}
#closex1{
	text-align: right;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}
.syaboutright{
	width: 50%;
}
.syaboutright img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.syaboutleft{
	width: 45%;
}
.syaboutleft h1{
	color: #4c4c4c;
	font-size: 40px;
	font-family: "Poppins_Bold";
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.syaboutleft h2{
	color: #d4091f;
	font-size: 16px;
	font-family: "Poppins_Bold";
	text-transform: uppercase;
	margin-bottom: 3.125rem;
}
.syaboutleft  p{
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}
.syaboutleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 55px;
	padding: 0 40px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #d4091f;
	margin-top: 4.6875rem;
}
.syaboutleft a span{
	color: #f7f7f7;
	font-size: 14px;
	font-family: "Poppins_Semibold";
}
.syaboutleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.sz{
	padding: 4.6875rem 0rem;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
}
.sz ul{
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sz ul li h3{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.sz ul li h3 span{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 60px;
	color: #fff;
}
.sz ul li h3 i{
	color: #ffffff;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 30px;
}
.sz ul li p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.sypro{
	padding: 6.25rem 0rem;
	background-color: #f5f5f5;
}
.syprodv{
	width: 107.5rem;
	margin: 0 auto;
}
.syprobt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprobtleft h1{
	color: #4c4c4c;
	font-size: 40px;
	text-transform: uppercase;
	font-family: "Poppins_Bold";
	margin-bottom: 1.25rem;
}
.syprobtleft  p{
	color: #808080;
	font-size: 16px;
}
.syprobtright a{
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 160px;
	height: 55px;
	padding: 0 40px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #d4091f;    
}
.syprobtright a span {
    color: #f7f7f7;
    font-size: 14px;
    font-family: "Poppins_Semibold";
}
.syprobtright a iconpark-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.syprolsit{
	margin-top: 4.375rem;
}
.syprolsit ul{
	display: flex;
	justify-content: space-between;
}
.syprolsit ul li{
	width: 24%;
	background-color: #fff;
}
.syprolsit ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.syprolsit ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syprolsit ul li:hover div img{
	transform: scale(1.05);
}
.syprolsit ul li section{
	padding:  1.875rem;
	padding-top: 0;
	width: calc(100% - 3.75rem);
	transition: all 1s;
}
.syprolsit ul li section h2{
	line-height: 50px;
	color: #333333;
	font-family: 'Poppins';
	font-size: 22px;
	transition: all 1s; 
	height: 50px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;

}
.syprolsit ul li section h3{
	color: #d4091f;
	font-size: 17px;
	font-family: "Poppins_Bold";
	text-transform: uppercase;
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s; 
}
.syprolsit ul li section h4{
	margin-top: 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprolsit ul li section h4 span{
	color: #808080;
	transition: all 1s; 
	font-size: 14px;
}
.syprolsit ul li section iconpark-icon{
	font-size: 20px;
	transition: all 1s; 
	color: #666666;
}
.syprolsit ul li:hover section{
	background-color: #d4091f;
}
.syprolsit ul li:hover section h2{
	color: #fff;
}
.syprolsit ul li:hover section h3{
	color: #fff;
}
.syprolsit ul li:hover section h4 span{
	color: #fff;
}
.syprolsit ul li:hover section iconpark-icon{
	color: #fff;
}
.fact{
	padding: 4.375rem 0px;
	background: url(../images/fact_02.jpg ) center no-repeat;
	background-size: cover;
}
.factdv{
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.factdvleft h2{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins_Bold";
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.factdvleft p{
	color: #ffffff;
	font-size: 16px;
}
.factdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 53px;
	border: 1px solid #fff;
	padding: 0 40px;
	padding-left: 30px;
	padding-right: 20px;
	transition: all 1s;
}
.factdvleft a span{
	color: #fff;
}
.factdvleft a iconpark-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.factdvleft a:hover{
	background-color: #d4091f;
}
.synews{
	width: 107.5rem;
	margin: 0 auto;
	margin-top: 3.125rem;
	margin-bottom: 6.25rem;
}

.innewsdv{
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	box-shadow: 0px 0px 20px #f0f0f0;
}
.innewsdvleft div{
	overflow: hidden;
	display: block;
}
.innewsdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvleft:hover div img{
	transform: scale(1.05);
}
.innewsdvleft section{
	padding: 2.1875rem 3.125rem;
}
.innewsdvleft section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}
.innewsdvleft section span{
	display: block;
	color: #d01027;
	font-size: 14px;
}
.innewsdvleft section i{
	color: #808080;
	font-size: 14px;
}
.innewsdvleft section h1{
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvleft 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;
	margin-top: 0.9375rem;
}
.innewsdvcenter{
	width: calc(32% - 6.25rem);
	padding:  3.125rem;
	padding-top: 4.6875rem;
	background-color: #d4091f;
}
.innewsdvcenter span{
	display: block;
	margin-bottom: 2.5rem;
	color: #fefefe;
	font-size: 14px;
}
.innewsdvcenter h1{
	color: #fefefe;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 2.5rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvcenter p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.innewsdvcenter h4{
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fefefe;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	text-transform: uppercase;
}
.innewsdvcenter:hover h4{
	background-color: #e21f27;
	border: 1px solid #f9a3a3;
}
.innewsdvright{
	width: 32%;
}
.innewsdvright ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.innewsdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvright ul li a div{
	width: 11.25rem;
	overflow: hidden;
}
.innewsdvright ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvright ul li:hover a div img{
	transform: scale(1.05);
}
.innewsdvright ul li a section{
	width: 21.5625rem;
}
.innewsdvright ul li a section h1{
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvright ul li a section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.innewsdvright ul li a section iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #d4091f;
	font-size: 20PX;
	margin-top: 1.25rem;
}

.xuq{
	padding: 50px 0px;
	background: url(../images/liua_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.xuqdv{
	width: 107.5rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #333333;
	font-size: 28px;
	font-family: "Poppins_Bold";
	margin-bottom: 2.1875rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(17% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #b2b2b2;
	border-radius: 5px;
}
.xuqdv form input:nth-child(4){
	width: 25%;
}
.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: #999999;
	font-size: 14px;
}
.foot{
	padding-top: 4.0625rem;
	padding-bottom: 10.9375rem;
	background-color: #1f1f1f;
}
.footdv{
	display: flex;
	justify-content: space-between;
	width: 107.5rem;
	margin: 0 auto;
}
.footdv dl dt a{
	color: #b2b2b2;
	font-size: 18px;
}
.footdv dl dt{
	margin-bottom: 1.5625rem;
}
.footdv dl dd{
	margin-bottom: 0.9375rem;
}
.footdv dl dd a{
	color: #808080;
	font-size: 15px;
	transition: all 1s;
	display: block;
}
.footdv dl dd a:hover{
	transform: translateX(10px);
	color: #fff;
}
.footdv dl dd p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdv dl dd p img{
	display: block;
	width: 24px;
	margin-right: 5px;
}
.footdv dl dd p span{
	color: #808080;
	font-size: 15px;
}
.wdl{
	border-top: 1px solid #2e2e2e;
	background-color: #1f1f1f;
	height: 70px;
}
.wdldv{
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #808080;
	font-size: 14px;
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
}
.shownav{
	width: 100%;
	background-color: #ffffff;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 240px;
}
.shownav ul li a{
	display: block;
	width: 100%;
	height: 75px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 75px;
	transition: all 1s;
}
.shownav ul li a:hover{
	background-color: #d4091f;
	color: #fff;
}
.cpsize{
	padding: 6.5625rem 0px;
	background-color: #f5f5f5;
}
.cpsizedv{
	width: 107.5rem;
	margin: 0 auto;
}
.madv{
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49.6%;
	position: relative;
	overflow: hidden;
}
.madvleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvleft:hover img{
	transform: scale(1.05);
}
.madvleft h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.55);
}
.madvright{
	width: 49.6%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}
.madvright ul li{
	width: 49%;
	position: relative;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.madvright ul li:nth-child(3),.madvright ul li:nth-child(4){
	margin-top: 1.25rem;
}
.madvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvright ul li:hover img{
	transform: scale(1.05);
}
.madvright ul li h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.55);
}
.lball{
	padding: 5.9375rem 0rem;
	background-color: #f5f5f5;
}
.newstj{
	width: 107.5rem;
	margin: 0% auto;
}
.newstj ul{
	display: flex;
	justify-content: space-between;
}
.newstj ul li{
	width: 24%;
	box-shadow: 0px 0px 10px #e5e5e5;
}
.newstj ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newstj ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newstj ul li:hover div img{
	transform: scale(1.05);
}
.newstj ul li section{
	padding: 25px;
	width: calc(100% - 50px);
	background-color: #fff;
}
.newstj ul li section h2{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 25px;
	margin-bottom: 0.9375rem;
}
.newstj ul li section  span{
	display: block;
	color: #8a8b8e;
	font-size: 12px;
	margin-bottom: 0.9375rem;
}
.newstj ul li section p{
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}

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

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.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;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	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: #d4091f;
}
.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;
}
.contact{
	padding: 5.9375rem 0px;
	background-color: #f5f5f5;
}
.contactdv{
	width: 107.5rem;
	margin: 0 auto;
}
.contactdvbt h1{
	color: #4c4c4c;
	font-size: 40px;
	font-family: 'Poppins_Bold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.9375rem;
}
.contactdvbt p{
	text-align: center;
	color: #808080;
	font-size: 16px;
}
.contactdvbt{
	margin-bottom: 4.6875rem;
}
.contactlist ul{
	display: flex;
	justify-content: space-between;
}
.contactlist ul li{
	padding: 2.5rem;
	width: calc(24% - 5rem);
	background-color: #fff;
	transition: all 1s;
}
.contactlist ul li:hover{
	background-color: #c7080a;
}
.contactlist ul li h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contactlist ul li h2 span{
	color: #4c4c4c;
	font-family: 'Poppins_Bold';
	font-size: 18px;
	text-transform: uppercase;
	transition: all 1s;
}
.contactlist ul li h2 iconpark-icon{
	color: #c7080a;
	font-size: 36px;
	transition: all 1s;
}
.contactlist ul li:hover h2 span{
	color: #fff;
}
.contactlist ul li:hover h2 iconpark-icon{
	color: #fff;
}
.contactlist ul li i{
	display: block;
	width: 45px;
	height: 2px;
	background-color: #c7080a;
	margin-top: 0.9375rem;
	margin-bottom: 1.25rem;
	transition: all 1s;
}
.contactlist ul li:hover i{
	background-color: #fff;
}
.contactlist ul li p{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	transition: all 1s;
}
.contactlist ul li:hover p{
	color: #fff;
}

.zxly{
	padding: 5.9375rem 0rem;
	background: url(../images/zxly_02_02.jpg) center no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
.zxlydv{
	width: 107.5rem;
	margin: 0 auto;
}
.zxlybt{
	margin-bottom: 3.125rem;
}
.zxlybt h1{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Poppins_Bold';
	text-transform: uppercase;
}
.zxlybt p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 0.9375rem;
}
.zxlydv form {
	width: 102.5rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
	margin-top: 3.75rem;
}

.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;
	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: "Poppins";
}

.zxlydv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border: none;
	background-color: #d4091f;
}
.prolist{
	width: 107.5rem;
	margin: 0 auto;
}
.prolist .syprolsit{
	margin: 0;
}
.prolist .syprolsit ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.prolist .syprolsit ul li{
	width: 23%;
	margin: 1%;
	
}
.lballs{
	padding-top: 2.5rem;
}


.chanpinimg {
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #d4091f;
	font-size: 16px;
	text-transform: uppercase;
}

.chanpinimgright h1 {
	color: #333333;
	font-size: 32px;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
	font-family: 'Poppins_Bold';
}

.chanpinimgright p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.cennuodv{
	display: flex;
	justify-content: flex-start;
}
.chanpinimgright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 50px;
	padding: 0 20px;
	color: #999999;
	text-align: center;
	line-height: 50px;
	border: 1px solid #cccccc;
	font-size: 14px;
	margin-top: 8.75rem;
	margin-right: 1.25rem;
	transition: all 1s;
}
.chanpinimgright a span{
	color: #999999;
	font-family: "Poppins_Semibold";
	transition: all 1s;
}
.chanpinimgright a iconpark-icon{
	font-size: 24px;
	transition: all 1s;
}
.chanpinimgright a:hover {
	background-color: #d4091f;
	border: 1px solid #d4091f;
}
.chanpinimgright a:hover span{ 
	color: #fff;
}
.chanpinimgright a:hover iconpark-icon{
	color: #fff;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

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

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

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

.maoyileft #gallery2 {
	width: 31.875rem;
	margin: 0;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.pord{
	width: 107.5rem;
	margin: 0% auto;
	margin-top: 2.8125rem;
}
.pordbt h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5625rem;
}
.pordbt h1 i{
	display: block;
	width: 3px;
	height: 25px;
	background-color: #d4091f;
	margin-right: 10px;
}
.pordbt h1 span{
	color: #4c4c4c;
	font-size: 24px;
}
.porddv{
	width: calc(100% - 5rem);
	background-color: #FFF;
	padding: 2.5rem;
}
.porddv img{
	max-width: 100%;
}
.tuijiannr .syprolsit{
	margin-top: 0;
}
.tuijiannr .syprolsit ul{
	justify-content: flex-start;
}
.tuijiannr .syprolsit ul li{
	margin: 1%;
}
.mfoot,.mfootdv{
	display: none;
}
.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: 107.5rem;
	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: 107.5rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 42px;
	font-family: 'Poppins_Bold';
	color: #fff;
}


.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: 107.5rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -53.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 24px;
	font-family: 'Poppins';
	margin-top: 1.5rem;
}
.bannersasg  .swiper-slide section h4{
	font-size: 42px;
	color: #fff;
	font-family: 'Poppins_Bold';
	line-height: 65px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	border: 1px solid #fff;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a span{
	color: #f7f7f7;
	font-size: 14px;
}
.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;
}



.youshi{
	padding-top: 5.625rem;
	padding-bottom: 5.625rem;
	background: url(../images/yajm_02.jpg) center no-repeat;
	background-size: cover;
}
.youshibt{
	width: 107.5rem;
	margin: 0 auto;
	margin-bottom: 3.125rem;
}
.youshibt h1{
	color: #fff;
	font-size: 40px;
	font-family: "Poppins_Bold";
	margin-bottom: 10px;
	text-transform: uppercase;
}
.youshibt i{
	display: block;
	width: 80px;
	height: 5px;
	background-color: #fff;
}
.youshidv{
	width: 107.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.youshidv #gallery23{
	width: 33%;
	margin: 0;
}
.youshidv #gallery23 .swiper-slide   h1{
	color: #ffffff;
	font-family: "Poppins_Bold";
	font-size: 180px;
	opacity: 0.32;
    font-style: italic;
}
.youshidv #gallery23 .swiper-slide   p{
	color: #ffffff;
	font-size: 22px;
	line-height: 35px;
}
.youshidv #thumbs23{
	margin: 0;
	height: 500px;
	width: 415px;
}
.youshidv #thumbs23 .swiper-slide{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.youshidv #thumbs23 .swiper-slide div{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 55px;
	width: 365px;
	border-bottom: 1px solid #363a3a;
	transition: all 1s;
}
.youshidv #thumbs23 .swiper-slide div span{
	display: block;
	color: #ffffff;
	font-size: 18px;
	transition: all 1s;
	text-transform: uppercase;
}
.youshidv #thumbs23 .swiper-slide div i{
	color: #ffffff;
	font-size: 24px;
	margin: 0 1.875rem;
	transition: all 1s;
}
.youshidv #thumbs23 .swiper-slide-thumb-active div{
	border-color: #d4091f;
	width: 415px;
}
.youshidv #thumbs23 .swiper-slide-thumb-active div span{
	color: #d4091f;
}
.youshidv #thumbs23 .swiper-slide-thumb-active div i{
	color: #d4091f;
}
.whatdv{
	padding: 15px;
	position: fixed;
	z-index: 999;
	right: 2%;
	bottom: 10%;
	background-color: #e21f27;
	    border-radius: 10px;
}
.whatdv a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.whatdv a img{
	display: block;
	width: 30px;
	margin-right: 10px;
}
.whatdv a span{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 90rem;
	}
	.headdvright ul{
		width: 80rem;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.contactlist ul li p{
		font-size: 14px;
	}
	.chanpinimgright a{
		margin-top: 3rem;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.syaboutdv{
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h1{
		font-size: 20px;
	}
	.syaboutleft h2{
		font-size: 14px;
	}
	.syaboutleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.syaboutleft a{
		width: 110px;
		height: 40px;
		padding: 0 20px;
	}
	.syaboutright{
		margin-top: 15px;
		width: 100%;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 50%;
		margin: 1% 0;
	}
	.sz ul li h3 span{
		font-size: 28px;
	}
	.sz ul li h3 i{
		font-size: 16px;
		margin-left: 5px;
	}
	.sz ul li p{
		font-size: 12px;
	}
	.syprobt{
		display: block;
	}
	.syprobtleft h1{
		font-size: 20px;
	}
	.syprobtleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.syprobtright{
		display: none;
	}
	.syprolsit ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.syprolsit ul li{
		width: 48%;
		margin: 2% 0px;
	}
	.syprolsit ul li section h2{
		line-height: 30px;
		font-size: 16px;
	}
	.syprolsit ul li section h3{
		font-size: 15px;
	}
	.syprolsit ul li section h4 span{
		font-size: 12px;
	}
	.syprolsit ul li section iconpark-icon{
		font-size: 16px;
	}
	.factdv{
		display: block;
	}
	.factdvleft a{
		display: none;
	}
	.factdvleft h2{
		font-size: 20px;
		text-align: center;
	}
	.factdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li {
		margin-bottom: 10px;
	}
	.innewsdvright ul li a div{
		width: 35%;
	}
	.innewsdvright ul li a section{
		width: 60%;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.innewsdvright ul li a section h1{
		font-size: 16px;
	}
	.innewsdvright ul li a section p{
		font-size: 12px;
	}
	.foot,.wdl{
		display: none;
	}
	.xuq{
		padding: 25px 0px;
	}
	.xuqdv h1{
		text-align: center;
		font-size: 20px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 30px);
		padding: 0 15px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.xuqdv form input:nth-child(4){
		width: calc(100% - 30px);
	}
	.xuqdv form button{
		width: 30%;
		font-size: 14px;
		line-height: 35px;
	}
	.xuqdv p{
		font-size: 12px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		line-height: 40px;
		font-size: 14px;
		height: 40px;
	}
	.madv{
		margin-top: 5rem;
		display: block;
	}
	.madvleft{
		width: 100%;
		margin-bottom: 8px;
	}
	.madvleft h1{
		font-size: 13px;
		line-height: 30px;
		height: 30px;
	}
	.madvright{
		width: 100%;
	}
	.madvright ul li h1{
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.newstj{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.contactdvbt h1{
		font-size: 20px;
	}
	.contactdvbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.contactlist ul{
		display: block;
	}
	.contactlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.contactlist ul li h2 span{
		font-size: 16px;
	}
	.contactlist ul li h2 iconpark-icon{
		font-size: 26px;
	}
	.contactlist ul li p{
		font-size: 12px;
	}
	.zxlybt h1{
		font-size: 20px;
	}
	.zxlybt p{
		font-size: 12px;
		line-height: 25px;
	}
	.zxlydv form input{
		width: calc(100% - 30px);
		padding: 0 15px;
		height: 35px;
		font-size: 12px;
	}
	.zxlydv form textarea{
		width: calc(100% - 30px);
		padding: 0 15px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 0;
	}
	.zxlydv form button{
		margin-top: 10px;
		width: 120px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
	.prolist .syprolsit ul{
		justify-content: space-between;
	}
	.prolist .syprolsit ul li{
		width: 49%;
		margin: 1% 0;
	}
	.chanpinimg{
		display: block;
	}
	.chanpinimgleft{
		display: block;
		width: 100%;
	}
	.maoyileft {
		width: 100%;
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 5px);
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h1{
		line-height: 35px;
		font-size: 18px;
	}
	.chanpinimgright p{
		font-size: 12px;
		line-height: 25px;
	}
	.chanpinimgright a{
		margin-top: 20px;
		height: 38px;
		width: 40%;
		padding: 0 15px;
	}
	.pordbt h1 span{
		font-size: 15px;
	}
	.porddv{
		width: 90%;
		padding: 5%;
	}
	.syprolsit ul li section{
		padding:   5%;
		width: 90%;
	}
	.chanpinimg,.pord,.xuqdv,.prolist,.contactdv,.newsdvlist,.syaboutdv,.sz ul,.cpsizedv,.madv,.syprodv{
		width: 95%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 22px;
		text-align: center;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		text-align: center;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		display: block;
		width: 130%;
		margin-left: -15%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}
	.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 #c5151c;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.syaboutdv #videobox1{
		width: calc(100% - 20px);
		left: 0;
		margin-left: 0;
	}

		.youshibt{
		width: 95%;
	}
	.youshibt h1{
		font-size: 20px;
	}
	.youshibt i{
		height: 3px;
		width: 50px;
	}
	.youshidv{
		width: 95%;
		display: block;
	}
	.youshidv #gallery23{
		width: 100%;
	}
	.youshidv #gallery23 .swiper-slide h1{
		font-size: 36px;
	}
	.youshidv #gallery23 .swiper-slide p{
		font-size: 14px;
		line-height: 30px;
	}
	.youshidv #thumbs23{
		width: 100%;
		height: 160px;
	}
	.youshidv #thumbs23 .swiper-wrapper{
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
		    flex-direction: row;
	}
	.youshidv #thumbs23 .swiper-slide{
		display: block;
		justify-content: flex-start;
		width: 48%;
	}
	.youshidv #thumbs23 .swiper-slide div span{
		font-size: 14px;
	}
	.youshidv #thumbs23 .swiper-slide div{
		display: flex;
		justify-content: flex-start;
		width: 100%;
		height: 40px;
	}
	.youshidv #thumbs23 .swiper-slide div i{
		display: none;
	}
	.yuyan {
	    position: absolute;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    right: 17%;
	    top: 0;
	    z-index: 99;
	}
	.yuyan dl{
    	z-index: 999;
    	width: 100px;
    	margin-left: -50px;
	}
	.yuyan dl dd a{
		text-align: center;
		font-size: 12px;
	}
	.yuyan iconpark-icon{
		color: #333;
	}
	.whatdv{
		padding: 10px;
	}
	.whatdv a img{
		width: 25px;
	}	
	.whatdv a span{
		font-size: 15px;
	}	
}