@charset "utf-8";
/* CSS Document */
/* banner */
.swiper-container-banner {
  width: 100%;
  min-width: 1200px;
  height: 656px;
}
.swiper-container-intro{
/*	height: 730px;*/
	padding-bottom: 44px;
}
.swiper-container-banner .swiper-slide a {
  width: 1180px;
  display: block;
  height: 70px;
  margin: 0 auto;
  margin-top:  620px;
  background-color: #fff;
  box-shadow:0px 5px 5px #eee;
  line-height: 70px;
  padding-left: 120px
}
.swiper-container-banner .swiper-slide a:hover {
  color: #ef942f;
}
.pagination-intro {
  text-align: center;
  position: absolute;
  right: 350px;
  bottom: 35px;
  margin: 0;
}
.pagination-intro .swiper-pagination-switch {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro .swiper-pagination-switch.swiper-active-switch {
  background: #fff;
  border: 2px solid #f09939;
  width: 8px;
  height: 8px;
}
.swiper-container-intro .arrow-left,.swiper-container-intro .arrow-right{
/*	padding: 25px 10px 25px 10px;*/
	position: absolute;
	bottom: 35px;
	z-index: 3;
}
.swiper-container-intro .arrow-right{
	left:20%;
}
.swiper-container-intro .arrow-left{
	left:18%;
}
.swiper-container-intro .arrow-right:hover,.swiper-container-intro .arrow-left:hover{
	color: #ef9735;
	cursor: pointer;
}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    display: block;
}
.swiper-title{
	position: absolute;
	top:120px;
	z-index: 3;
	left: 20%;
}
.swiper-title div:nth-child(2){
	position: absolute;
	top:140px;
}

/* 公共样式 */
.cur {
  background: #118be1;
  color: white !important;
}
.dis {
    display: block !important;
}
.undis {
    display: none !important;
}
.col_common {
  color: #006cff !important;
}

.fotter {
  margin-bottom: 60px;
}

/* 轮播图tab */
.swiper {
  margin-top: 66px;
  text-align: center;
  margin-bottom: 30px;
}

.swiper ul {
  display: inline-block;
  margin: 0 auto;
}

.swiper ul li {
  width: 180px;
  height: 50px;
  background: #f1f1f8;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
  position: relative;
  font-family: zhsyht;
}

.tab_swiper_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 小三角 */
.sanjiao_down {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  left: 80px;
  /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0;
  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width: 8px;
  border-style: solid dashed dashed dashed;
  /*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
  border-color: #118be1 transparent transparent transparent;
}

/* swiper */
.swiper_content{
	height: 410px;
	margin: 0 auto;
}
.swiper-box {
  width: 600px;
  overflow: hidden;
}

.swiper-container-intro1 {
  width: 600px;
  height: 400px;
}

.swiper-container-intro1 dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-intro1 dl dt {
  width: 100%;
  height: 100%;
}

.swiper-container-intro1 dl dt img {
  width: 600px;
  height: 338px;
}

.swiper-container-intro1 dl dd {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container-intro1 dl dd h3 {
  margin: 16px 0 0 17px;
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  line-height: 33px;
  width: 480px;
}

.pagination-intro1 {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}

.pagination-intro1 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro1 .swiper-pagination-switch.swiper-active-switch {
  background: #006cff;
}
/* 右侧新闻列表 */
.right_news {
  margin-left: 30px;
  width: 630px;
}

.right_news ul li {
  font-size: 16px;
  font-family: zhsyht;
  font-weight: 400;
  color: #333333;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.right_news ul li a {
  width: 464px;
}

.right_news ul li a:hover {
  color: #118be1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right_news_date {
  font-size: 14px;
  font-weight: 400;
  color: #cdcdcd;
}

/* 底下查看更多 */
.more_cat {
  width: 175px;
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
  margin-top: 23px;
  margin-left: auto;
  text-align: center;
}

.more_cat>a {
  font-size: 16px;
  font-family: zhsyht;
  font-weight: 400;
  color: #999999;
}

.more_cat:hover {
  background-color: #118be1;
}

.more_cat:hover>a {
  color: #fff;
}



/* 重点项目 */

.key-projects>img {
  width: 100%;
  height: 100%;
}

.key-projects>h1 {
  text-align: center;
  font-size: 36px;
  font-family: zhsyht;
  color: #ffffff;
  letter-spacing: .3rem;
}

.key-projects>h4 {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  font-family: zhsyht;
  color: #f7aa06;
}

.key-projects .projects ul {
  display: inline-block;
  position: relative;
  height: 200px;
	margin-top: 50px;
}

.key-projects .projects ul> :nth-child(1) {
  margin-left:0;
}
.key-projects .projects ul> :nth-child(2) {
	margin-left: 80px;
}
.key-projects .projects ul> :nth-child(3) {
  margin-left:80px;
}



.key-projects .projects ul li {
  position:relative;
  width: 120px;
  height: 120px;
  cursor: pointer;
  box-sizing: content_web-box;
  border-radius: 50%;
  border-color:rgba(255,255,255,0.6);
	border-style: solid;
	border-width: 8px;
}

.key-porjects .projects ul li a {
  width: 100%;
  height: 100%;
}
.projects {
	margin-top: 28px;
	text-align: center;
	width:600px;
	margin: 0 auto;
}

.projects img {
  margin-top: 20px;
}

.projects a>div {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	bottom:30px;
	width:125px;
	text-align: center;
}

/* 小图标旋转 */
.route360 {
  transform: rotate(360deg);
}

/*项目视频*/
.projects_content .video_box_one{
	width: 866px;
	float: left;
}
.projects_content .wroll{
	width: 100%;
	height: 240px;
	float: left;
	display: block;
	position: relative;
}
.projects_content .t video{
	width:433px;
	float: left;
}
.projects_content .t .video-text, .projects_content .b .video-text, .projects_content .video_box_two .video-text{
	background-color: #118be1;
	height: 140px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.video-text a{
	color: #fff;
}
.projects_content .t .video-text{
	padding: 50px 80px 0px 460px;
}
.projects_content .b video{
	width:433px;
	float: right;
	margin-top: -50px;
}
.projects_content .b .video-text{
	padding: 50px 460px 0px 160px;
	margin-top: -1px;
}

.projects_content .video_box_two{
	width: 433px;
	float: left;
}
.projects_content .video_box_two video{
	width:433px;
}
.projects_content .video_box_two .video-text{
	text-align: center;
	padding-top: 50px;
	margin-top:-9px;
}
.sj{
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-style: solid dashed dashed dashed;
}
.sanjiao_l {
  left: 413px;
  top:80px;
  border-color: transparent #118be1 transparent transparent;
}
.sanjiao_r {
  left: 432px;
  top:80px;
  border-color: transparent transparent transparent #118be1;
}
.sanjiao_t {
  left: 210px;
  top:224px;
  border-color: transparent transparent #118be1 transparent;
}

/*公司简介，荣誉资质*/

.bottom .gsjj p{
	width:44%;
	padding: 110px 50px;
	line-height: 30px;
	float: left;
}
.bottom .gsjj p span{
	color: #118be1;
	font-size: 16px;
}
.bottom .gsjj img{
	float: left;
	width:530px;
	height: 315px;
	padding: 65px 30px;
}
.bottom .ryzs{
	width: 100%;
/*	height: 456px;*/
}
.bottom .ryzs .pic_ryzs li{
	width: 31%;
	float: left;
	margin: 0px 15px 10px;
}
.bottom .ryzs .pic_ryzs li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bottom .ryzs .pic_ryzs li a img{
	width:100%;
	display: block;
	float: left;
	transition: all 1s;
}
.bottom .ryzs .pic_ryzs li a img:hover {
  transform: scale(1.2);
}

/*数智案例*/
.portrait-list {
	margin: auto;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
}
.portrait-list > img {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	width: 10px;
	cursor: pointer;
	box-sizing: initial;
	background-color : #f9f9f9;
}
.list-left {
	left: 0;
	padding : 40px 0 34px 5px;
}
.list-right {
	right: 0;
	padding: 40px 5px 34px 0;
}

.list-content {
	overflow: hidden;
	white-space: nowrap;
}
.list-content > div {
	display: inline-block;
	width: 300px;
	height: auto;
	margin-right: 6px;
}
.list-content > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-content > div:last-child {
	margin-right: 0;
}


.app-store-wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.app-store-list {
    height: 380px;

    margin: 30px 0;
    text-align: justify;
}

.app-store-item {
    position: relative;
    float: left;
    margin-right:30px;
    width: 380px;
    height: 100%;
    background: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}
.app-store-item:hover {
    box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
    -webkit-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
    -moz-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
}
.app-store-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.app-store-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.app-store-item img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.app-store-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.app-store-info h3 {
    position: absolute;
    top: 173px;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    z-index: 30;
    margin-top: 0 !important;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-p{
    width: 80%;
    color: #fff;
    font-size: 15px;
    position: absolute;
    font-weight: normal;
    z-index: 29;
    text-align: left;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-left{
    width: 80%;
    color: #fff;
    font-size: 15px;
    text-align: left;
    position: absolute;
    top: 180px;
    font-weight: normal;
    z-index: 29;
    line-height: 30px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-left a{
    color: #fff;
}
.app-go-left a:hover{
    color: #fff;
}
.app-store-tag {
    position: absolute;
    top: 50%;
    left: 33.3%;
    width: 240px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: #333;
    opacity: .9;
    border-radius: 10px;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.rig_icon{
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    top: 310px;
    left: 230px;
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 29;
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.item01 .app-store-tag {
    background: #513f65;
}

.item02 .app-store-tag {
    background: #0f316c;
}

.item03 .app-store-tag {
    background: #07759b;
}
.app-store-list .app-store-item:hover .app-store-tag {
    -webkit-transform: scale(4.7, 4.7);
    -moz-transform: scale(4.7, 4.7);
    transform: scale(4.7, 4.7);
}
.app-store-list .app-store-item:hover .app-store-tag {
    -webkit-transform: scale(4.7, 4.7);
    -moz-transform: scale(4.7, 4.7);
    transform: scale(4.7, 4.7);
}
.app-store-list .app-store-item:hover .app-go-p {
    -webkit-transform: translateY(95px);
    -moz-transform: translateY(95px);
    transform: translateY(95px);
}
.app-store-list .app-store-item:hover .app-store-info h3{
    -webkit-transform: translate(-105px,-140px);
    -moz-transform: translate(-105px,-140px);
    transform: translate(-55px,-140px);
}
/*
.app-store-list .app-store-item:nth-child(3):hover .app-store-info h3{
    -webkit-transform: translate(-118px,-140px) !important;
    -moz-transform: translate(-118px,-140px) !important;
transform: translate(-118px,-140px) !important;
}
*/
.app-store-list .app-store-item:hover .app-go-left {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
}