
.count{ color:#1763ce}
.banner {
	height: 640px;
	position: relative;
}

.text1{
	left:65%;
	top: 48%;
	}
	
.text2{
	left: 59%;
	top: 48%;
}
	
.banner .gbox {
	position: relative;
	height: 640px;
}

.banner .gbox .img1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner .gbox .img2 {
	position: absolute; 
	width:80%;

	transform: translate(-50%,-50%);
}

.banner .slick-dots {
	bottom: 30px;
}

.banner .slick-dots li button {
	border-radius: 50px;
	width: 20px;
	height: 20px;
	background: #fff;
	margin: 0 1px;
	opacity: .4;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
	background: #fff;
}

.banner .slick-arrow {
	width: 48px;
	height: 48px;
	border: none;
	margin-top: -24px;
}

.banner .slick-prev {
	background: url(../images/index_prev2.png) no-repeat center center;
	left: 60px;
}

.banner .slick-next {
	background: url(../images/index_next2.png) no-repeat center center;
	right: 60px;
}

.left_animate {
	transition: all 2s;
	opacity: 0;
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%); font-weight:bold; 
  color:#FFFFFF;
	font-size: 37px;
    line-height: 46px;
    text-align: center;
}

.banner_animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.right_animate {
	transition: all 5s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.banner_zoom {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.trust-box .img-box03 {
	max-width: 44%;
}

.trust-box .left-box .text-content .icon-box li+li {
	margin-left: 22px;
}

.service {
	margin: 0 auto;
	padding: 10px 0 47px;
	width: 100%;
	text-align: center;
}

.service h2 {
	position: relative;
	margin-bottom: 10px;
	color: #185dc0;
	font-weight:bold;
	font-size: 50px;
}

.trangle_01 {
	display: inline-block;
	width: 0;
	height: 0;
	border: 0px solid #E62422;
	vertical-align: super;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.trangle_02 {
	display: inline-block;
	width: 0;
	height: 0;
	border: 1px solid #E62422;
	vertical-align: sub;
	border-left-color: transparent;
	border-top-color: transparent;
}

bottom {
	margin: 20px auto 0;
	width: 1220px;
	margin-top: -23px;
}

.imgBox_01 dd {
	font-size: 16px;
}

.imgBox_01 dd span {
	font-size: 14px;
}

.imgBox_01 dd, .imgBox_02 dd {
	color: #333333;
}

.imgBox_01 dd h3 {
	font-size: 16px; line-height:45px; margin-bottom:13px;
	font-weight: normal; BORDER-bottom: #cccccc 1px solid;
}

.imgBox_01 dd:not(:last-child) {
	margin-top: 10px;
}

.imgBox_01 dl:nth-child(2), .imgBox_02 dl:nth-child(2) {
	margin: 0 20.5px;
}

.imgBox_01 span, .imgBox_02 span {
	color: #666666;
}

.imgBox_01 dl {
	width: 383px; padding-left:7px
}

.imgBox_02 li {
	overflow: hidden;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgBox_02 li i {
	display: inline-block;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	border: 2px solid #C7C7C7;
	border-radius: 50%;
	vertical-align: middle;
}

.imgBox_02 li a {
    color: #666666;
    font-size: 15px;
    padding-left: 11px;
    padding-right: 24px;
    line-height: 34px;
    display: inline-block;
    width: 370px;
    line-height: 34px;
}

.imgBox_02 li a + a {
	margin-left: 0px;
}

.bottom {
	margin: 20px auto 0;
	width: 1220px;
	margin-top: -3px;
}

#footer {
	background: #000000;
}

.footer {
	font-size: 14px;
	margin: 0 auto;
	padding: 30px 0;
	width: 1400px;
	color: #969696;
}

.footer_lf p span {
	font-size: 13px;
}

.footer_lf ul {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 0px solid #333333;
}

.footer_lf li a {
	color: #969696;
}

.footer_lf li {
	float: left;
	margin-right: 30px;
}

.footer_lf li:last-child {
	margin-right: 0;
}

.footer_rt p {
	text-align: right;
}

.footer_rt p:nth-child(2) {
	margin: 3px 0;
}

 .idea-message {
    background-color: #ffffff;
    padding-bottom: 50px;
}
.footer-tabs-box {
    width: 1220px;
    margin: 0 auto;
    padding: 25px 0 12px;
}
.footer-tabs li {
    padding: 8px 15px;
    background-color: #D3D3D3;
    color: #666666;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}