.main_news_box {
	width: 1400px;
	margin: 0 auto;
	margin-top: 18px;
	position: relative;
}

/* .main_news_box .ceng {
	content: '';
	height: 100.5%;
	width: 33.33%;
	position: absolute;
	left: 0%;
	top: 0px;
	box-shadow: 0 0 15px #ececec;
	z-index: 1;
	border-bottom: 3px solid #176abb;
	transition: all 1s;
} */

.main_news_box .ws {
	display: flex;
}

.main_news_box .ws .label {

	width: calc(33.33333% - 21.33333px);
    margin-right: 32px;
    padding: 52px 40px 45px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    position: relative;
}


.main_news_box .ws .label:hover{
	border: 3px solid #176abb;
	box-shadow: 1px 1px 8px 5px rgb(0 0 0 / 15%);
}
.main_news_box .ws .label:hover .info a p {
	color: #176abb;
}
.main_news_box .ws .label:hover .info a span {
	color: #176abb;
}
.main_news_box .ws .label .pic {
	width: 100%;
	height: 271px;
	overflow: hidden;
}

.main_news_box .ws .label .pic img {
	display: block;
	width: 100%;
	min-height: 100%;
	transition: all .6s;
}

.main_news_box .ws .label .info {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.main_news_box .ws .label .info a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.main_news_box .ws .label .info a p {
	font-size: 16px;
	color: #176abb;
	line-height: 25px;
}

.main_news_box .ws .label .info a span {
	font-size: 30px;
    color: #333;
    line-height: 46px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 40px 0;
	height: 90px;
}

.main_news_box .ws .label .info a .em {

	font-size: 14px;
	color: #000;
	height: 192px;
    line-height: 2;

	max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;


}

.main_news_box .ws .label .info a .morew {
	overflow: hidden;
	font-size: 12px;
	margin-top: 100px;
	color: #176abb;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main_news_box .ws .label .info a .morew div {
	width: 37px;
	height: 4px;
	background-size: 100% 100%;
	background-image: url(../image/jiantoucl.png);
	margin-right: 5px;
}

.header {
	width: 100%;
	height: 80px;
	left: 0;
	transition: all .3s;
	top: 0;
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 0;
}
.header .logo{
	width: 168px;
}
.pages {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 6%;
}

.pages p {
	font-size: 12px;
	color: #fff;
	line-height: 1;
}

.pages .ics {
	overflow: hidden;
	display: flex;
	margin: 0 10px;
	align-items: flex-end;
}

.pages .ics div {
	cursor: pointer;
	overflow: hidden;
}

.pages .ics div span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 8px;
	display: none;
}

.pages .ics div.on span {
	display: block;
}

.pages .ics div.on em {
	background: #fff;
}

.pages .ics div em {
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
}

.header.on {
	background: #176abb;
}

.header .m {
	width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
}

.header .m .logo {
	display: block;
}

.header .m>ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .m>ul>li {
	position: relative;
	height: 100%;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-left: 65px;
	color: #fff;
}

.header .m>ul>li:hover .slideshow {
	display: block;
}
.header_show{
	width: 100%;
	height: 290px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 25px;
	display: none;
	z-index: 9999;
}
.header .m>ul>li .slideshow {
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 80px;
	display: none;
	z-index: 999999;
}

.header .m>ul>li .slideshow img {
	display: block;
	width: 20px;
	margin-top: 10px;
	margin-left: 25px;
}

.header .m>ul>li .slideshow .link {
	overflow: hidden;
}

.header .m>ul>li .slideshow .link a {
	display: flex;
	transition: all .2s;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	color: #2b2e2e;
	padding: 8px 0;
}

.header .m>ul>li .slideshow a:hover {
	color: #176abb;
}

.header .m>ul>li::after {
	content: '';
	width: 0%;
	transition: all .3s;
	height: 2px;
	background: #176abb;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.header .m>ul>li:hover::after {
	width: 100%;
}

.header .m>ul>li.on::after {
	width: 100%;
}

.header .m>ul>li>a {
	font-family: SourceHanSansCN-Regular,'Microsoft YaHei', Arial, Helvetica, sans-serif 宋体, SimSun;
	padding: 0 10px;
	color: #fff ;
}

.header .m .icon {
	display: flex;
	align-items: center;
}

.header .m .icon .item {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 18px;
	border-left: 1px solid #999;
}

.header .m .icon .item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .m .icon .item:first-child {
	border-left: none;
}
body.on{
	overflow: hidden;
}
.header.on{
	background: #FFF;
}
.header.on .m ul li a{
	color: #000;
}
.header.on .m .icon .item a p{
	color: #333;
}
.header .m .icon .item img {
	display: block;
	width: 20px;
}

.header .m .icon .item p {
	font-size: 16px;
	color: #fff;
	margin-left: 9px;
}

.banner {
	overflow: hidden;
	width: 100%;
	height: 913px;
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 6%;
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 6%;
}
.title {
	overflow: hidden;
	text-align: center;
}

.menu {
	display: none;
}

.title h2 {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;     
	text-align: center;
	line-height: 1;
	font-size: 26px;
	color: #333333;
	padding-bottom: 24px;
	font-weight: 550;
	display: inline-block;
    border-bottom: 2px solid #000;
}

.title p {
	display: block;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 1;
}

.main_cooperative {
	overflow: hidden;
	padding: 80px 0 24px 0;
}

.main_cooperative ul {
	width: 1435px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 22px;
}

.main_cooperative ul li {
    vertical-align:middle;
    text-align: center;
	width: 16.666666%;
	/*height: 120px;*/
	overflow: hidden;
	float: left;
	width: 200px;
	height: 200px;
}
.main_cooperative ul li img{
	width: 80%;
}

.main_map {
	overflow: hidden;
	width: 100%;
	height: 674px;
	/* background-image: url(../images/icon_52.jpg); */
	/* background-image: url(../assets/image/banner/map.png); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 80px;
    background-color: #223e65;
}

.main_map .m {
	width: 1435px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_map .m #map {
	width: 827px;
	height: 674px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.main_map .m #map .dot {
	position: absolute;
}

.main_map .m #map .dot .child {
	position: relative;
	font-size: 12px;
}

.main_map .m #map .dot .child .dots {
	width: 12px;
    height: 12px;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgb(255 255 255 / 35%);
}

.dot1 {
	left: 520px;
	top: 380px;
}

.dot2 {
	left: 634px;
	top: 399px;
}

.dot3 {
	left: 627px;
	top: 250px;
}
.dot4 {
	left: 697px;
	top: 424px;
}




.main_map .m #map .dot .child img {
	margin-bottom: 5px;
	display: block;
}

.main_map .m #map .dot .child p {
	display: inline-flex;
	font-size: 12px;
	color: #fff;
	height: 24px;
	position: absolute;
	left: 50%;
	white-space: nowrap;
	top: 22px;
	transform: translateX(-50%);
	align-items: center;
	padding: 0 10px;
	background: #176abb;
    border-radius: 12px;
}

.main_map .m .grow {
	overflow: hidden;
	width: 450px;
}

.child:hover .forms {
	display: block;
}

.forms {
	overflow: hidden;
	width: 180px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 16px;
	display: none;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 20px;
}

.forms span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.forms input {
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.9);
}

.forms input[type=submit] {
	background: #55ace1;
	color: #fff !important;
	cursor: pointer;
}

.main_map .m .grow h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 28px;
}

.main_map .m .grow h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.main_map .m .grow p {
	font-size: 17px;
	color: #333333;
}

.main_map .m .grow ul {
	overflow: hidden;
	margin-top: 60px;
}

.main_map .m .grow ul li {
	overflow: hidden;
	float: left;
	display: flex;
	width: 50%;
	margin-bottom: 35px;
	align-items: center;
}

.main_map .m .grow ul li div {
	width: 6px;
	height: 6px;
	background: #fff;
	margin-right: 10px;
}

.main_map .m .grow ul li span {
	display: block;
	font-size: 18px;
	color: #fff;
}

.main_solution {
	padding: 0px 0 45px 0;
	overflow: hidden;
}

.main_solution .tabble {
	width: 100%;
	height: 80px;
	border-bottom: 3px solid #e5e5e5;
}

.header .m>ul>li>a>img {
	display: none;
}

.main_solution .tabble ul {
	width: 1435px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 123px;
	/* margin-top: 40px;  */
}

.main_solution .tabble ul li {
    font-family: SimHei, Arial, Helvetica, sans-serif;        
    /*font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; */
    font-weight: bold;
	overflow: hidden;
	font-size: 24px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	padding: 0 12px;
	position: relative;
}

.main_solution .tabble ul li.on::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #176abb;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_solution .box {
	overflow: hidden;
	/* width: 1435px; */
	margin: 0 auto;
	margin-top: 20px;
	/* display: flex; */
	/* justify-content: space-between; */
}

/* .main_solution .box ul {
	width: 420px;
} */

.main_solution .box ul li {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 58px;
	position: relative;
	justify-content: space-between;
}

.main_solution .box ul li.on {
	background: #EEEEEE;
}

.main_solution .box ul li:hover .pic img {
	transform: scale(1.1);
}

.main_solution .box ul li::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ededed;
	position: absolute;
	left: 0;
	bottom: -38px;
}

.main_solution .box ul li:last-child {
	margin-bottom: 0;
}

.main_solution .box ul li:last-child::after {
	display: none;
}

.main_solution .box ul li .font {
	overflow: hidden;
	width: 202px;
	height: 169px;
	padding: 50px 0 0 24px;
}

.main_solution .box ul li .font p {
    font-family: 'Microsoft YaHei';     
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-bottom: 24px;
	font-weight: 700;
}

.main_solution .box ul li .font span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.main_solution .box ul li .pic {
	width: calc(100% - 202px);
	height: 100%;
	overflow: hidden;
}

.main_solution .box ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.main_solution .box .picbox {
	overflow: hidden;
	width: 968px;
	position: relative;
}

.main_solution .box .picbox img {
	display: block;
	width: 100%;
}

.main_solution .box .picbox div {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 50px 50px 55px;
}

.main_solution .box .picbox div p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 28px;
}

.main_solution .box .picbox div span {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.main_product {
	overflow: hidden;
	padding: 80px 0 0px 0;
}

.main_product .title {
	/* margin-bottom: 40px; */
	margin-bottom: 14px;
	text-align: center;
}

.main_product>span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	font-weight: 100;
}

.main_product .box {
	overflow: hidden;
	width: 1435px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.main_product .box .item {
	overflow: hidden;
	width: 699px;
	height: 417px;
	position: relative;
}

.main_product .box .item:hover .aft {
	transform: scale(1, 1);
}

.main_product .box .item:hover .bef {
	transform: scale(1, 1);
}

.main_product .box .item .aft {
	opacity: 1;
	position: absolute;
	width: 82%;
	height: 82%;
	top: 9%;
	left: 9%;
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	border-left: 2px solid rgba(255, 255, 255, 0.6);
	border-right: 2px solid rgba(255, 255, 255, 0.6);
	transform: scale(1, 0);
	transition: all 0.5s ease 0s;
}

.main_product .box .item .bef {
	opacity: 1;
	position: absolute;
	width: 82%;
	height: 82%;
	top: 9%;
	left: 9%;
	content: '';
	-webkit-box-sizing: border-box;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	z-index: 2;
	transform: scale(0, 1);
	transition: all 0.5s ease 0s;
}

.main_product .box .item img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.main_product .box .item:hover img {
	transform: scale(1.1);
}

.main_product .box .item .show {
	overflow: hidden;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.2));
	position: absolute;
	left: 0;
	bottom: -60px;
	padding: 20px;
	padding-top: 50px;
	padding-left: 50px;
	transition: all .4s;
	justify-content: center;
}
.main_product .box .item:hover .show{
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.95));
}
.main_product .box .item .show .child {
	overflow: hidden;
}

.main_product .box .item .show .child p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	/* text-align: center;  */
}

.main_product .box .item .show .child span {
	display: block;
	font-size: 15px;
	color: #fff;
	opacity: 0.9;
	line-height: 34px;
}

.main_product .box .item .show .child .more {
	float: left;
	overflow: hidden;
	width: 139px;
	height: 35px;
	margin: 0 auto;
	transition: all .2s;
	margin-top: 20px;
	position: relative;
	z-index: 9999;
	background-color: #176abb;
}

.main_product .box .item .show .child .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #fff;
}

.main_news {
	overflow: hidden;
	width: 100%;
	padding: 80px 0 0px 0;
}

.main_news .more {
	overflow: hidden;
	width: 192px;
	height: 44px;
	margin: 0 auto;
	margin-top: 25px;
	transition: all .3s;
	position: relative;
	background-repeat: no-repeat;
	background-position: right 55px center;
}

.main_news .more:hover a p {
	color: #176abb;
}

.main_news .more img {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.main_news .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_news .more a p {
	font-size: 13px;
	color: #000;
}

.main_news .box {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 1435px;
	margin: 0 auto;
	margin-top: 53px;
	height: 420px;
	background: #eef5fc;
}

.main_news .box .right {
	overflow: hidden;
	width: calc(100% - 718px);
	height: 420px;
	background: #b5cae1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 73px 55px 0 55px;
	position: relative;
}

.main_news .box .right .rights {
	position: absolute;
	right: 83px;
	bottom: 14px;
	cursor: pointer;
	transition: all .3s;
}

.main_news .box .right .rights:hover {
	transform: translateX(10px);
}

.main_news .box .right .pic {
	width: 444px;
	background: #dddddd;
	padding: 6px;
}

.main_news .box .right .pic img {
	display: block;
	width: 100%;
}

.main_news .box .right .list {
	overflow: hidden;
	width: 122px;
	height: 270px;
}

.right .list .swiper-container {
	width: 100%;
	height: 100%;
}

.main_news .box .right .list .swiper-slide.on {
	border: 1px solid #55ace1;
}

.main_news .box .right .list .swiper-slide div {
	width: 100%;
	background: #dddddd;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 6px;
}

.main_news .box .right .list .swiper-slide div img {
	display: block;
	width: 100%;
}

.main_news .box .left {
	overflow: hidden;
	width: 718px;
	background: #eef5fc;
	padding: 0 43px 0 43px;
}

.main_news .box .left h3 {
	font-size: 14px;
	color: #424242;
	line-height: 65px;
	font-weight: bold;
}

.main_news .box .left .tabbar {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	background: #55ace1;
}

.main_news .box .left .tabbar div {
	width: 33.33%;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	height: 100%;
}

.main_news .box .left .tabbar div.on {
	color: #060606;
}

.main_news .box .left ul {
	overflow: hidden;
}

.main_news .box .left ul li {
	overflow: hidden;
	height: 90px;
}

.main_news .box .left ul li:hover a .gorw p {
	color: #55ace1;
}

.main_news .box .left ul li a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.main_news .box .left ul li a .date {
	overflow: hidden;
	padding-top: 10px;
}

.main_news .box .left ul li a .date p {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}

.main_news .box .left ul li a .date span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #000;
}

.main_news .box .left ul li a .gorw {
	overflow: hidden;
	width: 542px;
	height: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 20px;
}

.main_news .box .left ul li a .gorw p {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
	color: #333;
}

.main_news .box .left ul li a .gorw span {
	display: block;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #929292;
	margin-top: 5px;
}

.footer_icon {
	width: 100%;
	margin-top: 45px;
}

.footer_icon ul {
	overflow: hidden;
}

.footer_icon ul li {
	overflow: hidden;
	height: 163px;
	width: 25%;
	float: left;
	display: flex;
	border-right: 1px solid #dbdfe1;
	align-items: center;
	transition: .2s;
	justify-content: center;
}

.footer_icon ul li:hover {
	background: #dbdfe1;
}

.footer_icon ul li:last-child {
	border: none;
}

.footer_icon ul li a {
	overflow: hidden;
	display: block;
}

.footer_icon ul li a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 23px;
}

.footer_icon ul li a p {
	text-align: center;
	font-size: 13px;
	color: #7d7d7d;
}

.down {
	cursor: pointer;
	position: fixed;
	right: 70px;
	bottom: 8%;
	display: none;
	z-index: 99999;
}

.hide {
	display: none;
}

.wrapf {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	width: 78%;
}

.footer {
	background: #222222;
	color: #686868;
	padding: 2.5% 0;
	font-size: 14px;
}

.foot_top .f_logo {
	float: left;
	width: 152px;
	height: 40px;
	margin-top: 3px;
}

.foot_top .f_logo img {
	width: 100%;
}
.foot_top .f_logo .code {
	text-align: center;
    margin-top: 40px;
}
.foot_top .f_logo .code img{
	width: 79px;
    height: 79px;
}
.foot_top ul {
	float: left;
	width: calc(100% - 350px);
	margin-left: 100px;
}

.foot_top li {
	float: left;
	width: 20%;
	position: relative;
}

/*.foot_top li::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	right: 33.33%;*/
/*	top: 8px;*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	border-radius: 4px;*/
/*	background: #474646;*/
/*}*/

.foot_top li:last-child::after {
	right: 0;
}

.foot_top li h2 {
	color: #989898;
	margin-bottom: 20px;
	font-family: SourceHanSansCN-Regular;
}

.foot_top li h2 a {
	color: #989898;
}

.foot_top li p {
	line-height: 1.2;
	margin-bottom: 12px;
}

.foot_top li p,
.foot_top li p a {
	color: #686868;
}

.foot_top .f_conn {
	float: right;
	width: 210px;
	text-align: right;
	font-family: SourceHanSansCN-Regular;
}

.foot_top .f_conn a {
	color: #fff;
}

.foot_top .f_conn em {
	color: #fff;
	margin: 0 10px;
	font-size: 12px;
	vertical-align: top;
}

.foot_bot {
	border-top: 1px solid #3A3A3A;
	padding-top: 2%;
	margin-top: 2%;
}

.foot_bot .wrapf {
	position: relative;
}

.foot_bot h3 {
	color: #989898;
	line-height: 1.2;
}

.foot_bot h3 a {
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.foot_bot h3 span {
	display: block;
	margin-top: 5px;
}

.foot_bot p.cop {
	color: #989898;
	margin-top: 20px;
	color: #686868;
	width: calc(100% - 200px);
}

.foot_bot p.cop a {
	color: #686868;
	margin-left: 10px;
}

.foot_bot p.cop a.xhr {
	margin-left: 20px;
	opacity: 0.7;
	font-family: Arial, Helvetica, sans-serif;
}

.foot_bot .code {
	position: absolute;
	right: 0;
	top: 0;
	width: 186px;
}

.foot_bot .code span {
	float: left;
	margin-top: 20px;
	text-align: right;
}

.foot_bot .code img {
	float: right;
	width: 79px;
	height: 79px;
}

@media (max-width: 1800px) {
	.banner{
		height: 850px;
	}
	
}

@media (max-width: 1600px) {
	.banner{
		height: 780px;
	}
	
}

@media (max-width: 1500px) {
	.m,
	.main_product .box,
	.main_solution .tabble ul,
	.main_solution .box,
	.main_cooperative ul,
	.main_news .box,
	.main_news_box {
		width: 1300px !important;
	}
	.main_product .box .item {
		width: 600px;
		height: 380px;
	}
	.main_product .box .item .show .child span {
		width: 400px;
	}
	.main_solution .box .picbox {
		width: 830px;
	}
	.main_solution .box ul li {
		margin-bottom: 30px;
	}
	.main_solution .box ul li::after {
		bottom: -15px;
	}
	.main_news .box .left {
		width: 50%;
	}
	.main_news .box .right {
		width: 50%;
	}
	.main_news .box .right .pic {
		width: 380px;
	}
	.main_news .box .left ul li a .gorw {
		width: 500px;
	}
}

@media (max-width: 1350px) {
	.m,
	.main_product .box,
	.main_solution .tabble ul,
	.main_solution .box,
	.main_cooperative ul,
	.main_news .box,
	.main_news_box {
		width: 1000px !important;
	}
	.main_news_box .ws .label .info a span {
		font-size: 16px;
	}
	.main_news_box .ws .label .info a .em {
		font-size: 14px;
	}
	.header .m ul li {
		margin-left: 20px;
	}
	.header .m ul li a {
		padding: 0 5px;
	}
	.main_solution .tabble ul {
		padding: 0;
	}
	.main_product .box .item {
		width: 48%;
		height: 330px;
	}
	.main_product .box .item .show .child span {
		width: 75%;
	}
	.fade {
		width: 62%;
	}
	.main_solution .box ul {
		width: 35%;
	}
	.main_solution .box .picbox {
		width: 100%;
	}
	.main_solution .tabble ul li {
		font-size: 25px;
	}
	.main_solution .box .picbox div {
		padding-right: 60px;
	}
	.main_cooperative ul li {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main_map .m #map {
		width: 600px;
		height: 450px;
	}
	.dot1 {
		left: 375px;
		top: 278px;
	}
	.dot2 {
		left: 632px;
        top: 398px;
	}
	.dot3 {
		left: 444px;
		top: 189px;
	}
	.main_map .m .grow {
		width: 360px;
	}
	.main_map .m .grow h2 {
		font-size: 30px;
	}
	.main_map .m .grow h3 {
		font-size: 30px;
	}
	.main_cooperative ul li img {
		width: 100%;
		display: block;
	}
	.main_solution .box ul li {
		margin-bottom: 30px;
		height: .46rem;
	}
	.main_solution .box ul li .pic {
		height: 100%;
		overflow: hidden;
	}
	.main_solution .box ul li .font {
		padding: 14px 0 0 20px;
		height: 100%;
	}
	.main_solution .box ul li .font p {
		margin-bottom: 15px;
	}
	.main_solution .box ul li::after {
		bottom: -15px;
	}
	.main_news .box .left {
		width: 50%;
	}
	.main_news .box .right {
		width: 50%;
		padding: 40px;
	}
	.main_news .box .right .pic {
		width: 280px;
	}
	.main_news .box .left ul li a .gorw {
		width: 352px;
	}
	.footer .m .link ul {
		margin-left: 50px;
	}
}

@media (max-width: 1050px) {
	.m,
	.main_product .box,
	.main_solution .tabble ul,
	.main_solution .box,
	.main_cooperative ul,
	.main_news .box,
	.main_news_box {
		width: 100% !important;
	}
	.main_news_box {
		margin-top: .5rem;
	}
	.main_news_box .ceng {
		display: none;
	}
	.main_news_box .ws {
		display: block;
		padding: 0 .3rem;
	}
	.main_news_box .ws .label {
		width: 100%;
		position: relative;
		padding: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.main_news_box .ws .label .pic {
		height: 5rem;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main_news_box .ws .label .info a {
		padding: .3rem;
	}
	.main_news_box .ws .label .info a p {
		font-size: .26rem;
	}
	.main_news_box .ws .label .info a span {
		font-size: .3rem;
		margin: 0;
	}
	.main_news_box .ws .label .info a em {
		font-size: .26rem;
	}
	.header {
		height: 1.2rem;
	}
	.header .m .icon {
		display: none;
	}
	.header .m ul {
		display: none;
	}
	.header .m {
		padding: 0 .3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header .m .logo {
		width: 2.5rem;
	}
	.banner {
		height: 4.5rem;
		position: relative;
	}
	.pages {
		bottom: .3rem;
	}
	.main_product {
		padding: .8rem .3rem;
	}
	.title h2 {
		font-size: .4rem;
		margin-bottom: .3rem;
	}
	.title p {
		font-size: .28rem;
	}
	.main_product .title {
		margin-bottom: .3rem;
	}
	.main_product>span {
		font-size: .3rem;
		line-height: .4rem;
	}
	.main_product .box .item .show{
		padding-left: 16px !important;
	}
	.main_product .box {
		margin-top: .3rem;
		display: block;
	}
	.main_product .box .item {
		width: 100%;
		height: 4rem;
		margin-bottom: .3rem;
	}
	.main_product .box .item:hover {
		margin-bottom: 0;
	}
	.main_product .box .item .show .child p {
		font-size: .4rem;
		margin-bottom: .5rem;
	}
	.main_product .box .item .show .child span {
		font-size: .28rem;
		line-height: .45rem;
	}
	.main_product .box .item .show .child .more {
		width: 2rem;
		height: .6rem;
		font-size: .28rem;
		margin-top: .6rem;
		margin-bottom: 1rem;
	}
	.main_solution {
		padding: .6rem .3rem;
		padding-top: 0;
	}
	.main_solution .tabble ul li {
		font-size: .3rem;
	}
	.main_solution .tabble {
		height: 1.3rem;
		border-bottom: .03rem solid #E5E5E5;
	}
	.main_solution .tabble ul li.on::after {
		height: .03rem;
	}
	.main_solution .box {
		width: 100%;
		margin-top: .3rem;
		display: block;
	}
	.main_solution .box ul {
		width: 100%;
		display: block;
	}
	.main_solution .box ul li .font p {
		font-size: .4rem;
	}
	.fade {
		width: 100%;
		margin-top: .3rem;
	}
	.main_solution .box .picbox div {
		padding: .3rem;
	}
	.main_solution .box .picbox div p {
		font-size: .35rem;
		margin-bottom: .2rem;
	}
	.main_solution .box .picbox div span {
		font-size: .26rem;
		line-height: .4rem;
	}
	.down {
		right: .2rem;
		bottom: .5rem;
		width: .5rem;
	}
	.main_cooperative {
		padding: .7rem .3rem;
	}
	.main_cooperative ul {
		margin-top: .5rem;
	}
	.main_cooperative ul li {
		width: 50%;
		/* height: 50%; */
	}
	.main_map {
		height: auto;
		padding: .5rem 0;
		margin-top:0;
	}
	.main_map .m {
		display: block;
	}
	.main_map .m #map {
		width: 100%;
		height: 6rem;
		display: none;
	}
	.main_map .m .grow {
		width: 100%;
		padding: .3rem;
		margin-top: .5rem;
	}
	.main_map .m .grow h2 {
		text-align: center;
		font-size: .4rem;
		margin-bottom: .2rem;
	}
	.main_map .m .grow h3 {
		font-size: .4rem;
		text-align: center;
		margin-bottom: .2rem;
	}
	.main_map .m .grow p {
		font-size: .26rem;
		text-align: center;
	}
	.main_map .m .grow ul {
		margin-top: .6rem;
	}
	.main_map .m .grow ul li {
		margin-bottom: .3rem;
		padding-left: .3rem;
	}
	.main_map .m .grow ul li span {
		font-size: .28rem;
	}
	.main_news {
		padding: .7rem 0;
	}
	.main_news .box {
		display: block;
		margin-top: .7rem;
		height: auto;
	}
	.main_news .box .left {
		width: 100%;
		padding: 0 .3rem;
	}
	.main_news .box .left ul li a .date {
		width: 25%;
	}
	.main_news .box .left ul li a .gorw {
		width: 75%;
	}
	.main_news .box .right {
		width: 100%;
		padding: .3rem;
		margin-top: .5rem;
		height: 4rem;
	}
	.main_news .box .right .pic {
		width: 4.5rem;
	}
	.main_news .box .right .list {
		width: 2rem;
	}
	.main_news .box .left ul li a .gorw p {
		font-size: .3rem;
	}
	.main_news .box .left ul li a .gorw span {
		font-size: .26rem;
	}
	.main_news .box .right .rights {
		width: 1rem;
		right: .3rem;
		bottom: .3rem;
	}
	.menu {
		width: .6rem;
		display: block;
	}
	.header .m>ul>li::after {
		display: none !important;
	}
	.header .m>ul {
		display: block;
		width: 100%;
		overflow: hidden;
		position: fixed;
		overflow: auto;
		z-index: 9999999;
		padding-top: .3rem;
		left: 0;
		top: 1.2rem;
		height: calc(100vh - 1.2rem);
		transform: translateY(-120%);
		transition: all .4s;
		background: rgba(0, 0, 0, 0.8);
	}
	.header .m>ul.on {
		transform: translateY(0);
	}
	.header .m>ul>li {
		padding: 0;
		height: auto;
		margin: 0;
		display: block;
		font-size: .28rem;
	}
	.header .m>ul>li>a {
		display: flex;
		align-items: center;
		height: 1rem;
		width: 100%;
		justify-content: space-between;
		padding: 0 .3rem;
		color: #fff !important;
		box-sizing: border-box;
	}
	.header .m>ul>li.on>a {
		background: #CA0E2A;
	}
	.header .m>ul>li.on::after {
		display: none;
	}
	.dot1 {
		left: 4.7rem;
		top: 3.5rem;
	}
	.dot2 {
		left: 5.8rem;
		top: 3.6rem;
	}
	.dot3 {
		left: 5.8rem;
		top: 2.4rem;
	}
	.main_map .m #map .dot .child p {
		font-size: .2rem;
		padding: 0 .03rem;
	}
	.forms {
		left: -40%;
	}
	.header .m>ul>li .slideshow {
		border-radius: 0;
		display: block;
		width: 100%;
		background: none;
		position: static;
		display: none;
	}
	.header .m>ul>li .slideshow img {
		display: none;
	}
	.header .m>ul>li .slideshow .link {
		border-radius: 0;
		background: none;
		padding: 0;
	}
	.header .m>ul>li .slideshow .link a {
		display: flex;
		align-items: center;
		height: 1rem;
		font-size: .28rem;
		color: #fff;
		padding-left: .5rem;
	}
	.header .m>ul>li>a>img {
		display: block;
		width: .3rem;
		transition: all .3s;
	}
	.header .m>ul>li>a.on img {
		transform: rotate(180deg);
	}
	.foot_top .f_logo {
		margin: .3rem auto .5rem;
		float: none;
		height:auto;

	}
	.footer {
		padding: 5% 0;
	}
	.foot_top ul {
		width: 100%;
		margin-top: 15px;
		margin: 0;
	}
	.foot_top li {
		width: 100% !important;
		padding-left: 0;
		border-bottom: 1px solid #3E3E3E;
		margin-bottom: 10px;
	}
	.foot_top li::after {
		display: none;
	}
	.foot_top li h2 {
		margin: 0;
		padding-bottom: 10px;
		font-size: 15px;
		background: url(../image/nav_ico_1.png) 98% 8px no-repeat;
	}
	.foot_top li .con {
		width: 100%;
		padding: 8px 0;
		display: none;
	}
	.foot_top li.on h2 {
		border-bottom: 1px solid #3E3E3E;
		background: url(../image/nav_ico_up_1.png) 98% 8px no-repeat;
	}
	.foot_top li p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 0;
	}
	.foot_top .f_conn {
		float: left;
		width: 100%;
		text-align: left;
	}
	.foot_top .f_conn a {
		display: block;
		border-bottom: 1px solid #3E3E3E;
		color: #989898;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.foot_top .f_conn em {
		display: none;
	}
	.foot_bot {
		border-top: none;
		margin-top: 0;
	}
	.foot_bot h3 {
		color: #fff;
		text-align: center;
		color: #fff;
		line-height: 36px;
		background: #303031;
	}
	.foot_bot h3 a {
		font-size: 20px;
		color: #fff;
	}
	.foot_bot h3 span {
		margin: 0;
	}
	.foot_bot .code {
		position: static;
		width: 100%;
		text-align: center;
	}
	.foot_bot .code span {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.foot_bot .code span br {
		display: none;
	}
	.foot_bot .code img {
		float: none;
		width: 100px;
		height: 100px;
	}
	.foot_bot p.cop {
		margin: 15px auto;
		width: 100%;
		text-align: center;
	}
	.foot_bot p.cop span {
		display: block;
	}
	.foot_bot .f_logo,
	.foot_bot .f_txt,
	.foot_bot .rr {
		width: 100%;
	}
	.foot_bot .f_logo,
	.foot_bot .f_txt {
		text-align: center;
		margin-bottom: 10px;
	}
	.foot_bot .rr {
		text-align: center;
	}
	.foot_bot .rr span {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
		float: none;
		text-align: center;
	}
	.foot_bot .rr img {
		float: none;
	}
	.header:hover{
        background: none;
    }


	.mianbao{
		padding: 20px 0 !important;

	}
	.mianbao .m1360{
		height: auto !important;
	}
	.mianbao big{
		font-size: 26px !important;
	}
	.mianbao ul li{
		font-size: 15px !important; 
		margin-left: 14px !important;
	}
	.media_div span{
		left: -20px !important;
	}
	.media_div a{
		height:30px !important;
	}
}
@media (max-width: 750px) {
	.main_solution .box ul li{
		height: 2rem;
	}
	.main_solution .box .picbox{
		display: none !important;
	}
	.main_map .m #map{
		display: none !important;
	}
	.main_product .box .item:hover .show{
		padding:0;
	}
	.main_product .box .item .show .child .more{
		margin-top:0.2rem;
	}
	.title h2{
		padding-bottom: 10px;
	}
	.main_product .test1{
		padding: 0 46px;
	}
	.main_product>span{
		line-height: .6rem;
	}

	.main_product .test2{
		padding: 0 22px;
	}
	.main_news_box .ws .label .info a span{

		line-height: .6rem;
		margin-top: 10px;
	}
	.main_news_box .ws .label .info a .morew{
		margin-top: .6rem;
	}
	.main_solution .box ul li.on{
		background:#fff;
	}
	.foot_bot h3 a{
		font-size: 18px;
	}
}
