/*初始化样式*/
html {
-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {font-size:14px;/*font-family: Helvatica-light,Arial-regular,Libre Baskerville-Bold,Helvatica-Bold,Arial-bold;*/}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a {text-decoration:none; display: inline-block;}
a:active,a:hover {outline: 0;}
a:hover { text-decoration:underline; }
img {
	border:none; 
	display: block;
	height: auto;
	width: auto\9; /* ie8 */
	}
ol,ul,li { list-style:none; }
input, textarea, select, button {font-size: 14px;outline: none; }
table { border-collapse:collapse; }
/*html {overflow-y: scroll;}*/
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.video embed, 
.video object, 
.video iframe {
		width: 100%;
		height: auto;
	}
input:-webkit-autofill {
    color: #FFFFFF!important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.activeback{
	border-bottom: 2px solid red;
}
.carousel-indicators .active{
	background: red;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
	min-height: 262px;
}
.width_box{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.span_bottom{
	margin-top: 20px;
	display: inline-block;
	text-indent: 2em;
}
.lable_conm{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
}
/*1.首页页面*/
/*导航样式*/
.container_box{
	position: relative;
}
.container_nav{
	position: fixed;
	width: 100%;
	background-color: rgba(0,0,0,0.34);
	filter:Alpha(opacity=50);
	zoom: 1;
	z-index: 999;
}
.navbar{
	margin: 24px 0;
	border: none;
}
.navbar-brand{
	padding: 0;
}
.navbar-default{
	background:transparent ;
}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	color: white;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	color: white;
/*	border-bottom: 2px solid red;*/
}

.container_nav_center{
	max-width: 1200px;
	margin: 0 auto;
}
.classification_back{
	max-height: 446px;
	overflow: hidden;
	position: relative;
	margin: 22px 0px;
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-o-transition:all 1s; 
}
.classification_back img{
    display: block;  
    border: 0;  
    width: 100%;  
    transform: scale(1);  
    transition: all 1s ease 0s;  
    -webkit-transform: scale(1);  
    -webkit-transform: all 1s ease 0s; 
}
.classification_back img:hover{
	cursor: pointer;
	transform: scale(1.1);  
    transition: all 1s ease 0s;  
    -webkit-transform: scale(1.1);  
    -webkit-transform: all 1s ease 0s;  

}
.classification_back h1{
	position: absolute;
	color: white;
	font-size: 30px;
	top: 30px;
	left: 28px;
}
.classification_back a{
	display: inline-block;
	font-size: 16px;
	color: white;
	padding: 10px 30px;
	position: absolute;
	bottom: 44px;
	left: 28px;
	border: 1px solid white;
	border-radius: 44px;
	text-decoration:none;
}
/*banner部分*/
/*.background_box{
	min-height:514px;
}
.background_img{
	width: 100%;
	height: 100%;
	background: url(../img/home_banner_bg-2.png) no-repeat;
	background-size:cover ;
	background-position:center center;
}*/


/*底部样式(现在的用这个)*/

.wrapper{width: 1200px;margin: 0 auto;color: #fff;margin-top: 30px;}

.foot-gongying{float: left;margin-left: 90px;}
.foot-gongying .foot-title{font-size: 15px;margin-bottom: 30px;}
.foot-gongying .foot-content{font-size: 12px;margin-bottom: 15px;}
.foot-gongying a:link{text-decoration: none;color: white;}
.foot-tell-all{float: left;margin-left: 100px;margin-top: 20px;display: block;}
.foot-tell-all img{float: left;margin-right: 10px;}
.foot-tell-all .foot-tell-time{float: left;margin-bottom: 10px;}
.foot-tell-all .foot-tell-tell{float:left; font-size: 15px;}
.foot-tell-all span{font-size: 15px;}
.foot-tell-all .foot-kefu{float:left; margin-top:30px;width: 80%;text-align: center;background: #F54039;padding-top: 5px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;border-radius: 20px;border: none;}
.foot-tell-all .foot-kefu a:link{text-decoration: none;color: white;}
.foot-ewm{margin-top: 30px;}
.foot-ewm {float: left;margin-left: 50px;}
.foot-ewm .foot-text{margin-top: 10px;font-size: 13px;}
.foot-gongsi{margin: 0 auto;margin-top: 35px;text-align: center;}

/*底部样式(原来的，不用了)*/
.footer{
	background: #333333;
	color: #FFFFFF;
	padding: 50px 110px;
}
.address{
	font-size: 16px;
	margin: 38px 0 12px 0;
}
.certificate{
	font-size: 12px;
}
.footer_center{
	max-width: 1200px;
	margin: 0 auto;
}
.footer_img img{
	margin: 0 auto;
}
.about_list li a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.about{
	margin: 22px 0 16px 0;
	font-size: 14px;
}
.about_name{
	font-size: 16px;
}
/*.footer_img{
	margin: 22px 0 18px 0;
}*/
.about_font{
	font-size: 14px;
	margin-top: 18px;
	text-align: center;
}
.certificate span a{
	color: white;
	text-decoration: none;
}










/*2.选品页面*/
.xuanping_box{
	width: 100%;
	height: 761px;
	background: url(../img/163836648862392341.png) no-repeat;
	background-size:cover ;
	background-position:center center;	
}
.xuanpin_center{
	max-width: 1200px;
	margin: 0 auto;
}
.contain_center{
	text-align: center;
	margin-top: 188px;
}
.contain_center img{
	margin: 0 auto;
}
.contain_center h1{
	font-size: 40px;
	color: #333333;
}
.contain_center p{
	font-size: 18px;
	color: #666666;
	margin: 26px 0 24px 0;
}
.contain_center h6{
	font-size: 18px;
	color: #666666;
	margin-top: 24px;
}
.background_box{
	height: 761px;
}
.advantage_back{
	width: 100%;
	height: 100%;
	background: url(../img/xpcg_img_bg_5.png) no-repeat;
	background-size:cover ;
	background-position:center center;
}
.advantage_center{
	text-align: center;
	position: relative;
}
.advantage_hover{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -88px;
	display: none;
}
.advantage_center:hover .advantage_hover{
	display: block;
}
.advantage_img img{
	display: inline-block;
	margin: 0 auto;
}
.h1_header{
	text-align: center;
}
.h1_header h1{
	font-size: 30px;
	color: #FFFFFF;
	padding: 88px 0 10px 0;
}
.h1_header p{
	font-size: 14px;
	color: #FFFFFF;
}
.advantage_top{
	margin-top: 142px;
}
.advantage_h1{
	font-size: 18px;
	color: #fc6a60;
}
.advantage_h2{
	font-size: 18px;
	color: #2ae756;
}
.advantage_h3{
	font-size: 18px;
	color: #f0d348;
}
.advantage_h4{
	font-size: 18px;
	color: #20e3ff;
}
.advantage_h{
	margin: 40px 0 16px 0;
}
.advantage_info{
	font-size: 14px;
	color: #FFFFFF;
}
.server_center{
	max-width: 1200px;
	margin: 0 auto;
}
.server_h1{
	text-align: center;
}
.server_h1 h1{
	font-size: 30px;
	color: #333333;
	margin: 90px 0 12px 0;
}
.server_h1 p{
	font-size: 14px;
	color: #666666;
} 
.server_img{
	margin: 200px 0;
}




/*3.体验中心页面*/
.btn-default.focus, 
.btn-default:focus{
	color: #333;
    background-color: #fe655f;
    border:none;
}
.tiyan_center{
	max-width: 1200px;
	margin: 0 auto;
}
.tiyan_center h1{
	font-size: 30px;
	color: #333333;
	margin: 0px 0 12px 0;
	text-align: center;
}
.tiyan_center h6{
	font-size: 14px;
	color: #666666;
	margin: 0px 0 34px 0;
	text-align: center;
}
.tiyan_center p{
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-indent: 2em;
}
.yitan_p{
	margin: 46px 0 48px 0;
}
.tiyan_center .city_normor{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.tiyan_introduction,
.city_info,
.policy,
.prospect,
.proceduce,
.center_into,
.center_map{
	background: white;
	padding: 48px 30px;
	margin: 42px 0;
}
.prospect_center{
	margin-top: 17px;
}
.proceduce_center{
	position: relative;
}
.position_img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	display: none;
} 
.proceduce_center p{
	text-align: center;
	margin: 34px 0 100px 0;
}
.proceduce_center img{
	cursor: pointer;
	margin: 0 auto;
}
.proceduce_center:hover .position_img{
	display: block;
}
.prospect_center p{
	width: 80%;
	text-align: center;
	margin: 26px auto 0;
	text-indent: 0em;
}
.prospect_center img{
	margin: 0 auto;
}
.city_normor_top{
	margin-top: 70px;
}
.city_normor_topTwo{
	margin-top: 58px;
}
.city_normor_compar{
	margin-top: 64px;
}
.city_normor_tiaojian{
	margin-top: 48px;
}
.background_boxtian{
	position: relative;
	width: 100%;
    height: 761px;
    background: url(../img/tiyanzhongxin_banner_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.shop_center{
    padding-top: calc(10%);
    padding-top: -moz-calc(10%);
    padding-top: -webkit-calc(10%);
}
/*.order_p{
	position: absolute;
	bottom: 142px;
	width: 100%;
	text-align: center;
	z-index: 9;
}*/

.order_p h1{
	font-size: 50px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.order_p p{
	font-size: 30px;
	color: #FFFFFF;
}
.form-box{
	background: white;
	width: 90%;
	padding: 30px;
	margin: 0 auto;
}
.hope{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
}
.enter_btn{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: #fe655f;
	border-radius: 20px;
	border: none;
	color: white;
}
.income_p{
	margin: 20px 0;
}
.center_map tr,
.center_map th{
	text-align: center;
}
#cg_address select{
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.check_EX{
	color: red;
	font-size: 12px;
	display: none;
}
.addborder{
	border: 1px solid red;
}

/*发展规划页面*/
.img_margin img{
	margin: 30px auto;
}

/*供应端入口页面*/
.gongying_center{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.gongying_normor h1{
	font-size: 30px;
	color: #333333;
	margin-top: 90px;
	margin-bottom: 12px;
}
.gongying_normor h6{
	font-size: 14px;
	color: #666666;
}
.gonging_info{
	margin-top: 204px;
}
.gonging_info img{
	margin: 0 auto;
}
.gonging_info p{
	max-width: 168px;
	font-size: 14px;
	color: #999999;
	margin: 0 auto;
}
.gonging_info h2{
	font-size: 18px;
	color: #333333;
	margin: 12px 0;
}
.gonging_info1{
	margin-top: 162px;
	margin-bottom: 140px;
}
.gonging_info1 h2{
	margin: 20px 0 0 0;
}


/*关于我们页面*/
.about_us{
	padding-top: 100px;
}
.about_us_center{
	max-width: 1200px;
	margin: 0 auto;
}
.about_us_img img{
	margin: 72px auto 94px;
}
.about_us_header h1{
	margin: 36px 0 10px 0;
	font-size: 30px;
	color: #333333;
}
.about_us_header h4{
	font-size: 14px;
	color: #666;
	margin-bottom: 34px;
}
.about_container{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 26px 0 48px 0;
	margin-bottom: 143px;
	background: white;
}
.about_us_h1 h1{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.about_us_h1 h6{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 10px 0 30px 0;
}
.about_us_h1 p{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	margin: 24px 80px;
}

/*联系我们页面*/
.Contact_us{
	border-top: 1px solid #e7e7e7;
}
.Contact_info{
	background: #f3f3f3;
	/*background: #000000;*/
	width: 90%;
	margin: 10px auto;
	height: 336px;
}
.Contact_info img{
	margin: 0 auto;
}
.Contact_info h1{
	margin: 28px 0 32px 0;
	text-align: center;
	font-weight: 600;
}
.Contact_info p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
}
.Contact_info h1{
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}

/*发货物流页面*/
#tbody_tep tr:nth-child(odd){
	background: #f3f3f3;
}
.table_box th{
	text-align: center;
}
.table_box{
	background: white;
	padding-bottom: 20px;
	margin-top: 52px;
}
.table_box h2{
	font-size: 16px;
	color: #333333;
}
.table_box h2,
.table_box p,
.select_city{
	text-align: left;
}
/*.container{
	text-align: left;
	margin: 0;
	padding: 0;
}*/
.select_box select{
	width: 208px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	display: inline-block;
}
#baigou{
	width: 208px;
}
.city_btn{
	width: 72px;
	height: 26px;
	text-align: center;
	border-radius:4px ;
	outline: none;
}
.p_none{
	display: none;
	text-align: left;
}
.p_none_di{
	height: 38px;
	text-align: left;
	line-height: 38px;
	margin-left: 16px;
}
.table_box h2{
	font-size: 16px;
	color: #333333;
	padding:14px 0 40px 22px; 
}
.select_city span{
	font-size: 14px;
	color: #666666;
	margin-right: 12px;
}
.select_city div input{
	border: 1px solid #c2c2c2;
	height: 26px;
	display: inline-block;
}
.center_top{
	margin-top: 20px;
}


/*新闻中心页面*/
.new_center{
	max-width: 1200px;
	margin: 0 auto;
	min-height: 62vh;
	padding-top: 100px;
}
.new_titel h1{
	font-size: 30px;
	color: #333333;
	padding-top: 36px;
}
.new_titel p{
	font-size: 16px;
	color: #666666;
	margin: 12px 0 34px 0;
}
#newtepbox{
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 26px 0;
	min-height: 62vh;
}
.new_tittle h1{
	font-size: 28px;
	color: #333333;
}
.new_author{
	margin: 13px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
    height: 40px;
}
.new_author span{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-right: 80px;
}
.new_tittle{
	margin: 26px 0 0;
}
.new_contion{
	display:-webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
/*.see_detail{
	font-size: 14px;
	color: #fa3d31;
	cursor: pointer;
	width: 100px;
	background-image:url(../img/xwzx_chakanxiangqing_icon.png) ;
	background-repeat:  no-repeat;
	background-position: 66px 3px;
}*/
#details_new h1{
	font-size: 33px;
	color: #333333;
	margin: 20px 0 36px 0;
}
.spanlabel{
	color: red;
}
#iframe,
#details_new{
	padding:20px 0 20px 0 ;
	/*border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;*/
}
#iframe{
	text-align: left;
}
#iframe img{
	max-width: 100%;
	height: auto; 
	display: block;
}

/*网购页面*/
.background_wanggou{
	width: 100%;
	height: 761px;
	background: url(../img/wanggongyewu_banner_bg.png) no-repeat;
	background-size:cover ;
	background-position:center center;	
}
.maring_box{
	margin: 20px 0;
}
#radio_choose{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content:space-between
}
.img_center{
	margin-top: 20px;
}
.img_center img{
	margin: 0 auto;
}
.img_center span{
	display: block;
	width:276px;
	margin: 20px auto 0;
}
.ul_list li{
	margin: 10px 0;
}
.bottom_img{
	margin-top: 50px;
}
.bottom_img img{
	margin: 0 auto;
}
.bottom_img span{
	display: block;
	margin-top: 20px;
	text-align: center;
}
#checkbox_choose label{
	margin-right: 10px;
}
.btn-default:hover{
	color: #333;
    background-color: #fe655f;
    border-color: #fe655f;	
}

/*核心优势*/
.flip-container {
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -ms-transform: perspective(500px);
    -moz-transform: perspective(500px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    margin: 30px;
    display: inline-block;
    position: relative;
}
/*由于内层绝对定位导致高度缺少，这里显式设置了宽高*/
.flip-container, .front, .back {
    width: 240px;
    height: 308px;
    cursor: pointer;
}

.flip-container:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 3; /* 降级处理不支持CSS3的浏览器，只是简单的将back上升盖住front */
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 0px;
    left: 0px;
}
.front {
    z-index: 2;
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/*新品发布*/
.information{
	display:-webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.product{
	cursor: pointer;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: white;
	-moz-box-shadow:1px 1px 1px 1px #ccc;/* 老的 Firefox */
	box-shadow:1px 1px 1px 1px #ccc;
}
.information{
	height: 40px;
	width: 90%;
	margin: 0 auto;
}
.product p{
	width: 90%;
	margin: 5px auto;
	color: #666666;
	font-size: 14px;
}
.p_title span{
	font-size: 16px;
	color: black;
}
/*商品详情页面*/
.informationa{
	display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: black;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    font-size: 16px;
}
.tital_p{
	color: #000000;
	font-size: 16px;
	margin: 10px 0;
}
.box_b span,
.box_a span{
	margin-bottom: 15px;
	display: inline-block;
}
.price_numc span,
.price_numb span{
	padding: 5px 8px;
	border:1px solid #C0C0C0;
	border-radius: 4px;
	margin: 15px 15px 15px 0;
	cursor: pointer;
	display: inline-block;
}
.price_numa:after{
	content:".";clear:both;display:block;height:0;overflow:hidden;visibility:hidden;
}
.price_numa div{
	background: #FE655F;
	padding: 5px 8px;
	margin: 10px 10px 0 0;
	width: auto;
    float: left;
    color: white;
    text-align: center;
    border-radius: 4px;
}
.addColor{
	background:#FE655F;
}
/*#tabale_attr tr{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex: 12;
	justify-content: center;
    align-items: center;
    width: 100%;
}*/
#tabale_attr{
	text-align: center;
	margin-top: 20px;
}
#imgappend img{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.img_tital{
	width: 100%;
}
.img_centera{
	width: 200px;
	text-align: center;
	height: auto;
	background: #f3f3f3;
	margin: 0 auto;
}
.img_block{
	text-align: center;
	height: 20px;
	width: 78%;
	margin: 20px auto;
	border-bottom: 1px solid #C0C0C0;
}
.img_show img{
	display: inline-block;
	width: 80%;
	margin: 0 auto;
}
.img_show{
	padding-top: 20px;
	margin-bottom: 20px;
}

/*活动页面*/
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
	width: 353px!important;
	height: auto;
}
.contain_h2 h2{
	color: #333333;
	margin: 34px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.contain_div{
	color: #666666;
	font-size: 14px;
}
.time_con{
	font-size: 14px;
	color: #333333;
	margin: 60px 0 20px 0;
}
.h4_name{
	margin: 20px 0;
}
.img_width img{
	display: inline-block;
	width: 100%;
}
.swiper-slide a:hover{
	text-decoration: none;
}

/*活动页面*/
.header_span{
	color: #333333;
	font-size: 24px;
	line-height: 40px;
	margin: 52px 0 40px 0;
	text-align: left;
}
.item_in{
	font-size: 16px;
	color: 18px;
	line-height: 40px;
	text-align: left;
}	
.item_in img{
	display: block;
	float: left;
	margin-top: 8px;
}
.header_spanA{
	margin-top: 100px;
}
.header_spanA a{
	color: #fd655e;
}
.gonging_info h4{
	margin: 26px 0 18px 0;
}
.activity_padding{
	margin: 20px 0 60px 0;
	min-height: 423px;
	padding: 50px 0;
}
.activity_padding h2{
	font-size: 20px;
	color: #333333;
}
.activity_padding:hover{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
.honored{
	margin: 0 10px;
}
.gongying_normor{
	/*background: #F9F9F9;*/
	background: white;
}








/*响应式布局移动端细调*/
@media (max-width: 768px){
	/*.banner-img{
		height: 314px;
	}*/
	.order_p{
		z-index: 99;
	}
	.new_titel h1{
		font-size: 20px;
	}
	.new_tittle h1{
		font-size: 20px;
	}
	.new_author span{
		margin-right: 20px;
	}
	.new_center{
		margin: 0 20px;
	}
	#details_new h1{
		font-size: 20px;
	}
	.navbar{
		z-index: 999;
	}
	.navbar-brand>img{
		height: 34px;
		margin: 10px;
	}
	.navbar{
		margin: 10px;
	}
	.footer{
		padding: 10px 20px;
	}
	.activeback{
		border: none;
	}
	.background_box{
		height: auto;
	}
	.contain_center h1{
		font-size: 20px;
	}
	.contain_center p{
		font-size: 13px;
	}
	.contain_center img{
		height: 120px;
		width: 120px;
	}
	.advantage_center{
		margin: 20px 0;
	}
	.tiyan_introduction div img{
		margin: 10px auto;
	}
	.background_imgtian img{
		min-height: 262px;
	}
	.order_p h1{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.order_p p{
		font-size: 14px;
	}
	.order_p{
		bottom: 20px;
	}
	.certificate span{
		height: 25px;
		line-height: 25px;
	}
	.xuanping_box{
		height: 418px;
	}
	.contain_center{
		margin-top: 96px;
	}
	.advantage_top{
		margin-top: 20px;
	}
	.gonging_info{
		margin-top: 104px;
		margin-bottom: 0;
	}
	.footer_img img{
		margin: 0;
	}
	.about_font{
		text-align: left;
	}
	.about_us_header h1{
		font-size: 20px;
		margin-left: 20px;
	}
	.about_us_header h4{
		margin-left: 20px;
	}
	.about_us_h1 h1{
		font-size: 24px;
	}
	.about_us_h1 p{
		margin: 24px 30px;
	}
	.about_us_img{
		width: 92%;
		margin: 0 auto;
	}
	.about_container{
		margin-bottom: 80px;
	}
	#captalSelect,
	.city_btn{
		margin:10px 0 10px 0px;
	}
	.header_span{
		font-size: 16px;
		margin: 52px 10px 40px 10px;
	}
	.item_in{
		margin-bottom: 10px;	
		font-size: 14px;
	}
	
	
	
	
	
	
}







