/** 通用 **/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-appearance: none;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 100%;*/
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #666
}
ul,li{
	list-style:none;
}
h1,h2,dl,dd,ul,li{
	margin:0;
	padding:0;
}
hr {
  border: 0;
  border-bottom: 1px solid #333;
  margin: 8px 0;
}


body {
  font-family: Microsoft Yahei, sans-serif;
  /*background-color: #eee;*/
  background-color: #f6f6f6;
  height: auto;
  background-repeat: repeat;
  background-size: 100% auto;
/*	-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
}

/*设置选择目标背景色*/
::selection {
	background-color: red;
	color: #fff
}
/*设置选择目标背景色*/

/*设置滚动条样式*/
::-webkit-scrollbar { /*滚动条整体*/
width:10px;
height:10px;
overflow:auto
}
::-webkit-scrollbar-thumb {/* 滚动条里面小方块*/
background-color:#e6e6e6;
min-height:25px;
min-width:25px;
border:1px solid #e0e0e0
}
::-webkit-scrollbar-track { /*滚动条轨道*/
background-color:#f7f7f7;
border:1px solid #efefef
}
/*设置滚动条样式*/


.btn {
  border: 0;
	border-radius: 3px;
	/*box-shadow: 0 1px 2.5px rgba(0,0,0,.6);*/
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-appearance: none;
	outline: none;
  font-family: inherit;
  cursor: pointer;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	padding:7px 20px;
    color: #fff;
}
/* 按钮初始色，橙 */
.btn_color_1 {
  background-color: #f3861c;
  color: #fff;
}
.btn_color_1:hover {
  
  box-shadow: 0 1px 6px rgba(0,0,0,.3);
  border-bottom:#fff 1px solid;
}

.btn_shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.btn.disabled,
.btn.disabled:hover {
  background-color: #e5e5e5;
  color: #6b6b6b;
  box-shadow: none;
  cursor: default;
}
.card {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.iconfont{
	color:#fff;
	font-size:20px!important;
}


.header{
	position:relative;
	background-color:#f3861b;
	box-shadow:0px 2px 6px rgba(0,0,0,0.15);
	border-bottom: 1px solid #ffa245;
	z-index:9;
}
.header_box{
	width:100%;
	max-width:1200px;
	height:90px;
	margin:0 auto;
}
.logo{
	/*width:130px;*/
	height:53px;
	margin-top:16px;
	float:left;
	display:inline-block;
}
.logo img{
	width:100%;
}
.active a{
	color:#333;
}
.nav{
	float:right;
	display:inline-block;
}
.nav_box{}
.nav_box li{
	padding:0 20px;
	line-height:68px;
	display:inline-block;
}
.nav_box li a{
	color:#fff;
	font-size:18px;
	display:inline-block;
}
.nav_box li a:hover{
	color:#b25800
}

.header_right{
	position:absolute;
	right:10px;
	top:50%;
	margin-top: 12px;
}
.header_right a{
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.header_right .weixin{
	padding-left:10px;
}
.header_right .weixin i{
	float:left;
}
.header_right .weixin span{
	padding-left:5px;
	float:right;
	color:#fff;
}

.header_email{
	position:absolute;
	right:10px;
	top:42%;
}
.header_email a{
  color:#fff;
}

.hide{
	display:none;
}
.serch_box{
	width:280px;
	height:35px;
	font-size:0;
	position:absolute;
	right:0px;
	top:60px;
	z-index:9
}
.s_input{
	width:80%;
	height:33px;
	border-radius:5px;
	padding:5px;
	outline:none;
	display:inline-block;
	border:1px solid #f3861b;
	background-color:#fff;
}
.s_btn{
	margin-left:5px;
	padding:0 10px;
	height:32px;
	color:#fff;
	border-radius:5px;
	outline:none;
	display:inline-block;
	border:none;
	background-color:#333;
	cursor:pointer;
}
.weixin_box{
	position:absolute;
	right:0px;
	top:60px;
	z-index:9;
	display:none;
}

.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.banner .slide {
  background-position: center;
  background-size:cover;
  /*height: 700px;*/
}

.mobile_nav_btn{
	position:absolute;
	right:10px;
	top:20px;
	display:none;
	cursor:pointer;
}
.mobile_nav_btn i{
	font-size:24px;
	font-weight:bold;
	display:inline-block;
}
.mobile_nav_btn span{
	color:#fff;
	font-size:15px;
	display:inline-block;
	vertical-align:top;
	padding:1px 0 0 5px;
	
}
.mobile_nav_intro{
	display:none;
	position:fixed;
	top:55px;
	right:0;
	z-index:9;
	width:240px;
	height:100%;
	padding:20px;
	background-color:#333;
}
.mobile_nav_intro li{
	line-height:40px;
	border-bottom:1px solid #666;
	padding:10px 0;
}
.mobile_nav_intro li a{
	padding-left:10px;
	font-size:15px;
	color:#d0d0d0;
	display:block;
}

.main{}
.index_about{
	width:100%;
	background-image: url(../images/index_about_bj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.index_about_box{
	min-height:640px;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	padding:60px 0;
}
.index_about_text{
	width:70%;
	line-height:24px;
}
.index_about_text h1{
	font-size:18px;
}
.index_about_text p{
	margin:5px 0 10px;
}
.index_about_text hr{
	width:0px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.index_about_text:hover hr{
	width:100%;
}
.index_about_text a{
	
}
.index_img1{
	position:absolute;
	left:14%;
	bottom:30px;
}
.index_img2{
	position:absolute;
	right:0;
	top:40px;
}
.index_img3{
	position:absolute;
	right:50px;
	bottom:40px;
	z-index:1;
}
.index_img1 img,.index_img2 img,.index_img3 img{
	width:100%;
}

.index_industry{
	padding:60px 0;
}
.index_industry_box{
	max-width:1200px;
	margin:0 auto;
}
.index_title{
	text-align:center;
}
.index_title .title{
	font-size:24px;
	color:#f3861c;
}
.index_title .text{
	max-width:800px;
	margin:0 auto;
	padding-top:15px;
	color:#585858;
}

.index_industry_intro{
	margin-top:60px;
}
.index_industry_intro_box{
	font-size:0;
}
.index_industry_list{
	width:25%;
	display:inline-block;
}
.index_industry_list:hover .index_industry_list_box{
	background-color:#f3861b;
}
.index_industry_list:hover .index_industry_list_title .title,.index_industry_list:hover .index_industry_list_title .text{
	color:#fff;
}
/*.index_industry_list:first-child .index_industry_list_box{
	margin-left:0;
}*/
.index_industry_list_box{
	height:300px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 7px;
	background-color:#e0cfa5;
	transition:all 0.3s;
}
.index_industry_list_title{
	text-align:center;
	padding:35px 30px;
}
.index_industry_list_title .title{
	font-size:24px;
	color:#333;
}
.index_industry_list_title .text{
	font-size:16px;
	color:#897951;
	padding-top:20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	- MOZ-box-orient:vertical;
	-webkit-line-clamp:2; 
	-MOZ-line-clamp:2; 
}
.index_industry_list_img{}
.index_industry_list_img_box{
	width:200px;
	height:200px;
	margin:0 auto;
	border:8px solid #e0cfa5;
	box-shadow:0px 2px 14px rgba(0,0,0,0.25);
	-webkit-border-radius:100%;
	border-radius:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index_product{
	/*margin:60px 0 0;*/
	padding:40px 0;
	background-image:url(../images/pro_bj.jpg);
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:400px;
}
.index_product_box{
	max-width:1200px;
	margin:0 auto;
}
.index_product_intro{
	margin-top:40px;
	border-radius:8px;
	overflow:hidden;
}
.index_product_intro_box{
	font-size:0;
}
.index_product_intro_lt{
	width:40%;
	display:inline-block;
}
.index_product_intro_rt{
	width:60%;
	vertical-align:top;
	display:inline-block;
}
.index_product_items{
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.index_product_items:hover .index_product_items_box{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.index_pro_bj{
	width:100%;
	height:50%;
	bottom:0;
	left:0;
	position:absolute;
	background:-webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2)); 
	background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2)); 
}
.index_product_items.pro1,.index_product_items.pro2{
	width:100%;
	/*height:350px;*/
}
.index_product_items.pro3,.index_product_items.pro4{
	width:50%;
	/*height:350px;*/
}
.index_product_items.pro5{
	width:60%;
}
.index_product_items.pro6{
	width:40%;
}

.index_product_items_box{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.index_product_items_box:hover{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.index_product_items.pro1 .index_product_items_box{
	padding-top:73%;
}
.index_product_items.pro2 .index_product_items_box{
	padding-top:42%;
}
.index_product_items.pro3 .index_product_items_box{
	padding-top:75%;
}
.index_product_items.pro4 .index_product_items_box{
	padding-top:75%;
}
.index_product_items.pro5 .index_product_items_box{
	padding-top:65.2%;
}
.index_product_items.pro6 .index_product_items_box{
	padding-top:98%;
}
.index_product_text{
	width:100%;
  height:90px;
	color:#fff;
	padding:0 20px;
	text-align:center;
	position:absolute;
	bottom:-50px;
	left:0;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.index_product_text .title{
	font-size:18px;
}
.index_product_text .text{
	margin-top:25px;
	font-size:14px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	- MOZ-box-orient:vertical;
	-webkit-line-clamp:2; 
	-MOZ-line-clamp:2; 
}
.index_product_items:hover .index_product_text{
	bottom:20%;
}

.index_news{
	padding:60px 0;
	background-color:#fff;
}
.index_news_box{
	max-width:1200px;
	margin:0 auto;
}
.index_news_intro{
	margin-top:40px;
}
.index_news_intro_box{
	font-size:0;
}
.index_news_item{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.index_news_item_box{
	padding:10px;
}
.index_news_item_lt{
	width:55%;
	padding-right:10px;
	padding-top:5px;
	display:inline-block;
}
.index_news_item_lt.n_rt{}
.index_news_item_lt .date{
}
.index_news_item_lt .date .day{
	font-size: 30px;
    padding: 5px 12px;
    color: #ffffff;
    background-color: #f79202;
    display: inline-block;
	border-radius:7px;
}
.index_news_item_lt .date .moth{
	font-size:18px;
	padding-left:10px;
	display:inline-block;
	vertical-align:bottom;
}
.index_news_item_lt .text{
	padding-top:10px;
}
.index_news_item_lt .text .text_tit{
	font-size:16px;
	color:#000;
}
.index_news_item_lt .text .text_intro{
	padding-top:10px;
	font-size:14px;
	color:#757575;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	- MOZ-box-orient:vertical;
	-webkit-line-clamp:2; 
	-MOZ-line-clamp:2; 
}
.index_news_item_lt .more{
	margin-top:10px;
	font-size:14px;
	display:block;
}

.index_news_item_rt{
	width:45%;
	border-radius:5px;
	display:inline-block;
	vertical-align:top;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:33%;
	transition:all 0.3s;
	overflow:hidden;
}
.index_news_item_rt:hover{
	background-position:-4px;
}

.content{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-left:220px;
	min-height:700px;
	position:relative;
}
.cate_main_top {
	background-color: #FFFFFF;
	padding: 10px;
	display: none;
	font-size: 0;
}
.cate_main_top .cate_item {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	background-color: #f3861c;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 12px;
}
.content_lt{
	width:212px;
	margin-bottom:30px;
	position:absolute;
	left:0;
	top:0;
	/*float:left;*/
	box-shadow:0px 0px 10px rgba(51, 51, 51, 0.22);
}
.content_lt_box{}
.content_lt_title{}
.content_lt_title_box{
	height:170px;
	background-color:#f17700;
	/*background-image:url(../images/con_lt_bj.png);*/
	background-position:right bottom;
	background-repeat:no-repeat;
}
.content_lt_title .title{
	font-size:24px;
	color:#fff;
	padding:60px 0 0 20px;
	text-shadow: 1px 2px 12px #f31c1cc2;
}

.sider{}
.sider_box{
	background-color:#fff;
}
.sider_box li{
	border-bottom:#e1e1e1 1px solid;
}
.sider_box li a{
	font-size:16px;
	display:block;
	padding:20px 0 20px 20px;
}
.sider_box li:hover a{
	color:#df3e12;
}
.sider_box li:hover{
	border-left:2px #df3e12 solid;
}
.sider_con{
	background-color:#f17700;
	padding:15px;
}
.sider_con_top{
}
.sider_con_top i{
	color:#fff;
}
.sider_con_top span{
	color:#fff;
}
.sider_con_bot{
	color:#fff;
	font-size:24px;
	padding-top:5px;
}


.content_rt{
	width:100%;
	background-color:#fff;
	margin-top:20px;
}
.content_rt p{
	line-height:24px;
	color:#7c7c7c;
}
.content_rt_box{
	padding:35px;
}
.content_rt_title{}
.content_rt_title a:after{
	content:">";
	font-size:14px;
	color:#333;
	padding:0 5px;
}
.content_rt_intro{
	padding-top:45px;
}
.content_rt_intro img{
	max-width:910px;
}
@media (max-width:840px) {
	.cate_main_top {
		display: block;
	}
	.content_rt {
		margin-top: 10px;
	}
}

.product{
	font-size:0;
}
.product_list{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
}
.product_list_box{
	padding:10px;
	display:block;
}
.product_list .img_box{
	width:100%;
	border-radius:5px;
	overflow:hidden;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.22);
}
.product_list .img{
	padding-top:70%;
	border-radius:5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.product_list .img:hover{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.product_list .title{
	padding:5px;
	text-align:center;
	font-size:14px;
}
.content_rt_intro .more{
	width:100px;
	margin:30px  auto;
	display:block;
	padding:10px;
}
.pro_show{}
.pro_show_box{}
.pro_show_top{
	font-size:0;
}
.pro_show_top .img{
	width:50%;
	padding-top:35%;
	border-radius:6px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.4);
}
.pro_show_top .text{
	width:50%;
	padding-left:30px;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
}
.pro_show_top .text h2{
  font-size:28px;
  font-weight:normal;
}
.pro_show_top .text .text_intro{
	line-height:26px;
	padding-top:20px;
	color:#757575;
}
.pro_show_bot{
	padding-top:30px;}
.pro_show_bot_title{
	font-size:16px;
	line-height:30px;
	border-bottom:#ccc 1px solid;
}
.news{}
.news_box{}
.news_list{
	border-bottom:#e1e1e1 1px solid;
	padding-bottom:10px;
	margin-top:10px;
}
.news_list_box{
	font-size:0;
}
.news_list_box .img_box{
	width:25%;
	display:inline-block;
	overflow:hidden;
  box-shadow: 0px 3px 13px rgba(51, 51, 51, 0.3);
  border-radius:5px;
}
.news_list_box .img{
	padding-top:66%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.news_list_box:hover .img{
	transform:scale(1.1);
}
.news_list_box .text{
	width:75%;
	padding-top:10px;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
}
.news_list_box .text_box{
	padding-left:20px;
}
.news_list_box .text_box h2{
	font-size:18px;
}
.news_list_box .text_box .date{
	padding-top:10px;
}
.news_list_box .text_intro{
	padding-top:10px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	- MOZ-box-orient:vertical;
	-webkit-line-clamp:3; 
	-MOZ-line-clamp:3; 
}
.news_show_title{
	border-bottom:#e6e6e6 1px solid;
	padding-bottom:10px;
}
.news_show_title .date{
	color:#CCC;
}
.news_show_intro{
	padding-top:20px
}
.mwts{}
.mwts_list{
	border-bottom:#e1e1e1 1px solid;
	padding-bottom:20px;
	margin-top:20px;
}
.mwts_list_box{
	display:block;
	font-size:0;
}

.mwts_list .img{
	width:25%;
	border-radius:5px;
	display:inline-block;
	overflow:hidden;
  box-shadow: 0px 3px 13px rgba(51, 51, 51, 0.3);
}
.mwts_list .img_box{
	width:100%;
	padding-top:70%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.mwts_list_box:hover .img_box{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.mwts_list .text{
	width:75%;
	padding-left:20px;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
}
.mwts_list.list2 .text{
	padding-left:0;
	padding-right:20px;
}
.mwts_list .text h2{
	color:#fe5e2c;}
.mwts_list .text_intro{
	padding-top:10px;
	color:#757575;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	- MOZ-box-orient:vertical;
	-webkit-line-clamp:3; 
	-MOZ-line-clamp:3; 
}
.mwts_show h2{
	color:#fe5e2c;
}





.footer{
	background-color:#f3861b;
	padding:30px 0;
}
.footer_box{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.footer_lt{
	width:40%;
	color:#fff;
	float:left;
}
.footer_cen{
	width:40%;
	float:left;
	font-size:0;
}
.footer_cen dl{
	width:33.333%;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
}
.footer_cen dl dt{
	color:#fff;
	font-size:15px;
	margin-bottom:10px;
}
.footer_cen dl dd{}
.footer_cen dl dd a{
	color:#fff;
}
.footer_lt h1{
	font-size:16px;
	margin-bottom:10px;
}
.footer_rt{
	float:right;
  text-align:right;
}
.footer_rt_box{
	width:100%;
}
.footer_rt_box span{
	color:#fff;
	line-height:40px;
	font-size:12px;
  display:block;
}
.copy{
	background-color:#f36c1b;
}
.copy_box{
	max-width:1200px;
	margin:0 auto;
	line-height:40px;
	color:#fff;
}
.copy_box_ga {
  line-height:0;
}
/** 浮动在右侧的快速联系方式 **/

#contact_fast {
  position: fixed;
  right: 0;
  /*top: 125px;*/
  bottom: 50px;
  z-index: 5;
  /*opacity: .9;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact_fast.small,
#contact_fast:hover {
  opacity: 1;
}
#contact_fast .close {
  text-align: right;
}
#contact_fast .close i {
  position: absolute;
  background-color: #d5d5d5;
  vertical-align: bottom;
  right: 0;
  cursor: pointer;
  width: 24px;
	padding:1px;
}
#contact_fast .close:hover i {
  background-color: #198ccb;
  color: #fff;
}
#contact_fast .btn {
  display: block;
  margin: 10px 0;
}
.contact_box {
  margin-top: 24px;
  padding: 10px 6px;
  border: 2px solid #d5d5d5;
  background-color: #f0f4f6;
}
.contact_box .text {
  text-align: center;
  font-size: 14px;
}

.contact_box .qq {
  color: #fff;
  background-color: #198ccb;
  border: 2px solid #198ccb;
  box-shadow: 0 2px 5px #198ccb;
  background-image: url(../images/index_qq.png);
  background-repeat: no-repeat;
  background-position: 5px center;
	line-height:40px;
  padding:0 20px 0 42px;
}
.contact_box .qq:hover {
  color: #198ccb;
  background-color: #fff;
}
.contact_box .qq_chief {
  color: #fff;
  background-color: #e84a00;
  border: 2px solid #e84a00;
  box-shadow: 0 2px 5px #e17210;
}
.contact_box .qq_chief:hover {
  color: #e84a00;
}

#scroll_to_top {
  text-align: center;
  background-color: #5a5a5a;
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
#scroll_to_top i {
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  top: -2px;
}
#scroll_to_top:hover {
  background-color: #43494E;
}
#contact_fast.small .close,
#contact_fast.small .contact_box {
  display: none;
}
#contact_fast.small #scroll_to_top {
  width: 40px;
}
#contact_fast.small #scroll_to_top span {
  display: none;
}
#contact_fast .opened {
  display: none;
}
#contact_fast.small .opened {
  display: block;
  width: 40px;
  text-align: center;
  border: 2px solid #198ccb;
  background-color: #198ccb;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
  cursor: pointer;
}
#contact_fast.small .opened:hover {
  background-color: #08669A;
}

.contact_boxed{
}
.contact_boxed .contact_intro{
	width:49%;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}


/*******经销商 开始*******/
.distributor{}
.distributor_box{
  padding-bottom:20px;
}
.distributor_title{
  font-size:19px;
  padding:10px 0 ;
  font-weight:bold;
  color:#e27000;
  line-height:40px;
}
.distributor_main{
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.dis_nav{
  border-left:4px solid #e27000;
  background-color:#efefef;
  padding:10px;
}
#dis_nav_list{
  width:10%;
  display:inline-block;
  padding:5px;
  text-align:center;
  cursor:pointer;
}
#dis_nav_list .text{
  background-color:#fff;
  height:35px;
  line-height:35px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#dis_nav_list.active .text{
  background-color:#e26f01;
  color:#fff;
}
#dis_nav_list .text:hover{
  background-color:#ff8612;
  color:#fff;
}
.dis_intro_con{
  padding:20px;
}
.dis_intro{
  display:none;
}
.dis_intro_item{
  width:33%;
  padding-bottom:20px;
  display:inline-block;
}
.dis_intro_item dt{
  font-size:16px;
  padding-bottom:10px;
}
.dis_intro_item label,.dis_intro_item p{
  display:inline-block;
}
.dis_intro_item label{
  color:#737373;
}
.dis_intro_item p{
  padding-left:10px;
  line-height:18px;
  margin:0;
  color:#000;
}














