html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

li {
	list-style: none;
}

a {
	color: #555;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #007bff;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

.head {
	height: 209px;
	padding-top: 60px;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
}

.head .logo {
	display: block;
	text-align: center;
	margin-bottom: 67px;
}
.logo p{
	display: none;
	text-align: center;
}
.head .nav ul {
	display: flex;
	max-width: 1360px;
	align-items: center;
}

.head .nav ul li {
	margin-right: 65px;
}

.head .nav ul li:last-child {
	margin-right: 0;
}

.head .nav ul li a {
	font-size: 17px;
	color: #666666;
}

.head .form-search {
	display: flex;
	padding: 0 16px;
	align-items: center;
	width: 256px;
	height: 30px;
	background-color: #ffffff;
	box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.17);
	border-radius: 8px;
}

.head .form-search input {
	border: 0;
	outline: none;
}

.search-icon {
	width: 32px;
	position: relative;
	height: 18px;
	margin-left: auto;
	background: url('../img/search.png') right no-repeat;
}

.search-icon::before {
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #b5b5b5;
	width: 1px;

}

.banner {
	position: relative;
	margin-top: 209px;
	display: flex;
	height: 620px;
}
.sjbanner{
	display: none;
}
.banner .con {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	left: 146px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner .con p:nth-child(1) {
	font-family: MicrosoftYaHei;
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 23px;
	color: #666666;
}

.banner .con p:nth-child(2) {
	font-family: MicrosoftYaHei;
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 46px;
	color: #666666;
}

.banner .con p:nth-child(3) {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 0;
	color: #666666;
}

.banner .con a {
	display: block;
	width: 170px;
	margin: 0 auto;
	margin-top: 35px;
	height: 40px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background-color: #ff9100;
}

.banner .item {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-top: -7px;
	justify-content: center;
	margin-left: 60px;
}

.banner .item h1 {
	margin: 0;
	font-family: MicrosoftYaHei;
	font-size: 28px;
	margin-bottom: 49px;
	line-height: 36px;
	color: #666666;
}

.banner .item p {
	display: flex;
	align-items: center;
	height: 29px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #666666;
	padding-left: 44px;
	margin-bottom: 22px;
}

.banner .item p:nth-child(2) {
	background: url(../img/tel.png) left no-repeat;
}

.banner .item p:nth-child(3) {
	background: url(../img/tel.png) left no-repeat;
}

.banner .item p:nth-child(4) {
	background: url(../img/yx.png) left no-repeat;
}

.banner .item p:nth-child(5) {
	background: url(../img/dz.png) left no-repeat;
	margin-bottom: 55px;
}

.banner .item a {
	display: flex;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	justify-content: center;
	color: #fff;
	width: 348px;
	height: 40px;
	background-color: #ff9100;
	justify-content: center;
}

.banner .item a i {
	display: block;
	width: 9px;
	margin-right: 20px;
	height: 10px;
	background: url(../img/sj.png) no-repeat;
}

.banner .item a i:last-child {
	transform: rotate(180deg);
	margin-left: 20px;
	margin-right: 0;
}
.banner>.img {
	width: 74.59%;
	overflow: hidden;
}
.banner>.img img{
	width: 100%;
}
.p1 {
	margin-top: 76px;
}

.p1 .ggt {
	display: flex;
}

.p1 .ggt img {
	margin-right: 11px;
	width: calc(33.333% - 8px);
}

.p1 .ggt img:last-child {
	margin-right: 0;
}

.p1pro {
	display: flex;
	margin-top: 50px;
}

.p1pro .box:last-child {
	margin-left: 38px;
}

.p1pro .box {
	width: calc(50% - 19px);
}

.p1pro .box h1 {
	margin-top: 0;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #575757;
	margin-bottom: 52px;
	text-align: center;
	padding-bottom: 22px;
	border-bottom: 1px solid #ff9100;
}

.p1pro .box a {
	height: 300px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 22px;
	justify-content: space-between;
	border: solid 1px #e1e1e1;
}

.p1pro .box a:nth-child(1) {
	border-bottom: 0;
}

.p1pro .box a img {
	max-width: 320px;
}

.p1pro .box a span {
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #666666;
	margin-bottom: 30px;
	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;
}

.p1pro .box a p {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #848484;
	margin-bottom: 20px;
}

.p1pro .box a i {
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 26px;
	border-radius: 6px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #ff9100;
	border: solid 1px #ff9100;
}

.cppro {
	margin-top: 80px;
}

.cppro h1 {
	font-family: MicrosoftYaHei;
	font-size: 46px;
	text-align: center;
	color: #666666;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 70px;
}

.cppro h1::before {
	position: absolute;
	content: '';
	width: 70px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 5px;
	background-color: #ff9100;
}

.cppro>.img {
	display: flex;
	margin-bottom: 50px;
}

.cppro>.img img {
	display: block;
	width: 50%;
}

.cppro>.img img:last-child {
	margin-left: 22px;
}

.cppro .cat {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.cppro .cat a {
	padding: 17px 50px;
	transition: .5s;
	background-color: #fafafa;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #666666;
}

.cppro .cat a.active,
.cppro .cat a:hover {
	color: #fff;
	background-color: #ff9100;
	border-color: #ff9100;
}

.cppro .pplist .nr {
	display: none;
	flex-wrap: wrap;
}
.newlist .cppro .pplist .nr{
	display: flex;
}
.cppro .pplist .nr a {
	box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.24);
	display: block;
	width: calc(25% - 22.5px);
	margin-right: 30px;
	height: 420px;
	margin-bottom: 50px;
}

.cppro .pplist .nr a .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 304px;
	margin: auto;
	border-bottom: 1px solid #e1e1e1;
}

.cppro .pplist .nr.on {
	display: flex;
}

.cppro .pplist .nr a .img img {
	max-width: 100%;
}

.cppro .pplist .nr a:nth-child(4n) {
	margin-right: 0;
}

.cppro .pplist .nr .tit {
	margin-top: 20px;
	padding-left: 28px;
}

.cppro .pplist .nr .tit span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 10px;
}

.cppro .pplist .nr .tit p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #848484;
}
.news{
	margin-bottom: 80px;
}
.news>h1 {
	font-family: MicrosoftYaHei;
	font-size: 46px;
	margin-top: 20px;
	text-align: center;
	color: #666666;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 70px;
}

.news>h1::before {
	position: absolute;
	content: '';
	width: 70px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 5px;
	background-color: #ff9100;
}

.news>.img {
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.news>.img img {
	display: block;
	width: calc(50% - 11px);
}

.news>.img img:nth-child(2n) {
	margin-left: 22px;
}

.news>.img img:nth-child(1),
.news>.img img:nth-child(2) {
	margin-bottom: 26px;
}

.news .con {
	display: flex;
}

.news .box h1 {
	margin-top: 0;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #575757;
	margin-bottom: 29px;
	text-align: center;
	padding-bottom: 22px;
	border-bottom: 1px solid #ff9100;
}

.news .box {
	margin-right: 57px;
	width: calc(33.333% - 28.5px);
}

.news .box:last-child {
	margin-right: 0;
}

.news .box a {
	display: flex;
	margin-bottom: 23px;
}
.news .box a:last-child{
	margin-bottom: 0;
}
.news .box a .img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 105px;
	height: 87px;
	flex-shrink: 0;
	margin-right: 13px;
	flex: 1;
}

.news .box a img {
	width: 100%;
}

.news .box a .tit {
	width: 75%;
}

.news .box a .tit p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 23px;
	color: #848484;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;
	margin-bottom: 0;
	min-height: 46px;
}

.news .box a .tit span {
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	margin-bottom: 10px;
	color: #666666;
	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;
}
.fbg img{
	width: 100%;
}
.foot{
	background-color: #666666;
	padding: 66px 0;
	
}
.foot .con{
	max-width: 1440px;
	margin: auto;
	display: flex;
}
.foot .con .nav h1{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	margin-bottom: 50px;
	color: #ffffff;
}
.foot .con .nav a{
	display: block;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 30px;
}
.foot .con .nav a:last-child{
	margin-bottom: 0;
}
.foot .con .nav:nth-child(2){
	margin-left: 235px;
}
#post-form{
	margin-left: auto;
	width: 660px;
}
#post-form p{
	display: flex;
	margin-bottom: 36px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
}
#post-form p span{
	width: 100%;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
#post-form p span:last-child{
	margin-left: 34px;
}
#post-form p:nth-child(1) span:last-child,#post-form p:nth-child(4) span:last-child{
	margin-left: 0;
}
#post-form p:nth-child(1) span{
	padding-bottom: 20px;
}
#post-form p:nth-child(4) span{
	width: 50%;
}
#post-form input{
	background: initial;
	border: 0;
	outline: none;
	margin-left: 10px;
	box-shadow: none;
}
#post-form button{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	background-color: #ff9100;
	font-size: 16px;
	width: 100%;
	border: 0;
	color: #ffffff;
}
.bq{
	display: flex;
	background-color: #111111;
	height: 50px;
}
.bq .con{
	max-width: 1440px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.bq .con p{
	color: #fdfdfd;
	margin-bottom: 0;
}
.bq .con p a{
	font-size: 14px;
	color: #ff9100;
}
.newlist{
	margin-top: 279px;
}
.newlist>h1{
		line-height: 56px;
		margin-top: 0;
		color: #686868;
		margin-bottom: 50px;
		font-weight: normal;
		font-family: SourceHanSerifCN-Regular;
}
.newlist .cat{
	display: flex;
	margin-bottom: 40px;
}
.newlist .cat a{
	background-color: #fafafa;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 17px 40px;
	font-size: 16px;
	color: #666666;
	margin-right: 35px;
	transition: .5s;
}
.newlist .cat a:last-child{
	margin-right: 0;
}
.newlist .cat a:hover,.newlist .cat a.active{
	background-color: #ff9100;
	color: #fff;
}
.newlist .list a{
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px #cccccc solid;
	padding-right: 50px;
}
.newlist .list a:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.newlist .list .img{
	height: 190px;
	max-width: 280px;
	overflow: hidden;
	margin-right: 20px;
	flex-shrink: 0;
}
.newlist .list .img img{
	width: 100%;
}
.newlist .list .tit{
width: 38%;
    flex: 1;
}
.newlist .list .tit span{
	display: block;
	font-size: 18px;
	color: #686868;
	margin-bottom: 20px;
	overflow: hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.newlist .list .tit p{
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 24px;
	color: #848484;
	display:-webkit-box;
	     -webkit-box-orient:vertical;
	     -webkit-line-clamp:2;    /* 根据业务需求设置第几行显示省略号 */
	     overflow:hidden;
}
.newlist .list .tit .date{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #848484;
}
.newlist .list .tit .date i{
	width: 20px;
	height: 6px;
	background: url('../img/rr.png') no-repeat;
}
.fy .pagination li:nth-child(1),.fy .pagination li:last-child{
	display: none;
}
.pager{
	margin: 0;
}
.pagination{
	display: flex;
	margin: 80px 0;
	justify-content: center;
}
.pager li > a, .pager li > span{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	border-radius: 5px;
	letter-spacing: 1px;
	color: #848484;
	border: 0;
	padding: 0;
	transition: .5s;
}
.pager li{
	margin-right: 10px;
	border-radius: 5px;
}
.pager li:last-child{
	margin-right: 0;
}
.pager li.active,.pager li.active a,.pager li.active span,.pager li a:hover,.pager li span:hover{
	background-color: #ff9100!important;
	color: #fff;
}
.link{
	display: flex;
	align-items: center;
	height: 49px;
	background-color: #eeeeee;
	font-size: 16px;
	color: #848484;
}
.link a{
	font-size: 16px;
	color: #848484;
}
.new{
	margin-top: 249px;
}
.newlist .alist{
	display: flex;
	flex-wrap: wrap;
}
.newlist .alist a{
	margin-right: 70px;
	padding: 0 20px;
	padding-top: 22px;
	display: block;
	width: calc(33.33% - 47px);
	margin-bottom: 70px;
	border: solid 1px #cccccc;
}
.newlist .alist a:nth-child(3n){
	margin-right: 0;
}
.newlist .alist a .img{
	height: 366px;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.newlist .alist a .img img{
	width: 100%;
}
.newlist .alist a span{
	display: block;
	overflow:hidden;
	
	                white-space: nowrap;
	
	                text-overflow: ellipsis;
	
	                -o-text-overflow:ellipsis;
	font-size: 18px;
	color: #686868;
	margin-bottom: 15px;
}
.newlist .alist a p{
	font-size: 14px;
	line-height: 23px;
	color: #848484;
	overflow: hidden;
	
	                text-overflow: ellipsis;
	
	                display: -webkit-box;
	
	                -webkit-line-clamp: 2;
	
	                -webkit-box-orient: vertical;
		margin-bottom: 10px;
}
.newlist .alist a .more{
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 14px;
		color: #848484;
    display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e1e1e1;
}
.newlist .alist a .more i{
	width: 20px;
	height: 6px;
	background: url('../img/rr.png') no-repeat;
}
.partner{
	margin-top: 280px;
}
.partner>h1{
	margin: 0;
	font-family: SourceHanSerifCN-Regular;
	font-size: 46px;
	color: #686868;
	margin-bottom: 70px;
}
.partner .plist{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.partner .plist a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 111px;
	width: calc(20% - 51.5px);
	margin-right: 64px;
	padding: 30px;
	margin-bottom: 50px;
	border: solid 1px #cccccc;
}
.partner .plist a:nth-child(5n){
	margin-right: 0;
}
.partner .plist a img{
	max-width: 100%;
	object-fit: contain;
}
.newlist .clist{
	display: flex;
	flex-wrap: wrap;
}
.newlist .clist a{
	display: flex;
	border: solid 1px #e1e1e1;
	padding: 59px 30px;
	width: calc(50% - 18.5px);
	margin-right: 37px;
	margin-bottom: 47px;
}
.newlist .clist a:nth-child(2n){
	margin-right: 0;
}
.newlist .clist a .img{
	margin-right: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newlist .clist a .img img{
	width: 100%;
}
.newlist .clist a span{
	display: block;
	font-size: 24px;
	margin-bottom: 25px;
	color: #666666;
	overflow: hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	width: 100%;
}
.newlist .clist a p{
	font-size: 18px;
	margin-bottom: 20px;
	color: #848484;
}
.newlist .clist a .more{
	width: 70px;
	height: 26px;
	border-radius: 6px;
	color: #ff9100;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ff9100;
}
.newlist .cppro>.img{
	flex-wrap: wrap;
}
.newlist .cppro>.img img:nth-child(2n){
	margin-left: 22px;
}
.newlist .cppro>.img img:nth-child(1),.newlist .cppro>.img img:nth-child(2){
	margin-bottom: 25px;
}
.newlist .cppro>.img img{
	width: calc(50% - 11px);
}
.newlist .cppro .list .nr{
	display: flex;
}
.newlist .news>.img,.newlist .news>.img img
{
	margin-bottom: 0;
}
.contact{
	display: block;
	margin-top: 244px;
}
.contact .mes{
	padding: 70px 55px;
	box-shadow: 2px 2px 8px 0px 
			rgba(0, 0, 0, 0.1);
		border: solid 1px #eeeeee;
}
.contact h1{
	margin: 0;
	margin-bottom: 60px;
	font-size: 46px;
	text-align: center;
	letter-spacing: 1px;
	color: #686868;
}
.contact .mes{
	margin-bottom: 90px;
}
.contact .mes .box{
	display: flex;
	flex-wrap: wrap;
}
.contact .mes .box input{
	width: calc(33.333% - 15.5px);
	margin-right: 23px;
	height: 48px;
	border: solid 1px #cccccc;
	font-size: 14px;
	text-indent: 20px;
	color: #686868;
}
.contact .mes .box input:nth-child(3){
	margin-right: 0;
}
.contact textarea{
	height: 80px;
	margin-top: 27px;
	margin-bottom: 38px;
	width: 100%;
	display: block;
	resize: none;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 20px;
	color: #686868;
	border: solid 1px #cccccc;
}
.contact button{
	display: flex;
	justify-content: center;
	width: 170px;
		height: 45px;
		font-size: 18px;
		color: #ffffff;
		border: none;
		margin: auto;
		background-color: #ff9100;
		border-radius: 10px;
	align-items: center;
}
.contact .tact{
	margin-bottom: 100px;
}
.contact .con{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.contact .tact .tit{
	font-size: 46px;
	margin-bottom: 30px;
		letter-spacing: 1px;
		color: #686868;
}
.contact .tact span{
	font-size: 30px;
	display: block;
	margin-bottom: 30px;
		letter-spacing: 1px;
		color: #686868;
}
.contact .tact p{
	font-size: 16px;
	margin-bottom: 20px;
		color: #686868;
}
.contact .tact p:last-child{
	margin-bottom: 0;
}
.contact .tact .tp{
	display: flex;
	text-align: center;
	font-size: 18px;
	color: #686868;
	margin-left: 116px;
}
.contact .tact .tp p{
	margin-right: 47px;
}
.contact .tact .tp p:last-child{
	margin-right: 0;
}
.contact .tact .tp img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.sear{
	margin-top: 267px;
}
.article-list{
	display: flex;
	flex-wrap: wrap;
}
.article-item{
	margin-right: 30px;
	width: calc(25% - 23px);
	margin-bottom: 20px;
}
.article-item:nth-child(4n){
	margin-right: 0;
}
.article-title a{
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
	display: block;
	font-size: 18px;
}
.panel-body .pagination{
	margin: 30px 0;
}
.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{
	height: 50px;
	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;
}
#toggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: none;
		float: right;
	}
#toggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
 #toggle span:before,
 #toggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
#toggle span,
#toggle span:before,
#toggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ff9100;
	}
#toggle span:before {
		top: 8px;
	}
 #toggle span:after {
		bottom: 10px;
	}
#toggle.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);
	}
 #toggle.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);
	}
#toggle.open span {
		background: none;
	}
#toggle.open span:before,
 #toggle.open span:after {
		background: #4f4f4f;
	}
@media (max-width: 1650px) {
	.banner>.img{
		width: 65%;
	}
	.cppro .cat a{
		padding: 10px 30px;
	}
	.foot .con{
		padding: 0 15px;
	}
}
@media (min-width: 1500px) {
	.container {
		padding: 0;
		width: 1440px;
	}
    .newlist.container{
    	width: 1360px;
    
    }
	.head .container {
		max-width: 1360px;
		width: auto;
	}
}
@media (max-width: 1500px){
	.head .nav ul li{
		margin-right: 35px;
	}
	.head .form-search{
		width: 223px;
	}
	.partner .plist a{
		width: calc(20% - 27.5px);
		    margin-right: 34px;
	}
}
@media (max-width: 1400px){
	
	.newlist .cat a{
		padding: 10px 20px;
	}
	.newlist .cat{
		flex-wrap: wrap;
	}
	.cppro .cat a {
	    padding: 10px 20px;
	}
	.foot .con{
		justify-content: space-between;
	}
	.foot .con .nav:nth-child(2){
		margin-left: 0;
	}
	#post-form{
		width: 50%;
		margin-left: 0;
	}
	.news .box a .tit span{
		font-size: 18px;
	}
	.news .box a .tit{
		width: 65%;
	}
	.p1pro .box a img{
		width: 50%;
		margin-right: 20px;
	}
	.p1pro .box a span{
		font-size: 18px;
	}
	.p1pro .box a .tit{
		width: 50%;
	}
	.p1pro .box a p{
		font-size: 14px;
	}
	.p1pro .box a{
		height: auto;
		padding: 30px;
	}
	.p1pro .box a i{
		font-size: 12px;
	}
	
}

@media (max-width: 1300px){
	.newlist .cat a{
		margin-right: 10px;
	}
	.banner>.img{
		width: 60%;
	}
	.banner .con{
		left: 50px;
	}
	.banner .con p:nth-child(1){
		font-size: 45px;
	}
	.banner .con p:nth-child(2){
		font-size: 24px;
	}
	.banner .con p:nth-child(3){
		font-size: 18px;
	}
}
@media (max-width: 1200px){
	.newlist .alist a .img{
		height: 224px;
	}
	.newlist .clist a{
		display: block;
	}
	.newlist .clist a .img{
		margin-right: 0;
		height: 150px;
		margin-bottom: 30px;
	}
	.newlist .clist a .img img{
		height: 100%;
		object-fit: contain;
	}
	.cppro .cat a {
	    padding: 10px 20px;
	}
	.head .nav ul li a{
		font-size: 14px;
	}
	.head .nav ul li{
		margin-right: 30px;
	}
}
@media (max-width: 992px) {
	.newlist .alist a .img{
		height: 150px;
	}
	.head .nav{
		display: none;
	}
	.contact .mes{
		margin-bottom: 50px;
		padding: 30px;
	}
	.contact .tact .tp{
		flex-wrap: wrap;
	}	
	.contact h1{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.contact .mes .box input{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact textarea{
		margin-top: 0;
	}
	.contact .tact .tit{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.contact .tact .tp p{
		width: 20%;
		margin-right:20px;
	}
	.contact .con{
		display: block;
	}
	.contact .tact .tp{
		margin-top: 50px;
		margin-left: 0;
	}
	.partner .plist a{
		    width: calc(33.333% - 20.5px);
		    margin-right: 30px;
	}
	.partner .plist a:nth-child(5n){
		margin-right: 30px;
	}
	.partner .plist a:nth-child(3n){
		margin-right: 0;
	}
	.newlist .cat{
		justify-content: center;
	}
	#toggle{
		display: block;
	}
	.cppro .cat a{
		margin: 10px;
	}
	.news>.img{
		display: block;
	}
	.news>.img img{
		width: 100%;
		margin-bottom: 10px!important;
		margin-left: 0!important;
	}
	.cppro .list .nr .tit p{
		margin-bottom: 0;
	}
	.cppro .list .nr .tit{
		margin: 0;
		padding: 10px 0;
		padding-left: 28px;
	}
	.cppro .list .nr a{
		width: calc(50% - 7.5px);
		margin-right: 15px;
		margin-bottom: 20px;
		height: auto;
	}
	.cppro .list .nr a:nth-child(2n){
		margin-right: 0;
	}
	.cppro .cat{
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.cppro{
		margin-top: 30px;
	}
	.cppro h1,.news>h1{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.cppro>.img{
		display: block;
		margin-bottom: 20px;
	}
	.cppro>.img img,.newlist .cppro>.img img{
		width: 100%;
		margin-left: 0!important;
	}
	.cppro .list .nr a .img img{
		height: 100%;
		object-fit: contain;
	}
	.cppro .list .nr a{
		padding-bottom: 0;
	}
	.pagination{
		margin: 30px 0; 
	}
	.newlist .news{
		margin-bottom: 60px;
	}
	.cppro>.img img:last-child{
		margin-top: 10px;
	}
	.p1pro .box a{
		display: block;
	}
	.p1pro .box a span{
		font-size: 16px;
	}
	.p1pro .box a img{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.p1pro .box a .tit{
		width: 100%;
	}
	.p1pro .box h1{
		font-size: 18px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.p1,.p1pro{
		margin-top: 20px;
	}
	.head .logo img{
		display: none;
	}
	.logo p{
		display: block;
		font-size: 30px;
		margin: 0;
		font-weight: bold;
		color: #ff9100;
	}
	.head{
		justify-content: space-between;
		padding: 0 15px;
		height: 60px;
		padding-top: 0;
		display: flex;
		align-items: center;
	}
	.head .logo{
		margin-bottom: 0;
	}
	.head .nav ul{
		display: none;
	}
	.banner{
		display: none;
	}
	.sjbanner{
		margin-top: 60px;
		display: block;
	}
	.sjbanner img{
		width: 100%;
	}
	.newlist,.new,.partner,.contact,.sear{
		margin-top: 90px;
	}
	.partner>h1{
		font-size: 32px;
		margin-bottom: 30px;
	}
}
@media (max-width: 768px){
	.newlist .alist a{
		margin-right: 15px;
		padding: 20px 10px;
		width: calc(50% - 7.5px);
		margin-bottom: 30px;
	}
	.newlist .alist a .img{
		margin-bottom: 0;
	}
	.newlist>h1{
		margin-bottom: 30px;
		line-height: inherit;
	}
	.newlist .alist a:nth-child(2n){
		margin-right: 0;
	}
	.newlist .alist a:nth-child(3n){
		margin-right: 15px;
	}
	.newlist .alist a .more{
		padding-bottom: 0;
	}
	.partner .plist a{
		padding: 10px;
		margin-bottom: 20px;
		height: auto;
		width: calc(33.333% - 10.5px);
		margin-right: 15px;
	}
	.partner .plist a:nth-child(5n){
		margin-right: 15px;
	}
	.partner .plist a:nth-child(3n){
		margin-right: 0;
	}
	.newlist .list .img{
		width: 150px;
		height: 150px;
	}
	.newlist .list .tit p{
		margin-bottom: 10px;
	}
	.newlist .clist a{
		padding: 30px 15px;
	}
	.bq .con{
		text-align: center;
		padding: 0 15px;
	}
	.foot .con{
		flex-wrap: wrap;
	}
	.foot .con .nav{
		width: 50%;
	}
	.foot .con .nav h1{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.foot .con .nav a{
		margin-bottom: 20px;
	}
	#post-form {
	    width: 100%;
	    margin-top: 30px;
	}
	#post-form p span:last-child{
		margin-left: 15px;
	}
	.foot{
		padding: 30px 0;
	}
	#post-form .box p:nth-child(2),#post-form .box p:nth-child(3){
		width: calc(50% - 7.5px);
	}
	.logo p{
		font-size: 1.4rem;
	}
	.fbg{
		display: none;
	}
	.news{
		margin-bottom: 0;
	}
	.cppro .list .nr a .img{
		height: 150px;
	}
	.cppro .list .nr .tit{
		padding: 10px;
	}
	.cppro .list .nr .tit span{
		font-size: 16px;
		margin-bottom: 0;
	}
	.p1pro .box {
	    width: calc(50% - 7.5px);
	}
	.p1pro .box a{
		padding: 15px;
	}
	.p1pro .box:last-child{
		margin-left: 15px;
	}
	.news .con{
		display: block;
	}
	.news .box{
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
	}
}