*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "思源黑体 CN","Noto Sans SC",arial;
	width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: inline-block;
	max-width: 100%;
}

/* 共同头部 */
.pub_top{
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	z-index: 100;
	padding-bottom: 20px;
	
}
.ph_con{
	overflow: hidden;
	margin: 0 100px;
	height: 138px;
}
.ph_left{
	float: left;
}
.ph_right{
	float: right;
}
.phr_icon{
	padding: 25px 0 20px;
}
.phr_icon ul{
	overflow: hidden;
}
.phr_icon ul li{
	float:right;
	margin: 0 5px;
}
.phr_icon ul li:first-child{
	margin-left: 0;
}
.phr_icon ul li:last-child{
	margin-right: 0;
}
.phr_search{
	overflow: hidden;
	width: 350px;
	height: 36px;
	overflow: hidden;
	border: 2px solid #0188e4;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.phr_search form{
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.phr_search input{
	float: left;
	height: 100%;
	display: block;
	border: none;
	background: none;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: #999999;
}
.phr_search button{
	float: right;
	height: 100%;
	display: block;
	width: 70px;
	border: none;
	background: none;
	background-color: #0188E4;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	transition-duration: .5s;
}
.phr_search button:hover{
	border-bottom-left-radius: 20px;
	transition-duration: .5s;
}
.phl_meua ul{
	overflow: hidden;
}
.phl_meua ul li{
	float: left;
	line-height: 30px;
}
.phl_meua ul li:first-child a{
	padding-left: 0;
}
/* .phl_meua ul li:last-child a{
	padding-right: 0;
} */
.phl_meua ul li a{
	display: block;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
}
.phl_meua ul li a b{
	content:"";
	display:block;
	width: 100%;
	height:2px;
	opacity:0;
	margin-top: 1px;
	transform:scaleX(0);
	transform-origin:100% 50%;
	background-color:#0188E4;
	transition:transform .3s,
	opacity .05s .15s
}
.phl_meua ul li:hover a b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .3s,
	opacity .05s;
}
.phl_meua ul li:hover a{
	color: #0188E4;
}
.phl_meua ul li.on a{
	color: #0188E4;
}
.phl_top{
	overflow: hidden;
	padding: 25px 0 20px;
}
.phlt_logo{
	float: left;
	background: url(../img/logo_bg.png) no-repeat right center;
	padding-right: 30px;
	margin-right: 30px;
	height: 60px;
}
.phlt_logo img{
	display: block;
	padding: 7px 0;
	max-height: 45px;
}
.phlt_phone{
	float: left;
}
.phlt_phone p{
	font-size: 24px;
	color: #0188e4;
	font-weight: bold;
}
.phlt_ewm{
	float: left;
	margin-left: 30px;
	height: 60px;
}
.phlt_ewm img{
	display: block;
	width: auto;
	height: 100%;
}

/* banner */
.index_video{
	width: 100%;
}
.index_video video{
	display: block;
	width: 100%;
}
.banner_shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	display: none;
}
.index_banner{
	position: relative;
	overflow: hidden;
}
.banner_scroll{
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 100px;
	width: 100%;
	z-index: 99;
	display: none;
}

/* 共同底部 */
.pub_bottom{
	background: url(../img/bottom_bg.png) #333333 no-repeat right center;
}
.pb_top{
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 0 40px;
	border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.pb_meua{
	float: left;
}
.pb_code{
	float: right;
}
.pb_bottom{
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
}
.pb_contact{
	float: left;
}
.copyright{
	float: right;
}
.pb_meua ul{
	overflow: hidden;
}
.pb_meua ul li{
	float: left;
	margin: 0 40px;
}
.pb_meua ul li:first-child{
	margin-left: 0;
}
.pb_meua ul li:last-child{
	margin-right: 0;
}
.pb_meua ul li h3{
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 8px;
}
.pb_meua ul li dl dd{
	padding-top: 12px;
}
.pb_meua ul li dl dd a{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	opacity: .5;
}
.pb_meua ul li dl dd:hover a{
	opacity: 1;
}
.pb_contact{
	
}
.pb_contact h3{
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 8px;
}
.pb_contact p{
	color: #FFFFFF;
	font-size: 14px;
	opacity: .5;
	padding-top: 10px;
}
.copyright{
	color: #FFFFFF;
	font-size: 14px;
	opacity: .5;
	padding-top: 75px;
}
.copyright a{
	color: #fff;
	display: inline-block;
	padding-left: 10px;
}
.pb_phone{
	text-align: right;
}
.pb_phone span{
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 8px 0 20px;
}
.pb_phone p{
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
}
.pb_phone h3{
	font-size: 24px;
	color: #ffffff;
}
.code{
	overflow: hidden;
}
.code img{
	float: right;
}

/* 首页 */
.business_title{
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}
.business_title h2{
	color: #333333;
	font-size: 30px;
}
.business_title p{
	font-size: 16px;
	color: #999999;
	padding-top: 15px;
}
.business_con{
	overflow: hidden;
}
.business_left{
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}
.business_img{
	width: 100%;
}
.business_img img{
	display: block;
	transition-duration: .5s;
	width: 100%;
}
.business_left:hover .business_img img{
	transform: scale(1.1);
	transition-duration: .5s;
}
.business_rightcon:hover .business_img img{
	transform: scale(1.1);
	transition-duration: .5s;
}
.business_right{
	float: right;
	width: 50%;
	overflow: hidden;
}
.business_rightcon{
	position: relative;
}
.business_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/* .business_right .business_text{
	bottom: 0;
	top: auto;
} */
.business_textcon{
	padding: 40px 40px;
}
.business_textcon h3{
	font-size: 26px;
	margin-top: 20px;
	color: #fff;
	padding-bottom: 10px;
}
.business_textcon p{
	font-size: 16px;
	color: #ffffff;
	padding-top: 5px;
	
}
.index_about{
	width: 100%;
	background: url(../img/about_bg.jpg) no-repeat right bottom;
	background-size: 50% 70%;
	padding-bottom: 40px;
}
.indexabout_con{
	max-width: 1300px;
	margin: 0 auto;
}
.pub_title{
	text-align: center;
	padding: 60px 0 50px;
}
.pub_title h2{
	color: #333333;
	font-size: 30px;
}
.index_news .pub_title h2{
	padding-bottom: 15px;
}
.index_honer .pub_title h2{
	padding-bottom: 15px;
}
.pub_title p{
	font-size: 16px;
	color: #999999;
	padding: 5px 0 15px;
}
.pub_title img{
	display: block;
	margin: 0 auto;
}
.ia_text{
	width:60%;
	box-shadow: 0 0 20px #eeeeee;
	background-color: #fff;
	margin-top: 40px;
}
.iat_con{
	padding: 80px 40px;
}
.iat_con h3{
	font-size: 24px;
	color: #333333;
	padding-bottom: 40px;
}
.iat_con p{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.servecis{
	margin: 80px auto;
	max-width: 1300px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	height: 294px;
	background-color: #fff;
}
.server-left{
	margin: 48px 0px 0px 20px;
	float: left;
}
.kefu{
	float: left;
	max-width: 1000px;
	overflow: hidden;
}
.kefu ul{
	overflow: hidden;
	margin-left: 40px;
}
.kefu ul li{
	margin: 66px 36px 0px 0px;
	float: left;
	width: 12.8%;
}
.kefu-img{
	float: left;
	width: 105px;
	height: 103px;
	border-radius: 69px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.kefu-mane{
	margin: 10px 0px 0px 6px;
	font-size: 14px;
	padding-left: 40px;
	background: url(../img/wanwan.jpg) no-repeat;
	height: 20px;
	float: left;
	line-height: 20px;
}
.index_product{
	background: #f6f6f6;
}
.inpro{
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.inpro_list ul{
	overflow: hidden;
}
.inpro_list ul li{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
	height: 350px;
	overflow: hidden;
}
/* .inpro_list ul li:nth-child(3n+1) a{
	margin-left: 0;
}
.inpro_list ul li:nth-child(3n) a{
	margin-right: 0;
} */
.inpro_list ul li a{
	margin: 0 15px;
	background: #fff;
	display: block;
	padding: 10px 10px;
}
.inpro_img{
	width: 100%;
	border: 1px solid #eee;
	overflow: hidden;
	height: 260px;
	position: relative;
}
.inpro_img h3{
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background-color: rgb(255 255 255 / 50%);
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.inpro_img img{
	display: block;
	transition-duration: .5s;
	height: 100%;
	margin: 0 auto;
}
.inpro_list ul li:hover .inpro_img img{
	transition-duration: .5s;
	transform: scale(1.1);
}
.inpro_text{
	padding: 20px 10px 10px;
}
.inpro_text h3{
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inpro_text p{
	font-size: 13px;
	color: #999999;
	padding-top: 10px;
}
.inpro_text p:hover{
	color: #0188E4;
}
.indexcase_list{
	overflow: hidden;
}
.ic_img{
	float: left;
	width: 50%;
}
.ic_text{
	float: right;
	width: 46%;
}
.case_title{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	padding: 5px 0 50px;
}
.case_text h3{
	color: #333333;
	font-size: 30px;
	padding-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case_text p{
	font-size: 16px;
	color: #999999;
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.case_text b{
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background-color: #0188E4;
	height: 50px;
	width: 140px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}
.index_news{
	background: #f6f6f6;
	padding-bottom: 60px;
}
.in_con{
	max-width: 1300px;
	margin: 0 auto;
}
.in_con{
	overflow: hidden;
}
.news_left{
	float: left;
	width: 46%;
	position: relative;
}
.news_right{
	float: right;
	width: 50%;
}
.nl_time{
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	text-align: center;
	padding: 5px 10px;
}
.nl_time b{
	font-size: 24px;
	color: #333333;
	display: block;
	line-height: 36px;
}
.nl_time span{
	display: block;
	font-size: 14px;
	color: #666666;
}
.nl_text h3{
	font-size: 18px;
	color: #333333;
	padding: 20px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
}
.nl_text p{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	max-height: 45px;
	overflow: hidden;
}
.nr_time{
	text-align: center;
	float: left;
}
.nr_time b{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	display: block;
}
.nr_time span{
	display: block;
	font-size: 14px;
	color: #666666;
}
.news_right{
	
}
.nr_text{
	float: right;
	max-width: 85%;
}
.nr_text h3{
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
}
.nr_text p{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	max-height: 45px;
	overflow: hidden;
}
.news_right ul li{
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}
.news_right ul li:first-child{
	padding-top: 0;
}
.nl_img{
	height: 365px;
	overflow: hidden;
}
.nl_img img{
	height: 100%;
	width: auto;
}
.honer_list{
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.honer_list ul{
	overflow: hidden;
}
.honer_list ul li{
	float: left;
	width: 16.6%;
}
.honer_list ul li img{
	display: block;
	width: 85%;
	margin: 0 auto;
}
.ny_banner{
	position: relative;
}

/* 面包屑 */
.breadtree{
	background-color: #f6f6f6;
	height: 80px;
	line-height: 76px;
}
.breadtree_con{
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.brcon_meua{
	float: left;
}
.brcon_meua ul{
	overflow: hidden;
}
.brcon_meua ul li{
	float: left;
	padding: 0 15px;
}
.brcon_meua ul li a{
	font-size: 16px;
	color: #333333;
}
.brcon_meua ul li a b{
	content:"";
	display:block;
	width: 100%;
	height:2px;
	opacity:0;
	margin-top: 1px;
	transform:scaleX(0);
	transform-origin:100% 50%;
	background-color:#0188E4;
	transition:transform .3s,
	opacity .05s .15s
}
.brcon_meua ul li:hover a b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .3s,
	opacity .05s;
}
.brcon_meua ul li.on a b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .3s,
	opacity .05s;
}
.brcon_meua ul li:hover a{
	color:#0188E4;
	font-weight: bold;
}
.brcon_meua ul li.on a{
	color:#0188E4;
	font-weight: bold;
}
.brcon_meua ul li:first-child{
	padding-left: 0;
}
.brcon_right{
	float: right;
}
.brcon_right p{
	font-size: 14px;
	color: #333333;
}
.brcon_right p a{
	color: #333333;
	padding: 0 5px;
	display: inline-block;
}
.brcon_right p a:last-child{
	color: #0188E4;
}
.tech_support{
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 60px;
}
.nypub_title{
	padding: 60px 0 40px;
}
.nypub_title h3{
	font-size: 30px;
	color: #333333;
}
.tech_list{
	
}
.xz_techlist ul li:first-child{
	padding-top: 0;
}
.xz_techlist ul li{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	overflow: hidden;
	line-height: 30px;
}
.xz_techlist ul li h3{
	font-size: 20px;
	float: left;
	color: #333333;
	max-width: 80%;
}
.xz_techlist ul li b{
	display: block;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	float: right;
	padding-right: 20px;
}
.xz_techlist ul li p{
	display: block;
	font-size: 16px;
	color: #0188E4;
	padding-right: 20px;
	background: url(../img/download.png) no-repeat right center;
	float: right;
}
.tech_list ul li{
	box-shadow: 0 0 10px #eee;
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	transition-duration: .5s;
}
.tech_list ul li:hover{
	box-shadow: 0 0 10px #ccc;
	transition-duration: .5s;
}
.tech_list ul li a{
	display: block;
	padding: 25px 25px;
	overflow: hidden;
}
.tech_img {
	float: left;
	width: 200px;
}
.tech_text{
	float: right;
	width: 76%;
}
.tech_text b{
	display: block;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.tech_text h3{
	font-size: 20px;
	color: #333333;
	height: 65px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.tech_text p{
	display: inline-block;
	font-size: 16px;
	color: #0188E4;
	padding-right: 20px;
	background: url(../img/download.png) no-repeat right center;
}
.page {
	text-align: center;
	padding: 30px 0 80px;
}
.page a{
	display: inline-block;
	border: 1px solid #0188E4;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: url(../img/page_1.png) no-repeat;
	background-position: center;
	transition-duration: .5s;
	margin: 0 15px;
}
.page a:last-child{
	background: url(../img/page_2.png) no-repeat;
	background-position: center;
	transition-duration: .5s;
}
.page a:hover{
	background-position: left;
	transition-duration: .5s;
}
.page a:last-child:hover{
	background-position: right;
	transition-duration: .5s;
}
.tech_solution{
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 60px;
}
.solution_list ul{
	overflow: hidden;
}
.solution_list ul li{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}
.solution_list ul li a{
	display: block;
	margin: 0 15px;
}
.solution_list ul li:nth-child(3n+1) a{
	margin-left: 0;
}
.solution_list ul li:nth-child(3n) a{
	margin-right: 0;
}
.solution_img{
	height: 260px;
	overflow: hidden;
}
#case_list .solution_img{
	height: 280px;
}
#case_list .solution_text h3{
	padding-bottom: 20px;
}
.solution_img img{
	display: block;
	width: 100%;
	transition-duration: .8s;
}
.solution_list ul li:hover .solution_img img{
	transform: scale(1.1);
	transition-duration: .8s;
}
.solution_text{
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
}
.solution_text h3{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solution_text p{
	font-size: 14px;
	color: #999999;
	margin: 10px 0 20px;
	height: 45px;
	overflow: hidden;
}
.solution_text b{
	display: block;
	font-size: 16px;
	color: #0188E4;
	font-weight: normal;
}
.slide_b{
	content:"";
	display:block;
	width: 100%;
	height:2px;
	opacity:0;
	margin-top: 1px;
	transform:scaleX(0);
	transform-origin:100% 50%;
	background-color:#0188E4;
	transition:transform .3s,
	opacity .05s .15s
}
.solution_list ul li:hover .slide_b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .3s,
	opacity .05s;
}
.danye{
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.imbusiness_pubtitle{
	font-size: 20px;
	color: #FFFFFF;
	background-color: #0188E4;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	
}
.imb_con{
	padding: 40px 0;
}
.imbcon_1{
	overflow: hidden;
	padding-bottom: 20px;
}
.imbcon_left{
	float: left;
	width: 50%;
}
.imbcon_img{
	float: right;
	width: 45%;
}
.imb_con p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 10px;
}
.news_list ul{
	overflow: hidden;
}
.news_list ul li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.news_list ul li a{
	border: 2px solid #eee;
	display: block;
	padding: 30px 20px;
	margin: 0 15px;
	overflow: hidden;
	transition-duration: .5s;
}
.news_list ul li:nth-child(odd) a{
	margin-left: 0;
}
.news_list ul li:nth-child(even) a{
	margin-right: 0;
}
.inpa_text{
	float: left;
	width: 55%;
}
.inpa_text b{
	display: block;
	font-size: 30px;
	color: #333333;
}
.inpa_text span{
	display: block;
	font-size: 12px;
	color: #333333;
}
.inpa_text h3{
	font-size: 18px;
	color: #333333;
	height: 55px;
	overflow: hidden;
	margin: 15px 0;
}
.inpa_text p{
	font-size: 14px;
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inpa_img{
	float: right;
	width:40%;
	overflow: hidden;
	max-height: 180px;
}
.inpa_img img{
	display: block;
	transition-duration: .5s;
}
.news_list ul li:hover a{
	border: 2px solid #0188E4;
	transition-duration: .5s;
}
.news_list ul li:hover .inpa_img img{
	transform: scale(1.1);
	transition-duration: .5s;
}
.news_detail{
	padding-top: 60px;
}
.newsde_title{
	text-align: center;
	padding-bottom: 40px;
}
.newsde_title h3{
	font-size: 24px;
	color: #333333;
}
.newsde_title b{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
}
.newsde_con{
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 40px;
}
.newsde_con video{
	display: block;
	width: 100%;
}
.sxp{
	padding-top: 20px;
	
}
.sxp p{
	font-size: 14px;
	color: #666666;
}
.sxp p:last-child{
	padding-top: 10px;
}
.sxp p a{
	color: #666666;
}
.sxp p a:hover{
	color: #0188E4;
}
.nypro_list{
	max-width: 1300px;
	margin: 0 auto;
}
.nypro_list{
	overflow: hidden;
	padding-top: 60px;
}
.nypro_label{
	float: left;
	width: 15%;
}
.nypro_label ul li{
	background-color: #f6f6f6;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 1px;
}
.nypro_label ul li a{
	display: block;
	padding: 0 15px;
	font-size: 16px;
	color:#333333 ;
}
.nypro_label ul li:hover{
	background-color: #0188E4;
}
.nypro_label ul li.on{
	background-color: #0188E4;
}
.nypro_label ul li:hover a{
	color: #fff;
}
.nypro_label ul li.on a{
	color: #fff;
}
.nypro_ul{
	float: right;
	width: 80%;
}
.nypro_ul .inpro_list ul li a{
	padding: 0;
}
.nypro_detail{
	padding: 60px 0 80px;
}
.nypro_top{
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}
.nypro_img{
	float: left;
	width: 50%;
	overflow: hidden;
}
.nypro_text{
	float: right;
	width: 46%;
}
.nypro_img .gallery-top{
	width: 99%;
	border: 1px solid #eee;
}
.nypro_img .gallery-top img{
	display: block;
	width: 100%;
}
.nyprot_title{
	font-size: 28px;
	color: #333333;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding: 5px 0 20px;
	margin-bottom: 20px;
}
.nyprot_con{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	height: 260px;
	overflow: hidden;
}
.nyprot_a{
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0188E4;
	margin-top: 20px;
}
.nyprot_a a{
	display: block;
	color: #fff;
	
}
.nypro_title{
	font-size: 30px;
	color: #333333;
	padding: 80px 0 40px;
}
.nypro_para{
	background-color: #f6f6f6;
	margin: 80px auto 0;
	padding: 80px 0;
}
.nypro_prolist{
	max-width: 1300px;
	margin: 0 auto;
}
.nypro_paracon{
	max-width: 1300px;
	margin: 0 auto;
}
.nypro_para_danye{
	background-color: #fff;
	padding: 40px 40px;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}
.nypro_para_list{
	background-color: #fff;
	padding: 40px 40px;
}
.phl_meua ul li:hover .xzmeua_list{
	display: block;
}
.xzmeua_list{
	background-color:rgb(51 51 51 / 50%);
	padding-bottom: 10px;
	display: none;
	position: absolute;
	top: 136px;
	z-index: 1000;
	/* width: 140px; */
	margin-left: 15px;
	/* text-align: center; */
}
.xzmeua_list dl dd a{
	color: #fff;
	display: block;
	font-size: 14px;
	opacity: 0.6;
	transition-duration: .3s;
	padding: 10px 10px 0;
	line-height: 20px;
}
.xzmeua_list dl dd:hover a{
	opacity: 1;
	transition-duration: .3s;
}
.phl_meua ul li.on .xzmeua_list dl dd a{
	color: #fff;
}
.phl_meua ul li:hover .xzmeua_list dl dd a{
	color: #fff;
}
.phr_icon{
	overflow: hidden;
}
.phr_icon ul{
	float: right;
}
.language{
	float: right;
	padding-left: 10px;
}
.language h4{
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.language:hover dl{
	display: block;
}
.language dl{
	display: none;
	position: absolute;
	top: 40px;
	padding-top: 15px;
}
.language dl dd{
	overflow: hidden;
	padding: 10px 10px 0;
	background-color: rgb(51 51 51 / 50%);
}
.language dl dd:last-child{
	padding-bottom: 10px;
}
.language dl dd img{
	display: block;
	float: left;
}
.language dl dd p{
	float: left;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	padding-left: 5px;
}
.tech_support{
	overflow: hidden;
}
.tech_ul{
	float: right;
	width: 80%;
}
.zixun{ 
	margin:0px auto; 
	margin-top:25px; 
	background-color:#2295f2; 
	height:137px; 
	overflow:hidden;
}
.zixun-box{ 
	margin:0px auto; 
	width:1300px; 
	height:137px;
}
.zixun-left{ 
	padding-top:35px; 
	float:left; 
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	width:439px;
}
.zixun-left span{ 
	font-size:36px; 
	font-weight:bold;
}
.zixun-right{ 
	margin-top:44px; 
	float:right; 
	width:750px;
}
.xinxin{ 
	margin:0px 10px; 
	padding-top:15px; 
	float:left; 
	color:#F00;
}

.name{ 
	padding-left:10px; 
	float:left; 
	width:110px; 
	height:50px; 
	background-color:#fff; 
	border:1px solid #ccc; 
	border-radius:5px; 
	line-height:50px;
}
.email{ 
	padding-left:10px;
	float:left; 
	width:150px; 
	height:50px; 
	background-color:#fff; 
	border:1px solid #ccc; 
	border-radius:5px; 
	line-height:50px;
}
.message{ 
	padding-left:10px;
	float:left; 
	width:160px; 
	height:50px; 
	background-color:#fff; 
	border:1px solid #ccc; 
	border-radius:5px; 
	line-height:50px;
}
.country{ 
	padding-left:10px; 
	float:left; 
	width:90px; 
	height:50px; 
	background-color:#fff; 
	border:1px solid #ccc; 
	border-radius:5px; 
	line-height:50px;
}
.tijiao{
	padding:10px 20px; 
	background-color:#fff; 
	border:none; 
	border-radius:3px; 
	height:50px;
	cursor:grab;
}
.tijiao:hover{
	background: #0661ab;
	color:#fff;
}

/* 加入我们 */
.joinus{
	padding-top: 60px;
}
.joinus_top{
	background-color: #eee;
	text-align: center;
	padding: 35px 0;
}
.joinus_top h3{
	font-size: 24px;
	padding-bottom: 20px;
	color: #333;
}
.joinus_top a{
	display:inline-block;
	padding:5px 10px;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #0188E4;
	color: #0188E4;
}
.joinus_title{
	text-align: center;
	padding-top: 40px;
}
.joinus_title h4{
	font-size: 24px;
	padding-bottom: 10px;
}
.joinus_title p{
	font-size: 14px;
	color: #666;
}
.joinus_con{
	margin-top: 30px;
}
.joinus_con form {
	
}
.joinus_con ul{
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.joinus_con ul li{
	display: inline-block;
	width: 40%;
	height: 40px;
	text-align: center;
	margin: 0 0 30px;
	overflow: hidden;
	border: 1px solid #666;
}
.joinus_con ul li input{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 10px;
	font-family: "思源黑体 CN","Noto Sans SC",arial;
	font-size: 14px;
	color: #333;
}
.joinus_con ul li textarea{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 10px 10px;
	border: none;
	outline: none;
	resize: none;
	font-family: "思源黑体 CN","Noto Sans SC",arial;
	font-size: 14px;
	color: #333;
}
.joinus_con ul li:nth-child(5){
	width: 80%;
	height: 200px;
	padding: 0 0;
}
.joinus_con ul li:last-child{
	width: 90%;
	border: none;
}
.joinus_con ul li button{
	display: inline-block;
	width: 20%;
	background: none;
	height: 100%;
	color: #fff;
	background-color: #0188E4;
	border: none;
	font-size: 14px;
}

/* 自适应 */
@media only screen and (max-width: 1500px){
	.phr_search{
		width: 300px;
	}
	.phl_meua ul li a{
		padding: 0 15px;
	}
	.ph_con{
		margin: 0 60px;
	}
	.xzmeua_list dl dd a{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1300px){
	.ph_con{
		margin: 0 40px;
	}
}