/* 右侧客服开始 */
.flexbox {
	position: fixed;
	right: 0;
	top: 70%;
	display: block;
	transform: translateY(-50%);
	z-index: 999999;
}

.flexbox ul li {
	position: relative;
	cursor: pointer;
	/* width: 63px; */
	margin-bottom: 5px;
	list-style: none;
}

.flexbox ul li.tips .icon {
	background: none;
}

.flexbox ul li:hover .show {
	transform: translateX(0%) translateY(-50%);
	visibility: initial;
	opacity: 1;
}

.flexbox ul li:hover .icon {
	background: #1BBCA3;
	background: ghostwhite;
}

.flexbox ul li .show {
	width: 240px;
	overflow: hidden;
	position: absolute;
	right: 100%;
	top: 50%;
	background: #1BBCA3;
	padding: 15px;
	display: flex;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	transform: translateX(-40%) translateY(-50%);
	justify-content: center;
	background-color: rgba(0, 0, 0, .9);
}

.flexbox ul li .show p {
	font-size: 14px;
	color: #fff;
}

.flexbox ul li .show img {
	width: 90px;
	display: block;
}

.flexbox ul li:first-child .icon {
	/* background: #1BBCA3; */
}

.flexbox ul li:last-child .icon {
	background: #B5B6B7;
	background: #f5f5f5;
}

.flexbox ul li .icon {
	width: 50px;
	background: #fff;
	border: #f3f3f3 2px solid;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.flexbox ul li .icon a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexbox ul li .icon a img {
	display: block;
	padding: 2px;
}

/* 右侧客服结束 */


.flexbox {
	right: -100px;
}

.kefuplay {
	right: 1% !important;
}

.disnone {
	display: none !important;
}

.addkefuclose {
	position: absolute;
	z-index: 99999;
	right: 1px;
	top: 1px;
}

.addkefuclose img {
	width: 25px;
}

.tips.gttop {
	background: white;
	border-radius: 50%;
	width: 40px;
	margin: 0 auto;
	text-align: center;
	    z-index: 999;
	    position: relative;
		box-shadow: 0px 0px 10px 0px rgba(0,69,129,0.08);
}

.tips.gttop img {}


/* .addkefuclose{
	float: right;
	z-index: 9999;
	position: relative;
} */


/* 右侧客服：弹窗前  女孩的界面开始 */
.f-l {
	float: left
}

.f-r {
	float: right
}

.clearfix:after {
	content: "/20";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0
}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.livechat-girl {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: fixed;
	bottom: 0;
	right: 40px;
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	z-index: 700;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1);
	right: 1%;
	bottom: 1%;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	z-index: 9999;
}

.livechat-girl:focus {
	outline: 0
}

.livechat-girl.animated {
	opacity: 1;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px)
}

.livechat-girl:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 50
}

.livechat-girl .girl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50
}

.livechat-girl .animated-circles .circle {
	background: rgba(38, 199, 252, .25);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
	opacity: 0 !important
}

.livechat-girl.animation-stopped .circle {
	opacity: 0 !important
}

.livechat-girl .livechat-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
	max-width: 1296px !important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis
}

@media only screen and (max-width:1599px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 1060px !important
	}
}

@media only screen and (max-width:1309px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 984px !important
	}
}

@media only screen and (max-width:1124px) {
	.livechat-girl .livechat-hint.rd-notice-tooltip {
		max-width: 600px !important
	}
}

.rd-notice-tooltip {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.25;
	position: absolute;
	z-index: 65;
	max-width: 350px;
	opacity: 1
}

.rd-notice-tooltip:after {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
	background: 0;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 60;
	padding: 20px;
	font-weight: 400;
	line-height: 1.45
}

.rd-notice-type-success {
	background-color: #26c7fc;
	-webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
	box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
	background-color: #26c7fc
}

.rd-notice-type-success:after {
	background-color: #26c7fc;
	-webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
	box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
	margin-left: -20px
}

.rd-notice-position-left:after {
	right: -6px;
	top: 50%;
	margin-top: -10px
}

.rd-notice-tooltip.single-line .rd-notice-content {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	white-space: nowrap
}

/* 右侧客服：弹窗前  女孩的界面结束 */







/* 留言表单页面：顶部位置导航开始 */
.am-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	max-width: 1000px;
}

.am-container:after,
.am-container:before {
	content: " ";
	display: table;
}

.am-container:after {
	clear: both;
}

@media only screen and (min-width:641px) {
	.am-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

a:hover {
	color: #a22219;
}

.am-container {
	max-width: 1430px;
}

.am-parth {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.am-parth .location {
	position: relative;
	padding-left: 20px;
	background: url(http://demo2.92wailian.com/k537/skin/images/map-location.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 1680px) {
	.am-container {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1440px) {
	.am-container {
		max-width: 1200px;
	}
}

@media screen and (max-width:1024px) {
	.am-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.am-parth {
		height: 40px;
		line-height: 40px;
	}

	.am-parth .location {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* 留言表单页面：顶部位置导航结束 */




/* 留言表单页面：表单开始 */
.am-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	max-width: 1000px;
}

.am-container:after,
.am-container:before {
	content: " ";
	display: table;
}

.am-container:after {
	clear: both;
}

@media only screen and (min-width:641px) {
	.am-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.am-btn {
	display: inline-block;
	margin-bottom: 0;
	padding: .5em 1em;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, border-color .3s ease-out;
}

.am-btn:active:focus,
.am-btn:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.am-btn:focus,
.am-btn:hover {
	color: #444;
	text-decoration: none;
}

.am-btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}

.am-btn-default {
	color: #444;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.am-btn-default:active,
.am-btn-default:focus,
.am-btn-default:hover {
	color: #444;
	border-color: #c7c7c7;
}

.am-btn-default:focus,
.am-btn-default:hover {
	background-color: #d4d4d4;
}

.am-btn-default:active {
	background-image: none;
	background-color: #c2c2c2;
}

.am-form-field {
	display: block;
	width: 100%;
	padding: .5em;
	line-height: 1.2;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.am-form-field:focus {
	outline: 0;
}

.am-form-field:focus {
	background-color: #fefffe;
	border-color: #3bb4f2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 180, 242, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 180, 242, .3);
}

.am-form-field::-webkit-input-placeholder {
	color: #999;
}

.am-form-field::-moz-placeholder {
	color: #999;
}

.am-form-field:-ms-input-placeholder {
	color: #999;
}

.am-form-field::placeholder {
	color: #999;
}

.am-form-field::-moz-placeholder {
	opacity: 1;
}

.am-form-field.am-radius {
	border-radius: 2px;
}

.am-radius {
	border-radius: 2px;
}

.am-cf:after,
.am-cf:before {
	content: " ";
	display: table;
}

.am-cf:after {
	clear: both;
}

.am-container {
	max-width: 1430px;
}
.tit2{
    text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}
.ny-warp {
	background: #fafbfb;
}

.ny-ct-main {
	background: #fff;
	padding: 50px;
	margin-top: 80px;
	margin-bottom: 50px;
	min-height: 400px;
	position: relative;
	z-index: 999;
	border-radius: 10px;
	box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, .06);
}

.ny-ct-left {
	width: 50%;
	float: left;
	    font-size: 12px;
    line-height: 26px;
}

.ny-ct-left .tit {
	font-size: 24px;
	margin-bottom: 10px;
}

.ny-ct-left .note {
	color: #999;
}

.ny-ct-left .cont {
	margin-top: 40px;
}

.ny-ct-left .cont p {
	border-bottom: 1px dashed #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.ny-ct-left .cont p img {
	margin-right: 10px;
	display: inline-block;
}

.ny-ct-right {
	width: 50%;
	float: right;
	padding-left: 40px;
}

.mesipu .item .iput {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}

.mesipu .item .iput .bitian {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #f30;
	font-size: 14px;
}

.mesipu .item .iput .am-form-field {
	padding: 15px;
	background: #f5f5f5;
	border: none;
	outline: none;
}

.mesipu .item.wyb .iput {
	width: 100%;
}

.c-t-m-btn {
	padding-left: 10px;
}

.c-t-m-btn .am-btn {
	background: #ea5918;
	padding: 15px;
	width: calc(100% - 25px);
	color: #fff;
	border-radius: 4px;
}
.jused{
    color: #ea5918;
    font-size: 22px;
}
@media screen and (max-width: 1680px) {
	.am-container {
		max-width: 1300px;
	}
}

@media screen and (max-width: 1440px) {
	.am-container {
		max-width: 1200px;
	}
}

@media screen and (max-width:1024px) {
	.am-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ny-warp {
		padding: 20px 0;
	}

	.ny-ct-main {
		padding: 15px;
		margin-top: -40px;
		margin-top: 0px;
	}

	.ny-ct-left {
		width: 100%;
		float: none;
	}

	.ny-ct-left .tit {
		font-size: 16px;
		font-weight: bold;
	}

	.ny-ct-left .note {
		font-size: 12px;
	}

	.ny-ct-left .cont {
		margin-top: 20px;
	}

	.ny-ct-left .cont p {
		font-size: 14px;
	}

	.ny-ct-left .cont p img {
		width: 20px;
		margin-right: 5px;
	}

	.ny-ct-right {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.mesipu .item .iput {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.mesipu .item .iput:last-child {
		margin-bottom: 0;
	}

	.mesipu .item .iput .bitian {
		font-size: 12px;
	}

	.mesipu .item .iput .am-form-field {
		font-size: 12px;
	}

	.mesipu .item {
		margin-bottom: 10px;
	}

	.c-t-m-btn {
		padding-right: 10px;
	}

	.c-t-m-btn .am-btn {
		padding: 10px;
		width: 140px;
		font-size: 12px;
		display: block;
		margin: 0 auto;
	}
}

/* 留言表单页面：表单结束 */






/* 公司简介 */
.jianjietitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.addjianjie {
	margin: 50px auto;
}

.jianjiebox {
	background: url(/images/jianjiebj.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0% 4%;
	color: white;
	margin-top: 30px;
}

.jianjiebox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:1920px;
	margin: 0px auto;
}

.jianjiebox ul li {
	width: 33.33333%;
	border-right: gray 1px solid;
	height: auto;
	padding: 10% 0px;
	padding-right: 5%;
}

.jianjiebox ul li:nth-child(2),.jianjiebox ul li:nth-child(3) {
	padding-left: 4%;
}

.jianjiebox ul li:nth-child(3){
	border-right: none;
}

p.p4 {
	font-size: 34px;
	padding-bottom: 30px;
	font-weight: bold;
}

p.p5 {
	font-size: 21px;
	line-height: 40px;
}




/* 公司简介 */
.addjjcon ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.addjjcon ul li {
	width: 19.5%;
	overflow: hidden;

}

.addjjcon img {
	width: 100%;
}

.addjjcon ul li img {
	transition: all 0.6s;
}

.addjjcon ul li:hover img {
	transform: scale(1.1);
}


.addjianjie1 {
	max-width: 1820px;
}

.addjjcon {
	margin: 0 auto;
	margin-top: 20px;
	/* 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(auto-fill, 19.1%);
	justify-content: space-between;
}


.addjjlist {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}


.listpic {
	overflow: hidden;
	margin-bottom: 10px;
}

.listpic a {
	padding-bottom: 150%;
	/* 控制图片的高度大小 */
	position: relative;
	overflow: hidden;
	display: block;
}

.listpic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.listtext {
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 10px;
	z-index: 999;
	width: 100%;
	padding: 8px 0px;
	background: rgba(0, 0, 0, 0.3);
	display: inline-flex;
}

.listtext a {
	font-weight: bold;
	color: white;
	padding: 0px 5px;
}

.listpic img:hover {
	transform: scale(1.2);
}




@media (max-width: 1000px) {
	.addjianjie {
		margin: 20px auto;
	}
	
	.jianjiebox ul li {
		width: 100%;
		border-right: none;
		border-bottom: gray 1px solid;
		padding-right: 0%;
	}
	
	p.p4 {
	    font-size: 25px;
	    padding-bottom: 20px;
	}
	
	p.p5 {
	    font-size: 18px;
	    line-height: 29px;
	}
	
	.addjianjie1{
		padding: 0 1%;
	}
	

	.addjjcon {
		margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(auto-fill, 48%);
		justify-content: space-between;
	}

	.jianjietitle {
		font-size: 18px;
	}

	.listtext a {
		padding: 0px 5px;
		font-size: 14px;
	}
}