.wapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/****************************首页******************************/


/*PC端导航*/

.head {
	height: 60px;
	line-height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #FFFFFF;
	top: 0;
}

.head .head-l {
	display: block;
	position: absolute;
	left: 120px;
}

.head .head-l img {
	vertical-align: middle;
	height: 32px;
}

.head .head-r {
	position: absolute;
	right: 120px;
	display: block;
}

.head .head-r .nav {
	float: left;
	height: 40px;
}

.head .head-r .nav li {
	float: left;
	line-height: 60px;
	padding: 0 35px;
	font-size: 16px;
	position: relative;
	z-index: 10;
}
.head .head-r .nav li .product_center_link{
	z-index: 12;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 25px;
	height: 0;
	overflow: hidden;
	transition: all 4s;
}
.head .head-r .nav li .product_center_link a{
	text-align: center;
	border-top: 1px solid #E2E2E2;
	color: #666666;
	font-size: 16px;
	height: 56px;
	line-height: 55px;
	margin-top: 0;
	transition: all .3s;
}
.head .head-r .nav li .product_center_link a:hover{
	color: #1E76E4;
}
.head .head-r .nav li .product_center_link a:first-child{
	border-top: 0;
}
.head .head-r .nav li a{
	height: 34px;
	line-height: 34px;
	margin-top: 13px;
	display: block;
	overflow: hidden;
}
.head .head-r .nav li a>span{
	position: relative;
    display: inline-block;
    height: 100%;
    transition: all ease-out .3s;
}
.head .head-r .nav li a span::after {
    color: #1e76e4;
}
.head .head-r .nav li a span:after {
    position: absolute;
    left: 0;
    width: 100%;
    color: #1e76e4;
    content: attr(data-title);
    transform: translateY(100%);
}
.head .head-r .nav li:hover a span{
	transform: translateY(-100%);
}
.head .head-r .hd-phoe {
	margin-left: 50px;
	float: left;
	line-height: 60px;
	font-size: 18px;
}

.head .head-r .nav li.on a {
	color: #1e76e4;
}
.head .sub_menu{
	position: absolute;
	right: 0;
	left: 0;
	height: 0;
	background: #FBFBFB;
	width: 100%;
	top: 60px;
	z-index: 99;
	transition: all 0.4s;
	overflow: hidden;
}
.head .sub_menu .sub_menu_list{
	min-width: 1280px;
	max-width: 1400px;
	margin: auto;
	padding: 0 120px;
}
.head .sub_menu .sub_menu_list .product_center_link{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	transition: all .4s;
	margin: auto;
}
.head .sub_menu .sub_menu_list .product_center_link .child_a{
	height: 40px;
	line-height: 40px;
	padding-left: 0.5rem;
	transition: all .4s;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 15px;
}

/*移动端导航*/

.nav-box {
	height: 50px;
}

.nav-box.nav-box-fixed {
	background: #FFFFFF;
	position: fixed;
	height: 67px;
	padding-top: 0;
	z-index: 99;
	display: block;
}

.nav-box.moble {
	display: none;
}

.nav-box h1 {
	padding-top: 9px;
}

.nav-box h1 img {
	display: block;
	width: auto;
	height: 28px;
	margin-top: 6px;
}

.nav-box .caidan {
	float: right;
	width: 40px;
	/*margin-top: 5px;*/
}

.yd-cd {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
	padding: 25px 30px 30px;
}

.yd-cd .guanbi {
	margin-bottom: 30px;
}
.yd-cd ul{
	overflow-y: auto;
	height: calc(100% - 50px);
}
.yd-cd .guanbi div {
	line-height: 25px;
}

.yd-cd .guanbi div a:first-child {
	color: #2F92D3;
}

.yd-cd .guanbi div a:last-child {
	color: #B3BBCC;
}

.yd-cd .guanbi div i {
	color: #FFFFFF;
	margin: 0 10px
}

.yd-cd .guanbi img {
	width: 25px;
	float: right;
}

.head_ul .nav {
	width: 100%;
	height: auto;
	display: none;
	padding: 0;
	background: none;
	position: static;
}

.head_ul li {
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
	position: relative;
}

.head_ul li>a {
	text-align: left;
	display: block;
	width: 100%;
	padding-bottom: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-right: 50px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	z-index: 10;
}

.head_ul li.active {
	border: none;
}

.head_ul li .a_xiala {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/icon_down.png) center no-repeat;
	background-size: 14px 8px;
	z-index: 2000;
}

.head_ul li .a_xiala.a_xiala2 {
	background: url(../images/icon_up.png) center no-repeat;
	background-size: 14px 8px;
}
.head_ul .secondnav{
	width: 100%;
	padding: 10px 15px;
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.head_ul .secondnav a{
	display: block;
	color: #d1cfcf;
	line-height: 2.5;
	font-size: 14px;
}
.head_ul .nav .nav_left {
	height: auto;
	border: none;
	margin-left: 20px;
	line-height: 33px;
	text-align: left;
	text-indent: 12px;
}

.head_ul .nav .nav_left div div {
	padding-left: 25px;
}

.head_ul .nav .nav_left a {
	font-size: 14px;
	display: block;
	float: none;
	color: #999;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	margin: 0;
}

.head_ul .nav .nav_left a:last-child {
	border-bottom: none;
}


/*banner轮播*/
.banner {
	position: relative;
	/*height: 800px;*/
}
.lbbox{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.banner .swiper-container {
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	z-index: 10;
	/*top: 70px;*/
}
.banner .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	position: relative;
}

.banner .swiper-slide .bgimg {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-444px,-960px);
}

.banner .swiper-slide .lunbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .lunbox>div {
	float: left;
	width: 50%;
}

.banner .swiper-slide .lunbox .left {
	text-align: center;
}

.banner .swiper-slide .lunbox .right {
	text-align: left;
	padding-right: 80px;
}

.banner .swiper-slide .lunbox .right h2 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: 400;
	margin-top: 15px;
}

.banner .swiper-slide .lunbox .right h2:nth-child(1) {
	background: #FFFFFF;
	color: #2bcbfe;
	display: inline-block;
	padding: 0 10px;
	margin-top: 50px;
}

.banner .swiper-slide .lunbox .right h2:nth-child(3) {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bdedfe;
}

.banner .swiper-slide .lunbox .right p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: 100;
	margin-bottom: 15px;
	font-family: serif;
}

.banner .swiper-pagination-bullet {
	width: 53px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 0;
	opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1E76E4;
	height: 4px;
}

.banner .swiper-pagination-bullets {
	position: fixed;
	bottom: 20px !important;
	    left: 0;
    width: 100%;
    padding: 10px 0;
    /*z-index: -1;*/
    /*z-index: 999 !important;*/
}
.banner.zindex .swiper-container{
	z-index: -10 !important;
}
.banner.zindex .swiper-pagination {
	z-index: -10;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	position: fixed;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	border-radius: 50%;
	transition: all ease-out .3s;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
	background-color: rgba(0,0,0,.5);
}
.banner .swiper-button-prev{
	background-image: url(/statics/images/images/icon-baleft.png) !important;
	background-size: 20px 20px;
	background-position: center center;
}
.banner .swiper-button-next{
	background-image: url(/statics/images/images/icon-baright.png) !important;
	background-size: 20px 20px;
	background-position: center center;
}
.banner.zindex .swiper-button-next,.banner.zindex  .swiper-button-prev{
	z-index: -10;
}

/**************服务************/

.title-hd {
	text-align: center;
}

.title-hd h2 {
	font-size: 36px;
	font-weight: normal;
	color: #444444;
	line-height: 100px;
}

.title-hd p {
	font-size: 18px;
	color: #777777;
	line-height: 50px;
}

.severbox {
	padding: 65px 0 105px;
	background: #FFFFFF;
}

.severbox .sevlist {
	margin-top: 70px;
}

.severbox .sevlist li {
	float: left;
	width: 32%;
	margin-left: 2%;
	position: relative;
	overflow: hidden;
	transition: all .6s;
}
.severbox .sevlist li:nth-child(1) {
	margin-left: 0;
}
.severbox .sevlist li .con p:nth-child(1) img{
	transition: all 1s;
}
.severbox .sevlist li .con p:nth-child(1) {
	background: transparent;
	width: 384px;
	height: 284px;
	line-height: 284px;
	text-align: center;
	border: 1px solid #dcdcdc;
	position: relative;
	    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
/*.severbox .sevlist li .con p:nth-child(1):hover{
	    border: 1px solid #1e76e4;
}*/
.severbox .sevlist li .con p:nth-child(1){
	background:rgba(0,0,0,0) none repeat scroll 0 0;
	/*border:0 none;*/
	box-shadow:0 0 0 0 transparent inset;
	box-sizing:border-box;
	transition:all 0.6s ease-in 0s;
}
.c-btn::after {
	content:"";
	display:block;
	position:absolute;
}
.c-btn::before {
	content:"";
	display:block;
	position:absolute;
}
.c-btn--border-line::after,.c-btn--border-line::before {
	border:2px solid transparent;
	box-sizing:border-box;
	height:0;
	width:0;
}
.c-btn--border-line::after {
	left:0;
	top:0;
	transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.c-btn--border-line::before {
	bottom:0;
	right:0;
	transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in 0s;
}
.c-btn--line::after {
	background-color:#1e76e4;
	bottom:0;
	transform:scaleX(0);
	transform-origin:right center 0;
	transition:transform 0.6s cubic-bezier(0.55,0,0.1,1) 0s,-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1) 0s;
}

/*.severbox .sevlist li .con p:nth-child(1):hover:before{
	    width: 100%;
    height: 100%;
        border-bottom-color: #367dff;
    border-left-color: #367dff;
    -webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}*/
/*.severbox .sevlist li .con p:nth-child(1):before{
	    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
        bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}*/

.severbox .sevlist li .con p:nth-child(2) {
	height: 105px;
	line-height: 105px;
	padding-top: 10px;
	text-align: center;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
}

.severbox .sevlist li .modal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 118, 228, 1);
	opacity: 0;
	transform: translate(460px, -200px) rotate(180deg);
	transition: all 0.2s 0.3s ease-in-out;
}

.severbox .sevlist li .modal a {
	transition: all 0.2s ease-in-out;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-300px);
	text-align: center;
	color: #FFFFFF;
}

.severbox .sevlist li .modal p {
	width: 70%;
	margin: 0 15%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 24px;
}



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

.casebox {
	background: #f6f6f6;
	padding: 80px 20px;
}

.casebox ul {
	margin: 50px -10px 0;
}

.casebox ul li {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding: 0 10px;
	animation-delay: 0.2s;
}
.casebox ul li>a{
	background: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.casebox ul li .conbox {
	position: relative;
	overflow: hidden;
}

.casebox ul li .conbox img {
	width: 100%;
	transition: all 0.35s;
}

.casebox ul li .conbox .overlay {
	width: 46%;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 26%;
	top: 50%;
	text-align: center;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1) translateY(-50%);
	transform: scale(0, 1) translateY(-50%);
}

.casebox ul li .conbox .overlay button {
	height: 100%;
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
	border-radius: 0px;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}


.casebox ul li .word {
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #444444;
	font-size: 18px;
	font-family: 'siyuan';
	overflow: hidden;
}
.casebox .morebox{
	margin: 95px auto 0;
}

/*****解決方案****/
.dealbox{
	position: relative;
	background: #F6F6F6;
}
.dealbox .deal-l{
	width: 100%;
	padding-right: 50%;
	position: relative;
}
.dealbox .deal-r{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
}
.dealbox .deal-l img{
	width: 100%;
	padding-right: 70px;
}
.dealbox .deal-r .con{
	position: absolute;
	top: 50%;
	left: 120px;
	width: 60%;
	transform: translateY(-50%);
}
.dealbox .deal-r .con h2{
	font-size: 36px;
	font-weight: normal;
	color: #444444;
	line-height: 1;
}
.dealbox .deal-r .con p{
	font-size: 16px;
	line-height: 30px;
	margin: 55px 0;
	color: #777777;
	font-family: 'siyuan';
}
.dealbox .deal-r .con li{
	float: left;
	margin-left: 3%;
	width: 22%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
	color: #777777;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.dealbox .deal-r .con li:nth-child(4n+1){
	margin-left: 0;
}

/*****合作品牌****/
.brandbox{
	padding: 120px 0;
	position: relative;
	background: #FFFFFF;
}
.brandbox .wapper{
	position: relative;
}
.pchd{
	display: none;
}
.brandbox .brand-l{
	position: absolute;
	top: 50px;
	left: 0;
}
.brandbox .brand-l .eg{
	color: #787878;
	font-size: 18px;
	float: left;
	margin-top: 5px;  
    width: 30px;  
    font-size: 20px;   
    line-height: 24px;  
    transform:rotate(90deg);  
    -ms-transform:rotate(90deg);    /* IE 9 */  
    -moz-transform:rotate(90deg);   /* Firefox */  
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */  
    -o-transform:rotate(90deg);     /* Opera */
}
.brandbox .brand-l .zh{
	float: left;
	width: 36px;    
    margin: 0 auto;    
    line-height: 44px;    
    font-size: 36px; 
    color: #444444;
    margin-left: 20px;
}
.brandbox .brand-r{
	width: 100%;
	padding-left: 225px;
}
.brandbox .brand-r li{
	float: left;
	width: 25%;
	height: 130px;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 130px;
	text-align: center;
	position: relative;
	overflow: hidden;
    transition: all .2s linear;
   animation-delay: .3s;
}
.brandbox .brand-r li img{
	max-height: 80%;
	max-width: 80%;
}

/*关于*/
.aboutbox{
	background: url(../../images/images/aboutbg.jpg) no-repeat;
	background-size: cover;
	padding: 106px 0 200px 0;
	position: relative;
}
.aboutbox .aboutdt{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.aboutbox .aboutdt h2{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}
.aboutbox .aboutdt .hr{
	height: 1px;
	width: 78px;
	background: #FFFFFF;
	margin: 70px auto 60px;
}
.aboutbox .aboutdt .word{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 70px;
}
.aboutbox .morebox{
	border: 1px solid #FFFFFF;
}
.aboutbox .morebox a{
	color: #FFFFFF;
}
.aboutbox .morebox::before{
	background: #FFFFFF;
}
.aboutbox .con {
	position: absolute;
	left: 50%;
	bottom: -117px;
	transform: translateX(-50%);
	background: #FFFFFF;
	padding: 53px 0;
	box-shadow: 2px 3px 18px rgba(0,0,0,0.15);
}
.aboutbox .con li{
	float: left;
	width: 33.3333%;
	text-align: center;
	border-right: 1px solid #ebebeb;
}
.aboutbox .con li:nth-child(3){
	border-right: 0;
}
.aboutbox .con li p:nth-child(1){
	color: #1e76e4;
	font-size: 18px;
}
.aboutbox .con li p:nth-child(1) span{
	font-size: 60px;
	margin-right: 15px;
	/* font-family: 'numberlight'; */
	vertical-align: sub;
}
.aboutbox .con li p:nth-child(2){
	font-size: 18px;
	margin-top: 25px;
}

/*新闻*/
.newbox{
	background: #F6F6F6;
	padding: 180px 0 90px;
}
.newbox .newsnav{
	overflow: hidden;
	padding-bottom: 2%;
	margin: 0 auto;
	display: table;
}
.newbox .newsnav .li{
	font-size: 16px;
	color: #535353;
	float: left;
	background: #fff;
	border-radius: 20px;
	margin-right: 10px;
	overflow: hidden;
	transition: all .5s ease-in-out;
}
.newbox .newsnav .li a{
	display: block;
	padding: 6px 20px;
	font-size: 16px;
	color: #535353;
}
.newbox .newsnav .li.cur,.newbox  .newsnav .li:hover {
    background: #0166ce;
}
.newbox .newsnav .li.cur a,.newbox  .newsnav .li:hover a {
    color: #fff;
}
.tabmain .newslist{
	display: none;
	overflow: hidden;
}
.tabmain .newslist.show{
	display: block;
}
.newbox ul{
	margin-top: 10px;
}
.newbox li{
	float: left;
	width: 32%;
	margin-left: 2%;
	background: #FFFFFF;
	transition: all 0.6s;
}
.newbox li a{
	display: block;
	position: relative;
	padding: 25px 20px 50px 20px;
}
.newbox li:nth-child(1){
	margin-left: 0;
}
.newbox li h3{
	font-size: 16px;
	color: #444444;
	font-weight: normal;
	padding-bottom: 26px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newbox li p{
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.newbox li i{
	position: absolute;
	right: 50%;
	bottom: 20px;
	font-size: 32px;
	transform: translateX(50%);
	transition: all 1s;
	color: #666666;
}
.newbox .morebox{
	margin-top: 80px;
	border: 1px solid #c9c9c9;
}
.newbox .morebox a{
	color: #7e7e7e;
}
/*.footer{
	margin-bottom: -21px;
}*/
.footer{
	position: relative;
}
.footer .top{
	background: #2a2e31;
	padding: 40px 0;
}
.footer .top h2{
	color: #e0e0e0;
	font-size: 16px;
	margin-bottom: 30px;
}
.footer .top .phone{
	color: #abaaaa;
	font-size: 25px;
}
.footer .top .phone i{
	color: #abaaaa;
	font-size: 25px;
	margin-right: 10px;
}
.footer .top p{
	color: #abaaaa;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer .top p img{
	width: 146px;
}
.footer .bottom{
	background: #1e2124;
	line-height: 30px;
	padding: 15px 0;
}
.footer .bottom{
	color: #ababab;
	text-align: center;
}
.footer .bottom .fl{
	float: none;
}
.footer .bottom .fr{
	float: none;
}
.footer .bottom .fl a{
	color: #ababab;
	font-size: 14px;
	font-family: 'siyuan';
}
.footer .bottom .fl i{
	margin: 0 15px;
	color: #ababab;
}
.footer .bottom .fr{
	font-family: 'siyuan';
}
.footer .link_box{
	background: #1e2124;
	padding: 0 0 20px;
}
.footer .link_box .link_in{
	position: relative;
	padding-left: 84px;
	line-height: 30px;
	color: #abaaaa;
}
.footer .link_box .link_in .link_fl{
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 15px;
}
.footer .link_box .link_in .link_fl::before{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	width: 2px;
	height: 18px;
	background-color: #abaaaa;
}
.footer .link_box .link_in .link_fr a{
	color: #abaaaa;
	margin-right: 15px;
	display: inline-block;
}

/*#newBridge .icon-right-bottom{
	bottom: 50px !important;
}*/

/*案例*/
.casetop{
	position: relative;
}
.casetop>img{
	width: 100%;
}
.casetop>h2{
	display: none;
}
.casetop .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	text-align: center;
}
.casetop .con h2{
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 68px;
	font-weight: normal;
}
.casetop .con .list a{
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 22px;
	color: #FFFFFF;
	margin-left: 56px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}

.casetop .con .list a:first-child{
	margin-left: 0;
}
.casetop .con .list a::before {
	content: '';
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	opacity: 0;
	background: #1e76e4;
	transition: all .36s ease;
}
.casetop .con .list a:hover::before{
	opacity: 1;
	width: 100%;
}
.casetop .con .list a:hover{
	border: 1px solid #1e76e4;
}
.casetop .con .list a.active::before{
	opacity: 1;
	width: 100%;
}
.casetop .con .list a.active{
	border: 1px solid #1e76e4;
}
.caselist{
	display: none;
	padding: 20px 15px;
	
}
.caselist ul li{
	color: #666666;
	border: 1px solid #222222;
	float: left;
	margin-left: 5%;
	margin-bottom: 20px;
	width: 30%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 28px;
}
.caselist ul li a{
	color: #666666;
}
.caselist ul li:nth-child(3n+1){
	margin-left: 0;
}
.caselist ul li.active{
	background: #1E76E4;
	border: 1px solid #1E76E4;
}
.caselist ul li.active a{
	color: #FFFFFF;
}
.casebox.pdbox{
	padding: 0 20px;
	background: #FFFFFF;
}
.loadtip{
	padding: 68px 0;
	text-align: center;
	color: #646464;
	font-size: 14px;
}



/*****更多按鈕****/
.morebox {
	position: relative;
	color: #1e76e4;
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #c9c9c9;
	border-radius: 25px;
	margin: 0 auto;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	overflow: hidden;
	text-indent: 0px;
	text-transform: uppercase;
	z-index: 10;
}

.morebox a {
	color: #7e7e7e;
	display: block;
	font-family: 'siyuan';
	font-size: 16px;
}

.morebox a i {
	margin-left: 25px;
	font-size: 32px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
}

.morebox::before {
	content: '';
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	opacity: 0;
	background: #1e76e4;
	transition: all .36s ease;
}



/*简介*/
.jianjie{
	position: relative;
}
.jianjie>img{
	width: 100%;
}
.jianjie .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.jianjie .con h2{
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 55px;
	color: #FFFFFF;
}
.jianjie .con .bd{
	text-align: center;
}
.jianjie .con .bd p{
	color: #FFFFFF;
	font-size: 26px;
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.7);
	letter-spacing: 3px;
	opacity: 0.9;
}
.companyjs{
	background:rgba(247,249,250,1);
	padding-top: 50px;
}
.companyjs .name{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
.companyjs .jsbox .word{
	margin-top: -50px;
	text-align: center;
	color: #777777;
	font-size: 18px;
	line-height: 40px;
}
.companyjs .jsbox .fazhanbox{
	padding: 130px 0;
}
.companyjs .jsbox .fazhanbox li{
	float: left;
	width: 33.333333%;
	text-align: center;
}
.companyjs .jsbox .fazhanbox li p:nth-child(1){
	color: #1E76E4;
	font-size: 18px;
}
.companyjs .jsbox .fazhanbox li p:nth-child(1) span{
	font-size: 60px;
    margin-right: 15px;
    font-family: 'numberlight';
    vertical-align: sub;
}
.companyjs .jsbox .fazhanbox li p:nth-child(2){
	font-size: 18px;
    margin-top: 25px;
}
.pphjbox{
	padding: 130px 0;
}
.pphjbox ul{
	position: relative;
}
.pphjbox li{
	overflow: hidden;
	cursor: pointer;
}
.pphjbox li img{
	width: 100%;
	transition: all 1s;
}
.pphjbox .topli{
	width: 32.75%;
}
.pphjbox .topli:nth-child(1){
	margin-right: 11px;
}
.pphjbox .btli{
	width: 50%;
	margin-top: 11px;
}
.pphjbox .btli:nth-child(1){
	padding-right: 5px;
}
.pphjbox .btli:nth-child(2){
	padding-left: 5px;
}
.pphjbox .topli:nth-child(1){
	animation-delay: 0.1s;
}
.pphjbox .topli:nth-child(2){
	animation-delay: 0.2s;
}
.pphjbox .topli:nth-child(3){
	animation-delay: 0.3s;
}
.pphjbox .btli:nth-child(1){
	animation-delay: 0.1s;
}
.pphjbox .btli:nth-child(2){
	animation-delay: 0.2s;
}
.pphjbox .topli.centbox{
	/*background:rgba(247,249,250,1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);*/
	background:rgba(247,249,250,1);
	position: relative;
	height: 100%;
}
.pphjbox .topli.centbox div{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.pphjbox .topli.centbox p:nth-child(1){
	color:#323232;
	font-size: 36px;
}
.pphjbox .topli.centbox p:nth-child(1) i{
	margin: 0 10px;
}
.pphjbox .topli.centbox p:nth-child(2){
	width: 49px;
	height: 1px;
	background: #323232;
	margin: 40px auto;
}
.pphjbox .topli.centbox p:nth-child(3){
	color: #323232;
	font-size: 18px;
	line-height: 36px;
}
.advanbox{
	background: url(../../images/images/simple-bg.jpg) no-repeat;
	background-size: cover;
	padding: 125px 0;
}
.advanbox .wapper{
	position: relative;
	height: 600px;
}
.advanbox .wapper .adv-l{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding-right: 80px;
	color: #FFFFFF;
}
.advanbox .adv-l p:nth-child(1) {
	position: relative;
	opacity: 0;
	transform: scale(1.2, 1.2);
	transition: all 0s ease;
}

.advanbox .adv-l p:nth-child(2) {
	font-size: 30px;
	opacity: 0;
	transition: all 0s ease;
	transform: scale(1.2, 1.2)
}

.advanbox .adv-l p:nth-child(3) {
	opacity: 0;
	transition: all 0s ease;
	transform: scale(1.2, 1.2)
}
.advanbox .wapper .adv-r{
	position: absolute;
	width: 50%;
	height: 600px;
	right: 0;
	text-align:center;
}
.advanbox .wapper .adv-r:before{
	overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin: 0;
    background: url(../../images/images/simple-circle.png) no-repeat center center;
    content: '';
}
.advanbox .list li {
	float: left;
	position: relative;
	width: 166px;
	height: 166px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	line-height: 22px;
	transform: rotateY(360deg);
	transition: all 0s ease;
}

.advanbox .list li:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: -83px 0 0 -83px;
	border-radius: 20px;
	border: 1px solid #fff;
	content: '';
	opacity: .5;
	transform: rotate(45deg);
}

.advanbox .list p:nth-child(1) {
	display: block;
	position: relative;
	padding: 10px 0 30px;
	font-size: 36px;
}
.advanbox .list p:nth-child(2) {
	font-size: 18px;
}

.advanbox .list .list-01 {
	float: none;
	margin: 0 auto;
}

.advanbox .list .list-03 {
	float: right;
}

.advanbox .list .list-04 {
	clear: both;
	float: none;
	margin: 0 auto;
}


/* advanbox active */
.advanbox.active .list:before {
	width: 263px;
	height: 263px;
	margin: -131.5px 0 0 -131.5px;
	transition: all .6s ease .4s;
}

.advanbox.active .list li {
	top: 0;
	opacity: 1;
	transform: rotateY(0deg);
	transition: top .4s ease .6s, transform .4s ease .6s, opacity .4s ease .6s;
}

.advanbox.active .list .list-01 {
	top: 25px;
}

.advanbox.active .list .list-02 {
	left: 25px;
	top: 50px;
}

.advanbox.active .list .list-03 {
	right: 25px;
	top: 50px;
}

.advanbox.active .list .list-04 {
	top: 75px;
}
.advanbox.active .list .list-04 p:nth-child(1){
	padding: 35px 0 20px;
}

.advanbox.active .list li:first-child+li {
	transition: top .8s ease 1s, transform .8s ease 1s, opacity .8s ease 1s;
}

.advanbox.active .list li:first-child+li+li {
	transition: top .8s ease 1.2s, transform .8s ease 1.2s, opacity .8s ease 1.2s;
}

.advanbox.active .list li:first-child+li+li+li {
	transition: top 1s ease 1.5s, transform 1s ease 1.5s, opacity 1s ease 1.5s;
}

.advanbox.active .adv-l p:nth-child(1) {
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transition: left 1s ease .8s, opacity 1s ease .8s, transform 1s ease .8s;
}

.advanbox.active .adv-l p:nth-child(2) {
	opacity: 1;
	transition: opacity 1s ease 1.2s;
	transform: scale(1, 1);
}

.advanbox.active .adv-l p:nth-child(3) {
	opacity: 1;
	transition: opacity 1s ease 1.2s;
}




.advanbox .wapper .adv-l .con p:nth-child(1){
	font-size: 36px;
}
.advanbox .wapper .adv-l .con p:nth-child(2){
	font-size: 18px;
	line-height: 1.5;
	margin: 50px 0;
}
.advanbox .wapper .adv-l .con p:nth-child(3){
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
}
.advanbox .wapper .adv-r>img{
	width: 100%;
}
.advanbox .wapper .adv-r .lgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
}
.advanbox .wapper .adv-r .block{
	width: 230px;
	height: 230px;
	background: url(../../images/images/youhsi-block.png) no-repeat;
	background-size: 100%;
	text-align: center;
	padding-top: 30px;
	position: absolute;
	color: #FFFFFF;
}
.advanbox .wapper .adv-r .block p:nth-child(1){
	font-size: 36px;
	line-height: 1;
	margin-bottom: 30px;
}
.advanbox .wapper .adv-r .block p:nth-child(2){
	font-size: 18px;
	line-height: 24px;
}
.advanbox .wapper .adv-r .top{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.advanbox .wapper .adv-r .left{
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.advanbox .wapper .adv-r .bottom{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.advanbox .wapper .adv-r .right{
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.zizhi{
	padding: 130px 0;
	display:flex
}
.zizhi .pchd{
	display: none;
}
.zizhi .zz-l,.zizhi .zz-r{
	float: left;
	width: 50%;
	position: relative;
}
.zizhi .zz-l{
	padding-right: 45px;
	text-align: center;
}
.zizhi .zz-l::before{
	content: '';
	position: absolute;
	border: 1px solid #e5e5e5;
	border-radius: 9px;
	top: 70px;
	bottom: 70px;
	left: 0;
	right: 47px;
	z-index: -1;
}
.zizhi .zz-l img{
	max-width: 80%;
	box-shadow: 0 0 24px rgba(0,0,0,0.3);
}
.zizhi .zz-r{
	align-self:center;
	padding-left: 90px;
}
.zizhi .zz-r p:nth-child(1){
	font-size: 36px;
	color: #444444;
	line-height: 1;
}
.zizhi .zz-r p:nth-child(2){
	font-size: 18px;
	color: #777777;
	margin: 50px 0;
	line-height: 1.5;
}
.zizhi .zz-r p:nth-child(3){
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #999999;
}
.futurebox{
	position: relative;
}
.futurebox>img{
	width: 100%;
}
.futurebox .conbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 750px;
	color: #FFFFFF;
	text-align: center;
}
.futurebox .conbox h2{
	font-size: 48px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 70px;
}
.futurebox .conbox p{
	font-size: 18px;
	line-height: 1.5;
}


/*新闻列表*/
.mbbg{
	background: #f8f8f8;
}
.newlist{
	padding: 70px 0 0;
	background: #f8f8f8;
}
.newlist li{
	background: #FFFFFF;
	margin-bottom: 20px;
	transition: all .6s;
}
.newlist li a{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 60px 200px 60px 70px;
}
.newlist li .conbox h3{
	color: #444444;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
}
.newlist li .conbox p{
	color: #777777;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 14px;
	margin-top: 45px;
}
.newlist li span{
	position: absolute;
	top: 52px;
	right: 160px;
	color: #777777;
	transition: all 1s;
}
.newlist li span i{
	font-size: 30px;
}

/*新闻详情*/
.newdtbox .newdt-hd{
	padding: 70px 0 60px;
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
}
.newdtbox .newdt-hd h2{
	color: #444444;
	font-size: 28px;
	line-height: 1;
	font-weight: normal;
}
.newdtbox .newdt-hd p{
	font-size: 12px;
	color: #969696;
	line-height: 1;
	margin-top: 35px;
}
.newdtbox .newdt-hd p span:first-child{
	margin-right: 20px;
}
.newdtbox .con{
	margin-top: 45px;
}
.newdtbox .con p{
	margin-bottom: 35px;
	font-size: 14px;
	color: #6e6e6e;
}
.newdtbox .con img{
	max-width: 100%;
	height: auto !important;
}
.newdtbox .con .tt{
	font-weight: 600;
}
.sharebox{
	margin: 30px 0;
	position: relative;
}
.sharebox .shwd{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 28px;
}
.sharebox .bdsharebuttonbox{
	padding-left: 55px;
}
.relabox h2{
	color: #646464;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	padding: 30px 0;
	border-bottom: 1px solid #E1E1E1;
}
.relabox ul{
	margin: 58px 0;
}
.relabox ul li{
	float: left;
	width: 48%;
	margin-left: 4%;
	border: 1px solid #E5E5E5;
	padding: 48px 35px;
	transition: all 1s;
	height: 224px;
}
.relabox ul li:first-child{
	margin-left: 0;
}
.relabox ul li h3{
	color: #444444;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}
.relabox ul li time{
	display: block;
	color: #8C8C8C;
	font-size: 12px;
	margin: 25px 0;
}
.relabox ul li p{
	color: #8C8C8C;
	font-size: 14px;
	line-height: 1.5;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

/*案例详情*/
.casedt .caselogo{
	position: relative;
}
.casedt .caselogo>img{
	display: block;
	width: 100%;
}
.casedt .caselogo .cdlogo{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}
.casedt .caselogo .cdlogo p:nth-child(1) img{
	/*max-width: 200px;
	max-height: 80px;*/
}
.casedt .caselogo .cdlogo p:nth-child(2){
	margin: 50px 0 0;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1;
}
.casedt .caselogo .cdlogo p:nth-child(3){
	margin-top: 50px;
}
.casedt .caselogo .cdlogo p:nth-child(3) span{
	margin: 0 10px;
}
.casedt .watchbox{
	/*height: 145px;*/
	padding: 60px 0;
}
.casedt .watchbox .wh-l{
	float: left;
	font-size: 16px;
	color: #777777;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	border-left: 4px solid #1E76E4;
	/*margin-top: 64.5px;*/
}
.casedt .watchbox .wh-r{
	float: right;
	height: 35px;
	width: 145px;
	line-height: 35px;
	text-align: center;
	display: block;
	margin-top: -9px;
	/*margin-top: 55px;*/
	color: #777777;
	border: 1px solid #777777;
	position: relative;
}
.casedt .watchbox .wh-r::before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: #1e76e4;
    transition: all .36s ease;
}
.casedtbox{
	background: #F8F8F8;
	padding-top: 85px;
}
.casedtbox .con{
	background: #FFFFFF;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	padding: 75px 50px;
}
.casedtbox .con img{
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.casedtbox .thank{
	padding: 60px 0;
	line-height: 60px;
}
.casedtbox .thank .th-l{
	float: left;
}
.casedtbox .thank .th-l img{
	height: 60px;
}
.casedtbox .thank .th-r{
	float: right;
}
.casedtbox .thank .th-r a{
	color: #777777;
	font-size: 18px;
}
.contact .con h2{
	margin-bottom: 0;
}
.contactbox{
	position: relative;
	margin: 126px auto;
	border: 1px solid #eaeaea;
}
.contactbox .ct-l{
	position: absolute;
	width: 400px;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background: #f5f5f5;
	line-height: 678px;
	font-size: 18px;
	color: #777777;
	border-right: 1px solid #eaeaea
}
.contactbox .ct-r{
	padding-left: 400px;
	width: 100%;
}
.contactbox .ct-r li{
	height: 226px;
	display:flex;
	border-bottom: 1px solid #eaeaea;
	padding-left: 110px;
	font-size: 16px;
	color: #777777;
}
.contactbox .ct-r li p{
	align-self:center;
	line-height: 20px;
	display: inline-block;
}
.contactbox .ct-r li img{
	padding: 10px;
	border: 1px solid #eaeaea;
	margin-left: 20px;
}
.contactbox .ct-r li:last-child{
	border-bottom: 0;
}
.mapbox .map-mb{
	display: none;
}
.mapbox img{
	width: 100%;
}
/*微信开发*/
.wxtop{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.wxtop .fixbox{
	position: fixed;
	width: 100%;
	height: calc(100% - 60px);
	background: url(../../images/images/weixin-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.wxtop .wxcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.wxtop .wxcon div{
	width: 50%;
	padding-left: 10%;
	color: #FFFFFF;
}
.wxtop .wxcon h2{
	font-size: 72px;
}
.wxtop .wxcon p{
	font-size: 36px;
	line-height: 1.5;
	margin-top: 30px;
}
.weixnbox{
	background: #ffffff;
	padding: 130px 0 150px;
}
.weixnbox .fwbox{
	margin-top: 100px;
}
.weixnbox .fwbox li{
	float: left;
	width: 25%;
	transition:  all .6s;
	
}
.weixnbox .fwbox li:nth-child(1){
	animation-delay: .4s;
}
.weixnbox .fwbox li:nth-child(2){
	animation-delay: .6s;
}
.weixnbox .fwbox li:nth-child(3){
	animation-delay: .8s;
}
.weixnbox .fwbox li:nth-child(4){
	animation-delay: 1s;
}
.weixnbox .fwbox li .top{
	width: 225px;
	height: 225px;
	margin: 0 auto;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	padding: 32px;
	transition:  all .6s;
}
.weixnbox .fwbox li .top p{
	width: 100%;
	height: 100%;
	line-height: 161px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	text-align: center;
}
.weixnbox .fwbox li .top p img{
	display: inline-block;
	vertical-align: middle;
}
.weixnbox .fwbox li .word{
	text-align: center;
	margin-top: 45px;
	font-size: 24px;
	color: #444444;
}
.weixnys{
	position: relative;
	background: url(../../images/images/weixin-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 890px;
}
.weixnys>img{
	width: 100%;
}
.weixnys .ysbox{
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 900px;
	text-align: center;
}
.weixnys .ysbox p:nth-child(1){
	font-size: 40px;
	color: #444444;
}
.weixnys .ysbox p:nth-child(2){
	font-size: 18px;
	color: #777777;
	padding: 45px 50px 0;
}
.weixnys .ysbox p:nth-child(3){
	margin-left: -40px;
	margin-right: -45px;
}
.weixnys .ysbox p:nth-child(3) img{
	width: 470px;
}
.weixnys .ysbox p:nth-child(3) img:nth-child(1){
	animation-delay: .4s;
	/*width: 500px;*/
}
.weixnys .ysbox p:nth-child(3) img:nth-child(2){
	margin-left: -230px;
	margin-top: 60px;
	animation-delay: .7s;
	/*width: 480px;*/
}
.weixnys .ysbox p:nth-child(3) img:nth-child(3){
	margin-left: -230px;
	margin-top: 120px;
	animation-delay: 1s;
	/*width: 500px;*/
}
.needbox{
	background: #FFFFFF;
	padding: 110px 0 125px;
}
.needbox .con{
	margin-top: 60px;
	background: url(../../images/images/weixin-need.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 618px;
	overflow: hidden;
}
.sevcase{
	background: #EDEDED;
	padding: 100px 0;
}
.sevcase ul{
	margin: 60px 0 80px;
}
.sevcase ul li{
	float: left;
	width: 32%;
	margin-left: 2%;
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}
.sevcase ul li:nth-child(3n+1){
	margin-left: 0;
	animation-delay: .1s;
}
.sevcase ul li:nth-child(3n+2){
	animation-delay: .2s;
}
.sevcase ul li:nth-child(3n+3){
	animation-delay: .3s;
}
.sevcase ul li img{
	max-width: 100%;
	transition: all 1s;
}
.morecase{
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	color: #777777;
	border: 1px solid #777777;
	display: block;
	position: relative;
}
 .morecase i{
	z-index: 10;
}
.morecase::before{
	content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: #1e76e4;
    transition: all .36s ease;
}
.openbox{
	width: 100%;
	position: relative;
}
.openbox img{
	width: 100%;
}
.openbox .con{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.openbox .con h2{
	font-size: 40px;
	color: #FFFFFF;
	line-height: 1;
}
.openbox .con p{
	margin-top: 60px;
}
.openbox .con p a{
	width: 200px;
	height: 50px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 50px;
	color: #444444;
	background: transparent;
	/*border-radius: 25px;*/
	font-size: 16px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.openbox .con p a i{
	z-index: 10;
	position: relative;
}
.openbox .con p a::before{
	content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: #1e76e4;
    transition: all .36s ease;
}
.b_10_3 {
		overflow: hidden; 
		text-align:center;
 }
 .b_10_3 canvas{
 	/*height: 618px;
 	width: 618px;*/
 	margin-top: 160px;
 }
.b_10_3 span {
	float: left; font-size:14px; line-height:2em;
	background: #FFFFFF;
}
.b_10_3 span.bold {
	font-weight:bold;
}
.b_10_3 span:nth-child(1) {
	width: 35%;
	text-align: center;
}
.b_10_3 span:nth-child(2) {
	width: 30%;
	text-align: left;
}
.b_10_3 span:nth-child(3) {
	width: 35%;
	text-align: left;
}
.b_10_3 span:nth-child(4) {
	width: 35%;
	text-align: right;
}
.b_10_3 span:nth-child(5) {
	width: 25%;
	text-align: right;
}
.b_10_3 span:nth-child(6) {
	width: 25%;
	text-align: right;
}
.b_10_3 span:nth-child(7) {
	width: 50%;
	text-align: center;
}
.b_10_3 span:nth-child(8) {
	width: 30%;
	text-align: center;
}
.b_10_3 span:nth-child(9) {
	width: 50%;
	text-align: right;
}
.b_10_3 span:nth-child(10) {
	width: 40%;
	text-align: right;
}
.cxtop{
	position: relative;
	width: 100%;
	z-index: -10;
}
.cxtop .fixbox {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    background: url(../../images/images/smart-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.cxtop .cxcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	text-align: center;
}
.cxtop .cxcon h2{
	font-size: 94px;
	line-height: 1;
	font-weight: normal;
}
.cxtop .cxcon p{
	position: relative;
	margin-top: 50px;
	display: flex;
}
.cxtop .cxcon p span{
	line-height: 1.5;
	font-size: 24px;
	padding: 0 15px;
}
.smwhybox{
	padding: 115px 0 150px;
	background: #FFFFFF;
}
.smwhybox .title-hd{
	padding: 0 50px;
}
.smwhybox .title-hd p{
	line-height: 30px;
}
.smwhybox ul{
	margin-top: 120px;
}
.smwhybox ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.smwhybox ul li:nth-child(1){
	animation-delay: .4s;
}
.smwhybox ul li:nth-child(2){
	animation-delay: .6s;
}
.smwhybox ul li:nth-child(3){
	animation-delay: .8s;
}
.smwhybox ul li:nth-child(4){
	animation-delay: 1s;
}
.smwhybox ul li .top{
	width: 171px;
	height: 171px;
	line-height: 171px;
	margin: 0 auto;
	border: 1px dashed #A0A0A0;
	border-radius: 50%;
	transition: all 1s;
}
.smwhybox ul li p{
	text-align: center;
	margin-top: 47px;
	color: #777777;
	font-size: 20px;
}
.smartcase{
	padding: 118px 0;
	background: #F5F5F5;
}
.smartcase ul{
	margin: 90px 0;
}
.smartcase ul li{
	float: left;
	width: 33.33333%;
	padding: 0 3%;
	position: relative;
}
.smartcase ul li:nth-child(1){
	animation-delay: .4s;
}
.smartcase ul li:nth-child(2){
	animation-delay: .6s;
}
.smartcase ul li:nth-child(3){
	animation-delay: .8s;
}
.smartcase ul li:nth-child(4){
	animation-delay: 1s;
}
.smartcase ul li .bg{
	width: 100%;
}
.smartcase ul li .top{
	position: absolute;
	top: 99px;
	left: 54px;
	display: block;
	width: 242px;
}
.sevlc{
	padding: 140px 0;
	background: #FFFFFF;
}
.sevlc ul{
	margin-top: 118px;
	position: relative;
}
.sevlc ul li{
	float: left;
	width: 10%;
	margin-left: 5.71%;
	text-align: center;
}
.sevlc ul li:last-child{
	margin-right: 5.71%;
}
.sevlc ul li p:nth-child(1){
	position: relative;
}
.sevlc ul li p:nth-child(1) img{
	width: 60px;
}
.sevlc ul li p:nth-child(1) span{
	display: block;
	background: #FFFFFF;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-19px);
	font-size: 23px;
	color: #1E76E4;
}
.sevlc ul li p:nth-child(2){
	font-size: 16px;
	color: #777777;
	margin-top: 30px;
}
.smbdbox{
	position: relative;
}
.smbdbox>img{
	width: 100%;
}
.smbdbox .con{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.smbdbox .con h2{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1;
}
.smbdbox .con .morecase{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 90px;
	font-size: 18px;
}
.tagcloud {
	position: relative;
	height: 618px;
	width: 100%;
	overflow: hidden;
}

.tagcloud a {
	position: absolute;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 50%;
	background-color: rgba(30,118,228,0.7);
	text-decoration: none;
	white-space: nowrap;
	transition: all .7s;
	/*-o-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-moz-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-webkit-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";*/
	/*兼容ie7/8*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);*/
	/*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
}

.h2mb{
	display: none;
}
.mblc{
	width: 100%;
	display: none;
}
.mblc img{
	width: 100%;
	margin-top: 30px;
}
section{
	/*overflow: hidden;*/
}
.webtop{
	position: relative;
	width: 100%;
	z-index: 0;
}
.z-index{
		z-index: -10;
	}
.webtop .fixbox {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    background: url(../../images/images/web-bannerbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.webtop .webcon{
	width: 100%;
	position: absolute;
	top: 16%;
	left: 0;
	text-align: center;
}
.webtop .webcon h2{
	color: #323232;
	font-size: 50px;
	line-height: 1;
	animation-delay: .4s;
}
.webtop .webcon p{
	color: #777777;
	font-size: 24px;
	line-height: 1;
	margin: 45px auto;
	animation-delay: .7s;
}
.webtop .webcon p span{
	margin-right: 20px;
}
.webtop .webcon a{
	display: block;
	width: 250px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #1E76E4;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 auto;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	animation-delay: 1s;
	border-radius: 5px;
}
.webtop .webbt{
	position: absolute;
	bottom: 0;
	width: 1000px;
	left: 50%;
	transform: translateX(-50%);
}
.webtop .webbt .top{
	height: 40px;
	background: #cbcfcf;
	padding: 0 20px;
	line-height: 40px;
	border: 1px solid #C9C9C9;
	border-radius: 10px 10px 0 0;
	box-shadow: -1px 1px 10px rgba(0,0,0,0.15);
}
.webtop .webbt .bottom{
	background: #FFFFFF;
	padding: 60px 25px;
	position: relative;
}
.webtop .swiper-pagination{
	top: 60px;
	right: 25px;
}
.webtop .webbt .bottom h3{
	font-size: 24px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 30px;
	padding-left: 10px;
	line-height: 1;
}
.webtop .webbt .bottom .jzli .jsitem{
	float: left;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.webtop .webbt .bottom .jzli .jsitem:nth-child(1){
	animation-delay: .4s;
}
.webtop .webbt .bottom .jzli .jsitem:nth-child(2){
	animation-delay: .6s;
}
.webtop .webbt .bottom .jzli .jsitem:nth-child(3){
	animation-delay: .8s;
}
.webtop .webbt .bottom .jzli .jsitem:nth-child(4){
	animation-delay: 1s;
}
.webtop .webbt .bottom .jzli .jsitem img{
	width: 100%;
}
.webtop .webbt .bottom .jzli .jsitem p:nth-child(2){
	font-size: 20px;
	color: #777777;
	line-height: 1;
	margin-top: 35px;
}
.webbanner{
	position: relative;
	width: 100%;
	background: url(../../images/images/web-banner2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 564px;
}
.webbanner img{
	width: 100%;
}
.webbanner .con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #FFFFFF;
}
.webbanner .con h2{
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
}
.webbanner .con p{
	font-size: 16px;
	line-height: 2;
	margin-top: 40px;
}
.webbanner .con .pmb{
	display: none;
}
.webys{
	background: #FFFFFF;
	padding: 130px 0 160px;
}
.webys .title-hd h2{
	font-size: 40px;
}
.webys .ysbox{
	margin-top: 220px;
	position: relative;
}
.webys .ysbox .ys-l{
	width: 100%;
	padding-right: 40%;
}
.webys .ysbox .ys-r{
	width: 40%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 9%;
}
.webys .ysbox .ys-l img{
	width: 59%;
	position: relative;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
.webys .ysbox .ys-l img:nth-child(1){
	margin-top: -250px;
}
.webys .ysbox .ys-l img:nth-child(2){
	margin-left: -45%;
	margin-top: -150px;
}
.webys .ysbox .ys-l img:nth-child(3){
	margin-left: -45%;
}
.webys .ysbox .ys-r li{
	line-height: 60px;
	font-size: 18px;
	color: #777777;
}
.webys .ysbox .ys-r li:nth-child(1){
	animation-delay: .4s;
}
.webys .ysbox .ys-r li:nth-child(2){
	animation-delay: .6s;
}
.webys .ysbox .ys-r li:nth-child(3){
	animation-delay: .8s;
}
.webys .ysbox .ys-r li:nth-child(4){
	animation-delay: 1.2s;
}
.webys .ysbox .ys-r li:nth-child(5){
	animation-delay: 1.4s;
}
.webys .ysbox .ys-r li img{
	margin-right: 20px;
}
.webhert{
	width: 100%;
	height: 719px;
	background: url(../../images/images/web-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.webhert .wapper{
	position: relative;
	height: 100%;
}
.webhert .wapper .tt{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1;
	padding-top: 150px;
	text-align: center;
	position: relative;
	z-index: 20;
	
}
.webhert .wapper ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.webhert .wapper ul li{
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(229,229,229,0.4);
}
.webhert .wapper ul li:first-child{
	border-left: 1px solid rgba(229,229,229,0.4);
}
.webhert .wapper ul li .con{
	position: absolute;
	width: 100%;
	top: 380px;
	color: #FFFFFF;
	padding: 0 40px;
	transition: all 1s;
	z-index: 10;
}
.webhert .wapper ul li .tt1{
	/*font-family: 'numberlight';
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 1;*/
}
.webhert .wapper ul li .line{
	width: 38px;
	height: 2px;
	background: #FFFFFF;
	margin: 25px 0;
	transition: all 1s;
}
.webhert .wapper ul li .wd{
	font-size: 18px;
	transition: all 1s;
}
.webhert .wapper ul li .word{
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(200%);
	transition: all 1s;
}
.webhert .wapper ul li .modal{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,0.3);
	transform: translateY(150%);
	transition: all 1s;
	z-index: 1;
}
.webhz{
	width: 100%;
	background: #FFFFFF;
	padding: 135px 0;
}
.webhz .wapper{
	position: relative;
}
.webhz img{
	width: 100%;
}
.webhz .wapper .con{
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	padding: 0 42px;
	display: flex;
	text-align: center;
	transition: all 1s ease 0s;
    transform: rotateY(-90deg);
    transform-origin: right center;
    transform-style: preserve-3d;
}
.webhz.active .wapper .con{
	transform: rotateY(0);
}
.webhz .wapper .con>div{
	align-self: center;
	width: 100%;
}
.webhz .wapper .con p:nth-child(1){
	color: #1E76E4;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}
.webhz .wapper .con p:nth-child(2){
	color: #444444;
	font-size: 24px;
	margin: 28px 0 36px;
	line-height: 1;
}
.webhz .wapper .con p:nth-child(3){
	color: #444444;
	font-size: 14px;
	margin-bottom: 50px;
}
.webhz .wapper .con p:nth-child(4){
	width: 248px;
	margin: 0 auto;
	/*background: #1E76E4;
	padding: 0 3px;
	border-radius: 5px;*/
}
.webhz .wapper .con p:nth-child(4) img{
	display: block;
	margin: 0 auto;
}
.webhz .wapper .con p:nth-child(4) span{
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'numberlight';
	line-height: 50px;
	height: 50px;
}
.webhz .wapper .con p:nth-child(4) span:first-child{
	border-bottom: 1px dashed rgba(255,255,255,.5);
}
.opcity0{
	opacity: 0;
	z-index: -10;
}

/*首页-业务范围-ui修改*/
.severbox{
	/*background:#eac7c7;*/
	padding-bottom:75px;
}
.severbox .sevlist{
	margin-top:40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sevlist .swiper-container{
	width:105%;
	height:460px;
	margin:0 -2.5%;
	overflow: visible;
}
.sevlist .swiper-slide{
	float: left;
	width:33.3333%;
	padding:0 2.3%;
}
.sevlist .li{
	height:100%;
	border-radius:3px;
	background: #fff;
	padding:40px 28px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.sevlist .li .icon{
	height:126px;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size:auto 80%;
}
.sevlist .li .icon-1{
	background-image:url(../../images/images/icon_index_f2.png);
}
.sevlist .li .icon-2{
	background-size:auto 100%;
	background-image:url(../../images/images/icon_index_f1.png);
}
.sevlist .li .icon-3{
	background-image:url(../../images/images/icon_index_f3.png);
}
.sevlist .li .til{
	margin:48px 0 44px 0;
	text-align: center;
	font-size:24px;
	color:#121d3e;
	font-weight:bold;
	line-height: 1em;
}
.sevlist .li .line{
	position: relative;
	width:100%;
	height:1px;
	margin:16px auto;
	background:#e9edf5;
}
.sevlist .li .line::after{
	content:'';
	display: block;
	position: absolute;
	left: 0;right:0;
	top:-1px;bottom:-1px;
	margin:auto;
	width:38px;
	height:3px;
	background: -webkit-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -moz-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -o-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: linear-gradient(left, #1e76e4 0%,#03f2fe 100%);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.sevlist .li .line .icon-z043{
	display: block;
	position: absolute;
	opacity: 0;
	bottom:-15px;
	left:0;
	width:30px;
	height:30px;
	z-index: 3;
	border-radius:50%;
	margin-left:-15px;
	background: -webkit-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -moz-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -o-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	box-shadow: 0 0 12px rgba(0,61,173,.12);

	-webkit-transition: left .8s, opacity .1s;
	transition: left .8s, opacity .1s;
}
.sevlist .li .line .icon-z043::before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background: url('../../images/images/icon_z043.png') no-repeat center / auto 16px;
}
.sevlist .li .info{
	overflow: hidden;
	margin-top:40px;
}
.sevlist .li .info span{
	float: left;
	position: relative;
	width: 50%;
	padding-left:14px;
	font-size:14px;
	color:#8996b2;
	line-height:30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sevlist .li .info span::before{
	content:'';
	display: block;
	position: absolute;
	left:2px;
	top:50%;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#8996b2;
	margin-top:-2px;
}
.sevlist .li:hover{
	margin-top:-20px;
}
.sevlist .li:hover .line::after{
	width:100%;
}
.sevlist .li:hover .line .icon-z043{
	opacity: 1;
	left:50%;
}

body .swiper-container-3d .swiper-slide-shadow-left,
body .swiper-container-3d .swiper-slide-shadow-right{
	background-image: initial;
}
.swiper-pagination-q3{
	margin-top:10px;
	text-align: center;
}
.swiper-pagination-q3 .swiper-pagination-bullet{
	width: 6px;
	height:6px;
	background: #1e76e4;
	opacity: .5;
	border-radius: 6px;
}
.swiper-pagination-q3 .swiper-pagination-bullet-active{
	width: 20px;
	opacity: 1;
}
