﻿/*  */
body {
	font-family: "Open Sans", Lato, Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
	font-size: 14px;
	color: #282828;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	outline: none!important;
	color: #282828;
}
a:hover, a:active {
	color: #0000a5;
	text-decoration: none;
}
.dark-title a {
	color: #fff;
}
.dark-title a:hover, .dark-title a:active {
	color: #54271C;
}
.text-center {
	text-align: center;
}
b, strong {
	font-weight: bold;
}
h2 {
	font-size: 4rem;
}
h5 {
	font-size: 2rem;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #0000a5;
}
.header.header-compact .logo {
	width: auto;
}
.header .logo {
	width: 237px;
}
.header .logo img {
	width: auto;
}
.navigation .sub-menu {
	width: auto;
	min-width: 15rem;
}
.navigation .sub-menu ul {
	left: 100%;
}
.header-1 .header-inner .navigation {
	padding-top: 25px;
}
.header-1 .logo, .header-1 .header-inner .navigation > ul > li > a {
}
.header .navigation > ul > li > a {
	letter-spacing: normal;
}
#navigation .menu1 {
	font-size: 1.3rem;
	padding-bottom: 15px;
}
.navigation .sub-menu li a {
	padding: 0.6rem 1.5rem;
}
.navigation .sub-menu li a, .navigation .mega-sub-menu ul li a {
	font-size: 13px;
}
.header-1 .navigation > ul > li > a {
	margin: 0 1.5rem;
}
#navigation .dr-menu3 {
	margin-top: -9px;
}
.section-block.replicable-content {
	padding-top: 5rem;
}
.heading-title {
	font-size: 3.2rem;
}
figure {
	margin: 0;
}
.mt-30 {
	margin-top: 30px;
}
.f-30 {
	font-size: 30px;
}
.row {
	max-width: 100%;
}
#index-main {
	padding-top: 70px;
}
#index-main .row {
	margin-left: 0;
	margin-right: 0;
}
.section-block.replicable-content {
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}

/*新闻中心*/
#index-news{
	padding-bottom: 5rem;
}
/*轮播图*/
.swi1 .swiper-pagination{
	width:auto !important;
	left: auto !important;
	right:10px;
	bottom:15px !important;
}
.swi1 .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
}
.swi1 .swiper-pagination-bullet-active{
	background:#007aff;
}
.swi1 .tit{
	width:100%;
	height:60px;
	line-height: 60px;
	font-size: 1.6rem;
	background:rgba(109,100,96,0.5);position: absolute;bottom:0px;padding-left:45px;text-align: left;
	white-space: nowrap;      /* 不换行，保持文本在一行内 */
	overflow: hidden;         /* 隐藏超出容器的文本 */
	text-overflow: ellipsis;  /* 使用省略号表示溢出的文本 */
}
.swi1 .tit a{
	color:#fff;
}

/*新闻列表*/
.newsc-ul{
	overflow:hidden;
	background:#e9e9e9;
}
.newsc-ul .tab1{
	width:20%;
}
.newsc-ul ul li a{
	font-size: 1.8rem;
	color: #333;
	display: block;
	line-height: 48px;
	height: 48px;
}
.newsc-ul .tab_y a {
	color: #fff!important;
	background:#e60012;
}
.news-list ul{
	display: none;
}
.news-list ul:first-child {
	display: block;
}
.news-list li{
	line-height:40px;
	display:flex;
	justify-content: space-between;
}
.news-list li .span{
	width:80%;
	display: block;
	white-space: nowrap;      /* 不换行，保持文本在一行内 */
	overflow: hidden;         /* 隐藏超出容器的文本 */
	text-overflow: ellipsis;  /* 使用省略号表示溢出的文本 */
}
.news-list li .span-t{

}
.news-list li .span a{
	font-size:16px; color:#333;
}
.news-list li .span a:hover{
	color:#e60012;
}
.news-list li span{
	color:#666;
}
/*关于我们*/
#index-about {
	padding: 5rem 0;
	background: #f5f5f5;
}
.s-about-img img{
	width:100%;
}
.s-about .stit{
	margin-top: 6rem
}
.s-about .scon{
	font-size: 1.7rem;
	color: #747474;
}
.s-about .sbtn{
	padding-top: 3rem;
}
.s-about .sbtn a{
	padding:1rem 2rem;
	color:#fff;
	background: #0000a5;
	border:1px solid #0000a5;
}
.s-about .sbtn a:hover{
	background: #fff;
	color:#333;
}

/*工厂*/
.gc_con{
	font-size: 1.6rem;
}

/*服务支持*/
.services-c .cate-title {
	font-size: 2rem;
}
.services-c p{
	color:#747474;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*案例展示*/
#index-portfolio .column {
	padding-left: 0;
	padding-right: 0;
}
#index-portfolio-title {
	padding-top: 5rem;
	padding-bottom: 1rem;
	background: #f5f5f5;
}
#index-portfolio-title .portfolio-filter-menu a {
	padding: 0.8rem 1.6rem;
	font-size: 14px;
}
#index-portfolio {
	padding-bottom: 40px;
	background: #f5f5f5;
}
[class*="portfolio-"] [class*="content-grid"]{
	margin-bottom: 0rem;
}
#index-portfolio .content-grid-4 {
	margin-bottom: 20px;
}
#index-portfolio .project-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 1.4;
	font-size: 1.6rem;
}
#index-portfolio .item-description {
	margin-top: 2rem;
}
#index-portfolio .overlay-info > span > span {
	font-size: 1.2rem;
}

.iabout-left p {
	margin-bottom: 1.4rem;
}
.lead {
	font-size: 1.5rem;
}
.color-orange {
	color: #EF6D00;
}

/*返回*/
.fanhui {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #e60012;
	position: fixed;
	right:0;
	bottom:100px;
	z-index:3000;
	display:none;
}

.fanhui .image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: rotate(90deg);
	ms-transform: rotate(90deg);
	moz-transform: rotate(90deg);
	webkit-transform: rotate(90deg);
	o-transform: rotate(90deg);
}


.footer-top .footer-logo {
	width: auto;
}
.footer-top .footer-logo img{
	max-height: 40px;
}
.footer-bottom .navigation {
	margin-right: 10px;
}
.footer .navigation a, .footer .navigation a, .footer .social-list a {
	font-size: 1.3rem;
}
.footer-1 .footer-bottom .copyright {
	font-size: 1.3rem;
}
.footer-1 .footer-bottom .copyright a{ color: #fff;}
.footer-1 .footer-top {
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}
.footer-1 .footer-bottom {
	padding-bottom: 0.8rem;
}
.footer-1 .footer-bottom-inner {
	padding-top: 2rem;
}
.footer-top .foot-nav {
	width: 25%;
}
.footer-top .foot-news {
	width: 45%;
}
.footer-top .foot-qrcode {
	width: 30%;
}
.footer-top .grid-item {
	margin-bottom: 0;
}
.footer h4 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.footer h4.dark-title a {
	font-size: inherit;
	color: #fff;
}
.footer h4.dark-title a:hover, .footer h4.dark-title a:active {
	color: #EF6D00;
}
.footer .f-contact, .footer .f-contact li {
	line-height: 1.95;
}
.footer .f-contact li i{ width: 12px;}
.foot-nav ul, .foot-nav ul li {
	line-height: 2.1;
}
.foot-news li {
	margin-bottom: 17px;
}
.foot-news .fnews-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 1.4;
}
.foot-news .post-info .post-date {
	font-size: 13px;
}
.foot-news .list-group {
	padding-top: 8px;
}
.f-qrcode {
	padding-top: 6px;
}
/* ==关于我们内页== */
/*內页banner*/
.inner-bg {
	min-height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-top: 70px;
}

.ny-wei{
	padding-top: 30px;
}
.ny-wei2{
	padding: 20px 0;
}

.bcid-cate {
	font-size: 3.2rem;
}
.bcid-location, .bcid-location a {

}
.bcid-location a:hover, .bcid-location a:active {
	color: #0000a5;
}

/*公司简介*/
.page-container{
	padding:5rem 0;
}
.ny-tit{
	font-size: 3.2rem;
	position: relative;
	padding-left:2rem;
}
.ny-tit:after{
	width: 2px;
	height: 100%;
	border-left:4px solid #e60012;
	content: " ";
	position: absolute;
	pointer-events: none;
	left:0%;
	top: 0.2rem;
	z-index: 10;
}
#innerpage-wrap {
	background: #fff;
	padding: 45px 0;
	clear: both;
}
.noDis {
	display: none;
}

.page-content {
	line-height: 2;
	font-size:1.6rem;
}
.page-content p {
	margin-bottom: 0;
	line-height: 2;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin: 0;
	padding: 0;
	line-height: 2.2;
}
.page-content video{
	max-width: 100%;
}

.ny_about{
	color:#454545;
	/*padding-bottom: 50px;*/
}
.ny_about .yimg{
	float: right;
	padding:0 0 20px 20px;
}

/*极客团队*/
.ny-about-jk{
	background: #fff;
}
.ny-about-jk .ytit {
	margin-top: 4rem;
	font-size: 2.8rem;
	color: #000;
}
.ny-about-jk .yintro {
	width: 92%;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 1.8em;
	padding: 4% 6% 4% 0%;
	margin-top: 25px;
	border-top: 3px solid #E70000;
}
.ny-about-jk:nth-child(odd) .ypic{
	padding-left: 0;
}
.ny-about-jk:nth-child(2n) .ypic{
	padding-right: 0;
	float: right !important;
}
/*方法体系*/
.ytitb{
	font-size: 1.7rem;
	padding-left:2rem;
	color:#757575;
}
.ny-about-tx{

}
.ny-about-tx .yul{
	padding:20px;
	background-image: linear-gradient(to right, #F4F1F4, #fff);
}

.ny-about-tx .ytit{
	font-size:2.8rem;
}
.ny-about-tx .ytit  span{
	position: relative;
	z-index: 12;
}
.ny-about-tx .ytit  span:after{
	width: 100%;
	height: 10px;
	background: #EE828C;
	content: " ";
	position: absolute;
	left:0%;
	bottom: 0px;
	z-index: -1;
}
.ny-about-tx .yintro{
	font-size:1.6rem;
}
/*管理团队*/
.ny-about-tt{
}
.ny-about-tt .yul{
	padding:30px 10px;
	background: #fff;
	margin-bottom: 20px;
}


.ny-about-tt .ytit img{
	width:100%;
}
.ny-about-tt .yul  .ytit p{
	display: block;
	overflow: hidden;
	border-radius: 100%;
}
.ny-about-tt .ytit h4{
	padding-top:10px
}
.ny-about-tt .ytit h4 span{
	display: inline-block;
	font-size:2rem;
	position: relative;
}
.ny-about-tt .ytit h4 span:after{
	width: 5px;
	height: 100%;
	background: #F6D396;
	border-radius: 2px;
	content: " ";
	position: absolute;
	left:-15px;
	bottom: 0px;
	z-index: 10;
}
.ny-about-tt .yintro{
	height:100%;
	color:#777777;
	display:flex;
	align-items: center;
}
/*==商品详情==*/
.ny-pro-plist{
	padding-top: 20px;
}
.ny-pro-plist ul{
	grid-template-columns: repeat(3, 1fr);
}
.ny-pro-plist ul li{
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #666;
}

/*==项目和合作伙伴==*/
.ny-titc{
	font-size: 2.5rem;
	margin-bottom: 3rem;
}

.ny-projects{
	padding-bottom: 2rem !important;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
/*样式2*/
.projects_list_x2{
	display: none;
}
.projects_list ul{
	grid-template-columns: repeat(2, 1fr);
}
.projects_list li{
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #666;
}

/*==工厂==*/
.ny-factory{

}
.ny-factory .plist{

}
.ny-factory .plist ul{
	grid-template-columns: repeat(5, 1fr);
}
.ny-factory .plist li{
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #666;
}

/*==成功案例==*/
.prolist-wrap .glass-animation img {
	width:100%;
	border: 1px #ededed solid;
}
.portfolio-item, .gallery-item {
	margin: 0 0 30px;
	overflow: hidden;
}
.prolist-wrap .portfolio-item {
	margin-bottom: 30px;
}
.prolist-wrap .model {
	margin-bottom: 5px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	color: #666;
}
.prolist-wrap .p-keyword {
	color: #666;
	margin-bottom: 0;
}
.portfolio-item .item-title {
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 1px;
	color: #4f5458;
	letter-spacing: normal;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	padding: 18px 0 10px;
}
.portfolio-item .yinfo{
	height:50px;
	line-height: 1.5;
	font-size:1.6rem;
	color:#777777;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portfolio-item time {
	color: #687075;
}
.portfolio-item span {
	color: #f16543;
}
.portfolio-item .square {
	background-color: #bfc4c8;
}
.related-projects .item .separator, .portfolio-item .separator {
	margin: 30px 0 15px;
	display: none;
}
.portfolio-item figure {
	/*margin-bottom: 22px;*/
	position: relative;
}
.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #f16543;
}
.portfolio-item .overlay a {
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background: url("../images/icon-lense.png") no-repeat center center;
}
.portfolio-item .overlay a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*上下篇*/
.sx-pian{
	margin: 20px 0 0;
	padding:20px 0 20px;
	border-top:1px solid #c1c1c1;
	line-height: 1.5;
}
/*==合作伙伴==*/
.ny-huoban{
	padding-bottom:25px;
}
.ny-huoban img{
	/*border:1px solid #D3DAE0;*/
	border-radius:5px;
}
/*==新闻==*/
.ny-news .img-responsive{
	width:100%;
	transition-duration: 700ms;
}
.ny-news .swipebox-x{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.ny-news .swipebox-x:hover img{
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.ny-news .entry-content p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*提示*/
.yu-tishi-bg{
	width:100%;
	height:100%;
	position: fixed;
	left:0px;
	top:0px;
	z-index:900;
	opacity: 0.5;
}
.yu-tishi{
	width:250px;
	height:auto;
	background:#fff;
	position: fixed;
	left:50%;
	top:45%;
	transform: translateX(-50%);
	z-index:1000;

}
.yu-tishi .ytit{
	font-size:1.8rem;
	padding:15px 10px 10px;
	line-height:1;
	position: relative;
	z-index:500;
}
.yu-tishi .ytit:after{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50px;
	content: " ";
	position: absolute;
	left:50%;
	top: -25px;
	transform: translateX(-50%);
	z-index: -1;
}
.yu-tishi .yinfo{
	font-size:1.4rem;
	padding:0px 10px 20px;
	line-height:1.5;
	position: relative;
	z-index:500;
}
.yu-tishi .yfoot a{
	width:50%;
	height:40px;
	display: inline-block;
	float:left;
	line-height:40px;
	font-size:1.4rem;
	color: #fff;
	background-color: #e93323;
}
.yu-tishi .yfoot a.yuoff {
	background-color: #eee;
	color: #666;
}


/*==联系我们==*/
.ny-content .ypic img{
	width:100%;
}
#ourmap{
	width: 100%;
	height: 600px;
	position: relative;
	z-index:50;
}

.ny-content .ytit{
	font-size: 3rem;
}
.ny-content .ycon{
	font-size:1.6rem;
	color:#747474;
	padding-bottom: 2rem;
}
.ny-content .yxinxi{

}
.ny-content .yxinxi dl{
	/*height:62px;*/
	line-height:1.5;
	margin:0 0 2rem;
	padding-left:100px;
	background-position: left center;
	background-size: 62px 62px;
	background-repeat: no-repeat;
}
.ny-content .yxinxi dl:last-child{
	margin:0;
}
.ny-content .yxinxi .dl1 {
	background-image: url("../images/tb2.png");
}
.ny-content .yxinxi .dl2 {
	width: 100%;
	background-image: url("../images/tb3.png");
}
.ny-content .yxinxi .dl3 {
	background-image: url("../images/tb4.png");
}
.ny-content .yxinxi dl dt{
	font-size:1.5rem;
	color:#666666;
}
.ny-content .yxinxi dl dd{
	font-size:1.6rem;
	margin: 5px 0 0;
	color:#000;
}

/*留言*/
.msg-title {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 25px;
	color: inherit;
	margin-top: 15px;
}
.add-msg-form .cf-column {
	padding-bottom: 20px;
	position: relative;
}
.add-msg-form .cf-tarea {
	clear: both;
}
.add-msg-form input {
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	color: #444;
	width: 100%;
	margin-bottom: 0;
}
.add-msg-form textarea {
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #333;
	min-height: 100px;
	padding: 15px;
	color: #444;
	width: 100%;
	margin-bottom: 0;
}
.add-msg-form .submit-button {
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	line-height: 40px;
	height: 40px;
	float: right;
	padding: 0px 15px;
	border: 0px;
	color: #fff;
	position: relative;
	background-color: #e60012;
	cursor: pointer;
}
.add-msg-form .submit-button:hover, .add-msg-form .submit-button:active {
	background-color: #D81919;
}
.add-msg-form em {
	position: absolute;
	bottom: 0;
	z-index: 1111;
	float: left;
	left: 20px;
}

/*==人才招聘==*/
.joinlist{
	overflow: hidden;
}
.joinlist .ydl{
	padding-top:10px;
	padding-bottom:10px;
}
.joinlist .ydl dl{
	margin:0;
	padding:15px;
	background: #fff;
	border:1px solid #e6e6e6;
	display: flex;
	justify-content: space-between;
	-webkit-transition-duration: 700ms;
	-moz-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
}
.joinlist .ydl dl:hover{
	box-shadow: 0 0 1rem rgba(0,0,0,.3);
	animation: shake 0.8s linear;
}
@keyframes shake {
	0% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-10px);
	}
	20% {
		transform: translateX(10px);
	}
	30% {
		transform: translateX(-10px);
	}
	40% {
		transform: translateX(10px);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0);
	}
}

.joinlist .ydl dl dt{
	min-width:80px;
	padding-right:15px;
	line-height:1;
	border-right:1px solid #E5E5E5;
}
.joinlist .ydl dl dt p{
	font-size:4rem;
	padding: 15px 0 10px;
	margin:0;
}
.joinlist .ydl dl dt span{
	color:#222222;
}

.joinlist .ydl dl dd{
	margin:0 0 0 20px;
}
.joinlist .ytit{
	line-height:1;
	font-size:2rem;
	padding: 10px 0 10px;
}
.joinlist .ycon{
	line-height:1.5;
	color:#747474;
}

/*==招聘详情==*/
.joininfo{
	padding:20px;
}
.join-box{
	background: #fff;
	padding:20px 0 20px;
	margin-bottom:20px;
	border-radius:10px;
	border:1px solid #e6e6e6;
}
.join-box:last-child{
	margin-bottom:0px;
}
.join-box .ytit-t{
	padding:0 40px;
	font-size:2.6rem;
	position: relative;
}
.join-box .ytit-t:after{
	width: 5px;
	height: 100%;
	background: #e60012;
	border-radius:5px;
	content: " ";
	position: absolute;
	left:15px;
	bottom: 0px;
	z-index: 10;
}

.join-box .ytit-d{
	padding:0 40px;
	font-size:1.5rem;
	color:#999;
}
.join-box .ytit{
	padding:0 40px;
	font-size:2.2rem;
	background-position: 10px center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("../images/tb5.png");
}
.join-box .ytit.img2{
	background-image: url("../images/tb6.png");
}
.join-box .ytit.img3{
	background-image: url("../images/tb7.png");
}
.join-box .ytit.img4{
	background-image: url("../images/tb8.png");
}
.join-box .ycon{
	padding:10px 40px 0;
	font-size:1.6rem;
}

/*==用户登录==*/
.page-logo img{
	max-height:40px;
}

.ny-login-wei {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
}
.ny-login-wei > li{
	display: inline-block;
}
.ny-login{
	padding:80px 0 !important;
}
.ny-login .ypic{
	padding-top:40px;
}
.ny-login .ypic img{
	width:100%;
}
.ny-login .ytit{
	font-size:3rem;
	padding-bottom:20px;
}
.ny-login input{
	padding: 2rem 2.5rem;
	font-size: 1.6rem;
}
.ny-login .input-icon > i {
	margin: 14px 2px 4px 10px;
	width: 18px;
	font-size: 18px;
	z-index:5;
}
.input-group-btn{
	min-width:100px;
}
.ny-login .ybtn{
	width:100%;
	padding: 10px 12px;
}
.ny-login-zhu{
	padding-top:10px;
}
.ny-login .mt-checkbox-outline span{
	margin-top: 5px;
}

/*==注册==*/
.ny-reg label{
	font-size:1.6rem;
}

/*==建设==*/
.ny-dang{
	padding-top:0px;
	padding-bottom:30px;
}
.ny-dang-t{
	height:62px;
	background: url("../images/tb12.png") no-repeat right 0px;
	background-size: auto 100%;
}
.ny-dang-t h3{
	font-size:2.8rem;
	color:#fff;
	height:62px;
	padding:25px 0 0 50px;
	background: url("../images/tb11.png") no-repeat left 0px;
	background-size: auto 100%;
}
.ny-dang-one dl{
	border-width: 0 0 2px !important;
}
.ny-dang-one dl dt{
	line-height:1;
	font-size:2.4rem;
}
.ny-dang-one dl dd{
	height:52px;
	color:#666;
	margin:22px 0 12px;
}

.ny-dang-one li{
	line-height:43px;
	display:flex;
	justify-content: space-between;
	border-width: 0 0 1px !important;
}
.ny-dang-one ul li .span{
	width:80%;
}
.ny-dang-one li .span-t{

}
.ny-dang-one li .span a{
	font-size:16px;
}
.ny-dang-one li .span a:hover{
	color:#e60012;
}
.ny-dang-one li span{
	color:#666;
}
.ny-dang-two{
	padding-top:30px;
}
.ny-dang-two img{
	width:100%;
}

/*中央精神*/
.ny-dang-san{
	padding-top:30px;
	grid-gap:0 30px;
	overflow: hidden;
}
.ny-dang-san .yul{
	padding-bottom:30px;
}


.ny-dang-san .ytit{
	height:49px;
	line-height:49px;
	background: url("../images/tb13.png") no-repeat left 0px;
	background-size: auto 100%;
}
.ny-dang-san .ytit h3{
	line-height:49px;
	font-size:2.6rem;
	color:#e60012;
	padding:0px 0 0 70px;
	margin:0px;
}
.ny-dang-san ul{
	padding-top:10px;
}
.ny-dang-san li{
	width:100%;
	overflow: hidden;
	line-height:50px;
	display:flex;
	justify-content: space-between;
	border-width: 0 0 1px !important;
}
.ny-dang-san ul li .span{
	width:80%;
}
.ny-dang-san li .span-t{

}
.ny-dang-san li .span a{
	font-size:16px;
}
.ny-dang-san li .span a:hover{
	color:#e60012;
}
.ny-dang-san li span{
	color:#666;
}

/*==招商引资==*/
/*招商政策*/
.ny-zhao-zc{
	padding-bottom:30px;
}
.ny-zhao-zc .ypic .yimg{
	padding:10px;
	position: relative;
	z-index:10;
}
.ny-zhao-zc .yimg img{
	width:100%;
}
.ny-zhao-zc .yimg:after{
	width: 65px;
	height: 65px;
	background: #e60012;
	content: " ";
	position: absolute;
	left:0px;
	bottom: 0px;
	z-index: -1;
}
.ny-zhao-tit{
	font-size:3.2rem;
}
.ny-zhao-zc .ytit{
	margin:20px 0;
}
.ny-zhao-zc .ycon{
	font-size:1.6rem;
	padding:20px 20px 30px 0;
	position: relative;
	z-index:9;
}
.ny-zhao-zc .ycon:after{
	width: 50%;
	height: 100%;
	background: #fff;
	content: " ";
	position: absolute;
	left:-50%;
	bottom: 0px;
	z-index: 5;
}

/*招商计划*/
.ny-zhao-jh{
	background: url("../images/tb14.jpg") no-repeat 0px 0px;
	background-size:100% 100%;
	padding-bottom:40px;
}
.ny-zhao-jh .ytit{
	margin:50px 0;
}
.ny-zhao-jh .ylist ul li{
	height:70px;
	line-height:70px;
	font-size:2rem;
	padding-left:15%;
	border-width:0 0 0 1px !important;
}
.ny-zhao-jh .ylist ul li.on{
	color: #D10010;
	background:rgba(229,86,77,0.1);
}
.ny-zhao-jh .ylist ul li:hover {
	cursor: pointer;
}

.ny-zhao-jh .yconb {
	padding:40px;
	display: none;
}

/*合作伙伴*/
.ny-zhao-hz .ytit{
	margin:50px 0 15px;
}
.ny-zhao-hz .ytitc{
	margin-bottom:0px;
}
.ny-zhao-hz .ybox{
	padding: 25px 0 30px;
}

/*搜索*/
.search-tips {
	color: #f00;
	font-size: 16px;
	text-align: center;
}
em.error {
	overflow: hidden;
	zoom: 1;
	background: url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 19px;
	color: red;
}
em.success {
	overflow: hidden;
	zoom: 1;
	background: url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 19px;
	color: red;
}
.com-cnt table th {
	font-weight: bold;
	background: #f9f9f9
}
.com-cnt table th, .com-cnt table td {
	border: 1px #eee solid;
	padding: 6px 12px;
}
.com-cnt img {
	max-width: 100%;
}
#pages {
	clear: both;
	padding: 10px 0 10px;
	text-align: center;
	font: 12px 'Microsoft YaHei';
}
#pages a {
	display: inline-block;
	padding: 0px 8px;
	height: 24px;
	font-size: 12px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.a1 {
	padding: 0px 12px;
	height: 24px;
	line-height: 22px;
	margin-top: 0px;
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 8px;
	height: 24px;
	line-height: 22px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
}
.page .noPage {
	display: inline-block;
	padding: 0px 12px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
.pageright {
	margin-right: 40px;
}
/* Bootstrap 预置的tab(略改) */
.nav-tabs {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0px;
	min-height: 46px;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	padding: 12px 20px;
	font-size: 14px;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.tabbable:after {
	clear: both;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
/* 可移植内页样式 */
.for-bottom-padding-no {
	padding-top: 45px;
	clear: both;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.entry-header {
	background: none;
	box-shadow: none;
	padding-top: 0;
	border: none;
}

.s-contact {
	color: #555;
	line-height: 1.6;
}
.sidebar .widget {
	margin-top: 0;
}
.entry-meta li:before {
	margin: 0;
}

.breadcrumb-wrapper {
	background: #F4F4F4;
	padding: 30px 0;
}
.breadcrumb-section .bc-cat {
	padding-top: 16px;
	position: relative;
	top: 2px;
}
.bcid-cat {
	font-size: 16px;
	font-weight: bold;
}
.location {
	text-align: right;
}
.widget .tagcloud a, .tags-list a, .searchform #searchsubmit {
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*搜索*/
.searchform {
	overflow: hidden;
	background-color: #f16543; /* firefox 19+ */ /* ie */
}
.searchform ::-webkit-input-placeholder {
	color: #ffffff;
}
.searchform ::-moz-placeholder {
	color: #ffffff;
}
.searchform :-ms-input-placeholder {
	color: #ffffff;
}
.searchform input:-moz-placeholder {
	color: #ffffff;
}
.searchform #s, .searchform #searchsubmit {
	color: #ffffff;
	height: 48px;
	border: none;
	background-color: #EF6D00;
	margin-bottom: 0;
	border-radius: 0;
}
.searchform #s {
	float: left;
	width: 85%;
	padding-left: 20px;
	padding-right: 0;
}
.searchform .screen-reader-text {
	display: none;
}
.searchform #searchsubmit {
	float: right;
	width: 15%;
	padding-left: 0;
	padding-right: 0;
	background-image: url("../images/icon-lense.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.searchform #searchsubmit:hover {
	background-color: #373c40;
}
.searchform {
	background: none;
	border: none;
}
.searchform #s {
	background: none;
	color: #444;
	border: 1px #ddd solid;
	border-right: none;
}
.searchform #searchsubmit {
	background-color: #EF6D00;
}
.searchform ::-webkit-input-placeholder {
	color: #444;
}
.searchform ::-moz-placeholder {
	color: #444;
}
.searchform :-ms-input-placeholder {
	color: #444;
}
.searchform input:-moz-placeholder {
	color: #444;
}

/*热点新闻*/
.widget ul li:before {
	display: none;
}
.widget-category ul li:before {
	font-family: 'FontAwesome';
	content: "\f101";
	padding-right: 17px;
}
.sidebar .widget .title {
	color: #525659;
	text-transform: uppercase;
	font-weight: 600;
}
.sidebar .widget ul li {
	border-bottom: 1px solid #d3dae0;
	padding: 6px 0 6px 0;
	font-size: 14px;
	color: #6e7375;
}
.sidebar .widget ul li a {
	color: #373c40;
	color: #6e7375;
}
.sidebar .widget ul li a:hover {
	color: #f16543;
}
.sidebar .widget ul li ul {
	padding: 6px 0 0;
}
.sidebar .widget ul li ul li:first-child {
	border-top: 1px solid #dedede;
}
.sidebar .widget ul li ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget .title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 22px;
	margin-top: 0;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget .gallery-post-slider ul li {
	border: none;
	background: none;
	padding: 0;
}
.widget .tabbed .tabs {
	margin: 0;
	padding: 0;
}
.widget .tabbed .tabs li {
	float: left;
	list-style: none;
	margin: 0;
	background-image: none;
	border: none;
	padding: 10px 1px 10px;
	width: 33.333%;
	color: #878c90;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-right: 1px solid #d3dae0;
}
.widget .tabbed .tabs li:last-child {
	border-right: none;
}
.widget .tabbed .tabs li:hover, .widget .tabbed .tabs li.current {
	color: #ffffff;
	background-color: #f16543;
	border-right: 1px solid #f16543;
	border-bottom: 1px solid #f16543;
	margin-bottom: -1px;
}
.widget .tabbed .block {
	margin: 0;
	display: none;
}
.widget .tabbed .block.current {
	display: block;
	padding: 22px 0 0;
	border-top: 1px solid #d3dae0;
}
.widget .tabbed .widget-list li {
	background: none;
	border-bottom: 1px solid #E8E9EF;
	padding: 0 0 20px;
	margin-bottom: 25px;
	line-height: 1.0;
}
.widget .tabbed .widget-list li .link-read-more {
	color: #f16543;
}
.widget .tabbed .widget-list li .link-read-more:hover {
	color: #373c40;
}
.widget .tabbed .widget-list li .link-read-more:hover:after {
	color: #373c40;
}
.widget-list li {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-list li:last-child {
	border-bottom: none;
}
.widget-list li h5 {
	margin: 0 0 9px;
	line-height: 21px;
	color: #a5aaae;
	font-size: 13px;
	font-weight: normal;
}
.widget-list li figure {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
}
.widget-list li figure img {
	width: 102px;
	height: 104px;
}
.widget-list li span {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 3px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.widget-list li .comments {
	background-image: url("../images/icon-chat-3.png");
	background-position: left 3px;
	margin-right: 18px;
	margin-bottom: 0;
}
.widget-list li .author {
	background-image: url("../images/icon-user.png");
	background-position: left 3px;
	padding-left: 17px;
}
.widget-list li .link-read-more {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
.widget-list li .link-read-more:after {
	content: " \f101";
	font-family: FontAwesome;
	color: #f16543;
}
.widget .tagcloud {
	overflow: hidden;
	margin-left: -4px;
	margin-right: -4px;
}
.widget .tagcloud a {
	display: block;
	float: left;
	padding: 6px 15px;
	color: #84898b;
	background-color: #ecf0f3;
	font-size: 14px;
	margin: 4px;
	text-decoration: none;
}
.widget .tagcloud a:hover {
	color: #ffffff;
	background: #f16543;
}

/*==产品案例==*/
.glass-animation:hover .glass span {
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: 0s;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 200px;
}
.glass-animation:hover .glass span i {
	right: -14px;
	bottom: -7px;
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: .2s;
}
.glass-animation:hover .background {
	height: 100%;
	width: 100%;
	opacity: .7;
}
.glass-animation .background {
	transition: 0.3s all ease-in-out;
	width: 100%;
	height: 100%;
	background: #40aae3;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.glass-animation .glass {
	display: block;
	transition: 0.2s all ease-in-out;
}
.glass-animation .glass > span {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	display: block;
	border: 5px solid #ffffff;
}
.glass-animation .glass > span i {
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	position: absolute;
	right: -200px;
	bottom: -200px;
	display: inline-block;
	width: 18px;
	height: 5px;
	background: #ffffff;
	border-radius: 10px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.breadcrumb-section {
	background: url(../images/breadcrumb-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 52px 0px 70px;
}
.breadcrumb-section h1 {
	margin-bottom: 0;
	font-size: 35px;
	color: #f9f9fa;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.breadcrumb-section h1:after {
	background: #ff7800;
	height: 3px;
	content: "";
	display: block;
	width: 100px;
	margin: 15px 0px 0px
}
.breadcrumb {
	background: none;
	border-radius: 0;
	padding: 4px 0;
	margin: 39px 0px 0px;
}
.breadcrumbs:after {
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	margin: 0px 0px 0px 115px;
	opacity: 0.25;
}
.bc-location {
	margin-top: 39px;
	color: #fff;
}
.bc-location a {
	color: #fff;
}
.bc-location a:hover, .bc-location a:active {
	color: #0093DD;
}
.blog-article {
	margin-bottom: 30px;
}
.blog-article figure {
	margin-bottom: 20px;
}
.blog-article .format-icon {
	left: 0;
}
.blog-article p {
	margin-bottom: 20px;
	line-height: 24px;
}
.blog-article blockquote p {
	line-height: 32px;
}
.blog-article .read-more-link {
	text-transform: uppercase;
	line-height: 23px;
	color: #7d8489;
}
.blog-article .read-more-link:after {
	content: "\f101";
	font-family: FontAwesome;
	color: #f16543;
	padding-left: 8px;
}
.blog-article .read-more-link:hover {
	color: #373c40;
}
.blog-article .read-more-link:hover:after {
	color: #373c40;
}
.blog-article .post-meta {
	color: #a5aaae;
	font-size: 12px;
	float: left;
	width: 21.97402597402597%;
	border-right: 2px solid #d7dee0;
	margin: 0 30px 15px 0;
}
.blog-article .post-meta a {
	color: #a5aaae;
}
.blog-article .post-meta a:hover {
	color: #e60012;
}
.blog-article .post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.blog-article .post-meta ul li {
	margin: 0 0 6px;
	padding: 4px 0;
	text-transform: uppercase;
	background: none;
}
.blog-article .post-meta ul li:before {
	font-family: 'FontAwesome';
	padding-right: 17px;
	font-size: 14px;
	color: #8C9194;
}
.blog-article .post-meta ul li.date:before {
	content: "\f073";
}
.blog-article .post-meta ul li.comments:before {
	content: "\f086";
}
.blog-article .post-meta ul li.tags:before {
	content: "\f02b";
}
.blog-article .post-meta ul li.author:before {
	content: "\f007";
}
.blog-article .post-summary {
	padding-right: 10px;
}
.blog-article .post-summary p {
	margin-bottom: 10px;
	line-height: 23px;
	color: #666;
}
.blog-article .post-content-wrapper {
	padding: 15px 0 30px;
}
.blog-article .post-meta ul li time {
	background: none;
	margin-left: -3px;
}

/*==搜索==*/
.our-work .gallery-item .inner-contents {
	border-bottom: 1px solid #cad3db;
	border-bottom: none;
}
.our-work .gallery-item {
	margin-bottom: 24px;
}
.our-work .gallery-item figure {
	position: relative;
	margin: 0 0 23px;
}
.our-work .gallery-item figure:hover .gallery-btn {
	opacity: 1;
}
.our-work .gallery-item img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	border: 1px #ededed solid;
}
.our-work .gallery-item .gallery-btn {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 200;
	width: 160px;
	margin: -22px 0 0 -79px;
	opacity: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border: 2px solid #ffffff;
	background-color: #B3813C;
}
.our-work .gallery-item .gallery-btn:hover {
	color: #f16543;
	background-color: #ffffff;
}
.our-work .gallery-item .media-container {
	position: absolute;
	z-index: 100;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #B3813C;
}
.our-work .gallery-item .item-title {
	font-size: 15px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0px;
	color: #61676c;
	color: #282828;
	padding-bottom: 0;
	position: relative;
	z-index: 999;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	text-align: center;
}
.our-work .gallery-item p {
	margin-bottom: 12px;
}
.our-work .gallery-item p a {
	color: #a1a9b0;
	margin-right: 3px;
	text-decoration: none;
}
.our-work .gallery-item p a:hover {
	color: #f16543;
}

/*热门新闻*/
.sidebar .widget {
	margin-bottom: 35px;
}
.widget-list li .comments {
	background: none;
	margin-right: 0;
	padding-left: 0;
	padding-top: 3px;
}
.widget-list li figure img {
	width: 106px;
	height: auto;
}
.widget .tabbed .widget-list li {
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.widget .tabbed .widget-list li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget .widget-list {
	padding-left: 0;
}
.sidebar .widget ul li .s-desc {
	margin-bottom: 8px;
	line-height: 1.5
}
.blog-article {
	float: left;
	width: 100%;
}
.blog-article figure {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.blog-article .post-meta {
	width: 125px;
	margin: 0 30px 15px 0;
}
.blog-article .post-meta ul {
	padding: 0;
}
h2.post-title {
	font-size: 20px;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.4;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.downlist-wrap .blog-article figure {
	width: 220px;
	margin-right: 25px;
}
.download-wrap .d-content {
	padding-top: 15px;
}
.download-wrap .down-info li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px #ddd solid;
}
.blog-post-wrap .bp-desc {
	text-align: center;
	display: block;
	margin: 20px 0;
	font-size: 14px;
}
.blog-post-wrap .bp-title {
	margin-top: 0;
	font-size: 23px;
	letter-spacing: normal;
	color: inherit;
	text-align: center;
}

#contact-form textarea {
	height: 120px;
	background: #fff;
}

/*==产品详情==*/
.product-show .ps-title {
	font-size: 23px;
	color: inherit;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}
.product-show .ps-desc {
	display: block;
	text-align: center;
	margin: 17px 0 20px;
	font-size: 14px;
}
.product-show .product-gallery .owl-controls {
	margin-top: 20px;
	text-align: center;
}
.product-gallery {
	margin: 0 -15px;
}
.product-gallery .item {
	padding: 0 15px;
}
.product-gallery img {
	margin-bottom: 1px;
	border: 1px #ededed solid;
}
.proshow-tab {
	margin-top: 15px;
	padding-bottom: 25px;
	padding-bottom: 0;
}
.proshow-tab .nav-tabs li:after {
	display: none;
}
.proshow-tab .nav-tabs .active a {
	color: #D4171E !important;
	text-decoration: none;
}
.proshow-tab .nav-tabs a {
	color: #333 !important;
}
.proshow-tab .tab-content {
	padding-top: 25px;
	width: 100%;
	float: left;
	margin: 0;
}
.proshow-tab .tab-pane {
	margin-top: 0;
}
#product-msg-form input[type="text"], #product-msg-form input[type="password"], #product-msg-form input[type="email"], #product-msg-form input[type="tel"], #product-msg-form input[type="number"], #product-msg-form input[type="file"], #product-msg-form input[type="url"], #product-msg-form select, #product-msg-form textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 24px;
	padding: 12px 20px;
	font-size: 13px;
	color: #202020;
	border: 1px solid #dddddd;
	background: #ffffff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#product-msg-form input[type="text"]:focus, #product-msg-form input[type="password"]:focus, #product-msg-form input[type="email"]:focus, #product-msg-form input[type="tel"]:focus, #product-msg-form input[type="number"]:focus, #product-msg-form input[type="file"]:focus, #product-msg-form input[type="url"]:focus, #product-msg-form select:focus, #product-msg-form textarea:focus {
	border-color: #202020;
}
#product-msg-form .cf-column {
	margin-bottom: 18px;
}
#product-msg-form #submit-btn {
	display: inline-block;
	background: #D4171E;
	color: #202e31 !important;
	color: #fff !important;
	border-radius: 6px;
	padding: 12px;
	border: none;
	cursor: pointer;
	width: 100%;
}
#product-msg-form #submit-btn:hover, #product-msg-form #submit-btn:focus, #product-msg-form #submit-btn:active {
	background: #202E31;
}
/* ===响应 ==*/
@media (max-width : 1890px) {
	/*==建设==*/
	.ny-dang-one li{
		line-height:40px;
	}
	.ny-dang-one li:nth-child(7){
		display:none;
	}

}
@media (max-width : 1200px) { /* 1200 */

	.header-1 .navigation > ul > li > a {
		margin: 0 0.7rem !important;
	}

	/*极客团队*/
	.ny-about-jk .ytit {
		margin-top: 3rem;
		font-size: 2.5rem;
	}
	.ny-about-jk .yintro {
		padding: 4% 6% 4% 0%;
		margin-top: 1.6rem;
	}

	/*产品服务*/
	.ny-server .ycon h3{
		margin:8px 0 12px !important;
	}
	.ny-server .ybtn {
		margin-top: 1em;
	}

	/*==联系我们==*/
	.ny-content .ytit{
		font-size: 2.8rem;
		margin-bottom:1.5rem;
	}
	.ny-content .ycon{
		font-size:1.5rem;
		padding-bottom: 1.5rem;
	}
	.ny-content .yxinxi dl{
		/*height:55px;*/
		margin:0 0 1.1rem;
		padding-left:80px;
		background-size: 55px 55px;
		background-repeat: no-repeat;
	}
	.ny-content .yxinxi dl dt{
		font-size:1.4rem;
	}
	.ny-content .yxinxi dl dd{
		font-size:1.6rem;
		margin: 0px;
	}
	#ourmap{
		height: 300px;
	}

}
@media (max-width : 990px) { /* 960 */
	.side-navigation-header {
		padding: 0 2rem;
	}
	.side-navigation-wrapper .navigation-hide, .side-navigation-header, .side-navigation-header .logo {
		min-height: 4rem;
	}
	.side-navigation > ul > li{
		position: relative;
	}
	.side-navigation > ul > li:after{
		width: 0px;
		height: 20px;
		border-left:2px solid #e60012;
		content: " ";
		position: absolute;
		pointer-events: none;
		left:15px;
		bottom: 10px;
		z-index: 10;
	}
	.side-navigation > ul > li > a {
		font-size: 16px;
		letter-spacing: normal;
		height: 40px;
		line-height: 40px;
		border: 1px solid #ddd;
		padding: 0 1rem 0 3rem;
		font-weight: normal;
		display: block;
		overflow: hidden;
	}
	.side-navigation > ul > li span {
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		background: url(/static/chenye/home/images/tb1.png) no-repeat center center;
	}
	.side-navigation > ul ul{
		display: none;
	}


	.side-navigation .dr-menu {
		padding-left: 20px;
	}
	.side-navigation .sub-menu {
		height: auto;
	}
	.side-navigation .dr-menu li a {
		padding: 1.3rem 2rem;
		font-size: 14px;
	}
	.side-navigation .sub-menu a {
		font-size: 14px;
	}
	.side-navigation ul li a {
		color: #000;
	}
	.side-navigation ul ul a {
		font-size:1.4rem !important;
	}
	.side-navigation ul li a:hover {
		color: #000;
	}
	.side-navigation .sub-menu a {
		color: #999;
	}
	.side-navigation-footer {
		padding: 1rem 2rem;
	}
	.side-navigation-footer .social-list li {
		padding: 0 8px;
	}
	.side-navigation-footer .social, .side-navigation-footer .social-list a {
		font-size: 1.6rem;
	}
	/*user*/
	.side-user{
		padding: 1rem 1.5rem 15px;
	}
	.side-user .side-user-text{
		display: block;
		background: #e60012;
		color:#fff;
		margin-bottom: 0.5rem !important;
		text-align: center;
		font-size: 16px;
		letter-spacing: normal;
		height: 40px;
		line-height: 40px;
	}

	.side-user .side-user-text a{
		color:#fff;
	}

	.side-user ul li{
		padding-bottom:0.5rem;
		text-align: center;
	}
	.side-user ul li a{
		font-size: 16px;
		letter-spacing: normal;
		height: 40px;
		line-height: 40px;
		border:1px solid #e60012;
		display: block;
		/*background: #e60012;*/
		color:#e60012;
	}


	/*==首页==*/
	#index-main {
		padding-top: 50px;
	}
	#ns-header-utilities{
		display: none;
	}

	.heading-title {
		margin-bottom: 20px;
	}

	/*案例*/
	#index-portfolio-title {
		padding-top: 4rem;
	}
	.portfolio-filter-menu {
		display: none;
	}
	#index-portfolio .content-grid-4 {
		margin-bottom: 5px;
	}
	/*内页*/
	.inner-bg {
		margin-top: 0px;
	}
	.ny_about .yimg{
		max-width:60%;
	}

	/*极客团队*/
	.ny-about-jk .ytit {
		margin-top: 2rem;
		font-size: 2.2rem;
	}
	.ny-about-jk .yintro {
		padding: 2rem 0 2rem 0;
		margin-top: 1.4rem;
	}
	.page-content{
		font-size: 1.4rem;
	}

	/*==产品服务==*/
	.ny-server:last-child {
		padding-bottom: 20px;
	}
	.ny-server .ycon h3{
		margin:10px 0 !important;
	}
	.ny-server-show{
		padding-bottom: 30px;
	}

	/*==联系我们==*/
	.ny-content{
		overflow: hidden;
		padding-bottom: 30px;
	}
	.ny-content .ytit {
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}
	.ny-content .ycon {
		line-height: 1.5;
		font-size: 1.4rem;
		padding-bottom: 1.1rem;
	}
	.ny-content .yxinxi dl {
		/*height: 45px;*/
		margin: 0 0 1rem;
		padding-left: 60px;
		background-size: 45px 45px;
		background-repeat: no-repeat;
	}
	.msg-title {
		font-size: 2.4rem;
	}

	#innerpage-wrap {
		padding: 30px 0 0;
	}
	.sidebar{
		display: none;
	}
	.sidebar .widget:last-child {
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 30px;
		clear: both;
	}
	.side-search .title {
		display: none;
	}

	/*搜索*/
	.searchform #s {
		width: 94%;
	}
	.searchform #searchsubmit {
		width: 6%;
	}
	/*.blog-article .read-more-link {*/
	/*	display: none;*/
	/*}*/
	.product-show .ps-desc {
		margin: 12px 0 15px;
	}
	/*==登录==*/
	.ny-login {
		padding: 40px 0 !important;
	}
	.ny-login .ypic {
		padding-top: 60px;
	}
	.ny-login .ytit {
		font-size: 2.6rem;
		padding-bottom: 20px;
	}
	.ny-login input {
		padding: 1.7rem 2rem;
		font-size: 1.4rem;
	}
	.ny-login .input-icon > i {
		margin: 10px 2px 4px 10px;
	}
	.ny-login .ybtn {
		width: 100%;
		padding: 8px 12px;
	}
	.ny-reg label {
		font-size: 1.4rem;
	}

	/*建设*/
	.ny-dang-one ul li .span{
		width:75%;
	}
	.ny-dang-san ul li .span{
		width:75%;
	}


}
@media (max-width : 768px) { /* 向下考虑iphone6的667px和736px */

	.fanhui{
		display: block;
	}

	/*内页*/
	.inner-bg {
		margin-top: 0px;
	}
	/*极客团队*/
	.ny-about-jk .ytit {
		margin-top: 1.6rem;
		font-size: 2rem;
	}
	.ny-about-jk .yintro {
		width:100%;
		padding: 1.6rem 0 1rem 0;
		margin-top: 1.2rem;
	}
	.ny-tit{
		font-size:3rem;
	}
	.ytitb{
		font-size:1.5rem;
	}
	.ny-about-tx .ytit {
		font-size: 2.2rem;
	}
	.ny-about-tx .yintro {
		font-size: 1.4rem;
	}

	/*团队*/
	.ny-about-tt .ytit h4 {
		margin-bottom: 10px;
	}
	.ny-about-tt .ytit h4 span {
		font-size: 1.8rem;
	}
	.ny-about-tt .yintro {
		padding-top:0px;
		height: auto;
		display: block;
	}

	/*==产品服务==*/
	.ny-server .ycon h3{
		font-size:2rem;
		margin:5px 0 10px !important;
	}
	.ny-server .yinfo {
		font-size: 1.4rem;
		-webkit-line-clamp: 2;
	}

	/*==联系我们==*/
	.ny-content .ytit {
		font-size: 2.2rem;
		margin: 25px 0 10px;
		text-align: center;
	}
	.ny-content .ycon {
		line-height: 1.5;
		font-size: 1.4rem;
		padding-bottom: 1.1rem;
	}
	.ny-content .yxinxi{
		padding-top: 1.1rem;
	}
	.ny-content .yxinxi dl {
		/*height: 45px;*/
		margin: 0 0 1.5rem;
		padding-left: 60px;
		background-size: 45px 45px;
		background-repeat: no-repeat;
	}
	.ny-content .yxinxi dl dd {
		font-size: 1.6rem;
	}
	.msg-title {
		font-size: 2.2rem;
	}

	/*产品案例*/
	.portfolio-item .item-title {
		position: relative;
		z-index: 999;
	}
	.our-work .gallery-item .item-title {
		position: relative;
		z-index: 999;
	}

	/*搜索*/
	.searchform #s {
		width: 92%;
	}
	.searchform #searchsubmit {
		width: 8%;
	}

	/*产品详情*/
	.product-show .ps-title, .blog-post-wrap .bp-title {
		line-height: 1.6;
		font-size: 18px;
		margin: 0 0 10px !important;
		padding: 0;
		font-weight: bold;
	}
	.copyright i{display: block;}


	/*==登录==*/
	.ny-login-logo .page-header {
		padding-bottom: 0px;
		margin: 12px 0 12px;
	}
	.page-logo img{
		max-height:30px;
	}
	.ny-login-wei {
		margin: 15px 0 !important;
	}
	.ny-login-box{
		margin-bottom: 20px;
	}
	.ny-login {
		padding: 20px 0 !important;
	}
	.ny-login .ypic {
		padding-top: 0px;
	}
	.ny-login .ytit {
		font-size: 2.2rem;
		padding:10px 0 10px;
	}
	.ny-reg .form-group {
		margin-bottom: 0px;
	}
	/*.ny-reg label{*/
	/*	margin-bottom: 0px;*/
	/*}*/

	.ny-reg input{
		margin-bottom: 0;
	}
	.ny-reg .form .form-actions {
		padding-top: 10px;
	}
	.ny-reg .ybtn{
		margin-top: 10px;
	}

	/*==建设==*/
	.ny-dang-one{
		padding-top:20px;
	}
	.ny-dang-san{
		grid-template-columns: repeat(1, 1fr);
	}

	/*==招商引资==*/
	/*招商政策*/
	.ny-zhao-zc .ypic .yimg {
		padding: 5px;
	}
	.ny-zhao-zc .ytit {
		margin: 30px 0;
		text-align:center;
	}
	.ny-zhao-tit {
		font-size: 2.6rem;
	}
	.ny-zhao-zc .ycon {
		font-size: 1.4rem;
		padding: 20px;
	}
	.ny-zhao-zc .ycon:after {
		width: 0%;
	}
	/*招商计划*/
	.ny-zhao-jh .ytit {
		margin: 30px 0 20px;
	}
	.ny-zhao-jh .ylist ul{
		text-align:center;
		padding-bottom: 20px;
	}
	.ny-zhao-jh .ylist ul li {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
		padding:0 30px;
		margin:0 2px;
		border:1px solid #c2c2c2 !important;
		background:#fff;
	}
	.ny-zhao-jh .yconb {
		padding: 20px;
	}
	/*合作伙伴*/
	.ny-zhao-hz .ytit {
		margin: 30px 0 10px;
	}
	.ny-zhao-hz .ybox {
		padding: 15px 0 15px;
	}
}
@media (max-width : 740px) { /* 双行，568px,600px,640px */
	/*==首页==*/
	.heading-title {
		font-size: 2.6rem;
	}

	/*==关于我们==*/
	.ny_about .yimg{
		padding:0 0 10px 20px;
	}
	/*极客团队*/
	.ny-about-jk .ypic{
		width:100%;
		padding:0;
	}
	.ny-about-jk .ypic img{
		width:100%;

	}
	.ny-about-jk .ycon{
		width:100%;
		padding:0;
		padding:0 2rem;
	}
	/*==新闻资讯==*/
	.ny-news .entry-meta{
		display: none;
	}


	.bcid-cat {
		text-align: center;
		margin-bottom: 15px;
	}
	.location {
		text-align: center;
		line-height: 1.4;
	}
	.side-news {
		display: none;
	}

	/*搜索*/
	.searchform #s {
		width: 90%;
	}
	.searchform #searchsubmit {
		width: 10%;
	}
	.breadcrumb-section {
		padding: 82px 0 40px;
	}
	.breadcrumb-section .bc-cat {
		text-align: center;
	}
	.breadcrumb-section h1:after {
		margin: 15px auto 0;
	}
	.bc-location {
		margin-top: 25px;
		text-align: center;
	}
	.breadcrumbs:after {
		display: none;
	}
}
@media (max-width : 480px) {

	/*==首页==*/
	.header .logo {
		padding: 10px 0 !important;
	}
	.header .logo img {
		height: 30px;
	}

	/*新闻*/
	.news-list li .span {
		width: 75%;
	}

	/*底部*/
	.footer-1 .footer-top {
		padding: 20px 0;
	}
	.footer-top .footer-logo {
		margin-bottom: 15px !important;
	}
	.footer-top .footer-logo img {
		max-height: 30px;
	}

	/*新闻*/
	#index-news {
		padding-bottom: 20px;
	}
	.swi1 .tit {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding-left: 25px;
	}

	.section-block.replicable-content {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.heading-title {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.newsc-ul{
		margin-top:10px !important;
	}
	.newsc-ul .tab1{
		width:30%;
	}
	.newsc-ul ul li a{
		font-size: 1.5rem;
		line-height: 40px;
		height: 40px;
	}
	.news-list{
		padding-top: 10px;
	}
	.news-list li .span a {
		font-size: 14px;
	}
	.news-list li .span{
		width:70%;
	}

	/*服务支持*/
	.thumbnail {
		margin-bottom: 10px;
	}
	.services-c .cate-title {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.services-c p{
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	/*案例*/
	#index-portfolio-title {
		padding-top: 2rem;
	}
	#index-portfolio .item-description{
		margin:1.3rem 0 0;
	}
	#index-portfolio [class*="content-grid"] .grid-item {
		margin: 0 0 1.3rem;
		width:49% !important;
	}
	#index-portfolio .project-title {
		font-size: 1.4rem;
	}

	/*==关于我们==*/
	.inner-bg{
		min-height:200px;
	}

	#index-about {
		padding: 2rem 0;
	}
	.s-about .stit{
		margin-top: 1.5rem;
		text-align: center;
	}
	.s-about .scon{
		font-size: 1.5rem;
	}
	.s-about .sbtn{
		padding-bottom: 2rem;
		text-align: center;
	}
	.ny_about .yimg{
		width:100%;
		max-width:100%;
		padding:0 0 15px 0px;
	}

	.page-container{
		padding:2.2rem 0;
	}
	.add-msg-form .cf-column {
		padding-bottom: 15px;
	}

	.ny_about{
		margin-top: 0rem;
	}
	.ny-about-jk{
		margin-top: 2rem;
	}

	.ny-tit{
		font-size:2.2rem;
	}
	.ny-tit:after {
		top: 0;
	}
	.ytit{
		font-size:1.6rem;
	}
	/*极客团队*/
	.ny-about-jk .yintro {
		font-size: 14px;
	}
	/*方法体系*/
	.ytitb {
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.ny-about-tx{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.ny-about-tx .ytit{
		font-size: 2rem;
	}
	.ny-about-tx .yintro{
		font-size: 1.4rem;
	}

	.ny-about-tt{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.ny-about-tt .yul{
		margin:0 auto !important;
	}
	.ny-about-tt .yul  .ytit p {
		max-width:150px;
		margin:0 auto !important;
	}

	/*==联系我们==*/
	.ny-content .yxinxi dl {
		height: auto;
	}

	/*==商品详情==*/
	.ny-pro-plist ul{
		grid-template-columns: repeat(2, 1fr);ny-content .yxinxi dl
	}
	/*==工厂==*/
	.ny-titc{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.ny-factory .plist ul{
		grid-template-columns: repeat(2, 1fr);
	}

	/*==项目和合作伙伴==*/
	.ny-wei {
		padding-top: 15px;
	}
	.projects_list_x1{
		display: none;
	}
	.projects_list_x2{
		display: block;
	}

	.bcid-cate {
		font-size: 2.2rem;
		margin-bottom:10px !important;
	}
	#innerpage-wrap{
		padding-top: 15px;
	}

	.ny-server .ypic,.ny-server .ycon{
		width:100%;
	}
	.ny-server .ycon h3{
		font-size:1.8rem;
		margin:15px 0 10px !important;
	}
	.ny-server .yinfo {
		font-size: 1.4rem;
		-webkit-line-clamp: 2;
	}
	.ny-server:last-child{
		padding-bottom:20px;
	}

	/*==成功案例==*/
	.portfolio-item .yinfo{
		display: none;
	}
	.prolist-wrap .portfolio-item{
		margin-bottom:10px;
		text-align: center;
	}
	.portfolio-item .item-title {
		font-size: 1.6rem;
		padding: 5px 0 5px;
	}

	/*==合作伙伴==*/
	.ny-huoban{
		width:33.33333333333333%;
		padding: 0px 8px 15px !important;
	}

	/*==新闻==*/
	.blog-article figure {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.blog-article .entry-header {
		clear: both;
	}
	.ny-news .entry-meta {
		display: block;
	}
	.blog-article .read-more-link {
		display: none;
	}

	/*==招聘列表==*/
	.joinlist .ytit {
		font-size: 1.8rem;
	}

	/*==招聘详情==*/
	.joininfo{
		padding:15px;
	}
	.join-box{
		padding:15px 0 15px;
		margin-bottom:15px;
	}
	.join-box .ytit-t{
		padding:0 35px;
		font-size:2.2rem;
		margin-bottom:5px;
	}
	.join-box .ytit-d{
		padding:0 35px;
		font-size:1.4rem;
	}
	.join-box .ytit{
		padding:0 35px;
		font-size:1.8rem;
		background-size: 18px 18px;
	}
	.join-box .ycon {
		padding: 5px 35px 0;
		font-size: 1.4rem;
	}

	/*搜索*/
	.searchform #s {
		width: 85%;
	}
	.searchform #searchsubmit {
		width: 15%;
	}

	/*==新闻==*/
	h2.post-title {
		font-size: 17px;
		margin-bottom: 14px;
	}

	.blog-article .post-meta {
		margin: 0 0px 15px 0;
		width: 100%;
		border-right: none;
	}
	.blog-article .post-meta ul li:before {
		padding-right: 10px;
	}
	.blog-article .post-meta ul li {
		float: left;
		padding: 0;
		margin: 0 12px 0 0px;
	}
	.blog-article .entry-content {
		clear: both;
	}
	.blog-article .post-summary p {
		margin-bottom: 0;
	}

	/*==产品详情==*/
	.proshow-tab .nav-tabs > li {
		width: 100%;
	}
	.proshow-tab .nav-tabs > li > a {
		border-radius: 0;
	}
	.proshow-tab .nav-tabs > li > a, .proshow-tab .nav-tabs > li.active > a, .proshow-tab .nav-tabs > li.active > a:hover, .proshow-tab .nav-tabs > li.active > a:focus {
		border: 1px #ddd solid;
		margin-right: 0;
	}

	/*==建设==*/
	.ny-dang{
		padding-top:0px;
		padding-bottom:0px;
	}
	.ny-dang-t {
		height: 45px;
	}
	.ny-dang-t h3 {
		font-size: 2rem;
		height: 45px;
		padding: 18px 0 0 50px;
	}
	.ny-dang-one{
		padding-top:15px;
	}
	.ny-dang-one dl dt {
		font-size: 1.8rem;
	}
	.ny-dang-one dl dd {
		height: auto;
		margin: 10px 0 10px;
	}
	.ny-dang-one li .span a {
		font-size: 14px;
	}
	.ny-dang-two {
		padding-top: 15px;
	}
	.ny-dang-san .ytit {
		height: 45px;
		line-height: 45px;
	}
	.ny-dang-san {
		padding-top: 15px;
	}
	.ny-dang-san .ytit h3 {
		line-height: 45px;
		font-size: 2rem;
		padding: 0px 0 0 60px;
	}
	.ny-dang-san .ytit span a{
		font-size: 1.4rem;
	}
	.ny-dang-san li {
		line-height: 40px;
	}
	.ny-dang-san li .span a {
		font-size: 14px;
	}

	/*==招商引资==*/
	/*招商政策*/
	.ny-zhao-zc .ytit {
		margin: 15px 0;
	}
	.ny-zhao-tit {
		font-size: 2.2rem;
	}
}
@media (max-width : 420px) {/* 单行，240px,320px,375px,384px,414px */
	#pages .prev, #pages .next {
		display: none;
	}
	.blog-article .post-meta ul li.author {
		display: none;
	}
	.prolist-wrap .model {
		overflow-x: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.4;
	}
	.breadcrumb-section h1 {
		font-size: 30px;
	}
}
@media (max-width : 360px) {
	.searchform #s {
		width: 80%;
	}
	.searchform #searchsubmit {
		width: 20%;
	}
	.prolist-wrap .portfolio-item {
		width: 100%;
	}
	/*==合作伙伴==*/
	.ny-huoban{
		width:50%;
	}
}

@media (max-width:1440px) and (min-width:1200px) {
	.searchform #s {
		width: 82%;
	}
	.searchform #searchsubmit {
		width: 18%;
	}
}
@media (max-width:1200px) and (min-width:1040px) {
	.searchform #s {
		width: 78%;
	}
	.searchform #searchsubmit {
		width: 22%;
	}
}

/* responsive */
@media (min-width:1410px) {
	.container {
		max-width: 1170px;
		width: 1170px;
	}
}
@media (min-width:1570px) {
	.container {
		max-width: 1170px;
		width: 1170px;
	}
}
@media (min-width:1890px) {
	.container {
		max-width: 1370px;
		width: 1370px;
	}
	#navigation .menu1 {
		margin: 0 2.2rem;
	}

	.iabout, .iabout p {
		line-height: 2.0;
	}
	.footer .f-contact, .footer .f-contact li {
		line-height: 1.9;
	}
}
@media (max-width : 1024px) {
	body {
		word-break: break-all;
		word-wrap: break-word
	}
	.container {
		max-width: 98%;
		width: 98%;
	}

	#innerpage-wrap .row {
		margin-left: 0;
		margin-right: 0;
	}
	#innerpage-wrap .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.inner-left {
		padding-left: 0;
		padding-right: 0;
	}
	.product-show, .blog-wrap, .blog-post-wrap, .about-page-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width : 990px) { /* 960 */
	.container {
		max-width: 99%;
		width: 99%;
	}
	.header, .header .header-inner {
		height: auto!important;
		z-index:100;
	}
	.nav-bar {
		min-height: 1rem;
		/*padding-top: 15px;*/
		/*padding-bottom: 15px;*/
	}
	body.boxed .wrapper-inner, .row {
		max-width: 100%;
	}
	.header-1 .navigation-show {
		margin-right: -3.5rem;
		margin-top: 1rem;
	}


	#index-main .container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.section-block.replicable-content {
		padding-bottom: 1rem;
	}

	.iabout-left {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 25px;
		border-bottom: 1px #ccc solid;
	}

	.foot-contact {
		width: 100%;
	}
	.foot-w3column {
		display: none;
	}
	.copyright {
		width: 100%;
		text-align: center;
	}
	.footer-bottom .social-list, .footer-bottom .navigation {
		display: none!important;
	}
}
@media (max-width : 768px) { /* 向下考虑iphone6的667px和736px */

	#index-main {
		padding-top: 50px;
	}

	.iserv-prt {
		width: 50%;
	}
	.f-30{ font-size:14px}
	.tm-slider-container .tms-caption{ font-size:20px !important}
}
@media (max-width : 740px) { /* 双行，568px,600px,640px */
	.tm-slider-container .tms-caption {
		display: none;
	}

	.index-news .color-charcoal {
		display: none;
	}
	.index-news .horizon {
		padding-left: 0;
	}
}
@media (max-width : 480px) {

}
@media (max-width : 420px) {/* 单行，240px,320px,375px,384px,414px */

	.iserv-prt {
		width: 100%;
	}
}
@media (max-width : 360px) {

}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px; line-height:100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination .active a {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100% !important; height:auto !important}
.header{ background:#0000a5}