@charset "utf-8";

/*
 * 样式重置
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	font-size: 20px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", "微软雅黑", sans-serif;
	background-color: #FFFFFF;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
	margin: 0;
	padding: 0;
}

a,
select,
button,
input {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	font-size: 0.7rem;
	text-align: left;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 0.7rem;
	text-align: left;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 0.7rem;
	text-align: left;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	font-size: 0.7rem;
	text-align: left;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
	outline: 0;
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 0 0.4em;
}


/*img {
	max-width: 100%;
}*/

small {
	font-size: 60%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*
 * 修复页面效果不按照指定样式渲染的bug
 */

.anchorBL {
	display: none;
}

div,
p,
a {
	max-height: 9999px;
}



select {
	background: #FFFFFF;
	direction: rtl;
}

select option {
	direction: ltr;
}

.padd_15 {
	padding: 0 15px;
}


/*
 * 主样式
 */

#header {
	width: 100%;
	height: 3rem;
	position: fixed;
	background: #FFFFFF;
	top: 0;
	z-index: 9999;
}

.logo {
	width: 6rem;
	float: left;
	margin-top: 0.8rem;
}

.side_list {
	width: 2.5rem;
	float: right;
	margin-top: 0.5rem;
}

.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
}

#dowebok {
	background-color: #373435;
}

#dowebok .nav {
	margin-top: 4rem;
	width: 100%;
	overflow: hidden;
	/*line-height: 40px;*/
}

#dowebok .nav a {
	display: block;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #FFFFFF;
	font-size: 0.6rem;
	text-align: left;
	padding-left: 20px;
}

[data-simplersidebar='active'] {
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.nav_zx {
	width: 100%;
	overflow: hidden;
	position: absolute;
	text-align: left;
	bottom: 3.5rem;
	color: #FFFFFF;
	font-size: 0.7rem;
	padding-left: 20px;
}


/*banner*/

#banner {
	width: 100%;
}

#banner .swiper-slide {
	height: auto;
}

#banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.body_posi {
	width: 100%;
	min-height: calc(100vh - 8.5rem);
	margin-bottom: 3rem;
}


/*==搜索=*/

.p_wrap {
	position: relative;
}

.ipt_cell {
	width: 100%;
	margin-top: 15px;
}

#search_pro {
	float: left;
	width: calc(100% - 2.5rem);
	height: 1.5rem;
	border: 1px solid #0458b0;
	border-right: none;
	/*line-height: 1.5rem;*/
	font-size: 0.7rem;
	padding-left: 1em;
	color: #666666;
	background: rgba(0, 0, 0, 0);
}

#search_s {
	float: right;
	width: 2.5rem;
	height: 1.5rem;
	background: #0458B0 url(../../images/mobile/fdj.png) 50% 50% no-repeat;
	background-size: 1.1rem;
}

.pro_cell_1::before{
	content: '';
	display: block;
	clear: both;
}
.pro_cell_1 {
	position: relative;
	height: 9rem;
	padding: 0 0.5rem 0 1rem;
	/*background: -webkit-linear-gradient(top, #d8d8d8, #ffffff);
	background: -o-linear-gradient(top, #d8d8d8, #ffffff);
	background: -moz-linear-gradient(top, #d8d8d8, #ffffff);
	background: linear-gradient(to top, #d8d8d8, #ffffff);*/
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
}

.pro_cell_1 img {
	width: 7.2rem;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.p_text {
	width: 9rem;
	margin-top: 2.8rem;
}

.p_text h2 {
	font-size: 0.75rem;
	color: #666666;
}

.p_text p {
	margin-top: 0.1rem;
	font-size: 0.7rem;
	color: #666666;
}

.p_text a {
	display: block;
	width: 3.5rem;
	height: 1.25rem;
	margin-top: 0.2rem;
	border: 1px solid #666666;
	font-size: 0.6rem;
	color: #666666;
	text-align: center;
	line-height: 1.2rem;
}

.pro_cell_2 {
	position: relative;
	height: 9rem;
	padding: 0 1rem;
	/*background: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
	background: -o-linear-gradient(top, #dfdfdf, #ffffff);
	background: -moz-linear-gradient(top, #dfdfdf, #ffffff);
	background: linear-gradient(to top, #dfdfdf, #ffffff);*/
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
}

.pro_cell_2 img {
	width: 7.2rem;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.pro_img_3 {
	left: 15px;
}


/*==about==*/

.about {
	/*position: relative;
	padding: 15px;
	height: 16.5rem;
	background: url(../../images/mobile/foot_back.jpg) left top no-repeat;
	background-size: 100% 100%;*/
	
	position: relative;
    padding: 15px;
    height: 16.5rem;
    background: url(../../images/mobile/foot_back.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
}

.about h2 {
	text-align: center;
	color: #FFFFFF;
}

.about h2:nth-child(1) {
	font-weight: 800;
	font-size: 0.8rem;
}

.about h2:nth-child(2) {
	font-weight: 400;
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
}

.about p {
	font-size: 0.6rem;
	color: #FFFFFF;
	text-align: justify;
	line-height: 1.2rem;
	text-indent: 2em;
}

.about a {
	position: absolute;
	display: block;
	width: 5.75rem;
	height: 1.5rem;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.7rem;
	color: #FFFFFF;
	bottom: 15px;
	left: 50%;
	margin-left: -2.875rem;
}

.cpr {
	height: 2.25rem;
	font-size: 0.6rem;
	line-height: 2.25rem;
	text-align: center;
}

.btn {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	height: 2.75rem;
	background: #313232;
}

.btn li {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
}

.btn li a {
	display: block;
	width: 100%;
	height: 100%;
}

.btn li img {
	width: 1.6rem;
	position: absolute;
	left: 50%;
	margin-left: -0.8rem;
	bottom: 0.4rem;
}

.btn_active {
	background: #001441;
}


/*产品列表*/

.ipt_cell_2 {
	height: 2rem;
	background: #fff;
	padding-top: 0.25rem;
	margin-bottom: 0.5rem;
}

.side_l2 {
	width: 1.25rem;
	float: right;
	margin-top: 1.2rem;
}

.p_list {
	overflow: hidden;
}

.p_list li {
	width: 8.29rem;
	overflow: hidden;
	margin-right: 0.4rem;
	margin-top: 10px;
	float: left;
}

.p_list li:nth-child(2n) {
	margin-right: 0;
}

.p_list li img {
	width: 100%;
	height: 8.29rem;
}

.p_list li h2 {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0.5rem;
}

.p_list li p {
	min-height: 2rem;
	font-size: 0.7rem;
	text-align: center;
	color: #666666;
}

.pl_btn_1 {
	display: block;
	width: 100%;
	height: 1.5rem;
	font-size: 0.6rem;
	text-align: center;
	line-height: 1.5rem;
	color: #FFFFFF;
	background: #ef332e;
	margin-top: 0.4rem;
}
#pagelist{
	margin-top: 10px !important;
}
#pagelist span,
#pagelist select,
#pagelist a,
#pagelist b{
	font-size: 0.7rem !important;
	font-weight: 400 !important;
}

/*产品详情*/

.pd_wrap {}

.pd_wrap h2 {
	font-size: 0.8rem;
}

.pd_img {
	width: 100%;
	margin-bottom: 1rem;
}

.money {
	color: #e64648;
	font-size: 0.8rem;
}

.p_1 {
	font-size: 0.7rem;
	color: #666666;
	padding: 0.5rem 0;
}
.p_1 span:nth-child(2){
	text-decoration: line-through;
}

.pd_text {
	font-size: 0.75rem;
	color: #666666;
	line-height: 1.2rem;
}

.pd_text_2 {
	min-height: 5rem;
	font-size: 0.75rem;
	color: #666666;
	line-height: 1.2rem;
	margin-top: 0.5rem;
}
.pd_text_2 img{
	width: 100%;
}

.lx_ul {
	display: flex;
	justify-content: space-between;
	height: 3.25rem;
	margin: 0.7rem 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.lx_ul li {
	width: 4.75rem;
	height: 1.75rem;
	background: #034492;
	border-radius: 5px;
	margin-top: 0.7rem;
	text-align: center;
}

.lx_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.6rem;
	line-height: 1.75rem;
	color: #FFFFFF;
}

.lx_ul li a img {
	width: 1.2rem;
	margin-right: 0.2rem;
	position: relative;
	top: 0.25rem;
}

.p_2 {
	height: 1.75rem;
	background: #034492;
	color: #FFFFFF;
	font-size: 0.75rem;
	line-height: 1.75rem;
	padding-left: 0.5rem;
}

.lx_call {
	margin-top: 0.8rem;
}

.lx_call h2 {
	font-size: 0.8rem;
	margin-top: 0.5rem;
}

.lx_call p {
	font-size: 0.7rem;
	color: #666666;
	line-height: 1.2rem;
}

.ipt_1 {
	height: 1.5rem;
	padding-left: 10px;
	line-height: 1.5rem;
	background: #f5f5f5;
	font-size: 0.7rem;
	color: #666666;
	margin-bottom: 10px;
}

.ipt_2 {
	min-height: 5rem;
	padding-left: 10px;
	line-height: 1.5rem;
	background: #f5f5f5;
	font-size: 0.7rem;
	color: #666666;
	margin-bottom: 10px;
}

.ipt_text {
	font-size: 14px;
	line-height: 1.2rem;
	margin-top: 0.1rem;
	background: #F5F5F5;
	color: #666666;
}

.ipt_2 textarea {
	margin-top: 0.3rem;
	min-height: 4rem;
	width: 12rem;
	font-size: 14px;
	line-height: 1.2rem;
	background: #F5F5F5;
	color: #666666;
	resize: none;
	vertical-align: top;
	border: none;
}

.yzm {
	float: right;
	height: 2.2rem;
	background: #CCCCCC;
}

.tj {
	display: block;
	width: 100%;
	height: 2.2rem;
	background: #0458b0;
	color: #FFFFFF;
	font-size: 0.8rem;
}

.qr_text {
	margin-top: 0.5rem;
	text-align: center;
}

.qr_text p {
	font-size: 0.8rem;
	line-height: 1.4rem;
}

.qr_text .p_3 {
	color: #034492;
	font-weight: 600;
}

.qr_text .p_4 {
	color: #666666;
}

.qr_text img {
	width: 6.5rem;
	margin: 0.6rem 0;
}


/*新闻*/

.news_list {
	overflow: hidden;
}

.news_list li {
	height: 4.6rem;
	border-bottom: 1px solid #CCCCCC;
}

.time {
	width: 2.4rem;
	height: 3.4rem;
	margin-top: 0.5rem;
	background: #034492;
	color: #FFFFFF;
	text-align: center;
	margin-right: 0.5rem;
}

.time p:nth-child(1) {
	font-size: 0.7rem;
	font-weight: 600;
	padding-top: 0.8rem;
}

.time p:nth-child(2) {
	font-size: 0.5rem;
	padding-top: 0.1rem;
}

.news_list li h2 {
	font-size: 0.75rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666666;
	padding-top: 0.7rem;
}

.news_list li>p {
	margin-top: 0.2rem;
	font-size: 0.7rem;
	color: #666666;
	line-height: 0.9rem;
	text-align: justify;
}


/*新闻内页*/

.news_title {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.2rem;
}

.news_time {
	font-size: 0.8rem;
	color: #666666;
	text-align: center;
	margin-bottom: 0.2rem;
}

.news {
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.3rem;
	text-indent: 2em;
}

.btn_div {
	overflow: hidden;
	margin-top: 1.2rem;
}

.news_btn {
	display: block;
	width: 4.75rem;
	height: 1.5rem;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.7rem;
}

.pub_con{
	overflow: hidden;
	margin-bottom: 3rem;
}
.pub_con p,
.pub_con span{
	font-size: 0.7rem !important;
}
.pub_con img{
	width: 100% !important;
}

#nb_icon_wrap{
	display: none !important;
}
