@charset "UTF-8";
@import "banner.css";
@import "page-banner.css";
@import "swiper.min.css";
@import "homecaselist.css";
@import "newslist.css";
@import "newsdetail.css";
@import "prodetail.css";

/*栏目页内容*/
.page-content {
	min-height: 40vh;
	padding: 4rem 0px 6rem 0px;
	background: #F5F7F9;
}

.page-content .container {
	margin: 10px auto;
	padding: 40px 60px;
	background: #fff;
	border-radius: .04rem;
	border: 1px solid #e7e7ec;
}

@media only screen and (max-width: 2880px) {
	.page-content .container {
		width: 90%;
		max-width: 100%;
	}
	
}

@media only screen and (max-width: 1920px) {
	.page-content .container {
		width: 85.652%;
		max-width: 1430.016px;
	}
	
}

.page-content .container video{
	background: #000000;
	width: 100% !important;
	height: auto !important;
}

/*光影情景*/
.page-servers {
	padding-top: 5%;
	padding-bottom: 10%;
	background: #F5F7F9;
}



@media only screen and (max-width: 2880px) {
	.page-servers .container {
		width:90%;
		padding: 0px;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 1920px) {
	.page-servers .container {
		width: 85.652%;
		padding: 0px;
		max-width: 1430.016px;
	}
	
}

.page-content .time{
	font-size:1.2rem;
	color:#000;
	padding:10px 0px 20px 0px;
}

/*产品中心*/
.productlist {
	margin: 0 auto;
	margin-top: 7%;
	margin-bottom: 3%;
	padding-bottom: 6%;
	border-bottom: 1px solid #d8d8d8;
}

.productlist .container {
	max-width: 90%;
}

.productlist .list-2>li {
	margin-bottom: 4%;
}

.list-pro .pro-item {
	position: relative;
	display: block
}

.list-pro .pi-series {
	font-size: 2rem;
	font-weight: 500;
	line-height: 40px;
	color: #333
}

.list-pro .pi-img {
	display: inline-block;
	vertical-align: top;
	width: 52%;
	max-width: 460px;
	background-color: #eceff4;
	-o-object-fit: cover;
	object-fit: cover;
	flex-shrink: 0;
	overflow: hidden
}

.list-pro .pi-img::before {
	padding-top: 69.56522%
}

.list-pro .pi-img img {
	object-fit: cover;
	min-height: 305.42px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.list-pro .v-lr {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
}

.list-pro .pi-more {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background-color: #0268CF;
	font-size: 0.875rem;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .02em;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.list-pro .pi-more span {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.list-pro .pi-intro {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
	width: 48%
}

.list-pro .pi-name {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	color: #333
}

.list-pro .pi-desc {
	margin-top: 34px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #666
}

.list-pro .pi-desc span {
	color: #333
}

.list-pro .pi-desc p {
	margin-bottom: 2px
}

.list-pro .pi-bg {
	position: absolute;
	bottom: 0;
	left: 52%;
	margin-left: 40px;
	width: 25%;
	background: url(../images/xpi_bg.png) no-repeat center center;
	background-size: contain;
	visibility: hidden;
	opacity: 0
}

.list-pro .pi-bg::before {
	content: "";
	display: block;
	padding-top: 10.90909%
}

@media (max-width:1560px) {
	.list-pro .pi-intro {
		padding-right: 20px;
		padding-left: 20px
	}

	.list-pro .pi-desc {
		margin-top: 10px
	}

	.list-pro .pi-desc p {
		margin-bottom: 8px
	}
}

@media (max-width:1200px) {
	.list-pro>li {
		width: 100%
	}

	.list-pro>li:nth-of-type(n+2) {
		margin-top: 60px
	}

	.list-pro .pi-intro {
		padding-right: 40px;
		padding-left: 40px
	}

	.list-pro .pi-desc {
		margin-top: 20px
	}

	.list-pro .pi-desc p {
		margin-bottom: 16px
	}
}

@media (max-width:1100px) {
	.list-pro .pi-series {
		font-size: 1.75rem
	}

	.list-pro .pi-name {
		font-size: 1.25rem
	}
}

@media (max-width:640px) {
	.list-pro {
		margin-top: 40px
	}

	.list-pro .pi-series {
		font-size: 1.5rem
	}

	.list-pro .pi-name {
		font-size: 1rem
	}

	.list-pro .pi-img {
		display: block;
		width: 100%
	}

	.list-pro .pi-intro {
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
		width: auto
	}

	.list-pro .pi-desc {
		margin-top: 10px
	}

	.list-pro .pi-desc p {
		margin-bottom: 5px
	}
}

@media (min-width:1025px) {
	.list-pro .pi-bg {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0)
	}

	.list-pro .pro-item:hover .pi-more {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.list-pro .pro-item:hover .pi-img img {
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	.list-pro .pro-item:hover .pi-bg {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}


/*产品列表导航*/
@media only screen and (max-width: 2880px) {
	
	/* --inpage-menu-- */
	.inpage-menu {
		position: relative;
		z-index: 333;
		margin: -130px auto 30px;
		width: 1200px;
		height:100px;
		overflow: hidden;
	}
	
	.inpage-menu .prev,
	.inpage-menu .next {
		position: absolute;
		z-index: 3;
		top: 0;
		width: 60px;
		height: 96px;
		cursor: pointer;
	}
	
	.inpage-menu .prev {
		left: 0;
		background: #fff url(../images/inpage_menu_prev.png) no-repeat center;
		border-right: #e5e5e5 solid 1px;
	}
	
	.inpage-menu .next {
		right: 0;
		background: #fff url(../images/inpage_menu_next.png) no-repeat center;
	}
	
	.inpage-menu .prevStop,
	.inpage-menu .nextStop {
		opacity: 0.5;
		cursor: no-drop;
	}
	
	.inpage-menu .prev:hover {
		background-color: #F90205;
		background-image: url(../images/inpage_menu_prev2.png);
	}
	
	.inpage-menu .next:hover {
		background-color: #F90205;
		background-image: url(../images/inpage_menu_next2.png);
	}
	
	.inpage-menu .menu-list {
		margin: 0 60px;
		overflow: hidden;
	}
	
	.inpage-menu .menu-list li {
		float: left;
		width: 20%;
		height: 100px;
		line-height: 4rem;
		text-align: center;
	}
	
	.inpage-menu .menu-list li a {
		position: relative;
		display: block;
		height: 96px;
		font-size: 1.125rem;
		color: #333;
		border-right: #e5e5e5 solid 1px;
		background: #fff;
	}
	
}
/* --inpage-menu-- */
@media only screen and (max-width: 1920px) {
	.inpage-menu {
		position: relative;
		z-index: 333;
		margin: -110px auto 30px;
		width: 1200px;
		height: 80px;
		overflow: hidden;
	}

	.inpage-menu .prev,
	.inpage-menu .next {
		position: absolute;
		z-index: 3;
		top: 0;
		width: 60px;
		height: 76px;
		cursor: pointer;
	}

	.inpage-menu .prev {
		left: 0;
		background: #fff url(../images/inpage_menu_prev.png) no-repeat center;
		border-right: #e5e5e5 solid 1px;
	}

	.inpage-menu .next {
		right: 0;
		background: #fff url(../images/inpage_menu_next.png) no-repeat center;
	}

	.inpage-menu .prevStop,
	.inpage-menu .nextStop {
		opacity: 0.5;
		cursor: no-drop;
	}

	.inpage-menu .prev:hover {
		background-color: #F90205;
		background-image: url(../images/inpage_menu_prev2.png);
	}

	.inpage-menu .next:hover {
		background-color: #F90205;
		background-image: url(../images/inpage_menu_next2.png);
	}

	.inpage-menu .menu-list {
		margin: 0 60px;
		overflow: hidden;
	}

	.inpage-menu .menu-list li {
		float: left;
		width: 20%;
		height: 80px;
		line-height: 4.75rem;
		text-align: center;
	}

	.inpage-menu .menu-list li a {
		position: relative;
		display: block;
		height: 76px;
		font-size: 1.125rem;
		color: #333;
		border-right: #e5e5e5 solid 1px;
		background: #fff;
	}
}
.inpage-menu .menu-list li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: #0268cf;
}

.inpage-menu .menu-list li:last-child a {
	border-right: none;
}

.inpage-menu .menu-list li.cur,
.inpage-menu .menu-list li:hover {
	background: url(../images/inpage_menu_cur.png) no-repeat center bottom;
}

.inpage-menu .menu-list li.cur a:after,
.inpage-menu .menu-list li:hover a:after {
	background: #FFC000;
}

@media(max-width:1200px) {
	.inpage-menu {
		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
		height: 45px;
	}

	.inpage-menu .prev,
	.inpage-menu .next {
		display: none;
		width: 40px;
		height: 40px;
	}

	.inpage-menu .menu-list {
		margin: 0 0;
	}

	.inpage-menu .menu-list li {
		height: 40px;
		line-height: 40px;
	}

	.inpage-menu .menu-list li a {
		height: 40px;
		font-size: 0.875rem;
	}

	.inpage-menu .menu-list li a:after {
		height: 2px;
	}
}
@media only screen and (max-width: 768px) {
	.inpage-menu {
		margin-bottom: 0px;
	}
	
}

/* --end inpage-menu-- */

/* --product-sub-menu-- */
.product-sub-menu {
	margin-bottom: 2rem;
	text-align: center;
	overflow: hidden;
}

.product-sub-menu .width1200 {
	border-bottom: #e0e0e0 solid 1px;
}

.product-sub-menu ul {
	white-space: nowrap;
	overflow: auto;
}

.product-sub-menu li {
	display: inline-block;
	margin: 0 0.1rem;
	line-height: 1.5;
}

.product-sub-menu li a {
	display: block;
	padding: 0.6rem 1rem;
	font-size: 1.2rem;
	color: #666;
	border-bottom: #f0f0f0 solid 1px;
}

.product-sub-menu li a:hover,
.product-sub-menu li.cur a {
	color: #333;
	border-color: #F90205;
}

/* --end product-sub-menu-- */

/*图片列表*/
.honor-list {
	background-color: #f8f8f9;
	padding: 60px 0px;
	margin-left: -.78125vw;
	margin-right: -.78125vw;
	padding-bottom: 10%;
}
@media only screen and (max-width: 2880px) {
	.honor-list .container {
		width: 90%;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 1920px) {
	.honor-list .container {
		width: 85.652%;
		max-width: 1430.016px;
	}
	
}

.honor-list ul.list>li {
	margin-top: 40px
}

.honor-list ul.list li>div {
	margin: 0 .78125vw;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative
}

.honor-list ul.list li>div:before,
.honor-list ul.list li>div:after {
	content: "";
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0
}

.honor-list ul.list li>div:before {
	background-color: #E3E3E3;
	width: 100%
}

.honor-list ul.list li>div:after {
	width: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #002B9E
}

.honor-list ul.list li .img-box {
	overflow: hidden
}

.honor-list ul.list li .img-box img {
	/* width: auto; */
	height: 100%;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.honor-list ul.list li .img-box:before {
	padding-top: 71.18056%;
	padding-top: 65.68056%
}

.honor-list ul.list li figcaption {
	font-size: 1rem;
	color: #000;
	letter-spacing: .07143em;
	line-height: 1.42857;
	margin-top: 16px;
	position: relative;
	padding-right: 40px;
	height: 50px
}

.igce-list {
	padding: 0 10px;
}

.honor-list ul.igce-list li .img-box:before {
	padding-top: 78.88889%;
}


@media only screen and (min-width: 1025px) {
	.honor-list ul.list li>div:hover {
		box-shadow: 0 12px 18px rgba(85, 92, 123, 0.12)
	}

	.honor-list ul.list li>div:hover:after {
		width: 100%
	}

	.honor-list ul.list li>div:hover .btn-full__screen {
		color: #002B9E
	}

	.honor-list ul.list li>div:hover .img-box img {
		-moz-transform: scale3d(1.04, 1.04, 1);
		-ms-transform: scale3d(1.04, 1.04, 1);
		-webkit-transform: scale3d(1.04, 1.04, 1);
		transform: scale3d(1.04, 1.04, 1)
	}
}

@media only screen and (max-width: 1024px) {
	.honor-list ul.list li {
		width: 50%
	}
}

@media only screen and (max-width: 768px) {
	.honor-list {
		padding: 20px 0px;
	}

	.honor-list ul.list li {
		width: 100%
	}
}



/*合作伙伴图片列表*/
.page-cooperation {
	background-color: #F5F7F9;
	padding: 60px 0px;
	margin-left: -.78125vw;
	margin-right: -.78125vw;
	padding-bottom: 10%;
}

@media only screen and (max-width: 2880px) {
	.page-cooperation .container {
		width: 90%;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 1920px) {
	.page-cooperation .container {
		width: 85.652%;
		max-width: 1430.016px;
	}
	
}
.page-cooperation ul.list>li {
	margin-top: 40px
}

.page-cooperation ul.list li>div {
	margin: 0 .78125vw;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative
}

.page-cooperation ul.list li>div:before,
.page-cooperation ul.list li>div:after {
	content: "";
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0
}

.page-cooperation ul.list li>div:before {
	background-color: #E3E3E3;
	width: 100%
}

.page-cooperation ul.list li>div:after {
	width: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #002B9E
}

.page-cooperation ul.list li .img-box {
	overflow: hidden
}

.page-cooperation ul.list li .img-box img {
	width: 100%;
	position: relative;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-cooperation ul.list li figcaption {
	font-size: 1rem;
	color: #000;
	letter-spacing: .07143em;
	line-height: 1.42857;
	margin-top: 16px;
	position: relative;
	height: 150px
}

.igce-list {
	padding: 0 10px;
}

@media only screen and (min-width: 1025px) {
	.page-cooperation ul.list li>div:hover {
		box-shadow: 0 12px 18px rgba(85, 92, 123, 0.12)
	}

	.page-cooperation ul.list li>div:hover:after {
		width: 100%
	}

	.page-cooperation ul.list li>div:hover .btn-full__screen {
		color: #002B9E
	}

	.page-cooperation ul.list li>div:hover .img-box img {
		-moz-transform: scale3d(1.04, 1.04, 1);
		-ms-transform: scale3d(1.04, 1.04, 1);
		-webkit-transform: scale3d(1.04, 1.04, 1);
		transform: scale3d(1.04, 1.04, 1)
	}
}

@media only screen and (max-width: 1024px) {
	.page-cooperation ul.list li {
		width: 50%
	}
}

@media only screen and (max-width: 768px) {
	.page-cooperation {
		padding: 20px 0px;
	}

	.page-cooperation ul.list li {
		width: 100%
	}
}


/*新闻中心*/
.in-sec__intro .item-t1,
.in-sec__intro .item-t2 {
	color: #000
}

.in-sec__intro .item-t2 {
	margin-top: .10417em
}

.in-sec__intro .item-more {
	margin-top: 1.5625em
}

.in-news__full {
	background: #F5F7F9;
}
@media only screen and (max-width: 2880px) {
	.in-news__full .container {
		width:90%;
		padding: 0px;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 1920px) {
	.in-news__full .container {
		width: 85.652%;
		padding: 0px;
		max-width: 1430.016px;
	}
	
}

.nd-recommend__list a {
	background-color: #fff
}

.nd-recommend__list .list-time {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #0268CF
}

.nd-recommend__list .list {
	position: relative;
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px
}

.nd-recommend__list .list>li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.25rem;
	margin-bottom: 60px
}

.nd-recommend__list .list>li>a {
	display: block;
	margin-left: 15px;
	margin-right: 15px
}


.nd-recommend__list .bcline-dec {
	position: relative;
	padding-left: 20px
}

.nd-recommend__list .bcline-dec::before {
	content: "";
	display: block;
	width: 4px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 8%;
	background-image: linear-gradient(#FA040B, #0268CF)
}

.nd-recommend__list .list>li .item-box {
	margin-left: 15px;
	margin-right: 15px
}

.nd-recommend__list article {
	padding: 1.7em 1.2em 1.5em 1.2em;
	position: relative
}

.nd-recommend__list article::before {
	transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #0d559a, #0268CF)
}

.nd-recommend__list time,
.nd-recommend__list h1 {
	transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	z-index: 10
}

.nd-recommend__list h1 {
	margin-top: 2em;
	height: 76px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: 400
}

.nd-recommend__list h1::before {
	height: calc(100% - 10px)
}

.nd-recommend__list figure {
	position: relative;
	overflow: hidden;
	background: #000;
}

.nd-recommend__list figure::before {
	content: "";
	display: block;
	padding-top: 66.79389%
}

.nd-recommend__list figure img {
	transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: absolute;
	left: 0;
	top: 0;
	min-height:100%; 
	width: 100%;
	-webkit-filter: saturate(0.7);
	filter: saturate(0.7)
}

@media (min-width: 1025px) {

	.nd-recommend__list a:hover article::before {
		opacity: 1;
		visibility: visible
	}

	.nd-recommend__list a:hover time,
	.nd-recommend__list a:hover h1 {
		color: #fff
	}

	.nd-recommend__list a:hover figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

}

@media (max-width: 1600px) {
	.nd-recommend__list h1 {
		font-size: 1rem;
		height: 52px
	}
}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {}

@media (max-width: 900px) {}

@media (max-width: 650px) {

	.nd-recommend__list li {
		width: 50%
	}
	.in-news__full	.nd-recommend__list li{
	    width:100%;
	}

	.nd-recommend__list .list-time {
		font-size: 10px
	}

	.nd-recommend__list h1 {
		font-size: 14px;
		margin-top: 15px;
		height: 44px
	}

	.nd-recommend__list h1::before {
		top: 4px
	}

	.nd-recommend__list article {
		padding: 20px 12px
	}

}


/*联系表单*/
.page-formcon {
	padding: 5rem 0px;
	border: 1px solid #ECEFF4;
	margin-bottom: 4rem;
}

.form-message .validate-form__message .group-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.form-message .more-btn {
	color: #fff;
	border-color: #0C59DB;
	padding: 4px 100px;
	border-radius: 0px;
	cursor: pointer;
	background-color: #0C59DB;
	position: relative;
}

.form-message .more-btn:hover {
	color: #fff;
	border-color: #FA080E;
}

.more-btn::before {
	background-color: #FA080E;
}

.contact-text {
	font-size: 1.125em;
	color: #000;
	line-height: 2
}

.contact-text a {
	color: #000
}

.contact-text span {
	font-family: "GothamBook"
}

.validate-form__message {
	margin-left: -.78125vw;
	margin-right: -.78125vw;
}

.validate-form__message .group {
	display: inline-block;
	width: 46%;
	padding: 0 .78125vw;
	margin-bottom: 40px;
	position: relative
}

.validate-form__message .control {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	height: 60px;
	font-size: 0.75rem;
	color: #333333;
	padding: 0 12px;
	background-color: #F8F8F9
}

.validate-form__message label.error {
	font-size: 0.875rem;
	color: red;
	position: absolute;
	bottom: -27px;
	left: 0
}

.validate-form__message input::-webkit-input-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message input:-moz-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message input::-moz-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message input::-ms-input-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message textarea:-moz-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message textarea::-moz-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message textarea::-ms-input-placeholder {
	color: #333;
	font-size: 0.875rem;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.validate-form__message .group-message {
	width: 100%
}

.validate-form__message .group-message .control {
	height: 378px;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px
}

.validate-form__message .btn-submit {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 0.9375rem;
	color: #000;
	line-height: 44px;
	height: 44px;
	padding-left: 50px;
	position: relative;
	float: right;
	margin-right: .78125vw;
	cursor: pointer
}

.validate-form__message .control:focus {
	background-color: #0268CF;
	color: #fff
}

.validate-form__message input:focus::-webkit-input-placeholder {
	color: #fff
}

.validate-form__message input:focus:-moz-placeholder {
	color: #fff
}

.validate-form__message input:focus::-moz-placeholder {
	color: #fff
}

.validate-form__message input:focus::-ms-input-placeholder {
	color: #fff
}

.validate-form__message textarea:focus::-webkit-input-placeholder {
	color: #fff
}

.validate-form__message textarea:focus:-moz-placeholder {
	color: #fff
}

.validate-form__message textarea:focus::-moz-placeholder {
	color: #fff
}

.validate-form__message textarea:focus::-ms-input-placeholder {
	color: #fff
}


@media only screen and (max-width: 1024px) {
	.contact-text {
		font-size: 1rem
	}

	.validate-form__message {
		margin-top: 30px
	}
}

@media only screen and (max-width: 768px) {
	.validate-form__message .group {
		width: 100%
	}
}

/*解决方案详情*/

.wd-wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}

.nd-wrap {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto
}

.wd-caption {
	border-bottom: 2px solid #032D61;
	padding-bottom: 15px
}

.wd-title {
	font-size: 42px;
	color: #333;
	line-height: 1.5;
	font-weight: 600
}

.wd-cate {
	letter-spacing: 0.05em;
	line-height: 40px
}

.wdb-view {
	display: inline-block;
	vertical-align: top
}

.wdb-view {
	font-size: 0.875rem;
	width: calc(100% - 0px);
	color: #333;
	letter-spacing: 0.05em;
	line-height: 34px
}


@media (max-width: 1024px) {

	.wdb-view {
		width: calc(100% - 460px)
	}

}

@media (max-width: 768px) {
	.wdb-view {
		width: 100%
	}
}

@media (max-width: 640px) {
    .nd-recommend__list h1{
        margin-top:1em;
    }
}


/*合作共赢*/
.page-cooperation-wrap {
	margin-bottom: 5rem
}

.i3box {
	overflow: hidden;
}

.i3box * {
	display: block;
	overflow: hidden;
	font-weight: normal;
	color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.i3box li {
	width: 33.33%;
	float: left;
	position: relative;
	background: #000;
}

.i3box li a {}

.i3box li a img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 440px;
}

.i3box li a span {
	box-sizing: content-box;
	position: absolute;
	width: 86%;
	height: 93%;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 7% 7%;
}

.i3box li a span h2 {
	font-size: 1.75rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 60%;
	font-family: Arial;
}

.i3box li a span h3 {
	font-size: 1.875rem;
}

.i3box li a span h4 {
	font-size: 1rem;
	margin-top: 5%;
	display: none;
}

.i3box li a span h6 {
	font-size: 0.875rem;
	position: relative;
	padding-right: 70px;
	margin-top: 10%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.i3box li a span h6 line {
	width: 0px;
	height: 1px;
	background: #fff;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.i3box li a:hover span {
	background: rgba(0, 0, 0, 0.5);
}

.i3box li a:hover span h2 {
	margin-top: 10%;
}

.i3box li a:hover span h4 {
	display: block;
}

.i3box li a:hover span h6 {
	margin-top: 35%;
	filter: alpha(Opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.i3box li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.i3box li a:hover span h6 line {
	width: 100px;
	transition-delay: 0.3s;
}

@media screen and (max-width: 1440px) {
	.i3box li a span h2 {
		font-size: 1.5rem;
		margin-top: 50%;
	}

	.i3box li a span h3 {
		font-size: 20px;
	}

	.i3box li a span h4 {
		font-size: 14px;
	}
}

@media screen and (max-width: 1360px) {
	.plan-main .text {
		margin-left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.i3box li a span h2 {
		font-size: 0.875rem;
		margin-top: 50%;
	}

	.i3box li a span h3 {
		font-size: 1.125rem;
	}

	.i3box li a:hover span h6 {
		margin-top: 20%;
	}

	.i3box li a:hover span h6 line {
		width: 50px;
	}

	.i3box li a span h4 {
		width: 70%;
	}
}

@media screen and (max-width: 960px) {
	.i3box li {
		width: 100%;
		float: none;
	}

	.i3box li a img {
		max-height: auto;
	}

	.i3box li a span h2 {
		font-size: 1.625rem;
		margin-top: 50%;
	}

	.i3box li a span h3 {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 640px) {
	.i3box li a span h2 {
		font-size: 1rem;
	}

	.i3box li a span h3 {
		font-size: 1.5rem;
	}

}


/*解决方案*/
.page-advantage {}

.list-protech {
	padding: 100px 0
}

.protech-item {
	position: relative;
	height: 360px;
	padding: 0 60px
}

.protech-item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff;
	opacity: .4
}

.protech-item:last-of-type::before {
	display: none
}

.protech-item__ico {
	width: 68px;
	background-color: #fff;
	border-radius: 50%
}

.protech-item__ico::before {
	padding-top: 100%
}

.protech-item__title {
	height: 3.9em;
	margin-top: 1em;
	font: 700 24px/1.3 "Montserrat";
	color: #fff
}

.protech-item__desc {
	font: 400 14px/20px "Montserrat";
	color: #fff
}

@media only screen and (min-width: 2560px) and (max-width: 3560px) {
    .inpage-menu .menu-list li a {
        font-size: 0.75rem;
    }
    .list-filtrate li {
        font-size: .75rem;
    }
    .i3box li a span h2 {
        margin-top: 50%;
    }
    .i3box li a span{
        height:100%;
    }
}
@media (max-width: 1600px) {
	.protech-item {
		padding-right: 40px;
		padding-left: 40px
	}

	.protech-item__title {
		font-size: 1.25rem
	}
}

@media (max-width: 1400px) {
	.protech-item__title {
		font-size: 1rem
	}
}

@media (max-width: 1200px) {
	.list-protech {
		padding: 60px 0
	}

	.protech-item {
		height: 240px
	}

	.list-protech>li {
		width: 50%
	}

	.list-protech>li:nth-of-type(n+3) {
		margin-top: 40px
	}
}

@media (max-width: 768px) {

	.protech-item {
		height: auto
	}

	.protech-item__title {
		height: auto
	}

	.protech-item__desc {
		margin-top: 10px
	}

	.list-protech>li {
		width: 100%
	}

	.list-protech>li:nth-of-type(n+2) {
		margin-top: 60px
	}
}

@media (max-width: 640px) {
	.protech-item {
		padding-right: 20px;
		padding-left: 20px
	}
}

/*相关案例*/
.related-case {
	padding-bottom: 3rem;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {
	.wd-title {
		font-size: 2rem;
	}

	.page-content .container {
		margin: 10px auto;
		padding: 30px 30px;
	}

	.cases-process .section-title {
		font: 700 26px/1.25 "Montserrat";
		color: #333;
	}

	.list-casesp>li {
		width: 33.3333%;
	}

	.list-casesp>li:nth-of-type(n+3) {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.pagebanner-slide,
	.pagebanner-slide .swiper-slide a {
		top: 0px;
		height: 260px;
	}
}

@media only screen and (max-width: 640px) {
    .page-content {
        min-height: 40vh;
        padding: 2rem 0px 6rem 0px;
        background: #F5F7F9;
    }
    .page-content .container {
        width: 94%;
        max-width: 1430.016px;
    }
    .page-cooperation .container {
        width: 94%;
        max-width: 1430.016px;
    }
	.page-servers {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	.pagebanner-slide .swiper-button-next,
	.pagebanner-slide .swiper-button-prev {
		display: none;
	}
	.page-servers .container {
        width: 90%;
        max-width: 100%;
    }
    .page-content .container span,.page-content .container td{
        font-size:1.2rem!important;
    }
}


@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}
