/*弹性布局*/
.disFlex{
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}

/*导航以及banner*/
.swiperPart #top_swiperBanner{
	height:670px;
	padding-top:60px;
	width:100%;
	background:#e3e3e3 url(../../img/common/loading.gif) center/30px 30px no-repeat;
}
#top_swiperBanner .swiper-slide{
	text-align: center;
	font-size:24px;
}
#top_swiperBanner .swiper-button-prev{
	left:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/index/banner/prev.png);
	background-size:27px 44px;
	background-repeat:no-repeat;
}
#top_swiperBanner .swiper-button-next{
	right:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/index/banner/prev.png);
	background-size:27px 44px;
	background-repeat:no-repeat;
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

#top_swiperBanner:hover .swiper-button-prev{
	left:10px;
}
#top_swiperBanner:hover .swiper-button-next{
	right:10px;
}
#top_swiperBanner .swiper-pagination-bullet{
    height:10px !important;
    width:10px !important;
}
#top_swiperBanner .left_introduce{
	height:auto;
	width:1200px;
	margin:0 auto;
/*	align-self:center;*/
}
#top_swiperBanner .intro_title{
	font-size:68px;
	color:#036FE2;
	text-align:left;
	padding-bottom:30px;
	font-weight:bold;
	padding-top:240px;
}
#top_swiperBanner .intro_description{
	font-size:17px;
	color:#444;
	text-align:left;
	line-height:30px;
	padding-bottom:120px;
}
#top_swiperBanner .bannerINT{
	color:#666;
}
#top_swiperBanner .bannerIND{
	color:#666;
}
#top_swiperBanner .banner_a p{
	font-size:15px;
	color:#036FE2;
	width:72px;
	padding-top:25px;
	text-align:center;
	
}
.bannerPart1 p{
	color:#fff;
	width:100%;
	text-align:center;
	font-size:21px;
	line-height:40px;
	letter-spacing:4px;
}
.bannerPart1 p:first-child{
	font-size:63px;
	padding-top:134px;
	line-height:114px;
	letter-spacing:14px;
}
.bannerPart1 span{
	color:#fff;
	font-weight:550;
}
.bannerPart3 p{
	color:#fff;
	width:100%;
	text-align:center;
	font-size:17px;
	line-height:36px;
}
.bannerPart3 p:first-child{
	font-size:65px;
	padding-top:50px;
	line-height:100px;
	letter-spacing:14px;
	/*font-family: "黑体";*/
	font-weight:lighter;
}
/*导航*/
#robot_topNav{
	width:100%;
	height:60px;
	position:fixed;
	z-index:999;
	background:url(../../img/page/robotservice/nav_hover.png) center/cover no-repeat;
}
.topNav_main{
	height:100%;
	box-sizing:border-box;
	width:1200px;
	padding:0 10px;
	padding-top:15px;
	margin:0 auto;
}
/*左边logo*/
.left_navLogo{
	height:30px;
	width:auto;
	font-size:16px;
	line-height:30px;
}
.left_navLogo .button_index{
	background:url(../../img/page/robotservice/button.png) center/cover no-repeat;
	height:32px;
	display:inline-block;
	width:146px;
	color:#444;
	box-sizing:border-box;
	padding-left:60px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.left_navLogo .button_index:hover{
	transform:translateX(-3px);
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.left_navLogo img{
	height:116%;
	width:100px;
	display:inline-block;
	margin-right:30px;
}
/*右边菜单*/
.right_navContent{
	height:30px;
	width:auto;
}
.right_navContent .robot_navUl li{
	height:100%;
	color:#fff;
	font-size:15px;
	margin-right:48px;
	line-height:30px;
}
.right_navContent .robot_navLi a{
	color:#fff;
	display:inline-block;
	line-height:30px;
	position:relative;
}
.hover_line{
	height:1px;
	background:#fff;
	width:0;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.robotHover_a div.hover_line{
	width:100%;
}
.robot_navLi a:hover div.hover_line{
	width:100%;
}
/*系统简介*/
#systemPart{
	width:100%;
	height:847px;
}
.system_main{
	width:1180px;
	padding-bottom:40px;
	margin:0 auto;
	height:auto;
	text-align:center;
}
.system_main .sysP_title{
	padding:70px 0 37px 0;
	font-size:34px;
	color:#333;
	letter-spacing:2px;
}
.sysP_description{
	padding:0 88px;
	text-indent:32px;
	font-size:16px;
	color:#888;
	line-height:30px;
}
/*八个图部分*/
.sysDetail_part{
	height:auto;
	width:100%;
	padding-top:20px;	
}
.sysDetail_part .sysDetail_ul{
	width:100%;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.sysDetail_part .sysDetail_ul li{
	height:173px;
	width:258px;
	border:1px solid #666;
	margin-top:70px;
	border-radius:10px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.sysDetail_ul li .outTheme{
	line-height:173px;
	font-size:24px;
	color:#fff;
	opacity:1;
	transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
}
.sysDetail_ul li .sysHover_part{
	position:absolute;
	top:50%;
	left:0;
	height:100%;
	width:100%;
	background:url(../../img/page/robotservice/hover.png) center/cover no-repeat;
	text-align:left;
	opacity:0;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
.sysHover_part .inline_description{
	color:#fff;
	font-size:16px;
	padding:0 13px;
	align-self:center;
}
.sysDetail_ul li:hover .sysHover_part{
	opacity:1;
	top:0%;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
.sysDetail_ul li:hover .outTheme{
	opacity:0;
	transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
}
/*解决方案*/
#solutionMethod_part{
	height:1211px;
	width:100%;
}
.solution_first{
	height:588px;
	width:100%;
	background:#f4f4f4;
	text-align:center;
}
.soluM_title{
	font-size:34px;
	color:#333;
	padding:70px 0 35px 0;
	letter-spacing:2px;
}
.soluM_des{
	color:#1296DB;
	font-size:20px;
	padding-bottom:96px;
}
.solution_progress{
	height:auto;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
}
.solution_progress .solutionProUl{
	width:100%;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.solution_progress .solutionProUl li{
	width:13.5%;
}
.solution_progress .solutionProUl li img{
	padding-bottom: 50px;
}
.solution_progress .solutionProUl li p{
	font-size:16px;
	color:#888;
	line-height:24px;
}
/*AI能力*/
.solution_downPart{
	height:623px;
	width:100%;
	text-align:center;
	background:url(../../img/page/robotservice/AI-bg.png) center/cover no-repeat;
}
.downPart_title{
	font-size:34px;
	color:#fff;
	padding:45px 0 35px 0;
	letter-spacing:2px;
}
.downPart_des{
	color:#0236A0;
	font-size:24px;
}
.downPart_EnglishDes{
	color:#0236A0;
	font-size:11px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	padding:5px 0 35px 0;
}
.downPart_ability{
	height:360px;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
}
.downPart_ability ul{
	width:100%;
	height:100%;
}
.downPart_ability li{
	width:100%;
	height:72px;
	box-sizing:border-box;
	padding-bottom:19px;
	text-align:left;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.downPart_ability li .leftImage,.rightImage{
	height:37px;
	width:37px;
}
.downPart_ability li .explain_more{
	height:53px;
	width:1020px;
	padding:0 37px 0 24px;
	color:#fff;
	font-size:16px;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	background:url(../../img/page/robotservice/rectang.png) 0 0 no-repeat;
	background-size:100% 100%;
}
.downPart_ability li .rightImage{
	height:39px;
	width:38px;
}
/*功能优势*/
#advantage_part{
	height:1332px;
	width:100%;
	text-align:center;
}
/*第一部分*/
.advantage_first{
	height:732px;
	width:100%;
}
.advantageAll{
	width:1180px;
	padding:0 10px;
	height:auto;
	margin:0 auto;
}
.advantageAll .advantageUp{
	width:100%;
	box-sizing:border-box;
	padding:40px 5% 55px 5%;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.advantageUp li{
	width:200px;
	height:auto;
	text-align:center;
	position:relative;
}
.advantageUp li .advanli_up{
	height:110px;
	width:160px;
	margin:0 auto;
	margin-bottom:20px;
}
.advantageUp li p{
	font-size:23px;
	color:#098EEC;
	letter-spacing:2px;
}
.advantageAll .advantageDown li{
	width:100%;
	height:auto;
	margin-bottom:30px;
	align-items:center;
	justify-content:space-between;
}
.advantageDown li i{
	display:inline-block;
	height:16px;
	width:16px;
	margin-right:10px;
	background:url(../../img/page/robotservice/link.png) center/cover no-repeat;
}
.advantageDown li p{
	width:1170px;
	height:auto;
	color:#888;
	text-align:left;
	font-size:16px;
}
/*第二部分*/
.advantage_seconde{
	height:600px;
	width:100%;
	text-align:center;
	background:url(../../img/page/robotservice/AI_service.png) center/cover no-repeat;
}
.advantage_seconde h5{
	font-size:34px;
	color:#fff;
	padding:70px 0 5px 0;
	letter-spacing:2px;
}
.advantage_seconde h6{
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	letter-spacing:2px;
	padding-bottom:50px;
}
.advantage_seconde p{
	font-size:16px;
	color:#fff;
	width:1080px;
	margin:0 auto;
	line-height:32px;
}
/*应用场景*/
#usePlace_part{
	height:1278px;
	width:100%;
}
#usePlace_part .usePart_up{
	height:560px;
	width:100%;
	text-align:center;
}
.usePart_up .placeDetail{
	width:1180px;
	padding:0 10px;
	height:auto;
	margin:0 auto;
}
.placeDetail ul{
	width:100%;
	justify-content:space-between;
}
.placeDetail ul li{
	width:330px;
	height:260px;
	background:url(../../img/page/robotservice/place_rectangle.png) center/cover no-repeat;
	text-align:center;
	border-radius:10px;
}
.placeDetail ul li .p_head{
	font-size:22px;
	color:#fff;
	padding:45px 0 30px 0;
}
.placeDetail ul li .p_main{
	font-size:16px;
	color:#fff;
	line-height:24px;
	padding:0 40px;
}
#usePlace_part .usePart_Down{
	height:718px;
	width:100%;
	text-align:center;
	position:relative;
	background:url(../../img/page/robotservice/place_3.png) center/cover no-repeat;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#usePlace_part .place_rotate{
	height:297px;
	width:594px;
	position:absolute;
	left:50%;
	margin-left:-297px;
	top:305px;
	background:url(../../img/page/robotservice/rotate.png) center/cover no-repeat;
}
#usePlace_part .place_rotate i{
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.place_rotate .rotate_1{
	left:25px;
	bottom:25px;
}
.place_rotate .rotate_2{
	left:70px;
	bottom:135px;
}
.place_rotate .rotate_3{
	left:175px;
	top:35px;
}
.place_rotate .rotate_4{
	right:180px;
	top:31px;
}
.place_rotate .rotate_5{
	right:70px;
	bottom:135px;
	width:49px !important;
}
.place_rotate .rotate_6{
	right:25px;
	bottom:25px;
}
.place_rotate .talk_part{
	height:46px;
	width:68px;
	position:absolute;
	font-size:16px;
	color:#fff;
	line-height:38px;
	opacity:0;
	text-align:center;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.place_rotate .talk_right{
	background:url(../../img/page/robotservice/talk.png) center/cover no-repeat;
}
.place_rotate .talk_left{
	background:url(../../img/page/robotservice/talkleft.png) center/cover no-repeat;
}
.place_rotate #talk_1{
	left:-60px;
	bottom:65px;
}
.place_rotate #talk_2{
	left:-15px;
	bottom:170px;
}
.place_rotate #talk_3{
	left:110px;
	bottom:275px;
	opacity:1;
}
.place_rotate #talk_4{
	right:110px;
	bottom:275px;
}
.place_rotate #talk_5{
	right:-15px;
	bottom:170px;
}
.place_rotate #talk_6{
	right:-60px;
	bottom:65px;
}
#usePlace_part .place_bottom{
	height:116px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../../img/page/robotservice/placeBottom.png) 0 0 no-repeat;
	text-align:center;
	color:#F6F6F6;
	font-size:50px;
	line-height:116px;
}

/*<!--联系我们-->*/
.contactUs_part{
	height:395px;
	width:100%;
	text-align:center;
}
.contactUs_part ul{
	width:1180px;
	padding:0 10px;
	box-sizing:border-box;
	padding-top:30px;
	margin:0 auto;
	height:auto;
	text-align:center;
	justify-content:space-between;
}
.contactUs_part ul li i{
	height:80px;
	width:90px;
	display:block;
	margin:0 auto;
}
.contactUs_part ul li{
	width:255px;
	height:auto;
}
.contactUs_part ul li p{
	font-size:22px;
	line-height:36px;
}
.contactUs_part ul li p:nth-child(2){
	color:#919191;
	padding-top:30px;
}
.contactUs_part ul li p:nth-child(3){
	color:#007EFF;
}
.backtotop img{
    height: 30px;
    position: fixed;
    right: 5px;
    bottom: 200px;
    display: none;
    cursor: pointer;
    z-index:100;
}
