@charset "utf-8";

/* CSS Document */


@media (min-width:768px) and (max-width:1400px) {
.nav>li {
	margin-left: 5px;
	margin-right: 5px;
}
.nav>li>a {
	padding: 5px;
}
}

@media (max-width:1400px) {
.logo img {
	width: 96%;
}
}

@media (max-width:1080px) {
.navbar-nav>li:after {
	display: none;
}
}

@media (min-width:768px) {
.navbar-collapse.collapse {
	display: flex !important;
	height: 75px !important;
}/* 条的高度，可自行修改 */
.navbar-header, .navbar-collapse {
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-collapse {
	height: 75px;
}
.navbar-collapse:after {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	content: " ";
	height: 75px; /* 条的高度，可自行修改 */
	background: #ffffff; /* 纯白色背景 */
	/* 关键：clip-path 定义形状 */
	clip-path: polygon( 0 0,  /* 左侧凸出的箭头尖 */ calc(100%) 0, /* 左上角斜角 */ 100% 50%, /* 右上角 */ calc(100%) 100%, /* 右侧凹进去的箭头尖 */ 0 100%,  /* 右下角 */ 40px 50%  /* 左下角斜角 */ 
 );
	/* 可选：给条加一点内边距，防止文字被箭头切掉 */
            
	border-radius: 0 50px 50px 0;
}
.navbar-header {
	width: 20%;
	height: 75px; /* 条的高度，可自行修改 */
	background: #ffffff; /* 纯白色背景 */
	/* 关键：clip-path 定义形状 */
	clip-path: polygon( 0 0,                /* 左侧凸出的箭头尖 */ 0px 0,               /* 左上角斜角 */ calc(100% - 40px) 0,  /* 右上角 */ 100% 50%,             /* 右侧凹进去的箭头尖 */ calc(100% - 40px) 100%,/* 右下角 */ 0px 100%             /* 左下角斜角 */
 );
	/* 可选：给条加一点内边距，防止文字被箭头切掉 */
     
	padding: 0 30px 0 20px;
	box-sizing: border-box;
	float: left;
	border-radius: 50px 0 0 50px;
}
}

@media (min-width:1900px) {
.container {
	width: 1700px
}
.H_about, .H_cp_fw {
	background-size: auto;
}
}

@media screen and (min-width: 1920px) {
.navbar-default>.container {
	max-width: 1820px;
}
}

@media screen and (min-width: 1819px) {
.navbar-collapse {
}
.navbar-nav>li>a {
	font-size: 19px !important; /*letter-spacing: 1px; */
}
}

@media screen and (max-width: 768px) {
.logo {
	margin-top: 0px;
	width: 43%;
	text-align: center;
}
.logo img {
	width: 100%;
}
.nav_top_B {
	width: 100%;
}
.nav_lxwm {
	display: none;
}
.daohang {
	width: 100%;
}
.navbar-collapse {
	width: 100%;
}
#collapsibleNavbar .navbar-nav li {
	border-bottom: 1px dashed #ddd;
}
#collapsibleNavbar .navbar-nav li:last-child {
	border-bottom: none;
}
.container > .navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid #EBEBED !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15) !important;
}
.head {
	width: 100%;
	position: fixed;
	left: 0;
	top: 20px;
	right: 0;
	z-index: 999;/*	border-bottom: 1px solid #EBEBED !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15) !important;*/
}
.navbar-nav>li:after {
	bottom: 0px;
	height: 1px;
}
#collapsibleNavbar .navbar-nav li.active {
	border-bottom: none;
}
.nav>li>a, .navbar-nav .dropdown .dropdown-menu>li>a {
	padding-top: 18px;
	padding-bottom: 18px;
}
#collapsibleNavbar .navbar-nav li.dropdown {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 18px;
	padding-right: 18px;
	color: #bf2a2e;
}
#collapsibleNavbar .navbar-nav li.dropdown .dropdown-toggle, #collapsibleNavbar .navbar-nav li.dropdown .dropdown-toggle .caret {
	color: #bf2a2e !important;
}
.navbar-nav li.dropdown .dropdown-menu li.cur a {
	background: #bf2a2e !important;
	color: #FFF !important;
}
.navbar-nav .dropdown .dropdown-menu {
	overflow: hidden;
}
.navbar-nav .dropdown .dropdown-menu li {
	float: left;
	border-bottom: none !important;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-header, .navbar-nav .dropdown .dropdown-menu>li>a {
	padding: 15px 20px;
	margin-left: 2px;
	margin-right: 2px;
}
.navbar-default .navbar-toggle {
	background: url(../images/nav.png) center center no-repeat;
	background-size: contain;
	border-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: transparent !important;
}
.pr_BH {
	background-size: inherit !important;
}
.pr_BH_li img {
	height: 65vw;
}
.kjsb_x_z_li .kjsb_x_z_li_img {
	margin-bottom: 40px;
}
.kjsb_x_z_li_img {
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.pr_c_li {
	margin-bottom: 10px;
}
.pr_T_U {
	padding-top: 120px;
}
}

@media screen and (max-width: 1819px) {
.pr_img_z a {
	margin-bottom: 10%;
}
.pr_T {
	background: none;
	background-size: contain;
}
.pr_BH_li p {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
}
.pr_JH_li_n {
	display: block;
}
.pr_JH_li_img {
	background: none;
}
.pr_JH_li_p {
	margin-left: 0px;
	box-sizing: border-box !important;
}
.pr_BH .n_title {
	margin-top: 40px;
	margin-bottom: 30px;
}
.pr_BH_li {
	margin-bottom: 40px;
}
.n_title {
	margin-top: 0px;
	margin-bottom: 30px;
}
.pr_JH_li_p {
	background: none;
	position: absolute;
	bottom: 0;
	top: inherit;
	transform: none;
}
.pr_JH_li_p_n {
	background: #B52903;
	border-radius: 0 0 20px 20px;
	font-size: 20px;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_img {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_p {
	float: right;
}
.pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_p {
	margin-right: 0px;
}
.pr_BH {
	background-size: contain;
}
.pr_c_li_Z .pr_c_li .pr_c_li_n .pr_c_li_p .pr_c_li_p_n:before {
	width: 54px !important;
	height: 46px !important;
	background-size: contain !important;
	margin-top: 20px;
}
.pr_c_li_p p {
	font-size: 18px;
}
.pr_c_li_p p:before {
	width: 24px;
	height: 24px;
	background-size: contain !important;
	margin-top: 4px;
}
.about_T_s_li {
	width: 33%;
}
.about_T_s_li span, .about_T_s_li i {
	font-size: 26px;
}
}

@media screen and (max-width: 1200px) {
.foot_min_tel {
	display: block !important;
}
.scroll {
	border-bottom: none;
	box-shadow: none;
}
.banner, .banner_n {
	margin-bottom: 30px;
}
.T_title h1 {
	font-size: 26px;
}
.fudong_R, .footer, .bottom {
	display: none;
}
.w_860 {
	width: 100%;
}
.foot_min {
	display: flex !important;
}
.foot_min_h {
	display: block;
}
.H_gongyi_n_m {
	text-align: center;
	background: #C41919;
	padding: 10px 5px 20px 5px;
}
.H_gongyi_n_m h1 {
	margin-top: 10px;
}
.H_gongyi_n a:nth-child(even) .H_gongyi_n_m {
	background: #C41919;
}
.H_gongyi_n a:nth-child(even) .H_gongyi_n_m i {
	background: #fff;
}
.H_gongyi_n a:nth-child(even) .H_gongyi_n_m h1 {
	color: #fff;
}
.H_youshi_n .row {
	margin-left: 0px;
	margin-right: 0px;
}
.banner_n {
	width: 100%;
	height: 150px;
}
.banner_n p {
	text-align: left;
	color: #FFF;
	font-size: 18px;
}
.banner_n .container {
	width: 100%;
}
.pro_li a:nth-child(n + 5) {
	margin-bottom: 15px;
}
.photo_T_tit {
	margin-top: 25px;
}
.fenxiang {
	display: none;
}
.show_title {
	margin-bottom: 20px;
}
.news_show_st {
	margin-top: 50px;
}
.news_pr_ne {
	margin-bottom: 50px;
}
.lxwm_n .Top_title {
	font-size: 18px;
}
#allmap {
	height: 300px !important;
}
/***********主体**********/
	

	
.H_about {
	margin-top: -50px;
}
.content_z h1, .H_about_c_li .counter {
	font-size: 20px !important;
	margin-top: 0px;
	line-height: 38px;
}
.container_cp .H_cp_fw_T .H_cp_fw_title h1 {
	text-indent: 17%;
}
.h_title {
	margin-bottom: 15px;
}
.H_about_c {
	padding-top: 0px;
}
.H_about_R {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding-right: 8%;
}
.H_about_row {
	position: relative;
}
.H_about_R img {
	width: 100%;
}
.H_about_R_img {
	padding-bottom: 10px;
}
.H_about_R_img img {
	margin-left: 10px;
}
.H_about {
	padding-bottom: 50px;
	background: url(../images/h_about_b_m.jpg) center bottom no-repeat;
	background-size: contain;
}
.H_cp_fw {
	background: url(../images/h_cp_b_m.png) center top no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 50px;
}
.H_cp_fw_title {
	padding-top: 100px;
}
.H_cp_fw_n {
	width: 95%;
}
.H_cp_fw_n_L span {
	line-height: 36px;
	height: 36px;
	text-indent: 10%;
	margin-top: 6px;
}
.H_cp_fw_n_L span img {
	width: 25px;
	vertical-align: middle;
	margin-top: -3px;
}
.H_cp_fw_C {
	padding-bottom: 20px;
}
.H_cp_fw_n_L {
	padding-right: 8px;
}
.H_fangan_title_n {
	background-size: contain;
	float: right;
	padding-left: 18%;
}
.H_fangan_title p {
	width: 100%;
}
.H_baozhangn_title {
	position: inherit;
	width: 100%;
	text-align: right;
	margin-top: -75px;
	padding-left: 15px;
	padding-right: 15px;
}
.H_baozhang_n {
	padding-left: 0px;
}
.H_baozhang {
	margin-top: 30px;
}
.H_news_title {
	padding: 30px 0 10px 0;
}
.H_news_n_p span {
	padding-bottom: 20px;
}
.H_news_n_p {
	background-size: 20%;
}
.H_fangan {
	padding-top: 30px;
}
.H_baozhang_C {
	padding-bottom: 30px;
}
/*********主体************/	
	
}

@media (min-width:768px) and (max-width:991px) {
body, html, samp, #keywords, em, s, input, h1, span, p, a {
	font-size: 18px !important;
	line-height: 36px !important;
	color: #333;
	font-family: "Microsoft YaHei", SimSun, SimHei;/*	    font-family: Arial, Helvetica, sans-serif;*/
}
.H_wen_C, .H_baozhang_C {
	width: 78%
}
.H_about_R {
	width: 34%;
	bottom: 2px;
}
.news_list_z .H_news_n_p {
	padding: 0px;
	padding-left: 20px;
}
.news_list_z .H_news_n_p {
	margin-top: 0px;
}
.news_list_z .H_news_n_p h1 {
	display: none;
}
.news_list_z .H_news_n_p h2 {
	margin-top: 0px;
}
.news_list_z .H_news_n_p span {
	padding-bottom: 50px;
}
.H_news_n_p p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: inherit;
	font-size: 16px !important;
}
}

@media screen and (min-width: 1200px) {
.hidden-xs-g {
	display: block;
}
.visible-xs-g {
	display: none;
}
}

@media screen and (max-width: 1200px) {
.hidden-xs-g {
	display: none;
}
.visible-xs-g {
	display: block;
}
.H_wen_C, .H_baozhang_C {
	text-align: center;
}
.H_wen_C img, .H_baozhang_C img {
	width: 92%;
	margin: auto;
}
}

@media (max-width:767px) {
.logo img {
	width: 50%;
	opacity: 0;
	max-width: 139px;
	margin: auto;
}
.navbar-default>.container {
	background: url(../images/DH_D_mo.png) center center no-repeat;
	background-size: cover;
	width: 96%;
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	border-radius: 75px;
	position: relative;
}
.container > .navbar-header {
	margin: 0px;
	width: 100%;
}
.container > .navbar-collapse {
	top: 60px;
}
.about_T_s_li {
	width: 100%;
	border-right: 1px solid #C8C8C8;
	border-bottom: none;
}
.about_T_s_li:last-of-type {
	border-bottom: 1px solid #C8C8C8;
}
.about_T_s_li span, .about_T_s_li i {
	font-size: 26px;
}
.about_T_R_n {
	display: none;
}
.history_1 .swiper-slide fieldset legend {
	font-size: 18px;
}
.history_1 .swiper-slide fieldset legend span {
	font-size: 70px;
}
.history_2 .swiper-slide span {
	font-size: 18px;
	margin-top: 0px;
}
.history_prev, .history_next {
	width: 28px;
	height: 45px;
}
.history_1 .swiper-slide {
	height: 200px;
}
.about_LC {
	padding-bottom: 50px;
}
.solve_T_C {
	padding-top: 30px;
	padding-bottom: 50px;
}
.solve_T_C .container {
	width: 92%;
	margin: 0 auto;
}
.luxian span {
	font-size: 18px;
}
.luxian_li_img {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}
.luxian_li_p {
	width: 100%;
	padding-left: 0;
}
.luxian_li {
	padding: 20px;
}
.solve_cp_li .pr_c_li_p {
	position: inherit;
	transform: none;
}
.jjfa_1 {
	padding-top: 75px;
	background: #E7E7EF;
	padding-bottom: 20px;
}
.solve_T_n .n_title {
	text-align: center;
	padding-top: 30px;
}
.solve_T_img_margin .solve_T_img_R {
	display: none;
}
.solve_T_img .solve_T_img_L, .solve_T_img .solve_T_img_R {
	width: 100%;
}
.solve_T_img_LB {
	display: none;
}
.solve_T_img_x {
	margin-bottom: 50px;
}
.title_fuwy {
	padding-top: 30px;
}
.solve_cp_li .pr_c_li:nth-child(2) .pr_c_li_p, .pr_c_li .pr_c_li_img img {
	border-radius: 0px;
}
.dt_z {
	padding: 15px !important;
	box-shadow: none;
	background: none;
	margin-top: 0px;
}
.dt_p {
	position: inherit;
	border-radius: 0px;
}
.dt_img {
	border-radius: 0px;
	padding: 0px;
}
.dt_p_n {
	padding-top: 6%;
}
.dt_p_n p {
	font-size: 16px;
}
.dt_p_n p:before {
	width: 12px;
	height: 12px;
	margin-right: 6px;
	margin-top: 14px;
}
.news_li_R a .pr_img, .news_li_R .H_news_n_p {
	width: 100%;
}
.news_li_R a {
	background-size: 20%;
}
.news_show_title_T {
	padding-top: 30px;
	margin-bottom: 0px;
}
.news_show_title_T h1 {
	margin-bottom: 0px;
}
.news_show_n {
	margin-top: 30px;
}
.lxwm_li_z .lxwm_li_n {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 1819px) {
.n_title h1 {
	font-size: 32px !important;
}
.n_title h2 {
	margin-top: 10px;
	font-size: 24px !important;
}
.pr_JH_li_img, .pr_JH_li_p, .pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_img, .pr_JH_li_Z .pr_JH_li:nth-child(even) .pr_JH_li_n .pr_JH_li_p {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	border-radius: 20px;
}
}

@media screen and (min-width: 768px) {
.pr_c_li_p {
	margin-top: 2%;
}
}


@media screen and (max-width: 768px) {
	.container_cp{ width: 65%;}
.container_cp .H_cp_fw_T .H_cp_fw_title h1 {
	text-indent: 28%;
}
	.hzgu_x_n{ padding-top: 0px;}
	.contact_db{padding-bottom: 30px;}
}





