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

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/POPPINS-MEDIUM_0.TTF');
}

@font-face {
	font-family: "Anton";
	src: url('../font/ANTON-REGULAR.TTF');
}

@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: "Poppins_Light";
	src: url('../font/POPPINS-LIGHT_0.TTF');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/MONTSERRAT-LIGHT_0.TTF');
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

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

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

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

}


.headdv {
	margin: 0 auto;
	height: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
	height: 100%;
}

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

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

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

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

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

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

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

.slideUp .headdvright ul li a span {
	color: #333;
}

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

.headdvright ul li:hover a::after {
	background-color: #fff;
}

.headdvright ul li.active a::after {
	background-color: #fff;
}


.slideUp .headdvright ul li:hover a::after {
	background-color: #004bbb;
}

.slideUp .headdvright ul li.active a::after {
	background-color: #004bbb;
}

.ss img {
	display: block;
	width: auto;
}
.slideUp .xiala iconpark-icon{
	    color: #004bbb;
}
.banners img {
	display: block;
	width: 100%;
}

.hotpro {
	padding-top: 7.5rem;
	padding-bottom: 8.4375rem;
	background: url(../images/hotproimg_02.jpg) top center no-repeat;
	background-size: cover;
}

.sybt {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.125rem;
}

.sybtleft h1 {
	color: #333333;
	font-size: 42px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.sybtleft p {
	color: #666666;
	font-size: 16px;
	font-family: "Poppins_Light";
}

.sybtright {
	width: 40%;
}

.bttext {
	position: relative;
}

.bttext h1 {
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	text-align: center;
	transition: all 1s;
}

.bttext i {
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	margin-bottom: 10px;
	transition: all 1s;
}

.bttext::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/xy_03.png) center no-repeat;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	left: 0;
	margin-left: -12px;
}

.sybtright .swiper-slide:nth-child(1) .bttext::after {
	display: none;
}

.sybtright .swiper-slide-thumb-active i {
	color: #004bbb;
	display: flex;
	justify-content: center;
}

.sybtright .swiper-slide-thumb-active h1 {
	color: #004bbb;
}

.hotprodv {
	width: 95.75rem;
	margin: 0 auto;
}

.hotprolist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.hotprolist ul li {
	width: 23%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}

.hotprolist ul li .hotproimg {
	display: block;
	overflow: hidden;
}

.hotprolist ul li .hotproimg img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.hotprolist ul li:hover .hotproimg img {
	transform: scale(1.05);
}

.hotprolist ul li .hotprolistdv {
	padding: 1.875rem;
	background-color: #fff;
	width: calc(100% - 3.75rem);
	position: relative;
	z-index: 6;
}

.hotprolist ul li .hotprolistdv h1 {
	font-family: "Anton";
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
	z-index: 3;
}

.hotprolist ul li .hotprolistdv p {
	font-family: "Poppins";
	font-size: 14px;
	color: #4c4c4c;
	position: relative;
	z-index: 3;
}

.hotprolist ul li .hotprolistdv h2 {
	border: 7px solid rgba(0, 75, 187, 0);
	top: -35px;
	right: 30px;
	transition: all 1s;
	position: absolute;
	border-radius: 50%;
	z-index: 3;
}

.hotprolist ul li .hotprolistdv iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #004bbb;
	color: #fff;
	font-size: 20px;
}

.hotprolist ul li:hover .hotprolistdv h2 {
	border: 7px solid rgba(0, 75, 187, 0.3);
}

.hotprolist ul li i {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120%;
	height: 100%;
	background-color: #fff;
	transform: rotateZ(10deg);
	transform-origin: right top;
	transition: all 1s;
}

.hotprolist ul li:hover i {
	transform: rotateZ(0deg);
}

.syabout {
	position: relative;
}

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

.syaboutdv {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

.syaboutdvleft {
	width: 28.75rem;
}

.syaboutdvleft h1 {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
	margin-bottom: 0.625rem;
}

.syaboutdvleft h2 {
	color: #ffffff;
	font-size: 42px;
	font-family: "Poppins_Bold";
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 1.5625rem;
}

.syaboutdvleft p {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
	line-height: 30px;
	text-align: justify;
}

.syaboutdvleft a {
	display: block;
	text-align: center;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-family: "Poppins_Light";
	margin-top: 5.625rem;
	line-height: 50px;
}

.synewslist {
	width: 93.75rem;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.synewsbt h1 {
	color: #333333;
	font-size: 42px;
	text-align: center;
	line-height: 45px;
	margin-bottom: 10px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.synewsbt p {
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-family: "Poppins_Light";
}

.synews {
	padding-top: 6.875rem;
	padding-bottom: 5rem;
	background-color: #f5f5f5;
}

.synewsbt {
	margin-bottom: 2.5rem;
}

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

.synewtext {
	margin-bottom: 15px;
}

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

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

.synewtext section {
	display: block;
	padding: 35px;
	padding-bottom: 25px;
	background-color: #fff;
	padding-top: 40px;
	box-shadow: 0px 0px 15px #dcdcdc21;
	position: relative;
}

.synewtext section span {
	padding: 8px 15px;
	background-color: #004bbb;
	text-align: center;
	font-size: 14px;
	font-family: "Poppins_Medium";
	color: #fff;
	position: absolute;
	top: -20px;
}

.synewtext section h1 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.synewtext section p {
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	font-family: "Poppins";
	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.synewtext section h2 {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.synewtext section h2 iconpark-icon {
	width: 35px;
	height: 35px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #2062c4;
	color: #003e9b;
	transition: all 1s;
}

.synewtext:hover section h2 iconpark-icon {
	background-color: #2062c4;
	color: #fff;
}

.synewtext section h2 i {
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
	font-family: "Poppins_Light";
}

.synewtext:hover section h2 i {
	color: #004bbb;
}

.synews .swiper-pagination {
	position: inherit;
	margin-top: 2.5rem;
}

.synews .swiper-pagination span {
	width: 8px;
	height: 8px;
	background-color: #004bbb;
	position: relative;
}

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

.shownav {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	height: 75px;
	background-color: #f5f5f5;
}

.shownav ul {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.shownav ul li {
	position: relative;
}

.shownav ul li a {
	display: block;
	padding: 0 1.875rem;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	transition: all 1s;
	text-transform: uppercase;
}

.shownav ul li a:hover {
	background-color: #004bbb;
	color: #fff;
}

.shownav ul li a.active {
	background-color: #004bbb;
	color: #fff;
}

.shownav ul li:hover dl {
	display: flex;
}

.shownav ul li dl {
	position: absolute;
	left: 0;
	top: 75px;
	width: 100%;
	display: none;
	justify-content: flex-start;
	align-items: center;
	width: 93.75rem;
	z-index: 66;
}

.shownav ul li dl dd a {
	line-height: 45px;
	height: 45px;
	text-align: center;
}

.any {
	padding: 50px 0;
	background: url(../images/xqbg_02.jpg) center no-repeat;
	background-size: cover;
}

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

.anydv h1 {
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.anydv form {
	display: flex;
	justify-content: space-between;
	width: 60%;
}

.anydv form input {
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #b2b2b2;
	font-family: "Poppins_Light";
}

.anydv form input::placeholder {
	color: #b2b2b2;
	font-family: "Poppins_Light";
}

.anydv form input:nth-child(3) {
	width: 31%;
}

.anydv form button {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #003e9b;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Poppins_Light";
}

.foot {
	padding-top: 5rem;
	background: url(../images/ft_02.jpg) center top no-repeat;
	background-size: cover;
}

.footdv {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}

.footdvleft {
	width: 285px;
}

.footdvleft img {
	display: block;
	margin-bottom: 20px;
}

.footdvleft p {
	line-height: 25px;
	font-size: 14px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}

.footdvleft ul li {
	margin-right: 10px;
}

.footdvleft ul li a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.footdvleft ul li a img {
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.footdvright dl dd a {
	color: #d6d6d6;
	font-size: 14px;
}

.footdvright dl dt a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Poppins_Light";
}

.footdvright dl dt {
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}

.footdvright dl section {
	
}

.footdvright dl:nth-child(2) {
	width: 500px;
}

.footdvright dl:nth-child(2) section {
	
}

.footdvright dl:nth-child(2) section h1 {
	width: 100%;
}

.footdvright dl:nth-child(2) section h1 i {
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}

.footdvright dl:nth-child(2) section h1 {
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.footdvright dl:nth-child(2) section h1:last-child {
	width: 100%;
}

.ewm {
	width: 120px;
}

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

.ewm h1 {
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.footdv {
	display: flex;
	justify-content: space-between;
}

.footdvright dl dt a {
	text-transform: uppercase;

}

.footdvright dl dd a {
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}

.footdvright dl:nth-child(2) section h1:last-child {
	line-height: 25px;
}

.ewm h1 {
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}

.footdvright dl dd a:hover {
	transform: translateX(10px);
}

.wdl {
	border-top: 1px solid #494949;
	height: 80px;
}

.wdldv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.wdldv p {
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.wdldv p a {
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.incase {
	padding-top: 7.5rem;
	padding-bottom: 10.3125rem;
}

.incaselist .swiper-slide img {
	display: block;
	width: 100%;
}

.incasebox {
	position: relative;
}

.incaseboxtext {
	position: absolute;
	top: 0;
	left: 0;
	width: 22.25rem;
	height: calc(100% - 6.25rem);
	background-color: rgba(0, 62, 155, 0.9);
	padding: 3.125rem 2.8125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.incaseboxtext div {
	width: 100%;
}

.incaseboxtext h1 {
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}

.incaseboxtext h2 {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5625rem;
}

.incaseboxtext h2 a {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.incaseboxtext h2 span {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
	text-transform: uppercase;
}

.incaselist .swiper-slide .incaseboxtext h2 a img {
	width: auto;
	margin-left: 15px;
	display: block;
}

.incaseboxtext section {
	position: relative;
}

.incaseboxtext section h3 {
	text-align: center;
	color: rgba(255, 255, 255, 0.2);
	font-family: 'Poppins_SemiBold';
	font-size: 200px;
	position: relative;
	height: 28.25rem;
	line-height: 28.25rem;
}

.incaseboxtext section img {
	position: absolute;
	top: 0;
	left: 0;
}

.about {
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
	padding: 7.5rem 0px;
}

.aboutbt h1 {
	text-align: center;
	color: #333333;
	font-size: 42px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	line-height: 50px;
}

.aboutbt p {
	color: #666666;
	font-size: 16px;
	font-family: "Poppins_Light";
	text-align: center;
}

.aboutbt {
	margin-bottom: 2.8125rem;
}

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

.aboutext p {
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
	font-family: "Poppins";
	margin-bottom: 30px;
	text-align: justify;
}

.sz {
	padding-top: 4.375rem;
	padding-bottom: 3.75rem;
	background: url(../images/aboutus_02.jpg) center no-repeat;
	background-size: cover;
}

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

.szdv ul {
	display: flex;
	justify-content: space-between;
}

.szdv ul li {
	width: 14.0625rem;
}

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

.szdv ul li h1 span {
	color: #fff;
	font-size: 54px;
	font-family: Impact;
}

.szdv ul li h1 i {
	font-size: 30px;
	color: #fff;
	font-family: Impact;
	margin-left: 10px;
}

.szdv ul li p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	font-family: "Montserrat_Light";
}

.house {
	margin: 6.25rem auto;
	width: 93.75rem;
}

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

.houselistleft {
	position: relative;
}

.houselistleft div {
	position: relative;
	width: 100%;
	overflow: hidden;
}

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

.houselistleft h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.houselistleft {
	width: 46.25rem;
}

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

.houselistright {
	width: 46.875rem;
}

.houselistright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.houselistright ul li {
	width: 22.5rem;
	margin: 0.4375rem;
	position: relative;
}

.houselistright ul li div {
	overflow: hidden;
	width: 100%;
}

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

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

.houselistright ul li h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}

.productlist {
	padding-top: 5.9375rem;
	padding-bottom: 6.25rem;
	background-color: #f5f5f5;
}

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

.newslsit ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.newslsit ul li {
	width: 31.333%;
	margin: 1%;
}

.newslsit .synewtext {
	margin-bottom: 0;
}

.world {
	width: 100%;
	padding-top: 7.1875rem;
	background-color: #fffeff;
	padding-bottom: 1.25rem;
	background: url(../images/gewh_02.jpg) center no-repeat;
	background-size: cover;
}

.worlddv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 40px;
}

.worlddvleft {
	width: 81.25rem;
}

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

.worlddvright {
	width: 43.4375rem;
}

.worlddvright h1 {
	color: #333333;
	font-size: 46px;
	font-family: "Poppins_Bold";
	width: 30.3125rem;
	line-height: 50px;
	text-align: right;
}

.worlddvright h2 {
	color: #333333;
	font-size: 34px;
	font-family: "Poppins_Bold";
	width: 30.3125rem;
	text-align: right;
}

.worlddvright img {
	display: block;
	width: 100%;
	margin: 35px 0px;
}

.worlddvright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 30.3125rem;
}

.worlddvright ul li {
	width: 50%;
	margin-bottom: 50px;
}

.worlddvright ul li h3 {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.worlddvright ul li h3 span {
	color: #333333;
	font-size: 56px;
	font-family: "Poppins_Bold";
	=
}

.worlddvright ul li i {
	color: #333333;
	font-size: 24px;
	font-family: "Poppins_Medium";
}

.worlddvright ul li p {
	color: #b2b2b2;
	font-size: 18px;
	font-family: "Poppins";
	text-align: right;
	margin-top: -10px;
}

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

.hlogo ul {
	display: flex;
	justify-content: space-between;
}

.hlogo ul li {
	width: 12.5rem;
}

.hlogo ul li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.hlogo ul li p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	font-family: "Poppins";
	text-align: center;
}

.contactall {
	margin: 5.9375rem auto;
	width: 93.75rem;
}

.contactallbt h1 {
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.contactallbt i {
	display: block;
	width: 1.875rem;
	height: 1.25rem;
	border-top: 2px solid #004bbb;
	margin: 0 auto;
	margin-top: 0.9375rem;
}

.contactallbt p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-family: "Poppins";
}

.lxwmlist {
	margin-top: 3.75rem;
	width: 100%;
}

.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}

.lxwmlist ul li {
	width: 15%;
    padding: 2%;
    background-color: #f7f7f7;
    transition: all 1s;
}

.lxwmlist ul li iconpark-icon {
	font-size: 46px;
    color: #004bbb;
    font-weight: bold;
    margin-bottom: 2.1875rem;
    transition: all 1s;
}

.lxwmlist ul li h1 {
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins";
	transition: all 1s;
	margin-bottom: 10px;
}

.lxwmlist ul li p {
	color: #4c4c4c;
	font-size: 14px;
	font-family: 'Poppins';
	transition: all 1s;
}

.lxwmlist ul li:hover {
	background-color: #004bbb;
}

.lxwmlist ul li:hover iconpark-icon {
	color: #fff;
}

.lxwmlist ul li:hover h1,
.lxwmlist ul li:hover p {
	color: #fff;
}

.zxly {
	padding: 5.3125rem 0rem;
	background: url(../images/zxlybg_02.jpg) center no-repeat;
	background-size: cover;
}

.zxlybt {
	margin-bottom: 2.1875rem;
}

.zxlybt h1 {
	color: #fffefe;
	font-size: 30px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	text-align: center;
}

.zxlybt p {
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Poppins';
}

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

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

.zxlyform form div input {
	width: calc(49% - 30px);
	margin: 0.5% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
	color: #fff;
}

.zxlyform form input::placeholder {
	color: #fff;
}

.zxlyform form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 0.5% 0px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	font-family: "微软雅黑";
	color: #fff;
}

.zxlyform form textarea::placeholder {
	color: #fff;
}

.zxlyform form button {
	width: 160px;
	height: 48px;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.zxlyform form select {
	padding: 10px 20px;
	width: 100%;
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 0.5% 0px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	font-family: "微软雅黑";
	color: #fff;
}

.zxlyform form select option {
	color: #333;
}

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

.showproleft {
	width: 50%;
}

.showproleft h1 {
	color: #333333;
	font-family: "Anton";
	font-size: 60px;
}

.showproleft p {
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}

.showproleft i {
	display: block;
	height: 35px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.showproleft div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.showproleft div h2 {
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
}

.showproleft div ul li {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	font-family: "Poppins";
}

.showproleft h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5.625rem;
}

.showproleft h3 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background-color: #dce4ef;
	color: #004bbb;
	margin-right: 15px;
}

.showproleft h3 span {
	font-family: 'Poppins_Medium';
	font-size: 42px;
	color: #004bbb;
}

.showproleft section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}

.showproleft section a {
	display: block;
	width: 160px;
	height: 45px;
	border: 1px solid #004bbb;
	text-align: center;
	line-height: 45px;
	color: #004bbb;
	font-size: 14px;
	margin-right: 15px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	transition: all 1s;
}

.showproleft section a:hover {
	background-color: #004bbb;
	color: #fff;
}

.showproright {
	width: 37.5rem;
}

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

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

.showpronrleft {
	width: 68.75rem;
	padding: 2.5rem;
	background-color: #fff;
}

.showpronrdvbt h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

.showpronrdvbt h1 i {
	display: block;
	width: 4px;
	height: 20px;
	margin-right: 10px;
	background-color: #003e9b;
}

.showpronrdvbt h1 span {
	color: #333333;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}

.showpronrdvbox img {
	max-width: 100%;
}

.showpronrright {
	width: 17.5rem;
}

.showpronrrightbt {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #004bbb;
	color: #fff;
	text-transform: uppercase;
}

.showpronrrightlist ul li {
	background-color: #fff;
	padding: 0 20px;
}

.showpronrrightlist ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px solid #edeff0;
}

.showpronrrightlist ul li .showtimg {
	width: 80px;
}

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

.showpronrrightlist ul li section {
	margin-left: 20px;
	width: 100px;
}

.showpronrrightlist ul li section h1 {
	color: #4c4c4c;
	font-family: "Poppins_Medium";
	font-size: 18px;
	margin-bottom: 5px;
}

.showpronrrightlist ul li section p {
	color: #bebebe;
	font-size: 14px;
	font-family: "Poppins";
}

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

.nrbanner {
	position: relative;
	z-index: 66;
}

.nrbanner .btext {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}

.nrbanner .btext section {
	width: 93.75rem;
	margin: 0 auto;
	max-width: 100%;
}

.nrbanner .btext h2 {
	font-size: 64px;
	color: #ffffff;
	font-family: "Anton";
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	width: 93.75rem;
	margin: 0 auto;
}

.ssdv form {
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, #0058a7, #0058a7);
}

.bannersasg .swiper-slide {
	position: relative;
}

.bannersasg .swiper-slide img {
	display: block;
	width: 100%;

}

.bannersasg .swiper-slide .img-responsive {
	transition: all 6s;
	transform: scale(1.1);
}

.bannersasg .swiper-slide-active .img-responsive {
	transition: all 8s;
	transform: scale(1);
}


.bannersasg .swiper-pagination {

	z-index: 9;
	display: flex;
	gap: 10px 15px;
	width: 95%;
	border-radius: 50px;
	justify-content: center;
}

.sjnav {
	display: none;
}

.bannersasg .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: solid 2px transparent;
	background-color: #fff;
	background-clip: content-box;
	padding: 5px;
	opacity: 1;
	margin: 0;
	border-radius: 50px;
}

.bannersasg .swiper-pagination .swiper-pagination-bullet-active {
	border-color: #fff;
}


.bannersasg .swiper-slide div {
	position: absolute;
	width: 93.75rem;
	height: calc(100% - 90px);
	left: 50%;
	top: 90px;
	margin-left: -46.875rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bannersasg .swiper-slide div section {
	width: 100%;
	margin-top: -5%;
}

.bannersasg .swiper-slide section h3 {
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 20px;
	width: 700px;
	text-transform: uppercase;
	font-family: "Anton";
	line-height: 80px;
}

.bannersasg .swiper-slide section h1 {
	font-size: 14px;
	color: #ffffff;
	font-family: "Poppins";
	width: 560px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 15px;
}

.bannersasg .swiper-slide section a {
	position: absolute;
	bottom: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
	border: 1px solid #fff;
}

.bannersasg .swiper-slide section p {
	color: #ffffff;
	font-family: "Poppins";
	font-size: 14px;
	line-height: 25px;
	width: 560px;
}

.bannersasg .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.bannersasg .swiper-slide section a span {
	color: #fff;
	font-size: 16px;
	font-family: "Poppins_Light";
}

.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 .sgahhrj img {
	display: block;
	width: auto;
	/* margin: 0 auto; */
	margin-top: 3.75rem;
	margin-bottom: 4.375rem;
}

.bannersasg .swiper-slide .ghej span {
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}

.bannersasg .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

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

.tcly {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}

.tclyall {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zhezhao {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 998;
	overflow: hidden;
}

.tclydv {

	width: 89.75rem;
	padding: 2rem;
	background-color: #fff;
	padding-top: 60px;

}

.tcly iconpark-icon {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #333;
	margin-top: -44px;
	margin-right: -15px;
	float: right;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
}

.tcly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.tcly form div input {
	width: calc(48.8% - 30px);
	margin: 0.5% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #DFDFDF;
	font-size: 14px;
	color: #333;
	font-size: 14PX;
}

.tcly form h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 47px;
	margin: 0.5% 0px;
	font-size: 14px;
	color: #333;
}

.tcly form h3 label {
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tcly form h3 label input {
	margin-right: 5px;
}

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

.tcly form button {
	margin: 0 auto;
	width: 160px;
	height: 48px;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	display: flex;
	border: none;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	transition: all 1s;
}

.tcly form button:hover {
	background-color: #004bbb;
	color: #fff;
}

.flex {
	display: flex;
}

.youce {
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 9999;
}

.youce ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}

.youce ul li {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	width: 50px;
	border-radius: 10px;

}

.youce ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background-color: rgba(1, 12, 33, 0.6);
	float: right;
	border-radius: 10px;
	position: relative;
	transition: all .5s;
}

.youce ul li h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;

}

.youce ul li h1 i {
	font-size: 20px;
	color: #fff;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0%;
	opacity: 1;
	left: 0%;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0;
	opacity: 1;
	left: 0;
}

.youce ul li:hover h1 a:first-child {
	opacity: 1;
}

.youce ul li:hover h1 a:last-child {
	opacity: 1;
}

.youce ul li div {
	position: absolute;
	width: 140px;
	top: 0;
	left: 0px;
	padding: 0 20px;
	height: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	transition: all .5s;
	font-size: 14px;
	color: #fff;
}

.youce ul li div a {
	color: #fff;
}

.youce ul li:hover {
	width: 210px;
	border-radius: 10px;
	background-color: #0c4890;
}

.youce ul li:nth-child(3):hover {
	width: 190px;
}

.youce ul li:hover div {
	opacity: 1;
}

.youce ul li:hover h1 {
	background-color: #0c4890;
}

.youce ul li:last-child {
	height: 150px;
}
.youce ul li:nth-child(2):hover{
	width: 285px;
}

.youce ul li:last-child div {
	height: auto;
	display: block;
}

.youce ul li:last-child div {
	margin-top: 15px;
	text-align: center;
}

.youce ul li:last-child div img{
	display: block;
	width: 120px;
}

.youce ul li:last-child div h2 {
	text-align: center;
	margin-top: 5px;
}
.xiala{
	opacity: 1;
	z-index: 9999;
	height: 5.625rem;
	position: relative;
}
.xiala div{
	position: absolute;
	top: 100%;
    left: -53px;
	overflow: hidden;
	border-radius: 5px;
	height: 0;
	transition: all 1s;
	 box-sizing: border-box;
}
.xiala:hover div{
	height: 300px;
	overflow-y: auto;
}
.xiala iconpark-icon{
	font-size: 24px;
	color: #fff;
	line-height: 35px;
	display: flex;
	justify-content: flex-start;
	height: 5.625rem;
	align-items: center;
}
.xiala a{
	display: block;
	height: 35px;
	background-color: #fff;
	padding: 0 10px;
	font-size: 14px;
	transition: all 1s;
	line-height: 35px;
}
.xiala a:hover{ 
	background-color: #004bbb;
	color: #fff;
}

.xiala div::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.xiala:hover div {
    overflow-y: auto; /* 允许垂直滚动 */
    overflow-x: hidden; /* 禁止水平滚动 */
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv {
		width: 95%;
	}

	.nrbanner .btext section {
		width: 95%;
	}
	.headdvright ul{
		        width: 60.875rem;
	}
	.headdvright {
		width: 82.25rem;
	}

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

	.sybt {
		width: 95%;
	}

	.hotprodv {
		width: 95%;
	}

	.hotprolist {
		width: 100%;
	}

	.syaboutdvdv {
		width: 95%;
	}

	.syaboutdvleft {
		width: 40%;
	}

	.worlddvright h2 {
		font-size: 28px;
	}

	.worlddvright ul {
		width: 35.3125rem;
	}

	.worlddvright ul li p {
		font-size: 14px;
	}

	.hlogo {
		width: 95%;
	}

	.hlogo ul li {
		width: 15%;
	}

	.incaseboxtext section h3 {
		font-size: 12.5rem;
	}

	.synewslist {
		width: 95%;
	}

	.anydv {
		width: 95%;
	}

	.anydv form input {
		width: 15%;
	}

	.footdv {
		width: 95%;
	}

	.footdvright dl:nth-child(2) {
		width: 50%;
	}

	.wdldv {
		width: 95%;
	}

	.aboutext {
		width: 95%;
	}

	.szdv ul li {
		width: 24%;
	}

	.szdv {
		width: 95%;
	}

	.house {
		width: 95%;
	}

	.houselistright {
		width: 56.875rem;
	}

	.houselistright ul li {
		width: 27rem;
	}

	.houselistleft {
		width: 55.25rem;
	}

	.contactall {
		width: 95%;
	}

	.lxwmlist ul li iconpark-icon {
		margin-bottom: 1.1875rem;
	}

	.lxwmlist ul li p {
		font-size: 14px;
	}

	.zxlyform {
		width: 95%;
	}

	.zxlyform form div input {
		width: calc(48% - 30px);
	}

	.shownav ul {
		width: 95%;
	}

	.newslsit {
		width: 95%;
	}

	.productlist {
		padding-top: 7.75rem;
	}

	.showpro {
		width: 95%;
	}

	.showproright {
		width: 45%;
	}

	.showpronr {
		width: 95%;
	}

	.showpronrleft {
		width: calc(70% - 60px);
		padding: 30px;
	}

	.showpronrright {
		width: 27%;
	}

	.tclydv {
		width: 90%;
		padding: 2.5%;
		padding-top: 60px;
	}

	.tcly form div input {
		width: calc(49% - 40px);
	}

	.shownav ul li dl {
		width: 1000px;
	}
}

@media screen and (max-width: 999px) {
	.htmleaf-container {
		width: 100%;
		display: block;
		height: 50px;
	}

	.heads {
		display: none;
	}

	.sybt {
		width: 95%;
		display: block;
	}

	.sybtleft h1 {
		text-align: center;
		font-size: 22px;
	}

	.sybtleft p {
		font-size: 14px;
		text-align: center;
	}

	.sybtright {
		width: 100%;
		margin-top: 15px;
	}

	.bttext iconpark-icon {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.bttext h1 {
		font-size: 14px;
	}

	.hotprodv {
		width: 97%;
	}

	.hotprolist {
		width: 98%;
	}

	.hotprolist ul li {
		width: 48%;
		margin: 1%;
	}

	.hotprolist ul li .hotprolistdv iconpark-icon {
		width: 35px;
		height: 35px;
		font-size: 15px;
	}

	.hotprolist ul li .hotprolistdv h2 {
		right: 10px;
		top: -30px;
	}

	.hotprolist ul li .hotprolistdv h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.syaboutdv {
		position: inherit;
		margin: 15px auto;
	}

	.syaboutdvdv {
		width: 95%;
	}

	.syaboutdvleft {
		width: 100%;
	}

	.syaboutdvleft h1 {
		font-size: 22px;
		color: #333;
		text-align: center;
	}

	.syaboutdvleft h2 {
		font-size: 18px;
		text-align: center;
		color: #333;
		line-height: 25px;
	}

	.syaboutdvleft p {
		color: #333;
	}

	.syaboutdvleft a {
		border: 1px solid #003e9b;
		width: 120px;
		height: 40px;
		border-radius: 50px;
		margin: 0 auto;
		margin-top: 15px;
		color: #004bbb;
		font-size: 14px;
		line-height: 40px;
	}

	.world {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.worlddv {
		display: block;
		margin-bottom: 20px;
	}

	.worlddvleft {
		width: 100%;
	}

	.worlddvright {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}

	.worlddvright h1 {
		width: 100%;
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}

	.worlddvright h2 {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.worlddvright img {
		margin: 15px 0px;
	}

	.worlddvright ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
	}

	.worlddvright ul li {
		margin-bottom: 10px;
	}

	.worlddvright ul li h3 span {
		font-size: 32px;
	}

	.worlddvright ul li i {
		font-size: 16px;
	}

	.worlddvright ul li p {
		font-size: 13px;
	}

	.hlogo {
		width: 95%;
	}

	.hlogo ul {
		flex-wrap: wrap;
	}

	.hlogo ul li {
		width: 48%;
		margin: 1%;
	}

	.hlogo ul li p {
		font-size: 14px;
	}

	.synewsbt h1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.synewsbt p {
		text-align: center;
	}

	.synewsbt {
		margin-bottom: ;
	}

	.incaseboxtext {
		width: 45%;
	}

	.incaseboxtext h1 {
		font-size: 17px;
	}

	.incaselist .swiper-slide .incaseboxtext h2 a img {
		width: 40%;
	}

	.incaseboxtext section {
		display: flex;
		justify-content: center;
	}

	.incaseboxtext section h3 {
		font-size: 90px;
	}

	.incaselist .swiper-slide section img {
		width: auto;
		height: 100%;
		display: block;
		margin: 0 auto;
		position: absolute;
		left: 30%;

	}

	.synewslist {
		width: 95%;
	}

	.synewtext section {
		padding: 5%;
	}

	.synewtext section span {
		top: 0;
		display: block;
		margin-bottom: 15px;
		display: none;
	}

	.synewtext section h1 {
		font-size: 18px;
	}

	.synews .swiper-pagination {
		margin-top: 20px;
	}

	.any {
		padding: 30px 0px;
		width: 100%;
	}

	.anydv {
		width: 95%;
		display: block;
	}

	.anydv h1 {
		text-align: center;
		margin-bottom: 15px;
	}

	.anydv form {
		display: block;
		width: 100%;
	}

	.anydv form input {
		width: 96%;
		margin-bottom: 10px;
		padding: 0 2%;
	}

	.anydv form input:nth-child(3) {
		width: 96%;
		margin-bottom: 10px;
		padding: 0 2%;
	}

	.foot {
		display: none;
	}

	.aboutbt h1 {
		font-size: 22px;
		line-height: 25px;
	}

	.aboutext {
		width: 95%;
		font-size: 14px;
	}

	.house {
		width: 95%;
	}

	.houselist {
		display: block;
	}

	.houselistleft {
		width: 98%;
		margin: 1%;
	}

	.houselistright {
		width: 100%;
	}

	.houselistright ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.houselistright ul li {
		width: 98%;
		margin: 1%;
	}

	.szdv {
		width: 95%;
	}

	.szdv ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.szdv ul li {
		width: 48%;
		margin: 1%;
	}

	.szdv ul li h1 span {
		font-size: 32px;
	}

	.szdv ul li h1 i {
		font-size: 22px;
	}

	.szdv ul li p {
		font-size: 14px;
	}

	.contactall {
		width: 95%;
		margin: 30px auto;
	}

	.contactallbt h1 {
		font-size: 22px;
	}

	.lxwmlist {
		margin-top: 15px;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}

	.lxwmlist ul li iconpark-icon {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.lxwmlist ul li h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.lxwmlist ul li p {
		font-size: 14px;
		line-height: 25px;
	}

	.zxly {
		padding: 30px 0px;
	}

	.zxlybt h1 {
		font-size: 22px;
	}

	.zxlybt p {
		font-size: 14px;
	}

	.zxlyform {
		width: 95%;
	}

	.zxlyform form div input {
		width: 96%;
		padding: 0 2%;
		margin-bottom: 10px;
	}

	.zxlyform form select {
		width: 100%;
		height: 45px;
		padding: 0 2%;
		margin-bottom: 10px;
	}

	.zxlyform form textarea {
		width: 96%;
		padding: 2%;
	}

	.zxlyform form button {
		width: 150px;
		height: 45px;
	}

	.shownav ul li a {
		height: 50px;
		padding: 0 0px;
		line-height: 50px;
	}

	.shownav ul {
		width: 100%;
	}

	.shownav ul li {
		width: 50%;
		text-align: center;
	}

	.shownav {
		height: auto;
	}

	.productlist {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.newslsit {
		width: 95%;
	}

	.newslsit ul li {
		width: 98%;
		margin: 1%;
		margin-bottom: 10px;
	}

	.showpro {
		width: 95%;
		flex-direction: column-reverse;
	}

	.showproright {
		width: 100%;
		margin: 0 auto;
	}

	.showproleft {
		margin: 0 auto;
		width: 100%;
		margin-top: 15px;
	}

	.showproleft h1 {
		font-size: 24px;
	}

	.showproleft p {
		font-size: 14px;
	}

	.showproleft i {
		height: 10px;
		margin-bottom: 10px;
	}

	.showproleft h3 {
		margin-top: 20px;
	}

	.showproleft h3 iconpark-icon {
		width: 35px;
		height: 35px;
	}

	.showproleft h3 span {
		font-size: 20px;
	}

	.showproleft section {
		margin-top: 20px;
	}

	.showpronr {
		width: 95%;
		margin-top: 30px;
	}

	.showproleft section a {
		width: 48%;
		margin: 0;
		line-height: 40px;
		height: 40px;
	}

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

	.showpronr {
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		display: block;
	}

	.showpronrleft {
		width: 85%;
		padding: 5%;
		padding-top: 0px;
	}

	.showpronrright {
		width: 100%;
		margin-top: 20px;
	}

	.showpronrrightbt {
		height: 45px;
		line-height: 45px;
	}

	.showpronrdvbt h1 span {
		font-size: 18px;
	}

	.nrbanner {
		overflow: hidden;
	}

	.nrbanner img {
		width: 150%;
		margin-left: -25%;
	}

	.nrbanner .btext h2 {
		font-size: 24px;
		text-align: center;
	}

	.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-image: linear-gradient(to right, #0058a7, #0058a7);
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}

	.bannersasg .swiper-slide section a,
	.bannersasg .swiper-slide section h1 {
		display: none;
	}

	.bannersasg .swiper-slide div {
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}

	.mobile-inner-nav {
		z-index: 999999;
	}

	.bannersasg .swiper-slide section h3 {
		width: 100%;
		font-size: 24px;
		margin-bottom: 0;
		text-align: center;
		line-height: 30px;
	}

	.bannersasg .swiper-slide section p {
		width: 100%;
		display: none;
	}

	.x9 {
		width: 100%;
	}

	.x3 {
		display: none;
	}

	.sidebar-l {
		margin-right: 0;
	}

	.article .post h1 {
		font-size: 18px;
	}

	.bannersasg .swiper-slide .sgahhrj img {
		display: none;
	}

	.bannersasg .swiper-slide img {
		width: 130%;
		margin-left: -15%;
	}

	.bannersasg .swiper-slide {
		overflow: hidden;
	}

	.bannersasg .swiper-slide div {
		height: 100%;
		top: 0;
	}

	.img-responsive {
		max-width: none;
	}

	.bannersasg .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border: solid 2px transparent;
		background-color: #fff;
		background-clip: content-box;
		padding: 5px;
		opacity: 1;
		margin: 0;
		border-radius: 50px;
	}

	.bannersasg .swiper-pagination .swiper-pagination-bullet-active {
		border-color: #fff;
	}

	.tclydv {
		width: 90%;
		padding: 2.5%;
		padding-top: 60px;
	}

	.tcly form div input {
		width: calc(99% - 40px);
	}

	.tcly iconpark-icon {
		margin-top: -47px;
		margin-right: 0px;

	}

	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

	.cjwtdvej {
		display: none;
	}

	.shownav {
		display: none;
	}

	.tcly form h3 {
		display: block;
		height: auto;
	}

	.tcly form h3 label {
		margin: 10px 0px;
	}

	.mobile-inner-img{
		width: 60%;
		position: absolute;
		z-index: 5;
	}
}