@charset "utf-8";

/*首页*/

@font-face {
	font-family: ONEAN;
	src: url(ONEAN-Regular.otf);
}

@font-face {
	font-family: Lingxun;
	src: url(Lingxun-Serif-Bold.ttf);
}

@font-face {
	font-family: DIN-Bold;
	src: url(DIN-Bold.otf);
}

.flex {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

.bar {
	width: 100%;
	position: relative;
	padding-bottom: 120px;
	background-color: #f9f9f9;
}

.bar .swiper-slide {
	width: 100%;
	height: 960px;
	position: relative;
	overflow: hidden;
}

.bar .swiper-slide .img-box {
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.bar .swiper-slide .img-box .img {
	width: 100%;
	height: 100%;
}

.bar .swiper-button-prev,
.bar .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/index/lt.png);
	left: 7%;
	right: auto;
}

.bar .swiper-button-next,
.bar .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/index/rt.png);
	right: 7%;
	left: auto;
}

.bar .swiper-button-next,
.bar .swiper-button-prev {
	top: 41%;
	width: 40px;
	height: 40px;
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 999;
	margin-top: -20px;
	border-radius: 40px;
	opacity: 0.7;
	transition: all 0.3s;
}

.bar .swiper-button-next:hover,
.bar .swiper-button-prev:hover {
	opacity: 1;
}

.bar .sjx {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	z-index: 99;
}

.bar .bar-pagination {
	bottom: 100px;
}

.bar .bar-pagination .swiper-pagination-current {
	color: #fff;
	display: block;
	font-family: ONEAN;
}

.bar .bar-pagination .swiper-pagination-total {
	color: #fff;
	font-family: ONEAN;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	padding-top: 4px;
}

.bar .index5-wrap {
	position: absolute;
	width: 84%;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	background-color: #fff;
	height: 200px;
	box-shadow: 2px 2px 6px 0 rgba(160, 157, 157, 0.4);
	transition: all 0.3s;
}

.bar .index5-wrap:hover {
	box-shadow: 6px 6px 10px 0 rgba(160, 157, 157, 0.5);
}

.bar .index5 {
	width: 100%;
	height: 100%;
}

.bar .index5 .index5-list {
	width: 100%;
	height: 100%;
}

.bar .index5 .index5-list li {
	flex: 0 0 25%;
	height: 100%;
	align-items: center;
	height: 100%;
	align-content: center;
	justify-content: center;
	position: relative;

}

.bar .index5 .index5-list li .num {
	font-size: 72px;
	font-family: DIN-Bold;
	text-align: center;
}

.bar .index5 .index5-list li .num::after {
	content: '';
	width: 1px;
	background-color: #cccccc;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.bar .index5 .index5-list li:last-child .num::after {
	display: none;
}

.bar .index5 .index5-list li .desc {
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 6px;
}


.index2-lt,
.index2-rt {
	display: inline-block;
	vertical-align: middle;
}

.index2-lt {
	width: 65%;
	letter-spacing: 1px;
}

.index2-h {
	font-size: 18px;
	color: #999999;
}

.index2-lt h3 {
	font-size: 36px;
	color: #000;
	padding: 15px 0 25px;
}

.index2-l {
	color: #0891FB;
}

.index2-lt p {
	font-size: 16px;
	line-height: 30px;
}

.index2 {
	font-size: 0;
}

.index2-g {
	color: #0891FB;
}

.index2-rt {
	width: 35%;
	text-align: right;
}

.index2-rt span {
	width: 265px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 26px;
	color: #0891FB;
	letter-spacing: 2px;
	text-align: left;
}

.index2-rt em {
	font-size: 36px;
}

.index2 {
	padding: 45px 0;
}

.index3-wrap {
	width: 100%;
	background: #FAFAFA;
	padding-top: 30px;
}

.index3-list li {
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
	height: 500px;
}

.index3-list li:hover {
	background: #F4F4F4;
}

.index3-icon {
	height: 166px;
	line-height: 166px;
	position: relative;
}

.index3-mask {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
}

.index3-list li:nth-child(2) .index3-mask img {
	margin-top: 15px;
}

.index3-list li:nth-child(4) .index3-mask img {
	margin-left: 75px;
}

.index3-list h5 {
	font-size: 24px;
	color: #000;
	letter-spacing: 1px;
	display: inline-block;
}

.index3-list h6 {
	height: 1px;
	width: 45px;
	margin: 30px auto 0;
}

.index3-list li h6 {
	background: #dcdcdc;
}


.index3-links,
.index3-btn {
	text-align: left;
	width: 185px;
	margin: 29px auto 0;
}

.index3-links a {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #666;
	margin-top: 22px;
}

.index3-list li .index3-links a:hover {
	color: #18a4f0;
}

.index3-btn {
	margin: 0 auto;
	padding-top: 40px;
}

.index3-btn a {
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 10px 36px;
	color: #666;
	border-radius: 35px;
	background-color: #fff;
}

.index3-list li:hover .index3-btn a {
	background-color: #18a4f0;
	color: #fff;
}

.index3-list li:hover h6 {
	width: 200px;
}

.index3-mask img {
	animation: index3 2s infinite linear;
	-webkit-animation: index3 2s infinite linear;
	-moz-animation: index3 2s infinite linear;
	-ms-animation: index3 2s infinite linear;
	-o-animation: index3 2s infinite linear;
}


/* 宣传视频 */

.index-video {
	padding: 50px 0px 0px 10px;
	text-align: center;
}

.index-video video {
	width: 60%;
	outline: none;
}

.index-video .tit {
	line-height: 1.5;
	font-size: 36px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.index-video .tit span:nth-of-type(1) {
	color: #F83878;
}

.index-video .tit span:nth-of-type(2) {
	color: #2FAAFF;
}

.index4-tit1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 8%;
	background-image: url(../img/index/5000+.png);
	background-position: 8% 70px;
	background-repeat: no-repeat;
	height: 200px;
}

.index4-list {
	margin: 0 -25px;
}

.index4-list a {
	display: block;
}

.index4-list li {
	float: left;
	width: 25%;
}

.index4-img {
	position: relative;
}

.index4-img>img {
	width: 100%;
	height: 300px;
}

.index4-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 164, 240, 0.9);
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	opacity: 0;
}

.index4-mask-txt {
	padding: 1.4rem .38rem 0;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background-image: url(../img/index/mask.png);
	background-size: 56px;
	background-repeat: no-repeat;
	background-position: center 0.5rem;
}

.index4-mask-txt h5 {
	font-size: 24px;
}

.index4-mask-txt h6 {
	font-size: 16px;
	margin-top: 12px;
}

.index4-mask-txt p {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	padding-top: 20px;
	-webkit-line-clamp: 4;
}

.index4-mask-icon {
	text-align: right;
	padding-top: 15px;
}

.index4-mask-icon img {
	position: relative;
}

.index4-list a:hover .index4-mask-icon img {
	animation: index4 1.5s infinite;
	-webkit-animation: index4 1.5s infinite;
	-moz-animation: index4 1.5s infinite;
	-ms-animation: index4 1.5s infinite;
}

.index4-list a:hover .index4-mask {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	opacity: 1;
}

.index4-list li:nth-child(1) a:hover .index4-name,
.index4-list li:nth-child(5) a:hover .index4-name {
	background: #00A6FE;
	color: #fff;
}

.index4-list li:nth-child(2) a:hover .index4-name,
.index4-list li:nth-child(6) a:hover .index4-name {
	background: #FF990C;
	color: #fff;
}

.index4-list li:nth-child(3) a:hover .index4-name {
	background: #FD4C84;
	color: #fff;
}

.index4-list li:nth-child(4) a:hover .index4-name {
	background: #FA6205;
	color: #fff;
}

.index4-name {
	color: #000;
	letter-spacing: 1px;
	line-height: 60px;
	padding: 0 20px;
	background: #F6F6F6;
}

.index4-name span {
	font-size: 20px;
}

.index4-name p {
	font-size: 16px;
}

.index7-tabcon {
	display: none;
}

.index4-show {
	display: block !important;
}

.index6 {
	width: 100%;
	height: 700px;
	padding: 0 calc(8% - 10px);
	box-sizing: border-box;
	background-image: url(../img/index/index6-bd.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.index6-tit {
	width: 100%;
	height: 220px;
	background-image: url(../img/index/index6-tit.png);
	background-position: center;
	background-repeat: no-repeat;
}

.index6-list li {
	float: left;
	width: 25%;
}

.index6-list {
	margin: 0 -20px;
}

.index6-list a {
	display: block;
	margin: 0 20px;
}

.index6-img {
	position: relative;
	overflow: hidden;
}

.index6-img>img {
	width: 100%;
	height: 250px;
}

.index6-icon {
	position: absolute;
	width: 100%;
	line-height: 250px;
	height: 250px;
	top: 0;
	text-align: center;
	z-index: 11;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
}

.index6-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.index6-list li .index6-mask {
	background: #18a4f0;
}

.index6-list a:hover .index6-mask {
	opacity: .8;
}

.index6-list a:hover .index6-icon {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

.index6-list a:hover .index6-txt:after {
	width: 100%;
}

.index6-list a:hover .index6-wang {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
}

.index6-list a:hover .index6-wang img {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.index6-wang {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.index6-wang img {
	width: 100%;
	height: 100%;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	opacity: .3;
}

.index6-txt p {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
}

.index6-txt p.over2 {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 6px;
}

.index6-txt {
	background: #f6f6f6;
	position: relative;
	padding: 23px 0;
}

.index6-more {
	width: 130px;
	height: 48px;
	border-radius: 48px;
	display: block;
	margin: 40px auto 0;
	font-size: 14px;
	color: #fff;
	background-color: #18a4f0;
	text-align: center;
	line-height: 48px;
	transition: all 0.3s;
}

.index6-more:hover {
	font-size: 16px;
	/* width: 135px; */
}

.index6-txt:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	text-align: center;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
}

.index6-list li .index6-txt:after {
	background: #3BBDFE;
}

.index6 {
	padding-bottom: 52px;
}

.index7-tab a:hover span {
	color: #18a4f0;
}

.index7-active {
	color: #fff;
	background-color: #18a4f0;
}

.index7-tab a span.index7-active {
	color: #fff;
	background-color: #18a4f0;
}

.index7-tit {
	height: 226px;
}

.index7-tit-lt {
	float: left;
	height: 100%;
	width: 222px;
	background-image: url(../img/index/index-news.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}

.index7-tab {
	margin-top: 102px;
}

.index7-tab a {
	width: 140px;
	height: 42px;
	float: left;
	margin-left: 25px;
	border-radius: 42px;
	overflow: hidden;
}

.index7-tab a span {
	display: block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #f2f4f7;
	border-radius: 42px;
}

.index7-list li {
	float: left;
	width: 33.33%;
	cursor: pointer;
}

.index7-list {
	margin: 0 -22px;
}

.index7-cont {
	margin: 0 15px;
}

.index7-news0 {
	display: block;
	height: 510px;
	overflow: hidden;
}

.index7-img {
	height: 100%;
	position: relative;
}

.index7-mask {
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0;
	background: #f5f8fa;
}

.index7-img img {
	width: 100%;
	height: 70%;
}

.index7-mask-con {
	color: #333;
	padding: 30px 25px 0;
	letter-spacing: 1px;
	box-sizing: border-box;
	width: 100%;
}


.index7-mask-txt {
	width: 100%;
}

.index7-mask-txt p {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index7-img:hover p.over {
	color: #18a4f0;
}

.index7-mask-txt p.over2 {
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	white-space: normal;
	margin-top: 12px;
	line-height: 2;
}

.index7-mask-icon {
	padding-top: 20px;
	font-size: 40px;
}

.index7-img:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.index7-img:hover .index7-mask-icon {
	animation: fadeInLeft 2.5s;
	-webkit-animation: fadeInLeft 2.5s;
	-moz-animation: fadeInLeft 2.5s;
	-ms-animation: fadeInLeft 2.5s;
}

.index7-news1-con {
	padding: 0 50px;
}

.index7-news1-con h5 {
	font-size: 16px;
	color: #333;
	padding-top: 32px;
}

.index7-news1-con p {
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	height: 48px;
	margin: 20px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*.index7-news1-con p:after {
	content:"...";
	position:absolute;
	bottom:0;
	right:0;
}*/

.index7-date {
	font-size: 0;
	text-align: center;
	color: #666666;
	font-family: DIN-Bold;
}

.index7-date strong,
.index7-n-t strong {
	font-size: 36px;
	color: #666666;
	display: block;
	padding-bottom: 10px;
}

.index7-date span,
.index7-n-t span {
	font-size: 14px;
}

.index7-time {
	padding-top: 25px;
	border-top: 1px solid #F3F3F3;
}

.index7-time-icon {
	padding-top: 15px;
	font-size: 35px;
	color: #666;
}

.index7-cont .index7-news1 {
	margin-bottom: 20px;
	display: block;
	background: #f5f8fa;
	height: 245px;
	letter-spacing: 1px;
}

.index7-cont .index7-news1:last-child {
	margin-bottom: 0;
}

.index7-cont .index7-news1:hover .index7-news1-con h5,
.index7-news3:hover .index7-n-txt h6 {
	color: #18a4f0;
}

.index7-cont .index7-news1:hover .index7-time-icon,
.index7-news3:hover .index7-n-i {
	color: #18a4f0;
	animation: fadeInLeft 2.5s;
	-webkit-animation: fadeInLeft 2.5s;
	-moz-animation: fadeInLeft 2.5s;
	-ms-animation: fadeInLeft 2.5s;
}

.index7-cont .index7-news1:hover,
.index7-news3:hover {
	box-shadow: 0 0 20px #ddd;
}

.index7-news3 {
	display: block;
	padding: 0 45px;
	height: 156px;
	margin-bottom: 21px;
	background: #f5f8fa;
}

.index7-cont .index7-news3:last-child {
	margin-bottom: 0;
}

.index7-cont .index7-news3:nth-of-type(3) {
	margin-bottom: 0;
}

.index7-n-t {
	padding-right: 32px;
	border-right: 1px solid #F8F8F8;
	margin-top: 40px;
}

.index7-n-txt {
	width: 72%;
}

.index7-n-txt h6 {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: #000;
	letter-spacing: 1px;
	-webkit-line-clamp: 2;
	padding-top: 30px;
}


/*.index7-n-txt h6:after {
	content:"...";
	position:absolute;
	bottom:0;
	right:0;
}*/

.index7-n-i {
	padding-top: 5px;
	display: inline-block;
	font-size: 35px;
	color: #666;
}

.index7-n-t {
	font-size: 0;
	color: #666666;
	font-family: DIN-Bold;
}

.index7-n-t strong:after {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	content: "";
	display: block;
	height: 1px;
	width: 10px;
	background: #E5E5E5;
	margin-top: 10px;
}

.index7-news3:hover .index7-n-t strong:after {
	width: 40px;
	background: #18a4f0;
}

.index7-wrap {
	padding-bottom: 40px;
}

.index8-list {
	margin: 0 -10px;
}

.index8 {
	background-color: #fafafa;
	padding: 0 8%;
	box-sizing: border-box;
}

.index8-tit {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/index/index8-tit.png);
}

.index8-list li {
	float: left;
	width: 16.66%;
	text-align: center;
	padding-top: 14px;
}

.index8-img {
	margin: 0 7px;
	height: 120px;
	max-width: 100%;
	line-height: 120px;
	border: 1px solid #EFEFEF;
	position: relative;
	background-color: #fff;
	position: relative;
}

.index8-img .bdimg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
}

.index8-img img {
	max-width: 100%;
	max-height: 100%;
}

.index8-img span {
	position: absolute;
	background: #DEDEDE;
	-webkit-transition: all 1s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all 1s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all 1s cubic-bezier(.25, .46, .45, .94);
	transition: all 1s cubic-bezier(.25, .46, .45, .94);
}

.index8-x1 {
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
}

.index8-x2 {
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
}

.index8-x3 {
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
}

.index8-x4 {
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
}

.index8-img:hover .index8-x3,
.index8-img:hover .index8-x1 {
	width: 100%;
}

.index8-img:hover .index8-x3 {}

.index8-img:hover .index8-x2,
.index8-img:hover .index8-x4 {
	height: 100%;
}

.index8-img:hover img {
	animation: zoomIn 2.5s;
	-webkit-animation: zoomIn 2.5s;
	-moz-animation: zoomIn 2.5s;
	-ms-animation: zoomIn 2.5s;
	-o-animation: zoomIn 2.5s;
}

.index8-img:hover img.bdimg {
	display: none;
}

.index8 {
	padding-bottom: 70px;
}

.index-logo {
	width: 328px;
	height: 154px;
	background-image: url(../img/index/index-logo.png);
	background-repeat: no-repeat;
	background-position: center;

}


/*
 * 
 * 
 * 
 * 
 * 网站建设
 * 
 * 
 * 
 * */

.cms1 {
	width: 100%;
	height: 550px;
	position: relative;
}

.cms1>img {
	width: 100%;
	height: 100%;
}

.cms1-txt {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	color: #000;
	top: 235px;
	color: #fff;
	letter-spacing: 2px;
	transition: all .3s;
}


.cms1-txt h3 {
	font-size: 42px;
}

.cms1-txt h6 {
	font-size: 24px;
	padding-top: 42px;
}

.cms1-jian {
	left: 8%;
	bottom: 78px;
}

.cms2 {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	padding: 18px 0;
}

.cms2 a {
	color: #000;
	display: inline-block;
	padding: 0 5px;
}

.cms2 a:hover {
	color: #00A6FE;
}

.cms-active {
	color: #00A6FE !important;
}

.cms3-wrap {
	width: 100%;
	background: #F6F6F6;
}

.cms3-tit h6 {
	font-size: 18px;
	color: #999;
	letter-spacing: 1px;
}

.cms3-tit h3 {
	font-size: 36px;
	color: #000;
	letter-spacing: 1px;
	padding-top: 16px;
}

.cms3-tit h3:after {
	content: "";
	display: block;
	width: 62px;
	height: 1px;
	background: #18a4f0;
	margin-top: 25px;
}

.cms3-tit {
	padding: 46px 0 36px;
}

.cms3-list li {
	float: left;
	width: 33.33%;
	padding-bottom: 38px;
}

.cms3-list,
.c4-list {
	margin: 0 -30px;
}

.cms3-cont,
.c4-cont {
	display: block;
	margin: 0 30px;
}

.c3-img {
	width: 100%;
	height: 240px;
	line-height: 240px;
	position: relative;
	overflow: hidden;
}

.c3-img>img {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	width: 100%;
	height: 100%;
}

.c3-txt {
	background: #fff;
	padding: 0 30px;
	height: 150px;
}

.c3-txt-tit {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 30px;
}

.c3-txt-tit i {
	background: url(../img/index/back.png) 0 0 no-repeat;
	width: 32px;
	height: 9px;
	margin-top: 5px;
}

.c3-txt p {
	position: relative;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	line-height: 24px;
	height: 48px;
	padding-top: 22px;
	-webkit-line-clamp: 2;
}


/*.c3-txt p:after {
	content: '...';
	position:absolute;
	bottom:0;
	right:0;
}*/

.c3-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 240px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}

.cms3-cont:hover .c3-mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.cms3-cont:hover .c3-mask img {
	animation: index3 1.5s;
	-webkit-animation: index3 1.5s;
	-moz-animation: index3 1.5s;
	-ms-animation: index3 1.5s;
}

.cms3-list li .cms3-cont:hover .c3-txt {
	background: #18a4f0;
}

.cms3-cont:hover .c3-txt-tit {
	color: #fff;
}

.cms3-cont:hover .c3-txt p {
	color: #fff;
}

.cms3-cont:hover .c3-txt-tit i {
	background: url(../img/index/white.png) 0 0 no-repeat;
}

.cms3-cont:hover .c3-img>img,
.c4-cont:hover .c4-img>img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.cms3 {
	padding-bottom: 10px;
}

.c4-list li {
	float: left;
	width: 33.33%;
}

.c4-img {
	width: 100%;
	height: 280px;
	line-height: 280px;
	text-align: center;
	overflow: hidden;
}

.c4-img img {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	width: 100%;
	height: 100%;
}

.c4-txts {
	padding: 0 30px;
	height: 165px;
	background: #F6F6F6;
	letter-spacing: 1px;
}

.c4-txts h5 {
	font-size: 18px;
	color: #000;
	padding-top: 25px;
}

.c4-txts p {
	font-size: 14px;
	line-height: 24px;
	/*height: 48px;*/
	color: #666;
	padding-top: 20px;
	-webkit-line-clamp: 2;
}

.c4-look {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 15px;
}

.c4-look em {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}

.c4-cont:hover .c4-txts h5 {
	color: #18a4f0;
}

.c4-cont:hover .c4-look {
	color: #000;
	font-size: 16px;
}

.c4-cont:hover .c4-look em {
	font-size: 24px;
}

.c4-cont:hover,
.hweb5-con:hover {
	box-shadow: 0 0 20px #999;
	margin-top: -10px;
}

.cms4 {
	padding-bottom: 42px;
}

.cms5-wrap {
	width: 100%;
	background: #F6F6F6;
}

.c5-list li {
	float: left;
	width: 20%;
	text-align: center;
}

.c5-list {
	margin: 0 -20px;
}

.c5-cont {
	margin: 0 20px;
	height: 300px;
	background: #fff;
	letter-spacing: 1px;
	box-shadow: 0 0 5px #DCDCDC;
}

.c5-img {
	line-height: 150px;
}

.c5-cont h5 {
	font-size: 20px;
	color: #000;
}

.c5-cont h5:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	height: 1px;
	width: 40px;
	background: #BFBFBF;
	text-align: center;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.c5-cont:hover {
	box-shadow: 0 0 20px #999;
}

.c5-cont:hover h5:after {
	width: 80px;
	background: #18a4f0;
}

.c5-cont:hover h5 {
	color: #18a4f0;
}

.c5-cont p {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	color: #666;
	padding: 20px 26px 0;
	-webkit-line-clamp: 3;
}

.cms5-wrap {
	padding-bottom: 55px;
}

.c6-list li {
	float: left;
	width: 25%;
	padding-bottom: 20px;
}

.c6-list {
	margin: 0 -10px;
}

.c6-cont {
	display: block;
	margin: 0 10px;
	padding: 0 30px;
	height: 150px;
	border: 1px solid #DDDDDD;
}

.c6-cont p {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	color: #000;
	letter-spacing: 1px;
	padding-top: 25px;
	height: 85px;
	-webkit-line-clamp: 2;
}

.c6-time span {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.c6-time img {
	padding-top: 3px;
}

.c6-cont:hover {
	border-color: #18a4f0;
}

.c6-cont:hover p {
	color: #18a4f0;
}

.cms6 {
	padding-bottom: 16px;
}


/*
 
 * 
 * 
 * 微信小程序
 * 
 * 
 * 
 * */

.wa2-wrap {
	width: 100%;
	background: #F6F6F6;
}

.wa3 h3,
.wa7-tit h3 {
	font-size: 36px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	padding: 48px 0 40px;
}

.wa3 h3:after,
.wa5-tit h5:after,
.wa7-tit h3:after {
	content: "";
	display: block;
	width: 65px;
	height: 2px;
	margin: 30px auto 0;
	background: #17B3F4;
}

.wa3-txts p {
	font-size: 16px;
	line-height: 48px;
	color: #000;
	text-indent: 2em;
	letter-spacing: 1px;
	text-align: center;
}

.wa3-txts {
	padding: 45px 75px;
	border: 1px dashed #E1E1E1;
}

.wa3 {
	padding-bottom: 48px;
}

.wa4-list li {
	float: left;
	width: 25%;
	text-align: center;
}

.wa4-list {
	margin: 0 -25px;
}

.wa4-cont {
	margin: 0 25px;
	border: 1px solid #D9D9D9;
	height: 260px;
	letter-spacing: 1px;
	cursor: pointer;
}

.wa4-cont:hover,
.wa7-cont:hover,
.h_2-cont:hover,
.scweb5-con:hover {
	animation: pulse 2s;
	-webkit-animation: pulse 2s;
	-moz-animation: pulse 2s;
	-ms-animation: pulse 2s;
	-o-animation: pulse 2s;
	box-shadow: 0 0 15px #999;
}

.wa4-img {
	height: 130px;
	line-height: 130px;
}

.wa4-cont h5 {
	font-size: 24px;
	color: #000;
}

.wa4-cont p {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 35px 0;
	color: #666;
}

.wa4 {
	padding-bottom: 48px;
}

.wa5-tit h5 {
	font-size: 36px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 38px 0 42px;
}

.wa5-list li {
	float: left;
	width: 16.66%;
	text-align: center;
}

.wa5-cont {
	display: block;
	color: #fff;
	letter-spacing: 1px;
}

.wa5-cont:hover {
	animation: swing 2s;
	-webkit-animation: swing 2s;
	-moz-animation: swing 2s;
	-ms-animation: swing 2s;
	-o-animation: swing 2s;
}

.wa5-cont h6 {
	font-size: 20px;
	padding-top: 24px;
}

.wa5-cont p {
	font-size: 16px;
	line-height: 24px;
	padding: 15px 40px 0;
}

.wa5-warp {
	padding-bottom: 50px;
}

.wa6-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-bottom: 50px;
}

.wa6-list {
	margin: 0 -30px;
}

.wa6-cont {
	margin: 0 30px;
	height: 300px;
	background: #F2F2F2;
}

.wa6-icon {
	height: 150px;
	line-height: 150px;
}

.wa6-cont {
	letter-spacing: 1px;
}

.wa6-cont:hover {
	animation: tada 2s;
	-webkit-animation: tada 2s;
	-moz-animation: tada 2s;
	-ms-animation: tada 2s;
	-o-animation: tada 2s;
}

.wa6-cont h5 {
	font-size: 24px;
	color: #000;
}

.wa6-cont p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 30px 115px 0;
}

.wa6 {
	padding-top: 50px;
}

.wa7-wrap {
	width: 100%;
	background: #F6F6F6;
}

.wa7-list li {
	float: left;
	width: 25%;
	text-align: center;
}

.wa7-list {
	margin: 0 -25px;
}

.wa7-cont {
	margin: 0 25px;
	background: #fff;
	padding: 0 30px;
	height: 388px;
}

.wa7-img {
	height: 115px;
	line-height: 115px;
}

.wa7-cont {
	letter-spacing: 1px;
}

.wa7-cont h6 {
	font-size: 24px;
}

.wa7-cont p {
	font-size: 16px;
	line-height: 24px;
	height: 192px;
	color: #666;
	text-align: left;
	padding-top: 30px;
	-webkit-line-clamp: 8;
}

.wa7 {
	padding-bottom: 35px;
}


/*
 * 
 * 
 * H5开发
 * 
 * 
 * 
 */

.h_1-lt {
	width: 38%;
}

.h_1-lt img {
	width: 100%;
	height: 400px;
}

.h_1-rt {
	width: 58%;
	letter-spacing: 1px;
}

.h_1-tit h5 {
	font-size: 24px;
	color: #000;
}

.h_1-tit h6 {
	font-size: 16px;
	color: #000;
	padding-top: 12px;
}

.h_1-tit h6:after {
	content: "";
	display: block;
	width: 62px;
	height: 1px;
	background: #00A4F2;
	margin-top: 22px;
}

.h_1-rt p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-top: 25px;
	-webkit-line-clamp: 4;
}

.h_1-bttit {
	padding-top: 50px;
}

.h_1 {
	padding-bottom: 70px;
}

.h_2-wrap,
.h_4-wrap {
	width: 100%;
	background: #F6F6F6;
}

.h_2-list li {
	float: left;
	width: 25%;
	text-align: center;
}

.h_2-list {
	margin: 0 -25px;
}

.h_2-cont {
	margin: 0 25px;
	padding: 0 28px;
	background: #fff;
	height: 300px;
	letter-spacing: 1px;
}

.h_2-img {
	height: 145px;
	line-height: 145px;
}

.h_2-cont h5 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 20px;
	height: 70px;
}

.h_2-cont p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	text-align: left;
	-webkit-line-clamp: 3;
}

.h_2-wrap {
	padding-bottom: 50px;
}

.h_3-img img {
	width: 100%;
}

.h_3-img {
	box-shadow: 0 0 10px #999;
}

.h_3 {
	padding-bottom: 60px;
}


/*
 
 * 
 * 
 * 平台开发
 * 
 * 
 * */

.cpd1-tit {
	text-align: center;
	letter-spacing: 1px;
	padding: 48px 0;
}

.cpd1-tit h3 {
	font-size: 36px;
	color: #000;
}

.cpd1-tit h3:after {
	content: "";
	display: block;
	width: 68px;
	height: 1px;
	background: #E5E5E5;
	margin: 35px auto;
}

.cpd1-tit h6 {
	font-size: 20px;
	color: #666;
}

.cpd1-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-bottom: 45px;
}

.cpd1-list {
	margin: 0 -25px;
}

.cpd1-cont {
	margin: 0 25px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.cpd1-cont>img {
	width: 100%;
	height: 100%;
}

.cpd1-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, .5);
}

.cpd1-icon {
	height: 125px;
	line-height: 125px;
}

.cpd1-mask h6 {
	font-size: 24px;
}

.cpd1-mask p {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	font-size: 16px;
	line-height: 30px;
	padding: 25px 35px 0;
	text-align: left;
}

.cpd1-cont:hover .cpd1-mask p {
	-webkit-animation: masked-animation 5s linear .2s;
	animation: masked-animation 5s linear .2s;
	-moz-animation: masked-animation 5s linear .2s;
	-ms-animation: masked-animation 5s linear .2s;
	-o-animation: masked-animation 5s linear .2s;
}

.cpd1-cont:hover>img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.cpd1-cont:hover .cpd1-icon img {
	animation: tada 2s;
	-webkit-animation: tada 2s;
	-moz-animation: tada 2s;
	-ms-animation: tada 2s;
	-o-animation: tada 2s;
}

.cpd1-mask p {
	text-align: center;
	background-image: -webkit-linear-gradient(left, #fff 25%, #18a4f0 75%, #FAF802);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
}

.cpd2-tit {
	padding: 76px 0 252px;
}

.cpd2-tit h3 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.cpd2-tit h3:after {
	content: "";
	display: block;
	height: 1px;
	width: 70px;
	background: #fff;
	margin: 35px auto 0;
}

.cpd2 {
	position: relative;
}

.cpd2-pst-wrap {
	position: absolute;
	width: 100%;
	top: 200px;
	background: #fff;
	box-shadow: 0 0 5px #DCDCDC;
}

.cpd2-pst {}

.cpd2-list {
	padding: 18px 36px;
}

.cpd2-list li {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	border-bottom: 1px dashed #DCDCDC;
}

.cpd2-list li:last-child {
	border-bottom: 0;
}

.cpd2-list p {
	padding: 20px 0 18px;
}

.cpd2-list li:nth-child(2n) p {
	padding-left: 60px;
}

.cpd2-list li:nth-child(2n-1) p {
	padding-right: 60px;
}

.cpd2-wrap {
	margin-bottom: 260px;
}


/*
 
 * 
 * 
 * 
 * 案例
 * 
 * 
 * 
 * */

.cases-bannertxt {
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

.cases-bannertxt h3 {
	font-size: 42px;
}

.cases-bannertxt h6 {
	font-size: 24px;
	line-height: 36px;
	padding-top: 26px;
}

.cases-list {
	display: inline-block;
	padding-top: 70px;
}

.cases-list li {
	float: left;
	padding: 0 95px;
}

.cases-list p {
	font-size: 22px;
	padding-bottom: 40px;
}

.cases-list em {
	font-size: 90px;
}

.cases-list span {
	font-size: 72px;
	display: inline-block;
	padding-left: 8px;
}

.cases2-tablist li {
	float: left;
	width: 25%;
	position: relative;
}

.cases2-tabs {
	display: block;
	padding: 0 35px;
	background: #F6F6F6;
	color: #000;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	border-right: 1px solid #E5E5E5;
}

.cases2-tabla {
	display: block;
	background: #F6F6F6;
	color: #000;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.cases2-tablist li:last-child .cases2-tabs {
	border-right: 0;
}

.cases2-tabs i {
	display: inline-block;
	border-color: #5B5755 #F6F6F6 #F6F6F6 #F6F6F6;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	height: 0;
	width: 0;
	margin-top: 30px;
}

.cases2-i {
	border-color: #fff #18a4f0 #18a4f0 #18a4f0 !important;
}

.cases2-cl {
	display: inline-block;
	vertical-align: middle;
	color: #FE002F;
	padding-left: 5px;
}

.cases2-active {
	background: #18a4f0 !important;
	color: #fff !important;
}

.cases2-sel {
	position: absolute;
	width: 100%;
	font-size: 0;
	background: #F6F6F6;
	height: 240px;
	overflow-y: auto;
	display: none;
	z-index: 999;
}

.cases2-sel a {
	display: block;
	font-size: 20px;
	color: #000;
	padding-left: 35px;
	line-height: 60px;
}

.cases2-sel a:hover {
	color: #fff;
	background: #18a4f0;
}

.cases2-conlist li {
	float: left;
	width: 33.33%;
	padding-bottom: 40px;
}

.cases2-conlist {
	margin: 0 -25px;
	padding-top: 50px;
	padding-bottom: 20px;
}

.cases2-con {
	display: block;
	margin: 0 25px;
}

.cases2-con:hover .cases2-img img {
	transform: scale(1.05);
}

.cases2-con:hover .cases2-txt h5 {
	color: #18a4f0;
	margin-left: 10px;
}

.cases2-img {
	height: 300px;
	overflow: hidden;
}

.cases2-img img {
	width: 100%;
	height: 100%;
}

.cases2-txt {
	height: 150px;
	background: #F6F6F6;
	padding: 0 30px;
	letter-spacing: 1px;
}

.cases2-txt h5 {
	color: #000;
	font-size: 20px;
	padding-top: 20px;
}

.cases2-txt p {
	font-size: 14px;
	color: #999999;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
	padding-top: 5px;
}

.cases2-txt span {
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding-top: 15px;
}

.cases2 {
	/*padding-bottom: 60px;*/
}


/*
 
 * 
 * 方案
 * 
 * 
 * */

.plan1-lt {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
}

.plan1-lt a {
	color: #000;
	display: inline-block;
	padding: 0 5px;
}

.plan1-lt a:hover {
	color: #00A6FE;
}

.plan1-rt {
	font-size: 16px;
	color: #00A6FE;
}

.plan1-rt span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.plan1 {
	padding: 18px 0;
}

.plan2-wrap {
	width: 100%;
	background: #f6f6f6;
}

.plan2-list li {
	float: left;
	width: 33.33%;
	padding-bottom: 20px;
}

.plan2-list {
	margin: 0 -10px;
}

.plan2-con {
	display: block;
	margin: 0 10px;
}

.plan2-img {
	height: 340px;
	position: relative;
	overflow: hidden;
}

.plan2-img>img {
	width: 100%;
	height: 100%;
}

.plan2-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 340px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
}

.plan2-mask img {
	margin-right: 450px;
}

.plan2-txt {
	height: 190px;
	padding: 0 32px;
	background: #fff;
	letter-spacing: 1px;
}

.plan2-txt h6 {
	font-size: 22px;
	color: #000;
	padding-top: 30px;
}

.plan2-txt p {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #666;
	padding-top: 22px;
	-webkit-line-clamp: 2;
}

.plan2-look span {
	font-size: 14px;
}

.plan2-look em,
.plan2-look span {
	display: inline-block;
	vertical-align: middle;
}

.plan2-look {
	color: #666;
	padding-top: 10px;
}

.plan2-look em {
	padding-left: 5px;
}

.plan2-con:hover .plan2-mask {
	opacity: 1;
}

.plan2-con:hover .plan2-mask img {
	margin-right: 0;
	animation: index3 1.5s infinite linear;
	-webkit-animation: index3 1.5s infinite linear;
	-moz-animation: index3 1.5s infinite linear;
	-ms-animation: index3 1.5s infinite linear;
	-o-animation: index3 1.5s infinite linear;
}

.plan2-con:hover .plan2-txt h6 {
	color: #00A6FE;
}

.plan2-con:hover .plan2-look {
	color: #000;
}

.plan2-con:hover .plan2-look em {
	margin-left: 10px;
}

.plan2-con:hover {
	box-shadow: 0 0 15px #999;
}

.plan2-list {
	padding: 40px 0 30px;
}

.plan2-wrap {
	padding-bottom: 50px;
}


/*
 
 * 
 * 资讯
 * 
 * 
 * */

.news2-wrap {
	width: 100%;
	background: #F6F6F6;
}

.news2-tit {
	font-size: 0;
}

.news2-tit a {
	display: inline-block;
	width: 148px;
	line-height: 45px;
	font-size: 18px;
	color: #000;
	background: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 20px;
}

.news2-tit a:hover {
	color: #fff;
	background: #18a4f0;
}

.news-active {
	color: #fff !important;
	background: #18a4f0 !important;
}

.news2-list li {
	float: left;
	width: 33.33%;
	padding-bottom: 20px;
}

.news2-list {
	margin: 0 -10px;
	padding-bottom: 25px;
}

.news-txts {
	display: block;
	margin: 0 10px;
	background: #fff;
	padding: 0 40px;
	height: 270px;
	letter-spacing: 1px;
}

.news-date {
	text-align: center;
	color: #666;
}

.news-date strong {
	font-size: 48px;
	display: block;
}

.news-date span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
}

.news-time img {
	padding-top: 30px;
}

.news-time {
	padding: 30px 0 28px;
	border-bottom: 1px solid #E5E5E5;
}

.news-txts h6 {
	font-size: 18px;
	padding-top: 28px;
}

.news-txts p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #666;
	-webkit-line-clamp: 2;
	padding-top: 20px;
}

.news-txts:hover .news-date {
	color: #000;
}

.news-txts:hover {
	box-shadow: 0 0 15px #999;
}

.news-txts:hover h6 {
	color: #18a4f0;
}

.news-txts:hover .news-time img {
	margin-right: -10px;
}

.news2-list-wrap {
	padding: 46px 0 0;
}

.news2-wrap {
	padding-top: 44px;
	padding-bottom: 44px;
}

.news3-wrap {
	width: 100%;
	background: #F6F6F6;
	padding-bottom: 54px;
}

.news3 {
	background: #fff;
	padding-bottom: 30px;
}

.news3-tit h6 {
	font-size: 18px;
	color: #999;
}

.news3-tit h3 {
	font-size: 36px;
	color: #000;
	padding-top: 16px;
}

.news3-tit h3:after {
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	background: #000;
	margin-top: 20px;
}

.news3-tit {
	letter-spacing: 1px;
	padding: 32px 28px;
}

.news3-list {
	padding: 0 18px;
}

.news3-list li {
	float: left;
	width: 33.33%;
}

.news3-cases {
	display: block;
	margin: 0 10px;
}

.news3-img {
	height: 326px;
	overflow: hidden;
}

.news3-img img {
	width: 100%;
	height: 100%;
}

.news3-txt {
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	padding: 18px 20px;
}

.news3-cases:hover .news3-txt span {
	padding-left: 30px;
	color: #18a4f0;
}

.news3-cases:hover .news3-txt img {
	padding-right: 30px;
}

.news3-cases:hover .news3-txt {
	box-shadow: 0 0 5px #DCDCDC;
}

.news3-cases:hover .news3-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}


/*
 
 * 
 * 
 * 
 * 
 * 关于我们
 * 
 * 
 * 
 * 
 * 
 * */

#aboutnum #num1,
#aboutnum #num2,
#aboutnum #num3,
#aboutnum #num4,
#aboutnum #num5,
#aboutnum #num6 {
	font-size: 82px;
	font-family: impact;
	font-weight: bolder;
	font-family: DIN-Bold;
}


#aboutnum .index5-num p {
	font-size: 18px;
	padding-top: 32px;
}

#aboutnum .index5-num span {
	font-size: 60px;
}

#aboutnum .index5-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}

#aboutnum .index5-list li:nth-child(1) .index5-num,
#aboutnum .index5-list li:nth-child(2) .index5-num,
#aboutnum .index5-list li:nth-child(3) .index5-num {
	padding-bottom: 45px;
	border-bottom: 1px solid #A3C7DB;
}

#aboutnum .index5-list li:nth-child(4) .index5-num,
#aboutnum .index5-list li:nth-child(5) .index5-num,
#aboutnum .index5-list li:nth-child(6) .index5-num {
	padding-top: 45px;
}

#aboutnum .index5-list li:nth-child(3n-1) .index5-num {
	border-left: 1px solid #A3C7DB;
	border-right: 1px solid #A3C7DB;
}


.about1 {
	width: 100%;
	height: 800px;
	position: relative;
}

.about1>img {
	width: 100%;
	height: 100%;
}

.about1-num {
	position: absolute;
	width: 100%;
	top: 250px;
}

.about2-txt {
	width: 60%;
	letter-spacing: 1px;
}

.about2-txt h5 {
	color: #000;
	font-size: 36px;
}

.about2-txt h5 span {
	color: #18a4f0;
}

.about2-txt p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding-top: 35px;
}

.about2-img {
	width: 30%;
}

.about2-img img {
	width: 100%;
	height: 250px;
}

.about2 {
	padding: 50px 0 66px;
}

.about3-list li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.about3-list {
	margin: 0 -25px;
}

.about3-con {
	margin: 0 25px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.about3-con>img {
	width: 100%;
	height: 100%;
}

.about3-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	color: #fff;
}

.about3-mask h6 {
	font-size: 18px;
}

.about3-mask h5 {
	font-size: 30px;
	padding-top: 16px;
}

.about3-mask p {
	font-size: 18px;
	padding: 55px 40px 0;
	line-height: 30px;
}

.about3-icon {
	height: 195px;
	line-height: 195px;
}

.about3-list li:nth-child(1) .about3-mask {
	background: rgba(115, 69, 2, .8);
}

.about3-list li:nth-child(2) .about3-mask {
	background: rgba(26, 85, 116, .8);
}

.about3-list li:nth-child(3) .about3-mask {
	background: rgba(85, 0, 82, .8);
}

.about3-con:hover>img,
.about5-rt img:hover,
.hweb6-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.about3-con:hover .about3-icon img {
	animation: flip 1.5s;
	-webkit-animation: flip 1.5s;
	-moz-animation: flip 1.5s;
	-ms-animation: flip 1.5s;
}

.about3 {
	padding-bottom: 50px;
}

.about4 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 20px;
}

.about4 h3 {
	font-size: 36px;
	color: #18a4f0;
	padding-bottom: 22px;
}

.about4 p {
	line-height: 50px;
	/*font-style: italic;*/
}

.about4 h5 {
	font-size: 28px;
	font-style: italic;
	padding-top: 28px;
}

.about4-wrap {
	padding: 42px 0;
}

.about5-lt,
.about5-rt {
	width: 50%;
}

.about5-lt {
	letter-spacing: 1px;
	padding-top: 90px;
}

.about5-lt h5 {
	font-size: 36px;
}

.about5-lt p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 25px;
	padding-right: 75px;
}

.about5-lt a {
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border: 2px solid #000;
	border-radius: 100%;
	text-align: center;
	font-size: 28px;
	margin-top: 25px;
}

.about5-rt {
	height: 420px;
	overflow: hidden;
}

.about5-rt img {
	width: 100%;
	height: 100%;
}

.about5 {
	padding-top: 30px;
}

.about5-lt:hover a {
	background: #000;
	color: #fff;
	border-radius: 10px;
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
}

.about6-lt p,
.about6-lt h5 {
	padding-left: 75px;
	padding-right: 0;
}

.about6-lt a {
	margin-left: 75px;
}

.about7 {
	text-align: center;
	letter-spacing: 1px;
	padding: 48px 0;
}

.about7 h3 {
	font-size: 36px;
	color: #000;
}

.about7 h6 {
	font-size: 14px;
	padding: 28px 0 32px;
}

.about7 a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #18a4f0;
	border-radius: 10px;
}

.about7 a:hover {
	border-radius: 25px;
}


/*
 
 * 
 * 
 * 
 * H5自适应网站
 * 
 * 
 * 
 * */

.hweb3-tit h3 {
	font-size: 36px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
}

.hweb3-tit h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #00A4F2;
	margin: 30px auto 0;
}

.hweb3-tit {
	padding: 48px 0 40px;
}

.hweb3-txts {
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	border: 1px dashed #E2E2E2;
	padding: 10px 0 35px;
}

.hweb3-txts p {
	padding: 25px 40px 0;
}

.hweb3 {
	padding-bottom: 46px;
}

.hweb4 {
	width: 100%;
}

.hweb5-list li {
	float: left;
	width: 20%;
	text-align: center;
}

.hweb5-list {
	margin: 0 -22px;
	padding: 54px 0 83px;
}

.hweb5-con {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	margin: 0 22px;
	height: 348px;
	padding: 0 20px;
	letter-spacing: 1px;
	border: 1px solid #D0D0D0;
}

.hweb5-icon {
	height: 145px;
	line-height: 145px;
}

.hweb5-con h5 {
	font-size: 24px;
	color: #000;
}

.hweb5-con p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: left;
	padding-top: 30px;
}

.hweb6-wrap {
	width: 100%;
	background: #F6F6F6;
	padding: 50px 0;
}

.hweb6-txt,
.hweb6-img {
	width: 50%;
}

.hweb6-txt {
	letter-spacing: 1px;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding-top: 90px;
}

.hweb6-txt h5 {
	font-size: 36px;
	color: #000;
	padding-bottom: 30px;
}

.hweb6-txt p {
	padding-top: 25px;
	padding-right: 150px;
}

.hweb6-img {
	height: 550px;
	overflow: hidden;
}

.hweb6-img img {
	width: 100%;
	height: 100%;
}

.scweb5-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-bottom: 50px;
}

.scweb5-list {
	margin: 0 -25px;
}

.scweb5-con {
	margin: 0 25px;
	letter-spacing: 1px;
	height: 380px;
	background: #F2F2F2;
}

.scweb5-con h1 {
	font-size: 72px;
	color: #00A6F3;
	padding: 40px 0 30px;
}

.scweb5-con h6 {
	font-size: 24px;
	color: #000;
	padding-bottom: 22px;
}

.scweb5-con p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 120px;
	text-align: left;
	padding: 0 20px;
	-webkit-line-clamp: 4;
}

.scweb6-lt {
	width: 30%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	letter-spacing: 1px;
}

.scweb6-rt {
	width: 68%;
}

.scweb6-lt h5 {
	padding-top: 35px;
	line-height: 46px;
}

.scweb6-list li {
	float: left;
	width: 25%;
	margin-left: 8%;
}

.scweb6-con {
	padding: 0 22px;
	height: 245px;
	border: 1px dashed #fff;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
}

.scweb6-con h6 {
	font-size: 24px;
	padding: 24px 0 30px;
}

.scweb6-wrap {
	padding: 62px 0 96px;
}


/*
 
 * 
 * 
 * 方案详情
 * 
 * 
 * 
 * */

.pland3-wrap {
	width: 100%;
	background: #F6F6F6;
	padding: 40px 0 50px;
}

.plan3-img h3 {
	display: inline-block;
	letter-spacing: 1px;
	font-size: 30px;
	padding: 60px 85px;
	color: #fff;
	background: #00A4F2;
	margin-left: 85px;
}

.plan3-img {
	padding: 100px 0;
}

.pland3-list {
	padding: 0 68px;
	background: #fff;
}

.pland3-list li {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding: 56px 0;
	border-bottom: 1px solid #D3D3D3;
}

.pland3-list li:last-child {
	border-bottom: none;
}

.pland3-list h5 {
	font-size: 28px;
	color: #000;
	padding-bottom: 35px;
}

.pland3-list h5:after {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	content: "";
	display: block;
	width: 56px;
	height: 1px;
	margin-top: 28px;
	background: #00A4F2;
}

.pland3-list li:hover h5:after {
	width: 150px;
}


/*
 
 * 
 * 格网与众不同
 * 
 * 
 * */

.aboutyz3-tit {
	text-align: center;
	letter-spacing: 1px;
}

.aboutyz3-tit h3 {
	font-size: 36px;
	color: #000;
	line-height: 46px;
	padding-bottom: 58px;
	border-bottom: 1px solid #D3D3D3;
	position: relative;
}


/*.aboutyz3-tit h3:after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -69px;
	height: 1px;
	width: 138px;
	background: #00A4F2;
}*/

.aboutyz3-txts {
	text-align: center;
	letter-spacing: 1px;
	color: #000;
	padding: 55px 0;
}

.aboutyz3-txts h5 {
	font-size: 32px;
}

.aboutyz3-txts h5:after {
	content: "";
	display: block;
	height: 1px;
	width: 145px;
	background: #00A4F2;
	margin: 35px auto 0;
}

.aboutyz3-txts p {
	font-size: 16px;
	line-height: 48px;
	padding: 25px 200px 0;
}

.about3-img1 {
	width: 100%;
	height: 580px;
}

.about3-img2 {
	width: 100%;
	height: 475px;
}

.aboutyz3 {
	padding-top: 55px;
}

.aboutln-tit,
.aboutln-txt {
	width: 46%;
	letter-spacing: 1px;
}

.aboutln-tit p {
	font-size: 24px;
	color: #00A4F2;
}

.aboutln-tit h6,
.aboutln-tit h3 {
	font-size: 36px;
	color: #000;
	line-height: 46px;
	padding-top: 20px;
}

.aboutln-tit h3 {
	font-weight: 600;
}

.aboutln-txt {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.aboutln-txts {
	padding: 83px 0;
}

.aboutln-tit2 {
	width: 35%;
}

.aboutln-txt2 {
	width: 57%;
}

.contact3-list li {
	float: left;
	width: 26%;
}

.contact3-list li:last-child {
	width: 22%;
}

.contact3-con {
	padding: 0 35px;
	height: 262px;
	border-right: 1px solid #D3D3D3;
	letter-spacing: 1px;
	color: #000;
}

.contact3-con h6 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
}

.contact3-ph {
	padding-top: 40px;
}

.contact3-txts {
	padding-top: 35px;
}

.contact3-ph strong {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.contact3-txts span {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	width: 85%;
	padding-left: 5px;
}

.contact3-wachar {
	text-align: center;
	letter-spacing: 1px;
	color: #000;
}

.contact3-wachar img {
	padding-top: 46px;
}

.contact3-wachar h6 {
	font-size: 16px;
	padding-top: 18px;
}

.contact3-wachar p {
	font-size: 14px;
	padding-top: 14px;
}

.contact3-list {
	background: #F6F6F6;
}

#gw-map {
	width: 100%;
	height: 550px;
}

.contact3 {
	padding: 55px 0;
}


/*
 
 * 
 * 品牌网站建设
 * 
 * 
 * */

.ppweb4 {
	width: 100%;
	height: 450px;
}

.ppweb5-list li {
	float: left;
	width: 25%;
	text-align: center;
	height: 410px;
	cursor: pointer;
}

.ppweb5-icon {
	height: 230px;
	line-height: 230px;
	letter-spacing: 1px;
}

.ppweb5-list h6 {
	font-size: 22px;
	color: #000;
}

.ppweb5-list p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	width: 190px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: left;
}

.ppweb5 {
	padding-top: 10px;
}

.ppweb5-list li:hover .ppweb5-icon img {
	animation: rollIn 2s;
}

.job3-lt {
	width: 60%;
	letter-spacing: 1px;
}

.job3-lt h6 {
	font-size: 26px;
	color: #00A4F3;
}

.job3-lt h5 {
	font-size: 36px;
	color: #000;
	padding-top: 22px;
}

.job3-lt p {
	padding-top: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.job3-lt span {
	display: inline-block;
	font-size: 24px;
	padding-top: 35px;
	color: #00A4F3;
}

.job-rt {
	width: 31%;
}

.job-rt img {
	width: 100%;
	height: 300px;
}

.job3-txts {
	padding: 62px 0 75px;
	border-bottom: 1px solid #D3D3D3;
}

.job3-post span {
	float: left;
	width: 20%;
	text-align: left;
	letter-spacing: 1px;
	font-size: 20px;
	color: #666;
}

.job3-post span:last-child {
	text-align: right;
}

.job3-post span:first-child {
	text-align: left;
	color: #000;
	font-weight: bold;
}

.job3-post span:last-child img {
	padding: 0 25px;
	height: 18px;
}

.job3-post {
	padding: 30px 0;
	border-bottom: 1px solid #D3D3D3;
	cursor: pointer;
}

.job3-ask-lt {
	width: 15%;
}

.job3-ask-rt {
	width: 85%;
}

.job3-ask-rt,
.job3-ask-lt {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 35px;
}

.job3-ask {
	padding-top: 30px;
}

.job3-deliver a,
.job-btn {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 50px;
	background: #00A4F3;
	letter-spacing: 1px;
}

.job3-deliver a:hover,
.job-btn:hover {
	border-radius: 30px;
}

.job3-deliver {
	padding-left: 15%;
	padding-top: 30px;
}

.job3-msgs {
	padding-bottom: 60px;
	border-bottom: 1px solid #D3D3D3;
	display: none;
}

.job-animet {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.job3 {
	padding-bottom: 76px;
}


/*
 
 * 
 * 售后支持
 * 
 * 
 * */

.fap3-tit h5 {
	font-size: 30px;
	color: #000;
	letter-spacing: 1px;
	padding-left: 26px;
	border-left: 5px solid #00A4F2;
}

.fap3-tit {
	padding: 40px 0 50px;
}

.fap3-w {
	line-height: 80px;
	letter-spacing: 1px;
	background: #E7E7E7;
}

.fap3-icon {
	width: 80px;
	text-align: center;
	background: #00A4F2;
}

.fap3-w {
	font-size: 18px;
	color: #000;
}

.fap3-w p,
.fap3-d p {
	padding-left: 30px;
}

.fap3-w span {
	font-size: 50px;
	color: #666;
	padding-right: 35px;
}

.fap3-img {
	width: 80px;
	text-align: center;
	background: #9A9A9A;
}

.fap3-d {
	line-height: 120px;
	letter-spacing: 1px;
	background: #F2F2F2;
	font-size: 18px;
	color: #666;
	display: none;
}

.fap3-list li {
	padding-bottom: 20px;
}

.fap3 {
	padding-bottom: 45px;
}


/*
 * 
 * 
 * 
 * 外贸网站建设
 * 
 * 
 * 
 * 
 * */

.cftw5-list li {
	float: left;
	width: 20%;
	text-align: center;
}

.cftw5-list {
	margin: 0 -25px;
}

.cftw5-con {
	margin: 0 25px;
	padding: 0 20px;
	border: 1px solid #D0D0D0;
	letter-spacing: 1px;
	height: 320px;
}

.cftw5-con h3 {
	font-size: 60px;
	color: #00A4F3;
	padding: 46px 0 36px;
}

.cftw5-con h6 {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	height: 62px;
}

.cftw5-con p {
	font-size: 16px;
	color: #666;
	text-align: left;
	line-height: 30px;
}

.cftw5 {
	padding: 65px 0 20px;
}

.cftw5-con:hover {
	box-shadow: 0 0 15px #999;
	border-radius: 15px;
}

.cftw6-list {
	font-size: 0;
	text-align: center;
}

.cftw6-list li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	letter-spacing: 1px;
	height: 345px;
}

.cftw6-list li:nth-child(1),
.cftw6-list li:nth-child(2),
.cftw6-list li:nth-child(3) {
	width: 33.33%;
	margin-bottom: 30px;
}

.cftw6-icon {
	padding-bottom: 26px;
}

.cftw6-list h5 {
	font-size: 22px;
	color: #000;
}

.cftw6-list p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	/*padding: 20px 40px 0;*/
	padding-top: 20px;
	width: 70%;
	margin: 0 auto;
}

.wweb4 img {
	width: 100%;
}

.wweb5-list li {
	float: left;
	width: 20%;
	text-align: center;
}

.wweb5-list {
	margin: 0 25px;
}

.wweb5-con {
	margin: 0 25px;
	height: 230px;
	border: 1px solid #ECECEC;
	border-radius: 8px;
	letter-spacing: 1px;
}

.wweb5-icon {
	height: 165px;
	line-height: 165px;
}

.wweb5-list h6 {
	font-size: 24px;
}

.wweb5 {
	padding-bottom: 50px;
}

.wweb5-con:hover {
	box-shadow: 0 0 15px #999;
}

.wweb6-img,
.wweb6-txts {
	width: 50%;
}

.wweb6-img img {
	width: 100%;
	height: 550px;
}

.wweb6-txt {
	padding-left: 80px;
	padding-top: 50px;
	color: #000;
	letter-spacing: 1px;
}

.wweb6-txt h5 {
	font-size: 36px;
	padding-bottom: 35px;
}

.wweb6-txt p {
	font-size: 16px;
	line-height: 30px;
}

.wweb6-wrap {
	width: 100%;
	padding: 50px 0;
	background: #F6F6F6;
}

.wshaky6-txt {
	padding-left: 0;
	padding-right: 50px;
}

.wshaky6-wrap {
	margin-top: 50px;
}

.wshop6-cont {
	height: 355px;
}

.wshop6-cont p {
	padding: 25px 40px 0;
	text-align: left;
}

.wshop7-cont p {
	padding-top: 0;
	-webkit-line-clamp: 10;
}

.wplan5-icon {
	height: 140px;
	line-height: 140px;
}

.wplan5-con {
	height: 380px;
}

.wplan5-con p {
	padding-top: 20px;
}

.wplan5-con h5 {
	line-height: 28px;
}

.wplan5-list li {
	width: 25%;
}

.wplan5 {
	padding-bottom: 50px;
}

.xtkf4 img {
	width: 100%;
}

.xtkf5-con {
	height: 380px;
}

.xtkf5-con p {
	padding-top: 20px;
	-webkit-line-clamp: 6;
}

.xtkf5-icon {
	height: 130px;
	line-height: 130px;
}

.xtkf7-list li {
	padding-bottom: 50px;
}

.xtkf8-lt,
.xtkf8-rt {
	width: 50%;
	color: #fff;
	letter-spacing: 1px;
}

.xtkf8-icon {
	padding-bottom: 30px;
}

.xtkf8-lt h5,
.xtkf8-txts h5 {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 28px;
}

.xtkf8-lt p,
.xtkf8-txts p {
	font-size: 16px;
	line-height: 30px;
	padding-right: 100px;
}

.xtkf8-txts {
	padding-left: 100px;
	border-left: 1px solid #fff;
}

.xtkf8-wrap {
	padding: 50px 0;
}

.xysweb6-txt p {
	padding-top: 10px;
}

.form3-lt,
.form3-rt {
	width: 45%;
	letter-spacing: 1px;
}

.form3-lt h3 {
	font-size: 40px;
	color: #00A4F3;
}

.form3-lt h5 {
	font-size: 45px;
	color: #000;
	line-height: 60px;
	letter-spacing: 5px;
	padding: 30px 0 40px;
	border-bottom: 1px solid #E7E7E7;
}

.form3-lt p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
}

.form3-txt {
	padding-top: 30px;
}

.form3-lt h6 {
	font-size: 22px;
	padding-top: 35px;
	padding-bottom: 25px;
}

.form3-lt p {
	padding-top: 10px;
}

.form3-f h5 {
	font-size: 24px;
	padding-bottom: 25px;
}

.form3 {
	width: 1200px;
	margin: 0 auto;
}

.form3-gs input {
	width: calc(100% - 18px);
	background: #DEDEDE;
	height: 45px;
	font-size: 16px;
	padding-left: 18px;
}

.form3-gs {
	padding-bottom: 15px;
}

.form3-name input {
	background: #DEDEDE;
	height: 45px;
	font-size: 16px;
	padding-left: 18px;
}

.form3-f h4 {
	font-size: 24px;
	color: #000;
	padding: 20px 0 15px;
}

.form3-f h3 {
	font-size: 30px;
	color: #000;
}

.form3-list li {
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 10px;
}

.form3-list {
	margin: 0 -5px;
	padding: 25px 0 22px;
}

.form3-listcon {
	margin: 0 5px;
	height: 70px;
	padding: 0 15px;
	color: #000;
	background: #E6E6E6;
	cursor: pointer;
}

.form3-listcon p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 12px;
}

.form3-f h6 {
	font-size: 16px;
	color: #000;
	padding-bottom: 12px;
}

.form3-radio label {
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.form3-radio input {
	width: 20px;
	height: 20px;
}

.form3-btn input {
	width: 100%;
	height: 60px;
	border: 2px solid #00A4F2;
	color: #00A4F2;
	font-size: 24px;
	background: #fff;
	letter-spacing: 2px;
	font-weight: bold;
}

.form3-btn {
	padding-top: 26px;
}

.form3-wrap {
	padding: 72px 0 65px;
}

.newsd3-lt {
	width: 70%;
}

.newsd3-txts {
	padding: 0 50px 20px;
	background: #fff;
	letter-spacing: 1px;
	color: #000;
}

.newsd3-txt-tit h3 {
	font-size: 30px;
	padding-bottom: 32px;
}

.newsd3-txt-tit p {
	font-size: 14px;
	color: #666;
}

.newsd3-txt-tit p span {
	display: inline-block;
	padding-right: 25px;
}

.newsd3-txt-tit {
	padding: 35px 0 22px;
	border-bottom: 1px solid #D3D3D3;
}

.newsd3-txts-con img {
	width: 90%;
	margin: 30px auto;
}

.newsd3-txts-con p {
	font-size: 16px;
	line-height: 30px;
}

.newsd3-txts-con {
	padding: 20px 0 50px;
	border-bottom: 1px solid #D3D3D3;
}

.newsd3-page {
	padding-top: 20px;
}

.newsd3-page a {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	display: block;
	padding: 10px 0;
}

.newsd3-page span {
	color: #666;
}

.newsd3-rt {
	width: 28%;
	letter-spacing: 1px;
}

.newsd3-rt-item {
	background: #fff;
	padding: 40px 40px 50px;
	margin-bottom: 40px;
}

.newsd3-item-tit h3 {
	font-size: 24px;
	color: #000;
	padding-left: 22px;
	border-left: 5px solid #00A4F2;
}

.newsd3-item-tit {
	padding-bottom: 22px;
	border-bottom: 1px solid #D3D3D3;
}

.newsd3-list a {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 35px 0;
	border-bottom: 1px dashed #D3D3D3;
}

.newsd3-wrap {
	width: 100%;
	background: #EDEDED;
	padding: 48px 0 75px;
}

.newsd3-list a:hover,
.newsd3-page a:hover {
	color: #00A4F2;
}

.col {
	color: #000;
	font-weight: bold;
}

@media only screen and (max-width:1550px) {
	.width {
		width: 90%;
	}

	.index7-n-txt {
		width: 64%;
	}

	.nav-list>li {
		padding: 0 10px;
	}

	.wa6-cont p {
		padding: 30px 80px 0;
	}

	.h_2-cont h5 {
		-webkit-line-clamp: 2;
		height: 63px;
	}

	.wa7-cont h6 {
		line-height: 32px;
	}

	.cases-list li {
		padding: 0 65px;
	}

	.hweb6-txt h5 {
		line-height: 40px;
		padding-right: 10px;
	}

	.hweb6-txt {
		padding-top: 0;
	}

	.hweb5-con h5 {
		line-height: 30px;
	}

	.hweb5-con p {
		-webkit-line-clamp: 4;
	}

	.newsd3-list a {
		padding: 25px 0;
	}
}

@media only screen and (max-width:1440px) {
	.scweb6-list li {
		width: 28%;
		margin-left: 5%;
	}

	.wa6-cont p {
		padding: 30px 60px 0;
	}

	.we-box {
		padding: 0 25px;
	}
}


/* 新增表单 */

.job-name label {
	display: inline-block;
	width: 75px;
	margin-bottom: 0;
	margin-right: 15px;
}

.job-name label span,
.job-name p span {
	color: red;
}

.job-name input {
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	height: 35px;
	border: 1px solid #dcdcdc;
	width: 250px;
}

.job-name {
	padding-bottom: 20px;
}

.job-name textarea {
	width: 500px;
	height: 150px;
	padding: 10px;
	border: 1px solid #dcdcdc;
}

.job-name p {
	width: 75px;
	line-height: 25px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}


/*悬浮窗*/

/* .zyd-float-wrap,
.zyd-floatbox-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	z-index: 5555;
	display: none;
}

.zyd-floatbox-wrap {
	background: rgba(0, 0, 0, .2) !important;
}

.zyd-floatbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 245px;
	background: #00D9DD;
	z-index: 55555;
}

.zyd-floatbar-con {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 365px;
	background: #fff;
	border-radius: 10rem;
	box-shadow: 0 0 5px #DCDCDC;
	border: 1px solid #DDDDDD;
	z-index: 55555;
}

.zyd-flbox-con {
	text-align: left;
	padding: 0 35px;
	position: relative;
}

.zyd-fl-del {
	position: absolute;
	padding: 5px 8px;
	top: 15px;
	right: 15px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
}

.zyd-fl-del:hover {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	color: #009295;
}

.zyd-flbox-con h6 {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	padding-top: 16px;
	letter-spacing: 1px;
}

.zyd-floatbox p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #18a4f0;
	padding-left: 10px;
	letter-spacing: 1px;
}

.zyd-flbox-btn {
	padding-top: 16px;
}

.zyd-flbox-btn a {
	display: block;
	text-align: center;
	padding: 12px 42px;
	background: #009295;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	border-radius: 5px;
}

.zyd-floatbox p {
	padding-top: 12px;
}

.zyd-floatbar-con {
	text-align: center;
	color: #000;
	padding: 50px 45px 0;
}

.zyd-float-box {
	position: relative;
}

.zyd-floatbar-con span {
	position: absolute;
	top: -40px;
	right: -35px;
	cursor: pointer;
	padding: 10px;
	font-size: 26px;
	color: #000;
}

.zyd-floatbar-con span:hover {
	color: #2FAAFF;
}

.zyd-floatbar-con h3 {
	font-size: 26px;
	color: #000;
	padding-bottom: 10px;
} */

body,
header,
main,
article,
aside,
footer,
section,
nav,
p,
ul,
li,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

button,
input {
	outline: 0;
}

button {
	cursor: pointer;
}

#mask>* {
	box-sizing: border-box;
	font-family: '微软雅黑';
}

.flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-center {
	justify-content: center;
}

.align-items {
	align-items: center;
}

.font36 {
	font-size: 36px;
}

.font24 {
	font-size: 24px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.blue {
	color: #00a0e9;
}

.b-blue {
	background-color: #00a0e9;
}

.bold {
	font-weight: bold;
}

/* popup */
.mask {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

#mask .popUp {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 30px 30px 35px;
	width: 570px;
	height: 390px;
	border-radius: 10px;
	background-color: #fff;
}

#mask .popup-close {
	cursor: pointer;
}

#mask .popup-main {
	margin-top: 20px;
}

#mask .qrcode div {
	text-align: center;
	color: #666;
	line-height: 16px;
}

#mask .contactus {
	padding-left: 20px;
	width: 345px;
	border-left: 1px solid #8e8687;
}

#mask .contactus .pmtel {
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1.5;
}

#mask .input-form input {
	margin-top: 20px;
	margin-right: 2px;
	padding-left: 10px;
	width: 200px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #8e8687;
}

#mask .input-form button {
	width: 114px;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 14px;
}

#mask .popup-footer button {
	margin-top: 30px;
	width: 530px;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
}

/*悬浮框*/

.suspension-wrap {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -164px;
	z-index: 99999;
}

.floatbar-gw {
	display: block;
	width: 80px;
	height: 80px;
	background: #18a4f0;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	text-decoration: none !important;
}

.floatbar p {
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
}

.floatbar-qq img {
	padding-top: 13px;
	width: 35px;
}

.floatbar-phone img {
	padding-top: 13px;
	width: 30px;
}

.floatbar-wechar img {
	padding-top: 12px;
	width: 27px;
}

.floatbar-top img {
	padding-top: 13px;
	width: 21px;
}

.floatbar-phone {
	position: relative;
}

.floatbar-phone-pst {
	position: absolute;
	left: -215px;
	/*background: #2476F2;*/
	width: 215px;
	top: 0;
	/*opacity: 0;*/
	display: none;
	padding-right: 10px;
}

.floatbar-phone:hover .floatbar-phone-pst {
	/*opacity: 1;*/
	display: block;
	transition: 1.5s;
}

.floatbar-phone-pst p {
	font-size: 24px;
	line-height: 80px;
	padding: 0 16px;
	background: #189cfa;
}

.floatbar-gw:hover {
	background: #189cfa;
	transition: 1s;
}

.floatbar-wechar {
	position: relative;
}

.floatbar-wechar-pst {
	position: absolute;
	top: 0;
	left: -172px;
	padding-right: 10px;
	/*opacity: 0;*/
	display: none;
}

.floatbar-wechar:hover .floatbar-wechar-pst {
	/*opacity: 1;*/
	display: block;
	transition: 1s;
}

.floatbar-img {
	text-align: center;
	padding: 10px;
	background: #189cfa;
}

.floatbar-img img {
	width: 142px;
}

.floatbar-left {
	position: fixed;
	margin-top: -155px;
	top: 50%;
	left: 0;
	z-index: 99999;
}

.floatbar-left a {
	display: block;
}

.floatbar-left img {
	width: 120px;
}

#nb_icon_wrap,
#nb_invite_wrap {
	display: none !important;
}







/*修改轮播样式*/

#xhr_banner_2 {
	position: relative;
	opacity: 0;
	width: 100%;
	overflow: hidden;
}

#xhr_banner_2 ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#xhr_banner_2 ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#xhr_banner_2 ul li.on {
	opacity: 1;
}

.all_img,
.all_img a,
.all_img a img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ban_box img {
	display: block;
	height: 100%;
}

.index1-ps {
	display: inline-block !important;
}

.ban_box video {
	/*width: 100% !important;*/
	/*height: 100% !important;*/
	display: block;
	object-fit: fill;
}

#xhr_banner_2 ul li .intro {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.xhr_banner_dot {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

.xhr_banner_dot span {
	display: inline-block;
	width: 50px;
	height: 6px;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
}

.xhr_banner_dot span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #999;
}

.xhr_banner_dot span em {
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #00D9DD;
}

.xhr_banner_dot span:last-child {
	margin-right: 0;
}

#player,
#player video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#xhr_banner_2 ul li:first-child .xhr_banner_text {
	height: 100%;
}

.xhr_banner_text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999;
	color: #fff;
	text-align: center;
	width: 100%;
}

.xhr_banner_text h3 {
	color: #fff;
	font-size: 80px;
	text-align: center;
}

.xhr_banner_text h4 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	/*letter-spacing:8px;*/
}

.xhr_banner_text span {
	color: #fff;
	font-size: 14px;
	box-shadow: 1px, 1px, 3px, #666;
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 3px;
	margin-top: 50px;
}

.xhr_banner_text span em {
	color: #fff;
	padding-left: 10px;
	font-family: "Arial";
	box-shadow: 1px, 1px, 3px, #666;
}

.index_banner_new .video_button img {
	display: none;
}

.lt9 .index_banner_new .video_button img {
	display: block;
}

.lt9 .xhr_banner_text {
	margin: -230px 0 0 0px;
	left: 0px !important;
}

#xhr_banner_2 {
	height: 800px;
}

.lt9 .index_banner_new .ba_left .xhr_banner_text {
	left: 10% !important;
	width: auto;
}

.lt9 .index_banner_new .ba_right .xhr_banner_text {
	left: 60% !important;
	width: auto;
}

#J_dotLine {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 1600px) {
	.xhr_banner_text h3 {
		font-size: 70px;
	}

	.xhr_banner_text h4 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1550px) {
	.xhr_banner_text h3 {
		font-size: 60px;
	}

	.xhr_banner_text h4 {
		font-size: 30px;
	}

	#xhr_banner_2 {
		height: 700px;
	}

	.index4-img>img,
	.cases2-img {
		height: 250px;
	}

	.index6-img>img,
	.c3-img {
		height: 200px;
	}

	.c4-img {
		height: 230px;
	}

	.cpd1-icon {
		height: 100px;
		line-height: 100px;
	}

	.plan2-img {
		height: 290px;
	}

	.plan2-mask {
		line-height: 290px;
	}
}

@media only screen and (max-width: 1300px) {
	.xhr_banner_text h3 {
		font-size: 50px;
	}

	.xhr_banner_text h4 {
		font-size: 20px;
	}

	.index7-news3 {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.index_banner_new ul li .intro {
		width: 100%;
		height: 0px;
		padding-bottom: 44%;
	}

	.xhr_banner_text h3 {
		font-size: 40px;
	}

	.xhr_banner_text h4 {
		font-size: 20px;
	}

	.xhr_banner_text span {
		margin-top: 10px;
		padding: 3px 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.xhr_banner_text h3 {
		font-size: 30px;
	}

	.xhr_banner_text h4 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.xhr_banner_text h3 {
		font-size: 20px;
	}

	.xhr_banner_text h4 {
		font-size: 12px;
	}

	.xhr_banner_text span {
		font-size: 12px;
	}
}



.nav-show {
	display: block !important;
}