/*å…¬ç”¨*/

.more{
	color: #E25111;
	border: 1px solid #E25111;
	padding: 10px 45px;
	border-radius: 25px;
	margin-top: 20px;
	display: inline-block !important;
	transition: .5s;
}
.more:hover{
	color: #FFFFFF;
	background: #E25111;
	opacity: 0.5;
}
/*æè¿°*/
.protext{color: #666; margin:0 15px 10px; text-align: left;font-size: 14px;}
/*é¢åŒ…å±‘*/
.mbx{
	height: 55px;
	line-height: 58px;
	background: #f2f2f2;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 15px;
}
.mbx a{
	color: #666;
}
.mbx a:hover{
	color: #e25111;
}

/*å¤´éƒ¨*/
.navbar-default{
	background-color: rgba(0,0,0,0);
	border: none;
}
.top{
	line-height: 30px;
	margin-bottom: 20px;
	color: #323232;
}

.logo{
	margin: 0;
	padding: 0;
}
@media (max-width: 992px){
	.logo{
	    margin-top: 10px;
	}
}
.nav{
	margin-top: 10px;
	font-size: 16px;
}
.nav ul li{
	float: left;
	color: #323232;
	margin: 0 10px;
	padding: 8px 20px;
	font-size: 1.1em;
}
.nav ul li a{
	color: #323232;
}
.nav ul li a:hover{
	color: #e25111;
}
.nav ul li a.active{
	color: #e25111;
}
/*sticky*/

.navbar {min-height: 44px;}

.navbar.sticky {padding:0;height: 75px;}

.navbar.sticky .button_container span{background:#000}

.navbar.sticky .button_container.active .bottom,.navbar.sticky .button_container.active .top {background: #fff}

.navbar-default.sticky {background-color: #ffffff;border-bottom:1px solid #1d150f;}

.navbar-default.sticky .logo { margin-top: 8px;}

.navbar-default.sticky .nav {margin-top: 13px;}

.navbar-default.sticky .nav ul li a{color: #000;}

.navbar-default.sticky .nav ul li a:hover,.navbar-default.sticky .navbar-nav li.hover a{color:#e25111;text-decoration: none;}

.navbar-default.sticky .nav ul li.tel span{color: #000;}

.navbar-default.sticky .nav ul li a.active{color: #e25111;}

/*ç§»åŠ¨ç«¯å¯¼èˆª*/
.dl-menuwrapper{
	width: 100%;
	max-width: 200px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}

.dl-menuwrapper button{
	width: 50px;
	height: 50px;
	text-indent: -900em;
	border: none;
	overflow: hidden;
    position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	outline: none;
	background: url(../images/ico_menu.png) no-repeat center center;
	background-size: 50%;
}
.dl-menuwrapper .dl-menu{
    margin: 5px 0 0 0;
    position: absolute;
    top: 55px;
    width: 100%;
    display:none;	
    transition: all 0.5s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen{
	display:block;
}
.dl-menuwrapper .dl-menu li.active{
	background: #48200e;
}
.dl-menuwrapper .dl-menu li.active a{
	color: #fff;
}
.dl-menuwrapper ul{
    background: #fff;
}
.dl-menuwrapper li a{
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    outline: none;
}

@media (max-width: 992px){
	.nav ul li{
	    padding: 8px 15px;
	}
}
@media (max-width: 767px){
	.sticky{
		display: none;
	}
	.navbar{
		height: 44px;
	}
	.logo{
		margin-top: 10px;
	}
}

/*å…³äºŽæˆ‘ä»¬*/
.gywm{
	margin-top: 40px;
	border-bottom: 5px #e6e6e6 solid;
}
.gywm img{
	display: inline-block;
}
.gywm p{
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.gywm p a{
	color: #e25111;
}

@media (min-width: 768px) and (max-width: 992px){
	.gywm p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:6;
	}
}
@media (max-width: 767px){
	.gywm p{
		margin-bottom: 20px;
	}
	.more{
		display: none !important;
	}
}
@media (min-width: 992px){
	.more{
		display: none !important;
	}
}

/*å…¨å±ç¾Žé£Ÿå±•ç¤º*/
.main{
	text-align: center;
}
.main div{
	margin: 0 auto;
}
.main_body{
	max-width: 100%;
	display: flex;
	align-items: center;
}
.main_body p{
	width: 40%;
	/*height: 197.594px;*/
	background: #e0dedc;
	margin: 0;
	padding: 51px 50px;
	margin-top: -106px;
	font-size: 16px;
	align-items: center;
	display: flex;
}
.main_body .main_body_img{
	width: 59.93%;
	margin: 0;
	padding: 0;
}
.main_body ul li{
	margin: 0;
	padding: 0;
	border: none;
	width: 33.333%;
	float: left;
	outline: none;
}
.main_body ul li img{
	width: 100%;
	vertical-align: middle;
	border: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.main_body_img {
    width: 84.54% !important;
  }
  .main_body {
    background: #e0dedc;
  }
  .main_body p {
    width: 15.46% !important;
    padding: 0 25px !important;
    text-align: left !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
	.main_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main_body p {
    width: 100% !important;
    height: 70px !important;
    font-size: 10px !important;
  }
  .main_body .main_body_img {
    width: 100%;
  }
}
@media (max-width: 767px){
	.main_body p{
		padding: 20px !important;
		margin-top:0;
	}
}
@media (max-width: 320px) {
	.main_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main_body p {
    width: 100% !important;
    height: 70px !important;
    font-size: 10px !important;
    padding: 5px !important;
  }
  .main_body .main_body_img {
    width: 100%;
  }
  .main_body ul li {
    width: 50% !important;
  }
  .main_body_img li:last-child {
    display: none;
  }
}
.cptj{
	margin-top: 40px;
}


/*çƒ­é—¨æŽ¨è*/
.cpzx{
	padding-bottom: 40px;
}
.cpzx ul{
	margin: 0;
}
.cpzx_tit{
	max-width: 1200px;
	display: inline-block;
}
.cpzx_tit li{
	float: left;
	padding: 50px 25px 25px;
}
.cpzx_tit li a{
	font-size: 22px;
	color: #000000;
}
.cpzx_tit li a:hover{
	color: #e25111;
    border-bottom: 2px solid #e25111;
}
.pro_name{
    font-size: 1.5em;
}
.cpzx_con div{
	margin-bottom: 20px;
	padding: 0;
	overflow:hidden;
}
.cpzx_con a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.cpzx_con a .pro_name{
	position: absolute;
	top: 50%;
	left: 35%;
	display: none;
	z-index: 2;
}
.cpzx_con img{
	width:100%;
}

.img_bg{
	display: none;
	position: absolute;
	opacity: .5;
	background: #E25111;
	z-index: 1;
	text-align: center;
}



@media (max-width: 767px){
	.cpzx_tit li{
		padding: 5px 10px;
	}
	.cpzx ul{
		margin-top: 10px;
	}
}

/*æ–°é—»èµ„è®¯*/
.xwzx{
	padding-bottom: 40px;
}
.xwzx_con li{
	margin-bottom: 20px;
}
.xwzx_con a{
	position: relative;
}
.xwzx_con .time_c{
	position: absolute;
    z-index: 2;
    display: inline-block;
}
.xwzx_con img{
	display: inline-block;
}
.xwzx_con .time_c .time{
	
	position: absolute;
	top: 10%;
	left: 0;
}
.xwzx_con .time_c .time p{
	margin: 0;
}
.xwzx_con .time_c .time .day{
	font-size: 14px;
	color: #FFFFFF;
}
.xwzx_con .time_c .time .year{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.xwzx_con h3{
	text-align: left;
	font-size: 22px;
	color: #000000;
	transition: .3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.xwzx_con li a:hover h3{
	color: #e25111;
}
.xwzx_con p{
	text-align: left;
	font-size: 14px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	width: 100%;
	padding: 0 10px;
}
.new{
	padding-bottom: 30px;
}
@media (max-width: 767px){
	.new{
	    padding-bottom: 80px;
	}
	.xwzx_con h3{
		padding: 0 40px;
	}
}

/*è”ç³»æˆ‘ä»¬*/
.lxwm_con{
	background: url(../images/lxwm_bj.jpg) no-repeat;
	padding: 30px 0;
	display: inline-block;	
}
.lxwm_con h3{
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 100px;
	padding-bottom: 20px;	
}
.lxwm_con h3 em{
	background: url(../images/line.png) no-repeat;
	height: 21px;
	display: inline-block;
}
.lxwm_con p{
	line-height: 30px;
	font-size: 16px;
}
.lxwm_info{
	padding-left: 100px;
}
@media (max-width: 992px){
	.lxwm_con h3{
		margin-top: 0;
	}
	.lxwm_info{
		padding-left: 15px;
		margin-bottom: 80px;
	}
}
@media (max-width: 767px){
	.lxwm_con{
		background: none;
		padding: 0;
	}
	.lxwm_con h3{
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.lxwm_info{
		padding-left: 15px;
	}
}


/*å•†ç›Ÿæˆå‘˜*/
.smcy2{
	background-color: #eee;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.smcy2 b{
	font-size: 14px;
	font-weight: bold;
}
.smcy2 a{
	color: #666;
	padding: 0 15px;
	line-height: 28px;
	font-size: 14px;
}

/*åº•éƒ¨*/
.footer{
	background: #2a1e13;
	padding: 10px 0;
	font-size: 14px;
}

.footer .fot_nav{
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.footer .fot_nav li{
	display: inline-block;
	padding: 0 15px;
}
.footer .fot_nav li a{
	color: #fff;
}
.footer .copy{
	color: #979491;
	padding: 20px 0;
}
.footer .copy a{
	color: #979491;
}
.footer .copy p{
	line-height: 24px;
}


/*ç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆª*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #e25111;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #bf440d;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}

/*è”ç³»æˆ‘ä»¬é¡µé¢*/
.con{
	padding: 20px 15px;
}
.con_l{
	padding: 0;
}
.con_l img{
	width: 100%;
}
.lx_con{
	background: #2a1e13;
	color: #fff;
	padding: 40px 30px 60px;
}
.lx_con b{
	display: block;
	font-weight: bold;
}
.lx_con strong{
	font-weight: bold;
}
.lx_con p{
	font-size: 14px;
	line-height: 30px;
}

/*äº§å“ä¸­å¿ƒé¡µé¢*/
.cpmcyw{
    TEXT-ALIGN: CENTER;
    font-size: 30px;
    margin-top: 40px;
    color: #e62129;
}
.cpmc{
    TEXT-ALIGN: CENTER;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 42px;
    color: #e62129;
}
.pro{
	padding-bottom: 13px;
}
.pro ul{
	margin: 0;
}
.pro_tit{
	max-width: 1200px;
	display: inline-block;
}
.pro_tit li{
	float: left;
	padding: 20px 20px 10px;
}
.pro_tit li .ejfl{
    font-size: 17px;
    color: #7b7b7b;
}
.pro_tit li a{
	color: #000000;
	padding-bottom: 5px;
	border: 1px #b1b1b1 dotted;
	padding: 0.4em;
	margin: 0 5px;
	line-height: 50px;
	font-size: 14px !important;
	text-align: center;
}
.pro_tit li a:hover{
	color: #e25111;
    border-bottom: 2px solid #e25111;
}
.pro_name2{
    font-size: 1.3em;
}
.pro_name3{
    font-size: 1.5em;
    line-height: 3em;
     border-top: 1.5px #e2e2e2 dotted;
}
.pro_con div{
	margin-bottom: 20px;
	padding: 0;
	overflow:hidden;
	margin: 9px;
}
.pro_con a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.pro_con a .pro_name2{
	position: absolute;
	top: 50%;
	left: 35%;
	display: none;
	z-index: 2;
}
.pro_con img{
	width:100%;
	/* margin-top: 13px; */
	/* margin-bottom: 10px; */
}





.pro_con1 div{
	margin-bottom: 20px;
	padding: 0;
	overflow:hidden;
	border: 1px solid #ececec;
	margin: 9px;
}
.pro_con1 a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.pro_con1 a .pro_name2{
	position: absolute;
	top: 50%;
	left: 35%;
	display: none;
	z-index: 2;
}
.pro_con1 img{
	width:100%;
	margin-top: 13px;
	margin-bottom: 10px;
}









.img_bg2{
	display: none;
	position: absolute;
	opacity: .5;
	background: #E25111;
	z-index: 1;
	text-align: center;
}

@media (max-width: 767px){
	.pro{
		padding-bottom: 63px;
	}
	.pro_tit li{
		padding: 10px;
	}
}


/*é¡µç */
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#e25111;
	color:#fff !important;
	border: 1px solid #e25111
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #e25111;
	padding: 2px 9px;
	margin: 0 3px;
	background: #e25111;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff !important;
}
.ym{
	height: 30px;
    background: #f2f2f2;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 10px;
}
.ym a{
	color:#444;
}
.ym a:hover{
	color:#e25111;
}

.ym div:first-child{
	display:inline-block;
	float:left;
}
.ym div{ float:right; display:inline-block;}

/*å…³äºŽæˆ‘ä»¬é¡µé¢*/
.abo{
	padding-bottom: 20px;
}
.abo_tit{
	max-width: 1200px;
	display: inline-block;
}
.abo_tit li{
	float: left;
    padding: 20px 20px 10px;}

.abo_tit li .ejfl{
    font-size: 17px;
    color: #7b7b7b;
}
.abo_tit li a{
	font-size: 18px;
	color: #000000;
	/*padding-bottom: 5px;*/
}
.abo_tit li a:hover{
	color: #e25111;
    border-bottom: 2px solid #e25111;
}

.abcon{
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
}
@media (max-width: 767px){
	.abo{
		padding-bottom: 80px;
	}
}

/*æ–°é—»è¯¦æƒ…é¡µé¢*/
.new_info_tit h1{
	font-size: 30px;
	margin-bottom: 10px;
}
.new_info_tit .time{
	font-size: 14px;
	color: #888;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	
}
.new_info_tit .time a{
	color: #888;
}
.new_info_tit .time a:hover{
	color:#e25111;
}

.article_con{
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-bottom: 15px;
}

/*ç›¸å…³æ–°é—»*/
h3{
	font-size: 18px;
}
.xgxw{
	padding: 0;
}
.xgxw h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgxw_list li{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.xgxw_list li h4{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xgxw_list li h4 a{
	color: #666;
}
.xgxw_list li h4 a:hover{
	color:#e25111;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align:right;
}
/*ç›¸å…³äº§å“*/
.abo_con{
	margin-bottom: 60px;
}
.xgcp{
	padding: 0;
}
.xgcp h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xgcp_list{
	display: inline-block;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #e25111;
}
.xgcp_list img{
	width: 100%;
}
@media (max-width: 767px){
	.xgcp_list{
		margin-bottom: 50px;
	}
	.xgxw_list li{
		width:100%;
	}
}

/* ç½‘ç«™åœ°å›¾ */
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding:5px 0;
}
.sitemap .sitemap_con a{
	color: #333333;
	padding:5px 10px;
}









.warehouse .left {
	float: left;
	width: 24%;
}

.warehouse .left .tit {/* float: left; */}

.warehouse .left .tit a{
	font-size: 20px;
	color: #222;
	display: inline-block;
	padding-top: 15px;
}

.warehouse .left .tit span {
	font-size: 20px;
	color: #222;
	display: inline-block;
	padding-left: 40px;
	background: url(../images/icon4.png) no-repeat left center;
}

.warehouse .left .list {
	position: relative;
}
.wow_list{
    /* padding-top: 40px; */
}

.warehouse .left .list ul li {
	margin-top: 24px;
	font-size: 16px;
	padding-left: 40px;
	position: relative;
}

.warehouse .left .list ul li a {
	color: #999;
}

.warehouse .left .list ul li a i {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/icon5.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 10
}

.warehouse .left .list .line {
	position: absolute;
	width: 2px;
	top: 3px;
	left: 5px;
	/* background: #eff0ee; */
	bottom: 3px;
	z-index: 9;
}

.warehouse .left .list .more {
	margin-top: 80px
}
.warehouse .left .list ul li.on a,.warehouse .left .list ul li a:hover {
	color: #8cb25e
}

.warehouse .left .list ul li.on a i,.warehouse .left .list ul li a:hover i {
	background: url(../images/icon5-1.png) no-repeat center center
}
.pro_con table{
    width: 100%;
}
.pro_con tr{
    font-size: 14px;
    line-height: 51px;
    margin: 2px;
}
.pro_con tr td{
    border: 1px solid #dcdcdc;
}
.warehouse .right {
	overflow: hidden;
}

.warehouse .right .list {
	margin-top: -17px
}

.warehouse .right .list ul {
	margin: 0 -1%
}

.warehouse .right .list ul li {
	float: left;
	width: 31.333%;
	margin: 17px 1% 0
}


.lang_div {
    padding-right: 16px;
    /* margin-top: 5px; */
    float: left;
}
.lang_div span {
    float: left;
    margin-right: 10px;
}
.topNavSe a {
    color: #323232;
}