@charset "utf-8";
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrap-middle {
	width: 1190px;
	min-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.adaption-imgbox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.adaption-imgbox img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}


/*面包屑start*/

.comp-bread {
	font-size: 14px;
	padding: 17px 0;
}

.comp-bread-item {
	float: left;
	color: #999;
}

.comp-bread-item a {
	color: #999;
}

.comp-bread-item::after {
	content: ">";
	padding: 0 6px 0 3px;
}

.comp-bread-item:last-child::after {
	display: none;
}


/*面包屑end*/


/*右侧快捷栏start*/

.right-side {
	position: fixed;
	right: 0;
	top: 0;
	width: 34px;
	height: 100%;
	background: #2b2b2b;
	z-index: 1;
}

.right-side-con {
	position: absolute;
	width: 34px;
}

.right-side-top {
	top: 200px;
}

.right-side-bottom {
	bottom: 45px;
}

.right-side-con li {
	position: relative;
	width: 34px;
	height: 34px;
	margin-bottom: 20px;
	cursor: pointer;
}

.right-side-con li s {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2b2b2b;
	background-image: url(../images/right-side.png);
	background-repeat: no-repeat;
	z-index: 2;
}

.right-side-con li:hover,
.right-side-con li:hover s,
.right-side-con li span {
	background-color: #ff8400;
}

.right-side-con li.right-icon-index s {
	background-position: 6px 7px;
}

.right-side-con li.right-icon-phone s {
	background-position: 6px -43px;
}

.right-side-con li.right-icon-wx s {
	background-position: 6px -95px;
}

.right-side-con li.right-icon-qq s {
	background-position: 6px -148px;
}

.right-side-con li.right-icon-msg s {
	background-position: 6px -205px;
}

.right-side-con li.right-icon-code s {
	background-position: 6px -260px;
}

.right-side-con li.right-icon-top s {
	background-position: 4px -313px;
}

.right-side-con li span {
	font-size: 12px;
	display: block;
	width: 74px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: left .2s;
	-moz-transition: left .2s;
	-ms-transition: left .2s;
	-o-transition: left .2s;
	transition: left .2s;
}

.right-side-con li:hover span {
	left: -70px;
}

.right-code-box {
	width: 160px;
	height: 180px;
	position: absolute;
	left: -159px;
	top: -122px;
	display: none;
}

.right-side-con li.right-icon-code:hover .right-code-box {
	display: block;
}

.right-code-con {
	width: 138px;
	height: 178px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	text-align: center;
	position: relative;
}

.right-code-con::after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(../images/right-code-arr.png) no-repeat;
	position: absolute;
	right: -12px;
	bottom: 32px;
}

.right-code {
	width: 100px;
	height: 100px;
	margin: 25px 0 8px 0;
}

.right-code-words {
	font-size: 14px;
}


/*右侧快捷栏end*/


/*悬浮联系方式start*/

.linknow {
	width: 198px;
	height: 316px;
	background: url(../images/linkbg.png) no-repeat;
	color: #fff;
	position: fixed;
	right: 12px;
	top: 40%;
	z-index: 11;
}

.linknow .linknow-phone {
	font-size: 14px;
	padding: 29px 0 0 70px;
}

.linknow .linknow-bg {
	background: url(../images/linkbtn.png) no-repeat;
}

.linknow .linknow-message {
	font-size: 16px;
	margin: 50px 0 26px 20px;
	padding-left: 30px;
	color: #4ca5ee;
}

.linknow .linknow-message .linknow-mesword {
	background: url(../images/linkbtn.png) no-repeat;
	background-position: 0 -129px;
	padding: 0 0 3px 30px;
	color: #ff8400;
}

.linknow .linknow-message .linknow-mesword:hover {
	color: #ff6700;
	background-position: 0 -279px;
}

.linknow .linknow-qq {
	display: block;
	font-size: 16px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	background-position: 0 0;
	margin-left: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.linknow .linknow-qq:hover {
	background-position: 0 -160px;
}

.linknow .linknow-wx {
	display: block;
	font-size: 16px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	background-position: 0 -71px;
	margin-left: 24px;
	color: #fff;
}

.linknow .linknow-wx:hover {
	background-position: 0 -227px;
}


/*悬浮联系方式end*/


/*头部start*/

.top-bar {
	font-size: 14px;
	background: #111;
	height: 40px;
	line-height: 40px;
	color: #bababa;
}

.top-bar a {
	color: #bababa;
}

.header {
	height: 100px;
	line-height: 100px;
}

.comp-logo {
	margin-right: 10px;
}

.comp-logo img {
	display: block;
	width: 36px;
	height: 36px;
	padding-top: 32px;
}

.comp-name {
	font-size: 24px;
	color: #333;
}

.comp-name a {
	color: #333;
}

.comp-nav-ul li {
	font-size: 16px;
	float: left;
	text-align: center;
	margin: 0 20px;
	position: relative;
}

.comp-nav-bg {
	width: 75px;
	height: 100px;
	background: #ff6700;
	background: -webkit-linear-gradient(135deg, #f4b47e, #ee7431);
	background: -moz-linear-gradient(135deg, #f4b47e, #ee7431);
	background: -ms-linear-gradient(135deg, #f4b47e, #ee7431);
	background: -o-linear-gradient(135deg, #f4b47e, #ee7431);
	background: linear-gradient(135deg, #f4b47e, #ee7431);
	opacity: 0;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.comp-nav-ul li a {
	display: block;
	width: 75px;
	height: 100px;
	color: #333;
}

.comp-nav-ul li.cur .comp-nav-bg,
.comp-nav-ul li:hover .comp-nav-bg {
	opacity: 1;
}

.comp-nav-ul li.cur a,
.comp-nav-ul li:hover a {
	color: #fff;
}


/*头部end*/


/*尾部start*/

.footer {
	text-align: center;
	padding: 25px 0;
	background: #111;
}

.footer .footer-name {
	font-size: 20px;
	padding-bottom: 12px;
}

.footer .footer-name a {
	color: #ff8400;
}

.footer .footer-address,
.footer .footer-link {
	font-size: 14px;
	color: #7e7e7e;
}

.footer .footer-address {
	padding-bottom: 8px;
}

.footer .footer-phone {
	font-size: 30px;
	color: #ff8400;
	padding-bottom: 8px;
}

.footer .footer-friend {
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 13px;
	line-height: 1.8;
}

.footer .footer-friend-retract {
	overflow: hidden;
	height: 25px;
}

.footer .footer-friend-retract .footer-friend-l {
	max-width: 1100px;
}

.footer .footer-friend-r {
	display: none;
	cursor: pointer;
}

.footer .footer-friend-r:hover {
	color: #fff;
}

.footer .footer-friend-retract .footer-friend-r {
	display: inline-block;
	vertical-align: top;
}

.footer .footer-friend a {
	color: #4a4a4a;
	padding: 0 5px;
}

.footer .footer-friend a:hover {
	color: #fff;
}

.footer .footer-link a {
	color: #7e7e7e;
}

.footer .footer-link a:hover {
	color: #fff;
}

.footer .footer-support {
	padding-left: 17px;
	background: url(../images/foot-logo.png) no-repeat;
	background-position: 0 2px;
	cursor: default;
}

.footer .footer-hht {
	padding-left: 42px;
	background: url(../images/foot-link.png) no-repeat;
	background-position: 0 1px;
}


/*尾部end*/


/*分页start*/

.s-mod-page {
	padding-bottom: 100px;
	padding-top: 50px;
	text-align: center;
}

.s-mod-page span {
	display: inline-block;
}

.s-mod-page .page-prev,
.s-mod-page .page-n {
	width: 72px;
	color: #666;
	border: 1px solid #ccc;
	text-align: center;
	background: #ebebeb;
	border-radius: 3px;
	margin-right: 4px;
	margin-left: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page a.page-cur {
	background: #ff8400 !important;
	border: 1px solid #ff8400;
	color: #FFF !important;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	margin: 0 5px;
	text-align: center;
	color: #676767;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-size: 12px;
	background: #ffffff;
}

.s-mod-page a:hover,
.s-mod-page .page-next .gopage:hover {
	background: #fff;
	border: 1px solid #ff8400;
	text-decoration: none;
	color: #ff8400;
}

.s-mod-page .page-prev,
.s-mod-page .page-n,
.s-mod-page .page-n {
	width: 72px;
	background: #fff;
}

.s-mod-page .page-next {
	display: inline;
	margin-left: 10px;
}

.s-mod-page .page-next .intopage {
	text-align: center;
	border: 1px solid #b5b5b5;
	width: 44px;
	height: 36px;
	line-height: 20px;
	margin: 0 2px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page .page-next .gopage {
	width: 62px;
	height: 38px;
	line-height: 24px;
	background: #fff;
	border: 0;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #666;
}

.no-prev,
.no-next {
	background: #f5f5f5 !important;
	text-decoration: none;
	color: #999 !important;
	border: 1px solid #eee !important;
	cursor: default;
}


/*分页end*/


/*提示框start*/

.tip-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 13;
	display: none;
}

.tip-popup-con {
	font-size: 16px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.tip-popup-main {
	padding: 20px 30px 20px 73px;
	background: url('../images/tip-icon.png') no-repeat;
}

.tip-popup-suc .tip-popup-main {
	background-position: 30px 18px;
}

.tip-popup-fail .tip-popup-main {
	background-position: 30px -67px;
}

.tip-popup-wrong .tip-popup-main {
	background-position: 30px -154px;
}


/*提示框end*/


/*弹框start*/

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	display: none;
}

.popup-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

.popup-con {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup .popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/popup-close.png);
	cursor: pointer;
}

.popup-deco-suc {
	width: 526px;
	height: 409px;
	background: url(../images/popup-bg.png) no-repeat;
	text-align: center;
	color: #333;
}

.popup-deco-suc-p1 {
	font-size: 28px;
	margin-top: 180px;
}

.popup-deco-suc-p2 {
	font-size: 18px;
	margin-top: 55px;
}

.popup-deco-suc-ctrl {
	margin-top: 18px;
	text-align: center;
}

.popup-deco-suc-ctrl .popup-deco-suc-btn {
	font-size: 18px;
	display: inline-block;
	width: 123px;
	height: 36px;
	line-height: 35px;
	background: #f7782f;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.popup-con-wx {
	width: 560px;
	height: 500px;
	background: #fff;
	border-radius: 5px;
}

.popup-wx-code {
	width: 255px;
	height: 440px;
	background: url(../images/wxcodebox.png) no-repeat;
	margin: 52px 0 0 52px;
	text-align: center;
	position: relative;
}

.popup-wx-code img {
	width: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-wx-int {
	width: 240px;
	padding-top: 150px;
}

.popup-wx-p1 {
	font-size: 28px;
	margin-bottom: 25px;
}

.popup-wx-p2 {
	font-size: 16px;
	margin-bottom: 25px;
}

.popup .popup-title {
	text-align: center;
	color: #ff6700;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
}

.popup .query-suc {
	width: 460px;
	background: #fff;
}

.popup .query-suc .con-box {
	padding: 0 16px;
}

.popup .query-suc .con-box .con {
	border-top: 1px dashed #ccc;
	text-align: center;
}

.popup .query-suc .is-ok {
	display: inline-block;
	margin-top: 74px;
	margin-bottom: 42px;
	font-size: 18px;
	color: #333;
	padding-left: 55px;
	position: relative;
}

.popup .query-suc .is-ok span {
	display: inline-block;
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
	background: url(../images/icon-query-ok.png) no-repeat content-box;
	background-size: 45px 45px;
}

.popup .query-suc .con p {
	font-size: 14px;
	color: #333;
}

.popup .query-suc .con button {
	width: 180px;
	height: 34px;
	border: none;
	outline: none;
	background: #4b95fb;
	color: #fff;
	margin-top: 35px;
	margin-bottom: 54px;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
}


/*弹框end*/