﻿html {
	overflow-x: hidden;
}
body {
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	color: #333;
	touch-action: pan-y;
	overflow-x: hidden;
}
:root {
	--bs-main-color: #263238;
	--bs-indexh-font-size: 40px;
}
a, button {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a {
	color: var(--bs-main-color);
}
a:hover {
	color: #e30a13;
}
a:focus{
	outline:none !important;
}
ul {
	list-style: none;
}
span, p {
	text-wrap: inherit !important;
}

h2 {
	margin: 0px;
	padding: 0px;
}
video:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
header {
	/* background-color: #252b35; */
	background-color: #fff;
}
/* download */
.download-icon {
    position: absolute;
    right: 2.3rem;
    color: #ffffffc7;
    top: 0.9rem !important;
}
.ver-num {
	position: absolute;
    bottom: 0;
    left: 30px;
    color: #fff;
}
.download-tips {
	margin-top: 12px;
}
.download-tips span {
	font-size: 14px;color: #e30a13;
}
/* top menu */
.top_menu {
	font-size: 12px;
	width: 100%;
	height: 30px;
	background-color: #f7f7f7;
	color: var(--bs-main-color);
}
.top_lang {
	float: right;
	height: 30px;
	padding: 4px 10px 0px 10px;
}
.top_name {
	display: inline-block;
	padding-top: 6px;
	letter-spacing: 1px;
}
.top_name img {
	width: 18px;
}
.flash img {
	width: 100%
}
.flash .mobile-slider {
	display: none;
}
.flash ul.bxslider {
	list-style: none;
}
.flash div.bx-pager {
	bottom: 4%;
}
.flash div.bx-controls-direction {
	display: none;
}
/* .img-thumbnail:hover, .opacity_img:hover {
	opacity: 0.8;
	transform-origin: center;
    transform: scale(0.9);
} */
/*面包屑导航*/
.breadnav {
	float: right;
    font-size: 14px;
    bottom: -10px;
    position: relative;
    color: #71757b;
}
.breadnav a {
	color: #71757b;
}
.breadnav a:hover {
	color: #e30a13;
}
/*产品式样*/
.pro_style {
	position:absolute;
	top:0.6em;
	right:30px;
	z-index:1000;
}
.pro_style > img {
	display: inline !important;
	padding: 0 !important;
}
.pro_tuijian {
	position: absolute;
	bottom: 5.8em;
	left: 30px;
	z-index: 99;
	opacity: 1;
}
.product_img:hover .pro_tuijian {
	opacity: 0;
	transition: all 0.5s ease;
}
.pro_tuijian > img {
	display: inline !important;
	padding: 0 !important;
}
/*导航菜单*/
.navbar {
	margin: 0px;
	background-color: var(--bs-main-color);
	border: none;
	font-size: 16px;
}
/*新导航*/
.navbar-son {
	width: 100%;
}
.navbar-son-container {
	width: 1360px;
	margin: 0 auto;
}
.navbar-son-list {
	
}
.navbar-son-list h2 {
	font-size: 2rem;
    color: #fff;
    margin: 13px 0;
    font-weight: bold;
}
.navbar-son-list a {
	float: left;
	margin-right: 24px;
	margin-bottom: 8px;
}
.navbar-son-list a:hover {
	text-decoration: none;
}

.navbar-son-list a span {
	position: relative;
    display: block;
    top: 24px;
    background-color: #e8e9ea;
    padding: 2px 8px;
    width: 75px;
    color: var(--bs-main-color);
}
.navbar-son-list a img {
	width: 200px;
}
.navbar-son-list a h2 {
	font-size: 14px;
	color: #fff;
	margin: 8px 0;
}
.navbar-son-list a:hover h2 {
	color: #e30a13;
}
.navbar-son-title {
	display: inline-block;
    position: relative;
    top: 1rem;
    border-left: 5px solid #e30a13;
    padding-left: 8px;
}
.navbar-son-title h2 {
	font-size: 2rem;
	color: #fff;
}
.navbar-son-title span {
	color: #999ea7;
}
.navbar-son-nav {
	position: relative;
    top: 2rem;
    padding: 0;
}
.navbar-son-nav li {
	float: left;
    width: 13%;
    margin-right: 16px;
    padding-bottom: 2rem;
}

.navbar-son-nav a:hover {
	text-decoration: none;
}
.navbar-son-nav a:hover h2 {
	color: #e30a13;
}
.navbar-son-nav li a img {
	width: 168px;
}
.navbar-son-nav .navtitle {
	margin: 4px;
}

#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
#app_menudown:hover {
	background-color: #e30a13;
}
.dropdown-menu {
	min-width: 740px;
}
.dropdown-menu > li {
	position: relative;
	display: inline-block;
}
.dropdown-menu > li a {
	padding: 5px 6px;
    white-space: normal;
    color: #fff;
    height: 80px;
}
.dropdown-menu > li a:hover {
	background-color: #e30a13;
}
.dropdown-menu > li a:hover p {
	color: #fff;
}
.dropdown-menu > li a img {
	display: inline-block;
	float: left;
    margin-right: 8px;
    margin-top: 8px;
}
.dropdown-menu .navtitle {
	display: inline;
}
.dropdown-menu .navtitle h2 {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
	font-weight: bold;
}
.dropdown-menu .navtitle p {
	font-size: 12px;
	color: #a5a9ad;
	line-height: 16px;
    margin: 6px 0;
}
.navinfo {
	position: absolute;
    left: 260px;
    top: 2px;
    width: 240px;
    float: left;
}
.navinfo a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.navinfo a:hover {
	color: #e30a13;
	text-decoration: none;
}
.navinfo p {
	color: #ccc;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

/*产品搜索*/
.search_group {
	float: right;
	margin: 48px 0px 0px 0px;
}
.search_group input.form-control {
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding: 12px 10px;
	height: 38px;
	background-color: #3a3839;
	border-right: none;
	color: #fff;
}
#submit_search {
	color: #fff;
	font-size: 16px;
	height: 38px;
	background-color: #202020;
	border-radius: 0px;
	margin-top: -1px;
}
#submit_search:hover {
	cursor: pointer;
	background-color: #e30a13;
}
#small_search {
	color: #fff;
	float: right;
	margin-top: 7px;
	padding: 8px 13px;
	font-size: 17px;
	border-radius: 4px;
}
#small_search:hover, #small_search:focus {
	cursor: pointer;
	background-color: #e30a13;
}
/*我们的优势*/
.advantage {
	text-align: center;
	color: #fff;
	padding: 55px 0px 30px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1C1C1C;
	background-attachment: fixed;
}
.advantage_head {
	padding-bottom: 4rem;
}
.advantage_head h2 {
	text-transform: uppercase;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.advantage_head p {
	font-family: 'Times New Roman';
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    color: #b1b1b1;
    margin-bottom: 5px;
}
.advantage_head span {
	font-size: 16px;
}
.advantage_list {
	margin-top: 25px;
}
.advantage_col {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.advantage_col h4 {
	text-align: left;
	padding-top: 8px;
	font-weight: bold;
	font-size: 2.4rem;
}
.advantage_col h4 a {
	color: #fff;
}
.advantage_col h4 a:hover {
	color: #e30a13;
	text-decoration: none;
}
.advantage_col span {
	display: inline-block;
	text-align: left;
	border-top: 1px solid #505050;
	padding-top: 9px;
	color: #ccc;
}
.advantage_col img {
	max-width: 100px;
	-webkit-transition: -webkit-transform 1.2s ease-out;
	-moz-transition: -moz-transform 1.2s ease-out;
	-o-transition: -o-transform 1.2s ease-out;
	-ms-transition: -ms-transform 1.2s ease-out;
}
.advantage_col img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
/*公司简介*/
.about_index {
	padding: 80px 20px;
	background-color: #2a303c;
}
.about_index video {
	width: 100%;
	margin-top: 2rem;
	background-color: #fff;
	padding: 4px;
}
.about_head {
	text-align: center;
	margin-bottom: 6rem;
}
.about_head h2 {
	text-align: center;
    margin-bottom: 5px;
    font-size: var(--bs-indexh-font-size);
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}
.about_head p {
    color: #a5a5a5;
}

.about_head span {
	font-size: 20px;
	color: #e30a13;
	padding-right: 7px;
	position: relative;
	top: 12px;
	background-color: #fff;
}
.about_cont {
	margin-top: 2rem;
    color: #fff;
}
.about_content {
	margin-top: 2rem;
}
.about_content h2 {
	font-size: 24px;
    margin-bottom: 3rem;
    font-weight: bold;
}
.about_content p {
	line-height: 26px;
	margin-bottom: 3rem;
}
.about_content img {
	max-width: 650px;
    width: 100%;
    float: right;
    padding: 0;
}
.about_content a.btn-info {
	color: #fff;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #fff;
	padding: 8px 36px;
}
.about_content a.btn-info:hover, .about_content a.btn-info:focus {
	color: #fff;
	background: #e30a13;
	border: 1px solid #e30a13;
}

/*合作企业*/
.hzqy_index {
	padding: 60px 20px;
}
.hzqy_index .product_img {
	text-align: center;
	padding: 0;
	min-height: 120px;
}
.hzqy_index .product_img img {
	border: none;
    width: 168px;
}
.hzqy_title {
    text-align: center;
}
/*首页产品*/
.product_box {
	margin: 60px auto 100px;
}
.product_head {
	background: url(../images/line.gif) no-repeat center center;
	height: 65px;
	margin-bottom: 5rem;
}
.product_head h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #38383A;
	margin: 0px;
	padding-top: 7px;
}
.product_head p {
	font-family: 'Times New Roman';
	text-align: center;
	padding-top: 2px;
	font-size: 16px;
	color: #3B3C3E;
	margin-bottom: 5px;
}
.product_index {
	margin: 45px 0px 0px 0px;
}
.product_list {
	clear: both;
	padding: 20px 0px 240px 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.product_list2 {
	padding-top: 30px;
}
.product_img {
	padding-left: 15px;
	padding-right: 15px;
	
}
.product_img a:hover img {
	opacity: 0.6;
    transform-origin: center;
    transform: scale(0.9);
}
.product_img a img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	max-height: 320px;
	border: none;
    border-radius: 0;
    padding: 2px;
}
.product_list2 div.product_img {
	min-height: 220px;
}
.product_title {
	text-align: center;
	padding: 0px 15px 0px 0px;
	height: 40px;
}
.product_title a {
	color: #656464;
}
.product_title a:hover {
	text-decoration: none;
	color: #e30a13;
}
/*首页案例*/
.case_box {
	background-color: #F6F6F6;
	padding: 80px 0px;
}
.case_head {
	margin-bottom: 2rem;
}
.case_head h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: var(--bs-indexh-font-size);
	font-weight: bold;
    letter-spacing: 2px;
}
.case_head p {
	text-align: center;
	font-family: 'Times New Roman';
	color: #a5a5a5;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.case_list {
	clear: both;
	padding: 30px 0px 10px 0px;
}
.case_more {
	text-align: center;
}
.case_more a.btn-info {
    color: var(--bs-main-color);
    background: transparent;
    border-radius: 0px;
    border: 1px solid var(--bs-main-color);
    padding: 8px 36px;
    margin-top: 2rem;
}
.case_more a.btn-info:hover {
	color: #fff;
    background: #e30a13;
    border: 1px solid #e30a13;
}
/*首页新闻*/

.news_head {
	margin-top: 40px;
}
.news_head h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: var(--bs-indexh-font-size);
	font-weight: bold;
    letter-spacing: 2px;

}
.news_head p {
	text-align: center;
	font-family: 'Times New Roman';
	color: #a5a5a5;
	letter-spacing: 1px;
}
.news_index {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 15px;
}
.news_index li {
	padding: 20px 38px;
    min-height: 70px;
    border: 1px solid #ccc;
    margin: 0 -1px 20px 0px;
}
.news_index li span {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #e30a13;
	color: #fff;
	float: left;
	padding: 0px 2px;
	position: relative;
	left: -35px;
	top: -5px;
}
.news_index li span strong {
	display: block;
	font-size: 24px;
	padding-top: 5px;
}
.news_index li span i {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
}
.news_index li a {
	color: #333;
	font-size: 16px;
	margin-left: -20px;
	font-weight: bold;
}
.news_index li a:hover {
	text-decoration: none;
	color: #e30a13;
}
.news_index li em {
	font-style: normal;
	display: inline-block;
	line-height: 18px;
	color: #777;
	padding-top: 10px;
	margin-left: -20px;
}
.news_index a.btn-info {
	color: #000;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px 36px;
    width: 150px;
    margin: 0 auto;
    display: block;
}
.news_index a.btn-info:hover, .news_index a.btn-info:focus {
	color: #fff;
	background: #e30a13;
	border: 1px solid #e30a13;
}

/*列表页*/
.list_box {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.page_bg {
	height: 420px;
}
/*栏目导航*/
.main_col {
	background-color: #f9f9f9;
}
.main_col h1 {
	margin: 22px 0 0 0;
    font-weight: bold;
}
.main_col span a {
	padding: 0 4px;
	color: #71757b;
}
.main_col span a:first-child {
	padding-left: 0;
}
.main_col span a:hover {
	color: #e30a13;
	text-decoration: underline;
}
.main_col p {
	margin: 10px 0 20px 0;
}
.left_nav {
	clear: both;
	padding-top: 10px;
}
.left_h {
	background: url(../images/title_line2.jpg) left bottom no-repeat;
	display: block;
	margin-top: 25px;
	color: var(--bs-main-color);
	padding-bottom: 6px;
	font-size: 22px;
}

.left_h b {
	background-color: var(--bs-main-color);
    color: #fff;
    padding: 1px 8px;
    border-bottom: 2px solid #e30a13;
}
.left_tj {
	margin: 8px 0;
}
.left_tj, .left_tj li {
	padding: 0;
}
.left_tj .img-thumbnail {
	border: none;
}
.left_p {
	background: url(../images/title_line.jpg) no-repeat;
	display: block;
	margin-top: 25px;
	color: var(--bs-main-color);
}
.left_p h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	background-color: var(--bs-main-color);
	padding: 9px;
	color: #fff;
}
.left_p p {
	display: inline-block;
	background: url(../images/title_line.jpg) no-repeat;
	padding: 10px;
}
.left_p p span {
	font-size: 18px;
	position: relative;
	left: 5rem;
}
.left_nav_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
.left_nav_ul > li {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/left_sli.gif) 6px 15px no-repeat;
	padding: 8px 0px 8px 18px;
}
.left_nav_ul > li > a {
	text-decoration: none;
	color: #656464;
}
.left_nav_ul > li > a:hover, .left_nav_ul li a.left_active {
	color: #e30a13;
}
.lanmutag p {
	display: inline;
	font-weight: bold;
}
.lanmutag a {
	background-color: #343840;
    padding: 4px 6px;
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
}
.lanmutag a:hover {
	background-color: #2f3646;
	color: #101010;
	text-decoration: none;
}
.lanmutag .nav {
	border: none;
} 
.lanmutag .nav-tabs > li.active > a, .lanmutag .nav-tabs > li.active > a:hover, .lanmutag .nav-tabs > li.active > a:focus {
	border: 1px solid transparent;
}
/*小类*/
ul.left_snav_ul {
	list-style: none;
	padding: 0px;
	display: none;
	padding-top: 8px;
}
ul.left_snav_ul > li {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background: url(../images/left_sli.gif) 0px 13px no-repeat;
}
ul.left_snav_ul > li > a {
	border: 0;
	color: #797979;
	padding: 5px 0px 5px 0px;
}
ul.left_snav_ul > li > a:hover {
	text-decoration: none;
	color: #e30a13;
}
.menu_head {
	cursor: pointer;
	font: 600 18px/30px "Open Sans", sans-serif;
	width: 35px;
	text-align: center;
	color: #303c4b;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0px;
}
.menu_head:hover {
	color: #e30a13;
}

/*左侧新闻*/
.left_news {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
.left_news li {
	color: #545455;
	border-bottom: 1px dotted #dddddd;
	background: url(../images/li.png) no-repeat left 15px;
	line-height: 21px;
	padding: 10px 0px;
	padding-left: 14px;
}
.left_news li a {
	color: #7F7F80;
	display: inline-block;
}
.left_news li a:hover {
	text-decoration: none;
	color: #e30a13;
}
/*左侧联系*/
.index_contact {
	margin: 30px 0px 35px 0px;
}
.index_contact p, .index_econtact p {
	clear: both;
}
/*新闻列表*/

.list_news {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 12px 0px 20px 0px;
}
.list_news li {
	color: #898989;
	background: url(../images/li.png) no-repeat left 14px;
	line-height: 22px;
	padding: 8px 0px;
	padding-left: 13px;
	border-bottom: 1px dashed #e3e2e2;/*dotted*/
}
.list_news li a {
	color: #303c4b;
	display: inline-block;
}
.list_news li a:hover {
	text-decoration: none;
	color: #e30a13;
}
.list_news .badge {
	background-color: #e30a13;
}
.news_time {
	float: right;
}
.contents {
	clear: both;
	padding: 15px 2px 0px 2px;
	line-height: 28px;
	overflow: auto;
}
.contents_title {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	color: #000;
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	line-height: 34px;
}
.contents_des {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 30px;
	border-bottom: #dedede 1px dotted
}
.contents img {
	max-width: 100%;
	height: auto;
}
.contents a:hover {
	color: #e30a13;
}
.contents table {
	width: 100%;
	margin: 15px 0;
	border: 0;
}
.contents table tr.firstRow {
	background-color: #f7f7f7;
	font-weight: bold;
}
.contents table td {
	font-size: 0.95em;
	padding: 4px;
	border-width: 1px;
	border: 1px solid #ccc;
}

/*分页样式*/
.pages {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	
}
.pages a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	text-decoration:none;
}
.pages a:hover {
	background: #e30a13;
	color: #fff;
	border: 1px solid #e30a13
}
.pages a.page-num-current {
	background: #e30a13;
	color: #fff;
	border: 1px solid #e30a13
}

/*产品展示*/
#pic-page {
	text-align: center;
	margin-top: 10px;
}
#pic-page a {
	margin: 0 2px;
}
#pic-page a img {
	width: 40px;
	padding: 2px;
	border: solid #ccc 1px;
	margin-bottom: 5px;
}
#pic-page a:hover img, #pic-page a.active img {
	border: solid #5280DD 1px;
}
.showpic_box, .proinfo_box {
	margin: 30px 0px 20px 0px;
}
.showpic_box div.bx-wrapper img {
	margin: 0 auto;
	max-height: 400px;
	height: 400px;
}
.product_h1 {
	margin: 0px;
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	color: var(--bs-main-color);
	padding-bottom: 5px;
}
.product_info {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
}
.product_info p.canshu_tips { 
	font-size: 1rem;
    line-height: 1.4;
    color: #98a0ab;
    margin-top: -8px !important;
    font-style: italic;
}
.product_info li {
	line-height: 22px;
    padding-bottom: 8px;
}
.product_info li a {
	float: left;
	margin-right: 26px;
	margin-bottom: 3rem;
}
.product_info li span {
	background-color: #d9dee6;
    border-left: 3px solid #6e7584;
    padding: 2px 6px;
    color: var(--bs-main-color);
}
.product_info li.product_cs p {
	margin-top: 10px;
}

.product_info .imgdownPDF {
	width: 88px;
	height: 27px;
	background: url("../images/downimg_PDF.png") no-repeat;
	cursor: pointer;
}
.product_info .onlinePDF {
	width: 88px;
	height: 27px;
	background: url("../images/onlinepdf_para.png") no-repeat;
	cursor: pointer;
}
.product_info a:hover .imgdownPDF,  .product_info a:hover .onlinePDF, .product_info a:hover .imgdown3D, .product_info a:hover .imgdownDWG, .product_info a:hover .imgzixun {
	background-position: 0 -27px;
}
.product_info .imgdown3D {
	width: 88px;
	height: 27px;
	background: url("../images/downimg_3D.png") no-repeat;
	cursor: pointer;
}
.product_info .imgdownDWG {
	width: 88px;
	height: 27px;
	background: url("../images/downimg_DWG.png") no-repeat;
	cursor: pointer;
}
.product_info .imgzixun {
	width: 88px;
	height: 27px;
	background: url("../images/butimg_zixun.png") no-repeat;
	cursor: pointer;
}
.product_con {
	clear: both;
	border-top: 2px solid #d4d8de;
	margin: 10px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	line-height: 26px;
	overflow: auto;
}
.product_con p img {
	max-width: 100%;
	height: auto;
	margin: .38rem 0;
}
.product_con a {
	text-decoration: underline;
}
.product_con a:hover {
	color: #e30a13;
	text-decoration: none;
}
.product_key {
	margin-top: 2rem;
}
.product_key p a {
	background-color: #d9dee6;
    padding: 2px 4px;
}
.product_key p a:hover {
	background-color: #e30a13;
	color: #fff;
	text-decoration: none;
}
.related_h1 {
	padding: 30px 0px 12px 0px;
	color: #303c4b;
	margin: 0px;
	display: block;
	font-weight: 300;
	font-size: 24px;
	border-bottom: 5px solid #f4f5f6;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.related_list {
	padding-top: 25px;
}
.related_news {
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}
.download_btn {
	text-align: right;
	margin: 10px 10px 20px 0px;
}
.page-btn {
	background-color: #C79447;
	border-radius: 0px;
	border: none;
}
.page-btn:hover, .page-btn:focus {
	background-color: #31363c;
}
.grey-btn {
	border-radius: 0px;
	border: none;
	background-color: #E8E8E8;
}
.grey-btn:hover, .grey-btn:focus {
	background-color: #ccc;
}
.a2a_default_style {
	display: inline-block;
}
/*在线留言订购*/
.feedback {
	margin-top: 40px;
}
.form-horizontal .form-group {
	margin-right: -10px;
	margin-left: -10px;
}
.codeimg {
	margin: 0px 0px -10px -18px;
}
/*上一个下一个*/
.point {
	clear: both;
	margin: 20px 0px 40px 0px;
	padding-bottom: 40px;
	line-height: 22px;
}
.point span.to_prev {
	text-align: center;
	background-color: #d9dee6;
    padding: 8px;
}
.point span.to_prev a {
	color: var(--bs-main-color);
}
.point span.to_prev a:hover {
	color: #e30a13
}
.point span.to_next {
	text-align: center;
	background-color: #d9dee6;
    padding: 8px;
}
.point span.to_next a {
	color: var(--bs-main-color);
}
.point span.to_next a:hover {
	color: #e30a13
}
/*标签样式*/
.taglist {
	padding: 0;
}
.taglist li {
	float: left;
	margin: 8px;
}
.tags {
	margin: 15px 0px 10px 0px
}
.list_news a {
    padding: 4px 12px;
}
.list_news a:hover {
	color: #e30a13;
}
ul.taglist a {
	background-color: var(--bs-main-color);
    color: #fff;
    padding: 4px 12px;
}
ul.taglist a:hover {
	background-color: #e30a13;
	color: #fff;
	text-decoration: none;
}
.tags_list {
	padding: 5px 10px 100px 10px
}
.tags_ul {
	margin-top: 10px;
}
.tags_ul li {
	line-height: 28px;
	margin-bottom: 8px;
	padding-bottom: 10px;
}
.tags_ul h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.tags_ul p {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #a0a0a0;
	line-height: 20px;
	padding-top: 8px;
}
/*网站地图*/
ul.ul_sitemap {
	margin: 30px 0px 40px 30px;
}
ul.ul_sitemap li {
	list-style: none;
	line-height: 26px;
	clear: both;
}
ul.ul_sitemap li a {
	color: #7d7d7d;
}
li.small_li_sitemap {
	clear: both;
	padding-left: 12px;
}
li.small_li2_sitemap {
	float: left;
	padding-left: 20px;
}
/*首页Tags*/
.tags_box {
	background-color: #545454;
	padding: 9px 0px 9px 0px;
	text-align: center;
	color: #E9E9EA;
	font-size: 13px;
}
.tags_box a {
	color: #E9E9EA;
	border-right: 1px solid #BBBBBB;
	padding: 0px 8px 0px 8px;
	font-size: 13px;
}
.tags_box a:hover {
	text-decoration: none;
	color: #e30a13;
}
.tags_box a:last-child {
	border-right: 0px;
}
.tags_box button {
	display: none;
}
.tags_title {
	font-size: 13px;
	margin-right: -6px;
}
.tags_title a {
	padding: 0px 10px 0px 0px;
}
.tags_title:after {
	content: "：";
}
/*友情链接*/
.link_box {
	background-color: #4A4A4A;
	padding: 10px 0px;
	text-align: center;
	color: #E9E9EA;
	font-size: 13px;
	margin-top: 25px;
}
.link_box a {
	color: #E9E9EA;
	border-right: 1px solid #BBBBBB;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
}
.link_box a:hover {
	text-decoration: none;
	color: #e30a13;
}
.link_box a:last-child {
	border-right: 0px;
}
.link_box button {
	display: none;
}
.link_title {
	font-size: 13px;
	margin-right: -6px;
}
.link_title:after {
	content: "：";
}
/*友情链接*/
.ylinks {
	background-color: var(--bs-main-color);
    color: #fff;
    padding: 4px 0px 4px 0px;
    font-size: 12px;
}
.ylinks span {
	font-weight: bold;
}
.ylinks a {
	color: #fff;
	margin-left: 4px;
}
.ylinks a:hover {
	color: #e30a13;
}
/*底部信息*/
footer {
	background-color: #252b35;
	color: #fff;
	padding: 50px 0px;
	font-size: 12px;
}
.footlx {
	line-height: 24px;
    margin-bottom: 2rem;
}
.footcopy {
	margin-bottom: 2px;
}
.footlogo {

}
.footlogo img {
	width: 260px;
	margin-bottom: 1rem;
}
.footlogo p {
	font-size: 12px;
	line-height: 18px;
}
.wxgz ul {
	display: inline;
	margin: 0;
    padding: 0;
}
.wxgz ul li {
	float: left;
}
.wxgz img {
	width: 120px;
	padding-right: 8px;
}
.wxgz p {
	text-align: center;
	margin-top: 4px;
}
.copyright {
	line-height: 20px;
	font-size: 14px;
	padding: 0 20px;
}
.copyright a {
	color: #fff;
}
.foot_nav {
	width: 25%;
	float: left;
	background-color: #fafafa;
	text-align: center;
	color: #898989;
}
.foot_nav:hover, .foot_nav:focus {
	background-color: #e4e4e4;
	cursor: pointer;
}
.foot_nav a {
	color: #898989;
	display: block;
}
.foot_nav a:hover, .foot_nav a:focus {
	text-decoration: none;
}
.foot_nav span {
	display: block;
	padding: 3px 0px 0px 0px;
}
.webshare {
	width: 230px;
	padding: 5px;
}
.ewebshare {
	width: 200px;
	padding: 5px;
}

.gsyoushi {
    display: inline-block;
    top: 20px;
    position: relative;
    margin-left: 2rem;
    border-left: 2px solid #dedede;
    padding-left: 2rem;
}
.gsyoushi{
        background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 4s infinite linear;
      }
    @-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
}
.gsyoushi h2 {
	font-size: 3.5rem;
    color: #000;
    letter-spacing: 4px;
    font-weight: bold;
    font-family: fantasy;
}
.gsyoushi p {
	color: #9297a2;
	font-size: 16px;
    margin-bottom: 0;
}

.topcont img {
	padding: 1.6rem 0;
    float: right;
}
.topcont h3 {
	display: inline-block;
    margin-top: 12px;
}
.topcont h3 span {
	font-size: 14px;
	color: var(--bs-main-color);
	margin-left: 4px;
}
.topcont h3 p {
	font-size: 2.5rem;
	color: #e30a13;
    font-weight: bold;
    margin-bottom: 0;
}
.mobile-kefu {
	display: none;
}

/*着陆页*/
.landing_content {
	display: inline-block;
	position: relative;
}
.landing_content img {
	margin-bottom: 1rem;
}
.landing_content h3 {
	border-left: 6px solid #fddfa3;
    padding: 4px 6px;
    background-color: var(--bs-main-color);
    color: #fff;
}
.landing_btitle {
	text-align: center;
	margin: 4rem 0;
}
.landing_btitle h2 {
	font-size: 1.6rem;
}
.landing_btitle span {
	font-size: 4rem;
	font-weight: bold;
}
.landing_btitle span::after {
	content: '';
    width: 156px;
    height: 20px;
    background-color: #fddfa3;
    position: absolute;
    top: 89px;
    left: 514px;
    z-index: -1;
}
.landing_gaishu {
	margin: 8rem 0 4rem 0;
	padding: 0;
}
.landing_gaishu img {
	padding: 0;
}
.landing_gaishu h2 {
	margin-bottom: 2rem;
	font-weight: bold;
}

/*大屏幕*/
@media screen and (min-width: 769px) {
header {
}
.logo {
	margin: 18px 0px 15px 0;
	max-width: 700px;
	height: 60px;
}

.navbar {
	min-height: 50px;
}
.navbar-nav > li {
	position: unset;
}
.navbar-nav > li:first-child {
	border-left: 0;
}
.navbar-nav > li:last-child {
	border-right: 0;
}
.navbar-nav > li > a {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 15px 21px 15px 21px;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e30a13;
	color: #fff;
}
.navbar-brand {
	display: none;
}
.navbar-default .navbar-nav-e > li > a {
}
.navbar-fixed-top {
	margin-top: 0px;
	min-height: 40px;
	background-color: rgba(32,37,45,0.9);
}
.navbar-fixed-top ul.navbar-nav > li > a {
	padding: 11px 21px 12px 21px;
}
.nav_small {
	background-color: #202020;
	background-color: rgba(37,43,53,0.9);
	padding: 8px 0px 8px 0px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
.nav_small > li > a {

}
.nav_small > li > a:hover {
	color: #fff;
	background-color: #e30a13;
}
#app_menudown, #small_search {
	display: none;
}
.index_left_nav, .footer_nav {
	display: none;
}
.index_about {
	width: 600px;
}
/*.topcont {
	float: right;
	width: 28%;
}*/
.topcont img {
	padding: 1.6rem 0;
    float: right;
	/*width: 52px;*/
    /* margin-top: -66px; 三联系人样式*/
    /*margin-top: 5px; 单联系人样式*/
    /*margin-top: -15px; 双联系人样式
    margin-right: 10px;*/
}
.product_info .download-tips {
	float: left;
    font-size: 1rem;
    margin-top: -2.3rem;
    font-style: italic;
    color: #98a0ab;
    line-height: 1.4;
}

}

/*小屏幕*/
@media screen and (max-width: 768px) {
.main-cert {
	margin-left: -5rem !important;
}
.flash .mobile-slider {
	display: block;
}
.flash .pc-slider {
	display: none;
}
body {
	padding-bottom: 56px;
}
.product_tedian, .ydong, .download-tips {
	display: none;
}
.product_img a:hover .pro_canshu {
	display: none !important;
}
.page_bg {
	height: 200px;
	background-size: cover !important;
}
.top_menu {
	display: none;
}
.product_box {
	margin-top: 45px;
    margin-bottom: 45px;
}
.main_col {
	padding: 0rem !important;
}
.lanmutag .nav {
	display: flex;
}
.lanmutag .nav-tabs > li > a {
	padding: 10px 0px;
	font-size: 1.25rem;
    text-align: center;
    margin: 0 1px;
}
.lanmutag .nav-tabs > li {
	margin: .3rem 0 0;
}
.title-select {
	margin-bottom: .65rem;
}
.list_option a {
	margin-bottom: 1rem;
}
.pro_tuijian {
	display: none;
}

.pro_style img {
	width: 20px;
}

.landing_btitle span::after {
    left: 118px;
}
.landing_content img, .landing_gaishu img {
	width: 100%;
}

.landing_gaishu {
	margin-top: 0;
	margin-bottom: 0;
}
.landing_gaishu h2 {
	margin-top: 2rem;
}

.about_index {
	padding: 60px 0;
}	
.showpic_box div.bx-wrapper img {
	height: 320px;
}
.left_p p {
	background: url(../images/title_line.jpg) -5rem 2rem no-repeat;
}
.left_p p span {
	font-size: 15px;
	left: 0;
}
.gsyoushi, .topcont, .client-2 {
	display: none;
}
.mobile-kefu {
	display: block; 
	position: fixed;
	z-index: 9999;
    bottom: 4rem;
    right: 0;
}
.online-con {
	position: relative;
    bottom: 9rem;
    right: 2rem;
    background-color: #263238;
    padding: 10px;
    border-radius: 8px;
}
.kefu-tel {
	position: relative;
    bottom: 4rem;
    right: 2rem;
    background-color: #263238;
    padding: 10px;
    border-radius: 8px;
}
.online-qq {
	position: fixed;
	z-index: 99999;
    top: 64%;
    left: 82%;
    background-color: #263238;
    padding: 10px;
    border-radius: 8px;
}


.mobile-kefu .kefu-tel i {
	background: url(/static/cnskin/images/fx.png) 0px -24px no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.mobile-kefu .online-con i {
	background: url(/static/cnskin/images/fx.png) 3px 3px no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.mobile-kefu .online-qq i {
	background: url(/static/cnskin/images/fx.png) -34px -22px no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.mobile-kefu .kefu-tel span, .mobile-kefu .online-con span {
    display: block;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
	color: #fff;
    font-size: 2.8rem;
}
.breadnav {
	display: none;
}
.logo {
	display: none;
	margin: 0 auto;
	max-width: 310px;
	margin-top: 18px;
	margin-bottom: 15px;
}
.dropdown-menu a img {
	width: 136px;
}
.dropdown-menu > li {
	margin-top: 8px;
}
.navinfo {
	left: 170px;
	width: 200px;
}
.navinfo a {
	font-size: 12px;
}
.navinfo p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 0;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}
.navbar-default .navbar-brand img {
	width: 138px;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-toggle {
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 1px solid #202020;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li {
}
.navbar-default .navbar-nav > li:last-child {
	border: none;
}
.navbar-default .navbar-nav > li > a,  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #e30a13;
	color: #fff;
}
.navbar-fixed-top {
	background-color: rgba(32,32,32,0.9);
}
.top_name {
	display: none;
}
.search_group {
	margin: 5px 0px 20px 0px;
}
#topsearch {
	display: none;
}
.product_head {
	background-size: contain;
}
.product_head h2 {
	font-size: 32px;
    padding-top: 15px;
}
.product_head p {
	font-size: 14px;
}
.product_index {
	margin-top: 10px;
}
.product_list {
	padding: 20px 0px 0px 0px;
}
.product_img {
	min-height: 80px;
	margin-bottom: 10px;
}
.product_list2 div.product_img {
	min-height: 80px;
	margin-bottom: 10px;
}
.advantage_list {
	margin-top: 10px;
}
.advantage_head p {
	font-size: 14px;
}
.advantage {
	padding: 60px 10px 10px 10px;
	background-size: cover;
	background-attachment: unset;
	background-color: var(--bs-main-color);
	background-image: none;
}

.advantage_head h2 {
	font-size: 30px;
}
.advantage_col h4 {
	text-align: center;
	margin-top: 15px;
}
.advantage_col span {
	text-align: center;
}
.advantage_col img {
	display: block;
	margin: 0 auto;
}
.about_content img {
	max-width: 420px;
	width: 100%;
	margin: 0;
    margin-top: 2rem;
}
.about_content a.btn-info {
	width: 220px;
	display: block;
	margin: 0 auto;
	padding: 8px 0px;
}
.case_head h2, .news_head h2 {
	font-size: 26px;
	font-weight: bold;
    letter-spacing: 2px;
}
.case_head p, .news_head p {

}
.news_index {
	padding-left: 0px;
}
.news_index li span {
	left: 0px;
	top: 0px;
	margin-right: 12px;
}
.news_index li a {
	margin-left: 0px;
}
.news_index li em {
	display: block;
	margin-left: 0px;
}
.news_index a.btn-info {
	width: 220px;
    display: block;
    margin: 0 auto;
    padding: 8px 0px;
}
.product_tedian {
	top: 0px !important;
}
.tedian_box {
	padding: 1rem !important;
}
div.case_list > div {
	padding: 0 8px !important;
	margin: 5px 0;
	opacity: 92%;
}
.left_h {
	margin-top: 10px;
}
.list_related {
	display: inline-block;
    position: relative;
}
.list_related h2.left_h {
	margin-top: 30px;
}
.product_con img, .contents img {
	width: 100% !important;
    height: fit-content !important;	
}
.news_time {
	display: none;
}
#pic-page a img {
	width: 35px;
}
#cmsFloatPanel {
	display: none;
}
.point span.to_prev, .point span.to_next {
	text-align: left;
	padding-bottom: 8px;
	margin: 4px 0;
}
.product_list2 {
	padding-top: 25px;
}
.link_box {
	padding-left: 7px;
}
.link_box a {
	display: block;
	border-right: 0px;
	padding: 4px 0px;
}
.link_title {
	display: block;
}
.link_title:after {
	content: "";
}
.link_box button {
	display: inline-block;
	background-color: transparent;
	border: none;
	float: right;
	margin-top: -20px;
}
.link_box button:hover, .link_box button:focus {
	color: #99A1C5;
}
.link_list {
	display: none;
	padding-top: 7px;
}
.tags_box {
	padding-left: 7px;
}
.tags_box a {
	display: block;
	border-right: 0px;
	padding: 4px 0px;
}
.tags_title {
	display: block;
}
.tags_title:after {
	content: "";
}
.tags_box button {
	display: inline-block;
	background-color: transparent;
	border: none;
	float: right;
	margin-top: -20px;
}
.tags_box button:hover, .tags_box button:focus {
	color: #99A1C5;
}
.tags_rows {
	display: none;
	padding-top: 7px;
}
.footer_nav {
	background-color: #fafafa;
}
footer {
	display: none;
	padding-left: 8px;
	padding-right: 8px;
	padding: 30px 0;
}
/*友情链接*/
.ylinks {
	display: none;
}
.copyright {
	padding: 0 20px;
}
.footlogo, .copyright, .wxgz {
	margin: 1rem 0;
}
.footlogo img {
	width: 100%;
}
.pages .page-num {
	display: none;
}
.pages a.thisclass {
	display: inline-block;
	border: 1px solid #e30a13;
	padding: 4px 12px;
	margin: 0 1px;
	background: #e30a13;
	color: #fff;
}
.pages a {
	display: block;
	color: #999
}
.pages a:hover {
	color: #fff;
}
}
 @media screen and (max-width: 767px) {
.copyright_p {
	display: none;
}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
	float: left;
}
.col-mm-12 {
	width: 100%;
}
.col-mm-11 {
	width: 91.66666667%;
}
.col-mm-10 {
	width: 83.33333333%;
}
.col-mm-9 {
	width: 75%;
}
.col-mm-8 {
	width: 66.66666667%;
}
.col-mm-7 {
	width: 58.33333333%;
}
.col-mm-6 {
	width: 50%;
}
.col-mm-5 {
	width: 41.66666667%;
}
.col-mm-4 {
	width: 33.33333333%;
}
.col-mm-3 {
	width: 25%;
}
.col-mm-2 {
	width: 16.66666667%;
}
.col-mm-1 {
	width: 8.33333333%;
}
}
 @media screen and (max-width: 340px) {
.logo {
	max-width: 230px;
}
}
/* 反馈模块*/
.met-feedback {
	padding: 30px 20px;
	background: #f4f5f6;
	margin-top: 20px;
}
.met-feedback .container {
	max-width: 800px;
}
.met-feedback .met-feedback-body {
	padding: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
@media (max-width: 767px) {
.met-feedback .met-feedback-body {
	padding: 10px;
}
}
@media (max-width: 767px) {
.met-feedback {
	padding: 80px 0 20px 0;
}
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 21px;
	line-height: inherit;
	color: inherit;
	border: 0;
	border-bottom: 1px solid transparent
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f
}

.form-select {
    display: block;
    width: 100%;
	height: 36px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-select:focus {
    border-color: #62a8ea;
	outline: 0;
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}
#filterBut {
	margin: 1rem 1.5rem 3rem 1.5rem;
}
.model-rel {
	margin: 0 1.5rem;
}
.model-rel .output {
	position: relative;
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #62a8ea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.form-control.focus, .form-control:focus {
	border-color: #62a8ea;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control::-moz-placeholder {
color:#a3afb7;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#a3afb7
}
.form-control::-webkit-input-placeholder {
color:#a3afb7
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	line-height: 36px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
	line-height: 32px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
	line-height: 46px
}
}
.form-group {
	margin-bottom: 20px
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	min-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
select.input-sm {
	height: 32px;
	line-height: 32px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
select.input-sm {
	padding-top: 0;
	padding-bottom: 0
}
.form-group-sm .form-control {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}
.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 32px;
	min-height: 34px;
	padding: 7px 13px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
	height: auto
}
select.input-lg {
	padding-top: 0;
	padding-bottom: 0
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 40px;
	padding: 11px 18px;
	font-size: 18px;
	line-height: 1.3333333
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 45px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 32px;
	height: 32px;
	line-height: 32px
}
.btn-primary {
	background-color: #e30a13;
	border-color: #e30a13;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	background-color: #e30a13;
	border-color: #e30a13;
	opacity: .7;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff;
	outline: none
}
.btn-block {
	display: block;
	width: 100%;
	color: #fff
}
.btn-block+.btn-block {
	margin-top: 5px
}
.btn-lg {
	padding: 7px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border: 0;
    border-radius: 0;
    background-color: #202020;
}
.btn-lg:before {
	color: #ddd;
}
.glyphicon {
	top: 0;
}
.langop {
	opacity: 1;
}
.btn-lg:hover {
	background-color: #e30a13;
}
.btn-lg:hover:before {
	color: #fff;
}

/*列表筛选*/
.use-clause {
	margin-bottom: 2rem;
}
.use-clause p {
	margin: 0;
	display: block;
}
.list-select {
	margin: 2rem 0 3rem 0;
}
.title-select i {
	color: #c9c9c9;
}
.title-select i:hover {
	color: #e30a13;
}
.btn-light {
	color: #212529;
    background-color: #f0f1f3;
    border: none;
}
.btn-light:hover {
	color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.list_option {
	margin-bottom: .56rem;
}

.btn-info {
	border:none;
	background-color: #e30a13;
	color: #fff;
}
.btn-info:hover {
	background-color: #e30a13;
}

/*产品列表悬停显示参数*/

.product_img a:hover .pro_canshu {
	opacity: 1;
	transition: all 1s ease;
}
.product_img .pro_canshu {
	opacity: 0;
	position: absolute;
	z-index: 999;
    font-size: 1.1rem;
    color: #2d2d2d;
    width: 200px;
    height: 100px;
    top: 150px;
	transition: all 1s ease;
}

.product_img .pro_canshu p {
    height: 20rem;
    width: 24rem;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

/*选型直达广告条*/
.xuanxing_box {
	background: linear-gradient(-45deg, var(--bs-main-color), transparent), url(/static/cnskin/images/bg_xuanxing.webp) no-repeat left center;
}
.xuanxing_box p {
	color: #fff;
	font-size: 2.45rem;
	margin: 0;
	padding: 3rem 0 1rem 0;
	text-align: right;
}
.xuanxing_box button {
	float: right;
	margin: 0 2rem 2rem 0;
	border-width: 0px;
	border-radius: 3px;
	background: #2b333c;
	color: #fff;
	font-size: 1.48rem;
	padding: .7rem 1.6rem;
}
.xuanxing_box button a {
	color: #fff;
	text-decoration: none;
}
.xuanxing_box button:hover {
	background-color: #e30a13
}

/*产品列表页-厂家优势*/
.product_tedian {
	position: relative;
    top: 28.5rem;
}
.tedian_box {
	padding: 36px 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgb(18 66 101 / 8%);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}
.tedian_box:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.tedian_box .icon i {
	font-size: 2.8rem;
	color: var(--bs-main-color);
}
.tedian_box h4 {
	font-weight: bold;
}
.tedian_box img {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	opacity: 25%;
}
/*公司视频展示*/
.video_index {
	padding: 80px 0px;
}
.video_index video::-webkit-media-controls-fullscreen-button, .video_index video::-webkit-media-controls-current-time-display, .video_index video::-webkit-media-controls-time-remaining-display, .video_index video::-webkit-media-controls-mute-button {
	display: none;
}
.video_index p {
	padding-top: 1rem;
}
video::-webkit-media-controls-current-time-display {
  display: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 380px !important;
}

.hzqy_index .bx-wrapper {
	padding-left: 3.5rem;
}

.main-cert {
	margin-top: 4rem;
}
.main-cert ul li {
	padding: 0 0.4rem;
    float: left;
}
.main-cert ul li img {
	box-shadow: 0px 4px 10px #0c0c0c3d;
}

.model-rel table tbody tr td span:nth-child(n+2) {
	margin-left: 2px;
}
.model-rel table caption p {
	margin: 0;
}