@charset "UTF-8";
.overflow-h {
	overflow: hidden;
}
/*header*/
.head-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background: #fff;
	-moz-box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}
.head-box-opacity {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff;
}
.head-logo-content {
	margin-top: 10px;
	overflow: hidden;
}
.head-site {
	position: relative;
	margin-top: 22px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
.head-site-icon {
	float: right;
	width: 9px;
	height: 9px;
	margin-top: 5px;
	margin-left: 4px;
	background-image: url("../images/head-select.png");
	background-position: center;
	background-repeat: no-repeat;
}
.head-nav-content li {
	float: left;
	margin-left: 40px;
	line-height: 80px;
	font-size: 14px;
}
.head-nav-content li a {
	color: #333333;
}
.head-nav-content li a:hover,
.head-nav-content li .nav-hover {
	color: #2965b3;
}
/*footer*/
.foot_bg {
	width: 100%;
	min-width: 1200px;
	background-color: #141415;
}
.foot {
	width: 1200px;
	margin: auto;
	color: #a6a6a6;
}
.page-foot-service {
	width: 100%;
	padding: 56px 0;
	color: #80898d;
}
.page-foot-service h5 {
	float: left;
	width: 200px;
	margin-bottom: 15px;
}
.foot a {
	color: #80898d;
}
.page-foot-service .page-foot-active {
	display: block;
	width: 100%;
	height: 100%;
}
.service-icon {
	display: block;
	margin: 0 auto;
}
.foot-quick-href .service-icon {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	background: url('../images/home/foot_icon_six.png') no-repeat center;
	background-color: #494a4b;
}
.foot-quick-href .foot-icon-first {
	background-position: 14px 5px;
}
.foot-quick-href .foot-icon-second {
	background-position: -59px 5px;
}
.foot-quick-href .foot-icon-third {
	background-position: -304px 5px;
}
.foot-quick-href .foot-icon-fourth {
	background-position: -221px 5px;
}
.foot-quick-href .foot-icon-fifth {
	background-position: -380px 5px;
}
.foot-quick-href .foot-icon-sixth {
	background-position: -140px 5px;
}
.service-title {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.home-foot-menu {
	width: 100%;
	padding: 0;
	border: 0;
}
.footer-site {
	float: left;
	width: 810px;
}
.foot-logo-box {
	float: left;
	height: 190px;
	font: inherit;
	border-left: 0;
}
.footer-site a {
	display: inline-block;
	margin-left: 11px;
	margin-bottom: 17px;
	width: 150px;
	height: 80px;
	text-align: center;
	line-height: 1.5;
	background: url('../images/home/site_bg.png') no-repeat center;
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: hidden;
}
.footer-site a:hover {
	background-color: #fff;
	background: rgba(255,255,255,0.40);
	-webkit-background: rgba(255,255,255,0.40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.footer-site a.ml {
	margin-left: 0;
}
.site-info-icon {
	display: inline-block;
	margin-top: 0;
	width: 150px;
	height: 80px;
	background: url('../images/home/r-bg.png');
}
.icon1 {
	background-position: -16px 1px;
}
.icon2 {
	background-position: -172px 1px;
}
.icon3 {
	background-position: -332px 1px;
}
.icon4 {
	background-position: -494px 1px;
}
.icon5 {
	background-position: -651px 1px;
}
.icon6 {
	background-position: -12px -105px;
}
.icon7 {
	background-position: -172px -105px;
}
.icon8 {
	background-position: -332px -105px;
}
.icon9 {
	background-position: -494px -105px;
}
.icon10 {
	background-position: -652px -105px;
}
.service-site-name-big {
	margin-top: -65px;
	margin-right: 15px;
	font-size: 20px;
	text-align: right;
	color: #fff;
}
.service-site-pos-big {
	display: block;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 14px;
	text-align: right;
	color: #dfdfdf;
}
.we-chat-out {
	float: left;
	width: 106px;
	margin-left: 70px;
	margin-top: 27px;
}
.we-chat-out .wechat-images {
	width: 106px;
	height: 106px;
	background: url('../images/home/fixed_icon.png') no-repeat center center;
	background-position: -5px -154px;
	border-radius: 10px;
}
.wechat-title {
	width: 100%;
	color: #80898d;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
.online-chat {
	float: left;
	margin-left: 57px;
	margin-top: 27px;
}
.online-chat h4 {
	width: 100%;
	font-size: 22px;
	color: #0084ff;
	text-align: center;
	line-height: 40px;
}
.link-title {
	width: 100%;
	font-size: 12px;
	color: #7f7f7f;
	text-align: center;
}
.online-chat .online-chat {
	display: block;
	width: 90px;
	height: 25px;
	margin: 24px 0 0 25px;
	background: url('../images/home/fixed_icon.png') no-repeat center center;
	background-position: -9px -24px;
}
.friend_link {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #494a4b;
}
.friend_link a {
	line-height: 30px;
	padding: 7px 8px 7px 12px;
}
.friend_link a.first {
	margin-left: -12px;
}
.footer-copyright {
	width: 100%;
	margin-top: 27px;
	padding-bottom: 35px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #494a4b;
}
.footer-tip {
	color: #fff;
}
.foot a.footer-icon {
	position: relative;
	margin-left: 25px;
	padding-left: 20px;
	color: #fff;
}
.footer-icon:before {
	content: '';
	position: absolute;
	top: 1px;
	left: -5px;
	width: 17px;
	height: 17px;
}
.footer-icon-law:before {
	background: url('../images/home/footer_law.png') no-repeat center;
}
.footer-icon-map:before {
	background: url('../images/home/footer_map.png') no-repeat center;
}
.footer-copyright-info {
	margin-top: 19px;
	color: #758186;
}
.footer-link {
	width: 100%;
	margin-top: 27px;
	margin-bottom: 35px;
}
.footer-link-list {
	width: 20%;
}
.footer-link-icon {
	float: left;
	width: 35px;
	height: 35px;
}
.footer-link-icon1 {
	margin-left: 56px;
	background: url('../images/home/footer_link_icon1.png') no-repeat center;
}
.footer-link-icon2 {
	margin-left: 43px;
	background: url('../images/home/footer_link_icon2.png') no-repeat center;
}
.footer-link-icon3 {
	margin-left: 62px;
	background: url('../images/home/footer_link_icon3.png') no-repeat center;
}
.footer-link-icon4 {
	margin-left: 68px;
	background: url('../images/home/footer_link_icon4.png') no-repeat center;
}
.footer-link-icon5 {
	margin-left: 68px;
	background: url('../images/home/footer_link_icon5.png') no-repeat center;
}
.footer-link-text {
	font-size: 12px;
	color: #758186;
	line-height: 1.5;
}
.ml-101 {
	margin-left: 101px;
}
.ml-88 {
	margin-left: 88px;
}
.ml-107 {
	margin-left: 107px;
}
.ml-113 {
	margin-left: 113px;
}
.ml-113 {
	margin-left: 113px;
}
/* 图片处理 */
.index-business-img-content img,
.partner-a img,
.show-sidePic img,
.bus-sidePic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
/*站点弹框*/
.site-box {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 63%;
	min-width: 790px;
	max-width: 1100px;
	height: 445px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 20px #eee;
	display: none;
}
.site-close {
	width: 18px;
	height: 18px;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url("../images/site-close-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.site-box-content {
	width: 85%;
	margin: 60px auto 0;
	height: 330px;
	overflow-y: auto;
}
.site-box-style1-a {
	float: left;
	padding: 10px 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #268edc;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
}
.site-box-title {
	margin-top: 40px;
	font-size: 18px;
	color: #333333;
}
.site-box-style2-a {
	float: left;
	width: 20%;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
}
.site-box-style2-a span {
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 6px;
	margin-right: 5px;
	background-color: #c7ccd4;
}