content start*/
a:hover{
	color: #137836;
}
.content {
	width: 100%;
	height: auto;
}
.btbg {
    width: 100%;
    color: #3dbea0;
    font-weight: bold;
    line-height: 2px;
    font-size: 45px;
    opacity: 0.15;
    text-transform: uppercase;
    text-align: center;
}
.lxfs-left{
    background: #009a52;
    height: 145px;
    font-size: 14px;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}
.lxfs-left p{
    height: 30px;
    line-height: 30px;
}
.index_hy_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.index_title_box {
	width: 100%;
	height: auto;
}

.index_title_box h2 {
	font-size: 36px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.index_title_zs {
	width: 300px;
	height: auto;
	margin: 0px auto;
	margin-top: 8px;
	display: flex;
	justify-content: flex-start;
}

.index_title_zs span {
	display: block;
	width: 100px;
	height: 3px;
}

.index_title_zs span:nth-of-type(1) {
	background: #0068b7;
}

.index_title_zs span:nth-of-type(2) {
	background: #137836;
}

.index_title_zs span:nth-of-type(3) {
	background: #c6c4c4;
}

.index_title_box p {
	color: #c6c4c4;
	text-align: center;
	margin-top: 8px;
}

.index_hy_btn_box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	padding-bottom: 18px;
	border-bottom: 2px solid #137836;
}

.index_hy_btn_box li {
	width: 116px;
	height: 81px;
	border: 2px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.index_hy_btn_box li img {
	width: 46px;
	height: auto;
	display: block;
}

.index_hy_btn_box li img:nth-of-type(2) {
	display: none;
}

.index_hy_btn_box li h2 {
	font-size: 16px;
	color: #828282;
	text-align: center;
	margin-top: 3px;
}

.index_hy_btn_box li.on {
	background: #137836;
	border-color: #137836;
}

.index_hy_btn_box li.on:after {
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	background: #137836;
	border-radius: 50%;
	bottom: -27px;
}

.index_hy_btn_box li.on img:nth-of-type(1) {
	display: none;
}

.index_hy_btn_box li.on img:nth-of-type(2) {
	display: block;
}

.index_hy_btn_box li.on h2 {
	color: #FFFFFF;
}

.index_hy_btn_box li.on p {
	color: #FFFFFF;
}

.index_hy_more {
	width: 100%;
	height: auto;
	line-height: 43px;
	text-align: right;
}

.index_hy_more a {
	color: #137836;
}

.index_hy_content {
	width: 100%;
	height: auto;
}

.index_hy_content_list {
	width: 100%;
	height: auto;
	display: none;
}

.index_hy_content_list_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_hy_content_list_ul li {
	width: 391px;
	height: auto;
	position: relative;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	margin-top: 42px;
}

.index_hy_content_list_ul li:nth-of-type(1),
.index_hy_content_list_ul li:nth-of-type(2),
.index_hy_content_list_ul li:nth-of-type(3) {
	margin-top: 0px;
}

.index_hy_content_list_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.index_hy_content_list_ul li h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.index_hy_content_list_ul_div {
	width: 363px;
	height: 103px;
	padding: 20px 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 0px;
	bottom: -123px;
	background: #FFFFFF;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	transition: all 0.6s;
}

.index_hy_content_list_ul_div p {
	color: #444444;
	margin-bottom: 13px;
	margin-right: 36px;
	font-size: 14px;
}

.index_hy_content_list_ul_div p a {
	color: #444444;
}

.index_hy_content_list_ul_div span {
	display: block;
	width: 112px;
	height: 36px;
	background: #137836;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.index_hy_content_list_ul li:hover h2 {
	height: 100px;
}

.index_hy_content_list_ul li:hover .index_hy_content_list_ul_div {
	bottom: 0px;
}

.index_hy_content_list_ul_div p:hover {
	text-decoration: underline;
	color: #137836;
}

.index_js_server_box {
	width: 100%;
	height: 546px;
	display: flex;
	align-items: center;
	background: url(/template/default/images/index_js_server_bg.jpg) no-repeat center center;
	background-size: cover;
}

.index_title_boxs {
	width: 100%;
	height: auto;
}

.index_title_boxs h2 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.index_title_boxs p {
	color: #a4a4a4;
	text-align: center;
	margin-top: 8px;
}

.index_js_server_box2 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.index_js_server_btn li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-top: 68px;
	cursor: pointer;
}

.index_js_server_btn li:nth-of-type(1) {
	margin-top: 0px;
}

.index_js_server_btn li img {
	width: 40px;
	height: auto;
	display: none;
	margin-left: 8px;
}

.index_js_server_btn li h2 {
	font-size: 28px;
	color: #cbcbcb;
	font-weight: bold;
}

.index_js_server_btn li.on {
	padding-left: 42px;
}

.index_js_server_btn li.on h2 {
	color: #137836;
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #137836;
}

.index_js_server_btn li.on:before {
	content: "";
	display: block;
	width: 7px;
	height: 51px;
	background: #137836;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -25px;
}

.index_js_server_btn li.on img {
	display: block;
}

.index_js_server_content {
	width: 793px;
	height: auto;
}

.index_js_server_content_list {
	width: 100%;
	height: auto;
	display: none;
	clear: both;
}

.index_js_server_content_list_txt {
	width: 100%;
	height: auto;
}

.index_js_server_content_list_txt p {
	color: #FFFFFF;
	clear: both;
}

.index_js_server_content_list_ul {
	width: 525px;
	height: auto;
	margin-top: 14px;
	display: table;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_js_server_content_list_ul li {
	width: 258px;
	height: auto;
	position: relative;
	margin-top: 9px;
	float: left;
}

.index_js_server_content_list_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.index_js_server_content_list_ul li h2 {
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	width: 100%;
	height: 37px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	justify-content: center;
	align-items: center;
}

.index_js_server_content_list:nth-last-of-type(1) .index_js_server_content_list_ul li:nth-last-of-type(1) {
	width: 100%;
}

.index_js_server_content_list_more {
	display: block;
	width: 257px;
	height: auto;
	position: relative;
	float: right;
	margin-top: 23px;
}

.index_js_server_content_list_more img {
	width: 100%;
	height: auto;
	display: block;
}

.index_js_server_content_list_more h2 {
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	width: 100%;
	height: 37px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	justify-content: center;
	align-items: center;
}

.index_js_server_content_list_more h2 img {
	width: 28px;
	height: auto;
	display: block;
	margin-right: 4px;
}

.index_about_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	padding-bottom: 0px;
}

.index_about_content_box {
	width: 100%;
	height: auto;
	background: url(/template/default/images/index_about_bg.png) no-repeat center bottom;
}

.index_about_content_boxs {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.index_about_content_left {
	width: 352px;
	height: auto;
}

.index_about_content_left img {
	width: 100%;
	height: auto;
	display: block;
}

.index_about_content_right {
	width: 820px;
	height: auto;
	margin-top: 77px;
}

.index_about_content_right p {
	color: #444;
	text-align: justify;
	line-height: 24px;
	margin-top: 15px;
}

.index_about_content_right ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-top: 76px;
}

.index_about_content_right ul li p {
	margin-top: 0px;
}

.index_about_content_right ul li img {
	width: 52px;
	height: auto;
	margin: 0px auto;
	display: block;
}

.index_about_content_right ul li h2 {
	font-size: 16px;
	color: #444;
	text-align: center;
	margin-top: 8px;
}

.index_lab_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	display: table;
}

.index_lab_txt {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #444;
	line-height: 30px;
	text-align: center;
}

.index_lab_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 9px;
}

.index_lab_ul li {
	width: 392px;
	height: auto;
	margin-top: 9px;
}

.index_lab_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.index_lab_ul_more {
	width: 177px;
	height: auto;
	display: block;
	margin: 0px auto;
	margin-top: 50px;
}

.index_lab_ul_more img {
	width: 100%;
	height: auto;
	display: block;
}

.index_bz_box {
	width: 100%;
	height: 442px;
	background: url(/template/default/images/index_bz_bg.jpg) no-repeat center center;
	background-size: cover;
	display: table;
}

.index_bz_boxs {
	width: 100%;
	height: 442px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index_bz_left {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index_bz_left img {
	width: 54px;
	height: auto;
	margin: 0px auto;
}

.index_bz_left h2 {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

.index_bz_right {
	width: 907px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 80px;
}

.index_bz_right li {
	width: 221px;
	height: auto;
	background: #FFFFFF;
	transition: all 0.6s;
}

.index_bz_right_top {
	width: 100%;
	height: auto;
}

.index_bz_right_top img {
	width: 100%;
	height: auto;
	display: block;
}

.index_bz_right_top h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}

.index_bz_right li a {
	display: none;
	width: 100%;
	height: 100%;
	background: #137836;
}

.index_bz_right li p {
	font-size: 16px;
	height: auto;
	margin: 0px auto;
	padding-top: 113px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 30px;
	width: 184px;
}

.index_bz_right li span {
	display: block;
	width: 122px;
	height: 38px;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
	color: #137836;
	text-align: center;
	line-height: 38px;
	margin: 0px auto;
	margin-top: 50px;
}

.index_bz_right li:hover {
	height: 337px;
}

.index_bz_right li:hover a {
	display: block;
}

.index_bz_right li:hover .index_bz_right_top {
	display: none;
}

/*分析*/
.fx_hy_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.fx_hy_title {
	width: 100%;
	height: auto;
    margin-bottom: 110px;
}

.fx_hy_title h2,.fx_hy_title h3 {
	font-size: 36px;
	color: #137836;
	font-weight: bold;
	text-align: center;
    margin: 0 10px;
    float: left;
}
.fx_hy_title span {
	display: block;
	width: 100px;
	height: 3px;
	margin: 0px auto;
	background: #137836;
	margin-top: 8px;
}

.fx_hy_title p {
	color: #747474;
	text-align: center;
	margin-top: 10px;
}

.fx_hy_btn_box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	padding-bottom: 18px;
	border-bottom: 2px solid #137836;
}

.fx_hy_btn_box li {
	width: 98px;
	height: 81px;
	border: 2px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.fx_hy_btn_box li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.fx_hy_btn_box li img {
	width: 46px;
	height: auto;
	display: block;
}

.fx_hy_btn_box li img:nth-of-type(2) {
	display: none;
}

.fx_hy_btn_box li h2 {
	font-size: 16px;
	color: #828282;
	text-align: center;
	margin-top: 3px;
}

.fx_hy_btn_box li.on {
	background: #137836;
	border-color: #137836;
}

.fx_hy_btn_box li.on:after {
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	background: #137836;
	border-radius: 50%;
	bottom: -27px;
}

.fx_hy_btn_box li.on img:nth-of-type(1) {
	display: none;
}

.fx_hy_btn_box li.on img:nth-of-type(2) {
	display: block;
}

.fx_hy_btn_box li.on h2 {
	color: #FFFFFF;
}

.fx_hy_btn_box li.on p {
	color: #FFFFFF;
}

.fx_hy_content {
	width: 100%;
	height: auto;
}

.fx_hy_content_list {
	width: 100%;
	display: none;
	height: auto;
	justify-content: space-between;
	margin-top: 40px;
}

.fx_hy_content_list_left {
	width: 400px;
	height: auto;
}

.fx_hy_content_list_left h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.fx_hy_content_list_left img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}

.fx_hy_content_list_content {
	width: 319px;
	height: auto;
}

.fx_hy_content_list_content h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.fx_hy_content_list_content p {
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.fx_hy_content_list_right {
	width: 318px;
	height: auto;
}

.fx_hy_content_list_right h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.fx_hy_content_list_right p {
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.fx_hy_content_list_right a {
	display: block;
	width: 121px;
	height: 38px;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
	background: #137836;
	color: #fefefe;
	line-height: 38px;
	text-align: center;
	margin-top: 13px;
}

.fx_js_box {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	display: table;
	background: url(/template/default/images/fx_about_bg.jpg) no-repeat center center;
}

.fx_js_ul {
	width: 100%;
    height: auto;
    display: table;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.fx_js_ul li {
    width: 380px;
    height: 320px;
    background: #2c9e60;
    position: relative;
    margin-top: 18px;
    cursor: pointer;
    /*-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
	box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow:1px 3px 5px #d6d4d4;
	-moz-box-shadow:1px 3px 5px #d6d4d4;
	box-shadow:1px 3px 5px #0000008a;
    float: left;
    margin-left: 18px;
}
.fx_js_ul li:nth-child(3n+1) {
    margin-left: 0;
}
.fx_js_ul li p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	text-align: center;
}

.fx_js_ul li span {
	display: block;
	width: 96%;
	margin: 0px auto;
	margin-top: 10px;
	color: #333333;
	text-align: justify;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fx_js_ul li img {
    width: 100%;
    height: 252px;
    display: block;
    object-fit: cover;
}
.fx_js_ul li strong {
	display: block;
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 15px;
    font-size: 16px;
    color: #343434;
    padding-bottom: 8px;
    border-bottom: 1px solid #343434;
}
.fx_js_ul li:hover strong{
	color: #137836;
	border-bottom-color:#137836;
}
.fx_js_ul li:hover {
	-webkit-box-shadow:1px 3px 5px #13783687;
	-moz-box-shadow:1px 3px 5px #13783687;
	box-shadow:1px 3px 5px #13783687;
}

.fx_server_case_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.fx_server_case_box2 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 28px;
}

.fx_server_case_btn {
	width: 259px;
	height: auto;
}

.fx_server_case_btn li {
	width: 100%;
	height: 76px;
	margin-top: 2px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 76px;
	background: #eeeeee;
	cursor: pointer;
}

.fx_server_case_btn li:nth-of-type(1) {
	margin-top: 0px;
}

.fx_server_case_btn li.on {
	background: #137836;
	color: #FFFFFF;
}

.fx_server_case_content {
	width: 942px;
	height: auto;
}

.fx_server_case_content_list {
	width: 938px;
	height: auto;
	display: none;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid #137836;
	padding: 21px 0px;
}

.fx_server_case_content_list_left {
	width: 250px;
	height: 421px;
	border-right: 1px solid #bfbfbf;
	padding-right: 26px;
	margin-left: 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.fx_server_case_content_list_left h2 {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.fx_server_case_content_list_left img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 43px;
}

.fx_server_case_content_list_right {
	width: 596px;
	height: auto;
	margin-left: 26px;
}

.fx_server_case_content_list_right h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}

.fx_server_case_content_list_right h2:nth-of-type(1) {
	margin-top: 0px;
}

.fx_server_case_content_list_right p {
	font-size: 14px;
	color: #666666;
	text-align: justify;
	line-height: 24px;
	margin-top: 8px;
}

.fx_server_case_content_list_right a {
	display: block;
	width: 121px;
	height: 38px;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
	background: #137836;
	color: #fefefe;
	line-height: 38px;
	text-align: center;
	margin-top: 13px;
	float: right;
	clear: both;
	margin-right: 14px;
}

.fx_about_box {
	width: 100%;
    height: auto;
    padding: 80px 0px;
    background-size: cover;
}
.hzhb{
    width: 100%;
    text-align: center;
    color: #137836;
    font-size: 25px;
    margin-top: 20px;
}

.fx_about_content {
	width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
    display: table;
}

.fx_about_content_left {
	width: 537px;
    height: auto;
    box-shadow: 0px 2px 8px 0px rgb(80 80 80 / 39%);
    float: left;
    background: #fff;
}
.fx_about_content_left iframe {
    margin: 0 auto;
    display: block;
    height: 300px;
}
.fx_about_content_left video{
	width: 96%;
    display: block;
    margin: 0 auto;
}
.fx_about_content_left img {
	width: 100%;
	height: auto;
	display: block;
}

.fx_about_content_right {
	width: 600px;
    height: 307px;
    display: table;
    float: right;
    position: relative;
}
.fx_about_content_right a{
    position: absolute;
    right: 2%;
    bottom: -70px;
    background: #106d3e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 140px;
    text-align: center;
}
.fx_about_content_right p {
    color: #070707;
    text-align: justify;
    line-height: 40px;
    margin-bottom: 10px;
    text-indent: 2rem;
    font-size: 18px;
    letter-spacing: 0.2rem;
    MARGIN: 15px auto 0px;
}
.fx_about_content_right ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-top: 76px;
}

.fx_about_content_right ul li img {
	width: 52px;
	height: auto;
	margin: 0px auto;
	display: block;
}

.fx_about_content_right ul li h2 {
	font-size: 16px;
	color: #444;
	text-align: center;
	margin-top: 8px;
}

.fx_ys_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.fx_ys_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.fx_ys_ul li {
	width: 391px;
	height: auto;
	border: 1px solid #bfbfbf;
	padding-bottom: 34px;
}

.fx_ys_ul_div {
	width: 351px;
	height: auto;
	margin: 0px auto;
}

.fx_ys_ul_div h2 {
	font-size: 22px;
	color: #333333;
	text-align: center;
	margin-top: 42px;
}

.fx_ys_ul_div p {
	color: #333333;
	text-align: justify;
	line-height: 24px;
	margin-top: 35px;
}

.fx_ys_ul li img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 18px;
}

.fx_ys_ul_div span {
	display: block;
	width: 119px;
	height: 36px;
	border: 1px solid #7d7d7d;
	text-align: center;
	line-height: 36px;
	color: #333333;
	margin: 0px auto;
	margin-top: 19px;
}

.fx_ys_ul li:hover {
	box-shadow: 0px 2px 10px 0px rgba(80, 79, 79, 0.68);
}

.fx_ys_ul li:hover .fx_ys_ul_div h2 {
	color: #137836;
}

.fx_ys_ul li:hover .fx_ys_ul_div span {
	color: #FFFFFF;
	background: #137836;
	border-color: #137836;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
}

.fx_more_server {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: #eeeeee;
}

.fx_more_server_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fx_more_server_ul li {
	width: 284px;
	height: auto;
	padding-bottom: 30px;
	background: #FFFFFF;
	margin-top: 40px;
}

.fx_more_server_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.fx_more_server_ul li h2 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.fx_more_server_ul li p {
	color: #6b6b6b;
	text-align: center;
	margin-top: 10px;
}

.fx_more_server_ul li:hover {
	box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.47);
}

/*化妆品*/
.hzp_our_server {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.hzp_our_server_btn {
	width: 100%;
	height: auto;
	margin-top: 34px;
	padding-bottom: 18px;
	border-bottom: 2px solid #137836;
	display: table;
}

.hzp_our_server_btn li {
	width: 158px;
	height: 48px;
	border: 2px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	float: left;
	margin-left: 11px;
}

.hzp_our_server_btn li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.hzp_our_server_btn li:nth-of-type(1) {
	margin-left: 0px;
}

.hzp_our_server_btn li:nth-last-of-type(1) {
	float: right;
}

.hzp_our_server_btn li img {
	display: block;
	margin-right: 10px;
}

.hzp_our_server_btn li img:nth-of-type(2) {
	display: none;
}

.hzp_our_server_btn li h2 {
	font-size: 16px;
	color: #828282;
	text-align: center;
	margin-top: 3px;
}

.hzp_our_server_btn li.on {
	background: #137836;
	border-color: #137836;
}

.hzp_our_server_btn li.on:after {
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	background: #137836;
	border-radius: 50%;
	bottom: -27px;
}

.hzp_our_server_btn li.on img:nth-of-type(1) {
	display: none;
}

.hzp_our_server_btn li.on img:nth-of-type(2) {
	display: block;
}

.hzp_our_server_btn li.on h2 {
	color: #FFFFFF;
}

.hzp_our_server_btn li.on p {
	color: #FFFFFF;
}

.hzp_our_server_content {
	width: 100%;
	height: auto;
	padding-top: 26px;
}

.hzp_our_server_content_list {
	width: 100%;
	height: auto;
	display: none;
	justify-content: space-between;
	align-items: center;
}

.hzp_our_server_content_list_left {
	width: 400px;
	height: auto;
}

.hzp_our_server_content_list_left img {
	width: 100%;
	height: auto;
	display: block;
}

.hzp_our_server_content_list_right {
	width: 720px;
	height: auto;
}

.hzp_our_server_content_list_right h2 {
	color: #333333;
	display: block;
	width: 644px;
	height: auto;
	padding-bottom: 20px;
	font-size: 20px;
	border-bottom: 2px solid #e5e5e5;
}

.hzp_our_server_content_list_right p {
	color: #333333;
	text-align: justify;
	line-height: 30px;
	margin-top: 15px;
}

.hzp_our_server_content_list_right a {
	display: block;
	width: 121px;
	height: 38px;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
	background: #137836;
	color: #fefefe;
	line-height: 38px;
	text-align: center;
	margin-top: 13px;
}

.hzp_js_server {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: url(/template/default/images/hzp_js_server_bg.png) no-repeat center center;
	background-size: cover;
}

.hzp_js_server table {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	margin-top: 28px;
	text-align: center;
}

.hzp_js_server table th {
	border: 2px solid #bfbfbf;
	height: 75px;
	background: #137836;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.hzp_js_server table th:nth-of-type(3) {
	width: 258px;
}

.hzp_js_server table th:nth-of-type(1) {
	width: 258px;
}

.hzp_js_server table tr:nth-of-type(2) td:nth-of-type(2) {
	padding: 0px 30px;
	text-align: left;
}

.hzp_js_server table td {
	border: 2px solid #bfbfbf;
	height: 63px;
	color: #333333;
	line-height: 24px;
}

.hzp_js_server table td a {
	color: #333333;
	cursor: text;
}

/*.hzp_js_server table td a:hover{color: #137836;text-decoration: underline;}*/
.hzp_js_server_more {
	display: block;
	width: 177px;
	height: auto;
	margin: 0px auto;
	margin-top: 28px;
}

.hzp_js_server_more img {
	width: 100%;
	height: auto;
	display: block;
}

.hzp_about_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.hzp_tem_txt {
	width: 100%;
	height: auto;
	margin-top: 58px;
}

.hzp_tem_txt p {
	font-size: 18px;
	color: #444444;
	text-align: center;
}

.hzp_tem_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	flex-wrap: wrap;
}

.hzp_tem_ul li {
	width: 398px;
	height: auto;
	position: relative;
	margin-top: 6px;
}

.hzp_tem_ul li:nth-last-of-type(1) {
	width: 799px;
}

.hzp_tem_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.hzp_tem_ul li h2 {
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.hzp_why_box {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	display: table;
}

.hzp_why_ul {
	width: 100%;
	height: auto;
	display: table;
	justify-content: space-between;
	margin-top: 70px;
}

.hzp_why_ul li {
    width: 292px;
    height: auto;
    border: 2px solid #137836;
	position: relative;
	float: left;
	margin-left: 5px;
}
.hzp_why_ul li:hover .hzp_why_ul_bottom img{
	/*-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);*/
}
.hzp_why_ul li:nth-child(4n+1){
	margin-left: 0;
}
.hzp_why_ul_top {
	width: 100%;
	height: auto;
}
.hzp_why_ul_top img {
	width: 100%;
	height: auto;
	display: block;
}
.hzp_why_ul_top img:nth-of-type(2) {
	display: none;
}
.hzp_why_ul_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.hzp_why_ul_div h2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 83px;
}
.hzp_why_ul_div strong {
	display: block;
	width: 44px;
	height: 3px;
	background: #137836;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.hzp_why_ul_div p {
	color: #333333;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.hzp_why_ul_div span {
	display: none;
	width: 120px;
	height: 38px;
	background: #137836;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 50px;
	color: #fefefe;
	text-align: center;
	line-height: 38px;
}
.hzp_why_ul_bottom {
	width: 70px;
	height: 70px;
	border: 1px solid #7d7d7d;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: -36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #137836;
}
.hzp_why_ul_bottom img {
	display: block;
    margin: 18px auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hzp_why_ul li:hover .hzp_why_ul_top img:nth-of-type(1) {
	display: none;
}
.hzp_why_ul li:hover .hzp_why_ul_top img:nth-of-type(2) {
	display: block;
}
.hzp_why_ul li:hover .hzp_why_ul_div h2 {
	color: #FFFFFF;
}

.hzp_why_ul li:hover .hzp_why_ul_div p {
	color: #FFFFFF;
}

.hzp_why_ul li:hover .hzp_why_ul_div strong {
	background: #FFFFFF;
}

.hzp_why_ul li:hover .hzp_why_ul_div span {
	display: block;
}

/*关于我们*/
.about_js_box {
	width: 900px;
	height: auto;
	float: right;
	padding-bottom: 50px;
}

.about_js_mbx {
	font-size: 16px;
	color: #595757;
	margin-top: 27px;
}

.about_js_mbx a {
	color: #595757;
}

.about_js_title {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_js_title span {
	display: block;
	width: 117px;
	height: 1px;
	background: #707070;
}

.about_js_title h2 {
	font-size: 36px;
	color: #48484a;
	font-weight: bold;
	margin: 0px 27px;
}

.about_js_content {
	width: 100%;
	height: auto;
}

.about_js_content p {
	font-size: 18px;
	color: #444444;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
}

.about_js_content ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	margin: 15px 0px;
}

.about_js_content ul li {
	width: 442px;
	height: auto;
}

.about_js_content ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.about_sj_box {
	width: 100%;
	height: 303px;
	background: url(/template/default/images/about_sj_bg.jpg) no-repeat center center;
	clear: both;
}

.about_sj_content {
	width: 900px;
	height: 303px;
	float: right;
	display: flex;
	align-items: center;
}

.about_sj_content_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about_sj_content_ul li {
	width: 288px;
	height: auto;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-right: 1px solid #FFFFFF;
}

.about_sj_content_ul li p {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.about_sj_content_ul li h2 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

.about_sj_content_ul li:nth-of-type(1),
.about_sj_content_ul li:nth-of-type(2),
.about_sj_content_ul li:nth-of-type(3) {
	margin-bottom: 68px;
}

.about_sj_content_ul li:nth-of-type(3),
.about_sj_content_ul li:nth-of-type(6) {
	border-right: none;
}

.about_sj_content_ul li:hover p {
	font-size: 22px;
}

.about_sj_content_ul li:hover h2 {
	font-size: 30px;
	color: #ff8519;
}

.about_fzlc_box {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	display: table;
	clear: both;
}

.about_fzlc_content {
	width: 900px;
	height: auto;
	float: right;
}

.about_fzlc_ul {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 56px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.about_fzlc_ul li {
	width: 413px;
	height: auto;
	align-items: center;
	float: left;
}

.about_fzlc_ul li p {
	display: block;
	width: 294px;
	height: auto;
	font-size: 14px;
	color: #4d4e50;
	text-align: left;
	float: right;
}

.about_fzlc_ul_data {
	width: 101px;
	height: 101px;
	background: url(/template/default/images/about_fzlc_bg.png) no-repeat center center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.about_fzlc_ul li:nth-of-type(odd) {
	margin-top: 59px;
}

.about_fzlc_ul li:nth-of-type(odd) p {
	float: left;
	text-align: right;
}

.about_fzlc_ul li:nth-of-type(odd) .about_fzlc_ul_data {
	float: right;
}

.about_fzlc_ul li:nth-of-type(even),
.about_fzlc_ul li:nth-last-of-type(1) {
	float: right;
	margin-top: -40px;
	margin-left: 74px;
}

.about_fzlc_ul li:nth-last-of-type(1) p {
	float: right;
	text-align: left;
}

.about_fzlc_ul li:nth-last-of-type(1) .about_fzlc_ul_data {
	float: left;
	text-align: left;
}

.about_fzlc_ul li:nth-of-type(1) {
	margin-top: 57px;
}

.about_fzlc_ul li:nth-of-type(2) {
	margin-top: 0px;
}

.about_fzlc_ul:after {
	content: "";
	display: block;
	width: 19px;
	height: 556px;
	background: url(/template/default/images/about_fzlc_bg2.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 90px;
}

.about_lab_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	clear: both;
	display: table;
	padding-top: 0px;
}

.about_lab_content {
	width: 900px;
	height: auto;
	float: right;
}

.about_lab_content_box {
	width: 860px;
	height: auto;
	margin: 0px auto;
}

.about_lab_content_bottom {
	width: 100%;
	height: auto;
	margin-top: 50px;
	position: relative;
}

.about_lab_content_top_sw_img {
	width: 100%;
	height: auto;
	position: relative;
}

.about_lab_content_top_sw_img img {
	width: 100%;
	height: auto;
	display: block;
}

.about_lab_content_top_sw_img h2 {
	display: block;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.about_lab_content_bottom_sw_img img {
	width: 100%;
	height: auto;
	display: block;
}

.about_lab_content_bottom_sw_img h2 {
	display: block;
	width: 100%;
	height: 34px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.about_lab_content_bottom_sw_left,
.about_lab_content_bottom_sw_right {
	width: 40px;
	height: 40px;
	outline: none;
}

.about_lab_content_bottom_sw_left {
	background: url(/template/default/images/about_lab_left.png) no-repeat center center;
	left: -50px;
}

.about_lab_content_bottom_sw_right {
	background: url(/template/default/images/about_lab_right.png) no-repeat center center;
	right: -50px;
}

.about_ryzz_bottom_sw_sw_left,
.about_ryzz_bottom_sw_sw_right {
	width: 40px;
	height: 40px;
	outline: none;
}

.about_ryzz_bottom_sw_sw_left {
	background: url(/template/default/images/about_lab_left.png) no-repeat center center;
	left: -50px;
}

.about_ryzz_bottom_sw_sw_right {
	background: url(/template/default/images/about_lab_right.png) no-repeat center center;
	right: -50px;
}

.about_ryzz_box {
	width: 615px;
	height: auto;
	margin: 0px auto;
}

.about_ryzz_top_sw_img {
	width: 100%;
	height: auto;
}

.about_ryzz_top_sw_img img {
	width: 100%;
	height: auto;
	display: block;
}

.about_ryzz_bottom_sw_img {
	width: 100%;
	height: auto;
	border: 1px solid #d1d1d1;
}

.about_ryzz_bottom_sw_img img {
	width: 100%;
	height: auto;
	display: block;
}

.about_ryzz_bottom_sw .swiper-slide.swiper-slide-active .about_ryzz_bottom_sw_img {
	border-color: #036eb2;
}

.jsjc_server_box {
	width: 100%;
	height: auto;
}

.jsjc_server_top_box {
	width: 100%;
	height: auto;
}

.jsjc_left_nav {
	width: 163px;
	height: auto;
	float: left;
	margin-top: -50px;
	z-index: 99;
	position: relative;
	border-right: 4px solid #1290d6;
}

.jsjc_left_nav.on {
	position: fixed;
	left: 0px;
	top: 0px;
	margin-top: 0;
	background: #FFFFFF;
	left: 12.1%;
}

.jsjc_left_nav_top {
	width: 100%;
	height: 107px;
	background: #1290d6;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.jsjc_left_nav_top h2 {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}

.jsjc_left_nav_top span {
	font-size: 12px;
	color: #FFFFFF;
}

.jsjc_left_nav_bottom {
	width: 162px;
	height: auto;
	margin-top: 10px;
}

.jsjc_left_nav_bottom li {
	width: 100%;
	border: 1px solid #d5d6d6;
	border-right: none;
	border-bottom: none;
	height: 55px;
	cursor: pointer;
}

.jsjc_left_nav_bottom li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.jsjc_left_nav_bottom li span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #595757;
	margin-right: 13px;
}

.jsjc_left_nav_bottom li h2 {
	font-size: 18px;
	color: #595757;
	display: block;
	width: 67%;
}

.jsjc_left_nav_bottom li.on {
	background: #036eb2;
}

.jsjc_left_nav_bottom li.on h2 {
	color: #FFFFFF;
}

.jsjc_left_nav_bottom li.on span {
	background: #FFFFFF;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1) {
	border-left: none;
	width: 163px;
	background: #f19149;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1) h2 {
	color: #FFFFFF;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1) span {
	color: #FFFFFF;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1).on {
	background: #f19149;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1).on h2 {
	color: #FFFFFF;
}

.jsjc_left_nav_bottom li:nth-last-of-type(1).on span {
	color: #FFFFFF;
	background: none;
}

.tl_server_box {
	width: 100%;
	height: auto;
	display: table;
}

/*联系我们*/
.lxwm_content {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.lxwm_content_title {
	width: 100%;
	height: auto;
}

.lxwm_content_title h2 {
	font-size: 26px;
	color: #0a46a4;
	text-align: center;
}

.lxwm_content_title p {
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-top: 15px;
}

.lxwm_content_title strong {
	font-weight: normal;
	font-size: 26px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
	display: block;
}

.lxwm_content_center {
	width: 586px;
	height: auto;
	margin: 0px auto;
	margin-top: 23px;
}

.lxwm_content_center a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 63px;
	border: solid 1px #d3d3d3;
	border-radius: 33px;
}

.lxwm_content_center a p {
	display: block;
	width: 398px;
	height: 100%;
	text-align: center;
	line-height: 63px;
	font-size: 18px;
	color: #333333;
}

.lxwm_content_center a h2 {
	display: block;
	width: 189px;
	height: 63px;
	border-radius: 0px 33px 33px 0px;
	background: #f86d22;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 63px;
}

.lxwm_content_center span {
	font-size: 14px;
	color: #999999;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 18px;
}

.lxwm_map {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

/*客户案例*/
.kehu_case_box {
	width: 900px;
	height: auto;
	float: right;
	padding-bottom: 50px;
}

.kehu_case_btn {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.kehu_case_btn li {
	width: 223px;
	height: 57px;
	background: #acacad;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.kehu_case_btn li h2 {
	font-size: 23px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.kehu_case_btn li p {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.kehu_case_btn li.on {
	background: url(/template/default/images/kehu_case_btn.png) no-repeat center center;
}

.kehu_case_btn li.on h2 {
	color: #ffe702;
}

.kehu_case_box_title {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.kehu_case_box_title h2 {
	font-size: 26px;
	color: #0658b6;
	text-align: center;
}

.kehu_case_ul {
	width: 100%;
	height: auto;
	margin-top: 22px;
}

.kehu_case_ul li {
	width: 100%;
	height: 352px;
	margin-top: 22px;
	box-shadow: 0px 1px 4px 0px rgba(66, 66, 66, 0.6);
}

.kehu_case_ul_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}

.kehu_case_ul_left {
	width: 350px;
	height: auto;
}

.kehu_case_ul_left_top {
	width: 100%;
	height: 103px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #eaf0f5;
}

.kehu_case_ul_left_top_title {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kehu_case_ul_left_top_title span {
	display: block;
	width: 60px;
	height: 1px;
	background: #727272;
	margin: 0px 30px;
}

.kehu_case_ul_left_top_title h2 {
	color: #e95514;
	font-size: 26px;
}

.kehu_case_ul_left_top_bq {
	width: 116px;
	height: 30px;
	margin-top: 8px;
	background: url(/template/default/images/kehu_case_title_bg.png) no-repeat center center;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.kehu_case_ul_left_bottom {
	width: 350px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.kehu_case_ul_left_bottom img {
	width: 100%;
	height: auto;
	display: block;
}

.kehu_case_ul_left_bottom_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.kehu_case_ul_left_bottom_div h2 {
	display: block;
	width: 158px;
	height: 48px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	color: #034eb3;
	text-align: center;
	line-height: 48px;
}

.kehu_case_ul li:hover .kehu_case_ul_left_bottom_div {
	top: 0px;
}

.kehu_case_ul_right {
	width: 549px;
	height: 100%;
	position: relative;
}

.kehu_case_ul_right_content {
	width: 506px;
	height: auto;
	margin: 0px auto;
	margin-top: 16px;
}

.kehu_case_ul_right_content h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 17px 0px;
}

.kehu_case_ul_right_content h2:nth-of-type(1) {
	margin-top: 0px;
}

.kehu_case_ul_right_content p {
	color: #666666;
}

.kehucase_content {
	width: 100%;
	height: auto;
}

.kehucase_content_list {
	width: 100%;
	height: auto;
	display: none;
}

.kehu_case_ul_right:after {
	content: "";
	width: 65px;
	height: 80px;
	background: url(/template/default/images/kehu_case_icon.png) no-repeat center center;
	position: absolute;
	right: -1px;
	top: -7px;
}

/*公正声明*/
.gzsm_content {
	width: 900px;
	height: auto;
	float: right;
	padding: 50px 0px;
	padding-bottom: 0px;
}

.gzsm_content h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.gzsm_content p {
	font-size: 18px;
	color: #666666;
	text-align: justify;
	line-height: 26px;
	margin-top: 20px;
	text-indent: 2em;
}

.eey_btn li {
	width: 186px;
}

/*检测*/
.jc_hy_list {
	width: 100%;
	height: auto;
	display: none;
}

.jc_hy_list_ul {
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: table;
}

.jc_hy_list_ul li {
	width: 281px;
	height: auto;
	background: #FFFFFF;
	float: left;
	margin-left: 22px;
	border: 1px solid #bfbfbf;
}

.jc_hy_list_ul li h2 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.jc_hy_list_ul li p {
	font-size: 14px;
	color: #828282;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 20px;
}

.jc_hy_list_ul li:nth-of-type(1) {
	width: 285px;
	border: none;
	margin-left: 0px;
}

.jc_hy_list_ul li:nth-of-type(1) h2 {
	display: none;
}

.jc_hy_list_ul li:nth-of-type(1) p {
	display: none;
}

.jc_hy_list_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.jc_hy_list_ul li:hover {
	box-shadow: 0px 2px 10px 0px rgba(81, 79, 79, 0.68);
}

.jc_hy_list_ul li:hover h2 {
	color: #137836;
}

.jc_hy_list_ul li:nth-of-type(5),
.jc_hy_list_ul li:nth-of-type(6),
.jc_hy_list_ul li:nth-of-type(7) {
	margin-top: 10px;
}

.jc_js_server {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: #eeeeee;
}

.jc_js_server_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.jc_js_server_ul li {
	width: 285px;
	height: auto;
	position: relative;
}

.jc_js_server_ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.jc_js_server_ul_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.jc_js_server_ul_div img {
	width: 66px !important;
	height: auto;
	margin: 0px auto;
	display: block;
	margin-top: 40px;
}

.jc_js_server_ul_dl {
	width: 159px;
	height: auto;
	margin: 0px auto;
	margin-top: 30px;
}

.jc_js_server_ul_dl h2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.jc_js_server_ul_dl h2 strong {
	display: block;
	width: 81px;
	height: 4px;
	background: #137836;
	margin: 0px auto;
	margin-top: 8px;
	opacity: 0;
}

.jc_js_server_ul_dl p {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
}

.jc_js_server_ul_dl p:hover {
	background: rgba(255, 255, 255, 0.3);
}

.jc_js_server_ul_div span {
	display: block;
	width: 128px;
	height: 38px;
	border: 1px solid #FFFFFF;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 38px;
	margin-top: 15px;
}

.jc_js_server_ul li:hover .jc_js_server_ul_dl h2 {
	color: #137836;
}

.jc_js_server_ul li:hover .jc_js_server_ul_dl h2 strong {
	opacity: 1;
}

.jc_js_server_ul li:hover .jc_js_server_ul_div span {
	background: #137836;
	border-color: #137836;
}

.jc_lxwm_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.jc_lxwm_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.jc_lxwm_ul li {
	width: 283px;
	height: 348px;
	border: 1px solid #bfbfbf;
}

.jc_lxwm_ul li h2 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 23px;
}

.jc_lxwm_ul li p {
	display: block;
	width: 250px;
	height: 35px;
	margin: 0px auto;
	text-align: center;
	margin-top: 8px;
	color: #666666;
}

.jc_lxwm_ul li img {
	width: 250px;
	height: auto;
	display: block;
	margin: 0px auto;
	margin-top: 16px;
}

.jc_lxwm_ul li span {
	display: block;
	width: 128px;
	height: 38px;
	color: #333333;
	text-align: center;
	line-height: 38px;
	margin: 0px auto;
	margin-top: 26px;
	border: 1px solid #7d7d7d;
}

.jc_lxwm_ul li:hover {
	box-shadow: 0px 2px 10px 0px rgba(81, 79, 79, 0.68);
}

.jc_lxwm_ul li:hover h2 {
	color: #137836;
}

.jc_lxwm_ul li:hover p {
	color: #137836;
}

.jc_lxwm_ul li:hover span {
	background: #137836;
	border-color: #137836;
	color: #FFFFFF;
}

.jc_bg_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: url(/template/default/images/jc_bg_bg.jpg) no-repeat center center;
	background-size: cover;
}

.jc_bg_content {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 50px;
}

.jc_bg_content img {
	width: 100%;
	height: auto;
	display: block;
}

.jc_bg_content_sw .swiper-slide {
	width: 330px;
	box-shadow: 0px 2px 10px 0px rgba(81, 79, 79, 0.68)
}

.jc_bg_content_sw_left,
.jc_bg_content_sw_right {
	width: 40px;
	height: 40px;
	outline: none;
}

.jc_bg_content_sw_left {
	background: url(/template/default/images/jc_bg_left.png) no-repeat center center;
	background-size: 40px;
}

.jc_bg_content_sw_right {
	background: url(/template/default/images/jc_bg_right.png) no-repeat center center;
	background-size: 40px;
}

.jc_bg_more {
	display: block;
	width: 177px;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
}

.jc_bg_more img {
	width: 100%;
	height: auto;
	display: block;
}

/*测试*/
.ceshi_yq_box {
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
}

.ceshi_yq_btn {
	width: 250px;
	height: auto;
}

.ceshi_yq_btn li {
	width: 248px;
	height: 58px;
	border: 1px solid #137836;
	border-bottom: none;
	text-align: center;
	font-size: 18px;
	line-height: 58px;
	color: #137836;
	cursor: pointer;
}

.ceshi_yq_btn li:nth-last-of-type(1) {
	border: 1px solid #137836;
}

.ceshi_yq_btn li.on {
	background: #137836;
	color: #FFFFFF;
}

.ceshi_yq_content {
	width: 848px;
	height: 351px;
	padding: 0px 50px;
	border: 2px solid #137836;
	border-left: none;
}

.ceshi_yq_content_list {
	width: 100%;
	height: auto;
	display: none;
}

.ceshi_yq_content_list_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ceshi_yq_content_list_ul li {
	width: 272px;
	height: auto;
	margin-top: 30px;
}

.ceshi_yq_content_list_ul li img {
	width: 170px;
	height: auto;
	display: block;
	margin: 0px auto;
}

.ceshi_yq_content_list_ul li h2 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.ceshi_yq_content_list_ul li:hover h2 {
	color: #137836;
}

.ceshi_xm_box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}

.ceshi_xm_box li {
	width: 285px;
	height: auto;
	position: relative;
	margin-top: 20px;
}

.ceshi_xm_box li img {
	width: 100%;
	height: auto;
	display: block;
}

.ceshi_xm_div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.6s;
}

.ceshi_xm_div h2 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 58px;
}

.ceshi_xm_div span {
	display: block;
	width: 128px;
	height: 38px;
	border: 1px solid #FFFFFF;
	background: rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	margin: 0px auto;
	margin-top: 39px;
	border-radius: 20px;
	transition: all 0.6s;
}

.ceshi_xm_box li:hover .ceshi_xm_div {
	background: rgba(0, 0, 0, 0.2);
}

.ceshi_xm_box li:hover .ceshi_xm_div h2 {
	color: #137836;
}

.ceshi_xm_box li:hover .ceshi_xm_div span {
	background: #137836;
	border-color: #137836;
}

.ceshi_xq_box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 38px;
}

.ceshi_xq_box li {
	width: 190px;
	height: auto;
	position: relative;
	margin-top: 12px;
}

.ceshi_xq_box li img {
	width: 100%;
	height: auto;
	display: block;
}

.ceshi_xq_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.6s;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: all 0.6s;
}

.ceshi_xq_div h2 {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 22px;
	text-align: center;
}

.ceshi_xq_box li:hover .ceshi_xq_div {
	background: rgba(255, 255, 255, 0.8);
	align-items: center;
}

.ceshi_xq_box li:hover .ceshi_xq_div h2 {
	color: #137836;
	margin-bottom: 0px;
}

.ceshi_xq_more {
	width: 177px;
	height: auto;
	display: block;
	margin: 0px auto;
	margin-top: 50px;
}

/*生物降解*/
.swjj_box {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.swjj_content {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.swjj_content_left {
	width: 400px;
	height: auto;
}

.swjj_content_left img {
	width: 100%;
	height: auto;
	display: block;
}

.swjj_content_right {
	width: 744px;
	height: auto;
}

.swjj_content_right p {
	color: #444444;
	text-align: justify;
	line-height: 28px;
	margin-top: 20px;
}

.swjj_content_right p:nth-of-type(1) {
	margin-top: 0px;
}

.swjj_content_right a {
	display: block;
	width: 121px;
	height: 38px;
	background: #137836;
	box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
	color: #fefefe;
	text-align: center;
	line-height: 38px;
	margin-top: 20px;
}

.xj_swjj_more {
	display: block;
	width: 214px;
	height: auto;
	margin: 0px auto;
	margin-top: 34px;
	background: none;
}

.xj_swjj_more img {
	width: 100%;
	height: auto;
	display: block;
}

.wswjj_table_box {
	width: 100%;
	height: auto;
	background: url(/template/default/images/swjj_bg.jpg) no-repeat center center;
	background-size: cover;
}

.swjj_table1 {
	width: 100%;
	height: auto;
	margin-top: 39px;
	box-shadow: 3px 3px 10px 0px #d2d2d2;
}

.swjj_table1 th {
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	border: 1px solid #D4D4D4;
}

.swjj_table1 th:nth-of-type(1) {
	width: 284px;
	border-top: 6px solid #7cb0ff;
}

.swjj_table1 th:nth-of-type(2) {
	width: 152px;
	border-top: 6px solid #48d5b2;
}

.swjj_table1 th:nth-of-type(3) {
	border-top: 6px solid #7cb0ff;
}

.swjj_table1 td {
	padding: 13px;
	font-size: 18px;
	color: #555555;
	text-align: center;
	border: 1px solid #D4D4D4;
}

.wswjj_table_box p {
	font-size: 20px;
	color: #555555;
	text-align: center;
	margin-top: 30px;
}

.wswjj_table_box p img {
	width: 39px;
	height: auto;
	vertical-align: middle;
}

.swjj_table1_more {
	width: 243px;
	height: auto;
	display: block;
	margin: 0px auto;
	margin-top: 40px;
}

.swjj_table1_more img {
	width: 100%;
	height: auto;
	display: block;
}

.xj_swjj_jc_title {
	font-size: 36px;
	color: #444444;
	text-align: center;
	font-weight: bold;
}

.xj_swjj_jc_titles {
	font-size: 36px;
	color: #444444;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
}

.swjj_table2 {
	width: 100%;
	height: auto;
	margin-top: 39px;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 0px #d2d2d2;
}

.swjj_table2 th {
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	border: 1px solid #D4D4D4;
}

.swjj_table2 th:nth-of-type(1) {
	width: 258px;
	border-top: 6px solid #7cb0ff;
}

.swjj_table2 th:nth-of-type(2) {
	width: 184px;
	border-top: 6px solid #48d5b2;
}

.swjj_table2 th:nth-of-type(3) {
	border-top: 6px solid #7cb0ff;
}

.swjj_table2 td {
	padding: 13px;
	font-size: 18px;
	color: #555555;
	border: 1px solid #D4D4D4;
}

.swjj_table3 {
	width: 100%;
	height: auto;
	margin-top: 39px;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 0px #d2d2d2;
}

.swjj_table3 th {
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444444;
	border: 1px solid #D4D4D4;
}

.swjj_table3 th:nth-of-type(1) {
	width: 258px;
	border-top: 6px solid #7cb0ff;
}

.swjj_table3 th:nth-of-type(2) {
	width: 164px;
	border-top: 6px solid #48d5b2;
}

.swjj_table3 th:nth-of-type(3) {
	width: 374px;
	border-top: 6px solid #7cb0ff;
}

.swjj_table3 th:nth-of-type(4) {
	border-top: 6px solid #48d5b2;
}

.swjj_table3 td {
	padding: 13px;
	font-size: 18px;
	color: #555555;
	border: 1px solid #D4D4D4;
	text-align: center;
}

/*content end*/


/*新闻动态*/
.fx_new_box{
	padding-top:80px;
	background: url(/template/default/images/fx_about_bg.jpg) no-repeat center center;
}
#index07 {
    padding: 100px 0 100px;
    /*background: #f8f8f8;*/
    padding-top: 0px !important;
}
.index07 {
    width: 1200px;
    margin: 0 auto;
}
.indext {
    font-size: 26px;
    color: #343434;
    text-align: center;
}
.indext span {
    position: relative;
    display: inline-block;
}
.indext span:before {
    width: 4px;
    height: 70%;
    top: 25%;
    left: -20px;
    background:#137836;
    position: absolute;
    content: " ";
}
.index07 .index07tab {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 70px;
    font-size: 0px;
}
.index07 .index07tab a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 40px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    position: relative;
}
.index07 .index07tab a.on {
    color:#fff;
    font-weight: bold;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.index07 .index07tab a.on:after {
    position: absolute;
    width: 25px;
    height: 2px;
    background:#fef200;
    left: 50%;
    margin-left: -13px;
    bottom: -10px;
    content: " ";
}
.index07content.on {
    display: block;
}

.index07content {
    display: none;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.index07 .index07l {
    width: 31.5%;
    float: left;
    box-shadow: 0px 2px 8px 0px rgb(60 60 60 / 73%);
}
.index07 .index07r {
    width: 65%;
    height: 100%;
    float: right;
}
.more{
    color: white !important;
    border: solid 1px #fff;
    border-radius: 5px;
    height: 30px;
    width: 100px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
}
.clearboth {
    clear: both;
}
.index07 .index07l a {
    display: block;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}
.index07 .index07l a > img {
    width: 100%;
    display: block;
    height: 285px;
    object-fit: cover;
}
.index07 .index07l a .text {
    box-sizing: border-box;
    padding: 0 16px;
}
.index07 .index07l a .d {
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 16px 32px;
    background:#137836;
    text-align: right;
}
.index07 .index07l a .t {
    font-size: 20px;
    line-height: 22px;
    height: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index07 .index07l a .b {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-bottom: 26px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
}
.index07 .index07l a .d p {
    float: left;
}
.index07 .index07r a {
    display: block;
    width: 100%;
    height: calc(33.33% - 18px);
    padding: 20px;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 38px;
    background: #2c9e60;
    border: solid 2px #fff;
}
.index07 .index07r a:hover, .index07 .index07r a.on {
    background:#137836;
    box-shadow: 0px 12px 14.24px 1.76px rgb(26 86 181 / 18%);
}
.index07 .index07r a .line {
    width: 26px;
    height: 2px;
    background:#137836;
    float: left;
    margin-top: 10px;
}

.transition04 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.index07 .index07r a .text {
    width:calc(100% - 175px);
    float: left;
    margin-left: 8px;
}
.index07 .index07r a .text .t {
    font-size: 18px;
    color: #fef200;
    margin-bottom: 16px;
}
.index07 .index07r a .text .b {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    height: 52px;
    overflow: hidden;
    font-weight: normal;
}
.index07 .index07r a:hover .d .t, .index07 .index07r a.on .d .t {
    color: #fff;
}
.index07 .index07r a:hover .text .t, .index07 .index07r a.on .text .t{
	color: #fff;
}
.index07 .index07r a:hover .text .b, .index07 .index07r a.on .text .b {
    color: #fff;
}
.index07 .index07r a:hover .line, .index07 .index07r a.on .line {
    background: #fff;
}
.index07 .index07r a:hover .d .b, .index07 .index07r a.on .d .b {
    color: #fff;
}
.index07 .index07r a:hover .d{
	border-left: 1px solid #fff;
}
.index07 .index07r a .d{
	float: right;
    text-align: center;
    border-left: 1px solid #a2a2a2;
    padding-left: 30px;
    margin-top: 10px;
}
.index07 .index07r a .d .t {
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}
.index07 .index07r a .d .b {
    font-size: 14px;
    color: #fff;
}
.index07end .index07endlist {
    padding: 14px 0;
    float: left;
    box-sizing: border-box;
    width: calc(20% - 24px);
    margin-right: 30px;
    height: auto;
    text-align: center;
}
.index07end .index07endlist .t {
    font-size: 18px;
    color: #343434;
    margin: 22px 0 16px;
}
.index07end .index07endlist .b {
    width: 0;
    height: 2px;
    background:#137836;
    margin: 0 auto;
    opacity: 0;
    box-shadow: 0px 3px 6.23px 0.77px rgb(26 86 181 / 59%);
}
.index07end .index07endlist:nth-last-child(2) {
    margin-right: 0px;
}
.index07end .index07endlist:hover {
    box-shadow: -1px 1px 5px 3.52px rgb(116 189 255 / 28%);
    transform: translateY(-15px);
    background: #fff;
}
/*新闻动态 end*/


/* 视频中心 */
.video_box{
	padding-top: 25px;
    padding-bottom: 50px;
}
.fx_video_box{
	padding: 80px 0;
    background: url(/template/default/images/index_bz_bg.jpg) no-repeat center center;
    background-size: cover;
}
.fx_video_box .fx_hy_title h2{
	color: #fff;
}
.video_list{
	width:100%;
	display: table;
	height: auto;
	padding-top: 30px;
}
.video_list dl{
    float: left;
    width: 284px;
    margin-right: 21px;
    margin-top: 30px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    background: #fff;
}
.video_list dl:hover{
	-webkit-box-shadow:0px 2px 5px #13783687;
    -moz-box-shadow:0px 2px 5px #13783687;
    box-shadow:0px 2px 5px #13783687;
}
.video_list dl:nth-child(4n) {
    margin-right: 0;
}
.video_list dl dt{
	position: relative;
	height:162px;
	overflow:hidden;
}
.video_list dl dt img{
	height: 162px;
}
.video_list dl dt time{
	position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #106d3ee6;
    font-size: 12px;
    color: #fff;
}
.video_list dl:hover dt .bg{
	top: 0;
}
.video_list dl dt .bg{
	width: 100%;
    position: absolute;
    top: 214px;
    right: 0;
    left: 0;
    z-index: 2;
    height: 162px;
    line-height: 214px;
    text-align: center;
    background-color: rgb(89 176 255 / 39%);
    transition: all .3s linear;
}
.video_list dl dt time span{
	float: left;
    display: inline-block;
}
.video_list dl dt img{
	width:100%;
}
.video_list dl dd p {
    font-size: 18px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.video_list dl dt .bg span{
	width: 100%;
    color: #fff;
    text-align: center;
    line-height: 170px;
    font-size: 55px;
}
/* 视频中心 end */

/* 案例中心样式 */
.crumbsbox{
	background: #f6f9f9;
}
.mt138{
	margin-top:138px !important;
}
.crumbs{
	width: 1200px;
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    color: #848790;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 15px 0;
}
.crumbs b{
	font-weight: normal;
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    text-indent: 1.2rem;
    display: inline-block;
}
.crumbs b span {
    font-size: 25px;
    position: absolute;
    left: -28%;
    top: 1%;
}
.crumbs a{
	font-size: 14px;
    color: #848790;
}
.casebox_left{
	width:250px;
	float: left;
	display: block;
	height: auto;
}
.casebox_left ul li dl{
	box-shadow: 1px 3px 5px #d6d4d4;
    background: #f7fafa;
}
.casebox_left ul li dl dt {
    height: 50px;
    line-height: 50px;
    text-indent: 2rem;
    position: relative;
    border-top: 1px solid #fff;
}
.casebox_left ul li dl dt:nth-child(1){
	border-bottom: 1px solid #ddd;
}
.casebox_left ul li dl dt:nth-child(1) a {
    font-size: 22px;
    line-height: 50px;
    color: #137836;
}
.casebox_left ul li dl dt:nth-child(1) a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    margin: 20px 0 20px 10px;
    transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    -o-transform: rotate(45deg);
    background: #137836;
    box-shadow: 1px 1px 2px 0px rgb(66 66 66 / 60%);
}
.casebox_left ul li dl dt.cur a{
	color: #137836;
}
.casebox_left ul li dl dt.on a{
	color: #fff;
	background: #137836;
	height: 50px;
}
.casebox_left ul li dl dt a {
    font-size: 18px;
    display: block;
    height: 55px;
    line-height: 55px;
    position: relative;
}
.casebox_left ul li dl dt a:hover{
	color: #fff;
	background: #137836;
	height: 50px;
}
.casebox_left .hot_news {
    position: relative;
    width: 93%;
    background: #ffffff;
    margin-bottom: 20px;
    display: table;
    height: auto;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
    padding: 10px;
}
.casebox_left .hot_news>span {
    width: 100%;
    float: left;
    color: #222;
    font-size: 18px;
    text-indent: 1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dededf;
}
.casebox_left .move-span a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
    border-radius: 2px;
}
.casebox_left .move-span a img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.casebox_left .move-span em {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
    width: 88.5%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    letter-spacing: 2px;
}
.casebox_left .hot_news_list {
    width: 100%;
    display: table;
    height: auto;
    margin-top: 20px;
}
.casebox_left .hot_news_list dl {
    margin-bottom: 22px;
    width: 100%;
    display: table;
    height: auto;
}
.casebox_left .hot_news_list dl dt {
    width: 100px;
    height: 66px;
    overflow: hidden;
    float: left;
}
.hot_news_list dl dt img {
    width: 100%;
    height: 65px;
    object-fit: cover;
}
.casebox_left .hot_news_list dl dd {
    width: 120px;
    float: right;
}
/*.casebox_left ul li dl dt p:before {
	position: absolute;
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 18px 20px 0px 12px;
    border-radius: 3px;
    background: #fff;
}*/
.casebox_left ul{
	margin-bottom: 20px;
}
.casebox_left ul li dl dd {
    font-size: 15px;
    margin-top: 3px;
    overflow: hidden;
    position: relative
}
.casebox_left ul li dl dd a {
    display: block;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    line-height: 40px;
    height: 181px;
}
.casebox_left ul li dl dd a img{
	width: 100%;
    height: 181px;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.casebox_left ul li dl dd a span {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    background: url(https://www.teracontrols.cn/template/dede_ht/cij/cij_about/mask-h1-1.png);
}
.casebox_right{
	width: 930px;
    display: table;
    height: auto;
    float: right;
    padding-bottom:50px;
}
.casebox_right_list {
    width: 100%;
    display: table;
    height: auto;
}
.casebox_right_list dl:nth-child(3n) {
    margin-right: 0;
}
.casebox_right_list dl {
    margin-bottom: 19px;
    background: #fff;
    width: 32%;
    margin-right: 18px;
    float: left;
    overflow: hidden;
    margin-top: 2px;
    box-shadow: 0px 2px 5px #d6d4d4;
}
.casebox_right_list dl:hover{
	-webkit-box-shadow:0px 2px 5px #13783687;
    -moz-box-shadow:0px 2px 5px #13783687;
    box-shadow:0px 2px 5px #13783687;
}
.casebox_right_list dl a dt {
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
}
.casebox_right_list dl a:hover dt img{
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.casebox_right_list dt img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.casebox_right_list dd {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 156px;
}
.casebox_right_list p {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    height: 40px;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
}
.casebox_right_list dl dd span {
    padding: 0 10px;
    max-height: 130px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 20px;
    overflow: hidden;
    height: 46px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.casebox_right_list dl dd strong {
    display: block;
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 12%;
    font-size: 16px;
    color: #797979;
    padding-bottom: 8px;
    border-bottom: 1px solid #797979;
}
/* 案例中心样式 end*/

.aboutstem {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 7px 10px #ddd;
    position: relative;
    display: table;
    margin-top: -85px;
    padding-bottom: 40px;
}
.commNtop {
    width: 950px;
    margin: 0 auto;
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: url(http://yizhen.tuiniuren.net/template/pc/skin/img/xians.png) repeat-x;
}
.commNtop span {
    display: inline-block;
    background: #fff;
    padding: 0px 30px;
    height: 32px;
    line-height: 32px;
    border-left: 1px solid #106d3e;
    border-right: 1px solid #106d3e;
    font-size: 26px;
    color: #106d3e;
    margin-top: 26px;
    letter-spacing: 5px;
}
.commNtop span p {
    display: inline;
    letter-spacing: 5px;
    font-size: 30px;
}
.stemCon strong {
    font-size: 18px;
    margin: 15px 0;
    display: block;
}
.stemCon>img {
    display: block;
    margin: 0 auto;
}
.stemCon p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 15px;
}
.stemCon .p1 {
    text-shadow: 0px 1px 1px #c6c6c6;
    line-height: 40px;
    font-size: 16px;
    color: #969696;
    display: inline-block;
}
.stemCon {
    font-size: 14px;
    color: #333;
    padding: 0 66px;
    line-height: 30px;
}
.qualificationsbox{
	padding-bottom: 80px;
}
.newbox{
	width:100%;
    display: table;
    height: auto;
}
.newboxleft{
	width: 860px;
    float: left;
    margin-bottom: 80px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
    padding: 0 10px;
    background: #fff;
}
.new_list{
	width: 100%;
}
.new_list dl{
	position: relative;
    z-index: 1;
    display: block;
    width: 95%;
    height: 140px;
    padding: 25px 22px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px #eee dashed;
    cursor: pointer;
}

.new_list dl a{
	display: inline-block;
    width: 100%;
}
.new_list dl a dt{
	width: 220px;
	height: 140px;
    float: left;
    z-index: 5;
    position: relative;
    overflow: hidden;
}
.new_list dl a dt img{
	width: 220px;
    height: 140px;
    border-radius: 3px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.new_list dl:hover a dt img{
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.new_list dl a dd{
	width: 635px;
    height: 140px;
    float: right;
    position: relative;
    z-index: 6;
}
.new_list dl:hover a dd p{
	text-indent: 1rem;
}
.new_list dl a dd p{
	position: relative;
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    width: 530px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #137836;
    font-weight: bold;
}
.new_list dl:hover a dd p{
	color: #137836;
}
.new_list dl a dd>span{
	height: 52px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 26px;
    color: #888;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new_list dl a dd strong{
	position: absolute;
    z-index: 7;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #828a92;
	font-weight: normal;
}
.new_classification{
	height: 50px;
    line-height: 40px;
    position: relative;
    padding-top: 10px;
    z-index: 1;
    border-bottom: 1px solid #e9e9e9;
}
.new_classification dl dd{
	float: left;
    height: 50px;
    line-height: 40px;
    padding: 0 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
    transition: 0.2s all linear;
}
.new_classification dl dd.cur a{
	color: #5fb3ff;
}
.new_classification dl dd:hover:after,.new_classification dl dd.cur:after {
    width: 60%;
    height: 2px;
}
.new_classification dl dd:after {
    content: "";
    width: 0;
    background-color: #5fb3ff;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    transition: all .5s;
}
.newbox dl a dd strong i{
    font-style: normal;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    text-indent: 1rem;
}
.newbox dl a dd strong em{
	display: block;
    float: left;
    width: 1px;
    background: #ccc;
    height: 12px;
    margin: 9px 10px;
}
.newbox dl a dd strong i>span{
	font-size: 22px;
    padding-right: 5px;
    position: absolute;
    left: -21px;
    top: 0;
}
.newboxright{
	float: right;
    width: 300px;
}
.hot_news{
	position: relative;
    width: 260px;
    padding: 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: table;
    height: auto;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
}
.hot_news>span{
	width: 100%;
    float: left;
    color: #222;
    font-size: 18px;
    text-indent: 1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dededf;
}
.hot_news>span:before {
    content: "";
    position: absolute;
    height: 60%;
    left: 0;
    top: 10%;
    width: 4px;
    border-radius: 5px;
    background: #60b3ff;
}
.move-span{
	background-color: transparent !important;
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}

.move-kp{
	background-color: transparent !important;
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}



	.tj li a{

				display: block;

				    line-height: 40px;

				    text-align: center;

				    font-size: 14px;

				    background-color: #f6f6f6;

				    overflow: hidden;

				    text-overflow: ellipsis;

				    white-space: nowrap;

				    padding: 0 5px;

			}

			.tj li{

				   width: 30%;

				       float: left;

				       padding: 4px;

			}
.move-span a{
	display: inline-block;
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 170px;
    margin-bottom: 15px;
    border-radius: 2px;
}
.move-span a img {
	object-fit: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.move-span a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.move-span a span{
	position: absolute;
    top: 30%;
    left: 38%;
    color: #fff;
    font-size: 60px;
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.move-span a:hover span{
	opacity: 1;
}
.move-span em {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
    width: 88.5%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    letter-spacing: 2px;
}
.hot_news_list{
	width: 100%;
    display: table;
    height: auto;
    margin-top: 20px;
}
.hot_news_list dl{
	margin-bottom: 22px;
    width: 100%;
    display: table;
    height: auto;
}
.hot_news_list dl dt{
	width: 110px;
    height: 66px;
    overflow: hidden;
    float: left;
}
.hot_news_list dl dt img{
	width:100%;
	height: 65px;
	object-fit: cover;
}
.hot_news_list dl dd{
	width:140px;
	float: right;
}
.hot_news_list dl dd p{
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}
.hot_news_list dl dd strong{
	font-size: 12px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-indent: 1rem;
}
.hot_news_list dl dd strong span{
	font-size: 23px;
    padding-right: 5px;
    position: absolute;
    left: -21px;
    top: -3px;
}


/*新闻详情页面样式*/
.article_content {
    padding: 30px 0;
    width: 930px;
    margin-bottom: 28px;
    background: #fff;
}
.article_content h1 {
    font-size: 24px;
}
.actdetailconfig {
    width: 100%;
    display: table;
    height: auto;
    padding: 15px 0;
    color: #969696;
    border-bottom: #e6e6e6 1px solid;
}
.actdetailconfig ul li {
    float: left;
    margin-right: 15px;
    font-size: 12px;
    position: relative;
    text-indent: 1rem;
}
.actdetailconfig ul li span {
    font-size: 24px;
    display: inline-block;
    margin-top: 8px;
    position: absolute;
    top: -12px;
    left: -23px;
}
.article_content .actinfo {
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2rem;
    display: block;
}
.article_content .actinfo p {
    MARGIN: 20px auto 0px;
}
.article_content .actinfo img {
    max-width: 790px;
    display: block;
    margin: 20px auto;
}
.article_content .actdetailmodel {
    padding-top: 30px;
}
.up_down {
    height: 50px;
    line-height: 50px;
}
.up_down ul li:first-child {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 56px;
    display: inline-flex;
    margin-bottom: 20px;
    padding-left: 10px;
    background: #efefef;
}
.up_down ul li:last-child {
    width: 100%;
    float: left;
    text-align: right;
    height: 50px;
    line-height: 56px;
    display: inline-flex;
    background: #009a52;
    padding-left: 10px;
    color: #fff;
}
.up_down ul li:last-child a {
    color: #fff;
}
.article_content .actdetailmodel a {
    display: inline-block;
    font-size: 14px;
    width: 80%;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    padding-left: 15px;
    height: 40px;
    margin-top: 7px;
    color: #2d2d2d;
}
.textinfos {
    padding-top: 50px;
    border-top: #e6e6e6 1px solid;
    margin-top: 40px;
}
.textinfos div {
    color: #a9abaa;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
/*新闻详情页面样式 end*/

/* 招商加盟 */
.backfb{
	background:#e1f0fd;
}
.jionboxone,.jionboxtwo{
	width: 1200px;
    padding: 50px;
    display: table;
    height: 379px;
    margin: 0 auto;
}
.jionlouceng .jionleft,.jionlouceng .jionright{
	display: none;
}
.jionleft {
    width: 48%;
    border-right: 1px solid #137836;
    border-bottom: 1px solid #137836;
    height: 378px;
}
.jionleft img {
    width: 97%;
    margin-top: -15px;
    height: 374px;
    object-fit: cover;
}
.jionright {
    width: 48%;
}
.jionright p {
    font-size: 26px;
    padding: 40px 0;
}
.jionright span {
    line-height: 30px;
    text-align: justify;
    text-indent: 2rem;
    display: inline-block;
    font-size: 16px;
}
.jionboxtwo .jionleft{
	border-left: 1px solid #137836;
    border-bottom: 1px solid #137836;
    border-right: none;
}
.jionboxtwo .jionleft img{
	margin-left:15px;
}
/* 招商加盟 end */

/* 分页样式 */
.page{
	display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}
.page a, .page .page-status, .page .page-num {
    margin: 0 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #dadada;
    border-radius: 2px;
}
.page-numbar a:hover,.page-numbar a.page-num-current,.page a:hover {
    background: #137836;
    border-color: #137836;
    color: #fff;
    text-decoration: none;
}
/* 分页样式 end */

/* 企业文化 */
.corporate_culture{
	background: url(/template/default/images/fx_about_bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 80px 0;
    padding-bottom: 40px;
    height: 940px;
}
.corporate_culture .fx_hy_title{
	display: none;
}
.alluspage {
    margin-bottom: 140px;
    margin-top:80px;
}
.qywhshowcon {
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.qywhshowcon img {
    display: none;
}
.qywhshowcon .qywhshowconin {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    left: 0px;
}
.qywhshowcon .qywhshowconin .thislist {
    border-radius: 6px;
    width: 26%;
    padding: 20px 20px;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin-bottom: 40px;
    box-shadow: 0px 0px 4px 0px rgb(93 92 92 / 30%);
}
.qywhshowcon .qywhshowconin .thislist:nth-child(3){
	margin-left:30px !important;
}
.qywhshowcon .qywhshowconin .thislist:nth-child(4){
	margin-right: 30px !important;
    margin-left: 0px !important;
}
.qywhshowcon .qywhshowconin .thislist:last-child{
	display: none;
    margin-left: 35% !important;
    margin-top: -30px !important;
    width: 30%;
}
.qywhshowcon .qywhshowconin .thislist:hover {
    background: #137836;
    box-shadow: 1.604px 22.944px 21px 0px rgb(26 86 181 / 17%);
}
.qywhshowcon .qywhshowconin .thislist:hover .t,.qywhshowcon .qywhshowconin .thislist:hover .b{
	color: #fff;
}
.qywhshowcon .qywhshowconin .thislist .t {
    font-size: 20px;
    color: #137836;
    margin-bottom: 12px;
    font-weight: bold;
}
.qywhshowcon .qywhshowconin .thislist .b {
    font-size: 14px;
    color: #020202;
    line-height: 24px;
    text-indent: 2rem;
    letter-spacing: 1px;
}
.qywhshowcon .qywhshowconin .thislist:nth-child(2n) {
    float: right;
    margin-right: 90px;
    margin-left: 0px;
}
.qywhshowcon .qywhshowconin .thislist:nth-child(2n+1) {
    clear: both;
    margin-left: 90px;
}
/* 企业文化 end */