﻿.location-box {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.local {
	padding: 0 20px;
	line-height: 64px;
	font-size: 15px;
}

/*联系方式*/
.contain-box {
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.contain-box .contact-contain {
	overflow: hidden;
	padding: 0 40px 20px;
}

.contain-box .contact-contain ul li {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 14px 0 14px 64px;
	overflow: hidden;
	line-height: 44px;
	font-size: 16px;
	color: #666;
}

.contain-box .contact-contain ul li:first-child {
	line-height: 22px;
	float: none;
	font-size: 18px;
	color: #333;
}

.contain-box .contact-contain ul li i.con-icon {
	top: 14px;
}

.contain-box .Map-box {
	margin: 40px 0 10px;
}

/* 技术之窗 */
.news-box {
	padding: 0 20px;
	margin-bottom: 50px;
}

.news-list-ul li {
	font-size: 15px;
	border-bottom: 1px dashed #c6c6c6;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/li-icon.png) no-repeat left center;
	padding-left: 20px;
}

.news-list-ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	/* background-color: red; */
}

.news-title {
	width: 80%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list-ul li a:hover .news-title {
	color: #af0101;
}

h4.news-tail {
	margin: 20px 0;
	padding-bottom: 30px;
	text-align: center;
	font-size: 25px;
	color: #333;
	border-bottom: 1px dashed #c3c3c3;
}

h4.news-tail span {
	display: block;
	font-size: 14px;
	padding-top: 10px;
	color: #999;
}

.news-contain {
	padding: 0 20px;
	margin-bottom: 50px;
}
.proc-contain img{
	display: block;
	margin: 0 auto 20px;
}
.news-contain p {
	/*text-indent: 2em;*/
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}

.news-page a {
	font-size: 15px;
	color: #666;
	width: 50%;
	text-align: left;
	line-height: 36px;
}

.news-page a:last-child {
	text-align: right;
}

.com-page,
.news-page {
	width: 97%;
	margin: 0 auto;
	background-color: #f6f6f6;
	padding: 10px 20px;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.com-page * {
	display: inline-block;
	font-size: 15px;
	margin: 0 3px;
}

.com-page a {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	line-height: 40px;
	box-sizing: border-box;
}

.com-page a.page-next,
.com-page a.page-prev {
	width: 64px;
}

.com-page span {
	padding: 0 10px;
	line-height: 40px;
	color: #666666;
}

.com-page span input {
	width: 40px;
	height: 40px;
	margin: 0 8px;
	text-align: center;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 3px;
}

.com-page span button {
	line-height: 40px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	border-radius: 3px;
}

.com-page a:hover,
.com-page span button:hover {
	background-color: #b71818;
	color: #fff;
	border-color: #b71818;
}

/*留言反馈*/
.message-contain {
	padding: 0 20px;
	margin-bottom: 50px;
}

.messages-ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

/* .messages-ul li:nth-child(2){
					float: right;
				} */
.messages-ul li:nth-child(2n+1) {
	clear: both;
}

.mes-item {
	width: 100%;
	position: relative;
	padding: 0 0 0 110px;
	box-sizing: border-box;
	min-height:110px;
}

.mes-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
}

.mes-icon img {
	display: block;
	width: 100%;
}

.mes-con {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
}

.mes-con p:nth-child(1) {
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}

.mes-con p:nth-child(2) {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.mes-form {
	padding: 50px 20px 50px;
	border-top: 1px solid #ececec;
}

.ui-input {
	float: left;
	font-size: 15px;
	color: #333;
	width: 490px;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #fff7f7;
	border: 1px solid #fff7f7;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	outline: 0;
	-webkit-transition: border-color .3s cubic-bezier(.65, .05, .35, .5);
	transition: border-color .3s cubic-bezier(.65, .05, .35, .5);
	box-sizing: border-box;
}

.ui-textarea {
	float: left;
	font-size: 15px;
	color: #333;
	width: 650px;
	border: 1px solid #fff7f7;
	background-color: #fff7f7;
	box-sizing: border-box;
	padding: 0 10px;
	height: 200px;
	line-height: 30px;
	overflow: hidden;
	outline: 0;
	-webkit-transition: border-color .3s cubic-bezier(.65, .05, .35, .5);
	transition: border-color .3s cubic-bezier(.65, .05, .35, .5);
	box-sizing: border-box;
}

.ui-input:focus,
.ui-textarea:focus {
	border-color: #b71818 !important;
}

.mes-ipt-item {
	margin-bottom: 20px;
}

.mes-ipt-item span:first-child {
	float: left;
	font-size: 15px;
	line-height: 40px;
	padding: 0 10px;
	width: 100px;
}

.validate {
	float: left;
	width: 100px;
	margin-left: 20px;
	background-color: #b71818;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
}

.show-info {
	width: 100%;
	clear: both;
	padding-left: 100px;
	font-size: 15px;
	color: #666;
	margin-top: -10px;
	margin-bottom: 20px;
}

.submit-ipt {
	float: left;
	width: 140px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	background-color: #B71818;
}

/*tab切换*/
.com-tabs .tab {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

.com-tabs .tab a {
	font-size: 15px;
	width: 110px;
	text-align: center;
	float: left;
	text-decoration: none;
	border-bottom: 2px #fff solid;
	box-sizing: border-box;
	color: #333;
	line-height: 62px;
}

.com-tabs .tab a:hover {
	text-decoration: none;
	border-color: #B71818;
}

.com-tabs .tab a.on {
	border-color: #B71818;
	text-decoration: none;
}

.contain-box .main {
	overflow: hidden;
	padding: 0;
	min-height: 334px;
	box-sizing: border-box;
}

.contain-box .main li {
	display: none;
}

.com_box {
	padding: 20px;
}

/*.proc-item {
	float: left;
	width: 364px;
	border: 1px solid #ececec;
	margin-right: 34px;
	margin-bottom: 34px;
	overflow: hidden;
}*/
.proc-item {
	float: left;
	width: 364px;
	border: #edeced 1px solid;
	margin-right: 34px;
	margin-bottom: 34px;
	overflow: hidden;
	border-radius: 4px;
	    box-shadow: 1px 1px 1px 1px #d9d9d9;
	    -webkit-box-shadow: 1px 1px 1px 1px #d9d9d9;
	    -moz-box-shadow: 1px 1px 1px #d9d9d9;
}

div.product_mainbody_all01word {
    width: 330px;
    height: auto;
    margin: auto;
    margin-top: 20px;
}
div.product_mainbody_all01word .p1 {
	display: -webkit-box;
    color: #444;
    font-size: 16px;
    width: 330px;
    height: 25px;
    -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
 overflow:hidden;
}
div.product_mainbody_all01word .p2 {
    color: #939393;
    font-size: 12px;
    line-height: 20px;
    width: 330px;
    height: 45px;
    margin-top: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
div.product_mainbody_allfenge {
    width: 35px;
    height: 10px;
    border-bottom: #cdcdcd 1px solid;
    margin-left: 16px;
	margin-bottom: 30px;
}

.proc-item:nth-child(3n){
 margin-right: 0;
}
.proc-item:nth-child(3n+1){
 clear: both;
}

.waihezi {
	padding-top: 75%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}

.neihezi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.neihezi>img {
	width: 100%
}

.neihezi .neiimg {
	transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-webkit-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
}

.proc-item:hover .neihezi>img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.tpl-body {
	/* padding: 10px 10px 14px; */
	padding: 10px;
}

.tpl-body .tpl-name {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

/*关于东方*/
.company-intro {
	padding: 0 20px;
	overflow: hidden;
}

.company-intro img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.company-intro p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}

.honor-list {
	overflow: hidden;
}

.honor-item {
	float: left;
	width: 260px;
	padding: 5px;
	border: 1px solid #ececec;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
}

.honor-item:nth-child(4n) {
	margin-right: 0;
}

.honor-item:nth-child(4n+1) {
	clear: both;
}

.honor-item img {
	display: block;
	width: 100%;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
}

.honor-item:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}


.top-btn {
    width: 56px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 99;
    font-size: 12px;
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    color: #fff !important;
    text-align: center;
   }
   
   .top-icon {
    width: 20px;
    height: 11px;
    display: block;
    margin: 0 auto 3px;
    background: url(../images/icon5.png) no-repeat left center;
   }
   
   /*学良加入*/
   .com_page_a_current 
{
    background-color: #b71818!important;
	color: #fff!important;
	border-color: #b71818!important;
    }