@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banner .swiper-slide {
	height: 750px;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
}
/*---------------------------*/
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----首页选项滑动特效----*/
#tabs .tabs-nav {
	background-color: #f2f2f2;
	/*	border-top:1px solid #ddd;
*/	border-bottom: 1px solid #ddd;
}
#tabs .swiper-wrapper {
	/*	border-bottom: none;
*/	margin: 0 auto 50px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tabs .swiper-wrapper.flex-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
#tabs .swiper-slide:first-child {
	border-left: 1px solid #ddd;
}
#tabs .swiper-slide {
	width: auto;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#tabs .swiper-slide a {
	color: #666;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px 40px;
	background-color: #f2f2f2;
}
#tabs .swiper-slide a:hover {
	/*	color:#7dc01d;
*/	background: #e2e2e2;
}
#tabs .tabs-nav li.active a {
	color: #55554F;
	background: #fff;
	border-top: 2px solid #55554F;
	margin-top: -1px;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	padding: 19px 40px 20px;
}
/*---选项卡滚动条----*/
#tabs .swiper-scrollbar {
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 26px;
}
#tabs .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2);
}
/*-----产品列表-----*/
#tabs-container {
	margin: 0 -10px;
}
/*--------首页小标题------*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 40px auto 50px;
	text-transform: capitalize;
}
main>section hgroup>h2 span {
	font-size: 3rem;
	position: relative;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 0 20px;
	color: #cbcbcb;
	height: 40px;
	line-height: 40px;
}
main>section hgroup>h2::after, main>section hgroup>h2::before {
	content: "";
	width: 40px;
	height: 2px;
	background: #e1e1e1;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
}
main>section hgroup>h3 {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
	font-size: 3.2rem;
	color: #018dd5;
	position: relative;
}
main>section hgroup>h3::before {
	content: "";
	position: absolute;
	background: url(../images/aboutlogo.png) no-repeat;
	width: 11px;
	height: 12px;
	display: block;
	top: 5px;
	left: calc( 50% - 85px);
}
#wrapper2 hgroup>h3::before {
	background: url(../images/aboutlogo2.png) no-repeat !important;
}
/*------为什么选择我们-----*/
#wrapper4 {
	position: relative;
	overflow: visible;
	background: url(../images/wrapper4-bg.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper4 hgroup > h3 {
	color: #fff;
}
#wrapper4 hgroup>h3::before {
	left: calc( 50% - 130px);
	background: url(../images/aboutlogo2.png) no-repeat !important;
}
#wrapper4 .col {
	width: 25%;
	padding: 0 10px;
	overflow: hidden;
}
#wrapper4 .col section {
	height: 402px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#wrapper4 .col section .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper4 .col section .img span {
	position: absolute;
	width: 53px;
	height: 57px;
	left: 0;
	top: 0;
	background: url(../images/i-choose-ico.png) no-repeat center;
	font-size: 2rem;
	line-height: 48px;
	text-align: center;
	color: #fff;
	z-index: 99;
}
#wrapper4 .col section img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper4 .col section:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#wrapper4 .col section h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	text-align: center;
	line-height: 42px;
	height: 42px;
	color: #018dd5;
	padding: 5px 0 10px;
}
#wrapper4 .col section p {
	line-height: 1.7;
	font-size: 1.5rem;
	padding: 0 20px 20px;
	/*	height:97px;
*/	overflow: hidden;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	position: relative;
	padding: 60px 0;padding-bottom:0;
}
#wrapper1 {
	background: url(../images/wrapper2-bg.png) no-repeat center top;/*background-color: #f5f5f5;*/	/*background: url(../images/wp2-bg.jpg) no-repeat center top;*/
}
#wrapper1 .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper1 .col section {
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	position: relative;
	overflow: hidden;
}
#wrapper1 .col section .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px rgba(0,0,0,.15) solid;
	transition: .5s;
}
#wrapper1 .col section .img .info-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	/*background: url(../images/bg-mask.png) no-repeat center center rgba(0,0,0,.5);*/
	transition: all ease .5s;
	opacity: 0;
}
#wrapper1 .col section:hover .info-mask {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#wrapper1 .col section h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	padding: 0 10px;
	text-align: center;
	line-height: 42px;
	height: 42px;/*	background: rgba(0,0,0,0.8);
	color: #fff;*/
}
#wrapper1 .col section>a {
	margin: 0 auto;
	display: block; background-color:#fff;
	overflow: hidden;
	position: relative;
}
#wrapper1 .col section img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper1 .col section a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*-------机柜配件-------*/
#wrapper3 {
	background-color: #fff;
}
#wrapper3 .product-list ul li section {
	border: 1px solid #ddd;
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
	display: block;
	position: relative;
	overflow: visible;
	color: #fff;

	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper2 hgroup>h2 span {
	color: #fff;
}
#wrapper2 hgroup>h3 {
	color: #fff;
}
#wrapper2 .col, #wrapper2 .col .pic-box2 {
	width: 50%;
	position: relative;
}
#wrapper2 .col a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#wrapper2 .col a > img {
	width: 100%;
	vertical-align: middle;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper2 .col a:hover > img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#wrapper2 .pic-box1 {
	background-color: rgba(0,0,0,0.2);
}
#wrapper2 .pic-box1 .txt {
	padding: 30px;
}
#wrapper2 .pic-box1 .txt h2.title {
	font-weight: normal;
	font-size: 4rem;
	margin-bottom: 10px;
}
#wrapper2 .pic-box1 .txt .info {
	padding-left: 20px;
}
#wrapper2 .pic-box1 .txt .info p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 15px;
}
#wrapper2 .pic-box1 .txt .more {
	font-size: 1.8rem;
	padding-top: 10px;
}
#wrapper2 .pic-box1 .txt .more a {
	color: #fff;
}
#wrapper2 .pic-box1 .txt .more a:hover {
	color: #eee;
}
#wrapper2 .pic-box2 .txt {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
}
#wrapper2 .pic-box2 .more {
	left: 20px;
	position: absolute;
	bottom: 10px;
	font-size: 1.8rem;
}
/*-----------新闻和联系我们-----------*/
#wrapper5 {
	position: relative;
	overflow: visible;
	background: url(../images/newbg.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper5 .news-ul {
	width: 100%;
}
#wrapper5 .news-ul .news-li {
	width: 33.3333333333%;
	background: #fff;
}
#wrapper5 .news-ul .news-li .news-box {
	width: 100%;
	height: 238px;
	padding: 35px 35px 0;
	position: relative;
	background: #fff;
}
#wrapper5 .news-ul .news-li .news-box .news-title {
	font-size: 1.7rem;
	line-height: 1.5;
	padding-bottom: 14px;
	/*    max-height: 40px;
*/    display: block;
}
#wrapper5 .news-li .news-box .news-text {
	font-size: 1.3rem;
	color: #999;
	line-height: 1.7;
	margin-bottom: 25px;
}
#wrapper5 .news-ul .news-li .news-date {
	font-size: 1.3rem;
	color: #999;/* left: 35px;
    bottom: 25px;*/
}
#wrapper5 .news-ul .news-li .news-img {
	width: 100%;
	height: 238px;
	overflow: hidden;
	position: relative;
	display: block;
}
#wrapper5 .news-ul .news-li .news-img img {
	width: 100%;
	transition-duration: 500ms;
}
#wrapper5 .news-ul .news-li:hover .news-img img {
	transform: scale(1.04);
}
#wrapper5 .news-ul .news-li .news-img span {
	display: block;
	position: absolute;
	width: 26px;
	height: 11px;
	left: 60px;
	top: 0;
	z-index: 22;
	background: url(../images/nw2.png) no-repeat;
}
#wrapper5 .news-ul .news-li .news-img span.down {
	/*	bottom: 0;
*/	top: 227px;
	background: url(../images/nw1.png) no-repeat;
}
/*------------------------------------------*/

#wrapper5 .news-list {
	margin: -10px -10px 0;
}
#wrapper5 .news-list figure {
	width: calc(100% - 20px);
	padding: 10px 0;
}
#wrapper5 .news-list figure {
	width: calc(50% - 20px);
	float: left;
	display: inline;
	padding: 15px 0;
	margin: 0 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #ddd;
}
#wrapper5 .news-list figure img {
	float: left;
	width: 35%;
	border: 1px solid #e8e8e8;
}
#wrapper5 .news-list figure figcaption {
	float: left;
	width: 65%;
}
#wrapper5 .news-list figure h3 {
	font-size: 1.8rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding-left: 20px;
	padding-top: 5px;
	font-weight: normal;
}
#wrapper5 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper5 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	padding: 5px 0px 5px 20px;
}
#wrapper5 .news-list figure figcaption>.pubtime {
	color: #888;
	padding-left: 20px;
}
/*---我们的优势----*/
#wrapper10 {
	width: 100%;/*	background:#f1f1f1 url(../images/ys_bg.png) repeat-x top;
*/	/*padding: 0 0 20px !important;*/
}
#wrapper10 ul li {
	width: 25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#wrapper10 ul li section {
	padding: 0 40px;
	position: relative;
}
#wrapper10 ul li section span {
	background: url(../images/i_icon1.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
	margin-bottom: 55px;
}
#wrapper10 ul li h3 {
	font-size: 1.8rem;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 30px;
	font-weight: normal;
}
#wrapper10 ul li h3::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #707070;
}
#wrapper10 ul li p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #888;
}
#wrapper10 ul li:nth-of-type(1) span {
	background-position: 0 0;
}
#wrapper10 ul li:nth-of-type(2) span {
	background-position: -305px 0;
}
#wrapper10 ul li:nth-of-type(3) span {
	background-position: -615px 0;
}
#wrapper10 ul li:nth-of-type(4) span {
	background-position: -930px 0;
}
#wrapper10 ul li:hover {
	background-position: center 0px;
	transition: all 0.2s ease-in-out 0s;/*	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
*/}
/*#wrapper10 ul li:nth-child(2n) {
	background: #f7f7f7;
}*/
#wrapper10 ul li a {
	display: block;
	text-align: center;
	padding: 30px;
}
/*#wrapper10 ul li a img {
	display: block;
	margin: 0 auto;
	width: 114px;
}*/
#wrapper10 ul li a h4 {
	display: block;
	margin: 7px auto 0 auto;
	border-top: 1px dashed #8f8f8f;
	padding-top: 5px;
	line-height: 46px;
	font-size: 1.6rem;
	color: #333333;
	font-weight: normal;
}
#wrapper10 ul li a:hover {
	background: #99dcff;
}
/*------为什么选择我们---*/
#wrapper7 {
	background-color: #fff;
}
#wrapper7 .ys {
	text-align: center;
}
#wrapper7 .ys img {
	max-width: 100%;
}
#wrapper7 hgroup>h3::before {
	left: calc( 50% - 100px);
}
/*------应用领域---*/
#wrapper3 {
	background-color: #fff;
}
#wrapper3 .product-list ul li section {
	border: 1px solid #ddd;
}
#wrapper3 .product-list ul li {
	width: 25%;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper3 .product-list ul li section {
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	position: relative;
	overflow: hidden;
}
#wrapper3 .product-list ul li section .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper3 .product-list ul li section .img .info-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/bg-mask.png) no-repeat center center rgba(0,0,0,.5);
	transition: all ease .5s;
	opacity: 0;
}
#wrapper3 .product-list ul li section:hover .info-mask {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#wrapper3 .product-list ul li section h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-color: #0088cc;
	/*	background: rgba(0,0,0,0.8);
*/	color: #fff;
}
#wrapper3 .product-list ul li section>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#wrapper3 .product-list ul li section img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper3 .product-list ul li section a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px;
}
#content .profile {
	font-size: 1.6rem;
	line-height: 1.7;
}
#content .profile > ul, .details .tab-content ul {
	margin-bottom: 1.5rem;
}
#content .profile > ul > li, .details .tab-content ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#content .profile ul > li > p {
	margin-left: -15px;
}
#content .profile > ul > li span, .details .tab-content ul >li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#content .profile p {
	margin-bottom: 15px;
}
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
/*------/产品列表/-------*/
#content ul.product-list {
	margin: 0 -10px;
	padding: 20px;
}
#content ul.product-list li {
	width: 33.333333%;
	height: 100%;
	margin-bottom: 25px;
}
#content ul.product-list li section {
	text-align: center;
	margin: 0 10px;
}
#content ul.product-list li img {
	width: 100%;
}
#content ul.product li a {
	background: #ddd;
	padding: 1px;
	display: block;
}
#content ul.product li a:hover {
	background: #2767BF;
	color: #fff;
}
#content ul.product >li h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 42px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width: 400px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 400px);
	float: left;
	display: inline;
	padding-left: 20px;
	font-size: 1.5rem;
}
#content .panel .fr > h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}
/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 20px;
}
#content hgroup > figure:first-child {
	padding-top: 0;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 0;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
#content hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 35%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 65%;
}
#content hgroup>figure h3 {
	font-weight: normal;
	padding-left: 15px;
	font-size: 1.8rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #999;
	padding-left: 15px;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	line-height: 1.65;
	padding: 0 15px 10px;
	color: #999;
}
#content hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 20px 0px 20px 0px;
	line-height: 1.7;
	font-size: 1.6rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 20px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}
/*-----联系我们-----*/
.contact img {
	max-width: none;
}

/*----/在线留言/-------*/
#content .message {
	margin: 0 auto;
	padding: 30px;
}
#content .message table td{
	border:0 none;

}

#content .message table td {
    padding: 0;
}


#content .message table tr:nth-of-type(odd) {
	background: none;
}
#content .message table tbody tr:hover {
	background: none;
}

/*表单样式设置*/
form.cmxform {
/*	box-shadow: 0 4px 20px 0 #ddd;
*/	margin: 0 auto;
	/*padding: 20px;*/
	font-size: 14px;
}
form.cmxform table td {
	vertical-align: top;
	color: #555;
}
form.cmxform table td.tdcon {
	text-align: right;
	height: 52px;
}
form.cmxform table td.tdcon2 {
	text-align: right;
	height: 146px;
}
/*------------------*/
form.cmxform table td.tdcon span, form.cmxform table td.tdcon2 span{
	color: #C00;
	margin-right: 2px;
	font-size: 14px;
}
form.cmxform table td span.radioSpan {
	padding-right: 10px;
}
form.cmxform table input.error, form.cmxform table select.error, form.cmxform table textarea.error {
	border: 1px solid red;
}
.tipinfo span.error {
	background: url("../images/unchecked.jpg") no-repeat left;
	padding-left: 17px;
	color: #eb0000;
	display: block;
}
.tipinfo span.valid {
	background: url("../images/checked.gif") no-repeat left;
	width: 14px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 0 5px;
	display: inline-block;
}
form.cmxform input[type="text"], form.cmxform input[type="tel"], form.cmxform input[type="date"], form.cmxform input[type="email"], form.cmxform select, form.cmxform textarea {
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 92%;
	padding:10px 8px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;margin-bottom:20px;
}
#cmxform tr{}


form.cmxform textarea {
	line-height: 24px;
	height:120px;
	width:92%;
}

form.cmxform input:focus, form.cmxform textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
form.cmxform .button {
	text-align: center;
	margin-bottom: 10px;
}
form.cmxform input.button2 {
/*	background: url(../images/button_bg2.gif) repeat-x;
*/	border: none;
	height: 35px; background-color:#005598;
	width: 80px; color:#fff;
	cursor: pointer;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-size: 1.3rem;
	margin-right: 12px;
}
form.cmxform input.valcode {
	width: 30%;
}
form.cmxform td.valimg img {
	vertical-align: middle;
	cursor: pointer;
}

.y_case4 {
    padding: 0px 0 0px;
}.y_wp {
    width: 1392px;
    margin: 0 auto;
    position: relative;
}.y_case4 .tit1 {
    text-align: center;
    font-size: 36px;
    color: #494949;
    padding: 20px 0 6px;
}.y_case4 .tit2 {
    text-align: center;
    padding-bottom: 100px;
    color: #808080;
    font-size: 18px;
}.y_case4 .y_what{ padding-top:0px; position:relative;margin-bottom:40px;overflow:hidden;}
.y_case4 .y_li{text-align:center; margin:0 auto; box-sizing:border-box;width:20%;}
.y_case4 .y_what .pd{ display:block; position:relative;}
.y_case4 .y_what .icon{width:200px; height:200px; border-radius:50%; border:1px solid #005598; margin:0 auto; padding-top:35px; box-sizing:border-box; margin-bottom:70px; position:relative; background-color:#005598}
.y_case4 .y_what .icon .img{width:128px; height:128px; margin:0 auto;}


.y_case4 .y_what .icon .img1{position:absolute; top:36px; left:36px; width:128px; height:128px; margin:0 auto; opacity:0;}

.y_case4 .y_what .text .p{font-size:24px; color:#333;}
.y_case4 .y_what .text .h1{font-size:14px; color:#015498;text-transform:Uppercase;}
.y_case4 .y_what .y_top{ margin-bottom:35px; height:332px;}
.y_case4 .y_what .y_drop{padding-bottom:25px;}
.y_case4 .y_what .y_drop img{margin:0 auto;}
.y_case4 .y_what .y_con .p{padding:0 5px; color:#ababab; text-align:left;}
.y_case4 .y_what .slick-arrow{position:absolute;}
.y_case4 .y_what .slick-prev{width:47px; height:57px; background:url(../images/y_icon7.png) no-repeat left center; top:50%; margin-top:-29px; left:-70px; border:none; cursor:pointer; z-index:999;}
.y_case4 .y_what .slick-next{width:47px; height:57px; background:url(../images/y_icon8.png) no-repeat left center; top:50%; margin-top:-29px; right:-20px; border:none; cursor:pointer;}




.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}



.y_case4 .y_li1 .icon .img{background-position:0px 0;}
.y_case4 .y_li2 .icon .img{background-position:-128px 0;}
.y_case4 .y_li3 .icon .img{background-position:-256px 0;}
.y_case4 .y_li4 .icon .img{background-position:-384px 0;}
.y_case4 .y_li5 .icon .img{background-position:-512px 0;}
.y_case4 .y_li:hover .icon{border:1px solid #005598; margin-bottom:0px; transition:0.3s;}
.y_case4 .y_li:hover .icon .img1{opacity:1; transition:0.3s;}
.y_case4 .y_li:hover .y_top{background:#005598; transition:0.3s;}
.y_case4 .y_li:hover .text .p{color:#fff; transition:0.3s;}
.y_case4 .y_li:hover .text .h1{color:#fff; transition:0.3s;}
.y_case4 .y_li:hover .y_con .p{color:#005598; transition:0.3s;}
.y_case4 .y_li1:hover .icon .img{background-position:0 -128px;}
.y_case4 .y_li2:hover .icon .img{background-position:-128px -128px;}
.y_case4 .y_li3:hover .icon .img{background-position:-256px -128px;}
.y_case4 .y_li4:hover .icon .img{background-position:-384px -128px;}
.y_case4 .y_li5:hover .icon .img{background-position:-512px -128px;}




.y_case8 {
    background: url(../images/y_about.jpg) no-repeat center 150px;
        background-size: auto;
    background-size: cover;
}.y_case8 .pd{ padding:0px 100px 60px;}
.y_case8 .pd .y_logoimg{text-align:center; padding:100px 0 50px;}
.y_case8 .pd .text{font-size:15px; color:#ffffff;line-height:25px;}
.y_case8 .pd .button{text-align:center; padding-top:60px;}
.y_case8 .pd a em{font-style:normal;padding:5px 20px; font-size:18px; background:none; border:1px solid #ffffff; color:#ffffff; cursor:pointer;}
.y_case8 .pd a em:hover{background:#ffffff; color:#282828;}
.y_case8 .pd ul li{float:left; width:33.33333333%; background:#005598;text-align:center; padding:50px 0 70px; border-right:1px solid #fff; box-sizing:border-box;}
.y_case8 .pd ul li:last-child{border-right:none;}
.y_case8 .pd ul li .ytext{text-align:center;}
.y_case8 .pd ul li .ytext strong{ position:relative; font-size:100px; color:#fff;}
.y_case8 .pd ul li .ytext strong em{ position:absolute; right:-11px; top:-8px; font-size:32px;}
.y_case8 .pd ul li .p{font-size:120px; font-weight:bolder; color:#fff; line-height:140px;}
.y_case8 .pd ul li .ytext .yplus{position:absolute; top:-10px; right:-10px; color:#fff; font-size:32px;}
.y_case8 .pd ul li .span{color:#fff; font-size:21px;}






@media(max-width:1400px){
.y_wp{width:90%;}
}


@media(max-width:1200px){
.y_case8 .pd ul li .ytext strong{ font-size:60px;}
.y_case4 .y_li{width:33.333%;margin-bottom:20px;}
.y_case8 .pd ul li .span{ font-size:16px;}
}

@media(max-width:800px){
	.y_case8 .pd ul li .span{ font-size:12px;}
.y_case8 .pd{padding: 0px 20px 60px;}
.y_case4 .y_li{width:50%;margin-bottom:20px;}}


@media(max-width:640px){
	.y_case4 .y_what .icon{width:150px;height:150px;}
	.y_case4 .y_what .icon .img{width:80px;height:80px;}
	.y_case4 .y_what .icon .img1{width:80px;height:80px;}
	.y_case4 .y_what .icon{margin-bottom:20px;}
	.y_case4 .y_what .y_top{height:250px;}
	
	#content hgroup>figure img {

	width: 100%;

}
#content hgroup>figure figcaption {

	width: 100%;margin-top:20px;
}
	.y_case4 .tit1{ font-size:26px;}
	.y_case4 .tit2{ font-size:14px;}
	.y_case8 .pd ul li .ytext strong em{right:-20px}
	
	.y_case8 .pd ul li .ytext strong{ font-size:24px;}}













