/*基础CSS*/

html,body {
	font-size: 14px;
	overflow-x: hidden;
	font-family: Microsoft YaHei;
	line-height: initial;
}
li {
	list-style: none;
}
input,button{
	border: 0;
	outline: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.container:before, .container:after{
	display: none;
}
#navToggle{
	display: none;
}
.bs #navToggle span,.bs #navToggle span:before,.bs #navToggle span:after{
	background: #cf1717;
}
.head{
	position: fixed;
	margin-top: 36px;
	height: 88px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.lbt{
	/* padding-bottom: 51.042%; */
	height: 980px;
	position: relative;
}
.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.lbt .tit{
	position: absolute;
	top: 229px;
	left: 240px;
}
.lbt .tit i{
	font-style: normal;
	font-family: SourceHanSansCN-Medium;
	font-size: 48px;
	letter-spacing: 6px;
	color: #000;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.lbt .tit p{
	max-width: 650px;
	font-family: SourceHanSansCN-Heavy;
	font-size: 128px;
	line-height: 110px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 58px;
}
.lbt .tit>span{
	width: 420px;
		height: 91px;
		background-image: linear-gradient(90deg, 
			#33b4f6 0%, 
			#0fd18e 100%);
		border-radius: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: SourceHanSansCN-Medium;
			font-size: 44px;
			color: #ffffff;
}
.lbt .hh{
	position: absolute;
	top: 183px;
	width: 350px;
	
	right: 316px;
}
.lbt .mySwiper {
	overflow: hidden;
}
.lbt .mySwiper .swiper-slide img{
    max-width: 100%;	
}
.lbt .swiper-pagination{
	display: flex;
	    justify-content: center;
	    width: 100%;
	bottom: -38px;
}
.lbt .swiper-pagination span{
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 14px;
	opacity: 1;
	background: #1f232b;
	border-radius: 4px;
	transform: rotate(45deg);
}
.lbt .swiper-pagination span.swiper-pagination-bullet-active{
	background: #fff;
}
.lbt .swiper-pagination span:last-child{
	margin-right: 0;
}
.head .container{
	display: flex;
	justify-content: space-between;
}
.navbar_nav{
	display: flex;
	align-items: center;
	height: 100%;
}
.navbar_nav .dropdown{
	margin-right: 40px;
	position: relative;
	height: 100%;
	display: flex;
	transition: .5s;
	align-items: center;
}
.navbar_nav .dropdown:hover{
	background: #cf1717;
	
}
.head.bs .navbar_nav .dropdown:hover>a{
	color: #fff;
}
.navbar_nav .dropdown:hover .dropdown_menu{
	display: block;
}
.navbar_nav .dropdown_menu{
	position: absolute;
	top: 88px;
	width: 100%;
	display: none;
	left: 0;
	border-top: 1px solid #fff;
}
.navbar_nav  .dropdown_menu a{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	width: 100%;
	text-align: center;
	color: #6b6b6b;
	font-size: 15px;
	transition: .5s;
	background: #ffffff;
	
}
.dropdown_menu a:last-child{
	border-bottom:0;
}
.dropdown_menu a:hover{
	background: #cf1717;
	color: #fff;
}
.navbar_nav .dropdown:last-child{
	margin-right: 0;
}
.navbar_nav .dropdown>a{
	font-size: 16px;
	color: #ffffff;
	transition: .5s;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}
.abs .container{
	margin-top: -60px;
	display: flex;
	height: 424px;
	position: relative;
}
.abs .container .l{
	width: 424px;
	height: 100%;
	background-color: #222222;
	padding-top: 56px;
	padding-left: 32px;
	padding-right: 56px;
}
.abs .container .l .date{
	display: flex;
	align-items: center;
	font-weight:bold;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 20px;
	margin-bottom: 55px;
	border-bottom: 3px solid #373737;
}
.abs .container .l .date i{
	display: block;
	width: 27px;
		height: 1px;
		background-color: #ffffff;
		margin: 0 30px;
}
.abs .container .l span{
	font-size: 90px;
	font-weight:bold;
	color: #ffffff;
}
.abs .container .l em{
	font-style:normal;
	font-size: 40px;
		color: #ffffff;
}
.abs .container .l div{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 44px;
}
.abs .container .l p{
	font-size: 14px;
	color: #ffffff;
}
.abs .container .m{
	width: 424px;
	height: 100%;
		background-image: linear-gradient(90deg, 
			#90d6eb 0%, 
			#1250b9 100%);
	padding: 50px 70px 60px 30px;
}
.abs .container .m>span{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
	display: block;
	color: #ffffff;
	display:-webkit-box;
	     -webkit-box-orient:vertical;
	     -webkit-line-clamp:2;    /* 根据业务需求设置第几行显示省略号 */
	     overflow:hidden;
}
.abs .container .m .nr{
	display:-webkit-box;
	     -webkit-box-orient:vertical;
	     -webkit-line-clamp:3;    /* 根据业务需求设置第几行显示省略号 */
	     overflow:hidden;
}
.abs .container .m img{
	display: block;
	margin-bottom: 10px;
}
.abs .container .m p,.abs .container .m p span{
	font-size: 15px;
	line-height: 34px;
	color: #ffffff;
}
.abs .container .m a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin-top: 60px;
	width: 162px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #ffffff;
}
.abs .container .m a i{
	display: block;
	margin-left: 10px;
}
.abs .container .r{
	height: 100%;
	overflow:hidden;
}
.pro{
	margin-top: 150px;
	padding-bottom: 120px;
}
.pro .top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 4px solid #f0f1f2;
	margin-bottom: 70px;
}
.pro .top .tit{
	position: relative;
	font-size: 44px;
	color: #101010;
}
.pro .top .tit::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: -40px;
	left: 0;
	background-color: #101010;
}
.pro .top .cat{
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
}
.pro .top  .cat a{
	font-size: 16px;
	color: #000;
	transition:background .5s;
	height: 44px;
	display: flex;
	padding: 0 43px;
	align-items: center;
}
.pro .top  .cat a:hover{
	background: linear-gradient(90deg, 
			#33b4f6 0%, 
			#0fd18e 100%);
		border-radius: 22px;
		color: #fff;
}
.pro .top  .cat a:last-child{
	color: #000!important;
	background: #fff!important;
	padding-right: 0;
}
.pro .list .box{
	display: flex;
	flex-wrap: wrap;
}
.pro .list .box img{
	height: 255px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.pro .list a{
	display: block;
	position: relative;
}
.pro .list a span{
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	min-height: 74px;
	color: #000000;
	padding-top: 50px;
	overflow:hidden;
	    width-space:nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
}
.pro .list a p{
	display: flex;
	margin: 8px;
	margin-top: 54px;
	align-items: center;
	justify-content: center;
	transition: .5s;
	font-size: 18px;
	height: 84px;
	color: #000;
	font-weight: bold;
}
.pro .list a .k{
	position: absolute;
	top: 0;
	transition: .5s;
	width: 100%;
	height:100%;
	left: 0;
	border: solid 4px #f0f1f2;
	opacity: 0;
}
.pro .list a:hover .k{
	opacity: 1;
}
.pro .list a:hover p{
	background-color: #fafafa;
}
.case{
	height: 1100px;
	padding-top: 160px;
	padding-bottom: 140px;
}
.case .top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.case .top .tit{
	position: relative;
	font-size: 44px;
	color: #ffffff;
}
.case .top .tit::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: -40px;
	left: 0;
	background-color: #ffffff;
}
.case .top span{
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
}
.case .list{
	padding-left: 172px;
}
.case .list .swiper-slide{
    height: 580px;
    overflow: hidden;
}
.case .list img{
	width: 100%;
}
.case .list .con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.case .list .con .an{
	display: flex;
}
.case .list .con .an div{
	width: 36px;
	height: 36px;
	background-color: #666666;
	transition: .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case .list .con .an div:hover{
	background-color: #25262a;
}
.case .list .con .an div i{
	color: #fff;
	font-size: 20px;
}
.case .list .con a{
	font-size: 16px;
	color: #fff;
}
.news {
	padding-bottom: 150px;
	padding-top: 140px;
	background-color: #f8fafb;
}
.news .top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.news .top .tit{
	position: relative;
	font-size: 44px;
	color: #101010;
	font-weight: bold;
}
.news .top .tit::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: -40px;
	left: 0;
	background-color: #101010;
}
.news .top a{
	margin-top: 40px;
	font-size: 16px;
	color: #000000;
}
.news .list{
	display: flex;
	justify-content: space-between;
}
.news .list .tj{
	margin-right: 140px;
	max-width: 620px;
}
.news .list a .img{
	height: 405px;
	overflow: hidden;
}
.news .list a .img img{
	height: 100%;
}
.news .list .con{
	background: #fff;
	padding: 50px 60px 58px 30px;
}
.news .list a em{
	font-style: normal;
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 25px;
}
.news .list a .date{
	font-size: 14px;
	color: #bababa;
	margin-bottom: 20px;
}
.news .list a p{
	font-size: 16px;
	color: #6b6b6b;
	display:-webkit-box;
	     -webkit-box-orient:vertical;
	     -webkit-line-clamp:2;    /* 根据业务需求设置第几行显示省略号 */
	     overflow:hidden;
}
.news .box{
	padding: 50px 0;
	flex: 1;
	border-top: 4px solid #ececec;
	border-bottom: 4px solid #ececec;
}
.news .box a{
	margin-bottom: 60px;
	display: block;
}
.news .box a:last-child{
	margin-bottom: 0;
}
.foot{
	height: 522px;
	background-color: #1f1f1f;
	padding-top: 130px;
}
.foot .tt{
	display: flex;
	padding-bottom: 60px;
	border-bottom: 4px solid #303030;
	margin-bottom: 50px;
}
.foot .tt em{
	font-size: 16px;
	display: block;
	color: #fff;
	font-style: normal;
	margin-bottom: 30px;
}
.foot .tt .lb>a{
	font-size: 14px;
	color: #fff;
	margin-bottom: 13px;
	display: block;
}
.foot .tt .lb>a:last-child{
	margin-bottom: 0;
}
.foot .tt .lb:nth-child(2){
	margin-left: 188px;
	margin-right: 140px;
}
.foot .tt .lb:nth-child(3){
	margin-right: 189px;
}
.foot .tt .lb p,.foot .tt .lb p a{
	font-size: 14px;
	color: #fff;
	margin-bottom: 13px;
}
.foot .tt .lb p:last-child{
	margin-bottom: 0;
}
.foot .ewm{
	margin-left: auto;
}
.foot .bq{
	display: flex;
}
.foot .bq a{
	font-size: 14px;
	color: #fff;
}
.foot .bq a:last-child{
	margin-left: 35px;
}
.to-top{
	position: fixed;
	bottom: 82px;
	display: none;
	right: 200px;
	z-index: 999;
	cursor: pointer;
}
.head.bs{
	background: #fff;
	margin: 0;
}
.head.fix{
	margin-top: 0;
	background: rgba(0,0,0,.9);
}
.head .container{
	height: 100%;
	align-items: center;
}
.cnav{
	height: 100%;
}
.head.bs .navbar_nav{
	height: 100%;
	align-items: center;
}
.head.bs .navbar_nav .dropdown>a{
	color: #000000;
}
.banner{
	position: relative;
	margin-top: 88px;
}
.banner .tit{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 40px;
	color: #ffffff;
}
.banner .tit span{
	display: block;
	font-size: 14px;
	margin-top: 12px;
	color: #ffffff;
}
.prolist .pro .top{
	margin-bottom: 65px;
}
.pro .list a{
	width: 25%;
}
.prolist .pro {
	margin-top: 100px;
	padding-bottom: 160px;
}
.prolist .pro .top .cat{
	margin-top: 0;
}
.prolist .pro .top .cat a:last-child{
	padding-right: 43px;
}
.prolist .pro .top .cat a:hover,.prolist .pro .top .cat a.active {
    background: linear-gradient(90deg, #33b4f6 0%, #0fd18e 100%)!important;
    color: #fff!important;
	border-radius: 22px;
}
.prolist .pro .top{
	border-bottom: 0;
	padding-bottom: 0;
}
.fy .pagination{
	margin: 0;
}
.pager li > a, .pager li > span{
	border: solid 1px #bababa;
	border-radius: 0;
	color: #6b6b6b;
	padding: 7px 13px;
}
.pager{
	margin: 0;
}
.fy{
	margin-top: 100px;
}
.fy .pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager li{
	display: block;
	margin-right: 16px;
}
.pager li:last-child{
	margin-right: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0;
	border-color: #bababa;
}
.pagination > .active > span, .pagination > .active   > a:hover{
	background-color: #cf1717;
	    border-color: #cf1717;
}
.pager li > a:hover, .pager li > a:focus{
	background-color: #cf1717;
	    border-color: #cf1717;
		color: #fff;
} 
.newlist a{
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	border-bottom:2px solid #eaeaea;
	margin-bottom: 50px;
}
.newlist a:last-child{
	margin-bottom: 0;
}
.newlist .con{
	flex: 1;
}
.newlist .img{
	overflow: hidden;
	width: 280px;
	height: 194px;
	margin-right: 25px;
}
.newlist em{
	font-style: normal;
	margin-top: 10px;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	color: #000000;
}
.newlist p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 90px;
	color: #6b6b6b;
}
.newlist .date{
	padding-left: 30px;
	font-size: 14px;
	color: #bababa;
	background: url(../img/new.png) left center no-repeat;
	display: flex;
}
.newlist .date i{
	font-style: normal;
	margin-left: auto;
}
.abt .i1{
	display: flex;
	margin-top: 100px;
	padding-bottom: 150px;
	align-items: center;
}
.abt .i1 .con{
	margin-right: 80px;
	max-width: 776px;
}
.abt .i1 .con>p{
	font-size: 36px;
	color: #000000;
	height: 32px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 100px;
}
.abt .i1 .con>p::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 40px;
		height: 4px;
		background-color: #cf1717;
}
.abt .i1 .nr{
	font-size: 16px;
	line-height: 30px;
	color: #6b6b6b;
}
.abt .i1 .swiper {
	overflow: hidden;
	position: relative;
}
.abt .swiper .prev i,.abt .swiper .next i{
	color: #fff;
	font-size: 24px;
}
.abt .swiper .prev{
	width: 36px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	background-color: rgba(102,102,102,.5);
}
.abt .swiper .next{
	width: 36px;
	position: absolute;
	height: 36px;
	display: flex;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	align-items: center;
	justify-content: center;
	background-color: rgba(102,102,102,.5);
}
.qywh{
	padding-bottom: 150px;
}
.qywh .tit{
	font-size: 32px;
	position: relative;
	color: #101010;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 100px;
}
.qywh .tit::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background-color: #cf1717;
}
.qywh .list{
	display: flex;
}
.qywh .list .k{
	width: 33.333%;
	overflow: hidden;
}
.qywh .list .k img{
	max-width: 100%;
}
.qywh .list .k p{
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8fafb;
	font-size: 24px;
	transition: .5s;
	color: #6b6b6b;
}
.qywh .list .k:hover p{
	background-color: #cf1717;
	color: #ffffff;
}
.sbzs{
	padding-bottom: 150px;
}
.sbzs .tit{
	font-size: 32px;
	position: relative;
	color: #101010;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 100px;
}
.sbzs .tit::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background-color: #cf1717;
}
.sbzs .img{
    overflow: hidden;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abt .sbzs .swiper .next,.abt .sbzs .swiper .prev{
    width: 56px;
    height: 56px;
    background: #000;
}
.abt .sbzs .swiper .next i,.abt .sbzs .swiper .prev i{
    font-size: 30px;
}
.sbzs .img .swiper{
    width: 100%;
}
.sbzs .img .con:nth-child(1),.sbzs .img .con:nth-child(2){
	margin-bottom: 26px;
}
.sbzs .swiper-slide{
}
.sbzs .swiper-slide .tp{
    overflow: hidden;
    margin-bottom: 15px;
    width: calc(33.33% - 10px);
    margin-right: 15px;
    display: block;
    text-align: center;
    height: 400px;
    float: left;
}
.sbzs .swiper-slide .tp img{
    height: 100%;
}
.sbzs .swiper-slide .tp:nth-child(3n){
    margin-right: 0;
}
#map{
	height: 533px;
	flex: 1;
}
.contact .ms{
	align-items: center;
	display: flex;
	margin: 150px 0;
}
.contact .ms .con{
	width: 393px;
	margin-left: 76px;
}
.contact .ms .con p{
	color: #000000;
	font-size: 18px;
	padding-left: 48px;
	margin-bottom: 55px;
}
.contact .ms .con img{
	margin-left: 38px;
}

.contact .ms .con p:nth-child(1){
	background: url(../img/sj.png) no-repeat;
	background-size: contain;
}
.contact .ms .con p:nth-child(2){
	background: url(../img/cz.png) no-repeat;
	background-size: contain;
}
.contact .ms .con p:nth-child(3){
	background: url(../img/yx.png) no-repeat;
	background-size: contain;
}
.contact .ms .con p:nth-child(4){
	background: url(../img/dz.png) no-repeat;
	background-size: contain;
}
#post-form{
	padding: 0 70px;
	padding-bottom: 150px;
}
#post-form .tit{
	font-size: 32px;
	position: relative;
	color: #101010;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 100px;
}
#post-form .tit::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background-color: #cf1717;
}
#post-form .box{
	display: flex;
	flex-wrap: wrap;
}
#post-form .box p{
	padding-left: 20px;
	display: flex;
	width: 410px;
	margin-left: 50px;
	align-items: center;
	border: solid 2px #f0f1f2;
	height: 54px;
}
#post-form .box p:nth-child(1){
	margin-right: 0;
}
#post-form .box p:nth-child(4){
	height: 160px;
	width: 100%;
	padding-top: 20px;
	align-items: flex-start;
	margin-top: 50px;
}
#post-form .box p span{
	color: #6b6b6b;
	font-size: 16px;
}
#post-form .box input{
	
	color: #6b6b6b;
	font-size: 16px;
}
#post-form .box textarea{
	border: 0;
	flex: 1;
	height: 100%;
	outline: none;
	resize: none;
}
#post-form button{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 70px;
	font-size: 18px;
	width: 134px;
	height: 44px;
	border: 0;
	background-image: linear-gradient(90deg, 
			#33b4f6 0%, 
			#0fd18e 100%);
		border-radius: 22px;
}
#navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
	}
#navToggle span:before,
#navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
#navToggle span,
#navToggle span:before,
#navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
	}
#navToggle span:before {
		top: 8px;
	}
#navToggle span:after {
		bottom: 10px;
	}
 #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
#navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
#navToggle.open span {
		background: none;
	}
#navToggle.open span:before,#navToggle.open span:after {
		background: #4f4f4f;
	}
@media (min-width: 1600px){
	.container {
   padding: 0;
   width: 1520px;
   margin: auto;
}
}
@media (max-width: 1700px){
	.lbt .tit p {
  font-size: 90px;
      line-height: 80px;
}
}
@media (max-width: 1600px){
	#post-form .box p{
		width: 283px;
	}
	.sbzs .img .con{
		overflow: hidden;
	}
	.sbzs .img .con img{
		width: 100%;
		height: 300px;
	}
	.pro .top .cat a{
    padding: 0 25px;
}
.qywh .list .k p{
	height: 238.88px;
}
.abt .i1 .con{
	max-width: 550px;
}
}

@media (max-width: 1500px){
	.abt .i1 .con{
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.abt .i1 .swiper img{
		width: 100%;
	}
	.abt .i1{
		display: block;
	}
	.lbt .hh,.lbt .tit{
		position: relative;
		top: initial;
		left: initial;
		right: initial;
	}
	.lbt .con{
		padding-top: 229px;
		align-items: center;
		margin: auto;
		max-width: 1170px;
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 1200px){
	#post-form .box p {
	    width: 246px;
		    margin-left: 20px;
			padding-left: 10px;
	}
	.sbzs .img .con img{
		height: 260px;
	}
	.qywh .list .k p{
		height: 196.97px;
	}
	.case .list{
		padding-left: 0;
		overflow: hidden;
		
	}
	.news .list .tj{
		width: 50%;
		margin-right: 50px;
	}
	.case{
		height: auto;
		padding: 60px 0;
	}
	.pro .top .cat a{
		padding: 0 20px;
	}
	.lbt .con{
		max-width: 970px;
	}
	.lbt .tit p{
		font-size: 50px;
		line-height: 56px;
	}
	.lbt .tit i{
		font-size: 40px;
	}
	.lbt .tit>span{
		font-size: 32px;
		width: 300px;
	}
	.foot .ewm{
		margin-left: initial;
	}
	.foot .tt .lb:nth-child(3){
		margin-right: initial;
	}
	.foot .tt .lb:nth-child(2){
		margin: 0;
	}
	.foot .tt{
		justify-content: space-between;
	}
}
@media (max-width:992px){
    .sbzs .swiper-slide .tp{
        height: 230px;
    }
	.contact .ms{
		display: block;
		margin: 60px 0;
	}
	.contact .ms .con{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.contact .ms .con img{
		margin-left: 0;
	}
	#post-form .box p{
		margin-left: 0;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#post-form .box p:nth-child(4){
		margin-top: 0;
	}
	#post-form button{
		margin-top: 0;
	}
	#post-form .tit{
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	#map{
		height: 300px;
	}
	.contact .ms .con p{
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 30px;
	}
	#post-form{
		padding: 0;
		padding-bottom: 60px;
	}
	#post-form .box p span{
		width: 100%;
		display: flex;
	}
	#post-form .box input{
		flex: 1;
	}
	.prolist .pro{
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.prolist .pro .top{
		margin-bottom: 30px;
	}
	.pro .list a{
		margin-bottom: 30px;
	}
	.to-top{
		right: 20px!important;
	}
	.to-top img{
		width: 30px;
		height: 30px;
	}
	.pro .list a p{
		margin-top: 30px;
		height: auto;
	}
	.fy{
		margin-top: 50px;
	}
	.pro .list a span{
		display: none;
	}
	.prolist .pro .top .cat{
		flex-wrap: wrap;
	}
	.prolist .pro .top .cat a:last-child{
		padding-right: 20px;
	}
	.sbzs .img .con{
		width: 49%;
	}
	.sbzs .img .con:last-child{
		margin-top: 20px;
	}
	.qywh .list{
		display: block;
	}
	.qywh .list .k{
		width: 100%;
	}
	.abt .i1{
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.banner{
		margin-top: 60px;
		height: 300px;
	}
	.banner img{
		height: 100%;
	}
	.pro .list a{
		width: 50%;
		padding: 0 10px;
	}
	.foot{
		height: auto;
		padding: 60px 0 ;
	}
	.qywh .tit,.abt .i1 .con>p{
		margin-bottom: 40px;
	}
	.pro .top .tit,.case .top .tit,.news .top .tit,.qywh .tit,.abt .i1 .con>p,.sbzs .tit,#post-form .tit{
		font-size: 24px;
	}
	.pro .top .tit::after,.case .top .tit::after,.news .top .tit::after,.qywh .tit::after,.abt .i1 .con>p::after,.sbzs .tit::after,#post-form .tit::after{
		bottom: -15px;
	}
	.sbzs .tit{
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	.qywh{
		padding-bottom: 30px;
	}
	.qywh .list .k{
		display: flex;
	}
	.qywh .list .k p {
	    font-size: 16px;
	    height: auto;
	    width: 50%;
	}
	.qywh .list .k img {
	    height: 50%;
	    width: 50%;
	    max-width: initial;
	}
	.case .top span,.news .top a{
		margin-top: 0;
	}
	.pro .list .box img{
		width: 100%;
	}
	.head{
		height: 60px;
		background: rgba(0,0,0,.9);
	}
	.lbt{
		margin-top: 60px;
		height: auto;
		padding: 60px;
		background-position: center!important;
	}
	.lbt .con{
		padding-top: 0;
		flex-direction: column;
	}
	.lbt .tit>span{
		width: auto;
		max-width: 300px;
		margin: auto;
	}
	.lbt .tit p{
		margin-bottom: 20px;
		max-width: 100%;
	}
	.lbt .tit{
		margin-bottom: 60px;
		text-align: center;
	}
	.cnav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	.head{
		margin-top: 0;
	}
	.abs .container{
		margin-top: 0;
		width: 100%;
		padding: 0;
	}
	.abs .container .m,.abs .container .l{
		padding: 50px 30px;
	}
	.pro{
		margin-top: 60px;
	}
	.pro .top{
		display: block;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.pro .top .cat{
		margin-top: 60px;
	}
	.news{
		padding: 60px 0;
	}
	.sbzs{
		padding-bottom: 60px;
	}
	.qywh .tit{
		padding-bottom: 0;
	}
	.banner .tit{
		font-size: 32px;
	}
	.new .container{
		margin-top: 90px!important;
	}
	
}
@media (max-width:768px){
	.lbt .tit i{
		font-size: 32px;
	}
	.newlist a{
		display: block;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.newlist .img{
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	.newlist em{
		font-size: 16px;
	}
	.newlist p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.newlist .img img{
		width: 100%;
	}
	.new .container h1{
		font-size: 24px;
	}
	.pro .list a p{
	    font-size: 16px;
	}
	.pro .top .cat a,.prolist .pro .top .cat a:last-child{
		padding-right: 10px;
	}
	.banner .tit{
		padding: 0 30px;
	}
	.to-top{
		right: 10px!important;
	}
	.to-top img{
		width: 30px;
		height: 30px;
	}
	.qywh .list{
		display: block;
	}
	.qywh .list .k{
		width: 100%;
	}
	.foot{
		padding: 30px 0;
	}
	.foot .tt{
		align-items: center;
	}
	.foot .ewm{
		margin-left: 30px;
	}
	.news .top{
		margin-bottom: 40px;
	}
	.news .list{
		display: block;
	}
	.news .box{
		padding: 30px 0; 
	}
	.news .list a em{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news .list a p{
		font-size: 14px;
	}
	.news .box a{
		margin-bottom: 30px;
	}
	.news .list .tj{
		margin-right: 0;
	}
	.news .list a .img{
		height: auto;
	}
	.news .list a .img img{
		width: 100%;
	}
	.news .list .con{
		padding: 30px 15px;
	}
	.pro .list a .k{
		opacity: 0!important;
	}
	.pro .list a p{
		height: auto;
		margin-top: 10px;
	}
	.pro{
		margin-top: 30px;
		padding-bottom: 0;
	}
	.pro .list a{
		margin-bottom: 30px;
	}
	.pro .list a span{
		padding-top: 0;
		min-height: initial;
	}
	.pro .list a:hover p {
	    background-color: #fff;
	}
	.pro .top .cat{
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.pro .top .cat a{
		width: auto;
		padding: 0 10px;
		justify-content: center;
		font-size: 14px;
	}
	.abs .container{
		height: auto;
		flex-wrap: wrap;
	}
	.abs .container .m,.abs .container .l{
		width: 50%;
		padding: 30px;
		height: 307px;
	}
	.abs .container .l .date{
		margin-bottom: 30px;
	}
	.abs .container .l span{
		font-size: 40px;
	}
	.abs .container .l em{
		font-size: 32px;
	}
	.abs .container .m>span{
		margin-bottom: 30px;
		font-size: 20px;
	}
	.abs .container .l div{
		margin-bottom: 20px;
	}
	.abs .container .m a{
		margin-top: 30px;
	}
	.abs .container .r,.abs .container .r img{
		width: 100%;
	}
	.foot .tt .lb{
		display: none;
	}
	.foot .tt .lb:nth-child(4){
		display: block;
	}
	.lbt .tit p {
    font-size: 26px;
    line-height: 35px;
}
}
@media (max-width:500px){
    .sbzs .swiper-slide .tp{
        height: 150px;
    }
    .abt .sbzs .swiper .next, .abt .sbzs .swiper .prev{
        width: 36px;
        height: 36px;
    }
	.pro .list .box img{
		height: 200px;
	}
	.sbzs .img .con img{
		height: 150px;
	}
	.foot .bq{
		flex-direction: column;
		align-items: center;
	}
	.foot .bq a{
		display: block;
	}
	.foot .bq a:last-child{
		margin-left: 0;
	}
	.foot .tt{
		flex-wrap: wrap;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.foot .ewm{
		margin-left: 0;
		margin-top: 30px;
	}
	.abs .container .m,.abs .container .l{
		width: 100%;
		height: auto;
	}
	.lbt .mySwiper .swiper-wrapper .swiper-slide{
		text-align: center;
	}
	.lbt .mySwiper .swiper-slide img{
		height: 300px;
	}
	.lbt{
		padding: 30px;
		padding-bottom: 60px;
	}
	.lbt .tit>span{
		font-size: 24px;
		height: 70px;
	}
	.lbt .hh{
		width: 100%;
	}
}
