@charset "utf-8";
/* CSS Document */
/****************************************弹层****************************************/
.layer {
	position: fixed;
	z-index: 99;
	width: auto;
	height: auto;
	overflow: hidden;
	display: flex;
}
.layer p {
	width: auto;
	height: auto;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	white-space: nowrap;
	box-sizing: content-box;
	padding: 20px 40px;
	border-radius: 4px;
	margin: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/****************************************懒加载****************************************/
img[src="/public/svg/rect.svg"] {
	width: 40px !important;
	height: 100% !important;
	margin: auto;
}
/****************************************网站地图****************************************/
.webmap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}
.webmap .m-box {
	width: 62.5%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 2%;
}
.webmap .m-t {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
}
.webmap .m-t h3 {
	width: 10%;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	box-sizing: content-box;
	white-space: nowrap;
	padding: 0 2%;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	color:#c50900;
}
.webmap .m-t a {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 2%;
	background: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	transition: all ease-out 0.3s;
}
.webmap .m-t a:hover {
	background: #999;
}
.webmap .m-c {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2% 0 0;
	box-sizing: border-box;
	padding: 0 2%;
}
.webmap .m-c .nav-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.webmap .m-c .nav-list h3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 8px 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}
.webmap .m-c .nav-list a {
	color: inherit;
}
.webmap .m-c .nav-list a:hover {
	color:#c50900;
}
.webmap .m-c .nav-list .nav-second {
	width: 100%;
	height: 28px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 0.5%;
}
.webmap .m-c .nav-list .nav-second li {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 5px 0;
	float: left;
	display: inline;
	box-sizing: content-box;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}
/****************************************内页主图****************************************/
.i-banner {
	height: 500px;
	overflow: hidden;
	position:relative;
}
.i-banner a{
	display:block;
	width:100%;
	height:100%;
}
.i-banner img {
	display: block;
	width: 100%;
	height: 100%;
}
.i-banner .m-banul{
	width:100%;
	height:60px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.i-banner  .muks{
	width:920px;
	height:60px;
	position:absolute;
	left:50%;
	margin-left:-460px;
	top:0px;
	box-shadow: 1px 1px 5px -2px #888;
	border: 1px solid #81d3fc;
    background: #62b2db;
}
.i-banner  .muks .ulus{
	width:100%;
	height:25px;
	padding-left:50px;
}
.i-banner  .muks .ulus p{
	min-width:70px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.i-banner  .muks .ulus ul{
	width: 750px;
	height:35px;
	display:inline-block;
}
.i-banner  .muks .ulus ul li{
	display:inline-block;
	min-width: 75px;
	height:35px;
	line-height:35px;
	margin-left:20px;
}
.i-banner  .muks .ulus ul li a{
	color:#fff;
	font-size:14px;
	transition:.5s;
}
.i-banner  .muks .ulus ul li a:hover{
	transition:.5s;
	color:#fcb200;
}
/****************************************内页列表样式****************************************/
.i-sub {
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 48px 28px;
    margin-bottom: 50px;
}
.i-sub div.f-l {
	width: 18%;
	height: auto;
	overflow: hidden;
}
.i-sub div.f-l h3 {
	width: 100%;
	height: auto;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	padding: 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
}
.i-sub div.f-l h3 small {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#c50900;
	margin-left: 6px;
}
.i-sub div.f-l .list {
	width: 100%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 0;
}
.i-sub div.f-l .first {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2px;
	font-size: 16px;
	line-height: 48px;
	color: #333;
	transition: all ease-out 0.3s;
}
.i-sub div.f-l li a.on {
	cursor: not-allowed;
	color:#c50900;
	transition:.5s;
}
.i-sub div.f-l li a:hover {
	color: #fff;
	background:#c50900;
	transition:.5s;
	border: 1px solid#c50900;
}
.i-sub div.f-l .first > a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: inherit;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align:center;
}
/*.i-sub div.f-l .first > a:after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 50px;
	overflow: hidden;
	background: url(../svg/second.svg) center center no-repeat;
	background-size: auto 40%;
	transition: all ease-out 0.3s;
}*/
/*.i-sub div.f-l .first.on > a:after {
	transform: rotate(90deg);
}*/
.i-sub div.f-l .first .second {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.i-sub div.f-l .first .second li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	box-sizing: border-box;
	text-indent: 1.5em;
	transition: all ease-out 0.3s;
}
.i-sub div.f-l .first .second li:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid#c50900;
}
.i-sub div.f-l .first .second li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i-sub div.f-l p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.i-sub div.f-l p:first-of-type {
	margin-top: 10px;
}
.i-sub div.f-r {
	position: relative;
	width: 80%;
	height: auto;
	overflow: hidden;
}
.i-sub .dec {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.8%;
	height: 100%;
	box-sizing: border-box;
	border-right: 2px dashed #999;
}
.i-sub .i-title {
	width: 100%;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 2px dashed #999;
	padding: 0 1% 0 5%;
}
.i-sub .i-title h3 {
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/titleBg.png) 0 0 / 100% 100% no-repeat;
	box-sizing: content-box;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.i-sub .i-title p {
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 40px;
}
.i-sub .i-title i {
	font-style: normal;
}
.i-sub .i-title a {
	color: inherit;
}
.i-sub .i-title a:hover {
	color:#c50900;
	text-decoration: underline;
}
.i-sub .i-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 16px 0 0 4.5%;
}
.i-sub .i-con .trans {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 97.5%;
	height: 93%;
	overflow: hidden;
	background: url(../svg/rect.svg) center center no-repeat;
	display: none;
}
/****************************************图文列表样式****************************************/
.i-sub .i-image .i-content {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.i-sub .i-image .i-content li {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 8px 0.65%;
	transition: all ease-out 0.3s;
}
.i-sub .i-image .i-content li img {
	display: block;
	width: 100%;
	height: auto;
}
.i-sub .i-image .i-content li:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 5px #ccc;
}
.i-sub .i-image .i-content li:hover .txt h3 {
	color:#c50900;
}
.i-sub .i-image .i-content li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all ease-out 0.3s;
}
.i-sub .i-image .i-content li .img img {
	display: block;
	width: 100%;
	height: auto;
}
.i-sub .i-image .i-content li .img img[src="/public/images/nopic.png"] {
	height: 100% !important;
}
.i-sub .i-image .i-content li .txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.i-sub .i-image .i-content li .txt h3 {
	width: 80%;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #333;
}
.i-sub .i-image .i-content li .txt h3 a {
	color: inherit;
}
/****************************************新闻列表样式****************************************/
.i-sub .i-news .i-content li {
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 0 15px;
	border-bottom: 1px dotted #ccc;
}
.i-sub .i-news1 .i-content li{
	width:47%;
	float:left;
	margin-right:20px;
}
.i-sub .i-news .i-content li .img {
	width: 35%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	margin: 6px 0 6px 10px;
	float: left;
	display: inline;
	box-shadow: 0 0 5px #ccc;
}
.i-sub .i-news1 .i-content li .img {
	display:none;
}
.i-sub .i-news .i-content li .img:hover img {
	transform: scale(1.1);
}
.i-sub .i-news .i-content li .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease-out 0.3s;
}
.i-sub .i-news .i-content li .img img[src="/public/images/nopic.png"] {
	height: 100% !important;
}
.i-sub .i-news .i-content li .txt {
	width: 60%;
	margin-right: 1%;
	height: auto;
	overflow: hidden;
	float: right;
	display: inline;
}
.i-sub .i-news1 .i-content li .txt{
	width:98%;
	margin:0 auto;
}
.i-sub .i-news .i-content li .txt h3 {
	width: 100%;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
.i-sub .i-news .i-content li .txt p {
	width: 100%;
	height: 105px;
	overflow: hidden;
	margin: 10px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 21px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: justify;
	color: #666;
}
.i-sub .i-news .i-content li:hover .txt h3{
	color:#c50900;
}
/****************************************内页联系我们****************************************/
.i-contact {
	height: auto;
	margin: 50px auto 50px;
}
.i-contact .i-title {
	height: auto;
	overflow: hidden;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	padding: 0 2%;
}
.i-contact .i-title h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.i-contact .i-title h3 small {
	font-size: 14px;
	color:#c50900;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-left: 6px;
}
.i-contact .i-title span {
	display: block;
	font-size: 14px;
	color: #333;
}
.i-contact .i-title span a {
	color: inherit;
}
.i-contact .i-title span a:hover {
	color:#c50900;
	text-decoration: underline;
}
.i-contact .i-con {
	position: relative;
	margin: 30px auto;
	width: 98%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
.i-contact .i-con .map {
	width: 50%;
	height: 400px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 8px;
	left:0px;
	opacity:1;
}
.i-contact .i-con .info {
	width: 45%;
	height: auto;
	overflow: hidden;
}
.i-contact .i-con .info span {
	display: block;
	width: 100%;
	min-height: 38px;
	margin: 19px 0;
	overflow: hidden;
}
.i-contact .i-con .info span h3 {
	width: 15%;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	text-align: right;
	color: #666;
}
.i-contact .i-con .info span h3 b {
	display: block;
	color: #999;
	font-size: 12px;
}
.i-contact .i-con .info span p {
	width: 80%;
	height: 100%;
	float: right;
	display: inline;
	font-size: 16px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.i-contact .i-con .info span i {
	font-style: normal;
	box-sizing: border-box;
	padding-right: 10px;
}
.i-contact .i-con .info span.on p {
	font-size: 24px;
	color:#c50900;
	font-weight: bold;
}
.i-contact .i-con .info ul {
	height: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ccc;
	margin: 10px 0 0;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
}
.i-contact .i-con .info ul li {
	width: 110px;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 20px;
}
.i-contact .i-con .info ul li img {
	display: block;
	overflow: hidden;
	width: 100px;
	margin: 0 auto;    height: 100px;
}
.i-contact .i-con .info ul li p {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.i-contact .i-con .info ul li i{
	padding:0 !important;
}
/****************************************内页侧边工具****************************************/
@keyframes right {
 from {
 transform: translateY(-10px);
 opacity: 0;
}
 to {
 transform: translateY(0);
 opacity: 1;
}
}
.sidetools {
	position: fixed;
	top: 0;
	right: 2%;
	display: flex;
	width: 3.95833333%;
	height: 100%;
	box-sizing: border-box;
	z-index: 9;
}
.sidetools .min {
	width: 100%;
	height: auto;
	margin: auto;
}
.sidetools a {
	display: block;
	width: 100%;
	height: 3.8em;
	background: url(../images/index17.png) 0 0 / 100% 100% no-repeat;
	margin: 6px 0;
	box-sizing: border-box;
	position: relative;
	padding: 8px 0;
	font-size: 2rem;
	cursor: pointer;
}
.sidetools a:hover i {
	transform: rotateY(180deg);
}
.sidetools a:hover span {
	display: block;
}
.sidetools a:nth-child(1) i {
	background: url(../images/index18.png) center center / 34% no-repeat;
}
.sidetools a:nth-child(2) i {
	background: url(../images/index19.png) center center / 34% no-repeat;
}
.sidetools a:nth-child(3) i {
	background: url(../images/index20.png) center center / 34% no-repeat;
}
.sidetools a:nth-child(4) i {
	background: url(../images/index21.png) center center / 34% no-repeat;
}
.sidetools a:nth-child(5) i {
	background: url(../images/index22.png) center center / 34% no-repeat;
}
.sidetools a i {
	display: block;
	width: 100%;
	height: 32px;
	margin: 0 auto;
	transition: all ease-out 0.8s;
}
.sidetools a p {
	width: 100%;
	height: 30px;
	font-size: 1.2rem;
	line-height: 2em;
	color:#c50900;
	text-align: center;
}
.sidetools a span {
	position: absolute;
	top: 0;
	right: 100%;
	float: left;
	min-width: 160px;
	height: auto;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	display: none;
}
.sidetools a span h3 {
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}
.sidetools a span img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}
.sidetools a span.on {
	animation: right 0.3s ease-out 0s 1 normal;
}
/****************************************内页留言****************************************/
.i-message {
	position: fixed;
	width: 600px;
	min-height: 250px;
	box-sizing: border-box;
	padding: 2% 0;
	background: #4e4e4f;
	border-radius: 30px;
	display: none;
	z-index: 999;
	box-shadow: 0 5px 5px #333;
}
.i-message h3 {
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.i-message h3 .close {
	display: block;
	float: right;
	cursor: pointer;
	opacity: 1;
	line-height: 30px;
}
.i-message input {
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	border: 1px solid #fff;
	outline: 0;
	margin: 10px auto;
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 5%;
}
.i-message textarea {
	display: block;
	width: 80%;
	height: 100px;
	border: 1px solid #fff;
	margin: 10px auto;
	font-size: 14px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 10px 5%;
	background: #fff;
}
.i-message button {
	display: block;
	width: 80%;
	height: 50px;
	font-size: 14px;
	margin: 10px auto;
	outline: 0;
	background: #fff;
	color:#c50900;
	transition: all ease-out 0.3s;
}
.i-message button:hover {
	background:#c50900;
	color: #fff;
}
/****************************************内页页码****************************************/
.pagination[data-pagetotal="1"] {
	display: none !important;
}
.pagination > li {
	font-size: 14px;
	cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
	color:#a0a0a0  !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color:#a0a0a0  !important;
	border-color:#a0a0a0  !important;
	color: #fff !important;
}
/********************************内页搜索页*******************************/
.search_content {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.search_content > h4 {
	color: #333;
	margin: 0px;
	padding: 15px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.search_content ul.search_list li {
	width: 100%;
	height: 125px;
	padding: 15px 13px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.search_content ul.search_list li > a {
	display: block;
}
.search_content ul.search_list li > a .img {
	width: 16%;
	height: 100%;
	float: left;
}
.search_content ul.search_list li > a .img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.search_content ul.search_list li > a .list-content {
	width: 80%;
	float: right;
}
.search_content ul.search_list li > a .list-content h4 {
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list li > a .list-content p {
	display: -webkit-box;
	color: #ababab;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	margin-top: 6px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.search_content ul.search_list li > a .list-content span.time {
	text-align: right;
	display: block;
	margin-top: 3px;
	color: #ababab;
	font-size: 12px;
}
.search_fl ul li {
	overflow: hidden;
	margin-bottom: 50px;
}
.search_fl ul li div {
	position: relative;
	border-left: 2px solid #ccc;
	padding-left: 20px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.search_fl ul li div h3 {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-weight: normal;
}
.search_fl ul li div aside {
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.search_fl ul li div aside span {
	margin-left: 20px;
}
.search_fl ul li div em {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	padding-left: 26px;
	background: url(../img/news/news02.jpg) no-repeat left center;
	cursor: pointer;
}
.search_fl ul li div em i {
	font-size: 16px;
	margin: 0 8px;
	color: #36478c;
}
.search_fl ul li img {
	width: 100%;
	display: block;
}
.search_fl ul li summary {
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.search_fl ul li a {
	display: block;
	height: 100%;
}
.search_fl ul li:hover div {
	border-color:#c50900;
}
.search_fl ul li:hover div h3 a {
	color: #630c14;
}
.search_fl ul li:hover div a {
	color: #630c14;
}
/********************************内页详情页*******************************/
.neiInfo_box {
	width: 1200px;
	height: auto;
	min-height: 650px;
	margin: 50px auto;
}
.neiInfo_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
	box-sizing: border-box;
	padding: 0 2%;
	border-bottom: 2px solid #000;
}
.neiInfo_title h3 {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	font-size: 24px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title h3 small {
	font-size: 14px;
	margin-left: 6px;
	color:#c50900;
}
.neiInfo_title .crumbInfo {
	width: auto;
	height: auto;
	float: right;
	display: inline;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title .crumbInfo a {
	color: inherit;
}
.neiInfo_title .crumbInfo a:hover {
	color:#c50900;
	text-decoration: underline;
}
.neiInfo_ct {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.neiInfo_ct .neiCon {
	padding: 28px;
}
.neiInfo_ct .neiCon h3 {
	padding: 0 10px;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.neiInfo_ct .neiCon .Info {
	padding: 0 10px;
	/*background: #fdfdfd;*/
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.neiInfo_ct .neiCon .Info span {
	padding-right: 20px;
	font-family: '楷体';
}
.neiInfo_ct .neiCon .newsConBox {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.neiInfo_ct .neiCon .newsConBox p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	padding-bottom: 10px;
	text-indent: 2em;
	text-align: justify;
}
.neiInfo_ct .neiCon .newsConBox p[style*="text-align: center"],
.neiInfo_ct .neiCon .newsConBox p[style*="text-align:center"] {
	text-indent: 0;
}
.neiInfo_ct .neiCon .newsConBox img {
	width: auto;
	height: auto;
	padding-bottom: 10px;
	max-width: 100%;
}
/********************************内页留言页面*******************************/
.i-info {
	height: auto;
	overflow: hidden;
	min-height: 500px;
}
.message {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.message .img {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 23px;
	overflow: hidden;
}
.message .img img {
	width: 100%;
}
.message .messageCon {
	width: 550px;
	height: auto;
	float: right;
}
.message .messageCon .title {
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin-bottom: 30px;
}
.message .messageCon .title h4 {
	font-size: 30px;
	font-family: "Times New Roman";
	color: #533e17;
	font-weight: normal;
	padding-bottom: 10px;
}
.message .messageCon .title h5 {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	font-weight: normal;
}
.message .messageCon .messageBox {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.message .messageCon .messageBox .text {
	width: 550px;
	height: 45px;
	box-sizing: border-box;
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	margin-bottom: 10px;
}
.message .messageCon .messageBox .pho {
	height: 55px;
	padding-left: 15px;
}
.message .messageCon .messageBox .text i {
	display: block;
	float: left;
	width: 59px;
	height: 43px;
}
.message .messageCon .messageBox .text .i1 {
	background: url(../images/messageIcon1.png) center no-repeat;
}
.message .messageCon .messageBox .text .pp {
	background: url(../images/pp.png) center no-repeat;
	background-size: 40px 40px;
}
.message .messageCon .messageBox .text .i2 {
	background: url(../images/messageIcon2.png) center no-repeat;
}
.message .messageCon .messageBox .text span {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	margin: 12px 0;
	background: #ccc;
}
.message .messageCon .messageBox .text .inp {
	width: 488px;
	height: 20px;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 12px 0;
	border: none;
	background: none;
	font-size: 14px;
}
.message .messageCon .messageBox .textarea {
	width: 550px;
	height: 120px;
	box-sizing: border-box;
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	margin-bottom: 10px;
	font-size: 14px;
}
.message .messageCon .messageBox .textarea textarea {
	border: none;
	background: none;
	padding: 10px 15px;
	line-height: 25px;
	width: 550px;
}
.message .messageCon .messageBox .vCode {
	width: 550px;
	height: 45px;
	margin-bottom: 20px;
}
.message .messageCon .messageBox .vCode input {
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	box-sizing: border-box;
	width: 200px;
	height: 45px;
	float: left;
	padding: 12px 15px;
	line-height: 25px;
}
.message .messageCon .messageBox .vCode p {
	width: 80px;
	height: 28px;
	float: left;
	margin: 7px 20px;
}
.message .messageCon .messageBox .button {
	width: 200px;
	height: 45px;
}
.message .messageCon .messageBox .button input {
	width: 200px;
	height: 45px;
	background:#c50900;
	color: #fff;
	border: none;
	font-size: 16px;
}
.message .messageCon .messageBox .text .uploader {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: default;
	margin: 10px 0px;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.message .messageCon .messageBox .text .filename {
	float: left;
	display: inline-block;
	outline: 0 none;
	height: 32px;
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	overflow: hidden;
	cursor: default;
	border: 1px solid;
	border-right: 0;
	font: 9pt/100% Arial, Helvetica, sans-serif;
	color: #777;
	text-shadow: 1px 1px 0px #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
	border-color: #ccc;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.message .messageCon .messageBox .text .button {
	width: 57px;
	float: left;
	height: 32px;
	display: inline-block;
	outline: 0 none;
	padding: 8px 12px;
	margin: 0;
	cursor: pointer;
	border: 1px solid;
	font: bold 9pt/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
}
.message .messageCon .messageBox .text .uploader input[type=file] {
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 30px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.message .messageCon .messageBox .text .white .button {
	color: #555;
	text-shadow: 1px 1px 0px #fff;
	background: #ddd;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
	border-color: #ccc;
}
.message .messageCon .messageBox .text .white .button:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
}
 .message .messageCon .messageBox .text .white input[type=button]::-moz-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=button]::-webkit-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=text]::-moz-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=text]::-webkit-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
/*详情页右侧推荐*/
.nixos{
	width:200px;
	float:left;
	min-height:500px;  
	margin-top: 32px;
}
.nixos h5{
	color:#fff;
	background:#4e4c4d;
	font-size:18px;
	text-align:center;
	width:215px;
	height:75px;
	line-height:75px;
	position:relative;
}
.nixos h5:after{
	content:" ";
	width:40px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom: 20px;
}
.met_page{
	width:100%;
	height:30px;    
	padding-top: 15px;
}
.met_page li{
	min-width:100px;
	height:30px;
	font-size:16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    max-width: 410px;
}
.met_page li a{
	color:#c50900;
	margin-left:2px;
}
.met_page .met_page_preinfo{
	float:right;
}
.met_page .met_page_next{
	float:left;
}
/*内页右侧二维码*/
/*.nerrigim{
	width:140px;
	height:160px;
	border:1px solid #000;
	margin: 20px auto;
}
.nerrigim .wechat{
	width:140px;
	height:140px;
}
.nerrigim .wechat img{
	display:block;
	width:100%;
	height:100%;
}
.nerrigim  p{
	width:100% !important;
	height:20px !important;
	text-align:center !important;
	line-height:20px !important;
	font-size:16px !important;
	color:#000 !important;
}*/

/*列表页顶部*/
.i-image .jise{
	width:920px;
	min-height:20px;
    border: 1px solid #ddd;
    background: #eee;
    font-size:14px;
    color:#666;
    margin-bottom: 20px;
    padding:10px 20px;
    text-indent:25px;
    line-height:25px;
}
/*关于我们上面*/
.abouys{
	width:100%;
	min-height:50px;
	background:#eee;
	overflow:hidden;
}
.abouys .abright{
    width: 174px;
    /* height: 225px; */
    margin-right: 32px;
    float: right;
    margin-top: 32px;
}
.abouys .abright img{
	display:block;
	width:100%;
	height:100%;
}
.abouys .ableft{
	width:580px;
	height:100%;
	float: left;
    padding-left: 25px;
    padding-top: 32px;
}
.abouys .ableft h3{
	font-size:20px;
	line-height:30px;
	color:#000;
}
.abouys .ableft p{
	font-size:14px;
	line-height:25px;
	text-indent:20px;
	color:#666;
}
.abouys .ableft a{
    display: block;
    width: 120px;
    height: 32px;
    background:#c50900;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;    margin-bottom: 53px;
}
/*内页左侧联系我们*/
.leftuow{
	width:215px;
	height:auto;
	border:2px solid #c50900;
    padding-left: 10px;
    padding-bottom: 25px;
}
.leftuow .titsw{
	font-size:20px;
	color:#c50900;
	line-height:50px;
}
.leftuow .titphke{
	background: url(../images/lefphone.png) left center no-repeat;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
}
.leftuow .titphke .cell{
	font-size:20px;
	color:#c50900;
}
.leftuow .titphke span{
    font-size: 16px;
}
.leftuow p{
	font-size:14px!important;
	line-height:30px!important;
}

/*内页左侧联系我们*/
.infotuj{
	width:100%;
	min-height:50px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.infotuj h1{
	width:100%;
	height:35px;
	border-bottom:1px dashed #ccc;
	font-size:24px;
	color:#000;
}
.infotuj  li{
	width:100%;
	height:35px;
	line-height:35px;
	border-bottom:1px dashed #ccc;
}
.infotuj  li a{
	display:block;
	width:100%;
	line-height:35px;
	height:100%;
	font-size: 14px;
    color: #4c4b4b;
	transition:.5s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.infotuj  li a:hover{
	color:#c50900;
	transition:.5s;
}

/*右侧悬浮栏*/
.zxkf{
	width: 150px;
	height: 520px;
	position: fixed;
	top: 25%;
    right: 2%;
	background-color: #99262b;
	z-index: 99999;
	padding:20px 15px 0;
	transition:.8s;
}
.zxkfshow{
	right:-15%;
	opacity:0;
	z-index:-1;
	transition:.8s;
}
.zxkf #zxbtn{
	width:20px;
	height:20px;
	border-radius:50%;
	position:absolute;
	right:18px;
	top:12px;
}
.zxkf #zxbtn:after{
	content:" ";
	width:1px;
	height:20px;
	position: absolute;
	background:#fff;
	left:10px;
	top:0px;
	transform:rotate(45deg);
}
.zxkf #zxbtn:before{
	content:" ";
	width:1px;
	height:20px;
	position: absolute;
	background:#fff;
	left:10px;
	top:0px;
	transform:rotate(-45deg);
}
.zxkf #zxbtn:hover{
	cursor:pointer;
}
.zxkf .wz{
	width: 100%;
	margin-top: 8px;
}
.zxkf h3{
	width:100%;
	height:25px;
	line-height:25px;
	font-size:18px;
	color:#fcfcfc;
	text-align:center;
}
.zxkf  .imgs{
	width:115px;
	height:115px;
	background:url(../images/zxkf.png) no-repeat;
	margin:10px  auto;
}
.zxkf .wz p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.zxkf .wz span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}
.zxkf .wz img{
	width: 93px;
	height: 14px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.zxkf .kfbx{
	width: 137px;
    height: 250px;
    position: relative;
    margin-left: -11px;
    margin-top: 5px;
}
.zxkf .kfbx .yj{
	width: 12px;
	height: 9px;
	position: absolute;
	top: -12px;
	left: 0;
}
.zxkf .kfbx ul{
    width: 130px;
    height: 118px;
    margin-top: 9px;
    position: relative;
    left: 6px;
}
.zxkf .kfbx ul li{
	width: 100%;
	height:30px;
	background:#fff;
	margin-top:15px;
	border-radius:15px;
}
.zxkf .kfbx ul li a{
	width: 130px;
	height: 30px;
	color:#99262b;
	font-size:16px;
	position: relative;
	transition: 0.3s;
}
.zxkf .kfbx ul li a span{
	width: 130px;
	position: absolute;
	top: 0;
	left: 150px;
	height: 40px;
	background-color: #c50900;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	opacity:0;
	z-index:-1;
	transition:.8s;
}
.zxkf .kfbx ul li a .ilis{
	left: -150px;
	opacity:1;
	transition:.8s;
}
.zxkf .kfbx ul li a .t1{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: 0.3s;
}
.zxkf .kfbx ul li a .t1 .imgs{
	width:22px;
	height:22px;
	margin:0 auto;
	position:relative;
    position: relative;
    top: 10px;
    left: -4px;
}
.zxkf .kfbx ul li a p{
    width: 130px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #99262b;
    line-height: 30px;
}
.zxkf .zewm{
	width: 100%;
	height: 144px;
	float: left;
}
.zxkf .zewm .zew{
	width: 97px;
	height: 96px;
	float: left;
	margin-left: 15px;
	margin-top: 12px;
}
.zxkf .zewm .zew img{
	width: 100%;
	height: 100%;
}
.zxkf .zewm p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.zxkf .fh{
	width: 100%;
	height: 33px;
	position:absolute;
	bottom:0px;
	cursor: pointer;
    left: 0;
}
.zxkf .fh img{
	width:100%;
	height:100%;
	display:block;
}
.zxkf .fottop:hover{
	cursor:pointer;
}
/*右侧第二态*/
.zaikw{
	width:35px;
	height:110px;
	position:fixed;
	top:30%;
	right:0px;
	text-align:center;
	line-height:35px;
	font-size:16px;
	color:#fff;
	background:#99262b;
	z-index:99;
	writing-mode: tb-rl;
	transition:.8s .5s;
}
.zaikw:hover{
	cursor:pointer;
}
.zaikwhow{
	right:-5%;
	opacity:0;
	z-index:-1;
	transition:.8s;
}
/*产品详情页*/
.prinfotop{
	width:100%;
	height:330px;
}
.prinfotop .imgs{
	width: 430px;
    height: 280px;
    float: left;
    overflow: hidden;
}
.prinfotop .imgs img{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;}
.prinfotop .prritiw{
	width:380px;
	height:320px;
	float:right;
	padding-top:50px;
}
.prinfotop .prritiw h3{
	position:relative;
	font-size:20px;
	font-weight:600;
    text-align: left;
    height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prinfotop .prritiw h3:after{
	content:" ";
	width:40px;
	height:3px;
	background:#c50900;
	position:absolute;
	bottom:0px;
	left:10px;
}
.prinfotop .prritiw .desc{
	width:100%;
	height:80px;
	font-size:16px;
	line-height:25px;
    padding-left: 10px;    
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;

}
.prinfotop .prritiw .indephone{
	width:100%;
	height:50px;
	font-size:24px;
	color:#c50900;
}
.prinfotop .prritiw .indephone span{
	font-size:36px;
	font-weight:600;
}
.prinfotop .prritiw .proinfzx{
	width:135px;
	display:block;
	height:35px;
	border:1px solid #c50900;
	text-align:center;
	line-height:35px;
	border-radius:10px;
	font-size:16px;
	color:#c50900;
	transition:.8s;
	margin-top:20px;
}
.prinfotop .prritiw .proinfzx:hover{
	color:#fff;
	background:#c50900;
	transition:.8s;
}
.proinfim{
	width:100%;
	height:135px;
    margin: 10px 0;
}
.proinfim li{
	width:23%;
	height:100%;
	float:left;	
    margin: 0 5px;
}
.proinfim li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.proinfim li a img{
	display:block;
	width:auto;
	height:100%;
	margin:0 auto;
	transition:.8s;
}
.proinfim li a:hover img{
	transform:scale(1.3);
	transition:.8s;
}
.proinfim li a .texts{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,0,0,.6);
	transform:scale(0);
	transition:.5s;
}
.proinfim li a:hover .texts{
	transform:scale(1);
	transition:.5s;
}
.proinfim li a .texts h3{
	width:100%;
	padding:0 20px;
	font-size:18px;
	color:#fff;
	line-height:225px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}




/*关于我们内页*/
.abutus{
	width:100%;
	height:430px;
	margin:0 auto;
}
.abutus .abutit{
	width:600px;    
	height: 50px;
    margin: 10px auto 10px;
	text-align:center;
}
.abutus .abutit h3{
	font-size:26px;
	color:#444444;
	font-weight:600;
	text-align:center;
	width:100%;
	height:50px;
	line-height:50px;
	position:relative;
}
.abutus .abuban{
	width:100%;
	height:320px;
	background:#f8f8f8;
}
.abutus .abuban .imgs{
	width:420px;
	height:320px;
	float:left;
	overflow:hidden;
}
.abutus .auvkis .imgs{
	float:right;
}
.abutus .abuban .imgs img{
	display:block;
	width:auto;
	height:100%;
	transition:.5s;
	margin:0 auto;
}
.abutus .abuban:hover .imgs img{
	transition:.5s;
	transform:scale(1.1);
}
.abutus .abuban .texts{
	width:570px;
	height:100%;
	float:right;
	padding-top:50px;
}
.abutus .auvkis .texts{
	float:left;
}
.abutus .abuban .texts h3{
	width:150px;
	height:50px;
	line-height:50px;
	font-size:36px;
	color:#444444;
	position:relative;
	margin-bottom:40px;
}
.abutus .abuban .texts h3 span{
	font-size:14px;
	color:#1b974f;
	line-height:20px;
	width:60px;
	height:40px;
	position: absolute;
	right: -65px;
    top: 10px;
}
.abutus .abuban .texts p{
	font-size:14px;
	color:#999999;
	line-height:30px;
	padding: 0 45px;
}
.abutus .qywhban{
	width:100%;
	height:280px;
	margin-top:50px; 
}
.abutus .qywhban li{
	margin: 0 8px;
	width:380px;
	height:100%;
	float:left;
}
.abutus .qywhban li .tit{
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#1b974f;
	font-size:32px;
	color:#ffffff;
}
.abutus .qywhban li .tit span{
	font-size:18px;
}
.abutus .qywhban li .bsnas{
    width: 100%;
    height: 210px;
    text-align: left;
    padding-left: 50px;
    padding-top: 8px;
    background: #f8f8f8;
    margin-top: 15px;
}
.abutus .qywhban li .bsnas h3{
	font-size:18px;
	color:#666666;
	line-height:40px;
	margin-top:25px;
}
.abutus .qywhban li .bsnas p{
	font-size:16px;
	color:#1b974f;
}
.abutus .ystit{
	width:398px;
	height:74px;
	background:url(../images/title2.png) no-repeat;
	margin:80px auto 45px;
}
.abutus .ysban{
	width:100%;
	height:130px;
}
.abutus .ysban li{
	width:33%;
	float:left;
	padding-top:30px;
	text-align:center;
	position:relative;
}
.abutus .ysban li:after{
	content:" ";
	width:1px;
	height:125px;
	left:0px;
	top:0px;
	position:absolute;
	background:#bcbcbc;
}
.abutus .ysban li:nth-child(1):after{
	width:0px;
}
.abutus .ysban li h3{
	font-size:24px;
	color:#444444;
	font-weight:600;
	margin-bottom:20px;
	line-height:40px;
}
.abutus .ysban li p{
	font-size:18px;
	color:#1b974f;
}
.abutus .ysfftit{
	width:398px;
	height:74px;
	background:url(../images/title3.png) no-repeat;
	margin:80px auto 45px;
}
.abutus .ysffban{
	width: 100%;
	height:60px;
}
.abutus .ysffban li{
    float: left;
    width: 17%;
    height: 120px;
    line-height: 120px;
    font-size: 18px;
    color: #666666;
    background: #f8f8f8;
    margin: 0 15px;
    text-align: center;
} 
.abutus .ysffban li span{
	font-size:32px;
	color:#1b974f;
	margin-right:10px;
}


/*右侧*/
.lib09132236_15{
	color:#1d3088;
	background-color:#fff;
	margin:auto;
	padding:auto;
}
.lib09132236_15{
	padding:auto;
	background-color:#fff;
}
.lib09132236_15 i,.lib09132236_15 em{
	font-style:normal;
}
.lib09132236_15 .clear{
	clear:both;
}
.lib09132236_15 .client-2{
	position:fixed;
	right:-170px;
	top:50%;
	z-index:900;
}
.lib09132236_15 .client-2 li a{
	text-decoration:none;
}
.lib09132236_15 .client-2 li{
	margin-top:1px;
	clear:both;
	height:71px;
	position:relative;
}
.lib09132236_15 .client-2 li i{
	display:block;
	width:30px;
	height:30px;
	margin:0px auto;
	text-align:center;
}
.lib09132236_15 .client-2 li p{
	height:20px;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.lib09132236_15 .client-2 .my-kefu-ftop{
	display:none;
}
.lib09132236_15 .client-2 .my-kefu-left{
	float:left;
	width:77px;
	height:77px;
	position:relative;
}
.lib09132236_15 .client-2 .my-kefu-left p{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.lib09132236_15 .client-2 .my-kefu-tel-right{
	font-size:16px;
	color:#fff;
	float:left;
	height:24px;
	line-height:22px;
	margin-top:14px;
}
.lib09132236_15 .client-2 .my-kefu-tel-right span{
	padding:0 16px;
}
.lib09132236_15 .client-2 .my-kefu-right{
	width:20px;
}
.lib09132236_15 .client-2 ul li:nth-child(2) .my-kefu-main{
	background:#224e90;
	color:#fff;
	height:71px;
	width:247px;
	padding:9px 0 6px;
	float:left;
}
.lib09132236_15 .client-2 .my-kefu-main{
	background:#224e90;
	width:97px;
	height:71px;
	position:relative;
	padding:9px 0 6px;
	float:left;
	box-sizing:border-box;
}
.lib09132236_15 .client-2 .my-kefu-weixin-pic{
	position:absolute;
	left:-130px;
	top:-24px;
	display:none;
	z-index:333;
	width:115px;
	height:115px;
}