@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	width: 100%;
	font-family: "Arial", "Microsoft YaHei", "黑体", "sans-serif", "Tahoma";
	color: #000;
	background-color: #ffffff;
	min-width: 1200px;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-text-size-adjust: 100%;
}

.container-fluid {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff3333;
}

.nav {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #fff;
}

.main-nav {
	height: 100px;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.main-nav .logo {
	width: 200px;
	height: 54px;
	box-sizing: border-box;
	float: left;
	margin-top: 23px;
}

.main-nav .logo img {
	width: 100%;
	height: 100%;
}

.main-nav .nav-right {
	float: right;
	height: 100px;
}

.main-nav .nav-right .nav-right-top {
	width: 100%;
	height: 45px;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: right;
}

.main-nav .nav-right .nav-right-top .search {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.main-nav .nav-right .nav-right-top .tel {
	display: inline-block;
	color: #CF0000;
	font-size: 28px;
	margin-right: 26px;
}

.main-nav .nav-right .nav-right-top .search img {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
}

.main-nav .nav-right .nav-right-top .search input {
	border: 1px solid #A0A0A0;
	border-radius: 12px;
	outline: none;
	padding: 0 8px;
	width: 179px;
	height: 27px;
	font-size: 12px;
	text-indent: 5px;
}

.main-nav .nav-right .nav-right-top .wechat_code {
	position: relative;
	cursor: pointer;
}

.main-nav .nav-right .nav-right-top .wechat_code .hide_wechat {
	position: absolute;
	left: 50%;
	border: 1px solid #ccc;
	transform: translateX(-50%);
	top: 120%;
	display: none;
	z-index: 120;
	width: 258px;
	height: 258px;
	background: url("../images/fixed/wechat_qr_code.jpg") no-repeat;
	background-size: cover;
}

.main-nav .nav-right .nav-right-top .wechat_code:hover>.hide_wechat {
	display: block;
}

.main-nav .nav-right .nav-right-top .wechat_code span {
	color: #6d6d6d;
	position: relative;
	top: -5px;
	left: -2px;
	font-size: 14px;
}

.main-nav .nav-right .nav-right-top .tel img {
	max-width: 24px;
	margin-right: 6px;
}

.main-nav .nav-right .nav-right-top .wechat_code img {
	margin-right: 0;
}

.main-nav .nav-right .nav-right-bottom {
	width: 100%;
	height: 55px;
}

.main-nav .nav-right .nav-right-bottom .nav-box {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	display: none;
	z-index: 99;
	box-sizing: border-box;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div {
	width: 1200px;
	position: relative;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	flex-wrap: nowrap;
	justify-content: center;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-right {
	justify-content: flex-end
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-right a:last-child {
	padding-right: 0;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div>a {
	padding: 0 30px;
	color: #333;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div>a:hover {
	color: #CF0000;
}

.main-nav .nav-right .nav-right-bottom>ul li:hover>.nav-box {
	display: block;
}

.main-nav .nav-right .nav-right-bottom>ul {
	display: inline-block;
}

.main-nav .nav-right .nav-right-bottom>ul>li {
	float: left;
	list-style-type: none;
	padding: 0 30px;
	line-height: 55px;
	position: relative;
}

.main-nav .nav-right .nav-right-bottom>ul>li>.nav-inner-ul {
	position: absolute;
	left: -40%;
	top: 56px;
	background-color: #fff;
	border: 1px solid #E6E4E3;
	width: auto;
	display: none;
}

.main-nav .nav-right .nav-right-bottom>ul>li:hover>.nav-inner-ul {
	display: block;
}

.main-nav .nav-right .nav-right-bottom>ul>li>.nav-inner-ul li {
	line-height: 1.6;
	width: 210px;
	padding: 10px 8px;
	text-align: center;
}

.main-nav .nav-right .nav-right-bottom>ul>li:last-child::after {
	display: none;
}

.main-nav .nav-right .nav-right-bottom>ul>li:last-child {
	padding-right: 0;
}

.main-nav .nav-right .nav-right-bottom>ul>li:first-child {
	padding-left: 0
}

.main-nav .nav-right .nav-right-bottom>ul li>a {
	color: #555;
	font-size: 16px;
}

.main-nav .nav-right .nav-right-bottom>ul li a:hover {
	color: #ff3333;
}

.main-nav .nav-right .nav-right-bottom>ul>li>a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div .inner-div-box {
	width: 200px;
	box-sizing: border-box;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product {
	flex-wrap: wrap;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-div-box {
	float: left;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-title {
	font-size: 15px;
	color: #454545;
	line-height: 28px;
	margin: 12px 0;
	display: block;
	text-align: center;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-title:hover {
	color: #CF0000;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-list {
	width: 100%;
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 15px;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-list li {
	line-height: 1;
	margin-top: 5px;
	padding: 0 8px 0 10px;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-list li:first-child {
	margin-top: 0;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-list>li>a {
	font-size: 12px;
	color: #333;
	line-height: 1;
}

.main-nav .nav-right .nav-right-bottom .nav-box .inner-div-product .inner-list>li>a:hover {
	color: #CF0000;
}

#b04 ul li img {
	width: 100vw;
}

@media (max-width:1920px) {
	#b04 ul li img {
		width: 100vw;
	}
}

@media (min-width:1920px) {
	#b04 ul li img {
		width: 1920px;
	}
}

.unslider-nav {
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.unslider-nav ol li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.unslider-nav ol li.unslider-active {
	background: #fff;
	opacity: 1;
}

.unslider {
	overflow: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.unslider-wrap {
	position: relative
}

.unslider-wrap.unslider-carousel li {
	float: left
}

.unslider-vertical>ul {
	height: 100%
}

.unslider-vertical li {
	float: none;
	width: 100%
}

.unslider-fade {
	position: relative
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}

.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer
}

.unslider-arrow.next {
	left: auto;
	right: 20px
}

#b04 .arrow {
	position: absolute;
	top: 50%;
}

#b04 #al {
	left: 15px;
}

#b04 #ar {
	right: 15px;
}

.product {
	padding: 40px 0;
}

.product .product-content {
	margin-top: 60px;
}

.module-title {
	font-size: 24px;
	color: #000;
	text-align: center;
}

.title-introduce {
	text-align: center;
	margin-top: 15px;
	font-size: 15px;
	margin-bottom: 20px;
	color: #666;
}

.product-all {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.product-all .product-all-box {
	width: 380px;
	height: 350px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	float: left;
}

.product-all .product-all-box .p-show {
	position: absolute;
	background-color: #f8f8f9;
	color: #616161;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.product-all .product-all-box .p-show img {
	max-width: 100%;
}

.product-all .product-all-box .p-show p {
	text-align: center;
	line-height: 44px;
	color: #353535;
	font-size: 16px;
}

body>div.product.container .title-ac {
	color: #353535;
}

body>div.product.container .title-ac:hover {
	color: #CF0000;
}

.product-all .product-all-box .p-hidden {
	position: absolute;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #D0D0D0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	color: #333;
	z-index: 3;
	height: 100%;
	width: 100%;
}

.product-all .product-all-box .index-product-title {
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

.product-all .product-all-box .index-product-title:hover {
	color: #CF0000;
}

.product-all .product-all-box .index-product-con {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
}

.product-all .product-all-box .index-product-con>a {
	color: #353535;
	display: inline-block;
	width: 48%;
	font-size: 12px;
	line-height: 15px;
	padding: 0 15px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.product-all .product-all-box .index-product-con>a:hover {
	color: #CF0000;
}

.pro-type-wrap {
	padding-bottom: 10px;
}

.info-box {
	margin: 20px 10px 0 10px;
	width: 180px;
	height: 170px;
	float: left;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.6s ease;
	-moz-transition: box-shadow 0.6s ease;
	-o-transition: box-shadow 0.6s ease;
	transition: box-shadow 0.6s ease;
}

.info-box:hover {
	box-shadow: 0 0 10px 3px #cccccc;
}

.info-box>a {
	text-align: center;
	height: 115px;
	width: 180px;
	display: block;
	-webkit-transition: color 0.6s ease;
	-moz-transition: color 0.6s ease;
	-o-transition: color 0.6s ease;
	transition: color 0.6s ease;
	display: flex;
	align-items: center;
}

.info-box p a:hover {
	color: #ff3333;
}

.info-box a img {
	height: 90px;
	margin: 10px auto;
	display: block;
}

.info-box p {
	text-align: center;
	width: 90%;
	margin-left: 5%;
}

.info-box p a {
	color: #333;
	margin-top: 5px;
	line-height: 20px;
	font-size: 16px;
}

.pro-small-btn {
	margin: 10px 10px 0 0;
}

.pro-small-btn-opacity {
	margin: 10px 10px 0 0;
	opacity: .6;
}

.solution {
	height: 771px;
	background: url(../images/solution-bg1.png) 80% 80px no-repeat, url(../images/solution-bg.jpg) 0 0 no-repeat;
}

.solution h2 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-top: 73px;
}

.solution .introduce2 {
	font-size: 16px;
	font-weight: 400;
	color: #686868;
	line-height: 60px;
	margin-bottom: 8px;
	text-align: center;
}

.solution .solution-box {
	width: 382px;
	height: 510px;
	float: left;
	margin-right: 27px;
	background-color: #fff;
}

.solution .solution-box:last-child {
	margin-right: 0;
}

.solution .solution-box3 {
	margin-right: 0;
}

.solution .solution-box .solution-box-img {
	width: 100%;
}

.solution .solution-box .box-title {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top: 40px;
}

.solution .solution-box .box-divide {
	width: 308px;
	height: 1px;
	background: #000000;
	display: block;
	margin: 12px auto 0 auto;
}

.solution .solution-box .box-list {
	list-style-type: none;
	padding: 0 25px;
	margin-top: 10px;
	box-sizing: border-box;
}

.solution .solution-box .box-list li {
	text-align: center;
}

.solution .solution-box .box-list li a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 38px;
	width: 315px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.solution .solution-box .box-list li a:hover {
	color: #ff3333;
}

.news {
	padding: 50px 0;
	background-color: #f5f5f5;
}

.news .news-head {
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	margin-top: 30px;
}

.news .index-news-con {
	height: 520px;
	margin-top: 30px;
	position: relative;
}

.index-news-con .index-news {
	float: left;
}

.news .index-news-con .index-news-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.news .index-news-con .index-news-box .index-news {
	width: 390px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.news .index-news-con .index-news-box .index-news .index-news-one {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}

.news .index-news-con .index-news-box .index-news .index-news-one img {
	max-width: 100%;
	max-height: 100%;
	transition: all .3s ease-in-out;
}

.news .index-news-con .index-news-box .index-news .index-news-title {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 370px;
	box-sizing: border-box;
	background-color: #fff;
}

.news .index-news .index-news-title p {
	line-height: 24px;
	color: #666;
	font-size: 18px;
	padding: 30px 70px 30px 15px;
}

.news .index-news-con .index-news-box .index-news .index-news-title p::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url("../images/index/right.png") no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	transition: all .3s ease-in-out;
}

.news .index-news-con .index-news-box .index-news .index-news-one:hover>img {
	transform: scale(1.2);
}

.news .index-news-con .index-news-box .index-news .index-news-one:hover>.index-news-title p {
	color: #CF0000;
}

.news .index-news-con .index-news-box .index-news .index-news-one:hover>.index-news-title p::after {
	right: 20px;
}

.news .index-news-two {
	height: 48%;
	width: 100%;
	display: block;
	padding: 5%;
	background-color: #fff;
	box-sizing: border-box;
	color: #666;
}

.news .index-news-two:first-child {
	margin-bottom: 6%;
}

.news .index-news-two .news-title-2 {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px 0;
}

.news .index-news-two .news-title-2 b {
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.news .index-news-two .news-title-2 p {
	display: block;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 19px;
	font-size: 16px;
}

.news .index-news-two .news-time-2 {
	padding-top: 12px;
	position: relative;
}

.news .index-news-two .news-time-2::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url("../images/index/right.png") no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: all .3s ease-in-out;
}

.news .index-news-two .news-time-2 b {
	display: block;
	color: #000;
	font-size: 30px;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	letter-spacing: 1px;
}

.news .index-news-two .news-time-2 span {
	font-style: normal;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}

.news .index-news-two:hover {
	box-shadow: 0 0 15px #e5e5e5;
}

.news .index-news-two:hover>.news-title-2 b {
	color: #CF0000;
}

.news .index-news-two:hover>.news-time-2::after {
	right: 0;
}

.news .index-news-three {
	height: 31.3%;
	width: 100%;
	margin-bottom: 5%;
	display: block;
	padding: 5% 8%;
	background-color: #fff;
	box-sizing: border-box;
}

.news .index-news-three:last-child {
	margin-bottom: 0;
}

.news .index-news-three .news-title-3,
.news .index-news-three .news-time-3 {
	float: left;
	display: inline-block;
}

.news .index-news-three .news-time-3 {
	width: 66px;
	height: 100%;
	padding-top: 18px;
	box-sizing: border-box;
}

.news .index-news-three .news-time-3 b {
	display: block;
	color: #000;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
}

.news .index-news-three .news-time-3 b::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news .index-news-three .news-time-3 span {
	font-style: normal;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
}

.news .index-news-three .news-title-3 {
	width: 246px;
	height: 100%;
	border-left: 1px solid #f5f5f5;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}

.news .index-news-three .news-title-3::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url("../images/index/right.png") no-repeat;
	position: absolute;
	bottom: 30px;
	left: 20px;
	transition: all .3s ease-in-out;
}

.news .index-news-three:hover {
	box-shadow: 0 0 15px #e5e5e5;
}

.news .index-news-three:hover>.news-title-3 b {
	color: #CF0000;
}

.news .index-news-three:hover>.news-title-3::after {
	left: 40px;
}

.news .index-news-three .news-title-3 b {
	color: #000;
	display: block;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	max-width: 225px;
}

.news .news-head>a {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	margin-left: 5px;
	margin-right: 5px;
	width: 140px;
	border-radius: 20px;
}

.news .news-head>a.active {
	background-color: #e2202b;
	color: #fff;
}

.more-news {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	background-color: #2d8cf0;
	color: #fff;
	border: 1px solid #2d8cf0;
}

.more-news:hover {
	color: #fff;
	opacity: .8;
}

.special {
	padding: 40px 0;
}

.special>div {
	padding-top: 20px;
}

.special>div>img {
	max-width: 100%;
}

.special .index-special-box {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.special .index-special-box>div {
	width: 380px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

.special .index-special-box>div img {
	max-width: 100%;
}

.special .index-special-box>div>a {
	color: #1a605d;
	text-align: center;
	display: block;
	padding: 10px 0;
	font-size: 18px;
}

.special .index-special-box>div>a:first-child {
	padding: 0;
}

.special .index-special-box>div>p {
	color: #a4a4a4;
	font-size: 16px;
	margin: 5px 0;
	text-align: center;
}

.special .index-special-box>div .special-detail {
	color: #2d8cf0;
	font-size: 16px;
	padding-bottom: 0;
}

.special .index-special-box>div:hover {
	border-color: #b1c7c5;
}

.index-advantage {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.index-advantage .index-advantage-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
}

.index-advantage .index-advantage-wrap .index-advantage-box {
	width: 390px;
	height: 420px;
	background-color: #fff;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-box-img-wrap {
	width: 100%;
	height: 331px;
	overflow: hidden;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-box-img-wrap img {
	max-width: 100%;
	transition: all .3s ease;
}

.index-advantage .index-advantage-wrap .index-advantage-box:hover>.index-advantage-box-img-wrap img {
	transform: scale(1.2);
	transition: all .3s ease;
}

.index-advantage .index-advantage-wrap .index-advantage-box:hover>.index-advantage-desc {
	background-color: #19827b;
}

.index-advantage .index-advantage-wrap .index-advantage-box:hover>.index-advantage-desc b {
	color: #fff;
}

.index-advantage .index-advantage-wrap .index-advantage-box:hover>.index-advantage-desc p {
	color: #fff;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-desc {
	width: 100%;
	height: 89px;
	position: relative;
	padding: 10px 15px;
	box-sizing: border-box;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px 0 #e5e5e5;
	font-size: 24px;
	color: #666;
	text-align: center;
	vertical-align: middle;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-icon img {
	width: 70%;
	display: inline-block;
	margin-top: 15%;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-desc b {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 12px;
}

.index-advantage .index-advantage-wrap .index-advantage-box .index-advantage-desc p {
	display: block;
	font-size: 12px;
	color: #858585;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.create {
	background-color: #fff;
	padding: 60px 0;
}

.create .number-wrap {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.number-add::after {
	content: '+';
}

.create .number-wrap .number-box {
	width: 240px;
	height: 120px;
	float: left;
	border-right: 1px solid #eee;
}

.create .number-wrap .number-box:last-child {
	border-right: none;
}

.create .number-wrap .number-box p.timer {
	color: #e62129;
	font-weight: normal;
	font-size: 60px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	margin-top: 10px;
}

.create .number-wrap .number-box h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}

#wrap-box {
	position: relative;
	width: 1200px;
	margin-top: 50px;
	height: 342px;
	overflow: hidden;
}

#wrap-box ul {
	position: absolute;
	left: 0;
}

#wrap-box ul li {
	padding: 0 22px;
	box-sizing: border-box;
	margin-left: 22px;
	list-style: none;
	float: left;
	width: 273px;
	height: 342px;
}

#wrap-box ul li:first-child {
	margin-left: 0;
}

.friend {
	height: 500px;
	background-color: #f7f7f7;
}

.friend h2 {
	font-size: 24px;
	text-align: center;
	color: #000;
	margin-top: 50px;
}

.friend p {
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 15px;
	font-family: Arial;
}

.friend .container {
	display: flex;
	margin-top: 40px;
	flex-direction: row;
	justify-content: space-between;
}

.friend .friend-box {
	width: 215px;
	height: 115px;
	background-color: #fff;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.friend .friend-box img {
	display: block;
}

.footer {
	background-color: #2b3033;
}

.footer .footer-top {
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #807c7d;
}

.footer .footer-top .footer-item {
	width: 200px;
	height: 220px;
	padding: 5px 0;
	margin-right: 20px;
	float: left;
}

.footer .footer-top .footer-item .footer-a {
	width: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	height: 180px;
	margin-top: 10px;
}

.footer .footer-item-news {
	margin-left: 50px;
}

.footer .footer-top .footer-item h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.footer .footer-top .footer-item h3 span {
	margin-left: 1px;
}

.footer .footer-top .footer-item a {
	color: #a6a7aa;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-left: 37px;
}

.footer .footer-top .footer-item a:last-child {
	padding-bottom: 10px;
}

.footer .footer-top .footer-item a:hover {
	color: #CF0000;
}

.footer .footer-bot {
	width: 100%;
	height: 38px;
	padding-top: 5px;
	box-sizing: border-box;
	background-color: rgba(34, 34, 34, 1);
	color: #fff;
}

.footer .footer-bot a {
	color: #ffffff;
	font-size: 12px;
	margin-right: 25px;
}

.footer .footer-bot a:hover {
	color: #CF0000;
}

.footer .footer-bot a:nth-child(3) img {
	position: relative;
	top: -5px;
}

.footer .footer-bot .footer-bot-a {
	position: relative;
	top: -8px;
	padding: 0 5px;
	margin-right: 0;
	border-right: 1px solid #fff;
}

.footer .footer-bot .footer-bot-a:last-child {
	border-right: none;
}

.footer .footer-bot .friend-a {
	padding-top: 8px;
	border-right: none;
}

.footer .footer-bot .friend-link {
	position: absolute;
	width: 120px;
	padding: 10px;
	background-color: #333;
	display: none;
}

.footer .footer-bot .friend-link a {
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #d9d9d9;
	margin: 0;
}

.footer .footer-bot .friend-link a:hover {
	color: #CF0000;
}

.footer .footer-bot a span {
	position: relative;
	top: -8px;
	margin-left: 2px;
}

.footer .footer-wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: left;
}

.footer .footer-top .footer-item-last {
	width: 270px;
	margin-right: 0;
	box-sizing: border-box;
}

.footer .footer-top .footer-item-last a {
	position: relative;
	margin: 0;
}

.footer .footer-top .footer-item-last a img {
	max-width: 100%;
}

.footer .footer-top .footer-item-last p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 8px;
}

.footer .footer-wechat {
	width: 83px;
	text-align: center;
	display: inline-block;
	float: left;
}

.footer .footer-wechat img {
	display: block;
	margin: 0 auto;
	 width: 100%;
}

.footer .footer-top .footer-item-last .footer-wechat p {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
}

.footer .footer-item-last .footer-contact {
	display: inline-block;
	float: left;
	width: 160px;
	height: 100px;
}

.footer .footer-item-last .footer-contact a {
	margin-bottom: 8px;
	margin-left: 20px;
}

.footer .footer-item-last .footer-contact a img {
	margin-right: 5px;
}

.footer .footer-top .footer-product a {
	padding-right: 3px;
	line-height: 18px;
	margin-bottom: 7px;
}

.clear-both {
	clear: both;
	display: none;
}

.only-banner {
	width: 100%;
	max-width: 1920px;
	padding-top: 85px;
	margin: 0 auto;
}

.only-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.page-left {
	float: left;
	display: inline-block;
	width: 285px;
	padding: 0 0 50px 0;
}

.ul-box {
	width: 100%;
	margin-top: 60px;
}

.ul-box:first-child {
	margin-top: 15px;
}

.ul-box .ul-box-title {
	font-size: 20px;
	color: #000;
	padding: 0 0 12px 12px;
	border-bottom: 1px solid #7D7D7D;
	position: relative;
}

.ul-box .ul-box-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	display: inline-block;
	width: 103px;
	height: 5px;
	background-color: #E60012;
}

.ul-box-list {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.ul-box-list li {
	padding: 14px 0 12px 25px;
	position: relative;
	background: url(../images/icon/arrow-right.png) no-repeat 5px 16px;
	background-size: 12px;
	max-width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

.ul-box-list li .open-list {
	position: absolute;
	right: 3px;
	top: 8px;
	font-size: 18px;
	width: 25px;
	height: 20px;
	text-decoration: none;
	text-align: center;
}

.ul-box-list li>.open-list-content {
	width: 90%;
	padding: 15px 15px 10px 15px;
	display: none;
}

.ul-box-list li>.open-list-active {
	display: block;
}

.ul-box-list li>.open-list-content>a {
	line-height: 20px;
	margin: 8px 0;
	font-size: 14px;
	color: #808695;
	display: block;
}

.double-arrow-right li {
	background: url(../images/icon/double-arrow-right.png) no-repeat 5px 52%;
	background-size: 14px;
}

.ul-box-list li a {
	color: #2F2F2F;
	font-size: 16px;
}

.ul-box-list li.active a {
	color: #ed2025;
}

.ul-box-list li a:hover {
	color: #ed2025;
}

.ul-box .left_tj_box {
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
}

.ul-box .left_tj_box:last-child {
	border-bottom: none;
}

.ul-box .left_tj_box img {
	width: 100%;
	margin: 0 0 12px 0;
	border: 1px solid transparent;
}

.ul-box .left_tj_box img:hover {
	border: 1px solid #ff3333;
}

.ul-box .left_tj_box a {
	color: #333;
	text-align: center;
	display: block;
}

.ul-box .left_tj_box a:hover {
	color: #ff3333;
}

.page-left-contact {
	width: 100%;
	margin-top: 50px;
}

.page-left-contact .left-contact {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #7D7D7D;
	font-size: 14px;
}

.page-left-contact .left-contact::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 103px;
	height: 2px;
	background-color: #E60012;
}

.page-left-contact>div>p {
	font-size: 14px;
	color: #2F2F2F;
	margin-bottom: 12px;
	padding-left: 0;
	line-height: 22px;
}

.page-left-contact>div>p:first-child {
	margin-top: 16px;
}

.page-left-contact>div>p>a {
	color: #337ab7;
}

.page-left-contact>div>p>a:hover {
	color: #E60012;
}

.page-right {
	float: left;
	margin-top: 30px;
	display: inline-block;
	box-sizing: border-box;
	width: 915px;
	padding: 0 0 50px 70px;
}

#changeList {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.page-right .page-right-title {
	position: relative;
	border-bottom: 1px solid #7D7D7D;
	padding-bottom: 12px;
}

.page-right .page-right-title .page-right-title-word {
	font-size: 20px;
	color: #000;
	padding: 0 0 7px 0;
	border-bottom: 5px solid #E60012;
}

.page-right .location {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 15px;
}

.page-right .location a {
	color: #333;
	font-size: 15px;
}

.page-right .location i {
	margin: 0 2px;
	color: #ed2025;
}

.page-right .location a:hover {
	color: #ed2025;
}

.page-right .page-right-content {
	padding: 10px 5px 0 5px;
}

.page-right .page-right-content p {
	color: #333;
	margin-top: 18px;
	line-height: 23px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
}

.page-right .page-right-content p:first-child {
	margin-top: 0;
}

.page-right .honor {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-right .honor .honor-box {
	padding-top: 10px;
	width: 260px;
	height: 215px;
	text-align: center;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
}

.page-right .honor .honor-box:nth-child(1),
.page-right .honor .honor-box:nth-child(2),
.page-right .honor .honor-box:nth-child(3) {
	margin-top: 0;
}

.page-right .honor .honor-box img {
	max-width: 100%;
	max-height: 170px;
	border: none;
}

.page-right .honor .honor-box p {
	line-height: 35px;
	text-align: center;
	text-indent: 0;
	margin: 0;
	position: absolute;
	bottom: 4px;
	display: block;
	width: 100%;
}

.page-right .history-box {
	width: 100%;
	padding: 0 5px 20px 5px;
	margin-top: 50px;
	border-bottom: 1px dashed #ccc;
}

.page-right .history-box .h-box-left {
	width: 200px;
	float: left;
	font-size: 18px;
	color: #333;
	border-left: 3px solid #666;
	padding: 3px 0 3px 10px;
	position: relative;
}

.page-right .history-box .h-box-right {
	width: 620px;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	line-height: 28px;
	font-size: 15px;
}

.page-right .history-box .h-box-left::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 80px;
	bottom: 3px;
	background-color: #E70012;
}

.page-right .culture-box {
	width: 100%;
	padding: 0 0 60px 0;
}

.page-right .culture-box .c-box-title {
	margin-left: 50px;
}

.page-right .culture-box p {
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	line-height: 28px;
	font-size: 15px;
	margin-left: 52px;
	margin-top: 5px;
	text-indent: 0;
}

.page-right .quality-box {
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.page-right .quality-box:first-child {
	margin-top: 20px;
}

.page-right .quality-box .q-box-title {
	font-size: 18px;
	color: #000;
	border-left: 3px solid #666;
	padding: 3px 0 3px 10px;
}

.page-right .quality-box ul {
	display: block;
	margin: 20px 0 0 70px;
}

.page-right .quality-box ul li {
	font-size: 15px;
	text-indent: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	line-height: 28px;
}

.page-right .page-right-news {
	width: 100%;
	padding-bottom: 50px;
}

.page-right .page-right-news li a {
	color: #2f2f2f;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 0 2px 0;
}

.page-right .page-right-news li a:first-child {
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-right .page-right-news li .r-news-time {
	position: absolute;
	right: 0;
	letter-spacing: 1px;
}

.page-right .page-right-news li {
	margin: 10px 0 5px 0;
	background: url("../images/icon/arrow-right.png") no-repeat;
	background-position-x: 0;
	background-position-y: 48%;
	background-size: 12px;
	position: relative;
	padding: 11px 0 10px 20px;
	border-bottom: 1px solid #ccc;
}

.page-right .page-right-news li a:hover {
	color: #ff3333;
}

.page-right .product-all {
	padding-left: 0;
	padding-right: 2px;
}

.page-right .pro-all-box {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 1px 1px #f2f2f2;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	background-color: #fff;
}

.page-right .pro-all-box .pro-all-box-head {
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.page-right .pro-all-box .pro-all-box-head a {
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin: 10px 0;
}

.page-right .pro-all-box .pro-all-box-head a:hover {
	color: #E60012;
}

.page-right .pro-all-box .pro-all-box-body {
	display: flex;
	padding: 18px;
	flex-wrap: wrap;
	justify-content: left;
	overflow: hidden;
}

.page-right .pro-all-box .pro-all-box-body .product-box {
	width: 190px;
	background-color: #fff;
	margin: 8px 15px 5px 0;
	float: left;
}

.page-right .pro-all-box .pro-all-box-body .product-box:nth-child(4n+4) {
	margin-right: 0;
}

.page-right .pro-all-box .pro-all-box-body .product-box a>img {
	max-width: 100%;
	border: 1px solid #ccc;
	opacity: 1;
	transition: opacity .7s ease;
}

.page-right .pro-all-box .pro-all-box-body .product-box a>img:hover {
	opacity: 0.7;
}

.page-right .pro-all-box .pro-all-box-body .product-box .overflow-text-line2 {
	margin: 10px 0 0 2%;
	letter-spacing: 0;
	text-indent: 0;
	padding: 0;
	line-height: 22px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 96%;
	text-align: center;
}

.page-right .pro-all-box .pro-all-box-body .product-box .overflow-text-line2 a {
	color: #363534;
}

.page-right .pro-all-box .pro-all-box-body .product-box .overflow-text-line2 a:hover {
	color: #E60012;
}

.page-right .product-all .pro-lst-box {
	width: 845px;
}

.page-right .product-all .pro-lst-box .pro-lst-box-inner:nth-child(3n+3) {
	margin-right: 0;
}

.page-right .product-all .pro-lst-box .pro-lst-box-inner {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 30px 30px 0;
	width: 260px;
	height: 280px;
	box-sizing: border-box;
	float: left;
	box-shadow: 4px 11px 20px -14px #b2b2b2;
}

.page-right .product-all .pro-lst-box .pro-lst-box-inner img {
	display: block;
	max-width: 100%;
	max-height: 240px;
	width: 258px;
	height: 206px;
	margin: 0 auto;
	border: none;
}

.page-right .product-all .pro-lst-box .pro-lst-box-inner a:last-child {
	color: #333;
	display: block;
	margin: 20px auto 8px auto;
	text-align: center;
	line-height: 22px;
	width: 85%;
	overflow: hidden;
}

.page-right .product-all .pro-lst-box .pro-lst-box-inner a:hover {
	color: #E60012;
}

.page-right .pro-all-box-body .product-ul-box {
	width: 100%;
	padding: 5px 0;
	display: none;
}

.page-right .pro-all-box-body .product-ul-box li {
	float: left;
	width: 50%;
	line-height: 30px;
	padding: 5px 0;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	text-indent: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-right .pro-all-box-body .product-ul-box li:hover {
	background-color: #f8f8f9;
}

.page-right .pro-all-box-body .product-ul-box li a {
	color: #333;
}

.page-right .pro-all-box-body .product-ul-box li a:hover {
	color: #E60012;
}

.order1_pros {
	display: block;
	padding: 10px 0 15px 15px;
	clear: both;
}

.jq_tabs {
	display: inline-block;
	height: 50px;
}

.jq_tabs ul {
	border-bottom: 1px solid #d3d3d3;
}

.jq_tabs ul li {
	padding: 6px 16px;
	margin-right: 16px;
	cursor: pointer;
	display: inline-block;
	color: #515a6e;
	position: relative;
}

.jq_tabs ul li:last-child {
	margin-right: 0;
}

.jq_tabs ul li:hover {
	color: #2d8cf0;
}

.jq_tabs ul li.active::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #2d8cf0;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.jq_tabs ul li.active {
	color: #2d8cf0;
}

.product_con .jq_tabs_show_box {
	display: none;
	padding: 15px 0 30px 0;
}

.product_con .jq_tabs_show_box table {
	font-size: 14px;
	margin: 0 0 30px 0;
	width: 100%;
	color: #666;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: baseline;
	padding: 0;
}

.product_con .jq_tabs_show_box table tr {
	height: 36px;
	line-height: 36px;
}

.product_con .jq_tabs_show_box table tr:hover {
	background-color: #f1f1f1;
}

.product_con .jq_tabs_show_box table tr td {
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding-left: 1em;
}

.product_con .jq_tabs_show_box .more-pic {
	color: #2F2F2F;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: 0;
	padding: 2px 0 1px 0;
	border-left: 3px solid #2d8cf0;
	text-indent: 8px;
}

#show-3 .show3-div {
	padding-bottom: 30px;
	clear: both;
}

#show-3 .show3-div:last-child {
	padding-bottom: 0;
}

.bot_tj img {
	border: 1px solid #ccc;
}

.bot_tj img:hover {
	border: 1px solid #ff3333;
}

.bot_tj a {
	color: #333;
}

.bot_tj a:hover {
	color: #ff3333;
}

.product_con .jq_tabs_show_box .pic-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	padding-top: 10px;
}

.product_con .jq_tabs_show_box .pic-box>div {
	background-color: #fff;
	max-width: 22%;
	margin: 0 20px 20px 0;
	float: left;
}

.product_con .jq_tabs_show_box .pic-box>div>p {
	margin-bottom: 0;
	padding: 3px 0;
	color: #333;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_con .jq_tabs_show_box .pic-box>div>img {
	max-width: 100%;
}

.recommend-product {
	padding: 30px 0;
	position: relative;
}

.recommend-product::before {
	content: '';
	position: absolute;
	top: 15px;
	display: block;
	width: 100%;
	border-top: 1px dashed #ccc;
}

.recommend-product h4 {
	letter-spacing: 1px;
	padding: 3px 0 2px 0;
	border-left: 3px solid #E60012;
	text-indent: 12px;
}

.recommend-product ul {
	margin-top: 30px;
}

.recommend-product ul li {
	width: 182px;
	margin-left: 15px;
	text-align: center;
	float: left;
	border: 1px solid #FFFFFF;
}

.recommend-product ul li:hover {
	border: 1px solid #ccc;
}

.recommend-product ul li a {
	color: #333;
	display: block;
}

.recommend-product ul li img {
	width: 135px;
	padding: 10px 0;
}

.recommend-product ul li a:last-child {
	display: block;
	text-align: center;
	font-size: 14px;
	padding-bottom: 12px;
}

.recommend-product ul li a:hover {
	color: #E60012;
}

.page-right .support {
	padding-left: 0;
	padding-right: 0;
}

.page-right .page-right-content .support-left {
	width: 400px;
	float: left;
	padding: 0;
}

.page-right .page-right-content .support-right {
	width: 425px;
	margin-left: 20px;
	float: left;
}

.page-right .page-right-content .support-right img {
	max-width: 100%;
}

.page-right .support .ser_1 {
	margin-top: 50px;
	padding-left: 80px;
}

.page-right .support .ser_1>div {
	float: left;
}

.page-right .support .ser_3 {
	width: 30px;
	height: 366px;
	margin-right: 4px;
	margin-left: 35px;
	float: left;
}

.page-right .support .ser_4 {
	background: #F0EEEF;
	width: 585px;
	box-shadow: 3px 3px 3px #EEECED;
	float: left;
}

.page-right .support .ser_2 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.page-right .support .ser_4 p {
	line-height: 24px;
	text-indent: 2em;
	color: #000;
	margin: 0 0 5px 0;
	padding: 0 1em;
	font-size: 12px;
}

.project-box {
	width: 260px;
	float: left;
	box-shadow: 4px 11px 35px -14px #7f7f7f;
	padding: 0 0 20px 0;
	margin: 50px 32px 0 0;
}

.project-box:nth-child(1),
.project-box:nth-child(2),
.project-box:nth-child(3) {
	margin-top: 15px;
}

.project-box:nth-child(3n+3) {
	margin-right: 0;
}

.project-box .pro-img a img {
	max-width: 100%;
	max-height: 208px;
	display: block;
	margin: 0 auto;
}

.project-box .pro-title {
	width: 100%;
	display: block;
	line-height: 26px;
	margin-top: 8px;
	text-align: center;
	color: #ff3333;
	text-indent: 0;
}

.project-box .pro-con {
	width: 90%;
	margin-left: 5.5%;
	line-height: 20px;
	font-size: 14px;
	text-indent: 1.2em;
	height: 85px;
	padding: 5px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.project-box .pro-bot {
	width: 90%;
	margin-left: 6%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project-box .pro-bot a {
	color: #333;
	font-size: 14px;
	margin-left: 10px;
}

.project-box .pro-bot a span {
	font-size: 13px;
}

.project-box .pro-bot a:hover {
	color: #ff3333;
}

.page-right .standards-table {
	border: 1px solid #dcdee2;
	color: #515a6e;
	font-size: 14px;
	width: 800px;
	margin: 0 auto;
}

.page-right .standards-table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.page-right .standards-table tr td {
	min-width: 0;
	height: 48px;
	box-sizing: border-box;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: middle;
	border-bottom: 1px solid #e8eaec;
	text-indent: 2em;
}

.page-right .standards-table tr td:first-child {
	border-right: 1px solid #e8eaec;
	background-color: #f8f8f9;
	max-width: 250px;
}

.page-right .standards-table tr:hover {
	background-color: #ebf7ff;
}

.page-right .standards-table tr:hover>td {
	background-color: #ebf7ff;
}

.page-right .standards-table tr td a {
	color: #19be6b;
}

.page-right .standards-table tr td a:hover {
	color: #ed4014;
}

.file-card {
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
	transition: all .2s ease-in-out;
	width: 98%;
	margin: 0 auto 30px auto;
	border: 1px solid #e8eaec;
}

.file-card:hover {
	box-shadow: 0 1px 6px #cccccc;
	border-color: #eee
}

.file-card.ivu-card-shadow:hover {
	box-shadow: 0 1px 1px 0 #e5e5e5
}

.file-card .ivu-card-head {
	border-bottom: 1px solid #e8eaec;
	padding: 14px 16px;
	line-height: 1
}

.file-card .ivu-card-head p {
	text-indent: 0;
}

.file-card .ivu-card-head-inner,
.ivu-card-head p {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #17233d;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.file-card .ivu-card-body {
	padding: 16px
}

.file-card .ivu-card-body .ivu-card-body-50 {
	width: 50%;
	float: left;
	padding: 12px 0 12px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	white-space: nowrap;
}

.file-card .ivu-card-body .ivu-card-body-50:hover {
	background-color: #f1f1f1;
}

.file-card .ivu-card-body .ivu-card-body-50:hover>a {
	color: #E60012;
}

.file-card .ivu-card-body .ivu-card-body-50:nth-child(1),
.file-card .ivu-card-body .ivu-card-body-50:nth-child(2) {
	margin-top: -5px;
}

.file-card .ivu-card-body .ivu-card-body-50 a {
	color: #515a6e;
	font-size: 14px;
	width: 90%;
}

.file-card .ivu-card-body .ivu-card-body-50 a:hover {
	color: #E60012;
}

.article-btn {
	width: 100px;
	height: 35px;
	border-width: 0;
	border-radius: 3px;
	background: #1E90FF;
	cursor: pointer;
	outline: none;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	line-height: 34px;
	margin-right: 50px;
}

.article-btn:hover {
	background: #5599FF;
	color: #fff;
}

.page-right .joinus {
	padding-left: 0;
	padding-right: 0;
}

.page-right .joinus .hr-box {
	width: 100%;
	margin-bottom: 50px;
}

.page-right .joinus .hr-box .hr-box-left {
	float: left;
	padding: 3px;
	border: 1px #bababa solid;
}

.page-right .joinus .hr-box .hr-box-left img {
	display: inline-block;
}

.page-right .joinus .hr-box-right {
	float: right;
	margin-left: 50px;
	width: 620px;
}

.page-right .joinus .hr-box-right p {
	text-indent: 0;
	font-size: 15px;
	color: #4c4c4c;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 24px;
}

.page-right .joinus .salary-p {
	width: 90%;
	margin-left: 5%;
	text-indent: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 10px;
}

.page-right .joinus .salary-strong {
	color: #333;
	font-weight: bold;
	margin-left: 5%;
	margin-top: 60px;
	display: block;
}

.page-right .contactus {
	padding-left: 0;
	padding-right: 0;
}

.page-right .contactus h2 {
	color: #1e1a17;
	font-size: 25px;
	line-height: 60px;
	font-weight: bold;
	margin-top: 20px;
}

.contactus .contactus-table {
	margin-top: 10px;
	width: 100%;
}

.contactus .contactus-table tr td a {
	margin-left: 30px;
	color: #515a6e;
}

.contactus .contactus-table tr td a:first-child {
	margin-left: 0;
}

.icon-a {
	position: relative;
	display: inline-block;
	text-indent: 18px;
	padding: 2px 3px;
}

.icon-a img {
	max-width: 20px;
	position: absolute;
	top: -3px;
	left: 0;
}

.page-right .contact-tel {
	color: #1e1a17;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-indent: 32px;
	padding: 8px 0;
	margin-top: 40px;
}

.page-right .contact-tel a {
	color: #1e1a17;
}

.page-right .contact-tel img {
	position: absolute;
	left: 0;
	top: 1px;
}

.page-right .contact-tel span {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.page-right .page-right-content .location-p {
	text-indent: 0;
	margin-top: 15px;
}

.page-right .search-recommend {
	color: #aaa;
	width: 600px;
	margin: 7px auto 0 auto;
	font-size: 14px
}

.page-right .search-recommend a {
	color: #aaa;
	margin-left: 5px;
}

.page-right .search-recommend a:hover {
	color: #333;
}

.page-search {
	padding: 20px 0;
	box-sizing: border-box;
}

.page-search form {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

.page-search input,
.page-search button {
	border: none;
	outline: none;
}

.page-search input {
	width: 100%;
	height: 42px;
	text-indent: 13px;
}

.page-search button {
	width: 42px;
	cursor: pointer;
	position: absolute;
}

.bar6 {
	background: #fff;
}

.bar6 input {
	border: 2px solid #c5464a;
	border-radius: 5px;
	font-size: 15px;
	background: transparent;
	letter-spacing: 1px;
}

.bar6 button {
	background-color: #c5464a;
	border-radius: 0 3px 3px 0;
	border: 2px solid transparent;
	width: 60px;
	height: 46px;
	right: -4px;
	top: 0;
}

.bar6 button:before {
	content: "搜索";
	font-size: 14px;
	letter-spacing: 1px;
	color: #F9F0DA;
}

.page-right .search-all .res-box {
	width: 700px;
	border: 1px solid #ccc;
	height: 192px;
	margin: 0 auto 30px auto;
}

.page-right .search-all .res-box .res-box-img {
	width: 240px;
	height: 192px;
	float: left;
	text-align: center;
	display: table;
}

.page-right .search-all .res-box .res-box-img img {
	border: none;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.page-right .search-all .res-box .res-box-right {
	width: 420px;
	height: 192px;
	float: right;
	position: relative;
}

.page-right .search-all .res-box .res-box-title {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 20px 0;
}

.page-right .search-all .res-box .res-box-title:hover {
	color: #E60012;
}

.page-right .search-all .res-box .res-box-right .res-box-desc {
	width: 400px;
	height: 80px;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
	text-indent: 2em;
	letter-spacing: 0;
	font-size: 14px;
}

.page-right .search-all .res-box .res-box-right .res-box-more {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	color: #fff;
	background-color: #2db7f5;
	text-align: center;
	border: 1px solid transparent;
	letter-spacing: 1px;
	padding: 8px 12px 8px 12px;
	line-height: 1;
	font-size: 12px;
	border-radius: 4px;
	transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
}

.page-right .search-all .res-box .res-box-right .res-box-more:hover {
	color: #fff;
	background-color: #57c5f7;
	border-color: #57c5f7
}

.page-right .sitemap {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.page-right .sitemap-box:nth-child(-n+4) {
	margin-top: 0;
}

.page-right .sitemap-box {
	width: 250px;
	padding: 5px 0 30px 0;
	margin-top: 50px;
	margin-right: 30px;
	box-sizing: border-box;
}

.page-right .sitemap-box h2 {
	text-align: center;
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #E60012;
	margin: 0 auto;
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page-right .sitemap-box ul {
	width: 180px;
	display: block;
	margin: 10px auto;
}

.page-right .sitemap-box ul li {
	width: 100%;
	margin-top: 18px;
	position: relative;
}

.page-right .sitemap-box ul li::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 18px;
	background-color: #f1f1f1;
	top: -18px;
	left: 50%;
}

.page-right .sitemap-box ul li a {
	display: block;
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}

.page-right .sitemap-box ul li a:hover {
	border-color: #E60012;
	color: #E60012;
}

.page-right .job .standards-table thead tr {
	background-color: #f2f2f2;
}

.page-right .job .standards-table thead tr th {
	min-width: 0;
	height: 48px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	vertical-align: middle;
	border-bottom: 1px solid #e8eaec;
	text-align: center;
}

.page-right .job .standards-table tr td {
	text-align: center;
	text-indent: 0;
}

.page-right .job .standards-table tr td:first-child {
	background-color: #fff;
	border-right: none;
	font-weight: bold;
}

.page-right .job .standards-table tr:hover>td {
	background-color: #ebf7ff;
}

.p_n_more {
	display: block;
}

.p_n_more a {
	display: block;
	overflow: hidden;
	color: #333;
	line-height: 28px;
}

.p_n_more span {
	display: block;
	line-height: 28px;
}

.p_n_more a:hover {
	color: #CF0000;
}

.resume-form input {
	height: 45px;
	outline: none;
	border: 1px solid #aaa;
	font-size: 18px;
	line-height: 45px;
	text-indent: 1em;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border-radius: 3px;
}

.resume-form div:first-child input {
	margin-top: 0;
}

.resume-form .input-box p {
	text-indent: 0;
	margin-bottom: 3px;
	font-size: 14px;
	color: #666;
}

.resume-form .resume-button {
	width: 70px;
	height: 36px;
	line-height: 34px;
	outline: none;
	border: 1px solid #2d8cf0;
	border-radius: 4px;
	background-color: #2d8cf0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	transition: opacity 0.5s ease;
	margin-top: 20px;
	float: right;
	margin-left: 20px;
}

.resume-form .reset {
	color: #2b85e4;
	background-color: #fff;
	border-color: #2d8cf0;
}

.resume-form .resume-button:hover {
	opacity: .8;
}

.a-upload {
	padding: 8px 15px;
	height: 20px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #888;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.a-upload input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer
}

.a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none
}

#resume-src {
	position: absolute;
	left: 105%;
	top: 8px;
	display: inline-block;
	width: 455px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.small-form .input-box {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

.small-form input {
	height: 30px;
	outline: none;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 30px;
	text-indent: 14px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
	width: 100%;
	border-radius: 3px;
}

.small-form textarea {
	width: 100%;
	resize: none;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
	border-radius: 3px;
}

.small-form button {
	outline: none;
	background-color: #fff;
	border: 1px solid #dcdee2;
	padding: 6px 18px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #515a6e;
	border-radius: 3px;
	float: right;
	transition: opacity .5s ease;
}

.small-form button:hover {
	opacity: 0.7;
}

.page-right .page-right-content .h1-title {
	max-width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 10px auto;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
}

.article-content table {
	width: 100%;
	border: 2px solid #ccc;
}

.article-content table td {
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border: 1px solid #ccc;
}

.art table {
	font-size: 14px;
	margin: 0 0 30px 0;
	width: 100%;
	color: #666;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: baseline;
	padding: 0;
}

.art table tr {
	height: 36px;
	line-height: 36px;
}

.art table tr:hover {
	background-color: #f1f1f1;
}

.art table tr td {
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding-left: 1em;
}

.special-title {
	margin-top: 15px;
}

.special-title img {
	width: 37px;
	height: 37px;
	margin-right: 5px;
}

.special-title span:first-child {
	color: #1e1a17;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.special-title .special-word {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 37px;
}

.special-title span:last-child {
	color: #999999;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.s-list {
	position: relative;
	top: -40px;
	text-align: right;
	padding: 8px 0;
}

.s-list a {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}

.s-list a::after {
	content: '';
	width: 1px;
	height: 13px;
	background-color: #8c8c8c;
	position: absolute;
	top: 3px;
	right: -5px;
}

.s-list a:last-child {
	border-right: none;
}

.s-list a.active {
	color: #F29411;
}

.s-list a.active::before {
	content: '';
	width: 60%;
	height: 2px;
	background-color: #F29411;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.s-list a:hover {
	color: #F29411;
}

.spe-top {
	border-top: 1px solid #eee;
	position: relative;
	top: -15px;
	height: 430px;
}

.spe-top .spe-top-left {
	width: 550px;
	height: 396px;
	display: inline-block;
	float: left;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
}

.spe-top .spe-top-left a>img {
	max-height: 394px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spe-top .spe-top-left .spe-top-left-zoom {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #999;
	font-size: 12px;
}

.spe-top .spe-top-right {
	float: left;
	width: 650px;
	height: 396px;
	box-sizing: border-box;
	padding-left: 60px;
}

.spe-top h1 {
	color: #1e1a17;
	font-size: 28px;
	margin-bottom: 10px;
}

.spe-top .spe-xh {
	color: #666;
	font-size: 15px;
	line-height: 24px;
}

.spe-top .spe-fl {
	color: #666;
	font-size: 15px;
	line-height: 24px;
}

.spe-top .spe-desc {
	margin-top: 20px;
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #BFBFBF;
	font-size: 14px;
	line-height: 20px;
}

.spe-top .spe-desc a {
	color: #000;
	margin-right: 2px;
}

.spe-top .spe-desc a:hover {
	color: #CF0000;
}

.spe-top .spe-top-right .spc-re-pics {
	width: 590px;
	position: absolute;
	bottom: 4px;
	height: 154px;
	overflow: hidden;
}

.spe-top .spe-top-right .spc-re-pics>div {
	display: inline-block;
	float: left;
	height: 100%;
	width: 50px;
}

.spe-top .spe-top-right .spc-re-pics>a {
	text-align: center;
	line-height: 150px;
	height: 150px;
	width: 50px;
	display: inline-block;
	float: left;
	font-size: 32px;
	color: #CF0000;
	border: 1px solid #CF0000;
	box-sizing: border-box;
}

.spe-top .spe-top-right .spc-re-pics .spc-next {
	float: right;
}

.spe-top .spe-top-right .spc-re-pics .spc-re-pics-wrap {
	width: 490px;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	left: 0;
}

.spe-top .spe-top-right .spc-re-pics .spc-re-pics-wrap>a {
	width: 188px;
	height: 150px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-right: 10px;
	background-color: #333;
}

.spe-top .spe-top-right .spc-re-pics .spc-re-pics-wrap>a:last-child {
	margin-right: 0;
}

.spc-nav {
	padding: 20px 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
}

.spc-nav a {
	width: 114px;
	height: 54px;
	line-height: 40px;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.spc-nav a:hover {
	color: #1e1a17;
	background: url("../images/special/a-bg.png") no-repeat 100% 100%;
}

.spc-nav a.active {
	color: #1e1a17;
	background: url("../images/special/a-bg.png") no-repeat 100% 100%;
}

.spc-nav a:last-child {
	margin-right: 0;
}

#m-1 {
	padding: 20px 0;
}

.bot-divide {
	height: 1px;
	background-color: #DCDCDC;
	margin-top: 70px;
}

.m-header {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.m-header img {
	width: 29px;
	height: 29px;
}

.m-header span {
	position: relative;
	top: -7px;
	left: 7px;
	font-size: 18px;
	color: #1e1a17;
	line-height: 30px;
}

.m-1-box-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 24px
}

h2 {
	color: #C80909;
	font-size: 24px;
	text-align: center;
	letter-spacing: 3px;
}

#m-1 .clxz-box {
	width: 290px;
	height: 325px;
	background-color: #f4f1f1;
	position: relative;
}

#m-1 .clxz-box img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

#m-1 .clxz-box p {
	color: #3A3A3A;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
}

#m-1 .clxz-box-desc {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15px
}

#m-1 .clxz-desc-p {
	width: 290px;
	padding: 10px 30px;
	font-size: 15px;
	color: #3A3A3A;
	line-height: 24px;
}

.spc-box-p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	color: #666666;
}

.spc-box-p a {
	color: #000;
	margin-right: 3px;
}

.spc-box-p a:hover {
	color: #CF0000;
}

#clxz-3 {
	margin-top: 30px;
}

#clxz-3>p {
	text-indent: 2em;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

#clxz-3>p>a {
	color: #C80909;
}

.clxz-table table tr td p {
	text-align: center;
}

.clxz-table table tr td a {
	display: block;
	text-align: center;
	color: #2d8cf0;
	line-height: 1;
	margin-bottom: 12px;
}

.clxz-contact table tr td:last-child {
	text-align: left;
	padding-left: 15px;
}

.clxz-contact table tr td a {
	display: inline-block;
}

.clxz-table table {
	font-size: 14px;
	margin: 20px 0 0 0;
	width: 100%;
	color: #666;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: baseline;
	padding: 0;
}

.clxz-table table tr {
	height: 40px;
	line-height: 40px;
}

.clxz-table table tr:hover {
	background-color: #f1f1f1;
}

.clxz-table table tr td {
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}

.advantage {
	margin-top: 60px;
}

.advantage>p {
	text-indent: 2em;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

.advantage>p>a {
	color: #C80909;
}

.advantage .hy_love {
	width: 580px;
	height: 200px;
	margin-top: 65px;
	position: relative;
	border-bottom: 1px solid #5a5a5a;
}

#clxz-8 .hy_love:nth-child(4) {
	height: 305px;
}

.advantage .hy_love:nth-child(1),
.advantage .hy_love:nth-child(2) {
	margin-top: 40px;
}

.advantage .clxz-l-left {
	float: left;
	width: 115px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	padding-left: 20px;
}

.advantage .clxz-l-left img {
	max-width: 80%;
}

.advantage .clxz-l-left .clxz-icon-divide {
	width: 60px;
	height: 2px;
	background-color: #333;
	margin: 20px 0 0 15px;
}

.advantage .clxz-l-right {
	width: 430px;
	float: right;
}

.advantage .clxz-l-right h3 {
	font-size: 22px;
	color: #000;
}

.advantage .clxz-l-right p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}

#clxz-8 .clxz-l-right p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px 0;
}

#clxz-5 {
	margin-top: 80px;
}

#clxz-5>p {
	text-indent: 2em;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

#clxz-5>p>a {
	color: #C80909;
}

#clxz-5 .show-scsy {
	background-color: #fff;
	width: 280px;
	margin: 20px 0 0 0;
}

#clxz-5 .pic-box {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#clxz-6 {
	margin-top: 80px;
}

#clxz-6>p {
	text-indent: 2em;
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

#clxz-6>p>a {
	color: #C80909;
}

#clxz-6 .clxz-example {
	width: 375px;
}

#clxz-6 .clxz-example img {
	border: 5px solid #f1f1f1;
	box-shadow: 0 1px 8px 1px #b2b2b2;
	max-width: 100%;
}

#clxz-6 .clxz-example h4 {
	margin: 28px 0 10px 0;
	font-size: 16px;
	color: #C80909;
	text-align: center;
}

#clxz-6 .clxz-example p {
	margin-top: 0;
	text-align: left;
	padding-left: 5px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

#clxz-7 {
	margin-top: 80px;
}

#clxz-7 .answer-box {
	border: 1px solid #eee;
	padding: 31px 37px;
	margin-top: 40px;
}

#clxz-7 .answer-box .question {
	color: #666;
	font-size: 16px;
}

#clxz-7 .answer-box .question>span {
	width: 23px;
	height: 23px;
	line-height: 22px;
	background-color: #0977D7;
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#clxz-7 .answer-box .answer {
	color: #999;
	font-size: 14px;
	line-height: 28px;
	margin-top: 18px;
}

#clxz-7 .answer-box .answer>span {
	width: 23px;
	height: 23px;
	line-height: 23px;
	background-color: #F09312;
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#clxz-8 {
	margin-top: 80px;
}

#clxz-8 .clxz-l-right h3 {
	border-bottom: 1px dashed #5a5a5a;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#clxz-8 .hy_love {
	border-bottom: none;
	margin-top: 40px;
}

#problem-jump {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}

#problem-jump a {
	display: inline-block;
	color: #666;
	text-align: center;
	width: 250px;
	line-height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 20px;
	transition: all .5s ease;
}

#problem-jump a:hover {
	color: #1e1a17;
	border-color: #1e1a17;
	border-radius: 6px;
}

.fixed-btn-group {
	position: fixed;
	display: inline-block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px #ddd;
	z-index: 9;
}

.fixed-btn-group>li {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.fixed-btn-group>li:hover {
	background-color: #45ae76;
}

.fixed-btn-group>li:hover>.fixed-btn-con {
	display: inline-block;
}

.fixed-btn-group>li>.fixed-btn-con {
	position: absolute;
	height: 55px;
	line-height: 48px;
	width: 200px;
	left: -200px;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 500;
	display: none;
	color: #fff;
	text-align: center;
	top: 12px;
	background: url("../images/fixed/bg.png") no-repeat;
	background-size: contain;
}

.fixed-btn-group>li>.fixed-btn-con>a {
	color: #fff;
	font-size: 21px;
}

.fixed-btn-group>li>.fixed-btn-con-img {
	top: -140px;
	left: -400px;
	width: 400px;
	height: 210px;
	background-color: #fff;
	background-image: none;
}

.fixed-btn-group>li>.fixed-btn-con-img>div {
	width: 200px;
	height: 100%;
	float: left;
	display: inline-block;
	position: relative;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.fixed-btn-group>li>.fixed-btn-con-img>div>img {
	width: 90%;
	display: block;
	margin: 5px auto 0 auto;
}

.fixed-btn-group>li>.fixed-btn-con-img>div>p {
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	color: #333;
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 0;
}

.fixed-btn-group>li>.fixed-btn-con-img>div:first-child {
	border-right: 1px solid #ccc;
}

.fixed-btn-group>li:last-child {
	border-bottom: none;
}

.fixed-btn-group img {
	max-width: 100%;
}

.hm-t-go-top {
	display: none;
	 !important;
}
