@CHARSET "UTF-8";

.clearb {
	clear: both;
}

.row {
	width: 100%;
	margin: auto;
}

.row12 {
	width: 1200px;
	margin: auto;
}

.ml20 {
	margin-left: 20px;
}

.mt20{
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

lh30 {
	line-height: 30px;
	height: 30px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.head {
	height: 110px;
	background-color: #fff;
}

.head_logo {
	float: left;
	height: 110px;
	display: flex;
	align-items: center;
}

.menu {
	width: 100%;
	height: 53px;
	background-image: url('/static/addons/cms/images/menubg2.png');
	background-repeat: repeat-x;
}

.menu_list {
	height: 50px;
	float: right;
}

.menu_list li {
	width: 170px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 16px;
	float: left;
	position: relative;
}

.menu_list li div {
	width: 90px;
	height: 37px;
	line-height: 37px;
	margin-top: 8px;
}

.menu_list li div:hover {
	background-image: url("../images/menubg.png");
}

.menu_list li .selected {
	width: 90px;
	height: 37px;
	line-height: 37px;
	margin-top: 8px;
	background-image: url("../images/menubg.png");
}

.menu_list li .selected a {
	color: #000;
}

.head_title {
	font-size: 18px;
	font-weight: bold;
}

.head_right {
	float: right;
	width: 240px;
	height: 110px;
	display: flex;
	align-items: center;
}

.head_r_24 {
	color: gray;
	font-size: 14px;
}

.head-r-tel {
	color: #ff8808;
	font-size: 22px;
	font-weight: bold;
	font-family: cursive;
}

.pro {
	background-image: url('/static/addons/cms/images/probg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1100px;
}

.pro_title {
	width: 160px;
	margin: auto;
	padding-top: 50px;
	font-size: 40px;
	font-weight: bold;
}

.pro_title_f {
	width: 355px;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	margin: auto;
	background-image: url('/static/addons/cms/images/01.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #fff
}

.pro_type {
	float: left;
	width: 240px;
	margin-top: 30px;
}

.pro_type_list {
	background-image: url('/static/addons/cms/images/ptypeli.png');
	height: 32px;
	width: 225px;
	line-height: 31px;
}


.pro_type_list:hover{
	
	background-image: url('/static/addons/cms/images/ptypeli2.png');
	height: 32px;
	width: 225px;
	line-height: 31px;
}

.pro_type_list p {
	float: left;
	color: #fff;
	padding-left: 40px;
	
}

.cat_type {
	float: left;
	width: 240px;
	margin-top: 30px;
}

.cat_type_list {
	background-image: url('/static/addons/cms/images/ptypeli3.png');
	height: 52px;
	width: 225px;
	line-height: 52px;
}


.cat_type_list:hover{
	
	height: 52px;
	width: 225px;
	line-height: 52px;
}

.cat_type_list p {
	float: left;
	color: #fff;
	padding-left: 70px;
	font-size: 20px;
}


.pro_type_list_selected {
	background-image: url('/static/addons/cms/images/ptypeli2.png');
	height: 32px;
	width: 225px;
	line-height: 31px;
}

.pro_type_list_selected p {
	float: left;
	color: #fff;
	padding-left: 40px;
}

.pro_right {
	float: right;
	width: 960px;
	margin-top: 20px;
}

.pro_list {
	
}

.pro_list li {
	width: 296px;
	height: 250px;
	background-color: #fff;
	float: left;
	margin: 10px;
}

.pro_list li img {
	margin-top: 5px;
	margin-left: 7px;
}

.pro_list li p {
	text-align: center;
	margin-top: 5px;
	color: gray;
	font-size: 20px;
}

.company {
	background-image: url('/static/addons/cms/images/companybg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}

.company_title {
	width: 160px;
	margin: auto;
	padding-top: 50px;
	font-size: 40px;
	font-weight: bold;
}

.company_title_f {
	width: 355px;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	margin: auto;
	background-image: url('/static/addons/cms/images/01.png');
	background-repeat: no-repeat;
}

.company_title_f p {
	padding-left: 40px;
	color: #fff
}

.company-half-circle {
	float: right;
	margin-top: 50px;
	width: 637px; /* 宽度 */
	height: 430px; /* 高度 */
	background-color: #f1f1f1; /* 背景颜色 */
	border-top-left-radius: 15px; /* 左上角半径 */
	border-top-right-radius: 15px; /* 右上角半径 */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 18px;
	line-height: 30px;
}

.company-more {
	margin-left: 10px;
	width: 120px; /* 宽度 */
	height: 35px; /* 高度 */
	background-color: #ffae00; /* 背景颜色 */
	border-top-left-radius: 15px; /* 左上角半径 */
	border-top-right-radius: 15px; /* 右上角半径 */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	
}
.company-more a{
	color: black;
}

.company-half-circle p {
	margin: 20px;
}

.company_cl {
	margin-top: 50px;
	float: left;
}

.dis {
	background-image: url('/static/addons/cms/images/9.png');
	background-repeat: repeat;
	height: auto;
}

.dis_title {
	width: 260px;
	margin: auto;
	padding-top: 50px;
}

.dis_title p {
	font-size: 20px;
	font-weight: bold;
}

.dis_title_f {
	width: 260px;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	margin: auto;
}

.dis_title_f p {
	padding-left: 40px;
	color: #666666
}

.dis-r {
	position: relative;
	margin-top: 100px;
	float: right;
	width: 547px;
	height: 354px;
	background-color: #f1f1f1; /* 背景颜色 */
	border-bottom-right-radius: 25px;
}

.dis-r-content {
	margin-top: 50px;
	position: absolute;
}

.dis-r-yuan {
	margin-top: 25px;
	margin-left: 200px;
	width: 75px;
	height: 75px;
	float: left;
	line-height: 75px;
	background-color: #fff; /* 背景颜色 */
	border-top-left-radius: 36px; /* 左上角半径 */
	border-top-right-radius: 36px; /* 右上角半径 */
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	font-size: 50px;
	text-align: center;
	color: #ffae00;
}

.dis-text-r {
	float: right;
	width: 400px;
	line-height: 40px;
	font-size: 16px;
	padding: 20px;
}

.dis-l {
	position: relative;
	margin-top: 100px;
	float: left;
	width: 547px;
	height: 354px;
	background-color: #f1f1f1; /* 背景颜色 */
	border-bottom-right-radius: 25px;
}

.dis-l-content {
	margin-top: 50px;
	margin-left: 440px;
	position: absolute;
}

.dis-l-yuan {
	margin-top: 25px;
	margin-left: 80px;
	width: 75px;
	height: 75px;
	float: left;
	line-height: 75px;
	background-color: #fff; /* 背景颜色 */
	border-top-left-radius: 36px; /* 左上角半径 */
	border-top-right-radius: 36px; /* 右上角半径 */
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	font-size: 50px;
	text-align: center;
	color: #ffae00;
}

.dis-text-l {
	float: left;
	width: 400px;
	line-height: 40px;
	font-size: 16px;
	padding: 20px;
}

.dis_h150 {
	height: 100px;
}

.dis_h150 h1 {
	color: blue;
}

.dis_h150 p {
	color: gray;
	font-family: inherit;
}

.h80 {
	height: 80px;
}

.lingyu {
	background-image: url('/static/addons/cms/images/lybg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}

.lingyu_t {
	width: 160px;
	margin: auto;
	padding-top: 80px;
}

.lingyu_t p {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.lingyu_t_p {
	width: 80px;
	margin: auto;
	padding-top: 30px;
}

.lingyu_t_c {
	width: 485px;
	font-size: 16px;
	height: 61px;
	line-height: 61px;
	margin: auto;
}

.lingyu_t_c p {
	padding-left: 40px;
	color: #fff;
}

.yy_list {
	margin-top: 70px;
}

.yy_list li {
	width: 280px;
	height: 470px;
	background-color: #fff;
	float: left;
	margin: 10px;
	text-align: center;
}

.yy_list li img {
	margin-top: 15px;
	margin-left: 15px;
}

.yy_list li p {
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 20px;
}

.yy_list li div {
	text-align: left;
	margin: 20px 10px;
	color: gray;
	font-size: 14px;
	line-height: 25px;
}

.text-center {
	text-align: center;
}

.newst {
	background-color: #eaeaea;
	height: 650px;
}

.news_title {
	width: 200px;
	margin: auto;
	padding-top: 50px;
}

.news_title p {
	font-size: 40px;
	font-weight: bold;
}

.news_title_c {
	width: 263px;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	margin: auto;
	background-image: url('/static/addons/cms/images/ntitlebg.png');
	background-repeat: no-repeat;
}

.news_title_c p {
	padding-left: 40px;
	color: #fff
}

.h50 {
	height: 50px;
}

.foot {
	background-color: #0b2f75;
	height: 300px;
}

.foot_l {
	float: left;
	width: 400px;
	height: 250px;
	margin-top: 50px;
}

.h110 {
	height: 110px;
}

.h30 {
	height: 30px;
}

.news_l {
	width: 550px;
	height: 400px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.news_r {
	width: 620px;
	height: 400px;
	background-color: #fff;
	float: right;
}

.ntlistdiv {
	width: 620px;
	height: 100px;
}

.ntlist {
	
}

.ntlist li {
	width: 100px;
	float: left;
	font-size: 22px;
	margin-top: 20px;
	margin-left: 20px;
}

.colored-list li {
	list-style: none; /* 移除默认列表样式 */
	position: relative; /* 设置定位，使圆点位于列表项内部 */
	padding-left: 40px; /* 添加左侧内边距，为圆点留出空间 */
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.colored-list li a {
	color:black;
}

.colored-list li::before {
	content: ''; /* 使用空的content属性创建一个伪元素 */
	position: absolute; /* 绝对定位，相对于li定位 */
	top: 14px;
	left: 20; /* 定位到左侧 */
	height: 5px; /* 设置高度 */
	width: 5px; /* 设置宽度 */
	background-color: #ff922d; /* 设置背景颜色 */
	border-radius: 50%; /* 圆形 */
	display: inline-block; /* 使伪元素成为块级元素 */
}

.news_li_r {
	float: right;
	margin-right: 20px;
}

.linklist {
	
}

.linklist li {
	width: auto;
	float: left;
	height: 30px;
	line-height: 30px;
}

.linklist li a{
	color:black;
}

.footmenu{
			margin-left:30px;
			margin-top: 20px;
		}
		.footmenu li{
			width: 120px;
			float: left;
			color: #9095a3;
			height: 30px;
			line-height: 30px;
		}
		
		.footcontact{
	
		}
		.footcontact li{
			
			height: 30px;
			line-height: 30px;
		}
		.footacolor{
			color: #9095a3;
		}
		
	.foot_l_b{height: 200px;margin-top: 20px;margin-left: 20px;}
	.foot_l_b_l{
	width: 25px; float: left; margin-top: 5px;
	}

.foot_l_c{
	float: left;width: 300px; color: #9095a3
}
.foot_r{
	float: left;width: 500px;color: #9095a3;margin-top: 50px;
}
.w500{width: 500px;}
.foot_r_l{width:30px;float: left;margin-top: 10px;height: 30px;}
.foot_r_l_r{height: 30px;float:left;line-height: 45px;}
.foot_r_b{width: 470px;margin-left: 30px;line-height: 30px;}
.foot_r_l1{width:30px;float: left;margin-top: 10px;height: 30px;}
.foot_r_r1{
	height: 30px;float:left;line-height: 45px;
}

.foot_w{
	float: left; width: 300px; height:300px;
}
.foot_w_h{
	width: 300px; height:200px;display: flex;color: #9095a3;    justify-content: center;    align-items: center;
}
.foot_w_f{
	color: #9095a3;width: 300px;
}
.foot_u{
	background-color: #072662;height: 30px;
}
.foot_u_c{
	width:1200px;margin: auto;color: #9095a3;line-height: 30px;text-align: center;
}



