.banner {
	width: 100%;
	float: left;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300a0e9'%2F%3E%3C%2Fsvg%3E")
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300a0e9'%2F%3E%3C%2Fsvg%3E");
}
.banner img {
	width: 100%;
}
.server-wrap {
	width: 100%;
	float: left;
	padding: 70px 0 0;
	position: relative;
}
.title-div {
	text-align: center;
}
.title-div > span {
	color: #222222;
	font-size: 28px;
	display: inline-block;
	font-weight: bolder;
}
.title-div > div {
	/* display: inline-block; */
    /* text-align: left; */
	position: relative;
	top: 5px;
	margin-top: -4px;
	border-top: 1px solid #f5a004;
}
.title-div > div > i {
	color: #00a0e9;
	font-size: 20px;
	line-height: 20px;
}
.title-div > div > p {
	color: #f5a004;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border-top: 1px solid #f5a004;
	padding-top: 9px;
	font-weight: bold;
}
.morebtn p{width:47px;height:27px;display:inline-block; background-color:#fff; border-radius:15px; padding:1px; position:relative;}

.morebtn p span{width:25px;height:25px; display:inline-block; border-radius:100%; background-color:#002a6d;-webkit-transition: all .3s ease-in;

    -moz-transition: all .3s ease-in;

    -ms-transition: all .3s ease-in;

    -o-transition: all .3s ease-in;

    transition: all .3s ease-in;}
.server-child {
	width: 100%;
	border: 1px solid #eeeeee;
	text-align: center;
	padding: 12px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all .4s;
	margin-top: 35px;
}
.server-child > i:nth-of-type(1) {
	color: #aaaaaa;
	font-size: 40px;
	line-height: 40px;
	transition: all .3s;
}
.server-child > i:nth-of-type(2) {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #055fcf;
}
.server-child > p:nth-of-type(1) {
	color: #333333;
	font-size: 20px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
	transition: all .4s;
	top: 0;
}
.server-child > p:nth-of-type(2) {
	text-transform: uppercase;
	color: #777777;
	font-size: 16px;
	position: relative;
	z-index: 10;
	transition: all .4s;
	top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.server-child:hover > i:nth-of-type(2) {
	height: 100%;
}
.server-child:hover > i:nth-of-type(1) {
	opacity: 0;
}
.server-child:hover > p:nth-of-type(1) {
	color: #fff;
	top: -5px;
}
.server-child:hover > p:nth-of-type(2) {
	color: #fff;
	top: -7px;
}
.server-child:hover {
	/* background-color: #055fcf; */
}
.case-wrap {
	padding: 100px 0 0;
	width: 100%;
	float: left;
	position: relative;
}
.paging {
	width: 100%;
	margin: 30px 0 80px;
}
.paging .swiper-pagination {
	width: 100%;
}
.paging .swiper-pagination-bullet {
	width: 30px;
	height: 10px;
	border-radius: 40px;
	transition: all .5s;
	margin: 0 5px;
	background-color: #055fcf;
}
.paging .swiper-pagination-bullet-active {
	width: 50px;
}
#swiper2 .swiper-slide img {
	width: 100%;
}
#swiper2 .swiper-slide {
	position: relative;
}
.case-child {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	transition: all .4s
}
.case-child>p:nth-of-type(1) {
	line-height: 38px;
	padding-right: 40px;
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 100px;
	left: 40px;
	transition: all .4s;
}
.case-child>a {
	color: #055fcf;
	font-size: 16px;
	position: absolute;
	bottom: 70px;
	left: 40px;
}
.case-child>p:nth-of-type(2) {
	position: absolute;
	bottom: 60px;
	left: 40px;
	color: #e9e9e9;
	font-size: 14px;
	opacity: 0;
	transition: all .4s;
	width: calc(100% - 80px);
}
.case-child:hover {
	background: rgba(0,0,0,.75);
}
.case-child:hover >p:nth-of-type(1) {
	bottom: 170px;
}
.case-child:hover >p:nth-of-type(2) {
	bottom: 110px;
	opacity: 1;
}
.about-wrap {
	width: 100%;
	float: left;
	padding: 100px 0;
	position: relative;
	background: #055fcf;
}
.about-wrap .title-div {
	margin-bottom: 40px;
}
.about-wrap .title-div > span, .about-wrap .title-div > div > i, .about-wrap .title-div > div > p {
	color: #fff;
}
.about-wrap .container > .row > .col-md-12 > p {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	display: block;
	margin-bottom: 30px;
	text-indent: 27px;
}
.about-wrap .col-md-12 > .row > .col-md-3 > b {
	font-size: 60px;
	color: #fff;
	font-weight: normal;
	line-height: 60px;
}
.about-wrap .col-md-12 > .row > .col-md-3 > p {
	color: #f5a004;
	font-size: 14px;
}
.about-wrap .col-md-12 > .row > .col-md-3 {
	text-align: center;
}
.about-right {
	width: 100%;
	position: relative;
}
.about-right > img {
	width: 100%;
	float: none;
}
.about-right > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px
}
.about-right > div > div {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	position: relative;
	text-align: center;
}
.about-right > div > div > div {
	position: absolute;
	width: 100%;
	height: auto;
	top: -9%;
	left: -51%;
	transform: translate(50%, 50%);
}
.about-right > div > div > div >img {
	float: none;
	margin-bottom: 15px;
}
.about-right > div > div > div > p {
	color: #0560cf;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}
.h_C {
	margin-top: 45px;
}
.h_productC dl, .h_caseC dl {
	margin-bottom: 0;
}
.h_productC dl a {
	display: block;
	padding: 40px 25px;/* border: 1px solid #ddd; */
	margin: 0px 14px;
	position: relative;
}
.h_productC dl a dd h5 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
*
	white-space:nowrap;
	position: relative;
	color: #333333;
	padding-bottom: 40px;
	height: 60px;
}
.h_productC dl a dd p {
	font-size: 12px;
	color: #797979;
	line-height: 22px;
	height: 0px;
	overflow: hidden;
	margin: 23px 0 25px;
	position: relative;
	z-index: 2;
}
.h_productC dl a dt {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.h_productC dl font {
	background-color: #b2b2b3;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	display: block;
	left: 0;
}
.h_productC dl a:hover font {
	height: 100%;
}
.h_productC dl a:hover h5, .h_productC dl a:hover p {
	color: #ffffff;
	z-index: 2;
}
.h_productC dl:nth-child(1), .h_productC dl:nth-child(2), .h_productC dl:nth-child(3), .h_productC dl:nth-child(4) {
	border-bottom: 10px solid #f7f7f7;
}
.news-wrap {
	width: 100%;
	padding: 100px 0;
	float: left;
	position: relative;
}
.news-wrap .title-div {
	margin-bottom: 40px;
}

.h_newC dl dt {
}
.h_newC dl dt h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	*
	white-space: nowrap;
	white-space:nowrap;
	font-weight: 100;
	line-height: 40px;
	color: #333333;
}
.h_newC dl dt .pic {
    display: inline-block;
}
.h_newC dl dt .pic img {display: block;}
.h_newC dl dd time, .newmain time {
	display: block;
	margin: 2px 0;
	color: #9b9b9b;
}
.h_newC dl dd time b, .promain time span b, .newmain time span b {
	font-weight: 100;
}
.h_newC dl dd time i {
	width: 0;
	display: inline-block;
	height: 12px;
	background: url(../../index/img/line.jpg) no-repeat center left;
}
.h_newC dl dd article {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #9b9b9b;
	font-size: 12px;
}
.h_newC dl a:hover dd time i {
	width: 35px;
}
.h_newC dl a:hover dd time b, .promain time span b, .newmain time span b {
	color: #055fcf;
}
.h_newC dl .morebtn {
	margin-top: 20px;
	position: relative;
}
.h_newC dl .morebtn p {
	background-color: #a2a1a7;
}
.h_newC dl .morebtn p span {
	background-color: #fff;
}
.h_newC dl a:hover .morebtn p {
	background-color: #002a6d;
}
.h_newC dl a:hover dt {
	margin-left: 20px;
}
 @media screen and (max-width: 1440px) {
.case-child:hover >p:nth-of-type(1) {
	bottom: 180px;
}
}
@media screen and (max-width: 1200px) {
.case-child:hover >p:nth-of-type(2) {
	font-size: 12px;
}
.case-child>p:nth-of-type(1) {
	font-size: 20px;
	line-height: 34px;
}
.case-child:hover >p:nth-of-type(1) {
	bottom: 140px;
}
}
@media screen and (max-width: 991px) {
.server-child > p:nth-of-type(2) {
	display: none;
}
.server-child > p:nth-of-type(1) {
	font-size: 14px;
}
.server-wrap {
	padding-top: 60px;
}
.title-div > div {
	margin-top: 0;
}
.server-child:hover {
	background: none;
}
.server-child:hover > p:nth-of-type(1) {
	top: 0;
	color: #333333;
}
.server-child:hover > i:nth-of-type(1) {
	opacity: 1;
}
.server-child > i:nth-of-type(2) {
	display: none;
}
.title-div > span {
	font-size: 28px;
}
.case-wrap {
	padding-top: 60px;
}
.paging {
	width: 100%;
	margin: 10px 0 50px;
}
.about-wrap {
	padding: 60px 0
}
.about-right {
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-child > div:nth-of-type(2) > p {
	display: none;
}
.news-child > div:nth-of-type(2) {
	padding: 20px 15px;
}
.news-child > div:nth-of-type(2) >div>div:first-child>p:first-child {
	font-size: 26px;
	line-height: 28px;
}
.news-child > div:nth-of-type(2) >div>div:first-child>p:nth-of-type(2) {
	font-size: 12px;
}
.news-child > div:nth-of-type(2) >div>div:nth-of-type(2)>p:nth-of-type(2) {
	font-size: 14px;
}
.news-child > div:nth-of-type(2) >div>div:nth-of-type(2)>p:first-child {
	margin-bottom: 0;
}
.news-child > div:nth-of-type(2) > i {
	border-width: 7px 0 7px 7px;
	margin-top: -7px;
}
.news-wrap {
	padding-top: 60px
}
.news-wrap .title-div {
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 767px) {
.banner .swiper-button-next, .swiper-button-prev {
	width: 13px;
	height: 22px;
	margin-top: -11px;
	background-size: 13px 22px;
}
.server-wrap .col-xs-4 {
	padding: 0 5px;
}
.server-wrap .container {
	padding: 0 20px;
}
.server-child > p:nth-of-type(1) {
	font-size: 12px;
	height: 2em;
}
.server-child {
	margin-top: 10px;
	padding: 20px 0;
}
.server-wrap {
	padding-top: 30px;
}
.title-div > span {
	font-size: 22px;
}
.server-child > i:nth-of-type(1) {
	font-size: 30px;
	line-height: 30px;
}
.title-div > div > p {
	font-size: 12px;
}
.title-div > div > i {
	display: block;
	font-size: 16px;
	line-height: 16px;
}
.server-wrap .title-div {
	margin-bottom: 10px;
}
.case-wrap {
	padding-top: 40px;
}
.paging .swiper-pagination-bullet {
	width: 15px;
	height: 5px;
}
.paging .swiper-pagination-bullet-active {
	width: 25px;
}
.paging {
	margin: 5px 0 40px;
}
.case-child:hover >p:nth-of-type(1) {
	bottom: 160px;
}
.about-wrap {
	padding: 30px 0;
}
.about-wrap .title-div {
	margin-bottom: 10px;
}
.about-wrap .container > .row > .col-md-9 > p {
	font-size: 14px;
	line-height: 28px;
}
.about-wrap .col-md-8 > .row > .col-md-3 > b {
	font-size: 28px;
	line-height: 28px;
}
.about-wrap .col-sm-12 .col-xs-3 {
	padding: 0 5px;
}
.about-wrap .col-md-9 > .row > .col-md-3 > p {
	font-size: 12px;
}
.about-right {
	display: none;
}
.news-wrap .row >div .news-child>div:nth-child(3) {
	display: none;
}
.news-wrap .row >div:nth-child(even) .news-child>div:nth-child(1) {
	display: block;
}
.news-child {
	margin-bottom: 15px;
}
.news-wrap {
	padding-top: 30px;
	padding-bottom: 70px;
}
.news-wrap .title-div {
	margin-bottom: 15px;
}
}
