body {
	line-height: 1;
	font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	font-weight: 400;
	color: #343434;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button,
input {
	border: none;
	outline: none;
}
a {
	color: #343434;
}

a:focus {
	color: #343434;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #343434;
}
/* ---------------- 分隔线_基础样式---------------- */
.glyphicon {
	font-size: 14px;
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
p {
    padding: 0;
	margin: 0;
}

.red {
	color: #EB0028;
}
.pointer {
	cursor: pointer;
}
.bg-common-grey{
	background-color: #FAFAFA;
}
.cursor-auto {
	cursor: auto;
}

.hidden {
	display: none;
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}
.ellipsis {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
.ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.place-center {
	margin: 0 auto;
}
.align-center {
	text-align: center;
}

.ml6 {
	margin-left: 6px;
}
.min-width-1200 {
	min-width: 1200px;
}

/* ---------------- 分隔线_页面共有样式---------------- */
.nav-sub-menu:hover {
	color: #F40E33;
	border-color: #F40E33;
}
.new-banner {
	min-width: 1200px;
	height: 600px;
	background-image: url('../../img/banner.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	        background-size: cover;
    position: relative;
}
.new-banner .banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1;
	text-align: center;
}
.new-banner .banner-content .titles {
	font-size: 72px;
	font-weight: bold;
}

.new-banner .banner-content .titles li {
	display: inline-block;
}

.new-banner .banner-content .titles li + li {
	margin-left: 25px;
}

.new-banner .banner-content .desc {
	font-size: 46px;
	margin-top: 45px;
	font-weight: lighter;
}
.new-banner .banner-content .banner-btn{
	display: inline-block;
	margin-top: 48px;
	font-size: 36px;
    padding: 18px 22px;
	border:1px solid #fff;
}

.block-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.body-container {
	margin-top: 70px;
}

.contact-wrapper {
	font-size:24px;
	font-weight:300;
	color:#121212;
    height: 120px;
	line-height: 120px;
	background-color: #fff;
    text-align: center;
}

.contact-wrapper .icon-phone { margin-left: 69px; display: inline-block; width: 23px; height: 36px; background: url(/static/index/img/icon_phone.png) no-repeat center center; -webkit-background-size: 100% 100%; background-size: 100% 100%; vertical-align: middle; margin-bottom: 4px;}
.contact-wrapper .text-phone { margin-left: 13px; }
.contact-wrapper .icon-wx{ margin-left: 57px; display: inline-block; width: 40px; height: 32px; background: url(/static/index/img/icon_wx.png) no-repeat center center; -webkit-background-size: 100% 100%; background-size: 100% 100%; vertical-align: middle;}
.contact-wrapper .text-wx{ margin-left: 11px; }

.contact-wrapper .icon-email { margin-left: 57px; display: inline-block; width: 36px; height: 27px; background: url(/static/index/img/icon_email.png) no-repeat center center; -webkit-background-size: 100% 100%; background-size: 100% 100%; vertical-align: middle;}
.contact-wrapper .text-email { margin-left: 6px; }





.footer-wrapper {
	padding: 28px 0 20px;
	text-align: center;
	line-height: 1;
	background-color: #111;
}
.footer-wrapper .links li{ display: inline-block; font-size: 16px; color: #919191;}
.footer-wrapper .links li a { color: #919191;}
.footer-wrapper .links li::after {
    content: '';
	display: inline-block;
    margin-left: 10px;
	width: 1px;
	height: 12px;
	line-height: 16px;
	background-color: #919191;
}
.footer-wrapper .links li:nth-last-child(1)::after {
	display: none;
}

.footer-wrapper .links li+li{margin-left: 10px;}

.footer-wrapper .descs {
	padding: 30px 0 25px;
}
.footer-wrapper .descs p {
    font-size: 14px;
	color: #555;
    margin-bottom: 0;
}
.footer-wrapper .descs p + p{
	margin-top: 15px;
}
.footer-wrapper .sep{
	height: 1px;
	background-color: #2e2e2e;
}
.footer-wrapper .copyright{
	margin-top: 22px;
    font-size: 14px;
	color: #555;
    margin-bottom: 0;
}


#protocal-dialog .modal-dialog { width: 1000px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0 auto;}
#protocal-dialog .close {font-size: 26px;}
#protocal-dialog .modal-body {text-align: left; padding: 15px;height: 600px;overflow-x: hidden;overflow-y: auto;}
#protocal-dialog .reg-layer-content {font-size: 20px;color: #000;line-height: 1.5;overflow: auto;}
#protocal-dialog .reg-layer-content .title {font-size: 24px;text-align: center;}
#protocal-dialog .strong {font-weight: 700;}
#protocal-dialog .reg-layer-content .chapter {margin-top: 22px;}
#protocal-dialog .reg-layer-content p {text-indent:20px;}
#protocal-dialog .reg-layer-content .chapter.footers {
	text-align: right;
}



.section-title-wrapper {
	padding-top: 70px;
	padding-bottom: 50px;
	line-height: 1;
	text-align: center;
	font-size: 18px;
}
.section-title-wrapper .title{
	font-size: 30px;
}
.section-title-wrapper .desc{
    margin-top: 15px;
	color: #666;
	font-size: 18px;
}

.title-box { height: 32px; line-height: 32px; }
.title-box .title-wrapper {float:left; height: 24px; font-size: 20px; color: #343434; padding-bottom: 17px;}
.title-box .title-wrapper .title-icon{display: inline-block; width: 27px; height: 32px; vertical-align: middle; margin-right: 11px;}
.title-box .title-wrapper .title-text {display: inline-block; vertical-align: top;}
.title-box .more-link { float: right; }
.title-box .more-link a { display: inline-block; font-size: 14px; color: #888;}

#footer .jump-link {
	color: unset;
}
#footer .jump-link:hover {
	text-decoration: underline;
}
