/* 内页面包屑 */
.um-bread {
	background: rgba(0, 0, 0, 0.5);
	line-height: 40px;
	margin-top: -40px;
	color: #f3f3f3;
	font-size: 13px;
	text-align: right;
	font-family: arial;
}
.um-bread a {
	color: #fff;
}
.um-bread a:hover {
	color: #07254f;
}

/*  */
.um-main {
    padding: 60px 0 480px;
}
/* 翻页 */

#pages {padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
#pages  ul{display:inline-block;margin:0 auto;padding:0}
#pages  ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#f8f8f8;border:1px solid #e8e8e8}
#pages  ul li a{float:left;color:#555;display:block}
#pages  ul li:hover{text-decoration:none;color:#fff;border:1px #07254f solid;background-color:#07254f}
#pages  ul li:hover a{color:#fff}
#pages  ul li:hover a:hover{color:#fff;text-decoration:none}
#pages  ul li.pages_solid{background-color:#07254f;color:#fff;border:1px #07254f solid}
#pages  ul li.pages_solid a{color:#fff}
#pages  .pageinfo{line-height:30px;padding-left:5px}
#pages  strong{font-weight:400}

/* 上一页下一页 */
.pagenav {
	padding: 10px 0 0 0;
	border-top: #ddd solid 1px;
	font-family: arial;
	line-height: 27px;
	font-size: 13px;
	margin: 20px 0;
}
.pagenav a {
	color: #07254f;
}

/* 内页左侧 */

.um-lside {
	width: 250px;
	float: left;
}
.um-lside .tit {
	background: #07254f;
	text-align: center;
	color: #fff;
	padding: 16px 0px;
	line-height: 1.7;
}
.um-lside .tit h2 {
	font-size: 27px;
}
.um-lside .tit p {
	font-size: 13px;
	font-family: arial;
	text-transform: uppercase;
}

/* 左侧菜单栏 */

.um-lside ul {
	border-top: 0;
	padding: 25px 12px;
	margin-bottom: 40px;
	box-shadow: 0 0px 4px #d8d8d8 inset;
}
.um-lside li {
	margin-bottom: 18px;
}
.um-lside li:last-of-type {
	margin-bottom: 0;
}
.um-lside li h3 {
	background: #f1f1f1;
	padding: 3px 8px 3px 20px;
	line-height: 37px;
	border-radius: 2px;
	transition: all 0.3s;
}
.um-lside li h3 i {
	display: block;
	font-family: "fangsong";
	font-size: 25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 6px;
	transition: all 0.3s;
	font-style: normal;
}
.um-lside li h3 a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #4a4a4a;
	font-family: arial;
}
.um-lside li h3:hover,
.um-lside li.on h3 {
	background: #07254f;
}
.um-lside li h3:hover a,
.um-lside li h3:hover i,
.um-lside li.on h3 i,
.um-lside li.on h3 a {
	color: #fff;
}
.um-lside li h3 i:hover,
.um-lside li.on h3 i {
	transform: rotateZ(90deg);
}
.um-lside li.on h3 i {
	/* background: #fff; */
	color: #fff;
}
.um-lside li h3 i:hover {
	/* background: #fff; */
	border-radius: 2px;
	color: #fff;
}
.um-lside li .um-subnav {
	background: #f9f9f9;
	border-top: 1px solid transparent;
	overflow: hidden;
	height: 0;
	padding: 0 30px;
	transition: all 0.3s;
}
.um-lside li .um-subnav a {
	display: block;
	line-height: 35px;
	color: #666;
	font-size: 13px;
	transition: all 0.3s;
	background: #f1f1f1;
	padding: 0 12px;
	margin-bottom: 5px;
	border-radius: 2px;
	font-family: arial;
}
.um-lside li .um-subnav a:first-of-type {
	margin-top: 8px;
}
.um-lside li .um-subnav a:last-of-type {
	margin-bottom: 8px;
}
.um-lside li.on .um-subnav {
	border-top-color: #e8e8e8;
	height: unset;
	padding: 0px 8px;
}
.um-lside li .um-subnav a:hover,
.um-lside li .um-subnav a.cur {
	color: #07254f;
	text-indent: 5px;
}
.um-lside .um-lside-contact {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	background: #f8f8f8;
	font-family: arial;
}

/* 右侧宽度 */
.um-right {
	width: 900px;
	float: right;
}
.um-right .um-right-tit {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
	margin-bottom: 30px;
}
.um-right .um-right-tit h3 {
	border-left: 3px solid #07254f;
	padding-left: 10px;
	color: #07254f;
	height: 24px;
	line-height: 22px;
	font-size: 20px;
}
/* 单页 */
.um-page-content {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.max-img img {
	width: 100%;
	max-width: 400px;
	height: unset!important;
}
/* 产品列表 */
.um-prolist .clearfix li {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.um-prolist .clearfix li img {
	width: 100%;
	display: block;
}
.um-prolist .clearfix li p {
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
}
.um-prolist .clearfix li:nth-of-type(3n) {
	margin-right: 0;
}
/* 产品详情放大镜 */
.zoom-thumb {
	width: 350px;
	float: left;
}
#zoom_box {
	display: block;
	width: 100%;
	border: 1px solid #f9f9f9;
}
#zoom_box .big_small {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
#zoom_list {
	width: 100%;
	position: relative;
	height: 58px;
	background: #f1f1f1;
}
#zoom_list .next,
#zoom_list .pre {
	position: absolute;
	top: 0;
	width: 15px;
	height: 58px;
	line-height: 58px;
	font-family: "宋体";
	text-align: center;
	background: #e6e6e6;
	color: #666;
}
#zoom_list .pre {
	left: 0;
}
#zoom_list .next {
	right: 0;
}
#zoom_list .next:hover,
#zoom_list .pre:hover {
	background: #07254f;
	color: #fff;
}
#zoom_list_box {
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#zoom_list_box ul {
	width: 100%;
}
#zoom_list_box li {
	float: left;
	width: 58px;
}
#zoom_list_box li a {
	display: block;
	padding: 2px;
}
#zoom_list_box li .zoomThumbActive {
	background: #07254f;
}

#zoom_list_box li img {
	width: 100%;
	display: block;
}
.zoom-info {
	width: 530px;
	float: right;
}
.zoom-info .tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zoom-info ul {
	background: #f6f6f6;
	padding: 20px;
	font-family: arial;
	margin: 24px 0;
}

.zoom-info li {
	font-size: 13px;
	line-height: 30px;
	color: #333;
}
.zoom-info li a:hover {
	color: #07254f;
}
.zoom-info li b {
	color: #f00;
}
.zoom-info .zoom-link a {
	display: inline-block;
	width: 168px;
	height: 40px;
	background: #07254f;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 2px;
	transition: all 0.3s;
}
.zoom-info .zoom-link a:hover {
	box-shadow: 0 0 5px #666;
}
/*  */

.um-product-show .desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

/* 新闻列表 */
.um-newslist .clearfix li {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e8e8e8;
	transition: all 0.3s;
}
.um-newslist .clearfix li:first-of-type {
	padding-top: 0;
}
.um-newslist .clearfix li .img {
	width: 180px;
	float: left;
	margin-right: 20px;
}
.um-newslist .clearfix li .img img {
	width: 100%;
	display: block;
}
.um-newslist .clearfix li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-top: 5px;
}
.um-newslist .clearfix li p {
	font-size: 13px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-family: arial;
	margin: 10px 0;
}
.um-newslist .clearfix li .time {
	font-size: 12px;
	font-family: arial;
	color: #999;
}
.um-newslist .clearfix li:hover {
	padding-left: 6px;
}
.um-newslist .clearfix li:hover h4 {
	color: #07254f;
}
/* 新闻详情页 */

.newsshow-content .tit {
	text-align: center;
	border-bottom: 1px dashed #d4d4d4;
	margin-bottom: 30px;
}
.newsshow-content .tit h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.newsshow-content .tit .subtit {
	font-size: 13px;
	font-family: arial;
	color: #888;
	margin: 6px 0 10px;
}
.newsshow-content .desc {
	font-size: 16px;
	color: #333;
	line-height: 2;
    overflow: hidden;
}

/* 内页推荐 */
.um-recommend-item {
	background: #f6f6f6;
	border-radius: 2px;
	margin-bottom: 2%;
}
.um-recommend-item .recom-tit {
	border-bottom: 1px solid #f0f0f0;
	padding: 12px 2%;
	text-align: left;
}
.um-recommend-item .recom-tit h3 {
	font-size: 16px;
	color: #07254f;
	border-left: 2px solid #07254f;
	line-height: 1.2;
	padding-left: 12px;
}
.um-recommend-item .recom-pro {
	padding: 2%;
}
.um-recommend-item .recom-pro li {
	width: 23%;
	margin-right: 2.6%;
}
.um-recommend-item .recom-pro li:last-of-type {
	margin-right: 0;
}
.um-recommend-item .recom-pro li img {
	width: 100%;
	display: block;
}
.um-recommend-item .recom-pro li p {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 25px;
}
/* 推荐新闻 */
.recom-news {
	padding: 2%;
}
.recom-news li {
	width: 100%;
	line-height: 20%;
}

.recom-news li a {
	display: block;
	line-height: 35px;
	font-size: 13px;
	color: #666;
}
.recom-news li a:hover {
	color: #07254f;
}

/* 城市分销 关键词 */
.recom-link {
	padding: 2%;
}
.recom-link a {
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.recom-link a:hover {
	color: #07254f;
}

/* feedback */

.um-page-feedback .table_form {
	margin: 0 auto;
}
.um-page-feedback tr {
	height: 56px;
}
.um-page-feedback tr:nth-last-of-type(2){
	height: 108px;
}
.um-page-feedback .box_label {
    padding-right: 23px;
    text-align: right;
    font-size: 14px;
    color: #444;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.um-page-feedback .post_box_input{
    margin-bottom: 18px;
    text-align: center;
}

.um-page-feedback .post_box_input>div {
    width: 71%;
    display: inline-block;
    vertical-align: middle;
}
.um-page-feedback .input-text {
	line-height: 30px;
	width: 100%;
	height: 30px;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
	border-radius: 2px;
	outline: none;
}
.um-page-feedback textarea {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	outline: none;
	width: 100%;
	overflow: hidden;
	resize: none;
	padding: 10px;
}
.um-page-feedback .button-submit {
	text-align: center;
}

.um-page-feedback .button-submit input {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	outline: none;
	border: none;
	border-radius: 2px;
	background: #07254f;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.um-page-feedback .button-submit input:hover {
	box-shadow: 0 0 5px #888;
	border-radius: 4px;
}
.um-page-feedback .button-submit input:last-of-type {
	background: #4a4a4a;
}

/* guestbook */
.guestbook_list dl {
	border: 1px solid #e4e4e4;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 20px;
}

.guestbook_list dt {
	line-height: 40px;
	/* border-bottom: 1px solid #ddd; */
	font-size: 13px;
	color: #07254f;
	font-family: arial;
	font-weight: bold;
}
.guestbook_list dt:nth-of-type(2) {
	color: #f00;
}
.guestbook_list dt span {
	float: right;
}
.g_content {
	display: block;
	padding: 10px;
	color: #666;
	background: #ececec;
	border-radius: 3px;
	line-height: 30px;
	font-size: 13px;
}
.reply_content {
	padding: 10px;
	background: #ececec;
	border-radius: 2px;
	line-height: 24px;
	font-size: 13px;
	color: #666;
}

.um-prolist .desc {
    font-size: 14px;
    color: #767676;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px dashed #bcbcbc;
    line-height: 1.5;
}

.partner{padding: 10px 0;color: #f0f0f0;font-size: 14px;}
.partner a{color: #c6c6c6;margin: 0 5px;line-height: 20px;}

/*右侧悬浮框*/
/********.fixtool*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 2%;
	bottom: 10%;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../image/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #07254f;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -0px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #07254f;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: -36px -47px;
}
.toolbar .tel span {
	background-position: -0px 0;
}
.toolbar .tel:hover {
	background: #07254f;
}
.toolbar .tel:hover span {
	background-position: -36px 0;
}
.toolbar .code span {
	background-position: -0px -95px;
}
.toolbar .code:hover {
	background-color: #07254f;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: -36px -95px;
}
.toolbar .top span {
	background-position: -0px -142px;
}
.toolbar .top:hover {
	background-color: #07254f;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: -36px -142px;
}
.toolbar dd:hover {
}