body {
	font-family: microsoft yahei,Arial,'微软雅黑';
	width: 100%;
	overflow-x: hidden;
}
* {
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft YaHei UI";
}
a {
	text-decoration: none;
	color: #999
}
a:hover{
	text-decoration: none!important;
}
.iwidth {
	width: 1080px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
	word-wrap: break-word
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 头部 */
.header,.topbak {
	position: relative;
	height: 80px;
}
.header {
	width: 100%;
	z-index: 1000;
	background: rgba(255,255,255,.8);
	position: fixed;
	top: 0;
	border-bottom: 1px solid #f2f2f2;
}
.header .logo {
	float: left;
	display: table-cell;
	vertical-align: middle;
}
.header .logo a {
	height: 39px;
	display: block;
	box-sizing: border-box;
}
.header .logo a img {
	width: 100%;
	height: 100%;
}
/* 导航 */
.nav-site {
	height: 80px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.nav-site li {
	height: 80px;
	line-height: 80px;
	color: #fff;
	width: 100px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.nav-site li a {
	color: #313131;
	font-size: 16px;
	font-family: '微软雅黑';
	text-decoration: none;
}
.nav-site li a span {
	font-size: 16px;
}
.nav-site li a:hover {
	color: #109bfd;
}
.nav-site li .ahov {
	color: #109bfd;
}
.nav-site li ol {
	width: 400px;
	position: absolute;
	top: 88px;
	left: 0;
	z-index: 99;
	display: none
}
.right-button{
	position: absolute;
	top: 0;
	right: 46px;
}
.right-button .user_register{
	float: right;
	line-height: 38px;
	height: 38px;
	text-align: center;
	width: 90px;
	cursor: pointer;
	border-radius: 4px;
	margin: 20.5px 18px 20.5px 0px;
	background: rgb(255, 255, 255);
	border: 1px solid #109bfd;
}
.right-button .user_register .user-link{
	display: block;
	color: #109bfd;
	font-size: 16px;
}
.right-button .user_register .user-link:hover{
	background-color: #109bfd;
	color: #fff;
}
.right-button .login{
	float: right;
	line-height: 38px;
	height: 38px;
	text-align: center;
	width: 90px;
	cursor: pointer;
	background: #109bfd;
	border-radius: 4px;
	margin: 20.5px 18px 20.5px 0px;
}
.right-button .login .login-link{
	color: #fff;
	font-size: 16px;
}
.header .nav-site li ol dd {
	float: left;
	margin: 0 3px;
	line-height: 35px;
}
.header .nav-site li ol dd a {
	line-height: 35px;
	background: url(../images/ico.png) no-repeat 0px 3px;
	padding-left: 10px;
	color: #555;
	font-size: 12px
}
.bred {
	border: 1px solid red;
}
/*幻灯片*/
.banner {
	height: 500px;
	border-top: 1px solid #efeded;
	margin-top: 0px;
	position: relative;
	*zoom: 1;
	z-index: 99;
	margin-top: 80px;
}
.banner ul li {
	height: 500px;
	text-align: center
}
.banner ul img {
	max-width: 100%;
}
.banner ul li a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto
}
.banner ul li a img {
	width: 100%;
	height: 100%;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 22px;
	height: 11px;
	text-align: center;
	z-index: 9999
}
.flex-control-nav  li {
	margin: 0px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging  li a {
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../img/dot.png) repeat-x right 0;
}
.flex-control-paging  li a.flex-active {
	background-position: 0px 0;
}

/*底部*/
.wrapper{width:1179px;height:100%;margin:0 auto;}
.link{
	font-size: 12px;
	text-align: left;
	padding: 35px 0;
	line-break: 26px;
	border-bottom: 1px solid #434548;
}
.link a{
	margin-right: 20px;
}
.footer{
	background: #34373a;
	color: #8c8d8d;
	text-align: center;

}
.footer a{
	color: #8c8d8d;
}
.footer .footer-top{
	height: 291px;
	border-bottom: 1px solid #434548;
}
.footer .footer-top dl{
	text-align: left;
	height: 251px;
	font-size: 15px;
	line-height: 40px;
	padding: 40px 50px 0 50px;
	border-right: 1px solid #434548;
}
.footer .footer-top dl:last-child{
	border: 0;
}
.footer .footer-top .contact{
	padding: 40px 45px 0 45px;
}
.footer .footer-top dl dt{
	font-weight: normal;
	margin-bottom: 10px;
}
.footer .footer-top .contact dd{
	color: #56bdf6;
}
.footer .footer-top .contact dd h3{
	margin-bottom: 10px;
}
.footer .footer-top dl dd{
	font-size: 12px;
	line-height: 30px;
}
.footer .footer-top dl dd h3{
	font-size: 17px;
	/*line-height: 27px;*/
	font-weight: normal;
}
.footer .footer-top dl dd button{
	width: 120px;
	height: 36px;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 10px;
	background: #56bdf6;
	border: 0;
}
.footer .footer-top dl dd button a{
	color: #fff;
}
.footer .footer-top dl dd button:hover{
	background: #12b5ff;
}
.footer .footer-edtion{
	line-height: 90px;
	font-size: 14px;
	font-weight:lighter;
}
.footer img{
	width: 130px;
	height: 130px;
	margin-right:13px;

}
.footer img:nth-of-type(2){
	margin: 0;
}

/*联系客服*/
.fixed_content{
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 100;
}
.fixed_content .fixed_head{
	width: 120px;
	padding: 0 9px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
}
.fixed_content .fixed_head .fixed_head_info{
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.fixed_content .fixed_head .fixed_head_info .fixed_head_tx{
	width: 80px;
	height: 80px;
	margin-left: -40px;
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 99;
}
.fixed_content .fixed_head .fixed_head_info .fixed_head_tel{
	padding-top: 48px;
	text-align: center;
}
.fixed_content .fixed_head .fixed_head_info .fixed_head_tel p{
	line-height: 18px;
	height: 18px;
	text-indent: 2em;
	font-size: 12px;
	color: #808080;
	background: url(../img/icon_tel.png) no-repeat center left;
}
.fixed_content .fixed_head .fixed_head_info .fixed_head_tel strong{
	font-weight: bold;
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	display: block;
}
.fixed_content .fixed_head .fixed_head_qq{
	padding: 7px 0;
	border-bottom: 1px solid #e6e6e6;
}
.fixed_content .fixed_head .fixed_head_qq ul li{
	padding: 7px 0;
}
.fixed_content .fixed_head .fixed_head_qq ul li a{
	padding-top: 52px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: url(../img/tx_qq.png) no-repeat center top;
	display: block;
}
.fixed_content .fixed_head .fixed_head_qrcode{
	padding: 14px 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.fixed_content .fixed_head .fixed_head_qrcode img{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
}
.fixed_content .fixed_head .fixed_head_qrcode span{
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	display: block;
}
.fixed_content .fixed_head .fixed_head_link{
	padding: 7px 0;
}
.fixed_content .fixed_head .fixed_head_link ul li {
	margin: 3px 0;
	padding: 6px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 3px;
}
.fixed_content .fixed_head .fixed_head_link ul li a{
	font-size: 12px;
	color: #333;
	display: block;
}
.fixed_content .fixed_returntop{
	display-play: block;
}
.fixed_content .fixed_returntop a{
	width: 40px;
	height: 60px;
	margin: 0 auto;
	background: url(../img/service_bottom.png) no-repeat center top;
	display: block;
}

.close_con{
	position: absolute;
	top: -22px;
	right: -26px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
.fuchuang{
	width: 74px;
	height: 227px;
	position: absolute;
	left: -74px;
	top: 186px;
	display: none;
	cursor: pointer;
	border-radius: 37px;
}
.open_con{
	position: absolute;
	left: 0;
	top: 0;
}
.go_top{
	position: absolute;
	left: 0;
	top: 170px;
}

#our-services{
	padding-top: 60px;
}
#our-services .pb-60{
	padding-bottom: 60px;
}
#our-services .mb-20{
	margin-bottom: 20px;
}