@charset 'UTF-8';

/**!
 * 首页
 * author: wangkai;
 * date:2019-09-12
 */

/* main */

.ewb-fade {
	opacity:0;
	filter:alpha(opacity=0);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.ewb-header {
	position: relative;
	height: 580px;
	overflow: hidden;
}

/* banner轮播 */

.wb-slider {
    position: relative;
    overflow: hidden;
    height: 580px;
}

.wb-slider-conbox {
    overflow: hidden;
    height: 100%;
}

.wb-slider-ctag {
    width: 100%;
    height: 100%;
    *height: 580px;
    overflow: hidden;
}

.ewb-banner-img {
	position: absolute;
	top: 15px;
	left: 50%;
	bottom: 0;
	margin-left: -960px;
	max-width: 1920px;
	width: 1920px;
	height: 580px;
    z-index: -1;
}

.wb-slider-ctag.one {
	background-color: #342085;
}

.wb-slider-ctag.two {
	background-color: #03172b;
}

.wb-slider-ctag.three {
	background-color: #024360;
}

.wb-slider-ctag.four {
	background-color: #0b1659;
}

.wb-slider-ctag.five {
	background-color: #010107;
}

.wb-slider-ctag.six {
	background-color: #0f0a4f;
}

.wb-slider-ctag.seven {
	background-color: #141552;
}

.wb-slider-ctag.cur .ewb-banner-img {
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	top: 0;
}

.wb-slider-switcher {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.wb-slider-stag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    width: 44px;
    height: 30px;
    background: none;
    cursor: pointer;
    background: url('../images/stag.png') left center repeat-x;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-slider-stag.cur {
	background-image: url('../images/stag_cur.png');
}

.ewb-banner-box {
	height: 580px;
	position: relative;
}

.wb-slider-ctag.cur .ewb-fade {
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.ewb-banner-img {
    transform-style: preserve-3d;
}

/* banner1 */

.ewb-logo-one {
	position: absolute;
	top: 167px;
	left: -50px;
}

.ewb-znq {
	position: absolute;
	top: 88px;
	left: 452px;
}

.ewb-banner1-info {
	position: absolute;
	top: 366px;
	right: -50px;
}

.wb-slider-ctag.cur .ewb-logo-one {
	transition: all 1.2s ease;
	left: 150px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-znq {
	animation: scale 1.6s linear;
	transition-delay: 0.6s;
}

.wb-slider-ctag.cur .ewb-banner1-info {
	transition: all 1.5s ease;
	right: 117px;
	transition-delay: 0.8s;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.ewb-wave {
    position: absolute;
    bottom: -200px;
    left: -360px;
    right: -360px;
    width: 1920px;
    z-index: 0;
    width: 11520px;
    height: 177px;
    -o-animation-name: prop-600;
    -ms-animation-name: prop-600;
    -moz-animation-name: prop-600;
    -webkit-animation-name: prop-600;
    animation-name: prop-600;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.wb-slider-ctag.cur .ewb-wave {
	transition: all 1.5s ease;
	bottom: 0;
	transition-delay: 0.2s;
}

.ewb-wave.one {
	background: url('../images/wave1.png') repeat-x;
	-o-animation-duration: 30s;
    -ms-animation-duration: 30s;
    -moz-animation-duration: 30s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ewb-wave.two {
	background: url('../images/wave2.png') repeat-x;
	-o-animation-duration: 45s;
    -ms-animation-duration: 45s;
    -moz-animation-duration: 45s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}

/* 线条 位移 */
@-webkit-keyframes prop-600 {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-3840px);
    }
}

@-o-keyframes prop-600 {
    0% {
        -o-transform: translateX(0px);
    }
    100% {
        -o-transform: translateX(-3840px);
    }
}

@-ms-keyframes prop-600 {
    0% {
        -ms-transform: translateX(0px);
    }
    100% {
        -ms-transform: translateX(-3840px);
    }
}

@-moz-keyframes prop-600 {
    0% {
        -moz-transform: translateX(0px);
    }
    100% {
        -moz-transform: translateX(-3840px);
    }
}

/* banner2 */

.ewb-epoint {
	position: absolute;
	top: 216px;
	left: 50%;
	margin-left: -193px;
}

.ewb-epoint-name {
	position: absolute;
	top: 259px;
	left: 50%;
	margin-left: -123px;
}

.ewb-epoint-info {
	position: absolute;
	top: 350px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.ewb-epoint-more {
	position: absolute;
	top: 424px;
	width: 100%;
	z-index: 10;
}

.ewb-understand {
	display: block;
	margin: 0 auto;
	padding-left: 35px;
	width: 115px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: url('../images/understand_bg.png') repeat;
}

.ewb-understand:hover {
	background-image: url('../images/understand_bg_cur.png');
}

.ewb-understand span {
	display: inline-block;
	vertical-align: top;
	height: 42px;
	line-height: 41px;
	padding-right: 28px;
	color: #fff;
	background: url('../images/understand_jt.png') right center no-repeat;
	cursor: pointer;
}

.ewb-ring {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -303px;
	width: 606px;
	z-index: 0;
}

.wb-slider-ctag.cur .ewb-epoint {
	transition: all 1s ease;
	top: 116px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-epoint-name {
	transition: all 1s ease;
	top: 159px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-epoint-info {
	transition: all 1s ease;
	top: 250px;
	transition-delay: 1.1s;
}

.wb-slider-ctag.cur .ewb-epoint-more {
	transition: all 1s ease;
	top: 324px;
	transition-delay: 1.4s;
}

.wb-slider-ctag.cur .ewb-ring {
	transition: all 1s ease;
	bottom: 88px;
	transition-delay: 0.5s;
}

.ewb-dot {
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.wb-slider-ctag.cur .ewb-dot {
	transition: all 1s ease;
	transition-delay: 1.6s;
}

.ewb-dot.one,
.ewb-dot.two,
.ewb-dot.three {
	top: 384px;
	left: 486px;
}

.ewb-dot.four,
.ewb-dot.five,
.ewb-dot.six {
	top: 384px;
	right: 486px;
}

.ewb-dot.one {
	background-color: #4c9dce;
}

.ewb-dot.two {
	background-color: #fff;
}

.ewb-dot.three {
	width: 13px;
	height: 13px;
	background-color: #65c878;
}

.ewb-dot.four {
	background-color: #fff;
}

.ewb-dot.five {
	width: 13px;
	height: 13px;
	background-color: #a31939;
}

.ewb-dot.six {
	background-color: #0259c1;
}

.wb-slider-ctag.cur .ewb-dot.one {
	animation: dotmove1 1.6s linear infinite;
	animation-delay: 1.6s; 
}

@keyframes dotmove1 {
    0% {
        top: 384px;
		left: 486px;
    }
    100% {
        top: 252px;
		left: 350px;
    }
}

.wb-slider-ctag.cur .ewb-dot.two {
	animation: dotmove2 1.4s linear infinite;
	animation-delay: 1.6s;
}

@keyframes dotmove2 {
    0% {
        top: 384px;
		left: 486px;
    }
    100% {
    	top: 288px;
		left: 418px;
    }
}

.wb-slider-ctag.cur .ewb-dot.three {
	animation: dotmove3 1.2s linear infinite;
	animation-delay: 1.6s;
}

@keyframes dotmove3 {
    0% {
        top: 384px;
		left: 486px;
    }
    100% {
        top: 310px;
		left: 346px;
    }
}

.wb-slider-ctag.cur .ewb-dot.four {
	animation: dotmove4 1.4s linear infinite;
	animation-delay: 1.6s;
}

@keyframes dotmove4 {
    0% {
        top: 384px;
		right: 486px;
    }
    100% {
        top: 334px;
		right: 308px;
    }
}

.wb-slider-ctag.cur .ewb-dot.five {
	animation: dotmove5 1.2s linear infinite;
	animation-delay: 1.6s;
}

@keyframes dotmove5 {
    0% {
        top: 384px;
		right: 486px;
    }
    100% {
        top: 280px;
		right: 372px;
    }
}

.wb-slider-ctag.cur .ewb-dot.six {
	animation: dotmove6 1.5s linear infinite;
	animation-delay: 1.6s;
}

@keyframes dotmove6 {
    0% {
        top: 384px;
		right: 486px;
    }
    100% {
        top: 282px;
		right: 392px;
    }
}

/* banner3 */

.ewb-dc {
	position: absolute;
	top: 164px;
	left: -100px;
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}

.ewb-dc-content {
	position: absolute;
	top: 261px;
	left: -100px;
	width: 520px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.ewb-dc-more {
	position: absolute;
	bottom: 185px;
	left: -100px;
}

.ewb-dc-more a {
	display: block;
	width: 148px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

.ewb-dc-more a:hover {
	background-color: #009ecc;
}

.ewb-diamond-one {
	position: absolute;
	right: 298px;
	bottom: -100px;
}

.ewb-diamond-two {
	position: absolute;
	right: -29px;
	bottom: -100px;
}

.ewb-diamond-three {
	position: absolute;
	top: -100px;
	right: 15px;
}

.ewb-diamond-four {
	position: absolute;
	right: -44px;
	bottom: 12px;
}

.ewb-banner3-img1 {
	position: absolute;
	bottom: 4px;
	right: 68px;
}

.ewb-banner3-img2 {
	position: absolute;
	top: 12px;
	right: 57px;
}

.wb-slider-ctag.cur .ewb-dc {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-dc-content {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-dc-more {
	transition: all 1s ease;
	left: 52px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-diamond-one {
	transition: all 1s ease;
	bottom: 0;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-diamond-two {
	transition: all 1s ease;
	bottom: 0;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-diamond-three {
	transition: all 1.2s ease;
	top: 0;
	transition-delay: 0.6s;
}

.wb-slider-ctag.cur .ewb-diamond-four {
	transition: all 1s ease;
	bottom: 112px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-banner3-img1 {
	transition: all 1.2s ease;
	bottom: 104px;
	transition-delay: 1.2s;
}

.wb-slider-ctag.cur .ewb-banner3-img2 {
	transition: all 1.2s ease;
	top: 112px;
	transition-delay: 1.2s;
}

/* banner4 */

.ewb-gcp {
	position: absolute;
	top: 194px;
	left: -100px;
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}

.ewb-gcp-content {
	position: absolute;
	top: 291px;
	left: -100px;
	width: 360px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.ewb-gcp-more {
	position: absolute;
	bottom: 155px;
	left: -100px;
}

.ewb-gcp-more a {
	display: block;
	width: 148px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

.ewb-gcp-more a:hover {
	background-color: #009ecc;
}

.wb-slider-ctag.cur .ewb-gcp {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-gcp-content {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-gcp-more {
	transition: all 1s ease;
	left: 52px;
	transition-delay: 0.9s;
}

.ewb-gcp-list {
	position: relative;
	float: right;
	margin-top: 205px;
	width: 639px;
	height: 278px;
}

.ewb-gcp-line {
	position: absolute;
	width: 1px;
}

.ewb-gcp-name {
	position: absolute;
	top: -35px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.ewb-gcp-dot {
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -13px;
	display: block;
	width: 27px;
	height: 27px;
	background: url('../images/dot.png') center center no-repeat;
}

.ewb-gcp-line.shangji {
	left: 138px;
	bottom: 137px;
	height: 0;
	background: url('../images/gcp_line1.png') bottom no-repeat;
}

.ewb-gcp-line.yonghu {
	left: 453px;
	bottom: 160px;
	height: 0;
	background: url('../images/gcp_line3.png') bottom no-repeat;
}

.ewb-gcp-line.liuliang {
	left: 490px;
	bottom: 102px;
	height: 0;
	background: url('../images/gcp_line2.png') bottom no-repeat;
}

.ewb-gcp-line.xiaochengxu1 {
	left: 240px;
	bottom: 220px;
	height: 0;
	background: url('../images/gcp_line5.png') bottom no-repeat;
}
.ewb-gcp-line.xiaochengxu2 {
	left: 360px;
	bottom: 220px;
	height: 0;
	background: url('../images/gcp_line5.png') bottom no-repeat;
}
.ewb-gcp-line.one {
	left: 0;
	bottom: 84px;
	height: 0;
	background: url('../images/gcp_line1.png') bottom no-repeat;
}

.ewb-gcp-line.two {
	left: 107px;
	bottom: 31px;
	height: 0;
	background: url('../images/gcp_line1.png') bottom no-repeat;
}

.ewb-gcp-line.three {
	left: 151px;
	bottom: 109px;
	height: 0;
	background: url('../images/gcp_line2.png') bottom no-repeat;
}

.ewb-gcp-line.four {
	left: 218px;
	bottom: 0;
	height: 0;
	background: url('../images/gcp_line3.png') bottom no-repeat;
}

.ewb-gcp-line.five {
	left: 307px;
	bottom: 126px;
	height: 0;
	background: url('../images/gcp_line4.png') bottom no-repeat;
}

.ewb-gcp-line.six {
	left: 381px;
	bottom: 107px;
	height: 0;
	background: url('../images/gcp_line5.png') bottom no-repeat;
}

.ewb-gcp-line.seven {
	left: 438px;
	bottom: 112px;
	height: 0;
	background: url('../images/gcp_line2.png') bottom no-repeat;
}

.ewb-gcp-line.eight {
	left: 506px;
	bottom: 66px;
	height: 0;
	background: url('../images/gcp_line5.png') bottom no-repeat;
}

.ewb-gcp-line.nine {
	left: 581px;
	bottom: 118px;
	height: 0;
	background: url('../images/gcp_line6.png') bottom no-repeat;
}

.wb-slider-ctag.cur .ewb-gcp-line,
.wb-slider-ctag.cur .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-dot {
	transition: all 1s ease;
}

.wb-slider-ctag.cur .ewb-gcp-line.shangji {
	height: 140px;
	transition-delay: 1.3s;
}

.wb-slider-ctag.cur .ewb-gcp-line.shangji .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.shangji .ewb-gcp-dot {
	transition-delay: 2.3s;
}

.wb-slider-ctag.cur .ewb-gcp-line.yonghu {
	height: 80px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.yonghu .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.yonghu .ewb-gcp-dot {
	transition-delay: 1.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.liuliang {
	height: 80px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.liuliang .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.liuliang .ewb-gcp-dot {
	transition-delay: 1.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu1 {
	height: 50px;
	transition-delay: 0.6s;
}

.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu1 .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu1 .ewb-gcp-dot {
	transition-delay: 1.6s;
}
.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu2 {
	height: 60px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu2 .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.xiaochengxu2 .ewb-gcp-dot {
	transition-delay: 1.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.one {
	height: 131px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.one .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.one .ewb-gcp-dot {
	transition-delay: 1.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.two {
	height: 131px;
	transition-delay: 1.1s;
}

.wb-slider-ctag.cur .ewb-gcp-line.two .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.two .ewb-gcp-dot {
	transition-delay: 2.1s;
}

.wb-slider-ctag.cur .ewb-gcp-line.three {
	height: 166px;
	transition-delay: 1.3s;
}

.wb-slider-ctag.cur .ewb-gcp-line.three .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.three .ewb-gcp-dot {
	transition-delay: 2.3s;
}

.wb-slider-ctag.cur .ewb-gcp-line.four {
	height: 182px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.four .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.four .ewb-gcp-dot {
	transition-delay: 1.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.five {
	height: 118px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.five .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.five .ewb-gcp-dot {
	transition-delay: 1.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.six {
	height: 80px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.six .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.six .ewb-gcp-dot {
	transition-delay: 1.7s;
}

.wb-slider-ctag.cur .ewb-gcp-line.seven {
	height: 166px;
	transition-delay: 0.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.seven .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.seven .ewb-gcp-dot {
	transition-delay: 1.9s;
}

.wb-slider-ctag.cur .ewb-gcp-line.eight {
	height: 80px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.eight .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.eight .ewb-gcp-dot {
	transition-delay: 1.5s;
}

.wb-slider-ctag.cur .ewb-gcp-line.nine {
	height: 105px;
	transition-delay: 1.1s;
}

.wb-slider-ctag.cur .ewb-gcp-line.nine .ewb-gcp-name,
.wb-slider-ctag.cur .ewb-gcp-line.nine .ewb-gcp-dot {
	transition-delay: 2.1s;
}

.ewb-gcp-dot {
	animation: dotscale 2s linear infinite;
}

@keyframes dotscale {
    0% {
        transform: scale(0.2);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* banner5 */

.ewb-igs {
	position: absolute;
	top: 177px;
	left: -100px;
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}

.ewb-igs-sub {
	position: absolute;
	top: 243px;
	left: -100px;
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}

.ewb-igs-content {
	position: absolute;
	top: 326px;
	left: -100px;
	display: block;
	width: 410px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.wb-slider-ctag.cur .ewb-igs {
	transition: all 1s ease;
	left: 20px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-igs-sub {
	transition: all 1s ease;
	left: 66px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-igs-content {
	transition: all 1s ease;
	left: 47px;
	transition-delay: 0.9s;
}

.ewb-igs-img {
	position: absolute;
}

.ewb-igs-img.one {
	top: 78px;
	right: 389px;
}

.ewb-igs-img.two {
	bottom: -10px;
	right: 294px;
}

.ewb-igs-img.three {
	top: 35px;
	right: 209px;
}

.ewb-igs-img.four {
	bottom: -10px;
	right: 81px;
}

.wb-slider-ctag.cur .ewb-igs-img {
	transition: all 1s ease;
	transition-delay: 0.6s;
}

.wb-slider-ctag.cur .ewb-igs-img.one {
	top: 178px;
}

.wb-slider-ctag.cur .ewb-igs-img.three {
	top: 135px;
}

.wb-slider-ctag.cur .ewb-igs-img.two {
	bottom: 86px;
}

.wb-slider-ctag.cur .ewb-igs-img.four {
	bottom: 89px;
}

.ewb-isg-pf {
	position: absolute;
	animation: fudong 1s infinite alternate ease;
	transition: all 1s ease;
	transition-delay: 1s;
}

@keyframes fudong {
	0% {
        margin-top: -15px;
    }
    100% {
        margin-top: 0px;
    }
}

.ewb-isg-pf.one {
	top: 230px;
	right: 425px;
	animation-delay: 0.3s;
}

.ewb-isg-pf.two {
	top: 120px;
	right: 191px;
	animation-delay: 0.6s;
}

.ewb-isg-pf.three {
	top: 320px;
	right: 62px;
	animation-delay: 0.9s;
}

/* banner6 */

.ewb-egd {
	position: absolute;
	top: 177px;
	left: -100px;
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}

.ewb-egd-content {
	position: absolute;
	top: 273px;
	left: -100px;
	width: 440px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.ewb-egd-more {
	position: absolute;
	bottom: 172px;
	left: -100px;
}

.ewb-egd-more a {
	display: block;
	width: 148px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

.ewb-egd-more a:hover {
	background-color: #009ecc;
}

.wb-slider-ctag.cur .ewb-egd {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-egd-content {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-egd-more {
	transition: all 1s ease;
	left: 52px;
	transition-delay: 0.9s;
}

.ewb-egd-wave {
	position: absolute;
	z-index: 0;
	right: -360px;
	bottom: -220px;
	left: -360px;
	width: 1920px;
	height: 220px;
	background: url('../images/egd_wave.png') center bottom no-repeat;
}

.wb-slider-ctag.cur .ewb-egd-wave {
	bottom: 0;
	transition: all 1s ease;
	transition-delay: 0.3s;
}

.ewb-circle {
	position: absolute;
	z-index: 10;
	animation: fudong 1s infinite alternate ease;
}

.ewb-circle.one {
	top: 351px;
	left: -151px;
	animation-delay: 0.3s;
	transition-delay: 0.3s;
}

.ewb-circle.two {
	top: 431px;
	left: 377px;
	animation-delay: 0.4s;
	transition-delay: 0.5s;
}

.ewb-circle.three {
	top: 109px;
	left: 638px;
	animation-delay: 0.5s;
	transition-delay: 0.7s;
}

.ewb-circle.four {
	top: 462px;
	right: 95px;
	animation-delay: 0.6s;
	transition-delay: 0.9s;
}

.ewb-circle.five {
	top: 386px;
	right: -155px;
	animation-delay: 0.7s;
	transition-delay: 1.1s;
}

.ewb-egd-chart {
	position: relative;
	float: right;
	margin: 135px 132px 0 0;
	width: 346px;
	height: 346px;
}

.ewb-round-one {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -77.5px 0 0 -77.5px;
	width: 155px;
	height: 155px;
}

.wb-slider-ctag.cur .ewb-round-one {
	transition: all 1.5s ease;
	transition-delay: 0.5s;
	animation: roundscale 1.5s linear;
}

.ewb-round-two {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -132.5px 0 0 -132.5px;
	width: 265px;
	height: 265px;
	animation: scale(0);
}

.wb-slider-ctag.cur .ewb-round-two {
	transition: all 1.5s ease;
	animation: roundscale 1.5s linear;
	transition-delay: 0.7s;
	animation-delay: 0.1s;
}

.ewb-round-three {
	position: absolute;
	top: 0;
	left: 0;
	width: 346px;
	height: 346px;
}

.wb-slider-ctag.cur .ewb-round-three {
	transition: all 1.5s ease;
	transition-delay: 0.9s;
	animation: roundscale 1.5s linear;
	animation-delay: 0.2s;
}

@keyframes roundscale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.ewb-funnel {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -104px 0 0 -104px;
	width: 208px;
	height: 208px;
}

.wb-slider-ctag.cur .ewb-funnel {
	transition: all 1s ease;
	transition-delay: 1.7s;
	animation: 8s workrotate 1s linear infinite;
}

@-webkit-keyframes workrotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes workrotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ewb-egd-dot.one {
	position: absolute;
	top: 45px;
	left: 39px;
}

.ewb-egd-dot.two {
	position: absolute;
	top: 47px;
	left: 225px;
}

.ewb-egd-dot.three {
	position: absolute;
	top: 159px;
	right: -9px;
}

.ewb-egd-dot.four {
	position: absolute;
	top: 278px;
	left: 235px;
}

.ewb-egd-dot.five {
	position: absolute;
	top: 271px;
	left: 87px;
}

.ewb-egd-dot.six {
	position: absolute;
	top: 184px;
	left: -7px;
}

.ewb-egd-name {
	display: block;
	position: absolute;
	width: 160px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}

.ewb-egd-name.one {
	top: 18px;
	left: -69px;
}

.ewb-egd-name.two {
	top: 17px;
	left: 209px;
}

.ewb-egd-name.three {
	top: 183px;
	left: 338px;
}

.ewb-egd-name.four {
	top: 294px;
	left: 236px;
}

.ewb-egd-name.five {
	top: 294px;
	left: -20px;
}

.ewb-egd-name.six {
	top: 196px;
	left: -142px;
}

.wb-slider-ctag.cur .ewb-egd-dot,
.wb-slider-ctag.cur .ewb-egd-name {
	transition: all 1.5s ease;
}

.wb-slider-ctag.cur .ewb-egd-dot.one,
.wb-slider-ctag.cur .ewb-egd-name.one {
	transition-delay: 1.9s;
}

.wb-slider-ctag.cur .ewb-egd-dot.two,
.wb-slider-ctag.cur .ewb-egd-name.two {
	transition-delay: 2s;
}

.wb-slider-ctag.cur .ewb-egd-dot.three,
.wb-slider-ctag.cur .ewb-egd-name.three {
	transition-delay: 2.1s;
}

.wb-slider-ctag.cur .ewb-egd-dot.four,
.wb-slider-ctag.cur .ewb-egd-name.four {
	transition-delay: 2.2s;
}

.wb-slider-ctag.cur .ewb-egd-dot.five,
.wb-slider-ctag.cur .ewb-egd-name.five {
	transition-delay: 2.3s;
}

.wb-slider-ctag.cur .ewb-egd-dot.six,
.wb-slider-ctag.cur .ewb-egd-name.six {
	transition-delay: 2.4s;
}

/* banner7 */

.ewb-bid {
	position: absolute;
	top: 124px;
	left: -100px;
	line-height: 72px;
	font-size: 48px;
	color: #fff;
}

.ewb-bid span {
	color: #00b8e6;
}

.ewb-bid-content {
	position: absolute;
	top: 278px;
	left: -100px;
	width: 540px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

.ewb-bid-more {
	position: absolute;
	bottom: 151px;
	left: -100px;
}

.ewb-bid-more a {
	display: block;
	width: 148px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

.ewb-bid-more a:hover {
	background-color: #009ecc;
}

.wb-slider-ctag.cur .ewb-bid {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-bid-content {
	transition: all 1s ease;
	left: 45px;
	transition-delay: 0.7s;
}

.wb-slider-ctag.cur .ewb-bid-more {
	transition: all 1s ease;
	left: 52px;
	transition-delay: 0.9s;
}

.ewb-bid-img1 {
	position: absolute;
	right: 130px;
	bottom: -100px;
}

.wb-slider-ctag.cur .ewb-bid-img1 {
	transition: all 1s ease;
	bottom: 49px;
	transition-delay: 0.5s;
}

.ewb-bid-img2 {
	position: absolute;
	right: 68px;
	top: 0;
}

.wb-slider-ctag.cur .ewb-bid-img2 {
	transition: all 1s ease;
	top: 88px;
	transition-delay: 0.5s;
}

.wb-slider-ctag.cur .ewb-bid-fk1,
.wb-slider-ctag.cur .ewb-bid-fk2,
.wb-slider-ctag.cur .ewb-bid-fk3,
.wb-slider-ctag.cur .ewb-bid-fk4 {
	transition: all 1s ease;
}

.ewb-bid-fk1 {
	position: absolute;
	right: 474px;
	bottom: 149px;
}

.wb-slider-ctag.cur .ewb-bid-fk1 {
	bottom: 249px;
	transition-delay: 0.7s;
}

.ewb-bid-fk2 {
	position: absolute;
	right: 47px;
	bottom: 83px;
}

.wb-slider-ctag.cur .ewb-bid-fk2 {
	bottom: 183px;
	transition-delay: 0.8s;
}

.ewb-bid-fk3 {
	position: absolute;
	right: 188px;
	bottom: 0;
}

.wb-slider-ctag.cur .ewb-bid-fk3 {
	bottom: 91px;
	transition-delay: 0.9s;
}

.ewb-bid-fk4 {
	position: absolute;
	right: 82px;
	bottom: -40px;
}

.wb-slider-ctag.cur .ewb-bid-fk4 {
	bottom: 60px;
	transition-delay: 1s;
}

.wb-slider-ctag.cur .ewb-bid-line1,
.wb-slider-ctag.cur .ewb-bid-line2,
.wb-slider-ctag.cur .ewb-bid-line3,
.wb-slider-ctag.cur .ewb-bid-line4,
.wb-slider-ctag.cur .ewb-bid-line5,
.wb-slider-ctag.cur .ewb-bid-line6 {
	animation: bidline 3s infinite;
	margin-bottom: -600px;
}

@keyframes bidline {
    from {
    	opacity: 0;
        margin-bottom: -600px;
    }
    to {
    	opacity: 1;
       	margin-bottom: 600px;
    }
}


.ewb-bid-line1 {
	position: absolute;
	right: 525px;
	bottom: 280px;
}

.wb-slider-ctag.cur .ewb-bid-line1 {
	animation-delay: 0.1s;
}

.ewb-bid-line2 {
	position: absolute;
	right: 410px;
	bottom: 403px;
}

.wb-slider-ctag.cur .ewb-bid-line2 {
	animation-delay: 0.3s;
}

.ewb-bid-line3 {
	position: absolute;
	right: 427px;
	bottom: 162px;
}

.wb-slider-ctag.cur .ewb-bid-line3 {
	animation-delay: 0.4s;
}

.ewb-bid-line4 {
	position: absolute;
	right: 201px;
	bottom: 346px;
}

.wb-slider-ctag.cur .ewb-bid-line4 {
	animation-delay: 0.7s;
}

.ewb-bid-line5 {
	position: absolute;
	right: 200px;
	bottom: 153px;
}

.wb-slider-ctag.cur .ewb-bid-line5 {
	animation-delay: 0.9s;
}

.ewb-bid-line6 {
	position: absolute;
	right: 58px;
	bottom: 95px;
}

.wb-slider-ctag.cur .ewb-bid-line6 {
	animation-delay: 1.1s;
}

.ewb-header .swiper-container {
    width: 100%;
    overflow: hidden;
}

.ewb-header .swiper-slide a {
    display: block;
    width: 100%;
}

.ewb-header .swiper-slide a img {
    display: block;
    width: 100%;
}

.ewb-header .pagination {
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    bottom: 6px;
    height: 6px;
    text-align: center;
}

.ewb-header .swiper-pagination-switch {
    display: inline-block;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    background: url('../images/stag.png');
}

.ewb-header .swiper-active-switch {
    background: url('../images/stag_cur.png');
}


@media (max-width: 1199px) {
	.ewb-header {
		height: auto;
	}
}

/* 公共标题样式 */

.ewb-cm-hd {
	padding-top: 56px;
	text-align: center;
}

.ewb-cm-tt {
	height: 66px;
	line-height: 66px;
	position: relative;
	top: 80px;
}

.ewb-cm-tt a {
	font-size: 36px;
	color: #333;
}

.ewb-tt-info {
	line-height: 50px;
	font-size: 18px;
	color: #999;
	position: relative;
	top: 80px;
}

@media (max-width: 767px) {
	.ewb-cm-hd {
		padding-top: 30px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.ewb-cm-tt {
		height: 45px;
		line-height: 45px;
	}
	.ewb-cm-tt a {
		font-size: 22px;
	}
	.ewb-tt-info {
		margin-top: 5px;
		line-height: 26px;
		font-size: 14px;
	}
}

/* 我们的业务 */

.ewb-business {
	height: 473px;
	background-color: #eff2f7;
}

.ewb-business-list {
	margin-top: 32px;
    position: relative;
    *position: static;
	top: 100px;
}

.ewb-business-list ul {
	text-align: center;
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-business-node {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 98px;
	margin: 0 70px;
}

.ewb-business-icon {
	display: block;
	width: 98px;
	height: 99px;
	background-position: center top;
    background-repeat: no-repeat;
}

.ewb-business-icon.weixin {
	background: url('../images/xiaochengxu (1).png');
}

.ewb-business-icon.icon1 {
	background: url('../images/business_icon1.png');
}

.ewb-business-icon.icon2 {
	background: url('../images/business_icon2.png');
}

.ewb-business-icon.icon3 {
	background: url('../images/business_icon3.png');
}

.ewb-business-icon.icon4 {
	background: url('../images/business_icon4.png');
}

.ewb-business-icon.icon5 {
	background: url('../images/business_icon5.png');
}

.ewb-business-name {
	display: block;
	margin-top: 20px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}

.ewb-business-node:hover .ewb-business-name {
	color: #3373cb;
}

.ewb-business.roll .ewb-cm-tt,
.ewb-business.roll .ewb-tt-info,
.ewb-business.roll .ewb-business-list {
	transition: all 0.8s ease;
	top: 0;
}

.ewb-business.roll .ewb-cm-tt {
	transition-delay: 0.7s;
}

.ewb-business.roll .ewb-tt-info {
	transition-delay: 1s;
}

.ewb-business.roll .ewb-business-list {
	transition-delay: 1.15s;
}

.ewb-business.roll .ewb-fade {
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

@media (min-width: 768px) and (max-width: 1199px) {
	.ewb-business {
		height: auto;
		padding-bottom: 50px;
	}
	.ewb-business-node {
		margin: 0 26px;
	}
}

@media (max-width: 767px) {
	.ewb-business {
		height: auto;
		padding-bottom: 30px;
	}
	.ewb-business-list {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.ewb-business-list ul {
		width: 440px;
		margin: 0 auto;
	}
	.ewb-business-node {
		width: 60px;
		margin: 0 14px;
	}
	.ewb-business-icon {
		width: 60px;
		height: 62px;
		background-size: 60px auto !important;
		background-repeat: no-repeat !important;
	}
	.ewb-business-name {
		margin-top: 0;
		font-size: 14px;
	}
}

/* 行业经验分享 */

.ewb-ieshare {
	height: 626px;
	background-image: url('../images/ieshare.jpg');
    background-attachment:fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ewb-ieshare .ewb-cm-tt a {
	color: #fff;
}

.ewb-super {
    margin-top: 38px;
    position: relative;
    top: 95px;
}

.prev,
.next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -23px;
	width: 26px;
	height: 46px;
}

.prev {
	left: -46px;
	background: url('../images/prev.png') no-repeat;
}

.prev:hover {
	background-image: url('../images/prev_cur.png');
}

.next {
	right: -46px;
	background: url('../images/next.png') no-repeat;
}

.next:hover {
	background-image: url('../images/next_cur.png');
}

.ewb-super-bd {
    height: 320px;
    margin: 0 -10px;
    width: 1220px;
}

.ewb-super-imgitem {
    overflow: hidden;
    zoom: 1;
}

.ewb-super-imgitem li {
    margin: 0 12px;
    float: left;
    width: 220px;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.ewb-super-imgitem li .pic {
    width: 220px;
    height: 320px;
    position: relative;
}

.ewb-industry-img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.ewb-industry-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 105px;
	background: url('../images/img_mask.png') repeat;
}

.ewb-industry-icon {
	display: block;
	margin: 0 auto;
	vertical-align: top;
	transition: all 0.6s ease;
}

.ewb-industry-name {
	display: block;
	margin-top: 22px;
	line-height: 32px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	transition: all 0.6s ease;
}

.ewb-industry-item:hover {
	background: url('../images/img_mask_cur.png') repeat;
}

.ewb-industry-item:hover .ewb-industry-icon {
    -webkit-transform: scale(1.15) translate(0,-20px);
       -moz-transform: scale(1.15) translate(0,-20px);
        -ms-transform: scale(1.15) translate(0,-20px);
         -o-transform: scale(1.15) translate(0,-20px);
            transform: scale(1.15) translate(0,-20px);
}

.ewb-industry-item:hover .ewb-industry-name {
    font-size: 24px;
    -webkit-transform: translate(0,-12px);
       -moz-transform: translate(0,-12px);
        -ms-transform: translate(0,-12px);
         -o-transform: translate(0,-12px);
            transform: translate(0,-12px);
}


.ewb-ieshare.roll .ewb-cm-tt,
.ewb-ieshare.roll .ewb-tt-info,
.ewb-ieshare.roll .ewb-super {
	transition: all 0.8s ease;
	top: 0;
}

.ewb-ieshare.roll .ewb-cm-tt {
	transition-delay: 0.7s;
}

.ewb-ieshare.roll .ewb-tt-info {
	transition-delay: 1s;
}

.ewb-ieshare.roll .ewb-super {
	transition-delay: 1.15s;
}

.ewb-ieshare.roll .ewb-fade {
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.swiper-ieshare {
	margin-top: 30px;
	padding: 0 5px;
	overflow: hidden;
}

.swiper-wrapper {
	height: 216px !important;
}

.swiper-ieshare .swiper-slide {
	width: 33.33333333%;
	height: 216px !important;
}

.swiper-ieshare .pic {
	position: relative;
	margin: 0 5px;
	height: 216px;
}

.swiper-ieshare .swiper-slide a img {
	width: auto;
}

@media (max-width: 1199px) {
	.ewb-ieshare {
		height: auto;
		padding-bottom: 40px;
		background: url('../images/ieshare.jpg') center center no-repeat;
	}
	.swiper-slide .ewb-industry-item {
		padding-top: 28%;
	}
}

@media (max-width: 767px) {
	.ewb-industry-item:hover .ewb-industry-icon {
	    -webkit-transform: scale(1) translate(0,0);
	       -moz-transform: scale(1) translate(0,0);
	        -ms-transform: scale(1) translate(0,0);
	         -o-transform: scale(1) translate(0,0);
	            transform: scale(1) translate(0,0);
	}

	.ewb-industry-item:hover .ewb-industry-name {
	    -webkit-transform: translate(0,0);
	       -moz-transform: translate(0,0);
	        -ms-transform: translate(0,0);
	         -o-transform: translate(0,0);
	            transform: translate(0,0);
	}
}

@media (max-width: 600px) {
	.swiper-wrapper,
	.swiper-ieshare .swiper-slide,
	.swiper-ieshare .pic {
		height: 180px !important;
	}
}

@media (max-width: 480px) {
	.swiper-wrapper,
	.swiper-ieshare .swiper-slide,
	.swiper-ieshare .pic {
		height: 150px !important;
	}
	.ewb-industry-name,
	.ewb-industry-item:hover .ewb-industry-name {
		margin-top: 15px;
		font-size: 16px;
	}
}

@media (max-width: 350px) {
	.swiper-slide .ewb-industry-item {
		padding-top: 40%;
	}
	.ewb-industry-name {
		font-size: 14px;
	}
}

/* 新闻资讯 */

.ewb-news {
	height: 644px;
	overflow: hidden;
}

.ewb-news-bd {
	margin: 15px -15px 0 -15px;
	*width: 1230px;
	overflow: hidden;
	position: relative;
	top: 100px;
}

.ewb-news-bd ul {
	padding-top: 7px;
}

.ewb-news-node {
	float: left;
	width: 33.33333333%;
	vertical-align: top;
}

.ewb-news-item {
	display: block;
	margin: 0 15px;
}

.ewb-news-info {
	height: 214px;
	border: 1px solid #bfd2e1;
}

.ewb-news-img {
	display: block;
	margin: -1px -1px 0 -1px;
	height: 164px;
	overflow: hidden;
}

.ewb-news-img img {
	display: block;
	width: 100%;
	height: 164px;
	vertical-align: top;
	-webkit-transition: transform .7s ease-out;
       -moz-transition: transform .7s ease-out;
        -ms-transition: transform .7s ease-out;
         -o-transition: transform .7s ease-out;
            transition: transform .7s ease-out;
}

.ewb-news-info:hover {
	box-shadow: 0px 10px 20px #d9dee3;
}

.ewb-news-info:hover img {
	-webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

.ewb-news-name {
	display: block;
	padding: 0 15px 0 20px;
	height: 51px;
	line-height: 51px;
	color: #333;
}

.ewb-news-bd .ewb-list {
	padding: 22px 10px 0 10px;
}

.ewb-list-node {
	padding-left: 13px;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	background: url('../images/dian.jpg') left center no-repeat;
}

.ewb-list-name {
	display: block;
	max-width: 100%;
	color: #333;
}

.ewb-list-name:hover {
	color: #3373cb;
}

.ewb-news-more {
	margin-top: 64px;
	position: relative;
	top: 80px;
}

.ewb-news-more a {
	display: block;
	margin: 0 auto;
	width: 152px;
	height: 44px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
}

.ewb-news.roll .ewb-cm-tt,
.ewb-news.roll .ewb-tt-info,
.ewb-news.roll .ewb-news-bd,
.ewb-news.roll .ewb-news-more {
	transition: all 0.8s ease;
	top: 0;
}

.ewb-news.roll .ewb-cm-tt {
	transition-delay: 0.7s;
}

.ewb-news.roll .ewb-tt-info {
	transition-delay: 1s;
}

.ewb-news.roll .ewb-news-bd {
	transition-delay: 1.15s;
}

.ewb-news.roll .ewb-news-more {
	transition-delay: 1.3s;
}

.ewb-news.roll .ewb-fade {
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

@media (min-width: 768px) and (max-width: 1199px) {
	.ewb-news {
		height: auto;
		padding-bottom: 38px;
	}
	.ewb-news-bd {
		margin-left: -10px;
		margin-right: -10px;
	}
	.ewb-news-item {
		margin: 0 10px;
	}
	.ewb-news-info {
		height: 155px;
	}
	.ewb-news-img,
	.ewb-news-img img {
		height: 105px;
	}
}

@media (max-width: 767px) {
	.ewb-news {
		height: auto;
		padding-bottom: 30px;
	}
	.ewb-news-bd {
		padding: 0 5px;
	}
	.ewb-news-node {
		width: 100%;
	}
	.ewb-news-info,
	.ewb-news-img,
	.ewb-news-img img {
		height: auto;
	}
	.ewb-news-bd .ewb-list {
		padding: 10px 10px;
	}
	.ewb-news-more {
		margin-top: 40px;
	}
}

/* 支持服务 */

.ewb-service {
	height: 521px;
	background-image: url('../images/service_bg.jpg');
    background-attachment:fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ewb-service .ewb-cm-tt a {
	color: #fff;
}

.ewb-service .ewb-tt-info {
	color: #d9d9d9;
}

.ewb-service-list {
	padding-bottom: 30px;
	margin: 6px -15px 0 -15px;
	*width: 1230px;
	height: 246px;
	height: 246px;
	overflow: hidden;
	position: relative;
	top: 120px;
}

.ewb-service-node {
	float: left;
	margin-top: 30px;
	width: 20%;
	vertical-align: top;
	transition: all .2s cubic-bezier(.6, .4, .2, 1);
}

.ewb-service-item {
	display: block;
	margin: 0 15px;
	padding-top: 134px;
	height: 80px;
	text-align: center;
	border: 1px solid #fff;
	box-shadow:0px 9px 13px 0px rgba(68,97,180,0.28);
}

.ewb-service-item.icon1 {
	background: url('../images/service_icon1.png') center 46px no-repeat #fff;
}

.ewb-service-item.icon2 {
	background: url('../images/service_icon2.png') center 46px no-repeat #fff;
}

.ewb-service-item.icon3 {
	background: url('../images/service_icon3.png') center 46px no-repeat #fff;
}

.ewb-service-item.icon4 {
	background: url('../images/service_icon4.png') center 46px no-repeat #fff;
}

.ewb-service-name {
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	letter-spacing: 3px;
    text-indent: 3px;
}

.ewb-service-node.current {
	width: 40%;
}

.ewb-service-node.current .ewb-service-item {
	padding-top: 65px;
	height: 149px;
	background-size: 100% 100%;
}

.ewb-service-node.current .ewb-service-name {
	line-height: 36px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
    text-indent: 2px;
}

.ewb-service-node.current .ewb-service-item.icon1 {
	background: url('../images/service_bg1.png') center center no-repeat;
}

.ewb-service-node.current .ewb-service-item.icon2 {
	background: url('../images/service_bg2.png') center center no-repeat;
}

.ewb-service-node.current .ewb-service-item.icon3 {
	background: url('../images/service_bg3.png') center center no-repeat;
}

.ewb-service-node.current .ewb-service-item.icon4 {
	background: url('../images/service_bg4.png') center center no-repeat;
}

.ewb-more {
	display: none;
	margin: 26px auto 0;
	width: 101px;
	height: 33px;
	line-height: 32px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
}

.ewb-service-node.current .ewb-more {
	display: block;
}

.ewb-service.roll .ewb-cm-tt,
.ewb-service.roll .ewb-tt-info,
.ewb-service.roll .ewb-service-list {
	transition: all 0.8s ease;
	top: 0;
}

.ewb-service.roll .ewb-cm-tt {
	transition-delay: 0.7s;
}

.ewb-service.roll .ewb-tt-info {
	transition-delay: 1s;
}

.ewb-service.roll .ewb-service-list {
	transition-delay: 1.15s;
}

.ewb-service.roll .ewb-fade {
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

@media (max-width: 1199px) {
	.ewb-service {
		background: url('../images/service_bg.jpg') center center no-repeat;
	}
	.ewb-service-node {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.ewb-service {
		height: auto;
	}
	.ewb-service-list {
		margin: 26px 0 0 0;
		height: auto;
	}
	.ewb-service-node {
		margin-top: 0;
		width: 50%;
		margin-bottom: 10px;
	}
	.ewb-service-item {
		margin: 0 5px;
	}
}

@media (max-width: 480px) {
	.ewb-service-item {
		padding-top: 80px;
		height: 50px;
		background-position: center 30px !important;
		background-size: auto 40px !important;
	}
}

