/********************************************************************************************!*/
/*全局设置*/
html {
	font-size: 100px;
	margin: 0;
	padding: 0;
	/*设置完HTML之后，必须设置body字体大小*/
	font-family: "微软雅黑";
}

body {

	min-width: 320px;
	max-width: 640px;
	/*必须设置body字体大小*/
	/*如果不设置body字体大小，那么剩下的元素都会有一个超级大的行高，会影响布局，而且你还不容易找到原因*/
	font-size: 0.22rem;
	margin: 0 auto;
	position: relative;
	color: #333333;
	background-color: #fff;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none;
}

/*******************************************************************************************************/
/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*************************************************************************************/
/*文本隐藏*/
.text_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/***********************************************************************************************************/

/*顶部*/

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px
}

.moblie_head {
	display: block;
	height: 1rem;
	position: relative;
	width: 7.5rem;
	z-index: 9999;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
}

.moblie_head .lf {
	float: left;
	padding-top: 0.1rem;
	padding-left: 0.1rem;
	width: 4.6rem;
	position: absolute;
	text-align: left;
	left: 0;
}

.moblie_head .lf img {
	height: 0.8rem
}

.moblie_head .rg {
	padding-right: 0.2rem;
	padding-top: 0.2rem;
	z-index: 100;
	float: right
}

.moblie_head .rg i {
	font-size: 0.6rem;
	color: #fff;
}

.onact .rg i {
	transition: all 0.5s;
	color: #333;
}

.onact {
	transition: all 0.5s;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}

.a_txt {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}

.a_txt .div1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b0d19;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.a_txt .div2 {
	position: absolute;
	width: 20%;
	left: 0px;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}

.a_txt .div2 i {
	font-size: 0.4rem;
	color: #fff;
}

.a_txt .div3 {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #0b0d19;
	height: 100%;
	z-index: 100;
	right: -80%
}

.a_txt .div3 ul {
	padding-left: 5%;
	padding-right: 5%
}

.a_txt .div3 ul li {
	border-bottom: 1px solid #232530
}

.a_txt .div3 ul li a {
	display: block;
	height: 0.8rem;
	color: #fff;
	line-height: 0.8rem;
	padding-left: 5%;
	font-size: 0.3rem
}

.a_txt .div3 ul li .a_js2 {
	background: url(../img/plus.png) 95% center no-repeat;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.a_txt .div3 ul li .a_js2_on {
	background: url(../img/reduce.jpg) 95% center no-repeat;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.a_txt .div3 ul li .a_txt2 {
	display: none
}

.a_txt .div3 ul li .a_txt2 a {
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.28rem
}



/* banner-下面 */
.banner-xia {
	height: 1.2rem;
	width: 100%;
	background: #FFF;
}

.banner-xia .banner-xia-zuo {
	position: relative;
	width: 3.7rem;
	height: 1.2rem;
	overflow: hidden;
	float: left;
	border-right: 0.04rem solid #E1E0E0;
}

.banner-xia .banner-xia-you {
	position: relative;
	width: 3.7rem;
	height: 1.2rem;
	overflow: hidden;
	float: left;
}

.banner-xia a {
	text-decoration: none
}

.banner-xia-img {
	float: left;
	margin: 0.3rem;
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	overflow: hidden;
	font-size: 0.5rem;
	color: #006FD6;
	text-align: center;
}

.banner-xia-text {
	width: 2rem;
	height: 1.2rem;
	float: left;
}

.banner-xia-text .p1 {
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-size: 0.3rem;
	line-height: 0.6rem;
	height: 0.6rem;
	margin-top: 0.1rem;
	display: block;
	color: #000;
}

.banner-xia-text .p2 {
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-size: 0.28rem;
	line-height: 0.5rem;
	height: 0.5rem;
	display: block;
	color: #676565
}



/*轮播图区*/
.banner {
	width: 100%;
	height: 10rem;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	height: 10rem;
	display: block;
}

/*********************************************************************************/


.index_box {
	margin-top: 0.1rem;
	padding-top: .1rem;
	padding-bottom: .2rem;
}

.index_content {
	width: 100%;
	box-sizing: border-box;
}


.index_title {
	position: relative;
	height: 0.8rem;
	width: 5rem;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.3rem;
}

.index_title_c1 {
	display: block;
	font-size: 0.3rem;
	height: 0.4rem;
	width: 100%;
	line-height: 0.4rem;
	text-align: center;
	color: #BF1E2D;
	font-weight: bold;
}

.index_title_c2 {
	display: block;
	position: absolute;
	top: 0.42rem;
	width: 100%;
	height: 0.03rem;
	line-height: 0.4rem;
	background: #BF1E2D;
	margin: 0 auto;
	z-index: -100;
}

.index_title_c3 {
	background: #fff;
	display: block;
	font-size: 0.24rem;
	width: 2rem;
	height: 0.38rem;
	line-height: 0.38rem;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #999;
}


.bin_box {
	position: relative;
	float: left;
	width: 7rem;
	height: 4.5rem;
	overflow: hidden;
	text-align: center;
	background: #f4f4f4;
	margin: 0.15rem;
	border-radius: 0.07rem;
}

.bin_box img {
	position: relative;
	width: 7.5rem;
	min-height: 4.5rem;
}

.bin_box_text {
	position: absolute;
	width: 100%;
	line-height: 1rem;
	bottom: 0;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	background-color: #000;
	opacity: .8;
}

.index_show_box {
	position: relative;
	float: left;
	width: 7.5rem;
	height: auto;
	overflow: hidden;
	border-bottom:0.15rem solid #F2F2F2;

}

.index_show_box img {
	position: relative;
	width: 7.5rem;
	min-height: 4.5rem;
}
.index_show_text {
	width: 100%;
	background-color: #fff;
	padding:0.3rem;
}
.index_show_text1 {
	line-height:0.5rem;
	font-size:0.3rem;
	color: #111;

}
.index_show_text2 {
	line-height:0.4rem;
	font-size:0.26rem;
	color:#8c8985;
	font-weight:bold;
}



.index_about {
	background: url("../img/about.png") 100% 100% no-repeat;
	width: 7.5rem;
	height: 5rem;
	overflow: hidden;
	position: relative;
}

.index_about .index_about_c {
	color: #666666;
	font-size: 0.28rem;
	box-sizing: border-box;
	padding: 0rem .2rem;
	width: 100%;
	height: 3rem;
	line-height: .6rem;
	overflow: hidden;
}

.index_about .index_about_more {
	display: block;
	width: 1.12rem;
	height: .5rem;
	line-height: .5rem;
	border: 1px solid #006FD6;
	text-align: center;
	position: absolute;
	right: .3rem;
	bottom: .3rem;
	color: #006FD6;
	font-size: 0.22rem;
	border-radius: 0.1rem;
}

/**新闻动态区*/

.index_news_li {
	display: block;
	width: 7.1rem;
	height:1.5rem;
	border-bottom: 1px dashed #b2b2b2;
	padding: 0.2rem 0.1rem;
}

.index_news_img{
	position:relative;
	width:2rem;
	height:1.5rem;
	overflow:hidden;
	float:left;
	margin-right:0.2rem;
}
.index_news_img img{
	min-width:2rem;
	height:1.5rem;
}
.index_news_li_top {
	width:4.7rem;
	height:0.55rem;
	line-height:0.55rem;
	overflow:hidden;
	float:left;
	display: block;
}

.index_news_li_top_c1 {
	width: 70%;
	font-size: 0.28rem;
	color: #111;
	float: left;
	font-weight: bold;
}

.index_news_li_top_c2 {
	width: 26%;
	color: #111;
	font-size: 0.28rem;
	float: left;
	text-align: right;

}

.index_news_li_bt {
	width:4.7rem;
	height:1rem;
	overflow:hidden;
	float:left;
	color: #777;
	display: block;
	font-size: 0.26rem;
	overflow: hidden;
	line-height: .5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_more {
	display: block;
	padding: .15rem 0;
	border: 1px solid #BF1E2D;
	font-size: 0.24rem;
	border-radius: .07rem;
	text-align: center;

	width: 2.2rem;
	margin: 0.1rem auto;
	color: #BF1E2D;
	margin-top: .2rem;
	font-weight: bold;
}

.index_more:visited {
	color: #BF1E2D;
}

/**********************************************************************************************/


/***********************************************************************************/


.bottom {
	padding-right: 0;
	background-color: #006FD6;

}



.bottom_top {
	box-sizing: border-box;
	padding: .3rem;
	background-color: #F2F2F2;
	position: relative;
	width: 100%;
	height: auto;
}

.bottom_bt {
	width: 7.5rem;
	height: auto;
	line-height: 0.5rem;
	background: #000;
	font-size: 0.28rem;
	color: #8c8985;
	text-align: center;
	padding: 0.2rem 0;
}

.bottom .rt_top_li {
	padding-left: 0.2rem;
	text-align: left;
	color: #FFFFFF;
	font-size: 0.32rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	font-weight: bold;
}

.bottom .rt_bt {
	margin-left: 0.2rem;
	text-align: left;
	overflow-x: hidden;
	color: #ddd;
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem;
	border-bottom: 1px solid #333;
}

/*******************************************************************************************/
.b1 {
	position: relative;
	width: 100%;
	height: 3.5rem;
}

.b1 img {
	position: relative;
	width: 100%;
	height: 3.5rem;
}

.bi_text {
	position: absolute;
	width: 7.5rem;
	top: 1.5rem;
	left: 0.2rem;
	letter-spacing: 3px;
	color: #fff;
	z-index: 999;
	text-align: center;
	font-size: 0.45rem;
	text-shadow: 1px 1px 5px #111;
}

/*###################################*/
.b2 {
	width: 95%;
	margin: 0 auto;
	line-height: .8rem;
	border-bottom: 1px solid #dddddd;
	font-size: 0.28rem;
	font-weight: bold;
}

.b2 a {
	color: #333333;
}

.title_line_left_2 {
	position: relative;
}

.title_line_left_2:after {
	content: "";
	position: absolute;
	height: .3rem;
	border-left: 2px solid #006FD6;
	top: 50%;
	left: 0;
	margin-left: -.1rem;
	margin-top: -.15rem;
}

/*####################################################*/
/*产品列表*/
.b3 {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #F2F2F2;
}

.b3_li {
	display: block;
	width: 2rem;
	text-align: center;
	line-height: .8rem;
	font-size: 0.28rem;
	color: #111;
	font-weight: bold;
}

.b3_li_act {
	color: #BF1E2D;
}

.b3_choose {
	background-color: #006FD6;
	color: #fff;
	border: 1px solid #006FD6;
}

/******************************************************/


.d2 {
	margin: 0.1rem;
}

.d2_title {
	line-height: .8rem;
	height: .8rem;
	font-size: 0.35rem;
	text-align: center;
	padding: 0 .2rem;
	font-weight: bold;
}

.d2_other {
	padding-left: .2rem;
	text-align: center;
	height: .3rem;
	line-height: .5rem;
	height: .5rem;
	position: relative;
	font-size: 0.26rem;
	margin-bottom:0.2rem
}

.d2_p {
	line-height: 0.6rem;
	padding: .2rem;
	font-size: 0.28rem;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.d2_p img {
	max-width: 100%;
}

.d2_next {
	margin: .2rem;
	line-height: 0.4rem;
	font-size: 0.26rem;
}

.d2_next a {
	color: #111;
}



/***********************************************************************************************/
/*liuyan*/
/*liuyan*/
.liuyan_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0.2rem;
}


.liuyan_box .liuyan_li {
	position: relative;
	width: 100%;
	min-height: 0.5rem;
	margin: 0.4rem 0;
}

.liuyan_box .liuyan_li .title {
	position: relative;
	display: block;
	float: left;
	width: 1.1rem;
	text-align: right;
	font-weight: bold;
}

.liuyan_box .liuyan_li input {
	display: block;
	position: relative;
	float: left;
	width: 5.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.28rem;
}

.liuyan_box .liuyan_li textarea {
	display: block;
	position: relative;
	float: left;
	width: 5.6rem;
	height: 1.5rem;
	line-height: 0.5rem;
	font-size: 0.28rem;
}

.liuyan_box .btn_liuyan {
	width: 90%;
	text-align: center;
	margin-top: 0.3rem;
}

.liuyan_box .btn_liuyan button {
	width: 2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.1rem;
	background: #d02228;
	color: #fff;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	border: 0;
}

/***********************************************************************************************/



.mustxing {
	position: absolute;
	right: 5px;
	top: 0px;
	vertical-align: middle;
	color: #EA2020;
}

label.error {
	color: #fff;
	position: absolute;
	height: 20px;
	display: block;
	width: auto;
	left: 1.1rem;
	line-height: 20px;
	background: #BF1E2D;
	padding: 0 5px;
	border: 1px #fff solid;
	opacity: 0.8;
	z-index: 10000;
	border-radius: 3px;
	font-size: 12px;
}


/*内页导航*/
.sub_menu {
	width: 96%;
	margin: 0 auto;
}

.sub_menu ul {
	width: 100%;
	margin: 10px auto 30px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.sub_menu ul li {
	margin: 1%;
	width: 31%;
	height: 0.6rem;
	overflow: hidden;
}

.sub_menu ul li a {
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0rem;
	font-size: 0.26rem;
	color: #BF1E2D;
	border: 1px solid #BF1E2D;
	text-align: center;
	font-weight: bold;
}

.sub_menu ul li .current {
	background-color: #BF1E2D;
	color: #fff;
}


/*单页框架*/

.page-title {
	padding: 20px 0;
	text-align: center;
	margin-bottom: 10px;
}

.page-title h4 {
	width: 80%;
	font-size: 0.28rem;
	font-weight: 800;
	letter-spacing: 3px;
	color: #BF1E2D;
	position: relative;
	margin: 5px auto;
}

.page-title h4 span {
	color: #427092;
}

.page-title h4:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.page-title h4:before {
	content: '';
	width: 50px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.page-title b {
	font-size: 0.2rem;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.2);
}

.page-title b:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #BF1E2D;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -15px;
}

.page-title p {
	font-size: 1.4em;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	position: relative;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

.page-title p:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: #BF1E2D;
	left: 10px;
	bottom: -2px;
}

/***********************************************************************************************/
.scene-producelist-container {
	width: 100%;
	text-align: center;
}

.scene-producelist-title {
	padding-top: 0.3rem;
	font-size: 0.5rem;
	line-height: 0.8rem;
	color: #191919;
	transition-delay: .3s;
}

.scene-producelist-subtitle {
	padding-bottom: 0.1rem;
	margin-top: 0.1rem;
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: center;
	color: #666;
	transition-delay: .3s;
}

/***********************************************************************************************/