@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#333;
	font-family:Arial,Helvetica,sans-serif,Tahoma;
}
body{
	font-family:Arial,Helvetica,sans-serif,Tahoma;
	background:#fff;
	width:100%;
	height:100%;
	font-size:0.6rem;
	line-height: 0.7rem;
	margin:0 auto;
}
h1,h2,h3,h4,h5{
	font-weight: 400;
}
a{
	text-decoration:none;
}
li{
	list-style: none;
}
img{
	width:100%;
	height: 100%;
}
.btn{
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0.04rem;
	transition-duration: .3s;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	z-index: 0;
}

.btn:hover{
	text-decoration:none;
}
.container{
	width:100%;
	clear: both;
	margin:auto;
	max-width: 16rem;
}
.row{
	padding: 0 0.1rem ;
	margin:0 auto;
	overflow: hidden;
}
.title_bar{
	margin:0;
	padding:0.47rem 0;
	text-align: center;
	background-color:#f5f5f5;
}
.title_bar p{
	font-size:0.9rem;
}
.title_bar p span:nth-child(odd){
	color:#e10019;
}
.title_bar p span{
	font-weight: bold;
}
/********************** nav ********************************/
.nav_dark_backdrop.in{
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.5);
}
.nav_dark_backdrop{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	width:100%;
	left: 0;
	right:0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	z-index: 999;
}
.nav{
	position:fixed;
	right: 0;
	width:13.9rem;
	top:0;
	bottom: 0;
	height: 100%;
	background-color:#fff;
	z-index: 999;
	transform: translate3d(13.5rem,0,0);
    transition: all 0.5s ease;
	line-height: 1rem;
}
.btn_slide_bar:hover{
	cursor: pointer;
}
.nav>ul>li:first-child{
	background-color:#e10019;
	
}
.nav>ul>li:first-child span{
	color:#fff;
}
.nav>ul>li:first-child .nav_img{
	float: left;
}
.nav>ul>li{
	display:block;
	padding:0.6rem 0.4rem 0.6rem 1.125rem;
	background-color:#fff;
}
.nav>ul>li>a{
	display: block;
}
.nav>ul>li:last-child{
	padding:0;
}
.nav.nav>ul>li>span,.nav.nav>ul>li>a>span{
	font-size:0.9rem;
}
.nav_logo_img{
	width:1.775rem;
	height: 2.125rem;
	margin-top:1.25rem;
	text-align: center;
	margin:0 auto;
	margin-top:2rem;
}
.nav_img_back,.nav_img,.nav_list_img{
	width:1.3rem;
	height: 1.3rem;
	margin-right: 0.6rem;
	float:left;
}
.nav_img_back{
	width:1.1rem;
	height: 0.825rem;
	margin-right: 1.3rem;
}
.nav_img_list,.nav_img_list_od{
	float:right;
	width:0.75rem;
	height: 0.75rem;
	margin-right: 1.125rem;
	margin-top:0.15rem;
}
.nav_img_left{
	float:left;
	margin-right: 0.5rem;
}
.nav_second {
	font-size:0.7rem;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	overflow: hidden;
	height: 0;
	margin: 0.2rem 0;
	width:100%;
}
.nav_second.nav_second_in{
	float:left;
	height: auto !important;
}
.nav_second li{
	border-bottom: 0.01rem solid #999;
	padding: 0.7rem;	
	cursor:  pointer;
	display: block;
}
.nav_second li span{
	color:#777;
}
.nav_second_img{
	width:0.675rem;
	height:0.675rem;
	float:right;
}

/********************** end nav ********************************/
/******************** nav small  *************************/
.nav_small_top{
	display: block;
	overflow: hidden;
	background-color:#fafafa;
}
.nav_small_top>ul{
	overflow:hidden;
	width:100%;
}
.nav_small_top>ul>li{
	float:left;
	font-size:0.7rem;
	padding:0.4rem 0;
	text-align: center;
	width:60%;
	font-family: "黑体";
}
.nav_small_top>ul>li>p{
	font-size:0.8rem;
	font-weight: bold;
		
}
.nav_small_img{
	width:8rem;
	height: 1.5rem;
	margin: 0 auto;
}
.nav_small_top>ul>li:last-child{
	width: 20%;
	text-align: right;
	font-size:1rem;
}
.nav_small_top>ul>li:last-child i{
	margin-right:0.5rem;
	color:#b81b32;
	padding-top:0.3rem;
}
.nav_small_top>ul>li:first-child{
	width: 20%;
	text-align: left;
}
.nav_small_top>ul>li:first-child i{
	margin-left:0.5rem;
	font-size:1.5rem;
}

/******************** end nav small  *************************/
/***************** refer bottom ******************/
.refer_container{
	/* background-color:#e10019;
	position:fixed;
	bottom:0;
	width:100%;
	max-width: inherit;
	z-index: 99; */
	width: 100%;
}
.refer_bottom{
	display: block;
	background-color:#e10019;
	position:fixed;
	bottom:0;
	width:100%;
	max-width: inherit;
	z-index: 99;
}
.refer_bottom li{
	text-align: center;
	float:left;
	width:100%
}
.refer_bottom li:first-child{
	border-right:0.01rem solid #fff;
}
.refer_bottom li a{
	display: block;
}
.refer_bottom li i,.refer_bottom li span{
	color:#fff;
	font-size:0.6rem;
	padding:0.7rem 0;
}
.refer_bottom li i{
	font-size:0.625rem;
	margin-right: 0.125rem;
}
.refer_bottom li:last-child i{
	margin-right:0.375rem;
}
/***************** end refer bottom ******************/
/************************ foot ************************/
.foot_container{
	background-color:#f7f7f7;
	box-shadow: 0 -0.04rem 0.1rem 0.01rem #999;
}
.foot_logo{
	text-align:center;
}
.foot_logo img{
	width:1.75rem;
	margin:0.3rem 0;
}
.foot_logo p{
	font-size:0.45rem;
}
.foot_link{
	text-align: center;
	margin-top:0.25rem;
}
.foot_link ul{
	overflow:hidden;
	width:13.75rem;
	display: block;
	margin:0 auto;
	margin-bottom:0.4rem;
}
.foot_link li{
	float:left;
	display: block;
	width:3.4rem;
	text-align: center;
}
.foot_link li a{
	color:#666;
	font-size:0.4rem;
	display: block;
	border-right: 0.05rem solid #999;
	line-height: 0.6rem;
}
.foot_link li:last-child a{
	border-right: 0 solid #fff;
}
.foot_back_top{
	text-align:center;
	margin-top:0.5rem;
}
.foot_back_top span{
	border:0.05rem solid #ff6600;
	border-radius: 50%;
	text-align: center;
	height: 1rem;
	width: 1rem;
	display: block;
	margin:0 auto;
	cursor: pointer;
}
.foot_back_top span i{
	color:#ff6600;
	font-size:0.8rem;
}
.foot_back_top p{
	font-size:0.4rem;
	margin-bottom: 0.1rem;
	color:#666;
}
.foot_copyright{
	text-align:center;
	margin-top:0.625rem;
	margin-bottom: 2rem;
}
.foot_copyright p{
	color:#aeaeae;
	font-size:0.35rem;
	line-height: 0.7rem;
}
.foot_contact{
	margin-bottom: 0.5rem;
	overflow: hidden;
	padding-top:0.2rem;
}
.foot_contact_tel,.foot_contact_mail{
	float: left;
	width:7.8rem;
}
.foot_contact_tel ul>li,.foot_contact_mail ul>li{
	float:left;
	margin-bottom: 0.2rem;
}
.foot_contact_tel ul>li:first-child,.foot_contact_mail ul>li:first-child{
	width:1rem;
	height: 0.75rem;
	margin:0.35rem 0.5rem 0 0.37rem;
}
.foot_contact_tel p,.foot_contact_mail p{
	line-height: 0.5rem;
	color:#666;
}
.foot_contact_tel span,.foot_contact_mail span{
	line-height: 0.5rem;
	color:#ff6600;
	font-size: 0.64rem;
}
.foot_contact_divide{
	float:left;
	content: "";
	width: 0.05rem;
	background-color: #ccc;
	height: 0.75rem;
	margin-top:0.4rem;
}
/*********************** end foot ************************/
/*********************** page ******************************/
.page_container{
	padding:0.5rem  0.25rem;
	width:auto;
	background-color:#f1f1f1;
}
.page_row{
	border-radius:0.125rem;
	box-shadow:0.01rem 0 0.1rem 0.01rem #999;
	padding:0.3rem 0;
	background-color: #fff;
}
.page_fenx  li span{
	font-size:0.6rem;
}
.page_fenx li{
	float:left;
	text-align: center;
}
.page_fenx>li{
	width:72%;
}
.page_fenx>li:first-child,.page_fenx>li:last-child{
	width:14%;
}
.page_fenx>li:last-child{
	float:right;
	
}
.page_fenx>li:first-child p{
	border-right:0.05rem solid #f1f1f1;
}
.page_fenx>li:last-child p{
	border-left:0.05rem solid #f1f1f1;
}
.page_fenx>li>ul{
	width:100%;
}
.page_fenx>li>ul>li{
	width:33%;
}

.page_fenx>li>ul>li:first-child p,.page_fenx>li>ul>li:last-child p{
	color:#333;
}
.page_fenx>li>ul>li p{
	color:#999;
}
.page_fenx>li>ul>li p span{
	margin:0 0.25rem;
}
/*********************** end page ******************************/
/*************************** message btn **************************/
.message_btn_row{
	background-color:#f1f1f1;
	margin:0.5rem 0;
}
.message_btn{
	margin:0.5rem 0;
	padding:0.2rem 0.5rem;
	
} 
.message_btn a{
	margin:0 auto;
	background-color: red;
	border-radius: 0.375rem;
	display: block;
	font-size:0.7rem;
	color:#fff;
	padding:0.175rem;
}
/*************************** end message btn **************************/
/************************ search ***********************/
.search_container_bg{
	background-color:#f5f5f5;
	text-align: center;;
}
.search{
	padding:0.14rem 0 0;
	width:15.375rem;
	margin:0 auto;
	background-color: #fff;
	position: relative;
	top:-0.5rem;
	border-radius: 0.125rem;
	box-shadow: 0 -0.01rem 0.1rem 0.02rem #999;
}
.search_box{
	border-radius: 0.3rem;
	background-color: #f2f2f2;
	text-align: center;
	padding:0.15rem 0;
	margin:0 0.3rem;
	width:12.575rem;
	margin:0 auto;
	overflow: hidden;;
}
.search_container{
	overflow: hidden;
	width:3.375rem;
	margin:0 auto;
}
.search_container img{
	width:0.6rem;
	height:0.6rem;
	float:left;
	margin-top:0.2rem;
	margin-right: 0.625rem;
}
.search_container span{
	font-size:0.4rem;
	color:#666;
	display: block;
	float:left;
}
        /***** real  ******/
.search_real{
	position: absolute;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	margin:0 auto;
	left: 0;
	right:0;
	display: none;
}
.search_real_form{
	background-color:rgb(236,26,35);
	padding:0.1rem 0;
	overflow: hidden;
	padding:0.3rem 0;
}
.search_real_back{
	margin:0.1rem 0.4rem;
}

.search_real_back,.search_real_btn{
	width:1rem;
	height: 1rem;
	float:left;
}
.search_real_form input{
	height: 1.25rem;
	width:12rem;
	float:left;
	border:0 solid #999;
	border-radius: 0.125rem 0 0 0.125rem;
	padding-left:0.25rem;
	background-color:#f5f5f5;
	border:0.025rem solid #e1e1e1;
	border-right:0 solid #e1e1e1;
	font-size:0.6rem;
}
.search_real_btn{
	width:1.25rem;
	height: 1.25rem;
	background-color:#f5f5f5;
	border-radius: 0 0.125rem 0.125rem 0;
	border:0.025rem solid #e1e1e1;
}
        /***** end real  ******/
.prodect_center_nav_list {
	border-top:0.025rem solid #b2b2b2;
	margin-top:0.2rem;
	overflow:hidden;
}
.prodect_center_nav_list li{
	float: left;
	width:24.7%;
	border-right: 0.025rem solid #b2b2b2;
	padding:0.3rem 0;
}
.prodect_center_nav_list li a{
	font-size:0.55rem;
	color:#b2b2b2;
}
.prodect_center_nav_list li:last-child{
	border-right: 0 solid #b2b2b2;
}
.prodect_center_nav_list_active a{
	color:#e82542 !important;
}
.prodect_center_nav_list_active{
	border-bottom: 0.075rem solid #e82542;
}
/************************ end search ***********************/
/************************* index **************************/
.index_container{	
	background-color: #F5F5F5;
}
.index_title{
	height: 6rem;
}
.index_nav_list{
	height: 3.75rem;
	border-radius: 0.25rem;
	margin:0 0.5rem;
	background-color:#fff;
	padding:0.5rem 0 0 0.25rem;
	position: relative;
	top:-0.5rem;
	box-shadow: 0 -0.01rem 0.1rem 0.02rem #999;
}
.index_nav_list a{
	overflow:hidden;
	display: block;
}
.index_nav_list li{
	float:left;
	text-align: center;
	width:25%;
}
.index_nav_list li p{
	font-size:0.5rem;
	line-height: 0.6rem;
	margin-top:0.25rem;
}
.index_nav_list_img{
	width:2rem;
	height: 2rem;
	margin:0 auto;
}
.index_news_div{
	border-radius: 0.25rem;
	background-color: #fff;
	margin:0 0.25rem;
	box-shadow:  0 -0.01rem 0.1rem 0.02rem #999;
	margin-top:0.25rem;
}
.index_column_title{
	display:block;
	padding:0.625rem 0.25rem 0.5rem;
	font-size:0.8rem;
	border-bottom: 0.05rem solid #ededed;
}
.index_column_title span{
	content: "";
	height:0.75rem; 
	background-color: #df3031;
	margin-right: 0.75rem;
	width:0.15rem;
	display: block;
	float:left;
	border-radius: 0.2rem;
}
.index_column_title small{
	font-size:0.5rem;
	float:right;
	margin-right: 0.5rem;
	margin-top:0.1rem;
}
.index_column_title small i{
	margin-left: 0.3rem;
	font-size:0.6rem;
}
.index_business{
	overflow:hidden;
}
.index_business li{
	height:5.7rem;
	margin-top:1rem;
	margin-right: 0.3rem;
	width:12.85rem;
	
}
.index_business li img{
	border-radius:0.2rem;
}
.tempWrap{
	width:100% !important;
}


.index_product_container{
	padding:0.75rem 0.25rem 0.5rem;	
}
.index_business_production{
	overflow:hidden;
	margin-bottom: 0.35rem;
}
.index_business_production li{
	width:7.5rem;
	float: left;
}
.index_business_production li:first-child{
	margin-right:0.25rem;
}
.index_business_production_title{
	color:#c6c6c6;
	text-align: center;
	margin-top:0.5rem;
	margin-bottom: 0.25rem;
}


.index_product_title{
	box-shadow: 0.01rem 0.01rem 0.1rem 0.02rem #999;
	border-radius: 0.25rem;
	padding:0.4rem 0 0.4rem 0.4rem;
	margin:0 0.25rem;
	background-color: #fff;
}
.index_product_title .index_column_title{
	padding:0;	
	border-bottom: 0 solid #fff;
}
.index_product_list_img{
	height:6rem;
}
.index_product_list_info h1{
	font-size:0.7rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.index_product_list_info p{
	font-size:0.5rem;
	text-align: center;
	line-height: 0.6rem;
	padding-bottom: 0.2rem;
}
.index_product_div ul{
	overflow:hidden;
	margin-top:0.5rem;
}
.index_product_div ul li{
	float:left;
	background-color:#fff;
	box-shadow: 0.01rem 0.01rem 0.1rem 0.02rem #999;
	margin:0.25rem 0.4rem 0.25rem 0.15rem;
	width:7.45rem;
	border-bottom: 0.1rem solid #e82542;
	height: 9rem;
}
.index_product_div ul li:nth-child(2n){
	margin-right: 0;
}
.index_list_case_bg{
	background:#F5F5F5 url(../images/index_list_case.jpg) no-repeat top;
}
.index_list_server_bg{
	background:#F5F5F5 url(../images/index_list_server.jpg) no-repeat top;
}
.index_list_about_bg{
	background:#F5F5F5 url(../images/index_list_about.jpg) no-repeat top;
}
.index_list_case_bg,.index_list_server_bg,.index_list_about_bg{
	background-size: 100%;
	height: 5.325rem;
	margin:0.375rem 0.25rem;
	border-radius: 0.125rem;
	box-shadow:0.01rem 0.01rem 0.1rem 0.02rem #999
}
.index_list_case_bg h1,.index_list_server_bg h1,.index_list_about_bg h1{
	font-size:0.9rem;
	padding:1.5rem 0 0 0.75rem;
}
.index_list_case_bg p,.index_list_server_bg p,.index_list_about_bg p{
	padding-left:0.75rem;
	font-size:0.4rem;
	width:10rem;
	line-height: 0.6rem;
	margin-top:0.5rem;
	color:#999;
}
.index_friend{
	text-align: center;
	padding-top:0.5rem;
	margin-bottom: 0.7rem;
}
.index_friend h1{
	font-family: "黑体";
	font-size:1.675rem;
}
.index_friend p{
	margin-top:0.5rem;
	font-size:0.65rem;
}
.index_friend li{
	line-height: 0;
}
/************************* end index **************************/

/******************* product *********************************/
.product_list{
	margin-top: 0.3rem;
	
}
.product_center_title{
	height: 6rem;
}

.product_list_info{
	float: right;
	overflow: hidden;
	width:15.7rem
}
.product_list_info ul li{
	float:left;
	margin: 0.375rem  0.65rem 0.375rem 0.08rem;
	padding:0.625rem 0.625rem 0.2rem;
	box-shadow: 0 -0.01rem 0.1rem 0.02rem #999;
	border-radius: 0.25rem;
	background-color:#fff;
}
.product_list_info_img{
	width:6.075rem;
	height: 4.3664rem;
}
.product_list_info ul li:nth-child(even){
	margin-right: 0;
}
.product_list_info ul li p{
	text-align: center;
	font-size:0.6rem;
	padding:0.5rem 0 0;
	/*height:1.5rem;*/
	overflow: hidden;
	width:6.075rem;
}
.product_list_info ul li small{
	font-size:0.5rem;
	color:#e82542;
	display: block;
	margin-bottom: 0.2rem;
	width:6.075rem;
}
/******************* end  product *********************************/

/*********************** productInfo ******************************/
.product_info_img{
	width:100%;
	height: 10rem;
	margin-bottom: 0.375rem;
}
.product_info_pre{
	text-align:center;
}
.product_info_pre h1{
	font-size:0.9rem;
	display: block;
	color:#e21708;
	font-weight: bold;
	line-height: 1rem;
}
.product_info_pre p{
	max-height: 1.6rem;
	overflow: hidden;
	color:#666;
	padding:0 0.15rem;
	font-size:0.45rem;
	line-height: 0.8rem;
}
.product_info_pre_domain p{
	padding:0 0.15rem;
}
.product_info_pre_domain p span{
	color:#e10019;
}
.product_info_nav_con,#skip01,#skip02,#skip03,#skip04,#skip05{
	box-shadow: 0 0.05rem 0.2rem rgba(0,0,0,0.5);
	margin-top:0.3rem;
}
.product_info_nav_con{
	z-index: 98;
}
.product_info_nav_con_js{
    position:fixed;
	top:0;
	left:0;
	right: 0;
	margin:0 auto;
	background-color:#fff;
	
}
.product_info_nav_li_active{
	border-bottom: 0.05rem solid #c6383b;
}
.product_info_nav_ul li{
	display:block;
	float:left;
	/*width:25%;*/
	text-align: center;
	padding:0.3rem 0;
	font-size:0.52rem;
	margin-right:0.1rem;
}
.product_info_nav_ul li:last-child{
	margin-right:0;
}

.product_info_nav_ul li a{
	border-right: 0.025rem solid #C0C0C0;
	padding-right: 0.08rem;
	display: block;
	width:100%;
}
.product_info_nav_ul li:last-child a{
	border-right: 0 solid #C0C0C0;
}
.product_info_nav_ul li a span{
	color:#c6383b;
}
.product_info_nav_ul li a small{
	color:#c6383b;
}
.product_info_nav_ul li>span{
	float:right;
	line-height: 1.5;
	margin-top:0.07rem;
}
.product_info_title{
	margin:0.5rem 0;
}
.product_info_title p {
	margin-top:0.375rem;
}
.product_info_title p small{
	font-size:0.75rem;
}
.product_info_title p small{
	color:#c6383b;
}
.product_info_title p span{
	font-size:1.2rem;
	color:#c6383b;
}
.product_info_trait_img{
	width:14rem;
	height: 7.75rem;
	margin:0.2rem auto 0 auto;
	
}
.product_info_trait_info{
	margin-top:0.3rem;
	padding:0 0.3rem 0.3rem;
}
.product_info_trait_info p{
	font-size:0.5rem;
}
.product_info_characteristic{
	margin-top:0.2rem;
	padding-bottom: 0.5rem;
	overflow: hidden;
	margin-left: 0.02rem;
}
.product_info_characteristic li{
	width:7.57rem;
	float: left;
	text-align: center;
	margin:0 0.625rem 0 0;
	margin-bottom: 0.3rem;
}
.product_info_characteristic li:nth-child(even){
	margin: 0;
}

.product_info_characteristic li p{
	font-size:-0.3rem;
	margin:0.1rem 0;
	font-weight: bold;
	line-height: 0.8rem;
}
.product_info_characteristic li small{
	display: block;
	overflow: hidden;
	font-size:0.45rem;
	color:#666;
}
.product_info_parameter_table{
	margin:0.3rem 0;
}
.product_info_parameter_table p{
	/*font-size:0.5rem;*/
}
.product_info_parameter_table table{
	width:100%;
	border-collapse: collapse;
	font-size:0.4rem
}
.product_info_parameter_table table  tr:nth-child(even){
	background-color:#efefef;
}
.product_info_parameter_table table thead tr{
	background-color:#ddd;
	
}
.product_info_parameter_table table tr{
	text-align: center;
	border:0.01rem solid #CCC;
}

.product_info_parameter_table table tr:hover{
	background-color:#ddd;
}
.product_info_parameter_table table tr td{
	border:0.01rem solid #CCC;
	word-break: break-word;
}
.product_info_case{
	margin:0.3rem 0;
}
.product_info_case li{
	width:7.57rem;
	float: left;
	margin:0 0.625rem 0 0;
	margin-bottom: 0.5rem;
}
.product_info_case li:nth-child(2n){
	margin: 0;
}
.product_info_case li p{
	width:7.37rem;
	background-color:#565656;
	overflow:hidden;
	color:#fff;
	font-size: 0.5rem;
	margin-top:-0.15rem;
	padding-left: 0.2rem;;
	height: 0.65rem;
}
.product_info_case_btn{
	text-align:center;
	margin-bottom: 0.3rem;
	clear: both;
}
.product_info_case_btn a{
	border:0.025rem solid #666;
	width:3.5rem;
	padding:0.27rem 0;
	font-size:0.4rem;
	color:#666;
	border-radius: 0.125rem;
}
.product_info_consult form{
	padding: 0.4rem;
}
.product_info_consult select,.product_info_consult input{
	border:0.01rem solid #ebebeb;
	margin-bottom: 0.2rem;
	float: left;
	padding: 0.25rem 0 0.25rem 0.1rem;
}
.product_info_consult input{
	margin-right: 0.62rem;
	width:7rem;
}
.product_info_consult select{
	margin-right: 0.99rem;
	width:7rem;
}
.product_info_consult textarea{
	width:14.8rem;
	border-radius: 0.05rem;
	clear:both;
	border:0.01rem solid #ebebeb;
	padding:0.25rem 0 0 0.25rem;
	margin-bottom: 0.2rem;
}
.product_info_consult  fieldset{
	clear:both;
	margin-bottom: 0.19rem;
	border-radius: 0.05rem;
	padding-bottom: 0.15rem;
	border:0.01rem solid #ebebeb;
	width:15rem;
}
.product_info_consult  fieldset p{
	font-size:0.45rem;
}
.product_info_consult  fieldset li{
	display: block;
	float:left;
	background-color:#e6e6e6;
	margin:0.375rem 0.1875rem 0;
	text-align: center;
	padding:0 0.2rem;
	font-size:0.3rem;
}
.product_info_consult  fieldset li p{
	font-size:0.12rem;
}
.product_info_consult_btn{
	text-align:center;
	margin-bottom: 0.5rem;
}
.product_info_consult_btn a{
	background-color:#e10019;
	padding:0.22rem 0;
	width:3.4rem;
	color:#fff;
	font-size:0.4rem;
	border-radius: 0.125rem;
}
#skip05{
	margin-bottom: 0.3rem;
}
ul.choose-type-right>li.selected { 
	background: transparent url("../images/icon-selected.png") no-repeat right top; 
	 background-size:0.4rem 0.4rem;
	border:0.025rem solid #c6383b;
}
ul.ui-choose>li { 
	box-sizing: border-box; 
	border: 0.025rem solid #ccc; 
	float: left; 
	cursor: pointer; 
	position: relative; 
	z-index: 1; 
	min-width: 1.375rem; 
	text-align: center; 
}

/*********************** end productInfo ******************************/

/********************************* about us  *************************************/
.about_container{
	background-color:#f9f9f9;
}
.about_us_title{
	height:6rem;
}
.about_us_title_hd li{
	float:left;
	font-size:0.18rem;
	width:0.9rem;
	margin:0.11rem 0.299rem 0;
	font-weight: bold;
	padding-bottom: 0.15rem;
	cursor:pointer;
}
.about_us_title_hd li a{
	color:#666;
}
.about_us_title_hd{
	text-align: center;
	overflow: hidden;
}
.about_us_title_hd ul{
	width:4.5rem;
	margin:0 auto;
	overflow: hidden;
}
.about_us_title_hd_active{
	border-bottom:0.04rem solid #ec1a23;
}
.about_us_title_hd_active a{
	color:#333 !important;
}
.about_us_tab_pal{
	margin-top:0.3rem;
}
.about_us_tab_pal p{
	font-size:0.42rem;
	margin-bottom: 0.2rem;
	padding: 0 0.3rem;
}
.about_us_tab_pal_intro_ul{
	display:block;
	overflow: hidden;
}
.about_us_tab_pal_intro_ul li:first-child{
	width:10rem;
	height: 7.5rem;
	margin-right: 0.5rem;
}
.about_us_tab_pal_intro_ul li{
	float:left;
	margin-bottom: 0.5rem;
	width:4.75rem;
	height: 3.5rem;
}
.about_us_profile{
	box-shadow: 0 0.025rem 0.125rem #999;
	text-align: center;
}
.about_us_profile p{
	font-size: 0.7rem;
	padding:0.425rem;
}
.about_us_profile span{
	content: "";
	display: block;
	width:3.75rem;
	height: 0.1rem;
	background-color: #ec1a23;
	margin: 0 auto;
}
/********************************* end about us  *************************************/

/*******************************  server and parts parts **********************************/
.server_and_parts_img{
	background-color: #f5f5f5;
	width: 100%;
	margin:0.2rem 0 0.1rem;
}
.server_and_parts_img li{
	line-height: 0;
}
/******************************* end server and parts parts ****************************/

/* H5轮播图设置*/
.aui-banner-content {
	/*overflow-x: hidden;*/
	overflow: hidden;
	width: 100%;
	position:sticky;
	height:100%;
}

.aui-banner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: .5rem;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aui-banner-wrapper-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-pagination-item {
	margin: 0 .3rem;
	width: 0.35rem;
	height: 0.075rem;
	display: inline-block;
	background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
	background:#eb6106;
}

.aui-banner-wrapper-item img {
	width: 100%;
	background-size: cover;
}

.aui-header-center-clear {
	width: 100%;
	margin-left: 13%;
}





/********************* message ***********************/
.message_container{
	padding-bottom:0.5rem;
	background-color: #f5f5f5;
}
.message_row{
	box-shadow:0 0.025rem 0.125rem #999;
	margin:0 0.2rem;
	background-color:#fff;
	border-radius: 0.125rem;
}
.message_board{
	margin:0.4rem auto 0;
	padding-left: 0.3rem;
}
.message_board>p{
	color:#777;
	font-size:0.5rem;
}
.field,.field_select{
	float:left;
	margin-left: 0.75rem;
	margin-bottom: 0.375rem;
}
.field:nth-child(odd),.field_select:nth-child(odd){
	margin-left: 0;
}
.message_board form label,.field_message textarea{
	color:#2f3443;
	margin-right:0.25rem;
	width:1.75rem;
	float: left;
	padding:0.3rem 0 0;
}
.message_board form span,.message_board>p>span{
	color:#e82542;
}
.message_board form input,.field_select select{
	width:6.5rem;
	height: 1.09rem;
	border:0.025rem solid #ddd;
	padding-left: 0.25rem;
	color:#2f3443;
	background-color:#fff;
}
.field_select select{
	width:6.875rem;
	height: 1.089rem;
}
.field_message{
	width: 16rem;
	float: inherit;
	clear: both;
	overflow: hidden;
}
.field_message textarea{
	width:14.3rem;
	margin-right:0;
	padding-left: 0.25rem;
	padding-top: 0.125rem;
	float: left;
}
.field_btn{
	width:100%;
	margin-top:0.5rem;
	clear:both;
	text-align: center;
}
.field_btn .t_submit{
	background-color:#e82542;
	width:3.8rem;
	font-size:0.65rem;
	border-radius: 0.125rem;
	color:#fff;
	display: block;
	margin:0 auto 0.5rem;
	padding:0.2rem 0;
	font-family: Sans-serif;
	font-weight: bold;
}
.field_message span{
	float:left;
}
.field_message label{
	padding:0 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#999;
	font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#999;
	font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#999;
	font-style: italic;
}
.contact_us_container{
	margin:0 auto 0.5rem;
	box-shadow: 0 0.025rem 0.125rem #999;
	
}
.message_row_address{
	padding:0.5rem;
	border-bottom: 0.025rem solid #a1a1a1;
	box-shadow: 0 0.025rem 0.125rem #999;
	background-color: #fff;
}

.message_row_address li{
	margin-bottom: 0.4rem;
	display: block;
}
.message_row_address li p span {
	font-size:0.6rem;
} 
.message_row_address li p i{
	margin-right: 0.1rem;
}
.message_row_address span:last-child{
	color:#666;
}
.message_row_addresss_mobile p i{
	font-size:0.7rem;
}
.message_row_address>p{
	font-size:0.7rem;
	font-weight: bold;
	margin: 0.1rem 0 0.3rem ;
}
.message_row .index_column_title{
	font-size:0.7rem;
	font-weight: bold;
}
.message_row .index_column_title span{
	margin-right:0.4rem;
}
/*************** end message *****************************/
