/* 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%*/
}
*:focus {
  outline: none !important;
}
@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: "Tungsten_Semibold";
	src: url('../font/Tungsten-Semibold.otf');
}

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: 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: #ffffff;
}

.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: 60%;
	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: 17px;
	color: #fff;
	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: #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: #1294e6;
}

.slideUp .headdvright ul li:hover a span {
	color: #1294e6;
}

.slideUp .headdvright ul li.active a span {
	color: #1294e6;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #1294e6;
}

.slideUp .headdvright ul li.active::after {
	background-color: #1294e6;
}

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

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

.jzcz {
	padding: 5.9375rem 0px;
	width: 93.75rem;
	margin: 0 auto;
}

.jzczbt {
	margin-bottom: 3.75rem;
}

.jzczbt h1 {
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

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

.jzczbt h2 i {
	display: block;
	width: 45px;
	height: 2px;
	background-color: #1294e6;
}

.jzczbt h2 span {
	color: #1294e6;
	font-size: 18px;
	display: block;
	margin: 0 15px;
}

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

.jzczlist ul li {
	width: calc(24% - 50px);
	border: 2px solid #1294e6;
	border-radius: 15px;
	overflow: hidden;
	padding: 40px 25px;
}

.jzczlist ul li img {
	display: block;
	width: 80px;
}

.jzczlist ul li h1 {
	color: #1294e6;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.jzczlist ul li h2 {
	color: #606060;
	font-size: 14px;
	font-family: "Poppins_Medium";
}

.jzczlist ul li dl {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jzczlist ul li dl dd {
	width: 50%;
	margin-bottom: 10px;
}

.jzczlist ul li dl dd a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transform: translateX(0px);
	transition: all 1s;
}
.jzczlist ul li dl dd a:hover{
	transform: translateX(10px);
}
.jzczlist ul li dl dd a i {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	margin-right: 0.625rem;
	background-color: #1294e6;
	margin-top: 9px;
}

.jzczlist ul li dl dd a span {
	color: #606060;
	font-size: 14px;
}

.jzczlist ul li h4 {
	margin-top: 15px;
}

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

.jzczlist ul li h4 a span {
	color: #1294e6;
	font-size: 14px;
	margin-right: 10px;
}

.jzczlist ul li h4 a iconpark-icon {
	color: #1294e6;
	font-size: 18px;
}

.syabout {
	padding-top: 6.25rem;
	padding-bottom: 4.375rem;
	background: url(../images/syabbg_02.jpg) center top no-repeat;
	background-size: cover;
}

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

.syaboutdvleft {
	width: 45%;
}

.syaboutdvleft h1 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

.syaboutdvleft h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 3.75rem;
}

.syaboutdvleft h2 i {
	width: 45px;
	display: block;
	height: 2px;
	background-color: #1294e6;
}

.syaboutdvleft h2 span {
	color: #1294e6;
	font-size: 18px;
	margin-left: 10px;
}

.syaboutdvleft h3 {
	color: #00a54f;
	font-size: 16px;
	height: 40px;
	border-bottom: 1px solid #cae3f4;
}

.syaboutdvleft h4 {
	color:#1294e6;
	font-size: 120px;
	font-family: "TechnaSans";
	margin-top: 1.875rem;
	margin-bottom: 3.125rem;
}

.syaboutdvleft p {
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}

.syaboutdvleft a {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	height: 50px;
	width: 130px;
	margin-top: 3.75rem;
	align-items: center;
	border: 1px solid #1294e6;
	border-radius: 50px;
	transition: all 1s;
}

.syaboutdvleft a span {
	color: #1294e6;
	font-size: 14px;
	transition: all 1s;
}

.syaboutdvleft a iconpark-icon {
	color: #1294e6;
	transition: all 1s;
	font-size: 20px;
}

.syaboutdvleft a:hover {
	background-color: #1294e6;
}

.syaboutdvleft a:hover span {
	color: #fff;
}

.syaboutdvleft a:hover iconpark-icon {
	color: #fff;
}

.syaboutdvright {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}







        .play-button {
            position: relative;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #2ecc71; /* 主绿色 */
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            /* 按钮阴影增加立体感 */
            box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
            /* 防止扩散动画超出容器 */
            overflow: visible;
        }

        /* 播放三角标 */
        .play-button::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 0 15px 25px;
            border-color: transparent transparent transparent #ffffff;
            /* 微调三角标位置 */
            margin-left: 5px;
            z-index: 2; /* 确保在圆环上层 */
        }

        /* 第一层扩散圆环 */
        .play-button::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(46, 204, 113, 0.2);
            z-index: 1;
            /* 扩散动画 */
            animation: pulse 2s infinite ease-out;
        }

        /* 第二层扩散圆环（更淡更大） */
        .play-button .pulse-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(46, 204, 113, 0.1);
            z-index: 0;
            /* 延迟动画开始，营造层次感 */
            animation: pulse 2s 0.5s infinite ease-out;
        }

        /* 扩散动画关键帧 */
        @keyframes pulse {
            0% {
                width: 100%;
                height: 100%;
                opacity: 1;
            }
            100% {
                width: 250%;
                height: 250%;
                opacity: 0;
            }
        }














.syaboutsz {
	position: relative;
}

.syaboutsz::after {
	content: "";
	display: block;
	height: 2px;
	border-top: 1px solid #dfe4e7;
	position: absolute;
	top: 40px;
	width: 100%;
}

.syaboutsz ul {
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}

.syaboutsz ul li p {
	color: #606060;
	line-height: 30px;
	font-size: 16px;
}

.syaboutsz ul li h1 {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.syaboutsz ul li h1 span {
	color: #333333;
	font-size: 60px;
	transition: all 1s;
	font-family: 'Poppins_Medium';
}

.syaboutsz ul li h1 i {
	color: #333333;
	font-size: 18px;
	font-family: 'Poppins_Medium';
	margin-top: 40px;
	transition: all 1s;
	margin-left: 5px;
}
.syaboutsz ul li:hover h1 span,.syaboutsz ul li:hover h1 i{
    color: #1294e6;
}

.qianyan {
	padding-top: 6.25rem;
	height: 38.25rem;
	background: url(../images/qianyan_02.jpg) center no-repeat;
	background-size: cover;
}

.qianyandv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.qianyandvleft {
	width: 45%;
}

.qianyandvleft h1 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

.qianyandvleft h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 3.75rem;
}

.qianyandvleft h2 i {
	width: 45px;
	display: block;
	height: 2px;
	background-color: #1294e6;
}

.qianyandvleft h2 span {
	color: #1294e6;
	font-size: 18px;
	margin-left: 10px;
}

.qianyandvleft p {
	font-size: 16px;
	color: #606060;
	line-height: 35px;
}
.qianyandvleft p b{
	color: #1294e6;
}
.qianyandvleft a {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	height: 50px;
	width: 130px;
	margin-top: 3.75rem;
	align-items: center;
	border-radius: 50px;
	transition: all 1s;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 1s;
}

.qianyandvleft a span {
	color: #1294e6;
	font-size: 14px;
	transition: all 1s;
}

.qianyandvleft a iconpark-icon {
	color: #1294e6;
	transition: all 1s;
	font-size: 20px;
}
.qianyandvleft a:hover {
	background-color: #1294e6;
}
.qianyandvleft a:hover span,.qianyandvleft a:hover iconpark-icon{
	color: #fff;
}

.qianyandvright {
	width: 50%;
	height: 100%;
	overflow-y: auto;
	position: sticky;
}

.qianyandvright ::-webkit-scrollbar {
	display: none;
}

.qianyandvright {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.qianyandvright ul {
	column-count: 2;
	/* 2列瀑布流，可改3、4列 */
	column-gap: 20px;
	position: sticky;
	padding-bottom: 25px;
}

.qianyandvright ul li {
	break-inside: avoid;
	/* 核心：防止卡片被截断 */
	margin-bottom: 20px;
	padding: 30px 25px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	overflow: hidden;
}

.qianyandvright ul li i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #1294e6;
    border-radius: 50%;
    font-size: 48px;
    text-align: center;
    color: #1294e6;
    margin-bottom: 1.875rem;
    line-height: 80px;
}

.qianyandvright ul li h1 {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}

.qianyandvright ul li span {
	display: block;
	width: 40px;
	height: 2px;
	margin: 15px 0px;
	background-color: #00a54f;
}

.qianyandvright ul li P {
	color: #606060;
	font-size: 15px;
	line-height: 30px;
}

.funeng {
	padding: 5.9375rem 0px;
	background-color: #f6fcff;
}

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

.funenglist ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
}

.funenglist ul::after {
	content: "";
	position: absolute;
	top: 120px;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right, #62c7b2, #6dbeef, #62c7b2);
}

.funenglist ul li {
	position: relative;
	z-index: 2;
	margin: 0 2%;
}

.funenglist ul li div {
	overflow: hidden;
	width: 80px;
	position: relative;
	margin: 0 auto;
}

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

.funenglist ul li div img:last-child {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	opacity: 0;
}

.funenglist ul li:hover div img:last-child {
	opacity: 1;
}

.funenglist ul li section h1 {
	text-align: center;
	color: #1294e6;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Montserrat_Bold";
}

.funenglist ul li section p {
	text-align: center;
	color: #4c4c4c;
	margin-top: 5px;
	font-size: 20px;
	transition: all 1s;
}

.funenglist ul li:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}

.funenglist ul li:nth-child(2n) section {
	margin-bottom: 31px;
}

.funenglist ul li:nth-child(odd) {
	margin-top: 80px;
}

.funenglist ul li:nth-child(odd) section {
	margin-top: 25px;
}

.funenglist ul li:hover section p {
	color: #1294e6;
}

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

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

.synewlist {
	width: 100%;
}

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

.synewlist ul li {
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #ececec;
}

.synewlist ul li div {
	overflow: hidden;
}

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

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

.synewlist ul li section {
	background-color: #fff;
	padding: 1.875rem 2.5rem;
	transition: all 1s;
	background: url(../images/wqbg_03.jpg) center no-repeat;
	background-size: cover;
}

.synewlist ul li section h1 {
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	transition: all 1s;
	width: 100%;
	overflow: hidden;
}

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

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

.synewlist ul li section h2 span {
	color: #038bf4;
	font-size: 14px;
	transition: all 1s;
}

.synewlist ul li section h2 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #038bf4;
	transition: all 1s;
}

.synewlist ul li:hover section h2 iconpark-icon,
.synewlist ul li:hover section h2 span,
.synewlist ul li:hover section p,
.synewlist ul li:hover section h1 {
	color: #fff;
}

.synewlist ul li:hover section {
	background: none;
	background-color: #038bf4;
}

.xieshou {
	background-color: #f0f9ff;
	padding: 5.9375rem 0px;
}

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

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

.xieshoulist ul li {
	width: 15.6%;
	overflow: hidden;
	margin: 0.5%;
}

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

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

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

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

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

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

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

.xuqdv form input::placeholder {
	color: #b3b3b3;
}

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

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

.xuqdv p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}

.foot {
	padding-top: 5rem;
	background-color: #2d2d2d;
}

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

.footdvleft {
	width: 420px;
}

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

.footdvleft p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.footdvleft p img {
	display: block;
	width: 30px;
	margin-right: 10px;
}

.footdvleft p span {
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}

.footdvleft ul li {
	margin-right: 15px;
	width: 90px;
}

.footdvleft ul li img {
	display: block;
}

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

.footdv dl dt a {
	color: #ffffff;
	font-size: 16px;
}

.footdv dl dt {
	margin-bottom: 25px;
}

.footdv dl dd {
	margin-bottom: 15px;
}

.footdv dl dd a {
	color: #cccccc;
	font-size: 14px;
	transition: all 1s;
}

.footdv dl dd a:hover {
	color: #00a54f;
}

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

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

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

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

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

.shownav ul {
	width: 100%;
	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;
	background-color: #fff;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #1294e6;
	color: #fff;
}

.shownav ul li.active a {
	background-color: #1294e6;
	color: #fff;
}

.newlistall {
	width: 100%;
	padding: 5.9375rem 0;
	background-color: #f8f8f8;
}

.newlistall .synewlist {
	width: 93.75rem;
	margin: 0 auto;
}

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

.lxwmbt {
	margin-bottom: 3.75rem;
}

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

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

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

.lxwmlist ul li {
	width: calc(23% - 70px);
	padding: 45px 35px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #efefef;
}

.lxwmlist ul li iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 32px;
	color: #1294e6;
}

.lxwmlist ul li iconpark-icon::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-image: linear-gradient(to right, rgba(164, 239, 138, 0.2), rgba(164, 239, 138, 0.8));
	position: absolute;
	right: 41%;
	top: 0px;
}

.lxwmlist ul li h1 {
	color: #333333;
	font-size: 18px;
	margin-top: 1.875rem;
	text-align: center;
}

.lxwmlist ul li p {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
}

.ly {
	padding: 5.625rem 0px;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ly form {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

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

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

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

.ly 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: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #1294e6;
	background-color: #1294e6;
}

.ab {
	background: url(../images/guanyuwm_02.jpg) center no-repeat;
	padding: 5.625rem 0px;
	background-size: cover;
}

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

.abdvleft {
	width: 47%;
}

.abdvleft>h1 {
	color: #333333;
	font-size: 40px;
	height: 80px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

.abdvleft>i {
	display: block;
	width: 100px;
	height: 2px;
	background-color: #038bf4;
	margin-top: -1px;
}

.abdvleft>p {
	font-size: 16px;
	line-height: 35px;
	margin-top: 35px;
	color: #4c4c4c;
}
.abdvleft>p b{
	color: #1294e6;
}

.abdvleft ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.abdvleft ul li {
	border: 1px solid #038bf4;
	border-radius: 10px;
	padding: 15px;
	width: calc(23% - 30px);
}

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

.abdvleft ul li h1 span {
	color: #1294e6;
	font-size: 40px;
	font-family: "Tungsten_Semibold";
}

.abdvleft ul li h1 i {
	color: #1294e6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 5px;
}

.abdvleft ul li p {
	color: #606060;
	font-size: 15px;
	text-align: center;
}

.abdvright {
	width: 48%;
}

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

.abdvright .swiper-pagination-bullet-active {
	background-color: #00a54f;
	width: 30px;
	border-radius: 10px;
}

.yu {
	padding: 5.625rem 0px;
	background: url(../images/yu_02.jpg);
	background-size: cover;
	background-attachment: fixed;
}

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

.yudvright {
	padding: 4.0625rem 3.125rem;
	background: url(../images/yudv_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	width: 50%;
}

.yudvright h1 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}

.yudvright h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 30px;
}

.yudvright h2 i {
	display: block;
	width: 45px;
	height: 2px;
	background-color: #1294e6;
}

.yudvright h2 span {
	color: #1294e6;
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 0 15px;
}

.yudvright p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}

.ryzz {
	padding: 6.25rem 0;
	background: url(../images/rybg_02.jpg);
	background-size: cover;
}

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

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

.ryzzlist .swiper-slide div {
	overflow: hidden;
}

.ryzzlist .swiper-slide:hover img {
	transform: scale(1.05);
}

.gehr {
	position: initial;
	width: 120px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 8.125rem;
}

.gehr .swiper-button-prev,
.gehr .swiper-button-next {
	position: initial;
	margin: 0;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	transition: all 1s;
}

.gehr .swiper-button-next:after,
.gehr .swiper-button-prev:after {
	color: #1294e6;
	font-size: 18px;
}

.gehr .swiper-button-prev:hover,
.gehr .swiper-button-next:hover {
	background-color: #1294e6;
}

.gehr .swiper-button-next:hover:after,
.gehr .swiper-button-prev:hover:after {
	color: #fff;
}

.scxian {
	padding-top: 4.6875rem;
	padding-bottom: 6.25rem;
	background-color: #f7f7f7;
}

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

.scxianleft {
	width: 30%;
}

.scxianleft>h1 {
	text-indent: 25px;
	height: 70px;
	background-color: #1294e6;
	border-radius: 5px;
	line-height: 70px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.scxianleft>h1::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(28, 177, 119, 0.8));
	border-radius: 50%;
	position: absolute;
	top: 30%;
	    left: 21%;

}

.scxianleft ul {
	background-color: #fff;
	padding: 0 35px;
	overflow: hidden;
}

.scxianleft ul li {
	width: 100%;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	padding-bottom: 15px;
}

.scxianleft ul li h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding-top: 15px;
}

.scxianleft ul li h1 a {
	color: #585858;
	font-size: 16px;
}

.scxianleft ul li:hover h1 a {
	color: #1294e6;
	;
}

.scxianleft ul li h1 iconpark-icon {
	font-size: 18px;
	color: #1cb177;
	font-weight: bold;
}

.scxianleft ul li dl {
	display: none;
	width: 90%;
	margin: 0 auto;
}

.scxianleft ul li.active dl {
	display: block;
}

.scxianleft ul li dl dd {
	line-height: 35px;
}

.scxianleft ul li dl dd a {
	color: #585858;
	font-size: 16px;
}

.scxianleft ul li.active h1 a {
	color: #1294e6;
}

.scxianleft ul li dl dd.active a {
	color: #1294e6;
}

.scxianleft ul li dl dd a:hover {
	color: #1294e6;
}

.scxiandv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.scxianright {
	width: 66%;
}

.cptio {
	display: flex;
	justify-content: space-between;
	height: 60px;
	border-bottom: 1px solid #eeeeee;
	align-items: center;
}

.cptioleft {
	color: #808080;
	font-size: 16px;
}

.cptioleft a {
	color: #808080;
}

.cptioleft a:last-child {
	color: #1294e6;
}

.cptioright {
	width: 40%;
}

.cptioright form {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
}

.cptioright form input {
	width: 80%;
	padding: 0 5%;
	text-indent: 10px;
	border: none;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	outline: none;
}

.cptioright form button {
	width: 20%;
	display: block;
	border: none;
	background-color: #fff;
	color: #1294e6;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpinlsit ul li {
	margin: 30px 0px;
	padding: 20px;
	border-radius: 10px;
	background-color: #ffffff;
	transition: all 1s;
	overflow: hidden;
}

.cpinlsit ul li:hover {
	background-color: #038bf4;
}

.cpinlsit ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

.cpinlsit ul li a section {
	width: 72%;
}

.cpinlsit ul li a section h1 {
	color: #333333;
	line-height: 25px;
	height: 25px;
	font-size: 18px;
	white-space: nowrap;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 1s;
	text-overflow: ellipsis;
}

.cpinlsit ul li a section p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	transition: all 1s;
	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.cpinlsit ul li:hover a section h1,
.cpinlsit ul li:hover a section p {
	color: #fff;
}

.gaishu {
	margin-top: 30px;
}

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

.xqingleft {
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
}

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

.xqingright {
	width: 50%;
}

.xqingright h1 {
	color: #1294e6;
	margin-bottom: 15px;
	font-size: 16px;
}

.xqingright h2 {
	padding-bottom: 15px;
	color: #1294e6;
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

.xqingright p {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}

.xqingright a {
	display: block;
	width: 160px;
	height: 50px;
	border: 1px solid #1294e6;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	transition: all 1s;
	color: #1294e6;
	font-size: 14px;
}

.xqingright a:hover {
	color: #fff;
	background-color: #1294e6;
}

.gaishubt {
	margin-top: 35px;
}

.gaishubt h1 {
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
	color: #1294e6;
	font-size: 16px;
}

.gaishubt i {
	display: block;
	width: 140px;
	height: 2px;
	background-color: #1294e6;
	margin-top: -1px;
}

.xiangqtext {
	margin: 20px 0px;
}

.yyxqdvfy {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
}

.yyxqdvfy p a {
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}

.yyxqdvfy p a:hover {
	color: #1294e6;
}

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

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

.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.nrbanner .btext section h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(28, 177, 119, 0.8));
    border-radius: 50%;
    position: absolute;
        top: 0%;
    left: 12%;
}
.nrbanner .btext section i{
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fff;
	margin: 20px 0px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.bannersasg .swiper-slide>img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}

.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: #fefefe;
	font-size: 50px;
	font-weight: bold;
}

.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.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;
   	background-color: #fff;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5a895b;
	
}
.bannersasg  .swiper-slide section img{
	display: block;
	max-width: 100%;
}
.bannersasg  .swiper-slide section a span{
	color: #5a895b;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #75b277;
}
.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: 1000px) and (max-width: 1499px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.jzcz,
	.syaboutdv,
	.syaboutsz ul,
	.qianyandv,
	.synewsdv {
		width: 95%;
	}

	.syaboutdvleft {
		width: 57%;
	}

	.qianyandvright ul li h1 {
		font-size: 18px;
	}

	.funenglist {
		width: 95%;
	}

	.funenglist ul li section p {
		font-size: 16px;
	}

	.xieshoulist,
	.xuqdv,
	.footdv,
	.wdldv {
		width: 95%;
	}

	.footdvleft {
		width: 389px;
	}

	.newlistall .synewlist,
	.lxwm,
	.ly form,
	.abdv,
	.ryzzlist,
	.scxiandv {
		width: 95%;
	}

	.abdvleft>h1 {
		font-size: 34px;
	}

	.yudv {
		width: 95%;
	}
}

@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;
	}

	.jzcz {
		width: 95%;
	}

	.jzczbt h1 {
		font-size: 20px;
	}

	.jzczbt h2 span {
		font-size: 14px;
	}

	.jzczlist ul {
		flex-wrap: wrap;
	}

	.jzczlist ul li {
		width: calc(40% - 2px);
		margin: 1%;
		border: 1px solid #1294e6;
		padding: 4%;
	}

	.jzczlist ul li img {
		width: 35px;
	}

	.jzczlist ul li h1 {
		font-size: 17px;
	}

	.jzczlist ul li h2 {
		margin-top: 10px;
	}

	.jzczlist ul li dl dd {
		width: 100%;
	}

	.jzczlist ul li dl dd a i {
		margin-top: 7px;
	}

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

	.syaboutdvleft {
		width: 100%;
	}

	.syaboutdvleft h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.syaboutdvleft h2 span {
		font-size: 14px;
	}

	.syaboutdvleft h2 i,
	.jzczbt h2 i {
		height: 1px;
		width: 30px;
	}

	.syaboutdvleft h4 {
		font-size: 28px;
		margin-top: 20px;
	}

	.syaboutdvleft p {
		font-size: 14px;
		line-height: 30px;
	}

	.syaboutdvleft a {
		margin: 20px auto;
		width: 100px;
		height: 40px;
	}

	.syaboutdvright {
		width: 100%;
		height: 150px;
	}

	.syaboutdvright img {
		width: 100px;
	}

	.syaboutsz ul {
		width: 95%;
		flex-wrap: wrap;
	}

	.syaboutsz ul li {
		width: 50%;

	}

	.syaboutsz::after {
		display: none;
	}

	.syaboutsz ul li p {
		color: #606060;
		line-height: 25px;
		font-size: 14px;
		text-align: center;
	}

	.syaboutsz ul li h1 {
		justify-content: center;
	}

	.syaboutsz ul li h1 span {
		font-size: 28px;
	}

	.syaboutsz ul li h1 i {
		color: #333333;
		font-size: 14px;
		font-family: 'Poppins_Medium';
		margin-top: 12px;
		margin-left: 5px;
	}

	.syaboutsz ul li {
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}

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

	.foot {
		display: none;
	}

	.xieshoulist {
		width: 95%;
	}

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

	.synewsdv {
		width: 95%;
	}

	.synewlist ul li {
		width: 48%;
	}

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

	.synewlist ul li section {
		padding: 5%;
	}

	.synewlist ul li section h2 {
		margin-top: 10px;
	}

	.qianyan {
		height: 750px;
	}

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

	.qianyandvleft {
		width: 100%;
	}

	.qianyandvleft h1 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.qianyandvleft h2 i {
		height: 1px;
		width: 30px;
	}

	.qianyandvleft h2 span {
		font-size: 14px;
	}

	.qianyandvleft p {
		font-size: 14px;
		color: #606060;
		line-height: 30px;
	}

	.qianyandvleft a {
		width: 100px;
		height: 40px;
	}

	.qianyandvright {
		width: 100%;
		height: 400px;
	}

	.qianyandvright ul li i {
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 50px;
	}

	.qianyandvright ul li h1 {
		font-size: 17px;
	}

	.qianyandvright ul li {
		padding: 10%;
	}

	.qianyandvright ul li P {
		font-size: 14px;
	}

	.qianyandvright {
		margin-top: 20px;
	}

	.funenglist {
		width: 95%;
	}

	.funenglist ul::after {
		display: none;
	}

	.funenglist ul {
		flex-wrap: wrap;
	}

	.funenglist ul li {
		width: 29%;
	}

	.funenglist ul li:nth-child(odd) {
		margin-top: 10px;
	}

	.funenglist ul li div {
		width: 45px;
	}

	.funenglist ul li:nth-child(odd) section {
		margin-top: 10px;
	}

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

	.funenglist ul li:nth-child(2n) {
		display: block;
		margin-top: 10px;
	}

	.funenglist ul li:nth-child(2n) section {
		margin-bottom: 0;
		margin-top: 10px;
	}

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

	.abdvleft {
		width: 100%;
	}

	.abdvleft>h1 {
		font-size: 18px;
		height: 30px;
	}

	.abdvleft>p {
		margin-top: 10px;
	}

	.abdvleft>p {
		font-size: 14px;
	}

	.abdvleft ul li h1 span {
		font-size: 28px;
	}

	.abdvleft ul li {
		border: 1px solid #038bf4;
		border-radius: 10px;
		padding: 5px;
		width: calc(23% - 10px);
	}

	.abdvleft ul li h1 i {
		margin-top: 12px;
	}

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

	.abdvright {
		width: 100%;
		margin-top: 15px;
	}
	.yu{
		padding: 5%;
	}
	.yudv {
		width: 100%;
	}

	.yudvright {
		width: 90%;
		padding: 5%;    border-radius: 8px;
	}

	.yudvright h1 {
		font-size: 20px;
	}

	.yudvright h2 {
		margin-bottom: 10px;
	}

	.yudvright h2 span {
		font-size: 17px;
	}

	.yudvright p {
		font-size: 14px;
		line-height: 30px;
	}

	.ryzzlist {
		width: 95%;
	}

	.gehr .swiper-button-prev,
	.gehr .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.gehr .swiper-button-next:after,
	.gehr .swiper-button-prev:after {
		font-size: 15px;
	}

	.lxwm {
		width: 95%;
	}

	.lxwmbt h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.lxwmbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 90%;
		padding: 5%;
	}

	.lxwmlist ul li iconpark-icon {
		font-size: 28px;
	}

	.lxwmlist ul li iconpark-icon::after {
		right: 44%;
	}

	.lxwmlist ul li h1 {
		margin-top: 10px;
		font-size: 17px;
		font-weight: bold;
	}

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

	.ly form {
		width: 95%;
	}

	.ly form div input {
		width: 94%;
		padding: 0 3%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.ly form textarea {
		width: 94%;
		padding: 3%;
	}

	.ly form button {
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.shownav {
		height: 45px;
	}

	.shownav ul li {
		width: 100%;
	}

	.shownav ul li a {
		line-height: 45px;
	}

	.newlistall .synewlist {
		width: 97%;
	}

	.scxianleft {
		display: none;
	}

	.scxiandv {
		width: 95%;
	}

	.scxianright {

		width: 100%;
	}

	.cptioleft {
		display: none;
	}

	.cptioright {
		width: 100%;
	}

	.cpinlsit ul li {
		margin: 10px 0px;
		padding: 10px;
	}

	.cpinlsit ul li a div {
		width: 36%;
	}

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

	.cpinlsit ul li a section h1 {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.cpinlsit ul li a section p {
		height: 50px;
		line-height: 25px;
	}

	.gaishu {
		margin-top: 15px;
	}

	.xqing {
		display: block;
	}

	.xqingleft {
		width: 100%;
	}

	.xqingright {
		width: 100%;
		margin-top: 10px;
	}

	.xqingright h1 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.xqingright h2 {
		font-size: 18px;
	}

	.xqingright p {
		margin-top: 10px;
		margin-bottom: 15px;
		color: #4c4c4c;
		font-size: 14px;
		line-height: 30px;
	}

	.xqingright a {
		width: 140px;
		height: 45px;
		line-height: 45px;
	}

	.gaishubt {
		margin-top: 10px;
	}

	.yyxqdvfy {
		display: block;
	}

	.yyxqdvfy p {
		margin: 15px 0px;
	}
	.sgahhrj section{
		width: 95%;
	}


	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.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:#066fb1;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0b5b8e;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .post h1{
		font-size: 17px;
		font-weight: bold;
	}
	.nrbanner .btext section i{
		display: none;
	}
	.nrbanner .btext section p{
		font-weight: normal;
	}
					.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;
	}
	.bannersasg .swiper-slide section img{
		width: 40%;
	}
}