.header {
	width: 100%;
	height: 133px;
	background: #fff;
}

.header .m {
	width: 1600px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m h1 {
	display: block;
}

.header .m .right {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .m .right ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .m .right ul li {
	font-size: 19px;
	color: #000000;
	transition: all .2s;
	height: 100%;
	width: 155px;
	position: relative;
}

.header .m .right ul li:hover {
	background: #329b19;
}

.header .m .right ul li:hover a {
	color: #fff;
}

.header .m .right ul li:hover .showslide {
	display: block;
}

.header .m .right ul li .showslide {
	width: 276px;
	overflow: auto;
	max-height: 520px;
	display: none;
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 133px;
	background: rgba(255, 255, 255, 0.95);
}

.header .m .right ul li .showslide div {
	height: 65px;
	width: 100%;
	transition: all .1s;
	border-bottom: 1px dashed #999;
}

.header .m .right ul li .showslide div:hover {
	background: #42bf38;
	border-bottom: 1px dashed #42bf38;
}

.header .m .right ul li .showslide div:hover a p {
	color: #fff;
}

.header .m .right ul li .showslide div a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.header .m .right ul li .showslide div a p {
	font-size: 16px;
	color: #000000;
}

.header .m .right ul li .showslide div:last-child{
	border: none;
}

.header .m .right ul li.on {
	background: #329b19;
}

.header .m .right ul li.on a {
	color: #fff;
}

.header .m .right ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 19px;
	color: #000000;
}

.header .m .right .cha {
	height: 100%;
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .m .right .cha p {
	font-size: 16px;
	color: #333;
	width: 60px;
	text-align: center;
}

.banner {
	overflow: hidden;
	height: 416px;
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-image: url(../images/icon_18.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .swiper-container .swiper-slide .m {
	width: 1600px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
}

.banner .swiper-container .swiper-slide .m h3 {
	font-size: 42px;
	color: #fff;
	margin-top: 145px;
	text-align: center;
}

.banner .swiper-container .swiper-slide .m .font {
	overflow: hidden;
	width: 535px;
}

.banner .swiper-container .swiper-slide .m .font.on {
	width: auto;
}

.banner .swiper-container .swiper-slide .m .font p {
	font-size: 42px;
	margin-bottom: 28px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.banner .swiper-container .swiper-slide .m .font .md {
	display: flex;
	margin-bottom: 28px;
	align-items: center;
	justify-content: space-between;
}

.banner .swiper-container .swiper-slide .m .font .md p {
	margin-bottom: 0;
}

.banner .swiper-container .swiper-slide .m .font em {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 55px;
	font-weight: normal;
}

.tong_title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tong_title.on div {
	height: 3px;
	background: #359d1c;
}

.tong_title.on p {
	color: #000;
}

.main_procenter {
	overflow: hidden;
	background: #f4f4f4;
	padding: 85px 0 108px 0;
}

.main_procenter ul {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_procenter ul li {
	overflow: hidden;
	width: 497px;
	background: #fff;
	margin-top: 85px;
	position: relative;
	height: 390px;
}

.main_procenter ul li .pic {
	width: 100%;
	height: 340px;
}

.main_procenter ul li .pic img {
	display: block;
	width: 100%;
}

/*.main_procenter ul li:hover .box {
	height: 435px;
}

.main_procenter ul li:hover .box .more {
	display: flex;
}*/

.main_procenter ul li .box {
	width: 100%;
	background: #fff;
	/*height: 348px;*/
	padding: 0px 10px 0 15px;
	transition: all .4s;
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.main_procenter ul li .box .more {
	display: flex;
	align-items: center;
	/*position: absolute;
	left: 45px;
	bottom: 105px;
	display: none;*/
}

.main_procenter ul li .box .more em {
	font-size: 16px;
	color: #329b19;
	margin-right: 13px;
}

.main_procenter ul li .box p {
	font-size: 26px;
	color: #329b19;
	/*margin-bottom: 35px;*/
}

.main_procenter ul li .box span {
	display: block;
	font-size: 16px;
	color: #929292;
	line-height: 28px;
}

.huoban {
	overflow: hidden;
	background: #eaeaea;
	padding: 100px 0 130px 0;
}

.huoban .m {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.huoban .m .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.huoban .m .title .icon {
	display: flex;
	align-items: center;
}

.huoban .m .title .icon img {
	margin-left: 13px;
	cursor: pointer;
	display: block;
}

.huoban .m .title .left {
	overflow: hidden;
	display: flex;
}

.huoban .m .title .left .line {
	width: 8px;
	height: 43px;
	background: #329b19;
}

.huoban .m .title .left .fonts {
	overflow: hidden;
	margin-left: 18px;
}

.huoban .m .title .left .fonts p {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
	color: #000000;
}

.huoban .m .title .left .fonts span {
	display: block;
	font-size: 16px;
	color: #5e5e5e;
}

.huoban .m .boxs {
	overflow: hidden;
	width: 100%;
	margin-top: 56px;
}

.huoban .m .boxs .swiper-slide {
	width: 100%;
}

.huoban .m .boxs ul {
	overflow: hidden;
}

.huoban .m .boxs ul li {
	overflow: hidden;
	width: 392px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.huoban .m .boxs ul li:nth-child(4n) {
	margin-right: 0;
}

.huoban .m .boxs ul li img {
	display: block;
}

.main_newscenter {
	overflow: hidden;
	background: #fff;
	padding: 130px 0 90px 0;
}

.main_newscenter .m {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.main_newscenter .m .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_newscenter .m .title .icon {
	display: flex;
	align-items: center;
}

.main_newscenter .m .title .icon img {
	margin-left: 13px;
	cursor: pointer;
	display: block;
}

.main_newscenter .m .title .left {
	overflow: hidden;
	display: flex;
}

.main_newscenter .m .title .left .line {
	width: 8px;
	height: 43px;
	background: #329b19;
}

.main_newscenter .m .title .left .fonts {
	overflow: hidden;
	margin-left: 18px;
}

.main_newscenter .m .title .left .fonts p {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
	color: #000000;
}

.main_newscenter .m .title .left .fonts span {
	display: block;
	font-size: 16px;
	color: #5e5e5e;
}

.main_newscenter .m .boxs {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

.main_newscenter .m .boxs .swiper-slide {
	width: 520px;
	margin-right: 18px;
}

.main_newscenter .m .boxs .item {
	overflow: hidden;
	width: 100%;
	float: left;
	margin-right: 18px;
	background: #f6f6f6;
}

.main_newscenter .m .boxs .item:hover .pic img {
	transform: scale(1.1);
}

.main_newscenter .m .boxs .item:hover .box {
	background: #329b19;
}

.main_newscenter .m .boxs .item:hover .box p {
	color: #fff;
}

.main_newscenter .m .boxs .item:hover .box span {
	color: #fff;
}

.main_newscenter .m .boxs .item .pic {
	width: 100%;
	overflow: hidden;
	height: 379px;
}

.main_newscenter .m .boxs .item .pic img {
	display: block;
	transition: all .4s;
	width: 100%;
}

.main_newscenter .m .boxs .item .box {
	overflow: hidden;
	transition: all .2s;
	height: 215px;
	padding: 46px 0 0 35px;
}

.main_newscenter .m .boxs .item .box p {
	font-family:"Times New Roman";
	font-size: 42px;
	color: #a2a2a2;
	line-height: 1;
	margin-bottom: 20px;
}

.main_newscenter .m .boxs .item .box span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 26px;
	color: #6c6c6c;
}

.desfont {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #5e5e5e;
	margin-top: 20px;
}

.tong_title div {
	width: 120px;
	height: 1px;
	background: #003a5f;
}

.tong_title p {
	font-size: 36px;
	margin: 0 28px;
	color: #003a5f;
}

.main_home {
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
	padding: 84px 0 110px 0;
}

.main_home .main_introduce {
	overflow: hidden;
	width: 100%;
	padding: 150px 0 0 0;
}

.main_home .main_introduce.on {
	padding-top: 40px;
}

.main_home .main_introduce .box {
	overflow: hidden;
	margin-top: 110px;
	display: flex;
	justify-content: space-between;
}

.main_home .main_introduce .box .pic {
	width: 690px;
	overflow: hidden;
}

.main_home .main_introduce .box .pic img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.main_home .main_introduce .box .grow {
	overflow: hidden;
	width: 903px;
	background: #f0f0f0;
	padding: 0 45px;
}

.main_home .main_introduce .box .grow .more {
	overflow: hidden;
	width: 222px;
	height: 75px;
	background: #1ec914;
	float: right;
	margin-top: 50px;
}

.main_home .main_introduce .box .grow .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_home .main_introduce .box .grow .more a em {
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}

.main_home .main_introduce .box .grow p {
	font-size: 21px;
	color: #000000;
	line-height: 38px;
	margin-top: 40px;
}

.main_home .main_introduce .news {
	overflow: hidden;
	margin-top: 88px;
}

.main_home .main_introduce .news .title {
	overflow: hidden;
}

.main_home .main_introduce .news .title p {
	font-size: 32px;
	color: #003a5f;
	text-align: center;
}

.main_home .main_introduce .news .title div {
	overflow: hidden;
	display: flex;
	margin-top: 33px;
	align-items: center;
	justify-content: center;
}

.main_home .main_introduce .news .title div span {
	font-size: 21px;
	color: #676767;
	margin: 0 19px;
}

.main_home .main_introduce .news .cont {
	overflow: hidden;
	margin-top: 66px;
}

.main_home .main_introduce .news .cont p {
	font-size: 21px;
	color: #000000;
	line-height: 36px;
	margin-top: 40px;
}

.main_cooperation {
	overflow: hidden;
	padding-top: 169px;
}

.main_cooperation ul {
	overflow: hidden;
	margin-top: 85px;
}

.main_cooperation ul li {
	overflow: hidden;
	width: 392px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.main_cooperation ul li:nth-child(4n) {
	margin-right: 0;
}

.main_cooperation ul li:hover img {
	transform: scale(1.1);
}

.main_cooperation ul li img {
	display: block;
	transition: all .4s;
	width: 100%;
}

.tabbar {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabbar div {
	height: 53px;
	background: #ededed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	font-size: 18px;
	color: #000;
	transition: all .2s;
	cursor: pointer;
	margin: 0 7px;
}

.tabbar div.on {
	background: #4fcb43;
	color: #fff;
}

.tabbar div:hover {
	background: #4fcb43;
	color: #fff;
}

.main_news ul li {
	transition: all .4s;
}

.footer {
	overflow: hidden;
	width: 100%;
	background: #2d3238;
}

.footer .address {
	overflow: hidden;
	height: 170px;
	border-top: 2px solid #6e7173;
	width: 100%;
	margin: 0 auto;
}

.footer .address .m {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.footer .address .m p {
	font-size: 26px;
	color: #40c933;
}

.menu {
	display: none;
}

.footer .address .m span {
	display: block;
	font-size: 16px;
	color: #f0f0f0;
}

.footer .address .m span a {
	color: #f0f0f0;
}
.footer .address .m span a:hover {
	color: #40c933;
}

.footer .link {
	overflow: hidden;
	padding: 114px 0 0 0;
	height: 448px;
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .link .fl {
	overflow: hidden;
	display: flex;
}

.footer .link .fl ul {
	overflow: hidden;
	margin-right: 90px;
}

.footer .link .fl ul:last-child {
	margin-right: 0;
}

.footer .link .fl ul li {
	font-size: 21px;
	color: #f3f3f3;
}

.footer .link .fl ul li:first-child {
	margin-bottom: 20px;
}

.footer .link .fl ul li a {
	color: #bfbfbe;
	font-size: 18px;
	line-height: 35px;
}

.footer .link .fl ul li a:hover {
	color: #329b19;
}

.footer .link .code {
	display: flex;
	align-items: center;
}

.footer .link .code .item {
	margin-left: 40px;
	overflow: hidden;
}

.footer .link .code .item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footer .link .code .item p {
	text-align: center;
	font-size: 16px;
	color: #8d8d8d;
}

.main_news {
	overflow: hidden;
	padding-top: 134px;
}

.main_news.pro ul li {
	width: 496px;
	margin-right: 56px;
}

.main_news.pro ul li .pic {
	height: 340px;
}

.main_news.pro ul li .box {
	overflow: hidden;
	height: 270px;
	padding: 76px 48px 0 40px;
}

.main_news.pro ul li .box p {
	font-size: 26px;
	color: #329b19;
	margin-bottom: 38px;
}

.main_news.pro ul li .box span {
	display: block;
	font-size: 16px;
	color: #929292;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: inherit;
}

.main_news h2 {
	font-size: 42px;
	color: #484848;
	line-height: 1;
}

.main_news ul {
	overflow: hidden;
	margin-top: 85px;
}

.main_news ul li {
	overflow: hidden;
	width: 520px;
	float: left;
	margin-right: 18px;
	margin-bottom: 93px;
	background: #fff;
}

.main_news ul li:nth-child(3n) {
	margin-right: 0;
}

.main_news ul li:hover .pic img {
	transform: scale(1.1);
}

.main_news ul li:hover .box {
	background: #329b19;
}

.main_news ul li:hover .box p {
	color: #fff;
}

.main_news ul li:hover .box span {
	color: #fff;
}

.mobile_navbar {
	display: none;
}

.main_news ul li .pic {
	width: 100%;
	overflow: hidden;
	height: 379px;
}

.main_news ul li .pic img {
	display: block;
	transition: all .4s;
	width: 100%;
}

.main_news ul li .box {
	overflow: hidden;
	background: #fff;
	transition: all .2s;
	height: 215px;
	padding: 46px 0 0 35px;
}

.main_news ul li .box p {
	font-size: 42px;
	font-family:Times New Roman;
	color: #a2a2a2;
	line-height: 1;
	margin-bottom: 20px;
}

.main_news ul li .box span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 26px;
	color: #6c6c6c;
}

.page {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page div {
	display: inline-flex;
	align-items: center;
	padding: 0 15px;
	min-width: 45px;
	height: 45px;
	font-size: 16px;
	color: #333;
	margin: 0 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.page div.on {
	background: #3bc450;
	color: #fff;
	border: 1px solid #3bc450;
}

.page div:hover {
	background: #3bc450;
	color: #fff;
	border: 1px solid #3bc450;
}

.main_contact {
	overflow: hidden;
	padding-top: 136px;
}

.main_contact #map {
	width: 100%;
	height: 700px;
}

.main_contact #map img {
	width: 100%;
}

.main_contact ul {
	overflow: hidden;
	margin-top: 100px;
}

.main_contact ul li {
	overflow: hidden;
	width: 467px;
	float: left;
	margin-right: 55px;
	height: 518px;
	margin-bottom: 55px;
	background: #f8f8f8;
	border-bottom: 10px solid #dfdfdf;
}

.main_contact ul li:nth-child(3n) {
	margin-right: 0;
}

.main_contact ul li:hover {
	border-bottom: 10px solid #0a8d00;
}

.main_contact ul li:hover .pic img {
	transform: scale(1.1);
}

.main_contact ul li .pic {
	width: 100%;
	height: 287px;
	overflow: hidden;
}

.main_contact ul li .pic img {
	display: block;
	transition: all .4s;
	height: 100%;
	width: 100%;
}

.main_contact ul li .box {
	overflow: hidden;
	padding: 30px 0 0 45px;
}

.header .m .right .cha select {
	width: 70px;
	border: none;
	background: none;
	font-size: 16px;
	color: #000;
	outline: none;
	padding-left: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.main_contact ul li .box p {
	font-size: 26px;
	color: #000000;
	line-height: 1;
	margin-bottom: 26px;
}

.main_contact ul li .box span {
	display: block;
	font-size: 16px;
	color: #818181;
	line-height: 28px;
}

.infos {
	overflow: hidden;
	width: 100%;
	background: #f2f2f2;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
}

.infos .pic {
	width: 740px;
	overflow: hidden;
}

.infos .pic img {
	display: block;
	width: 100%;
}

.infos .grow {
	overflow: hidden;
	width: calc(100% - 740px);
	padding: 55px 0 0 60px;
}

.infos .grow p {
	font-size: 42px;
	color: #000000;
	margin-bottom: 40px;
}

.infos .grow span {
	display: block;
	font-size: 21px;
	color: #565656;
	line-height: 40px;
	margin-bottom: 40px;
}

.infos .grow em {
	display: block;
	font-size: 21px;
	color: #565656;
	line-height: 38px;
}

.main_canshu {
	overflow: hidden;
	margin-top: 190px;
}

.main_canshu ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 80px;
	margin-top: 100px;
}

.main_canshu ul li {
	overflow: hidden;
	width: 703px;
	float: left;
	margin-bottom: 146px;
}

.main_canshu ul li img {
	display: block;
	width: 100%;
}

.main_canshu .title {
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}

.main_canshu .title h2 {
	font-size: 55px;
	color: #6c9a4b;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 12px;
}

.main_canshu .title>span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #6c9a4b;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.main_canshu .title .b {
	overflow: hidden;
	margin-top: 28px;
}

.main_canshu .title .line {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #6c9a4b;
	padding: 20px;
}

.main_canshu .title .line:first-child {
	border-top: 2px solid #6a9b49;
}

.main_canshu .title .line div {
	overflow: hidden;
	display: flex;
}

.main_canshu .title .line div p {
	font-size: 24px;
	color: #333;
	line-height: 28px;
}

.main_canshu .title .line div span {
	width: 232px;
	display: block;
	font-size: 21px;
	color: #8d8d8d;
	line-height: 28px;
}

.main_contacts {
	overflow: hidden;
	background: #f7f7f9;
	padding: 140px 0 85px 0;
}

.main_contacts .m {
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.main_contacts .m .tel {
	overflow: hidden;
	width: 548px;
}

.main_contacts .m .tel .bg {
	width: 100%;
	height: 237px;
	background-size: 100% 100%;
	background-image: url(../images/proinfo_20.jpg);
	font-size: 38px;
	color: #fff;
	padding: 40px 0 0 40px;
}

.main_contacts .m .tel .box {
	overflow: hidden;
	background: #eeeef0;
	padding: 58px 0 0 80px;
	height: 255px;
}

.main_contacts .m .tel .box p {
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}

.main_contacts .m .tel .box span {
	display: block;
	font-size: 21px;
	color: #585b59;
	line-height: 33px;
}

.main_contacts .m .form {
	overflow: hidden;
	width: 938px;
}

.main_contacts .m .form h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 30px;
}

.main_contacts .m .form .label {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.main_contacts .m .form .label input {
	height: 75px;
	border: 1px solid #e9e9eb;
	padding-left: 36px;
	font-size: 17px;
	color: #333;
	outline: none;
	background: #fff;
}

.main_contacts .m .form .label .inp {
	width: 488px;
}

.main_contacts .m .form .label .inp1 {
	width: 412px;
}

.main_contacts .m .form .label .inp2 {
	width: 100%;
}
.huoban .m .boxs ul li img{
		width: 100%;
	}
.main_contacts .m .form .label select {
	width: 412px;
	height: 75px;
	border: 1px solid #e9e9eb;
	padding-left: 36px;
	font-size: 17px;
	color: #333;
	outline: none;
	background: #fff;
}

.main_contacts .m .form .submit {
	width: 355px;
	height: 75px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1160a6;
	font-size: 24px;
	color: #fff;
	margin-top: 55px;
}

@media (max-width: 1650px) {
	.m,
	.main_home,
	.footer .link,.main_procenter ul,.main_newscenter .m {
		width: 1400px !important;
	}
	.banner{
		height: 350px;
	}
	.banner .swiper-container .swiper-slide .m .font p{
		font-size: 36px;
	}
	.banner .swiper-container .swiper-slide .m .font{
		width: 490px;
	}
	.main_home .main_introduce .box .grow {
		width: 703px;
	}
	
	
	
	
	
	.main_home .main_introduce .box .grow p {
		line-height: 37px;
		margin-top: 25px;
		font-size: 20px;
	}
	.main_cooperation ul li {
		width: 24.4%;
	}
	.main_contact ul li {
		width: 430px;
		height: 470px;
	}
	.main_contact ul li .pic {
		height: 248px;
	}
	.main_news ul li,.main_procenter ul li,.main_newscenter .m .boxs .swiper-slide {
		width: 32.4%;
	}
	.main_news ul li .pic,.main_procenter ul li .pic,.main_newscenter .m .boxs .item .pic {
		height: 330px;
	}
	.main_news ul li .box p ,.main_newscenter .m .boxs .item .box p{
		font-size: 32px;
		font-family:Times New Roman;
	}
	.huoban .m .boxs ul li{
		width: 24.4%;
	}
	.main_news ul li .box span,.main_newscenter .m .boxs .item .box span {
		font-size: 22px;
	}
	.main_news.pro ul li {
		width: 31%;
		margin-right: 3%;
	}
	.main_news ul li:nth-child(3n) {
		margin-right: 0;
	}
	.main_procenter ul li:nth-child(3n) {
		margin-right: 0;
	}
	.main_news.pro ul li .pic {
		height: 297px;
	}
	.main_news.pro ul li .box {
		height: 240px;
		padding: 46px 48px 0 40px;
	}
	.banner .swiper-container .swiper-slide .m .font em {
		font-size: 28px;
	}
	.main_canshu ul li {
		width: 46%;
	}
	.main_contacts .m .form {
		width: 55%;
	}
	.main_contacts .m .form .label .inp {
		width: 55%;
	}
	.main_contacts .m .form .label .inp1 {
		width: 40%;
	}
	.main_contacts .m .form .label select {
		width: 40%;
	}
	
}

@media (max-width: 1450px) {
	.m,
	.main_home,
	.footer .link,.main_newscenter .m,.main_procenter ul {
		width: 1200px !important;
	}
	.banner{
		height: 303px;
	}
	.banner .swiper-container .swiper-slide .m .font p{
		font-size: 33px;
	}
	.banner .swiper-container .swiper-slide .m .font .md img{
		width: 80px;
		height: auto;
		height: 2px;
	}
	.banner .swiper-container .swiper-slide .m .font{
		width: 400px;
	}
	.main_newscenter .m .boxs .item .pic{
		height: 282px;
	}
	.main_procenter ul li .pic{
		height: 268px;
	}
	.main_procenter ul li{
		/*height: 600px;*/
		height: 320px;
	}
	.huoban .m .boxs ul li{
		width: 24%;
	}
	.huoban .m .boxs ul li img{
		width: 100%;
	}
	.header .m .right ul li {
		width: 140px;
	}
	.main_home .main_introduce .box .pic {
		width: 49%;
	}
	.main_home .main_introduce .box .grow {
		width: 50%;
		padding: 0 25px;
	}
	.main_home .main_introduce .box .grow p {
		font-size: 17px;
		line-height: 33px;
		margin-top: 15px;
	}
	.main_cooperation ul li {
		min-height: 240px;
		width: 24%;
	}
	.footer .link .fl ul {
		margin-right: 50px;
	}
	.main_contact ul li {
		width: 32%;
		margin-right: 2%;
	}
	.main_contact ul li .box {
		padding: 20px;
	}
	.main_contact ul li .pic {
		height: 220px;
	}
	.main_news ul li {
		width: 32%;
	}
	.main_news ul li .pic {
		height: 278px;
	}
	.banner .swiper-container .swiper-slide .m .font em {
		font-size: 23px;
	}
	.main_news.pro ul li .pic {
		height: 255px;
	}
	.infos .grow {
		padding: 30px;
	}
	.infos .grow p {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.infos .grow span {
		font-size: 24px;
		line-height: 30px;
	}
	.infos .grow em {
		font-size: 18px;
		line-height: 35px;
	}
	.main_contacts .m .tel {
		width: 400px;
	}
	.main_contacts .m .tel .box {
		padding: 40px;
	}
	.main_contacts .m .tel .bg {
		height: 180px;
	}
}

@media (max-width: 1250px) {
	.m,
	.main_home,
	.footer .link,.main_procenter ul,.main_newscenter .m {
		width: 100% !important;
	}
	.header {
		height: 1.3rem;
	}
	.header .m .right ul {
		display: none;
	}
	.header .m {
		padding: 0 .3rem;
	}
	.header .m h1 {
		width: 2rem;
	}
	.header .m h1 img {
		width: 100%;
	}
	.header .m .right .cha {
		width: auto;
	}
	.banner {
		height: 2rem;
	}
	.banner .swiper-container .swiper-slide .m {
		width: 7.1rem !important;
	}
	.banner .swiper-container .swiper-slide .m .font {
		width: 3rem;
	}
	.banner .swiper-container .swiper-slide .m .font p {
		font-size: .21rem;
		margin-bottom: .13rem;
	}
	.banner .swiper-container .swiper-slide .m .font .md {
		margin-bottom: .13rem;
	}
	.banner .swiper-container .swiper-slide .m .font .md img {
		width: .6rem;
	}
	.main_home {
		padding-top: .6rem;
	}
	.tabbar div {
		width: auto;
		display: inline-flex;
		padding: 0 .16rem;
		font-size: .24rem;
		height: .6rem;
		margin: 0 .1rem;
		margin-top: .2rem;
	}
	.tabbar {
		flex-wrap: wrap;
	}
	.main_home .main_introduce {
		padding-top: .6rem;
	}
	.tong_title p {
		font-size: .4rem;
		margin: 0 .3rem;
	}
	.tong_title div {
		width: 1rem;
	}
	.main_home .main_introduce .box {
		display: block;
		margin-top: .6rem;
		padding: 0 .3rem;
	}
	.main_home .main_introduce .box .pic {
		width: 100%;
	}
	.main_home .main_introduce .box .grow {
		width: 100%;
		margin-top: .05rem;
		padding: .3rem;
	}
	.main_home .main_introduce .box .grow p {
		font-size: .28rem;
		margin: .2rem 0;
		line-height: .45rem;
	}
	.main_home .main_introduce .news {
		padding-top: .6rem;
		margin-top: 0;
	}
	.main_home .main_introduce .news .title p {
		font-size: .4rem;
	}
	.main_home .main_introduce .news .title div {
		margin-top: .3rem;
	}
	.main_home .main_introduce .news .title div span {
		font-size: .26rem;
		margin: 0 .2rem;
	}
	.main_home .main_introduce .news .cont {
		margin-top: .5rem;
		width: 100%;
		padding: 0 .3rem;
	}
	.main_home .main_introduce .news .cont p {
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.main_cooperation {
		padding-top: 1rem;
	}
	.main_cooperation ul {
		margin-top: .8rem;
		padding: 0 .3rem;
	}
	.main_cooperation ul li {
		width: 48%;
		margin: 0;
		height: auto;
		min-height: auto;
		margin-bottom: .3rem;
	}
	.main_cooperation ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.main_cooperation ul li img {
		height: 2.8rem;
	}
	.main_home {
		padding-bottom: 1rem;
	}
	.footer .link {
		height: auto;
		padding: .66rem 0;
	}
	.footer .link .fl {
		display: none;
	}
	.footer .link .code {
		justify-content: center;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.footer .link .code .item {
		width: 1.58rem;
		margin: 0 .2rem;
	}
	.footer .link .code .item img {
		width: 100%;
	}
	.footer .link .code .item p {
		font-size: .2rem;
		color: #e6e6e6;
	}
	.footer .address .m p {
		display: none;
	}
	.footer .address {
		padding: .4rem 1rem;
		height: auto;
	}
	.footer .address .m span {
		display: block;
		text-align: center;
		font-size: .2rem;
		line-height: .4rem;
	}
	.main_contact {
		padding-top: 1rem;
	}
	.main_contact ul {
		padding: 0 .3rem;
		margin-top: .6rem;
	}
	.main_contact ul li {
		width: 100%;
		float: none;
		height: auto;
		border-bottom: 2px solid #dfdfdf;
		margin: 0;
		margin-bottom: .3rem;
	}
	.main_contact ul li .pic {
		height: auto;
	}
	.main_contact ul li .pic img {
		width: 100%;
	}
	.main_contact ul li .box {
		padding: .4rem;
	}
	.main_contact ul li .box p {
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.main_contact ul li .box span {
		font-size: .28rem;
		line-height: .45rem;
	}
	.map {
		width: 6.9rem;
		margin: 0 auto;
	}
	.map img {
		width: 100%;
	}
	.main_news {
		padding: 0 .3rem;
		padding-top: 1rem;
	}
	.main_news h2 {
		font-size: .4rem;
		text-align: center;
	}
	.main_news ul {
		margin-top: .6rem;
		display: block;
	}
	.main_news ul li {
		margin: 0;
		margin-bottom: .3rem;
		width: 100%;
	}
	.main_news ul li .pic {
		height: auto;
	}
	.main_news ul li .box {
		height: auto;
		padding: .4rem;
	}
	.main_news ul li .box p {
		font-size: .35rem;
		font-family:Times New Roman;
		margin-bottom: .3rem;
	}
	.main_news ul li .box span {
		font-size: .28rem;
		width: 100%;
	}
	.page div {
		font-size: .26rem;
		height: .6rem;
		min-width: .6rem;
		padding: 0 .1rem;
		text-align: center;
		justify-content: center;
	}
	.banner .swiper-container .swiper-slide .m .font em {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_news.pro ul li {
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.main_news.pro ul li .pic {
		height: auto;
	}
	.main_news.pro ul li .box {
		height: auto;
		padding: .4rem;
	}
	.main_news.pro ul li .box p {
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.main_news.pro ul li .box span {
		font-size: .28rem;
		line-height: .4rem;
	}
	.infos {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: 1rem;
		display: block;
	}
	.infos .pic {
		width: 100%;
	}
	.infos .grow {
		width: 100%;
		height: auto;
		padding: .4rem;
	}
	.infos .grow p {
		font-size: .4rem;
		margin-bottom: .3rem;
	}
	.infos .grow span {
		font-size: .21rem;
		line-height: .4rem;
		margin-bottom: .3rem;
	}
	.infos .grow em {
		font-size: .28rem;
		line-height: .5rem;
	}
	.main_canshu {
		margin-top: 1rem;
		padding: 0 .3rem;
		width: 100%;
	}
	.main_canshu img{
		width: 100%;
	}
	.main_home .main_introduce .news .cont .pic img{
		width: 100%;
	}
	.main_canshu .title {
		width: 100%;
	}
	.main_canshu .title h2 {
		font-size: .5rem;
	}
	.main_canshu .title>span {
		font-size: .3rem;
	}
	.main_canshu .title .b {
		margin-top: .3rem;
	}
	.main_canshu .title .line {
		padding: .3rem;
	}
	.main_canshu .title .line div p {
		font-size: .28rem;
		line-height: .45rem;
	}
	.main_canshu .title .line div span {
		width: 2rem;
		font-size: .28rem;
		line-height: .45rem;
	}
	.main_canshu ul {
		margin-top: .6rem;
		padding: 0;
	}
	.main_canshu ul li {
		margin-bottom: .6rem;
	}
	.main_contacts {
		padding: .6rem .3rem;
		display: block;
	}
	.main_contacts .m {
		display: block;
	}
	.main_contacts .m .form {
		width: 100%;
	}
	.main_contacts .m .form h2 {
		font-size: .4rem;
		margin-bottom: .5rem;
	}
	.main_contacts .m .form .label {
		margin-bottom: .3rem;
	}
	.main_contacts .m .form .label .inp {
		height: 1rem;
	}
	.main_contacts .m .form .label input {
		padding-left: .2rem;
		font-size: .28rem;
	}
	.main_contacts .m .form .label .inp1 {
		height: 1rem;
	}
	.main_contacts .m .form .label select {
		height: 1rem;
		padding-left: .2rem;
		font-size: .28rem;
	}
	.main_contacts .m .form .label .inp2 {
		height: 1rem;
	}
	.main_contacts .m .form .submit {
		width: 100%;
		height: 1rem;
		margin: 0 auto;
		margin-top: .4rem;
		font-size: .3rem;
	}
	.main_contacts .m .tel {
		width: 100%;
		margin-top: .6rem;
	}
	.main_contacts .m .tel .bg {
		height: 3rem;
		padding: .4rem;
		font-size: .4rem;
	}
	.main_contacts .m .tel .box {
		height: auto;
		padding: .4rem;
	}
	.main_contacts .m .tel .box p {
		font-size: .4rem;
		margin-bottom: .2rem;
	}
	.main_contacts .m .tel .box span {
		font-size: .28rem;
		line-height: .5rem;
	}
	.header .m .right .cha select {
		width: 1rem;
		padding-left: .2rem;
		font-size: .26rem;
	}
	.header .m .right .cha .icons {
		width: .4rem;
	}
	.header .m .right .cha .downs {
		width: .14rem;
	}
	.menu {
		width: .5rem;
		margin-left: .3rem;
		display: block;
	}
	.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, 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-right: .2rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #333;
		justify-content: space-between;
	}
	.mobile_navbar .box ul li>a.on img{
		transform: rotate(90deg);
	}
	.mobile_navbar .box ul li>a img{
		transition: all .2s;
	}
	.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.home{
		height: 3.3rem !important;
	}
	.banner .swiper-container .swiper-slide .m h3{
		font-size: .4rem;
		margin-top: 1rem;
	}
	.main_home .main_introduce .box .grow .more{
		width: 3rem;
		height: .9rem;
		float: none;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.desfont{
		font-size: .26rem;
		line-height: .45rem;
		text-align: center;
		padding: 0 .3rem;
	}
	.main_procenter{
		padding: 1rem .3rem;
	}
	.main_procenter ul{
		display: block;
		margin-top: .5rem;
	}
	.main_procenter ul li{
		width: 100%;
		margin: 0;
		height: auto;
		margin-bottom: .3rem;
	}
	.main_procenter ul li .pic{
		height: auto;
	}
	.main_procenter ul li .box p{
		font-size: .4rem;
		/*margin-bottom: .3rem;*/
	}
	.main_procenter ul li .box span{
		font-size: .28rem;
		line-height: .5rem;
	}
	.main_procenter ul li .box{
		height: auto;
		padding: .4rem;
		position: static;
	}
	.main_newscenter{
		padding: 1rem .3rem;
	}
	.main_newscenter .m .title .left .fonts span{
		display: none;
	}
	.main_newscenter .m .title .left .fonts{
		margin-left: .2rem;
	}
	.main_newscenter .m .title .left .line{
		width: .05rem;
		height: .4rem;
	}
	.main_newscenter .m .title .icon img{
		width: .8rem !important;
    margin-left: .2rem;
	}
	.main_newscenter .m .title .left .fonts p{
		font-size: .35rem;
		margin-bottom: 0;
	}
	.main_newscenter .m .boxs{
		margin-top: .6rem;
	}
	.main_newscenter .m .boxs .swiper-slide{
		width: 100%;
		margin: 0;
	}
	.main_newscenter .m .boxs .item{
		width: 100%;
		float: none;
		margin: 0;
	}
	.main_newscenter .m .boxs .item .pic{
		height: auto;
	}
	.main_newscenter .m .boxs .item .box{
		height: auto;
		padding: .4rem;
	}
	.main_newscenter .m .boxs .item .box p{
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.main_newscenter .m .boxs .item .box span{
		display: block;
		font-size: .28rem;
	}
	.huoban{
		padding: 1rem .3rem;
	}
	.huoban .m .title .left .fonts span{
		display: none;
	}
	.huoban .m .title .left .fonts{
		margin-left: .2rem;
	}
	.huoban .m .title .left .line{
		width: .05rem;
		height: .4rem;
	}
	.huoban .m .title .left .fonts p{
		font-size: .35rem;
		margin-bottom: 0;
	}
	.huoban .m .title .icon img{
		width: .8rem !important;
    margin-left: .2rem;
	}
	.huoban .m .boxs{
		margin-top: .6rem;
	}
	.huoban .m .boxs ul li{
		margin-right: 1%;
	}
	.main_contact #map{
		height: 5rem;
	}
	.main_contact ul li:hover{
		border-bottom: 2px solid #0a8d00;
	}
	
}


/*# sourceMappingURL=css.css.map */