html,
body {
	padding: 0;
	margin: 0 auto;
	font-family: "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei", "sans-serif";
	min-width: 320px;
	font-size: 16px;
	overflow-x: hidden;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

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

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

.wrap3 {
	width: 1300px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #80ac2d;
}

img {
	max-width: 100%;
	vertical-align: top;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	position: relative;
	transition: all 0.5s;
	background: #fff;
	height: 68px;
	background: url(../img/head_bg.png) no-repeat center center;
	background-size: cover;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header .wrap {
	height: 68px;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	padding: 10px 0;
	/* justify-content: center; */
	align-items: center;
}

header .logo img {
	/* max-height: 90px; */
	height: 32px;
	padding-left: 58px;
}

header.on-fixed {
	left: 0;
	width: 100%;
	z-index: 99;
}
header .rightDiv {
	/* float: right; */
	height: 50px;
	display: flex;
	align-items: center;
}

header .rightDiv .ewmTop {
	margin-left: 50px;
	position: relative;
	display: flex;
	align-items: center;
}

header .rightDiv .menu {
	position: relative;
	display: flex;
	align-items: center;
}


header .rightDiv .menu>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	position: relative;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 16px;
	padding: 0 20px;
	line-height: 68px;
}

header .rightDiv .menu>ul>li>a img {
	display: block;
	position: absolute;
	bottom: 5px;
	transform: translate(-50%, 0);
	left: 50%;
	display: none;
	transition: all 0.3s;
}

header .rightDiv .menu>ul>li:hover>a img {
	display: block;
}



header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #bdbd49;
	position: relative;
}

header.on-fixed .rightDiv .menu>ul>li>a:hover,
header.on-fixed .rightDiv .menu>ul>li>a.now {
	color: #bdbd49;
}



header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #bdbd49;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}


body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
	height: 68px;
	line-height: 100px;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #bdbd49;
}

header.on-fixed .menu>ul>li:hover>a,
header.on-fixed .menu>ul>li.active>a {
	color: #bdbd49 !important;
}



.menu ul li:hover>ul {
	display: block;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}


.menu ul ul {
	width: 140px;
	/* margin-left: -8px; */
	text-align: center;
	position: absolute;
	z-index: 99;
	display: none;
	transition: all 0.5s;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background: #999999;
	/* box-shadow: 0 0 5px #ccc; */
	/* background: rgba(71, 151, 0, 0.7); */
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	height: auto;
	line-height: 30px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 8px 0;
}

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

.menu ul ul li:hover a span {
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #fff;
	margin-right: 3px;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #fff;
	border: 0;
	background-color: #3a7c64
		/* background: rgba(71, 151, 0, 0.7); */
}

.menu ul ul li:last-child>a {
	border: 0;
}

footer {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #1c6947;
	color: #fff;
}

footer .ewmDiv img {
	max-width: 137px;
}

footer .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

footer .wrap .wenzi {
	width: calc(100% - 170px);
}

.indexDiv1 {
	padding-top: 120px;
	background: url(../img/index_bg1.png) no-repeat center center;
	background-size: cover;
}

.title {
	letter-spacing: 5px;
}

.indexDiv1 .wenzi {
	line-height: 45px;
}

.indexDiv1 .textDiv {
	padding: 20px;
	background: #2c5a80;
}

.indexDiv1 .textDiv .wenzi {
	padding: 0 45px;
	padding-bottom: 10px;
	border-bottom: 1px #8ea6bb solid;
	margin-bottom: 15px;
}

.topWz {
	width: 644px;
	min-height: 106px;
	background: #2c5a80;
	border-radius: 20px;
	transform: skewX(-15deg);
	padding: 10px 70px;
}

.topWz p {
	transform: skewX(15deg);
	padding: 10px;
}

.indexDiv2 {
	padding-bottom: 110px;
}

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

.indexDiv2 .content .wenzi {
    margin-top: 75px;
	margin-left: -90px;
}

.indexDiv2 .content .wenzi ul li {
	margin-bottom: 35px;
	color: #2c5a80;
}

.indexDiv2 .content .wenzi ul li:last-child {
	margin-left: 20px;
}

.indexDiv2 .content .wenzi ul li:nth-child(2),
.indexDiv2 .content .wenzi ul li:nth-child(9) {
	margin-left: 65px;
}

.indexDiv2 .content .wenzi ul li:nth-child(3),
.indexDiv2 .content .wenzi ul li:nth-child(8) {
	margin-left: 90px;
}

.indexDiv2 .content .wenzi ul li:nth-child(4),
.indexDiv2 .content .wenzi ul li:nth-child(7) {
	margin-left: 110px;
}

.indexDiv2 .content .wenzi ul li:nth-child(5),
.indexDiv2 .content .wenzi ul li:nth-child(6) {
	margin-left: 120px;
}

.indexDiv3 {
	padding: 120px 0;
	background: url(../img/index_bg.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv3 .textDiv .txt {
	line-height: 45px;
}

.indexDiv3 .col-lg-6 {
	padding: 0 33px;
	margin-bottom: 40px;
}

.indexDiv3 .row {
	margin: 0 -33px;
}

.indexDiv3 .textDiv {
	background: #fff;
	height: 100%;
	padding: 50px;
	letter-spacing: 2px;
}

.indexDiv3 .col-lg-6:nth-child(1) .textDiv {
	border-radius: 0 0 160px 0;
}

.indexDiv3 .col-lg-6:nth-child(2) .textDiv {
	border-radius: 0 0 0 160px;
}

.indexDiv3 .col-lg-6:nth-child(3) .textDiv {
	border-radius: 0 160px 0 0;
}

.indexDiv3 .col-lg-6:nth-child(4) .textDiv {
	border-radius: 160px 0 0 0;
}

.indexDiv4 .title {
	padding: 60px 0;
	background: #2c5a80;
}

.indexDiv4 .content1 .textDiv1 {
	display: flex;
	justify-content: space-between;
}

.indexDiv4 .content1 .textDiv1 {
	margin-top: 20px;
}
.indexDiv4 .content1 .textDiv1 .imgDiv1 {
	width: 100%;
	margin-top: 20px;
}
.indexDiv4 .content1 .textDiv1 .wenzi .imgDiv1 {
	margin-top: 20px;
}
.indexDiv4 .content1 .textDiv1 .wenzi {
	width: calc(100% - 530px);
	text-align: right;
	margin-left: 20px;
}
.indexDiv4 .content1 .textDiv1 .imgDiv {
	margin-top: 20px;
}

.indexDiv4 .content1 .textDiv1 .wenzi .title2 {
	text-align: right;
}

.title2 .line {
	width: 140px;
	height: 4px;
	background: #5a95db;
}

.indexDiv4 .textDiv2 .imgBox {
	width: 640px;
	margin-left: -100px;
	display: flex;
	justify-content: space-between;
}

.indexDiv4 .textDiv2 .imgBox .mask:nth-child(1) {
	width: 640px;
}

.indexDiv4 .textDiv2 .wenzi {
	width: 640px;
	margin-left: -100px;
}

.indexDiv4 .textDiv2 .wenzi {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.indexDiv4 .textDiv2 .wenzi .title2 {
	width: 170px;
	height: 70px;
	border-right: 4px #5a95db solid;
	line-height: 36px;
	margin-right: 20px;
}

.indexDiv4 .textDiv2 .wenzi .txt {
	margin-top: -14px;
}

.title2 {
	line-height: 56px;
}

.case_bott a {
	display: block;
}

.case_bott .textDiv3 {
	width: 620px;
}

.case_bott .textDiv3 .mask:nth-child(1) {
	width: 620px;
}
.indexDiv4 .content2 {
	background: #2c5a80;
}

.indexDiv4 .content2 .textDiv {
	display: flex;
	justify-content: center;
}

.indexDiv4 .content2 .textDiv>.mask .imgDiv {
	border-left: 20px #fff solid;
	border-right: 20px #fff solid;
	width: 440px;
	overflow: hidden;
}

.indexDiv4 .content2 .textDiv>.mask {
	width: 440px;
	margin-left: 180px;
}

.indexDiv4 .content2 .wrap .wenzi {
	padding: 20px 20px 0 20px;
	background: #fff;
	width: 587px;
	margin-left: -20px;
}

.indexDiv4 .content2 .wrap .wenzi .imgDiv {
	margin-top: 32px;
}

.indexDiv4 .content2 .wrap .txt,
.indexDiv4 .content2 .wrap .title2 {
	padding-left: 50px;
}

.indexDiv4 .content3 .textDiv3 .wenzi {
	margin-top: 38px;
	width: 650px;
	margin-left: -90px;
}

.indexDiv4 .content3 .textDiv3 {
	display: flex;
	justify-content: space-between;
}

.indexDiv4 .content3 .textDiv3>.mask {
	width: 600px;
}

.indexDiv4 .content3 .textDiv2 {
	display: flex;
	justify-content: space-between;
}

.indexDiv4 .content3 .textDiv4>.mask {
	margin-left: 180px;
	width: 386px;
}

.indexDiv4 .content3 .textDiv4 .wenzi {
	width: 615px;
}

.indexDiv4 .content3 .textDiv4 {
	display: flex;
	justify-content: space-between;
}

.indexDiv4 .content3 .textDiv4 .wenzi {
	text-align: right;
}

.indexDiv4 .content3 .textDiv4 .wenzi .imgBox {
	width: 545px;
}

.indexDiv4 {
	padding-bottom: 125px;
	background: url(../img/bg3.png) no-repeat center bottom;
	background-size: 100%;
}

.indexDiv5 {
	padding: 130px 0;
}

.indexDiv5 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.indexDiv5 ul li {
	margin: 0 10px;
	margin-bottom: 30px;
}

.searchDiv form {
	width: 80px;
	height: 28px;
	background: #fff;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin-left: 20px;
}

.searchDiv form input {
	width: calc(100% - 30px);
	border: 0;
}

.searchDiv form img {
	margin-left: 10px;
}

.bannerIndex .swiper-pagination-bullet-active {
	background: #1c6947;
}

.bannerIndex .wenzi {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mask>.imgDiv,
.mask>.imgDiv>img {
	height: 100%;
}

.textDiv2 .imgDiv {
	width: 100%;
}

.case_bott {
	align-items: flex-start;
}


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

.borWz {
	color: rgba(255, 255, 255, 0.01);
	letter-spacing: 10px;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .8);
}

.juchangDiv1 {
	padding: 125px 0 415px 0;
	background: url(../img/juchang_bg.jpg) no-repeat center center;
	background-size: cover;
}

.juchangDiv1 .txt {
	line-height: 60px;
	padding: 0 80px;
	text-indent: 2em;
}

.juchangDiv1 .wrap {
	width: 1300px;
}

.juchangDiv1 .content .imgBox {
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.juchangDiv1 .content .imgBox img {
	object-fit: cover;
}

.hezuoDiv1 {
	padding-top: 100px;
	background: url(../img/hezuo_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 180px;
}


.hezuoDiv1 .line {
	width: 164px;
	height: 15px;
	margin: 0 auto;
	background: #1c6947;
	border-radius: 20px;
}

.hezuoDiv1 .wrap {
	width: 1000px;
}

.hezuoDiv1 .list p {
	background: #fff;
	line-height: 75px;
}

.hezuoDiv1 .list {
	margin-top: 180px;
}

.title_hz {
	padding: 40px 0;
	background: #efefef;
}

.hezuoDiv2 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hezuoDiv2 ul li {
	width: 50%;
	padding: 50px 0 50px 0;
	text-align: center;
	min-height: 300px;
}

.hezuoDiv2 ul li .textDiv .bt {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #1c6947 solid;
}

.hezuoDiv2 ul li>img {
	max-height: 42px;
}

.hezuoDiv2 ul li:first-child {
	border-right: 1px #1c6947 dashed;
	border-bottom: 1px #1c6947 dashed;
}

.hezuoDiv2 ul li:nth-child(2) {
	border-bottom: 1px #1c6947 dashed;
}

.hezuoDiv2 ul li:nth-child(3) {
	border-right: 1px #1c6947 dashed;
}

.hezuoDiv2 .content {
	padding-top: 50px;
	padding-bottom: 90px;
}

.hezuoDiv3 .content ul li {
	padding: 60px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #1c6947 dashed;
}

.hezuoDiv3 .content ul li:last-child {
	border: 0;
}

.hezuoDiv3 .content ul li .biaoti {
	width: 350px;
}

.hezuoDiv3 .content ul li .textDiv {
	width: calc(100% - 400px);
}

.hezuoDiv4 .content ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hezuoDiv4 ul li {
	width: 50%;
	padding: 50px 0 50px 0;
	text-align: center;
	min-height: 300px;
}

.hezuoDiv4 ul li .textDiv .bt {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #1c6947 solid;
}

.hezuoDiv4 ul li>img {
	max-height: 42px;
}

.hezuoDiv4 ul li:first-child {
	border-right: 1px #1c6947 dashed;
}

.hezuoDiv4 ul li:nth-child(3) {
	border-top: 1px #1c6947 dashed;
	width: 100%;
	padding-top: 70px;
}

.hezuoDiv4 .content {
	padding-top: 60px;
	padding-bottom: 100px;
}

.shiziDiv1 {
	background: url(../img/shizi_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 140px 0;
}

.shiziDiv1 .js_wz {
	line-height: 60px;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: 60px;
	text-indent: 2em;
}

.shiziDiv1 .textDiv .imgDiv {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.csrDiv .textDiv {
	margin: 0 120px;
	padding-top: 10px;
}

.szList {
	margin: 0 -40px;
	margin-top: 120px;
}

.szList .textDiv .imgDiv {
	/* border-radius: 50%; */
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0s;
}

img.tx {
	border-radius: 50%;
	transition: all 0.5s;
	width: 200px;
	height: 200px !important;
}

.szList .col-lg-3 {
	margin-bottom: 55px;
}

.aboutDiv1 {
	background: url(../img/about_bg1.jpg) no-repeat center center;
	background-size: cover;
}

.aboutDiv1 {
	padding: 120px 0 180px 0;
}

.aboutDiv1 .content {
	padding: 0 30px;
	text-indent: 2em;
}

.aboutDiv2 {
	padding: 120px 0;
	background: url(../img/about_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.aboutDiv2 .title .line {
	width: 300px;
	height: 10px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
}

ul.csrlist {
	display: flex;
	justify-content: center;
}

ul.csrlist li {
	width: 200px;
	line-height: 1;
	margin: 0 100px;
}

ul.csrlist li .imgBox {
	height: 200px;
	border: 2px #fff solid;
}

ul.csrlist li .imgBox img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 250px;
	max-height: initial;
}

ul.csrlist li .wenzi {
	padding: 15px;
	background: #fff;
}

.aboutDiv3 {
	padding: 100px 0 120px 0;
	background: url(../img/about_bg3.png) no-repeat center center;
	background-size: cover;
}

.aboutDiv3 .wenzi {
	text-align: right;
}

.hx_title {
	width: 850px;
	height: 40px;
	background: url(../img/title2.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	color: #fff;
	margin-top: 160px;
}

.aboutDiv4 .wrap {
	width: 1300px;
}

.banner_nei .borWz img {
	max-height: 350px;
}

.gzjcDiv1 .wrap {
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 100px;
}

.gzjcDiv1 .wenzi {
	width: 950px;
	margin: 0 auto;
}

.gzjcDiv1 .wenzi .txt {
	margin-top: 45px;
	line-height: 30px;
}

.gzjcDiv1 .txt2 {
	width: 940px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100px;
}

.gzjcDiv2 .wenzi {
	background: #1b9e3b;
	padding: 60px;
	width: 49%;
	min-height: 397px;
}

.gzjcDiv2 .imgBox {
	width: 49%;
	display: flex;
	justify-content: space-between;
}

.gzjcDiv2 .imgBox .book {
	width: 42.5%;
}

.gzjcDiv2 .imgBox .imgDiv:nth-child(2) {
	width: 55%;
}



.gzjcDiv3 .flex2 .imgDiv,
.gzjcDiv3 .flex2 .wenzi {
	width: 49%;
}

.gzjcDiv3 .flex2 .wenzi {
	background: #df9db9;
	height: 400px;
	padding: 60px;
}

.gzjcDiv3 .flex2 .imgDiv {
	height: 400px;
}

.gzjcDiv4 .textDiv {
	width: 62%;
}

.gzjcDiv4 .textDiv img {
	width: 100%;
}

.gzjcDiv4 .imgDiv {
	height: auto;
}

.gzjcDiv4 .flex2>img {
	width: 37%;
}

.gzjcDiv4 .textDiv .wenzi {
	background: #aa9b40;
	padding: 50px 60px;
	margin-bottom: 18px;
	height: 265px;
}

.gzjcDiv5 .textDiv .wenzi {
	padding: 50px 60px;
	background: #8084c1;
}

.gzjcDiv6 .textDiv .wenzi {
	width: 338px;
	background: #9eb210;
	height: 495px;
	padding: 70px;
}

.gzjcDiv6 .imgBox {
	width: calc(100% - 345px);
	display: flex;
	justify-content: space-between;
}

.gzjcDiv6 .imgBox .imgDiv:nth-child(1) {
	width: 53%;
	height: 495px;
	object-fit: cover;
}

.gzjcDiv6 .imgBox .imgDiv:nth-child(2) {
	width: 46.5%;
	height: 495px;
	object-fit: cover;
}

.gzjcDiv7 .textDiv .wenzi {
	width: 338px;
	height: 495px;
	background: #843828;
	padding: 60px;
}

.gzjcDiv7 .textDiv .imgDiv {
	width: calc(100% - 353px);
	height: 495px;
	object-fit: cover;
}

.gzjcDiv7 {
	margin-bottom: 100px;
}

.gzjcDiv2 .flex2,
.gzjcDiv3 .flex2,
.gzjcDiv4 .flex2,
.gzjcDiv5 .flex2,
.gzjcDiv6 .flex2,
.gzjcDiv7 .flex2 {
	align-items: initial;
}

.gzjcDiv4 .textDiv .imgDiv {
	height: calc(100% - 283px);
}

.sexjDiv1 {
	padding: 100px 0 180px 0;
	background: url(../img/shaoer_x_bg1.jpg) no-repeat center top;
	background-size: cover;
}

.sexjDiv1 .txt {
	width: 950px;
	margin: 0 auto;
	margin-top: 50px;
}

.ysList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 400px;
	margin: 0 auto;
	margin-top: 60px;
}

.ysList li {
	font-size: 38px;
	width: 210px;
	height: 210px;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 48px;
	text-align: center;
}

.ysList li:nth-child(2) {
	margin-left: -27px;
}

.ysList li:nth-child(3) {
	margin-top: -54px;
}

.sexjDiv1 .textDiv {
	margin-top: 120px;
}

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

.ztList li {
	margin-left: -30px;
	width: 240px;
	height: 240px;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
	line-height: 45px;
}

.sexjDiv1 .txt2 {
	line-height: 45px;
}

.zt_title {
	height: 80px;
	line-height: 80px;
	background: linear-gradient(90deg, #94f073, #ffffff);
	border-radius: 80px 0 0 80px;
	padding-left: 45px;
}

.nrDiv {
	margin-left: 45px;
}

.zhutiDiv1 .textDiv,
.zhutiDiv1 .textDiv {
	background: #9dc655;
	height: 100%;
}

.zhutiDiv1 .textDiv .wenzi {
	padding: 15px;
}

.zhutiDiv1 .mask>.imgDiv {
	height: auto;
	border-bottom: 4px solid #fff;
}

.zhutiDiv1 .row {
	margin: 0 -7px;
}

.zhutiDiv1 .col-lg-4 {
	padding: 0 7px;
}

.zhutiDiv2 ul li .imgDiv {
	width: 44.6%;
}

.zhutiDiv2 ul li .wenzi {
	width: 55%;
	background: #9dc655;
	padding: 40px;
}

.zhutiDiv2 ul li .textDiv {
	display: flex;
	justify-content: space-between;
}

.zhutiDiv3 .wenzi {
	padding: 45px 60px;
	background: #9dc655;
}
.zhutiDiv3 .imgDiv .mask {
	width: 50%;
	float: right;
	margin-left: 5px;
}
.zhutiDiv3 .imgDiv .mask2 {
	width: 100%;
	float: right;
	margin-left: 5px;
}
.zhutiDiv3 .imgBox {
	display: flex;
	justify-content: center;

}

.zhutiDiv3 .wz2 {
	padding: 35px 60px;
	background: #9dc655;
	height: 1250px;
}
.zhutiDiv3 .wz2 .imgBox {
	background: #9dc655;
	width: 100%;
	line-height: 120px;	
	float: right;
}
.zhutiDiv3 .wz2 .left {
	background: #9dc655;
	width: 40%;
	line-height: 950px;
	float: right;
}
.zhutiDiv3 .wz2 .txt2  p {
	background: #9dc655;
	width: 55%;
	line-height: 35px;
	float: left;
	margin-bottom: 40px;
}	
.zhutiDiv3 .wz2 .txt2  span {
	background: #9dc655;
	width: 55%;
	line-height: 35px;
	float: left;
	margin-bottom: 80px;
}
.casehj .imgBox1 {
    padding-left: 45px;
	display: flex;
	justify-content: space-between;
}

.casehj .mask {
	height: 100%;
}

.casehj a {
	display: block;
}

.casehj .imgBox1 a:nth-child(1) {
	width: 62.5%;
}

.casehj .imgBox1 a:nth-child(2) {
	width: 37%;
}

.casehj .imgBox2 {
	display: flex;
	padding-left: 45px;
	justify-content: space-between;
}

.casehj .imgBox2 .flDiv {
	width: 62.5%;
}

.casehj .imgBox2 .flDiv ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.casehj .imgBox2 .flDiv ul li {
	width: 49.5%;
	margin-bottom: 5px;
}

.casehj .imgBox2 .frDiv {
	width: 37%;
}

.casehj .imgBox3 {
	margin-bottom: 100px;
	padding-left: 45px;
}

.banner_nei .line_bn {
	width: 95px;
	height: 5px;
	background: #fff;
	margin: 10px 0;
}

.banner_nei .wz {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}

.sekcDiv1 {
	background: url(../img/shaoer_kc_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 125px 0;
}

.sekcDiv1 .wenzi {
	width: 1025px;
	margin: 0 auto;
	margin-top: 40px;
	line-height: 47px;
}

.sekcDiv1 ul {
	display: flex;
	justify-content: center;
}

.sekcDiv1 ul li {
	width: 25%;
	text-align: center;
}

.csrDiv2 .imgBox {
	height: 200px;
	width: 100%;
	border: 2px #fff solid;
}

.scrBox {
	width: 200px;
}

.csrDiv2 .txt {
	background: #fff;
	width: 100%;
	line-height: 1;
	color: #6d9723;
	padding: 10px;
}

.scrBox .imgBox img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.csrDiv2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 240px;
}

.csrDiv2 .cs_wz {
	margin-left: 135px;
	margin-bottom: 60px;
	line-height: 47px;
}

.sekcDiv2 {
	background: url(../img/kc_bg_m.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 130px;
}

.sekcDiv2 ul {
	margin: 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sekcDiv2 ul li {
	color: #80ac2d;
	width: 50%;
	margin-bottom: 35px;
}

.sekcDiv3 .txt {
	color: #6d9e23;
	line-height: 49px;
	letter-spacing: 1px;
}
.sekcDiv3 .content .col-lg-6 {
	padding: 0 75px;
	margin-bottom: 55px;
}
.sekcDiv3 .content .row{
	margin: 0 -75px;
}

.sekcDiv3 .content .topDiv {
	padding: 10px;
	background: #6d9e23;
}
.sekcDiv3 .content .textDiv{
	height: 100%;
}
.sekcDiv3 .content .textDiv .wenzi {
	padding: 6px 0;
}

.sekcDiv3 .content {
	width: 900px;
	margin: 0 auto;
}

.sekcDiv3 .more_p {
	width: 80px;
	height: 28px;
	background: #6d9e23;
	border-radius: 28px;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.sekcDiv3 .more_p a {
   color: #fff;
}

.sekcDiv4{
	padding: 120px 0;
	background: url(../img/shaoer_kc7.png) no-repeat center center;
	background-size: cover;
}

.sekcDiv4 ul li{
	width: 850px;
	margin: 0 auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.sekcDiv4 ul li:last-child{
	margin-bottom: 0;
}
.sekcDiv4 ul li p:nth-child(2){
	width: calc(100% - 180px);
}

.sekcDiv5 .txt{
	width: 1020px;
	margin: 0 auto;
	margin-top: 50px;
}

.zt_title.kc_title{
	height: 125px;
	line-height: 40px;
	display: flex;
	align-items: center;
	padding-left: 180px;
}
.zt_title.kc_title p{
	color: #333;
}

.ln_title{
	width: 100%;
	height: 55px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #94f073, #ffffff);
}
.sekcDiv5 .content .col-lg-4{
	padding: 0 20px;
	line-height: 45px;
}
.sekcDiv5 .content .row{
	margin: 0 -20px;
}
.sekcDiv5 .content .col-lg-4:first-child{
	margin-top: 245px;
}
.sekcDiv5 .content .col-lg-4:nth-child(2){
	margin-top:120px;
}
.ulDiv ul{
	display: flex;
	justify-content: center;
}
.ulDiv ul li p{
	white-space: nowrap;
	padding: 0 5px;
}
.ulDiv ul li{
	text-align: center;
	/* min-width: 100px;
	max-width: 160px; */
	flex: 1;
}
.ulDiv ul li img{
	height: 110px;
}
.ulDiv ul li:nth-child(1){
	/* margin-top: 340px; */
}
.topjt{
	position: absolute;
	bottom: -50px;
	right: 55px;
}

.qunti p{
	margin: 20px 0;
}

.sekcDiv6 .txt{
	width: 1020px;
	margin: 0 auto;
	margin-top: 50px;
	line-height: 47px;
}
.sc_title{
	padding: 30px 0;
	background: linear-gradient(90deg, #ffffff, #94f073, #ffffff);
}
.sc_title ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc_title ul li{
	padding: 0 25px;
	height: 28px;
	line-height: 1;
	border-right: 1px #000 solid;
}
.sc_title ul li:last-child{
	border: 0;
}
.flexSpa{
	padding: 0 135px;
}

.flexSpa .textDiv .t_wz{
	line-height: 45px;
}
.flexSpa .col-lg-6{
	padding: 0 46px;
	margin-bottom: 30px;
}
.flexSpa .row{
	margin: 0 -46px;
}

.ulDiv2 {
	background: url(../img/about3111.png) no-repeat center center;
	background-size: cover;
}
.ulDiv2 ul{
	display: flex;
	justify-content: space-between;
}
.ulDiv2 ul li .txt{
	max-width: 270px;
	border-bottom: 2px #fff solid;
	color: #fff;
	margin-left: 110px;
	padding-bottom: 10px;
	position: relative;
}
.ulDiv2 ul li .txt::before{
	width: 2px;
	height: 40px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: -40px;
	left: -10px;
	transform: skew(-25deg);
}
.ulDiv2 ul li .dian{
	width: 43px;
		height: 44px;
		border: 10px #fff solid;
		border-radius: 50%;
		margin-top: 38px;
		margin-left: 65px;
		background: #007642;
}
.ulDiv2 ul li .num{
	margin-top: 30px;
	color: #fff;
}
.ulDiv2 ul.list1 li:nth-child(2){
	margin-top: 30px;
}
.ulDiv2 ul.list1 li:nth-child(3){
	margin-top: 80px;
}
.ulDiv2{
	height: 1000px;
}
.ulDiv2 ul.list2 li .txt{
	border-bottom: 0;
	border-top: 2px #fff solid;
	margin-top: 30px;
}
.ulDiv2 ul.list2 li .txt::before{
	width: 2px;
	height: 40px;
	background: #fff;
	content: "";
	position: absolute;
	top: -40px;
	left: -10px;
	transform: skew(25deg);
}
.ulDiv2 ul.list2 li .num{
	margin-left: 50px;
}
.ulDiv2 ul.list2 li .dian{
	
}
.cenP{
	margin: 80px 0;
	margin-bottom: 150px;
}
.ulDiv2 ul.list2 li:nth-child(1){
	margin-top: 45px;
}
.ulDiv2 ul.list2 li:nth-child(2){
	margin-top: -32px;
}
.ulDiv2 ul.list2 li:nth-child(3){
	margin-top: -82px;
}

.hxysDiv{
	width: 1242px;
	height: 1152px;
	margin: 0 auto;
	background: url(../img/about4.png) no-repeat;
	background-size: 100% 100%;
}
.hxys1{
	width: 350px;
	margin: 0 auto;
	padding-top: 130px;
}
.hxysDiv .bottDiv{
	margin-top: 250px;
}
.hxys2,
.hxys3{
	width: 290px;
}
.hxys2{
	margin-left: 130px;
}
.hxys3{
	margin-right: 130px;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		transform: translate(0, 0);
		/* border-top: 1px #eee solid; */
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 70%; */
		margin-left: 0;
		display: block;
		margin-left: -58px;
	}

	header .logo a {
		/* height: 35px; */
		/* margin-top: 15px; */

	}

	header .logo img {
		max-height: 30px;
        
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.index .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.index {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 99;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
		display: block;
	}

	.menu ul ul li>a:hover,
	.menu ul ul li a:hover {
		background: #FFF;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333 !important;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		/* color: #a13e91; */
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex {
		margin-top: 50px;
	}

	.bannerIndex img {
		height: 240px;
		object-fit: cover;
	}

	.indexDiv1 {
		padding-top: 40px;
	}

	.indexDiv1 .wenzi {
		font-size: 14px;
		line-height: 28px;
	}

	.indexDiv1 .textDiv .wenzi {
		padding: 0;
	}

	.indexDiv1 .textDiv {
		padding: 15px 10px;
	}

	.indexDiv1 .col-lg-4 {
		padding: 0 7px;
		margin-bottom: 15px;
	}

	.indexDiv1 .row {
		margin: 0 -7px;
	}

	.topWz {
		width: 100%;
		padding: 20px;
		font-size: 14px;
		min-height: auto;
	}

	.indexDiv2 .content {
		display: block;
	}

	.indexDiv2 .content .wenzi {
		margin-left: 0;
		margin-top: -50px;
	}

	.indexDiv2 .content .wenzi ul li {
		margin-left: 0 !important;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.indexDiv2 .content>img {
		transform: rotate(90deg) !important;
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.indexDiv3 {
		padding: 40px 0;
	}

	.indexDiv3 .textDiv {
		padding: 20px;
	}

	.indexDiv3 .col-lg-6:nth-child(1) .textDiv {
		border-radius: 0 0 30px 0;
	}

	.indexDiv3 .col-lg-6:nth-child(2) .textDiv {
		border-radius: 0 0 0 30px;
	}

	.indexDiv3 .col-lg-6:nth-child(3) .textDiv {
		border-radius: 0 30px 0 0;
	}

	.indexDiv3 .col-lg-6:nth-child(4) .textDiv {
		border-radius: 30px 0 0 0;
	}

	.indexDiv3 .textDiv .txt {
		line-height: 30px;
	}

	.indexDiv4 .title .wrap {
		font-size: 24px;
		padding: 30px 0;
	}

	.indexDiv4 .content1 .textDiv1>img {
		width: 100%;
		margin-top: 20px;javascript:;
	}

	.indexDiv4 .content1 .textDiv1 {
		display: block;
	}
	.indexDiv4 .content1 .textDiv1 .imgDiv {
		width: 100%;
	}
	.indexDiv4 .content1 .textDiv1 .wenzi {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}

	.indexDiv4 .content1 .textDiv1 .wenzi .title2 {
		text-align: left;
	}

	.indexDiv4 .content1 .textDiv1 .wenzi .title2 .line {
		float: left;
	}

	.title2 {
		line-height: 36px;
	}

	.indexDiv4 .textDiv2 .imgBox {
		width: 100%;
		margin-left: 0;
		justify-content: space-between;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(1) {
		width: 24%;
		object-fit: cover;
		margin-right: 0;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(2) {
		width: 75%;
	}

	.mask>.imgDiv,
	.mask>.imgDiv>img {
		height: 100%;
	}

	.mask>.imgDiv>img {
		width: 100%;
	}

	.indexDiv4 .textDiv2 .imgBox {
		display: flex;
	}

	.indexDiv4 .textDiv2 .wenzi {
		width: 100%;
		margin-left: 0;
		margin: 30px 0;
	}

	.case_bott .textDiv3 .mask:nth-child(1) {
		width: 50%;
	}

	.case_bott {
		display: block;

	}

	.case_bott .textDiv3 {
		width: 100%;
	}

	.case_bott .textDiv3 .imgBox {
		display: flex;
		justify-content: space-between;
		align-items: initial;
	}

	.case_bott .textDiv3 .maskg:nth-child(2) {
		width: 45%;
	}

	.indexDiv4 .content2 .textDiv>.mask {
		width: 100%;
	}

	.indexDiv4 .content2 .textDiv {
		display: block;
	}

	.indexDiv4 .content2 .textDiv>.mask {
		margin-left: 0;
		border-left: 10px #fff solid;
		border-right: 10px #fff solid;
	}

	.case_bott .textDiv3 .mask:nth-child(2) {
		width: 48%;
	}

	.indexDiv4 .content2 .wrap .txt,
	.indexDiv4 .content2 .wrap .title2 {
		padding-left: 0;
	}

	.indexDiv4 .content2 .wrap .wenzi {
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
	}

	.indexDiv4 .content3 .textDiv3 {
		display: block;

	}

	.indexDiv4 .content3 .textDiv3 .wenzi {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.indexDiv4 .content3 .textDiv3>img {
		width: 100%;
		margin: 0;
	}

	.indexDiv4 .content3 .textDiv4>img {
		width: 100%;
		margin: 0;
	}

	.indexDiv4 .content3 .textDiv4 {
		display: block;

	}

	.indexDiv4 .content3 .textDiv4 .wenzi {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		text-align: left;
	}

	.indexDiv4 .content3 .textDiv4 .imgBox {
		display: flex;
		justify-content: space-between;
	}

	.indexDiv4 .content3 .textDiv4 .imgBox .mask:nth-child(1) {
		width: 100%;
	}
	.indexDiv4 {
		padding-bottom: 60px;
	}

	.indexDiv5 ul li {
		max-width: 43%;
	}

	.indexDiv5 ul li img {
		max-height: 50px;
	}

	.indexDiv5,
	footer {
		padding: 50px 0;
	}

	.searchDiv form {
		width: 90%;
		border: 1px #1c6947 solid;
		margin-top: 20px;
		height: 36px;
	}

	header .rightDiv .menu>ul>li:hover>a img {
		display: none;
	}

	.indexDiv4 .title {
		padding: 30px 0;
	}

	.indexDiv4 .content2 .textDiv>.mask .imgDiv,
	.indexDiv4 .content3 .textDiv3>.mask {
		width: 100%;
		border: 0;
	}

	.indexDiv4 .content3 .textDiv4>.mask {
		margin-left: 0;
		width: 100%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox {
		width: 100%;
		align-items: initial;
	}

	.juchangDiv1 {
		padding: 50px 0;
		padding-bottom: 100px;
		text-indent:2em；
	}

	.juchangDiv1 .txt {
		line-height: 30px;
	}

	.juchangDiv1 .content .imgBox {
		display: block;
	}

	.juchangDiv1 .txt {
		line-height: 60px;
		padding: 0;
	}

	.juchangDiv1 .wrap {
		width: 92%;
	}

	.font80 {
		font-size: 24px;
	}

	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.juchangDiv1 .txt {
		line-height: 30px;
	}

	.hezuoDiv1 .wrap {
		width: 92%;
	}

	.hezuoDiv1 .list {
		margin-top: 60px;
		font-size: 18px;
		line-height: 48px;
	}

	.hezuoDiv1 .list p {
		line-height: 36px;
	}

	.title_hz {
		padding: 30px 0;
	}

	.title_hz .wrap {
		font-size: 20px;
	}

	.hezuoDiv2 ul li,
	.hezuoDiv4 ul li {
		padding: 35px 0;
		min-height: auto;
		width: 100%;
		border: 0 !important;
		border-bottom: 1px #1c6947 dashed !important;
	}

	.hezuoDiv2 .content ul li:last-child {
		border: 0 !important;
	}

	.hezuoDiv3 .content ul li {
		padding: 35px 0;
		border: 0 !important;
		border-bottom: 1px #1c6947 dashed !important;
		display: block;
	}

	.hezuoDiv4 ul li:last-child,
	.hezuoDiv3 ul li:last-child {
		border: 0 !important;
	}

	.hezuoDiv3 .content ul li .textDiv {
		width: 100%;
		text-align: center;
	}

	.hezuoDiv2 ul li img,
	.hezuoDiv3 ul li img,
	.hezuoDiv4 ul li img {
		max-height: 35px;
		max-width: 35px;
	}

	.hezuoDiv2 .content,
	.hezuoDiv4 .content {
		padding-top: 0;
	}

	.hezuoDiv3 .content ul li .biaoti {
		width: 100%;
	}

	.shiziDiv1 .js_wz {
		line-height: 36px;
		padding: 0;
	}

	.shiziDiv1 .textDiv .imgDiv {
		border-radius: 50%;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		overflow: hidden;
	}

	.csrDiv ul {
		margin: 0 -20px;
		align-items: flex-start;
	}

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

	.csrDiv .textDiv {
		margin: 0;
		padding: 0 15px;
		padding-top: 10px;
	}

	.szList {
		margin: 0;
		margin-top: 80px;
	}

	.banner_nei .borWz img {
		max-height: 80px;
		min-height: initial;
	}

	.aboutDiv1,
	.aboutDiv2 {
		padding: 45px 0;
	}

	.aboutDiv1 .content {
		padding: 0;
	}

	.aboutDiv2 .title .line {
		width: 154px;
		height: 5px;
		margin: 0 auto;
		margin-top: 16px;
		background: #fff;
	}

	ul.csrlist li {
		width: 48%;
		line-height: 1;
		margin: 0 10px;
	}

	ul.csrlist li .imgBox {
		height: 165px;
	}

	ul.csrlist li .imgBox img {
		height: auto;
	}

	.aboutDiv2 .content {
		margin-top: 60px;
	}

	.aboutDiv3 {
		padding: 45px 0;
	}

	.aboutDiv3 .wrap {
		margin-bottom: 30px;
	}

	.hx_title {
		width: 90%;
		height: 15px;
		max-width: 850px;
	}

	.aboutDiv4 .wrap {
		width: 92%;
	}

	.gzjcDiv1 .wenzi {
		width: 100%;
	}

	.gzjcDiv1 .txt2 {
		width: 92%;
	}

	.gzjcDiv1>img {
		min-height: 1000px;
		object-fit: cover;
	}

	.gzjcDiv1 .wrap {
		padding-top: 50px;
	}

	.gzjcDiv1 .wenzi .txt {
		line-height: 28px;
	}

	.gzjcDiv2 .flex2 {
		display: block;
	}

	.wrap3 {
		width: 92%;
		margin: 0 auto;
	}

	.gzjcDiv2 .wenzi {
		width: 100%;
		padding: 20px;
		min-height: auto;
	}

	.gzjcDiv2 .imgBox {
		width: 100%;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
	}

	.gzjcDiv2 .imgBox img.book {
		width: 40%;
		margin: 0;
	}

	.gzjcDiv2 .imgBox img:nth-child(2) {
		width: 58%;
	}

	.gzjcDiv3 .flex2,
	.gzjcDiv4 .flex2,
	.gzjcDiv5 .flex2,
	.gzjcDiv6 .flex2,
	.gzjcDiv7 .flex2 {
		display: block;
	}

	.gzjcDiv3 .flex2 .wenzi {
		width: 100%;
		margin-top: 15px;
		padding: 20px;
		height: auto;
	}

	.gzjcDiv3 .flex2 .imgDiv {
		width: 100%;
		height: auto;
	}

	.gzjcDiv4 .textDiv .wenzi {
		padding: 20px;
		width: 100%;
		height: auto;
	}

	.gzjcDiv4 .textDiv {
		width: 100%;
		margin-bottom: 15px;
	}

	.gzjcDiv5 .textDiv .wenzi {
		padding: 20px;
	}

	.gzjcDiv6 .textDiv .wenzi {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-bottom: 15px;
	}

	.gzjcDiv6 .imgBox {
		width: 100%;
	}

	.gzjcDiv6 .imgBox .imgDiv {
		height: auto !important;
	}

	.gzjcDiv7 .textDiv .imgDiv {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.gzjcDiv7 .textDiv .wenzi {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.gzjcDiv3 .flex2>img {
		width: 100%;
	}

	.gzjcDiv2 .flex2 .imgDiv {
		height: auto;
	}

	.sexjDiv1 {
		padding: 45px 0;
	}

	.sexjDiv1 .txt {
		width: 100%;
		margin-top: 30px;
	}

	.ysList {
		width: 80%;
		margin-top: 30px;
	}

	.ysList li {}

	.ysList li {
		font-size: 20px;
		width: 50%;
		height: 138px;
		line-height: 24px;
	}

	.sexjDiv1 .textDiv {
		margin-top: 50px;
	}

	.ztList {
		flex-wrap: wrap;
	}

	.ztList li {
		width: 35%;
		height: 130px;
		margin-bottom: -10px;
	}

	.ztList li {
		margin-left: -15px;
		padding-top: 33px;
		line-height: 22px;
		font-size: 14px;
	}

	.ztList li:nth-child(4),
	.ztList li:first-child {
		margin-left: 0;
	}

	.sexjDiv1 .txt2 {
		line-height: 30px;
	}

	.zt_title {
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		letter-spacing: 0px;
	}
    .casehj .imgBox1 {
     margin-left: -45px;
     }
     .casehj .imgBox2 {
     margin-left: -45px;
     }
     .casehj .imgBox3 {
     margin-left: -45px;
     }
	.zt_title .font36 {
		font-size: 16px;
	}

	.nrDiv.nrDiv {
		margin-left: 0;
	}

	.zhutiDiv1 .col-lg-4 {
		margin-bottom: 15px;
	}

	.zhutiDiv2 ul li .textDiv {
		display: block;
	}

	.zhutiDiv2 ul li .imgDiv {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.zhutiDiv2 ul li .wenzi,
	.zhutiDiv3 .wenzi {
		width: 100%;
		padding: 20px;
		line-height: 30px;
	}
	.zhutiDiv3 .mask {
	width: 100%;
	float: right;
	margin-left: 5px;
	margin-top: 30px;
    }
    .zhutiDiv3 .mask2 {
	width: 100%;
	float: right;
	margin-left: 5px;
	margin-top: 30px;
    }
	.zhutiDiv3 .wz2 {
		width: 100%;
		padding: 20px;
		line-height: 30px;
		height: 850px;
	}
	.zhutiDiv3 .wz2 .txt2  p {
	background: #9dc655;
	width: 55%;
	line-height: 25px;
	float: left;
	margin-bottom: 10px;
    }	
    .zhutiDiv3 .wz2 .txt2  span {
	background: #9dc655;
	width: 55%;
	line-height: 25px;
	float: left;
	margin-bottom: 20px;
	}
	.banner_nei .wz{
		width: 80%;
	}
	.banner_nei .wz .font28{
		font-size: 16px;
	}
	.banner_nei .line_bn {
	    width: 64px;
	    height: 5px;
	    background: #fff;
	    margin: 4px 0;
	}
	.sekcDiv1{
		padding: 45px 0;
	}
	.sekcDiv1 .wenzi{
		width: 100%;
		margin-top: 20px;
		line-height: 30px;
	}
	.sekcDiv1 ul li{
		width: 33.33%;
	}
	.sekcDiv1 ul li .font38{
		font-size: 16px;
	}
	.csrDiv2{
		margin-top: 80px;
	}
	.csrDiv2 .cs_wz{
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.csrDiv2 {
		display: block;
	}
	.scrBox{
		width: 150px;
		margin: 0 auto;
	}
	.csrDiv2 .imgBox{
		height: 160px;
	}
	.sekcDiv2 ul li{
		width: 100%;
		margin-top: 20px;
	}
	.sekcDiv2 ul li .font36{
		font-size: 18px;
	}
	.par100{
		padding: 45px 0;
	}
	.sekcDiv3 .content .row{
		margin: 0 ;
	}
	.sekcDiv3 .content{
		width: 100%;
	}
	.sekcDiv3 .content .col-lg-6{
		padding: 0 20px;
	}
	.sekcDiv3 .more_p{
		position: relative;
		right: auto;
		margin-top: 20px;
		width: 100px;
		height: 30px;
		font-size: 14px;
	}
	.sekcDiv3 .txt{
		line-height: 28px;
	}
	.sekcDiv4 ul li{
		display: block;
		margin-top: 20px;
	}
	.sekcDiv4 ul li p:nth-child(2){
		width: 100%;
	}
	.sekcDiv4{
		padding: 45px 0;
	}
	.sekcDiv5 .txt{
		width: 100%;
		margin-top: 20px;
	}
	.zt_title.kc_title {
	    height: 125px;
	    line-height: 26px;
	    display: flex;
	    align-items: center;
	    padding-left: 30px;
		padding-right: 20px;
	}
	.sekcDiv5 .content .col-lg-4{
		margin-top: 20px!important;
	}
	.ulDiv ul{
		flex-wrap: wrap;
	}
	.ulDiv ul li{
		margin-top: 20px!important;
		width: 30%;
	}
	.ulDiv ul li .font20{
		font-size: 15px;
	}
	.topjt{
		position: relative;
		display: none;
	}
	.sekcDiv6 .txt{
		width: 100%;
		line-height: 32px;
		margin-top: 30px;
	}
	.flexSpa .row{
		margin: 0;
	}
	.flexSpa{
		padding: 0;
	}
	.flexSpa .textDiv .t_wz{
		line-height: 30px;
	}
	.title .font36{
		font-size: 20px;
	}
	.sekcDiv4 ul li{
		width: 100%;
	}
	.sekcDiv4 ul li p:first-child{
		font-size: 18px;
	}
	.font20,
	.font24{
		font-size: 15px;
	}
	.ulDiv2{
		width: 100%;
		height: auto;
	}
	.ulDiv2 ul{
		flex-wrap: wrap;
	}
	.ulDiv2 ul li .dian {
	    width: 20px;
	    height: 20px;
	    border: 4px #fff solid;
	    border-radius: 50%;
	    margin-top: 17px;
	    margin-left: 14px;
	    background: #007642;
	}
	.ulDiv2 ul li .txt{
		margin-left: 35px;
		max-width: 100%;
	}
	.ulDiv2 ul li .num{
		margin-top: 10px;
		font-size: 18px;
	}
	.ulDiv2 ul li .txt::before {
	    width: 2px;
	    height: 19px;
	    background: #fff;
	    content: "";
	    position: absolute;
	    bottom: -20px;
	    left: -5px;
	    transform: skew(
	-25deg);
	}
	.ulDiv2 ul li .font30{
		font-size: 16px;
	}
	.ulDiv2 ul li{
		width: 50%;
	}
	.ulDiv2 ul.list1 li:nth-child(2) {
	    margin-top: 40px;
	}
	.ulDiv2 ul.list1 li:nth-child(3) {
	    margin-top: 10px;
	}
	.ulDiv2 ul.list2 li{
		margin-top: 30px!important;
	}
	.cenP{
		margin: 40px 0;
	}
	.ulDiv2 ul.list2 li .num{
		margin-left: 0;
		font-size: 18px;
	}
	.ulDiv2 ul.list2 li .txt::before {
	    width: 2px;
	    height: 19px;
	    background: #fff;
	    content: "";
	    position: absolute;
	    top: -20px;
	    left: -5px;
	    transform: skew(
	25deg);
	}
	.ulDiv2 ul.list2 li .txt{
		margin-top: 18px;
	}
	.ulDiv2 ul.list2 li:nth-child(2){
		margin-top: 30px!important;
	}
	.hx_title{
		margin-top: 80px;
	}
	.hxysDiv{
		width: 90%;
		height: auto;
		margin: 0 auto;
		background: none;
	}
	.hxys1,
	.hxys2,
	.hxys3{
		width: 100%;
		margin: 0;
		margin-top: 40px;
	}
	.hxysDiv .bottDiv{
		margin-top: 0;
	}
	.hxys1{
		padding-top: 30px;
	}
}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.juchangDiv1 .content .imgBox {
		flex-wrap: wrap;
	}

	.juchangDiv1 .content .imgBox img {
		max-width: 50%;
		width: auto;
	}

	.indexDiv4 .title .wrap {
		font-size: 24px;
	}

	.font80 {
		font-size: 40px;
	}

	.title2 {
		line-height: 52px;
	}

	.juchangDiv1 .content .imgBox {
		display: flex;
	}

	.hezuoDiv2 ul li,
	.hezuoDiv4 ul li {
		width: 50%;
	}

	.hezuoDiv2 ul li:nth-child(3) {
		border-right: 1px #1c6947 dashed !important;
		border-bottom: 0 !important;
	}

	.hezuoDiv2 ul li:first-child {
		border-right: 1px #1c6947 dashed !important;
	}

	.hezuoDiv2 .content,
	.hezuoDiv4 .content {
		padding-top: 50px;
	}

	.hezuoDiv4 ul li:first-child {
		border-right: 1px #1c6947 dashed !important;
	}

	.szList {
		margin: 0;
		margin-top: 80px;
	}

	.csrDiv .textDiv {
		margin: 0 50px;
		padding-top: 10px;
	}

	.banner_nei .borWz img {
		max-height: 174px;
		min-height: initial;
	}

	ul.csrlist li {
		width: 30%;
	}

	.aboutDiv2 .content {
		margin-top: 160px;
	}

	.gzjcDiv4 .flex2>img {
		display: block;
		margin: 0 auto;
	}

	.gzjcDiv6 .textDiv>img:nth-child(2) {
		width: 52%;
	}

	.gzjcDiv6 .textDiv>img:nth-child(3) {
		width: 45.5%;
	}

	.ztList li {
		width: 20%;
		margin-left: -20px !important;
	}

	.ysList li {
		width: 150px;
	}

	.ysList {
		width: 290px;
	}
	.font36{
		font-size: 28px;
	}
	.ulDiv2 ul li{
		width: 30%;
	}
	.ulDiv2{
		margin-top: 100px;
		height: 460px;
	}
	.ulDiv2 ul.list1 li:first-child{
		margin-top: -30px;
	}
	.ulDiv2 ul.list1 li:nth-child(2) {
	    margin-top: -14px;
	}
	.ulDiv2 ul.list1 li:nth-child(3) {
	    margin-top: 17px;
	}
	.ulDiv2 ul.list2 li:first-child {
	    margin-top: 62px!important;
	}
	.ulDiv2 ul.list2 li:nth-child(2) {
	    margin-top: 14px!important;
	}
	.ulDiv2 ul.list2 li:nth-child(3) {
	    margin-top: -16px;
	}


}

@media screen and (min-width: 993px) and (max-width:1200px) {

	.wrap,
	.indexDiv1 .wrap {
		width: 90%;
	}

	.indexDiv1 .textDiv .wenzi {
		padding: 0 0px;
		padding-bottom: 15px;
	}

	header .rightDiv .menu>ul>li>a {
		font-size: 14px;
		padding: 0 10px;
	}

	.indexDiv2 .content .wenzi ul li {
		margin-bottom: 20px;
	}

	.indexDiv4 .textDiv2 .imgBox {
		width: 530px;
		display: flex;
		justify-content: space-between;
		margin-left: 0;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(1) {
		width: 28%;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(2) {
		width: 70%;
	}

	.indexDiv4 .textDiv2 .wenzi {
		width: 100%;
		margin-left: 0px;
	}

	.case_bott .textDiv3 {
		width: 360px;
	}

	.case_bott .textDiv3 .imgBox {
		display: flex;
		justify-content: space-between;
		align-items: initial;
		margin-left: 0;
	}

	.case_bott .textDiv3 .mask:nth-child(1) {
		width: 60%;
	}

	.case_bott .textDiv3 .mask:nth-child(2) {
		width: 35%;
	}

	.case_bott {
		align-items: flex-start;
	}

	.indexDiv4 .content3 .textDiv3 .wenzi {
		margin-top: 50px;
		width: 53%;
		margin-left: 0;
	}

	.indexDiv4 .content3 .textDiv3>.mask {
		width: 45%;
		margin-right: 0;
	}

	.indexDiv4 .content3 .textDiv4>.mask {
		margin-left: 11%;
		width: 42%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox {
		display: flex;
		justify-content: space-between;
		align-items: initial;
		margin-left: 0;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox .mask:nth-child(1) {
		width: 100%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox .mask:nth-child(2) {
		width: 28%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi {
		width: 45%;
	}

	.mask>.imgDiv,
	.mask>.imgDiv>img {
		width:100%;
		border-bottom: 2px solid #fff;
	}

	.juchangDiv1 .content .imgBox img {
		max-width: 50%;
		width: auto;
	}

	.font80 {
		font-size: 60px;
	}

	.font24 {
		font-size: 20px;
	}

	.juchangDiv1 .wrap {
		width: 100%;
	}

	.hezuoDiv1 .list p {
		font-size: 24px;
		line-height: 48px;
	}

	.font36 {
		font-size: 30px;
	}

	.szList {
		margin: 0;
		margin-top: 120px;
	}

	.szList .textDiv .imgDiv,
	.shiziDiv1 .textDiv .imgDiv {
		width: 160px;
		height: 160px;
	}

	.csrDiv .textDiv {
		margin: 0 70px;
	}

	.banner_nei .borWz img {
		max-height: 200px;
		min-height: initial;
	}

	.aboutDiv4 .wrap {
		width: 90%;
	}

	.wrap3 {
		width: 90%;
	}

	.gzjcDiv2 .imgBox {
		width: 49%;
		height: 330px;
		display: flex;
		justify-content: space-between;
	}

	.gzjcDiv2 .imgBox img.book {
		margin: 0;
		width: 45%;
	}

	.gzjcDiv2 .imgBox img:nth-child(2) {
		width: 50%;
	}

	.font22 {
		font-size: 16px;
	}

	.gzjcDiv2 .wenzi {
		min-height: auto;
		height: 330px;
		padding: 40px;
	}

	.gzjcDiv4 .textDiv .wenzi {}

	.gzjcDiv4 .flex2>img {
		width: 36%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox {
		width: 446px;
	}

	.indexDiv4 .content1 .textDiv1 .wenzi {
		width: 100%;
	}

	.indexDiv4 .content1 .textDiv1 .mask {
		width: 100%;
		margin-top: 20px;
	}
	.indexDiv4 .content1 .textDiv1 .imgDiv1 {
		width: 98%;
		margin-top: 20px;
	}
	.case_bott a:first-child {
		width: 57%;
	}

	.case_bott a:nth-child(2) {
		width: 40.5%;
	}

	.rtImg {
		width: 37%;
	}
	.font38{
		font-size: 24px;
	}
	.sekcDiv5 .txt{
		width: 100%;
	}
	.ulDiv ul li{
		width: 5%;
	}
	.ulDiv ul li p{
		padding: 0;
		white-space: initial;
	}
	.cenP{
		font-size: 36px;
	}
	.ulDiv2 ul.list2 li .num{
		font-size: 28px;
	}
	.ulDiv2 ul.list2 li .font30{
		font-size: 24px;
	}
	.ulDiv2{
		height: 785px;
	}
	.cenP {
	    margin: 37px 0;
	    margin-bottom: 80px;
	}
	.ulDiv2 ul.list1 li:nth-child(2) {
	    margin-top: -15px;
	}
	.ulDiv2 ul.list1 li:nth-child(3) {
	    margin-top: 31px;
	}
	.ulDiv2 ul.list2 li:nth-child(2) {
	    margin-top: -10px;
	}
	.ulDiv2 ul.list2 li:nth-child(3) {
	    margin-top: -40px;
	}
	.ulDiv2 ul.list2 li:nth-child(1) {
	    margin-top: 47px;
	}
	.hxysDiv{
		width: 800px;
		height: 780px;
	}
	.hxys1 {
	    width: 247px;
	    margin: 0 auto;
	    padding-top: 84px;
	}
	.hxys1 .font36 {
	    font-size: 24px;
	}
	.hxysDiv .bottDiv {
	    margin-top: 147px;
	}
	.hxys2, .hxys3 {
	    width: 200px;
	}
	.hxys2 {
	    margin-left: 74px;
	}
	.hxys3{
		margin-right: 74px;
	}
}

@media screen and (min-width:1205px)and (max-width:1400px) {

	.wrap {
		width: 1000px;
	}

	.mask>.imgDiv,
	.mask>.imgDiv>img {
		width: 100%;
	}

	.indexDiv1 .wrap {
		width: 1100px;
	}

	.indexDiv1 .textDiv .wenzi {
		padding: 0 30px;
	}

	.indexDiv4 .textDiv2 .imgBox {
		width: 540px;
		display: flex;
		justify-content: space-between;
		margin-left: 0;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(1) {
		width: 28%;
	}

	.indexDiv4 .textDiv2 .imgBox .mask:nth-child(2) {
		width: 70%;
	}

	.indexDiv4 .textDiv2 .wenzi {
		width: 100%;
		margin-left: 0px;
	}

	.case_bott .textDiv3 {
		width: 620px;
	}

	.case_bott .textDiv3 .imgBox {
		display: flex;
		justify-content: space-between;
		align-items: initial;
		margin-left: 0;
	}

	.case_bott .textDiv3 .mask:nth-child(1) {
		width: 58%;
	}

	.case_bott .textDiv3 .mask:nth-child(2) {
		width: 40%;
	}

	.case_bott {
		align-items: flex-start;
	}

	.indexDiv4 .content3 .textDiv3 .wenzi {
		margin-top: 50px;
		width: 53%;
		margin-left: 0;
	}

	.indexDiv4 .content3 .textDiv3>.mask {
		width: 45%;
		margin-right: 0;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox {
		display: flex;
		justify-content: space-between;
		align-items: initial;
		margin-left: 0;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox .mask:nth-child(1) {
		width: 100%;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi {
		width: 548px;
	}

	.case_bott .textDiv3 {
		width: 620px;
	}

	.indexDiv4 .content3 .textDiv4>.mask {
		margin-left: 180px;
		width: 400px;
	}

	.juchangDiv1 .content .imgBox {
		flex-wrap: nowrap;
	}

	.juchangDiv1 .txt {
		line-height: 60px;
		padding: 0 30px;
		text-indent: 2em；
	}

	.juchangDiv1 .wrap {
		width: 1100px;
	}

	.szList {
		margin: 0;
		margin-top: 120px;
	}

	.textDiv1>.mask {
		width: 53%;
	}

	.case_bott .textDiv3 {
		width: 470px;
		margin-left: 15px;
	}

	.indexDiv4 .wrap {
		width: 1100px;
	}

	.indexDiv4 .content1 .textDiv1 .wenzi {
		width: calc(100% - 580px);
		text-align: right;
	}

	.indexDiv4 .textDiv2 .imgBox {
		width: 514px;
	}

	.indexDiv4 .font22 {
		font-size: 18px;
		line-height: 40px;
	}

	.indexDiv4 .textDiv2 .wenzi .title2 {
		height: 57px;
		font-size: 30px;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi .imgBox,
	.indexDiv4 .content3 .textDiv4 .wenzi {
		width: 490px;
	}

	header .wrap {
		width: 1100px;
	}

	.indexDiv4 .content2 .textDiv>.mask .imgDiv {
		width: 386px;
	}

	.banner_nei .borWz img {
		max-height: 240px;
		min-height: initial;
	}

	.aboutDiv4 .wrap {
		width: 1100px;
	}

	.wrap3 {
		width: 1000px;
	}

	.rtImg {
		width: 38.4%;
	}

	.gzjcDiv4 .textDiv {
		width: 60%;
	}

	.gzjcDiv4 .textDiv .imgDiv {
		height: calc(100% - 283px);
	}

	.font22 {
		font-size: 16px;
	}

	.gzjcDiv6 .textDiv .wenzi,
	.gzjcDiv7 .textDiv .wenzi,
	.gzjcDiv7 .textDiv .imgDiv {
		height: 385px;
	}

	.gzjcDiv6 .imgBox .imgDiv:nth-child(1),
	.gzjcDiv6 .imgBox .imgDiv:nth-child(2) {
		height: 385px;
	}

	.gzjcDiv2 .wenzi {
		min-height: 330px !important;
		padding: 50px;
	}

	.gzjcDiv2 .imgBox {
		height: 330px;
	}
	.hxysDiv{
		width: 1000px;
		height: 890px;
	}
	.hxys2 {
	    margin-left: 82px;
	}
	.hxys3 {
	    margin-right: 82px;
	}

}

@media screen and (min-width:1401px)and (max-width:1560px) {
	.indexDiv4 .wrap {
		width: 1100px;
	}

	.indexDiv4 .textDiv2 .imgBox {
		margin-left: 0;
	}

	.textDiv1>.mask {
		width: 50%;
		margin-top: 20px;
	}

	.indexDiv4 .content1 .textDiv1 .wenzi {
		width: calc(100% - 572px);
		text-align: right;
	}

	.indexDiv4 .textDiv2 .imgBox {
		width: 595px;
	}

	.case_bott .textDiv3 {
		width: 484px;
		margin-left: 20px;
	}

	.case_bott .textDiv3 .mask:nth-child(1) {
		width: 100%;
	}

	.case_bott .textDiv3 .mask:nth-child(2) {
		width: 40%;
	}

	.case_bott .textDiv3>.imgBox {
		align-items: initial;
	}

	.indexDiv4 .textDiv2 .wenzi {
		width: 595px;
		margin-left: 0px;
	}

	.indexDiv4 .content2 .textDiv>.mask .imgDiv {
		width: 420px;
	}

	.indexDiv4 .content3 .textDiv3>.mask {
		width: 540px;
	}

	.indexDiv4 .content3 .textDiv3 .wenzi {
		margin-top: 38px;
		width: 540px;
		margin-left: 0;
	}

	.indexDiv4 .content3 .textDiv4 .wenzi {
		width: 540px;
	}

	.indexDiv4 .content3 .textDiv4>.mask {
		width: 359px;
	}

	.banner_nei .borWz img {
		max-height: 300px;
		min-height: initial;
	}

	.wrap3 {
		width: 1100px;
	}

	.rtImg {
		width: 38.4%;
	}

	.gzjcDiv4 .textDiv {
		width: 60%;
	}

	.font22 {
		font-size: 18px;
	}

	.gzjcDiv6 .textDiv .wenzi,
	.gzjcDiv7 .textDiv .wenzi,
	.gzjcDiv7 .textDiv .imgDiv {
		height: 385px;
	}

	.gzjcDiv6 .imgBox .imgDiv:nth-child(1),
	.gzjcDiv6 .imgBox .imgDiv:nth-child(2) {
		height: 385px;
	}

	.gzjcDiv2 .wenzi {
		height: 330px;
		padding: 50px;
		min-height: auto;
	}

	.gzjcDiv2 .imgBox .book {
		width: 42%;
	}

	.gzjcDiv2 .imgBox {
		height: 330px;
	}
	.hxysDiv{
		width: 1100px;
		height: 1000px;
	}
	.hxys2 {
	    margin-left: 100px;
	}
	.hxys3 {
	    margin-right: 100px;
	}
}
