html {}

body {
	margin: 3em 0 4em;
	background-color: #63806a;
	transition: all 0.3s;
}

a {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

ul {
	padding-left: 0;
	margin: 0;
}

li {
	display: block;
}

.content {
	width: 94%;
	padding: 0 3%;
}

.clear {
	clear: both;
}

.pic img {
	width: 100%;
	min-height: 100%
}

.flexbox {
	display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

dd {
	margin-left: 0;
}

.outer {
	width: 100%;
	padding: 2em 0;
}

.pic {
	overflow: hidden;
}

.tit {
	font-size: 1.2em;
	color: #000;
	padding: 5pt 0;
}

.topcolumn {
	width: 94%;
	height: 2em;
	padding: 2% 3%;
	background-color: #4c6d54;
	position: fixed;
	top: 0;
	z-index: 200;
	display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	justify-content: space-between;
}

.topcolumn .logo {
	width: 80%;
	height: 2em;
	background: url(../img/logo.png) no-repeat;
	background-size: auto 100%;
	background-position: left center;
}

.topcolumn .menubut {
	height: 2em;
	width: 2em;
	background: url(../img/menubut.png) no-repeat;
	background-size: 70%;
	background-position: center;
}


.mainmenu {
	position: fixed;
	right: 0;
	top: 2.5em;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.mainmenu .menu {
	background-color: #fff;
	padding: 0.8em 1.6em;
	box-shadow: 1px 1px 5px #c1c1c1;
	position: absolute;
	right: 0;
	top: 0;
}

.mainmenu .menu li {
	display: block;
	padding: 0.8em 0;
	border-bottom: 1px solid #f9f9f9;
	text-align: center;
}

.mainmenu .menu li:last-child {
	border-bottom-width: 0;
}

.mainmenu .menu a {
	color: #000;
}

.mainmenu .menu li span {
	color: #aaa;
	font-size: 0.5em;
	padding-left: 0.5em;

}


.columntitle {
	margin-bottom: 2em;
	color: #d9eadf;
}

.columntitle .colbox {
	display: inline-block;
}

.columntitle .colbox:first-child {
	text-transform: uppercase;
	font-size: 5em;
	line-height: 0;
}

.columntitle .name {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

.columntitle .eng {
	text-transform: uppercase;
	font-size: 1.3em;
}


.columntitle .exp {
	font-size: 11pt;
	letter-spacing: 1pt;
	padding-left: 4pt;
	vertical-align: text-bottom;
}


.mgdata {
	background-color: #a4baac;
}

.mgdata ul {
	color: #effff3;
}

.mgdata li {
	display: inline-block;
	width: 50%;
	padding: 4%;
	vertical-align: text-top;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #b8c3bc;
	font-size: 12pt;
}

.mgdata li:nth-child(2n) {
	border-left: 1px solid #b8c3bc;
}

.mgdata li:nth-last-child(2),
.mgdata li:last-child {
	border-bottom: 0;
}


.mgdata li .tit {
	font-size: 2.5em;
	color: #fff;
	position: relative;
	transition: all 0.2s;
	padding: 10pt;
}

.mgdata li .tit:hover {
	transform: scale(1.08, 1.08)
}

.mgdata li .tit .sup {
	font-size: 10pt;
	position: absolute;
	white-space: nowrap;
}

.honor {
	background: url(../img/hobk.jpg) no-repeat #a4baac;
	background-size: 100% auto;
	background-position: left bottom;
}

.honor .scrollimg li {
	width: 200pt;
	height: 140pt;
}

.honor .scrollimg li img {
	height: 100%;
	max-width: 100%;
}

.product {
	background: url(../img/bk3.png) no-repeat;
	background-size: 65% auto;
	padding-bottom: 0;
}

.product .content {
	background: url(../img/bk3-1.png) no-repeat right bottom;
	background-size: 65% auto;
}

.probox .progroup {
	text-align: center;
	flex-wrap: wrap;
}

.probox .progroup .exp {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}

.probox .progroup a:hover .exp {
	font-weight: normal;
}

.probox .progroup li {
	display: block;
	width: 100%;
	padding: 5%;
	background-color: #e9e8e6;
	box-sizing: border-box;
	border: 2px solid #f8df6f;
	margin-bottom: 10pt;
	text-align: left;
	line-height: 35px;
	font-size: 18px;
	color: #666666;
    height: 349px;
    overflow: hidden;	
}

.probox .progroup li .pic {
	width: 100%;
	height: 160pt;
}

.probox .progroup li .tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teambox {
	flex-wrap: wrap;
}

.teambox li {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	margin-bottom: 10pt;
}

.teambox li a {
	flex-wrap: nowrap;
}


.teambox li .tit {
	font-weight: bold;
	display: block;
	padding-top: 10pt;
}


.teambox .pic {
	height: 100pt;
}

.teambox a div:nth-child(1) {
	width: 35%;
}

.teambox a div:nth-child(2) {
	width: 63%;
}

.teambox .exp {
	color: #666;
	width: 95%;
}

.teambox .worktime {
	padding-top: 5pt;
	font-size: 12pt;
	font-weight: normal;
	color: #a4baac;
	display: block;
}


.aboutus img {
	width: 100%;
	min-height: 100%;

}

.aboutus .textbox {
	position: relative;
}

.aboutus .textbox div {
	display: inline-block;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.aboutus .textbox div:nth-child(2n) {
	margin-right: 0;
}

.aboutus .text {
	display: inline-block;
	width: 80%;
	padding-left: 16%;
	line-height: 20pt;
	font-size: 1em;
	vertical-align: top;
	text-indent: 2em;
	text-align: justify;
	color: #fff;
}

.aboutus .pic1 {
	width: 100%;
}

.aboutus .pic2 {
	width: 100%;
}

.aboutus .pic3 {
	width: 100%;
}

.aboutus .textbox .eng {
	position: absolute;
	left: 0px;
	top: 218px;
	font-size: 29pt;
	color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	writing-mode: tb;
	height: 351pt;
	letter-spacing: 3pt;
}

.aboutus .textbox .more {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/pngsrc.png) no-repeat;
	background-position: -320px -13px;
	margin-left: 30px;
}

.aboutus .textbox .more:hover {
	background-position: -406px -13px;
}

.textnew li {
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}

.textnew li .pic {
	width: 40%;
	height: 7em;
	float: left;
	margin-right: 10pt;
}

.textnew li .pic img {
	height: 100%;
}

.textnew li .text {}

.textnew li .exp {
	font-size: 16px;
	color: #daecde;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
}

.textnew .info {
	flex-wrap: wrap;
}

.textnew .tit {
	color: #fff;
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.textnew .tit:hover {
	color: #f8df6f;
}

.textnew .time {
	color: #a8c4af;
	padding-top: 5px;
	display: block;
}

.footbar {
	background-color: #a4baac;
	padding-top: 20pt;
}

.foot {
	display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	color: #effff3;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.foot a {
	color: #effff3;
}

.foot a img {
	width: 70%;
}

.foot .column {
	width: 100%;
	line-height: 17pt;
	padding-bottom: 10pt;
	font-size: 11pt;
}

.foot .column:first-child {
	text-align: center;
	border-bottom: 1px dotted #c1d9ca;
	margin-bottom: 10pt;
}

.foot .column:first-child p {
	font-size: 12px;
}

.foot .column:last-child {
	text-align: center;
}

.foot h2 {
	font-size: 18px;
	color: #fff;
	margin: 3pt 0;
}

.foot .column:nth-child(2) a {
	display: inline-block;
	width: 49%;
	text-align: center;
}

.foot .column:nth-child(2) a:before {
	content: "-- ";
}

.foot .column:nth-child(3) .tel {
	font-size: 30px;
}

.foot .column:nth-child(3) .codelst img {
	width: 115px;
}

.foot .column:nth-child(3) .codelst img {
	padding-right: 5px;
}

.footbar .copyright {
	text-align: center;
	background-color: #63806A;
	line-height: 20pt;
	color: #fff;
	padding: 10pt 0;
}

.footbar .copyright a {
	color: #fff;
	padding: 0 10px;
}


.backtop {
	bottom: 60pt;
}

.funbar li {
	background: url(../img/line1.png) no-repeat right center;
}

.funbar li:last-child {
	background-image: none;
}

.bigimg {
	background-color: #A4BAAC;
}

.bigimg img {
	width: 100%;
}

.navbar {
	font-size: 10pt;
	color: #fff;
	padding: 10pt 0;
	background-color: #A4BAAC;
}

.navbar .flexbox {
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.navbar .flexbox div {
	overflow: hidden;
	white-space: nowrap;
}

.navbar li {
	display: inline-block;
	vertical-align: text-top;
}

.navbar .tips {
	font-weight: bold;
}

.navbar .tips:before {
	content: "";
	display: inline-block;
	width: 12pt;
	height: 12pt;
	background: url(../img/nav.png) no-repeat center;
	background-size: auto 80%;
	vertical-align: text-top;

}

.navbar li a {
	color: #fff;
}

.navbar li a:hover {
	color: #314636;
	font-weight: normal !important;
}

.navbar li:after {
	content: ">";
}

.navbar li:last-child:after {
	content: "";
}


#sorts {
	margin-bottom: 50px;
	width: 100%;
	height: 35px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	justify-content: space-between;
	transition: all 0.4s;
}

#sorts a {
	display: block;
	height: 35px;
	padding-left: 30px;
	line-height: 35px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/cl01.png) no-repeat;
	background-size: 11pt;
	background-position: 5pt center;
	box-sizing: border-box;
}

#sorts .link {
	width: 90%;
}

#sorts .but {
	width: 35px;
	height: 35px;
	background: url(../img/dow1.png) no-repeat;
	background-size: 8pt;
	background-position: center;
	background-color: #d9e5dd;
}

.sortsitem li {
	position: relative;
	margin-bottom: 50px;
}

.sortsitem li .tit {
	background-image: url(../img/dow2.png);
	background-repeat: no-repeat;
	background-size: 8px;
	padding-right: 12px;
	background-position: right center;
	font-size: 1em;
}

.sortsitem li .pic {
	width: 100%;
}

.sortsitem li .link {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 120pt;
	height: 35pt;
	background-color: rgba(233, 232, 230, 0.8);
	text-align: center;
	line-height: 35pt;
}


.pagination {
	padding: 20px 0;
	text-align: center;
}

.pagination a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 3pt 5pt;
	background-color: #333333;
	color: #fff;
}

.texttit {
	text-align: center;
	font-size: 20pt;
	margin: 20px 0;
}

.texttit .dec {
	color: #63806A;
	display: block;
	font-size: 14pt;
	text-transform: uppercase;
}

.listtitle {
	padding: 10pt 0;
}

.listtitle .tit {
	font-size: 30px;
	color: #fff;
}

.listtitle .dec {
	color: #7a9781;
	text-transform: uppercase;
	font-size: 30px;
}

#teltool{
	position: fixed;
	right: 10pt;
	bottom: 95pt;	
	z-index: 100;	
}

.shake{
	animation-name:upAnimation;
	transform-origin:center bottom;
	animation-duration:1s;
	animation-fill-mode:both;
	animation-iteration-count:infinite;
	animation-delay:.5s
}

.scale{
	animation-name:bigAnimation;
	transform-origin:center bottom;
	animation-duration:1s;
	animation-fill-mode:both;
	animation-iteration-count:infinite;
	animation-delay:.5s
}

@keyframes upAnimation {
	0% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	10% {
		transform: rotate(-10deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	20% {
		transform: rotate(10deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	28% {
		transform: rotate(-8deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	36% {
		transform: rotate(8deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	42% {
		transform: rotate(-4deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	48% {
		transform: rotate(4deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	52% {
		transform: rotate(-2deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	56% {
		transform: rotate(2deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	60% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
	}

	100% {
		transform: rotate(0deg);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
}

@keyframes bigAnimation {
	10% {
		transform: scale(0.9,0.9);
	}
	20% {
		transform: scale(1.05,1.05);
	}
	30% {
		transform: scale(0.92,0.92);
	}
	40% {
		transform: scale(1.04,1.04);
	}
	50% {
		transform: scale(0.94,0.94);
	}
	60% {
		transform: scale(1.03,1.03);
	}

	
}

body #newBridge .nb-icon-wrap{
	bottom:32pt;
	top:auto;
}

.funbar .floatwin {
    margin-left: -25px;
    position: absolute;
    background-color: #fff;
    font-size: 9pt;
    text-align: center;
    padding-bottom: 5pt;
    top: -130pt;
}

.funbar .floatwin img {
    width: 150px;
}

.funbar .floatwin span {
    margin-top: -7pt;
    display: inherit;
    color: #000;
}
   
.customer{
	margin-top:2em;
	padding:15pt 10pt;
	text-align: center;
	background-color: #fff;
}

.customer dd{
	margin-bottom:20px;
}

.customer .tit{
	font-size:17pt;
	color:#63806a;
}

.customer i{
	font-style: normal;
	margin-right: 10px;
	color:red;
}

.customer input{
    line-height: 35px;
    border: 1px solid #eaeaea;
    padding-left: 10px;
	width: 170pt;
}

.customer input.but{
    width: 80%;
    border-radius: 6px;
    background-color: #63806a;
    color: #fff;
    font-size: 1.5em;
    line-height: 50px;
	cursor: pointer;	
}

.customer .exh{
	padding:5%;
	background-color: #f8f8f8;
	border-radius: 6px;
}

.customer .exh .mark{
	width: 100%;
	height: 35pt;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.customer .exh ul{
	margin:0;
	padding:0;
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	animation-name: curroll;
	animation-duration: 6s;
	animation-iteration-count:infinite;
	animation-timing-function:linear
}

.customer .exh li{
	line-height: 25px;
	font-size: 11pt;
}

.customer .exh li span:nth-child(1){
	width: 25%;
	text-align: left;
}

.customer .exh li span:nth-child(2){
	width: 45%;
	text-align: left;
}

.customer .exh li span:nth-child(3){
	width: 30%;
	text-align: right;
}

@keyframes curroll {
  from {top: 0px;}
  to {top: -125px;}
}

.contrast{
	background: url(../img/bk6.png) no-repeat;
    background-position: right top;
    background-size: 70%;
}

.contrast .tit{
	font-weight: bold;
	font-size: 1em;
	padding:5pt 0 10pt;
}

.contrast .box{
width: 48%;
    padding: 2% 2% 5%;
    border-radius: 10px;
    background-color: #4c6d54;
    text-align: center;
    box-sizing: border-box;
}

.contrast .other{
	background-color: #eeeeee;
	border-width: 0;
}

.contrast .magic .tit{
	color:#fff;
}

.contrast i{
	font-weight: bold;
	font-style: normal;
}

.contrast .magic i{
	color:#63806a;	
}

.contrast .other i{
	color:#de0000;	
}

.contrast .box li{
	display: block;
	background-color: #fff;
	border-radius: 4px;
	line-height: 2em;
	margin-bottom: 10pt;
	font-size:8pt;
	padding: 2pt 0;
}

.contrast .magic.box li{

}

.contrast .box li:last-child{
	margin-bottom: 0;
}
.contrast .vs{
	position: relative;
	width: 4%;
}

.contrast .vs .cir{
    width: 30pt;
    line-height: 30pt;
    font-size: 1em;
    font-weight: bold;
    color: #d4b767;
    position: absolute;
    top: 50%;
    transform: translate(-30%,-50%);
    border-radius: 200px;
    text-align: center;
    box-shadow: 1px 1px 4px #aaa;
    background-color: #fff;
}
