		html, body {
	      position: relative;
	      height: 100%;
	    }
	    body {
	      background: #fff;
	      font-family: Microsoft yahei;
	      font-size: 14px;
	      color:#000;
	      margin: 0;
	      padding: 0;
	    }
	    .menu  a{
	    	color: #000000;
	    	text-decoration: none;
	    }
	    .swiper-container {
	      width: 100%;
	      /*height: 582px;*/
	      margin-top: 84px;

	    }
	    .swiper-slide {
	      text-align: center;
	      font-size: 18px;
	      background: #fff;
	      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;
	      align-items: center;
	      /*min-width: 1200px;*/
	    }
	    .swiper-slide img{
	    	width: 100%;
	    	/*height: 582px;*/
	    }
	    .swiper-pagination-bullet{
    	    width: 20px;
		    height: 20px;
		    display: inline-block;
		    border: 1px solid #fff;
		    opacity: 1;
		    background: none !important;
		    border-radius: 50%;
		    box-sizing: border-box;
	    }
	    .swiper-pagination-bullet-active{
	    	background: #fff !important;
	    }
	    .header{
	    	position: fixed;
		    width: 100%;
		    height: 100px;
		    left: 0;
		    top: 0;
		    background-color: #fff;
		    z-index: 120000;
		    box-sizing: border-box;
		    box-shadow: 0 0 10px rgba(0,0,0,.15);
		    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
		    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
		    -ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
		    -webkit-transition: all 0.2s ease-out 0s;
		    -moz-transition: all 0.2s ease-out 0s;
		    -o-transition: all 0.2s ease-out 0s;
	    }
	    .logo {
		    float: left;
		    /*margin: 8px 0 0 0;*/
		    color: #38bcfe;
		    /*height: 72px;*/
		}
		.query{
			float: right;
		    width: 49px;
		    height: 76px;
		    padding: 27px 0 0 30px;
		    position: relative;
		    cursor: pointer;
		}
		.query img{
			width: 30px;
		}
		/*header start*/
		.menu{
			float: right;
			height: 100%;
		}
		.menu_item{
			float: left;
			color: #000000;
    		font-size: 18px;
    		line-height:18px;
			/*width: 110px;*/
		    z-index: 15;
		    padding-left: 25px;
		    padding-right: 25px;
		    height: 100%;
		    cursor: pointer;
				position: relative;
				box-sizing: border-box;
		}
		.menu_item:hover .menu_header ,.menu_item:hover .menu_header a{
			color: #005abc;
		}
		.menu_item:hover .menu_en{
			color: #005abc;
		}
		.menu_item_hover .menu_header,.menu_item_hover .menu_header a{
    		color: #005abc !important;
		}
		.menu_item_hover .menu_header .menu_en,.menu_item_hover .menu_header a{
    		color: #005abc !important;
		}
		.menuhover .menu_header{
    		color: #005abc !important;
		}
		.menuhover .menu_header .menu_en,.menuhover .menu_header a{
    		color: #005abc !important;
		}
		.menu_en{
			font-size: 12px;
			line-height: 12px;
			color: #888888;
			margin-top: 10px;
		}
		.sub_solution .sub_item{
			float: left;
			width: 184px;
		}
		.sub_solution .one{
			margin-right: 60px;
		}
		.sub_solution a{
			color: rgba(102,102,102,0.98);
			text-decoration: none;
		}
		.sub_about a{
			text-decoration: none;
			color: rgba(0,0,0,0.98);
		}
		.sub_about .hidden:hover a{
			color: rgba(0,90,188,0.98);   
		}
		.menu_item_solution .hidden:hover a{
			color: rgba(0,90,188,0.98);   
		}
		.sub_solution .sub_header{
			padding-bottom: 16px;
			border-bottom: 1px solid #EBEBEB;
		}
		.sub_solution .sub_header span{
			font-size: 16px;
			line-height: 16px;
			margin-left: 10px;
			color: rgba(0,90,188,0.98);                                                                 
		}
		.sub_solution .sub_content{
			padding-left: 30px;
			padding-top: 3px; 
			font-size: 14px;
			line-height: 30px;
			color: rgba(102,102,102,0.98); 
		} 
		.sub_about {
			border-top:3px solid #055bdb;
			width: 130px;
			padding: 15px 25px;
			box-sizing: border-box;
			font-size: 16px;
			line-height: 46px;
			color: rgba(0,0,0,0.98); 
			background: #fff;
			text-align: left;
			position: absolute;
			top:100px;
			display: none;
			left: 15px;
		}
		.sub_solution{
			width: 210px;
		  left: -32px;
		}
		.sub_solu{
			width: 250px;
		}
		.menu_item_solution:hover .sub_solution,.menu_item_about:hover .sub_about{
			display: block;
			box-shadow: 0px 6px 11px 1px 
		rgba(0, 0, 0, 0.1);
		}
		.sub_header{
			position: relative;
		}
		.sub_header i{
		    position: absolute;
		    right: -24px;
		    top: 2px;
		}
		/*header over*/
	
		.w_1200,.news_content,.client_content,.solution_content,.h_1200,.footer_content,.text_1,.footer_other .footer_inner{
		    margin:0 auto;
    		max-width: 1200px;
    		min-width: 1200px;
		}
		.news .tit_1 ,.client .tit_1,.solution .tit_1{
			min-width: 1200px;
			width: 1200px;
			margin:0 auto;
		}
		.news .title_1,.client .title_1,.solution .title_1{
		    width: 100%;
   			margin-top: 100px;
			border-bottom: 1px solid #EBEBEB;
		}
		.news .tit1span,.client .tit1span,.solution .tit1span{
			float: left;
			color: #000000;
		    font-size: 30px;
		    line-height: 30px;
		}
		.news .tit1span_title,.client .tit1span_title,.solution .tit1span_title{
			padding-bottom: 20px;
		    display: inline-block;
		    border-bottom: 3px solid #000000;
		}
		.news .titlspan_text,.client .titlspan_text,.solution .titlspan_text{
			font-size: 16px;
			line-height: 16px;
			color: #888888;
			margin-left: 12px;
		}
		.news .titmore,.client .titmore,.solution .titmore{
			float: right;
			line-height: 16px;
		    color: #999999;
		    font-size: 16px;
		    font-weight: bold;
		    font-family: "Microsoft yahei";
		    cursor: pointer;
		}
		.client .titmore{
			color: #fff;
		}
		.news .titmore span,.solution .titmore span{
			display: inline-block;
			width:0px;
            height:0px;
            border-top:6px solid rgba(0,0,0,0);
            border-right:6px solid  rgba(0,0,0,0);
            border-left:12px solid #888888;
            border-bottom:6px solid  rgba(0,0,0,0);
		}
		.client .titmore span{
			display: inline-block;
			width:0px;
            height:0px;
            border-top:6px solid rgba(0,0,0,0);
            border-right:6px solid  rgba(0,0,0,0);
            border-left:12px solid #fff;
            border-bottom:6px solid  rgba(0,0,0,0);
		}
		.news .titmore:hover span,.solution .titmore:hover span,.client .titmore:hover span{
			border-left:12px solid #005abc;
		}
		.news .titmore:hover,.client .titmore:hover,.solution .titmore:hover{
			color: #005abc;
		}
		.news .text_1,.client .text_1,.solution .text_1{
		    width: 100%;
		    margin-top: 20px;
		    color: #888888;
		    font-size: 16px;
		    line-height: 16px;
			margin-bottom: 50px;
		}
		.news{
			/*padding-bottom: 100px;*/
		}
		.news .news_item{
			width: 600px;
			height: 170px;
			border-bottom:1px solid #EBEBEB;
			box-sizing: border-box;
			padding-top: 40px;
			padding-right: 24px;
			border-bottom: 1px solid #EBEBEB;
			cursor: pointer;
		}
		.news_content_left .look_more,.news_item .look_more{
			font-size: 14px;
			color: #888888;
		}
		.news_content_left .look_btn,.news_item .look_btn,.look_btn{
		    width: 108px;
		    height: 32px;
		    font-size: 14px;
		    color: #fff;
		    line-height: 32px;
		    text-align: center;
		    transition: all .5s ease;
		}
		.news_content_left .look_btn span,.news_item .look_btn span{
			/*margin-left: 5px;*/
		}
		.look_btn{
			position: relative;
		}
		.first-show{
			color: #919191;
			position: absolute;
			left: 10px;
		}
		.hover-show{
			position: absolute;
			right: 10px;
		}
		.look_btn i{
			font-size: 18px;	
		    vertical-align: middle;
		}
		.news .news_item:hover .title{
			color: #005abc;
		}
		.news .news_item:hover .dot{
			background: #005abc;
		}
		.news .news_item:hover .look_btn,.solution_item:hover .look_btn,.news_item:hover .look_btn {
			background: #005abc;
			transition: all .5s ease;
		}
		.news .news_item:hover .look_btn .first-show,.solution_item:hover .look_btn .first-show,.news_item:hover .look_btn .first-show{
			display: none;
		}
		@keyframes spanShow
		{
		    0% { margin-left:-5px;}
		    100% { margin-left: 0px;}
		}

		@-webkit-keyframes spanShow
		{
		    0% { margin-left:-5px;}
		    100% { margin-left: 0px;}
		}
		@keyframes spanHidden
		{
		    0% { margin-left:0px;}
		    100% { margin-left: -5px;}
		}

		@-webkit-keyframes spanHidden
		{
		    0% { margin-left:0px;}
		    100% { margin-left: -5px;}
		}
		@keyframes hoverShow
		{
		    0% { right: 20px;}
		    100% { right: 15px;}
		}

		@-webkit-keyframes hoverShow
		{
		    0% { right: 20px;}
		    100% { right:15px;}
		}
		@keyframes hoverhidden
		{
		    0% { right: 15px;}
		    100% { right: 20px;}
		}

		@-webkit-keyframes hoverhidden
		{
		    0% { right: 15px;}
		    100% { right: 20px;}
		}
		.news .news_item:hover .content{
			animation:newContent 0.5s;
    		-webkit-animation:newContent 0.5s;
		}
		@keyframes newContent
		{
		    0% { margin-right: 70px;}
		    100% { margin-right:50px;}
		}

		@-webkit-keyframes newContent
		{
		    0% { margin-right: 70px;}
		    100% { margin-right:50px;}
		}
		@keyframes contentHidden
		{
		    0% { margin-right: 50px;}
		    100% { margin-right:70px;}
		}

		@-webkit-keyframes contentHidden
		{
		    0% { margin-right: 50px;}
		    100% { margin-right:70px;}
		}
		.news .news_item:hover{
			box-shadow: 0px 0px 20px #e6e6e6;
		}
		.news .news_item .circle{
			margin-right: 15px;
		}
		.news .news_item .dot{
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #000;
			margin-top: 7px;
		}
		.news_item .date,.news_item  .circle,.news_item  .content{
			float: right;
		}
		.news_item .date .time{
			font-size: 20px;
			line-height: 20px;
			color: #888888;
			margin-bottom: 50px;
		}
		.news_item  .content{
			margin-right:70px;
			width: 370px;
		}
		.news_item  .content .detail{
			font-size: 16px;
			line-height: 28px;
			color: #888888;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			height: 56px;
		}
		.news_item .title{
			font-size: 18px;
			line-height: 18px;
			color:#000000;
			margin-bottom: 30px;
			overflow:hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.news_content >div .one{
			margin-right:20px;
		}
		.news .news_content_left{
			width: 520px;
			height: 512px;
			padding: 40px;
			box-sizing: border-box;
			background: #f9f9f9;
			float: left;
			margin-right:80px;
			cursor: pointer;
		}
		.news .news_content_left:hover .title{
			color: #005abc;
		}
		.news .news_content_left:hover .look_btn{
			background: #005abc;
			transition: all .5s ease;
		}
		.news .news_content_left:hover .first-show{
			display: none;
		}
		.news .news_content_right{
			float: right;
		}
		.news_content_left .title{
			font-size: 18px;
			line-height: 18px;
			color: #000000;
			margin-top:28px;
			margin-bottom:28px;
			overflow:hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.news_content_left .news_date{
			margin-bottom: 40px;
		}
		.news_date .date{
			float: left;
			padding-right:31px;
		    border-right: 1px solid #EBEBEB;
		}
		.news_date .date .year{
			font-size: 20px;
			line-height: 20px;
			color: #000000;
			margin-bottom: 10px;
		}
		.news_date .date .month{
			font-size: 16px;
			line-height: 16px;
			color: #888888;
		}
		.news_content_left .new_detail{
			font-size: 14px;
			line-height: 24px;
			color: #888888;
			width: 330px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;

		}
		.news_date .new_detail{
			float: right;
			height: 45px;
		}
		.news_left{
		    float: left;
		    width: 212px;
		    height: 142px;
		    margin: 38px 0 0 39px;
		    overflow: hidden;
		}
		.news_right{
		    float: right;
		    width: 276px;
		    margin: 34px 27px 0 0;
		}
		.news_right .title{
		    width: 100%;
		    height: 52px;
		    line-height: 26px;
		    overflow: hidden;
	        color: #333333;
		    font-size: 18px;
		    font-weight: bold;
		}
		.news_right .content{
		    width: 100%;
		    height: 48px;
		    margin-top: 6px;
		    line-height: 24px;
		    overflow: hidden;
		    color: #666666;
    		font-size: 14px;
    		text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		}
		.news_right .date{
			margin-top: 27px;
		}
		.news_right .date .date_detail{
		    float: left;
		    color: #666666;
		    font-size: 14px;
		    font-family: Microsoft yahei;
		    line-height: 14px;
		}
		.news_right .date .date_more{
		    float: right;
		   	line-height: 14px;
		    color: #666666;
    		font-size: 14px;
		}
		.news .news_index_img{
			width: 440px;
			height: 257px;
			overflow: hidden;
		}
		/*客户案例*/
		.client{
			background-image: url(../img/index/client.png);
			position: relative; height: 641px; margin-top: 100px;
		}
		.client .videoBox {
			position: absolute;z-index: 0; top: 0;left: 0; width: 100%; height: 641px;overflow: hidden;
		}
		.client .videoBox .mask {
			position: absolute; z-index: 1; width: 100%; height: 100%; background-color: rgba(8, 58, 107, .85);	
		}
		.client .videoBox video {position: absolute; width: 100%; top:-220px; /*object-fit:fill; 图片平铺盒子*/}
		.client .tit1span_title,.client .titlspan_text,.client .text_1{
			color: #fff; 
		}
		.client .top {
			position: absolute; height: 90px; width: 100%; z-index: 1;
		}
		.client .title_1{
			padding-top: 40px;
		}
		.client .top .title_1 {
			margin-top: 0;
		}
		.client .tit1span_title{
		    border-bottom: 3px solid #fff;
		}
		.client .client_content{
			bottom:60px; height: 400px; position: absolute; z-index: 1; width: 100%;
			left: 50%; margin-left: -600px;
		}
		.client .client_content table{
		    border-collapse: collapse;
		}
		.client .client_content td{
			width: 400px;
			height: 200px;
			border:1px solid #fff;
			border-collapse: collapse;
			box-sizing: border-box;
			padding: 60px 50px 60px 80px;
			color: #fff;
			text-align: left;
			cursor: pointer;
		}
        .client .client_content a,.client .client_content a:active{
            color:#ffffff;
        }
		.client .client_content td:hover{
			background: #005abc;
			border:1px solid #005abc;
			border-radius: 4px;
			transform: scale(1.1,1.1);
			animation:tdShow 0.5s;
            -webkit-animation':tdShow 0.5s;
		}
		@keyframes tdShow
	      {
	        0% {transform:scale(1,1)}
	        100% {transform:scale(1.1,1.1)}
	      }

        @-webkit-keyframes tdShow
	      {
	        0% {transform:scale(1,1)}
	        100% {transform:scale(1.1,1.1)}
	      }
		.client_content .sign{
			padding-bottom: 12px;
			border-bottom: 1px solid #fff;
			display: inline-block;
		}
		.client_content .num{
			display: inline-block;
			width: 30px;
			height: 30px;
			border-radius: 50%;
			border:1px solid #fff;
			line-height: 30px;
			text-align: center;
			font-size: 16px;
			margin-right:3px;
		}
		.client_content .title{
			font-size: 20px;
			line-height: 20px;
		    max-width: 200px;
		    display: inline-block;
		    margin-bottom: -3px;
		}
		.client_content .area{
			font-size: 16px;
			line-height:16px;
			margin-top: 15px;

		}
		.client_key{
			background-image: url(../images/slide2.png);
			background-size: 100% 100%;
			color: #fff;
			padding-top: 57px;
			padding-bottom: 57px;
			min-width: 1200px;
		}
		.client_content .remark{
			font-size: 16px;
			line-height: 16px;
			margin-bottom:20px;
		}
		.city_name{
			width: 150px;
			height: 46px;
			line-height: 46px;
			text-align: center;
			font-size: 16px;
			color: #fff;
			margin-top: 5px;
			margin-bottom: 5px;
		    background: #000;
			background-color: rgba(0, 0, 0, 0.3);
			filter:alpha(opacity=30);
		    cursor: pointer;
		}
		.city_name:hover{
			color: #005abc;
			background: rgba(255, 255, 255, 0.3);
		}
		.goTop,.goBottom{
			width: 150px;
			height: 34px;
			border:1px solid #fff;
			cursor: pointer;
			position: relative;
		}
		.goTop{
			opacity: 0.3;
			cursor: unset;
		}
		.triangle_up{
			width:0; 
		    height:0; 
		    border-left:15px solid transparent;
		    border-right:15px solid transparent;
		    border-bottom:15px solid #fff;
		    position: absolute;
		    left: 60px;
		    top:10px;
		}
		.triangle_bottom{
			width:0; 
		    height:0; 
		    border-left:15px solid transparent;
		    border-right:15px solid transparent;
		    border-top:15px solid #fff;
		    position: absolute;
		    left: 60px;
		    top:10px;
		}
		
		.cityList{
			margin-right:50px;
			height: 355px;
			overflow: hidden;
			padding-top:51px;
		}
		.cityContent{
			width: 1000px;
			height: 355px;
			background: #fff;
			background-color: rgba(255, 255, 255, 0.8);
			filter:alpha(opacity=80);
		}
		.cityItem{
			padding: 60px 50px;
			cursor: pointer;
		}
		.city_left{
			width: 370px;
			height: 233px;
			overflow: hidden;
		}
		.city_left img{
			height: 100%;
		}
		.city_right{
			margin-left: 60px;
			width: 450px;
			/*height: 233px;*/
		}
		.city_right .title{
			font-size: 24px;
			line-height: 24px;
			color: #333333;
			margin-bottom:40px;			
		}
		.city_right .remark{
			margin-bottom: 10px;
			font-size: 14px;
			height: 120px;
			line-height: 25px;
			color: #666666;
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 5;
		}
		.city_right .look{
			width: 130px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			background: #005abc;
		}
		.solution{
			padding-bottom: 100px;
			background-image: url(../img/index/solution.png);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		.solution .solution_content{
			position: relative;
		}
		.solution .watermark{
			text-align: center;
		    position: absolute;
		    top: 175px;
		    left: 227px;
		    opacity: 0.6;
		    z-index: -1;
		}
		.solution .text_1{
			margin-bottom: 100px;
		}
		.solution .solution_item{
			width: 410px;
			height: 217px;
			padding: 40px 40px 30px;
			cursor: pointer;
		}
		.solution .solution_item:hover {
			box-shadow: 0px 0px 20px #e6e6e6;
		}
		.solution_left{
			float: left;
			text-align: right;
		}
		.solution_left .one,.solution_right .one{
			margin-bottom: 50px;
		}
		.solution_middle{
			float: right;
			margin-left: 90px;
			margin-right: 110px;
			width: 180px;
		}
		.solution_right{
			float: right;
			text-align: left;
		}
		.solution_left  .solution_detail{
			width: 215px;
			margin-right:35px;
			float: left;
		}
		
		.solution_right  .solution_detail{
			width: 215px;
			margin-left:35px;
			float: right;
		}
		.solution_left .item_sign{
			float: right;
		}
		.solution_right .item_sign{
			float: left;
		}
		.solution_content .solution_item .solution_hidden{
			display: none;
		}
		.solution_content .solution_item:hover .solution_img{
			display: none;
		} 
		.solution_content .solution_item:hover .title{
			color: #005abc;
		}
		.solution_content .solution_item:hover .solution_hidden{
			display: block;
		} 
		.solution_item .title{
			margin-bottom:35px;
			color: #000000;
			font-size: 20px;
			line-height: 20px;
		}
		.solution_item .detail{
			font-size: 16px;
			line-height:30px;
			color: #888888;
			margin-bottom: 39px;
			max-height: 55px;
		}
		.solution .solution_item .hover_line{
			width: 0px;
			height: 1px;
			background: #005abc;
		}
		.solution .solution_item:hover{
		    background: rgba(255, 255, 255, 0.9);
		}
		.solution .solution_item:hover .hover_line{ 
			width: 215px;
			animation:lineShow 1s;
    		-webkit-animation':lineShow 1s;
		}
		@keyframes lineShow
		{
			0% {width:0px;}
			100% {width:215px;}
		}

		@-webkit-keyframes lineShow
		{
			0% {width:0px;}
			100% {width:215px;}
		}
		.swiper-button-prev{
			 background-image:none;
		}
		.swiper-button-next{
			background-image:none;
		}
		.swiper-button-next, .swiper-button-prev{
			background-size: auto;
			width: 32px;
	        height: 32px;
           	padding: 14px;
		}
		.index .swiper-button-prev,.index .swiper-button-next{
			color: #fff;
		}
		.index .swiper-button-next,.index .swiper-button-prev{
			background-size: auto;
			width: 60px;
			height: 60px;
			padding:  12px 14px 14px;
			box-sizing:border-box;
			background: rgba(0,0,0,0.2);
			transition: all .5s ease;
		}
		.index .swiper-button-next i,.index .swiper-button-prev i{
			font-size: 34px;
		}
		.index .swiper-button-next.swiper-button-disabled,.index .swiper-button-prev.swiper-button-disabled{
			background: #cccccc;
		}
		.index .swiper-button-next:hover,.index .swiper-button-prev:hover{
		    background: #005abc;
		}
		.footer{
			background-image: url(../img/index/footer_bg.png);
			padding-top: 70px;
			padding-bottom: 65px;
			color: #fff;
			background-size: 100% 100%;
		}
		.footer a{
			color: #fff;
		}
		.footer_header{
			width: 100%;
			padding-bottom: 60px;
		}
		.footer_header .topic{
			font-size: 24px;
			line-height: 24px;
		}
		.footer_header .enText{
			font-size: 12px;
			line-height: 12px;
			margin-top: 12px;
		}
		.footer_header .content{
			margin-top: 40px;
			font-size: 14px;
			line-height: 34px;
		}
		.footer_header  .contact{
			margin-left: 320px;
			
		}
		.contact,.about{
			float: left;
		}
		.followUs{
			float: right;
		}
		.followUs img{
			width: 100px;
		}
		.footer_remark{
			border-top: 1px solid #fff;
            height: 50px;
            line-height: 50px;
		}
		.footer_remark	.footer_img{
		    width: 35px;
		    height: 50px;
		    float: left;
		    overflow: hidden;
		}
		.footer_remark	.footer_img img{
			height: 30px;
		}
		.footer_remark .text{
		    font-size: 23px;
    		margin-right: 8px;
		}
		.footer_remark .idText{
	        font-size: 14px;
    		margin-top: 4px;
		}
		.footer_other{
            background: #f0f0f0;
		}
		.footer_other .text{
			color: #666666;
			margin-left: 5px;
			font-size: 20px;
		}
		.footer_other span{
			color: #666666;
		}
		.footer_other .footer_img{
			width: 20px;
			height: 50px;
			float: left;
			overflow: hidden;
		}
		.footer_other .footer_img img{
			height: 20px;
		}
		.footer_header .about .content >div{
			position: relative;
			cursor: pointer;
		}
		.footer .footer_line{
			position: absolute;
			height: 1px;
			background: #fff;
		}
		@keyframes footerLine
		{
		    0% { width:0;}
		    100% {width:56px;}
		}

		@-webkit-keyframes footerLine
		{
		    0% { width:0;}
		    100% {width:56px;}
		}
		@keyframes footerLineH
		{
		    0% { width:56px;}
		    100% {width:0;}
		}

		@-webkit-keyframes footerLineH
		{
		    0% { width:56px;}
		    100% {width:0;}
		}
		.webText{
			line-height: 12px;
			margin-top: 12px;
		}
		.slideBar{
			position: fixed;
			top: 140px;
			right: 110px;
			width: 80px;
			border:1px solid #dcdcdc;
			z-index: 999;
			background: #fff;
		}
		.slide_item{
			width: 80px;
			height: 87.5px;
			box-sizing: border-box;
			border-top: 1px solid #dcdcdc;
			cursor: pointer;
			position: relative;
		}
		.slideBar >div:first-child{
			border-top: none;
		}
		.slide_item .slide_right{
			width: 100%;
			text-align: center;
		}
		.slide_item .slide_right .text{
			font-size: 14px;
			line-height: 14px;
			margin-top: 10px;
			color: #666666;
		}
		.slide_item:hover .slide_right  .text,.slide_left{
			color: #005abc;
		}
		.letter{
			position: absolute;
			width: 0px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			background-image: url(../images/right8.png);
			background-size: 100% 100%;
			top: 18px;
    		left: 0px;
		}
		.letter a{
			/*vertical-align: middle;*/
			color: #005abc;
		}
		.slide_left{
			font-size: 20px;
			position: absolute;
			overflow-y: hidden;
		}

		.slide_item .img{
		    top: -5px;
   			left: -88px;
   			width: 90px;
   			overflow:hidden;
		}
		.slide_item .img img{
		    width: 90px;
		}
		.wx_code{
			position: relative;;
		}
		.trangleWx{
			width:0; 
		    height:0; 
		    border-top:8px solid transparent;
		    border-bottom:8px solid transparent;
		    border-left:8px solid #fff;
		    position: absolute;
		    top:40px;
		    right:5px;
		    opacity: 0;
		}
		.news_content >div{
			/*height: 232px;*/
		}
		.cityWrap{
			height: 360px;
			overflow: hidden;
		}
		.cityList{
            padding-top: 0px;
            height: auto;
        }
		.cityList,.city_left,.news_item,.solution_item{
			/*float: left;*/
		}
		.cityContent,.city_right{
			float: right;
		}
		.solution_wrap{
			height: 436px;
		}
		.solution_wrap >div{
			/*height: 218px;*/
		}
		.solution_item{
		    /*padding-top: 38px;*/
    		box-sizing: border-box;
		}
		.slide_right {
			padding-top: 17px;
		}
		.h_1200{
			height: 100px;
		}
		.logo {
			height: 100px;
			box-sizing: border-box;
			display: flex;
			align-items: center;
		}
		.logo a {
			display: block;
		}
		img{
			border:none;
		}
		.menu_item{
			float: left;
			text-align: center;
			padding-top: 36px;
			position: relative;
		}
		.menu_item a {
			display: block;
		}
		.phone{
			overflow: hidden;
		}
		@media screen and (max-width: 1200px) {
			.w_1200,.news_content,.client_content,.solution_content,.h_1200,.footer_content{
			    margin:0 auto;
	    		max-width: 1000px;
	    		min-width: 1000px;
			}
			.news_item{
				width: 490px;
			}
			.cityContent{
				width: 800px;
			}
			.city_left{
				width: 270px;
				height: 200px;
			}
			.city_right{
				width: 350px;
			}
			.solution_item{
				min-width: 300px;
			}
			.news_right{
				width: 200px;
			}
			.news_right .title{
				font-size: 16px;
			}
			.client_key{
				min-width: 1000px;
			}
		}
		@media screen and (max-width: 1200px){
			.client_content,.solution_content,.news_content{
				width: 1200px;
				min-width: 1200px;
			}
		}
		.example {
			width: 100%;
			height: 582px;
			text-align: center;
		}
		.ft-carousel .carousel-item img{
			height: 100%;
		}
		.carousel-item{
			position: relative;
		}
		.info{
			line-height: 1.75;
			position: absolute;
			left: 14%;
    		top: 40%;
    		color: #fff;
		}
		.swiper-slide{
			/*min-width: 1000px;*/
			position: relative;
		}
		.swiper-slide .one{
		    text-align: left;
		    left: 14%;
		}
		.swiper-slide .two{
		    text-align: right;
		    right: 14%;
		}
		.swiper-slide .three{
	        margin: 0 auto;
		    left: 50%;
		    margin-left: -208px;
		    color: #0055a7;
		}
		.swiper-slide .four{
	        left: 14%;
    		text-align: left;
		}
		.info .mainTitle{
			font-size: 40px;
			line-height: 40px;
			margin-bottom: 30px;
			font-weight: bold;
		}
		.info .subTitle{
			font-size: 20px;
			line-height: 20px;
		} 
		.imgBigger:hover img{
			
		}
		@keyframes imgBigger
		{
			0% {
				transform: scale(1,1);
			}
			100% {
				transform: scale(1.1,1.1);
			}
		}

		@-webkit-keyframes imgBigger
		{
			0% {
				transform: scale(1.1,1.1);
			}
			100% {
				transform: scale(1.1,1.1);
			}
		}
		@keyframes imgRestore
		{
			0% {
				transform: scale(1.1,1.1);
			}
			100% {
				transform: scale(1,1);
			}
		}

		@-webkit-keyframes imgRestore
		{
			0% {
				transform: scale(1.1,1.1);
			}
			100% {
				transform: scale(1,1);
			}
		}

		a{
    		text-decoration: none;
    	}
    	#particles-js{
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 1;
        }


.lang {
  border-radius: 15px;
  background-color: rgb(232, 238, 247);
  width: 90px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 30px;
  margin-top: 28px;
  margin-left: 20px;
  cursor: pointer;
}






