/* 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: "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');
}
@font-face
{
	font-family: "Anton_SC";
	src:url('../font/ANTONSC-REGULAR.TTF');
}
body {
	font-family: "Poppins";
}

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

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

.heads {
	position: fixed;
	height: 100px;
	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;
	background-color: #fff;
}

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

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.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: 55%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 87%;
	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: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	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: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #004cbe;
}
.slideUp .headdvright ul li:hover a span{
	color: #004cbe;
}
.slideUp .headdvright ul li.active a span{
	color: #004cbe;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #004cbe;
}
.slideUp .headdvright ul li.active::after{
	background-color: #004cbe;
}
.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: #fff;
	font-size: 20px;
}
.yyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan 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: #fff;
	font-size: 20px;
}
.banners img{
	display: block;
	width: 100%;
}
.app{
	background: url(../images/appback_02.jpg) center no-repeat;
	padding: 6.25rem 0px;
	background-size: cover;
}
.appdv{
	width: 93.75rem;
	margin: 0 auto;
}
.appbt h1{
	color: #004bbb;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.appbt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
}
.applist{
	margin-top: 3.75rem;
}
.applist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applist ul li{
	width: 31.33%;
	margin: 1% ;
	position: relative;
}
.applist ul li div{
	overflow: hidden;
	width: 100%;
}
.applist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.applist ul li:hover div img{
	transform: scale(1.05);
}
.applist ul li h1{
	position: absolute;
	width: 90%;
	bottom: 30px;
	color: #ffffff;
	font-size: 20px;
	font-family: "TechnaSans";
	left: 5%;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.deep{
	background: url(../images/deepbg_06.jpg) center no-repeat;
	padding: 6.25rem 0px;
	background-size: cover;
}
.deepdv{
	width: 93.75rem;
	margin: 0 auto;
}
.deepbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.deepbtleft{
	width: 35%;
}
.deepbtleft h1{
	color: #004bbb;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.deepbtleft p{
	color: #4c4c4c;
	font-size: 40px;
	font-family: "TechnaSans";
	line-height: 50px;
}
.deepbtright{
	width: 60%;
	color: #606060;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 35px;
}
.deeplist{
	margin-top: 3.75rem;
}
.deeplist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.deeplist ul li{
	width: 24%;
	margin: .5% 0rem;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.deeplist ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.deeplist ul li div img{
	display: block;
	width: 100%;
}
.deeplist ul li div img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.deeplist ul li:hover div img:last-child{
	opacity: 1;
}
.deeplist ul li h1{
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	padding: 0 10%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	transition: all 1s;
	align-items: center;
}
.deeplist ul li:hover h1{
	color: #fff;
}


.ozgd{
	width: 100%;
	overflow: hidden;
	padding: 5.625rem 0px;
	background: url(../images/sell_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.gdzzbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gdzzbt{
	width: 93.75rem;
	margin: 0 auto;
}
.gdzzbtleft h1{
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: "Montserrat";
}
.gdzzbtleft p{
	color: #ffffff;
	font-size: 40px;
	font-family: "TechnaSans";
}
.gdzzbtright a{
	width: 123px;
	padding-left: 25px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: all 1s;
}
.gdzzbtright a span{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.gdzzbtright a iconpark-icon{
	font-size: 20px;
	color: #ffffff;
}
.gdzzbtright a:hover{
	background-color: #fff;
}
.gdzzbtright a:hover span,.gdzzbtright a:hover iconpark-icon{
	color: #004bbb;
}
.popprolist{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 6.375rem;
	margin-top: 3.125rem;
	overflow: visible;
}
.popprolist .swiper-slide{
	position: relative;
	z-index: 5;
	box-shadow: 0px 0px 10px #f0f0f0;
	overflow: hidden;
}
.popprolist .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 25px;
}
.popprolist .swiper-slide div{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.popprolist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.popprolist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.popprolist .swiper-slide section {
	padding: 25px;
	background-color: #fff;
	transition: all 1s;
}
.popprolist .swiper-slide section h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 6px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	text-transform: uppercase;
	overflow:hidden;
	
	text-overflow:ellipsis;
	transition: all 1s;
}
.popprolist .swiper-slide section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	transition: all 1s;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.popprolist .swiper-slide:hover section h1{
	color: #004bbb;
}
.popprolist .swiper-slide:hover section p{
	color: #004bbb;
}
.popprolist .swiper-slide:hover::after{
	top: 10px;
	opacity: 1;
}
.zy{
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
	position: relative;
}
.zy .swiper-pagination{
	position: initial;
	width: 200px;
	height: 90px;
	text-align: left;
	line-height: 90px;
	color: #808080;
	font-size: 18px;
}
.zy .swiper-pagination span:first-child{
	color: #5d8c5f;
	font-size: 30px;
}
.zy .gehrfsd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy .gehrfsd .swiper-button-next,.zy .gehrfsd .swiper-button-prev{
	position: initial;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: all 1s;
	opacity: 1;
	background-color: #f7f7f7;
}
.zy .gehrfsd .swiper-button-next:after,.zy .gehrfsd .swiper-button-prev:after{
	font-size: 16px;
	color: #004bbb;
}
.zy .gehrfsd .swiper-button-next:hover,.zy .gehrfsd .swiper-button-prev:hover{
	background-color: #004bbb;
}
.zy .gehrfsd .swiper-button-next:hover:after,.zy .gehrfsd .swiper-button-prev:hover:after{
	color: #fff;
}
.zy .swiper-scrollbar {
    width: 90%;
    position: inherit;
    bottom: 0;
    left: 0;
    height: 2px;
}
.zy .swiper-scrollbar-drag{
	background: rgb(9 81 189);
}
.gywm{
	padding: 6.25rem 0px;
	background: url(../images/aboutbg_06.jpg) center no-repeat;
	background-size: cover;
}
.gywmdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gywmdvleft,.gywmdvright{
	width: 50%;
}
.gywmdvleft{
	position: relative;
}
.gywmdvleft h6{
	position: absolute;
    left: -50%;
    bottom: 0;
    height: 75px;
    background-color: #dd712a;
    width: 100%;
}
.gywmdvright img{
	display: block;
	width: 100%;
}
.gywmbt h1{
	color: #ffffff;
	font-size: 16px;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.gywmbt p{
	color: #ffffff;
	font-size: 40px;
	font-family: "TechnaSans";
}
.gywmtext{
	margin-top: 3.75rem;
}
.gywmtext .swiper-slide h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2.5rem;
}
.gywmtext .swiper-slide h2 img{
	display: block;
	width: 60px;
	margin-right: 1.25rem;
}
.gywmtext .swiper-slide h2 span{
	color: #ffffff;
	font-size: 24px;
	font-family: "TechnaSans";
}
.gywmtext .swiper-slide h3{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 35px;
}
.gywmtextfy{
	position: relative;
	margin-top: 60px;
	height: 75px;
	background: url(../images/av_05.png) right no-repeat;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gywmtextfyleft{
	width: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.gywmtextfyleft .swiper-button-next, .gywmtextfyleft .swiper-button-prev{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}
.gywmtextfyleft .swiper-button-next:after,.gywmtextfyleft  .swiper-button-prev:after{
	font-size: 20px;
}
.gywmtextfyleft .swiper-pagination{
	position: relative;
	top: 0;
	left: 0;
}
.gywmdvleft  .swiper-pagination-total{
	display: none;
}
.gywmdvleft  .swiper-pagination-current::after {
    content: ""; /* 清空默认内容 */
}
.gywmtextfyleft .swiper-pagination-current{
	color: #ffffff;
	font-size: 36px;
	font-family: "TechnaSans";
}
.gywmtextfyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 6.25rem;
}
.gywmtextfyright iconpark-icon{
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.gywmtextfyright span{
	color: #ffffff;
	font-size: 30px;
	font-family: "TechnaSans";
}

.synews{
	padding: 6.25rem 0px;
	background: url(../images/ewght_02.jpg) center no-repeat;
	background-size: cover;
}

.synewsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.synewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsbt h1{
	color: #004bbb;
	font-size: 16px;
	font-family: 'Montserrat_Medium';
	text-transform: uppercase;
}
.synewsbt p{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	margin-top: 20px;
}
.synewsbtright a{
	width: 123px;
	padding-left: 25px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	background-color: #004bbb;
	border-radius: 10px;
	transition: all 1s;
}
.synewsbtright a span{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.synewsbtright a iconpark-icon{
	font-size: 20px;
	color: #ffffff;
}

.innewsdv {
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}

.innewsdvleft {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #f0f0f0;
}

.innewsdvleft div {
	overflow: hidden;
	display: block;
}

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

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

.innewsdvleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #fff;
}

.innewsdvleft section h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
	font-family: "Poppins";
}

.innewsdvleft section span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #004bbb;
	font-family: "Poppins";
}

.innewsdvleft section i {
	color: #808080;
	font-size: 14px;
}

.innewsdvleft section h1 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	max-height: 60px;
	overflow:hidden;
	font-family: "Poppins";
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.innewsdvleft:hover section h1 {
	color: #004bbb;
}
.innewsdvleft section p {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: "Poppins";
}

.innewsdvcenter {
	width: calc(32% - 6.25rem);
	padding: 3.125rem;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 4.6875rem;
	background: url(../images/nwqs_03.jpg) center no-repeat;
	background-size: cover;
}

.innewsdvcenter h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

.innewsdvcenter h3 span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.innewsdvcenter h3 i {
	color: #fff;
	font-size: 14px;
}

.innewsdvcenter h1 {
	color: #fefefe;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 1rem;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Poppins";
}

.innewsdvcenter p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-family: "Poppins";
}

.innewsdvcenter h4 {
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	border-radius: 50px;
	text-transform: uppercase;
	font-family: "Poppins";
}

.innewsdvcenter:hover h4 {
	border-color: #fff;
	color: #004bbb;
	background-color: #fff;
}

.innewsdvright {
	width: 32%;
}

.innewsdvright ul {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.innewsdvright ul li:last-child{
	padding-bottom: 0;
	border: none;
}
.innewsdvright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewsdvright ul li a div {
	width: 37%;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

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

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

.innewsdvright ul li a section {
	width: 58%;
}

.innewsdvright ul li a section h1 {
	color: #4c4c4c;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Poppins_Medium";
}

.innewsdvright ul li a section p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.innewsdvright ul li a section i {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0027dd;
	font-size: 20PX;
	margin-top: 5px;
}
.innewsdvright ul li:hover a section h1{
	color: #0027dd;
}
.innewsdv {
	width: 93.75rem;
}


.xuq{
	padding: 50px 0px;
	background: url(../images/xingfu_02.jpg) center no-repeat;
	background-size: cover;
}
.xuqdv{
	width: 93.75rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #ffffff;
	font-size: 28px;
	font-family: "Poppins_Medium";
	margin-bottom: 1rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(17% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #333;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Poppins";
}
.xuqdv form input::placeholder{
	font-size: 14px;
	color: #b3b3b3;
	font-family: "Poppins";
}
.xuqdv form input:nth-child(4){
	width: 25%;
}
.xuqdv form button{
	width: 15%;
	outline: none;
	border: none;
	background-color: #1a1a1a;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 5px;
}
.xuqdv  p{
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}

.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 30px;
	font-size: 14px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #ababab;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 65%;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #ababab;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #ababab;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}


.nydv{
	padding: 6.25rem  0;
	background-color: #f6f6f6;
}
.cpdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cpdvleft{
	width: 25%;
}
.cpdvleft h2{
	background-color: #004cbe;
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-indent: 30px;
	color: #ffffff;
	font-size: 26px;
	font-family: "Poppins_Medium";
	line-height: 100px;
}
.cpdvleft ul{
	background-color: #fff;
	padding: 20px 30px;
}
.cpdvleft ul li{
	height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #dfe1e6;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
}
.cpdvleft ul li a{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.cpdvleft ul li:hover a{
	color: #045adb;
}
.cpdvleft ul li.active a{
	color: #045adb;
}
.cpdvright{
	width: 70%;
}
.colist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.colist ul li{
	width: 31.33%;
	margin-top: 0;
	margin: 1%;
	margin-top: 0;
	margin-bottom: 2%;
}
.colist ul li a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 25px;
}
.colist ul li div{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.colist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.colist ul li:hover div img{
	transform: scale(1.05);
}
.colist ul li section {
	padding: 25px;
	background-color: #fff;
	transition: all 1s;
}
.colist ul li section h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 6px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	text-transform: uppercase;
	overflow:hidden;
	
	text-overflow:ellipsis;
	transition: all 1s;
}
.colist ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	transition: all 1s;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.colist ul li:hover section h1{
	color: #004bbb;
}
.colist ul li:hover section p{
	color: #004bbb;
}


.sabe{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
	padding-top: 3.75rem;
}
.soq221{
	padding-top: 0;
}

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

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

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

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

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

.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: #7b6353;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #004bbb;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #004bbb;
}


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

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

.chanpinimgright h2 {
	color: #004bbb;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #004bbb;
	font-family: "Poppins_SemiBold";
	font-size: 30px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}
.chanpinimgright i{
	display: block;
	width: 140px;
	height: 2px;
	margin-top: -2px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}



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

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.25rem;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	color: #004bbb;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 10px;
	background-color: #fff;
	text-transform: uppercase;
}
.cennuodv a span{
	color: #004bbb;
	transition: all 1s;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #004bbb;
	background-size: cover;
	border-color: #fff ;
}
.cennuodv a:hover span,.cennuodv a:hover iconpark-icon{
	color: #fff;
}
.cpxq {
	width: 93.75rem;
	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: #004bbb;
}

.cpxqbt span {
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 10px;
	font-family: "Poppins_Medium";
}


.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: #bd9262;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.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: #004bbb;
}
.cpxqleft .colist ul li{
	width: 23%;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px #ececec;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

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

.shownav ul li {
	width: 15%;
	position: relative;
}

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

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

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

.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 25px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 1s;
	box-shadow: 0px 0px 15px #efefef;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	align-items: center;
	transition: all 1s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 12rem;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	transition: all 1s;
}
.newsdvlist ul li a .newsdvlistime::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	border-right: 1px solid #e6e6e6;
	top: 24px;
	left: 0;
	opacity: 1;
	transition: all 1s;
}
.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all 1s;
	display: block;
	line-height: 70px;
}

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

.newsdvlistext {
	width: 83.75rem;
	padding: 0 3rem;
}

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

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

.newsdvlist ul li {
	transition: all 1s;
	border-radius: 15px;
}

.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: #fff;
}
.synewslist{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}
.xiangmus{
	background-color: #f7f7f7;
}
.lxwm{
	padding: 6.25rem 0px;
	background-color: #f1f1f1;
}
.lxwmbt{
	text-align: center;
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #333333;
	font-family: "Poppins_SemiBold";
	font-size: 34px;
	text-transform: uppercase;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
}
.lxwmlist{
	width: 93.75rem;
	margin:0 auto; 
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(19% - 40PX);
	padding: 20px;
	margin-top: 3.75rem;
	background-color: #fff;
	padding-top: 3.125rem;
	border-radius: 20px;
	overflow: hidden;
}
.lxwmlist ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #004bbb;
	transition: all 1s;
	font-size: 32px;
}
.lxwmlist ul li i{
	display: block;
	width: 35px;
	height: 20px;
	margin: 0 auto;
	border-top: 1px solid #004bbb;

	margin-top: 20px;
}
.lxwmlist ul li h2{
	text-align: center;
	font-size: 20px;
	color: #4c4c4c;
	text-transform: uppercase;
	transition: all 1s;
}
.lxwmlist ul li p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #606060;
	transition: all 1s;
}
.lxwmlist ul li:hover span,.lxwmlist ul li:hover h2,.lxwmlist ul li:hover p{
	color: #fff;
}
.liuyan{
	padding: 6.25rem 0px;
	background: url(../images/liuyan_02.jpg) center no-repeat;
	background-size: cover;
}
.lybt h1{ 
	color: #fff;
}
.lybt p{
	color: #fff;
}
.liuyan form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.liuyan form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #fff;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
}
.liuyan form div input::placeholder,.liuyan form textarea::placeholder{
	color: #fff;
	font-size: 14px;
}
.liuyan form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #fff;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
}

.liuyan 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: 5px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.liuyan form button:hover {
	background-color: #fff;
	border: none;
	color: #004bbb;
}



.rybg{
	padding: 5.625rem 0px;
	padding-bottom: 9.375rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	width: 100rem;
	margin: 0 auto;
}
.rybg .yslistdv .swiper-slide:nth-child(2n) {
    transform: translateY(0);
}
.rybg .yslistdv .swiper-slide img{
	display: block;
	width: 100%;
}
.rybg .yslistdvs{
	width: 91rem;
	padding-bottom: 0;
}
.rybg .grl{
	border-radius: 0;
}
.rybg .yslist{
	width: 100rem;
}
.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 103.125rem;
}

.yslist #btn1,.yslist #btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.yslist #btn1 iconpark-icon ,.yslist #btn2 iconpark-icon {
	color: #2e508b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
.yslist #btn1:hover,.yslist #btn2:hover{
	background-color: #2e508b;
}
.yslist #btn1:hover iconpark-icon ,.yslist #btn2:hover iconpark-icon {
	color: #fff;
}
.abwia{
	padding-top: 5.625rem;
	margin: 0 auto;
	background: url(../images/avbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 4.375rem;
}
.abwiadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.abwiadvleft{
	width: 50%;
}
.abwiadvleft h1{
	color: #004bbb;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	font-weight: bold;
	text-transform: uppercase;
}
.abwiadvleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	margin-top: 15px;
}
.abwiadvleft div{
	margin: 50px 0px;
}
.abwiadvleft p{
	color: #606060;
	font-size: 16px;
	margin-top: 30px;
	line-height: 30px;
}
.abwiaul{
	position: relative;
	margin-top: 60px;
}
.abwiaul::after{
	content: "";
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dfe4e7;
	position: absolute;
	top: 0;
	left: 0;
}
.abwiaul ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.abwiaul ul li h1{
	color: #606060;
	font-size: 16px;
	line-height: 50px;
}
.abwiaul ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: "Poppins_Medium";
	margin-top: 15px;
}
.abwiaul ul li h2 span{
	color: #333333;
	font-size: 64px;
	font-family: "Poppins_Medium";
}
.abwiaul ul li h2 i{
	color: #333333;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 10px;
	
}
.xiangmus{
	padding: 3.75rem 0rem;
}
.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;
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.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;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Anton_SC";
	text-transform: uppercase;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}

.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: 93.75rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Anton_SC";
}
.bannersasg  .swiper-slide section h2{
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 10px;

}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 17px;
	margin-top: 25px;
	line-height: 35px;
	width: 60%;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
	border: 1px solid #fff;
    background-size: cover;
	border-radius: 5px;
	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 section a:hover{
	background-color: #004bbb;
	border-color: #004bbb;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.appdv{
		width: 95%;
	}
	.deepdv{
		width: 95%;
	}
	.deepbtleft p{
		font-size: 36px;
	}
	.deeplist ul li h1{
		font-size: 18px;
	}
	.gdzzbt{
		width: 95%;
	}
	.sgahhrj section{
		width: 95%;
	}
	.popprolist{
		width: 95%;
		overflow: hidden;
	}
	.gywmdv{
		width: 95%;
	}
	.gywmtextfyleft{
		width: 160px;
	}
	.synewsdv{
		width: 95%;
	}
	.innewsdv{
		width: 100%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(2) {
	    width: 55%;
	}
	.footdvright {
	    width: 65%;
	    display: flex;
	    justify-content: space-between;
	}
	.wdldv{
		width: 95%;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvright {
	    width: 73%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8.10rem;
	}
	.chanpinimgright {
	    width: 57%;
	}
	.cennuodv a{
		width: 12.25rem;
	}
	.cpxq{
		width: 95%;
	}
	.abwiadv{
		width: 95%;
	}
	.abwiaul ul{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.rybg .yslistdvs{
		width: 100rem;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.liuyan form{
		width: 95%;
	}
	.shownav ul li{
		width: 18%;
	}
	.xiangmus{
		padding: 3.75rem 0rem;
	}
	.synewslist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 15rem;
	}
	.newsdvlistext {
	    width: 90.75rem;
	    padding: 0 3rem;
	}
	.ssdv form{
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.headdvright{
		width: 59%;
	}
	.ssdv form{
		width: 95%;
	}
	.sgahhrj section{
		width: 95%;
	}
	.appdv{
		width: 95%;
	}
	.deepdv{
		width: 95%;
	}
	.deepbtleft p{
		font-size: 36px;
	}
	.deeplist ul li h1{
		font-size: 14px;
	}
	.gdzzbt{
		width: 95%;
	}
	.popprolist{
		width: 95%;
		overflow: hidden;
	}
	.gywmdv{
		width: 95%;
	}
	.gywmtextfyleft{
		width: 130px;
	}
	.gywmtextfyright span {
	    color: #ffffff;
	    font-size: 26px;
	}
	.synewsdv{
		width: 95%;
	}
	.innewsdv{
		width: 100%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(2) {
	    width: 55%;
	}
	.footdvright {
	    width: 65%;
	    display: flex;
	    justify-content: space-between;
	}
	.wdldv{
		width: 95%;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvright {
	    width: 73%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8.10rem;
	}
	.chanpinimgright {
	    width: 57%;
	}
	.cennuodv a{
		width: 12.25rem;
	}
	.cpxq{
		width: 95%;
	}
	.abwiadv{
		width: 95%;
	}
	.abwiaul ul{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.rybg .yslistdvs{
		width: 100rem;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.liuyan form{
		width: 95%;
	}
	.shownav ul li{
		width: 18%;
	}
	.xiangmus{
		padding: 3.75rem 0rem;
	}
	.synewslist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 15rem;
	}
	.newsdvlistext {
	    width: 90.75rem;
	    padding: 0 3rem;
	}
	.footdvleft img{
		width: 100%;
	}
	.abwiaul ul li h1{
		font-size: 13px;
	}
	
}

@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;
	}
	.appdv{
		width: 95%;
	}
	.appbt p{
		font-size: 20px;
	}
	.appbt h1{
		margin-bottom: 10px;
	}
	.applist ul li{
		width: 48%;
		margin: 1%;
	}
	.applist ul li h1{
		font-size: 16px;
		bottom: 10px;
	}
	.appbt h1{
		font-size: 14px;
	}
	.deepdv{
		width: 95%;
	}
	.deepbt{
		display: block;
	}
	.deepbtleft{
		width: 95%;
	}
	.deepbtleft h1{
		font-size: 14px;
		text-align: center;
	}
	.deepbtleft p{
		font-size: 20px;
		text-align: center;
		line-height: 30px;
	}
	.deepbtright{
		width: 100%;
		margin-top: 5px;
		font-size: 14px;
		line-height: 28px;
	}
	.deeplist ul li{
		width: 49%;
		margin: 1% 0px;
	}
	.deeplist ul li h1{
		position: absolute;
		width: 60%;
		top: 0;
		left: 0;
		color: #333333;
		font-size: 14px;
		font-family: "Poppins_Medium";
		padding: 0 5%;
	}
	.gdzzbt{
		width: 95%;
	}
	.gdzzbt{
		display: block;
	}
	.gdzzbtright{
		display: none;
	}
	.gdzzbtleft h1{
		margin-bottom: 10px;
		text-align: center;
	}
	.gdzzbtleft h1{
		font-size: 14px;
	}
	.gdzzbtleft p{
		font-size: 20px;
		text-align: center;
	}
	.popprolist{
		width: 95%;
		overflow: hidden;
	}
	.popprolist .swiper-slide section{
		padding: 10px;
	}
	.popprolist .swiper-slide section h1{
		font-size: 16px;
	}
	.zy .swiper-scrollbar{
		width: 75%;
	}
	.zy .gehrfsd .swiper-button-next, .zy .gehrfsd .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.zy .gehrfsd .swiper-button-next:after, .zy .gehrfsd .swiper-button-prev:after {
	    font-size: 14px;
	    color: #004bbb;
	}
	.gywmdv{
		width: 95%;
		display: block;
	}
	.gywmdvleft{
		width: 100%;
	}
	.gywmbt h1{
		font-size: 14px;
		text-align: center;
	}
	.gywmbt p{
		font-size: 20px;
		text-align: center;
	}
	.gywmtext .swiper-slide h2 img{
		width: 35px;
	}
	.gywmtext .swiper-slide h2 span{
		font-size: 18px;
	}
	.gywmtext .swiper-slide h3 {
	    color: #ffffff;
	    font-size: 14px;
	    font-family: "Poppins";
	    line-height: 30px;
	}
	.gywmtextfy{
		margin-top: 25px;
	}
	.gywmtextfyleft{
		width: 70px;
	}
	.gywmtextfyleft .swiper-pagination-current{
		font-size: 20px;
	}
	.gywmtextfyleft .swiper-button-next:after, .gywmtextfyleft .swiper-button-prev:after {
	    font-size: 14px;
	}
	.gywmtextfyright iconpark-icon{
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
	.gywmtextfyright span{
		font-size: 20px;
	}
	.gywmdvright{
		width: 60%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.synewsdv{
		width: 95%;
	}
	.synewsbtright{
		display: none;
	}
	.synewsbtleft{
		text-align: center;
		width: 100%;
	}
	.synewsbt h1{
		font-size: 14px;
	}
	.synewsbt p{
		font-size: 20px;
		margin-top: 10px;
	}
	.innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdv{
		margin-top: 15px;
		width: 100%;
	}
	.innewsdvright ul li{
		margin-top: 15px;
	}
	.innewsdvright ul li a section h1{
		font-size: 15px;
	}
	.foot{
		display: none;
	}
	.xuq{
		padding: 20px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 20px);
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 14px;
	}
	.xuqdv form input:nth-child(4){
		width: calc(100% - 20px);
	}
	.xuqdv form button{
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
	.xuqdv p{
		font-size: 12px;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvleft{
		display: none;
	}
	.cpdvright{
		width: 100%;
	}
	.colist ul li{
		width: 48%;
		margin: 1%;
	}
	.colist ul li section{
		padding: 5%;
	}
	.colist ul li section h1{
		font-size: 16px;
		margin-bottom: 3px;
	}
	.colist ul li section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.abwiadv{
		width: 95%;
	}
	.abwiadvleft{
		width: 100%;
	}
	.abwiadvleft h1{
		font-size: 14px;
		text-align: center;
	}
	.abwiadvleft h2 {
	    color: #4c4c4c;
	    font-size: 20px;
	    font-family: "TechnaSans";
	    margin-top: 10px;
		text-align: center;
	}
	.abwiadvleft div{
		margin: 15px auto;
		width: 50%;
	}
	.abwiadvleft div img{
		display: block;
		width: 100%;
	}
	.abwiadvleft p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 30px;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.yslist #btn1, .yslist #btn2{
		width: 35px;
		height: 35px;
	}
	.abwiaul{
		margin-top: 15px;
	}
	.abwiaul ul{
		width: 95%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.abwiaul ul li{
		width: 48%;
		margin: 1%;
	}
	.abwiaul ul li h1 {
	    color: #606060;
	    font-size: 14px;
	    line-height: 28px;
	}
	.abwiaul ul li h2 span {
	    color: #333333;
	    font-size: 30px;
	    font-family: "Poppins_Medium";
	}
	.abwiaul ul li h2 i {
	    color: #333333;
	    font-size: 14px;
	    margin-top: 5px;
	    margin-left: 10px;
	}
	.abwiaul::after{
		display: none;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmlist{
		margin-top: 20px;
		width: 95%;
	}
	.lxwmlist ul {
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 28px;
	}
	.lxwmlist ul li i{
		height: 15px;
	}
	.lxwmlist ul li h2{
		font-size: 18px;
	}
	.liuyan form{
		width: 95%;
	}
	.liuyan form div input{
		width: 94%;
		padding: 0 3%;
		height: 40px;
		font-size: 14px;
	}
	.liuyan form textarea{
		width: 94%;
		padding: 3%;
		font-size: 14px;
		line-height: 30px;
	}
	.liuyan form button{
		margin-top: 15px;
		width: 150px;
		height: 40px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.shownav{
		height: auto;
	}
	.newsdvlist ul li{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlist{
		width: 95%;
	}
	.mbx{
		width: 95%;
		display: none;
	}
	.chanpinimg{
		display: block;
		padding-top: 15px;
		width: 95%;
	}
	.chanpinimgleft{
		display: block;
		width: 100%;
	}
	.maoyileft {
		width: 100%;
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 5px);
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 15px;
	}
	.chanpinimgright h1{
		font-size: 18px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.cennuodv a{
		width: 35%;
		margin-top: 20px;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqxq{
		padding: 5%;
		width: 90%;
	}
	.fye{
		display: block;
	}
	.fye p{
		line-height: 30px;
		margin-bottom: 10px;
	}
	.cpxqleft .colist ul li{
		width: 48%;
		margin: 1%;
	}
	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 26px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.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 #053a8b;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section h2{
		text-align: center;
		letter-spacing: 5px;
		margin-bottom: 10px;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 20px;
		text-align: center;
	}
	.bannersasg .swiper-slide section p{
		text-align: center;
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		margin-top: 5px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
}


