/* 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_Bold";
	src:url('../font/POPPINS-BOLD_0.TTF');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/POPPINS-SEMIBOLD_0.TTF');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/POPPINS-MEDIUM_0.TTF');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/POPPINS-LIGHT_0.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 {
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 65rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

.headdvright ul li a span {
	font-size: 16px;
	color: #404040;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #0044bb;
}
.headdvright ul li:hover a::after {
	background-color: #0044bb;
}
.headdvright ul li.active a span {
	color: #0044bb;
}
.headdvright ul li.active a::after {
	background-color: #0044bb;
}
.banners img{
	display: block;
	width: 100%;
}
.dh a{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #404040;
	border-radius: 50px;
	height: 35px;
	width: 50px;
	padding: 0 20px;
}
.dh iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #404040;
	font-size: 18px;
	margin-right: 10px;
}
.dh span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #404040;
}
.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	font-size: 18px;
	color: #404040;
}
.sywm{
	padding-top: 4.375rem;
	padding-bottom: 10rem;
	background: url(../images/gywmbg_02.jpg) center bottom no-repeat;
	background-size: cover;
}
.sywmdv{
	width: 93.75rem;
	margin: 0 auto;
}
.colist ul{
	display: flex;
	justify-content: space-between;
}
.colist ul li{
	width: calc(24% - 42px);
	border: 1px solid #e5e5e5;
	padding: 25px 20px;
	border-radius: 5px;
	background-color: #f5f9ff;
	transition: all 1s;
}
.colist ul li:hover{
	background-color: #004bbb;
}
.colist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.colist ul li a div{
	overflow: hidden;
	width: 80%;
}
.colist ul li a div h2{
	color: #004bbb;
	font-size: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-transform: uppercase;
	transition: all 1s;
}
.colist ul li:hover a div h2{
	color: #fff;
}
.colist ul li a div p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.colist ul li:hover a div p{
	color: #fff;
}
.colist ul li a section{
	width: 25%;
	position: relative;
}
.colist ul li a section img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.colist ul li a section img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.colist ul li:hover a section img{
	opacity: 0;
}
.colist ul li:hover a section img:last-child{
	opacity: 1;
}
.sygywm{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}
.sygywmleft{
	width: 46%;
}
.sygywmleft h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sygywmleft h2 img{
	display: block;
}
.sygywmleft h2 span{
	color: #004bbb;
	font-size: 17px;
	font-weight: bold;
}
.sygywmleft h3{
	color: #474747;
	    font-size: 22px;
    line-height: 35px;
	margin-top: 20px;
	width: 480px;
	margin-bottom: 20px;
}
.sygywmleft p{
	color: #404040;
	font-size: 16px;
	line-height: 35px;
}
.sygywmleft a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.sygywmleft a span{
	color: #004bbb;
	font-size: 14px;
}
.sygywmleft a iconpark-icon{
	color: #004bbb;
	font-size: 16px;
	margin-left: 10px;
}

.sygywmleft ul{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.sygywmleft ul li h4{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sygywmleft ul li h4 span{
	color: #004bbb;
	font-size: 48px;
	font-family: "Poppins_SemiBold";
}
.sygywmleft ul li h4 i{
	color: #004bbb;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
}
.sygywmleft ul li h5{
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
}
.sygywmright{
	width: 50%;
	margin-top: 30px;
}
.sygywmliq img{
	display: block;
	width: 100%;
}
.swiper-button-next, .swiper-button-prev{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 1s;
}
.sygywmliq .swiper-button-next:after,.sygywmliq .swiper-button-prev:after{
	font-size: 15px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: #0044bb;
	color: #fff;
}
.xwdt{
	width: 93.75rem;
	margin: 5.625rem  auto;
	margin-bottom: 8.4375rem;
}
.xwdtbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwdtbtleft h2{
	color: #474747;
	font-size: 38px;
	margin-bottom: 1.25rem;
}
.xwdtbtleft p{
	color: #4c4c4c;
	font-size: 16px;
}
.xwdtbtright a{
	display: flex;
	justify-content: space-between;
	width: 130px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #004bbb;
	height: 50px;
	align-items: center;
	border-radius: 5px;
}
.xwdtbtright a span{
	color: #ffffff;
	font-size: 14px;
}
.xwdtbtright a iconpark-icon{
	font-size: 18px;
	color: #fff;
}
.xwdtlist{
	margin-top: 4.6875rem;
}
.xwdtlist ul{
	display: flex;
	justify-content: space-between;
}
.xwdtlist ul li {
	width: 32%;
	background-color: #fff;
	box-shadow: 0px 0px 15px #f1f1f1;
}
.xwdtlist ul li div{
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}
.xwdtlist ul li div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.xwdtlist ul li:hover div img{
	transform: scale(1.05);
}
.xwdtlist ul li section{
	padding: 0 2.1875rem;
	padding-top: 2.5rem;
	padding-bottom: 1.25rem;
}
.xwdtlist ul li section h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.xwdtlist ul li section h2 span{
	width: 70%;
	display: block;
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 18px;
	text-overflow:ellipsis;
}
.xwdtlist ul li section h2 i{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins";
}
.xwdtlist ul li section p{
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	height: 60px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:2; 
}
.xwdtlist ul li section h3{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;align-items: center;
}
.xwdtlist ul li section h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #0044bb;
	margin-right: 10px;
	color: #0044bb;
	transition: all 1s;
	font-size: 17px;
}
.xwdtlist ul li section h3 span{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.xwdtlist ul li:hover section h3 iconpark-icon{
	background-color: #0044bb;
	color: #fff;
}
.xwdtlist ul li:hover section h3 span{
	color: #0044bb;
}
.xuq {
	padding: 50px 0px;
	background: url(../images/yu_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

.xuqdv h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 2.1875rem;
}

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

.xuqdv form input {
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #333;
	border-radius: 5px;
}

.xuqdv form input:nth-child(3) {
	width: 30%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #87b0de;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}
.foot{
	padding-top: 4.6875rem;
	background: url(../images/ftbg_06.jpg) center  no-repeat;
	background-size: cover;
}
.footdv{
	display: block;
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 6.875rem;
}
.footdvleft{
	width: 21.875rem;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
}
.footdvleft ul li{
	width: 35px;
	margin-right: 10px;
}
.footdv dl:nth-child(2){
	width: 160px;
}
.footdv dl dt{
	border-bottom: 1px solid #595b5b;
	height: 45px;
	line-height: 45px;
}
.footdv dl dt a{
	color: #fefefe;
	font-size: 18px;
}
.footdv dl dd{
	margin-top: 1.25rem;
}
.footdv dl dd a{
	color: #ffffff;
	font-size: 15px;
}
.footdv dl:nth-child(3){
	width: 400px;
}
.footdv dl h3{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdv dl .sageg{
	margin-bottom: 1.25rem;
}
.footdv dl h3 img{
	display: block;
	margin-right: 0.625rem;
}
.footdv dl h3 span{
	display: block;
	color: #fff;
	font-size: 14px;
}
.ftright ul{
	margin-top: 2.1875rem;
	display: flex;
	justify-content: space-between;
}
.ftright ul li{
	width: 120px;
	margin-left: 1.25rem;
}
.ftright ul li p{
	color: #ffffff;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}
.wdl{
	border-top: 1px solid #494949;
	height: 75px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}
.shownav{
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
}
.shownav ul{
	display: flex;
	justify-content: flex-start;
	width: 93.75rem;
	margin: 0 auto;
	height: 75px;
}
.shownav ul li{
	width: 15rem;
	height: 75px;
	line-height: 75px;
}
.shownav ul li a{
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.shownav ul li:hover a{
	background-color: #004bbb;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #004bbb;
	color: #fff;
}
.sabe{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}
.sabelist{
	width: 93.75rem;
	margin: 0 auto;
}
.sabelist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sabelist ul li{
	width: 23%;
	margin: 1%;
}
.sabelist ul li div{
	overflow: hidden;
	width: 100%;
}
.sabelist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sabelist ul li:hover div img{
	transform: scale(1.05);
}
.sabelist ul li section{
	padding: 25px;
	padding-top: 20px;
	background-color: #fff;
	transition: all 1s; 
}
.sabelist ul li section h2{
	color: #333333;
	margin-bottom: 10px;
	font-size: 17px;
	transition: all 1s; 
	line-height: 20px;
	height: 20px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}
.sabelist ul li section p{
	color: #004bbb;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	transition: all 1s; 
}
.sabelist ul li section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s; 
}
.sabelist ul li section h3 span{
	color: #808080;
	font-size: 14px;
	transition: all 1s; 
}
.sabelist ul li section h3 iconpark-icon{
	font-size: 22px;
	color: #808080;
	transition: all 1s; 
}
.sabelist ul li:hover section{
	background-color: #004bbb;
}
.sabelist ul li:hover section h2{
	color: #fff;
}
.sabelist ul li:hover section p{
	color: #fff;
}
.sabelist ul li:hover section h3 span,.sabelist ul li:hover section h3 iconpark-icon{
	color: #fff;
}
.soq221{
	padding-top: 0;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #333333;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #0044bb;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #0044bb;
}

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

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #0044bb;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #0044bb;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
}

.chanpinimgright p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}

.chanpinimgright a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #dc0c22;
	font-size: 14px;
}

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #0044bb;
	line-height: 45px;
	transition: all 1s;
	border-radius: 10px;
	margin-top: 2.375rem;
	margin-right: 1.25rem;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #0044bb;
}

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

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

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

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0044bb;
	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%;
}

.cpxq {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

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

.cpxqbt span {
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

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

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
	overflow: hidden;
}
.cpxqleft ul li a section{
	width: 68%;
}
.cpxqleft ul li a div img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpxqleft ul li:hover a div img {
	transform: scale(1.05);
}
.cpxqleft ul li a section h1 {
	color: #0044bb;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}

.cpxqleft ul li a section p {
	color: #333333;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}
.cpxqxq {
	background-color: #fff;
	padding: 5%;
	width: 90%;
}
.chanpinimgright  h4{
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright  h4 img{
	display: block;
	margin-right: 15px;
}
.chanpinimgright h4 span{
	color: #0044bb;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.cpxqxq img {
	max-width: 100%;
}

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

.fy p a {
	color: #333333;
	font-size: 15px;
}

.fy p a:hover {
	color: #0044bb;
}


.lxwmbt {
	display: block;
	margin-bottom: 2.8125rem;
}

.lxwm {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 5.625rem;
	margin-bottom: 8.125rem;
}

.lxwmbt h2 {
	color: #404040;
	font-size: 36px;
	text-align: center;
}

.lxwmbt p {
	color: #808080;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

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

.lxwmlist ul li {
	width: calc(32% - 100px);
	padding: 50px;
	background-color: #f7f7f7;
	transition: all 1s;
}

.lxwmlist ul li div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lxwmlist ul li div section h2 {
	color: #404040;
	font-size: 22px;
	margin-bottom: 15px;
	transition: all 1s;
}

.lxwmlist ul li div section i {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #004bbb;
	transition: all 1s;
}

.lxwmlist ul li div iconpark-icon {
	display: block;
	font-size: 48px;
	color: #004bbb;
	transition: all 1s;
}

.lxwmlist ul li p {
	color: #404040;
	font-size: 16px;
	font-family: 'Montserrat_Light';
	transition: all 1s;
}

.lxwmlist ul li:hover{
	background: url(../images/llwm_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/lx1.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/lx2.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover div section h2,.lxwmlist ul li:hover div iconpark-icon,.lxwmlist ul li:hover p {
	color: #ffffff;
}
.lxwmlist ul li:hover div section i {
	background-color: #fff;
}
.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/zxlybg_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqiu h2 {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
}

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

.xuqiubt {
	margin-bottom: 30px;
}

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

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

.xuqiu form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #666666;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dcdcdc;
}

.xuqiu form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	line-height: 30px;
	font-family: "微软雅黑";
	outline: none;
	background-color: transparent;
	border: 1px solid #dcdcdc;
}

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	background-color: #002dbb;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}

.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 30px;
}

.newsdvlist ul li {
	margin-top: 20px;
	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 #e0e4e9;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
}

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

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

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

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

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

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

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

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

.newsdvlist ul li iconpark-icon {
	border: 1px solid #004bbb;
	color: #004bbb;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}
.sabe .xwdtlist{
	margin: 0 auto;
	margin-top: 0;
	width: 93.75rem;
}

.hzhbbt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.1875rem
}
.hzhbbt h1{
	text-align: center;
	color: #404040;
	font-size: 36px;
}
.hzhbbt p{
	margin-top: 15px;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.ryzhi{
	padding-top: 6.25rem;
	padding-bottom: 13.125rem;
	background: url(../images/rybga_02.jpg) center no-repeat;
	background-size: cover;
}


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

.rylsit {
	width: 93.75rem;
}

.rylsit .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.rylsit .swiper-wrapper {
	align-items: center;
}

.rylsit .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rylsit .swiper-slide-active img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rydv a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #e8eef2;
	color: #333;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}

.rydv a:hover {
	color: #fff;
	background-color: #004ea2;
}
.gczshi{
	margin: 5.625rem auto;
	width: 93.75rem;
}
.gczshibt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.4375rem;
}
.gczshibtleft h2{
	color: #474747;
	font-size: 38px;
	margin-bottom: 10px;
}
.gczshibtright{
	width: 380px;
}
.gczshibtleft p{
	color: #808080;
	font-size: 16px;
}
.gczshibtright #thumbs .swiper-slide h2{
	color: #404040;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid #fff;
	transition: all 1s;
	text-align: center;
	margin: 0 auto;
}
.gczshibtright #thumbs .swiper-slide-thumb-active h2{
	border-bottom: 1px solid #004bbb;
	color: #004bbb;
}
.madv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49%;
	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;
	font-family: "HarmonyOS_Sans_SC";
    background-color: rgba(0, 0, 0, 0.5);
}
.madvright{
	width: 49.5%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.madvright ul li{
	width: 49.5%;
	position: relative;
	overflow: hidden;
}
.madvright ul li:first-child,.madvright ul li:nth-child(2){
	margin-bottom: 12px;
}
.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.5);
}
.qywh{
	padding-top: 6.25rem;
	padding-bottom: 10rem;
	background: url(../images/qywhbg_02.jpg) center no-repeat;
	background-size: cover;
}
.qywhdv{
	width: 93.75rem;
	margin: 0 auto;
}
.qywhbt h2{
	text-align: right;
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 10px;
}
.qywhbt p{
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}
.qywhbt{
	margin-bottom: 3.125rem;
}
.whlist{
	display: flex;
	justify-content: flex-end;
	
}
.whlistleft{
	padding: 30px;
	background-color: #2363c6;
	border-radius: 10px;
	width: 51.5rem;
}
.whlistleft ul li{
	display: flex;
	justify-content: flex-start;
	margin: 22px 0;
}
.whlistleft ul li i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
	    margin-top: 10px;
}
.whlistleft ul li section{
	width: 48rem;
}
.whlistleft ul li section h2{
	color: #fefefe;
	font-size: 18px;
	margin-bottom: 0.625rem;
}
.whlistleft ul li section p{
	color: #fefefe;
	font-size: 14px;
}
.whlistright{
	width: 18.125rem;
	margin-left: 1.875rem;
	height: 100%;
}
.whlistright ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.whlistright ul li{
	width: 18.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	    height: 18.9375rem;
	background: url(../images/wh_03.jpg) center no-repeat;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
}
.whlistright ul li section h2{
	color: #fefefe;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.9375rem;
}
.whlistright ul li section p{
	color: #fefefe;
	font-size: 14px;
	text-align: center;
}
.whlistright ul li:nth-child(1){
	margin-bottom: 1.875rem;
}
.whlistright ul li:nth-child(2){
	background: url(../images/wh_06.jpg) center no-repeat;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
}
.gywm{
	margin-top: 6.25rem;
}
.gywmdv{
	width: 93.75rem;
	margin: 0 auto;
	text-align: center;
}
.gywmdv h1{
	color: #474747;
	font-size: 38px;
	margin-bottom: 15px;
}
.gywmdv h2{
	color: #808080;
	font-size: 16px;
	margin-bottom: 2.5rem;
}
.gywmdv p{
	color: #404040;
	font-size: 16px;
	line-height: 35px;
}
.gywmdv div {
	margin-top: 5rem;
}
.gywmdv div img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.lkong img{
	display: block;
	width: 100%;
}
.lkong{
	 background: url(../images/gybej.jpg) center no-repeat;
	     background-attachment: fixed;
}
.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;

}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg .swiper-slide video{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}
.bannersasg  .swiper-slide section h5{
	color:#ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}
.bannersasg  .swiper-slide section h4{
	color:#ffffff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bannersasg  .swiper-slide section h3{
	font-size: 15px;
	color: #fff;
}
.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;
}

.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: 93.75rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #fff;font-weight: bold;
	margin-bottom: 20px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 18px;
}
.mfoot,.mfootdv{
	display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.sywmdv{
		width: 95%;
	}
	.xwdt{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sabelist{
		width: 97%;
	}
	.mbx,.shownav ul{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 7.1rem;
	}
	.cpxq{
		width: 95%;
	}
	.gywmdv{
		width: 95%;
	}
	.qywhdv{
		width: 95%;
	}
	.whlistright ul li{
		width: 27.125rem;
		height: 18.9375rem;
	}
	.whlistright{
		width: auto;
	}
	.rydv{
		width: 95%;
	}
	.rylsit {
	    width: 90%;
	}
	.gczshi{
		width: 95%;
	}
	.madv{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.sabe .xwdtlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.shownav ul li {
	    width: 17rem;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.sywmdv{
		width: 95%;
	}
	.xwdt{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sabelist{
		width: 97%;
	}
	.mbx,.shownav ul{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 7.1rem;
	}
	.cpxq{
		width: 95%;
	}
	.gywmdv{
		width: 95%;
	}
	.qywhdv{
		width: 95%;
	}
	.whlistright ul li{
		width: 27.125rem;
		height: 18.9375rem;
	}
	.whlistright{
		width: auto;
	}
	.rydv{
		width: 95%;
	}
	.rylsit {
	    width: 90%;
	}
	.gczshi{
		width: 95%;
	}
	.madv{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.sabe .xwdtlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.footdv dl:nth-child(3) {
	    width: 230px;
	}
	.sygywmleft h3{
		font-size: 24px;
	}
	.chanpinimgleft{
		width: 60.0625rem;
	}
	.maoyileft #gallery2{
		width: 43.875rem;
		height: 43.875rem;
	}
	.maoyileft #thumbs2 {
		width: 10.5rem;
	    height: 43.875rem;
	}
    .maoyileft #thumbs2 .swiper-slide div {
        width: calc(100% - 4px);
    }
	.maoyileft #thumbs2 .swiper-slide img{
		width: 95%;
	}
	.whlistleft ul li section{
		width: 51rem;
	}
	.whlistleft {
	    padding: 30px;
	    background-color: #2363c6;
	    border-radius: 10px;
	    width: 46.5rem;
	}
	.whlistright ul li{
		height: 21.9375rem;
	}
	.gczshibtright {
	    width: 35%;
	}
	.gczshibtleft {
		width: 42%;
	}
	.gczshibtleft p{
		line-height: 30px;
		font-size: 14px;
	}
	.gczshibtright #thumbs .swiper-slide h2{
		
	}
	.lxwmlist ul li{
		 padding: 3%;
		width: 26%;
	}
	.shownav ul li{
		width: 22rem;
	}
	.headdvright{
		width: 70rem;
	}
	.xwdtlist ul li section h2 i{
		font-size: 12px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.heads {
		display: none;
	}
	.sywmdv{
		width: 100%;
	}
	.colist ul{
		flex-wrap: wrap;
	}
	.colist ul li{
		width: calc(40% - 2PX);
		margin: 1%;
		padding: 4%;
	}
	.colist ul li a div h2{
		font-size: 16px;
	}
	.colist ul li a div p{
		font-size: 12px;
	}
	.sygywm{
		display: block;
		margin-top: 20px;
	}
	.sygywmleft{
		width: 95%;
		margin: 0 auto;
	}
	.sygywmleft h3 {
	    color: #474747;
	    font-size: 18px;
	    line-height: 30px;
	    margin-top: 10px;
		width: auto;
	    margin-bottom: 10px;
		font-weight: bold;
	}
	.sygywmleft p {
	    color: #404040;
	    font-size: 13px;
	    line-height: 30px;
	}
	.sygywmleft a{
		margin-top: 20px;
	}
	.sygywmleft ul{
		margin-top: 10px;
	}
	.sygywmleft ul li h4 span{
		font-size: 28px;
	}
	.sygywmleft ul li h4 i{
		font-size: 14px;
	}
	.sygywmleft ul li h5{
		font-size: 13px;
	}
	.sygywmright{
		margin: 0 auto;
		margin-top: 20px;
		width: 95%;
	}
	.xwdt{
		width: 95%;
	}
	.xwdtbt{
		display: block;
	}
	.xwdtbtleft h2{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	.xwdtbtleft p{
		font-size: 13px;
		line-height: 27px;
		text-align: center;
	}
	.xwdtbtright a{
		margin: 0 auto;
		margin-top: 20px;
		width: 95px;
		height: 37px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.xwdtbtright a span{
		font-size: 13px;
	}
	.xwdtlist ul{
		display: block;
	}
	.xwdtlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.xwdtlist ul li section{
		padding: 5%;
	}
	.xwdtlist ul li section h2 span{
		font-size: 16px;
	}
	.xwdtlist ul li section h2 i{
		font-size: 12px;
	}
	.xwdtlist ul li section p{
		font-size: 13px;
	}
	.xwdtlist ul li section h3 iconpark-icon{
		width: 27px;
		height: 27px;
	}
	.xwdtlist ul li section h3 iconpark-icon{
		font-size: 15px;
	}
	.xwdtlist ul li section h3 span{
		font-size: 13px;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 20px);
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 20px);
	}
	.xuqdv form button{
		width: 125px;
		font-size: 12px;
		height: 35px;
		line-height: 36px;
	}
	.xuqdv p{
		line-height: 25px;
	}
	.foot{
		display: none;
	}
	.shownav ul{
		width: 100%;
		height: auto;
	}
	.shownav ul li{
		width: 100%;
		line-height: 40px;
		height: 40px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.sabelist{
		width: 95%;
	}
	.sabelist ul li{
		width: 48%;
		margin: 1%;
	}
	.sabelist ul li section{
		padding: 5%;
	}
	.sabelist ul li section h2{
		font-size: 16px;
	}
	.sabelist ul li section p{
		font-size: 12px;
		color: #004bbb;
		padding-bottom: 15px;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 10px;
		transition: all 1s;
	}
	.sabelist ul li section h3 span{
		font-size: 12px;
	}
	.sabelist ul li section h3 iconpark-icon{
		font-size: 18px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.soq221{
		padding-top: 15px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		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% - 4px);
	}
	.chanpinimgright{
		width:100%;
		margin-top: 15px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 17px;
		line-height: 40px;
	}
	.chanpinimgright p{
		font-size: 13px;
	}
	.chanpinimgright h4 img{
		width: 35px;
		margin-right: 5px;
	}
	.chanpinimgright h4 span{
		font-size: 22px;
	}
	.cennuodv a{
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.cpxq {
		flex-direction: column-reverse;
		margin-top: 20px;
		width: 95%;
	}

	.cpxqright {
		width: 100%;
	}

	.cpxqbt {
		margin-bottom: 15px;
	}

	.cpxqxq {
		margin-bottom: 20px;
	}

	.fy {
		display: block;
	}

	.fy p {
		margin: 10px 0;
		display: block;
	}

	.fy p a {
		font-size: 12px;
		line-height: 25px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.soq221{
		padding-top: 10px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.cpxqxq{
		width: 95%;
		padding: 2.5%;
	}
	.cpxqleft {
		margin-top: 15px;
		width: 100%;
	}

	.cpxqleft ul li a section h1 {
		font-size: 16px;
	}

	.cpxqleft ul li a section p {
		font-size: 12px;
	}

	.cpxqleft ul li {
		margin-bottom: 10px;
	}
	.cpxqbt span{
		font-size: 17px;
		font-weight: bold;
	}
	.cpxqleft ul li a div{
		margin-right: 20px;
	}
	.cpxqleft ul li a section h1{
		margin-bottom: 10px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h2{
		font-size: 20px;
		font-weight: bold;
	}
	.lxwmbt p{
		font-size: 13px;
		line-height: 25px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li div section h2{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lxwmlist ul li div iconpark-icon{
		font-size: 32px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.xuqiu h2{
		font-size: 20px;
		font-weight: bold;
	}
	.xuqiu p{
		font-size: 14px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 96%;
		padding: 0 2%;
		height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.xuqiu form textarea{
		height: 90px;
		width: 96%;
		padding:  2%;
	}
	.xuqiu form button{
		margin-top: 15px;
		width: 100px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
	}
	.sabe  .xwdtlist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}
	.gywmdv{
		width: 95%;
	}
	.gywmdv h1{
		font-size: 20px;
		font-weight: bold;
	}
	.gywmdv h2{
		font-size: 14px;
		line-height: 25px;
	}
	.gywmdv p{
		font-size: 13px;
		line-height: 27px;
	}
	.rydv{
		width: 95%;
	}
	.rylsit {
	    width: 80%;
	}
	.rydv a{
		width: 30px;
		height: 30px;
	}
	.hzhbbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.hzhbbt{
		width: 95%;
	}
	.hzhbbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhbt h2{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.qywhbt p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.whlist{
		display: block;
	}
	.whlistleft{
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}
	.whlistleft ul li section{
		width: 95%;
	}
	.whlistleft ul li{
		margin: 13px 0px;
	}
	.whlistleft ul li section h2{
		font-size: 16px;
		line-height: 30px;
	}
	.whlistleft ul li section p{
		font-size: 13px;
		line-height: 25px;
	}
	.whlistright{
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	.whlistright ul{
		width: 100%;
		flex-direction: row;
	}
	.whlistright ul li{
		width: 48%;
		height: 31.9375rem;
	}
	.whlistright ul li section h2{
		font-size: 18px;
	}
	.whlistright ul li section p{
		font-size: 13px;
		margin-top: 10px;
	}
	.gczshi{
		width: 95%;
		margin: 30px auto;
	}
	.gczshibt{
		display: block;
	}
	.gczshibtleft h2{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.gczshibtleft p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.gczshibtright{
		width: 100%;
	}
	.gczshibtright #thumbs {
		margin-top: 15px;
	}
	.gczshibtright #thumbs .swiper-slide h2{
		width: auto;
	}
	.gczshibtright #thumbs .swiper-slide h2{
		    font-size: 15px;
		    line-height: 45px;
	}
	.madv{
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.madvleft{
		width: 100%;
		margin-bottom: 5px;
	}
	.madvright{
		width: 100%;
	}
	.madvright ul li{
		width: 48%;
		margin: 1%;
		margin-bottom: 1%;
	}
	.madvright ul li:first-child, .madvright ul li:nth-child(2){
		margin-bottom: 1%;
	}
	.madvright ul li h1{
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.madvleft h1{
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.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: #004bbb;
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.nrbanner .btext section p{
		font-size: 13px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h5{
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
		text-align: center;
		line-height: 25px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.img-responsive{
		        max-width: none;
	}
	.bannersasg .swiper-slide img{
		width: 120%;
		margin-left: -10%;
	}
	.bannersasg .swiper-slide {
		overflow: hidden;
	}
	.xwdtlist ul li section h2{
		display: block;
	}
	.xwdtlist ul li section h2 span{
		width: 100%;
	}
	.xwdtlist ul li section h2 i{
		margin-top: 10px;
		display: block;
	}
	.xwdtbtleft h2{
		font-size: 20px;
	}
	.xuqdv h1{
		font-size: 20px;
	}
	.shownav ul li a{
		font-size: 13px;
	}
	.newsdvlist{
		margin-bottom: 0;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.whlistright ul {
		display: block;
	}
	.whlistright ul li{
		width: 100%;
		 height: 200px;
	}
	.whlistright ul li:nth-child(1) {
	    margin-bottom: 15px;
	}
	.shownav ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.shownav ul li{
		width: 33.33%;
	}
	.shownav ul li:nth-child(2n){
		background-color: #ebebeb;
	}
	.bannersasg .swiper-slide section h5{
		display: none;
	}
	 .yuyan{
		position: absolute;
        right: 70px;
        top: 5px;
        z-index: 99;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;line-height: 40px;
        background-color: #004bbb;
	}
	.yuyan a{
		text-align: center;
		color: #FFF;
	}
}