﻿/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/






body, p, span {
	word-break: break-word;
	font-family: "2c77a536-cd5a-4d47-80b6-8d897719bf7c";
}
.page_jump {
	display: none;
}
.p_page {
	text-align: center;
	margin-top: 0px !important;
}
.page_a {
	display: inline-block;
	line-height: 30px;
	height: 35px !important;
	width: 35px !important;
	margin: 0 3px !important;
	border-radius: 25px !important;
	background: #ffffff !important;
	text-decoration: none;
	line-height: 35px !important;
	color: #9b9b9b !important;
	font-size: 18px !important;
}
.page_a.current {
	background: #009040 !important;
	color: #fff !important;
}

/*小屏开始*/
@media only screen and (max-width: 768px) {
.p_breadcrumbItem {
	font-size: 12px !important;
}
.p_c_mbtn {
	background-color: #008b3f !important;
	background: #008b3f !important;
}
.p_c_tree {
	width: 100% !important;
}
}

/*大屏开始*/ 
@media only screen and (min-width: 769px) {
}

/*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1300px) and (min-width:1080px) {
.p_c_item .p_c_title1 {
	line-height: 50px !important;
	font-size: 20px !important;
}
#c_navigation_0061635239687823 .e_navigationA-18 .p_level1Item a {
	padding: 0 18px;
}
.pro_top {
	font-size: 16px;
}
.pro_ri h2 {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.li1, .li2, .li3, .li4, .li5, .li6 {
	min-height: 305px;
}
#c_static_001-1636703125092 .e_container-44 .cbox-44-0 {
	flex: 0 0 22%;
	margin-right: 50px;
}
#c_static_001-1636703125092 .e_container-44 .cbox-44-2 {
	flex: 0 0 28%;
}
#c_static_001-16502654607910 .e_text-2,  #c_static_001-1650264051186 .e_text-5,  #c_static_001-1652941636893 .e_text-11,  #c_static_001-16529487068920 .e_text-2 {
	font-size: 40px;
}
#c_static_001-1645010357894 .e_container-31,  #c_static_001-1645010357894 .e_container-32,  #c_static_001-16503475931420 .e_container-59,  #c_static_001-16503475931420 .e_container-56 {
	padding-left: 13px;
	padding-right: 13px;
}
#c_static_001-1645010357894 .e_categoryB-16 .deep a {
	padding-left: 5px;
}
.p_c_title1 {
	line-height: 50px !important;
	font-size: 14px !important;
}
#c_static_001-1645010357894 .e_text-4,  #c_static_001-1645010357894 .e_text-33,  #c_static_001-16503475931420 .e_text-60,  #c_static_001-16503475931420 .e_text-57 {
	padding-left: 0;
}
#c_static_001-16503475931420 .e_container-1 .cbox-1-1 {
	width: 70%;
}
#c_static_001-16503475931420 .e_text-52 {
	font-size: 26px;
}
}

/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px) {
}
 /*小小屏幕 结束*/
