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

*:focus {
	outline: none !important;
}

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: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_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: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 40px;
	left: 0rem;
	background-color: #fff;
	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: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

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

.slideUp .headdvleft img {
	display: none;
}

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

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

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

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

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

.headdvright ul li a span {
	font-size: 16px;
	color: #333333;
	display: block;
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #0258b4;
}

.headdvright ul li.active::after {
	background-color: #0258b4;
}

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

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #0258b4;
}

.slideUp .headdvright ul li:hover a span {
	color: #0258b4;
}

.slideUp .headdvright ul li.active a span {
	color: #0258b4;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #0258b4;
}

.slideUp .headdvright ul li.active::after {
	background-color: #0258b4;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 20px;
}

.yyan {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yyan span {
	color: #fff;
	font-size: 16px;
}

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

.headtop{
	background-color: #0258b4;
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.headtopdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}
.headtopdvleft p,.headtopdvright p{
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
} 
.cpzx{
	margin: 6.25rem auto;
	width: 100rem;
}
.cpzxbt h2{
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.cpzxbt p{
	color: #333333;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}
.cpzxlist{
	margin-top: 3.75rem;
}
.cpzxlist ul{
	display: flex;
	justify-content: space-between;
}
.cpzxlist ul li{
	background-color: #f5f7fa;
	padding: 40px;
	padding-bottom: 20px;
	width: calc(32% - 80px);
}
.cpzxlist ul li h3{
	color: #333333;
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cpzxlist ul li p{
	color: #006ac8;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpzxlist ul li p iconpark-icon{
	font-size: 18px;
	margin-left: 10px;
}
.cpzxlist ul li div{
	overflow: hidden;
}
.cpzxlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpzxlist ul li:hover div img{
	transform: scale(1.05);
}
.syabout{
	position: relative;
}
.syabout img{
	display: block;
	width:100%;
}
.syaboutdv{
	position: absolute;
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.syaboutdvleft{
	width: 100rem;
}
.syaboutdvleft div{
	width: 48%;
}
.syaboutdvleft div h2{
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.syaboutdvleft div h3{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.syaboutdvleft div p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}
.syaboutdvleft div a{
	width: 120px;
	padding: 0 30px;
	height: 50px;
	border: 1px solid #0258b4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
	transition: all 1s;
}
.syaboutdvleft div a span{
	color: #0258b4;
	font-size: 14px;
	transition: all 1s;
}
.syaboutdvleft div a iconpark-icon{
	font-size: 18px;
	color: #0258b4;
	transition: all 1s;
}
.syaboutdvleft div a:hover{
	background-color: #006ac8;
}
.syaboutdvleft div a:hover span{
	color: #fff;
}
.syaboutdvleft div a:hover iconpark-icon{
	color: #fff;
}
.syxmal{
	padding: 6.25rem 0;
	background: url(../images/grehy_02.jpg) center no-repeat;
	background-size: cover;
}
.syxmaldv{
	margin: 0 auto;
	width: 100rem;
}
.syxmalbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.syxmaldvleft h2{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.syxmaldvleft h3{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.syxmaldvright a{
	width: 120px;
	padding: 0 30px;
	height: 50px;
	border: 1px solid #0258b4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.syxmaldvright a span{
	color: #0258b4;
	font-size: 14px;
	transition: all 1s;
}
.syxmaldvright a iconpark-icon{
	font-size: 18px;
	color: #0258b4;
	transition: all 1s;
}
.syxmaldvright a:hover{
	background-color: #006ac8;
}
.syxmaldvright a:hover span{
	color: #fff;
}
.syxmaldvright a:hover iconpark-icon{
	color: #fff;
}

.syxmaldvs .swiper-slide div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.syxmaldvs .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
	overflow: hidden;
}
.syxmaldvs .swiper-slide:hover div img{
	transform: scale(1.05);
}
.syxmaldvs .swiper-slide div section{
	width: calc(100% - 60px);
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 60px);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 1s;
}
.syxmaldvs .swiper-slide:hover div section{
	opacity: 1;
}
.syxmaldvs .swiper-slide div section p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	overflow:hidden;
	height: 105px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3; 
}
.syxmaldvs .swiper-slide div section h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.syxmaldvs .swiper-slide div section h4 span{
	color: #ffffff;
	font-size: 16px;
}
.syxmaldvs .swiper-slide div section h4 iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}
.syxmaldvs .swiper-slide h3{
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	color: #4d4d4d;
	font-size: 18px;
	transition: all 1s;
	box-shadow: 0px 0px 10px #ececec;
}
.syxmaldvs .swiper-slide:hover h3{
	background-color: #0564c2;
	color: #fff;
}
.syxmalzyou{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.75rem;
}
.syxmalzyou .swiper-button-prev,.syxmalzyou .swiper-button-next,.syxmalzyou .swiper-pagination{
	position: inherit;
	margin: 0;
	opacity: 1;
}
.syxmalzyou .swiper-button-next:after,.syxmalzyou .swiper-button-prev:after{
	color: #a4a4a4;
	font-size: 20px;
	transition: all 1s;
}
.syxmalzyou .swiper-pagination{
	width: 210px;
}
.syxmalzyou .swiper-pagination-bullet{
	background: #0258b4;
	width: 10px;
	height: 10px;
}
.syxmalzyou .swiper-button-prev,.syxmalzyou .swiper-button-next{
	width: 48px;
	height: 48px;
	border: 1px solid #a4a4a4;
	transition: all 1s;
}
.syxmalzyou .swiper-button-prev:hover,.syxmalzyou .swiper-button-next:hover{
	background-color: #0258b4;
	border: 1px solid #0258b4;
}
.syxmalzyou .swiper-button-next:hover:after,.syxmalzyou .swiper-button-prev:hover:after{
	color: #fff;
}
.xuq {
	padding: 50px 0px;
	background: url(../images/xq_06.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

.xuqdv h1 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 30px;
}

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

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

.xuqdv form input::placeholder {
	font-size: 14px;
	color: #b3b3b3;
}

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

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #1b3f64;
	padding: 0 10px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}

.xuqdv p {
	margin-top: 25px;
	color: #ffffff;
	font-size: 14px;
}
.gylfnlist{
	margin-top: 3.75rem;
}
.gylfn{
	width: 100rem;
	margin: 6.25rem auto;
}
.gylfnbt h2{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
	text-align: center;
}
.gylfnbt h3{
	color: #333333;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}
.gylfnlist ul{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.gylfnlist ul li{
	width: 10.5%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}
.gylfnlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.gylfnlist ul li:hover img{
	transform: scale(1.05);
}
.gylfnlist ul li span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kuang_03.png) center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 1s;
}
.gylfnlist ul li:hover span{
	opacity: 1;
}
.syxwzx{
	padding: 6.25rem 0;
	background-color: #f5f7fa;
}
.syxwzxdv{
	width: 100rem;
	margin: 0 auto;
}
.sygzlfz ul{
	display: flex;
	justify-content: space-between;
}
.sygzlfz ul li{
	width: 23%;
	border-top: 1px solid #e5e5e5;
}
.sygzlfz ul li{
	width: 23.5%;
	padding-top: 1.875rem;
}
.sygzlfz ul li p{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 35px;
	height: 70px;
	overflow:hidden;
	margin-bottom: 4.375rem;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.sygzlfz ul li h2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.sygzlfz ul li h2 span{
	color: #0258b4;
	font-size: 14px;
}
.sygzlfz ul li h2 i{
	color: #808080;
	font-size: 14px;
}
.sygzlfz ul li div{
	overflow: hidden;
}
.sygzlfz ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sygzlfz ul li:hover div img{
	transform: scale(1.05);
}

.youshi{
	width: 100%;
	position: relative;
}
.youshibt{
	position: absolute;
	width: 100rem;
	left: 50%;
	top: 5.625rem;
	margin-left: -50rem;
	z-index: 3;
}
.youshibt h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 15px;
}
.youshibt h3{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.youshi #gallery2{
	overflow: hidden;
}
.youshi #gallery2 img{
	display: block;
	margin: 0 auto;
}
.sagre{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.sagre section{
	width: 100rem;
}
.sagre section h4{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
}
.sagre section h5{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins";
	padding-bottom: 25px;
	width: 40%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 20px;
}
.sagre section p{
	color: #ffffff;
	font-size: 16px;
	width: 40%;
	line-height: 35px;
}
.youshi #thumbs2{
	position: absolute;
	bottom: 6.25rem;
	width: 100rem;
	left: 50%;
	margin-left: -50rem;
}
.youshi #thumbs2 .swiper-slide h5{
	background-color: rgba(255, 255, 255, 0.3);
	height: 100px;
	position: relative;
	line-height: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	transition: all 1s;
	font-weight: bold;
}
.youshi #thumbs2 .swiper-slide h5::after{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 15px;
	transition: all 1s;
}
.youshi #thumbs2 .swiper-slide-thumb-active h5{
	background-color: rgba(255, 255, 255, 1);
	color: #0258b4;
	
}
.youshi #thumbs2 .swiper-slide-thumb-active h5::after{
	background-color: #0258b4;
}
.foot{
	background-color: #262626;
	padding-top: 6.875rem;
}
.footdv{
	width: 100rem;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 7.5rem;
}
.footdv dl dt a{
	color: #e6e6e6;
	font-size: 18px;
}
.footdv dl dt {
	margin-bottom: 25px;
}
.footdv dl dd{
	margin-bottom: 1.25rem;
}
.footdv dl dd a{
	color: #b3b3b3;
	font-size: 14px;
	transition: all 1s;
}
.footdv dl dd a:hover{
	color: #fff;
}
.footdv dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footdv dl dd iconpark-icon{
	color: #b3b3b3;
	font-size: 20px;
	margin-right: 10px;
}
.footdv dl dd span{
	color: #b3b3b3;
	font-size: 14px;
}
.footdv .ewm ul{
	display: flex;
	justify-content: space-between;
}
.footdv .ewm ul li{
	margin-left: 30px;
}
.footdv .ewm ul li img{
	display: block;
	width: 120px;
}
.footdv .ewm ul li p{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.wdl {
	border-top: 1px solid #494949;
	height: 80px;
}

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

}

.wdldv p {
	color: #999999;
	font-size: 14px;
}

.wdldv p a {
	color: #999999;
	font-size: 14px;
}
.shownav {
	box-shadow: 0px 0px 15px #d7d7d7;
	position: relative;
}

.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 12%;
	position: relative;
	text-align: center;
	transition: all 1s;
}

.shownav ul li a {
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	display: block;
	position: relative;
}

.shownav ul li:hover {
	background-color: #0044ab;
}

.shownav ul li:hover a {
	color: #fff;
}
.shownav ul li.active {
	background-color: #0044ab;
}

.shownav ul li.active a {
	color: #fff;
}
.prolist{
	padding: 3.125rem 0;
}
.prolistdv{
	width: 100rem;
	margin: 0 auto;
}
.prolistdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolistdv ul li{
	margin: 1%;
	width: 23%;
	box-shadow: 0px 0px 20px #ececec;
}
.prolistdv ul li div{
	display: block;
	position: relative;
	overflow: hidden;
}
.prolistdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolistdv ul li div span{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/jia_03.png) center no-repeat;
	opacity: 0;
	transition: all 1s;
}
.prolistdv ul li:hover div span{
	opacity: 1;
}
.prolistdv ul li:hover div img{
	transform: scale(1.05);
}
.prolistdv ul li section{
	padding: 20px;
	transition: all 1s;
	background-color: #fff;
	width: calc(100% - 40px);
}
.prolistdv ul li section h2{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #333333;
	transition: all 1s;
	font-size: 18px;
}
.prolistdv ul li section p{
	white-space:nowrap;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	font-size: 14px;
	text-overflow:ellipsis;
	text-align: center;
	color: #808080;
	transition: all 1s;
}
.prolistdv ul li:hover section{
	background-color: #0258b4;
}
.prolistdv ul li:hover section h2,.prolistdv ul li:hover section p{
	color: #fff;
}
.cgaldv{
	width: 100rem;
	margin: 0 auto;
}
.cgal{
	padding: 5.625rem 0px;
}
.cgaldv{
	width: 100rem;
	margin: 0 auto;
}

.cgaldv div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.cgaldv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cgaldv ul li{
	width: 23%;
	margin: 1%;
}
.cgaldv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
	overflow: hidden;
}
.cgaldv ul li:hover div img{
	transform: scale(1.05);
}
.cgaldv ul li div section{
	width: calc(100% - 60px);
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 60px);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 1s;
}
.cgaldv ul li:hover div section{
	opacity: 1;
}
.cgaldv ul li div section p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	overflow:hidden;
	height: 105px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3; 
}
.cgaldv ul li div section h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cgaldv ul li div section h4 span{
	color: #ffffff;
	font-size: 16px;
}
.cgaldv ul li div section h4 iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}
.cgaldv ul li h3{
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	color: #4d4d4d;
	font-size: 18px;
	transition: all 1s;
	box-shadow: 0px 0px 10px #ececec;
}
.cgaldv ul li:hover h3{
	background-color: #0564c2;
	color: #fff;
}
.showcpxq{
	background-color: #f7f7f7;
}


.cpxq{
	background-color: #f7f7f7;
}
.mbx{
	margin: 0 auto;
	width: 100rem;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #838383;
	font-size: 20px;
	margin-right: 8px;
}
.mbxleft a{
	color: #838383;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #838383;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #0258b4;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #0258b4;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #0258b4;
}

.chanpinimgleft {
	width: 45.0625rem;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

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

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0258b4;
	background-color: #f7f7f7;
	width: calc(100% - 4px);
}

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

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

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

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

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 45px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	background-color: #ffffff;
	text-transform: uppercase;
}

.cennuodv a span {
	color: #0258b4;
	transition: all 1s;
}

.cennuodv a iconpark-icon {
	color: #0258b4;
	font-size: 20px;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #0258b4;
	background-size: cover;
	border-color: #fff;
}

.cennuodv a:hover span,
.cennuodv a:hover iconpark-icon {
	color: #fff;
}
.chanpinimg{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgright{
	width: 50%;
}
.chanpinimgright h2 {
	color: #585858;
	font-size: 16px;
	margin-bottom: 20px;
}

.chanpinimgright h1 {
	color: #0258b4;
	font-size: 30px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}

.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}

.cpxqnr {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.625rem;
}

.cpxqleft {
	width: 100%;
	margin-top: 3.25rem;
}
.cpxqxq img{
	max-width: 100%;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

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

.cpxqbt span {
	color: #4d4d4d;
	font-size: 20px;
	margin-left: 10px;
	text-transform: capitalize;
	text-transform: uppercase;
}

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

.cpxqright {
	width: 100%;
}
.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}
.cpxqxq img{
	max-width: 100%;
}
.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: #0258b4;
	font-size: 42px;
}
.cpxqxq img {
	max-width: 100%;
}
.fye{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.fye p a{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	transition: all 1s;
}
.fye p a:hover{
	color: #0258b4;
}
.cpxqleft .colist ul li{
	width: 23%;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px #ececec;
}
.cpxq{
	padding-bottom: 3.75rem;
}

.lxbanner {
	position: relative;
        position: relative;
    overflow: hidden;
}
.lxbanner img{
	display: block;
	width: 100%;
	    position: relative;
    z-index: 5;
}
.lxfs {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    z-index: 8;
}

.lxfsdv {
	width: 100rem;
}

.lxfsdv h2{
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 5rem;
}
.lxfsdv ul {
	display: flex;
	justify-content: space-between;
}

.lxfsdv ul li i {
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 36px;
}

.lxfsdv ul li span {
	display: block;
	margin: 20px auto;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.lxfsdv ul li h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.lxfsdv ul li p {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
}

.xuqudv {
	width: 100rem;
	margin: 0 auto;
}

.xuqu {
	padding-top: 75px;
	padding-bottom: 6.25rem;
}

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

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


.xuqudv form {
	width: 93.75rem;
	padding: 3.125rem;
	margin-top: 4.375rem;
	background-color: #f6faff;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.xuqudv form div input {
	width: 46.5%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

.xuqudv form div input::placeholder,
.xuqudv form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.xuqudv form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
}

.xuqudv form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #0044ab;
	transition: all 1s;
	color: #fff;
}
.newlist{
	padding: 5.625rem 0;
}
.newlist{
	width: 100rem;
	margin: 0 auto;
}
.newlist .sygzlfz ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.newlist .sygzlfz ul li{
	width: 23%;
	margin: 1%;
}
.xiangqing{
	width: 100rem;
	margin: 0 auto;
	padding-bottom: 5.625rem;
}
.xiangqingdv{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xiangqingdvleft{
	width: 70%;
}
.xwxq{
	background-color: #f7f7f7;
	padding: 30px 3.125rem;
}
.xwxqbt h2{
	color: #333333;
	font-size: 26px;
	margin-bottom: 15px;
}
.xwxqbt p{
	color: #808080;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.xwxqnr{
	margin: 20px 0px;
}
.xwxqnr img{
	max-width: 100%;
}
.xiangqingdvright{
	width: calc(28% - 60px);
	background-color: #f7f7f7;
	padding: 30px;
}

.shownewsright{
	padding: 1.875rem;
	width: calc(28% - 3.75rem);
	background-color: #f7f7f7;
}
.shownewsright form input{
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 10px;
	outline: none;
}
.shownewsright form {
	position: relative;
	background-color: #fff;
}
.shownewsright form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

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

.cpxqbt span {
	color: #4d4d4d;
	font-size: 18px;
	margin-left: 10px;
}
.cpxqbts{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.shownewsright ul li{
	margin: 10px 0;
	transition: all 1s;
}
.shownewsright ul li:hover{
	
}
.shownewsright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shownewsright ul li a h2{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	transition: all 1s;
	overflow:hidden;
	width: 100%;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:1; 
}
.shownewsright ul li:hover h2{
	color: #0258b4;
}
.newlist .sygzlfz ul li{
	position: relative;
}
.newlist .sygzlfz ul li .xwfd{
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	background: url(../images/xwbg_03.jpg) center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 1s;
}
.newlist .sygzlfz ul li:hover .xwfd{
	opacity: 1;
}
.newlist .sygzlfz ul li .xwfd h3{
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
}
.newlist .sygzlfz ul li .xwfd h4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}
.newlist .sygzlfz ul li .xwfd h4 span{
	color: #ffffff;
	font-size: 14px;
}
.newlist .sygzlfz ul li .xwfd h4 iconpark-icon{
	font-size: 32px;
	color: #fff;
}
.hzhb{
	padding: 5rem 0;
	display: flex;
	justify-content: space-between;
	background: url(../images/yuan.png) center no-repeat;
	background-size: cover;
}
.hzhbleft{
	width: 30%;
	display: flex;
	justify-content: flex-end;
}
.hzhbleft div {
	 margin-left: 29%;
}
.hzhbleft div h2{
	color: #333333;
    font-size: 36px;
    margin-bottom: 15px;
}
.hzhbleft div h3{
	color: #333333;
    font-size: 34px;
    font-weight: bold;
}
.hzhbleft div p{
	width: 90%;
	color: #606060;
	font-size: 16px;
	margin-top: 3.125rem;
	line-height: 35px;
}
.hzhbright{
	width: 68%;
}
.hzhbrightdv {
	width: 100%;
	height: 750px;
}
.hzhbrightdv .swiper-slide{
	position: relative;
}
.hzhbrightdv .swiper-slide .item {
	width: 180px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hzhbrightdv .swiper-slide .item img{
	transition: all 1s;
	width: 100%;
	display: block;
	opacity: 0.4;
}
.hzhbrightdv .swiper-slide .item:first-child {
    left: 10%;
    top: 2%
}

.hzhbrightdv .swiper-slide .item:nth-child(2) {
    left: 3%;
    top: 35%
}

.hzhbrightdv .swiper-slide .item:nth-child(3) {
    left: 16%;
    top: 55%
}

.hzhbrightdv .swiper-slide .item:nth-child(4) {
    left: 10%;
    top: 80%
}

.hzhbrightdv .swiper-slide .item:nth-child(5) {
    left: 28%;
    top: 30%
}

.hzhbrightdv .swiper-slide .item:nth-child(6) {
    left: 34%;
    top: 58%
}

.hzhbrightdv .swiper-slide .item:nth-child(7) {
    left: 40%;
    top: 85%
}

.hzhbrightdv .swiper-slide .item:nth-child(8) {
    left: 40%;
    top: 2%
}

.hzhbrightdv .swiper-slide .item:nth-child(9) {
    right: 35%;
    top: 58%
}

.hzhbrightdv .swiper-slide .item:nth-child(10) {
        right: 33%;
        top: 23%;
}

.hzhbrightdv .swiper-slide .item:nth-child(11) {
    right: 20%;
    top: 80%
}

.hzhbrightdv .swiper-slide .item:nth-child(12) {
       right: 25%;
       top: 3%;
}

.hzhbrightdv .swiper-slide .item:nth-child(13) {
    right: 20%;
    top: 45%
}

.hzhbrightdv .swiper-slide .item:nth-child(14) {
    right: 0;
    top: 20%
}

.hzhbrightdv .swiper-slide .item:nth-child(15) {
    right: 3%;
    top: 55%
}

.hzhbrightdv .swiper-slide .item:nth-child(16) {
    right: 1%;
    top: 83%
}
.syxmal .syxmaldv{
	width: 100rem;
}
.hzhbrightdv .swiper-slide .item:hover img{
	transform: scale(1.05);
	opacity: 1;
}


.sygzlfz ul li{
	position: relative;
}
.sygzlfz ul li .xwfd{
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	background: url(../images/xwbg_03.jpg) center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 1s;
}
.sygzlfz ul li:hover .xwfd{
	opacity: 1;
}
.sygzlfz ul li .xwfd h3{
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
}
.sygzlfz ul li .xwfd h4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}
.sygzlfz ul li .xwfd h4 span{
	color: #ffffff;
	font-size: 14px;
}
.sygzlfz ul li .xwfd h4 iconpark-icon{
	font-size: 32px;
	color: #fff;
}
.shownav ul li {
    width: 16%;
    position: relative;
    text-align: center;
    transition: all 1s;
}



.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 100rem;
	margin: 0 auto;
	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;
}
.htmleaf-containers{
	height:140px;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1{
	color: #333333;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 35px;
}
.bannersasg  .swiper-slide section p{
	color: #4c4c4c;
	font-size: 21px;
	line-height: 50px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 10rem;
	transition: all 1s;
   	background-color: #0258b4;
    background-size: cover;
	padding-right: 20px;
}

.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: #fff;
	font-size: 14px;
}

.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{
	margin: 0 auto;
	width: 93.75rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 54px;
	color: #ffffff;
	text-align: center;
}


@media only screen and (min-width: 1300px) and (max-width: 1599px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.headdvright{
		width: 75%;
	}
	.cpzx{
		width: 95%;
	}
	.syaboutdvleft{
		width: 95%;
	}
	.syxmal .syxmaldv {
	    width: 95%;
	}
	.syxmaldv .syxmaldv{
		width: 100%;
	}
	.youshibt{
		width: 95%;
		left: 2.5%;
		margin-left: 0 ;
	}
	.sagre section{
		width: 95%;
	}
	.youshi #thumbs2{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.hzhbleft div{
		width: 90%;
		margin: 0;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(12) {
	    right: 12%;
	    top: 3%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(6) {
	    left: 34%;
	    top: 70%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(13) {
	    right: 20%;
	    top: 40%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(11) {
	    right: 15%;
	    top: 72%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(2) {
	    left: 3%;
	    top: 21%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(3) {
	    left: 16%;
	    top: 45%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(6) {
		left: 21%;
		top: 65%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(10) {
	    right: 33%;
	    top: 19%;
	}
	.syxwzxdv{
		width: 95%;
	}
	.gylfn{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 56%;
	}
	.cpxqnr{
		width: 95%;
	}
	.cpxqleft .prolistdv {
	    width: 100%;
	}
	.prolistdv{
		width: 95%;
	}
	.cgaldv{
		width: 95%;
	}
	.lxfsdv{
		width: 95%;
	}
	.xuqudv{
		width: 95%;
	}
	.xuqudv form{
		width: calc(100% - 6.25rem);
	}
	.xiangqing{
		width: 95%;
	}
	.newlist{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.syabout{
		overflow: hidden;
	}
	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.headdvright{
		width: 75%;
	}
	.cpzx{
		width: 95%;
	}
	.syaboutdvleft{
		width: 95%;
	}
	.syxmal .syxmaldv {
	    width: 95%;
	}
	.syxmaldv .syxmaldv{
		width: 100%;
	}
	.youshibt{
		width: 95%;
		left: 2.5%;
		margin-left: 0 ;
	}
	.sagre section{
		width: 95%;
	}
	.youshi #thumbs2{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.hzhbleft div{
		width: 90%;
		margin: 0;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(12) {
	    right: 12%;
	    top: 3%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(6) {
	    left: 34%;
	    top: 70%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(13) {
	    right: 20%;
	    top: 40%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(11) {
	    right: 15%;
	    top: 72%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(2) {
	    left: 3%;
	    top: 21%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(3) {
	    left: 16%;
	    top: 45%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(6) {
		left: 21%;
		top: 65%;
	}
	.hzhbrightdv .swiper-slide .item:nth-child(10) {
	    right: 33%;
	    top: 19%;
	}
	.syxwzxdv{
		width: 95%;
	}
	.gylfn{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 56%;
	}
	.cpxqnr{
		width: 95%;
	}
	.cpxqleft .prolistdv {
	    width: 100%;
	}
	.prolistdv{
		width: 95%;
	}
	.cgaldv{
		width: 95%;
	}
	.lxfsdv{
		width: 95%;
	}
	.xuqudv{
		width: 95%;
	}
	.xuqudv form{
		width: calc(100% - 6.25rem);
	}
	.xiangqing{
		width: 95%;
	}
	.newlist{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.syabout img{
		width: 150%;
		margin-left: -25%;
	}
	.syxmaldvs .swiper-slide div section{
		padding: 5%;
		width: 90%;
		height: 90%;
	}
	.syxmaldvs .swiper-slide div section p{
		font-size: 14px;
		line-height: 30px;
		height: 90px;
	}
	.syxmaldvs .swiper-slide h3{
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	.syxmaldvs .swiper-slide div section h4{
		margin-top: 15px;
	}
	.sygzlfz ul li p{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.syabout{
		overflow: hidden;
		width: 100%;
	}
	.shownav ul li {
	    width: 21%;
	}
	.cgaldv ul li div section{
		padding: 5%;
		width: 90%;
		height: 90%;
	}
	.cgaldv ul li div section p{
		font-size: 14px;
		line-height: 30px;
		height: 90px;
	}
	.cgaldv ul li div section h4{
		margin-top: 15px;
	}
	.cgaldv ul li h3{
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	
	
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}
	
	.cpzx{
		width: 95%;
	}
	.cpzxbt h2{
		font-size: 20px;
	}
	.cpzxbt p{
		font-size: 20px;
	}
	.cpzxlist ul{
		display: block;
	}
	.cpzxlist ul li{
		padding: 5%;
		padding-bottom: 20px;
		width: 90%;
		margin-top: 10px;
	}
	.cpzxlist ul li h3{
		margin-top: 0;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.syaboutdv{
		position: inherit;
	}
	.syaboutdv{
		width: 95%;
		margin: 0 auto;
	}
	.syaboutdvleft {
	    width: 100%;
		margin: 15px auto;
	}
	.syaboutdvleft div{
		width: 100%;
	}
	.syaboutdvleft div h2{
		font-size: 18px;
	}
	.syaboutdvleft div h3{
		font-size: 18px;
	}
	.syaboutdvleft div p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutdvleft div a {
	    width: 100px;
	    padding: 0 15px;
	    height: 40px;
	}
	.syxmal .syxmaldv{
		width: 95%;
	}
	.syxmaldvright{
		display: none;
	}
	.syxmaldvleft{
		text-align: center;
		width: 100%;
	}
	.syxmaldvleft h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.syxmaldvleft h3{
		font-size: 20px;
	}
	.foot{
		display: none;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 40px);
	}
	.xuqdv form button{
		width: 120px;
		font-size: 14px;
	}
	.xuqdv form input{
		line-height: 40px;
	}
	.xuqdv form button{
		line-height: 40px;
	}
	.gylfn{
		width: 95%;
	}
	.gylfnbt h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.gylfnbt h3{
		font-size: 20px;
	}
	.gylfnlist{
		margin-top: 20px;
	}
	.gylfnlist ul li{
		width: 23%;
	}
	.syxmaldv .syxmaldv{
		width: 100%;
	}
	.syxmalbt{
		margin-bottom: 20px;
	}
	.syxmaldvs .swiper-slide div section{
		padding: 5%;
		width: 90%;
		height: 90%;
	}
	.syxmaldvs .swiper-slide div section p{
		font-size: 14px;
		line-height: 25px;
		height: 75px;
	}
	.syxmaldvs .swiper-slide div section h4{
		margin-top: 15px;
	}
	.syxmaldvs .swiper-slide div section h4 span{
		font-size: 14px;
	}
	.syxmaldvs .swiper-slide h3{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.syxmalzyou{
		margin-top: 20px;
	}
	.syxmalzyou .swiper-button-prev, .syxmalzyou .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.syxmalzyou .swiper-button-next:after, .syxmalzyou .swiper-button-prev:after {
	    color: #a4a4a4;
	    font-size: 14px;
	    transition: all 1s;
	}
	.youshibt{
		position: initial;
		width: 95%;
		margin: 0 auto;
		left: 0;
		margin-bottom: 30px;
	}
	.youshibt h2{
		text-align: center;
		color: #333333;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.youshibt h3{
		color: #333333;
		font-size: 17px;
		text-align: center;
		font-weight: bold;
	}
	.youshi #gallery2 img{
		width: 100%;
	}
	.sagre{
		position: initial;
	}
	.sagre section{
		width: 95%;
		margin-top: 10px;
	}
	.sagre section h4{
		color: #333;
		font-size: 18px;
		font-weight: bold;
	}
	.sagre section h5{
		font-size: 14px;
		width: 100%;
		color: #7e7e7e;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	.sagre section p {
	    color: #333;
	    font-size: 14px;
	    width: 100%;
	    line-height: 30px;
	}
	.hzhb{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.hzhbleft{
		width: 100%;
	}
	.hzhbleft div{
		margin: 0;
		width: 100%;
	}
	.hzhbleft div h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.hzhbleft div h3{
		text-align: center;
		font-size: 20px;
	}
	.hzhbleft div p{
		width: 100%;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
	}
	.hzhbright{
		width: 100%;
	}
	.youshi #thumbs2{
		width: 95%;
		position: initial;
		margin: 0 auto;
		margin-top: 15px;
	}
	.youshi #thumbs2 .swiper-slide h5{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #0044ab;
		font-weight: none;
		background-color: #f7f7f7;
	}
	.youshi #thumbs2 .swiper-slide h5::after{
		display: none;
	}
	.youshi #thumbs2 .swiper-slide-thumb-active h5{
		background-color: #0258b4;
		color: #fff;
	}
	.syxwzxdv{
		width: 95%;
	}
	.sygzlfz ul li{
		width: 48%;
		margin: 1%;
	}
	.sygzlfz ul{
		flex-wrap: wrap;
	}
	.sygzlfz ul li p{
		font-size: 15px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 10px;
	}
	.sygzlfz ul li h2{
		margin-bottom: 15px;
	}
	.sygzlfz ul li .xwfd{
		padding: 5%;
		width: 90%;
		height: 90%;
	}
	.sygzlfz ul li .xwfd h3 {
	    color: #ffffff;
	    font-size: 14px;
	    line-height: 30px;
	}
	.sygzlfz ul li .xwfd h4 iconpark-icon {
	    font-size: 22px;
	    color: #fff;
	}
	.sygzlfz ul li .xwfd h4{
		bottom: 5%;
	}
	.hzhbrightdv .swiper-slide .item {
		background-color: hsla(0,0%,100%,.2);
		position: static;
		width: 90%;
		
	}
	 .hzhbrightdv .swiper-slide .item:last-of-type {
		display: none
	}
	.hzhbrightdv .swiper-slide  {
		display: grid;
		flex-wrap: wrap;
		padding: 0 .125rem;
		grid-gap: .25rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.hzhbright{
		margin-top: 30px;
	}
	.hzhbrightdv{
		height: 250px;
	}
	.hzhbrightdv .swiper-slide .item img{
		width: 100%;
	}
	.syabout{
		display: flex;
		flex-direction: column-reverse;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.shownav ul li{
		width: auto;
	}
	.shownav ul li a{
		font-size: 14px;
		padding: 0 10px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		display: block;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgright{
		margin-top: 20px;
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
	}
	.chanpinimgright p{
		margin-top: 10px;
	}
	.cennuodv a{
		width: 120px;
		height: 40px;
		margin-top: 20px;
		padding-left:  10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.cpxq{
		padding-top: 10px;
	}
	.cpxqnr{
		width: 95%;
		flex-direction: column;
	}
	.cpxqnr .cpxqright{
		width: 100%;
	}
	.cpxqxq{
		width: 90%;
		padding: 5%;
	}
	.fye{
		margin-top: 15px;
		display: block;
	}
	.fye p{
		margin-bottom: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: auto;
	}
	.cpxqnr .prolistdv{
		width: 100%;
	}
	.prolistdv ul li{
		margin: 1%;
		width: 48%;
	}
	.cpxqbt{
		margin: 15px auto;
	}
	.prolistdv ul li section{
		padding: 5%;
		width: 90%;
	}
	.prolistdv ul li section h2{
		font-size: 14px;
	}
	.chanpinimgright h2{
		margin-bottom: 15px;
	}
	.chanpinimgright h1{
		padding-bottom: 10px;
	}
	.prolistdv{
		width: 95%;
	}
	.cgaldv{
		width: 95%;
	}
	.cgaldv ul li{
		width: 48%;
	}
	.cgaldv ul li h3{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.lxbanner{
		 margin: 0;
		width: 100%;
		overflow: hidden;
	}
	.lxbanner img{
		width: 300%;
	}
	.lxfsdv{
		width: 95%;
	}
	.lxfsdv h2{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.lxfsdv ul{
		flex-wrap: wrap;
	}
	.lxfsdv ul li{
		width: 48%;
		margin: 15px 0px;
	}
	.lxfsdv ul li i{
		font-size: 24px;
	}
	.lxfsdv ul li span{
		margin: 15px auto;
	}
	.lxfsdv ul li h3{
		font-size: 16px;
		font-weight: normal;
	}
	.lxfsdv ul li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.xuqu{
		padding: 30px 0px;
	}
	.xuqu{
		padding-top: 7.5rem;
	}
	.xuqudv{
		width: 95%;
	}
	.xuqubt h2{
		font-size: 20px;
		font-weight: bold;
	}
	.xuqubt p {
	    text-align: center;
	    color: #808080;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.xuqudv form{
		width: 95%;
		padding: 2.5%;
	}
	.xuqudv form div input{
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
	}
	.xuqudv form button{
		margin-top: 15px;
		    width: 150px;
		    height: 40px;
	}
	.xiangqing{
		width: 95%;
		margin-top: 20px;
	}
	.xiangqingdv{
		display: block;
	}
	.xiangqingdvleft{
		width: 100%;
	}
	.xwxq{
		padding: 5%;
	}
	.xwxqbt h2{
		font-size: 17px;
		line-height: 30px;
		font-weight: bold;
	}
	.shownewsright{
		width: 90%;
		padding: 5%;
	}
	.shownewsright ul li {
	    margin: 5px 0;
	    transition: all 1s;
	}
	.newlist{
		width: 95%;
	}
	.newlist .sygzlfz ul li{
		width: 48%;
	}
	.newlist .sygzlfz ul li .xwfd{
		padding: 5%;
		width: 90%;
		height: 93%;
	}
	.newlist .sygzlfz ul li .xwfd h3{
        color: #ffffff;
        font-size: 14px;
        line-height: 30px;
    }
	.newlist .sygzlfz ul li .xwfd h4{
		bottom: 5%;
	}
	.newlist .sygzlfz ul li .xwfd h4 iconpark-icon{
		font-size: 22px;
		color: #fff;
	}
	.cgaldv ul li div section{
		padding: 5%;
		width: 90%;
		height: 90%;
	}
	.cgaldv ul li div section p{
		font-size: 14px;
		line-height: 25px;
		height: 75px;
	}
	.cgaldv ul li div section h4 span{
		font-size: 14px;
	}
	.cgaldv ul li div section h4{
		margin-top: 15px;
	}

	.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:#0258b4;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #2d4f9b;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner img{
		display: block;
		width: 200%;
		margin-left: -50%;
	}
	.nrbanner{
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.nrbanner .btext{
		position: absolute;
		top: 0;
		width: 100%;
		left: 0%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.nrbanner .btext section{
		margin: 0 auto;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		color: #fff;
		font-weight:  bold;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 10px;

	}
	.nrbanner .btext section p{
		text-align: center;
	}
	.nrbanner .btext section p a{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section p{
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		width: 95%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.lvyan {
        margin-left: 0%;
        width: 90%;
        top: 10%;
        left: 5%;
    }
    .lvyan .xuqudv {
        padding: 5%;
        width: 90%;
        margin-top: 5rem;
    }
    .syaboutall{
    	padding: 10px 0px;
    	padding-bottom: 30px;
    }
    .prolist{
    	padding-bottom: 30px;
    }
    .syaboutall .syaboutdvleft div h2,.syaboutall .syaboutdvleft div h3{
		text-align: center;
	}
	.headtop{
		display: none;
	}
	.hzhbrightdv .swiper-slide .item:last-of-type {
        display: block;
    }
    .pagination li a {
	    border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	    padding: 6px 10px;
	    border: 1px solid #DCDCDC;
	}
	.bg-scroll-inner {
	    display: flex;
	    width: 500%;
	    animation: scrollBg 10s linear infinite;
	    position: absolute;
	    bottom: 0;
	    z-index: 2;
	}
}