.haeder {
	width: 100%;
	height: 133px;
	background: #fff;
	padding: 0 80px 0 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.haeder .logo {
	display: block;
}

.haeder .grow {
	height: 100%;
	display: flex;
	align-items: center;
}

.haeder .grow .menu {
	margin-left: 20px;
	display: none;
}

.haeder .grow .chs {
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.haeder .grow .chs p {
	font-size: 17px;
	color: #393939;
	width: 60px;
	text-align: center;
}

.haeder .grow ul {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.haeder .grow ul li {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	position: relative;
	height: 100%;
	color: #393939;
}
.haeder .grow ul li:hover div{
	display: block;
}
.haeder .grow ul li div{
	overflow: hidden;
	width: 110%;
	border-top: 1px solid #DDDDDD;
	position: absolute;
	left: 0;
	top: 133px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px 0;
	display: none;
	z-index: 999999;
}
.haeder .grow ul li div a{
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 20px;
	font-size: 14px;
	color: #6C6C6C;
}
.haeder .grow ul li div a:hover{
	color: #14a83b;
}
.haeder .grow ul li.on::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #14A83B;
	position: absolute;
	top: 0;
	left: 0;
}

.haeder .grow ul li.on > a {
	color: #14a83b;
}
.haeder .grow ul li:hover > a{
	color: #14A83B;
}
.mobile_navbar{
	display: none;
}
.haeder .grow ul li:hover::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #14A83B;
	position: absolute;
	top: 0;
	left: 0;
}

.haeder .grow ul li > a {
	color: #393939;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.banner {
	width: 100%;
}
.banner.index{
	background-image: url(../images/icon_18.jpg);
	height: 417px;
	background-size: cover;
	background-position: center;
}
.banner.pro{
	width: 100%;
	height: 642px;
	
}
.s4{
	width: 100%;
	height: 642px;
}
.banner.pro .swiper-slide{
	width: 100%;
	background-image: url(../images/dew_02.jpg);
	height: 642px;
	background-size: cover;
	background-position: center;
}
.banner img {
	width: 100%;
	display: block;
}

.tabbar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabbar li {
	width: 144px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ededed;
	font-size: 16px;
	color: #272727;
	transition: all .2s;
	cursor: pointer;
	margin: 0 6px;
}

.tabbar li.on {
	background: #5aa644;
	color: #fff;
}

.tabbar li:hover {
	background: #5aa644;
	color: #fff;
}

.main_content {
	width: 1600px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
	padding-top: 75px;
}

.main_content .bos_zizhi {
	overflow: hidden;
	width: 100%;
	margin-top: 130px;
}

.main_content .bos_zizhi .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_content .bos_zizhi .title div {
	width: 107px;
	height: 1px;
	background: #003a5f;
}

.main_content .bos_zizhi .title p {
	margin: 0 25px;
	font-size: 32px;
	line-height: 1;
	color: #003a5f;
}

.main_content .bos_zizhi .box {
	overflow: hidden;
	margin-top: 105px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main_content .bos_zizhi .box .font {
	width: 904px;
	overflow: hidden;
	padding: 80px 45px 55px 55px;
	background: #F0F0F0;
}

.main_content .bos_zizhi .box .font p {
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 35px;
	line-height: 33px;
}

.main_content .bos_zizhi .box .picgrow {
	width: 690px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main_content .bos_zizhi .box .picgrow img {
	display: block;
	margin-bottom: 8px;
}

.main_content .bos_zizhi .box .picgrow img:nth-child(3) {
	margin-bottom: 0;
}

.main_content .bos_zizhi .box .picgrow img:nth-child(4) {
	margin-bottom: 0;
}

.main_content .main_news {
	overflow: hidden;
	padding: 125px 0 0 0;
}

.main_content .main_news .title {
	overflow: hidden;
	padding-bottom: 46px;
	border-bottom: 2px solid #dddddd;
}

.main_content .main_news .title p {
	font-size: 32px;
	line-height: 1;
	color: #010101;
	text-align: center;
	margin-bottom: 30px;
}

.main_content .main_news .title span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #636363;
	text-align: center;
}

.main_content .main_news .box {
	overflow: hidden;
	padding: 0 50px;
}

.main_content .main_news .box p {
	font-size: 21px;
	color: #5b5b5b;
	line-height: 43px;
	padding: 60px 0;
}

.footer {
	overflow: hidden;
	width: 100%;
	background: #2d3238;
}

.footer .tip {
	width: 1600px;
	margin: 0 auto;
	padding: 112px 0 130px 0;
	display: flex;
	justify-content: space-between;
}

.footer .tip .link {
	overflow: hidden;
	display: flex;
}

.footer .tip .link ul {
	overflow: hidden;
	margin-right: 90px;
}

.footer .tip .link ul li {
	font-size: 17px;
	line-height: 34px;
}
.footer .tip .link ul li:hover a{
	color: #14a83b;
}
.footer .tip .link ul li:first-child {
	margin-bottom: 25px;
	font-size: 21px;
	color: #fff;
}

.footer .tip .link ul li a {
	color: #707070;
	transition: all .2s;
}

.footer .tip .code {
	overflow: hidden;
}

.footer .tip .code img {
	display: block;
}

.footer .tip .code p {
	text-align: center;
	font-size: 15px;
	color: #aaabab;
	margin-top: 20px;
}

.footer .tip .code .share {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.footer .tip .code .share .item {
	display: block;
	margin: 0 15px;
	position: relative;
}

.footer .tip .code .share .item img {
	display: block;
	margin: 0 autp;
}

.footer .fot {
	overflow: hidden;
	height: 170px;
	border-top: 1px solid #393A3C;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 160px;
}

.footer .fot p {
	font-size: 16px;
	color: #b8b7b7;
}

.footer .fot ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.footer .fot ul li {
	font-size: 16px;
	margin-right: 33px;
	position: relative;
	color: #b8b7b7;
}

.footer .fot ul li::after {
	content: '';
	width: 1px;
	height: 22px;
	background: #47484A;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}

.footer .fot ul li:last-child::after {
	display: none;
}

.footer .fot ul li a {
	color: #b8b7b7;
}

.down_data {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	padding: 120px 0 140px 0;
	background: #fff;
}

.down_data h2 {
	font-size: 48px;
	line-height: 1;
	color: #484848;
	margin-bottom: 55px;
}

.down_data .get_more {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #c1b8bf;
	background: #f7f7f7;
}

.down_data ul {
	overflow: hidden;
}

.down_data ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 195px;
	width: 788px;
	float: left;
	margin-right: 24px;
	margin-bottom: 25px;
	background: #f7f7f7;
}

.down_data ul li:nth-child(2n) {
	margin-right: 0;
}

.down_data ul li .font {
	overflow: hidden;
	width: 580px;
	padding-left: 45px;
}

.down_data ul li .font p {
	font-size: 25px;
	color: #000;
	line-height: 35px;
}

.down_data ul li .font span {
	display: block;
	font-size: 17px;
	margin-top: 10px;
	color: #585853;
}

.down_data ul li .link {
	width: 155px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #ececec;
}

.down_data ul li .link img {
	display: block;
}

.haeders {
	overflow: hidden;
	display: flex;
	margin-bottom: 65px;
	align-items: center;
	justify-content: space-between;
}

.haeders h3 {
	font-size: 42px;
	color: #000000;
}

.haeders .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.haeders .icon img {
	margin-left: 13px;
	cursor: pointer;
}

.main_hb {
	width: 1600px;
	margin: 0 auto;
	padding-bottom: 130px;
	overflow: hidden;
}

.main_hb h2 {
	font-size: 42px;
	margin-bottom: 140px;
	color: #000000;
}

.main_hb .box {
	overflow: hidden;
	width: 100%;
	padding: 0 160px;
	position: relative;
}

.main_hb .box .slide {
	overflow: hidden;
}

.main_hb .box .slide img {
	display: block;
	float: left;
	margin-right: 70px;
	margin-bottom: 75px;
}

.main_hb .box .slide img:nth-child(7n) {
	margin-right: 0;
}

.main_abouts {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: #f4f4f4;
}

.main_abouts .m {
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main_abouts .m .item {
	overflow: hidden;
	width: 760px;
	display: flex;
	justify-content: space-between;
}

.main_abouts .m .item .grow {
	overflow: hidden;
	width: 290px;
}

.main_abouts .m .item .grow p {
	font-size: 40px;
	line-height: 90px;
	color: #000000;
}

.main_abouts .m .item .grow span {
	display: block;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 32px;
	color: #6c6c6c;
}
.main_about .swiper-slide{
	width: 33.33%;
}
.hide{
	display: none;
}
.main_abouts .m .item .grow div {
	width: 180px;
	height: 55px;
	margin-top: 130px;
	border: 1px solid #e7e7e7;
	transition: all .3s;
}

.main_abouts .m .item .grow div:hover{
	background: #14a83b;
	border: 1px solid #14a83b;
	color: #fff;
}
.main_abouts .m .item .grow div:hover em{
	color: #fff;
}
.main_abouts .m .item .grow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_abouts .m .item .grow div a em {
	font-size: 16px;
	color: #393b3c;
}

.main_abouts .m .item img {
	display: block;
	width: 422px;
	height: 422px;
}

.main_zs {
	overflow: hidden;
	width: 100%;
	background: #f4f4f4;
	padding: 146px 0 160px 0;
}
.main_zs .swiper-slide{
	width: 35%;
}
.main_news_box .swiper-slide{
	width: 35%;
}
.main_zs .m {
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
}

.main_zs .m h2 {
	font-size: 48px;
	line-height: 1;
	color: #484848;
	margin-bottom: 90px;
}

.main_zs .m ul {
	overflow: hidden;
	width: 100%;
}

.main_zs .m ul li {
	overflow: hidden;
	width: 497px;
	margin-bottom: 92px;
	height: 688px;
	background: #fff;
}

.main_zs .m ul li:hover .info {
	transform: translateY(-90px);
}

.main_zs .m ul li:hover .info div {
	opacity: 1;
}

.main_zs .m ul li:nth-child(3n) {
	margin-right: 0;
}

.main_zs .m ul li:hover .info p {
	color: #1473bd;
}

.main_zs .m ul li .pic {
	width: 100%;
	height: 340px;
}

.main_zs .m ul li .pic img {
	width: 100%;
}

.main_zs .m ul li .info {
	overflow: hidden;
	background: #FFFFFF;
	padding: 75px 40px 0 42px;
	transition: all .6s;
	height: 440px;
}

.main_zs .m ul li .info p {
	font-size: 26px;
	margin-bottom: 35px;
	color: #5e5e5e;
	transition: all .3s;
}

.main_zs .m ul li .info span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #929292;
}

.main_zs .m ul li .info div {
	overflow: hidden;
	transition: all .2s;
	display: flex;
	opacity: 0;
	margin-top: 65px;
	align-items: center;
}

.main_zs .m ul li .info div span {
	font-size: 16px;
	color: #1473bd;
}

.main_zs .m ul li .info div img {
	margin-left: 10px;
}

.main_zs .m .get_more {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	background: #fff;
}

.main_center {
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
	padding: 72px 0 85px 0;
	display: flex;
	justify-content: space-between;
}

.main_center .right {
	overflow: hidden;
	width: 1216px;
}

.main_center .right img {
	width: 100%;
}

.main_center .left {
	overflow: hidden;
	width: 357px;
}

.main_center .left h2 {
	font-size: 42px;
	line-height: 65px;
	color: #000000;
}

.main_center .left ul {
	overflow: hidden;
	margin-top: 10px;
}

.main_center .left ul li {
	width: 100%;
	height: 76px;
	border: 1px solid #e7e7e7;
	margin-top: 8px;
	padding: 0 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_center .left ul li.on p {
	color: #14a83b;
}

.main_center .left ul li.on div {
	background-image: url(../images/dew_08.jpg);
}

.main_center .left ul li p {
	font-size: 21px;
	color: #323232;
}

.main_center .left ul li div {
	width: 27px;
	height: 8px;
	background-image: url(../images/dew_11.jpg);
	background-size: 100%;
}

.main_forms {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.main_forms .right {
	overflow: hidden;
	width: 548px;
}

.main_forms .right .box {
	overflow: hidden;
	background: #eeeef0;
	padding: 60px 0 85px 80px;
}

.main_forms .right .box p {
	font-size: 30px;
	color: #000;
}

.main_forms .right .box span {
	display: block;
	font-size: 21px;
	color: #4a4144;
	margin-top: 22px;
}

.main_forms .right .box div {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_forms .right .box div em {
	font-size: 20px;
	margin-right: 10px;
	color: #135da6;
}

.main_forms .left {
	overflow: hidden;
	width: 938px;
}

.main_forms .left h2 {
	font-size: 42px;
	color: #333;
}

.main_forms .left .lab {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 27px;
}

.main_forms .left .lab input {
	width: 450px;
	height: 76px;
	background: #fff;
	border: 1px solid #ebebec;
	box-sizing: border-box;
	outline: none;
	padding-left: 35px;
	font-size: 18px;
	color: #392e37;
}

.main_forms .left .lab select {
	width: 450px;
	height: 76px;
	background: #fff;
	border: 1px solid #ebebec;
	outline: none;
	padding-left: 35px;
	font-size: 18px;
	color: #392e37;
}

.main_forms .left .lab .sws {
	width: 100%;
}

.main_forms .left .submits {
	width: 355px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1160a6;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	margin-top: 75px;
}

.main_about {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	margin-top: 155px;
}

.main_about .titles {
	overflow: hidden;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e7;
}

.main_about .titles h2 {
	font-size: 42px;
	color: #484848;
}

.main_about .titles .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_about .titles .icon img {
	cursor: pointer;
	display: block;
	margin-left: 13px;
}

.main_about ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_about ul li {
	overflow: hidden;
	width: 496px;
	margin: 0 auto;
	margin-top: 45px;
	transition: all .6s;
	background: #fff;
}

.main_about ul li:hover {
	transform: translateY(-20px);
}

.main_about ul li:nth-child(3n) {
	margin-right: 0;
}

.main_about ul li .pic {
	width: 100%;
	height: 352px;
	overflow: hidden;
}

.main_about ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_about ul li .info {
	overflow: hidden;
	padding: 60px 88px 0 68px;
	height: 255px;
}

.main_about ul li .info p {
	font-size: 28px;
	color: #484848;
}

.main_about ul li .info span {
	display: block;
	font-size: 16px;
	color: #696969;
	line-height: 28px;
	margin-top: 20px;
}

.main_list_info {
	overflow: hidden;
	display: flex;
	width: 1600px;
	margin: 0 auto;
}

.main_list_info .pic {
	width: 740px;
	overflow: hidden;
}

.main_list_info .pic img {
	display: block;
	width: 100%;
}

.main_list_info .grow {
	overflow: hidden;
	margin-left: 60px;
}

.main_list_info .grow h2 {
	font-size: 42px;
	margin-bottom: 60px;
	color: #000000;
}

.main_list_info .grow p {
	display: block;
	font-size: 26px;
	margin-bottom: 50px;
	color: #000000;
}

.main_list_info .grow span {
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 28px;
}

.main_list_info .grow .btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin-top: 60px;
	background: #fff;
	border: 1px solid #3161a0;
}

.main_list_info .grow .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_list_info .grow .btn a em {
	font-size: 18px;
	color: #3161a0;
	margin-right: 10px;
}

.main_list {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	padding: 130px 0 375px 0;
}

.main_list h2 {
	font-size: 48px;
	line-height: 1;
	color: #484848;
}

.main_list .get_more {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	background: #fff;
}

.main_list ul {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_list ul li {
	overflow: hidden;
	width: 496px;
	float: left;
	margin-right: 56px;
	margin-top: 95px;
	transition: all .6s;
	background: #fff;
}

.main_list ul li:hover {
	transform: translateY(-20px);
}
.main_list ul li:hover .info p{
	color: #1473BD;
}
.main_about ul li:hover .info p{
	color: #1473BD;
}
.main_list ul li:nth-child(3n) {
	margin-right: 0;
}

.main_list ul li .pic {
	width: 100%;
	height: 352px;
	overflow: hidden;
}

.main_list ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_list ul li .info {
	overflow: hidden;
	padding: 60px 88px 0 68px;
	height: 255px;
}

.main_list ul li .info p {
	font-size: 28px;
	color: #484848;
}

.main_list ul li .info span {
	display: block;
	font-size: 16px;
	color: #696969;
	line-height: 28px;
	margin-top: 20px;
}

.main_news_box {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	padding: 146px 0 200px 0;
	background: #fff;
}

.main_news_box h2 {
	font-size: 48px;
	line-height: 1;
	color: #484848;
	margin-bottom: 90px;
}

.main_news_box .get_more {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #9d9ea5;
	background: #eeeeee;
}

.main_news_box ul {
	overflow: hidden;
}

.main_news_box ul li {
	overflow: hidden;
	width: 520px;
	margin-bottom: 50px;
	border: 1px solid #f7f7f7;
}

.main_news_box ul li:nth-child(3n) {
	margin-right: 0;
}

.main_news_box ul li:hover .pic img {
	transform: scale(1.1);
}
.main_news_box ul li:hover .info > div div{
	background-image: url(../images/dew_08.jpg);
}
.main_news_box ul li:hover .info > div img {
}

.main_news_box ul li:hover .info > div span {
	color: #1473bd;
}

.main_news_box ul li .pic {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.main_news_box ul li .pic img {
	display: block;
	transition: all .6s;
	width: 100%;
	height: 100%;
}

.main_news_box ul li .info {
	overflow: hidden;
	height: 265px;
	padding: 65px 0 0 55px;
}

.main_news_box ul li .info p {
	font-size: 24px;
	color: #000000;
}

.main_news_box ul li .info > div {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 65px;
}

.main_news_box ul li .info > div span {
	font-size: 16px;
	transition: all .3s;
	color: #6f6f6f;
}

.main_news_box ul li .info > div div {
	width: 27px;
	height: 8px;
	background-image: url(../images/dew_11.jpg);
	background-size: 100%;
	margin-left: 13px;
}


@media (max-width: 1800px) {
	.haeder .grow ul li a{
		padding: 0 15px;
	}
	.en{
		width: 36px;
	}
	.main_content, .main_forms, .main_abouts .m, .main_hb, .main_center, .main_list_info, .main_about, .footer .tip, .main_news_box, .main_zs .m, .down_data,.main_list{
		width: 1400px;
	}
	.footer .fot{
		padding: 0;
		width: 1400px;
		margin: 0 auto;
	}
	.main_content .bos_zizhi .box .font{
		width: 690px;
	}
	.main_content .bos_zizhi .box .picgrow{
		width: 690px;
	}
	.main_news_box ul li{
		width: 453px;
	}
	.main_news_box ul li .pic{
		height: 305px;
	}
	.main_zs .m ul li{
		width: 430px;
		height: 635px;
	}
	.main_about ul li{
		width: 429px;
	}
	.main_about ul li .pic{
		height: 292px;
	}
	.main_zs .m ul li .pic{
		height: 294px;
	}
	.main_zs .m ul li .info{
		padding: 40px;
	}
	.down_data ul li{
		width: 688px;
		height: 160px;
	}
	.down_data ul li .font{
		width: 508px;
	}
	.main_list ul li{
		width: 429px;
	}
	.main_list ul li .pic{
		height: 292px;
	}
	.main_forms .left{
		width: 700px;
	}
	.main_forms .left .lab input{
		width: 340px;
	}
	.main_forms .left .lab select{
		width: 340px;
	}
	.main_center .right{
		width: 1000px;
	}
	.main_hb .box .slide img{
		margin-right: 37px;
	}
	.main_abouts .m .item img{
		width: 360px;
		height: 360px;
	}
	.main_abouts .m .item{
		width: 680px;
	}
	.main_abouts .m .item .grow div{
		margin-top: 65px;
	}
}
@media (max-width: 1500px) {
	.main_content, .main_forms, .main_abouts .m, .main_hb, .main_center, .main_list_info, .main_about, .footer .tip, .main_news_box, .main_zs .m, .down_data,.main_list{
		width: 1200px;
	}
	.main_content .bos_zizhi .box .font{
		width: 590px;
		padding: 30px;
	}
	.main_content .bos_zizhi .box .font p{
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.main_content .bos_zizhi .box .picgrow{
		width: 590px;
	}
	.main_content .bos_zizhi .box .picgrow img{
		width: 292px;
	}
	.footer .tip .link ul li:first-child{
		font-size: 18px;
	}
	.footer .tip .link ul li{
		font-size: 15px;
	}
	.footer .tip .link ul{
		margin-right: 60px;
	}
	.footer .tip .code img{
		margin: 0 auto;
	}
	.footer .fot{
		width: 1200px;
	}
	h2 ,h3{
		font-size: 30px !important;
	}
	.main_news_box ul li{
		width: 386px;
	}
	.main_news_box ul li .pic{
		height: 247px;
	}
	.main_news_box ul li .info{
		height: 220px;
		padding: 40px 0 0 40px;
	}
	.main_news_box{
		padding-bottom: 60px;
	}
	.main_zs .m ul li{
		width: 364px;
		height: 560px;
	}
	.main_zs .m ul li .pic{
		height: 249px;
	}
	.main_zs .m ul li .info p{
		font-size: 24px;
	}
	.main_zs .m ul li .info span{
		font-size: 14px;
	}
	.down_data ul li{
		width: 588px;
	}
	.down_data ul li .font{
		width: 415px;
	}
	.down_data ul li .font p{
		font-size: 23px;
	}
	.main_list ul li{
		width: 362px;
	}
	.main_list ul li .pic{
		height: 246px;
	}
	.main_list ul li .info{
		padding: 40px;
	}
	.main_list{
		padding-bottom: 200px;
	}
	.main_about ul li{
		width: 362px;
	}
	.main_about ul li .pic{
		height: 246px;
	}
	.main_about ul li .info{
		padding: 40px;
	}
	.main_forms .right{
		width: 450px;
	}
	.main_forms .right > img{
		display: block;
		width: 100%;
	}
	.main_center .right{
		width: 800px;
	}
	.main_hb .box{
		padding: 0 100px;
	}
	.main_hb .box .slide img{
		margin-right: 24px;
	}
	.main_abouts .m .item{
		width: 48%;
	}
	.main_abouts .m .item img{
		width: 280px;
		height: 280px;
	}
	.main_abouts .m .item .grow p{
		font-size: 30px;
	}
	.main_abouts .m .item .grow span{
		font-size: 14px;
	}
	.main_abouts .m .item .grow div{
		margin-top: 20px;
		width: 150px;
		height: 40px;
	}
}
@media (max-width: 1200px) {
	.main_content, .main_forms, .main_abouts .m, .main_hb, .main_center, .main_list_info, .main_about, .footer .tip, .main_news_box, .main_zs .m, .down_data,.main_list{
		width: 100%;
	}
	.main_hb{
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_hb h2{
		font-size: .35rem !important;
		margin-bottom: .5rem;
	}
	.main_hb .box{
		width: 100%;
		padding: 0;
	}
	.main_hb{
		padding-bottom: 0;
	}
	.main_hb .box .slide img{
		width: 1.5rem;
		margin: 0;
		margin-bottom: .2rem;
	}
	.main_hb .box .slide{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main_hb .box{
		padding-bottom: 1.5rem;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 1rem !important;
		height: 1rem !important;
		top: 85% !important;
	}
	.main_hb .box .slide img:nth-child(7n){
		margin-right: 0;
	}
	.main_hb .box .slide img:nth-child(4n){
		margin-right: 0;
	}
	.main_news_box{
		padding-bottom: .4rem !important;
	}
	.haeder .grow ul{
		display: none;
	}
	.haeder{
		height: 1.17rem;
		padding: 0 .21rem;
	}
	.haeder .logo{
		width: 3.16rem;
	}
	.haeder .grow .menu{
		width: .4rem;
		margin-left: .2rem;
	}
	.haeder .grow img{
		width: .15rem;
	}
	.en{
		width: .5rem !important;
	}
	.haeder .grow .chs p{
		width: .7rem;
		font-size: .2rem;
	}
	.tabbar{
		display: none;
	}
	.main_content{
		padding-top: 1.05rem;
	}
	.main_content .bos_zizhi{
		margin-top: 0;
	}
	.main_content .bos_zizhi .title div{
		width: 1.26rem;
		height: .02rem;
	}
	.main_content .bos_zizhi .title p{
		font-size: .37rem;
		margin: 0 .26rem;
	}
	.main_content .bos_zizhi .box{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding-top: 6.23rem;
		margin-top: 1.2rem;
		width: 7.1rem;
	}
	.main_content .bos_zizhi .box .picgrow{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main_content .bos_zizhi .box .picgrow img{
		width: 3.5rem;
		margin-bottom: .1rem;
	}
	.main_content .bos_zizhi .box .font{
		background: none;
		padding: 0;
	}
	.main_content .bos_zizhi .box .font p{
		font-size: .18rem;
		line-height: .38rem;
		margin-bottom: .4rem;
	}
	.main_content .main_news{
		padding-top: 1.1rem;
		width: 7.1rem;
		margin: 0 auto;
	}
	.main_content .main_news .title{
		padding-bottom: .45rem;
	}
	.main_content .main_news .title p{
		font-size: .27rem;
		margin-bottom: .36rem;
	}
	.main_content .main_news .title span{
		font-size: .18rem;
	}
	.main_content .main_news .box{
		padding: 0  0;
	}
	.main_content .main_news .box p{
		font-size: .19rem;
		line-height: .45rem;
		padding: .25rem 0;
	}
	.footer{
		position: relative;
		padding-top: 2.36rem;
	}
	.footer .tip .link{
		display: none;
	}
	.footer .tip{
		height: 2.36rem;
		position: absolute;
		left: 0;
		top: 0;
		background: #333333;
		width: 100%;
		padding: 0;
	}
	.footer .tip .code{
		width: 100%;
	}
	.footer .tip .code img{
		display: block;
		margin-top: .7rem;
		width: .95rem;
	}
	.footer .tip .code p{
		font-size: .13rem;
		margin-top: .16rem;
	}
	.footer .fot{
		height: auto;
		padding: .24rem 0;
		width: 100%;
	}
	.footer .fot ul{
		display: none;
	}
	.footer .fot p{
		font-size: .15rem;
		line-height: .3rem;
		text-align: center;
	}
	.main_news_box{
		padding-top: 0;
		width: 7.1rem;
		margin: 0 auto;
	}
	.main_news_box h2{
		font-size: .46rem !important;
		text-align: center;
		color: #003a5f !important;
		margin-bottom: .73rem;
	}
	.main_news_box ul li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.get_more{
		width: 100%;
		height: 1rem !important;
		font-size: .28rem !important;
		background: #32b400 !important;
		color: #fff !important;
	}
	.main_zs{
		padding-top: 1rem;
		width: 7.1rem;
		padding-bottom: .5rem;
		background: #fff;
		margin: 0 auto;
	}
	.down_data{
		width: 7.1rem;
		margin: 0 auto;
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.down_data ul li .link a img{
		width: .4rem;
	}
	.down_data ul li{
		width: 100%;
		height: 2rem;
	}
	.down_data ul li .font{
		padding-left: .3rem;
		width: 70%;
	}
	.down_data ul li .font p{
		font-size: .28rem;
		line-height: .45rem;
	}
	.down_data ul li .font span{
		font-size: .26rem;
	}
	.down_data ul li .link{
		width: 2rem;
		height:  100%;
	}
	.down_data h2{
		font-size: .46rem !important;
		text-align: center;
		color: #003a5f !important;
		margin-bottom: .73rem;
	}
	.main_zs .m ul li{
		width: 100%;
		float: none;
		margin: 0;
		height: auto;
		margin-bottom: .3rem;
	}
	.main_zs .m ul li .pic{
		height: auto;
	}
	.main_zs .m ul li .info{
		height: auto;
		padding: .3rem;
	}
	.main_zs .m ul li .info div{
		display: block;
		opacity: 1;
	}
	.main_zs .m ul li .info p{
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.main_zs .m ul li .info span{
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_zs .m ul li .info div{
		margin-top: .4rem;
		display: flex;
	}
	.main_zs .m ul li .info div span{
		font-size: .3rem;
	}
	.main_zs .m ul li .info div img{
		width: .8rem;
	}
	.main_zs .m h2{
		font-size: .46rem !important;
		text-align: center;
		color: #003a5f !important;
		margin-bottom: .73rem;
	}
	.main_news_box ul li .pic{
		height: auto;
	}	
	.main_news_box{
		padding-bottom: 0;
	}
	.main_content{
		padding-bottom: 1rem;
	}
	.main_news_box ul li .pic img{
		display: block;
		height: auto;
		width: 100%;
	}
	.main_news_box ul li .info{
		height: auto;
		padding: .3rem;
	}
	.main_news_box ul li .info p{
		font-size: .35rem;
	}
	.main_news_box ul li .info div{
		margin-top: .3rem;
	}
	.main_news_box ul li .info div span{
		font-size: .26rem;
	}
	.main_news_box ul li .info div img{
		width: .8rem;
	}
	.main_list{
		padding-top: 0;
		padding-bottom: 1.6rem;
	}
	.main_list h2{
		font-size: .46rem !important;
		text-align: center;
		color: #003a5f !important;
		margin-bottom: .73rem;
	}
	.main_list ul{
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_list ul li{
		width: 100%;
		margin: 0 auto;
		margin-bottom: .3rem;
	}
	.main_list ul li .pic{
		height: auto;
	}
	.main_list ul li .pic img{
		display: block;
		height: auto;
	}
	.main_list ul li .info{
		height: auto;
		padding: .3rem;
	}
	.main_list ul li .info p{
		font-size: .35rem;
	}
	.main_list ul li .info span{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.get_more{
		width: 6.9rem !important;
		margin: 0 auto;
	}
	.main_list_info{
		display: block;
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_list_info .pic{
		width: 100%;
	}
	.main_list_info .grow{
		width: 100%;
		padding: .3rem;
		margin: 0;
	}
	.main_list_info .grow h2{
		font-size: .4rem !important;
		margin-bottom: .2rem;
	}
	.main_list_info .grow p{
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.main_list_info .grow span{
		font-size: .28rem;
		line-height: .55rem;
	}
	.main_list_info .grow .btn{
		width: 100%;
		height: 1rem;
		margin-top: .5rem;
	}
	.main_list_info .grow .btn a em{
		font-size: .3rem;
	}
	.main_about{
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_about .titles{
		margin-top: .8rem;
		height: auto;
		padding: .3rem;
	}
	.main_about h2{
		font-size: .35rem !important;
	}
	.main_about .titles .icon img{
		width: .8rem !important;
		margin-left: .2rem;
	}
	.main_about ul li{
		width: 100%;
		margin: 0;
		margin-top: .3rem;
	}
	.main_about ul li .pic{
		height: auto;
	}
	.main_about ul li .pic img{
		height: auto;
		width: 100%;
	}
	.main_about ul li .info{
		height: auto;
		padding: .3rem;
	}
	.main_about ul li .info p{
		font-size: .35rem;
	}
	.main_about ul li .info span{
		font-size: .28rem;
    	margin-top: .1rem;
	}
	.main_forms{
		width: 6.9rem;
		margin: 0 auto;
		display: block;
		margin-top: 1rem;
	}
	.main_forms .left{
		width: 100%;
	}
	.main_forms .left h2{
		font-size: .35rem !important;
	}
	.main_forms .left .lab{
		margin-top: .3rem;
	}
	.main_forms .left .lab input{
		width: 48%;
		height: 1rem;
		padding-left: .3rem;
		font-size: .3rem;
	}
	.main_forms .left .lab select{
		width: 48%;
		height: 1rem;
		padding-left: .3rem;
		font-size: .3rem;
	}
	.main_forms .left .submits{
		width: 100%;
		height: 1rem;
		margin-top: .4rem;
		font-size: .3rem;
	}
	.main_forms .right{
		width: 100%;
		margin-top: .3rem;
	}
	.main_forms .right .box{
		padding: .4rem;
	}
	.main_forms .right .box p{
		font-size: .35rem;
	}
	.main_forms .right .box span{
		margin-top: .4rem;
		font-size: .3rem;
	}
	.main_forms .right .box div em{
		font-size: .3rem;
	}
	.main_forms .right .box div img{
		width: .5rem;
	}
	.main_zs{
		display: block;
		margin: 0 auto;
		padding-top: 0;
		width: 6.9rem;
	}
	.haeders{
		margin-bottom: .5rem;
	}
	.haeders h3{
		font-size: .35rem !important;
	}
	.haeders .icon img{
		width: .8rem !important;
		margin-left: .2rem;
	}
	.main_center{
		display: block;
		width: 6.9rem;
		padding-top: .5rem;
		margin: 0 auto;
	}
	.main_center .left{
		width: 100%;
	}
	.main_center .left h2{
		font-size: .35rem !important;
		text-align: center;
	}
	.main_center .left ul{
		margin-top: 0;
	}
	.main_center .left ul li{
		height: 1rem;
	}
	.main_center .left ul li p{
		font-size: .3rem;
	}
	.main_center .right{
		width: 100%;
		margin-top: .3rem;
	}
	.main_center .right img{
		width: 100%;
	}
	.main_abouts .m{
		display: block;
	}
	.main_abouts .m .item{
		width: 6.9rem;
		margin: .3rem auto;
		display: block;
	}
	.main_abouts .m .item .grow{
		width: 100%;
	}
	.main_abouts .m .item .grow p{
		font-size: .35rem !important;
		line-height: 1rem;
	}
	.main_abouts .m .item .grow span{
		font-size: .3rem;
		line-height: .55rem;
	}
	.main_abouts .m .item .grow div{
		width: 3rem;
		height: 1rem;
		margin: 0 auto;
		margin-top: .5rem;
		font-size: .3rem;
	}
	.main_abouts .m .item img{
		width: 100%;
		height: auto;
		margin-top: .5rem;
	}
	.haeder .grow .menu{
		display: block;
		width: .6rem;
	}
	.mobile_navbar{
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
		display: none;
	}
	.mobile_navbar .box{
		width: 70%;
		position: absolute;
		right: -70%;
		top: 0;
		overflow: auto;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
	.mobile_navbar .box ul{
		overflow: hidden;
	}
	.mobile_navbar .box ul li{
		overflow: hidden;
		width: 100%;
		border-bottom: 1px solid #ECECEC;
	}
	.mobile_navbar .box ul li > a{
		display: flex;
		align-items: center;
		height: 100%;
		height: .9rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #333;
	}
	.childer{
		overflow: hidden;
		padding-left: .3rem;
		display: none;
	}
	.childer a{
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ECECEC;
		height: 100%;
		height: .9rem;
		padding-left: .5rem;
		font-size: .26rem;
		color: #333;
	}
	.childer a:last-child{
		border: none;
	}
	.mobile_navbar .box img{
		width: .4rem;
		margin: .3rem;
		float: right;
	}
	.mobile_navbar .box ul li div {
		display: none;
	}
	.mobile_navbar .box ul li div a{
		display: flex;
		align-items: center;
		height: 1rem;
		padding-left: .6rem;
		color: #9D9EA5;
		font-size: .28rem;
	}
	.banner.index{
		height: 3rem;
	}
	.banner.pro{
		height: 3rem;
	}
	.banner.pro .swiper-slide{
		height: 3rem;
	}
	.main_zs .swiper-slide{
		width: 100%;
	}
	.main_news_box .swiper-slide{
		width: 100%;
	}
	.main_about .swiper-slide{
		width: 100%;
	}
}