.scale_img {
	overflow: hidden;
}
.scale_img img {
	transition: all 0.3s;
	display: block;
	width: 100%;
}
.scale_img img:hover {
	transform: scale(1.1);
}
.um-main {
	padding: 70px 0 130px 0;
    background: #f7f7f7;
    border-top: 1px solid #efefef;
}
.um-main::after {
	content: "";
	display: block;
	clear: both;
}

/* 内页二级导航 */
.um-bread {
    background: #f3f3f3;
}
.um-bread ul {
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.um-bread li {
	display: inline-block;
	line-height: 54px;
	transition: all .3s;
	vertical-align: top;
	border-bottom: 3px solid transparent;
}
.um-bread li a {
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #212121;
}
.um-bread li.on,
.um-bread li:hover {
	background: #fff;
	border-bottom-color: #1775c5;
}
.um-bread li.on a,
.um-bread li:hover a {
	color: #000;
}
/* 内页标题 */
.um-top-tit{
    padding: 50px 0 55px;
    text-align: center;
}
.um-top-tit h2{
    font-size: 27px;
	font-weight: normal;
	color: #333;
}
.um-top-pos{
    font-size: 13px;
    color: #666;
    margin-top: 7px;
}
.um-top-lside{
	display: none;
}
.um-top-lside ul{
	text-align: center;
}
.um-top-lside li{
	vertical-align: top;
	display: inline-block;
}
.um-top-lside li a{
	display: block;
	padding: 0 5px;
	background: #584a4a;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
	margin: 0 2px;
}


.um-page {
	font-size: 16px;
	color: #333;
	line-height: 35px;
}
.um-prolist li {
    width: 370px;
    float: left;
    margin-right: 75px;
    margin-bottom: 75px;
	transition: all .3s;
}
.um-prolist li:nth-of-type(3n){
	margin-right: 0;
}
.um-prolist li img {
	display: block;
    width: 100%;
}
.um-prolist li .desc{
	overflow: hidden;
}
.um-prolist li .desc::before{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #1775c5;
	transition: all .3s;
}
.um-prolist li h4 {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	line-height: 40px;
	margin-top: 20px;
}
.um-prolist li p{
	font-size: 14px;
	color: #666;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.um-prolist li:hover h4{
	color: #1775c5;
}
.um-prolist li:hover .desc::before{
	width: 100%;
}

/* 案例列表 */
.um-piclist li{
    width: 285px;
    float: left;
    margin-right: 40px;
	margin-bottom: 30px;
}
.um-piclist li:nth-of-type(4n){
	margin-right: 0;
}
.um-piclist li p{
    line-height: 47px;
    text-align: center;
	color: #333;
	position: relative;
	padding: 0 10px;
	transition: all .3s;
}

.um-piclist li:hover p{
	color: #fff;
	background: #1775c5;
}


.um-news li {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 21px;
	margin-bottom: 21px;
	overflow: hidden;
}
.um-news li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 18px;
}
.um-news li h3 span {
	display: inline-block;
	width: 52px;
	height: 1px;
	background: #c3c3c3;
	margin: 0 15px 0 13px;
}
.um-news li h3 .time {
    font-size: 27px;
    color: #584a4a;
    font-family: arial;
}
.um-news li .img{
	margin-left: 30px;
}

.um-news li p {
	background: url(../image/inner/umnewsr.png) no-repeat left center;
    background-size: 0 39px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #666;
    padding-left: 152px;
    margin-top: 20px;
    font-family: arial;
}
.um-news li:hover h3 span {
	background: #1775c5;
}
.um-news li:hover p {
	background-size: 39px 39px;
}

.um-procon .tit {
	margin-bottom: 30px;
	border-bottom: 1px dashed #e0e0e0;
	text-align: center;
}

.umpro-content{
    /* background: #f7f7f7; */
    /* padding: 66px 40px; */
    /* border-radius: 2px; */
    /* border: 1px solid #efefef; */
}

.um-procon .content {
	font-size: 16px;
	color: #333;
	line-height: 35px;
    overflow: hidden;
}
.um-procon .content img{
	max-width: 100%;
}
.pagenav {
	padding: 10px 0 0 0;
	border-top: #ddd solid 1px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.pagenav a {
    color: #1775c5;
}
.pagenav a:hover {
	color: #ff0000;
}
.pagenav p {
	margin-top: 10px;
}
.um-recommend {
	background: #f3f3f3;
    margin-top: 40px;
    box-shadow: 0 0 5px #ccc;
}
.um-recommend .recomm-tit {
	font-size: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 20px 10px;
}
.um-recommend .recomm-tit h3 {
	border-left: 3px solid #1775c5;
	font-size: 16px;
	color: #333;
	padding-left: 12px;
	line-height: 20px;
}
.um-recommend .commend-pro {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.um-recommend .commend-pro li {
    width: 220px;
}
.um-recommend .commend-pro li h5 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333;
}
.um-recommend .commend-news {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.um-recommend .commend-news li {
	width: 48%;
	margin-bottom: 5px;
}
.um-recommend .commend-news li a {
	display: block;
	border-bottom: 1px dashed #d6d6d6;
	line-height: 42px;
	color: #333;
	font-size: 14px;
}
.um-recommend .commend-news li a span {
	color: #999;
}
.um-recommend .commend-news li a:hover {
	color: #1775c5;
}
#pages {
	clear: both;
	padding: 10px 0 10px;
	text-align: center;
	font: 12px "宋体";
}
#pages a {
	display: inline-block;
	padding: 0px 14px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
    margin: 0 6px;
}
#pages a.a1 {
	padding: 0px 12px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 14px;
	height: 40px;
	line-height: 40px;
	background: #1775c5;
	border: 1px solid #1775c5;
	color: #fff;
	text-align: center;
}
.page .noPage {
	display: inline-block;
	padding: 0px 14px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

/* 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;
}
.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: #008eff;
	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: #008eff;
	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;
}
