@charset "utf-8";
.logo {
	margin-left: 0px !important;
}
.navbar-collapse {
	width: 80%;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding: 0 20px 0 60px;
}
.logo {
	display: block;
	text-align: center;
}
.logo img {
	width: 70%;
}
#collapsibleNavbar a {
	color: #333;
	/*  transition: color .2s linear, background .2s linear;*/
	font-size: 16px;
}
.navbar-brand {
	padding: 0px;
	height: auto;
}
.head .navbar {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav > li:hover a {
	background: none;
	color: #6592e6;
}
.navbar-nav > li > ul > li > a {
	transition: all 0.25s ease-in-out;
	line-height: 38px;
}
.navbar-nav > li > ul > li > a:hover {
	background: #bf2a2e !important;
	color: #fff !important;
}
.navbar-nav {
	display: contents;
}
.navbar-default>.container {
	width: 96%;
	border-radius: 100px;
}
.navbar-default>.container {
	padding: 0px;
}
.scroll .navbar-default>.container {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}
.navbar-nav li {
	position: relative;
}
.navbar-nav>li:after {
	width: 0%;
	opacity: 0;
	height: 4px;
	background: #bf2a2e;
	display: inline-block;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	border-radius: 20px;
	transition: .5s all ease;
	transform-origin: right top;
}
.navbar-nav li:hover a, .navbar-nav li.active a {
	color: #bf2a2e !important;
}
.navbar-nav>li:hover:after, .navbar-nav>li.active:after {
	width: 100%;
	opacity: 1;
}
.navbar-nav li.dropdown:hover .caret, .navbar-nav li.open a, .navbar-nav li.open .caret {
	color: #bf2a2e !important;
}
.navbar-nav li .dropdown-menu a {
	color: #333 !important;
}
.navbar-nav li.open .dropdown-menu li.cur a {
	color: #bf2a2e !important;
}
.navbar-nav li.open .dropdown-menu li.cur a:hover {
	color: #fff !important;
}
.navbar-nav li:last-of-type:after {
	display: none;
}
/*.magic-line {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100px;
	height: 3px;
	background: #f9a91e
}
*/



/*****************************************/

/*.logo .visible-xs {
	max-height: 50px;
}*/
.banner_n {
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_n p {
	text-align: left;
	color: #FFF;
	font-size: 24px;
}
/*****************右侧客服*****************/
.fudong_R {
	position: fixed;
	right: 10px;
	z-index: 999;
	top: 50%;
	margin-top: -120px;
}
.fudong_R_li {
	position: relative;
	width: 80px;
	height: 82px;
	background: #FFF;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.fudong_R_li p {
	color: #63576B;
	text-align: center;
	font-size: 14px;
}
.fudong_R_n .fudong_R_li:last-child {
	border-bottom: none;
}
.fudong_R_li > img {
/*	width: 38px;
	height: 38px;*/
}
.fudong_R_li .tan {
	position: absolute;
	top: 0;
	right: 80px;
	background: #FFF;
	display: none;
}
.fudong_R_li.shang {
	display: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tel .tan, .weizhi .tan, .qq .tan, .xie .tan {
	height: 82px;
	line-height: 82px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	background: #f9a91e;
	font-size: 16px;
	white-space: nowrap;
}
.tan img {
	height: 150px;
}
.fudong_R i {
	font-size: 25px;
	color: #333;
}
/*.tel .tan b {
  background: url(../images/R_tel.png) left center no-repeat;
  padding-left: 30px;
}*/
.fudong_R_n {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
}
/*.fudong_R_n .fudong_R_li:first-child {
  border-radius: 5px 5px 0px 0px
}
.fudong_R_n .fudong_R_li:last-child {
  border-radius: 0px 0px 5px 5px
}*/
.fudong_R_li_T {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/*footer*/



.footer {
	padding: 0px !important;
	position: relative;
	padding-top: 100px !important;
	margin-top: 100px;
}
.foot_db img {
	pointer-events: inherit;
	width: 100%;
	height: 450px;
}
.footer_n {
	overflow: hidden;
	text-align: center;
	background: url(../images/foot_db_n.jpg) no-repeat center center;
	background-size: cover;
	padding: 90px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
}
.bottom .content-wrap {
	color: #fff;
	text-align: center;
	white-space: pre-wrap;
}
.bottom .content-wrap a span {
	 font-size: 16px !important;
	color: #bd1b21 !important;
}
.bottom .content-wrap a {
	color: #fff !important;
}
.footer_n div {
	display: block;
	color: #fff;
	text-align: left;
}
/*.footer_n_L div:last-of-type{ margin-bottom: 0px;}*/
.footer_n_L div:nth-of-type(1) {
	background: url(../images/f_1.png) bottom left no-repeat;
	padding-left: 90px;
	margin-bottom: 45px;
}
.foot_tit h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	margin-top: 0px;
}
.foot_tit p {
	text-transform: uppercase;
	font-weight: 600;
}
.footer_n_L div:nth-of-type(2) {
	background: url(../images/f_2.png) bottom left no-repeat;
	padding-left: 90px;
	margin-bottom: 45px;
}
.foot_tel a {
	font-family: "Impact", sans-serif;
	font-size: 28px;
	color: #FFF !important;
}
.foot_tel p {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px !important;
}
.footer_n_L div:nth-of-type(3) {
	background: url(../images/f_3.png) bottom left no-repeat;
	padding-left: 90px;
}
.foot_e_mail a {
	font-family: "Impact", sans-serif;
	font-size: 28px;
	color: #FFF !important;
}
.foot_e_mail p {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px !important;
}
.footer_n_R_li {
	width: 32%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.footer_n_R_li:nth-of-type(2) {
	margin-left: 2%;
	margin-right: 2%;
}
.footer_n_R {
	padding-left: 0px;
	padding-right: 0px;
}
.footer_n_R_li_title {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
	display: inline-block !important;
}
.footer_n_R_li_ul a {
	display: block;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.footer_n_R_li_ewm {
	text-align: center;
}
.footer_n_R_li_ewm img {
	width: 180px;
	max-width: 100%;
}
.foot_min， .foot_min_h {
	display: none;
}
.foot_min {
	z-index: 333;
	display: none;
	/*display: flex;*/
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 2%;
	padding-right: 2%;
	background: #AF272C;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.foot_min a {
	width: 50%;
	font-size: 16px;
	padding-bottom: 14px;
	padding-top: 14px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot_min a:first-of-type {
	border-right: 1px solid #fff;
}
.foot_min a img {
	width: 12%;
	max-width: 60px;
	margin-right: 12px;
}
.foot_min a.cur {
	color: #ff9933;
}
.foot_min i {
	font-size: 24px;
}
.foot_min a:first-child i {
	font-size: 18px;
	margin-top: 5px;
}
.foot_min_tel {
	width: 96%;
	margin-top: 30px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.foot_min_tel a {
	width: 100%;
	border-radius: 15px;
	background: #AF272C;
	padding: 10px 20px;
	font-family: "Impact", sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot_min_tel a img {
	width: 7%;
	max-width: 54px;
	margin-right: 15px;
}
/**************************************/

.H_about_title {
	margin-bottom: 50px;
}
.H_about_title h1 {
	font-size: 50px;
	font-weight: 600
}
.H_about_title h1:nth-of-type(2), .H_about_title h1:nth-of-type(3) {
	color: #bf2a2e;
}
.H_about_c {
	padding-top: 30px;
}
.H_about_c_li {
	margin-top: 30px;
}
.H_about_c_li h1, .H_about_c_li .counter {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 2px;
}
.H_about_w {
	color: #666666;
}
.H_about_c_li p {
	color: #033333;
}
.H_about_R {
	text-align: right;
	padding-right: 8%;
}
.H_about_R_img {
	box-shadow: -4px 4px 8px rgba(0,0,0,.25);
	border-radius: 20px;
	float: right;
	padding-bottom: 25px;
}
.H_about_R_img img {
	border-radius: 20px;
	margin-top: -25px;
	margin-left: 25px;
	max-width: 100%;
}
.H_about {
	position: relative;
	background: url(../images/h_about_b.jpg)center bottom no-repeat;
	width: 100%;
	padding-bottom: 250px;
	margin-top: -200px;
	z-index: 66;
}
.H_cp_fw {
	background: url(../images/h_cp_b.jpg) center top no-repeat;
	width: 100%;
	padding-bottom: 280px;
}
.H_cp_fw_title {
	margin-bottom: 65px;
	padding-top: 95px;
}
.H_cp_fw_title h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.H_cp_fw_n {
	width: 40%;
	float: left;
}
.H_cp_fw_n_L {
	width: 60%;
	float: left;
	padding-right: 50px;
}
.H_cp_fw_n_R {
	float: left;
	width: 40%;
}
.H_cp_fw_n_L span {
	float: left;
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	color: #FFF;
	line-height: 80px;
	margin-top: 10px;
	text-indent: 36%;/*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;*/
}
.H_cp_fw_n_L span img {
	margin-right: 20px;
	opacity: 0;
}
.H_cp_fw_n_R p {
	color: #FFF;
}
.H_cp_fw_n_L .cur {
	background: #8D0005;
	border-radius: 0 100px 100px 0; /* 创建半圆效果 */
}
.H_cp_fw_C {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
/*.H_cp_fw_n_L span.cur:before{  content: " "; display: inline-block; width: 28px; height: 49px; background: url(../images/pr_s.jpg) no-repeat;    position: absolute;
    top: 50%; 
    transform: translateY(-50%);}
*/

.H_cp_fw_n_L span.cur img {
	opacity: 1;
}
.H_cp_fw_n_L span:hover {
	background: #8D0005;
	border-radius: 0 100px 100px 0; /* 创建半圆效果 */
}
.H_cp_fw_n_L span:hover img {
	opacity: 1;
}
.H_fangan_title {
	float: right;
	text-align: right;
	position: relative;
	z-index: 66;
}
.H_fangan_title h1 {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: #bf2a2e;
}
.H_fangan_title h1:nth-of-type(1) {
	color: #000000;
}
.H_fangan_title_n {
	background: url(../images/wenhao.jpg) left top no-repeat;
	padding-left: 125px;
}
.H_fangan_title p {
	text-align: right;
}
.H_wen_C {
	max-width: 1980px;
	margin: auto;
}
.H_wen_C img {
	margin-top: -50px;
	width: 100%;
	max-width: 1980px;
}
.H_baozhangn_title h1:nth-of-type(1) {
	color: #000;
}
.H_baozhangn_title h1 {
	color: #bf2a2e;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}
.H_baozhang_C {
	max-width: 1980px;
	margin: auto;
}
.H_baozhang_C img {
	width: 100%;
	max-width: 1980px;
}
.H_baozhang {
	position: relative;
}
.H_baozhangn_title {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 6%;
	margin: auto;
	text-align: center;
}
.H_baozhang_n {
	display: inline-block;
	padding-left: 30%;
}
.H_news_title {
	padding: 60px 0px;
}
.H_news_title h1 {
	color: #bf2a2e;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.H_news_title h1:nth-of-type(1) {
	color: #000;
	text-align: center;
}
.H_news {
	background: url(../images/h_news_b.jpg) center top no-repeat;
	background-size: 100%;
}
.pr_img {
	overflow: hidden;
}
.pr_img img {
	width: 100%;
	transition: all 0.6s;
}
.pr_img_z a:hover .pr_img img {
	transform: scale(1.2);
}
.pr_img_z a:hover h1 {
	color: #bf2a2e;
}
.H_news_n a .pr_img, .H_news_n a .pr_img img {
	border-radius: 20px 20px 0px 0px;
}
.H_news_n_p {
	padding: 30px;
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.15);
	box-shadow: 0 4px 6px rgba(0,0,0,.15);
	background: url(../images/news_+.png)#fff right bottom no-repeat;
	border-radius: 0px 0px 20px 20px;
}
.H_news_n_p h1 {
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 10px;
}
.H_news_n_p p {
	height: 90px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.H_news_n_p span {
	color: #999999;
	display: block;
	padding-bottom: 80px;
	font-size: 16px;
}
/*********************************************/
.n_title {
	margin-bottom: 60px;
	display: inline-block;/*display:flow-root; *//*专门清除margin塌陷*/
}
.n_title h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	margin-bottom: 0px;
}
.n_title h2 {
	font-size: 35px;
	font-weight: 600;
	color: #bf2a2e;
}
.pr_T {
	background: url(../images/pr_R.png) right bottom no-repeat;
	padding-bottom: 20px;
}
.pr_T_L p {
	text-indent: 36px;
}
.pr_T_L_n {
	padding-top: 10px;
}
.pr_T_L_n .pr_T_L_li {
	width: 100%;
	height: 76px;
	line-height: 76px;
	background: linear-gradient(to right, #00689D, #fff);
	color: #FFF;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	border-radius: 12px;
	position: relative;
	text-indent: 4%;
}
.pr_T_L_n .pr_T_L_li:before {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
}
.pr_T_L_n .pr_T_L_li:nth-child(even) {
	background: linear-gradient(to right, #fff, #00689D);
	text-align: right;
	padding-right: 9%;
}
.pr_T_L_n>.pr_T_L_li:nth-child(even):before {
	left: inherit;
	right: 5%;
}
.xpr_BH {
	background: url(../images/pr_DB.jpg) center center no-repeat;
	background-size: 100%;
}
.pr_BH .n_title {
	margin-top: 70px;
}
.pr_BH_li {
	position: relative;
	margin-bottom: 70px;
}
.pr_BH_li img {
	width: 100%;
	border-radius: 20px; /* 创建半圆效果 */
}
.pr_BH_li p {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	padding-left: 8%;
	padding-right: 8%;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 60px;
	background: rgba(191,44,48,0.90);
	border-radius: 0 0 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.jhyw p {
	line-height: 44px;
	background: rgba(181,41,3,1.00);
}
.pr_JH_li {
	margin-bottom: 30px;
}
.pr_JH_li .pr_JH_li_img img {
	width: 100%;
	border-radius: 20px;
}
.pr_JH_li_img {
	background: url(../images/pr_jh.jpg) center right no-repeat;
	padding-right: 35px;
	padding-left: 0px;
}
.pr_JH_li_n {
	position: relative;
}
.pr_JH_li_p {
	height: 10vw;
	background: #B52903;
	padding-right: 35px;
	padding-left: 0px;
	border-radius: 0 20px 20px 0;
	color: #FFF;
	font-size: 30px;
	text-indent: 10%;
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.pr_JH_li_p span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_img {
	background: url(../images/pr_jh_f.jpg) center left no-repeat;
	padding-left: 35px;
	padding-right: 0px;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_p {
	border-radius: 20px 0 0 20px;
	padding-right: 0px;
	padding-left: 35px;
	margin-left: 0px;
	box-sizing: content-box;
	left: 0;
	z-index: 66;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_img {
	float: right;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_p {
	float: left;
}
.pr_JH {
	background: url(../images/pr_j_b.jpg) center bottom no-repeat;
	padding-bottom: 5vw;
	background-size: contain;
}
.pr_c img {
	width: 100%;
}
.pr_hy {
	/*background: url(../images/pr_hy_b.jpg) center top no-repeat;*/
	background-size: 100%;
}
.pr_hy_n {
	background: url(../images/pr_fj_T.jpg) center bottom no-repeat;
	background-size: 100%;
}
.pr_hy .n_title h1 {
	margin-top: 0px;
	padding-top: 50px;
}
.pr_c_li {
	margin-bottom: 50px;
}
.pr_c_li .pr_c_li_img img {
	width: 100%;
	border-radius: 20px;
}
.pr_c_li_p h1 {
	color: #000;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 52px;
}
.pr_c_li_p p {
	font-size: 20px;
	margin-bottom: 20px;
}
.pr_c_li_p p:before {
	background: url(../images/pr_dui.png) no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}
.pr_c_li_Z .pr_c_li:nth-of-type(1) .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	display: inline-block;
	background: url(../images/pr_01.png) left top no-repeat;
	width: 141px;
	height: 100px;
	content: " ";
	background-size: cover;
}
.pr_c_li_p span {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.pr_c_li_Z .pr_c_li:nth-of-type(2) .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	display: inline-block;
	background: url(../images/pr_02.png) left top no-repeat;
	width: 174px;
	height: 92px;
	content: " ";
	background-size: cover;
}
.pr_c_li_Z .pr_c_li:nth-of-type(3) .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	display: inline-block;
	background: url(../images/pr_03.png) left top no-repeat;
	width: 178px;
	height: 91px;
	content: " ";
	background-size: cover;
}
.pr_c_li_Z .pr_c_li:nth-of-type(4) .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	display: inline-block;
	background: url(../images/pr_04.png) left top no-repeat;
	width: 172px;
	height: 102px;
	content: " ";
	background-size: cover;
}
.pr_c_li_p .pr_c_li_p_n {
	display: inline-block;
	padding: 10px;
}
.pr_c_li_Z .pr_c_li:nth-child(even) .pr_c_li_img {
	float: right;
}
.pr_c_li_Z .pr_c_li:nth-child(even) .pr_c_li_p {
	float: left;
}
.pr_c_li_Z .pr_c_li:nth-child(even) .pr_c_li_p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pr_ky {
	background: url(../images/pr_fj.jpg) center top no-repeat;
	background-size: 100%;
}
.pr_JH_li_p_n {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about_T .n_title {
	margin-bottom: 30px;
}
.about_T .n_title h2 {
	color: #e0e0e0;
}
.about_T_s_li {
	border: 1px solid #C8C8C8;
	border-right: none;
	float: left;
	width: 30%;
	padding: 25px;
	text-align: center;
}
.about_T_s_li:last-of-type {
	border-right: 1px solid #C8C8C8;
}
.about_T_s_li span, .about_T_s_li i {
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #bd1b21;
}
.about_T_R {
	text-align: center;
}
.about_T_R_n {
	width: 80%;
	margin: auto;
}
.about_T_R_n img {
	max-width: 100%;
}
.about_T_s {
	margin-top: 50px;
	margin-bottom: 50px;
}
.about_T_n p {
	line-height: 40px;
	text-indent: 36px;
}
.about_T {
	background: url(../images/about_1.jpg) center bottom no-repeat;
	background-size: contain;
}
.about_C {
	width: 100%;
	text-align: center;
}
.about_C img {
	width: 100%;
}
.about_LC {
	background: url(../images/about_lc.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 120px;
}
.about_LC .n_title h1 {
	text-align: center;
}
.about_LC .n_title {
	display: flow-root;
}
.history_next {
	width: 38px;
	height: 68px;
	background: url(../images/F_L.png) center center no-repeat;
	background-size: contain;
}
.history_prev {
	width: 38px;
	height: 68px;
	background: url(../images/F_R.png) center center no-repeat;
	background-size: contain;
}
 @keyframes xian {
 from {
opacity: 0;
}
 to {
 opacity: 1
}
}
.history_2_z {
	position: relative;
}
.history_next {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.history_prev {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	;
}
.history .swiper-slide {
	background: none;
	border: none;
}
.history_2 .swiper-slide {
	height: 210px;
	cursor: pointer;
}
.history_2 .swiper-slide span {
	color: #333333;
	font-size: 24px;
	display: block;
	margin-top: 10px;
}
.history_2 .swiper-slide-thumb-active {
	background: url(../images/fa_d.png) center center no-repeat;
	background-size: contain;
	animation: xian 0.8s;
}
.history_2 .swiper-slide-thumb-active span {
	color: #fff;
}
.history_2 .swiper-slide p:before {
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	border-radius: 100%;
	background: #333333;
}
.history_2 .swiper-slide-thumb-active p:before {
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	border-radius: 100%;
	background: #fff;
}
.history .swiper-slide p {
}
.history_2_z {
	padding-left: 60px;
	padding-right: 60px;
}
.history_1 .swiper-slide {
	height: 400px;
}
/*******************************/
.history_1 .swiper-slide fieldset {
	margin-top: 2rem;
	width: 100%;
	border: none;
	border-top: 1px solid #ADADAD;
	text-align: center;
	position: relative;
	z-index: -1;
}
.history_1 .swiper-slide fieldset legend {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	width: auto;
	font-size: 28px;
	position: relative;
	 border-bottom: none;
}
.history_1 .swiper-slide fieldset legend span {
	font-family: Arial, Helvetica, sans-serif;
	color: #B9B9B9;
	font-size: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
/*******************************/
.solve_T {
	position: relative;
}
.solve_T img {
	width: 100%;
}
.solve_T_n {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.solve_xz{	background: url(../images/jjfa_2.jpg) #E7E7EF center top no-repeat;
	background-size:contain;}

.solve_T_C {

	padding-top: 180px;
	padding-bottom: 180px;
}
.luxian_z {
	border: 1px solid #C13539;
	box-sizing: content-box;
	padding: 0px !important;
	border-radius: 20px;
	background: #FFF;
}
.luxian {
	box-shadow: 0 6px 6px rgba(0,0,0,.25);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.luxian span {
	width: 33.333%;
	float: left;
	text-align: center;
	background: #FF6600;
	color: #FFF;
	line-height: 100px;
	font-size: 28px;
	border-right: 1px solid transparent;
	border-image: linear-gradient(to bottom, #fff0, #fff 50%, #fff0) 1;
	cursor: pointer;
}
.luxian span.cur {
	background: #C13539;
}
.luxian span:last-of-type {
	border-right: none;
}
.luxian_li {
	padding: 20px;
}
.luxian_li_img {
	float: left;
	width: 40%;
	padding-right: 15px;
}
.luxian_li_img img {
	width: 100%;
	border-radius: 20px;
}
.luxian_li_p {
	float: left;
	width: 60%;
	padding-left: 15px;
	padding-top: 25px;
}
.luxian_li_p p:before {
	background: url(../images/pr_dui.png) no-repeat;
	width: 27px;
	height: 27px;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}
.luxian_li_p p {
	font-size: 16px;
	margin-bottom: 20px;
}
.solve_T_img .solve_T_img_L, .solve_T_img .solve_T_img_R {
	float: left;
	width: 50%;
}
.solve_T_img img {
	width: 100%;
}
.solve_T_img_margin {
	margin-top: -10%;
}
.title_fuwy {
	text-align: center;
	display: block;
	margin-top: 120px;
	margin-bottom: 100px;
}
.solve_cp_li .pr_c_li_n {
	position: relative;
}
.solve_cp_li .pr_c_li_p {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.solve_cp_li .pr_c_li:nth-child(even) .pr_c_li_p {
	right: inherit;
	left: 0;
}
.solve_cp_li .pr_c_li:nth-child(2) .pr_c_li_p {
	background: url(../images/jjp_b.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 20px 0 0 20px;
}
.solve_cp_li .pr_c_li:nth-child(2) .pr_c_li_img {
	padding-left: 0px;
	padding-right: 0px;
}
.solve_cp_li .pr_c_li:nth-of-type(2) .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	display: inline-block;
	background: url(../images/pr_02_b.png) left top no-repeat;
	width: 174px;
	height: 92px;
	content: " ";
	background-size: contain;
}
.solve_cp_li .pr_c_li:nth-of-type(2) .pr_c_li_p p:before {
	background: url(../images/pr_dui_b.png) no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}
.solve_cp_li .pr_c_li:nth-of-type(2) .pr_c_li_p, .solve_cp_li .pr_c_li:nth-of-type(2) .pr_c_li_p h1, .solve_cp_li .pr_c_li:nth-of-type(2) .pr_c_li_p span {
	color: #FFF;
}
.contact_db {
	background: url(../images/lxwm_db.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 160px;
}
.lxwm_li h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 10px;
}
.lxwm_li_z .lxwm_li_n {
}
.lxwm_li_z .lxwm_li_n .lxwm_li {
	min-height: 340px;
	padding: 30px 30px;
	background: rgba(255,255,255,0.85);
	border: 1px dashed rgba(193,53,57,0.25);
	border-radius: 10px;
}
.lxwm_li_z .lxwm_li_n:nth-of-type(1) .lxwm_li_n_b {
	min-height: 400px;
	background: url(../images/lxwm_1.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 6px 6px rgba(0,0,0,.25);
}
.lxwm_li_z .lxwm_li_n:nth-of-type(2) .lxwm_li_n_b {
	min-height: 400px;
	background: url(../images/lxwm_2.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 6px 6px rgba(0,0,0,.25);
}
.lxwm_li_z .lxwm_li_n:nth-of-type(3) .lxwm_li_n_b {
	min-height: 400px;
	background: url(../images/lxwm_3.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 6px 6px rgba(0,0,0,.25);
}
.dt_z {
	margin-top: 60px;
}
.dt_z {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0,0,0,.25);
	padding: 20px !important;
}
.dt_img {
	border-radius: 20px 0 0 20px;
	padding-right: 0px;
}
.dt_img img {
	width: 100%;
}
.dt_p h1 {
	text-transform: uppercase;
}
.dt_z_n {
	position: relative;
}
.dt_p {
	height: 100%;
	position: absolute;
	right: 0;
	background: #C13539;
	border-radius: 0px 20px 20px 0;
	padding-left: 0px;
	margin-right: 15px;
	padding: 50px;
	color: #FFF;
}
.dt_p h1 {
	font-size: 38px;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 2px;
}
.dt_p_n {
	padding-top: 20%;
}
.dt_p_n p {
	font-size: 20px;
	line-height: 40px;
}
.dt_p_n p:before {
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
	float: left;
}
.news_li_L img {
	max-width: 100%;
}
.news_li_L_n {
	text-align: center;
}
.news_li_L {
	text-align: center;
}
.news_li_R a:hover .pr_img img {
	transform: scale(1.2);
}
.news_li_R a .pr_img {
	float: left;
	width: 40%;
}
.news_li_R .H_news_n_p {
	float: left;
	width: 60%;
	box-shadow: none;
	background: none;
	padding-left: 30px;
	box-sizing: border-box;
}
.news_li_R a {
	overflow: hidden;
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
	margin-bottom: 30px;
	display: block;
	padding: 20px;
	border-radius: 20px;
	background: url(../images/news_+.png)#fff right bottom no-repeat;
}
.news_li_R span {
	padding-bottom: 0px;
}
.news_li_R h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}
.news_li_R a:hover h2, .news_li_R a:hover h1 {
	color: #BF2C30;
}
.news_show_title_T {
	text-align: center;
	margin-bottom: 20px;
}
.news_show_title_T h1 {
	display: inline-block;
	text-align: left;
	line-height: 40px;
	font-size: 26px;
}
.news_show_title_sub {
	text-align: center;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_show_title_sub span, .news_show_title_sub span i {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.news_show_title_sub span {
	margin-left: 8px;
	margin-right: 8px;
}
.share_title {
	font-size: 16px;
	color: #333333;
	margin-left: 8px;
	margin-right: 5px;
}
.fenxiang {
	display: inline-block;
}
.share-platform {
	line-height: 40px;
	float: left;
}
.show_n p {
	text-indent: 36px;
}
.news_show_n {
	padding: 30px;
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 80px;
	border-radius: 20px;
	background: #FBF8F9;
}
.fuw_title {
	display: block;
	text-align: center;
	margin-top: -200px;
	z-index: 66;
	position: relative;
	margin-bottom: 0px;
}
.service_n p {
	text-indent: 0px;
	margin-bottom: 0px;
}
.service_n p img {
	width: 100%;
}
.H_news {
	display: none !important;
}
.kjsb_x_z_li img {
	width: 100%;
}
.kjsb_x_z_li .kjsb_x_z_li_img {
	margin-bottom: 80px;
}
.pr_T_U {
	background: url(../images/xc1.jpg) center top no-repeat;
	background-size: auto;
	padding-top: 149px; display: none;
}
.pr_T_U_n {
	background: linear-gradient(to bottom, #E2EEF3, #fff);
} 
.container_cp {
	width: 40%;
	float: left;
}
.container_cp .H_cp_fw_T {
	width: 100%;
	float: left;

}
.container_cp .H_cp_fw_T .H_cp_fw_title h1 {
	text-indent: 21.6%;
}

.hzgu_x_n{ padding-top: 60px;}
.hzgu_x_n img{ width:100%;}

