.swiper-container-banner{
	min-width: 1200px;
	height: 600px;
}
.banner_btn{
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    transition: all .3s;
    border-radius: 100px;
    display: inline-block;
}
.banner_btn_active{
    background: #267dff;
    width: 20px;
}
.banner_info{
	position: relative;
	padding-top: 80px;
	overflow: hidden;
}
.banner_info .banner_left{
	padding-left: 10px;
}
.banner_info .banner_left .tit_h1{
	font-size: 48px;
    color: #fff;
    margin-bottom: 38px;
    margin-top: 95px;
    letter-spacing: 3px;
}
.banner_info .banner_left .tit_h2{font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    width: 800px;
}
.baner_video .vidbacking{
	position: absolute;
	min-width: 100%;
    min-height: 100%;
	left: 0;
	top: 0;
}
.banner_info .banner_left .tit_des{
	font-size: 18px;
    color: #fff;
    margin-top: 10px;
    height: 50px;
    margin-bottom: 25px;
}
.banner_info .banner_left .tit_a{
	width: 180px;
    height: 45px;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin-top: 35px;
    line-height: 45px;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
}
.banner_info .banner_right{
	position: relative;
}
.banner_info .banner_right img{
	margin-top: 80px;
}
.site_box{position: relative;}
.site_box .info_l,
.site_box .info_r{
	width: 595px;
}
.site_box li{
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: right bottom;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    margin: 4px 5px 14px;
}
.site_box  .t{
	width: 585px;
    height: 160px;
    position: relative;
    float: left;
}
.site_box .t a div.bg img {
    position: absolute;
    right: 14px;
}
.site_box .c {
    width: 285px;
    height: 110px;
    position: relative;
}
.site_box .c a div.bg img {
    position: absolute;
    left: 15px;
}
.site_box .c a div.bg div {
    margin-left: 95px;
    width: 190px;
}
.site_box .c div.bg div dd {
    font-size: 18px;
    color: #212121;
    margin-bottom: 6px;
}
.site_box .c div.bg div dl {
    font-size: 14px;
    color: #83817f;
}
.site_box li .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    width: 100%;
}
.site_box li .bg div{
	padding-left: 22px;
}
.site_box li .bg div dd {
    font-size: 24px;
    font-weight: bold;
}
.site_box li .bg div dl {
    font-size: 14px;
    margin: 8px 0px;
}
.site_box li .bg div ol {
    font-size: 12px;
    color: #666666;
}
.site_box li .bg  div ol i {
    font-size: 30px;
    margin: 0px 5px;
}
.index_case{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.index_case li{
	position: relative;
	width: 25%;
    margin: 0 auto;
    float: left;
    overflow: hidden;
}
.index_case li .pic{
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.index_case li .pic img{
	width: 100%;
	max-width: 100%;
	  transform: scale(1);
  transition: all ease-in-out 0.5s;
	height: 100%;
}
.index_case li .info{
	padding: 30px;
	font-size: 16px;
	transition: all ease-in-out 0.5s;
	background: #fff;
}

.index_case li:hover .info{
	background: #2f69d7;
	color: #fff;
}
.index_case li:hover img{
	 transform: scale(1.1);
  filter: blur(2px);
}
.index_case li:hover .yy_box{
	opacity: 1;
}
.index_case li .yy_box .des{
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	padding: 20px;
}
.index_case li .yy_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 310px;
	background: rgba(0, 0, 0, .5);
	padding: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	opacity: 0;
	transition: all ease-in-out 0.5s;
}
.process,
.clients
{
	overflow: hidden;
}
.process li{
	float: left;
	width: 16.5%;
	text-align: center;
}
.process li:hover i{
	color: #f0294f;
}
.process li i{
	font-size: 40px;
	height: 40px;
	display: inline-block;
	color: #2f69d7;
	transition: all ease-in-out 0.5s;
}
.process li .tit{
	padding: 15px 0;
	font-size: 18px;
}
.process li .des{
	color: #999
}
.clients li{
	float: left;
    width: 20%;
    height: 150px;
    background: #fff;
    overflow: hidden;
    border: 1px dotted #dedede;
}

.clients li img{
	padding: 20px;
	width: 100%;
	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.clients li:hover img{
-webkit-filter: grayscale(1%);
-moz-filter: grayscale(1%);
-ms-filter: grayscale(1%);
-o-filter: grayscale(1%);
filter: grayscale(1%);
transform:scale(0.9);
}
.index_news{
	overflow: hidden;
}
.tab_list{
	overflow: hidden;
	width: 100%;
	text-align: center
}
.tab_list li{
	display: inline-block;
	padding:7px 20px;
	border: 1px solid #666;
    font-size: 14px;
    color: #666;
    border-radius: 10px;
    margin-left: 15px;
    transition: all ease .3s;
}
.tab_list  .on{
	background: #2f69d7;
	color: #fff;
	border: 1px solid #ffffff;
}
.xs_news{
	overflow: hidden;
}
.xs_news .xs_news_l{
	width: 620px;
	height: 400px;
}
.xs_news .xs_news_l li{
	padding: 10px;
    width: 300px;
    height: 400px;
    background-color: rgba(255,255,255,0.7);
    float: left;
    margin-right: 10px;
}
.xs_news .xs_news_l li .litpic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.xs_news .xs_news_l li .tx{
	padding: 25px 15px 15px;
    font-size: 14px;
}
.xs_news .xs_news_l li a{
	
}
.xs_news .xs_news_l li a:hover img{
	transform:scale(1.1);
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.xs_news .xs_news_l li .litpic img{
	width: 100%;
	height: 200px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.xs_news .xs_news_l li .ntitle{
	font-size: 16px;
}
.xs_news .xs_news_l li .ndes{
	color: #888888;
    margin: 15px 0;
    width: 100%;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
}
.xs_news .xs_news_r{
	width: 580px;
	height: 400px;
	padding: 20px 30px;
    background-color: rgba(255,255,255,0.7);
}
.xs_news_r_t .item{
	border-bottom: 1px solid #E7E7E7;
    padding: 15px 0;
    overflow: hidden;
    display: block;
}
.xs_news_r_t .item .time{
	width: 80px;
    float: left;
    text-align: center;
    color: #999999;
    margin-right: 20px;
    font-size: 14px;
}
.xs_news_r_t .item .time .day{
	font-size: 60px;
    line-height: 50px;
    margin-bottom: 8px;
}
.xs_news_r_t .item .xst{
	width: 420px;
}
.xs_news_r_t .item .xst .bt{
	font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xs_news_r_t .item .xst .st{
	color: #888888;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}
.xs_news_r ul{
	padding-top: 20px;
    padding-left: 10px;
}
.xs_news_r li{
	font-size: 14px;
    width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    text-indent: 1em;
	float: left;
	width: 100%;
}
/*新闻列表*/
.news_bgbanner{
	width: 100%;
	min-width: 1200px;
	background: url('../img/news_banner.png') no-repeat;
	background-size: 100% 100%;
	height: 270px;
}
.news_bgbanner .info{
	text-align: center;
	padding-top: 100px;
	color: #fff;
}
.news_bgbanner .info .tit{
	font-size: 40px;
	padding-bottom: 20px;
}
.news_bgbanner .info .des{
	font-size: 16px;
}
.news_box{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
}
.news_box .news_main{
	padding: 20px;
	width: 885px;
    border-right: 1px solid #e9e9e9;
}
.news_main .news_xs_baner{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news_main .news_xs_baner .box{
	width: 100%;
	height: 300px;
	overflow: hidden;
}	
.news_main .news_xs_baner .pic{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news_main .news_xs_baner .tit_name{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	background: rgba(0, 0, 0, .4)
}
.news_ej{
	margin-top: 20px;
}
.news_ej .active{
	background: #3daaff;
	color: #fff
}
.news_ej a{
	float: left;
    height: 34px;
    margin-right: 15px;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 34px;
    background: #eaeaea;
    color: #444;
}
.news_ej a:hover{
	background: #3daaff;
	color: #fff;
}
.news_list li{
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.news_list li:hover .info .tit a {
	color: #3daaff
}
.news_list li .pic{
	width: 214px;
    height: 122px;
    overflow: hidden;
}
.news_list li .pic img{
	width: 214px;
    height: 122px;
}
.news_list li .info{
	width: 610px;
}
.news_list li .info .tit{
	font-size: 22px;
    margin-bottom: 15px;
}
.news_list li .info .des{
	height: 44px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}
.news_list li .info .des a{
	color: #999;
}
.news_list li .info .time{
margin-top: 10px;
    color: #666;
    font-size: 14px;
}
.news_list li .info .t{
	margin-top: 10px;
}
.news_list li .info .t a{
	border-radius: 10px;
	padding: 2px 10px;
	background: #3daaff;
	color: #fff
}
.news_side{
	width: 310px;
	overflow: hidden;
	padding: 10px;
}
.news_side .fu_nav{
	padding: 15px 0 0;
	overflow: hidden;
}
.news_side .fu_nav .active{
	background: #3daaff;
	color: #fff;
}
.news_side .fu_nav a{
	float: left;
    height: 34px;
    line-height: 34px;
    margin: 10px 10px 0 0;
    padding: 0 11px;
    background: #eaeaea;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
}
.news_side .fu_nav a:hover{
background: #3daaff;
	color: #fff;
}
.tj_news .pic{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.tj_news{
}
.tj_news li{
	width: 100%;
	float: left;
	margin: 8px 0;
    line-height: 18px;
    font-size: 14px;
    color: #616161;
}
.tj_news li span{
	display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    background: #4097ff;
    color: #fff;
    text-align: center;
}
.tj_news li:nth-child(1) span{
    background: #ff6800;
}
.tj_news li:nth-child(2) span{
    background: #ff7f4f;
}
.tj_news li:nth-child(3) span{
    background: #ffbe57;
}
.news_tag{
	display: block;
}
.news_tag a{
	float: left;
    height: 34px;
    line-height: 34px;
    margin: 10px 10px 0 0;
    padding: 0 11px;
    background: #eaeaea;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
}
.news_tag a:hover{
	background: #3daaff;
	color: #fff;
}
.news_details{
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9
}
.news_details .news_tit{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center
}
.news_details  .ly_info{
	text-align: center;
	padding: 10px 0;
		color: #2589ff;
}
.news_details  .ly_info span{
	margin-left: 10px;
}
.details_body{
	padding: 20px 0;
}
.xurl{
	width: 100%;
	background: #f8f8f8;
	padding: 20px;
	border: 1px dotted #ccc;
	color: #333;
	overflow: hidden;
	margin:15px 0;
}
.xurl .article_ewm{
	width: 100px;
	height: 100px;
}
.xurl .titinfo{
	margin-top: 15px;
	margin-left: 20px;
	line-height:1.7;
}
.xurl a{color: #000;font-weight: 600;}
/*分类列表*/
/*案例列表*/
.screen{
	padding: 30px 0;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
}
.screen dl{
}
.screen dt{
	float:left;
	width: 100%;
	margin: 10px 0;
	font-size: 18px;
}
.screen .ar{
	color: #fff;
	background-color: #3daaff;
}
.screen dd{
	float:left;
	margin-right: 10px;
	line-height: 30px;
}
.screen dd a{
	padding: 2px 8px;
}
.case_bgbanner{
	width: 100%;
	min-width: 1200px;
	background: url('../img/case_banner.jpg') no-repeat;
	background-size: 100% 100%;
	height: 400px;
}
.case_bgbanner .info{
	text-align: center;
	padding-top: 130px;
	color: #fff;
}
.case_bgbanner .info .tit{
	font-size: 40px;
    padding-bottom: 20px;
}
.case_bgbanner .info .des{
	font-size: 16px;
}
.case_bgbanner .info .h_btn{
	width: 280px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    display: block;
    margin: 30px auto;
    background: #cc0a0a;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.case_body{
	padding: 20px;
}
.case_body .case_img{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.caselist{
	padding: 20px 0;
}
.caselist ul {
    position: relative;
    margin-left: -40px;
    overflow: hidden;
}
.caselist li{
	float: left;
    position: relative;
    background: #fff;
    overflow: hidden;
    width: 30%;
    margin-left: 3%;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.caselist li .pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
 	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.caselist li .pic img {
    width: 100%;
    height: 100%;
}
.caselist li .name{
	border-bottom: 1px solid #eee;
    padding: 15px 16px 13px 13px;
    height: 50px;
    position: relative;
}
.caselist li:hover .showds{
	opacity: 1
}
.caselist li:hover .pic img{
	  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transform: scale(1.1);
}
.caselist li:hover .line1{
	width: 90%
}
.caselist li:hover .line2{
	height: 90%
}
.showds{
	position:absolute;
	width: 100%;
	height: 240px;
	background-color: rgba(0, 0, 0, .6);
	transition: all .4s ease-in-out;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
}
.showds .des{
	width: 80%;
	height: 200px;
	margin: 35px auto;
	padding: 20px;
	line-height: 35px;
	color: #ffffff;
}
.showds .line{
	transition: all .3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.showds .line .line1{
	position: absolute;
	transition: all .5s ease-in-out;
    border: 1px solid #FFF;
    border-width: 1px 0 1px 0;
    width: 0%;
    height: 80%;
    top: 10%;
    left: 5%;
}
.showds .line .line2 {
	position: absolute;
    transition: all .5s ease-in-out;
    border: 1px solid #FFF;
    border-width: 0 1px 0 1px;
    width: 80%;
    height: 0%;
    top: 5%;
    left: 10%;
}
/*解决方案列表*/
.solutions_banner{
	width: 100%;
	min-width: 1200px;
	background: url('../img/banner_jj.png') no-repeat;
	background-size: 100% 100%;
	height: 400px;
}
.solutions_banner .info{
	text-align: center;
	padding-top: 130px;
	color: #fff;
}
.solutions_banner .info .tit{
	font-size: 40px;
    padding-bottom: 20px;
}
.solutions_banner .info .des{
	font-size: 16px;
}
.solutions_banner .info  .h_btn{
width: 280px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    display: block;
    margin: 30px auto;
    background: #ebad16;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.solutions_list li{
	width: 32.5%;
    height: 370px;
    float: left;
    background: #fff;
    margin-right: 1.25%;
    margin-bottom: 20px;
}
.solutions_list li:nth-child(3n) {
    margin-right: 0;
}
.solutions_list li .pic{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.solutions_list li:hover .pic img{
	  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	transform: scale(1.1);
}
.solutions_list li .pic img{
	width: 100%;
	height: 100%;
}
.solutions_list li:hover .info  .tit{
	color: #3daaff
}
.solutions_list li .info{
	padding: 20px;
}
.solutions_list li .info .tit{
	font-size: 16px;
}
.solutions_list li .info .des{
	color: #999;
	padding: 10px 0;
}
.solutions_list li .info .more_s{
	color: #c7c7c7;
}
.solutions_details{
	padding-top: 180px;
	color: #fff;
}
.solutions_details .tit{
	font-size: 24px;
}
.solutions_details .des{
	padding-top: 18px;	
}
.solutions_info{
	background-color: #ffffff;
	margin-top: -60px;
	padding: 20px;
	overflow: hidden;
}
.solutions_info .solutions_l{
	width: 840px;
	padding: 20px;
    border-right: 1px solid #e9e9e9;
}
.solutions_info .solutions_l .body{
	border-bottom: 1px solid #e9e9e9
}
.solutions_info .solutions_l .over_list{
	padding: 30px 0;
}
.solutions_info .solutions_l .over_list li{
	width: 33%;
	float: left;
	padding: 5px;
}
.solutions_info .solutions_l .over_list .name{
	font-size: 18px;
	padding: 10px 0;
}
.solutions_info .solutions_l .over_list li .pic{
	height: 160px;
}
.solutions_info .solutions_l .over_list li .pic img{
	height: 160px;
}
.solutions_info .solutions_l .over_list li .tit{
	padding: 10px 0;
}
.solutions_info .solutions_r{
	width: 300px;
}
/*关于我们*/
.about_banner{
	width: 100%;
	min-width: 1200px;
	background: url('../img/about.png') no-repeat;
	background-size: 100% 100%;
	height: 400px;
}
.about_banner .info{
	padding-top: 150px;
	text-align: center;
	color: #fff;
}
.about_banner .info .tit{
	font-size: 40px;
    padding-bottom: 20px;
}
.about_banner .info .des{
	font-size: 18px;
}
.about_page{
	overflow: hidden;
}
.about_page .info .pic{
	width: 400px;
}
.about_page .info .texts{
	width: 760px;
	line-height: 36px;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}
.about_page .info .texts p{
	padding-bottom: 6px;
}
.yw_box{
	overflow: hidden;
}
.yw_box li{
	float: left;
	width: 20%;
	text-align: center;
}
.yw_box li i{
	font-size: 45px;
	height: 45px;
	display: inline-block;
	color: #3182f8;
}
.yw_box li p{
	padding: 10px 0;
	font-size: 16px;
}
.fwlc_box{
	overflow: hidden;
}
.ryzs_box{
	 width: 100%;
      height: 100%;
	position: relative;
	overflow: hidden;
}
.ryzs_box .swiper-slide{
	width: 20%;
	 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;
}
.gs_news li{
	width: 49%;
    overflow: hidden;
    padding: 2% 0;
    margin: 0 .5%;
    float: left;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 20px;
      transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.gs_news li .tit{
	color: #191919;
    font-size: 18px;
    display: block;
    height: 25px;
    overflow: hidden;
}
.gs_news li .des{
	color: #909090;
    height: 40px;
    overflow: hidden;
    margin: 15px 0;
}
.gs_news li .time{
	color: #979797;
    display: block;
    background: url(../img/biaobg.png) no-repeat center left;
    padding-left: 20px;
}
.gs_news li:hover:after{width: 100%;}
.gs_news li:hover b>i{ width: 15px;margin-right: 5px;}
.gs_news li:hover {background: #3182f8; }
.gs_news li:hover p{color: #fff;}
.gs_news li:hover span{color: #fff;}
.gs_news li:hover span{background: url(../images/biaobgh.png) no-repeat center left;}
.edu_gg{
	width: 100%;
	min-width: 1200px;
	height: 125px;
background: url('../img/edu/13.png') no-repeat;
background-size: cover;
text-align: center;
line-height: 125px;
font-size: 28px;
color: #fff;
}
.edu_gg a{ padding: 8px 15px;background: #ffffff;border-radius: 10px;font-size: 16px; margin-left: 20px; }
.mini_ys li{
	float: left;
	width: 224px;
	padding: 15px;
	height: 250px;
	background: #FAFAFA;
	margin-right: 20px;
	border-radius: 10px;
	text-align: center;
}
.mini_ys li:nth-child(5) {
	margin-right: 0;
}
.mini_ys li .tit{
	padding: 15px 0;
	font-size: 18px;
}
.mini_ys li .des{
	text-align: left;
}
