@charset "utf-8";


body{
	width: 100%;
	overflow-x: hidden;
}
li{
	list-style:none!important;
}
a,a:hover,a:focus{
	text-decoration: none;
}
ul,body,img,div,li{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex_allcenter{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex-around{
	display: flex;
	justify-content: space-around;
}
.flex_justify{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.text-center{
	text-align: center;
}
.public_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*overflow-x: hidden;*/
}
.center_box{
	width: 1200px!important;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}
/*修改原框架导航栏样式 begin*/
.navbar-right{
	display: flex;
	margin: 0;
}
.navbar-nav{
	margin: 0;
}
.navbar-collapse{
	padding: 0;
}
.collapse{
	display: block;
}
.top_login_box{
	background: #000;
}
.top_login_box .navbar-nav>li>a{
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}
.top_login_box .dropdown-menu>li>a:focus,.top_login_box .dropdown-menu>li>a:hover{
	background: rgba(0,0,0,0);
}
.top_login_box .dropdown-menu>li>a:focus,.top_login_box .dropdown-menu>li>a:hover{
	background: rgba(0,0,0,0);
}
.top_login_box .navbar-nav>.open>a, .top_login_box .navbar-nav>.open>a:focus, .top_login_box .navbar-nav>.open>a:hover{
	background: rgba(0,0,0,0);
}
.top_login_box .navbar-collapse, .top_login_box .navbar-form{
	background: rgba(0,0,0,0);
	border-style: none;
}
.top_login_box .navbar-nav>li>a:hover,.navbar-nav>li>a:focus{
	background: rgba(0,0,0,0);
}
.top_login_box .dropdown-menu{
	position: absolute;
	left: 0;
	right: auto;
}
.nav_logo{
	height: 33px;
}
.login_btn{
	height: 100%;
	border-left: #fff solid 1px;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
}
/*头部登录样式end*/
.project_nav{
	margin-bottom: 0;
}
.project_nav,.project_nav .navbar-collapse, .project_nav .navbar-form{
	background: rgba(0,0,0,0);
	border-style: none;
}
.project_nav .navbar-nav>.open>a, .project_nav .navbar-nav>.open>a:focus, .project_nav .navbar-nav>.open>a:hover{
	background: rgba(0,0,0,0);
	color: #03afff;
	border-bottom: #03afff solid 2px;
	padding-bottom: 13px;
}
.project_nav .dropdown-menu>li>a{
	padding: 12px 20px;
}
.project_nav .dropdown-menu>li>a:focus,.project_nav .dropdown-menu>li>a:hover{
	background: rgba(0,0,0,0);
	color: #03afff;
}
.project_nav .navbar-nav>.active>a, .project_nav .navbar-nav>.active>a:focus, .project_nav .navbar-nav>.active>a:hover{
	background: #03afff;
	color: #fff;
}
.project_nav .navbar-nav>.active1>a, .project_nav .navbar-nav>.active1>a:focus, .project_nav .navbar-nav>.active1>a:hover{
	background: rgba(0,0,0,0);
	color: #03afff;
	border-bottom: #03afff solid 2px;
	padding-bottom: 13px;
}
.project_nav .navbar-nav>li>a{
	line-height: 30px;
}
.project_nav .navbar-nav>li>a:hover{
	color: #03afff;
	border-bottom: #03afff solid 2px;
	padding-bottom: 13px;
}
.dropdown_moreUl{
	position: absolute;
    top: 96%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown_moreUl1{
	display: none;
	padding-left: 5px;
}
.dropdown_moreUl li a:hover{
	color: #03afff;
}
.dropdown_moreUl li a{
	padding: 12px 20px!important;
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
	white-space: nowrap;
	font-size: 14px;
}
.dropdown_moreUl>li>a{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/*修改原框架导航栏样式 end*/

/*index.html页面样式begin*/
.index_banner .carousel{
	width: 100%;
}
.index_banner .carousel-inner img{
	width: 100%;
}
.index_banner .carousel-indicators{
	/* height: 50px; */
}
.index_banner .carousel-indicators li{
	width: 60px;
	height: 8px;
	background-color: rgba(255,255,255,.4);
	border-radius: 0;
	border-style: none;
	margin: 0 4px;
}
.index_banner .carousel-indicators li.active{
	border-style: none;
	background-color: #03afff;
}
.index_banner_titone{
	font-size: 58px;
	font-weight: bold;
	font-stretch: normal;
	color: #38393a;
	margin-bottom: 105px;
}
.index_banner_hrefone{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	height: 42px;
	color: #575554;
	padding:12px 40px;
	text-decoration: none;
	border: #575554 solid 1px;
}
.index_banner .carousel-caption{
	width: 1200px;
	right: 0;
	left: 0;
	margin: auto;
	top: 75px;
	text-align: left;
}
.index_titone{
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	color: #424242;
}
.index_ul_one{
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
	margin-bottom: 80px;
}
.index_ul_one li{
	width: calc( 25% - 15px);
	margin-right: 20px;
	background-color: #ffffff;
	box-shadow: 2px 4px 7px 0px 
		rgba(14, 5, 10, 0.1);
	border-radius: 2px;
	overflow: hidden;
	padding-bottom: 15px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.index_ul_one li:hover{
	transform:scale(1.1);
}
.index_ul_one li img{
	width: 100%;
	height: 180px;
}
.index_ul_one li:last-child{
	margin-right: 0;
}
.index_ulOne_titone{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3c3d;
	margin-top: 25px;
	padding: 0 15px;
}
.index_ulOne_tittwo{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
	color: #38373c;
	margin-top: 15px;
	padding: 0 15px;
}
.icon1_img{
	width: 375px;
	/*height: 347px;*/
}
.switchbox img,.switchbox span,.switchbox div{
	display: none;
}
.switchbox.active img,.switchbox.active span,.switchbox.active div{
	display: block;
}
.index_bgtwo{
	background-image: url(../images/index_bgtwo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0 100px 0;
}
.bgtwo_titone{
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
}
.bgtwo_tittwo{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	margin-top: 20px;
}
.index_bgtwo_switch{
	margin-top: 50px;
}
.index_ul_three li{
	list-style: none;
	width: 270px;
	margin-bottom: 25px;
	cursor:pointer;
}
.index_ul_three li .pc_add_one{
	padding-bottom: 26px;
	border-bottom: rgba(255,255,255,.5) solid 1px;
	width: 100%!important;
}
.index_ul_three li img{
	width: 20px;
	display: none;
}
.index_ul_three li div{
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	text-align: left;
}
.index_ul_three li.active .pc_add_one{
	border-bottom: #03afff solid 2px;
	padding-bottom: 25px;
}
.index_ul_three li.active .pc_add_one div{
	color: #03afff!important;
}
.index_ul_three li.active .pc_add_one img{
	display: block;
}
.index_bgtwo_right{
	margin-left: 65px;
}
.bgtwo_right_divone{
	width: 775px;
	height: 525px;	
	background-size: 100% 100%;
	text-align: center;
	padding: 55px 95px 0 95px;
	box-shadow: rgba(0,0,0,.6) 0px 0px 60px;
	/*position: absolute;*/
}
.index_bgtwo_right .index_bgtwo_switchbox:first-child .bgtwo_right_divone{
	background-image: url(../images/icon2.jpg);
}
.index_bgtwo_right .index_bgtwo_switchbox:nth-child(2) .bgtwo_right_divone{
	background-image: url(../images/index_bgthree.jpg);
}
.index_bgtwo_right .index_bgtwo_switchbox:nth-child(3) .bgtwo_right_divone{
	background-image: url(../images/index_bgfour.jpg);
}
.index_bgtwo_right .index_bgtwo_switchbox:nth-child(4) .bgtwo_right_divone{
	background-image: url(../images/index_bgfive.jpg);
}
.index_bgtwo_right .index_bgtwo_switchbox:nth-child(5) .bgtwo_right_divone{
	background-image: url(../images/index_bgsix.jpg);
}
.index_bgtwo_titone{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}
.index_bgtwo_lineone{
	width: 120px;
	height: 3px;
	background-color: #03afff;
	margin: 14px auto 0 auto;
}
.index_bgtwo_tittwo{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	line-height: 24px;
	margin-top: 50px;
	margin-bottom: 55px;
}
.index_bgtwo_href{
	width: 120px;
	height: 36px;
	border: solid 1px #f5f7f9;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #ffffff;
	padding: 8px 25px;
	text-decoration: none;
}
.index_bgtwo_switchbox{
	display: none;
}
.index_bgtwo_switchbox.active{
	display: block;
}
.index_ptone{
	margin-top: 80px;
}
.index_pttwo{
	padding-top: 60px;
}
.index_ul_fourbox{
	width: 1110px;
	height: 615px;
	overflow: hidden;
	position: relative;
	left: -45px;
}
.index_ul_four{
	width: 30000px;
	position: absolute;
	height: 615px;
	left: 0;
}
.index_ul_four li{
	list-style: none;
	width: 210px!important;
	height: 615px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #efefef;
	margin-right: 15px;
	float: left;
	position: relative;
}
.index_ul_four li a{
	width: 210px!important;
	height: 615px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.index_ul_four li img{
	width: 100%;
	height: 615px;
	position: absolute;
	top: 0;
	left: 0;
}
.index_ul_four li a>div{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background-image: linear-gradient(rgba(25,25,25,.2),  rgba(0,0,0,.6));
}
.click_moveimg{
	width: 25px;
}
.gomove_box{
	margin: 70px 0;
}
.index_about{
	padding: 80px 0 140px 0;
}
.indexBannerTwo{
	position: relative;
	background-image: url(../images/index_bgsix.png);
	background-size: 100% 100%;
}
.indexBannerTwo .carousel-indicators .active{
	background-color: #03afff;
	border-style: none;
}
.indexBannerTwo .carousel-indicators li{
	background-color: #ffffff;
	border: solid 1px #838383;
}
.index_about_left{
	background-color: #dbe5ed;
	border-radius: 4px;
	padding: 40px;
	width: 600px;
	height: 400px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #272727;
	position: relative;
}
.index_about_left>div{
	text-overflow: -o-ellipsis-lastline;
 	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 8;
  	line-clamp: 8;
  	-webkit-box-orient: vertical;
}
.index_about_left a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #8e8f90;
	display: flex;
	padding-top: 40px;
	position: absolute;
	bottom: 40px;
}
.index_about img{
	width: 555px;
	border-radius: 4px;
}
.index_partner_img{
	width: calc( 100% + 20px);
	margin: 70px 0;
}
.index_partner_img>div{
	width: 280px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 4px 7px 0px 
		rgba(14, 5, 10, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.index_partner_img>div img{
	max-width: 70%;
}
.index_ptthree{
	padding: 40px 0 100px 0;
}
.index_bgabout{
	background-image: url(../images/index_bgservice.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index_about_oneleft{
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-right: 45px;
}
.index_about_onerigjt{
	width: 401px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 5px;
}
.index_about_titone{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 150px;
}
.index_bgabout a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 10px 40px;
	background-color: #03afff;
	width: 152px;
	height: 42px;
	margin-top: 50px;
}
.picScroll-left{
	position: relative;
}
.hd .next{
	position: absolute;
	right: 0;
	cursor: pointer;
}
.hd .prev{
	position: absolute;
	left: 0;
	cursor: pointer;
}
/*index.html页面样式end*/

/*业务咨询页面样式begin*/
.about_bgone{
	background-image: url(../images/icon7.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 154px 0 155px 0;
}
.about_titone{
	font-size: 39px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #424242;
}
.about_tittwo{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #959595;
	margin-top: 30px;
}
.about_tabone{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #7f7f7f;
	padding: 20px 0;
	cursor: pointer;
}
.about_tabone.active{
	padding: 20px 0 18px 0;
	color: #03afff;
	border-bottom: #03afff solid 2px;
}
.about_bgtwobox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_bgtwo{
	width: 100%;
}
.about_tabone_info{
	display: none;
}
.about_tabone_info.active{
	display: block;
}
.com_pro_box{
	margin-bottom: 100px;
}
.com_pro_box h4{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 34px;
	color: #3a3c3d;
}
.com_pro_box>p{
	text-indent:32px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #4e4e4e;
}
.com_pro_box ul{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.com_pro_box ul li{
	width: 385px;
	height: 260px;
	border: solid 1px #cccccc;
	position: relative;
	list-style: none;
	margin-right: 22px;
}
.com_pro_box ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
}
.com_pro_box ul li p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.com_pro_box ul li:nth-child(3n+3){
	margin-right: 0;
}
.com_pro_box ul li div{
	padding: 45px 14px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #56647f;
	position: absolute;
	top: 150px;
}
.com_pro_box>img{
	width: 100%;
	margin-top: 20px;
}
.join_us_titone{
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3c3d;
}
.join_us_tittwo{
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3c3d;
}
.join_us_titthree{
	padding: 35px 30px;
	border-bottom: #e1e1e2 solid 1px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3c3d;
}
.join_us_titfour{
	display: flex;
	justify-content: space-between;
	padding: 20px 30px 0 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3c3d;
}
.join_us_titfour span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #03afff;
}
.job_res_box{
	padding: 0 0 45px 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #656667;
	text-align: left;
}
.join_us_btn{
	width: 186px;
	height: 50px;
	background-color: #03afff;
	border: solid 1px #03afff;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	padding: 16px 64px;
}
.about_bgthree{
	background-image: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 33px 0;
}
.border_btmnone{
	border-bottom-style: none;
}
.about_bgthree_left{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #ffffff;
	width: 695px;
}
.about_bgthree .join_us_btn{
	padding: 10px 44px;
	width: auto;
	height: auto;
	margin-left: 0;
}
.about_updown{
	width: 10px;
	margin-left: 7px;
	transform: rotateZ(180deg);
}
.about_updown.active{
	transform: rotateZ(360deg);
}
.about_add_one .center_box{
	position: relative;
	margin-top: -310px;
}

.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
/*业务咨询页面样式end*/
.footer_box{
	text-align: center;
	font-size: 13px;
	padding: 20px 0;
	background-color: #fff;
    color: #3b3b3c;
}
.footer_box img{
	height: 18px;
	margin: 0 10px 0 20px;
}
.footer_box .center_box div{
	margin-bottom: 15px;
}

/*酒美住样式begin*/
.product_wine_bgone{
	background-image: url(../images/wine_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0 120px 0;
}
.product_iTV_bgone{
	background-image: url(../images/iptv_banner.jpg)!important;
}
.product_work_bgone{
	background-image: url(../images/work_banner.jpg)!important;
}
.product_control_bgone{
	background-image: url(../images/control_banner.jpg)!important;
}
.product_tv_bgone{
	background-image: url(../images/tv_banner.jpg)!important;
}
.product_wine_bgone h1{
	font-size: 45px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	margin: 0;
}
.product_wine_bgone h4{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #c9cacf;
	width: 846px;
	margin: 25px auto 0 auto;
}
.product_wine_bgone a{
	width: 167px;
	height: 40px;
	background-color: #03afff;
	border-radius: 2px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	padding: 12px 53px;
	margin: 35px auto 0 auto;
	display: flex;
	line-height: 17px;
}
.product_wine_bgtwo{
	background-color: #f7f8fa;
	padding: 60px 0 50px 0;
}
.product_wine_bgtwo_box{
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	display: flex;
	margin-top: 40px;
}
.product_wine_bgtwo_box img{
	width: 650px;
	height: 475px;
}
.product_wine_bgtwo_titone{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3a3a;
	display: flex;
	align-items: center;
	padding: 35px 0 0 20px;
}
.product_wine_bgtwo_lineone{
	width: 3px;
	height: 17px;
	background-color: #03afff;
	margin-right: 20px;
}
.product_wine_bgtwo_tittwo{
	padding: 20px 40px 0 40px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #696767;
	text-align: left;
}
.product_wine_bgthree{
	padding: 70px 0 65px 0;
}
.product_wine_ulone{
	margin: 0 55px;
	margin-top: 80px;
	width: calc( 100% + 15px);
}
.product_wine_ulone li{
	list-style: none;
	width: 280px;
	margin-right: 125px;
	margin-bottom: 95px;
}
/*.product_wine_ulone li:nth-child(3n+3){
	margin-right: 0;
}*/
.product_wine_ulone li img{
	width: 63px;
	height: 67px;
	margin-bottom: 15px;
}
.product_wine_ulone li p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #3a3a3a;
	margin-bottom: 25px;
}
.product_wine_ulone li div{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #696767;;
}
.product_wine_bgfour{
	background-image: url(../images/icon34.png);
	background-size: 100% 100%;
	padding: 60px 0;
}
.product_wine_ultwo{
	margin-top: 50px;
	padding: 0 100px;
	margin-bottom: 40px;
	width: calc( 100% + 80px);
}
.product_wine_ultwo li{
	width: 136px;
	/*height: 89px;*/
	margin-right: 80px;
	margin-bottom: 25px;
	list-style: none;
}
/*.product_wine_ultwo li:nth-child(5n+5){
	margin-right: 0;
}*/
.product_wine_ultwo li img{
	width: 100%;
	height: 100%;
}
.product_wine_bgfour a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #696767;
}
/*酒美住样式end*/
/*项目实例样式begin*/
.case_bgone{
	background-image: url(../images/icon35.png);
}
.case_bgtwo{
	background: #f8f9fb;
}
.case_ulone{
	width: calc( 100% + 40px);	
}
.case_ulone li{
	width: 270px;
	height: 245px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #efefef;
	list-style: none;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 40px;
}
/*.case_ulone li:nth-child(4n+4){
	margin-right: 0;
}*/
.case_ulone li a{
	width: 100%;
	height: 100%;
}
.case_ulone li img{
	width: 100%;
	height: 175px;
}
.case_ulone li p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	padding: 23px 20px;
	margin: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*项目实例样式end*/
/*业务咨询样式begin*/
.contact_box,.download_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 100;
	display: none;
}
.contact_closebox>span{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	z-index: 4;
}
.contact_iframe,.download_iframe{
	position: absolute;
	width: 100%;
	height: 603px;
	overflow: hidden;
	background: rgba(0,0,0,0);
	border-style: none;
	margin: auto;
}
.contact_div_one{
	width: 100%;
	height: 603px;
	background-color: #ffffff;
}
.contact_div_two{
	width: 100%;
	height: 100px;
	background-image: url(../images/icon50.png);
	background-size: 100% 100%;
	position: relative;
}
.contact_two_info{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 20px;
}
.contact_titone{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.5;
	margin-top: 5px;
}
.contact_from{
	width: 100%;
	height: calc( 100% - 100px);
	padding: 20px 35px;
	text-align: center;
}
.contact_from .form-group>label{
	width: 125px;
	height: 34px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	line-height: 34px;
	color: #3a3a3a;
	text-align: left;
}
.industry_label{
	height: 34px;
	line-height: 34px;
}
.industry_label label{
	cursor: pointer;
	margin: 0 15px 0 0;
}
input[type=radio]{
	position: absolute;
	margin-top: 10px;
	cursor: pointer;
}
.industry_label label:last-child{
	margin-right: 0;
}
.contact_from .form-control{
	width: calc( 100% - 150px);
	border-radius: 0;
}
.contact_zhu{
	color: red;
	margin-left: 10px;
	margin-top: 10px;
}
.contact_textarea{
	width: calc( 100% - 25px)!important;
	font-size: 14px;
	margin-right: 25px;
}
.agreement label{
	width: 100%!important;
	font-size: 14px!important;
	font-weight: normal!important;
	font-stretch: normal!important;
	letter-spacing: 0px!important;
	color: #9b9b9b!important;
	cursor: pointer;
}
.agreement label span{
	color: #00a0e9!important;
}
input[type=checkbox]{
	position: absolute;
	margin-top: 11px;
	cursor: pointer;
}
.contact_btn{
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #fffefe;
	width: 168px;
	height: 50px;
	background-color: #03afff;
	text-align: center;
	padding: 0;
	border-style: none;
	margin: auto;
	position: absolute;
	z-index: 3;
	bottom: 20px;
}
.success_btn{
	background: #31d16b;
	display: none;
}
.contact_closebox{
	width: 681px;
	margin: auto;
	position: relative;
}
.contact_tips{
	color: red;
	font-size: 12px;
	font-weight: normal;
	padding-left: 125px;
	opacity: 0;
	width: 100%;
	text-align: left;
}
.write_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.write_box .form-group{
	margin-bottom: 5px;
	width: 100%;
}
/*业务咨询样式end*/
.service_pageOne{
	background-image: url(../images/icon35.png);
}
.service_pageOne_info{
	margin-top: 140px;
	display: flex;
}
.service_pageOne_info>img{
	width: 65%;
	height: 480px;
}
.service_pageOne_right{
	background-image: url(../images/icon9.jpg);
	width: 35%;
	height: 480px;
	background-size: 100% 100%;
}
.service_telimg{
	width: 63px;
	height: 50px;
	margin-right: 10px;
}
.service_pageOne_titone{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
	margin-top: 140px;
}
.service_pageOne_tittwo{
	font-size: 37px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	margin-top: 50px;
}
.center_box .service_pageOne_info:nth-child(2) .service_pageOne_right{
	background-image: url(../images/icon11.jpg);
}
.service_pageOneBox{
	position: relative;margin-bottom: 140px;
}
.contact_way{
	background-image: url(../images/icon13.jpg);
	width: 100%;
	height: 545px;
	background-size: 100% 100%;
	padding: 110px 90px 0 90px;
}
.contact_way_titone{
	font-size: 27px;
	color: #333;
}
.contact_way_tittwo{
	font-size: 53px;
	color: #333;
	font-weight: bold;
}
.contact_way_lineone{
	width: 100px;
	height: 3px;
	background: #03afff;
	margin-top: 30px;
	margin-bottom: 50px;
}
.contact_way_info{
	display: flex;
	align-items: center;
	font-size: 20px;
	letter-spacing: 1px;
	color: #1b314a;
	margin-top: 35px;
}
.contact_way_info img{
	margin-right: 40px;
}
.nav>li{
	margin-left: 20px;
}
.service_pageTwo_ulone{
	display: flex;
	flex-wrap: wrap;
}
.service_pageTwo_ulone>li{
	width: calc( 33% - 20px);
	margin-right: 30px;
	background-image: url(../images/icon15.jpg);
	background-size: 100% 100%;
	margin-bottom: 30px;
	box-shadow: 2px 4px 7px 0px rgba(14, 5, 10, 0.1);
}
.service_pageTwo_ulone li:nth-child(3n+3){
	margin-right: 0;
}
.service_pageTwo_titone{
	display: flex;
	align-items: center;
	padding: 25px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #3a3a3a;
}
.service_pageTwo_titone img{
	width: 45px;
	height: 42px;
	margin-right: 20px;
}
.service_pageTwo_boxone{
	padding-bottom: 25px;
}
.service_pageTwo_boxone li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	padding-top: 25px;
	font-size: 14px;
	color: #717e8d;
	cursor: pointer;
	height: auto!important;
}
.service_pageTwo_boxone li>div img{
	margin-right: 15px;
}
.service_pageTwo_boxone li>img{
	width: 13px;
	height: 13px;
	display: none;
}
.service_pageTwo_boxone li:hover{
	color: #03afff;
}
.service_pageTwo_boxone li:hover>img{
	display: block;
}
.service_pageTwo_ulone .picScroll-top{
	width: 100%;
	overflow: hidden;
}
.service_pageTwo_ulone .tempWrap{
	padding-bottom: 25px;
	background-color: #ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: 20px;
	width: calc( 100% - 20px);
}
.service_pageTwo_ulone .hd{
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: calc( 100% - 20px);
	height: 30px;
	position: relative;
	margin-right: 20px;
}
.service_pageTwo_ulone .next img{
	width: 16px;
	height: 16px;
}
.service_pageTwo_ulone .hd .prev{
	left: 38%;
}
.service_pageTwo_ulone .hd .next{
	right: 38%;
}
.service_pageTwo_ulone .prev img{
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	transform: rotate(180deg);
}
.partner_bg{
	background-image: url(../images/partner_banner01.png);
	background-size: 100% 100%;
	padding: 120px 0;
}
.partner_bg h4{
	color: #fff;
}
.partner_infoOne{
	padding: 70px 0;
	background-color: #fff;
}
.partner_infoOne ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.partner_infoOne ul li{
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 35px;
}
.partner_infoOne ul li div{
	text-align: left;
}
.partner_infoOne ul li div>div:first-child{
	margin-bottom: 10px;
}
.partner_infoOne ul li img{
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.partner_infotwo{
	background-image: url(../images/partner_banner02.png);
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 130px 0;
}
.partner_infotwo ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.partner_infotwo ul li{
	text-align: center;
	width: 155px;
}
.partner_infotwo ul li h4{
	font-weight: bold;
	color: #333;
	margin-top: -40px;
	font-size: 22px;
}
.partner_infotwo ul li img{
	width: 70px;
    height: 70px;
	margin-bottom: 15px;
}
.titleOne{
	font-size: 16px;
    margin-bottom: 16px;
}
.titleTwo{
	font-size: 12px;
}
.partner_infoThree{
	padding: 70px 0;
}
.partner_infoThree a{
	width: 167px;
    height: 40px;
    background-color: #03afff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    padding: 12px 53px;
    margin: 35px auto 0 auto;
    display: flex;
    line-height: 17px;
}
.partner_infoThree ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.partner_infoThree ul li img{
	width: 60px;
}
.partner_infoThree ul li div{
	font-size: 12px;
	margin-top: 15px;
}
.partner_infoFour{
	padding: 60px 0;
	background-image: url(../images/partner_banner03.png);
	background-size: 100% 100%;
}
.partner_infoFour ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 35px;
}
.partner_infoFour ul li{
	width: 280px;
	height: 320px;
    padding: 40px 40px 50px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.partner_infoFour ul li img{
	width: 70px;
    height: 70px;
	margin-bottom: 15px;
}
.partner_infoFour .titleTwo{
	text-align: left;
	border-top: 2px solid #eee;
	padding-top: 15px;
}
.scenarios_box{
	width: calc( 100% - 200px);
	transition: all .5s;
    -webkit-transition: all .5s;
}
.scenarios{
	padding-bottom: 100px;
}
.scenarios_box>div{
	display: none;
}
.scenarios_info{
	display: flex;
}
.scenarios_info img{
	width: calc( 50% - 30px);
	margin-right: 30px;
}
.scenarios_right{
	width: 50%;
}
.scenarios_lineOne{
	background: #fdd000;
	width: 45px;
	height: 1px;
}
.scenarios_right .titleOne{
	color: #2b2b2b;
	margin-top: 15px;
	font-size: 22px;
}
.scenarios_right .titleTwo{
	color: #2b2b2b;
	margin-top: 45px;
	font-size: 14px;
}
.scenarios_right .titleThree{
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 15px;
}
.scenarios_lineTwo{
	width: 15px;
	height: 2px;
	background-color: #7d7d7d;
	transition: width 0.5s linear;
	margin-left: 20px;
}
.scenarios_list>div.active{
	color: #e93421;
}
.scenarios_list>div.active .scenarios_lineTwo{
	width: 50px;
	background-color: #e93421;
}
.scenarios .center_box{
	display: flex;
	justify-content: space-between;
}
.scenarios_list>div{
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.serviceBox{
	background-image: url(../images/service.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
}
.serviceBox h1{
	font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
	text-align: center;
	padding: 55px 0;
}
.serviceInfo{
	padding-bottom: 90px;
}
.serviceInfo_box{
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.serviceLine_one{
	width: 40px;
	height: 2px;
	background-color: #20a3ff;
}
.serviceInfo .titleOne{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #3a3a3a;
	margin-top: 20px;
}
.serviceInfo .titleTwo{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #696767;
	max-width: 75%;
	margin-top: 35px;
}
.serviceInfo_box img{
	max-width: 60%;
}
.serviceInfo_box>div>img{
	max-width: 95%!important;
	margin-top: 35px;
}
.serviceInfo_box .titleThree{
	width: 45%;
	padding-top: 90px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #656667;
}
.serviceInfo_box .titleThree>div{
	margin-bottom: 15px;
}
.serviceInfo_box .titleThree .titleFour{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #656667;
}
.serviceInfo_box ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 35px;
}
.serviceInfo_box ul li{
	border-right: #c9c9ca solid 1px;
}
.serviceInfo_box ul li:last-child{
	border-right-style: none;
}
.serviceInfo_box ul li:first-child a{
	padding-left: 0;
}
.serviceInfo_box ul li a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #656667;
	padding: 0 50px;
}
.joinUs_info{
	margin-top: -350px;
}
.joinUs_info h4{
	text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #3a3c3d;
}
.joinUs_msg{
	margin-bottom: 60px;
}
.joinUs_msg_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.joinUs_msg_btm{
	margin: 30px 0;
	display: none;
}
.joinUs_msg_btm.active{
	display: block;
}
.joinUs_msg_btm .join_us_btn{
	margin-left: calc( 50% - 93px);
}
.join_us_right{
	width: 315px;
    height: 155px;
    background-color: #f8f8fa;
    cursor: pointer;
}
/*响应式样式begin*/
.mobile_nav{
	display: none;
}
.mobile_ulone{
	display: none;
}
/*响应式样式end*/